.tools-index-container{max-width:1200px;margin:0 auto;padding:3rem 2rem 7rem;min-height:calc(100vh - 150px)}@media(max-width:1024px){.tools-index-container{padding:2rem 1rem 5rem}}@media(max-width:767px){.tools-index-container{padding:2rem 1rem 4rem}}.tools-index-header{text-align:center;margin-bottom:4rem}@media(max-width:767px){.tools-index-header{margin-bottom:3rem}}.tools-index-header .tools-index-title{font-size:3rem;font-weight:700;margin-bottom:2rem;color:#fff;font-family:var(--font-inter-tight)}@media(max-width:1024px){.tools-index-header .tools-index-title{font-size:2.5rem}}@media(max-width:767px){.tools-index-header .tools-index-title{font-size:2rem}}.tools-index-header .tools-index-description{font-size:1.25rem;color:hsla(0,0%,100%,.8);max-width:700px;margin:0 auto;line-height:1.6}@media(max-width:767px){.tools-index-header .tools-index-description{font-size:1rem}}.tools-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:3rem;max-width:1200px;margin:0 auto}@media(max-width:1024px){.tools-grid{grid-template-columns:repeat(2,1fr);gap:2rem}}@media(max-width:767px){.tools-grid{grid-template-columns:1fr;gap:2rem}}.tool-card{background:#080808;border:1px solid #262626;border-radius:12px;padding:2rem;text-decoration:none;color:inherit;display:flex;flex-direction:column;transition:all .3s ease;position:relative;overflow:hidden}.tool-card:hover{border-color:#d9d9d9;transform:translateY(-4px);box-shadow:0 8px 24px rgba(0,0,0,.3)}.tool-card:hover .tool-link{color:#21e9ea}.tool-card .tool-icon{font-size:2.5rem;margin-bottom:1rem;line-height:1}.tool-card .tool-title{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:#fff;font-family:var(--font-inter-tight);line-height:1.3}@media(max-width:767px){.tool-card .tool-title{font-size:1.25rem}}.tool-card .tool-description{font-size:1rem;color:#9d9d9d;line-height:1.6;margin-bottom:2rem;flex-grow:1}@media(max-width:767px){.tool-card .tool-description{font-size:.875rem}}.tool-card .tool-link{font-size:1rem;color:#bbb;font-weight:500;transition:color .3s ease;margin-top:auto;display:inline-block;font-family:var(--font-inter-sans)}