:root{--green: #0F6E56;--green-dark: #0b5544;--green-light: #e6f2ee;--ink: #1a1f1d;--muted: #6b766f;--line: #e3e8e5;--bg: #f6f8f7;--surface: #ffffff;--danger: #b3261e;--radius: 12px;--shadow: 0 1px 3px rgba(16, 40, 32, .06), 0 8px 24px rgba(16, 40, 32, .06);--font-sans: "DM Sans", system-ui, -apple-system, sans-serif;--font-serif: "DM Serif Display", Georgia, serif}*{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{font-family:var(--font-sans);color:var(--ink);background:var(--bg);-webkit-font-smoothing:antialiased}a{color:var(--green)}.full-center{height:100vh;display:grid;place-items:center}.spinner{width:36px;height:36px;border:3px solid var(--line);border-top-color:var(--green);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.btn{font-family:var(--font-sans);font-size:.95rem;font-weight:500;padding:.7rem 1.1rem;border-radius:10px;border:1px solid transparent;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;transition:background .15s,border-color .15s,opacity .15s}.btn:disabled{opacity:.55;cursor:not-allowed}.btn-block{width:100%}.btn-primary{background:var(--green);color:#fff}.btn-primary:hover:not(:disabled){background:var(--green-dark)}.btn-secondary{background:var(--surface);color:var(--green);border-color:var(--green)}.btn-secondary:hover:not(:disabled){background:var(--green-light)}.btn-ghost{background:transparent;color:var(--ink);border-color:var(--line)}.btn-ghost:hover:not(:disabled){background:var(--bg)}.btn-google{background:#fff;color:#3c4043;border-color:var(--line)}.btn-google:hover:not(:disabled){background:#f7f9f8}.btn-linkedin{background:#fff;color:#3c4043;border-color:var(--line)}.btn-linkedin:hover:not(:disabled){background:#f7f9f8}.oauth-buttons{display:flex;flex-direction:column;gap:.6rem}.linklike{background:none;border:none;color:var(--green);cursor:pointer;font:inherit;padding:0;text-decoration:underline}.logo{display:inline-flex;align-items:center;gap:.55rem}.logo-text{font-family:var(--font-serif);font-size:1.4rem;color:var(--ink);letter-spacing:.2px}.auth-shell{min-height:100vh;display:grid;place-items:center;padding:2rem 1rem;background:radial-gradient(1200px 500px at 50% -10%,var(--green-light),transparent),var(--bg)}.auth-card{width:100%;max-width:420px;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);padding:2rem}.auth-card.center-text{text-align:center}.auth-title{font-family:var(--font-serif);font-size:1.7rem;margin:1.2rem 0 .3rem}.auth-subtitle{color:var(--muted);margin:0 0 1.4rem;line-height:1.5}.auth-form{display:flex;flex-direction:column;gap:1rem}.auth-footer{text-align:center;color:var(--muted);margin-top:1.3rem;font-size:.92rem}.field{display:flex;flex-direction:column;gap:.4rem}.field>span{font-size:.85rem;font-weight:500;color:var(--ink)}.field-label-row{display:flex;align-items:center;justify-content:space-between}.field-label-row>span{font-size:.85rem;font-weight:500;color:var(--ink)}.field-label-row .linklike{font-size:.82rem;text-decoration:none}.field-label-row .linklike:hover{text-decoration:underline}.field input{font-family:var(--font-sans);font-size:.95rem;padding:.7rem .8rem;border:1px solid var(--line);border-radius:10px;background:#fff;outline:none;transition:border-color .15s,box-shadow .15s;width:100%}.field input:focus{border-color:var(--green);box-shadow:0 0 0 3px #0f6e561f}.input-with-toggle{position:relative;display:flex;align-items:center}.input-with-toggle input{padding-right:4rem}.toggle-btn{position:absolute;right:.5rem;background:none;border:none;color:var(--green);font-size:.82rem;font-weight:500;cursor:pointer;padding:.3rem .4rem}.divider{display:flex;align-items:center;text-align:center;color:var(--muted);margin:1.2rem 0;font-size:.85rem}.divider:before,.divider:after{content:"";flex:1;border-bottom:1px solid var(--line)}.divider span{padding:0 .7rem}.alert{padding:.7rem .9rem;border-radius:10px;font-size:.88rem;margin-bottom:1rem}.alert-error{background:#fdeceb;color:var(--danger);border:1px solid #f6cfcc}.alert-success{background:var(--green-light);color:var(--green-dark);border:1px solid #c7e3d9}.mail-icon{font-size:2.4rem;margin-top:1rem}.dashboard{display:flex;flex-direction:column;height:100vh}.topbar{height:60px;flex:0 0 60px;display:flex;align-items:center;justify-content:space-between;padding:0 1.25rem;background:var(--surface);border-bottom:1px solid var(--line);z-index:20}.topbar-user{position:relative}.user-button{display:flex;align-items:center;gap:.55rem;background:none;border:1px solid transparent;border-radius:10px;padding:.3rem .5rem;cursor:pointer}.user-button:hover{background:var(--bg)}.user-name{font-weight:500;font-size:.92rem}.avatar{border-radius:50%;background:var(--green);color:#fff;display:grid;place-items:center;font-weight:600;flex:0 0 auto}.user-menu{position:absolute;right:0;top:calc(100% + 8px);width:220px;background:var(--surface);border:1px solid var(--line);border-radius:10px;box-shadow:var(--shadow);overflow:hidden}.user-menu-header{padding:.85rem 1rem;border-bottom:1px solid var(--line)}.user-menu-name{font-weight:600}.user-menu-email{color:var(--muted);font-size:.82rem;overflow:hidden;text-overflow:ellipsis}.user-menu-item{width:100%;text-align:left;background:none;border:none;padding:.75rem 1rem;cursor:pointer;font:inherit;color:var(--danger)}.user-menu-item:hover{background:var(--bg)}.dashboard-body{flex:1;display:flex;min-height:0}.sidebar{width:290px;flex:0 0 290px;border-right:1px solid var(--line);background:var(--surface);display:flex;flex-direction:column;padding:1rem;min-height:0}.new-search-btn{margin-bottom:1.25rem}.sidebar-heading{font-size:.75rem;text-transform:uppercase;letter-spacing:.06em;color:var(--muted);font-weight:600;margin-bottom:.6rem;padding:0 .25rem}.history-list{overflow-y:auto;display:flex;flex-direction:column;gap:.35rem}.history-empty{color:var(--muted);font-size:.88rem;padding:.5rem .25rem;line-height:1.5}.history-item{text-align:left;background:none;border:1px solid transparent;border-radius:10px;padding:.65rem .7rem;cursor:pointer;display:flex;flex-direction:column;gap:.35rem;width:100%}.history-item:hover{background:var(--bg)}.history-item.active{background:var(--green-light);border-color:#c7e3d9}.history-query{font-size:.9rem;font-weight:500;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.history-meta{display:flex;justify-content:space-between;font-size:.78rem;color:var(--muted)}.history-count{color:var(--green);font-weight:500}.dashboard-main{flex:1;min-width:0;display:flex}.chat{flex:1;display:flex;flex-direction:column;min-height:0}.chat-scroll{flex:1;overflow-y:auto;padding:1.5rem clamp(1rem,6vw,4rem);display:flex;flex-direction:column;gap:1.25rem}.chat-welcome{margin:auto;max-width:560px;text-align:center}.chat-welcome h2{font-family:var(--font-serif);font-size:1.8rem;margin:0 0 .6rem}.chat-welcome p{color:var(--muted);line-height:1.6;margin:0 0 1.6rem}.suggestions{display:flex;flex-direction:column;gap:.6rem}.suggestion{border:1px solid var(--line);background:var(--surface);border-radius:10px;padding:.75rem 1rem;cursor:pointer;font:inherit;text-align:left;transition:border-color .15s,background .15s}.suggestion:hover{border-color:var(--green);background:var(--green-light)}.message{display:flex;flex-direction:column;gap:.35rem;max-width:820px;width:100%}.message-user{align-self:flex-end;align-items:flex-end}.message-role{font-size:.74rem;font-weight:600;color:var(--muted);text-transform:uppercase;letter-spacing:.05em}.message-bubble{padding:.85rem 1.1rem;border-radius:14px;line-height:1.55;white-space:pre-wrap;font-size:.96rem}.message-user .message-bubble{background:var(--green);color:#fff;border-bottom-right-radius:4px}.message-assistant .message-bubble{background:var(--surface);border:1px solid var(--line);border-bottom-left-radius:4px}.typing{display:inline-flex;gap:4px}.typing span{width:7px;height:7px;border-radius:50%;background:var(--muted);opacity:.5;animation:blink 1.2s infinite both}.typing span:nth-child(2){animation-delay:.2s}.typing span:nth-child(3){animation-delay:.4s}@keyframes blink{0%,80%,to{opacity:.25}40%{opacity:1}}.chat-input{flex:0 0 auto;display:flex;gap:.6rem;align-items:flex-end;padding:1rem clamp(1rem,6vw,4rem);border-top:1px solid var(--line);background:var(--surface)}.chat-input textarea{flex:1;resize:none;font-family:var(--font-sans);font-size:.96rem;padding:.75rem .9rem;border:1px solid var(--line);border-radius:12px;outline:none;max-height:160px;line-height:1.5}.chat-input textarea:focus{border-color:var(--green);box-shadow:0 0 0 3px #0f6e561f}.lead-table-wrap{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);overflow:hidden}.lead-table-toolbar{display:flex;align-items:center;justify-content:space-between;padding:.7rem .9rem;border-bottom:1px solid var(--line);background:#fbfdfc}.lead-count-badge{font-weight:600;font-size:.9rem}.toolbar-actions{display:flex;gap:.5rem;align-items:center}.column-picker{position:relative}.column-menu{position:absolute;right:0;top:calc(100% + 6px);background:var(--surface);border:1px solid var(--line);border-radius:10px;box-shadow:var(--shadow);padding:.5rem;z-index:10;width:200px}.column-option{display:flex;gap:.55rem;align-items:center;padding:.4rem .5rem;font-size:.88rem;border-radius:8px;cursor:pointer}.column-option:hover{background:var(--bg)}.lead-table-scroll{overflow-x:auto}.lead-table{width:100%;border-collapse:collapse;font-size:.88rem}.lead-table th,.lead-table td{text-align:left;padding:.65rem .9rem;border-bottom:1px solid var(--line);white-space:nowrap}.lead-table th{background:#fbfdfc;font-weight:600;color:var(--ink);position:sticky;top:0}.lead-table tbody tr:hover{background:var(--bg)}.lead-table td{color:#2c332f}
