:root{color:#171716;background:#f2f0ea;font-family:Avenir Next,Century Gothic,sans-serif;font-synthesis:none;--ink: #171716;--muted: #706f68;--paper: #fbfaf6;--line: #dedbd2;--orange: #ee8e3e;--orange-light: #ffd6ae;--green: #3c9b70;--red: #cf5649;--sidebar: #1b1b1a}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}button,input,textarea,select{font:inherit}button{cursor:pointer}.login-page{min-height:100vh;display:grid;grid-template-columns:1.15fr .85fr;overflow:hidden;background:radial-gradient(circle at 22% 20%,#fff 0,#f3ede3 40%,#e9e3d8)}.login-orbit{position:relative;display:grid;place-items:center;min-height:100vh}.planet{width:250px;height:250px;border-radius:50%;display:grid;place-items:center;color:#fff;font:800 120px/1 Avenir Next;background:linear-gradient(145deg,#ffb36a,#d86917 72%);box-shadow:inset -35px -28px 70px #b9490c77,0 35px 80px #b9672b42;z-index:2}.orbit{position:absolute;width:520px;height:230px;border:3px solid #d17b35;border-radius:50%;transform:rotate(18deg)}.orbit-a:after{content:"";position:absolute;width:18px;height:18px;background:var(--ink);border-radius:50%;left:55px;top:15px}.orbit-b{width:410px;height:510px;opacity:.24;transform:rotate(62deg);border-width:1px}.login-panel{align-self:center;margin-right:8vw;padding:55px;background:#171716;color:#fff;border-radius:38px;box-shadow:0 40px 100px #3024192e}.eyebrow{color:var(--orange);font-size:12px;letter-spacing:.18em;font-weight:800}.login-panel h1{margin:15px 0 12px;font-size:clamp(54px,6vw,88px);line-height:.88;letter-spacing:-.06em}.login-copy{color:#aaa9a3;max-width:420px;line-height:1.5;margin:0 0 30px}.field{display:flex;flex-direction:column;gap:8px;min-width:0;flex:1;margin-bottom:18px}.field>span{color:#77766f;font-weight:700;font-size:13px}.field input,.field textarea,.field select,.editor-top select{border:1px solid var(--line);background:#f8f7f2;border-radius:14px;padding:14px 15px;color:var(--ink);outline:none;width:100%}.field textarea{resize:vertical;line-height:1.5}.field input:focus,.field textarea:focus,.field select:focus{border-color:var(--orange);box-shadow:0 0 0 3px #ee8e3e1c}.login-panel .field>span{color:#bab9b2}.login-panel .field input{border-color:#373735;background:#242423;color:#fff}.primary-button,.quiet-button{border:0;border-radius:14px;font-weight:800;padding:15px 20px}.primary-button{background:var(--orange);color:#fff;box-shadow:0 10px 28px #e8893d2f}.primary-button:hover{background:#db792c}.primary-button:disabled{opacity:.55;cursor:wait}.primary-button.compact{padding:12px 18px}.login-button{width:100%;margin-top:3px}.quiet-button{background:var(--paper);border:1px solid var(--line);color:var(--ink)}.inline-error{color:#ff8e7f;margin:-5px 0 15px;font-size:14px}.security-note{margin-top:22px;color:#7f7e78;font-size:12px}.security-note span{color:var(--orange);margin-right:7px}.app-shell{display:grid;grid-template-columns:280px 1fr;min-height:100vh}.sidebar{background:var(--sidebar);color:#fff;padding:26px 18px;position:fixed;inset:0 auto 0 0;width:280px;display:flex;flex-direction:column}.brand{display:flex;align-items:center;gap:12px;padding:6px 10px 35px}.brand-mark{display:grid;place-items:center;width:42px;height:42px;border-radius:15px;background:var(--orange);font-weight:900;font-size:22px}.brand b,.brand small{display:block}.brand b{font-size:19px;letter-spacing:.12em}.brand small{font-size:8px;color:#85847f;letter-spacing:.17em;margin-top:3px}.nav-section-label{color:#62615e;font-size:9px;letter-spacing:.18em;font-weight:800;padding:0 12px 10px}.secondary-label{margin-top:28px}.nav-item{width:100%;color:#aaa9a4;background:transparent;border:0;padding:12px 13px;border-radius:12px;display:flex;align-items:center;gap:13px;text-align:left;font-weight:650;margin-bottom:4px}.nav-item:hover{background:#252524;color:#fff}.nav-item.active{color:#fff;background:#302b26;box-shadow:inset 3px 0 var(--orange)}.nav-glyph{color:var(--orange);font-size:19px;width:20px;text-align:center}.future-item{color:#787772;display:flex;justify-content:space-between;padding:8px 13px;font-size:13px}.future-item span{text-transform:uppercase;font-size:8px;letter-spacing:.1em;border:1px solid #3c3b39;padding:3px 5px;border-radius:5px}.operator{margin-top:auto;border-top:1px solid #31312f;padding:20px 8px 2px;display:flex;align-items:center;gap:10px;min-width:0}.operator-avatar{width:36px;height:36px;flex:0 0 auto;background:#302b26;color:var(--orange);border-radius:50%;display:grid;place-items:center;font-weight:800}.operator-copy{min-width:0;flex:1}.operator-copy b,.operator-copy small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.operator-copy b{font-size:11px}.operator-copy small{color:#777671;font-size:10px;text-transform:uppercase;margin-top:2px}.operator button{border:0;background:transparent;color:#777671;font-size:18px}.workspace{grid-column:2;min-width:0;padding:48px clamp(30px,5vw,75px) 80px;max-width:1600px;width:100%;margin:0 auto}.page-header{display:flex;align-items:flex-start;justify-content:space-between;gap:30px;margin-bottom:35px}.page-header h2{font-size:clamp(38px,5vw,68px);letter-spacing:-.055em;line-height:1;margin:10px 0 12px}.page-header p{color:var(--muted);margin:0}.metric-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:14px}.metric-card{background:var(--paper);border:1px solid var(--line);border-radius:22px;padding:22px;min-height:160px;display:flex;flex-direction:column}.metric-card>span{color:var(--muted);font-size:13px}.metric-card strong{font-size:48px;line-height:1;margin:auto 0 10px;letter-spacing:-.05em}.metric-card small{color:#898881}.metric-card.accent{background:var(--orange);color:#fff;border-color:var(--orange)}.metric-card.accent>span,.metric-card.accent small{color:#fffbdfee}.dashboard-layout{display:grid;grid-template-columns:1.55fr .85fr;gap:14px}.card,.table-card{background:var(--paper);border:1px solid var(--line);border-radius:24px}.card{padding:25px}.card-heading{display:flex;justify-content:space-between;color:#77766f;font-size:11px;letter-spacing:.12em;font-weight:800}.card h3{font-size:26px;letter-spacing:-.03em;margin:30px 0}.status-dot{display:inline-block;width:7px;height:7px;border-radius:50%;margin-right:7px}.status-dot.green{background:var(--green)}.live-pill,.phase-pill{font-size:9px;color:var(--green);background:#e7f5ed;padding:5px 8px;border-radius:999px;letter-spacing:.08em;font-weight:800}.health-list{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid var(--line)}.health-line{padding:17px 10px 17px 0;display:flex;justify-content:space-between;gap:10px;border-bottom:1px solid var(--line)}.health-line:nth-child(odd){margin-right:18px}.health-line span{color:var(--muted)}.health-line b{font-size:13px;text-align:right}.healthy{color:var(--green)}.warning{color:var(--red)}.attention-card{background:var(--ink);color:#fff;border-color:var(--ink);position:relative;overflow:hidden}.attention-card:after{content:"";width:190px;height:190px;border:38px solid #2d2d2b;position:absolute;border-radius:50%;right:-80px;bottom:-100px}.attention-card .card-heading{color:#8c8b85}.attention-card p{color:#aaa9a3;line-height:1.5;position:relative;z-index:1}.privacy-seal{color:var(--orange);font-size:12px;margin-top:30px;position:relative;z-index:1}.module-strip{margin-top:14px;border:1px dashed #c9c4b9;border-radius:18px;padding:19px 23px;display:flex;justify-content:space-between;align-items:center}.module-strip b,.module-strip span{display:block}.module-strip>div>span{color:var(--muted);font-size:13px;margin-top:4px}.module-strip .phase-pill{color:#b86927;background:#fff0df}.toolbar{display:flex;gap:10px;margin-bottom:14px}.toolbar.narrow{max-width:260px}.toolbar select,.ticket-controls select,td select{border:1px solid var(--line);background:var(--paper);border-radius:10px;padding:10px 12px;color:var(--ink)}.search-input{flex:1;border:1px solid var(--line);background:var(--paper);border-radius:14px;padding:13px 16px;outline:none}.table-card{overflow:hidden}table{width:100%;border-collapse:collapse;font-size:13px}th{text-align:left;color:#87867f;background:#f8f6f0;font-size:10px;letter-spacing:.08em;padding:15px 18px}td{padding:17px 18px;border-top:1px solid #e6e3da;color:#5b5a55}td b,td small{display:block}td b{color:var(--ink);margin-bottom:4px}td small{color:#96958e;font-size:9px}td code{color:#9a541c;background:#fff0e1;padding:4px 6px;border-radius:6px}.danger-text,.success-text{border:0;background:transparent;font-weight:700}.danger-text{color:var(--red)}.success-text{color:var(--green)}.status{display:inline-block;font-size:9px;text-transform:uppercase;letter-spacing:.08em;padding:5px 8px;border-radius:999px;background:#eceae3;color:#6d6c66}.status-active,.status-published,.status-success{color:#247b55;background:#ddf2e7}.status-suspended,.status-denied,.status-failed{color:#a3372c;background:#fae2df}.status-draft{color:#a86222;background:#ffedd9}.status-healthy,.status-succeeded,.status-resolved{color:#247b55;background:#ddf2e7}.status-revoked,.status-urgent,.status-critical{color:#a3372c;background:#fae2df}.status-high,.status-investigating,.status-in-progress{color:#a86222;background:#ffedd9}.split-layout{display:grid;grid-template-columns:minmax(320px,.85fr) minmax(440px,1.15fr);gap:16px}.form-card .primary-button{width:100%}.field-row{display:flex;gap:12px}.field-row.three>*{flex:1}.toggle-line{display:flex;justify-content:space-between;align-items:center;padding:18px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);margin:10px 0 18px}.toggle-line b,.toggle-line small{display:block}.toggle-line small{color:var(--muted);margin-top:3px}.toggle{width:47px;height:27px;border:0;border-radius:999px;background:#dad8d0;padding:3px;transition:.2s;flex:0 0 auto}.toggle span{display:block;width:21px;height:21px;background:#fff;border-radius:50%;box-shadow:0 2px 6px #0002;transition:.2s}.toggle.checked{background:var(--orange)}.toggle.checked span{transform:translate(20px)}.flag{padding:20px 0;border-bottom:1px solid var(--line)}.flag:last-child{border-bottom:0;padding-bottom:0}.flag-main{display:flex;justify-content:space-between;gap:20px}.flag-main b,.flag-main small{display:block}.flag-main b{font-family:ui-monospace,monospace}.flag-main small{color:var(--muted);margin-top:5px}.rollout{display:grid;grid-template-columns:115px 1fr 40px 55px;align-items:center;gap:10px;margin-top:17px;color:var(--muted);font-size:11px}.rollout input{accent-color:var(--orange)}.rollout b{color:var(--ink)}.rollout button{border:0;color:#a85e23;background:#fff0e1;border-radius:8px;padding:7px;font-weight:700}.cms-layout{display:grid;grid-template-columns:300px minmax(0,1fr);gap:16px;align-items:start}.ops-split{display:grid;grid-template-columns:minmax(280px,.7fr) minmax(0,1.6fr);gap:16px;align-items:start}.compact-list{padding:16px;max-height:72vh;overflow:auto}.compact-list .card-heading{padding:7px 7px 14px;position:sticky;top:-16px;background:var(--paper);z-index:1}.ops-list-item{width:100%;border:0;border-top:1px solid var(--line);background:transparent;padding:15px 7px;display:flex;justify-content:space-between;align-items:center;gap:12px;text-align:left}.ops-list-item:hover,.ops-list-item.selected{background:#f4efe7;border-radius:12px}.ops-list-item b,.ops-list-item small{display:block}.ops-list-item small{color:var(--muted);font-size:10px;margin-top:4px}.section-toolbar{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:18px 20px;border-bottom:1px solid var(--line)}.section-toolbar b,.section-toolbar small{display:block}.section-toolbar small{color:var(--muted);margin-top:4px}.danger-button{border:0;color:#fff;background:var(--red);border-radius:10px;padding:10px 13px;font-weight:750}.spaced-card{margin-top:16px}.muted-copy{color:var(--muted);line-height:1.55}.conversation{min-height:620px;display:flex;flex-direction:column}.ticket-header{display:flex;justify-content:space-between;gap:20px;border-bottom:1px solid var(--line);padding-bottom:18px}.ticket-header h3{margin:7px 0 0}.ticket-controls{display:flex;align-items:center;flex-wrap:wrap;gap:8px}.message-list{display:flex;flex-direction:column;gap:10px;padding:22px 0;flex:1}.message{max-width:78%;background:#eeece5;border-radius:16px 16px 16px 4px;padding:13px 15px}.message.admin{margin-left:auto;background:#fff0e1;border-radius:16px 16px 4px}.message.internal{border:1px dashed var(--orange);background:#fff8ef}.message small{color:var(--muted);font-size:9px;text-transform:uppercase;letter-spacing:.05em}.message p{margin:7px 0 0;white-space:pre-wrap;line-height:1.45}.reply-box{border:1px solid var(--line);background:#f8f7f2;border-radius:14px;padding:14px 15px;resize:vertical}.reply-actions{display:flex;justify-content:space-between;align-items:center;margin-top:10px;color:var(--muted);font-size:12px}.modal-backdrop{position:fixed;inset:0;z-index:30;display:grid;place-items:center;padding:20px;background:#111b;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.modal-card{width:min(470px,100%);background:var(--paper);border-radius:25px;padding:30px;box-shadow:0 40px 100px #0007}.modal-card h3{font-size:28px;margin:9px 0}.modal-card>p{color:var(--muted);line-height:1.5;margin-bottom:24px}.modal-actions{display:flex;justify-content:flex-end;gap:10px}.article-list{padding:16px;position:sticky;top:25px}.article-list .card-heading{padding:7px 6px 15px}.article-list-item{width:100%;border:0;border-top:1px solid var(--line);background:transparent;padding:15px 7px;display:flex;justify-content:space-between;gap:8px;text-align:left;align-items:center}.article-list-item:hover,.article-list-item.selected{background:#f4efe7;border-radius:12px}.article-list-item b,.article-list-item small{display:block}.article-list-item b{color:var(--ink)}.article-list-item small{color:var(--muted);font-size:9px;margin-top:4px;text-transform:uppercase}.list-empty{color:var(--muted);padding:20px 6px}.article-editor{padding:30px}.editor-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:26px}.editor-top h3{margin:5px 0 0}.editor-top select{width:auto}.editor-footer{display:flex;justify-content:space-between;align-items:center;border-top:1px solid var(--line);padding-top:20px;color:var(--muted);font-size:12px}.editor-actions{display:flex;gap:10px}.secondary-button{border:1px solid var(--line);background:#fff;color:var(--ink);border-radius:12px;font-weight:700;cursor:pointer}.secondary-button.compact{padding:10px 15px}.preview-backdrop{position:fixed;inset:0;z-index:80;display:grid;place-items:center;padding:24px;background:#1a191794;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.article-preview{width:min(440px,100%);max-height:calc(100vh - 48px);overflow:auto;padding:18px;border-radius:28px;background:#151515;box-shadow:0 30px 90px #00000057}.article-preview>header{display:flex;align-items:center;justify-content:space-between;padding:2px 4px 14px;color:#fff}.article-preview>header b{display:block;margin-top:4px;text-transform:capitalize}.preview-close{width:38px;height:38px;border:0;border-radius:50%;background:#2a2a2c;color:#fff;font-size:25px;line-height:1;cursor:pointer}.preview-screen{position:relative;min-height:560px;padding:44px 28px 34px;border-radius:22px;background:#f7f7f9;color:#111}.preview-back{position:absolute;top:16px;left:20px;font-size:32px;line-height:1}.preview-screen h2{max-width:340px;margin:22px 0 10px;font-size:32px;line-height:1.08;letter-spacing:-.04em}.preview-summary,.preview-body{color:#747474;line-height:1.55;white-space:pre-wrap}.preview-summary{margin:0 0 24px;font-size:13px}.preview-body{margin:0 0 24px;font-size:16px}.preview-steps{padding:22px;border-radius:22px;background:#fff;box-shadow:0 12px 35px #1f1f1f12}.preview-steps h3{margin:0 0 16px}.preview-steps>div{display:grid;grid-template-columns:36px 1fr;gap:12px;align-items:start;margin-top:12px}.preview-steps span{display:grid;place-items:center;width:36px;height:36px;border-radius:10px;background:#ececec;color:#8c8c8c;font-weight:800}.preview-steps p{margin:7px 0 0;color:#747474;line-height:1.35}.preview-video{display:flex;gap:14px;align-items:center;margin-top:18px;padding:18px;border-radius:18px;background:#111;color:#fff}.preview-video>span{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:var(--orange)}.preview-video b,.preview-video small{display:block}.preview-video small{margin-top:3px;color:#aaa}.empty-state{padding:55px 25px;text-align:center;color:var(--muted)}.empty-state>span{display:block;color:var(--orange);font-size:35px}.empty-state b{display:block;color:var(--ink);margin-top:10px}.empty-state p{margin-bottom:0}.full-loader{min-height:100vh;display:grid;place-content:center;gap:18px;text-align:center;background:#171716;color:#fff}.loader-ring{width:34px;height:34px;margin:auto;border:4px solid #ffffff24;border-top-color:var(--orange);border-radius:50%;animation:spin .8s linear infinite}.panel-loader{min-height:220px;display:grid;place-content:center;gap:14px;color:var(--muted);font-size:12px}@keyframes spin{to{transform:rotate(360deg)}}.toast{position:fixed;right:25px;top:22px;z-index:10;color:#fff;padding:13px 17px;border-radius:12px;box-shadow:0 15px 45px #0003;animation:toast-in .25s ease-out}.toast.success{background:#267453}.toast.error{background:#a94337}@keyframes toast-in{0%{opacity:0;transform:translateY(-8px)}}@media(max-width:1050px){.metric-grid{grid-template-columns:1fr 1fr}.dashboard-layout,.split-layout,.ops-split{grid-template-columns:1fr}.cms-layout{grid-template-columns:240px 1fr}}@media(max-width:780px){.login-page{grid-template-columns:1fr;padding:20px}.login-orbit{display:none}.login-panel{margin:auto;width:100%;padding:35px}.app-shell{display:block}.sidebar{position:static;width:auto;height:auto;padding:15px}.brand{padding-bottom:12px}.sidebar nav{display:flex;overflow-x:auto;gap:4px}.nav-section-label,.future-item,.operator{display:none}.nav-item{white-space:nowrap;width:auto}.workspace{padding:30px 18px 60px}.page-header h2{font-size:42px}.page-header{flex-direction:column}.metric-grid{grid-template-columns:1fr 1fr}.metric-card{min-height:135px}.metric-card strong{font-size:38px}.cms-layout{grid-template-columns:1fr}.article-list{position:static;max-height:300px;overflow:auto}.field-row,.field-row.three{flex-direction:column;gap:0}.table-card{overflow-x:auto}table{min-width:850px}}@media(max-width:480px){.metric-grid,.health-list{grid-template-columns:1fr}.health-line:nth-child(odd){margin-right:0}.module-strip,.editor-footer{align-items:flex-start;flex-direction:column;gap:15px}}
