@charset "UTF-8";html,body{height:100%;width:100%}body{margin:0;display:block}.login-page{min-height:100vh;display:grid;place-items:center;background:#071a3a;padding:24px}.login-card{width:100%;max-width:440px;background:#fff;border-radius:18px;padding:28px;box-shadow:0 18px 40px #00000040}.login-title{margin:0 0 18px;color:#000;font-size:28px;font-weight:800;letter-spacing:.2px}.login-form{display:grid;gap:14px}.login-label{display:grid;gap:8px;color:#000;font-size:14px;font-weight:600}.login-input{height:44px;border-radius:10px;border:1px solid #d6d6d6;padding:0 12px;font-size:15px;color:#000;background:#fff;outline:none}.login-input:focus{border-color:#000}.login-error{border:1px solid #ffb3b3;background:#ffe9e9;color:#000;border-radius:10px;padding:10px 12px;font-size:13px}.login-button{height:46px;border-radius:12px;border:none;cursor:pointer;background:#000;color:#fff;font-size:15px;font-weight:700}.login-button:disabled{opacity:.7;cursor:not-allowed}.dashboard-home{display:flex;flex-direction:column;gap:24px}.dashboard-title{font-size:28px;font-weight:900}.dashboard-subtitle{opacity:.6;font-weight:600}.dashboard-quick-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:18px}.quick-card{padding:22px;border-radius:18px;cursor:pointer;transition:all .2s ease;color:#fff;display:flex;flex-direction:column;gap:6px;font-weight:800;box-shadow:0 8px 20px #00000014}.quick-card:hover{transform:translateY(-4px);box-shadow:0 14px 30px #0000001f}.blue{background:linear-gradient(135deg,#2563eb,#1d4ed8)}.green{background:linear-gradient(135deg,#16a34a,#15803d)}.purple{background:linear-gradient(135deg,#7c3aed,#6d28d9)}.yellow{background:linear-gradient(135deg,#facc15,#eab308);color:#111}.orange{background:linear-gradient(135deg,#f97316,#ea580c)}.teal{background:linear-gradient(135deg,#0d9488,#0f766e)}.red{background:linear-gradient(135deg,#dc2626,#b91c1c)}.quick-title{font-size:18px}.quick-sub{font-size:13px;opacity:.85}.modal{width:100%;max-width:720px;background:#fff;border-radius:20px;border:1px solid rgba(0,0,0,.1);box-shadow:0 22px 60px #0000004d;overflow:hidden;color:#fff}.modal-header{padding:14px 16px;display:flex;align-items:flex-start;justify-content:space-between;gap:12px;border-bottom:1px solid rgba(0,0,0,.08);color:#fff}.modal-title{font-weight:900;font-size:18px;color:#fff}.modal-sub{margin-top:4px;font-weight:800;font-size:12px;color:#fff}.modal-list{padding:12px;display:grid;gap:10px;max-height:55vh;overflow:auto;color:#fff}.sender-row{display:grid;grid-template-columns:52px 1fr;gap:12px;align-items:center;padding:10px 12px;border-radius:18px;border:1px solid rgba(0,0,0,.08);background:#00000005;cursor:pointer}.sender-row:hover{background:#5aa0ff0f;border-color:#5aa0ff38}.sender-row.is-selected{background:#5aa0ff1a;border-color:#5aa0ff59}.sender-avatar{width:46px;height:46px;border-radius:999px;overflow:hidden;border:1px solid rgba(0,0,0,.1);background:#0000000f}.sender-avatar img{width:100%;height:100%;object-fit:cover}.sender-name{font-weight:900}.sender-sub{margin-top:3px;font-weight:800;font-size:12px;color:#fff}.divider{height:1px;background:#00000014;margin:6px 2px}.initials{width:100%;height:100%;display:grid;place-items:center;font-weight:1000;color:#fff;background:#00000014}.badge-owner{margin-left:8px;opacity:.9;border:1px solid rgba(255,255,255,.14);background:#ffffff14}.kpi-row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:14px}.kpi-card{background:#fff;border:1px solid rgba(0,0,0,.1);border-radius:18px;padding:14px 16px;box-shadow:0 12px 28px #0000001a}.kpi-label{font-weight:800;opacity:.65;font-size:12px}.kpi-value{margin-top:6px;font-weight:900;font-size:28px;color:#000}.campaigns-toolbar-row{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-top:10px}.campaigns-owner-filter{display:flex;align-items:center;gap:8px}.campaigns-owner-filter .owner-label{font-weight:900;opacity:.8}.btn-yellow{background:#ffd400;border-color:#ffd400;color:#000;border-radius:20px;font-weight:900}.btn-yellow:hover{filter:brightness(.97)}.table-surface{background:#fff;border:1px solid rgba(0,0,0,.1);border-radius:18px;box-shadow:0 12px 28px #0000001a;overflow:hidden}.table-header{padding:14px 16px;display:flex;align-items:baseline;justify-content:space-between;border-bottom:1px solid rgba(0,0,0,.08)}.table-title{font-weight:900;color:#000}.table-meta{font-weight:800;opacity:.55;font-size:12px}.table-empty{padding:20px 16px;font-weight:700;color:#000000a6}.table-wrap{width:100%;overflow:auto}.campaigns-table{width:100%;border-collapse:separate;border-spacing:0 10px}.campaigns-table tbody tr.click-row{background:#fff;border:1px solid rgba(0,0,0,.06);border-radius:16px;cursor:pointer;transition:transform .08s ease,box-shadow .12s ease}.campaigns-table tbody tr.click-row td{padding:12px}.campaigns-table tbody tr.click-row:hover{transform:translateY(-1px);box-shadow:0 8px 20px #00000014}.campaigns-table tbody tr.click-row:focus,.campaigns-table tbody tr.click-row:focus-within{outline:none;box-shadow:0 0 0 3px #0b57d02e}.actions-col,.actions-cell{width:120px;text-align:right}.campaigns-table thead th{text-align:left;font-size:12px;letter-spacing:.2px;text-transform:uppercase;padding:12px 16px;color:#0000008c;border-bottom:1px solid rgba(0,0,0,.08);background:#00000005}.campaigns-table tbody td{padding:14px 16px;border-bottom:1px solid rgba(0,0,0,.06);font-weight:700;color:#000;vertical-align:top}.campaigns-table tbody tr:hover{background:#00000005}.num{text-align:right;font-variant-numeric:tabular-nums}.title-cell .title-main{font-weight:900}.title-cell .title-sub{margin-top:4px;font-size:12px;opacity:.55;font-weight:800}.badge{display:inline-flex;align-items:center;color:#000;height:28px;padding:0 10px;border-radius:999px;font-size:12px;font-weight:900;border:1px solid rgba(0,0,0,.1)}.badge-blue{background:#0000000f}.badge-gray{background:#00000008}.badge-purple{background:#b242ce;color:#000}.campaigns-kind-tabs{display:flex;gap:8px;margin:10px 0 14px;flex-wrap:wrap}.campaigns-kind-tabs .tab{border-radius:999px;padding:8px 12px;border:1px solid rgba(255,255,255,.12);background:transparent;cursor:pointer}.campaigns-kind-tabs .tab.active{border-color:#ffffff47}.badge-purple{border:1px solid rgba(180,120,255,.35);background:#b478ff1f}@media(max-width:1100px){.kpi-row{grid-template-columns:repeat(2,minmax(0,1fr))}}.settings-grid{display:grid;grid-template-columns:1.1fr 1fr;gap:14px}.panel{background:#fff;border:1px solid rgba(0,0,0,.1);border-radius:18px;box-shadow:0 12px 28px #0000001a;padding:16px}.panel-title{font-weight:900;margin-bottom:12px}.muted{color:#0000008c;font-weight:700}.staff-form{display:grid;gap:12px}.staff-form label{display:grid;gap:7px;font-weight:800;color:#000;font-size:13px}.staff-form input{height:42px;border-radius:12px;border:1px solid rgba(0,0,0,.14);padding:0 12px;font-weight:700}.form-error{border:1px solid #ffb3b3;background:#ffe9e9;color:#000;border-radius:12px;padding:10px 12px;font-weight:800;font-size:13px}.staff-list{display:grid;gap:10px}.staff-row{display:grid;grid-template-columns:52px 1fr auto;gap:12px;align-items:center;padding:10px;border-radius:16px;background:#00000005;border:1px solid rgba(0,0,0,.06)}.avatar{width:46px;height:46px;border-radius:999px;overflow:hidden;border:1px solid rgba(0,0,0,.1);background:#0000000f}.avatar img{width:100%;height:100%;object-fit:cover}.avatar-fallback{width:100%;height:100%;background:#0000001a}.staff-name{font-weight:900}.staff-sub{margin-top:2px;font-weight:800;font-size:12px;color:#0000008c}.staff-phone{font-weight:900;color:#000000b3;font-variant-numeric:tabular-nums}@media(max-width:1100px){.settings-grid{grid-template-columns:1fr}}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;display:grid;place-items:center;padding:18px;z-index:999}.modal{width:100%;max-width:720px;background:#fff;border-radius:20px;border:1px solid rgba(0,0,0,.1);box-shadow:0 22px 60px #0000004d;overflow:hidden}.modal-header{padding:14px 16px;display:flex;align-items:flex-start;justify-content:space-between;gap:12px;border-bottom:1px solid rgba(0,0,0,.08);background:#5aa0ff0f}.modal-title{font-weight:900;font-size:18px}.modal-sub{margin-top:4px;font-weight:800;font-size:12px;color:#0000008c}.modal-body{padding:14px 16px;display:grid;gap:12px}.modal-body label{display:grid;gap:7px;font-weight:900;font-size:13px}.modal-body input{height:42px;border-radius:12px;border:1px solid rgba(0,0,0,.14);padding:0 12px;font-weight:700}.row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.modal-footer{padding:12px 16px;display:flex;justify-content:flex-end;gap:10px;border-top:1px solid rgba(0,0,0,.08)}.staff-photo-editor{display:flex;align-items:center;gap:16px;margin-bottom:18px}.staff-photo-preview{width:84px;height:84px;border-radius:50%;overflow:hidden;background:#f3f4f6;border:1px solid #dcdfe4;flex-shrink:0}.staff-photo-preview img{width:100%;height:100%;object-fit:cover;display:block}.staff-photo-fallback{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:20px;color:#5f6b7a;background:#eef2f7}.staff-photo-input{display:flex;flex-direction:column;gap:8px}.staff-photo-controls{display:flex;flex-direction:column;gap:10px}.infid-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:9999}.infid-modal.customer-import-modal{width:min(1100px,96vw);max-height:90vh;overflow:auto;background:#113;border-radius:16px;padding:16px}.customer-import-modal .pc{display:flex;flex-direction:column;gap:2px;line-height:1.2}.customer-import-modal .mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:12px;word-break:break-word}.customer-import-modal .pc-name{font-weight:700;font-size:12px}.customer-import-modal .pc-meta{font-size:12px;opacity:.75;word-break:break-word}.modal-header{display:flex;align-items:center;justify-content:space-between}.modal-header .x{background:transparent;border:0;font-size:18px;cursor:pointer}.upload-row{display:flex;gap:12px;align-items:center;margin:10px 0 14px}.file-hint{opacity:.8}.summary-row{display:flex;gap:18px;margin:8px 0 10px}.preview table{width:100%;border-collapse:collapse}.preview th,.preview td{border-bottom:1px solid rgba(0,0,0,.08);padding:10px;vertical-align:top}.preview tr.bad{background:#ff00000d}.preview tr.ok{background:#00ff0008}.errs{margin:0;padding-left:18px}.good{font-weight:700}.server-error{margin-top:12px;color:#b00020}.server-result{margin-top:14px;padding:12px;border-radius:12px;background:#00000008}.result-grid{display:flex;gap:16px;flex-wrap:wrap}.result-block{margin-top:12px}.csv-modal-footer{display:flex;justify-content:flex-end;gap:10px;margin-top:12px}button.primary{padding:10px 14px;border-radius:10px;border:0;cursor:pointer}button.secondary{padding:10px 14px;border-radius:10px}button:disabled{opacity:.6;cursor:not-allowed}.product-editor-modal{max-width:640px}.product-editor-modal .head-left{display:flex;flex-direction:column;gap:4px}.product-editor-modal .muted{opacity:.75}.product-editor-modal .small{font-size:12px}.product-editor-modal .form-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.product-editor-modal .span-2{color:#fff;grid-column:span 2}.product-editor-modal label{display:grid;gap:6px;font-size:12px;opacity:.92}.product-editor-modal input,.product-editor-modal select{width:100%;padding:11px 12px;border-radius:14px;border:1px solid rgba(255,255,255,.14);background:#ffffff0a;color:inherit;outline:none;transition:transform .12s ease,border-color .12s ease,background .12s ease}.product-editor-modal input:focus,.product-editor-modal select:focus{border-color:#ffffff47;background:#ffffff0f}.product-editor-modal .hint{margin-top:6px;font-size:12px;opacity:.7}.product-editor-modal .subhead{font-weight:900;font-size:13px;letter-spacing:.2px;margin-bottom:8px;opacity:.95}.product-editor-modal .chips{display:flex;flex-wrap:wrap;gap:10px}.product-editor-modal .chip{display:inline-flex;align-items:center;gap:10px;padding:10px 12px;border-radius:999px;border:1px solid rgba(255,255,255,.14);background:#ffffff0a;color:inherit;cursor:pointer;-webkit-user-select:none;user-select:none;transition:transform .14s ease,background .14s ease,border-color .14s ease;font-weight:700}.product-editor-modal .chip:hover{transform:translateY(-1px);background:#ffffff0f;border-color:#ffffff38}.product-editor-modal .chip .dot{width:10px;height:10px;border-radius:999px;border:1px solid rgba(255,255,255,.22);background:#ffffff0f}.product-editor-modal .chip.is-active{border-color:#ffffff52;background:#ffffff1a}.product-editor-modal .chip.is-active .dot{background:#ffffff38;border-color:#ffffff59}.product-editor-modal .danger-box{margin-top:8px;padding:12px;border-radius:18px;border:1px solid rgba(255,90,90,.28);background:#ff5a5a0f;display:grid;gap:10px}.product-editor-modal .danger-title{font-weight:900;letter-spacing:.2px}.product-editor-modal .danger-row{display:grid;grid-template-columns:1fr auto;gap:10px;align-items:center}.product-editor-modal .btn.danger{padding:10px 12px;border-radius:14px;border:1px solid rgba(255,90,90,.35);background:#ff5a5a24;color:inherit;cursor:pointer;font-weight:900;transition:transform .14s ease,background .14s ease}.product-editor-modal .btn.danger:disabled{opacity:.5;cursor:not-allowed}.product-editor-modal .btn.danger:hover:not(:disabled){transform:translateY(-1px);background:#ff5a5a2e}.product-editor-modal .modal-foot .primary{border-radius:14px;border:1px solid rgba(255,255,255,.14);background:#ffffff1a;padding:10px 14px;cursor:pointer;font-weight:900}.product-editor-modal .product-chip{display:inline-flex;align-items:center;gap:10px;padding:10px 12px;border-radius:999px;border:1px solid rgba(255,255,255,.14);background:#ffffff0a;color:inherit;cursor:pointer;-webkit-user-select:none;user-select:none;transition:transform .14s ease,background .14s ease,border-color .14s ease;font-weight:800}.product-editor-modal .product-chip:hover{transform:translateY(-1px);background:#ffffff0f;border-color:#ffffff38}.product-editor-modal .product-chip.is-active{border-color:#06be684d;background:#06be684d}.product-editor-modal .dot{width:10px;height:10px;border-radius:999px;border:1px solid rgba(255,255,255,.22);background:#ffffff0f}.product-editor-modal .dot.is-on{background:#ffffff47;border-color:#ffffff61}.product-editor-modal .modal-foot button{border-radius:14px;border:1px solid rgba(255,255,255,.12);background:#ffffff0a;padding:10px 14px;cursor:pointer;color:inherit}.email-preview{display:grid;gap:10px}.email-preview-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px}.email-preview-subject{font-weight:800;color:#000000bf;font-size:13px}.email-preview-subject span{font-weight:900;color:#0000008c}.email-preview-actions{display:flex;align-items:center;gap:8px}.copied-pill{padding:8px 10px;border-radius:999px;background:#5aa0ff29;border:1px solid rgba(90,160,255,.25);font-weight:900;font-size:12px}.email-preview-frame-wrap{border-radius:18px;border:1px solid rgba(0,0,0,.1);overflow:hidden;background:#5aa0ff14}.email-iframe{width:100%;height:560px;border:0;background:#fff}.modal-body,.muted,.review-title-left,.chev{color:#fff}.primary{background:#ff0;margin-left:20px;margin-top:20px;margin-bottom:20px;font-weight:700}.review-campaign-modal .review-intro{margin-bottom:10px;color:#fff}.review-campaign-modal .review-campaign-modal .review-grid{display:grid;grid-template-columns:1fr;gap:14px;color:#fff}@media(min-width:1100px){.review-campaign-modal .review-campaign-modal .review-grid{grid-template-columns:1fr 1fr}}@media(min-width:1400px){.review-campaign-modal .review-campaign-modal .review-grid{grid-template-columns:1.1fr 1.4fr .9fr}}.review-campaign-modal .review-col{min-width:0;background:#ffffff08;border:1px solid rgba(255,255,255,.06);border-radius:16px;padding:12px}.review-campaign-modal .review-title{display:flex;align-items:center;justify-content:space-between;gap:10px;font-weight:900;margin-bottom:10px}.review-campaign-modal .count-pill{display:inline-flex;align-items:center;justify-content:center;min-width:34px;height:22px;padding:0 8px;border-radius:999px;font-size:12px;font-weight:900;background:#ffffff14;border:1px solid rgba(255,255,255,.1)}.review-campaign-modal .empty-box{padding:12px;border-radius:14px;background:#ffffff05;border:1px dashed rgba(255,255,255,.12);opacity:.85}.review-campaign-modal .review-row{padding:10px;border-radius:14px;background:#ffffff09;border:1px solid rgba(255,255,255,.06);margin-bottom:10px}.review-campaign-modal .review-row:last-child{margin-bottom:0}.review-campaign-modal .review-row.blocked{background:#ffffff06;border-color:#ffffff14}.review-campaign-modal .review-row.blocked.is-forced{background:#ffffff0a;border-color:#ffffff24}.review-campaign-modal .row-top{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.review-campaign-modal .row-left{min-width:0}.review-campaign-modal .strong{font-weight:900;line-height:1.2;margin-bottom:2px;word-break:break-word}.review-campaign-modal .muted.small{font-size:12px;opacity:.75}.review-campaign-modal .row-bottom{margin-top:8px;display:flex;flex-direction:column;gap:6px}.review-campaign-modal .reason,.review-campaign-modal .last{font-size:12px;opacity:.85}.review-campaign-modal .force-toggle{display:inline-flex;align-items:center;gap:8px;font-size:12px;font-weight:800;opacity:.95;-webkit-user-select:none;user-select:none}.review-campaign-modal .force-toggle input{transform:translateY(1px)}.review-campaign-modal .badge{display:inline-flex;align-items:center;justify-content:center;padding:4px 10px;height:24px;border-radius:999px;font-size:12px;font-weight:900;white-space:nowrap;border:1px solid rgba(255,255,255,.12);background:#ffffff0f}.review-campaign-modal .badge-green{background:#28c87829;border-color:#28c87847}.review-campaign-modal .badge-red{background:#ff5a5a24;border-color:#ff5a5a47}.review-campaign-modal .badge-yellow{background:#ffc83c29;border-color:#ffc83c47}.review-campaign-modal .badge-gray{background:#ffffff0d;border-color:#ffffff1a;opacity:.95}.review-campaign-modal .review-title-btn{width:100%;border:0;background:transparent;padding:0;margin:0 0 10px;display:flex;align-items:center;justify-content:space-between;cursor:pointer;text-align:left;font-weight:900}.review-campaign-modal .review-title-left{display:inline-flex;align-items:center;gap:10px;min-width:0}.review-campaign-modal .chev{display:inline-flex;width:28px;height:28px;align-items:center;justify-content:center;border-radius:10px;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);font-size:14px;line-height:1;transition:transform .12s ease}.review-campaign-modal .chev.is-open{transform:rotate(180deg)}.cc-saved{display:flex;align-items:center;gap:10px;margin:10px 0 14px}.cc-muted{opacity:.7;font-weight:800}.cc-boot{padding:18px;border-radius:18px;background:#0b1b3a0a;border:1px solid rgba(0,0,0,.08);font-weight:900;opacity:.75}.pill{display:inline-flex;align-items:center;gap:8px;border-radius:999px;padding:7px 11px;border:1px solid rgba(0,0,0,.12);background:#fff;font-weight:1000;font-size:12px}.pill-ok{border-color:#0b57d038;box-shadow:0 0 0 3px #0b57d01a}.pill-locked{border-color:#0000002e;background:#00000008}.cc-layout{display:grid;grid-template-columns:minmax(520px,1fr) minmax(420px,520px);gap:16px;align-items:start}@media(max-width:1100px){.cc-layout{grid-template-columns:1fr}}.cc-left,.cc-right{min-width:0}.cc-panel{background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:18px;padding:14px;margin-bottom:14px;box-shadow:0 10px 24px #00000008}.cc-preview-sticky{position:sticky;top:14px}.cc-title{font-size:14px;font-weight:1000;opacity:.9;margin-bottom:10px}.cc-row{display:grid;grid-template-columns:120px 1fr;gap:12px;align-items:center;padding:10px;border-radius:14px;background:#0b1b3a08;border:1px solid rgba(0,0,0,.06);margin-bottom:10px}.cc-label{font-size:12px;font-weight:1000;opacity:.7}.cc-value{min-width:0;font-weight:900;display:flex;align-items:center;gap:8px;flex-wrap:wrap}.cc-followup{margin:10px 0 12px;padding:12px;border-radius:16px;border:1px dashed rgba(11,87,208,.28);background:#0b57d00f}.cc-followup-title{font-weight:1000;margin-bottom:4px}.cc-followup-sub{font-weight:900;opacity:.8;font-size:13px}.cc-form label{display:grid;gap:6px;font-weight:1000;font-size:12px;margin-bottom:10px;opacity:.9}.cc-form input,.cc-form textarea,.rec-form input{width:100%;border:1px solid rgba(0,0,0,.12);border-radius:14px;padding:10px 12px;font-weight:800;background:#fff;color:#111;outline:none}.cc-form textarea{resize:vertical;min-height:140px;line-height:1.35}.cc-form input:disabled,.cc-form textarea:disabled,.rec-form input:disabled{background:#00000008;color:#0000008c}.cc-cta-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}@media(max-width:900px){.cc-cta-grid{grid-template-columns:1fr}}.preview-tabs{display:flex;gap:8px;margin-bottom:10px;flex-wrap:wrap}.tab{border:1px solid rgba(0,0,0,.12);background:#fff;border-radius:999px;padding:8px 12px;font-weight:1000;cursor:pointer}.tab.is-active{border-color:#0b57d059;box-shadow:0 0 0 3px #0b57d01a}.rec-form{display:grid;grid-template-columns:1fr 1.2fr 1fr auto;gap:8px;align-items:center;margin-bottom:12px}@media(max-width:1100px){.rec-form{grid-template-columns:1fr}}.rec-import{border:1px dashed rgba(0,0,0,.18);background:#00000005;border-radius:16px;padding:12px;margin-bottom:12px}.rec-import-label{font-weight:1000;margin-bottom:8px}.rec-import-hint{font-size:12px;font-weight:800;opacity:.65;margin-top:8px}.rec-list{display:grid;gap:10px}.rec-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 12px;border-radius:16px;border:1px solid rgba(0,0,0,.08);background:#fff;transition:transform .12s ease,box-shadow .12s ease}.rec-row:hover{transform:translateY(-1px);box-shadow:0 10px 22px #0000000f}.rec-name{font-weight:1000;line-height:1.1}.rec-sub{font-size:12px;font-weight:800;opacity:.65;margin-top:3px}.cc-preview-sticky iframe,.cc-preview-sticky .email-preview-frame{border-radius:16px;overflow:hidden}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0a0e198c;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:center;padding:18px;z-index:9999}.modal-card{width:min(820px,100%);background:#fffffff5;border:1px solid rgba(0,0,0,.08);border-radius:18px;box-shadow:0 18px 60px #00000040;overflow:hidden}.modal-top{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:16px 16px 12px;background:linear-gradient(180deg,#f0f6ff,#fff);border-bottom:1px solid rgba(0,0,0,.06)}.modal-title{font-weight:1000;font-size:16px;letter-spacing:-.2px}.modal-sub{margin-top:4px;opacity:.75;font-size:12px}.modal-mini-kpis{margin-top:10px;display:flex;flex-wrap:wrap;gap:10px;font-size:12px;opacity:.9}.modal-mini-kpis span{background:#0000000a;border:1px solid rgba(0,0,0,.06);padding:6px 10px;border-radius:999px;font-weight:700}.modal-body{padding:14px 16px;max-height:min(60vh,520px);overflow:auto}.muted{opacity:.7;font-size:13px}.timeline{display:flex;flex-direction:column;gap:10px}.timeline-row{display:grid;grid-template-columns:220px 1fr;gap:12px;padding:12px;border-radius:14px;border:1px solid rgba(0,0,0,.06);background:#ffffffe6}.timeline-left{display:flex;flex-direction:column;gap:6px}.timeline-type{display:inline-flex;align-items:center;gap:8px;font-weight:900;font-size:13px}.timeline-type.is-click:before{content:"↗";font-weight:1000;opacity:.85}.timeline-type.is-open:before{content:"👁";font-weight:1000;opacity:.85}.timeline-date{font-size:12px;opacity:.7}.timeline-right{display:flex;flex-direction:column;gap:6px}.timeline-points{font-weight:1000;font-size:13px}.timeline-meta{font-size:12px;opacity:.8}.timeline-meta.url{word-break:break-all}.timeline-meta.ua{opacity:.55}.modal-footer{padding:12px 16px;border-top:1px solid rgba(0,0,0,.06);background:#fffffff5}.lh-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#080c148c;display:grid;place-items:center;padding:16px;z-index:9999}.lh-card{width:min(920px,96vw);max-height:min(84vh,860px);background:#fff;border-radius:22px;border:1px solid rgba(0,0,0,.1);box-shadow:0 30px 90px #0003;overflow:hidden;display:grid;grid-template-rows:auto 1fr auto}.lh-top{display:flex;gap:14px;align-items:flex-start;justify-content:space-between;padding:16px 16px 12px;background:linear-gradient(180deg,#0b57d014,#fff0);border-bottom:1px solid rgba(0,0,0,.06)}.lh-title{font-size:16px;font-weight:1000;letter-spacing:-.2px}.lh-sub{margin-top:4px;font-size:12px;font-weight:800;opacity:.7}.lh-sub .dot{margin:0 8px;opacity:.5}.lh-kpis{margin-top:10px;display:flex;gap:8px;flex-wrap:wrap}.lh-kpi{font-size:12px;font-weight:900;padding:6px 10px;border-radius:999px;border:1px solid rgba(0,0,0,.1);background:#00000008}.lh-body{padding:14px 16px;overflow:auto;background:#0b1b3a08}.lh-muted{font-weight:900;opacity:.6}.lh-timeline{display:grid;gap:10px}.lh-row{background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:18px;padding:12px;display:grid;grid-template-columns:1.1fr 1fr;gap:12px;align-items:start;transition:transform .12s ease,box-shadow .12s ease,border-color .12s ease}.lh-row:hover{transform:translateY(-1px);box-shadow:0 14px 26px #0000001a;border-color:#0b57d02e}.lh-left{min-width:0}.lh-type{display:inline-flex;align-items:center;border-radius:999px;padding:6px 10px;font-weight:1000;font-size:12px;border:1px solid rgba(0,0,0,.1);background:#00000008}.lh-type.is-open{background:#ffc40024}.lh-type.is-webb{background:#10b9811f}.lh-type.is-cta{background:#6366f11f}.lh-type.is-click{background:#0b57d01a}.lh-date{margin-top:8px;font-size:12px;font-weight:900;opacity:.75}.lh-date .lh-rel{margin-left:8px;opacity:.7;font-weight:900}.lh-right{min-width:0;display:grid;gap:6px;justify-items:end;text-align:right}.lh-points{display:inline-flex;align-items:center;justify-content:center;min-width:70px;height:34px;padding:0 10px;border-radius:999px;font-weight:1000;font-size:13px;background:#0b57d01a;border:1px solid rgba(11,87,208,.18)}.lh-meta{font-size:12px;font-weight:800;opacity:.75;max-width:100%}.lh-url{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.lh-ua{opacity:.55;font-weight:800;line-height:1.2;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.lh-footer{padding:10px 16px 14px;border-top:1px solid rgba(0,0,0,.06);background:#fff}@media(max-width:820px){.lh-row{grid-template-columns:1fr}.lh-right{justify-items:start;text-align:left}}@media(max-width:680px){.timeline-row{grid-template-columns:1fr}}.fum-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0a142873;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:grid;place-items:center;padding:18px;z-index:9999}.fum-card{width:min(760px,96vw);border-radius:22px;background:#ffffffeb;border:1px solid rgba(0,0,0,.1);box-shadow:0 18px 50px #0000002e;overflow:hidden}.fum-top{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;padding:16px 16px 12px;border-bottom:1px solid rgba(0,0,0,.06)}.fum-title{font-weight:1000;font-size:16px}.fum-sub{margin-top:4px;font-weight:800;font-size:12px;opacity:.68}.fum-body{padding:14px 16px 6px}.fum-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}@media(max-width:680px){.fum-grid{grid-template-columns:1fr}}.fum-option{text-align:left;background:#0b1b3a0a;border:1px solid rgba(0,0,0,.1);border-radius:18px;padding:12px;cursor:pointer;transition:transform .12s ease,box-shadow .12s ease,border-color .12s ease}.fum-option:hover{transform:translateY(-1px);box-shadow:0 12px 24px #0000001a;border-color:#0b57d02e}.fum-option.is-active{border-color:#0b57d059;box-shadow:0 0 0 3px #0b57d01a;background:#0b57d00f}.fum-opt-title{font-weight:1000;font-size:13px}.fum-opt-hint{margin-top:4px;font-weight:800;font-size:12px;opacity:.68}.fum-footer{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:12px 16px 16px}.fum-note{font-size:12px;font-weight:800;opacity:.68;max-width:60%}@media(max-width:680px){.fum-note{display:none}}.index-hint{margin:12px 0;padding:12px 14px;border-radius:14px;border:1px dashed rgba(0,0,0,.18);background:#ffffffbf}.table-sub{margin-top:4px;font-size:12px;font-weight:800;opacity:.65}.cd-controls{display:flex;gap:12px;align-items:center;justify-content:space-between;flex-wrap:wrap;padding:10px 0 2px}.cd-search input{width:min(520px,92vw);border:1px solid rgba(0,0,0,.12);border-radius:14px;padding:10px 12px;font-weight:800;background:#fff;color:#111;outline:none}.cd-search input:focus{border-color:#0b57d059;box-shadow:0 0 0 3px #0b57d01a}.cd-filters{display:flex;gap:8px;flex-wrap:wrap;align-items:center}.pill{border:1px solid rgba(0,0,0,.12);background:#fff;border-radius:999px;padding:8px 12px;font-weight:1000;cursor:pointer;transition:transform .12s ease,box-shadow .12s ease,border-color .12s ease}.pill:hover{transform:translateY(-1px);box-shadow:0 10px 18px #00000014}.pill.is-active{border-color:#0b57d059;box-shadow:0 0 0 3px #0b57d01a}.sort-select{border:1px solid rgba(0,0,0,.12);background:#fff;border-radius:12px;padding:9px 10px;font-weight:900}.cd-table{margin-top:10px;background:#0b1b3a0a;border:1px solid rgba(0,0,0,.08);border-radius:18px;overflow:hidden}.cd-head{display:grid;grid-template-columns:2.2fr .8fr 1.2fr .7fr .7fr 1.3fr;gap:10px;align-items:center;background:#fff;padding:12px 14px;border-bottom:1px solid rgba(0,0,0,.08)}.th{font-weight:1000;opacity:.85}.th-num{text-align:right}.th-actions{text-align:right;padding-right:6px}.cd-body{padding:10px;max-height:calc(100vh - 360px);overflow:auto}.cd-row{display:grid;grid-template-columns:2.2fr .8fr 1.2fr .7fr .7fr 1.3fr;gap:10px;align-items:center;background:#fff;border-radius:18px;padding:12px 14px;border:1px solid rgba(0,0,0,.06);margin:10px 0;cursor:pointer;transition:transform .12s ease,box-shadow .12s ease,border-color .12s ease}.cd-row:hover{transform:translateY(-1px);box-shadow:0 12px 24px #00000014;border-color:#0b57d02e}.cd-row:active{transform:translateY(0)}.cd-row.is-warm{border-color:#ffc40059;box-shadow:0 0 0 3px #ffc4001f}.cd-row.is-booked{border-color:#0b57d059;box-shadow:0 0 0 3px #0b57d01a}.cd-cell{min-width:0}.cd-num{text-align:right}.td-main{font-weight:1000;line-height:1.1}.td-sub{font-size:12px;font-weight:800;opacity:.62;margin-top:3px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.last-main{font-weight:1000;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.last-sub{opacity:.65;font-size:12px;font-weight:800;margin-top:3px}.tags{display:flex;gap:6px;flex-wrap:wrap;margin-bottom:6px}.tag{font-size:11px;font-weight:1000;padding:5px 9px;border-radius:999px;border:1px solid rgba(0,0,0,.1);background:#0b1b3a0d}.tag-hot{background:#ff62001f}.tag-recent{background:#00b4ff1a}.tag-warm{background:#ffc40024}.tag-webb{background:#10b9811f}.tag-cta{background:#6366f11f}.tag-booked{background:#0b57d024}.score-pill{display:inline-flex;align-items:center;justify-content:center;min-width:54px;height:40px;padding:0 12px;border-radius:999px;font-weight:1000;font-size:16px;background:#0b57d01a;border:1px solid rgba(11,87,208,.18)}.mini-pill{display:inline-flex;align-items:center;justify-content:center;min-width:40px;height:30px;padding:0 10px;border-radius:999px;font-weight:1000;font-size:13px;background:#0000000a;border:1px solid rgba(0,0,0,.08)}.cd-actions{display:flex;justify-content:flex-end}@media(max-width:980px){.cd-head{display:none}.cd-row{grid-template-columns:1fr;gap:10px}.cd-num{text-align:left}.cd-actions{justify-content:flex-start}}.prospecting-page{padding:20px}.prospecting-page .prospecting-header .header-row{display:flex;justify-content:space-between;gap:14px;align-items:flex-start}.prospecting-page .prospecting-header .header-actions{display:flex;gap:10px;flex-wrap:wrap}.prospecting-page .prospecting-header .prospect-btn{background:#160d3c!important;color:#fff;padding:10px 20px;border:none;border-radius:7px;font-weight:600}.prospecting-page .prospecting-header .header-actions .primary{border:none;border-radius:12px;padding:10px 12px}@media(max-width:900px){.prospecting-page .prospecting-header .header-row{flex-direction:column;align-items:stretch}}.prospecting-page .prospecting-grid{display:grid;grid-template-columns:340px minmax(0,1fr);gap:16px;align-items:start;width:100%;max-width:100%}.prospecting-page .prospecting-main{min-width:0}.prospecting-page .table-wrap{width:100%;max-width:100%;overflow-x:auto}.prospecting-page .error-box{overflow-wrap:anywhere;word-break:break-word;white-space:normal}.prospecting-page .error-box a{overflow-wrap:anywhere;word-break:break-word}.prospecting-page .modal-section{color:#fff}.prospecting-page .filter-panel,.prospecting-page .bulk-bar,.prospecting-page .table-wrap,.prospecting-page .empty-box,.prospecting-page .error-box,.prospecting-page .table-skeleton{background:#fff;border-radius:16px;padding:14px;box-shadow:0 2px 10px #0000000f}.prospecting-page .filter-panel .filter-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.prospecting-page .filter-panel .linklike{background:none;border:none;padding:0;cursor:pointer;text-decoration:underline;opacity:.8}.prospecting-page .filter-panel .filter-section{border-top:1px solid #eee;padding-top:12px;margin-top:12px}.prospecting-page .filter-panel .section-title{font-weight:800;margin-bottom:10px;display:flex;gap:8px;align-items:center;color:#fff!important;opacity:1}.prospecting-page .filter-panel .prospect-actions-modal{color:#fff}.prospecting-page .filter-panel .badge{font-size:12px;border:1px solid #ddd;border-radius:999px;padding:4px 8px;opacity:.8}.prospecting-page .filter-panel .badge.ghost{opacity:.65}.prospecting-page .filter-panel .badge .status-approved{border-color:#cfe8d1}.prospecting-page .filter-panel .badge .status-discarded,.prospecting-page .filter-panel .badge .status-unknown{opacity:.65}.prospecting-page .field{display:grid;gap:6px;margin-bottom:12px}.prospecting-page .row2{display:grid;grid-template-columns:1fr 1fr;gap:10px}.prospecting-page .chips{display:flex;flex-wrap:wrap;gap:8px}.prospecting-page .chip{border:1px solid #ddd;padding:8px 10px;border-radius:999px;background:#fafafa}.prospecting-page .chip.active{border-color:#111}.prospecting-page .checks{display:grid;gap:8px}.prospecting-page .check{display:flex;gap:10px;align-items:center}.prospecting-page .bulk-bar{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.prospecting-page .bulk-bar .bulk-buttons{display:flex;gap:8px;margin-top:8px}.prospecting-page .bulk-bar .right{gap:8px}.prospecting-page .bulk-bar .primary{border:none;padding:10px 12px;border-radius:12px}.prospecting-page .prospects-table{width:100%;min-width:900px;border-collapse:collapse}.prospecting-page .prospects-table th,.prospecting-page .prospects-table td{padding:10px;border-bottom:1px solid #eee;text-align:left}.prospecting-page .prospects-table .strong{font-weight:700}.prospecting-page .prospects-table .score{white-space:nowrap}.prospecting-page .prospects-table .actions{display:flex;gap:6px;align-items:center;justify-content:flex-end;text-align:right}.prospecting-page .prospects-table .icon-btn{width:34px;height:34px;border-radius:10px;border:1px solid #ddd;background:#fff;cursor:pointer;display:grid;place-items:center;opacity:.9}.prospecting-page .prospects-table .icon-btn:hover{opacity:1}.prospecting-page .prospects-table .icon-btn:disabled{opacity:.5;cursor:not-allowed}@media(max-width:1100px){.prospecting-page .prospecting-grid{grid-template-columns:1fr}}.prospecting-page .prospects-table{min-width:900px}.prospecting-page .modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000059;display:grid;place-items:center;padding:18px;z-index:1000}.prospecting-page .modal{width:min(720px,100%);background:#0a0923;border-radius:18px;box-shadow:0 20px 50px #0003;overflow:hidden}.prospecting-page .modal-head,.prospecting-page .modal-foot{padding:14px;display:flex;align-items:center;justify-content:space-between;gap:10px;border-bottom:1px solid #eee;background:#0a0923}.prospecting-page .modal-foot{border-bottom:none;border-top:1px solid #eee}.prospecting-page .modal-body{padding:14px}.prospecting-page .modal .x{border:none;background:none;font-size:22px;cursor:pointer;opacity:.8}.prospecting-page .success-box{padding:10px 12px;border-radius:12px;background:#f2fff2;border:1px solid #d6f3d6;margin-bottom:10px}.prospecting-page textarea{width:100%;border-radius:12px;border:1px solid #ddd;padding:10px}.badge{display:inline-flex;align-items:center;padding:6px 10px;border-radius:999px;border:1px solid #ddd;font-size:12px;opacity:.9;white-space:nowrap}.status-failed{border-color:#f1b0b7}.row-failed td{background:#fff7f8}.inline-edit{display:grid;gap:8px}.inline-edit input{width:100%;border:1px solid #ddd;border-radius:12px;padding:10px}.inline-edit-actions{display:flex;gap:8px;flex-wrap:wrap}.row-error td{border-bottom:1px solid #eee}.error-inline{padding:10px 12px;border-radius:12px;background:#fff2f3;border:1px solid #f1b0b7}.chip-btn{border:1px solid #ddd;border-radius:999px;padding:6px 10px;background:#fff;cursor:pointer;opacity:.9}.chip-btn:hover{opacity:1}.inline-contact{display:grid;gap:8px}.inline-contact input{width:100%;border:1px solid #ddd;border-radius:12px;padding:10px}.result-row{display:flex;gap:8px;align-items:center;flex-wrap:wrap;margin-bottom:10px}.pill{border:1px solid #ddd;border-radius:999px;padding:6px 10px;background:#fff;font-size:13px;opacity:.95}.pill.bad{border-color:#f1b0b7}.errors-list{border:1px solid #eee;border-radius:14px;padding:10px;margin-bottom:12px;background:#fafafa}.error-item{padding:8px 6px;border-bottom:1px solid #eee}.error-item:last-child{border-bottom:none}.modal-wide{width:min(980px,100%)}.grid2{display:grid;grid-template-columns:1fr 1fr;gap:18px}@media(max-width:900px){.grid2{grid-template-columns:1fr}}.modal-actions-row{display:flex;gap:8px;flex-wrap:wrap;margin-top:10px}.btn-link{display:inline-flex;align-items:center;padding:10px 12px;border-radius:12px;border:1px solid #ddd;text-decoration:none;background:#fff}button.danger{border:1px solid #f1b0b7;background:#fff}.warn-box{border:1px solid #f0d7a5;background:#fffaf0;border-radius:14px;padding:12px;margin-bottom:12px}.row-actions{display:flex;gap:8px;margin-top:10px;flex-wrap:wrap}.review-row{display:flex;justify-content:space-between;gap:14px;padding:12px 10px;border-bottom:1px solid rgba(255,255,255,.08)}.review-title{display:flex;align-items:center;gap:10px;font-weight:800}.review-sub{margin-top:4px;opacity:.8;font-size:12px;display:flex;gap:10px;flex-wrap:wrap}.badge{display:inline-flex;align-items:center;height:22px;padding:0 10px;border-radius:999px;font-size:12px;font-weight:800}.badge-green{background:#00ff8c24;border:1px solid rgba(0,255,140,.35)}.badge-red{background:#ff003c24;border:1px solid rgba(255,0,60,.35)}.badge-yellow{background:#ffc80024;border:1px solid rgba(255,200,0,.35)}.force{display:flex;gap:8px;align-items:center;font-weight:700}.history-list{margin-top:8px;display:flex;flex-direction:column;gap:8px}.history-row{padding:10px;border-radius:12px;border:1px solid rgba(255,255,255,.08)}.history-title{display:flex;gap:10px;align-items:center;font-weight:900}.history-sub{margin-top:4px;opacity:.8;font-size:12px;display:flex;gap:10px;flex-wrap:wrap}.badge-gray{background:#ffffff14;border:1px solid rgba(255,255,255,.12)}.bulk-prospect-btn{background:#0d0d37;padding:10px 20px!important;border-radius:10px!important;border:none;color:#fff;margin-right:10px}.bulk-prospect-btn-primary{background:#1ade6f;color:#114721!important;font-weight:800;padding:10px 20px!important;border-radius:10px!important;border:none;color:#fff;margin-right:10px}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:flex;align-items:center;justify-content:center;padding:22px;background:#0000008c}.modal{width:min(980px,100%);max-height:min(86vh,920px);overflow:hidden;border-radius:22px;background:#11154be6;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.14);box-shadow:0 40px 120px #0000008c;display:flex;flex-direction:column}.modal.modal-wide{width:min(1080px,100%)}.modal-button-primary{background:#0e1357!important;color:#fff!important;padding:10px 20px;border:none;border-radius:9px;margin-top:10px;margin-bottom:10px}.modal-head{padding:16px 18px 12px;border-bottom:1px solid rgba(255,255,255,.1);display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.modal-head h3{margin:0;font-size:18px;font-weight:900;letter-spacing:.2px;color:#fff}.modal-head .x{border:1px solid rgba(255,255,255,.14);background:#ffffff0f;color:#fff;width:38px;height:38px;border-radius:12px;cursor:pointer}.modal-head .x:hover{background:#ffffff1a;border-color:#ffffff38}.modal-body{padding:16px 18px;overflow:auto}.prospect-actions-modal .modal-section{margin-top:16px;padding-top:14px;border-top:1px solid rgba(255,255,255,.08)}.prospect-actions-modal .section-title{font-weight:900;margin-bottom:10px}.prospect-actions-modal .history-list{display:flex;flex-direction:column;gap:10px}.prospect-actions-modal .history-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 12px;border-radius:14px;background:#ffffff0a;border:1px solid rgba(255,255,255,.06)}.prospect-actions-modal .history-main{min-width:0;flex:1}.prospect-actions-modal .history-title{display:flex;align-items:center;gap:10px;margin-bottom:4px}.prospect-actions-modal .history-campaign{font-weight:900;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.prospect-actions-modal .history-sub{display:flex;flex-wrap:wrap;gap:6px;opacity:.75;font-size:12px;line-height:1.2}.prospect-actions-modal .badge-kind{border-radius:999px;padding:4px 10px;font-size:12px;font-weight:800;border:1px solid rgba(255,255,255,.12);background:#ffffff0f;white-space:nowrap}.prospect-actions-modal .kind-prospecting{background:#aa6eff29;border-color:#aa6eff4d}.prospect-actions-modal .kind-standard{background:#ffffff0f;border-color:#ffffff1f}.prospect-actions-modal .history-actions{display:flex;align-items:center;gap:8px;flex:0 0 auto}.prospect-actions-modal .icon-link{width:34px;height:34px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);cursor:pointer;font-weight:900;line-height:1}.prospect-actions-modal .icon-link:hover{background:#ffffff1a;border-color:#ffffff29}.prospect-actions-modal .icon-link:disabled{opacity:.4;cursor:not-allowed}.lnm-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;display:flex;align-items:center;justify-content:center;padding:18px;z-index:9999}.lnm-modal{width:min(980px,100%);max-height:min(86vh,900px);overflow:hidden;border-radius:18px;background:#fff;box-shadow:0 20px 70px #00000040;display:flex;flex-direction:column}.lnm-header{padding:16px 16px 10px;border-bottom:1px solid rgba(0,0,0,.06);display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.lnm-title{font-weight:900;font-size:18px;line-height:1.1}.lnm-sub{margin-top:6px;opacity:.8;font-size:13px;display:flex;gap:8px;flex-wrap:wrap;align-items:center}.lnm-dot{opacity:.5}.lnm-context{margin-top:10px;display:flex;gap:8px;flex-wrap:wrap;align-items:center}.pill{display:inline-flex;align-items:center;padding:5px 10px;border-radius:999px;font-weight:800;font-size:12px;background:#0000000f}.pill-yellow{background:#ffd6668c}.lnm-actions{padding:10px 16px;display:flex;gap:8px;align-items:center;border-bottom:1px solid rgba(0,0,0,.06);flex-wrap:wrap}.lnm-spacer{flex:1}.btn-mini{padding:8px 10px!important;font-size:12px!important;border-radius:12px!important;line-height:1!important}.btn-ghost-danger{background:#ff00000f!important;border:1px solid rgba(255,0,0,.18)!important}.lnm-compose{padding:12px 16px;border-bottom:1px solid rgba(0,0,0,.06)}.lnm-compose textarea{width:100%;border:1px solid rgba(0,0,0,.14);border-radius:14px;padding:12px;outline:none;resize:vertical;font-size:13px}.lnm-compose-row{margin-top:10px;display:flex;align-items:center;gap:12px}.lnm-hint{opacity:.7;font-size:12px}.lnm-list{padding:14px 16px;overflow:auto;flex:1;background:#00000004}.lnm-empty{padding:14px;opacity:.75;font-weight:800}.lnm-note{background:#fff;border:1px solid rgba(0,0,0,.06);border-radius:16px;padding:12px;box-shadow:0 10px 25px #0000000f;margin-bottom:10px}.lnm-note-top{display:flex;align-items:baseline;justify-content:space-between;gap:10px;flex-wrap:wrap}.lnm-note-type{font-weight:900;font-size:13px}.lnm-note-meta{font-size:12px;opacity:.7;display:flex;gap:8px;align-items:center}.lnm-note-text{margin-top:8px;white-space:pre-wrap;font-size:13px;line-height:1.35}.lnm-note-bottom{margin-top:10px;font-size:12px;opacity:.8;display:flex;justify-content:space-between;gap:8px;flex-wrap:wrap}.lnm-note-bottom .muted{opacity:.55}.tl-actions{display:flex;gap:12px;align-items:center}.tl-select{display:grid;gap:6px}.tl-select-label{font-size:12px;opacity:.7;font-weight:800}.tl-controls{display:flex;gap:12px;align-items:center;justify-content:space-between;padding:12px 14px 0;flex-wrap:wrap}.tl-search input{width:360px;max-width:100%;padding:10px 12px;border-radius:12px;border:1px solid rgba(255,255,255,.12);background:#ffffff0f;color:inherit;outline:none}.tl-filters{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.sort-select{padding:10px 12px;border-radius:12px;border:1px solid rgba(255,255,255,.12);background:#ffffff0f;color:inherit;outline:none}.pill{border:1px solid rgba(255,255,255,.14);background:#ffffff0f;padding:8px 10px;border-radius:999px;font-weight:900;cursor:pointer;-webkit-user-select:none;user-select:none}.pill.is-active{background:#ffffff29;border-color:#ffffff38}.tl-table{padding:14px}.tl-head{display:grid;grid-template-columns:2.1fr 1.1fr .55fr .55fr .55fr .55fr .55fr .95fr 2fr;gap:10px;padding:12px;border-bottom:1px solid rgba(255,255,255,.1);font-weight:900;opacity:.85}.tl-body{display:grid;gap:10px;padding-top:10px}.tl-row{display:grid;grid-template-columns:2.1fr 1.1fr .55fr .55fr .55fr .55fr .55fr .95fr 2fr;gap:10px;padding:12px;border-radius:18px;border:1px solid rgba(255,255,255,.1);background:#ffffff0d;transition:transform .12s ease,background .12s ease,border-color .12s ease}.tl-row:hover{transform:translateY(-1px);background:#ffffff12;border-color:#ffffff29}.tl-row.is-warm{background:#ffffff0f;border-color:#ffffff2e}.tl-row.is-hot{background:#ffd27814;border-color:#ffd27838}.tl-row.is-called{background:#8cdcff12;border-color:#8cdcff33}.tl-row.is-booked{background:#8cffa012;border-color:#8cffa033}.td{min-width:0}.td .main{font-weight:900;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.td .sub{margin-top:2px;font-size:12px;opacity:.75;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.td.num{display:flex;align-items:center}.pill-num{display:inline-flex;align-items:center;justify-content:center;min-width:44px;padding:6px 10px;border-radius:999px;font-weight:900;border:1px solid rgba(255,255,255,.14);background:#ffffff0f}.mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.tl-tags{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:6px}.tag{display:inline-flex;padding:5px 8px;border-radius:999px;font-weight:900;font-size:12px;border:1px solid rgba(255,255,255,.14);background:#ffffff0f}.tag-hot{border-color:#ffc8784d;background:#ffc8781f}.tag-warm{border-color:#b4ffc840;background:#b4ffc81a}.tag-cool{border-color:#ffffff2e}.tag-called{border-color:#8cdcff4d;background:#8cdcff1f}.tag-booked{border-color:#8cffa04d;background:#8cffa01f}.tag-cta{border-color:#ffeb964d;background:#ffeb961f}.tag-web{border-color:#bec8ff4d;background:#bec8ff1f}.kpi-card.kpi-fun{transform:rotate(-.3deg)}.kpi-card.kpi-cta{border-color:#ffeb9638;background:#ffeb9612}.kpi-card.kpi-web{border-color:#bec8ff38;background:#bec8ff12}.td.crm{display:grid;gap:8px}.crm-compact{display:flex;align-items:center;justify-content:space-between;gap:10px}.td.num .pill-num{font-variant-numeric:tabular-nums}.tl-head{font-size:12px;letter-spacing:.2px}.crm-status{display:flex;gap:8px;flex-wrap:wrap}.crm-details{border-top:1px solid rgba(255,255,255,.1);padding-top:10px;display:grid;gap:10px}.crm-actions{display:flex;gap:8px;align-items:center;flex-wrap:nowrap}.btn.btn-mini{padding:7px 10px;border-radius:12px;font-weight:900;line-height:1;white-space:nowrap}.crm-note{display:grid;grid-template-columns:1fr auto;gap:8px;align-items:center}.crm-note input{width:100%;padding:9px 10px;border-radius:12px;border:1px solid rgba(255,255,255,.12);background:#ffffff0f;color:inherit;outline:none}.crm-meta{font-size:12px;opacity:.75}.tag-report{border:1px solid rgba(11,87,208,.35);background:#0b57d01a}@media(max-width:1200px){.tl-head,.tl-row{grid-template-columns:2fr 1fr .7fr .7fr .7fr .7fr .7fr 1fr}.td.crm{grid-column:1/-1}}@media(max-width:900px){.tl-head{display:none}.tl-row{grid-template-columns:1fr;gap:12px}.crm-actions{flex-wrap:wrap}}.lead-candidates-page{padding:16px}.lead-candidates-page .lc-header{display:flex;justify-content:space-between;gap:16px;align-items:flex-start;margin-bottom:14px}.lead-candidates-page .lc-controls{display:flex;flex-direction:column;gap:10px;min-width:420px}.lead-candidates-page .tabs{display:flex;gap:8px;flex-wrap:wrap}.lead-candidates-page .tabs .tab{border-radius:999px;padding:8px 12px;border:1px solid rgba(255,255,255,.12);background:transparent;cursor:pointer}.lead-candidates-page .tabs .tab.active{border-color:#ffffff40}.lead-candidates-page .inputs{display:grid;grid-template-columns:1fr 120px;gap:10px}.lead-candidates-page .inputs input{border-radius:12px;padding:10px 12px;border:1px solid rgba(255,255,255,.12);background:transparent;color:inherit}.lead-candidates-page .table-wrap{overflow:auto;border-radius:16px;border:1px solid rgba(255,255,255,.08)}.lead-candidates-page table{width:100%;border-collapse:collapse;min-width:900px}.lead-candidates-page table th,.lead-candidates-page table td{padding:12px;border-bottom:1px solid rgba(255,255,255,.06);text-align:left;vertical-align:top}.lead-candidates-page .icon-btn{border-radius:10px;padding:6px 10px;border:1px solid rgba(255,255,255,.12);background:transparent;cursor:pointer}.lead-candidates-page .muted{opacity:.75}.lead-candidates-page .strong{font-weight:700}.lead-candidates-page .badge{display:inline-block;padding:5px 10px;border-radius:999px;border:1px solid rgba(255,255,255,.12);font-size:12px}.customers-page{width:min(1880px,100% - 48px);margin:0 auto;padding:34px 0 110px}.customers-hero{position:relative;display:grid;grid-template-columns:minmax(0,1.35fr) minmax(420px,.65fr);gap:48px;align-items:end;margin-bottom:74px;padding:52px 54px;overflow:hidden;border:1px solid rgba(255,255,255,.11);border-radius:26px;background:radial-gradient(circle at 84% 10%,rgba(94,156,255,.23),transparent 34%),linear-gradient(135deg,#061a3a,#071c43 58%,#0a2454);box-shadow:0 30px 70px #061a3a2e,0 6px 18px #061a3a14;color:#fff}.customers-hero:after{content:"";position:absolute;right:-130px;bottom:-190px;width:320px;height:320px;border-radius:50%;background:#ffffff0e;pointer-events:none}.customers-hero__content{position:relative;z-index:2;max-width:840px}.customers-hero__content h1{margin:10px 0 18px;font-size:clamp(40px,5vw,68px);line-height:.98;letter-spacing:-.045em;font-weight:850}.customers-hero__content h1 span{color:#ffffffb8}.customers-hero__content p{max-width:620px;margin:0;font-size:16px;line-height:1.65;color:#ffffffa1}.customers-eyebrow{display:block;font-size:11px;font-weight:750;letter-spacing:.11em;text-transform:uppercase;color:#ffffff8c}.customers-hero__stats{position:relative;z-index:2;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.customers-stat{display:flex;flex-direction:column;justify-content:space-between;min-height:112px;padding:17px 18px;border:1px solid rgba(255,255,255,.11);border-radius:17px;background:#ffffff13;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.customers-stat strong{font-size:32px;line-height:1;letter-spacing:-.04em}.customers-stat span{max-width:130px;font-size:11px;font-weight:650;line-height:1.4;color:#ffffff96}.customers-stat--opportunity{border-color:#50d79133;background:#27d1711c}.customers-stat--opportunity strong{color:#a7f4c8}.customers-section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;margin-bottom:26px}.customers-section-heading>div{max-width:760px}.customers-section-heading h2{margin:5px 0 8px;font-size:clamp(30px,3vw,42px);line-height:1.05;letter-spacing:-.035em}.customers-section-heading p{margin:0;font-size:13px;line-height:1.65;color:#00000080}.customers-section-heading--list{margin-bottom:22px}.customers-section-kicker{display:block;font-size:10px;font-weight:750;letter-spacing:.11em;text-transform:uppercase;color:#00000075}.customers-count{display:flex;align-items:center;justify-content:center;min-width:100px;height:50px;padding:0 14px;border-radius:999px;background:#1cc14526;color:#061a3a;font-size:14px;font-weight:800}.customers-opportunities{margin-bottom:84px}.customers-opportunity-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:13px}.customers-opportunity-card{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:flex;flex-direction:column;min-width:0;min-height:215px;padding:21px 22px;border:1px solid rgba(6,26,58,.075);border-radius:19px;background:linear-gradient(145deg,#fff,#ebf2fc75);box-shadow:0 8px 25px #061a3a09;color:inherit;text-align:left;cursor:pointer;transition:transform .14s ease,border-color .14s ease,box-shadow .14s ease}.customers-opportunity-card:hover{transform:translateY(-2px);border-color:#061a3a29;box-shadow:0 14px 34px #061a3a13}.customers-opportunity-card:hover .customers-opportunity-card__arrow{transform:translate(3px)}.customers-opportunity-card.is-selected{border-color:#061a3a61;box-shadow:inset 0 0 0 1px #061a3a14,0 14px 34px #061a3a11}.customers-opportunity-card h3{margin:15px 0 22px;font-size:17px;line-height:1.3;letter-spacing:-.015em}.customers-opportunity-card>strong{margin-top:auto;font-size:39px;line-height:1;letter-spacing:-.045em;color:#061a3a}.customers-opportunity-card__top{display:flex;align-items:center;justify-content:space-between}.customers-opportunity-card__label{font-size:9px;font-weight:800;letter-spacing:.09em;text-transform:uppercase;color:#0006}.customers-opportunity-card__arrow{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;background:#061a3a0e;color:#061a3a;font-size:11px;transition:transform .12s ease}.customers-opportunity-card__missing{margin-top:5px;font-size:11px;line-height:1.45;color:#00000078}.customers-opportunity-card__footer{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:20px;padding-top:13px;border-top:1px solid rgba(6,26,58,.06);font-size:9px;font-weight:650;color:#0006}.customers-opportunity-card__footer span:last-child{color:#061a3ab3}.customers-list-section{scroll-margin-top:30px}.customers-toolbar{display:grid;grid-template-columns:minmax(280px,1fr) auto auto;gap:14px;align-items:end;margin-bottom:20px;padding:19px 20px;border:1px solid rgba(6,26,58,.07);border-radius:18px;background:#061a3a06}.customers-search,.customers-filter{display:flex;flex-direction:column;gap:7px}.customers-search>span,.customers-filter>span{font-size:10px;font-weight:700;color:#00000080}.customers-search__field{position:relative;display:flex;align-items:center;height:70px;overflow:hidden;border:1px solid rgba(6,26,58,.11);border-radius:11px;background:#fff;transition:border-color .12s ease,box-shadow .12s ease}.customers-search__field:focus-within{border-color:#061a3a66;box-shadow:0 0 0 3px #061a3a09}.customers-search__field input{width:100%;height:100%;padding:0 13px 0 40px;border:0;outline:0;background:transparent;font:inherit;font-size:18px}.customers-search__field input::placeholder{color:#00000061}.customers-search__icon{position:absolute;left:13px;color:#061a3a73;font-size:35px;pointer-events:none}.customers-filter-grid{display:flex;gap:10px}.customers-filter select{min-width:150px;height:70px;padding:0 35px 0 12px;border:1px solid rgba(6,26,58,.11);border-radius:20px;background:#fff;color:#111;font:inherit;font-size:12px;outline:0;cursor:pointer}.customers-filter select:focus{border-color:#061a3a66;box-shadow:0 0 0 3px #061a3a09}.customers-clear-filters{-webkit-appearance:none;-moz-appearance:none;appearance:none;height:46px;padding:0 14px;border:0;background:transparent;color:#061a3a80;font:inherit;font-size:10px;font-weight:700;cursor:pointer}.customers-clear-filters:hover{color:#061a3a}.customers-active-filter{display:inline-flex;align-items:center;gap:7px;margin-bottom:18px;padding:12px 20px;border:1px solid rgba(6,26,58,.09);border-radius:999px;background:#061a3a0b;font-size:10px;color:#00000080}.customers-active-filter strong{color:#061a3a}.customers-active-filter button{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:flex;align-items:center;justify-content:center;width:23px;height:23px;border:0;border-radius:50%;background:#061a3a0f;color:#061a3a;cursor:pointer}.customers-list{display:flex;flex-direction:column;gap:11px}.customer-card{display:grid;grid-template-columns:minmax(250px,.9fr) minmax(420px,1.5fr) auto;gap:28px;align-items:stretch;min-width:0;padding:24px 25px;border:1px solid rgba(6,26,58,.075);border-radius:19px;background:#fff;box-shadow:0 8px 24px #061a3a08;color:inherit;text-decoration:none;transition:transform .13s ease,border-color .13s ease,box-shadow .13s ease}.customer-card:hover{transform:translateY(-1px);border-color:#061a3a24;box-shadow:0 13px 34px #061a3a11}.customer-card:hover .customer-card__open{color:#061a3a}.customer-card:hover .customer-card__open b{transform:translate(3px)}.customer-card__identity{display:flex;flex-direction:column;justify-content:space-between;min-width:0}.customer-card__topline{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.customer-card__topline h3{margin:0;font-size:20px;line-height:1.2;letter-spacing:-.025em}.customer-card__meta{display:flex;flex-wrap:wrap;gap:3px 6px;margin-top:6px;font-size:10px;color:#0000006b}.customer-card__meta-dot{color:#061a3a40}.customer-status{flex-shrink:0;display:inline-flex;align-items:center;height:45px;padding:0 15px;border-radius:999px;font-size:9px;font-weight:750;letter-spacing:.03em}.customer-status--active{background:#27d1711c;color:#13763e}.customer-status--paused{background:#d39c2a1c;color:#946414}.customer-status--ended{background:#0000000e;color:#0000007a}.customer-card__last-activity{margin-top:26px}.customer-card__last-activity span{display:block;margin-bottom:3px;font-size:9px;font-weight:750;letter-spacing:.07em;text-transform:uppercase;color:#00000059}.customer-card__last-activity strong{font-size:11px;color:#0000009e}.customer-card__last-activity p{display:-webkit-box;margin:5px 0 0;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;font-size:10px;line-height:1.5;color:#0000006e}.customer-card__services{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;min-width:0;padding:2px 0}.customer-service-group{min-width:0}.customer-service-group__heading{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:11px}.customer-service-group__heading span{font-size:9px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#00000061}.customer-service-group__heading strong{display:flex;align-items:center;justify-content:center;min-width:24px;height:24px;padding:0 6px;border-radius:999px;background:#061a3a0d;color:#061a3ab3;font-size:9px}.customer-service-chips{display:flex;flex-wrap:wrap;gap:6px}.customer-service-chip{display:inline-flex;align-items:center;gap:6px;min-height:40px;padding:0 15px;border-radius:999px;font-size:9px;font-weight:650;white-space:nowrap}.customer-service-chip--owned{background:#061a3a11;color:#061a3a}.customer-service-chip--owned>span{width:5px;height:5px;border-radius:50%;background:#061a3a}.customer-service-chip--missing{border:1px solid rgba(6,26,58,.12);background:transparent;color:#061a3a9e}.customer-service-chip--missing>span{width:5px;height:5px;border-radius:50%;border:1px solid rgba(6,26,58,.42)}.customer-service-chip--missing.is-highlighted{border-color:#27d17173;background:#27d17111;color:#13763e}.customer-service-chip--missing.is-highlighted>span{border-color:#13763e}.customer-service-chip--more{background:#00000009;color:#0000006e}.customer-service-empty{font-size:10px;color:#00000061}.customer-service-complete{display:inline-flex;align-items:center;min-height:27px;padding:0 9px;border-radius:999px;background:#27d17117;color:#13763e;font-size:9px;font-weight:700}.customer-card__footer{display:flex;flex-direction:column;align-items:flex-end;justify-content:space-between;min-width:110px;padding-left:20px;border-left:1px solid rgba(6,26,58,.055)}.customer-card__coverage{display:flex;flex-direction:column;align-items:flex-end;gap:3px}.customer-card__coverage span{font-size:9px;color:#00000061}.customer-card__coverage strong{font-size:17px;letter-spacing:-.025em;color:#061a3a}.customer-card__open{display:flex;align-items:center;gap:8px;font-size:9px;font-weight:700;color:#061a3a66}.customer-card__open b{font-size:12px;transition:transform .12s ease}.customers-muted{padding:25px 0;font-size:12px;color:#0000006b}.customers-muted--large{padding:65px 0;text-align:center}.customers-updating{padding:3px 2px;font-size:9px;color:#0006}.customers-error{margin-bottom:15px;padding:13px 15px;border-radius:11px;background:#b22f4013;color:#9d2939;font-size:11px}.customers-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;min-height:190px;border:1px dashed rgba(6,26,58,.1);border-radius:18px}.customers-empty strong{font-size:14px}.customers-empty span{font-size:11px;color:#0000006b}@media(max-width:1250px){.customers-opportunity-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.customer-card{grid-template-columns:minmax(220px,.8fr) minmax(420px,1.4fr)}.customer-card__footer{grid-column:1/-1;flex-direction:row;align-items:center;padding:14px 0 0;border-left:0;border-top:1px solid rgba(6,26,58,.055)}.customer-card__coverage{align-items:flex-start}}@media(max-width:1100px){.customers-hero{grid-template-columns:1fr;gap:35px}.customers-hero__stats{max-width:640px}.customers-toolbar{grid-template-columns:1fr}.customers-filter-grid{width:100%}.customers-filter-grid .customers-filter{flex:1}.customers-filter-grid .customers-filter select{width:100%}.customers-clear-filters{justify-self:start}.customer-card{grid-template-columns:1fr}.customer-card__services{padding-top:15px;border-top:1px solid rgba(6,26,58,.055)}.customer-card__footer{grid-column:auto}}@media(max-width:800px){.customers-page{width:min(100% - 30px,1480px)}.customers-opportunity-grid{grid-template-columns:1fr}}@media(max-width:650px){.customers-page{padding-top:18px}.customers-hero{margin-bottom:55px;padding:32px 25px;border-radius:21px}.customers-hero__content h1{font-size:39px}.customers-hero__stats{grid-template-columns:repeat(2,minmax(0,1fr))}.customers-stat{min-height:92px}.customers-stat strong{font-size:27px}.customers-opportunities{margin-bottom:62px}.customers-section-heading{align-items:flex-start}.customers-section-heading h2{font-size:31px}.customers-filter-grid{flex-direction:column}.customer-card{padding:20px 18px;gap:20px}.customer-card__topline{flex-direction:column}.customer-card__services{grid-template-columns:1fr;gap:19px}.customer-card__footer{align-items:flex-start;flex-direction:column;gap:12px}}.add-service-modal{--sm-bg: #f8f3eb;--sm-bg-soft: #fcf8f2;--sm-surface: #fffdf9;--sm-border: #e7dac8;--sm-border-strong: #d9c5ab;--sm-text: #2f2419;--sm-text-soft: #6f6154;--sm-accent: #b78a57;--sm-accent-soft: #efe1ce;--sm-blue: #061a3a;--sm-blue-soft: rgba(6, 26, 58, .06);--sm-success: #4f8a5b;--sm-success-soft: #e7f3ea;--sm-danger: #a8574b;--sm-danger-soft: #fff1ed;box-sizing:border-box;width:100%;padding:30px 34px 32px;color:var(--sm-text)}.add-service-modal .muted{color:var(--sm-text-soft)}.add-service-modal .small{font-size:11px}.add-service-modal .strong{color:var(--sm-text);font-size:16px;font-weight:850}.modal:has(.add-service-modal){display:flex;flex-direction:column;width:min(1540px,100vw - 48px);max-width:1540px;height:min(860px,100vh - 48px);min-height:min(740px,100vh - 48px);max-height:calc(100vh - 48px);overflow:hidden;border:1px solid #e5d6c2;border-radius:26px;background:linear-gradient(180deg,#fbf7f1,#f4ecdf);box-shadow:0 30px 80px #2a1e1238}.modal:has(.add-service-modal) .modal-head{flex:0 0 auto;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:20px 24px;border-bottom:1px solid rgba(133,98,63,.14);background:linear-gradient(180deg,#f8efe3,#f4e8d9)}.modal:has(.add-service-modal) .modal-head h3{margin:0;color:var(--sm-text);font-size:1.15rem;font-weight:900;line-height:1.2;letter-spacing:.1px}.modal:has(.add-service-modal) .modal-head .x{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:flex;align-items:center;justify-content:center;width:42px;height:42px;min-width:42px;padding:0;border:1px solid #dcc8ae;border-radius:50%;background:#fffaf3f2;color:#6e5840;font-size:22px;line-height:1;cursor:pointer;transition:background .16s ease,border-color .16s ease,transform .16s ease}.modal:has(.add-service-modal) .modal-head .x:hover{transform:scale(1.03);border-color:#cfae86;background:#fffdf9}.modal:has(.add-service-modal) .modal-body{flex:1 1 0;min-height:0;overflow-y:auto;overflow-x:hidden;padding:0;background:transparent;overscroll-behavior:contain}.add-service-modal .form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px 22px;align-items:start}.add-service-modal .form-grid .span-2{grid-column:1/-1;color:var(--sm-text)}.add-service-modal label{display:flex;flex-direction:column;gap:9px;color:var(--sm-text);font-size:12px;font-weight:800;letter-spacing:.1px}.add-service-modal input,.add-service-modal select,.add-service-modal textarea{width:100%;border:1px solid var(--sm-border);border-radius:16px;background:var(--sm-surface);color:var(--sm-text);font:inherit;font-size:14px;outline:none;box-sizing:border-box;transition:border-color .15s ease,background .15s ease,box-shadow .15s ease}.add-service-modal input::placeholder,.add-service-modal select::placeholder,.add-service-modal textarea::placeholder{color:#9b8b7d}.add-service-modal input:hover,.add-service-modal select:hover,.add-service-modal textarea:hover{border-color:var(--sm-border-strong);background:#fffefb}.add-service-modal input:focus,.add-service-modal select:focus,.add-service-modal textarea:focus{border-color:var(--sm-accent);background:#fffefb;box-shadow:0 0 0 4px #b78a571f}.add-service-modal input:disabled,.add-service-modal input[readonly],.add-service-modal select:disabled,.add-service-modal select[readonly],.add-service-modal textarea:disabled,.add-service-modal textarea[readonly]{background:#f1ebe3;color:#8f8174;cursor:default;opacity:1}.add-service-modal input,.add-service-modal select{min-height:58px;padding:0 17px}.add-service-modal textarea{min-height:150px;padding:16px 17px;resize:vertical;line-height:1.6}.add-service-modal select{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding-right:44px;background-image:linear-gradient(45deg,transparent 50%,#8f755a 50%),linear-gradient(135deg,#8f755a 50%,transparent 50%);background-position:calc(100% - 22px) calc(50% - 3px),calc(100% - 16px) calc(50% - 3px);background-size:6px 6px,6px 6px;background-repeat:no-repeat}.add-service-modal .section{padding:20px;border:1px solid var(--sm-border);border-radius:18px;background:linear-gradient(145deg,#fffdf9f0,#f4ecdf80)}.add-service-modal .section-title{margin-bottom:13px;color:var(--sm-text);font-size:12px;font-weight:850;letter-spacing:.1px}.add-service-modal .chips{display:flex;flex-wrap:wrap;gap:9px;margin-bottom:16px}.add-service-modal .chip{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 18px;border:1px solid var(--sm-border);border-radius:999px;background:#fffaf4;color:var(--sm-text-soft);font:inherit;font-size:10px;font-weight:750;letter-spacing:.08px;cursor:pointer;transition:transform .1s ease,background .15s ease,border-color .15s ease,color .15s ease}.add-service-modal .chip:hover{transform:translateY(-1px);border-color:var(--sm-border-strong);background:#fffdf9;color:var(--sm-text)}.add-service-modal .chip.is-active{border-color:#b78a5780;background:linear-gradient(135deg,#fffdf9,var(--sm-accent-soft));color:#7c572f}.add-service-modal .row-2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;align-items:end}.add-service-modal .hint{display:flex;align-items:center;min-height:58px;padding:0 16px;border:1px dashed rgba(183,138,87,.28);border-radius:15px;background:#efe1ce66;color:var(--sm-text-soft);font-size:10px;line-height:1.45}.add-service-modal .form-grid>.span-2:first-child{padding:15px 17px;border:1px solid var(--sm-border);border-radius:16px;background:#fffdf9b8}.add-service-modal .form-grid>.span-2:first-child .muted{margin-bottom:5px;color:#2f241980}.add-service-modal .form-grid>.span-2:first-child .strong{color:var(--sm-text)}.add-service-modal .modal-foot{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-top:28px;padding-top:21px;border-top:1px solid rgba(120,92,64,.12)}.add-service-modal .modal-foot .right{display:flex;align-items:center;justify-content:flex-end;gap:10px}.add-service-modal .modal-button-primary,.add-service-modal .danger{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 20px;border-radius:14px;font:inherit;font-size:11px;font-weight:800;cursor:pointer;box-shadow:none;transition:transform .14s ease,background .14s ease,border-color .14s ease,color .14s ease}.add-service-modal .right .modal-button-primary:first-child{border:1px solid var(--sm-border-strong);background:#fffaf4;color:var(--sm-text)}.add-service-modal .right .modal-button-primary:first-child:hover{transform:translateY(-1px);border-color:#cdb394;background:#f6eee3}.add-service-modal .right .modal-button-primary:last-child{border:1px solid #b4834c;background:#c59863;color:#fffaf4;box-shadow:none}.add-service-modal .right .modal-button-primary:last-child:hover{transform:translateY(-1px);border-color:#aa7842;background:#bc8a52}.add-service-modal .danger{border:1px solid rgba(168,87,75,.24);background:var(--sm-danger-soft);color:var(--sm-danger)}.add-service-modal .danger:hover{transform:translateY(-1px);border-color:#a8574b66;background:#ffe8e1}.modal:has(.add-service-modal) .modal-body{scrollbar-width:thin;scrollbar-color:rgba(133,98,63,.22) transparent}.modal:has(.add-service-modal) .modal-body::-webkit-scrollbar{width:7px}.modal:has(.add-service-modal) .modal-body::-webkit-scrollbar-track{background:transparent}.modal:has(.add-service-modal) .modal-body::-webkit-scrollbar-thumb{border-radius:999px;background:#85623f38}@media(max-width:900px){.modal:has(.add-service-modal){width:min(100% - 24px,1540px);height:calc(100vh - 24px);min-height:0;max-height:calc(100vh - 24px);border-radius:20px}.add-service-modal{padding:22px 22px 24px}.add-service-modal .form-grid{grid-template-columns:1fr}.add-service-modal .form-grid .span-2{grid-column:1}.add-service-modal .row-2{grid-template-columns:1fr}.add-service-modal .modal-foot{align-items:stretch;flex-direction:column}.add-service-modal .modal-foot .right{width:100%;justify-content:stretch}.add-service-modal .modal-button-primary,.add-service-modal .danger{flex:1}}@media(max-width:600px){.modal:has(.add-service-modal){width:calc(100% - 16px);height:calc(100vh - 16px);max-height:calc(100vh - 16px);border-radius:18px}.modal:has(.add-service-modal) .modal-head{padding:16px 18px}.add-service-modal{padding:18px 17px 20px}.add-service-modal .form-grid{gap:16px}.add-service-modal input,.add-service-modal select{min-height:54px;font-size:13px}.add-service-modal textarea{min-height:130px}.add-service-modal .section{padding:16px}.add-service-modal .chip{min-height:38px;padding:0 14px}.add-service-modal .modal-foot .right{flex-direction:column-reverse}.add-service-modal .modal-button-primary,.add-service-modal .danger{width:100%}}.add-note-modal{--nm-bg: #f8f3eb;--nm-bg-soft: #fcf8f2;--nm-surface: #fffdf9;--nm-border: #e7dac8;--nm-border-strong: #d9c5ab;--nm-text: #2f2419;--nm-text-soft: #6f6154;--nm-accent: #b78a57;--nm-accent-soft: #efe1ce;--nm-blue: #061a3a;--nm-blue-soft: rgba(6, 26, 58, .06);--nm-success: #4f8a5b;--nm-success-soft: #e7f3ea;--nm-danger: #a8574b;--nm-danger-soft: #fff1ed;box-sizing:border-box;display:flex;flex-direction:column;width:100%;min-height:0;padding:24px 30px 26px;color:var(--nm-text)}.modal.note-modal-shell{display:flex;flex-direction:column;width:min(1540px,100vw - 48px);max-width:1540px;height:min(820px,100vh - 48px);min-height:min(720px,100vh - 48px);max-height:calc(100vh - 48px);overflow:hidden;border:1px solid #e5d6c2;border-radius:26px;background:linear-gradient(180deg,#fbf7f1,#f4ecdf);box-shadow:0 30px 80px #2a1e1238}.modal.note-modal-shell .modal-head{flex:0 0 auto;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:20px 24px;border-bottom:1px solid rgba(133,98,63,.14);background:linear-gradient(180deg,#f8efe3,#f4e8d9)}.modal.note-modal-shell .modal-head h3{margin:0;color:#2f2419;font-size:1.1rem;font-weight:900;line-height:1.2;letter-spacing:.1px}.modal.note-modal-shell .modal-head .x{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:flex;align-items:center;justify-content:center;width:42px;height:42px;min-width:42px;padding:0;border:1px solid #dcc8ae;border-radius:50%;background:#fffaf3f2;color:#6e5840;font-size:22px;line-height:1;cursor:pointer;transition:background .16s ease,border-color .16s ease,transform .16s ease}.modal.note-modal-shell .modal-head .x:hover{transform:scale(1.03);border-color:#cfae86;background:#fffdf9}.modal.note-modal-shell .modal-body{flex:1 1 auto!important;min-height:0;overflow-y:auto;overflow-x:hidden;padding:0;background:transparent;overscroll-behavior:contain}.add-note-modal__intro{flex:0 0 auto;margin-bottom:22px}.add-note-modal__intro h4{margin:5px 0 7px;color:var(--nm-text);font-size:19px;line-height:1.2;font-weight:850;letter-spacing:-.02em}.add-note-modal__intro p{max-width:720px;margin:0;color:var(--nm-text-soft);font-size:11px;line-height:1.6}.add-note-modal__eyebrow{display:block;color:#2f241985;font-size:9px;font-weight:750;letter-spacing:.1em;text-transform:uppercase}.add-note-modal__section{flex:0 0 auto;margin-top:18px}.add-note-modal__label,.add-note-modal__field>span{display:block;margin-bottom:8px;color:var(--nm-text);font-size:11px;font-weight:800;letter-spacing:.08px}.add-note-modal__types{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.add-note-type{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:grid;grid-template-columns:40px minmax(0,1fr) 20px;align-items:center;gap:12px;min-height:76px;padding:12px 15px;border:1px solid var(--nm-border);border-radius:14px;background:#fffdf9b8;color:var(--nm-text);text-align:left;cursor:pointer;transition:transform .13s ease,border-color .13s ease,background .13s ease,box-shadow .13s ease}.add-note-type:hover{transform:translateY(-1px);border-color:var(--nm-border-strong);background:#fffefb}.add-note-type.is-selected{border-color:var(--nm-accent);background:linear-gradient(135deg,#fffdf9,#efe1ceb8);box-shadow:inset 0 0 0 1px #b78a5714}.add-note-type__icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:#b78a571a;color:#8b633a;font-size:13px;font-weight:800}.add-note-type__content{display:flex;flex-direction:column;min-width:0;gap:3px}.add-note-type__content strong{font-size:12px;font-weight:800}.add-note-type__content small{overflow:hidden;color:var(--nm-text-soft);font-size:9px;line-height:1.35;white-space:nowrap;text-overflow:ellipsis}.add-note-type__check{display:flex;align-items:center;justify-content:center;color:#855c34;font-size:11px;font-weight:900}.add-note-type--risk.is-selected{border-color:#a8574b8c;background:linear-gradient(135deg,#fffdf9,var(--nm-danger-soft))}.add-note-type--risk .add-note-type__icon{background:#a8574b17;color:var(--nm-danger)}.add-note-type--delivery.is-selected{border-color:#4f8a5b7a;background:linear-gradient(135deg,#fffdf9,var(--nm-success-soft))}.add-note-type--delivery .add-note-type__icon{background:#4f8a5b17;color:var(--nm-success)}.add-note-type--next.is-selected{border-color:#061a3a47;background:linear-gradient(135deg,#fffdf9,#dce7f685)}.add-note-type--next .add-note-type__icon{background:var(--nm-blue-soft);color:var(--nm-blue)}.add-note-modal__section:last-of-type{flex:1 1 auto;display:flex;flex-direction:column;min-height:250px}.add-note-modal__field{display:flex;flex-direction:column;flex:1 1 auto;min-height:0}.add-note-modal__textarea{flex:1 1 auto;display:flex;flex-direction:column;min-height:250px;overflow:hidden;border:1px solid var(--nm-border);border-radius:16px;background:var(--nm-surface);transition:border-color .16s ease,box-shadow .16s ease,background .16s ease}.add-note-modal__textarea:hover{border-color:var(--nm-border-strong);background:#fffefb}.add-note-modal__textarea:focus-within{border-color:var(--nm-accent);background:#fffefb;box-shadow:0 0 0 4px #b78a5721}.add-note-modal__textarea.has-error{border-color:var(--nm-danger);box-shadow:0 0 0 3px #a8574b14}.add-note-modal__textarea textarea{display:block;flex:1 1 auto;width:100%;min-height:220px;padding:18px 20px;border:0;outline:0;resize:none;background:transparent;color:var(--nm-text);font:inherit;font-size:14px;line-height:1.7}.add-note-modal__textarea textarea::placeholder{color:#9b8b7d}.add-note-modal__textarea-meta{flex:0 0 auto;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:9px 13px;border-top:1px solid rgba(120,92,64,.09);background:#f8f3eb73;color:#2f24196e;font-size:9px}.add-note-modal__error{display:block;margin-top:7px;color:var(--nm-danger);font-size:9px;font-weight:650}.add-note-modal__save-error{flex:0 0 auto;margin-top:14px;padding:11px 13px;border:1px solid rgba(168,87,75,.18);border-radius:11px;background:var(--nm-danger-soft);color:var(--nm-danger);font-size:9px}.add-note-modal__footer{flex:0 0 auto;display:flex;align-items:center;justify-content:flex-end;gap:10px;margin-top:20px;padding-top:18px;border-top:1px solid rgba(120,92,64,.11);background:transparent}.add-note-modal__button{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 20px;border-radius:13px;font:inherit;font-size:10px;font-weight:800;cursor:pointer;transition:transform .15s ease,background .15s ease,border-color .15s ease,box-shadow .15s ease}.add-note-modal__button:disabled{opacity:.55;cursor:not-allowed;transform:none;box-shadow:none}.add-note-modal__button--secondary{border:1px solid var(--nm-border-strong);background:#fffaf4;color:var(--nm-text)}.add-note-modal__button--secondary:hover:not(:disabled){background:#f6eee3;border-color:#cdb394}.add-note-modal__button--primary{border:1px solid #b4834c;background:#c59863;color:#fffaf4;box-shadow:0 7px 17px #95662d29}.add-note-modal__button--primary:hover:not(:disabled){transform:translateY(-1px);background:linear-gradient(180deg,#cfa26c,#bc8a52)}.modal.note-modal-shell .modal-body{scrollbar-width:thin;scrollbar-color:rgba(133,98,63,.25) transparent}.modal.note-modal-shell .modal-body::-webkit-scrollbar{width:7px}.modal.note-modal-shell .modal-body::-webkit-scrollbar-track{background:transparent}.modal.note-modal-shell .modal-body::-webkit-scrollbar-thumb{border-radius:999px;background:#85623f38}@media(max-width:900px){.modal.note-modal-shell{width:min(100% - 24px,1540px);height:calc(100vh - 24px);min-height:0;max-height:calc(100vh - 24px);border-radius:20px}.add-note-modal{padding:20px 20px 22px}.add-note-modal__types{grid-template-columns:1fr 1fr}.add-note-type{min-height:72px}}@media(max-width:650px){.modal.note-modal-shell{width:calc(100% - 16px);height:calc(100vh - 16px);max-height:calc(100vh - 16px);border-radius:18px}.modal.note-modal-shell .modal-head{padding:16px 18px}.add-note-modal{padding:17px 17px 19px}.add-note-modal__intro{margin-bottom:16px}.add-note-modal__types{grid-template-columns:1fr}.add-note-type{min-height:68px;padding:11px 13px}.add-note-modal__section:last-of-type{min-height:220px}.add-note-modal__textarea{min-height:210px}.add-note-modal__textarea textarea{min-height:180px;resize:none}.add-note-modal__textarea-meta{align-items:flex-start;flex-direction:column;gap:3px}.add-note-modal__footer{flex-direction:column-reverse}.add-note-modal__footer .add-note-modal__button{width:100%}}.project-modal{--pm-bg: #f8f3eb;--pm-bg-soft: #fcf8f2;--pm-surface: #fffdf9;--pm-border: #e7dac8;--pm-border-strong: #d9c5ab;--pm-text: #2f2419;--pm-text-soft: #6f6154;--pm-accent: #b78a57;--pm-accent-soft: #efe1ce;--pm-blue: #061a3a;--pm-blue-soft: rgba(6, 26, 58, .06);--pm-success: #4f8a5b;--pm-success-soft: #e7f3ea;--pm-danger: #a8574b;--pm-danger-soft: #fff1ed;box-sizing:border-box;width:100%;padding:30px 34px 32px;color:var(--pm-text)}.project-modal .muted{color:var(--pm-text-soft)}.project-modal .small{font-size:11px}.project-modal .subhead{margin-bottom:11px;color:var(--pm-text);font-size:12px;font-weight:850;letter-spacing:.1px}.modal:has(.project-modal){display:flex;flex-direction:column;width:min(1540px,100vw - 48px);max-width:1540px;height:min(820px,100vh - 48px);min-height:min(720px,100vh - 48px);max-height:calc(100vh - 48px);overflow:hidden;border:1px solid #e5d6c2;border-radius:26px;background:linear-gradient(180deg,#fbf7f1,#f4ecdf);box-shadow:0 30px 80px #2a1e1238}.modal:has(.project-modal) .modal-head{flex:0 0 auto;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:20px 24px;border-bottom:1px solid rgba(133,98,63,.14);background:linear-gradient(180deg,#f8efe3,#f4e8d9)}.modal:has(.project-modal) .modal-head h3{margin:0;color:var(--pm-text);font-size:1.15rem;font-weight:900;line-height:1.2;letter-spacing:.1px}.modal:has(.project-modal) .modal-head .x{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:flex;align-items:center;justify-content:center;width:42px;height:42px;min-width:42px;padding:0;border:1px solid #dcc8ae;border-radius:50%;background:#fffaf3f2;color:#6e5840;font-size:22px;line-height:1;cursor:pointer;transition:background .16s ease,border-color .16s ease,transform .16s ease}.modal:has(.project-modal) .modal-head .x:hover{transform:scale(1.03);border-color:#cfae86;background:#fffdf9}.modal:has(.project-modal) .modal-body{flex:1 1 0;min-height:0;overflow-y:auto;overflow-x:hidden;padding:0;background:transparent;overscroll-behavior:contain}.project-modal .form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px 22px;align-items:start;color:var(--pm-text)}.project-modal .form-grid .span-2{grid-column:1/-1;color:var(--pm-text)}.project-modal label{display:flex;flex-direction:column;gap:9px;color:var(--pm-text);font-size:12px;font-weight:800;letter-spacing:.1px}.project-modal input,.project-modal select{width:100%;min-height:58px;padding:0 17px;border:1px solid var(--pm-border);border-radius:16px;background:var(--pm-surface);color:var(--pm-text);font:inherit;font-size:14px;outline:none;box-sizing:border-box;transition:border-color .15s ease,background .15s ease,box-shadow .15s ease,transform .15s ease}.project-modal input::placeholder,.project-modal select::placeholder{color:#9b8b7d}.project-modal input:hover,.project-modal select:hover{border-color:var(--pm-border-strong);background:#fffefb}.project-modal input:focus,.project-modal select:focus{border-color:var(--pm-accent);background:#fffefb;box-shadow:0 0 0 4px #b78a571f}.project-modal input:disabled,.project-modal input[readonly],.project-modal select:disabled,.project-modal select[readonly]{background:#f1ebe3;color:#8f8174;cursor:default;opacity:1}.project-modal select{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding-right:44px;background-image:linear-gradient(45deg,transparent 50%,#8f755a 50%),linear-gradient(135deg,#8f755a 50%,transparent 50%);background-position:calc(100% - 22px) calc(50% - 3px),calc(100% - 16px) calc(50% - 3px);background-size:6px 6px,6px 6px;background-repeat:no-repeat}.project-modal .form-grid>.span-2{margin-top:4px}.project-modal .chips{display:flex;flex-wrap:wrap;gap:9px;padding:15px;border:1px solid var(--pm-border);border-radius:16px;background:#fffdf9a3}.project-modal .chip{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 17px;border:1px solid var(--pm-border);border-radius:999px;background:#fffaf4;color:var(--pm-text-soft);font:inherit;font-size:10px;font-weight:750;cursor:pointer;transition:transform .1s ease,background .15s ease,border-color .15s ease,color .15s ease}.project-modal .chip:hover{transform:translateY(-1px);border-color:var(--pm-border-strong);background:#fffdf9;color:var(--pm-text)}.project-modal .chip.is-active{border-color:#b78a5780;background:linear-gradient(135deg,#fffdf9,var(--pm-accent-soft));color:#7c572f}.project-modal .modal-foot{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-top:28px;padding-top:21px;border-top:1px solid rgba(120,92,64,.12)}.project-modal .modal-foot .right{display:flex;align-items:center;justify-content:flex-end;gap:10px}.project-modal .modal-button-primary,.project-modal .danger{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 20px;border-radius:14px;font:inherit;font-size:11px;font-weight:800;cursor:pointer;transition:transform .14s ease,background .14s ease,border-color .14s ease,color .14s ease;box-shadow:none}.project-modal .modal-button-primary:first-child{border:1px solid var(--pm-border-strong);background:#fffaf4;color:var(--pm-text)}.project-modal .modal-button-primary:first-child:hover{transform:translateY(-1px);border-color:#cdb394;background:#f6eee3}.project-modal .right .modal-button-primary:last-child{border:1px solid #b4834c;background:#c59863;color:#fffaf4;box-shadow:none}.project-modal .right .modal-button-primary:last-child:hover{transform:translateY(-1px);border-color:#aa7842;background:#bc8a52}.project-modal .danger{border:1px solid rgba(168,87,75,.24);background:var(--pm-danger-soft);color:var(--pm-danger)}.project-modal .danger:hover{transform:translateY(-1px);border-color:#a8574b66;background:#ffe8e1}.modal:has(.project-modal) .modal-body{scrollbar-width:thin;scrollbar-color:rgba(133,98,63,.22) transparent}.modal:has(.project-modal) .modal-body::-webkit-scrollbar{width:7px}.modal:has(.project-modal) .modal-body::-webkit-scrollbar-track{background:transparent}.modal:has(.project-modal) .modal-body::-webkit-scrollbar-thumb{border-radius:999px;background:#85623f38}@media(max-width:900px){.modal:has(.project-modal){width:min(100% - 24px,1540px);height:calc(100vh - 24px);min-height:0;max-height:calc(100vh - 24px);border-radius:20px}.project-modal{padding:22px 22px 24px}.project-modal .form-grid{grid-template-columns:1fr}.project-modal .form-grid .span-2{grid-column:1}.project-modal .modal-foot{align-items:stretch;flex-direction:column}.project-modal .modal-foot .right{width:100%;justify-content:stretch}.project-modal .modal-button-primary,.project-modal .danger{flex:1}}@media(max-width:600px){.modal:has(.project-modal){width:calc(100% - 16px);height:calc(100vh - 16px);max-height:calc(100vh - 16px);border-radius:18px}.modal:has(.project-modal) .modal-head{padding:16px 18px}.project-modal{padding:18px 17px 20px}.project-modal .form-grid{gap:16px}.project-modal input,.project-modal select{min-height:54px;font-size:13px}.project-modal .chips{padding:12px}.project-modal .chip{min-height:38px}.project-modal .modal-foot .right{flex-direction:column-reverse}.project-modal .modal-button-primary,.project-modal .danger{width:100%}}.create-offer-modal .section{margin-top:12px}.create-offer-modal .muted{color:#fff}.edit-offer-modal .form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;color:#fff}.edit-offer-modal label{display:flex;flex-direction:column;gap:6px;font-weight:700}.edit-offer-modal label input,.edit-offer-modal label select{width:100%}.edit-offer-modal .span-2{grid-column:span 2;color:#fff}.edit-offer-modal .section{border:1px solid rgba(0,0,0,.08);border-radius:14px;padding:14px}.edit-offer-modal .section-title{font-weight:900;margin-bottom:10px}.edit-offer-modal .chips{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:12px}.edit-offer-modal .chips .chip{border-radius:999px;padding:8px 12px;border:1px solid rgba(0,0,0,.12);background:transparent;font-weight:800;cursor:pointer}.edit-offer-modal .chips .chip.is-active{background:#0000000f}.edit-offer-modal .panel.warn{margin-bottom:12px;padding:10px 12px;border-radius:12px;border:1px solid rgba(255,153,0,.35);background:#ff990014}@media(max-width:860px){.edit-offer-modal .form-grid{grid-template-columns:1fr}.edit-offer-modal .span-2{grid-column:span 1}}.offers-panel .offers-scroll{margin-top:10px;max-height:420px;overflow:auto;padding-right:6px}.offers-panel .offer-row{display:flex;justify-content:space-between;gap:14px;padding:12px;border-radius:16px;border:1px solid rgba(255,255,255,.12);background:#ffffff0f;margin-bottom:10px}.offers-panel .offer-row .offer-left{flex:1;min-width:0}.offers-panel .offer-row .offer-top{display:flex;align-items:center;justify-content:space-between;gap:10px}.offers-panel .offer-row .offer-top .offer-title{font-weight:800;letter-spacing:.2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.offers-panel .offer-row .offer-sub{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px}.offers-panel .offer-row .offer-kpis{display:flex;flex-wrap:wrap;gap:10px;margin-top:10px}.offers-panel .offer-row .offer-kpis .kpi{font-size:13px;opacity:.9;background:#0000002e;border:1px solid rgba(255,255,255,.1);padding:6px 10px;border-radius:999px}.offers-panel .offer-row .offer-right{width:240px;display:flex;flex-direction:column;gap:10px;align-items:flex-end}.offers-panel .offer-row .offer-right .btn-col,.offers-panel .offer-row .offer-right .status-actions{width:100%;display:grid;gap:8px}.offers-panel .offer-row.accepted{border-color:#00ff8c38}.offers-panel .offer-row.declined{border-color:#ff505040}.offers-panel .offer-row.viewed{border-color:#ffffff2e}.offers-panel .offer-row.sent{border-color:#ffffff1f}.offers-panel .offer-row.expired{opacity:.75}.modal.timelog-modal-shell{background:linear-gradient(180deg,#fbf7f1,#f4ecdf);border:1px solid #e5d6c2;border-radius:26px;box-shadow:0 30px 80px #2a1e1238;overflow:hidden}.modal.timelog-modal-shell.modal-wide{max-width:980px;width:min(980px,100vw - 32px)}.modal.timelog-modal-shell .modal-head{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:20px 24px;background:linear-gradient(180deg,#f8efe3,#f4e8d9);border-bottom:1px solid rgba(133,98,63,.14)}.modal.timelog-modal-shell .modal-head h3{margin:0;font-size:1.15rem;line-height:1.2;font-weight:900;color:#2f2419;letter-spacing:.1px}.modal.timelog-modal-shell .modal-head .x{width:42px;height:42px;min-width:42px;border-radius:999px;border:1px solid #dcc8ae;background:#fffaf3f2;color:#6e5840;font-size:22px;line-height:1;cursor:pointer;transition:background .16s ease,border-color .16s ease,transform .16s ease}.modal.timelog-modal-shell .modal-head .x:hover{background:#fffdf9;border-color:#cfae86;transform:scale(1.03)}.modal.timelog-modal-shell .modal-body{padding:0;background:transparent}.timelog-modal{--tm-surface: #fffdf9;--tm-border: #e7dac8;--tm-border-strong: #d9c5ab;--tm-text: #2f2419;--tm-text-soft: #6f6154;--tm-accent: #b78a57;--tm-success: #4f8a5b;--tm-danger: #a8574b;color:var(--tm-text);background:transparent;border:0;border-radius:0;padding:22px 24px 24px;box-shadow:none}.timelog-modal .panel{border-radius:16px;padding:14px 16px;font-size:14px;line-height:1.4;margin-bottom:16px;border:1px solid transparent}.timelog-modal .panel.error{background:#fff3ef;border-color:#f2c8bd;color:#8e4137}.timelog-modal .panel.warn{background:#fff8ea;border-color:#edd7a4;color:#8a6520}.timelog-modal .form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;align-items:start}.timelog-modal .form-grid>label{display:flex;flex-direction:column;gap:8px;font-size:13px;font-weight:800;letter-spacing:.1px;color:var(--tm-text)}.timelog-modal .form-grid>label.span-2{grid-column:1/-1}.timelog-modal input,.timelog-modal select,.timelog-modal textarea{width:100%;box-sizing:border-box;border:1px solid var(--tm-border);background:var(--tm-surface);color:var(--tm-text);border-radius:16px;padding:14px 16px;font-size:15px;line-height:1.35;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;transition:border-color .16s ease,box-shadow .16s ease,background .16s ease}.timelog-modal input,.timelog-modal select{min-height:54px}.timelog-modal textarea{min-height:170px;resize:vertical;padding-top:14px}.timelog-modal input::placeholder,.timelog-modal textarea::placeholder{color:#9b8b7d}.timelog-modal input:hover,.timelog-modal select:hover,.timelog-modal textarea:hover{border-color:var(--tm-border-strong);background:#fffefb}.timelog-modal input:focus,.timelog-modal select:focus,.timelog-modal textarea:focus{border-color:var(--tm-accent);box-shadow:0 0 0 4px #b78a5724;background:#fffefb}.timelog-modal input:disabled,.timelog-modal select:disabled,.timelog-modal textarea:disabled{background:#f2ece4;color:#918273;cursor:not-allowed;opacity:1}.timelog-modal select{background-image:linear-gradient(45deg,transparent 50%,#8f755a 50%),linear-gradient(135deg,#8f755a 50%,transparent 50%);background-position:calc(100% - 20px) calc(50% - 3px),calc(100% - 14px) calc(50% - 3px);background-size:6px 6px,6px 6px;background-repeat:no-repeat;padding-right:38px}.timelog-modal .modal-foot{display:flex;justify-content:flex-end;gap:10px;flex-wrap:wrap;margin-top:24px;padding-top:20px;border-top:1px solid rgba(120,92,64,.12)}.timelog-modal .modal-button-primary{min-height:48px;border-radius:14px;padding:0 18px;border:1px solid var(--tm-accent);background:linear-gradient(180deg,#c59863,#b4834c);color:#fffaf4;font-size:14px;font-weight:800;letter-spacing:.15px;cursor:pointer;transition:transform .16s ease,box-shadow .16s ease,background .16s ease,border-color .16s ease;box-shadow:0 8px 20px #95662d33}.timelog-modal .modal-button-primary:hover:not(:disabled){transform:translateY(-1px);background:linear-gradient(180deg,#cfa26c,#bc8a52);border-color:#a8763e}.timelog-modal .modal-button-primary:disabled{opacity:.55;cursor:not-allowed;box-shadow:none;transform:none}.timelog-modal .modal-button-primary.ghost{background:#fffaf4;color:var(--tm-text);border:1px solid var(--tm-border-strong);box-shadow:none}.timelog-modal .modal-button-primary.ghost:hover:not(:disabled){background:#f6eee3;border-color:#cdb394}.timelog-modal .modal-button-primary.ghost.danger{background:#fff1ed;border-color:#e2b5aa;color:var(--tm-danger)}.timelog-modal .modal-button-primary.ghost.danger:hover:not(:disabled){background:#ffe8e1;border-color:#d89f92}@media(max-width:900px){.modal.timelog-modal-shell.modal-wide{width:min(100vw - 20px,980px)}.timelog-modal{padding:18px}.timelog-modal .form-grid{grid-template-columns:1fr}.timelog-modal .form-grid>label.span-2{grid-column:auto}.timelog-modal .modal-button-primary{flex:1 1 100%;width:100%}}.customer-activity{width:100%;margin-bottom:76px;padding:30px 32px;border:1px solid rgba(6,26,58,.075);border-radius:22px;background:linear-gradient(180deg,#fff,#f1f6fd75);box-shadow:0 10px 32px #061a3a08}.customer-activity__header{display:flex;align-items:flex-end;justify-content:space-between;gap:40px;margin-bottom:34px}.customer-activity__header>div:first-child{max-width:720px}.customer-activity__header h2{margin:5px 0 8px;font-size:clamp(30px,3vw,42px);line-height:1.05;letter-spacing:-.035em}.customer-activity__header p{margin:0;font-size:11px;line-height:1.65;color:#00000075}.customer-activity__header-side{display:flex;flex-direction:column;align-items:flex-end;gap:11px}.customer-activity__summary{display:grid;grid-template-columns:repeat(4,minmax(78px,1fr));gap:30px}.customer-activity__summary>div{display:flex;flex-direction:column;gap:5px;min-height:60px;padding:10px 30px;border-radius:13px;background:#061a3a0b}.customer-activity__summary>div strong{font-size:22px;line-height:1;color:#061a3a}.customer-activity__summary>div span{font-size:9px;color:#00000061}.customer-activity__capture{display:inline-flex;align-items:center;justify-content:center;margin-top:10px;min-height:50px;padding:0 40px;border-radius:999px;background:#061a3a;color:#fff;font-size:9px;font-weight:700;transition:transform .12s ease,opacity .12s ease}.customer-activity__capture:hover{transform:translateY(-1px);opacity:.93}.customer-activity__groups{display:flex;flex-direction:column;gap:0}.customer-activity-group{padding:25px 0 30px;border-top:1px solid rgba(6,26,58,.065)}.customer-activity-group:first-child{padding-top:0;border-top:0}.customer-activity-group:last-child{padding-bottom:0}.customer-activity-group__heading{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:20px}.customer-activity-group__heading>div{display:flex;align-items:baseline;flex-wrap:wrap;gap:6px 11px}.customer-activity-group__heading span{font-size:11px;font-weight:800;letter-spacing:-.01em;color:#061a3a}.customer-activity-group__heading small{font-size:9px;color:#0000005c}.customer-activity-group__heading>strong{display:flex;align-items:center;justify-content:center;min-width:30px;height:30px;padding:0 8px;border-radius:999px;background:#061a3a0e;color:#061a3a;font-size:10px}.customer-activity-list{display:flex;flex-direction:column;gap:7px}.customer-activity-row{position:relative;display:grid;grid-template-columns:38px minmax(0,1fr) auto;gap:13px;align-items:center;min-height:150px;padding:12px 16px;border:1px solid rgba(6,26,58,.06);border-radius:15px;background:linear-gradient(135deg,#fffffff7,#edf4fd8c);cursor:pointer;transition:transform .12s ease,border-color .12s ease,box-shadow .12s ease}.customer-activity-row:hover{transform:translateY(-1px);border-color:#061a3a21;box-shadow:0 8px 22px #061a3a0b}.customer-activity-row:hover .customer-activity-open{opacity:1}.customer-activity-row--todo{background:linear-gradient(135deg,#fff,#e0edfe85)}.customer-activity-row--case{background:linear-gradient(135deg,#fff,#ebf2f894)}.customer-activity-row--note{background:linear-gradient(135deg,#fff,#ebe8fa7a)}.customer-activity-row--memory{background:linear-gradient(135deg,#fff,#f2eefa85)}.customer-activity-row.is-overdue{border-left:3px solid rgba(178,47,64,.7);background:linear-gradient(135deg,#fff,#b22f4009)}.customer-activity-row__content{min-width:0}.customer-activity-row__content>strong{display:block;overflow:hidden;font-size:15px;line-height:1.35;font-weight:750;color:#111;white-space:nowrap;text-overflow:ellipsis}.customer-activity-row__content>p{display:-webkit-box;max-width:1050px;margin:5px 0 0;overflow:hidden;-webkit-line-clamp:1;-webkit-box-orient:vertical;font-size:10px;line-height:1.55;color:#00000075}.customer-activity-row__meta{display:flex;align-items:center;flex-wrap:wrap;gap:5px 12px;margin-top:6px}.customer-activity-row__meta span{font-size:9px;color:#0000005c}.customer-activity-row__meta span:not(:first-child){position:relative}.customer-activity-row__meta span:not(:first-child):before{content:"·";position:absolute;left:-8px;color:#0000002e}.customer-activity-row__right{display:flex;align-items:center;justify-content:flex-end;gap:12px;min-width:105px}.customer-activity-check{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:flex;align-items:center;justify-content:center;width:33px;height:33px;padding:0;border:1px solid rgba(6,26,58,.14);border-radius:50%;background:#ffffffb8;cursor:pointer}.customer-activity-check span{width:10px;height:10px;border-radius:50%;background:transparent;transition:background .12s ease}.customer-activity-check:hover{border-color:#061a3a73}.customer-activity-check:hover span{background:#061a3a26}.customer-activity-symbol{display:flex;align-items:center;justify-content:center;width:33px;height:33px;border-radius:50%;background:#061a3a0f;color:#061a3a;font-size:13px}.customer-activity-symbol--meeting{background:#5f4baa12;color:#51448c}.customer-activity-symbol--memory{background:#68489111;color:#624688}.customer-activity-deadline,.customer-activity-status{display:inline-flex;align-items:center;justify-content:center;min-height:27px;padding:0 10px;border-radius:999px;font-size:8px;font-weight:650;white-space:nowrap}.customer-activity-deadline--future{background:#061a3a0e;color:#061a3aad}.customer-activity-deadline--today{background:#061a3a1a;color:#061a3a}.customer-activity-deadline--overdue{background:#b22f4017;color:#a2293b;font-weight:750}.customer-activity-status--open{background:#27d17114;color:#13763e}.customer-activity-open{font-size:9px;font-weight:650;color:#061a3a52;opacity:0;transition:opacity .12s ease}.customer-activity-empty{padding:50px 16px;border-radius:13px;background:#061a3a06;font-size:9px;color:#00000059}.customer-activity-show-all{display:flex;justify-content:center;padding-top:11px}.customer-activity-show-all button{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:5px 12px;border:0;border-radius:999px;background:transparent;color:#061a3a6b;font:inherit;font-size:8px;font-weight:650;cursor:pointer}.customer-activity-show-all button:hover{background:#061a3a0a;color:#061a3a}.customer-activity-loading{padding:42px 0;text-align:center;font-size:9px;color:#00000061}.customer-activity-error{margin-top:18px;padding:10px 12px;border-radius:11px;background:#b22f400e;color:#9b3341;font-size:9px}body.customer-activity-modal-open{overflow:hidden}.customer-activity-modal-backdrop{position:fixed;z-index:9999;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;padding:30px;background:#030d1e8c;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.customer-activity-detail{width:min(720px,100%);max-height:calc(100vh - 60px);overflow-y:auto;border:1px solid rgba(255,255,255,.2);border-radius:22px;background:#fff;box-shadow:0 40px 100px #020c1e4d;animation:customerActivityModalIn .15s ease-out}@keyframes customerActivityModalIn{0%{opacity:0;transform:translateY(7px) scale(.987)}to{opacity:1;transform:translateY(0) scale(1)}}.customer-activity-detail__header{display:flex;align-items:flex-start;justify-content:space-between;gap:30px;padding:27px 29px 20px}.customer-activity-detail__header h2{margin:5px 0 0;font-size:clamp(25px,3vw,34px);line-height:1.08;letter-spacing:-.035em}.customer-activity-detail__header p{margin:7px 0 0;font-size:9px;color:#00000061}.customer-activity-detail__close{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:flex;align-items:center;justify-content:center;width:35px;height:35px;flex-shrink:0;padding:0;border:0;border-radius:50%;background:#061a3a0e;color:#061a3a;font-size:20px;cursor:pointer}.customer-activity-detail__body{margin:0 29px;padding:20px 22px;border-radius:15px;background:linear-gradient(135deg,#061a3a09,#e0edfe54);white-space:pre-wrap;font-size:11px;line-height:1.7;color:#000000b3}.customer-activity-detail__facts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));margin:21px 29px 0;overflow:hidden;border:1px solid rgba(6,26,58,.07);border-radius:14px}.customer-activity-detail__fact{display:flex;flex-direction:column;gap:4px;min-width:0;padding:13px 15px;border-right:1px solid rgba(6,26,58,.055);border-bottom:1px solid rgba(6,26,58,.055)}.customer-activity-detail__fact:nth-child(2n){border-right:0}.customer-activity-detail__fact span{font-size:8px;text-transform:uppercase;letter-spacing:.06em;color:#00000057}.customer-activity-detail__fact strong{overflow-wrap:anywhere;font-size:10px;line-height:1.45;color:#000000ad}.customer-activity-detail__footer{display:flex;justify-content:flex-end;gap:9px;margin-top:23px;padding:18px 29px 25px;border-top:1px solid rgba(6,26,58,.055)}@media(max-width:1050px){.customer-activity__header{align-items:flex-start;flex-direction:column}.customer-activity__header-side{width:100%;align-items:flex-start}.customer-activity__summary{width:100%}}@media(max-width:720px){.customer-activity{padding:23px 20px}.customer-activity__summary{grid-template-columns:repeat(2,minmax(0,1fr))}.customer-activity-row{grid-template-columns:34px minmax(0,1fr);padding:11px 12px}.customer-activity-row__right{grid-column:2;justify-content:flex-start;min-width:0}.customer-activity-open{display:none}.customer-activity-detail__facts{grid-template-columns:1fr}.customer-activity-detail__fact{border-right:0}.customer-activity-modal-backdrop{align-items:flex-end;padding:10px}.customer-activity-detail{max-height:calc(100vh - 20px);border-radius:20px 20px 14px 14px}.customer-activity-detail__header{padding:23px 21px 17px}.customer-activity-detail__body{margin:0 21px}.customer-activity-detail__facts{margin:18px 21px 0}.customer-activity-detail__footer{padding:17px 21px 22px}.customer-activity-detail__footer .btn{flex:1}}.customer-activity-time-action{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:4px 0;border:0;background:transparent;color:#061a3a85;font:inherit;font-size:9px;font-weight:700;white-space:nowrap;cursor:pointer;transition:color .13s ease,transform .13s ease}.customer-activity-time-action:hover{color:#061a3a;transform:translate(-1px)}.customer-card-page{width:min(1880px,100% - 48px);margin:0 auto;padding:34px 0 110px}.customer-section-kicker,.customer-eyebrow{display:block;font-size:10px;font-weight:750;letter-spacing:.11em;text-transform:uppercase}.customer-section-kicker{color:#00000070}.customer-text-action{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:4px 0;border:0;background:transparent;color:#061a3a80;font:inherit;font-size:10px;font-weight:650;cursor:pointer}.customer-text-action:hover{color:#061a3a}.customer-text-action--strong{color:#061a3a;font-weight:750}.customer-empty-state{display:flex;flex-direction:column;gap:16px;padding:35px 0;color:#0000006b;font-size:12px}.customer-error{margin-bottom:20px;padding:14px 17px;border-radius:13px;background:#b22f4014;color:#9c2939;font-size:12px}.customer-loading{padding:80px 0;text-align:center;color:#00000070;font-size:13px}.customer-hero{position:relative;display:grid;grid-template-columns:minmax(0,1.35fr) minmax(400px,.65fr);gap:48px;align-items:stretch;min-height:390px;margin-bottom:70px;padding:50px 54px;overflow:hidden;border-radius:26px;background:radial-gradient(circle at 84% 12%,rgba(94,156,255,.22),transparent 34%),linear-gradient(135deg,#061a3a,#071c43 58%,#0a2454);box-shadow:0 30px 70px #061a3a2e;color:#fff}.customer-hero:after{content:"";position:absolute;right:-140px;bottom:-200px;width:330px;height:330px;border-radius:50%;background:#ffffff0d}.customer-hero__main,.customer-hero__side{position:relative;z-index:2}.customer-eyebrow{color:#ffffff80}.customer-hero__title-row{display:flex;align-items:center;flex-wrap:wrap;gap:14px;margin-top:11px}.customer-hero__title-row h1{margin:0;font-size:clamp(42px,5vw,67px);line-height:.98;letter-spacing:-.045em}.customer-hero__status{display:inline-flex;align-items:center;min-height:40px;padding:0 25px;border-radius:999px;font-size:9px;font-weight:750;text-transform:uppercase;letter-spacing:.04em;background:#ffffff1a}.customer-hero__status--active{background:#27d17126;color:#baf6d4}.customer-hero__company{margin-top:10px;font-size:15px;color:#ffffff9e}.customer-hero__meta{display:flex;flex-wrap:wrap;gap:8px 17px;margin-top:26px}.customer-hero__meta span{font-size:11px;color:#ffffff94}.customer-hero__intro{max-width:590px;margin:28px 0 0;font-size:15px;line-height:1.65;color:#ffffff94}.customer-hero__side{display:flex;flex-direction:column;gap:11px}.customer-next-step{flex:1;display:flex;flex-direction:column;justify-content:space-between;min-height:190px;padding:21px 22px;border:1px solid rgba(255,255,255,.12);border-radius:19px;background:#ffffff13;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.customer-next-step strong{display:block;margin:18px 0;font-size:17px;line-height:1.5;letter-spacing:-.015em}.customer-next-step__eyebrow{font-size:9px;font-weight:750;letter-spacing:.09em;text-transform:uppercase;color:#ffffff7a}.customer-next-step__date{font-size:10px;color:#ffffff73}.customer-hero__stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px}.customer-hero__stats>div{display:flex;flex-direction:column;justify-content:space-between;min-height:95px;padding:14px;border-radius:15px;background:#fff1}.customer-hero__stats>div strong{font-size:25px;line-height:1}.customer-hero__stats>div span{font-size:9px;line-height:1.35;color:#ffffff80}.customer-commercial{margin-bottom:72px}.customer-commercial__header{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;margin-bottom:24px}.customer-commercial__header>div:first-child{max-width:720px}.customer-commercial__header h2{margin:5px 0 8px;font-size:clamp(30px,3vw,42px);line-height:1.05;letter-spacing:-.035em}.customer-commercial__header p{margin:0;font-size:13px;line-height:1.65;color:#0000007a}.customer-commercial__coverage{display:flex;flex-direction:column;align-items:flex-end}.customer-commercial__coverage span{font-size:9px;color:#0006}.customer-commercial__coverage strong{margin-top:4px;font-size:23px;color:#061a3a}.customer-commercial__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:13px;align-items:stretch}.customer-commercial__block{display:flex;flex-direction:column;min-height:190px;padding:23px 24px;border:1px solid rgba(6,26,58,.075);border-radius:19px;background:#fff;box-shadow:0 8px 25px #061a3a08}.customer-commercial__block--potential{background:linear-gradient(145deg,#fff,#ebf2fc7a)}.customer-commercial__block-heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}.customer-commercial__block-heading span{font-size:9px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#0006}.customer-commercial__block-heading strong{display:flex;align-items:center;justify-content:center;min-width:28px;height:28px;padding:0 7px;border-radius:999px;background:#061a3a0e;color:#061a3a;font-size:10px}.customer-commercial__services{display:flex;flex-wrap:wrap;align-content:flex-start;gap:7px}.customer-commercial-chip{display:inline-flex;align-items:center;min-height:40px;padding:0 20px;border-radius:999px;font-size:10px;font-weight:650}.customer-commercial-chip--owned{background:#061a3a11;color:#061a3a}.customer-commercial-chip--missing{border:1px solid rgba(6,26,58,.12);color:#061a3a9e}.customer-commercial__action{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:flex;align-items:center;gap:8px;align-self:flex-start;margin-top:auto;padding:18px 0 0;border:0;background:transparent;color:#061a3a;font:inherit;font-size:10px;font-weight:700;cursor:pointer}.customer-commercial__action span{transition:transform .12s ease}.customer-commercial__action:hover span{transform:translate(3px)}.customer-commercial__empty,.customer-commercial__complete{font-size:11px;color:#0000006b}.customer-actions{margin-bottom:76px}.customer-actions__heading{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;margin-bottom:20px}.customer-actions__heading h2{margin:5px 0 0;font-size:29px;letter-spacing:-.03em}.customer-actions__heading>p{max-width:460px;margin:0;text-align:right;font-size:11px;line-height:1.6;color:#0000006b}.customer-actions__buttons{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:11px;align-items:stretch}.customer-action-card{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:flex;align-items:center;gap:14px;min-height:84px;padding:15px 17px;border:1px solid rgba(6,26,58,.075);border-radius:17px;background:#fff;color:inherit;text-align:left;cursor:pointer;transition:transform .13s ease,border-color .13s ease}.customer-action-card:hover{transform:translateY(-1px);border-color:#061a3a29}.customer-action-card>div{display:flex;flex-direction:column;gap:3px}.customer-action-card strong{font-size:12px}.customer-action-card small{font-size:9px;line-height:1.4;color:#0000006b}.customer-action-card--primary{background:#061a3a;color:#fff}.customer-action-card--primary small{color:#ffffff80}.customer-action-card__icon{display:flex;align-items:center;justify-content:center;width:38px;height:38px;flex-shrink:0;border-radius:50%;background:#061a3a0f;font-size:16px}.customer-action-card--primary .customer-action-card__icon{background:#ffffff1a}.customer-section-card{width:100%;margin-bottom:24px;padding:29px 30px;border:1px solid rgba(6,26,58,.075);border-radius:22px;background:#fff;box-shadow:0 8px 28px #061a3a06}.customer-section-card__header{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;margin-bottom:25px}.customer-section-card__header>div:first-child{max-width:680px}.customer-section-card__header h2{margin:5px 0 7px;font-size:29px;line-height:1.1;letter-spacing:-.03em}.customer-section-card__header p{margin:0;font-size:11px;line-height:1.6;color:#0000006e}.customer-section-card__actions{display:flex;align-items:center;flex-wrap:wrap;gap:10px}.customer-service-list{display:flex;flex-direction:column;gap:9px}.customer-service-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:24px;padding:19px 20px;border:1px solid rgba(6,26,58,.065);border-radius:16px;background:#061a3a05}.customer-service-row__top{display:flex;align-items:flex-start;justify-content:space-between;gap:15px}.customer-service-row__top>div{display:flex;align-items:center;flex-wrap:wrap;gap:9px}.customer-service-row__top h3{margin:0;font-size:16px;letter-spacing:-.015em}.panel-actions{margin-bottom:20px}.customer-status-pill{display:inline-flex;align-items:center;min-height:30px;padding:0 20px;border-radius:999px;background:#061a3a0e;font-size:8px;font-weight:300;text-transform:uppercase;letter-spacing:.04em}.customer-status-pill--active{background:#27d1711a;color:#13763e}.customer-status-pill--paused{background:#d59a2e1a;color:#8a601a}.customer-status-pill--ended{color:#0000006b}.customer-service-row__facts{display:flex;flex-wrap:wrap;gap:7px;margin-top:11px}.customer-service-row__facts span{padding:8px 35px;border-radius:20px;background:#10992233;font-size:9px;color:#041a06}.customer-service-row__facts{font-weight:500}.customer-service-row__main>p{max-width:900px;margin:12px 0 0;font-size:11px;line-height:1.6;color:#00000080}.customer-service-row__updated{display:flex;flex-direction:column;align-items:flex-end;justify-content:center;min-width:145px}.customer-service-row__updated span{font-size:9px;text-transform:uppercase;letter-spacing:.07em;color:#00000059}.customer-service-row__updated strong{margin-top:4px;font-size:9px;font-weight:650;color:#00000085}.customer-project-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;align-items:stretch}.customer-project-card{display:flex;flex-direction:column;min-width:0;min-height:310px;padding:21px 22px;border:1px solid rgba(6,26,58,.075);border-radius:18px;background:linear-gradient(145deg,#fff,#ebf2fc61)}.customer-project-card h3{margin:10px 0 0;font-size:19px;line-height:1.25;letter-spacing:-.025em}.customer-project-card.is-over{border-color:#b22f4033;background:linear-gradient(145deg,#fff,#b22f4009)}.customer-project-card__metrics{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:20px}.customer-project-card__metrics>div{display:flex;flex-direction:column;gap:4px;padding:12px;border-radius:11px;background:#061a3a0a}.customer-project-card__metrics span{font-size:8px;text-transform:uppercase;letter-spacing:.06em;color:#0000005c}.customer-project-card__metrics strong{font-size:13px;color:#061a3a}.customer-project-card__metrics strong.is-danger{color:#a2293b}.customer-project-card__meta{display:flex;flex-direction:column;gap:4px;margin-top:13px;font-size:9px;color:#0000006b}.customer-project-card__warning{margin-top:12px;padding:8px 10px;border-radius:9px;background:#b22f4012;color:#a2293b;font-size:9px;font-weight:650}.customer-project-card__services{display:flex;flex-wrap:wrap;gap:5px;margin-top:14px}.customer-project-card__services span{padding:4px 8px;border-radius:999px;background:#061a3a11;color:#061a3a;font-size:8px;font-weight:650}.customer-project-card__actions{display:flex;flex-wrap:wrap;gap:13px;margin-top:auto;padding-top:20px;border-top:1px solid rgba(6,26,58,.055)}.customer-tabs{display:inline-flex;padding:4px;border-radius:999px;background:#061a3a0d}.customer-tabs button{-webkit-appearance:none;-moz-appearance:none;appearance:none;min-height:50px;padding:0 30px;border:0;border-radius:999px;background:transparent;font:inherit;font-size:9px;font-weight:650;color:#00000075;cursor:pointer}.customer-tabs button.is-active{background:#061a3a;color:#fff}.customer-domain-pill{display:inline-flex;align-items:center;min-height:30px;padding:0 10px;border-radius:999px;background:#061a3a0e;color:#061a3a;font-size:9px;font-weight:650}.customer-info__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;align-items:stretch}.customer-info__group{display:flex;flex-direction:column;min-height:145px;padding:17px 18px;border:1px solid rgba(6,26,58,.065);border-radius:15px;background:#061a3a05}.customer-info__group>span{margin-bottom:12px;font-size:9px;font-weight:350;text-transform:uppercase;letter-spacing:.07em;color:#0000005c}.customer-info__group>strong{font-size:15px;line-height:1.4;color:#061a3a}.customer-info__group>strong a{color:inherit}.customer-info__group>p{margin:7px 0 0;font-size:10px;line-height:1.5;color:#00000085}.customer-info__group>small{margin-top:auto;padding-top:12px;font-size:9px;color:#00000059}.customer-info__tags{display:flex;flex-wrap:wrap;gap:6px;margin-top:17px}.customer-info__tags span{padding:5px 9px;border-radius:999px;background:#061a3a0d;font-size:9px;color:#061a3aa6}.customer-note-list{display:flex;flex-direction:column;gap:8px}.customer-note-row{position:relative;padding:16px 18px;border:1px solid rgba(6,26,58,.06);border-radius:14px;background:#061a3a05}.customer-note-row>p{max-width:1080px;margin:10px 0 0;white-space:pre-wrap;font-size:12px;line-height:1.6;color:#0000009e}.customer-note-row__meta{display:flex;align-items:center;gap:10px}.customer-note-row__meta>span:last-child{font-size:9px;color:#00000059}.customer-note-type{display:inline-flex;align-items:center;min-height:22px;padding:0 7px;border-radius:999px;background:#061a3a0e;font-size:9px;font-weight:700}.customer-note-type--risk{background:#b22f4014;color:#a2293b}.customer-note-type--next{background:#2d6fc314;color:#245d9f;height:40px;padding-left:30px;padding-right:30px;font-weight:350}.customer-note-type--delivery{background:#27d17117;color:#13763e}.customer-note-row__delete{-webkit-appearance:none;-moz-appearance:none;appearance:none;position:absolute;right:17px;top:14px;border:0;background:transparent;color:#00000047;font:inherit;font-size:9px;cursor:pointer}.customer-note-row__delete:hover{color:#a2293b}.customer-show-more{display:flex;justify-content:center;padding-top:16px}.customer-show-more button{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:5px 12px;border:0;border-radius:999px;background:transparent;color:#061a3a6b;font:inherit;font-size:9px;font-weight:650;cursor:pointer}.customer-show-more button:hover{background:#061a3a0a;color:#061a3a}@media(max-width:1200px){.customer-hero{grid-template-columns:1fr;min-height:0}.customer-hero__side{max-width:760px}.customer-project-grid,.customer-info__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:980px){.customer-card-page{width:min(100% - 30px,1480px)}.customer-commercial__grid{grid-template-columns:1fr}.customer-actions__buttons{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:720px){.customer-card-page{padding-top:18px}.customer-hero{margin-bottom:52px;padding:32px 25px;border-radius:21px}.customer-hero__title-row h1{font-size:40px}.customer-hero__stats{grid-template-columns:1fr}.customer-commercial__header,.customer-actions__heading,.customer-section-card__header{align-items:flex-start;flex-direction:column}.customer-actions__heading>p{text-align:left}.customer-actions__buttons{grid-template-columns:1fr}.customer-section-card{padding:23px 20px}.customer-service-row{grid-template-columns:1fr}.customer-service-row__updated{align-items:flex-start;padding-top:12px;border-top:1px solid rgba(6,26,58,.055)}.customer-project-grid,.customer-info__grid{grid-template-columns:1fr}}.pdfdoc{width:100%}.pdfdoc-label{margin:18px 0 10px;font-size:12px;font-weight:900;letter-spacing:.18px;text-transform:uppercase;color:#0000008c}.pdfdoc-loading,.pdfdoc-error{padding:12px 0;opacity:.8}.pdfdoc-pages{display:flex;flex-direction:column;gap:18px}.pdfpage{width:100%;background:#fff;overflow:hidden;padding:0}.pdfpage canvas{display:block;width:100%;height:auto;background:#fff}@media(max-width:1200px){.pdfdoc-pages{gap:14px}.pdfpage{border-radius:16px;box-shadow:0 12px 30px #00000017}}@media(max-width:860px){.pdfdoc-pages{gap:12px}.pdfpage{border-radius:14px;box-shadow:none;border:0;overflow:hidden}}@media(max-width:420px){.pdfdoc-pages{gap:10px}.pdfpage{border-radius:12px}}.public-offer-wrap{min-height:100vh;background:radial-gradient(1200px 600px at 50% -10%,#0b1730,#07101f);display:flex;flex-direction:column;align-items:center}.public-offer-brand{display:flex;justify-content:center;margin-top:clamp(28px,6vw,70px);margin-bottom:clamp(28px,6vw,70px)}.public-offer-brand img{width:clamp(120px,18vw,160px);height:auto;display:block;background:transparent;padding:0;border-radius:0;box-shadow:none;-webkit-user-select:none;user-select:none}.public-offer-a4,.public-offer-card{width:100%;max-width:1350px;background:#fff;border-radius:22px;overflow:hidden;margin-bottom:clamp(48px,8vw,140px)}.public-offer-inner{padding:30px}.public-offer-header{display:flex;justify-content:space-between;gap:18px;align-items:flex-start;padding-bottom:16px;margin-bottom:18px}.public-offer-title{font-weight:900;font-size:22px;letter-spacing:.2px}.public-offer-sub{margin-top:5px;opacity:.68;font-size:13px}.public-offer-stack{display:flex;flex-direction:column;gap:0}.public-offer-divider{display:flex;align-items:center;gap:14px;margin:18px 0 10px}.public-offer-divider:before,.public-offer-divider:after{content:"";height:1px;flex:1;background:#00000014}.public-offer-divider span{font-size:12px;font-weight:900;letter-spacing:.2px;color:#0000008c;text-transform:uppercase}.public-offer-footer{display:flex;justify-content:center;gap:12px;margin-top:70px;padding-top:70px;padding-bottom:70px;border-top:1px solid rgba(0,0,0,.08);flex-wrap:wrap}.public-offer-btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 18px;border-radius:14px;text-decoration:none;font-weight:850;font-size:14px;min-width:190px}.public-offer-btn.primary{background:#0b1730;color:#fff;border:0}.public-offer-btn.ghost{background:transparent;color:#0b1220;border:1px solid rgba(0,0,0,.14)}.public-offer-error{margin-top:10px;opacity:.82}@media(max-width:1200px){.public-offer-a4,.public-offer-card{max-width:1040px}.public-offer-inner{padding:24px}}@media(max-width:860px){.public-offer-wrap{padding:0 10px;align-items:stretch}.public-offer-brand{margin-top:clamp(50px,6vw,34px);margin-bottom:clamp(50px,5vw,26px)}.public-offer-brand img{width:clamp(110px,34vw,150px)}.public-offer-a4,.public-offer-card{max-width:100%;margin-bottom:24px}.public-offer-inner{padding:14px 2px}.public-offer-header{flex-direction:column;gap:6px;align-items:flex-start;margin-bottom:10px;padding:0 10px 10px}.public-offer-title{font-size:20px}.public-offer-divider{margin:12px 10px 8px}.public-offer-footer{margin-top:16px;padding:14px 10px 16px;gap:10px}.public-offer-btn{width:100%;min-width:0;max-width:520px;padding:13px 16px}}@media(max-width:420px){.public-offer-wrap{padding:0 8px}.public-offer-inner{padding:12px 2px}.public-offer-header{padding:0 8px 10px}.public-offer-footer{padding:14px 8px 16px}}.muted-info{color:#000!important}.sales-dashboard{padding:28px;display:flex;flex-direction:column;gap:22px}.sales-filters{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:12px}.sales-filters input,.sales-filters select{padding:10px 12px;border-radius:10px;border:1px solid rgba(0,0,0,.12);background:#fff}.sales-table{display:flex;flex-direction:column;gap:8px}.sales-row{display:grid;grid-template-columns:2.5fr 1.5fr 1fr 2fr 1fr;align-items:center;padding:14px 16px;border-radius:14px;background:#fff;box-shadow:0 6px 18px #00000014}.sales-row.accepted{border-left:4px solid #4caf50}.sales-row.declined{border-left:4px solid #e53935}.sales-row.sent{border-left:4px solid #2196f3}.sales-row.viewed{border-left:4px solid #ff9800}.col.value{font-weight:900}.col.kpis{display:flex;gap:10px;font-size:13px}.col.status{text-transform:capitalize;font-weight:800}.sales-header{display:flex;justify-content:space-between;align-items:flex-end;gap:24px}.sales-kpis{display:flex;gap:14px;flex-wrap:wrap}.kpi-card{background:#fff;border-radius:14px;padding:14px 18px;box-shadow:0 6px 18px #00000014;min-width:160px}.kpi-card .kpi-label{font-size:12px;opacity:.6}.kpi-card .kpi-value{font-size:20px;font-weight:900;margin-top:4px}.kpi-card.success{border-left:4px solid #4caf50}.sales-header-actions{display:flex;align-items:center}.daniel-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000008c;display:flex;align-items:center;justify-content:center;padding:16px;z-index:9999}.daniel-modal{width:100%;max-width:520px;background:#fff;border-radius:16px;border:1px solid rgba(0,0,0,.08);box-shadow:0 20px 60px #00000040;overflow:hidden}.daniel-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px;border-bottom:1px solid rgba(0,0,0,.08)}.daniel-head h3{margin:0;font-size:16px;font-weight:800}.daniel-head .daniel-x{border:0;background:transparent;cursor:pointer;font-size:18px;line-height:1;opacity:.8}.daniel-head .daniel-x:hover{opacity:1}.daniel-body{padding:16px}.daniel-body .daniel-label{font-size:12px;opacity:.7;margin-bottom:6px}.daniel-body .daniel-value{padding:12px;border-radius:12px;background:#0000000a;border:1px solid rgba(0,0,0,.08);font-size:14px;font-weight:700}.daniel-actions{padding:14px 16px;border-top:1px solid rgba(0,0,0,.08);display:flex;justify-content:flex-end}.daniel-actions .daniel-close{padding:10px 14px;border-radius:12px;border:1px solid rgba(0,0,0,.12);background:#111;color:#fff;cursor:pointer}.daniel-actions .daniel-close:hover{filter:brightness(1.05)}.daniels-lekplats{padding:40px;font-family:sans-serif}.daniels-lekplats h1{margin-bottom:20px}.daniels-lekplats .search-input{padding:10px 14px;border-radius:10px;border:1px solid #ddd;margin-bottom:20px;width:300px;outline:none}.daniels-lekplats .loading{opacity:.7}.daniels-lekplats .customer-card{padding:14px;margin-bottom:10px;border:1px solid #ddd;border-radius:10px;cursor:pointer;transition:.2s}.daniels-lekplats .customer-card:hover{background:#f5f5f5}.popup-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;display:flex;align-items:center;justify-content:center}.popup{background:#fff;padding:30px;border-radius:16px;min-width:320px;box-shadow:0 20px 60px #0003}.popup h3{margin-top:0}.popup .close-btn{margin-top:20px;padding:10px 14px;border-radius:8px;border:none;background:#000;color:#fff;cursor:pointer}:root{--bg-navy: #071a2b;--paper: #ffffff;--bg-ring: #bdc6d8;--ring-gold: #c7a44a;--ring-blue: #0b2a4a;--ring-gray: #7a8794;--ring-red: #b00020;--ink: #0b1b3a;--border: rgba(0, 0, 0, .08);--muted: rgba(0, 0, 0, .68)}.seo-report-a4-wrap{width:100%;display:flex;justify-content:center}.seo-report-a4{width:100%;max-width:860px;background:var(--paper);border-radius:18px;box-shadow:0 20px 60px #00000059;padding:34px}.a4-header{border-bottom:1px solid var(--border);padding-top:10px;padding-bottom:22px;margin-bottom:22px;text-align:center}.brand-center{display:flex;flex-direction:column;align-items:center;gap:10px}.brand-logo{height:36px;width:auto;object-fit:contain;margin-top:2px;margin-bottom:2px}.brand-sub{opacity:.7;font-size:12px;letter-spacing:.6px;text-transform:uppercase}.site-url{font-weight:800;font-size:13px;margin-top:6px;color:var(--ink)}.site-meta{opacity:.65;font-size:12px;display:flex;align-items:center;gap:8px}.site-meta .dot{opacity:.4}.a4-total{display:flex;justify-content:space-between;gap:18px;align-items:center;padding:16px 0 18px}.total-left .label{font-weight:900;font-size:14px;color:var(--ink)}.total-left .hint{margin-top:6px;opacity:.7;font-size:12px;line-height:1.35;max-width:460px}.total-score{display:flex;justify-content:flex-end;flex-shrink:0}.score-ring{--p: 0;color:var(--ring-gold);width:132px;height:132px;border-radius:999px;display:grid;place-items:center;background:conic-gradient(currentColor calc(var(--p) * 1%),var(--bg-ring) 0);box-shadow:0 10px 28px #0000001a}.score-ring-inner{width:104px;height:104px;border-radius:999px;background:var(--paper);border:1px solid var(--border);display:flex;flex-direction:column;justify-content:center;align-items:center;padding:6px}.score-ring-inner .score{font-size:16px;font-weight:950;line-height:1;text-align:center;color:var(--ink)}.score-ring-inner .score-note{margin-top:6px;font-size:10.5px;opacity:.7;text-align:center;line-height:1.15;max-width:90px;color:var(--ink)}.a4-scores{display:flex;flex-direction:column;gap:10px;padding:10px 25px 18px 0;border-bottom:1px solid var(--border)}.score-row{margin-top:18px;display:grid;grid-template-columns:1fr auto;align-items:center;gap:14px;width:100%}.score-row-left{min-width:0}.score-title{font-weight:900;font-size:13px;color:var(--ink)}.score-desc{opacity:.7;font-size:12px;margin-top:2px;color:var(--ink)}.score-highlights{margin-top:8px;display:flex;flex-wrap:wrap;gap:6px}.score-highlight{font-size:10.5px;opacity:.75;border:1px solid rgba(0,0,0,.08);border-radius:999px;padding:3px 7px;background:#00000008;white-space:nowrap;color:var(--ink)}.mini-ring{--p: 0;width:56px;height:56px;border-radius:999px;display:grid;place-items:center;flex:0 0 auto;flex-shrink:0;color:var(--ring-blue);background:conic-gradient(currentColor calc(var(--p) * 1%),var(--bg-ring) 0);box-shadow:0 8px 20px #00000014}.mini-ring.tone-neutral{color:var(--ring-gray)}.mini-ring.tone-bad{color:var(--ring-red)}.mini-ring-inner{width:44px;height:44px;border-radius:999px;background:var(--paper);border:1px solid var(--border);display:grid;place-items:center}.mini-ring-score{font-weight:950;font-size:12px;line-height:1;color:var(--ink)}.a4-notes{padding:18px 0}.section-title{font-weight:950;font-size:13px;margin-bottom:10px;color:var(--ink)}.bullets{margin:0;padding-left:18px;opacity:.9;color:var(--ink)}.bullets li{margin:6px 0}.a4-next{padding-top:8px}.next-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:14px}.next-card{border:1px solid rgba(0,0,0,.1);border-radius:14px;padding:12px;background:#fff}.next-title{font-weight:950;font-size:12px;margin-bottom:8px;color:var(--ink)}.next-list{margin:0;padding-left:18px;opacity:.9;font-size:12px;color:var(--ink)}.next-list li{margin:6px 0}.cta-row{display:flex;justify-content:center;gap:10px;margin-top:14px;flex-wrap:wrap}.cta-primary,.cta-secondary{border-radius:999px;padding:10px 14px;font-weight:900;border:1px solid rgba(0,0,0,.12);cursor:pointer}.cta-primary{background:var(--ring-blue);color:#fff}.cta-secondary{background:#fff;color:var(--ring-blue)}.cta-footnote{margin-top:10px;font-size:11px;opacity:.6;line-height:1.35;color:var(--ink)}.tone-good{color:#24a35d}.tone-ok{color:#b48f13}.tone-warn{color:#b00067}.tone-bad{color:#b00020}.tone-neutral{color:#babec5}@media(max-width:720px){.seo-report-a4{padding:18px}.a4-total{flex-direction:column;align-items:flex-start}.total-score{justify-content:flex-start}.next-grid{grid-template-columns:1fr}.cta-row{flex-direction:column;align-items:stretch}}.report-teaser-page{min-height:100vh;display:flex;justify-content:center;padding:40px 16px;background:#071a2b}.report-teaser-page.error{color:#991b1b;font-weight:800}.report-teaser-page .card{width:min(980px,100%);background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:22px;padding:clamp(16px,3vw,26px);box-shadow:0 18px 50px #00000014}.report-teaser-page .top{display:flex;flex-direction:column;gap:6px}.report-teaser-page .top h1{margin:0;font-size:clamp(20px,3vw,30px);font-weight:950;letter-spacing:-.02em;color:#0b1b3a}.report-teaser-page .muted{opacity:.72}.report-teaser-page .small{font-size:13px}.report-teaser-page .score-row{margin-top:18px;display:grid;gap:14px}@media(max-width:840px){.report-teaser-page .score-row{grid-template-columns:1fr}}.report-teaser-page .score-box{border-radius:18px;padding:16px;background:#f4f7ff;border:1px solid rgba(11,87,208,.18)}.report-teaser-page .score-box .score-num{font-size:54px;font-weight:950;line-height:1;color:#111}.report-teaser-page .score-box .score-label{margin-top:10px;font-weight:800;color:#0b1b3a;font-size:13px}.report-teaser-page .issue-box{border-radius:18px;padding:16px;border:1px solid rgba(0,0,0,.08);background:#fff}.report-teaser-page .issue-box .issue-title{font-weight:950;color:#111;font-size:14px}.report-teaser-page .issue-box .issue-text{margin-top:8px;font-size:16px;font-weight:850;color:#0b1b3a;line-height:1.35}.report-teaser-page .issue-box a{color:#0b57d0;font-weight:800;text-decoration:underline}.report-teaser-page .teaser{margin-top:18px;padding:16px;border-radius:18px;background:#00000005;border:1px solid rgba(0,0,0,.06)}.report-teaser-page .teaser h3{margin:0 0 8px;font-weight:950}.report-teaser-page .teaser p{margin:10px 0;line-height:1.7}.report-teaser-page .teaser ul{margin:10px 0 0 18px}.report-teaser-page .cta-row{margin-top:18px;display:flex;gap:12px;flex-wrap:wrap}.report-teaser-page .cta-row a{display:inline-flex;align-items:center;justify-content:center;padding:12px 14px;border-radius:16px;font-weight:900;text-decoration:none}.report-teaser-page .cta-row .cta{background:#0b57d0;color:#fff}.report-teaser-page .cta-row .secondary{background:#fff;color:#0b57d0;border:1px solid rgba(11,87,208,.25)}.report-teaser-page .audit-box{margin-top:18px;border-radius:18px;padding:16px;background:#0b1b3a0a;border:1px solid rgba(0,0,0,.08)}.report-teaser-page .audit-box .audit-head{display:flex;flex-direction:column;gap:4px;margin-bottom:10px}.report-teaser-page .audit-box .audit-title{font-weight:950;color:#0b1b3a;font-size:16px}.report-teaser-page .audit-box .audit-error{margin:10px 0;padding:10px 12px;border-radius:14px;background:#fee2e2;border:1px solid #fecaca;color:#991b1b;font-weight:850}.report-teaser-page .audit-box .audit-btn{width:100%;padding:12px 14px;border-radius:16px;border:0;cursor:pointer;font-weight:950;background:#111;color:#fff}.report-teaser-page .audit-box .audit-progress .bar{height:12px;border-radius:999px;background:#00000014;overflow:hidden}.report-teaser-page .audit-box .audit-progress .bar .fill{height:100%;background:#0b57d0;width:0%;transition:width .25s ease}.report-teaser-page .audit-box .audit-progress .meta{margin-top:8px;display:flex;justify-content:space-between;font-size:13px;font-weight:800}.report-teaser-page .audit-box .audit-result{margin-top:14px;display:grid;grid-template-columns:1fr 1fr;gap:12px}@media(max-width:840px){.report-teaser-page .audit-box .audit-result{grid-template-columns:1fr}}.report-teaser-page .audit-box .audit-result .section{background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:16px;padding:14px}.report-teaser-page .audit-box .audit-result .section .h{font-weight:950;margin-bottom:8px;color:#0b1b3a}.report-teaser-page .audit-box .audit-result .section .kv>div{display:grid;grid-template-columns:120px 1fr;gap:10px;padding:6px 0;border-top:1px dashed rgba(0,0,0,.08)}.report-teaser-page .audit-box .audit-result .section .kv>div:first-child{border-top:0}.report-teaser-page .audit-box .audit-result .section .k{opacity:.65;font-weight:850;font-size:13px}.report-teaser-page .audit-box .audit-result .section .v{font-weight:850;color:#111;overflow-wrap:anywhere}.report-teaser-page .fineprint{margin-top:14px;font-size:13px}.unsub-page{min-height:100vh;display:grid;place-items:center;padding:28px 16px;background:radial-gradient(1000px 600px at 20% 10%,rgba(11,87,208,.16),transparent 55%),radial-gradient(900px 500px at 80% 30%,rgba(56,189,248,.18),transparent 55%),linear-gradient(180deg,#0b1b3a,#081226 45%,#070f1f)}.unsub-card{width:100%;max-width:520px;border-radius:22px;padding:18px 18px 16px;background:#ffffffeb;box-shadow:0 18px 50px #00000047,0 1px #fff6 inset;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(0,0,0,.08)}.unsub-title{font-size:20px;font-weight:900;letter-spacing:-.2px;color:#0b1b3a}.unsub-subtitle{margin-top:10px;color:#1f2937;font-size:14px}.unsub-muted{margin-top:10px;color:#6b7280;font-size:14px;font-weight:600}.unsub-copy{margin-top:12px;color:#334155;font-size:14px;line-height:1.6}.unsub-success{margin-top:12px;padding:12px;border-radius:14px;background:#10b9811f;border:1px solid rgba(16,185,129,.25);color:#065f46;font-weight:800;font-size:14px}.unsub-error{margin-top:12px;padding:12px;border-radius:14px;background:#ef44441f;border:1px solid rgba(239,68,68,.25);color:#7f1d1d;font-weight:800;font-size:14px}.unsub-hint{margin-top:10px;color:#475569;font-size:13px;line-height:1.5}.unsub-actions{display:flex;gap:10px;margin-top:14px;flex-wrap:wrap}.unsub-link{display:inline-block;margin-top:12px;color:#0b57d0;font-weight:800;text-decoration:underline}.btn-secondary,.btn-danger{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;border-radius:14px;padding:10px 12px;font-size:13px;font-weight:900;cursor:pointer;transition:transform .05s ease,opacity .2s ease}.btn-secondary{background:#0b57d01a;color:#0b57d0;border:1px solid rgba(11,87,208,.2);text-decoration:none}.btn-danger{background:#ef4444;color:#fff;box-shadow:0 8px 18px #ef444447}.btn-secondary:hover,.btn-danger:hover{opacity:.92}.btn-secondary:active,.btn-danger:active{transform:translateY(1px)}.btn-secondary[disabled],.btn-danger[disabled]{opacity:.6;cursor:not-allowed}.customer-worklog-page{padding:22px;display:flex;flex-direction:column;gap:14px}.customer-worklog-page .cw-top{display:flex;justify-content:space-between;align-items:center;gap:16px}.customer-worklog-page .cw-top .cw-title{display:flex;flex-direction:column;justify-content:center}.customer-worklog-page .cw-top .cw-title h1{margin:0;line-height:1.15}.customer-worklog-page .cw-top .cw-title .muted{margin-top:4px;opacity:.7}.customer-worklog-page .cw-top .pill.link.project,.customer-worklog-page .cw-top .pill.link.case{opacity:.9}.customer-worklog-page .cw-top .cw-kpis{display:flex;align-items:center;gap:10px}.customer-worklog-page .cw-top .cw-kpis .kpi{display:flex;flex-direction:column;justify-content:center;background:#ffffff14;border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:12px 14px;min-width:170px}.customer-worklog-page .cw-top .cw-kpis .kpi .kpi-label{opacity:.7;font-size:12px;font-weight:900}.customer-worklog-page .cw-top .cw-kpis .kpi .kpi-value{font-size:18px;font-weight:900;margin-top:4px}.customer-worklog-page .cw-month-group{display:flex;flex-direction:column;gap:12px;margin-bottom:28px}.customer-worklog-page .cw-month-head{display:flex;align-items:center;justify-content:space-between;padding-bottom:8px;border-bottom:1px solid rgba(0,0,0,.08)}.customer-worklog-page .cw-month-head h3{margin:0;text-transform:capitalize}.customer-worklog-page .cw-filters{display:flex;gap:10px;flex-wrap:wrap}.customer-worklog-page .cw-filters input,.customer-worklog-page .cw-filters select{border-radius:14px;padding:10px 12px;border:1px solid rgba(255,255,255,.12);background:#0a0a23dc;color:#fff;min-height:42px}.customer-worklog-page .cw-filters input{min-width:260px;flex:1}.customer-worklog-page .cw-filters select{min-width:180px}.customer-worklog-page .cw-list{display:flex;flex-direction:column;gap:10px}.customer-worklog-page .tab{margin-right:10px}.customer-worklog-page .cw-row{display:flex;gap:14px;justify-content:space-between;align-items:flex-start;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);border-radius:18px;padding:14px}.customer-worklog-page .cw-row .cw-row-main{flex:1;min-width:0}.customer-worklog-page .cw-row .cw-row-main .cw-row-top{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.customer-worklog-page .cw-row .cw-row-main .prewrap{white-space:pre-wrap;margin-top:8px}.customer-worklog-page .cw-row .cw-row-main .muted.small{opacity:.7;font-size:12px;margin-top:4px}.customer-worklog-page .cw-row .cw-row-right{display:flex;flex-direction:column;gap:10px;align-items:flex-end}.customer-worklog-page .cw-row .cw-row-right .time{font-weight:900;font-size:16px}.customer-worklog-page .pill{display:inline-flex;align-items:center;border-radius:999px;padding:5px 10px;font-size:12px;font-weight:900;border:1px solid rgba(255,255,255,.16);background:#ffffff0f}.customer-worklog-page .pill.out_of_contract{border-color:#ffd25059;background:#ffd2501f}.customer-worklog-page .badge{display:inline-flex;align-items:center;border-radius:999px;padding:5px 10px;font-size:12px;font-weight:900;border:1px solid rgba(255,255,255,.16);background:#ffffff0f}.customer-worklog-page .badge.done{border-color:#5affb459;background:#5affb41f}@media(max-width:860px){.customer-worklog-page{padding:14px}.customer-worklog-page .cw-top{flex-direction:column}.customer-worklog-page .cw-top .cw-kpis{width:100%}.customer-worklog-page .cw-top .cw-kpis .kpi{flex:1;min-width:0}.customer-worklog-page .cw-row{flex-direction:column}.customer-worklog-page .cw-row .cw-row-right{align-items:flex-start}}.case-modal{--cm-bg: #f8f3eb;--cm-bg-soft: #fcf8f2;--cm-surface: #fffdf9;--cm-border: #e7dac8;--cm-border-strong: #d9c5ab;--cm-text: #2f2419;--cm-text-soft: #6f6154;--cm-accent: #b78a57;--cm-accent-soft: #efe1ce;--cm-success: #4f8a5b;--cm-success-soft: #e7f3ea;--cm-danger: #a8574b;--cm-danger-soft: #fff1ed;--cm-shadow: 0 20px 60px rgba(42, 30, 18, .14);color:var(--cm-text);background:transparent;border:0;border-radius:0;padding:0;box-shadow:none}.case-modal .panel{border-radius:16px;padding:14px 16px;font-size:14px;line-height:1.4;margin-bottom:16px;border:1px solid transparent}.modal-backdrop{background:#2c21166b;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.modal.case-modal-shell{background:linear-gradient(180deg,#fbf7f1,#f4ecdf);border:1px solid #e5d6c2;border-radius:26px;box-shadow:0 30px 80px #2a1e1238;overflow:hidden}.modal.case-modal-shell.modal-wide{max-width:980px;width:min(980px,100vw - 32px)}.modal.case-modal-shell .modal-head{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:20px 24px;background:linear-gradient(180deg,#f8efe3,#f4e8d9);border-bottom:1px solid rgba(133,98,63,.14)}.modal.case-modal-shell .modal-head h3{margin:0;font-size:1.15rem;line-height:1.2;font-weight:900;color:#2f2419;letter-spacing:.1px}.modal.case-modal-shell .modal-head .x{width:42px;height:42px;min-width:42px;border-radius:999px;border:1px solid #dcc8ae;background:#fffaf3f2;color:#6e5840;font-size:22px;line-height:1;cursor:pointer;transition:background .16s ease,border-color .16s ease,transform .16s ease}.modal.case-modal-shell .modal-head .x:hover{background:#fffdf9;border-color:#cfae86;transform:scale(1.03)}.modal.case-modal-shell .modal-body{padding:0;background:transparent}.modal.case-modal-shell .case-modal{border:0;border-radius:0;box-shadow:none;background:transparent;padding:22px 24px 24px}.case-modal .panel.error{background:#fff3ef;border-color:#f2c8bd;color:#8e4137}.case-modal .panel.warn{background:#fff8ea;border-color:#edd7a4;color:#8a6520}.case-modal .form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 18px;align-items:start}.case-modal .form-grid>label{display:flex;flex-direction:column;gap:8px;font-size:13px;font-weight:800;letter-spacing:.1px;color:var(--cm-text)}.case-modal .form-grid>label.span-2{grid-column:1/-1}.case-modal input,.case-modal select,.case-modal textarea{width:100%;border:1px solid var(--cm-border);background:var(--cm-surface);color:var(--cm-text);border-radius:16px;padding:14px 16px;font-size:15px;line-height:1.35;outline:none;transition:border-color .16s ease,box-shadow .16s ease,background .16s ease,transform .16s ease;box-sizing:border-box;-webkit-appearance:none;-moz-appearance:none;appearance:none}.case-modal input,.case-modal select{min-height:54px}.case-modal textarea{min-height:170px;resize:vertical;padding-top:14px}.case-modal input::placeholder,.case-modal textarea::placeholder{color:#9b8b7d}.case-modal input:hover,.case-modal select:hover,.case-modal textarea:hover{border-color:var(--cm-border-strong);background:#fffefb}.case-modal input:focus,.case-modal select:focus,.case-modal textarea:focus{border-color:var(--cm-accent);box-shadow:0 0 0 4px #b78a5724;background:#fffefb}.case-modal input:disabled,.case-modal select:disabled,.case-modal textarea:disabled{background:#f2ece4;color:#918273;cursor:not-allowed;opacity:1}.case-modal .muted.small{margin-top:2px;font-size:12px;font-weight:600;color:var(--cm-text-soft)}.case-modal .modal-foot{display:flex;justify-content:flex-end;gap:10px;flex-wrap:wrap;margin-top:24px;padding-top:20px;border-top:1px solid rgba(120,92,64,.12)}.case-modal .modal-button-primary{min-height:48px;border-radius:14px;padding:0 18px;border:1px solid var(--cm-accent);background:linear-gradient(180deg,#c59863,#b4834c);color:#fffaf4;font-size:14px;font-weight:800;letter-spacing:.15px;cursor:pointer;transition:transform .16s ease,box-shadow .16s ease,background .16s ease,border-color .16s ease;box-shadow:0 8px 20px #95662d33}.case-modal .modal-button-primary:hover:not(:disabled){transform:translateY(-1px);background:linear-gradient(180deg,#cfa26c,#bc8a52)}.case-modal .modal-button-primary:disabled{opacity:.55;cursor:not-allowed;box-shadow:none;transform:none}.case-modal .modal-button-primary.ghost{background:#fffaf4;color:var(--cm-text);box-shadow:none}.case-modal .modal-button-primary.ghost:hover:not(:disabled){background:#f6eee3}.case-modal .modal-button-primary.ghost.danger{background:var(--cm-danger-soft);color:var(--cm-danger)}.case-modal .modal-button-primary.ghost.danger:hover:not(:disabled){background:#ffe8e1}.case-modal select{background-image:linear-gradient(45deg,transparent 50%,#8f755a 50%),linear-gradient(135deg,#8f755a 50%,transparent 50%);background-position:calc(100% - 20px) calc(50% - 3px),calc(100% - 14px) calc(50% - 3px);background-size:6px 6px,6px 6px;background-repeat:no-repeat;padding-right:38px}.case-modal label:has(textarea){margin-top:2px}.case-modal .form-grid>label:first-child,.case-modal .form-grid>label:nth-child(2){margin-top:0}@media(max-width:900px){.case-modal{padding:18px;border-radius:20px}.case-modal .form-grid{grid-template-columns:1fr}.case-modal .form-grid>label.span-2{grid-column:auto}.case-modal .modal-foot{justify-content:stretch}.case-modal .modal-button-primary{flex:1 1 100%;width:100%}}.customer-cases{display:flex;flex-direction:column;gap:10px}.customer-cases .customer-cases-head{display:flex;justify-content:space-between;align-items:center;gap:10px;flex-wrap:wrap}.customer-cases .customer-cases-list{display:flex;flex-direction:column;gap:10px}.timer-badge{display:inline-flex;align-items:center;gap:8px;border-radius:999px;padding:8px 12px;border:1px solid rgba(255,255,255,.16);background:#ffffff14;font-weight:900;letter-spacing:.2px;-webkit-user-select:none;user-select:none}.timer-badge .dot{width:10px;height:10px;border-radius:99px;background:#ffffff8c;box-shadow:0 0 #5affb400}.timer-badge .label{opacity:.85;font-size:12px}.timer-badge .time{font-size:13px}.timer-badge.is-compact{padding:6px 10px;gap:7px}.timer-badge.is-compact .label{font-size:11px}.timer-badge.is-compact .time{font-size:12px}.timer-badge.is-compact .dot{width:9px;height:9px}.timer-badge.is-running{border-color:#5affb44d;background:#5affb41a}.timer-badge.is-running .dot{background:#5affb4e6;animation:pulse 1.35s ease-in-out infinite}.timer-badge.is-idle{opacity:.75}.timer-badge.is-idle .dot{opacity:.55}@keyframes pulse{0%{box-shadow:0 0 #5affb459}70%{box-shadow:0 0 0 10px #5affb400}to{box-shadow:0 0 #5affb400}}.time-right{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.project-actions .btn-link{display:inline-flex;align-items:center;justify-content:center;text-align:center;text-decoration:none;min-height:42px;padding:10px 16px;line-height:1;border-radius:12px}.cases-table{display:flex;flex-direction:column;gap:14px}.case-card{border-radius:20px;padding:0;overflow:hidden;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}.case-card:hover{transform:translateY(-1px)}.case-card.open .case-grid{background:#f8f6f2;border:1px solid #e7dfd2;box-shadow:0 8px 24px #1e18120d}.case-card.done .case-grid{background:linear-gradient(180deg,#eef9f0,#e8f5ea);border:1px solid #cae1ce;box-shadow:0 8px 24px #2c744214}.case-grid{display:grid;grid-template-columns:minmax(0,1fr) 500px;gap:22px;align-items:start;padding:22px;border-radius:20px}.case-left{min-width:0;display:flex;flex-direction:column;gap:10px}.case-right{min-width:0;display:flex;flex-direction:column;gap:12px;overflow:hidden}.case-customer{font-weight:900;letter-spacing:.1px;line-height:1.15;font-size:15px;color:#2b241d}.case-title{font-weight:800;line-height:1.2;font-size:1.15rem;color:#171310}.case-meta{color:#7b7268}.case-body{color:#2b241d;line-height:1.5;font-size:14px}.case-body.clamped{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.case-body.expanded{display:block}.case-contact{display:flex;flex-wrap:wrap;gap:8px;font-size:12.5px}.case-contact.hide{display:none}.case-contact.show{display:flex}.contact-item{padding:5px 10px;border-radius:999px;border:1px solid #ddd2c4;background:#ffffff9e;color:#5f554a}.case-expand{background:#ffffff94;border:1px solid #ddd2c4;padding:6px 10px;border-radius:999px;cursor:pointer;font-weight:800;font-size:12px;letter-spacing:.2px;color:#5a5147;transition:background .16s ease,border-color .16s ease,color .16s ease}.case-expand:hover{background:#ffffffe6;border-color:#cfc0ad;color:#2d261f}.case-expand.inline{align-self:flex-start;margin-top:-2px}.case-card.done .case-expand{border-color:#cfe1d1;background:#ffffffb8;color:#47604a}.case-card.done .case-expand:hover{background:#f7fcf8;border-color:#bbd3be;color:#24412a}.case-toolbar{display:flex;align-items:center;gap:8px;min-width:0;overflow-x:auto;overflow-y:hidden;padding-bottom:2px;scrollbar-width:thin}.case-toolbar::-webkit-scrollbar{height:6px}.case-toolbar::-webkit-scrollbar-thumb{background:#786e5f3d;border-radius:999px}.top-toolbar,.time-toolbar{flex-wrap:nowrap}.badge{display:inline-flex;align-items:center;gap:6px;height:34px;padding:0 12px;border-radius:999px;font-size:12px;font-weight:800;letter-spacing:.2px;white-space:nowrap;flex:0 0 auto}.badge.status.open{background:#eaf1ff;border:1px solid #bfd1fb;color:#3759a6}.badge.status.done{background:#e6f6e8;border:1px solid #b9dcbc;color:#2f7a3d}.badge.scope.in_contract{background:#f3efe8;border:1px solid #ddd1c2;color:#695d50}.badge.scope.out_of_contract{background:#fff0df;border:1px solid #f0cd9f;color:#a46718}.badge.staff{max-width:180px;overflow:hidden;text-overflow:ellipsis;background:#ffffffb3;border:1px solid #ddd2c4;color:#5c5248}.case-card.done .badge.staff{background:#ffffffc2;border-color:#cadccf;color:#49604d}.case-toolbar.time-toolbar{justify-content:flex-end;margin-left:auto}.case-timer-block{flex:0 0 120px;min-width:120px;display:flex;align-items:stretch}.case-timer-block>*{width:100%}.btn,.case-expand{min-height:38px}.toolbar-btn{flex:0 0 auto;min-width:96px;width:auto;padding:0 12px;border-radius:12px;white-space:nowrap;font-size:12px}.case-toolbar .btn{text-decoration:none;display:inline-flex;align-items:center;justify-content:center}.case-toolbar .btn:not(.ghost):not(.danger):not(.success){background:#fff;border:1px solid #d9cfc2;color:#2a241d}.case-toolbar .btn:not(.ghost):not(.danger):not(.success):hover{background:#f4ede4;border-color:#cbbca7}.case-toolbar .btn.success{background:#e8f6ea;border:1px solid #b8dcbc;color:#2f7a3d;border-radius:999px}.case-toolbar .btn.success:hover{background:#dcf1df;border-color:#9fcea6}.case-toolbar .btn.ghost{background:#f3c769;border:1px solid #ddd2c4;color:#4e3a0e;border-radius:999px}.case-toolbar .btn.ghost.danger{color:#fff;border:1px solid #efc9c1;background:#a2335d}.case-card.done .case-toolbar .btn:not(.ghost):not(.danger):not(.success){background:#fff;border:1px solid #c8ddca;color:#214b2a}.case-card.done .case-toolbar .btn:not(.ghost):not(.danger):not(.success):hover{background:#edf7ef;border-color:#aecaaf}.case-card.done .case-toolbar .btn.ghost{background:#ffffffb8;border:1px solid #cfe1d1;color:#3f5f45}.case-card.done .case-toolbar .btn.ghost:hover{background:#f7fcf8;border-color:#bbd3be}@media(max-width:1240px){.case-grid{grid-template-columns:minmax(0,1fr) 520px}}@media(max-width:980px){.case-grid{grid-template-columns:1fr}.case-toolbar{flex-wrap:wrap;overflow-x:visible}.case-timer-block{flex:1 1 100%;min-width:0}.toolbar-btn{flex:1 1 calc(33.333% - 6px);min-width:0}.badge.staff{max-width:100%}}@media(max-width:640px){.case-grid{padding:16px;gap:16px}.toolbar-btn{flex:1 1 100%}}.project-row{display:flex;justify-content:space-between;gap:18px;padding:28px;border-radius:18px;background:#0e53420f;border:1px solid rgba(255,255,255,.1);margin-bottom:12px;align-items:center}.project-row.is-over{border:1px solid rgba(255,0,0,.35);background:#cd1b712e;box-shadow:0 0 0 2px #ff00001a}.BurgerHeadline{font-weight:900;color:#0b3f21}.project-main{flex:1;min-width:0}.project-topline{display:flex;justify-content:space-between;align-items:flex-start;gap:20px}.project-title-wrap{min-width:0;flex:1}.project-title{font-weight:800;font-size:1.5rem;margin-bottom:10px;line-height:1.2}.project-service-badge{display:inline-flex;flex-wrap:wrap;gap:6px;border-radius:999px;background:#ffffff17;border:1px solid rgba(255,255,255,.12);font-size:.95rem}.project-meta{opacity:.7;margin-top:10px}.project-summary-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}.project-summary-chip{display:inline-flex;align-items:center;gap:6px;padding:10px 14px;border-radius:999px;font-size:.95rem;border:1px solid transparent}.project-summary-chip.success{background:#6dff9829;border-color:#6dff9847;color:#0a2c13}.project-summary-chip.success.soft{background:#6dff9817;border-color:#6dff982e;color:#0d2c16}.project-summary-chip.neutral{background:#ffffff14;border-color:#ffffff1f}.project-right{display:flex;flex-direction:column;justify-content:center;align-items:center;align-self:center;height:100%;gap:14px}.project-actions{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:12px}.project-actions .btn,.project-actions a.btn,.project-actions button.btn{display:inline-flex;align-items:center;justify-content:center;text-align:center;min-height:42px;padding:10px 16px;line-height:1}.project-time-block{display:flex;align-items:center;gap:10px;padding:10px 14px;border-radius:14px;background:#ffffff14;border:1px solid rgba(255,255,255,.12)}.project-time{font-weight:800;white-space:nowrap;font-size:1.15rem;line-height:1}.project-time.danger{color:#000000bf;font-size:1.4rem}.project-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:10px}@media(max-width:980px){.project-row{flex-direction:column;padding:20px}.project-topline{flex-direction:column;align-items:stretch}.project-right{width:100%;align-items:center}.project-time-block{align-items:flex-start}.project-actions{justify-content:center}}.dailywork-page{padding:18px;display:flex;flex-direction:column;gap:16px}.dailywork-page .dailywork-header{display:flex;flex-direction:column;gap:12px}.dailywork-page .dailywork-header .dailywork-top{display:flex;justify-content:space-between;align-items:center;gap:14px}.dailywork-page .dailywork-header .dailywork-top .dailywork-title{display:flex;gap:14px;align-items:center;flex-wrap:wrap}.dailywork-page .dailywork-header .dailywork-top .dailywork-title h1{margin:0}.dailywork-page .dailywork-header .dailywork-top .dailywork-title .tabs{display:flex;gap:10px}.dailywork-page .dailywork-header .dailywork-top .dailywork-title .tabs .tab{border-radius:14px;padding:10px 12px;border:1px solid rgba(255,255,255,.12);background:#ffffff0f;font-weight:900}.dailywork-page .dailywork-header .dailywork-top .dailywork-title .tabs .tab.is-active{background:#060519ee;color:#fff;border:1px solid rgba(6,5,25,.935)}.dailywork-page .dailywork-header .dw-section{background:#ffffff0f;border:1px solid rgba(255,255,255,.12);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-radius:18px;padding:16px}.dailywork-page .dailywork-header .dailywork-filters{display:flex;gap:10px;flex-wrap:wrap}.dailywork-page .dailywork-header .dailywork-filters input,.dailywork-page .dailywork-header .dailywork-filters select{border-radius:14px;padding:10px 12px;border:1px solid rgba(255,255,255,.12);background:#0a0b1d0f;color:#000;min-height:42px}.dailywork-page .dailywork-header .dailywork-filters input{flex:1;min-width:260px}.dailywork-page .dailywork-header .dailywork-filters select{min-width:190px;background:#0b0625;color:#fff}.dailywork-page .time-table{display:flex;flex-direction:column;gap:10px}.dailywork-page .time-row{display:flex;justify-content:space-between;gap:20px;align-items:center;background:#9d98d610;box-shadow:0 18px 50px #00000003;border:1px solid rgba(23,15,54,0);border-radius:18px;padding:30px}.dailywork-page .time-row.is-running{border-color:#177c4fc7;background:#177c4fc7;box-shadow:0 18px 50px #0000002e;color:#fff}.dailywork-page .time-row .time-main{flex:1;min-width:0}.dailywork-page .time-row .time-main .name{font-weight:900;font-size:1.2rem}.dailywork-page .time-row .time-main .meta{opacity:.7;font-size:12px;margin-top:4px}.dailywork-page .time-row .time-right{display:flex;align-items:center;gap:12px;flex-wrap:wrap;justify-content:flex-end}.dailywork-page .time-row .timer-pill{border-radius:999px;padding:8px 12px;font-weight:900;border:1px solid rgba(255,255,255,.16);background:#ffffff14}.dailywork-page .time-row .timer-pill.ghost{opacity:.7}.dailywork-page .time-row .btn-row{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}.dailywork-page .cases-wrap{display:flex;flex-direction:column;gap:10px}.dailywork-page .cases-head{display:flex;justify-content:space-between;align-items:center;gap:10px;flex-wrap:wrap}.dailywork-page .cases-table{display:flex;flex-direction:column;gap:10px}.dailywork-page .case-row{display:flex;justify-content:space-between;align-items:stretch;gap:10px;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);border-radius:18px;padding:14px}.dailywork-page .case-row .case-main{flex:1;min-width:0;cursor:pointer}.dailywork-page .case-row .case-main .case-top{display:flex;flex-direction:column;gap:6px}.dailywork-page .case-row .case-main .case-title{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.dailywork-page .case-row .case-main .case-meta{display:flex;gap:8px;flex-wrap:wrap;opacity:.7}.dailywork-page .case-row .case-main .case-body{margin-top:10px}.dailywork-page .case-row .case-main .case-body .prewrap{white-space:pre-wrap}.dailywork-page .case-row .case-actions{display:flex;align-items:flex-start}.dailywork-page .case-row .pill,.dailywork-page .case-row .badge{display:inline-flex;align-items:center;border-radius:999px;padding:5px 10px;font-size:12px;font-weight:900;border:1px solid rgba(255,255,255,.16);background:#ffffff0f}.dailywork-page .case-row .pill.out_of_contract{border-color:#ffd25059;background:#ffd2501f}.dailywork-page .case-row .badge.done{border-color:#5affb459;background:#5affb41f}.dailywork-page .case-card{width:100%;min-width:0;overflow:hidden}.dailywork-page .case-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:24px;width:100%;min-width:0}.dailywork-page .case-left,.dailywork-page .case-right{min-width:0;max-width:100%}.dailywork-page .case-right{display:flex;flex-direction:column;align-items:stretch;gap:12px}.dailywork-page .case-toolbar{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:8px;width:100%;min-width:0}.dailywork-page .case-toolbar .btn,.dailywork-page .case-toolbar .badge,.dailywork-page .case-toolbar .timer-badge{flex-shrink:0}@media(max-width:860px){.dailywork-page{padding:14px}.dailywork-page .time-row{flex-direction:column;align-items:flex-start}.dailywork-page .time-row .time-right{width:100%;justify-content:space-between}.dailywork-page .time-row .btn-row{width:100%;justify-content:flex-start}.dailywork-page .case-row{flex-direction:column}.dailywork-page .case-row .case-actions{justify-content:flex-start}}.my-work-page{width:min(1880px,100% - 48px);margin:0 auto;padding:34px 0 110px}.my-work-hero{position:relative;display:grid;grid-template-columns:minmax(0,1.35fr) minmax(420px,.65fr);gap:48px;align-items:end;margin-bottom:72px;padding:52px 54px;overflow:hidden;border:1px solid rgba(255,255,255,.11);border-radius:26px;background:radial-gradient(circle at 82% 12%,rgba(94,156,255,.22),transparent 34%),linear-gradient(135deg,#061a3a,#071c43 58%,#0a2454);box-shadow:0 30px 70px #061a3a2e,0 6px 18px #061a3a14;color:#fff}.my-work-hero:after{content:"";position:absolute;width:320px;height:320px;right:-130px;bottom:-190px;border-radius:50%;background:#ffffff0e;pointer-events:none}.my-work-hero__content{position:relative;z-index:2;max-width:800px}.my-work-hero__content h1{margin:10px 0 18px;font-size:clamp(40px,5vw,68px);line-height:.98;letter-spacing:-.045em;font-weight:850}.my-work-hero__content h1 span{color:#ffffffb8}.my-work-hero__content p{max-width:600px;margin:0;font-size:16px;line-height:1.65;color:#ffffffa1}.my-work-eyebrow{display:block;font-size:11px;font-weight:750;letter-spacing:.11em;text-transform:uppercase;color:#ffffff8c}.my-work-summary{position:relative;z-index:2;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.my-work-summary__item{display:flex;flex-direction:column;justify-content:space-between;min-height:112px;padding:17px 18px;border:1px solid rgba(255,255,255,.11);border-radius:17px;background:#ffffff13;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.my-work-summary__item strong{font-size:32px;line-height:1;letter-spacing:-.04em}.my-work-summary__item span{font-size:11px;font-weight:650;color:#ffffff96}.my-work-summary__item.is-critical{border-color:#ffb4b440;background:#80172538}.my-work-summary__item.is-critical strong{color:#ffd4d8}.my-work-capture-button{display:inline-flex;align-items:center;justify-content:center;gap:7px}.my-work-capture-button span{font-size:18px;font-weight:500;transform:translateY(-1px)}.my-work-section,.my-work-memory-section{width:100%;margin-bottom:76px}.my-work-section--overdue{position:relative;padding:28px;border-radius:22px;background:linear-gradient(135deg,#b22f400e,#b22f4005);border:1px solid rgba(178,47,64,.11)}.my-work-section__header{display:flex;align-items:flex-end;justify-content:space-between;gap:32px;margin-bottom:25px}.my-work-section__header>div{max-width:690px}.my-work-section__header h2{margin:5px 0 7px;font-size:clamp(30px,3vw,42px);line-height:1.05;letter-spacing:-.035em}.my-work-section__header p{margin:0;font-size:13px;line-height:1.6;color:#00000080}.my-work-section__kicker{display:block;font-size:10px;font-weight:750;letter-spacing:.11em;text-transform:uppercase;color:#00000075}.my-work-section__count{display:flex;align-items:center;justify-content:center;min-width:42px;height:42px;padding:0 13px;border-radius:999px;background:#061a3a12;color:#061a3a;font-size:13px;font-weight:800}.my-work-section__count--danger{background:#b22f401a;color:#a2293b}.my-work-show-more{display:flex;align-items:center;justify-content:center;padding-top:17px}.my-work-show-more button{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:5px 13px;border:0;border-radius:999px;background:transparent;font:inherit;font-size:10px;font-weight:650;letter-spacing:.015em;color:#061a3a6b;cursor:pointer;transition:color .12s ease,background .12s ease}.my-work-show-more button:hover{color:#061a3a;background:#061a3a0a}.my-work-todo-list{display:flex;flex-direction:column;gap:10px}.my-work-todo{position:relative;display:grid;grid-template-columns:48px minmax(0,1fr) auto;gap:15px;align-items:flex-start;min-width:0;padding:20px 22px;border:1px solid rgba(6,26,58,.075);border-radius:17px;background:#fff;box-shadow:0 8px 25px #061a3a09;cursor:pointer;transition:transform .14s ease,border-color .14s ease,box-shadow .14s ease}.my-work-todo:hover{transform:translateY(-1px);border-color:#061a3a24;box-shadow:0 12px 32px #061a3a11}.my-work-todo:hover .my-work-row-open{opacity:1}.my-work-todo--overdue{border-left:4px solid rgba(180,48,64,.75)}.my-work-todo--today{border-left:4px solid #061a3a}.my-work-todo__content{min-width:0}.my-work-todo__title-row{display:flex;align-items:center;flex-wrap:wrap;gap:8px}.my-work-todo__title-row h3{margin:1px 0 0;font-size:17px;line-height:1.35;letter-spacing:-.015em}.my-work-todo__body{display:-webkit-box;max-width:930px;margin:7px 0 0;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;font-size:12px;line-height:1.6;color:#00000085}.my-work-row-open{align-self:center;padding-left:10px;font-size:9px;font-weight:650;color:#061a3a57;opacity:0;transition:opacity .12s ease}.my-work-check{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:flex;align-items:center;justify-content:center;width:42px;height:42px;padding:0;border:1px solid rgba(6,26,58,.16);border-radius:50%;background:#061a3a06;cursor:pointer;transition:border-color .12s ease,background .12s ease,transform .12s ease}.my-work-check span{width:13px;height:13px;border-radius:50%;background:transparent;transition:background .12s ease,transform .12s ease}.my-work-check:hover{transform:scale(1.04);border-color:#061a3a}.my-work-check:hover span{background:#061a3a29}.my-work-meta{display:flex;align-items:center;flex-wrap:wrap;gap:6px 12px;margin-top:11px;font-size:10px;font-weight:600;color:#0000006b}.my-work-deadline{display:inline-flex;align-items:center;padding:4px 7px;border-radius:999px;background:#061a3a0e;color:#061a3a}.my-work-deadline.is-today{background:#061a3a17;font-weight:750}.my-work-deadline.is-overdue{background:#b22f4017;color:#a2293b;font-weight:750}.my-work-badge{display:inline-flex;align-items:center;height:21px;padding:0 7px;border-radius:999px;font-size:9px;font-weight:800;letter-spacing:.05em;text-transform:uppercase}.my-work-badge--all{background:#27d1711a;color:#13763e}.my-work-empty-inline{padding:26px 0;border-top:1px solid rgba(0,0,0,.06);border-bottom:1px solid rgba(0,0,0,.06);font-size:13px;color:#0000006b}.my-work-caught-up{display:flex;align-items:center;gap:22px;margin:-15px 0 76px;padding:29px 32px;border:1px solid rgba(39,209,113,.13);border-radius:22px;background:linear-gradient(135deg,#27d17113,#27d17105)}.my-work-caught-up .my-work-caught-up__check{display:flex;align-items:center;justify-content:center;width:58px;height:58px;flex-shrink:0;border-radius:50%;background:#27d17124;color:#157643;font-size:22px;font-weight:800}.my-work-caught-up span{display:block;margin-bottom:3px;font-size:11px;font-weight:750;letter-spacing:.08em;text-transform:uppercase;color:#157643}.my-work-caught-up h2{margin:0;font-size:25px;letter-spacing:-.025em}.my-work-caught-up p{margin:5px 0 0;font-size:12px;color:#00000075}.my-work-memory-section{width:100%}.my-work-note-list{display:flex;flex-direction:column;width:100%;gap:11px}.my-work-note{width:100%;padding:23px 25px;border:1px solid rgba(6,26,58,.075);border-radius:18px;background:linear-gradient(145deg,#fff,#ebf2fc6b);box-shadow:0 8px 24px #061a3a06;cursor:pointer;transition:transform .13s ease,border-color .13s ease,box-shadow .13s ease}.my-work-note:hover{transform:translateY(-1px);border-color:#061a3a21;box-shadow:0 12px 30px #061a3a0d}.my-work-note__top{display:flex;align-items:center;gap:8px}.my-work-note__icon{display:flex;align-items:center;justify-content:center;width:27px;height:27px;border-radius:8px;background:#061a3a11;color:#061a3a;font-size:13px}.my-work-note__kind{font-size:9px;font-weight:750;letter-spacing:.07em;text-transform:uppercase;color:#0000006b}.my-work-note__content{max-width:1000px}.my-work-note__content h3{margin:13px 0 7px;font-size:17px;line-height:1.35;letter-spacing:-.015em}.my-work-note__content p{display:-webkit-box;margin:0;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;font-size:12px;line-height:1.65;color:#00000087}.my-work-note__footer{display:flex;align-items:flex-end;justify-content:space-between;gap:15px;margin-top:18px;padding-top:13px;border-top:1px solid rgba(0,0,0,.055)}.my-work-note__footer .my-work-meta{margin:0}.my-work-note__actions{display:flex;align-items:center;gap:16px}.my-work-note__open{font-size:9px;font-weight:650;color:#061a3a59}.my-work-note__archive{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;background:transparent;padding:3px 0;font:inherit;font-size:10px;font-weight:650;color:#0000006b;cursor:pointer}.my-work-note__archive:hover{color:#061a3a}.my-work-note-empty{width:100%;min-height:112px;display:flex;align-items:center;padding:20px;border:1px dashed rgba(6,26,58,.1);border-radius:17px;color:#0006;font-size:12px}.my-work-completed{overflow:hidden;border:1px solid rgba(6,26,58,.075);border-radius:22px;background:#061a3a06}.my-work-completed__header{display:flex;align-items:center;justify-content:space-between;gap:30px;padding:27px 30px}.my-work-completed__header h2{margin:5px 0 0;font-size:25px;letter-spacing:-.025em}.my-work-completed__header>strong{display:flex;align-items:center;justify-content:center;min-width:52px;height:52px;padding:0 15px;border-radius:50%;background:#061a3a;color:#fff;font-size:18px}.my-work-completed-list{border-top:1px solid rgba(6,26,58,.065)}.my-work-completed-row{display:flex;align-items:center;gap:12px;min-height:48px;padding:8px 30px;border-bottom:1px solid rgba(6,26,58,.05);color:#0000007a;font-size:12px;cursor:pointer}.my-work-completed-row:hover{background:#061a3a06}.my-work-completed-row:last-child{border-bottom:0}.my-work-completed-check{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:flex;align-items:center;justify-content:center;width:25px;height:25px;flex-shrink:0;padding:0;border:0;border-radius:50%;background:#27d17124;color:#157643;font-weight:800;cursor:pointer}.my-work-completed__empty{margin:0;padding:0 30px 27px;font-size:12px;color:#0006}body.my-work-modal-open{overflow:hidden}.my-work-modal-backdrop{position:fixed;z-index:9999;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;padding:32px;background:#040e1f8c;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.my-work-modal{width:min(760px,100%);max-height:min(820px,100vh - 64px);overflow-y:auto;border:1px solid rgba(255,255,255,.22);border-radius:24px;background:#fff;box-shadow:0 40px 100px #020c1e4d;animation:myWorkModalIn .15s ease-out}@keyframes myWorkModalIn{0%{opacity:0;transform:translateY(8px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}.my-work-modal__top{display:flex;align-items:flex-start;justify-content:space-between;gap:30px;padding:30px 32px 22px}.my-work-modal__top h2{max-width:620px;margin:5px 0 0;font-size:clamp(27px,3vw,36px);line-height:1.08;letter-spacing:-.035em}.my-work-modal__eyebrow{display:block;font-size:9px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:#061a3a73}.my-work-modal__close{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:flex;align-items:center;justify-content:center;width:37px;height:37px;flex-shrink:0;border:0;border-radius:50%;background:#061a3a0e;color:#061a3a;font-size:22px;font-weight:300;cursor:pointer}.my-work-modal__close:hover{background:#061a3a1a}.my-work-modal__body{margin:0 32px;padding:23px 25px;border-radius:17px;background:#061a3a09;white-space:pre-wrap;font-size:14px;line-height:1.75;color:#000000b8}.my-work-modal__details{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));margin:25px 32px 0;overflow:hidden;border:1px solid rgba(6,26,58,.08);border-radius:16px}.my-work-detail-row{display:flex;flex-direction:column;min-width:0;gap:4px;padding:15px 17px;border-right:1px solid rgba(6,26,58,.06);border-bottom:1px solid rgba(6,26,58,.06)}.my-work-detail-row:nth-child(2n){border-right:0}.my-work-detail-row span{font-size:9px;font-weight:750;letter-spacing:.06em;text-transform:uppercase;color:#0000005e}.my-work-detail-row strong{overflow-wrap:anywhere;font-size:12px;line-height:1.45;color:#000000ba}.my-work-modal__footer{display:flex;align-items:center;justify-content:flex-end;gap:10px;margin-top:27px;padding:20px 32px 28px;border-top:1px solid rgba(6,26,58,.06)}.my-work-loading{padding:80px 0;text-align:center;font-size:13px;color:#00000070}@media(max-width:1150px){.my-work-hero{grid-template-columns:1fr;gap:35px}.my-work-summary{max-width:620px}}@media(max-width:900px){.my-work-page{width:min(100% - 30px,1480px)}}@media(max-width:650px){.my-work-page{padding-top:18px}.my-work-hero{margin-bottom:52px;padding:32px 25px;border-radius:21px}.my-work-hero__content h1{font-size:39px}.my-work-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.my-work-summary__item{min-height:92px}.my-work-summary__item strong{font-size:27px}.my-work-section,.my-work-memory-section{margin-bottom:58px}.my-work-section--overdue{padding:18px}.my-work-section__header{align-items:flex-start}.my-work-section__header h2{font-size:31px}.my-work-todo{grid-template-columns:40px minmax(0,1fr);padding:17px;gap:11px}.my-work-row-open{display:none}.my-work-check{width:36px;height:36px}.my-work-caught-up{align-items:flex-start;padding:22px}.my-work-note__footer{align-items:flex-start;flex-direction:column}.my-work-note__actions{width:100%;justify-content:space-between}.my-work-completed__header{padding:23px 20px}.my-work-completed-row{padding-left:20px;padding-right:20px}.my-work-modal-backdrop{padding:12px;align-items:flex-end}.my-work-modal{max-height:calc(100vh - 24px);border-radius:22px 22px 16px 16px}.my-work-modal__top{padding:25px 22px 18px}.my-work-modal__body{margin:0 22px;padding:18px}.my-work-modal__details{grid-template-columns:1fr;margin-left:22px;margin-right:22px}.my-work-detail-row{border-right:0}.my-work-modal__footer{padding:18px 22px 24px}.my-work-modal__footer .btn{flex:1}}.team-overview-page{display:flex;flex-direction:column;gap:20px}.team-overview-actions{display:flex;align-items:center;gap:10px}.summary-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.summary-card{background:#fff;border:1px solid #e7e9ee;border-radius:22px;padding:18px 18px 16px;box-shadow:0 10px 30px #121f350d}.summary-label{font-size:13px;color:#6d7786;margin-bottom:8px}.summary-value{font-size:30px;font-weight:800;color:#13233b}.overview-main-grid{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(320px,.8fr);gap:20px;align-items:start}.overview-left,.overview-right{display:flex;flex-direction:column;gap:20px}.panel{background:#fff;border:1px solid #e7e9ee;border-radius:24px;padding:20px;box-shadow:0 10px 30px #121f350d}.panel-title-row{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:16px}.panel-title{font-size:21px;font-weight:800;color:#13233b;margin-bottom:4px}.panel-subtitle{font-size:14px;color:#6d7786}.day-summary-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;overflow:visible}.day-summary-box{position:relative;overflow:visible;z-index:1;border:1px solid #edf0f5;border-radius:18px;padding:16px;background:linear-gradient(180deg,#fff,#fafbfd)}.day-summary-grid,.day-summary-box,.day-summary-box-title{overflow:visible}.day-summary-box{position:relative;z-index:1}.day-summary-box:hover{z-index:20}.day-summary-box-title{font-size:14px;font-weight:700;color:#445065;margin-bottom:12px}.latest-entry{display:flex;flex-direction:column;gap:8px}.latest-entry-top{display:flex;justify-content:space-between;gap:12px;align-items:center}.latest-entry-main{font-size:16px;font-weight:700;color:#13233b}.latest-entry-sub{font-size:14px;color:#6d7786}.low-hours-list{display:flex;flex-direction:column;gap:10px}.low-hours-item{display:flex;justify-content:space-between;gap:12px;font-size:14px;color:#13233b}.recent-work-list{display:flex;flex-direction:column;gap:12px}.recent-work-row{display:grid;grid-template-columns:220px minmax(0,1fr) 140px;gap:14px;align-items:center;border:1px solid #eef1f5;border-radius:18px;padding:14px}.person-mini{display:flex;align-items:center;gap:12px;min-width:0}.person-mini-avatar,.table-person-avatar{width:42px;height:42px;border-radius:50%;overflow:hidden;background:#eef2f7;flex-shrink:0;border:1px solid #dde3eb}.person-mini-avatar img,.table-person-avatar img{width:100%;height:100%;object-fit:cover;display:block}.avatar-fallback{width:100%;height:100%;background:#e9edf4}.person-mini-meta{min-width:0}.person-mini-name{font-size:14px;font-weight:700;color:#13233b}.person-mini-time{font-size:12px;color:#778295}.recent-work-main{min-width:0}.recent-work-project{font-size:15px;font-weight:700;color:#13233b;margin-bottom:4px}.recent-work-sub{font-size:13px;color:#6d7786;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.recent-work-right{display:flex;flex-direction:column;align-items:flex-end;gap:8px}.badge{display:inline-flex;align-items:center;min-height:28px;padding:4px 10px;border-radius:999px;background:#eef5ff;color:#214d8a;font-size:12px;font-weight:700;border:1px solid #dce8f9}.filters-row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:16px}.filters-row label{display:flex;flex-direction:column;gap:8px;font-size:13px;font-weight:600;color:#4d5a70}.filters-row select{min-height:44px;border-radius:14px;border:1px solid #dce2ea;background:#fff;padding:0 12px;font-size:14px}.table-wrap{overflow-x:auto}.worklog-table{width:100%;border-collapse:collapse}.worklog-table thead th{text-align:left;font-size:12px;letter-spacing:.03em;color:#738096;font-weight:800;padding:14px 10px;border-bottom:1px solid #e8edf4;white-space:nowrap}.worklog-table tbody td{padding:20px 10px;border-bottom:1px solid #eef2f6;vertical-align:middle;font-size:14px;color:#13233b}.table-person{display:flex;align-items:center;gap:10px}.worklog-group-row td{padding:0;border-bottom:none;background:transparent}.worklog-group-label{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:14px 10px 10px;margin-top:6px;position:sticky;top:0;z-index:2}.worklog-group-title{font-size:16px;font-weight:800;color:#13233b}.worklog-group-meta{font-size:16px;font-weight:700;color:#050d1a;white-space:nowrap}.comment-cell{min-width:240px;color:#516075}.hours-cell{font-weight:800;white-space:nowrap}.muted,.muted-cell{color:#7c8899;font-size:14px}.whiteboard-panel{position:sticky;top:18px}.board-form{display:flex;flex-direction:column;gap:12px;margin-bottom:16px}.board-form textarea{width:100%;min-height:120px;border-radius:16px;border:1px solid #dce2ea;padding:14px;resize:vertical;font:inherit}.board-posts{display:flex;flex-direction:column;gap:12px}.board-post{border:1px solid #eceff5;border-radius:18px;padding:14px;background:#fffdf6}.board-post-text{font-size:14px;line-height:1.5;color:#13233b;white-space:pre-wrap}.board-post-footer{display:flex;justify-content:space-between;gap:12px;align-items:center;margin-top:12px}.team-overview-stack{display:flex;flex-direction:column;gap:20px}.whiteboard-single-panel textarea{width:100%;min-height:180px;border-radius:18px;border:1px solid #dce2ea;padding:16px;resize:vertical;font:inherit;background:#fffef8}.whiteboard-single-wrap{display:flex;flex-direction:column;gap:14px}.staff-report-scroll{max-height:320px;overflow-y:auto;padding-right:6px}.staff-report-list{display:flex;flex-direction:column;gap:10px}.staff-report-item{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:10px 0;border-bottom:1px solid #eef2f6}.staff-report-item:last-child{border-bottom:none}.staff-report-left{display:flex;align-items:center;gap:12px;min-width:0}.staff-report-avatar{width:40px;height:40px;border-radius:50%;overflow:hidden;background:#eef2f7;border:1px solid #dde3eb;flex-shrink:0}.staff-report-avatar img{width:100%;height:100%;object-fit:cover;display:block}.staff-report-meta{min-width:0}.staff-report-name{font-size:14px;font-weight:700;color:#13233b}.staff-report-title{font-size:12px;color:#7a8698;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.staff-report-hours{font-size:14px;font-weight:800;color:#13233b;white-space:nowrap}.whiteboard-single-actions{display:flex;justify-content:flex-end}.day-summary-grid--three{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;align-items:start}.whiteboard-inline-wrap{display:flex;flex-direction:column;gap:12px}.whiteboard-inline-textarea{width:100%;min-height:220px;border-radius:16px;border:1px solid #dce2ea;padding:14px;resize:vertical;font:inherit;background:#f2f7fe}.whiteboard-inline-actions{display:flex;justify-content:flex-end}.day-summary-grid--three .day-summary-box{height:100%}.worktype-badge{display:inline-flex;align-items:center;justify-content:center;min-height:28px;padding:4px 10px;border-radius:999px;font-size:12px;font-weight:700;border:1px solid #dce2ea;background:#f3f5f8;color:#445065;white-space:nowrap}.worktype-badge--in{background:#eef8f1;border-color:#cfe8d6;color:#256c3d}.worktype-badge--out{background:#fff4e8;color:#8b5820}.team-overview-capture-button{display:inline-flex;align-items:center;gap:15px;white-space:nowrap;padding:28px 50px!important;background:#13ce99!important;border:none!important;color:#0a2e0a!important}.team-overview-capture-button__plus{display:inline-flex;align-items:center;justify-content:center;border-radius:50%;font-size:25px;line-height:1;font-weight:500}@media(max-width:1200px){.summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.overview-main-grid{grid-template-columns:1fr}.whiteboard-panel{position:static}}@media(max-width:900px){.filters-row,.day-summary-grid{grid-template-columns:1fr}.recent-work-row{grid-template-columns:1fr;align-items:flex-start}.recent-work-right{align-items:flex-start}}@media(max-width:700px){.summary-grid{grid-template-columns:1fr}}.recent-entry-list{display:flex;flex-direction:column;gap:10px;padding-right:4px}.recent-entry-card{position:relative;overflow:visible;display:flex;align-items:flex-start;gap:10px;padding:10px 12px;border-radius:12px;background:#fff;border:1px solid rgba(0,0,0,.06);transition:box-shadow .16s ease;z-index:1}.recent-entry-card:hover{box-shadow:0 8px 18px #00000014;z-index:30}.day-summary-box--recent{max-height:420px;overflow-y:auto;overflow-x:visible}.recent-entry-tooltip:after{content:"";position:absolute;left:18px;top:100%;border-width:6px;border-style:solid;border-color:#111 transparent transparent transparent}.recent-entry-avatar{width:38px;min-width:38px;height:38px;border-radius:50%;overflow:hidden;background:#f2f2f2}.recent-entry-avatar img{width:100%;height:100%;object-fit:cover;display:block}.recent-entry-avatar .avatar-fallback{width:100%;height:100%;background:linear-gradient(135deg,#ececec,#d8d8d8)}.recent-entry-content{flex:1;min-width:0}.recent-entry-topline{display:flex;justify-content:space-between;align-items:flex-start;gap:10px;margin-bottom:4px}.recent-entry-name-customer{display:flex;flex-wrap:wrap;gap:5px;align-items:center;min-width:0;font-size:13px;line-height:1.35}.recent-entry-name{font-weight:700;color:#111}.recent-entry-customer{font-weight:600;color:#333}.recent-entry-time{font-size:12px;color:#666;white-space:nowrap}.recent-entry-meta{display:flex;flex-wrap:wrap;align-items:center;gap:5px;font-size:12px;line-height:1.35;color:#555}.recent-entry-project,.recent-entry-hours{color:#444}.recent-entry-separator{color:#999}.recent-entry-card .badge{font-size:11px;padding:3px 7px;line-height:1.2}.recent-entry-tooltip{position:absolute;left:54px;bottom:calc(100% + 10px);top:auto;z-index:9999;width:min(360px,80vw);background:#111;color:#fff;padding:10px 12px;border-radius:10px;font-size:13px;line-height:1.45;box-shadow:0 14px 32px #0000003d;opacity:0;visibility:hidden;transform:none;transition:opacity .14s ease,visibility .14s ease;pointer-events:none;white-space:normal}.recent-entry-card:hover .recent-entry-tooltip{opacity:1;visibility:visible}@media(max-width:900px){.recent-entry-list{max-height:220px}.recent-entry-topline{flex-direction:column;gap:2px}.recent-entry-time{white-space:normal}.recent-entry-tooltip{left:12px;right:12px;width:auto}}.worklog-filters{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:18px}.worklog-filter-field{display:flex;flex-direction:column;gap:8px}.worklog-filter-field label{font-size:13px;font-weight:700;color:#49566b;padding-left:2px}.worklog-filter-control{position:relative}.worklog-filter-control:after{content:"";position:absolute;right:14px;top:50%;width:10px;height:10px;border-right:2px solid #728198;border-bottom:2px solid #728198;transform:translateY(-65%) rotate(45deg);pointer-events:none}.worklog-filter-control select{width:100%;min-height:48px;padding:0 42px 0 14px;border-radius:14px;border:1px solid #d8e0ea;background:linear-gradient(180deg,#fff,#f9fbfd);color:#13233b;font-size:14px;font-weight:600;outline:none;-moz-appearance:none;appearance:none;-webkit-appearance:none;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.worklog-filter-control select:hover{border-color:#c7d3e0}.worklog-filter-control select:focus{border-color:#8db7ff;box-shadow:0 0 0 4px #5c92ff24;background:#fff}@media(max-width:1100px){.worklog-filters{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:680px){.worklog-filters{grid-template-columns:1fr}}.capture-page{width:min(1880px,100% - 48px);margin:0 auto;padding:42px 0 100px}.capture-page__intro{max-width:760px;margin-bottom:54px}.capture-page__intro h1{margin:8px 0 12px;font-size:clamp(32px,4vw,48px);line-height:1.08;letter-spacing:-.035em}.capture-page__intro p{max-width:660px;margin:0;font-size:17px;line-height:1.65;color:var(--text-muted, #707070)}.capture-page__eyebrow,.capture-section-kicker{display:block;font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted, #777)}.capture-flow-section{position:relative;display:grid;grid-template-columns:54px minmax(0,1fr);gap:26px;padding-bottom:72px}.capture-flow-section:before{content:"";position:absolute;top:44px;bottom:0;left:21px;width:1px;background:#0000001a}.capture-flow-section:last-child:before{display:none}.capture-flow-marker{position:relative;z-index:2}.capture-flow-marker span{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;border:1px solid rgba(0,0,0,.12);background:var(--page-background, #fff);font-size:12px;font-weight:700;letter-spacing:.04em}.capture-flow-content{min-width:0}.capture-section-heading{display:flex;justify-content:space-between;gap:20px;margin-bottom:24px}.capture-section-heading h2{margin:6px 0 7px;font-size:24px;line-height:1.25;letter-spacing:-.02em}.capture-section-heading p{max-width:670px;margin:0;line-height:1.6;color:var(--text-muted, #777)}.capture-textarea-wrapper{overflow:hidden;border:1px solid rgba(0,0,0,.13);border-radius:18px;background:#fff;transition:border-color .16s ease,box-shadow .16s ease}.capture-textarea-wrapper:focus-within{border-color:#00000059;box-shadow:0 0 0 4px #00000009}.capture-textarea-wrapper.has-error{border-color:#c43d3d}.capture-textarea-wrapper textarea{display:block;width:100%;min-height:290px;padding:28px;border:0;outline:0;resize:vertical;background:transparent;font:inherit;font-size:17px;line-height:1.7;color:inherit}.capture-textarea-wrapper textarea::placeholder{color:#a0a0a0}.capture-textarea-meta{display:flex;justify-content:space-between;gap:20px;padding:14px 20px;border-top:1px solid rgba(0,0,0,.07);font-size:12px;color:#8a8a8a}.capture-type-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.capture-type-card{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:grid;grid-template-columns:42px 1fr 24px;align-items:center;gap:14px;padding:19px;border:1px solid rgba(0,0,0,.11);border-radius:14px;background:#fff;color:inherit;text-align:left;cursor:pointer;transition:transform .13s ease,border-color .13s ease,background .13s ease}.capture-type-card:hover{transform:translateY(-1px);border-color:#00000040}.capture-type-card.is-selected{border-color:#000000bf;background:#00000006}.capture-type-card__icon{display:flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:50%;background:#0000000e;font-size:18px}.capture-type-card__body{display:flex;flex-direction:column;gap:4px}.capture-type-card__body strong{font-size:14px}.capture-type-card__body small{line-height:1.45;color:#777}.capture-type-card__check{font-weight:700}.capture-staff-list{display:flex;flex-wrap:wrap;gap:12px}.capture-staff{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:grid;grid-template-columns:48px minmax(100px,1fr) 18px;align-items:center;gap:12px;min-width:210px;padding:9px 14px 9px 9px;border:1px solid rgba(0,0,0,.1);border-radius:999px;background:#fff;color:inherit;text-align:left;cursor:pointer;transition:border-color .13s ease,transform .13s ease,box-shadow .13s ease}.capture-staff:hover{transform:translateY(-1px);border-color:#00000040}.capture-staff.is-selected{border-color:#000000b3;box-shadow:inset 0 0 0 1px #0000001a}.capture-staff__avatar{display:flex;align-items:center;justify-content:center;width:48px;height:48px;overflow:hidden;border-radius:50%;background:#ededed;font-size:13px;font-weight:700}.capture-staff__avatar img{width:100%;height:100%;object-fit:cover}.capture-staff__info{display:flex;flex-direction:column}.capture-staff__info strong{overflow:hidden;font-size:13px;white-space:nowrap;text-overflow:ellipsis}.capture-staff__info small{margin-top:2px;color:#858585}.capture-staff__check{font-size:13px;font-weight:700}.capture-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.capture-field{display:flex;flex-direction:column;gap:7px}.capture-field>span{font-size:12px;font-weight:650}.capture-field>span small{font-weight:400;color:#888}.capture-field input{width:100%;height:60px;padding:0 14px;border:1px solid rgba(0,0,0,.12);border-radius:10px;background:#fff;font:inherit;outline:0;transition:border-color .13s ease,box-shadow .13s ease}.capture-field input:focus{border-color:#00000073;box-shadow:0 0 0 3px #00000008}.capture-field--full{grid-column:1/-1}.capture-review{display:grid;grid-template-columns:1.4fr repeat(3,minmax(0,1fr));margin-bottom:24px;border:1px solid rgba(0,0,0,.1);border-radius:14px;overflow:hidden}.capture-review__main,.capture-review__item{display:flex;flex-direction:column;gap:5px;min-width:0;padding:17px 18px;border-right:1px solid rgba(0,0,0,.08)}.capture-review__main:last-child,.capture-review__item:last-child{border-right:0}.capture-review__main span,.capture-review__item span{font-size:11px;text-transform:uppercase;letter-spacing:.05em;color:#888}.capture-review__main strong,.capture-review__item strong{overflow:hidden;font-size:13px;white-space:nowrap;text-overflow:ellipsis}.capture-save-row{display:flex;justify-content:flex-end;gap:10px}.capture-save-button{min-width:170px;height:50px!important}.capture-field-error{margin-top:10px;font-size:13px;font-weight:600;color:#b73434}.capture-save-error{margin-bottom:16px;padding:13px 16px;border-radius:10px;background:#be303014;color:#a52e2e}.capture-validation-message{margin-top:12px;text-align:right;font-size:12px;color:#8a3b3b}.capture-muted{color:#888}@media(max-width:800px){.capture-page{width:min(100% - 28px,1080px);padding-top:28px}.capture-flow-section{grid-template-columns:38px minmax(0,1fr);gap:14px}.capture-flow-section:before{left:16px}.capture-flow-marker span{width:34px;height:34px;font-size:10px}.capture-type-grid,.capture-form-grid{grid-template-columns:1fr}.capture-field--full{grid-column:auto}.capture-review{grid-template-columns:1fr}.capture-review__main,.capture-review__item{border-right:0;border-bottom:1px solid rgba(0,0,0,.08)}.capture-review__main:last-child,.capture-review__item:last-child{border-bottom:0}}@media(max-width:520px){.capture-flow-section{grid-template-columns:1fr}.capture-flow-section:before{display:none}.capture-flow-marker{display:none}.capture-staff{width:100%}.capture-textarea-wrapper textarea{min-height:230px;padding:20px}.capture-save-row{flex-direction:column-reverse}.capture-save-row .btn{width:100%}}.capture-context-mode{margin-bottom:28px}.capture-context-mode__switch{display:inline-grid;grid-template-columns:repeat(2,minmax(0,1fr));min-width:390px;padding:5px;border:1px solid rgba(0,0,0,.07);border-radius:15px;box-shadow:inset 0 1px 2px #00000006,0 1px 2px #00000005}.capture-context-mode__switch button{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:flex;align-items:center;justify-content:center;gap:8px;min-height:44px;padding:0 18px;border:0;border-radius:11px;background:transparent;font:inherit;font-size:13px;font-weight:650;color:#777;cursor:pointer;transition:background .15s ease,color .15s ease,box-shadow .15s ease,transform .15s ease}.capture-context-mode__switch button:hover:not(.is-active){color:#333}.capture-context-mode__switch button.is-active{background:#32edb8;color:#111;box-shadow:0 2px 7px #00000017,0 0 0 1px #00000006}.capture-context-mode__description{margin-top:9px;padding-left:4px;font-size:12px;line-height:1.5;color:#888}.capture-existing-context,.capture-new-context{margin-bottom:30px;padding:22px;border:1px solid rgba(0,0,0,.085);border-radius:17px;background:#00000003}.capture-existing-context__heading{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:20px}.capture-existing-context__heading>div{display:flex;flex-direction:column;gap:4px}.capture-existing-context__heading strong{font-size:14px;font-weight:700}.capture-existing-context__heading span{font-size:12px;line-height:1.5;color:#858585}.capture-existing-context__optional{flex-shrink:0;padding:5px 8px;border-radius:999px;background:#0000000d;font-size:10px!important;font-weight:650;letter-spacing:.04em;text-transform:uppercase}.capture-relation-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.capture-relation-field{position:relative;min-width:0}.capture-relation-field__label{display:block;margin-bottom:7px;font-size:12px;font-weight:650;color:#282828}.capture-select{position:relative}.capture-select__control{position:relative;display:flex;align-items:center;width:100%;height:60px;border:1px solid rgba(0,0,0,.12);border-radius:11px;background:#fff;cursor:pointer;transition:border-color .14s ease,box-shadow .14s ease,background .14s ease}.capture-select__control:hover{border-color:#0000003b}.capture-select.is-open .capture-select__control{z-index:41;border-color:#00000075;box-shadow:0 0 0 3px #00000009,0 3px 8px #00000009}.capture-select__search-icon{position:absolute;left:13px;display:flex;align-items:center;justify-content:center;width:18px;height:18px;color:#868686;font-size:25px;pointer-events:none}.capture-select__control input,.capture-select__value{flex:1;min-width:0;height:100%;padding:0 75px 0 40px;border:0;outline:0;background:transparent;font:inherit;font-size:13px;text-align:left;color:#999}.capture-select__control input{cursor:text}.capture-select__control input::placeholder{color:#999;opacity:1}.capture-select__value{-webkit-appearance:none;-moz-appearance:none;appearance:none;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;cursor:pointer}.capture-select__value.has-value{color:#222;font-weight:550}.capture-select__chevron{position:absolute;right:13px;color:#888;font-size:12px;pointer-events:none;transition:transform .14s ease}.capture-select__chevron.is-open{transform:rotate(180deg)}.capture-select__clear{-webkit-appearance:none;-moz-appearance:none;appearance:none;position:absolute;right:34px;display:flex;align-items:center;justify-content:center;width:25px;height:25px;padding:0;border:0;border-radius:50%;background:transparent;color:#999;font-size:17px;cursor:pointer;transition:background .1s ease,color .1s ease}.capture-select__clear:hover{background:#0000000e;color:#222}.capture-select__loading{position:absolute;right:59px;font-size:9px;color:#999}.capture-select__menu{position:absolute;z-index:40;top:calc(100% + 6px);left:0;right:0;overflow:hidden;border:1px solid rgba(0,0,0,.11);border-radius:12px;background:#fff;box-shadow:0 18px 42px #0000001f,0 4px 10px #0000000b}.capture-select__menu-meta{display:flex;align-items:center;justify-content:space-between;gap:10px;min-height:35px;padding:0 12px;border-bottom:1px solid rgba(0,0,0,.06);background:#00000004;font-size:10px;color:#969696}.capture-select__menu-meta span{white-space:nowrap;font-size:9px}.capture-select__options{max-height:270px;overflow-y:auto;overscroll-behavior:contain}.capture-select__option{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;min-height:60px;padding:9px 13px;border:0;border-bottom:1px solid rgba(0,0,0,.045);background:#fff;font:inherit;font-size:12px;color:#222;text-align:left;cursor:pointer;transition:background 80ms ease,padding-left 80ms ease}.capture-select__option:last-child{border-bottom:0}.capture-select__option.is-highlighted{background:#32edb8;padding-left:16px;color:#052710}.capture-select__option.is-selected{font-weight:650}.capture-select__option-main{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.capture-select__option-check{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:21px;height:21px;border-radius:50%;background:#0001;font-size:10px;font-weight:800}.capture-select__empty{padding:18px 13px;font-size:11px;color:#888}.capture-context-info{display:flex;align-items:flex-start;gap:10px;margin-top:16px;padding:12px 14px;border-radius:11px;background:#00000009}.capture-context-info>span{display:flex;align-items:center;justify-content:center;width:21px;height:21px;flex-shrink:0;border-radius:50%;background:#00000014;font-size:11px;font-weight:700}.capture-context-info p{margin:1px 0 0;font-size:11px;line-height:1.55;color:#707070}.capture-context-details{padding-top:5px}.capture-context-details__heading{display:flex;flex-direction:column;gap:3px;margin-bottom:16px}.capture-context-details__heading strong{font-size:14px}.capture-context-details__heading span{font-size:12px;color:#888}@media(max-width:900px){.capture-relation-grid{grid-template-columns:1fr}}@media(max-width:600px){.capture-context-mode__switch{width:100%;min-width:0}.capture-context-mode__switch button{padding:0 10px;font-size:12px}.capture-existing-context,.capture-new-context{padding:16px}.capture-existing-context__heading{flex-direction:column;gap:8px}}:root{--bg: #061a3a;--surface: #ffffff;--text: #0b0b0b;--blue-veil: rgba(90, 160, 255, .12);--border: rgba(0,0,0,.1);--shadow: 0 16px 34px rgba(0,0,0,.14);--radius-xl: 18px;--radius-lg: 14px;--sidebar-w: 340px;--sidebar-collapsed-w: 86px}#root{height:100%;width:100%}*{box-sizing:border-box}html,body{height:100%}body{margin:0;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Arial;background:var(--bg);color:var(--text)}a{color:inherit;text-decoration:none}button,input{font:inherit}.app-shell{min-height:100vh;width:100%;display:flex;flex-direction:row}.app-main{flex:1;min-width:0;padding:30px}.surface{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-xl);box-shadow:var(--shadow);padding:22px}.sidebar-left{position:sticky;top:0;height:100vh;width:var(--sidebar-w);background:#ffffff14;border-right:1px solid rgba(255,255,255,.12);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:16px;transition:width .18s ease;display:flex;flex-direction:column;gap:14px}.sidebar-left.is-collapsed{width:var(--sidebar-collapsed-w)}.sidebar-card{background:var(--surface);border-radius:var(--radius-xl);border:1px solid var(--border);box-shadow:var(--shadow);padding:14px;overflow:hidden}.sidebar-top{display:flex;align-items:center;justify-content:space-between;gap:10px}.sidebar-logo{display:flex;align-items:center;gap:10px}.sidebar-logo-mark{width:38px;height:38px;border-radius:12px;overflow:hidden;display:flex;align-items:center;justify-content:center;background:#fff;flex-shrink:0}.sidebar-logo-mark img{width:100%;height:100%;object-fit:contain;display:block}.sidebar-logo-text{font-weight:800;color:#000;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar-left.is-collapsed .sidebar-logo-text{display:none}.sidebar-toggle{height:40px;width:40px;border-radius:12px;border:1px solid var(--border);background:#fff;cursor:pointer}.nav-item{display:flex;align-items:center;gap:10px;padding:12px;border-radius:14px;border:1px solid transparent;background:#00000008}.nav-item:hover{border-color:#0000001a}.nav-icon{width:34px;height:34px;border-radius:12px;background:#0000001a;flex:0 0 auto}.nav-label{font-weight:700;color:#000}.sidebar-left.is-collapsed{width:var(--sidebar-collapsed-w);padding:12px 10px;align-items:center}.sidebar-left.is-collapsed .sidebar-card{width:100%;padding:10px 8px;border-radius:16px}.sidebar-left.is-collapsed .sidebar-top{flex-direction:column;justify-content:center;align-items:center;gap:10px}.sidebar-left.is-collapsed .sidebar-logo{justify-content:center;width:100%}.sidebar-left.is-collapsed .sidebar-logo-mark{width:42px;height:42px;border-radius:14px}.sidebar-left.is-collapsed .sidebar-toggle{width:42px;height:42px;flex-shrink:0}.sidebar-left.is-collapsed .sidebar-nav{align-items:center}.topbar{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:16px}.topbar-left{display:flex;align-items:center;gap:12px;min-width:0}.topbar-title{font-size:22px;font-weight:900;color:#000;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.topbar-subtitle{margin:2px 0 0;font-size:13px;font-weight:600;color:#0000008c;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.topbar-actions{display:flex;align-items:center;gap:10px}.btn{height:50px;padding:0 14px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:12px;border:1px solid var(--border);background:#fff;color:#000;font-weight:800;line-height:1;text-align:center;vertical-align:middle;cursor:pointer}.btn:hover{border-color:#00000040}.btn-primary{background:#0b0625;color:#fff;border-color:#0b0625}.btn-primary:hover{opacity:.92}.sidebar-left{display:flex;flex-direction:column}.sidebar-nav{display:flex;flex-direction:column;gap:8px}.nav-item{cursor:pointer;-webkit-user-select:none;user-select:none}.nav-icon{display:grid;place-items:center;font-size:16px}.sidebar-left.is-collapsed .nav-item{width:100%;justify-content:center;padding:10px 0;border-radius:14px}.sidebar-left.is-collapsed .nav-icon{width:42px;height:42px;border-radius:14px}.sidebar-left.is-collapsed .nav-label{display:none}.sidebar-spacer{flex:1}.sidebar-logout{display:flex;flex-direction:column;gap:10px}.logout-btn{width:100%;height:44px;border-radius:14px;border:1px solid rgba(0,0,0,.12);background:#fff;color:#000;font-weight:900;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:10px}.logout-btn:hover{border-color:#00000040}.sidebar-left.is-collapsed .logout-btn{width:100%;height:42px;border-radius:14px}.sidebar-left.is-collapsed .sidebar-logout{width:100%}.sidebar-left.is-collapsed .logout-btn span{display:none}@media(max-width:980px){.app-shell{flex-direction:column}.sidebar-left,.sidebar-left.is-collapsed{position:relative;height:auto;width:100%;border-right:none;border-top:1px solid rgba(255,255,255,.12)}}
