.template-actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:.95rem;align-items:center}.template-actions .btn{min-width:150px;justify-content:center;padding:.8rem 1rem;border-radius:.8rem;font-weight:700;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.template-actions .btn:hover{transform:translateY(-1px);box-shadow:0 10px 20px #155dfc24}.template-actions .btn-outline{border:1px solid #cfe0ff;background:#f8fbff;color:#155dfc}.admin-user-section{border:1px solid #e6eefc;background:#fff;border-radius:1rem;padding:1.3rem;box-shadow:0 10px 26px #0f172a0f;width:100%}.admin-user-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1rem}.admin-user-header h3{margin:0;font-size:1.15rem}.admin-user-count{color:#155dfc;font-weight:800}.admin-user-form{display:grid;gap:1rem;margin-bottom:1rem}.admin-user-fields{display:grid;gap:1rem}.admin-user-toggle{display:inline-flex;align-items:center;gap:.5rem;color:#334155;font-weight:700}.admin-user-list{border-top:1px solid #e6eefc;padding-top:1rem}.admin-table-header,.admin-user-row{display:grid;grid-template-columns:1.5fr .8fr 1fr;gap:1rem;align-items:center;padding:.7rem 0}.admin-table-header{color:#64748b;font-size:.85rem;text-transform:uppercase;letter-spacing:.06em;border-bottom:1px solid #e6eefc}.admin-user-row{border-bottom:1px solid #f1f5f9}.admin-user-actions{display:flex;gap:.75rem;justify-content:flex-end}.admin-user-summary{border:1px solid #e6eefc;background:#fff;border-radius:1rem;padding:1.3rem;box-shadow:0 10px 26px #0f172a0f;width:100%}.admin-user-summary h3{margin-bottom:.5rem}.template-actions .btn-primary{background:linear-gradient(135deg,#155dfc,#0f4bd8);box-shadow:0 10px 22px #155dfc33}.gallery-wrapper{margin-top:1.5rem;background:#fff;border:1px solid #e6eefc;border-radius:1rem;box-shadow:0 18px 40px #0f172a14;overflow:hidden}.gallery-container{display:flex;flex-direction:column;min-height:520px}.gallery-header-new{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.2rem 1.3rem;border-bottom:1px solid #e6eefc}.gallery-main-title{margin:0;font-size:1.35rem}.gallery-description{margin:.25rem 0 0;color:#64748b}.header-meta{display:flex;align-items:center;gap:.75rem}.meta-item{min-width:120px;padding:.75rem .9rem;border:1px solid #d9e8f5;border-radius:.8rem;background:#f8fbff;text-align:center}.meta-label,.meta-value{display:block}.meta-label{color:#64748b;font-size:.78rem;font-weight:700}.meta-value{color:#155dfc;font-size:1.35rem;font-weight:800}.notification{margin:1rem 1.3rem 0;padding:.8rem 1rem;border-radius:.8rem;font-weight:700}.notification-success{background:#d4f1e5;color:#0f766e}.notification-error{background:#ffe3e3;color:#c00}.notification-content{display:flex;align-items:center;gap:.6rem}.category-filter-section{display:flex;align-items:center;gap:.8rem;padding:1rem 1.3rem;border-bottom:1px solid #e6eefc;flex-wrap:wrap}.filter-label{color:#334155;font-weight:800}.filter-buttons{display:flex;gap:.55rem;flex-wrap:wrap}.filter-button{border:1px solid #d9e8f5;border-radius:999px;background:#f8fbff;color:#334155;cursor:pointer;font-weight:700;padding:.55rem .9rem}.filter-button.active,.filter-button:hover{background:#155dfc;border-color:#155dfc;color:#fff}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(190px,1fr));gap:1rem;max-height:620px;overflow-y:auto;padding:1.3rem;scrollbar-width:thin;scrollbar-color:#9db7e8 #eef4ff}.gallery-grid::-webkit-scrollbar{width:10px}.gallery-grid::-webkit-scrollbar-track{background:#eef4ff;border-radius:999px}.gallery-grid::-webkit-scrollbar-thumb{background:#9db7e8;border-radius:999px}.gallery-item{overflow:hidden;border:1px solid #e6eefc;border-radius:.8rem;background:#fff;box-shadow:0 10px 24px #0f172a0f}.image-wrapper{position:relative;aspect-ratio:4 / 3;background:#f8fbff;cursor:pointer;overflow:hidden}.image-asset{width:100%;height:100%;object-fit:cover}.image-action-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;background:#0811217a}.action-buttons{display:flex;gap:.6rem}.action-button{display:grid;place-items:center;width:42px;height:42px;border:none;border-radius:50%;background:#fff;color:#155dfc;cursor:pointer}.delete-btn{color:#f44}.action-button svg{width:20px;height:20px}.image-meta{display:grid;gap:.45rem;padding:.8rem}.image-filename{margin:0;overflow:hidden;color:#081121;font-size:.88rem;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.image-category{justify-self:start;border-radius:999px;background:#eef4ff;color:#155dfc;font-size:.75rem;font-weight:800;padding:.25rem .55rem;text-transform:capitalize}.loading-container,.empty-state{display:grid;min-height:300px;place-items:center;padding:2rem;text-align:center}.loader-ring{display:inline-grid;place-items:center;width:56px;height:56px}.loader-ring div{grid-area:1 / 1;width:44px;height:44px;border:4px solid #d9e8f5;border-top-color:#155dfc;border-radius:50%;animation:gallerySpin .9s linear infinite}.loading-text,.empty-description{color:#64748b}.empty-icon{font-size:2rem}.empty-title{margin:.6rem 0 .25rem}.mini-loader{width:18px;height:18px;border:3px solid #ffe3e3;border-top-color:#f44;border-radius:50%;animation:gallerySpin .8s linear infinite}.lightbox-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:grid;place-items:center;padding:1.5rem;background:#081121c7}.lightbox-container{position:relative;width:min(900px,100%);max-height:calc(100vh - 3rem);overflow:hidden;border-radius:1rem;background:#fff}.lightbox-close{position:absolute;top:.8rem;right:.8rem;z-index:1;width:40px;height:40px;border:none;border-radius:50%;background:#081121d9;color:#fff;cursor:pointer;font-weight:800}.lightbox-content{background:#081121}.lightbox-image{width:100%;max-height:70vh;object-fit:contain}.lightbox-info{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem}.lightbox-filename{margin:0;overflow:hidden;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.lightbox-delete-btn{flex:0 0 auto;border:none;border-radius:999px;background:#f44;color:#fff;cursor:pointer;font-weight:800;padding:.7rem 1rem}@keyframes gallerySpin{to{transform:rotate(360deg)}}@media (max-width: 720px){.gallery-header-new,.lightbox-info{align-items:stretch;flex-direction:column}.meta-item{width:100%}.category-filter-section{align-items:flex-start;flex-direction:column}.gallery-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));max-height:540px;padding:1rem}}:root{font-family:Inter,system-ui,sans-serif;color:#081121;background:#f5f7ff;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{margin:0;background:linear-gradient(180deg,#f7f9ff,#eef4ff);color:#081121}a{color:inherit;text-decoration:none}img{width:100%;display:block;object-fit:cover}button,input,textarea{font:inherit}.container{width:min(1180px,calc(100% - 2rem));margin:0 auto}.app-shell{min-height:100vh;display:flex;flex-direction:column}.topbar{position:sticky;top:0;z-index:50;background:#081121e6;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid rgba(255,255,255,.08)}.nav-wrap{display:flex;justify-content:space-between;align-items:center;padding:1rem 0}.brand{display:flex;align-items:center;gap:.75rem;color:#fff}.brand-logo{width:100px;height:100px;border-radius:20px 10px 30px 5px;display:grid;place-items:center;background:linear-gradient(135deg,#f9fafc,#f7f9fa);font-weight:800}.brand strong{display:block;font-size:1rem}.brand span{display:block;font-size:.8rem;color:#fffc}.nav-links{display:flex;gap:1rem;flex-wrap:wrap}.nav-links a{color:#ffffffdb;font-weight:600;padding:.35rem .6rem;border-radius:999px;position:relative}.nav-links a.active,.nav-links a:hover{background:#ffffff24;color:#fff}.nav-cart-link{position:relative}.cart-badge{position:absolute;top:-8px;right:-8px;background:#f44;color:#fff;font-size:.7rem;font-weight:800;width:22px;height:22px;display:flex;align-items:center;justify-content:center;border-radius:50%;border:2px solid rgba(8,17,33,.9)}.hero{padding:5rem 0 4rem;background:linear-gradient(135deg,#020f44f2,#1869ffc7);color:#fff}.hero-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:2rem;align-items:center}.eyebrow{text-transform:uppercase;letter-spacing:.2em;font-size:.8rem;font-weight:800;color:#93c5fd;margin-bottom:.5rem}.hero h1{font-size:clamp(2rem,4vw,3.2rem);line-height:1.1;margin:0 0 1rem}.hero p{font-size:1.05rem;color:#ffffffe6;max-width:640px}.hero-actions{display:flex;gap:1rem;margin-top:1.5rem;flex-wrap:wrap}.btn{border:none;border-radius:999px;padding:.8rem 1.2rem;font-weight:700;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:transform .18s ease,box-shadow .18s ease}.btn:hover{transform:translateY(-2px)}.btn-primary{background:#fff;color:#155dfc;box-shadow:0 10px 24px #0000002e}.btn-outline{background:transparent;color:#fff;border:1px solid rgba(255,255,255,.4)}.hero-card,.about-card,.contact-card,.enquiry-form,.inquiry-form,.admin-item,.product-card{background:#fff;border-radius:1.2rem;box-shadow:0 18px 40px #0f172a14}.hero-card{padding:1.5rem;color:#081121}.hero-card ul{padding-left:1rem;color:#334155}.section{padding:4rem 0}.section-heading{display:flex;justify-content:space-between;gap:1rem;align-items:end;margin-bottom:1.5rem}.section-heading h2{margin:0;font-size:clamp(1.35rem,2.2vw,1.8rem)}.text-link{color:#155dfc;font-weight:700}.card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem}.product-card{overflow:hidden}.product-card img{height:220px}.product-body{padding:1.1rem}.product-category{margin:0 0 .3rem;color:#155dfc;font-size:.8rem;font-weight:800;text-transform:uppercase;letter-spacing:.12em}.product-body h3{margin:0 0 .5rem;font-size:1.1rem}.product-body p{margin:0 0 .9rem;color:#475569}.product-footer{display:flex;justify-content:space-between;align-items:center}.product-footer a{color:#155dfc;font-weight:700}.product-add-to-cart{display:flex;gap:.6rem;align-items:center;margin-top:.8rem}.product-qty-control{display:flex;align-items:center;gap:.3rem;background:#f8fbff;border-radius:.6rem;border:1px solid #d9e8f5;padding:.2rem}.qty-btn-small{background:transparent;border:none;width:28px;height:28px;cursor:pointer;font-weight:700;color:#155dfc;font-size:1rem;transition:background .15s ease;border-radius:.4rem}.qty-btn-small:hover{background:#e6eefc}.qty-display-small{font-weight:600;min-width:24px;text-align:center;font-size:.9rem}.product-add-to-cart .btn{flex:1}.add-feedback{margin:.6rem 0 0;padding:.6rem;background:#d4f1e5;color:#0f766e;border-radius:.6rem;font-size:.85rem;font-weight:600;text-align:center;animation:slideIn .3s ease}@keyframes slideIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.page{padding:3rem 0 4rem}.page-header h1{font-size:clamp(1.8rem,3vw,2.5rem);margin:0 0 1.5rem}.about-grid,.contact-grid,.admin-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem}.about-card,.contact-card,.enquiry-form{padding:1.4rem}.enquiry-form,.inquiry-form{display:flex;flex-direction:column;gap:.85rem}.form-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem}.enquiry-form input,.enquiry-form textarea,.inquiry-form input,.inquiry-form textarea{width:100%;padding:.8rem .95rem;border:1px solid #dbe4f0;border-radius:.9rem;background:#f8fbff}.form-status{margin:0;color:#0f766e;font-weight:600}.contact-card p{margin:.4rem 0;color:#334155}.admin-list{display:flex;flex-direction:column;gap:.8rem}.admin-item{padding:1rem 1.2rem;display:flex;justify-content:space-between;align-items:center;gap:1rem}.admin-item p{margin:.2rem 0 0;color:#64748b}.footer{margin-top:auto;background:#071224;color:#fffc;padding:1rem 0}.footer-inner{display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap}.footer-links{display:flex;gap:1rem}@media (max-width: 900px){.hero-grid,.about-grid,.contact-grid,.admin-grid,.card-grid{grid-template-columns:1fr}}@media (max-width: 640px){.nav-wrap{flex-direction:column;align-items:flex-start;gap:.8rem}.form-row{grid-template-columns:1fr}.hero{padding-top:3rem}.product-add-to-cart{flex-direction:column;gap:.5rem}.product-qty-control{width:100%;justify-content:center}.product-add-to-cart .btn{width:100%}}.cart-wrapper{display:grid;grid-template-columns:1fr 380px;gap:2rem;margin-top:1.5rem}.cart-main{display:flex;flex-direction:column;gap:.8rem}.empty-cart{text-align:center;padding:2rem;background:#fff;border-radius:1.2rem;box-shadow:0 10px 24px #0f172a0f}.empty-cart p{color:#64748b;margin-bottom:1rem}.cart-list{display:flex;flex-direction:column;gap:.8rem}.cart-item-card{display:flex;gap:1rem;padding:1rem;background:#fff;border-radius:1.2rem;box-shadow:0 10px 24px #0f172a0f;border:1px solid #e6eefc;transition:box-shadow .2s ease;position:relative}.cart-item-card:hover{box-shadow:0 14px 32px #0f172a1a}.cart-item-remove{position:absolute;top:.5rem;right:.5rem;width:32px;height:32px;border:none;background:#f44;color:#fff;border-radius:50%;cursor:pointer;font-size:1.4rem;display:flex;align-items:center;justify-content:center;transition:background .2s ease,transform .15s ease;font-weight:700}.cart-item-remove:hover{background:#c00;transform:scale(1.1)}.cart-item-image{width:140px;height:140px;flex-shrink:0;border-radius:.8rem;overflow:hidden;background:#f8fbff}.cart-item-image img{width:100%;height:100%;object-fit:cover}.cart-item-details{flex:1;display:flex;flex-direction:column;justify-content:space-between}.cart-item-details h3{margin:0;font-size:1.05rem;color:#081121}.cart-item-details .category{margin:.2rem 0 0;color:#0f766e;font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em}.cart-item-details .description{margin:.4rem 0 0;color:#64748b;font-size:.9rem;line-height:1.4}.cart-item-controls{display:flex;gap:.8rem;align-items:center;margin-top:.8rem;flex-wrap:wrap}.qty-control{display:flex;align-items:center;gap:.4rem;background:#f8fbff;border-radius:.6rem;border:1px solid #d9e8f5;padding:0 .3rem}.qty-btn{background:transparent;border:none;width:32px;height:32px;cursor:pointer;font-weight:700;color:#155dfc;font-size:1.1rem;transition:background .15s ease,transform .15s ease,box-shadow .15s ease;border-radius:.5rem}.qty-btn:hover{background:#e6eefc;transform:translateY(-1px)}.qty-btn:focus-visible{outline:none;box-shadow:0 0 0 3px #155dfc40;background:#e6eefc}.qty-display{font-weight:600;min-width:32px;text-align:center}.remove-button{border-radius:999px;padding:.7rem 1rem;border:1px solid #e6eefc;background:transparent;color:#f44;cursor:pointer;font-weight:700;transition:background .15s ease,transform .15s ease,box-shadow .15s ease}.remove-button:hover{background:#ff44441a;transform:translateY(-1px)}.remove-button:focus-visible{outline:none;box-shadow:0 0 0 3px #ff444440}.cart-item-price{text-align:right;display:flex;flex-direction:column;justify-content:center;gap:.3rem;min-width:120px}.cart-item-price .price{margin:0;font-size:1.2rem;font-weight:800;color:#081121}.cart-item-price .subtotal{margin:0;color:#64748b;font-size:.85rem}.cart-sidebar{position:sticky;top:100px;height:fit-content}.cart-summary-box{background:linear-gradient(135deg,#f8fbff,#eef6ff);border-radius:1.2rem;padding:1.2rem;margin-bottom:1rem;border:1px solid #d9e8f5}.cart-summary-box h3{margin:0 0 .8rem;font-size:1rem;color:#081121}.summary-row{display:flex;justify-content:space-between;color:#475569;font-size:.95rem;margin-bottom:.6rem}.summary-total{display:flex;justify-content:space-between;padding-top:.8rem;border-top:1px solid #d9e8f5;font-weight:700;color:#081121;font-size:1rem}.total-price{color:#155dfc;font-size:1.2rem}.enquiry-form-cart{background:#fff;border-radius:1.2rem;padding:1.2rem;box-shadow:0 10px 24px #0f172a0f;border:1px solid #e6eefc}.enquiry-form-cart h3{margin:0 0 .8rem;font-size:1rem;color:#081121}.enquiry-form-cart input,.enquiry-form-cart textarea{width:100%;padding:.7rem .85rem;border:1px solid #d9e8f5;border-radius:.6rem;background:#f8fbff;margin-bottom:.6rem;font-size:.9rem}.enquiry-form-cart input:focus,.enquiry-form-cart textarea:focus{outline:none;border-color:#155dfc;box-shadow:0 0 0 3px #155dfc1a}.enquiry-form-cart button{width:100%}.enquiry-status{margin:.6rem 0 0;padding:.6rem;background:#d4f1e5;color:#0f766e;border-radius:.6rem;font-size:.85rem;font-weight:600}@media (max-width: 900px){.cart-wrapper{grid-template-columns:1fr}.cart-sidebar{position:static}.cart-item-card{flex-direction:column}.cart-item-image{width:100%;height:180px}.cart-item-price{text-align:left}}@media (max-width: 640px){.cart-item-card{padding:.8rem}.cart-item-image{height:120px}.cart-item-details h3{font-size:.95rem}.qty-btn{width:28px;height:28px;font-size:.9rem}.cart-summary-box,.enquiry-form-cart{padding:1rem}}.error{display:block;color:#dc2626;font-size:13px;margin-top:4px;margin-bottom:10px}
