.star-window{display:flex !important;justify-content:center;align-items:center;position:fixed;z-index:99999;left:0;top:0;width:100%;height:100vh;visibility:hidden;opacity:0;transition:opacity 0.3s ease-in-out;background:linear-gradient(135deg,rgb(0 0 0 / 30%),rgb(0 0 0 / 50%));backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.star-window.open{visibility:visible;opacity:1}.star-window.closed{pointer-events:none}.star-window-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.38);display:none}.star-window.open .star-window-overlay{display:block}.star-window-body{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:999;border-radius:10px;margin:0 auto;padding:10px;width:330px;display:flex;flex-direction:column;justify-content:center}.star-window-bg{background:linear-gradient(18deg,#0023b1,#133adc,#0023b1);padding:20px 10px 10px;border-radius:14px}.star-window-main{background:#fff;padding:30px;border-radius:10px}.star-window-title{font-size:20px;color:#fdcd28;text-align:center;margin-bottom:10px;font-weight:700;position:relative}.star-window-title::before,.star-window-title::after{content:"";position:absolute;top:50%;width:70px;height:2px;background-color:#fdcd28;transform:translateY(-50%)}.star-window-title::before{left:10px}.star-window-title::after{right:10px}.starslider_menu{display:flex;justify-content:center}.star-window .starslider_menu[slidertab] > .menu{gap:1px;background:#082081;padding:6px 8px;border-radius:var(--main-radius);margin-bottom:10px;display:flex;justify-content:center}.star-window .starslider_menu[slidertab] > .menu > li{margin:0;padding:0}.star-window .starslider_menu[slidertab] > .menu > li > a{color:#fff !important;position:relative;padding:0 10px;height:30px;line-height:30px;font-size:13px;font-weight:700;border-radius:calc(var(--main-radius) - 4px);transition:initial !important;-webkit-transition:initial !important}.star-window .starslider_menu[slidertab] > .menu > li > a::before{content:'';height:100%;width:100%;background:transparent !important;z-index:-1;border-radius:11px;display:inline-block;position:absolute;left:0;bottom:0}.star-window .starslider_menu[slidertab] > .menu > li > a.active::before{background:linear-gradient(to top left,#fff 0%,#fff 40%,#fdcd28 100%) !important}.star-window .starslider_menu[slidertab] > .menu > li > a.active{color:#283593 !important}.star-window .starslider_menu[slidertab] > .menu > li > a.active::after{content:'';width:14px;height:14px;background:#ffffff;transform:rotate(45deg);position:absolute;left:calc(50% - 7px);bottom:-25px;border-radius:2px}.star-window .nav-link.active{background:linear-gradient(to top left,#fff 0%,#fff 40%,#fdcd28 100%) !important;border-radius:50px}.star-window-pane{display:none}.star-window-pane.active{display:block}.star-window-img{display:flex;justify-content:center;align-items:center;padding:10px;max-width:230px;max-height:230px;margin:0 auto;position:relative}.star-window-img img{width:100%;height:100%;object-fit:contain}.qrcode-logo{position:absolute;background:#fff;border-radius:8px;padding:3px;width:35px;height:35px;box-sizing:border-box;display:flex;justify-content:center;align-items:center;z-index:1;top:50%;left:50%;transform:translate(-50%,-50%)}.qrcode-logo img{width:100%;height:100%;object-fit:contain}.star-window-content{line-height:1.7;margin:20px -30px -30px;padding:20px 25px;border-top:1px dashed #0c2fbf;font-size:13px;position:relative;color:rgba(0,0,0,0.85)}.star-window-content::after,.star-window-content::before{content:'';position:absolute;height:16px;width:8px}.star-window-content::after{right:0;top:-8px;background:#0c32cc;border-radius:50px 0 0 50px;box-shadow:inset 1px 0px 1px 1px #2c346d}.star-window-content::before{left:0;top:-8px;background:#062bbf;border-radius:0 50px 50px 0;box-shadow:inset -1px 0px 1px 1px #2c346d}.star-window .highlight-01{position:relative;z-index:1}.star-window .highlight-01::after{content:'';background:#fdcd286b;position:absolute;bottom:-1px;left:0;width:100%;height:8px;z-index:-1}.star-window-buttons{margin-top:15px;display:flex;flex-wrap:wrap;gap:10px;justify-content:center}.star-window-content .btn-o,.star-window-buttons .btn-o{display:inline-block;padding:8px 20px;margin:0;border-radius:50px;text-decoration:none;font-size:14px;font-weight:500;text-align:center;transition:all 0.3s ease;border:none;cursor:pointer}.star-window-content .btn-o.green{background:linear-gradient(135deg,#274eee 0%,#072bc0 100%);color:#fff}.star-window-content .btn-o.green:hover{box-shadow:0 6px 20px rgb(3 38 183 / 23%)}.star-window-content .btn-o.blue{background:linear-gradient(135deg,#2997f7 0%,#1e7dd4 100%);color:#fff;box-shadow:0 4px 15px rgba(41,151,247,0.3)}.star-window-content .btn-o.blue:hover{background:linear-gradient(135deg,#1e7dd4 0%,#1a6bb8 100%);box-shadow:0 6px 20px rgba(41,151,247,0.4);transform:translateY(-2px)}.star-window-content .btn-o.red{background:linear-gradient(135deg,#ff5473 0%,#e63e5a 100%);color:#fff;box-shadow:0 4px 15px rgba(255,84,115,0.3)}.star-window-content .btn-o.red:hover{background:linear-gradient(135deg,#e63e5a 0%,#d32e47 100%);box-shadow:0 6px 20px rgba(255,84,115,0.4);transform:translateY(-2px)}.star-window-content .btn-o:active{transform:translateY(0);box-shadow:0 2px 10px rgba(0,0,0,0.2)}@media (max-width:768px){.star-window-body{width:90%;max-width:330px}.star-window-title{font-size:18px}.star-window-title::before,.star-window-title::after{width:50px}.star-window-img{max-width:200px;max-height:200px}}