:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:#2a3547;background:#f4f7fb;--primary:#5d87ff;--primary-hover:#4c75ea;--line:#e5eaef;--muted:#7c8fac}
*{box-sizing:border-box}.ww-auth-body{margin:0;min-height:100vh;background:#f4f7fb}.ww-auth-shell{min-height:100vh;display:grid;grid-template-columns:minmax(360px,.95fr) minmax(420px,1.05fr);align-items:stretch}.ww-brand{position:relative;overflow:hidden;display:flex;flex-direction:column;justify-content:center;color:#fff;padding:clamp(42px,7vw,110px);background:linear-gradient(145deg,#5d87ff 0%,#4d7bf1 48%,#49beff 100%)}.ww-brand:before,.ww-brand:after{content:"";position:absolute;border-radius:50%;background:rgba(255,255,255,.1)}.ww-brand:before{width:380px;height:380px;right:-170px;top:-130px}.ww-brand:after{width:250px;height:250px;left:-120px;bottom:-80px}.ww-brand>*{position:relative;z-index:1}.ww-brand h1{font-size:clamp(36px,4.4vw,62px);line-height:1.04;letter-spacing:-.04em;margin:22px 0 13px;max-width:620px}.ww-brand p{font-size:17px;line-height:1.65;opacity:.86;max-width:520px}.ww-mark{width:62px;height:62px;border-radius:16px;display:grid;place-items:center;background:#fff;color:#5d87ff;font-size:31px;font-weight:800;box-shadow:0 13px 30px rgba(28,63,137,.22)}.ww-panel{align-self:center;justify-self:center;width:min(100% - 42px,560px);background:#fff;border:1px solid var(--line);border-radius:18px;padding:clamp(28px,4vw,50px);box-shadow:0 14px 45px rgba(37,83,185,.1);max-height:92vh;overflow:auto}.ww-panel h2{font-size:28px;line-height:1.2;letter-spacing:-.025em;margin:0 0 8px}.ww-panel h2+p{color:var(--muted);margin:0 0 24px}.ww-form{display:grid;gap:17px}.ww-form label,.ww-form fieldset{display:grid;gap:7px;font-weight:600;color:#33415a}.ww-form input,.ww-form select,.ww-form textarea{width:100%;border:1px solid #dce3eb;border-radius:8px;padding:12px 13px;font:inherit;color:#2a3547;background:#fff;outline:none;transition:.18s}.ww-form input:hover,.ww-form select:hover,.ww-form textarea:hover{border-color:#c4cfdd}.ww-form input:focus,.ww-form select:focus,.ww-form textarea:focus{border-color:var(--primary);box-shadow:0 0 0 3px rgba(93,135,255,.13)}.ww-form textarea{min-height:105px}.ww-form button,.ww-button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;border:0;border-radius:8px;padding:12px 18px;background:var(--primary);color:#fff;text-decoration:none;font-weight:650;cursor:pointer;box-shadow:0 7px 15px rgba(93,135,255,.22);transition:.18s}.ww-form button:hover,.ww-button:hover{background:var(--primary-hover);transform:translateY(-1px)}.ww-check{display:flex!important;grid-template-columns:auto 1fr!important;align-items:flex-start!important;font-weight:500!important;color:#52627b!important}.ww-check input{width:auto;margin-top:3px}.ww-links{display:flex;justify-content:space-between;gap:16px;margin-top:22px;flex-wrap:wrap}.ww-links a{color:var(--primary);font-weight:600;text-decoration:none}.ww-links a:hover{text-decoration:underline}.ww-notice,.ww-error,.ww-status{padding:13px 14px;border-radius:8px;margin-bottom:18px;background:#ecf5ff;color:#326ca4;border:1px solid #d8ebff}.ww-error{background:#fff2ef;color:#bf5d45;border-color:#ffded4}.ww-hp{position:absolute!important;left:-10000px!important}.ww-avatar{width:144px;height:144px;object-fit:cover;border-radius:16px;border:5px solid #f1f5f9}.ww-photo-empty{padding:28px;border:1px dashed #c8d2df;border-radius:10px;color:#6f809a;background:#fafcff}
@media(max-width:900px){.ww-auth-shell{grid-template-columns:1fr}.ww-brand{min-height:270px;padding:44px 28px}.ww-brand h1{font-size:38px}.ww-panel{margin:28px auto;max-height:none}.ww-brand p{font-size:15px}}
@media(max-width:520px){.ww-brand{min-height:220px}.ww-brand h1{font-size:31px}.ww-mark{width:52px;height:52px}.ww-panel{width:calc(100% - 28px);padding:25px 20px}.ww-links{flex-direction:column;gap:9px}}

/* Manual profile photograph crop */
.ww-photo{grid-column:1/-1;border:1px solid #e2e8f0;border-radius:16px;background:#f8fafc;padding:18px;display:grid;gap:16px}.ww-photo-heading{display:flex;align-items:center;justify-content:space-between;gap:18px}.ww-photo-heading>div:first-child{max-width:620px}.ww-photo-heading p{margin:5px 0 0;color:#64748b;line-height:1.55}.ww-photo .ww-avatar{width:84px;height:84px;border-radius:16px;object-fit:cover;border:1px solid #dce3ec}.ww-photo-empty{width:84px;height:84px;border-radius:16px;background:#e9eef5;color:#718096;display:grid;place-items:center;text-align:center;font-size:12px;padding:8px}.ww-file-field{display:grid!important;gap:8px}.ww-file-field input{background:#fff;padding:9px!important}.ww-cropper{display:grid;grid-template-columns:minmax(0,360px) minmax(180px,1fr);gap:22px;align-items:center;padding:16px;background:#fff;border:1px solid #dfe6ef;border-radius:14px}.ww-cropper[hidden]{display:none!important}#ww-crop-canvas{width:100%;max-width:360px;aspect-ratio:1;border-radius:14px;box-shadow:0 8px 22px rgba(31,46,80,.12);touch-action:none;cursor:grab;background:#edf2f7}#ww-crop-canvas.is-dragging{cursor:grabbing}.ww-cropper label{display:grid;gap:8px}.ww-cropper input[type=range]{width:100%;accent-color:#5d87ff}.ww-crop-status{margin:8px 0 0;color:#64748b;font-size:13px}.ww-crop-status.is-error{color:#c94f35}.ww-profile-form button:disabled{opacity:.6;cursor:wait}
@media(max-width:760px){.ww-photo-heading{align-items:flex-start;flex-direction:column-reverse}.ww-cropper{grid-template-columns:1fr}.ww-cropper>div,.ww-cropper label{width:100%}}

/* Conditional onboarding groups */
.ww-profile-form [hidden]{display:none!important}.ww-topic-group,.ww-publication-choices{grid-column:1/-1;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:10px 16px;padding:16px;border:1px solid #e2e8f0;border-radius:14px;background:#fff}.ww-topic-group legend,.ww-publication-choices legend{padding:0 7px;font-weight:750;color:#33415a}.ww-conditional-fields{grid-column:1/-1;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:17px}.ww-conditional-fields[hidden]{display:none!important}
@media(max-width:620px){.ww-conditional-fields{grid-template-columns:1fr}.ww-topic-group,.ww-publication-choices{grid-template-columns:1fr}}
