:root{--bg: #0f172a;--surface-1: rgba(255,255,255,.05);--surface-2: rgba(255,255,255,.1);--surface-3: rgba(255,255,255,.12);--border: rgba(255,255,255,.08);--border-strong: rgba(255,255,255,.18);--fg-1: #f8fafc;--fg-2: #f1f5f9;--fg-3: #e2e8f0;--fg-4: #cbd5e1;--fg-5: #94a3b8;--fg-6: #64748b;--fg-7: #475569;--accent: #38bdf8;--accent-hover: #7dd3fc;--accent-soft: rgba(56,189,248,.08);--accent-ring: rgba(56,189,248,.2);--accent-pill: rgba(56,189,248,.06);--accent-pill-border: rgba(56,189,248,.3);--accent-2: #818cf8;--popover-bg: #1e293b;--popover-border: rgba(255,255,255,.08);--shadow-card-hover: 0 6px 20px rgba(0,0,0,.3);--shadow-card-active: 0 4px 16px rgba(0,0,0,.25);--shadow-popover: 0 12px 32px rgba(0,0,0,.3);--status-success: #22c55e;--status-success-bg: rgba(34,197,94,.12);--status-success-border: rgba(34,197,94,.3);--status-error: #ef4444;--status-error-bg: rgba(239,68,68,.12);--status-error-border: rgba(239,68,68,.3);--status-progress: #f59e0b;--status-progress-bg: rgba(245,158,11,.12);--status-progress-border: rgba(245,158,11,.3);--status-active: #38bdf8;--status-active-bg: rgba(56,189,248,.12);--status-active-border: rgba(56,189,248,.3);--status-idle: #94a3b8;--status-idle-bg: rgba(148,163,184,.12);--status-idle-border: rgba(148,163,184,.3)}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Noto Sans,Segoe UI,system-ui,-apple-system,sans-serif;background:var(--bg);color:var(--fg-3);font-size:14px;line-height:1.5;min-height:100vh}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer;border:none;background:none;color:inherit}button:disabled{cursor:not-allowed;opacity:.5}input,select,textarea{font:inherit;color:inherit;background:transparent;border:none;outline:none}code{font-family:JetBrains Mono,SF Mono,Menlo,monospace;font-size:.875em}.muted{color:var(--fg-5)}.muted-soft{color:var(--fg-6)}.glow{position:relative;overflow:hidden}.glow:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse 80% 50% at 50% -20%,rgba(56,189,248,.12) 0%,transparent 60%),radial-gradient(ellipse 60% 40% at 80% 80%,rgba(99,102,241,.08) 0%,transparent 50%);pointer-events:none;z-index:0}.glow>*{position:relative;z-index:1}.app{display:flex;flex-direction:column;height:100vh;overflow:hidden}.app-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;border-bottom:1px solid var(--border);background:#0f172a99;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);flex-shrink:0}.app-header .brand{display:flex;align-items:center;gap:.6rem;font-weight:700;font-size:1rem;color:var(--fg-1);letter-spacing:-.01em}.app-header .brand .dot{width:8px;height:8px;border-radius:50%;background:var(--accent);box-shadow:0 0 8px var(--accent)}.app-header .nav{display:flex;gap:.25rem}.app-header .nav a{padding:.4rem .8rem;border-radius:6px;color:var(--fg-5);font-size:.875rem;transition:background .15s,color .15s}.app-header .nav a:hover{background:var(--surface-1);color:var(--fg-3)}.app-header .nav a.active{background:var(--surface-2);color:var(--fg-1)}.app-header .user{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:var(--fg-5)}.avatar{width:28px;height:28px;border-radius:50%;background:linear-gradient(135deg,var(--accent),var(--accent-2));display:grid;place-items:center;font-size:11px;font-weight:600;color:var(--bg)}.layout{display:flex;flex:1;min-height:0}.master{width:360px;flex-shrink:0;border-right:1px solid var(--border);display:flex;flex-direction:column;min-height:0}.master-head{padding:1rem 1rem .75rem;border-bottom:1px solid var(--border);flex-shrink:0}.master-head .input{width:100%;margin-bottom:.75rem}.master-list{flex:1;overflow-y:auto}.master-row{display:flex;flex-direction:column;gap:.25rem;padding:.85rem 1rem;border-bottom:1px solid var(--border);transition:background .15s;border-left:2px solid transparent;cursor:pointer;color:inherit}.master-row:hover{background:var(--surface-1)}.master-row.active{background:var(--surface-2);border-left-color:var(--accent)}.master-row .top{display:flex;justify-content:space-between;align-items:center;font-size:.7rem;color:var(--fg-7);text-transform:uppercase;letter-spacing:.04em}.master-row .subject{font-size:.9rem;color:var(--fg-2);font-weight:500;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.master-row.active .subject{color:var(--fg-1)}.master-row .sub{display:flex;justify-content:space-between;font-size:.75rem;color:var(--fg-5)}.master-row .sub .pill{padding:0 .45rem;font-size:.65rem}.detail{flex:1;overflow-y:auto;padding:2rem 2.5rem;min-width:0}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;text-align:center;padding:4rem 2rem}.empty-state p{font-size:1rem;max-width:360px}.crumbs{font-size:.8rem;color:var(--fg-6);margin-bottom:.5rem}.crumbs code{color:var(--fg-4)}.detail-head{display:flex;justify-content:space-between;gap:1rem;align-items:start;margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid var(--border)}.detail-head h1{font-size:1.4rem;line-height:1.3;color:var(--fg-1);font-weight:600}.detail-head .meta{font-size:.85rem;color:var(--fg-5);margin-top:.35rem;display:flex;align-items:center;flex-wrap:wrap}.detail-head .actions{display:flex;gap:.5rem;flex-shrink:0;flex-wrap:wrap}.detail-grid{display:grid;grid-template-columns:1fr 280px;gap:1.5rem;align-items:start}@media(max-width:1200px){.detail-grid{grid-template-columns:1fr}}.pill{display:inline-flex;align-items:center;gap:.35rem;padding:.2rem .6rem;border-radius:999px;font-size:.7rem;font-weight:500;letter-spacing:.02em;white-space:nowrap}.status-success{color:var(--status-success);background:var(--status-success-bg);border:1px solid var(--status-success-border)}.status-error{color:var(--status-error);background:var(--status-error-bg);border:1px solid var(--status-error-border)}.status-progress{color:var(--status-progress);background:var(--status-progress-bg);border:1px solid var(--status-progress-border)}.status-active{color:var(--status-active);background:var(--status-active-bg);border:1px solid var(--status-active-border)}.status-idle{color:var(--status-idle);background:var(--status-idle-bg);border:1px solid var(--status-idle-border)}.pill .dot{width:6px;height:6px;border-radius:50%;background:currentColor}.status-progress .dot,.status-active .dot{animation:pulse 1.4s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.6}}@media(prefers-reduced-motion:reduce){.status-progress .dot,.status-active .dot{animation:none}*{transition-duration:.01ms!important}}.btn-primary,.btn-secondary,.btn-ghost{display:inline-flex;align-items:center;gap:.4rem;padding:.5rem 1rem;border-radius:8px;font-size:.875rem;font-weight:500;transition:background .2s,transform .15s,border-color .2s,color .2s}.btn-primary{background:var(--accent);color:var(--bg);font-weight:600}.btn-primary:hover:not(:disabled){background:var(--accent-hover);transform:translateY(-1px)}.btn-secondary{background:transparent;color:var(--fg-5);border:1px solid rgba(148,163,184,.3)}.btn-secondary:hover:not(:disabled){border-color:#94a3b899;color:var(--fg-3);transform:translateY(-1px)}.btn-ghost{color:var(--fg-5);padding:.35rem .6rem}.btn-ghost:hover:not(:disabled){background:var(--surface-1);color:var(--fg-3)}.input{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background:var(--surface-1);border:1px solid var(--border);border-radius:8px;font-size:.875rem;color:var(--fg-3);transition:border-color .15s,background .15s}.input:focus-within{border-color:var(--accent-pill-border);background:var(--surface-2)}.input input{flex:1}.input input::placeholder{color:var(--fg-6)}.input .icon{color:var(--fg-6);display:grid;place-items:center}.chip-row{display:flex;gap:.4rem;flex-wrap:wrap}.chip{padding:.3rem .7rem;border-radius:999px;background:var(--surface-1);border:1px solid var(--border);font-size:.75rem;color:var(--fg-5);transition:all .15s}.chip:hover{background:var(--surface-2);color:var(--fg-3)}.chip.active{background:var(--accent-soft);border-color:var(--accent-pill-border);color:var(--accent)}.panel{background:var(--surface-1);border:1px solid var(--border);border-radius:8px;padding:1rem}.panel h2{font-size:.7rem;text-transform:uppercase;letter-spacing:.06em;color:var(--fg-7);font-weight:600;margin-bottom:.75rem}.aside-grid{display:grid;gap:.5rem;font-size:.8rem}.aside-grid .row{display:grid;grid-template-columns:80px 1fr;gap:.5rem}.aside-grid dt{color:var(--fg-6)}.aside-grid dd{color:var(--fg-3);word-break:break-word}aside.side{position:sticky;top:1rem;display:flex;flex-direction:column;gap:1rem}.section-tabs{display:flex;gap:.25rem;border-bottom:1px solid var(--border);margin-bottom:1.25rem;flex-wrap:wrap}.section-tabs button{padding:.5rem .9rem;font-size:.85rem;color:var(--fg-5);border-bottom:2px solid transparent;transition:all .15s;display:flex;align-items:center;gap:.4rem}.section-tabs button:hover:not(:disabled){color:var(--fg-3)}.section-tabs button.active{color:var(--accent);border-bottom-color:var(--accent)}.section-tabs button .count{font-size:.65rem;color:var(--fg-7);background:var(--surface-2);padding:1px 6px;border-radius:999px}.section-tabs button.active .count{color:var(--accent);background:var(--accent-soft)}.tree{font-family:JetBrains Mono,monospace;font-size:.8rem;line-height:1.7;color:var(--fg-3)}.tree details{margin-left:.5rem}.tree summary{cursor:pointer;list-style:none;padding:.15rem .5rem;border-radius:3px;transition:background .12s;display:flex;align-items:center;gap:.25rem}.tree summary::-webkit-details-marker{display:none}.tree summary:hover{background:var(--surface-1)}.tree summary:before{content:"▸";display:inline-block;color:var(--fg-7);width:12px;transition:transform .15s;font-size:.75em}.tree details[open]>summary:before{transform:rotate(90deg)}.tree .key{color:var(--accent)}.tree .meta-info{color:var(--fg-7);margin-left:.5rem;font-size:.7rem}.tree .leaf{padding:.15rem .5rem .15rem 1.5rem;display:grid;grid-template-columns:220px 1fr;gap:1rem;transition:background .12s;border-radius:3px}.tree .leaf:hover{background:var(--surface-1)}.tree .leaf .k{color:var(--accent)}.tree .leaf .v{color:var(--fg-2);word-break:break-word}.tree .leaf .v.string{color:var(--status-success)}.tree .leaf .v.string:before{content:'"';color:var(--fg-7)}.tree .leaf .v.string:after{content:'"';color:var(--fg-7)}.tree .leaf .v.number,.tree .leaf .v.bool{color:var(--accent-2)}.tree .leaf .v.null{color:var(--fg-7);font-style:italic}.coverage{display:grid;gap:.5rem}.cov-row{display:flex;align-items:center;justify-content:space-between;font-size:.75rem;gap:.5rem}.cov-row .label{color:var(--fg-5);flex-shrink:0}.cov-row .bar{flex:1;height:4px;background:var(--surface-2);border-radius:2px;position:relative;overflow:hidden}.cov-row .bar:after{content:"";position:absolute;left:0;top:0;bottom:0;width:var(--w, 0%);background:var(--c, var(--accent));border-radius:2px}.cov-row .pct{color:var(--fg-3);font-variant-numeric:tabular-nums;min-width:36px;text-align:right}.timeline{display:flex;flex-direction:column;gap:.75rem}.tline{display:grid;grid-template-columns:90px 16px 1fr;gap:.75rem;align-items:start;font-size:.85rem}.tline .when{color:var(--fg-6);font-size:.75rem}.tline .marker{width:12px;height:12px;border-radius:50%;background:var(--surface-2);border:2px solid var(--fg-7);margin-top:3px;position:relative}.tline .marker.success{background:var(--status-success);border-color:var(--status-success)}.tline .marker.error{background:var(--status-error);border-color:var(--status-error)}.tline .marker.progress{background:var(--status-progress);border-color:var(--status-progress)}.tline .marker.active{background:var(--accent);border-color:var(--accent)}.tline:not(:last-child) .marker:after{content:"";position:absolute;left:50%;top:100%;width:1px;height:calc(100% + .5rem);background:var(--border);transform:translate(-50%)}.tline .what code{color:var(--fg-2);font-weight:500}.tline .detail-text{color:var(--fg-6);font-size:.8rem;margin-top:.15rem}.email-card{background:var(--surface-1);border:1px solid var(--border);border-radius:8px;padding:1.2rem;font-size:.85rem}.email-headers{display:grid;grid-template-columns:max-content 1fr;gap:.35rem 1rem;padding-bottom:.9rem;border-bottom:1px solid var(--border);margin-bottom:1rem}.email-body{white-space:pre-wrap;line-height:1.65;color:var(--fg-3);font-family:inherit}.login-page{min-height:100vh;display:grid;place-items:center;padding:2rem}.login-card{width:100%;max-width:380px;background:var(--surface-1);border:1px solid var(--border);border-radius:12px;padding:2rem;display:flex;flex-direction:column;gap:1rem;position:relative}.login-card .brand{display:flex;align-items:center;gap:.6rem;font-weight:700;font-size:1rem;color:var(--fg-1);letter-spacing:-.01em;margin-bottom:.25rem}.login-card .brand .dot{width:8px;height:8px;border-radius:50%;background:var(--accent);box-shadow:0 0 8px var(--accent)}.login-card h1{font-size:1.4rem;font-weight:600;color:var(--fg-1)}.edit-mode-bar{display:flex;align-items:center;justify-content:space-between;padding:.65rem .9rem;background:var(--accent-soft);border:1px solid var(--accent-pill-border);border-radius:8px;margin-bottom:1rem;font-size:.85rem}.edit-mode-bar .muted{color:var(--accent)}.tree .leaf.editable{cursor:text;align-items:center}.tree .leaf.editable.dirty{background:var(--accent-soft);box-shadow:inset 2px 0 0 var(--accent)}.tree .leaf .v-input{font-family:JetBrains Mono,monospace;font-size:inherit;padding:.15rem .45rem;background:var(--surface-2);border:1px solid var(--border);border-radius:3px;color:var(--fg-2);width:100%;transition:border-color .15s,background .15s}.tree .leaf .v-input:hover{border-color:var(--border-strong)}.tree .leaf .v-input:focus{border-color:var(--accent);background:var(--surface-3);outline:none}.tree .leaf .v-input.string{color:var(--status-success)}.tree .leaf .v-input.number,.tree .leaf .v-input.bool{color:var(--accent-2)}.draft-preview{display:flex;flex-direction:column;gap:.5rem}.draft-preview iframe{width:100%;min-height:600px;border:1px solid var(--border);border-radius:8px;background:#fff}
