@import"https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&family=JetBrains+Mono:wght@400;500;600;700&display=swap";:root{--bg-page: #f8fafc;--bg-card: #ffffff;--bg-sidebar: #ffffff;--bg-header: #ffffff;--bg-input: #f8fafc;--bg-hover: #f1f5f9;--border-subtle: #e2e8f0;--border-light: #f1f5f9;--border-focus: #6366f1;--brand-primary: #4338ca;--brand-primary-hover: #3730a3;--brand-secondary: #4f46e5;--brand-tint: #eef2ff;--accent-emerald: #059669;--accent-emerald-tint: #ecfdf5;--accent-amber: #d97706;--accent-amber-tint: #fffbeb;--accent-rose: #e11d48;--accent-rose-tint: #fff1f2;--accent-cyan: #0284c7;--accent-cyan-tint: #f0f9ff;--text-primary: #0f172a;--text-secondary: #334155;--text-muted: #64748b;--text-faint: #94a3b8;--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .04);--shadow-card: 0 1px 3px 0 rgba(0, 0, 0, .06), 0 1px 2px -1px rgba(0, 0, 0, .04);--shadow-card-hover: 0 10px 25px -5px rgba(0, 0, 0, .06), 0 8px 10px -6px rgba(0, 0, 0, .04);--shadow-dropdown: 0 12px 30px -4px rgba(0, 0, 0, .1);--radius-sm: 6px;--radius-md: 12px;--radius-lg: 16px;--radius-full: 9999px;--font-sans: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-mono: "JetBrains Mono", "Fira Code", monospace;--sidebar-width: 250px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body{min-height:100%;width:100%;max-width:100vw;overflow-x:hidden;background-color:var(--bg-page);color:var(--text-primary);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{color:var(--text-primary);font-weight:700;letter-spacing:-.025em;line-height:1.25}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer;border:none;background:none}input,textarea,select{font-family:inherit;color:var(--text-primary)}.app-shell{display:flex;min-height:100vh;width:100%;max-width:100vw;overflow-x:hidden;background-color:var(--bg-page)}.app-main{flex:1;min-width:0;width:100%;max-width:100%;margin-left:var(--sidebar-width);display:flex;flex-direction:column;overflow-x:hidden}.page-container{width:100%;max-width:1200px;margin:0 auto;padding:2rem 1.5rem 5rem;box-sizing:border-box}@media(max-width:768px){.page-container{padding:1.25rem 1rem 5rem}}.app-sidebar{width:var(--sidebar-width);min-width:var(--sidebar-width);background:var(--bg-sidebar);border-right:1px solid var(--border-subtle);display:flex;flex-direction:column;justify-content:space-between;position:fixed;top:0;left:0;height:100vh;z-index:40;overflow-y:auto;overflow-x:hidden}.sidebar-header{padding:1.25rem 1.25rem 1rem;display:flex;align-items:center;gap:.65rem}.sidebar-brand-name{font-size:1.2rem;font-weight:800;color:var(--text-primary);letter-spacing:-.03em}.sidebar-brand-name span{color:var(--brand-primary)}.sidebar-nav{display:flex;flex-direction:column;gap:.25rem;padding:.75rem .85rem;flex:1;overflow-y:auto}.sidebar-nav-item{display:flex;align-items:center;gap:.75rem;padding:.65rem .85rem;border-radius:var(--radius-sm);font-size:.825rem;font-weight:600;color:var(--text-muted);transition:all .15s ease}.sidebar-nav-item:hover{background:var(--bg-hover);color:var(--text-primary)}.sidebar-nav-item.active{background:var(--brand-tint);color:var(--brand-primary);font-weight:700}.sidebar-footer{padding:1rem .85rem;border-top:1px solid var(--border-light)}.sidebar-user-card{display:flex;align-items:center;gap:.75rem;padding:.6rem;border-radius:var(--radius-sm);background:var(--bg-page);border:1px solid var(--border-subtle)}.sidebar-user-avatar{width:32px;height:32px;border-radius:6px;background:#4338ca;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.85rem}.app-main{flex:1;display:flex;flex-direction:column;min-width:0;margin-left:var(--sidebar-width);padding-top:64px}.app-top-header{height:64px;background:#fffffffa;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--border-subtle);display:flex;align-items:center;justify-content:space-between;padding:0 1.75rem;position:fixed;top:0;left:var(--sidebar-width);right:0;z-index:100;box-shadow:0 1px 3px #00000008}.header-search-box{display:flex;align-items:center;gap:.5rem;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:var(--radius-sm);padding:.45rem .85rem;width:320px;font-size:.825rem;color:var(--text-secondary)}.header-search-box input{background:transparent;border:none;outline:none;font-size:.825rem;width:100%}.header-shortcut-key{font-family:var(--font-mono);font-size:.675rem;background:#fff;border:1px solid #cbd5e1;padding:.15rem .35rem;border-radius:4px;color:var(--text-muted)}.page-container{width:100%;max-width:1200px;margin:0 auto;padding:2rem 1.75rem 5rem;box-sizing:border-box}@media(max-width:960px){.page-container{padding:1.25rem 1rem 5.5rem!important}}@media(max-width:480px){.page-container{padding:1rem .75rem 5.5rem!important}}.white-card{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:var(--radius-md);box-shadow:var(--shadow-card);transition:all .2s ease}.white-card:hover{box-shadow:var(--shadow-card-hover);border-color:#cbd5e1}.btn-primary{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;background:var(--brand-primary);color:#fff;padding:.65rem 1.25rem;font-size:.85rem;font-weight:700;border-radius:var(--radius-sm);transition:all .15s ease;box-shadow:0 1px 2px #0000000d}.btn-primary:hover{background:var(--brand-primary-hover)}.btn-secondary{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;background:#fff;color:var(--text-secondary);border:1px solid var(--border-subtle);padding:.65rem 1.25rem;font-size:.85rem;font-weight:600;border-radius:var(--radius-sm);transition:all .15s ease}.btn-secondary:hover{background:var(--bg-hover);color:var(--text-primary);border-color:#cbd5e1}.badge{display:inline-flex;align-items:center;gap:.35rem;padding:.25rem .6rem;font-size:.725rem;font-weight:700;border-radius:var(--radius-full)}.badge-indigo{background:var(--brand-tint);color:var(--brand-primary);border:1px solid #c7d2fe}.badge-emerald{background:var(--accent-emerald-tint);color:var(--accent-emerald);border:1px solid #a7f3d0}.badge-amber{background:var(--accent-amber-tint);color:var(--accent-amber);border:1px solid #fde68a}.badge-rose{background:var(--accent-rose-tint);color:var(--accent-rose);border:1px solid #fecdd3}.badge-slate{background:#f1f5f9;color:#475569;border:1px solid #e2e8f0}.data-table-container{overflow-x:auto;border-radius:var(--radius-md);border:1px solid var(--border-subtle);background:#fff}.data-table{width:100%;border-collapse:collapse;font-size:.825rem;text-align:left}.data-table th{background:#f8fafc;padding:.75rem 1rem;color:var(--text-muted);font-weight:700;font-size:.725rem;text-transform:uppercase;letter-spacing:.04em;border-bottom:1px solid var(--border-subtle)}.data-table td{padding:.85rem 1rem;border-bottom:1px solid var(--border-light);color:var(--text-primary)}.data-table tr:last-child td{border-bottom:none}.data-table tr:hover td{background:#f8fafc}.terminal-window{background:#0f172a;border:1px solid #1e293b;border-radius:var(--radius-md);overflow:hidden;box-shadow:0 10px 25px -5px #00000026;width:100%;max-width:100%;box-sizing:border-box}.terminal-header{background:#1e293b;padding:.65rem .85rem;border-bottom:1px solid rgba(255,255,255,.08);display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.5rem}.mac-dots{display:flex;gap:6px}.mac-dot{width:10px;height:10px;border-radius:50%}.mac-dot.red{background:#ef4444}.mac-dot.yellow{background:#f59e0b}.mac-dot.green{background:#10b981}.terminal-body{padding:1rem;font-family:var(--font-mono);font-size:.8rem;line-height:1.6;overflow-x:auto;-webkit-overflow-scrolling:touch;color:#f1f5f9;max-width:100%;box-sizing:border-box}.terminal-body pre{margin:0;white-space:pre;word-break:normal;overflow-x:auto}.playground-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem;align-items:stretch;width:100%;max-width:100%;box-sizing:border-box}.playground-left-col{padding:1.5rem;border-right:1px solid #f1f5f9;display:flex;flex-direction:column;gap:1.25rem}@media(max-width:900px){.playground-grid{grid-template-columns:1fr;gap:1rem}.playground-left-col{padding:1.25rem 1rem;border-right:none;border-bottom:1px solid #f1f5f9}}.stat-cards-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;width:100%;box-sizing:border-box}@media(max-width:900px){.stat-cards-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}}@media(max-width:480px){.stat-cards-grid{grid-template-columns:repeat(2,1fr);gap:.5rem}}.steps-cards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;width:100%;box-sizing:border-box}@media(max-width:860px){.steps-cards-grid{grid-template-columns:1fr;gap:1rem}}.featured-cards-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.25rem;width:100%;box-sizing:border-box}@media(max-width:900px){.featured-cards-grid{grid-template-columns:repeat(2,1fr);gap:1rem}}@media(max-width:580px){.featured-cards-grid{grid-template-columns:1fr;gap:.85rem}}.featured-card{padding:1.25rem;display:flex;flex-direction:column;justify-content:space-between;gap:1rem;box-sizing:border-box;width:100%;min-width:0}.featured-card-header{display:flex;justify-content:space-between;align-items:flex-start;gap:.5rem;margin-bottom:.75rem;flex-wrap:wrap}.featured-card-brand{display:flex;align-items:center;gap:.65rem;min-width:0;flex:1}@media(max-width:480px){.featured-card{padding:1rem .85rem}}.grid-cols-auto-fit{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.25rem;width:100%;box-sizing:border-box}@media(max-width:640px){.grid-cols-auto-fit{grid-template-columns:1fr;gap:1rem}}.pulse-dot{width:7px;height:7px;border-radius:50%;background:var(--accent-emerald);box-shadow:0 0 #059669b3;animation:pulseGreen 2s infinite}@keyframes pulseGreen{0%{box-shadow:0 0 #059669b3}70%{box-shadow:0 0 0 6px #05966900}to{box-shadow:0 0 #05966900}}@media(max-width:960px){.app-sidebar{display:none}.app-top-header{padding:0 1rem}.header-search-box{width:200px}}@keyframes skeleton-shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.skeleton-box{background:linear-gradient(90deg,#f1f5f9 25%,#e2e8f0,#f1f5f9 75%);background-size:200% 100%;animation:skeleton-shimmer 1.5s infinite ease-in-out;border-radius:6px}.mobile-bottom-nav{display:none}.mobile-menu-btn{display:none;background:transparent;border:1px solid #e2e8f0;color:#334155;padding:.4rem;border-radius:8px;cursor:pointer;align-items:center;justify-content:center;transition:all .15s ease}.mobile-menu-btn:active{background:#f1f5f9;transform:scale(.95)}.mobile-brand-link{display:none;align-items:center;gap:.5rem;text-decoration:none}.mobile-drawer-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a73;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);z-index:1100;animation:drawerFadeIn .2s ease-out}@keyframes drawerFadeIn{0%{opacity:0}to{opacity:1}}.mobile-drawer{position:fixed;top:0;left:0;bottom:0;width:300px;max-width:85vw;background:#fff;z-index:1200;display:flex;flex-direction:column;justify-content:space-between;box-shadow:10px 0 35px #0000001f;transform:translate(-100%);transition:transform .25s cubic-bezier(.16,1,.3,1);overflow-y:auto}.mobile-drawer.open{transform:translate(0)}.mobile-drawer-header{padding:1.15rem 1.25rem;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #f1f5f9}.mobile-drawer-close-btn{width:34px;height:34px;border-radius:8px;display:flex;align-items:center;justify-content:center;background:#f8fafc;border:1px solid #e2e8f0;color:#64748b;cursor:pointer;transition:all .15s ease}.mobile-drawer-close-btn:hover{background:#f1f5f9;color:#0f172a}.mobile-drawer-nav{padding:.75rem .85rem;display:flex;flex-direction:column;gap:.25rem;flex:1}.mobile-drawer-item{display:flex;align-items:center;gap:.85rem;padding:.7rem .95rem;border-radius:8px;font-size:.875rem;font-weight:600;color:#475569;text-decoration:none;transition:all .15s ease}.mobile-drawer-item:hover{background:#f8fafc;color:#0f172a}.mobile-drawer-item.active{background:#eef2ff;color:#4f46e5;font-weight:700}.mobile-drawer-footer{padding:1rem 1.15rem;border-top:1px solid #f1f5f9;background:#f8fafc}@media(max-width:960px){.desktop-only,.app-sidebar{display:none!important}.mobile-menu-btn,.mobile-brand-link{display:flex}.desktop-header-search{display:none!important}.app-top-header{height:58px;padding:0 .85rem;position:fixed!important;top:0!important;left:0!important;right:0!important;width:100%!important;z-index:100!important}.app-main{padding-top:58px!important;padding-bottom:4.85rem!important;margin-left:0!important}.mobile-bottom-nav{display:block;position:fixed;bottom:0;left:0;right:0;z-index:999;background:#fffffff7;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-top:1px solid #e5e7eb;box-shadow:0 -4px 20px #0000000f;padding-bottom:env(safe-area-inset-bottom)}.mobile-bottom-nav-inner{display:flex;align-items:center;justify-content:space-around;height:58px;max-width:500px;margin:0 auto;padding:0 .5rem}.mobile-bottom-item{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1;height:100%;color:#64748b;text-decoration:none;gap:2px;transition:all .15s ease}.mobile-bottom-item span{font-size:10px;font-weight:600;letter-spacing:.01em}.mobile-bottom-item.active{color:#4f46e5}.mobile-bottom-item.active span{font-weight:700}.mobile-bottom-item:active{transform:scale(.92)}.grid-cols-auto-fit{grid-template-columns:1fr;gap:1rem}}.home-section{padding:2.75rem 1.25rem}.home-section-compact{padding-top:0;padding-bottom:2.75rem}@media(max-width:768px){.home-section{padding:1.75rem 1rem}.home-section-compact{padding-bottom:1.75rem}}.hero-section{padding:3.25rem 1.5rem 2.25rem;text-align:center}.hero-pill{display:inline-flex;align-items:center;gap:.45rem;padding:.3rem .85rem;border-radius:var(--radius-full);background:#eef2ff;border:1px solid #e0e7ff;margin-bottom:1.25rem}.hero-title{font-size:clamp(2rem,4.5vw,3.6rem);font-weight:800;line-height:1.15;color:#0f172a;margin-bottom:1rem;letter-spacing:-.035em}.hero-subtitle{font-size:.95rem;color:#64748b;line-height:1.6;max-width:660px;margin:0 auto 1.75rem}.hero-actions{display:flex;align-items:center;justify-content:center;gap:.75rem;flex-wrap:wrap}.hero-btn-primary{display:inline-flex;align-items:center;gap:.5rem;background:#4f46e5;color:#fff;padding:.75rem 1.5rem;font-size:.9rem;font-weight:700;border-radius:var(--radius-sm);transition:all .15s ease;box-shadow:0 2px 6px #4f46e540;text-decoration:none}.hero-btn-secondary{display:inline-flex;align-items:center;gap:.5rem;background:#fff;color:#4f46e5;border:1px solid #c7d2fe;padding:.75rem 1.5rem;font-size:.9rem;font-weight:700;border-radius:var(--radius-sm);transition:all .15s ease;text-decoration:none}@media(max-width:768px){.hero-section{padding:1.5rem 1rem 1.25rem!important}.hero-pill{padding:.2rem .65rem!important;margin-bottom:.65rem!important}.hero-pill span{font-size:.7rem!important}.hero-title{font-size:1.75rem!important;line-height:1.2!important;margin-bottom:.65rem!important}.hero-subtitle{font-size:.825rem!important;line-height:1.45!important;margin:0 auto 1.15rem!important;max-width:94%!important}.hero-actions{gap:.5rem!important}.hero-btn-primary,.hero-btn-secondary{padding:.55rem 1rem!important;font-size:.825rem!important}}.app-footer{background:#fff;border-top:1px solid #e2e8f0;padding:3.5rem 1.5rem 2rem;margin-top:2rem;color:#64748b;font-size:.85rem}.footer-container{max-width:1200px;margin:0 auto}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:2.5rem;margin-bottom:2.5rem}.footer-brand-col{display:flex;flex-direction:column;gap:.85rem}.footer-brand-col p{color:#64748b;line-height:1.6;font-size:.85rem;max-width:340px}.footer-col-title{font-size:.8rem;font-weight:800;text-transform:uppercase;letter-spacing:.06em;color:#0f172a;margin-bottom:1rem}.footer-nav-list{list-style:none;display:flex;flex-direction:column;gap:.65rem}.footer-nav-link{color:#64748b;text-decoration:none;font-size:.85rem;transition:color .15s ease}.footer-nav-link:hover{color:#4f46e5}.footer-bottom-bar{border-top:1px solid #f1f5f9;padding-top:1.5rem;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem;font-size:.8rem;color:#94a3b8}@media(max-width:900px){.footer-grid{grid-template-columns:1fr 1fr;gap:2rem}}@media(max-width:600px){.app-footer{padding:2.5rem 1rem 1.75rem}.footer-grid{grid-template-columns:1fr;gap:1.75rem}.footer-bottom-bar{flex-direction:column;text-align:center}}@media(max-width:480px){.terminal-header{padding:.5rem .75rem!important}.terminal-body{padding:.85rem!important;font-size:.72rem!important}}.marketplace-filter-pills{display:flex;gap:.5rem;flex-wrap:wrap}@media(max-width:640px){.marketplace-filter-pills{flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;padding-bottom:.35rem;scrollbar-width:none}.marketplace-filter-pills::-webkit-scrollbar{display:none}}.marketplace-card{padding:1.35rem;box-sizing:border-box;width:100%;min-width:0}@media(max-width:900px){.marketplace-cards-grid{grid-template-columns:repeat(2,1fr)!important;gap:.85rem!important}.marketplace-card{padding:1.15rem 1rem}}@media(max-width:580px){.marketplace-cards-grid{grid-template-columns:1fr!important;gap:.75rem!important}.marketplace-card{padding:1rem .85rem}}@media(max-width:640px){.playground-api-pills{flex-wrap:nowrap!important;overflow-x:auto;-webkit-overflow-scrolling:touch;padding-bottom:.35rem;justify-content:flex-start!important;scrollbar-width:none}.playground-api-pills::-webkit-scrollbar{display:none}}@media(max-width:640px){.api-endpoint-code{word-break:break-all;font-size:.75rem!important}.api-detail-hero{flex-direction:column!important;align-items:flex-start!important;gap:.75rem!important}.api-detail-meta{flex-wrap:wrap!important;gap:.4rem!important}}@media(max-width:480px){.stat-cards-grid>div{padding:.85rem!important}.stat-cards-grid .stat-value{font-size:1.35rem!important}}@media(max-width:640px){.steps-cards-grid{grid-template-columns:1fr!important;gap:.75rem!important}}@media(max-width:480px){.hero-section{padding:1.5rem 1rem 1.25rem!important}.hero-title{font-size:1.6rem!important;line-height:1.2!important}.hero-subtitle{font-size:.8rem!important}}@media(max-width:640px){.faq-question{font-size:.85rem!important}}.admin-shell{display:flex;min-height:100vh;background:#f8fafc;color:#0f172a}.admin-sidebar{width:260px;background:#090d16;border-right:1px solid #1e293b;display:flex;flex-direction:column;justify-content:space-between;position:fixed;top:0;left:0;bottom:0;height:100vh;z-index:50;overflow-y:auto}.admin-content{margin-left:260px;flex:1;min-width:0;min-height:100vh;display:flex;flex-direction:column}@media(max-width:900px){.admin-sidebar{display:none!important}.admin-content{margin-left:0!important}}
