.home-container{min-height:100vh;padding:2rem;font-family:Times,Times New Roman,serif;background-color:#fff}[data-theme=dark] .home-container{background-color:#222;color:#fff}@media(min-width:768px){.home-container{padding:3rem}}.home-header{margin:4rem auto;text-align:center;max-width:90%}@media(min-width:768px){.home-header{max-width:700px}}.home-header .header-title{font-size:clamp(1.5rem,4vw,2rem);font-weight:700;margin-bottom:1rem}.home-header .header-subtitle{color:#555;font-size:clamp(.875rem,3vw,1rem);line-height:1.4}[data-theme=dark] .home-header .header-subtitle{color:#aaa}.sections-wrapper{max-width:1200px;margin:2rem auto 0;display:grid;gap:1.5rem}@media(min-width:1024px){.sections-wrapper{gap:2rem}}.tool-section{background:#fff;border:1px solid #ccc;padding:1.5rem}[data-theme=dark] .tool-section{background:#333;border-color:#555}.tool-section .section-header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.tool-section .section-header .section-icon{width:24px;height:24px}@media(min-width:768px){.tool-section .section-header .section-icon{width:28px;height:28px}}.tool-section .section-header .section-title{font-size:clamp(1.125rem,3vw,1.25rem);font-weight:600}.tools-grid{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}@media(min-width:576px){.tools-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.25rem}}@media(min-width:768px){.tools-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}}.tool-card{padding:1rem;border:1px solid #ccc;text-decoration:none;color:inherit;display:flex;flex-direction:column;justify-content:space-between}.tool-card:hover{background:#f5f5f5}[data-theme=dark] .tool-card:hover{background:#444}.tool-card .tool-icon-wrapper{background:#e8e8e8;padding:.5rem;margin-bottom:1rem;width:max-content}[data-theme=dark] .tool-card .tool-icon-wrapper{background:#555}.tool-card .tool-icon-wrapper .tool-icon{width:18px;height:18px}@media(min-width:768px){.tool-card .tool-icon-wrapper .tool-icon{width:22px;height:22px}}.tool-card .tool-title{font-size:clamp(1rem,2.5vw,1.125rem);font-weight:500;margin-bottom:.5rem}.tool-card .tool-description{font-size:clamp(.75rem,2vw,.875rem);color:#555;line-height:1.4;flex-grow:1}[data-theme=dark] .tool-card .tool-description{color:#aaa}