@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";*{margin:0;padding:0;box-sizing:border-box}html,body{font-family:Inter,Product Sans,system-ui,sans-serif;color:#0f172a}.app-root{min-height:100vh;background:linear-gradient(135deg,#eef2ff,#f8fafc,#ecfeff)}.header{position:sticky;top:0;background:#d5dbe7cc;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid #e5e7eb;z-index:100}.header-inner{max-width:1200px;margin:auto;padding:1rem 1.5rem;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;align-items:center;gap:.6rem;font-weight:700;font-size:1.1rem}.brand img{height:28px}.nav{display:flex;gap:1.5rem}.nav a{text-decoration:none;color:#334155;font-weight:500}.menu-btn{display:none;background:none;border:none;font-size:1.5rem}.hero{max-width:900px;margin:auto;padding:6rem 1.5rem 4rem;text-align:center}.hero h1{font-size:clamp(2.2rem,5vw,3.2rem);font-weight:700}.hero p{margin-top:1rem;font-size:1.1rem;color:#475569}.hero-actions{margin-top:2rem;display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn{padding:.75rem 1.25rem;border-radius:8px;font-weight:600;border:none;cursor:pointer}.btn.primary{background:#6366f1;color:#fff}.btn.secondary{background:#fff;border:1px solid #c7d2fe}.section{max-width:1200px;margin:auto;padding:4rem 1.5rem}.section h2{text-align:center;margin-bottom:2rem}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem}.card{background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 10px 30px #0000000d;font-weight:500}.footer{padding:2rem;text-align:center;border-top:1px solid #e5e7eb}@media(max-width:768px){.nav{position:absolute;top:64px;right:1rem;background:#fff;flex-direction:column;padding:1rem;border-radius:10px;display:none}.nav.open{display:flex}.menu-btn{display:block}}.install{text-align:center}.section-subtitle{margin-top:.75rem;color:#475569;max-width:600px;margin-left:auto;margin-right:auto}.install-box{margin:2rem auto;padding:1rem 1.25rem;max-width:520px;background:#0f172a;color:#e5e7eb;border-radius:12px;display:flex;justify-content:space-between;align-items:center;font-family:monospace;box-shadow:0 20px 40px #00000040}.install-box code{font-size:.95rem}.copy-btn{background:#6366f1;border:none;color:#fff;padding:.45rem .75rem;border-radius:6px;cursor:pointer;font-weight:600}.copy-btn:hover{opacity:.9}.trust{display:flex;justify-content:center;gap:1.5rem;flex-wrap:wrap;margin-top:2rem}.trust-item{background:#fff;padding:.75rem 1.25rem;border-radius:999px;font-weight:500;box-shadow:0 6px 20px #00000014}.components{text-align:center}.components-grid{margin-top:3rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.75rem}.component-card{background:#fff;padding:2rem 1.5rem;border-radius:14px;text-align:left;box-shadow:0 12px 30px #00000014;transition:transform .2s ease,box-shadow .2s ease}.component-card h3{margin-bottom:.5rem;font-size:1.1rem}.component-card p{color:#475569;font-size:.95rem}.component-card:hover{transform:translateY(-4px);box-shadow:0 18px 40px #0000001f}.components-cta{margin-top:3rem}.docs-cta{background:linear-gradient(135deg,#6366f1,#4f46e5);color:#fff}.docs-cta-inner{max-width:900px;margin:auto;padding:4rem 1.5rem;text-align:center}.docs-cta-inner h2{font-size:clamp(1.8rem,4vw,2.4rem)}.docs-cta-inner p{margin-top:1rem;font-size:1.05rem;opacity:.9}.docs-actions{margin-top:2.5rem;display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.docs-actions .btn.secondary{background:transparent;border:1px solid rgba(255,255,255,.6);color:#fff}.docs-actions .btn.secondary:hover{background:#ffffff1a}.footer{background:#020617;color:#e5e7eb;margin-top:4rem}.footer-inner{max-width:1200px;margin:auto;padding:4rem 1.5rem;display:grid;grid-template-columns:1fr 1fr;gap:3rem}.footer-brand img{height:32px;margin-bottom:1rem;display:flex}.footer-brand p{max-width:380px;font-size:.95rem;color:#94a3b8}.footer-links{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.footer-links h4{margin-bottom:.75rem;font-size:1rem}.footer-links a{display:block;text-decoration:none;color:#cbd5f5;margin-bottom:.4rem;font-size:.95rem}.footer-links a:hover{color:#fff}.footer-bottom{text-align:center;padding:1.25rem;border-top:1px solid #1e293b;font-size:.85rem;color:#94a3b8}@media(max-width:768px){.footer-inner{grid-template-columns:1fr}}.docs-root{display:flex;min-height:100vh;background:#f8fafc}.docs-sidebar{width:260px;background:#fff;border-right:1px solid #e5e7eb;padding:1.5rem;position:sticky;top:0;height:100vh}.docs-sidebar h3{margin-bottom:1rem}.docs-sidebar button{width:100%;text-align:left;padding:.6rem .75rem;background:none;border:none;cursor:pointer;font-weight:500;color:#334155;border-radius:6px}.docs-sidebar button:hover{background:#f1f5f9}.docs-sidebar button.active{background:#6366f1;color:#fff}.docs-content{flex:1;padding:3rem 2.5rem}.docs-content h1{margin-bottom:1rem}.docs-body p{margin-bottom:1rem;color:#475569}.docs-body pre{background:#020617;color:#e5e7eb;padding:1rem;border-radius:8px;overflow-x:auto;margin:1rem 0;font-size:.9rem}@media(max-width:768px){.docs-root{flex-direction:column}.docs-sidebar{width:100%;height:auto;display:flex;gap:.5rem;overflow-x:auto}.docs-sidebar button{white-space:nowrap}}.playground{display:flex;min-height:100vh}.playground-sidebar{width:260px;background:#fff;border-right:1px solid #e5e7eb;padding:1.5rem}.playground-sidebar button{width:100%;padding:.6rem;margin-top:.4rem;background:none;border:none;text-align:left;cursor:pointer;border-radius:6px}.playground-sidebar button.active{background:#6366f1;color:#fff}.playground-main{flex:1;padding:2.5rem}.preview-box{margin:2rem 0;padding:3rem;border:1px dashed #cbd5f5;border-radius:12px;background:#f8fafc;display:flex;justify-content:center}.controls{max-width:360px}.modern-docs{max-width:820px;line-height:1.75;font-size:1rem}.modern-docs p{color:#334155;margin-bottom:1.25rem}.modern-docs h3{margin-top:2.5rem;margin-bottom:.75rem;font-size:1.25rem;font-weight:600;color:#0f172a;border-left:4px solid #6366f1;padding-left:.75rem}.modern-docs ul{margin:1rem 0 1.5rem 1.25rem;padding-left:.5rem}.modern-docs li{margin-bottom:.6rem;color:#475569;position:relative}.modern-docs li::marker{color:#6366f1}.modern-docs strong{color:#020617;font-weight:600}.modern-docs pre{background:linear-gradient(135deg,#020617,#020617);color:#e5e7eb;padding:1.25rem;border-radius:12px;margin:1.75rem 0;overflow-x:auto;font-size:.9rem;box-shadow:0 20px 40px #00000040}.modern-docs code{background:#000;color:#fff;padding:.15rem .35rem;border-radius:6px;font-size:.9em;font-weight:700}.modern-docs .callout{margin:2rem 0;padding:1.25rem 1.5rem;background:#eef2ff;border-left:5px solid #6366f1;border-radius:12px;color:#1e293b}@media(max-width:768px){.modern-docs{font-size:.95rem}.modern-docs h3{font-size:1.15rem}}.docs-right{width:240px;padding:2rem 1.25rem;border-left:1px solid #e5e7eb;background:#fafafa;position:sticky;top:64px;height:calc(100vh - 64px)}.right-panel h4{font-size:.9rem;margin-bottom:.75rem;color:#0f172a}.right-panel a{display:block;font-size:.85rem;color:#475569;text-decoration:none;margin-bottom:.4rem}.right-panel a:hover{color:#6366f1}.right-divider{height:1px;background:#e5e7eb;margin:1rem 0}.install-block{margin:1.75rem 0}.install-label{display:inline-block;margin-bottom:.5rem;font-size:.75rem;font-weight:600;color:#6366f1;letter-spacing:.03em;text-transform:uppercase}.install-block pre{background:linear-gradient(135deg,#020617,#020617);color:#e5e7eb;padding:1.25rem 1.5rem;border-radius:14px;overflow-x:auto;font-size:.9rem;box-shadow:0 20px 40px #00000040,inset 0 0 0 1px #ffffff0a}.install-block code{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.install-note{margin-top:1.5rem;padding:1rem 1.25rem;background:#eef2ff;border-left:4px solid #6366f1;border-radius:10px;color:#1e293b;font-size:.9rem}.preview-box{display:flex;gap:1rem;flex-wrap:wrap;padding:1.5rem;margin:1.5rem 0;background:linear-gradient(135deg,#f8fafc,#eef2ff);border-radius:14px;border:1px solid #e5e7eb}.props-table{width:100%;border-collapse:collapse;margin-top:1.5rem;font-size:.9rem}.props-table th{text-align:left;padding:.75rem;background:#f1f5f9;font-weight:600;color:#0f172a}.props-table td{padding:.75rem;border-top:1px solid #e5e7eb;color:#475569}.props-table tr:hover{background:#f8fafc}.why-section{background:linear-gradient(180deg,#f7f8ff,#fff)}.why-header{text-align:center;max-width:640px;margin:0 auto 3rem}.why-header h2{font-size:2rem;font-weight:700;margin-bottom:.75rem}.why-subtitle{color:#555;font-size:1.05rem;line-height:1.6}.why-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.75rem}.why-card{background:#fff;border-radius:14px;padding:1.75rem;box-shadow:0 10px 30px #0000000a;transition:all .25s ease}.why-card:hover{transform:translateY(-6px);box-shadow:0 20px 45px #00000014}.why-card h3{font-size:1.05rem;font-weight:600;margin-bottom:.5rem}.why-card p{font-size:.95rem;color:#666;line-height:1.6}.components-section{background:linear-gradient(180deg,#f8fafc,#fff)}.components-header{text-align:center;max-width:720px;margin:0 auto 3rem}.components-header h2{font-size:2rem;font-weight:700;margin-bottom:.75rem}.components-subtitle{font-size:1.05rem;color:#555;line-height:1.6}.components-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.75rem}.component-card{background:#fff;border-radius:16px;padding:1.75rem 1.75rem 1.9rem;box-shadow:0 12px 35px #0000000a;transition:all .25s ease;position:relative;overflow:hidden}.component-card:before{content:"";position:absolute;top:0;left:0;height:4px;width:100%;background:linear-gradient(90deg,#7c3aed,#6366f1);opacity:0;transition:opacity .25s ease}.component-card:hover:before{opacity:1}.component-card:hover{transform:translateY(-6px);box-shadow:0 22px 50px #00000014}.component-card h3{font-size:1.1rem;font-weight:600;margin-bottom:.5rem}.component-card p{font-size:.95rem;color:#666;line-height:1.6}.components-cta{margin-top:3rem;text-align:center}
