@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, hsl(245 58% 51%) 0%, hsl(280 70% 50%) 100%);--gradient-accent: linear-gradient(135deg, hsl(174 72% 40%) 0%, hsl(200 80% 50%) 100%);--gradient-hero: linear-gradient(135deg, hsl(245 58% 51% / .1) 0%, hsl(280 70% 50% / .05) 100%);--glow-primary: 0 0 60px hsl(245 58% 51% / .3);--glow-accent: 0 0 60px hsl(174 72% 40% / .3);--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, hsl(245 58% 60%) 0%, hsl(280 70% 60%) 100%);--gradient-accent: linear-gradient(135deg, hsl(174 72% 50%) 0%, hsl(200 80% 60%) 100%);--gradient-hero: linear-gradient(135deg, hsl(245 58% 60% / .15) 0%, hsl(280 70% 60% / .08) 100%);--glow-primary: 0 0 80px hsl(245 58% 60% / .4);--glow-accent: 0 0 80px hsl(174 72% 50% / .4);--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{font-family:Inter,system-ui,-apple-system,sans-serif;background-color:hsl(var(--background));color:hsl(var(--foreground));line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-weight:600;letter-spacing:-.025em;line-height:1.2}a{color:inherit;text-decoration:none}code,pre{font-family:JetBrains Mono,monospace}img{max-width:100%;height:auto}button{font-family:inherit;cursor:pointer}.container{width:100%;max-width:1400px;margin:0 auto;padding:0 1rem}@media (min-width: 768px){.container{padding:0 2rem}}.navbar{position:fixed;top:0;left:0;right:0;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)}.navbar-inner{display:flex;align-items:center;justify-content:space-between;height:4rem}.logo{display:flex;align-items:center;gap:.5rem}.logo-icon{width:2rem;height:2rem;border-radius:.5rem;background:var(--gradient-primary);display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px hsl(var(--primary) / .25);transition:box-shadow .3s ease}.logo:hover .logo-icon{box-shadow:0 6px 30px hsl(var(--primary) / .35)}.logo-icon svg{width:1.25rem;height:1.25rem;color:hsl(var(--primary-foreground))}.logo-text{font-size:1.25rem;font-weight:700;letter-spacing:-.025em}.nav-links{display:none;align-items:center;gap:2rem}@media (min-width: 768px){.nav-links{display:flex}}.nav-link{font-size:.875rem;font-weight:500;color:hsl(var(--muted-foreground));transition:color .2s ease}.nav-link:hover{color:hsl(var(--foreground))}.nav-actions{display:none;align-items:center;gap:.75rem}@media (min-width: 768px){.nav-actions{display:flex}}.mobile-actions{display:flex;align-items:center;gap:.5rem}@media (min-width: 768px){.mobile-actions{display:none}}.menu-toggle{padding:.5rem;border-radius:.5rem;background:transparent;border:none;color:hsl(var(--foreground));transition:background-color .2s ease}.menu-toggle:hover{background-color:hsl(var(--secondary))}.menu-toggle svg{width:1.25rem;height:1.25rem}.mobile-menu{display:none;padding:1rem 0;border-top:1px solid hsl(var(--border));animation:fadeIn .2s ease}.mobile-menu.open{display:block}@media (min-width: 768px){.mobile-menu{display:none!important}}.mobile-menu-links{display:flex;flex-direction:column;gap:1rem}.mobile-menu-link{font-size:.875rem;font-weight:500;color:hsl(var(--muted-foreground));padding:.5rem;transition:color .2s ease}.mobile-menu-link:hover{color:hsl(var(--foreground))}.mobile-menu-actions{display:flex;flex-direction:column;gap:.5rem;padding-top:1rem;margin-top:1rem;border-top:1px solid hsl(var(--border))}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;border-radius:var(--radius);border:none;transition:all .2s ease;white-space:nowrap}.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{background:transparent;color:hsl(var(--foreground))}.btn-ghost:hover{background-color:hsl(var(--secondary))}.btn-outline{background:transparent;color:hsl(var(--foreground));border:1px solid hsl(var(--border))}.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 ease}.btn:hover svg.arrow{transform:translate(4px)}.btn-full{width:100%}.theme-toggle{padding:.5rem;border-radius:.5rem;background:transparent;border:none;color:hsl(var(--foreground));transition:background-color .2s ease;display:flex;align-items:center;justify-content:center}.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-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero{position:relative;min-height:100vh;align-items:center;justify-content:center;overflow:hidden;padding-top:4rem}.hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at top,hsl(var(--primary) / .15),transparent 50%),radial-gradient(ellipse at bottom right,hsl(var(--accent) / .1),transparent 50%)}.hero-grid{position:absolute;top:0;right:0;bottom:0;left:0;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;mask-image:radial-gradient(ellipse 60% 50% at 50% 0%,#000 70%,transparent 110%);-webkit-mask-image:radial-gradient(ellipse 60% 50% at 50% 0%,#000 70%,transparent 110%)}.hero-content{position:relative;z-index:10;text-align:center;padding:2rem 1rem}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:9999px;background-color:hsl(var(--secondary) / .8);border:1px solid hsl(var(--border));margin-bottom:2rem;animation:fadeUp .6s ease forwards}.hero-badge svg{width:1rem;height:1rem;color:hsl(var(--primary))}.hero-badge span{font-size:.875rem;font-weight:500}.hero-title{font-size:2.5rem;font-weight:700;margin-bottom:1.5rem;animation:fadeUp .6s ease forwards;animation-delay:.1s;opacity:0}@media (min-width: 640px){.hero-title{font-size:3rem}}@media (min-width: 768px){.hero-title{font-size:3.75rem}}@media (min-width: 1024px){.hero-title{font-size:4.5rem}}.hero-subtitle{font-size:1.125rem;color:hsl(var(--muted-foreground));max-width:42rem;margin:0 auto 2.5rem;animation:fadeUp .6s ease forwards;animation-delay:.2s;opacity:0}@media (min-width: 640px){.hero-subtitle{font-size:1.25rem}}.hero-ctas{display:flex;flex-direction:column;gap:1rem;justify-content:center;align-items:center;animation:fadeUp .6s ease forwards;animation-delay:.3s;opacity:0}@media (min-width: 640px){.hero-ctas{flex-direction:row}}.hero-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:32rem;margin:4rem auto 0;animation:fadeUp .6s ease forwards;animation-delay:.4s;opacity:0}.hero-stat{text-align:center}.hero-stat-value{font-size:1.5rem;font-weight:700}@media (min-width: 640px){.hero-stat-value{font-size:1.875rem}}.hero-stat-label{font-size:.875rem;color:hsl(var(--muted-foreground))}.code-preview{max-width:48rem;margin:5rem auto 0;animation:fadeUp .6s ease forwards;animation-delay:.5s;opacity:0}.code-block{border-radius:.75rem;background-color:hsl(var(--code-bg));color:hsl(var(--code-foreground));overflow:hidden;box-shadow:0 25px 50px -12px hsl(var(--primary) / .1);border:1px solid hsl(var(--border))}.code-header{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background-color:hsl(var(--secondary) / .3);border-bottom:1px solid hsl(var(--border))}.code-dot{width:.75rem;height:.75rem;border-radius:50%}.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{margin-left:.5rem;font-size:.75rem;color:hsl(var(--muted-foreground))}.code-content{padding:1.5rem}.code-content pre{font-size:.875rem;line-height:1.6;overflow-x:auto}@media (min-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{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at center,hsl(var(--primary) / .05),transparent 70%)}.section-header{text-align:center;max-width:42rem;margin:0 auto 4rem}.section-title{font-size:1.875rem;font-weight:700;margin-bottom:1rem}@media (min-width: 640px){.section-title{font-size:2.25rem}}.section-subtitle{font-size:1.125rem;color:hsl(var(--muted-foreground))}.features-grid{display:grid;gap:1.5rem}@media (min-width: 768px){.features-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.features-grid{grid-template-columns:repeat(3,1fr)}}.feature-card{padding:1.5rem;border-radius:1rem;background-color:hsl(var(--card));border:1px solid hsl(var(--border));transition:all .3s ease}.feature-card:hover{border-color:hsl(var(--primary) / .5);box-shadow:0 10px 40px hsl(var(--primary) / .05)}.feature-icon{width:3rem;height:3rem;border-radius:.75rem;background:linear-gradient(135deg,hsl(var(--primary) / .1),hsl(var(--primary) / .05));display:flex;align-items:center;justify-content:center;margin-bottom:1rem;transition:transform .3s ease}.feature-card:hover .feature-icon{transform:scale(1.1)}.feature-icon svg{width:1.5rem;height:1.5rem;color:hsl(var(--primary))}.feature-title{font-size:1.125rem;font-weight:600;margin-bottom:.5rem}.feature-description{font-size:.875rem;color:hsl(var(--muted-foreground));line-height:1.6}.api-showcase{padding:6rem 0}.api-grid{display:grid;gap:2rem}@media (min-width: 1024px){.api-grid{grid-template-columns:repeat(2,1fr)}}.api-card{border-radius:1rem;background-color:hsl(var(--card));border:1px solid hsl(var(--border));overflow:hidden;transition:all .3s ease}.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{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1.5rem}.api-icon{width:3rem;height:3rem;border-radius:.75rem;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 15px hsl(var(--primary) / .3)}.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{font-size:1.25rem;font-weight:600;margin-bottom:.25rem}.api-endpoint{display:inline-block;font-size:.75rem;padding:.25rem .5rem;border-radius:.25rem;background-color:hsl(var(--secondary));color:hsl(var(--muted-foreground));font-family:JetBrains Mono,monospace}.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{padding:1rem;font-size:.875rem;background-color:hsl(var(--code-bg));color:hsl(var(--code-foreground));overflow-x:auto}.coming-soon{display:flex;justify-content:center;margin-top:3rem}.coming-soon-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:9999px;background-color:hsl(var(--secondary) / .5);border:1px solid hsl(var(--border))}.pulse-dot{width:.5rem;height:.5rem;border-radius:50%;background-color:hsl(var(--accent));animation:pulse 2s ease-in-out infinite}.coming-soon-text{font-size:.875rem;color:hsl(var(--muted-foreground))}.code-examples{padding:6rem 0}.code-examples-card{margin:0 auto;border-radius:1rem;background-color:hsl(var(--card));border:1px solid hsl(var(--border));overflow:hidden;box-shadow:0 25px 50px -12px hsl(var(--primary) / .05)}.code-tabs{display:flex;align-items:center;justify-content:space-between;padding:.5rem 1rem;background-color:hsl(var(--secondary) / .3);border-bottom:1px solid hsl(var(--border));flex-wrap:wrap;gap:.5rem}.code-tabs-list{display:flex;gap:.25rem}.code-tab{padding:.5rem 1rem;border-radius:.5rem;font-size:.875rem;font-weight:500;background:transparent;border:none;color:hsl(var(--muted-foreground));transition:all .2s ease}.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{display:flex;align-items:center;gap:.5rem;border-radius:.5rem;font-size:.875rem;background:transparent;border:none;color:hsl(var(--muted-foreground));transition:all .2s ease}.copy-btn:hover{background-color:hsl(var(--secondary));color:hsl(var(--foreground))}.copy-btn svg{width:1rem;height:1rem}.code-example-content{padding:1.5rem;background-color:hsl(var(--code-bg))}.code-example-content pre{font-size:.875rem;line-height:1.6;color:hsl(var(--code-foreground));overflow-x:auto}.pricing-section{padding:6rem 0}.pricing-header{text-align:center;max-width:48rem;margin:0 auto 4rem}.pricing-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem}@media (min-width: 768px){.pricing-title{font-size:3rem}}.pricing-subtitle{font-size:1.125rem;color:hsl(var(--muted-foreground))}.pricing-grid{display:grid;gap:2rem;margin:0 auto}@media (min-width: 768px){.pricing-grid{grid-template-columns:repeat(3,1fr)}}.pricing-card{position:relative;padding:2rem;border-radius:1rem;background-color:hsl(var(--card));border:1px solid hsl(var(--border))}.pricing-card.popular{background:linear-gradient(to bottom,hsl(var(--primary) / .1),hsl(var(--background)));border:2px solid hsl(var(--primary) / .5)}.popular-badge{position:absolute;top:-1rem;left:50%;transform:translate(-50%);display:flex;align-items:center;gap:.375rem;padding:.375rem .75rem;border-radius:9999px;background:var(--gradient-primary);color:hsl(var(--primary-foreground));font-size:.875rem;font-weight:500;box-shadow:0 4px 15px hsl(var(--primary) / .4)}.popular-badge svg{width:1rem;height:1rem}.pricing-plan-name{font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.pricing-price{display:flex;align-items:baseline;gap:.25rem;margin-bottom:.5rem}.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{list-style:none;margin-bottom:1.5rem}.pricing-feature{display:flex;align-items:center;gap:.75rem;padding:.5rem 0;font-size:.875rem}.pricing-feature svg{width:1.25rem;height:1.25rem;flex-shrink:0}.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{font-size:1.5rem;font-weight:700;text-align:center;margin-bottom:2rem}.comparison-table{width:100%;border-radius:1rem;border:1px solid hsl(var(--border));overflow:hidden;overflow-x:auto}.comparison-table table{width:100%;border-collapse:collapse}.comparison-table th,.comparison-table td{padding:1rem 1.5rem;text-align:left}.comparison-table th{font-weight:600;background-color:hsl(var(--secondary) / .5)}.comparison-table th:not(:first-child){text-align:center}.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{margin-block:3rem;padding:2rem;text-align:center;border-radius:1rem;background-color:hsl(var(--card));border:1px solid hsl(var(--border))}.enterprise-title{font-size:1.25rem;font-weight:700;margin-bottom:.5rem}.enterprise-description{color:hsl(var(--muted-foreground));margin-bottom:1rem}.cta-section{padding:6rem 0;position:relative;overflow:hidden}.cta-bg{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,hsl(var(--primary) / .2),hsl(var(--background)),hsl(var(--accent) / .1))}.cta-glow{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at center,hsl(var(--primary) / .2),transparent 70%)}.cta-content{position:relative;z-index:10;text-align:center;max-width:48rem;margin:0 auto}.cta-icon{display:inline-flex;align-items:center;justify-content:center;width:4rem;height:4rem;border-radius:1rem;background:var(--gradient-primary);margin-bottom:2rem;box-shadow:var(--glow-primary)}.cta-icon svg{width:2rem;height:2rem;color:hsl(var(--primary-foreground))}.cta-title{font-size:1.875rem;font-weight:700;margin-bottom:1.5rem}@media (min-width: 640px){.cta-title{font-size:2.25rem}}@media (min-width: 768px){.cta-title{font-size:3rem}}.cta-subtitle{font-size:1.125rem;color:hsl(var(--muted-foreground));max-width:36rem;margin:0 auto 2.5rem}.cta-buttons{display:flex;flex-direction:column;gap:1rem;justify-content:center}@media (min-width: 640px){.cta-buttons{flex-direction:row}}.cta-note{font-size:.875rem;color:hsl(var(--muted-foreground));margin-top:1.5rem}.footer{border-top:1px solid hsl(var(--border));background-color:hsl(var(--card) / .5)}.footer-content{padding:3rem 0}.footer-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}@media (min-width: 768px){.footer-grid{grid-template-columns:repeat(5,1fr)}}.footer-brand{grid-column:span 2}@media (min-width: 768px){.footer-brand{grid-column:span 1}}.footer-logo{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.footer-tagline{font-size:.875rem;color:hsl(var(--muted-foreground));margin-bottom:1rem}.footer-social{display:flex;gap:.75rem}.footer-social-link{padding:.5rem;border-radius:.5rem;color:hsl(var(--muted-foreground));transition:all .2s ease}.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{font-size:.875rem;font-weight:600;margin-bottom:1rem}.footer-links{list-style:none}.footer-link{font-size:.875rem;color:hsl(var(--muted-foreground));display:block;padding:.25rem 0;transition:color .2s ease}.footer-link:hover{color:hsl(var(--foreground))}.footer-bottom{padding:2rem 0;border-top:1px solid hsl(var(--border));display:flex;flex-direction:column;align-items:center;gap:1rem}@media (min-width: 768px){.footer-bottom{flex-direction:row;justify-content:space-between}}.footer-copyright{font-size:.875rem;color:hsl(var(--muted-foreground))}.footer-status{display:flex;align-items:center;gap:.5rem}.status-dot{width:.5rem;height:.5rem;border-radius:50%;background-color:hsl(var(--accent));animation:pulse 2s ease-in-out infinite}.status-text{font-size:.875rem;color:hsl(var(--muted-foreground))}.auth-page{min-height:100vh;display:flex}.auth-form-panel{flex:1;display:flex;flex-direction:column;padding:1.5rem}@media (min-width: 768px){.auth-form-panel{padding:3rem}}.auth-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:3rem}.auth-form-container{flex:1;display:flex;align-items:center;justify-content:center}.auth-form-inner{width:100%;max-width:24rem}.auth-title{font-size:1.5rem;font-weight:700;margin-bottom:.5rem;text-align:center}.auth-subtitle{color:hsl(var(--muted-foreground));text-align:center;margin-bottom:2rem}.auth-form{display:flex;flex-direction:column;gap:1rem;padding-bottom:1rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-label{font-size:.875rem;font-weight:500}.form-label-row{display:flex;align-items:center;justify-content:space-between}.form-input{width:100%;padding:.75rem 1rem;font-size:.875rem;border:1px solid hsl(var(--input));border-radius:var(--radius);background-color:hsl(var(--background));color:hsl(var(--foreground));transition:border-color .2s ease,box-shadow .2s ease}.form-input:focus{outline:none;border-color:hsl(var(--ring));box-shadow:0 0 0 3px hsl(var(--ring) / .1)}.form-input::placeholder{color:hsl(var(--muted-foreground))}.password-input-wrapper{position:relative}.password-toggle{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);padding:.25rem;background:transparent;border:none;color:hsl(var(--muted-foreground));transition:color .2s ease}.password-toggle:hover{color:hsl(var(--foreground))}.password-toggle svg{width:1rem;height:1rem}.form-hint{font-size:.75rem;color:hsl(var(--muted-foreground))}.form-link{font-size:.875rem;color:hsl(var(--primary));transition:text-decoration .2s ease}.form-link:hover{text-decoration:underline}.auth-divider{position:relative;margin:1.5rem 0}.auth-divider:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center}.auth-divider:before{border-top:1px solid hsl(var(--border));top:50%}.auth-divider-text{position:relative;background-color:hsl(var(--background));padding:0 .5rem;font-size:.75rem;text-transform:uppercase;color:hsl(var(--muted-foreground));display:flex;justify-content:center}.auth-switch{font-size:.875rem;color:hsl(var(--muted-foreground));text-align:center;margin-top:1.5rem}.auth-switch a{color:hsl(var(--primary));font-weight:500}.auth-switch a:hover{text-decoration:underline}.auth-terms{font-size:.75rem;color:hsl(var(--muted-foreground));text-align:center;margin-top:1rem}.auth-terms a{text-decoration:underline}.auth-terms a:hover{color:hsl(var(--foreground))}.auth-visual-panel{display:none;flex:1;background:linear-gradient(135deg,hsl(var(--primary) / .2),hsl(var(--background)),hsl(var(--accent) / .1));align-items:center;justify-content:center;padding:3rem}@media (min-width: 1024px){.auth-visual-panel{display:flex}}.auth-visual-content{max-width:28rem;text-align:center}.auth-visual-icon{display:inline-flex;align-items:center;justify-content:center;width:5rem;height:5rem;border-radius:1rem;background:var(--gradient-primary);margin-bottom:2rem;box-shadow:0 25px 50px hsl(var(--primary) / .3),var(--glow-primary)}.auth-visual-icon svg{width:2.5rem;height:2.5rem;color:hsl(var(--primary-foreground))}.auth-visual-title{font-size:1.875rem;font-weight:700;margin-bottom:1rem}.auth-visual-subtitle{color:hsl(var(--muted-foreground));margin-bottom:2rem}.auth-benefits{list-style:none;text-align:left}.auth-benefit{display:flex;align-items:center;gap:.75rem;padding:.5rem 0;font-size:.875rem}.auth-benefit-icon{width:1.25rem;height:1.25rem;border-radius:50%;background-color:hsl(var(--accent) / .2);display:flex;align-items:center;justify-content:center;flex-shrink:0}.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{position:fixed;top:4rem;left:0;width:16rem;height:calc(100vh - 4rem);background-color:hsl(var(--card));border-right:1px solid hsl(var(--border));overflow-y:auto;transform:translate(-100%);transition:transform .3s ease;z-index:40}.docs-sidebar.open{transform:translate(0)}@media (min-width: 768px){.docs-sidebar{position:sticky;transform:translate(0)}}.docs-sidebar-content{padding:1rem}.docs-sidebar-section{margin-bottom:1.5rem}.docs-sidebar-title{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:hsl(var(--muted-foreground));margin-bottom:.5rem}.docs-sidebar-links{list-style:none}.docs-sidebar-link{display:flex;align-items:center;gap:.5rem;width:100%;padding:.5rem .75rem;border-radius:.5rem;font-size:.875rem;color:hsl(var(--muted-foreground));background:transparent;border:none;text-align:left;transition:all .2s ease;cursor:pointer}.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 (min-width: 768px){.docs-main{padding:3rem}}.docs-content{max-width:48rem;margin:0 auto}.docs-article h1{font-size:1.875rem;font-weight:700;margin-bottom:1rem}@media (min-width: 768px){.docs-article h1{font-size:2.25rem}}.docs-article h2{font-size:1.5rem;font-weight:600;margin:2rem 0 1rem}.docs-article p{color:hsl(var(--muted-foreground));margin-bottom:1rem;line-height:1.7}.docs-article ol{list-style:decimal;padding-left:1.5rem;color:hsl(var(--muted-foreground));margin-bottom:2rem}.docs-article li{padding:.25rem 0}.docs-article-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.docs-article-icon{width:2.5rem;height:2.5rem;border-radius:.5rem;display:flex;align-items:center;justify-content:center}.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{position:relative;margin-bottom:1.5rem}.docs-code-block pre{padding:1rem;border-radius:.75rem;background-color:hsl(var(--code-bg));color:hsl(var(--code-foreground));overflow-x:auto;font-size:.875rem}.docs-code-inline{padding:1rem;border-radius:.75rem;background-color:hsl(var(--code-bg));color:hsl(var(--code-foreground));font-size:.875rem}.docs-tip{margin-top:2rem;padding:1rem;border-radius:.75rem;background-color:hsl(var(--accent) / .1);border:1px solid hsl(var(--accent) / .2)}.docs-tip p{font-size:.875rem;margin:0}.docs-tip strong{color:hsl(var(--accent))}.docs-table{width:100%;overflow-x:auto;margin-bottom:2rem}.docs-table table{width:100%;border-collapse:collapse;text-align:left}.docs-table th,.docs-table td{padding:.75rem 1rem;border-bottom:1px solid hsl(var(--border))}.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{position:fixed;bottom:1rem;right:1rem;z-index:50;padding:1rem;border-radius:9999px;background-color:hsl(var(--primary));color:hsl(var(--primary-foreground));border:none;box-shadow:0 4px 20px hsl(var(--primary) / .4);display:flex;align-items:center;justify-content:center}@media (min-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{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.hidden{display:none!important}.text-center{text-align:center}.text-muted{color:hsl(var(--muted-foreground))}.not-found{min-height:100vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:2rem}.not-found-content{max-width:28rem}.not-found-code{font-size:6rem;font-weight:800;line-height:1;margin-bottom:1rem}.not-found-title{font-size:1.5rem;font-weight:600;margin-bottom:.5rem}.not-found-description{color:hsl(var(--muted-foreground));margin-bottom:2rem}.form-input.error{border-color:hsl(var(--destructive))}.form-error{font-size:.75rem;color:hsl(var(--destructive));margin-top:.25rem}.toast{position:fixed;bottom:1.5rem;right:1.5rem;padding:1rem 1.5rem;border-radius:.75rem;background-color:hsl(var(--card));border:1px solid hsl(var(--border));box-shadow:0 10px 40px hsl(var(--foreground) / .1);font-size:.875rem;z-index:100;animation:fadeIn .3s ease;display:none}.toast.show{display:block}.toast.success{border-color:hsl(var(--accent))}.password-generator-section{position:relative;min-height:100vh;padding:6rem 0 4rem;display:flex;align-items:flex-start;justify-content:center}.password-generator-bg{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at top,hsl(var(--accent) / .1),transparent 50%),radial-gradient(ellipse at bottom right,hsl(var(--primary) / .08),transparent 50%)}.password-generator-wrapper{position:relative;z-index:10;width:100%;max-width:50rem;padding:0 1rem;margin:0 auto}.password-generator-header{text-align:center;margin-bottom:2rem}.password-icon-wrapper{display:inline-flex;align-items:center;justify-content:center;width:4rem;height:4rem;border-radius:1rem;background:var(--gradient-accent);box-shadow:0 8px 30px hsl(var(--accent) / .3);margin-bottom:1.5rem}.password-icon-wrapper svg{color:hsl(var(--accent-foreground))}.password-generator-title{font-size:2rem;font-weight:700;margin-bottom:.5rem;background:var(--gradient-accent);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media (min-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));border-radius:1rem;padding:1.5rem;box-shadow:0 10px 40px hsl(var(--foreground) / .08)}@media (min-width: 768px){.password-card{padding:2rem}}.password-display-wrapper{position:relative;margin-bottom:1rem}.password-display{display:flex;align-items:center;background:hsl(var(--code-bg));border-radius:.75rem;padding:.25rem;overflow:hidden}.password-output{flex:1;background:transparent;border:none;color:hsl(var(--code-foreground));font-family:JetBrains Mono,monospace;font-size:1rem;padding:.75rem 1rem;outline:none;min-width:0;letter-spacing:.05em}.password-output::placeholder{color:hsl(var(--muted-foreground));font-family:Inter,sans-serif;font-size:.875rem;letter-spacing:normal}.password-output.generated{animation:pulse-once .3s ease}@keyframes pulse-once{0%,to{opacity:1}50%{opacity:.5}}.password-actions{display:flex;gap:.25rem;padding-right:.5rem}.password-action-btn{display:flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;border-radius:.5rem;background:hsl(var(--secondary) / .2);border:none;color:hsl(var(--code-foreground));cursor:pointer;transition:all .2s ease}.password-action-btn:hover{background:hsl(var(--secondary) / .3);color:hsl(var(--accent))}.password-action-btn.success{color:hsl(var(--accent))}.copy-message{position:absolute;top:calc(100% + .5rem);right:0;display:flex;align-items:center;gap:.375rem;padding:.5rem .75rem;background:hsl(var(--accent));color:hsl(var(--accent-foreground));border-radius:.5rem;font-size:.75rem;font-weight:500;opacity:0;transform:translateY(-.5rem);transition:all .2s ease;pointer-events:none;z-index:10}.copy-message.visible{opacity:1;transform:translateY(0)}.password-strength-wrapper{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem}.password-strength-bar{flex:1;height:.375rem;background:hsl(var(--secondary));border-radius:9999px;overflow:hidden}.password-strength-fill{height:100%;width:0;border-radius:9999px;transition:all .3s ease;background:hsl(var(--muted-foreground))}.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{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:hsl(var(--muted-foreground));min-width:3.5rem;text-align:right}.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{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:1.5rem}.control-group{display:flex;flex-direction:column;gap:.75rem}.control-header{display:flex;align-items:center;justify-content:space-between}.control-label{font-size:.875rem;font-weight:600;color:hsl(var(--foreground))}.control-value{font-family:JetBrains Mono,monospace;font-size:.875rem;font-weight:600;color:hsl(var(--accent));background:hsl(var(--accent) / .1);padding:.25rem .5rem;border-radius:.375rem}.slider-wrapper{display:flex;flex-direction:column;gap:.5rem}.password-slider{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;height:.5rem;background:hsl(var(--secondary));border-radius:9999px;outline:none;cursor:pointer;position:relative}.password-slider::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:1.25rem;height:1.25rem;background:var(--gradient-accent);border-radius:9999px;cursor:pointer;box-shadow:0 2px 8px hsl(var(--accent) / .4);transition:transform .2s ease,box-shadow .2s ease}.password-slider::-webkit-slider-thumb:hover{transform:scale(1.1);box-shadow:0 4px 12px hsl(var(--accent) / .5)}.password-slider::-moz-range-thumb{width:1.25rem;height:1.25rem;background:var(--gradient-accent);border:none;border-radius:9999px;cursor:pointer;box-shadow:0 2px 8px hsl(var(--accent) / .4);transition:transform .2s ease,box-shadow .2s ease}.password-slider::-moz-range-thumb:hover{transform:scale(1.1);box-shadow:0 4px 12px hsl(var(--accent) / .5)}.slider-labels{display:flex;justify-content:space-between;font-size:.75rem;color:hsl(var(--muted-foreground))}.checkbox-grid{display:grid;grid-template-columns:1fr;gap:.75rem}@media (min-width: 480px){.checkbox-grid{grid-template-columns:1fr 1fr}}.checkbox-item{display:flex;align-items:center;gap:.75rem;padding:.75rem;background:hsl(var(--secondary) / .5);border:1px solid hsl(var(--border));border-radius:.75rem;cursor:pointer;transition:all .2s ease}.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{position:absolute;opacity:0;width:0;height:0}.checkbox-custom{display:flex;align-items:center;justify-content:center;width:1.25rem;height:1.25rem;border:2px solid hsl(var(--border));border-radius:.375rem;background:hsl(var(--background));transition:all .2s ease;flex-shrink:0}.checkbox-custom svg{opacity:0;transform:scale(.5);transition:all .2s ease;color:hsl(var(--accent-foreground))}.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{display:flex;flex-direction:row;gap:.5rem;align-items:center}.checkbox-title{font-size:.875rem;font-weight:500;color:hsl(var(--foreground))}.checkbox-example{font-size:.75rem;display:none;color:hsl(var(--muted-foreground))}.validation-message{display:flex;align-items:center;gap:.5rem;padding:.75rem;background:hsl(var(--destructive) / .1);border:1px solid hsl(var(--destructive) / .3);border-radius:.5rem;color:hsl(var(--destructive));font-size:.8125rem;opacity:0;max-height:0;overflow:hidden;transition:all .3s ease}.validation-message.visible{opacity:1;max-height:4rem;margin-top:.75rem}.generate-btn{font-size:1rem;padding:1rem 1.5rem}.generate-btn svg{width:1.25rem;height:1.25rem}.password-info{display:grid;grid-template-columns:1fr;gap:1rem;margin-top:2rem}@media (min-width: 640px){.password-info{grid-template-columns:repeat(3,1fr)}}.info-card{display:flex;align-items:flex-start;gap:.75rem;padding:1rem;background:hsl(var(--card) / .5);border:1px solid hsl(var(--border) / .5);border-radius:.75rem}.info-icon{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:.5rem;background:hsl(var(--secondary));color:hsl(var(--accent));flex-shrink:0}.info-icon svg{width:1.25rem;height:1.25rem}.info-content{flex:1}.info-title{font-size:.875rem;font-weight:600;margin-bottom:.25rem}.info-description{font-size:.75rem;color:hsl(var(--muted-foreground));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{display:inline-flex;align-items:center;padding:.375rem 1rem;font-size:.75rem;font-weight:600;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;margin-bottom:1rem}.info-section-title{font-size:1.75rem;font-weight:700;margin-bottom:.5rem;background:var(--gradient-text);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.info-section-subtitle{font-size:1rem;color:hsl(var(--muted-foreground));max-width:24rem;margin:0 auto}.info-cards-grid{display:grid;grid-template-columns:1fr;gap:1.25rem}@media (min-width: 640px){.info-cards-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.info-cards-grid{grid-template-columns:repeat(4,1fr)}}.info-card-modern{position:relative;padding:1.5rem;background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:1rem;transition:all .3s ease;overflow:hidden}.info-card-modern:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:var(--gradient-primary);opacity:0;transition:opacity .3s ease}.info-card-modern:hover{transform:translateY(-4px);border-color:hsl(var(--primary) / .3);box-shadow:0 20px 40px hsl(var(--primary) / .1),var(--glow-primary)}.info-card-modern:hover:before{opacity:1}.info-card-glow{position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,hsl(var(--primary) / .05) 0%,transparent 50%);opacity:0;transition:opacity .5s ease;pointer-events:none}.info-card-modern:hover .info-card-glow{opacity:1}.info-icon-modern{display:flex;align-items:center;justify-content:center;width:3rem;height:3rem;border-radius:.75rem;margin-bottom:1rem;transition:transform .3s ease,box-shadow .3s ease}.info-card-modern:hover .info-icon-modern{transform:scale(1.1)}.info-icon-shield{background:linear-gradient(135deg,#16a24926,#16a2490d);color:#16a249;border:1px solid hsl(142 76% 36% / .2)}.info-icon-lock{background:linear-gradient(135deg,#3c83f626,#3c83f60d);color:#3c83f6;border:1px solid hsl(217 91% 60% / .2)}.info-icon-bolt{background:linear-gradient(135deg,#e7b00826,#e7b0080d);color:#e7b008;border:1px solid hsl(45 93% 47% / .2)}.info-icon-settings{background:linear-gradient(135deg,#b055dd26,#b055dd0d);color:#b055dd;border:1px solid hsl(280 67% 60% / .2)}.info-icon-globe{background:linear-gradient(135deg,#0da2e726,#0da2e70d);color:#0da2e7;border:1px solid hsl(199 89% 48% / .2)}.info-cards-grid-3{grid-template-columns:1fr}@media (min-width: 640px){.info-cards-grid-3{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.info-cards-grid-3{grid-template-columns:repeat(3,1fr)}}.info-card-title{font-size:1rem;font-weight:600;margin-bottom:.5rem;color:hsl(var(--foreground))}.info-card-description{font-size:.875rem;color:hsl(var(--muted-foreground));line-height:1.6;margin-bottom:1rem}.info-card-tag{display:inline-flex;align-items:center;gap:.5rem;padding:.375rem .75rem;font-size:.75rem;font-weight:500;font-family:var(--font-mono);color:hsl(var(--muted-foreground));background:hsl(var(--secondary));border-radius:.375rem}.tag-dot{width:6px;height:6px;border-radius:50%;background:hsl(var(--primary));animation:pulse-dot 2s ease-in-out infinite}@keyframes pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.8)}}.api-promo{display:flex;flex-direction:column;align-items:center;gap:1rem;margin-top:2rem;padding:1.5rem;background:var(--gradient-hero);border:1px solid hsl(var(--border));border-radius:1rem;text-align:center}@media (min-width: 640px){.api-promo{flex-direction:row;text-align:left}}.api-promo-content{display:flex;align-items:center;gap:1rem;flex:1}.api-promo-icon{display:flex;align-items:center;justify-content:center;width:3rem;height:3rem;border-radius:.75rem;background:hsl(var(--primary) / .1);color:hsl(var(--primary));flex-shrink:0}.api-promo-title{font-size:1rem;font-weight:600;margin-bottom:.25rem}.api-promo-description{font-size:.875rem;color:hsl(var(--muted-foreground))}.apps-section{position:relative;padding:8rem 0 4rem;min-height:100vh}.apps-bg{position:absolute;top:0;left:0;right:0;height:50%;background:var(--gradient-hero);pointer-events:none;z-index:-1}.apps-header{text-align:center;margin-bottom:3rem}.apps-icon-wrapper{display:flex;align-items:center;justify-content:center;width:4rem;height:4rem;margin:0 auto 1.5rem;border-radius:1rem;background:var(--gradient-primary);color:hsl(var(--primary-foreground));box-shadow:var(--glow-primary)}.apps-title{font-size:2.5rem;font-weight:700;margin-bottom:.75rem;background:var(--gradient-primary);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.apps-subtitle{font-size:1.125rem;color:hsl(var(--muted-foreground))}.apps-search-wrapper{max-width:600px;margin:0 auto 2.5rem}.apps-search{position:relative;display:flex;align-items:center}.apps-search-icon{position:absolute;left:1rem;color:hsl(var(--muted-foreground));pointer-events:none}.apps-search-input{width:100%;padding:.875rem 3rem;font-size:1rem;color:hsl(var(--foreground));background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:.75rem;outline:none;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{position:absolute;right:.75rem;display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;background:none;border:none;color:hsl(var(--muted-foreground));cursor:pointer;transition:color .2s}.apps-search-clear:hover{color:hsl(var(--foreground))}.apps-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-bottom:2rem}@media (min-width: 640px){.apps-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.apps-grid{grid-template-columns:repeat(4,1fr)}}.app-card{display:flex;flex-direction:column;padding:1.5rem;background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:1rem;transition:transform .2s,box-shadow .2s,border-color .2s}.app-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px hsl(var(--primary) / .1);border-color:hsl(var(--primary) / .3)}.app-card-disabled{opacity:.7}.app-card-disabled:hover{transform:none;box-shadow:none;border-color:hsl(var(--border))}.app-card-icon{display:flex;align-items:center;justify-content:center;width:3rem;height:3rem;margin-bottom:1rem;border-radius:.75rem;background:hsl(var(--primary) / .1);color:hsl(var(--primary))}.app-card-content{flex:1;margin-bottom:1rem}.app-card-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem;flex-wrap:wrap}.app-card-title{font-size:1rem;font-weight:600;color:hsl(var(--foreground))}.app-card-badge{padding:.25rem .5rem;font-size:.625rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:hsl(var(--primary));background:hsl(var(--primary) / .1);border-radius:.25rem}.app-card-description{font-size:.875rem;color:hsl(var(--muted-foreground));line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.app-card-footer{display:flex;justify-content:flex-start}.app-card-btn{width:100%}.app-card-coming-soon{display:flex;align-items:center;justify-content:center;width:100%;padding:.5rem 1rem;font-size:.75rem;font-weight:500;color:hsl(var(--muted-foreground));background:hsl(var(--secondary));border-radius:.5rem}.apps-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center}.apps-empty-icon{display:flex;align-items:center;justify-content:center;width:5rem;height:5rem;margin-bottom:1.5rem;border-radius:50%;background:hsl(var(--secondary));color:hsl(var(--muted-foreground))}.apps-empty-title{font-size:1.25rem;font-weight:600;margin-bottom:.5rem}.apps-empty-text{font-size:.875rem;color:hsl(var(--muted-foreground));margin-bottom:1.5rem}.apps-pagination{display:flex;align-items:center;justify-content:center;gap:1rem;padding:2rem 0}.apps-page-info{font-size:.875rem;color:hsl(var(--muted-foreground))}.datetime-live-clock{display:flex;gap:1rem;justify-content:center;margin-bottom:2rem;flex-wrap:wrap}.live-clock-card{padding:1rem 1.5rem;background:hsl(var(--card) / .8);border:1px solid hsl(var(--border));border-radius:.75rem;text-align:center;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.live-clock-label{font-size:.75rem;color:hsl(var(--muted-foreground));margin-bottom:.25rem;text-transform:uppercase;letter-spacing:.05em}.live-clock-value{font-size:1.125rem;font-weight:600;font-family:SF Mono,Monaco,monospace;color:hsl(var(--primary))}.datetime-tabs-modern{display:grid;grid-template-columns:repeat(4,1fr)}@media (max-width: 768px){.datetime-tabs-modern{grid-template-columns:repeat(2,1fr)}}.datetime-quick-actions{display:flex;gap:.5rem;flex-wrap:wrap}.datetime-quick-btn{padding:.5rem 1rem;font-size:.8125rem;font-weight:500;color:hsl(var(--primary));background:hsl(var(--primary) / .1);border:1px solid hsl(var(--primary) / .2);border-radius:.5rem;cursor:pointer;transition:all .2s ease}.datetime-quick-btn:hover{background:hsl(var(--primary) / .2)}.datetime-operation-toggle{display:flex;gap:.5rem}.datetime-op-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1rem;font-size:.875rem;font-weight:500;color:hsl(var(--muted-foreground));background:hsl(var(--secondary));border:1px solid hsl(var(--border));border-radius:.5rem;cursor:pointer;transition:all .2s ease}.datetime-op-btn.active{color:hsl(var(--primary));background:hsl(var(--primary) / .1);border-color:hsl(var(--primary) / .3)}.datetime-calc-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:.75rem}@media (max-width: 640px){.datetime-calc-grid{grid-template-columns:repeat(2,1fr)}}.datetime-result-body{padding:1.5rem}.datetime-result-grid{display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap}.datetime-result-item{flex:1;min-width:200px}.datetime-result-label{font-size:.75rem;color:hsl(var(--muted-foreground));text-transform:uppercase;letter-spacing:.05em;margin-bottom:.25rem}.datetime-result-value{font-size:.9375rem;font-weight:600;color:hsl(var(--foreground))}.datetime-result-datetime{font-size:1rem;color:hsl(var(--primary));margin-top:.25rem}.datetime-result-arrow{color:hsl(var(--muted-foreground))}.datetime-result-details{display:flex;flex-direction:column;gap:.75rem}.datetime-detail-row{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;background:hsl(var(--secondary) / .3);border-radius:.5rem}.datetime-detail-row.datetime-detail-highlight{background:hsl(var(--primary) / .1);border:1px solid hsl(var(--primary) / .2)}.datetime-detail-label{font-size:.8125rem;color:hsl(var(--muted-foreground))}.datetime-detail-value{font-size:.875rem;font-weight:500;color:hsl(var(--foreground))}.datetime-mono{font-family:SF Mono,Monaco,monospace}.datetime-copyable{cursor:pointer;transition:color .2s ease}.datetime-copyable:hover{color:hsl(var(--primary))}.toast-container{position:fixed;bottom:1.5rem;right:1.5rem;z-index:9999;display:flex;flex-direction:column;gap:.5rem}.toast{display:flex;align-items:center;gap:.75rem;padding:1rem 1.25rem;background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:.75rem;box-shadow:0 10px 40px hsl(var(--foreground) / .1);opacity:0;transform:translate(100%);transition:all .3s ease}.toast.show{opacity:1;transform:translate(0)}.toast-success{border-color:#16a249;color:#16a249}.toast-error{border-color:#ef4343;color:#ef4343}.currency-form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media (max-width: 640px){.currency-form-row{grid-template-columns:1fr}}.nav-link-active{color:hsl(var(--primary))!important}.currency-hero{position:relative;padding:10rem 0;overflow:hidden}.currency-hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;pointer-events:none}.currency-hero-orb{position:absolute;border-radius:50%;filter:blur(100px);opacity:.4}.currency-hero-orb-1{top:-20%;right:-10%;width:600px;height:600px;background:hsl(var(--primary))}.currency-hero-orb-2{bottom:-30%;left:-10%;width:500px;height:500px;background:hsl(var(--accent))}.currency-hero-grid{position:absolute;top:0;right:0;bottom:0;left:0;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;-webkit-mask-image:radial-gradient(ellipse at center,black 30%,transparent 70%);mask-image:radial-gradient(ellipse at center,black 30%,transparent 70%)}.currency-hero-content{position:relative;text-align:center;margin:0 auto}.currency-hero-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem .5rem .75rem;margin-bottom:1.5rem;font-size:.875rem;font-weight:500;color:hsl(var(--primary));background:hsl(var(--primary) / .1);border:1px solid hsl(var(--primary) / .2);border-radius:2rem}.currency-hero-badge .badge-dot{width:8px;height:8px;border-radius:50%;background:hsl(var(--primary));animation:pulse-dot 2s ease-in-out infinite}@keyframes pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.2)}}.currency-hero-title{font-size:clamp(2.5rem,6vw,4rem);font-weight:800;line-height:1.1;margin-bottom:1rem;color:hsl(var(--foreground))}.currency-hero-subtitle{font-size:1.125rem;color:hsl(var(--muted-foreground));line-height:1.6;margin-bottom:2.5rem}.currency-api-key-wrapper{max-width:500px;margin:0 auto}.currency-api-key-card{display:flex;align-items:center;gap:.75rem;padding:.5rem;background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:1rem;box-shadow:0 4px 24px hsl(var(--foreground) / .05)}.currency-api-key-icon{display:flex;align-items:center;justify-content:center;width:44px;height:44px;flex-shrink:0;background:hsl(var(--secondary));border-radius:.625rem;color:hsl(var(--primary))}.currency-api-key-input{flex:1;min-width:0;padding:.75rem 0;font-size:.9375rem;font-family:JetBrains Mono,monospace;color:hsl(var(--foreground));background:transparent;border:none;outline:none}.currency-api-key-input::placeholder{color:hsl(var(--muted-foreground))}.currency-api-key-toggle{display:flex;align-items:center;justify-content:center;width:44px;height:44px;flex-shrink:0;background:transparent;border:none;border-radius:.625rem;color:hsl(var(--muted-foreground));cursor:pointer;transition:all .2s}.currency-api-key-toggle:hover{background:hsl(var(--secondary));color:hsl(var(--foreground))}.currency-api-key-hint{margin-top:1rem;font-size:.875rem;color:hsl(var(--muted-foreground))}.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{position:relative;padding:0;margin-top:-45px}.currency-tabs-wrapper{margin-bottom:3rem}.currency-tabs-modern{display:grid;gap:1rem;margin:0 auto}@media (min-width: 768px){.currency-tabs-modern{grid-template-columns:repeat(3,1fr)}}.currency-tab-modern{display:flex;align-items:center;gap:1rem;padding:1.25rem 1.5rem;text-align:left;background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:1rem;cursor:pointer;transition:all .3s ease}.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);border-color:transparent;box-shadow:0 8px 32px hsl(var(--primary) / .35)}.currency-tab-icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;flex-shrink:0;background:hsl(var(--secondary));border-radius:.75rem;color:hsl(var(--primary));transition:all .3s ease}.currency-tab-modern.active .currency-tab-icon{background:hsl(var(--primary-foreground) / .2);color:hsl(var(--primary-foreground))}.currency-tab-content{display:flex;flex-direction:column;gap:.25rem}.currency-tab-title{font-size:1rem;font-weight:600;color:hsl(var(--foreground));transition:color .3s ease}.currency-tab-modern.active .currency-tab-title{color:hsl(var(--primary-foreground))}.currency-tab-desc{font-size:.8125rem;color:hsl(var(--muted-foreground));transition:color .3s ease}.currency-tab-modern.active .currency-tab-desc{color:hsl(var(--primary-foreground) / .8)}.currency-tab-panel{display:none;animation:fadeSlideIn .4s ease;padding-bottom:4rem}.currency-tab-panel.active{display:block}@keyframes fadeSlideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.currency-panel-layout{display:grid;gap:2rem;margin:0 auto}@media (min-width: 900px){.currency-panel-layout{grid-template-columns:500px 1fr;gap:3rem}}.currency-panel-info{display:flex;flex-direction:column;gap:1.25rem}.currency-panel-badge{display:inline-flex;align-self:flex-start;padding:.375rem .75rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#16a249;background:#16a2491a;border-radius:.375rem}.currency-panel-title{font-size:1.75rem;font-weight:700;color:hsl(var(--foreground));line-height:1.2}.currency-panel-desc{font-size:1rem;color:hsl(var(--muted-foreground));line-height:1.6}.currency-endpoint-modern{display:flex;align-items:center;gap:.75rem;padding:.875rem 1rem;background:hsl(var(--code-bg));border:1px solid hsl(var(--border));border-radius:.75rem}.currency-method-badge{padding:.25rem .625rem;font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.025em;color:#fff;background:#16a249;border-radius:.25rem}.currency-endpoint-url{flex:1;font-size:.875rem;font-family:JetBrains Mono,monospace;color:hsl(var(--code-foreground))}.currency-endpoint-copy{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:transparent;border:none;border-radius:.375rem;color:hsl(var(--muted-foreground));cursor:pointer;transition:all .2s}.currency-endpoint-copy:hover{background:hsl(var(--secondary));color:hsl(var(--foreground))}.currency-form-modern{display:flex;flex-direction:column;gap:1rem}.currency-form-group{display:flex;flex-direction:column;gap:.5rem}.currency-form-label{font-size:.8125rem;font-weight:500;color:hsl(var(--foreground))}.currency-select-wrapper{position:relative}.currency-form-select,.currency-form-input{width:100%;padding:.875rem 1rem;font-size:.9375rem;color:hsl(var(--foreground));background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:.75rem;outline:none;transition:all .2s ease}.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;-webkit-appearance:none;-moz-appearance:none;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-repeat:no-repeat;background-position:right .875rem center;background-size:1rem;padding-right:2.5rem}.currency-action-btn{display:inline-flex;align-items:center;justify-content:center;gap:.625rem;padding:1rem 1.5rem;font-size:.9375rem;font-weight:600;color:hsl(var(--primary-foreground));background:var(--gradient-primary);border:none;border-radius:.75rem;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 16px hsl(var(--primary) / .3)}.currency-action-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 24px hsl(var(--primary) / .4)}.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{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;background:hsl(var(--secondary) / .5);border-bottom:1px solid hsl(var(--border))}.currency-result-status{display:flex;align-items:center;gap:.5rem;font-size:.8125rem;font-weight:500;color:hsl(var(--foreground))}.status-dot{width:8px;height:8px;border-radius:50%}.status-dot.success{background:#16a249}.currency-copy-btn{display:inline-flex;align-items:center;gap:.375rem;padding:.5rem .75rem;font-size:.75rem;font-weight:500;color:hsl(var(--muted-foreground));background:hsl(var(--secondary));border:none;border-radius:.375rem;cursor:pointer;transition:all .2s}.currency-copy-btn:hover{color:hsl(var(--foreground));background:hsl(var(--border))}.currency-result-body{padding:1.25rem;max-height:350px;overflow-y:auto;background:hsl(var(--code-bg))}.currency-result-body pre{margin:0}.currency-result-body code{font-size:.8125rem;color:hsl(var(--code-foreground));white-space:pre-wrap;word-break:break-word}.currency-result-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding:4rem 2rem;text-align:center;background:hsl(var(--card));border:2px dashed hsl(var(--border));border-radius:1rem;height:100%}#convert-currency{margin-top:20px}.currency-result-placeholder .placeholder-icon{color:hsl(var(--muted-foreground) / .5)}.currency-result-placeholder p{font-size:.9375rem;color:hsl(var(--muted-foreground))}.currency-rates-grid{display:grid;gap:.75rem;padding:1.25rem;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));border-top:1px solid hsl(var(--border))}.currency-rate-card{padding:1rem;text-align:center;background:hsl(var(--secondary));border-radius:.75rem;transition:all .2s ease}.currency-rate-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px hsl(var(--primary) / .1)}.rate-currency-code{font-size:.875rem;font-weight:700;color:hsl(var(--primary));margin-bottom:.25rem}.rate-value-modern{font-size:1.25rem;font-weight:700;color:hsl(var(--foreground));margin-bottom:.25rem}.rate-base-label{font-size:.6875rem;color:hsl(var(--muted-foreground));text-transform:uppercase;letter-spacing:.05em}.currency-converter-modern{display:flex;flex-direction:column;gap:1.5rem}.currency-converter-card{padding:2rem;background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:1.25rem;box-shadow:0 4px 24px hsl(var(--foreground) / .05)}.currency-converter-row{display:grid;gap:1rem}@media (min-width: 480px){.currency-converter-row{grid-template-columns:1.5fr 1fr}}.currency-converter-field{display:flex;flex-direction:column;gap:.5rem}.currency-converter-field-full{grid-column:1 / -1}.currency-converter-label{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:hsl(var(--muted-foreground))}.currency-converter-input,.currency-converter-select{padding:1rem 1.25rem;font-size:1.25rem;font-weight:600;color:hsl(var(--foreground));background:hsl(var(--secondary));border:1px solid hsl(var(--border));border-radius:.75rem;outline:none;transition:all .2s ease}.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;-webkit-appearance:none;-moz-appearance:none;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-repeat:no-repeat;background-position:right 1rem center;background-size:1.25rem;padding-right:3rem}.currency-swap-row{display:flex;align-items:center;gap:1rem;padding:1.5rem 0}.currency-swap-line{flex:1;height:1px;background:hsl(var(--border))}.currency-swap-btn{display:flex;align-items:center;justify-content:center;width:48px;height:48px;background:hsl(var(--secondary));border:1px solid hsl(var(--border));border-radius:50%;color:hsl(var(--muted-foreground));cursor:pointer;transition:all .3s ease}.currency-swap-btn:hover{background:hsl(var(--primary) / .1);border-color:hsl(var(--primary));color:hsl(var(--primary));transform:rotate(180deg)}.currency-conversion-display{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:1.5rem;margin-top:1.5rem;padding:1.5rem;background:hsl(var(--secondary));border-radius:1rem}.currency-conversion-display .conversion-from,.currency-conversion-display .conversion-to{display:flex;align-items:baseline;gap:.5rem}.currency-conversion-display .conversion-amount{font-size:1.75rem;font-weight:800;color:hsl(var(--foreground))}.currency-conversion-display .conversion-currency{font-size:1rem;font-weight:600;color:hsl(var(--primary))}.conversion-equals{display:flex;align-items:center;justify-content:center;color:hsl(var(--muted-foreground))}.currency-info-section{padding:6rem 0;background:hsl(var(--secondary) / .3)}.currency-info-header{text-align:center;margin-bottom:3rem}.currency-info-badge{display:inline-block;padding:.375rem .875rem;margin-bottom:1rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:hsl(var(--primary));background:hsl(var(--primary) / .1);border-radius:2rem}.currency-info-title{font-size:2rem;font-weight:700;color:hsl(var(--foreground));margin-bottom:.5rem}.currency-info-subtitle{font-size:1rem;color:hsl(var(--muted-foreground))}.currency-info-grid{display:grid;gap:1.5rem;margin:0 auto}@media (min-width: 640px){.currency-info-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 900px){.currency-info-grid{grid-template-columns:repeat(4,1fr)}}.currency-info-card{padding:1.5rem;text-align:center;background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:1rem;transition:all .3s ease}.currency-info-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px hsl(var(--primary) / .1);border-color:hsl(var(--primary) / .2)}.currency-info-card-icon{display:flex;align-items:center;justify-content:center;width:56px;height:56px;margin:0 auto 1rem;background:hsl(var(--primary) / .1);border-radius:.875rem;color:hsl(var(--primary))}.currency-info-card h3{font-size:1rem;font-weight:600;color:hsl(var(--foreground));margin-bottom:.5rem}.currency-info-card p{font-size:.875rem;color:hsl(var(--muted-foreground));line-height:1.5}
