.home-container{background:#f9fafb;min-height:100vh;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Noto Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;line-height:1.6}[data-theme=dark] .home-container{color:#e5e7eb;background:#111827}.hero-section{background:linear-gradient(135deg,#1e3a8a 0%,#7c3aed 100%);padding:7rem 2rem 9rem;position:relative;overflow:hidden;box-shadow:inset 0 -10px 20px rgba(0,0,0,.1)}.hero-section:after{content:"";background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);height:2px;position:absolute;bottom:0;left:0;right:0}.main-content{max-width:1440px;margin:0 auto;padding:0 2rem 5rem}.tabs-container{align-items:center;margin-bottom:3rem;display:flex;position:relative}.tabs-container .scroll-button{z-index:10;cursor:pointer;color:#64748b;background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;min-width:36px;height:36px;padding:.5rem;font-size:1.2rem;font-weight:700;transition:all .3s cubic-bezier(.25,.8,.25,1);display:flex;position:-webkit-sticky;position:sticky;box-shadow:0 2px 4px rgba(0,0,0,.1)}.tabs-container .scroll-button:hover{color:#3b82f6;background:rgba(59,130,246,.05);box-shadow:0 4px 8px rgba(0,0,0,.15)}.tabs-container .scroll-button:active{transform:scale(.95)}.tabs-container .scroll-button.scroll-left{margin-right:.75rem}.tabs-container .scroll-button.scroll-right{margin-left:.75rem}[data-theme=dark] .tabs-container .scroll-button{color:#9ca3af;background:#111827;border-color:#374151}[data-theme=dark] .tabs-container .scroll-button:hover{color:#fff;background:rgba(59,130,246,.15)}@media (max-width:768px){.tabs-container .scroll-button{display:none}}.section-tabs{scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none;border-bottom:1px solid #e5e7eb;flex:1;gap:.75rem;margin-bottom:0;padding-bottom:.5rem;display:flex;position:relative;overflow-x:auto;overflow-y:hidden}.section-tabs::-webkit-scrollbar{display:none}[data-theme=dark] .section-tabs{border-bottom-color:#374151}.tab-button{cursor:pointer;color:#64748b;white-space:nowrap;background:0 0;border:none;border-radius:1rem;flex-shrink:0;padding:.75rem 1.75rem;font-size:1.1rem;font-weight:600;transition:all .3s cubic-bezier(.25,.8,.25,1);position:relative}.tab-button:hover{color:#3b82f6;background:rgba(59,130,246,.05)}.tab-button.active{color:#3b82f6;background:rgba(59,130,246,.1)}.tab-button.active:after{content:"";background:#3b82f6;border-radius:2px;height:3px;position:absolute;bottom:-.5rem;left:0;right:0}[data-theme=dark] .tab-button{color:#9ca3af}[data-theme=dark] .tab-button:hover{color:#fff;background:rgba(59,130,246,.15)}[data-theme=dark] .tab-button.active{color:#fff;background:rgba(59,130,246,.2)}.category-section{margin-bottom:4rem;animation:.5s ease-out fadeIn}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.section-header{align-items:center;gap:1rem;margin-bottom:3rem;padding-left:1.25rem;display:flex;position:relative}.section-header:before{content:"";background:#10b981;border-radius:2px;width:4px;height:50%;position:absolute;top:50%;left:0;transform:translateY(-50%)}.section-title{color:#3b82f6;letter-spacing:-.025em;font-size:2rem;font-weight:700}[data-theme=dark] .section-title{color:#dbeafe}.subsection{margin-bottom:3rem}.subsection-title{color:#1e293b;letter-spacing:-.015em;margin-bottom:1.5rem;font-size:1.5rem;font-weight:600}[data-theme=dark] .subsection-title{color:#f3f4f6}.tools-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.875rem;display:grid}.tool-card{background:#fff;border:1px solid rgba(0,0,0,.05);border-radius:1rem;transition:all .3s cubic-bezier(.25,.8,.25,1);position:relative;overflow:hidden;box-shadow:0 6px 12px rgba(0,0,0,.08)}.tool-card:hover{border-color:rgba(59,130,246,.2);transform:translateY(-4px);box-shadow:0 10px 20px rgba(0,0,0,.12)}.tool-card:hover .hover-indicator{opacity:1;transform:translate(0)}[data-theme=dark] .tool-card{background:#1f2a44;border-color:rgba(255,255,255,.1)}.card-content{gap:1.25rem;padding:1.75rem;display:flex;position:relative}.text-content{flex:1}.tool-title{color:#1e293b;letter-spacing:-.015em;margin-bottom:.5rem;font-size:1.25rem;font-weight:600}[data-theme=dark] .tool-title{color:#f9fafb}.tool-description{color:#64748b;font-size:.9rem;line-height:1.6}[data-theme=dark] .tool-description{color:#d1d5db}.tool-badge{color:#10b981;text-transform:uppercase;letter-spacing:.05em;background:rgba(16,185,129,.15);border-radius:.375rem;align-items:center;margin-top:.75rem;padding:.3rem .75rem;font-size:.8rem;font-weight:500;display:inline-flex}.hover-indicator{opacity:0;background:linear-gradient(90deg,transparent,rgba(59,130,246,.15));justify-content:center;align-items:center;width:50px;transition:all .3s cubic-bezier(.25,.8,.25,1);display:flex;position:absolute;top:0;bottom:0;right:0;transform:translate(15px)}.arrow-icon{color:#3b82f6;font-size:1.5rem;font-weight:700;transition:transform .2s;transform:rotate(-45deg)}.tool-card:hover .arrow-icon{transform:rotate(0)}.error-section{text-align:center;color:#64748b;padding:3rem 2rem}.error-section h2{color:#1e293b;margin-bottom:1rem;font-size:1.5rem}[data-theme=dark] .error-section{color:#9ca3af}[data-theme=dark] .error-section h2{color:#f3f4f6}@media (max-width:768px){.tools-grid{grid-template-columns:1fr;gap:1.25rem}.tabs-container .section-tabs{-webkit-overflow-scrolling:touch;flex-flow:row;gap:.5rem;padding-bottom:.75rem}.tab-button{border-radius:.75rem;padding:.6rem 1.25rem;font-size:1rem}.hero-section{padding:4rem 1.5rem 5rem}.main-content{padding:0 1.5rem 3rem}.section-title{font-size:max(1.5rem,min(5vw,1.75rem))}.subsection-title{font-size:max(1.25rem,min(4vw,1.4rem))}.tool-card .card-content{padding:1.25rem}.tool-title{font-size:max(1.1rem,min(3.5vw,1.2rem))}.tool-description{font-size:max(.85rem,min(2.5vw,.9rem))}.hover-indicator{width:40px}}@media (max-width:400px){.main-content{padding:0 1rem 2rem}.tool-card .card-content{padding:1rem}.tab-button{padding:.5rem 1rem;font-size:.95rem}.hero-section{padding:3rem 1rem 4rem}}
.hero-content{text-align:center;max-width:1400px;margin:0 auto}.hero-title{letter-spacing:-.05em;margin-bottom:1.5rem;font-size:3.5rem;font-weight:800}.hero-title .gradient-text{-webkit-text-fill-color:transparent;background:linear-gradient(45deg,#fff 20%,#c7d2fe);-webkit-background-clip:text;background-clip:text}.hero-subtitle{color:rgba(255,255,255,.9);max-width:600px;margin:0 auto;font-size:1.5rem}@media (max-width:768px){.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.25rem}}
