.site-header{--header-primary:#6f4ca5;--header-primary-dark:#563781;--header-primary-soft:#f0eafb;--header-text:#292432;--header-muted:#6f6878;--header-border:#ddd7e5;z-index:1000;border-bottom:1px solid var(--header-border);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffff5;width:100%;position:sticky;top:0;box-shadow:0 4px 18px #31244312}.site-header *,.site-header :before,.site-header :after{box-sizing:border-box}.site-header-container{grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:2rem;width:100%;max-width:1240px;min-height:72px;margin:0 auto;padding:.75rem 1.5rem;display:grid}.site-header-brand{color:var(--header-text);align-items:center;gap:.75rem;text-decoration:none;display:inline-flex}.site-header-logo{color:#fff;letter-spacing:.04em;background:linear-gradient(135deg, var(--header-primary), var(--header-primary-dark));border-radius:12px;flex:0 0 42px;justify-content:center;align-items:center;width:42px;height:42px;font-size:.95rem;font-weight:900;display:inline-flex;box-shadow:0 6px 15px #5637813d}.site-header-name{letter-spacing:-.02em;font-size:1.25rem;font-weight:850}.site-header-brand:hover .site-header-name{color:var(--header-primary)}.site-header-brand:focus-visible,.site-header a:focus-visible{outline-offset:3px;border-radius:7px;outline:3px solid #6f4ca540}.site-header-navigation{justify-content:center;align-items:center;gap:.35rem;min-width:0;display:flex}.header-nav-link{min-height:42px;color:var(--header-muted);border-radius:8px;justify-content:center;align-items:center;padding:.6rem .85rem;font-size:.93rem;font-weight:700;text-decoration:none;transition:color .16s,background-color .16s;display:inline-flex}.header-nav-link:hover,.header-nav-link-active{color:var(--header-primary-dark);background:var(--header-primary-soft)}.site-header-actions{justify-content:flex-end;align-items:center;gap:.65rem;display:flex}.header-sign-in-link,.header-register-link{border-radius:8px;justify-content:center;align-items:center;min-height:42px;padding:.65rem .9rem;font-size:.9rem;font-weight:750;text-decoration:none;transition:color .16s,background-color .16s,border-color .16s,transform .16s;display:inline-flex}.header-sign-in-link{color:var(--header-primary-dark);background:0 0;border:1px solid #0000}.header-sign-in-link:hover{background:var(--header-primary-soft)}.header-register-link{color:#fff;background:var(--header-primary);border:1px solid var(--header-primary)}.header-register-link:hover{color:#fff;background:var(--header-primary-dark);border-color:var(--header-primary-dark);transform:translateY(-1px)}.header-account-name{max-width:190px;min-height:38px;color:var(--header-primary-dark);text-overflow:ellipsis;white-space:nowrap;background:var(--header-primary-soft);border:1px solid #6f4ca533;border-radius:999px;align-items:center;padding:.5rem .75rem;font-size:.88rem;font-weight:750;display:inline-flex;overflow:hidden}.header-logout-button{color:#fff;min-height:42px;font:inherit;background:var(--header-primary);border:1px solid var(--header-primary);cursor:pointer;border-radius:8px;justify-content:center;align-items:center;padding:.65rem .9rem;font-size:.9rem;font-weight:750;transition:background-color .16s,border-color .16s,transform .16s;display:inline-flex}.header-logout-button:hover{background:var(--header-primary-dark);border-color:var(--header-primary-dark);transform:translateY(-1px)}.header-logout-button:focus-visible{outline-offset:3px;outline:3px solid #6f4ca540}@media (width<=560px){.header-logout-button{min-height:38px;padding:.55rem .7rem;font-size:.82rem}}@media (width<=900px){.site-header-container{grid-template-columns:auto 1fr;gap:.75rem 1rem}.site-header-navigation{scrollbar-width:thin;grid-area:2/1/auto/-1;justify-content:flex-start;padding-bottom:.15rem;overflow-x:auto}.site-header-actions{grid-area:1/2}.header-nav-link{flex:none}}@media (width<=560px){.site-header-container{flex-wrap:wrap;gap:.75rem;min-height:auto;padding:.75rem;display:flex}.site-header-brand{flex:auto}.site-header-logo{border-radius:10px;flex-basis:38px;width:38px;height:38px}.site-header-name{font-size:1.1rem}.site-header-actions{flex:0 auto}.site-header-navigation{flex:1 0 100%;order:3;justify-content:flex-start}.header-account-name{max-width:125px}.header-sign-in-link{display:none}.header-register-link{min-height:38px;padding:.55rem .7rem;font-size:.82rem}}@media (prefers-reduced-motion:reduce){.site-header *,.site-header :before,.site-header :after{transition:none}}.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;--profile-danger:#b42318;--profile-danger-dark:#8f1c13;--profile-danger-border:#efaaa4;--profile-danger-surface:#fff5f4;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,.profile-danger-eyebrow{color:var(--profile-primary);letter-spacing:.13em;text-transform:uppercase;margin:0 0 .5rem;font-size:.75rem;font-weight:800}.profile-danger-eyebrow{color:var(--profile-danger)}.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-deactivated{color:#66510e;background:#fff0ba}.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,.profile-danger-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,.profile-danger-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,.profile-danger-link{min-height:42px;font:inherit;text-align:center;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,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,.profile-danger-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,.profile-danger-panel p:last-child{color:var(--profile-muted);margin-bottom:0;line-height:1.6}.profile-danger-panel{border-color:var(--profile-danger-border);background:linear-gradient(110deg, var(--profile-danger-surface), #fff 55%)}.profile-danger-link{border:1px solid var(--profile-danger);color:var(--profile-danger);background:#fff;flex:none}.profile-danger-link:hover{color:#fff;background:var(--profile-danger);transform:translateY(-1px)}.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-link-button:focus-visible,.profile-primary-button:focus-visible,.profile-danger-link:focus-visible,.profile-danger-button:focus-visible{outline-offset:3px;outline:3px solid #5b4bdb47}.profile-danger-link:focus-visible,.profile-danger-button:focus-visible{outline-color:#b4231847}.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,.profile-danger-panel{flex-direction:column}.profile-details{grid-template-columns:1fr}.panel-heading{flex-direction:column}.profile-link-button,.profile-primary-button,.profile-danger-button,.profile-danger-link{box-sizing:border-box;width:100%}.profile-footer{justify-content:stretch}}.danger-zone-page{--danger-primary:#5b4bdb;--danger-primary-dark:#4335b8;--danger-text:#201d2f;--danger-muted:#6c687b;--danger-border:#e2dfee;--danger-red:#b42318;--danger-red-dark:#8f1c13;--danger-red-border:#efaaa4;--danger-red-surface:#fff5f4;--danger-amber:#8a5300;--danger-amber-border:#ebc681;--danger-amber-surface:#fff8e8;min-height:100vh;color:var(--danger-text);background:radial-gradient(circle at 100% 0,#b4231814,#0000 30%),radial-gradient(circle at 0 0,#5b4bdb1a,#0000 32%),#f7f6fb;padding:3rem 1.25rem}.danger-zone-shell{width:min(100%,1100px);margin:0 auto}.danger-zone-header{justify-content:space-between;align-items:flex-start;gap:1.5rem;margin-bottom:1.75rem;display:flex}.danger-zone-header h1{letter-spacing:-.04em;margin:0;font-size:clamp(2rem,5vw,3rem)}.danger-zone-header>div>p:last-child{max-width:650px;color:var(--danger-muted);margin-bottom:0;line-height:1.65}.danger-zone-eyebrow,.danger-zone-card-eyebrow{color:var(--danger-primary);letter-spacing:.13em;text-transform:uppercase;margin:0 0 .5rem;font-size:.75rem;font-weight:800}.danger-zone-card-eyebrow.permanent{color:var(--danger-red)}.danger-zone-back-link{border:1px solid var(--danger-border);min-height:42px;color:var(--danger-primary);white-space:nowrap;background:#fff;border-radius:9px;justify-content:center;align-items:center;padding:.65rem 1rem;font-weight:750;text-decoration:none;transition:border-color .15s,background-color .15s;display:inline-flex}.danger-zone-back-link:hover{border-color:var(--danger-primary);background:#f8f7ff}.danger-zone-grid{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:1.25rem;display:grid}.danger-zone-card{border:1px solid var(--danger-amber-border);background:#fff;border-radius:20px;padding:clamp(1.3rem,3vw,1.75rem);box-shadow:0 12px 38px #261d5512}.danger-zone-card.permanent{border-color:var(--danger-red-border)}.danger-zone-card-heading{margin-bottom:1rem}.danger-zone-card-heading h2{letter-spacing:-.02em;margin:0;font-size:1.35rem}.danger-zone-description{color:var(--danger-muted);margin:0;line-height:1.65}.danger-zone-list{color:var(--danger-muted);margin:1rem 0 1.4rem;padding-left:1.25rem;line-height:1.65}.danger-zone-list li+li{margin-top:.25rem}.danger-zone-warning{border:1px solid var(--danger-red-border);color:var(--danger-red-dark);background:var(--danger-red-surface);border-radius:12px;margin:1rem 0 1.4rem;padding:1rem;font-weight:700;line-height:1.55}.danger-zone-card form{flex-direction:column;display:flex}.danger-zone-field{flex-direction:column;gap:.45rem;margin-bottom:1.1rem;display:flex}.danger-zone-field label{font-size:.93rem;font-weight:700}.danger-zone-field strong{color:var(--danger-red);letter-spacing:.04em}.danger-zone-field input{border:1px solid var(--danger-border);width:100%;min-height:46px;color:var(--danger-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}.danger-zone-field input:hover:not(:disabled){border-color:#b8b2d2}.danger-zone-field input:focus{border-color:var(--danger-primary);outline:none;box-shadow:0 0 0 4px #5b4bdb21}.danger-zone-card.permanent .danger-zone-field input:focus{border-color:var(--danger-red);box-shadow:0 0 0 4px #b423181f}.danger-zone-field input:disabled{color:#8d899a;cursor:not-allowed;background:#f2f1f6}.danger-zone-button{width:100%;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:800;transition:transform .15s,box-shadow .15s,background-color .15s,border-color .15s;display:inline-flex}.danger-zone-button.deactivate{border:1px solid var(--danger-amber-border);color:var(--danger-amber);background:var(--danger-amber-surface)}.danger-zone-button.deactivate:hover:not(:disabled){background:#fff1cf;border-color:#d8a544;transform:translateY(-1px)}.danger-zone-button.delete{border:1px solid var(--danger-red);color:#fff;background:var(--danger-red);box-shadow:0 8px 20px #b423182e}.danger-zone-button.delete:hover:not(:disabled){background:var(--danger-red-dark);transform:translateY(-1px);box-shadow:0 11px 24px #b423183d}.danger-zone-button:disabled{opacity:.58;cursor:wait;box-shadow:none;transform:none}.danger-zone-card .form-error-summary{margin-top:1rem;margin-bottom:1.25rem}.danger-zone-back-link:focus-visible,.danger-zone-button:focus-visible{outline-offset:3px;outline:3px solid #5b4bdb4d}.danger-zone-button.delete:focus-visible{outline-color:#b423184d}@media (width<=850px){.danger-zone-grid{grid-template-columns:1fr}}@media (width<=620px){.danger-zone-page{padding:1.5rem .85rem}.danger-zone-header{flex-direction:column}.danger-zone-back-link{box-sizing:border-box;width:100%}.danger-zone-card{border-radius:16px}}.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;margin-bottom:0;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;transition:border-color .16s,background-color .16s;display:inline-flex}.admin-back-link:hover{background:#f8f7ff;border-color:#5b4bdb}.admin-back-link:focus-visible,.admin-account-controls select:focus-visible,.admin-account-controls button:focus-visible,.admin-pagination button:focus-visible{outline-offset:2px;outline:3px solid #5b4bdb38}.admin-role-option:has(input:focus-visible){outline-offset:2px;outline:3px solid #5b4bdb38}.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-status-unknown{color:#575263;background:#ece9f3}.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(190px,1fr) auto;align-items:end;gap:1rem;padding-top:1rem;display:grid}.admin-role-control{border:0;grid-column:1/-1;min-width:0;margin:0;padding:0}.admin-role-control legend,.admin-account-controls>label>span{color:#403b50;margin-bottom:.5rem;font-size:.78rem;font-weight:800}.admin-role-control legend{padding:0}.admin-role-options{flex-wrap:wrap;gap:.6rem;display:flex}.admin-role-option{color:#4d485b;cursor:pointer;-webkit-user-select:none;user-select:none;background:#fff;border:1px solid #dedbea;border-radius:999px;flex-direction:row;align-items:center;gap:.5rem;min-height:40px;padding:.55rem .8rem;transition:border-color .16s,color .16s,background-color .16s;display:inline-flex}.admin-role-option:hover{background:#faf9ff;border-color:#9d95df}.admin-role-option:has(input:checked){color:#3e31aa;background:#f0edff;border-color:#8276dd}.admin-role-option input{accent-color:#5b4bdb;cursor:pointer;width:1rem;height:1rem;margin:0}.admin-role-option span{font-size:.8rem;font-weight:750}.admin-role-control:disabled .admin-role-option{color:#777382;cursor:not-allowed;background:#f1eff5}.admin-role-option:has(input:disabled){color:#777382;cursor:not-allowed;background:#f1eff5}.admin-role-control:disabled .admin-role-option input{cursor:not-allowed}.admin-role-option:has(input:disabled) input{cursor:not-allowed}.admin-role-control:disabled .admin-role-option:hover{border-color:#dedbea}.admin-role-control:disabled .admin-role-option:has(input:checked){color:#645ba5;background:#f1effa;border-color:#c8c2ec}.admin-account-controls>label{flex-direction:column;display:flex}.admin-account-controls select{color:#201d2f;background:#fff;border:1px solid #dedbea;border-radius:9px;width:100%;min-height:42px;padding:.6rem 2.25rem .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{min-height:42px;font:inherit;cursor:pointer;border-radius:9px;padding:.65rem 1rem;font-weight:750;transition:border-color .16s,color .16s,background-color .16s}.admin-account-controls button{color:#fff;background:#5b4bdb;border:1px solid #5b4bdb}.admin-account-controls button:hover:not(:disabled){background:#4335b8;border-color:#4335b8}.admin-account-controls button:disabled{color:#817c91;cursor:not-allowed;background:#ece9f3;border-color:#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-role-control{grid-column:auto}.admin-account-controls button{width:100%}}@media (width<=500px){.admin-account-card{padding:1.1rem}.admin-account-identity{flex-direction:column}.admin-account-details{grid-template-columns:1fr}.admin-role-options{grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.admin-role-option{border-radius:10px;width:100%}.admin-list-summary{flex-direction:column;gap:.25rem}.admin-pagination{justify-content:stretch}.admin-pagination button{flex:1}}@media (width<=360px){.admin-role-options{grid-template-columns:1fr}}.profile-page{--profile-primary:#6f4ca5;--profile-primary-dark:#563781;--profile-primary-soft:#f0eafb;--profile-background:#f7f5fa;--profile-card:#fff;--profile-text:#292432;--profile-muted:#6f6878;--profile-border:#ddd7e5;--profile-success:#247044;--profile-success-background:#eaf7ef;--profile-error:#a52a35;--profile-error-background:#fff0f1;--profile-danger:#b1323d;--profile-danger-dark:#8d222c;width:100%;min-height:100vh;color:var(--profile-text);background:radial-gradient(circle at top right, #6f4ca51f, transparent 28rem), var(--profile-background);padding:2rem}.profile-page *,.profile-page :before,.profile-page :after{box-sizing:border-box}.profile-page-header{justify-content:space-between;align-items:center;max-width:1180px;margin:0 auto 1.5rem;display:flex}.profile-page-header h1{color:var(--profile-text);margin:.2rem 0;font-size:clamp(2rem,4vw,3rem);line-height:1.1}.profile-eyebrow{color:var(--profile-primary);letter-spacing:.14em;text-transform:uppercase;margin:0;font-size:.78rem;font-weight:800}.profile-username{color:var(--profile-muted);margin:.4rem 0 0;font-size:1rem}.profile-message-area{max-width:1180px;min-height:1rem;margin:0 auto 1rem}.profile-message{border:1px solid #0000;border-radius:10px;margin:0;padding:.85rem 1rem;font-weight:600}.profile-success{color:var(--profile-success);background:var(--profile-success-background);border-color:#b9dfc8}.profile-error{color:var(--profile-error);background:var(--profile-error-background);border-color:#efc2c7}.profile-layout{grid-template-columns:minmax(230px,300px) minmax(0,1fr);align-items:start;gap:1.5rem;width:100%;max-width:1180px;margin:0 auto;display:grid}.profile-sidebar{position:sticky;top:1rem}.profile-content{gap:1.5rem;min-width:0;display:grid}.profile-card,.profile-status-card{background:var(--profile-card);border:1px solid var(--profile-border);border-radius:16px;padding:1.5rem;box-shadow:0 10px 30px #31244314}.profile-status-card{text-align:center;width:min(560px,100%);margin:4rem auto}.profile-card h2,.profile-status-card h1{color:var(--profile-text);margin:0}.profile-image-card h2{text-align:center;margin-bottom:1.25rem}.profile-image-frame{background:var(--profile-primary-soft);width:180px;height:180px;box-shadow:0 0 0 2px var(--profile-border), 0 10px 24px #31244324;border:4px solid #fff;border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1.25rem;display:flex;overflow:hidden}.profile-image-frame img{object-fit:cover;width:100%;height:100%}.profile-image-placeholder{width:100%;height:100%;color:var(--profile-primary);-webkit-user-select:none;user-select:none;justify-content:center;align-items:center;font-size:4.5rem;font-weight:800;display:flex}.profile-image-card form{gap:.75rem;display:grid}.profile-image-card label,.profile-field label{color:var(--profile-text);font-size:.92rem;font-weight:700}.profile-image-card input[type=file]{width:100%;color:var(--profile-muted);border:1px solid var(--profile-border);background:#fbfafd;border-radius:9px;padding:.65rem}.profile-image-card input[type=file]::file-selector-button{color:var(--profile-primary-dark);background:var(--profile-primary-soft);cursor:pointer;border:0;border-radius:7px;margin-right:.65rem;padding:.55rem .75rem;font-weight:700}.profile-section-heading{border-bottom:1px solid var(--profile-border);justify-content:space-between;align-items:flex-start;gap:1rem;padding-bottom:1rem;display:flex}.profile-section-heading p{color:var(--profile-muted);margin:.4rem 0 0;line-height:1.5}.profile-form{gap:1.15rem;margin-top:1.25rem;display:grid}.profile-field{gap:.45rem;display:grid}.profile-field input,.profile-field textarea,.profile-field select{width:100%;color:var(--profile-text);font:inherit;border:1px solid var(--profile-border);background:#fff;border-radius:9px;outline:none;padding:.8rem .9rem;transition:border-color .16s,box-shadow .16s}.profile-field textarea{resize:vertical;min-height:110px;line-height:1.5}.profile-field input:focus,.profile-field textarea:focus,.profile-field select:focus{border-color:var(--profile-primary);box-shadow:0 0 0 3px #6f4ca524}.profile-field input:disabled,.profile-field textarea:disabled,.profile-field select:disabled{color:#77717e;cursor:not-allowed;background:#f1eef4}.profile-help-text,.profile-selected-file,.profile-field-error{margin:0;font-size:.82rem;line-height:1.45}.profile-help-text{color:var(--profile-muted)}.profile-selected-file{overflow-wrap:anywhere;color:var(--profile-primary-dark);font-weight:600}.profile-field-error{color:var(--profile-error)}.profile-checkbox-group{gap:.7rem;display:grid}.profile-checkbox{color:var(--profile-text);border:1px solid var(--profile-border);cursor:pointer;background:#fbfafd;border-radius:9px;align-items:flex-start;gap:.7rem;padding:.85rem;display:flex}.profile-checkbox:hover{background:var(--profile-primary-soft)}.profile-checkbox input[type=checkbox]{width:1.05rem;height:1.05rem;accent-color:var(--profile-primary);flex:none;margin-top:.1rem}.profile-checkbox span{line-height:1.4}.profile-page button{color:#fff;width:fit-content;min-width:130px;font:inherit;background:var(--profile-primary);border:1px solid var(--profile-primary);cursor:pointer;border-radius:9px;padding:.75rem 1rem;font-weight:700;transition:background-color .16s,border-color .16s,transform .16s,box-shadow .16s}.profile-page button:hover:not(:disabled){background:var(--profile-primary-dark);border-color:var(--profile-primary-dark);transform:translateY(-1px);box-shadow:0 5px 14px #56378133}.profile-page button:focus-visible{outline-offset:2px;outline:3px solid #6f4ca540}.profile-page button:disabled{opacity:.6;cursor:not-allowed}.profile-button-row{flex-wrap:wrap;gap:.65rem;display:flex}.profile-button-row button{flex:110px;min-width:0}.profile-page .profile-danger-button{color:var(--profile-danger);border-color:var(--profile-danger);background:#fff}.profile-page .profile-danger-button:hover:not(:disabled){color:#fff;background:var(--profile-danger-dark);border-color:var(--profile-danger-dark)}@media (width<=850px){.profile-page{padding:1.25rem}.profile-layout{grid-template-columns:1fr}.profile-sidebar{position:static}.profile-image-card{grid-template-columns:auto minmax(0,1fr);align-items:center;column-gap:1.5rem;display:grid}.profile-image-card h2{text-align:left;grid-column:1/-1}.profile-image-frame{width:145px;height:145px;margin:0}}@media (width<=560px){.profile-page{padding:1rem .75rem}.profile-page-header{margin-bottom:1rem}.profile-card,.profile-status-card{border-radius:12px;padding:1.1rem}.profile-image-card{display:block}.profile-image-card h2{text-align:center}.profile-image-frame{width:140px;height:140px;margin:0 auto 1.25rem}.profile-page button{width:100%}.profile-button-row{flex-direction:column}}@media (prefers-reduced-motion:reduce){.profile-page *,.profile-page :before,.profile-page :after{scroll-behavior:auto;transition:none}}.public-profile-page{display:block}.public-profile-container{gap:1.5rem;width:100%;max-width:960px;margin:0 auto;display:grid}.public-profile-hero{grid-template-columns:220px minmax(0,1fr);align-items:center;gap:2rem;padding:2rem;display:grid}.public-profile-image-column{justify-items:center;gap:.75rem;min-width:0;display:grid}.public-profile-image-column .profile-image-frame{width:190px;height:190px;margin:0}.public-profile-image-column .profile-field-error{text-align:center;max-width:220px}.public-profile-summary{min-width:0}.public-profile-summary h1{color:var(--profile-text);overflow-wrap:anywhere;margin:.3rem 0;font-size:clamp(2rem,5vw,3.25rem);line-height:1.1}.public-profile-summary .profile-username{overflow-wrap:anywhere;margin-bottom:1rem}.public-profile-visibility{width:fit-content;color:var(--profile-primary-dark);background:var(--profile-primary-soft);border:1px solid #6f4ca538;border-radius:999px;align-items:center;padding:.4rem .75rem;font-size:.8rem;font-weight:800;display:inline-flex}.public-profile-bio{color:var(--profile-text);white-space:pre-wrap;overflow-wrap:anywhere;margin:1.25rem 0 0;font-size:1.05rem;line-height:1.75}.public-profile-empty{color:var(--profile-muted);margin:1.25rem 0 0;font-style:italic;line-height:1.6}.public-creator-card{padding:2rem}.public-creator-card .profile-section-heading{align-items:center}.public-creator-card .profile-section-heading h2{overflow-wrap:anywhere;margin-top:.3rem;line-height:1.3}.public-feedback-badge{color:var(--profile-success);background:var(--profile-success-background);white-space:nowrap;border:1px solid #b9dfc8;border-radius:999px;flex:none;align-items:center;gap:.4rem;padding:.45rem .75rem;font-size:.8rem;font-weight:800;display:inline-flex}.public-feedback-badge:before{background:var(--profile-success);content:"";border-radius:50%;width:.5rem;height:.5rem}.public-creator-description{color:var(--profile-text);white-space:pre-wrap;overflow-wrap:anywhere;margin:1.25rem 0;font-size:1rem;line-height:1.75}.public-profile-website{color:#fff;background:var(--profile-primary);border:1px solid var(--profile-primary);border-radius:9px;justify-content:center;align-items:center;min-height:44px;padding:.7rem 1rem;font-weight:700;text-decoration:none;transition:background-color .16s,border-color .16s,box-shadow .16s,transform .16s;display:inline-flex}.public-profile-website:hover{color:#fff;background:var(--profile-primary-dark);border-color:var(--profile-primary-dark);transform:translateY(-1px);box-shadow:0 5px 14px #56378133}.public-profile-website:focus-visible{outline-offset:3px;outline:3px solid #6f4ca540}.public-profile-page .profile-status-card{justify-items:center;gap:1rem;display:grid}.public-profile-page .profile-status-card h1,.public-profile-page .profile-status-card p{margin-top:0;margin-bottom:0}.public-profile-page .profile-status-card .profile-message{width:100%}@media (width<=700px){.public-profile-hero{text-align:center;grid-template-columns:1fr;gap:1.5rem;padding:1.5rem}.public-profile-summary{justify-items:center;display:grid}.public-profile-summary .profile-username{margin-top:.35rem}.public-profile-bio,.public-profile-empty{text-align:left}.public-creator-card{padding:1.5rem}.public-creator-card .profile-section-heading{flex-direction:column;align-items:flex-start}}@media (width<=480px){.public-profile-hero,.public-creator-card{padding:1.1rem}.public-profile-image-column .profile-image-frame{width:150px;height:150px}.public-profile-summary h1{font-size:2rem}.public-feedback-badge{white-space:normal}.public-profile-website{width:100%}}@media (prefers-reduced-motion:reduce){.public-profile-website{transition:none}}.study-library-page{--study-primary:#5b4bdb;--study-primary-dark:#4335b8;--study-text:#201d2f;--study-muted:#6c687b;--study-border:#e2dfee;--study-surface:#fff;--study-background:#f7f6fb;--study-success:#17633a;--study-danger:#a52d25;min-height:100vh;color:var(--study-text);background:radial-gradient(circle at top right, #5b4bdb21, transparent 31%), radial-gradient(circle at bottom left, #ecb4471a, transparent 30%), var(--study-background);padding:3rem 1.25rem}.study-library-shell{width:min(100%,1180px);margin:0 auto}.study-library-header{justify-content:space-between;align-items:flex-start;gap:1.5rem;margin-bottom:1.75rem;display:flex}.study-library-header h1{letter-spacing:-.05em;margin:0;font-size:clamp(2.2rem,6vw,3.5rem)}.study-library-header>div>p:last-child{max-width:680px;color:var(--study-muted);margin-bottom:0;line-height:1.65}.study-library-eyebrow,.study-panel-eyebrow,.study-document-type{color:var(--study-primary);letter-spacing:.13em;text-transform:uppercase;margin:0 0 .5rem;font-size:.75rem;font-weight:800}.study-document-total{border:1px solid var(--study-border);color:var(--study-primary);white-space:nowrap;background:#ffffffdb;border-radius:999px;margin:0;padding:.55rem .85rem;font-size:.85rem;font-weight:800}.study-upload-panel,.study-documents-section{border:1px solid var(--study-border);background:var(--study-surface);border-radius:22px;box-shadow:0 14px 42px #261d5512}.study-upload-panel{margin-bottom:1.5rem;padding:clamp(1.25rem,3vw,2rem)}.study-documents-section{padding:clamp(1.25rem,3vw,2rem)}.study-panel-heading{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.25rem;display:flex}.study-panel-heading h2{margin:0;font-size:1.35rem}.study-privacy-note{color:#4b4382;background:#f6f4ff;border:1px solid #cfc9f5;border-radius:12px;margin:0 0 1.4rem;padding:1rem;line-height:1.6}.study-upload-form{grid-template-columns:minmax(240px,1.3fr) minmax(180px,1fr) minmax(200px,1fr) auto;align-items:end;gap:1rem;display:grid}.study-form-field,.study-retention-field{flex-direction:column;gap:.45rem;display:flex}.study-form-field label,.study-retention-field label{font-size:.9rem;font-weight:750}.study-form-field input,.study-form-field select,.study-retention-field select{border:1px solid var(--study-border);width:100%;min-height:45px;color:var(--study-text);font:inherit;box-sizing:border-box;background:#fff;border-radius:10px;padding:.7rem .8rem;transition:border-color .15s,box-shadow .15s}.study-form-field input[type=file]{cursor:pointer;padding:.48rem}.study-form-field input[type=file]::file-selector-button{color:var(--study-primary);font:inherit;cursor:pointer;background:#efedff;border:0;border-radius:7px;margin-right:.75rem;padding:.55rem .75rem;font-weight:750}.study-form-field input:hover,.study-form-field select:hover,.study-retention-field select:hover{border-color:#b8b2d2}.study-form-field input:focus,.study-form-field select:focus,.study-retention-field select:focus{border-color:var(--study-primary);outline:none;box-shadow:0 0 0 4px #5b4bdb21}.study-form-field small{color:var(--study-muted);font-size:.78rem;line-height:1.4}.study-success-message{color:var(--study-success);background:#eaf8ef;border:1px solid #9bd2ae;border-radius:11px;margin-bottom:1.25rem;padding:.9rem 1rem;font-weight:650}.study-primary-button,.study-secondary-button,.study-danger-button,.study-pagination button{min-height:43px;font:inherit;text-align:center;cursor:pointer;border-radius:9px;justify-content:center;align-items:center;padding:.67rem 1rem;font-weight:750;text-decoration:none;transition:transform .15s,background-color .15s,border-color .15s,box-shadow .15s;display:inline-flex}.study-primary-button{border:1px solid var(--study-primary);color:#fff;background:var(--study-primary);box-shadow:0 8px 18px #5b4bdb33}.study-primary-button:hover:not(:disabled){color:#fff;background:var(--study-primary-dark);transform:translateY(-1px)}.study-secondary-button{border:1px solid var(--study-border);color:var(--study-primary);background:#fff}.study-secondary-button:hover:not(:disabled){border-color:var(--study-primary);background:#f8f7ff}.study-danger-button{color:var(--study-danger);background:#fff5f4;border:1px solid #e5a9a4}.study-danger-button:hover:not(:disabled){background:#ffe9e7;border-color:#c8564d}.study-primary-button:disabled,.study-secondary-button:disabled,.study-danger-button:disabled,.study-pagination button:disabled{opacity:.58;cursor:wait;transform:none}.study-loading{min-height:180px;color:var(--study-muted);place-items:center;font-weight:700;display:grid}.study-empty-state{color:var(--study-muted);text-align:center;background:#faf9fd;border:1px dashed #c9c4da;border-radius:16px;padding:3.5rem 1.5rem}.study-empty-state h3{color:var(--study-text);margin:0 0 .5rem}.study-empty-state p{margin:0;line-height:1.6}.study-document-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.15rem;display:grid}.study-document-card{border:1px solid var(--study-border);background:#fff;border-radius:16px;flex-direction:column;min-width:0;padding:1.25rem;display:flex;box-shadow:0 7px 20px #261d550d}.study-document-heading{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.study-document-heading h3{overflow-wrap:anywhere;margin:0;font-size:1.15rem}.study-document-type{margin-bottom:.35rem;font-size:.68rem}.study-status{color:#4b4382;white-space:nowrap;background:#efedff;border-radius:999px;padding:.4rem .65rem;font-size:.7rem;font-weight:800}.study-status-ready,.study-status-processed,.study-status-completed{color:#17633a;background:#dff7e8}.study-status-processing,.study-status-uploaded,.study-status-pending{color:#795500;background:#fff1bd}.study-status-failed,.study-status-error{color:#8b241d;background:#ffe1df}.study-filename{overflow-wrap:anywhere;color:var(--study-muted);margin:.8rem 0 1rem;font-size:.85rem}.study-document-details{grid-template-columns:repeat(2,minmax(0,1fr));gap:.7rem;margin:0 0 1rem;display:grid}.study-document-details>div{background:#f8f7fc;border-radius:10px;min-width:0;padding:.75rem}.study-document-details dt{color:var(--study-muted);letter-spacing:.05em;text-transform:uppercase;margin-bottom:.25rem;font-size:.68rem;font-weight:750}.study-document-details dd{overflow-wrap:anywhere;margin:0;font-size:.88rem;font-weight:700}.study-retention-field{margin-top:auto}.study-retention-field select{min-height:41px;font-size:.87rem}.study-expiration{color:#795500;margin:.75rem 0 0;font-size:.8rem;font-weight:650}.study-processing-error{color:#8b241d;background:#fff1f0;border-radius:9px;margin:.75rem 0 0;padding:.75rem;font-size:.82rem;line-height:1.45}.study-document-actions{grid-template-columns:repeat(3,minmax(0,1fr));gap:.55rem;margin-top:1rem;display:grid}.study-document-actions .study-primary-button,.study-document-actions .study-secondary-button,.study-document-actions .study-danger-button{min-width:0;padding-left:.6rem;padding-right:.6rem;font-size:.84rem}.study-pagination{border-top:1px solid var(--study-border);justify-content:center;align-items:center;gap:1rem;margin-top:1.5rem;padding-top:1.25rem;display:flex}.study-pagination span{color:var(--study-muted);font-size:.88rem;font-weight:700}.study-pagination button{border:1px solid var(--study-border);color:var(--study-primary);background:#fff}.study-pagination button:hover:not(:disabled){border-color:var(--study-primary);background:#f8f7ff}@media (width<=1050px){.study-upload-form{grid-template-columns:repeat(2,minmax(0,1fr))}.study-upload-form>.study-primary-button{width:100%}}@media (width<=800px){.study-document-grid{grid-template-columns:1fr}}@media (width<=620px){.study-library-page{padding:1.5rem .8rem}.study-library-header{flex-direction:column}.study-upload-panel,.study-documents-section{border-radius:17px}.study-upload-form{grid-template-columns:1fr}.study-document-heading{flex-direction:column}.study-document-details,.study-document-actions{grid-template-columns:1fr}.study-pagination{flex-wrap:wrap}}.study-viewer-page{--viewer-primary:#5b4bdb;--viewer-primary-dark:#4335b8;--viewer-text:#201d2f;--viewer-muted:#6c687b;--viewer-border:#e2dfee;--viewer-surface:#fff;--viewer-background:#f7f6fb;min-height:100vh;color:var(--viewer-text);background:radial-gradient(circle at top right, #5b4bdb1f, transparent 30%), radial-gradient(circle at bottom left, #ecb44717, transparent 28%), var(--viewer-background);padding:2.5rem 1.25rem}.study-viewer-shell{width:min(100%,1380px);margin:0 auto}.study-viewer-loading{min-height:65vh;color:var(--viewer-muted);place-items:center;font-weight:700;display:grid}.study-viewer-header{justify-content:space-between;align-items:flex-end;gap:1.5rem;margin-bottom:1.5rem;display:flex}.study-viewer-header h1{overflow-wrap:anywhere;letter-spacing:-.045em;max-width:850px;margin:0;font-size:clamp(2rem,5vw,3.25rem);line-height:1.08}.study-viewer-filename{overflow-wrap:anywhere;color:var(--viewer-muted);margin:.65rem 0 0}.study-viewer-eyebrow{color:var(--viewer-primary);letter-spacing:.13em;text-transform:uppercase;margin:0 0 .5rem;font-size:.72rem;font-weight:800}.study-viewer-back-link{color:var(--viewer-primary);margin-bottom:1.25rem;font-weight:750;text-decoration:none;display:inline-flex}.study-viewer-back-link:hover{color:var(--viewer-primary-dark);text-decoration:underline}.study-viewer-download-button,.study-analyze-button{min-height:44px;font:inherit;cursor:pointer;border-radius:9px;justify-content:center;align-items:center;padding:.7rem 1rem;font-weight:750;transition:transform .15s,background-color .15s,border-color .15s,box-shadow .15s;display:inline-flex}.study-viewer-download-button{border:1px solid var(--viewer-border);color:var(--viewer-primary);background:#fff}.study-viewer-download-button:hover:not(:disabled){border-color:var(--viewer-primary);background:#f8f7ff;transform:translateY(-1px)}.study-analyze-button{border:1px solid var(--viewer-primary);color:#fff;background:var(--viewer-primary);width:100%;box-shadow:0 8px 20px #5b4bdb33}.study-analyze-button:hover:not(:disabled){background:var(--viewer-primary-dark);transform:translateY(-1px);box-shadow:0 11px 24px #5b4bdb40}.study-viewer-download-button:disabled,.study-analyze-button:disabled{opacity:.6;transform:none}.study-viewer-download-button:disabled{cursor:wait}.study-analyze-button:disabled{cursor:not-allowed}.study-viewer-layout{grid-template-columns:minmax(0,1.55fr) minmax(320px,.75fr);align-items:start;gap:1.25rem;display:grid}.study-viewer-panel,.study-analysis-panel,.study-analysis-result{border:1px solid var(--viewer-border);background:var(--viewer-surface);border-radius:20px;box-shadow:0 12px 38px #261d5512}.study-viewer-panel{min-width:0;padding:1.25rem}.study-analysis-panel{padding:1.35rem}.study-viewer-panel-heading{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1rem;display:flex}.study-viewer-panel-heading h2{margin:0;font-size:1.25rem}.study-viewer-type{color:#4b4382;white-space:nowrap;background:#efedff;border-radius:999px;padding:.4rem .65rem;font-size:.72rem;font-weight:800}.study-pdf-frame{border:1px solid var(--viewer-border);background:#eee;border-radius:12px;width:100%;height:min(74vh,920px);min-height:600px;display:block}.study-text-viewer{border:1px solid var(--viewer-border);background:#fcfbfe;border-radius:12px;height:min(74vh,920px);min-height:600px;padding:clamp(1rem,3vw,2rem);overflow:auto}.study-text-viewer pre{color:#2d2939;white-space:pre-wrap;overflow-wrap:anywhere;margin:0;font-family:Georgia,Times New Roman,serif;font-size:1rem;line-height:1.8}.study-text-viewer>p{color:var(--viewer-muted);text-align:center}.study-analysis-description{color:var(--viewer-muted);margin-top:0;line-height:1.6}.study-analysis-usage{color:#4b4382;background:#faf9ff;border:1px solid #d8d3f8;border-radius:11px;flex-direction:column;gap:.25rem;margin-bottom:1rem;padding:.85rem .9rem;font-size:.8rem;line-height:1.45;display:flex}.study-analysis-usage strong{color:#352d78;font-size:.88rem}.study-analysis-usage span:not(:first-child){color:var(--viewer-muted)}.study-ai-privacy-notice{color:#4b4382;background:#f6f4ff;border:1px solid #cfc9f5;border-radius:11px;margin-bottom:1.2rem;padding:.9rem;font-size:.85rem;line-height:1.55}.study-ai-privacy-notice strong{color:#352d78;margin-bottom:.35rem;display:block}.study-ai-privacy-notice p{margin:0}.study-analysis-form{flex-direction:column;gap:1rem;display:flex}.study-analysis-field{flex-direction:column;gap:.45rem;display:flex}.study-analysis-field label{font-size:.9rem;font-weight:750}.study-analysis-field label span{color:var(--viewer-muted);font-size:.78rem;font-weight:600}.study-analysis-field select,.study-analysis-field textarea{border:1px solid var(--viewer-border);width:100%;color:var(--viewer-text);font:inherit;box-sizing:border-box;background:#fff;border-radius:10px;padding:.8rem;line-height:1.55;transition:border-color .15s,box-shadow .15s}.study-analysis-field select{cursor:pointer;min-height:46px}.study-analysis-field textarea{resize:vertical;min-height:130px}.study-analysis-field select:hover,.study-analysis-field textarea:hover{border-color:#b8b2d2}.study-analysis-field select:focus,.study-analysis-field textarea:focus{border-color:var(--viewer-primary);outline:none;box-shadow:0 0 0 4px #5b4bdb21}.study-analysis-field small{color:var(--viewer-muted);align-self:flex-end;font-size:.76rem}.study-analysis-field .study-task-description{color:#56506a;align-self:flex-start;font-size:.8rem;line-height:1.5}.study-consent-field{color:var(--viewer-muted);cursor:pointer;align-items:flex-start;gap:.7rem;font-size:.84rem;line-height:1.5;display:flex}.study-consent-field input{width:18px;height:18px;accent-color:var(--viewer-primary);flex:none;margin:.12rem 0 0}.study-analysis-result{margin-top:1.25rem;padding:clamp(1.25rem,3vw,2rem)}.study-analysis-result>header{border-bottom:1px solid var(--viewer-border);justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.25rem;padding-bottom:1rem;display:flex}.study-analysis-result h2{margin:0;font-size:1.35rem}.study-analysis-metadata{color:var(--viewer-muted);flex-direction:column;align-items:flex-end;gap:.3rem;font-size:.78rem;font-weight:650;display:flex}.study-analysis-content{color:#2d2939;white-space:pre-wrap;overflow-wrap:anywhere;font-size:1rem;line-height:1.75}.study-analysis-result-usage{color:var(--viewer-muted);border-top:1px solid var(--viewer-border);margin:1.25rem 0 0;padding-top:1rem;font-size:.82rem;font-weight:650}@media (width<=1000px){.study-viewer-layout{grid-template-columns:1fr}.study-analysis-panel{order:-1}.study-pdf-frame,.study-text-viewer{height:70vh}}@media (width<=650px){.study-viewer-page{padding:1.5rem .8rem}.study-viewer-header{flex-direction:column;align-items:stretch}.study-viewer-download-button{width:100%}.study-viewer-panel,.study-analysis-panel,.study-analysis-result{border-radius:16px}.study-viewer-panel-heading{flex-direction:column}.study-pdf-frame,.study-text-viewer{height:65vh;min-height:450px}.study-analysis-result>header{flex-direction:column}.study-analysis-metadata{align-items:flex-start}}@media (prefers-reduced-motion:reduce){.study-viewer-page *,.study-viewer-page :before,.study-viewer-page :after{transition:none}}.righting-ai-page{color:#182033;background:radial-gradient(circle at 0 0,#6b52cb1a,#0000 34rem),linear-gradient(#f8f7fc 0%,#f3f5fa 100%);min-height:calc(100vh - 72px);padding:48px 24px 72px}.righting-ai-heading{justify-content:space-between;align-items:flex-start;gap:32px;width:min(1280px,100%);margin:0 auto 32px;display:flex}.righting-ai-heading h1{color:#17152a;letter-spacing:-.045em;margin:4px 0 12px;font-size:clamp(2.25rem,5vw,4rem);line-height:1}.righting-ai-eyebrow{color:#6852bb;letter-spacing:.13em;text-transform:uppercase;margin:0;font-size:.78rem;font-weight:800}.righting-ai-introduction{color:#596176;max-width:680px;margin:0;font-size:1.05rem;line-height:1.7}.righting-ai-usage{background:#ffffffe6;border:1px solid #ded9ef;border-radius:18px;flex:0 0 260px;gap:7px;padding:20px 22px;display:grid;box-shadow:0 14px 35px #261e4c14}.righting-ai-usage span{color:#667085;text-transform:uppercase;letter-spacing:.06em;font-size:.8rem;font-weight:700}.righting-ai-usage strong{color:#241b50;font-size:1.55rem}.righting-ai-usage small{color:#737b8e;line-height:1.4}.righting-ai-layout{grid-template-columns:minmax(0,1.12fr) minmax(340px,.88fr);align-items:start;gap:28px;width:min(1280px,100%);margin:0 auto;display:grid}.righting-ai-workspace,.righting-ai-answer{background:#fff;border:1px solid #e0ddeb;border-radius:24px;box-shadow:0 20px 55px #231d4114}.righting-ai-workspace{padding:clamp(24px,4vw,38px)}.righting-ai-workspace form{gap:26px;display:grid}.righting-ai-field{gap:9px;display:grid}.righting-ai-field label,.righting-ai-label-row label{color:#27253a;font-size:.94rem;font-weight:750}.righting-ai-label-row{justify-content:space-between;align-items:center;gap:16px;display:flex}.righting-ai-label-row span{color:#858b9b;font-size:.78rem}.righting-ai-field select,.righting-ai-field textarea{box-sizing:border-box;color:#22263a;width:100%;font:inherit;background:#fbfcfe;border:1px solid #ccd1dd;border-radius:13px;line-height:1.55;transition:border-color .16s,box-shadow .16s,background-color .16s}.righting-ai-field select{cursor:pointer;min-height:48px;padding:0 42px 0 14px}.righting-ai-field textarea{resize:vertical;min-height:112px;padding:14px 15px}#righting-ai-content{min-height:320px}.righting-ai-field select:hover,.righting-ai-field textarea:hover{background:#fff;border-color:#aaa2ca}.righting-ai-field select:focus,.righting-ai-field textarea:focus{background:#fff;border-color:#7258c9;outline:none;box-shadow:0 0 0 4px #7258c924}.righting-ai-field select[aria-invalid=true],.righting-ai-field textarea[aria-invalid=true]{border-color:#cf3f57}.righting-ai-field select[aria-invalid=true]:focus,.righting-ai-field textarea[aria-invalid=true]:focus{box-shadow:0 0 0 4px #cf3f5721}.righting-ai-task-help{color:#50586c;background:#f5f2ff;border-radius:12px;align-items:flex-start;gap:12px;padding:13px 15px;display:flex}.righting-ai-task-help span{color:#5942a9;letter-spacing:.04em;text-transform:uppercase;background:#e8e0ff;border-radius:999px;flex:none;padding:4px 8px;font-size:.7rem;font-weight:800}.righting-ai-task-help p{margin:1px 0 0;line-height:1.5}.righting-ai-consent{color:#50576a;cursor:pointer;background:#faf9fd;border:1px solid #e1deeb;border-radius:14px;align-items:flex-start;gap:12px;padding:16px;line-height:1.55;display:flex}.righting-ai-consent input{accent-color:#6c50c7;flex:none;width:18px;height:18px;margin:3px 0 0}.righting-ai-consent:focus-within{border-color:#7258c9;box-shadow:0 0 0 4px #7258c91f}.righting-ai-field-error{color:#b4233d;margin:0;font-size:.84rem;font-weight:650;line-height:1.45}.righting-ai-error{color:#8f1d32;background:#fff1f3;border:1px solid #f1b5bf;border-radius:12px;padding:14px 16px;line-height:1.5}.righting-ai-actions{flex-wrap:wrap;gap:12px;display:flex}.righting-ai-submit,.righting-ai-clear{min-height:48px;font:inherit;cursor:pointer;border-radius:12px;padding:0 22px;font-weight:750;transition:transform .15s,box-shadow .15s,border-color .15s,background-color .15s}.righting-ai-submit{color:#fff;background:linear-gradient(135deg,#765bd0,#5940ad);border:1px solid #6247bd;min-width:180px;box-shadow:0 10px 24px #5c41b03b}.righting-ai-submit:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 14px 30px #5c41b04d}.righting-ai-clear{color:#4f5668;background:#fff;border:1px solid #d2d5de}.righting-ai-clear:hover:not(:disabled){background:#f7f8fb;border-color:#aaaec0}.righting-ai-submit:focus-visible,.righting-ai-clear:focus-visible{outline-offset:2px;outline:3px solid #7258c94d}.righting-ai-submit:disabled,.righting-ai-clear:disabled{cursor:not-allowed;opacity:.58;box-shadow:none;transform:none}.righting-ai-answer{flex-direction:column;min-height:480px;max-height:calc(100vh - 120px);padding:clamp(24px,4vw,36px);display:flex;position:sticky;top:92px;overflow:auto}.righting-ai-answer-empty{text-align:center;background:radial-gradient(circle,#7558cf1a,#0000 18rem),#fff;justify-content:center;align-items:center}.righting-ai-answer-empty h2{color:#262238;margin:10px 0;font-size:1.7rem}.righting-ai-answer-empty>p:last-child{color:#737a8c;max-width:370px;margin:0;line-height:1.65}.righting-ai-answer-heading{border-bottom:1px solid #eceaf2;justify-content:space-between;align-items:flex-start;gap:18px;padding-bottom:20px;display:flex}.righting-ai-answer-heading h2{color:#252139;margin:7px 0 0;font-size:1.65rem}.righting-ai-answer-heading>span{color:#5e48ac;background:#eee8ff;border-radius:999px;flex:none;padding:6px 9px;font-size:.72rem;font-weight:700}.righting-ai-answer-text{color:#303548;white-space:pre-wrap;overflow-wrap:anywhere;flex:1;padding:24px 0;font-size:1rem;line-height:1.78}.righting-ai-answer footer{color:#858b99;border-top:1px solid #eceaf2;padding-top:16px;font-size:.78rem}@media (width<=950px){.righting-ai-layout{grid-template-columns:1fr}.righting-ai-answer{min-height:380px;max-height:none;position:static}}@media (width<=700px){.righting-ai-page{padding:32px 14px 52px}.righting-ai-heading{gap:22px;display:grid}.righting-ai-usage{box-sizing:border-box;width:100%}.righting-ai-workspace,.righting-ai-answer{border-radius:18px}.righting-ai-label-row{align-items:flex-start}.righting-ai-task-help{display:grid}.righting-ai-actions{grid-template-columns:1fr;display:grid}.righting-ai-submit,.righting-ai-clear{width:100%}.righting-ai-answer-heading{display:grid}.righting-ai-answer-heading>span{justify-self:start}}@media (prefers-reduced-motion:reduce){.righting-ai-field select,.righting-ai-field textarea,.righting-ai-submit,.righting-ai-clear{transition:none}}.essay-page{--essay-primary:#6047d9;--essay-primary-dark:#4631b5;--essay-primary-soft:#f0edff;--essay-text:#211e30;--essay-muted:#6e697d;--essay-border:#e1deeb;--essay-surface:#fff;--essay-background:#f8f7fc;--essay-danger:#b4233f;--essay-danger-soft:#fff1f3;--essay-success:#287a55;--essay-success-soft:#eaf8f1;min-height:100vh;color:var(--essay-text);background:radial-gradient(circle at top right, #6047d91f, transparent 30%), radial-gradient(circle at bottom left, #e7ad4c14, transparent 28%), var(--essay-background);padding:2.5rem 1.25rem 4rem}.essay-page *,.essay-page :before,.essay-page :after{box-sizing:border-box}.essay-shell{width:min(100%,1240px);margin:0 auto}.essay-list-header,.essay-form-header{justify-content:space-between;align-items:flex-end;gap:1.5rem;margin-bottom:1.5rem;display:flex}.essay-list-header h1,.essay-form-header h1{letter-spacing:-.045em;margin:0;font-size:clamp(2rem,5vw,3.4rem);line-height:1.08}.essay-eyebrow{color:var(--essay-primary);letter-spacing:.13em;text-transform:uppercase;margin:0 0 .55rem;font-size:.74rem;font-weight:850}.essay-introduction{max-width:720px;color:var(--essay-muted);margin:.75rem 0 0;font-size:1.02rem;line-height:1.65}.essay-primary-button,.essay-secondary-button,.essay-danger-button,.essay-card-link{min-height:44px;font:inherit;cursor:pointer;border-radius:9px;justify-content:center;align-items:center;padding:.7rem 1rem;font-size:.92rem;font-weight:780;text-decoration:none;transition:transform .15s,color .15s,background-color .15s,border-color .15s,box-shadow .15s;display:inline-flex}.essay-primary-button{color:#fff;background:var(--essay-primary);border:1px solid var(--essay-primary);box-shadow:0 8px 20px #6047d933}.essay-primary-button:hover:not(:disabled){color:#fff;background:var(--essay-primary-dark);border-color:var(--essay-primary-dark);transform:translateY(-1px)}.essay-secondary-button{color:var(--essay-primary-dark);border:1px solid var(--essay-border);background:#fff}.essay-secondary-button:hover:not(:disabled){color:var(--essay-primary-dark);background:var(--essay-primary-soft);border-color:#bdb5e8}.essay-danger-button{color:var(--essay-danger);background:var(--essay-danger-soft);border:1px solid #f1bdc7}.essay-danger-button:hover:not(:disabled){color:#fff;background:var(--essay-danger);border-color:var(--essay-danger)}.essay-primary-button:disabled,.essay-secondary-button:disabled,.essay-danger-button:disabled{opacity:.58;cursor:not-allowed;transform:none}.essay-primary-button:focus-visible,.essay-secondary-button:focus-visible,.essay-danger-button:focus-visible,.essay-card-link:focus-visible,.essay-page a:focus-visible,.essay-page input:focus-visible,.essay-page textarea:focus-visible,.essay-page select:focus-visible{outline-offset:3px;outline:3px solid #6047d938}.essay-list-toolbar{border:1px solid var(--essay-border);background:#ffffffd9;border-radius:12px;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.25rem;padding:.85rem 1rem;display:flex}.essay-checkbox-label{color:var(--essay-muted);cursor:pointer;align-items:center;gap:.65rem;font-size:.9rem;font-weight:700;display:inline-flex}.essay-checkbox-label input{width:18px;height:18px;accent-color:var(--essay-primary);margin:0}.essay-list-count{color:var(--essay-muted);font-size:.82rem;font-weight:650}.essay-card-grid{grid-template-columns:repeat(auto-fit,minmax(min(100%,310px),1fr));gap:1.1rem;display:grid}.essay-card{border:1px solid var(--essay-border);background:var(--essay-surface);border-radius:17px;flex-direction:column;min-width:0;padding:1.25rem;transition:transform .16s,border-color .16s,box-shadow .16s;display:flex;box-shadow:0 10px 30px #261d550f}.essay-card:hover{border-color:#c9c2ed;transform:translateY(-2px);box-shadow:0 14px 34px #261d551a}.essay-card-topline{justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:1rem;display:flex}.essay-status-badge{color:#4a3aa5;background:var(--essay-primary-soft);letter-spacing:.03em;border-radius:999px;align-items:center;min-height:28px;padding:.3rem .6rem;font-size:.7rem;font-weight:850;display:inline-flex}.essay-status-planning{color:#6a4b14;background:#fff7df}.essay-status-drafting{color:#3f319c;background:#efedff}.essay-status-revising{color:#14618a;background:#e9f6fc}.essay-status-completed{color:var(--essay-success);background:var(--essay-success-soft)}.essay-status-archived{color:#686274;background:#efedf2}.essay-card-date{color:var(--essay-muted);text-align:right;font-size:.75rem;font-weight:620}.essay-card h2{overflow-wrap:anywhere;margin:0;font-size:1.24rem;line-height:1.3}.essay-prompt-preview{min-height:4.7em;color:var(--essay-muted);margin:.7rem 0 1rem;line-height:1.55;overflow:hidden}.essay-card-statistics{grid-template-columns:repeat(3,1fr);gap:.5rem;margin:auto 0 1rem;display:grid}.essay-card-statistics div{text-align:center;background:#f8f7fb;border-radius:9px;min-width:0;padding:.7rem .5rem}.essay-card-statistics dt{color:var(--essay-muted);text-transform:uppercase;margin-bottom:.25rem;font-size:.67rem;font-weight:750}.essay-card-statistics dd{color:var(--essay-text);text-overflow:ellipsis;margin:0;font-size:.87rem;font-weight:800;overflow:hidden}.essay-card-link{width:100%;color:var(--essay-primary-dark);background:var(--essay-primary-soft);border:1px solid #0000}.essay-card-link:hover{color:#fff;background:var(--essay-primary);transform:translateY(-1px)}.essay-empty-state,.essay-loading{min-height:360px;color:var(--essay-muted);text-align:center;background:#ffffffb8;border:1px dashed #cfc9e5;border-radius:18px;align-content:center;place-items:center;padding:2rem;display:grid}.essay-empty-state h2{color:var(--essay-text);margin:1rem 0 .5rem}.essay-empty-state p{max-width:560px;margin:0 0 1.25rem;line-height:1.6}.essay-empty-icon{color:#fff;background:linear-gradient(135deg, var(--essay-primary), var(--essay-primary-dark));border-radius:16px;place-items:center;width:58px;height:58px;font-weight:900;display:grid;box-shadow:0 10px 25px #6047d938}.essay-pagination{color:var(--essay-muted);justify-content:center;align-items:center;gap:1rem;margin-top:1.5rem;font-size:.88rem;font-weight:700;display:flex}.essay-error-message,.essay-success-message{border-radius:10px;margin-bottom:1rem;padding:.85rem 1rem;font-size:.9rem;line-height:1.5}.essay-error-message{color:#8d1830;background:var(--essay-danger-soft);border:1px solid #f1bdc7}.essay-success-message{color:#176442;background:var(--essay-success-soft);border:1px solid #b9e3cd}.essay-back-link{color:var(--essay-primary);margin-bottom:1.2rem;font-weight:750;text-decoration:none;display:inline-flex}.essay-back-link:hover{color:var(--essay-primary-dark);text-decoration:underline}.essay-form-card{border:1px solid var(--essay-border);background:var(--essay-surface);border-radius:18px;width:min(100%,850px);padding:clamp(1.25rem,4vw,2rem);box-shadow:0 14px 40px #261d5512}.essay-form-section+.essay-form-section{border-top:1px solid var(--essay-border);margin-top:1.5rem;padding-top:1.5rem}.essay-form-section h2{margin:0 0 .4rem;font-size:1.15rem}.essay-form-section-description{color:var(--essay-muted);margin:0 0 1rem;font-size:.88rem;line-height:1.55}.essay-field{flex-direction:column;gap:.45rem;display:flex}.essay-field+.essay-field{margin-top:1rem}.essay-field label{font-size:.88rem;font-weight:780}.essay-field input,.essay-field textarea,.essay-field select{border:1px solid var(--essay-border);width:100%;color:var(--essay-text);font:inherit;background:#fff;border-radius:9px;padding:.78rem .85rem;line-height:1.5;transition:border-color .15s,box-shadow .15s}.essay-field textarea{resize:vertical;min-height:130px}.essay-field input:hover,.essay-field textarea:hover,.essay-field select:hover{border-color:#bcb5d6}.essay-field input:focus,.essay-field textarea:focus,.essay-field select:focus{border-color:var(--essay-primary);outline:none;box-shadow:0 0 0 4px #6047d91f}.essay-field small,.essay-character-count{color:var(--essay-muted);align-self:flex-end;font-size:.74rem}.essay-form-actions{justify-content:flex-end;align-items:center;gap:.75rem;margin-top:1.5rem;display:flex}.essay-field-error{font-weight:700;color:var(--essay-danger)!important;align-self:flex-start!important}.essay-workspace-header{justify-content:space-between;align-items:flex-end;gap:1.5rem;margin-bottom:1.5rem;display:flex}.essay-workspace-header>div:first-child{flex:auto;min-width:0}.essay-workspace-header h1{overflow-wrap:anywhere;letter-spacing:-.045em;max-width:850px;margin:0;font-size:clamp(2rem,5vw,3.35rem);line-height:1.08}.essay-workspace-title-row{align-items:center;gap:.75rem;display:flex}.essay-workspace-title-row .essay-eyebrow{margin-bottom:0}.essay-workspace-header-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:.65rem;display:flex}.essay-workspace-notice{color:#625c6d;background:#f3f1f5;border:1px solid #d7d1e0;border-radius:10px;margin-bottom:1rem;padding:.9rem 1rem;font-size:.9rem;line-height:1.55}.essay-workspace-layout{grid-template-columns:minmax(0,1.55fr) minmax(330px,.72fr);align-items:start;gap:1.2rem;display:grid}.essay-editor-panel,.essay-ai-panel,.essay-ai-result{border:1px solid var(--essay-border);background:var(--essay-surface);border-radius:18px;min-width:0;box-shadow:0 12px 38px #261d5512}.essay-editor-panel,.essay-ai-panel{padding:1.25rem}.essay-ai-panel{position:sticky;top:96px}.essay-panel-header{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1rem;display:flex}.essay-panel-header h2{margin:0;font-size:1.22rem}.essay-panel-header .essay-eyebrow{margin-bottom:.35rem}.essay-unsaved-indicator,.essay-saved-indicator{white-space:nowrap;border-radius:999px;align-items:center;min-height:28px;padding:.3rem .6rem;font-size:.7rem;font-weight:800;display:inline-flex}.essay-unsaved-indicator{color:#805b10;background:#fff5d7}.essay-saved-indicator{color:var(--essay-success);background:var(--essay-success-soft)}.essay-draft-editor{resize:vertical;border:1px solid var(--essay-border);color:#282434;tab-size:4;background:#fffefe;border-radius:12px;width:100%;min-height:620px;padding:clamp(1rem,3vw,1.6rem);font-family:Georgia,Times New Roman,serif;font-size:1.04rem;line-height:1.85;transition:border-color .15s,box-shadow .15s}.essay-draft-editor:hover:not(:disabled){border-color:#bcb5d6}.essay-draft-editor:focus{border-color:var(--essay-primary);outline:none;box-shadow:0 0 0 4px #6047d91f}.essay-draft-editor:disabled{color:#66616e;cursor:not-allowed;background:#f5f3f7}.essay-editor-footer{justify-content:space-between;align-items:flex-end;gap:1rem;margin-top:1rem;display:flex}.essay-editor-statistics{color:var(--essay-muted);flex-wrap:wrap;align-items:center;gap:.75rem;font-size:.76rem;font-weight:680;display:flex}.essay-editor-statistics span{background:#f4f2f8;border-radius:999px;padding:.3rem .55rem}.essay-editor-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:.55rem;display:flex}.essay-editor-actions input{border:1px solid var(--essay-border);width:min(220px,100%);min-height:44px;color:var(--essay-text);font:inherit;background:#fff;border-radius:9px;padding:.7rem .8rem;font-size:.84rem}.essay-editor-actions input:focus{border-color:var(--essay-primary);outline:none;box-shadow:0 0 0 4px #6047d91f}.essay-usage-summary{color:#4c428b;background:#f6f4ff;border:1px solid #d5d0f1;border-radius:11px;margin-bottom:1rem;padding:.85rem}.essay-usage-summary>div{align-items:baseline;gap:.45rem;display:flex}.essay-usage-summary strong{color:var(--essay-primary-dark);font-size:1.45rem}.essay-usage-summary span{font-size:.82rem;font-weight:750}.essay-usage-summary small{color:#746c9d;margin-top:.35rem;font-size:.72rem;line-height:1.45;display:block}.essay-ai-form{flex-direction:column;gap:1rem;display:flex}.essay-ai-form .essay-field+.essay-field{margin-top:0}.essay-ai-form .essay-primary-button{width:100%}.essay-ai-task-description{color:#514b61;background:#f7f6fa;border-radius:10px;padding:.8rem;font-size:.83rem;line-height:1.5}.essay-ai-task-description strong{color:var(--essay-text);margin-bottom:.25rem;display:block}.essay-ai-task-description p{margin:0}.essay-selection-notice{color:var(--essay-muted);background:#faf9fc;border:1px dashed #c9c3dc;border-radius:9px;padding:.7rem .8rem;font-size:.79rem;font-weight:650;line-height:1.45}.essay-selection-ready{color:#236d4d;background:var(--essay-success-soft);border-color:#a8d9bf}.essay-ai-privacy-notice{color:#4d4581;background:#f6f4ff;border:1px solid #d0caf3;border-radius:10px;padding:.85rem;font-size:.8rem;line-height:1.55}.essay-ai-privacy-notice strong{color:#372c83;margin-bottom:.3rem;display:block}.essay-ai-privacy-notice p{margin:0}.essay-consent-field{color:var(--essay-muted);cursor:pointer;align-items:flex-start;gap:.65rem;font-size:.8rem;line-height:1.5;display:flex}.essay-consent-field input{width:18px;height:18px;accent-color:var(--essay-primary);flex:none;margin:.12rem 0 0}.essay-ai-result{margin-top:1.2rem;padding:clamp(1.25rem,3vw,2rem)}.essay-ai-result>header{border-bottom:1px solid var(--essay-border);justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.2rem;padding-bottom:1rem;display:flex}.essay-ai-result h2{margin:0;font-size:1.3rem}.essay-ai-result-metadata{color:var(--essay-muted);flex-direction:column;align-items:flex-end;gap:.25rem;font-size:.73rem;font-weight:650;display:flex}.essay-ai-result-content{overflow-wrap:anywhere;color:#2c2838;white-space:pre-wrap;font-size:1rem;line-height:1.75}.essay-ai-result-actions{border-top:1px solid var(--essay-border);justify-content:flex-end;align-items:center;gap:.65rem;margin-top:1.4rem;padding-top:1rem;display:flex}.essay-details-panel{border:1px solid var(--essay-border);background:var(--essay-surface);border-radius:14px;margin-bottom:1.2rem;overflow:hidden;box-shadow:0 8px 25px #261d550d}.essay-details-panel>summary{cursor:pointer;justify-content:space-between;align-items:center;gap:1rem;min-height:68px;padding:1rem 1.15rem;list-style:none;display:flex}.essay-details-panel>summary::-webkit-details-marker{display:none}.essay-details-panel>summary:after{content:"＋";color:var(--essay-primary);font-size:1.15rem;font-weight:850}.essay-details-panel[open]>summary:after{content:"−"}.essay-details-panel>summary:hover{background:#faf9fd}.essay-details-panel>summary>span:first-child{flex-direction:column;gap:.25rem;display:flex}.essay-details-panel>summary strong{color:var(--essay-text);font-size:.94rem}.essay-details-panel>summary small{color:var(--essay-muted);font-size:.76rem}.essay-details-changed,.essay-details-current{border-radius:999px;margin-left:auto;padding:.3rem .55rem;font-size:.68rem;font-weight:800}.essay-details-changed{color:#805b10;background:#fff5d7}.essay-details-current{color:var(--essay-success);background:var(--essay-success-soft)}.essay-details-form{border-top:1px solid var(--essay-border);padding:1.2rem}.essay-details-grid{grid-template-columns:minmax(0,1.5fr) minmax(220px,.5fr);gap:1rem;display:grid}.essay-details-grid .essay-field+.essay-field{margin-top:0}.essay-version-list,.essay-ai-history-list{flex-direction:column;gap:.9rem;display:flex}.essay-version-card,.essay-ai-history-card{border:1px solid var(--essay-border);background:#fff;border-radius:12px;padding:1rem}.essay-version-card-heading,.essay-ai-history-card-heading{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.essay-version-card-heading h3,.essay-ai-history-card-heading h3{color:var(--essay-text);margin:0;font-size:1rem}.essay-version-reason{color:var(--essay-primary-dark);align-items:center;margin-top:.3rem;font-size:.78rem;font-weight:750;display:inline-flex}.essay-version-metadata,.essay-ai-history-metadata{color:var(--essay-muted);margin:.75rem 0 0;font-size:.8rem;line-height:1.5}.essay-version-preview{overflow-wrap:anywhere;color:#353143;white-space:pre-wrap;background:#f8f7fc;border-radius:9px;margin:.85rem 0 0;padding:.85rem;font-size:.88rem;line-height:1.6}.essay-version-content{color:#302c3c;white-space:pre-wrap;overflow-wrap:anywhere;border:1px solid var(--essay-border);background:#fcfbfe;border-radius:10px;max-height:320px;margin-top:.85rem;padding:1rem;font-family:Georgia,Times New Roman,serif;line-height:1.7;overflow:auto}.essay-version-actions,.essay-ai-history-actions{flex-wrap:wrap;gap:.65rem;margin-top:.9rem;display:flex}.essay-version-warning{color:#7b4c15;background:#fff8e8;border:1px solid #edd59c;border-radius:9px;margin:.8rem 0 0;padding:.75rem;font-size:.8rem;line-height:1.5}.essay-history-toolbar{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.essay-history-toolbar label{color:var(--essay-text);font-size:.86rem;font-weight:750}.essay-history-toolbar select{min-height:40px;color:var(--essay-text);font:inherit;border:1px solid var(--essay-border);background:#fff;border-radius:8px;padding:.55rem 2rem .55rem .7rem;font-size:.86rem}.essay-history-toolbar select:focus{border-color:var(--essay-primary);outline:none;box-shadow:0 0 0 3px #5b4bdb21}.essay-ai-history-status{letter-spacing:.03em;text-transform:uppercase;border-radius:999px;flex:none;justify-content:center;align-items:center;min-height:28px;padding:.3rem .55rem;font-size:.7rem;font-weight:800;display:inline-flex}.essay-ai-history-status-generated{color:#3f358f;background:#efedff}.essay-ai-history-status-applied{color:#176440;background:#e7f7ee}.essay-ai-history-status-dismissed{color:#686270;background:#f0eef3}.essay-ai-history-status-failed{color:#9b2f2f;background:#fdecec}.essay-ai-history-status-started{color:#775618;background:#fff5d8}.essay-ai-history-metadata-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem;margin-top:.85rem;display:grid}.essay-ai-history-metadata-item{background:#f8f7fc;border-radius:8px;padding:.7rem}.essay-ai-history-metadata-item span{color:var(--essay-muted);letter-spacing:.04em;text-transform:uppercase;margin-bottom:.2rem;font-size:.7rem;font-weight:750;display:block}.essay-ai-history-metadata-item strong{color:var(--essay-text);overflow-wrap:anywhere;font-size:.84rem}.essay-ai-history-selection{color:var(--essay-muted);margin:.85rem 0 0;font-size:.8rem}.essay-ai-history-error{color:#922e2e;background:#fff0f0;border:1px solid #efc5c5;border-radius:9px;margin:.85rem 0 0;padding:.75rem;font-size:.82rem}.essay-ai-history-privacy{color:var(--essay-muted);margin:1rem 0 0;font-size:.78rem;line-height:1.5}.essay-resource-empty,.essay-resource-loading{color:var(--essay-muted);text-align:center;background:#f8f7fc;border-radius:9px;margin:0;padding:1rem}.essay-resource-error{color:#922e2e;background:#fff0f0;border:1px solid #efc5c5;border-radius:9px;margin:0 0 1rem;padding:.8rem}@media (width<=650px){.essay-version-card-heading,.essay-ai-history-card-heading,.essay-history-toolbar{flex-direction:column;align-items:stretch}.essay-history-toolbar select{width:100%}.essay-ai-history-metadata-grid{grid-template-columns:1fr}.essay-version-actions,.essay-ai-history-actions{flex-direction:column}.essay-version-actions button,.essay-ai-history-actions button{width:100%}}@media (width<=700px){.essay-details-grid{grid-template-columns:1fr}.essay-details-panel>summary{flex-wrap:wrap;align-items:flex-start}}@media (width<=1050px){.essay-workspace-layout{grid-template-columns:1fr}.essay-ai-panel{order:-1;position:static}.essay-draft-editor{min-height:520px}}@media (width<=760px){.essay-workspace-header,.essay-workspace-header-actions{flex-direction:column;align-items:stretch}.essay-workspace-header-actions button{width:100%}.essay-editor-footer,.essay-editor-actions{flex-direction:column;align-items:stretch}.essay-editor-actions input,.essay-editor-actions button{width:100%}.essay-draft-editor{min-height:440px}.essay-ai-result>header,.essay-ai-result-actions{flex-direction:column;align-items:stretch}.essay-ai-result-metadata{align-items:flex-start}.essay-ai-result-actions button{width:100%}}@media (width<=700px){.essay-page{padding:1.5rem .8rem 3rem}.essay-list-header,.essay-form-header{flex-direction:column;align-items:stretch}.essay-list-header>.essay-primary-button,.essay-form-header>.essay-primary-button{width:100%}.essay-list-toolbar{flex-direction:column;align-items:flex-start}.essay-form-actions{flex-direction:column-reverse;align-items:stretch}.essay-form-actions button,.essay-form-actions a{width:100%}}@media (width<=430px){.essay-card-statistics{grid-template-columns:1fr}.essay-pagination{flex-wrap:wrap}}@media (prefers-reduced-motion:reduce){.essay-page *,.essay-page :before,.essay-page :after{scroll-behavior:auto;transition:none}}.essay-page-shell,.essay-shell{width:min(100%,1440px);margin:0 auto}.essay-loading-message{min-height:55vh;color:var(--essay-muted);place-items:center;margin:0;font-size:1rem;font-weight:750;display:grid}.essay-workspace-summary{flex-wrap:wrap;align-items:center;gap:.5rem;margin-top:.8rem;display:flex}.essay-workspace-summary span{min-height:30px;color:var(--essay-muted);border:1px solid var(--essay-border);background:#ffffffd1;border-radius:999px;align-items:center;padding:.35rem .65rem;font-size:.76rem;font-weight:750;display:inline-flex}.essay-panel-heading,.essay-panel-header{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1rem;display:flex}.essay-panel-heading h2,.essay-panel-header h2{margin:0;font-size:1.28rem}.essay-panel-heading .essay-eyebrow,.essay-panel-header .essay-eyebrow{margin-bottom:.35rem}.essay-draft-textarea,.essay-draft-editor{resize:vertical;border:1px solid var(--essay-border);color:#282434;tab-size:4;background:#fffefe;border-radius:14px;width:100%;min-height:620px;padding:clamp(1.15rem,3vw,1.75rem);font-family:Georgia,Times New Roman,serif;font-size:1.08rem;line-height:1.9;transition:border-color .15s,box-shadow .15s,background-color .15s;display:block;box-shadow:inset 0 1px 3px #261d550a}.essay-draft-textarea:hover:not(:disabled),.essay-draft-editor:hover:not(:disabled){border-color:#bcb5d6}.essay-draft-textarea:focus,.essay-draft-editor:focus{border-color:var(--essay-primary);background:#fff;outline:none;box-shadow:0 0 0 4px #6047d91f,inset 0 1px 3px #261d5508}.essay-draft-textarea:disabled,.essay-draft-editor:disabled{color:#66616e;cursor:not-allowed;background:#f5f3f7}.essay-editor-footer{color:var(--essay-muted);font-size:.78rem;font-weight:680}.essay-ai-description{color:var(--essay-muted);margin:0 0 1rem;font-size:.9rem;line-height:1.6}.essay-ai-selection{color:var(--essay-muted);background:#faf9fc;border:1px dashed #c9c3dc;border-radius:10px;padding:.85rem;font-size:.82rem;line-height:1.5}.essay-ai-selection strong{color:var(--essay-text);margin-bottom:.35rem;display:block}.essay-ai-selection p{white-space:pre-wrap;overflow-wrap:anywhere;margin:0}.essay-text-button{color:var(--essay-primary);font:inherit;cursor:pointer;background:0 0;border:0;margin-top:.55rem;padding:0;font-size:.78rem;font-weight:800}.essay-text-button:hover{color:var(--essay-primary-dark);text-decoration:underline}.essay-ai-submit-button{width:100%}.essay-ai-result-status{color:var(--essay-success);background:var(--essay-success-soft);border-radius:9px;margin:1rem 0 0;padding:.75rem .85rem;font-size:.84rem;font-weight:750}.essay-details-panel,.essay-resource-panel,.essay-sources-panel,.essay-version-history-panel,.essay-ai-history-panel{border:1px solid var(--essay-border);background:#fffffff5;border-radius:16px;margin:0 0 1rem;transition:border-color .16s,box-shadow .16s,transform .16s;overflow:hidden;box-shadow:0 8px 26px #261d550f}.essay-details-panel:hover,.essay-resource-panel:hover,.essay-sources-panel:hover,.essay-version-history-panel:hover,.essay-ai-history-panel:hover{border-color:#c9c2ed;box-shadow:0 11px 30px #261d5517}.essay-details-panel[open],.essay-resource-panel[open],.essay-sources-panel[open],.essay-version-history-panel[open],.essay-ai-history-panel[open]{border-color:#c7bfef;box-shadow:0 13px 34px #261d5517}.essay-details-panel>summary,.essay-resource-panel>summary,.essay-sources-panel>summary,.essay-version-history-panel>summary,.essay-ai-history-panel>summary{min-height:78px;color:var(--essay-text);cursor:pointer;-webkit-user-select:none;user-select:none;background:#fff;grid-template-columns:44px minmax(0,1fr) auto 34px;align-items:center;gap:.85rem;padding:.95rem 1.1rem;list-style:none;transition:color .15s,background-color .15s;display:grid;position:relative}.essay-details-panel>summary::-webkit-details-marker{display:none}.essay-resource-panel>summary::-webkit-details-marker{display:none}.essay-sources-panel>summary::-webkit-details-marker{display:none}.essay-version-history-panel>summary::-webkit-details-marker{display:none}.essay-ai-history-panel>summary::-webkit-details-marker{display:none}.essay-details-panel>summary:before,.essay-resource-panel>summary:before,.essay-sources-panel>summary:before,.essay-version-history-panel>summary:before,.essay-ai-history-panel>summary:before{color:#fff;background:linear-gradient(135deg, var(--essay-primary), var(--essay-primary-dark));content:"✦";border-radius:12px;grid-column:1;place-items:center;width:42px;height:42px;font-size:1rem;font-weight:900;display:grid;box-shadow:0 6px 15px #6047d933}.essay-details-panel>summary:before{content:"✎"}.essay-sources-panel>summary:before,.essay-resource-panel.essay-sources-panel>summary:before{content:"↗";background:linear-gradient(135deg,#147a78,#0d5c66);box-shadow:0 6px 15px #147a7833}.essay-version-history-panel>summary:before,.essay-resource-panel.essay-version-history-panel>summary:before{content:"↶";background:linear-gradient(135deg,#3671d6,#254ca6);box-shadow:0 6px 15px #3671d633}.essay-ai-history-panel>summary:before,.essay-resource-panel.essay-ai-history-panel>summary:before{content:"AI";letter-spacing:.04em;background:linear-gradient(135deg,#9a57ce,#6840b5);font-size:.7rem;box-shadow:0 6px 15px #6840b533}.essay-details-panel>summary:after,.essay-resource-panel>summary:after,.essay-sources-panel>summary:after,.essay-version-history-panel>summary:after,.essay-ai-history-panel>summary:after{width:32px;height:32px;color:var(--essay-primary);background:var(--essay-primary-soft);content:"›";border-radius:9px;grid-column:4;place-items:center;font-size:1.5rem;font-weight:800;line-height:1;transition:color .16s,background-color .16s,transform .18s;display:grid;transform:rotate(0)}.essay-details-panel[open]>summary:after,.essay-resource-panel[open]>summary:after,.essay-sources-panel[open]>summary:after,.essay-version-history-panel[open]>summary:after,.essay-ai-history-panel[open]>summary:after{color:#fff;background:var(--essay-primary);content:"›";transform:rotate(90deg)}.essay-details-panel>summary:hover,.essay-resource-panel>summary:hover,.essay-sources-panel>summary:hover,.essay-version-history-panel>summary:hover,.essay-ai-history-panel>summary:hover{background:#faf9fe}.essay-details-panel>summary:focus-visible,.essay-resource-panel>summary:focus-visible,.essay-sources-panel>summary:focus-visible,.essay-version-history-panel>summary:focus-visible,.essay-ai-history-panel>summary:focus-visible{outline-offset:-3px;outline:3px solid #6047d938}.essay-details-panel>summary>span:first-of-type,.essay-resource-panel>summary>span:first-of-type,.essay-sources-panel>summary>span:first-of-type,.essay-version-history-panel>summary>span:first-of-type,.essay-ai-history-panel>summary>span:first-of-type{flex-direction:column;grid-column:2;gap:.22rem;min-width:0;display:flex}.essay-details-panel>summary strong,.essay-resource-panel>summary strong,.essay-sources-panel>summary strong,.essay-version-history-panel>summary strong,.essay-ai-history-panel>summary strong{color:var(--essay-text);font-size:.98rem;font-weight:830;line-height:1.3;display:block}.essay-details-panel>summary small,.essay-resource-panel>summary small,.essay-sources-panel>summary small,.essay-version-history-panel>summary small,.essay-ai-history-panel>summary small{color:var(--essay-muted);font-size:.77rem;font-weight:600;line-height:1.4;display:block}.essay-details-changed,.essay-details-current,.essay-resource-count,.essay-sources-count,.essay-version-count,.essay-history-count{color:var(--essay-primary-dark);background:var(--essay-primary-soft);white-space:nowrap;border-radius:999px;grid-column:3;margin-left:0;padding:.35rem .62rem;font-size:.7rem;font-weight:850}.essay-details-panel[open]>summary,.essay-resource-panel[open]>summary,.essay-sources-panel[open]>summary,.essay-version-history-panel[open]>summary,.essay-ai-history-panel[open]>summary{border-bottom:1px solid var(--essay-border)}.essay-resource-panel-content,.essay-resource-content,.essay-sources-content,.essay-version-history-content,.essay-ai-history-content{padding:1.2rem}@media (width<=1050px){.essay-draft-textarea,.essay-draft-editor{min-height:520px}}@media (width<=700px){.essay-page-shell,.essay-shell{width:100%}.essay-details-panel>summary,.essay-resource-panel>summary,.essay-sources-panel>summary,.essay-version-history-panel>summary,.essay-ai-history-panel>summary{grid-template-columns:40px minmax(0,1fr) 30px;gap:.7rem;min-height:72px;padding:.85rem}.essay-details-panel>summary:before,.essay-resource-panel>summary:before,.essay-sources-panel>summary:before,.essay-version-history-panel>summary:before,.essay-ai-history-panel>summary:before{border-radius:10px;width:38px;height:38px}.essay-details-panel>summary:after,.essay-resource-panel>summary:after,.essay-sources-panel>summary:after,.essay-version-history-panel>summary:after,.essay-ai-history-panel>summary:after{grid-column:3;width:30px;height:30px}.essay-details-changed,.essay-details-current,.essay-resource-count,.essay-sources-count,.essay-version-count,.essay-history-count{grid-column:2;width:fit-content;margin-top:.2rem}.essay-draft-textarea,.essay-draft-editor{min-height:460px;padding:1rem;font-size:1rem;line-height:1.75}}.essay-rich-text-editor{border:1px solid var(--essay-border);background:#fff;border-radius:14px;width:100%;transition:border-color .15s,box-shadow .15s;overflow:hidden;box-shadow:inset 0 1px 3px #261d5509}.essay-rich-text-editor:hover:not(.essay-rich-text-editor-disabled){border-color:#bbb4d5}.essay-rich-text-editor:focus-within{border-color:var(--essay-primary);box-shadow:0 0 0 4px #6047d91f,inset 0 1px 3px #261d5508}.essay-rich-text-editor-disabled{background:#f6f4f8}.essay-editor-toolbar{z-index:5;border-bottom:1px solid var(--essay-border);scrollbar-color:#c8c1e2 transparent;scrollbar-width:thin;background:linear-gradient(#fffffffc,#faf9fdfc);align-items:center;gap:.4rem;width:100%;min-height:58px;padding:.55rem .65rem;display:flex;position:sticky;top:0;overflow:auto hidden;box-shadow:0 4px 12px #261d550a}.essay-editor-toolbar::-webkit-scrollbar{height:6px}.essay-editor-toolbar::-webkit-scrollbar-thumb{background:#c8c1e2;border-radius:999px}.essay-editor-toolbar-group{flex:none;align-items:center;gap:.3rem;display:inline-flex}.essay-editor-toolbar-divider{background:var(--essay-border);flex:0 0 1px;width:1px;height:30px;margin:0 .15rem}.essay-editor-control-label{margin:0;display:inline-flex}.essay-editor-control-label select{color:#373143;min-width:114px;height:38px;font:inherit;cursor:pointer;background-color:#fff;border:1px solid #dcd8e7;border-radius:8px;padding:0 1.85rem 0 .65rem;font-size:.78rem;font-weight:700}.essay-editor-control-label select:hover:not(:disabled){background-color:#f9f8fe;border-color:#b9b1d7}.essay-editor-control-label select:focus-visible,.essay-editor-toolbar-button:focus-visible,.essay-editor-color-control:focus-within{outline-offset:2px;outline:3px solid #6047d933}.essay-editor-size-control select{min-width:76px}.essay-editor-line-height-control select{min-width:108px}.essay-editor-toolbar-button{color:#4a4555;min-width:38px;height:38px;font:inherit;white-space:nowrap;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;padding:0 .55rem;font-size:.82rem;font-weight:780;line-height:1;transition:color .14s,background-color .14s,border-color .14s,transform .14s;display:inline-flex}.essay-editor-toolbar-button:hover:not(:disabled){color:var(--essay-primary-dark);background:var(--essay-primary-soft);border-color:#d9d2fa}.essay-editor-toolbar-button:active:not(:disabled){transform:translateY(1px)}.essay-editor-toolbar-button-active{color:#fff;background:var(--essay-primary);border-color:var(--essay-primary)}.essay-editor-toolbar-button-active:hover:not(:disabled){color:#fff;background:var(--essay-primary-dark);border-color:var(--essay-primary-dark)}.essay-editor-toolbar-button:disabled,.essay-editor-control-label select:disabled{opacity:.45;cursor:not-allowed}.essay-editor-color-control:has(input:disabled){opacity:.45;cursor:not-allowed}.essay-editor-button-bold{font-weight:900}.essay-editor-button-italic{font-family:Georgia,serif;font-style:italic}.essay-editor-button-underline{text-underline-offset:2px;text-decoration:underline}.essay-editor-button-strike{text-decoration:line-through}.essay-editor-align-left{justify-content:flex-start;padding-left:.55rem}.essay-editor-align-center{justify-content:center}.essay-editor-align-right{justify-content:flex-end;padding-right:.55rem}.essay-editor-color-control{color:#4a4555;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:8px;place-items:center;width:38px;height:38px;display:inline-grid;position:relative;overflow:hidden}.essay-editor-color-control:hover{color:var(--essay-primary-dark);background:var(--essay-primary-soft);border-color:#d9d2fa}.essay-editor-color-symbol{z-index:1;pointer-events:none;padding-bottom:4px;font-size:.9rem;font-weight:900;position:relative}.essay-editor-color-symbol:after{content:"";background:currentColor;border-radius:999px;height:3px;position:absolute;bottom:0;left:-3px;right:-3px}.essay-editor-highlight-symbol{background:#fff2a8;border-radius:3px;padding:2px 4px 4px}.essay-editor-color-control input[type=color]{opacity:0;cursor:pointer;border:0;width:calc(100% + 16px);height:calc(100% + 16px);position:absolute;inset:-8px}.essay-editor-sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;padding:0;position:absolute;overflow:hidden}.essay-rich-text-editor .tiptap{color:#282434;tab-size:4;width:100%;min-height:620px;caret-color:var(--essay-primary-dark);overflow-wrap:anywhere;background:#fffefe;outline:none;padding:clamp(1.25rem,3vw,2rem);font-family:Georgia,Times New Roman,serif;font-size:1.08rem;line-height:1.9}.essay-rich-text-editor-disabled .tiptap{color:#66616e;cursor:not-allowed;background:#f6f4f8}.essay-rich-text-editor .tiptap>:first-child{margin-top:0}.essay-rich-text-editor .tiptap>:last-child{margin-bottom:0}.essay-rich-text-editor .tiptap p{margin:0 0 1em}.essay-rich-text-editor .tiptap h1,.essay-rich-text-editor .tiptap h2,.essay-rich-text-editor .tiptap h3{color:#211e30;margin:1.25em 0 .55em;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.25}.essay-rich-text-editor .tiptap h1{font-size:2em}.essay-rich-text-editor .tiptap h2{font-size:1.55em}.essay-rich-text-editor .tiptap h3{font-size:1.25em}.essay-rich-text-editor .tiptap ul,.essay-rich-text-editor .tiptap ol{margin:.8em 0 1em;padding-left:1.65em}.essay-rich-text-editor .tiptap li{margin:.25em 0}.essay-rich-text-editor .tiptap li p{margin:0}.essay-rich-text-editor .tiptap blockquote{color:#575064;border-left:4px solid #bdb3ee;margin:1.2em 0;padding:.2em 0 .2em 1.1em;font-style:italic}.essay-rich-text-editor .tiptap hr{border:0;border-top:2px solid var(--essay-border);margin:1.75em 0}.essay-rich-text-editor .tiptap a{color:var(--essay-primary-dark);text-underline-offset:2px;text-decoration:underline}.essay-rich-text-editor .tiptap ::selection{color:inherit;background:#6047d938}.essay-rich-text-editor .tiptap p.is-editor-empty:first-child:before{float:left;color:#9993a6;content:attr(data-placeholder);pointer-events:none;height:0}@media (width<=1050px){.essay-rich-text-editor .tiptap{min-height:520px}}@media (width<=700px){.essay-editor-toolbar{min-height:54px;padding:.45rem .5rem}.essay-editor-control-label select,.essay-editor-toolbar-button,.essay-editor-color-control{height:36px}.essay-editor-toolbar-button,.essay-editor-color-control{width:auto;min-width:36px}.essay-editor-control-label select{min-width:104px;font-size:.75rem}.essay-editor-size-control select{min-width:72px}.essay-rich-text-editor .tiptap{min-height:460px;padding:1rem;font-size:1rem;line-height:1.75}}@media (prefers-reduced-motion:reduce){.essay-rich-text-editor,.essay-editor-toolbar-button{transition:none}}.creator-dashboard-page{color:#211d35;background:radial-gradient(circle at 100% 0,#754cb51f,#0000 34%),#f7f5fc;min-height:calc(100vh - 72px);padding:42px 24px 72px}.creator-dashboard-shell{width:min(1160px,100%);margin:0 auto}.creator-dashboard-hero{background:linear-gradient(135deg,#fff 0%,#f3edfc 100%);border:1px solid #e5def1;border-radius:22px;justify-content:space-between;align-items:center;gap:32px;margin-bottom:28px;padding:34px 38px;display:flex;box-shadow:0 16px 40px #32214f14}.creator-dashboard-eyebrow,.creator-card-eyebrow{color:#7044ad;letter-spacing:.1em;text-transform:uppercase;margin:0 0 8px;font-size:.78rem;font-weight:800}.creator-dashboard-hero h1{color:#201b35;margin:0;font-size:clamp(2rem,4vw,3rem);line-height:1.08}.creator-dashboard-description{color:#645d73;max-width:650px;margin:14px 0 0;font-size:1rem;line-height:1.7}.creator-refresh-button,.creator-primary-button{color:#fff;min-height:44px;font:inherit;cursor:pointer;background:#6840a4;border:0;border-radius:11px;padding:11px 18px;font-weight:750;transition:transform .16s,background-color .16s,box-shadow .16s}.creator-refresh-button:hover,.creator-primary-button:hover{background:#57328e;transform:translateY(-1px);box-shadow:0 8px 20px #57328e38}.creator-refresh-button:disabled,.creator-primary-button:disabled{cursor:wait;opacity:.65;transform:none}.creator-dashboard-alert{color:#8e2929;background:#fff1f1;border:1px solid #e8bcbc;border-radius:12px;margin:0 0 22px;padding:14px 18px;line-height:1.5}.creator-progress-card,.creator-dashboard-card,.creator-loading-card{background:#fff;border:1px solid #e5e0ec;border-radius:18px;box-shadow:0 10px 28px #2c213d12}.creator-progress-card{margin-bottom:24px;padding:28px}.creator-card-heading{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:22px;display:flex}.creator-card-heading h2,.creator-dashboard-card h2{color:#25203a;margin:0;font-size:1.3rem}.creator-status-pill{white-space:nowrap;border-radius:999px;align-items:center;min-height:30px;padding:6px 11px;font-size:.76rem;font-weight:800;display:inline-flex}.creator-status-complete{color:#267347;background:#e4f7ec}.creator-status-pending{color:#65409a;background:#eee7fa}.creator-progress-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin:0;padding:0;list-style:none;display:grid}.creator-progress-item{background:#faf9fc;border:1px solid #ebe6f1;border-radius:14px;align-items:center;gap:13px;min-height:82px;padding:16px;display:flex}.creator-progress-number{color:#6840a4;background:#e9e3f3;border-radius:50%;flex:0 0 36px;place-items:center;width:36px;height:36px;font-weight:850;display:grid}.creator-progress-complete .creator-progress-number{color:#237145;background:#dff3e8}.creator-progress-content{flex-direction:column;gap:4px;min-width:0;display:flex}.creator-progress-title{color:#6c6676;font-size:.78rem}.creator-progress-value{color:#2b263b;text-overflow:ellipsis;font-size:.9rem;overflow:hidden}.creator-dashboard-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;display:grid}.creator-dashboard-card{flex-direction:column;min-height:270px;padding:28px;display:flex}.creator-card-description{color:#686171;margin:0 0 20px;line-height:1.65}.creator-card-metadata{color:#777080;margin:6px 0;font-size:.86rem}.creator-empty-state{background:#faf8fd;border:1px dashed #cfc3df;border-radius:14px;align-items:center;gap:14px;margin:2px 0 24px;padding:16px;display:flex}.creator-empty-state p{color:#716a7b;margin:4px 0 0;font-size:.88rem;line-height:1.5}.creator-empty-icon{color:#7044ad;background:#ece3fa;border-radius:12px;flex:0 0 42px;place-items:center;width:42px;height:42px;font-size:1.25rem;display:grid}.creator-primary-link,.creator-secondary-link{border-radius:11px;justify-content:center;align-items:center;width:fit-content;min-height:43px;margin-top:auto;padding:10px 17px;font-weight:750;text-decoration:none;transition:transform .16s,background-color .16s,box-shadow .16s;display:inline-flex}.creator-primary-link{color:#fff;background:#6840a4}.creator-primary-link:hover{background:#57328e;transform:translateY(-1px);box-shadow:0 8px 20px #57328e33}.creator-secondary-link{color:#5e378f;background:#f7f3fc;border:1px solid #d5c9e5}.creator-secondary-link:hover{background:#ede5f8;transform:translateY(-1px)}.creator-information-box{color:#4f3a6e;background:#f3eefb;border-left:4px solid #7650ae;border-radius:8px;margin-bottom:20px;padding:14px 16px;line-height:1.5}.creator-review-message{background:#fff9e9;border:1px solid #e7d9b4;border-radius:12px;margin-bottom:20px;padding:16px}.creator-review-message h3{margin:0 0 7px;font-size:.95rem}.creator-review-message p{color:#6c5b2a;margin:0;line-height:1.55}.creator-details-list{gap:13px;margin:0 0 24px;display:grid}.creator-details-list div{border-bottom:1px solid #eeeaf3;justify-content:space-between;gap:18px;padding-bottom:12px;display:flex}.creator-details-list dt{color:#716a7a}.creator-details-list dd{color:#28223b;text-align:right;margin:0;font-weight:750}.creator-publishing-card{background:linear-gradient(135deg,#fff,#edf9f2);border-color:#cce8d8}.creator-publishing-card p:last-child{color:#53665b;line-height:1.6}.creator-loading-card{text-align:center;width:min(520px,100%);margin:60px auto;padding:42px}.creator-loading-card h1{margin:18px 0 8px}.creator-loading-card p{color:#6c6575}.creator-loading-spinner{border:4px solid #e5def0;border-top-color:#6840a4;border-radius:50%;width:38px;height:38px;margin:0 auto;animation:.8s linear infinite creator-dashboard-spin}.creator-error-icon{color:#9c3030;background:#f8dddd;border-radius:50%;place-items:center;width:44px;height:44px;margin:0 auto;font-size:1.3rem;font-weight:850;display:grid}@keyframes creator-dashboard-spin{to{transform:rotate(360deg)}}@media (width<=900px){.creator-progress-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.creator-dashboard-grid{grid-template-columns:1fr}}@media (width<=620px){.creator-dashboard-page{padding:24px 14px 48px}.creator-dashboard-hero{flex-direction:column;align-items:stretch;padding:26px 22px}.creator-refresh-button{width:100%}.creator-progress-card,.creator-dashboard-card{padding:22px 18px}.creator-progress-grid{grid-template-columns:1fr}.creator-card-heading{flex-direction:column;align-items:flex-start}}.creator-application-page{color:#231f36;background:radial-gradient(circle at 100% 0,#7349b11c,#0000 34%),#f7f5fc;min-height:calc(100vh - 72px);padding:38px 24px 72px}.creator-application-shell{width:min(960px,100%);margin:0 auto}.creator-application-back{margin-bottom:18px}.creator-application-back a{color:#65409a;font-weight:750;text-decoration:none}.creator-application-back a:hover{text-decoration:underline}.creator-application-header{background:linear-gradient(135deg,#fff,#f2ebfb);border:1px solid #e3dced;border-radius:20px;justify-content:space-between;align-items:flex-start;gap:28px;margin-bottom:24px;padding:32px 36px;display:flex;box-shadow:0 14px 36px #2f204614}.creator-application-header h1{color:#201b35;margin:0;font-size:clamp(2rem,4vw,2.7rem)}.creator-application-header>div>p:last-child{color:#686171;max-width:630px;margin:13px 0 0;line-height:1.65}.creator-application-eyebrow{color:#7044ad;letter-spacing:.1em;text-transform:uppercase;margin:0 0 7px;font-size:.76rem;font-weight:850}.creator-application-status{color:#603a92;white-space:nowrap;background:#e9e1f6;border-radius:999px;align-items:center;min-height:31px;padding:6px 12px;font-size:.78rem;font-weight:800;display:inline-flex}.creator-application-error,.creator-application-success,.creator-application-review,.creator-application-notice{border-radius:12px;margin-bottom:20px;padding:16px 18px;line-height:1.55}.creator-application-error{color:#8c2929;background:#fff0f0;border:1px solid #e6bcbc}.creator-application-success{color:#256943;background:#ecf9f1;border:1px solid #b8dec8}.creator-application-review{background:#fff9e8;border:1px solid #ead8a8}.creator-application-review h2,.creator-application-notice strong{color:#614f20;margin:0;font-size:1rem}.creator-application-review p,.creator-application-notice p{margin:7px 0 0}.creator-application-notice{color:#543c76;background:#f3eefb;border:1px solid #d9cdec}.creator-application-form{gap:22px;display:grid}.creator-application-card,.creator-application-submit-card,.creator-application-danger-card,.creator-application-loading{background:#fff;border:1px solid #e4dfeb;border-radius:18px;box-shadow:0 10px 28px #2b1f3d0f}.creator-application-card{gap:22px;padding:28px;display:grid}.creator-application-card-heading{border-bottom:1px solid #eeeaf3;justify-content:space-between;align-items:flex-start;gap:20px;padding-bottom:18px;display:flex}.creator-application-card-heading h2{margin:0;font-size:1.3rem}.creator-application-card-heading>span{color:#837b8c;font-size:.78rem}.creator-application-field{gap:8px;display:grid}.creator-application-field>span{color:#302a42;font-size:.9rem;font-weight:750}.creator-application-field input,.creator-application-field textarea{box-sizing:border-box;color:#272238;width:100%;font:inherit;background:#fdfcfe;border:1px solid #d9d2e2;border-radius:11px;outline:none;line-height:1.55;transition:border-color .15s,box-shadow .15s,background-color .15s}.creator-application-field input{min-height:46px;padding:10px 13px}.creator-application-field textarea{resize:vertical;min-height:130px;padding:12px 13px}.creator-application-field input:focus,.creator-application-field textarea:focus{background:#fff;border-color:#7953ad;box-shadow:0 0 0 3px #6940a421}.creator-application-field input:disabled,.creator-application-field textarea:disabled{cursor:not-allowed;color:#746d7c;background:#f1eef4}.creator-application-field small{color:#89828f;justify-self:end;font-size:.75rem}.creator-application-submit-card{justify-content:space-between;align-items:center;gap:24px;padding:24px 28px;display:flex}.creator-confirmation-field{color:#514a5c;align-items:flex-start;gap:11px;max-width:530px;font-size:.9rem;line-height:1.5;display:flex}.creator-confirmation-field input{accent-color:#6840a4;width:18px;height:18px;margin-top:2px}.creator-application-actions{gap:11px;display:flex}.creator-application-primary-button,.creator-application-secondary-button,.creator-application-danger-card button{min-height:44px;font:inherit;cursor:pointer;border-radius:11px;padding:10px 17px;font-weight:750;transition:transform .15s,background-color .15s,box-shadow .15s}.creator-application-primary-button{color:#fff;background:#6840a4;border:1px solid #6840a4}.creator-application-primary-button:hover{background:#57328d;transform:translateY(-1px);box-shadow:0 8px 18px #57328d33}.creator-application-secondary-button{color:#5d378e;background:#f7f3fc;border:1px solid #d4c9e3}.creator-application-secondary-button:hover{background:#ece4f7}.creator-application-primary-button:disabled,.creator-application-secondary-button:disabled,.creator-application-danger-card button:disabled{cursor:wait;opacity:.62;transform:none}.creator-application-danger-card{border-color:#edd1d1;justify-content:space-between;align-items:center;gap:24px;margin-top:22px;padding:24px 28px;display:flex}.creator-application-danger-card h2{color:#762e2e;margin:0;font-size:1.1rem}.creator-application-danger-card p{color:#776a70;margin:7px 0 0}.creator-application-danger-card button{color:#a52f2f;background:#fff;border:1px solid #c64a4a}.creator-application-danger-card button:hover{background:#fff0f0}.creator-application-loading{text-align:center;width:min(520px,100%);margin:60px auto;padding:42px}.creator-application-loading h1{margin:18px 0 8px}.creator-application-loading p{color:#706878}.creator-application-spinner{border:4px solid #e3dced;border-top-color:#6840a4;border-radius:50%;width:38px;height:38px;margin:0 auto;animation:.8s linear infinite creator-application-spin}@keyframes creator-application-spin{to{transform:rotate(360deg)}}@media (width<=760px){.creator-application-page{padding:24px 14px 48px}.creator-application-header,.creator-application-card-heading,.creator-application-submit-card,.creator-application-danger-card{flex-direction:column;align-items:stretch}.creator-application-header,.creator-application-card{padding:24px 20px}.creator-application-submit-card,.creator-application-danger-card{padding:21px 20px}.creator-application-actions{flex-direction:column-reverse}.creator-application-actions button,.creator-application-danger-card button{width:100%}}.creator-agreement-page{color:#241f37;background:radial-gradient(circle at 100% 0,#6f43ab1c,#0000 32%),#f7f5fc;min-height:calc(100vh - 72px);padding:38px 24px 72px}.creator-agreement-shell{width:min(960px,100%);margin:0 auto}.creator-agreement-back{margin-bottom:18px}.creator-agreement-back a{color:#65409a;font-weight:750;text-decoration:none}.creator-agreement-back a:hover{text-decoration:underline}.creator-agreement-header{background:linear-gradient(135deg,#fff,#f1eafa);border:1px solid #e3dced;border-radius:20px;justify-content:space-between;align-items:flex-start;gap:28px;margin-bottom:24px;padding:31px 35px;display:flex;box-shadow:0 14px 36px #2f204614}.creator-agreement-header h1{margin:0;font-size:clamp(1.9rem,4vw,2.6rem)}.creator-agreement-header>div>p:last-child{color:#6c6574;margin:13px 0 0;line-height:1.6}.creator-agreement-eyebrow{color:#7044ad;letter-spacing:.1em;text-transform:uppercase;margin:0 0 7px;font-size:.76rem;font-weight:850}.creator-agreement-status{color:#633c96;white-space:nowrap;background:#eee5f8;border-radius:999px;align-items:center;min-height:31px;padding:6px 12px;font-size:.76rem;font-weight:800;display:inline-flex}.creator-agreement-status-accepted{color:#276f47;background:#e3f6eb}.creator-agreement-error,.creator-agreement-success{border-radius:12px;margin-bottom:20px;padding:15px 18px;line-height:1.5}.creator-agreement-error{color:#8c2929;background:#fff0f0;border:1px solid #e6bcbc}.creator-agreement-success{color:#246b43;background:#ebf9f1;border:1px solid #b7dfc8}.creator-agreement-card,.creator-agreement-acceptance,.creator-agreement-complete,.creator-agreement-loading{background:#fff;border:1px solid #e3deea;border-radius:18px;box-shadow:0 10px 28px #2b1f3d0f}.creator-agreement-card{overflow:hidden}.creator-agreement-document-header{background:#fbfafe;border-bottom:1px solid #e9e4ee;justify-content:space-between;align-items:flex-start;gap:24px;padding:23px 27px;display:flex}.creator-agreement-document-header h2{margin:0;font-size:1.2rem}.creator-agreement-document-header p{color:#777080;margin:7px 0 0;font-size:.84rem}.creator-agreement-date{text-align:right}.creator-agreement-document{color:#40394a;white-space:pre-wrap;max-height:540px;padding:32px;font-family:Georgia,Times New Roman,serif;font-size:1rem;line-height:1.85;overflow-y:auto}.creator-agreement-acceptance{margin-top:22px;padding:26px 28px}.creator-agreement-checkbox{color:#332d43;align-items:flex-start;gap:12px;font-weight:750;line-height:1.5;display:flex}.creator-agreement-checkbox input{accent-color:#6840a4;width:19px;height:19px;margin-top:2px}.creator-agreement-note{color:#777080;margin:14px 0 22px 31px;font-size:.84rem;line-height:1.55}.creator-agreement-primary-button,.creator-agreement-primary-link{box-sizing:border-box;color:#fff;min-height:44px;font:inherit;cursor:pointer;background:#6840a4;border:1px solid #6840a4;border-radius:11px;justify-content:center;align-items:center;padding:10px 18px;font-weight:750;text-decoration:none;transition:transform .15s,background-color .15s,box-shadow .15s;display:inline-flex}.creator-agreement-primary-button:hover,.creator-agreement-primary-link:hover{background:#57328d;transform:translateY(-1px);box-shadow:0 8px 18px #57328d33}.creator-agreement-primary-button:disabled{cursor:not-allowed;opacity:.55;transform:none}.creator-agreement-complete{background:linear-gradient(135deg,#fff,#edf9f2);border-color:#c5e4d2;grid-template-columns:auto 1fr auto;align-items:center;gap:18px;margin-top:22px;padding:24px 27px;display:grid}.creator-agreement-complete>span{color:#247246;background:#dff3e8;border-radius:50%;place-items:center;width:42px;height:42px;font-size:1.25rem;font-weight:850;display:grid}.creator-agreement-complete h2{margin:0;font-size:1.1rem}.creator-agreement-complete p{color:#5f6f65;margin:7px 0 0;line-height:1.55}.creator-agreement-loading{text-align:center;width:min(520px,100%);margin:60px auto;padding:42px}.creator-agreement-loading h1{margin:18px 0 8px}.creator-agreement-loading p{color:#706878}.creator-agreement-spinner{border:4px solid #e3dced;border-top-color:#6840a4;border-radius:50%;width:38px;height:38px;margin:0 auto;animation:.8s linear infinite creator-agreement-spin}.creator-agreement-error-icon{color:#9c3030;background:#f8dddd;border-radius:50%;place-items:center;width:44px;height:44px;margin:0 auto;font-size:1.3rem;font-weight:850;display:grid}@keyframes creator-agreement-spin{to{transform:rotate(360deg)}}@media (width<=680px){.creator-agreement-page{padding:24px 14px 48px}.creator-agreement-header,.creator-agreement-document-header{flex-direction:column;align-items:stretch}.creator-agreement-header{padding:25px 21px}.creator-agreement-document{max-height:480px;padding:24px 20px}.creator-agreement-acceptance{padding:22px 20px}.creator-agreement-note{margin-left:0}.creator-agreement-primary-button{width:100%}.creator-agreement-complete{grid-template-columns:1fr;padding:22px 20px}.creator-agreement-complete .creator-agreement-primary-link{width:100%}}.creator-profile-page{color:#241f37;background:radial-gradient(circle at 100% 0,#6f43ab1c,#0000 32%),#f7f5fc;min-height:calc(100vh - 72px);padding:38px 24px 72px}.creator-profile-shell{width:min(960px,100%);margin:0 auto}.creator-profile-back{margin-bottom:18px}.creator-profile-back a{color:#65409a;font-weight:750;text-decoration:none}.creator-profile-back a:hover{text-decoration:underline}.creator-profile-header{background:linear-gradient(135deg,#fff,#f1eafa);border:1px solid #e3dced;border-radius:20px;justify-content:space-between;align-items:flex-start;gap:28px;margin-bottom:24px;padding:31px 35px;display:flex;box-shadow:0 14px 36px #2f204614}.creator-profile-header h1{margin:0;font-size:clamp(2rem,4vw,2.7rem)}.creator-profile-header>div>p:last-child{color:#6c6574;margin:13px 0 0;line-height:1.6}.creator-profile-eyebrow{color:#7044ad;letter-spacing:.1em;text-transform:uppercase;margin:0 0 7px;font-size:.76rem;font-weight:850}.creator-profile-status{color:#633c96;white-space:nowrap;background:#eee5f8;border-radius:999px;align-items:center;min-height:31px;padding:6px 12px;font-size:.76rem;font-weight:800;display:inline-flex}.creator-profile-status-active{color:#246d44;background:#e1f5e9}.creator-profile-error,.creator-profile-success{border-radius:12px;margin-bottom:20px;padding:15px 18px;line-height:1.5}.creator-profile-error{color:#8c2929;background:#fff0f0;border:1px solid #e6bcbc}.creator-profile-success{color:#246b43;background:#ebf9f1;border:1px solid #b7dfc8}.creator-profile-summary{grid-template-columns:repeat(4,minmax(0,1fr));gap:13px;margin-bottom:22px;display:grid}.creator-profile-summary div{background:#fff;border:1px solid #e5dfeb;border-radius:13px;gap:6px;padding:17px;display:grid;box-shadow:0 8px 22px #2b1f3d0d}.creator-profile-summary span{color:#797181;font-size:.76rem}.creator-profile-summary strong{font-size:.92rem}.creator-profile-form{gap:18px;display:grid}.creator-profile-card,.creator-profile-status-card,.creator-profile-loading{background:#fff;border:1px solid #e3deea;border-radius:18px;box-shadow:0 10px 28px #2b1f3d0f}.creator-profile-card{gap:22px;padding:28px;display:grid}.creator-profile-card-heading{border-bottom:1px solid #eeeaf2;justify-content:space-between;align-items:flex-start;gap:20px;padding-bottom:18px;display:flex}.creator-profile-card-heading h2{margin:0;font-size:1.25rem}.creator-profile-card-heading>span{color:#837c8b;font-size:.78rem}.creator-profile-field{gap:8px;display:grid}.creator-profile-field>span{font-size:.88rem;font-weight:750}.creator-profile-field input,.creator-profile-field textarea{box-sizing:border-box;color:#28223a;width:100%;font:inherit;background:#fdfcfe;border:1px solid #d8d1e0;border-radius:11px;outline:none;line-height:1.55;transition:border-color .15s,box-shadow .15s}.creator-profile-field input{min-height:46px;padding:10px 13px}.creator-profile-field textarea{resize:vertical;min-height:150px;padding:12px 13px}.creator-profile-field input:focus,.creator-profile-field textarea:focus{border-color:#7650aa;box-shadow:0 0 0 3px #6840a41f}.creator-profile-field input:disabled,.creator-profile-field textarea:disabled{cursor:not-allowed;background:#f1eef4}.creator-profile-field small{color:#89818f;justify-self:end;font-size:.75rem}.creator-profile-visibility{background:#faf8fd;border:1px solid #ddd4e8;border-radius:12px;align-items:flex-start;gap:12px;padding:16px;display:flex}.creator-profile-visibility input{accent-color:#6840a4;width:19px;height:19px;margin-top:2px}.creator-profile-visibility>span{gap:5px;display:grid}.creator-profile-visibility small{color:#746d7c;line-height:1.5}.creator-profile-save-actions{justify-content:flex-end;display:flex}.creator-profile-save-actions button,.creator-profile-resume-button,.creator-profile-pause-button,.creator-profile-primary-link{box-sizing:border-box;min-height:44px;font:inherit;cursor:pointer;border-radius:11px;justify-content:center;align-items:center;padding:10px 18px;font-weight:750;display:inline-flex}.creator-profile-save-actions button,.creator-profile-resume-button,.creator-profile-primary-link{color:#fff;background:#6840a4;border:1px solid #6840a4;text-decoration:none}.creator-profile-save-actions button:hover,.creator-profile-resume-button:hover,.creator-profile-primary-link:hover{background:#57328d}.creator-profile-pause-button{color:#a23131;background:#fff;border:1px solid #b54848}.creator-profile-pause-button:hover{background:#fff0f0}.creator-profile-save-actions button:disabled,.creator-profile-resume-button:disabled,.creator-profile-pause-button:disabled{cursor:wait;opacity:.58}.creator-profile-status-card{justify-content:space-between;align-items:center;gap:28px;margin-top:24px;padding:25px 28px;display:flex}.creator-profile-status-card h2{margin:0;font-size:1.15rem}.creator-profile-status-card div>p:last-child{color:#716979;max-width:610px;margin:8px 0 0;line-height:1.55}.creator-profile-loading{text-align:center;width:min(520px,100%);margin:60px auto;padding:42px}.creator-profile-loading h1{margin:18px 0 8px}.creator-profile-loading p{color:#706878}.creator-profile-spinner{border:4px solid #e3dced;border-top-color:#6840a4;border-radius:50%;width:38px;height:38px;margin:0 auto;animation:.8s linear infinite creator-profile-spin}.creator-profile-error-icon{color:#9c3030;background:#f8dddd;border-radius:50%;place-items:center;width:44px;height:44px;margin:0 auto;font-size:1.3rem;font-weight:850;display:grid}@keyframes creator-profile-spin{to{transform:rotate(360deg)}}@media (width<=780px){.creator-profile-summary{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=620px){.creator-profile-page{padding:24px 14px 48px}.creator-profile-header,.creator-profile-card-heading,.creator-profile-status-card{flex-direction:column;align-items:stretch}.creator-profile-header,.creator-profile-card{padding:24px 20px}.creator-profile-summary{grid-template-columns:1fr}.creator-profile-save-actions button,.creator-profile-resume-button,.creator-profile-pause-button{width:100%}}.admin-verification-panel{background:linear-gradient(135deg,#fbf9fe,#f3edf9);border:1px solid #dcd2e9;border-radius:14px;margin-top:26px;padding:22px}.admin-verification-heading{justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:18px;display:flex}.admin-verification-heading h3{color:#29223b;margin:0;font-size:1.1rem}.admin-verification-eyebrow{color:#7044ad;letter-spacing:.1em;text-transform:uppercase;margin:0 0 5px;font-size:.7rem;font-weight:850}.admin-verification-pill{color:#603990;white-space:nowrap;background:#e8dff5;border-radius:999px;align-items:center;min-height:29px;padding:5px 10px;font-size:.72rem;font-weight:800;display:inline-flex}.admin-verification-pill-complete{color:#256d45;background:#ddf2e6}.admin-verification-error,.admin-verification-success{border-radius:10px;margin-bottom:17px;padding:12px 14px;line-height:1.45}.admin-verification-error{color:#8d2929;background:#fff0f0;border:1px solid #e5bbbb}.admin-verification-success{color:#246a43;background:#eaf8f0;border:1px solid #b7dfc8}.admin-verification-summary{grid-template-columns:repeat(3,minmax(0,1fr));gap:11px;margin:0 0 20px;display:grid}.admin-verification-summary div{background:#fff;border-radius:10px;gap:5px;padding:12px;display:grid}.admin-verification-summary dt{color:#797181;font-size:.72rem}.admin-verification-summary dd{color:#2e2840;margin:0;font-size:.84rem;font-weight:750}.admin-verification-form{align-items:flex-end;gap:13px;display:flex}.admin-verification-form label{flex:1;gap:7px;display:grid}.admin-verification-form label>span{font-size:.8rem;font-weight:750}.admin-verification-form select{box-sizing:border-box;color:#2b253c;width:100%;min-height:43px;font:inherit;background:#fff;border:1px solid #d2c8df;border-radius:10px;outline:none;padding:9px 12px}.admin-verification-form select:focus{border-color:#7147a7;box-shadow:0 0 0 3px #6840a41f}.admin-verification-form button{color:#fff;min-height:43px;font:inherit;cursor:pointer;background:#6840a4;border:1px solid #6840a4;border-radius:10px;padding:9px 16px;font-weight:750}.admin-verification-form button:hover{background:#57328d}.admin-verification-form button:disabled{cursor:not-allowed;opacity:.55}.admin-verification-note{color:#736b7b;margin:16px 0 0;font-size:.78rem;line-height:1.5}@media (width<=680px){.admin-verification-panel{padding:18px}.admin-verification-heading,.admin-verification-form{flex-direction:column;align-items:stretch}.admin-verification-summary{grid-template-columns:1fr}.admin-verification-form button{width:100%}}.admin-creator-page{color:#241f37;background:radial-gradient(circle at 100% 0,#6f43ab1c,#0000 32%),#f7f5fc;min-height:calc(100vh - 72px);padding:38px 24px 72px}.admin-creator-shell{width:min(1380px,100%);margin:0 auto}.admin-creator-header{background:linear-gradient(135deg,#fff,#f1eafa);border:1px solid #e4ddec;border-radius:20px;justify-content:space-between;align-items:flex-end;gap:28px;margin-bottom:24px;padding:30px 34px;display:flex;box-shadow:0 14px 36px #2f204614}.admin-creator-header h1{margin:0;font-size:clamp(2rem,4vw,2.7rem)}.admin-creator-header>div>p:last-child{color:#6c6574;margin:12px 0 0}.admin-creator-eyebrow{color:#7044ad;letter-spacing:.1em;text-transform:uppercase;margin:0 0 7px;font-size:.76rem;font-weight:850}.admin-creator-filter{gap:7px;min-width:220px;display:grid}.admin-creator-filter span{font-size:.8rem;font-weight:750}.admin-creator-filter select,.admin-creator-decision-form select,.admin-creator-decision-form textarea{box-sizing:border-box;color:#29233b;width:100%;font:inherit;background:#fff;border:1px solid #d6cede;border-radius:10px;outline:none}.admin-creator-filter select,.admin-creator-decision-form select{min-height:43px;padding:9px 12px}.admin-creator-error,.admin-creator-success{border-radius:12px;margin-bottom:20px;padding:14px 18px}.admin-creator-error{color:#8c2929;background:#fff0f0;border:1px solid #e6bcbc}.admin-creator-success{color:#246b43;background:#ebf9f1;border:1px solid #b7dfc8}.admin-creator-layout{grid-template-columns:minmax(360px,.8fr) minmax(520px,1.2fr);align-items:start;gap:24px;display:grid}.admin-creator-list-card,.admin-creator-detail-card{background:#fff;border:1px solid #e3deea;border-radius:18px;box-shadow:0 10px 28px #2b1f3d0f}.admin-creator-list-card{overflow:hidden}.admin-creator-detail-card{min-height:480px;padding:28px}.admin-creator-section-heading{border-bottom:1px solid #eeeaf2;justify-content:space-between;align-items:center;gap:18px;padding:22px 24px;display:flex}.admin-creator-section-heading h2{margin:0;font-size:1.25rem}.admin-creator-section-heading p{color:#817a89;margin:5px 0 0;font-size:.83rem}.admin-creator-refresh-button,.admin-creator-pagination button,.admin-creator-primary-button,.admin-creator-danger-button{min-height:40px;font:inherit;cursor:pointer;border-radius:10px;padding:9px 15px;font-weight:750}.admin-creator-refresh-button,.admin-creator-pagination button{color:#5f398f;background:#f7f3fb;border:1px solid #d4cae2}.admin-creator-list{display:grid}.admin-creator-list-item{width:100%;color:inherit;font:inherit;text-align:left;cursor:pointer;background:#fff;border:0;border-bottom:1px solid #eeeaf2;justify-content:space-between;align-items:center;gap:18px;padding:17px 20px;display:flex}.admin-creator-list-item:hover{background:#faf8fd}.admin-creator-list-item-selected{background:#f2ecfa;box-shadow:inset 4px 0 #7044ad}.admin-creator-list-main,.admin-creator-list-meta{flex-direction:column;gap:5px;min-width:0;display:flex}.admin-creator-list-main strong{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.admin-creator-list-main span,.admin-creator-list-meta small{color:#7a7382;text-overflow:ellipsis;white-space:nowrap;font-size:.78rem;overflow:hidden}.admin-creator-list-meta{align-items:flex-end}.admin-creator-status{color:#603a91;background:#eae2f6;border-radius:999px;padding:5px 9px;font-size:.72rem;font-weight:800}.admin-creator-pagination{justify-content:space-between;align-items:center;gap:15px;padding:18px 20px;display:flex}.admin-creator-pagination span{color:#6f6878;font-size:.82rem}.admin-creator-pagination button:disabled,.admin-creator-refresh-button:disabled{cursor:not-allowed;opacity:.5}.admin-creator-loading,.admin-creator-empty{color:#777080;text-align:center;padding:46px 24px}.admin-creator-empty{gap:8px;display:grid}.admin-creator-empty p{margin:0;line-height:1.5}.admin-creator-detail-empty{align-content:center;min-height:390px}.admin-creator-detail-empty>span{color:#7044ad;font-size:2rem}.admin-creator-detail-header{border-bottom:1px solid #eeeaf2;justify-content:space-between;gap:20px;padding-bottom:20px;display:flex}.admin-creator-detail-header h2{margin:0;font-size:1.55rem}.admin-creator-detail-header>div>p:last-child{color:#777080;margin:7px 0 0}.admin-creator-close-button{color:#665e70;cursor:pointer;background:#faf8fc;border:1px solid #ded7e6;border-radius:10px;width:38px;height:38px;font-size:1.4rem}.admin-creator-summary{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:22px 0;display:grid}.admin-creator-summary div{background:#f8f6fb;border-radius:11px;gap:5px;padding:13px;display:grid}.admin-creator-summary span{color:#797181;font-size:.74rem}.admin-creator-summary strong{font-size:.82rem}.admin-creator-answer{margin-top:18px}.admin-creator-answer h3{margin:0 0 7px;font-size:.92rem}.admin-creator-answer p{color:#5f5868;white-space:pre-wrap;margin:0;line-height:1.65}.admin-creator-answer a{color:#633b97;word-break:break-all}.admin-creator-review-actions,.admin-creator-decision-form{border-top:1px solid #eae5ef;margin-top:26px;padding-top:22px}.admin-creator-primary-button{color:#fff;background:#6840a4;border:1px solid #6840a4}.admin-creator-primary-button:hover{background:#57328d}.admin-creator-danger-button{color:#fff;background:#bb4545;border:1px solid #bb4545}.admin-creator-danger-button:hover{background:#9e3434}.admin-creator-primary-button:disabled,.admin-creator-danger-button:disabled{cursor:wait;opacity:.62}.admin-creator-decision-form{gap:17px;display:grid}.admin-creator-decision-form h3{margin:0}.admin-creator-decision-form label{gap:7px;display:grid}.admin-creator-decision-form label>span{font-size:.84rem;font-weight:750}.admin-creator-decision-form textarea{resize:vertical;min-height:125px;padding:11px 12px;line-height:1.55}.admin-creator-decision-form small{color:#89818f;justify-self:end}.admin-creator-decision-form select:focus,.admin-creator-decision-form textarea:focus,.admin-creator-filter select:focus{border-color:#7650aa;box-shadow:0 0 0 3px #6840a41f}@media (width<=1050px){.admin-creator-layout{grid-template-columns:1fr}}@media (width<=680px){.admin-creator-page{padding:24px 13px 48px}.admin-creator-header{flex-direction:column;align-items:stretch;padding:24px 20px}.admin-creator-filter{width:100%}.admin-creator-detail-card{padding:22px 18px}.admin-creator-list-item{flex-direction:column;align-items:flex-start}.admin-creator-list-meta{align-items:flex-start}.admin-creator-summary{grid-template-columns:1fr}}.public-creators-page{color:#241f37;background:radial-gradient(circle at 100% 0,#6f43ab21,#0000 34%),#f7f5fc;min-height:calc(100vh - 72px);padding:48px 24px 76px}.public-creators-shell{width:min(1180px,100%);margin:0 auto}.public-creators-header{text-align:center;max-width:720px;margin:0 auto 38px}.public-creators-eyebrow,.public-creator-label{color:#7044ad;letter-spacing:.1em;text-transform:uppercase;margin:0 0 8px;font-size:.74rem;font-weight:850}.public-creators-header h1{color:#211c35;margin:0;font-size:clamp(2.25rem,5vw,3.5rem);line-height:1.08}.public-creators-header>p:last-child{color:#6a6373;margin:16px auto 0;font-size:1.02rem;line-height:1.7}.public-creators-error{color:#8d2929;background:#fff0f0;border:1px solid #e5bbbb;border-radius:12px;justify-content:space-between;align-items:center;gap:18px;margin-bottom:24px;padding:15px 18px;display:flex}.public-creators-error p{margin:0}.public-creators-error button{color:#942f2f;min-height:38px;font:inherit;cursor:pointer;background:#fff;border:1px solid #ad3c3c;border-radius:9px;padding:8px 14px;font-weight:750}.public-creators-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;display:grid}.public-creator-card{background:#fff;border:1px solid #e3ddea;border-radius:18px;flex-direction:column;align-items:flex-start;min-height:310px;padding:27px;transition:transform .17s,box-shadow .17s,border-color .17s;display:flex;box-shadow:0 10px 28px #2b1f3d0f}.public-creator-card:hover{border-color:#d1c3e2;transform:translateY(-3px);box-shadow:0 16px 36px #3825521c}.public-creator-avatar{color:#fff;background:linear-gradient(135deg,#7044ad,#9c73cf);border-radius:17px;place-items:center;width:58px;height:58px;margin-bottom:20px;font-size:1.05rem;font-weight:850;display:grid;box-shadow:0 8px 18px #5c348f38}.public-creator-card-content{flex:1}.public-creator-card h2{color:#28213d;margin:0;font-size:1.3rem}.public-creator-biography{color:#6d6576;margin:13px 0 22px;font-size:.9rem;line-height:1.65}.public-creator-link{box-sizing:border-box;color:#5f398f;background:#f7f3fb;border:1px solid #d4c8e2;border-radius:10px;justify-content:center;align-items:center;min-height:42px;padding:9px 16px;font-weight:750;text-decoration:none;display:inline-flex}.public-creator-link:hover{color:#fff;background:#6840a4;border-color:#6840a4}.public-creators-loading,.public-creators-empty{text-align:center;background:#fff;border:1px solid #e4ddeb;border-radius:18px;width:min(540px,100%);margin:50px auto;padding:44px;box-shadow:0 10px 28px #2b1f3d0f}.public-creators-loading p,.public-creators-empty p{color:#706878}.public-creators-empty>span{color:#7044ad;font-size:2rem}.public-creators-empty h2{margin:12px 0 7px}.public-creators-spinner{border:4px solid #e3dced;border-top-color:#6840a4;border-radius:50%;width:38px;height:38px;margin:0 auto 18px;animation:.8s linear infinite public-creators-spin}.public-creators-pagination{justify-content:center;align-items:center;gap:18px;margin-top:32px;display:flex}.public-creators-pagination button{color:#603990;min-height:40px;font:inherit;cursor:pointer;background:#fff;border:1px solid #d2c7e0;border-radius:10px;padding:8px 15px;font-weight:750}.public-creators-pagination button:hover{background:#f0e9f8}.public-creators-pagination button:disabled{cursor:not-allowed;opacity:.45}.public-creators-pagination span{color:#6f6878;font-size:.86rem}@keyframes public-creators-spin{to{transform:rotate(360deg)}}@media (width<=950px){.public-creators-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=620px){.public-creators-page{padding:34px 14px 52px}.public-creators-grid{grid-template-columns:1fr}.public-creator-card{min-height:0;padding:23px 20px}.public-creators-error{flex-direction:column;align-items:stretch}.public-creators-pagination{gap:10px}}.public-creator-profile-page{color:#211b32;background:radial-gradient(circle at 100% 0,#6840a41f,#0000 32%),#f7f5fc;min-height:calc(100vh - 72px);padding:48px 24px 72px}.public-creator-profile-container{width:100%;max-width:920px;margin:0 auto}.public-creator-back-link{color:#6840a4;align-items:center;margin-bottom:22px;font-size:.95rem;font-weight:700;text-decoration:none;transition:color .16s,transform .16s;display:inline-flex}.public-creator-back-link:hover{color:#4f2e82;transform:translate(-2px)}.public-creator-back-link:focus-visible,.public-creator-primary-link:focus-visible,.public-creator-website-link:focus-visible{outline-offset:4px;border-radius:6px;outline:3px solid #6840a44d}.public-creator-profile-card{background:#fff;border:1px solid #e6def2;border-radius:24px;overflow:hidden;box-shadow:0 18px 50px #2a1b441a}.public-creator-profile-header{background:linear-gradient(135deg,#6840a41a,#9769d30a);border-bottom:1px solid #e8e0f2;align-items:center;gap:24px;padding:38px 42px;display:flex}.public-creator-profile-avatar{color:#fff;letter-spacing:.04em;background:linear-gradient(135deg,#6840a4,#8d63c8);border-radius:24px;flex:0 0 92px;justify-content:center;align-items:center;width:92px;height:92px;font-size:1.85rem;font-weight:800;display:flex;box-shadow:0 12px 26px #6840a440}.public-creator-profile-heading{min-width:0}.public-creator-profile-eyebrow{color:#6840a4;letter-spacing:.12em;text-transform:uppercase;margin:0 0 8px;font-size:.75rem;font-weight:800}.public-creator-profile-heading h1{overflow-wrap:anywhere;color:#211b32;margin:0;font-size:clamp(2rem,5vw,3rem);line-height:1.08}.public-creator-profile-since{color:#70677f;margin:10px 0 0;font-size:.95rem}.public-creator-profile-content{gap:28px;padding:40px 42px 46px;display:grid}.public-creator-profile-section{border-bottom:1px solid #eee9f5;padding-bottom:28px}.public-creator-profile-section:last-child{border-bottom:0;padding-bottom:0}.public-creator-profile-section h2{color:#29213c;margin:0 0 14px;font-size:1.15rem}.public-creator-biography{color:#51495f;white-space:pre-wrap;overflow-wrap:anywhere;margin:0;font-size:1rem;line-height:1.75}.public-creator-website-link{color:#6840a4;overflow-wrap:anywhere;text-underline-offset:4px;align-items:center;font-weight:700;text-decoration-thickness:1px;display:inline-flex}.public-creator-website-link:hover{color:#4f2e82}.public-creator-profile-state{text-align:center;background:#fff;border:1px solid #e6def2;border-radius:22px;width:100%;max-width:620px;margin:50px auto;padding:48px 36px;box-shadow:0 16px 44px #2a1b4417}.public-creator-profile-state h1{color:#211b32;margin:0 0 14px;font-size:2rem}.public-creator-profile-state>p{color:#675e74}.public-creator-profile-error{margin:0 auto 26px;line-height:1.6}.public-creator-primary-link{color:#fff;background:#6840a4;border-radius:10px;justify-content:center;align-items:center;min-height:44px;padding:0 22px;font-weight:700;text-decoration:none;transition:background-color .16s,transform .16s,box-shadow .16s;display:inline-flex}.public-creator-primary-link:hover{background:#56338b;transform:translateY(-1px);box-shadow:0 8px 20px #6840a438}.public-creator-loading-indicator{border:4px solid #e8e0f2;border-top-color:#6840a4;border-radius:50%;width:38px;height:38px;margin:0 auto 18px;animation:.7s linear infinite public-creator-spin}@keyframes public-creator-spin{to{transform:rotate(360deg)}}@media (width<=640px){.public-creator-profile-page{padding:30px 16px 52px}.public-creator-profile-header{align-items:flex-start;padding:28px 24px}.public-creator-profile-avatar{border-radius:19px;flex-basis:70px;width:70px;height:70px;font-size:1.35rem}.public-creator-profile-content{padding:30px 24px 36px}.public-creator-profile-state{margin:30px auto;padding:38px 24px}}@media (width<=430px){.public-creator-profile-header{flex-direction:column}}@media (prefers-reduced-motion:reduce){.public-creator-back-link,.public-creator-primary-link{transition:none}.public-creator-loading-indicator{animation-duration:1.4s}}.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-card,.home-hero{text-align:center;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);box-sizing:border-box;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-card h1,.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-success-message{color:#17633a;text-align:left;background:#eaf8ef;border:1px solid #9bd2ae;border-radius:12px;max-width:620px;margin:1.5rem auto 0;padding:1rem 1.1rem;font-weight:700;line-height:1.55}.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)}.home-primary-button:focus-visible,.home-secondary-button:focus-visible{outline-offset:3px;outline:3px solid #5b4bdb4d}@media (width<=600px){.home-page{padding:1rem .75rem}.home-card,.home-hero{border-radius:22px}.home-actions{flex-direction:column}.home-primary-button,.home-secondary-button{box-sizing:border-box;width:100%}.home-success-message{text-align:center}}: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}
