:root{--bg: #050C16;--surface: rgba(30, 46, 74, .4);--surface-hover: rgba(30, 46, 74, .55);--surface-2: rgba(42, 61, 94, .5);--border: rgba(252, 209, 22, .25);--border-hover: rgba(252, 209, 22, .45);--border-strong: #FCD116;--accent: #FCD116;--accent-gradient: linear-gradient(135deg, #FCD116 0%, #d4a70f 100%);--text: #E6F0FA;--text-muted: rgba(230, 240, 250, .65);--text-dim: rgba(230, 240, 250, .45);--danger: #ff6b6b}body{background:var(--bg);background-image:radial-gradient(ellipse 80% 50% at 50% -20%,rgba(11,61,161,.25),transparent),radial-gradient(ellipse 60% 40% at 90% 90%,rgba(252,209,22,.06),transparent);background-attachment:fixed;font-family:Inter,-apple-system,BlinkMacSystemFont,SF Pro Text,system-ui,sans-serif;color:var(--text);margin:0;min-height:100vh}.login-wrap[data-astro-cid-u2h3djql]{min-height:100vh;display:grid;place-items:center;padding:2rem 1.25rem}.box[data-astro-cid-u2h3djql]{width:100%;max-width:380px;background:var(--surface);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);padding:2.5rem 2.25rem;border-radius:16px;border:1px solid var(--border);color:var(--text);box-shadow:0 24px 60px #00000073,0 0 30px #fcd11608;transition:border-color .3s,box-shadow .3s;box-sizing:border-box}.box[data-astro-cid-u2h3djql]:hover{border-color:var(--border-hover);box-shadow:0 24px 60px #00000080,0 0 40px #fcd1160f}.mast[data-astro-cid-u2h3djql]{text-align:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid rgba(252,209,22,.2)}.mast-line[data-astro-cid-u2h3djql]{font-family:Fraunces,Georgia,serif;font-size:.8rem;letter-spacing:.22em;color:#fcd116;font-weight:700;text-transform:uppercase}.mast-line[data-astro-cid-u2h3djql].accent{color:var(--text-muted);font-size:.72rem;letter-spacing:.08em;margin-top:.35rem;font-weight:500;font-family:Inter,system-ui,sans-serif}h1[data-astro-cid-u2h3djql]{font-family:Fraunces,Georgia,serif;font-size:1.35rem;margin:0 0 1.25rem;font-weight:500;letter-spacing:-.015em;text-align:center;color:var(--text)}.tabs[data-astro-cid-u2h3djql]{display:flex;gap:.35rem;margin-bottom:1.5rem;background:var(--surface-2);padding:4px;border-radius:10px;border:1px solid rgba(255,255,255,.03)}.t[data-astro-cid-u2h3djql]{flex:1;background:transparent;border:0;padding:.55rem;border-radius:8px;font-size:.85rem;font-weight:500;color:var(--text-muted);cursor:pointer;transition:all .2s ease;font-family:inherit}.t[data-astro-cid-u2h3djql]:hover{color:var(--text);background:#ffffff0a}.t[data-astro-cid-u2h3djql].active{background:var(--accent-gradient);color:#071f56;font-weight:700;box-shadow:0 4px 12px #fcd11633}.muted[data-astro-cid-u2h3djql]{color:var(--text-muted);font-size:.85rem;margin:0 0 1.15rem;text-align:center;line-height:1.4}.mode[data-astro-cid-u2h3djql]{display:flex;flex-direction:column}input[data-astro-cid-u2h3djql]{width:100%;padding:.85rem 1rem;border:1px solid var(--border);border-radius:10px;font-size:1.2rem;letter-spacing:.15em;margin-bottom:1rem;text-align:center;background:var(--surface-2);color:var(--text);box-sizing:border-box;font-family:inherit;transition:all .25s cubic-bezier(.4,0,.2,1)}input[data-astro-cid-u2h3djql]:focus{outline:none;border-color:var(--accent);background:#2a3d5ea6;box-shadow:0 0 0 3px #fcd11626,0 0 20px #fcd11614}input[data-astro-cid-u2h3djql]::placeholder{letter-spacing:normal;font-size:.95rem;color:var(--text-dim)}button[data-astro-cid-u2h3djql][type=submit]{width:100%;padding:.85rem;background:var(--accent-gradient);color:#071f56;border:0;border-radius:10px;font-weight:700;cursor:pointer;font-size:.95rem;font-family:inherit;box-shadow:0 4px 16px #fcd11626;transition:all .2s ease;position:relative;overflow:hidden}button[data-astro-cid-u2h3djql][type=submit]:after{content:"";position:absolute;top:0;left:-50%;width:200%;height:100%;background:linear-gradient(to right,transparent,rgba(255,255,255,.15),transparent);transform:skew(-25deg);transition:.75s}button[data-astro-cid-u2h3djql][type=submit]:hover:after{left:125%}button[data-astro-cid-u2h3djql][type=submit]:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 6px 20px #fcd1164d,0 0 15px #fcd1161a;filter:brightness(1.05)}button[data-astro-cid-u2h3djql][type=submit]:active{transform:translateY(1px);box-shadow:0 2px 8px #fcd11626}button[data-astro-cid-u2h3djql][type=submit]:disabled{opacity:.6;cursor:wait}.err[data-astro-cid-u2h3djql]{color:var(--danger);font-size:.85rem;margin:.85rem 0 0;min-height:1.2em;text-align:center;font-weight:500}.powered-by[data-astro-cid-u2h3djql]{margin-top:1.5rem;font-size:.72rem;color:var(--text-dim);text-align:center;letter-spacing:.05em}.powered-by[data-astro-cid-u2h3djql] a[data-astro-cid-u2h3djql]{color:#fcd116;text-decoration:none;font-weight:500;transition:color .2s}.powered-by[data-astro-cid-u2h3djql] a[data-astro-cid-u2h3djql]:hover{color:#fff;text-decoration:underline}
