.home.svelte-hbebz0{position:relative}.main-content.svelte-hbebz0{display:flex;flex-direction:column;gap:28px}.hero.svelte-hbebz0{background:#ffffffb5;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-radius:22px;padding:64px;display:flex;flex-direction:column;align-items:center;gap:28px;box-shadow:0 2px 12px -1px #00000006;font-family:Nunito,sans-serif}.title-group.svelte-hbebz0{display:flex;flex-direction:column;align-items:center;gap:14px}.hero.svelte-hbebz0 h1:where(.svelte-hbebz0){font-family:Nunito,sans-serif;font-size:42px;font-weight:800;color:#2d2b28;letter-spacing:-.8px;line-height:1.15;text-align:center;margin:0}.hero-sub.svelte-hbebz0{font-family:Nunito,sans-serif;font-size:17px;font-weight:400;color:#7a7876;line-height:1.7;text-align:center;letter-spacing:.2px;margin:0}.hero-badges.svelte-hbebz0{display:flex;gap:12px;flex-wrap:wrap;justify-content:center}.badge.svelte-hbebz0{display:inline-flex;align-items:center;gap:6px;font-family:Nunito,sans-serif;font-size:13px;font-weight:600;color:#7a7876;background:#edebe580;padding:8px 16px;border-radius:100px}.badge.svelte-hbebz0 svg:where(.svelte-hbebz0){width:14px;height:14px;flex-shrink:0}.categories.svelte-hbebz0{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.category-card.svelte-hbebz0{background:#fff;border:none;border-radius:24px;overflow:hidden;aspect-ratio:282 / 320;min-height:0;box-shadow:0 3px 16px -1px #00000008;transition:transform .2s,box-shadow .2s;display:flex;flex-direction:column;align-items:flex-start;cursor:pointer;font-family:Nunito,sans-serif;padding:28px;gap:0}.category-card.svelte-hbebz0:hover{transform:translateY(-4px);box-shadow:0 12px 32px #1a19181a}.category-card.svelte-hbebz0:active{transform:translateY(-1px)}.card-label.svelte-hbebz0{display:flex;flex-direction:column;align-items:center;gap:4px;width:100%;padding-bottom:6px}.card-label.svelte-hbebz0 h2:where(.svelte-hbebz0){font-family:Nunito,sans-serif;font-size:16px;font-weight:800;color:#2d2b28;margin:0}.card-count.svelte-hbebz0{font-family:Nunito,sans-serif;font-size:11px;font-weight:500;color:#a8a6a2;letter-spacing:.3px}.card-icon.svelte-hbebz0{flex:1;width:100%;display:flex;align-items:center;justify-content:center}.card-image.svelte-hbebz0{width:100%;height:100%;object-fit:contain}.card-icon.svelte-hbebz0 svg{width:100%;height:100%;max-width:130px;max-height:130px}.overlay-backdrop.svelte-hbebz0{position:fixed;inset:0;background:#1e1c1a99;backdrop-filter:blur(6px) saturate(1.1);-webkit-backdrop-filter:blur(6px) saturate(1.1);display:flex;align-items:center;justify-content:center;z-index:9999;padding:24px;animation:svelte-hbebz0-overlay-fade-in .15s ease-out}@keyframes svelte-hbebz0-overlay-fade-in{0%{opacity:0}to{opacity:1}}.overlay-panel.svelte-hbebz0{background:#fff;border:none;border-radius:32px;width:100%;max-width:520px;max-height:min(660px,calc(100dvh - 120px));overflow:hidden;display:flex;flex-direction:column;box-shadow:0 8px 40px #1a19181f,0 2px 8px #1a19180f;animation:svelte-hbebz0-overlay-pop-in .25s cubic-bezier(.34,1.56,.64,1);position:relative}.overlay-panel.svelte-hbebz0:after{content:"";position:absolute;bottom:0;left:0;right:0;height:56px;background:linear-gradient(to bottom,transparent,#FFFFFF);pointer-events:none;border-radius:0 0 32px 32px}@keyframes svelte-hbebz0-overlay-pop-in{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.overlay-header.svelte-hbebz0{display:flex;align-items:center;justify-content:center;padding:28px 28px 0;flex-shrink:0;position:relative}.overlay-header.svelte-hbebz0 h2:where(.svelte-hbebz0){font-family:Nunito,sans-serif;font-size:24px;font-weight:800;color:var(--color-text, #2D2B28);margin:0;text-align:center}.overlay-close.svelte-hbebz0{position:absolute;right:28px;top:28px;width:36px;height:36px;border:none;background:#f6f4f0;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .15s,transform .1s}.overlay-close.svelte-hbebz0:hover{background:#eceae6}.overlay-close.svelte-hbebz0:active{transform:scale(.92)}.overlay-close.svelte-hbebz0 svg:where(.svelte-hbebz0){width:14px;height:14px;color:var(--color-text-muted, #A8A6A2)}.overlay-body.svelte-hbebz0{flex:1;min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch;padding:20px 28px 32px}.tool-grid.svelte-hbebz0{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.tool-card.svelte-hbebz0{display:flex;flex-direction:column;align-items:center;gap:10px;padding:16px 8px 14px;border-radius:20px;text-decoration:none;color:var(--color-text, #2D2B28);transition:transform .15s}.tool-card.svelte-hbebz0:hover{text-decoration:none}.tool-card.svelte-hbebz0:active{transform:scale(.96)}.tool-icon-wrap.svelte-hbebz0{width:80px;height:80px;background:#fff;border-radius:22px;display:flex;align-items:center;justify-content:center;padding:14px;box-shadow:0 3px 16px #1a191814;transition:transform .2s,box-shadow .2s}.tool-card.svelte-hbebz0:hover .tool-icon-wrap:where(.svelte-hbebz0){transform:translateY(-4px);box-shadow:0 12px 32px #1a19181a}.tool-icon-wrap.svelte-hbebz0 svg{width:100%;height:100%}.tool-name.svelte-hbebz0{font-family:Nunito,sans-serif;font-size:13px;font-weight:700;line-height:1.3;color:var(--color-text, #2D2B28);text-align:center;letter-spacing:.2px}@media(max-width:1100px){.categories.svelte-hbebz0{grid-template-columns:repeat(3,1fr)}}@media(max-width:900px){.main-content.svelte-hbebz0{gap:28px}.categories.svelte-hbebz0{grid-template-columns:repeat(3,1fr);gap:16px}}@media(max-width:720px){.categories.svelte-hbebz0{grid-template-columns:repeat(2,1fr);gap:12px}.hero.svelte-hbebz0{padding:28px 24px}.hero.svelte-hbebz0 h1:where(.svelte-hbebz0){font-size:30px}}@media(max-width:480px){.main-content.svelte-hbebz0{gap:18px}.hero.svelte-hbebz0{padding:24px 18px;border-radius:16px;gap:16px}.hero.svelte-hbebz0 h1:where(.svelte-hbebz0){font-size:24px}.hero-badges.svelte-hbebz0{flex-direction:column;align-items:center}.categories.svelte-hbebz0{grid-template-columns:repeat(2,1fr);gap:12px}.category-card.svelte-hbebz0{border-radius:16px;padding:16px}.card-label.svelte-hbebz0 h2:where(.svelte-hbebz0){font-size:.9375rem}.card-icon.svelte-hbebz0 svg{max-width:100px;max-height:100px}.overlay-backdrop.svelte-hbebz0{padding:12px;align-items:flex-end}.overlay-panel.svelte-hbebz0{max-height:85vh;border-radius:28px}.overlay-header.svelte-hbebz0{padding:22px 20px 0}.overlay-close.svelte-hbebz0{right:20px;top:20px}.overlay-header.svelte-hbebz0 h2:where(.svelte-hbebz0){font-size:20px}.overlay-body.svelte-hbebz0{padding:16px 20px 28px}.tool-grid.svelte-hbebz0{grid-template-columns:repeat(3,1fr);gap:8px}.tool-card.svelte-hbebz0{padding:12px 6px 10px;border-radius:16px;gap:8px}.tool-icon-wrap.svelte-hbebz0{width:68px;height:68px;border-radius:18px;padding:12px}.tool-name.svelte-hbebz0{font-size:12px}.overlay-close.svelte-hbebz0{width:32px;height:32px}}
