@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@500;600;700;800&display=swap";:root{font-family:DM Sans,sans-serif;color:#163040;background:#edf2f4;font-synthesis:none;--ink: #0b2535;--muted: #6c7d87;--line: #dbe3e7;--paper: #ffffff;--canvas: #f3f6f7;--brand: #087d8b;--brand-dark: #075563;--accent: #ef9f31;--green: #278266;--shadow: 0 14px 38px rgba(15, 45, 58, .08)}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}button,input,select,textarea{font:inherit}button{cursor:pointer}h1,h2,h3,p{margin-top:0}h1,h2,h3,.brand{font-family:Manrope,sans-serif}.app-shell{min-height:100vh;display:grid;grid-template-columns:258px 1fr}.sidebar{position:fixed;inset:0 auto 0 0;width:258px;z-index:20;display:flex;flex-direction:column;overflow-y:auto;padding:24px 16px 18px;color:#d9e8ec;background:radial-gradient(circle at 12% 8%,#184859 0,transparent 28%),linear-gradient(170deg,#0b2939,#071d2a 78%)}.brand{display:flex;align-items:center;gap:11px;padding:0 8px 24px;color:#fff;letter-spacing:.02em}.brand-mark{display:grid;place-items:center;width:34px;height:34px;flex:0 0 auto;border:1px solid #4ba4ab;border-radius:9px 2px;color:#fff;background:linear-gradient(145deg,#1993a0,#086271);font:800 19px Manrope}.brand span:last-child{display:flex;flex-direction:column}.brand small{color:#89aab4;font:500 10px DM Sans;letter-spacing:.04em}.nav-label{padding:16px 12px 8px;color:#668b98;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.12em}.sidebar nav{display:flex;flex-direction:column;gap:4px}.sidebar nav a{display:flex;align-items:center;gap:11px;min-height:44px;padding:0 12px;border-radius:8px;color:#a9c0c8;text-decoration:none;font-size:14px;font-weight:600;transition:.16s ease}.sidebar nav a:hover{color:#fff;background:#ffffff0d}.sidebar nav a.active{color:#fff;background:linear-gradient(90deg,#1b949f57,#1b949f1f);box-shadow:inset 3px 0 #38bac2}.nav-chevron{margin-left:auto;opacity:.4}.sidebar-foot{display:flex;align-items:center;gap:9px;margin-top:auto;padding:14px 8px 0;border-top:1px solid rgba(255,255,255,.09)}.avatar{display:grid;place-items:center;width:35px;height:35px;border-radius:50%;color:#072936;background:#d6f0ef;font-size:12px;font-weight:800}.user-copy{display:flex;min-width:0;flex:1;flex-direction:column}.user-copy strong{overflow:hidden;color:#fff;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.user-copy small{overflow:hidden;color:#7899a5;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.icon-button{display:grid;place-items:center;border:0;color:inherit;background:transparent}.main-column{grid-column:2;min-width:0}.topbar{position:sticky;top:0;z-index:10;display:flex;align-items:center;height:72px;padding:0 32px;border-bottom:1px solid var(--line);background:#ffffffe0;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.page-context{display:flex;flex-direction:column}.page-context small{color:var(--muted);font-size:10px;text-transform:uppercase;letter-spacing:.1em}.page-context strong{color:var(--ink);font:700 15px Manrope}.global-search{display:flex;align-items:center;gap:9px;width:min(420px,42vw);margin-left:auto;padding:0 13px;border:1px solid var(--line);border-radius:8px;color:#77909b;background:var(--canvas)}.global-search input,.table-toolbar input,.pipeline-toolbar input{width:100%;height:38px;border:0;outline:0;color:var(--ink);background:transparent}.notification-button{position:relative;width:40px;height:40px;margin-left:12px;border:1px solid var(--line);border-radius:8px;background:#fff}.notification-button span{position:absolute;top:8px;right:8px;width:6px;height:6px;border:1px solid white;border-radius:50%;background:var(--accent)}.menu-button,.sidebar-close,.scrim{display:none}.page{padding:34px 32px 60px}.page-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:26px}.eyebrow{display:block;margin-bottom:8px;color:var(--brand);font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.14em}.page-heading h1{margin-bottom:6px;color:var(--ink);font-size:clamp(25px,3vw,34px);line-height:1.12;letter-spacing:-.04em}.page-heading p{margin:0;color:var(--muted);font-size:15px}.as-of{align-self:center;display:flex;align-items:center;gap:7px;color:var(--muted);font-size:12px;font-weight:600}.live-dot{width:8px;height:8px;border-radius:50%;background:#2da97e;box-shadow:0 0 0 4px #2da97e1f}.metric-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}.metric-card{position:relative;overflow:hidden;min-height:152px;padding:20px;border:1px solid var(--line);border-radius:12px;background:var(--paper);box-shadow:0 5px 20px #183a450a}.metric-card:after{content:"";position:absolute;top:-25px;right:-25px;width:100px;height:100px;border-radius:50%;background:currentColor;opacity:.045}.metric-card>span{display:block;margin-top:19px;color:var(--muted);font-size:12px;font-weight:600}.metric-card>strong{display:block;margin:3px 0 2px;color:var(--ink);font:800 25px Manrope;letter-spacing:-.04em}.metric-card>small{color:#8a999f;font-size:11px}.metric-icon{display:grid;place-items:center;width:34px;height:34px;border-radius:8px;color:currentColor;background:currentColor}.metric-icon svg{width:17px;color:#fff}.metric-card--navy{color:#244e68}.metric-card--amber{color:#d07c1b}.metric-card--cyan{color:#148f99}.metric-card--green{color:#388068}.dashboard-grid{display:grid;grid-template-columns:minmax(0,1.8fr) minmax(270px,.8fr);gap:16px;margin-top:16px}.panel,.table-panel{border:1px solid var(--line);border-radius:12px;background:var(--paper);box-shadow:var(--shadow)}.panel{padding:23px}.panel-heading{display:flex;align-items:center;justify-content:space-between}.panel h2{margin-bottom:0;color:var(--ink);font-size:18px}.text-button{display:flex;align-items:center;gap:6px;border:0;color:var(--brand);background:transparent;font-size:12px;font-weight:700}.bars{display:grid;gap:10px;margin-top:24px}.bar-row{display:grid;grid-template-columns:145px 1fr 24px;align-items:center;gap:12px;font-size:10px;color:#687c86}.bar-row>span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bar-row>div{overflow:hidden;height:8px;border-radius:9px;background:#ecf1f2}.bar-row i{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#0d7884,#38aab0)}.bar-row strong{color:var(--ink);text-align:right}.focus-panel{color:#fff;background:linear-gradient(150deg,#10394b,#082534)}.focus-panel .eyebrow{color:#64c9ca}.focus-panel h2{margin:19px 0 10px;color:#fff;font-size:24px;line-height:1.25}.focus-panel>p{color:#a8c2ca;font-size:13px;line-height:1.6}.focus-stat{display:flex;align-items:center;gap:13px;margin-top:15px;padding-top:15px;border-top:1px solid rgba(255,255,255,.1)}.focus-stat strong{font:800 22px Manrope;color:#f4b657}.focus-stat span{color:#acc4ca;font-size:11px}.primary-button,.secondary-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:40px;padding:0 16px;border-radius:8px;font-weight:700;font-size:13px}.primary-button{border:1px solid var(--brand-dark);color:#fff;background:linear-gradient(145deg,#0d8895,#076875);box-shadow:0 8px 18px #087d8b33}.secondary-button{border:1px solid var(--line);color:var(--ink);background:#fff}.table-toolbar,.pipeline-toolbar{display:flex;align-items:center;justify-content:space-between;min-height:62px;padding:10px 18px;border-bottom:1px solid var(--line);color:var(--muted);font-size:12px}.table-toolbar label,.pipeline-toolbar label{display:flex;align-items:center;width:min(380px,55vw);gap:8px;color:#7c9099}.responsive-table{overflow-x:auto}table{width:100%;border-collapse:collapse;text-align:left;font-size:13px}th{height:42px;padding:0 17px;color:#74858d;background:#f7f9f9;font-size:10px;text-transform:uppercase;letter-spacing:.08em;white-space:nowrap}td{min-height:58px;padding:13px 17px;border-top:1px solid #edf1f2;color:#536975;white-space:nowrap}td strong{color:var(--ink);font-weight:700}.entity-cell{display:flex;align-items:center;gap:10px}.entity-cell>span:last-child{display:flex;flex-direction:column}.entity-cell small,.cell-subtext{display:block;margin-top:2px;color:#88979e;font-size:11px}.entity-icon{display:grid;place-items:center;width:32px;height:32px;border-radius:7px;color:#157f8c;background:#e5f3f3}.status-badge{display:inline-flex;padding:4px 8px;border:1px solid #c7dfe1;border-radius:20px;color:#176a72;background:#eef8f8;font-size:10px;font-weight:800;letter-spacing:.03em}.status-badge--active{color:#247154;border-color:#cce2d8;background:#f0f8f4}.date-cell{display:flex;align-items:center;gap:6px}.date-cell svg{color:#b47b2d}.inline-authority{margin-left:5px;vertical-align:-2px;color:#278266}.deadline{display:inline-flex;align-items:center;gap:5px;color:#60737c;font-weight:600}.deadline--warning{color:#a36a14}.deadline--danger{color:#ad4038}.score-cell{display:grid;grid-template-columns:18px auto;align-items:center;color:#71858e}.score-cell strong{color:var(--ink)}.score-cell small{grid-column:2;color:#8b9a9f;font-size:10px}.margin-cell{display:inline-flex;align-items:center;gap:5px;padding:5px 8px;border-radius:6px}.margin-cell--healthy{color:#247154;background:#edf7f2}.margin-cell--low{color:#a2473e;background:#fff1ef}.text-danger{color:#a2473e!important}.text-success{color:#247154!important}.approval-path{display:inline-flex;align-items:center;gap:5px;color:#9a6a20;font-size:11px;font-weight:600}.approval-path--clear{color:#247154}.download-button{display:inline-flex;align-items:center;gap:5px;height:32px;padding:0 10px;border:1px solid #cddadd;border-radius:7px;color:#176d77;background:#fff;font-size:11px;font-weight:700}.download-button:hover{border-color:#5ba8ae;background:#eef8f8}.empty-state,.loading-panel,.error-panel{display:flex;min-height:220px;align-items:center;justify-content:center;flex-direction:column;gap:8px;color:var(--muted);text-align:center}.empty-state svg{color:#9fb0b7}.empty-state strong,.error-panel strong{color:var(--ink)}.scope-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.scope-card{padding:20px;border:1px solid var(--line);border-radius:12px;background:var(--paper);box-shadow:var(--shadow)}.scope-card header{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}.scope-card header>span{display:flex;align-items:center;gap:7px;color:var(--brand);font-size:10px;font-weight:800;letter-spacing:.06em}.scope-card header small{color:#84959c;font-size:10px}.scope-card h2{margin-bottom:3px;color:var(--ink);font-size:17px}.scope-card>p{color:#71838b;font-size:12px}.scope-type{display:flex;flex-direction:column;gap:3px;min-height:66px;margin:17px -20px 0;padding:13px 20px;border-block:1px solid #edf1f2;background:#f8faf9}.scope-type strong{color:#365562;font-size:12px}.scope-type span{color:#85949a;font-size:10px}.scope-measures{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;padding-top:16px}.scope-measures>span{display:grid;grid-template-columns:18px 1fr;align-items:center;color:#7e9097}.scope-measures svg{grid-row:1/3;color:#278b93}.scope-measures strong{overflow:hidden;color:var(--ink);font-size:12px;text-overflow:ellipsis;white-space:nowrap}.scope-measures small{color:#89989e;font-size:9px}.pipeline-page{padding-right:0}.pipeline-page .page-heading{padding-right:32px}.pipeline-toolbar{margin-right:32px;border:1px solid var(--line);border-radius:10px;background:#fff}.kanban{display:flex;gap:13px;overflow-x:auto;padding:18px 32px 25px 0;scroll-snap-type:x proximity}.kanban-column{min-width:274px;width:274px;scroll-snap-align:start}.kanban-title{display:flex;align-items:center;justify-content:space-between;height:40px;color:#5d7079;font-size:10px;font-weight:800;letter-spacing:.06em}.kanban-title strong{display:grid;place-items:center;width:24px;height:24px;border-radius:50%;color:#47616b;background:#dfe8ea}.kanban-stack{display:flex;min-height:450px;flex-direction:column;gap:10px;padding:9px;border:1px solid #dde5e7;border-radius:10px;background:#e9eef0}.opportunity-card{padding:15px;border:1px solid #dbe3e5;border-radius:9px;background:#fff;box-shadow:0 5px 13px #0e2f3b0d}.opportunity-card>small{color:#81939a;font-size:9px;font-weight:700;letter-spacing:.06em}.opportunity-card h3{margin:7px 0 3px;color:var(--ink);font-size:14px;line-height:1.35}.opportunity-card p{color:#71838b;font-size:11px}.opportunity-value{display:flex;justify-content:space-between;margin:13px 0 10px}.opportunity-value strong{color:#0d6d77;font:800 15px Manrope}.opportunity-value span{padding:3px 6px;border-radius:5px;color:#93611b;background:#fff2dc;font-size:9px;font-weight:800}.opportunity-meta{display:flex;align-items:center;gap:5px;color:#73858d;font-size:10px}.next-step{margin:12px 0;padding:8px;border-left:2px solid var(--accent);color:#526972;background:#f6f8f8;font-size:10px;line-height:1.45}.opportunity-card footer{padding-top:10px;border-top:1px solid #eef1f2;color:#697e87;font-size:10px}.login-page{min-height:100vh;display:grid;grid-template-columns:1.15fr .85fr;background:#fff}.login-story{position:relative;overflow:hidden;display:flex;min-height:100vh;flex-direction:column;padding:45px 8vw 50px;color:#fff;background:radial-gradient(circle at 78% 25%,rgba(24,154,164,.3),transparent 27%),linear-gradient(145deg,#092737,#071b28 70%)}.login-story:after{content:"";position:absolute;right:-20%;bottom:-40%;width:75%;aspect-ratio:1;border:1px solid rgba(83,185,191,.16);transform:rotate(30deg);box-shadow:0 0 0 50px #53b9bf08,0 0 0 100px #53b9bf06}.login-brand{display:flex;align-items:center;gap:11px;font-family:Manrope}.story-copy{position:relative;z-index:1;max-width:620px;margin:auto 0}.story-copy .eyebrow{color:#54c2c7}.story-copy h1{max-width:590px;margin-bottom:22px;font-size:clamp(38px,5vw,66px);line-height:1.03;letter-spacing:-.055em}.story-copy>p{max-width:550px;color:#a9c2c9;font-size:17px;line-height:1.6}.story-copy ul{display:grid;gap:11px;padding:22px 0 0;list-style:none;border-top:1px solid rgba(255,255,255,.1)}.story-copy li{display:flex;align-items:center;gap:9px;color:#d2e0e4;font-size:13px}.story-copy li svg{width:16px;color:#ebb45f}.model-lines{position:relative;z-index:1;display:flex;align-items:center;gap:9px;color:#789ca6;font-size:9px;font-weight:800;letter-spacing:.1em}.model-lines svg{color:#3daeb5}.model-lines i{width:35px;height:1px;background:#335867}.login-panel{display:flex;align-items:center;justify-content:center;flex-direction:column;padding:40px}.login-panel form{width:min(400px,100%)}.login-panel h2{margin-bottom:6px;color:var(--ink);font-size:32px;letter-spacing:-.04em}.login-panel form>p{margin-bottom:30px;color:var(--muted)}.login-panel label{display:flex;flex-direction:column;gap:7px;margin:17px 0;color:#425c68;font-size:12px;font-weight:700}.login-panel input{width:100%;height:46px;padding:0 13px;border:1px solid #ccd9dd;border-radius:8px;outline:0;color:var(--ink);background:#fbfcfc}.login-panel input:focus{border-color:#2999a3;box-shadow:0 0 0 3px #2999a31c}.login-panel .primary-button{width:100%;height:47px;margin-top:8px}.form-error{padding:11px 13px;border:1px solid #efc8c5;border-radius:7px;color:#9a3f37;background:#fff5f4;font-size:12px}.security-note{margin-top:24px;color:#93a0a5;text-align:center}@media(max-width:1050px){.metric-grid{grid-template-columns:repeat(2,1fr)}.dashboard-grid{grid-template-columns:1fr}.scope-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.focus-panel{min-height:260px}.login-page{grid-template-columns:1fr 420px}.story-copy h1{font-size:44px}}@media(max-width:760px){.app-shell{display:block}.main-column{grid-column:auto}.sidebar{transform:translate(-100%);transition:transform .2s ease}.sidebar--open{transform:translate(0)}.sidebar-close{display:grid;position:absolute;top:26px;right:14px}.scrim{display:block;position:fixed;inset:0;z-index:15;width:100%;border:0;background:#04141c8c}.topbar{height:62px;padding:0 16px}.menu-button{display:grid;margin-right:10px}.global-search{display:none}.notification-button{margin-left:auto}.page{padding:25px 16px 50px}.page-heading{align-items:flex-start;flex-direction:column}.metric-grid{grid-template-columns:1fr 1fr}.metric-card{min-height:140px;padding:16px}.dashboard-grid{grid-template-columns:1fr}.bar-row{grid-template-columns:110px 1fr 20px}.pipeline-page{padding-right:0}.pipeline-page .page-heading{padding-right:16px}.pipeline-toolbar{margin-right:16px}.kanban{padding-right:16px}.login-page{display:block;background:linear-gradient(150deg,#092737,#071b28)}.login-story{min-height:auto;padding:30px 24px 45px}.story-copy{margin:70px 0 20px}.story-copy h1{font-size:39px}.story-copy ul,.model-lines{display:none}.login-panel{padding:36px 24px 55px;border-radius:24px 24px 0 0;background:#fff}.login-panel h2{font-size:28px}}@media(max-width:600px){.scope-grid{grid-template-columns:1fr}}@media(max-width:450px){.metric-grid{grid-template-columns:1fr}.metric-card{min-height:125px}.page-context small{display:none}.table-toolbar{align-items:flex-start;flex-direction:column}.table-toolbar label,.pipeline-toolbar label{width:100%}}.metric-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-bottom:16px}.metric-strip article{display:flex;align-items:center;gap:13px;min-height:82px;padding:16px 18px;border:1px solid var(--line);border-radius:11px;background:linear-gradient(135deg,#fff,#f7faf9)}.metric-strip svg{color:var(--brand)}.metric-strip span{display:flex;flex-direction:column;color:var(--muted);font-size:11px}.metric-strip strong{color:var(--ink);font:800 21px Manrope}.timeline-panel{overflow:hidden;border:1px solid var(--line);border-radius:12px;background:var(--paper);box-shadow:var(--shadow)}.timeline-item{display:grid;grid-template-columns:38px 1fr;gap:13px;padding:18px 20px;border-top:1px solid #edf1f2}.timeline-item:first-child{border-top:0}.timeline-icon{display:grid;place-items:center;width:36px;height:36px;border-radius:10px;color:#967027;background:#fff3da}.timeline-icon--completed{color:#28775c;background:#e9f6ef}.timeline-content header,.timeline-content footer{display:flex;align-items:center;justify-content:space-between;gap:12px}.timeline-content header>div{display:flex;flex-direction:column}.timeline-content header strong{color:var(--ink);font-size:14px}.timeline-content header small{margin-top:3px;color:#81929a;font-size:10px}.timeline-content p{margin:10px 0;color:#60757e;font-size:12px;line-height:1.55}.timeline-content footer{justify-content:flex-start;color:#74878f;font-size:10px}.outcome{display:flex;align-items:center;gap:6px;margin-top:11px;padding:9px 11px;color:#2a7058;background:#eff8f3;font-size:11px}.priority{display:inline-flex;width:max-content;padding:4px 7px;border-radius:5px;color:#526b75;background:#edf2f3;font-size:9px;font-weight:800;letter-spacing:.05em}.priority--urgent,.priority--high{color:#9c443c;background:#ffedeb}.priority--low{color:#4f7180;background:#edf5f7}.followup-summary{display:grid;grid-template-columns:repeat(3,1fr);overflow:hidden;margin-bottom:15px;border:1px solid var(--line);border-radius:11px;background:#fff}.followup-summary>div{display:flex;align-items:center;justify-content:space-between;min-height:70px;padding:14px 20px;border-left:1px solid var(--line)}.followup-summary>div:first-child{border-left:0}.followup-summary span{color:var(--muted);font-size:11px;font-weight:600}.followup-summary strong{color:var(--ink);font:800 24px Manrope}.followup-board{display:grid;grid-template-columns:repeat(5,minmax(235px,1fr));gap:12px;overflow-x:auto;padding-bottom:14px}.followup-lane{min-width:235px}.followup-lane>header{display:flex;align-items:center;justify-content:space-between;height:56px;padding:0 11px;border-bottom:2px solid #cadbdf}.followup-lane--overdue>header{border-color:#cd6259}.followup-lane--today>header{border-color:#e2a33d}.followup-lane>header div{display:flex;flex-direction:column}.followup-lane>header span{color:var(--ink);font:700 12px Manrope;text-transform:uppercase;letter-spacing:.05em}.followup-lane>header small{margin-top:2px;color:#8a9a9f;font-size:9px}.followup-lane>header>strong{display:grid;place-items:center;width:25px;height:25px;border-radius:50%;color:#526b74;background:#dfe8ea;font-size:11px}.followup-stack{display:flex;min-height:390px;flex-direction:column;gap:9px;padding:9px;border:1px solid #dce5e7;border-top:0;border-radius:0 0 10px 10px;background:#eaf0f1}.followup-card{padding:13px;border:1px solid #dce4e6;border-radius:8px;background:#fff;box-shadow:0 4px 10px #0d303c0a}.followup-card-top,.followup-card footer,.owner-line{display:flex;align-items:center;justify-content:space-between;gap:7px}.record-kind,.value-alert{display:inline-flex;align-items:center;gap:4px;color:#6a8089;font-size:8px;font-weight:800;letter-spacing:.05em}.value-alert{color:#a55c18}.followup-card h3{margin:12px 0 4px;color:var(--ink);font-size:13px;line-height:1.4}.followup-card p{color:#83939a;font-size:9px;text-transform:uppercase}.followup-card footer{padding-bottom:10px;color:#60747d;font-size:9px}.owner-line{padding-top:9px;border-top:1px solid #edf1f2;color:#536b75;font-size:10px}.owner-line svg{color:var(--brand)}.lane-empty{display:flex;align-items:center;justify-content:center;gap:6px;min-height:80px;color:#91a0a5;font-size:10px}.task-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.task-card{display:flex;min-height:230px;flex-direction:column;padding:19px;border:1px solid var(--line);border-top:3px solid var(--accent);border-radius:11px;background:#fff;box-shadow:var(--shadow)}.task-card--complete{border-top-color:#49a17e;opacity:.78}.task-card>header,.task-card>footer{display:flex;align-items:center;justify-content:space-between;gap:8px}.task-card h2{margin:19px 0 7px;color:var(--ink);font-size:16px;line-height:1.35}.task-card>p{color:#6d8088;font-size:11px;line-height:1.5}.task-meta{display:grid;gap:7px;margin-top:auto;padding:14px 0}.task-meta span,.cell-icon-line{display:flex;align-items:center;gap:6px;color:#657a83;font-size:10px}.task-meta svg,.cell-icon-line svg{color:#16818c}.task-card>footer{padding-top:11px;border-top:1px solid #edf1f2}.task-card select{min-width:138px;height:34px;padding:0 9px;border:1px solid #cfdbde;border-radius:7px;color:#38535f;background:#f8faf9;font-size:10px;font-weight:700}.task-empty{grid-column:1/-1;border:1px solid var(--line);border-radius:12px;background:#fff}.spin{animation:spin .8s linear infinite}.calendar-shell{overflow:hidden;border:1px solid var(--line);border-radius:12px;background:#fff;box-shadow:var(--shadow)}.calendar-weekdays,.calendar-grid{display:grid;grid-template-columns:repeat(7,minmax(120px,1fr))}.calendar-weekdays{border-bottom:1px solid var(--line);background:#f4f7f7}.calendar-weekdays span{padding:11px 13px;color:#74878e;font-size:9px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.calendar-grid{overflow-x:auto}.calendar-day{min-height:150px;padding:10px;border-right:1px solid #e8edef;border-bottom:1px solid #e8edef}.calendar-day header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px;color:#8b999e}.calendar-day header span{display:none;font-size:9px}.calendar-day header strong{display:grid;place-items:center;width:25px;height:25px;color:#506872;font-size:11px}.calendar-day--today{background:#f1f9f8}.calendar-day--today header strong{border-radius:50%;color:#fff;background:var(--brand)}.calendar-event{display:grid;grid-template-columns:13px 1fr;gap:4px;margin-bottom:5px;padding:6px;border-left:2px solid #df9c37;border-radius:4px;color:#6d532b;background:#fff5e2;font-size:8px;line-height:1.25}.calendar-event--task{color:#23616a;border-color:#168995;background:#eaf7f7}.calendar-event span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.calendar-event time{grid-column:2;opacity:.7}.scope-summary{display:block;max-width:260px;overflow:hidden;color:#5e747d;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.health{display:inline-flex;align-items:center;gap:5px;padding:5px 8px;border-radius:16px;font-size:9px;font-weight:800}.health--green{color:#277355;background:#eaf6ef}.health--amber{color:#95631c;background:#fff3de}.health--red{color:#9b4139;background:#ffedeb}.handover-list{display:grid;gap:12px}.handover-card{overflow:hidden;border:1px solid var(--line);border-radius:12px;background:#fff;box-shadow:0 6px 19px #0f2d3a0d}.handover-summary{display:grid;grid-template-columns:44px minmax(210px,1fr) minmax(170px,.6fr) auto 22px;align-items:center;gap:14px;width:100%;min-height:82px;padding:14px 18px;border:0;color:inherit;text-align:left;background:#fff}.handover-summary:hover{background:#fbfcfc}.handover-mark{display:grid;place-items:center;width:40px;height:40px;border-radius:10px;color:var(--brand);background:#e7f4f4}.handover-title{display:flex;flex-direction:column}.handover-title strong{color:var(--ink);font:700 14px Manrope}.handover-title small{margin-top:4px;color:#7d8e95;font-size:10px}.handover-progress>span{display:block;overflow:hidden;height:6px;border-radius:6px;background:#e7edef}.handover-progress i{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#188491,#55b39c)}.handover-progress small{display:block;margin-top:5px;color:#819198;font-size:9px}.handover-detail{padding:22px;border-top:1px solid var(--line);background:#f8faf9}.acceptance-track{display:grid;grid-template-columns:1fr 60px 1fr;align-items:center;max-width:700px;margin:0 auto 23px}.acceptance-track>div{display:grid;grid-template-columns:32px 1fr;align-items:center;column-gap:10px}.acceptance-track>div>span{grid-row:1/3;display:grid;place-items:center;width:30px;height:30px;border:1px solid #bfcdd1;border-radius:50%;color:#758b93;background:#fff;font-size:11px}.acceptance-track .accepted>span{border-color:#278266;color:#fff;background:#278266}.acceptance-track strong{color:var(--ink);font-size:11px}.acceptance-track small{color:#85959b;font-size:9px}.acceptance-track>i{height:1px;background:#cbd6d9}.checklist-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.check-item{display:grid;grid-template-columns:20px 1fr 18px;align-items:center;gap:7px;min-height:72px;padding:11px;border:1px solid #d9e2e4;border-radius:8px;background:#fff;cursor:pointer}.check-item--done{border-color:#c8dfd5;background:#f2f8f5}.check-item input{width:15px;height:15px;accent-color:var(--green)}.check-item>span{display:flex;flex-direction:column}.check-item strong{color:#38535f;font-size:9px;letter-spacing:.05em}.check-item small{margin-top:3px;color:#788b92;font-size:9px;line-height:1.35}.check-item>svg{color:#278266}.handover-actions{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-top:18px;padding-top:17px;border-top:1px solid #dfe7e9}.handover-actions>span{display:flex;align-items:center;gap:6px;color:#70838b;font-size:10px}.handover-actions>span svg{color:var(--brand)}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:1050px){.task-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.checklist-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:760px){.metric-strip,.followup-summary{grid-template-columns:1fr}.followup-summary>div{border-top:1px solid var(--line);border-left:0}.task-grid{grid-template-columns:1fr}.calendar-shell{overflow-x:auto}.calendar-weekdays,.calendar-grid{min-width:840px}.calendar-day header span{display:block}.handover-summary{grid-template-columns:40px 1fr auto}.handover-progress,.handover-summary>.status-badge{display:none}.checklist-grid{grid-template-columns:1fr}.handover-actions{align-items:flex-start;flex-direction:column}.acceptance-track{grid-template-columns:1fr;gap:10px}.acceptance-track>i{width:1px;height:20px;margin-left:15px}}.capacity-kpis{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:15px}.capacity-kpis article{display:flex;align-items:center;gap:12px;min-height:76px;padding:15px;border:1px solid var(--line);border-radius:10px;background:#fff}.capacity-kpis svg{width:20px;color:var(--brand)}.capacity-kpis span{display:flex;flex-direction:column;color:#71858d;font-size:10px}.capacity-kpis strong{color:var(--ink);font:800 20px Manrope}.planner-layout{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(280px,.65fr);gap:15px}.capacity-board,.planner-actions,.allocation-strip,.forecast-table,.stage-forecast{border:1px solid var(--line);border-radius:12px;background:#fff;box-shadow:var(--shadow)}.capacity-board>header,.allocation-strip>header,.forecast-table>header,.stage-forecast>header{display:flex;align-items:center;justify-content:space-between;min-height:71px;padding:15px 19px;border-bottom:1px solid var(--line)}.capacity-board h2,.allocation-strip h2,.forecast-table h2,.stage-forecast h2{margin:0;color:var(--ink);font-size:16px}.capacity-board>header small,.allocation-strip>header span{color:#82939a;font-size:10px}.capacity-row{display:grid;grid-template-columns:minmax(220px,1fr) minmax(180px,.7fr) auto;align-items:center;gap:18px;min-height:76px;padding:13px 18px;border-top:1px solid #edf1f2}.capacity-row:nth-child(2){border-top:0}.capacity-person{display:flex;align-items:center;gap:10px}.capacity-person>span{display:grid;place-items:center;width:34px;height:34px;border-radius:9px;color:#0e6f79;background:#e4f2f2;font-size:10px;font-weight:800}.capacity-person>div{display:flex;min-width:0;flex-direction:column}.capacity-person strong{color:var(--ink);font-size:12px}.capacity-person small{color:#819198;font-size:9px}.capacity-meter>div{overflow:hidden;height:7px;border-radius:7px;background:#e7edef}.capacity-meter i{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#168491,#62b8a0)}.capacity-meter i.capacity-over{background:#c9554d}.capacity-meter small{display:block;margin-top:5px;color:#788b92;font-size:9px}.capacity-state{padding:5px 7px;border-radius:15px;color:#32745d;background:#ebf6f0;font-size:8px;font-weight:800}.capacity-state--bench{color:#a06717;background:#fff3de}.planner-empty,.forecast-empty{display:grid;min-height:150px;place-items:center;padding:20px;color:#82949b;font-size:11px;text-align:center}.planner-actions{align-self:start;overflow:hidden}.planner-actions details{border-top:1px solid var(--line)}.planner-actions details:first-child{border-top:0}.planner-actions summary{display:flex;align-items:center;gap:8px;padding:17px;color:var(--ink);font:700 12px Manrope;cursor:pointer}.planner-actions summary svg{color:var(--brand)}.compact-form{display:grid;gap:10px;padding:0 17px 18px}.compact-form label{display:flex;flex-direction:column;gap:5px;color:#58707a;font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.compact-form input,.compact-form select{width:100%;height:38px;padding:0 10px;border:1px solid #cedadd;border-radius:7px;outline:0;color:var(--ink);background:#fbfcfc;font-size:11px;text-transform:none}.compact-form input:focus,.compact-form select:focus{border-color:#27949e;box-shadow:0 0 0 3px #27949e1a}.form-pair{display:grid;grid-template-columns:1fr 1fr;gap:8px}.allocation-strip{margin-top:15px;overflow:hidden}.allocation-strip>div{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0}.allocation-strip article{min-height:130px;padding:15px;border-right:1px solid #edf1f2}.allocation-strip article strong{display:block;margin-top:12px;color:var(--ink);font-size:12px}.allocation-strip article p{margin:3px 0 9px;color:#58717b;font-size:10px}.allocation-strip article small{color:#87969c;font-size:9px;line-height:1.4}.forecast-totals{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-bottom:15px}.forecast-totals article{position:relative;overflow:hidden;padding:20px;border:1px solid var(--line);border-radius:12px;color:#fff;background:linear-gradient(145deg,#113b4d,#082735);box-shadow:var(--shadow)}.forecast-totals article:after{content:"";position:absolute;right:-40px;bottom:-65px;width:150px;height:150px;border:1px solid rgba(86,190,192,.18);transform:rotate(35deg)}.forecast-totals header,.forecast-totals article>div{display:flex;align-items:center;justify-content:space-between}.forecast-totals header span{color:#66c3c5;font-size:10px;font-weight:800;letter-spacing:.1em}.forecast-totals header small{color:#8eaeb7;font-size:9px}.forecast-totals article>strong{display:block;margin:25px 0 3px;font:800 28px Manrope}.forecast-totals article>p{color:#a9c1c7;font-size:10px}.forecast-totals article>div{padding-top:14px;border-top:1px solid rgba(255,255,255,.1);color:#91adb5;font-size:9px}.forecast-totals article>div span{display:flex;flex-direction:column}.forecast-totals b{margin-top:2px;color:#fff;font-size:11px}.forecast-empty{grid-column:1/-1;border:1px solid var(--line);border-radius:12px;background:#fff}.forecast-layout{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(280px,.65fr);gap:15px}.forecast-table{overflow:hidden}.forecast-table>header svg,.stage-forecast>header svg{color:var(--brand)}.stage-forecast{overflow:hidden}.stage-forecast>article{padding:13px 17px;border-top:1px solid #edf1f2}.stage-forecast>article:nth-child(2){border-top:0}.stage-forecast article>div:first-child{display:flex;align-items:center;justify-content:space-between}.stage-forecast strong{color:#37545f;font-size:9px}.stage-forecast article span{color:#86959b;font-size:8px}.stage-meter{overflow:hidden;height:5px;margin:8px 0;border-radius:5px;background:#e7edef}.stage-meter i{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#0e7d89,#55afa0)}.stage-forecast article small{display:flex;align-items:center;gap:4px;color:#657b84;font-size:9px}.stage-forecast article small svg{color:#c38327}@media(max-width:1050px){.capacity-kpis{grid-template-columns:repeat(2,1fr)}.planner-layout,.forecast-layout{grid-template-columns:1fr}.allocation-strip>div{grid-template-columns:repeat(2,1fr)}}@media(max-width:760px){.forecast-totals{grid-template-columns:1fr}.capacity-row{grid-template-columns:1fr auto}.capacity-meter{grid-column:1/-1}.allocation-strip>div{grid-template-columns:1fr}.allocation-strip article{border-right:0;border-top:1px solid #edf1f2}}@media(max-width:450px){.capacity-kpis,.form-pair{grid-template-columns:1fr}}.global-search-wrap,.notification-wrap{position:relative}.global-search-wrap{width:min(420px,42vw);margin-left:auto}.global-search-wrap .global-search{width:100%;margin-left:0}.search-results,.notification-tray{position:absolute;z-index:40;overflow:hidden;border:1px solid var(--line);border-radius:10px;background:#fff;box-shadow:0 22px 55px #07233033}.search-results{top:46px;right:0;width:100%;min-width:340px}.search-results button{display:grid;grid-template-columns:34px 1fr 17px;align-items:center;gap:10px;width:100%;padding:11px 13px;border:0;border-top:1px solid #edf1f2;color:inherit;text-align:left;background:#fff}.search-results button:first-of-type{border-top:0}.search-results button:hover{background:#f2f8f7}.search-results button>span:first-child{display:grid;place-items:center;width:31px;height:31px;border-radius:7px;color:var(--brand);background:#e6f3f3}.search-results button>span:nth-child(2){display:flex;min-width:0;flex-direction:column}.search-results strong{overflow:hidden;color:var(--ink);font-size:11px;text-overflow:ellipsis;white-space:nowrap}.search-results small{margin-top:2px;color:#84949a;font-size:8px;text-transform:uppercase}.search-results button>svg{color:#6c858e}.search-state{padding:20px;color:#7f9299;font-size:10px;text-align:center}.search-state--error{color:#9a433c}.notification-wrap{margin-left:12px}.notification-button{margin-left:0}.notification-tray{top:47px;right:0;width:min(370px,calc(100vw - 24px))}.notification-tray>header{display:flex;align-items:center;justify-content:space-between;padding:16px;border-bottom:1px solid var(--line)}.notification-tray>header div{display:flex;flex-direction:column}.notification-tray>header strong{color:var(--ink);font:700 13px Manrope}.notification-tray>header small{margin-top:2px;color:#85969c;font-size:9px}.notification-tray>header svg{color:var(--brand)}.notification-tray>div{overflow-y:auto;max-height:440px}.notice{display:grid;grid-template-columns:28px 1fr;gap:9px;width:100%;padding:13px 14px;border:0;border-top:1px solid #edf1f2;color:inherit;text-align:left;background:#f5fbfa}.notice:first-child{border-top:0}.notice--read{background:#fff;opacity:.78}.notice-mark{display:grid;place-items:center;width:26px;height:26px;border-radius:50%;color:#9a6b22;background:#fff0d5}.notice--read .notice-mark{color:#277356;background:#eaf6ef}.notice>span:last-child{display:flex;flex-direction:column}.notice strong{color:var(--ink);font-size:11px}.notice p{margin:4px 0;color:#607680;font-size:9px;line-height:1.4}.notice small{color:#8b999e;font-size:8px}.notification-empty{padding:28px 16px;color:#87979d;font-size:10px;text-align:center}.target-layout{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:15px}.target-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:13px;align-content:start}.target-card,.target-create{border:1px solid var(--line);border-radius:12px;background:#fff;box-shadow:var(--shadow)}.target-card{padding:19px}.target-card header{display:flex;align-items:center;justify-content:space-between}.target-card header>span:first-child{display:flex;align-items:center;gap:6px;color:var(--brand);font-size:9px;font-weight:800;letter-spacing:.06em}.target-card h2{margin:20px 0 4px;color:var(--ink);font-size:16px}.target-card>p{color:#7b8d94;font-size:9px}.target-number{display:flex;align-items:baseline;gap:6px;margin-top:21px}.target-number strong{color:var(--ink);font:800 29px Manrope}.target-number span{color:#7c8f96;font-size:10px}.target-track{overflow:hidden;height:8px;margin:8px 0 17px;border-radius:8px;background:#e7edef}.target-track i{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#14838f,#58b298)}.target-values{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.target-values span{display:flex;flex-direction:column;color:#86969c;font-size:8px}.target-values b{margin-top:3px;color:#405b66;font-size:10px}.target-signal{display:flex;align-items:center;gap:6px;margin:15px -19px -19px;padding:11px 19px;color:#2d745a;background:#eef8f3;font-size:9px}.target-empty{grid-column:1/-1;display:flex;min-height:240px;align-items:center;justify-content:center;flex-direction:column;gap:7px;border:1px solid var(--line);border-radius:12px;color:#7e929a;background:#fff}.target-empty svg{color:var(--brand)}.target-empty strong{color:var(--ink)}.target-empty span{font-size:10px}.target-create{align-self:start;overflow:hidden}.target-create>header{display:flex;align-items:center;gap:9px;padding:18px;border-bottom:1px solid var(--line)}.target-create>header>svg{color:var(--brand)}.target-create>header div{display:flex;flex-direction:column}.target-create>header strong{color:var(--ink);font:700 12px Manrope}.target-create>header small{color:#83949a;font-size:9px}.report-controls{display:flex;align-items:center;gap:7px}.report-controls input{height:38px;padding:0 8px;border:1px solid var(--line);border-radius:7px;color:#49616b;background:#fff;font-size:10px}.report-controls>span{color:#87969c;font-size:9px}.report-kpis{display:grid;grid-template-columns:repeat(5,1fr);gap:11px;margin-bottom:15px}.report-kpis article{display:flex;align-items:center;gap:11px;min-height:80px;padding:14px;border:1px solid var(--line);border-radius:10px;background:#fff}.report-icon{display:grid;place-items:center;width:34px;height:34px;border-radius:9px;color:#117a86;background:#e7f3f3}.report-icon svg{width:17px}.report-icon--good{color:#2d775b;background:#eaf6ef}.report-icon--loss{color:#a24a42;background:#ffefed}.report-kpis article>div{display:flex;flex-direction:column}.report-kpis small{color:#82939a;font-size:9px}.report-kpis strong{color:var(--ink);font:800 20px Manrope}.report-layout{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(260px,.5fr);gap:15px}.currency-report,.health-report{overflow:hidden;border:1px solid var(--line);border-radius:12px;background:#fff;box-shadow:var(--shadow)}.currency-report>header,.health-report>header{display:flex;align-items:center;justify-content:space-between;min-height:72px;padding:15px 19px;border-bottom:1px solid var(--line)}.currency-report h2,.health-report h2{margin:0;color:var(--ink);font-size:16px}.currency-report>header svg{color:var(--brand)}.currency-report article{display:grid;grid-template-columns:55px repeat(3,1fr) auto;align-items:center;gap:14px;padding:17px 19px;border-top:1px solid #edf1f2}.currency-report article:first-child{border-top:0}.currency-code{display:grid;place-items:center;width:42px;height:34px;border-radius:7px;color:#0d6f7a;background:#e5f3f3;font-size:9px;font-weight:800}.currency-report article>div:not(.currency-code){display:flex;flex-direction:column}.currency-report article span{color:#85959b;font-size:8px}.currency-report article strong{margin-top:3px;color:var(--ink);font-size:12px}.currency-report article>small{color:#758991;font-size:9px}.health-report>header{align-items:flex-start;flex-direction:column}.health-report article{display:grid;grid-template-columns:62px 1fr 24px;align-items:center;gap:9px;padding:13px 17px;border-top:1px solid #edf1f2}.health-report article>div{overflow:hidden;height:6px;border-radius:6px;background:#e8edef}.health-report article i{display:block;height:100%;border-radius:inherit;background:#56aa8d}.health-report article strong{color:var(--ink);font-size:11px;text-align:right}@media(max-width:1050px){.target-layout,.report-layout{grid-template-columns:1fr}.report-kpis{grid-template-columns:repeat(3,1fr)}}@media(max-width:760px){.target-grid{grid-template-columns:1fr}.report-controls{align-items:stretch;width:100%;flex-wrap:wrap}.report-kpis{grid-template-columns:repeat(2,1fr)}.currency-report article{grid-template-columns:45px 1fr 1fr}.currency-report article>div:nth-of-type(4),.currency-report article>small{display:none}}@media(max-width:450px){.report-kpis{grid-template-columns:1fr}}.admin-create{overflow:hidden;margin-bottom:15px;border:1px solid #bdd8da;border-radius:12px;background:#f6fbfa;box-shadow:var(--shadow)}.admin-create>header{display:flex;align-items:center;gap:10px;padding:16px 18px;border-bottom:1px solid #d8e8e8}.admin-create>header svg{color:var(--brand)}.admin-create>header div{display:flex;flex-direction:column}.admin-create>header strong{color:var(--ink);font:700 13px Manrope}.admin-create>header small{color:#758a92;font-size:9px}.admin-create form{display:grid;grid-template-columns:repeat(5,1fr);gap:10px;padding:16px 18px}.admin-create label{display:flex;flex-direction:column;gap:5px;color:#607781;font-size:8px;font-weight:800;letter-spacing:.05em;text-transform:uppercase}.admin-create input,.admin-create select{height:38px;padding:0 9px;border:1px solid #ccdade;border-radius:7px;color:var(--ink);background:#fff;font-size:10px;text-transform:none}.admin-create button{align-self:end}.admin-layout{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(280px,.6fr);gap:15px}.role-chips{display:flex;flex-wrap:wrap;gap:4px}.role-chips span,.role-row>div span{padding:4px 6px;border-radius:5px;color:#3b6872;background:#e9f3f3;font-size:8px;font-weight:700}.access-toggle{display:inline-flex;align-items:center;gap:5px;height:30px;padding:0 9px;border:1px solid #e0c7c4;border-radius:7px;color:#914840;background:#fff2f0;font-size:9px;font-weight:700}.access-toggle--on{border-color:#c7ded4;color:#2a7357;background:#edf7f2}.role-panel{align-self:start;overflow:hidden;border:1px solid var(--line);border-radius:12px;background:#fff;box-shadow:var(--shadow)}.role-panel>header{display:flex;align-items:center;gap:9px;padding:17px;border-bottom:1px solid var(--line)}.role-panel>header>svg{color:var(--brand)}.role-panel>header>div{display:flex;flex-direction:column}.role-panel>header strong{color:var(--ink);font:700 12px Manrope}.role-panel>header small{color:#82939a;font-size:9px}.role-row{border-top:1px solid #edf1f2}.role-row:nth-child(2){border-top:0}.role-row>button{display:flex;align-items:center;justify-content:space-between;gap:8px;width:100%;padding:12px 16px;border:0;color:inherit;text-align:left;background:#fff}.role-row>button:hover{background:#f7faf9}.role-row>button span{display:flex;min-width:0;flex-direction:column}.role-row>button strong{color:#38535f;font-size:10px}.role-row>button small{overflow:hidden;max-width:220px;margin-top:2px;color:#87969c;font-size:8px;text-overflow:ellipsis;white-space:nowrap}.role-row>button svg{color:#7c9199}.role-row>div{display:flex;flex-wrap:wrap;gap:4px;padding:0 16px 13px}.audit-panel{overflow:hidden;border:1px solid var(--line);border-radius:12px;background:#fff;box-shadow:var(--shadow)}.audit-panel>header{display:flex;align-items:center;gap:10px;padding:12px 17px;border-bottom:1px solid var(--line)}.audit-panel>header label{display:flex;align-items:center;gap:7px;min-width:230px;padding:0 9px;border:1px solid #d4dfe2;border-radius:7px;color:#789098;background:#f8faf9}.audit-panel>header input{width:100%;height:36px;border:0;outline:0;color:var(--ink);background:transparent;font-size:10px}.audit-panel>header>span{margin-left:auto;color:#819198;font-size:9px}.audit-stream>article{display:grid;grid-template-columns:36px 1fr;gap:12px;padding:17px 19px;border-top:1px solid #edf1f2}.audit-stream>article:first-child{border-top:0}.audit-mark{display:grid;place-items:center;width:34px;height:34px;border-radius:9px;color:var(--brand);background:#e6f3f3}.audit-main>header{display:flex;align-items:center;gap:8px}.audit-main>header strong{color:var(--ink);font-size:11px}.audit-main>header span{padding:3px 6px;border-radius:5px;color:#6b7f87;background:#edf2f3;font-size:8px}.audit-main>p{margin:7px 0;color:#758890;font-size:9px}.audit-main>p b{color:#405b66}.audit-values{display:grid;grid-template-columns:1fr 1px 1fr;gap:10px;max-width:750px;margin:9px 0;padding:9px 11px;border-radius:7px;background:#f5f8f8}.audit-values>span{overflow:hidden;color:#607680;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.audit-values small{display:block;margin-bottom:2px;color:#92a0a5;font-size:7px;font-weight:800;text-transform:uppercase}.audit-values i{background:#dbe3e5}.audit-main>footer{display:flex;gap:15px;color:#909da2;font-size:8px}@media(max-width:1200px){.admin-create form{grid-template-columns:repeat(3,1fr)}}@media(max-width:1050px){.admin-layout{grid-template-columns:1fr}}@media(max-width:760px){.admin-create form{grid-template-columns:1fr 1fr}.audit-panel>header{align-items:stretch;flex-direction:column}.audit-panel>header label{min-width:0;width:100%}.audit-panel>header>span{margin-left:0}}@media(max-width:450px){.admin-create form,.audit-values{grid-template-columns:1fr}.audit-values i{height:1px}}.entity-link{color:inherit;text-decoration:none}.entity-link:hover strong{color:var(--brand)}.back-link{display:inline-flex;align-items:center;gap:5px;margin-bottom:18px;color:var(--brand);font-size:10px;font-weight:700;text-decoration:none}.account-hero{display:flex;align-items:center;gap:15px;margin-bottom:18px}.account-monogram{display:grid;place-items:center;width:56px;height:56px;border-radius:14px 4px;color:#fff;background:linear-gradient(145deg,#168d98,#085b68);box-shadow:0 10px 22px #086f7a33}.account-hero h1{margin:0 0 4px;color:var(--ink);font-size:28px;letter-spacing:-.04em}.account-hero p{margin:0;color:#72868e;font-size:11px}.account-hero>.status-badge{margin-left:auto}.account-facts{display:grid;grid-template-columns:repeat(4,1fr);gap:11px;margin-bottom:15px}.account-facts article{display:flex;align-items:center;gap:11px;min-height:72px;padding:14px;border:1px solid var(--line);border-radius:10px;background:#fff}.account-facts svg{color:var(--brand)}.account-facts span{display:flex;flex-direction:column;color:#809198;font-size:9px}.account-facts strong{margin-top:2px;color:var(--ink);font-size:13px}.account360-grid{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(300px,.65fr);gap:15px}.account360-main,.account360-side{display:grid;align-content:start;gap:15px}.relationship-panel,.note-panel,.document-panel,.activity-mini{overflow:hidden;border:1px solid var(--line);border-radius:12px;background:#fff;box-shadow:var(--shadow)}.relationship-panel>header,.note-panel>header,.document-panel>header,.activity-mini>header{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:16px 18px;border-bottom:1px solid var(--line)}.relationship-panel h2{margin:0;color:var(--ink);font-size:15px}.relationship-panel>header>svg,.note-panel>header>svg,.document-panel>header>svg,.activity-mini>header>svg{color:var(--brand)}.relationship-panel>div>article{display:flex;align-items:center;gap:10px;min-height:66px;padding:11px 16px;border-top:1px solid #edf1f2}.relationship-panel>div>article:first-child{border-top:0}.contact-avatar{display:grid;place-items:center;width:32px;height:32px;flex:0 0 auto;border-radius:50%;color:#0c6d77;background:#e5f3f3;font-size:9px;font-weight:800}.relationship-panel article>div{display:flex;min-width:0;flex-direction:column}.relationship-panel article strong{color:var(--ink);font-size:11px}.relationship-panel article small{margin-top:2px;color:#83939a;font-size:8px}.relationship-panel article p{margin:3px 0 0;color:#617982;font-size:9px}.decision-badge{display:flex;align-items:center;gap:4px;margin-left:auto;color:#2e745a;font-size:8px}.account-opportunity,.account-project{justify-content:space-between}.account-opportunity>div:last-child{align-items:flex-end;margin-left:auto}.account-opportunity b,.account-project>b{color:#0f707a;font-size:11px}.account-project>div{flex:1}.mini-empty{padding:25px;color:#84969d;font-size:10px;text-align:center}.note-panel>header>div,.document-panel>header>div{display:flex;flex-direction:column;flex:1}.note-panel>header strong,.document-panel>header strong,.activity-mini>header strong{color:var(--ink);font:700 12px Manrope}.note-panel>header small,.document-panel>header small{color:#84959b;font-size:8px}.note-panel>form{display:grid;gap:8px;padding:12px;border-bottom:1px solid var(--line);background:#f7faf9}.note-panel textarea{min-height:80px;resize:vertical;padding:9px;border:1px solid #cfdbde;border-radius:7px;outline:0;color:var(--ink);background:#fff;font-size:10px;line-height:1.45}.note-panel form button{justify-self:end;min-height:34px}.record-note{position:relative;padding:12px 35px 12px 14px;border-top:1px solid #edf1f2}.record-note:first-child{border-top:0}.record-note--pinned{border-left:3px solid var(--accent);background:#fffaf1}.record-note>button{position:absolute;top:11px;right:11px;display:grid;place-items:center;width:22px;height:22px;border:0;border-radius:5px;color:#82949b;background:#edf2f3}.record-note--pinned>button{color:#9a691f;background:#ffedcb}.record-note p{margin:0 0 7px;color:#4e6570;font-size:10px;line-height:1.5}.record-note small{color:#8a999f;font-size:8px}.document-panel>.form-error{margin:8px}.document-panel>form{display:grid;grid-template-columns:1fr;gap:7px;padding:11px;border-bottom:1px solid var(--line);background:#f7faf9}.document-panel select,.document-panel input{min-width:0;height:34px;padding:0 7px;border:1px solid #cfdbde;border-radius:6px;color:#4b6570;background:#fff;font-size:9px}.document-panel form button{min-height:34px}.document-row{display:grid;grid-template-columns:25px 1fr 15px;align-items:center;gap:8px;width:100%;padding:11px 13px;border:0;border-top:1px solid #edf1f2;color:inherit;text-align:left;background:#fff}.document-row:first-child{border-top:0}.document-row:hover{background:#f5faf9}.document-row>svg{color:var(--brand)}.document-row>span{display:flex;min-width:0;flex-direction:column}.document-row strong{overflow:hidden;color:var(--ink);font-size:9px;text-overflow:ellipsis;white-space:nowrap}.document-row small{margin-top:2px;color:#89989e;font-size:8px}.activity-mini>article{display:grid;grid-template-columns:65px 1fr auto;gap:7px;padding:10px 13px;border-top:1px solid #edf1f2}.activity-mini>article>span{color:var(--brand);font-size:8px;font-weight:800}.activity-mini>article strong{color:#405b65;font-size:9px}.activity-mini>article small{color:#8a999f;font-size:8px}.import-guide{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:13px;padding:16px 18px;border:1px solid #bddadd;border-radius:10px;color:#4d6872;background:#f2f9f8}.import-guide>div{display:flex;align-items:center;gap:11px}.import-guide svg{color:var(--brand)}.import-guide span{display:flex;flex-direction:column}.import-guide strong{color:var(--ink);font-size:11px}.import-guide small,.import-guide p{margin:0;color:#71868e;font-size:9px}.import-form{display:grid;grid-template-columns:1fr 1fr 1fr auto;align-items:end;gap:10px;margin-bottom:15px;padding:16px;border:1px solid var(--line);border-radius:11px;background:#fff;box-shadow:var(--shadow)}.import-form label{display:flex;min-width:0;flex-direction:column;gap:5px;color:#607781;font-size:9px;font-weight:700}.import-form input,.import-form select{min-width:0;height:39px;padding:0 9px;border:1px solid #cfdbde;border-radius:7px;color:var(--ink);background:#fbfcfc;font-size:10px}.import-history{overflow:hidden;border:1px solid var(--line);border-radius:12px;background:#fff;box-shadow:var(--shadow)}.import-history>header{display:flex;align-items:center;justify-content:space-between;padding:16px 18px;border-bottom:1px solid var(--line)}.import-history h2{margin:0;color:var(--ink);font-size:15px}.import-history>header>span{color:#82949b;font-size:9px}.import-job{border-top:1px solid #edf1f2}.import-job:first-of-type{border-top:0}.import-job>button{display:grid;grid-template-columns:36px 1fr auto auto 18px;align-items:center;gap:12px;width:100%;min-height:68px;padding:10px 16px;border:0;color:inherit;text-align:left;background:#fff}.import-job>button:hover{background:#f8faf9}.import-status{display:grid;place-items:center;width:32px;height:32px;border-radius:9px}.import-status--success{color:#297458;background:#e9f6ef}.import-status--warning{color:#a26817;background:#fff2dc}.import-job>button>span:nth-child(2){display:flex;flex-direction:column}.import-job>button strong{color:var(--ink);font-size:11px}.import-job>button small{margin-top:3px;color:#86969c;font-size:8px}.import-counts{color:#6e838b;font-size:9px}.import-counts b{color:#35535e}.import-rows{overflow-x:auto;border-top:1px solid var(--line);background:#f8faf9}@media(max-width:1050px){.account360-grid{grid-template-columns:1fr}.import-form{grid-template-columns:1fr 1fr}}@media(max-width:760px){.account-facts{grid-template-columns:1fr 1fr}.import-guide{align-items:flex-start;flex-direction:column}.import-form{grid-template-columns:1fr}.import-job>button{grid-template-columns:32px 1fr 18px}.import-counts,.import-job>button>.status-badge{display:none}}@media(max-width:450px){.account-facts{grid-template-columns:1fr}.account-hero{align-items:flex-start;flex-wrap:wrap}.account-hero>.status-badge{margin-left:0}}.email-panel{overflow:hidden;border:1px solid var(--line);border-radius:12px;background:#fff;box-shadow:var(--shadow)}.email-panel>header{display:flex;align-items:center;gap:9px;padding:15px;border-bottom:1px solid var(--line)}.email-panel>header svg{color:var(--brand)}.email-panel>header div{display:flex;flex-direction:column}.email-panel>header strong{color:var(--ink);font:700 12px Manrope}.email-panel>header small{color:#85959b;font-size:8px}.email-panel>.form-error{margin:8px}.email-panel>form{display:grid;gap:8px;padding:12px;border-bottom:1px solid var(--line);background:#f7faf9}.email-panel form label{display:flex;flex-direction:column;gap:4px;color:#617881;font-size:8px;font-weight:800;text-transform:uppercase}.email-panel input,.email-panel textarea{padding:8px;border:1px solid #cfdbde;border-radius:6px;outline:0;color:var(--ink);background:#fff;font-size:10px;text-transform:none}.email-panel input{height:34px}.email-panel textarea{min-height:80px;resize:vertical}.email-panel form button{justify-self:end;min-height:34px}.email-history{display:flex;align-items:center;gap:8px;padding:10px 12px;border-top:1px solid #edf1f2}.email-history:first-child{border-top:0}.email-history>div{display:flex;min-width:0;flex-direction:column}.email-history strong{overflow:hidden;color:var(--ink);font-size:9px;text-overflow:ellipsis;white-space:nowrap}.email-history small{margin-top:2px;color:#89989e;font-size:8px}.work-create{display:grid;grid-template-columns:repeat(5,minmax(120px,1fr)) auto;align-items:end;gap:10px;margin-bottom:15px;padding:15px;border:1px solid #bdd9db;border-radius:11px;background:#f4faf9;box-shadow:var(--shadow)}.work-create-head{grid-column:1/-1;display:flex;align-items:center;gap:9px;padding-bottom:10px;border-bottom:1px solid #dae7e8}.work-create-head>svg{color:var(--brand)}.work-create-head>div{display:flex;flex-direction:column}.work-create-head strong{color:var(--ink);font:700 12px Manrope}.work-create-head small{color:#7b8f96;font-size:8px}.work-create>label,.work-record>span{display:flex;flex-direction:column;gap:5px;color:#5f7680;font-size:8px;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.work-create input,.work-create select,.work-create textarea{min-width:0;width:100%;height:38px;padding:0 8px;border:1px solid #ccdade;border-radius:7px;outline:0;color:var(--ink);background:#fff;font-size:10px;text-transform:none}.work-create textarea{min-height:65px;padding:8px;resize:vertical}.work-description{grid-column:1/-2}.work-record,.record-picker{position:relative}.record-picker>label{display:flex;align-items:center;gap:5px;color:#789098}.record-picker>label input{padding-left:7px}.record-options{position:absolute;top:43px;left:0;z-index:30;overflow:hidden;width:max(320px,100%);border:1px solid var(--line);border-radius:8px;background:#fff;box-shadow:0 14px 35px #0829352e}.record-options>span{display:block;padding:15px;color:#82949b;font-size:9px;text-align:center}.record-options button{display:grid;grid-template-columns:22px 1fr;align-items:center;gap:7px;width:100%;padding:9px 10px;border:0;border-top:1px solid #edf1f2;color:var(--brand);text-align:left;background:#fff}.record-options button:first-of-type{border-top:0}.record-options button:hover{background:#f2f8f7}.record-options button span{display:flex;min-width:0;flex-direction:column}.record-options button strong{overflow:hidden;color:var(--ink);font-size:9px;text-overflow:ellipsis;white-space:nowrap}.record-options button small{color:#87969c;font-size:7px}.picked-record{display:flex;align-items:center;gap:5px;margin-top:5px;color:#2f745a;font-size:8px}.picked-record small{margin-left:auto;color:#7f9198}@media(max-width:1200px){.work-create{grid-template-columns:repeat(3,1fr)}.work-description{grid-column:1/-1}}@media(max-width:760px){.work-create{grid-template-columns:1fr}.work-description{grid-column:auto}.record-options{width:100%;min-width:260px}}.opportunity-card footer{display:flex;align-items:center;justify-content:space-between}.opportunity-card footer button{display:flex;align-items:center;gap:3px;padding:4px 6px;border:0;border-radius:5px;color:#fff;background:var(--brand);font-size:8px;font-weight:700}.drawer-scrim{position:fixed;inset:0;z-index:80;display:flex;justify-content:flex-end;background:#0518218c;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.conversion-drawer{width:min(440px,100%);min-height:100%;padding:22px;color:var(--ink);background:#fff;box-shadow:-20px 0 55px #04192233;animation:drawer-in .22s ease-out}.conversion-drawer>header{display:flex;align-items:center;justify-content:space-between;padding-bottom:17px;border-bottom:1px solid var(--line)}.conversion-drawer>header>span{display:flex;align-items:center;gap:10px}.conversion-drawer>header>span>svg{color:var(--brand)}.conversion-drawer>header div{display:flex;flex-direction:column}.conversion-drawer>header strong{font:700 14px Manrope}.conversion-drawer>header small{margin-top:2px;color:#7e9198;font-size:9px}.conversion-drawer>header>button{display:grid;place-items:center;width:32px;height:32px;border:1px solid var(--line);border-radius:7px;color:#69818a;background:#fff}.conversion-gates{display:flex;align-items:center;justify-content:center;gap:5px;margin:18px 0;color:#34745c;font-size:8px;font-weight:800;text-transform:uppercase}.conversion-gates i{width:16px;height:1px;background:#a9ccc0}.conversion-drawer>form{display:grid;gap:12px}.conversion-drawer label{display:flex;flex-direction:column;gap:5px;color:#5e7680;font-size:9px;font-weight:700}.conversion-drawer input,.conversion-drawer select,.conversion-drawer textarea{width:100%;min-height:40px;padding:0 9px;border:1px solid #cbd9dc;border-radius:7px;outline:0;color:var(--ink);background:#fbfcfc;font-size:10px}.conversion-drawer textarea{min-height:100px;padding:9px;resize:vertical}.conversion-drawer>p{margin:17px 0 0;padding:11px;border-left:2px solid var(--accent);color:#748890;background:#f7f9f9;font-size:9px;line-height:1.45}@keyframes drawer-in{0%{transform:translate(100%)}}.proposal-actions{display:flex;align-items:center;gap:5px}.proposal-actions>button,.proposal-actions>span button{display:inline-flex;align-items:center;justify-content:center;gap:4px;min-height:28px;padding:0 7px;border:1px solid #c8dadd;border-radius:6px;color:#176e78;background:#f3f9f8;font-size:8px;font-weight:800;white-space:nowrap}.proposal-actions>span{display:flex;gap:3px}.proposal-actions .action-approve{color:#287256;border-color:#c5ded3;background:#edf7f2}.proposal-actions .action-reject{color:#9d463e;border-color:#e7c9c6;background:#fff1ef}@media(prefers-color-scheme:dark){:root{color-scheme:light}}.record-actions{display:flex;align-items:center;gap:5px}.record-actions button{display:inline-flex;align-items:center;gap:4px;min-height:29px;padding:0 8px;border:1px solid #c8dadd;border-radius:6px;color:#176e78;background:#f3f9f8;font-size:9px;font-weight:800;white-space:nowrap}.record-actions button:hover{border-color:#6eb0b5;background:#eaf6f5}.record-actions .danger-action{color:#9d463e;border-color:#e7c9c6;background:#fff3f1}.record-actions .positive-action{color:#287256;border-color:#c5ded3;background:#edf7f2}.crud-drawer{overflow-y:auto;width:min(680px,100%)}.crud-drawer>.form-error{margin-top:14px}.crud-drawer>form{grid-template-columns:repeat(2,minmax(0,1fr));padding:18px 0 28px}.crud-drawer .field-wide,.crud-drawer .drawer-actions{grid-column:1/-1}.crud-drawer .drawer-actions{display:flex;justify-content:flex-end;gap:8px;padding-top:8px;border-top:1px solid var(--line)}.crud-drawer .checkbox-field{align-items:center;flex-direction:row;align-self:center;min-height:40px;padding:8px 10px;border:1px solid #d6e0e2;border-radius:7px;background:#f8faf9}.crud-drawer .checkbox-field input{width:16px;min-height:auto;height:16px}.pipeline-error{margin:0 32px 12px 0}.stage-control{display:flex;align-items:center;justify-content:space-between;gap:8px;margin:0 0 11px;color:#73858d;font-size:9px;font-weight:700}.stage-control select{min-width:0;width:145px;height:28px;padding:0 6px;border:1px solid #ccdadd;border-radius:6px;color:#34525f;background:#fff;font-size:8px}@media(max-width:760px){.crud-drawer>form{grid-template-columns:1fr}.crud-drawer .field-wide,.crud-drawer .drawer-actions{grid-column:auto}.record-actions{flex-wrap:wrap}.pipeline-error{margin-right:16px}}.scope-card .card-action{display:inline-flex;align-items:center;gap:5px;width:100%;justify-content:center;min-height:32px;margin-top:14px;border:1px solid #c8dadd;border-radius:7px;color:#176e78;background:#f3f9f8;font-size:9px;font-weight:800}
