:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color-scheme:light dark;font-synthesis:none;text-rendering:optimizeLegibility;--tg-theme-bg-color: #f4f4f5;--tg-theme-text-color: #161617;--tg-theme-hint-color: #747478;--tg-theme-link-color: #168acd;--tg-theme-button-color: #168acd;--tg-theme-button-text-color: #ffffff;--tg-theme-secondary-bg-color: #ffffff;--tg-theme-section-bg-color: #ffffff;--tg-theme-section-separator-color: #e3e3e6;--tg-theme-accent-text-color: #168acd}:root[data-dev-theme=dark]{--tg-theme-bg-color: #171719;--tg-theme-text-color: #f3f3f4;--tg-theme-hint-color: #99999f;--tg-theme-link-color: #63b5e5;--tg-theme-button-color: #3e9ed7;--tg-theme-button-text-color: #ffffff;--tg-theme-secondary-bg-color: #232326;--tg-theme-section-bg-color: #232326;--tg-theme-section-separator-color: #35353a;--tg-theme-accent-text-color: #63b5e5}*{box-sizing:border-box}html{background:var(--tg-theme-bg-color)}body{margin:0;min-width:320px;min-height:100vh;background:var(--tg-theme-bg-color);color:var(--tg-theme-text-color)}button,input,select,textarea{font:inherit;letter-spacing:0}button{color:inherit}button,a{-webkit-tap-highlight-color:transparent}img{display:block;max-width:100%}:root{--page: var(--tg-theme-bg-color);--text: var(--tg-theme-text-color);--muted: var(--tg-theme-hint-color);--accent: var(--tg-theme-button-color);--accent-text: var(--tg-theme-button-text-color);--surface: var(--tg-theme-section-bg-color, var(--tg-theme-secondary-bg-color));--surface-2: var(--tg-theme-secondary-bg-color);--line: var(--tg-theme-section-separator-color, color-mix(in srgb, var(--text) 12%, transparent));--danger: #df3e46;--sale: #d63845;--shadow: 0 10px 32px rgb(0 0 0 / 10%)}button{border:0;background:none;cursor:pointer}button:disabled{cursor:default;opacity:.45}.app-shell{width:100%;max-width:720px;min-height:100vh;margin:0 auto;padding-bottom:calc(74px + env(safe-area-inset-bottom))}.app-loading{min-height:100vh;display:grid;place-content:center;justify-items:center;gap:12px;color:var(--muted)}.brand-mark{display:grid;place-items:center;width:36px;height:36px;background:var(--text);color:var(--surface);border-radius:8px;font-size:22px;font-weight:800;font-family:Georgia,serif}.dev-toolbar{min-height:38px;padding:5px 10px;display:flex;align-items:center;gap:8px;background:var(--surface-2);border-bottom:1px solid var(--line);font-size:11px;color:var(--muted)}.dev-toolbar>span{margin-right:auto;white-space:nowrap}.segmented{display:flex;padding:2px;background:var(--page);border-radius:7px}.segmented button{padding:5px 7px;border-radius:5px;color:var(--muted);font-size:11px}.segmented button.active{color:var(--text);background:var(--surface);box-shadow:0 1px 3px #00000014}.app-header{height:64px;padding:10px 14px;display:flex;align-items:center;justify-content:space-between;background:color-mix(in srgb,var(--surface) 93%,transparent);border-bottom:1px solid var(--line);position:sticky;top:0;z-index:20;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.dev-toolbar+.app-header{top:0}.brand{display:flex;align-items:center;gap:10px;min-width:0}.brand>div{display:flex;flex-direction:column;min-width:0}.brand strong{font-size:16px;line-height:1.2}.brand span:not(.brand-mark){margin-top:2px;color:var(--muted);font-size:11px}.header-spacer{width:38px;height:38px}.icon-button{width:38px;height:38px;flex:0 0 38px;display:grid;place-items:center;border-radius:8px;color:var(--text)}.icon-button:active{background:var(--surface-2)}.app-content{padding:12px 12px 22px}.search-row{display:grid;grid-template-columns:1fr 42px;gap:8px}.search-box{height:42px;display:flex;align-items:center;gap:8px;padding:0 11px;background:var(--surface);border:1px solid var(--line);border-radius:8px;color:var(--muted)}.search-box input{width:100%;min-width:0;border:0;outline:0;background:transparent;color:var(--text);font-size:14px}.search-box input::placeholder{color:var(--muted)}.search-box button{width:22px;height:22px;padding:0;display:grid;place-items:center;opacity:0;color:var(--muted)}.search-box button.visible{opacity:1}.filter-trigger{width:42px;height:42px;border:1px solid var(--line);background:var(--surface)}.filter-trigger.active{color:var(--accent);border-color:var(--accent)}.quick-filters{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:10px}.quick-filters button{height:39px;border-radius:8px;border:1px solid var(--line);background:var(--surface);font-size:13px;font-weight:650}.quick-filters button.active{background:var(--accent);color:var(--accent-text);border-color:var(--accent)}.category-scroll{margin:11px -12px 0;padding:0 12px 2px;display:flex;gap:7px;overflow-x:auto;scrollbar-width:none}.category-scroll::-webkit-scrollbar{display:none}.category-scroll button{flex:0 0 auto;min-height:34px;padding:0 12px;border:1px solid var(--line);border-radius:17px;background:var(--surface);color:var(--muted);font-size:12px}.category-scroll button.active{color:var(--accent-text);background:var(--accent);border-color:var(--accent)}.catalog-meta{min-height:35px;display:flex;align-items:center;justify-content:space-between;color:var(--muted);font-size:12px}.catalog-meta button,.sheet-title>button{color:var(--accent);padding:6px 0}.product-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.product-card{position:relative;min-width:0;overflow:hidden;background:var(--surface);border:1px solid var(--line);border-radius:7px}.product-photo{width:100%;aspect-ratio:4 / 5;padding:0;position:relative;overflow:hidden;background:var(--surface-2)}.product-photo img{width:100%;height:100%;object-fit:cover}.badges{position:absolute;left:7px;bottom:7px;display:flex;flex-wrap:wrap;gap:4px;max-width:calc(100% - 14px)}.badge{min-height:20px;display:inline-flex;align-items:center;padding:2px 6px;background:var(--text);color:var(--surface);border-radius:5px;font-size:10px;font-weight:750}.badge.sale{background:var(--sale);color:#fff}.favorite-button{position:absolute;top:7px;right:7px;width:32px;height:32px;display:grid;place-items:center;border-radius:50%;background:color-mix(in srgb,var(--surface) 90%,transparent);color:var(--text);box-shadow:0 2px 8px #0000001a}.favorite-button.active{color:var(--sale)}.product-info{width:100%;min-height:91px;padding:9px;display:flex;flex-direction:column;align-items:flex-start;text-align:left;color:var(--text)}.product-info strong{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px}.sizes{margin-top:4px;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--muted);font-size:10px}.price-line{margin-top:auto;display:flex;align-items:baseline;flex-wrap:wrap;gap:5px}.price-line b{font-size:13px}.price-line .sale-price{color:var(--sale)}.price-line s{color:var(--muted);font-size:10px}.empty{min-height:42vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:var(--muted)}.empty svg{margin-bottom:12px}.empty strong{color:var(--text);font-size:16px}.empty span{max-width:250px;margin-top:5px;font-size:13px}.page-title{min-height:48px;display:flex;align-items:center;gap:8px}.page-title h1{margin:0;font-size:20px}.page-title span{color:var(--muted);font-size:13px}.tabbar{position:fixed;left:50%;bottom:0;z-index:30;width:min(100%,720px);height:calc(62px + env(safe-area-inset-bottom));padding:5px 8px env(safe-area-inset-bottom);display:grid;grid-template-columns:repeat(3,1fr);background:color-mix(in srgb,var(--surface) 94%,transparent);border-top:1px solid var(--line);transform:translate(-50%);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.tabbar button{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;color:var(--muted);font-size:10px}.tabbar button.active{color:var(--accent)}.tabbar i{position:absolute;top:1px;left:calc(50% + 9px);min-width:17px;height:17px;padding:0 4px;display:grid;place-items:center;border-radius:9px;background:var(--sale);color:#fff;font-size:9px;font-style:normal}.overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;background:var(--page);overflow:hidden}.overlay-header{height:56px;padding:env(safe-area-inset-top) 10px 0;display:grid;grid-template-columns:40px 1fr 40px;align-items:center;border-bottom:1px solid var(--line);background:var(--surface)}.overlay-header>span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:center;font-size:14px;font-weight:700}.detail-overlay{display:grid;grid-template-rows:56px minmax(0,1fr) auto}.detail-scroll{overflow-y:auto}.gallery{position:relative;display:grid;grid-auto-flow:column;grid-auto-columns:100%;overflow-x:auto;scroll-snap-type:x mandatory;background:var(--surface-2);scrollbar-width:none}.gallery::-webkit-scrollbar{display:none}.gallery img{width:100%;aspect-ratio:1 / 1.16;object-fit:cover;scroll-snap-align:start}.gallery-counter{position:sticky;right:10px;bottom:10px;align-self:end;justify-self:end;width:max-content;margin:0 10px 10px 0;padding:4px 7px;border-radius:6px;background:#00000094;color:#fff;font-size:10px}.detail-body{padding:16px 14px 28px;background:var(--surface)}.detail-title-row{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.detail-title-row h1{margin:0;font-size:21px}.detail-title-row p{margin:4px 0 0;color:var(--muted);font-size:12px}.detail-price{margin-top:13px;display:flex;align-items:baseline;gap:8px}.detail-price b{font-size:20px}.detail-price s{color:var(--muted);font-size:13px}.detail-price span{color:var(--sale);font-size:12px;font-weight:700}.detail-section{padding-top:18px}.detail-section h2,.profile-orders h2,.report-panel h2{margin:0 0 9px;font-size:14px}.detail-section p{margin:0;color:var(--muted);font-size:13px;line-height:1.5}.size-list{display:flex;flex-wrap:wrap;gap:7px}.size-list button{min-width:40px;height:36px;padding:0 10px;border:1px solid var(--line);border-radius:7px;background:var(--surface);font-size:12px}.size-list button.selected{color:var(--accent-text);background:var(--accent);border-color:var(--accent)}.favorite-wide,.secondary-button{width:100%;min-height:44px;margin-top:20px;display:flex;align-items:center;justify-content:center;gap:8px;border:1px solid var(--line);border-radius:8px;background:var(--surface-2);font-size:13px;font-weight:650}.detail-action{padding:10px 12px calc(10px + env(safe-area-inset-bottom));background:var(--surface);border-top:1px solid var(--line)}.primary-button{width:100%;min-height:46px;display:flex;align-items:center;justify-content:center;gap:8px;border-radius:8px;background:var(--accent);color:var(--accent-text);font-size:14px;font-weight:700}.sheet-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:70;display:flex;align-items:flex-end;justify-content:center;background:#0000005c}.bottom-sheet{width:min(100%,720px);max-height:90vh;padding:8px 14px calc(14px + env(safe-area-inset-bottom));overflow-y:auto;border-radius:16px 16px 0 0;background:var(--surface);box-shadow:var(--shadow)}.sheet-handle{width:38px;height:4px;margin:0 auto 8px;border-radius:2px;background:var(--line)}.sheet-title{min-height:42px;display:flex;align-items:center;justify-content:space-between}.sheet-title h2{margin:0;font-size:17px}.bottom-sheet>label,.report-panel>label,.editor-sheet label{margin-top:12px;display:flex;flex-direction:column;gap:6px;color:var(--muted);font-size:11px}.bottom-sheet input,.bottom-sheet select,.bottom-sheet textarea,.report-panel input,.report-panel select{width:100%;min-height:42px;padding:9px 10px;border:1px solid var(--line);border-radius:7px;outline:none;background:var(--page);color:var(--text);resize:vertical}.bottom-sheet input:focus,.bottom-sheet select:focus,.bottom-sheet textarea:focus{border-color:var(--accent)}.bottom-sheet .primary-button{margin-top:18px}.filter-group{margin:16px 0 4px}.filter-group>span{display:block;margin-bottom:8px;color:var(--muted);font-size:11px}.cart-list{display:flex;flex-direction:column;gap:8px}.cart-item{min-height:132px;padding:9px;display:grid;grid-template-columns:92px minmax(0,1fr);gap:11px;background:var(--surface);border:1px solid var(--line);border-radius:7px}.cart-item>img{width:92px;height:116px;object-fit:cover;border-radius:5px}.cart-copy{min-width:0;min-height:116px;display:flex;flex-direction:column;align-items:flex-start}.cart-copy strong{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px}.cart-copy>span{margin-top:4px;color:var(--muted);font-size:11px}.cart-copy>b{margin-top:7px;font-size:13px}.cart-controls{width:100%;margin-top:auto;display:flex;align-items:center;justify-content:space-between;gap:8px}.quantity{display:grid;grid-template-columns:38px 32px 38px;align-items:center;text-align:center;border:1px solid var(--line);border-radius:7px;overflow:hidden}.quantity button{width:38px;height:38px;display:grid;place-items:center;background:var(--surface-2);color:var(--text)}.quantity button:active{background:color-mix(in srgb,var(--accent) 15%,var(--surface-2));color:var(--accent)}.quantity strong{font-size:13px;text-align:center}.cart-remove{min-height:38px;padding:0 7px;display:flex;align-items:center;gap:4px;color:var(--danger);font-size:11px;font-weight:650}.cart-error{margin:10px 0 0;padding:9px 10px;border-radius:7px;background:color-mix(in srgb,var(--danger) 12%,var(--surface));color:var(--danger);font-size:12px}.cart-summary{margin:16px 0 12px;display:flex;align-items:center;justify-content:space-between}.cart-summary strong{font-size:19px}.checkout-sheet{padding-inline:16px}.checkout-sheet .sheet-title h2{font-size:20px}.checkout-sheet>label,.delivery-panel label{margin-top:14px;gap:8px;color:var(--text);font-size:14px;font-weight:700}.checkout-sheet input,.checkout-sheet select{min-height:50px;padding:12px;background:var(--page);color:var(--text);font-size:15px;font-weight:550}.checkout-sheet input::placeholder{color:var(--muted);font-weight:450;opacity:.85}.fulfillment-fieldset{margin:18px 0 0;padding:0;border:0}.fulfillment-fieldset legend{margin-bottom:9px;color:var(--text);font-size:14px;font-weight:750}.fulfillment-toggle{display:grid;grid-template-columns:1fr 1fr;gap:8px}.fulfillment-toggle button{min-height:48px;display:flex;align-items:center;justify-content:center;gap:8px;border:1px solid var(--line);border-radius:8px;background:var(--page);color:var(--text);font-size:14px;font-weight:700}.fulfillment-toggle button.active{border-color:var(--accent);background:var(--accent);color:var(--accent-text)}.pickup-address{min-height:70px;margin-top:12px;padding:13px;display:flex;align-items:center;gap:11px;border:1px solid color-mix(in srgb,var(--accent) 45%,var(--line));border-radius:8px;background:color-mix(in srgb,var(--accent) 10%,var(--surface));color:var(--accent)}.pickup-address>div{display:flex;flex-direction:column;gap:4px}.pickup-address span{color:var(--muted);font-size:12px;font-weight:600}.pickup-address strong{color:var(--text);font-size:15px}.delivery-panel{margin-top:12px;padding:12px;border:1px solid var(--line);border-radius:8px;background:var(--page)}.delivery-panel>span{color:var(--text);font-size:13px;font-weight:700}.delivery-services{margin-top:9px;display:grid;grid-template-columns:repeat(3,1fr);padding:3px;border:1px solid var(--line);border-radius:8px;background:var(--surface)}.delivery-services button{min-width:0;min-height:39px;border-radius:6px;color:var(--muted);font-size:13px;font-weight:700}.delivery-services button.active{background:var(--accent);color:var(--accent-text)}.delivery-panel label{display:flex;flex-direction:column}.order-success{min-height:60vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.order-success>span{width:50px;height:50px;display:grid;place-items:center;border-radius:50%;background:color-mix(in srgb,var(--accent) 16%,var(--surface));color:var(--accent)}.order-success h2{margin:14px 0 7px;font-size:19px}.order-success p{max-width:420px;margin:0;color:var(--muted);font-size:13px;line-height:1.5}.order-success .secondary-button{max-width:260px}.profile-page{padding:14px}.profile-person{padding:14px;display:flex;align-items:center;gap:12px;background:var(--surface);border:1px solid var(--line);border-radius:7px}.avatar{width:44px;height:44px;display:grid;place-items:center;border-radius:50%;background:var(--surface-2);color:var(--accent)}.profile-person>div:last-child{display:flex;flex-direction:column;gap:3px}.profile-person span,.profile-order span,.muted{color:var(--muted);font-size:11px}.admin-entry{width:100%;min-height:50px;margin-top:10px;padding:0 12px;display:flex;align-items:center;justify-content:space-between;border:1px solid var(--line);border-radius:7px;background:var(--surface)}.admin-entry>span{display:flex;align-items:center;gap:9px;font-weight:650}.profile-orders{margin-top:22px}.profile-order{padding:12px 0;display:flex;justify-content:space-between;border-bottom:1px solid var(--line)}.profile-order>div{display:flex;flex-direction:column;gap:4px}.profile-order>div:last-child{align-items:flex-end}.admin-overlay{z-index:60;display:grid;grid-template-rows:56px 48px minmax(0,1fr)}.admin-tabs{display:grid;grid-template-columns:repeat(3,1fr);background:var(--surface);border-bottom:1px solid var(--line)}.admin-tabs button{position:relative;color:var(--muted);font-size:12px}.admin-tabs button.active{color:var(--accent);font-weight:700}.admin-tabs button.active:after{content:"";position:absolute;left:25%;right:25%;bottom:0;height:2px;background:var(--accent)}.admin-page{padding:14px;overflow-y:auto}.admin-section-title{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.admin-section-title h2{margin:0;font-size:18px}.small-command{height:34px;padding:0 10px;display:flex;align-items:center;gap:5px;border-radius:7px;background:var(--accent);color:var(--accent-text);font-size:12px;font-weight:650}.product-admin-tabs{margin-bottom:10px;padding:3px;display:grid;grid-template-columns:1fr 1fr;gap:3px;border-radius:7px;background:var(--surface-2)}.product-admin-tabs button{min-height:34px;padding:0 10px;border-radius:5px;color:var(--muted);font-size:11px;font-weight:650}.product-admin-tabs button.active{background:var(--surface);color:var(--text);box-shadow:0 1px 3px #00000014}.product-admin-tabs span{margin-left:4px;color:var(--muted);font-variant-numeric:tabular-nums}.admin-products{display:flex;flex-direction:column;gap:7px}.admin-products article{min-height:66px;padding:7px;display:grid;grid-template-columns:50px minmax(0,1fr) 38px;align-items:center;gap:9px;border:1px solid var(--line);border-radius:7px;background:var(--surface)}.admin-products img{width:50px;height:50px;object-fit:cover;border-radius:5px}.admin-products article>div{min-width:0;display:flex;flex-direction:column;gap:4px}.admin-products strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px}.admin-products span{color:var(--muted);font-size:11px}.admin-products article.sold-product{grid-template-columns:50px minmax(0,1fr) auto}.sold-product>img{filter:grayscale(1);opacity:.6}.admin-products article>.sold-product-actions{display:flex;flex-direction:column;gap:5px}.sold-product-actions button{min-height:30px;padding:0 8px;display:flex;align-items:center;justify-content:center;gap:5px;border:1px solid var(--line);border-radius:6px;color:var(--text);font-size:10px;font-weight:650}.sold-product-actions button.danger{color:var(--danger)}.editor-sheet{max-width:720px}.editor-preview{margin:8px -14px 0;padding:16px 14px;display:grid;grid-template-columns:minmax(0,1fr) 170px;align-items:start;gap:16px;border-block:1px solid var(--line);background:var(--page)}.editor-preview>div:first-child{min-width:0}.editor-preview h3{margin:2px 0 4px;font-size:15px}.editor-preview>div:first-child span{color:var(--muted);font-size:11px}.editor-preview-card{width:170px;pointer-events:none}.editor-preview-card .product-card{width:170px;background:var(--surface)}.editor-preview-card .product-photo{aspect-ratio:4 / 5}.editor-fields{padding-top:2px}.photo-field{margin-top:14px}.photo-field-heading{display:flex;align-items:center;justify-content:space-between;gap:12px}.photo-field-heading>div{min-width:0;display:flex;flex-direction:column;gap:3px}.photo-field-heading strong{font-size:12px}.photo-field-heading span{color:var(--muted);font-size:10px}.upload-photo-button{position:relative;min-height:38px;margin:0!important;padding:0 11px;flex:0 0 auto;display:flex!important;flex-direction:row!important;align-items:center;justify-content:center;gap:7px!important;overflow:hidden;border-radius:7px;background:var(--accent);color:var(--accent-text)!important;font-size:11px!important;font-weight:700;cursor:pointer}.upload-photo-button input{position:absolute;width:1px!important;height:1px;min-height:1px!important;padding:0!important;opacity:0;pointer-events:none}.editor-image-list{margin-top:10px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.editor-image-list figure{position:relative;aspect-ratio:1;margin:0;overflow:hidden;border:1px solid var(--line);border-radius:7px;background:var(--page)}.editor-image-list img{width:100%;height:100%;display:block;object-fit:cover}.editor-image-list figure>span{position:absolute;left:5px;bottom:5px;min-width:22px;height:22px;display:grid;place-items:center;border-radius:5px;background:#000000ad;color:#fff;font-size:10px;font-weight:700}.editor-image-list figure>button{position:absolute;top:5px;right:5px;width:30px;height:30px;display:grid;place-items:center;border-radius:6px;background:#000000ad;color:#fff}.photo-empty{min-height:74px;margin-top:10px;display:grid;place-items:center;border:1px dashed var(--line);border-radius:7px;color:var(--muted);font-size:11px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:9px}.checkbox-label{flex-direction:row!important;align-items:center;color:var(--text)!important}.checkbox-label input{width:18px!important;min-height:18px!important}.editor-actions{margin-top:18px;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px}.editor-actions .primary-button{margin-top:0}.delete-product{min-height:46px;padding:0 14px;display:flex;align-items:center;justify-content:center;gap:7px;border:1px solid color-mix(in srgb,var(--danger) 35%,var(--line));border-radius:8px;color:var(--danger);font-size:12px;font-weight:650}.delete-confirm{margin-top:10px;padding:11px;display:flex;align-items:center;justify-content:space-between;gap:10px;border:1px solid color-mix(in srgb,var(--danger) 35%,var(--line));border-radius:7px;background:color-mix(in srgb,var(--danger) 7%,var(--surface));font-size:12px}.delete-confirm>div{display:flex;gap:6px}.delete-confirm button{min-height:34px;padding:0 10px;border:1px solid var(--line);border-radius:6px;color:var(--text)}.delete-confirm button.danger{border-color:var(--danger);background:var(--danger);color:#fff}.admin-error{margin:0 0 12px;padding:10px;display:flex;flex-wrap:wrap;align-items:center;gap:6px 10px;border:1px solid color-mix(in srgb,var(--danger) 35%,var(--line));border-radius:7px;background:color-mix(in srgb,var(--danger) 7%,var(--surface));color:var(--danger);font-size:11px}.admin-error strong{font-size:12px}.admin-error span{flex:1 1 100%}.admin-error button{min-height:32px;padding:0 9px;border:1px solid currentColor;border-radius:6px;color:inherit;font-weight:650}.admin-orders{display:flex;flex-direction:column;gap:10px}.order-card{padding:12px;border:1px solid var(--line);border-radius:7px;background:var(--surface)}.order-heading,.order-total{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.order-heading>div,.order-customer{display:flex;flex-direction:column;gap:3px}.order-heading span,.order-customer span{color:var(--muted);font-size:10px}.order-heading>b{color:var(--accent);font-size:11px}.order-customer{margin-top:12px}.order-items{margin-top:12px;padding:8px 0;border-block:1px solid var(--line)}.order-items div{padding:3px 0;display:flex;justify-content:space-between;gap:8px;font-size:11px}.order-total{padding-top:10px}.order-actions{margin-top:10px;display:grid;grid-template-columns:1fr 1fr;gap:6px}.order-actions button{min-height:34px;padding:5px;border:1px solid var(--line);border-radius:6px;background:var(--surface-2);font-size:10px}.order-actions .danger{color:var(--danger)}.order-actions .delete-order{grid-column:1 / -1;display:flex;align-items:center;justify-content:center;gap:5px}.order-card details{margin-top:10px;color:var(--muted);font-size:10px}.order-card summary{cursor:pointer}.order-action-sheet{max-width:520px}.order-action-sheet>p{margin:2px 0 4px;color:var(--muted);font-size:12px}.order-action-sheet .admin-error{margin-top:12px}.order-action-sheet .danger-primary{background:var(--danger);color:#fff}.report-panel{max-width:520px;margin:0 auto;padding:14px;border:1px solid var(--line);border-radius:7px;background:var(--surface)}.report-panel .primary-button{margin-top:16px}.toast{position:fixed;left:50%;bottom:calc(76px + env(safe-area-inset-bottom));z-index:100;width:min(calc(100% - 24px),500px);min-height:44px;padding:9px 9px 9px 13px;display:flex;align-items:center;justify-content:space-between;gap:8px;background:var(--text);color:var(--surface);border-radius:8px;box-shadow:var(--shadow);transform:translate(-50%);font-size:12px}.toast button{width:28px;height:28px;display:grid;place-items:center;color:inherit}@media(min-width:640px){.app-shell{border-inline:1px solid var(--line)}.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.detail-overlay,.overlay{left:50%;width:min(100%,720px);transform:translate(-50%);box-shadow:0 0 60px #0000002e}.admin-overlay{width:min(100%,940px)}}@media(max-width:360px){.app-content{padding-inline:9px}.product-grid{gap:7px}.product-info{padding:8px 7px}.dev-toolbar>span{display:none}.editor-preview{grid-template-columns:minmax(0,1fr) 148px;gap:10px}.editor-preview-card,.editor-preview-card .product-card{width:148px}.editor-actions{grid-template-columns:1fr}.photo-field-heading{align-items:flex-start;flex-direction:column}.editor-image-list{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important}}
