@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-latin-400-normal-C38fXH4l.woff2)format("woff2"),url(/assets/inter-latin-400-normal-CyCys3Eg.woff)format("woff")}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/inter-latin-500-normal-Cerq10X2.woff2)format("woff2"),url(/assets/inter-latin-500-normal-BL9OpVg8.woff)format("woff")}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/inter-latin-600-normal-LgqL8muc.woff2)format("woff2"),url(/assets/inter-latin-600-normal-CiBQ2DWP.woff)format("woff")}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/inter-latin-700-normal-Yt3aPRUw.woff2)format("woff2"),url(/assets/inter-latin-700-normal-BLAVimhd.woff)format("woff")}@font-face{font-family:Barlow Condensed;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/barlow-condensed-latin-700-normal-v1xN8_Wq.woff2)format("woff2"),url(/assets/barlow-condensed-latin-700-normal-Dmwat-ge.woff)format("woff")}@font-face{font-family:Barlow Condensed;font-style:normal;font-display:swap;font-weight:800;src:url(/assets/barlow-condensed-latin-800-normal-BKzMuPgK.woff2)format("woff2"),url(/assets/barlow-condensed-latin-800-normal-e9GbPXiK.woff)format("woff")}:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--bg:#12141a;--surface:#1c1f26;--surface-2:#23262e;--border:#2e323b;--text:#f2f0eb;--muted:#93897f;--primary:#e8501e;--primary-hover:#c43d14;--positive:#4a9b8e;--negative:#dc3b3b;--radius:4px;color:var(--text);background-color:var(--bg);font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif}*{box-sizing:border-box}html,body,#root{min-height:100vh;margin:0}body{background:var(--bg);-webkit-font-smoothing:antialiased}h1,h2{letter-spacing:.01em;font-family:Barlow Condensed,Inter,system-ui,sans-serif;font-weight:700}.auth-screen,.center-screen{min-height:100vh;padding:1.5rem;padding-top:max(1.5rem, env(safe-area-inset-top));place-items:center;display:grid}.auth-card{flex-direction:column;gap:.85rem;width:100%;max-width:380px;display:flex}.ksp-logo-compact{align-items:baseline;gap:.4rem;min-width:0;display:inline-flex;overflow:hidden}.ksp-logo-compact .ksp-logo-mark{letter-spacing:.02em;color:var(--primary);flex:none;font-size:1.15rem;font-weight:800}.ksp-logo-compact .ksp-logo-tagline{min-width:0;color:var(--text);text-overflow:ellipsis;white-space:nowrap;flex:auto;font-size:.95rem;font-weight:700;overflow:hidden}.app-shell{flex-direction:column;min-height:100vh;display:flex}.app-topbar{z-index:10;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid var(--border);background:#12141ad9;position:sticky;top:0}.app-header{padding:1rem 1.25rem .6rem;padding-top:max(1rem, env(safe-area-inset-top));justify-content:space-between;align-items:center;gap:1rem;display:flex}.header-left{align-items:center;gap:.6rem;min-width:0;display:flex}.header-right{align-items:center;gap:.6rem;display:flex}.email{text-overflow:ellipsis;white-space:nowrap;max-width:30vw;font-size:.85rem;overflow:hidden}.app-nav{scrollbar-width:none;gap:.4rem;padding:0 1.25rem .6rem;display:flex;overflow-x:auto}.app-nav::-webkit-scrollbar{display:none}.nav-link{color:var(--muted);white-space:nowrap;border-radius:999px;flex:none;padding:.45rem .85rem;font-size:.85rem;font-weight:600;text-decoration:none;transition:background .15s,color .15s}.nav-link:hover{color:var(--text);background:var(--surface-2)}.nav-link.active{color:#fff;background:var(--primary)}@media (width<=639px){.app-nav{display:none}}.app-main{width:100%;max-width:720px;padding:1.25rem;padding-bottom:max(1.25rem, env(safe-area-inset-bottom));flex:1;margin:0 auto}.bottom-nav{display:none}@media (width<=639px){.bottom-nav{z-index:10;background:var(--surface);border-top:1px solid var(--border);padding-bottom:env(safe-area-inset-bottom);justify-content:space-around;display:flex;position:fixed;bottom:0;left:0;right:0}.bottom-nav-link{color:var(--muted);flex-direction:column;flex:1 1 0;align-items:center;gap:.2rem;padding:.5rem .25rem .4rem;font-size:.7rem;font-weight:600;text-decoration:none;display:flex}.bottom-nav-link.active{color:var(--primary)}.app-main{padding-bottom:calc(3.75rem + env(safe-area-inset-bottom))}}.stack{flex-direction:column;gap:1.25rem;display:flex}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem}.card h2{margin:0 0 .85rem;font-size:1.05rem}.card h2.page-heading{margin:0;font-size:1.55rem;font-weight:800}.dash-header-row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;display:flex}.muted{color:var(--muted)}.hint{margin:.6rem 0 0;font-size:.8rem}.field{flex-direction:column;gap:.35rem;margin-bottom:.9rem;font-size:.9rem;display:flex}.row{flex-wrap:wrap;gap:.6rem;display:flex}.row .field{flex:120px;margin-bottom:0}.password-row{gap:.5rem;display:flex}input,select,textarea{width:100%;color:var(--text);background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius);outline:none;padding:.7rem .85rem;font-family:inherit;font-size:1rem}input:focus,select:focus,textarea:focus{border-color:var(--primary);box-shadow:0 0 0 3px #e8501e40}textarea{resize:vertical}.btn{border-radius:var(--radius);cursor:pointer;background:var(--surface-2);color:var(--text);border:1px solid #0000;justify-content:center;align-items:center;padding:.7rem 1.1rem;font-size:1rem;font-weight:600;text-decoration:none;transition:background .15s,opacity .15s;display:inline-flex}.btn:hover{background:var(--border)}.btn:disabled{opacity:.6;cursor:not-allowed}.btn.primary{background:var(--primary);color:#fff}.btn.primary:hover:not(:disabled){background:var(--primary-hover)}.btn.small{padding:.45rem .8rem;font-size:.85rem}.btn.danger{color:var(--negative);background:#dc3b3b1f;border:1px solid #dc3b3b4d}.btn.danger:hover:not(:disabled){background:#dc3b3b38}.form-actions{justify-content:flex-end;gap:.6rem;margin-top:1rem;display:flex}.alert{border-radius:var(--radius);margin:0 0 .9rem;padding:.65rem .8rem;font-size:.9rem}.alert.error{color:var(--negative);background:#dc3b3b1f;border:1px solid #dc3b3b4d}.item-list{flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.item-row{border-bottom:1px solid var(--border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem 1rem;padding:.8rem 0;display:flex}.item-row:last-child{border-bottom:none}.item-main{min-width:0;color:inherit;flex-direction:column;flex:180px;gap:.15rem;text-decoration:none;display:flex}.item-title{text-overflow:ellipsis;white-space:nowrap;font-weight:500;overflow:hidden}.item-meta{font-size:.8rem}
