:root{--aurora-bg:#f6f8fb;--aurora-text:#172033;--aurora-muted:#667085;--aurora-border:#e4e7ec;--aurora-card:#fff;--aurora-primary:#0d6efd;--aurora-ok:#159947;--aurora-warn:#d87900;--aurora-failed:#dc3545}
*{box-sizing:border-box}html{font-size:16px}body{font-family:Inter,system-ui,-apple-system,Segoe UI,Arial,sans-serif;color:var(--aurora-text);margin:0}.app-bg{background:var(--aurora-bg)}.app-shell{width:min(100% - 32px,1280px);margin:0 auto;padding:28px 0}.app-header{display:flex;justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:22px}.app-title h1{font-size:clamp(2rem,4vw,3rem);line-height:1.05;margin:0 0 8px}.app-title p{margin:0;color:var(--aurora-muted)}.nav-actions{display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end}.nav-actions .btn{white-space:nowrap}.service-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.service-card{border-radius:18px;border:1px solid var(--aurora-border);min-height:190px;background:var(--aurora-card);box-shadow:0 1px 2px rgba(16,24,40,.04)}.status-ok{color:var(--aurora-ok);font-weight:800}.status-unknown,.status-not_tested,.status-password_saved{color:var(--aurora-warn);font-weight:800}.status-failed{color:var(--aurora-failed);font-weight:800}.meta-line{font-size:.88rem;color:var(--aurora-muted)}.card-message{min-height:48px}.banner-line{max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.card-soft{background:#fff;border:1px solid #e5eaf2;border-radius:16px}.small-muted{font-size:.88rem;color:#667085}.secret-field{max-width:260px}.api-card{border:1px solid var(--aurora-border);border-radius:18px;background:#fff}.method{font-weight:800;font-size:.78rem}.method-get{color:#0d6efd}.method-post{color:#198754}.codebox{background:#0b1020;color:#d6e4ff;border-radius:16px;padding:18px;max-height:520px;overflow:auto;font-size:.86rem}.metric{background:#fff;border:1px solid var(--aurora-border);border-radius:16px;padding:16px}.status-bad{color:var(--aurora-failed);font-weight:800}.status-warn{color:var(--aurora-warn);font-weight:800}.endpoint-url{word-break:break-all}.copy-input{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.85rem}.install-bg{background:#101928}.install-card{max-width:920px;margin:auto;background:linear-gradient(135deg,#f6fffb,#e4edff);border-radius:24px;padding:32px}.login-card{max-width:420px;margin:auto;background:#fff;border-radius:8px;padding:32px}.status-bg{min-height:100vh;background:linear-gradient(135deg,#132447,#092c2b);padding:5vh 16px}.status-shell{max-width:980px;margin:auto;text-align:center;background:linear-gradient(135deg,#f8fffb,#e5edff);border-radius:34px;padding:62px;color:#172033}.pulse{width:140px;height:140px;border-radius:50%;margin:0 auto 28px;border:2px solid #88cfa5;display:grid;place-items:center;background:#dff6e6}.pulse span{display:block;width:70px;height:70px;background:#16a34a;border-radius:50%;box-shadow:0 0 40px #16a34a}.kicker{letter-spacing:.25em;font-weight:800;color:#667085}.status-shell h1{font-size:clamp(44px,7vw,84px);margin:.25em}.pill{display:inline-block;background:white;border-radius:999px;padding:12px 28px;font-weight:800}.lead{max-width:720px;margin:34px auto;color:#667085;font-size:20px}.status-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:18px}.status-tile{background:#fff;border-radius:24px;padding:24px;font-size:18px}.checked{color:#667085;margin-top:30px}
@media (max-width: 991.98px){.app-shell{width:min(100% - 24px,920px);padding:20px 0}.app-header{flex-direction:column;align-items:stretch}.nav-actions{justify-content:flex-start}.nav-actions .btn{flex:1 1 auto}.service-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.service-card{min-height:170px}.status-shell{padding:42px 24px}.pulse{width:110px;height:110px}.pulse span{width:56px;height:56px}.lead{font-size:17px;margin:24px auto}.codebox{max-height:360px}}
@media (max-width: 575.98px){html{font-size:15px}.app-shell{width:100%;padding:16px 12px}.app-title h1{font-size:2rem}.app-title p{font-size:.95rem}.nav-actions{display:grid;grid-template-columns:1fr 1fr;width:100%}.nav-actions .btn{width:100%;padding:.6rem .5rem}.service-grid{grid-template-columns:1fr;gap:12px}.service-card{min-height:auto}.service-card .card-body{padding:16px}.card-message{min-height:auto}.meta-line{font-size:.82rem}.table-responsive{border-radius:12px}.secret-field{max-width:100%;width:100%}.install-card,.login-card{border-radius:18px;padding:22px}.status-bg{padding:16px 10px}.status-shell{border-radius:24px;padding:32px 16px}.status-shell h1{font-size:2.7rem}.kicker{font-size:.72rem}.pulse{width:88px;height:88px;margin-bottom:18px}.pulse span{width:44px;height:44px}.pill{padding:10px 18px}.lead{font-size:16px}.status-grid{grid-template-columns:1fr}.status-tile{padding:18px}.api-card{border-radius:14px}.metric{padding:14px}.codebox{font-size:.78rem;padding:14px;max-height:280px}.copy-input{font-size:.78rem}}

/* v2.1.2 UI + navigation update */
.app-shell{padding-top:24px}.app-header{background:rgba(255,255,255,.76);backdrop-filter:blur(10px);border:1px solid var(--aurora-border);border-radius:24px;padding:18px 20px;box-shadow:0 8px 24px rgba(16,24,40,.04)}
.app-title .back-link{display:inline-flex;align-items:center;gap:6px;text-decoration:none;font-weight:700;color:var(--aurora-primary);margin-bottom:8px}.app-title .back-link:hover{text-decoration:underline}.nav-actions{background:#fff;border:1px solid var(--aurora-border);border-radius:999px;padding:6px;box-shadow:0 4px 16px rgba(16,24,40,.05)}.nav-actions .btn{border-radius:999px}.nav-actions .btn.active{background:#172033;color:#fff;border-color:#172033}.page-subnav{display:flex;gap:8px;flex-wrap:wrap;margin:0 0 18px}.page-subnav a{border:1px solid var(--aurora-border);background:#fff;border-radius:999px;padding:8px 12px;text-decoration:none;color:var(--aurora-text);font-weight:700;font-size:.92rem}.page-subnav a:hover{border-color:var(--aurora-primary);color:var(--aurora-primary)}
.collapsible-section{border:1px solid var(--aurora-border);border-radius:22px;background:rgba(255,255,255,.88);box-shadow:0 8px 22px rgba(16,24,40,.035);margin-bottom:18px;overflow:hidden}.collapsible-section>summary{list-style:none;cursor:pointer;padding:18px 20px;display:flex;align-items:center;justify-content:space-between;gap:12px;font-weight:850;font-size:1.22rem}.collapsible-section>summary::-webkit-details-marker{display:none}.collapsible-section>summary:after{content:'⌄';width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:#eef4ff;color:#344054;font-size:1rem;transition:.18s}.collapsible-section[open]>summary:after{transform:rotate(180deg)}.section-body{padding:0 20px 20px}.section-hint{font-size:.9rem;color:var(--aurora-muted);font-weight:500}.section-count{font-size:.8rem;background:#f2f4f7;border-radius:999px;padding:4px 10px;color:#475467}.service-grid.compact{grid-template-columns:repeat(2,minmax(0,1fr))}.service-card{transition:transform .12s ease, box-shadow .12s ease}.service-card:hover{transform:translateY(-1px);box-shadow:0 12px 28px rgba(16,24,40,.08)}.service-card .badge{font-size:.72rem}.dashboard-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:18px}.dashboard-summary .metric h3{font-size:1.55rem}.table-card{background:#fff;border:1px solid var(--aurora-border);border-radius:16px;overflow:hidden}.table-card .table{margin:0}.status-dot{display:inline-block;width:9px;height:9px;border-radius:50%;margin-right:6px;background:#98a2b3}.status-dot.ok{background:var(--aurora-ok)}.status-dot.failed{background:var(--aurora-failed)}.status-dot.warn{background:var(--aurora-warn)}.toolbar{display:flex;gap:8px;align-items:center;justify-content:flex-end;flex-wrap:wrap}.inline-code-url{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;background:#f8fafc;border:1px solid var(--aurora-border);border-radius:10px;padding:8px 10px;overflow:auto;white-space:nowrap}.mobile-row-card{display:none}.form-stack{display:flex;flex-direction:column;gap:8px}.android-builder-card{border:1px solid var(--aurora-border);border-radius:20px;background:#fff;padding:20px}.api-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.8fr);gap:22px}.api-response-panel{position:sticky;top:16px}.copy-actions{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:10px}.btn-pill{border-radius:999px}
@media (max-width:991.98px){.app-header{border-radius:20px}.nav-actions{border-radius:18px;width:100%;justify-content:flex-start}.api-layout{display:block}.api-response-panel{position:static}.dashboard-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.service-grid.compact{grid-template-columns:1fr}.collapsible-section>summary{font-size:1.08rem}.section-body{padding:0 14px 16px}.service-grid{grid-template-columns:1fr}.service-card{min-height:auto}}
@media (max-width:575.98px){.app-shell{padding:10px}.app-header{padding:14px;border-radius:18px}.app-title h1{font-size:1.85rem}.nav-actions{display:grid;grid-template-columns:1fr 1fr;border-radius:16px}.nav-actions .btn{font-size:.9rem;padding:.55rem .4rem}.page-subnav{display:grid;grid-template-columns:1fr 1fr}.dashboard-summary{grid-template-columns:1fr 1fr}.dashboard-summary .metric{padding:12px}.collapsible-section{border-radius:18px}.collapsible-section>summary{padding:15px 14px}.section-hint{display:none}.desktop-table{display:none}.mobile-row-card{display:block;background:#fff;border:1px solid var(--aurora-border);border-radius:16px;padding:14px;margin-bottom:10px}.mobile-row-card .label{font-size:.78rem;color:var(--aurora-muted);text-transform:uppercase;letter-spacing:.04em}.mobile-row-card .value{font-weight:700}.secret-field{max-width:none}.status-shell{max-width:100%;}.status-grid{gap:10px}.status-tile{border-radius:18px}.api-card{padding:14px!important}.codebox{max-height:360px}.toolbar{justify-content:flex-start}.inline-code-url{font-size:.78rem}}
