@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&display=swap";*{box-sizing:border-box;margin:0;padding:0}body{margin:0;padding:0;font-family:Outfit,-apple-system,BlinkMacSystemFont,sans-serif}:root{--bg-base:#050508;--bg-surface:#14141999;--bg-surface-hover:#1e1e26cc;--text-primary:#f8f9fa;--text-secondary:#a0a0ab;--accent-primary:#8b5cf6;--accent-secondary:#3b82f6;--border-color:#ffffff14;--glass-blur:blur(12px)}body{background-color:var(--bg-base);color:var(--text-primary);overflow-x:hidden}.background-effects{z-index:-1;pointer-events:none;width:100vw;height:100vh;position:fixed;top:0;left:0;overflow:hidden}.glow-orb{filter:blur(120px);opacity:.4;border-radius:50%;animation:20s infinite alternate float;position:absolute}.glow-orb.primary{background:radial-gradient(circle, var(--accent-primary) 0%, transparent 70%);width:600px;height:600px;top:-10%;right:-5%}.glow-orb.secondary{background:radial-gradient(circle, var(--accent-secondary) 0%, transparent 70%);width:700px;height:700px;animation-delay:-10s;bottom:-20%;left:-10%}@keyframes float{0%{transform:translate(0)}to{transform:translate(-50px,50px)}}.gradient-text{background:linear-gradient(135deg,#a855f7,#3b82f6);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.navbar{z-index:100;width:100%;-webkit-backdrop-filter:var(--glass-blur);backdrop-filter:var(--glass-blur);border-bottom:1px solid var(--border-color);background:#05050866;padding:1.5rem 0;position:fixed;top:0}.nav-content{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:0 2rem;display:flex}.logo{align-items:center;gap:.5rem;font-size:1.5rem;font-weight:700;display:flex}.logo-text{background:linear-gradient(90deg,#fff,#aaa);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.nav-links{align-items:center;gap:2rem;display:flex}.nav-links a{color:var(--text-secondary);font-weight:500;text-decoration:none;transition:color .2s}.nav-links a:hover{color:var(--text-primary)}.btn{cursor:pointer;border:none;border-radius:8px;padding:.75rem 1.5rem;font-family:inherit;font-weight:500;text-decoration:none;transition:all .2s;display:inline-block}.btn-primary{background:var(--text-primary);color:var(--bg-base)}.btn-primary:hover{background:#e2e8f0;transform:translateY(-2px)}.btn-lg{padding:1rem 2rem;font-size:1.1rem}.hero{text-align:center;justify-content:center;align-items:center;min-height:100vh;padding:8rem 2rem 4rem;display:flex}.hero-content{flex-direction:column;align-items:center;gap:1.5rem;max-width:800px;animation:1s ease-out forwards fadeIn;display:flex}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.badge{color:#a78bfa;background:#8b5cf61a;border:1px solid #8b5cf633;border-radius:20px;padding:.5rem 1rem;font-size:.875rem;font-weight:600}.hero-title{font-size:clamp(3rem,6vw,5rem);font-weight:700;line-height:1.1}.hero-subtitle{color:var(--text-secondary);max-width:600px;font-size:clamp(1.1rem,2vw,1.25rem)}.integration-section{max-width:1200px;margin:0 auto;padding:6rem 2rem}.section-header{text-align:center;margin-bottom:4rem}.section-header h2{margin-bottom:1rem;font-size:2.5rem}.section-header p{color:var(--text-secondary);max-width:600px;margin:0 auto;font-size:1.1rem}.integration-grid{grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2rem;display:grid}.glass-card{background:var(--bg-surface);border:1px solid var(--border-color);-webkit-backdrop-filter:var(--glass-blur);backdrop-filter:var(--glass-blur);text-align:left;border-radius:16px;padding:2rem;transition:all .3s}.glass-card:hover{background:var(--bg-surface-hover);border-color:#ffffff26;transform:translateY(-5px)}.card-header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.badge-tag{color:#60a5fa;background:#3b82f61a;border-radius:12px;padding:.25rem .75rem;font-size:.75rem;font-weight:600}.card-desc{color:var(--text-secondary);margin-bottom:1.5rem;font-size:.95rem}.code-window{background:#0d0d12;border:1px solid #2a2a35;border-radius:8px;overflow:hidden}.window-header{background:#1a1a24;border-bottom:1px solid #2a2a35;justify-content:space-between;align-items:center;padding:.75rem 1rem;display:flex}.window-controls{gap:6px;display:flex}.window-controls i{border-radius:50%;width:12px;height:12px;display:inline-block}.window-controls i:first-child{background:#ff5f56}.window-controls i:nth-child(2){background:#ffbd2e}.window-controls i:nth-child(3){background:#27c93f}.window-title{color:var(--text-secondary);font-family:monospace;font-size:.8rem}.copy-btn{color:var(--text-secondary);cursor:pointer;background:0 0;border:1px solid #2a2a35;border-radius:4px;padding:.25rem .5rem;font-size:.75rem;transition:all .2s}.copy-btn:hover{color:#fff;background:#ffffff1a}.copy-btn.copied{color:#27c93f;border-color:#27c93f}pre{margin:0;padding:1.5rem;overflow-x:auto}code{color:#abb2bf;white-space:pre-wrap;font-family:monospace;font-size:.85rem;line-height:1.6}@media (width<=768px){.nav-links{display:none}.integration-grid{grid-template-columns:1fr}}.auth-container{background:var(--bg-base);width:100vw;min-height:100vh;display:flex}.auth-branding{border-right:1px solid var(--border-color);background:linear-gradient(135deg,#8b5cf60d 0%,#3b82f60d 100%);flex-direction:column;flex:1;padding:3rem 4rem;display:flex;position:relative;overflow:hidden}.auth-logo{z-index:10;align-items:center;gap:.5rem;font-size:1.5rem;font-weight:700;display:flex}.auth-hero-text{z-index:10;margin-top:20vh}.auth-hero-text h1{background:linear-gradient(90deg,#fff,#a0a0ab);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:.5rem;font-size:3.5rem;line-height:1.2}.auth-hero-text p{color:var(--text-secondary);max-width:400px;margin-top:2rem;font-size:1.1rem;line-height:1.6}.auth-graphic{z-index:1;background:radial-gradient(circle,#8b5cf61a 0%,#0000 70%);border-radius:50%;width:60vw;max-width:800px;height:60vw;max-height:800px;position:absolute;bottom:-10%;right:-10%}.auth-form-container{background:#000;flex:1;justify-content:center;align-items:center;padding:2rem;display:flex}.auth-card{background:var(--bg-surface);border:1px solid var(--border-color);width:100%;max-width:420px;-webkit-backdrop-filter:var(--glass-blur);backdrop-filter:var(--glass-blur);border-radius:16px;padding:2.5rem}.auth-header{text-align:center;margin-bottom:2rem}.auth-header h2{font-size:1.5rem;font-weight:600}.auth-form{flex-direction:column;gap:1.25rem;display:flex}.form-group{flex-direction:column;gap:.5rem;display:flex}.form-group label{color:var(--text-secondary);font-size:.875rem}.form-input{border:1px solid var(--border-color);color:var(--text-primary);background:#0003;border-radius:8px;outline:none;padding:.75rem 1rem;font-size:1rem;transition:border-color .2s}.form-input:focus{border-color:var(--accent-primary)}.input-with-button{gap:.5rem;display:flex}.input-with-button .form-input{flex:1}.send-code-btn{white-space:nowrap;padding:.75rem 1rem}.form-options{justify-content:space-between;align-items:center;font-size:.875rem;display:flex}.checkbox-label{cursor:pointer;color:var(--text-secondary);align-items:center;gap:.5rem;display:flex}.checkbox-label a,.forgot-password{color:var(--accent-secondary);text-decoration:none}.checkbox-label a:hover,.forgot-password:hover{text-decoration:underline}.auth-submit-btn{width:100%;margin-top:1rem;padding:.875rem;font-size:1rem}.auth-footer{text-align:center;color:var(--text-secondary);margin-top:1.5rem;font-size:.875rem}.auth-footer a{color:var(--accent-primary);font-weight:500;text-decoration:none}.auth-footer a:hover{text-decoration:underline}.oauth-section{margin-top:2rem}.oauth-divider{text-align:center;color:var(--text-secondary);align-items:center;margin-bottom:1.5rem;font-size:.75rem;display:flex}.oauth-divider:before,.oauth-divider:after{content:"";border-bottom:1px solid var(--border-color);flex:1}.oauth-divider span{padding:0 1rem}.oauth-icons{justify-content:center;display:flex}.oauth-btn{border:1px solid var(--border-color);width:48px;height:48px;color:var(--text-primary);cursor:pointer;background:#ffffff0d;border-radius:50%;justify-content:center;align-items:center;font-size:.8rem;transition:all .2s;display:flex}.oauth-btn:hover{border-color:var(--text-secondary);background:#ffffff1a}@media (width<=768px){.auth-container{flex-direction:column}.auth-branding{display:none}}
