:root{--primary:#6c3bff;--secondary:#ff5da2;--accent:#00d9ff;--success:#22c55e;--warning:#ffb800;--bg:#f7f8fc;--text:#1f2937;--muted:#6b7280;--glass:#ffffffc7;--border:#ffffffa6;--navy:#0f172a;--lavender:#f5f3ff;--card-radius:16px;--shadow-sm:0 1px 3px #0f172a0f;--shadow-md:0 4px 16px #0f172a14;--shadow-lg:0 8px 32px #0f172a1a;--shadow-xl:0 16px 48px #0f172a1f}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;font-family:Poppins,sans-serif;overflow-x:hidden}img,video{max-width:100%;display:block}a{color:inherit;text-decoration:none}.container{width:min(1200px,100% - 2rem);margin:0 auto}.section{padding:2rem 0;position:relative}.glass-card{background:var(--glass);border:1px solid var(--border);-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);box-shadow:0 18px 55px #1118271a}.topbar{z-index:1000;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffffe0;border-bottom:1px solid #6c3bff14;padding:.75rem 0;position:sticky;top:0}.nav-shell{justify-content:space-between;align-items:center;gap:1rem;display:flex}.brand{letter-spacing:.02em;color:var(--text);flex-shrink:0;align-items:center;gap:.5rem;font-size:1.35rem;font-weight:800;display:flex}.brand-mark{background:linear-gradient(135deg, var(--primary), var(--secondary));color:#fff;border-radius:.7rem;justify-content:center;align-items:center;width:2rem;height:2rem;font-size:1rem;font-weight:700;display:inline-flex;box-shadow:0 6px 16px #6c3bff40}.brand span{color:var(--primary)}.nav-links{color:var(--muted);align-items:center;gap:.5rem;font-weight:500;display:flex}.nav-links a{border-radius:8px;padding:.4rem .8rem;font-size:.88rem;transition:all .2s}.nav-links a:hover{color:var(--primary);background:#6c3bff0f}.nav-toggle{cursor:pointer;background:0 0;border:0;border-radius:8px;flex-direction:column;gap:.28rem;padding:.4rem;transition:background .2s;display:none}.nav-toggle:hover{background:#6c3bff0f}.nav-toggle span{background:var(--text);border-radius:999px;width:1.4rem;height:2px;transition:all .3s}.nav-toggle.active span:first-child{transform:rotate(45deg)translate(4px,4px)}.nav-toggle.active span:nth-child(2){opacity:0}.nav-toggle.active span:nth-child(3){transform:rotate(-45deg)translate(4px,-4px)}.btn{cursor:pointer;border:0;border-radius:999px;justify-content:center;align-items:center;gap:.5rem;padding:.7rem 1.3rem;font-family:Poppins,sans-serif;font-size:.88rem;font-weight:600;transition:all .25s;display:inline-flex;position:relative;overflow:hidden}.btn:hover{transform:translateY(-1px)}.btn-primary{background:linear-gradient(135deg, var(--primary), var(--secondary));color:#fff;box-shadow:0 4px 14px #6c3bff40}.btn-primary:hover{box-shadow:0 8px 24px #6c3bff59}.btn-secondary{color:var(--text);background:#ffffffd9;border:1px solid #6c3bff24}.btn-secondary:hover{box-shadow:var(--shadow-md);background:#fff;border-color:#6c3bff40}.btn-sm{padding:.45rem 1rem;font-size:.82rem}.btn-outline-danger{color:#ef4444;background:0 0;border:1.5px solid #ef444440}.btn-outline-danger:hover{background:#ef44440f;border-color:#ef444466;box-shadow:0 4px 12px #ef44441f}.dashboard-section{padding:1.5rem 0}.welcome-card{border-radius:var(--card-radius);box-shadow:var(--shadow-sm);background:#fff;border:1px solid #6c3bff14;justify-content:space-between;align-items:center;gap:1.5rem;margin-bottom:1.5rem;padding:1.5rem 2rem;display:flex;position:relative;overflow:hidden}.welcome-card:before{content:"";pointer-events:none;background:radial-gradient(circle,#6c3bff0f,#0000 70%);border-radius:50%;width:200px;height:200px;position:absolute;top:-60%;right:-10%}.welcome-left{z-index:1;align-items:center;gap:1rem;display:flex;position:relative}.welcome-avatar{background:linear-gradient(135deg, var(--primary), var(--secondary));color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.1rem;font-weight:700;display:flex;box-shadow:0 4px 12px #6c3bff33}.welcome-text h1{color:var(--text);margin:0;font-size:1.25rem;font-weight:700;line-height:1.3}.welcome-text h1 span{background:linear-gradient(135deg, var(--primary), var(--secondary));color:#0000;-webkit-background-clip:text;background-clip:text}.welcome-text p{color:var(--muted);margin:.15rem 0 0;font-size:.85rem;font-weight:400}.welcome-right{z-index:1;flex-shrink:0;align-items:center;gap:.6rem;display:flex;position:relative}.quick-actions{grid-template-columns:repeat(6,1fr);gap:.85rem;margin-bottom:1.5rem;display:grid}.quick-action-card{border-radius:var(--card-radius);box-shadow:var(--shadow-sm);cursor:pointer;color:var(--text);background:#fff;border:1px solid #6c3bff0f;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;min-height:90px;padding:1.1rem .6rem;text-decoration:none;transition:all .25s;display:flex}.quick-action-card:hover{box-shadow:var(--shadow-lg);background:#fff;border-color:#6c3bff26;transform:translateY(-3px)}.quick-action-card .qa-icon{width:36px;height:36px;color:var(--primary);background:#6c3bff14;border-radius:10px;justify-content:center;align-items:center;transition:all .25s;display:flex}.quick-action-card:hover .qa-icon{background:linear-gradient(135deg, var(--primary), var(--secondary));color:#fff;box-shadow:0 4px 12px #6c3bff40}.quick-action-card .qa-icon svg{width:18px;height:18px}.quick-action-card .qa-label{text-align:center;color:var(--text);font-size:.78rem;font-weight:600;line-height:1.2}.quick-action-card.logout-card{background:#ef444405;border-color:#ef44441f}.quick-action-card.logout-card .qa-icon{color:#ef4444;background:#ef444414}.quick-action-card.logout-card:hover{border-color:#ef444440;box-shadow:0 4px 16px #ef44441a}.quick-action-card.logout-card:hover .qa-icon{color:#fff;background:#ef4444;box-shadow:0 4px 12px #ef444440}.dashboard-section-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:1rem;display:flex}.dashboard-section-header h2{color:var(--text);margin:0;font-size:1.15rem;font-weight:700}.dashboard-section-header p{color:var(--muted);margin:.1rem 0 0;font-size:.82rem}.service-grid-dashboard{grid-template-columns:repeat(4,1fr);gap:1rem;margin-bottom:1.5rem;display:grid}.service-card-dash{border-radius:var(--card-radius);box-shadow:var(--shadow-sm);background:#fff;border:1px solid #6c3bff0f;flex-direction:column;transition:all .3s;display:flex;overflow:hidden}.service-card-dash:hover{box-shadow:var(--shadow-lg);border-color:#6c3bff1f;transform:translateY(-4px)}.service-card-dash .media-wrap{aspect-ratio:16/10;border-radius:var(--card-radius) var(--card-radius) 0 0;background:#f0f0f5;width:100%;position:relative;overflow:hidden}.service-card-dash .media-wrap video{object-fit:cover;width:100%;height:100%;display:block}.service-card-dash .media-placeholder{color:var(--primary);pointer-events:none;z-index:2;background:linear-gradient(135deg,#f5f3ff,#ede9fe);justify-content:center;align-items:center;font-size:.85rem;font-weight:500;transition:opacity .3s;display:flex;position:absolute;inset:0}.service-card-dash .media-placeholder svg{opacity:.4;width:32px;height:32px;margin-bottom:.3rem}.service-card-dash .card-body{flex-direction:column;flex:1;padding:1rem 1.1rem 1.1rem;display:flex}.service-card-dash .card-body h3{color:var(--text);margin:0 0 .25rem;font-size:.95rem;font-weight:700;line-height:1.3}.service-card-dash .card-body .price{color:var(--primary);margin:0 0 .4rem;font-size:.82rem;font-weight:600}.service-card-dash .card-body .desc{color:var(--muted);flex:1;margin:0 0 .75rem;font-size:.78rem;line-height:1.5}.service-card-dash .card-actions{gap:.5rem;margin-top:auto;display:flex}.service-card-dash .card-actions .btn{border-radius:10px;flex:1;padding:.5rem .6rem;font-size:.78rem}.service-card-dash .card-actions .btn-watch{color:var(--primary);background:#6c3bff14;border:1px solid #6c3bff1f}.service-card-dash .card-actions .btn-watch:hover{background:#6c3bff24;border-color:#6c3bff33;box-shadow:0 2px 8px #6c3bff1a}.service-card-dash .card-actions .btn-order{background:linear-gradient(135deg, var(--primary), #8b6bff);color:#fff;box-shadow:0 3px 10px #6c3bff33}.service-card-dash .card-actions .btn-order:hover{box-shadow:0 6px 18px #6c3bff4d}.recent-shell{border-radius:var(--card-radius);box-shadow:var(--shadow-sm);background:#fff;border:1px solid #6c3bff0f;margin-bottom:1.5rem;padding:1.25rem}.recent-shell .section-top{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:1rem;display:flex}.recent-shell .section-top h2{margin:0;font-size:1.05rem;font-weight:700}.recent-shell .section-top .mini-link{color:var(--primary);background:#6c3bff0f;border-radius:8px;padding:.35rem .8rem;font-size:.82rem;font-weight:600;transition:all .2s}.recent-shell .section-top .mini-link:hover{background:#6c3bff1f}.project-grid-viewport{border-radius:12px;overflow:hidden}.project-grid-track{will-change:transform;transition:transform .6s cubic-bezier(.22,.61,.36,1);display:flex}.project-grid-page{width:100%;min-width:100%}.project-grid{grid-template-columns:repeat(3,1fr);gap:.75rem;display:grid}.project-card{aspect-ratio:16/9;cursor:pointer;border:1px solid #6c3bff14;border-radius:12px;transition:all .3s;position:relative;overflow:hidden}.project-card:hover{box-shadow:var(--shadow-md);border-color:#6c3bff26;transform:translateY(-3px)}.project-card video{object-fit:cover;background:#f0f0f5;width:100%;height:100%}.project-card:before{content:"";z-index:1;pointer-events:none;background:linear-gradient(#0000 50%,#040715bf 90%);position:absolute;inset:0}.project-body{z-index:2;color:#fff;position:absolute;bottom:.7rem;left:.7rem;right:.7rem}.project-body h3{margin:0 0 .2rem;font-size:.82rem;font-weight:600;line-height:1.2}.project-body .project-meta{flex-wrap:wrap;gap:.4rem;margin:0 0 .4rem;display:flex}.project-body .project-lang-badge{background:#ffffff1f;border:1px solid #ffffff4d;border-radius:999px;align-items:center;padding:.15rem .5rem;font-size:.65rem;font-weight:600;display:inline-flex}.project-actions{gap:.35rem;display:flex}.project-btn{cursor:pointer;color:#fff;background:#ffffff26;border:1px solid #ffffff4d;border-radius:999px;align-items:center;gap:.3rem;padding:.25rem .55rem;font-family:Poppins,sans-serif;font-size:.7rem;transition:all .2s;display:inline-flex}.project-btn:hover{background:#ffffff40}.project-btn svg{width:14px;height:14px}.project-slider-nav{justify-content:center;align-items:center;gap:.4rem;margin-top:.7rem;display:flex}.project-slider-dot{cursor:pointer;background:#6c3bff2e;border:0;border-radius:999px;width:6px;height:6px;padding:0;transition:all .3s}.project-slider-dot.active{background:linear-gradient(135deg, var(--primary), #8b6bff);width:20px}.dashboard-glass{border-radius:var(--card-radius);box-shadow:var(--shadow-sm);background:#fff;border:1px solid #6c3bff0f;margin-bottom:1.5rem;padding:1.25rem}.dashboard-glass .section-title{color:var(--primary);background:#6c3bff14;border-radius:999px;align-items:center;gap:.45rem;margin-bottom:.6rem;padding:.4rem .8rem;font-size:.82rem;font-weight:600;display:inline-flex}.dashboard-glass .section-heading{color:var(--muted);margin:0 0 .8rem;font-size:1rem;font-weight:600}.script-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:.75rem;display:grid}.script-card{background:#6c3bff08;border:1px solid #6c3bff0f;border-radius:12px;padding:1rem;transition:all .2s}.script-card:hover{background:#6c3bff0f;border-color:#6c3bff1f}.script-card h3{margin:0 0 .25rem;font-size:.9rem;font-weight:600}.script-card p{color:var(--muted);margin:0 0 .5rem;font-size:.78rem}.script-card a{color:var(--primary);font-size:.8rem;font-weight:600}.testimonials-marquee-wrap{border-radius:14px;padding:.5rem 0;position:relative;overflow:hidden}.testimonials-marquee{will-change:transform;gap:.85rem;width:max-content;animation:120s linear infinite testimonialsSlide;display:flex}.testimonials-marquee-wrap:hover .testimonials-marquee,.testimonials-marquee-wrap.is-paused .testimonials-marquee{animation-play-state:paused}@keyframes testimonialsSlide{0%{transform:translate(0)}to{transform:translate(-50%)}}.testimonial-card{background:#6c3bff05;border:1px solid #6c3bff14;border-radius:14px;flex-direction:column;gap:.45rem;width:clamp(240px,26vw,300px);min-height:180px;padding:.9rem;display:flex}.testimonial-head{justify-content:space-between;align-items:center;gap:.5rem;display:flex}.testimonial-stars{color:#f8bb3d;letter-spacing:1px;font-size:.85rem}.testimonial-lang{color:var(--primary);background:#6c3bff14;border:1px solid #6c3bff26;border-radius:999px;padding:.15rem .5rem;font-size:.68rem;font-weight:600}.testimonial-review{color:var(--text);flex:1;margin:0;font-size:.82rem;line-height:1.5}.testimonial-user{align-items:center;gap:.5rem;display:flex}.testimonial-avatar{object-fit:cover;background:linear-gradient(135deg, var(--primary), var(--accent));border:1px solid #6c3bff1f;border-radius:50%;flex-shrink:0;width:34px;height:34px}.testimonial-user strong{font-size:.8rem;display:block}.testimonial-user span{color:var(--muted);font-size:.72rem;display:block}.vc-loading{z-index:5;pointer-events:none;background:#0000004d;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.vc-spinner{border:3px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:28px;height:28px;animation:.7s linear infinite vc-spin}@keyframes vc-spin{to{transform:rotate(360deg)}}.project-modal{opacity:0;pointer-events:none;z-index:9999;place-items:center;padding:1rem;transition:opacity .28s;display:grid;position:fixed;inset:0}.project-modal.open{opacity:1;pointer-events:auto}.project-modal-bg{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#000000b3;position:absolute;inset:0}.project-modal-card{background:#111;border-radius:20px;width:min(800px,95vw);max-height:90vh;padding:1rem;position:relative;overflow:hidden;box-shadow:0 30px 75px #00000080}.project-close{color:#fff;cursor:pointer;z-index:10;background:#0006;border:1px solid #fff3;border-radius:50%;place-items:center;width:36px;height:36px;font-size:1.2rem;transition:all .2s;display:grid;position:absolute;top:.75rem;right:.75rem}.project-close:hover{background:#ffffff26}.project-player{background:#000;border-radius:12px;width:100%;max-height:70vh}.project-modal-meta{color:#fff;margin-top:.7rem}.project-modal-meta h3{margin:0 0 .2rem;font-size:1rem}.project-modal-meta p{opacity:.8;margin:0;font-size:.85rem}.project-end-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);opacity:0;pointer-events:none;z-index:4;background:#030612b3;border-radius:20px;place-items:center;transition:opacity .35s;display:grid;position:absolute;inset:0}.project-end-overlay.show{opacity:1}.project-end-inner{text-align:center;color:#fff;padding:1rem 1.2rem}.notify-modal{opacity:0;pointer-events:none;z-index:9998;place-items:center;padding:1rem;transition:opacity .2s;display:grid;position:fixed;inset:0}.notify-modal.open{opacity:1;pointer-events:auto}.notify-bg{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#00000080;position:absolute;inset:0}.notify-card{width:100%;max-width:460px;max-height:70vh;box-shadow:var(--shadow-xl);background:#fff;border-radius:16px;padding:1.2rem;position:relative;overflow-y:auto}.notify-card h3{margin:0;font-size:1.05rem;font-weight:700}.notify-card .notify-sub{color:var(--muted);margin:.3rem 0 0;font-size:.82rem}.notify-item{background:#6c3bff05;border:1px solid #6c3bff14;border-radius:10px;margin-top:.5rem;padding:.7rem}.notify-item strong{font-size:.88rem}.notify-item p{color:var(--muted);margin:.2rem 0 0;font-size:.8rem}.site-footer{border-top:1px solid #6c3bff14;margin-top:1rem;padding:1.8rem 0 2.2rem}.footer-shell{color:var(--muted);justify-content:space-between;align-items:center;gap:1rem;font-size:.85rem;display:flex}.footer-brand{margin-bottom:.3rem;font-size:1.1rem;font-weight:800}.footer-brand span{color:var(--primary)}.footer-links{gap:1rem;display:flex}.footer-links a{transition:color .2s}.footer-links a:hover{color:var(--primary)}@media (width<=1200px){.service-grid-dashboard,.quick-actions{grid-template-columns:repeat(3,1fr)}}@media (width<=992px){.service-grid-dashboard,.project-grid{grid-template-columns:repeat(2,1fr)}.welcome-card{flex-direction:column;align-items:flex-start;gap:1rem;padding:1.25rem 1.5rem}.welcome-right{justify-content:flex-start;width:100%}}@media (width<=768px){.nav-toggle{display:inline-flex}.nav-links{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);box-shadow:var(--shadow-lg);background:#fffffffa;border-bottom:1px solid #6c3bff14;flex-direction:column;align-items:stretch;gap:.15rem;padding:.5rem;display:none;position:absolute;top:100%;left:0;right:0}.nav-links.open{display:flex}.nav-links a{border-radius:8px;padding:.6rem .8rem;font-size:.9rem}.nav-links .btn{justify-content:center;width:100%;margin-top:.25rem}.quick-actions{grid-template-columns:repeat(3,1fr);gap:.65rem}.quick-action-card{min-height:80px;padding:.85rem .5rem}.quick-action-card .qa-icon{width:32px;height:32px}.quick-action-card .qa-icon svg{width:16px;height:16px}.quick-action-card .qa-label{font-size:.72rem}.service-grid-dashboard{grid-template-columns:repeat(2,1fr);gap:.75rem}.project-grid{grid-template-columns:1fr}.welcome-text h1{font-size:1.1rem}.welcome-text p{font-size:.8rem}.welcome-avatar{width:40px;height:40px;font-size:.95rem}.dashboard-section{padding:1rem 0}.section{padding:1.5rem 0}.footer-shell{flex-direction:column;align-items:flex-start}.auth-section{min-height:100dvh;padding:0;overflow:hidden auto;flex-direction:column!important;justify-content:flex-start!important;align-items:stretch!important;display:flex!important}.auth-section .container{width:calc(100% - 32px);max-width:440px;margin-left:auto;margin-right:auto;overflow-x:hidden}.auth-wrapper{overflow-x:hidden;max-width:100%!important}.auth-card{border-radius:24px;padding:2rem 1.25rem;overflow-x:hidden}.auth-form .form-group:first-child{margin-top:0}.input-wrapper input{padding-right:2.85rem}.form-options{gap:.75rem}.auth-page-footer{margin-top:1.5rem;padding-bottom:1rem;font-size:.8rem}}@media (width<=480px){.container{width:calc(100% - 1.2rem)}.quick-actions{grid-template-columns:repeat(2,1fr);gap:.55rem}.quick-action-card{gap:.35rem;min-height:72px;padding:.7rem .4rem}.quick-action-card .qa-icon{border-radius:8px;width:28px;height:28px}.quick-action-card .qa-icon svg{width:14px;height:14px}.quick-action-card .qa-label{font-size:.68rem}.service-grid-dashboard{grid-template-columns:1fr;gap:.75rem}.service-card-dash .media-wrap{aspect-ratio:16/9}.service-card-dash .card-body{padding:.8rem .9rem .9rem}.service-card-dash .card-body h3{font-size:.9rem}.welcome-card{border-radius:14px;padding:1rem 1.1rem}.welcome-left{gap:.7rem}.welcome-avatar{width:36px;height:36px;font-size:.85rem}.welcome-text h1{font-size:1rem}.welcome-text p{font-size:.75rem}.welcome-right .btn{padding:.4rem .8rem;font-size:.75rem}.dashboard-section-header h2{font-size:1rem}.dashboard-section-header p{font-size:.75rem}.recent-shell,.dashboard-glass{padding:.9rem}.project-modal-card{border-radius:14px;padding:.5rem}.project-player{max-height:60vh}.auth-section .container{width:calc(100% - 1.2rem)}}@media (width<=412px){.quick-actions{gap:.45rem}.quick-action-card{min-height:64px;padding:.55rem .3rem}.quick-action-card .qa-icon{width:24px;height:24px}.quick-action-card .qa-icon svg{width:12px;height:12px}.quick-action-card .qa-label{font-size:.62rem}.service-card-dash .card-actions .btn{padding:.4rem .5rem;font-size:.72rem}.welcome-card{padding:.85rem .9rem}.welcome-text h1{font-size:.9rem}}.cursor-glow{pointer-events:none;z-index:0;opacity:0;background:radial-gradient(circle,#6c3bff1f,#0000 60%);border-radius:50%;width:220px;height:220px;transition:opacity .22s;position:fixed;transform:translate(-50%,-50%)}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.mini-btn{color:var(--primary);cursor:pointer;background:#6c3bff0f;border:none;border-radius:8px;align-items:center;gap:.35rem;padding:.35rem .8rem;font-family:Poppins,sans-serif;font-size:.8rem;font-weight:600;transition:all .2s;display:inline-flex}.mini-btn:hover{background:#6c3bff1f}.auth-section{background:radial-gradient(80% 50% at 20% 40%,#6c3bff0a 0%,#0000 60%),radial-gradient(60% 40% at 80% 60%,#ff5da208 0%,#0000 60%),linear-gradient(#fdfbff 0%,#f5f3ff 50%,#f8f6ff 100%);justify-content:center;align-items:center;min-height:calc(100vh - 160px);padding:2rem 0 3rem;display:flex;position:relative;overflow:hidden}.auth-bg-shapes{pointer-events:none;z-index:0;position:absolute;inset:0;overflow:hidden}.auth-shape{filter:blur(100px);opacity:.35;will-change:transform;border-radius:50%;animation:25s ease-in-out infinite floatShape;position:absolute}.auth-shape-1{background:radial-gradient(circle,#6c3bff40,#0000 70%);width:500px;height:500px;animation-delay:0s;top:-15%;left:-10%}.auth-shape-2{background:radial-gradient(circle,#ff5da233,#0000 70%);width:400px;height:400px;animation-delay:8s;bottom:-12%;right:-8%}.auth-shape-3{background:radial-gradient(circle,#00d9ff26,#0000 70%);width:350px;height:350px;animation-delay:16s;top:45%;left:50%;transform:translate(-50%,-50%)}@keyframes floatShape{0%,to{transform:translate(0)scale(1)}33%{transform:translate(40px,-40px)scale(1.08)}66%{transform:translate(-30px,30px)scale(.94)}}.auth-wrapper{z-index:1;width:100%;max-width:480px;animation:.7s cubic-bezier(.22,.61,.36,1) authFadeIn;position:relative}@keyframes authFadeIn{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.auth-card{-webkit-backdrop-filter:blur(32px)saturate(180%);background:#ffffffeb;border:1px solid #fffffff2;border-radius:28px;padding:2.75rem 2.25rem;position:relative;overflow:hidden;box-shadow:0 32px 80px #6c3bff1a,0 12px 32px #0000000a,inset 0 1px #ffffffe6}.auth-card:before{content:"";pointer-events:none;background:radial-gradient(circle,#6c3bff0f,#0000 70%);border-radius:50%;width:260px;height:260px;position:absolute;top:-50%;right:-30%}.auth-header{text-align:center;margin-bottom:2.25rem}.auth-logo{margin-bottom:1.25rem;display:inline-block}.auth-logo .brand-mark{background:linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);color:#fff;border-radius:1rem;justify-content:center;align-items:center;width:3.5rem;height:3.5rem;font-size:1.75rem;font-weight:800;animation:3s ease-in-out infinite logoPulse;display:inline-flex;box-shadow:0 12px 28px #6c3bff59,0 0 0 8px #6c3bff14}@keyframes logoPulse{0%,to{box-shadow:0 12px 28px #6c3bff59,0 0 0 8px #6c3bff14}50%{box-shadow:0 16px 36px #6c3bff73,0 0 0 14px #6c3bff08}}.auth-title{background:linear-gradient(135deg, #1e1b4b 0%, var(--primary) 50%, var(--secondary) 100%);color:#0000;letter-spacing:-.02em;-webkit-background-clip:text;background-clip:text;margin:0 0 .6rem;font-size:2rem;font-weight:800;line-height:1.2}.auth-subtitle{color:#64748b;max-width:380px;margin:0 auto;font-size:.95rem;line-height:1.6}.alert{border:1px solid;border-radius:16px;align-items:flex-start;gap:.75rem;margin-bottom:1.25rem;padding:1rem 1.25rem;font-size:.9rem;animation:.35s ease-out alertSlide;display:flex}@keyframes alertSlide{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.alert-success{color:#059669;background:#22c55e14;border-color:#22c55e33}.alert-error{color:#dc2626;background:#ef44440f;border-color:#ef444426;box-shadow:0 4px 16px #ef44440f}.alert svg{flex-shrink:0;margin-top:1px}.alert strong{margin-bottom:.15rem;font-weight:600;display:block}.alert p{opacity:.95;margin:0}.alert-success p{color:var(--text);font-size:.85rem}.auth-form{flex-direction:column;gap:1.35rem;display:flex}.form-group{flex-direction:column;gap:.6rem;display:flex}.form-label{color:#1e293b;letter-spacing:.01em;font-size:.88rem;font-weight:700}.input-wrapper{align-items:center;display:flex;position:relative}.input-wrapper svg{color:#94a3b8;opacity:.7;pointer-events:none;z-index:1;transition:all .25s;position:absolute;left:1.1rem}.input-wrapper input{width:100%;color:var(--text);background:#f8fafccc;border:1.5px solid #6c3bff14;border-radius:16px;padding:.95rem 1rem .95rem 2.85rem;font-family:Poppins,sans-serif;font-size:.95rem;font-weight:500;transition:all .3s cubic-bezier(.22,.61,.36,1)}.input-wrapper input:focus{border-color:var(--primary);background:#fff;outline:none;box-shadow:0 0 0 5px #6c3bff0f,0 4px 14px #6c3bff14}.input-wrapper input::placeholder{color:#94a3b8;opacity:.8;font-weight:400}.password-toggle{cursor:pointer;z-index:2;color:#94a3b8;background:0 0;border:0;border-radius:8px;justify-content:center;align-items:center;padding:.3rem;transition:color .2s;display:flex;position:absolute;right:.9rem}.password-toggle:hover{color:var(--primary)}.password-toggle svg{width:20px;height:20px}.eye-open{display:block}.eye-closed{display:none}.form-options{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.checkbox-wrapper{cursor:pointer;color:#64748b;-webkit-user-select:none;user-select:none;align-items:center;gap:.5rem;font-size:.88rem;display:flex}.checkbox-wrapper input[type=checkbox]{width:18px;height:18px;accent-color:var(--primary);cursor:pointer;flex-shrink:0}.checkbox-label{-webkit-user-select:none;user-select:none;font-weight:500}.forgot-link{color:var(--primary);font-size:.88rem;font-weight:700;text-decoration:none;transition:all .2s}.forgot-link:hover{color:var(--secondary);transform:translate(2px)}.btn-auth-primary{background:linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);color:#fff;cursor:pointer;letter-spacing:.01em;border:none;border-radius:50px;justify-content:center;align-items:center;gap:.6rem;width:100%;padding:1rem;font-family:Poppins,sans-serif;font-size:.95rem;font-weight:700;transition:all .35s cubic-bezier(.22,.61,.36,1);display:inline-flex;position:relative;overflow:hidden;box-shadow:0 8px 24px #6c3bff4d,0 2px 8px #0000000f}.btn-auth-primary:before{content:"";opacity:0;background:linear-gradient(135deg,#fff3 0%,#0000 60%);transition:opacity .3s;position:absolute;inset:0}.btn-auth-primary:hover{transform:translateY(-3px);box-shadow:0 14px 36px #6c3bff66,0 4px 12px #00000014}.btn-auth-primary:hover:before{opacity:1}.btn-auth-primary:active{transform:translateY(-1px);box-shadow:0 8px 20px #6c3bff59,0 2px 8px #0000000f}.btn-auth-primary svg{transition:transform .3s}.btn-auth-primary:hover svg{transform:translate(3px)}.auth-divider{color:#94a3b8;align-items:center;gap:1.25rem;margin:2rem 0;font-size:.85rem;font-weight:500;display:flex}.auth-divider:before,.auth-divider:after{content:"";background:linear-gradient(90deg,#0000,#6c3bff26,#0000);flex:1;height:1px}.btn-google{width:100%;color:var(--text);cursor:pointer;background:#fff;border:1.5px solid #e5e7ebcc;border-radius:50px;justify-content:center;align-items:center;gap:.75rem;padding:.95rem;font-family:Poppins,sans-serif;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .3s cubic-bezier(.22,.61,.36,1);display:inline-flex;box-shadow:0 1px 3px #0000000a}.btn-google:hover{background:#fafafa;border-color:#6c3bff40;transform:translateY(-2px);box-shadow:0 8px 20px #0000000f,0 2px 8px #6c3bff0f}.auth-footer{text-align:center;color:#64748b;border-top:1px solid #6c3bff14;margin-top:1.75rem;padding-top:1.5rem;font-size:.92rem}.auth-footer p{margin:0}.auth-link{color:var(--primary);font-weight:700;text-decoration:none;transition:all .2s}.auth-link:hover{color:var(--secondary);text-underline-offset:3px;text-decoration:underline}.auth-help{flex-direction:column;gap:.75rem;margin-top:1.5rem;display:flex}.auth-help-card{background:#6c3bff05;border:1px solid #6c3bff0f;border-radius:16px;align-items:center;gap:1rem;padding:1.25rem;display:flex}.auth-help-icon{color:#fff;background:linear-gradient(135deg,#25d366,#128c7e);border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex;box-shadow:0 4px 14px #25d36640}.auth-help-icon svg{width:26px;height:26px}.auth-help-content strong{color:var(--text);margin-bottom:.2rem;font-size:.95rem;font-weight:600;display:block}.auth-help-content p{color:var(--muted);margin:0;font-size:.85rem;line-height:1.5}.btn-whatsapp{color:#fff;cursor:pointer;background:linear-gradient(135deg,#25d366,#128c7e);border:none;border-radius:16px;justify-content:center;align-items:center;gap:.6rem;width:100%;padding:.9rem;font-family:Poppins,sans-serif;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex;box-shadow:0 6px 18px #25d3664d}.btn-whatsapp:hover{transform:translateY(-2px);box-shadow:0 10px 28px #25d36666}.btn-whatsapp svg{width:20px;height:20px}.auth-page-footer{z-index:1;text-align:center;color:#94a3b8;padding:.5rem 1rem 2rem;font-size:.85rem;font-weight:500;position:relative}.auth-page-footer p{flex-wrap:wrap;justify-content:center;align-items:center;gap:.5rem;margin:0;display:inline-flex}.auth-page-footer a{color:#64748b;font-weight:600;text-decoration:none;transition:color .2s}.auth-page-footer a:hover{color:var(--primary)}.arhan-floating-actions{right:18px;bottom:calc(20px + env(safe-area-inset-bottom));z-index:9999;flex-direction:column;align-items:center;gap:14px;display:flex;position:fixed}.order-guide-trigger{z-index:auto;display:block;position:static}.order-guide-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#7c3aed 0%,#2563eb 100%);border:none;border-radius:50%;justify-content:center;align-items:center;width:58px;height:58px;line-height:0;transition:all .35s cubic-bezier(.22,.61,.36,1);display:flex;position:relative;box-shadow:0 8px 24px #7c3aed73,0 2px 8px #2563eb33}.order-guide-btn:hover{transform:translateY(-4px)scale(1.05);box-shadow:0 12px 32px #7c3aed8c,0 4px 12px #2563eb4d}.order-guide-btn svg{width:26px;height:26px}.order-guide-tooltip{color:var(--text);white-space:nowrap;opacity:1;pointer-events:none;background:#fffffffa;border:1px solid #6c3bff1f;border-radius:999px;padding:.55rem 1rem;font-size:.82rem;font-weight:700;transition:all .3s;position:absolute;top:50%;right:calc(100% + 10px);transform:translateY(-50%);box-shadow:0 4px 16px #0000001f}.order-guide-btn:hover .order-guide-tooltip{transform:translateY(-50%)translate(-4px)}@media (width<=768px){.order-guide-tooltip{display:none}.order-guide-btn{width:52px;height:52px}.order-guide-btn svg{width:24px;height:24px}}@media (width<=480px){.order-guide-btn{width:50px;height:50px}.order-guide-btn svg{width:22px;height:22px}}.og-modal{opacity:0;pointer-events:none;z-index:10000;justify-content:center;align-items:flex-end;padding:0;transition:opacity .25s;display:flex;position:fixed;inset:0}.og-modal.open{opacity:1;pointer-events:auto}.og-modal-bg{-webkit-backdrop-filter:blur(12px);background:#0009;position:absolute;inset:0}.og-modal-card{-webkit-backdrop-filter:blur(24px);background:#fffffff7;border:1px solid #6c3bff1a;border-bottom:none;border-radius:24px 24px 0 0;flex-direction:column;width:100%;max-width:580px;max-height:85vh;display:flex;position:relative;overflow:hidden;box-shadow:0 -8px 40px #0000002e,0 -2px 12px #7c3aed14}.og-close{width:36px;height:36px;color:var(--text);cursor:pointer;z-index:10;background:#fffffff2;border:1px solid #6c3bff26;border-radius:50%;place-items:center;font-family:inherit;font-size:1.2rem;line-height:1;transition:all .2s;display:grid;position:absolute;top:1rem;right:1rem}.og-close:hover{background:linear-gradient(135deg, var(--primary), var(--secondary));color:#fff;border-color:#0000;transform:rotate(90deg)}.og-header{text-align:center;border-bottom:1px solid #6c3bff14;padding:1.75rem 1.5rem 1rem}.og-header h2{background:linear-gradient(135deg, #1e1b4b 0%, var(--primary) 50%, var(--secondary) 100%);color:#0000;letter-spacing:-.01em;-webkit-background-clip:text;background-clip:text;margin:0 0 .3rem;font-size:1.35rem;font-weight:800}.og-subtitle{color:var(--muted);margin:0;font-size:.88rem;font-weight:500}.og-language-selector{background:#6c3bff08;border-bottom:1px solid #6c3bff0f;grid-template-columns:repeat(2,1fr);gap:.6rem;padding:1.25rem 1.5rem;display:grid}.og-lang-btn{color:var(--text);cursor:pointer;background:#fff;border:1.5px solid #6c3bff1f;border-radius:12px;padding:.85rem;font-family:Poppins,sans-serif;font-size:.95rem;font-weight:600;transition:all .25s;position:relative;overflow:hidden}.og-lang-btn:hover{border-color:var(--primary);background:#6c3bff0a;transform:translateY(-2px);box-shadow:0 4px 12px #6c3bff1f}.og-lang-btn.active{background:linear-gradient(135deg, var(--primary), var(--secondary));color:#fff;border-color:#0000;box-shadow:0 4px 14px #6c3bff4d}.og-lang-btn.active:hover{transform:translateY(-2px);box-shadow:0 6px 20px #6c3bff66}.og-change-lang-wrap{justify-content:flex-end;padding:.75rem 1.5rem 0;display:flex}.og-change-lang{color:var(--primary);cursor:pointer;background:0 0;border:none;border-radius:8px;padding:.4rem .8rem;font-family:Poppins,sans-serif;font-size:.82rem;font-weight:600;transition:all .2s}.og-change-lang:hover{color:var(--secondary);background:#6c3bff14}.og-content{overscroll-behavior:contain;flex:1;padding:1.25rem 1.5rem;overflow-y:auto}.og-content-inner{flex-direction:column;gap:1rem;display:flex}.og-welcome-card{text-align:center;background:linear-gradient(135deg,#7c3aed14 0%,#2563eb0f 100%);border:1px solid #6c3bff26;border-radius:14px;padding:1.1rem}.og-welcome-card .og-welcome-icon{margin-bottom:.4rem;font-size:2rem;display:block}.og-welcome-card h3{color:var(--text);margin:0 0 .35rem;font-size:1.1rem;font-weight:700}.og-welcome-card p{color:var(--muted);margin:0;font-size:.88rem;line-height:1.5}.og-package-card{background:#fff;border:1px solid #6c3bff1a;border-radius:14px;padding:1rem;box-shadow:0 2px 10px #0000000a}.og-package-card h4{color:var(--text);align-items:center;gap:.4rem;margin:0 0 .6rem;font-size:.92rem;font-weight:700;display:flex}.og-package-card ul{flex-direction:column;gap:.3rem;margin:0;padding-left:1.4rem;display:flex}.og-package-card li{color:var(--text);font-size:.85rem;line-height:1.5}.og-package-card li::marker{color:var(--primary)}.og-note{color:#92400e;background:#ffb8000f;border:1px solid #ffb80033;border-radius:10px;padding:.75rem 1rem;font-size:.82rem;line-height:1.5}.og-checklist{background:#fff;border:1.5px solid #6c3bff1f;border-radius:14px;padding:1rem}.og-checklist h4{color:var(--text);margin:0 0 .6rem;font-size:.95rem;font-weight:700}.og-checklist ul{flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.og-checklist li{color:var(--text);align-items:flex-start;gap:.6rem;font-size:.85rem;line-height:1.4;display:flex}.og-checklist li:before{content:"✓";background:linear-gradient(135deg, var(--primary), var(--secondary));color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;font-size:.75rem;font-weight:800;line-height:1;display:inline-flex}.og-team-card{text-align:center;background:linear-gradient(135deg,#22c55e0f 0%,#25d3660a 100%);border:1px solid #22c55e33;border-radius:14px;padding:1rem}.og-team-card h4{color:var(--text);margin:0 0 .4rem;font-size:.95rem;font-weight:700}.og-team-card p{color:var(--muted);margin:0;font-size:.85rem;line-height:1.5}.og-closing{text-align:center;color:var(--primary);background:linear-gradient(135deg,#6c3bff0f 0%,#ff5da20a 100%);border-radius:12px;padding:.75rem;font-size:.95rem;font-weight:600}.og-demo-link{background:linear-gradient(135deg, var(--primary), var(--secondary));color:#fff;border-radius:10px;align-items:center;gap:.4rem;margin-top:.5rem;padding:.5rem 1rem;font-size:.85rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex;box-shadow:0 3px 10px #6c3bff40}.og-demo-link:hover{color:#fff;transform:translateY(-2px);box-shadow:0 6px 18px #6c3bff59}.og-footer{background:#f8fafc99;border-top:1px solid #6c3bff14;flex-direction:column;gap:.9rem;padding:1.25rem 1.5rem 1.5rem;display:flex}.og-checkbox-wrapper{cursor:pointer;color:var(--text);-webkit-user-select:none;user-select:none;align-items:flex-start;gap:.6rem;font-size:.85rem;line-height:1.4;display:flex}.og-checkbox-wrapper input[type=checkbox]{width:20px;height:20px;accent-color:var(--primary);cursor:pointer;flex-shrink:0;margin-top:2px}.og-checkbox-label{-webkit-user-select:none;user-select:none;font-weight:500}.og-continue-btn{background:linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);color:#fff;cursor:pointer;border:none;border-radius:50px;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:1rem;font-family:Poppins,sans-serif;font-size:.95rem;font-weight:700;transition:all .35s cubic-bezier(.22,.61,.36,1);display:inline-flex;position:relative;overflow:hidden;box-shadow:0 6px 18px #6c3bff4d}.og-continue-btn:not(:disabled):hover{transform:translateY(-3px);box-shadow:0 12px 28px #6c3bff73}.og-continue-btn:not(:disabled):active{transform:translateY(-1px)}.og-continue-btn:disabled{opacity:.45;cursor:not-allowed;filter:grayscale(35%)}.og-continue-btn svg{transition:transform .3s}.og-continue-btn:not(:disabled):hover svg{transform:translate(4px)}@media (width>=769px){.og-modal{align-items:center;padding:1rem}.og-modal-card{border:1px solid #6c3bff1a;border-radius:24px;max-height:90vh}}@media (width<=480px){.og-header{padding:1.5rem 1.25rem .9rem}.og-header h2{font-size:1.2rem}.og-language-selector{gap:.5rem;padding:1rem 1.25rem}.og-lang-btn{padding:.75rem;font-size:.88rem}.og-content{padding:1rem 1.25rem}.og-footer{padding:1rem 1.25rem 1.25rem}.og-continue-btn{padding:.9rem;font-size:.88rem}}.floating-whatsapp{z-index:auto;align-items:center;gap:.6rem;line-height:0;text-decoration:none;display:flex;position:static}.whatsapp-pulse{pointer-events:none;background:#25d36659;border-radius:50%;width:60px;height:60px;animation:2.8s ease-out infinite pulse;position:absolute;bottom:0;left:50%;transform:translate(-50%)}@keyframes pulse{0%{opacity:.6;transform:translate(-50%)scale(1)}to{opacity:0;transform:translate(-50%)scale(1.7)}}.whatsapp-button{color:#fff;background:linear-gradient(135deg,#25d366 0%,#128c7e 100%);border-radius:50%;justify-content:center;align-items:center;width:58px;height:58px;line-height:0;transition:all .35s cubic-bezier(.22,.61,.36,1);display:flex;position:relative;box-shadow:0 10px 28px #25d36666,0 2px 10px #00000014}.whatsapp-button:hover{transform:scale(1.08)translateY(-3px);box-shadow:0 14px 36px #25d36680,0 4px 14px #0000001f}.whatsapp-button svg{width:28px;height:28px}.whatsapp-label{color:var(--text);white-space:nowrap;opacity:1;transform-origin:100%;background:#fff;border:1px solid #6c3bff1a;border-radius:999px;align-items:center;gap:.5rem;padding:.7rem 1.2rem;font-size:.88rem;font-weight:600;transition:all .35s cubic-bezier(.22,.61,.36,1);display:flex;box-shadow:0 6px 20px #0000001f}.whatsapp-label svg{color:#25d366;width:18px;height:18px}.floating-whatsapp:hover .whatsapp-label{transform:translate(-4px)}@media (width<=768px){.whatsapp-label{display:none}.whatsapp-button{width:52px;height:52px}.whatsapp-button svg{width:26px;height:26px}.whatsapp-pulse{width:54px;height:54px}}@media (width<=480px){.whatsapp-button{width:50px;height:50px}.whatsapp-button svg{width:24px;height:24px}.whatsapp-pulse{width:50px;height:50px}}.completed-gallery-wrap{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(145deg,#ffffff26,#ffffff0f);border:1px solid #ffffff38;border-radius:22px;padding:1rem;position:relative;overflow:hidden;box-shadow:0 18px 42px #0a0f2824}.completed-gallery-track{gap:1rem;width:max-content;animation:120s linear infinite completedGallerySlide;display:flex}.completed-gallery-wrap:hover .completed-gallery-track{animation-play-state:paused}.completed-card{cursor:pointer;border:1px solid #ffffff4d;border-radius:18px;width:clamp(112px,9vw,150px);transition:transform .35s,box-shadow .35s;position:relative;overflow:hidden;box-shadow:0 14px 26px #080e222b}.completed-card:hover{transform:translateY(-6px);box-shadow:0 22px 36px #080e223d}.completed-card img{aspect-ratio:3/4;object-fit:cover;width:100%;display:block}.completed-card-overlay{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.4rem;display:flex;position:absolute;inset:auto .55rem .55rem}.completed-badge{color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#08102a80;border:1px solid #ffffff6b;border-radius:999px;padding:.2rem .52rem;font-size:.68rem;font-weight:700}.completed-service{background:#6c3bff8f}.completed-lightbox{opacity:0;pointer-events:none;z-index:9999;place-items:center;padding:1rem;transition:opacity .25s;display:grid;position:fixed;inset:0}.completed-lightbox.open{opacity:1;pointer-events:auto}.completed-lightbox-bg{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#000000c2;position:absolute;inset:0}.completed-lightbox-card{background:#0e1222e6;border:1px solid #ffffff47;border-radius:20px;width:min(520px,94vw);position:relative;overflow:hidden;box-shadow:0 24px 48px #00000073}.completed-lightbox-card img{object-fit:cover;width:100%;max-height:82vh;display:block}.completed-lightbox-close{color:#fff;cursor:pointer;background:#070a1975;border:1px solid #ffffff59;border-radius:50%;width:38px;height:38px;font-size:1.15rem;position:absolute;top:.65rem;right:.65rem}@keyframes completedGallerySlide{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (width<=767px){.completed-gallery-track{gap:.6rem;animation-duration:90s}.completed-card{border-radius:14px;width:clamp(96px,28vw,130px)}}.giveaway-shell{width:100%;position:relative}.giveaway-card{background:linear-gradient(160deg,#fff 0%,#f5f7ff 55%,#eef1ff 100%);border:1px solid #6c3bff29;border-radius:28px;grid-template-columns:1.05fr .95fr;align-items:stretch;gap:2.25rem;width:100%;padding:2.25rem;display:grid;position:relative;overflow:hidden;box-shadow:0 24px 60px #1c195424,0 4px 14px #0000000a}.giveaway-glow{filter:blur(6px);pointer-events:none;background:radial-gradient(circle,#6c3bff38,#00d4ff0d 60%,#0000 70%);width:260px;height:260px;position:absolute;top:-90px;right:-90px}.giveaway-glow-2{filter:blur(6px);pointer-events:none;background:radial-gradient(circle,#1d4ed82e,#6c3bff0a 60%,#0000 70%);width:220px;height:220px;position:absolute;bottom:-90px;left:-70px}.giveaway-left{z-index:1;position:relative}.giveaway-head{align-items:center;gap:1rem;margin-bottom:1.1rem;display:flex}.giveaway-badge-free{letter-spacing:.5px;color:#fff;background:linear-gradient(135deg,#6c3bff,#00d4ff);border-radius:999px;align-items:center;gap:.35rem;padding:.5rem 1rem;font-size:1.05rem;font-weight:800;display:inline-flex;box-shadow:0 10px 22px #6c3bff52}.giveaway-badge-amt{background:#ffffff38;border-radius:999px;padding:.1rem .5rem;font-size:.95rem}.giveaway-gift{color:#fff;background:linear-gradient(145deg,#1d4ed8,#6c3bff);border-radius:16px;justify-content:center;align-items:center;width:56px;height:56px;display:inline-flex;box-shadow:0 12px 24px #1d4ed84d}.giveaway-gift svg{width:28px;height:28px}.giveaway-title{color:#14173a;margin-bottom:.5rem;font-size:clamp(1.5rem,3vw,2.1rem);font-weight:800;line-height:1.18}.giveaway-desc{color:#4b5170;margin:0 0 1rem;font-size:1rem;line-height:1.55}.giveaway-prize{background:#6c3bff12;border:1px solid #6c3bff29;border-radius:16px;flex-wrap:wrap;align-items:center;gap:.5rem .6rem;margin-bottom:1rem;padding:.65rem 1rem;display:inline-flex}.giveaway-prize-label{text-transform:uppercase;letter-spacing:1px;color:#6c3bff;font-size:.72rem;font-weight:800}.giveaway-prize-name{color:#14173a;font-weight:700}.giveaway-prize-value{color:#1d4ed8;font-size:.82rem;font-weight:700}.giveaway-meta{flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.giveaway-meta li{color:#3c4060;align-items:flex-start;gap:.5rem;font-size:.92rem;display:flex}.giveaway-meta i{color:#6c3bff;flex:none;width:18px;height:18px;margin-top:2px}.giveaway-meta strong{color:#14173a}.giveaway-right{z-index:1;background:linear-gradient(155deg,#6c3bff12,#1d4ed80f);border:1px solid #6c3bff24;border-radius:22px;flex-direction:column;gap:1rem;padding:1.5rem;display:flex;position:relative}.giveaway-stat-grid{grid-template-columns:1fr 1fr;gap:.75rem;display:grid}.giveaway-stat{text-align:center;background:#fff;border:1px solid #6c3bff1f;border-radius:16px;padding:.85rem 1rem}.giveaway-stat-label{text-transform:uppercase;letter-spacing:.6px;color:#6b7090;margin-bottom:.25rem;font-size:.72rem;font-weight:700}.giveaway-stat-value{color:#14173a;font-size:1.45rem;font-weight:800;line-height:1.1}.giveaway-stat-value small{color:#6c3bff;font-size:.9rem;font-weight:700}.giveaway-progress-block{background:#fff;border:1px solid #1d4ed81f;border-radius:16px;padding:.85rem 1rem}.giveaway-progress-row{color:#3c4060;flex-wrap:wrap;justify-content:space-between;gap:.5rem;margin-bottom:.5rem;font-size:.88rem;display:flex}.giveaway-progress-row strong{color:#14173a}.giveaway-progress{background:#e7e9f5;border-radius:999px;height:12px;overflow:hidden}.giveaway-progress-bar{background:linear-gradient(90deg,#6c3bff,#00d4ff);border-radius:999px;height:100%;transition:width .6s}.giveaway-progress-foot{color:#6b7090;margin-top:.5rem;font-size:.85rem}.giveaway-progress-foot strong{color:#6c3bff}.giveaway-btn{cursor:pointer;color:#fff;background:linear-gradient(135deg,#6c3bff,#1d4ed8);border:none;border-radius:16px;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:1rem 1.25rem;font-size:1.1rem;font-weight:800;transition:transform .25s,box-shadow .25s;display:inline-flex;box-shadow:0 14px 30px #6c3bff5c}.giveaway-btn:hover{transform:translateY(-3px);box-shadow:0 18px 38px #6c3bff75}.giveaway-btn svg{width:22px;height:22px}.giveaway-participated,.giveaway-closed{border-radius:16px;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:.9rem 1.25rem;font-size:1.05rem;font-weight:800;display:inline-flex}.giveaway-participated{color:#166534;background:#16a34a1f;border:1px solid #16a34a4d}.giveaway-closed{color:#b42318;background:#ef44441f;border:1px solid #ef44444d}@media (width<=900px){.giveaway-card{grid-template-columns:1fr;gap:1.5rem;padding:1.75rem 1.5rem}}@media (width<=767px){.giveaway-card{border-radius:22px;padding:1.5rem 1.1rem}}@media (width<=768px){.whatsapp-button{width:54px!important;height:54px!important}.whatsapp-button svg{width:28px!important;height:28px!important}.whatsapp-pulse{width:54px!important;height:54px!important}}.premium-demo-shell{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:linear-gradient(145deg,#ffffff2e,#ffffff0f);border:1px solid #ffffff38;border-radius:28px;margin-bottom:1.5rem;padding:1.25rem;position:relative;overflow:hidden;box-shadow:0 18px 50px #0a0f282e}.premium-demo-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;display:grid}.premium-demo-card.script-category-card{cursor:pointer;isolation:isolate;text-align:center;background:linear-gradient(145deg,#6c3bff14,#00d4ff0d);border:1px solid #ffffff47;border-radius:24px;flex-direction:column;justify-content:center;align-items:center;min-height:200px;padding:1.5rem 1rem;transition:transform .45s,box-shadow .45s,border-color .45s;display:flex;position:relative;overflow:hidden;box-shadow:0 18px 35px #060c2347}.premium-demo-card.script-category-card:hover{background:linear-gradient(145deg,#6c3bff1f,#00d4ff14);border-color:#ffffff80;transform:translateY(-8px)scale(1.012);box-shadow:0 24px 46px #060c235c}.premium-demo-icon{color:#6c3bff;background:#6c3bff1a;border-radius:20px;justify-content:center;align-items:center;width:70px;height:70px;margin-bottom:1rem;display:inline-flex}.premium-demo-card.script-category-card h3{color:#14173a;margin:0 0 .4rem;font-size:1.1rem;font-weight:700}.premium-demo-price{color:#4b5170;margin:0 0 .45rem;font-size:.82rem}.premium-demo-link{cursor:pointer;color:#fff;background:linear-gradient(135deg,#6c3bff,#00d4ff);border:1px solid #fff6;border-radius:999px;align-items:center;gap:.4rem;padding:.35rem .75rem;font-size:.85rem;font-weight:600;text-decoration:none;transition:transform .25s,box-shadow .25s;display:inline-flex}.premium-demo-link:hover{transform:translateY(-2px);box-shadow:0 8px 20px #6c3bff59}@media (width<=1200px){.premium-demo-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=767px){.premium-demo-card.script-category-card,.premium-demo-card.script-category-card .premium-demo-icon{min-height:180px}.premium-demo-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=480px){.premium-demo-grid{grid-template-columns:1fr}}.readonly-input{width:100%;color:var(--muted);cursor:not-allowed;background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:16px;padding:.95rem 1rem .95rem 2.85rem;font-family:Poppins,sans-serif;font-size:.95rem;font-weight:500}.form-hint{color:var(--muted);margin-top:.25rem;font-size:.8rem;display:block}.premium-order-guide-trigger{display:block;position:static}.premium-order-guide-btn{cursor:pointer;-webkit-tap-highlight-color:transparent;appearance:none;border:none;border-radius:50%;outline:none;justify-content:center;align-items:center;width:62px;height:62px;line-height:0;transition:all .35s cubic-bezier(.34,1.56,.64,1);display:flex;position:relative}.premium-order-guide-btn svg{z-index:2;width:28px;height:28px}.premium-order-guide-btn{-webkit-backdrop-filter:blur(12px);background:linear-gradient(145deg,#6c3bff 0%,#00d4ff 100%);border:1px solid #ffffff59;box-shadow:0 10px 30px #6c3bff66,0 4px 12px #00d4ff40}.before-order-btn{background:linear-gradient(145deg,#22c55e 0%,#16a34a 100%);border:1px solid #ffffff59;box-shadow:0 10px 30px #22c55e66,0 4px 12px #16a34a40}.premium-order-guide-trigger .before-order-btn:hover:before{background:radial-gradient(circle,#22c55e73 0%,#16a34a40 40%,#0000 70%)}.before-order-btn:hover{transform:translateY(-4px)scale(1.08);box-shadow:0 16px 45px #22c55e8c,0 6px 18px #16a34a59}.premium-order-guide-trigger:before{content:"";opacity:0;pointer-events:none;z-index:1;background:radial-gradient(circle,#6c3bff73 0%,#00d4ff40 40%,#0000 70%);border-radius:50%;width:74px;height:74px;transition:opacity .4s,transform .4s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)scale(.8)}.premium-order-guide-trigger:hover:before{opacity:1;transform:translate(-50%,-50%)scale(1)}.premium-order-guide-btn:hover{transform:translateY(-4px)scale(1.08);box-shadow:0 16px 45px #6c3bff8c,0 6px 18px #00d4ff59}.premium-order-guide-btn:after{content:"";background:inherit;opacity:0;z-index:0;border-radius:50%;width:100%;height:100%;animation:3s ease-in-out infinite gentlePulse;position:absolute;top:0;left:0}@keyframes gentlePulse{0%,to{opacity:0;transform:scale(1)}45%{opacity:.15;transform:scale(1.12)}}.premium-order-guide-tooltip{color:var(--text);white-space:nowrap;opacity:0;pointer-events:none;-webkit-backdrop-filter:blur(10px);background:#ffffffeb;border:1px solid #6c3bff38;border-radius:999px;padding:.55rem 1.1rem;font-size:.82rem;font-weight:700;transition:all .3s cubic-bezier(.34,1.56,.64,1);position:absolute;top:50%;right:calc(100% + 14px);transform:translateY(-50%)translate(0);box-shadow:0 6px 20px #0000001f,0 2px 8px #6c3bff26}.premium-order-guide-trigger:hover .premium-order-guide-tooltip,.premium-order-guide-trigger.mobile-pressed .premium-order-guide-tooltip{opacity:1;transform:translateY(-50%)translate(-6px)}@media (width<=768px){.before-order-btn{width:56px;height:56px}.before-order-btn svg{width:24px;height:24px}}@media (width<=480px){.before-order-btn{width:52px;height:52px}.before-order-btn svg{width:22px;height:22px}}.premium-order-guide-ripple{opacity:0;pointer-events:none;z-index:1;background:radial-gradient(circle,#fff9 0%,#fff0 70%);border-radius:50%;width:100%;height:100%;transition:opacity .5s ease-out,transform .5s ease-out;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)scale(.6)}.premium-order-guide-trigger.clicked .premium-order-guide-ripple{opacity:.7;transform:translate(-50%,-50%)scale(1.4)}@media (width<=768px){.premium-order-guide-btn{width:56px;height:56px}.premium-order-guide-btn svg{width:24px;height:24px}.premium-order-guide-tooltip{opacity:0;visibility:hidden}.premium-order-guide-trigger.mobile-pressed .premium-order-guide-tooltip{opacity:1;visibility:visible}}@media (width<=480px){.premium-order-guide-btn{width:52px;height:52px}.premium-order-guide-btn svg{width:22px;height:22px}}.og-video-modal{opacity:0;pointer-events:none;z-index:10001;place-items:center;padding:1rem;transition:opacity .32s;display:grid;position:fixed;inset:0}.og-video-modal.open{opacity:1;pointer-events:auto}.og-video-backdrop{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#000000b8;position:absolute;inset:0}.og-video-dialog{background:linear-gradient(145deg,#191e37f5,#0f1223f0);border:1px solid #ffffff3d;border-radius:22px;flex-direction:column;width:min(720px,98vw);max-height:96vh;transition:transform .36s;display:flex;position:relative;overflow:hidden;transform:translateY(18px)scale(.985);box-shadow:0 30px 75px #00000080}.og-video-modal.open .og-video-dialog{transform:translateY(0)scale(1)}.og-video-close{color:#fff;cursor:pointer;z-index:10;background:#ffffff14;border:1px solid #ffffff47;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.4rem;line-height:1;transition:all .25s;display:flex;position:absolute;top:.75rem;right:.75rem}.og-video-close:hover{background:#fff3;transform:rotate(90deg)}.og-video-header{text-align:center;border-bottom:1px solid #ffffff14;padding:1.75rem 1.5rem 1rem}.og-video-header h3{background:linear-gradient(135deg,#fff,#e0e0ff);color:#0000;-webkit-background-clip:text;background-clip:text;margin:0 0 .3rem;font-size:1.4rem;font-weight:800}.og-video-header p{color:#ffffffb3;margin:0;font-size:.95rem;font-weight:400}.og-video-player-wrap{flex:1;justify-content:center;align-items:center;padding:1.5rem;display:flex}.og-video-player{background:#000;border:1px solid #fff3;border-radius:16px;width:100%;max-height:62vh}.og-video-footer{flex-wrap:wrap;gap:1rem;padding:1rem 1.5rem 1.5rem;display:flex}.og-video-order-btn{cursor:pointer;color:#fff;background:linear-gradient(135deg,#6c3bff,#00d4ff);border:none;border-radius:12px;flex:1;justify-content:center;align-items:center;gap:.5rem;min-width:140px;padding:.8rem 1.2rem;font-family:Poppins,sans-serif;font-size:.92rem;font-weight:600;transition:all .25s;display:inline-flex}.og-video-order-btn:hover{transform:translateY(-2px);box-shadow:0 8px 24px #6c3bff66}.og-video-fullscreen-btn{cursor:pointer;color:#fff;background:#ffffff1f;border:1px solid #ffffff47;border-radius:12px;justify-content:center;align-items:center;gap:.5rem;padding:.8rem 1.2rem;font-family:Poppins,sans-serif;font-size:.92rem;font-weight:500;transition:all .25s;display:inline-flex}.og-video-fullscreen-btn:hover{background:#fff3}@media (width<=768px){.og-video-header{padding:1.5rem 1.25rem .9rem}.og-video-header h3{font-size:1.25rem}.og-video-player-wrap{padding:1rem}.og-video-footer{flex-direction:column;padding:1rem 1.25rem 1.25rem}}
