:root{--yellow:#ffed00;--yellow-deep:#f1d500;--ink:#171717;--muted:#626262;--line:#dedede;--panel:#f5f5f1;--soft:#fafafa;--white:#fff}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:#fff;font-family:Arial,Microsoft YaHei,sans-serif}button,input,select,textarea{font:inherit}a{color:inherit;text-decoration:none}.site{min-height:100vh}.topbar{position:sticky;top:0;z-index:30;gap:28px;height:72px;padding:0 clamp(18px,5vw,72px);background:hsla(0,0%,100%,.96);border-bottom:1px solid var(--line);backdrop-filter:blur(12px)}.brand,.topbar{display:flex;align-items:center}.brand{width:142px}.brand img{display:block;width:100%}.desktop-nav{display:flex;gap:24px;margin-left:auto;color:#353535;font-size:15px}.desktop-nav a{padding:8px 0}.nav-call{display:inline-flex;align-items:center;gap:8px;min-height:40px;padding:0 16px;border:1px solid #111;border-radius:4px;background:var(--ink);color:var(--yellow);cursor:pointer}.phone-icon{width:14px;height:14px;border:2px solid currentColor;border-left-width:4px;border-radius:3px;transform:rotate(-18deg)}.hero{position:relative;display:grid;min-height:calc(100vh - 72px);padding:clamp(48px,7vw,96px) clamp(20px,6vw,84px);overflow:hidden;background-position:50%;background-size:cover}.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.78),rgba(0,0,0,.44) 46%,rgba(0,0,0,.1))}.hero-content{position:relative;z-index:1;align-self:center;max-width:760px;color:#fff}.eyebrow,.section-kicker{display:inline-flex;align-items:center;min-height:26px;color:var(--ink);background:var(--yellow);padding:4px 9px;font-size:12px;font-weight:700;letter-spacing:0}.hero h1{margin:20px 0 18px;max-width:720px;font-size:clamp(42px,6vw,76px);line-height:1.03;letter-spacing:0}.hero p{max-width:660px;margin:0;color:hsla(0,0%,100%,.9);font-size:19px;line-height:1.7}.hero-tags,.specs{display:flex;flex-wrap:wrap;gap:10px}.hero-tags{margin:28px 0}.hero-tags span{padding:8px 12px;border:1px solid hsla(0,0%,100%,.38);background:hsla(0,0%,100%,.12);color:#fff;border-radius:4px}.hero-actions{display:flex;flex-wrap:wrap;gap:12px}.ghost-btn,.primary-btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 22px;border-radius:4px;font-weight:700;cursor:pointer}.primary-btn{border:1px solid var(--yellow);background:var(--yellow);color:var(--ink)}.primary-btn:disabled{opacity:.65;cursor:wait}.ghost-btn{border:1px solid hsla(0,0%,100%,.75);color:#fff}.hero-metrics{position:absolute;right:clamp(24px,6vw,84px);bottom:40px;z-index:1;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));width:min(620px,calc(100% - 48px));background:hsla(0,0%,100%,.94);border:1px solid hsla(0,0%,100%,.35);border-radius:6px;box-shadow:0 18px 50px rgba(0,0,0,.28)}.hero-metrics div{padding:20px;border-right:1px solid var(--line)}.hero-metrics div:last-child{border-right:0}.hero-metrics span,.hero-metrics strong{display:block}.hero-metrics strong{margin-bottom:6px;font-size:26px}.hero-metrics span{color:var(--muted);line-height:1.45}.all-products-section,.centers-section,.dealer-band,.inquiry-section,.products-section,.services-section,.solutions-section{padding:clamp(46px,7vw,86px) clamp(20px,6vw,84px)}.dealer-band{display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);gap:42px;background:#f1f1eb}.dealer-copy h2,.inquiry-copy h2,.section-head h2{margin:14px 0 0;font-size:clamp(28px,3vw,42px);line-height:1.18}.dealer-copy p,.inquiry-copy p,.section-head p{color:var(--muted);line-height:1.75}.dealer-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.dealer-item{display:flex;gap:14px;min-height:118px;padding:18px;background:#fff;border:1px solid var(--line);border-radius:6px}.dealer-item>span{display:grid;flex:0 0 34px;width:34px;height:34px;place-items:center;background:var(--yellow);border-radius:50%;font-weight:700}.dealer-item strong{display:block;margin-bottom:8px}.dealer-item p{margin:0;color:var(--muted);line-height:1.55}.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:22px;margin-bottom:28px}.section-head p{max-width:560px;margin:0}.section-head.light{color:#fff}.section-head.light p{color:hsla(0,0%,100%,.76)}.category-tabs{display:flex;gap:8px;padding:4px;border:1px solid var(--line);border-radius:6px;background:#fff}.category-tabs button{min-height:36px;padding:0 14px;border:0;border-radius:4px;background:transparent;cursor:pointer}.category-tabs button.active{background:var(--ink);color:var(--yellow)}.commerce-layout{display:grid;grid-template-columns:230px minmax(0,1fr);gap:20px}.promo-rail{position:sticky;top:92px;align-self:start;display:grid;gap:12px;padding:20px;background:var(--ink);color:#fff;border-radius:6px}.promo-rail strong{color:var(--yellow);font-size:20px}.promo-rail span{padding:12px;background:hsla(0,0%,100%,.08);border-radius:4px}.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.product-card{display:flex;flex-direction:column;overflow:hidden;border:1px solid var(--line);border-radius:8px;background:#fff}.product-media{position:relative;aspect-ratio:4/3;background:#eee}.product-media img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.product-media span{position:absolute;top:12px;left:12px;padding:5px 8px;background:var(--yellow);border-radius:4px;font-size:12px;font-weight:700}.product-body{display:flex;flex:1;flex-direction:column;padding:18px}.line{color:var(--muted);font-size:13px}.product-body h3{min-height:58px;margin:8px 0;font-size:22px;line-height:1.25}.scene{margin:0 0 12px;color:var(--muted);line-height:1.55}.highlights{display:grid;gap:8px;margin:0 0 14px;padding:0;color:#343434;line-height:1.5;list-style:none}.highlights li:before,.package-card li:before,.solution-panel li:before{content:"";display:inline-block;width:6px;height:6px;margin-right:8px;background:var(--yellow-deep);vertical-align:middle}.specs{margin-top:auto}.specs span{padding:6px 8px;background:var(--panel);border-radius:4px;color:#444;font-size:12px}.price-row{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:18px 0 0}.price-row strong{color:#c60000;font-size:18px}.price-row button{min-height:36px;padding:0 14px;border:0;border-radius:4px;background:var(--ink);color:var(--yellow);cursor:pointer}.all-products-section{background:#f7f7f4}.all-products-hero{max-width:980px;margin-bottom:28px}.breadcrumb{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px;color:var(--muted);font-size:13px}.breadcrumb span+span:before{content:">";margin-right:8px;color:#999}.all-products-hero h2{margin:14px 0 12px;font-size:clamp(32px,4vw,52px);line-height:1.12}.all-products-hero p{margin:0;max-width:820px;color:var(--muted);line-height:1.75}.all-products-layout{display:grid;grid-template-columns:minmax(0,1fr);gap:22px}.all-products-nav{position:sticky;top:92px;align-self:start;display:grid;gap:10px;padding:20px;background:#fff;border:1px solid var(--line);border-radius:8px}.all-products-nav strong{font-size:22px}.all-products-nav p{margin:0 0 8px;color:var(--muted);line-height:1.55}.all-products-nav a{display:flex;justify-content:space-between;gap:12px;min-height:42px;padding:10px 12px;background:var(--panel);border-radius:4px}.all-products-nav small{color:var(--muted)}.all-products-content{display:grid;gap:20px}.catalog-head{display:flex;justify-content:space-between;gap:20px}.catalog-head strong{display:block;margin-bottom:8px;font-size:24px}.catalog-head p{margin:0;max-width:760px;color:var(--muted);line-height:1.65}.catalog-grid{grid-template-columns:repeat(5,minmax(0,1fr));border-top:1px solid var(--line);border-left:1px solid var(--line)}.catalog-card,.catalog-grid{display:grid;background:#fff}.catalog-card{gap:12px;min-height:198px;padding:16px;place-items:center;border:0;border-right:1px solid var(--line);border-bottom:1px solid var(--line);cursor:pointer}.catalog-card.active{outline:2px solid var(--yellow);outline-offset:-2px}.catalog-card img{width:min(160px,100%);height:120px;-o-object-fit:contain;object-fit:contain}.catalog-card strong{color:var(--ink);font-size:16px;line-height:1.4;text-align:center}.all-products-cta{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:22px;background:#111;color:#fff;border-radius:8px}.all-products-cta strong{color:var(--yellow);font-size:24px}.all-products-cta p{margin:8px 0 0;color:hsla(0,0%,100%,.76);line-height:1.6}.all-product-item button,.all-products-cta button{min-height:38px;padding:0 14px;border:0;border-radius:4px;background:var(--yellow);color:var(--ink);font-weight:700;cursor:pointer}.all-product-group,.recommended-products{padding:20px;background:#fff;border:1px solid var(--line);border-radius:8px}.group-head{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:16px}.group-head h3{margin:0;font-size:26px}.group-head span{color:var(--muted)}.all-product-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.all-product-item{display:grid;grid-template-columns:150px minmax(0,1fr);gap:14px;padding:12px;border:1px solid var(--line);border-radius:6px}.all-product-item img{width:100%;aspect-ratio:1/1;-o-object-fit:cover;object-fit:cover;background:#eee}.all-product-item span{display:inline-flex;margin-bottom:8px;padding:4px 7px;background:var(--yellow);border-radius:4px;font-size:12px;font-weight:700}.all-product-item h4{margin:0 0 8px;font-size:18px;line-height:1.3}.all-product-item p{margin:0 0 12px;color:var(--muted);line-height:1.55}.recommended-grid{display:flex;flex-wrap:wrap;gap:10px}.recommended-grid button{min-height:38px;padding:0 12px;border:1px solid var(--line);border-radius:4px;background:var(--panel);cursor:pointer}.solutions-section{background:#202020;color:#fff}.solution-workbench{display:grid;grid-template-columns:280px minmax(0,1fr);gap:20px}.industry-tabs{display:grid;gap:8px;align-self:start}.industry-tabs button,.service-grid button{text-align:left;border:1px solid hsla(0,0%,100%,.14);border-radius:6px;cursor:pointer}.industry-tabs button{display:grid;gap:5px;padding:14px;background:hsla(0,0%,100%,.06);color:#fff}.industry-tabs button.active{background:var(--yellow);color:var(--ink)}.industry-tabs span{font-weight:700}.industry-tabs small{line-height:1.35}.solution-detail{overflow:hidden;background:#fff;color:var(--ink);border-radius:8px}.solution-hero{min-height:320px;display:flex;align-items:flex-end;padding:28px;color:#fff;background-position:50%;background-size:cover;position:relative}.solution-hero:before{position:absolute;inset:0;content:"";background:linear-gradient(180deg,rgba(0,0,0,.08),rgba(0,0,0,.74))}.solution-hero div{position:relative;max-width:720px}.solution-hero span{display:inline-flex;margin-bottom:10px;padding:5px 8px;background:var(--yellow);color:var(--ink);font-weight:700}.solution-hero h3{margin:0 0 10px;font-size:clamp(28px,4vw,48px);line-height:1.08}.solution-hero p{margin:0;max-width:620px;line-height:1.65}.solution-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-bottom:1px solid var(--line)}.solution-metrics div{padding:18px;border-right:1px solid var(--line)}.solution-metrics div:last-child{border-right:0}.solution-metrics span,.solution-metrics strong{display:block}.solution-metrics strong{margin-bottom:6px;font-size:24px}.solution-metrics span{color:var(--muted)}.solution-columns{display:grid;grid-template-columns:1fr 1fr;gap:0}.solution-panel{padding:24px;border-bottom:1px solid var(--line)}.solution-panel+.solution-panel{border-left:1px solid var(--line)}.solution-panel h4{margin:0 0 14px;font-size:20px}.package-card ul,.solution-panel ul{display:grid;gap:10px;margin:0;padding:0;list-style:none}.equipment-list{display:grid;gap:10px}.equipment-list button{min-height:42px;padding:0 12px;border:1px solid var(--line);border-radius:4px;background:var(--soft);text-align:left;cursor:pointer}.workflow{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border-bottom:1px solid var(--line)}.workflow-step{padding:22px;border-right:1px solid var(--line)}.workflow-step:last-child{border-right:0}.workflow-step span{display:grid;width:32px;height:32px;margin-bottom:14px;place-items:center;background:var(--yellow);border-radius:50%;font-weight:700}.workflow-step strong{display:block;margin-bottom:8px}.workflow-step p{margin:0;color:var(--muted);line-height:1.55}.solution-proof{display:flex;align-items:center;gap:18px;padding:22px}.solution-proof strong{flex:0 0 auto;font-size:20px}.solution-proof p{flex:1;margin:0;color:var(--muted);line-height:1.55}.services-section{background:var(--panel)}.service-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;margin-bottom:20px}.service-grid button{display:grid;gap:8px;min-height:132px;padding:18px;background:#fff;color:var(--ink);border-color:var(--line)}.service-grid button.active{background:var(--ink);color:#fff}.service-grid button.active strong{color:var(--yellow)}.service-grid span{color:inherit;line-height:1.55}.package-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.center-card,.package-card{padding:20px;border:1px solid var(--line);border-radius:8px;background:#fff}.center-card h3,.package-card h3{margin:0 0 10px}.center-card p,.package-card p{color:var(--muted);line-height:1.6}.center-list{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.center-card{min-height:172px}.center-card a{color:#111;font-weight:700}.inquiry-section{display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);gap:42px;background:#fff}.inquiry-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;padding:22px;background:var(--panel);border:1px solid var(--line);border-radius:8px}.inquiry-form label{display:grid;gap:8px}.inquiry-form label span{font-weight:700}.inquiry-form input,.inquiry-form select,.inquiry-form textarea{width:100%;min-height:44px;padding:10px 12px;border:1px solid #cfcfcf;border-radius:4px;background:#fff}.inquiry-form textarea{resize:vertical}.full,.submit-message{grid-column:1/-1}.submit-message{margin:0;color:#176b31}.footer{display:flex;justify-content:space-between;gap:18px;padding:24px clamp(20px,6vw,84px);color:#fff;background:#111}.footer span:last-child{color:hsla(0,0%,100%,.7)}@media (max-width:1180px){.catalog-grid,.center-list,.package-grid,.product-grid,.service-grid,.workflow{grid-template-columns:repeat(2,minmax(0,1fr))}.solution-workbench{grid-template-columns:220px minmax(0,1fr)}}@media (max-width:767px){.site{padding-bottom:64px}.topbar{height:58px;padding:0 14px}.brand{width:118px}.nav-call{margin-left:auto;min-height:36px;padding:0 12px}.hero{min-height:690px;padding:46px 18px 34px;background-position:50%}.hero-overlay{background:linear-gradient(180deg,rgba(0,0,0,.72),rgba(0,0,0,.48))}.hero-content{align-self:center}.hero h1{margin:16px 0 12px;font-size:38px;line-height:1.08}.hero p{font-size:16px}.hero-tags{margin:18px 0}.hero-tags span{padding:7px 9px;font-size:13px}.hero-actions{display:grid;grid-template-columns:1fr}.ghost-btn{background:rgba(0,0,0,.18)}.hero-metrics{right:16px;bottom:18px;left:16px;width:auto;grid-template-columns:1fr}.hero-metrics div{padding:12px 14px;border-right:0;border-bottom:1px solid var(--line)}.hero-metrics div:last-child{border-bottom:0}.all-products-section,.centers-section,.dealer-band,.inquiry-section,.products-section,.services-section,.solutions-section{padding:38px 16px}.dealer-band,.inquiry-section,.solution-columns{grid-template-columns:1fr;gap:22px}.center-list,.dealer-grid,.inquiry-form,.package-grid,.service-grid,.solution-metrics{grid-template-columns:1fr}.section-head{display:grid;gap:14px;margin-bottom:20px}.category-tabs{max-width:100%;overflow-x:auto}.category-tabs button{flex:0 0 auto;white-space:nowrap}.commerce-layout{display:block}.all-products-layout{grid-template-columns:1fr}.all-products-nav{position:static}.all-products-cta,.group-head{align-items:stretch;flex-direction:column}.all-product-list,.catalog-grid{grid-template-columns:1fr}.catalog-card{min-height:156px}.all-product-item{grid-template-columns:108px minmax(0,1fr)}.product-grid{display:flex;gap:14px;margin:0 -16px;padding:0 16px 8px;overflow-x:auto;scroll-snap-type:x mandatory}.product-card{flex:0 0 84vw;scroll-snap-align:start}.product-body h3{min-height:auto;font-size:20px}.price-row,.solution-proof{align-items:stretch;flex-direction:column}.price-row button{width:100%}.solution-workbench{display:grid;grid-template-columns:1fr}.industry-tabs{display:flex;margin:0 -16px;padding:0 16px 6px;overflow-x:auto}.industry-tabs button{flex:0 0 180px}.solution-hero{min-height:300px;padding:20px}.solution-metrics div,.solution-panel+.solution-panel,.workflow-step{border-left:0;border-right:0}.workflow{grid-template-columns:1fr}.workflow-step{border-bottom:1px solid var(--line)}.inquiry-form{padding:16px}.footer{display:grid;padding:22px 16px;font-size:13px}.mobile-actionbar{position:fixed;right:0;bottom:0;left:0;z-index:40;display:grid;grid-template-columns:1fr 1fr 1.2fr;gap:1px;min-height:58px;background:#111;box-shadow:0 -8px 24px rgba(0,0,0,.18)}.mobile-actionbar a,.mobile-actionbar button{display:flex;align-items:center;justify-content:center;border:0;background:#fff;color:#111;font-weight:700}.mobile-actionbar button{background:var(--yellow)}}.admin-shell[data-v-4da91bde]{min-height:100vh;display:grid;grid-template-columns:240px minmax(0,1fr);background:#f4f5f2;color:#111}.login-page[data-v-4da91bde]{grid-column:1/-1;min-height:100vh;display:grid;place-items:center;padding:24px;background:#f4f5f2}.login-card[data-v-4da91bde]{width:min(420px,100%);display:grid;gap:14px;padding:28px;background:#fff;border:1px solid #ddd;border-radius:8px;box-shadow:0 18px 48px rgba(0,0,0,.1)}.login-card>span[data-v-4da91bde]{display:inline-flex;width:-moz-fit-content;width:fit-content;padding:5px 9px;background:#ffed00;color:#111;font-size:12px;font-weight:700}.login-card h1[data-v-4da91bde]{margin:0 0 6px;font-size:28px}.login-card label[data-v-4da91bde]{display:grid;gap:7px;color:#444;font-weight:700}.login-card button[data-v-4da91bde]{min-height:44px;border:0;border-radius:4px;background:#111;color:#ffed00;font-weight:700;cursor:pointer}.login-card button[data-v-4da91bde]:disabled{opacity:.65;cursor:wait}.login-card p[data-v-4da91bde]{margin:0;color:#a50000}.admin-sidebar[data-v-4da91bde]{position:sticky;top:0;height:100vh;display:flex;flex-direction:column;gap:8px;padding:22px;background:#111;color:#fff}.admin-brand[data-v-4da91bde]{display:grid;gap:6px;margin-bottom:18px}.admin-brand strong[data-v-4da91bde]{color:#ffed00;font-size:20px}.admin-brand span[data-v-4da91bde],.admin-topbar span[data-v-4da91bde],.panel-head small[data-v-4da91bde]{color:#777;font-size:12px;font-weight:700}.admin-sidebar a[data-v-4da91bde],.admin-sidebar button[data-v-4da91bde]{min-height:42px;padding:0 12px;border:0;border-radius:4px;background:hsla(0,0%,100%,.08);color:#fff;text-align:left;cursor:pointer}.admin-sidebar button.active[data-v-4da91bde]{background:#ffed00;color:#111;font-weight:700}.admin-sidebar a[data-v-4da91bde]{display:flex;align-items:center;margin-top:auto;text-decoration:none}.admin-main[data-v-4da91bde]{display:grid;gap:18px;align-content:start;padding:26px}.admin-topbar[data-v-4da91bde],.form-actions[data-v-4da91bde],.panel-head[data-v-4da91bde]{display:flex;align-items:center;justify-content:space-between;gap:14px}.admin-topbar h1[data-v-4da91bde],.panel h2[data-v-4da91bde]{margin:4px 0 0}.admin-topbar button[data-v-4da91bde],.form-actions button[data-v-4da91bde],.list button[data-v-4da91bde],.panel-head button[data-v-4da91bde],td button[data-v-4da91bde]{min-height:36px;border:0;border-radius:4px;cursor:pointer}.admin-topbar button[data-v-4da91bde],.form-actions button[data-v-4da91bde],.panel-head button[data-v-4da91bde]{padding:0 14px;background:#111;color:#ffed00;font-weight:700}.metric-grid[data-v-4da91bde]{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}.metric-card[data-v-4da91bde],.panel[data-v-4da91bde]{background:#fff;border:1px solid #ddd;border-radius:8px}.metric-card[data-v-4da91bde]{padding:16px}.metric-card span[data-v-4da91bde]{display:block;color:#666;margin-bottom:8px}.metric-card strong[data-v-4da91bde]{font-size:28px}.admin-message[data-v-4da91bde]{margin:0;padding:10px 12px;background:#fff7b8;border:1px solid #e8d800;border-radius:6px}.panel[data-v-4da91bde]{padding:18px}.split-panel[data-v-4da91bde]{display:grid;grid-template-columns:minmax(260px,.82fr) minmax(420px,1.18fr);gap:18px}.table-wrap[data-v-4da91bde]{margin-top:14px;overflow-x:auto}table[data-v-4da91bde]{width:100%;border-collapse:collapse;min-width:980px}td[data-v-4da91bde],th[data-v-4da91bde]{padding:10px;border-bottom:1px solid #eee;text-align:left;vertical-align:top}th[data-v-4da91bde]{background:#f7f7f4;color:#555;font-size:13px}td.wide[data-v-4da91bde]{max-width:320px;line-height:1.55}input[data-v-4da91bde],select[data-v-4da91bde],textarea[data-v-4da91bde]{width:100%;min-height:40px;padding:8px 10px;border:1px solid #ccc;border-radius:4px;background:#fff}.upload-button[data-v-4da91bde]{display:flex!important;align-items:center;justify-content:center;min-height:40px;padding:0 10px;border-radius:4px;background:#111;color:#ffed00!important;cursor:pointer;font-size:13px;font-weight:700}.upload-button input[data-v-4da91bde]{display:none}.image-upload-card[data-v-4da91bde]{display:grid;gap:10px;padding:12px;border:1px solid #ddd;border-radius:6px;background:#f7f7f4}.image-placeholder[data-v-4da91bde],.image-upload-card img[data-v-4da91bde]{width:100%;aspect-ratio:16/9;border:1px solid #e2e2e2;border-radius:4px;background:#fff}.image-upload-card img[data-v-4da91bde]{display:block;-o-object-fit:contain;object-fit:contain}.image-placeholder[data-v-4da91bde]{display:grid;place-items:center;color:#888;font-weight:700}.image-actions[data-v-4da91bde]{display:flex;gap:8px}.inline-field[data-v-4da91bde]{display:grid;grid-template-columns:minmax(0,1fr) 90px;gap:8px}.inline-field button[data-v-4da91bde]{min-height:40px;border:0;border-radius:4px;background:#111;color:#ffed00;font-weight:700;cursor:pointer}.permission-grid[data-v-4da91bde]{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.permission-item[data-v-4da91bde]{display:grid!important;grid-template-columns:18px minmax(0,1fr);gap:8px!important;align-items:start;padding:10px;border:1px solid #ddd;border-radius:6px;background:#f7f7f4;font-weight:400!important}.permission-item input[data-v-4da91bde]{width:auto;min-height:auto;margin-top:3px}.permission-item small[data-v-4da91bde],.permission-item strong[data-v-4da91bde]{display:block}.permission-item small[data-v-4da91bde]{margin-top:4px;color:#777;line-height:1.4}.plain-button[data-v-4da91bde]{min-height:40px;padding:0 12px;border:1px solid #ccc;border-radius:4px;background:#fff;color:#333;cursor:pointer}textarea[data-v-4da91bde]{resize:vertical}.list[data-v-4da91bde]{display:grid;gap:8px;max-height:620px;margin-top:14px;overflow:auto}.filter-row[data-v-4da91bde]{display:flex;align-items:end;justify-content:space-between;gap:12px;margin-top:14px}.filter-row label[data-v-4da91bde]{display:grid;gap:6px;min-width:220px;color:#555;font-size:13px;font-weight:700}.filter-row small[data-v-4da91bde]{color:#777;white-space:nowrap}.list button[data-v-4da91bde]{display:grid;gap:4px;padding:12px;background:#f7f7f4;text-align:left}.list.dense button[data-v-4da91bde]{min-height:58px}.list span[data-v-4da91bde]{color:#777;font-size:12px}.form-panel[data-v-4da91bde]{display:grid;gap:12px}.form-panel label[data-v-4da91bde]{display:grid;gap:6px;color:#444;font-weight:700}.form-panel .check[data-v-4da91bde]{display:flex;align-items:center;gap:8px}.form-panel .check input[data-v-4da91bde]{width:auto;min-height:auto}.danger[data-v-4da91bde],.form-actions .danger[data-v-4da91bde]{background:#a50000;color:#fff}.json-editor[data-v-4da91bde]{width:100%;min-height:520px;margin-top:14px;font-family:Consolas,monospace;line-height:1.55}@media (max-width:960px){.admin-shell[data-v-4da91bde],.metric-grid[data-v-4da91bde],.split-panel[data-v-4da91bde]{grid-template-columns:1fr}.admin-sidebar[data-v-4da91bde]{position:static;height:auto}}