*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6;color:#374151;background-color:#fff;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent;touch-action:manipulation}.container{max-width:1200px;margin:0 auto;padding:0 1rem}@media (min-width:768px){.container{padding:0 2rem}}.navbar{background:#fff;border-bottom:1px solid #e5e7eb;position:-webkit-sticky;position:sticky;top:0;z-index:50;box-shadow:0 1px 3px 0 rgba(0,0,0,.1)}.nav-container{display:flex;align-items:center;justify-content:space-between;height:4rem;max-width:1200px;margin:0 auto;padding:0 1rem}.nav-brand{font-size:1.5rem;font-weight:700;color:#1f2937;text-decoration:none}.nav-wordmark{height:2rem;width:auto}.nav-links{display:none;align-items:center;gap:2rem}@media (min-width:768px){.nav-links{display:flex}}.nav-link{color:#6b7280;text-decoration:none;font-weight:500;transition:color .2s}.nav-link:hover{color:#1f2937}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;font-size:.875rem;font-weight:500;border-radius:.5rem;text-decoration:none;transition:all .15s ease;border:none;cursor:pointer;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);position:relative;overflow:hidden}.btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px 0 rgba(0,0,0,.15)}.btn:active{transform:translateY(0);box-shadow:0 1px 2px 0 rgba(0,0,0,.05)}.btn-primary{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff}.btn-primary:hover{background:linear-gradient(135deg,#2563eb,#1d4ed8)}.btn-secondary{background:linear-gradient(135deg,#f9fafb,#f3f4f6);color:#374151;border:1px solid #e5e7eb}.btn-secondary:hover{background:linear-gradient(135deg,#f3f4f6,#e5e7eb);border-color:#d1d5db}.btn-success{background:linear-gradient(135deg,#10b981,#059669);color:#fff}.btn-success:hover{background:linear-gradient(135deg,#059669,#047857)}.btn-danger{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff}.btn-danger:hover{background:linear-gradient(135deg,#dc2626,#b91c1c)}.btn-small{padding:.5rem .75rem;font-size:.75rem}.btn-large{padding:1rem 2rem;font-size:1.125rem}.btn-full{width:100%}.hero{background:linear-gradient(135deg,#eff6ff,#dbeafe);padding:4rem 0;min-height:80vh;display:flex;align-items:center}.hero-container{display:grid;grid-template-columns:1fr;grid-gap:3rem;gap:3rem;align-items:center}@media (min-width:1024px){.hero-container{grid-template-columns:1fr 1fr;gap:4rem}}.hero-content{text-align:center}@media (min-width:1024px){.hero-content{text-align:left}}.hero-title{font-size:2.5rem;font-weight:800;color:#1f2937;margin-bottom:1.5rem;line-height:1.2}@media (min-width:768px){.hero-title{font-size:3.5rem}}@media (min-width:1024px){.hero-title{font-size:4rem}}.hero-subtitle{font-size:1.25rem;color:#6b7280;margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto}@media (min-width:1024px){.hero-subtitle{margin-left:0;margin-right:0}}.hero-actions{display:flex;flex-direction:column;gap:1rem;align-items:center}@media (min-width:640px){.hero-actions{flex-direction:row;justify-content:center}}@media (min-width:1024px){.hero-actions{justify-content:flex-start}}.code-window{background:#1f2937;border-radius:.75rem;overflow:hidden;box-shadow:0 20px 25px -5px rgba(0,0,0,.1);max-width:100%}.code-header{background:#374151;padding:1rem;display:flex;align-items:center;gap:.5rem}.code-dot{width:.75rem;height:.75rem;border-radius:50%}.code-dot:first-child{background:#ef4444}.code-dot:nth-child(2){background:#f59e0b}.code-dot:nth-child(3){background:#10b981}.code-filename{color:#9ca3af;font-size:.875rem;margin-left:1rem}.code-content{padding:1.5rem;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.875rem;line-height:1.6;color:#d1d5db;overflow-x:auto}.section{padding:4rem 0}@media (min-width:1024px){.section{padding:6rem 0}}.section-gray{background:#f9fafb}.section-header{text-align:center;margin-bottom:3rem}.section-title{font-size:2.25rem;font-weight:800;color:#1f2937;margin-bottom:1rem}@media (min-width:1024px){.section-title{font-size:3rem}}.section-subtitle{font-size:1.125rem;color:#6b7280;max-width:600px;margin:0 auto}.carousel{position:relative;background:#fff;border-radius:1rem;box-shadow:0 10px 25px -5px rgba(0,0,0,.1);overflow:hidden;max-width:1000px;margin:0 auto}.carousel-content{display:grid;grid-template-columns:1fr;grid-gap:2rem;gap:2rem;padding:2rem;align-items:center}@media (min-width:1024px){.carousel-content{grid-template-columns:1fr 1fr;gap:3rem;padding:3rem}}.carousel-text h3{font-size:1.75rem;font-weight:700;color:#1f2937;margin-bottom:1rem}@media (min-width:1024px){.carousel-text h3{font-size:2rem}}.carousel-prompt{font-size:1.125rem;color:#2563eb;font-style:italic;margin-bottom:1.5rem;padding:1rem;background:#eff6ff;border-left:4px solid #2563eb;border-radius:.5rem}.carousel-features{display:flex;flex-wrap:wrap;gap:.5rem}.feature-tag{background:#dbeafe;color:#1d4ed8;padding:.25rem .75rem;border-radius:1rem;font-size:.875rem;font-weight:500}.carousel-image{order:-1}@media (min-width:1024px){.carousel-image{order:0}}.carousel-image img{width:100%;height:250px;object-fit:cover;border-radius:.5rem}@media (min-width:1024px){.carousel-image img{height:300px}}.carousel-controls{position:absolute;top:50%;transform:translateY(-50%);width:100%;display:flex;justify-content:space-between;padding:0 1rem;pointer-events:none}.carousel-arrow{background:hsla(0,0%,100%,.9);border:none;border-radius:50%;width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;font-size:1.5rem;color:#374151;cursor:pointer;pointer-events:auto;transition:all .2s;box-shadow:0 2px 8px rgba(0,0,0,.15)}.carousel-arrow:hover{background:#fff;transform:scale(1.1)}.carousel-indicators{display:flex;justify-content:center;gap:.5rem;padding:1.5rem;background:#f9fafb}.carousel-indicator{width:.75rem;height:.75rem;border-radius:50%;border:none;background:#cbd5e1;cursor:pointer;transition:all .2s}.carousel-indicator.active{background:#2563eb;transform:scale(1.2)}.problem-solution{display:grid;grid-template-columns:1fr;grid-gap:2rem;gap:2rem}@media (min-width:1024px){.problem-solution{grid-template-columns:1fr 1fr}}.problem-card,.solution-card{padding:2rem;border-radius:.75rem;border:1px solid}.problem-card{background:#fef2f2;border-color:#fecaca}.solution-card{background:#f0fdf4;border-color:#bbf7d0}.problem-card h3{color:#991b1b}.problem-card h3,.solution-card h3{font-size:1.5rem;font-weight:700;margin-bottom:1.5rem}.solution-card h3{color:#166534}.problem-solution ul{list-style:none;space-y:1rem}.problem-solution li{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:1rem}.problem-card li span:last-child{color:#7f1d1d}.solution-card li span:last-child{color:#14532d}.features-grid{display:grid;grid-template-columns:1fr;grid-gap:2rem;gap:2rem}@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{background:#fff;padding:2rem;border-radius:.75rem;text-align:center;box-shadow:0 1px 3px 0 rgba(0,0,0,.1);border:1px solid #f3f4f6;transition:all .2s}.feature-card:hover{box-shadow:0 4px 6px -1px rgba(0,0,0,.1);transform:translateY(-2px)}.feature-icon{font-size:3rem;margin-bottom:1rem}.feature-card h3{font-size:1.25rem;font-weight:700;color:#1f2937;margin-bottom:1rem}.feature-card p{color:#6b7280;line-height:1.6}.pricing-grid{display:grid;grid-template-columns:1fr;grid-gap:2rem;gap:2rem;max-width:1000px;margin:0 auto}@media (min-width:768px){.pricing-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.pricing-grid{grid-template-columns:repeat(4,1fr)}}.pricing-card{background:#fff;padding:2rem;border-radius:.75rem;border:1px solid #e5e7eb;position:relative;text-align:center;transition:all .2s}.pricing-card:hover{box-shadow:0 10px 25px -5px rgba(0,0,0,.1);transform:translateY(-2px)}.pricing-card.featured{border-color:#2563eb;box-shadow:0 10px 25px -5px rgba(0,0,0,.1);transform:scale(1.05)}.pricing-badge{position:absolute;top:-.75rem;left:50%;transform:translateX(-50%);background:#2563eb;color:#fff;padding:.25rem 1rem;border-radius:1rem;font-size:.875rem;font-weight:600}.pricing-header h3{font-size:1.25rem;font-weight:700;color:#1f2937;margin-bottom:.5rem}.pricing-price{font-size:3rem;font-weight:800;color:#1f2937;margin-bottom:.25rem}.pricing-period{color:#6b7280;margin-bottom:2rem}.pricing-features{list-style:none;margin-bottom:2rem}.pricing-features li{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem;color:#6b7280}.pricing-features .check{color:#10b981;font-weight:600}.about-content{max-width:800px;margin:0 auto}.about-content h3{font-size:1.5rem;font-weight:700;color:#1f2937;margin-bottom:1rem}.about-content p{font-size:1.125rem;color:#6b7280;line-height:1.7;margin-bottom:2rem}.about-content strong{color:#1f2937;font-weight:600}.cta{background:#2563eb;color:#fff;text-align:center}.cta h2{font-size:2.25rem;font-weight:800;margin-bottom:1rem}@media (min-width:1024px){.cta h2{font-size:3rem}}.cta p{font-size:1.25rem;color:#dbeafe;margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto}.cta .btn{background:#fff;color:#2563eb}.cta .btn:hover{background:#f3f4f6}.footer{background:#1f2937;color:#fff;padding:3rem 0 2rem}.footer-content{display:grid;grid-template-columns:1fr;grid-gap:2rem;gap:2rem;margin-bottom:2rem}@media (min-width:768px){.footer-content{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.footer-content{grid-template-columns:repeat(4,1fr)}}.footer-section h3{font-size:1.25rem;font-weight:700;margin-bottom:1rem}.footer-wordmark{height:2rem;width:auto;margin-bottom:1rem}.footer-section h4{font-size:1rem;font-weight:600;margin-bottom:1rem}.footer-section p{color:#9ca3af;line-height:1.6}.footer-section ul{list-style:none}.footer-section li{margin-bottom:.5rem}.footer-section a{color:#9ca3af;text-decoration:none;transition:color .2s}.footer-section a:hover{color:#fff}.footer-bottom{border-top:1px solid #374151;padding-top:2rem;text-align:center;color:#9ca3af}.chat-pane{display:flex;flex-direction:column;height:100%;min-height:300px;border:1px solid #e5e7eb;border-radius:8px;overflow:hidden}.panel-header{padding:.5rem .75rem;border-bottom:1px solid #e5e7eb;background:#fafafa;font-weight:600}.panel-body.chat-body{flex:1 1;overflow:auto;padding:12px;background:#fff}.chat-msg{display:flex;margin:8px 0}.chat-msg.user{justify-content:flex-end}.chat-msg.assistant{justify-content:flex-start}.user-bubble{max-width:80%;background:#dbeafe;color:#1e3a8a;border-radius:16px 16px 4px 16px;padding:8px 10px;white-space:pre-wrap}.assistant-bubble{max-width:80%;background:#f3f4f6;color:#111827;border-radius:16px 16px 16px 4px;padding:8px 10px;font-size:.9rem;line-height:1.4}.user-text{margin:0;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:.9rem}.chat-input{display:flex;gap:8px;padding:8px;border-top:1px solid #e5e7eb;background:#fafafa}.chat-input textarea{flex:1 1;resize:vertical;min-height:42px;font-size:.95rem;padding:8px;border-radius:6px;border:1px solid #e5e7eb}.chat-actions{display:flex;gap:8px;align-items:center}.btn{background:#2563eb;color:#fff;padding:.5rem .8rem;border-radius:6px}.btn:disabled{opacity:.5}.empty{color:#6b7280;font-size:.9rem}.workspace-root{display:flex;flex-direction:column;height:100vh;overflow:hidden}.topbar{display:flex;align-items:center;gap:1rem;padding:.75rem 1rem;background:#fff;border-bottom:1px solid #e5e7eb;box-shadow:0 1px 3px 0 rgba(0,0,0,.1);flex-shrink:0}.topbar .brand{font-size:1.25rem;font-weight:700;color:#1f2937}.brand-lettermark{height:1.5rem;width:auto}.topbar .project-name{flex:1 1;font-weight:600;color:#374151;text-align:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.topbar .status{font-size:.875rem;color:#6b7280}.topbar-actions{gap:.5rem}.icon-btn,.topbar-actions{display:flex;align-items:center}.icon-btn{background:none;border:none;padding:.5rem;border-radius:4px;cursor:pointer;color:#6b7280;justify-content:center;transition:background-color .2s,color .2s}.icon-btn:hover{background:#f3f4f6;color:#374151}.workspace-body{display:flex;flex:1 1;overflow:hidden}.workspace-body .left{width:300px;min-width:200px;max-width:400px;border-right:1px solid #e5e7eb;background:#fafafa;overflow-y:auto}.workspace-body .main{flex:1 1;display:flex;flex-direction:column;overflow:hidden}.workspace-body .right{width:400px;min-width:300px;max-width:500px;border-left:1px solid #e5e7eb;overflow:hidden}.editor-pane{display:flex;flex-direction:column;height:100%;overflow:hidden}.editor-pane .panel-body{flex:1 1;overflow:hidden;display:flex;flex-direction:column}.editor-pane.two-cols{flex-direction:row}.editor-pane.two-cols .panel{flex:1 1;display:flex;flex-direction:column;overflow:hidden}.editor-pane.two-cols .panel:first-child{border-right:1px solid #e5e7eb}.editor-pane.two-cols .panel-body{flex:1 1;overflow:auto}.editor-pane .panel-body.markdown-body{padding:1rem;overflow:auto}.editor-pane.empty{display:flex;align-items:center;justify-content:center;color:#6b7280;font-size:.9rem}.sidebar{height:100%;overflow-y:auto;padding:1rem}.sidebar-section{margin-bottom:1.5rem}.sidebar-section-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.sidebar-section-title{flex:1 1;font-weight:600;font-size:.875rem;color:#374151}.disclosure{background:none;padding:0;color:#6b7280}.add-btn,.disclosure{border:none;cursor:pointer;font-size:.75rem}.add-btn{background:#2563eb;color:#fff;border-radius:4px;width:20px;height:20px;display:flex;align-items:center;justify-content:center}.sidebar-list{list-style:none;margin:0;padding:0}.sidebar-item{padding:.5rem .75rem;cursor:pointer;border-radius:4px;font-size:.875rem;color:#374151;margin-bottom:.25rem}.sidebar-item:hover{background:#e5e7eb}.sidebar-item.selected{background:#dbeafe;color:#1e3a8a}@media (max-width:640px){.container{padding:0 1rem}.hero-title{font-size:2rem}.hero-subtitle{font-size:1.125rem}.section-title{font-size:1.875rem}.carousel-content{padding:1.5rem}.carousel-text h3{font-size:1.5rem}.carousel-prompt{font-size:1rem}.pricing-card{padding:1.5rem}.pricing-price{font-size:2.5rem}}.mermaid{display:flex;justify-content:center;margin:1rem 0}.mermaid svg{max-width:100%;height:auto}.markdown-body .mermaid{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:1rem;margin:1.5rem 0}.markdown-body pre code{background:#f1f5f9;border:1px solid #e2e8f0;border-radius:6px;padding:1rem;display:block;overflow-x:auto}.markdown-body h1{border-bottom:2px solid #e2e8f0;padding-bottom:.5rem;margin-bottom:1rem}.markdown-body h2{border-bottom:1px solid #e2e8f0;padding-bottom:.3rem}.markdown-body ol,.markdown-body ul{padding-left:1.5rem}.markdown-body li{margin:.25rem 0}.markdown-body blockquote{border-left:4px solid #3b82f6;background:#f8fafc;padding:1rem;margin:1rem 0;border-radius:0 6px 6px 0}.markdown-body table{border-collapse:collapse;width:100%;margin:1rem 0}.markdown-body td,.markdown-body th{border:1px solid #e2e8f0;padding:.75rem;text-align:left}.markdown-body th{background:#f1f5f9;font-weight:600}.markdown-body pre{background:#1e293b;color:#e2e8f0;border-radius:6px;padding:1rem;overflow-x:auto;margin:1rem 0}.markdown-body pre code{border:none}.markdown-body code{background:#f1f5f9;color:#e11d48;padding:.2rem .4rem;border-radius:3px;font-size:.9em;font-family:Monaco,Menlo,Ubuntu Mono,monospace}.markdown-body pre code{background:transparent;color:inherit;padding:0}.hljs{display:block;overflow-x:auto;padding:1rem;color:#e2e8f0;background:#1e293b}.hljs-comment,.hljs-quote{color:#64748b;font-style:italic}.hljs-keyword,.hljs-selector-tag,.hljs-subst{color:#f472b6;font-weight:700}.hljs-literal,.hljs-number,.hljs-tag .hljs-attr,.hljs-template-variable,.hljs-variable{color:#fbbf24}.hljs-doctag,.hljs-string{color:#34d399}.hljs-section,.hljs-selector-id,.hljs-title{color:#60a5fa;font-weight:700}.hljs-class .hljs-title,.hljs-type{color:#a78bfa;font-weight:700}.hljs-attribute,.hljs-name,.hljs-tag{color:#f87171;font-weight:400}.hljs-link,.hljs-regexp{color:#34d399}.hljs-bullet,.hljs-symbol{color:#fbbf24}.hljs-built_in,.hljs-builtin-name{color:#60a5fa}.hljs-meta{color:#64748b}.hljs-deletion{background:#fee2e2}.hljs-addition{background:#dcfce7}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}.language-reflexscript .hljs-keyword,.language-rfx .hljs-keyword{color:#f472b6;font-weight:700}.language-reflexscript .hljs-function,.language-rfx .hljs-function{color:#60a5fa;font-weight:700}.language-reflexscript .hljs-type,.language-rfx .hljs-type{color:#a78bfa;font-weight:700}.language-reflexscript .hljs-meta,.language-rfx .hljs-meta{color:#94a3b8}.markdown-body{line-height:1.7;font-size:1rem;max-width:none}.markdown-body h1,.markdown-body h2,.markdown-body h3,.markdown-body h4,.markdown-body h5,.markdown-body h6{line-height:1.3;font-weight:600;color:#1f2937}.markdown-body h1{font-size:2.25rem;margin-top:0;margin-bottom:1.5rem}.markdown-body h2{font-size:1.875rem;margin-top:2rem;margin-bottom:1rem}.markdown-body h3{font-size:1.5rem;margin-top:1.5rem;margin-bottom:.75rem}.markdown-body h4{font-size:1.25rem;margin-top:1.25rem;margin-bottom:.5rem}.markdown-body p{margin-bottom:1rem;color:#374151}.markdown-body a{color:#3b82f6;text-decoration:none}.markdown-body a:hover{color:#1d4ed8;text-decoration:underline}.markdown-body strong{font-weight:600;color:#1f2937}.markdown-body em{font-style:italic;color:#4b5563}.markdown-body hr{border:none;height:1px;background:#e5e7eb;margin:2rem 0}.markdown-body ul{list-style-type:disc}.markdown-body ol{list-style-type:decimal}.markdown-body li>ol,.markdown-body li>ul{margin-top:.5rem;margin-bottom:.5rem}.markdown-body table{font-size:.9rem}@media (max-width:768px){.markdown-body table{font-size:.8rem}.markdown-body h1{font-size:1.875rem}.markdown-body h2{font-size:1.5rem}.markdown-body h3{font-size:1.25rem}.mobile-chat-pane,.mobile-file-viewer,.mobile-workspace{height:100vh;height:100dvh}.clickable,button{min-height:44px;min-width:44px}input,select,textarea{font-size:16px}*{-webkit-overflow-scrolling:touch}}@media (max-width:768px){.mobile-chat-body::-webkit-scrollbar,.mobile-file-explorer::-webkit-scrollbar,.mobile-viewer-content::-webkit-scrollbar{display:none}.mobile-chat-body,.mobile-file-explorer,.mobile-viewer-content{scrollbar-width:none;-ms-overflow-style:none}}.developer-tools-modal{width:90vw;max-width:900px;max-height:80vh;overflow:hidden;display:flex;flex-direction:column}.developer-tools-modal .modal-header h2{display:flex;align-items:center;gap:8px}.developer-tools-modal .modal-body{flex:1 1;overflow:hidden;display:flex;flex-direction:column}.tabs{display:flex;border-bottom:1px solid var(--border-color);margin-bottom:20px}.tab{padding:12px 20px;background:none;color:var(--text-muted);cursor:pointer;border:none;border-bottom:2px solid transparent;transition:all .2s ease}.tab:hover{color:var(--text-primary);background:var(--bg-hover)}.tab.active{color:var(--primary-color);border-bottom-color:var(--primary-color)}.tab-content{flex:1 1;overflow-y:auto}.api-keys-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:24px;gap:20px}.api-keys-header .description{flex:1 1;margin:0;color:var(--text-muted);line-height:1.5}.create-form{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:8px;padding:20px;margin-bottom:24px}.create-form h3{margin:0 0 16px;color:var(--text-primary)}.form-group{margin-bottom:16px}.form-group label{display:block;margin-bottom:6px;font-weight:500;color:var(--text-primary)}.form-group input,.form-group select{width:100%;padding:8px 12px;border:1px solid var(--border-color);border-radius:4px;background:var(--bg-primary);color:var(--text-primary);font-size:14px}.form-group input:focus,.form-group select:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 2px var(--primary-color-alpha)}.checkbox-group label{display:flex;align-items:center;gap:8px;cursor:pointer}.checkbox-group input[type=checkbox]{width:auto;margin:0}.form-actions{display:flex;gap:12px;justify-content:flex-end;margin-top:20px;padding-top:16px;border-top:1px solid var(--border-color)}.new-key-display{background:var(--success-bg);border:1px solid var(--success-border);border-radius:8px;padding:20px;margin-bottom:24px}.new-key-display h3{margin:0 0 12px;color:var(--success-text)}.new-key-display .warning{color:var(--warning-text);font-weight:500;margin-bottom:16px}.key-display{display:flex;gap:8px;margin-bottom:16px}.key-display code{flex:1 1;padding:12px;background:var(--bg-primary);border:1px solid var(--border-color);border-radius:4px;font-family:SF Mono,Monaco,Inconsolata,Roboto Mono,monospace;font-size:13px;word-break:break-all}.api-keys-list{display:flex;flex-direction:column;gap:16px}.api-key-item{display:flex;justify-content:space-between;align-items:flex-start;padding:16px;border:1px solid var(--border-color);border-radius:8px;background:var(--bg-secondary)}.api-key-item.inactive{opacity:.6}.key-info{flex:1 1}.key-name{font-weight:600;color:var(--text-primary);margin-bottom:4px}.key-prefix{font-family:SF Mono,Monaco,Inconsolata,Roboto Mono,monospace;font-size:13px;color:var(--text-muted);margin-bottom:8px}.key-details{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:8px}.badge{display:inline-block;padding:2px 8px;border-radius:12px;font-size:12px;font-weight:500;text-transform:uppercase}.badge-blue{background:var(--info-bg);color:var(--info-text)}.badge-yellow{background:var(--warning-bg);color:var(--warning-text)}.badge-red{background:var(--error-bg);color:var(--error-text)}.badge-purple{background:#f3e8ff;color:#7c3aed}.badge-gray{background:var(--bg-tertiary);color:var(--text-muted)}.project-restriction{font-size:13px;color:var(--text-muted)}.key-metadata{display:flex;flex-wrap:wrap;gap:16px;font-size:12px;color:var(--text-muted)}.key-actions{display:flex;gap:8px}.btn-sm{padding:6px 12px;font-size:13px}.coming-soon{text-align:center;padding:40px 20px;color:var(--text-muted)}.coming-soon h3{color:var(--text-primary);margin-bottom:16px}.coming-soon ul{text-align:left;display:inline-block;margin-top:20px}.coming-soon li{margin-bottom:8px}.empty-state,.loading{text-align:center;padding:40px 20px;color:var(--text-muted)}:root{--success-bg:#f0f9ff;--success-border:#0ea5e9;--success-text:#0c4a6e;--warning-bg:#fffbeb;--warning-text:#92400e;--info-bg:#eff6ff;--info-text:#1e40af;--error-bg:#fef2f2;--error-text:#dc2626;--error-border:#fecaca;--primary-color:#3b82f6;--primary-color-alpha:rgba(59,130,246,.1);--text-primary:#1f2937;--text-secondary:#6b7280;--text-muted:#9ca3af;--bg-primary:#fff;--bg-secondary:#f9fafb;--bg-tertiary:#f3f4f6;--bg-hover:#f3f4f6;--border-color:#e5e7eb}@media (prefers-color-scheme:dark){:root{--success-bg:rgba(34,197,94,.1);--success-text:#4ade80;--warning-bg:rgba(251,191,36,.1);--warning-text:#fbbf24;--info-bg:rgba(59,130,246,.1);--info-text:#60a5fa;--error-bg:rgba(239,68,68,.1);--error-text:#f87171;--primary-color:#60a5fa;--primary-color-alpha:rgba(59,130,246,.2);--text-primary:#f9fafb;--text-secondary:#d1d5db;--text-muted:#9ca3af;--bg-primary:#111827;--bg-secondary:#1f2937;--bg-tertiary:#374151;--bg-hover:#374151;--border-color:#374151}.badge-purple{background:rgba(124,58,237,.2);color:#a78bfa}}.api-docs-container{display:flex;min-height:calc(100vh - 80px)}.api-docs-sidebar{width:280px;background:var(--bg-secondary);border-right:1px solid var(--border-color);position:-webkit-sticky;position:sticky;top:80px;height:calc(100vh - 80px);overflow-y:auto;padding:24px 0}.sidebar-header{padding:0 24px 24px;border-bottom:1px solid var(--border-color);margin-bottom:24px}.sidebar-header h2{margin:0 0 8px;color:var(--text-primary);font-size:20px}.sidebar-header .version{margin:0;color:var(--text-muted);font-size:14px;background:var(--bg-tertiary);padding:2px 8px;border-radius:4px;display:inline-block}.sidebar-nav{padding:0 12px}.sidebar-link{display:flex;align-items:center;gap:12px;padding:12px;color:var(--text-muted);text-decoration:none;border-radius:8px;transition:all .2s ease;font-weight:500}.sidebar-link:hover{background:var(--bg-hover);color:var(--text-primary)}.sidebar-link.active{background:var(--primary-color);color:#fff}.sidebar-icon{font-size:16px}.api-docs-content{flex:1 1;padding:40px;max-width:none;overflow-x:auto}.doc-section{margin-bottom:80px}.doc-section h1{font-size:32px;margin:0 0 16px;color:var(--text-primary)}.doc-section h2{font-size:24px;margin:32px 0 16px;color:var(--text-primary)}.doc-section h3{font-size:20px;margin:24px 0 12px;color:var(--text-primary)}.doc-section h4{font-size:18px;margin:20px 0 8px;color:var(--text-primary)}.doc-section h5{font-size:16px;margin:16px 0 8px;color:var(--text-primary);font-weight:600}.doc-section p{line-height:1.6;margin-bottom:16px;color:var(--text-secondary)}.doc-section .lead{font-size:18px;color:var(--text-primary);margin-bottom:32px}.info-box{background:var(--info-bg);border:1px solid var(--info-text);border-radius:8px;padding:20px;margin:24px 0}.info-box h3{margin:0 0 12px;color:var(--info-text)}.warning-box{background:var(--warning-bg);border:1px solid var(--warning-text);border-radius:8px;padding:20px;margin:24px 0}.warning-box h3{margin:0 0 12px;color:var(--warning-text)}.code-block{background:var(--bg-tertiary);border:1px solid var(--border-color);border-radius:8px;padding:16px;margin:16px 0;overflow-x:auto}.code-block pre{margin:0;font-family:SF Mono,Monaco,Inconsolata,Roboto Mono,monospace;font-size:14px;line-height:1.5;color:var(--text-primary)}.code-block code{background:none;padding:0;border:none;font-family:inherit;font-size:inherit;color:inherit}.feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:24px;gap:24px;margin:32px 0}.feature-card{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:8px;padding:24px}.feature-card h3{margin:0 0 12px;color:var(--text-primary)}.feature-card p{margin:0;color:var(--text-muted)}.permission-table,.status-table{width:100%;margin:24px 0}.permission-table table,.status-table table{width:100%;border-collapse:collapse;background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:8px;overflow:hidden}.permission-table td,.permission-table th,.status-table td,.status-table th{padding:12px 16px;text-align:left;border-bottom:1px solid var(--border-color)}.permission-table th,.status-table th{background:var(--bg-tertiary);font-weight:600;color:var(--text-primary)}.permission-table td,.status-table td{color:var(--text-secondary)}.endpoint{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:8px;margin:24px 0;overflow:hidden}.endpoint-header{display:flex;align-items:center;gap:12px;padding:16px 20px;background:var(--bg-tertiary);border-bottom:1px solid var(--border-color)}.method{padding:4px 8px;border-radius:4px;font-size:12px;font-weight:700;text-transform:uppercase;min-width:60px;text-align:center}.method.get{background:#10b981;color:#fff}.method.post{background:#3b82f6;color:#fff}.method.put{background:#f59e0b;color:#fff}.method.patch{background:#8b5cf6;color:#fff}.method.delete{background:#ef4444;color:#fff}.path{font-family:SF Mono,Monaco,Inconsolata,Roboto Mono,monospace;font-size:14px;color:var(--text-primary);font-weight:600}.endpoint-body{padding:20px}.endpoint-body h4{margin:0 0 8px}.code-example,.example-request,.example-response{margin:20px 0}.code-example h4{margin:0 0 8px;color:var(--text-primary)}.query-params ul{margin:8px 0 0;padding-left:20px}.query-params li{margin-bottom:4px;color:var(--text-secondary)}.example-section{margin:32px 0}.example-section h2{color:var(--text-primary);margin-bottom:16px}@media (max-width:1024px){.api-docs-container{flex-direction:column}.api-docs-sidebar{width:100%;height:auto;position:static;border-right:none;border-bottom:1px solid var(--border-color)}.api-docs-content{padding:24px}.feature-grid{grid-template-columns:1fr}}@media (max-width:768px){.endpoint-header{flex-direction:column;align-items:flex-start;gap:8px}.code-block{padding:12px}.code-block pre{font-size:13px}}@media (prefers-color-scheme:dark){.api-docs-sidebar{background:#1f2937}.sidebar-header .version{background:#374151}.endpoint,.feature-card{background:#1f2937;border-color:#374151}.endpoint-header{background:#374151;border-color:#4b5563}.permission-table table,.status-table table{background:#1f2937;border-color:#374151}.permission-table th,.status-table th{background:#374151}.code-block,.permission-table td,.status-table td{border-color:#374151}.code-block{background:#111827}}