:root{--bg:#f4f1ed;--paper:#fbfaf8;--panel:#fff;--ink:#1c1715;--muted:#746c68;--line:#e5dfda;--wine:#681724;--wine-dark:#3e0e17;--gold:#bd9256;--green:#2f7d61;--amber:#a3691c;--blue:#426b8f;--red:#a44242;--sidebar:#160f0e;--shadow:0 20px 70px rgba(42,23,17,.08);--sans:Inter,ui-sans-serif,system-ui,-apple-system,'Segoe UI',sans-serif;--display:var(--sans)}
*{box-sizing:border-box}html{background:var(--bg);color:var(--ink);font-family:var(--sans);-webkit-font-smoothing:antialiased}body{margin:0;min-height:100vh}button,input,select,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}.hidden{display:none!important}
.login-view{min-height:100vh;display:grid;place-items:center;background:#100b0a;position:relative;overflow:hidden;padding:24px}.login-atmosphere{position:absolute;inset:0;background:radial-gradient(circle at 18% 15%,rgba(133,38,53,.35),transparent 36%),radial-gradient(circle at 83% 78%,rgba(177,128,71,.18),transparent 34%),linear-gradient(135deg,#100b0a,#1c1110 55%,#0c0908)}.login-atmosphere:after{content:"";position:absolute;inset:0;opacity:.08;background-image:linear-gradient(rgba(255,255,255,.12) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.12) 1px,transparent 1px);background-size:64px 64px;mask-image:linear-gradient(to bottom,black,transparent)}.login-atmosphere span{position:absolute;border:1px solid rgba(210,166,104,.18);border-radius:50%;animation:drift 18s ease-in-out infinite}.login-atmosphere span:nth-child(1){width:420px;height:420px;right:-120px;top:-120px}.login-atmosphere span:nth-child(2){width:260px;height:260px;left:-90px;bottom:-70px;animation-delay:-8s}.login-atmosphere span:nth-child(3){width:90px;height:90px;left:18%;top:16%;animation-delay:-4s}@keyframes drift{50%{transform:translateY(18px) scale(1.04)}}
.login-card{position:relative;width:min(440px,100%);background:rgba(28,20,18,.84);border:1px solid rgba(255,255,255,.1);box-shadow:0 40px 100px rgba(0,0,0,.45);border-radius:28px;padding:46px;color:#fff;backdrop-filter:blur(18px)}.brand-mark{width:64px;height:64px;border:1px solid rgba(207,165,105,.5);border-radius:20px;display:grid;place-items:center;background:linear-gradient(145deg,rgba(131,32,47,.9),rgba(63,14,23,.9));box-shadow:inset 0 1px rgba(255,255,255,.16),0 18px 40px rgba(0,0,0,.25);margin-bottom:28px}.brand-mark span{font-family:Georgia,serif;color:#e7c18a;font-size:33px;font-style:italic}.brand-mark.small{width:42px;height:42px;border-radius:13px;margin:0}.brand-mark.small span{font-size:23px}.eyebrow{text-transform:uppercase;letter-spacing:.16em;font-size:11px;font-weight:700;color:var(--gold);margin:0 0 9px}.login-card h1{font-family:var(--display);font-size:38px;letter-spacing:-.045em;margin:0 0 10px}.login-copy{color:#bdb2ad;line-height:1.6;margin:0 0 31px}.login-card label,.ops-dialog label{display:grid;gap:8px;color:#d8d0cc;font-size:13px;font-weight:600}.login-card input{width:100%;height:52px;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.06);border-radius:13px;padding:0 66px 0 15px;color:#fff;outline:none;transition:.2s}.login-card input:focus{border-color:rgba(214,169,105,.7);box-shadow:0 0 0 4px rgba(189,146,86,.1)}.password-row{position:relative}.icon-button{position:absolute;right:9px;top:8px;height:36px;padding:0 10px;border:0;border-radius:8px;background:rgba(255,255,255,.06);color:#cfc5c0;font-size:12px;cursor:pointer}.primary-button,.secondary-button,.quiet-button,.text-button{border:0;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:10px;font-weight:700;transition:transform .18s,background .18s,box-shadow .18s}.primary-button{background:var(--wine);color:#fff;border-radius:11px;padding:12px 17px;box-shadow:0 10px 22px rgba(104,23,36,.18)}.primary-button:hover{background:#7b1c2c;transform:translateY(-1px);box-shadow:0 14px 26px rgba(104,23,36,.24)}.primary-button:disabled{opacity:.6;cursor:wait;transform:none}.login-button{width:100%;height:52px;margin-top:18px;justify-content:space-between;padding:0 18px;background:linear-gradient(135deg,#7d1d2d,#5b1421);box-shadow:0 17px 35px rgba(0,0,0,.22)}.login-meta{display:flex;align-items:center;justify-content:center;gap:8px;color:#8f8581;font-size:12px;margin:24px 0 0}.status-dot{display:inline-block;width:7px;height:7px;border-radius:50%;background:#55b78d;box-shadow:0 0 0 4px rgba(85,183,141,.1)}.form-error{color:#e88181;font-size:13px;min-height:19px;margin:10px 0 0}
.app-shell{min-height:100vh}.sidebar{position:fixed;z-index:30;inset:0 auto 0 0;width:250px;background:var(--sidebar);color:#e9e2dd;padding:24px 17px 18px;display:flex;flex-direction:column;box-shadow:8px 0 40px rgba(40,20,13,.08)}.sidebar-brand{display:flex;align-items:center;gap:12px;padding:0 8px 27px;border-bottom:1px solid rgba(255,255,255,.08)}.sidebar-brand>div:last-child{display:grid}.sidebar-brand strong{font-family:var(--display);font-size:17px}.sidebar-brand span{color:#8f827d;font-size:11px;letter-spacing:.12em;text-transform:uppercase;margin-top:2px}.sidebar nav{display:grid;gap:5px;padding-top:24px}.nav-item{width:100%;height:46px;border:0;border-radius:10px;background:transparent;color:#a99e99;display:flex;align-items:center;gap:12px;padding:0 13px;text-align:left;cursor:pointer;font-weight:600;font-size:14px;transition:.16s}.nav-item:hover{background:rgba(255,255,255,.05);color:#fff}.nav-item.active{background:linear-gradient(90deg,rgba(132,34,50,.45),rgba(132,34,50,.15));color:#fff;box-shadow:inset 2px 0 #c89a59}.nav-icon{width:19px;color:#bdafa8;font-size:18px;text-align:center}.nav-item.active .nav-icon{color:#dbb67f}.nav-count{margin-left:auto;background:rgba(255,255,255,.06);padding:2px 7px;border-radius:99px;font-size:11px;color:#938782}.sidebar-bottom{margin-top:auto;border-top:1px solid rgba(255,255,255,.08);padding:18px 7px 0}.operator-card{display:flex;gap:10px;align-items:center;margin-bottom:13px}.operator-card>div:last-child{display:grid}.operator-card strong{font-size:12px}.operator-card span{font-size:11px;color:#837773}.avatar{width:35px;height:35px;border-radius:10px;background:#372321;color:#d8b47c;display:grid;place-items:center;font-size:11px;font-weight:700}.quiet-button{background:transparent;color:var(--muted);padding:9px 0}.sidebar .quiet-button{color:#80736f;font-size:12px}.sidebar .quiet-button:hover{color:#fff}
.workspace{margin-left:250px;min-height:100vh}.topbar{height:76px;position:sticky;top:0;z-index:20;background:rgba(244,241,237,.88);backdrop-filter:blur(16px);border-bottom:1px solid rgba(215,207,201,.75);display:flex;align-items:center;padding:0 34px;gap:24px}.search-wrap{width:min(470px,43vw);height:42px;background:#fff;border:1px solid var(--line);border-radius:11px;display:flex;align-items:center;gap:10px;padding:0 12px;color:#8e8580;box-shadow:0 5px 18px rgba(42,23,17,.03)}.search-wrap input{border:0;outline:0;background:transparent;min-width:0;flex:1;color:var(--ink);font-size:14px}.search-wrap kbd{border:1px solid var(--line);border-radius:5px;background:#f7f5f2;color:#948b86;font-size:10px;padding:2px 6px}.topbar-actions{margin-left:auto;display:flex;align-items:center;gap:16px}.live-link{display:flex;align-items:center;gap:8px;text-decoration:none;color:#5f5753;font-size:13px;font-weight:600}.primary-button.compact{padding:10px 14px;font-size:13px}.menu-button{display:none;border:0;background:transparent;font-size:22px}
#workspace-content{padding:38px 38px 70px;outline:0;max-width:1540px;margin:0 auto}.view{display:none}.view.active{display:block;animation:viewIn .25s ease}@keyframes viewIn{from{opacity:0;transform:translateY(4px)}}.page-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:28px;margin:0 0 30px}.page-heading h1{font-family:var(--display);font-size:34px;letter-spacing:-.045em;margin:0 0 7px}.page-heading>div>p:last-child{color:var(--muted);margin:0;line-height:1.55}.hero-heading{padding:9px 0 4px}.hero-heading h1{font-size:42px}.heading-actions{display:flex;gap:10px}.secondary-button{border:1px solid var(--line);background:#fff;color:#4b4440;padding:11px 16px;border-radius:11px;box-shadow:0 7px 18px rgba(42,23,17,.035)}.secondary-button:hover{border-color:#cfbcae;background:#fffdfb;transform:translateY(-1px)}.text-button{color:var(--wine);background:transparent;padding:6px;font-size:12px}
.stat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px;margin-bottom:18px}.stat-card{background:#fff;border:1px solid var(--line);border-radius:16px;padding:19px 20px;box-shadow:0 10px 35px rgba(42,23,17,.035)}.stat-top{display:flex;justify-content:space-between;color:var(--muted);font-size:12px;font-weight:600}.stat-top i{width:8px;height:8px;border-radius:50%;background:#ccbcae}.stat-card.live .stat-top i{background:var(--green)}.stat-card.objects .stat-top i{background:var(--wine)}.stat-card.assets .stat-top i{background:var(--gold)}.stat-card.ready .stat-top i{background:var(--blue)}.stat-card strong{display:block;font-family:var(--display);font-size:29px;letter-spacing:-.035em;margin:12px 0 4px}.stat-card p{color:var(--muted);font-size:12px;margin:0}.overview-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.panel{background:#fff;border:1px solid var(--line);border-radius:17px;box-shadow:0 13px 40px rgba(42,23,17,.035)}.overview-grid .panel{padding:21px}.span-2{grid-column:span 2}.panel-heading{display:flex;align-items:start;justify-content:space-between;margin-bottom:17px}.panel-heading .eyebrow{margin-bottom:5px}.panel-heading h2{font-family:var(--display);font-size:19px;letter-spacing:-.025em;margin:0}.pipeline-list{display:grid}.pipeline-item{display:grid;grid-template-columns:44px minmax(0,1fr) auto 84px;align-items:center;gap:12px;padding:11px 0;border-top:1px solid #eee9e5}.pipeline-item:first-child{border-top:0;padding-top:0}.pipeline-thumb,.pipeline-placeholder{width:44px;height:44px;border-radius:9px;object-fit:cover;background:#f0ebe6;display:grid;place-items:center;color:var(--wine)}.pipeline-copy{display:grid;min-width:0}.pipeline-copy strong{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:13px}.pipeline-copy span,.pipeline-item time{font-size:11px;color:var(--muted);margin-top:3px}.pipeline-item time{text-align:right}.status-badge{display:inline-flex;align-items:center;gap:6px;width:max-content;padding:5px 8px;border-radius:99px;background:#f1efed;color:#716965;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;white-space:nowrap}.status-badge i{width:5px;height:5px;border-radius:50%;background:#8f8782}.status-badge.published,.status-badge.healthy,.status-badge.enabled{background:#e8f4ef;color:#2e765c}.status-badge.published i,.status-badge.healthy i,.status-badge.enabled i{background:#3f9a75}.status-badge.ready{background:#edf3f8;color:#426b8f}.status-badge.ready i{background:#5d87ac}.status-badge.scheduled{background:#f8f0e4;color:#9b641f}.status-badge.scheduled i{background:#bc7c2c}.status-badge.draft,.status-badge.unlinked,.status-badge.disabled{background:#f1efed;color:#756d69}.status-badge.degraded{background:#faeaea;color:#984343}.status-badge.degraded i{background:#bf5454}.pulse-status{display:flex;align-items:center;gap:13px}.pulse-status>div{display:grid}.pulse-status strong{font-size:13px}.pulse-status span{font-size:11px;color:var(--muted);margin-top:3px}.health-orbit{width:36px;height:36px;border:1px solid #d9eee5;border-radius:50%;display:grid;place-items:center;background:#f3faf7}.health-orbit i{width:10px;height:10px;border-radius:50%;background:var(--green);box-shadow:0 0 0 5px rgba(47,125,97,.11)}.health-orbit.degraded i{background:var(--red)}.pulse-card blockquote{font-family:Georgia,serif;font-size:20px;line-height:1.38;margin:24px 0;color:#3e322e}.pulse-footer{border-top:1px solid #eee9e5;padding-top:13px;display:flex;justify-content:space-between;font-size:11px;color:var(--muted)}.pulse-footer a{color:var(--wine);text-decoration:none;font-weight:700}.mini-activity{display:grid;gap:0}.mini-activity-item{display:flex;align-items:center;gap:11px;border-top:1px solid #eee9e5;padding:10px 0}.mini-activity-item:first-child{border-top:0;padding-top:0}.activity-glyph{width:30px;height:30px;border-radius:8px;background:#f4efeb;color:var(--wine);display:grid;place-items:center;font-size:13px;flex:0 0 auto}.mini-activity-item>div{display:grid}.mini-activity-item strong{font-size:12px}.mini-activity-item small{font-size:10px;color:var(--muted);margin-top:3px}.asset-strip{display:grid;grid-template-columns:repeat(6,1fr);gap:11px}.asset-mini{border:0;background:transparent;padding:0;text-align:left;min-width:0;cursor:pointer}.asset-mini img,.asset-mini .pdf-preview{width:100%;aspect-ratio:1.2;object-fit:cover;border-radius:10px;background:#eee7e1;border:1px solid #e7e0da}.asset-mini span{display:grid;margin-top:7px;min-width:0}.asset-mini strong{font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.asset-mini small{font-size:9px;color:var(--muted);margin-top:2px}
.content-meta{display:grid;grid-template-columns:repeat(4,1fr);background:#211716;color:#fff;border-radius:16px;padding:19px 24px;margin-bottom:18px;box-shadow:0 18px 40px rgba(35,18,14,.12)}.content-meta div{display:grid;gap:4px;border-left:1px solid rgba(255,255,255,.09);padding-left:20px}.content-meta div:first-child{border-left:0;padding-left:0}.content-meta span{font-size:10px;text-transform:uppercase;letter-spacing:.12em;color:#9f918c}.content-meta strong{font-size:13px}.content-sections{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.content-section{overflow:hidden}.content-section-heading{padding:15px 18px;background:#faf8f5;border-bottom:1px solid var(--line);display:flex;justify-content:space-between}.content-section-heading span{font-family:var(--display);font-weight:700}.content-section-heading small{color:var(--muted)}.content-field{display:grid;grid-template-columns:180px 1fr;gap:18px;padding:16px 18px;border-top:1px solid #eee9e5}.content-field:first-child{border-top:0}.content-field>div{display:grid;align-content:start;gap:4px}.content-field>div>span{font-size:12px;font-weight:700}.content-field code{font-size:9px;color:#998f89}.content-field p{font-size:13px;line-height:1.5;color:#5d5551;margin:0}
.filter-bar{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}.segmented{display:flex;gap:3px;padding:4px;background:#eae5e0;border-radius:10px}.segmented button{border:0;background:transparent;padding:7px 12px;border-radius:7px;color:#766d68;font-size:11px;font-weight:700;cursor:pointer}.segmented button.active{background:#fff;color:var(--ink);box-shadow:0 3px 10px rgba(42,23,17,.08)}.result-count{font-size:12px;color:var(--muted)}.table-shell{background:#fff;border:1px solid var(--line);border-radius:16px;overflow:hidden;box-shadow:0 12px 35px rgba(42,23,17,.03)}table{width:100%;border-collapse:collapse}th{text-align:left;background:#faf8f5;color:#8b817c;text-transform:uppercase;letter-spacing:.08em;font-size:9px;padding:13px 15px}td{border-top:1px solid #eee9e5;padding:13px 15px;font-size:12px;color:#655d59}tbody tr:hover{background:#fdfbf9}.object-cell{display:flex;align-items:center;gap:11px;max-width:390px}.object-cell img,.object-icon{width:42px;height:42px;border-radius:9px;object-fit:cover;background:#f0ebe6;display:grid;place-items:center;color:var(--wine)}.object-cell>div{display:grid;min-width:0}.object-cell strong{color:var(--ink);font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.object-cell span{font-size:10px;color:var(--muted);margin-top:3px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.type-label{font-weight:700;color:#5d514c}.surface-badge{display:inline-flex;border:1px solid #e4ddd7;padding:5px 8px;border-radius:7px;color:#6b625d;font-size:10px;background:#fcfaf8}.row-menu{border:0;background:transparent;color:#958a84;font-weight:700;cursor:pointer;padding:8px;border-radius:8px}.row-menu:hover{background:#f1ece8;color:var(--wine)}
.drop-zone{display:flex;align-items:center;gap:15px;border:1px dashed #cbbcaf;background:rgba(255,255,255,.64);border-radius:16px;padding:17px 20px;margin-bottom:20px;transition:.2s}.drop-zone.dragging{border-color:var(--wine);background:#fff7f5;transform:scale(1.003)}.drop-icon{width:42px;height:42px;border-radius:11px;background:#efe7e1;color:var(--wine);display:grid;place-items:center;font-size:20px}.drop-zone>div:nth-child(3){display:grid}.drop-zone strong{font-size:13px}.drop-zone span{font-size:11px;color:var(--muted);margin-top:3px}.drop-zone .secondary-button{margin-left:auto}.asset-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}.asset-card{background:#fff;border:1px solid var(--line);border-radius:14px;overflow:hidden;box-shadow:0 8px 25px rgba(42,23,17,.03);transition:.18s}.asset-card:hover{transform:translateY(-2px);box-shadow:0 16px 35px rgba(42,23,17,.08)}.asset-preview{position:relative;aspect-ratio:1.28;background:#ede8e3;overflow:hidden}.asset-preview img{width:100%;height:100%;object-fit:cover}.asset-kind,.vault-badge{position:absolute;left:9px;top:9px;background:rgba(20,14,13,.76);backdrop-filter:blur(6px);color:#fff;border-radius:99px;padding:5px 8px;font-size:8px;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.vault-badge{left:auto;right:9px;background:rgba(104,23,36,.84)}.pdf-preview{height:100%;display:grid;place-items:center;background:linear-gradient(145deg,#eee6df,#f9f6f3)}.pdf-preview span{border:1px solid #cbb8a9;padding:8px;border-radius:5px;color:var(--wine);font-weight:700}.asset-info{display:flex;justify-content:space-between;align-items:center;padding:12px 13px}.asset-info>div{display:grid;min-width:0}.asset-info strong{font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.asset-info span{font-size:9px;color:var(--muted);margin-top:4px}.span-all{grid-column:1/-1}
.activity-list{padding:4px 22px}.activity-item{display:grid;grid-template-columns:38px 1fr auto;gap:14px;align-items:center;padding:18px 0;border-top:1px solid #eee9e5}.activity-item:first-child{border-top:0}.activity-glyph.large{width:38px;height:38px}.activity-main strong{font-size:13px}.activity-main p{font-size:11px;color:var(--muted);margin:4px 0 0}.activity-who{display:grid;text-align:right}.activity-who span{font-size:11px;font-weight:700}.activity-who time{font-size:10px;color:var(--muted);margin-top:3px}.systems-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px;margin-bottom:18px}.system-card{padding:19px}.system-head{display:flex;justify-content:space-between;align-items:start}.system-icon{width:42px;height:42px;border-radius:12px;background:#eee9e5;color:#665b56;display:grid;place-items:center;font-size:11px;font-weight:800}.system-icon.healthy{background:#e8f4ef;color:#2f7d61}.system-icon.unlinked{background:#f2efed;color:#847a75}.system-card h2{font-family:var(--display);font-size:17px;margin:19px 0 6px}.system-card p{font-size:11px;color:var(--muted);line-height:1.5;min-height:33px}.system-foot{border-top:1px solid #eee9e5;margin-top:15px;padding-top:11px;display:flex;justify-content:space-between;color:#918782;font-size:9px}.boundary-panel{padding:27px;background:linear-gradient(135deg,#241817,#160f0e);color:#fff;border:0}.boundary-panel h2{font-family:var(--display);font-size:24px;margin:0 0 7px}.boundary-panel>p:not(.eyebrow){color:#aa9e99;line-height:1.6;max-width:760px;font-size:13px}.boundary-row{display:flex;gap:8px;flex-wrap:wrap;margin-top:19px}.boundary-row span{border:1px solid rgba(255,255,255,.12);border-radius:99px;padding:7px 11px;color:#d4c9c4;font-size:10px}
.ops-dialog{width:min(700px,calc(100vw - 30px));border:0;border-radius:20px;padding:0;box-shadow:0 35px 100px rgba(32,16,12,.3);color:var(--ink)}.ops-dialog::backdrop{background:rgba(19,12,10,.64);backdrop-filter:blur(4px)}.ops-dialog form{padding:27px}.dialog-heading{display:flex;justify-content:space-between;margin-bottom:24px}.dialog-heading h2{font-family:var(--display);font-size:25px;margin:0 0 6px}.dialog-heading>div>p:last-child{color:var(--muted);font-size:12px;margin:0}.close-button{border:0;background:#f2eeea;color:#766b66;width:34px;height:34px;border-radius:9px;font-size:21px;cursor:pointer}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:15px}.ops-dialog label{color:#574e4a;font-size:11px}.ops-dialog input,.ops-dialog select,.ops-dialog textarea{width:100%;border:1px solid #ded6d0;border-radius:10px;background:#fff;padding:11px 12px;outline:0;color:var(--ink)}.ops-dialog input:focus,.ops-dialog select:focus,.ops-dialog textarea:focus{border-color:#af857d;box-shadow:0 0 0 3px rgba(104,23,36,.07)}.ops-dialog textarea{resize:vertical}.dialog-actions{display:flex;justify-content:flex-end;gap:15px;align-items:center;border-top:1px solid var(--line);margin-top:23px;padding-top:18px}.small-dialog{width:min(570px,calc(100vw - 30px))}.file-picker{border:1px dashed #cbbcb1;background:#faf7f4;border-radius:13px;padding:23px;text-align:center;margin-bottom:18px;cursor:pointer}.file-picker input{position:absolute;opacity:0;pointer-events:none}.file-picker span{color:var(--wine);font-size:13px;font-weight:700}.file-picker small{color:var(--muted)}
.toast-region{position:fixed;z-index:100;right:20px;bottom:20px;display:grid;gap:9px}.toast{min-width:280px;max-width:380px;background:#1d1513;color:#fff;border:1px solid rgba(255,255,255,.1);border-radius:12px;box-shadow:0 18px 45px rgba(0,0,0,.25);padding:13px 15px;display:flex;align-items:center;gap:11px;animation:toastIn .25s ease}.toast>span{width:23px;height:23px;border-radius:50%;background:#315f4e;display:grid;place-items:center;font-size:11px}.toast.error>span{background:#843a3a}.toast p{font-size:12px;margin:0}.toast.leaving{opacity:0;transform:translateY(8px);transition:.25s}@keyframes toastIn{from{opacity:0;transform:translateY(8px)}}.empty-state{text-align:center;color:var(--muted);font-size:12px;padding:16px}.empty-state.large{padding:45px}.loading-block{min-height:100px;background:linear-gradient(100deg,#f1ede9 20%,#faf8f6 40%,#f1ede9 60%);background-size:200% 100%;animation:loading 1.4s infinite;border-radius:10px}.skeleton-grid{min-height:110px;background:linear-gradient(100deg,#eee9e5 20%,#f7f4f1 40%,#eee9e5 60%);background-size:200% 100%;animation:loading 1.4s infinite;border-radius:16px}@keyframes loading{to{background-position:-200% 0}}
@media(max-width:1180px){.stat-grid{grid-template-columns:repeat(2,1fr)}.overview-grid{grid-template-columns:repeat(2,1fr)}.overview-grid .span-2{grid-column:span 2}.asset-grid{grid-template-columns:repeat(3,1fr)}.systems-grid{grid-template-columns:repeat(2,1fr)}.pipeline-item{grid-template-columns:44px minmax(0,1fr) auto}.pipeline-item time{display:none}.asset-strip{grid-template-columns:repeat(4,1fr)}.asset-mini:nth-child(n+5){display:none}}
@media(max-width:850px){.sidebar{transform:translateX(-103%);transition:.22s}.sidebar.open{transform:translateX(0);box-shadow:20px 0 70px rgba(0,0,0,.25)}.workspace{margin-left:0}.menu-button{display:block}.topbar{padding:0 18px}.search-wrap{width:auto;flex:1}.topbar-actions .live-link{display:none}#workspace-content{padding:27px 20px 60px}.content-sections{grid-template-columns:1fr}.asset-grid{grid-template-columns:repeat(2,1fr)}.table-shell{overflow-x:auto}table{min-width:750px}}
@media(max-width:600px){.login-card{padding:34px 25px;border-radius:22px}.topbar{height:66px;gap:10px}.topbar-actions .primary-button{display:none}.search-wrap kbd{display:none}#workspace-content{padding:23px 14px 50px}.page-heading,.hero-heading{align-items:start;flex-direction:column}.hero-heading h1{font-size:34px}.page-heading h1{font-size:29px}.heading-actions{width:100%}.heading-actions>*{flex:1}.stat-grid{grid-template-columns:1fr 1fr;gap:10px}.stat-card{padding:15px}.stat-card strong{font-size:24px}.overview-grid{grid-template-columns:1fr}.overview-grid .span-2{grid-column:span 1}.asset-strip{grid-template-columns:repeat(3,1fr)}.asset-mini:nth-child(n+4){display:none}.content-meta{grid-template-columns:1fr 1fr;gap:17px}.content-meta div:nth-child(3){border-left:0;padding-left:0}.content-field{grid-template-columns:1fr;gap:9px}.filter-bar{align-items:start;gap:12px;flex-direction:column}.segmented{max-width:100%;overflow-x:auto}.asset-grid{grid-template-columns:1fr 1fr;gap:10px}.drop-zone{align-items:flex-start}.drop-zone .secondary-button{display:none}.systems-grid{grid-template-columns:1fr}.form-grid{grid-template-columns:1fr}.form-grid .span-2{grid-column:span 1}.activity-item{grid-template-columns:38px 1fr}.activity-who{grid-column:2;text-align:left}.toast-region{left:12px;right:12px;bottom:12px}.toast{min-width:0}.ops-dialog form{padding:21px}.login-view{padding:14px}}
