@keyframes fadeInUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes subtleFloat{0%,to{transform:translate(-50%,-50%) scale(1)}50%{transform:translate(-50%,-52%) scale(1.02)}}.home{--home-surface-base: color-mix( in srgb, var(--ty-color-bg-elevated) 90%, var(--ty-color-primary) 10% );--home-surface-soft: color-mix(in srgb, var(--ty-color-fill) 86%, var(--ty-color-primary) 14%);--home-surface-strong: color-mix( in srgb, var(--ty-color-bg-elevated) 76%, var(--ty-color-primary) 24% );--home-border-strong: color-mix( in srgb, var(--ty-color-border-secondary) 68%, var(--ty-color-primary) 32% );--home-border-soft: color-mix( in srgb, var(--ty-color-border-secondary) 84%, var(--ty-color-primary) 16% );--home-shadow-ambient: color-mix(in srgb, var(--ty-color-primary) 18%, transparent);--home-shadow-depth: color-mix(in srgb, var(--ty-color-text) 10%, transparent);padding-top:64px;position:relative;overflow:hidden}.home__bg-grid{position:fixed;inset:0;background-image:radial-gradient(circle,var(--ty-color-border-secondary) 1px,transparent 1px);background-size:32px 32px;opacity:.5;pointer-events:none;z-index:0}.home__bg-glow{position:absolute;top:-200px;left:50%;transform:translate(-50%);width:900px;height:600px;background:radial-gradient(ellipse at center,color-mix(in srgb,var(--ty-color-primary) 8%,transparent) 0%,transparent 70%);pointer-events:none;z-index:0;animation:subtleFloat 8s ease-in-out infinite}.home__hero{position:relative;z-index:1;max-width:1200px;margin:0 auto;padding:84px 40px 44px;text-align:center}.home__hero-inner{animation:fadeInUp .6s ease both}.home__hero-badge{display:inline-flex;align-items:center;gap:8px;padding:6px 16px 6px 8px;border-radius:100px;background:var(--ty-color-fill);border:1px solid var(--ty-color-border-secondary);font-size:13px;font-weight:600;color:var(--ty-color-text-secondary);margin-bottom:28px}.home__hero-badge img{border-radius:50%}.home__hero-heading{font-family:Bricolage Grotesque,DM Sans,-apple-system,blinkmacsystemfont,sans-serif;font-size:clamp(36px,6vw,64px);font-weight:800;line-height:1.08;letter-spacing:-.03em;color:var(--ty-color-text);margin:0}.home__hero-heading-accent{display:block;background:linear-gradient(135deg,var(--ty-color-primary) 0%,color-mix(in srgb,var(--ty-color-primary) 62%,var(--ty-color-info)) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.home__hero-subtitle{font-size:clamp(16px,2vw,20px);color:var(--ty-color-text-secondary);line-height:1.6;margin:18px auto 0;max-width:660px}.home__hero-actions{margin-top:28px;justify-content:center;flex-wrap:wrap}.home__btn-primary{font-weight:600;padding:0 28px;border-radius:10px;font-size:15px}.home__btn-secondary{font-weight:500;padding:0 20px;border-radius:10px;font-size:15px}.home__hero-stats{display:flex;justify-content:center;gap:48px;margin-top:36px;animation:fadeInUp .6s ease .2s both}.home__hero-stat{display:flex;flex-direction:column;align-items:center;gap:4px}.home__hero-stat-value{font-family:Bricolage Grotesque,DM Sans,-apple-system,blinkmacsystemfont,sans-serif;font-size:28px;font-weight:800;letter-spacing:-.02em;color:var(--ty-color-text)}.home__hero-stat-label{font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--ty-color-text-tertiary)}.home__section{position:relative;z-index:1;border-top:1px solid var(--ty-color-border-secondary);padding:72px 0}.home__section-inner{max-width:1080px;margin:0 auto;padding:0 40px}.home__section-header{text-align:center;margin-bottom:40px}.home__section-title{font-family:Bricolage Grotesque,DM Sans,-apple-system,blinkmacsystemfont,sans-serif;font-size:clamp(24px,3vw,34px);font-weight:700;letter-spacing:-.02em;color:var(--ty-color-text);margin:0}.home__section-subtitle{font-size:16px;color:var(--ty-color-text-secondary);margin:10px 0 0;line-height:1.6}.home__product-shell{display:grid;grid-template-columns:260px minmax(0,1fr);gap:18px;margin-top:28px;padding:18px;border-radius:30px;border:1px solid var(--home-border-strong);background:linear-gradient(180deg,var(--home-surface-base) 0%,var(--home-surface-soft) 100%);box-shadow:0 32px 120px var(--home-shadow-ambient),0 16px 40px var(--home-shadow-depth);overflow:hidden;text-align:left}.home__product-sidebar,.home__product-main{min-width:0}.home__product-sidebar{padding:18px;border-radius:22px;background:linear-gradient(180deg,var(--home-surface-strong) 0%,var(--home-surface-base) 100%);border:1px solid var(--home-border-strong);box-shadow:inset 0 1px color-mix(in srgb,var(--ty-color-bg-elevated) 60%,transparent)}.home__product-brand .ty-image{flex:none}.home__product-brand .ty-typography{display:block}.home__product-brand .ty-typography strong{font-size:15px;color:var(--ty-color-text)}.home__product-brand .ty-typography+.ty-typography{margin-top:2px;font-size:12px}.home__product-nav{margin-top:24px;padding:4px;border-radius:18px;background:color-mix(in srgb,var(--ty-color-bg-elevated) 48%,transparent)}.home__product-nav .ty-menu-item{border-radius:14px}.home__product-nav .ty-menu-item:hover{background:color-mix(in srgb,var(--ty-color-bg-elevated) 80%,transparent)}.home__product-nav .ty-menu-item_active,.home__product-nav .ty-menu-item_selected{border-color:color-mix(in srgb,var(--ty-color-primary) 16%,transparent);background:color-mix(in srgb,var(--ty-color-fill) 76%,var(--ty-color-primary) 24%);color:var(--ty-color-text)}.home__product-nav .ty-menu-item__icon{color:inherit}.home__product-sidebar-card{margin-top:22px;border-color:var(--home-border-soft);background:var(--home-surface-soft);box-shadow:none}.home__product-sidebar-card .ty-card__body{padding:20px}.home__product-sidebar-card .home__product-theme-hint{margin:12px 0 16px;font-size:13px;line-height:1.6;color:var(--ty-color-text-secondary)}.home__product-sidebar-kicker{display:inline-block;font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--ty-color-text-tertiary)}.home__product-swatches{display:flex;gap:10px;margin-top:14px}.home__product-swatch{width:16px;height:16px;border-radius:50%;box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--ty-color-text) 10%,transparent)}.home__product-swatch_primary{background:var(--ty-color-primary)}.home__product-swatch_info{background:var(--ty-color-info)}.home__product-swatch_success{background:var(--ty-color-success)}.home__product-swatch_warning{background:var(--ty-color-warning)}.home__avatar{color:#fff}.home__avatar_primary{background:var(--ty-color-primary)}.home__avatar_info{background:var(--ty-color-info)}.home__avatar_success{background:var(--ty-color-success)}.home__product-main{padding:6px;position:relative}.home__product-main:before{content:"";position:absolute;inset:0;border-radius:22px;background:radial-gradient(circle at top right,color-mix(in srgb,var(--ty-color-primary) 14%,transparent),transparent 36%);pointer-events:none}.home__product-descriptions{margin-top:16px}.home__product-topbar{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:16px}.home__product-search{flex:1}.home__product-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-bottom:12px}.home__product-metric,.home__product-panel,.home__scenario-card,.home__coverage-card{border-radius:20px;box-shadow:none}.home__product-metric{border-color:var(--home-border-soft);background:var(--home-surface-soft)}.home__product-metric .ty-card__body{display:flex;flex-direction:column;gap:12px}.home__product-metric .ty-statistic__content{font-family:Bricolage Grotesque,DM Sans,-apple-system,blinkmacsystemfont,sans-serif;font-size:28px;line-height:1}.home__product-pills{display:flex;gap:8px;flex-wrap:wrap}.home__product-panels{display:grid;grid-template-columns:1.55fr 1fr;gap:12px}.home__product-panel{min-width:0;border-color:var(--home-border-soft);background:var(--home-surface-base)}.home__product-panel .ty-card__header{align-items:center;font-family:inherit;font-size:18px;letter-spacing:-.01em;background:transparent}.home__product-panel .ty-card__body{display:flex;flex-direction:column;gap:16px}.home__product-panel_wide .ty-tabs{margin-bottom:4px}.home__product-panel_activity{margin-top:12px}.home__product-panel_activity .ty-card__header{font-family:inherit}.home__product-panel_activity .ty-card__body{gap:0}.home__product-panel_activity .ty-timeline{margin:0}.home__product-activity-item{padding-bottom:6px}.home__product-activity-item .ty-typography strong{font-size:13px;color:var(--ty-color-text)}.home__product-activity-item .ty-typography{font-size:12px;line-height:1.6}.home__scenario-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.home__scenario-card{min-height:280px;border-color:var(--home-border-soft);background:linear-gradient(180deg,var(--home-surface-base) 0%,var(--ty-color-bg-elevated) 100%);transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}.home__scenario-card .ty-card__body{display:flex;flex-direction:column;justify-content:space-between;min-height:280px;padding:24px}.home__scenario-card:hover{transform:translateY(-3px);border-color:var(--ty-color-border);box-shadow:0 18px 40px color-mix(in srgb,var(--ty-color-text) 8%,transparent)}.home__scenario-kicker{display:inline-flex;margin-bottom:14px}.home__scenario-title.ty-typography{margin:0;font-family:Bricolage Grotesque,DM Sans,-apple-system,blinkmacsystemfont,sans-serif;font-size:24px;line-height:1.1;letter-spacing:-.02em;color:var(--ty-color-text)}.home__scenario-desc.ty-typography{margin:12px 0 0;font-size:14px;line-height:1.7;color:var(--ty-color-text-secondary)}.home__scenario-preview{display:flex;flex-direction:column;gap:14px;margin-top:24px;padding:18px;border-radius:16px;background:var(--home-surface-soft);border:1px solid var(--home-border-soft)}.home__scenario-preview .ty-statistic__content{font-family:Bricolage Grotesque,DM Sans,-apple-system,blinkmacsystemfont,sans-serif;font-size:30px;line-height:1}.home__scenario-bars{display:grid;grid-template-columns:repeat(5,1fr);gap:10px;align-items:end;min-height:120px}.home__scenario-bars span{display:block;border-radius:999px 999px 10px 10px;background:linear-gradient(180deg,color-mix(in srgb,var(--ty-color-primary) 70%,var(--ty-color-bg-elevated)) 0%,var(--ty-color-primary) 100%)}.home__coverage-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.home__coverage-card{border:1px solid var(--home-border-soft);background:var(--home-surface-base)}.home__coverage-card .ty-card__body{padding:22px}.home__coverage-title.ty-typography{margin:0;font-family:Bricolage Grotesque,DM Sans,-apple-system,blinkmacsystemfont,sans-serif;font-size:20px;color:var(--ty-color-text)}.home__coverage-desc.ty-typography{margin:10px 0 0;font-size:14px;line-height:1.7;color:var(--ty-color-text-secondary)}.home__coverage-summary{grid-column:1/-1;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:22px 2px 0}.home__coverage-summary span{max-width:720px;font-size:14px;line-height:1.7;color:var(--ty-color-text-secondary)}.home__code-split{display:grid;grid-template-columns:1fr 1fr;gap:16px;align-items:stretch}.home__code-block{border-radius:14px;border:1px solid var(--ty-color-border-secondary);background:var(--ty-color-fill);overflow:hidden;animation:fadeInUp .5s ease both}.home__code-header{display:flex;align-items:center;gap:10px;padding:12px 16px;border-bottom:1px solid var(--ty-color-border-secondary)}.home__code-dots{display:flex;gap:6px}.home__code-dots span{width:10px;height:10px;border-radius:50%;background:var(--ty-color-border)}.home__code-dots span:nth-child(1){background:#ff5f57}.home__code-dots span:nth-child(2){background:#febc2e}.home__code-dots span:nth-child(3){background:#28c840}.home__code-filename{font-size:12px;font-weight:600;color:var(--ty-color-text-secondary)}.home__code-editor{overflow:auto}.home__code-editor-overlay{position:relative;min-height:200px}.home__code-editor-overlay pre{margin:0}.home__code-editor-overlay pre code{font-family:SF Mono,Fira Code,Consolas,monospace;font-size:13px;line-height:1.7}.home__code-textarea{position:absolute;inset:0;width:100%;height:100%;padding:16px;margin:0;border:none;outline:none;resize:none;overflow:hidden;background:transparent;color:transparent;caret-color:var(--ty-color-text);font-family:SF Mono,Fira Code,Consolas,monospace;font-size:13px;line-height:1.7;white-space:pre;-webkit-text-fill-color:transparent}.home__code-editable{margin-left:auto;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--ty-color-primary);opacity:.7}.home__code-error{color:var(--ty-color-danger);font-family:SF Mono,Fira Code,Consolas,monospace;font-size:12px;white-space:pre-wrap;word-break:break-all;margin:0}.home__code-result-content{display:flex;align-items:center;justify-content:center;min-height:80px}.home__code-result{border-radius:14px;border:1px solid var(--ty-color-border-secondary);background:var(--ty-color-bg-elevated);display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px;animation:fadeInUp .5s ease .1s both;position:relative}.home__code-result-label{position:absolute;top:14px;left:18px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--ty-color-text-tertiary)}.home__features-row{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.home__feature-card{padding:28px 24px;border-radius:16px;border:1px solid var(--ty-color-border-secondary);background:var(--ty-color-bg-elevated);text-align:center;animation:fadeInUp .5s ease both;transition:border-color .2s,transform .2s}.home__feature-card:hover{border-color:var(--ty-color-border);transform:translateY(-2px)}.home__feature-icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;margin:0 auto 14px;border-radius:12px;background:color-mix(in srgb,var(--ty-color-primary) 10%,transparent);color:var(--ty-color-primary)}.home__feature-name{font-family:Bricolage Grotesque,DM Sans,-apple-system,blinkmacsystemfont,sans-serif;font-size:16px;font-weight:700;color:var(--ty-color-text);margin:0 0 8px}.home__feature-desc{font-size:13px;line-height:1.6;color:var(--ty-color-text-secondary);margin:0}.home__cta-section{position:relative;z-index:1;text-align:center;padding:80px 40px;border-top:1px solid var(--ty-color-border-secondary);background:var(--ty-color-fill)}.home__cta-title{font-family:Bricolage Grotesque,DM Sans,-apple-system,blinkmacsystemfont,sans-serif;font-size:clamp(24px,3vw,34px);font-weight:700;letter-spacing:-.02em;color:var(--ty-color-text);margin:0}.home__cta-subtitle{font-size:16px;color:var(--ty-color-text-secondary);margin:10px 0 0;line-height:1.6}.home__cta-install{display:inline-flex;align-items:center;gap:16px;margin:32px 0;padding:14px 20px;border-radius:12px;background:var(--ty-color-bg-elevated);border:1px solid var(--ty-color-border-secondary);cursor:pointer;transition:border-color .2s,box-shadow .2s;-webkit-user-select:all;-moz-user-select:all;user-select:all}.home__cta-install:hover{border-color:var(--ty-color-border);box-shadow:0 2px 12px color-mix(in srgb,var(--ty-color-text) 8%,transparent)}.home__cta-install code{font-family:SF Mono,Fira Code,Consolas,monospace;font-size:14px;font-weight:500;color:var(--ty-color-text)}.home__cta-copy{display:inline-flex;align-items:center;gap:4px;background:none;border:none;color:var(--ty-color-text-tertiary);cursor:pointer;font-size:12px;font-weight:600;padding:4px 8px;border-radius:6px;transition:color .15s,background .15s}.home__cta-copy:hover{color:var(--ty-color-primary);background:var(--ty-color-fill)}.home__cta-actions{margin-top:8px}.home__theme-showcase{position:relative;z-index:1;overflow:hidden;border-top:1px solid var(--ty-color-border-secondary);padding:72px 0}.home__feature-title.ty-typography{font-family:Bricolage Grotesque,DM Sans,-apple-system,blinkmacsystemfont,sans-serif;text-align:center;font-weight:700;font-size:clamp(24px,3vw,34px);letter-spacing:-.02em;margin:0 0 12px}.home__theme-showcase-desc.ty-typography{text-align:center;color:var(--ty-color-text-secondary);font-size:16px;margin:8px 0 32px}.home__marquee-container{display:flex;flex-direction:column;gap:12px;mask-image:linear-gradient(to right,transparent,black 8%,black 92%,transparent);-webkit-mask-image:linear-gradient(to right,transparent,black 8%,black 92%,transparent)}.home__marquee-container .ty-marquee{padding:4px 0}.home__marquee-card{flex-shrink:0;display:flex;flex-direction:column;align-items:center;gap:10px;padding:14px 18px;border:1px solid var(--ty-color-border-secondary);border-radius:12px;background:var(--ty-color-bg-elevated);cursor:pointer;transition:all .2s ease;outline:none;font-family:inherit}.home__marquee-card:hover{border-color:var(--ty-color-border);box-shadow:0 4px 16px color-mix(in srgb,var(--ty-color-text) 10%,transparent);transform:translateY(-2px)}.home__marquee-card_active{transform:translateY(-2px)}.home__marquee-swatches{display:flex;gap:6px}.home__marquee-swatch{width:20px;height:20px;border-radius:50%;border:1px solid color-mix(in srgb,var(--ty-color-text) 10%,transparent)}.home__marquee-name{font-size:12px;font-weight:500;color:var(--ty-color-text-secondary);white-space:nowrap;line-height:1}.home__theme-showcase-cta{text-align:center;margin-top:28px}@media(max-width:1280px){.home__product-shell{grid-template-columns:1fr}.home__product-sidebar{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;align-items:start}.home__product-nav,.home__product-sidebar-card{margin-top:0}.home__scenario-grid,.home__coverage-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home__features-row{grid-template-columns:repeat(2,1fr)}}@media(max-width:840px){.home__hero{padding:56px 24px 32px}.home__hero-stats{gap:24px;flex-wrap:wrap}.home__product-shell{margin-top:24px;padding:14px;border-radius:22px}.home__product-sidebar{grid-template-columns:1fr;padding:16px;border-radius:18px}.home__product-topbar,.home__coverage-summary{flex-direction:column;align-items:stretch}.home__product-metrics,.home__product-panels,.home__scenario-grid,.home__coverage-grid{grid-template-columns:1fr}.home__hero-stat-value{font-size:24px}.home__section{padding:48px 0}.home__section-inner{padding:0 24px}.home__code-split,.home__features-row{grid-template-columns:1fr}.home__cta-section{padding:48px 24px}}@media(max-width:600px){.home__hero{padding:36px 20px 26px}.home__hero-badge{font-size:12px;padding:5px 12px 5px 6px;margin-bottom:20px}.home__hero-heading{font-size:32px}.home__hero-subtitle{font-size:15px}.home__hero-stats{gap:16px 28px;margin-top:28px}.home__hero-stat-value{font-size:22px}.home__hero-stat-label{font-size:10px}.home__section{padding:40px 0}.home__section-inner{padding:0 16px}.home__section-title{font-size:22px}.home__section-subtitle{font-size:14px}.home__product-metric .ty-statistic__content{font-size:24px}.home__scenario-card,.home__coverage-card{border-radius:16px}.home__scenario-title{font-size:20px}.home__code-block{border-radius:10px}.home__code-editor-overlay{min-height:160px}.home__code-editor-overlay pre code{font-size:11px;line-height:1.6}.home__code-textarea{font-size:11px;line-height:1.6;padding:12px}.home__code-result{border-radius:10px;padding:24px 16px}.home__code-result-label{top:10px;left:14px}.home__marquee-card{padding:12px 14px}.home__marquee-swatch{width:16px;height:16px}.home__marquee-name{font-size:11px}.home__feature-card{padding:20px 16px}.home__feature-icon{width:40px;height:40px;margin-bottom:10px;border-radius:10px}.home__feature-name{font-size:15px}.home__feature-desc{font-size:12px}.home__theme-showcase-desc.ty-typography{padding:0 20px;font-size:14px}.home__cta-section{padding:40px 16px}.home__cta-title{font-size:22px}.home__cta-subtitle{font-size:14px}}@media(max-width:480px){.home__hero{padding:28px 16px 22px}.home__hero-heading{font-size:28px}.home__hero-subtitle{font-size:14px;max-width:300px}.home__hero-actions{flex-direction:column;align-items:center}.home__hero-actions .ty-btn{width:100%;max-width:280px}.home__hero-stats{gap:12px 20px;flex-wrap:wrap;justify-content:center}.home__hero-stat-value{font-size:20px}.home__section-inner{padding:0 12px}.home__section-header{margin-bottom:24px}.home__features-row{gap:10px}.home__product-shell{padding:10px;border-radius:16px}.home__product-main{padding:0}.home__scenario-card .ty-card__body{min-height:auto;padding:18px}.home__cta-install{flex-direction:column;gap:8px;width:100%;max-width:340px}.home__cta-install code{font-size:12px}.home__cta-actions{flex-direction:column;align-items:center}.home__cta-actions .ty-btn{width:100%;max-width:280px}}.footer{position:relative;z-index:1;border-top:1px solid var(--ty-color-border-secondary);text-align:center;background:var(--ty-color-bg)}.footer__main{padding:48px 0 32px;display:flex;flex-direction:column;align-items:center;gap:8px}.footer__title{font-family:Bricolage Grotesque,DM Sans,-apple-system,blinkmacsystemfont,sans-serif;font-size:20px;font-weight:700;color:var(--ty-color-text);margin:0;letter-spacing:-.01em}.footer__version{font-size:12px;color:var(--ty-color-text-tertiary);margin:4px 0 0}.footer__github{border-top:1px solid var(--ty-color-border-secondary);padding:16px 0;color:var(--ty-color-text-secondary);display:flex;align-items:center;justify-content:center;gap:6px;font-size:14px;font-weight:500;transition:color .2s}.footer__github:hover{color:var(--ty-color-text)}.footer__icon{margin-right:2px}.footer__link{text-decoration-line:none;color:inherit}
