@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";:root{color-scheme:light only}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color-scheme:light}body{font-family:var(--br-font);background-color:var(--br-background);color:var(--br-text);line-height:1.6;font-size:15px}.br-landing{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#c9defb,#e7effb 40%,#eef3fb,#f4f7fd);padding:3rem 1.25rem;position:relative;overflow:hidden}.br-landing:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse 55% 50% at 15% 25%,rgba(79,70,229,.1) 0%,transparent 65%),radial-gradient(ellipse 50% 55% at 85% 75%,rgba(131,165,247,.12) 0%,transparent 65%);pointer-events:none}.br-landing-card{position:relative;background:#ffffffb8;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(174,205,252,.55);border-radius:var(--br-radius-lg);box-shadow:var(--br-shadow-lg),0 0 0 1px #fff9 inset;padding:3rem 2.5rem;max-width:600px;width:100%;text-align:center}.br-landing-badge{display:inline-flex;align-items:center;gap:7px;background:var(--br-blue-soft);color:var(--br-primary);font-size:11.5px;font-weight:700;letter-spacing:.07em;text-transform:uppercase;padding:5px 13px;border-radius:99px;margin-bottom:1.5rem;border:1px solid var(--br-blue-lighter)}.br-landing-badge-dot{width:6px;height:6px;border-radius:50%;background:var(--br-primary);flex-shrink:0}.br-landing-card h1{font-size:clamp(1.85rem,4.5vw,2.75rem);font-weight:800;color:var(--br-navy);line-height:1.15;letter-spacing:-.03em;margin-bottom:.875rem}.br-landing-card h1 span{color:var(--br-primary)}.br-landing-card>p{font-size:1rem;color:var(--br-text-muted);line-height:1.7;margin-bottom:2rem;max-width:440px;margin-inline:auto}.br-landing-actions{display:flex;gap:.75rem;justify-content:center;flex-wrap:wrap;margin-bottom:2rem}.br-landing-stats{display:flex;gap:0;justify-content:center;margin-bottom:1.75rem;background:var(--br-surface);border:1px solid var(--br-border);border-radius:var(--br-radius);box-shadow:var(--br-shadow-sm);overflow:hidden}.br-stat{flex:1;text-align:center;padding:1rem .5rem;position:relative}.br-stat+.br-stat:before{content:"";position:absolute;left:0;top:20%;height:60%;width:1px;background:var(--br-border)}.br-stat-value{display:block;font-size:1.375rem;font-weight:800;color:var(--br-navy);letter-spacing:-.025em}.br-stat-label{display:block;font-size:10.5px;font-weight:600;text-transform:uppercase;letter-spacing:.07em;color:var(--br-text-muted);margin-top:2px}.br-disclaimer{font-size:12px;color:var(--br-text-muted);line-height:1.6}.br-button{display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:0 1.375rem;height:44px;font-family:var(--br-font);font-size:14.5px;font-weight:600;border-radius:var(--br-radius-sm);border:none;cursor:pointer;text-decoration:none;transition:background var(--br-transition),color var(--br-transition),box-shadow var(--br-transition),transform var(--br-transition),border-color var(--br-transition);white-space:nowrap;background:var(--br-primary);color:#fff;box-shadow:0 2px 8px #4f46e547;-webkit-font-smoothing:antialiased}.br-button:hover:not(:disabled){background:var(--br-primary-hover);box-shadow:0 4px 16px #4f46e561;transform:translateY(-1px)}.br-button:active:not(:disabled){transform:translateY(0);box-shadow:0 1px 4px #4f46e533}.br-button:focus-visible{outline:3px solid var(--br-blue-mid);outline-offset:2px}.br-button:disabled{opacity:.5;cursor:not-allowed}.br-button-secondary{background:transparent;color:var(--br-text);border:0!important;outline:0!important;box-shadow:none!important;text-decoration:underline;text-underline-offset:3px}.br-button-secondary,.br-button-secondary:hover,.br-button-secondary:focus,.br-button-secondary:focus-visible,.br-button-secondary:active{background:transparent!important;color:var(--br-text);border:0!important;outline:0!important;box-shadow:none!important;text-decoration:underline;text-underline-offset:3px;cursor:pointer}.br-button-secondary:hover:not(:disabled){background:transparent;border:0!important;outline:0!important;box-shadow:none!important;color:var(--br-text);cursor:pointer}.br-button-full{width:100%;height:46px;font-size:15px;border-radius:var(--br-radius-sm)}.br-auth-layout{min-height:100vh;display:grid;grid-template-columns:1fr 1fr;color-scheme:light}.br-auth-logo{display:flex;align-items:center;gap:12px}.br-auth-logo-image{width:35px;height:35px;object-fit:contain;background:#fff;padding:1px;border-radius:10px}.br-auth-brand{background:linear-gradient(135deg,#1008aa,#1409a8,#190db8);display:flex;flex-direction:column;justify-content:center;padding:4rem 3.5rem;position:relative;overflow:hidden}.br-auth-brand:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse 70% 55% at 10% 15%,rgba(79,70,229,.18) 0%,transparent 60%),radial-gradient(ellipse 55% 60% at 90% 85%,rgba(131,165,247,.1) 0%,transparent 60%);pointer-events:none}.br-auth-brand-inner{position:relative}.br-auth-logo{display:flex;align-items:center;gap:10px;margin-bottom:3rem}.br-auth-logo-mark{width:38px;height:38px;background:#4f46e540;border:1px solid rgba(131,165,247,.35);border-radius:9px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.br-auth-logo-mark svg{width:19px;height:19px;fill:#aecdfc}.br-auth-logo-name{font-size:17px;font-weight:700;color:#e7effb;letter-spacing:-.02em}.br-auth-brand h1{font-size:clamp(1.625rem,2.8vw,2.25rem);font-weight:800;color:#e7effb;line-height:1.2;letter-spacing:-.03em;margin-bottom:1rem}.br-auth-brand-inner>p{color:#aecdfc;font-size:.9375rem;line-height:1.65;margin-bottom:2.75rem;max-width:340px}.br-auth-features{display:flex;flex-direction:column;gap:.875rem}.br-auth-feature{display:flex;align-items:center;gap:10px;color:#c9defb;font-size:14px;font-weight:500}.br-auth-feature-icon{width:22px;height:22px;background:#eee8ee;border:1px solid rgba(131,165,247,.3);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:11px;color:#0a0a0a}.br-auth-right{display:flex;align-items:center;justify-content:center;padding:3rem 2rem;background:#f4f7fd;color-scheme:light}.br-auth-card{width:100%;max-width:440px;color-scheme:light;color:var(--br-text)}.br-auth-card-header{margin-bottom:1.875rem}.br-auth-card h2{font-size:1.625rem;font-weight:800;color:var(--br-navy);letter-spacing:-.03em;margin-bottom:.375rem}.br-auth-card-header>p{color:var(--br-text-muted);font-size:14.5px}.br-field{display:flex;flex-direction:column;gap:6px;margin-bottom:1rem}.br-label{font-size:13.5px;font-weight:600;color:var(--br-navy);letter-spacing:-.01em}.br-input,.br-select{width:100%;height:44px;padding:0 12px;font-family:var(--br-font);font-size:14.5px;color:var(--br-text);background:#fff;border:1.5px solid #C9DEFB;border-radius:var(--br-radius-sm);outline:none;transition:border-color var(--br-transition),box-shadow var(--br-transition),background var(--br-transition);-webkit-appearance:none;appearance:none;color-scheme:light}.br-input::placeholder{color:#94a3b8}.br-input:hover,.br-select:hover{border-color:var(--br-blue-mid)}.br-input:focus,.br-select:focus{border-color:var(--br-primary);box-shadow:0 0 0 3px #4f46e51f;background:#fff}.br-input.br-input-error,.br-select.br-select-error{border-color:var(--br-error);box-shadow:0 0 0 3px #dc26261a}.br-select-wrapper{position:relative}.br-select-wrapper .br-select{padding-right:2.5rem;cursor:pointer}.br-select-arrow{position:absolute;right:12px;top:50%;transform:translateY(-50%);pointer-events:none;color:var(--br-text-muted)}.br-input-wrapper{position:relative;display:flex;align-items:center}.br-input-wrapper .br-input{padding-right:2.75rem}.br-eye-btn{position:absolute;right:12px;background:none;border:none;cursor:pointer;padding:4px;color:var(--br-text-muted);display:flex;align-items:center;justify-content:center;border-radius:4px;transition:color var(--br-transition);line-height:0}.br-eye-btn:hover{color:var(--br-primary)}.br-eye-btn:focus-visible{outline:2px solid var(--br-primary);outline-offset:1px}.br-hint{font-size:12px;color:var(--br-text-muted)}.br-error{font-size:12.5px;color:var(--br-error);font-weight:500}.br-auth-footer{margin-top:1.375rem;text-align:center;font-size:14px;color:var(--br-text-muted);display:flex;align-items:center;justify-content:center;gap:6px;flex-wrap:wrap}.br-auth-footer a{color:var(--br-primary);font-weight:600;text-decoration:none;transition:color var(--br-transition)}.br-auth-footer a:hover{color:var(--br-primary-hover);text-decoration:underline}.br-divider{display:flex;align-items:center;gap:12px;margin:1.25rem 0;color:var(--br-text-muted);font-size:12px;font-weight:500}.br-divider:before,.br-divider:after{content:"";flex:1;height:1px;background:var(--br-border)}.br-spinner{width:15px;height:15px;border:2px solid rgba(255,255,255,.35);border-top-color:#fff;border-radius:50%;animation:br-spin .65s linear infinite;flex-shrink:0}@keyframes br-spin{to{transform:rotate(360deg)}}@media(max-width:768px){.br-auth-layout{grid-template-columns:1fr}.br-auth-brand{display:none}.br-auth-right{padding:3rem 1.25rem 2rem;min-height:100vh;align-items:flex-start}.br-auth-card{max-width:100%}.br-landing-card{padding:2rem 1.5rem}.br-landing-actions{flex-direction:column;align-items:center}.br-button{width:100%;max-width:280px}}@media(max-width:400px){.br-landing-stats{flex-direction:column}.br-stat+.br-stat:before{left:10%;width:80%;top:0;height:1px}}@media(prefers-color-scheme:dark){:root{color-scheme:light}html,body{background-color:var(--br-background)!important;color:var(--br-text)!important}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{transition:none!important;animation:none!important}}.welcome-page{min-height:100vh;display:flex;justify-content:center;align-items:center;padding:3rem}.welcome-card{max-width:800px;background:var(--br-surface);border:1px solid var(--br-border);border-radius:16px;padding:3rem}.welcome-badge{display:inline-block;padding:.5rem 1rem;border-radius:999px;background:#2563eb1a;color:var(--br-primary);font-weight:600;margin-bottom:1rem}.welcome-description{color:var(--br-text-muted);margin-bottom:2rem}.welcome-section{margin-bottom:2rem}.welcome-section ul,.welcome-section ol{padding-left:1.25rem}.welcome-disclaimer{margin-bottom:2rem;padding:1rem;border-radius:12px;background:#f8fafc;color:var(--br-text-muted)}.offer-page{min-height:100vh;display:flex;justify-content:center;align-items:center;padding:3rem}.offer-card{max-width:850px;background:var(--br-surface);border:1px solid var(--br-border);border-radius:16px;padding:3rem}.offer-badge{display:inline-block;margin-bottom:1rem;padding:.5rem 1rem;border-radius:999px;background:#2563eb1a;color:var(--br-primary);font-weight:600}.offer-description{color:var(--br-text-muted);margin-bottom:2rem}.offer-features{display:grid;gap:1rem;margin-bottom:2rem}.offer-disclaimer{background:#f8fafc;border-radius:12px;padding:1rem;margin-bottom:2rem;color:var(--br-text-muted)}.offer-actions{display:flex;gap:1rem;flex-wrap:wrap}:root{--br-primary: #4F46E5;--br-primary-hover: #4338CA;--br-primary-light: #C9DEFB;--br-background: #E7EFFB;--br-surface: #FFFFFF;--br-surface-dark: #0C192A;--br-text: #161616;--br-text-muted: #4B5563;--br-text-on-dark: #E7EFFB;--br-blue-mid: #83A5F7;--br-blue-soft: #C9DEFB;--br-blue-lighter: #AECDFC;--br-navy: #0C192A;--br-border: #AECDFC;--br-border-light: #E7EFFB;--br-radius: 12px;--br-radius-sm: 8px;--br-radius-lg: 20px;--br-font: Inter, system-ui, sans-serif;--br-shadow-sm: 0 1px 3px rgba(12, 25, 42, .08);--br-shadow-md: 0 4px 20px rgba(12, 25, 42, .1);--br-shadow-lg: 0 12px 48px rgba(12, 25, 42, .14);--br-shadow-card: 0 2px 24px rgba(79, 70, 229, .08), 0 1px 4px rgba(12,25,42,.06);--br-success: #15803D;--br-success-light: #DCFCE7;--br-error: #DC2626;--br-error-light: #FEE2E2;--br-warning: #D97706;--br-warning-light: #FEF3C7;--br-transition: .15s cubic-bezier(.4, 0, .2, 1)}
