*{box-sizing:border-box;margin:0;padding:0}.container{max-width:1200px;margin:0 auto;padding:0 20px}html{scroll-behavior:smooth}body{background-color:var(--bg-white);color:var(--text-main);height:100rem;min-height:100vh;line-height:1.6}body.lang-en{font-family:var(--font-body-en);direction:ltr}body.lang-en h1,body.lang-en h2,body.lang-en h3{font-family:var(--font-headings-en)}body.lang-ku{font-family:var(--font-body-ku);direction:rtl}body.lang-ku h1,body.lang-ku h2,body.lang-ku h3{font-family:var(--font-headings-ku)}input,button,select,textarea{font-family:inherit}.categories-section,.about-section,.features-section{position:relative}.categories-section:before,.about-section:before,.features-section:before{content:"";background:linear-gradient(90deg, transparent, #91ffe14d 15%, var(--customer-mint) 50%, #91ffe14d 85%, transparent);z-index:5;width:80%;height:1px;position:absolute;top:0;left:10%}.section-title,.about-title{text-align:center;color:var(--text-main);letter-spacing:-.5px;margin-bottom:3.5rem;font-size:2.3rem;font-weight:700;position:relative}.section-title:after,.about-title:after{content:"";background:var(--customer-mint);border-radius:2px;width:50px;height:3px;margin:16px auto 0;display:block;box-shadow:0 2px 8px #91ffe180}.header{z-index:1000;background-color:#0000;justify-content:space-between;align-items:center;width:100%;padding:1.75rem 4rem;transition:padding .4s cubic-bezier(.16,1,.3,1),background-color .4s cubic-bezier(.16,1,.3,1),box-shadow .4s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;top:0;left:0}.header.scrolled{-webkit-backdrop-filter:blur(16px);background-color:#ffffff59;border-bottom:1px solid #0000000d;padding:1.1rem 4rem;box-shadow:0 4px 30px #00000008}.header .container{justify-content:space-between;align-items:center;width:100%;max-width:1200px;margin:0 auto;padding:0 20px;display:flex}.brand-container{align-items:center;gap:.9rem;display:flex}.brand-container img{opacity:0;width:auto;height:58px;transition:all .5s cubic-bezier(.16,1,.3,1);transform:scale(.85)rotate(-5deg)}.header.scrolled .brand-container img{opacity:1;transform:scale(1)rotate(0)}.brand-name{letter-spacing:-.2px;color:#fff;font-size:1.3rem;font-weight:700;font-family:var(--font-body-en);transition:color .4s}.header.scrolled .brand-name{color:var(--text-main)}.navbar-container{align-items:center;gap:2.5rem;display:flex}.nav-links{align-items:center;gap:2.2rem;list-style:none;display:flex}.nav-links a{color:#fffc;padding:.4rem 0;font-size:.95rem;font-weight:500;text-decoration:none;transition:color .3s;position:relative}.nav-links a:hover{color:#fff}.header.scrolled .nav-links a{color:var(--text-muted)}.header.scrolled .nav-links a:hover{color:var(--text-main)}.nav-links a:after{content:"";background:var(--customer-mint);width:0;height:2px;transition:width .3s cubic-bezier(.16,1,.3,1);position:absolute;bottom:0;left:0}.nav-links a:hover:after{width:100%}.header.scrolled .nav-links a.active{color:var(--text-main)}.nav-links a.active:after{width:100%}.lang-btn{color:#fff;cursor:pointer;font-size:.85rem;font-weight:600;font-family:var(--font-body-ku);background:0 0;border:1px solid #ffffff4d;border-radius:30px;align-items:center;gap:.6rem;padding:.5rem 1.3rem;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex}.lang-btn i{opacity:.9;font-size:.9rem}.lang-btn:hover{background-color:var(--customer-mint);border-color:var(--customer-mint);color:var(--text-main);transform:translateY(-1px);box-shadow:0 4px 15px #91ffe159}.header.scrolled .lang-btn{color:var(--text-main);border-color:#0000001f}.header.scrolled .lang-btn:hover{background-color:var(--customer-mint);border-color:var(--customer-mint);color:var(--text-main);box-shadow:0 4px 15px #91ffe166}.menu-toggle{cursor:pointer;z-index:1100;background:0 0;border:none;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:36px;height:36px;transition:background-color .3s;display:none}.menu-toggle span{background-color:#fff;border-radius:1px;width:20px;height:2px;margin:2.5px 0;transition:all .3s cubic-bezier(.16,1,.3,1);display:block}.header.scrolled .menu-toggle span{background-color:var(--text-main)}.menu-toggle.active span{background-color:var(--text-main)!important}.menu-toggle.active span:first-child{transform:translateY(7px)rotate(45deg)}.menu-toggle.active span:nth-child(2){opacity:0;transform:scale(0)}.menu-toggle.active span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}@media (width<=768px){.header{padding:1.25rem 2rem}.header.scrolled{padding:.9rem 2rem}.brand-name{white-space:nowrap;font-size:1rem}.brand-container img{opacity:1;height:38px;transform:scale(1)rotate(0)}.brand-container{gap:.5rem}.lang-btn{padding:.4rem 1rem;font-size:.75rem}.navbar-container{gap:1rem}.menu-toggle{display:flex}.nav-links{background-color:var(--bg-white);flex-direction:column;justify-content:center;align-items:flex-start;gap:2rem;width:280px;height:100vh;padding:4rem 2.5rem;transition:right .4s cubic-bezier(.16,1,.3,1);position:fixed;top:0;right:-100%;box-shadow:-10px 0 40px #0000000f}.nav-links.active{right:0}.nav-links a{color:var(--text-muted);width:100%;padding:.5rem 0;font-size:1.25rem;font-weight:600}.nav-links a:hover{color:var(--text-main)}.nav-links li{width:100%}.nav-links li:not(:last-child){border-bottom:1px solid #0000000d;padding-bottom:1rem}.nav-links a:after{display:none}}.hero-section{text-align:center;background-color:#0d0f12;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100vh;display:flex;position:relative;overflow:hidden}.hero-video{object-fit:cover;z-index:0;width:100%;height:100%;position:absolute;top:0;left:0}.hero-overlay{z-index:1;background:linear-gradient(#0d0f1280 0%,#0d0f12cc 100%);width:100%;height:100%;position:absolute;top:0;left:0}.hero-content{z-index:2;color:#fff;flex-direction:column;align-items:center;gap:2rem;max-width:900px;padding:0 2rem;display:flex;position:relative}.hero-title{letter-spacing:-1.5px;background:linear-gradient(135deg, #fff 40%, var(--customer-mint) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:3.8rem;font-weight:800;line-height:1.15;animation:1s cubic-bezier(.16,1,.3,1) forwards fadeInUp;display:inline-block}.hero-location{text-transform:uppercase;letter-spacing:2px;color:var(--customer-mint);-webkit-backdrop-filter:blur(8px);background:#91ffe114;border:1px solid #91ffe140;border-radius:50px;align-items:center;gap:.6rem;padding:.55rem 1.4rem;font-size:.85rem;font-weight:600;animation:1.2s cubic-bezier(.16,1,.3,1) forwards fadeInUp;display:inline-flex;box-shadow:0 10px 30px #00000026}.hero-location i{color:var(--customer-mint);font-size:.95rem}.hero-btn{color:#fff;text-transform:uppercase;letter-spacing:2px;cursor:pointer;background-color:#0000;border:2px solid #ffffffd9;border-radius:50px;margin-top:.75rem;padding:.75rem 2rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .4s cubic-bezier(.16,1,.3,1);animation:1.4s cubic-bezier(.16,1,.3,1) forwards fadeInUp}.hero-btn:hover{background-color:var(--customer-mint);border-color:var(--customer-mint);color:var(--text-main);transform:translateY(-4px);box-shadow:0 10px 25px #91ffe166}.hero-title,.hero-location{text-align:center;direction:ltr}html[dir=rtl] .hero-location i{margin-left:.5rem;margin-right:0}html[dir=ltr] .hero-location i{margin-left:0;margin-right:.5rem}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (width<=768px){.hero-title{letter-spacing:-.5px;font-size:2.3rem;line-height:1.25}.hero-location{padding:.45rem 1.1rem;font-size:.75rem}.hero-btn{padding:.65rem 1.6rem;font-size:.8rem}}.categories-section{background:#fcfdfe;border-bottom:1px solid #00000008;padding:80px 24px}.section-header{justify-content:center;align-items:center;width:100%;max-width:1200px;margin:0 auto 40px;padding:0 20px;display:flex;position:relative}.add-category-btn{background-color:var(--customer-mint);color:var(--text-main);border:1px solid var(--customer-mint);cursor:pointer;border-radius:30px;padding:.65rem 1.4rem;font-size:.85rem;font-weight:600;transition:all .3s cubic-bezier(.16,1,.3,1);position:absolute;right:20px;box-shadow:0 4px 14px #91ffe140}html[dir=rtl] .add-category-btn{left:20px;right:auto}.add-category-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #91ffe166}.categories-carousel-container{justify-content:center;align-items:center;gap:20px;max-width:1280px;margin:0 auto;display:flex;position:relative}.categories-list{scroll-behavior:smooth;flex-wrap:nowrap;gap:14px;width:100%;max-width:1200px;padding:10px 5px;display:flex;overflow-x:auto}.categories-list::-webkit-scrollbar{display:none}.categories-list{-ms-overflow-style:none;scrollbar-width:none}.category-item{flex-shrink:0;align-items:center;gap:8px;display:flex;position:relative}.category-btn{color:var(--text-muted);cursor:pointer;white-space:nowrap;background:#fff;border:1px solid #00000014;border-radius:30px;padding:.65rem 1.5rem;font-size:.9rem;font-weight:500;transition:all .3s cubic-bezier(.16,1,.3,1);box-shadow:0 2px 6px #00000003}.category-btn:hover{color:var(--text-main);background:#91ffe11f;border-color:#91ffe166}.category-btn.active{background:var(--customer-mint);color:var(--text-main);border-color:var(--customer-mint);font-weight:600;box-shadow:0 4px 15px #91ffe166}.category-actions{gap:4px;display:flex}.edit-btn,.delete-btn{cursor:pointer;background:#fff;border:1px solid #00000014;border-radius:50%;justify-content:center;align-items:center;padding:.35rem .6rem;font-size:.8rem;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex}.edit-btn:hover{background:#ffc10714;border-color:#ffc107;transform:scale(1.05)}.delete-btn:hover{background:#dc354514;border-color:#dc3545;transform:scale(1.05)}.carousel-btn{color:var(--text-main);cursor:pointer;background:#fff;border:1px solid #00000014;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.25rem;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;box-shadow:0 4px 12px #00000008}.carousel-btn:hover{background:var(--customer-mint);border-color:var(--customer-mint);color:var(--text-main);transform:scale(1.08);box-shadow:0 6px 15px #91ffe173}.carousel-btn:disabled{color:#c5c5c5;cursor:not-allowed;box-shadow:none;background:#00000005;border-color:#00000008;transform:scale(1)}.carousel-prev{order:-1}.carousel-next{order:1}.category-modal-overlay{-webkit-backdrop-filter:blur(8px);z-index:2000;background:#0d0f1273;justify-content:center;align-items:center;transition:all .4s;display:flex;position:fixed;inset:0}.category-modal-overlay.hidden{display:none}.category-modal{background:#fff;border-radius:16px;width:92%;max-width:420px;padding:2.2rem;animation:.4s cubic-bezier(.16,1,.3,1) forwards modalPop;box-shadow:0 20px 50px #0000001f}@keyframes modalPop{0%{opacity:0;transform:scale(.92)translateY(10px)}to{opacity:1;transform:scale(1)translateY(0)}}.category-modal h2{color:var(--text-main);letter-spacing:-.3px;margin-bottom:1.5rem;font-size:1.5rem;font-weight:700}.category-modal input{box-sizing:border-box;background:#fcfcfd;border:1px solid #0000001a;border-radius:10px;width:100%;margin-bottom:1.2rem;padding:.8rem 1.1rem;font-size:.95rem;transition:all .3s cubic-bezier(.16,1,.3,1)}.category-modal input:focus{border-color:var(--customer-mint);background:#fff;outline:none;box-shadow:0 0 0 3px #91ffe14d}.modal-actions{justify-content:flex-end;gap:12px;margin-top:.5rem;display:flex}.save-btn,.cancel-btn{cursor:pointer;border:1px solid #0000;border-radius:30px;padding:.65rem 1.4rem;font-size:.9rem;font-weight:600;transition:all .3s cubic-bezier(.16,1,.3,1)}.save-btn{background:var(--customer-mint);color:var(--text-main);border-color:var(--customer-mint);box-shadow:0 4px 14px #91ffe140}.save-btn:hover{transform:translateY(-1px);box-shadow:0 6px 20px #91ffe166}.cancel-btn{color:var(--text-muted);background:#f3f4f6}.cancel-btn:hover{color:var(--text-main);background:#e5e7eb}@media (width<=768px){.categories-section{padding:60px 16px}.section-header{margin-bottom:25px}.section-title{font-size:1.7rem}.carousel-btn{width:38px;height:38px;font-size:1rem}.category-btn{padding:.55rem 1.25rem;font-size:.85rem}.add-category-btn{margin-top:3.2rem;padding:.55rem 1.25rem;font-size:.85rem}}.form-modal-overlay{-webkit-backdrop-filter:blur(8px);z-index:2000;background:#0d0f1273;justify-content:center;align-items:center;padding:1.5rem;display:flex;position:fixed;inset:0}.form-modal-overlay.hidden{display:none}.form-modal{background:#fff;border-radius:18px;width:100%;max-width:440px;max-height:90vh;padding:2.2rem;animation:.35s cubic-bezier(.16,1,.3,1) forwards formModalPop;overflow-y:auto;box-shadow:0 20px 50px #00000024}@keyframes formModalPop{0%{opacity:0;transform:scale(.94)translateY(10px)}to{opacity:1;transform:scale(1)translateY(0)}}.form-modal-title{color:var(--text-main);letter-spacing:-.2px;margin-bottom:1.5rem;font-size:1.4rem;font-weight:700}.form-modal-field{flex-direction:column;gap:.45rem;margin-bottom:1.1rem;display:flex}.form-modal-label{color:var(--text-muted);font-size:.82rem;font-weight:600}.form-modal-input{width:100%;color:var(--text-main);transition:var(--transition-smooth);box-sizing:border-box;background:#fcfcfd;border:1px solid #0000001a;border-radius:10px;padding:.75rem 1rem;font-family:inherit;font-size:.95rem}.form-modal-input:focus{border-color:var(--customer-mint);background:#fff;outline:none;box-shadow:0 0 0 3px #91ffe140}select.form-modal-input{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23666' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");background-position:1rem;background-repeat:no-repeat;padding-left:2.2rem}html[dir=ltr] select.form-modal-input{background-position:right 1rem center;padding-left:1rem;padding-right:2.2rem}.form-modal-image-picker{cursor:pointer}.form-modal-image-preview{width:100%;height:160px;color:var(--text-muted);transition:var(--transition-smooth);background:#fcfcfd;border:1.5px dashed #00000026;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;font-size:.85rem;display:flex;overflow:hidden}.form-modal-image-preview:hover{border-color:var(--customer-mint);background:#91ffe10d}.form-modal-image-preview i{color:var(--customer-mint);font-size:1.6rem}.form-modal-image-preview img{object-fit:cover;width:100%;height:100%}.form-modal-actions{justify-content:flex-end;gap:12px;margin-top:.5rem;display:flex}.form-modal-btn{cursor:pointer;transition:var(--transition-smooth);border:1px solid #0000;border-radius:30px;padding:.7rem 1.5rem;font-family:inherit;font-size:.9rem;font-weight:600}.form-modal-btn--save{background:var(--customer-mint);color:var(--text-main);box-shadow:0 4px 14px #91ffe140}.form-modal-btn--save:hover{transform:translateY(-1px);box-shadow:0 6px 20px #91ffe166}.form-modal-btn--cancel{color:var(--text-muted);background:#f3f4f6}.form-modal-btn--cancel:hover{color:var(--text-main);background:#e5e7eb}@media (width<=480px){.form-modal{border-radius:14px;padding:1.6rem}.form-modal-actions{flex-direction:column-reverse}.form-modal-btn{width:100%}}.confirm-modal-overlay{-webkit-backdrop-filter:blur(6px);z-index:3000;background:#0d0f1280;justify-content:center;align-items:center;padding:1.5rem;display:flex;position:fixed;inset:0}.confirm-modal-overlay.hidden{display:none}.confirm-modal{text-align:center;background:#fff;border-radius:18px;width:100%;max-width:360px;padding:2rem 1.75rem 1.75rem;animation:.3s cubic-bezier(.16,1,.3,1) forwards confirmPop;box-shadow:0 24px 60px #0000002e}@keyframes confirmPop{0%{opacity:0;transform:scale(.94)translateY(8px)}to{opacity:1;transform:scale(1)translateY(0)}}.confirm-modal-icon{width:56px;height:56px;color:var(--text-main);background:#91ffe126;border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1.1rem;font-size:1.4rem;display:flex}.confirm-modal--danger .confirm-modal-icon{color:#dc3545;background:#dc35451a}.confirm-modal-title{color:var(--text-main);margin-bottom:.5rem;font-size:1.15rem;font-weight:700}.confirm-modal-message{color:var(--text-muted);margin-bottom:1.6rem;font-size:.9rem;line-height:1.55}.confirm-modal-actions{gap:.7rem;display:flex}.confirm-modal-btn{cursor:pointer;transition:var(--transition-smooth);border:1px solid #0000;border-radius:30px;flex:1;padding:.7rem 1rem;font-family:inherit;font-size:.88rem;font-weight:600}.confirm-modal-btn--cancel{color:var(--text-muted);background:#f3f4f6}.confirm-modal-btn--cancel:hover{color:var(--text-main);background:#e5e7eb}.confirm-modal-btn--confirm{background:var(--customer-mint);color:var(--text-main);box-shadow:0 4px 14px #91ffe14d}.confirm-modal-btn--confirm:hover{transform:translateY(-1px);box-shadow:0 6px 20px #91ffe173}.confirm-modal--danger .confirm-modal-btn--confirm{color:#fff;background:#dc3545;box-shadow:0 4px 14px #dc35454d}.confirm-modal--danger .confirm-modal-btn--confirm:hover{box-shadow:0 6px 20px #dc354566}@media (width<=420px){.confirm-modal{padding:1.75rem 1.4rem 1.4rem}.confirm-modal-actions{flex-direction:column-reverse}}#toast-container{z-index:9999;pointer-events:none;flex-direction:column;align-items:center;gap:.6rem;display:flex;position:fixed;bottom:2rem;left:50%;transform:translate(-50%)}.toast{pointer-events:all;opacity:0;border-radius:50px;align-items:center;gap:.65rem;min-width:220px;max-width:380px;padding:.75rem 1.2rem .75rem 1rem;font-family:inherit;font-size:.9rem;font-weight:500;transition:opacity .3s,transform .3s;display:inline-flex;transform:translateY(12px);box-shadow:0 8px 30px #0000001f}.toast--visible{opacity:1;transform:translateY(0)}.toast--success{background-color:var(--customer-mint);color:var(--text-main)}.toast--error{color:#c22;background-color:#fff0f0;box-shadow:0 8px 30px #dc35451f}.toast--loading{color:var(--text-main);background-color:#fff;border:1px solid #00000014}.toast-icon{flex-shrink:0;align-items:center;font-size:1rem;display:flex}.toast-message{flex:1;line-height:1.4}.toast-close{cursor:pointer;color:inherit;opacity:.6;background:0 0;border:none;flex-shrink:0;align-items:center;padding:.2rem;font-size:.75rem;transition:opacity .2s;display:flex}.toast-close:hover{opacity:1}.toast-spinner{border:2px solid #0000001a;border-top-color:var(--customer-mint);border-radius:50%;flex-shrink:0;width:16px;height:16px;animation:.7s linear infinite toastSpin}@keyframes toastSpin{to{transform:rotate(360deg)}}@media (width<=480px){#toast-container{align-items:stretch;bottom:1.25rem;left:1rem;right:1rem;transform:none}.toast{border-radius:14px;max-width:100%}}.items-section{background:#fff;padding:60px 24px 80px}.items-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:28px;max-width:1200px;margin-bottom:50px;margin-left:auto;margin-right:auto;display:grid}.item-card{cursor:pointer;background:#fff;border:1px solid #0000000d;border-radius:16px;flex-direction:column;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex;overflow:hidden;box-shadow:0 4px 20px #00000004}.item-card:hover{border-color:var(--customer-mint);transform:translateY(-6px);box-shadow:0 20px 35px #0000000f,0 4px 15px #91ffe126}.items-section .section-header{justify-content:flex-end;width:100%;max-width:1200px;margin:0 auto 1.5rem;display:flex;position:relative}html[dir=rtl] .items-section .section-header{justify-content:flex-start}.add-item-btn{background-color:var(--customer-mint);color:var(--text-main);border:1px solid var(--customer-mint);cursor:pointer;border-radius:30px;padding:.65rem 1.4rem;font-size:.85rem;font-weight:600;transition:all .3s cubic-bezier(.16,1,.3,1);box-shadow:0 4px 14px #91ffe140}.add-item-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #91ffe166}.item-image{background:#fcfcfd;width:100%;height:350px;position:relative;overflow:hidden}.item-image img{object-fit:cover;width:100%;height:100%;transition:transform .6s cubic-bezier(.16,1,.3,1)}.item-card:hover .item-image img{transform:scale(1.05)}.item-actions{gap:8px;margin-top:20px;display:flex}.edit-item-btn,.delete-item-btn{cursor:pointer;background:#fff;border:1px solid #00000014;border-radius:30px;flex:1;justify-content:center;align-items:center;gap:.4rem;padding:.55rem .9rem;font-size:.75rem;font-weight:600;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex}.edit-item-btn:hover{color:#b58900;background:#ffc10714;border-color:#ffc107}.delete-item-btn:hover{color:#dc3545;background:#dc354514;border-color:#dc3545}.loading-spinner{justify-content:center;align-items:center;padding:50px 0;display:flex}.spinner{border:3px solid #0000000a;border-top:3px solid var(--customer-mint);filter:drop-shadow(0 2px 8px #91ffe14d);border-radius:50%;width:44px;height:44px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.no-items{text-align:center;color:var(--text-muted);background:#fcfcfd;border:1px dashed #00000014;border-radius:16px;grid-column:1/-1;padding:80px 20px;font-size:1.05rem;font-weight:500}.image-modal-overlay{-webkit-backdrop-filter:blur(12px);z-index:2000;background:#0d0f12a6;justify-content:center;align-items:center;transition:all .4s;display:flex;position:fixed;inset:0}.image-modal-overlay.hidden{display:none}.image-modal{justify-content:center;align-items:center;width:90%;max-width:900px;height:90%;display:flex;position:relative}.image-modal img{border-radius:16px;width:auto;max-width:100%;height:auto;max-height:85vh;animation:.4s cubic-bezier(.16,1,.3,1) forwards modalScale;box-shadow:0 30px 70px #00000040}@keyframes modalScale{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.close-image-modal{color:var(--text-main);cursor:pointer;z-index:2001;background:#fff;border:1px solid #0000000d;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.1rem;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;position:absolute;top:20px;right:20px;box-shadow:0 4px 15px #0000001a}.close-image-modal:hover{background:var(--customer-mint);border-color:var(--customer-mint);color:var(--text-main);transform:scale(1.08)rotate(90deg);box-shadow:0 6px 20px #91ffe173}.item-img-clickable{cursor:zoom-in;transition:opacity .3s}.item-img-clickable:hover{opacity:.95}@media (width>=768px){.image-modal img{max-width:80%;max-height:80vh}}@media (width<=576px){.items-grid{grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:20px}.item-image{height:200px}.close-image-modal{width:38px;height:38px;font-size:.95rem;top:10px;right:10px}}.about-section{background:#fbfcfd;border-top:1px solid #00000008;border-bottom:1px solid #00000008;padding:100px 24px}.about-section .container{text-align:center;max-width:780px;margin:0 auto;position:relative}.about-description{color:var(--text-muted);font-size:1.05rem;font-weight:400;line-height:1.85}@media (width<=768px){.about-section{padding:70px 20px}.about-title{margin-bottom:1.8rem;font-size:1.85rem}.about-description{font-size:.95rem;line-height:1.75}}.features-section{background:#fff;padding:100px 24px}.features-section .container{max-width:1200px;margin:0 auto}.features-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:32px;display:grid}.feature-card{text-align:center;background:#fff;border:1px solid #0000000d;border-radius:16px;padding:2.5rem 2rem;transition:all .4s cubic-bezier(.16,1,.3,1);box-shadow:0 4px 20px #00000004}.feature-card:hover{border-color:var(--customer-mint);background:#111315;transform:translateY(-8px);box-shadow:0 20px 40px #0d0f1226,0 4px 15px #91ffe126}.feature-icon{color:var(--text-main);background:#f8f9fa;border-radius:50%;justify-content:center;align-items:center;width:70px;height:70px;margin:0 auto 24px;font-size:1.8rem;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex;box-shadow:inset 0 2px 4px #00000005}.feature-card:hover .feature-icon{color:var(--customer-mint);background:#e5e9e81f;transform:scale(1.1)rotate(5deg)}.feature-card h3{color:var(--text-main);margin-bottom:12px;font-size:1.15rem;font-weight:600;transition:color .3s}.feature-card p{color:var(--text-muted);margin:0;font-size:.92rem;line-height:1.6;transition:color .3s}.feature-card:hover h3{color:#fff}.feature-card:hover p{color:#ffffffb3}@media (width<=768px){.features-section{padding:70px 20px}.section-title{margin-bottom:40px;font-size:1.85rem}.features-grid{grid-template-columns:1fr;gap:24px}.feature-card{padding:2.2rem 1.75rem}}.footer-section{color:var(--text-main);background:linear-gradient(135deg,#f8f9fa 0%,#0ae6ab14 100%);margin-top:100px;padding:80px 24px 30px;position:relative}.footer-section:before{content:"";background:linear-gradient(90deg, transparent, #91ffe14d 15%, var(--customer-mint) 50%, #91ffe14d 85%, transparent);z-index:5;width:80%;height:1px;position:absolute;top:0;left:10%}.footer-section .container{max-width:1200px;margin:0 auto}.footer-content{flex-wrap:wrap;justify-content:space-between;gap:40px;margin-bottom:50px;display:flex}.footer-column{flex:1;min-width:240px}.footer-column h3{color:var(--text-main);letter-spacing:-.3px;margin-bottom:24px;font-size:1.1rem;font-weight:700}.footer-column p{color:var(--text-muted);font-size:.95rem;line-height:1.8}.footer-column ul{padding:0;list-style:none}.footer-column ul li{color:var(--text-muted);align-items:center;gap:10px;margin-bottom:14px;font-size:.95rem;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex}.footer-column ul li:hover{color:var(--text-main)}.footer-column ul li a{color:var(--text-muted);text-decoration:none;transition:all .3s cubic-bezier(.16,1,.3,1);display:inline-block}.footer-column ul li a:hover{color:var(--customer-mint);transform:translate(4px)}html[dir=rtl] .footer-column ul li a:hover{transform:translate(-4px)}.footer-column ul li i{color:var(--text-main);font-size:1rem;transition:all .3s cubic-bezier(.16,1,.3,1)}.footer-column ul li:hover i{color:#fff}.footer-column ul li i.fa-map-marker-alt,.footer-column ul li i.fa-instagram{color:#fff;background-color:var(--customer-mint);border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:.8rem;transition:all .3s cubic-bezier(.16,1,.3,1);display:inline-flex;box-shadow:0 2px 6px #91ffe166}.footer-column ul li:hover i.fa-map-marker-alt,.footer-column ul li:hover i.fa-instagram{transform:scale(1.15);box-shadow:0 4px 12px #91ffe199}.features-list li{align-items:center;gap:10px;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex}.features-list li:hover{color:var(--customer-mint)}.features-list i{border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;transition:all .3s cubic-bezier(.16,1,.3,1);display:inline-flex;box-shadow:0 2px 6px #91ffe166;color:#fff!important;background:var(--customer-mint)!important;font-size:9px!important}.features-list li:hover i{transform:scale(1.15);box-shadow:0 4px 12px #91ffe199}.footer-bottom{text-align:center;color:var(--text-muted);border-top:1px solid #0000000f;padding-top:24px;font-size:.9rem;font-weight:500}@media (width<=768px){.footer-content{flex-direction:column;align-items:center}.footer-column{text-align:center;width:100%}.footer-column ul li{justify-content:center}}.feedback-section{background:#f9f9f9;padding:80px 20px}.feedback-section .container{width:100%;max-width:1200px;margin:0 auto;overflow:hidden}.feedback-title{text-align:center;color:#000;margin-bottom:60px;font-size:36px;font-weight:700}.feedback-empty{background:#fff;border:2px dashed #eee;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;padding:80px 40px;display:flex}.feedback-empty i{color:#ccc;margin-bottom:20px;font-size:64px}.feedback-empty p{color:#999;text-align:center;font-size:18px}.feedback-section .section-header{justify-content:center;align-items:center;width:100%;max-width:1200px;margin:0 auto 30px;padding:0 20px;display:flex;position:relative}.add-feedback-btn{background-color:var(--customer-mint);color:var(--text-main);border:1px solid var(--customer-mint);cursor:pointer;border-radius:30px;padding:.65rem 1.4rem;font-size:.85rem;font-weight:600;transition:all .3s cubic-bezier(.16,1,.3,1);position:absolute;right:20px;box-shadow:0 4px 14px #91ffe140}html[dir=rtl] .add-feedback-btn{left:20px;right:auto}.add-feedback-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #91ffe166}.feedback-track-wrapper{border-top:2px solid var(--customer-mint);border-bottom:2px solid var(--customer-mint);padding:20px 0;position:relative;overflow:hidden;box-shadow:0 -4px 15px #91ffe14d,0 4px 15px #91ffe14d}.feedback-track-wrapper:before,.feedback-track-wrapper:after{content:"";z-index:2;pointer-events:none;width:120px;position:absolute;top:0;bottom:0}.feedback-track-wrapper:before{background:linear-gradient(90deg,#f9f9f9,#0000);left:0}.feedback-track-wrapper:after{background:linear-gradient(270deg,#f9f9f9,#0000);right:0}.feedback-grid{opacity:0;gap:24px;width:max-content;padding-bottom:10px;transition:opacity .8s;display:flex}.feedback-grid.loaded{opacity:1;animation:40s linear infinite infiniteScroll}.feedback-grid.loaded:hover{animation-play-state:paused}@keyframes infiniteScroll{0%{transform:translate(0)}to{transform:translate(-25%)}}.feedback-card{cursor:pointer;border-radius:12px;flex:0 0 380px;height:220px;transition:all .3s cubic-bezier(.16,1,.3,1);position:relative;overflow:hidden;box-shadow:0 4px 12px #00000014}.feedback-card:hover{transform:translateY(-8px);box-shadow:0 12px 24px #00000026}.feedback-card.deleting{animation:.3s forwards slideOut}@keyframes slideOut{to{opacity:0;transform:scale(.8)}}.feedback-image{object-fit:contain;background:#1a1a1a;width:100%;height:100%;transition:transform .3s}.feedback-card:hover .feedback-image{transform:scale(1.05)}.feedback-delete{color:#fff;cursor:pointer;opacity:0;z-index:10;background:#ff0000e6;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:16px;transition:all .3s;display:flex;position:absolute;top:12px;right:12px}.feedback-card:hover .feedback-delete{opacity:1}.feedback-delete:hover{background:red;transform:scale(1.1)}.feedback-loading{justify-content:center;align-items:center;min-height:100px;padding:40px;display:flex}.loader{border:4px solid #eee;border-top-color:#000;border-radius:50%;width:40px;height:40px;animation:1s linear infinite spin}@media (width<=768px){.feedback-title{margin-bottom:40px;font-size:28px}.feedback-grid{gap:16px}.feedback-grid.loaded{animation-duration:25s}.feedback-grid.loaded:hover{animation-play-state:paused}.feedback-delete{opacity:1;width:32px;height:32px;font-size:14px}.feedback-empty{padding:60px 30px}.feedback-empty i{font-size:48px}.feedback-empty p{font-size:16px}.feedback-card{flex:0 0 260px;height:160px}.feedback-track-wrapper:before,.feedback-track-wrapper:after{width:10px}}.back-to-top-btn{background:var(--customer-mint);cursor:pointer;color:#000;opacity:0;visibility:hidden;z-index:999;border:none;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;font-size:18px;display:flex;position:fixed;bottom:30px;right:30px;box-shadow:0 4px 15px #91ffe1,0 0 0 2px #91ffe1}.back-to-top-btn.visible{opacity:1;visibility:visible;animation:2.6s infinite jumpUp}.back-to-top-btn:active{transform:translateY(-2px)}@keyframes jumpUp{0%{transform:translateY(0)}50%{transform:translateY(-8px)}to{transform:translateY(0)}}@media (width<=768px){.back-to-top-btn{width:40px;height:40px;font-size:16px;bottom:20px;right:20px}}:root{--customer-mint:#91ffe1;--bg-white:#fff;--text-main:#000;--text-muted:#666;--admin-ink:#0d0e12;--admin-ink-light:#15171d;--admin-text-muted:#9a9fa8;--transition-smooth:all .4s ease-in-out;--font-headings-en:"Playfair Display", serif;--font-headings-ku:"Noto Serif Arabic", serif;--font-body-en:"Inter", sans-serif;--font-body-ku:"IBM Plex Sans Arabic", sans-serif}.login-section{background:radial-gradient(circle at 20% 20%, #91ffe114 0%, transparent 45%), radial-gradient(circle at 80% 80%, #91ffe10d 0%, transparent 50%), var(--admin-ink);justify-content:center;align-items:center;width:100%;min-height:100vh;padding:2rem;display:flex}.login-card{background-color:var(--admin-ink-light);border:1px solid #91ffe11f;border-radius:20px;flex-direction:column;align-items:center;gap:2rem;width:100%;max-width:400px;padding:2.75rem 2.25rem;animation:.5s ease-out forwards cardRise;display:flex;box-shadow:0 20px 60px #0006,inset 0 0 0 1px #ffffff05}@keyframes cardRise{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.login-logo{background:linear-gradient(135deg,#91ffe126,#91ffe108);border:1px solid #91ffe140;border-radius:50%;justify-content:center;align-items:center;width:84px;height:84px;padding:14px;display:flex}.login-logo-img{object-fit:contain;width:100%;height:100%}.login-heading{text-align:center;flex-direction:column;gap:.4rem;display:flex}.login-title{letter-spacing:.3px;background:linear-gradient(135deg, #fff 30%, var(--customer-mint) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:1.5rem;font-weight:700;display:inline-block}.login-subtitle{color:var(--admin-text-muted);font-size:.88rem}.login-form{flex-direction:column;gap:1.25rem;width:100%;display:flex}.field-group{flex-direction:column;gap:.5rem;display:flex}.field-label{color:var(--admin-text-muted);letter-spacing:.4px;align-items:center;gap:.5rem;font-size:.8rem;font-weight:600;display:flex}.field-label i{color:var(--customer-mint);width:14px;font-size:.78rem}.field-input{color:#fff;width:100%;transition:var(--transition-smooth);background-color:#ffffff0a;border:1.5px solid #ffffff1a;border-radius:10px;outline:none;padding:.8rem 1rem;font-family:inherit;font-size:.95rem}.field-input:focus{border-color:var(--customer-mint);background-color:#91ffe10f;box-shadow:0 0 0 3px #91ffe11f}.field-input::placeholder{color:#ffffff4d}.password-wrapper{align-items:center;display:flex;position:relative}.password-wrapper .field-input{padding-right:2.75rem}html[dir=rtl] .password-wrapper .field-input{padding-left:2.75rem;padding-right:1rem}.password-toggle{color:var(--admin-text-muted);cursor:pointer;transition:var(--transition-smooth);background:0 0;border:none;padding:.25rem;font-size:.9rem;position:absolute;right:.85rem}html[dir=rtl] .password-toggle{left:.85rem;right:auto}.password-toggle:hover{color:var(--customer-mint)}.login-error{color:#ff6b6b;text-align:center;opacity:0;min-height:0;max-height:0;transition:var(--transition-smooth);font-size:.83rem;overflow:hidden}.login-error--visible{opacity:1;min-height:1.2rem;max-height:3rem;margin-top:-.4rem}.btn-login{text-transform:uppercase;letter-spacing:1.8px;width:100%;color:var(--admin-ink);background-color:var(--customer-mint);cursor:pointer;transition:var(--transition-smooth);border:none;border-radius:10px;margin-top:.25rem;padding:.85rem 1.5rem;font-family:inherit;font-size:.85rem;font-weight:700;position:relative}.btn-login:hover:not(:disabled){background-color:#6defd0;transform:translateY(-2px);box-shadow:0 8px 24px #91ffe14d}.btn-login:active:not(:disabled){transform:translateY(0)}.btn-login:disabled{cursor:not-allowed;opacity:.7}.btn-login-spinner{border:2.5px solid #0d0e124d;border-top-color:var(--admin-ink);border-radius:50%;width:16px;height:16px;margin:0 auto;animation:.7s linear infinite spin;display:none}.btn-login--loading .btn-login-text{display:none}.btn-login--loading .btn-login-spinner{display:block}@media (width<=480px){.login-card{border-radius:16px;padding:2.25rem 1.5rem}.login-section{padding:1.25rem}}
