:root{--cg-ink:#162137;--cg-muted:#73809a;--cg-blue:#4269ff;--cg-violet:#9878ff;--cg-line:rgba(255,255,255,.76);--cg-glass:rgba(255,255,255,.60);--cg-shadow:0 20px 60px rgba(48,68,120,.13)}
*{box-sizing:border-box}body.cg-body{min-height:100vh;color:var(--cg-ink);font-family:"SF Pro Display","PingFang SC","Microsoft YaHei",Arial,sans-serif;background:radial-gradient(circle at 15% 5%,#f2e6ff 0,transparent 27rem),radial-gradient(circle at 90% 10%,#d9f3ff 0,transparent 28rem),linear-gradient(145deg,#f8faff,#e9eef9 52%,#f9f7ff);font-size:15px}body.cg-body:before{content:"";position:fixed;inset:0;background-image:linear-gradient(rgba(255,255,255,.3) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.3) 1px,transparent 1px);background-size:28px 28px;mask-image:linear-gradient(to bottom,rgba(0,0,0,.4),transparent 70%);pointer-events:none;z-index:-1}.cg-header{position:sticky;top:0;z-index:100;padding:14px 22px;background:rgba(247,250,255,.58);backdrop-filter:blur(20px);border-bottom:1px solid rgba(255,255,255,.7)}.cg-header-inner,.cg-main,.cg-footer{width:min(1180px,calc(100% - 40px));margin:auto}.cg-header-inner{display:flex;align-items:center;justify-content:space-between}.cg-brand{display:flex;align-items:center;gap:9px;font-weight:800;color:var(--cg-ink);font-size:17px;text-decoration:none}.cg-brand-mark{display:grid;place-items:center;width:27px;height:27px;border-radius:9px;background:linear-gradient(135deg,var(--cg-blue),var(--cg-violet));box-shadow:0 7px 17px #738aff75;color:#fff}.cg-nav{display:flex;align-items:center;gap:22px}.cg-nav a{color:#4d5b73;text-decoration:none;font-size:13px;font-weight:650}.cg-nav a:hover,.cg-card-link:hover,.cg-back-link:hover{color:var(--cg-blue)}.cg-account{display:grid;place-items:center;width:31px;height:31px;border-radius:50%;background:#253653;color:#fff!important}.cg-login-link,.cg-primary-button{border:0;background:linear-gradient(120deg,var(--cg-blue),#5a7bff);color:#fff!important;box-shadow:0 11px 23px rgba(66,105,255,.23)}.cg-login-link{padding:8px 13px;border-radius:9px}.cg-main{padding:55px 0 72px;min-height:calc(100vh - 130px)}.cg-footer{display:flex;justify-content:space-between;padding:23px 0 38px;color:var(--cg-muted);font-size:12px}.cg-footer a{margin-left:18px;color:inherit;text-decoration:none}.cg-eyebrow{display:block;font-weight:800;letter-spacing:.12em;color:var(--cg-blue);font-size:10px}.cg-page-head,.cg-product-head{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:26px;gap:18px}.cg-page-head h1,.cg-product-title h1{font-size:35px;letter-spacing:-.04em;margin:6px 0 7px}.cg-page-head p,.cg-product-title p{color:var(--cg-muted);margin:0}.cg-secondary-button,.cg-quiet-button,.cg-primary-button{display:inline-flex;align-items:center;justify-content:center;gap:9px;padding:11px 14px;border-radius:12px;text-decoration:none;font-weight:750;font-size:13px}.cg-secondary-button{border:1px solid rgba(123,141,181,.22);background:rgba(255,255,255,.62);color:#354361;box-shadow:0 5px 17px rgba(61,82,130,.05)}.cg-quiet-button{color:#78849a}.cg-primary-button span{font-size:18px;line-height:12px}.cg-glass,.cg-service-card,.cg-v2-card{background:var(--cg-glass);border:1px solid var(--cg-line);box-shadow:var(--cg-shadow);backdrop-filter:blur(16px);border-radius:20px}.cg-service-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(275px,1fr));gap:15px}.cg-service-card{padding:19px;transition:transform .2s,box-shadow .2s}.cg-service-card:hover{transform:translateY(-3px);box-shadow:0 28px 65px rgba(48,68,120,.17)}.cg-service-card-top,.cg-service-actions,.cg-product-title,.cg-product-utility{display:flex;align-items:center;justify-content:space-between;gap:10px}.cg-service-icon{display:grid;place-items:center;width:39px;height:39px;border-radius:13px;background:linear-gradient(145deg,#e2eaff,#fff);color:var(--cg-blue)}.cg-status{white-space:nowrap;padding:5px 9px;border-radius:99px;background:#edf2f7;color:#61708a;font-size:11px;font-weight:800}.cg-status-active{background:#dff7eb;color:#16845b}.cg-status-pending{background:#fff2d8;color:#ad7412}.cg-status-suspended,.cg-status-terminated{background:#ffe6e6;color:#bd4f4f}.cg-service-card h2{margin:20px 0 5px;font-size:18px;letter-spacing:-.02em}.cg-service-domain{margin:0;color:var(--cg-muted);font-size:12px}.cg-service-card dl{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin:21px 0}.cg-service-card dl div{padding:10px;border-radius:11px;background:rgba(255,255,255,.48)}.cg-service-card dt{color:var(--cg-muted);font-size:10px;font-weight:600}.cg-service-card dd{margin:4px 0 0;font-size:12px;font-weight:750}.cg-service-card dd small{display:block;color:var(--cg-muted);font-weight:500}.cg-service-actions{align-items:center}.cg-card-link{font-size:12px;font-weight:750;color:#667690;text-decoration:none;padding:8px}.cg-no-services{grid-column:1/-1;text-align:center;padding:55px}.cg-no-services i{font-size:25px;color:var(--cg-blue)}.cg-product-head{align-items:flex-start;flex-wrap:wrap}.cg-back-link{width:100%;font-size:13px;text-decoration:none;color:#657491;font-weight:700}.cg-product-title{flex:1;align-items:center}.cg-product-utility{align-self:flex-end;flex-wrap:wrap}.cg-product-overview{margin-top:6px}.cg-advanced-panel{margin-top:20px;border-top:1px solid rgba(92,110,148,.15);padding:17px 4px;color:var(--cg-muted)}.cg-advanced-panel summary{cursor:pointer;font-size:12px;font-weight:750;color:#52617d}.cg-advanced-content{padding:15px 4px;font-size:13px}.cg-empty-home{max-width:620px;margin:9vh auto;padding:45px;text-align:center}.cg-empty-home h1{font-size:34px;margin:9px 0}.cg-empty-home p{color:var(--cg-muted);margin-bottom:22px}.cg-login-shell{display:grid;grid-template-columns:1fr 460px;gap:70px;align-items:center;max-width:1030px;margin:7vh auto;position:relative}.cg-guest .cg-header{background:transparent;border:0;backdrop-filter:none}.cg-guest .cg-main{padding-top:1px}.cg-login-copy{position:relative;min-height:360px;padding-top:55px}.cg-login-copy h1{font-size:54px;letter-spacing:-.06em;line-height:1.05;margin:10px 0 18px}.cg-login-copy p{max-width:445px;line-height:1.8;color:#60708a}.cg-login-orb{position:absolute;z-index:-1;border-radius:50%;filter:blur(1px)}.cg-orb-one{width:215px;height:215px;right:20px;top:8px;background:radial-gradient(circle at 30% 30%,#fff,#c0ceff 35%,#9e80ff 100%);opacity:.62}.cg-orb-two{width:90px;height:90px;left:20px;bottom:10px;background:#a6e8ff;opacity:.65}.cg-login-card{padding:33px;border:1px solid rgba(255,255,255,.82);border-radius:23px;background:rgba(255,255,255,.68);backdrop-filter:blur(22px);box-shadow:0 25px 75px rgba(45,64,110,.16)}.cg-login-card h2{font-size:27px;margin:7px 0 4px}.cg-login-card>p{margin:0 0 25px;color:var(--cg-muted);font-size:13px}.cg-login-card label{display:block;color:#44516b;font-size:12px;font-weight:750;margin:14px 0 7px}.cg-login-card input[type=email],.cg-login-card input[type=password]{width:100%;border:1px solid rgba(130,146,181,.2);border-radius:11px;padding:12px 13px;background:rgba(255,255,255,.7);outline:none}.cg-login-card input:focus{border-color:#8da8ff;box-shadow:0 0 0 4px rgba(66,105,255,.1)}.cg-password-label{display:flex;justify-content:space-between;align-items:end}.cg-password-label a{font-size:11px;color:var(--cg-blue);text-decoration:none}.cg-login-actions{display:flex;justify-content:space-between;align-items:center;margin:22px 0}.cg-login-actions button{border:0;padding:11px 14px;border-radius:10px;font-weight:800;color:#fff;background:linear-gradient(120deg,var(--cg-blue),#6986ff);cursor:pointer}.cg-login-actions button span{margin-left:8px}.cg-check{display:flex!important;align-items:center;gap:4px;margin:0!important;font-weight:500!important;color:var(--cg-muted)!important}.cg-login-register{border-top:1px solid rgba(118,139,183,.16);padding-top:17px;color:var(--cg-muted);font-size:12px}.cg-login-register a{font-weight:800;color:var(--cg-blue);text-decoration:none}.cg-v2-root{display:none}.cg-v2-root.is-ready{display:block}.cg-v2-alert{padding:13px 15px;margin-bottom:15px;border-radius:13px;background:#fff6dc;color:#986c10;font-size:13px}.cg-v2-alert.is-danger{background:#ffe9e9;color:#b24d4d}.cg-v2-card{padding:19px;margin-bottom:15px}.cg-v2-card h3{font-size:15px;margin:0}.cg-v2-card-heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:15px}.cg-v2-card-heading span{font-size:11px;color:var(--cg-muted);font-weight:600}.cg-v2-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:9px}.cg-v2-metric{padding:12px;border-radius:12px;background:rgba(255,255,255,.48)}.cg-v2-metric label{display:block;font-size:10px;color:var(--cg-muted)}.cg-v2-metric b{display:block;font-size:16px;margin-top:4px}.cg-v2-progress{display:flex;overflow:hidden;height:9px;border-radius:9px;background:#e5ebfa;margin-top:14px}.cg-v2-progress>span{display:block;height:100%;transition:width .25s}.cg-v2-progress-used{background:linear-gradient(90deg,#ffb263,#ff8b79)}.cg-v2-progress-left{background:linear-gradient(90deg,#6e8dff,#a7b9ff)}.cg-v2-apps{display:flex;gap:8px;flex-wrap:wrap}.cg-v2-app{border:1px solid rgba(122,140,180,.18);background:rgba(255,255,255,.5);padding:8px 10px;border-radius:9px;color:#5a6985;font-size:12px;font-weight:700;cursor:pointer}.cg-v2-app.is-active{color:var(--cg-blue);border-color:#9cb4ff;background:#eaf0ff}.cg-v2-app-info{display:flex;gap:13px;align-items:center;margin-top:15px}.cg-v2-app-info img{width:47px;height:47px;border-radius:13px;background:#f4f7ff;object-fit:cover}.cg-v2-app-info h4{font-size:14px;margin:0}.cg-v2-app-info p{font-size:11px;color:var(--cg-muted);margin:4px 0 0}.cg-v2-actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:15px}.cg-v2-actions button,.cg-v2-actions a{border:0;border-radius:9px;padding:9px 11px;font-size:12px;font-weight:750;cursor:pointer;text-decoration:none}.cg-v2-copy{background:var(--cg-blue);color:#fff}.cg-v2-import{background:#e2f8ed;color:#177c57}.cg-v2-download{background:#fff;color:#4d6399;border:1px solid #dbe4fb!important}.cg-v2-quick{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:12px}.cg-v2-quick a{padding:11px;border-radius:11px;background:rgba(255,255,255,.5);border:1px solid rgba(255,255,255,.8);font-size:11px;font-weight:750;color:#53617d;text-decoration:none}.cg-v2-quick i{display:block;color:var(--cg-blue);font-size:14px;margin-bottom:5px}.cg-v2-table{width:100%;border-collapse:collapse;font-size:12px}.cg-v2-table th{text-align:left;padding:8px;color:var(--cg-muted);font-size:10px;border-bottom:1px solid rgba(135,149,177,.18)}.cg-v2-table td{padding:10px 8px;border-bottom:1px solid rgba(135,149,177,.12)}.cg-v2-table-wrap{overflow:auto}.cg-v2-split{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(260px,.75fr);gap:15px}.cg-v2-side-list{display:grid;gap:8px}.cg-v2-side-row{display:flex;justify-content:space-between;padding:8px 0;border-bottom:1px solid rgba(135,149,177,.1);font-size:12px}.cg-v2-side-row span{color:var(--cg-muted)}.cg-v2-hidden{display:none!important}@media(max-width:800px){.cg-header{padding:13px 14px}.cg-header-inner,.cg-main,.cg-footer{width:min(100% - 28px,1180px)}.cg-nav{gap:11px}.cg-nav a:not(.cg-account):not(.cg-login-link){display:none}.cg-main{padding-top:32px}.cg-page-head,.cg-product-head{align-items:flex-start;flex-direction:column}.cg-product-utility{align-self:auto}.cg-login-shell{grid-template-columns:1fr;margin:25px auto;gap:5px}.cg-login-copy{min-height:195px;padding:20px 10px}.cg-login-copy h1{font-size:39px}.cg-login-card{padding:25px}.cg-v2-split{grid-template-columns:1fr}.cg-v2-metrics,.cg-v2-quick{grid-template-columns:1fr}.cg-page-head h1,.cg-product-title h1{font-size:30px}}
#v2raysocks>.card{margin:0 0 15px;border:1px solid var(--cg-line);border-radius:20px;background:var(--cg-glass);box-shadow:var(--cg-shadow);backdrop-filter:blur(16px);overflow:hidden}#v2raysocks>.card .card-header{display:flex;align-items:center;padding:18px 19px;background:transparent;border:0}#v2raysocks>.card .card-header h3{font-size:15px;color:var(--cg-ink);font-weight:750}#v2raysocks>.card .card-body{padding:0 19px 19px}#v2raysocks>.card .card-footer{padding:0 19px 19px;background:transparent;border:0}#v2raysocks #user_info p{margin:0 0 10px;color:var(--cg-muted);font-size:12px}#v2raysocks #user_info p span{font-weight:800;color:var(--cg-ink);margin-left:6px}#v2raysocks .progress{height:10px!important;border-radius:20px;overflow:hidden;background:#e6edfc}#v2raysocks .progress-bar{font-size:0}#v2raysocks #connection_info .media{gap:15px}#v2raysocks #app_img{width:56px;height:56px;object-fit:cover;border-radius:14px;background:#edf2ff}#v2raysocks #app_name{font-size:16px;font-weight:800}#v2raysocks #buttonlist{display:flex;gap:8px;flex-wrap:wrap;margin-top:12px}#v2raysocks #buttonlist .btn{border:0;border-radius:9px;padding:9px 11px;font-size:12px;font-weight:750}#v2raysocks #copy_subscription{background:var(--cg-blue);color:#fff}#v2raysocks #copy_subscription_with_rules{background:#657dd8;color:#fff}#v2raysocks #import_app,#v2raysocks #activate_sub_link{background:#e2f8ed;color:#177c57}#v2raysocks #change_app_menu{max-height:250px;overflow:auto}#v2raysocks .table{margin:0;font-size:12px}#v2raysocks .table th{padding:10px 19px;color:var(--cg-muted);font-size:10px;border-color:rgba(135,149,177,.18)}#v2raysocks .table td{padding:11px 19px;border-color:rgba(135,149,177,.12)}
