@import"https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,600;9..144,700&family=Nunito+Sans:opsz,wght@6..12,400;6..12,600;6..12,700;6..12,800&display=swap";:root{font-family:DM Sans,sans-serif;color:#20352f;background:#f3f1eb;font-synthesis:none;--ink: #19362e;--forest: #21483c;--forest-2: #2d5d4e;--paper: #f8f7f2;--canvas: #f1efe8;--line: #dedbd1;--muted: #756f66;--coral: #c85f47;--coral-soft: #f3ded7;--ochre: #ba7b3f;--ochre-soft: #f4e8d6;--sage: #668678;--sage-soft: #e0ebe5;--blue: #5e7b88;--blue-soft: #e0eaed;--shadow: 0 12px 34px rgba(36, 51, 45, .07);--serif: "Newsreader", Georgia, serif}*{box-sizing:border-box}html{min-width:320px;background:var(--canvas)}body{margin:0;min-width:320px;min-height:100vh}button,input,select{font:inherit}button{color:inherit}button,[tabindex="0"]{outline-offset:3px}button:focus-visible,input:focus-visible,select:focus-visible,[tabindex="0"]:focus-visible{outline:2px solid var(--coral)}button{cursor:pointer}h1,h2,h3,h4,p{margin:0}h1,h2,h3{font-family:var(--serif);font-weight:600}small{display:block}.app-shell{min-height:100vh;background:var(--canvas)}.app-main{margin-left:242px;min-height:100vh}.page{padding:30px 34px 80px;max-width:1560px;margin:auto;animation:page-in .38s ease both}@keyframes page-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}.eyebrow{color:#8c8277;font-size:10px;font-weight:700;letter-spacing:.145em;text-transform:uppercase}.muted{color:var(--muted)!important}.app-mark{display:flex;align-items:center;gap:12px}.app-mark strong{display:block;font-family:var(--serif);font-size:22px;letter-spacing:-.02em;line-height:1;color:#f5f0e6}.app-mark small{color:#9db2a9;font-size:9px;text-transform:uppercase;letter-spacing:.12em;margin-top:4px}.mark-glyph{width:31px;height:31px;position:relative;display:flex;align-items:center;justify-content:center;transform:rotate(45deg);border:1px solid #a1b8ac}.mark-glyph i{position:absolute;display:block;background:#e2b768}.mark-glyph i:nth-child(1){width:17px;height:2px}.mark-glyph i:nth-child(2){width:2px;height:17px}.mark-glyph i:nth-child(3){width:6px;height:6px;border-radius:50%;background:var(--coral)}.sidebar{position:fixed;z-index:30;inset:0 auto 0 0;width:242px;background:var(--ink);color:#dfe7e2;display:flex;flex-direction:column;padding:27px 19px 18px}.sidebar-head{padding:0 11px 40px;display:flex;align-items:center;justify-content:space-between}.sidebar nav{flex:1}.nav-label{padding:0 12px 10px;color:#819c91;font-size:9px;font-weight:700;letter-spacing:.15em;text-transform:uppercase}.sidebar nav button{width:100%;background:transparent;border:0;border-radius:7px;padding:11px 12px;margin:2px 0;display:grid;grid-template-columns:20px 1fr auto;align-items:center;gap:10px;color:#a9bdb4;text-align:left;font-size:13px;font-weight:500;transition:.18s ease}.sidebar nav button:hover{color:#fff;background:#ffffff0e}.sidebar nav button.active{color:#fff9ed;background:#2c5145;box-shadow:inset 3px 0 var(--coral)}.sidebar nav em{min-width:20px;height:20px;border-radius:10px;background:var(--coral);color:#fff;font-size:10px;font-style:normal;display:grid;place-items:center}.sidebar-foot{border-top:1px solid rgba(255,255,255,.1);padding-top:16px}.workspace-chip{display:grid;grid-template-columns:32px 1fr 17px;align-items:center;gap:9px}.workspace-chip strong{font-size:11px;color:#edf1ee}.workspace-chip small{font-size:9px;color:#91a79d;margin-top:2px}.sidebar-foot>p{color:#7f9a8f;font-size:9px;margin:15px 4px 0;display:flex;align-items:center;gap:6px}.status-dot{width:6px;height:6px;border-radius:50%;background:#72af87;box-shadow:0 0 0 3px #72af8726}.topbar{height:84px;background:#f8f7f2eb;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 34px;position:sticky;top:0;z-index:20}.topbar h2{color:var(--ink);font-size:23px;line-height:1.05;margin-top:4px}.topbar-actions{display:flex;align-items:center;gap:10px}.preview-pill{display:flex;align-items:center;gap:5px;border-radius:20px;background:var(--ochre-soft);color:#855524;padding:6px 10px;font-size:10px;font-weight:700}.global-search{width:210px;border:1px solid var(--line);background:#fff;border-radius:6px;height:38px;display:flex;align-items:center;gap:8px;padding:0 10px;color:#8a837a;font-size:11px}.global-search span{flex:1;text-align:left}kbd{border:1px solid #d9d5ca;border-bottom-width:2px;background:#f7f6f1;padding:1px 5px;border-radius:4px;font-size:9px;color:#8c857b}.button{border:0;border-radius:6px;min-height:37px;padding:0 14px;display:inline-flex;align-items:center;justify-content:center;gap:7px;font-size:11px;font-weight:700;transition:.18s ease}.button:hover{transform:translateY(-1px)}.button.primary{background:var(--coral);color:#fff;box-shadow:0 5px 12px #b84e3929}.button.primary:hover{background:#b9503a}.button.secondary{background:var(--ink);color:#fff}.button.ghost{background:#fff;color:#5f5a53;border:1px solid var(--line);box-shadow:none}.button.light{background:#f1eadb;color:var(--ink);margin-top:20px}.button.wide{width:100%;min-height:45px}.button.icon-only{width:38px;padding:0}.text-button{border:0;background:none;padding:3px;font-size:10px;color:var(--forest-2);font-weight:700;display:inline-flex;align-items:center;gap:5px}.icon-button{width:34px;height:34px;border:0;background:transparent;border-radius:6px;display:grid;place-items:center;color:#716b64}.icon-button:hover{background:#21483c12}.icon-button svg{width:18px;height:18px}.mobile-only{display:none}.briefing{display:grid;grid-template-columns:minmax(290px,.83fr) 1.7fr;min-height:254px;border-radius:9px;overflow:hidden;box-shadow:var(--shadow);margin-bottom:22px}.briefing-lead{padding:31px 35px;background:var(--forest);color:#fff;position:relative;overflow:hidden}.briefing-lead:after{content:"";position:absolute;width:220px;height:220px;border:1px solid rgba(255,255,255,.08);border-radius:50%;right:-75px;bottom:-110px;box-shadow:0 0 0 34px #ffffff06,0 0 0 68px #ffffff05}.briefing-lead .eyebrow{color:#abc1b7}.briefing-lead h1{font-size:clamp(30px,3vw,43px);line-height:.96;margin:11px 0;letter-spacing:-.025em}.briefing-lead>p:not(.eyebrow){font-size:11px;line-height:1.55;color:#c2d1ca;max-width:330px}.briefing-index{position:absolute;right:22px;top:24px;font-family:var(--serif);font-size:22px;color:#fff3;text-align:center;line-height:.75}.briefing-index small{font-family:DM Sans;font-size:7px;letter-spacing:.18em;margin-top:5px}.metric-grid{display:grid;grid-template-columns:1fr 1fr;background:var(--paper)}.metric{padding:25px 27px;position:relative;border-left:1px solid var(--line);border-bottom:1px solid var(--line)}.metric:nth-child(n+3){border-bottom:0}.metric>p{color:var(--muted);font-size:10px;font-weight:600;margin:14px 0 2px}.metric>strong{font-family:var(--serif);color:var(--ink);font-size:31px;line-height:1}.metric>small{color:#928b82;font-size:9px;margin-top:4px}.metric>small b{color:#457b62}.metric-icon{width:31px;height:31px;border-radius:7px;display:grid;place-items:center}.metric-icon svg{width:15px;height:15px}.metric-icon.coral{background:var(--coral-soft);color:var(--coral)}.metric-icon.ochre{background:var(--ochre-soft);color:var(--ochre)}.metric-icon.sage{background:var(--sage-soft);color:var(--sage)}.metric-icon.blue{background:var(--blue-soft);color:var(--blue)}.today-grid{display:grid;grid-template-columns:1.55fr 1fr;gap:22px;margin-bottom:22px}.today-grid.lower{grid-template-columns:1.35fr .8fr}.card{background:var(--paper);border:1px solid var(--line);border-radius:8px;box-shadow:0 3px 10px #24332d08}.section-title{height:69px;padding:0 22px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between}.section-title h3{color:var(--ink);font-size:19px;margin-top:2px}.task-list{padding:4px 0}.task-row{display:grid;grid-template-columns:31px 1fr auto 28px;align-items:center;gap:10px;min-height:65px;padding:7px 13px 7px 21px;border-bottom:1px solid #e8e5dc;position:relative}.task-row:last-child{border-bottom:0}.task-row:before{content:"";position:absolute;left:0;top:11px;bottom:11px;width:3px;border-radius:0 3px 3px 0;background:#c8c3b8}.task-row.overdue:before{background:var(--coral)}.task-row.today:before{background:var(--ochre)}.check-button{width:24px;height:24px;border:1px solid #cfcabf;background:#fff;border-radius:50%;color:transparent;display:grid;place-items:center}.check-button:hover{color:#fff;border-color:var(--sage);background:var(--sage)}.task-row h4{font-size:11px;font-weight:700;margin-bottom:3px}.task-row p{color:#8b847a;font-size:9px}.task-row p strong{color:#5f5952;font-weight:600}.task-time{min-width:75px;display:flex;align-items:center;justify-content:flex-end;gap:4px;font-size:9px;color:#777067}.task-row.overdue .task-time{color:var(--coral);font-weight:700}.activity-list{padding:9px 22px}.activity-list article{min-height:59px;display:flex;align-items:flex-start;gap:11px;padding:10px 0;border-bottom:1px solid #e7e4dc}.activity-list article:last-child{border-bottom:0}.activity-list p{font-size:10px;line-height:1.45;color:#6b655e}.activity-list strong{color:var(--ink)}.activity-list b{color:#3a5e52;font-weight:600}.activity-list small{color:#999188;font-size:8px;margin-top:3px}.avatar{width:31px;height:31px;border-radius:50%;flex:0 0 auto;display:grid;place-items:center;font-size:9px;font-weight:700}.avatar.sage{background:var(--sage-soft);color:#48695c}.avatar.blue{background:var(--blue-soft);color:#4c6d79}.avatar.ochre{background:var(--ochre-soft);color:#8a5b2c}.avatar.clay{background:var(--coral-soft);color:#9d4937}.avatar.parchment{background:#eee9dd;color:#6b635a}.pipeline-card{padding-bottom:19px}.pipeline-bar{height:13px;display:flex;gap:2px;margin:24px 22px 17px;border-radius:7px;overflow:hidden}.pipeline-bar i:nth-child(1),.active-dot{background:#456e5e}.pipeline-bar i:nth-child(2),.screening-dot{background:#d1884c}.pipeline-bar i:nth-child(3),.approved-dot{background:#79949d}.pipeline-bar i:nth-child(4),.waitlist-dot{background:#b39a6d}.pipeline-bar i:nth-child(5),.moved-dot{background:#a5b8aa}.pipeline-legend{display:flex;flex-wrap:wrap;gap:16px 21px;padding:0 22px}.pipeline-legend span{font-size:9px;color:#847d73;display:flex;align-items:center;gap:5px}.pipeline-legend i{width:7px;height:7px;border-radius:2px}.pipeline-legend b{color:var(--ink);font-size:11px}.count-badge{min-width:25px;height:25px;border-radius:13px;display:grid;place-items:center;color:#a84f3d;background:var(--coral-soft);font-size:10px;font-weight:700}.review-card>button{width:100%;min-height:66px;border:0;border-bottom:1px solid #e8e5dc;background:transparent;display:grid;grid-template-columns:32px 1fr 18px;align-items:center;gap:10px;padding:8px 18px;text-align:left}.review-card>button:last-child{border-bottom:0}.review-card>button:hover{background:#f3f0e8}.review-card strong{font-size:10px}.review-card small{font-size:8px;color:#918a81;margin-top:3px}.page-heading{display:flex;align-items:flex-end;justify-content:space-between;margin:9px 0 25px}.page-heading h1{font-size:39px;line-height:1;color:var(--ink);margin:7px 0 5px;letter-spacing:-.025em}.list-page .page-heading h1{font-size:34px}.page-heading>div>p:last-child{color:var(--muted);font-size:11px}.heading-stat{display:flex;align-items:center;gap:10px;border-left:1px solid var(--line);padding-left:22px;margin-right:4px}.heading-stat>strong{font-family:var(--serif);font-size:36px;color:var(--ink)}.heading-stat>span{font-size:10px;font-weight:700}.heading-stat small{color:#4d7d65;font-size:8px;margin-top:2px}.filterbar{min-height:58px;border:1px solid var(--line);background:var(--paper);border-radius:8px 8px 0 0;display:flex;align-items:center;gap:9px;padding:9px 12px}.search-field{height:37px;min-width:250px;display:flex;align-items:center;gap:8px;background:#efede7;border:1px solid transparent;border-radius:5px;padding:0 11px;color:#928b81}.search-field:focus-within{border-color:#8aa699;background:#fff}.search-field input{border:0;background:transparent;outline:0;width:100%;color:var(--ink);font-size:10px}.status-tabs{display:flex;flex:1;align-items:center;gap:2px}.status-tabs button{border:0;background:transparent;color:#827b72;border-radius:5px;padding:9px 10px;font-size:9px;white-space:nowrap}.status-tabs button.active{background:#dce8e2;color:#295445;font-weight:700}.data-table-card{border:1px solid var(--line);border-top:0;border-radius:0 0 8px 8px;overflow:hidden;background:var(--paper);box-shadow:var(--shadow)}.data-table{width:100%;border-collapse:collapse;table-layout:auto}.data-table thead{background:#eae7df}.data-table th{height:36px;padding:0 10px;text-align:left;color:#615c55;font-size:8px;text-transform:uppercase;letter-spacing:.08em;font-weight:700;white-space:nowrap;border-right:1px solid #d7d3ca}.data-table tbody tr{border-top:1px solid #e4e1d8;transition:.14s ease;cursor:pointer}.data-table tbody tr:hover{background:#f4f1e9}.data-table td{min-height:54px;padding:9px 10px;color:#5e5851;font-size:9px;vertical-align:middle;border-right:1px solid #e3e0d8}.data-table th:last-child,.data-table td:last-child{border-right:0}.data-table tbody tr:nth-child(2n){background:#f6f4ee}.data-table td strong{color:#263f37;font-size:10px;font-weight:700;display:block}.data-table td small{color:#918980;font-size:8px;margin-top:3px;white-space:nowrap}.referrals-table td:first-child,.sources-table td:first-child{display:flex;align-items:center;gap:9px;min-width:180px;position:relative}.referrals-table td:last-child,.sources-table td:last-child{color:#aaa399}.review-icon{color:var(--coral);margin-left:auto}.status-pill{min-width:max-content;display:inline-flex;align-items:center;gap:6px;border-radius:12px;padding:5px 8px;font-size:8px;font-weight:700}.status-pill i{width:5px;height:5px;border-radius:50%}.status-pill.active{background:var(--sage-soft);color:#416959}.status-pill.active i{background:#5a8b76}.status-pill.screening{background:var(--ochre-soft);color:#8e5b29}.status-pill.screening i{background:#c17c39}.status-pill.approved-pending{background:var(--blue-soft);color:#486b78}.status-pill.approved-pending i{background:#608494}.status-pill.moved-in{background:#dce9df;color:#477352}.status-pill.moved-in i{background:#5a8f67}.status-pill.waitlist{background:#eee7d9;color:#77643e}.status-pill.waitlist i{background:#9a8358}.status-pill.inactive,.status-pill.denied,.status-pill.approved-no-move{background:#e7e3dc;color:#716a62}.status-pill.inactive i,.status-pill.denied i,.status-pill.approved-no-move i{background:#8c847b}.acuity{display:flex;align-items:center;gap:5px;font-size:9px;text-transform:capitalize}.acuity i{width:6px;height:6px;border-radius:50%}.acuity.low i{background:#789888}.acuity.medium i{background:#d08a48}.acuity.high{color:#a84d3b}.acuity.high i{background:var(--coral)}.person{display:flex;align-items:center;gap:6px;white-space:nowrap}.person i{width:22px;height:22px;border-radius:50%;background:#e8e4dc;display:grid;place-items:center;font-style:normal;font-size:7px;font-weight:700;color:#686158}.due-now{color:var(--coral);font-weight:700;display:flex;align-items:center;gap:4px;white-space:nowrap}.table-foot{height:49px;padding:0 16px;border-top:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;color:#948d84;font-size:9px}.source-overview{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:15px}.source-overview article{border:1px solid var(--line);background:var(--paper);padding:15px 18px;border-radius:7px;display:grid;grid-template-columns:34px 1fr auto;align-items:center;gap:12px}.source-overview small{font-size:8px;color:#857e75;text-transform:uppercase;letter-spacing:.08em}.source-overview strong{display:block;font-family:var(--serif);font-size:25px;color:var(--ink)}.source-overview em{font-size:8px;font-style:normal;color:#47745d;background:var(--sage-soft);padding:4px 6px;border-radius:8px}.source-overview em.warn{color:#a44c3b;background:var(--coral-soft)}.source-icon{width:32px;height:32px;border-radius:6px;display:grid;place-items:center;color:#5f7d70;background:#e2eae5}.cadence{border:1px solid #d7d2c8;border-radius:12px;padding:4px 7px;font-size:8px}.mini-trend{width:80px;height:28px;overflow:visible}.mini-trend polyline{fill:none;stroke:#527967;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.admin-page{max-width:1200px}.admin-grid{display:grid;grid-template-columns:1fr 1fr;gap:13px}.admin-card{min-height:132px;border:1px solid var(--line);border-radius:8px;background:var(--paper);display:grid;grid-template-columns:42px 1fr 22px;gap:15px;align-items:flex-start;text-align:left;padding:23px;transition:.18s ease}.admin-card:hover{transform:translateY(-2px);box-shadow:var(--shadow);border-color:#c8c3b8}.admin-card>svg{width:18px;margin-top:5px;color:#aaa298}.admin-icon{width:39px;height:39px;display:grid;place-items:center;background:var(--sage-soft);color:#527565;border-radius:8px}.admin-icon svg{width:18px}.admin-card h3{font-size:18px;color:var(--ink)}.admin-card p{font-size:10px;color:var(--muted);margin:5px 0 14px}.admin-card small{font-size:8px;color:#847d74;font-weight:700;text-transform:uppercase;letter-spacing:.08em}.migration-note{display:grid;grid-template-columns:38px 1fr auto;gap:16px;align-items:center;padding:21px;margin-top:18px}.migration-note h3{font-size:18px;margin:3px 0}.migration-note p:last-child{font-size:9px;color:var(--muted)}.drawer-layer,.modal-layer{position:fixed;inset:0;z-index:60;display:flex;justify-content:flex-end}.drawer-scrim,.modal-scrim{position:absolute;inset:0;border:0;background:#15221e5c;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);width:100%}.drawer{width:min(650px,100%);height:100%;overflow:auto;background:var(--paper);position:relative;box-shadow:-16px 0 50px #1725202b;animation:drawer-in .28s ease both}@keyframes drawer-in{0%{transform:translate(30px);opacity:0}}.drawer-head{height:62px;padding:0 20px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;z-index:2;background:#f8f7f2f2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.drawer-actions{display:flex;gap:7px}.record-hero{padding:28px 29px 20px;display:flex;gap:15px;align-items:center}.record-initials{width:57px;height:57px;border-radius:50%;background:#e7dfd1;color:#5b5146;display:grid;place-items:center;font-family:var(--serif);font-size:21px}.record-hero h2{font-size:31px;color:var(--ink);margin:7px 0 1px;line-height:1}.record-hero p{font-size:9px;color:#817a71}.review-banner{margin:0 29px 17px;border:1px solid #e6b7aa;background:#f7e7e1;color:#9d4b3b;border-radius:6px;display:grid;grid-template-columns:20px 1fr auto;align-items:center;gap:10px;padding:11px 13px}.review-banner strong{display:block;font-size:9px}.review-banner span{font-size:8px}.review-banner button{border:0;background:transparent;color:#964536;font-size:8px;text-decoration:underline}.record-facts{display:grid;grid-template-columns:1fr 1fr;margin:0 29px 18px;border:1px solid var(--line);border-radius:7px;overflow:hidden}.record-facts>div{min-height:77px;padding:15px;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.record-facts>div:nth-child(2n){border-right:0}.record-facts>div:nth-child(n+3){border-bottom:0}.record-facts small{color:#918981;font-size:7px;text-transform:uppercase;letter-spacing:.1em;margin-bottom:5px}.record-facts strong{display:block;font-size:10px}.record-facts span{display:block;font-size:8px;color:#827b72;margin-top:3px}.record-note{margin:0 29px 19px;padding:14px 16px;background:#eeece5;border-left:3px solid var(--ochre)}.record-note p:last-child{color:#635c54;font-family:var(--serif);font-size:15px;line-height:1.35;margin-top:5px}.drawer-tabs{height:44px;display:flex;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:0 29px}.drawer-tabs button{border:0;background:transparent;border-bottom:2px solid transparent;text-transform:capitalize;padding:0 16px;font-size:9px;color:#7c756c}.drawer-tabs button.active{color:var(--ink);border-color:var(--coral);font-weight:700}.timeline{padding:24px 29px 50px}.timeline-heading{display:flex;justify-content:space-between;align-items:center;margin-bottom:17px}.timeline-heading h3{font-size:18px}.timeline article{display:grid;grid-template-columns:34px 1fr;gap:13px;min-height:85px;position:relative}.timeline article:not(:last-child):after{content:"";position:absolute;left:16px;top:34px;bottom:0;width:1px;background:#d9d5cb}.timeline-icon{width:33px;height:33px;border-radius:50%;display:grid;place-items:center;z-index:1;background:var(--sage-soft);color:#527766}.timeline-icon svg{width:14px}.timeline-icon.email{background:var(--blue-soft);color:#587783}.timeline-icon.status{background:var(--ochre-soft);color:#a76d35}.timeline-icon.review{background:var(--coral-soft);color:var(--coral)}.timeline article h4{font-size:10px;margin-top:2px}.timeline article p{font-size:9px;color:#746d65;margin:4px 0}.timeline article small{font-size:8px;color:#9b938a}.empty-tab{margin:30px;padding:45px;text-align:center;border:1px dashed #cec8bd;color:#81796f}.empty-tab>svg{color:#799386}.empty-tab h3{color:var(--ink);margin:10px}.empty-tab p{font-size:10px;margin-bottom:16px}.modal-layer{justify-content:center;align-items:center}.modal{width:min(540px,calc(100% - 30px));max-height:calc(100vh - 30px);overflow:auto;padding:25px 28px;border-radius:9px;background:var(--paper);position:relative;box-shadow:0 25px 70px #14221d40;animation:modal-in .2s ease both}@keyframes modal-in{0%{transform:translateY(10px) scale(.99);opacity:0}}.modal header{display:flex;align-items:flex-start;justify-content:space-between}.modal h2{font-size:29px;margin-top:5px}.form-intro{font-size:10px;color:var(--muted);margin:11px 0 20px;line-height:1.5}.modal label,.signin-form label{display:block;font-size:9px;font-weight:700;color:#615b54;margin-bottom:13px}.modal input,.modal select,.signin-form input{display:block;width:100%;height:42px;border:1px solid #d6d1c6;background:#fff;border-radius:5px;margin-top:6px;padding:0 11px;color:var(--ink);font-size:10px}.modal input:focus,.modal select:focus,.signin-form input:focus{border-color:#6b8b7e;outline:3px solid rgba(107,139,126,.12)}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.modal footer{border-top:1px solid var(--line);margin-top:9px;padding-top:17px;display:flex;justify-content:flex-end;gap:8px}.toast{position:fixed;z-index:80;bottom:24px;left:50%;transform:translate(-50%);background:var(--ink);color:#fff;border-radius:7px;padding:12px 16px;box-shadow:0 15px 40px #14231e4d;display:flex;align-items:center;gap:8px;font-size:10px;animation:toast-in .25s ease both}.toast svg{color:#8ac1a4}@keyframes toast-in{0%{opacity:0;transform:translate(-50%,10px)}}.command-fab{position:fixed;z-index:15;right:18px;bottom:16px;height:32px;display:flex;align-items:center;gap:7px;border:1px solid #d7d1c6;border-radius:6px;background:#ffffffe6;box-shadow:0 5px 18px #23322c14;color:#7b746b;font-size:8px;padding:0 8px}.signin-shell{min-height:100vh;display:grid;grid-template-columns:1.1fr .9fr;background:var(--paper)}.signin-story{background:var(--ink);color:#fff;padding:38px 54px 36px;position:relative;overflow:hidden;display:flex;flex-direction:column;justify-content:space-between}.signin-story:before{content:"";position:absolute;width:520px;height:520px;border:1px solid rgba(255,255,255,.07);border-radius:50%;right:-230px;top:80px;box-shadow:0 0 0 75px #ffffff05,0 0 0 150px #ffffff03}.signin-story:after{content:"";position:absolute;height:1px;width:70%;background:linear-gradient(90deg,transparent,#c8a367,transparent);transform:rotate(-20deg);left:-10%;bottom:28%}.story-copy{position:relative;z-index:1;max-width:630px}.story-copy .eyebrow{color:#d1a65d}.story-copy h1{font-size:clamp(50px,6.2vw,92px);line-height:.86;letter-spacing:-.04em;margin:20px 0 25px}.story-copy>p:last-child{max-width:510px;color:#b5c8c0;font-size:14px;line-height:1.65}.story-proof{position:relative;z-index:1}.proof-rule{width:48px;height:2px;background:var(--coral);margin-bottom:14px}.story-proof p{font-family:var(--serif);font-size:17px}.story-proof span{display:block;color:#809b90;font-size:9px;margin-top:5px;letter-spacing:.08em;text-transform:uppercase}.signin-panel{display:grid;place-items:center;padding:40px}.signin-form{width:min(390px,100%)}.signin-form h2{font-size:38px;color:var(--ink);margin:6px 0 3px}.signin-form>.muted{font-size:10px;margin-bottom:24px}.signin-form label{margin-bottom:15px}.signin-form input{height:46px;font-size:11px}.form-error{display:flex;align-items:center;gap:7px;color:#a94e3c;background:var(--coral-soft);padding:9px;border-radius:5px;font-size:9px;margin-bottom:12px}.signin-form .text-button{margin:11px auto 0;display:flex}.or{display:flex;align-items:center;gap:10px;margin:20px 0;color:#a19a90;font-size:8px}.or:before,.or:after{content:"";height:1px;background:var(--line);flex:1}.signin-note{text-align:center;color:#9a938a;font-size:8px;margin-top:9px}.loading-screen{min-height:100vh;display:grid;place-items:center;align-content:center;gap:24px;background:var(--ink)}.loading-line{width:80px;height:2px;background:linear-gradient(90deg,transparent,var(--coral),transparent);animation:pulse 1s infinite}@keyframes pulse{50%{opacity:.3;transform:scaleX(.7)}}@media(max-width:1100px){.global-search{width:38px}.global-search span,.global-search kbd{display:none}.briefing{grid-template-columns:1fr}.metric-grid{min-height:210px}.today-grid,.today-grid.lower{grid-template-columns:1fr}.data-table-card{overflow-x:auto}.data-table{min-width:980px}.status-tabs{overflow:auto}}@media(max-width:760px){.mobile-only{display:grid}.sidebar{transform:translate(-100%);transition:.25s ease;box-shadow:10px 0 40px #14231e40}.sidebar.open{transform:none}.app-main{margin-left:0}.topbar{height:72px;padding:0 15px;gap:10px}.topbar>div:nth-child(2){flex:1}.topbar h2{font-size:19px}.topbar-actions .preview-pill,.global-search{display:none}.topbar .button.primary{width:35px;padding:0}.topbar .button.primary svg{margin:0}.topbar .button.primary{font-size:0}.page{padding:20px 14px 70px}.briefing-lead{padding:26px}.metric{padding:20px}.today-grid{gap:14px;margin-bottom:14px}.page-heading{align-items:flex-start}.page-heading h1{font-size:35px}.heading-stat{display:none}.filterbar{flex-wrap:wrap}.search-field{width:100%;min-width:0}.status-tabs{order:3;width:100%;flex-basis:100%}.source-overview,.admin-grid{grid-template-columns:1fr}.migration-note{grid-template-columns:35px 1fr}.migration-note .button{grid-column:1 / -1}.drawer{width:100%}.record-hero,.timeline{padding-left:18px;padding-right:18px}.record-facts,.record-note,.review-banner{margin-left:18px;margin-right:18px}.drawer-tabs{padding:0 18px}.signin-shell{grid-template-columns:1fr}.signin-story{min-height:44vh;padding:28px}.story-copy h1{font-size:52px;margin:15px 0}.story-copy>p:last-child{font-size:11px;max-width:360px}.story-proof{display:none}.signin-panel{padding:34px 22px}.form-row{grid-template-columns:1fr;gap:0}.command-fab span,.command-fab kbd{display:none}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important}}:root{--ink: #24352f;--forest: #315f50;--forest-2: #315f50;--paper: #ffffff;--canvas: #f5f7f5;--line: #e1e7e3;--muted: #718078;--coral: #3f7562;--coral-soft: #e9f1ed;--shadow: 0 8px 24px rgba(31, 52, 44, .055)}body{color:var(--ink);background:var(--canvas)}h1,h2,h3{font-family:DM Sans,sans-serif;letter-spacing:-.025em}.app-main{margin-left:220px}.sidebar{width:220px;padding:25px 14px 18px;background:#fff;color:var(--ink);border-right:1px solid var(--line)}.sidebar-head{padding:0 10px 33px}.sidebar .app-mark strong,.signin-brand .app-mark strong{color:var(--ink)}.sidebar .app-mark small,.signin-brand .app-mark small{color:#829089}.sidebar .mark-glyph,.signin-brand .mark-glyph{border-color:#91aa9f}.sidebar .mark-glyph i,.signin-brand .mark-glyph i{background:#5c8978}.sidebar .mark-glyph i:nth-child(3),.signin-brand .mark-glyph i:nth-child(3){background:#c28b55}.nav-label{color:#9aa59f;padding-left:11px}.sidebar nav button{border-radius:8px;color:#66756e;font-size:13px;padding:11px;margin:3px 0}.sidebar nav button:hover{color:var(--ink);background:#f3f6f4}.sidebar nav button.active{color:#285443;background:#e9f1ed;box-shadow:none}.sidebar nav em{color:#396654;background:#dce9e3}.sidebar-foot{border-color:var(--line)}.workspace-chip strong{color:var(--ink)}.workspace-chip small,.sidebar-foot>p{color:#84918b}.topbar{height:72px;padding:0 36px;background:#fffffff0;border-color:var(--line)}.topbar h2{font-family:DM Sans,sans-serif;font-size:20px;margin-top:2px}.topbar .eyebrow,.global-search,.command-fab{display:none}.button{border-radius:8px;min-height:39px;padding:0 15px;font-size:12px}.button.primary{background:#386c59;box-shadow:none}.button.primary:hover{background:#2e5d4c}.button.ghost{color:#596861;border-color:var(--line)}.icon-button{border-radius:8px}.simple-page{width:100%;max-width:1240px;padding:34px 40px 80px;margin:0 auto}.simple-heading{min-height:52px;margin-bottom:24px;display:flex;align-items:flex-start;justify-content:space-between;gap:24px}.simple-heading h1{font-size:30px;line-height:1.15}.simple-heading p{color:var(--muted);font-size:13px;margin-top:6px}.simple-toolbar{min-height:62px;margin-bottom:14px;padding:10px;display:flex;align-items:center;gap:10px;background:#fff;border:1px solid var(--line);border-radius:11px}.simple-toolbar .search-field{width:auto;min-width:240px;flex:1;height:40px;display:flex;align-items:center;gap:9px;padding:0 11px;color:#87928d;background:#f7f9f8;border:1px solid transparent;border-radius:8px}.simple-toolbar .search-field:focus-within{border-color:#8eafa2;background:#fff}.simple-toolbar .search-field input{min-width:0;flex:1;border:0;outline:0;background:transparent;color:var(--ink);font-size:12px}.simple-toolbar .status-tabs{flex:0 1 auto}.simple-toolbar .status-tabs button{padding:9px 10px;border-radius:7px;color:#75817b;font-size:11px}.simple-toolbar .status-tabs button.active{background:#e9f1ed;color:#315f50}.app-list{overflow:hidden;background:#fff;border:1px solid var(--line);border-radius:11px;box-shadow:0 3px 14px #23362f06}.referral-list-item{width:100%;min-height:78px;padding:14px 17px;border:0;border-bottom:1px solid #edf0ee;background:#fff;display:grid;grid-template-columns:42px minmax(200px,1fr) auto 125px 120px 18px;align-items:center;gap:14px;text-align:left;transition:background .15s ease}.referral-list-item:last-child{border-bottom:0}.referral-list-item:hover{background:#f8faf9}.referral-list-item>svg{color:#a0aaa5}.record-avatar{width:40px;height:40px;display:grid;place-items:center;border-radius:10px;color:#3e6858;background:#e7f0eb;font-size:11px;font-weight:700}.referral-main,.list-contact{min-width:0}.name-line{display:flex;align-items:center;gap:8px}.name-line>strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px}.referral-main>small{overflow:hidden;margin-top:5px;color:#7c8983;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.review-tag{display:inline-flex;align-items:center;gap:3px;padding:3px 6px;border-radius:10px;color:#9b613c;background:#f7ebdf;font-size:8px;font-weight:700;text-transform:uppercase}.referral-tags{display:flex;align-items:center;gap:7px}.list-contact small{color:#98a29d;font-size:9px}.list-contact strong{display:block;overflow:hidden;margin-top:4px;color:#57665f;font-size:10px;font-weight:600;text-overflow:ellipsis;white-space:nowrap}.list-contact.next.due strong{color:#aa5e46}.empty-state{min-height:180px;padding:30px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#8d9993;text-align:center}.empty-state>svg{margin-bottom:10px}.empty-state strong{color:#506159;font-size:13px}.empty-state p{margin-top:4px;font-size:10px}.source-card-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.source-card{overflow:hidden;background:#fff;border:1px solid var(--line);border-radius:11px;box-shadow:0 3px 14px #23362f06}.source-card header{min-height:74px;padding:16px 17px;display:grid;grid-template-columns:38px 1fr 30px;align-items:center;gap:11px}.source-icon{width:38px;height:38px;display:grid;place-items:center;border-radius:9px;color:#497362;background:#e9f1ed}.source-card h3{overflow:hidden;font-size:14px;text-overflow:ellipsis;white-space:nowrap}.source-card header p{overflow:hidden;margin-top:4px;color:#849089;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.source-contact-dates{min-height:68px;padding:13px 18px;display:grid;grid-template-columns:1fr 20px 1fr;align-items:center;gap:9px;background:#f8faf9;border-top:1px solid #edf0ee;border-bottom:1px solid #edf0ee}.source-contact-dates>svg{color:#abb4b0}.source-contact-dates small{color:#949f9a;font-size:9px}.source-contact-dates strong{display:block;margin-top:4px;color:#506159;font-size:11px}.source-contact-dates .due strong{color:#aa5e46}.source-card footer{min-height:48px;padding:10px 17px;display:flex;align-items:center;gap:13px;color:#75817b;font-size:9px}.source-card footer b{color:#40554b;font-size:11px}.source-card .cadence{margin-left:auto;padding:4px 7px;border-radius:10px;color:#5c756a;background:#edf3f0;text-transform:capitalize}.compact-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:18px}.compact-stats article{min-height:84px;padding:17px;display:flex;align-items:center;gap:13px;background:#fff;border:1px solid var(--line);border-radius:10px}.compact-stats article>span{width:38px;height:38px;display:grid;place-items:center;border-radius:9px;color:#55796b;background:#e9f1ed}.compact-stats article>span svg{width:18px}.compact-stats article.urgent>span{color:#a85d47;background:#f7e8e3}.compact-stats strong{display:block;font-size:22px}.compact-stats small{margin-top:2px;color:#839089;font-size:10px}.simple-split{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(260px,.8fr);gap:14px}.simple-card{background:#fff;border:1px solid var(--line);border-radius:11px}.simple-card .section-title{height:60px;padding:0 18px}.simple-card .section-title h3{font-family:DM Sans,sans-serif;font-size:14px}.subtle-count{color:#87938d;font-size:10px}.simple-card .task-row{min-height:68px}.simple-card .activity-list{padding-top:5px}.inline-link{margin-top:16px;padding:4px 0;display:flex;align-items:center;gap:6px;border:0;background:transparent;color:#386c59;font-size:11px;font-weight:700}.report-actions{display:flex;align-items:flex-end;gap:10px}.report-actions label{color:#78857e;font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:.07em}.report-actions select{height:39px;min-width:132px;margin-top:5px;padding:0 31px 0 11px;display:block;color:#43574d;background:#fff;border:1px solid var(--line);border-radius:8px;font-size:11px;text-transform:none;letter-spacing:0}.report-summary{margin-bottom:15px;display:grid;grid-template-columns:repeat(4,1fr);background:#fff;border:1px solid var(--line);border-radius:11px}.report-summary article{min-height:96px;padding:20px 22px;border-right:1px solid var(--line)}.report-summary article:last-child{border-right:0}.report-summary small{color:#829089;font-size:10px}.report-summary strong{display:block;margin-top:8px;font-size:26px}.report-layout{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(250px,.65fr);gap:15px}.performance-list{padding:5px 18px 14px}.performance-list article{min-height:64px;display:grid;grid-template-columns:24px minmax(170px,1fr) 70px 70px;align-items:center;gap:12px;border-bottom:1px solid #edf0ee}.performance-list article:last-child{border-bottom:0}.performance-list .rank{color:#a2aca7;font-size:10px;font-weight:700}.performance-list article>div>strong{display:block;font-size:11px}.performance-list article>div>small{margin-top:3px;color:#8b9691;font-size:8px}.performance-list article>div>i{height:4px;margin-top:7px;display:block;overflow:hidden;border-radius:4px;background:#edf1ef}.performance-list article>div>i b{height:100%;display:block;border-radius:4px;background:#5d8b79}.performance-list article>span:not(.rank) strong{display:block;color:#42564d;font-size:12px}.performance-list article>span:not(.rank) small{margin-top:2px;color:#96a09b;font-size:8px}.report-insight{padding:24px;align-self:start}.report-icon{width:42px;height:42px;display:grid;place-items:center;border-radius:10px;color:#477261;background:#e8f1ed}.report-icon svg{width:19px}.report-insight h3{margin-top:24px;color:#829089;font-size:10px;text-transform:uppercase;letter-spacing:.08em}.report-insight>strong{display:block;margin-top:7px;font-size:19px}.report-insight>p{margin-top:8px;color:#73817a;font-size:11px;line-height:1.55}.report-insight>div{margin-top:24px;padding-top:16px;border-top:1px solid var(--line)}.report-insight>div small{color:#929d98;font-size:9px}.report-insight>div b{display:block;margin-top:5px;font-size:11px}.signin-shell{grid-template-columns:1fr;place-items:center;padding:28px;background:#f2f6f3}.signin-story{display:none}.signin-panel{width:min(460px,100%);padding:42px 38px;display:block;background:#fff;border:1px solid var(--line);border-radius:14px;box-shadow:var(--shadow)}.signin-brand{margin-bottom:42px}.signin-form{width:100%}.signin-form h2{font-family:DM Sans,sans-serif;font-size:28px}.signin-form>.muted{margin-top:7px;font-size:11px;line-height:1.5}.loading-screen{background:#f2f6f3}.loading-screen .app-mark strong{color:var(--ink)}@media(max-width:1080px){.simple-toolbar{flex-wrap:wrap}.simple-toolbar .search-field{flex-basis:100%}.simple-toolbar .status-tabs{flex:1;overflow:auto}.referral-list-item{grid-template-columns:42px minmax(180px,1fr) auto 105px 18px}.referral-list-item .list-contact:first-of-type{display:none}.source-card-grid{grid-template-columns:1fr}}@media(max-width:760px){.sidebar{width:220px}.simple-page{padding:24px 15px 70px}.topbar{padding:0 15px}.simple-heading{align-items:flex-start}.simple-heading h1{font-size:25px}.simple-toolbar .button.ghost{display:none}.compact-stats{grid-template-columns:1fr 1fr}.compact-stats article:last-child{grid-column:1 / -1}.simple-split,.report-layout{grid-template-columns:1fr}.referral-list-item{grid-template-columns:38px minmax(0,1fr) 18px;gap:11px;padding:13px}.referral-list-item .referral-tags,.referral-list-item .list-contact{display:none}.record-avatar{width:36px;height:36px}.source-card footer{flex-wrap:wrap}.source-card .cadence{margin-left:0}.source-card footer .text-button{margin-left:auto}.report-actions{width:100%;margin-top:3px}.reports-page .simple-heading{flex-direction:column}.report-actions label{flex:1}.report-actions select{width:100%}.report-summary{grid-template-columns:1fr 1fr}.report-summary article{min-height:78px;padding:15px}.report-summary article:nth-child(2){border-right:0}.report-summary article:nth-child(-n+2){border-bottom:1px solid var(--line)}.performance-list article{grid-template-columns:20px minmax(130px,1fr) 58px}.performance-list article>span:last-child{display:none}.signin-shell{padding:14px}.signin-panel{padding:34px 24px}}.category-filter{height:40px;padding:0 10px;display:flex;align-items:center;gap:6px;color:#76837c;border:1px solid var(--line);border-radius:8px;background:#fff}.category-filter select{border:0;outline:0;color:#53645b;background:transparent;font-size:11px}.source-card-title{width:100%;min-height:74px;padding:16px 17px;display:grid;grid-template-columns:38px minmax(0,1fr) 20px;align-items:center;gap:11px;border:0;background:#fff;text-align:left}.source-card-title:hover{background:#f9fbfa}.source-card-title>span:nth-child(2){min-width:0}.source-card-title strong{display:block;overflow:hidden;font-size:14px;text-overflow:ellipsis;white-space:nowrap}.source-card-title small{overflow:hidden;margin-top:4px;color:#849089;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.source-card-title>svg{color:#a4aea9}.source-card footer>span:first-child{display:flex;align-items:center;gap:4px}.source-log-button{min-height:31px;margin-left:auto;padding:0 10px;color:#35604f;background:#edf4f0}.source-log-button:hover{background:#e2ede7}.report-summary .urgent-report strong{color:#aa5e46}.source-record-hero{padding:28px 29px 24px;display:flex;align-items:center;gap:15px}.source-record-icon{width:52px;height:52px;flex:0 0 auto;display:grid;place-items:center;color:#3f6c5a;background:#e7f0eb;border-radius:12px}.source-record-icon svg{width:23px}.source-record-hero h2{margin:4px 0;font-family:DM Sans,sans-serif;font-size:25px}.source-record-hero>div>p:last-child{color:#7c8982;font-size:10px}.relationship-status{min-height:84px;margin:0 29px 20px;padding:16px 18px;display:grid;grid-template-columns:1fr 24px 1fr;align-items:center;gap:10px;background:#f6f9f7;border:1px solid var(--line);border-radius:10px}.relationship-status>svg{color:#a5afaa}.relationship-status small,.relationship-facts small{color:#8b9791;font-size:9px}.relationship-status strong,.relationship-facts strong{display:block;margin-top:5px;font-size:12px}.relationship-status .due strong{color:#aa5e46}.source-detail-section{margin:0 29px 20px;border:1px solid var(--line);border-radius:10px;overflow:hidden}.source-detail-section .section-title{height:52px;padding:0 17px}.source-detail-section .section-title h3{font-family:DM Sans,sans-serif;font-size:12px}.contact-profile{padding:16px 17px 11px;display:flex;align-items:center;gap:11px}.contact-profile strong{display:block;font-size:12px}.contact-profile small{margin-top:3px;color:#89958f;font-size:9px}.contact-actions{padding:0 17px 16px;display:grid;grid-template-columns:1fr 1fr;gap:8px}.contact-actions a{min-height:38px;padding:8px 10px;display:flex;align-items:center;gap:7px;overflow:hidden;color:#496459;background:#f7f9f8;border:1px solid #e7ebe8;border-radius:8px;font-size:9px;text-decoration:none;text-overflow:ellipsis;white-space:nowrap}.contact-actions a svg{width:14px;flex:0 0 auto}.contact-actions a[aria-disabled=true]{color:#9ba49f;pointer-events:none}.relationship-facts{padding:18px;display:grid;grid-template-columns:1fr 1fr;gap:12px}.source-history article{padding:17px;display:grid;grid-template-columns:34px 1fr;gap:12px}.source-history article strong{font-size:11px}.source-history article p{margin:4px 0;color:#748078;font-size:9px}.source-history article small{color:#98a19d;font-size:8px}.modal textarea{width:100%;min-height:96px;margin-top:6px;padding:10px 11px;resize:vertical;color:var(--ink);background:#fff;border:1px solid #d6d1c6;border-radius:5px;font:inherit;font-size:10px}.modal textarea:focus{border-color:#6b8b7e;outline:3px solid rgba(107,139,126,.12)}@media(max-width:760px){.category-filter{width:100%}.category-filter select{flex:1}.source-card footer>span:first-child{display:none}.source-card .cadence{margin-left:0}.source-log-button{margin-left:auto}.source-record-hero{padding:22px 18px}.relationship-status,.source-detail-section{margin-left:18px;margin-right:18px}.contact-actions{grid-template-columns:1fr}}:root{font-family:Nunito Sans,sans-serif;--ink:#153f48;--forest:#087f83;--forest-2:#087f83;--paper:#fffdf7;--canvas:#fff6df;--line:#eadfc9;--muted:#718487;--coral:#f2645a;--coral-soft:#ffe0d8;--ochre:#e9a83f;--ochre-soft:#fff0c7;--sage:#0b9996;--sage-soft:#d9f2ed;--blue:#2b8fab;--blue-soft:#dff3f8;--shadow:0 12px 28px rgba(19,100,107,.09);--serif:"Fraunces",Georgia,serif}body,button,input,select,textarea{font-family:Nunito Sans,sans-serif}h1,h2,h3,.topbar h2,.simple-card .section-title h3,.source-detail-section .section-title h3{font-family:Fraunces,Georgia,serif}html,body,.app-shell{background:var(--canvas)}.app-shell{position:relative;isolation:isolate;background:radial-gradient(circle at 94% 6%,rgba(255,197,72,.28) 0 88px,transparent 89px),radial-gradient(circle at 94% 6%,transparent 0 105px,rgba(242,100,90,.12) 106px 108px,transparent 109px),linear-gradient(180deg,#f3fbf7 0 170px,#fff6df 360px)}.app-shell:before{content:"";position:fixed;z-index:-1;inset:125px 0 auto 220px;height:90px;opacity:.38;background:radial-gradient(70px 24px at 70px 0,transparent 68px,#57c7be 69px 71px,transparent 72px) 0 0 / 140px 40px repeat-x;pointer-events:none}.page{animation:beach-rise .42s cubic-bezier(.22,.8,.25,1) both}@keyframes beach-rise{0%{opacity:0;transform:translateY(9px)}to{opacity:1;transform:none}}.sidebar{overflow:visible;background:#e1f5ef;border-right:0;box-shadow:7px 0 24px #0d6d6f0f}.sidebar:after{content:"";position:absolute;top:0;right:-8px;bottom:0;width:16px;background:radial-gradient(circle at 0 12px,#e1f5ef 0 9px,transparent 10px) 0 0 / 16px 24px repeat-y;pointer-events:none}.app-mark{gap:11px}.app-mark strong{color:#086f75!important;font-family:Fraunces,Georgia,serif;font-size:24px;font-weight:700}.app-mark small{color:#e05e58!important;font-size:8px;font-weight:800;letter-spacing:.16em}.mark-glyph,.sidebar .mark-glyph,.signin-brand .mark-glyph{width:36px;height:36px;display:block;position:relative;transform:none;overflow:hidden;border:0;border-radius:50% 50% 46% 46%;background:#ffd66b;box-shadow:inset 0 -8px #ffffff40}.mark-glyph i,.sidebar .mark-glyph i,.signin-brand .mark-glyph i{position:absolute;height:auto;background:#f26474}.mark-glyph i:nth-child(1){top:8px;left:6px;width:11px;height:10px;clip-path:polygon(50% 0,100% 100%,0 100%);transform:rotate(-4deg)}.mark-glyph i:nth-child(2){top:8px;right:6px;width:11px;height:10px;clip-path:polygon(50% 0,100% 100%,0 100%);transform:rotate(4deg)}.mark-glyph i:nth-child(3),.sidebar .mark-glyph i:nth-child(3),.signin-brand .mark-glyph i:nth-child(3){left:7px;bottom:7px;width:22px;height:9px;border-radius:0;background:#f26474;clip-path:polygon(0 0,43% 34%,50% 18%,57% 34%,100% 0,82% 100%,57% 72%,50% 88%,43% 72%,18% 100%)}.nav-label{color:#489095}.sidebar nav button{color:#39777a;font-weight:700}.sidebar nav button:hover{color:#075f65;background:#ffffff9e}.sidebar nav button.active{color:#9f3f45;background:#fff8df;box-shadow:inset 4px 0 #f26474,0 5px 15px #12747412}.sidebar nav button.active svg{color:#e85865}.sidebar-foot{border-color:#087f832b}.workspace-chip .avatar{color:#9c3946;background:#ffd7dc}.workspace-chip strong{color:#15565c}.workspace-chip small,.sidebar-foot>p{color:#579194}.status-dot{background:#f4a93c;box-shadow:0 0 0 3px #f4a93c2e}.topbar{background:#fffdf7e6;border-bottom:1px solid rgba(8,127,131,.13);box-shadow:0 4px 20px #1176760b}.topbar h2{color:#0b6d73;font-size:21px}.preview-pill{color:#8d5440;background:#ffe5ae}.button.primary{color:#fff;background:linear-gradient(135deg,#c6424e,#bd3659);box-shadow:0 7px 15px #e24f5b30}.button.primary:hover{background:linear-gradient(135deg,#b63845,#aa2d50)}.button.secondary{background:#087f83}.button.ghost{background:#fffdf7;border-color:#e8d9bd}.button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline-color:#008d92}.eyebrow{color:#a94350}.simple-heading h1{color:#0b666d;font-size:33px}.simple-heading p{color:#668285}.simple-toolbar,.simple-card,.app-list,.source-card,.report-summary{background:#fffdf7f5;border-color:#eadbbf;box-shadow:var(--shadow)}.simple-toolbar{border-radius:16px}.simple-toolbar .search-field{background:#f3faf7;border-radius:11px}.simple-toolbar .search-field:focus-within{border-color:#67bbb5}.category-filter{border-color:#e8d9bd;border-radius:11px;background:#fff9eb}.source-card{position:relative;overflow:hidden;border-radius:17px;transition:transform .2s ease,box-shadow .2s ease}.source-card:before{content:"";display:block;height:5px;background:linear-gradient(90deg,#12aaa4 0 34%,#ffd166 34% 65%,#f26474 65%)}.source-card:hover{transform:translateY(-3px);box-shadow:0 17px 34px #0d6c6f21}.source-card-title{background:#fffdf7}.source-card-title:hover{background:#fffaf0}.source-icon{color:#087f83;background:#d9f4ed;border-radius:50% 50% 45% 55%;box-shadow:inset 0 -5px #20a99f14}.source-card-title strong{color:#14535a}.source-contact-dates{background:radial-gradient(circle at 12px 12px,rgba(255,255,255,.42) 0 2px,transparent 2.5px) 0 0 / 24px 24px,#e6f6f2;border-color:#cfe9e3}.source-contact-dates strong{color:#1c6768}.source-contact-dates .due strong{color:#d84f60}.source-card footer{background:#fffaf0}.source-card .cadence{color:#a54b55;background:#ffdee2}.source-log-button{color:#08797c;background:#dff4ef;border:1px solid #c8e9e2}.source-log-button:hover{color:#fff;background:#0c9997}.compact-stats article{position:relative;overflow:hidden;border-color:#eadbbf;border-radius:16px;background:#fffdf7;box-shadow:var(--shadow)}.compact-stats article:after{content:"";position:absolute;right:-12px;bottom:-18px;width:55px;height:55px;border:8px solid rgba(255,193,71,.16);border-radius:50%}.compact-stats article>span{color:#087f83;background:#d9f3ed;border-radius:50%}.compact-stats article.urgent>span{color:#cb4053;background:#ffdce1}.task-row:before{background:#0da09e}.task-row.overdue:before{background:#ef5c6a}.task-row.today:before{background:#f4b23e}.check-button:hover{border-color:#079694;background:#079694}.inline-link,.text-button{color:#087f83}.report-summary{overflow:hidden;border-radius:16px}.report-summary article{border-color:#eadfc9}.report-summary article:nth-child(1){box-shadow:inset 0 4px #0ca5a1}.report-summary article:nth-child(2){box-shadow:inset 0 4px #35bba5}.report-summary article:nth-child(3){box-shadow:inset 0 4px #f2b43d}.report-summary article:nth-child(4){box-shadow:inset 0 4px #f26474}.report-summary strong{color:#0b686d;font-family:Fraunces,Georgia,serif}.performance-list article>div>i{background:#f3e8d5}.performance-list article>div>i b{background:linear-gradient(90deg,#079a98,#38bca8,#ffd066)}.report-icon{color:#087f83;background:#d9f3ed;border-radius:50%}.report-insight{background:linear-gradient(155deg,#fffdf7 60%,#fff0c9)}.drawer,.modal,.signin-panel{background:#fffdf7}.drawer{border-left:5px solid transparent;border-image:linear-gradient(#0ba5a0,#ffd166,#f26474) 1}.drawer-head{background:#fffaf0}.source-record-icon{color:#087f83;background:#d9f3ed;border-radius:50%}.source-record-hero h2{color:#0b646b;font-family:Fraunces,Georgia,serif}.relationship-status{background:#eaf8f4;border-color:#ceeae3}.source-detail-section{border-color:#eadfc9;background:#fffef9}.source-detail-section .section-title{background:#fff8e8}.contact-actions a{color:#0a7679;background:#eef9f5;border-color:#d5eee8}.modal{border-top:5px solid #10a39e;border-radius:18px}.modal h2{color:#0b646b;font-family:Fraunces,Georgia,serif}.modal input,.modal select,.modal textarea,.signin-form input{border-color:#e5d7bd;border-radius:9px;background:#fffefa}.toast{background:#076d73;border:1px solid rgba(255,255,255,.18)}.signin-shell{background:radial-gradient(circle at 78% 20%,#ffd166 0 90px,transparent 91px),radial-gradient(circle at 78% 20%,transparent 0 108px,rgba(242,100,116,.25) 109px 112px,transparent 113px),linear-gradient(168deg,#bcece2 0 48%,#65c8bd 48% 57%,#fff1ca 57% 100%)}.signin-panel{position:relative;overflow:hidden;border:1px solid rgba(255,255,255,.68);border-radius:22px;box-shadow:0 25px 60px #0d666b33}.signin-panel:after{content:"";position:absolute;right:-22px;bottom:-24px;width:92px;height:92px;border:13px solid rgba(242,100,116,.11);border-radius:50%;pointer-events:none}.signin-form h2{color:#0b646b;font-family:Fraunces,Georgia,serif;font-size:32px}.loading-screen{background:linear-gradient(165deg,#bcece2,#fff1ca)}.loading-line{background:linear-gradient(90deg,transparent,#f26474,#ffd166,#079a98,transparent)}@media(max-width:760px){.app-shell:before{left:0}.simple-heading h1{font-size:28px}.source-card:hover{transform:none}.topbar{background:#fffdf7f5}}body{overflow-x:hidden}.mobile-nav-scrim{display:none}@media(max-width:760px){.app-shell,.app-main{width:100%;min-width:0}.sidebar{width:min(86vw,300px);height:100dvh;padding-top:max(24px,env(safe-area-inset-top));padding-bottom:max(18px,env(safe-area-inset-bottom))}.mobile-nav-scrim{display:block;position:fixed;z-index:29;inset:0;width:100%;height:100dvh;padding:0;border:0;background:#083a4061;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.topbar{height:calc(64px + env(safe-area-inset-top));min-height:64px;padding-top:env(safe-area-inset-top)}.topbar .icon-button,.sidebar .icon-button{width:44px;height:44px}.topbar>div:nth-child(2){min-width:0}.topbar h2{overflow:hidden;font-size:18px;text-overflow:ellipsis;white-space:nowrap}.topbar-actions{flex:0 0 auto}.topbar .button.primary{width:44px;min-height:44px}.page,.simple-page{padding-bottom:calc(72px + env(safe-area-inset-bottom))}.sources-page .simple-heading>.button{display:none}.simple-heading{gap:12px;margin-bottom:18px}.simple-toolbar{padding:8px;border-radius:13px}.simple-toolbar .search-field,.category-filter{min-height:44px}.source-card-title{min-height:82px}.source-log-button{min-height:40px;padding-inline:13px}.source-contact-dates{min-height:72px;padding-inline:14px}.source-contact-dates strong{font-size:10px}.task-row{grid-template-columns:40px minmax(0,1fr) auto 40px;padding-left:12px;padding-right:8px}.check-button{width:38px;height:38px}.task-row .icon-button{width:40px;height:40px}.task-time{min-width:0;max-width:82px}.report-actions .button{min-height:44px}.report-actions select{height:44px}.drawer{width:100%;height:100dvh;max-height:100dvh;padding-bottom:env(safe-area-inset-bottom)}.drawer-head{padding-top:max(11px,env(safe-area-inset-top))}.modal{width:calc(100% - 20px);max-height:calc(100dvh - 20px);padding:22px 20px calc(20px + env(safe-area-inset-bottom))}.modal input,.modal select,.signin-form input{height:46px;font-size:16px}.modal textarea{font-size:16px}.signin-shell{min-height:100dvh;padding:max(14px,env(safe-area-inset-top)) 14px max(14px,env(safe-area-inset-bottom))}.signin-panel{max-height:calc(100dvh - 28px);overflow:auto}.signin-form .button,.signin-form input{min-height:48px}}@media(max-width:390px){.simple-page{padding-left:11px;padding-right:11px}.compact-stats{grid-template-columns:1fr}.compact-stats article:last-child{grid-column:auto}.source-card footer{gap:8px}.source-card .cadence{font-size:8px}.source-log-button{font-size:10px}.report-actions{flex-direction:column;align-items:stretch}.report-actions label{width:100%}.report-summary{grid-template-columns:1fr 1fr}.report-summary strong{font-size:22px}.performance-list{padding-inline:12px}.performance-list article{grid-template-columns:18px minmax(105px,1fr) 52px;gap:8px}.relationship-status{grid-template-columns:1fr 18px 1fr;padding-inline:12px}.source-record-hero h2{font-size:22px}}
