*{box-sizing:border-box;margin:0;padding:0}html,body{height:100%;font-family:Inter,Segoe UI,Roboto,Helvetica,Arial,sans-serif;background-color:#f8fafc;color:#1e293b}.container{width:100%;max-width:720px;margin:0 auto;padding:1.5rem}.centered{display:flex;align-items:center;justify-content:center;min-height:100vh}.card{background-color:#fff;border-radius:12px;box-shadow:0 2px 10px #0f172a14;padding:2rem}h1,h2,h3{color:#111827;margin-bottom:.5rem}p{color:#475569;margin-bottom:1rem}form{display:flex;flex-direction:column;gap:1rem}label{font-size:.9rem;font-weight:500;color:#334155;margin-bottom:.25rem;display:block}input,textarea,select{width:100%;padding:.6rem .8rem;border:1px solid #cbd5e1;border-radius:8px;font-size:1rem;transition:border-color .2s,box-shadow .2s}input:focus,textarea:focus,select:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 2px #6366f14d}textarea{resize:vertical;min-height:100px}button{display:inline-block;padding:.6rem 1rem;font-size:1rem;font-weight:600;color:#fff;background-color:#4f46e5;border:none;border-radius:8px;cursor:pointer;transition:background-color .2s ease}button:hover{background-color:#4338ca}button:disabled{background-color:#94a3b8;cursor:not-allowed}header{background-color:#fff;border-bottom:1px solid #e2e8f0}header .header-inner{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem}header h1{font-size:1.1rem}.logout-btn{font-size:.9rem;color:#64748b;text-decoration:underline;cursor:pointer}.logout-btn:hover{color:#334155}.success{color:#16a34a;font-weight:500}.error{color:#dc2626;font-weight:500}
