:root{color-scheme:light;font-family:Inter,Segoe UI,system-ui,-apple-system,sans-serif;background-color:#f4f5f7;color:#1d1f24;min-height:100%}*{box-sizing:border-box}body{margin:0;min-height:100vh;background-color:#f4f5f7}html,body{overscroll-behavior-y:none}a{color:inherit;text-decoration:none}#root{min-height:100vh;display:flex;flex-direction:column;overflow:hidden}.app-shell{flex:1;display:flex;flex-direction:column;max-width:540px;margin:0 auto;width:100%}.app-scroll{flex:1;overflow-y:auto;padding:1rem 1rem 4.5rem;display:flex;flex-direction:column;gap:1rem}.card{background-color:#fff;border-radius:1rem;padding:1rem;box-shadow:0 4px 12px #11182714;display:flex;flex-direction:column;gap:.5rem}.card h2,.card h3{margin:0;font-size:1rem;color:#111827}.card .value-primary{font-size:1.5rem;font-weight:600;color:#0f172a}.pill{border-radius:999px;padding:.25rem .75rem;background-color:#3b82f61f;color:#2563eb;font-size:.75rem;font-weight:600;text-transform:uppercase;width:fit-content}button{font-family:inherit}.button-primary{background:linear-gradient(135deg,#2563eb,#22d3ee);color:#fff;border:none;border-radius:.75rem;padding:.75rem 1rem;font-weight:600;font-size:1rem;cursor:pointer;transition:transform .12s ease,box-shadow .12s ease}.button-primary:active{transform:translateY(1px);box-shadow:inset 0 2px 6px #0f172a33}.button-reject{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;border:none;border-radius:.75rem;padding:.75rem 1rem;font-weight:600;font-size:1rem;cursor:pointer;transition:transform .12s ease,box-shadow .12s ease}.button-reject:active{transform:translateY(1px);box-shadow:inset 0 2px 6px #0f172a33}.section-title{margin:0;font-size:.95rem;font-weight:600;color:#1f2937}.muted{color:#6b7280;font-size:.85rem}.auth-screen{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem;background:linear-gradient(135deg,#2563eb14,#0ea5e914)}.auth-wrapper{width:100%;max-width:420px}.auth-card{background-color:#fff;border-radius:1.25rem;padding:2rem;box-shadow:0 20px 40px #0f172a1f;display:flex;flex-direction:column;gap:1.25rem}.auth-title{margin:0;font-size:1.75rem;font-weight:700;color:#0f172a}.auth-subtitle{margin:0;font-size:.95rem;color:#4b5563}.auth-form{display:flex;flex-direction:column;gap:1rem}.auth-label{display:flex;flex-direction:column;gap:.35rem;font-size:.9rem;color:#374151;font-weight:500}.auth-input{padding:.75rem;border-radius:.75rem;border:1px solid #d1d5db;background-color:#f9fafb;font-family:inherit;font-size:1rem}.auth-input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb26}.auth-error{margin:0;font-size:.85rem;color:#dc2626}.auth-success{margin:0;font-size:.85rem;color:#16a34a}.auth-footer{margin:0;font-size:.85rem;color:#4b5563;text-align:center}.auth-footer a{color:#2563eb;font-weight:600}.auth-toggle{display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:#374151}.auth-ns-fields{display:flex;flex-direction:column;gap:1rem}.alert-card{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;padding:1rem;border-radius:1rem;background:linear-gradient(135deg,#f871711f,#f8717133);border:1px solid rgba(248,113,113,.3)}.alert-card.alert-info{background:linear-gradient(135deg,#38bdf81f,#38bdf833);border:1px solid rgba(56,189,248,.3)}.alert-title{margin:0 0 .25rem;font-size:.9rem;font-weight:600;color:#b91c1c}.alert-card.alert-info .alert-title{color:#0369a1}.alert-message{margin:0;font-size:.95rem;color:#111827}.alert-details{margin:.25rem 0 0;font-size:.85rem;color:#374151}.alert-dismiss{background:transparent;border:none;color:#1f2937;cursor:pointer;font-weight:600;padding:.25rem}@media(max-width:480px){.auth-card{padding:1.5rem}}.auth-logo{width:56px;height:56px;border-radius:16px}.unit-toggle{display:inline-flex;gap:.5rem;padding:.25rem;background:#e5e7eb;border-radius:999px}.unit-toggle__button{border:none;background:transparent;padding:.4rem .9rem;border-radius:999px;font-size:.85rem;font-weight:600;color:#374151;cursor:pointer;transition:background-color .12s ease,color .12s ease}.unit-toggle__button--active{background:linear-gradient(135deg,#2563eb,#22d3ee);color:#fff}.unit-toggle__button:disabled{opacity:.6;cursor:not-allowed}
