:root{--bg: #f6faff;--ink: #0e1625;--muted: #617594;--line: #d1e3f5;--blue: #146bf2;--blue-soft: #629fff;--green: #0fb88f;--orange: #ff9430;--sidebar: #0e1729;--shadow: 0 12px 34px rgba(8, 33, 77, .1);--admin-shadow: 0 10px 26px rgba(8, 33, 77, .08);font-family:Inter,Microsoft YaHei,PingFang SC,Arial,sans-serif;color:var(--ink);background:var(--bg)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;background:var(--bg)}button,input,textarea,select{font:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}img,video,iframe{display:block;max-width:100%}.boot-screen,.empty-state,.detail-empty{min-height:220px;display:grid;place-items:center;color:var(--muted);gap:10px;border:1px solid rgba(191,217,255,.62);border-radius:24px;background:#ffffff94;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.site-page{position:relative;min-height:100vh;overflow:hidden;padding-top:68px}.site-page--light{background:var(--bg)}.page-glow,.detail-glow{position:absolute;pointer-events:none;border-radius:999px;filter:blur(54px);opacity:.45;z-index:0}.page-glow--purple{width:760px;height:440px;left:-140px;top:70px;background:radial-gradient(circle,#ddf4e69e,#f6faff00)}.page-glow--blue{width:660px;height:520px;right:-90px;top:92px;background:radial-gradient(circle,#cae0ffe0,#f6faff00)}.public-nav{position:fixed;inset:0 0 auto;height:68px;background:#ffffffa6;backdrop-filter:blur(18px) saturate(150%);-webkit-backdrop-filter:blur(18px) saturate(150%);border-bottom:1px solid rgba(255,255,255,.56);box-shadow:0 8px 24px #08214d0f;z-index:50}.public-nav__inner{width:min(calc(100% - 64px),1200px);height:100%;margin:0 auto;display:flex;align-items:center;justify-content:space-between;padding:0}.brand{display:inline-flex;align-items:center;gap:16px;font-size:24px;font-weight:520;letter-spacing:0}.brand__logo{width:48px;height:48px;flex:0 0 auto}.public-nav__links{display:flex;align-items:center;gap:30px}.nav-pill{min-width:118px;height:40px;display:inline-flex;align-items:center;justify-content:center;padding:0 30px;border:1px solid rgba(146,190,248,.72);border-radius:999px;color:#3d3d3f;background:#f2faffc7;font-size:16px;box-shadow:0 8px 18px #08214d0a;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);transition:transform .2s ease,box-shadow .2s ease,background .2s ease,border-color .2s ease,color .2s ease}.nav-pill.is-active{color:#fff;border-color:var(--ink);background:var(--ink);font-weight:600}.nav-pill:hover,.nav-pill:focus-visible{transform:translateY(-2px);border-color:#5993ffb8;background:#ffffffdb;box-shadow:0 12px 26px #146bf21f}.nav-pill.is-active:hover,.nav-pill.is-active:focus-visible{color:#fff;border-color:var(--ink);background:#111a2b}.nav-pill:focus-visible{outline:3px solid rgba(98,159,255,.34);outline-offset:4px}.home-section,.about-section{position:relative;z-index:1;width:min(calc(100% - 48px),1448px);margin:0 auto;padding:48px 0 104px}.home-section{--home-top-space: 30px;--home-heading-height: 62px;--home-heading-gap: 26px;--home-card-gap: clamp(18px, 2vw, 26px);--home-pagination-gap: 22px;--home-pagination-height: 52px;--home-bottom-space: 10px;--home-fit-safe-space: 10px;--home-card-height: clamp( 232px, calc( (100svh - 68px - var(--home-top-space) - var(--home-heading-height) - var(--home-heading-gap) - var(--home-card-gap) - var(--home-pagination-gap) - var(--home-pagination-height) - var(--home-bottom-space) - var(--home-fit-safe-space)) / 2 ), 330px );min-height:calc(100svh - 68px);width:min(calc(100% - 64px),1200px);display:flex;flex-direction:column;padding-top:var(--home-top-space);padding-bottom:var(--home-bottom-space)}.home-section--no-heading{--home-heading-height: 0px;--home-heading-gap: 0px;--home-top-space: 46px;--home-pagination-gap: 26px}.page-heading{margin-bottom:38px}.home-section .page-heading{margin-bottom:var(--home-heading-gap)}.page-heading h1{margin:0 0 16px;font-size:40px;line-height:1.08;letter-spacing:0}.home-section .page-heading h1{margin-bottom:10px;font-size:24px;line-height:1.28}.page-heading p{max-width:920px;margin:0;color:var(--muted);font-size:18px;line-height:1.5}.home-section .page-heading p{font-size:16px;line-height:1.45}.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));justify-content:center;gap:var(--home-card-gap)!important}.product-card{width:100%;max-width:100%;justify-self:center;display:flex;flex-direction:column;overflow:hidden;background:#fff;border-radius:20px;isolation:isolate;box-shadow:0 14px 34px #08214d1a;transition:transform .2s ease,box-shadow .2s ease}.product-card:hover,.product-card:focus-visible{transform:translateY(-4px);box-shadow:0 18px 38px #08214d26}.product-card:focus-visible{outline:3px solid rgba(98,159,255,.34);outline-offset:6px}.product-card__cover{width:100%;aspect-ratio:16 / 9;height:auto;min-height:0;flex:0 0 auto;object-fit:cover;object-position:center;background:linear-gradient(135deg,#edf6ff,#f8fbff)}.product-card__body{height:78px;flex:0 0 auto;display:flex;align-items:center;padding:14px 20px 16px;background:#fffffff5}.product-card h2{margin:0 0 8px;font-size:16px;font-weight:500;line-height:1.15}.product-card p{margin:0;color:var(--muted);font-size:14px;line-height:1.35;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.pagination{width:min(542px,100%);min-height:var(--home-pagination-height, 64px);display:flex;align-items:center;justify-content:center;gap:28px;margin:var(--home-pagination-gap, 48px) auto 0;padding:8px 34px;border:0;border-radius:22px;background:transparent;backdrop-filter:none;-webkit-backdrop-filter:none;box-shadow:none}.pagination button{width:38px;height:38px;display:inline-grid;place-items:center;border:.5px solid transparent;border-radius:12px;background:transparent;color:#525c7b;font-weight:700;cursor:pointer;transition:transform .2s ease,border-color .2s ease,background .2s ease,box-shadow .2s ease,color .2s ease}.pagination button.is-active{color:var(--blue);border-color:#cde2ffe6;background:#ffffffa6;box-shadow:0 12px 28px #08214d1f,inset 0 1px #ffffffb8}.pagination button:hover:not(:disabled),.pagination button:focus-visible:not(:disabled){transform:translateY(-2px);color:var(--blue);border-color:#bedafff2;background:#ffffffa6;box-shadow:0 16px 34px #08214d2e,inset 0 1px #ffffffd1}.pagination button.is-active:hover,.pagination button.is-active:focus-visible{color:var(--blue);background:#ffffffa6}.pagination button:focus-visible{outline:3px solid rgba(98,159,255,.34);outline-offset:3px}.pagination button:disabled{cursor:not-allowed;opacity:.35}.contact-float{position:fixed;right:10px;bottom:30px;z-index:60;display:flex;flex-direction:column;gap:14px;align-items:flex-end}.contact-float__row{position:relative;height:72px!important;display:flex;align-items:center}.contact-float__row:after{content:"";position:absolute;top:0;left:-12px;width:12px;height:100%}.contact-float__icon{position:relative;width:72px!important;height:72px!important;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;border:.5px solid rgba(205,226,255,.9);border-radius:12px;color:#525c7b;background:#ffffff8c;backdrop-filter:blur(18px) saturate(145%);-webkit-backdrop-filter:blur(18px) saturate(145%);cursor:pointer;overflow:hidden;box-shadow:0 12px 28px #08214d1f,inset 0 1px #ffffffb8;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease,background .2s ease}.contact-float__icon:hover,.contact-float__icon:focus-visible{transform:translateY(-2px);border-color:#bedafff2;background:#ffffff8c;box-shadow:0 16px 34px #08214d2e,inset 0 1px #ffffffd1}.contact-float__icon:focus-visible{outline:3px solid rgba(98,159,255,.34);outline-offset:4px}.contact-float__icon-img{width:20px;height:20px;display:block;pointer-events:none;transition:opacity .2s ease,transform .2s ease}.contact-float__icon-img--top{width:22px;height:22px}.contact-float__tile-img{position:absolute;top:8px;right:8px;bottom:8px;left:8px;width:calc(100% - 16px);height:calc(100% - 16px);object-fit:contain;opacity:0;transform:translateY(8px) scale(.96);pointer-events:none;transition:opacity .2s ease,transform .2s ease}.contact-float__tile-img--wechat{top:10px;right:10px;bottom:10px;left:10px;width:calc(100% - 20px);height:calc(100% - 20px)}.contact-float__row:hover .contact-float__icon-img--default,.contact-float__row:focus-within .contact-float__icon-img--default{opacity:0;transform:translateY(-8px) scale(.9)}.contact-float__row:hover .contact-float__tile-img,.contact-float__row:focus-within .contact-float__tile-img{opacity:1;transform:translateY(0) scale(1)}.contact-float__icon small{display:block;color:#59627f;font-size:12px;letter-spacing:0}.contact-float__panel{position:absolute;right:calc(100% + 10px);width:240px;min-height:100px;display:flex;flex-direction:row;justify-content:center;gap:0;padding:0;border:0;border-radius:0;background:transparent;opacity:0;transform:translate(18px);pointer-events:none;transition:opacity .22s ease,transform .22s ease}.contact-float__row:hover .contact-float__panel,.contact-float__row:focus-within .contact-float__panel,.contact-float__panel:hover{opacity:1;transform:translate(0);pointer-events:auto}.contact-float__info-card{height:100px;width:100%;display:flex;flex-direction:column;justify-content:center;gap:12px;padding:18px 20px;border:.5px solid rgba(205,226,255,.9);border-radius:12px;background:#ffffff73;backdrop-filter:blur(18px) saturate(145%);-webkit-backdrop-filter:blur(18px) saturate(145%);box-shadow:0 14px 30px #08214d24,inset 0 1px #ffffffb8}.contact-float__label{display:inline-flex;align-items:center;gap:10px;color:#10182d;font-size:15px;line-height:1;letter-spacing:0}.contact-float__label img{width:22px;height:22px}.contact-float__panel strong{color:#000;font-size:20px;line-height:1;letter-spacing:0;white-space:nowrap}.contact-float__panel--qr{width:240px}.contact-float__info-card--qr{flex-direction:row;align-items:center;justify-content:flex-start;gap:14px;padding:8px 14px}.contact-float__info-card--qr span,.contact-float__panel:has(>.contact-float__qr-img)>span{min-width:0;max-width:100px;color:#10182d;font-size:15px;line-height:1;letter-spacing:0;white-space:nowrap}.contact-float__qr-img{width:84px;height:84px;display:block;object-fit:contain}.contact-float__panel:has(>.contact-float__qr-img){height:100px;min-height:100px;align-items:center;justify-content:flex-start;gap:14px;padding:8px 14px;border:.5px solid rgba(205,226,255,.9);border-radius:12px;background:#ffffffb8;box-shadow:0 14px 30px #08214d24,inset 0 1px #ffffffb8;backdrop-filter:blur(18px) saturate(145%);-webkit-backdrop-filter:blur(18px) saturate(145%)}.qr-mark{width:64px;height:64px;display:grid;place-items:center;border-radius:12px;color:#fff;font-weight:800;background:linear-gradient(135deg,var(--blue),#72d2ff)}.about-card{padding:38px;background:#fff;border-radius:24px;box-shadow:var(--shadow)}.rich-display{color:var(--ink);line-height:1.65}.rich-display,.rich-display *{caret-color:transparent}.rich-display [contenteditable],.rich-display [contenteditable]:focus,.rich-display .rich-custom-module,.rich-display .rich-custom-module__cell{outline:0!important;resize:none!important}.rich-display h1,.rich-display h2,.rich-display h3{margin:0 0 18px;line-height:1.16}.rich-display p{color:var(--muted);margin:0 0 16px}.rich-display ul{margin:18px 0 0;padding-left:22px}.rich-display li{margin:12px 0}.rich-display img{border-radius:30px;object-fit:cover}.about-rich{display:grid;grid-template-columns:minmax(320px,520px) 1fr;gap:76px;align-items:center}.about-rich>img{width:100%;aspect-ratio:1}.about-rich h2{font-size:36px}.about-rich p,.about-rich li{font-size:18px}.about-section--figma{width:min(calc(100% - 64px),1200px);padding-top:32px}.about-section--figma.about-section--compact{padding-top:24px}.about-heading-row{display:flex;align-items:flex-start;justify-content:space-between;gap:32px;margin-bottom:24px}.about-heading-row--compact{margin-bottom:0}.about-heading-row .page-heading{margin:0}.about-heading-row .page-heading h1{margin-bottom:10px;font-size:24px;line-height:1.28}.about-heading-row .page-heading p{font-size:16px;line-height:1.45}.about-download-button{position:fixed;left:50%;bottom:60px;z-index:70;width:240px;height:48px;flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;border-radius:999px;color:#fff;background:#00c378;box-shadow:0 14px 26px #00c37833;font-size:14px;font-weight:700;cursor:pointer;transform:translate(-50%);transition:transform .2s ease,box-shadow .2s ease,background .2s ease,opacity .2s ease}.about-download-button:hover:not(.is-disabled),.about-download-button:focus-visible:not(.is-disabled){transform:translate(-50%) translateY(-2px);background:#08c98b;box-shadow:0 18px 32px #00c37847}.about-download-button:active:not(.is-disabled){transform:translate(-50%) translateY(0);box-shadow:0 10px 20px #00c37833}.about-download-button:focus-visible{outline:3px solid rgba(15,184,143,.28);outline-offset:4px}.about-download-button.is-disabled{cursor:not-allowed;opacity:.48}.rich-display.about-card--figma{width:100%;max-width:100%;min-height:0;padding:clamp(32px,3.2vw,56px);border-radius:24px;overflow-wrap:anywhere;word-break:break-all}.rich-display.about-card--figma:has(>.about-rich){display:grid;grid-template-columns:minmax(320px,.95fr) minmax(320px,1.05fr);align-items:center;gap:clamp(36px,5vw,64px)}.rich-display.about-card--figma:has(.rich-custom-module){display:flex;flex-direction:column;justify-content:flex-start}.rich-display.about-card--figma>.about-rich{display:contents}.rich-display.about-card--figma:has(.rich-custom-module)>.about-rich{display:block;width:100%;max-width:100%}.rich-display.about-card--figma .rich-media-block:has(.rich-custom-module){display:block;width:100%;max-width:100%}.rich-display.about-card--figma .rich-media-block:has(.rich-custom-module)>.rich-custom-module{margin-top:0}.rich-display.about-card--figma .rich-custom-module{width:100%!important;max-width:100%!important;margin:0}.rich-display.about-card--figma .rich-custom-module--split{grid-template-columns:minmax(300px,.95fr) minmax(320px,1.05fr);align-items:start;gap:clamp(32px,4vw,60px)}.rich-display.about-card--figma .rich-custom-module__cell{width:100%;max-width:100%;min-width:0;align-self:start}.rich-display.about-card--figma,.rich-display.about-card--figma :where(h1,h2,h3,p,div,span,strong,em,a,li,td,th){max-width:100%;white-space:normal;overflow-wrap:anywhere;word-break:break-all;line-break:anywhere}.rich-display.about-card--figma .rich-custom-module__cell>:first-child,.rich-display.about-card--figma .rich-custom-module__cell .rich-media-block:first-child{margin-top:0}.rich-display.about-card--figma .rich-custom-module__cell h1:has(.rich-media-block),.rich-display.about-card--figma .rich-custom-module__cell h2:has(.rich-media-block),.rich-display.about-card--figma .rich-custom-module__cell h3:has(.rich-media-block){margin:0;line-height:0}.rich-display.about-card--figma .rich-custom-module__cell h1:has(.rich-media-block) .rich-media-block,.rich-display.about-card--figma .rich-custom-module__cell h2:has(.rich-media-block) .rich-media-block,.rich-display.about-card--figma .rich-custom-module__cell h3:has(.rich-media-block) .rich-media-block{margin:0}.rich-display.about-card--figma .rich-custom-module__cell img,.rich-display.about-card--figma .rich-custom-module__cell video{width:100%;height:auto;margin:0;max-height:min(520px,52vh);object-fit:contain;object-position:left top}.rich-display.about-card--figma:has(.rich-custom-module)>p:has(>br:only-child){display:none}.rich-display.about-card--figma .about-rich>img,.rich-display.about-card--figma>img{width:100%;aspect-ratio:1;margin:0;border-radius:30px;object-fit:cover;background:#e9e7e7}.rich-display.about-card--figma h2{margin:0 0 18px;color:var(--ink);font-size:36px;line-height:1.2;font-weight:800}.rich-display.about-card--figma p{margin:0 0 34px;color:var(--muted);font-size:18px;line-height:1.55}.rich-display.about-card--figma ul{display:grid;gap:28px;margin:0;padding:0;list-style:none}.rich-display.about-card--figma li{position:relative;margin:0;padding-left:36px;color:var(--ink);font-size:18px;line-height:1.4}.rich-display.about-card--figma li:before{content:"";position:absolute;left:0;top:.45em;width:14px;height:14px;border-radius:50%;background:#146bf2}.rich-display.about-card--figma li:nth-child(2):before{background:#33c7ff}.rich-display.about-card--figma li:nth-child(3):before{background:#0fb88f}.site-page--detail{color:#fff;background:#05070b;overflow:visible;overflow-x:clip}.detail-glow--purple{width:520px;height:520px;left:-120px;top:-140px;background:radial-gradient(circle,rgba(88,75,190,.56),transparent 70%)}.detail-glow--blue{width:430px;height:430px;right:18%;top:-70px;background:radial-gradient(circle,rgba(30,132,255,.4),transparent 70%)}.detail-shell{position:relative;z-index:1;width:min(calc(100% - 48px),1600px);min-height:100vh;margin:0 auto;padding:56px 0 120px}.back-link,.admin-back{display:inline-flex;align-items:center;gap:8px;color:var(--blue);font-weight:700}.back-link img,.admin-back img{width:18px;height:18px}.detail-heading{width:min(100%,1600px);margin:26px auto 48px;text-align:left}.detail-heading h1{margin:0 0 14px;font-size:32px;font-weight:500;line-height:1.08}.detail-heading p{max-width:1120px;margin:0;color:#ffffffc7;font-size:18px;line-height:1.5}.detail-blocks{width:min(100%,1600px);margin:0 auto;display:grid;gap:0}.detail-block{overflow:hidden;border-radius:0}.detail-block--image img{width:100%;max-height:860px;display:block;object-fit:cover}.detail-block--image figcaption{padding:14px 0 0;color:#ffffffb8}.detail-block--text{padding:0;background:transparent;border:0}.detail-block--text>span{display:inline-block;margin-bottom:14px;color:#8bb8ff;font-weight:500}.detail-block--text .rich-display,.detail-block--text .rich-display p,.detail-block--text .rich-display li,.detail-block--text .rich-display span,.detail-block--text .rich-display div{color:#fff}.detail-block--text .rich-display h1,.detail-block--text .rich-display h2,.detail-block--text .rich-display h3{color:#fff;font-size:24px;font-weight:500;line-height:1.25}.detail-block--text .rich-display figure,.detail-block--text .rich-display .rich-media-block,.detail-block--text .rich-display img,.detail-block--text .rich-display video{margin-top:0}.detail-block--video{padding:44px;background:#10141d}.detail-block--video h2{margin:0 0 20px;font-size:28px}.detail-block--video video,.detail-block--video iframe,.video-placeholder{width:100%;aspect-ratio:16 / 9;border:0;background:#121927}.video-placeholder{display:grid;place-items:center;color:#fff;background-size:cover;background-position:center}.video-placeholder img{width:62px;height:62px;padding:18px;border-radius:999px;background:#ffffff38;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.detail-block--video p{margin:18px 0 0;color:#ffffffbf}.login-page{min-height:100vh;display:grid;place-items:center;position:relative;overflow:hidden;background:url(/assets/figma/login-bg.webp) center / cover no-repeat,#eaf4ff}.login-page__veil{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#f6faff1a,#146bf229)}.login-card{position:relative;z-index:1;width:min(540px,calc(100vw - 36px));min-height:640px;display:flex;flex-direction:column;justify-content:center;gap:26px;padding:70px 90px;border:1px solid rgba(255,255,255,.62);border-radius:24px;background:#ffffff61;box-shadow:0 28px 58px #08214d29,inset 0 1px #ffffffa8;backdrop-filter:blur(28px) saturate(170%);-webkit-backdrop-filter:blur(28px) saturate(170%)}.login-card h1{margin:0;color:var(--blue);font-size:40px;line-height:1;text-align:center}.login-card p{margin:0 0 34px;color:#0b2540;font-size:18px;letter-spacing:0;text-align:center}.login-field{height:54px;display:flex;align-items:center;gap:18px;border-bottom:1px solid var(--blue);color:#454748;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease,color .2s ease}.login-field--username,.login-field--password{gap:14px}.login-field:hover,.login-field:focus-within{color:var(--blue);border-bottom-color:var(--blue);box-shadow:0 8px 18px #146bf21a;transform:translateY(-1px)}.login-field input{width:100%;min-width:0;-moz-appearance:none;appearance:none;-webkit-appearance:none;border:0;outline:0;background:transparent!important;box-shadow:none!important;color:#454748}.login-field input:-webkit-autofill,.login-field input:-webkit-autofill:hover,.login-field input:-webkit-autofill:focus,.login-field input:-webkit-autofill:active{-webkit-text-fill-color:#454748;caret-color:#454748;box-shadow:0 0 0 1000px transparent inset!important;transition:background-color 9999s ease-out}.login-input-action{width:40px;height:40px;flex:0 0 auto;display:inline-grid;place-items:center;border:1px solid transparent;border-radius:12px;color:#566580;background:transparent;cursor:pointer;transition:color .2s ease,background .2s ease,border-color .2s ease,transform .2s ease}.login-input-action:hover,.login-input-action:focus-visible{transform:translateY(-1px);color:var(--blue);border-color:#bfd9ffd9;background:#f0f8ffd1}.login-input-action:focus-visible{outline:3px solid rgba(98,159,255,.24);outline-offset:3px}.login-card .primary-button--wide{min-height:60px;margin-top:40px;font-size:18px;font-weight:700;transition:transform .2s ease,box-shadow .2s ease,filter .2s ease}.login-card .primary-button--wide:hover:not(:disabled),.login-card .primary-button--wide:focus-visible:not(:disabled){transform:translateY(-2px);filter:saturate(1.08);box-shadow:0 18px 34px #146bf247}.login-card .primary-button--wide:focus-visible{outline:3px solid rgba(98,159,255,.3);outline-offset:4px}.form-error{color:#d92d20;font-size:13px}.admin-shell{min-height:100vh;display:grid;grid-template-columns:260px 1fr;background:var(--bg)}.admin-sidebar{position:sticky;top:0;height:100vh;padding:34px 24px;background:var(--sidebar);color:#fff}.admin-logo{min-height:40px;display:inline-flex;align-items:center;gap:12px;margin-bottom:42px;font-size:24px;font-weight:800;letter-spacing:0}.admin-logo__mark{width:34px;height:34px;flex:0 0 auto;display:inline-grid;place-items:center;overflow:hidden;border-radius:12px;color:#fff;background:linear-gradient(135deg,var(--blue),#6fd4ff);box-shadow:0 12px 26px #146bf247;font-size:13px;font-weight:800;line-height:1}.admin-logo__mark img{width:100%;height:100%;object-fit:cover}.admin-logo__title{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.admin-nav{display:grid;gap:14px}.admin-nav__item{height:40px;display:flex;align-items:center;gap:12px;padding:0 22px;border-radius:14px;color:#9eb8db;font-size:14px}.admin-nav__item.is-active{color:#fff;background:#ffffff1f}.admin-main{min-width:0}.admin-header{position:sticky;top:0;z-index:20;min-height:80px;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:14px 40px;background:#fff}.admin-header h1{margin:0 0 7px;font-size:24px;line-height:1.1}.admin-header p{margin:0;color:var(--muted);font-size:12px}.admin-header__right{display:flex;align-items:center;gap:20px}.admin-user{min-width:150px;height:38px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid var(--line);border-radius:999px;color:var(--blue);background:#f0faff;font-size:13px;font-weight:700;cursor:pointer;transition:border-color .2s ease,background .2s ease,box-shadow .2s ease,transform .2s ease}.admin-user:hover,.admin-user:focus-visible,.admin-user.is-active{border-color:#629fffc7;background:#fff;box-shadow:0 10px 24px #146bf221}.icon-button{width:38px;height:38px;display:inline-grid;place-items:center;border:1px solid var(--line);border-radius:999px;color:var(--blue);background:#f0faff;cursor:pointer}.admin-content{width:min(100%,1440px);margin:0 auto;padding:40px}.admin-stack{display:grid;gap:28px}.stats-grid{display:grid;grid-template-columns:repeat(4,minmax(160px,1fr));gap:30px}.stats-grid--three{grid-template-columns:repeat(3,minmax(180px,260px))}.stat-card,.admin-panel,.profile-card,.password-card{border:1px solid var(--line);background:#fff;box-shadow:var(--admin-shadow)}.stat-card{min-height:118px;padding:26px;border-radius:24px}.stat-card span{display:block;margin-bottom:14px;color:var(--muted);font-size:14px;font-weight:600}.stat-card strong{color:var(--blue);font-size:34px;line-height:1}.stat-card--green strong{color:var(--green)}.stat-card--orange strong{color:var(--orange)}.admin-panel{padding:30px;border-radius:var(--admin-panel-radius, 26px)}.panel-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:24px}.panel-heading h2{margin:0 0 7px;font-size:20px}.panel-heading p,.muted-inline{margin:0;color:var(--muted);font-size:13px}.muted-inline{display:inline-flex;align-items:center;gap:6px}.shortcut-grid{display:grid;grid-template-columns:repeat(4,minmax(160px,1fr));gap:18px}.shortcut-card{min-height:92px;display:flex;align-items:center;gap:14px;padding:22px;border:1px solid var(--line);border-radius:18px;color:var(--blue);background:#f7fbff;font-weight:700}.admin-form-grid,.media-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.46fr);gap:28px;align-items:start}.field{display:grid;gap:10px;color:var(--ink);font-weight:700;font-size:13px}.field+.field{margin-top:18px}.field input,.field textarea,.field select,.table-select{width:100%;border:1px solid rgba(191,217,255,.95);border-radius:18px;outline:0;color:var(--ink);background-color:#f8fbffdb;box-shadow:inset 0 1px #ffffffb8}.field input,.field select,.table-select{height:48px;padding:0 18px}.field select,.table-select,.media-bulk-actions select{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding-right:52px;background-image:url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.75 7.25L9 11.5L13.25 7.25' stroke='%23506686' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-position:calc(100% - 19px) 50%;background-size:18px 18px;background-repeat:no-repeat;cursor:pointer}.field textarea{min-height:96px;resize:vertical;padding:14px;line-height:1.6}.field input:focus,.field textarea:focus,.field select:focus,.table-select:focus{border-color:var(--blue);background-color:#fff;box-shadow:0 0 0 4px #146bf21f,0 12px 28px #146bf214}.field select:hover,.table-select:hover,.media-bulk-actions select:hover{border-color:#629fffcc;background-color:#fff}.field select:disabled,.table-select:disabled,.media-bulk-actions select:disabled{cursor:not-allowed;opacity:.58;background-color:#f4f8fd}.field select option,.table-select option,.media-bulk-actions select option{color:var(--ink);background:#fff;font-weight:500}.admin-select{position:relative;width:100%}.admin-select__button{width:100%;height:48px;display:inline-flex;align-items:center;justify-content:space-between;gap:14px;border:1px solid rgba(191,217,255,.95);border-radius:18px;padding:0 16px 0 18px;color:var(--ink);background:#f8fbffe6;box-shadow:inset 0 1px #ffffffbd;font-weight:650;cursor:pointer}.admin-select__button span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.admin-select__button svg{flex:0 0 auto;color:#506686;transition:transform .18s ease}.admin-select.is-open .admin-select__button{border-color:var(--blue);background:#fff;box-shadow:0 0 0 4px #146bf21f,0 12px 28px #146bf214}.admin-select.is-open .admin-select__button svg{transform:rotate(180deg)}.admin-select.is-disabled{opacity:.58}.admin-select.is-disabled .admin-select__button{cursor:not-allowed}.admin-select__menu{position:absolute;left:0;right:0;top:calc(100% + 8px);z-index:1500;display:grid;gap:4px;max-height:260px;overflow:auto;padding:8px;border:1px solid rgba(191,217,255,.95);border-radius:18px;background:#fffffff5;box-shadow:0 22px 54px #08214d29;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.admin-select__menu button{min-height:40px;display:flex;align-items:center;justify-content:space-between;gap:10px;border:0;border-radius:12px;padding:0 12px;color:var(--ink);background:transparent;font-weight:600;cursor:pointer;text-align:left}.admin-select__menu button:hover{color:var(--blue);background:#edf6ff}.admin-select__menu button.is-selected{color:#fff;background:var(--blue)}.admin-select__menu button.is-selected svg{color:#fff}.admin-select--pill .admin-select__button{height:44px;border-radius:999px;font-weight:600}.media-move-select{width:176px}.admin-table .admin-select{min-width:132px;max-width:180px}.admin-table .admin-select__menu{min-width:150px}.field--wide{grid-column:span 2}.field--full{grid-column:1 / -1}.field--small{min-width:120px}.form-actions,.inline-form__actions{display:flex;align-items:center;justify-content:flex-end;gap:14px;margin-top:22px}.primary-button,.ghost-button,.danger-button,.upload-button{position:relative;min-height:42px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;border-radius:999px;padding:0 22px;font-weight:700;cursor:pointer}.admin-shell :where(.primary-button,.ghost-button,.danger-button,.upload-button,.preview-button,.editor-actions__button,.table-actions a,.table-action-button,.about-file-delete,.about-media-item,.home-admin-switch,.admin-user,.icon-button,.segmented button,.rich-editor__toolbar button){position:relative}.admin-shell :where(.primary-button,.ghost-button,.danger-button,.upload-button,.preview-button,.editor-actions__button,.table-actions a,.table-action-button,.about-file-delete,.about-media-item,.home-admin-switch,.admin-user,.icon-button,.segmented button,.rich-editor__toolbar button):focus-visible{outline:0;transform:translateY(-1px) scale(1.02);box-shadow:0 0 0 4px #146bf224,0 14px 26px #146bf22e}.admin-shell :where(.primary-button,.ghost-button,.danger-button,.upload-button,.preview-button,.editor-actions__button,.table-actions a,.table-action-button,.about-file-delete,.about-media-item,.home-admin-switch,.admin-user,.icon-button,.segmented button,.rich-editor__toolbar button):focus-visible:after{content:"已聚焦";position:absolute;left:50%;bottom:calc(100% + 8px);z-index:20;min-width:max-content;padding:5px 10px;border:1px solid rgba(133,182,255,.55);border-radius:999px;color:#146bf2;background:#ffffffe0;box-shadow:0 10px 24px #146bf229;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);font-size:12px;font-weight:800;line-height:1;pointer-events:none;transform:translate(-50%);animation:admin-focus-bubble .22s ease-out both}.admin-shell :where(.primary-button,.ghost-button,.danger-button,.upload-button,.preview-button,.editor-actions__button,.table-actions a,.table-action-button,.about-file-delete,.about-media-item,.home-admin-switch,.admin-user,.icon-button,.segmented button,.rich-editor__toolbar button):focus-visible:before{content:"";position:absolute;left:50%;bottom:calc(100% + 4px);z-index:21;width:8px;height:8px;border-right:1px solid rgba(133,182,255,.55);border-bottom:1px solid rgba(133,182,255,.55);background:#ffffffe0;pointer-events:none;transform:translate(-50%) rotate(45deg);animation:admin-focus-bubble .22s ease-out both}@keyframes admin-focus-bubble{0%{opacity:0;translate:0 6px}to{opacity:1;translate:0 0}}.primary-button{color:#fff;background:var(--blue);box-shadow:0 12px 24px #146bf238}.primary-button--wide{width:100%}.admin-settings-button{min-width:134px;min-height:46px;padding:0 24px;font-weight:500;white-space:nowrap}.admin-settings-button svg{flex:0 0 auto}.admin-create-button{margin-left:auto}.admin-create-actions{grid-column:-2 / -1;justify-self:stretch;justify-content:flex-end;margin-top:0}.self-settings{padding-bottom:24px}.self-settings__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.self-settings-card{min-height:320px}.self-settings-card--wide{min-height:auto}.self-brand-card{grid-column:1 / -1;min-height:auto}.self-brand-preview{min-height:96px;display:flex;align-items:center;padding:24px;border-radius:20px;background:var(--sidebar);box-shadow:inset 0 1px #ffffff0a}.self-brand-preview .admin-logo{max-width:100%;margin:0;color:#fff}.self-brand-fields{display:grid;grid-template-columns:minmax(240px,1fr) minmax(160px,.42fr);gap:16px;align-items:end;margin-top:18px}.self-settings-kicker{display:inline-flex;align-items:center;gap:8px;margin-bottom:10px;color:var(--blue);font-size:13px;font-weight:800}.self-page-list{display:grid;gap:12px}.self-toggle-row{min-height:62px;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:12px 14px;border:1px solid rgba(191,217,255,.72);border-radius:18px;background:#f8fbffdb}.self-toggle-row--soft{margin-top:16px}.self-toggle-row strong,.self-toggle-row span{display:block}.self-toggle-row strong{margin-bottom:5px;font-size:15px}.self-toggle-row span{color:var(--muted);font-size:12px;line-height:1.45}.self-settings-fields,.self-appearance-grid{display:grid;grid-template-columns:repeat(3,minmax(160px,1fr));gap:16px;align-items:end}.self-appearance-grid{grid-template-columns:130px 130px minmax(150px,.8fr) minmax(180px,1fr)}.self-settings .field textarea{min-height:136px;line-height:1.55}.self-settings .field input[type=color]{height:48px;padding:6px;cursor:pointer}.self-checks{display:flex;align-items:center;flex-wrap:wrap;gap:14px;margin-top:18px}.self-checks label{min-height:42px;display:inline-flex;align-items:center;gap:8px;padding:0 16px;border:1px solid rgba(191,217,255,.82);border-radius:999px;color:var(--ink);background:#f7fbff;font-size:13px;font-weight:700}.self-checks input{width:16px;height:16px;accent-color:var(--blue)}.self-settings-actions{grid-column:1 / -1;display:flex;justify-content:flex-end;padding:4px 0 0}.self-settings-actions .primary-button{min-width:156px;min-height:46px;font-weight:500}.self-password-card{padding:28px 30px}.self-password-card .self-settings-fields{grid-template-columns:minmax(180px,.9fr) repeat(3,minmax(180px,1fr)) auto}:root[data-admin-density=compact] .admin-content{padding-top:28px;padding-bottom:28px}:root[data-admin-density=compact] .admin-stack,:root[data-admin-density=compact] .self-settings__grid{gap:20px}:root[data-admin-density=spacious] .admin-content{padding-top:52px;padding-bottom:52px}:root[data-admin-density=spacious] .admin-stack,:root[data-admin-density=spacious] .self-settings__grid{gap:34px}.sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.home-admin-form{display:grid;grid-template-columns:repeat(2,minmax(0,510px));align-items:stretch;justify-content:center;gap:30px}.home-admin-card{min-height:730px;display:flex;flex-direction:column;justify-content:space-between;padding:30px;border:0;border-radius:24px;background:#fff;box-shadow:var(--admin-shadow)}.home-admin-section h2{margin:0 0 8px;color:var(--ink);font-size:20px;line-height:1.2;font-weight:800}.home-admin-section p{margin:0 0 28px;color:var(--muted);font-size:12px;line-height:1.5}.home-admin-section--product{margin-top:26px}.home-admin-section--nav-buttons{margin-top:30px}.home-admin-card-title-row{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}.home-admin-card-title-row--switch{align-items:center;justify-content:flex-start;gap:18px;margin-bottom:8px}.home-admin-card-title-row--switch h2,.home-admin-card-title-row--switch p{margin-bottom:0}.home-admin-card-title-row--switch+.home-admin-field{margin-top:28px}.home-admin-field{margin-top:0;color:var(--muted);font-size:13px;font-weight:600}.home-admin-field+.home-admin-field,.home-admin-upload-block+.home-admin-section,.home-admin-section .home-admin-field+.home-admin-upload-block{margin-top:24px}.home-admin-field input,.home-admin-field textarea{border-color:var(--line);background:#fff}.home-admin-field input{height:46px;padding:0 18px}.home-admin-field textarea{min-height:80px;resize:none;padding:14px 18px}.home-admin-label{display:block;margin-bottom:12px;color:var(--muted);font-size:13px;font-weight:600}.home-admin-upload-row{display:flex;align-items:center;gap:12px}.home-admin-upload-row--qr{margin-top:20px}.home-admin-upload-tile,.home-admin-preview{width:78px;height:78px;flex:0 0 auto;display:grid;place-items:center;border:1px solid var(--line);color:#629fff;background:#f0f6ff}.home-admin-upload-tile{cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.home-admin-upload-tile:hover,.home-admin-upload-tile:focus-within{transform:translateY(-2px);border-color:var(--blue-soft);box-shadow:0 10px 20px #146bf21f}.home-admin-preview{overflow:hidden;background:#e9e9e9}.home-admin-preview img{width:100%;height:100%;object-fit:cover}.home-admin-upload-name{color:var(--ink);font-size:14px;line-height:1.45}.home-admin-switch-line{display:flex;align-items:center;gap:20px;margin:4px 0 28px;color:var(--muted);font-size:13px;font-weight:600}.home-admin-switch{width:48px;height:26px;display:inline-flex;align-items:center;justify-content:flex-start;padding:4px;border:0;border-radius:999px;background:#d7e5f5;cursor:pointer;transition:background .2s ease,box-shadow .2s ease}.home-admin-switch span{width:18px;height:18px;border-radius:999px;background:#fff;box-shadow:0 2px 6px #08214d29;transition:transform .2s ease}.home-admin-switch.is-on{background:var(--blue)}.home-admin-switch.is-on span{transform:translate(22px)}.home-admin-switch:focus-visible{outline:3px solid rgba(98,159,255,.34);outline-offset:4px}.home-admin-actions{min-height:44px;display:flex;align-items:center;justify-content:flex-end;gap:12px;margin-top:28px}.home-admin-save{width:150px;min-height:44px;padding:0 20px}.primary-button:disabled{cursor:wait;opacity:.68}.ghost-button,.upload-button{border:1px solid var(--line);color:var(--blue);background:#f0faff}.media-upload-button{min-width:128px;min-height:46px;padding:0 24px;border-color:#bfd9fff2;color:#1967f2;background:#f0f8ffbd;box-shadow:0 12px 26px #6389c624;font-weight:500;white-space:nowrap}.media-upload-button svg{flex:0 0 auto}.media-upload-progress{padding:10px 14px;margin-bottom:12px;border-radius:10px;background:#f0f7ff;border:1px solid #d0e4ff}.media-upload-progress__bar{width:100%;height:6px;border-radius:3px;background:#e0ecff;overflow:hidden}.media-upload-progress__fill{height:100%;border-radius:3px;background:linear-gradient(90deg,#3b82f6,#60a5fa);transition:width .3s ease}.media-upload-progress__text{display:block;margin-top:6px;font-size:12px;color:#1967f2;font-weight:500}.danger-button{color:#d92d20;background:#fff1f0}.success-text{color:var(--green);font-size:13px;font-weight:800}.admin-toast-layer{position:fixed;top:24px;right:28px;z-index:1200;pointer-events:none}.admin-toast{min-width:190px;max-width:min(360px,calc(100vw - 40px));display:inline-flex;align-items:center;gap:10px;padding:13px 18px;border:1px solid rgba(191,217,255,.9);border-radius:999px;color:#102039;background:#ffffffc7;box-shadow:0 18px 48px #6389c638;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);font-size:14px;font-weight:700;line-height:1.35;animation:admin-toast-pop .22s ease-out}.admin-toast__dot{width:8px;height:8px;flex:0 0 auto;border-radius:999px;background:#0fb88f;box-shadow:0 0 0 5px #0fb88f1f}.admin-toast--error .admin-toast__dot{background:#ff4d5e;box-shadow:0 0 0 5px #ff4d5e1f}.admin-toast--info .admin-toast__dot{background:#1967f2;box-shadow:0 0 0 5px #1967f21f}.image-import-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1150;display:grid;place-items:center;padding:28px;background:#10203929;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.image-import-modal__card{width:min(720px,100%);max-height:min(760px,calc(100vh - 56px));display:flex;flex-direction:column;gap:22px;padding:28px;border:1px solid rgba(191,217,255,.92);border-radius:28px;background:#ffffffe6;box-shadow:0 26px 80px #6389c647;overflow:hidden}.image-import-modal__header,.image-import-modal__subhead{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.image-import-modal__header h2{margin:0 0 8px;color:var(--ink);font-size:24px}.image-import-modal__header p,.image-import-modal__subhead small{margin:0;color:var(--muted);font-size:14px}.image-import-modal__actions{display:grid;grid-template-columns:1fr}.image-import-modal__local{height:74px;display:inline-flex;align-items:center;justify-content:center;gap:10px;border:1px dashed rgba(105,158,255,.72);border-radius:18px;color:#1967f2;background:#f0f6ffb8;font-size:16px;font-weight:800;cursor:pointer}.image-import-modal__library{min-height:0;display:flex;flex-direction:column;gap:14px}.image-import-modal__subhead span{color:var(--ink);font-size:16px;font-weight:800}.image-import-modal__grid{min-height:180px;overflow:auto;display:grid;grid-template-columns:repeat(auto-fill,minmax(132px,1fr));gap:14px;padding-right:4px}.image-import-modal__item{min-width:0;display:grid;gap:8px;border:1px solid rgba(191,217,255,.86);border-radius:16px;padding:10px;background:#ffffffc2;color:var(--ink);cursor:pointer;text-align:left}.image-import-modal__item span{aspect-ratio:1;border-radius:12px;overflow:hidden;background:#f0f5ff}.image-import-modal__item img{width:100%;height:100%;display:block;object-fit:cover}.image-import-modal__item strong{overflow:hidden;color:var(--muted);font-size:12px;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.image-import-modal__empty{min-height:180px;grid-column:1 / -1;display:grid;place-items:center;gap:8px;border:1px dashed rgba(191,217,255,.86);border-radius:18px;color:var(--muted);background:#ffffff8f;font-weight:700}@keyframes admin-toast-pop{0%{opacity:0;transform:translateY(-8px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.inline-form,.detail-editor-form__grid{display:grid;grid-template-columns:minmax(180px,1fr) minmax(240px,1.4fr) minmax(240px,1.4fr) 120px 120px auto;gap:16px;align-items:end}.detail-editor-form{display:grid;gap:20px}.detail-editor-form__grid{grid-template-columns:minmax(160px,.7fr) minmax(260px,1fr) 120px 120px}.about-manager{width:100%;max-width:none}.about-manager-panel{min-height:740px;padding:34px;border-radius:28px}.about-form-grid{display:grid;grid-template-columns:300px 110px minmax(320px,1fr) 110px;gap:30px;align-items:end;margin-bottom:28px}.about-title-field input,.about-subtitle-field input,.about-status-field select{height:48px;background:#fbfdff}.about-heading-switch-field{align-content:end}.about-heading-switch-field .home-admin-switch{margin-top:2px}.about-file-row{min-height:48px;display:grid;grid-template-columns:48px minmax(0,1fr) auto;align-items:center;gap:10px}.about-file-upload{width:48px;height:48px;display:grid;place-items:center;border:1px solid var(--line);border-radius:14px;color:var(--blue);background:#f0faff;cursor:pointer}.about-file-copy{min-width:0;display:grid;gap:3px}.about-file-copy strong{color:var(--ink);font-size:14px}.about-file-copy span,.about-file-copy a{overflow:hidden;color:#999;font-size:12px;font-weight:600;text-overflow:ellipsis;white-space:nowrap}.about-file-copy a{color:var(--blue)}.about-file-delete{display:inline-flex;align-items:center;gap:5px;border:0;color:#ff5630;background:transparent;font-size:13px;font-weight:800;cursor:pointer}.about-rich-field{margin-top:0!important}.about-media-source{margin-top:20px;padding:18px;border:1px solid var(--line);border-radius:18px;background:#fbfdff}.about-media-source__head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:14px}.about-media-source__head strong,.about-media-source__head span{display:block}.about-media-source__head span{margin-top:5px;color:var(--muted);font-size:12px}.about-media-source__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.about-media-item{min-width:0;display:grid;gap:8px;border:1px solid transparent;border-radius:14px;padding:8px;color:var(--ink);background:#fff;cursor:pointer;text-align:left}.about-media-item:hover{border-color:var(--blue);background:#f0faff}.about-media-item__thumb{height:70px;display:grid;place-items:center;overflow:hidden;border-radius:10px;color:var(--blue);background:#e8f3ff}.about-media-item__thumb img{width:100%;height:100%;object-fit:cover}.about-media-item__name{overflow:hidden;color:var(--muted);font-size:12px;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.about-media-empty{grid-column:1 / -1;min-height:92px;display:grid;place-items:center;gap:8px;color:var(--muted)}.about-editor-actions{position:fixed;left:max(300px,calc(300px + (100vw - 1700px)/2));right:max(40px,calc((100vw - 1700px)/2 + 40px));bottom:24px;z-index:60;display:flex;align-items:center;justify-content:flex-end;gap:36px;margin-top:0;padding:18px 24px;border:1px solid rgba(191,217,255,.86);border-radius:28px;background:#ffffffd6;box-shadow:0 22px 54px #08214d29;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.about-editor-actions .ghost-button,.about-editor-actions .preview-button,.about-editor-actions .primary-button{min-width:128px;min-height:46px}.table-wrap{overflow-x:auto}.admin-table{width:100%;min-width:760px;border-collapse:collapse}.admin-table th{color:var(--muted);font-size:14px;text-align:left;padding:0 10px 18px}.admin-table td{border-top:1px solid rgba(209,227,245,.9);padding:14px 10px;vertical-align:middle}.admin-table td strong{display:block;margin-bottom:8px;font-size:16px}.admin-table td span{display:block;color:var(--muted);font-size:12px}.thumb{width:54px;height:54px;border-radius:14px;object-fit:cover}.status-pill{min-width:66px;min-height:28px;border:0;border-radius:999px;padding:0 15px;font-size:12px;font-weight:800;cursor:pointer}.status-pill.is-green{color:var(--green);background:#e5fff5}.status-pill.is-orange{color:var(--orange);background:#fff2e0}.table-actions{display:flex;align-items:center;gap:14px;flex-wrap:wrap}.table-actions a,.table-actions button,.table-action-button{display:inline-flex;align-items:center;gap:5px;border:0;color:var(--blue);background:transparent;font-weight:700;cursor:pointer}.danger-link{color:#d92d20!important}.block-list{display:grid;gap:14px}.block-row{display:grid;grid-template-columns:110px minmax(0,1fr) auto;gap:18px;align-items:center;padding:16px;border:1px solid var(--line);border-radius:18px;background:#f8fbff}.block-row__preview{width:110px;height:76px;display:grid;place-items:center;overflow:hidden;border-radius:14px;color:var(--blue);background:#edf6ff;font-weight:800}.block-row__preview img{width:100%;height:100%;object-fit:cover}.block-row__body strong{display:block;margin-bottom:6px}.block-row__body span,.block-row__body p{margin:0;color:var(--muted);font-size:13px}.detail-page-editor-panel{padding:34px;border-radius:28px}.detail-page-editor-panel,.about-manager-panel{padding-bottom:126px}.detail-page-editor__title{margin-bottom:30px}.detail-page-editor__title input{height:52px;border-radius:14px;background:#fbfdff;font-size:15px}.detail-page-editor__content{gap:14px}.rich-editor{overflow:visible;border:1px solid var(--line);border-radius:16px;background:#fff}.rich-editor.is-fullscreen{position:fixed;top:24px;right:24px;bottom:24px;left:24px;z-index:1000;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 26px 68px #08214d38}.rich-editor.is-fullscreen .rich-editor__canvas{flex:1;min-height:0!important;overflow:auto}.rich-editor__toolbar{position:sticky;top:80px;z-index:45;display:flex;align-items:center;justify-content:space-between;gap:14px;min-height:50px;padding:9px 16px;border-bottom:1px solid var(--line);background:#eef8fff0;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);box-shadow:0 10px 24px #6389c61a;border-radius:16px 16px 0 0}.rich-editor.is-fullscreen .rich-editor__toolbar{top:0}.rich-editor__element-tools{position:sticky;top:148px;z-index:44;display:flex;align-items:center;flex-wrap:wrap;gap:10px;padding:10px 16px;border-bottom:1px solid rgba(191,217,255,.74);background:#fffffff0;box-shadow:0 12px 28px #6389c61a;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);visibility:hidden;opacity:0;pointer-events:none;transition:opacity .2s ease,visibility 0s .2s ease}.rich-editor__element-tools.is-visible{visibility:visible;opacity:1;pointer-events:auto;transition:opacity .2s ease,visibility 0s 0s ease}.rich-editor.is-fullscreen .rich-editor__element-tools{top:68px}.rich-editor__element-label{min-height:32px;display:inline-flex;align-items:center;border-radius:999px;padding:0 14px;color:#315a95;background:#e4f1ffeb;font-size:13px;font-weight:700}.rich-editor__element-tools button{min-height:32px;display:inline-flex;align-items:center;justify-content:center;gap:6px;border:1px solid rgba(191,217,255,.9);border-radius:999px;padding:0 12px;color:var(--blue);background:#f6fbffeb;font-size:13px;font-weight:700;cursor:pointer;transition:border-color .2s ease,background .2s ease,transform .2s ease}.rich-editor__element-tools button:hover{border-color:#146bf261;background:#ebf5fffa;transform:translateY(-1px)}.rich-editor__element-tools button.is-danger{border-color:#ffcfcff2;color:#e82929;background:#ffefeff0}.rich-editor__toolbar-main{display:flex;align-items:center;flex-wrap:wrap;gap:10px}.rich-editor__toolbar-divider{width:1px;height:22px;background:#146bf22e}.rich-editor__align-group{display:inline-flex;align-items:center;gap:4px}.rich-editor__toolbar button{min-width:28px;height:30px;display:inline-flex;align-items:center;justify-content:center;gap:5px;border:1px solid transparent;border-radius:8px;padding:0 4px;color:var(--blue);background:transparent;font-size:13px;font-weight:800;cursor:pointer}.rich-editor__toolbar button:disabled{cursor:wait;opacity:.55}.rich-editor__toolbar button:hover:not(:disabled){border-color:var(--line);background:#fff}.rich-editor__toolbar .rich-editor__fullscreen{min-width:70px}.rich-editor__toolbar .is-italic{font-style:italic}.rich-editor__canvas{padding:42px;outline:0;line-height:1.7;border-radius:0 0 16px 16px;background:#fff;caret-color:#146bf2}.rich-editor__canvas img,.rich-editor__canvas video{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-drag:none;user-drag:none;cursor:pointer}.rich-editor__canvas figure,.rich-editor__canvas table{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.rich-editor__canvas::selection,.rich-editor__canvas *::selection{background:#146bf22e;color:inherit}.rich-editor__canvas figure::selection,.rich-editor__canvas img::selection,.rich-editor__canvas video::selection,.rich-editor__canvas table::selection{background:transparent}.rich-editor__canvas:empty:before{content:attr(data-placeholder);color:#9eb1cb}.rich-editor__canvas h1,.rich-display h1{margin:0 0 18px;font-size:30px;line-height:1.25}.rich-editor__canvas h2,.rich-display h2{margin:26px 0 14px;font-size:24px;line-height:1.3}.rich-editor__canvas p,.rich-display p{margin:0 0 16px;color:var(--muted)}.rich-editor__canvas figure,.rich-display figure{margin:26px 0 0}.rich-editor__canvas figure+figure,.rich-display figure+figure,.rich-editor__canvas img+img,.rich-display img+img,.rich-editor__canvas .rich-media-block+.rich-media-block,.rich-display .rich-media-block+.rich-media-block,.rich-display .rich-media-block+img,.rich-display img+.rich-media-block,.rich-display video+.rich-media-block,.rich-display .rich-media-block+video{margin-top:0}.rich-editor__canvas figure img,.rich-editor__canvas figure video,.rich-display figure img,.rich-display figure video{margin:0}.rich-editor__canvas figcaption,.rich-display figcaption{padding-top:10px;color:var(--muted);font-size:13px}.rich-editor__canvas img,.rich-display img{width:100%;max-width:100%;display:block;margin:26px 0 0;border-radius:0;background:#eee}.rich-editor__canvas video,.rich-display video{width:100%;max-width:100%;display:block;margin:26px 0 0;border-radius:0;background:#eee}.rich-editor__canvas iframe,.rich-display iframe{width:100%;aspect-ratio:16 / 9;margin:26px 0 0;border:0;border-radius:0;background:#eef3fb}.rich-editor__canvas table,.rich-display table{width:100%;margin:24px 0;border-collapse:collapse;overflow:hidden;border-radius:12px}.rich-editor__canvas .is-rich-selected{position:relative;outline:2px solid rgba(20,107,242,.58)!important;outline-offset:4px;box-shadow:0 0 0 4px #146bf214!important;border-radius:14px;background:transparent!important}.rich-editor__canvas .is-rich-selected *{outline:none!important;box-shadow:none!important;background:transparent!important}.rich-editor__canvas .rich-media-block.is-rich-selected{border-radius:14px;overflow:visible}.rich-editor__canvas .rich-media-block.is-rich-selected img{outline:none!important;box-shadow:none!important;border-radius:12px}.rich-editor__canvas :is(img,video,iframe).is-rich-selected{position:relative;outline:3px solid #146bf2!important;outline-offset:4px;box-shadow:0 0 0 5px #146bf21f!important;border-radius:12px}.rich-editor__canvas th,.rich-editor__canvas td,.rich-display th,.rich-display td{border:1px solid var(--line);padding:12px 14px;text-align:left}.rich-editor__canvas th,.rich-display th{background:#eef8ff;color:var(--blue)}.rich-editor__canvas .rich-custom-module,.rich-display .rich-custom-module{width:100%;max-width:100%;display:grid;gap:20px;margin:26px 0 0;box-sizing:border-box}.rich-editor__canvas .rich-custom-module{min-width:min(360px,100%);padding:18px;border:1px dashed rgba(20,107,242,.45);border-radius:18px;background:#f8fbff;overflow:auto;resize:horizontal}.rich-editor__canvas .about-rich{width:100%;max-width:100%;display:block}.rich-editor__canvas .about-rich>*,.rich-editor__canvas .rich-media-block:has(.rich-custom-module){width:100%;max-width:100%}.rich-editor__canvas .rich-media-block:has(.rich-custom-module){display:block;margin-top:0}.rich-editor__canvas .rich-media-block:has(.rich-custom-module)>.rich-custom-module{margin-top:0}.rich-editor__canvas .rich-custom-module--split,.rich-display .rich-custom-module--split{grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch}.rich-editor__canvas .rich-custom-module__cell,.rich-display .rich-custom-module__cell{min-width:0}.rich-editor__canvas .rich-custom-module__cell{min-height:150px;width:100%;max-width:100%;padding:18px;border:1px solid var(--line);border-radius:14px;outline:0;background:#fff}.rich-editor__canvas .rich-custom-module__cell:focus,.rich-editor__canvas .rich-custom-module__cell:focus-within{border-color:var(--blue);box-shadow:0 0 0 3px #146bf21a}.rich-editor__canvas .rich-custom-module__cell:before{content:attr(data-label);display:block;margin-bottom:10px;color:var(--blue);font-size:12px;font-weight:800;pointer-events:none}.rich-editor__canvas .rich-custom-module__cell>:first-child,.rich-display .rich-custom-module__cell>:first-child{margin-top:0}.rich-editor__canvas .rich-custom-module__cell>:last-child,.rich-display .rich-custom-module__cell>:last-child{margin-bottom:0}.rich-editor__canvas .rich-custom-module img,.rich-editor__canvas .rich-custom-module video,.rich-display .rich-custom-module img,.rich-display .rich-custom-module video{margin-top:12px}.editor-actions{position:fixed;left:max(300px,calc(300px + (100vw - 1700px)/2));right:max(40px,calc((100vw - 1700px)/2 + 40px));bottom:24px;z-index:60;display:flex;align-items:center;justify-content:flex-end;gap:36px;margin-top:0;padding:18px 24px;border:1px solid rgba(191,217,255,.86);border-radius:28px;background:#ffffffd6;box-shadow:0 22px 54px #08214d29;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.editor-actions__button{min-width:128px;min-height:46px}.preview-button{min-height:42px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;border-radius:999px;padding:0 24px;color:#fff;background:var(--green);box-shadow:0 12px 24px #0fb88f33;font-weight:800;cursor:pointer}.preview-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1100;display:grid;place-items:center;padding:32px;background:#0814267a;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.preview-modal__card{width:min(1040px,100%);max-height:min(860px,90vh);display:grid;grid-template-rows:auto minmax(0,1fr);overflow:hidden;border:1px solid var(--line);border-radius:24px;background:#fff;box-shadow:0 26px 80px #08214d3d}.preview-modal__header{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:22px 28px;border-bottom:1px solid var(--line);background:#fbfdff}.preview-modal__header span{display:block;margin-bottom:4px;color:var(--blue);font-size:12px;font-weight:800}.preview-modal__header h2{margin:0;font-size:22px}.preview-modal__body{overflow:auto;padding:34px}.detail-editor-preview{color:var(--ink)}.media-manager-body{display:grid;grid-template-columns:minmax(210px,250px) minmax(0,1fr);gap:26px;align-items:start}.media-groups{min-width:0;display:flex;flex-direction:column;gap:8px;padding:16px;border:1px solid rgba(191,217,255,.82);border-radius:20px;background:#ffffff9e;overflow:hidden}.media-groups__head,.media-group-row,.media-groups>button,.media-group-row>button:first-child{display:flex;align-items:center}.media-groups__head{justify-content:space-between;margin-bottom:8px}.media-groups__head strong{color:var(--ink);font-size:16px}.media-groups button,.media-group-row button{min-width:0;border:0;border-radius:12px;color:var(--muted);background:transparent;cursor:pointer}.media-groups__head button,.media-group-row>button:not(:first-child){width:28px;height:28px;flex:0 0 auto;display:grid;place-items:center}.media-group-static,.media-group-row>button:first-child{min-width:0;flex:1 1 auto;gap:8px;min-height:42px;padding:0 10px;text-align:left}.media-group-row{min-width:0;width:100%;gap:2px;border-radius:14px;padding-left:calc(var(--group-depth, 0) * 16px)}.media-group-row>button:first-child{padding-left:10px}.media-groups button span,.media-group-row button span{min-width:0;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.media-groups button small,.media-group-row button small{color:#8aa0c3;font-weight:700}.media-group-static.is-active,.media-group-row.is-active{color:var(--blue);background:#e8f2ffe6}.media-group-row.is-active>button:first-child,.media-group-row.is-active>button:not(:first-child){color:var(--blue)}.media-resources{min-width:0}.media-filter-line{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.media-current-group{color:var(--muted);font-size:13px;font-weight:700}.media-grid{display:grid;grid-template-columns:repeat(4,minmax(120px,1fr));gap:18px;margin-top:18px}.media-bulk-actions{display:flex;align-items:center;flex-wrap:wrap;gap:16px;margin:18px 0 6px}.media-bulk-actions span{color:var(--muted);font-size:13px;font-weight:700}.media-bulk-actions .ghost-button,.media-bulk-actions .danger-button{min-height:42px;padding:0 22px}.media-bulk-actions select{min-width:176px;height:44px;border:1px solid rgba(191,217,255,.95);border-radius:999px;padding-left:18px;color:var(--muted);background-color:#ffffffe6;box-shadow:inset 0 1px #ffffffb8,0 8px 18px #6389c614;font-weight:600}.segmented{display:flex;gap:14px;margin-bottom:14px}.segmented button{height:42px;min-width:86px;border:1px solid var(--line);border-radius:999px;color:var(--muted);background:#fff;font-weight:600;cursor:pointer}.segmented button.is-active{color:#fff;border-color:var(--blue);background:var(--blue)}.media-card{position:relative;min-width:0;display:grid;gap:10px;border:1px solid transparent;border-radius:16px;padding:10px;background:transparent;text-align:left;cursor:pointer}.media-card.is-active{border-color:var(--blue);background:#f0faff}.media-card.is-selected{border-color:var(--blue-soft);background:#f5fbff}.media-card__check{position:absolute;right:8px;top:8px;z-index:1;width:28px;height:28px;display:grid;place-items:center;border:1px solid rgba(205,226,255,.9);border-radius:999px;background:#ffffffd1;box-shadow:0 8px 18px #08214d14}.media-card__check input{width:16px;height:16px;accent-color:var(--blue);cursor:pointer}.media-card__thumb{height:92px;display:grid;place-items:center;overflow:hidden;border-radius:14px;color:var(--blue);background:#e8f3ff}.media-card__thumb img,.selected-preview img{width:100%;height:100%;object-fit:cover}.media-card strong{overflow:hidden;color:var(--ink);font-size:13px;text-overflow:ellipsis;white-space:nowrap}.media-card span{color:var(--muted);font-size:12px}.media-detail{position:sticky;top:104px}.selected-preview{height:150px;display:grid;place-items:center;overflow:hidden;border-radius:16px;color:var(--blue);background:#e8f3ff;margin-bottom:22px}.profile-row{display:grid;grid-template-columns:320px minmax(0,1fr);gap:28px}.profile-card,.password-card{min-height:180px;border-radius:24px;padding:30px}.profile-card{display:flex;align-items:center;gap:22px}.avatar{width:72px;height:72px;display:grid;place-items:center;border-radius:50%;color:#fff;background:linear-gradient(135deg,var(--blue),#72d2ff);font-size:28px;font-weight:800}.profile-card h2{margin:0 0 8px}.profile-card p{margin:0;color:var(--muted)}.password-card{display:grid;grid-template-columns:repeat(2,minmax(180px,1fr)) auto;gap:16px;align-items:end}@media(max-width:980px){.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:1180px){.about-section{max-width:980px}.about-section--figma{max-width:none}.admin-shell{grid-template-columns:220px 1fr}.admin-sidebar{padding:28px 16px}.about-editor-actions,.editor-actions{left:max(244px,calc(244px + (100vw - 1660px)/2));right:max(24px,calc((100vw - 1660px)/2 + 24px))}.admin-content,.admin-header{padding-left:24px;padding-right:24px}.home-admin-form{grid-template-columns:1fr}.home-admin-card{min-height:auto}.inline-form{grid-template-columns:repeat(2,minmax(180px,1fr))}.admin-create-actions{grid-column:1 / -1}.detail-editor-form__grid,.about-form-grid,.admin-form-grid,.media-layout,.profile-row,.password-card{grid-template-columns:1fr}.about-manager{max-width:none}.about-media-source__grid{grid-template-columns:repeat(3,minmax(0,1fr))}.rich-display.about-card--figma .rich-custom-module--split{grid-template-columns:minmax(220px,.9fr) minmax(0,1.1fr);gap:28px}.media-manager-body{grid-template-columns:1fr}.media-groups{grid-template-columns:repeat(2,minmax(0,1fr))}.media-groups__head{grid-column:1 / -1}.self-settings__grid,.self-brand-fields,.self-settings-fields,.self-appearance-grid,.self-password-card .self-settings-fields{grid-template-columns:1fr}.field--wide{grid-column:auto}}@media(max-width:860px){.public-nav{height:auto}.public-nav__inner{min-height:72px;padding:12px 18px;flex-wrap:wrap;gap:12px}.brand{gap:12px;font-size:17px}.brand__logo{width:34px;height:34px}.public-nav__links{width:100%;gap:10px}.nav-pill{flex:1}.site-page{padding-top:124px}.home-section,.about-section,.detail-shell{width:auto;margin:0;padding-left:18px;padding-right:18px}.page-heading h1,.detail-heading h1{font-size:34px}.product-grid{grid-template-columns:1fr;gap:24px}.product-card__cover{aspect-ratio:16 / 9;flex:0 0 auto}.about-rich{grid-template-columns:1fr;gap:26px}.about-heading-row{flex-direction:column;align-items:stretch;margin-bottom:34px}.about-heading-row--compact{margin-bottom:0}.about-download-button{width:min(240px,calc(100vw - 36px))}.about-card{padding:22px;border-radius:24px}.rich-display.about-card--figma{min-height:auto;padding:24px}.rich-display.about-card--figma:has(>.about-rich){grid-template-columns:1fr;gap:28px}.rich-display.about-card--figma .rich-custom-module--split{grid-template-columns:1fr}.rich-display.about-card--figma h2{font-size:28px}.rich-display.about-card--figma p,.rich-display.about-card--figma li{font-size:16px}.rich-editor__canvas .rich-custom-module--split,.rich-display .rich-custom-module--split{grid-template-columns:1fr}.about-media-source__head,.about-editor-actions,.self-settings-actions{align-items:stretch;flex-direction:column}.self-toggle-row{align-items:flex-start}.self-settings-actions .primary-button,.self-password-card .primary-button{width:100%}.about-media-source__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.contact-float{right:10px;bottom:30px;transform:none}.detail-block--text,.detail-block--video{padding:24px}.admin-shell{display:block}.admin-sidebar{position:static;height:auto}.admin-nav{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-header{position:static;flex-direction:column;align-items:flex-start}.rich-editor__toolbar{top:0}.about-editor-actions,.editor-actions{position:static;width:auto;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;margin-top:36px;transform:none}.detail-page-editor-panel,.about-manager-panel{padding-bottom:34px}.admin-header__right{width:100%;justify-content:space-between}.admin-content{padding:22px 16px}.stats-grid,.stats-grid--three,.shortcut-grid,.media-grid,.block-row{grid-template-columns:1fr}.block-row__preview{width:100%;height:160px}.login-card{min-height:auto;padding:44px 28px}}@media(max-width:520px){.pagination{gap:8px;padding:10px 14px}.admin-nav{grid-template-columns:1fr}.table-actions,.form-actions,.inline-form__actions{justify-content:flex-start}.about-file-row,.about-media-source__grid{grid-template-columns:1fr}.about-file-upload{width:100%}}
