body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;margin:0;padding:0;background:#f5f5f7;color:#1d1d1f}.container{max-width:800px;margin:0 auto;padding:40px 20px}h1{text-align:center;font-weight:600;font-size:54px;margin-top:40px;margin-bottom:50px;background:linear-gradient(135deg,#ff9500,#ffc800);-webkit-background-clip:text;-webkit-text-fill-color:transparent;opacity:0;animation:fadeIn 1s forwards .3s}.faq-container{opacity:0;animation:slideUp 1s forwards .5s}.faq-item{background:#fff;border-radius:18px;margin-bottom:20px;box-shadow:0 4px 20px #0000000d;overflow:hidden;position:relative;transition:all .3s ease,transform .3s cubic-bezier(.34,1.56,.64,1),box-shadow .3s ease}.faq-item:before{content:"";position:absolute;top:0;left:0;width:6px;height:100%;background:linear-gradient(to bottom,#ff9500,#fc0);opacity:0;transition:opacity .3s ease}.faq-item:hover{transform:translateY(-4px);box-shadow:0 8px 30px #ff950026}.faq-item:hover:before{opacity:1}.faq-question{padding:24px 30px;cursor:pointer;font-weight:500;font-size:18px;-webkit-user-select:none;user-select:none;position:relative;z-index:2;display:flex;justify-content:space-between;align-items:center}@media screen and (min-width: 1024px){.faq-question{padding:7px 450px}}.faq-question:after{content:"\203a";font-size:24px;transform:rotate(90deg);transition:transform .3s ease;color:#ff9500;font-weight:300}.faq-answer{max-height:0;overflow:hidden;transition:max-height .5s cubic-bezier(.33,1,.68,1),padding .5s cubic-bezier(.33,1,.68,1),opacity .4s ease;padding:0 30px;line-height:1.6;color:#1d1d1f;opacity:0;font-size:16px;background:linear-gradient(to right,#ff95000d,#ffcc000d)}.faq-item.active .faq-question{color:#ff9500}.faq-item.active .faq-question:after{transform:rotate(-90deg)}.faq-item.active .faq-answer{max-height:300px;padding:30px 30px 24px;opacity:1}@media screen and (min-width: 1024px){.faq-item.active .faq-answer{padding:30px 450px}.faq-item:before{left:42rem}}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.gradient-circle{position:fixed;width:600px;height:600px;border-radius:50%;background:linear-gradient(120deg,#ff950033,#ffcc001a);filter:blur(80px);z-index:-1;animation:float 20s infinite alternate ease-in-out}.circle-1{top:-300px;right:-200px}.circle-2{bottom:-300px;left:-200px;animation-delay:-10s}@keyframes float{0%{transform:translate(0) rotate(0)}to{transform:translate(50px,50px) rotate(10deg)}}@keyframes swipeReveal{0%{transform:translate(0)}20%{transform:translate(-10px)}to{transform:translate(0)}}@keyframes swipeHide{0%{transform:translate(0)}20%{transform:translate(10px)}to{transform:translate(0)}}.dark-mode-section{background-color:var(--apple-bg-dark);color:var(--apple-text-light);padding:40px 20px;text-align:center}.section-title{text-align:center;font-size:2.5rem;font-weight:600;margin-bottom:20px;background:linear-gradient(90deg,#f2ae06,#d3af01);-webkit-background-clip:text;background-clip:text;color:transparent}.dark-mode-features{display:flex;flex-wrap:wrap;justify-content:center;gap:20px;max-width:1200px;margin:20px auto 0}.dark-feature{flex:1;min-width:300px;max-width:400px;display:flex;flex-direction:column;align-items:center;text-align:center}.dark-feature-icon{font-size:4rem;margin-bottom:10px;background:linear-gradient(90deg,#de9e01,#fbd209);-webkit-background-clip:text;background-clip:text;color:transparent}.dark-feature h3{font-size:1.5rem;margin-bottom:5px}.dark-feature p{color:#ffffffb3;line-height:1.6}.scroll-animate{opacity:0;transform:translateY(50px);transition:opacity 1s ease,transform 1s ease}.scroll-animate.active{opacity:1;transform:translateY(0)}*{margin:0;padding:0;box-sizing:border-box;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif}body{background:#000;color:#fff;min-height:100vh;overflow-x:hidden}.container{max-width:1200px;margin:0 auto;padding:20px}header{display:flex;justify-content:space-between;align-items:center;padding:20px 0;position:relative;z-index:100}.logo{font-size:24px;font-weight:600;background:linear-gradient(to right,#f96,#ff5e62);-webkit-background-clip:text;-webkit-text-fill-color:transparent;display:inline-block}nav{display:flex;gap:30px}nav a{color:#fff;text-decoration:none;opacity:.8;transition:opacity .3s ease}nav a:hover{opacity:1}.hero{position:relative;height:60vh;display:flex;align-items:center;justify-content:center;overflow:hidden;margin-bottom:50px}.backdrop{position:absolute;width:100%;height:100%;background:radial-gradient(ellipse at center,#5800ff33,#0000 70%);transform:translateY(-50px);filter:blur(80px);z-index:1}.gradient-sphere{position:absolute;width:400px;height:400px;background:linear-gradient(135deg,#6366f1,#8b5cf6,#d946ef);border-radius:50%;filter:blur(80px);opacity:.6;animation:float 8s ease-in-out infinite;z-index:0}.gradient-sphere.two{width:300px;height:300px;background:linear-gradient(135deg,#ec4899,#f43f5e);left:60%;top:30%;animation:float 10s ease-in-out infinite;animation-delay:-5s}@keyframes float{0%,to{transform:translate(0) rotate(0)}25%{transform:translate(-20px,20px) rotate(5deg)}50%{transform:translate(20px,-20px) rotate(-5deg)}75%{transform:translate(-20px,-20px) rotate(5deg)}}.hero-content{position:relative;z-index:10;text-align:center;max-width:800px;padding:20px}h1{font-size:60px;margin-bottom:20px;background:linear-gradient(to right,#f96,#ff5e62,#f8e224);-webkit-background-clip:text;-webkit-text-fill-color:transparent;line-height:1.2}.subtitle{font-size:20px;opacity:.8;margin-bottom:40px;line-height:1.6}.cta-button{background:linear-gradient(135deg,#f96,#ff5e62);color:#fff;border:none;padding:16px 32px;font-size:18px;border-radius:30px;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 4px 20px #ff5e624d}.cta-button:hover{transform:translateY(-3px);box-shadow:0 8px 30px #ff5e6280}.ticket-container{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:30px;margin-top:50px}.ticket-card{background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;padding:30px;transition:transform .3s ease,box-shadow .3s ease;border:1px solid rgba(255,255,255,.1);overflow:hidden;position:relative}.ticket-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px #0000004d}.ticket-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#ffffff1a,#fff0);opacity:0;transition:opacity .3s ease}.ticket-card:hover:before{opacity:1}.ticket-header{display:flex;justify-content:space-between;margin-bottom:20px}.ticket-status{display:inline-block;padding:6px 12px;border-radius:20px;font-size:14px;font-weight:500}.status-open{background:#34d39933;color:#34d399}.status-closed{background:#ef444433;color:#ef4444}.status-pending{background:#fbbf2433;color:#fbbf24}.ticket-title{font-size:20px;margin-bottom:10px}.ticket-desc{font-size:16px;opacity:.7;margin-bottom:20px;line-height:1.6}.ticket-meta{display:flex;justify-content:space-between;font-size:14px;opacity:.7}.search-container{position:relative;margin:50px 0}.search-input{width:100%;padding:20px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:15px;color:#fff;font-size:18px;outline:none;transition:box-shadow .3s ease,border-color .3s ease}.search-input:focus{border-color:#ff5e6280;box-shadow:0 0 0 4px #ff5e6240}.search-icon{position:absolute;right:20px;top:50%;transform:translateY(-50%);opacity:.6}.filter-tabs{display:flex;gap:10px;margin-bottom:30px;overflow-x:auto;padding-bottom:10px}.filter-tab{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:30px;padding:10px 20px;cursor:pointer;transition:background .3s ease,border-color .3s ease;white-space:nowrap}.filter-tab:hover,.filter-tab.active{background:#ff5e621a;border-color:#ff5e6280}.filter-tab.active{background:linear-gradient(135deg,#f96,#ff5e62);color:#fff}footer{margin-top:100px;padding:40px 0;text-align:center;opacity:.6;font-size:14px}.create-ticket{position:fixed;bottom:30px;right:30px;width:60px;height:60px;background:linear-gradient(135deg,#f96,#ff5e62);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px #ff5e624d;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease;z-index:100}.create-ticket:hover{transform:translateY(-5px) scale(1.05);box-shadow:0 8px 30px #ff5e6280}.modal{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000b3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:center;z-index:1000;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.modal.open{opacity:1;visibility:visible}.modal-content{background:#1e1e1ee6;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:20px;padding:40px;width:90%;max-width:600px;box-shadow:0 20px 40px #0006;transform:translateY(50px);opacity:0;transition:transform .5s ease,opacity .5s ease;position:relative;border:1px solid rgba(255,255,255,.1)}.modal.open .modal-content{transform:translateY(0);opacity:1}.modal-close{position:absolute;top:20px;right:20px;width:30px;height:30px;background:none;border:none;cursor:pointer;color:#fff;opacity:.6;transition:opacity .3s ease}.modal-close:hover{opacity:1}.form-group{margin-bottom:25px}.form-label{display:block;margin-bottom:10px;font-size:16px;opacity:.8}.form-input,.form-textarea{width:100%;padding:15px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:10px;color:#fff;font-size:16px;outline:none;transition:border-color .3s ease,box-shadow .3s ease}.form-input:focus,.form-textarea:focus{border-color:#ff5e6280;box-shadow:0 0 0 4px #ff5e6240}.form-textarea{min-height:150px;resize:vertical}.form-submit{background:linear-gradient(135deg,#f96,#ff5e62);color:#fff;border:none;padding:15px 30px;font-size:18px;border-radius:10px;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease;width:100%;margin-top:10px}.form-submit:hover{transform:translateY(-3px);box-shadow:0 8px 30px #ff5e624d}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.05)}}.pulse{animation:pulse 4s ease infinite}@media (max-width: 768px){h1{font-size:40px}.hero{height:50vh}.ticket-container{grid-template-columns:1fr}nav{display:none}}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:#ffffff0d;border-radius:5px}::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#f96,#ff5e62);border-radius:5px}.loading-animation{position:fixed;top:0;left:0;width:100%;height:100%;background:#000;display:flex;align-items:center;justify-content:center;z-index:9999;transition:opacity 1s ease,visibility 1s ease}.loading-animation.hide{opacity:0;visibility:hidden}.loading-spinner{width:60px;height:60px;position:relative}.loading-spinner div{position:absolute;width:100%;height:100%;border:6px solid transparent;border-top-color:#ff5e62;border-radius:50%;animation:spin 1.2s linear infinite}.loading-spinner div:nth-child(2){border-top-color:#f96;animation-delay:-.6s}@keyframes spin{0%{transform:rotate(0) scale(1)}50%{transform:rotate(180deg) scale(1.1)}to{transform:rotate(360deg) scale(1)}}.notification-badge{display:inline-block;background:linear-gradient(135deg,#f96,#ff5e62);color:#fff;width:20px;height:20px;border-radius:50%;text-align:center;line-height:20px;font-size:12px;margin-left:5px}.about-us-section *{margin:0;padding:0;box-sizing:border-box}.about-us-section{background-color:#fff;color:#1d1d1f;line-height:1.6;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;padding:40px 0}.about-us-section .container{max-width:1200px;margin:0 auto;padding:40px 20px}.about-us-section .about-us-title-wrapper{text-align:center;margin-bottom:50px}.about-us-section .about-us-title{font-size:48px;font-weight:700;margin-bottom:20px;position:relative;display:inline-block;animation:fadeIn 1.5s ease-in-out;background:linear-gradient(45deg,{{section.settings.gradient_colors}});-webkit-background-clip:text;background-clip:text;color:transparent;text-shadow:0 0 8px rgba(255,149,0,.3)}.about-us-section .about-us-title:after{content:"";position:absolute;top:0;left:0;width:200%;height:100%;background:linear-gradient(90deg,#fff0,#fffc,#fff0);transform:translate(-100%);animation:glowAnimation 3s infinite}@keyframes glowAnimation{0%{transform:translate(-100%)}to{transform:translate(100%)}}.about-us-section .subtitle{font-size:24px;font-weight:400;color:#86868b;max-width:700px;margin:0 auto;animation:slideUp 1.2s ease-out}.about-us-section .profile-section{display:flex;flex-direction:column;align-items:center;margin-bottom:60px;position:relative}@media (min-width: 768px){.about-us-section .profile-section{flex-direction:row;align-items:flex-start;justify-content:center;gap:60px}}.about-us-section .profile-image-container{position:relative;width:300px;height:300px;border-radius:50%;overflow:hidden;margin-bottom:30px;box-shadow:0 20px 40px #ff950033;animation:fadeIn 1s ease-in-out}@media (min-width: 768px){.about-us-section .profile-image-container{margin-bottom:0}}.about-us-section .profile-image{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.about-us-section .profile-image-container:hover .profile-image{transform:scale(1.05)}.about-us-section .profile-image-container:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-radius:50%;background:linear-gradient(45deg,#ff950000,#fc00);pointer-events:none}.about-us-section .gradient-border{position:absolute;top:-5px;left:-5px;right:-5px;bottom:-5px;border-radius:50%;background:linear-gradient(45deg,{{section.settings.gradient_colors}});z-index:-1;animation:rotate 6s linear infinite}.about-us-section .bio-content{flex:1;max-width:600px;animation:fadeIn 1.2s ease-in-out}.about-us-section .bio-title{font-size:36px;margin-bottom:20px;font-weight:600;position:relative;display:inline-block}.about-us-section .bio-title:after{content:"";position:absolute;bottom:-10px;left:0;width:60px;height:4px;background:linear-gradient(45deg,{{section.settings.gradient_colors}});border-radius:2px;transition:width .3s ease}.about-us-section .bio-title:hover:after{width:100%}.about-us-section .bio-text{font-size:18px;color:#424245;margin-bottom:20px;line-height:1.8}.about-us-section .info-block{background-color:#fff;border-radius:20px;padding:30px;margin-bottom:40px;box-shadow:0 10px 30px #0000000f;transition:transform .3s ease,box-shadow .3s ease;animation:slideUp 1s ease-out}.about-us-section .info-block:hover{transform:translateY(-5px);box-shadow:0 15px 40px #ff950026}.about-us-section .info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px}.about-us-section .info-item{padding:20px;border-radius:16px;background:#fff;transition:all .3s ease;position:relative;overflow:hidden;box-shadow:0 5px 20px #0000000a}.about-us-section .info-item:before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,{{section.settings.gradient_colors}});transform:scaleX(0);transform-origin:left;transition:transform .4s ease}.about-us-section .info-item:hover:before{transform:scaleX(1)}.about-us-section .info-item:hover{transform:translateY(-3px);box-shadow:0 10px 30px #ff95001a}.about-us-section .info-icon{font-size:32px;margin-bottom:15px;color:#ff9500;animation:pulseIcon 2s infinite alternate}.about-us-section .info-title{font-size:20px;font-weight:600;margin-bottom:10px}.about-us-section .info-desc{color:#6e6e73;font-size:16px}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes pulseIcon{0%{transform:scale(1)}to{transform:scale(1.1)}}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.about-us-section .cursor-effect{display:inline-block;width:12px;height:24px;background-color:#ff9500;margin-left:5px;animation:blink 1s step-end infinite}@keyframes blink{50%{opacity:0}}.about-us-section .info-grid .info-item:nth-child(1){animation:slideUp .8s ease-in-out}.about-us-section .info-grid .info-item:nth-child(2){animation:slideUp 1s ease-in-out}.about-us-section .info-grid .info-item:nth-child(3){animation:slideUp 1.2s ease-in-out}
/*# sourceMappingURL=/cdn/shop/t/1/compiled_assets/styles.css.map */
