@import "https://fonts.googleapis.com/css2?family=Chakra+Petch:wght@400;500;600&family=IBM+Plex+Mono:wght@400;600&display=swap";:root{color:#f5f2ea;--bg:radial-gradient(circle at 20% -20%, #3f6f90, transparent 45%), radial-gradient(circle at 80% 0%, #9d5f3a, transparent 35%), #15212e;--card:#10202fdd;--line:#c48658;--text:#f5f2ea;--muted:#c4c5c7;background:#15212e;font-family:Chakra Petch,sans-serif}*{box-sizing:border-box}body{background:var(--bg);min-height:100vh;color:var(--text);margin:0}button,input,textarea{font:inherit}input,textarea{width:100%;color:var(--text);background:#122738;border:1px solid #456078;border-radius:8px;padding:.6rem .7rem}textarea{resize:vertical;min-height:100px}button{color:#1a222f;cursor:pointer;background:linear-gradient(120deg,#ed9b63,#d8742e);border:none;border-radius:9px;padding:.62rem 1rem;font-weight:600}button.ghost{color:var(--text);background:0 0;border:1px solid #53718d}.shell{max-width:1280px;margin:0 auto;padding:1rem 1rem 2rem}.auth-shell{place-items:center;min-height:100vh;display:grid}.topbar{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;display:grid}.card{background:var(--card);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:1px solid #385574;border-radius:14px;padding:1rem}.auth-card{width:min(96vw,460px)}.auth-form{gap:.8rem;margin:1rem 0;display:grid}.full{grid-column:1/-1}.field-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem;margin-bottom:.8rem;display:grid}.leg{border:1px dashed #567190;border-radius:10px;margin-bottom:.8rem;padding:.8rem}.leg-head{justify-content:space-between;align-items:center;margin-bottom:.6rem;display:flex}.alternate-row{grid-template-columns:1fr auto;gap:.6rem;margin-bottom:.4rem;display:grid}.action-row{flex-wrap:wrap;gap:.6rem;margin-bottom:.6rem;display:flex}.status,.hint,.error{color:var(--muted)}.error{color:#ffc5c5}.airport-list{border:1px solid #34516f;border-radius:8px;max-height:340px;margin:.8rem 0 0;padding:0;font-family:IBM Plex Mono,monospace;list-style:none;overflow:auto}.airport-list li{border-bottom:1px solid #2b445f;grid-template-columns:90px 90px 90px 1fr;gap:.6rem;padding:.45rem .6rem;display:grid}.briefing-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.7rem;display:grid}pre{background:#0f1f2d;border:1px solid #2c4660;border-radius:8px;max-height:280px;margin:0;padding:.6rem;font-family:IBM Plex Mono,monospace;font-size:.75rem;overflow:auto}@media (width<=900px){.grid,.field-row,.briefing-grid{grid-template-columns:1fr}.topbar{flex-direction:column;align-items:flex-start}}
