:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#1e293b;background-color:#f3f6fb;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#2563eb;text-decoration:inherit}a:hover{color:#1d4ed8}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#1e293b;background-color:#f3f6fb}a:hover{color:#1d4ed8}button{background-color:#e0e7ff}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;background:#f5f5f5;color:#333;line-height:1.6}.app{min-height:100vh;display:flex;flex-direction:column}.header{background:#fff;box-shadow:0 2px 4px #0000001a;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center;position:sticky;top:0;z-index:100}.logo{font-size:1.5rem;font-weight:700;color:#1d4ed8}.nav{display:flex;gap:1.5rem}.nav a{text-decoration:none;color:#666;transition:color .3s}.nav a:hover{color:#2563eb}.main{flex:1;padding:2rem 0;display:flex;flex-direction:column;align-items:center;width:100vw;min-width:0}.hero{text-align:center;padding:3rem 1rem;background:linear-gradient(135deg,#3b82f6,#1e40af);color:#fff;border-radius:12px;margin-bottom:2rem;width:90vw;max-width:900px;box-sizing:border-box}.hero h1{font-size:2.5rem;margin-bottom:.5rem}.hero p{font-size:1.2rem;opacity:.9}.content{display:flex;flex-direction:column;align-items:center;gap:1.5rem;width:90vw;max-width:900px;box-sizing:border-box}.card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #0000001a;width:100%;max-width:600px;box-sizing:border-box}.card h2{color:#333;margin-bottom:1rem;font-size:1.5rem}.card h3{color:#555;margin-bottom:1rem;font-size:1.2rem}.auth-card{max-width:400px;margin:0 auto}.form-group{margin-bottom:1rem}.form-group label{display:block;margin-bottom:.5rem;color:#555;font-weight:500}.form-input{width:100%;padding:.75rem;border:2px solid #e5e7eb;border-radius:8px;font-size:1rem;transition:border-color .3s}.form-input:focus{outline:none;border-color:#1d4ed8}.message{margin:1rem 0;padding:.75rem;border-radius:6px;background:#fef3c7;color:#92400e;font-weight:500}.button-group{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1rem}.btn{padding:.75rem 1.5rem;border:none;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s}.btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.btn-primary{background:#1d4ed8;color:#fff;flex:1}.btn-secondary{background:#3b82f6;color:#fff;flex:1}.btn-check{background:#059669;color:#fff}.btn-logout{background:#dc2626;color:#fff}.welcome-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.welcome-header h2{margin-bottom:0}.dashboard{padding:1rem 0}.dashboard p{margin-bottom:.5rem}.dashboard-hint{color:#888;font-size:.875rem}.flag-card{background:linear-gradient(135deg,#10b981,#059669);color:#fff;border-radius:12px;padding:2rem;text-align:center;animation:pulse 2s infinite}.flag-card h3{color:#fff;font-size:1.5rem;margin-bottom:1rem}.flag{background:#0003;padding:1rem;border-radius:8px;font-family:Courier New,monospace;font-size:1.25rem;font-weight:700;margin:1rem 0}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.02)}}.footer{background:#1e293b;color:#fff;text-align:center;padding:2rem;margin-top:auto}.footer p{margin:.25rem 0}.footer-hint{font-size:.875rem;color:#60a5fa}@media(max-width:768px){.header{flex-direction:column;gap:1rem}.nav{flex-wrap:wrap;justify-content:center}.hero h1{font-size:1.75rem}.button-group{flex-direction:column}.welcome-header{flex-direction:column;gap:1rem;text-align:center}}
