@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@400;600;700&display=swap");:root{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{margin:0;font-family:Outfit,Avenir,Helvetica,sans-serif;background:var(--bg);color:var(--ink)}main{min-height:100vh;display:flex;flex-direction:column;gap:16px;padding:16px 14px 24px}.topbar{display:flex;align-items:center;justify-content:space-between;background:var(--bg);border-radius:16px;padding:12px 16px}.topbar-title{color:#fff;font-weight:700;letter-spacing:.08em}.corner-logo{position:fixed;right:16px;bottom:16px;width:72px;height:72px;border-radius:16px;box-shadow:0 12px 26px rgba(0,0,0,.35);opacity:.95;z-index:5}.hamburger{width:46px;height:46px;border-radius:12px;border:1px solid hsla(0,0%,100%,.2);background:transparent;display:flex;flex-direction:column;justify-content:center;gap:6px;padding:10px}.hamburger span{display:block;height:3px;border-radius:999px;background:#fff}.menu{position:fixed;top:0;left:0;height:100%;width:260px;background:var(--bg);transform:translateX(-100%);transition:transform .25s ease;z-index:20;padding:20px;display:flex;flex-direction:column;gap:12px}.menu.open{transform:translateX(0)}.menu-header{color:#fff;font-weight:700;margin-bottom:8px}.menu-item{background:transparent;border:1px solid rgba(244,197,43,.6);color:var(--accent);padding:10px 14px;border-radius:12px;text-align:left;font-weight:600;text-decoration:none;display:block}.menu-item.active{background:rgba(244,197,43,.12);border-color:rgba(244,197,43,.9)}.menu-item.logout{margin-top:auto}.menu-backdrop{position:fixed;inset:0;background:rgba(2,7,18,.5);z-index:10}.hero{display:grid;grid-gap:16px;gap:16px}.hero h1{font-size:34px;margin:0;color:#fff}.hero p{color:#e7eef5;margin:0;font-size:16px}.grid{display:grid;grid-gap:16px;gap:16px}.card{background:var(--card);border-radius:16px;padding:18px;box-shadow:0 12px 30px rgba(0,0,0,.08)}.card h3{margin:0 0 8px}.card p{margin:0;color:var(--muted)}.status{min-height:20px}.status.success{color:#0f5132}.status.error{color:#8a1f11}.auth-only{max-width:520px;margin:0 auto;width:100%}.auth-shell{min-height:calc(100vh - 64px);flex-direction:column;gap:24px}.auth-logo,.auth-shell{display:flex;justify-content:center}.auth-logo{align-items:center;gap:16px}.auth-logo span{flex:1 1;height:2px;background:linear-gradient(90deg,transparent,hsla(0,0%,100%,.7))}.auth-logo span:last-child{background:linear-gradient(90deg,hsla(0,0%,100%,.7),transparent)}.auth-logo img{width:120px;height:120px;border-radius:22px;box-shadow:0 18px 36px rgba(0,0,0,.35)}.auth-links{display:flex;justify-content:space-between;gap:12px;margin-top:12px}.link{background:transparent;border:none;color:var(--bg);font-weight:600;text-decoration:underline;padding:0}.action{display:flex;flex-wrap:wrap;gap:12px}.button{background:var(--accent);color:#1b1403;padding:14px 18px;border-radius:14px;text-decoration:none;font-weight:600;font-size:16px}.button.ghost{background:transparent;border:1px solid var(--accent);color:#f8f4ed}.input{border:1px solid var(--accent-soft);border-radius:12px;padding:14px;background:#fff;color:var(--ink);font-size:16px}select.input{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:linear-gradient(45deg,transparent 50%,#1b1403 0),linear-gradient(135deg,#1b1403 50%,transparent 0);background-position:calc(100% - 18px) calc(1em + 2px),calc(100% - 12px) calc(1em + 2px);background-size:6px 6px,6px 6px;background-repeat:no-repeat;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)}}