:root{--brand: #FF6B35;--brand-dark: #E85520;--brand-light: #FFF0EB;--ink: #0A0F1E;--ink-2: #1C2333;--ink-3: #2D3748;--muted: #64748B;--muted-2: #94A3B8;--border: #E2E8F0;--border-2: #F1F5F9;--surface: #FFFFFF;--bg: #F7F9FC;--green: #10B981;--green-bg: #ECFDF5;--red: #EF4444;--red-bg: #FEF2F2;--yellow: #F59E0B;--yellow-bg: #FFFBEB;--blue: #3B82F6;--blue-bg: #EFF6FF;--shadow-xs: 0 1px 2px rgba(0,0,0,.05);--shadow-sm: 0 1px 3px rgba(0,0,0,.1),0 1px 2px rgba(0,0,0,.06);--shadow-md: 0 4px 6px -1px rgba(0,0,0,.08),0 2px 4px -1px rgba(0,0,0,.04);--shadow-lg: 0 10px 25px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05);--shadow-xl: 0 20px 40px -4px rgba(0,0,0,.12);--r-sm: 6px;--r: 10px;--r-lg: 16px;--r-xl: 24px;--sidebar-w: 260px;--orange: var(--brand);--orange-dark: var(--brand-dark);--navy: var(--ink);--navy-mid: var(--ink-2);--slate: var(--muted);--slate-light: var(--muted-2);--white: var(--surface);--radius: var(--r);--radius-lg: var(--r-lg);--shadow: var(--shadow-sm)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:var(--bg);color:var(--ink);line-height:1.6}a{color:inherit;text-decoration:none}img{max-width:100%}button{cursor:pointer;font-family:inherit}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes slideIn{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes overlayIn{0%{opacity:0}to{opacity:1}}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.animate-in{animation:fadeIn .25s ease forwards}.skeleton{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:var(--r)}.btn{display:inline-flex;align-items:center;gap:6px;padding:10px 20px;border-radius:8px;font-size:.9rem;font-weight:600;border:2px solid transparent;transition:all .15s ease;white-space:nowrap}.btn-primary{background:var(--brand);color:#fff;border-color:var(--brand)}.btn-primary:hover{background:var(--brand-dark);border-color:var(--brand-dark);transform:translateY(-1px);box-shadow:var(--shadow-md)}.btn-outline{background:transparent;color:var(--brand);border-color:var(--brand)}.btn-outline:hover{background:var(--brand);color:#fff}.btn-ghost{background:transparent;color:var(--muted);border-color:transparent}.btn-ghost:hover{background:var(--border);color:var(--ink)}.btn-lg{padding:14px 28px;font-size:1rem;border-radius:var(--r-lg)}.btn-full{width:100%;justify-content:center}.btn-sm{padding:5px 12px;font-size:.8rem;border-radius:var(--r-sm)}.btn-danger:hover{color:var(--red)}.btn:disabled{opacity:.5;cursor:not-allowed}.navbar{position:sticky;top:0;z-index:100;background:var(--surface);border-bottom:1px solid var(--border);box-shadow:var(--shadow-sm)}.navbar-inner{max-width:1200px;margin:0 auto;padding:0 24px;height:64px;display:flex;align-items:center;justify-content:space-between}.navbar-brand{display:flex;align-items:center;gap:8px;font-weight:700}.brand-icon{font-size:1.4rem}.brand-name{font-size:1.15rem;color:var(--ink);font-weight:800;background:linear-gradient(135deg,var(--brand),var(--brand-dark));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.brand-country{font-size:.75rem;background:var(--border-2);color:var(--muted);padding:2px 8px;border-radius:20px}.navbar-actions{display:flex;align-items:center;gap:10px}.navbar-user{font-size:.85rem;color:var(--muted);padding:0 4px}.navbar-link{font-size:.9rem;font-weight:500;color:var(--ink-3);padding:6px 12px;border-radius:var(--r-sm);transition:background .15s;position:relative}.navbar-link:hover{background:var(--border-2);color:var(--brand)}.cart-badge-btn{display:inline-flex;align-items:center;gap:8px;background:var(--brand);color:#fff;padding:7px 16px;border-radius:99px;border:none;font-size:.875rem;font-weight:700;cursor:pointer;transition:background .15s,transform .15s}.cart-badge-btn:hover{background:var(--brand-dark);transform:translateY(-1px)}.cart-count{background:#fff;color:var(--brand);width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:800}.marketplace-header{background:linear-gradient(135deg,var(--ink) 0%,var(--ink-2) 100%);color:#fff;padding:64px 24px 48px}.marketplace-header-inner{max-width:1200px;margin:0 auto}.marketplace-title{font-size:clamp(2rem,4vw,3rem);font-weight:900;margin-bottom:12px;line-height:1.15}.marketplace-sub{color:var(--muted-2);font-size:1.05rem;margin-bottom:32px}.hero-highlight{color:var(--brand)}.hero-search-bar{display:flex;gap:12px;flex-wrap:wrap;background:#ffffff14;border:1px solid rgba(255,255,255,.15);border-radius:var(--r-xl);padding:12px 16px;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.filter-search,.filter-select{padding:10px 14px;border:1.5px solid rgba(255,255,255,.2);border-radius:var(--r);font-size:.95rem;font-family:inherit;background:#ffffff14;color:#fff;transition:border-color .15s;flex:1;min-width:160px}.filter-search::placeholder{color:var(--muted-2)}.filter-search:focus,.filter-select:focus{outline:none;border-color:var(--brand)}.filter-select option{background:var(--ink-2);color:#fff}.filter-select:disabled{opacity:.5;cursor:not-allowed}.stores-count{color:var(--muted);font-size:.9rem;margin-bottom:20px}.store-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:20px}.store-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);padding:24px;box-shadow:var(--shadow-sm);transition:box-shadow .2s,transform .2s;text-decoration:none;color:inherit;display:flex;flex-direction:column;gap:12px}.store-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px)}.store-card-top{display:flex;align-items:flex-start;gap:14px}.store-card-icon{font-size:2rem;flex-shrink:0}.store-card-body{flex:1;display:flex;flex-direction:column;gap:4px}.store-card-name{font-size:1.05rem;font-weight:700;color:var(--ink)}.store-card-address{font-size:.85rem;color:var(--muted)}.store-card-footer{display:flex;align-items:center;justify-content:space-between;padding-top:12px;border-top:1px solid var(--border-2)}.store-card-phone{font-size:.82rem;color:var(--green);font-weight:600}.section{padding:48px 24px}.section-inner{max-width:1200px;margin:0 auto}.section-title{font-size:clamp(1.5rem,3vw,2.2rem);font-weight:800;margin-bottom:12px}.section-title.left{text-align:left;margin-bottom:0}.section-sub{color:var(--muted-2);font-size:1rem;margin-bottom:40px}.badge{font-size:.72rem;font-weight:700;padding:3px 10px;border-radius:20px;border:none;cursor:pointer;transition:opacity .15s;display:inline-flex;align-items:center;gap:4px}.badge:hover{opacity:.8}.badge-green{background:var(--green-bg);color:var(--green)}.badge-gray{background:var(--border);color:var(--muted)}.badge-yellow{background:var(--yellow-bg);color:var(--yellow)}.badge-red{background:var(--red-bg);color:var(--red)}.badge-blue{background:var(--blue-bg);color:var(--blue)}.badge-brand{background:var(--brand-light);color:var(--brand-dark)}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:20px}.product-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);overflow:hidden;box-shadow:var(--shadow-sm);display:flex;flex-direction:column;transition:box-shadow .2s,transform .2s}.product-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.product-card--unavailable{opacity:.65}.product-card-img{width:100%;height:180px;object-fit:cover;background:var(--border-2)}.product-card-img--placeholder{display:flex;align-items:center;justify-content:center;font-size:3rem;color:var(--muted-2);height:180px;background:linear-gradient(135deg,var(--border-2),var(--border))}.product-card-body{padding:16px;flex:1;display:flex;flex-direction:column;gap:8px}.product-card-name{font-size:.95rem;font-weight:700}.product-card-sku{font-size:.75rem;color:var(--muted-2);font-family:monospace}.product-card-desc{font-size:.85rem;color:var(--muted);line-height:1.4;flex:1}.product-card-footer{display:flex;justify-content:space-between;align-items:center;margin-top:auto;padding-top:12px}.product-card-price{font-size:1.15rem;font-weight:800;color:var(--ink)}.store-page-header{background:linear-gradient(135deg,var(--ink-2) 0%,var(--ink-3) 100%);color:#fff;padding:48px 24px}.store-page-header-inner{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:flex-start;gap:24px;flex-wrap:wrap}.store-page-name{font-size:2rem;font-weight:900;margin-bottom:6px}.store-page-address{color:var(--muted-2);font-size:.95rem}.store-page-schedule{color:var(--muted-2);font-size:.9rem;margin-top:4px}.store-page-phone{display:inline-flex;align-items:center;gap:6px;margin-top:10px;color:var(--green);font-weight:600;font-size:.95rem}.store-page-phone:hover{text-decoration:underline}.store-page-badge{flex-shrink:0;padding-top:4px}.store-products-toolbar{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:28px;flex-wrap:wrap}.products-search{padding:10px 14px;border:1.5px solid var(--border);border-radius:var(--r);font-size:.95rem;font-family:inherit;background:var(--surface);color:var(--ink);transition:border-color .15s;min-width:220px}.products-search:focus{outline:none;border-color:var(--brand);box-shadow:0 0 0 3px #ff6b351f}.cart-fab{position:fixed;bottom:24px;left:50%;transform:translate(-50%);background:var(--brand);color:#fff;border:none;padding:14px 28px;border-radius:999px;font-size:1rem;font-weight:700;font-family:inherit;box-shadow:var(--shadow-lg);cursor:pointer;z-index:90;white-space:nowrap;transition:background .15s,transform .15s}.cart-fab:hover{background:var(--brand-dark);transform:translate(-50%) translateY(-2px)}.drawer-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;z-index:110;animation:overlayIn .2s ease}.cart-drawer{position:fixed;right:0;top:0;bottom:0;width:100%;max-width:420px;background:var(--surface);z-index:120;display:flex;flex-direction:column;box-shadow:-4px 0 32px #00000026;animation:slideIn .2s ease}.cart-drawer-header{display:flex;align-items:center;gap:12px;padding:20px 20px 16px;border-bottom:1px solid var(--border)}.cart-drawer-header h2{font-size:1.1rem;font-weight:700;flex:1}.cart-drawer-store{font-size:.8rem;color:var(--muted)}.cart-drawer-close{margin-left:auto}.cart-drawer-body{flex:1;overflow-y:auto;padding:16px}.cart-item-list{list-style:none;display:flex;flex-direction:column;gap:12px}.cart-item{background:var(--bg);border:1px solid var(--border);border-radius:var(--r);padding:12px;display:flex;flex-wrap:wrap;gap:8px;align-items:center}.cart-item-info{flex:1;min-width:120px;display:flex;flex-direction:column;gap:2px}.cart-item-name{font-weight:600;font-size:.9rem}.cart-item-sku{font-size:.75rem;color:var(--muted-2);font-family:monospace}.cart-item-unit{font-size:.8rem;color:var(--muted)}.cart-item-controls{display:flex;align-items:center;gap:6px}.qty-btn{width:30px;height:30px;border-radius:var(--r-sm);border:1.5px solid var(--border);background:var(--surface);font-size:1rem;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .1s}.qty-btn:hover{background:var(--border)}.qty-value{font-weight:700;min-width:24px;text-align:center;font-size:.95rem}.cart-item-subtotal{font-weight:700;font-size:.9rem;width:100%;text-align:right}.cart-drawer-footer{padding:16px 20px;border-top:1px solid var(--border);display:flex;flex-direction:column;gap:10px}.cart-subtotal{display:flex;justify-content:space-between;align-items:center;font-size:1rem}.cart-subtotal strong{font-size:1.2rem}.auth-page{min-height:calc(100vh - 64px);display:flex;align-items:center;justify-content:center;padding:24px;background:var(--bg)}.auth-card{width:100%;max-width:420px;background:var(--surface);border-radius:var(--r-xl);padding:40px;box-shadow:var(--shadow-xl);display:flex;flex-direction:column;gap:16px}.auth-back{font-size:.85rem;color:var(--muted)}.auth-back:hover{color:var(--ink)}.auth-logo{font-size:2.4rem;text-align:center}.auth-title{font-size:1.5rem;font-weight:800;text-align:center}.auth-sub{font-size:.85rem;color:var(--muted);text-align:center}.auth-form{display:flex;flex-direction:column;gap:16px}.field{display:flex;flex-direction:column;gap:6px}.field label{font-size:.85rem;font-weight:600;color:var(--ink-3)}.field input,.field select,.field textarea{padding:10px 14px;border:1.5px solid var(--border);border-radius:var(--r);font-size:.95rem;font-family:inherit;background:var(--surface);color:var(--ink);transition:border-color .15s,box-shadow .15s}.field input:focus,.field select:focus,.field textarea:focus{outline:none;border-color:var(--brand);box-shadow:0 0 0 3px #ff6b351f}.alert{padding:12px 16px;border-radius:var(--r);font-size:.9rem}.alert-error{background:var(--red-bg);color:var(--red);border:1px solid #FECACA}.loading-screen{display:flex;align-items:center;justify-content:center;min-height:200px;color:var(--muted)}.loading-state{padding:40px;text-align:center;color:var(--muted)}.admin-layout{display:flex;min-height:calc(100vh - 64px)}.admin-sidebar{width:var(--sidebar-w);background:var(--ink);color:#fff;display:flex;flex-direction:column;padding:24px 0;flex-shrink:0}@media (max-width: 768px){.admin-sidebar{display:none}}.sidebar-brand{padding:0 20px 24px;font-size:1.05rem;font-weight:800;border-bottom:1px solid rgba(255,255,255,.08);display:flex;align-items:center;gap:8px}.sidebar-brand span{color:var(--brand)}.sidebar-nav{flex:1;padding:12px 0}.sidebar-item{display:flex;align-items:center;gap:10px;padding:11px 20px;font-size:.9rem;color:var(--muted-2);cursor:pointer;transition:background .15s,color .15s;border:none;background:transparent;width:100%;text-align:left;font-family:inherit}.sidebar-item:hover{background:#ffffff0f;color:#fff}.sidebar-item.active{background:#ff6b3526;color:var(--brand);border-right:3px solid var(--brand)}.sidebar-footer{padding:16px 20px;border-top:1px solid rgba(255,255,255,.08);display:flex;flex-direction:column;gap:8px}.sidebar-user{font-size:.8rem;color:var(--muted)}.admin-main{flex:1;padding:32px;background:var(--bg);overflow-y:auto}.admin-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:32px;gap:16px;flex-wrap:wrap}.admin-title{font-size:1.6rem;font-weight:800}.admin-sub{color:var(--muted);font-size:.9rem;margin-top:4px}.stat-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:16px;margin-bottom:28px}.stat-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);padding:20px 24px;display:flex;flex-direction:column;gap:4px;box-shadow:var(--shadow-sm);border-left:4px solid var(--border);transition:box-shadow .15s}.stat-card:hover{box-shadow:var(--shadow-md)}.stat-card--green{border-left-color:var(--green)}.stat-card--red{border-left-color:var(--red)}.stat-card--orange,.stat-card--brand{border-left-color:var(--brand)}.stat-card--blue{border-left-color:var(--blue)}.stat-card--yellow{border-left-color:var(--yellow)}.stat-card-icon{font-size:1.5rem;margin-bottom:4px}.stat-card-value{font-size:2.2rem;font-weight:900;color:var(--ink);line-height:1}.stat-card-label{font-size:.8rem;color:var(--muted);font-weight:500;margin-top:4px}.stat-card-trend{font-size:.75rem;color:var(--green);font-weight:600;margin-top:2px}.chart-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);padding:24px;box-shadow:var(--shadow-sm);margin-bottom:24px}.chart-card-title{font-size:1rem;font-weight:700;margin-bottom:20px;color:var(--ink-3)}.order-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);overflow:hidden;box-shadow:var(--shadow-sm);display:flex;flex-direction:column}.order-card-header-bar{padding:12px 20px;display:flex;justify-content:space-between;align-items:center;gap:12px}.order-card-header-bar.today{background:var(--brand-light);border-bottom:2px solid var(--brand)}.order-card-header-bar.week{background:var(--blue-bg);border-bottom:2px solid var(--blue)}.order-card-header-bar.older{background:var(--border-2);border-bottom:2px solid var(--border)}.order-card-body{padding:16px 20px;display:flex;flex-direction:column;gap:6px}.order-card-date{font-size:.78rem;color:var(--muted)}.order-card-phone{display:block;font-size:.85rem;color:var(--green);margin-top:4px;font-weight:600}.order-card-address{display:block;font-size:.85rem;color:var(--muted);margin-top:2px}.order-card-items{font-size:.85rem;color:var(--muted)}.order-card-footer{display:flex;justify-content:flex-end;font-size:.9rem;gap:12px;align-items:center;padding:12px 20px;border-top:1px solid var(--border-2)}.order-items-expanded{margin:8px 0;padding:12px 20px;background:var(--bg);border-top:1px solid var(--border-2);display:flex;flex-direction:column;gap:6px}.order-item-row{display:flex;justify-content:space-between;font-size:.88rem;align-items:center}.order-notes{font-size:.85rem;color:var(--muted);font-style:italic;margin-top:4px}.products-table{display:flex;flex-direction:column;border:1px solid var(--border);border-radius:var(--r-lg);overflow:hidden;background:var(--surface);box-shadow:var(--shadow-sm)}.products-table-header{display:grid;grid-template-columns:2.5fr 1fr 1fr 1fr 1fr 1fr 1fr;gap:12px;padding:12px 16px;background:var(--bg);font-size:.78rem;font-weight:700;color:var(--muted);text-transform:uppercase;letter-spacing:.04em}.products-table-row{display:grid;grid-template-columns:2.5fr 1fr 1fr 1fr 1fr 1fr 1fr;gap:12px;padding:14px 16px;align-items:center;border-top:1px solid var(--border);background:var(--surface);font-size:.9rem;transition:background .1s}.products-table-row:hover{background:var(--bg)}@media (max-width: 900px){.products-table-header{display:none}.products-table-row{grid-template-columns:1fr 1fr}}.product-row-name{display:flex;flex-direction:column;gap:2px}.product-row-desc{font-size:.78rem;color:var(--muted)}.product-row-sku{font-family:monospace;font-size:.8rem;color:var(--muted-2)}.product-row-price{font-weight:700}.product-row-actions{display:flex;gap:4px}.stock-adjust{display:flex;align-items:center;gap:4px}.stock-btn{width:24px;height:24px;border-radius:4px;border:1px solid var(--border);background:var(--bg);font-size:.9rem;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .1s;line-height:1;padding:0}.stock-btn:hover{background:var(--border)}.stock-value{font-weight:700;min-width:28px;text-align:center;font-size:.9rem}.toggle-switch{position:relative;display:inline-flex;align-items:center;cursor:pointer;background:none;border:none;padding:0;gap:8px}.toggle-switch:disabled{opacity:.5;cursor:not-allowed}.toggle-track{width:52px;height:28px;border-radius:14px;background:var(--border);transition:background .2s;flex-shrink:0;position:relative}.toggle-track.on{background:var(--green)}.toggle-thumb{position:absolute;top:3px;left:3px;width:22px;height:22px;border-radius:50%;background:#fff;box-shadow:var(--shadow-sm);transition:left .2s}.toggle-thumb.on{left:27px}.toggle-switch.lg .toggle-track{width:64px;height:36px;border-radius:18px}.toggle-switch.lg .toggle-thumb{width:30px;height:30px;top:3px}.toggle-switch.lg .toggle-thumb.on{left:31px}.toggle-switch.sm .toggle-track{width:38px;height:20px;border-radius:10px}.toggle-switch.sm .toggle-thumb{width:14px;height:14px;top:3px}.toggle-switch.sm .toggle-thumb.on{left:21px}.category-form{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);padding:24px;margin-bottom:24px;display:flex;flex-direction:column;gap:20px;box-shadow:var(--shadow-sm)}.category-form h3{font-size:1rem;font-weight:700}.field-row{display:grid;grid-template-columns:1fr 1fr 1fr;gap:16px}@media (max-width: 768px){.field-row{grid-template-columns:1fr}}.category-tree{display:flex;flex-direction:column;gap:4px}.cat-group{background:var(--surface);border:1px solid var(--border);border-radius:var(--r);overflow:hidden}.cat-row{display:flex;align-items:center;gap:12px;padding:12px 16px;border-bottom:1px solid var(--border);transition:background .1s}.cat-row:last-child{border-bottom:none}.cat-root{font-weight:600}.cat-child{background:#fafafa;padding-left:32px;font-size:.9rem}.cat-inactive{opacity:.55}.cat-name{flex:1}.cat-slug{font-size:.78rem;color:var(--muted-2);font-family:monospace}.cat-actions{display:flex;align-items:center;gap:8px;margin-left:auto}.empty-state{display:flex;flex-direction:column;align-items:center;gap:16px;padding:80px 40px;color:var(--muted);text-align:center}.empty-icon{font-size:3rem}.empty-svg{opacity:.35}.stores-admin-table{display:flex;flex-direction:column;border:1px solid var(--border);border-radius:var(--r-lg);overflow:hidden;background:var(--surface);box-shadow:var(--shadow-sm)}.stores-admin-header{display:grid;grid-template-columns:2fr 2fr 1fr 1fr 1fr 1.5fr;gap:12px;padding:12px 16px;background:var(--bg);font-size:.78rem;font-weight:700;color:var(--muted);text-transform:uppercase;letter-spacing:.04em}.stores-admin-row{display:grid;grid-template-columns:2fr 2fr 1fr 1fr 1fr 1.5fr;gap:12px;padding:14px 16px;align-items:center;border-top:1px solid var(--border);background:var(--surface);font-size:.9rem;transition:background .1s}.stores-admin-row:hover{background:var(--bg)}@media (max-width: 900px){.stores-admin-header{display:none}.stores-admin-row{grid-template-columns:1fr 1fr}}.status-tabs{display:flex;gap:4px;background:var(--bg);border:1px solid var(--border);border-radius:var(--r);padding:4px;width:fit-content;margin-bottom:20px}.status-tab{padding:6px 14px;border-radius:var(--r-sm);border:none;font-size:.82rem;font-weight:600;cursor:pointer;background:transparent;color:var(--muted);transition:background .15s,color .15s;font-family:inherit}.status-tab.active{background:var(--surface);color:var(--ink);box-shadow:var(--shadow-xs)}.tab-bar{display:none;gap:0;border-bottom:1px solid var(--border);margin-bottom:24px}@media (max-width: 768px){.tab-bar{display:flex}}.tab-bar-item{flex:1;padding:12px;border:none;background:transparent;font-size:.9rem;font-weight:600;color:var(--muted);cursor:pointer;border-bottom:2px solid transparent;transition:all .15s;font-family:inherit}.tab-bar-item--active{color:var(--brand);border-bottom-color:var(--brand)}.availability-toggle{padding:6px 14px;border-radius:999px;border:none;cursor:pointer;font-size:.8rem;font-weight:700;font-family:inherit;transition:all .15s;white-space:nowrap}.availability-toggle--on{background:var(--green-bg);color:var(--green)}.availability-toggle--off{background:var(--red-bg);color:var(--red)}.availability-toggle--lg{min-width:120px;min-height:44px;font-size:.95rem;padding:10px 20px}.checkout-page{max-width:1100px;margin:0 auto;padding:32px 24px;min-height:calc(100vh - 64px)}.checkout-inner{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:start}@media (max-width: 768px){.checkout-inner{grid-template-columns:1fr}}.checkout-back{color:var(--brand);font-weight:600;font-size:.9rem;display:inline-block;margin-bottom:16px}.checkout-summary{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);padding:20px;margin:20px 0;box-shadow:var(--shadow-sm)}.checkout-summary h2{font-size:1rem;font-weight:700;margin-bottom:12px}.checkout-item-list{list-style:none;display:flex;flex-direction:column;gap:8px;margin-bottom:12px}.checkout-item{display:flex;justify-content:space-between;font-size:.9rem}.checkout-item-name{color:var(--ink)}.checkout-item-price{font-weight:600}.checkout-total{display:flex;justify-content:space-between;font-size:1rem;border-top:1px solid var(--border);padding-top:12px;margin-top:8px}.checkout-total strong{font-size:1.1rem}.checkout-form{display:flex;flex-direction:column;gap:16px}.checkout-form h2{font-size:1rem;font-weight:700}.checkout-warn{font-size:.85rem;color:var(--red);text-align:center}.checkout-right h2{font-size:1rem;font-weight:700;margin-bottom:12px}.wa-preview{background:#ecf5e1;border:1px solid #B7D9A3;border-radius:var(--r-lg);padding:20px;font-size:.82rem;line-height:1.6;white-space:pre-wrap;word-break:break-word;font-family:inherit;max-height:500px;overflow-y:auto}.checkout-success{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:calc(100vh - 128px);gap:20px;text-align:center}.success-icon{font-size:4rem}.checkout-success h1{font-size:1.8rem;font-weight:800}.checkout-success p{color:var(--muted);max-width:400px}.trabajador-panel{max-width:640px;margin:0 auto;padding:24px}.trabajador-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:24px}.trabajador-section{margin-bottom:40px}.trabajador-section h2{font-size:1.1rem;font-weight:700;margin-bottom:4px}.availability-list{display:flex;flex-direction:column;gap:8px;margin-top:16px}.availability-row{display:flex;align-items:center;justify-content:space-between;gap:12px;background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);padding:14px 16px;transition:box-shadow .15s}.availability-row:hover{box-shadow:var(--shadow-sm)}.availability-info{flex:1;display:flex;flex-direction:column;gap:2px}.availability-info strong{font-size:.95rem}.admin-main .filter-select{background:var(--surface);color:var(--ink);border-color:var(--border)}.admin-main .filter-select option{background:var(--surface);color:var(--ink)}.not-found{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:calc(100vh - 64px);gap:16px;text-align:center;padding:24px}.nf-code{font-size:6rem;font-weight:900;color:var(--border);line-height:1}.not-found h1{font-size:1.5rem}.not-found a{color:var(--brand);font-weight:600}.footer{background:var(--ink);color:var(--muted);padding:40px 24px}.footer-inner{max-width:1200px;margin:0 auto;text-align:center;display:flex;flex-direction:column;gap:8px}.footer-brand{font-size:1rem;color:var(--muted-2)}.footer-copy{font-size:.85rem}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:200;display:flex;align-items:center;justify-content:center;padding:24px;animation:overlayIn .2s ease}.modal-box{background:var(--surface);border-radius:var(--r-xl);padding:32px;width:100%;max-width:560px;box-shadow:var(--shadow-xl);animation:fadeIn .2s ease;max-height:90vh;overflow-y:auto}.modal-box h3{font-size:1.2rem;font-weight:800;margin-bottom:20px}.modal-actions{display:flex;gap:12px;margin-top:20px;justify-content:flex-end}
