.home-container{width:100%;max-width:1440px;padding:var(--space-6,24px) clamp(var(--space-4,16px), 4vw, var(--space-12,48px)) var(--space-12,48px);background:var(--bg,#fff);color:var(--text,#0f172a);margin-inline:auto}.home-hero{padding:var(--space-10,40px) 0 var(--space-6,24px);justify-content:center;display:flex}.home-hero-inner{align-items:center;gap:var(--space-3,12px);text-align:center;flex-direction:column;max-width:840px;display:flex}.home-hero-badge{border-radius:var(--radius-full,9999px);background:var(--accent-soft,#2563eb1f);color:var(--accent,#2563eb);font-size:var(--text-sm,14px);align-items:center;padding:6px 14px;font-weight:600;display:inline-flex}.home-hero-title{font-size:clamp(28px,5vw,42px);font-weight:800;line-height:var(--leading-tight,1.2);color:var(--text-strong,#020617);margin:0}.home-hero-accent{color:var(--accent,#2563eb)}.home-hero-subtitle{max-width:60ch;font-size:var(--text-lg,18px);line-height:var(--leading-normal,1.5);color:var(--text-muted,#475569);margin:0}.home-hero-trust{justify-content:center;gap:var(--space-2,8px) var(--space-5,20px);margin:var(--space-3,12px) 0 0;flex-wrap:wrap;padding:0;list-style:none;display:flex}.home-hero-trust-item{align-items:center;gap:var(--space-2,8px);font-size:var(--text-sm,14px);color:var(--text-muted,#475569);display:inline-flex}.home-hero-trust-item svg{color:var(--accent,#2563eb);flex:none}.home-discovery{align-items:center;gap:var(--space-4,16px);max-width:760px;padding:var(--space-6,24px) 0;flex-direction:column;margin:0 auto;display:flex}.home-discovery-title{text-align:center}.home-search{width:100%;position:relative}.home-search-input-wrap{align-items:center;gap:var(--space-3,12px);min-height:54px;padding:0 var(--space-4,16px);border:1px solid var(--border,#2563eb26);border-radius:var(--radius-lg,16px);background:var(--card-bg,#fff);box-shadow:var(--shadow-md,0 12px 28px #2563eb1f);transition:border-color var(--transition-fast,.15s ease), box-shadow var(--transition-fast,.15s ease);display:flex}.home-search-input-wrap:focus-within{border-color:var(--accent,#2563eb);box-shadow:var(--focus-ring,0 0 0 3px var(--accent-soft))}.home-search-icon{color:var(--text-muted,#475569);flex:none}.home-search-input-wrap input{min-width:0;min-height:52px;color:var(--text,#0f172a);font:inherit;font-size:var(--text-base,16px);background:0 0;border:0;outline:none;flex:auto}.home-search-clear{border-radius:var(--radius-full,9999px);background:var(--surface-2,#eef5ff);width:34px;height:34px;color:var(--text-muted,#475569);cursor:pointer;border:0;flex:none;justify-content:center;align-items:center;font-size:18px;display:inline-flex}.home-search-clear:hover{background:var(--danger-soft,#dc26261f);color:var(--danger,#dc2626)}.home-search-results{z-index:20;padding:var(--space-2,8px);background:var(--card-bg,#fff);border:1px solid var(--border,#2563eb26);border-radius:var(--radius-lg,16px);max-height:380px;box-shadow:var(--shadow-lg,0 16px 38px #0206172e);margin:0;list-style:none;position:absolute;top:calc(100% + 8px);left:0;right:0;overflow-y:auto}.home-search-result{align-items:center;gap:var(--space-3,12px);min-height:46px;padding:var(--space-2,8px) var(--space-3,12px);border-radius:var(--radius-md,12px);color:var(--text,#0f172a);text-decoration:none;display:flex}.home-search-result:hover,.home-search-result.is-active{background:var(--accent-soft,#2563eb1a)}.home-search-result .home-search-result-icon{object-fit:contain;border-radius:var(--radius-sm,8px);flex:0 0 36px;width:36px;height:36px}.home-search-result-content{flex-direction:column;flex:auto;gap:2px;min-width:0;display:flex}.home-search-result-name{font-size:var(--text-sm,14px);font-weight:600;line-height:1.3}.home-search-result-desc{font-size:var(--text-xs,12px);color:var(--text-muted,#475569);-webkit-line-clamp:2;-webkit-box-orient:vertical;line-height:1.4;display:-webkit-box;overflow:hidden}.home-search-empty{padding:var(--space-4,16px);font-size:var(--text-sm,14px);color:var(--text-muted,#475569);text-align:center}.home-search-examples{justify-content:center;gap:var(--space-2,8px);flex-wrap:wrap;display:flex}.home-search-chip{border:1px solid var(--border,#2563eb26);border-radius:var(--radius-full,9999px);background:var(--surface,#f8fbff);min-height:44px;color:var(--text-muted,#475569);font-size:var(--text-sm,14px);cursor:pointer;transition:border-color var(--transition-fast,.15s ease), color var(--transition-fast,.15s ease);padding:0 14px}.home-search-chip:hover{border-color:var(--accent,#2563eb);color:var(--accent,#2563eb)}.home-section{gap:var(--space-5,20px);padding:var(--space-8,32px) 0;flex-direction:column;display:flex}.home-section-head{gap:var(--space-2,8px);flex-direction:column;max-width:640px;display:flex}.home-section-title{font-size:clamp(20px,3vw,26px);font-weight:800;line-height:var(--leading-tight,1.25);color:var(--text-strong,#020617);margin:0}.home-section-subtitle{font-size:var(--text-base,16px);color:var(--text-muted,#475569);margin:0}.home-section-link{align-items:center;gap:var(--space-2,8px);width:-moz-fit-content;width:fit-content;margin-top:var(--space-1,4px);color:var(--accent,#2563eb);font-size:var(--text-sm,14px);font-weight:700;text-decoration:none;display:inline-flex}.home-section-link:hover{text-decoration:underline}.home-quick-grid{gap:var(--space-3,12px);grid-template-columns:repeat(auto-fit,minmax(150px,1fr));display:grid}.home-quick-card{align-items:center;gap:var(--space-3,12px);min-height:64px;padding:var(--space-3,12px);background:var(--card-bg,#fff);border:1px solid var(--card-border,#2563eb1f);border-radius:var(--radius-md,12px);color:var(--text,#0f172a);transition:transform var(--transition-fast,.15s ease), box-shadow var(--transition-fast,.15s ease), border-color var(--transition-fast,.15s ease);text-decoration:none;display:flex}.home-quick-card:hover{border-color:var(--accent,#2563eb);box-shadow:var(--shadow-md,0 12px 28px #2563eb1f);transform:translateY(-1px)}.home-quick-card .home-quick-icon{object-fit:contain;flex:none;width:28px;height:28px}.home-quick-name{min-width:0;font-size:var(--text-sm,14px);font-weight:700}.home-quick-arrow{color:var(--text-muted,#475569);flex:none;margin-left:auto}.home-category-grid{gap:var(--space-3,12px);grid-template-columns:repeat(auto-fit,minmax(150px,1fr));display:grid}.home-category-card{text-align:center;justify-content:center;align-items:center;gap:var(--space-3,12px);min-height:96px;padding:var(--space-4,16px);background:var(--surface,#f8fbff);border:1px solid var(--border,#2563eb1f);border-radius:var(--radius-md,12px);color:var(--text,#0f172a);transition:border-color var(--transition-fast,.15s ease), background var(--transition-fast,.15s ease);flex-direction:column;text-decoration:none;display:flex}.home-category-card:hover{border-color:var(--accent,#2563eb);background:var(--surface-2,#eef5ff)}.home-category-icon{border-radius:var(--radius-md,12px);background:var(--accent-soft,#2563eb1f);width:40px;height:40px;color:var(--accent,#2563eb);justify-content:center;align-items:center;display:inline-flex}.home-category-icon svg{width:20px;height:20px}.home-category-label{font-size:var(--text-sm,14px);font-weight:700}.home-featured-grid{gap:var(--space-4,16px);grid-template-columns:repeat(auto-fit,minmax(200px,1fr));display:grid}.home-trust-list{gap:var(--space-3,12px);margin:0;padding:0;list-style:none;display:grid}.home-trust-item{align-items:flex-start;gap:var(--space-3,12px);padding:var(--space-4,16px);background:var(--surface,#f8fbff);border:1px solid var(--border,#2563eb1f);border-radius:var(--radius-md,12px);font-size:var(--text-sm,14px);color:var(--text,#0f172a);line-height:1.5;display:flex}.home-trust-icon{color:var(--accent,#2563eb);flex:none;margin-top:2px}.home-guide-list{gap:var(--space-3,12px);grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin:0;padding:0;list-style:none;display:grid}.home-guide-card{align-items:center;gap:var(--space-3,12px);min-height:56px;padding:var(--space-3,12px) var(--space-4,16px);background:var(--card-bg,#fff);border:1px solid var(--card-border,#2563eb1f);border-radius:var(--radius-md,12px);color:var(--text,#0f172a);transition:border-color var(--transition-fast,.15s ease);text-decoration:none;display:flex}.home-guide-card:hover{border-color:var(--accent,#2563eb)}.home-guide-title{font-size:var(--text-sm,14px);font-weight:600;line-height:1.4}.home-guide-arrow{color:var(--text-muted,#475569);flex:none;margin-left:auto}.home-section-skeleton{border-radius:var(--radius-lg,16px);background:var(--surface-2,#eef5ff);opacity:.5;min-height:180px}@media (min-width:768px){.home-hero{padding-top:var(--space-12,48px)}.home-trust-list{grid-template-columns:repeat(3,1fr)}.home-section-head{align-items:baseline;gap:var(--space-2,8px) var(--space-4,16px);flex-flow:wrap}.home-section-link{margin-top:0;margin-left:auto}}@media (prefers-reduced-motion:reduce){.home-quick-card,.home-category-card,.home-guide-card{transition:none}}
