.home{flex-direction:column;flex:1;width:100%;max-width:1200px;margin:0 auto;padding:2rem 1.5rem 3rem;display:flex}.home__header{margin-bottom:2.5rem}.home__title{letter-spacing:-.02em;margin:0 0 .5rem;font-size:clamp(1.75rem,3vw,2.5rem);font-weight:700}.home__subtitle{color:var(--text-muted);max-width:42rem;margin:0;font-size:1rem}.home__grid{grid-template-columns:1fr;gap:1.25rem;display:grid}@media (width>=640px){.home__grid{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.home__grid{grid-template-columns:repeat(3,1fr)}}.util-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);flex-direction:column;gap:.75rem;min-height:200px;padding:1.5rem;transition:border-color .15s,transform .15s;display:flex}.util-card:hover{border-color:var(--accent);transform:translateY(-2px)}.util-card__icon{font-size:2.25rem;line-height:1}.util-card__title{margin:0;font-size:1.2rem;font-weight:600}.util-card__desc{color:var(--text-muted);flex:1;margin:0;font-size:.9rem;line-height:1.5}.util-card__tags{flex-wrap:wrap;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.util-card__tags li{color:var(--accent);background:#38bdf81f;border-radius:999px;padding:.2rem .55rem;font-size:.75rem}:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--bg:#0f172a;--bg-elevated:#1e293b;--bg-card:#1e293b;--border:#334155;--text:#f1f5f9;--text-muted:#94a3b8;--accent:#38bdf8;--accent-hover:#0ea5e9;--radius:12px}*,:before,:after{box-sizing:border-box}html,body,#root{min-height:100%}body{background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer;color:inherit;background:0 0;border:none}.app-shell{flex-direction:column;min-height:100vh;display:flex}.app-route--tool{flex-direction:column;flex:1;min-height:0;display:flex}.page-loading{color:var(--text-muted);flex:1;justify-content:center;align-items:center;padding:2rem;display:flex}
