*{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,Noto Sans Hebrew,sans-serif;color:#111;background:linear-gradient(135deg,#f6c1da,#ff9ecd,#b2f5f3,#7dd3fc,#f6c1da,#fbbf24,#b2f5f3,#a78bfa,#f6c1da);background-size:400% 400%;animation:gradientShift 20s ease infinite;min-height:100vh}@keyframes gradientShift{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}body:before,body:after{content:"";position:fixed;width:200px;height:200px;border-radius:50%;background:radial-gradient(circle,#f6c1da4d,#b2f5f34d);animation:float 8s ease-in-out infinite;z-index:-2;pointer-events:none}body:before{top:10%;left:10%;animation-delay:0s}body:after{top:60%;right:10%;animation-delay:4s}body{position:relative}body{background-image:radial-gradient(circle at 30% 30%,rgba(251,191,36,.2) 0%,transparent 50%),radial-gradient(circle at 70% 70%,rgba(167,139,250,.2) 0%,transparent 50%);background-attachment:fixed}.hero:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 80%,rgba(255,158,205,.3) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(125,211,252,.3) 0%,transparent 50%),radial-gradient(circle at 40% 40%,rgba(167,139,250,.2) 0%,transparent 50%);pointer-events:none;z-index:0}@keyframes float{0%,to{transform:translateY(0) rotate(0);opacity:.7}25%{transform:translateY(-20px) rotate(90deg);opacity:.9}50%{transform:translateY(0) rotate(180deg);opacity:.7}75%{transform:translateY(20px) rotate(270deg);opacity:.9}}.container{max-width:1100px;margin:0 auto;padding:0 16px}main{padding:20px 0}header{border-bottom:1px solid #b2f5f3;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:sticky;top:0;z-index:10;box-shadow:0 2px 20px #0000001a}@media (max-width: 768px){header{background:linear-gradient(135deg,#f6c1daf2,#b2f5f3f2);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);box-shadow:0 4px 20px #00000026}}.nav{display:flex;align-items:center;justify-content:space-between;height:64px;gap:12px}.logo{font-weight:800;letter-spacing:.5px;font-size:20px;color:#f6c1da}.actions{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.btn{appearance:none;border:1px solid #f6c1da;background:#fff;color:#111;border-radius:12px;padding:10px 14px;font-weight:600;cursor:pointer;transition:all .2s ease}.btn.primary{background:#f6c1da;color:#fff;border-color:#f6c1da}.btn.primary:hover{background:#e8a8c8;border-color:#e8a8c8}.btn.ghost{border-color:#b2f5f3;color:#333}.btn.ghost:hover{background:#b2f5f3;color:#111}.hero{padding:56px 0;background:linear-gradient(135deg,#f6c1da,#b2f5f3)}.hero h1{font-size:clamp(28px,5vw,44px);margin:0 0 10px;color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.1)}.section{padding:48px 0;background:#ffffffe6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);margin:20px 0;border-radius:12px;box-shadow:0 4px 20px #0000001a}.section h2{margin-top:0;font-size:28px;color:#f6c1da}footer{border-top:1px solid #b2f5f3;padding:24px 0;margin-top:60px;color:#666;font-size:14px;text-align:center;background:#ffffffe6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);padding:20px;box-sizing:border-box;overflow-y:auto;-webkit-overflow-scrolling:touch}.modal-content{background:#fff;border-radius:12px;box-shadow:0 20px 40px #0003;max-width:90vw;max-height:90vh;width:100%;margin:auto;animation:modalSlideIn .3s ease-out;position:relative}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:1px solid #b2f5f3;background:#f0f9ff}.modal-header h2{margin:0;color:#f6c1da;font-size:20px}.modal-close{background:none;border:none;font-size:24px;cursor:pointer;color:#666;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease}.modal-close:hover{background:#f6c1da;color:#fff}.modal-body{padding:24px}.auth-modal{width:280px;max-width:90vw;padding:0}.auth-modal .modal-body{padding:1.5rem}.auth-modal .form-group{margin-bottom:1rem}.auth-modal .form-input{width:100%;padding:.75rem;font-size:.9rem}.auth-modal .form-actions{gap:.5rem;margin-top:1.5rem}.auth-modal .form-actions .btn{padding:.75rem 1rem;font-size:.9rem}.auth-form{display:flex;flex-direction:column;gap:16px}.auth-form .form-group{display:flex;flex-direction:column;gap:8px}.auth-form label{font-weight:600;color:#333;font-size:14px}.auth-form .form-actions{display:flex;gap:12px;justify-content:flex-end;margin-top:8px}.cart-drawer{position:fixed;top:0;bottom:0;inset-inline-end:-360px;width:320px;background:#fff;border-inline-start:1px solid #b2f5f3;box-shadow:0 0 20px #00000014;transition:inset-inline-end .25s ease;z-index:50;padding:16px;display:flex;flex-direction:column;gap:12px}.cart-drawer.open{inset-inline-end:0}.cart-header{display:flex;align-items:center;justify-content:space-between}.cart-items{flex:1;overflow:auto;border-top:1px solid #f1f1f1;padding-top:12px}.cart-item-list{display:flex;flex-direction:column;gap:12px}.cart-item{display:flex;justify-content:space-between;align-items:center;padding:12px;background:#f0f9ff;border-radius:8px;gap:12px;border:1px solid #b2f5f3}.cart-item-info h4{margin:0 0 4px;font-size:14px;font-weight:600}.cart-item-price{margin:0;font-size:12px;color:#666}.cart-item-actions{display:flex;align-items:center;gap:8px}.quantity-controls{display:flex;align-items:center;gap:8px;background:#fff;border-radius:6px;padding:4px}.quantity-btn{width:24px;height:24px;border:none;background:#b2f5f3;border-radius:4px;cursor:pointer;font-weight:700;display:flex;align-items:center;justify-content:center;transition:background-color .2s ease}.quantity-btn:hover{background:#9ee7e4}.quantity{min-width:20px;text-align:center;font-weight:600}.remove-btn{background:none;border:none;cursor:pointer;font-size:16px;padding:4px;border-radius:4px}.remove-btn:hover{background:#ffebee}.cart-footer{border-top:1px solid #f1f1f1;padding-top:12px;display:flex;flex-direction:column;gap:12px}.cart-total{text-align:center;font-size:16px}.cart-total-breakdown{display:flex;flex-direction:column;gap:8px}.cart-subtotal,.cart-delivery-fee{display:flex;justify-content:space-between;font-size:14px;color:#666}.cart-final-total{display:flex;justify-content:space-between;margin-top:8px;padding-top:8px;border-top:1px solid #e5e5e5;font-size:18px}.checkout-message{padding:12px;border-radius:8px;margin-bottom:12px;text-align:center;font-weight:600}.checkout-message.success{background:#dcfce7;color:#166534;border:1px solid #bbf7d0}.checkout-message.error{background:#fef2f2;color:#dc2626;border:1px solid #fecaca}.checkout-form{padding:16px;background:#f8f8f8;border-radius:8px;margin-top:16px}.checkout-form h3{margin:0 0 16px;font-size:18px;color:#333}.delivery-options{display:flex;flex-direction:column;gap:12px;margin-bottom:20px}.radio-option{display:flex;align-items:center;gap:8px;cursor:pointer;padding:12px;border-radius:8px;transition:background-color .2s;border:1px solid #e5e7eb;background:#fff}.radio-option:hover{background:#f9fafb}.radio-option input[type=radio]{margin:0;width:18px;height:18px}.delivery-fields{display:flex;flex-direction:column;gap:12px;margin-bottom:20px}.form-group{display:flex;flex-direction:column;gap:6px}.form-group label{font-weight:600;color:#374151;font-size:14px}.form-input{padding:12px;border:1px solid #b2f5f3;border-radius:6px;font-size:16px;background:#fff;transition:border-color .2s}.form-input:focus{outline:none;border-color:#f6c1da;box-shadow:0 0 0 2px #f6c1da1a}.pickup-info{background:#e0f2fe;padding:12px;border-radius:6px;margin-bottom:16px}.checkout-total-summary{background:#fff;padding:16px;border-radius:8px;margin:16px 0;border:1px solid #e5e7eb}.checkout-total-row{display:flex;justify-content:space-between;padding:8px 0;font-size:14px;color:#666}.checkout-total-row.checkout-total-final{margin-top:8px;padding-top:12px;border-top:2px solid #e5e7eb;font-size:18px;color:#111}margin-bottom: 20px; } .pickup-info p{margin:4px 0;font-size:14px;color:#0c4a6e}.terms-section{margin-bottom:20px}.terms-checkbox{display:flex;align-items:center;gap:8px;cursor:pointer;font-size:14px}.terms-checkbox input[type=checkbox]{margin:0;width:18px;height:18px}.form-actions{display:flex;gap:12px;justify-content:flex-end;flex-wrap:wrap}.admin-modal{max-width:95vw;max-height:95vh;width:100%;display:flex;flex-direction:column;overflow:hidden;background:#fff;border-radius:12px;box-shadow:0 10px 25px #0000001a}.admin-dashboard{display:flex;flex-direction:column;height:100%;max-height:90vh;overflow:hidden}.admin-header{display:flex;justify-content:space-between;align-items:center;padding:20px;background:#f0f9ff;border-bottom:1px solid #b2f5f3;flex-shrink:0;position:sticky;top:0;z-index:10}.admin-header h2{margin:0;color:#f6c1da}.admin-navigation{display:flex;background:#fff;border-bottom:1px solid #e9ecef;flex-shrink:0;position:sticky;top:80px;z-index:9}.admin-tab{display:flex;align-items:center;gap:8px;padding:16px 24px;border:none;background:none;cursor:pointer;font-size:14px;color:#6c757d;border-bottom:2px solid transparent;transition:all .2s}.admin-tab:hover{background:#f0f9ff;color:#495057}.admin-tab.active{color:#f6c1da;border-bottom-color:#f6c1da;background:#f0f9ff}.tab-icon{font-size:16px}.admin-content{padding:24px;min-height:400px;flex:1;overflow-y:auto;overflow-x:hidden;background:#fff}@media (max-width: 768px){.admin-modal{max-width:100vw;max-height:100vh;border-radius:0}.admin-dashboard{max-height:100vh}.admin-navigation{flex-wrap:wrap;position:static}.admin-tab{flex:1;min-width:120px;padding:12px 16px;font-size:12px}.admin-content{padding:16px;min-height:300px}}.feedbacks-content{max-height:60vh;overflow-y:auto}.feedback-item{padding:16px;border:1px solid #e9ecef;border-radius:8px;background:#f8f9fa}.feedback-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.feedback-author{font-weight:600;color:#495057}.feedback-rating{color:#ffc107;font-size:16px}.feedback-text{margin:8px 0;color:#6c757d;line-height:1.5}.feedback-date{font-size:12px;color:#adb5bd}.no-feedbacks{text-align:center;padding:40px 20px;color:#6c757d}.no-feedbacks p{margin:8px 0}.admin-users h3{margin:0 0 20px;color:#333}.users-table{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 4px #0000001a}.table-header{display:grid;grid-template-columns:2fr 2fr 1fr 1fr 1fr 1fr;gap:16px;padding:16px;background:#f8f9fa;font-weight:600;color:#495057}.table-body{max-height:400px;overflow-y:auto}.table-row{display:grid;grid-template-columns:2fr 2fr 1fr 1fr 1fr 1fr;gap:16px;padding:16px;border-bottom:1px solid #e9ecef;align-items:center}.table-row:hover{background:#f8f9fa}.table-cell{font-size:14px;color:#333}.admin-badge{padding:4px 8px;border-radius:12px;font-size:12px;font-weight:500}.admin-badge.admin{background:#dcfce7;color:#166534}.admin-badge.user{background:#f3f4f6;color:#374151}.user-details{max-width:800px}.user-details-header{margin-bottom:24px}.user-info{background:#f8f9fa;padding:20px;border-radius:8px;margin-bottom:24px}.user-info h3{margin:0 0 16px;color:#333}.user-info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px}.info-item{display:flex;flex-direction:column;gap:4px}.info-item label{font-weight:600;color:#495057;font-size:14px}.info-item span{color:#333}.user-orders h3{margin:0 0 16px;color:#333}.orders-list{display:flex;flex-direction:column;gap:16px}.order-item{background:#fff;border:1px solid #e9ecef;border-radius:8px;padding:16px}.order-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.order-header h4{margin:0;color:#333}.order-date{font-size:14px;color:#6c757d}.order-status{padding:4px 8px;border-radius:12px;font-size:12px;font-weight:500;background:#e9ecef;color:#495057}.order-status-controls{display:flex;align-items:center;gap:8px}.status-select{padding:4px 8px;border:1px solid #ddd;border-radius:4px;font-size:12px;background:#fff}.order-details p{margin:4px 0;font-size:14px;color:#333}.order-products{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px}.product-tag{background:#f3f4f6;padding:4px 8px;border-radius:12px;font-size:12px;color:#374151}.admin-products h3{margin:0 0 20px;color:#333}.products-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:20px}@media (max-width: 768px){.products-grid{grid-template-columns:1fr;gap:12px;padding:0 8px}}.product-form{max-width:600px;background:#f8f9fa;padding:24px;border-radius:8px;width:100%;box-sizing:border-box}.product-form h3{margin:0 0 20px;color:#333}.form-group{margin-bottom:16px}.form-group label{display:block;margin-bottom:4px;font-weight:600;color:#495057}.form-input{width:100%;padding:12px;border:1px solid #ddd;border-radius:6px;font-size:14px;background:#fff}.form-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f61a}.form-hint{font-size:12px;color:#6b7280;margin-top:4px;display:block}.product-actions{display:flex;flex-direction:column;gap:12px;margin-top:16px;order:5}.admin-orders h3{margin:0 0 20px;color:#333}.orders-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.status-filter{display:flex;align-items:center;gap:8px}.status-filter label{font-weight:600;color:#495057}.orders-list{display:flex;flex-direction:column;gap:20px}.order-card{background:#fff;border:1px solid #e9ecef;border-radius:8px;padding:20px}.order-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:16px}.order-info h4{margin:0 0 4px;color:#333}.order-date{font-size:14px;color:#6c757d;margin:0 0 4px}.customer-info{font-size:14px;color:#495057;margin:0}.order-details{display:flex;flex-direction:column;gap:12px}.address-info,.price-info,.products-info,.status-actions{display:flex;flex-direction:column;gap:4px}.address-info strong,.price-info strong,.products-info strong,.status-actions strong{color:#495057;font-size:14px}.products-list{display:flex;flex-direction:column;gap:4px}.product-item{display:flex;justify-content:space-between;align-items:center;padding:4px 0;font-size:14px}.product-name{flex:1;color:#333}.product-quantity{color:#6c757d;margin:0 8px}.product-price{color:#333;font-weight:500}.status-buttons{display:flex;flex-wrap:wrap;gap:8px}.admin-messages h3{margin:0 0 20px;color:#333}.messages-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;gap:16px}.status-filter{display:flex;gap:8px}.filter-btn{padding:8px 16px;border:1px solid #ddd;border-radius:6px;background:#fff;cursor:pointer;font-size:14px;transition:all .2s}.filter-btn:hover{background:#f5f5f5}.filter-btn.active{background:#007bff;color:#fff;border-color:#007bff}.messages-list{display:flex;flex-direction:column;gap:16px}.message-card{background:#fff;border:1px solid #e9ecef;border-radius:8px;padding:20px}.message-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:12px;gap:16px}.message-info h4{margin:0 0 4px;color:#333}.message-email{font-size:14px;color:#3b82f6;margin:0 0 4px}.message-date{font-size:14px;color:#6c757d;margin:0}.status-badge{padding:4px 8px;border-radius:12px;font-size:12px;font-weight:600;text-transform:uppercase}.status-badge.pending{background:#fef3c7;color:#92400e}.status-badge.handled{background:#d1fae5;color:#065f46}.mark-handled-btn{padding:6px 12px;background:#10b981;color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:12px;font-weight:600;transition:background .2s}.mark-handled-btn:hover{background:#059669}.message-content p{margin:0;color:#333;line-height:1.5}.loading{text-align:center;padding:40px;color:#6c757d}.error-message{background:#fef2f2;color:#dc2626;padding:12px;border-radius:6px;border:1px solid #fecaca;margin-bottom:16px}.empty-state{text-align:center;padding:40px;color:#6c757d}.empty-state p{margin:0;font-size:16px}.notification{position:fixed;top:20px;right:20px;padding:12px 16px;border-radius:8px;color:#fff;font-weight:600;z-index:1000;animation:slideIn .3s ease-out}.notification-success{background:#f6c1da}.notification-error{background:#ef4444}@keyframes slideIn{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}.orders{padding:48px 0}.orders h2{margin-top:0;font-size:28px;text-align:center;margin-bottom:32px}.order-search{max-width:600px;margin:0 auto 32px;text-align:center}.search-form{display:flex;gap:12px;margin-bottom:24px;justify-content:center}.search-form input{padding:12px 16px;border:1px solid #ddd;border-radius:8px;font-size:16px;min-width:200px}.all-orders{margin-top:32px}.all-orders h3{text-align:center;margin-bottom:24px;color:#333}.orders-list{display:flex;flex-direction:column;gap:24px;max-width:800px;margin:0 auto}.order-card{background:#fff;border:1px solid #eee;border-radius:12px;padding:24px;box-shadow:0 2px 8px #0000001a}.order-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:20px;gap:16px}.order-info h3{margin:0 0 8px;font-size:20px;font-weight:600}.order-date{margin:0;color:#666;font-size:14px}.status-badge{padding:6px 12px;border-radius:20px;color:#fff;font-size:12px;font-weight:600;text-transform:uppercase}.order-details{display:flex;flex-direction:column;gap:16px}.order-section h4{margin:0 0 8px;font-size:16px;font-weight:600;color:#333}.order-section p{margin:0;color:#666}.order-price{font-size:18px;font-weight:700;color:#111}.order-products{display:flex;flex-direction:column;gap:8px}.order-product{display:flex;justify-content:space-between;align-items:center;padding:12px;background:#f8f8f8;border-radius:8px;font-size:14px;gap:12px}.product-info{display:flex;align-items:center;gap:12px;flex:1}.product-thumbnail{width:40px;height:40px;object-fit:cover;border-radius:4px;border:1px solid #eee}.product-name{font-weight:600;color:#333}.product-details{display:flex;flex-direction:column;align-items:flex-end;gap:4px}.quantity{color:#666;font-size:12px}.price{font-weight:600;color:#111}.error-message{color:#ef4444;background:#fef2f2;padding:12px;border-radius:8px;margin-bottom:16px}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.modal-content{background:#fff;border-radius:12px;max-width:90vw;max-height:90vh;overflow:auto;width:100%;position:relative}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:1px solid #eee;position:sticky;top:0;background:#fff;z-index:1}.modal-header h2{margin:0;font-size:24px}.modal-close{background:none;border:none;font-size:24px;cursor:pointer;padding:4px;border-radius:4px;color:#666}.modal-close:hover{background:#f1f1f1;color:#333}@media (max-width: 800px){.lookup-form{flex-direction:column;align-items:center}.lookup-form input{min-width:250px}.order-header{flex-direction:column;align-items:flex-start}.order-product{flex-direction:column;align-items:flex-start;gap:4px}}.products{padding:48px 0;background:#fafafa}.products h2{margin-top:0;font-size:28px;text-align:center;margin-bottom:32px}.products-grid{display:flex;gap:24px;margin-top:24px;overflow-x:auto;padding:20px 0;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:#f6c1da #f0f0f0}.products-grid::-webkit-scrollbar{height:8px}.products-grid::-webkit-scrollbar-track{background:#f0f0f0;border-radius:4px}.products-grid::-webkit-scrollbar-thumb{background:#f6c1da;border-radius:4px}.products-grid::-webkit-scrollbar-thumb:hover{background:#e8a8c8}.products-grid .product-card{flex:0 0 280px;min-width:280px}.products-container{position:relative}.scroll-navigation{position:absolute;top:50%;transform:translateY(-50%);display:flex;justify-content:space-between;width:100%;pointer-events:none;z-index:2}.scroll-btn{width:40px;height:40px;border-radius:50%;background:#f6c1dae6;border:none;color:#fff;font-size:20px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;pointer-events:auto;box-shadow:0 2px 8px #00000026}.scroll-btn:hover{background:#f6c1da;transform:scale(1.1)}.scroll-btn:active{transform:scale(.95)}.scroll-left{left:-20px}.scroll-right{right:-20px}.product-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #b6f5f333;transition:transform .2s ease,box-shadow .2s ease;border:1px solid #b2f5f3;position:relative;z-index:1}.product-card:hover{transform:translateY(-2px);box-shadow:0 4px 16px #f6c1da4d}.product-image{height:200px;background:#f0f9ff;display:flex;align-items:center;justify-content:center;overflow:hidden;position:relative}.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .2s ease}.product-card:hover .product-image img{transform:scale(1.05)}.image-placeholder{font-size:48px;color:#ccc}.product-info{padding:20px;display:flex;flex-direction:column;gap:12px}.product-info h3{margin:0;font-size:18px;font-weight:600;order:1}.product-description{color:#666;font-size:14px;margin:0;line-height:1.4;order:2}.product-price{font-size:20px;font-weight:700;color:#f6c1da;margin:0;order:3}.product-status{margin:0;order:4}.in-stock{color:#22c55e;font-weight:600;font-size:14px}.out-of-stock{color:#ef4444;font-weight:600;font-size:14px}@media (max-width: 768px){.nav{height:56px;padding:0 16px}.logo{font-size:18px;color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.3)}.actions{width:100%;justify-content:flex-start;gap:4px;flex-wrap:nowrap;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;padding:0 4px;scrollbar-width:none;-ms-overflow-style:none}.actions::-webkit-scrollbar{display:none}.btn{padding:6px 8px;font-size:12px;border-radius:6px;font-weight:600;min-height:32px;display:flex;align-items:center;justify-content:center;text-align:center;white-space:nowrap;flex-shrink:0}.btn.ghost{background:#fffffff2;border:2px solid rgba(255,255,255,.8);color:#333;box-shadow:0 2px 4px #0000001a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.btn.ghost:hover{background:#fff;border-color:#fff;transform:translateY(-1px);box-shadow:0 4px 8px #00000026}.btn.primary{background:#f6c1da;border:2px solid #f6c1da;color:#fff;box-shadow:0 2px 4px #0003}.btn.primary:hover{background:#e8a8c8;border-color:#e8a8c8;transform:translateY(-1px);box-shadow:0 4px 8px #00000040}.hero{padding:40px 0}.hero h1{font-size:clamp(24px,6vw,32px)}.section{padding:32px 0;margin:16px 0;border-radius:8px}.section h2{font-size:24px;margin-bottom:24px}.container{padding:0 12px}.products-grid{gap:12px;padding:16px 0}.products-grid .product-card{flex:0 0 240px;min-width:240px}.scroll-btn{width:32px;height:32px;font-size:16px}.cart-drawer{width:100vw;max-width:320px}.modal-overlay{padding:0;align-items:flex-start}.modal-content{margin:0;max-width:100vw;max-height:100vh;width:100vw;height:100vh;border-radius:0}.admin-modal{max-width:100vw;max-height:100vh;margin:0;border-radius:0;width:100vw;height:100vh}.admin-header{padding:16px;top:0}.admin-navigation{overflow-x:auto;-webkit-overflow-scrolling:touch;top:60px;scrollbar-width:none;-ms-overflow-style:none}.admin-navigation::-webkit-scrollbar{display:none}.admin-tab{padding:10px 12px;font-size:12px;white-space:nowrap;flex-shrink:0;min-width:fit-content}.admin-content{padding:16px}.product-form{padding:16px;margin:0}.product-form h3{font-size:18px;margin-bottom:16px}.form-group label{font-size:14px}.form-input{font-size:16px;padding:10px}.table-header,.table-row{grid-template-columns:1fr 1fr;gap:8px;padding:12px;font-size:12px}.table-header .hidden-mobile,.table-row .hidden-mobile{display:none}.order-header,.order-product{flex-direction:column;align-items:flex-start;gap:8px}.form-group{margin-bottom:12px}.btn{min-height:44px}.checkout-form{padding:12px;margin-top:12px}.checkout-form h3{font-size:16px;margin-bottom:12px}.delivery-options{gap:8px;margin-bottom:16px}.radio-option{padding:10px}.delivery-fields{gap:10px;margin-bottom:16px}.form-group{gap:4px}.form-group label{font-size:13px}.form-input{padding:10px;font-size:16px}.pickup-info{padding:10px;margin-bottom:16px}.pickup-info p{font-size:13px}.form-actions{gap:8px;justify-content:stretch}.form-actions .btn{flex:1;min-height:48px}}@media (max-width: 480px){.container{padding:0 8px}.nav{height:52px;padding:0 8px}.logo{font-size:16px;color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.3)}.actions{gap:3px;padding:0 2px}.btn{padding:5px 6px;font-size:11px;min-height:30px;font-weight:600}.btn.ghost{background:#fffffffa;border:2px solid rgba(255,255,255,.9);color:#333;box-shadow:0 2px 6px #00000026}.btn.primary{background:#f6c1da;border:2px solid #f6c1da;color:#fff;box-shadow:0 2px 6px #00000040}.hero{padding:32px 0}.section{padding:24px 0;margin:12px 0}.section h2{font-size:20px}.products-grid .product-card{flex:0 0 200px;min-width:200px}.scroll-btn{width:28px;height:28px;font-size:14px}.cart-drawer{padding:12px}.cart-item{padding:8px;gap:8px}.cart-item-info h4{font-size:13px}.cart-item-price{font-size:11px}.table-header,.table-row{grid-template-columns:1fr;gap:4px}.table-cell{padding:4px 0;border-bottom:1px solid #eee}.table-cell:last-child{border-bottom:none}}@media (max-width: 768px) and (orientation: landscape){.hero,.section{padding:24px 0}.modal-body{max-height:70vh}}@media (hover: none) and (pointer: coarse){.btn:hover,.product-card:hover,.scroll-btn:hover{transform:none}.quantity-btn{width:32px;height:32px;font-size:16px}.remove-btn{padding:8px;font-size:18px}}.feedbacks-view{padding:20px}.feedbacks-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;gap:16px}.feedbacks-list{display:flex;flex-direction:column;gap:16px}.feedback-item{background:#fff;border:1px solid #e9ecef;border-radius:8px;padding:20px;display:flex;justify-content:space-between;align-items:flex-start;gap:16px}.feedback-content{flex:1;display:flex;flex-direction:column;gap:8px}.feedback-image{text-align:center;margin-bottom:12px}.feedback-image img{box-shadow:0 4px 8px #00000026;transition:transform .2s ease;border-radius:8px}.feedback-image img:hover{transform:scale(1.05)}.feedback-text-content{display:flex;flex-direction:column;gap:4px}.feedback-text{font-size:16px;color:#333;margin:0 0 8px;font-style:italic}.feedback-author{font-weight:600;color:#3b82f6;margin:0 0 4px}.feedback-date{font-size:14px;color:#6c757d;margin:0}.feedback-actions{display:flex;gap:8px}.feedback-form{background:#fff;border:1px solid #e9ecef;border-radius:8px;padding:20px;margin-bottom:20px}.feedback-form h4{margin:0 0 16px;color:#333}.current-image{margin-top:8px;padding:12px;background:#f8f9fa;border-radius:6px}.current-image p{margin:0 0 8px;font-size:14px;color:#6c757d}.current-feedback-image{margin-top:8px;padding:12px;background:#f8f9fa;border-radius:6px;text-align:center}.current-feedback-image p{margin:0 0 8px;font-size:14px;color:#6c757d}.footer-content{display:flex;flex-direction:column;gap:16px;text-align:center}.footer-main{font-size:16px;color:#333}.footer-credit{font-size:14px;color:#6c757d;line-height:1.5}.footer-credit a{color:#3b82f6;text-decoration:underline}.footer-credit a:hover{color:#2563eb}.order-success-container,.order-failed-container{min-height:60vh;display:flex;align-items:center;justify-content:center;padding:2rem}.order-success-card,.order-failed-card{background:#fff;border-radius:12px;padding:3rem 2rem;box-shadow:0 4px 6px #0000001a;max-width:500px;width:100%;text-align:center}.success-icon,.failed-icon{font-size:4rem;margin-bottom:1rem}.order-success-card h1,.order-failed-card h1{color:#333;margin-bottom:1rem;font-size:2rem}.order-success-card p,.order-failed-card p{color:#666;line-height:1.6;margin-bottom:.5rem}.success-actions,.failed-actions{display:flex;flex-direction:column;gap:1rem;margin-top:2rem}@media (min-width: 640px){.success-actions,.failed-actions{flex-direction:row;justify-content:center}}.order-status{display:flex;align-items:center;gap:.5rem}.status-label{font-size:.9rem;color:#666;font-weight:500}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.modal-content{background:#fff;border-radius:12px;max-width:90vw;max-height:90vh;overflow:hidden;box-shadow:0 10px 25px #0003}.terms-modal{width:100%;max-width:600px}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #e5e7eb}.modal-header h2{margin:0;color:#333;font-size:1.5rem}.modal-close{background:none;border:none;font-size:2rem;color:#666;cursor:pointer;padding:0;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center}.modal-close:hover{color:#333}.modal-body{max-height:60vh;overflow-y:auto;padding:1.5rem}.terms-content h3{color:#333;margin-top:1.5rem;margin-bottom:.5rem;font-size:1.1rem}.terms-content h3:first-child{margin-top:0}.terms-content h4{color:#444;margin-top:1rem;margin-bottom:.3rem;font-size:1rem;font-weight:600}.terms-content p{color:#666;line-height:1.6;margin-bottom:1rem}.section-divider{text-align:center;margin:1.5rem 0;font-size:1.2rem;color:#999;font-weight:700}.terms-footer{margin-top:2rem;padding-top:1rem;border-top:1px solid #e5e7eb;font-size:.9rem}.modal-footer{padding:1.5rem;border-top:1px solid #e5e7eb;display:flex;justify-content:center}.terms-acceptance{padding:1rem;border-top:1px solid #e5e7eb;background:#f9fafb}.terms-checkbox{display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:#666;cursor:pointer}.terms-checkbox input[type=checkbox]{margin:0}.terms-link{background:none;border:none;color:#3b82f6;text-decoration:underline;cursor:pointer;padding:0;font-size:inherit;font-family:inherit}.terms-link:hover{color:#1d4ed8}.cart-footer button:disabled{opacity:.5;cursor:not-allowed}@media (max-width: 768px){.order-success-container,.order-failed-container{min-height:80vh;padding:1rem}.order-success-card,.order-failed-card{padding:2rem 1.5rem;margin:.5rem}.success-icon,.failed-icon{font-size:3rem;margin-bottom:1rem}.order-success-card h1,.order-failed-card h1{font-size:1.5rem;margin-bottom:1rem}.order-success-card p,.order-failed-card p{font-size:.9rem;line-height:1.5}.success-actions,.failed-actions{margin-top:1.5rem}.modal-overlay{padding:.5rem}.modal-content{max-width:95vw;max-height:95vh;border-radius:8px}.terms-modal{max-width:100%}.modal-header{padding:1rem}.modal-header h2{font-size:1.2rem}.modal-close{font-size:1.5rem;width:1.5rem;height:1.5rem}.modal-body{max-height:70vh;padding:1rem}.terms-content h3{font-size:1rem;margin-top:1rem}.terms-content h4{font-size:.9rem;margin-top:.8rem}.terms-content p{font-size:.85rem;line-height:1.5}.section-divider{margin:1rem 0;font-size:1rem}.modal-footer{padding:1rem}.terms-footer{font-size:.8rem;margin-top:1rem}.terms-acceptance{padding:.8rem}.terms-checkbox{font-size:.8rem;gap:.4rem;flex-wrap:wrap}.order-status{flex-direction:column;align-items:flex-start;gap:.3rem}.status-label{font-size:.8rem}}@media (max-width: 480px){.order-success-container,.order-failed-container{padding:.5rem}.order-success-card,.order-failed-card{padding:1.5rem 1rem}.success-icon,.failed-icon{font-size:2.5rem}.order-success-card h1,.order-failed-card h1{font-size:1.3rem}.order-success-card p,.order-failed-card p{font-size:.85rem}.modal-header{padding:.8rem}.modal-header h2{font-size:1.1rem}.modal-body{padding:.8rem}.terms-content h3{font-size:.95rem}.terms-content h4{font-size:.85rem}.terms-content p{font-size:.8rem}.terms-acceptance{padding:.6rem}.terms-checkbox{font-size:.75rem}}@media (max-width: 768px) and (orientation: landscape){.order-success-container,.order-failed-container{min-height:100vh;padding:.5rem}.modal-body{max-height:60vh}}
