@charset "UTF-8";:root{--font-sans: "Inter", system-ui, sans-serif;--color-primary: #6366F1;--color-primary-dark: #4F46E5;--color-primary-light: #EEF2FF;--color-primary-mid: #818CF8;--color-accent: #0EA5E9;--color-accent-dark: #0284C7;--color-success: #10B981;--color-success-light: #D1FAE5;--color-warning: #F59E0B;--color-surface: #FFFFFF;--color-bg: #F8F9FF;--color-bg-alt: #F1F5F9;--color-border: #E8ECF4;--color-text: #1E293B;--color-muted: #64748B;--color-subtle: #94A3B8;--shadow-sm: 0 1px 3px rgba(0,0,0,.08), 0 1px 2px rgba(0,0,0,.04);--shadow-md: 0 4px 16px rgba(0,0,0,.06), 0 2px 6px rgba(0,0,0,.04);--shadow-lg: 0 10px 40px rgba(0,0,0,.08), 0 4px 12px rgba(0,0,0,.04);--shadow-xl: 0 24px 56px rgba(99,102,241,.12), 0 8px 24px rgba(0,0,0,.06);--transition-fast: .15s cubic-bezier(.4,0,.2,1);--transition-base: .24s cubic-bezier(.4,0,.2,1);--transition-slow: .4s cubic-bezier(.4,0,.2,1);--radius-sm: 6px;--radius-md: 12px;--radius-lg: 20px;--radius-xl: 28px;--radius-full: 9999px;--c1: #EF4444;--c1-lt: #FFF5F5;--c1-br: #FECACA;--c2: #F97316;--c2-lt: #FFF8F5;--c2-br: #FED7AA;--c3: #64748B;--c3-lt: #F8FAFC;--c3-br: #CBD5E1;--c4: #22C55E;--c4-lt: #F0FDF4;--c4-br: #BBF7D0;--c5: #6366F1;--c5-lt: #F5F3FF;--c5-br: #C7D2FE}:root{--ui-container: 1240px;--ui-text: #1f1f1f;--ui-text-muted: #666;--ui-border: #ececec;--ui-surface: #fff;--ui-pill: #f9f9f9;--ui-red: #dc2626;--ui-red-hover: #b91c1c;--ui-radius-lg: 28px;--ui-radius-md: 16px;--ui-shadow-soft: 0 10px 30px rgba(0, 0, 0, .05);--ui-shadow-hover: 0 18px 40px rgba(0, 0, 0, .08)}.ui-container{width:min(var(--ui-container),100% - 48px);margin:0 auto}.ui-section{padding:88px 0}.ui-stack-sm>*+*{margin-top:8px}.ui-stack-md>*+*{margin-top:16px}.ui-stack-lg>*+*{margin-top:24px}.ui-pill{display:inline-flex;align-items:center;gap:8px;background:var(--ui-surface);border:1px solid var(--ui-border);border-radius:999px;padding:12px 18px;font-size:.86rem;color:#555;font-weight:500}.ui-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;text-decoration:none;cursor:pointer;transition:all .25s ease}.ui-btn--primary{background:var(--ui-red);color:#fff;border-radius:var(--ui-radius-md);height:56px;padding:0 26px;font-size:.94rem;font-weight:600}.ui-btn--primary:hover{background:var(--ui-red-hover);transform:translateY(-2px)}.ui-btn--pill{border-radius:999px;height:46px;padding:0 22px;font-size:.9rem}.ui-card{background:var(--ui-surface);border:1px solid #efefef;border-radius:var(--ui-radius-lg);box-shadow:var(--ui-shadow-soft);transition:all .25s ease}.ui-card:hover{transform:translateY(-6px);box-shadow:var(--ui-shadow-hover)}.ui-display{color:var(--ui-text);font-size:clamp(3rem,3vw,8rem);font-weight:700;line-height:.95;letter-spacing:-.05em;margin-top:13px;margin-bottom:10px}.ui-lede{color:var(--ui-text-muted);line-height:1.7;font-size:1.02rem}.fade-up{opacity:0;transform:translateY(8px);animation:fadeUpIn .42s ease forwards}@keyframes fadeUpIn{to{opacity:1;transform:translateY(0)}}@media (max-width: 900px){.ui-section{padding:64px 0}.ui-container{width:min(var(--ui-container),100% - 32px)}}@media (max-width: 640px){.ui-section{padding:48px 0}.ui-container{width:min(var(--ui-container),100% - 24px)}}[data-theme=dark]{--color-surface: #1E293B;--color-bg: #0F172A;--color-border: #334155;--color-text: #F1F5F9}*{box-sizing:border-box;margin:0;padding:0}html,body{height:100%;font-family:var(--font-sans)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}html{scroll-behavior:smooth;scroll-padding-top:72px}.brand-logo-img{height:30px;width:auto;display:block;object-fit:contain}.brand-logo-img--footer{height:33px}.brand-logo-img--dark{filter:brightness(0) invert(1)}.auth-shell,.register-shell,.rd-page{min-height:100vh;position:relative;overflow:hidden;background:var(--color-bg);padding:2rem}.auth-shell__bg-orb,.register-shell__bg-orb,.rd-shell__bg-orb{position:absolute;border-radius:50%;filter:blur(72px);pointer-events:none}.auth-shell__bg-orb--one,.register-shell__bg-orb--one,.rd-shell__bg-orb--one{width:420px;height:420px;left:-95px;top:-135px;background:radial-gradient(circle,rgba(99,102,241,.23) 0%,transparent 70%)}.auth-shell__bg-orb--two,.register-shell__bg-orb--two,.rd-shell__bg-orb--two{width:360px;height:360px;right:-90px;bottom:-120px;background:radial-gradient(circle,rgba(14,165,233,.2) 0%,transparent 70%)}.auth-layout,.register-layout,.rd-layout{position:relative;z-index:1;margin:0 auto;min-height:calc(100vh - 4rem);display:grid;border-radius:var(--radius-xl);overflow:hidden;border:1px solid var(--color-border);background:#fff;box-shadow:var(--shadow-xl)}.auth-layout,.rd-layout{max-width:1160px;grid-template-columns:1.1fr .9fr}.register-layout{max-width:1240px;grid-template-columns:1fr 1.25fr}.auth-panel,.register-pane,.rd-pane{padding:clamp(1.2rem,2.8vw,3rem)}.auth-panel--story,.register-pane--intro,.rd-pane--intro{background:linear-gradient(145deg,#6366f114,#0ea5e90d),linear-gradient(0deg,#fff,#fff);border-right:1px solid var(--color-border);display:flex;flex-direction:column;justify-content:center}.auth-panel--form,.register-pane--form,.rd-pane--form{display:flex;flex-direction:column;justify-content:center}.auth-brand,.register-brand,.rd-brand{display:inline-flex;text-decoration:none;margin-bottom:1.4rem}.auth-kicker,.register-kicker,.rd-kicker{display:inline-flex;width:fit-content;font-size:.72rem;letter-spacing:.1em;text-transform:uppercase;font-weight:700;color:var(--color-primary);background:var(--color-primary-light);border:1px solid #d8dcff;border-radius:var(--radius-full);padding:6px 12px;margin-bottom:.95rem}.auth-story-title,.register-pane--intro h1,.rd-pane--intro h1{margin:0 0 .8rem;font-size:clamp(1.7rem,3vw,2.4rem);line-height:1.14;letter-spacing:-.03em;color:var(--color-text)}.auth-story-sub,.register-pane--intro p,.rd-pane--intro p{margin:0;color:var(--color-muted);line-height:1.75;max-width:44ch}.auth-form-head,.register-head,.rd-head{margin-bottom:1.05rem}.auth-form-head h2,.register-head h2,.rd-head h2{margin:0 0 .35rem;color:var(--color-text);letter-spacing:-.02em;font-size:1.55rem}.auth-form-head p,.register-head p,.rd-head p{margin:0;color:var(--color-muted);font-size:.93rem}.field-grid,.rd-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.78rem}.auth-shell .field,.register-shell .field,.rd-page .rd-field{margin-bottom:.95rem}.auth-shell .field label,.register-shell .field label,.rd-page .rd-field label{display:block;color:#334155;font-size:.84rem;font-weight:600;margin-bottom:.34rem}.auth-shell .field input,.register-shell .field input,.rd-page .rd-field input,.rd-page .rd-field select,.rd-page .rd-field textarea{width:100%;box-sizing:border-box;border:1px solid var(--color-border);background:#fff;color:var(--color-text);border-radius:var(--radius-md);padding:.72rem .92rem;font-size:.94rem;transition:border-color var(--transition-fast),box-shadow var(--transition-fast),background var(--transition-fast)}.auth-shell .field input::placeholder,.register-shell .field input::placeholder,.rd-page .rd-field input::placeholder,.rd-page .rd-field textarea::placeholder{color:#94a3b8}.auth-shell .field input:focus,.register-shell .field input:focus,.rd-page .rd-field input:focus,.rd-page .rd-field select:focus,.rd-page .rd-field textarea:focus{border-color:var(--color-primary-mid);box-shadow:0 0 0 4px #6366f126;outline:none}.auth-shell .field input.invalid,.register-shell .field input.invalid,.rd-page .rd-field--error input,.rd-page .rd-field--error select,.rd-page .rd-field--error textarea{border-color:#ef4444;background:#fff8f8}.rd-page .rd-field textarea{resize:vertical;min-height:100px}.rd-field__error,.error{display:flex;align-items:center;gap:.3rem;margin-top:.3rem;font-size:.78rem;color:#dc2626;font-weight:500}.rd-field__error:before,.error:before{content:"\26a0";font-size:.72rem;flex-shrink:0}.alert-error,.rd-alert--error{display:flex;align-items:flex-start;gap:.55rem;background:linear-gradient(135deg,#fef2f2,#fff5f5);border:1px solid #fca5a5;border-left:3px solid #ef4444;border-radius:var(--radius-md);color:#b91c1c;font-size:.87rem;font-weight:500;padding:.72rem .88rem;margin-top:.85rem;margin-bottom:.25rem}.alert-error:before,.rd-alert--error:before{content:"\26a0";font-size:1rem;flex-shrink:0;margin-top:1px;color:#ef4444}.btn-submit,.rd-btn--primary{width:100%;display:inline-flex;align-items:center;justify-content:center;gap:.45rem;border:0;border-radius:var(--radius-md);background:linear-gradient(135deg,var(--color-primary),var(--color-primary-dark));color:#fff;font-size:.95rem;font-weight:700;padding:.82rem 1rem;text-decoration:none;cursor:pointer;transition:transform var(--transition-fast),box-shadow var(--transition-base),opacity var(--transition-fast)}.btn-submit:hover:not(:disabled),.rd-btn--primary:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 8px 22px #6366f159}.btn-submit:disabled,.rd-btn--primary:disabled{opacity:.65;cursor:not-allowed}.btn-mode,.rd-btn--ghost{width:100%;margin-top:.65rem;display:inline-flex;justify-content:center;align-items:center;border-radius:var(--radius-md);border:1px solid #d6dbef;color:var(--color-text);text-decoration:none;font-size:.9rem;font-weight:600;padding:.7rem .85rem;transition:border-color var(--transition-fast),background var(--transition-fast),color var(--transition-fast)}.btn-mode:hover,.rd-btn--ghost:hover{border-color:var(--color-primary-mid);color:var(--color-primary-dark);background:var(--color-primary-light)}.rd-btn--ghost--inline{width:fit-content;margin-top:0;margin-bottom:.85rem;padding-inline:1rem}.footer-note,.rd-form__footer{text-align:center;color:#64748b;font-size:.78rem;margin-top:1rem}.footer-note a,.rd-form__footer a,.demo-link,.switch-link{color:var(--color-primary);font-weight:600;text-decoration:none}.footer-note a:hover,.rd-form__footer a:hover,.demo-link:hover,.switch-link:hover{text-decoration:underline}.auth-switch-row{margin-top:.95rem;text-align:center;font-size:.88rem;color:var(--color-muted)}.switch-link{display:inline-flex;align-items:center;justify-content:center;margin-left:.35rem;padding:.22rem .55rem;border:1px solid #d8dcff;border-radius:var(--radius-full);background:var(--color-primary-light);font-size:.84rem;line-height:1.2}.switch-link:hover{text-decoration:none;border-color:var(--color-primary-mid)}.auth-metrics,.register-benefits,.rd-highlights{list-style:none;margin-top:1.6rem;display:grid;gap:.65rem}.auth-metrics{grid-template-columns:repeat(3,minmax(0,1fr))}.auth-metric,.register-benefits li,.rd-highlights li{padding:12px;border-radius:var(--radius-md);border:1px solid var(--color-border);background:#fff}.auth-metric strong{display:block;font-size:1.1rem;color:var(--color-text);margin-bottom:2px}.auth-metric span{font-size:.78rem;color:var(--color-muted)}.rd-success{text-align:center;padding:1.2rem 0}.rd-success__icon{width:64px;height:64px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem;margin:0 auto 1rem;background:var(--color-success-light);color:var(--color-success)}.rd-success h2{color:var(--color-text);margin:0 0 .5rem}.rd-success p{color:var(--color-muted);margin:0 0 1rem}.rd-success .rd-btn--primary{max-width:220px;margin:0 auto}.spinner{width:1rem;height:1rem;border-radius:50%;border:2px solid rgba(255,255,255,.4);border-top-color:#fff;animation:auth-spin .7s linear infinite}@keyframes auth-spin{to{transform:rotate(360deg)}}@media (max-width: 1080px){.auth-shell,.register-shell,.rd-page{padding:1rem}.auth-layout,.register-layout,.rd-layout{min-height:calc(100vh - 2rem);grid-template-columns:1fr}.auth-panel--story,.register-pane--intro,.rd-pane--intro{border-right:0;border-bottom:1px solid var(--color-border)}}@media (max-width: 760px){.auth-panel,.register-pane,.rd-pane{padding:1.1rem}.field-grid,.rd-row,.auth-metrics{grid-template-columns:1fr;gap:0}}
