.SearchComponent-module__fwC4Ha__searchContainer{z-index:10;width:100%;max-width:800px;margin:0 auto;position:relative}.SearchComponent-module__fwC4Ha__heroSection{text-align:center;padding:4rem 1rem;animation:.8s ease-out SearchComponent-module__fwC4Ha__fadeIn}.SearchComponent-module__fwC4Ha__title{letter-spacing:-.02em;background:linear-gradient(135deg,var(--text-main)0%,var(--text-secondary)100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-size:3.5rem;font-weight:800}.SearchComponent-module__fwC4Ha__subtitle{color:var(--text-secondary);max-width:600px;margin-bottom:3rem;margin-left:auto;margin-right:auto;font-size:1.25rem}.SearchComponent-module__fwC4Ha__inputWrapper{width:100%;position:relative}.SearchComponent-module__fwC4Ha__searchIcon{color:var(--text-muted);width:24px;height:24px;position:absolute;top:50%;left:1.5rem;transform:translateY(-50%)}.SearchComponent-module__fwC4Ha__searchInput{border-radius:var(--radius-full);border:2px solid var(--border-subtle);background:var(--bg-main);width:100%;transition:all var(--transition-fast);box-shadow:var(--shadow-lg);padding:1.25rem 1.5rem 1.25rem 3.5rem;font-size:1.125rem}.SearchComponent-module__fwC4Ha__searchInput:focus{border-color:var(--color-primary);box-shadow:0 0 0 4px #2563eb1a,var(--shadow-lg);outline:none}.SearchComponent-module__fwC4Ha__resultsContainer{flex-direction:column;gap:1rem;width:100%;margin-top:2rem;display:flex}.SearchComponent-module__fwC4Ha__resultCard{background:var(--bg-main);border:1px solid var(--border-subtle);border-radius:var(--radius-md);transition:all var(--transition-fast);cursor:pointer;opacity:0;justify-content:space-between;align-items:center;padding:1.25rem;animation:.3s ease-out forwards SearchComponent-module__fwC4Ha__slideUp;display:flex}.SearchComponent-module__fwC4Ha__resultCard:hover{border-color:var(--color-primary);box-shadow:var(--shadow-md);transform:translateY(-2px)}.SearchComponent-module__fwC4Ha__codeBadge{color:var(--color-primary);border-radius:var(--radius-full);background:#2563eb1a;padding:.5rem 1rem;font-family:monospace;font-size:1.1rem;font-weight:700}.SearchComponent-module__fwC4Ha__codeDescription{color:var(--text-main);flex:1;margin-left:1.5rem;font-weight:500}.SearchComponent-module__fwC4Ha__loadingSpinner{border:3px solid var(--border-subtle);border-top-color:var(--color-primary);border-radius:50%;width:24px;height:24px;margin-top:-12px;animation:1s linear infinite SearchComponent-module__fwC4Ha__spin;position:absolute;top:50%;right:1.5rem}@keyframes SearchComponent-module__fwC4Ha__fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes SearchComponent-module__fwC4Ha__slideUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes SearchComponent-module__fwC4Ha__spin{to{transform:rotate(360deg)}}
.HomeContent-module__sQ2FvG__container{max-width:1200px;margin:4rem auto;padding:0 2rem}.HomeContent-module__sQ2FvG__sectionTitle{color:var(--text-main);text-align:center;margin-bottom:2rem;font-size:1.5rem;font-weight:700}.HomeContent-module__sQ2FvG__categoryGrid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.5rem;margin-bottom:6rem;display:grid}.HomeContent-module__sQ2FvG__categoryCard{background:var(--bg-main);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);transition:all var(--transition-fast);flex-direction:column;gap:.75rem;padding:1.5rem;text-decoration:none;display:flex}.HomeContent-module__sQ2FvG__categoryCard:hover{border-color:var(--color-primary);box-shadow:var(--shadow-md);transform:translateY(-4px)}.HomeContent-module__sQ2FvG__categoryIcon{width:32px;height:32px;color:var(--color-primary);background:#2563eb1a;border-radius:8px;padding:6px}.HomeContent-module__sQ2FvG__categoryName{color:var(--text-main);font-size:1.125rem;font-weight:600}.HomeContent-module__sQ2FvG__categoryRange{color:var(--text-muted);font-family:monospace;font-size:.875rem}.HomeContent-module__sQ2FvG__toolsSection{text-align:center;border-top:1px solid var(--border-subtle);margin-top:4rem;padding-top:4rem}.HomeContent-module__sQ2FvG__toolsGrid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem;display:grid}.HomeContent-module__sQ2FvG__toolCard{background:var(--bg-main);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);text-align:left;transition:all var(--transition-fast);flex-direction:column;height:100%;padding:2rem;display:flex}.HomeContent-module__sQ2FvG__toolCard:hover{border-color:var(--color-primary);box-shadow:var(--shadow-lg)}.HomeContent-module__sQ2FvG__toolHeader{align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.HomeContent-module__sQ2FvG__toolIcon{border-radius:12px;width:48px;height:48px}.HomeContent-module__sQ2FvG__toolTitle{color:var(--text-main);font-size:1.25rem;font-weight:700}.HomeContent-module__sQ2FvG__toolDescription{color:var(--text-secondary);flex-grow:1;margin-bottom:1.5rem;line-height:1.6}.HomeContent-module__sQ2FvG__toolLink{color:var(--color-primary);align-items:center;gap:.5rem;font-weight:600;text-decoration:none;display:inline-flex}.HomeContent-module__sQ2FvG__toolLink:hover{text-decoration:underline}
