:root{--foreground-rgb:0,0,0;--background-start-rgb:255,255,255;--background-end-rgb:245,245,245}*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw;overflow-x:hidden;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif}body{color:rgb(var(--foreground-rgb));background:linear-gradient(to bottom,transparent,rgb(var(--background-end-rgb))) rgb(var(--background-start-rgb));min-height:100vh}a{color:inherit;text-decoration:none}.auth-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;padding:2rem}.auth-card{background:#fff;padding:2.5rem;border-radius:12px;box-shadow:0 4px 20px rgba(0,0,0,.08);width:100%;max-width:400px}.auth-title{font-size:1.75rem;font-weight:600;text-align:center;margin-bottom:2rem;color:#1a1a1a}.auth-form{gap:1.25rem}.auth-form,.form-group{display:flex;flex-direction:column}.form-group{gap:.5rem}.form-label{font-size:.875rem;font-weight:500;color:#374151}.form-input{width:100%;padding:.75rem 1rem;border:1px solid #d1d5db;border-radius:8px;font-size:1rem;transition:border-color .15s,box-shadow .15s;min-width:0}.form-input:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px rgba(99,102,241,.1)}.btn{padding:.875rem 1.5rem;border:none;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:background-color .15s,transform .1s}.btn:active{transform:scale(.98)}.btn-primary{background-color:#1a1a1a;color:#fff}.btn-primary:hover{background-color:#333}.btn-primary:disabled{background-color:#9ca3af;cursor:not-allowed}.btn-secondary{background-color:#f3f4f6;color:#374151}.btn-secondary:hover{background-color:#e5e7eb}.error-message{background-color:#fef2f2;border:1px solid #fecaca;color:#dc2626;border-radius:8px}.error-message,.success-message{padding:.75rem 1rem;font-size:.875rem;text-align:center}.success-message{background-color:#f0fdf4;border:1px solid #bbf7d0;color:#16a34a;border-radius:8px}.auth-helper-links{display:flex;justify-content:center;align-items:center;gap:.75rem;margin-top:1rem;font-size:.85rem;color:#6b7280}.auth-helper-links a{color:#6b7280;transition:color .15s}.auth-helper-links a:hover{color:#1a1a1a;text-decoration:underline}.auth-helper-links .divider{color:#e5e7eb}.auth-link{text-align:center;margin-top:1.5rem;font-size:.875rem;color:#6b7280}.auth-link a{color:#6366f1;font-weight:500}.auth-link a:hover{text-decoration:underline}.dashboard-container{max-width:800px;margin:0 auto;padding:2rem}.dashboard-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid #e5e7eb}.dashboard-title{font-size:1.5rem;font-weight:600;color:#1a1a1a}.dashboard-welcome{font-size:1.25rem;color:#374151;margin-bottom:1rem}.user-info{background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 2px 10px rgba(0,0,0,.05)}.user-info-item{display:flex;gap:.5rem;padding:.5rem 0;border-bottom:1px solid #f3f4f6}.user-info-item:last-child{border-bottom:none}.user-info-label{font-weight:500;color:#6b7280;min-width:80px}.user-info-value{color:#1a1a1a}.home-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;padding:2rem;text-align:center}.home-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:#1a1a1a}.home-subtitle{font-size:1.125rem;color:#6b7280;margin-bottom:2rem}.home-buttons{display:flex;gap:1rem}