:root{--orange: #F96302;--orange-dark: #D44D00;--orange-light: #FF8C42;--white: #FFFFFF;--gray-50: #F7F7F7;--gray-100: #F0F0F0;--gray-200: #E0E0E0;--gray-400: #BDBDBD;--gray-600: #757575;--gray-700: #616161;--gray-900: #212121;--green: #2E7D32;--green-light: #E8F5E9;--amber: #E65100;--header-h: 56px;--search-h: 52px;--nav-h: 48px}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Arial,sans-serif;background:var(--gray-50);color:var(--gray-900);font-size:14px;line-height:1.4;padding-top:calc(var(--header-h) + var(--search-h) + var(--nav-h))}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.hd-header{position:fixed;top:0;left:0;right:0;z-index:100;background:var(--orange);height:var(--header-h);display:flex;align-items:center;padding:0 10px;gap:8px}.hd-logo{display:flex;align-items:center;gap:9px;flex:1;min-width:0}.hd-logo-box{width:36px;height:36px;background:#fff;border-radius:4px;display:grid;place-items:center;font-size:14px;font-weight:900;color:var(--orange);letter-spacing:-1px;flex-shrink:0;line-height:1}.hd-brand{color:#fff;font-size:15px;font-weight:700;letter-spacing:-.3px;line-height:1.2;min-width:0}.hd-brand small{display:block;font-size:11px;font-weight:400;opacity:.85}.hd-icon-btn{background:none;border:none;cursor:pointer;color:#fff;width:40px;height:40px;display:grid;place-items:center;border-radius:6px;font-size:20px;flex-shrink:0;transition:background .15s}.hd-icon-btn:hover{background:#00000026}.hd-search{position:fixed;top:var(--header-h);left:0;right:0;z-index:99;background:#fff;height:var(--search-h);padding:8px 10px;border-bottom:1px solid var(--gray-200);display:flex}.hd-search-input{flex:1;height:36px;border:2px solid var(--gray-200);border-right:none;border-radius:4px 0 0 4px;padding:0 12px;font-size:14px;outline:none;background:var(--gray-50);transition:border-color .15s,background .15s}.hd-search-input:focus{border-color:var(--orange);background:#fff}.hd-search-btn{width:44px;height:36px;background:var(--orange);border:none;cursor:pointer;border-radius:0 4px 4px 0;color:#fff;font-size:16px;display:grid;place-items:center;transition:background .15s}.hd-search-btn:hover{background:var(--orange-dark)}.hd-cat-nav{position:fixed;top:calc(var(--header-h) + var(--search-h));left:0;right:0;z-index:98;background:var(--gray-900);height:var(--nav-h);overflow-x:auto;scrollbar-width:none;display:flex;align-items:center;gap:2px;padding:0 6px;white-space:nowrap}.hd-cat-nav::-webkit-scrollbar{display:none}.hd-cat-btn{display:inline-flex;align-items:center;gap:5px;padding:0 11px;height:34px;border:none;cursor:pointer;border-radius:4px;font-size:12px;font-weight:600;color:#fffc;background:none;flex-shrink:0;transition:background .15s,color .15s}.hd-cat-btn:hover,.hd-cat-btn.active{background:var(--orange);color:#fff}.hd-info-strip{background:var(--orange-dark);color:#fff;font-size:12px;font-weight:600;padding:8px 14px;display:flex;align-items:center;gap:6px;letter-spacing:.01em}.hd-hero{background:linear-gradient(135deg,#1a1a1a,#2d2d2d);color:#fff;padding:26px 16px 22px;position:relative;overflow:hidden;margin-bottom:8px}.hd-hero:before{content:"";position:absolute;right:-40px;top:-40px;width:200px;height:200px;background:var(--orange);border-radius:50%;opacity:.08}.hd-hero:after{content:"";position:absolute;left:-30px;bottom:-50px;width:160px;height:160px;background:var(--orange);border-radius:50%;opacity:.05}.hd-hero-eyebrow{font-size:10px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--orange-light);margin-bottom:10px}.hd-hero h1{font-size:30px;font-weight:900;letter-spacing:-.5px;line-height:1.1;margin-bottom:10px}.hd-hero p{font-size:13px;color:#ffffffb3;margin-bottom:16px;line-height:1.55;max-width:34ch}.hd-hero-cta{display:inline-flex;align-items:center;gap:6px;padding:10px 20px;background:var(--orange);color:#fff;border:none;cursor:pointer;border-radius:3px;font-size:13px;font-weight:700;transition:background .15s}.hd-hero-cta:hover{background:var(--orange-dark);color:#fff}.hd-hero-stats{display:flex;gap:0;margin-top:20px;padding-top:18px;border-top:1px solid rgba(255,255,255,.12)}.hd-hero-stat{flex:1;text-align:center;padding:0 4px}.hd-hero-stat+.hd-hero-stat{border-left:1px solid rgba(255,255,255,.1)}.hd-hero-stat-num{display:block;font-size:22px;font-weight:900;color:var(--orange-light);letter-spacing:-.5px}.hd-hero-stat-label{display:block;font-size:10px;color:#ffffff8c;margin-top:3px;text-transform:uppercase;letter-spacing:.06em}.hd-section{background:#fff;margin-bottom:8px}.hd-section-head{padding:14px 14px 10px;display:flex;align-items:center;justify-content:space-between}.hd-section-title{font-size:16px;font-weight:800;color:var(--gray-900);letter-spacing:-.3px}.hd-section-link{font-size:13px;color:var(--orange);font-weight:600;cursor:pointer}.hd-section-link:hover{text-decoration:underline}.hd-dept-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--gray-200);border-top:1px solid var(--gray-200)}.hd-dept-tile{background:#fff;padding:16px 8px;text-align:center;cursor:pointer;border:none;display:flex;flex-direction:column;align-items:center;gap:7px;transition:background .15s}.hd-dept-tile:hover,.hd-dept-tile:active{background:var(--gray-50)}.hd-dept-icon{font-size:26px;line-height:1}.hd-dept-label{font-size:11px;font-weight:600;color:var(--gray-700);line-height:1.3}.hd-promo-banner{background:linear-gradient(135deg,#b71c1c,#c62828);color:#fff;padding:14px;margin-bottom:8px;display:flex;align-items:center;justify-content:space-between;gap:12px}.hd-promo-text strong{display:block;font-size:14px;font-weight:800;margin-bottom:3px}.hd-promo-text span{font-size:12px;opacity:.85}.hd-promo-btn{background:#fff;color:#b71c1c;border:none;cursor:pointer;padding:8px 14px;border-radius:3px;font-size:12px;font-weight:700;white-space:nowrap;flex-shrink:0;transition:opacity .15s}.hd-promo-btn:hover{opacity:.9}.hd-listing-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1px;background:var(--gray-200);border-top:1px solid var(--gray-200)}.hd-listing-card{background:#fff;display:flex;flex-direction:column;cursor:pointer;transition:box-shadow .15s}.hd-listing-card:hover{box-shadow:inset 0 0 0 2px var(--orange);z-index:1}.hd-listing-img{width:100%;aspect-ratio:1;display:grid;place-items:center;position:relative;overflow:hidden}.hd-listing-img img{width:100%;height:100%;object-fit:cover}.hd-listing-img .cat-emoji{font-size:38px;opacity:.55}.hd-status-badge{position:absolute;top:7px;left:7px;padding:3px 7px;border-radius:3px;font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;pointer-events:none}.hd-status-badge.available{background:var(--green);color:#fff}.hd-status-badge.pending{background:var(--amber);color:#fff}.hd-status-badge.sold{background:var(--gray-600);color:#fff}.hd-listing-info{padding:9px 9px 11px;display:flex;flex-direction:column;gap:4px;flex:1}.hd-listing-price{font-size:20px;font-weight:900;color:var(--gray-900);letter-spacing:-.5px;line-height:1}.hd-listing-name{font-size:12px;font-weight:600;color:var(--gray-900);line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.hd-listing-meta{font-size:11px;color:var(--gray-600);margin-top:1px}.hd-listing-ask{margin-top:6px;width:100%;padding:8px 4px;background:var(--orange);color:#fff;border:none;cursor:pointer;border-radius:3px;font-size:11px;font-weight:700;text-align:center;transition:background .15s;letter-spacing:.01em}.hd-listing-ask:hover{background:var(--orange-dark)}.hd-listing-ask.sold{background:var(--gray-400);cursor:default;pointer-events:none}.hd-slot-list{padding:0 14px 14px;display:grid;gap:8px}.hd-slot{display:flex;align-items:center;gap:12px;padding:12px;border:1px solid var(--gray-200);border-radius:6px;background:var(--gray-50)}.hd-slot-icon{font-size:22px;flex-shrink:0}.hd-slot-info strong{display:block;font-size:13px;font-weight:700;color:var(--gray-900)}.hd-slot-info span{font-size:12px;color:var(--gray-600)}.hd-slot-book{margin-left:auto;padding:7px 12px;background:var(--orange);color:#fff;border:none;cursor:pointer;border-radius:3px;font-size:11px;font-weight:700;flex-shrink:0;transition:background .15s}.hd-slot-book:hover{background:var(--orange-dark)}.hd-contact-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;padding:0 14px 16px}.hd-contact-btn{padding:14px 10px;border:2px solid var(--gray-200);border-radius:8px;background:#fff;text-align:center;cursor:pointer;color:var(--gray-900);transition:border-color .15s,background .15s;display:block}.hd-contact-btn:hover{border-color:var(--orange);background:#fff5ee}.hd-contact-btn .icon{font-size:24px;display:block;margin-bottom:6px}.hd-contact-btn strong{display:block;font-size:13px;font-weight:700}.hd-contact-btn span{display:block;font-size:11px;color:var(--gray-600);margin-top:2px}.hd-footer{background:var(--gray-900);color:#ffffffb3;padding:24px 14px 48px}.hd-footer-brand{display:flex;align-items:center;gap:10px;margin-bottom:18px;padding-bottom:16px;border-bottom:1px solid rgba(255,255,255,.1)}.hd-footer-logo{width:36px;height:36px;background:var(--orange);border-radius:4px;display:grid;place-items:center;color:#fff;font-size:13px;font-weight:900;letter-spacing:-1px}.hd-footer-name{font-size:15px;font-weight:700;color:#fff}.hd-footer-links{display:grid;grid-template-columns:repeat(2,1fr);gap:4px 20px;margin-bottom:20px}.hd-footer-link{font-size:12px;color:#ffffff8c;padding:5px 0;transition:color .15s}.hd-footer-link:hover{color:#fff}.hd-footer-info{font-size:12px;color:#fff6;line-height:1.8;padding-top:16px;border-top:1px solid rgba(255,255,255,.08)}.hd-modal-overlay{position:fixed;inset:0;background:#000000a6;z-index:200;display:flex;align-items:flex-end;animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.hd-modal{background:#fff;border-radius:18px 18px 0 0;width:100%;max-height:92vh;overflow-y:auto;animation:slideUp .25s ease;-webkit-overflow-scrolling:touch}.hd-modal-header{position:sticky;top:0;background:#fff;padding:14px 16px 10px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--gray-200);z-index:1}.hd-modal-close{width:30px;height:30px;border-radius:50%;background:var(--gray-100);border:none;cursor:pointer;font-size:14px;display:grid;place-items:center;color:var(--gray-700);transition:background .15s}.hd-modal-close:hover{background:var(--gray-200)}.hd-modal-img{width:100%;aspect-ratio:4 / 3;display:grid;place-items:center;font-size:72px}.hd-modal-body{padding:16px 16px 24px}.hd-modal-price{font-size:34px;font-weight:900;color:var(--gray-900);letter-spacing:-1px;margin-bottom:6px}.hd-modal-title{font-size:20px;font-weight:700;margin-bottom:12px;line-height:1.3;color:var(--gray-900)}.hd-modal-badges{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:14px}.hd-modal-badge{padding:4px 10px;border-radius:3px;font-size:11px;font-weight:700;background:var(--gray-100);color:var(--gray-700);text-transform:uppercase;letter-spacing:.04em}.hd-modal-desc{font-size:14px;color:var(--gray-700);line-height:1.65;margin-bottom:22px}.hd-modal-cta{display:block;width:100%;padding:14px;background:var(--orange);color:#fff;border:none;cursor:pointer;border-radius:4px;font-size:15px;font-weight:700;text-align:center;margin-bottom:10px;transition:background .15s}.hd-modal-cta:hover{background:var(--orange-dark);color:#fff}.hd-modal-cta.sold{background:var(--gray-400);cursor:default;pointer-events:none}.hd-modal-cta-secondary{display:block;width:100%;padding:12px;background:#fff;color:var(--gray-900);border:2px solid var(--gray-200);cursor:pointer;border-radius:4px;font-size:14px;font-weight:600;text-align:center;transition:border-color .15s,background .15s}.hd-modal-cta-secondary:hover{border-color:var(--orange);background:#fff5ee}.hd-fab{position:fixed;bottom:22px;right:14px;width:44px;height:44px;background:var(--orange);color:#fff;border:none;cursor:pointer;border-radius:50%;font-size:18px;display:grid;place-items:center;box-shadow:0 4px 14px #f9630273;z-index:50;opacity:0;transition:opacity .25s,transform .25s;pointer-events:none;transform:translateY(8px)}.hd-fab.visible{opacity:1;pointer-events:auto;transform:translateY(0)}.hd-fab:hover{background:var(--orange-dark)}.hd-empty{padding:40px 16px;text-align:center;color:var(--gray-600)}.hd-empty-icon{font-size:48px;display:block;margin-bottom:12px}.hd-empty h3{font-size:16px;font-weight:700;margin-bottom:6px;color:var(--gray-900)}.hd-empty p{font-size:13px;line-height:1.5}@media(min-width:480px){.hd-listing-grid{grid-template-columns:repeat(3,1fr)}.hd-dept-grid{grid-template-columns:repeat(4,1fr)}}@media(min-width:700px){.hd-listing-grid{grid-template-columns:repeat(4,1fr)}.hd-dept-grid{grid-template-columns:repeat(5,1fr)}.hd-hero h1{font-size:36px}.hd-contact-grid{grid-template-columns:repeat(4,1fr)}}@media(min-width:960px){.hd-listing-grid{grid-template-columns:repeat(5,1fr)}.hd-dept-grid{grid-template-columns:repeat(6,1fr)}body{padding-top:calc(var(--header-h) + var(--search-h) + var(--nav-h))}}.hd-page-loading{padding:60px 16px;text-align:center;color:var(--gray-600);font-size:14px}.hd-page-hero{padding:24px 16px 20px;margin-bottom:8px}.hd-page-hero-inner{max-width:600px}.hd-back-btn{display:inline-flex;align-items:center;gap:4px;font-size:13px;font-weight:600;color:var(--orange);text-decoration:none;margin-bottom:14px;margin-right:8px;cursor:pointer;background:none;border:none;padding:0}.hd-back-btn:hover{text-decoration:underline}.hd-page-hero-icon{font-size:40px;line-height:1;margin-bottom:8px}.hd-page-hero-title{font-size:26px;font-weight:900;letter-spacing:-.5px;margin-bottom:6px}.hd-page-hero-sub{font-size:13px;color:var(--gray-600);margin:0}.hd-status-tabs{display:flex;gap:0;overflow-x:auto;scrollbar-width:none;background:#fff;border-bottom:2px solid var(--gray-200);margin-bottom:8px}.hd-status-tabs::-webkit-scrollbar{display:none}.hd-status-tab{flex-shrink:0;padding:10px 16px;border:none;background:none;cursor:pointer;font-size:13px;font-weight:600;color:var(--gray-600);border-bottom:2px solid transparent;margin-bottom:-2px;display:flex;align-items:center;gap:6px;transition:color .15s,border-color .15s}.hd-status-tab.active{color:var(--orange);border-bottom-color:var(--orange)}.hd-status-tab:hover{color:var(--gray-900)}.hd-tab-count{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:18px;padding:0 5px;border-radius:999px;background:var(--gray-100);font-size:10px;font-weight:700;color:var(--gray-600)}.hd-status-tab.active .hd-tab-count{background:#fff0e6;color:var(--orange)}.hd-product-page{padding-bottom:32px}.hd-product-back{display:flex;align-items:center;padding:10px 14px 2px;background:#fff;border-bottom:1px solid var(--gray-200)}.hd-product-gallery{width:100%;aspect-ratio:4 / 3;display:grid;place-items:center;position:relative;overflow:hidden;background:var(--gray-100)}.hd-product-gallery.no-img{aspect-ratio:1 / 1;max-height:280px}.hd-gallery-main{width:100%;height:100%}.hd-gallery-main img{width:100%;height:100%;object-fit:cover}.hd-img-count{position:absolute;bottom:10px;right:10px;background:#0000008c;color:#fff;font-size:11px;font-weight:600;padding:4px 9px;border-radius:999px}.hd-gallery-dots{position:absolute;bottom:10px;left:50%;transform:translate(-50%);display:flex;gap:5px}.hd-gallery-dot{width:7px;height:7px;border-radius:50%;background:#ffffff80;border:none;cursor:pointer}.hd-gallery-dot.active{background:#fff}.hd-gallery-thumbs{display:flex;gap:6px;padding:8px 12px;overflow-x:auto;scrollbar-width:none;background:#fff;border-bottom:1px solid var(--gray-200)}.hd-gallery-thumbs::-webkit-scrollbar{display:none}.hd-gallery-thumb{width:56px;height:56px;flex-shrink:0;border:2px solid var(--gray-200);border-radius:4px;overflow:hidden;cursor:pointer;padding:0;background:none;transition:border-color .15s}.hd-gallery-thumb.active{border-color:var(--orange)}.hd-gallery-thumb img{width:100%;height:100%;object-fit:cover}.hd-product-body{padding:16px 16px 8px;background:#fff;margin-bottom:8px}.hd-product-badges{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:12px}.hd-product-price{font-size:34px;font-weight:900;letter-spacing:-1px;color:var(--gray-900);margin-bottom:6px}.hd-product-title{font-size:22px;font-weight:700;letter-spacing:-.3px;line-height:1.2;margin-bottom:14px;color:var(--gray-900)}.hd-product-desc{font-size:14px;color:var(--gray-700);line-height:1.65;margin-bottom:10px}.hd-product-long{border-top:1px solid var(--gray-200);padding-top:10px}.hd-product-detail-row{display:flex;gap:12px;padding:10px 0;border-top:1px solid var(--gray-200);font-size:13px}.hd-detail-label{font-weight:700;color:var(--gray-700);min-width:100px}.hd-product-ctas{margin:18px 0 12px;display:flex;flex-direction:column;gap:10px}.hd-product-pickup-note{font-size:12px;color:var(--gray-600);padding:10px 0;border-top:1px solid var(--gray-200);margin-top:8px}.hd-product-related{margin-top:8px}.admin-login-page{display:flex;align-items:center;justify-content:center;min-height:calc(100vh - 56px);padding:32px 16px}.admin-login-card{background:#fff;border-radius:16px;padding:36px 28px;text-align:center;width:100%;max-width:360px;box-shadow:0 8px 32px #0000001a}.admin-login-logo{width:56px;height:56px;background:var(--orange);border-radius:8px;display:grid;place-items:center;font-size:22px;font-weight:900;color:#fff;margin:0 auto 16px}.admin-login-title{font-size:22px;font-weight:900;margin-bottom:8px}.admin-login-sub{font-size:13px;color:var(--gray-600);margin-bottom:24px;line-height:1.5}.admin-login-note{font-size:12px;color:#d32f2f;margin-top:12px;min-height:18px}.admin-google-btn{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;padding:12px 16px;border:2px solid var(--gray-200);border-radius:6px;background:#fff;cursor:pointer;font-size:14px;font-weight:600;color:var(--gray-900);transition:border-color .15s,background .15s}.admin-google-btn:hover{border-color:var(--orange);background:#fff5ee}.admin-google-btn:disabled{opacity:.6;cursor:default}.admin-flash{background:#e8f5e9;color:#2e7d32;padding:10px 16px;font-size:13px;font-weight:600;border-bottom:1px solid #C8E6C9}.admin-dash{max-width:900px;margin:0 auto;padding:16px}.admin-dash-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.admin-dash-title{font-size:20px;font-weight:900}.admin-new-btn{padding:9px 18px;background:var(--orange);color:#fff;border:none;cursor:pointer;border-radius:4px;font-size:14px;font-weight:700;transition:background .15s}.admin-new-btn:hover{background:var(--orange-dark)}.admin-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--gray-200);border-radius:8px;overflow:hidden;margin-bottom:16px}.admin-stat{background:#fff;padding:14px 10px;text-align:center;font-size:11px;color:var(--gray-600);font-weight:600;text-transform:uppercase;letter-spacing:.05em}.admin-stat-n{display:block;font-size:24px;font-weight:900;color:var(--gray-900);margin-bottom:4px;letter-spacing:-.5px}.admin-list{display:grid;gap:8px}.admin-row{display:flex;align-items:center;gap:12px;background:#fff;border-radius:8px;padding:10px 12px;border:1px solid var(--gray-200)}.admin-row-img{width:48px;height:48px;border-radius:6px;flex-shrink:0;display:grid;place-items:center;font-size:22px;overflow:hidden}.admin-row-img img{width:100%;height:100%;object-fit:cover}.admin-row-info{flex:1;min-width:0}.admin-row-title{font-size:13px;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.admin-row-meta{font-size:12px;color:var(--gray-600);margin-top:2px}.admin-row-actions{display:flex;align-items:center;gap:6px;flex-shrink:0;flex-wrap:wrap;justify-content:flex-end}.admin-status-sel{padding:5px 8px;border:1px solid var(--gray-200);border-radius:4px;font-size:12px;font-weight:600;background:var(--gray-50);cursor:pointer;color:var(--gray-900)}.admin-edit-btn{padding:5px 11px;background:var(--orange);color:#fff;border:none;cursor:pointer;border-radius:4px;font-size:12px;font-weight:700;transition:background .15s}.admin-edit-btn:hover{background:var(--orange-dark)}.admin-del-btn{padding:5px 11px;background:#fff;color:#d32f2f;border:1px solid #FFCDD2;cursor:pointer;border-radius:4px;font-size:12px;font-weight:700;transition:background .15s}.admin-del-btn:hover{background:#ffebee}.admin-form-page{max-width:700px;margin:0 auto;padding:16px}.admin-form-head{display:flex;align-items:center;gap:12px;margin-bottom:20px}.admin-form-title{font-size:20px;font-weight:900}.admin-form{display:grid;gap:16px}.admin-field{display:flex;flex-direction:column;gap:5px}.admin-field-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.admin-label{font-size:13px;font-weight:700;color:var(--gray-900)}.req{color:#d32f2f}.opt{color:var(--gray-600);font-weight:400}.admin-input{padding:10px 12px;border:2px solid var(--gray-200);border-radius:6px;font-size:14px;background:#fff;color:var(--gray-900);outline:none;transition:border-color .15s;width:100%}.admin-input:focus{border-color:var(--orange)}.admin-textarea{resize:vertical;min-height:80px}.admin-upload-zone{border:2px dashed var(--gray-300, #DDD);border-radius:8px;background:var(--gray-50);cursor:pointer;transition:border-color .15s,background .15s;overflow:hidden}.admin-upload-zone:hover,.admin-upload-zone.dragover{border-color:var(--orange);background:#fff5ee}.upload-zone-inner{padding:28px 16px;display:flex;flex-direction:column;align-items:center;gap:6px;font-size:13px;font-weight:600;color:var(--gray-600);text-align:center}.upload-zone-inner small{font-size:11px;font-weight:400}.admin-img-preview{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-top:8px}.admin-img-tile{position:relative;aspect-ratio:1;border-radius:6px;overflow:hidden;border:1px solid var(--gray-200)}.admin-img-tile img{width:100%;height:100%;object-fit:cover}.admin-img-remove{position:absolute;top:4px;right:4px;width:22px;height:22px;border-radius:50%;background:#0009;color:#fff;border:none;cursor:pointer;font-size:12px;display:grid;place-items:center;line-height:1;z-index:1}.admin-upload-progress{margin-top:10px}.progress-bar{height:6px;background:var(--gray-200);border-radius:3px;overflow:hidden;margin-bottom:6px}.progress-fill{height:100%;background:var(--orange);border-radius:3px;transition:width .3s}#progress-label{font-size:12px;color:var(--gray-600)}.admin-form-error{font-size:13px;color:#d32f2f;font-weight:600;min-height:18px}.admin-form-btns{display:flex;gap:10px;justify-content:flex-end;padding-top:4px;padding-bottom:40px}.admin-cancel-btn{padding:12px 20px;background:#fff;color:var(--gray-900);border:2px solid var(--gray-200);cursor:pointer;border-radius:4px;font-size:14px;font-weight:600;transition:border-color .15s}.admin-cancel-btn:hover{border-color:var(--gray-400)}.admin-save-btn{padding:12px 24px;background:var(--orange);color:#fff;border:none;cursor:pointer;border-radius:4px;font-size:14px;font-weight:700;transition:background .15s}.admin-save-btn:hover{background:var(--orange-dark)}.admin-save-btn:disabled{opacity:.6;cursor:default}@media(max-width:480px){.admin-row{flex-wrap:wrap}.admin-row-actions{width:100%;justify-content:flex-start;padding-top:6px;border-top:1px solid var(--gray-200)}.admin-field-row{grid-template-columns:1fr}.admin-img-preview{grid-template-columns:repeat(3,1fr)}.admin-stats{grid-template-columns:repeat(2,1fr)}}
