.crumb{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--n500);margin-bottom:18px}.crumb .ic{width:14px;height:14px;color:var(--n300)}.crumb a:hover{color:var(--ink)}.hh-hero{padding:32px 0 24px}.hh-herorow{display:grid;grid-template-columns:1.3fr 1fr;gap:44px;align-items:center}.hh-hero h1{font-size:44px;line-height:50px;font-weight:800;letter-spacing:-1.2px;color:var(--black);margin-top:12px}.hh-hero .desc{font-size:16px;line-height:25px;color:var(--n600);margin-top:14px;max-width:520px}.hh-tchips{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px}.hh-tchip{display:inline-flex;align-items:center;gap:9px;background:var(--n0);border:1px solid var(--line);border-radius:var(--r-lg);padding:10px 14px}.hh-tchip .ti{width:30px;height:30px;border-radius:8px;background:var(--pos-50);display:flex;align-items:center;justify-content:center;flex:none}.hh-tchip .ti .ic{width:17px;height:17px;color:var(--pos-strong)}.hh-tchip .tc{display:flex;flex-direction:column;justify-content:center;min-width:0}.hh-tchip .tc b{font-size:12.5px;font-weight:700;color:var(--ink);display:block;line-height:1.25;white-space:nowrap}.hh-tchip .tc span{font-size:11px;color:var(--n500);white-space:nowrap;line-height:1.3}.hh-heroart{height:300px;border-radius:var(--r-xl);overflow:hidden;border:1px solid var(--line);background:var(--lavender,#e8edf6)}.hh-heroart img{width:100%;height:100%;object-fit:cover}.hh-search-wrap{position:relative;margin-top:24px}.hh-search{display:flex;align-items:center;gap:9px;background:var(--n0);border:1px solid var(--n200);border-radius:var(--r-sm);padding:0 14px;height:48px}.hh-search:focus-within{border-color:var(--navy)}.hh-search .ic{width:18px;height:18px;color:var(--n400);flex:none}.hh-search input{flex:1;min-width:0;border:none;outline:0;background:0 0;font-family:inherit;font-size:16px;color:var(--ink)}.hh-search-results{position:absolute;top:calc(100% + 6px);left:0;right:0;background:var(--n0);border:1px solid var(--line);border-radius:var(--r-lg);box-shadow:0 12px 28px rgba(15,23,42,.12);max-height:360px;overflow-y:auto;z-index:20;padding:6px;display:flex;flex-direction:column;gap:2px}.hh-search-results[hidden]{display:none}.hh-search-item{display:flex;align-items:center;gap:12px;width:100%;padding:9px 10px;border:none;background:0 0;border-radius:var(--r-sm);cursor:pointer;text-align:left;font-family:inherit;font-size:14px;color:var(--ink)}.hh-search-item:focus-visible,.hh-search-item:hover{background:var(--surface)}.hh-search-item img{width:36px;height:36px;border-radius:8px;object-fit:cover;flex:none;background:var(--surface)}.hh-catrow{display:flex;align-items:center;gap:10px;margin-top:16px;flex-wrap:wrap}.hh-catscroll{display:contents}.hh-catrow .lab{font-size:14px;font-weight:800;color:var(--ink);margin-right:4px}.hh-cat{font-size:13px;font-weight:600;color:var(--n700);background:var(--surface);border:1px solid var(--line);border-radius:var(--r-pill);padding:9px 15px;white-space:nowrap;transition:all .12s}.hh-cat:hover{border-color:var(--n300)}.hh-cat.on{background:var(--navy);color:#fff;border-color:var(--navy)}@media(max-width:768px){.hh-herorow{grid-template-columns:1fr;gap:20px}.hh-hero h1{font-size:31px;line-height:1.15;letter-spacing:-.5px}.hh-hero .desc{font-size:15px;line-height:23px}.hh-heroart{height:auto;max-height:280px}.hh-heroart img{max-height:280px}.hh-catrow{display:block;margin-top:18px}.hh-catrow .lab{display:block;margin:0 0 10px 0}.hh-catscroll{display:flex;flex-wrap:nowrap;gap:8px;overflow-x:auto;scrollbar-width:none;-webkit-overflow-scrolling:touch}.hh-catscroll::-webkit-scrollbar{display:none}.hh-cat{flex:none}}.hh-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;padding:22px 0 0}@media(max-width:960px){.hh-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.hh-grid{grid-template-columns:1fr}}.hh-scrim{position:fixed;inset:0;background:rgba(10,16,30,.5);display:none;align-items:center;justify-content:center;z-index:70}.hh-scrim.show{display:flex}.hh-picker{width:480px;max-width:calc(100% - 32px);max-height:80vh;background:var(--n0);border-radius:var(--r-xl);box-shadow:var(--sh-pop,0 18px 48px -12px rgba(16,24,40,.22),0 4px 12px -4px rgba(16,24,40,.1));display:flex;flex-direction:column;overflow:hidden}.hh-picker .ph{padding:20px 22px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between}.hh-picker .ph h3{font-size:18px;font-weight:800;letter-spacing:-.3px}.hh-picker .ph .x{width:34px;height:34px;border-radius:50%;background:var(--surface);display:flex;align-items:center;justify-content:center;color:var(--n500)}.hh-picker .ph .x .ic{width:18px;height:18px}.hh-picker .plist{overflow-y:auto;padding:10px}.hh-hrow{display:flex;align-items:center;gap:14px;padding:14px;border-radius:var(--r-lg);cursor:pointer;transition:background .12s}.hh-hrow:hover{background:var(--surface)}.hh-hrow.on{background:var(--navy-tint)}.hh-hrow .hlogo{width:44px;height:44px;border-radius:var(--r-sm);background:var(--surface);border:1px solid var(--line);display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:800;color:var(--navy);flex:none}.hh-hrow.on .hlogo{background:var(--n0)}.hh-hrow .hc{flex:1}.hh-hrow .hn{font-size:15px;font-weight:700;color:var(--ink)}.hh-hrow .hm{display:flex;align-items:center;gap:8px;margin-top:4px}.hh-hrow .tagx{font-size:11px;font-weight:700;padding:3px 8px;border-radius:var(--r-pill)}.hh-hrow .t-anl{color:var(--navy);background:var(--navy-tint)}.hh-hrow.on .t-anl{background:var(--n0)}.hh-hrow .t-uyg{color:var(--pos-strong);background:var(--pos-50)}.hh-hrow .pick{width:24px;height:24px;border-radius:50%;border:1.5px solid var(--n300);flex:none;display:flex;align-items:center;justify-content:center}.hh-hrow.on .pick{background:var(--navy);border-color:var(--navy)}.hh-hrow .pick .ic{width:14px;height:14px;color:#fff;opacity:0}.hh-hrow.on .pick .ic{opacity:1}.hh-picker .pf{padding:16px 22px;border-top:1px solid var(--line)}.hh-resultbar{display:flex;align-items:baseline;justify-content:space-between;gap:12px;flex-wrap:wrap;margin:32px 0 14px}.hh-resulth{font-size:22px;font-weight:800;letter-spacing:-.4px;color:var(--navy);margin:0}.hh-resultcount{font-size:13.5px;font-weight:600;color:var(--n500)}.hh-srstatus{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.hh-slogan{font-size:16px;font-weight:700;color:var(--n700);margin:6px 0 0}.hh-totop{position:fixed;right:20px;bottom:24px;z-index:40;width:46px;height:46px;border-radius:50%;border:1px solid var(--line);background:var(--n0);color:var(--navy);box-shadow:0 6px 20px rgba(16,49,120,.14);display:flex;align-items:center;justify-content:center;cursor:pointer;opacity:0;visibility:hidden;transition:opacity .18s,visibility .18s}.hh-totop.show{opacity:1;visibility:visible}.hh-totop:hover{background:var(--navy-tint)}.hh-totop:focus-visible{outline:2px solid var(--navy);outline-offset:2px}.hh-totop svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}@media(prefers-reduced-motion:reduce){.hh-totop{transition:none}}