.page-module__E0kJGG__page{background:var(--background);min-height:100vh;color:var(--foreground);font-family:var(--font-geist-sans),system-ui,sans-serif;overflow-x:hidden}.page-module__E0kJGG__hero{background:radial-gradient(circle at 50% 0%,var(--muted)0%,var(--background)50%);justify-content:center;align-items:center;min-height:100vh;padding:120px 24px 80px;display:flex;position:relative;overflow:hidden}.page-module__E0kJGG__hero:before{content:"";background:radial-gradient(circle at 50% 50%,var(--primary-glow)0%,transparent 50%);opacity:.15;pointer-events:none;z-index:0;width:120%;height:600px;position:absolute;top:-20%;left:50%;transform:translate(-50%)}.page-module__E0kJGG__heroContent{z-index:1;grid-template-columns:repeat(2,minmax(0,1fr));align-items:center;gap:64px;width:100%;max-width:1200px;display:grid;position:relative}.page-module__E0kJGG__heroLeft{text-align:left}.page-module__E0kJGG__heroRight{min-width:0;position:relative}.page-module__E0kJGG__title{letter-spacing:-.04em;background:linear-gradient(to bottom right,var(--foreground)0%,var(--muted-foreground)100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:24px;font-size:4.5rem;font-weight:800;line-height:1.1}.page-module__E0kJGG__subtitle{color:var(--muted-foreground);max-width:540px;margin-bottom:40px;font-size:1.25rem;line-height:1.6}.page-module__E0kJGG__heroButtons{flex-wrap:wrap;gap:16px;display:flex}.page-module__E0kJGG__primaryButton,.page-module__E0kJGG__secondaryButton{cursor:pointer;border-radius:6px;justify-content:center;align-items:center;gap:8px;padding:14px 32px;font-size:1rem;font-weight:500;text-decoration:none;transition:all .2s;display:inline-flex}.page-module__E0kJGG__primaryButton{border:1px solid var(--primary);color:var(--primary);box-shadow:0 0 10px var(--primary-bg);background:0 0}.page-module__E0kJGG__primaryButton:hover{background:var(--primary);color:var(--primary-foreground);box-shadow:0 0 20px var(--primary-glow)}.page-module__E0kJGG__secondaryButton{border:1px solid var(--border);color:var(--muted-foreground);background:0 0}.page-module__E0kJGG__secondaryButton:hover{border-color:var(--foreground);color:var(--foreground)}.page-module__E0kJGG__heroCodeBlock{background:var(--card);border:1px solid var(--border);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:12px;flex-direction:column;max-width:100%;display:flex;overflow:hidden;box-shadow:0 20px 40px -10px #00000080}.page-module__E0kJGG__codeHeader{background:var(--muted);border-bottom:1px solid var(--border);flex-shrink:0;justify-content:space-between;align-items:center;padding:12px 20px;display:flex}.page-module__E0kJGG__codeTitle{color:var(--muted-foreground);font-size:.875rem;font-weight:500}.page-module__E0kJGG__copyButton{color:var(--muted-foreground);cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:4px;transition:color .2s,background .2s;display:flex}.page-module__E0kJGG__copyButton:hover{color:var(--foreground);background:var(--hover-overlay)}.page-module__E0kJGG__heroCodeBlock pre{font-family:var(--font-geist-mono),monospace;color:var(--foreground);white-space:pre;width:100%;min-width:0;max-width:100%;margin:0;padding:24px;font-size:.9rem;line-height:1.6;overflow-x:auto}.page-module__E0kJGG__heroCodeBlock pre::-webkit-scrollbar{height:8px}.page-module__E0kJGG__heroCodeBlock pre::-webkit-scrollbar-track{background:0 0}.page-module__E0kJGG__heroCodeBlock pre::-webkit-scrollbar-thumb{background:var(--border);border-radius:4px}.page-module__E0kJGG__heroCodeBlock pre::-webkit-scrollbar-thumb:hover{background:var(--muted-foreground)}.page-module__E0kJGG__features{max-width:1200px;margin:0 auto;padding:120px 24px}.page-module__E0kJGG__sectionTitle{text-align:center;color:var(--foreground);letter-spacing:-.02em;margin-bottom:16px;font-size:2.5rem;font-weight:700}.page-module__E0kJGG__sectionSubtitle{text-align:center;color:var(--muted-foreground);margin-bottom:64px;font-size:1.125rem}.page-module__E0kJGG__elementsGrid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px;display:grid}.page-module__E0kJGG__elementCard{background:var(--card);border:1px solid var(--border);border-radius:12px;padding:32px;transition:transform .2s,border-color .2s}.page-module__E0kJGG__elementCard:hover{border-color:var(--primary);transform:translateY(-4px)}.page-module__E0kJGG__elementIcon{background:var(--primary-bg);width:48px;height:48px;color:var(--primary);border-radius:10px;justify-content:center;align-items:center;margin-bottom:20px;display:flex}.page-module__E0kJGG__elementCard h3{color:var(--card-foreground);margin-bottom:12px;font-size:1.25rem;font-weight:600}.page-module__E0kJGG__elementCard p{color:var(--muted-foreground);font-size:.95rem;line-height:1.6}.page-module__E0kJGG__section{max-width:1000px;margin:0 auto;padding:80px 24px}.page-module__E0kJGG__section h2{color:var(--foreground);letter-spacing:-.02em;margin-bottom:32px;font-size:2rem;font-weight:700}.page-module__E0kJGG__docSection{margin-bottom:64px}.page-module__E0kJGG__docSection h3{color:var(--foreground);border-bottom:1px solid var(--border);margin-bottom:24px;padding-bottom:12px;font-size:1.5rem;font-weight:600}.page-module__E0kJGG__table{border-collapse:separate;border-spacing:0;border:1px solid var(--border);border-radius:8px;width:100%;margin-bottom:32px;font-size:.9rem;overflow:hidden}.page-module__E0kJGG__table th,.page-module__E0kJGG__table td{text-align:left;border-bottom:1px solid var(--border);padding:16px}.page-module__E0kJGG__table th{background:var(--muted);color:var(--foreground);font-weight:600}.page-module__E0kJGG__table td{background:var(--card);color:var(--muted-foreground)}.page-module__E0kJGG__table tr:last-child td{border-bottom:none}.page-module__E0kJGG__table code{background:var(--primary-bg);color:var(--primary);font-family:var(--font-geist-mono),monospace;border-radius:4px;padding:4px 8px;font-size:.85rem}.page-module__E0kJGG__footer{text-align:center;border-top:1px solid var(--border);color:var(--muted-foreground);background:var(--background);padding:60px 24px}@media (max-width:1024px){.page-module__E0kJGG__heroContent{text-align:center;grid-template-columns:minmax(0,1fr);gap:48px;width:100%}.page-module__E0kJGG__heroLeft{text-align:center;width:100%}.page-module__E0kJGG__heroCodeBlock{text-align:left;width:100%;max-width:600px;margin:0 auto}.page-module__E0kJGG__subtitle{max-width:100%;margin-left:auto;margin-right:auto}.page-module__E0kJGG__heroButtons{justify-content:center}.page-module__E0kJGG__title{word-wrap:break-word;font-size:3.5rem}}@media (max-width:640px){.page-module__E0kJGG__hero{min-height:auto;padding:100px 20px 60px;overflow:hidden}.page-module__E0kJGG__title{margin-bottom:16px;font-size:2.5rem}.page-module__E0kJGG__subtitle{margin-bottom:32px;padding:0 10px;font-size:1.125rem}.page-module__E0kJGG__heroButtons{flex-direction:column;gap:12px;width:100%}.page-module__E0kJGG__primaryButton,.page-module__E0kJGG__secondaryButton{box-sizing:border-box;width:100%}.page-module__E0kJGG__heroCodeBlock pre{padding:16px}.page-module__E0kJGG__table{white-space:nowrap;max-width:100%;display:block;overflow-x:auto}}.page-module__E0kJGG__playgroundSection{max-width:1200px;margin:0 auto;padding:80px 24px}.page-module__E0kJGG__playgroundContainer{background:var(--card);border:1px solid var(--border);border-radius:16px;grid-template-columns:1fr 1fr;gap:0;min-height:600px;display:grid;position:relative;overflow:hidden;box-shadow:0 20px 40px -10px #00000080}.page-module__E0kJGG__editorColumn{border-right:1px solid var(--border);background:var(--muted);flex-direction:column;display:flex;position:relative}.page-module__E0kJGG__editorHeader{border-bottom:1px solid var(--border);background:var(--card);justify-content:space-between;align-items:center;padding:16px 24px;display:flex}.page-module__E0kJGG__editorTitle{color:var(--muted-foreground);text-transform:uppercase;letter-spacing:.05em;font-size:.875rem;font-weight:600}.page-module__E0kJGG__editorTextarea{width:100%;color:var(--foreground);font-family:var(--font-geist-mono),monospace;resize:none;white-space:pre;background:0 0;border:none;outline:none;flex:1;padding:24px;font-size:.9rem;line-height:1.6}.page-module__E0kJGG__editorFooter{border-top:1px solid var(--border);background:var(--card);justify-content:flex-end;padding:16px 24px;display:flex}.page-module__E0kJGG__runButton{background:var(--primary);color:var(--primary-foreground);cursor:pointer;border:none;border-radius:6px;align-items:center;gap:8px;padding:10px 24px;font-weight:600;transition:all .2s;display:flex}.page-module__E0kJGG__runButton:hover{background:var(--primary-hover);box-shadow:0 0 15px var(--primary-glow)}.page-module__E0kJGG__runButton:disabled{opacity:.5;cursor:not-allowed}.page-module__E0kJGG__previewColumn{background:var(--background);flex-direction:column;justify-content:center;align-items:center;padding:40px;display:flex;position:relative;overflow:hidden}.page-module__E0kJGG__previewImage{object-fit:contain;border-radius:8px;max-width:100%;max-height:100%;box-shadow:0 20px 50px #00000080}.page-module__E0kJGG__downloadButton{background:var(--secondary);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid var(--border);color:var(--foreground);cursor:pointer;z-index:20;border-radius:8px;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s;display:flex;position:absolute;top:20px;right:20px}.page-module__E0kJGG__downloadButton:hover{background:var(--primary);color:var(--primary-foreground);border-color:var(--primary)}.page-module__E0kJGG__previewPlaceholder{color:var(--muted-foreground);text-align:center;flex-direction:column;align-items:center;gap:16px;display:flex}.page-module__E0kJGG__errorBox{background:var(--danger-bg);border:1px solid var(--danger-border);color:var(--danger);max-width:80%;font-family:var(--font-geist-mono),monospace;border-radius:8px;padding:16px;font-size:.875rem}.page-module__E0kJGG__loadingSpinner{border:3px solid var(--primary-bg);border-top-color:var(--primary);border-radius:50%;width:40px;height:40px;animation:1s linear infinite page-module__E0kJGG__spin}@keyframes page-module__E0kJGG__spin{to{transform:rotate(360deg)}}.page-module__E0kJGG__mobileEditButton{display:none}@media (max-width:768px){.page-module__E0kJGG__playgroundContainer{grid-template-columns:1fr;height:80vh;min-height:auto}.page-module__E0kJGG__editorColumn{border-right:none;height:100%}.page-module__E0kJGG__previewColumn{z-index:10;background:var(--background);width:100%;height:100%;display:none;position:absolute;top:0;left:0}.page-module__E0kJGG__previewColumn.page-module__E0kJGG__mobileVisible{display:flex}.page-module__E0kJGG__mobileEditButton{background:var(--secondary);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid var(--border);color:var(--foreground);cursor:pointer;z-index:20;border-radius:20px;align-items:center;gap:8px;padding:10px 20px;font-size:.875rem;font-weight:500;display:flex;position:absolute;bottom:24px;left:24px}}.page-module__E0kJGG__pricingSection{max-width:1200px;margin:0 auto;padding:120px 24px}.page-module__E0kJGG__pricingGrid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:32px;margin-top:64px;display:grid}.page-module__E0kJGG__pricingCard{background:var(--card);border:1px solid var(--border);border-radius:16px;flex-direction:column;padding:32px;transition:transform .2s,border-color .2s;display:flex;position:relative}.page-module__E0kJGG__pricingCard:hover{border-color:var(--primary);transform:translateY(-4px)}.page-module__E0kJGG__popularPlan{border-color:var(--primary);background:linear-gradient(to bottom,#00f0ff0d,var(--card));box-shadow:0 20px 40px -10px #00f0ff1a}.page-module__E0kJGG__popularBadge{background:var(--primary);color:var(--primary-foreground);text-transform:uppercase;letter-spacing:.05em;border-radius:20px;padding:4px 12px;font-size:.75rem;font-weight:600;position:absolute;top:-12px;left:50%;transform:translate(-50%)}.page-module__E0kJGG__pricingHeader{text-align:center;border-bottom:1px solid var(--border);margin-bottom:32px;padding-bottom:32px}.page-module__E0kJGG__planName{color:var(--foreground);margin-bottom:16px;font-size:1.25rem;font-weight:600}.page-module__E0kJGG__price{color:var(--foreground);justify-content:center;align-items:baseline;gap:4px;font-size:3rem;font-weight:700;display:flex}.page-module__E0kJGG__period{color:var(--muted-foreground);font-size:1rem;font-weight:500}.page-module__E0kJGG__planDescription{color:var(--muted-foreground);margin-top:16px;font-size:.95rem}.page-module__E0kJGG__featuresList{flex-direction:column;flex:1;gap:16px;margin:0 0 32px;padding:0;list-style:none;display:flex}.page-module__E0kJGG__featuresList li{color:var(--foreground);align-items:center;gap:12px;font-size:.95rem;display:flex}.page-module__E0kJGG__featuresList li:before{content:"✓";color:var(--primary);font-weight:700}.page-module__E0kJGG__pricingButton{text-align:center;border:1px solid var(--border);width:100%;color:var(--foreground);background:0 0;border-radius:8px;padding:14px;font-weight:600;text-decoration:none;transition:all .2s;display:block}.page-module__E0kJGG__pricingButton:hover{border-color:var(--foreground);background:var(--hover-overlay)}.page-module__E0kJGG__primaryPricingButton{background:var(--primary);border-color:var(--primary);color:var(--primary-foreground)}.page-module__E0kJGG__primaryPricingButton:hover{background:var(--primary-hover);box-shadow:0 0 20px var(--primary-glow)}
.Header-module__Af2_WG__header{z-index:9999;justify-content:space-between;align-items:center;padding:20px 40px;transition:all .3s;display:flex;position:fixed;top:0;left:0;right:0}.Header-module__Af2_WG__headerScrolled{background:rgba(var(--background-rgb),.7);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-bottom:1px solid var(--border);padding:16px 40px}.Header-module__Af2_WG__logo{color:var(--foreground);letter-spacing:-.02em;font-size:1.25rem;font-weight:700;text-decoration:none}.Header-module__Af2_WG__mobileControls{display:none}.Header-module__Af2_WG__controls{align-items:center;gap:16px;display:flex}.Header-module__Af2_WG__themeToggle{border:1px solid var(--border);color:var(--muted-foreground);cursor:pointer;background:0 0;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex}.Header-module__Af2_WG__themeToggle:hover{color:var(--foreground);border-color:var(--foreground);background:var(--hover-overlay)}.Header-module__Af2_WG__authButton{background:var(--primary);color:var(--primary-foreground);border-radius:6px;padding:8px 16px;font-size:.9rem;font-weight:500;text-decoration:none;transition:all .2s}.Header-module__Af2_WG__authButton:hover{background:var(--primary-hover);box-shadow:0 0 10px var(--primary-glow)}@media (max-width:1024px){.Header-module__Af2_WG__header{padding:16px 24px}.Header-module__Af2_WG__controls{display:none}.Header-module__Af2_WG__mobileControls{align-items:center;gap:16px;display:flex}}.Header-module__Af2_WG__mobileMenuButton{color:var(--foreground);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:8px;display:flex}.Header-module__Af2_WG__fullScreenMenu{background:var(--background);z-index:10000;flex-direction:column;padding:24px;animation:.2s ease-out Header-module__Af2_WG__fadeIn;display:flex;position:fixed;inset:0}@keyframes Header-module__Af2_WG__fadeIn{0%{opacity:0}to{opacity:1}}.Header-module__Af2_WG__menuHeader{justify-content:space-between;align-items:center;margin-bottom:48px;display:flex}.Header-module__Af2_WG__menuCloseButton{border:1px solid var(--border);color:var(--foreground);cursor:pointer;background:0 0;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.Header-module__Af2_WG__menuContent{flex-direction:column;align-items:center;gap:24px;width:100%;max-width:400px;margin:0 auto;display:flex}.Header-module__Af2_WG__menuAuthButtons{flex-direction:column;gap:16px;width:100%;display:flex}.Header-module__Af2_WG__outlinedButton{border:1px solid var(--border);width:100%;color:var(--foreground);background:0 0;border-radius:8px;justify-content:center;align-items:center;padding:16px;font-size:1rem;font-weight:600;text-decoration:none;transition:all .2s;display:flex}.Header-module__Af2_WG__outlinedButton:hover{border-color:var(--foreground);background:var(--hover-overlay)}.Header-module__Af2_WG__filledButton{background:var(--primary);width:100%;color:var(--primary-foreground);border:none;border-radius:8px;justify-content:center;align-items:center;padding:16px;font-size:1rem;font-weight:600;text-decoration:none;transition:all .2s;display:flex}.Header-module__Af2_WG__filledButton:hover{background:var(--primary-hover);box-shadow:0 0 20px var(--primary-glow)}
.Footer-module__EZoWya__footer{background:var(--background);border-top:1px solid var(--border);margin-top:auto;padding:80px 20px 40px}.Footer-module__EZoWya__container{grid-template-columns:2fr 1fr 1fr 1fr;gap:40px;max-width:1200px;margin:0 auto;display:grid}.Footer-module__EZoWya__brandCol{flex-direction:column;gap:20px;display:flex}.Footer-module__EZoWya__logo{color:var(--foreground);font-size:1.5rem;font-weight:700;text-decoration:none}.Footer-module__EZoWya__tagline{color:var(--muted-foreground);max-width:300px;font-size:.9rem;line-height:1.6}.Footer-module__EZoWya__column{flex-direction:column;gap:20px;display:flex}.Footer-module__EZoWya__columnTitle{color:var(--foreground);text-transform:uppercase;letter-spacing:.05em;font-size:.9rem;font-weight:600}.Footer-module__EZoWya__links{flex-direction:column;gap:12px;display:flex}.Footer-module__EZoWya__link{color:var(--muted-foreground);font-size:.9rem;text-decoration:none;transition:color .2s}.Footer-module__EZoWya__link:hover{color:var(--foreground)}.Footer-module__EZoWya__bottom{border-top:1px solid var(--border);max-width:1200px;color:var(--muted-foreground);justify-content:space-between;align-items:center;margin:60px auto 0;padding-top:30px;font-size:.875rem;display:flex}.Footer-module__EZoWya__socials{gap:20px;display:flex}.Footer-module__EZoWya__socialLink{color:var(--muted-foreground);transition:color .2s}.Footer-module__EZoWya__socialLink:hover{color:var(--foreground)}@media (max-width:1024px){.Footer-module__EZoWya__container{grid-template-columns:1fr 1fr;gap:40px 20px}.Footer-module__EZoWya__brandCol{grid-column:1/-1;margin-bottom:20px}}@media (max-width:640px){.Footer-module__EZoWya__container{grid-template-columns:1fr;gap:40px}.Footer-module__EZoWya__bottom{text-align:center;flex-direction:column;gap:20px}}
.DashboardLayout-module__3_bbOW__layout{background:var(--background);min-height:100vh}.DashboardLayout-module__3_bbOW__main{width:100%;max-width:1200px;margin:0 auto;padding:100px 2rem 2rem}@media (max-width:768px){.DashboardLayout-module__3_bbOW__main{padding:80px 1rem 1rem}}
.DocsSidebar-module__-Ykxcq__sidebar{border-right:1px solid var(--border);background:var(--background);flex-shrink:0;width:280px;height:calc(100vh - 80px);padding:40px 24px;position:sticky;top:80px;overflow-y:auto}.DocsSidebar-module__-Ykxcq__nav{flex-direction:column;gap:8px;display:flex}.DocsSidebar-module__-Ykxcq__nav h3{text-transform:uppercase;letter-spacing:.05em;color:var(--muted-foreground);margin:24px 0 12px;font-size:.875rem;font-weight:600}.DocsSidebar-module__-Ykxcq__nav h3:first-child{margin-top:0}.DocsSidebar-module__-Ykxcq__nav a{color:var(--foreground);opacity:.8;border-radius:6px;padding:8px 12px;font-size:.95rem;text-decoration:none;transition:all .2s}.DocsSidebar-module__-Ykxcq__nav a:hover{background:var(--secondary);opacity:1}.DocsSidebar-module__-Ykxcq__nav a.DocsSidebar-module__-Ykxcq__active{background:var(--primary-bg);color:var(--primary);opacity:1;font-weight:500}@media (max-width:768px){.DocsSidebar-module__-Ykxcq__sidebar{display:none}}
.dashboard-module__Gx_nyq__container{flex-direction:column;gap:2rem;width:100%;max-width:1200px;margin:0 auto;padding:2rem;display:flex}.dashboard-module__Gx_nyq__loadingContainer{background:var(--background);z-index:100;justify-content:center;align-items:center;width:100vw;height:100vh;display:flex;position:fixed;top:0;left:0}.dashboard-module__Gx_nyq__loadingText{color:var(--muted-foreground);font-size:1.25rem;animation:2s infinite dashboard-module__Gx_nyq__pulse}@keyframes dashboard-module__Gx_nyq__pulse{0%{opacity:.5}50%{opacity:1}to{opacity:.5}}.dashboard-module__Gx_nyq__coverSection{background:0 0;border:none;border-radius:0;justify-content:space-between;align-items:center;margin-bottom:1rem;padding:3rem 0;display:flex}.dashboard-module__Gx_nyq__profileHeader{align-items:center;display:flex}.dashboard-module__Gx_nyq__coverInfo{flex-direction:column;gap:.5rem;display:flex}.dashboard-module__Gx_nyq__greeting{color:var(--foreground);margin:0;font-size:2rem;font-weight:700}.dashboard-module__Gx_nyq__greetingRow{align-items:center;gap:1.5rem;display:flex}.dashboard-module__Gx_nyq__mobileActions{gap:.5rem;display:none}.dashboard-module__Gx_nyq__iconButton{border:1px solid var(--border);color:var(--foreground);cursor:pointer;background:0 0;border-radius:6px;justify-content:center;align-items:center;width:36px;height:36px;padding:0;font-size:1.1rem;transition:background .2s;display:flex}.dashboard-module__Gx_nyq__iconButton:hover{background:var(--hover-overlay)}.dashboard-module__Gx_nyq__iconButton:last-child{border-color:var(--danger-border)}.dashboard-module__Gx_nyq__iconButton:last-child:hover{background:var(--danger-bg);border-color:var(--danger)}.dashboard-module__Gx_nyq__email{color:var(--muted-foreground);font-size:1rem}.dashboard-module__Gx_nyq__planInfo{align-items:center;gap:1rem;margin-top:1rem;display:flex}.dashboard-module__Gx_nyq__planBadge{background:var(--primary-bg);color:var(--primary);text-transform:capitalize;border:1px solid var(--primary-border);border-radius:999px;padding:.25rem .75rem;font-size:.875rem;font-weight:600}.dashboard-module__Gx_nyq__upgradeButton{background:var(--primary);color:var(--primary-foreground);cursor:pointer;border:none;border-radius:6px;padding:.5rem 1rem;font-size:.875rem;font-weight:600;text-decoration:none;transition:opacity .2s}.dashboard-module__Gx_nyq__upgradeButton:hover{opacity:.9}.dashboard-module__Gx_nyq__manageButton{border:1px solid var(--border);color:var(--foreground);cursor:pointer;background:0 0;border-radius:6px;padding:.5rem 1rem;font-size:.875rem;font-weight:600;transition:all .2s}.dashboard-module__Gx_nyq__manageButton:hover{background:var(--hover-overlay);border-color:var(--foreground)}.dashboard-module__Gx_nyq__manageButton:disabled{opacity:.5;cursor:not-allowed}.dashboard-module__Gx_nyq__editProfileButton{border:1px solid var(--border);color:var(--foreground);cursor:pointer;background:0 0;border-radius:6px;padding:.5rem 1rem;font-size:.875rem;transition:background .2s}.dashboard-module__Gx_nyq__editProfileButton:hover{background:var(--hover-overlay)}.dashboard-module__Gx_nyq__actionButtons{gap:.75rem;display:flex}.dashboard-module__Gx_nyq__logoutButton{border:1px solid var(--danger-border);color:var(--danger);cursor:pointer;background:0 0;border-radius:6px;padding:.5rem 1rem;font-size:.875rem;transition:all .2s}.dashboard-module__Gx_nyq__logoutButton:hover{background:var(--danger-bg);border-color:var(--danger)}.dashboard-module__Gx_nyq__section{flex-direction:column;gap:1rem;display:flex}.dashboard-module__Gx_nyq__sectionTitle{color:var(--foreground);margin:0;font-size:1.25rem;font-weight:600}.dashboard-module__Gx_nyq__progressBar{background:var(--hover-overlay);border-radius:3px;width:100%;height:6px;overflow:hidden}.dashboard-module__Gx_nyq__cardFooter{color:var(--muted-foreground);font-size:.875rem}.dashboard-module__Gx_nyq__apiKeyContainer{align-items:center;gap:1rem;display:flex}.dashboard-module__Gx_nyq__keyInput{background:var(--background);border:1px solid var(--border);color:var(--foreground);border-radius:6px;flex:1;padding:.75rem 1rem;font-family:monospace;font-size:.9rem;font-weight:500}.dashboard-module__Gx_nyq__copyButton{border:1px solid var(--border);color:var(--foreground);cursor:pointer;background:0 0;border-radius:6px;padding:.75rem 1rem;transition:all .2s}.dashboard-module__Gx_nyq__copyButton:hover:not(:disabled){background:var(--hover-overlay)}.dashboard-module__Gx_nyq__copyButton:disabled{opacity:.4;cursor:not-allowed}.dashboard-module__Gx_nyq__keyNote{color:var(--muted-foreground);margin-top:.5rem;margin-bottom:0;font-size:.875rem;line-height:1.5}.dashboard-module__Gx_nyq__warningSection{background:var(--warning-bg);border:1px solid var(--warning-border);border-radius:8px;justify-content:space-between;align-items:center;gap:1rem;margin-top:1rem;padding:1rem;display:flex}.dashboard-module__Gx_nyq__warningContent{flex:1}.dashboard-module__Gx_nyq__warningTitle{color:var(--warning);margin-bottom:.25rem;font-size:.875rem;font-weight:600}.dashboard-module__Gx_nyq__warningText{color:var(--muted-foreground);margin:0;font-size:.75rem}.dashboard-module__Gx_nyq__regenerateButton{border:1px solid var(--warning);color:var(--warning);cursor:pointer;white-space:nowrap;background:0 0;border-radius:6px;padding:.5rem 1rem;font-size:.75rem;font-weight:600;transition:all .2s}.dashboard-module__Gx_nyq__regenerateButton:hover{background:var(--warning-bg)}.dashboard-module__Gx_nyq__deleteSection{border:1px solid var(--danger-border);background:var(--danger-bg);border-radius:12px;justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.dashboard-module__Gx_nyq__deleteTitle{color:var(--danger);margin-bottom:.25rem;font-weight:600}.dashboard-module__Gx_nyq__deleteText{color:var(--muted-foreground);font-size:.875rem}.dashboard-module__Gx_nyq__deleteButton{background:var(--danger);color:#fff;cursor:pointer;border:none;border-radius:6px;padding:.5rem 1rem;font-weight:600;transition:opacity .2s}.dashboard-module__Gx_nyq__deleteButton:hover{opacity:.9}.dashboard-module__Gx_nyq__modalOverlay{z-index:100;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000000b3;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.dashboard-module__Gx_nyq__modal{background:var(--card);border:1px solid var(--border);border-radius:12px;width:100%;max-width:400px;padding:1.5rem;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.dashboard-module__Gx_nyq__modalTitle{color:var(--foreground);margin-bottom:1rem;font-size:1.25rem;font-weight:600}.dashboard-module__Gx_nyq__modalText{color:var(--muted-foreground);margin-bottom:1.5rem;line-height:1.5}.dashboard-module__Gx_nyq__modalActions{justify-content:flex-end;gap:.75rem;display:flex}.dashboard-module__Gx_nyq__cancelButton{border:1px solid var(--border);color:var(--foreground);cursor:pointer;background:0 0;border-radius:6px;padding:.5rem 1rem;font-weight:500}.dashboard-module__Gx_nyq__confirmButton{background:var(--danger);color:#fff;cursor:pointer;border:none;border-radius:6px;padding:.5rem 1rem;font-weight:500}.dashboard-module__Gx_nyq__saveButton{background:var(--primary);color:var(--primary-foreground);cursor:pointer;border:none;border-radius:6px;padding:.5rem 1rem;font-weight:500}.dashboard-module__Gx_nyq__inputGroup{margin-bottom:1rem}.dashboard-module__Gx_nyq__label{color:var(--foreground);margin-bottom:.5rem;font-size:.875rem;font-weight:500;display:block}.dashboard-module__Gx_nyq__input{background:var(--background);border:1px solid var(--border);width:100%;color:var(--foreground);border-radius:6px;padding:.75rem;font-size:.9rem}.dashboard-module__Gx_nyq__input:focus{border-color:var(--primary);outline:none}.dashboard-module__Gx_nyq__header{margin-bottom:1rem}.dashboard-module__Gx_nyq__title{color:var(--foreground);margin-bottom:.5rem;font-size:2rem;font-weight:700}.dashboard-module__Gx_nyq__subtitle{color:var(--muted-foreground)}.dashboard-module__Gx_nyq__grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;display:grid}.dashboard-module__Gx_nyq__card{background:var(--card);border:1px solid var(--border);border-radius:12px;flex-direction:column;gap:1rem;padding:1.5rem;display:flex}.dashboard-module__Gx_nyq__cardHeader{justify-content:space-between;align-items:center;display:flex}.dashboard-module__Gx_nyq__cardTitle{color:var(--muted-foreground);font-size:1rem;font-weight:600}.dashboard-module__Gx_nyq__cardValue{color:var(--foreground);font-size:2rem;font-weight:700}.dashboard-module__Gx_nyq__cardFooter{color:var(--muted-foreground);margin-top:auto;font-size:.875rem}.dashboard-module__Gx_nyq__progressBar{background:var(--hover-overlay);border-radius:3px;width:100%;height:6px;margin-top:.5rem;overflow:hidden}.dashboard-module__Gx_nyq__progressFill{background:var(--primary);border-radius:3px;height:100%;transition:width .3s}.dashboard-module__Gx_nyq__planBadge{background:var(--primary-bg);color:var(--primary);text-transform:capitalize;border-radius:20px;padding:.25rem .75rem;font-size:.875rem;font-weight:600}@media (max-width:768px){.dashboard-module__Gx_nyq__container{gap:1.5rem}.dashboard-module__Gx_nyq__coverSection{text-align:center;flex-direction:column;align-items:center;gap:1.5rem;padding:2rem 0}.dashboard-module__Gx_nyq__coverInfo{align-items:center}.dashboard-module__Gx_nyq__greeting{font-size:1.5rem}.dashboard-module__Gx_nyq__mobileActions{display:flex}.dashboard-module__Gx_nyq__actionButtons{display:none}.dashboard-module__Gx_nyq__planInfo{flex-wrap:wrap;justify-content:center}.dashboard-module__Gx_nyq__grid{grid-template-columns:1fr;gap:1rem}.dashboard-module__Gx_nyq__card{padding:1rem}.dashboard-module__Gx_nyq__cardValue{font-size:1.25rem}.dashboard-module__Gx_nyq__apiKeyContainer{flex-direction:column;gap:.75rem}.dashboard-module__Gx_nyq__keyInput{width:100%;font-size:.8rem}.dashboard-module__Gx_nyq__copyButton{width:100%}.dashboard-module__Gx_nyq__warningSection{flex-direction:column;align-items:flex-start;gap:.75rem}.dashboard-module__Gx_nyq__regenerateButton{width:100%}.dashboard-module__Gx_nyq__deleteSection{flex-direction:column;align-items:flex-start;gap:1rem}.dashboard-module__Gx_nyq__deleteButton{width:100%}.dashboard-module__Gx_nyq__modal{max-width:calc(100vw - 2rem);margin:1rem}.dashboard-module__Gx_nyq__modalActions{flex-direction:column;gap:.5rem}.dashboard-module__Gx_nyq__cancelButton,.dashboard-module__Gx_nyq__confirmButton,.dashboard-module__Gx_nyq__saveButton{width:100%}}@media (max-width:480px){.dashboard-module__Gx_nyq__greeting{font-size:1.25rem}.dashboard-module__Gx_nyq__email{font-size:.875rem}.dashboard-module__Gx_nyq__planBadge,.dashboard-module__Gx_nyq__upgradeButton{padding:.375rem .75rem;font-size:.75rem}.dashboard-module__Gx_nyq__sectionTitle{font-size:1.1rem}.dashboard-module__Gx_nyq__card{padding:.875rem}.dashboard-module__Gx_nyq__cardTitle{font-size:.8rem}.dashboard-module__Gx_nyq__cardValue{font-size:1.1rem}.dashboard-module__Gx_nyq__cardFooter{font-size:.8rem}}
.docs-module__hZJeFq__pageWrapper{background:var(--background);flex-direction:column;min-height:100vh;display:flex}.docs-module__hZJeFq__container{flex:1;width:100%;max-width:1400px;margin:0 auto;padding-top:80px;display:flex}.docs-module__hZJeFq__content{flex:1;width:100%;max-width:900px;padding:40px 60px}.docs-module__hZJeFq__section{margin-bottom:60px;scroll-margin-top:100px}.docs-module__hZJeFq__content h1{background:linear-gradient(to bottom right,var(--foreground)0%,var(--muted-foreground)100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:24px;font-size:3rem;font-weight:800}.docs-module__hZJeFq__content h2{color:var(--foreground);border-bottom:1px solid var(--border);margin:40px 0 20px;padding-bottom:10px;font-size:2rem;font-weight:700}.docs-module__hZJeFq__content h3{color:var(--foreground);margin:30px 0 16px;font-size:1.5rem;font-weight:600}.docs-module__hZJeFq__intro{color:var(--muted-foreground);margin-bottom:32px;font-size:1.25rem;line-height:1.6}.docs-module__hZJeFq__content p{color:var(--muted-foreground);margin-bottom:16px;font-size:1.05rem;line-height:1.7}.docs-module__hZJeFq__content :not(pre)>code{background:var(--secondary);color:var(--foreground);font-family:var(--font-geist-mono);border-radius:4px;padding:2px 6px;font-size:.9em}.docs-module__hZJeFq__list{color:var(--muted-foreground);margin-bottom:24px;padding-left:24px;list-style:outside}.docs-module__hZJeFq__list li{margin-bottom:8px;line-height:1.6}@media (max-width:768px){.docs-module__hZJeFq__content{padding:24px}.docs-module__hZJeFq__content h1{font-size:2.5rem}}
.CodeBlock-module__RZb-xq__codeBlock{background:var(--card);border:1px solid var(--border);border-radius:12px;margin:24px 0;transition:border-color .2s;overflow:hidden}.CodeBlock-module__RZb-xq__codeBlock:hover{border-color:var(--primary)}.CodeBlock-module__RZb-xq__header{background:var(--muted);border-bottom:1px solid var(--border);-webkit-user-select:none;user-select:none;justify-content:space-between;align-items:center;padding:12px 16px;display:flex}.CodeBlock-module__RZb-xq__language{font-family:var(--font-geist-mono);color:var(--muted-foreground);text-transform:uppercase;font-size:.8rem;font-weight:500}.CodeBlock-module__RZb-xq__pre{background:0 0;margin:0;padding:20px;overflow-x:auto}.CodeBlock-module__RZb-xq__code{font-family:var(--font-geist-mono);color:var(--foreground);white-space:pre;font-size:.9rem;line-height:1.6}.CodeBlock-module__RZb-xq__copyButton{border:1px solid var(--border);color:var(--muted-foreground);cursor:pointer;background:0 0;border-radius:4px;padding:4px 8px;font-size:.8rem;transition:all .2s}.CodeBlock-module__RZb-xq__copyButton:hover{background:var(--hover-overlay);color:var(--foreground);border-color:var(--foreground)}
