:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:var(--bg);--bg:#f1efe9;--panel:#fff;--ink:#181a19;--muted:#626760;--line:#e3e0d6;--accent:#ee6545;--rail:#171918;--soft:#fce9e2;color-scheme:light}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--ink)}button,input,select,textarea{font:inherit}button,a,input,select,textarea{outline-offset:4px}button:focus-visible,a:focus-visible{outline:3px solid #a83c27}a{color:inherit}button{border:1px solid var(--line);border-radius:9px;background:var(--panel);padding:10px 14px;cursor:pointer;color:var(--ink);font-weight:600}button:hover{border-color:#d9d5c9;background:var(--soft)}button:disabled{opacity:.6;cursor:wait}button.primary{background:#ee795c;color:#181a19;border-color:#d56b50}button.danger{color:#a93330}button.small{padding:6px 10px;font-size:12px}input,textarea,select{display:block;width:100%;border:1px solid #d9d5c9;border-radius:9px;background:var(--panel);padding:11px 12px;color:var(--ink)}input[type=checkbox]{display:inline;width:auto}label{font-size:13px;font-weight:600;display:block;margin-bottom:6px}textarea{min-height:108px;resize:vertical}h1,h2,h3,p{margin-top:0}h1{font-size:34px;line-height:1.15;letter-spacing:-1.2px;font-weight:650}h2{font-size:21px;letter-spacing:-.5px}h3{font-size:16px}p{line-height:1.6}.muted,small{color:var(--muted)}.skip{position:fixed;top:-80px;z-index:1000;padding:12px;background:#fff}.skip:focus{top:8px}.boot{margin:25vh auto;text-align:center;font-size:26px;letter-spacing:4px}.boot small{font-size:14px;letter-spacing:0}.layout{display:grid;grid-template-columns:240px 1fr;min-height:100dvh}.rail{background:var(--rail);color:#c9ccc6;padding:24px 16px;position:fixed;width:240px;height:100dvh;overflow-y:auto;display:flex;flex-direction:column;z-index:20}.brand{font-size:19px;font-weight:700;letter-spacing:2px;display:flex;gap:12px;align-items:center;color:#fff;text-decoration:none;padding:4px 8px 25px}.brand img{width:32px;height:32px}.rail label,.rail small{color:#8b918b}.rail select{background:#202322;color:#fff;border-color:#2b2e2c;font-size:12px}.rail nav{display:flex;flex-direction:column;gap:4px;padding-top:18px}.nav-group{font-size:10px;letter-spacing:1.7px;color:#8b918b;margin:17px 12px 6px;text-transform:uppercase}.nav-item{display:flex;align-items:center;gap:12px;padding:11px 12px;text-decoration:none;border-radius:9px;font-size:13px;font-weight:500}.nav-item:hover{background:#222525}.nav-item.active{background:#ee6545;color:#181a19}.nav-icon{font-size:15px;width:20px;text-align:center}.nav-state{margin-left:auto;font-size:10px;opacity:.6}.rail-bottom{margin-top:auto;padding:24px 8px 0;line-height:1.8;font-size:12px;color:#8b918b}.main{grid-column:2;min-width:0}.topbar{height:76px;border-bottom:1px solid var(--line);display:flex;align-items:center;gap:14px;padding:0 32px;background:var(--panel);position:sticky;top:0;z-index:15}.topbar .search-trigger{flex:1;max-width:500px;text-align:left;font-size:13px;font-weight:400;background:var(--bg);border-color:transparent;color:var(--muted)}kbd{float:right;border:1px solid var(--line);border-radius:4px;font-size:10px;padding:1px 5px;background:var(--panel)}.avatar{border-radius:50%;background:#fce9e2;color:#aa3e28;width:35px;height:35px;display:grid;place-content:center;font-size:12px;font-weight:700}.spacer{flex:1}.role-chip{font-size:11px;color:var(--muted)}.banner{font-size:12px;line-height:1.5;background:#fbf0dc;border-bottom:1px solid #e3d3b0;padding:8px 32px;color:#885315}.content{padding:34px;max-width:1530px;margin:0 auto;min-height:calc(100dvh - 115px)}.content.app-content{padding:0;max-width:none;height:calc(100dvh - 111px);overflow:hidden}.eyebrow{text-transform:uppercase;letter-spacing:2px;font-size:10px;font-weight:700;color:var(--accent);margin-bottom:13px}.heading{display:flex;align-items:flex-start;gap:20px;margin-bottom:28px}.heading p{max-width:720px;margin-bottom:0;color:var(--muted);font-size:14px}.actions{display:flex;gap:9px;align-items:center;flex-wrap:wrap}.heading .actions{margin-left:auto;flex-shrink:0}.hero{background:#fce9e2;border:1px solid #f0d6cc;border-radius:18px;display:grid;grid-template-columns:1fr 260px;gap:32px;padding:30px;margin-bottom:28px}.hero h2{font-size:27px}.hero p{max-width:660px;margin-bottom:18px;font-size:14px;color:#8a4a37}.orbit{border:1px solid #e8c4b8;border-radius:50%;width:150px;height:150px;margin:auto;display:grid;place-content:center;position:relative;box-shadow:0 0 0 28px #f6d9d088,0 0 0 56px #f6d9d044}.orbit img{width:55px;border-radius:16px;transform:rotate(-8deg)}.orbit::before,.orbit::after{content:'';background:#d8543c;width:14px;height:14px;border:4px solid #fce9e2;border-radius:50%;position:absolute;top:12px;left:10px}.orbit::after{top:123px;left:107px}.grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.card{background:var(--panel);border:1px solid var(--line);border-radius:14px;padding:23px;min-width:0}.card p{font-size:13px;color:var(--muted)}.card-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}.app-icon{width:40px;height:40px;display:grid;place-content:center;border-radius:11px;background:var(--soft);color:var(--accent);font-size:19px}.pill{display:inline-block;border:1px solid var(--line);background:var(--soft);color:var(--accent);font-size:10px;font-weight:650;text-transform:uppercase;letter-spacing:.5px;padding:5px 7px;border-radius:6px;white-space:nowrap}.pill.pending,.pill.retryable,.pill.read_only{background:#fbf0dc;color:#885315}.pill.blocked,.pill.not_included,.pill.role_restricted{background:#fbe9e8;color:#a93330}.card h3{margin-bottom:8px}.card .open{margin-top:10px;display:inline-flex;text-decoration:none;font-size:13px;color:var(--accent);font-weight:650}.two-col{display:grid;grid-template-columns:1.25fr 1fr;gap:22px;margin:24px 0}.activity-row,.list-row{display:flex;align-items:center;gap:14px;padding:14px 0;border-bottom:1px solid var(--line)}.activity-row:last-child,.list-row:last-child{border-bottom:0}.activity-row p,.list-row p{margin:0;font-size:13px}.activity-row small,.list-row small{font-size:11px}.empty{padding:28px;text-align:center;background:var(--bg);border:1px dashed #d9d5c9;border-radius:12px;color:var(--muted);font-size:13px;line-height:1.7}.error{background:#fbe9e8;border:1px solid #e8bfb6;color:#a93330;padding:13px;border-radius:9px;font-size:13px;white-space:pre-wrap}.notice{background:var(--soft);padding:14px 17px;border-radius:9px;font-size:13px;line-height:1.6}.table-wrap{overflow:auto}table{border-collapse:collapse;width:100%;font-size:12px}th,td{padding:13px 10px;text-align:left;border-bottom:1px solid var(--line);vertical-align:top}th{font-size:10px;letter-spacing:.7px;text-transform:uppercase;color:var(--muted);font-weight:650}td{line-height:1.6}.field{margin-bottom:17px}.field small{display:block;margin-top:5px}.fields{display:grid;grid-template-columns:1fr 1fr;gap:0 18px}.fields .wide{grid-column:1/-1}.form-actions{display:flex;justify-content:flex-end;gap:9px;margin-top:22px}.section-title{display:flex;justify-content:space-between;gap:12px;align-items:center;margin:28px 0 15px}.section-title h2{margin:0}pre{white-space:pre-wrap;word-break:break-word;max-height:330px;overflow:auto;font-size:12px;line-height:1.7;background:var(--bg);padding:16px;border-radius:10px}code{font-size:12px}.suite-frame{border:0;width:100%;height:100%;display:block;background:var(--bg)}dialog{border:1px solid var(--line);border-radius:18px;padding:28px;width:650px;max-width:calc(100vw - 32px);max-height:88dvh;overflow:auto;color:var(--ink);background:var(--panel);box-shadow:0 32px 100px #181a191a}dialog::backdrop{background:#181a1955;backdrop-filter:blur(4px)}.dialog-head{display:flex;justify-content:space-between;gap:20px;margin-bottom:17px}.dialog-head h2{margin:0}.dialog-close{border:none;font-size:20px;padding:0 6px;background:none}.search-results{max-height:55vh;overflow:auto;margin-top:18px}.search-row{display:block;width:100%;text-align:left;margin-bottom:9px;font-weight:400;line-height:1.5}.search-row strong{display:block;font-size:13px}.search-row small{font-size:11px}.inspector{position:fixed;right:0;top:0;bottom:0;width:490px;max-width:95vw;background:var(--panel);z-index:40;box-shadow:-12px 0 60px #181a1922;padding:28px;overflow:auto;border-left:1px solid var(--line)}.inspector[hidden]{display:none}.record-fields dt{font-size:10px;letter-spacing:.6px;text-transform:uppercase;color:var(--muted);margin-top:18px}.record-fields dd{margin:6px 0 0;font-size:13px;line-height:1.7;white-space:pre-wrap;overflow-wrap:anywhere}#toast{position:fixed;bottom:24px;left:50%;transform:translate(-50%,20px);opacity:0;pointer-events:none;transition:.2s;background:#181a19;color:white;padding:13px 20px;border-radius:12px;max-width:90vw;z-index:100;font-size:13px}#toast.visible{transform:translate(-50%,0);opacity:1}.auth{display:grid;grid-template-columns:1fr 1fr;min-height:100dvh}.auth-story{background:var(--rail);color:white;padding:80px 10%;display:flex;flex-direction:column;justify-content:center;position:relative;overflow:hidden}.auth-story .brand{padding:0;margin-bottom:50px}.auth-story h1{font-size:48px;max-width:470px;line-height:1.15}.auth-story p{color:#d8d5cd;max-width:450px}.auth-story .eyebrow{color:#f9a188}.auth-panel{display:grid;place-items:center;padding:35px}.auth-box{max-width:400px;width:100%}.auth-box h2{font-size:28px}.auth-links{display:flex;gap:12px;flex-wrap:wrap;font-size:12px;margin-top:20px}.auth-links button{border:0;background:none;padding:0;color:var(--accent)}.auth .demo-hint{font-size:12px;background:var(--soft);padding:15px;margin-bottom:20px;border-radius:10px;line-height:1.7}.auth-result{margin:15px 0}.status-line{font-size:12px;padding-top:12px;color:var(--muted)}.mobile-menu{display:none}.loading{padding:100px 20px;text-align:center;color:var(--muted)}.key-result{border:1px solid #e0c48a;background:#fbf0dc;padding:16px;overflow-wrap:anywhere;font-size:13px}.view-note{font-size:11px;color:var(--muted);margin-top:20px}body.dark{--bg:#15171a;--panel:#1c1f22;--ink:#eceee9;--muted:#a9aeaa;--line:#383d41;--soft:#3b2620;color-scheme:dark}body.dark .hero{background:#3b2620;border-color:#59413a}body.dark .hero p{color:#e9c2b4}body.dark .banner{background:#3a2d17;color:#e8ce9a;border-color:#59472a}@media(prefers-reduced-motion:reduce){*{transition:none!important;scroll-behavior:auto!important}}@media(max-width:1150px){.grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hero{grid-template-columns:1fr}.orbit{display:none}.two-col{grid-template-columns:1fr}.heading{flex-direction:column}.heading .actions{margin-left:0}}@media(max-width:760px){.layout{display:block}.rail{transform:translateX(-100%);transition:transform .2s}.layout.menu-open .rail{transform:translateX(0)}.main{width:100%}.mobile-menu{display:block}.topbar{padding:0 15px;height:64px;gap:9px}.topbar .role-chip,.topbar .user-name{display:none}.content{padding:22px 17px}.banner{padding:7px 17px;font-size:10px}.grid{grid-template-columns:1fr}.hero{padding:23px}.hero h2{font-size:23px}h1{font-size:28px}.content.app-content{height:calc(100dvh - 102px)}.fields{grid-template-columns:1fr}.auth{grid-template-columns:1fr}.auth-story{padding:32px;min-height:230px}.auth-story .brand{margin-bottom:20px}.auth-story h1{font-size:30px}.auth-story p{display:none}.auth-panel{padding:30px 22px}.card{padding:20px}.heading{margin-bottom:20px}dialog{padding:22px}}

h1{font-family:Georgia,"Times New Roman",serif;font-weight:540;letter-spacing:-1.3px}
