.pay-container{display:flex;flex-direction:column;align-items:center;padding:20px;min-height:100vh}.pay-center{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1}.pay-main-button{padding:16px 32px;background:linear-gradient(179.51deg,#476cff 66.75%,#7ec5ff 161.63%);border:none;border-radius:19px;color:#fff;font-family:Geologica,sans-serif;font-style:normal;font-weight:400;font-size:18px;line-height:22px;cursor:pointer;transition:opacity .2s;min-width:200px}.pay-main-button:hover{opacity:.9}.pay-main-button:active{transform:scale(.98)}.pay-error{color:#f44;font-family:Geologica,sans-serif;font-size:16px;text-align:center;padding:20px}.pay-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:flex-start;justify-content:center;z-index:1000;padding:120px 20px 100px}.pay-modal{background:#fff;border-radius:19px;width:calc(100vw - 30px);max-width:390px;max-height:calc(70vh - 40px);overflow-y:auto;box-shadow:0 10px 30px #0003;animation:payModalSlideIn .3s ease-out}@keyframes payModalSlideIn{0%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.pay-modal-header{display:flex;align-items:center;justify-content:space-between;padding:20px 20px 14px;border-bottom:1px solid #F0F0F0}.pay-modal-header h3{margin:0;font-family:Geologica,sans-serif;font-style:normal;font-weight:400;font-size:18px;line-height:22px;color:#476cff}.pay-modal-close{background:none;border:none;cursor:pointer;color:#888;padding:4px;border-radius:8px;transition:background-color .2s}.pay-modal-close:hover{background:#f0f0f0}.pay-modal-content{padding:20px}.pay-plans-section{margin-bottom:24px}.pay-plan-card{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border:2px solid #F0F0F0;border-radius:10px;margin-bottom:10px;cursor:pointer;transition:all .2s}.pay-plan-card:hover,.pay-plan-card.selected{border-color:#476cff;background:#f8f9ff}.pay-plan-info h4{margin:0 0 2px;font-family:Geologica,sans-serif;font-style:normal;font-weight:400;font-size:15px;line-height:18px;color:#333}.pay-plan-price{font-family:Geologica,sans-serif;font-style:normal;font-weight:300;font-size:13px;line-height:16px;color:#666}.pay-radio{width:18px;height:18px;border:2px solid #E0E0E0;border-radius:50%;position:relative;transition:all .2s}.pay-radio.checked{border-color:#476cff}.pay-radio.checked:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:8px;height:8px;background:#476cff;border-radius:50%}.pay-methods-section h4{margin:0 0 14px;font-family:Geologica,sans-serif;font-style:normal;font-weight:400;font-size:16px;line-height:20px;color:#476cff}.pay-methods{display:flex;flex-direction:column;gap:10px}.pay-method-button{display:flex;align-items:center;gap:12px;padding:14px 16px;border:none;border-radius:12px;font-family:Geologica,sans-serif;font-style:normal;font-weight:400;font-size:15px;line-height:18px;cursor:pointer;transition:all .2s;width:100%;text-align:left}.pay-method-button.stars,.pay-method-button.crypto{background:linear-gradient(179.51deg,#476cff 66.75%,#7ec5ff 161.63%);color:#fff}.pay-method-button:hover{opacity:.9;transform:translateY(-1px)}.pay-method-button:active{transform:scale(.98)}.pay-method-icon{display:flex;align-items:center;justify-content:center;width:22px;height:22px}[data-theme=dark] .pay-modal{background:#2a2a2a}[data-theme=dark] .pay-modal-header{border-bottom-color:#4a4a4a}[data-theme=dark] .pay-modal-header h3{color:#7ec5ff}[data-theme=dark] .pay-modal-close{color:#ccc}[data-theme=dark] .pay-modal-close:hover{background:#3a3a3a}[data-theme=dark] .pay-plan-card{border-color:#4a4a4a;background:#333}[data-theme=dark] .pay-plan-card:hover,[data-theme=dark] .pay-plan-card.selected{border-color:#7ec5ff;background:#353d5c}[data-theme=dark] .pay-plan-info h4{color:#fff}[data-theme=dark] .pay-plan-price{color:#ccc}[data-theme=dark] .pay-radio{border-color:#666}[data-theme=dark] .pay-radio.checked{border-color:#7ec5ff}[data-theme=dark] .pay-radio.checked:after{background:#7ec5ff}[data-theme=dark] .pay-methods-section h4{color:#7ec5ff}[data-theme=dark] .pay-error{color:#f66}.pay-crypto-section{border:2px solid #E9ECEF;border-radius:16px;padding:16px;margin-top:12px;background:#f8f9fa;transition:all .2s}.pay-crypto-section:hover{border-color:#476cff;background:#f0f4ff}[data-theme=dark] .pay-crypto-section{background:#2a2a2a;border-color:#404040}[data-theme=dark] .pay-crypto-section:hover{border-color:#7ec5ff;background:#333}.pay-crypto-header{display:flex;align-items:center;gap:12px;margin-bottom:16px;font-weight:500;color:#333}[data-theme=dark] .pay-crypto-header{color:#fff}.pay-crypto-header .pay-method-icon{width:24px;height:24px;color:#476cff}.pay-currency-selector{margin-bottom:16px}.pay-currency-buttons{display:flex;gap:8px}.pay-currency-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:8px;height:48px;background:#fff;border:2px solid #E9ECEF;border-radius:12px;font-family:Geologica,sans-serif;font-weight:400;font-size:14px;color:#495057;cursor:pointer;transition:all .2s}.pay-currency-btn.active{background:linear-gradient(166.99deg,#476cff 53.51%,#7ec5ff 123.57%);border-color:#476cff;color:#fff}.pay-currency-btn:hover:not(.active){border-color:#476cff;background:#f0f4ff}[data-theme=dark] .pay-currency-btn{background:#404040;border-color:#555;color:#ccc}[data-theme=dark] .pay-currency-btn:hover:not(.active){border-color:#7ec5ff;background:#4a4a4a}.pay-currency-icon{font-size:18px;line-height:1}.pay-method-button.crypto-pay{width:100%;height:52px;background:linear-gradient(166.99deg,#476cff 53.51%,#7ec5ff 123.57%);border:none;border-radius:14px;font-family:Geologica,sans-serif;font-weight:500;font-size:16px;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;transition:all .2s;margin:0}.pay-method-button.crypto-pay:hover:not(:disabled){opacity:.9;transform:translateY(-1px)}.pay-method-button.crypto-pay:active:not(:disabled){transform:translateY(0);opacity:.8}.pay-method-button.crypto-pay:disabled{opacity:.7;cursor:not-allowed}.pay-crypto-arrow{font-size:18px;font-weight:700}.pay-loading-spinner{width:20px;height:20px;border:2px solid rgba(255,255,255,.3);border-top:2px solid #FFFFFF;border-radius:50%;animation:spin 1s linear infinite}@media(max-width:410px){.pay-crypto-section{padding:14px;margin-top:10px}.pay-crypto-header{gap:10px;margin-bottom:14px;font-size:15px}.pay-currency-buttons{gap:6px}.pay-currency-btn{height:44px;font-size:13px;gap:6px}.pay-currency-icon{font-size:16px}.pay-method-button.crypto-pay{height:48px;font-size:15px}.pay-modal-overlay{padding-top:100px}.pay-modal{width:calc(100vw - 20px);max-height:calc(65vh - 30px)}.pay-modal-header,.pay-modal-content{padding:18px}.pay-modal-header h3{font-size:17px}.pay-methods-section h4{font-size:15px}.pay-method-button{padding:12px 14px;font-size:14px}.pay-plan-card{padding:10px 14px}.pay-plan-info h4{font-size:14px}.pay-plan-price{font-size:12px}.pay-radio{width:16px;height:16px}.pay-radio.checked:after{width:7px;height:7px}}@media(max-width:375px){.pay-modal-overlay{padding-top:80px}.pay-modal{width:calc(100vw - 15px);max-height:calc(60vh - 20px)}.pay-modal-header,.pay-modal-content{padding:16px}.pay-modal-header h3{font-size:16px}.pay-method-button{padding:11px 12px;font-size:13px}.pay-plan-card{padding:9px 12px}.pay-plan-info h4{font-size:13px}.pay-plan-price{font-size:11px}}@media(max-width:320px){.pay-modal-overlay{padding-top:70px}.pay-modal{width:calc(100vw - 10px);max-height:calc(55vh - 15px)}.pay-modal-header,.pay-modal-content{padding:14px}.pay-modal-header h3{font-size:15px}.pay-method-button{padding:10px;font-size:12px}.pay-plan-card{padding:8px 10px}.pay-method-icon{width:20px;height:20px}}.home-container{position:relative;padding-bottom:0;padding-top:0;min-height:90vh;width:100%;overflow-x:hidden;display:flex;flex-direction:column;align-items:center}.server-rectangle{font-family:Geologica,sans-serif;font-style:normal;position:absolute;font-weight:300;font-size:20px;line-height:35px;text-align:center;margin:15px 0;height:290px;width:380px;left:50%;transform:translate(-50%);top:20px;background:var(--card-bg, #FFFFFF);border-radius:19px;padding:20px;box-sizing:border-box}.server-card{position:relative;height:100%;display:flex;flex-direction:column}.protocol-buttons{display:flex;justify-content:space-between;gap:15px;margin:20px 0}.protocol-btn{flex:1;height:32px;border:none;border-radius:19px;font-family:Geologica,sans-serif;font-size:13px;font-weight:300;cursor:pointer;transition:transform .2s}.protocol-btn:active{transform:scale(.95)}.protocol-btn.inactive{background:#e6ebff!important;color:#476cff!important}[data-theme=dark] .protocol-btn.wireguard.inactive,[data-theme=dark] .protocol-btn.vless.inactive{background:#353d5c!important;color:#fff!important}.protocol-btn.vless{background:linear-gradient(166.99deg,#476cff 53.51%,#7ec5ff 123.57%);color:#fff}.protocol-btn.wireguard{background:#e6ebff;background:linear-gradient(180deg,#e6ebff,#e6ebff)}.protocol-btn.wireguard span{background:linear-gradient(180deg,#559eff,#2a7fff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}[data-theme=dark] .server-rectangle{background:#212121!important;border-radius:19px}[data-theme=dark] .protocol-btn.wireguard{background:#404040}[data-theme=dark] .protocol-btn.vless{background:linear-gradient(166.99deg,#2a4cff 53.51%,#5ea5ff 123.57%)}.download-buttons{display:flex;flex-direction:column;gap:12px;margin-top:auto}.download-btn{width:100%;height:51px;background:linear-gradient(179.51deg,#476cff 66.75%,#7ec5ff 161.63%);border-radius:19px;border:none;color:#fff;font-family:Geologica,sans-serif;font-size:16px;font-weight:300;cursor:pointer;transition:transform .2s;display:flex;align-items:center;justify-content:center}.download-btn:active{transform:scale(.98)}[data-theme=dark] .download-btn{background:linear-gradient(179.51deg,#2a4cff 66.75%,#5ea5ff 161.63%)}[data-theme=dark] .download-btn.vpn-howto{background:#353d5c!important;color:#fff!important}.server-select-panel{position:absolute;width:380px;height:209px;left:50%;transform:translate(-50%);top:345px;background:#fff;border-radius:19px;box-shadow:0 2px 8px #0001;z-index:10;padding:16px 0;display:flex;flex-direction:column;align-items:center}.server-select-content{display:flex;align-items:center;justify-content:flex-start;width:100%;gap:0}.fastest-badge{width:37px;height:14px;background:#e9e9e9;border-radius:4px;display:flex;align-items:center;justify-content:center;font-family:Geologica,sans-serif;font-style:normal;font-weight:300;font-size:8px;line-height:10px;color:#366fff;flex-shrink:0;margin-left:5px}.server-select-left{display:flex;align-items:center;gap:8px}.server-select-right{display:flex;align-items:center;gap:16px}.server-select-scroll{width:100%;height:100%;overflow-y:auto;display:flex;flex-direction:column;align-items:center}.server-select-btn{width:calc(100% - 32px);height:48px;margin-bottom:16px;background:#f3f3f3;border-radius:17px;border:none;cursor:pointer;transition:all .2s;flex-shrink:0;display:flex;align-items:center;justify-content:flex-start;padding:0 20px}.server-rectangle h3{display:flex;align-items:center;justify-content:center;margin:0;padding:0;font-family:Geologica,sans-serif;font-style:normal;font-weight:300;font-size:28px;line-height:35px;color:#000;flex-shrink:0}.protocol-label{position:relative;right:auto;top:auto;transform:none;width:auto;min-width:40px;height:16px;margin-top:10px;font-family:Geologica,sans-serif;font-style:normal;font-weight:300;font-size:13px;line-height:16px;text-align:left;flex-shrink:0;background:linear-gradient(180deg,#559eff,#2a7fff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent}[data-theme=dark] .server-rectangle h3{color:#fff}.server-select-btn{width:calc(100% - 32px);height:48px;margin-bottom:16px;background:#f3f3f3;border-radius:17px;border:none;display:flex;align-items:center;justify-content:flex-start;padding-left:20px;cursor:pointer;transition:all .2s;flex-shrink:0}.server-header{position:relative;display:flex;justify-content:center;align-items:flex-start;width:100%;margin-bottom:20px;gap:12px}.server-select-btn.selected{background:#e6ebff;color:#476cff;outline:2px solid #476cff;outline-offset:-2px}.server-select-btn span{font-family:Geologica,sans-serif;font-style:normal;font-weight:300;font-size:13px;line-height:16px;color:#000;margin-left:0}.server-select-btn svg:last-child{flex-shrink:0;width:12.24px;height:9px;margin-left:0}[data-theme=dark] .fastest-badge{background:#e9e9e9;color:#366fff}[data-theme=dark] .server-select-btn span{color:#fff}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;padding:40px 20px}.loading-spinner{position:relative;width:60px;height:60px;margin-bottom:20px}.spinner-ring{position:absolute;top:0;left:0;width:100%;height:100%;border:3px solid transparent;border-top:3px solid #476CFF;border-radius:50%;animation:spin 1.2s linear infinite}.spinner-ring:nth-child(2){width:80%;height:80%;top:10%;left:10%;border-top-color:#7ec5ff;animation-delay:-.4s}.spinner-ring:nth-child(3){width:60%;height:60%;top:20%;left:20%;border-top-color:#b8d5ff;animation-delay:-.8s}.loading-text{font-family:Geologica,sans-serif;font-style:normal;font-weight:400;font-size:18px;line-height:22px;color:#476cff;text-align:center;animation:pulse 1.5s ease-in-out infinite}@keyframes pulse{0%,to{opacity:.7}50%{opacity:1}}[data-theme=dark] .loading-text{color:#7ec5ff}[data-theme=dark] .spinner-ring:nth-child(1){border-top-color:#7ec5ff}[data-theme=dark] .spinner-ring:nth-child(2){border-top-color:#476cff}[data-theme=dark] .spinner-ring:nth-child(3){border-top-color:#b8d5ff}@media(max-width:410px){.loading-container{min-height:50vh;padding:30px 15px}.loading-spinner{width:50px;height:50px;margin-bottom:16px}.loading-text{font-size:16px;line-height:20px}.server-select-btn{padding:0 16px}.server-select-btn span{font-size:12px}.server-select-btn svg:last-child{width:11px;height:8px}.home-container{padding-bottom:20px}.server-rectangle,.server-select-panel{width:min(380px,95.6%);left:51.5%;transform:translate(-50%)}.server-rectangle{top:15px}.server-rectangle h3{font-size:24px;line-height:30px}.protocol-label{font-size:12px;min-width:35px;margin-top:8px}.server-header{gap:10px}.server-select-panel{top:340px;height:36vw;max-height:209px;min-height:120px}.server-select-btn{width:calc(100% - 24px);height:12vw;max-height:48px;min-height:36px;font-size:clamp(14px,4vw,18px)}}@media(max-width:375px){.home-container{padding-bottom:50px}.server-rectangle h3{font-size:22px;line-height:28px}.protocol-label{font-size:11px;min-width:30px;margin-top:7px}.server-header{gap:8px}.server-rectangle,.server-select-panel{width:min(360px,90%)}}@media(max-width:320px){.server-select-btn{padding:0 12px}.server-select-btn span{font-size:11px}.server-select-btn svg:last-child{width:10px;height:7px}.home-container{padding-bottom:80px}.server-rectangle{top:10px}.server-select-panel{top:335px}.server-rectangle h3{font-size:20px;line-height:25px}.protocol-label{font-size:10px;min-width:28px;margin-top:6px}.server-header{gap:6px}.server-rectangle,.server-select-panel{width:95%;padding:16px}.server-select-btn{width:calc(100% - 16px);margin-bottom:12px;font-size:14px}}@media(max-width:400px){.modal-vless-window{width:min(380px,90%);padding:16px}.modal-vless-textarea{min-height:90px}}@media(max-width:375px){.modal-vless-window{width:min(360px,90%);padding:14px}.modal-vless-title{font-size:16px;margin-bottom:12px}.modal-vless-textarea{min-height:80px;font-size:12px}.modal-vless-copy-btn,.modal-vless-close-btn{padding:12px;font-size:14px}}@media(max-width:320px){.modal-vless-window{width:95%}.modal-vless-textarea{min-height:70px;font-size:11px}.modal-vless-copy-btn,.modal-vless-close-btn{padding:10px;font-size:13px}}[data-theme=dark] .server-select-panel{background:#212121!important;border-radius:19px;box-shadow:0 2px 8px #0003}[data-theme=dark] .server-select-btn{background:#353d5c!important;color:#fff!important}[data-theme=dark] .server-select-btn.selected{background:#476cff!important;color:#fff!important;outline:2px solid #7EC5FF}@media(max-width:380px){.server-rectangle,.server-select-panel{width:95vw;max-width:380px;min-width:260px;left:50%;transform:translate(-50%)}.server-select-panel{height:30vw;max-height:209px;min-height:120px}.server-select-btn,.download-btn{width:85vw;max-width:324px;min-width:180px;height:12vw;max-height:48px;min-height:36px;font-size:clamp(14px,4vw,18px)}.server-select-scroll{width:100%;height:100%;overflow-y:auto;display:flex;flex-direction:column;align-items:center}}.modal-vless-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000b3;display:flex;justify-content:center;align-items:center;z-index:9999;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:fadeIn .2s ease-out}.modal-vless-window{width:340px;background:#fff;border-radius:16px;padding:20px;box-shadow:0 10px 25px #00000026;position:relative;animation:slideUp .3s ease-out}.modal-vless-title{font-family:Geologica,sans-serif;font-weight:500;font-size:18px;color:#333;margin-top:0;margin-bottom:16px;text-align:center}.modal-vless-textarea{width:100%;min-height:100px;border:1px solid #E0E0E0;border-radius:12px;padding:12px;font-family:monospace;font-size:13px;line-height:1.4;color:#333;background:#f8f9ff;resize:none;margin-bottom:16px;box-sizing:border-box}.modal-vless-copy-btn{width:100%;background:linear-gradient(166.99deg,#476cff 53.51%,#7ec5ff 123.57%);color:#fff;border:none;border-radius:12px;padding:14px;font-family:Geologica,sans-serif;font-weight:500;font-size:16px;cursor:pointer;transition:all .2s;margin-bottom:12px}.modal-vless-close-btn{width:100%;background:#e6ebff;color:#476cff;border:none;border-radius:12px;padding:14px;font-family:Geologica,sans-serif;font-weight:500;font-size:16px;cursor:pointer;transition:all .2s}.modal-vless-close{position:absolute;top:10px;right:10px;background:none;border:none;font-size:24px;color:#999;cursor:pointer;padding:0;width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s}[data-theme=dark] .modal-vless-window{background:#2a2a2a;box-shadow:0 10px 25px #00000040}[data-theme=dark] .modal-vless-title{color:#fff}[data-theme=dark] .modal-vless-textarea{background:#1e1e1e;border-color:#444;color:#fff}[data-theme=dark] .modal-vless-close{color:#777}[data-theme=dark] .modal-vless-close-btn{background:#404040;color:#a0b5ff}.modal-instructions-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000;padding:20px;box-sizing:border-box}.modal-instructions-window{background:#fff;border-radius:15px;padding:25px;width:100%;max-width:500px;max-height:80vh;overflow-y:auto;position:relative;box-shadow:0 10px 30px #0000004d}.modal-instructions-close{position:absolute;top:15px;right:20px;background:none;border:none;font-size:24px;cursor:pointer;color:#999;line-height:1;padding:0;width:30px;height:30px;display:flex;align-items:center;justify-content:center}.modal-instructions-close:hover{color:#666}.modal-instructions-title{margin:0 0 20px;font-size:22px;font-weight:600;color:#333;text-align:center;font-family:Geologica,sans-serif}.modal-instructions-content{margin-bottom:25px;overflow-y:auto}.modal-instructions-content h4{margin:0 0 15px;font-size:18px;font-weight:500;color:#476cff;font-family:Geologica,sans-serif}.modal-instructions-content ol{margin:0;padding-left:20px}.modal-instructions-content li{margin-bottom:15px;line-height:1.6;font-size:14px;color:#333;font-family:Geologica,sans-serif}.modal-instructions-content li:last-child{margin-bottom:0}.modal-instructions-content ul{margin:8px 0 0;padding-left:20px}.modal-instructions-content ul li{margin-bottom:5px;font-size:13px;color:#555;font-family:Geologica,sans-serif}.modal-instructions-content strong{color:#333;font-weight:600;font-family:Geologica,sans-serif}.modal-instructions-content a{color:#476cff;text-decoration:none}.modal-instructions-content a:hover{text-decoration:underline}.modal-instructions-close-btn{width:100%;height:50px;background:linear-gradient(166.99deg,#476cff 53.51%,#7ec5ff 123.57%);color:#fff;border:none;border-radius:12px;font-size:16px;font-weight:600;cursor:pointer;transition:transform .2s;font-family:Geologica,sans-serif}.modal-instructions-close-btn:hover{transform:translateY(-1px)}.modal-instructions-close-btn:active{transform:translateY(0)}[data-theme=dark] .modal-instructions-window{background:#2a2a2a;color:#fff}[data-theme=dark] .modal-instructions-title{color:#fff}[data-theme=dark] .modal-instructions-content h4{color:#7ec5ff}[data-theme=dark] .modal-instructions-content li{color:#e0e0e0}[data-theme=dark] .modal-instructions-content ul li{color:#ccc}[data-theme=dark] .modal-instructions-content strong{color:#fff}[data-theme=dark] .modal-instructions-close{color:#ccc}[data-theme=dark] .modal-instructions-close:hover{color:#fff}@media(max-width:400px){.modal-instructions-overlay{padding:80px 10px 100px;align-items:flex-start}.modal-instructions-window{width:min(380px,95%);max-height:calc(100vh - 180px);padding:16px;margin:0;border-radius:12px}.modal-instructions-title{font-size:18px;margin-bottom:15px;font-family:Geologica,sans-serif}.modal-instructions-content{margin-bottom:20px;max-height:calc(100vh - 280px);overflow-y:auto;padding-right:5px}.modal-instructions-content h4{font-size:16px;margin-bottom:12px;font-family:Geologica,sans-serif}.modal-instructions-content li{font-size:13px;margin-bottom:12px;font-family:Geologica,sans-serif}.modal-instructions-content ul li{font-size:12px;margin-bottom:4px;font-family:Geologica,sans-serif}.modal-instructions-close-btn{height:45px;font-size:14px;font-family:Geologica,sans-serif}.modal-instructions-close{top:10px;right:15px;font-size:20px}}@media(max-width:360px){.modal-instructions-overlay{padding-top:70px;padding-bottom:90px}.modal-instructions-window{width:min(360px,90%);max-height:calc(100vh - 160px);padding:14px}.modal-instructions-title{font-size:16px;font-family:Geologica,sans-serif}.modal-instructions-content{max-height:calc(100vh - 240px)}.modal-instructions-content h4{font-size:15px;font-family:Geologica,sans-serif}.modal-instructions-content li{font-size:12px;font-family:Geologica,sans-serif}.modal-instructions-content ul li{font-size:11px;font-family:Geologica,sans-serif}}@media(max-width:320px){.modal-instructions-overlay{padding:60px 5px 80px}.modal-instructions-window{width:95%;max-height:calc(100vh - 140px);padding:12px}.modal-instructions-title{font-size:15px;margin-bottom:12px;font-family:Geologica,sans-serif}.modal-instructions-content{margin-bottom:15px;max-height:calc(100vh - 220px)}.modal-instructions-content h4{font-size:14px;margin-bottom:10px;font-family:Geologica,sans-serif}.modal-instructions-content li{font-size:11px;margin-bottom:10px;line-height:1.5;font-family:Geologica,sans-serif}.modal-instructions-content ul li{font-size:10px;margin-bottom:3px;font-family:Geologica,sans-serif}.modal-instructions-close-btn{height:40px;font-size:13px;font-family:Geologica,sans-serif}.modal-instructions-close{top:8px;right:12px;font-size:18px;width:25px;height:25px}}.modal-instructions-content::-webkit-scrollbar{width:4px}.modal-instructions-content::-webkit-scrollbar-track{background:transparent}.modal-instructions-content::-webkit-scrollbar-thumb{background:#ccc;border-radius:2px}.modal-instructions-content::-webkit-scrollbar-thumb:hover{background:#999}[data-theme=dark] .modal-instructions-content::-webkit-scrollbar-thumb{background:#555}[data-theme=dark] .modal-instructions-content::-webkit-scrollbar-thumb:hover{background:#777}.happ-home{min-height:auto;padding:20px 12px 32px;overflow:visible}.happ-load-error{width:min(380px,100%);padding:24px;box-sizing:border-box;border-radius:19px;background:var(--card-bg);text-align:center}.happ-load-error button{width:100%;min-height:48px;margin-top:12px;border:0;border-radius:16px;background:var(--accent-soft);color:var(--accent);font:inherit;cursor:pointer}.happ-card{width:min(380px,100%);padding:24px;box-sizing:border-box;border-radius:19px;background:var(--card-bg);color:var(--fg);box-shadow:0 12px 36px #476cff1f}.happ-card__heading{text-align:center}.happ-card__eyebrow{color:var(--accent);font-size:.8125rem;font-weight:500}.happ-card h1{margin:8px 0;font-size:1.5rem;font-weight:600;line-height:1.2;text-wrap:balance}.happ-card p{margin:0;color:var(--fg-muted);font-size:.875rem;line-height:1.5;text-wrap:pretty}.happ-card__qr{width:fit-content;margin:20px auto;padding:12px;border-radius:16px;background:#fff;line-height:0;box-shadow:inset 0 0 0 1px var(--accent-soft)}.happ-card__link{display:flex;min-width:0;height:48px;align-items:center;gap:8px;padding:0 8px 0 12px;border-radius:12px;background:var(--accent-soft);color:var(--accent)}.happ-card__link span{min-width:0;overflow:hidden;font-size:.8125rem;text-overflow:ellipsis;white-space:nowrap}.happ-card__link button,.happ-card__footer button{border:0;background:transparent;color:inherit;cursor:pointer}.happ-card__link button{display:grid;width:44px;height:44px;flex:0 0 44px;place-items:center}.happ-card__link svg{width:20px;fill:none;stroke:currentcolor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}.happ-card__primary,.happ-card__secondary,.happ-card__danger{width:100%;min-height:48px;border:0;border-radius:16px;font:inherit;cursor:pointer;transition:transform .18s ease-out,opacity .18s ease-out}.happ-card__primary{margin-top:12px;background:linear-gradient(167deg,#476cff 54%,#7ec5ff 124%);color:#fff}.happ-card__steps{margin:20px 0;padding-left:24px;color:var(--fg-muted);font-size:.875rem;line-height:1.5}.happ-card__steps li+li{margin-top:8px}.happ-card__footer{display:flex;align-items:center;justify-content:space-between;gap:12px;color:var(--fg-muted);font-size:.8125rem}.happ-card__footer button{min-height:44px;padding:0;color:var(--accent);font:inherit}.happ-rotate{position:fixed;z-index:9999;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;padding:12px;background:#00000094;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.happ-rotate__dialog{width:min(420px,100%);padding:24px;box-sizing:border-box;border-radius:19px;background:var(--card-bg);color:var(--fg);animation:happ-dialog-in .3s ease-out}.happ-rotate h2{margin:0 0 8px;font-size:1.125rem;line-height:1.35}.happ-rotate p{margin-bottom:20px}.happ-card__danger{background:linear-gradient(180deg,var(--danger-start),var(--danger-end));color:#fff}.happ-card__secondary{margin-top:8px;background:var(--accent-soft);color:var(--accent)}.happ-card button:active{transform:scale(.98)}.happ-card button:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.happ-card button:disabled{cursor:wait;opacity:.65}@keyframes happ-dialog-in{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){.happ-card *,.happ-rotate__dialog{animation:none;transition:none}}@media(max-width:360px){.happ-card{padding:20px 16px}.happ-card__qr svg{width:160px;height:160px}.happ-card__footer{align-items:flex-start;flex-direction:column;gap:0}}.profile-card{position:absolute;width:380px;height:150px;left:50%;top:20px;transform:translate(-50%);background:#fff;border-radius:19px;display:flex;flex-direction:column;align-items:center;box-sizing:border-box;z-index:2}.profile-sub-info,.profile-sub-btn{width:332px;left:50%;transform:translate(-50%);border-radius:19px}.payment-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#0009;z-index:1000;display:flex;justify-content:center;align-items:center}.payment-modal{position:relative;width:85%;max-width:340px;background:#fff;border-radius:19px;box-shadow:0 4px 15px #0000001a;padding:20px;display:flex;flex-direction:column;align-items:center}.payment-modal-close{position:absolute;top:10px;right:15px;font-size:24px;line-height:24px;background:none;border:none;color:#aaa;cursor:pointer}.payment-modal-title{font-family:Geologica,sans-serif;font-style:normal;font-weight:500;font-size:22px;line-height:28px;color:#476cff;margin-bottom:20px;text-align:center;width:100%}[data-theme=dark] .payment-modal-title{color:#7ec5ff}.payment-modal-content{width:100%;display:flex;flex-direction:column;align-items:center;gap:15px}.payment-description{font-family:Geologica,sans-serif;font-style:normal;font-weight:300;font-size:16px;line-height:20px;color:#333;text-align:center}[data-theme=dark] .payment-description{color:#fff}.payment-price{font-family:Geologica,sans-serif;font-style:normal;font-weight:500;font-size:24px;line-height:30px;color:#476cff;margin:5px 0 15px}[data-theme=dark] .payment-price{color:#7ec5ff}.payment-button{width:100%;height:50px;background:linear-gradient(166.99deg,#476cff 53.51%,#7ec5ff 123.57%);border-radius:19px;border:none;font-family:Geologica,sans-serif;font-style:normal;font-weight:300;font-size:16px;line-height:22px;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:opacity .2s}.payment-button:disabled{opacity:.6;cursor:not-allowed}.payment-note{font-family:Geologica,sans-serif;font-style:normal;font-weight:300;font-size:14px;line-height:18px;color:#999;text-align:center;margin-top:10px}[data-theme=dark] .payment-note{color:#aaa}.payment-loading{display:flex;flex-direction:column;align-items:center;gap:10px;margin:20px 0}.spinner-small{width:30px;height:30px;border:3px solid transparent;border-top:3px solid #476CFF;border-radius:50%;animation:spin 1s linear infinite}[data-theme=dark] .spinner-small{border-top-color:#7ec5ff}.payment-loading p{font-family:Geologica,sans-serif;font-style:normal;font-weight:300;font-size:14px;line-height:18px;color:#666}.profile-ref-row{width:85%;left:50%;transform:translate(-50%);border-radius:19px}.profile-title{position:absolute;min-width:150px;height:35px;left:50%;top:23px;transform:translate(-50%);font-family:Geologica,sans-serif;font-style:normal;font-weight:500;font-size:28px;line-height:35px;background:linear-gradient(186.38deg,#2a3eb1 10%,#476cff 60%,#7ec5ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-fill-color:transparent;text-align:center;letter-spacing:.5px}.profile-id-row{position:absolute;top:90px;left:50%;transform:translate(-50%);display:flex;align-items:center;justify-content:center}.profile-id-value{font-family:Geologica,sans-serif;font-style:normal;font-weight:300;font-size:21px;line-height:26px;color:#aaa;margin-right:12px}.profile-id-label{font-family:Geologica,sans-serif;font-style:normal;font-weight:500;font-size:21px;line-height:26px;background:linear-gradient(186.38deg,#2a3eb1 10%,#476cff 60%,#7ec5ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-fill-color:transparent;margin-right:12px}.profile-id-value{margin-right:10px}.profile-id-copy-btn svg rect{stroke:#476cff}.profile-id-copy-btn{width:22px;height:22px;background:none;border:none;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center}.profile-id-copy-btn svg{width:13px;height:13px;display:block}.profile-divider{position:absolute;width:377px;height:0px;left:50%;top:95px;transform:translate(-50%) rotate(.16deg);border:1px solid #F0F0F0;z-index:3}[data-theme=dark] .profile-card{background:#2a2a2a!important;border-radius:19px}[data-theme=dark] .profile-title,[data-theme=dark] .profile-id-label{background:linear-gradient(186.38deg,#7ec5ff 10%,#476cff 80%,#2a3eb1)!important;-webkit-background-clip:text!important;-webkit-text-fill-color:transparent!important;background-clip:text!important;text-fill-color:transparent!important}[data-theme=dark] .profile-id-value{color:#888!important}[data-theme=dark] .profile-id-copy-btn svg rect{stroke:#7ec5ff!important}.profile-sub-card{position:absolute;width:380px;height:215px;left:50%;top:190px;transform:translate(-50%);background:#fff;border-radius:19px;display:flex;flex-direction:column;align-items:center;box-sizing:border-box;z-index:2}.profile-sub-info{position:absolute;width:332px;height:51px;left:50%;top:18px;transform:translate(-50%);background:#e2e7ff;border-radius:19px;display:flex;align-items:center;justify-content:center;gap:18px;padding-left:0}.profile-sub-label{font-family:Geologica,sans-serif;font-style:normal;font-weight:500;font-size:18px;line-height:22px;color:#1d4bff;width:94px;height:23px;display:flex;align-items:center}.profile-sub-days{font-family:Geologica,sans-serif;font-style:normal;font-weight:500;font-size:17px;line-height:22px;color:#1d4bff;width:160px;height:23px;display:flex;align-items:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.profile-sub-btn{width:332px;height:51px;background:linear-gradient(179.51deg,#476cff 66.75%,#7ec5ff 161.63%);border-radius:19px;border:none;font-family:Geologica,sans-serif;font-style:normal;font-weight:300;font-size:18px;line-height:22px;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:opacity .2s;opacity:1;position:absolute;left:50%;transform:translate(-50%)}.profile-sub-btn:first-of-type{top:81px}.profile-sub-btn:last-of-type{top:142px}[data-theme=dark] .profile-sub-info{background:#353d5c!important;border-radius:19px}[data-theme=dark] .profile-sub-card{background:#2a2a2a!important}[data-theme=dark] .profile-sub-label{color:#fff!important}.profile-ref-card{position:absolute;width:380px;height:147px;left:50%;top:430px;transform:translate(-50%);background:#fff;border-radius:19px;display:flex;flex-direction:column;align-items:center;z-index:2}.profile-ref-row{position:absolute;width:292px;height:51px;left:50%;transform:translate(-50%);background:#e2e7ff;border-radius:19px;display:flex;align-items:center;justify-content:space-between;padding:0 24px;font-family:Geologica,sans-serif;font-style:normal;font-weight:300;font-size:18px;line-height:22px}.profile-ref-row:first-of-type{top:15px}.profile-ref-row:last-of-type{top:78px}.profile-ref-label{color:#1d4bff}.profile-ref-value{color:#476cff;font-weight:300}[data-theme=dark] .profile-ref-card{background:#2a2a2a!important}[data-theme=dark] .profile-ref-row{background:#353d5c!important}[data-theme=dark] .profile-ref-label{color:#fff!important}html,body{margin:0;padding:0;width:100%;overflow-x:hidden;box-sizing:border-box}.user-page{position:relative;min-height:100vh;width:100%;max-width:100vw;overflow-x:hidden;overflow-y:visible;display:flex;flex-direction:column;align-items:center;box-sizing:border-box;margin:0;padding:0}.profile-no-sub-card{position:absolute;width:380px;height:240px;left:50%;top:190px;transform:translate(-50%);background:#fff;border-radius:19px;display:flex;flex-direction:column;align-items:center;justify-content:center;box-sizing:border-box;z-index:2;padding:30px 20px;text-align:center}[data-theme=dark] .profile-no-sub-card{background:#2a2a2a}.profile-no-sub-icon{margin-bottom:20px}.profile-no-sub-title{font-family:Geologica,sans-serif;font-style:normal;font-weight:500;font-size:20px;line-height:24px;color:#333;margin:0 0 12px}[data-theme=dark] .profile-no-sub-title{color:#fff}.profile-no-sub-description{font-family:Geologica,sans-serif;font-style:normal;font-weight:300;font-size:14px;line-height:18px;color:#666;margin:0 0 24px;max-width:280px}[data-theme=dark] .profile-no-sub-description{color:#bbb}.profile-no-sub-btn{width:200px;height:50px;background:linear-gradient(166.99deg,#476cff 53.51%,#7ec5ff 123.57%);border-radius:19px;border:none;font-family:Geologica,sans-serif;font-style:normal;font-weight:300;font-size:16px;line-height:22px;color:#fff;cursor:pointer;transition:opacity .2s}.profile-no-sub-btn:hover{opacity:.9}.profile-no-sub-btn:active{opacity:.8}.profile-ref-card-compact{top:450px!important;height:85px!important}.profile-ref-card-compact .profile-ref-row:last-child{display:none}.profile-referral-card{position:absolute;width:380px;height:160px;left:50%;top:450px;transform:translate(-50%);background:#fff;border-radius:19px;display:flex;flex-direction:column;align-items:center;justify-content:center;box-sizing:border-box;z-index:2;padding:20px;text-align:center}[data-theme=dark] .profile-referral-card{background:#2a2a2a}.profile-referral-title{font-family:Geologica,sans-serif;font-style:normal;font-weight:500;font-size:18px;line-height:22px;color:#333;margin:0 0 8px}[data-theme=dark] .profile-referral-title{color:#fff}.profile-referral-description{font-family:Geologica,sans-serif;font-style:normal;font-weight:300;font-size:13px;line-height:16px;color:#666;margin:0 0 16px;max-width:320px}[data-theme=dark] .profile-referral-description{color:#bbb}.profile-referral-link-container{display:flex;align-items:center;width:100%;max-width:340px;gap:8px}.profile-referral-input{flex:1;height:40px;background:#f8f9fa;border:1px solid #E9ECEF;border-radius:12px;padding:0 12px;font-family:Geologica,sans-serif;font-size:12px;color:#495057;outline:none}[data-theme=dark] .profile-referral-input{background:#404040;border-color:#555;color:#ccc}.profile-referral-copy-btn{width:40px;height:40px;background:#476cff;border:none;border-radius:12px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#fff;transition:opacity .2s}.profile-referral-copy-btn:hover{opacity:.9}.profile-referral-copy-btn:active{opacity:.8}.payment-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.payment-modal{background:#fff;border-radius:20px;width:90%;max-width:400px;max-height:80vh;overflow-y:auto;position:relative}[data-theme=dark] .payment-modal{background:#2a2a2a}.payment-modal-header{display:flex;justify-content:space-between;align-items:center;padding:20px 20px 0;border-bottom:1px solid #F0F0F0;margin-bottom:20px}[data-theme=dark] .payment-modal-header{border-bottom-color:#404040}.payment-modal-title{font-family:Geologica,sans-serif;font-style:normal;font-weight:500;font-size:20px;line-height:24px;color:#333;margin:0}[data-theme=dark] .payment-modal-title{color:#fff}.payment-modal-close{background:none;border:none;cursor:pointer;padding:8px;color:#666;transition:color .2s}.payment-modal-close:hover{color:#333}[data-theme=dark] .payment-modal-close{color:#bbb}[data-theme=dark] .payment-modal-close:hover{color:#fff}.payment-modal-content{padding:0 20px 20px}.payment-plan-info{text-align:center;margin-bottom:24px;padding:20px;background:#f8f9fa;border-radius:16px}[data-theme=dark] .payment-plan-info{background:#1a1a1a}.payment-plan-info h4{font-family:Geologica,sans-serif;font-style:normal;font-weight:500;font-size:18px;line-height:22px;color:#333;margin:0 0 8px}[data-theme=dark] .payment-plan-info h4{color:#fff}.payment-plan-details{font-family:Geologica,sans-serif;font-style:normal;font-weight:300;font-size:14px;line-height:18px;color:#666;margin:0 0 12px}[data-theme=dark] .payment-plan-details{color:#bbb}.payment-plan-price{font-family:Geologica,sans-serif;font-style:normal;font-weight:600;font-size:24px;line-height:28px;color:#476cff;margin:0}.payment-methods-section{margin-bottom:20px}.payment-methods-section h4{font-family:Geologica,sans-serif;font-style:normal;font-weight:500;font-size:16px;line-height:20px;color:#333;margin:0 0 16px}[data-theme=dark] .payment-methods-section h4{color:#fff}.payment-crypto-section{border:2px solid #E9ECEF;border-radius:16px;padding:16px;background:#f8f9fa;transition:all .2s}.payment-crypto-section:hover{border-color:#476cff;background:#f0f4ff}[data-theme=dark] .payment-crypto-section{background:#1a1a1a;border-color:#404040}[data-theme=dark] .payment-crypto-section:hover{border-color:#7ec5ff;background:#222}.payment-crypto-header{display:flex;align-items:center;gap:12px;margin-bottom:16px;font-weight:500;color:#333}[data-theme=dark] .payment-crypto-header{color:#fff}.payment-method-icon{width:24px;height:24px;color:#476cff}.payment-currency-selector{margin-bottom:16px}.payment-currency-buttons{display:flex;gap:8px}.payment-currency-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:8px;height:48px;background:#fff;border:2px solid #E9ECEF;border-radius:12px;font-family:Geologica,sans-serif;font-weight:400;font-size:14px;color:#495057;cursor:pointer;transition:all .2s}.payment-currency-btn.active{background:linear-gradient(166.99deg,#476cff 53.51%,#7ec5ff 123.57%);border-color:#476cff;color:#fff}.payment-currency-btn:hover:not(.active){border-color:#476cff;background:#f0f4ff}[data-theme=dark] .payment-currency-btn{background:#404040;border-color:#555;color:#ccc}[data-theme=dark] .payment-currency-btn:hover:not(.active){border-color:#7ec5ff;background:#4a4a4a}.payment-currency-icon{font-size:18px;line-height:1}.payment-crypto-pay-btn{width:100%;height:52px;background:linear-gradient(166.99deg,#476cff 53.51%,#7ec5ff 123.57%);border:none;border-radius:14px;font-family:Geologica,sans-serif;font-weight:500;font-size:16px;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;transition:all .2s;margin:0}.payment-crypto-pay-btn:hover:not(:disabled){opacity:.9;transform:translateY(-1px)}.payment-crypto-pay-btn:active:not(:disabled){transform:translateY(0);opacity:.8}.payment-crypto-pay-btn:disabled{opacity:.7;cursor:not-allowed}.payment-crypto-arrow{font-size:18px;font-weight:700}.payment-loading-spinner{width:20px;height:20px;border:2px solid rgba(255,255,255,.3);border-top:2px solid #FFFFFF;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.payment-note{font-family:Geologica,sans-serif;font-style:normal;font-weight:300;font-size:13px;line-height:16px;color:#666;text-align:center;margin:0}[data-theme=dark] .payment-note{color:#bbb}.payment-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px;text-align:center}.spinner-small{width:32px;height:32px;border:3px solid #F0F0F0;border-top:3px solid #476CFF;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:16px}.payment-loading p{font-family:Geologica,sans-serif;font-style:normal;font-weight:300;font-size:14px;line-height:18px;color:#666;margin:0}[data-theme=dark] .payment-loading p{color:#bbb}@media(max-width:410px){html,body{width:100%;max-width:100vw;scrollbar-width:none;-ms-overflow-style:none}.payment-modal{width:95%;margin:20px}.payment-modal-header{padding:16px 16px 0;margin-bottom:16px}.payment-modal-title{font-size:18px;line-height:22px}.payment-modal-content{padding:0 16px 16px}.payment-plan-info{padding:16px;margin-bottom:20px}.payment-plan-info h4{font-size:16px;line-height:20px}.payment-plan-price{font-size:22px;line-height:26px}.payment-crypto-section{padding:14px}.payment-crypto-header{gap:10px;margin-bottom:14px;font-size:15px}.payment-currency-buttons{gap:6px}.payment-currency-btn{height:44px;font-size:13px;gap:6px}.payment-currency-icon{font-size:16px}.payment-crypto-pay-btn{height:48px;font-size:15px}body::-webkit-scrollbar{width:0;display:none}.user-page::-webkit-scrollbar{display:none;width:0}.user-page{height:auto;overflow-y:visible;overflow-x:hidden;padding-bottom:200px;box-sizing:border-box;width:100%;max-width:100vw;margin:0;padding-left:0;padding-right:0}.profile-referral-card{width:335px!important;height:150px;top:430px;padding:18px 15px}.profile-referral-title{font-size:16px;line-height:20px}.profile-referral-description{font-size:12px;line-height:15px;max-width:300px;margin-bottom:14px}.profile-referral-link-container{max-width:305px}.profile-referral-input{height:36px;font-size:11px;padding:0 10px}.profile-referral-copy-btn{width:36px;height:36px}body::-webkit-scrollbar-track{background:transparent}body::-webkit-scrollbar-thumb{background:#476cff33;border-radius:1px}[data-theme=dark] body::-webkit-scrollbar-thumb{background:#7ec5ff33}.profile-card{width:335px!important;height:140px;top:30px}.profile-divider{position:absolute!important;width:331px!important;left:50%!important;top:100px!important;transform:translate(-50%) rotate(.16deg)!important;margin:0!important}.profile-sub-card{width:335px!important;height:190px;top:190px}.profile-ref-card{width:335px!important;height:145px!important;top:400px}.payment-modal{width:90%;max-width:300px;padding:15px;border-radius:16px}.payment-modal-title{font-size:20px;line-height:24px;margin-bottom:15px}.payment-description{font-size:14px;line-height:18px}.profile-no-sub-card{width:335px!important;height:220px;padding:25px 15px}.profile-no-sub-title{font-size:18px;line-height:22px}.profile-no-sub-description{font-size:13px;line-height:16px;max-width:260px}.profile-no-sub-btn{width:180px;height:46px;font-size:15px}.profile-ref-card-compact{top:430px!important;width:335px!important;height:80px!important}.payment-price{font-size:22px;line-height:26px;margin:3px 0 12px}.payment-button{height:46px;font-size:15px;line-height:20px;border-radius:16px}.payment-note{font-size:12px;line-height:16px}.payment-loading{margin:15px 0}.spinner-small{width:25px;height:25px}.payment-loading p{font-size:13px;line-height:16px}.payment-modal-close{top:8px;right:12px;font-size:22px}.profile-sub-info,.profile-sub-btn,.profile-ref-row{width:300px!important;height:48px}.profile-sub-btn:first-of-type{top:75px}.profile-sub-btn:last-of-type{top:133px}.profile-ref-row:first-of-type{width:260px!important;top:15px}.profile-ref-row:last-of-type{width:260px!important;top:73px}.profile-title{font-size:24px;line-height:30px}.profile-id-label,.profile-id-value{font-size:18px;line-height:22px}.profile-sub-label{font-size:16px}.profile-sub-days{font-size:15px}.profile-ref-row{font-size:16px}}@media(max-width:410px){.user-page::-webkit-scrollbar{display:none}}@media(min-width:411px){.user-page::-webkit-scrollbar{width:2px}.user-page::-webkit-scrollbar-track{background:transparent}.user-page::-webkit-scrollbar-thumb{background:#476cff4d;border-radius:1px}[data-theme=dark] .user-page::-webkit-scrollbar-thumb{background:#7ec5ff4d}}.settings-center{display:flex;align-items:center;gap:1rem;justify-content:center;height:100%}.switch{position:relative;display:inline-block;width:50px;height:24px}.switch input{display:none}.slider{position:absolute;cursor:pointer;top:0;right:0;bottom:0;left:0;background-color:var(--toggle-bg);transition:.4s;border-radius:24px}.slider:before{position:absolute;content:"";height:18px;width:18px;left:3px;bottom:3px;background-color:var(--toggle-knob);transition:.4s;border-radius:50%}.input:checked+.slider{background-color:var(--accent)}.input:checked+.slider:before{transform:translate(26px)}.settings-container{display:flex;flex-direction:column;align-items:center;padding-top:20px;gap:16px}.settings-button{position:relative;width:380px;height:68px;background:#fff;border-radius:19px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;box-shadow:0 2px 8px #0000000d}.settings-button:hover{background:#f8f9ff}.settings-button:active{transform:scale(.98)}.settings-button-text{font-family:Geologica,sans-serif;font-style:normal;font-weight:300;font-size:18px;line-height:22px;color:#476cff;margin-right:5px}.settings-button-icon{width:20px;height:20px;flex-shrink:0}.settings-button:nth-child(2) .settings-button-icon{width:20px;height:21px}.theme-switch{position:relative;display:inline-block;width:48px;height:24px;margin-left:5px}.theme-switch input{opacity:0;width:0;height:0}.theme-slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#e6ebff;transition:.3s;border-radius:24px}.theme-slider:before{position:absolute;content:"";height:18px;width:18px;left:3px;bottom:3px;background-color:#fff;transition:.3s;border-radius:50%;box-shadow:0 2px 4px #0003}.theme-switch input:checked+.theme-slider{background:linear-gradient(179.51deg,#476cff 66.75%,#7ec5ff 161.63%)}.theme-switch input:checked+.theme-slider:before{transform:translate(24px)}[data-theme=dark] .settings-button{background:#2a2a2a!important}[data-theme=dark] .settings-button:hover{background:#353d5c!important}[data-theme=dark] .theme-slider{background-color:#353d5c!important}.referral-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:flex-start;justify-content:center;z-index:1000;padding:120px 20px 20px}.referral-modal{background:#fff;border-radius:19px;width:100%;max-width:420px;max-height:calc(90vh - 120px);overflow-y:auto;box-shadow:0 10px 30px #0003;animation:modalSlideIn .3s ease-out}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.referral-modal-header{display:flex;align-items:center;justify-content:space-between;padding:24px 24px 16px;border-bottom:1px solid #F0F0F0}.referral-modal-header h3{margin:0;font-family:Geologica,sans-serif;font-style:normal;font-weight:400;font-size:20px;line-height:24px;color:#476cff}.referral-modal-close{background:none;border:none;cursor:pointer;color:#888;padding:4px;border-radius:8px;transition:background-color .2s}.referral-modal-close:hover{background:#f0f0f0}.referral-modal-content{padding:24px}.referral-description{font-family:Geologica,sans-serif;font-style:normal;font-weight:300;font-size:16px;line-height:20px;color:#666;margin:0 0 24px;text-align:center}.referral-link-section{margin-top:20px}.referral-link-label{display:block;font-family:Geologica,sans-serif;font-style:normal;font-weight:400;font-size:16px;line-height:20px;color:#476cff;margin-bottom:12px}.referral-link-container{display:flex;gap:8px;align-items:stretch}.referral-link-input{flex:1;padding:12px 16px;border:2px solid #E6EBFF;border-radius:12px;font-family:Geologica,sans-serif;font-style:normal;font-weight:300;font-size:14px;line-height:18px;color:#333;background:#f8f9ff;outline:none;transition:border-color .2s}.referral-link-input:focus{border-color:#476cff}.referral-copy-button{padding:12px 16px;background:linear-gradient(179.51deg,#476cff 66.75%,#7ec5ff 161.63%);border:none;border-radius:12px;color:#fff;font-family:Geologica,sans-serif;font-style:normal;font-weight:400;font-size:14px;line-height:18px;cursor:pointer;display:flex;align-items:center;gap:6px;white-space:nowrap;transition:opacity .2s}.referral-copy-button:hover{opacity:.9}.referral-copy-button:active{transform:scale(.98)}[data-theme=dark] .referral-modal{background:#2a2a2a}[data-theme=dark] .referral-modal-header{border-bottom-color:#4a4a4a}[data-theme=dark] .referral-modal-header h3{color:#7ec5ff}[data-theme=dark] .referral-modal-close{color:#ccc}[data-theme=dark] .referral-modal-close:hover{background:#3a3a3a}[data-theme=dark] .referral-description{color:#ccc}[data-theme=dark] .referral-link-label{color:#7ec5ff}[data-theme=dark] .referral-link-input{background:#353d5c;border-color:#4a4a4a;color:#fff}[data-theme=dark] .referral-link-input:focus{border-color:#7ec5ff}.delete-account-button{background:linear-gradient(78.85deg,#fd6060 27.34%,#f92525 69.51%)!important;margin-top:250px}.delete-account-button:hover{background:linear-gradient(78.85deg,#fc5555 27.34%,#f71f1f 69.51%)!important}.delete-account-button .settings-button-text{color:#292d32!important}.delete-account-button .settings-button-icon{width:20px;height:22px}[data-theme=dark] .delete-account-button{background:linear-gradient(78.85deg,#fd6060 27.34%,#f92525 69.51%)!important}[data-theme=dark] .delete-account-button:hover{background:linear-gradient(78.85deg,#fc5555 27.34%,#f71f1f 69.51%)!important}[data-theme=dark] .delete-account-button .settings-button-text{color:#292d32!important}@media(max-width:410px){.delete-account-button{margin-top:120px}.delete-account-button .settings-button-icon{width:18px;height:20px}.referral-modal-overlay{padding-top:100px}.referral-modal{max-width:95%;margin:0 10px;max-height:calc(90vh - 100px)}.referral-modal-header,.referral-modal-content{padding:20px}.referral-modal-header h3{font-size:18px}.referral-description{font-size:15px;line-height:19px}.referral-link-container{flex-direction:column;gap:12px}.referral-copy-button{justify-content:center;width:100%}.settings-button:nth-child(2) .settings-button-icon{width:20px;height:20px}.settings-button{height:60px;width:340px}.settings-button-text{font-size:16px}.settings-button-icon{width:18px;height:18px}.theme-switch{width:44px;height:22px}.theme-slider:before{height:16px;width:16px}.theme-switch input:checked+.theme-slider:before{transform:translate(22px)}}.placeholder-container{padding:20px 15px 100px;min-height:50vh}.faq-section{display:flex;flex-direction:column;gap:12px;margin-top:15px;align-items:center}.faq-item{background:#fff;border-radius:19px;overflow:hidden;transition:all .3s ease;box-shadow:0 2px 8px #0000000d;width:380px}.faq-item.open{background:#fff}.faq-header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;cursor:pointer;min-height:62px;box-sizing:border-box}.faq-question{font-family:Geologica,sans-serif;font-style:normal;font-weight:300;font-size:17px;line-height:21px;color:#1947ff;flex:1;margin-right:16px}.faq-toggle{background:none;border:none;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;transition:transform .3s ease}.faq-toggle:hover{transform:scale(1.1)}.faq-toggle svg path{fill:#476cff}.faq-answer{padding:0 24px 24px;font-family:Geologica,sans-serif;font-style:normal;font-weight:300;font-size:13px;line-height:16px;color:#aaa;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}[data-theme=dark] .faq-item,[data-theme=dark] .faq-item.open{background:#2a2a2a}[data-theme=dark] .faq-question{color:#1947ff!important}[data-theme=dark] .faq-answer{color:#aaa!important}[data-theme=dark] .faq-toggle svg path{fill:#476cff!important}@media(max-width:410px){.placeholder-container{padding:15px 10px}.faq-section{gap:10px}.faq-item{width:344px}.faq-header{padding:16px 20px;min-height:56px}.faq-question{font-size:16px;line-height:20px;margin-right:12px}.faq-answer{padding:0 20px 20px;font-size:12px;line-height:15px}.faq-toggle svg{width:12px;height:auto}}@media(max-width:375px){.placeholder-container{padding:12px 8px}.faq-item{width:min(380px,95.6%)}.faq-header{padding:14px 18px;min-height:52px}.faq-question{font-size:15px;line-height:19px;margin-right:10px}.faq-answer{padding:0 18px 18px;font-size:11px;line-height:14px}.faq-toggle svg{width:11px}}@media(max-width:320px){.placeholder-container{padding:10px 6px}.faq-item{width:min(380px,95.6%)}.faq-header{padding:12px 16px;min-height:48px}.faq-question{font-size:14px;line-height:18px;margin-right:8px}.faq-answer{padding:0 16px 16px;font-size:10px;line-height:13px}.faq-toggle svg{width:10px}}.app-container{min-height:100vh;height:100vh;width:100%;display:flex;background-color:var(--bg);background-image:var(--bg-image);background-size:cover;background-position:center;background-repeat:no-repeat;color:var(--fg);flex-direction:column;position:relative}.content{flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch;padding-top:80px;padding-bottom:100px;box-sizing:border-box;width:100%;position:relative;z-index:1;display:flex;flex-direction:column;align-items:center}.tabbar{box-sizing:border-box;position:fixed;bottom:20px;left:50%;transform:translate(-50%);width:min(380px,90%);height:auto;padding:16px 14px;background:var(--navbar-bg);border:1px solid rgba(189,189,189,.3);border-radius:19px;display:flex;justify-content:space-around;align-items:center;box-shadow:var(--navbar-shadow);z-index:1000}.tab-button{border:none;background:none;padding:12px;cursor:pointer;display:flex;justify-content:center;align-items:center;transition:all .2s ease;flex:1;max-width:80px;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;outline:none}.tab-button img{width:26px;height:26px}.tab-button.active,.tab-button:hover{background:transparent!important}:root{--bg: #ffffff;--fg: #000000;--navbar-bg: #ffffff;--navbar-shadow: 0 -2px 10px rgba(0, 0, 0, .1);--tab-active-bg: rgba(45, 156, 219, .1);--tab-hover-bg: rgba(45, 156, 219, .05);--panel-bg: #FFFFFF;--bg-image: url(/back-white.svg);--bg-overlay: rgba(255, 255, 255, .85)}[data-theme=dark]{--bg: #121212;--fg: #ffffff;--navbar-bg: #2a2a2a;--navbar-shadow: 0 -2px 10px rgba(0, 0, 0, .3);--tab-active-bg: rgba(45, 156, 219, .2);--tab-hover-bg: rgba(45, 156, 219, .1);--panel-bg: #2A2A2A;--bg-image: url(/back-black.svg);--bg-overlay: rgba(18, 18, 18, .85)}.tab-button:hover{background:var(--tab-hover-bg)}.top-panel{position:fixed;top:15px;left:50%;transform:translate(-50%);width:min(380px,90%);height:auto;min-height:50px;background:var(--panel-bg, #FFFFFF);border-radius:19px;box-shadow:0 4px 12px #0000001a;z-index:1000;padding:8px 0}.panel-title{font-family:Geologica,sans-serif;font-weight:300;font-size:16px;line-height:20px;background:linear-gradient(92.59deg,#5893ff -6.81%,#3665ff 96.25%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;position:relative;padding-left:30px}.panel-title:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:20px;height:20px}.theme-switcher{background:none;border:none;padding:8px;cursor:pointer;transition:transform .2s ease;display:flex;align-items:center}.theme-switcher:hover{transform:scale(1.1)}.theme-switcher:active{transform:scale(.95)}[data-theme=dark]{--panel-bg: #2A2A2A}.branding-container{position:relative;width:170px;height:25px;display:flex;align-items:center}.lumoqira-brand{font-family:Geologica,sans-serif;font-style:normal;font-weight:300;font-size:16px;line-height:20px;letter-spacing:.2px;background:linear-gradient(92.59deg,#6aa0ff -6.81%,#3665ff 96.25%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent}.gen-1-badge{position:absolute;width:35px;height:16px;left:12px;top:5px;background:#eee;border-radius:8px;display:flex;justify-content:center;align-items:center;box-shadow:0 1px 2px #0000001a;overflow:hidden}.gen-1{font-family:Geologica,sans-serif;font-style:normal;font-weight:500;font-size:8px;line-height:10px;color:#333;text-align:center}[data-theme=dark] .gen-1-badge{background:#323232;border-radius:8px}[data-theme=dark] .gen-1{color:#fff}.panel-content{display:flex;justify-content:space-between;align-items:center;height:100%;padding:0 20px}.server-card,.vpn-server-card{border-radius:14px;overflow:hidden;width:min(380px,90%);margin-bottom:15px;box-sizing:border-box;align-self:center}.download-button,.action-button{border-radius:12px;width:min(380px,90%);box-sizing:border-box;padding:12px;margin-bottom:10px;align-self:center}@media(max-width:410px){.lumoqira-brand{font-size:14px}.gen-1-badge{width:30px;height:14px;left:75px}.gen-1{font-size:7px}.content{padding-top:80px;padding-bottom:95px}.tabbar{bottom:15px;padding:14px 10px}.tab-button{padding:10px;max-width:70px}.tab-button img{width:24px;height:24px}.top-panel{top:15px;min-height:45px}.panel-content{padding:0 15px}.panel-title{font-size:14px;padding-left:24px}}@media(max-width:360px){.lumoqira-brand{font-size:13px}.gen-1-badge{width:28px;height:12px;left:70px}.gen-1{font-size:6px}.content{padding-top:70px;padding-bottom:85px}.top-panel{top:10px;min-height:40px}.tabbar{bottom:10px;padding:12px 8px}.tab-button{padding:8px;max-width:60px}.tab-button img{width:22px;height:22px}.panel-title{font-size:12px;padding-left:20px}.panel-title:before{width:16px;height:16px}.server-card,.vpn-server-card,.download-button,.action-button{padding:10px;margin-bottom:10px}}@media(max-width:320px){.content{padding-top:65px;padding-bottom:80px}.tabbar,.top-panel{width:95%}.tabbar{padding:10px 6px}.panel-title{font-size:11px;padding-left:18px}.tab-button{padding:6px;max-width:55px}.tab-button img{width:20px;height:20px}.server-card,.vpn-server-card,.download-button,.action-button{margin-bottom:8px;padding:8px;width:95%}}@media(max-height:600px){.content{padding-top:65px;padding-bottom:80px}.top-panel{top:10px;min-height:35px}.tabbar{height:auto;padding:10px}}:root{--shell-gutter: 12px;--shell-width: 380px;--shell-top-space: 82px;--shell-bottom-space: 96px;--safe-top: env(safe-area-inset-top, 0px);--safe-bottom: env(safe-area-inset-bottom, 0px);--accent-soft: #e6ebff;--danger-start: #fd6060;--danger-end: #f92525}[data-theme=dark]{--accent-soft: #353d5c}.app-container{min-height:100vh;min-height:100dvh;height:100vh;height:100dvh;overflow:hidden}.content{min-height:0;padding-block-start:calc(var(--shell-top-space) + var(--safe-top));padding-block-end:calc(var(--shell-bottom-space) + var(--safe-bottom));overscroll-behavior-y:contain;scrollbar-gutter:stable}.top-panel,.tabbar{width:min(var(--shell-width),calc(100% - (var(--shell-gutter) * 2)));box-sizing:border-box}.top-panel{top:calc(12px + var(--safe-top))}.tabbar{bottom:calc(12px + var(--safe-bottom));padding:10px 12px}.panel-content{min-width:0;padding-inline:16px}.branding-container{width:auto;min-width:0;height:25px;display:flex;align-items:center}.lumoqira-brand{font-size:clamp(.9375rem,4vw,1.0625rem);font-weight:600;line-height:1.25;letter-spacing:-.015em}.gen-1-badge{position:static;width:36px;height:17px;margin-inline-start:8px;flex:0 0 auto}.gen-1{font-size:.5rem;line-height:1}.theme-switcher,.tab-button{min-width:44px;min-height:44px}.theme-switcher:focus-visible,.tab-button:focus-visible,button:focus-visible,[role=button]:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.home-container,.user-page,.settings-container,.placeholder-container,.pay-container{min-height:auto;width:100%;box-sizing:border-box}.home-container,.user-page{gap:20px;padding:16px var(--shell-gutter) 24px;overflow:visible}.server-rectangle,.server-select-panel,.profile-card,.profile-sub-card,.profile-no-sub-card,.profile-ref-card,.profile-referral-card{position:relative;inset:auto;transform:none;width:min(var(--shell-width),100%);max-width:var(--shell-width);flex:0 0 auto;box-sizing:border-box;margin:0}@media(max-width:410px){.profile-card,.profile-sub-card,.profile-no-sub-card,.profile-ref-card,.profile-referral-card,.profile-ref-card-compact{width:min(var(--shell-width),100%)!important}.profile-sub-info,.profile-sub-btn,.profile-ref-row,.profile-ref-row:first-of-type,.profile-ref-row:last-of-type{width:min(332px,calc(100% - 32px))!important}.profile-referral-card{padding-inline:16px}}.server-rectangle{min-height:290px;height:auto;padding:clamp(16px,5vw,20px)}.server-select-panel{height:auto;min-height:0;max-height:min(260px,34dvh)}.server-select-scroll{min-height:0}.server-header,.server-rectangle h3,.server-select-content,.server-select-left{min-width:0}.server-rectangle h3{font-size:clamp(1.25rem,6vw,1.75rem);line-height:1.25;text-wrap:balance}.protocol-label,.server-select-btn span{font-size:.8125rem;line-height:1.35}.server-select-content{justify-content:space-between;gap:8px}.server-select-left{flex:1 1 auto;overflow:hidden}.server-select-left span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.server-select-right{flex:0 0 auto;gap:8px}.server-select-btn,.download-btn{width:calc(100% - 24px);min-width:0;min-height:44px;height:auto}.download-btn{width:100%;padding:12px 16px;font-size:.9375rem;font-weight:450}.protocol-btn.active{background:linear-gradient(166.99deg,#476cff 53.51%,#7ec5ff 123.57%);color:#fff}.vpn-howto{background:var(--accent-soft);color:#476cff}[data-theme=dark] .vpn-howto{color:#fff}.profile-card{height:150px}.profile-sub-card{height:215px}.profile-no-sub-card{min-height:220px;height:auto}.profile-ref-card{height:147px}.profile-referral-card{min-height:160px;height:auto}.profile-divider{display:none}.profile-sub-info,.profile-sub-btn,.profile-ref-row{width:calc(100% - 48px);max-width:332px}.profile-id-row{width:calc(100% - 32px);min-width:0}.profile-id-value{min-width:0;overflow:hidden;text-overflow:ellipsis;font-variant-numeric:tabular-nums}.profile-sub-info{gap:12px;padding-inline:16px;box-sizing:border-box}.profile-sub-label,.profile-sub-days{width:auto;min-width:0;font-size:clamp(.875rem,4vw,1.0625rem)}.profile-sub-days{flex:1;justify-content:flex-end}.profile-ref-row{box-sizing:border-box}.profile-referral-input,.referral-link-input{min-width:0;font-size:.8125rem;text-overflow:ellipsis}.settings-container{padding:16px var(--shell-gutter) 32px}.settings-button,.faq-item{width:min(var(--shell-width),100%);box-sizing:border-box}.settings-button{min-height:60px;height:auto;padding:16px 20px}.settings-button-text{min-width:0;font-size:clamp(.9375rem,4vw,1.0625rem);line-height:1.35;text-wrap:balance}.delete-account-button{margin-top:32px}.placeholder-container{padding:16px var(--shell-gutter) 24px}.faq-section{margin-top:0}.faq-header{width:100%;border:0;background:transparent;color:inherit;text-align:start;cursor:pointer}.faq-question{min-width:0;font-size:clamp(.9375rem,4vw,1.0625rem);line-height:1.35;text-wrap:pretty}.faq-answer{font-size:.8125rem;line-height:1.5;text-wrap:pretty}.pay-container{min-height:100%;padding:20px var(--shell-gutter)}.pay-modal-overlay,.payment-modal-overlay,.referral-modal-overlay,.modal-vless-overlay,.modal-instructions-overlay{box-sizing:border-box;align-items:center;padding:calc(12px + var(--safe-top)) 12px calc(12px + var(--safe-bottom))}.pay-modal,.payment-modal,.referral-modal,.modal-vless-window,.modal-instructions-window{width:min(420px,100%);max-width:420px;max-height:calc(100dvh - var(--safe-top) - var(--safe-bottom) - 24px);box-sizing:border-box;overflow-y:auto;margin:0}.modal-instructions-content{max-height:none;overflow:visible}@media(min-width:768px){:root{--shell-gutter: 20px;--shell-top-space: 88px;--shell-bottom-space: 104px}.top-panel,.tabbar{width:min(440px,calc(100% - 40px))}.settings-container,.faq-section{width:min(520px,100%)}.settings-button,.faq-item{width:100%}}@media(max-width:360px){:root{--shell-gutter: 10px;--shell-top-space: 76px;--shell-bottom-space: 88px}.top-panel,.tabbar{border-radius:16px}.panel-content{padding-inline:12px}.tabbar{padding:6px 8px}.server-header,.protocol-buttons{gap:8px}.profile-sub-info,.profile-sub-btn,.profile-ref-row{width:calc(100% - 32px)}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}:root{--bg: #f0f2f5;--fg: #213547;--fg-muted: #7a8ba3;--card-bg: #ffffff;--tab-bg: #ffffff;--btn-bg: #e3e6ea;--btn-fg: #213547;--accent: #4b65f6;--toggle-bg: #ccc;--toggle-knob: #ffffff;--icon-filter: invert(35%) sepia(5%) saturate(50%) hue-rotate(180deg);--icon-filter-active: invert(43%) sepia(89%) saturate(3658%) hue-rotate(204deg)}*,*:before,*:after{box-sizing:border-box}html,body,#root{width:100%;min-height:100%;margin:0}html,body{overflow-x:hidden}body,button,input,textarea,select{font-family:Geologica,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}button,input,textarea,select{font:inherit}[data-theme=dark]{--bg: #1a1a1a;--fg: #e2e8f0;--fg-muted: #a0aec0;--card-bg: #2d2d2d;--tab-bg: #2d2d2d;--btn-bg: #3a3a3a;--btn-fg: #e2e8f0;--accent: #8ab4f8;--toggle-bg: #555;--toggle-knob: #333;--icon-filter: invert(85%) sepia(3%) saturate(0%);--icon-filter-active: invert(52%) sepia(80%) saturate(3312%) hue-rotate(189deg)}.error-banner{margin:12px 16px;padding:10px 14px;border-radius:10px;background:#ffe5e5;color:#b00020;font-size:14px;line-height:1.4;border:1px solid #ffb3b3}[data-theme=dark] .error-banner{background:#3a1f1f;color:#ff8a8a;border-color:#5a2a2a}
