:root{font-family:Inter,PingFang SC,Microsoft YaHei,system-ui,sans-serif;color:#171a18;background:#fff;font-synthesis:none;text-rendering:optimizeLegibility;--ink: #171a18;--muted: #70766f;--line: #dde0dc;--soft-line: #eceeeb;--green: #246854;--green-dark: #18503f;--green-soft: #e7f1ed;--orange: #b86432;--red: #ba3c3c;--sidebar: #1c2924;--admin-bg: #f3f5f2;--shadow: 0 16px 48px rgba(21, 32, 27, .13)}*{box-sizing:border-box}html{min-width:320px;background:#fff}body{margin:0;min-width:320px;min-height:100vh}button,input,textarea{font:inherit;letter-spacing:0}button,a,label{-webkit-tap-highlight-color:transparent}button{cursor:pointer}img{display:block;max-width:100%}h1,h2,h3,p{margin:0}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.brand{display:inline-flex;align-items:center;gap:12px;color:var(--ink)}.brand__mark{position:relative;display:grid;grid-template-columns:10px 10px;gap:3px;width:23px;height:28px;overflow:hidden}.brand__mark i{display:block;background:currentColor}.brand__mark i:first-child{height:28px;transform:translateY(7px)}.brand__mark i:last-child{height:28px;transform:translateY(-7px)}.brand__text{display:flex;flex-direction:column;gap:1px}.brand__text strong{font-family:Songti SC,STSong,serif;font-size:20px;line-height:1;font-weight:700}.brand__text small{color:#777c77;font-size:8px;line-height:1;font-weight:700}.brand--compact .brand__text strong{font-size:18px}.brand--inverse{color:#f5f7f4}.brand--inverse .brand__text small{color:#97a79f}.storefront{min-height:100vh;overflow:hidden;background:#fff}.storefront-header,.catalog-intro,.catalog-section,.storefront-footer{width:min(100% - 80px,1440px);margin:0 auto}.storefront-header{height:84px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.storefront-header>p{color:#7d827d;font-size:12px}.catalog-intro{position:relative;display:grid;grid-template-columns:220px minmax(0,1fr) 360px;align-items:end;gap:28px;padding:78px 0 66px}.catalog-intro__index{color:#7c817c;font-size:11px;font-weight:650}.catalog-intro h1{font-family:Songti SC,STSong,serif;font-size:72px;line-height:1;font-weight:700}.catalog-intro__copy{max-width:340px;color:#626862;font-family:Songti SC,STSong,serif;font-size:16px;line-height:1.9}.catalog-section{padding-bottom:112px}.catalog-section__heading{height:53px;display:flex;align-items:flex-start;justify-content:space-between;border-top:1px solid var(--ink);padding-top:14px}.catalog-section__heading h2{font-size:14px;font-weight:650}.catalog-section__heading span{color:#787d78;font-size:12px}.catalog-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));column-gap:22px;row-gap:68px}.product-card{min-width:0;opacity:0;transform:translateY(10px);animation:product-in .56s cubic-bezier(.2,.7,.2,1) forwards;animation-delay:var(--delay)}@keyframes product-in{to{opacity:1;transform:translateY(0)}}.product-card__image-wrap{position:relative;aspect-ratio:4 / 5;overflow:hidden;border-radius:4px;background:#eef0ec}.product-card__image{width:100%;height:100%;object-fit:cover}.product-card__featured{position:absolute;left:12px;bottom:12px;padding:7px 10px;border-radius:2px;color:#fff;background:#19221de0;font-size:10px;font-weight:650;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.product-card__details{min-height:65px;display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding-top:17px}.product-card__category{margin-bottom:6px;color:#8b908b;font-size:10px}.product-card h2{overflow-wrap:anywhere;font-family:Songti SC,STSong,serif;font-size:18px;line-height:1.35;font-weight:700}.product-card__price{flex:0 0 auto;font-size:15px;line-height:1.4;font-weight:650}.product-card__price span{margin-right:2px;font-size:10px}.product-card__subtitle{color:#747a74;font-size:12px;line-height:1.6}.storefront-message{min-height:320px;display:grid;place-items:center;color:#777d77;border-top:1px solid var(--soft-line);font-family:Songti SC,STSong,serif}.product-skeleton__image{aspect-ratio:4 / 5;border-radius:4px;background:#eff1ee;animation:skeleton-pulse 1.2s ease-in-out infinite alternate}.product-skeleton__line{width:60%;height:10px;margin-top:17px;background:#eff1ee}.product-skeleton__line--short{width:36%;margin-top:9px}@keyframes skeleton-pulse{to{background:#e5e8e4}}.storefront-footer{min-height:178px;display:flex;align-items:center;justify-content:space-between;border-top:1px solid var(--line)}.storefront-footer p{color:#737873;font-family:Songti SC,STSong,serif;font-size:13px}.button{min-height:42px;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 17px;border:1px solid transparent;border-radius:6px;font-size:13px;font-weight:650;transition:background-color .16s ease,border-color .16s ease,color .16s ease,transform .16s ease}.button:active:not(:disabled){transform:translateY(1px)}.button:disabled{cursor:not-allowed;opacity:.58}.button--primary{color:#fff;background:var(--green)}.button--primary:hover:not(:disabled){background:var(--green-dark)}.button--secondary{color:#424743;border-color:#d8dcd8;background:#fff}.button--secondary:hover:not(:disabled){border-color:#afb5af}.button--danger{color:#fff;background:var(--red)}.button--danger:hover:not(:disabled){background:#9f2f2f}.icon-button{width:36px;height:36px;flex:0 0 36px;display:inline-grid;place-items:center;padding:0;border:1px solid #dfe3df;border-radius:6px;color:#5d645e;background:#fff;transition:color .16s ease,border-color .16s ease,background .16s ease}.icon-button:hover{color:var(--ink);border-color:#b7bdb8;background:#f8f9f7}.icon-button--danger:hover{color:var(--red);border-color:#e5b9b9;background:#fff7f7}.form-error{margin-top:10px;color:var(--red);font-size:12px;line-height:1.5}.login-page{position:relative;min-height:100vh;display:grid;place-items:center;padding:80px 24px;background:#f1f3f0}.login-page__brand{position:absolute;top:32px;left:40px}.login-panel{width:min(100%,420px);padding:39px 40px 42px;border:1px solid #dde1dc;border-radius:8px;background:#fff;box-shadow:0 20px 50px #1a282214}.login-panel__icon{width:46px;height:46px;display:grid;place-items:center;margin-bottom:28px;border-radius:6px;color:var(--green);background:var(--green-soft)}.login-panel h1{margin-bottom:10px;font-size:25px;line-height:1.25;font-weight:700}.login-panel>p{margin-bottom:30px;color:#747a75;font-size:13px;line-height:1.6}.field-label{display:block;margin-bottom:8px;color:#525853;font-size:12px;font-weight:650}.password-field{position:relative}.password-field input{width:100%;height:45px;padding:0 46px 0 13px;border:1px solid #d7dcd7;border-radius:6px;outline:none;color:var(--ink);background:#fff;font-size:14px}.password-field input:focus{border-color:var(--green);box-shadow:0 0 0 3px #2468541a}.password-field button{position:absolute;right:3px;top:3px;width:39px;height:39px;display:grid;place-items:center;border:0;color:#757b76;background:transparent}.login-submit{width:100%;margin-top:22px;justify-content:space-between}.login-page__footnote{position:absolute;bottom:28px;color:#949a95;font-size:9px}.admin-loading{min-height:100vh;display:grid;place-content:center;justify-items:center;gap:14px;color:#737a74;background:var(--admin-bg);font-size:13px}.admin-loading span{width:25px;height:25px;border:2px solid #d8ded9;border-top-color:var(--green);border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.admin-shell{min-height:100vh;display:grid;grid-template-columns:224px minmax(0,1fr);background:var(--admin-bg)}.admin-sidebar{position:sticky;top:0;height:100vh;display:flex;flex-direction:column;padding:27px 20px 20px;color:#ecf1ed;background:var(--sidebar)}.admin-sidebar nav{display:grid;gap:7px;margin-top:48px}.admin-nav-item,.admin-logout{min-height:43px;display:flex;align-items:center;gap:11px;padding:0 12px;border:0;border-radius:6px;color:#aebbb4;background:transparent;font-size:13px;text-decoration:none}.admin-nav-item--active{color:#fff;background:#2a3b34}.admin-nav-item:hover,.admin-logout:hover{color:#fff;background:#26362f}.admin-logout{width:100%;margin-top:auto;cursor:pointer}.admin-main{min-width:0}.admin-topbar{height:64px;display:flex;align-items:center;justify-content:space-between;padding:0 34px;border-bottom:1px solid #e0e4df;background:#ffffffdb;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.admin-topbar>p{color:#737a74;font-size:12px}.admin-topbar__mobile-brand,.admin-topbar__logout{display:none}.admin-content{width:min(100% - 64px,1260px);margin:0 auto;padding:48px 0 72px}.admin-title-row{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;margin-bottom:32px}.admin-title-row h1{margin-bottom:9px;font-size:28px;line-height:1.2}.admin-title-row p{color:#707770;font-size:13px}.stats-band{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));margin-bottom:26px;border-top:1px solid #dfe3de;border-bottom:1px solid #dfe3de;background:#ffffff73}.stat{min-height:116px;display:grid;grid-template-columns:1fr auto;grid-template-rows:auto 1fr;align-items:end;padding:20px 24px;border-right:1px solid #dfe3de}.stat:last-child{border-right:0}.stat p{grid-column:1 / -1;align-self:start;color:#6a716b;font-size:12px}.stat strong{font-size:31px;line-height:1;font-weight:680}.stat span{color:#969c97;font-size:10px}.product-management{overflow:hidden;border:1px solid #dfe3de;border-radius:8px;background:#fff}.product-management>header{min-height:72px;display:flex;align-items:center;justify-content:space-between;padding:0 22px;border-bottom:1px solid #e6e9e6}.product-management>header h2{margin-bottom:4px;font-size:15px}.product-management>header p{color:#8b918c;font-size:10px}.product-table-wrap{overflow-x:auto}.product-table{width:100%;border-collapse:collapse;table-layout:fixed}.product-table th{height:43px;padding:0 14px;color:#828883;background:#f8f9f7;font-size:10px;font-weight:650;text-align:left}.product-table th:first-child,.product-table td:first-child{width:37%;padding-left:22px}.product-table th:last-child,.product-table td:last-child{width:100px;padding-right:18px}.product-table td{height:82px;padding:10px 14px;border-top:1px solid #edf0ed;color:#4d544e;font-size:12px;vertical-align:middle}.product-cell{display:flex;align-items:center;gap:13px}.product-cell img{width:50px;height:60px;flex:0 0 50px;border-radius:4px;object-fit:cover;background:#edf0ed}.product-cell span{min-width:0;display:grid;gap:5px}.product-cell strong,.product-cell small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.product-cell strong{color:#252a26;font-size:13px}.product-cell small{color:#8a908b;font-size:10px}.price-cell{color:#222824!important;font-weight:650}.status-tag{display:inline-flex;align-items:center;gap:6px;min-height:25px;padding:0 8px;border-radius:999px;font-size:10px;white-space:nowrap}.status-tag i{width:5px;height:5px;border-radius:50%;background:currentColor}.status-tag--active{color:#276f58;background:#e6f2ed}.status-tag--draft{color:#8b6845;background:#f4ede4}.action-cell{display:flex;align-items:center;justify-content:flex-end;gap:7px}.mobile-product-list{display:none}.admin-empty{min-height:280px;display:grid;place-content:center;justify-items:center;color:#939994}.admin-empty h3{margin:14px 0 6px;color:#343a35;font-size:15px}.admin-empty p{font-size:11px}.drawer-backdrop,.modal-backdrop{position:fixed;z-index:20;inset:0;background:#1119157a;animation:fade-in .16s ease-out}.product-drawer{position:absolute;right:0;top:0;width:min(100%,520px);height:100%;overflow-y:auto;background:#fff;box-shadow:var(--shadow);animation:drawer-in .24s cubic-bezier(.2,.7,.2,1)}@keyframes fade-in{0%{opacity:0}}@keyframes drawer-in{0%{transform:translate(24px);opacity:0}}.product-drawer__header{position:sticky;z-index:1;top:0;min-height:84px;display:flex;align-items:center;justify-content:space-between;padding:18px 26px;border-bottom:1px solid #e4e7e3;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.product-drawer__header p{margin-bottom:4px;color:#929893;font-size:8px;font-weight:700}.product-drawer__header h2{font-size:19px}.product-form{padding:25px 26px 30px}.image-upload{position:relative;width:100%;aspect-ratio:16 / 8.5;display:grid;place-items:center;overflow:hidden;margin-bottom:26px;border:1px dashed #bdc6bf;border-radius:7px;color:#5e6861;background:#f6f8f5;cursor:pointer}.image-upload:hover{border-color:var(--green)}.image-upload input{position:absolute;width:1px;height:1px;opacity:0}.image-upload__empty{display:grid;place-items:center;gap:8px}.image-upload__empty strong{margin-top:2px;color:#3d443f;font-size:13px}.image-upload__empty small{color:#8b928c;font-size:10px}.image-upload--filled{border-style:solid;background:#e8ebe7}.image-upload--filled img{width:100%;height:100%;object-fit:cover}.image-upload__replace{position:absolute;right:10px;bottom:10px;min-height:32px;display:inline-flex;align-items:center;gap:6px;padding:0 10px;border-radius:5px;color:#fff;background:#18211ce0;font-size:10px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px 14px}.form-field{position:relative;display:grid;gap:8px}.form-field--full{grid-column:1 / -1}.form-field>span{color:#565d57;font-size:11px;font-weight:650}.form-field em{color:var(--red);font-style:normal}.form-field input,.form-field textarea{width:100%;border:1px solid #d6dbd6;border-radius:6px;outline:0;color:var(--ink);background:#fff;font-size:13px}.form-field input{height:42px;padding:0 12px}.form-field textarea{min-height:84px;padding:10px 12px 22px;line-height:1.6;resize:vertical}.form-field input:focus,.form-field textarea:focus{border-color:var(--green);box-shadow:0 0 0 3px #24685417}.form-field>small{position:absolute;right:9px;bottom:7px;color:#9ba09c;font-size:9px}.price-input{position:relative}.price-input i{position:absolute;z-index:1;left:12px;top:50%;transform:translateY(-50%);color:#8a908b;font-size:11px;font-style:normal}.price-input input{padding-left:28px}.setting-list{margin-top:26px;border-top:1px solid #e4e7e3;border-bottom:1px solid #e4e7e3}.setting-row{min-height:68px;display:flex;align-items:center;justify-content:space-between;gap:20px;border-bottom:1px solid #eceeec}.setting-row:last-child{border-bottom:0}.setting-row>span{display:grid;gap:4px}.setting-row strong{color:#3b413c;font-size:12px}.setting-row small{color:#909691;font-size:9px}.switch{appearance:none;position:relative;width:38px;height:22px;flex:0 0 38px;border:0;border-radius:99px;outline:none;background:#cbd0cc;cursor:pointer;transition:background .16s ease}.switch:after{content:"";position:absolute;left:3px;top:3px;width:16px;height:16px;border-radius:50%;background:#fff;box-shadow:0 1px 2px #00000029;transition:transform .16s ease}.switch:checked{background:var(--green)}.switch:checked:after{transform:translate(16px)}.switch:focus-visible{box-shadow:0 0 0 3px #2468542e}.product-form__actions{display:flex;justify-content:flex-end;gap:10px;margin-top:26px}.modal-backdrop{display:grid;place-items:center;padding:22px}.confirm-dialog{position:relative;width:min(100%,390px);padding:32px;border-radius:8px;background:#fff;box-shadow:var(--shadow)}.confirm-dialog__close{position:absolute;top:16px;right:16px}.confirm-dialog__icon{width:46px;height:46px;display:grid;place-items:center;margin-bottom:21px;border-radius:6px;color:var(--red);background:#faeaea}.confirm-dialog h2{padding-right:28px;font-size:19px;line-height:1.45;overflow-wrap:anywhere}.confirm-dialog>p{margin-top:10px;color:#777e78;font-size:12px;line-height:1.7}.confirm-dialog__actions{display:flex;justify-content:flex-end;gap:10px;margin-top:28px}.toast{position:fixed;z-index:40;right:28px;bottom:28px;min-height:45px;display:flex;align-items:center;gap:9px;padding:0 15px;border:1px solid #d3dfd8;border-radius:7px;color:#275a48;background:#f8fcfa;box-shadow:0 12px 30px #152a2121;font-size:12px;animation:toast-in .2s ease-out}@keyframes toast-in{0%{opacity:0;transform:translateY(8px)}}@media(max-width:1100px){.catalog-intro{grid-template-columns:140px minmax(0,1fr) 300px}.catalog-intro h1{font-size:58px}.catalog-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.product-table th:first-child,.product-table td:first-child{width:34%}}@media(max-width:800px){.storefront-header,.catalog-intro,.catalog-section,.storefront-footer{width:min(100% - 36px,620px)}.storefront-header{height:72px}.storefront-header>p{display:none}.catalog-intro{display:block;padding:58px 0 48px}.catalog-intro__index{margin-bottom:28px}.catalog-intro h1{margin-bottom:25px;font-size:46px}.catalog-intro__copy{max-width:320px;font-size:14px}.catalog-section{padding-bottom:72px}.catalog-grid{grid-template-columns:repeat(2,minmax(0,1fr));column-gap:12px;row-gap:44px}.product-card__details{min-height:62px;gap:8px;padding-top:13px}.product-card h2{font-size:15px}.product-card__price{font-size:13px}.product-card__subtitle{font-size:10px}.product-card__featured{left:8px;bottom:8px;padding:6px 8px;font-size:9px}.storefront-footer{min-height:130px}.storefront-footer p{display:none}.login-page__brand{top:25px;left:24px}.login-panel{padding:32px 26px 34px}.admin-shell{display:block}.admin-sidebar{display:none}.admin-topbar{position:sticky;z-index:5;top:0;height:58px;padding:0 18px;background:var(--sidebar)}.admin-topbar>p{display:none}.admin-topbar__mobile-brand,.admin-topbar__logout{display:block}.admin-topbar__logout{color:#e8eeea;border-color:#415149;background:#283830}.admin-content{width:min(100% - 28px,620px);padding:30px 0 60px}.admin-title-row{align-items:center;margin-bottom:25px}.admin-title-row h1{font-size:23px}.admin-title-row p{display:none}.admin-title-row .button{min-height:40px;padding:0 13px}.stats-band{grid-template-columns:repeat(3,minmax(0,1fr))}.stat{min-height:94px;display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;padding:15px 12px}.stat strong{font-size:25px}.stat span{display:none}.product-management>header{min-height:62px;padding:0 15px}.product-table-wrap{display:none}.mobile-product-list{display:block}.mobile-product-row{min-height:104px;display:grid;grid-template-columns:62px minmax(0,1fr) auto;align-items:center;gap:12px;padding:12px 13px;border-top:1px solid #e9ece9}.mobile-product-row img{width:62px;height:78px;border-radius:4px;object-fit:cover}.mobile-product-row__body{min-width:0}.mobile-product-row__body .status-tag{min-height:20px;margin-bottom:7px}.mobile-product-row__body h3{margin-bottom:5px;overflow:hidden;color:#303531;font-size:13px;text-overflow:ellipsis;white-space:nowrap}.mobile-product-row__body p{overflow:hidden;color:#858b86;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.mobile-product-row__actions{display:grid;gap:6px}.product-drawer{width:100%}.product-drawer__header{min-height:72px;padding:13px 18px}.product-form{padding:20px 18px 26px}.form-grid{grid-template-columns:1fr}.form-field--full{grid-column:auto}.toast{right:16px;bottom:16px}}@media(max-width:420px){.catalog-grid{column-gap:10px}.product-card__details{display:block}.product-card__price{margin-top:5px}.product-card__subtitle{display:none}.mobile-product-row{grid-template-columns:54px minmax(0,1fr) auto;gap:10px}.mobile-product-row img{width:54px;height:68px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
