.home-page{flex-direction:column;gap:40px;max-width:1200px;margin:0 auto;padding:24px 20px 48px;display:flex}.home-hero{text-align:center;color:#fff;background:linear-gradient(135deg,#6d28d9 0%,#8b5cf6 100%);border-radius:16px;margin-top:16px;padding:48px 32px}.home-hero-title{letter-spacing:-.02em;margin-bottom:12px;font-size:2rem;font-weight:700}.home-hero-desc{opacity:.9;max-width:500px;margin:0 auto 24px;font-size:1rem;line-height:1.5}.home-hero-actions{flex-wrap:wrap;justify-content:center;gap:12px;display:flex}.home-hero-btn{cursor:pointer;border:none;border-radius:24px;justify-content:center;align-items:center;padding:10px 24px;font-size:.875rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.home-hero-btn.primary{color:#6d28d9;background:#fff}.home-hero-btn.primary:hover{background:#f5f3ff;transform:translateY(-2px);box-shadow:0 4px 16px #00000026}.home-hero-btn.secondary{color:#fff;background:#ffffff26;border:1px solid #ffffff4d}.home-hero-btn.secondary:hover{background:#ffffff40;transform:translateY(-2px)}.home-section{flex-direction:column;gap:16px;display:flex}.home-section-header{justify-content:space-between;align-items:center;gap:16px;display:flex}.home-section-title{color:var(--text-main);padding-left:10px;font-size:1.125rem;font-weight:600;position:relative}.home-section-title:before{content:"";background:linear-gradient(135deg,#6d28d9 0%,#8b5cf6 100%);border-radius:2px;width:3px;height:16px;position:absolute;top:50%;left:0;transform:translateY(-50%)}.home-view-more{color:var(--text-muted);white-space:nowrap;font-size:.75rem;text-decoration:none;transition:color .2s}.home-view-more:hover{color:var(--primary)}.home-tools-grid{grid-template-columns:repeat(4,1fr);gap:12px;display:grid}.home-prompts-grid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.home-categories{flex-wrap:wrap;gap:10px;display:flex}.home-category-tag{border:1px solid var(--border);color:var(--text-body);background:#fff;border-radius:16px;align-items:center;padding:6px 14px;font-size:.75rem;font-weight:500;text-decoration:none;transition:all .2s;display:inline-flex}.home-category-tag:hover{border-color:var(--primary);color:var(--primary);transform:translateY(-1px);box-shadow:0 2px 8px #6d28d91a}@media (max-width:1200px){.home-tools-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:900px){.home-tools-grid,.home-prompts-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.home-page{gap:28px;padding:16px 16px 32px}.home-hero{margin-top:12px;padding:32px 20px}.home-hero-title{font-size:1.5rem}.home-hero-desc{font-size:.875rem}.home-hero-actions{flex-direction:column;gap:10px}.home-hero-btn{width:100%}.home-tools-grid,.home-prompts-grid{grid-template-columns:1fr}.home-section-header{flex-direction:column;align-items:flex-start;gap:6px}}
