.home-main{flex:1 1;min-width:0;width:100%;display:flex;flex-direction:column;max-width:1000px;padding:3.5rem 3rem 0;margin:0 auto}.home-welcome{display:flex;align-items:center;justify-content:space-between;gap:3rem;margin-bottom:3.5rem}.home-welcome h1{font-size:clamp(2rem,4vw,2.75rem);font-weight:700;line-height:1.15;letter-spacing:-.02em;color:var(--color-fd-foreground);margin:0 0 1rem;max-width:34rem}.home-welcome p{font-size:1.05rem;line-height:1.7;color:var(--color-fd-muted-foreground);max-width:36rem;margin:0}.home-welcome-art{width:130px;height:130px;flex-shrink:0}.home-getstarted{display:flex;border:1px solid var(--color-fd-border);border-radius:.5rem;overflow:hidden;margin-bottom:4rem}.home-getstarted-body{flex:1 1;padding:2rem 2.25rem}.home-getstarted-body h2{font-size:1.35rem;font-weight:700;color:var(--color-fd-foreground);margin:0 0 1rem}.home-getstarted-body ul{margin:0;padding-left:1.25rem;display:flex;flex-direction:column;gap:.5rem}.home-getstarted-body li{font-size:.975rem;line-height:1.65;color:var(--color-fd-foreground)}.home-getstarted-body li::marker{color:#0891b2}.home-getstarted-body a{color:#0891b2;text-decoration:underline;text-underline-offset:2px}.dark .home-getstarted-body a{color:#22d3ee}.home-getstarted-panel{display:flex;align-items:center;justify-content:center;width:160px;flex-shrink:0;background-color:var(--color-fd-secondary);color:#0891b2}.dark .home-getstarted-panel{color:#22d3ee}.home-popular{padding-bottom:4rem}.home-popular h2{font-size:1.75rem;font-weight:700;letter-spacing:-.01em;color:var(--color-fd-foreground);margin:0 0 1.5rem}.home-popular-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.25rem;gap:1.25rem}.home-popular-card{display:flex;flex-direction:column;border:1px solid var(--color-fd-border);border-radius:.5rem;padding:1.5rem;background-color:var(--color-fd-card);text-decoration:none;transition:border-color .15s ease,box-shadow .15s ease}.home-popular-card:hover{border-color:rgba(8,145,178,.5);box-shadow:0 4px 24px rgba(8,145,178,.08)}.home-popular-card h3{font-size:1.1rem;font-weight:700;color:var(--color-fd-foreground);margin:0 0 .6rem}.home-popular-card p{font-size:.9rem;line-height:1.6;color:var(--color-fd-muted-foreground);margin:0 0 2.5rem;flex:1 1}.home-popular-tag{font-size:.825rem;color:var(--color-fd-muted-foreground);margin-bottom:1rem}.home-popular-link,.home-popular-tag{display:inline-flex;align-items:center;gap:.4rem}.home-popular-link{font-size:.9rem;font-weight:600;color:#0891b2}.dark .home-popular-link{color:#22d3ee}.home-popular-card:hover .home-popular-link{text-decoration:underline;text-underline-offset:2px}.home-footer{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem;margin-top:auto;border-top:1px solid var(--color-fd-border);padding:2rem 0;font-size:.875rem;color:var(--color-fd-muted-foreground)}.home-footer-links{display:flex;gap:1.5rem}.home-footer-links a{color:var(--color-fd-muted-foreground);text-decoration:none}.home-footer-links a:hover{color:var(--color-fd-foreground)}@media (max-width:1100px){.home-popular-grid{grid-template-columns:1fr}}@media (max-width:960px){.home-main{padding:2.5rem 1.5rem 0}}@media (max-width:700px){.home-welcome{flex-direction:column-reverse;align-items:flex-start;gap:1.5rem}.home-getstarted-panel{display:none}}