:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}:root{color:#0b1220;background:#fff;font-family:Poppins,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,"Apple Color Emoji","Segoe UI Emoji";--brand-bg: #0e153a;--brand-fg: #ffffff;--brand-accent: #0ea5e9;--brand-accent-2: #2563eb;--brand-muted: #64748b;--surface: #ffffff;--surface-2: #f8fafc;--brand-gradient: linear-gradient(135deg, var(--brand-accent) 0%, var(--brand-accent-2) 100%)}*{box-sizing:border-box}body{margin:0}#root{min-height:100vh}a{color:inherit;text-decoration:none}.loader-overlay{position:fixed;inset:0;background:radial-gradient(1000px circle at 50% 40%,#0a142859,#0a1428e0);display:flex;align-items:center;justify-content:center;z-index:1000;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.loader{display:flex;flex-direction:column;align-items:center;gap:20px}.kite{position:relative;width:120px;height:120px;animation:float 2s ease-in-out infinite;display:flex;align-items:center;justify-content:center}.kite-svg{display:block}.kite-stroke{fill:none;stroke:#d9e8ff;stroke-width:4;stroke-linejoin:round;stroke-linecap:round;stroke-dasharray:100;stroke-dashoffset:100;animation:draw 1.6s ease forwards;filter:drop-shadow(0 8px 24px rgba(200,220,255,.6))}.kite-logo{position:absolute;width:84px;height:84px;object-fit:contain;filter:drop-shadow(0 8px 24px rgba(200,220,255,.4))}@keyframes draw{to{stroke-dashoffset:0}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.container{max-width:1200px;margin:0 auto;padding:0 20px}.app{color:#0b1220}.site-header{position:absolute;top:0;left:0;right:0;z-index:40;background:transparent;border-bottom:none}.site-header .nav a,.site-header .brand,.site-header .menu-btn{color:#fff}.site-header .admin{color:#0b1220}.header-inner{display:flex;align-items:center;justify-content:space-between;height:64px}.brand{font-weight:800;color:#0b1220;text-decoration:none;letter-spacing:.2px}.menu-btn{display:none;background:transparent;border:none;cursor:pointer}.nav a{margin-left:20px;color:#0b1220;text-decoration:none;opacity:.9}.nav a:hover{opacity:1}.nav .active{font-weight:800;text-decoration:none}.hero{background:linear-gradient(180deg,#04162f99,#04162f66),url(https://images.unsplash.com/photo-1518770660439-4636190af475?q=80&w=2000&auto=format&fit=crop) center/cover no-repeat;color:#fff;padding:clamp(72px,10vw,120px) 0 60px}.hero-inner{max-width:1100px;margin:0 auto;text-align:center}.app,body,html{overflow-x:hidden}.hero h1{font-size:clamp(28px,6vw,56px);line-height:1.1;margin:8px 0;font-weight:800}.hero .sub{opacity:.9;max-width:760px;margin:0 auto}.search{display:grid;grid-template-columns:1fr 1fr 1fr auto;gap:12px;background:var(--surface);color:#0b1220;padding:16px;border-radius:12px;margin:24px auto 0;box-shadow:0 20px 50px #00000026;max-width:980px}.search.single{grid-template-columns:1fr auto}.search-input{height:48px;border:1px solid #e5e7eb;border-radius:8px;padding:0 14px;font-size:15px}.field{display:flex;flex-direction:column}.field label{font-size:12px;color:#475569;margin-bottom:6px}.field input,.field select{height:44px;border:1px solid #e5e7eb;border-radius:6px;padding:0 12px;font-size:14px}.search-btn{width:48px;height:44px;border-radius:6px;border:none;background:var(--brand-bg);color:var(--brand-fg);cursor:pointer}.stats{background:var(--brand-accent);color:var(--brand-fg);padding:28px 0}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;text-align:center}.stats .num{display:block;font-weight:800;font-size:clamp(22px,4vw,36px)}.stats .label{display:block;opacity:.7;margin-top:6px;font-size:12px}.popular{padding:56px 0}.section-head{display:grid;gap:8px;max-width:720px}.section-head.center{text-align:center;margin:0 auto}.tabs{display:flex;gap:12px;align-items:center;margin:20px 0 28px}.tabs{overflow-x:auto;-webkit-overflow-scrolling:touch}.tabs::-webkit-scrollbar{height:6px}.tabs::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:999px}.tabs button{white-space:nowrap;border-radius:999px;padding:8px 14px;border:1px solid #e5e7eb;background:var(--surface)}.tabs button.active{background:var(--brand-accent);color:var(--brand-fg);border-color:var(--brand-accent)}.tabs button{background:#f1f5f9;color:#0b1220;border:1px solid #e5e7eb;height:36px;padding:0 14px;border-radius:20px;cursor:pointer}.tabs .active{background:var(--brand-accent);color:var(--brand-fg);border-color:var(--brand-accent)}.tabs .outline{background:transparent;border-color:#0b1220;color:#0b1220;margin-left:auto}.card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.card{background:var(--surface);border:1px solid #e5e7eb;border-radius:12px;overflow:hidden;display:flex;flex-direction:column}.card .media{background-size:cover;background-position:center;background-repeat:no-repeat;background-color:#f1f5f9;height:200px}.card-body{padding:14px;display:grid;gap:10px}.card h3{margin:0;font-size:18px}.card .muted{color:#475569;font-size:14px}.meta{display:flex;align-items:center;justify-content:space-between}.details{max-height:0;overflow:hidden;transition:max-height .3s ease,opacity .3s ease;opacity:0}.details.open{max-height:420px;opacity:1}.details-text{white-space:pre-wrap;font-family:inherit;font-size:14px;color:#0b1220;background:var(--surface-2);border:1px solid #e5e7eb;border-radius:10px;padding:12px;margin:6px 0 0}.primary{background:var(--brand-accent);color:var(--brand-fg);border:none;border-radius:8px;height:36px;padding:0 14px;cursor:pointer}.danger{background:#b91c1c;color:#fff;border:none;border-radius:8px;height:32px;padding:0 12px;cursor:pointer}.price{display:none}.team-card{align-items:stretch}.team-card .card-body{padding-top:10px}.avatar{width:100%;aspect-ratio:1 / 1;height:auto;background:#e2e8f0 center/cover no-repeat}.site-footer{border-top:1px solid #eef0f4;padding:24px 0;color:#475569}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:20px;align-items:start;padding:16px 0}.foot-brand .muted{color:#64748b}.foot-col h4{margin:0 0 8px;font-size:14px;color:#0b1220}.foot-col nav{display:grid;gap:8px}.foot-col a{color:#475569}.foot-col a:hover{color:var(--brand-accent)}.foot-bottom{border-top:1px solid #eef0f4;padding-top:12px;color:#64748b}.features{background:#f8fafc;padding:40px 0}.features-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:12px}.feature{background:var(--surface);border:1px solid #e5e7eb;border-radius:10px;padding:14px;text-align:center;font-weight:600}.testimonials{padding:56px 0}.testimonial-grid{display:none}.testimonial-slider{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px}.slider-btn{background:var(--brand-accent);border:none;color:var(--brand-fg);width:40px;height:40px;border-radius:999px;display:grid;place-items:center;cursor:pointer}.testimonial{background:var(--brand-accent-2);color:var(--brand-fg);border-radius:12px;padding:18px}.testimonial blockquote{margin:0 0 10px}.cta{background:var(--brand-accent-2);color:var(--brand-fg);padding:48px 0}.cta-inner{display:grid;gap:10px;text-align:center}.cta .primary{background:transparent;color:#fff;border:1px solid rgba(255,255,255,.9)}.cta .primary:hover{box-shadow:none;transform:translateY(-2px)}.modal{position:fixed;inset:0;background:#00000080;display:grid;place-items:center;z-index:60;padding:20px}.modal-dialog{background:#fff;border-radius:12px;max-width:800px;width:100%;overflow:hidden;display:grid;grid-template-columns:1fr 1fr}.modal-media{background-size:cover;background-position:center;min-height:240px}.modal-body{padding:16px;display:grid;gap:10px}.modal-actions{text-align:right}.auth-dialog{grid-template-columns:1fr;max-width:420px}.form-grid{display:grid;gap:10px}.form-grid label{display:grid;gap:6px;font-size:14px}.form-grid input{height:44px;border:1px solid #e5e7eb;border-radius:8px;padding:0 12px;font-size:14px}.password-input{display:grid;grid-template-columns:1fr auto;align-items:center}.password-input .eye{background:transparent;border:none;cursor:pointer;height:44px;width:44px;display:grid;place-items:center}.error{color:#b91c1c;margin:0}@media (max-width: 1024px){.hero-inner{padding:0 12px}.search{grid-template-columns:1fr 1fr;width:100%}.search.single{grid-template-columns:1fr auto}.stats-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr}.card-grid{grid-template-columns:repeat(2,1fr)}.features-grid{grid-template-columns:repeat(3,1fr)}.testimonial-grid{display:none}.modal-dialog{grid-template-columns:1fr}}@media (max-width: 640px){.search{grid-template-columns:1fr;width:100%}.tabs .outline{margin-left:0}.card-grid{grid-template-columns:1fr}.menu-btn{display:inline-flex}.nav{position:fixed;inset:64px 0 auto;background:#0b1220f7;border-bottom:1px solid rgba(255,255,255,.08);display:none;padding:14px 20px;color:#fff}.nav.open{display:grid;grid-template-columns:1fr;gap:10px}.nav a{margin-left:0;padding:12px 0;border-bottom:1px solid rgba(255,255,255,.08);color:#fff}.nav{z-index:80}.features-grid{grid-template-columns:1fr 1fr}.testimonial-grid,.footer-grid{grid-template-columns:1fr}.foot-col,.foot-brand{padding-left:8px}}@keyframes fadeUp{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scaleIn{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}@keyframes rise{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.hero .hero-inner h1{animation:fadeUp .7s ease both 60ms}.hero .hero-inner .sub{animation:fadeUp .7s ease both .16s}.hero .search{animation:scaleIn .6s ease .26s both}.section-head h2{animation:fadeUp .6s ease both}.section-head p{animation:fadeUp .7s ease .12s both}.stats .stats-grid>div{animation:rise .6s ease both}.stats .stats-grid>div:nth-child(1){animation-delay:40ms}.stats .stats-grid>div:nth-child(2){animation-delay:.12s}.stats .stats-grid>div:nth-child(3){animation-delay:.2s}.stats .stats-grid>div:nth-child(4){animation-delay:.28s}.card-grid .card{animation:fadeUp .7s ease both;transition:transform .22s ease,box-shadow .22s ease}.card-grid .card:nth-child(1){animation-delay:40ms}.card-grid .card:nth-child(2){animation-delay:90ms}.card-grid .card:nth-child(3){animation-delay:.14s}.card-grid .card:nth-child(4){animation-delay:.19s}.card-grid .card:nth-child(5){animation-delay:.24s}.card-grid .card:nth-child(6){animation-delay:.29s}.card-grid .card:hover{transform:translateY(-6px);box-shadow:0 18px 50px #02081729}.features-grid .feature{animation:fadeUp .6s ease both;transition:transform .22s ease,box-shadow .22s ease}.features-grid .feature:nth-child(odd){animation-delay:80ms}.features-grid .feature:nth-child(2n){animation-delay:.16s}.features-grid .feature:hover{transform:translateY(-4px);box-shadow:0 12px 30px #0208171f}.testimonial{animation:fadeIn .5s ease both}.primary,.danger,.tabs button,.slider-btn{transition:transform .16s ease,box-shadow .16s ease,opacity .16s ease}.primary:hover{transform:translateY(-2px);box-shadow:0 10px 24px #0208172e}.danger:hover{transform:translateY(-2px);box-shadow:0 10px 24px #b91c1c3d}.tabs button:hover,.slider-btn:hover{transform:translateY(-2px)}.modal{animation:fadeIn .22s ease both}.modal-dialog{animation:scaleIn .26s ease both}.site-header,.site-footer{animation:fadeIn .4s ease both}.floating{position:fixed;z-index:90;opacity:0;transform:translateY(8px);transition:opacity .2s ease,transform .2s ease}.floating.show{opacity:1;transform:translateY(0)}.floating-whatsapp{left:16px;bottom:16px;width:52px;height:52px;border-radius:999px;display:grid;place-items:center;background:#25d366;color:#fff;box-shadow:0 10px 24px #02081733;border:3px solid var(--surface)}.floating-whatsapp:hover{filter:brightness(.95)}.floating-top{right:16px;bottom:16px;width:44px;height:44px;border-radius:8px;border:none;background:var(--brand-accent);color:var(--brand-fg);cursor:pointer;box-shadow:0 10px 24px #0208172e}.floating-top:hover{transform:translateY(-2px)}.products .product{transition:box-shadow .22s ease,transform .22s ease}.products .product:hover{transform:translateY(-4px);box-shadow:0 14px 40px #0208171f}.products .product .media{background-size:cover;background-position:center;background-repeat:no-repeat;background-color:#f1f5f9;height:200px;border-bottom:1px solid #eef0f4}.products .product .product-meta{display:flex;align-items:center;justify-content:space-between;margin-top:6px}.products .price{display:inline-block;font-weight:800;color:var(--brand-accent-2)}.products .product .cart{background:var(--surface);border:1px solid #e5e7eb;color:var(--brand-accent);width:40px;height:40px;border-radius:10px;display:grid;place-items:center;cursor:pointer}.products .product .cart:hover{box-shadow:0 8px 18px #0208171f}.products .product .cart.active{background:var(--brand-accent);color:#fff;border-color:var(--brand-accent)}.order-bar{position:sticky;bottom:16px;background:var(--surface);border:1px solid #e5e7eb;border-radius:12px;padding:10px 12px;display:flex;align-items:center;justify-content:space-between;box-shadow:0 10px 24px #02081714}.order-summary{display:flex;gap:10px;align-items:baseline}.modal-head{display:flex;align-items:center;justify-content:space-between}.modal-head .icon{background:transparent;border:none;color:#0b1220;cursor:pointer;width:36px;height:36px;display:grid;place-items:center}
