:root{font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#20332f;background:#f4f6f5;font-synthesis:none;--green: #123e37;--muted: #687973;--border: #dfe6e2;--accent: #dcf46b;font-size:16px}*{box-sizing:border-box}body{margin:0}button,input,select,textarea{font:inherit}button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}button{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid var(--border);background:#fff;color:inherit;padding:10px 14px;border-radius:8px;font-size:.875rem;font-weight:550;cursor:pointer}button:hover{background:#eff4f1}button:disabled{opacity:.45;cursor:not-allowed}button:focus-visible,a:focus-visible{outline:3px solid #428b79;outline-offset:3px}input,select,textarea{border:1px solid #ccd8d1;border-radius:7px;color:#20332f;background:#fff;padding:10px 11px;min-width:0;width:100%;font-size:.875rem}input:focus,select:focus,textarea:focus{outline:2px solid #629788;outline-offset:1px}textarea{resize:vertical;line-height:1.6}label{display:flex;flex-direction:column;gap:7px;font-weight:550;font-size:.875rem}h1,h2,h3,p{margin:0}h1{font-size:2rem;font-weight:620;letter-spacing:-1.1px;line-height:1.25}h2{font-size:1.125rem;letter-spacing:-.3px}h3{font-size:1rem}small{font-size:.8125rem;color:var(--muted)}.primary{background:var(--green);color:#fff;border-color:var(--green)}.primary:hover{background:#20574b}.icon-button{padding:7px;border:0;background:transparent}.text-button{border:0;background:transparent}.app{display:flex;min-height:100vh}.sidebar{width:238px;background:#fff;border-right:1px solid var(--border);display:flex;flex-direction:column;padding:32px 19px;position:fixed;inset:0 auto 0 0;z-index:2}.brand{display:flex;align-items:center;gap:11px;text-decoration:none;color:var(--green);font-weight:730;font-size:1.75rem;letter-spacing:-1px;margin:0 10px 51px}.brand-mark{background:var(--green);color:var(--accent);font-size:1.45rem;letter-spacing:-2px;width:39px;height:39px;border-radius:11px;display:inline-flex;align-items:center;justify-content:center;font-weight:750;flex-shrink:0}.brand-small{font-size:.6875rem;letter-spacing:1.7px;margin-left:8px;font-weight:600;color:var(--muted)}.workspace-label,.eyebrow,.small-label{font-size:.75rem;letter-spacing:1.1px;font-weight:650;color:var(--muted)}.workspace-label{margin:0 14px 16px}nav{display:flex;flex-direction:column;gap:6px}nav button{justify-content:flex-start;background:transparent;border:0;padding:13px 14px;color:#566b63;font-weight:500}nav button span{margin-left:auto;font-size:.75rem;background:#f0f3f1;border-radius:5px;padding:2px 6px}nav button.active{background:#e9f1ec;color:var(--green);font-weight:650}nav button.active span{background:#d6e5dc}.sidebar-bottom{margin-top:auto;border-top:1px solid var(--border);padding:22px 12px 0;display:flex;flex-direction:column;gap:7px;font-size:.875rem}.sidebar-bottom .small-label{margin-bottom:10px}.muted{color:var(--muted)}.logout{border:0;background:transparent;justify-content:flex-start;padding:16px 0 0;color:var(--muted)}main{margin-left:238px;flex:1;min-width:0}.topbar{height:75px;border-bottom:1px solid var(--border);background:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 36px;font-size:.8125rem;color:var(--muted)}.topbar>span,.today{display:flex;align-items:center;gap:13px}.topbar strong{font-weight:550;color:#20332f}.page{padding:37px 36px 45px;max-width:1800px;margin:auto}.page-title{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:29px}.eyebrow{margin-bottom:13px}.intro{font-size:.9375rem;margin-top:10px;color:var(--muted);line-height:1.5}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:15px;margin-bottom:30px}.stats button{display:flex;flex-direction:column;align-items:flex-start;padding:20px 21px;gap:10px;border-radius:10px;font-weight:450}.stats button:first-child{background:var(--green);color:#fff;border-color:var(--green)}.stats button:first-child small{color:#b7d0c5}.stats button:first-child strong{color:var(--accent)}.stats button>span{display:flex;align-items:center;justify-content:space-between;width:100%;gap:10px}.stats strong{font-size:2.125rem;line-height:1.2;font-weight:600;letter-spacing:-1px}.stats small{font-size:.75rem}.workspace{border:1px solid var(--border);border-radius:11px;background:#fff;overflow:hidden}.workspace-heading{display:flex;align-items:center;justify-content:space-between;padding:21px 23px 11px;gap:12px}.workspace-heading h2 span{font-size:.8125rem;background:#edf2ee;margin-left:9px;padding:3px 8px;border-radius:5px;font-weight:500;color:#557264}.toolbar-actions{display:flex;gap:8px}.filters{display:flex;flex-wrap:wrap;align-items:center;gap:10px;padding:10px 23px 21px}.search{display:flex;align-items:center;border:1px solid var(--border);border-radius:7px;padding-left:12px;flex:1;min-width:200px;max-width:450px;color:var(--muted)}.search input{border:0;background:transparent}.filters select{width:auto;min-width:140px}.segmented{display:flex;margin-left:auto;background:#f1f4f2;border:1px solid var(--border);border-radius:7px;padding:3px}.segmented button{border:0;padding:6px 8px;background:transparent;color:#7a8b84}.segmented button.selected{background:#fff;color:var(--green);box-shadow:0 1px 3px #123e371c}.table-scroll{overflow-x:auto}table{width:100%;border-collapse:collapse;text-align:left}th{font-size:.75rem;font-weight:550;color:var(--muted);background:#f7f9f7;padding:13px 20px;border-top:1px solid var(--border);border-bottom:1px solid var(--border);white-space:nowrap}td{padding:16px 20px;border-bottom:1px solid #edf1ee;font-size:.8125rem;vertical-align:middle}td small{display:block;margin-top:6px;font-size:.75rem}tr:hover td{background:#fafcfb}.company-button{display:flex;align-items:center;text-align:left;justify-content:flex-start;border:0;background:transparent;padding:0;gap:12px;width:100%;min-width:180px;max-width:325px}.company-button:hover{background:transparent}.company-button strong{font-weight:600;font-size:.875rem;line-height:1.4;display:block}.company-button small{line-height:1.4}.avatar{width:35px;height:35px;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;background:#edf2ef;border:1px solid #dce6df;color:#49705e;font-size:.75rem;flex-shrink:0;font-weight:600}.avatar.big{width:48px;height:48px;font-size:1rem}.missing{color:#987238}.badge{border-radius:5px;background:#eef1f0;color:#5d6d66;padding:5px 8px;display:inline-block;font-size:.75rem;white-space:nowrap}.badge.ready{background:#ecf1d1;color:#5b6b1b}.badge.sent,.badge.follow_up{background:#e9effb;color:#42629a}.badge.replied{background:#eee7fb;color:#735499}.badge.meeting{background:#e0f2ea;color:#257557}.badge.won{background:#d6edcb;color:#367324}.badge.lost,.badge.do_not_contact{background:#fae8e4;color:#9a544b}.priority{font-size:.75rem;border-radius:4px;border:1px solid #e1e6e2;display:inline-flex;padding:3px 7px;color:#65796f}.priority-A{background:#fff5dc;border-color:#f1dfaf;color:#987026}.due-date{display:flex;align-items:center;gap:6px;white-space:nowrap}.overdue{color:#a15631!important}.next-action{max-width:185px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.table-footer{padding:15px 23px;display:flex;justify-content:space-between;gap:12px;font-size:.75rem;color:var(--muted)}.empty{padding:65px 25px;display:flex;flex-direction:column;align-items:center;gap:13px;color:var(--muted)}.empty h3{color:#20332f}.board{display:flex;gap:12px;padding:8px 23px 24px;overflow-x:auto;align-items:stretch}.board-column{min-width:255px;flex:1;background:#f4f6f4;border:1px solid #e6ebe6;border-radius:8px;padding:12px}.board-column>header{display:flex;align-items:center;gap:8px;margin-bottom:16px}.board-column h3{font-size:.875rem}.board-column>header>span:last-child{margin-left:auto;color:var(--muted);font-size:.75rem}.stage-dot{width:7px;height:7px;background:#96a49b;border-radius:50%}.stage-dot.sent{background:#5a8ce2}.stage-dot.meeting{background:#37a57c}.stage-dot.won{background:#71aa38}.board-card{width:100%;display:flex;flex-direction:column;align-items:flex-start;text-align:left;gap:10px;padding:16px;margin-bottom:9px;border-radius:8px;background:#fff}.board-card>span:not(.card-priority){font-size:.75rem;color:var(--muted);overflow-wrap:anywhere}.board-card small{display:flex;gap:6px;align-items:center}.card-priority{font-size:.6875rem;color:#6f816c;letter-spacing:.8px}.error,.warning{padding:13px 15px;border-radius:7px;font-size:.875rem;line-height:1.5;display:flex;align-items:flex-start;gap:10px;margin-bottom:15px;overflow-wrap:anywhere}.error{background:#fff0ef;color:#a33d36}.error button{margin-left:auto}.warning{background:#fff5dd;color:#876021}.toast{position:fixed;bottom:26px;left:50%;transform:translate(-50%);background:var(--green);color:#fff;box-shadow:0 7px 25px #153c342d;z-index:20;padding:14px 20px;border-radius:9px;display:flex;align-items:center;gap:9px;font-size:.875rem;max-width:90vw}.modal{padding:0;border:1px solid var(--border);border-radius:14px;width:520px;max-width:calc(100vw - 30px);max-height:calc(100dvh - 38px);color:inherit;box-shadow:0 24px 90px #16332e38}.modal::backdrop{background:#0a241e70;backdrop-filter:blur(2px)}.modal.wide{width:1120px}.modal-header{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:19px 25px;border-bottom:1px solid var(--border);background:#fff;position:sticky;top:0;z-index:2}.detail-layout{display:grid;grid-template-columns:315px 1fr}.detail-fields{background:#f8faf8;padding:24px;border-right:1px solid var(--border);display:flex;flex-direction:column;gap:16px}.company-summary{display:flex;align-items:center;gap:12px;margin-bottom:3px}.company-summary small{display:block;margin-top:5px}.company-summary strong{font-size:.9375rem}.field-row{display:grid;grid-template-columns:2fr 1fr;gap:10px}.next-step-box{border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:17px 0;display:flex;flex-direction:column;gap:14px}.next-step-box h3{display:flex;align-items:center;gap:8px;font-size:.875rem}.detail-main{padding:0 26px 25px;min-width:0}.detail-tabs{display:flex;align-items:center;border-bottom:1px solid var(--border);gap:20px;margin-bottom:22px}.detail-tabs button{border:0;border-bottom:2px solid transparent;border-radius:0;padding:22px 0 17px;background:transparent;color:var(--muted);white-space:nowrap}.detail-tabs button.active{color:var(--green);border-bottom-color:var(--green)}.detail-tabs span{background:#ecf1ec;border-radius:5px;padding:2px 6px;font-size:.75rem}.draft-selector{display:flex;gap:6px;margin-bottom:22px;flex-wrap:wrap}.draft-selector button{background:#f5f7f4;border-color:transparent;font-size:.8125rem;padding:9px 11px}.draft-selector button.active{background:#e4eee8;color:var(--green);border-color:#cedfd3}.sender{display:flex;align-items:baseline;gap:15px;font-size:.8125rem;border-bottom:1px solid #edf1ee;padding:12px 0}.sender>span:first-child{width:35px;color:var(--muted);flex-shrink:0}.sender strong{font-weight:450;overflow-wrap:anywhere}.subject-field{margin:22px 0 18px}.subject-field>div{display:flex;gap:5px}.email-body{min-height:390px;font-size:.9375rem;font-weight:400;line-height:1.75;padding:16px}.draft-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}.draft-actions button{font-size:.8125rem}.helper{font-size:.8125rem;color:var(--muted);line-height:1.6;margin-top:13px}.save-hint{font-size:.8125rem;color:#8c652b;line-height:1.5;margin-top:12px}.detail-footer{background:#fff;border-top:1px solid var(--border);padding:16px 24px;display:flex;align-items:center;justify-content:space-between;gap:12px;position:sticky;bottom:0;z-index:2}.detail-footer>span{font-size:.75rem;color:var(--muted)}.detail-footer>div{display:flex;gap:8px}.activity-area>h3{margin-bottom:15px}.activity-area>select{max-width:210px;margin-bottom:10px}.activity-area>textarea{margin-bottom:10px}.timeline{margin-top:32px}.timeline>h3{margin-bottom:20px}.timeline-item{display:flex;gap:12px;margin-bottom:25px}.timeline-icon{border:1px solid var(--border);background:#f0f5f1;width:31px;height:31px;display:flex;align-items:center;justify-content:center;border-radius:50%;flex-shrink:0;color:#638473}.timeline-item>div{flex:1;min-width:0}.timeline-item header{display:flex;justify-content:space-between;gap:10px;flex-wrap:wrap;font-size:.8125rem;padding-top:5px}.timeline-item time{font-size:.75rem;color:var(--muted)}.timeline-item p{white-space:pre-wrap;overflow-wrap:anywhere;font-size:.875rem;line-height:1.65;margin-top:9px;color:#52655c}.timeline-item details{margin-top:12px;font-size:.875rem}.timeline-item summary{cursor:pointer;color:var(--green)}.research-area label{margin-top:18px}.research-area textarea{font-weight:400;font-size:.875rem}.confirm-box{background:#edf4ef;border:1px solid #caddcf;padding:17px;margin-top:16px;border-radius:8px;font-size:.875rem}.confirm-box p{margin:9px 0 13px;color:var(--muted)}.confirm-box button{margin-right:8px}.create-form,.import-area{padding:25px;display:flex;flex-direction:column;gap:18px}.import-area p{font-size:.875rem;line-height:1.65}.file-drop{padding:26px 18px;border:1px dashed #a3b8ac;border-radius:8px;align-items:center;background:#f6f9f6;gap:13px}.file-drop input{font-size:.8125rem;padding:5px}.import-preview{background:#f3f7f3;border-radius:8px;padding:15px;font-size:.875rem}.import-preview ul{padding-left:20px;line-height:1.8}.import-preview li span{display:block;font-size:.75rem}.splash{min-height:100vh;display:grid;place-items:center;color:var(--green)}.login-page{min-height:100dvh;display:grid;place-items:center;padding:25px;background:linear-gradient(120deg,#e3eee5,#f6f8f5)}.login-panel{padding:40px;background:#fff;border:1px solid var(--border);border-radius:16px;width:430px;max-width:100%;box-shadow:0 12px 70px #173e3710}.login-panel .brand-mark{margin-bottom:28px}.login-panel>p:not(.eyebrow){margin:12px 0 28px;font-size:.9375rem;color:var(--muted);line-height:1.6}.login-panel form{display:flex;flex-direction:column;gap:18px}.login-panel>small{display:block;margin-top:22px;font-size:.75rem;line-height:1.5}@media(min-width:1550px){td{padding-top:19px;padding-bottom:19px}.page{padding-left:46px;padding-right:46px}.company-button{max-width:420px}}@media(max-width:1250px){.sidebar{width:210px;padding-left:12px;padding-right:12px}main{margin-left:210px}.page{padding:28px 24px}.topbar{padding:0 24px}.contact-column{display:none}h1{font-size:1.7rem}.stats button{padding:17px}.filters select{min-width:115px}.arrow-column{display:none}td,th{padding-left:16px;padding-right:16px}}@media(max-width:900px){.sidebar{width:175px;padding:25px 10px}.brand{font-size:1.5rem;margin-left:5px;gap:8px}.brand-small{display:none}main{margin-left:175px}nav button{padding:12px 9px;font-size:.8125rem;gap:8px}.sidebar-bottom{padding-left:5px;padding-right:5px;font-size:.75rem}.workspace-label{font-size:.6875rem;margin-left:8px}.stats{grid-template-columns:repeat(2,1fr)}.page-title{align-items:flex-start}.page-title>.primary{white-space:nowrap}h1{font-size:1.5rem}.filters{flex-wrap:wrap}.search{flex-basis:100%;max-width:none}.detail-layout{grid-template-columns:260px 1fr}.detail-fields{padding:18px}.detail-main{padding:0 18px 20px}.detail-tabs{gap:13px}.detail-tabs button{font-size:.8125rem}.detail-tabs button svg{display:none}.today{display:none}.next-action{max-width:125px}.company-button{max-width:245px}}@media(max-width:650px){.sidebar{position:static;width:100%;padding:16px;border:0;border-bottom:1px solid var(--border)}.brand{margin:0 0 16px;font-size:1.5rem}.brand-mark{width:32px;height:32px;border-radius:8px;font-size:1.2rem}.workspace-label,.sidebar-bottom{display:none}nav{flex-direction:row;gap:4px}nav button{flex:1;padding:10px 6px;justify-content:center;font-size:.75rem}nav button svg{display:none}nav button span{margin-left:2px}.app{display:block}main{margin-left:0}.topbar{display:none}.page{padding:23px 14px}.page-title{flex-direction:column;gap:16px;margin-bottom:20px}.eyebrow{font-size:.6875rem}.stats{gap:10px;margin-bottom:22px}.stats button{padding:16px 13px}.stats button>span{font-size:.75rem}.stats small{font-size:.6875rem}.stats strong{font-size:1.9rem}.workspace-heading{padding:17px 13px 10px;align-items:flex-start}.workspace-heading h2{font-size:1rem}.toolbar-actions{gap:0}.toolbar-actions button{font-size:.75rem;padding:3px 6px}.toolbar-actions svg{width:14px}.filters{padding:12px}.filters select{min-width:0;flex:1;font-size:.8125rem}.segmented{flex:none}.table-scroll table{min-width:570px}td,th{padding-left:13px;padding-right:13px}.company-button{max-width:210px;min-width:165px}.avatar{display:none}.table-footer{padding:13px;font-size:.6875rem}.table-footer span:last-child{display:none}.modal{max-width:calc(100vw - 12px);max-height:calc(100dvh - 12px);border-radius:9px}.modal-header{padding:15px}.modal-header h2{font-size:1rem}.detail-layout{display:flex;flex-direction:column}.detail-fields{border-right:0;border-bottom:1px solid var(--border)}.company-summary .avatar{display:flex}.detail-main{padding:0 16px 20px}.detail-tabs{justify-content:space-between;gap:9px}.detail-tabs button{font-size:.8125rem}.email-body{min-height:400px}.detail-footer{padding:12px;align-items:center}.detail-footer>span{max-width:120px;font-size:.6875rem;line-height:1.5}.detail-footer button{font-size:.8125rem;padding:9px 12px}.sender strong{font-size:.75rem}.draft-actions button{flex:1}.draft-selector{gap:4px}.draft-selector button{font-size:.75rem;padding:9px}.toast{width:max-content;max-width:92vw;font-size:.8125rem;bottom:15px}.login-panel{padding:28px}.board{padding-left:12px;padding-right:12px}}.google-signin{display:flex;align-items:center;justify-content:center;border:1px solid #c9d1ce;padding:12px;border-radius:7px;color:#20332f;text-decoration:none;font-size:.9375rem;font-weight:550;background:#fff}.google-signin:hover{background:#f4f7f4}.login-divider{text-align:center;font-size:.8125rem!important;color:#687973;margin:17px 0!important}.auth-settings{padding:25px;display:flex;flex-direction:column;gap:17px}.auth-settings>p{font-size:.875rem;line-height:1.65}.checkbox-label{display:flex;flex-direction:row;align-items:center;gap:10px}.checkbox-label input{width:18px;height:18px;accent-color:#123e37}.auth-details{margin:0;display:grid;grid-template-columns:135px 1fr;gap:12px;font-size:.8125rem;line-height:1.6}.auth-details dt{color:#687973}.auth-details dd{margin:0;overflow-wrap:anywhere}.success{color:#257557;background:#e9f5ec;padding:12px;border-radius:6px}.mobile-logout{display:none}@media(max-width:650px){.sidebar{position:relative}nav{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}nav button{min-width:0;justify-content:flex-start;padding:10px 12px}nav button span{margin-left:auto}.mobile-logout{display:inline-flex;position:absolute;top:16px;right:16px;padding:8px;font-size:.75rem}}:root{color-scheme:light}.theme-switch{padding:7px 10px;white-space:nowrap;font-size:.8125rem}.modal-tools{display:flex;align-items:center;gap:10px}.modal-tutorial{padding:12px 24px;border-bottom:1px solid var(--border)}.tutorial{margin:0 0 20px;border:1px solid var(--border);border-radius:9px;background:#fff}.modal-tutorial .tutorial{margin:0}.tutorial-toggle{border:0;background:transparent;width:100%;justify-content:flex-start;padding:12px 15px;color:var(--green)}.tutorial-toggle svg:last-child{margin-left:auto}.rotated{transform:rotate(90deg)}.tutorial-content{padding:0 18px 17px;border-top:1px solid var(--border)}.tutorial-content>header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 0;color:var(--muted);font-size:.8125rem}.tutorial-content h3{font-size:1rem;margin:0 0 9px}.tutorial-content>p{line-height:1.65;font-size:.9375rem;max-width:850px}.tutorial-content>footer{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:19px}.tutorial-content>footer>span{font-size:.8125rem;color:var(--muted)}.tutorial-content>footer>div{display:flex;gap:8px}.login-appearance{display:flex;justify-content:flex-end;margin-bottom:10px}.login-panel>.tutorial{margin-top:20px;margin-bottom:0}.login-panel .tutorial-content>p{font-size:.875rem}:root[data-theme=dark]{color-scheme:dark;color:#e9e9e4;background:#080a09;--green: #a9bfb0;--muted: #a0a7a2;--border: #2a302c;--accent: #c5b587}[data-theme=dark] button{background:#171b18;color:#e9e9e4;border-color:var(--border)}[data-theme=dark] button:hover{background:#242d27}[data-theme=dark] input,[data-theme=dark] select,[data-theme=dark] textarea{background:#0d100e;color:#e9e9e4;border-color:#37453c}[data-theme=dark] input::placeholder,[data-theme=dark] textarea::placeholder{color:#8b9690}[data-theme=dark] .primary{background:#b8c9bc;color:#101912;border-color:#b8c9bc}[data-theme=dark] .primary:hover{background:#d0ddd2}[data-theme=dark] .sidebar,[data-theme=dark] .topbar,[data-theme=dark] .workspace,[data-theme=dark] .modal,[data-theme=dark] .modal-header,[data-theme=dark] .detail-footer,[data-theme=dark] .login-panel,[data-theme=dark] .tutorial{background:#101311}[data-theme=dark] .brand-mark{background:#173428;color:#c5b587}[data-theme=dark] .topbar strong,[data-theme=dark] .empty h3{color:#e9e9e4}[data-theme=dark] nav button,[data-theme=dark] .logout,[data-theme=dark] .icon-button,[data-theme=dark] .text-button,[data-theme=dark] .company-button,[data-theme=dark] .detail-tabs button,[data-theme=dark] .tutorial-toggle{background:transparent}[data-theme=dark] nav button{color:#b2bbb5}[data-theme=dark] nav button.active,[data-theme=dark] .draft-selector button.active{background:#193629;color:#e0e8e2;border-color:#37453c}[data-theme=dark] nav button span,[data-theme=dark] nav button.active span,[data-theme=dark] .workspace-heading h2 span,[data-theme=dark] .detail-tabs span{background:#26352b;color:#dce3dd}[data-theme=dark] .stats button:first-child{background:#12271e;color:#ecece4;border-color:#37453c}[data-theme=dark] .stats button:first-child small{color:#b2bdb5}[data-theme=dark] .search input{background:transparent;border:0}[data-theme=dark] .segmented{background:#090d0b}[data-theme=dark] .segmented button{background:transparent;color:#a0a7a2}[data-theme=dark] .segmented button.selected{background:#233c2d;color:#e8f5ed}[data-theme=dark] th,[data-theme=dark] .detail-fields,[data-theme=dark] .board-column,[data-theme=dark] .file-drop{background:#0c100d}[data-theme=dark] td,[data-theme=dark] .sender{border-bottom-color:#252c27}[data-theme=dark] tr:hover td{background:#171f19}[data-theme=dark] .avatar,[data-theme=dark] .timeline-icon{background:#1c2a21;color:#c3dfcd;border-color:#344c3c}[data-theme=dark] .badge{background:#253029;color:#d2e2d7}[data-theme=dark] .badge.ready{background:#485324;color:#e4edb1}[data-theme=dark] .badge.sent,[data-theme=dark] .badge.follow_up{background:#263f65;color:#c1daff}[data-theme=dark] .badge.replied{background:#473756;color:#e8cef8}[data-theme=dark] .badge.meeting,[data-theme=dark] .badge.won{background:#245b3e;color:#c0edce}[data-theme=dark] .badge.lost,[data-theme=dark] .badge.do_not_contact{background:#5b3430;color:#ffcdc4}[data-theme=dark] .priority{color:#d2e2d7;border-color:#344c3c}[data-theme=dark] .priority-A{background:#594725;color:#ffe0a3;border-color:#8d713f}[data-theme=dark] .missing,[data-theme=dark] .save-hint{color:#e4c486}[data-theme=dark] .overdue{color:#efb58a!important}[data-theme=dark] .board-card{background:#151b17}[data-theme=dark] .card-priority{color:#b6d3bd}[data-theme=dark] .error{background:#492b2a;color:#ffd2cd}[data-theme=dark] .warning{background:#443d26;color:#f2dca9}[data-theme=dark] .toast{background:#bce3c7;color:#15291d}[data-theme=dark] .draft-selector button{background:#181f1a}[data-theme=dark] .timeline-item p{color:#c3d2c8}[data-theme=dark] .confirm-box,[data-theme=dark] .import-preview,[data-theme=dark] .success{background:#244632;border-color:#4c785b;color:#d1ecd8}[data-theme=dark] .login-page{background:linear-gradient(120deg,#060807,#111c15)}[data-theme=dark] .google-signin{background:#18231b;color:#e8f3eb;border-color:#526d5a}[data-theme=dark] .google-signin:hover{background:#24372a}@media(max-width:650px){.modal-tutorial{padding:10px 14px}.modal-tools{gap:4px}.modal-tools .theme-switch span{display:none}.tutorial-content{padding:0 13px 14px}.tutorial-content>p{font-size:.875rem}.tutorial-content>footer button{padding:8px 10px}.tutorial-toggle{font-size:.8125rem}.tutorial-content>footer>span{font-size:.75rem}}main{--page-gutter: 36px}.topbar{padding:0}.topbar-inner{width:100%;max-width:1800px;margin:0 auto;padding:0 var(--page-gutter);display:flex;align-items:center;justify-content:space-between;gap:16px}.breadcrumb,.topbar-actions{display:flex;align-items:center;gap:13px}.topbar-actions{flex-shrink:0;gap:18px}.topbar-actions .theme-switch{width:36px;height:36px;padding:0;justify-content:center}.topbar-actions .theme-switch span{display:none}.page{padding-left:var(--page-gutter);padding-right:var(--page-gutter)}@media(min-width:1550px){main{--page-gutter: 46px}}@media(max-width:1250px){main{--page-gutter: 24px}}@media(max-width:650px){main{--page-gutter: 14px}.topbar{display:flex;height:58px}.breadcrumb{gap:8px;font-size:.75rem}}.share-control{position:relative;display:flex;align-items:center}.share-control>button{width:36px;height:36px;padding:0;justify-content:center}.share-feedback{position:absolute;right:0;top:42px;padding:8px 12px;border:1px solid var(--border);border-radius:8px;background:#fff;white-space:nowrap;z-index:15}.share-fallback{position:absolute;right:0;top:42px;width:min(300px,75vw);padding:16px;background:#fff;border:1px solid var(--border);border-radius:10px;z-index:20;box-shadow:0 12px 40px #0003}.share-fallback input{margin:8px 0}.tour-progress{width:100%;height:3px;accent-color:#376448;display:block;margin-bottom:16px}.tour-highlight{outline:2px solid #9b8655!important;outline-offset:4px;transition:outline-color .2s}[data-theme=dark] .share-feedback,[data-theme=dark] .share-fallback{background:#171b18;color:#e9e9e4}[data-theme=dark] .sidebar{background:#0b0e0c}[data-theme=dark] .topbar{background:#0c0f0d}[data-theme=dark] .stats button{background:#111713;box-shadow:inset 0 1px #ffffff03}[data-theme=dark] .stats button:first-child{background:linear-gradient(125deg,#102219,#121b15);border-color:#374536}[data-theme=dark] .stats button:first-child strong{color:#c5b587}[data-theme=dark] .workspace,[data-theme=dark] .modal{box-shadow:0 16px 55px #0003}[data-theme=dark] .brand-name,[data-theme=dark] .brand{color:#e5e7df}[data-theme=dark] .eyebrow,[data-theme=dark] .workspace-label{color:#b3aa90}[data-theme=dark] .primary{background:#203c2b;color:#e4e9df;border-color:#405440}[data-theme=dark] .primary:hover{background:#2d5039}[data-theme=dark] .tour-progress{accent-color:#c5b587}@media(max-width:650px){.topbar-actions{gap:8px}.modal-tools .share-control>button{width:30px}}[data-theme=dark] .board-column{border-color:var(--border)}.sent-confirmation{padding:26px}.sent-confirmation h2{font-size:1.2rem;margin:0 0 16px}.sent-confirmation p{line-height:1.6;margin-bottom:18px}.sent-confirmation dl{padding:16px;border:1px solid var(--border);border-radius:8px;margin-bottom:18px}.sent-confirmation dt{font-size:.75rem;color:var(--muted);margin-bottom:4px}.sent-confirmation dd{margin:0 0 12px;overflow-wrap:anywhere}.sent-confirmation dd:last-child{margin-bottom:0}.sent-confirm-actions{display:flex;justify-content:flex-end;gap:12px}.guide-control{display:inline-flex}.guide-control>button{width:36px;height:36px;padding:0;justify-content:center}.email-copy-field{display:flex;gap:6px;align-items:center}.email-copy-field input{min-width:0;flex:1}.email-copy-field button{flex-shrink:0}.spotlight-tour{position:fixed;inset:0;width:100vw;height:100dvh;max-width:none;max-height:none;margin:0;padding:0;border:0;background:transparent;overflow:hidden;color:inherit}.spotlight-tour::backdrop{background:transparent}.tour-shade{position:absolute;background:#080e0bb3;backdrop-filter:blur(5px)}.tour-spotlight{position:absolute;border:2px solid #c5b587;border-radius:9px;pointer-events:none;box-shadow:0 0 20px #c5b58730}.tour-comment{position:absolute;padding:18px;background:#fff;color:#20332f;border:1px solid #b6ae92;border-radius:12px;box-shadow:0 16px 50px #0006;max-height:min(310px,calc(100dvh - 24px));overflow-y:auto}.tour-comment header{display:flex;align-items:center;justify-content:space-between;gap:10px;font-size:.75rem;color:var(--muted)}.tour-comment h3{font-size:1rem;margin:12px 0 8px}.tour-comment p{font-size:.875rem;line-height:1.55;margin-bottom:18px}.tour-comment footer{display:flex;align-items:center;justify-content:space-between;gap:8px;font-size:.75rem}.tour-comment footer>div{display:flex;gap:6px}.tour-comment footer button{padding:8px 12px}[data-theme=dark] .tour-comment{background:#141b16;color:#e9e9e4}.inline-copy{position:relative;display:inline-flex;flex-shrink:0}.sender>.inline-copy{margin-left:auto}.sender strong{min-width:0;overflow-wrap:anywhere}.inline-copy>button{width:34px;height:34px;padding:0;justify-content:center}.inline-copy-feedback{position:absolute;right:0;top:36px;z-index:3;padding:6px 9px;border:1px solid var(--border);border-radius:6px;background:#fff;color:#20332f;width:max-content;max-width:220px;font-size:.75rem}.letter-field{margin-bottom:16px}.letter-input{position:relative}.letter-input>.inline-copy{position:absolute;top:7px;right:7px}.letter-input .email-body{padding-right:50px}[data-theme=dark] .inline-copy-feedback{background:#19221b;color:#e9e9e4}.draft-field{display:flex;flex-direction:column;gap:7px;margin:0 0 18px}.letter-field{margin:0 0 18px}.letter-field>label{margin-bottom:6px}.copy-control{position:relative;display:block}.copy-control input,.copy-control textarea{width:100%;padding-right:52px}.copy-control>.inline-copy,.copy-control>.icon-button{position:absolute;right:6px;top:4px;margin:0}.copy-control>.icon-button,.copy-control>.inline-copy>button{width:34px;height:34px;padding:0;display:inline-flex;align-items:center;justify-content:center;border-radius:6px}.letter-input>.inline-copy{top:4px;right:6px}.copy-control:focus-within>.inline-copy>button{color:var(--green)}[data-theme=dark] .copy-control:focus-within>.inline-copy>button{color:#b9ccbe}
