:root{--brand: #008b8b;--brand-light: #00a8a8;--brand-dark: #006b6b;--brand-glow: rgba(0, 139, 139, .3);--bg: #0a0a0a;--surface: #1a1a1a;--surface-light: #2a2a2a;--surface-glass: rgba(26, 26, 26, .8);--text: #ffffff;--text-light: #a0a0a0;--accent-purple: #8b5cf6;--accent-blue: #3b82f6;--accent-pink: #ec4899;--accent-gold: #fbbf24;--success: #10b981;--error: #ef4444;--warning: #f59e0b}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;background:var(--bg);color:var(--text);line-height:1.5;overflow-x:hidden}#particles-js{position:fixed;width:100%;height:100%;top:0;left:0;z-index:-1}nav{position:fixed;top:0;width:100%;padding:.75rem 2rem;background:var(--surface);border-bottom:1px solid rgba(255,255,255,.1);z-index:1000;transition:all .3s ease}nav.scrolled{background:var(--surface);box-shadow:0 4px 20px #008b8b1a}.nav-container{max-width:1600px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.logo{display:flex;align-items:center;gap:.5rem}.logo-svg{height:32px;width:140px}.nav-links{display:flex;gap:1.5rem;list-style:none;align-items:center}.nav-links a{color:var(--text-light);text-decoration:none;transition:color .3s ease}.nav-links a:hover{color:var(--brand-light)}.nav-links li:last-child a{border:1px solid var(--brand);padding:.4rem 1rem;border-radius:6px;transition:all .3s ease}.nav-links li:last-child a:hover{background:var(--brand);color:#fff}.hero{min-height:50vh;display:flex;align-items:center;justify-content:center;padding:4rem 2rem 2rem;position:relative}.hero-content{text-align:center;max-width:1400px;margin:0 auto}.hero h1{font-size:clamp(3rem,8vw,5rem);font-weight:800;margin-bottom:.5rem;line-height:1.1}.hero h1 .tagline-primary{display:block;font-size:1em;font-weight:800;background:linear-gradient(135deg,var(--text) 0%,var(--brand-light) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero h1 .tagline-secondary{display:block;font-size:.8em;font-weight:600;background:linear-gradient(135deg,var(--brand-light) 0%,var(--text) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero .subtitle{font-size:clamp(1.1rem,2.5vw,1.4rem);color:var(--text-light);margin-bottom:2rem;max-width:800px;margin-left:auto;margin-right:auto;line-height:1.4}.features-section{padding:4rem 2rem;background:var(--bg);position:relative;overflow:hidden}.features-section:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,var(--brand-light),transparent);opacity:.3}.features-container{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:2rem}.feature-card{background:#ffffff05;border:1px solid rgba(255,255,255,.05);border-radius:12px;padding:2rem;transition:all .3s ease;position:relative;overflow:hidden}.feature-card:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,var(--brand),var(--brand-light));transform:translate(-100%);transition:transform .5s ease}.feature-card:hover{background:#ffffff0a;border-color:#00d4d433;transform:translateY(-2px)}.feature-card:hover:before{transform:translate(0)}.feature-icon{width:48px;height:48px;margin-bottom:1.5rem;color:var(--brand-light);opacity:.8}.feature-icon svg{width:100%;height:100%;stroke-linecap:round;stroke-linejoin:round}.feature-title{font-size:1.5rem;font-weight:700;margin-bottom:1rem;background:linear-gradient(135deg,var(--text) 0%,var(--brand-light) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.feature-description{font-size:1rem;line-height:1.6;color:var(--text-light)}@media (max-width: 768px){.features-container{grid-template-columns:1fr}}.interactive-section{padding:2rem 2rem 4rem;max-width:1600px;margin:0 auto}.cards-container{display:flex;gap:3rem;justify-content:center;flex-wrap:wrap}.interactive-card{background:var(--surface-glass);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;padding:2.5rem;width:500px;border:1px solid rgba(255,255,255,.1);transition:all .3s ease;cursor:pointer;position:relative;overflow:hidden}.interactive-card:first-child{width:600px}.interactive-card:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,var(--brand-glow) 0%,transparent 70%);opacity:0;transition:opacity .3s ease;pointer-events:none}.interactive-card:hover:before{opacity:1}.interactive-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px #008b8b33}.card-icon{width:60px;height:60px;margin-bottom:.75rem;background:var(--brand);border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.5rem}.card-icon svg{width:32px;height:32px;stroke:#fff}.card-title{font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.card-description{color:var(--text-light);margin-bottom:1rem}.ai-input-container{margin-top:.75rem}.ai-input-wrapper{position:relative;display:flex;align-items:center}.ai-input{width:100%;padding:.75rem 3rem .75rem 1rem;background:var(--surface-light);border:1px solid rgba(255,255,255,.1);border-radius:8px;color:var(--text);font-size:1rem;transition:all .3s ease}.ai-input:focus{outline:none;border-color:var(--brand);box-shadow:0 0 0 3px var(--brand-glow)}.send-button{position:absolute;right:.5rem;background:var(--brand);border:none;padding:.4rem .5rem;border-radius:6px;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.send-button:hover{background:var(--brand-light);transform:scale(1.05)}.send-button:active{transform:scale(.95)}.evaluation-start{background:var(--brand);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.evaluation-start:hover{background:var(--brand-light);transform:scale(1.05)}.section-title{text-align:center;font-size:3rem;margin-bottom:2rem;background:linear-gradient(135deg,var(--text) 0%,var(--brand-light) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}footer{background:var(--surface);padding:3rem 2rem 2rem;margin-top:4rem}.footer-container{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem}.footer-section h3{margin-bottom:.75rem;color:var(--brand-light)}.contact-form{display:flex;flex-direction:column;gap:.75rem}.contact-form textarea{background:var(--surface-light);border:1px solid rgba(255,255,255,.1);border-radius:8px;padding:.75rem 1rem;color:var(--text);resize:vertical;min-height:80px;transition:all .3s ease}.contact-form input{background:var(--surface-light);border:1px solid rgba(255,255,255,.1);border-radius:8px;padding:.75rem 1rem;color:var(--text);transition:all .3s ease}.contact-form input:focus,.contact-form textarea:focus{outline:none;border-color:var(--brand);box-shadow:0 0 0 3px var(--brand-glow)}.submit-button{background:var(--brand);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;align-self:flex-start}.submit-button:hover{background:var(--brand-light);transform:scale(1.05)}.footer-bottom{text-align:center;margin-top:2rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.1);color:var(--text-light)}.modal{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:#000c;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:2000;opacity:0;transition:opacity .3s ease}.modal.show{display:flex;align-items:center;justify-content:center;opacity:1}.modal-content{background:var(--surface);border-radius:16px;width:90%;max-width:800px;height:80vh;display:flex;flex-direction:column;box-shadow:0 20px 60px #00000080;border:1px solid rgba(255,255,255,.1);transform:scale(.9);transition:transform .3s ease}.modal.show .modal-content{transform:scale(1)}.modal-header{padding:1rem 1.5rem;border-bottom:1px solid rgba(255,255,255,.1);display:flex;justify-content:space-between;align-items:center}.modal-title{font-size:1.25rem;font-weight:700}.close-button{background:none;border:none;color:var(--text-light);font-size:1.25rem;cursor:pointer;padding:.25rem;transition:color .3s ease}.close-button:hover{color:var(--text)}.chat-container{flex:1;overflow-y:auto;padding:1rem 1.5rem}.chat-message{margin-bottom:.75rem;display:flex;gap:1rem}.chat-message.user{justify-content:flex-end}.message-bubble{background:var(--surface-light);padding:.75rem 1rem;border-radius:12px;max-width:80%}.chat-message.user .message-bubble{background:var(--brand)}.chat-input-container{padding:1rem 1.5rem;border-top:1px solid rgba(255,255,255,.1)}.chat-input-wrapper{display:flex;gap:.5rem}.chat-input{flex:1;background:var(--surface-light);border:1px solid rgba(255,255,255,.1);border-radius:8px;padding:.75rem 1rem;color:var(--text);font-size:1rem}.chat-input:focus{outline:none;border-color:var(--brand);box-shadow:0 0 0 3px var(--brand-glow)}.success-container{display:none;text-align:center;padding:1.5rem}#pitch-success{width:100px;height:100px;margin:0 auto}@media (max-width: 768px){nav{padding:.75rem 1rem}.nav-container{flex-direction:column;align-items:flex-start;gap:1rem}.logo{align-self:center}.nav-links{justify-content:center;width:100%;gap:0}.nav-links li:first-child{display:none}.nav-links li:last-child{width:100%;text-align:center}.nav-links li:last-child a{display:block;width:100%;max-width:200px;margin:0 auto;text-align:center}.hero{min-height:40vh;padding:2rem 1rem}.hero h1{font-size:clamp(2rem,6vw,3rem)}.hero .subtitle{font-size:clamp(1rem,4vw,1.2rem)}.interactive-section{padding:2rem 1rem}.cards-container{flex-direction:column;align-items:center;gap:2rem}.interactive-card,.interactive-card:first-child{width:100%;max-width:none;padding:2rem 1.5rem}.comparison-section{padding:2rem 1rem}.comparison-container{max-width:none;width:100%}.philosophy-content{width:100%}.philosophy-item{grid-template-columns:1fr;gap:1rem;text-align:center;margin-bottom:2rem}.philosophy-number{font-size:2rem;justify-self:center}footer{padding:2rem 1rem}.footer-container{grid-template-columns:1fr;gap:2rem;max-width:none;width:100%}.contact-form{width:100%}}@media (max-width: 480px){nav{padding:.5rem}.nav-container{gap:.75rem}.hero{min-height:35vh;padding:1.5rem .5rem}.interactive-section{padding:1.5rem .5rem}.interactive-card{padding:1.5rem 1rem}.comparison-section{padding:1.5rem .5rem}footer{padding:1.5rem .5rem}}.loading-dots{display:inline-flex;gap:4px}.loading-dots span{width:8px;height:8px;border-radius:50%;background:var(--brand);animation:loading 1.4s infinite ease-in-out both}.loading-dots span:nth-child(1){animation-delay:-.32s}.loading-dots span:nth-child(2){animation-delay:-.16s}@keyframes loading{0%,80%,to{transform:scale(0);opacity:.5}40%{transform:scale(1);opacity:1}}.evaluation-modal{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:#000c;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:2000;align-items:center;justify-content:center}.evaluation-content{background:var(--surface);border-radius:16px;width:90%;max-width:600px;padding:2rem;box-shadow:0 20px 60px #00000080;border:1px solid rgba(255,255,255,.1)}.evaluation-step{display:none}.evaluation-step.active{display:block}.question-title{font-size:1.5rem;margin-bottom:1rem}.options-grid{display:grid;gap:1rem;margin-bottom:1.5rem}.option-button{background:var(--surface-light);border:1px solid rgba(255,255,255,.1);padding:.75rem 1rem;border-radius:8px;color:var(--text);cursor:pointer;transition:all .3s ease;text-align:left}.option-button:hover{background:var(--brand);border-color:var(--brand);transform:scale(1.02)}.evaluation-result{text-align:center;padding:1.5rem}.result-icon{margin-bottom:.75rem;display:flex;justify-content:center}.result-icon svg{width:60px;height:60px}.result-title{font-size:2rem;margin-bottom:.75rem}.result-description{color:var(--text-light);margin-bottom:1.5rem;line-height:1.5}.comparison-section{padding:3rem 2rem 4rem;background:linear-gradient(180deg,transparent,rgba(0,139,139,.03),transparent)}.comparison-container{max-width:1200px;margin:0 auto;text-align:center}.philosophy-content{margin-top:2.5rem;display:grid;grid-template-columns:auto 1fr;gap:.5rem 1.5rem;max-width:1000px;margin:0 auto}.philosophy-item{grid-column:1 / -1;display:contents;text-align:left}.philosophy-number{font-size:3rem;font-weight:800;color:var(--brand-light);opacity:.3;line-height:1;grid-column:1;grid-row:span 2;align-self:start}.philosophy-item h3{font-size:1.5rem;margin-bottom:.1rem;color:var(--text);grid-column:2;align-self:end}.philosophy-item p{color:var(--text-light);line-height:1.6;grid-column:2;margin-bottom:2rem}body{margin:0;padding:0;width:100%;overflow-x:hidden}.auth-page{width:100%;min-height:100vh;background:var(--bg);display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr;position:relative;margin:0;padding:0}.auth-left{width:100%;height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem;position:relative;z-index:2}.auth-right{width:100%;height:100vh;background:linear-gradient(135deg,var(--brand-dark) 0%,var(--brand) 50%,var(--brand-light) 100%);position:relative;display:flex;align-items:center;justify-content:center;padding:4rem;overflow:hidden}.auth-right:before{content:"";position:absolute;inset:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="50" cy="50" r="1" fill="white" opacity="0.1"/><circle cx="20" cy="20" r="0.5" fill="white" opacity="0.05"/><circle cx="80" cy="30" r="0.8" fill="white" opacity="0.08"/><circle cx="30" cy="80" r="0.6" fill="white" opacity="0.06"/><circle cx="70" cy="70" r="0.4" fill="white" opacity="0.04"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');opacity:.3;pointer-events:none}.auth-marketing{max-width:600px;color:#fff;text-align:left;position:relative;z-index:1}.auth-marketing h1{font-size:clamp(2.5rem,4vw,3.5rem);font-weight:800;margin-bottom:1.5rem;line-height:1.1;text-shadow:0 2px 4px rgba(0,0,0,.1)}.auth-marketing p{font-size:clamp(1.1rem,1.5vw,1.25rem);margin-bottom:2rem;opacity:.95;line-height:1.6}.auth-marketing-features{display:grid;gap:1.5rem;margin-top:3rem}.auth-marketing-feature{display:flex;align-items:center;gap:1rem;padding:1rem;background:#ffffff1a;border-radius:12px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1)}.auth-marketing-feature-icon{width:48px;height:48px;border-radius:8px;background:#fff3;display:flex;align-items:center;justify-content:center;font-size:1.5rem;flex-shrink:0}.auth-marketing-feature-content h3{font-size:1.1rem;font-weight:600;margin-bottom:.25rem}.auth-marketing-feature-content p{font-size:.9rem;opacity:.8;margin:0}.auth-signin-slide{text-align:center;padding:2rem 0}.auth-signin-animation{width:200px;height:200px;margin:0 auto 2rem;background:#ffffff1a;border-radius:16px;display:flex;align-items:center;justify-content:center}.auth-signin-fallback{font-size:4rem;line-height:1}.auth-signin-subtitle{font-size:1.2rem;font-weight:400;margin-bottom:1rem;opacity:.9;color:#fff}.auth-signin-indicators{display:flex;justify-content:center;gap:.5rem;margin:2rem 0}.auth-signin-indicator{width:10px;height:10px;border-radius:50%;background:#ffffff4d;cursor:pointer;transition:all .3s ease}.auth-signin-indicator.active{background:#fff;transform:scale(1.2)}.auth-user-welcome{margin-bottom:2rem}.auth-user-activity{margin-top:2rem;padding:1rem;background:#ffffff1a;border-radius:12px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.auth-user-activity-list{display:flex;flex-direction:column;gap:.75rem}.auth-user-activity-item{display:flex;align-items:center;gap:.75rem;padding:.5rem;background:#ffffff0d;border-radius:6px;font-size:.875rem}.auth-user-activity-icon{flex-shrink:0}.auth-user-activity-time{margin-left:auto;opacity:.6;font-size:.75rem}.auth-card{background:var(--surface-glass);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;border:1px solid rgba(255,255,255,.1);box-shadow:0 20px 40px #008b8b1a;width:100%;max-width:480px;position:relative;overflow:hidden}.auth-card:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,var(--brand-glow) 0%,transparent 70%);opacity:.1;pointer-events:none}.auth-header{text-align:center;padding:2rem 2rem 1rem;position:relative;z-index:1}.auth-header h2{font-size:1.75rem;font-weight:700;margin-bottom:.5rem;color:var(--text);background:linear-gradient(135deg,var(--text) 0%,var(--brand-light) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.auth-header p{color:var(--text-light);font-size:.9rem;margin:0}.auth-mode-switcher{display:flex;margin:0 2rem 1.5rem;background:var(--surface);border-radius:8px;padding:4px;position:relative;z-index:1}.auth-mode-btn{flex:1;padding:.75rem 1rem;border:none;border-radius:6px;font-size:.9rem;font-weight:600;font-family:inherit;cursor:pointer;transition:all .3s ease;background:transparent;color:var(--text-light)}.auth-mode-btn.active{background:var(--brand);color:#fff;box-shadow:0 2px 8px #008b8b4d}.auth-mode-btn:hover:not(.active){color:var(--brand-light)}.auth-message{margin:0 2rem 1.5rem;padding:.75rem 1rem;border-radius:8px;font-size:.875rem;position:relative;z-index:1}.auth-message.success{background:#10b9811a;border:1px solid rgba(16,185,129,.2);color:var(--success)}.auth-message.error{background:#ef44441a;border:1px solid rgba(239,68,68,.2);color:var(--error)}.auth-message.info{background:#3b82f61a;border:1px solid rgba(59,130,246,.2);color:var(--accent-blue)}.auth-form{padding:0 2rem;position:relative;z-index:1}.auth-form-group{margin-bottom:1.25rem}.auth-form-label{display:block;margin-bottom:.5rem;font-size:.875rem;font-weight:600;color:var(--text)}.auth-form-input{width:100%;padding:.875rem 1rem;border:1px solid rgba(255,255,255,.1);border-radius:8px;font-size:1rem;font-family:inherit;background:var(--surface);color:var(--text);transition:all .3s ease}.auth-form-input:focus{outline:none;border-color:var(--brand);box-shadow:0 0 0 3px var(--brand-glow)}.auth-form-input.error{border-color:var(--error)}.auth-form-input.error:focus{box-shadow:0 0 0 3px #ef444433}.auth-form-error{color:var(--error);font-size:.75rem;margin-top:.25rem;display:block}.auth-btn{width:100%;padding:.875rem 1rem;border:none;border-radius:8px;font-size:1rem;font-weight:600;font-family:inherit;cursor:pointer;transition:all .3s ease;margin-bottom:1rem;display:flex;align-items:center;justify-content:center;gap:.5rem}.auth-btn-primary{background:var(--brand);color:#fff}.auth-btn-primary:hover:not(:disabled){background:var(--brand-light);transform:translateY(-1px);box-shadow:0 8px 16px #008b8b4d}.auth-btn-google{background:#4285f4;color:#fff}.auth-btn-google:hover:not(:disabled){background:#357ae8;transform:translateY(-1px);box-shadow:0 8px 16px #4285f44d}.auth-btn-secondary{background:var(--surface-light);color:var(--text-light);border:1px solid rgba(255,255,255,.1)}.auth-btn-secondary:hover:not(:disabled){background:var(--surface);color:var(--text);transform:translateY(-1px)}.auth-btn:disabled{opacity:.6;cursor:not-allowed;transform:none!important}.auth-divider{display:flex;align-items:center;margin:1.5rem 2rem;font-size:.875rem;color:var(--text-light);position:relative;z-index:1}.auth-divider:before,.auth-divider:after{content:"";flex:1;height:1px;background:#ffffff1a}.auth-divider span{padding:0 1rem}.auth-profile{padding:2rem;text-align:center;position:relative;z-index:1}.auth-profile-avatar{width:80px;height:80px;border-radius:50%;margin:0 auto 1rem;display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:700;color:#fff;background:var(--brand);border:3px solid rgba(255,255,255,.1);box-shadow:0 8px 16px #008b8b33}.auth-profile-avatar img{width:100%;height:100%;border-radius:50%;object-fit:cover}.auth-profile-name{font-size:1.25rem;font-weight:600;color:var(--text);margin-bottom:.25rem}.auth-profile-email{color:var(--text-light);font-size:.9rem;margin-bottom:1rem}.auth-profile-badge{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .75rem;background:var(--surface);border-radius:12px;font-size:.75rem;color:var(--text-light);margin-bottom:1.5rem}.auth-profile-stats{background:var(--surface);border-radius:8px;padding:1rem;margin-bottom:1.5rem;font-size:.875rem}.auth-profile-stat{display:flex;justify-content:space-between;margin-bottom:.5rem;color:var(--text-light)}.auth-profile-stat:last-child{margin-bottom:0}.auth-profile-stat-value{color:var(--text);font-weight:600}.auth-profile-stat-success{color:var(--success)}.auth-loading{padding:3rem 2rem;text-align:center;color:var(--text-light);font-size:1.1rem}@media (max-width: 1024px){.auth-page{grid-template-columns:1fr;grid-template-rows:auto 1fr}.auth-right{order:-1;height:auto;min-height:40vh;padding:2rem}.auth-left{height:auto;min-height:60vh;padding:2rem}.auth-marketing{max-width:100%;text-align:center}.auth-marketing h1{font-size:clamp(2rem,6vw,2.5rem)}.auth-marketing-features{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem;margin-top:2rem}}@media (max-width: 768px){.auth-right{padding:1.5rem;min-height:35vh}.auth-left{padding:1.5rem}.auth-marketing-features{grid-template-columns:1fr}.auth-marketing-feature{flex-direction:column;text-align:center;padding:1.5rem}.auth-marketing-feature-icon{margin-bottom:.5rem}}@media (max-width: 480px){.auth-right{padding:1rem;min-height:30vh}.auth-left{padding:1rem}.auth-card{max-width:100%}.auth-header{padding:1.5rem 1.5rem 1rem}.auth-mode-switcher,.auth-message{margin:0 1.5rem 1.5rem}.auth-form{padding:0 1.5rem}.auth-divider{margin:1.5rem}.auth-profile{padding:1.5rem}.auth-marketing h1{font-size:1.8rem}.auth-marketing p{font-size:1rem}}.auth-form-input:focus,.auth-btn:focus,.auth-mode-btn:focus{outline:none}@media (prefers-reduced-motion: reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.auth-form-divider{border-top:2px solid rgba(255,255,255,.1);padding-top:1.5rem;margin-top:1rem;margin-bottom:1rem}.auth-form-divider h3{color:var(--text);margin-bottom:.5rem;font-size:1.1rem;font-weight:600}.auth-form-note{color:var(--text-light);font-size:.9rem;font-style:italic;margin-bottom:0;line-height:1.5}.auth-form-textarea{resize:vertical;min-height:80px;font-family:inherit}.auth-footer{text-align:center;margin-top:2rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1)}.auth-footer p{color:var(--text-light);font-size:.9rem;margin:0 0 1rem}
