:root{color-scheme:light;--canvas: #f5f7fa;--surface: #ffffff;--surface-soft: #fbfcfd;--text: #111827;--muted: #6b7280;--border: #d9e1e8;--border-strong: #c8d3dd;--teal: #0f766e;--teal-soft: #e6f7f5;--warning: #fff1f2;--warning-border: #fecdd3;--shadow: 0 8px 24px rgba(15, 23, 42, .04)}*{box-sizing:border-box}html,body{margin:0;min-height:100%;font-family:Inter,Segoe UI,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;background:var(--canvas);color:var(--text)}body{line-height:1.55}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}button{cursor:pointer}code,.mono{font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace}.app-shell{min-height:100vh;display:flex;flex-direction:column;transition:filter .18s ease}.app-shell.is-modal-open{filter:blur(10px);pointer-events:none;-webkit-user-select:none;user-select:none}.page-width{width:min(1200px,calc(100% - 40px));margin:0 auto}.main-frame{width:min(1200px,calc(100% - 40px));padding:34px 0 48px}.topbar{position:sticky;top:0;z-index:20;background:#f5f7faeb;border-bottom:1px solid var(--border);backdrop-filter:blur(12px)}.topbar-inner{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:20px;padding:16px 0}.topbar-brand{justify-self:start}.logo-mark{border:none;background:transparent;font-size:20px;font-weight:700;letter-spacing:-.02em;color:var(--text);padding:0}.main-nav{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:16px;justify-self:center}.topbar-right{display:flex;align-items:center;gap:14px;justify-self:end}.nav-link{border:none;background:transparent;padding:0 0 10px;color:var(--muted);font-size:14px;font-weight:500;position:relative}.nav-link:hover{color:var(--text)}.nav-link.is-active{color:var(--teal)}.nav-link.is-active:after{content:"";position:absolute;left:0;right:0;bottom:0;height:1.5px;background:var(--teal);border-radius:999px}.icon-button{width:38px;height:38px;border-radius:999px;border:1px solid var(--border);background:var(--surface);display:inline-flex;align-items:center;justify-content:center;color:var(--muted)}.icon-dot,.icon-avatar,.icon-ring,.icon-bell,.icon-gear{display:inline-block}.icon-dot{width:14px;height:14px;border-radius:4px;border:1.6px solid currentColor}.icon-ring{width:15px;height:15px;border-radius:999px;border:1.8px solid currentColor}.icon-avatar{width:16px;height:16px;position:relative}.icon-avatar:before,.icon-avatar:after{content:"";position:absolute;left:50%;transform:translate(-50%);border:1.7px solid currentColor}.icon-avatar:before{top:0;width:7px;height:7px;border-radius:999px}.icon-avatar:after{bottom:0;width:12px;height:7px;border-radius:999px 999px 4px 4px;border-top:none}.icon-bell{width:14px;height:14px;border:1.6px solid currentColor;border-radius:7px 7px 5px 5px;position:relative}.icon-bell:after{content:"";position:absolute;left:4px;right:4px;bottom:-4px;height:2px;background:currentColor;border-radius:999px}.icon-gear{width:15px;height:15px;border-radius:999px;border:1.8px solid currentColor;position:relative}.icon-gear:after{content:"";position:absolute;inset:4px;border-radius:999px;border:1.4px solid currentColor}.avatar-button,.account-pill{border:1px solid var(--border-strong);background:var(--surface);color:var(--text)}.avatar-button{width:38px;height:38px;border-radius:999px;font-size:13px;font-weight:700}.account-pill{border-radius:999px;padding:10px 14px;font-size:14px;font-weight:600}.dropdown{position:absolute;right:0;top:calc(100% + 10px);width:260px;background:var(--surface);border:1px solid var(--border);border-radius:18px;padding:16px;box-shadow:var(--shadow);z-index:5}.glass-panel,.info-box,.preview-shell,.modal-card{background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow)}.section-card{border-radius:20px;padding:24px}.pill,.badge{display:inline-flex;align-items:center;gap:6px;border-radius:999px;padding:6px 12px;font-size:11px;font-weight:700;letter-spacing:.16em;text-transform:uppercase}.pill--accent,.badge--accent{background:var(--teal-soft);color:var(--teal)}.pill--warning,.badge--warning{background:#fff5f5;color:#b91c1c}.pill-icon{width:8px;height:8px;border-radius:999px;background:currentColor;display:inline-block}.button-row{display:flex;flex-wrap:wrap;gap:12px}.button-primary,.button-secondary,.button-link{border-radius:999px;padding:11px 16px;font-weight:600;border:1px solid transparent;transition:background .18s ease,color .18s ease,border-color .18s ease}.button-primary{background:var(--text);color:#fff}.button-primary.teal-button{background:var(--teal)}.button-secondary{background:transparent;border-color:var(--border-strong);color:#374151}.button-link{background:transparent;color:var(--teal);padding-left:0;padding-right:0}.button-primary:hover,.button-secondary:hover,.button-link:hover{filter:brightness(.98)}.muted{color:var(--muted)}.label{font-size:11px;letter-spacing:.15em;text-transform:uppercase;color:var(--muted);font-weight:700}.section-title{margin:0;font-size:28px;letter-spacing:-.02em}.display-heading{font-family:Georgia,Times New Roman,serif;letter-spacing:-.03em}.divider{height:1px;background:var(--border);margin:18px 0}.info-grid{display:grid;gap:18px}.info-box{border-radius:18px;padding:18px}.field-group{display:grid;gap:12px}.field-group input,.field-group textarea{width:100%;border-radius:16px;border:1px solid var(--border-strong);background:var(--surface-soft);padding:14px 16px;color:var(--text)}.field-group textarea{min-height:134px;resize:vertical}.banner{border-radius:16px;padding:14px 16px;border:1px solid var(--border)}.banner--accent{background:#f0fdfa;border-color:#cdeeea;color:#115e59}.banner--warning{background:var(--warning);border-color:var(--warning-border);color:#9f1239}.banner--error{background:#fef2f2;border-color:#fecaca;color:#b91c1c}.preview-shell{position:relative;overflow:hidden;border-radius:20px}.preview-shell.is-gated .preview-content{filter:blur(8px);opacity:.72;pointer-events:none;-webkit-user-select:none;user-select:none}.process-card{position:relative}.inline-token{display:inline-flex;align-items:center;border-radius:999px;padding:8px 12px;border:1px solid var(--border);background:var(--surface-soft);font-size:13px}.network-canvas{position:relative;min-height:620px;border:1px solid var(--border);border-radius:22px;background:linear-gradient(180deg,#fbfcfd,#f4f7fa);overflow:hidden}.network-lines{position:absolute;inset:0;width:100%;height:100%}.graph-node,.edge-label{position:absolute;transform:translate(-50%,-50%)}.graph-node{width:156px;text-align:left;padding:12px 14px;border-radius:16px;border:1px solid var(--border-strong);background:#fffffff5;box-shadow:0 6px 18px #0f172a0d}.graph-node.node--starting{background:#f8fbfc}.graph-node.node--target{background:#12212d;color:#fff;border-color:#12212d}.graph-node.node--selected{box-shadow:inset 0 0 0 1px #c7efea,0 10px 22px #0f766e14;border-color:#86d6ce}.graph-node__title,.graph-node__meta{display:block}.graph-node__title{font-weight:700;font-size:13px;line-height:1.4}.graph-node__meta{margin-top:6px;font-size:12px;opacity:.78}.edge-label{border-radius:999px;border:1px solid var(--border);background:#fffffff5;color:var(--text);padding:6px 10px;font-size:11px;font-weight:600;box-shadow:0 4px 12px #0f172a0a}.edge-label.is-selected{border-color:#86d6ce;color:var(--teal)}.legend-chip{display:inline-flex;align-items:center;gap:8px;border-radius:999px;border:1px solid var(--border);background:var(--surface);padding:8px 12px;font-size:12px;color:var(--muted)}.legend-swatch{width:16px;height:4px;border-radius:999px;display:inline-block}.legend-swatch--start{background:#9fb0bb}.legend-swatch--intermediate{background:#cfd8e1}.legend-swatch--target{background:#12212d}.legend-swatch--selected{background:var(--teal)}.legend-swatch--alternative{background:#a8b7c3}.legend-swatch--evaluating{background:linear-gradient(90deg,#cfd8e1,#0f766e)}.split-layout{display:grid;gap:24px}.stats-grid,.route-node-grid{display:grid;gap:14px}.table-shell{width:100%;border-collapse:collapse}.table-shell th,.table-shell td{padding:14px 12px;border-bottom:1px solid var(--border);text-align:left;font-size:14px}.table-shell th{color:var(--muted);font-weight:600}.dashboard-cell-text{display:inline-block;font-size:14px;font-weight:500;line-height:1.5;color:var(--text)}.dashboard-cell-text--truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.progress-bar{width:100%;height:10px;background:#e5ebf1;border-radius:999px;overflow:hidden}.progress-bar>span{display:block;height:100%;background:var(--teal)}.modal-backdrop{position:fixed;inset:0;z-index:60;display:flex;align-items:center;justify-content:center;padding:24px;background:#1118271f}.modal-card{width:min(440px,100%);border-radius:20px;padding:24px}.footer{margin-top:auto;border-top:1px solid var(--border);background:#ffffffb8}.footer-inner{display:block;padding:20px 0;font-size:13px;color:var(--muted)}.footer-link{border:none;background:transparent;padding:0;margin-left:6px;color:inherit}.footer-link:hover{color:var(--text)}@media (min-width: 780px){.info-grid.cols-2,.stats-grid.cols-2,.split-layout.cols-2,.route-node-grid.cols-3{grid-template-columns:repeat(2,minmax(0,1fr))}.info-grid.cols-3,.stats-grid.cols-3,.route-node-grid.cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.info-grid.cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.process-grid .process-card:not(:last-child):after{content:"";position:absolute;top:50%;right:-18px;width:18px;height:1px;background:var(--border-strong)}}@media (min-width: 980px){.split-layout.cols-wide{grid-template-columns:1.2fr .8fr}.split-layout.cols-sidebar{grid-template-columns:1.06fr .94fr}.split-layout.cols-dashboard{grid-template-columns:.82fr 1.18fr}}@media (max-width: 860px){.topbar-inner{flex-direction:column;align-items:flex-start}.main-nav{row-gap:10px;justify-content:flex-start}.topbar-inner{display:flex}.topbar-right{justify-self:auto}.network-canvas{min-height:760px}}
