@import"https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500&display=swap";:root{--voyage-overlay-opacity: .85;--voyage-overlay-color: #000000;--voyage-mask-padding: 8px;--voyage-border-radius: 12px;--voyage-glass-bg: rgba(255, 255, 255, .1);--voyage-glass-border: rgba(255, 255, 255, .15);--voyage-glass-shadow: 0 8px 32px rgba(0, 0, 0, .3);--voyage-spotlight-glow: rgba(255, 255, 255, .15);--voyage-spotlight-border: rgba(255, 255, 255, .2);--voyage-text-primary: #ffffff;--voyage-text-secondary: rgba(255, 255, 255, .8);--voyage-text-muted: rgba(255, 255, 255, .6);--voyage-accent: #3b82f6;--voyage-accent-hover: #60a5fa}.voyage-dark{color-scheme:dark;--voyage-overlay-color: #000000;--voyage-glass-bg: rgba(255, 255, 255, .08);--voyage-glass-border: rgba(255, 255, 255, .12)}@media (prefers-color-scheme: light){:root:not(.voyage-dark){--voyage-overlay-color: #1a1a1a;--voyage-glass-bg: rgba(255, 255, 255, .12);--voyage-glass-border: rgba(255, 255, 255, .18)}}@media (prefers-reduced-motion: reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}:root{--font-display: "Space Grotesk", -apple-system, BlinkMacSystemFont, sans-serif;--font-mono: "JetBrains Mono", "SF Mono", "Fira Code", monospace;--color-primary: #667eea;--color-secondary: #764ba2;--color-accent: #f093fb;--color-surface: #0a0a0f;--color-surface-elevated: #141419;--color-border: rgba(255, 255, 255, .08);--color-text: #ffffff;--color-text-muted: rgba(255, 255, 255, .6)}*{box-sizing:border-box}body{font-family:var(--font-display);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.app{min-height:100vh;display:flex;flex-direction:column;background:var(--color-surface)}.container{max-width:1200px;margin:0 auto;padding:0 2rem;width:100%}.header{position:relative;padding:6rem 0 8rem;text-align:center;color:#fff;overflow:hidden;background:linear-gradient(135deg,#0a0a0f,#0f0f1a,#0a0a0f)}.mesh-gradient{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;z-index:0}.gradient-orb{position:absolute;border-radius:50%;filter:blur(80px);opacity:.5;animation:float 20s ease-in-out infinite}.gradient-orb-1{width:600px;height:600px;background:radial-gradient(circle,rgba(102,126,234,.4) 0%,transparent 70%);top:-200px;left:-100px;animation-delay:0s}.gradient-orb-2{width:500px;height:500px;background:radial-gradient(circle,rgba(240,147,251,.35) 0%,transparent 70%);top:100px;right:-150px;animation-delay:-7s}.gradient-orb-3{width:400px;height:400px;background:radial-gradient(circle,rgba(79,209,197,.3) 0%,transparent 70%);bottom:-100px;left:30%;animation-delay:-14s}@keyframes float{0%,to{transform:translate(0) scale(1)}25%{transform:translate(30px,-30px) scale(1.05)}50%{transform:translate(-20px,20px) scale(.95)}75%{transform:translate(20px,10px) scale(1.02)}}.hero-content{position:relative;z-index:1}.hero-badges{display:flex;align-items:center;justify-content:center;gap:.75rem;margin-bottom:2rem;flex-wrap:wrap}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#ffffff0d;border:1px solid var(--color-border);border-radius:100px;font-size:.875rem;font-weight:500;color:var(--color-text-muted);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.badge-dot{width:8px;height:8px;background:#4ade80;border-radius:50%;animation:pulse-dot 2s ease-in-out infinite}.version-badge{display:inline-flex;align-items:center;padding:.5rem .875rem;background:#667eea1a;border:1px solid rgba(102,126,234,.2);border-radius:100px;font-size:.8125rem;font-weight:600;font-family:var(--font-mono);color:#a5b4fc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}@keyframes pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.8)}}.title{font-family:var(--font-display);font-size:clamp(3.25rem,8.5vw,5.5rem);font-weight:700;margin-bottom:1rem;letter-spacing:-.03em;background:linear-gradient(135deg,#fff,#e0e7ff,#c4b5fd);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.subtitle{font-size:clamp(1.25rem,3vw,1.75rem);font-weight:500;margin-bottom:1rem;color:var(--color-text-muted);letter-spacing:-.01em}.hero-description{font-size:1.125rem;line-height:1.8;color:var(--color-text-muted);max-width:680px;margin:0 auto 2.5rem}.hero-description .hero-line-1{display:block;white-space:nowrap}.hero-description .hero-line-2{display:block;margin-top:.25rem}.hero-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-bottom:3rem}.cta-button{position:relative;display:inline-flex;align-items:center;gap:.625rem;padding:1rem 1.75rem;font-family:var(--font-display);font-size:1rem;font-weight:600;border-radius:12px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);text-decoration:none;border:none}.cta-button.primary{background:linear-gradient(135deg,var(--color-primary) 0%,var(--color-secondary) 100%);color:#fff;box-shadow:0 2px 8px #0003;overflow:hidden}.cta-button.primary:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000040}.cta-glow{display:none}.cta-text{display:flex;align-items:center;gap:.5rem;position:relative;z-index:1}.play-icon{width:18px;height:18px}.cta-button.secondary{background:#ffffff0d;color:#fff;border:1px solid var(--color-border);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.cta-button.secondary:hover{background:#ffffff1a;border-color:#fff3}.github-icon{width:18px;height:18px}.install-commands{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center;align-items:center}.install-command{position:relative;display:inline-flex;align-items:center;gap:.75rem;padding:.875rem 1.25rem;background:#0006;border:1px solid var(--color-border);border-radius:10px;font-family:var(--font-mono);font-size:.9375rem;color:var(--color-text-muted);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease}.install-command.copied{border-color:#22c55e66;background:#22c55e1a}.install-command-prompt{background:#6366f126;border-color:#6366f14d}.install-command-prompt.copied{border-color:#22c55e66;background:#22c55e1a}.install-command code{color:#e0e7ff}.copy-button{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:#ffffff0d;border:1px solid var(--color-border);border-radius:6px;color:var(--color-text-muted);cursor:pointer;transition:all .2s}.copy-button:hover{background:#ffffff1a;color:#fff}.copy-button.success{background:#22c55e33;border-color:#22c55e66;color:#22c55e;animation:copy-success .3s ease}@keyframes copy-success{0%{transform:scale(1)}50%{transform:scale(1.15)}to{transform:scale(1)}}.copy-button svg{width:16px;height:16px;transition:transform .2s ease}.copy-button.success svg{animation:checkmark-draw .3s ease forwards}@keyframes checkmark-draw{0%{stroke-dasharray:20;stroke-dashoffset:20}to{stroke-dasharray:20;stroke-dashoffset:0}}.copy-tooltip{position:absolute;top:-2.5rem;left:50%;transform:translate(-50%);padding:.375rem .75rem;background:#22c55e;color:#fff;font-size:.75rem;font-weight:600;font-family:var(--font-display);border-radius:6px;white-space:nowrap;animation:tooltip-pop .3s ease;box-shadow:0 4px 12px #22c55e4d}.copy-tooltip:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border:6px solid transparent;border-top-color:#22c55e}@keyframes tooltip-pop{0%{opacity:0;transform:translate(-50%) translateY(8px) scale(.9)}to{opacity:1;transform:translate(-50%) translateY(0) scale(1)}}.main{flex:1;padding:6rem 0;background:linear-gradient(180deg,var(--color-surface) 0%,#0f0f15 100%)}.bento-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:1.5rem;margin-bottom:5rem}.bento-card{background:var(--color-surface-elevated);border:1px solid var(--color-border);border-radius:20px;padding:2rem;position:relative;overflow:hidden;transition:all .4s cubic-bezier(.4,0,.2,1);cursor:default}.bento-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,rgba(102,126,234,.03) 0%,transparent 50%);opacity:0;transition:opacity .4s}.bento-card:hover:before{opacity:1}.bento-card:hover{border-color:#667eea4d;box-shadow:0 0 0 1px #667eea1a,0 20px 40px #0000004d}.bento-large{grid-column:span 7;display:grid;grid-template-columns:1fr 1fr;gap:2rem;min-height:320px}.bento-medium{grid-column:span 5;min-height:280px}.bento-stats{grid-column:span 12;display:flex;justify-content:center;align-items:center;gap:4rem;padding:2.5rem;background:linear-gradient(135deg,#667eea14,#764ba20d)}.bento-content{display:flex;flex-direction:column}.bento-icon-wrapper{margin-bottom:1.25rem}.bento-icon{font-size:2.5rem}.bento-card h3{font-family:var(--font-display);font-size:1.5rem;font-weight:600;color:#fff;margin-bottom:.75rem;letter-spacing:-.02em}.bento-card p{font-size:1rem;line-height:1.6;color:var(--color-text-muted)}.bento-visual{display:flex;align-items:center;justify-content:center}.preview-window{width:100%;max-width:280px;background:#1a1a24;border-radius:12px;border:1px solid rgba(255,255,255,.06);overflow:hidden}.preview-dots{display:flex;gap:6px;padding:12px 14px;background:#0000004d;border-bottom:1px solid rgba(255,255,255,.04)}.preview-dots span{width:10px;height:10px;border-radius:50%;background:#ffffff26}.preview-dots span:first-child{background:#ff5f57}.preview-dots span:nth-child(2){background:#febc2e}.preview-dots span:nth-child(3){background:#28c840}.preview-content{padding:24px;position:relative;min-height:160px}.preview-spotlight{position:absolute;width:60px;height:60px;border-radius:12px;background:#667eea26;border:2px solid rgba(102,126,234,.4);top:20px;left:20px;animation:spotlight-pulse 3s ease-in-out infinite}@keyframes spotlight-pulse{0%,to{box-shadow:0 0 #667eea4d}50%{box-shadow:0 0 0 10px #667eea00}}.preview-tooltip{position:absolute;bottom:20px;right:20px;width:140px;padding:12px;background:#fffffff2;border-radius:10px;animation:tooltip-float 3s ease-in-out infinite}@keyframes tooltip-float{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}.preview-tooltip-title{width:70%;height:10px;background:#1a1a1a;border-radius:4px;margin-bottom:8px}.preview-tooltip-text{width:100%;height:6px;background:#e0e0e0;border-radius:3px;margin-bottom:4px}.preview-tooltip-text.short{width:60%}.bento-code{margin-top:auto;padding:1rem;background:#0006;border-radius:10px;border:1px solid var(--color-border)}.bento-code pre{margin:0;padding:0}.bento-code pre+pre{margin-top:.5rem}.bento-code code{font-family:var(--font-mono);font-size:.8125rem;color:#e0e7ff}.code-keyword{color:#c792ea}.code-string{color:#c3e88d}.color-palette{display:flex;gap:.75rem;margin-top:auto;padding-top:1.5rem}.color-swatch{width:40px;height:40px;border-radius:10px;box-shadow:0 4px 12px #0000004d}.stat-item{text-align:center}.stat-value{font-family:var(--font-display);font-size:2.5rem;font-weight:700;color:#fff;letter-spacing:-.03em;margin-bottom:.25rem}.stat-label{font-size:.875rem;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.05em}.stat-divider{width:1px;height:60px;background:var(--color-border)}.settings-panel{margin-bottom:5rem;padding:2.5rem;background:var(--color-surface-elevated);border-radius:20px;border:1px solid var(--color-border)}.settings-header{margin-bottom:2rem}.settings-header h2{font-size:1.5rem;font-weight:600;color:#fff;margin-bottom:.5rem;letter-spacing:-.02em}.settings-header p{color:var(--color-text-muted);font-size:.9375rem}.settings-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.setting-card{background:#ffffff05;padding:1.25rem;border-radius:12px;border:1px solid rgba(255,255,255,.04)}.setting-card h3{margin-bottom:.875rem;color:var(--color-text-muted);font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.toggle-buttons{display:flex;gap:.375rem}.toggle-buttons button{flex:1;padding:.5rem .625rem;border:1px solid var(--color-border);background:transparent;color:var(--color-text-muted);border-radius:6px;cursor:pointer;transition:all .2s;font-family:var(--font-display);font-weight:500;font-size:.8125rem}.toggle-buttons button:hover{border-color:#667eea80;color:#fff}.toggle-buttons button.active{background:linear-gradient(135deg,var(--color-primary),var(--color-secondary));color:#fff;border-color:transparent}.toggle-group{display:flex;gap:.375rem;margin-bottom:.5rem}.toggle-group button{flex:1;padding:.5rem .625rem;border:1px solid var(--color-border);background:transparent;color:var(--color-text-muted);border-radius:6px;cursor:pointer;transition:all .2s;font-family:var(--font-display);font-weight:500;font-size:.8125rem}.toggle-group button:hover{border-color:#667eea80;color:#fff}.toggle-group button.active{background:linear-gradient(135deg,var(--color-primary),var(--color-secondary));color:#fff;border-color:transparent}.setting-description{font-size:.75rem;color:var(--color-text-muted);margin-top:.5rem;line-height:1.4}.slider-container{display:flex;align-items:center;gap:1rem;margin-bottom:.75rem}.slider{flex:1;height:6px;border-radius:3px;background:#ffffff1a;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer}.slider::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:18px;height:18px;border-radius:50%;background:linear-gradient(135deg,var(--color-primary),var(--color-secondary));cursor:pointer;-webkit-transition:transform .2s;transition:transform .2s;box-shadow:0 2px 8px #667eea66}.slider::-webkit-slider-thumb:hover{transform:scale(1.15)}.slider-value{min-width:50px;text-align:right;font-weight:600;color:#fff;font-family:var(--font-mono)}.reset-link{display:block;margin-top:.625rem;padding:0;background:none;color:var(--color-text-muted);border:none;font-size:.75rem;cursor:pointer;text-decoration:underline;text-underline-offset:2px;transition:color .2s}.reset-link:hover{color:#f87171}.launch-card{display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea1a,#764ba21a);border:1px solid rgba(102,126,234,.2);border-radius:12px;padding:1.25rem}.launch-button{display:flex;align-items:center;justify-content:center;gap:.625rem;width:100%;padding:.875rem 1.5rem;background:linear-gradient(135deg,var(--color-primary),var(--color-secondary));color:#fff;border:none;border-radius:10px;font-family:var(--font-display);font-size:.9375rem;font-weight:600;cursor:pointer;transition:all .2s}.launch-button:hover{transform:translateY(-1px);box-shadow:0 4px 16px #667eea59}.launch-icon{width:18px;height:18px}.code-section{margin-top:4rem}.code-section h2{margin-bottom:1.5rem;color:#fff;font-size:1.5rem;font-weight:600;letter-spacing:-.02em}.code-block{background:#0006;color:#e0e7ff;padding:1.5rem;border-radius:12px;border:1px solid var(--color-border);overflow-x:auto;font-family:var(--font-mono);font-size:.875rem;line-height:1.7}.code-block code{color:inherit}.props-section{margin-top:5rem}.props-section h2{font-size:1.75rem;color:#fff;margin-bottom:3rem;font-weight:600;letter-spacing:-.02em}.props-group{margin-bottom:3rem}.props-group-title{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--color-text-muted);margin-bottom:1rem;padding-bottom:.75rem;border-bottom:2px solid rgba(255,255,255,.1)}.props-table{width:100%;border-collapse:collapse;font-size:.9375rem;table-layout:fixed}.props-table th:nth-child(1),.props-table td:nth-child(1){width:22%}.props-table th:nth-child(2),.props-table td:nth-child(2){width:26%}.props-table th:nth-child(3),.props-table td:nth-child(3){width:14%}.props-table th:nth-child(4),.props-table td:nth-child(4){width:38%}.props-table thead tr{border-bottom:2px solid rgba(255,255,255,.08)}.props-table th{padding:.75rem 1.5rem .75rem 0;text-align:left;font-weight:500;font-size:.6875rem;text-transform:uppercase;letter-spacing:.08em;color:#fff6}.props-table td{padding:1rem 1.5rem 1rem 0;border-bottom:1px solid rgba(255,255,255,.04);vertical-align:top}.props-table tbody tr:last-child td{border-bottom:none}.prop-name{font-family:var(--font-mono);font-size:.9375rem;font-weight:600;color:#fff}.required-badge{display:inline-block;margin-left:.5rem;padding:.125rem .375rem;background:#fb923c26;color:#fb923c;font-size:.625rem;font-weight:600;text-transform:uppercase;letter-spacing:.03em;border-radius:4px;vertical-align:middle}.type-pill{display:inline-block;padding:.25rem .5rem;font-family:var(--font-mono);font-size:.8125rem;font-weight:500;border-radius:6px;white-space:nowrap}.type-boolean{background:#6366f126;color:#a5b4fc}.type-string{background:#10b98126;color:#6ee7b7}.type-number{background:#f59e0b26;color:#fcd34d}.type-function{background:#ec489926;color:#f9a8d4}.type-array{background:#8b5cf626;color:#c4b5fd}.type-union{background:#9ca3af26;color:#d1d5db}.default-value{display:inline-flex;align-items:center;gap:.375rem;font-family:var(--font-mono);font-size:.875rem;color:#ffffffb3}.default-empty{color:#ffffff40;font-size:.875rem}.color-swatch{display:inline-block;width:12px;height:12px;border-radius:3px;border:1px solid rgba(255,255,255,.2)}.default-icon{display:inline-block;width:14px;height:14px;border-radius:3px}.default-true{background:#22c55e33;position:relative}.default-true:after{content:"";position:absolute;left:4px;top:2px;width:4px;height:7px;border:solid #22c55e;border-width:0 2px 2px 0;transform:rotate(45deg)}.default-false{background:#ef444433;position:relative;display:inline-flex;align-items:center;justify-content:center}.default-false:after{content:"×";color:#ef4444;font-size:11px;font-weight:700;line-height:1}.prop-desc{color:#ffffff8c;line-height:1.5}.footer{background:var(--color-surface);border-top:1px solid var(--color-border);padding:3rem 0}.footer-content{text-align:center}.footer-brand{font-family:var(--font-display);font-size:1.25rem;font-weight:600;color:#fff;margin-bottom:1rem;letter-spacing:-.02em}.footer-links{margin-bottom:1.5rem}.footer-links a{color:var(--color-text-muted);text-decoration:none;font-size:.9375rem;transition:color .2s}.footer-links a:hover{color:var(--color-primary)}.footer-divider{margin:0 1rem;color:var(--color-border)}.footer-copy{color:var(--color-text-muted);font-size:.875rem}@media (max-width: 1024px){.container{padding:0 1.5rem}.bento-large{grid-column:span 12}.bento-medium{grid-column:span 6}.settings-grid{grid-template-columns:repeat(2,1fr)}.hero-description .hero-line-1{white-space:normal}.props-table th:nth-child(1),.props-table td:nth-child(1){width:20%}.props-table th:nth-child(2),.props-table td:nth-child(2){width:28%}.props-table th:nth-child(3),.props-table td:nth-child(3){width:15%}.props-table th:nth-child(4),.props-table td:nth-child(4){width:37%}}@media (max-width: 768px){.container{padding:0 1rem}.header{padding:3rem 0 4rem}.title{font-size:2.5rem}.subtitle{font-size:1.125rem}.hero-badges{flex-direction:column;gap:.5rem}.hero-description{font-size:.9375rem;line-height:1.6}.hero-description .hero-line-1,.hero-description .hero-line-2{display:inline}.hero-buttons{flex-direction:column;align-items:center;gap:.75rem}.cta-button{width:100%;max-width:300px;justify-content:center;padding:.875rem 1.5rem;font-size:.9375rem}.install-commands{flex-direction:column;gap:.75rem}.install-command{font-size:.8125rem;padding:.75rem 1rem;width:100%;max-width:100%}.bento-grid{display:flex;flex-direction:column;gap:1rem}.bento-card{padding:1.5rem}.bento-stats{flex-direction:column;gap:1.5rem;padding:1.5rem}.stat-value{font-size:2rem}.stat-divider{width:60px;height:1px}.settings-panel{padding:1.25rem;margin-bottom:3rem}.settings-header h2{font-size:1.25rem}.settings-grid{grid-template-columns:1fr;gap:1rem}.setting-card{padding:1rem}.launch-button{padding:.75rem 1.25rem;font-size:.875rem}.code-section h2,.props-section h2{font-size:1.25rem;margin-bottom:1.5rem}.code-block{padding:1rem;font-size:.75rem}.props-table{font-size:.8125rem;table-layout:auto}.props-table th:nth-child(1),.props-table td:nth-child(1),.props-table th:nth-child(2),.props-table td:nth-child(2),.props-table th:nth-child(3),.props-table td:nth-child(3),.props-table th:nth-child(4),.props-table td:nth-child(4){width:auto}.props-table th,.props-table td{padding:.75rem .75rem .75rem 0}.props-group{margin-bottom:2rem;overflow-x:auto}.props-group-title{font-size:.6875rem}.prop-name{font-size:.8125rem}.type-pill{font-size:.6875rem;padding:.1875rem .375rem}.required-badge{font-size:.5rem;padding:.0625rem .25rem}.prop-desc{font-size:.8125rem}.footer{padding:2rem 0}.footer-brand{font-size:1.125rem}.footer-links{display:flex;flex-direction:column;gap:.75rem}.footer-divider{display:none}}@media (max-width: 480px){.title{font-size:2rem}.hero-badge,.version-badge{font-size:.75rem;padding:.375rem .75rem}.cta-button{max-width:100%}.bento-card h3{font-size:1.125rem}.stat-value{font-size:1.75rem}.toggle-buttons button{padding:.375rem .5rem;font-size:.75rem}}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}.container{width:100%}@media (min-width: 640px){.container{max-width:640px}}@media (min-width: 768px){.container{max-width:768px}}@media (min-width: 1024px){.container{max-width:1024px}}@media (min-width: 1280px){.container{max-width:1280px}}@media (min-width: 1536px){.container{max-width:1536px}}.pointer-events-none{pointer-events:none}.visible{visibility:visible}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.inset-0{top:0;right:0;bottom:0;left:0}.z-10{z-index:10}.mb-2{margin-bottom:.5rem}.block{display:block}.inline{display:inline}.flex{display:flex}.table{display:table}.grid{display:grid}.hidden{display:none}.h-14{height:3.5rem}.h-\[2px\]{height:2px}.h-full{height:100%}.w-\[360px\]{width:360px}.w-full{width:100%}.max-w-\[calc\(100vw-32px\)\]{max-width:calc(100vw - 32px)}.flex-1{flex:1 1 0%}.cursor-pointer{cursor:pointer}.select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.resize{resize:both}.grid-cols-\[1fr_auto_1fr\]{grid-template-columns:1fr auto 1fr}.items-center{align-items:center}.justify-between{justify-content:space-between}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.justify-self-start{justify-self:start}.justify-self-end{justify-self:end}.overflow-hidden{overflow:hidden}.rounded{border-radius:.25rem}.rounded-full{border-radius:9999px}.rounded-xl{border-radius:.75rem}.border{border-width:1px}.border-t{border-top-width:1px}.border-gray-200\/40{border-color:#e5e7eb66}.border-white\/5{border-color:#ffffff0d}.bg-black{--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity, 1))}.bg-gray-200{--tw-bg-opacity: 1;background-color:rgb(229 231 235 / var(--tw-bg-opacity, 1))}.bg-gray-50\/80{background-color:#f9fafbcc}.bg-gray-900{--tw-bg-opacity: 1;background-color:rgb(17 24 39 / var(--tw-bg-opacity, 1))}.bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.bg-white\/10{background-color:#ffffff1a}.bg-white\/5{background-color:#ffffff0d}.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.py-4{padding-top:1rem;padding-bottom:1rem}.pb-2{padding-bottom:.5rem}.pt-4{padding-top:1rem}.font-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.text-\[10px\]{font-size:10px}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xs{font-size:.75rem;line-height:1rem}.font-medium{font-weight:500}.font-semibold{font-weight:600}.leading-relaxed{line-height:1.625}.text-black{--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity, 1))}.text-gray-400{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.text-gray-500{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.text-gray-600{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.text-gray-900{--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.text-white\/80{color:#fffc}.opacity-40{opacity:.4}.outline-none{outline:2px solid transparent;outline-offset:2px}.ring{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.blur{--tw-blur: blur(8px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(135deg,#0f172a,#1e293b,#334155);min-height:100vh}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.hover\:bg-gray-200:hover{--tw-bg-opacity: 1;background-color:rgb(229 231 235 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-900:hover{--tw-bg-opacity: 1;background-color:rgb(17 24 39 / var(--tw-bg-opacity, 1))}.hover\:text-gray-700:hover{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.hover\:text-white:hover{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}@media (min-width: 640px){.sm\:grid{display:grid}.sm\:hidden{display:none}}
