@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{display:flex;flex-direction:column;gap:14px}.strong{font-size:1.2rem;padding-bottom:4px}.muted{color:#000!important}.customers-toolbar{display:flex;gap:12px;align-items:center;justify-content:space-between;flex-wrap:wrap}.customers-toolbar .search{flex:1;min-width:260px}.customers-toolbar .search input{width:100%;padding:10px 12px;border-radius:12px;border:1px solid rgba(255,255,255,.12);background:#cccfcf48;color:inherit;outline:none}.customers-toolbar .filters{display:flex;gap:10px;align-items:center}.customers-toolbar .filters select{padding:10px 12px;border-radius:12px;border:1px solid rgba(255,255,255,.12);background:#ffffff0a;color:inherit;outline:none}.customers-services{padding:14px;border-radius:16px;border:1px solid rgba(255,255,255,.1);background:#ffffff08}.customers-services .services-title{font-weight:700;margin-bottom:10px;opacity:.9}.customers-services .chips{display:flex;flex-wrap:wrap;gap:8px}.customers-services .chip{padding:8px 20px;border-radius:999px;font-weight:600;border:1px solid rgba(255,255,255,.14);background:#ffffff0a;color:inherit;cursor:pointer}.customers-services .chip.is-active{border-color:#ffffff59;background:#0e0b29e8;color:#fff}.panel{padding:14px;border-radius:16px;border:1px solid rgba(255,255,255,.1);background:#ffffff08}.panel-head{display:flex;align-items:baseline;justify-content:space-between;gap:12px;margin-bottom:10px}.panel-head .panel-title{font-weight:800;display:flex;align-items:center;gap:10px}.panel-head .count-pill{padding:2px 10px;border-radius:999px;border:1px solid rgba(255,255,255,.18);background:#ffffff0a;font-size:12px;opacity:.9}.panel-head .error{color:#ffb4b4;font-size:13px}.table{display:flex;flex-direction:column;gap:8px}.table .thead{display:grid;grid-template-columns:1.4fr 1.1fr .5fr 1fr;gap:12px;padding:8px 10px;font-size:12px;opacity:.75}.table .trow{display:grid;grid-template-columns:1.4fr 1.1fr .5fr 1fr;gap:12px;padding:20px 10px;border-radius:14px;border:1px solid rgba(255,255,255,.1);background:#f6f6f8;text-decoration:none;color:inherit}.table .trow:hover{border-color:#ffffff2e;background:#f6f6f8}.table .strong{font-weight:800}.table .muted{opacity:.72}.table .small{font-size:12px}.table .dot{margin:0 8px;opacity:.6}.table .cell-services{display:flex;flex-wrap:wrap;gap:6px;align-items:center}.table .mini-chip{padding:3px 8px;border-radius:999px;border:1px solid rgba(255,255,255,.14);background:#ffffff0a;font-size:12px;opacity:.9}.table .mini-chip.more{opacity:.7}.table .badge{padding:4px 10px;border-radius:999px;font-size:12px;border:1px solid rgba(255,255,255,.14);background:#ffffff0a;text-transform:lowercase}.table .badge.active{opacity:.95}.table .badge.paused{opacity:.85}.table .badge.ended{opacity:.7}.table .note-preview{font-size:13px;opacity:.9;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:440px}.add-service-modal .muted{color:#fff}.add-service-modal .small{font-size:12px}.add-service-modal .strong{font-weight:900;color:#ffffffeb}.add-service-modal .form-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;align-items:start}.add-service-modal .form-grid .span-2{grid-column:span 2;color:#fff}@media(max-width:720px){.add-service-modal .form-grid{grid-template-columns:1fr}.add-service-modal .form-grid .span-2{grid-column:span 1;color:#fff}}.add-service-modal label{display:grid;gap:6px;font-size:12px;font-weight:800;letter-spacing:.2px;color:#ffffffc7}.add-service-modal input,.add-service-modal select,.add-service-modal textarea{width:100%;padding:11px 12px;border-radius:14px;background:#080e198c;border:1px solid rgba(255,255,255,.1);color:#ffffffeb;outline:none;transition:border-color .15s ease,box-shadow .15s ease,transform .05s ease}.add-service-modal input::placeholder,.add-service-modal select::placeholder,.add-service-modal textarea::placeholder{color:#fff6}.add-service-modal input:focus,.add-service-modal select:focus,.add-service-modal textarea:focus{border-color:#ffffff42;box-shadow:0 0 0 4px #ffffff14}.add-service-modal textarea{min-height:92px;resize:vertical}.add-service-modal select{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding-right:34px;background-image:linear-gradient(45deg,transparent 50%,rgba(255,255,255,.55) 50%),linear-gradient(135deg,rgba(255,255,255,.55) 50%,transparent 50%);background-position:calc(100% - 16px) 50%,calc(100% - 11px) 50%;background-size:6px 6px,6px 6px;background-repeat:no-repeat}.add-service-modal .section{padding:12px;border-radius:18px;background:#ffffff0f;border:1px solid rgba(255,255,255,.1)}.add-service-modal .section-title{font-weight:900;color:#ffffffeb;margin-bottom:8px;letter-spacing:.2px}.add-service-modal .chips{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:10px}.add-service-modal .chip{border:1px solid rgba(255,255,255,.12);background:#ffffff0f;color:#ffffffd1;padding:8px 10px;border-radius:999px;font-size:12px;font-weight:900;letter-spacing:.2px;cursor:pointer;transition:transform .08s ease,background .15s ease,border-color .15s ease}.add-service-modal .chip:hover{transform:translateY(-1px);background:#ffffff17;border-color:#ffffff38}.add-service-modal .chip.is-active{background:#ffffff2e;border-color:#ffffff4d;color:#fffffff2}.add-service-modal .row-2{display:grid;grid-template-columns:1fr 1fr;gap:12px;align-items:end}@media(max-width:720px){.add-service-modal .row-2{grid-template-columns:1fr}}.add-service-modal .hint{padding:10px 12px;border-radius:14px;background:#080e1959;border:1px dashed rgba(255,255,255,.16)}.add-service-modal .modal-foot{display:flex;justify-content:space-between;gap:12px;padding-top:12px;margin-top:14px;border-top:1px solid rgba(255,255,255,.1)}.add-service-modal .modal-foot .right{display:flex;gap:10px;justify-content:flex-end}.add-service-modal .modal-foot .danger{background:#ff464624;border:1px solid rgba(255,70,70,.22);color:#ffffffeb}.add-service-modal .modal-foot .danger:hover{background:#ff46462e;border-color:#ff464657}.add-note-modal .form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;color:#fff}.add-note-modal .span-2{grid-column:span 2;color:#fff}.add-note-modal label{display:grid;gap:8px;font-size:13px;opacity:.9}.add-note-modal input,.add-note-modal select,.add-note-modal textarea{width:100%;border-radius:12px;border:1px solid rgba(255,255,255,.14);background:#ffffff0f;padding:10px 12px;outline:none}.add-note-modal textarea{resize:vertical;min-height:120px}.add-note-modal input:focus,.add-note-modal select:focus,.add-note-modal textarea:focus{border-color:#fff;background:#ffffff14}.add-note-modal .modal-foot{margin-top:16px;display:flex;justify-content:space-between;align-items:center;gap:10px}.project-modal .muted{color:#ffffffb3}.project-modal .small{font-size:12px}.project-modal .subhead{font-weight:900;color:#ffffffeb;margin-bottom:8px;letter-spacing:.2px}.project-modal .form-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;align-items:start;color:#fff}.project-modal .form-grid .span-2{grid-column:span 2;color:#fff}@media(max-width:720px){.project-modal .form-grid{grid-template-columns:1fr}.project-modal .form-grid .span-2{grid-column:span 1;color:#fff}}.project-modal label{display:grid;gap:6px;font-size:12px;font-weight:800;letter-spacing:.2px;color:#ffffffc7}.project-modal input,.project-modal select{width:100%;padding:11px 12px;border-radius:14px;background:#080e198c;border:1px solid rgba(255,255,255,.1);color:#ffffffeb;outline:none;transition:border-color .15s ease,box-shadow .15s ease}.project-modal input::placeholder,.project-modal select::placeholder{color:#fff6}.project-modal input:focus,.project-modal select:focus{border-color:#ffffff42;box-shadow:0 0 0 4px #ffffff14}.project-modal select{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding-right:34px;background-image:linear-gradient(45deg,transparent 50%,rgba(255,255,255,.55) 50%),linear-gradient(135deg,rgba(255,255,255,.55) 50%,transparent 50%);background-position:calc(100% - 16px) 50%,calc(100% - 11px) 50%;background-size:6px 6px,6px 6px;background-repeat:no-repeat}.project-modal .chips{display:flex;flex-wrap:wrap;gap:8px}.project-modal .chip{border:1px solid rgba(255,255,255,.12);background:#ffffff0f;color:#ffffffd1;padding:8px 10px;border-radius:999px;font-size:12px;font-weight:900;letter-spacing:.2px;cursor:pointer;transition:transform .08s ease,background .15s ease,border-color .15s ease}.project-modal .chip:hover{transform:translateY(-1px);background:#ffffff17;border-color:#ffffff38}.project-modal .chip.is-active{background:#ffffff2e;border-color:#ffffff4d;color:#fffffff2}.project-modal .modal-foot{display:flex;justify-content:space-between;gap:12px;padding-top:12px;margin-top:14px;border-top:1px solid rgba(255,255,255,.1)}.project-modal .modal-foot .right{display:flex;gap:10px;justify-content:flex-end}.project-modal .modal-foot .danger{background:#ff464624;border:1px solid rgba(255,70,70,.22);color:#ffffffeb}.project-modal .modal-foot .danger:hover{background:#ff46462e;border-color:#ff464657}.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}.customer-info-panel .customer-info-pill{display:inline-flex;align-items:center;gap:8px;padding:6px 10px;border-radius:999px;border:1px dashed rgba(0,0,0,.18);background:#ffffffbf;font-size:12px;opacity:.9}.customer-info-panel .customer-info-grid{margin-top:12px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}@media(max-width:1100px){.customer-info-panel .customer-info-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:720px){.customer-info-panel .customer-info-grid{grid-template-columns:1fr}}.customer-info-panel .customer-info-card{border-radius:16px;padding:14px 14px 12px;border:1px solid rgba(0,0,0,.08);background:#ffffffbf;box-shadow:0 10px 30px #0000000f;min-height:92px}.customer-info-panel .customer-info-card .customer-info-label{font-size:12px;letter-spacing:.2px;opacity:.7;margin-bottom:6px}.customer-info-panel .customer-info-card .customer-info-value{font-size:15px;line-height:1.25;word-break:break-word}.customer-info-panel .customer-info-card .customer-info-value.strong{font-weight:800;font-size:18px;letter-spacing:.2px}.customer-info-panel .customer-info-card .customer-info-sub{margin-top:8px;font-size:12px;opacity:.75}.customer-info-panel .customer-info-card .customer-info-link{text-decoration:none;border-bottom:1px solid rgba(0,0,0,.18);padding-bottom:1px}.customer-info-panel .customer-info-card .customer-info-link:hover{border-bottom-color:#00000059}.customer-info-panel .customer-info-card .mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:12px}.customer-info-panel .customer-info-card .muted{opacity:.7}.customer-info-panel .customer-info-tags{margin-top:12px;display:flex;flex-wrap:wrap;gap:8px}.customer-info-panel .customer-info-tags .tag{display:inline-flex;align-items:center;padding:6px 10px;border-radius:999px;font-size:12px;border:1px solid rgba(0,0,0,.08);background:#ffffffb3}.hero-card .hero-title .subname{margin-top:4px;font-size:13px;opacity:.75}.customer-card-page{display:flex;flex-direction:column;gap:14px}.panel{padding:14px;border-radius:18px;border:1px solid rgba(255,255,255,.1);background:#ffffff08}.project-card.is-over{border:1px solid rgba(220,18,116,.75);background:#de1274e4;color:#000;box-shadow:0 0 0 2px #ff00001a}.muted.small.danger{color:#ff007bbf;font-weight:700}.panel.glass{background:linear-gradient(180deg,#ffffff0f,#ffffff05);box-shadow:0 18px 50px #00000040}.panel.error{border-color:#ff5a5a59;background:#ff5a5a0f}.muted{opacity:.72}.small{font-size:12px;opacity:.78}.hero-card{display:grid;grid-template-columns:1.2fr .9fr;gap:14px;padding:18px;border-radius:22px;border:1px solid rgba(255,255,255,.12);background:radial-gradient(1200px 600px at 10% 10%,rgba(255,255,255,.08),transparent 55%),#ffffff08}@media(max-width:980px){.hero-card{grid-template-columns:1fr}}.hero-title{display:flex;align-items:center;gap:10px}.hero-title .name{font-weight:900;font-size:2rem;letter-spacing:.2px}.status-pill{padding:4px 10px;border-radius:999px;font-size:12px;border:1px solid rgba(255,255,255,.14);background:#ffffff0a;text-transform:lowercase;opacity:.9}.status-pill.active{opacity:.95}.status-pill.paused{opacity:.85}.status-pill.ended{opacity:.7}.hero-meta{margin-top:12px;display:grid;gap:8px}.hero-meta .meta-row{display:flex;gap:10px;align-items:baseline}.hero-meta .meta-row .label{width:70px;opacity:.7;font-size:12px}.hero-meta .meta-row .value{opacity:.92;word-break:break-word}.hero-meta .meta-row a{color:inherit;text-decoration:underline;opacity:.95}.tag-row{margin-top:12px;display:flex;flex-wrap:wrap;gap:8px}.tag{padding:4px 10px;border-radius:999px;border:1px solid rgba(255,255,255,.12);background:#ffffff0a;font-size:12px;opacity:.9}.hero-right{display:flex;flex-direction:column;gap:12px}.cardPage-back-btn{margin-bottom:20px}.quickbox{padding:14px;border-radius:18px;border:1px dashed rgba(255,255,255,.25);background:#f4f4f7cc}.quickbox .quick-title{font-weight:900;letter-spacing:.2px}.quickbox .quick-date{margin-top:6px;font-size:12px;opacity:.7}.quickbox .quick-text{margin-top:8px;opacity:.92;line-height:1.35}.hero-actions{display:flex;flex-wrap:wrap;gap:10px}.hero-actions .ghost{background:transparent;border:1px solid rgba(255,255,255,.12)}.grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}@media(max-width:980px){.grid{grid-template-columns:1fr}}.span-2{grid-column:span 2;color:#000}@media(max-width:980px){.span-2{grid-column:span 1}}.panel-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px}.panel-head .panel-title{font-weight:900;font-size:15px;letter-spacing:.15px}.panel-head .panel-actions{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.service-list{display:flex;flex-direction:column;gap:10px}.badge{display:inline-flex;align-items:center;height:28px;padding:0 10px;border-radius:999px;border:1px solid rgba(255,255,255,.14);background:#ffffff12;font-size:12px;font-weight:900;letter-spacing:.2px;white-space:nowrap}.badge.active{background:#64c87824;border-color:#64c87859}.badge.paused{background:#ffb46424;border-color:#ffb46459}.badge.ended{background:#ffffff14;border-color:#ffffff2e;opacity:.85}.service-row{display:grid;grid-template-columns:1fr auto;gap:12px;padding:12px;border-radius:18px;border:1px solid rgb(20,247,228);background:#eef7f3}.service-row.active{border-color:#78ffbe33}.service-row.paused{border-color:#ffdc7833}.service-row.prospect{border-color:#a0c8ff33}.service-row.ended{opacity:.75}.service-row .svc-title{display:flex;align-items:center;gap:10px}.service-row .svc-title .svc-name{font-weight:900}.service-row .svc-sub{margin-top:6px;display:flex;flex-wrap:wrap;gap:8px;opacity:.85}.service-row .pill{padding:3px 0;border-radius:999px;border:1px solid rgba(255,255,255,.12);background:#ffffff0a;font-size:12px;white-space:nowrap}.service-row .svc-notes{margin-top:8px;opacity:.9;line-height:1.35;word-break:break-word}.badge{padding:4px 10px;border-radius:999px;font-size:12px;border:1px solid rgba(255,255,255,.14);background:#ffffff0a;text-transform:lowercase;opacity:.9}.notes-list{display:flex;flex-direction:column;gap:10px}.note-row{padding:12px;border-radius:18px;border:1px solid rgba(255,255,255,.1);background:#f6e9fa}.note-row .note-top{display:flex;justify-content:space-between;align-items:center;gap:10px}.note-row .note-type{padding:3px 10px;border-radius:999px;border:1px solid rgba(255,255,255,.14);background:#ffffff0a;font-size:12px;text-transform:lowercase}.note-row .note-type.next{border-color:#a0c8ff38}.note-row .note-type.risk{border-color:#ff787838}.note-row .note-type.delivery{border-color:#78ffbe38}.note-row .note-date{font-size:12px;opacity:.7}.note-row .note-text{margin-top:10px;opacity:.92;line-height:1.35;white-space:pre-wrap;word-break:break-word}.note-row .note-actions{margin-top:10px;display:flex;justify-content:flex-end}.note-row .note-actions .danger{border-color:#ff787859}.projects-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}@media(max-width:1100px){.projects-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:720px){.projects-grid{grid-template-columns:1fr}}.project-card{padding:20px;border-radius:18px;border:1px solid rgba(255,255,255,.1);background:#7de58dce}.project-card .proj-head{display:flex;justify-content:space-between;gap:10px;align-items:center}.project-card .proj-title{font-weight:900;line-height:1.2;font-size:1.5rem;word-break:break-word}.project-card .proj-meta{margin-top:8px;display:grid;gap:4px}.project-card .proj-services{margin-top:10px;display:flex;flex-wrap:wrap;gap:8px}.project-card .mini-chip{padding:7px 15px;border-radius:999px;border:1px solid rgba(255,255,255,.12);background:#000000ea;color:#fff;font-size:12px;opacity:.9}.project-card .mini-chip.more{opacity:.7}.project-card .proj-actions{margin-top:12px;display:flex;gap:10px;flex-wrap:wrap}.tabs{display:flex;gap:8px;padding:4px;border-radius:999px;border:1px solid rgba(255,255,255,.12);background:#ffffff08}.tabs .tab{padding:7px 12px;border-radius:999px;border:1px solid transparent;background:transparent;color:inherit;cursor:pointer;opacity:.85}.tabs .tab.is-active{border-color:#ffffff2e;background:#ffffff0f;opacity:1}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;color:#fff}.form-grid label{display:grid;gap:6px;font-size:12px;opacity:.9}.form-grid input,.form-grid select,.form-grid textarea{padding:10px 12px;border-radius:12px;border:1px solid rgba(255,255,255,.12);background:#ffffff0a;color:inherit;outline:none}.form-grid textarea{min-height:110px;resize:vertical}.form-grid .span-2{grid-column:span 2;color:#fff}.form-grid .subhead{font-weight:900;margin-bottom:8px;opacity:.95}.form-grid .chips{display:flex;flex-wrap:wrap;gap:8px}.form-grid .chip{padding:8px 10px;border-radius:999px;border:1px solid rgba(255,255,255,.14);background:#ffffff0a;color:inherit;cursor:pointer}.form-grid .chip.is-active{border-color:#ffffff4d;background:#ffffff1a}.notes-scroll{max-height:clamp(120px,55vh,420px);overflow-y:auto;padding-right:6px;overscroll-behavior:contain}.notes-scroll{overscroll-behavior:contain}.notes-list{display:flex;flex-direction:column;gap:12px}.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.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}.modal-backdrop{background:#2c21166b;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.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%}}.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}@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}}.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}@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}}: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:40px;padding:0 14px;border-radius:12px;border:1px solid var(--border);background:#fff;color:#000;font-weight:800;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)}}
