@import "https://fonts.googleapis.com/css2?family=Outfit:wght@400;600;700&display=swap";
:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--bg:#062b63;--bg-deep:#031b44;--card:#fff;--ink:#0f1a26;--muted:#46515f;--accent:#f4c52b;--accent-strong:#cc9a18;--accent-soft:#9bb0c1}*{box-sizing:border-box}body{background:var(--bg);color:var(--ink);margin:0;font-family:Outfit,Avenir,Helvetica,sans-serif}main{flex-direction:column;gap:16px;min-height:100vh;padding:16px 14px 24px;display:flex}.topbar{background:var(--bg);border-radius:16px;justify-content:space-between;align-items:center;padding:12px 16px;display:flex}.topbar-title{color:#fff;letter-spacing:.08em;font-weight:700}.corner-logo{opacity:.95;z-index:5;border-radius:16px;width:72px;height:72px;position:fixed;bottom:16px;right:16px;box-shadow:0 12px 26px #00000059}.hamburger{background:0 0;border:1px solid #fff3;border-radius:12px;flex-direction:column;justify-content:center;gap:6px;width:46px;height:46px;padding:10px;display:flex}.hamburger span{background:#fff;border-radius:999px;height:3px;display:block}.menu{background:var(--bg);z-index:20;flex-direction:column;gap:12px;width:260px;height:100%;padding:20px;transition:transform .25s;display:flex;position:fixed;top:0;left:0;transform:translate(-100%)}.menu.open{transform:translate(0)}.menu-header{color:#fff;margin-bottom:8px;font-weight:700}.menu-item{color:var(--accent);text-align:left;background:0 0;border:1px solid #f4c52b99;border-radius:12px;padding:10px 14px;font-weight:600;text-decoration:none;display:block}.menu-item.active{background:#f4c52b1f;border-color:#f4c52be6}.menu-item.logout{margin-top:auto}.menu-backdrop{z-index:10;background:#02071280;position:fixed;inset:0}.hero{gap:16px;display:grid}.hero h1{color:#fff;margin:0;font-size:34px}.hero p{color:#e7eef5;margin:0;font-size:16px}.grid{gap:16px;display:grid}.card{background:var(--card);border-radius:16px;padding:18px;box-shadow:0 12px 30px #00000014}.card h3{margin:0 0 8px}.card p{color:var(--muted);margin:0}.status{min-height:20px}.status.success{color:#0f5132}.status.error{color:#8a1f11}.auth-only{width:100%;max-width:520px;margin:0 auto}.auth-shell{flex-direction:column;justify-content:center;gap:24px;min-height:calc(100vh - 64px);display:flex}.auth-logo{justify-content:center;align-items:center;gap:16px;display:flex}.auth-logo span{background:linear-gradient(90deg,#0000,#ffffffb3);flex:1;height:2px}.auth-logo span:last-child{background:linear-gradient(90deg,#ffffffb3,#0000)}.auth-logo img{border-radius:22px;width:120px;height:120px;box-shadow:0 18px 36px #00000059}.auth-links{justify-content:space-between;gap:12px;margin-top:12px;display:flex}.link{color:var(--bg);background:0 0;border:none;padding:0;font-weight:600;text-decoration:underline}.action{flex-wrap:wrap;gap:12px;display:flex}.button{background:var(--accent);color:#1b1403;border-radius:14px;padding:14px 18px;font-size:16px;font-weight:600;text-decoration:none}.button.ghost{border:1px solid var(--accent);color:#f8f4ed;background:0 0}.input{border:1px solid var(--accent-soft);color:var(--ink);background:#fff;border-radius:12px;padding:14px;font-size:16px}select.input{appearance:none;background-image:linear-gradient(45deg,#0000 50%,#1b1403 50%),linear-gradient(135deg,#1b1403 50%,#0000 50%);background-position:calc(100% - 18px) calc(1em + 2px),calc(100% - 12px) calc(1em + 2px);background-repeat:no-repeat;background-size:6px 6px,6px 6px;padding-right:32px}@media (min-width:900px){main{max-width:680px;margin:0 auto}.hero{grid-template-columns:1.2fr 1fr;align-items:center}.grid{grid-template-columns:repeat(3,1fr)}}
