/*! tailwindcss v4.1.11 | MIT License | https://tailwindcss.com */@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap";.home-container{background-color:var(--tt-bg-color);min-height:100vh;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif}.home-nav{justify-content:space-between;align-items:center;max-width:720px;margin:0 auto;padding:2rem 2rem 0;display:flex}@media (max-width:768px){.home-nav{padding:1.5rem .75rem 0}}.home-nav-write{color:var(--tt-brand-color-700);font-size:.875rem;font-weight:500;text-decoration:none}.dark .home-nav-write{color:var(--tt-brand-color-300)}.home-nav-write:hover{color:var(--tt-brand-color-800)}.dark .home-nav-write:hover{color:var(--tt-brand-color-200)}.home-content{max-width:720px;margin:0 auto;padding:3rem 2rem 6rem}@media (max-width:768px){.home-content{padding:2rem .75rem 4rem}}.home-header{margin-bottom:3rem}@media (max-width:768px){.home-header{margin-bottom:2rem}}.home-title{color:var(--tt-brand-color-700);margin:0;font-size:2rem;font-weight:600}.dark .home-title{color:var(--tt-brand-color-300)}@media (max-width:768px){.home-title{font-size:1.75rem}}.home-empty{padding:3rem 0}.home-empty p{color:var(--tt-gray-light-500);margin:0 0 1rem}.dark .home-empty p{color:var(--tt-gray-dark-500)}.home-empty a{color:var(--tt-brand-color-700);text-decoration:none}.dark .home-empty a{color:var(--tt-brand-color-300)}.home-empty a:hover{color:var(--tt-brand-color-800)}.dark .home-empty a:hover{color:var(--tt-brand-color-200)}.home-stories{flex-direction:column;gap:2rem;display:flex}@media (max-width:768px){.home-stories{gap:1.5rem}}.home-story{border:1px solid var(--tt-border-color);background-color:var(--tt-card-bg-color);border-radius:8px;padding:1.5rem;text-decoration:none;transition:all .2s;display:block;box-shadow:0 2px 8px #0000000a}.dark .home-story{border-color:var(--tt-border-color);box-shadow:0 2px 8px #0000004d}@media (max-width:768px){.home-story{padding:.75rem}}.home-story article{align-items:center;gap:2rem;display:flex}@media (max-width:768px){.home-story article{gap:.75rem}}.home-story:hover{border-color:var(--tt-brand-color-700);transform:translateY(-2px);box-shadow:0 4px 16px #00000014}.dark .home-story:hover{border-color:var(--tt-brand-color-300);box-shadow:0 4px 16px #00000080}.home-story:hover .home-story-title{color:var(--tt-brand-color-700)}.dark .home-story:hover .home-story-title{color:var(--tt-brand-color-300)}.home-story-image{border-radius:6px;flex-shrink:0;width:200px;height:133px;overflow:hidden}@media (max-width:768px){.home-story-image{width:140px;height:93px}}@media (max-width:480px){.home-story-image{width:100px;height:67px}}@media (max-width:390px){.home-story-image{width:90px;height:60px}}.home-story-image img{object-fit:cover;width:100%;height:100%}.home-story-content{flex:1;min-width:0}.home-story-title{color:var(--tt-gray-light-900);margin:0 0 .5rem;font-size:1.25rem;font-weight:600;line-height:1.4}.dark .home-story-title{color:var(--tt-gray-dark-900)}@media (max-width:768px){.home-story-title{font-size:1.125rem}}@media (max-width:480px){.home-story-title{margin:0 0 .375rem;font-size:1rem;line-height:1.3}}.home-story-subtitle{color:var(--tt-gray-light-500);margin:0 0 .75rem;font-size:.875rem;line-height:1.5}.dark .home-story-subtitle{color:var(--tt-gray-dark-500)}@media (max-width:480px){.home-story-subtitle{margin:0 0 .5rem;font-size:.8125rem}}.home-story-meta{color:var(--tt-brand-color-600);flex-wrap:wrap;gap:.5rem;font-size:.8125rem;display:flex}.dark .home-story-meta{color:var(--tt-brand-color-300)}@media (max-width:480px){.home-story-meta{gap:.375rem;font-size:.75rem}}.home-story-meta span:before{content:"·";margin-right:.5rem}@media (max-width:480px){.home-story-meta span:before{margin-right:.375rem}}