:root{--layout-gap-xs: .35rem;--layout-gap-sm: .55rem;--layout-gap-md: .75rem;--layout-gap-lg: 1rem;--layout-gap-xl: 1.25rem;--layout-max-width: 1200px;--layout-pad-x: .75rem;--layout-pad-y: .5rem;--layout-card-pad: .85rem}.page-stack{width:100%;min-height:0;display:flex;flex-direction:column;gap:var(--layout-gap-lg)}.page-stack--center{align-items:center}.page-stack--tight{gap:var(--layout-gap-md)}.page-shell{width:100%;max-width:var(--layout-max-width);margin:0 auto;padding:var(--layout-pad-y) var(--layout-pad-x);display:flex;flex-direction:column;gap:var(--layout-gap-lg);min-height:0}.page-shell--full{max-width:none}.page-header{display:flex;flex-direction:column;gap:var(--layout-gap-xs)}.page-header--center{text-align:center;align-items:center}.page-section{display:flex;flex-direction:column;gap:var(--layout-gap-md)}.page-grid{display:grid;gap:var(--layout-gap-md);width:100%;min-height:0}.page-grid--dashboard{grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.page-grid--two-col{grid-template-columns:repeat(2,minmax(0,1fr))}.page-grid--split{grid-template-columns:minmax(280px,1fr) minmax(320px,2fr)}.page-grid--single{grid-template-columns:1fr}.dashboard-grid.page-grid--two-col{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-grid.page-grid--single{grid-template-columns:1fr}.card-shell{padding:var(--layout-card-pad);display:flex;flex-direction:column;gap:var(--layout-gap-sm);min-height:0}@media (max-width: 900px){.page-shell{padding:.5rem}.page-grid--two-col,.page-grid--split{grid-template-columns:1fr}}:root{--color-bg: #f4f7fb;--color-surface: #ffffff;--color-text: #162033;--color-muted: #5f6f86;--color-primary: #1d4ed8;--color-accent: #f59e0b;--color-border: #d9e2ec;--radius-md: 12px;--radius-sm: 8px}html.dark{--color-bg: #0b1120;--color-surface: #0f1b33;--color-text: #e2e8f0;--color-muted: #94a3b8;--color-primary: #38bdf8;--color-accent: #facc15;--color-border: #1e293b}*{box-sizing:border-box}body{margin:0;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;background:radial-gradient(circle at top,rgba(29,78,216,.12),transparent 55%),radial-gradient(circle at 20% 20%,rgba(245,158,11,.1),transparent 50%),var(--color-bg);color:var(--color-text);min-height:100vh}a{color:inherit;text-decoration:none}.app-shell,.site-shell{min-height:100vh;display:flex;flex-direction:column}.site-header{position:sticky;top:0;z-index:30;background:color-mix(in srgb,var(--color-surface) 84%,transparent);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--color-border)}.site-header__inner{max-width:1200px;margin:0 auto;padding:.75rem .9rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.site-header__left{display:flex;align-items:center;gap:.65rem}.site-brand{font-weight:900;letter-spacing:-.02em;font-size:1.05rem}.site-burger{border:1px solid var(--color-border);background:color-mix(in srgb,var(--color-text) 6%,transparent);color:var(--color-text);padding:.4rem .75rem;border-radius:999px;cursor:pointer;font-weight:700;font-size:.85rem}.site-actions{display:flex;gap:.5rem;flex-wrap:wrap}.site-frame{flex:1 1 auto;width:100%;max-width:1200px;margin:0 auto;padding:1rem .9rem;display:flex;gap:1rem;align-items:stretch}.site-sidebar{flex:0 0 260px;width:260px;background:color-mix(in srgb,var(--color-surface) 90%,transparent);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:.85rem;position:sticky;top:5.25rem;height:calc(100vh - 6.25rem);overflow:auto;align-self:flex-start}.site-sidebar__section{display:grid;gap:.5rem}.site-sidebar__section+.site-sidebar__section{margin-top:1rem;padding-top:1rem;border-top:1px dashed color-mix(in srgb,var(--color-border) 70%,transparent)}.site-sidebar__title{font-size:.75rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase;color:color-mix(in srgb,var(--color-muted) 90%,var(--color-text))}.site-sidebar__section-toggle{width:100%;display:flex;align-items:center;justify-content:space-between;gap:.6rem;border:0;padding:0;background:transparent;cursor:pointer}.site-sidebar__chev{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:999px;border:1px solid color-mix(in srgb,var(--color-border) 80%,transparent);background:color-mix(in srgb,var(--color-text) 5%,transparent);transform:rotate(90deg);transition:transform .14s ease;font-weight:900;-webkit-user-select:none;user-select:none}.site-sidebar__chev.open{transform:rotate(-90deg)}.site-sidebar__panel{margin-top:.5rem;overflow:hidden;max-height:0;opacity:0;transition:max-height .18s ease,opacity .18s ease}.site-sidebar__panel.open{max-height:520px;opacity:1}.site-sidenav{display:grid;gap:.35rem}.site-sidenav__link{width:100%;text-align:left;padding:.55rem .65rem;border-radius:10px;border:1px solid transparent;background:transparent;font-weight:700;font-size:.92rem;color:inherit;cursor:pointer}.site-sidenav__link:hover{background:color-mix(in srgb,var(--color-text) 6%,transparent)}.site-sidenav__link.active{border-color:color-mix(in srgb,var(--color-primary) 60%,transparent);background:color-mix(in srgb,var(--color-primary) 10%,transparent);color:var(--color-primary)}.site-backdrop{display:none}.site-content{flex:1 1 auto;min-width:0}.site-main{flex:1 1 auto}.site-footer{border-top:1px solid var(--color-border);background:color-mix(in srgb,var(--color-surface) 92%,transparent)}.site-footer__inner{max-width:1200px;margin:0 auto;padding:1rem .9rem;display:flex;justify-content:space-between;gap:1rem;flex-wrap:wrap}.content-blocks{display:grid;gap:.9rem}.navbar{position:sticky;top:0;z-index:20;background:color-mix(in srgb,var(--color-surface) 82%,transparent);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--color-border)}.navbar-inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.75rem 1rem}.nav-links{display:flex;gap:.75rem;flex-wrap:wrap}.nav-link{padding:.4rem .75rem;border-radius:999px;background:color-mix(in srgb,var(--color-text) 6%,transparent);border:1px solid transparent;font-size:.85rem}.nav-link.active{border-color:var(--color-primary);color:var(--color-primary)}.btn{border:1px solid var(--color-border);background:color-mix(in srgb,var(--color-text) 6%,transparent);color:var(--color-text);padding:.45rem .9rem;border-radius:999px;cursor:pointer;font-weight:600}.btn.primary{background:var(--color-primary);border-color:transparent;color:#f8fbff}.btn.ghost{background:transparent}.card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:1rem}.card-title{margin:0 0 .4rem}.muted{color:var(--color-muted)}.input,.select,.textarea{width:100%;padding:.5rem .65rem;border-radius:var(--radius-sm);border:1px solid var(--color-border);background:color-mix(in srgb,var(--color-surface) 92%,#eef4fb);color:var(--color-text)}.grid-tiles{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem}.admin-popup{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:#070b14b3;opacity:0;pointer-events:none;transition:opacity .15s ease;padding:1rem;z-index:100}.admin-popup--visible{opacity:1;pointer-events:auto}.admin-popup__panel{width:min(90vw,520px);max-height:85vh;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);display:flex;flex-direction:column;overflow:hidden}.admin-popup__panel--sm{width:min(90vw,380px)}.admin-popup__panel--md{width:min(90vw,520px)}.admin-popup__panel--lg{width:min(90vw,720px)}.admin-popup__panel--xl{width:min(90vw,920px)}.admin-popup__header,.admin-popup__footer{padding:.85rem 1rem;border-bottom:1px solid var(--color-border)}.admin-popup__footer{border-bottom:none;border-top:1px solid var(--color-border);display:flex;justify-content:flex-end;gap:.5rem}.admin-popup__body{padding:1rem;overflow:auto}.table-shell{width:100%;overflow-x:auto}.table{width:100%;border-collapse:collapse}.table th,.table td{border-bottom:1px solid var(--color-border);padding:.5rem .7rem;text-align:left}.badge{display:inline-flex;align-items:center;gap:.35rem;padding:.15rem .55rem;border-radius:999px;background:color-mix(in srgb,var(--color-text) 10%,transparent);font-size:.75rem}.notes-count-badge{display:inline-flex;min-width:1.1rem;height:1.1rem;padding:0 .35rem;border-radius:999px;align-items:center;justify-content:center;font-size:.72rem;font-weight:700;color:#04151f;background:var(--color-accent)}.notes-dock{position:fixed;right:.8rem;bottom:.8rem;z-index:60;display:flex;flex-direction:column;gap:.45rem;padding:.55rem .65rem;border-radius:.65rem;border:1px solid var(--color-border);background:color-mix(in srgb,var(--color-surface) 92%,transparent);box-shadow:0 12px 22px #0f172a29}.notes-dock-toggle{display:inline-flex;align-items:center;gap:.4rem;font-size:.82rem;color:var(--color-text);white-space:nowrap}.notes-dock-toggle input[type=checkbox]{accent-color:var(--color-primary)}.dashboard-feedback{margin-top:1rem;padding-top:1rem;border-top:1px solid color-mix(in srgb,var(--color-border) 80%,transparent)}.dashboard-feedback__title{margin:0 0 .75rem;font-size:.95rem;font-weight:700;color:var(--color-text)}.dashboard-feedback__list{display:grid;gap:.75rem}.dashboard-feedback__item{padding:.8rem .9rem;border-radius:12px;border:1px solid color-mix(in srgb,var(--color-border) 85%,transparent);background:color-mix(in srgb,var(--color-surface) 88%,#edf4ff)}.dashboard-feedback__row{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;margin-bottom:.35rem}.dashboard-feedback__meta{display:flex;flex-wrap:wrap;gap:.45rem .8rem;font-size:.78rem;color:var(--color-muted)}.dashboard-feedback__base{display:inline-flex;align-items:center;gap:.45rem}.dashboard-feedback__status-dot{width:.6rem;height:.6rem;border-radius:999px;background:#94a3b866;box-shadow:inset 0 0 0 1px #ffffff14;flex:0 0 auto}.dashboard-feedback__status-dot--active{background:#22c55e;box-shadow:0 0 0 3px #22c55e29,0 0 10px #22c55e59}.dashboard-feedback__delete{padding:.28rem .65rem;font-size:.78rem;white-space:nowrap}.dashboard-feedback__actions{display:flex;gap:.45rem;flex-wrap:wrap;justify-content:flex-end}.dashboard-feedback__message{margin:0;white-space:pre-wrap;word-break:break-word}.dashboard-chat-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:120;display:grid;place-items:center;padding:1rem}.dashboard-chat-modal__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#020617c7}.dashboard-chat-modal__panel{position:relative;z-index:1;width:min(760px,100%);max-height:calc(100dvh - 2rem);display:grid;grid-template-rows:auto auto minmax(260px,1fr) auto auto;gap:.9rem;padding:1rem;border-radius:16px;border:1px solid rgba(148,163,184,.22);background:linear-gradient(180deg,#070e1cfa,#0a1222fa);box-shadow:0 22px 50px #0000006b;overflow:hidden}html:not(.dark) .dashboard-chat-modal__panel{background:linear-gradient(180deg,#fffffffa,#f0f6fffa);box-shadow:0 22px 50px #0f172a29}.dashboard-chat-modal__header{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem}.dashboard-chat-modal__title{margin:0;font-size:1.1rem}.dashboard-chat-modal__title-row{display:flex;align-items:center;gap:.85rem;flex-wrap:wrap}.dashboard-chat-modal__subtitle{margin:.2rem 0 0;color:var(--color-muted);font-size:.85rem}.dashboard-chat-modal__subtitle--row{display:flex;align-items:center;gap:.85rem;flex-wrap:wrap}.dashboard-chat-modal__toggle{display:inline-flex;align-items:center;gap:0;font-size:.8rem;color:var(--color-text)}.dashboard-chat-modal__toggle input[type=checkbox]{accent-color:#22c55e}.dashboard-chat-modal__close{padding:.3rem .7rem;flex:0 0 auto}.dashboard-chat-modal__field{display:grid;gap:.4rem}.dashboard-chat-modal__field--tight{gap:.12rem}.dashboard-chat-modal__field--response{gap:0}.dashboard-chat-modal__response-section{display:grid;gap:0;min-height:0;height:100%}.dashboard-chat-modal__prompt-section{display:grid;gap:.2rem}.dashboard-chat-modal__field span{font-size:.82rem;font-weight:700;color:var(--color-muted)}.dashboard-chat-modal__prompt-input{height:32px;min-height:32px;box-sizing:border-box;padding:.32rem .65rem!important}.dashboard-chat-modal__field-action{display:flex;justify-content:flex-end;padding-top:0;align-self:stretch;width:100%}.dashboard-chat-modal__field-action .btn{width:auto;display:inline-flex;align-items:center;justify-content:center;height:25px;min-height:25px;padding:0 .72rem;font-size:.88rem;line-height:1}.dashboard-chat-modal__history-shell{min-height:0;max-height:min(64dvh,680px);display:flex;flex-direction:column;border-radius:14px;border:1px solid rgba(148,163,184,.18);background:#0f172a57;padding:.7rem;box-shadow:inset 0 1px #ffffff08;overflow:auto}html:not(.dark) .dashboard-chat-modal__history-shell{background:#eaf2fce6;box-shadow:inset 0 1px #fffc}.dashboard-chat-modal__field input,.dashboard-chat-modal__field textarea{width:100%;max-width:100%;box-sizing:border-box;border-radius:10px;border:1px solid rgba(148,163,184,.26);background:#0f172a8c;color:var(--color-text);padding:.75rem .85rem;font:inherit}html:not(.dark) .dashboard-chat-modal__field input,html:not(.dark) .dashboard-chat-modal__field textarea{border-color:color-mix(in srgb,var(--color-border) 90%,transparent);background:#ffffffeb}.dashboard-chat-modal__field textarea{resize:vertical;min-height:110px}.dashboard-chat-modal__history{min-height:0;max-height:none;overflow:auto;display:grid;align-content:start;gap:.75rem;padding:.15rem .15rem .1rem 0;scrollbar-width:thin;scrollbar-color:rgba(122,162,247,.55) rgba(15,23,42,.28)}.dashboard-chat-modal__history::-webkit-scrollbar{width:10px}.dashboard-chat-modal__history::-webkit-scrollbar-track{background:linear-gradient(180deg,#0f172a38,#0f172a61);border-radius:999px}.dashboard-chat-modal__history::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#7aa2f7c7,#3b82f685);border-radius:999px;border:2px solid rgba(15,23,42,.32)}.dashboard-chat-modal__history::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#93c5fde6,#60a5fab3)}.dashboard-chat-modal__message{display:grid;gap:.35rem;width:min(66.666%,440px);max-width:min(66.666%,440px);padding:.8rem .9rem;border-radius:12px;border:1px solid rgba(148,163,184,.16)}.dashboard-chat-modal__message--self{justify-self:end;border-bottom-right-radius:4px}.dashboard-chat-modal__message--other{justify-self:start;border-bottom-left-radius:4px}.dashboard-chat-modal__message--tester{background:#0f172a66}.dashboard-chat-modal__message--admin{background:#7aa2f71f;border-color:#7aa2f747}.dashboard-chat-modal__message-meta{display:flex;flex-wrap:wrap;gap:.45rem .8rem;font-size:.76rem;color:var(--color-muted)}.dashboard-chat-modal__message p{margin:0;white-space:pre-wrap;word-break:break-word}.dashboard-chat-modal__error{margin:0;color:#fda4af;font-size:.84rem}@media (max-width: 720px){.dashboard-chat-modal{padding:.65rem}.dashboard-chat-modal__panel{width:100%;max-height:calc(100dvh - 1.3rem);padding:.85rem;gap:.75rem;border-radius:14px}.dashboard-chat-modal__header{flex-direction:column;align-items:stretch}.dashboard-chat-modal__close{align-self:flex-end}.dashboard-chat-modal__history{min-height:180px}.dashboard-chat-modal__actions{flex-direction:column-reverse;align-items:stretch}.dashboard-chat-modal__actions .btn{width:100%;justify-content:center}}@media (max-width: 640px){.navbar-inner{flex-direction:column;align-items:flex-start}.site-frame{padding:.75rem .5rem}.site-actions{width:100%}}@media (max-width: 900px){.site-frame{padding:.75rem .5rem;gap:.75rem}.site-sidebar{position:fixed;inset:0 auto 0 0;height:100vh;width:min(88vw,320px);border-radius:0;transform:translate(-105%);transition:transform .16s ease;z-index:60;top:0}.site-sidebar.open{transform:translate(0)}.site-backdrop{display:block;position:fixed;top:0;right:0;bottom:0;left:0;background:#00000047;opacity:0;pointer-events:none;transition:opacity .16s ease;z-index:50;border:0;padding:0}.site-backdrop.open{opacity:1;pointer-events:auto}.site-content{width:100%}}@media (min-width: 901px){.site-burger{display:none}}.app-shell.route-smarts{min-height:100dvh}.app-shell.route-smarts .page-shell{max-width:none;padding:.7rem;flex:1 1 auto}.app-shell.route-smarts .page-stack{gap:.6rem}.smarts-workflow-controls{display:grid;grid-template-columns:repeat(6,minmax(140px,1fr));gap:.55rem;align-items:center}.smarts-tools-card{display:grid;gap:.75rem}.smarts-tools-grid{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.smarts-tool-column{display:grid;gap:.5rem;align-content:start}.smarts-tool-column h3{margin:0;font-size:1rem}.smarts-inline-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.5rem;align-items:center}.smarts-startup-grid{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.smarts-startup-grid h4{margin:0 0 .45rem}.smarts-startup-list{display:grid;gap:.35rem}.smarts-startup-item{display:grid;grid-template-columns:90px 90px 1fr;gap:.45rem;font-size:.8rem}.smarts-toggle{display:inline-flex;align-items:center;gap:.35rem;font-size:.82rem;color:var(--color-muted);white-space:nowrap}.smarts-workflow-layout{display:grid;grid-template-columns:minmax(0,2fr) minmax(340px,1fr);gap:.7rem}.smarts-graph-shell{border:1px solid var(--color-border);border-radius:12px;background:linear-gradient(180deg,#070e1cf2,#0b1324f2);display:flex;flex-direction:column;min-height:calc(100dvh - 230px)}.smarts-graph-header{display:flex;justify-content:space-between;align-items:center;gap:.6rem;padding:.7rem .8rem;border-bottom:1px solid var(--color-border)}.smarts-graph-scroll{overflow:auto;padding:.8rem}.smarts-graph-row{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(220px,280px);gap:.55rem;align-items:start}.smarts-node-card{border:1px solid var(--color-border);border-radius:10px;background:#0a1221d1;padding:.65rem;cursor:pointer;transition:transform .15s ease,border-color .15s ease}.smarts-node-card:hover{transform:translateY(-1px)}.smarts-node-card.active{border-color:#38bdf8bf;box-shadow:0 0 0 1px #38bdf859 inset}.smarts-node-top{display:flex;justify-content:space-between;align-items:center;gap:.5rem}.smarts-node-card h4{margin:.45rem 0 .2rem;font-size:.98rem}.smarts-node-card p{margin:0;font-size:.8rem}.smarts-node-metrics{display:flex;justify-content:space-between;gap:.5rem;margin-top:.55rem;font-size:.78rem}.smarts-node-timeline{margin-top:.65rem;position:relative;height:8px;border-radius:999px;background:#94a3b829;overflow:hidden}.smarts-node-timeline-bar{position:absolute;top:0;height:100%;border-radius:999px;background:linear-gradient(90deg,#38bdf8,#22d3ee)}.smarts-side-panel{min-height:calc(100dvh - 230px);display:flex;flex-direction:column;gap:.55rem}.smarts-side-card h3{margin:0 0 .45rem}.smarts-side-grid{display:grid;grid-template-columns:112px minmax(0,1fr);gap:.35rem .55rem;font-size:.84rem}.smarts-log-shell{border:1px solid var(--color-border);border-radius:10px;overflow:hidden;background:#090e1be0}.smarts-log-title{padding:.55rem .65rem;border-bottom:1px solid var(--color-border);font-size:.78rem;color:var(--color-muted)}.smarts-log-viewport{height:220px;overflow:auto;padding:.45rem .65rem;font-family:Consolas,Courier New,monospace;font-size:.74rem;line-height:18px}.smarts-log-line{white-space:pre-wrap;word-break:break-word}.smarts-error{border-color:#f43f5e73;color:#fecdd3}.status-ok{background:#10b98129}.status-err{background:#ef44442e}.status-run{background:#38bdf833}.status-skip{background:#94a3b833}.status-queue{background:#f59e0b29}@media (max-width: 900px){.app-shell.route-smarts .navbar{display:none}.app-shell.route-smarts .page-shell{padding:.45rem}.smarts-workflow-controls{grid-template-columns:1fr 1fr}.smarts-tools-grid,.smarts-startup-grid,.smarts-inline-row,.smarts-workflow-layout{grid-template-columns:1fr}.smarts-graph-shell,.smarts-side-panel{min-height:auto}}
