:root{font-family:Inter,PingFang SC,Microsoft YaHei,Arial,sans-serif;color:#1d2b27;background:#f4f6f5;font-synthesis:none;letter-spacing:0;--green-900: #153f36;--green-700: #176b5b;--green-100: #dfece7;--blue: #3a78c2;--amber: #f0b44d;--coral: #eb6b4d;--ink: #1d2b27;--muted: #66756f;--line: #dce3e0;--surface: #ffffff}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background:#f4f6f5}button,input,select,textarea{font:inherit;letter-spacing:0}button,a{-webkit-tap-highlight-color:transparent}button{cursor:pointer}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}h1,h2,h3,p{margin:0}.app-loading{min-height:100vh;display:grid;place-items:center;background:#f4f6f5}.app-loading img{width:84px;height:84px;animation:pulse 1.6s ease-in-out infinite}@keyframes pulse{50%{opacity:.45;transform:scale(.96)}}.brand{display:flex;align-items:center;min-width:0}.brand img{width:218px;height:58px;object-fit:contain;object-position:left center}.brand-compact img{width:38px;height:38px}.primary-button,.secondary-button,.text-button,.icon-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;min-height:40px;white-space:nowrap}.primary-button{background:var(--green-700);color:#fff;padding:0 16px;border-radius:6px;font-weight:700}.primary-button:hover{background:#125749}.primary-button:disabled{opacity:.55;cursor:not-allowed}.secondary-button{background:#fff;color:#27443c;border:1px solid #cbd7d2;padding:0 14px;border-radius:6px;font-weight:650}.secondary-button:hover{border-color:#8eaaa0;background:#f8faf9}.secondary-button:disabled{opacity:.55;cursor:not-allowed;background:#f3f5f4}.text-button{background:transparent;color:var(--green-700);padding:0 4px;font-weight:700}.icon-button{width:38px;height:38px;min-height:38px;border-radius:6px;background:#fff;border:1px solid #d8e0dd;color:#455c54;padding:0}.icon-button:hover{color:var(--green-700);border-color:#9bb8ad}.icon-button.bare{border:0;background:transparent}label{display:grid;gap:7px;color:#40534d;font-size:13px;font-weight:650}input,select,textarea{width:100%;border:1px solid #cfd9d5;border-radius:6px;background:#fff;color:var(--ink);outline:none}input,select{min-height:42px;padding:0 12px}textarea{padding:11px 12px;resize:vertical;line-height:1.55}input:focus,select:focus,textarea:focus{border-color:var(--green-700);box-shadow:0 0 0 3px #176b5b1f}.login-layout{min-height:100vh;display:grid;grid-template-columns:minmax(440px,1.05fr) minmax(420px,.95fr);background:#fff}.login-brand-pane{position:relative;overflow:hidden;display:flex;flex-direction:column;justify-content:space-between;padding:54px 64px;background:#eef3f1;border-right:1px solid #dbe5e1}.login-brand-pane .brand img{width:min(430px,78%);height:auto}.login-signal{align-self:center;width:min(520px,90%);border-left:4px solid var(--green-700);padding:28px 0 28px 28px;display:grid;gap:18px}.signal-row{height:54px;display:grid;grid-template-columns:56px 1fr 72px;align-items:center;gap:16px;background:#ffffffc2;padding:0 16px 0 0;border-bottom:1px solid #d4dfda}.signal-code{align-self:stretch;display:grid;place-items:center;background:var(--green-700);color:#fff;font-size:12px;font-weight:800}.signal-blue{background:var(--blue)}.signal-coral{background:var(--coral)}.signal-line{height:8px;border-radius:4px;width:64%;background:#c4d3cd}.signal-long{width:88%}.signal-mid{width:76%}.signal-price{height:18px;border-radius:3px;background:#b8d7cc}.signal-amber{background:#f4cc7f}.login-form-pane{display:grid;place-items:center;padding:48px}.login-form{width:min(390px,100%);display:grid;gap:20px}.login-heading{display:flex;align-items:center;gap:10px;margin-bottom:10px;color:var(--green-900)}.login-heading h1{font-size:26px}.input-with-icon{display:flex;align-items:center;gap:10px;height:46px;padding:0 10px 0 13px;border:1px solid #cfd9d5;border-radius:6px;background:#fff;color:#71817b}.input-with-icon:focus-within{border-color:var(--green-700);box-shadow:0 0 0 3px #176b5b1f}.input-with-icon input{border:0;box-shadow:none;min-height:42px;padding:0}.input-with-icon input:focus{box-shadow:none}.form-error{padding:10px 12px;border-left:3px solid var(--coral);background:#fff1ed;color:#9f3f2a;font-size:13px}.login-button{width:100%;min-height:46px}.student-shell{min-height:100vh}.student-header{height:76px;padding:0 36px;display:flex;align-items:center;justify-content:space-between;background:#fff;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:20}.student-header .brand img{width:190px;height:52px}.header-account{display:flex;align-items:center;gap:12px;color:#40534d;font-size:14px;font-weight:700}.catalog-main{width:min(1480px,calc(100% - 56px));margin:0 auto;padding:28px 0 48px}.catalog-toolbar{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:22px}.catalog-title{display:flex;align-items:baseline;gap:12px}.catalog-title h1{font-size:25px;color:#183b32}.catalog-title span{color:var(--muted);font-size:13px}.filters-bar,.admin-toolbar{display:grid;grid-template-columns:minmax(300px,1fr) minmax(190px,260px) 180px;gap:10px;margin-bottom:16px}.search-box,.select-box{min-height:44px;display:flex;align-items:center;gap:9px;padding:0 12px;border:1px solid #cfd9d5;border-radius:6px;background:#fff;color:#72817c}.search-box:focus-within,.select-box:focus-within{border-color:var(--green-700);box-shadow:0 0 0 3px #176b5b1a}.search-box input,.select-box select{border:0;min-height:40px;padding:0;box-shadow:none}.search-box input:focus,.select-box select:focus{box-shadow:none}.plain-select,.admin-toolbar>select{min-height:44px}.product-table-wrap,.admin-table-wrap{background:#fff;border:1px solid var(--line);border-radius:8px;overflow:auto}.product-table,.admin-table{width:100%;border-collapse:collapse;font-size:13px}.product-table th,.admin-table th{height:42px;padding:0 14px;text-align:left;color:#5d6e68;font-size:12px;background:#edf2f0;border-bottom:1px solid #d7e0dc;white-space:nowrap}.product-table td,.admin-table td{padding:10px 14px;border-bottom:1px solid #edf0ef;vertical-align:middle}.product-table tbody tr{cursor:pointer}.product-table tbody tr:hover,.admin-table tbody tr:hover{background:#f7faf8}.product-table tbody tr:last-child td,.admin-table tbody tr:last-child td{border-bottom:0}.listed-date-cell{color:var(--muted);white-space:nowrap}.numeric{text-align:right!important;font-variant-numeric:tabular-nums}.product-name-cell,.admin-product-cell{display:flex;align-items:center;gap:12px;min-width:220px}.product-name-cell>img,.product-name-cell>.image-placeholder{width:56px;height:56px;flex:0 0 56px;object-fit:cover;border-radius:5px;border:1px solid #e0e6e3;background:#f4f6f5}.image-placeholder{display:grid;place-items:center;overflow:hidden}.image-placeholder img{width:34px;height:34px;opacity:.55}.product-name-cell div,.admin-product-cell div{display:grid;gap:4px;min-width:0}.product-name-cell strong,.admin-product-cell strong{color:#233a33;font-size:14px}.product-name-cell span,.admin-product-cell small{color:var(--muted);font-size:12px}.product-title-line,.drawer-product-title{display:flex!important;align-items:center;gap:7px!important;min-width:0}.product-title-line strong{min-width:0}.new-product-badge{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;height:20px;padding:0 6px;border-radius:3px;background:#e85d45;color:#fff!important;font-size:11px!important;font-weight:800;line-height:1}.sku-cell{color:#34554c;font-weight:700;font-family:SFMono-Regular,Consolas,monospace;white-space:nowrap}.truncate-cell{max-width:360px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#566761}.price-cell{color:#b34b31;font-weight:800;white-space:nowrap}.selection-cell{width:44px;min-width:44px;padding-left:13px!important;padding-right:8px!important;text-align:center!important}.selection-cell input,.mobile-select input{width:17px;height:17px;min-height:0;margin:0;accent-color:var(--green-700);cursor:pointer}.batch-action-bar{min-height:58px;margin-bottom:14px;padding:9px 10px 9px 16px;display:flex;align-items:center;gap:14px;background:#e8f2ee;border:1px solid #bed3ca;border-left:4px solid var(--green-700);border-radius:6px}.batch-action-bar>div{display:grid;gap:3px;margin-right:auto}.batch-action-bar strong{color:#244a40;font-size:14px}.batch-action-bar span{color:#64766f;font-size:11px}.student-orders-button{min-height:38px}.order-status{display:inline-flex;align-items:center;justify-content:center;min-height:26px;padding:0 10px;border-radius:13px;font-size:11px;font-weight:800;white-space:nowrap}.order-checkout-modal{width:min(920px,calc(100% - 32px))}.checkout-items{border:1px solid var(--line);border-radius:6px;overflow:hidden}.checkout-item{min-height:78px;padding:10px 12px;display:grid;grid-template-columns:56px minmax(180px,1fr) 132px 104px;align-items:center;gap:12px;border-bottom:1px solid #e8eeeb}.checkout-item:last-child{border-bottom:0}.checkout-item>img,.checkout-item>.image-placeholder{width:56px;height:56px;object-fit:cover;border:1px solid #dfe7e3;border-radius:5px;background:#f3f6f4}.checkout-item-info{min-width:0;display:grid;gap:4px}.checkout-item-info strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#28433b}.checkout-item-info span{color:var(--muted);font-size:11px;font-family:SFMono-Regular,Consolas,monospace}.checkout-item-info b{color:#b34b31;font-size:12px}.quantity-stepper{height:36px;display:grid;grid-template-columns:34px 1fr 34px;border:1px solid #cfd9d5;border-radius:5px;overflow:hidden}.quantity-stepper button{display:grid;place-items:center;padding:0;border:0;background:#f5f8f6;color:#4c655c}.quantity-stepper button:hover{color:var(--green-700);background:#eaf2ee}.quantity-stepper input{min-height:34px;padding:0 3px;text-align:center;border:0;border-left:1px solid #dce3e0;border-right:1px solid #dce3e0;border-radius:0;box-shadow:none;font-variant-numeric:tabular-nums}.checkout-subtotal{text-align:right;color:#29483f;font-variant-numeric:tabular-nums}.checkout-total{min-height:64px;padding:10px 14px;display:flex;align-items:center;justify-content:space-between;background:#edf5f1;border-left:4px solid var(--green-700)}.checkout-total>span{color:var(--muted);font-size:12px}.checkout-total>div{display:flex;align-items:baseline;gap:10px}.checkout-total small{color:#66766f}.checkout-total strong{color:#b34b31;font-size:22px}.checkout-form-section{display:grid;gap:14px;padding-top:2px}.checkout-form-section h3,.admin-order-items h3,.order-address-block h3,.order-processing-form h3{color:#29483f;font-size:15px}.order-success-modal{width:min(520px,calc(100% - 32px))}.order-success-content{min-height:300px;padding:44px 28px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;text-align:center}.order-success-content>svg{color:var(--green-700)}.order-success-content h2{color:var(--green-900)}.order-success-content p{max-width:370px;color:var(--muted);line-height:1.6}.student-orders-modal{width:min(860px,calc(100% - 32px))}.student-order-list{gap:12px;background:#f4f6f5}.student-order{background:#fff;border:1px solid var(--line);border-radius:7px;overflow:hidden}.student-order-heading{min-height:54px;padding:10px 14px;display:flex;align-items:center;justify-content:space-between;gap:12px;border-bottom:1px solid var(--line)}.student-order-heading>div{display:grid;gap:4px}.student-order-heading span:not(.order-status){color:var(--muted);font-size:11px}.student-order-items>div{min-height:58px;padding:8px 14px;display:flex;align-items:center;justify-content:space-between;gap:12px;border-bottom:1px solid #edf0ef}.student-order-items>div>div{min-width:0;display:flex;align-items:center;gap:10px}.student-order-items img,.student-order-items .mini-placeholder{width:42px;height:42px;flex:0 0 42px;object-fit:cover}.student-order-items span{min-width:0;display:grid;gap:4px}.student-order-items strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px}.student-order-items small{color:var(--muted);font-size:11px}.student-order-items b{white-space:nowrap;font-size:13px}.student-order-meta{padding:12px 14px;display:grid;gap:6px;color:#51665e;font-size:12px;background:#fafcfb}.student-order-meta strong{color:#2e6153}.student-order-meta p{color:#82601e}.student-order-total{min-height:48px;padding:0 14px;display:flex;align-items:center;justify-content:flex-end;gap:14px;border-top:1px solid var(--line)}.student-order-total span{color:var(--muted);font-size:12px}.student-order-total strong{color:#b34b31;font-size:18px}.image-hover-preview{position:fixed;z-index:140;width:320px;height:320px;padding:8px;display:grid;place-items:center;pointer-events:none;background:#fff;border:1px solid #b9c8c2;border-radius:7px;box-shadow:0 18px 48px #142b2340}.image-hover-preview img{width:100%;height:100%;object-fit:contain;background:#f4f6f5}.catalog-empty,.section-loading,.empty-row{min-height:180px;display:grid;place-items:center;color:var(--muted);background:#fff;border:1px solid var(--line);border-radius:8px}.product-card-list{display:none}.drawer-backdrop,.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:80;background:#12201b75;display:flex;justify-content:flex-end}.product-drawer{width:min(680px,100%);height:100%;background:#fff;box-shadow:-16px 0 48px #0e221b2e;display:flex;flex-direction:column}.drawer-header,.admin-modal>header{min-height:82px;padding:18px 24px;display:flex;align-items:center;justify-content:space-between;gap:16px;border-bottom:1px solid var(--line)}.drawer-header h2,.admin-modal h2{margin-top:4px;font-size:21px;color:var(--green-900)}.drawer-product-title{margin-top:4px}.drawer-product-title h2{margin-top:0}.eyebrow{color:var(--green-700);font-size:12px;font-weight:800;font-family:SFMono-Regular,Consolas,monospace}.drawer-scroll,.modal-scroll{overflow:auto;padding:22px 24px 36px}.product-gallery{display:grid;grid-template-columns:1fr 74px;gap:10px}.gallery-main{position:relative;aspect-ratio:4 / 3;background:#f3f5f4;display:grid;place-items:center;overflow:hidden;border:1px solid #e0e5e3;border-radius:6px}.gallery-main img{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%;height:100%;object-fit:contain;object-position:center}.gallery-thumbs{max-height:410px;overflow:auto;display:grid;align-content:start;gap:7px}.gallery-thumbs button{width:68px;height:58px;padding:0;border:2px solid transparent;border-radius:5px;overflow:hidden;background:#f5f6f6}.gallery-thumbs button.active{border-color:var(--green-700)}.gallery-thumbs img{display:block;width:100%;height:100%;object-fit:contain;object-position:center}.price-strip{margin-top:18px;padding:15px 18px;display:flex;align-items:center;justify-content:space-between;background:#eff6f3;border-left:4px solid var(--green-700)}.price-strip span{color:#587068;font-size:13px;font-weight:700}.price-strip strong{color:#b34b31;font-size:24px}.price-value{display:flex;align-items:center;gap:9px}.drawer-actions{display:flex;gap:10px;margin:14px 0 20px}.spec-grid{display:grid;grid-template-columns:1fr 1fr;border:1px solid var(--line);border-radius:6px;overflow:hidden}.spec-grid>div{position:relative;min-width:0;min-height:60px;padding:10px 46px 10px 13px;display:grid;gap:5px;border-bottom:1px solid var(--line)}.spec-grid>div:nth-child(odd){border-right:1px solid var(--line)}.spec-grid span{color:var(--muted);font-size:11px}.spec-grid strong{font-size:13px;line-height:1.45;overflow-wrap:anywhere}.detail-section{margin-top:22px}.detail-section-heading{min-height:30px;margin-bottom:8px;display:flex;align-items:center;justify-content:space-between;gap:12px}.detail-section h3{font-size:15px;color:#28473e}.detail-section p{white-space:pre-wrap;line-height:1.72;color:#4d5f59;font-size:13px;max-height:250px;overflow:auto}.copy-icon-button{width:28px;height:28px;min-height:28px;display:inline-grid;place-items:center;padding:0;border:1px solid #d4dfdb;border-radius:5px;background:#fff;color:#557069}.copy-icon-button:hover{color:var(--green-700);border-color:#8eaaa0;background:#f6faf8}.spec-grid .copy-icon-button{position:absolute;right:9px;top:50%;transform:translateY(-50%)}.section-copy-button{min-height:30px;padding:0 9px;display:inline-flex;align-items:center;gap:5px;border:1px solid #d4dfdb;border-radius:5px;background:#fff;color:var(--green-700);font-size:12px;font-weight:700}.section-copy-button:hover{border-color:#8eaaa0;background:#f6faf8}.admin-shell{min-height:100vh;display:grid;grid-template-columns:236px minmax(0,1fr)}.admin-sidebar{position:sticky;top:0;height:100vh;z-index:60;display:flex;flex-direction:column;background:#173a33;color:#fff;border-right:1px solid #0f3029}.admin-sidebar .brand{height:88px;padding:13px 18px;background:#fff;border-bottom:1px solid #dce4e1}.admin-sidebar .brand img{width:194px;height:56px}.admin-sidebar nav{display:grid;gap:5px;padding:18px 12px}.admin-sidebar nav button{position:relative;height:44px;padding:0 12px;display:flex;align-items:center;gap:11px;border:0;border-radius:6px;background:transparent;color:#c5d5cf;font-weight:650}.admin-sidebar nav button:hover{background:#ffffff12;color:#fff}.admin-sidebar nav button.active{background:#fff;color:#1d5347}.admin-sidebar nav button b{margin-left:auto;min-width:22px;height:20px;display:grid;place-items:center;border-radius:10px;background:var(--coral);color:#fff;font-size:11px}.sidebar-account{margin-top:auto;padding:15px 13px;display:flex;align-items:center;justify-content:space-between;gap:8px;border-top:1px solid rgba(255,255,255,.12)}.sidebar-account>div{display:grid;gap:4px;min-width:0}.sidebar-account span{font-size:13px;font-weight:700}.sidebar-account small{color:#9cb6ad;font-size:11px}.sidebar-account .icon-button{border-color:#ffffff2e;background:transparent;color:#dce8e4}.admin-main{min-width:0}.admin-mobile-header{display:none}.admin-section{width:min(1500px,calc(100% - 48px));margin:0 auto;padding:30px 0 54px;display:grid;gap:20px}.section-heading{min-height:48px;display:flex;align-items:center;justify-content:space-between;gap:18px}.section-heading h1{font-size:25px;color:#173a33}.section-heading p{margin-top:5px;color:var(--muted);font-size:13px}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(145px,1fr));gap:12px}.stat-card{min-height:112px;padding:15px;display:grid;grid-template-columns:36px 1fr;grid-template-rows:36px auto;align-items:center;gap:5px 10px;border-radius:8px;background:#fff;border:1px solid var(--line)}.stat-card span{color:var(--muted);font-size:12px}.stat-card strong{grid-column:1 / -1;font-size:25px;color:#223b34;font-variant-numeric:tabular-nums}.stat-icon{width:36px;height:36px;display:grid;place-items:center;border-radius:6px}.stat-green{color:#176b5b;background:#dfece7}.stat-blue{color:#2866ae;background:#e1ecf8}.stat-amber{color:#9c6a13;background:#fff0cf}.stat-coral{color:#b94f37;background:#fde7e1}.stat-slate{color:#4f6571;background:#e7ecef}.stat-violet{color:#6654a3;background:#ece8f8}.content-panel{background:#fff;border:1px solid var(--line);border-radius:8px;overflow:hidden}.panel-heading{min-height:54px;padding:0 18px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.panel-heading>div{display:flex;align-items:baseline;gap:10px}.panel-heading h2{font-size:16px;color:#29483f}.panel-heading span{color:var(--muted);font-size:12px}.review-list>div{min-height:58px;padding:10px 18px;display:grid;grid-template-columns:minmax(280px,.7fr) 1fr;align-items:center;gap:20px;border-bottom:1px solid #edf0ef}.review-list>div:last-child{border-bottom:0}.review-list>div>div{display:flex;gap:10px;align-items:center}.review-list strong{color:#34554c;font-family:SFMono-Regular,Consolas,monospace}.review-list span,.review-list p{color:#596a64;font-size:13px}.review-list p{color:#9a6410}.audit-list>div{min-height:46px;padding:0 18px;display:grid;grid-template-columns:110px 1fr 170px;align-items:center;gap:10px;border-bottom:1px solid #edf0ef;font-size:12px}.audit-list>div:last-child{border-bottom:0}.audit-list span{color:var(--green-700);font-weight:700}.audit-list strong{font-weight:600}.audit-list small{color:var(--muted);text-align:right}.admin-toolbar{grid-template-columns:minmax(300px,1fr) 150px auto}.admin-product-cell{min-width:210px}.admin-product-cell>img,.mini-placeholder{width:42px;height:42px;flex:0 0 42px;object-fit:cover;border-radius:5px;border:1px solid #e0e5e3;background:#f3f6f4}.mini-placeholder{display:grid;place-items:center;color:#91a39c}.row-actions{display:flex;justify-content:flex-end;gap:6px}.status-badge,.user-state{display:inline-flex;align-items:center;justify-content:center;min-height:24px;padding:0 9px;border-radius:12px;font-size:11px;font-weight:800;white-space:nowrap}.status-published,.user-state.active{color:#166252;background:#dceee8}.status-review,.status-pending{color:#8b5a0d;background:#fff0cf}.status-draft,.status-processing{color:#356ba8;background:#e3edf8}.status-archived,.user-state.inactive{color:#687771;background:#e9edeb}.status-failed{color:#9e3e2a;background:#fde6e0}.status-pending_confirmation{color:#8b5a0d;background:#fff0cf}.status-pending_payment{color:#9d552a;background:#ffeadc}.status-paid{color:#176252;background:#dceee8}.status-preparing{color:#356ba8;background:#e3edf8}.status-shipped{color:#6750a4;background:#ece7f8}.status-completed{color:#315c43;background:#dfece4}.status-cancelled{color:#687771;background:#e9edeb}.review-text{display:block;max-width:250px;color:#966211;font-size:12px;line-height:1.4}.muted-text{color:var(--muted);font-size:12px}.upload-band{min-height:118px;padding:18px 20px;display:grid;grid-template-columns:52px 1fr auto auto;align-items:center;gap:16px;background:#fff;border:1px dashed #9db4ab;border-radius:8px}.upload-icon{width:52px;height:52px;display:grid;place-items:center;color:var(--green-700);background:#e6f0ec;border-radius:6px}.upload-band>div:nth-child(2){display:grid;gap:5px}.upload-band strong{color:#29463e}.upload-band span{color:var(--muted);font-size:12px}.import-list>div{min-height:66px;padding:10px 18px;display:grid;grid-template-columns:40px minmax(260px,1fr) 90px minmax(180px,.45fr);align-items:center;gap:12px;border-bottom:1px solid #edf0ef}.import-list>div:last-child{border-bottom:0}.import-file-icon{width:38px;height:38px;display:grid;place-items:center;background:#eef2f0;color:#557069;border-radius:5px}.import-list>div>div:nth-child(2){display:grid;gap:4px}.import-list strong{font-size:13px}.import-list span,.import-list p{color:var(--muted);font-size:12px}.import-list p{text-align:right}.settings-layout{display:grid;grid-template-columns:minmax(0,620px)}.settings-panel{padding-bottom:20px}.settings-panel>label,.settings-panel>.setting-preview,.settings-panel>button{margin-left:20px;margin-right:20px}.settings-panel>label{margin-top:18px}.percent-input,.money-input{display:flex;align-items:center;border:1px solid #cfd9d5;border-radius:6px;background:#fff;overflow:hidden}.percent-input input,.money-input input{border:0;box-shadow:none}.percent-input b,.money-input b{padding:0 12px;color:#60716b}.setting-preview{min-height:54px;margin-top:18px;padding:0 14px;display:flex;align-items:center;gap:12px;background:#eef5f2;border-left:3px solid var(--green-700);font-size:13px}.setting-preview strong{color:#b54b32}.settings-panel>button{margin-top:18px}.category-list{padding:16px 18px;display:flex;flex-wrap:wrap;gap:8px}.category-list span{padding:7px 10px;border:1px solid #d5dfdb;border-radius:5px;background:#f7f9f8;color:#455d55;font-size:12px}.inline-form{display:flex;gap:10px;padding:0 18px 18px}.inline-form input{max-width:320px}.admin-accounts-table{min-width:1050px}.admin-name-cell{display:grid;gap:4px}.admin-name-cell small{color:var(--green-700);font-size:10px;font-weight:750}.admin-level{display:inline-flex;align-items:center;min-height:25px;padding:0 9px;border-radius:5px;font-size:11px;font-weight:800;white-space:nowrap}.level-super{color:#7e4c0d;background:#fff0cf}.level-manager{color:#315f91;background:#e3edf8}.permission-summary{display:block;max-width:360px;color:#52665f;font-size:12px;line-height:1.55}.admin-account-modal{width:min(720px,calc(100% - 32px))}.admin-account-modal>header>div{display:flex;align-items:center;gap:10px}.current-account-label{padding:4px 7px;border-radius:4px;color:var(--green-700);background:#e4f0eb;font-size:10px;font-weight:800}.permission-section{border:1px solid #dbe4e0;border-radius:6px;overflow:hidden}.permission-section>div:first-child{min-height:48px;padding:0 14px;display:flex;align-items:center;justify-content:space-between;background:#f3f7f5;border-bottom:1px solid #dbe4e0}.permission-section h3{font-size:14px}.permission-section>div:first-child span{color:var(--muted);font-size:11px}.permission-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:0}.permission-grid label{min-height:48px;padding:0 14px;display:flex;align-items:center;gap:9px;border-right:1px solid #e5ebe8;border-bottom:1px solid #e5ebe8;cursor:pointer}.permission-grid label:nth-child(3n){border-right:0}.permission-grid label:nth-last-child(-n+3){border-bottom:0}.permission-grid label.disabled{color:#84938d;background:#fafbfb;cursor:default}.permission-grid input{width:16px;height:16px}.admin-modal{width:min(850px,calc(100% - 32px));max-height:calc(100vh - 40px);margin:auto;display:flex;flex-direction:column;background:#fff;border-radius:8px;box-shadow:0 24px 70px #13272047}.modal-backdrop{justify-content:center;padding:20px 0}.admin-modal>header{min-height:70px}.admin-modal>footer{min-height:66px;padding:12px 20px;display:flex;align-items:center;justify-content:flex-end;gap:10px;border-top:1px solid var(--line)}.modal-scroll{display:grid;gap:18px;padding-top:18px}.form-grid{display:grid;gap:14px}.form-grid.two{grid-template-columns:1fr 1fr}.form-grid.three{grid-template-columns:repeat(3,1fr)}.span-two{grid-column:span 2}.pricing-fields{padding:14px;display:grid;grid-template-columns:1fr 1fr 1.15fr;gap:14px;background:#f3f7f5;border:1px solid #dbe5e1;border-radius:6px}.price-preview{min-height:66px;padding:9px 12px;display:grid;grid-template-columns:1fr auto;align-items:center;gap:3px 10px;background:#fff;border-left:3px solid var(--coral)}.price-preview span{color:var(--muted);font-size:11px}.price-preview strong{color:#b54b32;font-size:18px}.price-preview small{grid-column:1 / -1;color:#8a9692}.automotive-fields{padding:14px;background:#eef4f8;border-left:3px solid var(--blue)}.subsection-title{margin-bottom:12px;color:#315f91;font-size:13px;font-weight:800}.code-stack{display:grid;gap:4px}.code-stack small{color:var(--muted);font-size:10px;font-family:SFMono-Regular,Consolas,monospace}.file-field{padding:14px;border:1px dashed #a9bab4;border-radius:6px}.file-field small{color:var(--muted);font-weight:500}.small-modal{width:min(460px,calc(100% - 32px))}.order-filters{display:grid;grid-template-columns:minmax(240px,1.4fr) minmax(190px,.9fr) 145px 158px 158px 44px;align-items:end;gap:10px}.order-filters>select,.date-filter input{min-height:44px}.date-filter{display:grid;gap:5px}.date-filter span{color:var(--muted);font-size:11px;font-weight:700}.filter-reset{width:44px;height:44px}.filter-result-summary{margin-top:-10px;color:var(--muted);font-size:12px}.filter-result-summary strong{color:var(--green-700)}.orders-table{min-width:1160px}.compact-button{min-height:32px;padding:0 11px;font-size:12px}.order-detail-modal{width:min(920px,calc(100% - 32px))}.order-admin-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border:1px solid var(--line);background:#f5f8f6}.order-admin-summary>div{min-height:78px;padding:12px 14px;display:grid;align-content:center;gap:5px;border-right:1px solid var(--line)}.order-admin-summary>div:last-child{border-right:0}.order-admin-summary span,.order-admin-summary small{color:var(--muted);font-size:11px}.order-admin-summary strong{font-size:13px}.admin-order-items,.order-address-block,.order-processing-form{display:grid;gap:12px}.admin-order-items>div{min-height:58px;display:grid;grid-template-columns:minmax(220px,1fr) 130px 100px;align-items:center;gap:12px;border-bottom:1px solid #edf0ef}.admin-order-items>div>div{min-width:0;display:flex;align-items:center;gap:10px}.admin-order-items img,.admin-order-items .mini-placeholder{width:44px;height:44px;flex:0 0 44px;object-fit:cover}.admin-order-items div span{min-width:0;display:grid;gap:4px}.admin-order-items strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px}.admin-order-items small{color:var(--muted);font-size:11px}.admin-order-items>div>span,.admin-order-items>div>b{text-align:right;white-space:nowrap}.order-address-block{padding:14px;background:#f7faf8;border-left:3px solid var(--green-700)}.order-address-block>div{display:flex;align-items:center;gap:12px}.order-address-block span,.order-address-block p,.order-address-block small{color:#52665f;font-size:12px;line-height:1.55}.order-processing-form{padding-top:2px}.toast{position:fixed;right:24px;top:22px;z-index:150;min-height:46px;max-width:min(420px,calc(100% - 48px));padding:0 8px 0 14px;display:flex;align-items:center;gap:10px;color:#fff;border-radius:7px;box-shadow:0 12px 36px #11261f38}.toast-success{background:#176b5b}.toast-error{background:#b64d35}.toast .icon-button{color:#fff}.sidebar-scrim{display:none}@media(max-width:1180px){.stats-grid{grid-template-columns:repeat(3,1fr)}.product-table th:nth-child(4),.product-table td:nth-child(4),.product-table th:nth-child(6),.product-table td:nth-child(6){display:none}.order-filters{grid-template-columns:minmax(250px,1fr) minmax(190px,1fr) 150px}}@media(max-width:900px){.login-layout{grid-template-columns:1fr}.login-brand-pane{min-height:230px;padding:30px 36px}.login-brand-pane .brand img{width:330px}.login-signal{display:none}.login-form-pane{padding:44px 24px;align-items:start}.admin-shell{display:block}.admin-sidebar{position:fixed;left:-250px;width:236px;transition:left .2s ease}.admin-sidebar.open{left:0}.admin-mobile-header{height:62px;padding:0 16px;display:flex;align-items:center;justify-content:space-between;background:#fff;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:50}.sidebar-scrim{display:block;position:fixed;top:0;right:0;bottom:0;left:0;z-index:55;border:0;background:#13251f6b}.admin-section{width:calc(100% - 30px);padding-top:22px}.form-grid.three,.pricing-fields{grid-template-columns:1fr 1fr}.span-two{grid-column:auto}.price-preview{grid-column:1 / -1}.upload-band{grid-template-columns:52px 1fr}.upload-band .secondary-button,.upload-band>button{width:100%}}@media(max-width:720px){.student-header{height:64px;padding:0 14px}.student-header .brand img{width:158px}.header-account>span{display:none}.catalog-main{width:calc(100% - 24px);padding-top:20px}.catalog-toolbar{align-items:flex-start}.catalog-title{display:grid;gap:4px}.catalog-title h1{font-size:21px}.catalog-toolbar .secondary-button{width:42px;padding:0;font-size:0}.catalog-toolbar .secondary-button svg{width:19px}.filters-bar,.admin-toolbar{grid-template-columns:1fr}.order-filters{grid-template-columns:1fr 1fr}.order-filters .search-box{grid-column:1 / -1}.product-table-wrap{display:none}.product-card-list{display:grid;gap:9px}.product-mobile-card{width:100%;min-height:98px;display:grid;grid-template-columns:34px minmax(0,1fr);align-items:stretch;border:1px solid var(--line);border-radius:7px;background:#fff;color:var(--ink);overflow:hidden}.product-mobile-card.selected{border-color:#6aa18e;background:#f1f7f4}.mobile-select{display:grid;place-items:center;border-right:1px solid #e2e8e5;cursor:pointer}.mobile-card-open{width:100%;min-width:0;min-height:98px;padding:10px;display:grid;grid-template-columns:78px minmax(0,1fr) 22px;align-items:center;gap:11px;text-align:left;border:0;background:transparent;color:var(--ink)}.mobile-card-open>img,.mobile-card-open>.image-placeholder{width:78px;height:78px;object-fit:cover;border-radius:5px;background:#f3f5f4}.mobile-card-open>div{display:grid;gap:4px;min-width:0}.product-mobile-card strong{font-size:14px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.product-mobile-card small{color:var(--muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.product-mobile-card b{color:#b34b31;font-size:15px}.batch-action-bar{position:sticky;top:66px;z-index:18;display:grid;grid-template-columns:1fr auto}.batch-action-bar>div{grid-column:1 / -1}.batch-action-bar .text-button{grid-column:1 / -1;justify-self:start;min-height:28px}.batch-action-bar .primary-button,.batch-action-bar .secondary-button{width:100%;min-width:0}.batch-action-bar .listing-button{grid-column:1 / -1}.image-hover-preview{display:none}.product-gallery{grid-template-columns:1fr}.gallery-thumbs{display:flex;max-height:none;overflow-x:auto}.gallery-thumbs button{flex:0 0 64px}.drawer-header{min-height:70px;padding:13px 16px}.drawer-scroll{padding:14px 16px 28px}.drawer-actions{display:grid;grid-template-columns:1fr 1fr}.spec-grid{grid-template-columns:1fr}.spec-grid>div:nth-child(odd){border-right:0}.section-heading{align-items:flex-start}.section-heading h1{font-size:22px}.section-heading .primary-button{width:42px;padding:0;font-size:0}.stats-grid{grid-template-columns:repeat(2,1fr)}.review-list>div{grid-template-columns:1fr;gap:5px}.review-list>div>div{display:grid;gap:4px}.audit-list>div{grid-template-columns:90px 1fr;padding:8px 14px}.audit-list small{grid-column:1 / -1;text-align:left}.admin-table-wrap{overflow-x:auto}.admin-table{min-width:900px}.upload-band{grid-template-columns:1fr;text-align:center}.upload-icon{margin:auto}.import-list>div{grid-template-columns:38px 1fr auto}.import-list p{grid-column:2 / -1;text-align:left}.form-grid.two,.form-grid.three,.pricing-fields{grid-template-columns:1fr}.price-preview{grid-column:auto}.permission-grid{grid-template-columns:1fr 1fr}.permission-grid label:nth-child(3n){border-right:1px solid #e5ebe8}.permission-grid label:nth-child(2n){border-right:0}.permission-grid label:nth-last-child(-n+3){border-bottom:1px solid #e5ebe8}.permission-grid label:nth-last-child(-n+2){border-bottom:0}.modal-backdrop{padding:0}.admin-modal{width:100%;max-height:100vh;height:100%;border-radius:0}.settings-layout{grid-template-columns:1fr}.inline-form{display:grid}.inline-form input{max-width:none}.checkout-item{grid-template-columns:50px minmax(0,1fr) auto;gap:9px}.checkout-item>img,.checkout-item>.image-placeholder{width:50px;height:50px}.quantity-stepper{grid-column:2;width:126px}.checkout-subtotal{grid-column:3;grid-row:2}.student-order-list{padding-left:12px;padding-right:12px}.order-admin-summary{grid-template-columns:1fr 1fr}.order-admin-summary>div:nth-child(2){border-right:0}.order-admin-summary>div{border-bottom:1px solid var(--line)}.admin-order-items>div{grid-template-columns:minmax(0,1fr) auto}.admin-order-items>div>b{grid-column:2}.order-address-block>div{flex-wrap:wrap}}@media(max-width:440px){.login-brand-pane{min-height:180px;padding:24px}.login-brand-pane .brand img{width:270px}.login-form-pane{padding:32px 20px}.drawer-actions{grid-template-columns:1fr}.stats-grid{grid-template-columns:1fr 1fr;gap:8px}.stat-card{min-height:102px;padding:12px}.student-orders-button{width:40px;padding:0}.student-orders-button span{display:none}.checkout-item{grid-template-columns:46px minmax(0,1fr)}.checkout-item>img,.checkout-item>.image-placeholder{width:46px;height:46px}.quantity-stepper{grid-column:2}.checkout-subtotal{grid-column:2;grid-row:auto;text-align:left}.checkout-total{align-items:flex-end}.checkout-total>div{display:grid;gap:3px;text-align:right}.order-success-modal footer{display:grid;grid-template-columns:1fr 1fr}.order-success-modal footer button{width:100%}.order-filters{grid-template-columns:1fr}.order-filters .search-box{grid-column:auto}.order-admin-summary{grid-template-columns:1fr}.order-admin-summary>div{border-right:0}}
