:root{color:#352b29;font-synthesis:none;text-rendering:optimizelegibility;--ink:#352b29;--ink-soft:#51463f;--muted:#746659;--muted-strong:#655a51;--surface:#fffcf7;--surface-soft:#f4efe6;--surface-tint:#eee8de;--line:#ddd8ce;--line-strong:#c7beb1;--nav:#2b1e0f;--nav-soft:#3b2b1d;--accent:#2b1e0f;--accent-strong:#655a51;--accent-soft:#eee8de;--blue:#66747b;--blue-soft:#e9eef0;--warning:#a76218;--warning-soft:#fbefdc;--danger:#a13b3d;--danger-soft:#f9e9e8;--success:#2f7658;--success-soft:#e3f1e9;--z-sidebar:30;--z-sticky:40;--z-dialog-backdrop:60;--z-dialog:70;--z-toast:80;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;background:#f4efe6;font-family:ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Microsoft YaHei,sans-serif}*{box-sizing:border-box}html{background:#f4efe6;min-width:320px;min-height:100%}body{min-width:320px;min-height:100vh;color:var(--ink);background:#f4efe6;margin:0;font-size:14px;line-height:1.5}button,input,select,textarea{font:inherit;letter-spacing:0}button{color:inherit}button,select{cursor:pointer}button:disabled,select:disabled,input:disabled,textarea:disabled{cursor:not-allowed;opacity:.56}input,select,textarea{border:1px solid var(--line-strong);background:var(--surface);width:100%;min-height:40px;color:var(--ink);border-radius:6px;outline:none;padding:8px 11px;transition:border-color .16s,box-shadow .16s,background-color .16s}textarea{resize:vertical;line-height:1.65}input::placeholder,textarea::placeholder{color:#746659}input:hover,select:hover,textarea:hover{border-color:#8b7a68}input:focus,select:focus,textarea:focus{border-color:var(--accent);box-shadow:0 0 0 3px #655a5138}h1,h2,h3,p{margin:0}h1,h2,h3{text-wrap:balance}p{text-wrap:pretty}.sr-only{clip:rect(0, 0, 0, 0);clip-path:inset(50%);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;top:0;left:0;overflow:hidden}.button{border:1px solid #0000;border-radius:6px;justify-content:center;align-items:center;gap:7px;min-width:88px;height:40px;padding:0 15px;font-weight:650;line-height:1;transition:background-color .16s,border-color .16s,color .16s,transform .12s;display:inline-flex}.button:not(:disabled):active,.icon-button:not(:disabled):active{transform:translateY(1px)}.button--primary{background:var(--accent);color:#fff}.button--primary:hover:not(:disabled){background:var(--accent-strong)}.button--secondary{border-color:var(--line-strong);background:var(--surface);color:var(--ink-soft)}.button--secondary:hover:not(:disabled){background:var(--surface-soft);border-color:#8b7a68}.button--danger{background:var(--danger);color:#fff}.button--danger:hover:not(:disabled){background:#842f31}.button--text{min-width:0;height:32px;color:var(--accent-strong);background:0 0;padding:0 4px}.button--text:hover:not(:disabled){color:var(--accent);text-underline-offset:3px;text-decoration:underline}.button--sm{min-width:0;height:34px;padding:0 11px;font-size:13px}.button__spinner,.loading-block__spinner{animation:.8s linear infinite spin}.icon-button{width:40px;height:40px;color:var(--muted-strong);background:0 0;border:1px solid #0000;border-radius:6px;flex:none;justify-content:center;align-items:center;padding:0;transition:background-color .16s,border-color .16s,color .16s,transform .12s;display:inline-flex}.icon-button:hover:not(:disabled){border-color:var(--line);background:var(--surface-soft);color:var(--ink)}.icon-button--sm{width:32px;height:32px}.icon-button--danger{color:var(--danger)}.icon-button--danger:hover:not(:disabled){background:var(--danger-soft);border-color:#edc7c6}.status-badge{min-height:24px;color:var(--muted-strong);white-space:nowrap;background:#eeeae4;border-radius:999px;justify-content:center;align-items:center;padding:3px 8px;font-size:12px;font-weight:650;line-height:1.2;display:inline-flex}.status-badge--success{background:var(--success-soft);color:#275f49}.status-badge--attention{color:#15553d;background:#e5f1eb}.status-badge--info{background:var(--blue-soft);color:#2a5d7c}.status-badge--warning,.status-badge--pending{background:var(--warning-soft);color:#7a470e}.status-badge--danger{background:var(--danger-soft);color:#812f31}.field{flex-direction:column;gap:6px;min-width:0;display:flex}.field__label{color:var(--ink-soft);font-size:13px;font-weight:650}.field__label b{color:var(--danger)}.field__hint,.field__error{color:var(--muted);font-size:12px;line-height:1.45}.field__error{color:var(--danger)}.field--error input,.field--error select,.field--error textarea{border-color:var(--danger)}.form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.loading-block{min-height:220px;color:var(--muted-strong);justify-content:center;align-items:center;gap:10px;display:flex}.empty-state{min-height:180px;color:var(--muted);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:8px;padding:28px;display:flex}.empty-state strong{color:var(--ink-soft);font-size:15px}.empty-state p{max-width:46ch}.toast{z-index:var(--z-toast);color:#fff;background:#2b1e0f;border-radius:8px;grid-template-columns:auto minmax(0,1fr) auto;gap:11px;width:min(420px,100vw - 32px);padding:14px;animation:.18s ease-out toast-in;display:grid;position:fixed;bottom:24px;right:24px;box-shadow:0 8px 20px #2b1e0f38}.toast--error{background:#592628}.toast__icon{background:#ffffff21;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;display:flex}.toast strong{font-size:14px;display:block}.toast p{color:#fffc;margin-top:2px;font-size:13px}.toast .icon-button{color:#ffffffc2;width:30px;height:30px}.dialog-backdrop{z-index:var(--z-dialog-backdrop);background:#2b1e0f8f;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.confirm-dialog{z-index:var(--z-dialog);background:var(--surface);border-radius:8px;grid-template-columns:auto minmax(0,1fr);gap:16px;width:min(480px,100%);padding:22px;display:grid;box-shadow:0 12px 28px #2b1e0f47}.confirm-dialog__mark{background:var(--warning-soft);width:42px;height:42px;color:var(--warning);border-radius:8px;justify-content:center;align-items:center;display:flex}.confirm-dialog__mark--danger{background:var(--danger-soft);color:var(--danger)}.confirm-dialog h2{font-size:18px}.confirm-dialog p{color:var(--muted-strong);margin-top:7px;line-height:1.65}.confirm-dialog__actions{grid-column:1/-1;justify-content:flex-end;gap:10px;margin-top:4px;display:flex}.create-content-dialog{z-index:var(--z-dialog);background:var(--surface);border-radius:8px;width:min(520px,100%);overflow:hidden;box-shadow:0 12px 28px #2b1e0f47}.create-content-dialog>header,.create-content-dialog>footer{justify-content:space-between;align-items:center;gap:12px;padding:16px 18px;display:flex}.create-content-dialog>header{border-bottom:1px solid var(--line)}.create-content-dialog>header span{color:var(--muted);font-size:11px}.create-content-dialog>header h2{margin-top:2px;font-size:18px}.create-content-dialog__fields{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;padding:20px 18px;display:grid}.create-content-dialog>footer{border-top:1px solid var(--line);background:var(--surface-soft);justify-content:flex-end}.app-boot{flex-direction:column;justify-content:center;align-items:center;gap:4px;min-height:100vh;display:flex}.app-boot .loading-block{min-height:80px}.brand-mark{color:#352b29;background:#e6ded2;border-radius:8px;flex:none;justify-content:center;align-items:center;width:38px;height:38px;font-family:Georgia,Times New Roman,serif;font-size:22px;font-weight:700;display:inline-flex}.login-page{background:#f8f4ee;grid-template-columns:minmax(360px,1fr) minmax(420px,.72fr);min-height:100vh;display:grid}.login-intro{background:var(--nav);color:#fff;flex-direction:column;min-height:100vh;padding:52px clamp(40px,7vw,112px);display:flex}.login-brand,.sidebar__brand{align-items:center;gap:12px;display:flex}.login-brand strong,.sidebar__brand strong{font-size:17px;line-height:1.2;display:block}.login-brand span,.sidebar__brand span{color:#ffffff9e;margin-top:2px;font-size:12px;display:block}.login-intro__copy{max-width:660px;margin:auto 0;padding:80px 0}.login-intro__label{color:#d9ccbe;margin-bottom:18px;font-size:14px;font-weight:650;display:inline-flex}.login-intro h1{letter-spacing:0;max-width:14ch;font-size:42px;font-weight:680;line-height:1.2}.login-intro__copy p{color:#ffffffb8;max-width:54ch;margin-top:22px;font-size:16px;line-height:1.75}.login-assurances{flex-wrap:wrap;gap:12px 24px;margin:0;padding:0;list-style:none;display:flex}.login-assurances li{color:#ffffffc2;align-items:center;gap:7px;font-size:13px;display:flex}.login-panel{justify-content:center;align-items:center;padding:40px;display:flex}.login-form{flex-direction:column;gap:18px;width:min(400px,100%);display:flex}.login-form__head{align-items:center;gap:12px;margin-bottom:8px;display:flex}.login-form__icon{background:var(--accent-soft);width:42px;height:42px;color:var(--accent-strong);border-radius:8px;justify-content:center;align-items:center;display:flex}.login-form h2{font-size:22px}.login-form__head p{color:var(--muted);margin-top:2px}.password-input{display:block;position:relative}.password-input input{padding-right:44px}.password-input button{width:34px;height:32px;color:var(--muted);background:0 0;border:0;border-radius:5px;justify-content:center;align-items:center;padding:0;display:flex;position:absolute;top:4px;right:4px}.password-input button:hover{background:var(--surface-soft);color:var(--ink)}.form-error,.demo-login-note{background:var(--danger-soft);color:#7d3032;border-radius:6px;padding:11px 12px;font-size:13px}.demo-login-note{background:var(--blue-soft);color:#566770}.login-form__foot{color:var(--muted);text-align:center;font-size:12px}.app-shell{min-height:100vh}.sidebar{z-index:var(--z-sidebar);background:var(--nav);color:#fff;flex-direction:column;width:252px;padding:20px 14px 16px;display:flex;position:fixed;top:0;bottom:0;left:0}.sidebar__brand{padding:0 7px 22px}.sidebar__close,.topbar__menu{display:none}.sidebar__nav{flex-direction:column;gap:4px;display:flex}.nav-item{color:#ffffffa6;text-align:left;background:0 0;border:0;border-radius:6px;align-items:center;gap:11px;width:100%;height:44px;padding:0 12px;font-weight:550;transition:background-color .16s,color .16s;display:flex}.nav-item:hover{color:#fff;background:#ffffff0f}.nav-item--active{color:#fff;background:#655a51}.sidebar__footer{border-top:1px solid #ffffff1a;margin-top:auto;padding-top:16px}.operator-block,.account-row{align-items:center;gap:10px;display:flex}.operator-block{padding:8px}.operator-block__avatar{color:#352b29;background:#e6ded2;border-radius:50%;flex:none;justify-content:center;align-items:center;width:36px;height:36px;font-weight:750;display:inline-flex}.operator-block strong,.operator-block span,.account-row strong,.account-row span{display:block}.operator-block strong{font-size:13px}.operator-block div>span{color:#ffffff7a;margin-top:1px;font-size:11px}.sidebar__logout{color:#ffffff8c;background:0 0;border:0;border-radius:6px;align-items:center;gap:9px;width:100%;height:38px;margin-top:5px;padding:0 10px;display:flex}.sidebar__logout:hover{color:#fff;background:#ffffff0f}.main-area{min-height:100vh;margin-left:252px}.topbar{z-index:var(--z-sticky);border-bottom:1px solid var(--line);background:#fffffff5;justify-content:flex-end;align-items:center;min-height:64px;padding:0 28px;display:flex;position:sticky;top:0}.topbar__context{align-items:center;gap:10px;display:flex}.dataset-switch{border:1px solid var(--line-strong);background:var(--surface);height:36px;color:var(--ink-soft);border-radius:6px;align-items:center;gap:7px;padding:0 10px;font-size:13px;font-weight:650;display:inline-flex}.dataset-switch:hover{background:var(--surface-soft)}.dataset-switch__dot{background:var(--blue);border-radius:50%;width:8px;height:8px}.dataset-switch--production .dataset-switch__dot{background:var(--success)}.migration-notice{color:#655a51;background:#eee8de;border-bottom:1px solid #ddd8ce;padding:10px 28px;font-size:13px;line-height:1.55}.page-stage{width:100%;padding:28px}.page-content{width:min(1480px,100%);margin:0 auto}.page-header{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:24px;display:flex}.page-header h1{font-size:24px;font-weight:720}.page-header p{color:var(--muted);margin-top:5px}.page-header__date{min-height:34px;color:var(--muted-strong);align-items:center;gap:7px;display:inline-flex}.page-header__actions{align-items:center;gap:9px;display:flex}.panel{border:1px solid var(--line);background:var(--surface);border-radius:8px}.panel-heading{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:16px;padding:18px 20px;display:flex}.panel-heading h2{font-size:16px}.panel-heading p{color:var(--muted);margin-top:2px;font-size:12px}.service-strip{background:#eef1f2;border:1px solid #d5dadd;border-radius:8px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:13px;min-height:72px;padding:12px 16px;display:grid}.service-strip__icon{width:38px;height:38px;color:var(--accent-strong);background:#e3e8ea;border-radius:7px;justify-content:center;align-items:center;display:flex}.service-strip strong{font-size:14px}.service-strip p{color:#566770;margin-top:2px;font-size:12px}.metric-row{border:1px solid var(--line);background:var(--surface);border-radius:8px;grid-template-columns:repeat(4,minmax(0,1fr));margin:18px 0;display:grid;overflow:hidden}.metric-cell{border:0;border-right:1px solid var(--line);text-align:left;background:0 0;grid-template-rows:auto auto;grid-template-columns:auto 1fr;column-gap:11px;min-height:94px;padding:17px;display:grid;position:relative}.metric-cell:last-child{border-right:0}.metric-cell:hover{background:var(--surface-soft)}.metric-cell__icon{width:38px;height:38px;color:var(--muted-strong);background:#eeeae4;border-radius:7px;grid-row:1/3;justify-content:center;align-items:center;margin-top:3px;display:flex}.metric-cell--attention .metric-cell__icon{background:var(--accent-soft);color:var(--accent-strong)}.metric-cell--warning .metric-cell__icon{background:var(--warning-soft);color:var(--warning)}.metric-cell--success .metric-cell__icon{background:var(--success-soft);color:var(--success)}.metric-cell>strong{font-size:24px;line-height:1.15}.metric-cell>span:last-child{color:var(--muted);margin-top:3px;font-size:12px}.dashboard-grid{grid-template-columns:minmax(0,1.55fr) minmax(280px,.75fr);align-items:start;gap:18px;display:grid}.dashboard-leads,.attention-panel{grid-column:1}.health-panel,.activity-panel{grid-column:2}.health-panel{grid-row:1}.activity-panel{grid-row:2}.compact-list{flex-direction:column;display:flex}.compact-lead{border:0;border-bottom:1px solid var(--line);text-align:left;background:0 0;grid-template-columns:90px minmax(120px,.75fr) minmax(180px,1.4fr) 72px;align-items:center;gap:12px;min-height:64px;padding:10px 20px;display:grid}.compact-lead:last-child{border-bottom:0}.compact-lead:hover{background:var(--surface-soft)}.compact-lead--new{background:#f8f4ee}.compact-lead__status{color:var(--accent-strong);align-items:center;gap:5px;font-size:12px;font-weight:650;display:flex}.compact-lead strong{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.compact-lead>span:nth-child(3){color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.compact-lead time{color:var(--muted);text-align:right;font-size:12px}.health-score{color:var(--accent-strong);font-size:25px}.health-bar{background:#e8ece9;border-radius:999px;height:8px;margin:20px;overflow:hidden}.health-bar span{border-radius:inherit;background:var(--success);height:100%;display:block}.health-details{grid-template-columns:repeat(3,1fr);margin:0 20px 20px;display:grid}.health-details div{border-right:1px solid var(--line);text-align:center;padding:2px 10px}.health-details div:last-child{border-right:0}.health-details dt{color:var(--muted);font-size:11px}.health-details dd{margin:3px 0 0;font-size:17px;font-weight:700}.health-panel>.button{width:calc(100% - 40px);margin:0 20px 20px}.issue-summary-list{flex-direction:column;display:flex}.issue-summary-list button{border:0;border-bottom:1px solid var(--line);text-align:left;background:0 0;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:11px;min-height:62px;padding:10px 20px;display:grid}.issue-summary-list button:last-child{border-bottom:0}.issue-summary-list button:hover{background:var(--surface-soft)}.issue-summary-list__mark{width:34px;height:34px;color:var(--muted-strong);background:#eeeae4;border-radius:7px;justify-content:center;align-items:center;display:flex}.issue-summary-list__mark--warning{background:var(--warning-soft);color:var(--warning)}.issue-summary-list__mark--severe{background:var(--danger-soft);color:var(--danger)}.issue-summary-list strong,.issue-summary-list small{display:block}.issue-summary-list small{color:var(--muted);margin-top:2px;font-size:12px}.activity-list{margin:0;padding:14px 20px 18px;list-style:none}.activity-list li{grid-template-columns:12px minmax(0,1fr);gap:8px;padding:7px 0;display:grid}.activity-list li>span{background:#a6b3ad;border-radius:50%;width:7px;height:7px;margin-top:7px}.activity-list strong,.activity-list small{display:block}.activity-list strong{color:var(--ink-soft);font-size:12px;font-weight:600}.activity-list small{color:var(--muted);margin-top:1px;font-size:11px}.content-tabs,.lead-status-tabs{border-bottom:1px solid var(--line);gap:4px;margin-bottom:16px;display:flex}.content-tabs button,.lead-status-tabs button{min-width:84px;height:42px;color:var(--muted);background:0 0;border:0;padding:0 12px;font-weight:600;position:relative}.content-tabs button:after,.lead-status-tabs button:after{content:"";background:0 0;height:2px;position:absolute;bottom:-1px;left:10px;right:10px}.content-tabs button:hover,.lead-status-tabs button:hover,.content-tabs button.active,.lead-status-tabs button.active{color:var(--ink)}.content-tabs button.active:after,.lead-status-tabs button.active:after{background:var(--accent)}.content-toolbar{justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px;display:flex}.search-field{width:min(440px,100%);display:block;position:relative}.search-field>svg{color:var(--muted);position:absolute;top:12px;left:12px}.search-field input{padding-left:38px}.select-field{color:var(--muted-strong);white-space:nowrap;align-items:center;gap:8px;font-size:13px;display:flex}.select-field select{width:132px}.content-table-wrap{border:1px solid var(--line);background:var(--surface);border-radius:8px;overflow-x:auto}.data-table{border-collapse:collapse;table-layout:fixed;width:100%}.data-table th,.data-table td{border-bottom:1px solid var(--line);text-align:left;vertical-align:middle;padding:11px 14px}.data-table th{height:42px;color:var(--muted-strong);background:#f8f4ee;font-size:12px;font-weight:650}.data-table tr:last-child td{border-bottom:0}.data-table tbody tr:hover{background:#fffcf7}.content-table{min-width:780px}.content-table th:first-child{width:40%}.content-table th:nth-child(2){width:15%}.content-table th:nth-child(3){width:16%}.content-table th:nth-child(4){width:20%}.content-table th:last-child{width:92px}.content-row-edit{color:var(--ink-soft);white-space:nowrap;justify-content:flex-start}.bulk-import-dialog{z-index:var(--z-dialog);background:var(--surface);border-radius:8px;grid-template-rows:auto auto minmax(0,1fr) auto;width:min(1120px,100vw - 40px);max-height:min(860px,100vh - 40px);display:grid;overflow:hidden;box-shadow:0 12px 28px #2b1e0f47}.bulk-import-dialog>header,.bulk-import-dialog>footer{justify-content:space-between;align-items:center;gap:16px;padding:16px 18px;display:flex}.bulk-import-dialog>header{border-bottom:1px solid var(--line)}.bulk-import-dialog>header span{color:var(--muted-strong);font-size:11px;font-weight:700}.bulk-import-dialog>header h2{margin-top:2px;font-size:18px}.bulk-import-dialog>header p{color:var(--muted);margin-top:2px;font-size:12px}.bulk-import-source{border-bottom:1px solid var(--line);background:var(--surface-soft);grid-template-columns:minmax(0,1fr) minmax(0,1fr) auto;align-items:center;gap:10px;padding:16px 18px;display:grid}.bulk-import-source>button:not(.button){border:1px solid var(--line-strong);background:var(--surface);min-width:0;min-height:58px;color:var(--ink-soft);text-align:left;border-radius:6px;align-items:center;gap:10px;padding:9px 12px;display:flex}.bulk-import-source>button:not(.button):hover{border-color:var(--muted-strong);background:#f8f4ee}.bulk-import-source>button:not(.button) span,.bulk-import-source>button:not(.button) strong,.bulk-import-source>button:not(.button) small{min-width:0;display:block}.bulk-import-source>button:not(.button) strong,.bulk-import-source>button:not(.button) small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.bulk-import-source>button:not(.button) small{color:var(--muted);margin-top:2px;font-size:11px}.bulk-import-summary{border-bottom:1px solid var(--line);flex-wrap:wrap;gap:8px 18px;padding:12px 18px;display:flex}.bulk-import-summary>span{align-items:center;gap:7px;display:inline-flex}.bulk-import-table-wrap{min-height:240px;overflow:auto}.bulk-import-table{min-width:860px}.bulk-import-table th:first-child{width:76px}.bulk-import-table th:nth-child(2){width:170px}.bulk-import-table th:nth-child(3){width:220px}.bulk-import-table th:nth-child(4){width:130px}.bulk-import-table td strong,.bulk-import-table td small{display:block}.bulk-import-table td small{color:var(--muted);margin-top:3px;font-size:11px}.bulk-import-empty{min-height:280px;color:var(--muted-strong);text-align:center;flex-direction:column;justify-content:center;align-items:center;display:flex}.bulk-import-empty strong{color:var(--ink-soft);margin-top:10px}.bulk-import-empty p{color:var(--muted);margin-top:4px;font-size:12px}.bulk-import-dialog>footer{border-top:1px solid var(--line);background:var(--surface-soft)}.bulk-import-dialog>footer>div,.bulk-import-dialog>footer strong,.bulk-import-dialog>footer span{align-items:center;gap:9px;display:flex}.bulk-import-dialog>footer span{color:var(--muted);font-size:12px}.content-table tr.has-changes td:first-child{box-shadow:inset 3px 0 #d79a4e}.content-identity{text-align:left;background:0 0;border:0;align-items:center;gap:12px;width:100%;padding:0;display:flex}.content-identity img,.content-identity__empty{object-fit:cover;border-radius:4px;flex:none;width:54px;height:42px}.content-identity__empty{color:#8b7a68;background:#eeeae4;justify-content:center;align-items:center;display:flex}.content-identity strong,.content-identity small{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.content-identity strong{color:var(--ink);font-weight:650}.content-identity small{color:var(--muted);margin-top:2px;font-size:12px}.change-note{color:var(--warning);margin-top:4px;display:block}.cell-ok,.cell-warning,.cell-muted{color:var(--success);align-items:center;gap:4px;font-size:12px;display:inline-flex}.cell-warning{color:var(--warning)}.cell-muted{color:var(--muted)}.editor-layout{grid-template-columns:minmax(0,1fr) 320px;align-items:start;gap:20px;width:min(1520px,100%);margin:0 auto;display:grid}.content-editor{border:1px solid var(--line);background:var(--surface);border-radius:8px;min-width:0}.content-editor__header{border-bottom:1px solid var(--line);grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;min-height:72px;padding:12px 18px;display:grid}.content-editor__header span:not(.status-badge){color:var(--muted);font-size:11px}.content-editor__header h2{margin-top:2px;font-size:17px}.validation-box{background:var(--danger-soft);color:#752d2f;border-radius:6px;margin:18px 20px 0;padding:12px 14px}.validation-box ul{margin:5px 0 0;padding-left:20px}.editor-section{border-bottom:1px solid var(--line);flex-direction:column;gap:16px;padding:22px 20px;display:flex}.editor-section__heading{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.editor-section__heading h3{font-size:15px}.editor-section__heading p{color:var(--muted);margin-top:3px;font-size:12px}.structured-field,.usage-list{flex-direction:column;gap:10px;display:flex}.structured-field__heading,.usage-row__title{justify-content:space-between;align-items:center;gap:12px;display:flex}.structured-field__heading>div,.usage-row__title>div{min-width:0}.structured-field__heading small,.usage-row__title small{color:var(--muted);margin-top:2px;font-size:11px;display:block}.structured-field__heading .field__label b{color:var(--danger)}.structured-rows{border-top:1px solid var(--line)}.structured-row{border-bottom:1px solid var(--line);align-items:end;gap:10px;padding:12px 0;display:grid}.structured-row--substrate{grid-template-columns:minmax(150px,.85fr) minmax(220px,1.4fr) auto}.structured-field__empty{color:var(--muted);font-size:12px}.usage-list{margin-top:4px}.usage-row{border-top:1px solid var(--line);padding:14px 0 2px}.usage-row__title{justify-content:flex-start;margin-bottom:12px}.usage-row__title>span{background:var(--surface-tint);width:26px;height:26px;color:var(--accent-strong);border-radius:5px;flex:none;justify-content:center;align-items:center;font-size:11px;font-weight:750;display:inline-flex}.form-grid--usage{margin-bottom:10px}.reference-field{flex-direction:column;gap:7px;display:flex}.reference-field+.reference-field{margin-top:4px}.reference-field__selected{flex-wrap:wrap;gap:7px;display:flex}.reference-field__selected>span{background:var(--surface-tint);min-height:30px;color:var(--ink-soft);border-radius:5px;align-items:center;gap:6px;padding:4px 5px 4px 9px;font-size:12px;display:inline-flex}.reference-field__selected b{color:var(--accent-strong)}.reference-field__selected i{width:20px;height:20px;color:var(--accent-strong);background:#e6ded2;border-radius:4px;justify-content:center;align-items:center;font-size:10px;font-style:normal;font-weight:750;display:inline-flex}.reference-field__selected button{width:24px;height:24px;color:var(--muted);background:0 0;border:0;border-radius:4px;justify-content:center;align-items:center;padding:0;display:inline-flex}.reference-field__selected button:hover{color:var(--ink);background:#e3ddd4}.reference-field__selected button:disabled{color:#a79c90;background:0 0}.reference-field__empty{color:var(--muted);font-size:12px}.reference-combobox{position:relative}.reference-combobox>svg{z-index:1;color:var(--muted);position:absolute;top:12px;left:11px}.reference-combobox input{padding-left:35px;padding-right:40px}.reference-combobox>button{width:32px;height:32px;color:var(--muted);background:0 0;border:0;border-radius:4px;justify-content:center;align-items:center;padding:0;display:flex;position:absolute;top:4px;right:4px}.reference-combobox>button:hover{background:var(--surface-soft)}.reference-menu{z-index:20;border:1px solid var(--line-strong);background:var(--surface);border-radius:6px;max-height:280px;position:absolute;top:calc(100% + 5px);left:0;right:0;overflow-y:auto;box-shadow:0 6px 12px #352b2924}.reference-menu button{border:0;border-bottom:1px solid var(--line);text-align:left;background:0 0;grid-template-columns:72px minmax(0,1fr) auto;align-items:center;gap:8px;width:100%;min-height:44px;padding:7px 10px;display:grid}.reference-menu button:last-child{border-bottom:0}.reference-menu button:hover{background:var(--surface-soft)}.reference-menu span,.reference-menu small{color:var(--muted);font-size:11px}.reference-menu strong{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.reference-menu>p{color:var(--muted);text-align:center;padding:14px}.media-slots{flex-direction:column;gap:20px;display:flex}.media-slot{min-width:0}.media-slot__head{justify-content:space-between;align-items:center;gap:12px;margin-bottom:9px;display:flex}.media-slot__title{flex-direction:column;align-items:flex-start;gap:3px;min-width:0;display:flex}.media-slot__title>div{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.media-slot__count{color:var(--muted-strong);font-size:11px;font-weight:700}.media-slot__count--over{color:var(--danger)}.media-slot__title small{color:var(--muted);font-size:11px;line-height:1.5}.media-slot__head strong{font-size:13px}.media-slot__head .button{white-space:nowrap;flex:none}.media-empty{width:100%;min-height:84px;color:var(--muted-strong);background:#fffcf7;border:1px dashed #b8aea2;border-radius:6px;justify-content:center;align-items:center;gap:8px;display:flex}.media-empty:hover{border-color:var(--accent);color:var(--accent-strong);background:#f4efe6}.upload-progress{background:#eeeae4;border-radius:5px;height:28px;margin-bottom:9px;position:relative;overflow:hidden}.upload-progress span{background:#ddd0c1;height:100%;display:block}.upload-progress small{color:#655a51;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.media-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:10px;display:grid}.media-item{border:1px solid var(--line);background:var(--surface);border-radius:6px;min-width:0;margin:0;position:relative;overflow:hidden}.media-item img{aspect-ratio:4/3;object-fit:cover;background:#eeeae4;width:100%;display:block}.media-item--square img{aspect-ratio:1}.media-item figcaption{min-width:0;padding:8px 9px 5px}.media-item figcaption strong,.media-item figcaption span{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.media-item figcaption strong{font-size:12px}.media-item figcaption span{color:var(--muted);margin-top:1px;font-size:11px}.media-item__actions{justify-content:flex-end;align-items:center;gap:1px;padding:3px 5px 5px;display:flex}.image-preview-dialog{z-index:var(--z-dialog);background:var(--surface);border-radius:8px;flex-direction:column;width:min(920px,100%);max-height:calc(100vh - 40px);display:flex;overflow:hidden;box-shadow:0 12px 28px #2b1e0f47}.image-preview-dialog header,.image-preview-dialog footer{justify-content:space-between;align-items:center;gap:16px;padding:14px 16px;display:flex}.image-preview-dialog header{border-bottom:1px solid var(--line)}.image-preview-dialog header>div{align-items:center;gap:9px;display:flex}.image-preview-dialog header strong,.image-preview-dialog header span{display:block}.image-preview-dialog header span,.image-preview-dialog footer span{color:var(--muted);margin-top:2px;font-size:11px}.image-preview-dialog>img{object-fit:contain;background:#eeeae4;width:100%;min-height:0;max-height:calc(100vh - 178px);display:block}.image-preview-dialog footer{border-top:1px solid var(--line)}.editor-actions{background:#fffffff7;justify-content:space-between;align-items:center;gap:16px;min-height:72px;padding:12px 20px;display:flex;position:static}.editor-actions>div:first-child span,.editor-actions>div:first-child strong{font-size:11px;display:block}.editor-actions>div:first-child span{color:var(--muted)}.editor-actions>div:first-child strong{color:var(--warning);margin-top:2px}.editor-actions>div:last-child{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.content-preview{position:sticky;top:84px}.content-preview--stacked{flex-direction:column;gap:16px;max-height:calc(100vh - 104px);padding-right:3px;display:flex;overflow-y:auto}.draft-check,.front-preview-panel{border:1px solid var(--line-strong);background:var(--surface);border-radius:8px;padding:12px}.draft-check dl{margin:0}.draft-check dl>div{border-bottom:1px solid var(--line);grid-template-columns:84px minmax(0,1fr);gap:10px;padding:7px 0;font-size:12px;display:grid}.draft-check dl>div:last-child{border-bottom:0}.draft-check dt{color:var(--muted)}.draft-check dd{color:var(--ink);text-align:right;margin:0;font-weight:650}.front-preview__media-status{flex-wrap:wrap;gap:5px;margin-bottom:10px;display:flex}.front-preview__media-status span{background:var(--surface-soft);color:var(--muted-strong);border-radius:4px;align-items:center;gap:5px;padding:4px 6px;font-size:10px;display:inline-flex}.front-preview__media-status b{color:var(--ink)}.front-preview__cover-check{border:1px solid var(--line);background:var(--surface-soft);border-radius:6px;margin-bottom:10px;padding:10px}.front-preview__cover-heading,.front-preview__cover-content{align-items:center;display:flex}.front-preview__cover-heading{color:var(--ink-soft);justify-content:space-between;gap:10px;margin-bottom:8px;font-size:11px}.front-preview__cover-heading span{color:var(--muted);font-size:10px}.front-preview__cover-content{gap:10px}.front-preview__cover-content>img,.front-preview__cover-empty{aspect-ratio:1;background:#e9e5de;border-radius:4px;flex:0 0 88px;width:88px}.front-preview__cover-content>img{object-fit:cover;display:block}.front-preview__cover-empty{color:var(--muted);flex-direction:column;justify-content:center;align-items:center;gap:4px;display:flex}.front-preview__cover-content>div:last-child{min-width:0}.front-preview__cover-content>div:last-child>strong{color:var(--ink);text-overflow:ellipsis;white-space:nowrap;font-size:12px;display:block;overflow:hidden}.front-preview__cover-content p{color:var(--muted-strong);margin-top:4px;font-size:10px;line-height:1.55}.content-preview__head{color:var(--muted-strong);justify-content:space-between;align-items:center;margin-bottom:10px;display:flex}.content-preview__head>div{align-items:center;gap:7px;display:flex}.content-preview__head span{color:var(--muted);font-size:11px}.preview-device{border:1px solid var(--line-strong);background:#f7f4ee;border-radius:8px;overflow:hidden}.preview-device--detail{max-height:620px;overflow-y:auto}.front-preview__media{scroll-snap-type:x mandatory;display:flex;overflow-x:auto}.front-preview__gallery{background:#f7f4ee}.front-preview__tabs{border-bottom:1px solid #5344351f;min-height:34px;display:flex}.front-preview__tabs button{color:#8b7a68;white-space:nowrap;background:0 0;border:0;border-bottom:2px solid #0000;flex:1;min-width:0;padding:0 4px;font-size:9px;position:relative}.front-preview__tabs button:hover,.front-preview__tabs button:focus-visible{color:#352b29;background:#eee8de}.front-preview__tabs button:focus-visible{outline-offset:-2px;outline:2px solid #655a5173}.front-preview__tabs button.is-active{color:#352b29;border-bottom-color:#2b1e0f}.front-preview__media img{aspect-ratio:4/3;object-fit:cover;scroll-snap-align:start;background:#e9e5de;width:100%;min-width:100%}.front-preview__media--three-two img{aspect-ratio:3/2}.front-preview__media--long img{aspect-ratio:auto;object-fit:contain;min-width:0;display:block}.front-preview__media--long{display:block;overflow:hidden}.front-preview__dots{justify-content:center;align-items:center;gap:5px;min-height:20px;display:flex}.front-preview__dots button{appearance:none;cursor:pointer;background:#ddd8ce;border:0;border-radius:50%;width:5px;height:5px;padding:0;transition:background-color .16s}.front-preview__dots button.is-active{background:#2b1e0f;border-radius:999px;width:15px}.front-preview__dots button:focus-visible{outline-offset:3px;outline:2px solid #8d755c}.front-preview__body{padding:15px}.front-preview__body h3{color:#352b29;font-size:17px;line-height:1.4}.front-preview__body>small{color:#8b7a68;margin-top:2px;font-size:11px;display:block}.front-preview__body>p,.front-preview__body section p{color:#655a51;margin-top:8px;font-size:11px;line-height:1.65}.front-preview__body section{margin-top:15px}.front-preview__body h4{color:#352b29;margin-bottom:7px;font-size:12px}.front-preview__rows{margin-top:11px}.front-preview__rows>div{border-bottom:1px solid #5344351f;grid-template-columns:70px minmax(0,1fr);gap:8px;padding:7px 0;font-size:10px;display:grid}.front-preview__rows span{color:#8b7a68}.front-preview__rows strong{color:#4b4039;text-align:right;font-weight:600}.front-preview__substrates{grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;display:grid}.front-preview__substrates>div{border:1px solid #5344351f;padding:7px}.front-preview__substrates strong,.front-preview__substrates span{font-size:9px;display:block}.front-preview__substrates span{color:#8b7a68;margin-top:2px}.front-preview__references{flex-direction:column;gap:6px;display:flex}.front-preview__references>span{color:#655a51;background:#5344350f;flex-direction:column;gap:2px;padding:7px;font-size:10px;line-height:1.45;display:flex}.front-preview__references b{color:#352b29}.front-preview__references small{color:#8b7a68}.front-preview__issues,.front-preview__missing{color:#753a34;background:#8b3a320f;border:1px solid #8b3a3240;border-radius:6px;margin-top:10px;padding:9px 10px;font-size:11px}.front-preview__issues ul{margin:6px 0 0 16px;padding:0;line-height:1.6}.front-preview__warnings{color:#76501f;background:#93652112;border:1px solid #93652147;border-radius:6px;margin-top:10px;padding:9px 10px;font-size:11px}.front-preview__warnings ul{margin:6px 0 0 16px;padding:0;line-height:1.6}.front-preview__missing p{margin-top:4px}.front-preview__ready{color:var(--success);margin-top:10px;font-size:11px}.preview-device__bar{border-bottom:1px solid #5344351f;justify-content:flex-end;align-items:center;gap:5px;height:38px;padding:0 12px;display:flex}.preview-device__bar span{color:#3d342d;margin-right:auto;font-family:Georgia,Times New Roman,serif;font-size:12px}.preview-device__bar i{background:#83766a;border-radius:50%;width:6px;height:6px}.preview-device__image{aspect-ratio:4/3;object-fit:cover;width:100%;display:block}.preview-device__image--empty{color:#776d65;background:#e9e5de;flex-direction:column;justify-content:center;align-items:center;gap:6px;font-size:12px;display:flex}.preview-device__body{min-height:220px;padding:18px}.preview-device__body small{color:#7d6f61}.preview-device__body h3{color:#302923;margin-top:6px;font-size:18px;line-height:1.35}.preview-device__body>strong{color:#5e5248;margin-top:5px;font-size:12px;display:block}.preview-device__body p{color:#66594f;margin-top:13px;font-size:13px;line-height:1.7}.preview-device__body>div{flex-wrap:wrap;gap:5px;margin-top:14px;display:flex}.preview-device__body>div span{color:#66594f;background:#483d3314;border-radius:3px;padding:4px 7px;font-size:11px}.content-preview__note{color:var(--muted);margin-top:9px;font-size:11px;line-height:1.55}.page-image-preview{border:1px solid var(--line-strong);background:#f7f4ee;border-radius:8px;flex-direction:column;gap:12px;max-height:calc(100vh - 190px);padding:12px;display:flex;overflow-y:auto}.page-image-preview section>span{color:#6f6359;margin-bottom:6px;font-size:11px;font-weight:700;display:block}.page-image-preview section>img,.page-image-preview__slices img{object-fit:cover;background:#e9e5de;width:100%;display:block}.home-preview-list{border:1px solid var(--line-strong);background:var(--surface);border-radius:8px;grid-template-columns:repeat(2,minmax(0,1fr));display:grid;overflow:hidden}.home-preview-list>div{border-right:1px solid var(--line);border-bottom:1px solid var(--line);min-height:110px;padding:16px}.home-preview-list>div:nth-child(2n){border-right:0}.home-preview-list>div:nth-child(n+3){border-bottom:0}.home-preview-list span,.home-preview-list strong,.home-preview-list small{display:block}.home-preview-list span{color:var(--muted-strong);font-size:12px}.home-preview-list strong{color:var(--accent-strong);margin-top:10px;font-size:28px}.home-preview-list small{color:var(--muted);font-size:10px}.page-image-preview section>img{aspect-ratio:16/9}.page-image-preview section>div:not(.page-image-preview__slices){color:#776d65;border:1px dashed #b9b0a7;flex-direction:column;justify-content:center;align-items:center;gap:6px;min-height:100px;display:flex}.page-image-preview__slices{background:#fff}.page-image-preview__slices img{border-bottom:1px solid #5344351a;height:auto;min-height:120px}.lead-status-tabs{overflow-x:auto}.lead-status-tabs button{white-space:nowrap;min-width:76px}.lead-list{border:1px solid var(--line);background:var(--surface);border-radius:8px;overflow:hidden}.lead-row{border:0;border-bottom:1px solid var(--line);text-align:left;background:0 0;grid-template-columns:4px minmax(160px,.85fr) minmax(220px,1.35fr) 78px 92px auto;align-items:center;gap:14px;width:100%;min-height:72px;padding:10px 16px 10px 0;display:grid;position:relative}.lead-row:last-child{border-bottom:0}.lead-row:hover{background:var(--surface-soft)}.lead-row--new{background:#f8f4ee}.lead-row__indicator{background:0 0;align-self:stretch}.lead-row--new .lead-row__indicator{background:var(--accent)}.lead-row__person strong,.lead-row__person small,.lead-row__selection strong,.lead-row__selection small{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.lead-row__person strong,.lead-row__selection strong{font-weight:650}.lead-row__person small,.lead-row__selection small,.lead-row time{color:var(--muted);margin-top:3px;font-size:12px}.lead-row time{text-align:right;margin-top:0}.lead-detail-layout{grid-template-columns:minmax(0,1fr) 280px;align-items:start;gap:20px;width:min(1200px,100%);margin:0 auto;display:grid}.lead-detail{border:1px solid var(--line);background:var(--surface);border-radius:8px}.lead-detail__header{border-bottom:1px solid var(--line);grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;min-height:72px;padding:12px 18px;display:grid}.lead-detail__header span:not(.status-badge){color:var(--muted);font-size:11px}.lead-detail__header h2{margin-top:2px;font-size:18px}.new-lead-banner{background:var(--accent-soft);color:var(--accent-strong);border-radius:6px;align-items:center;gap:10px;margin:18px 20px 0;padding:11px 13px;display:flex}.new-lead-banner strong,.new-lead-banner span{display:block}.new-lead-banner span{margin-top:1px;font-size:12px}.lead-info-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;padding:20px;display:grid}.lead-info-grid section{background:var(--surface-soft);border-radius:6px;align-items:flex-start;gap:10px;min-width:0;padding:13px;display:flex}.lead-info-grid__icon{width:34px;height:34px;color:var(--muted-strong);background:#eae4db;border-radius:6px;flex:none;justify-content:center;align-items:center;display:flex}.lead-info-grid small,.lead-info-grid strong,.lead-info-grid div>span{display:block}.lead-info-grid small,.lead-info-grid div>span{color:var(--muted);font-size:11px}.lead-info-grid strong{overflow-wrap:anywhere;margin:2px 0;font-size:14px}.lead-section{border-top:1px solid var(--line);padding:20px}.lead-section h3{margin-bottom:12px;font-size:15px}.selection-tags{flex-wrap:wrap;gap:7px;display:flex}.selection-tags span{background:var(--surface-tint);color:var(--ink-soft);border-radius:5px;padding:5px 9px;font-size:12px}.detail-list{margin:0}.detail-list div{border-bottom:1px solid var(--line);grid-template-columns:100px minmax(0,1fr);gap:12px;min-height:40px;padding:9px 0;display:grid}.detail-list div:last-child{border-bottom:0}.detail-list dt{color:var(--muted)}.detail-list dd{color:var(--ink-soft);margin:0}.lead-followup>div:first-child p{color:var(--muted);margin:-8px 0 16px;font-size:12px}.lead-followup .field{margin-top:16px}.lead-followup .form-grid .field{margin-top:0}.lead-followup__action{justify-content:flex-end;margin-top:16px;display:flex}.privacy-note{background:#f4efe6;border:1px solid #ddd8ce;border-radius:8px;padding:16px}.privacy-note strong{color:#655a51}.privacy-note p{color:#746659;margin-top:6px;font-size:12px;line-height:1.65}.muted-copy{color:var(--muted)}.operations-overview{grid-template-columns:minmax(0,1.5fr) minmax(300px,.7fr);gap:16px;margin-bottom:22px;display:grid}.service-overview,.health-overview{border:1px solid var(--line);background:var(--surface);border-radius:8px;align-items:center;min-height:122px;padding:18px;display:grid}.service-overview{grid-template-columns:auto minmax(0,1fr) auto;gap:14px}.service-overview>span:first-child,.monitoring-panel__head>span,.settings-section__heading>span{background:var(--accent-soft);width:42px;height:42px;color:var(--accent-strong);border-radius:7px;justify-content:center;align-items:center;display:flex}.service-overview small,.health-overview small{color:var(--muted)}.service-overview strong{margin-top:2px;font-size:17px;display:block}.service-overview p{color:var(--muted-strong);margin-top:4px;font-size:12px}.health-overview{grid-template-columns:1fr auto;gap:12px}.health-overview strong{margin-top:1px;font-size:24px;display:block}.health-overview>p{color:var(--muted);grid-column:1/-1;font-size:12px}.health-ring{background:conic-gradient(var(--success) var(--value), #e6eae7 var(--value));border-radius:50%;justify-content:center;align-items:center;width:58px;height:58px;display:flex;position:relative}.health-ring:after{background:var(--surface);content:"";border-radius:50%;width:44px;height:44px;position:absolute}.health-ring span{z-index:1;font-size:12px;font-weight:700;position:relative}.issue-group{border:1px solid var(--line);background:var(--surface);border-radius:8px;margin-top:18px;overflow:hidden}.issue-group__heading{border-bottom:1px solid var(--line);grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:11px;min-height:68px;padding:12px 16px;display:grid}.issue-group__heading>span{width:36px;height:36px;color:var(--muted-strong);background:#eeeae4;border-radius:7px;justify-content:center;align-items:center;display:flex}.issue-group--warning .issue-group__heading>span{background:var(--warning-soft);color:var(--warning)}.issue-group--severe .issue-group__heading>span{background:var(--danger-soft);color:var(--danger)}.issue-group__heading h2{font-size:16px}.issue-group__heading p{color:var(--muted);margin-top:2px;font-size:12px}.issue-group__heading>strong{font-size:20px}.issue-row{border-bottom:1px solid var(--line);padding:16px}.issue-row:last-child{border-bottom:0}.issue-row__summary{grid-template-columns:auto minmax(0,1fr) auto;align-items:start;gap:11px;display:grid}.issue-row__icon{width:34px;height:34px;color:var(--muted-strong);background:#eeeae4;border-radius:7px;justify-content:center;align-items:center;display:flex}.issue-row--warning .issue-row__icon{background:var(--warning-soft);color:var(--warning)}.issue-row--severe .issue-row__icon{background:var(--danger-soft);color:var(--danger)}.issue-row__title{flex-wrap:wrap;align-items:center;gap:7px;display:flex}.issue-row__title>span:not(.status-badge){color:var(--muted);font-size:12px}.issue-row__summary p{max-width:75ch;color:var(--ink-soft);margin-top:4px}.issue-row__summary small{color:var(--muted);margin-top:5px;display:block}.issue-row__affected{background:var(--surface-soft);color:var(--muted-strong);border-radius:5px;grid-template-columns:80px minmax(0,1fr);gap:8px;margin:12px 0 0 45px;padding:9px 11px;font-size:12px;display:grid}.issue-row__handling{grid-template-columns:150px minmax(220px,1fr) auto;align-items:end;gap:10px;margin:14px 0 0 45px;display:grid}.monitoring-panel{border:1px solid var(--line);background:var(--surface);border-radius:8px;margin-top:18px;padding:18px}.monitoring-panel__head,.settings-section__heading{align-items:center;gap:12px;display:flex}.monitoring-panel__head h2,.settings-section__heading h2{font-size:16px}.monitoring-panel__head p,.settings-section__heading p{color:var(--muted);margin-top:2px;font-size:12px}.integration-list{border-top:1px solid var(--line);grid-template-columns:repeat(2,minmax(0,1fr));gap:0 20px;margin-top:16px;display:grid}.integration-list>div{border-bottom:1px solid var(--line);grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:8px;min-height:48px;display:grid}.integration-list__dot{background:#b78a52;border-radius:50%;width:8px;height:8px}.integration-list strong{font-size:12px;font-weight:600}.monitoring-panel__maintenance{background:var(--surface-soft);color:var(--muted-strong);border-radius:5px;align-items:center;gap:8px;margin-top:14px;padding:10px 12px;font-size:12px;display:flex}.settings-page{max-width:920px}.settings-section{border:1px solid var(--line);background:var(--surface);border-radius:8px;margin-bottom:16px;padding:20px}.settings-section__heading{margin-bottom:18px}.account-row{border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:14px 0}.account-row div{flex:1;min-width:0}.account-row div>span{color:var(--muted);font-size:12px}.settings-section>.button{margin-top:16px}.data-boundaries{border-top:1px solid var(--line);grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.data-boundaries>div{padding:18px 18px 4px 20px;position:relative}.data-boundaries>div+div{border-left:1px solid var(--line)}.data-boundaries__dot{background:var(--blue);border-radius:50%;width:8px;height:8px;position:absolute;top:24px;left:2px}.data-boundaries__dot--prod{background:var(--success)}.data-boundaries p{color:var(--muted);margin-top:4px;font-size:12px;line-height:1.65}.plain-checklist{border-top:1px solid var(--line);flex-direction:column;gap:0;margin:0;padding:0;list-style:none;display:flex}.plain-checklist li{border-bottom:1px solid var(--line);min-height:46px;color:var(--ink-soft);align-items:center;gap:9px;display:flex}.plain-checklist li svg{color:var(--accent)}.settings-section--technical{background:#f8f4ee;border-color:#ddd8ce}.demo-settings-note{background:var(--blue-soft);color:#566770;border-radius:5px;margin-top:14px;padding:10px 12px;font-size:12px}.consultants-page{max-width:1480px;padding-bottom:104px}.consultant-summary{border:1px solid var(--line);background:var(--surface);border-radius:8px;grid-template-columns:repeat(4,minmax(0,1fr));margin-bottom:18px;display:grid;overflow:hidden}.consultant-summary>div{border-right:1px solid var(--line);grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:8px;min-height:66px;padding:13px 16px;display:grid}.consultant-summary>div:last-child{border-right:0}.consultant-summary svg{color:var(--accent-strong)}.consultant-summary span{color:var(--muted-strong);font-size:12px}.consultant-summary strong{color:var(--ink);font-size:17px}.consultant-headquarters{margin-bottom:18px}.consultant-directory-panel{border:1px solid var(--line);background:var(--surface);border-radius:8px}.consultant-directory-head{border-bottom:1px solid var(--line);justify-content:space-between;align-items:flex-start;gap:18px;padding:18px 20px;display:flex}.consultant-directory-head h2{font-size:16px}.consultant-directory-head p{color:var(--muted);margin-top:3px;font-size:12px}.consultant-search{width:min(460px,100% - 40px);margin:16px 20px}.consultant-table-wrap{border-top:1px solid var(--line);max-height:660px;overflow:auto}.consultant-table{table-layout:auto;min-width:1180px}.consultant-table thead{z-index:var(--z-sticky);position:sticky;top:0}.consultant-table th:first-child,.consultant-table td:first-child{text-align:center;width:58px}.consultant-table th:nth-child(2),.consultant-table td:nth-child(2){width:150px}.consultant-table th:nth-child(3),.consultant-table td:nth-child(3){width:170px}.consultant-table th:nth-child(4),.consultant-table td:nth-child(4){width:130px}.consultant-table th:nth-child(5),.consultant-table td:nth-child(5){width:160px}.consultant-table th:last-child,.consultant-table td:last-child{width:132px}.consultant-table td{padding:8px 9px}.consultant-table td input:not([type=checkbox]){background:#fffdf9;width:100%;min-width:0;min-height:36px;padding:7px 9px}.consultant-table td input[type=checkbox]{width:17px;height:17px;accent-color:var(--accent-strong)}.consultant-table tr.is-disabled td{opacity:.72;background:#f7f5f1}.consultant-row-actions{justify-content:flex-end;align-items:center;gap:3px;display:flex}.validation-list{color:#76572f;background:#fff7eb;border:1px solid #e2c7a3;border-radius:6px;flex-direction:column;gap:5px;margin:12px 20px 16px;padding:12px 14px;font-size:12px;line-height:1.5;display:flex}.validation-list strong{color:#5f4321;font-size:13px}.consultant-validation{margin:18px 0 0}.consultant-actions{z-index:var(--z-sticky);border:1px solid var(--line-strong);background:#fffdf9f7;border-radius:8px;margin-top:18px;position:sticky;bottom:0}@keyframes spin{to{transform:rotate(360deg)}}@keyframes toast-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media (width<=1180px){.editor-layout{grid-template-columns:minmax(0,1fr) 280px}.dashboard-grid{grid-template-columns:minmax(0,1fr)}.dashboard-leads,.attention-panel,.health-panel,.activity-panel{grid-area:auto/1}}@media (width<=960px){.sidebar{transition:transform .18s ease-out;transform:translate(-100%)}.sidebar--open{transform:translate(0)}.sidebar__close{color:#ffffffb3;margin-left:auto;display:inline-flex}.sidebar__close:hover{color:#fff;background:#ffffff14;border-color:#ffffff1f}.sidebar-scrim{z-index:calc(var(--z-sidebar) - 1);background:#090f0d80;border:0;position:fixed;inset:0}.main-area{margin-left:0}.topbar{justify-content:space-between}.topbar__menu{display:inline-flex}.editor-layout{grid-template-columns:minmax(0,1fr)}.content-preview{width:min(420px,100%);margin:0 auto;position:static}.lead-detail-layout{grid-template-columns:minmax(0,1fr)}.privacy-note{order:-1}.consultant-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.consultant-summary>div:nth-child(2){border-right:0}.consultant-summary>div:nth-child(-n+2){border-bottom:1px solid var(--line)}}@media (width<=760px){.bulk-import-dialog{width:calc(100vw - 24px);max-height:calc(100vh - 24px)}.bulk-import-source{grid-template-columns:minmax(0,1fr)}.bulk-import-source>.button{justify-self:start}.bulk-import-dialog>footer{flex-direction:column;align-items:stretch}.bulk-import-dialog>footer>div:last-child{flex-wrap:wrap}.bulk-import-dialog>footer>div:last-child .button{flex:140px}.login-page{grid-template-columns:minmax(0,1fr)}.login-intro{min-height:auto;padding:28px 24px}.login-intro__copy{padding:56px 0}.login-intro h1{max-width:18ch;font-size:34px}.login-panel{padding:42px 24px 60px}.page-stage{padding:20px 16px}.consultant-directory-head,.page-header__actions{flex-direction:column;align-items:stretch}.page-header__actions .button{justify-content:center}.consultant-search{width:calc(100% - 32px);margin:14px 16px}.consultant-actions{position:static}.topbar{padding:0 16px}.migration-notice{padding:10px 16px}.metric-row{grid-template-columns:repeat(2,minmax(0,1fr))}.metric-cell:nth-child(2){border-right:0}.metric-cell:nth-child(-n+2){border-bottom:1px solid var(--line)}.service-strip,.service-overview{grid-template-columns:auto minmax(0,1fr)}.service-strip>.status-badge,.service-overview>.status-badge{grid-column:2;justify-self:start}.compact-lead{grid-template-columns:82px minmax(0,1fr) 68px}.compact-lead>span:nth-child(3){display:none}.content-toolbar{flex-direction:column;align-items:stretch}.content-table{table-layout:auto;min-width:0}.content-table th:first-child{width:72%}.content-table th:nth-child(2){width:28%}.content-table th:nth-child(n+3),.content-table td:nth-child(n+3){display:none}.select-field{justify-content:space-between}.select-field select{flex:1}.form-grid{grid-template-columns:minmax(0,1fr)}.structured-row--substrate{grid-template-columns:minmax(0,1fr) auto}.structured-row--substrate .field:nth-child(2){grid-column:1}.structured-row--substrate .icon-button{grid-area:1/2/3}.editor-actions{flex-direction:column;align-items:stretch}.editor-actions>div:last-child{justify-content:stretch}.editor-actions>div:last-child .button{flex:140px}.lead-row{grid-template-columns:4px minmax(0,1fr) auto auto;gap:10px}.lead-row__selection,.lead-row time{display:none}.lead-info-grid,.operations-overview{grid-template-columns:minmax(0,1fr)}.issue-row__summary{grid-template-columns:auto minmax(0,1fr)}.issue-row__summary>.button{grid-column:2;justify-self:start}.issue-row__affected,.issue-row__handling{margin-left:0}.issue-row__handling{grid-template-columns:minmax(0,1fr)}.issue-row__handling .button{justify-self:end}.integration-list,.data-boundaries{grid-template-columns:minmax(0,1fr)}.data-boundaries>div+div{border-top:1px solid var(--line);border-left:0}}@media (width<=480px){.page-header{flex-direction:column}.topbar__context>.status-badge{display:none}.content-tabs{overflow-x:auto}.content-tabs button{white-space:nowrap;min-width:78px}.content-editor__header,.lead-detail__header{grid-template-columns:auto minmax(0,1fr)}.content-editor__header>.status-badge,.lead-detail__header>.status-badge{grid-column:2;justify-self:start}.media-grid{grid-template-columns:minmax(0,1fr)}.toast{bottom:16px;right:16px}.confirm-dialog{grid-template-columns:minmax(0,1fr)}.confirm-dialog__actions{grid-column:1}.create-content-dialog__fields{grid-template-columns:minmax(0,1fr)}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
