@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=JetBrains+Mono:wght@400;500;600&display=swap";:root{--background:0 0% 100%;--foreground:222 47% 11%;--card:0 0% 100%;--card-foreground:222 47% 11%;--primary:245 58% 51%;--primary-foreground:0 0% 100%;--secondary:220 14% 96%;--secondary-foreground:222 47% 11%;--muted:220 14% 96%;--muted-foreground:220 9% 46%;--accent:174 72% 40%;--accent-foreground:0 0% 100%;--destructive:0 84% 60%;--border:220 13% 91%;--input:220 13% 91%;--ring:245 58% 51%;--radius:.75rem;--gradient-primary:linear-gradient(135deg, #463acb 0%, #9d26d9 100%);--gradient-accent:linear-gradient(135deg, #1dafa1 0%, #1aa1e6 100%);--gradient-hero:linear-gradient(135deg, #463acb1a 0%, #9d26d90d 100%);--glow-primary:0 0 60px #463acb4d;--glow-accent:0 0 60px #1dafa14d;--code-bg:222 47% 11%;--code-foreground:220 14% 96%}.dark{--background:222 47% 5%;--foreground:220 14% 96%;--card:222 47% 8%;--card-foreground:220 14% 96%;--primary:245 58% 60%;--primary-foreground:0 0% 100%;--secondary:222 47% 14%;--secondary-foreground:220 14% 96%;--muted:222 47% 14%;--muted-foreground:220 9% 60%;--accent:174 72% 50%;--accent-foreground:222 47% 5%;--destructive:0 62% 50%;--border:222 47% 16%;--input:222 47% 16%;--ring:245 58% 60%;--gradient-primary:linear-gradient(135deg, #685ed4 0%, #b152e0 100%);--gradient-accent:linear-gradient(135deg, #24dbc9 0%, #47b4eb 100%);--gradient-hero:linear-gradient(135deg, #685ed426 0%, #b152e014 100%);--glow-primary:0 0 80px #685ed466;--glow-accent:0 0 80px #24dbc966;--code-bg:222 47% 6%;--code-foreground:220 14% 90%}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background-color:hsl(var(--background));color:hsl(var(--foreground));-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,system-ui,-apple-system,sans-serif;line-height:1.6}h1,h2,h3,h4,h5,h6{letter-spacing:-.025em;font-weight:600;line-height:1.2}a{color:inherit;text-decoration:none}code,pre{font-family:JetBrains Mono,monospace}img{max-width:100%;height:auto}button{cursor:pointer;font-family:inherit}.font-quicksand{font-family:Quicksand,sans-serif!important}.container{width:100%;max-width:1400px;margin:0 auto;padding:0 1rem}@media (width>=768px){.container{padding:0 2rem}}.navbar{z-index:50;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background-color:hsl(var(--background) / .8);border-bottom:1px solid hsl(var(--border) / .5);position:fixed;top:0;left:0;right:0}.navbar-inner{justify-content:space-between;align-items:center;height:4rem;display:flex}.logo{align-items:center;gap:4px;display:flex}.logo-icon{background:0 0;border-radius:.5rem;justify-content:center;align-items:center;width:2rem;height:2rem;transition:box-shadow .3s;display:flex}.logo-icon svg{width:1.25rem;height:1.25rem;color:hsl(var(--primary-foreground))}.logo-text{letter-spacing:-.025em;font-size:1.25rem;font-weight:700}.nav-links{align-items:center;gap:2rem;display:none}@media (width>=768px){.nav-links{display:flex}}.nav-link{color:hsl(var(--muted-foreground));font-size:.875rem;font-weight:500;transition:color .2s}.nav-link:hover{color:hsl(var(--foreground))}.nav-actions{align-items:center;gap:.75rem;display:none}@media (width>=768px){.nav-actions{display:flex}}.mobile-actions{align-items:center;gap:.5rem;display:flex}@media (width>=768px){.mobile-actions{display:none}}.menu-toggle{color:hsl(var(--foreground));background:0 0;border:none;border-radius:.5rem;padding:.5rem;transition:background-color .2s}.menu-toggle:hover{background-color:hsl(var(--secondary))}.menu-toggle svg{width:1.25rem;height:1.25rem}.mobile-menu{border-top:1px solid hsl(var(--border));padding:1rem 0;animation:.2s fadeIn;display:none}.mobile-menu.open{display:block}@media (width>=768px){.mobile-menu{display:none!important}}.mobile-menu-links{flex-direction:column;gap:1rem;display:flex}.mobile-menu-link{color:hsl(var(--muted-foreground));padding:.5rem;font-size:.875rem;font-weight:500;transition:color .2s}.mobile-menu-link:hover{color:hsl(var(--foreground))}.mobile-menu-actions{border-top:1px solid hsl(var(--border));flex-direction:column;gap:.5rem;margin-top:1rem;padding-top:1rem;display:flex}.btn{border-radius:var(--radius);white-space:nowrap;border:none;justify-content:center;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;transition:all .2s;display:inline-flex}.btn-sm{padding:.375rem .75rem;font-size:.8125rem}.btn-lg{padding:.75rem 1.5rem;font-size:1rem}.btn-xl{padding:1rem 2rem;font-size:1.125rem}.btn-ghost{color:hsl(var(--foreground));background:0 0}.btn-ghost:hover{background-color:hsl(var(--secondary))}.btn-outline{color:hsl(var(--foreground));border:1px solid hsl(var(--border));background:0 0}.btn-outline:hover{background-color:hsl(var(--secondary))}.btn-gradient{background:var(--gradient-primary);color:hsl(var(--primary-foreground));box-shadow:0 4px 20px hsl(var(--primary) / .3)}.btn-gradient:hover{box-shadow:0 6px 30px hsl(var(--primary) / .4);transform:translateY(-1px)}.btn-hero{background:var(--gradient-primary);color:hsl(var(--primary-foreground));box-shadow:0 8px 30px hsl(var(--primary) / .35)}.btn-hero:hover{box-shadow:0 12px 40px hsl(var(--primary) / .45);transform:translateY(-2px)}.btn-hero-secondary{background:hsl(var(--background) / .1);color:hsl(var(--foreground));border:1px solid hsl(var(--border) / .5);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.btn-hero-secondary:hover{background:hsl(var(--background) / .2);border-color:hsl(var(--border))}.btn-primary{background-color:hsl(var(--primary));color:hsl(var(--primary-foreground))}.btn-primary:hover{opacity:.9}.btn svg{width:1.25rem;height:1.25rem;transition:transform .2s}.btn:hover svg.arrow{transform:translate(4px)}.btn-full{width:100%}.theme-toggle{color:hsl(var(--foreground));background:0 0;border:none;border-radius:.5rem;justify-content:center;align-items:center;padding:.5rem;transition:background-color .2s;display:flex}.theme-toggle:hover{background-color:hsl(var(--secondary))}.theme-toggle svg{width:1.25rem;height:1.25rem}.theme-toggle .sun-icon{display:block}.theme-toggle .moon-icon,.dark .theme-toggle .sun-icon{display:none}.dark .theme-toggle .moon-icon{display:block}.gradient-text{background:var(--gradient-primary);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hero{justify-content:center;align-items:center;min-height:100vh;padding-top:4rem;position:relative;overflow:hidden}.hero-bg{background:radial-gradient(ellipse at top, hsl(var(--primary) / .15), transparent 50%), radial-gradient(ellipse at bottom right, hsl(var(--accent) / .1), transparent 50%);position:absolute;inset:0}.hero-grid{background-image:linear-gradient(to right, hsl(var(--border) / .5) 1px, transparent 1px), linear-gradient(to bottom, hsl(var(--border) / .5) 1px, transparent 1px);background-size:4rem 4rem;position:absolute;inset:0;-webkit-mask-image:radial-gradient(60% 50% at 50% 0,#000 70%,#0000 110%);mask-image:radial-gradient(60% 50% at 50% 0,#000 70%,#0000 110%)}.hero-content{z-index:10;text-align:center;padding:2rem 1rem;position:relative}.hero-badge{background-color:hsl(var(--secondary) / .8);border:1px solid hsl(var(--border));border-radius:9999px;align-items:center;gap:.5rem;margin-bottom:2rem;padding:.5rem 1rem;animation:.6s forwards fadeUp;display:inline-flex}.hero-badge svg{width:1rem;height:1rem;color:hsl(var(--primary))}.hero-badge span{font-size:.875rem;font-weight:500}.hero-title{opacity:0;margin-bottom:1.5rem;font-size:2.5rem;font-weight:700;animation:.6s .1s forwards fadeUp}@media (width>=640px){.hero-title{font-size:3rem}}@media (width>=768px){.hero-title{font-size:3.75rem}}@media (width>=1024px){.hero-title{font-size:4.5rem}}.hero-subtitle{color:hsl(var(--muted-foreground));opacity:0;max-width:42rem;margin:0 auto 2.5rem;font-size:1.125rem;animation:.6s .2s forwards fadeUp}@media (width>=640px){.hero-subtitle{font-size:1.25rem}}.hero-ctas{opacity:0;flex-direction:column;justify-content:center;align-items:center;gap:1rem;animation:.6s .3s forwards fadeUp;display:flex}@media (width>=640px){.hero-ctas{flex-direction:row}}.hero-stats{opacity:0;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:32rem;margin:4rem auto 0;animation:.6s .4s forwards fadeUp;display:grid}.hero-stat{text-align:center}.hero-stat-value{font-size:1.5rem;font-weight:700}@media (width>=640px){.hero-stat-value{font-size:1.875rem}}.hero-stat-label{color:hsl(var(--muted-foreground));font-size:.875rem}.code-preview{opacity:0;max-width:48rem;margin:5rem auto 0;animation:.6s .5s forwards fadeUp}.code-block{background-color:hsl(var(--code-bg));color:hsl(var(--code-foreground));box-shadow:0 25px 50px -12px hsl(var(--primary) / .1);border:1px solid hsl(var(--border));border-radius:.75rem;overflow:hidden}.code-header{background-color:hsl(var(--secondary) / .3);border-bottom:1px solid hsl(var(--border));align-items:center;gap:.5rem;padding:.75rem 1rem;display:flex}.code-dot{border-radius:50%;width:.75rem;height:.75rem}.code-dot.red{background-color:hsl(var(--destructive) / .6)}.code-dot.yellow{background-color:#e7b00899}.code-dot.green{background-color:hsl(var(--accent) / .6)}.code-title{color:hsl(var(--muted-foreground));margin-left:.5rem;font-size:.75rem}.code-content{padding:1.5rem}.code-content pre{font-size:.875rem;line-height:1.6;overflow-x:auto}@media (width>=640px){.code-content pre{font-size:1rem}}.code-accent{color:hsl(var(--accent))}.code-primary{color:hsl(var(--primary))}.code-muted{color:hsl(var(--muted-foreground))}.code-yellow{color:#f8c630}.features{padding:6rem 0;position:relative}.features-bg{background:radial-gradient(ellipse at center, hsl(var(--primary) / .05), transparent 70%);position:absolute;inset:0}.section-header{text-align:center;max-width:42rem;margin:0 auto 4rem}.section-title{margin-bottom:1rem;font-size:1.875rem;font-weight:700}@media (width>=640px){.section-title{font-size:2.25rem}}.section-subtitle{color:hsl(var(--muted-foreground));font-size:1.125rem}.features-grid{gap:1.5rem;display:grid}@media (width>=768px){.features-grid{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.features-grid{grid-template-columns:repeat(3,1fr)}}.feature-card{background-color:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:1rem;padding:1.5rem;transition:all .3s}.feature-card:hover{border-color:hsl(var(--primary) / .5);box-shadow:0 10px 40px hsl(var(--primary) / .05)}.feature-icon{background:linear-gradient(135deg, hsl(var(--primary) / .1), hsl(var(--primary) / .05));border-radius:.75rem;justify-content:center;align-items:center;width:3rem;height:3rem;margin-bottom:1rem;transition:transform .3s;display:flex}.feature-card:hover .feature-icon{transform:scale(1.1)}.feature-icon svg{width:1.5rem;height:1.5rem;color:hsl(var(--primary))}.feature-title{margin-bottom:.5rem;font-size:1.125rem;font-weight:600}.feature-description{color:hsl(var(--muted-foreground));font-size:.875rem;line-height:1.6}.api-showcase{padding:6rem 0}.api-grid{gap:2rem;display:grid}@media (width>=1024px){.api-grid{grid-template-columns:repeat(2,1fr)}}.api-card{background-color:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:1rem;transition:all .3s;overflow:hidden}.api-card:hover{border-color:hsl(var(--primary) / .5)}.api-card-header{height:.5rem}.api-card-header.primary{background:linear-gradient(to right, hsl(var(--primary)), #a73cdd)}.api-card-header.accent{background:linear-gradient(to right, hsl(var(--accent)), #30abe8)}.api-card-content{padding:2rem}.api-card-title-row{align-items:flex-start;gap:1rem;margin-bottom:1.5rem;display:flex}.api-icon{width:3rem;height:3rem;box-shadow:0 4px 15px hsl(var(--primary) / .3);border-radius:.75rem;justify-content:center;align-items:center;display:flex}.api-icon.primary{background:linear-gradient(135deg, hsl(var(--primary)), #a73cdd)}.api-icon.accent{background:linear-gradient(135deg, hsl(var(--accent)), #30abe8)}.api-icon svg{width:1.5rem;height:1.5rem;color:hsl(var(--primary-foreground))}.api-title{margin-bottom:.25rem;font-size:1.25rem;font-weight:600}.api-endpoint{background-color:hsl(var(--secondary));color:hsl(var(--muted-foreground));border-radius:.25rem;padding:.25rem .5rem;font-family:JetBrains Mono,monospace;font-size:.75rem;display:inline-block}.api-description{color:hsl(var(--muted-foreground));margin-bottom:1.5rem}.api-code{border-radius:.75rem;margin-bottom:1.5rem;overflow:hidden}.api-code pre{background-color:hsl(var(--code-bg));color:hsl(var(--code-foreground));padding:1rem;font-size:.875rem;overflow-x:auto}.coming-soon{justify-content:center;margin-top:3rem;display:flex}.coming-soon-badge{background-color:hsl(var(--secondary) / .5);border:1px solid hsl(var(--border));border-radius:9999px;align-items:center;gap:.5rem;padding:.5rem 1rem;display:inline-flex}.pulse-dot{background-color:hsl(var(--accent));border-radius:50%;width:.5rem;height:.5rem;animation:2s ease-in-out infinite pulse}.coming-soon-text{color:hsl(var(--muted-foreground));font-size:.875rem}.code-examples{padding:6rem 0}.code-examples-card{background-color:hsl(var(--card));border:1px solid hsl(var(--border));box-shadow:0 25px 50px -12px hsl(var(--primary) / .05);border-radius:1rem;margin:0 auto;overflow:hidden}.code-tabs{background-color:hsl(var(--secondary) / .3);border-bottom:1px solid hsl(var(--border));flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;padding:.5rem 1rem;display:flex}.code-tabs-list{gap:.25rem;display:flex}.code-tab{color:hsl(var(--muted-foreground));background:0 0;border:none;border-radius:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;transition:all .2s}.code-tab:hover{color:hsl(var(--foreground));background-color:hsl(var(--secondary))}.code-tab.active{background-color:hsl(var(--primary));color:hsl(var(--primary-foreground))}.copy-btn{color:hsl(var(--muted-foreground));background:0 0;border:none;border-radius:.5rem;align-items:center;gap:.5rem;font-size:.875rem;transition:all .2s;display:flex}.copy-btn:hover{background-color:hsl(var(--secondary));color:hsl(var(--foreground))}.copy-btn svg{width:1rem;height:1rem}.code-example-content{background-color:hsl(var(--code-bg));padding:1.5rem}.code-example-content pre{color:hsl(var(--code-foreground));font-size:.875rem;line-height:1.6;overflow-x:auto}.pricing-section{padding:6rem 0}.pricing-header{text-align:center;max-width:48rem;margin:0 auto 4rem}.pricing-title{margin-bottom:1rem;font-size:2.5rem;font-weight:700}@media (width>=768px){.pricing-title{font-size:3rem}}.pricing-subtitle{color:hsl(var(--muted-foreground));font-size:1.125rem}.pricing-grid{gap:2rem;margin:0 auto;display:grid}@media (width>=768px){.pricing-grid{grid-template-columns:repeat(3,1fr)}}.pricing-card{background-color:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:1rem;padding:2rem;position:relative}.pricing-card.popular{background:linear-gradient(to bottom, hsl(var(--primary) / .1), hsl(var(--background)));border:2px solid hsl(var(--primary) / .5)}.popular-badge{background:var(--gradient-primary);color:hsl(var(--primary-foreground));box-shadow:0 4px 15px hsl(var(--primary) / .4);border-radius:9999px;align-items:center;gap:.375rem;padding:.375rem .75rem;font-size:.875rem;font-weight:500;display:flex;position:absolute;top:-1rem;left:50%;transform:translate(-50%)}.popular-badge svg{width:1rem;height:1rem}.pricing-plan-name{margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.pricing-price{align-items:baseline;gap:.25rem;margin-bottom:.5rem;display:flex}.pricing-amount{font-size:2.5rem;font-weight:700}.pricing-period{color:hsl(var(--muted-foreground))}.pricing-description{color:hsl(var(--muted-foreground));margin-bottom:1.5rem}.pricing-features{margin-bottom:1.5rem;list-style:none}.pricing-feature{align-items:center;gap:.75rem;padding:.5rem 0;font-size:.875rem;display:flex}.pricing-feature svg{flex-shrink:0;width:1.25rem;height:1.25rem}.pricing-feature svg.check{color:hsl(var(--accent))}.pricing-feature svg.x{color:hsl(var(--muted-foreground))}.comparison-section{margin:5rem auto 0}.comparison-title{text-align:center;margin-bottom:2rem;font-size:1.5rem;font-weight:700}.comparison-table{border:1px solid hsl(var(--border));border-radius:1rem;width:100%;overflow:auto hidden}.comparison-table table{border-collapse:collapse;width:100%}.comparison-table th,.comparison-table td{text-align:left;padding:1rem 1.5rem}.comparison-table th{background-color:hsl(var(--secondary) / .5);font-weight:600}.comparison-table th:not(:first-child),.comparison-table td:not(:first-child){text-align:center}.comparison-table tr:nth-child(2n){background-color:hsl(var(--card))}.comparison-table tr:nth-child(odd){background-color:hsl(var(--secondary) / .2)}.comparison-table svg{width:1.25rem;height:1.25rem;margin:0 auto}.comparison-table svg.check{color:hsl(var(--accent))}.comparison-table svg.x{color:hsl(var(--muted-foreground))}.enterprise-cta{text-align:center;background-color:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:1rem;margin-block:3rem;padding:2rem}.enterprise-title{margin-bottom:.5rem;font-size:1.25rem;font-weight:700}.enterprise-description{color:hsl(var(--muted-foreground));margin-bottom:1rem}.cta-section{padding:6rem 0;position:relative;overflow:hidden}.cta-bg{background:linear-gradient(135deg, hsl(var(--primary) / .2), hsl(var(--background)), hsl(var(--accent) / .1));position:absolute;inset:0}.cta-glow{background:radial-gradient(ellipse at center, hsl(var(--primary) / .2), transparent 70%);position:absolute;inset:0}.cta-content{z-index:10;text-align:center;max-width:48rem;margin:0 auto;position:relative}.cta-icon{background:var(--gradient-primary);width:4rem;height:4rem;box-shadow:var(--glow-primary);border-radius:1rem;justify-content:center;align-items:center;margin-bottom:2rem;display:inline-flex}.cta-icon svg{width:2rem;height:2rem;color:hsl(var(--primary-foreground))}.cta-title{margin-bottom:1.5rem;font-size:1.875rem;font-weight:700}@media (width>=640px){.cta-title{font-size:2.25rem}}@media (width>=768px){.cta-title{font-size:3rem}}.cta-subtitle{color:hsl(var(--muted-foreground));max-width:36rem;margin:0 auto 2.5rem;font-size:1.125rem}.cta-buttons{flex-direction:column;justify-content:center;gap:1rem;display:flex}@media (width>=640px){.cta-buttons{flex-direction:row}}.cta-note{color:hsl(var(--muted-foreground));margin-top:1.5rem;font-size:.875rem}.footer{border-top:1px solid hsl(var(--border));background-color:hsl(var(--card) / .5)}.footer-content{padding:3rem 0}.footer-grid{grid-template-columns:repeat(2,1fr);gap:2rem;display:grid}@media (width>=768px){.footer-grid{grid-template-columns:repeat(5,1fr)}}.footer-brand{grid-column:span 2}@media (width>=768px){.footer-brand{grid-column:span 1}}.footer-logo{align-items:center;gap:.5rem;margin-bottom:1rem;display:flex}.footer-tagline{color:hsl(var(--muted-foreground));margin-bottom:1rem;font-size:.875rem}.footer-social{gap:.75rem;display:flex}.footer-social-link{color:hsl(var(--muted-foreground));border-radius:.5rem;padding:.5rem;transition:all .2s}.footer-social-link:hover{background-color:hsl(var(--secondary));color:hsl(var(--foreground))}.footer-social-link svg{width:1.25rem;height:1.25rem}.footer-links-title{margin-bottom:1rem;font-size:.875rem;font-weight:600}.footer-links{list-style:none}.footer-link{color:hsl(var(--muted-foreground));padding:.25rem 0;font-size:.875rem;transition:color .2s;display:block}.footer-link:hover{color:hsl(var(--foreground))}.footer-bottom{border-top:1px solid hsl(var(--border));flex-direction:column;align-items:center;gap:1rem;padding:2rem 0;display:flex}@media (width>=768px){.footer-bottom{flex-direction:row;justify-content:space-between}}.footer-copyright{color:hsl(var(--muted-foreground));font-size:.875rem}.footer-status{align-items:center;gap:.5rem;display:flex}.status-dot{background-color:hsl(var(--accent));border-radius:50%;width:.5rem;height:.5rem;animation:2s ease-in-out infinite pulse}.status-text{color:hsl(var(--muted-foreground));font-size:.875rem}.auth-page{min-height:100vh;display:flex}.auth-form-panel{flex-direction:column;flex:1;padding:1.5rem;display:flex}@media (width>=768px){.auth-form-panel{padding:3rem}}.auth-header{justify-content:space-between;align-items:center;margin-bottom:3rem;display:flex}.auth-form-container{flex:1;justify-content:center;align-items:center;display:flex}.auth-form-inner{width:100%;max-width:24rem}.auth-title{text-align:center;margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.auth-subtitle{color:hsl(var(--muted-foreground));text-align:center;margin-bottom:2rem}.auth-form{flex-direction:column;gap:1rem;padding-bottom:1rem;display:flex}.form-group{flex-direction:column;gap:.5rem;display:flex}.form-label{font-size:.875rem;font-weight:500}.form-label-row{justify-content:space-between;align-items:center;display:flex}.form-input{border:1px solid hsl(var(--input));border-radius:var(--radius);background-color:hsl(var(--background));width:100%;color:hsl(var(--foreground));padding:.75rem 1rem;font-size:.875rem;transition:border-color .2s,box-shadow .2s}.form-input:focus{border-color:hsl(var(--ring));box-shadow:0 0 0 3px hsl(var(--ring) / .1);outline:none}.form-input::placeholder{color:hsl(var(--muted-foreground))}.password-input-wrapper{position:relative}.password-toggle{color:hsl(var(--muted-foreground));background:0 0;border:none;padding:.25rem;transition:color .2s;position:absolute;top:50%;right:.75rem;transform:translateY(-50%)}.password-toggle:hover{color:hsl(var(--foreground))}.password-toggle svg{width:1rem;height:1rem}.form-hint{color:hsl(var(--muted-foreground));font-size:.75rem}.form-link{color:hsl(var(--primary));font-size:.875rem;transition:-webkit-text-decoration .2s,text-decoration .2s}.form-link:hover{text-decoration:underline}.auth-divider{margin:1.5rem 0;position:relative}.auth-divider:before{content:"";border-top:1px solid hsl(var(--border));align-items:center;display:flex;position:absolute;inset:50% 0 0}.auth-divider-text{background-color:hsl(var(--background));text-transform:uppercase;color:hsl(var(--muted-foreground));justify-content:center;padding:0 .5rem;font-size:.75rem;display:flex;position:relative}.auth-switch{color:hsl(var(--muted-foreground));text-align:center;margin-top:1.5rem;font-size:.875rem}.auth-switch a{color:hsl(var(--primary));font-weight:500}.auth-switch a:hover{text-decoration:underline}.auth-terms{color:hsl(var(--muted-foreground));text-align:center;margin-top:1rem;font-size:.75rem}.auth-terms a{text-decoration:underline}.auth-terms a:hover{color:hsl(var(--foreground))}.auth-visual-panel{background:linear-gradient(135deg, hsl(var(--primary) / .2), hsl(var(--background)), hsl(var(--accent) / .1));flex:1;justify-content:center;align-items:center;padding:3rem;display:none}@media (width>=1024px){.auth-visual-panel{display:flex}}.auth-visual-content{text-align:center;max-width:28rem}.auth-visual-icon{background:var(--gradient-primary);width:5rem;height:5rem;box-shadow:0 25px 50px hsl(var(--primary) / .3), var(--glow-primary);border-radius:1rem;justify-content:center;align-items:center;margin-bottom:2rem;display:inline-flex}.auth-visual-icon svg{width:2.5rem;height:2.5rem;color:hsl(var(--primary-foreground))}.auth-visual-title{margin-bottom:1rem;font-size:1.875rem;font-weight:700}.auth-visual-subtitle{color:hsl(var(--muted-foreground));margin-bottom:2rem}.auth-benefits{text-align:left;list-style:none}.auth-benefit{align-items:center;gap:.75rem;padding:.5rem 0;font-size:.875rem;display:flex}.auth-benefit-icon{background-color:hsl(var(--accent) / .2);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:1.25rem;height:1.25rem;display:flex}.auth-benefit-icon svg{width:.75rem;height:.75rem;color:hsl(var(--accent))}.docs-page{min-height:100vh;padding-top:4rem}.docs-layout{display:flex}.docs-sidebar{background-color:hsl(var(--card));border-right:1px solid hsl(var(--border));z-index:40;width:16rem;height:calc(100vh - 4rem);transition:transform .3s;position:fixed;top:4rem;left:0;overflow-y:auto;transform:translate(-100%)}.docs-sidebar.open{transform:translate(0)}@media (width>=768px){.docs-sidebar{position:sticky;transform:translate(0)}}.docs-sidebar-content{padding:1rem}.docs-sidebar-section{margin-bottom:1.5rem}.docs-sidebar-title{text-transform:uppercase;letter-spacing:.05em;color:hsl(var(--muted-foreground));margin-bottom:.5rem;font-size:.75rem;font-weight:600}.docs-sidebar-links{list-style:none}.docs-sidebar-link{width:100%;color:hsl(var(--muted-foreground));text-align:left;cursor:pointer;background:0 0;border:none;border-radius:.5rem;align-items:center;gap:.5rem;padding:.5rem .75rem;font-size:.875rem;transition:all .2s;display:flex}.docs-sidebar-link:hover{color:hsl(var(--foreground));background-color:hsl(var(--secondary))}.docs-sidebar-link.active{color:hsl(var(--primary));background-color:hsl(var(--primary) / .1);font-weight:500}.docs-sidebar-link svg{width:1rem;height:1rem}.docs-main{flex:1;min-width:0;padding:1.5rem}@media (width>=768px){.docs-main{padding:3rem}}.docs-content{max-width:48rem;margin:0 auto}.docs-article h1{margin-bottom:1rem;font-size:1.875rem;font-weight:700}@media (width>=768px){.docs-article h1{font-size:2.25rem}}.docs-article h2{margin:2rem 0 1rem;font-size:1.5rem;font-weight:600}.docs-article p{color:hsl(var(--muted-foreground));margin-bottom:1rem;line-height:1.7}.docs-article ol{color:hsl(var(--muted-foreground));margin-bottom:2rem;padding-left:1.5rem;list-style:decimal}.docs-article li{padding:.25rem 0}.docs-article-header{align-items:center;gap:.75rem;margin-bottom:1rem;display:flex}.docs-article-icon{border-radius:.5rem;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;display:flex}.docs-article-icon.primary{background:linear-gradient(135deg, hsl(var(--primary)), #a73cdd)}.docs-article-icon.accent{background:linear-gradient(135deg, hsl(var(--accent)), #30abe8)}.docs-article-icon svg{width:1.25rem;height:1.25rem;color:hsl(var(--primary-foreground))}.docs-code-block{margin-bottom:1.5rem;position:relative}.docs-code-block pre{background-color:hsl(var(--code-bg));color:hsl(var(--code-foreground));border-radius:.75rem;padding:1rem;font-size:.875rem;overflow-x:auto}.docs-code-inline{background-color:hsl(var(--code-bg));color:hsl(var(--code-foreground));border-radius:.75rem;padding:1rem;font-size:.875rem}.docs-tip{background-color:hsl(var(--accent) / .1);border:1px solid hsl(var(--accent) / .2);border-radius:.75rem;margin-top:2rem;padding:1rem}.docs-tip p{margin:0;font-size:.875rem}.docs-tip strong{color:hsl(var(--accent))}.docs-table{width:100%;margin-bottom:2rem;overflow-x:auto}.docs-table table{border-collapse:collapse;text-align:left;width:100%}.docs-table th,.docs-table td{border-bottom:1px solid hsl(var(--border));padding:.75rem 1rem}.docs-table th{font-weight:600}.docs-table td{color:hsl(var(--muted-foreground))}.docs-table .mono{font-family:JetBrains Mono,monospace;font-size:.875rem}.docs-sidebar-toggle{z-index:50;background-color:hsl(var(--primary));color:hsl(var(--primary-foreground));box-shadow:0 4px 20px hsl(var(--primary) / .4);border:none;border-radius:9999px;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;bottom:1rem;right:1rem}@media (width>=768px){.docs-sidebar-toggle{display:none}}.docs-sidebar-toggle svg{width:1.25rem;height:1.25rem}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.hidden{display:none!important}.text-center{text-align:center}.text-muted{color:hsl(var(--muted-foreground))}.not-found{text-align:center;justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex}.not-found-content{max-width:28rem}.not-found-code{margin-bottom:1rem;font-size:6rem;font-weight:800;line-height:1}.not-found-title{margin-bottom:.5rem;font-size:1.5rem;font-weight:600}.not-found-description{color:hsl(var(--muted-foreground));margin-bottom:2rem}.form-input.error{border-color:hsl(var(--destructive))}.form-error{color:hsl(var(--destructive));margin-top:.25rem;font-size:.75rem}.password-generator-section{justify-content:center;align-items:flex-start;min-height:100vh;padding:6rem 0 4rem;display:flex;position:relative}.password-generator-bg{background:radial-gradient(ellipse at top, hsl(var(--accent) / .1), transparent 50%), radial-gradient(ellipse at bottom right, hsl(var(--primary) / .08), transparent 50%);position:absolute;inset:0}.password-generator-wrapper{z-index:10;width:100%;max-width:50rem;margin:0 auto;padding:0 1rem;position:relative}.password-generator-header{text-align:center;margin-bottom:2rem}.password-icon-wrapper{background:var(--gradient-accent);width:4rem;height:4rem;box-shadow:0 8px 30px hsl(var(--accent) / .3);border-radius:1rem;justify-content:center;align-items:center;margin-bottom:1.5rem;display:inline-flex}.password-icon-wrapper svg{color:hsl(var(--accent-foreground))}.password-generator-title{background:var(--gradient-accent);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.5rem;font-size:2rem;font-weight:700}@media (width>=768px){.password-generator-title{font-size:2.5rem}}.password-generator-subtitle{color:hsl(var(--muted-foreground));font-size:1rem}.password-card{background:hsl(var(--card));border:1px solid hsl(var(--border));box-shadow:0 10px 40px hsl(var(--foreground) / .08);border-radius:1rem;padding:1.5rem}@media (width>=768px){.password-card{padding:2rem}}.password-display-wrapper{margin-bottom:1rem;position:relative}.password-display{background:hsl(var(--code-bg));border-radius:.75rem;align-items:center;padding:.25rem;display:flex;overflow:hidden}.password-output{color:hsl(var(--code-foreground));letter-spacing:.05em;background:0 0;border:none;outline:none;flex:1;min-width:0;padding:.75rem 1rem;font-family:JetBrains Mono,monospace;font-size:1rem}.password-output::placeholder{color:hsl(var(--muted-foreground));letter-spacing:normal;font-family:Inter,sans-serif;font-size:.875rem}.password-output.generated{animation:.3s pulse-once}@keyframes pulse-once{0%,to{opacity:1}50%{opacity:.5}}.password-actions{gap:.25rem;padding-right:.5rem;display:flex}.password-action-btn{background:hsl(var(--secondary) / .2);width:2.25rem;height:2.25rem;color:hsl(var(--code-foreground));cursor:pointer;border:none;border-radius:.5rem;justify-content:center;align-items:center;transition:all .2s;display:flex}.password-action-btn:hover{background:hsl(var(--secondary) / .3);color:hsl(var(--accent))}.password-action-btn.success{color:hsl(var(--accent))}.copy-message{background:hsl(var(--accent));color:hsl(var(--accent-foreground));opacity:0;pointer-events:none;z-index:10;border-radius:.5rem;align-items:center;gap:.375rem;padding:.5rem .75rem;font-size:.75rem;font-weight:500;transition:all .2s;display:flex;position:absolute;top:calc(100% + .5rem);right:0;transform:translateY(-.5rem)}.copy-message.visible{opacity:1;transform:translateY(0)}.password-strength-wrapper{align-items:center;gap:.75rem;margin-bottom:1.5rem;display:flex}.password-strength-bar{background:hsl(var(--secondary));border-radius:9999px;flex:1;height:.375rem;overflow:hidden}.password-strength-fill{background:hsl(var(--muted-foreground));border-radius:9999px;width:0;height:100%;transition:all .3s}.password-strength-fill.weak{background:#ef4343}.password-strength-fill.fair{background:#e7b008}.password-strength-fill.good{background:#24dbc9}.password-strength-fill.strong{background:#22c358}.password-strength-text{text-transform:uppercase;letter-spacing:.05em;color:hsl(var(--muted-foreground));text-align:right;min-width:3.5rem;font-size:.75rem;font-weight:600}.password-strength-text.weak{color:#ef4343}.password-strength-text.fair{color:#e7b008}.password-strength-text.good{color:#24dbc9}.password-strength-text.strong{color:#22c358}.password-controls{flex-direction:column;gap:1.5rem;margin-bottom:1.5rem;display:flex}.control-group{flex-direction:column;gap:.75rem;display:flex}.control-header{justify-content:space-between;align-items:center;display:flex}.control-label{color:hsl(var(--foreground));font-size:.875rem;font-weight:600}.control-value{color:hsl(var(--accent));background:hsl(var(--accent) / .1);border-radius:.375rem;padding:.25rem .5rem;font-family:JetBrains Mono,monospace;font-size:.875rem;font-weight:600}.slider-wrapper{flex-direction:column;gap:.5rem;display:flex}.password-slider{appearance:none;background:hsl(var(--secondary));cursor:pointer;border-radius:9999px;outline:none;width:100%;height:.5rem;position:relative}.password-slider::-webkit-slider-thumb{appearance:none;background:var(--gradient-accent);cursor:pointer;width:1.25rem;height:1.25rem;box-shadow:0 2px 8px hsl(var(--accent) / .4);border-radius:9999px;transition:transform .2s,box-shadow .2s}.password-slider::-webkit-slider-thumb:hover{box-shadow:0 4px 12px hsl(var(--accent) / .5);transform:scale(1.1)}.password-slider::-moz-range-thumb{background:var(--gradient-accent);cursor:pointer;width:1.25rem;height:1.25rem;box-shadow:0 2px 8px hsl(var(--accent) / .4);border:none;border-radius:9999px;transition:transform .2s,box-shadow .2s}.password-slider::-moz-range-thumb:hover{box-shadow:0 4px 12px hsl(var(--accent) / .5);transform:scale(1.1)}.slider-labels{color:hsl(var(--muted-foreground));justify-content:space-between;font-size:.75rem;display:flex}.checkbox-grid{grid-template-columns:1fr;gap:.75rem;display:grid}@media (width>=480px){.checkbox-grid{grid-template-columns:1fr 1fr}}.checkbox-item{background:hsl(var(--secondary) / .5);border:1px solid hsl(var(--border));cursor:pointer;border-radius:.75rem;align-items:center;gap:.75rem;padding:.75rem;transition:all .2s;display:flex}.checkbox-item:hover{background:hsl(var(--secondary));border-color:hsl(var(--accent) / .3)}.checkbox-item:has(input:checked){background:hsl(var(--accent) / .1);border-color:hsl(var(--accent) / .5)}.checkbox-item input{opacity:0;width:0;height:0;position:absolute}.checkbox-custom{border:2px solid hsl(var(--border));background:hsl(var(--background));border-radius:.375rem;flex-shrink:0;justify-content:center;align-items:center;width:1.25rem;height:1.25rem;transition:all .2s;display:flex}.checkbox-custom svg{opacity:0;color:hsl(var(--accent-foreground));transition:all .2s;transform:scale(.5)}.checkbox-item:has(input:checked) .checkbox-custom{background:hsl(var(--accent));border-color:hsl(var(--accent))}.checkbox-item:has(input:checked) .checkbox-custom svg{opacity:1;transform:scale(1)}.checkbox-label{flex-direction:row;align-items:center;gap:.5rem;display:flex}.checkbox-title{color:hsl(var(--foreground));font-size:.875rem;font-weight:500}.checkbox-example{color:hsl(var(--muted-foreground));font-size:.75rem;display:none}.validation-message{background:hsl(var(--destructive) / .1);border:1px solid hsl(var(--destructive) / .3);color:hsl(var(--destructive));opacity:0;border-radius:.5rem;align-items:center;gap:.5rem;max-height:0;padding:.75rem;font-size:.8125rem;transition:all .3s;display:flex;overflow:hidden}.validation-message.visible{opacity:1;max-height:4rem;margin-top:.75rem}.generate-btn{padding:1rem 1.5rem;font-size:1rem}.generate-btn svg{width:1.25rem;height:1.25rem}.password-info{grid-template-columns:1fr;gap:1rem;margin-top:2rem;display:grid}@media (width>=640px){.password-info{grid-template-columns:repeat(3,1fr)}}.info-card{background:hsl(var(--card) / .5);border:1px solid hsl(var(--border) / .5);border-radius:.75rem;align-items:flex-start;gap:.75rem;padding:1rem;display:flex}.info-icon{background:hsl(var(--secondary));width:2.5rem;height:2.5rem;color:hsl(var(--accent));border-radius:.5rem;flex-shrink:0;justify-content:center;align-items:center;display:flex}.info-icon svg{width:1.25rem;height:1.25rem}.info-content{flex:1}.info-title{margin-bottom:.25rem;font-size:.875rem;font-weight:600}.info-description{color:hsl(var(--muted-foreground));font-size:.75rem;line-height:1.4}.password-info-modern{margin-top:3rem;padding:2rem 0}.info-section-header{text-align:center;margin-bottom:2.5rem}.info-badge{text-transform:uppercase;letter-spacing:.05em;color:hsl(var(--primary));background:hsl(var(--primary) / .1);border:1px solid hsl(var(--primary) / .2);border-radius:9999px;align-items:center;margin-bottom:1rem;padding:.375rem 1rem;font-size:.75rem;font-weight:600;display:inline-flex}.info-section-title{background:var(--gradient-text);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.5rem;font-size:1.75rem;font-weight:700}.info-section-subtitle{color:hsl(var(--muted-foreground));max-width:24rem;margin:0 auto;font-size:1rem}.info-cards-grid{grid-template-columns:1fr;gap:1.25rem;display:grid}@media (width>=640px){.info-cards-grid{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.info-cards-grid{grid-template-columns:repeat(4,1fr)}}.info-card-modern{background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:1rem;padding:1.5rem;transition:all .3s;position:relative;overflow:hidden}.info-card-modern:before{content:"";background:var(--gradient-primary);opacity:0;height:3px;transition:opacity .3s;position:absolute;top:0;left:0;right:0}.info-card-modern:hover{border-color:hsl(var(--primary) / .3);box-shadow:0 20px 40px hsl(var(--primary) / .1), var(--glow-primary);transform:translateY(-4px)}.info-card-modern:hover:before{opacity:1}.info-card-glow{background:radial-gradient(circle, hsl(var(--primary) / .05) 0%, transparent 50%);opacity:0;pointer-events:none;width:200%;height:200%;transition:opacity .5s;position:absolute;top:-50%;left:-50%}.info-card-modern:hover .info-card-glow{opacity:1}.info-icon-modern{border-radius:.75rem;justify-content:center;align-items:center;width:3rem;height:3rem;margin-bottom:1rem;transition:transform .3s,box-shadow .3s;display:flex}.info-card-modern:hover .info-icon-modern{transform:scale(1.1)}.info-icon-shield{color:#16a249;background:linear-gradient(135deg,#16a24926,#16a2490d);border:1px solid #16a24933}.info-icon-lock{color:#3c83f6;background:linear-gradient(135deg,#3c83f626,#3c83f60d);border:1px solid #3c83f633}.info-icon-bolt{color:#e7b008;background:linear-gradient(135deg,#e7b00826,#e7b0080d);border:1px solid #e7b00833}.info-icon-settings{color:#b055dd;background:linear-gradient(135deg,#b055dd26,#b055dd0d);border:1px solid #b055dd33}.info-icon-globe{color:#0da2e7;background:linear-gradient(135deg,#0da2e726,#0da2e70d);border:1px solid #0da2e733}.info-cards-grid-3{grid-template-columns:1fr}@media (width>=640px){.info-cards-grid-3{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.info-cards-grid-3{grid-template-columns:repeat(3,1fr)}}.info-card-title{color:hsl(var(--foreground));margin-bottom:.5rem;font-size:1rem;font-weight:600}.info-card-description{color:hsl(var(--muted-foreground));margin-bottom:1rem;font-size:.875rem;line-height:1.6}.info-card-tag{font-size:.75rem;font-weight:500;font-family:var(--font-mono);color:hsl(var(--muted-foreground));background:hsl(var(--secondary));border-radius:.375rem;align-items:center;gap:.5rem;padding:.375rem .75rem;display:inline-flex}.tag-dot{background:hsl(var(--primary));border-radius:50%;width:6px;height:6px;animation:2s ease-in-out infinite pulse-dot}@keyframes pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.2)}}.api-promo{background:var(--gradient-hero);border:1px solid hsl(var(--border));text-align:center;border-radius:1rem;flex-direction:column;align-items:center;gap:1rem;margin-top:2rem;padding:1.5rem;display:flex}@media (width>=640px){.api-promo{text-align:left;flex-direction:row}}.api-promo-content{flex:1;align-items:center;gap:1rem;display:flex}.api-promo-icon{background:hsl(var(--primary) / .1);width:3rem;height:3rem;color:hsl(var(--primary));border-radius:.75rem;flex-shrink:0;justify-content:center;align-items:center;display:flex}.api-promo-title{margin-bottom:.25rem;font-size:1rem;font-weight:600}.api-promo-description{color:hsl(var(--muted-foreground));font-size:.875rem}.apps-section{min-height:100vh;padding:8rem 0 4rem;position:relative}.apps-bg{background:var(--gradient-hero);pointer-events:none;z-index:-1;height:50%;position:absolute;top:0;left:0;right:0}.apps-header{text-align:center;margin-bottom:3rem}.apps-icon-wrapper{background:var(--gradient-primary);width:4rem;height:4rem;color:hsl(var(--primary-foreground));box-shadow:var(--glow-primary);border-radius:1rem;justify-content:center;align-items:center;margin:0 auto 1.5rem;display:flex}.apps-title{background:var(--gradient-primary);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.75rem;font-size:2.5rem;font-weight:700}.apps-subtitle{color:hsl(var(--muted-foreground));font-size:1.125rem}.apps-search-wrapper{max-width:600px;margin:0 auto 2.5rem}.apps-search{align-items:center;display:flex;position:relative}.apps-search-icon{color:hsl(var(--muted-foreground));pointer-events:none;position:absolute;left:1rem}.apps-search-input{width:100%;color:hsl(var(--foreground));background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:.75rem;outline:none;padding:.875rem 3rem;font-size:1rem;transition:border-color .2s,box-shadow .2s}.apps-search-input:focus{border-color:hsl(var(--primary));box-shadow:0 0 0 3px hsl(var(--primary) / .1)}.apps-search-input::placeholder{color:hsl(var(--muted-foreground))}.apps-search-clear{width:2rem;height:2rem;color:hsl(var(--muted-foreground));cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;transition:color .2s;display:flex;position:absolute;right:.75rem}.apps-search-clear:hover{color:hsl(var(--foreground))}.apps-grid{grid-template-columns:1fr;gap:1.5rem;margin-bottom:2rem;display:grid}@media (width>=640px){.apps-grid{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.apps-grid{grid-template-columns:repeat(4,1fr)}}.app-card{background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:1rem;flex-direction:column;padding:1.5rem;transition:transform .2s,box-shadow .2s,border-color .2s;display:flex}.app-card:hover{box-shadow:0 12px 40px hsl(var(--primary) / .1);border-color:hsl(var(--primary) / .3);transform:translateY(-4px)}.app-card-disabled{opacity:.7}.app-card-disabled:hover{box-shadow:none;border-color:hsl(var(--border));transform:none}.app-card-icon{background:hsl(var(--primary) / .1);width:3rem;height:3rem;color:hsl(var(--primary));border-radius:.75rem;justify-content:center;align-items:center;margin-bottom:1rem;display:flex}.app-card-content{flex:1;margin-bottom:1rem}.app-card-header{flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:.5rem;display:flex}.app-card-title{color:hsl(var(--foreground));font-size:1rem;font-weight:600}.app-card-badge{text-transform:uppercase;letter-spacing:.05em;color:hsl(var(--primary));background:hsl(var(--primary) / .1);border-radius:.25rem;padding:.25rem .5rem;font-size:.625rem;font-weight:600}.app-card-description{color:hsl(var(--muted-foreground));-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.875rem;line-height:1.5;display:-webkit-box;overflow:hidden}.app-card-footer{justify-content:flex-start;display:flex}.app-card-btn{width:100%}.app-card-coming-soon{width:100%;color:hsl(var(--muted-foreground));background:hsl(var(--secondary));border-radius:.5rem;justify-content:center;align-items:center;padding:.5rem 1rem;font-size:.75rem;font-weight:500;display:flex}.apps-empty{text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:4rem 2rem;display:flex}.apps-empty-icon{background:hsl(var(--secondary));width:5rem;height:5rem;color:hsl(var(--muted-foreground));border-radius:50%;justify-content:center;align-items:center;margin-bottom:1.5rem;display:flex}.apps-empty-title{margin-bottom:.5rem;font-size:1.25rem;font-weight:600}.apps-empty-text{color:hsl(var(--muted-foreground));margin-bottom:1.5rem;font-size:.875rem}.apps-pagination{justify-content:center;align-items:center;gap:1rem;padding:2rem 0;display:flex}.apps-page-info{color:hsl(var(--muted-foreground));font-size:.875rem}.datetime-live-clock{flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:2rem;display:flex}.live-clock-card{background:hsl(var(--card) / .8);border:1px solid hsl(var(--border));text-align:center;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:.75rem;padding:1rem 1.5rem}.live-clock-label{color:hsl(var(--muted-foreground));text-transform:uppercase;letter-spacing:.05em;margin-bottom:.25rem;font-size:.75rem}.live-clock-value{color:hsl(var(--primary));font-family:SF Mono,Monaco,monospace;font-size:1.125rem;font-weight:600}.datetime-tabs-modern{grid-template-columns:repeat(4,1fr);display:grid}@media (width<=768px){.datetime-tabs-modern{grid-template-columns:repeat(2,1fr)}}.datetime-quick-actions{flex-wrap:wrap;gap:.5rem;display:flex}.datetime-quick-btn{color:hsl(var(--primary));background:hsl(var(--primary) / .1);border:1px solid hsl(var(--primary) / .2);cursor:pointer;border-radius:.5rem;padding:.5rem 1rem;font-size:.8125rem;font-weight:500;transition:all .2s}.datetime-quick-btn:hover{background:hsl(var(--primary) / .2)}.datetime-operation-toggle{gap:.5rem;display:flex}.datetime-op-btn{color:hsl(var(--muted-foreground));background:hsl(var(--secondary));border:1px solid hsl(var(--border));cursor:pointer;border-radius:.5rem;flex:1;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1rem;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}.datetime-op-btn.active{color:hsl(var(--primary));background:hsl(var(--primary) / .1);border-color:hsl(var(--primary) / .3)}.datetime-calc-grid{grid-template-columns:repeat(4,1fr);gap:.75rem;display:grid}@media (width<=640px){.datetime-calc-grid{grid-template-columns:repeat(2,1fr)}}.datetime-result-body{padding:1.5rem}.datetime-result-grid{flex-wrap:wrap;align-items:center;gap:1.5rem;display:flex}.datetime-result-item{flex:1;min-width:200px}.datetime-result-label{color:hsl(var(--muted-foreground));text-transform:uppercase;letter-spacing:.05em;margin-bottom:.25rem;font-size:.75rem}.datetime-result-value{color:hsl(var(--foreground));font-size:.9375rem;font-weight:600}.datetime-result-datetime{color:hsl(var(--primary));margin-top:.25rem;font-size:1rem}.datetime-result-arrow{color:hsl(var(--muted-foreground))}.datetime-result-details{flex-direction:column;gap:.75rem;display:flex}.datetime-detail-row{background:hsl(var(--secondary) / .3);border-radius:.5rem;justify-content:space-between;align-items:center;padding:.75rem 1rem;display:flex}.datetime-detail-row.datetime-detail-highlight{background:hsl(var(--primary) / .1);border:1px solid hsl(var(--primary) / .2)}.datetime-detail-label{color:hsl(var(--muted-foreground));font-size:.8125rem}.datetime-detail-value{color:hsl(var(--foreground));font-size:.875rem;font-weight:500}.datetime-mono{font-family:SF Mono,Monaco,monospace}.datetime-copyable{cursor:pointer;transition:color .2s}.datetime-copyable:hover{color:hsl(var(--primary))}.currency-form-row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}@media (width<=640px){.currency-form-row{grid-template-columns:1fr}}.nav-link-active{color:hsl(var(--primary))!important}.currency-hero{padding:10rem 0;position:relative;overflow:hidden}.currency-hero-bg{pointer-events:none;position:absolute;inset:0;overflow:hidden}.currency-hero-orb{filter:blur(100px);opacity:.4;border-radius:50%;position:absolute}.currency-hero-orb-1{background:hsl(var(--primary));width:600px;height:600px;top:-20%;right:-10%}.currency-hero-orb-2{background:hsl(var(--accent));width:500px;height:500px;bottom:-30%;left:-10%}.currency-hero-grid{background-image:linear-gradient(hsl(var(--border) / .3) 1px, transparent 1px), linear-gradient(90deg, hsl(var(--border) / .3) 1px, transparent 1px);background-size:60px 60px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(#000 30%,#0000 70%);mask-image:radial-gradient(#000 30%,#0000 70%)}.currency-hero-content{text-align:center;margin:0 auto;position:relative}.currency-hero-badge{color:hsl(var(--primary));background:hsl(var(--primary) / .1);border:1px solid hsl(var(--primary) / .2);border-radius:2rem;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.5rem 1rem .5rem .75rem;font-size:.875rem;font-weight:500;display:inline-flex}.currency-hero-badge .badge-dot{background:hsl(var(--primary));border-radius:50%;width:8px;height:8px;animation:2s ease-in-out infinite pulse-dot}.currency-hero-title{color:hsl(var(--foreground));margin-bottom:1rem;font-size:clamp(2.5rem,6vw,4rem);font-weight:800;line-height:1.1}.currency-hero-subtitle{color:hsl(var(--muted-foreground));margin-bottom:2.5rem;font-size:1.125rem;line-height:1.6}.currency-api-key-wrapper{max-width:500px;margin:0 auto}.currency-api-key-card{background:hsl(var(--card));border:1px solid hsl(var(--border));box-shadow:0 4px 24px hsl(var(--foreground) / .05);border-radius:1rem;align-items:center;gap:.75rem;padding:.5rem;display:flex}.currency-api-key-icon{background:hsl(var(--secondary));width:44px;height:44px;color:hsl(var(--primary));border-radius:.625rem;flex-shrink:0;justify-content:center;align-items:center;display:flex}.currency-api-key-input{min-width:0;color:hsl(var(--foreground));background:0 0;border:none;outline:none;flex:1;padding:.75rem 0;font-family:JetBrains Mono,monospace;font-size:.9375rem}.currency-api-key-input::placeholder{color:hsl(var(--muted-foreground))}.currency-api-key-toggle{width:44px;height:44px;color:hsl(var(--muted-foreground));cursor:pointer;background:0 0;border:none;border-radius:.625rem;flex-shrink:0;justify-content:center;align-items:center;transition:all .2s;display:flex}.currency-api-key-toggle:hover{background:hsl(var(--secondary));color:hsl(var(--foreground))}.currency-api-key-hint{color:hsl(var(--muted-foreground));margin-top:1rem;font-size:.875rem}.currency-api-key-hint a{color:hsl(var(--primary));font-weight:500;transition:color .2s}.currency-api-key-hint a:hover{text-decoration:underline}.currency-main{margin-top:-45px;padding:0;position:relative}.currency-tabs-wrapper{margin-bottom:3rem}.currency-tabs-modern{gap:1rem;margin:0 auto;display:grid}@media (width>=768px){.currency-tabs-modern{grid-template-columns:repeat(3,1fr)}}.currency-tab-modern{text-align:left;background:hsl(var(--card));border:1px solid hsl(var(--border));cursor:pointer;border-radius:1rem;align-items:center;gap:1rem;padding:1.25rem 1.5rem;transition:all .3s;display:flex}.currency-tab-modern:hover{border-color:hsl(var(--primary) / .3);box-shadow:0 4px 20px hsl(var(--primary) / .1)}.currency-tab-modern.active{background:var(--gradient-primary);box-shadow:0 8px 32px hsl(var(--primary) / .35);border-color:#0000}.currency-tab-icon{background:hsl(var(--secondary));width:48px;height:48px;color:hsl(var(--primary));border-radius:.75rem;flex-shrink:0;justify-content:center;align-items:center;transition:all .3s;display:flex}.currency-tab-modern.active .currency-tab-icon{background:hsl(var(--primary-foreground) / .2);color:hsl(var(--primary-foreground))}.currency-tab-content{flex-direction:column;gap:.25rem;display:flex}.currency-tab-title{color:hsl(var(--foreground));font-size:1rem;font-weight:600;transition:color .3s}.currency-tab-modern.active .currency-tab-title{color:hsl(var(--primary-foreground))}.currency-tab-desc{color:hsl(var(--muted-foreground));font-size:.8125rem;transition:color .3s}.currency-tab-modern.active .currency-tab-desc{color:hsl(var(--primary-foreground) / .8)}.currency-tab-panel{padding-bottom:4rem;animation:.4s fadeSlideIn;display:none}.currency-tab-panel.active{display:block}@keyframes fadeSlideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.currency-panel-layout{gap:2rem;margin:0 auto;display:grid}@media (width>=900px){.currency-panel-layout{grid-template-columns:500px 1fr;gap:3rem}}.currency-panel-info{flex-direction:column;gap:1.25rem;display:flex}.currency-panel-badge{text-transform:uppercase;letter-spacing:.05em;color:#16a249;background:#16a2491a;border-radius:.375rem;align-self:flex-start;padding:.375rem .75rem;font-size:.75rem;font-weight:600;display:inline-flex}.currency-panel-title{color:hsl(var(--foreground));font-size:1.75rem;font-weight:700;line-height:1.2}.currency-panel-desc{color:hsl(var(--muted-foreground));font-size:1rem;line-height:1.6}.currency-endpoint-modern{background:hsl(var(--code-bg));border:1px solid hsl(var(--border));border-radius:.75rem;align-items:center;gap:.75rem;padding:.875rem 1rem;display:flex}.currency-method-badge{text-transform:uppercase;letter-spacing:.025em;color:#fff;background:#16a249;border-radius:.25rem;padding:.25rem .625rem;font-size:.6875rem;font-weight:700}.currency-endpoint-url{color:hsl(var(--code-foreground));flex:1;font-family:JetBrains Mono,monospace;font-size:.875rem}.currency-endpoint-copy{width:32px;height:32px;color:hsl(var(--muted-foreground));cursor:pointer;background:0 0;border:none;border-radius:.375rem;justify-content:center;align-items:center;transition:all .2s;display:flex}.currency-endpoint-copy:hover{background:hsl(var(--secondary));color:hsl(var(--foreground))}.currency-form-modern{flex-direction:column;gap:1rem;display:flex}.currency-form-group{flex-direction:column;gap:.5rem;display:flex}.currency-form-label{color:hsl(var(--foreground));font-size:.8125rem;font-weight:500}.currency-select-wrapper{position:relative}.currency-form-select,.currency-form-input{width:100%;color:hsl(var(--foreground));background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:.75rem;outline:none;padding:.875rem 1rem;font-size:.9375rem;transition:all .2s}.currency-form-select:focus,.currency-form-input:focus{border-color:hsl(var(--primary));box-shadow:0 0 0 3px hsl(var(--primary) / .1)}.currency-form-select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-position:right .875rem center;background-repeat:no-repeat;background-size:1rem;padding-right:2.5rem}.currency-action-btn{color:hsl(var(--primary-foreground));background:var(--gradient-primary);cursor:pointer;box-shadow:0 4px 16px hsl(var(--primary) / .3);border:none;border-radius:.75rem;justify-content:center;align-items:center;gap:.625rem;padding:1rem 1.5rem;font-size:.9375rem;font-weight:600;transition:all .3s;display:inline-flex}.currency-action-btn:hover:not(:disabled){box-shadow:0 8px 24px hsl(var(--primary) / .4);transform:translateY(-2px)}.currency-action-btn:disabled{opacity:.7;cursor:not-allowed}.currency-action-btn-full{width:100%}.currency-panel-result{position:relative}.currency-result-card{background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:1rem;overflow:hidden}.currency-result-header{background:hsl(var(--secondary) / .5);border-bottom:1px solid hsl(var(--border));justify-content:space-between;align-items:center;padding:1rem 1.25rem;display:flex}.currency-result-status{color:hsl(var(--foreground));align-items:center;gap:.5rem;font-size:.8125rem;font-weight:500;display:flex}.status-dot{border-radius:50%;width:8px;height:8px}.status-dot.success{background:#16a249}.currency-copy-btn{color:hsl(var(--muted-foreground));background:hsl(var(--secondary));cursor:pointer;border:none;border-radius:.375rem;align-items:center;gap:.375rem;padding:.5rem .75rem;font-size:.75rem;font-weight:500;transition:all .2s;display:inline-flex}.currency-copy-btn:hover{color:hsl(var(--foreground));background:hsl(var(--border))}.currency-result-body{background:hsl(var(--code-bg));max-height:350px;padding:1.25rem;overflow-y:auto}.currency-result-body pre{margin:0}.currency-result-body code{color:hsl(var(--code-foreground));white-space:pre-wrap;word-break:break-word;font-size:.8125rem}.currency-result-placeholder{text-align:center;background:hsl(var(--card));border:2px dashed hsl(var(--border));border-radius:1rem;flex-direction:column;justify-content:center;align-items:center;gap:1rem;height:100%;padding:4rem 2rem;display:flex}#convert-currency{margin-top:20px}.currency-result-placeholder .placeholder-icon{color:hsl(var(--muted-foreground) / .5)}.currency-result-placeholder p{color:hsl(var(--muted-foreground));font-size:.9375rem}.currency-rates-grid{border-top:1px solid hsl(var(--border));grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:.75rem;padding:1.25rem;display:grid}.currency-rate-card{text-align:center;background:hsl(var(--secondary));border-radius:.75rem;padding:1rem;transition:all .2s}.currency-rate-card:hover{box-shadow:0 4px 12px hsl(var(--primary) / .1);transform:translateY(-2px)}.rate-currency-code{color:hsl(var(--primary));margin-bottom:.25rem;font-size:.875rem;font-weight:700}.rate-value-modern{color:hsl(var(--foreground));margin-bottom:.25rem;font-size:1.25rem;font-weight:700}.rate-base-label{color:hsl(var(--muted-foreground));text-transform:uppercase;letter-spacing:.05em;font-size:.6875rem}.currency-converter-modern{flex-direction:column;gap:1.5rem;display:flex}.currency-converter-card{background:hsl(var(--card));border:1px solid hsl(var(--border));box-shadow:0 4px 24px hsl(var(--foreground) / .05);border-radius:1.25rem;padding:2rem}.currency-converter-row{gap:1rem;display:grid}@media (width>=480px){.currency-converter-row{grid-template-columns:1.5fr 1fr}}.currency-converter-field{flex-direction:column;gap:.5rem;display:flex}.currency-converter-field-full{grid-column:1/-1}.currency-converter-label{text-transform:uppercase;letter-spacing:.05em;color:hsl(var(--muted-foreground));font-size:.75rem;font-weight:600}.currency-converter-input,.currency-converter-select{color:hsl(var(--foreground));background:hsl(var(--secondary));border:1px solid hsl(var(--border));border-radius:.75rem;outline:none;padding:1rem 1.25rem;font-size:1.25rem;font-weight:600;transition:all .2s}.currency-converter-input:focus,.currency-converter-select:focus{border-color:hsl(var(--primary));box-shadow:0 0 0 3px hsl(var(--primary) / .1)}.currency-converter-select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-position:right 1rem center;background-repeat:no-repeat;background-size:1.25rem;padding-right:3rem}.currency-swap-row{align-items:center;gap:1rem;padding:1.5rem 0;display:flex}.currency-swap-line{background:hsl(var(--border));flex:1;height:1px}.currency-swap-btn{background:hsl(var(--secondary));border:1px solid hsl(var(--border));width:48px;height:48px;color:hsl(var(--muted-foreground));cursor:pointer;border-radius:50%;justify-content:center;align-items:center;transition:all .3s;display:flex}.currency-swap-btn:hover{background:hsl(var(--primary) / .1);border-color:hsl(var(--primary));color:hsl(var(--primary));transform:rotate(180deg)}.currency-conversion-display{background:hsl(var(--secondary));border-radius:1rem;flex-wrap:wrap;justify-content:center;align-items:center;gap:1.5rem;margin-top:1.5rem;padding:1.5rem;display:flex}.currency-conversion-display .conversion-from,.currency-conversion-display .conversion-to{align-items:baseline;gap:.5rem;display:flex}.currency-conversion-display .conversion-amount{color:hsl(var(--foreground));font-size:1.75rem;font-weight:800}.currency-conversion-display .conversion-currency{color:hsl(var(--primary));font-size:1rem;font-weight:600}.conversion-equals{color:hsl(var(--muted-foreground));justify-content:center;align-items:center;display:flex}.currency-info-section{background:hsl(var(--secondary) / .3);padding:6rem 0}.currency-info-header{text-align:center;margin-bottom:3rem}.currency-info-badge{text-transform:uppercase;letter-spacing:.05em;color:hsl(var(--primary));background:hsl(var(--primary) / .1);border-radius:2rem;margin-bottom:1rem;padding:.375rem .875rem;font-size:.75rem;font-weight:600;display:inline-block}.currency-info-title{color:hsl(var(--foreground));margin-bottom:.5rem;font-size:2rem;font-weight:700}.currency-info-subtitle{color:hsl(var(--muted-foreground));font-size:1rem}.currency-info-grid{gap:1.5rem;margin:0 auto;display:grid}@media (width>=640px){.currency-info-grid{grid-template-columns:repeat(2,1fr)}}@media (width>=900px){.currency-info-grid{grid-template-columns:repeat(4,1fr)}}.currency-info-card{text-align:center;background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:1rem;padding:1.5rem;transition:all .3s}.currency-info-card:hover{box-shadow:0 12px 40px hsl(var(--primary) / .1);border-color:hsl(var(--primary) / .2);transform:translateY(-4px)}.currency-info-card-icon{background:hsl(var(--primary) / .1);width:56px;height:56px;color:hsl(var(--primary));border-radius:.875rem;justify-content:center;align-items:center;margin:0 auto 1rem;display:flex}.currency-info-card h3{color:hsl(var(--foreground));margin-bottom:.5rem;font-size:1rem;font-weight:600}.currency-info-card p{color:hsl(var(--muted-foreground));font-size:.875rem;line-height:1.5}.social-label{color:var(--text-secondary);font-size:.875rem;font-weight:500}.social-icons{gap:8px;display:flex}.social-icon{width:40px;height:40px;color:var(--text-secondary);background:#6366f114;border-radius:10px;justify-content:center;align-items:center;transition:all .3s;display:flex}.dark .social-icon{background:#6366f11f}.social-icon:hover{color:#fff;background:linear-gradient(135deg,#6366f1 0%,#8b5cf6 100%);transform:translateY(-3px)}
