.auth-page{--auth-primary:#5b4bdb;--auth-primary-dark:#4335b8;--auth-text:#201d2f;--auth-muted:#68647a;--auth-border:#dedbea;--auth-background:#f7f5ff;--auth-error:#b42318;--auth-error-background:#fff1f0;min-height:100vh;color:var(--auth-text);background:radial-gradient(circle at top left, #5b4bdb24, transparent 35%), radial-gradient(circle at bottom right, #ecb4471f, transparent 35%), var(--auth-background);justify-content:center;align-items:center;padding:3rem 1.25rem;display:flex}.auth-card{border:1px solid var(--auth-border);background:#fff;border-radius:24px;width:min(100%,680px);padding:clamp(1.5rem,4vw,2.75rem);box-shadow:0 24px 70px #261d551f,0 4px 14px #261d550f}.auth-card-header{margin-bottom:1.75rem}.auth-card-header h1,.auth-success h1{letter-spacing:-.035em;margin:0;font-size:clamp(1.9rem,5vw,2.65rem);line-height:1.1}.auth-card-header p:not(.auth-eyebrow),.auth-success p{color:var(--auth-muted);line-height:1.65}.auth-eyebrow{color:var(--auth-primary);letter-spacing:.14em;text-transform:uppercase;margin:0 0 .65rem;font-size:.78rem;font-weight:800}.form-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;display:grid}.form-field{flex-direction:column;gap:.45rem;margin-bottom:1.15rem;display:flex}.form-field label{font-size:.93rem;font-weight:700}.form-field input,.form-field select{border:1px solid var(--auth-border);width:100%;min-height:46px;color:var(--auth-text);font:inherit;box-sizing:border-box;background:#fff;border-radius:10px;padding:.72rem .85rem;transition:border-color .16s,box-shadow .16s,background-color .16s}.form-field input:hover,.form-field select:hover{border-color:#b8b2d2}.form-field input:focus,.form-field select:focus{border-color:var(--auth-primary);outline:none;box-shadow:0 0 0 4px #5b4bdb21}.form-field small,.password-help{color:var(--auth-muted);font-size:.8rem;line-height:1.45}.password-help{margin:-.35rem 0 1.15rem;display:block}.checkbox-field{color:var(--auth-muted);cursor:pointer;align-items:flex-start;gap:.7rem;margin:1rem 0;line-height:1.5;display:flex}.checkbox-field input{width:18px;height:18px;accent-color:var(--auth-primary);flex:none;margin-top:.15rem}.primary-button,.secondary-button{min-height:46px;font:inherit;text-align:center;cursor:pointer;border-radius:10px;justify-content:center;align-items:center;padding:.75rem 1.1rem;font-weight:750;text-decoration:none;transition:transform .15s,box-shadow .15s,background-color .15s;display:inline-flex}.primary-button{border:1px solid var(--auth-primary);color:#fff;background:var(--auth-primary);box-shadow:0 8px 20px #5b4bdb33}.primary-button:hover:not(:disabled){background:var(--auth-primary-dark);transform:translateY(-1px);box-shadow:0 11px 24px #5b4bdb42}.primary-button:disabled{opacity:.62;cursor:wait}.secondary-button{border:1px solid var(--auth-border);color:var(--auth-primary);background:#fff}.secondary-button:hover{border-color:var(--auth-primary);background:#f8f7ff}.full-width{width:100%}.auth-actions{flex-wrap:wrap;gap:.75rem;margin-top:1.5rem;display:flex}.auth-switch{color:var(--auth-muted);text-align:center;margin:1.5rem 0 0}.auth-switch a{color:var(--auth-primary);font-weight:700}.form-error-summary{color:var(--auth-error);background:var(--auth-error-background);border:1px solid #f3b7b2;border-radius:12px;margin-bottom:1.25rem;padding:1rem}.form-error-summary strong{display:block}.form-error-summary p{margin:.4rem 0 0}.form-error-summary ul{margin:.65rem 0 0;padding-left:1.25rem}.field-error{font-weight:650;color:var(--auth-error)!important}.auth-success{text-align:center}.auth-success .auth-actions{justify-content:center}.auth-loading{color:#68647a;place-items:center;min-height:45vh;font-weight:650;display:grid}.form-success-summary{color:#17633a;background:#eaf8ef;border:1px solid #9bd2ae;border-radius:12px;margin-bottom:1.25rem;padding:1rem;line-height:1.5}@media (width<=640px){.auth-page{align-items:flex-start;padding:1.25rem .85rem}.auth-card{border-radius:18px}.form-row{grid-template-columns:1fr;gap:0}.auth-actions{flex-direction:column}.auth-actions .primary-button,.auth-actions .secondary-button{box-sizing:border-box;width:100%}}.profile-page{--profile-primary:#5b4bdb;--profile-primary-dark:#4335b8;--profile-text:#201d2f;--profile-muted:#6c687b;--profile-border:#e2dfee;--profile-surface:#fff;min-height:100vh;color:var(--profile-text);background:radial-gradient(circle at 100% 0,#5b4bdb1f,#0000 30%),#f7f6fb;padding:3rem 1.25rem}.profile-shell{width:min(100%,1100px);margin:0 auto}.profile-header{justify-content:space-between;align-items:flex-start;gap:1.5rem;margin-bottom:1.75rem;display:flex}.profile-header h1{letter-spacing:-.04em;margin:0;font-size:clamp(2rem,5vw,3rem)}.profile-header>div>p:last-child{color:var(--profile-muted);margin-bottom:0}.profile-eyebrow,.panel-eyebrow{color:var(--profile-primary);letter-spacing:.13em;text-transform:uppercase;margin:0 0 .5rem;font-size:.75rem;font-weight:800}.status-badge{white-space:nowrap;border-radius:999px;padding:.48rem .8rem;font-size:.78rem;font-weight:800}.status-active{color:#17633a;background:#dff7e8}.status-pending_verification{color:#795500;background:#fff1bd}.status-suspended{color:#8a3c00;background:#ffe5cf}.status-disabled{color:#7e2520;background:#ffe1df}.profile-grid{grid-template-columns:1.25fr .75fr;gap:1.25rem;display:grid}.profile-panel,.profile-admin-panel{border:1px solid var(--profile-border);background:var(--profile-surface);border-radius:20px;box-shadow:0 12px 38px #261d5512}.profile-panel{padding:1.5rem}.panel-heading{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.35rem;display:flex}.panel-heading h2,.profile-admin-panel h2{margin:0;font-size:1.25rem}.panel-description{color:var(--profile-muted);margin-top:0;line-height:1.65}.profile-details{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin:0;display:grid}.profile-details.compact{grid-template-columns:1fr;margin-top:1.5rem}.profile-detail{background:#f8f7fc;border-radius:12px;min-width:0;padding:.9rem}.profile-detail dt{color:var(--profile-muted);letter-spacing:.05em;text-transform:uppercase;margin-bottom:.3rem;font-size:.75rem;font-weight:750}.profile-detail dd{overflow-wrap:anywhere;margin:0;font-weight:700}.profile-link-button,.profile-primary-button,.profile-danger-button{min-height:42px;font:inherit;cursor:pointer;border-radius:9px;justify-content:center;align-items:center;padding:.65rem 1rem;font-weight:750;text-decoration:none;transition:background-color .15s,border-color .15s,transform .15s;display:inline-flex}.profile-link-button{border:1px solid var(--profile-border);color:var(--profile-primary);background:#fff}.profile-link-button:hover{border-color:var(--profile-primary);background:#f8f7ff}.profile-primary-button{border:1px solid var(--profile-primary);color:#fff;background:var(--profile-primary)}.profile-primary-button:hover{background:var(--profile-primary-dark);transform:translateY(-1px)}.profile-admin-panel{justify-content:space-between;align-items:center;gap:1.5rem;margin-top:1.25rem;padding:1.4rem 1.5rem;display:flex}.profile-admin-panel p:last-child{color:var(--profile-muted);margin-bottom:0}.profile-footer{border-top:1px solid var(--profile-border);justify-content:flex-end;margin-top:1.5rem;padding-top:1.25rem;display:flex}.profile-danger-button{color:#a52d25;background:#fff5f4;border:1px solid #e5a9a4}.profile-danger-button:hover:not(:disabled){background:#ffe9e7;border-color:#c8564d}.profile-danger-button:disabled{opacity:.6;cursor:wait}.profile-loading{min-height:60vh;color:var(--profile-muted,#6c687b);place-items:center;font-weight:700;display:grid}@media (width<=850px){.profile-grid{grid-template-columns:1fr}}@media (width<=620px){.profile-page{padding:1.5rem .85rem}.profile-header,.profile-admin-panel{flex-direction:column}.profile-details{grid-template-columns:1fr}.panel-heading{flex-direction:column}.profile-link-button,.profile-primary-button,.profile-danger-button{box-sizing:border-box;width:100%}.profile-footer{justify-content:stretch}}.admin-accounts-page{color:#201d2f;background:radial-gradient(circle at 100% 0,#5b4bdb1c,#0000 28%),#f7f6fb;min-height:100vh;padding:2.5rem 1.25rem}.admin-accounts-shell{width:min(100%,1150px);margin:0 auto}.admin-accounts-header{justify-content:space-between;align-items:flex-start;gap:1.5rem;margin-bottom:1.5rem;display:flex}.admin-accounts-header h1{letter-spacing:-.045em;margin:0;font-size:clamp(2rem,5vw,3.2rem)}.admin-accounts-header>div>p:last-child{color:#6c687b;line-height:1.6}.admin-eyebrow{color:#5b4bdb;letter-spacing:.14em;text-transform:uppercase;margin:0 0 .5rem;font-size:.75rem;font-weight:850}.admin-back-link{color:#5b4bdb;white-space:nowrap;background:#fff;border:1px solid #dedbea;border-radius:9px;justify-content:center;align-items:center;min-height:42px;padding:.65rem 1rem;font-weight:750;text-decoration:none;display:inline-flex}.admin-back-link:hover{background:#f8f7ff;border-color:#5b4bdb}.admin-success-message{color:#17633a;background:#eaf8ef;border:1px solid #9bd2ae;border-radius:12px;margin-bottom:1.25rem;padding:1rem}.admin-list-summary{color:#6c687b;justify-content:space-between;gap:1rem;margin-bottom:1rem;font-size:.9rem;font-weight:650;display:flex}.admin-account-list{gap:1rem;display:grid}.admin-account-card{background:#fff;border:1px solid #e2dfee;border-radius:18px;padding:1.35rem;box-shadow:0 10px 30px #261d550f}.admin-account-identity{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.admin-account-identity h2{margin:0;font-size:1.2rem}.admin-account-identity p{color:#6c687b;margin:.3rem 0 0}.admin-status{white-space:nowrap;border-radius:999px;padding:.42rem .7rem;font-size:.73rem;font-weight:800}.admin-status-active{color:#17633a;background:#dff7e8}.admin-status-pending_verification{color:#795500;background:#fff1bd}.admin-status-suspended{color:#8a3c00;background:#ffe5cf}.admin-status-disabled{color:#7e2520;background:#ffe1df}.admin-account-details{grid-template-columns:repeat(4,minmax(0,1fr));gap:.75rem;margin:1.2rem 0;display:grid}.admin-account-details>div{background:#f8f7fc;border-radius:10px;min-width:0;padding:.8rem}.admin-account-details dt{color:#757083;letter-spacing:.05em;text-transform:uppercase;margin-bottom:.25rem;font-size:.7rem;font-weight:750}.admin-account-details dd{overflow-wrap:anywhere;margin:0;font-size:.88rem;font-weight:650}.admin-account-controls{border-top:1px solid #ece9f3;grid-template-columns:minmax(150px,.6fr) minmax(190px,.8fr) auto;align-items:end;gap:.85rem;padding-top:1rem;display:grid}.admin-account-controls label{flex-direction:column;gap:.4rem;display:flex}.admin-account-controls label span{font-size:.78rem;font-weight:750}.admin-account-controls select{color:#201d2f;background:#fff;border:1px solid #dedbea;border-radius:9px;min-height:42px;padding:.6rem .75rem}.admin-account-controls select:focus{border-color:#5b4bdb;outline:none;box-shadow:0 0 0 4px #5b4bdb1f}.admin-account-controls select:disabled{color:#777382;cursor:not-allowed;background:#f1eff5}.admin-account-controls button,.admin-pagination button{cursor:pointer;border-radius:9px;min-height:42px;padding:.65rem 1rem;font-weight:750}.admin-account-controls button{color:#fff;background:#5b4bdb}.admin-account-controls button:hover:not(:disabled){background:#4335b8}.admin-account-controls button:disabled{color:#817c91;cursor:not-allowed;background:#ece9f3}.admin-pagination{justify-content:flex-end;gap:.65rem;margin-top:1.25rem;display:flex}.admin-pagination button{color:#5b4bdb;background:#fff;border:1px solid #dedbea}.admin-pagination button:hover:not(:disabled){background:#f8f7ff;border-color:#5b4bdb}.admin-pagination button:disabled{color:#aaa6b4;cursor:not-allowed;background:#f4f2f7}.admin-loading,.admin-empty{color:#6c687b;text-align:center;background:#fff;border:1px dashed #cbc6dc;border-radius:16px;padding:3rem 1.25rem;font-weight:650}@media (width<=900px){.admin-account-details{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=700px){.admin-accounts-page{padding:1.5rem .85rem}.admin-accounts-header{flex-direction:column}.admin-back-link{width:100%}.admin-account-controls{grid-template-columns:1fr}.admin-account-controls button{width:100%}}@media (width<=500px){.admin-account-identity{flex-direction:column}.admin-account-details{grid-template-columns:1fr}.admin-list-summary{flex-direction:column;gap:.25rem}.admin-pagination{justify-content:stretch}.admin-pagination button{flex:1}}.home-page{color:#201d2f;background:radial-gradient(circle at 15% 15%,#5b4bdb2e,#0000 32%),radial-gradient(circle at 85% 80%,#ecb4472b,#0000 30%),linear-gradient(145deg,#f7f5ff 0%,#fff 52%,#fffaf0 100%);place-items:center;min-height:100vh;padding:2rem 1.25rem;display:grid}.home-hero{text-align:center;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#ffffffe0;border:1px solid #5b4bdb29;border-radius:32px;width:min(100%,850px);padding:clamp(2rem,7vw,5.5rem);box-shadow:0 35px 90px #281d5e24,0 8px 24px #281d5e12}.home-eyebrow{color:#5b4bdb;letter-spacing:.16em;text-transform:uppercase;margin:0 0 1rem;font-size:.78rem;font-weight:850}.home-hero h1{letter-spacing:-.065em;max-width:760px;margin:0 auto;font-size:clamp(2.8rem,9vw,6.25rem);line-height:.98}.home-introduction{color:#68647a;max-width:620px;margin:1.5rem auto 0;font-size:clamp(1rem,2.4vw,1.25rem);line-height:1.7}.home-actions{flex-wrap:wrap;justify-content:center;gap:.8rem;margin-top:2rem;display:flex}.home-primary-button,.home-secondary-button{border-radius:11px;justify-content:center;align-items:center;min-height:48px;padding:.8rem 1.3rem;font-weight:780;text-decoration:none;transition:transform .15s,box-shadow .15s,background-color .15s,border-color .15s;display:inline-flex}.home-primary-button{color:#fff;background:#5b4bdb;border:1px solid #5b4bdb;box-shadow:0 10px 24px #5b4bdb3d}.home-primary-button:hover{color:#fff;background:#4335b8;transform:translateY(-2px);box-shadow:0 14px 28px #5b4bdb4d}.home-secondary-button{color:#5b4bdb;background:#fff;border:1px solid #dedbea}.home-secondary-button:hover{color:#4335b8;background:#f8f7ff;border-color:#5b4bdb;transform:translateY(-1px)}@media (width<=600px){.home-page{padding:1rem .75rem}.home-hero{border-radius:22px}.home-actions{flex-direction:column}.home-primary-button,.home-secondary-button{box-sizing:border-box;width:100%}}:root{color:#201d2f;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f7f6fb;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth;min-width:320px;min-height:100%}body{background:#f7f6fb;min-width:320px;min-height:100dvh;margin:0}body,button,input,select,textarea{font-family:inherit}button,input,select,textarea{font-size:inherit}button{border:0}a{color:inherit}img,svg{max-width:100%}#root{min-height:100dvh}::selection{color:#fff;background:#5b4bdb}:focus-visible{outline-offset:3px;outline:3px solid #5b4bdb6b}
