.star-window{display:flex !important;justify-content:center;align-items:center;position:fixed;z-index:99999;inset:0;width:100%;height:100vh;visibility:hidden;opacity:0;transition:opacity 0.3s ease-in-out,visibility 0s linear 0.3s;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;transition:opacity 0.3s ease-in-out,visibility 0s linear 0s}.star-window-overlay{position:fixed;inset:0;background:rgba(0,0,0,0.38);pointer-events:none}.star-window.open .star-window-overlay{pointer-events:auto}.star-window-body{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:999;border-radius:10px;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}.star-window .starslider_menu[slidertab]{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:var(--theme-border-radius-md);transition:none !important}.star-window .starslider_menu[slidertab] > .menu > li > a::before{content:'';position:absolute;left:0;bottom:0;width:100%;height:100%;background:transparent !important;z-index:-1;border-radius:11px}.star-window .starslider_menu[slidertab] > .menu > li > a.active::before,.star-window .nav-link.active{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{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;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1;background:#fff;border-radius:8px;padding:3px;width:35px;height:35px;box-sizing:border-box;display:flex;justify-content:center;align-items:center}.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::before,.star-window-content::after{content:'';position:absolute;top:-8px;width:8px;height:16px}.star-window-content::before{left:0;background:#062bbf;border-radius:0 50px 50px 0;box-shadow:inset -1px 0 1px 1px #2c346d}.star-window-content::after{right:0;background:#0c32cc;border-radius:50px 0 0 50px;box-shadow:inset 1px 0 1px 1px #2c346d}.star-window .highlight-01{position:relative;z-index:1}.star-window .highlight-01::after{content:'';position:absolute;bottom:-1px;left:0;width:100%;height:8px;z-index:-1;background:#fdcd286b}.star-window-buttons{display:flex;flex-wrap:wrap;gap:10px}.star-window-buttons .btn-o{flex:1 1 calc((100% - 10px) / 2);max-width:calc((100% - 10px) / 2);min-width:0;box-sizing:border-box;display:block;padding:8px 20px;margin:0;border-radius:var(--main-radius);transition:background 0.2s ease,box-shadow 0.2s ease,transform 0.2s ease;text-align:center;border:none;cursor:pointer}.star-window-buttons .btn-o:only-child,.star-window-buttons .btn-o:last-child:nth-child(odd){flex:1 1 100%;max-width:100%}.star-window:not(.open) .btn-o{transition:none;transform:none;box-shadow:none}.star-window .btn-o.green{background:#1138d8;color:#fff}.star-window .btn-o.green:hover{background:#274eee}.star-window .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 .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 .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 .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 .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}}