@font-face{font-family:MiSans;src:url(/fonts/MiSans-Regular.woff2)format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:MiSans;src:url(/fonts/MiSans-Medium.woff2)format("woff2");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:MiSans;src:url(/fonts/MiSans-Semibold.woff2)format("woff2");font-weight:600;font-style:normal;font-display:swap}:root{--accent:#f37543;--page-bg:#fafbfc;--page-bg-2:#edf2f6;--text:#222;--text-secondary:#666c73;--text-muted:#969ca3;--surface:#fff;--surface-soft:#edf3f7;--border:#e2e6ea;--border-strong:#d2d8de;--button-bg:#ffffffd1;--button-border:#1e23281c;--shadow:0 22px 55px #181e241a}html.theme-dark,body.dark-mode{--page-bg:#111214;--page-bg-2:#181a1d;--text:#fff;--text-secondary:#b4b8bd;--text-muted:#777d84;--surface:#1b1e21;--surface-soft:#222529;--border:#292d32;--border-strong:#3a3f45;--button-bg:#1f2226d1;--button-border:#ffffff1c;--shadow:0 24px 60px #00000047}*{box-sizing:border-box}html,body{width:100%;min-height:100%;margin:0}html{background:var(--page-bg)}body{background:linear-gradient(135deg, var(--page-bg), var(--page-bg-2));color:var(--text);margin:0;font-family:MiSans,Microsoft YaHei,Arial,sans-serif;transition:background .35s,color .35s;overflow-x:hidden}button{font:inherit;-webkit-tap-highlight-color:transparent}img{max-width:100%}#app{width:100%;min-height:100vh}.catalog-page{background:linear-gradient(135deg, var(--page-bg), var(--page-bg-2));opacity:1;transform-origin:50%;flex-direction:column;width:100%;min-height:100vh;padding:36px 42px 22px;transition:opacity .3s,transform .3s cubic-bezier(.22,.61,.36,1),background .35s,color .35s;display:flex;position:relative;transform:translateY(0)scale(1)}body.page-leaving .catalog-page{opacity:0;transform:translateY(-8px)scale(.99)}.catalog-header{flex:none;width:100%;min-height:132px;position:relative}.catalog-subtitle{max-width:calc(100% - 160px);color:var(--text);align-items:baseline;gap:20px;display:flex;position:absolute;top:7px;left:0}.catalog-subtitle strong{color:var(--text);letter-spacing:-.045em;white-space:nowrap;font-size:clamp(42px,4vw,64px);font-weight:600;line-height:1}.subtitle-divider{color:var(--border-strong);font-size:clamp(23px,2.1vw,32px);font-weight:300;line-height:1}.catalog-name{color:var(--text);white-space:nowrap;font-size:clamp(23px,2.15vw,34px);font-weight:400;line-height:1}html[lang=en] .catalog-subtitle{gap:16px}html[lang=en] .catalog-subtitle strong{letter-spacing:-.045em;font-size:clamp(42px,4vw,64px)}.header-actions{z-index:1000;align-items:center;gap:8px;display:flex;position:fixed;top:36px;right:42px}.header-btn{border:1px solid var(--button-border);background:var(--button-bg);min-width:42px;height:34px;color:var(--text-secondary);cursor:pointer;-webkit-backdrop-filter:blur(12px);border-radius:999px;justify-content:center;align-items:center;padding:0 12px;font-size:11px;font-weight:500;line-height:1;transition:transform .18s,background .18s,color .18s,border-color .18s;display:inline-flex}.header-btn:hover{color:var(--text);border-color:var(--border-strong);transform:translateY(-1px)}.header-btn:active{transform:translateY(0)}.header-btn:focus-visible{outline-offset:2px;outline:2px solid #f3754366}.theme-btn{width:42px;min-width:42px;padding:0}.theme-btn img{object-fit:contain;pointer-events:none;-webkit-user-select:none;user-select:none;width:16px;height:16px;display:block}.lang-btn{min-width:42px}html.theme-dark .theme-btn img,body.dark-mode .theme-btn img{filter:brightness(0)invert()}.category-grid{flex:1;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));grid-auto-rows:minmax(460px,1fr);align-items:stretch;gap:14px;width:100%;display:grid}.category-card{min-width:0;min-height:460px;color:var(--text);cursor:pointer;border-radius:24px;outline:none;display:block;position:relative}.category-card:focus-visible{border-radius:24px;box-shadow:0 0 0 3px #f3754338}.category-image{border:1px solid var(--border);background-color:var(--surface-soft);background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:24px;width:100%;height:100%;min-height:460px;transition:transform .35s,box-shadow .35s,border-color .35s;position:relative;overflow:hidden;transform:translateY(0)scale(1);box-shadow:0 8px 28px #19202809}.category-card:hover .category-image{box-shadow:var(--shadow);border-color:#f3754352;transform:translateY(-7px)scale(1.006)}html.theme-dark .category-card:hover .category-image,body.dark-mode .category-card:hover .category-image{box-shadow:0 24px 60px #00000057}.category-image-placeholder{z-index:0;background:radial-gradient(circle at 75% 24%,#f375432b,#0000 29%),radial-gradient(circle at 18% 82%,#a1c7e238,#0000 34%),linear-gradient(145deg,#f7f9fa,#e7edf2);position:absolute;inset:0}html.theme-dark .category-image-placeholder,body.dark-mode .category-image-placeholder{background:radial-gradient(circle at 75% 24%,#f3754329,#0000 30%),radial-gradient(circle at 18% 82%,#50779926,#0000 34%),linear-gradient(145deg,#24272b,#181a1d)}.category-image:after{content:"";z-index:1;pointer-events:none;background:linear-gradient(140deg,#00000047 0%,#00000014 37%,#0000 62%);position:absolute;inset:0}.category-content{z-index:3;pointer-events:none;flex-direction:column;align-items:flex-start;max-width:calc(100% - 44px);display:flex;position:absolute;top:24px;left:27px}.category-number{color:#fff;letter-spacing:-.055em;text-shadow:0 2px 16px #0000001f;margin-bottom:10px;font-size:clamp(46px,3.8vw,60px);font-weight:600;line-height:.92;display:block}.category-card h2{color:#fff;overflow-wrap:anywhere;text-align:left;text-shadow:0 2px 16px #00000029;max-width:100%;margin:0;padding:0;font-size:clamp(20px,1.65vw,28px);font-weight:600;line-height:1.2}html[lang=en] .category-card h2{line-height:1.2}.category-enter{color:#fff;letter-spacing:.02em;-webkit-backdrop-filter:blur(10px);opacity:.86;background:#0000001c;border:1px solid #ffffff80;border-radius:999px;align-items:center;min-height:30px;margin-top:17px;padding:0 11px;font-size:10px;font-weight:500;transition:opacity .22s,transform .22s,background .22s,border-color .22s;display:inline-flex;transform:translate(0)}.category-card:hover .category-enter{opacity:1;background:#00000038;border-color:#ffffffb3;transform:translate(4px)}.catalog-loading,.catalog-empty,.catalog-load-error{grid-column:1/-1;min-height:460px}.catalog-loading{color:var(--text-muted);justify-content:center;align-items:center;font-size:11px;display:flex}.catalog-empty{border:1px solid var(--border);background:var(--surface);color:var(--text-muted);text-align:center;border-radius:24px;justify-content:center;align-items:center;padding:40px;font-size:12px;display:flex}.catalog-load-error{border:1px solid var(--border);background:var(--surface);color:var(--text-muted);text-align:center;border-radius:24px;flex-direction:column;justify-content:center;align-items:center;gap:9px;padding:40px;display:flex;box-shadow:0 14px 40px #1920280b}.catalog-load-error strong{color:var(--text);font-size:17px;font-weight:600}.catalog-load-error span{font-size:10px}.catalog-load-error button{background:var(--accent);color:#fff;cursor:pointer;border:0;border-radius:999px;height:35px;margin-top:8px;padding:0 16px;font-size:10px;font-weight:500;transition:transform .18s,background .18s}.catalog-load-error button:hover{background:#e86633;transform:translateY(-1px)}footer{min-height:34px;color:var(--text-muted);letter-spacing:.05em;flex:none;align-items:flex-end;margin-top:14px;font-size:8px;font-weight:400;display:flex}@media (width>=1600px){.catalog-page{padding:40px 48px 24px}.catalog-header{min-height:145px}.header-actions{top:40px;right:48px}.category-grid{grid-template-columns:repeat(auto-fit,minmax(230px,1fr));grid-auto-rows:minmax(520px,1fr);gap:16px}.category-card,.category-image{min-height:520px}.category-content{top:27px;left:30px}}@media (width<=1180px){.catalog-page{padding:30px 30px 22px}.catalog-header{min-height:120px}.header-actions{top:30px;right:30px}.category-grid{grid-template-columns:repeat(auto-fit,minmax(210px,1fr));grid-auto-rows:minmax(420px,1fr);gap:13px}.category-card,.category-image{min-height:420px}.category-content{top:21px;left:22px}}@media (width<=900px){.catalog-page{min-height:100vh;padding:26px 24px 20px}.catalog-header{min-height:112px}.catalog-subtitle{gap:11px;max-width:calc(100% - 110px);padding-top:3px;position:static}.catalog-subtitle strong{font-size:38px}.catalog-name{font-size:20px}.subtitle-divider{font-size:21px}html[lang=en] .catalog-subtitle{gap:11px}.header-actions{top:26px;right:24px}.category-grid{flex:none;grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:440px;gap:14px}.category-card,.category-image{min-height:440px}footer{margin-top:28px}}@media (width<=600px){.catalog-page{width:100%;height:100dvh;min-height:100dvh;padding:12px 10px 8px;overflow:hidden}.catalog-header{flex:0 0 58px;height:58px;min-height:58px}.catalog-subtitle{white-space:nowrap;flex-wrap:nowrap;align-items:baseline;gap:4px;width:auto;max-width:none;padding-top:2px;position:static;overflow:visible}.catalog-subtitle strong{letter-spacing:-.035em;white-space:nowrap;text-overflow:clip;flex-shrink:0;max-width:100%;font-size:22px;line-height:1;overflow:visible}.catalog-name{white-space:nowrap;font-size:11px;line-height:1}.subtitle-divider{font-size:12px;line-height:1}html[lang=en] .catalog-subtitle strong{letter-spacing:-.025em}.header-actions{gap:5px;position:absolute;top:0;right:0}.header-btn{border:1px solid var(--button-border);background:var(--button-bg);min-width:32px;height:30px;padding:0 8px;font-size:9px}.theme-btn{width:32px;min-width:32px;padding:0}.theme-btn img{width:18px;height:18px}.lang-btn{min-width:32px}.category-grid{flex:auto;grid-template-rows:repeat(3,minmax(0,1fr));grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:minmax(0,1fr);gap:7px;width:100%;min-height:0;display:grid;overflow:hidden}.category-card,.category-image{border-radius:14px;width:100%;height:100%;min-height:0}.category-card{overflow:hidden}.category-image{position:absolute;inset:0}.category-content{max-width:calc(100% - 22px);top:10px;left:11px}.category-number{margin-bottom:4px;font-size:clamp(25px,8vw,20px);line-height:.92}.category-card h2{font-size:clamp(16px,4.5vw,20px);line-height:1.08}html[lang=en] .catalog-subtitle{gap:4px;max-width:calc(100% - 105px)}html[lang=en] .catalog-subtitle strong{letter-spacing:-.035em;font-size:22px}html[lang=en] .catalog-name{font-size:11px}.category-card:last-child:nth-child(odd){grid-column:1/-1}.category-card:last-child:nth-child(odd),.category-card:last-child:nth-child(odd) .category-image{height:100%;min-height:0}.category-card:last-child:nth-child(odd) .category-image{background-position:50% 46%}.catalog-loading,.catalog-empty,.catalog-load-error{border-radius:14px;height:100%;min-height:0}footer{text-align:center;flex:0 0 14px;justify-content:center;align-items:flex-end;height:14px;min-height:14px;margin-top:5px;padding:0;font-size:6px;line-height:1}}@media (width<=380px){.catalog-page{padding:9px 7px 6px}.catalog-header{flex-basis:52px;height:52px;min-height:52px}.catalog-subtitle{gap:4px;max-width:calc(100% - 82px)}.catalog-subtitle strong{font-size:18px}.catalog-name{font-size:9px}.subtitle-divider{font-size:10px}html[lang=en] .catalog-subtitle{gap:3px;max-width:calc(100% - 82px)}.header-actions{gap:4px}.header-btn{min-width:29px;height:28px;padding:0 7px;font-size:8px}.theme-btn{width:29px;min-width:29px;padding:0}.theme-btn img{width:17px;height:17px}.lang-btn{min-width:29px}.category-grid{gap:6px}.category-card,.category-image{border-radius:12px;min-height:0}.category-content{max-width:calc(100% - 18px);top:8px;left:9px}.category-number{margin-bottom:3px;font-size:27px}.category-card h2{font-size:12px}.category-enter{min-height:20px;margin-top:6px;padding:0 6px;font-size:6px}footer{flex-basis:12px;height:12px;min-height:12px;margin-top:4px}}@media (width>=901px){.header-actions{gap:16px}.header-btn{min-width:84px;height:68px;padding:0 24px;font-size:22px}.theme-btn{width:84px;min-width:84px;padding:0}.theme-btn img{width:26px;height:26px}.lang-btn{min-width:84px;font-size:22px}}@media (width>=601px){footer{font-size:9px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}@media (width<=600px){#global-search-btn,#theme-toggle,#lang-toggle,#global-search-btn:hover,#theme-toggle:hover,#lang-toggle:hover,#global-search-btn:active,#theme-toggle:active,#lang-toggle:active{box-shadow:none!important;background:0 0!important;border:0!important}.category-content{width:calc(100% - 22px);height:calc(100% - 22px);top:10px;left:11px}.category-enter{min-height:24px;margin-top:auto;padding:0 10px;font-size:8px}}
