*{margin:0;padding:0;box-sizing:border-box}body{font-family:Poppins,sans-serif;background:linear-gradient(-45deg,#fdf6e3,#f7f1e8,#fef9ec,#fbf3e0);background-size:400% 400%;animation:gradientShift 15s ease infinite;min-height:100vh;color:#333;padding-bottom:80px;transition:opacity .3s ease}.page-transition{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#0000001a;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);z-index:999999;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:all .2s ease;pointer-events:none}.page-transition.active{opacity:1!important;visibility:visible!important;pointer-events:all!important}.transition-gif{width:350px!important;height:350px!important;border:none!important;border-radius:0!important;box-shadow:none!important;background:transparent!important;outline:none!important;padding:0!important;margin:0!important;display:block!important;object-fit:contain!important}.transition-text{display:none}.popup-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:10000;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:all .3s ease}.popup-overlay.active{opacity:1;visibility:visible}.popup-container{background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:20px;padding:2rem;max-width:400px;width:90%;text-align:center;transform:translateY(50px) scale(.9);transition:all .3s ease;box-shadow:0 20px 40px #0003}.popup-overlay.active .popup-container{transform:translateY(0) scale(1)}.popup-icon{width:80px;height:80px;margin:0 auto 1.5rem;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem;color:#fff;animation:bounceIn .6s ease}.popup-icon.error{background:linear-gradient(45deg,#ff6b6b,#ee5a52)}.popup-icon.success{background:linear-gradient(45deg,#51cf66,#40c057)}.popup-icon.warning{background:linear-gradient(45deg,#ffd43b,#fab005)}.popup-icon.info{background:linear-gradient(45deg,#339af0,#228be6)}@keyframes bounceIn{0%{opacity:0;transform:scale(.3)}50%{opacity:1;transform:scale(1.05)}70%{transform:scale(.9)}to{opacity:1;transform:scale(1)}}.popup-title{font-size:1.5rem;font-weight:700;color:#333;margin-bottom:1rem}.popup-message{font-size:1rem;color:#5a4037;line-height:1.6;margin-bottom:2rem}.popup-buttons{display:flex;gap:.75rem;justify-content:center;flex-wrap:wrap;margin-top:1.5rem}.popup-btn{padding:.75rem 1.5rem;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;font-size:.9rem;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;flex:1;min-width:120px;max-width:100%;text-decoration:none;color:#fff}.popup-btn.primary{background:linear-gradient(135deg,#8b4513,sienna);color:#fff}.popup-btn.primary:hover{transform:translateY(-2px);box-shadow:0 5px 15px #8b451366}.popup-btn.secondary{background:#6c757d;color:#fff}.popup-btn.secondary:hover{background:#5a6268;transform:translateY(-2px);box-shadow:0 5px 15px #6c757d66}.popup-buttons.single-button{justify-content:center}.popup-buttons.single-button .popup-btn{max-width:200px;flex:0 1 auto}@media (max-width: 768px){.popup-container{padding:1.5rem;max-width:90%}.popup-buttons{flex-direction:column;gap:.75rem}.popup-btn{width:100%;padding:.7rem 1.2rem;font-size:.85rem;min-width:0}}@media (max-width: 480px){.popup-container{padding:1.25rem;max-width:95%}.popup-icon{width:60px;height:60px;font-size:1.5rem;margin-bottom:1rem}.popup-title{font-size:1.25rem;margin-bottom:.75rem}.popup-message{font-size:.9rem;margin-bottom:1.5rem}.popup-btn{padding:.65rem 1rem;font-size:.8rem}}@keyframes gradientShift{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.header{background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid rgba(255,255,255,.2);position:fixed;top:0;left:0;right:0;z-index:1000;padding:.75rem 0;box-shadow:0 2px 20px #0000001a;overflow:visible!important}.header-container{max-width:1400px;margin:0 auto;padding:0 2rem;display:flex;align-items:center;justify-content:space-between;width:100%;overflow:visible!important;position:relative}.logo-section{display:flex;align-items:center;gap:1rem;flex-shrink:0;min-width:fit-content}.site-logo{width:50px;height:50px;border-radius:12px;background:linear-gradient(45deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.5rem;font-weight:700;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.site-name{font-size:1.8rem;font-weight:700;color:#333;text-decoration:none;background:linear-gradient(45deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;white-space:nowrap;flex-shrink:0;display:flex;align-items:center}.nav-menu{display:flex;align-items:center;justify-content:center;gap:1.5rem;list-style:none;flex:1;margin:0 2rem}.nav-item a,.nav-item button{padding:.75rem 1.5rem;border-radius:50px;text-decoration:none;color:#333;font-weight:600;transition:all .3s ease;border:none;background:#ffffff1a;cursor:pointer;font-family:inherit;font-size:1rem;position:relative;overflow:hidden;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid transparent}.nav-item a:hover,.nav-item button:hover{background:linear-gradient(45deg,#667eea,#764ba2);color:#fff;transform:translateY(-2px);box-shadow:0 5px 15px #667eea4d}.nav-item.active a{background:linear-gradient(45deg,#667eea,#764ba2);color:#fff;box-shadow:0 5px 15px #667eea4d}.user-profile{position:relative}.profile-button{display:flex;align-items:center;gap:.5rem;padding:.3rem .8rem;border-radius:25px;background:#fffc;border:1px solid rgba(102,126,234,.2);cursor:pointer;transition:all .3s ease;text-decoration:none;color:#333}.profile-button:hover{background:#667eea1a;border-color:#667eea;transform:translateY(-1px);box-shadow:0 4px 12px #667eea26}.profile-avatar{width:32px;height:32px;border-radius:50%;background:linear-gradient(45deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;color:#fff;font-size:.85rem;overflow:hidden}.profile-avatar img{width:100%;height:100%;object-fit:cover;border-radius:50%}.profile-info{display:flex;flex-direction:column;align-items:flex-start}.profile-name{font-weight:600;font-size:.8rem;line-height:1.1}.profile-balance{font-size:.75rem;color:#8b4513!important;font-weight:600;margin:.1rem 0 0}.profile-balance i{margin-right:.2rem}.profile-role{display:none}.dropdown-menu{position:absolute;top:calc(100% + 10px);right:0;background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:15px;padding:1rem 0;min-width:200px;box-shadow:0 10px 30px #00000026;border:1px solid rgba(255,255,255,.2);display:none;transform:translateY(-10px);transition:transform .3s ease;z-index:9999999}.dropdown-menu.active{display:block;transform:translateY(0)}.dropdown-item{display:flex;align-items:center;gap:.75rem;padding:.75rem 1.5rem;color:#333;text-decoration:none;transition:all .3s ease;border:none;background:none;width:100%;text-align:left;cursor:pointer;font-family:inherit}.dropdown-item:hover{background:#667eea1a;color:#667eea}.dropdown-item i{width:20px;text-align:center}.mobile-header-wrapper,.mobile-header{display:none!important;visibility:hidden!important}.mobile-auth-icons{display:flex;gap:1rem;align-items:center}.mobile-auth-icon{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;text-decoration:none;color:#667eea;background:#667eea1a;transition:all .3s ease;font-size:1.1rem}.mobile-auth-icon:hover{background:linear-gradient(45deg,#667eea,#764ba2);color:#fff;transform:translateY(-2px)}.mobile-dropdown-item{display:block;padding:1rem;text-decoration:none;color:#333;font-weight:500;border-radius:12px;margin-bottom:.5rem;transition:all .3s ease;text-align:center}.mobile-dropdown-item:hover{background:linear-gradient(45deg,#667eea,#764ba2);color:#fff;transform:translateY(-2px)}.mobile-nav{display:none!important;position:fixed;bottom:0;left:0;right:0;background:#fffffff2;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-top:1px solid rgba(139,69,19,.1);padding:.75rem 0;z-index:1000;box-shadow:0 -4px 20px #0000001f;border-top-left-radius:20px;border-top-right-radius:20px}@media (max-width: 768px){.mobile-nav{display:flex!important}}@media (min-width: 769px){.mobile-nav,.mobile-header-wrapper,.mobile-sidebar-overlay,.mobile-sidebar{display:none!important;visibility:hidden!important;opacity:0!important;pointer-events:none!important}}.mobile-nav-container{display:flex;justify-content:space-around;align-items:center;max-width:600px;margin:0 auto;padding:0 1rem}.mobile-nav-item{display:flex;flex-direction:column;align-items:center;gap:.25rem;text-decoration:none;color:#5a4037;transition:all .3s ease;padding:.5rem;border-radius:12px;min-width:60px}.mobile-nav-item:hover,.mobile-nav-item.active{color:#667eea;background:#667eea1a;transform:translateY(-2px)}.mobile-nav-item.home{background:linear-gradient(45deg,#667eea,#764ba2);color:#fff;padding:.75rem 1rem;border-radius:20px;transform:scale(1.1);box-shadow:0 5px 15px #667eea4d}.mobile-nav-item.home:hover{transform:scale(1.15) translateY(-2px)}.mobile-nav-icon{font-size:1.2rem}.mobile-nav-text{font-size:.7rem;font-weight:500}.floating-tools{position:fixed;right:20px;top:50%;transform:translateY(-50%);z-index:998;display:none}@media (min-width: 769px){.floating-tools{display:block}}.floating-tools-icon{width:65px;height:65px;background:linear-gradient(135deg,#667eea,#764ba2,#f093fb);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.8rem;cursor:pointer;box-shadow:0 6px 30px #667eea80;transition:all .3s ease;border:3px solid rgba(255,255,255,.3);animation:pulseGlow 2s ease-in-out infinite}@keyframes pulseGlow{0%,to{box-shadow:0 6px 30px #667eea80}50%{box-shadow:0 8px 40px #667eeab3}}.floating-tools-icon:hover{transform:scale(1.15) translateY(-3px);box-shadow:0 10px 45px #667eeacc;background:linear-gradient(135deg,#764ba2,#f093fb,#667eea);animation:none}.floating-tools-menu{position:absolute;right:60px;top:50%;transform:translateY(-50%);background:#fffffffa;backdrop-filter:blur(25px);-webkit-backdrop-filter:blur(25px);border-radius:15px;box-shadow:0 8px 30px #00000026;padding:1.5rem;min-width:280px;opacity:0;visibility:hidden;transform:translateY(-50%) translate(20px);transition:all .3s cubic-bezier(.4,0,.2,1);border:1px solid rgba(139,69,19,.1)}.floating-tools-menu.active{opacity:1;visibility:visible;transform:translateY(-50%) translate(0)}.tools-menu-header{font-size:1.1rem;font-weight:700;color:#8b4513;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:2px solid rgba(139,69,19,.1);display:flex;align-items:center;gap:.5rem}.tools-menu-section{margin-bottom:1.25rem}.tools-menu-section:last-child{margin-bottom:0}.tools-menu-label{font-size:.85rem;font-weight:600;color:#5a4037;margin-bottom:.5rem;display:flex;align-items:center;gap:.5rem;cursor:pointer}.gtranslate_wrapper{position:fixed!important;bottom:20px!important;left:20px!important;z-index:999!important}@media (max-width: 768px){body>.gtranslate_wrapper,body>div>.gtranslate_wrapper,.gtranslate_wrapper:not(.mobile-gtranslate-dropdown-wrapper .gtranslate_wrapper):not(.mobile-gtranslate-dropdown-wrapper-guest .gtranslate_wrapper){display:none!important;visibility:hidden!important;opacity:0!important;pointer-events:none!important;position:absolute!important;left:-9999px!important;width:0!important;height:0!important;overflow:hidden!important}#google_translate_element,#google_translate_element *{display:none!important;visibility:hidden!important}.goog-te-banner-frame,.goog-te-balloon-frame,.goog-te-banner,.goog-te-balloon,.goog-te-menu-frame,iframe[src*="translate.googleapis.com"]{display:none!important;visibility:hidden!important;opacity:0!important;pointer-events:none!important}[class*=gtranslate]:not(.mobile-gtranslate-dropdown-wrapper):not(.mobile-gtranslate-dropdown-wrapper-guest):not(.mobile-gtranslate-dropdown-wrapper *):not(.mobile-gtranslate-dropdown-wrapper-guest *){display:none!important;visibility:hidden!important}}.mobile-gtranslate-wrapper,#mobileGTranslateContainer{width:100%!important}#mobileGTranslateContainer select,#mobileGTranslateContainer .goog-te-combo,.mobile-gtranslate-select{width:100%!important;padding:.875rem 1rem!important;background:#8b45130d!important;border:2px solid transparent!important;border-radius:12px!important;font-size:.95rem!important;color:#333!important;cursor:pointer!important;transition:all .3s ease!important;font-family:inherit!important}#mobileGTranslateContainer select:focus,#mobileGTranslateContainer .goog-te-combo:focus,.mobile-gtranslate-select:focus{outline:none!important;border-color:#8b4513!important;background:#8b45131a!important}.goog-te-menu-frame{min-width:250px!important;width:auto!important;max-width:90vw!important;box-shadow:0 10px 40px #0003!important;border-radius:12px!important;overflow:hidden!important;z-index:100002!important;position:fixed!important;background:#fff!important;border:1px solid rgba(139,69,19,.1)!important}.goog-te-menu2{min-width:250px!important;width:auto!important;max-width:100%!important;font-family:inherit!important}.goog-te-menu2-item{padding:.75rem 1rem!important;font-size:.95rem!important;color:#333!important;display:flex!important;align-items:center!important;gap:.75rem!important;cursor:pointer!important;transition:all .2s ease!important;border-bottom:1px solid rgba(139,69,19,.05)!important;white-space:nowrap!important;min-width:250px!important}.goog-te-menu2-item:hover{background:#8b451314!important;color:#8b4513!important}.goog-te-menu2-item:last-child{border-bottom:none!important}.goog-te-menu2-item img{width:24px!important;height:18px!important;object-fit:cover!important;border-radius:3px!important;box-shadow:0 2px 4px #0000001a!important}.goog-te-menu2-item-selected{background:#8b45131f!important;color:#8b4513!important;font-weight:600!important}.tools-menu-options{display:flex;flex-direction:column;gap:.5rem}.currency-switcher{display:flex;flex-direction:column;gap:.75rem}.currency-switch-option{padding:1rem 1.25rem;background:#8b45130d;border:2px solid transparent;border-radius:12px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;gap:1rem;position:relative;overflow:hidden}.currency-switch-option:before{content:"";position:absolute;left:0;top:0;width:4px;height:100%;background:linear-gradient(135deg,#8b4513,sienna);transform:scaleY(0);transition:transform .3s ease}.currency-switch-option:hover{background:#8b45131a;border-color:#8b451333;transform:translate(3px)}.currency-switch-option.active{background:linear-gradient(135deg,#8b451326,#a0522d26);border:2px solid #8b4513;box-shadow:0 2px 8px #8b451333}.currency-switch-option.active:before{transform:scaleY(1)}.currency-switch-icon{width:45px;height:45px;border-radius:10px;background:#8b45131a;display:flex;align-items:center;justify-content:center;font-size:1.3rem;color:#8b4513;flex-shrink:0;transition:all .3s ease}.currency-switch-option.active .currency-switch-icon{background:linear-gradient(135deg,#8b4513,sienna);color:#fff;transform:scale(1.05)}.currency-switch-content{flex:1;display:flex;flex-direction:column;gap:.2rem}.currency-switch-name{font-size:1rem;font-weight:700;color:#333;transition:color .3s ease}.currency-switch-option.active .currency-switch-name{color:#8b4513}.currency-switch-symbol{font-size:.85rem;color:#666;font-weight:500}.currency-switch-option.active .currency-switch-symbol{color:#8b4513;font-weight:600}.tools-menu-close{position:absolute;top:.75rem;right:.75rem;width:25px;height:25px;border-radius:50%;background:#8b45131a;border:none;color:#8b4513;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:.9rem;transition:all .3s ease}.tools-menu-close:hover{background:#8b451333;transform:rotate(90deg)}.chat-widget{position:fixed;bottom:100px;right:0;z-index:999;padding-right:0}@media (min-width: 769px){.chat-widget{bottom:100px;right:0}}.chat-toggle{width:60px;height:60px;border-radius:50%;background:linear-gradient(45deg,#25d366,#128c7e);border:none;color:#fff;font-size:1.5rem;cursor:pointer;box-shadow:0 5px 20px #25d3664d;transition:all .3s ease;animation:bounce 2s ease-in-out infinite}.chat-toggle:hover{transform:scale(1.1);box-shadow:0 8px 25px #25d36666}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.chat-options{position:absolute;bottom:70px;right:0;background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:15px;padding:1rem;min-width:200px;box-shadow:0 10px 30px #00000026;opacity:0;visibility:hidden;transform:translateY(10px);transition:all .3s ease}.chat-options.active{opacity:1;visibility:visible;transform:translateY(0)}.chat-option{display:flex;align-items:center;gap:.75rem;padding:.75rem;margin-bottom:.5rem;color:#333;text-decoration:none;border-radius:10px;transition:all .3s ease}.chat-option:last-child{margin-bottom:0}.chat-option:hover{background:#667eea1a;transform:translate(5px)}.chat-option.telegram:hover{background:#0088cc1a;color:#08c}.chat-option.whatsapp:hover{background:#25d3661a;color:#25d366}.chat-option.support:hover{background:#667eea1a;color:#667eea}.chat-option.disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.main-content{margin-top:100px;padding:2rem;min-height:calc(100vh - 180px);background:#fdf6e399;border-radius:20px 20px 0 0}.footer{background:#fdf6e3f2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);padding:2rem 0;border-top:1px solid rgba(139,69,19,.2);margin-top:auto}.footer-container{max-width:1200px;margin:0 auto;padding:0 2rem}.footer-content{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;margin-bottom:2rem;max-width:1200px;margin-left:auto;margin-right:auto;text-align:left}.footer-section h3{color:#2c1810;margin-bottom:1rem;font-weight:600}.footer-section p,.footer-section a{color:#5a4037;text-decoration:none;line-height:1.6;transition:color .3s ease}.footer-section a:hover{color:#8b4513!important}.footer-links{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:.75rem}.footer-links a{color:#5a4037;text-decoration:none;font-size:.95rem;transition:all .3s ease;display:flex;align-items:center}.footer-links a:hover{color:#8b4513!important;padding-left:.5rem}.footer-social{display:flex;gap:1rem;margin-top:1.5rem}.social-link{width:40px;height:40px;background:#8b45131a;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#8b4513!important;transition:all .3s ease}.social-link:hover{background:#8b4513;color:#fff;transform:translateY(-2px)}.footer-contact{margin-top:1rem}.footer-contact p{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem;font-size:.95rem}.footer-contact i{width:20px;color:#8b4513!important;font-size:1rem}.footer-bottom-links{display:flex;flex-wrap:wrap;gap:2rem;margin-bottom:1rem;justify-content:center}.footer-bottom-links a{color:#8b4513!important;text-decoration:none;font-size:.9rem;font-weight:500;transition:all .3s ease}.footer-bottom-links a:hover{color:sienna;text-decoration:underline}.footer-bottom{padding-top:2rem;border-top:1px solid rgba(139,69,19,.2);color:#333;font-size:.9rem;text-align:center}@media (max-width: 768px){.footer-content{grid-template-columns:1fr!important;gap:0!important;text-align:center!important}.footer-section{margin-bottom:0!important;text-align:center!important;border-bottom:1px solid rgba(139,69,19,.15);padding:.75rem 0}.footer-section h3{text-align:center!important;margin-bottom:0!important;padding:.85rem 1rem;cursor:pointer;display:flex;align-items:center;justify-content:center;-webkit-user-select:none;user-select:none;transition:color .3s ease;font-size:1rem;font-weight:600;color:#8b4513;position:relative}.footer-section h3 span{flex:0 0 auto}.footer-section h3:hover{color:sienna}.footer-accordion-icon{font-size:.8rem;color:#8b4513;transition:transform .3s ease,color .3s ease;flex-shrink:0;margin-left:.5rem;position:absolute;right:1rem}.footer-section h3:hover .footer-accordion-icon{color:sienna}.footer-section.active .footer-accordion-icon{transform:rotate(180deg);color:#654321}.footer-accordion-content{max-height:0;overflow:hidden;transition:max-height .35s cubic-bezier(.4,0,.2,1),padding .35s ease;padding:0;text-align:center!important}.footer-section.active .footer-accordion-content{max-height:1000px;padding:.5rem 1rem 1rem}.footer-section-first,.footer-section:first-child{padding:1rem 0 .75rem}.footer-section-first h3,.footer-section:first-child h3{cursor:default;color:#8b4513;justify-content:center}.footer-section-first .footer-accordion-icon,.footer-section:first-child .footer-accordion-icon{display:none}.footer-section-first .footer-accordion-content,.footer-section:first-child .footer-accordion-content{max-height:none!important;padding:.5rem 1rem!important;overflow:visible!important}.footer-section p{text-align:center!important;margin:.5rem 0}.footer-links{display:flex!important;flex-direction:column!important;align-items:center!important;text-align:center!important;list-style:none;padding:0;margin:0}.footer-links li{text-align:center!important;margin:.4rem 0;width:100%}.footer-links a{justify-content:center!important;text-align:center!important;display:inline-flex;align-items:center;color:#5a4037;text-decoration:none;transition:color .3s ease;font-size:.9rem}.footer-links a:hover{color:#8b4513}.footer-social{justify-content:center!important;margin-top:1rem!important;display:flex;gap:1rem}.footer-contact{text-align:center!important}.footer-contact p{justify-content:center!important;text-align:center!important;display:flex;align-items:center;justify-content:center;margin:.6rem 0;font-size:.9rem}.footer-contact i{margin-right:.5rem;color:#8b4513}.footer-bottom-links{gap:1rem!important;font-size:.85rem!important;justify-content:center!important}.footer-container{padding:0 1rem!important}.footer{padding:1.5rem 0!important}}@media (max-width: 768px){.header-container{display:none!important}.header{display:block!important;position:relative!important;background:transparent!important;border:none!important;box-shadow:none!important;padding:0!important}.mobile-header-wrapper{display:block!important;visibility:visible!important;opacity:1!important;position:fixed!important;top:0!important;left:0!important;right:0!important;z-index:99999!important;width:100vw!important;transform:translateZ(0)!important;border-bottom-left-radius:20px!important;border-bottom-right-radius:20px!important;overflow:visible!important;pointer-events:none!important}.mobile-header-wrapper>.mobile-header{pointer-events:auto!important}.mobile-sidebar-overlay,.mobile-sidebar{pointer-events:auto!important}body.sidebar-active .mobile-header-wrapper{z-index:99997!important}body.sidebar-active .mobile-header-wrapper>.mobile-header{pointer-events:none!important}.mobile-header{display:flex!important;visibility:visible!important;opacity:1!important;justify-content:space-between!important;align-items:center!important;width:100%!important;background:#fffffffa!important;backdrop-filter:blur(25px)!important;-webkit-backdrop-filter:blur(25px)!important;padding:.75rem 1rem!important;border-bottom:1px solid rgba(102,126,234,.15)!important;box-shadow:0 4px 20px #0000001f!important;height:70px!important;max-width:100%!important;overflow:hidden!important;border-bottom-left-radius:20px!important;border-bottom-right-radius:20px!important;position:relative!important}.mobile-site-name{position:absolute!important;left:50%!important;transform:translate(-50%)!important;display:flex!important;align-items:center!important;text-decoration:none!important;color:#333!important;font-weight:700!important;white-space:nowrap!important;font-size:1.1rem!important;transition:all .3s ease!important;background:linear-gradient(45deg,#667eea,#764ba2)!important;-webkit-background-clip:text!important;-webkit-text-fill-color:transparent!important;background-clip:text!important;z-index:1!important}.mobile-site-name:hover{color:#667eea!important;text-decoration:none!important;transform:translate(-50%) scale(1.02)!important}.mobile-menu-toggle{background:none!important;border:none!important;font-size:1.4rem!important;color:#333!important;cursor:pointer!important;padding:.5rem!important;border-radius:8px!important;transition:all .3s ease!important;display:flex!important;align-items:center!important;justify-content:center!important;width:40px!important;height:40px!important;flex-shrink:0!important;position:relative!important;z-index:2!important;margin-right:auto!important}.mobile-menu-toggle:hover{background:#667eea1a!important;color:#667eea!important;transform:scale(1.05)!important}.mobile-sidebar-overlay{position:fixed!important;top:0!important;left:0!important;width:100vw!important;height:100vh!important;background:#00000080!important;backdrop-filter:blur(5px)!important;-webkit-backdrop-filter:blur(5px)!important;z-index:100000!important;opacity:0!important;visibility:hidden!important;transition:all .3s ease!important;pointer-events:none!important}.mobile-sidebar-overlay.active{opacity:1!important;visibility:visible!important;pointer-events:auto!important}.mobile-sidebar{position:fixed!important;top:0!important;left:0!important;width:85%!important;max-width:320px!important;height:100vh!important;min-height:100vh!important;max-height:100vh!important;background:#fffffffa!important;backdrop-filter:blur(25px)!important;-webkit-backdrop-filter:blur(25px)!important;box-shadow:4px 0 30px #00000026!important;z-index:100001!important;transform:translate(-100%)!important;transition:transform .3s cubic-bezier(.4,0,.2,1)!important;overflow-y:auto!important;overflow-x:hidden!important;display:flex!important;flex-direction:column!important;-webkit-overflow-scrolling:touch!important;will-change:transform!important;backface-visibility:hidden!important;-webkit-backface-visibility:hidden!important}.mobile-sidebar .mobile-sidebar-language-section{overflow:visible!important}.mobile-sidebar.active{transform:translate(0)!important;visibility:visible!important;opacity:1!important}.mobile-sidebar:not(.active){visibility:visible!important}.mobile-sidebar-header{background:linear-gradient(135deg,#8b4513,sienna)!important;padding:1.5rem 1.25rem!important;color:#fff!important;border-bottom:1px solid rgba(255,255,255,.1)!important;position:relative!important;overflow:hidden!important;flex-shrink:0!important}.mobile-sidebar-header:before{content:""!important;position:absolute!important;top:-50%!important;right:-20%!important;width:150px!important;height:150px!important;background:#ffffff1a!important;border-radius:50%!important;animation:float 6s ease-in-out infinite!important}.mobile-sidebar-profile{display:flex!important;align-items:center!important;gap:1rem!important;position:relative!important;z-index:2!important}.mobile-sidebar-avatar{width:60px!important;height:60px!important;border-radius:50%!important;border:3px solid rgba(255,255,255,.3)!important;overflow:hidden!important;background:#fff3!important;flex-shrink:0!important}.mobile-sidebar-avatar img{width:100%!important;height:100%!important;object-fit:cover!important}.mobile-sidebar-user-info{flex:1!important;min-width:0!important}.mobile-sidebar-user-name{font-size:1.1rem!important;font-weight:700!important;margin-bottom:.25rem!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.mobile-sidebar-user-balance{font-size:.9rem!important;opacity:.95!important;display:flex!important;align-items:center!important;gap:.5rem!important}.mobile-sidebar-user-balance i{font-size:.85rem!important}.mobile-sidebar-menu{flex:1 1 auto!important;overflow-y:auto!important;overflow-x:hidden!important;padding:1rem 0!important;min-height:0!important;-webkit-overflow-scrolling:touch!important}.mobile-sidebar-item{display:flex!important;align-items:center!important;gap:1rem!important;padding:1rem 1.25rem!important;color:#333!important;text-decoration:none!important;transition:all .3s ease!important;border-left:3px solid transparent!important;position:relative!important}.mobile-sidebar-item:hover,.mobile-sidebar-item.active{background:#8b451314!important;border-left-color:#8b4513!important;color:#8b4513!important;transform:translate(5px)!important}.mobile-sidebar-item i{width:24px!important;text-align:center!important;font-size:1.1rem!important;color:#8b4513!important;flex-shrink:0!important}.mobile-sidebar-item:hover i,.mobile-sidebar-item.active i{color:#8b4513!important;transform:scale(1.1)!important}.mobile-sidebar-item-text{flex:1!important;font-weight:500!important;font-size:.95rem!important}.mobile-sidebar-badge{background:#dc3545!important;color:#fff!important;font-size:.75rem!important;font-weight:600!important;padding:.25rem .5rem!important;border-radius:12px!important;min-width:20px!important;text-align:center!important}.mobile-sidebar-currency-section{padding:.875rem 1rem!important;border-bottom:1px solid rgba(139,69,19,.1)!important;margin-bottom:.75rem!important;background:#ffffff80!important}.mobile-currency-switcher{display:flex!important;flex-direction:row!important;gap:.75rem!important}.mobile-currency-option{flex:1!important;padding:.75rem .875rem!important;background:#8b45130d!important;border:2px solid transparent!important;border-radius:10px!important;cursor:pointer!important;transition:all .3s cubic-bezier(.4,0,.2,1)!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:.5rem!important;position:relative!important;min-height:50px!important;-webkit-tap-highlight-color:transparent!important}.mobile-currency-option:before{content:""!important;position:absolute!important;left:0!important;top:0!important;width:4px!important;height:100%!important;background:linear-gradient(135deg,#8b4513,sienna)!important;transform:scaleY(0)!important;transition:transform .3s ease!important;border-radius:2px 0 0 2px!important}.mobile-currency-option:active{transform:scale(.98)!important}.mobile-currency-option.active{background:linear-gradient(135deg,#8b451326,#a0522d26)!important;border:2px solid #8b4513!important;box-shadow:0 2px 8px #8b451333!important}.mobile-currency-option.active:before{transform:scaleY(1)!important}.mobile-currency-icon{width:32px!important;height:32px!important;border-radius:8px!important;background:#8b45131a!important;display:flex!important;align-items:center!important;justify-content:center!important;font-size:1rem!important;color:#8b4513!important;flex-shrink:0!important;transition:all .3s ease!important}.mobile-currency-option.active .mobile-currency-icon{background:linear-gradient(135deg,#8b4513,sienna)!important;color:#fff!important;transform:scale(1.05)!important}.mobile-currency-content{display:flex!important;flex-direction:column!important;align-items:center!important;gap:.15rem!important;flex:1!important}.mobile-currency-name{font-size:.9rem!important;font-weight:700!important;color:#333!important;transition:color .3s ease!important;line-height:1.2!important}.mobile-currency-option.active .mobile-currency-name{color:#8b4513!important}.mobile-currency-symbol{font-size:.75rem!important;color:#666!important;font-weight:500!important;line-height:1!important}}.mobile-sidebar-language-section{padding:1rem!important;margin:1rem 0 1.5rem!important;border-top:1px solid rgba(139,69,19,.1)!important;border-bottom:1px solid rgba(139,69,19,.1)!important;background:#8b451305!important;display:block!important;visibility:visible!important;overflow:visible!important;min-height:50px!important;position:relative!important}.mobile-gtranslate-dropdown-wrapper,.mobile-gtranslate-dropdown-wrapper-guest{width:100%!important;display:block!important;visibility:visible!important;position:relative!important;z-index:1!important}.mobile-gtranslate-dropdown-wrapper .gtranslate_wrapper,.mobile-gtranslate-dropdown-wrapper-guest .gtranslate_wrapper{width:100%!important;display:block!important;visibility:visible!important;position:relative!important}.mobile-gtranslate-dropdown-wrapper select,.mobile-gtranslate-dropdown-wrapper-guest select,.mobile-gtranslate-dropdown-wrapper .goog-te-combo,.mobile-gtranslate-dropdown-wrapper-guest .goog-te-combo{width:100%!important;padding:.875rem 1rem!important;background:#8b45130d!important;border:2px solid transparent!important;border-radius:12px!important;font-size:.95rem!important;color:#333!important;cursor:pointer!important;font-family:inherit!important;display:block!important;visibility:visible!important;opacity:1!important;-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important;pointer-events:auto!important;position:relative!important;z-index:10!important}.mobile-gtranslate-dropdown-wrapper select:focus,.mobile-gtranslate-dropdown-wrapper-guest select:focus,.mobile-gtranslate-dropdown-wrapper .goog-te-combo:focus,.mobile-gtranslate-dropdown-wrapper-guest .goog-te-combo:focus{outline:none!important;border-color:#8b4513!important;background:#8b45131a!important;box-shadow:0 0 0 3px #8b45131a!important}.mobile-gtranslate-dropdown-wrapper .goog-te-menu-frame,.mobile-gtranslate-dropdown-wrapper-guest .goog-te-menu-frame{z-index:100001!important;position:fixed!important;top:auto!important;left:auto!important}.mobile-gtranslate-dropdown-wrapper .goog-te-menu-value,.mobile-gtranslate-dropdown-wrapper-guest .goog-te-menu-value{cursor:pointer!important;pointer-events:auto!important}.mobile-sidebar-logout{background:linear-gradient(135deg,#dc3545,#c82333)!important;color:#fff!important;margin:1rem!important;border-radius:16px!important;border:none!important;padding:1.1rem 1.5rem!important;font-weight:700!important;font-size:1rem!important;cursor:pointer!important;transition:all .3s ease!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:.75rem!important;width:calc(100% - 2rem)!important;box-shadow:0 4px 12px #dc354540!important;position:relative!important;overflow:hidden!important}.mobile-sidebar-logout:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}.mobile-sidebar-logout:hover{transform:translateY(-2px)!important;box-shadow:0 6px 20px #dc354566!important;background:linear-gradient(135deg,#c82333,#bd2130)!important}.mobile-sidebar-logout:hover:before{left:100%}.mobile-sidebar-logout:active{transform:translateY(0)!important;box-shadow:0 3px 10px #dc35454d!important}.mobile-sidebar-logout i{font-size:1.1rem!important}.mobile-sidebar-logout span{font-weight:700!important;letter-spacing:.3px!important}.mobile-sidebar-guest-header{background:linear-gradient(135deg,#667eea,#764ba2)!important;padding:1.5rem 1.25rem!important;color:#fff!important;text-align:center!important;border-bottom:1px solid rgba(255,255,255,.1)!important}.mobile-sidebar-guest-header h3{font-size:1.2rem!important;font-weight:700!important;margin:0!important}.mobile-sidebar-auth-buttons{padding:1rem!important;display:flex!important;flex-direction:column!important;gap:.75rem!important}.mobile-sidebar-auth-btn{padding:.875rem 1.25rem!important;border-radius:12px!important;font-weight:600!important;text-align:center!important;text-decoration:none!important;transition:all .3s ease!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:.5rem!important}.mobile-sidebar-auth-btn.login{background:#667eea1a!important;color:#667eea!important;border:2px solid #667eea!important}.mobile-sidebar-auth-btn.login:hover{background:#667eea!important;color:#fff!important;transform:translateY(-2px)!important}.mobile-sidebar-auth-btn.signup{background:linear-gradient(135deg,#667eea,#764ba2)!important;color:#fff!important;border:2px solid transparent!important}.mobile-sidebar-auth-btn.signup:hover{transform:translateY(-2px)!important;box-shadow:0 5px 15px #667eea4d!important}.mobile-sidebar-menu::-webkit-scrollbar{width:6px!important}.mobile-sidebar-menu::-webkit-scrollbar-track{background:#8b45130d!important}.mobile-sidebar-menu::-webkit-scrollbar-thumb{background:#8b45134d!important;border-radius:3px!important}.mobile-sidebar-menu::-webkit-scrollbar-thumb:hover{background:#8b451380!important}@keyframes float{0%,to{transform:translateY(0) translate(0)}50%{transform:translateY(-20px) translate(10px)}}.mobile-dropdown{display:none!important}@media (max-width: 480px){.mobile-sidebar{width:90%!important;max-width:300px!important}.mobile-sidebar-header{padding:1.25rem 1rem!important}.mobile-sidebar-avatar{width:50px!important;height:50px!important}.mobile-sidebar-user-name{font-size:1rem!important}.mobile-sidebar-user-balance{font-size:.85rem!important}.mobile-sidebar-item{padding:.875rem 1rem!important;font-size:.9rem!important}.mobile-sidebar-item i{width:22px!important;font-size:1rem!important}.mobile-sidebar-logout{padding:1rem 1.25rem!important;font-size:.95rem!important;margin:1rem .75rem!important;border-radius:14px!important;width:calc(100% - 1.5rem)!important}}@media (max-width: 991px){.logo-section{display:none}.guest-nav .nav-menu,.guest-nav .auth-buttons,.user-profile{display:none!important}}@media (max-width: 991px){.nav-menu{display:none!important}}.mobile-nav{display:block!important;box-shadow:0 -4px 25px #00000026!important}.main-content{margin-top:70px!important;padding:1rem!important;padding-bottom:100px!important;position:relative!important;z-index:1!important}body.sidebar-active .main-content,body.sidebar-active .mobile-nav{pointer-events:none!important}.chat-widget{bottom:120px;right:15px}.chat-toggle{width:50px;height:50px;font-size:1.2rem}.site-name{font-size:1.4rem}.site-logo{width:40px;height:40px;font-size:1.2rem}@media (max-width: 480px){.header-container{padding:0 .5rem}.mobile-header{padding:.5rem .75rem!important;height:65px!important}.mobile-site-name{font-size:1rem!important;max-width:65%!important}.mobile-menu-toggle{width:35px!important;height:35px!important}.main-content{margin-top:65px!important;padding:.75rem!important}.mobile-dropdown{top:65px!important;max-height:calc(100vh - 65px)!important;padding:.75rem!important}}.profile-button{padding:.25rem .6rem;gap:.4rem}.profile-avatar{width:28px;height:28px;font-size:.8rem}.profile-name{font-size:.75rem}.profile-balance{font-size:.7rem}.guest-nav{display:flex;align-items:center;justify-content:flex-end;flex:1;padding:0 2rem;min-width:0;width:100%;position:relative;max-width:1200px;margin:0 auto}.auth-buttons{display:flex;gap:1rem;align-items:center;flex-shrink:0}.btn-login{background:#fffffff2!important;border:2px solid #667eea!important;color:#667eea!important;font-weight:600!important;padding:.6rem 1.8rem!important;border-radius:50px!important;transition:all .3s ease!important;box-shadow:0 3px 12px #667eea26!important;text-decoration:none!important;display:inline-flex!important;align-items:center!important;font-size:.9rem!important}.btn-register{background:linear-gradient(45deg,#667eea,#764ba2)!important;color:#fff!important;border:2px solid transparent!important;font-weight:600!important;padding:.6rem 1.8rem!important;border-radius:50px!important;transition:all .3s ease!important;box-shadow:0 3px 12px #667eea40!important;text-decoration:none!important;display:inline-flex!important;align-items:center!important;font-size:.9rem!important}.btn-login:hover{background:linear-gradient(45deg,#667eea,#764ba2)!important;color:#fff!important;transform:translateY(-2px)!important;box-shadow:0 5px 18px #667eea4d!important;text-decoration:none!important}.btn-register:hover{transform:translateY(-2px)!important;box-shadow:0 5px 18px #667eea66!important;text-decoration:none!important}*{cursor:url(/storage/cursor/cursor.png) 12 4,auto!important}a,button,input,select,textarea,.btn,[role=button],.clickable{cursor:url(/storage/cursor/cursor.png) 12 4,pointer!important}body,html{cursor:url(/storage/cursor/cursor.png) 12 4,auto!important}@keyframes clickPulse{0%{transform:scale(1);opacity:1}50%{transform:scale(.9);opacity:.7}to{transform:scale(1);opacity:1}}.click-ripple{position:fixed;border:2px solid #8b4513;border-radius:50%;pointer-events:none;z-index:999999;animation:rippleEffect .6s ease-out}@keyframes rippleEffect{0%{width:0;height:0;opacity:1}to{width:50px;height:50px;opacity:0}}@media (max-width: 768px),(hover: none){*{cursor:auto!important}a,button,input,select,textarea,.btn,[role=button],.clickable{cursor:pointer!important}}.skeleton{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:skeleton-loading 1.5s infinite;border-radius:4px;display:inline-block;width:100%;height:100%;min-height:1rem}@keyframes skeleton-loading{0%{background-position:200% 0}to{background-position:-200% 0}}.skeleton-text{height:1em;margin-bottom:.5em;border-radius:.125em}.skeleton-rect{width:100%;height:100%}.skeleton-circle{border-radius:50%;width:100%;height:100%}@media (max-width: 768px){.mobile-header{height:48px!important;padding:.2rem .75rem!important;border-bottom-left-radius:12px!important;border-bottom-right-radius:12px!important}.mobile-site-name img{width:22px!important;height:22px!important}.mobile-site-name span{font-size:.9rem!important}.mobile-menu-toggle{width:32px!important;height:32px!important;font-size:1.2rem!important;padding:0!important}.mobile-nav{padding:.35rem 0!important;border-top-left-radius:12px!important;border-top-right-radius:12px!important;height:55px!important}.mobile-nav-item{padding:.2rem!important;min-width:45px!important;gap:0!important}.mobile-nav-icon{font-size:.9rem!important;margin-bottom:0!important}.mobile-nav-text{font-size:.55rem!important;margin-top:1px!important;font-weight:500!important}.mobile-nav-item.home{padding:.2rem .4rem!important;transform:scale(1)!important;margin-bottom:0!important;height:38px!important;display:flex!important;justify-content:center!important}.mobile-nav-item.home .mobile-nav-icon{font-size:.9rem!important}.mobile-nav-item.home .mobile-nav-text{font-size:.55rem!important;display:block!important}.buy-modal-content{padding:.75rem!important;width:92%!important;max-width:92%!important;border-radius:12px!important;max-height:85vh!important;overflow-y:auto!important}.price-breakdown{padding:.5rem!important;background:#8b451305!important;border-radius:8px!important;margin-top:.4rem!important;border:1px solid rgba(139,69,19,.08)!important}.price-row{margin-bottom:.15rem!important;font-size:.75rem!important;display:flex;justify-content:space-between!important;align-items:center!important}.price-row[style*="display: none"]{display:none!important}.price-row.total{margin-top:.25rem!important;padding-top:.25rem!important;font-size:.85rem!important;border-top:1px solid rgba(139,69,19,.1)!important}.price-row.total .total-price{font-size:1rem!important;color:#8b4513!important;font-weight:700!important}.quantity-section,.coupon-section{margin-bottom:.4rem!important;margin-top:.4rem!important}.quantity-section label,.coupon-section label{font-size:.8rem!important;margin-bottom:.15rem!important}#modalQuantityInput,#modalCouponInput{padding:.15rem .4rem!important;height:28px!important;font-size:.85rem!important;border-radius:6px!important}.qty-btn{height:28px!important;width:28px!important;font-size:.9rem!important;padding:0!important;line-height:26px!important}#modalCouponBtn{height:28px!important;padding:0 .6rem!important;font-size:.75rem!important}.order-button{padding:.6rem!important;font-size:.9rem!important;margin-top:.5rem!important;border-radius:8px!important;height:38px!important;display:flex!important;align-items:center!important;justify-content:center!important}.purchase-title{font-size:1rem!important;margin-bottom:.4rem!important}.modal-tabs{margin-bottom:.5rem!important}.modal-tab{padding:.4rem .5rem!important;font-size:.8rem!important}.modal-product-header{margin-bottom:.5rem!important}.modal-price-display{font-size:1rem!important}.balance-display{margin-bottom:.4rem!important;padding:.3rem!important;font-size:.8rem!important}}
