*{box-sizing:border-box}body{margin:0;font-family:Arial,sans-serif}.login-page{background:#f4f6f8;justify-content:center;align-items:center;min-height:100vh;display:flex}.login-page-content{text-align:center}.login-page-content h1{margin-bottom:8px}.login-page-content p{color:#666;margin-bottom:25px}.login-button,.login-submit{cursor:pointer;border:none;border-radius:6px;padding:12px 24px;font-size:15px}.login-button{color:#fff;background:#222}.login-submit{color:#fff;background:#222;width:100%;margin-top:10px}.modal-overlay{z-index:1000;background:#0000008c;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.modal{background:#fff;border-radius:12px;width:520px;max-width:90%;max-height:90vh;padding:28px;overflow-y:auto;box-shadow:0 20px 50px #00000040}.modal-header{justify-content:space-between;align-items:flex-start;margin-bottom:24px;display:flex}.modal-header h2{margin:0 0 6px}.modal-header p{color:#666;margin:0}.modal-close{cursor:pointer;background:0 0;border:none;font-size:28px}.form-group label span{color:red}.form-group input,.form-group textarea,.form-group select{box-sizing:border-box;border:1px solid #d1d5db;border-radius:6px;width:100%;padding:11px 12px;font-size:14px}.form-group textarea{resize:vertical}.form-error{color:#dc2626;margin-top:5px;display:block}.modal-actions{justify-content:flex-end;gap:10px;margin-top:24px;display:flex}.primary-button,.secondary-button{cursor:pointer;border:none;border-radius:6px;padding:11px 18px;font-weight:600}.primary-button{color:#fff;background:#222}.secondary-button{color:#111;background:#e5e7eb}.primary-button:disabled,.secondary-button:disabled{opacity:.6;cursor:not-allowed}.error-message{color:#b91c1c;background:#fee2e2;border-radius:6px;margin:15px 0;padding:12px}.modal-container{background:#fff;border-radius:12px;width:420px;max-width:90%;padding:30px;position:relative;box-shadow:0 10px 40px #00000040}.modal-close{cursor:pointer;background:0 0;border:none;font-size:28px;position:absolute;top:10px;right:15px}.login-form h2{margin-bottom:8px}.login-subtitle{color:#666;margin-bottom:25px}.form-group{margin-bottom:18px}.form-group label{margin-bottom:7px;font-weight:600;display:block}.form-group input{border:1px solid #ccc;border-radius:6px;width:100%;padding:11px;font-size:15px}.form-group input:focus{border-color:#333;outline:none}.admin-layout{background:#f4f6f8;min-height:100vh;display:flex}.admin-sidebar{color:#fff;background:#1f2937;flex-direction:column;width:240px;min-height:100vh;display:flex}.sidebar-logo{border-bottom:1px solid #374151;padding:25px 20px}.sidebar-logo h2{margin:0}.sidebar-logo span{color:#9ca3af;font-size:13px}.sidebar-nav{flex-direction:column;gap:5px;padding:20px 12px;display:flex}.sidebar-nav a,.sidebar-bottom a{color:#d1d5db;border-radius:6px;padding:12px;text-decoration:none}.sidebar-nav a:hover,.sidebar-bottom a:hover{color:#fff;background:#374151}.sidebar-bottom{margin-top:auto;padding:20px 12px}.admin-main{flex:1}.admin-navbar{background:#fff;border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;height:70px;padding:0 30px;display:flex}.admin-navbar h2{margin:0;font-size:20px}.admin-profile{align-items:center;gap:12px;display:flex}.profile-avatar{color:#fff;background:#222;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;font-weight:700;display:flex}.dashboard-content{padding:30px}.dashboard-content h1{margin-bottom:5px}.dashboard-subtitle{color:#6b7280;margin-top:0}.dashboard-cards{grid-template-columns:repeat(4,1fr);gap:20px;margin-top:30px;display:grid}.dashboard-card{background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:25px}.dashboard-card h3{color:#6b7280;margin-top:0;font-size:15px}.dashboard-card p{margin-bottom:0;font-size:32px;font-weight:700}.category-page{padding:30px}.category-header{justify-content:space-between;align-items:center;margin-bottom:25px;display:flex}.category-header h1{margin:0 0 5px}.category-header p{color:#6b7280;margin:0}.add-category-button{color:#fff;cursor:pointer;background:#222;border:none;border-radius:6px;padding:12px 18px;font-size:14px}.add-category-button:hover{background:#333}.category-table-wrapper{background:#fff;border:1px solid #e5e7eb;border-radius:10px;overflow:hidden}.category-table{border-collapse:collapse;width:100%}.category-table th,.category-table td{text-align:left;border-bottom:1px solid #e5e7eb;padding:16px}.category-table th{background:#f9fafb;font-size:14px}.status{border-radius:20px;padding:5px 10px;font-size:12px;font-weight:600;display:inline-block}.status.active{color:#166534;background:#dcfce7}.status.inactive{color:#991b1b;background:#fee2e2}.table-actions{gap:8px;display:flex}.edit-button,.delete-button{cursor:pointer;border:none;border-radius:5px;padding:7px 12px}.edit-button{background:#e5e7eb}.delete-button{background:#fee2e2}.empty-state{color:#6b7280;text-align:center!important}.category-modal-overlay{z-index:2000;background:#0000008c;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.category-modal{background:#fff;border-radius:12px;width:500px;max-width:92%;padding:28px;box-shadow:0 15px 50px #00000040}.category-modal-header{justify-content:space-between;align-items:flex-start;margin-bottom:25px;display:flex}.category-modal-header h2{margin:0 0 5px}.category-modal-header p{color:#6b7280;margin:0}.modal-close-button{cursor:pointer;background:0 0;border:none;font-size:28px}.category-form-group{margin-bottom:18px}.category-form-group label{margin-bottom:7px;font-weight:600;display:block}.category-form-group input,.category-form-group textarea{border:1px solid #d1d5db;border-radius:6px;width:100%;padding:11px;font-family:inherit;font-size:14px}.category-form-group textarea{resize:vertical}.category-form-group input:focus,.category-form-group textarea:focus{border-color:#333;outline:none}.category-active-field{align-items:center;gap:8px;margin-bottom:25px;display:flex}.category-active-field input{width:16px;height:16px}.category-active-field label{cursor:pointer}.category-form-error{color:#991b1b;background:#fee2e2;border-radius:6px;margin-bottom:18px;padding:10px 12px;font-size:14px}.category-modal-actions{justify-content:flex-end;gap:10px;display:flex}.cancel-button,.save-category-button{cursor:pointer;border:none;border-radius:6px;padding:11px 18px;font-size:14px}.cancel-button{background:#e5e7eb}.save-category-button{color:#fff;background:#222}.cancel-button:disabled,.save-category-button:disabled{opacity:.6;cursor:not-allowed}.home-page{min-height:100vh}.hero-section{background:linear-gradient(135deg,#f8fafc,#eef2ff);align-items:center;min-height:520px;padding:60px 8%;display:flex}.hero-content{max-width:650px}.hero-subtitle{letter-spacing:2px;margin-bottom:15px;font-size:14px;font-weight:700}.hero-content h1{margin:0 0 20px;font-size:52px;line-height:1.1}.hero-description{color:#64748b;max-width:550px;margin-bottom:30px;font-size:18px;line-height:1.6}.shop-now-button{color:#fff;cursor:pointer;background:#111827;border:none;border-radius:7px;padding:14px 28px;font-size:15px;font-weight:600}.shop-now-button:hover{opacity:.9}.categories-section{padding:70px 8%}.section-heading p{letter-spacing:2px;margin-bottom:8px;font-size:13px;font-weight:700}.section-heading h2{margin:0;font-size:32px}.home-category-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:30px;transition:transform .2s}.home-category-card:hover{transform:translateY(-4px)}.home-category-card h3{margin-top:0;margin-bottom:10px}.home-category-card p{color:#64748b;line-height:1.5}.customer-navbar{z-index:1000;background:#fff;border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;height:70px;padding:0 8%;display:flex;position:sticky;top:0}.customer-logo a{color:#111827;letter-spacing:1px;font-size:24px;font-weight:800;text-decoration:none}.customer-nav-links{align-items:center;gap:30px;display:flex}.customer-nav-links a{color:#374151;font-size:15px;font-weight:500;text-decoration:none;transition:color .2s}.customer-nav-links a:hover{color:#111827}.categories-section{background:#fff;padding:80px 7%}.section-heading{text-align:center;margin-bottom:45px}.section-heading p{letter-spacing:3px;font-size:14px;font-weight:700}.section-heading h2{margin-top:10px;font-size:36px}.category-cards{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:25px;display:grid}.category-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:30px;transition:all .2s}.category-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px #00000014}.category-card h3{margin-bottom:12px;font-size:22px}.category-card p{color:#6b7280;min-height:50px;line-height:1.6}.category-card a{color:#111827;margin-top:15px;font-weight:600;text-decoration:none;display:inline-block}.category-loading,.category-empty{text-align:center;color:#6b7280;font-size:17px}.products-header{text-align:center;background:#f5f7fc;padding:70px 20px 40px}.products-header p{letter-spacing:3px;font-size:13px;font-weight:700}.products-header h1{margin:12px 0;font-size:42px}.products-header span{color:#64748b;font-size:17px}.products-section{padding:50px 7%}.products-grid{grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:25px;display:grid}.admin-page{background:#f8fafc;min-height:calc(100vh - 70px);padding:35px 40px;overflow-x:auto}.page-header{justify-content:space-between;align-items:center;gap:20px;margin-bottom:30px;display:flex}.page-header h1{color:#111827;margin:0 0 6px;font-size:32px;font-weight:700}.page-header p{color:#64748b;margin:0;font-size:15px}.primary-button{color:#fff;cursor:pointer;background:#111827;border:none;border-radius:8px;padding:12px 20px;font-size:14px;font-weight:600;transition:all .2s}.primary-button:hover{background:#1f2937;transform:translateY(-1px)}.primary-button:disabled{opacity:.6;cursor:not-allowed;transform:none}.error-message{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;margin-bottom:20px;padding:14px 16px}.table-container{background:#fff;border:1px solid #e5e7eb;border-radius:12px;width:100%;overflow-x:auto;box-shadow:0 4px 20px #0f172a0a}.table-container table{border-collapse:collapse;width:100%;min-width:850px}.table-container th{color:#475569;text-align:left;white-space:nowrap;background:#f8fafc;border-bottom:1px solid #e5e7eb;padding:16px 18px;font-size:13px;font-weight:700}.table-container td{color:#334155;white-space:nowrap;border-bottom:1px solid #f1f5f9;padding:16px 18px;font-size:14px}.table-container tbody tr:last-child td{border-bottom:none}.table-container tbody tr{transition:background .2s}.table-container tbody tr:hover{background:#f8fafc}.table-container td:nth-child(2),.table-container td:nth-child(4){color:#111827;font-weight:600}.table-container td:nth-child(6){font-weight:600}.table-container td:last-child{gap:8px;display:flex}.table-container td:last-child button{color:#374151;cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:6px;padding:7px 12px;font-size:13px;transition:all .2s}.table-container td:last-child button:hover{background:#f3f4f6;border-color:#9ca3af}.admin-page>p{color:#64748b;padding:25px 0;font-size:15px}@media (width<=768px){.admin-page{padding:25px 20px}.page-header{flex-direction:column;align-items:flex-start}.page-header h1{font-size:28px}.primary-button{width:100%}}.product-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;flex-direction:column;min-height:250px;padding:28px;transition:transform .2s,box-shadow .2s,border-color .2s;display:flex}.product-card:hover{border-color:#d1d5db;transform:translateY(-5px);box-shadow:0 10px 30px #0f172a14}.product-card-content{flex-direction:column;height:100%;display:flex}.product-label{letter-spacing:2px;text-transform:uppercase;color:#64748b;margin:0 0 12px;font-size:12px;font-weight:700}.product-category{color:#64748b;margin-bottom:12px;font-size:14px;display:inline-block}.product-card h2{color:#111827;margin:0 0 12px;font-size:24px;line-height:1.2}.product-description{color:#64748b;min-height:48px;margin:0;font-size:15px;line-height:1.6}.product-bottom{justify-content:space-between;align-items:center;gap:15px;margin-top:auto;padding-top:25px;display:flex}.product-bottom strong{color:#111827;white-space:nowrap;font-size:18px}.view-product-button{color:#fff;cursor:pointer;background:#111827;border:1px solid #111827;border-radius:6px;padding:9px 14px;font-size:13px;font-weight:600;transition:all .2s}.view-product-button:hover{color:#111827;background:#fff}@media (width<=768px){.products-header{padding:55px 20px 35px}.products-header h1{font-size:34px}.products-section{padding:35px 20px}.products-grid{grid-template-columns:1fr}.product-bottom{flex-direction:column;align-items:flex-start}.view-product-button{width:100%}}.product-details-page{background:#f8fafc;min-height:100vh}.product-details-container{max-width:1200px;margin:0 auto;padding:40px 30px 70px}.back-products-button{color:#374151;cursor:pointer;background:0 0;border:none;margin-bottom:25px;padding:0;font-size:15px;font-weight:600}.back-products-button:hover{color:#111827}.product-details-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;grid-template-columns:1fr 1fr;gap:60px;padding:40px;display:grid;box-shadow:0 10px 30px #0f172a0d}.product-details-image{background:#f1f5f9;border-radius:12px;justify-content:center;align-items:center;min-height:450px;display:flex;overflow:hidden}.product-details-image img{object-fit:cover;width:100%;height:100%;min-height:450px}.product-image-placeholder{color:#94a3b8;font-size:18px;font-weight:600}.product-details-content{flex-direction:column;justify-content:center;display:flex}.product-details-label{letter-spacing:3px;color:#64748b;margin:0 0 15px;font-size:12px;font-weight:700}.product-details-category{color:#64748b;margin-bottom:15px;font-size:15px;display:inline-block}.product-details-content h1{color:#111827;margin:0 0 20px;font-size:42px;line-height:1.15}.product-details-description{color:#64748b;margin:0 0 25px;font-size:16px;line-height:1.7}.product-details-price{color:#111827;margin-bottom:30px;font-size:30px;font-weight:700}.add-to-cart-button{color:#fff;cursor:pointer;background:#111827;border:none;border-radius:7px;width:fit-content;padding:14px 28px;font-size:15px;font-weight:600;transition:all .2s}.add-to-cart-button:hover{background:#374151;transform:translateY(-1px)}.product-details-message{text-align:center;color:#64748b;max-width:1200px;margin:0 auto;padding:80px 30px;font-size:17px}@media (width<=768px){.product-details-container{padding:25px 20px 50px}.product-details-card{grid-template-columns:1fr;gap:30px;padding:20px}.product-details-image,.product-details-image img{min-height:300px}.product-details-content h1{font-size:32px}.product-details-price{font-size:26px}.add-to-cart-button{width:100%}}.product-details-section{background:#f8fafc;justify-content:center;align-items:flex-start;min-height:calc(100vh - 70px);padding:70px 7%;display:flex}.product-details-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;width:100%;max-width:900px;padding:50px;box-shadow:0 10px 30px #0f172a0f}.product-details-content{max-width:700px}.product-details-content h1{color:#111827;margin:0 0 20px;font-size:42px}.product-details-description{color:#64748b;margin-bottom:30px;font-size:17px;line-height:1.7}.product-details-price{color:#111827;margin-bottom:35px;font-size:28px;display:block}.product-details-actions{gap:12px;display:flex}.back-products-button,.add-cart-button{cursor:pointer;border-radius:7px;padding:12px 20px;font-size:14px;font-weight:600}.back-products-button{color:#374151;background:#fff;border:1px solid #d1d5db}.add-cart-button{color:#fff;background:#111827;border:1px solid #111827}.back-products-button:hover{background:#f3f4f6}.add-cart-button:hover{background:#1f2937}@media (width<=768px){.product-details-section{padding:35px 20px}.product-details-card{padding:30px 25px}.product-details-content h1{font-size:32px}.product-details-actions{flex-direction:column}.back-products-button,.add-cart-button{width:100%}}
