:root{--phs-bg:#0b1020;--phs-surface:#11182a;--phs-surface-2:#151d32;--phs-line:rgba(174,155,220,.18);--phs-line-strong:rgba(159,78,255,.38);--phs-text:#f6f3fb;--phs-muted:#aaa4ba;--phs-purple:#9b2cff;--phs-purple-2:#b94cff;--phs-gold:#ffb600;--phs-ok:#35d8a0;--phs-danger:#ff6f8a}
.ph-settings-v2{width:100%;max-width:1500px;margin:0 auto;padding:4px 0 40px;color:var(--phs-text)}
.ph-settings-v2 *{box-sizing:border-box}
.ph-settings-head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin:0 0 18px;padding:18px 20px;border:1px solid var(--phs-line);border-radius:20px;background:radial-gradient(circle at 90% 0,rgba(155,44,255,.14),transparent 38%),linear-gradient(145deg,rgba(20,28,49,.98),rgba(10,14,27,.98))}
.ph-settings-head h1{margin:0;font-size:28px;letter-spacing:-.035em}.ph-settings-head p{margin:7px 0 0;max-width:760px;color:var(--phs-muted);font-size:13px;line-height:1.55}
.ph-settings-version{display:inline-flex;align-items:center;gap:7px;padding:7px 11px;border:1px solid rgba(53,216,160,.24);border-radius:999px;background:rgba(53,216,160,.08);color:#87f4cd;font-size:11px;font-weight:800;white-space:nowrap}.ph-settings-version::before{content:"";width:7px;height:7px;border-radius:50%;background:var(--phs-ok);box-shadow:0 0 12px var(--phs-ok)}
.ph-settings-nav{display:flex;gap:7px;margin-bottom:16px;padding:6px;border:1px solid var(--phs-line);border-radius:16px;background:rgba(7,11,21,.72);overflow:auto;scrollbar-width:none}.ph-settings-nav::-webkit-scrollbar{display:none}
.ph-settings-tab{flex:0 0 auto;min-height:38px;padding:0 15px;border:0;border-radius:11px;background:transparent;color:var(--phs-muted);font:inherit;font-size:12px;font-weight:800;cursor:pointer;transition:.18s ease}.ph-settings-tab:hover{color:#fff;background:rgba(255,255,255,.04)}.ph-settings-tab.active{color:#fff;background:linear-gradient(110deg,rgba(136,31,239,.94),rgba(178,60,255,.9));box-shadow:0 8px 24px rgba(115,24,220,.22)}
.ph-settings-pane{display:none}.ph-settings-pane.active{display:block}
.ph-routing-overview{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-bottom:14px}.ph-metric{min-height:104px;padding:15px 16px;border:1px solid var(--phs-line);border-radius:17px;background:linear-gradient(145deg,rgba(19,27,47,.96),rgba(10,14,26,.96))}.ph-metric-label{color:var(--phs-muted);font-size:11px;font-weight:750}.ph-metric-value{display:block;margin-top:9px;font-size:23px;font-weight:900;letter-spacing:-.035em}.ph-metric-note{display:block;margin-top:6px;color:var(--phs-muted);font-size:10.5px;line-height:1.4}
.ph-settings-grid{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr);gap:14px}.ph-card{position:relative;padding:17px;border:1px solid var(--phs-line);border-radius:18px;background:linear-gradient(145deg,rgba(18,26,45,.98),rgba(9,13,24,.98));box-shadow:0 16px 45px rgba(0,0,0,.15)}.ph-card+.ph-card{margin-top:14px}.ph-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:14px}.ph-card-head h2,.ph-card-head h3{margin:0;font-size:17px;letter-spacing:-.025em}.ph-card-head p{margin:4px 0 0;color:var(--phs-muted);font-size:11px;line-height:1.5}.ph-lock-badge,.ph-status-badge{display:inline-flex;align-items:center;gap:6px;min-height:27px;padding:4px 9px;border-radius:999px;border:1px solid rgba(155,44,255,.3);background:rgba(155,44,255,.1);color:#d9b7ff;font-size:10px;font-weight:850;white-space:nowrap}.ph-status-badge.ok{border-color:rgba(53,216,160,.25);background:rgba(53,216,160,.08);color:#83f1c9}.ph-status-badge.off{border-color:rgba(255,111,138,.25);background:rgba(255,111,138,.08);color:#ffb1c0}
.ph-channel-card{display:grid;grid-template-columns:52px minmax(0,1fr) auto;align-items:center;gap:13px;padding:13px;border:1px solid var(--phs-line);border-radius:15px;background:rgba(7,11,21,.48)}.ph-channel-icon{width:52px;height:52px;display:grid;place-items:center;border-radius:15px;background:linear-gradient(135deg,rgba(155,44,255,.24),rgba(255,182,0,.1));font-size:24px}.ph-channel-card strong{display:block;font-size:14px}.ph-channel-card span{display:block;margin-top:4px;color:var(--phs-muted);font-size:10.5px;line-height:1.45}
.ph-segmented{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;padding:5px;border:1px solid var(--phs-line);border-radius:13px;background:rgba(6,10,18,.7)}.ph-segmented button{min-height:38px;border:0;border-radius:9px;background:transparent;color:var(--phs-muted);font:inherit;font-size:11px;font-weight:850;cursor:pointer}.ph-segmented button.active{color:#fff;background:rgba(155,44,255,.22);box-shadow:inset 0 0 0 1px rgba(180,100,255,.25)}
.ph-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.ph-field{min-width:0}.ph-field.full{grid-column:1/-1}.ph-field label{display:block;margin:0 0 5px 2px;color:#d7d1e1;font-size:10.5px;font-weight:800}.ph-control{width:100%;min-height:43px;padding:0 12px;border:1px solid rgba(177,158,224,.23);border-radius:12px;outline:0;background:rgba(6,10,19,.78);color:#fff;font:inherit;font-size:12px}.ph-control:focus{border-color:rgba(155,44,255,.8);box-shadow:0 0 0 3px rgba(155,44,255,.11)}.ph-control:disabled{opacity:.58;cursor:not-allowed}.ph-help{margin:7px 1px 0;color:var(--phs-muted);font-size:10px;line-height:1.45}
.ph-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px;margin-top:12px}.ph-btn{min-height:39px;padding:0 14px;border:0;border-radius:11px;font:inherit;font-size:11px;font-weight:850;cursor:pointer;transition:.16s ease}.ph-btn:hover{transform:translateY(-1px)}.ph-btn:disabled{opacity:.55;cursor:wait;transform:none}.ph-btn.primary{color:#fff;background:linear-gradient(100deg,#7f18e8,#b236ff);box-shadow:0 10px 25px rgba(125,24,232,.22)}.ph-btn.secondary{color:#e5d9f6;border:1px solid var(--phs-line);background:rgba(255,255,255,.035)}.ph-btn.danger{color:#ffb1c0;border:1px solid rgba(255,111,138,.23);background:rgba(255,111,138,.07)}
.ph-switch{position:relative;display:inline-flex;align-items:center;gap:8px;cursor:pointer}.ph-switch input{position:absolute;opacity:0;pointer-events:none}.ph-switch-track{width:39px;height:22px;padding:3px;border-radius:999px;background:#34384a;transition:.18s ease}.ph-switch-track::after{content:"";display:block;width:16px;height:16px;border-radius:50%;background:#fff;transition:.18s ease}.ph-switch input:checked+.ph-switch-track{background:linear-gradient(90deg,#7717df,#a632ff)}.ph-switch input:checked+.ph-switch-track::after{transform:translateX(17px)}.ph-switch-label{color:var(--phs-muted);font-size:10.5px;font-weight:750}
.ph-flow{display:grid;gap:9px}.ph-flow-step{display:grid;grid-template-columns:30px minmax(0,1fr);gap:10px;align-items:start;padding:10px;border:1px solid var(--phs-line);border-radius:13px;background:rgba(5,9,17,.5)}.ph-flow-number{width:30px;height:30px;display:grid;place-items:center;border-radius:10px;background:rgba(155,44,255,.17);color:#dfc1ff;font-size:11px;font-weight:900}.ph-flow-step strong{display:block;font-size:11.5px}.ph-flow-step span{display:block;margin-top:3px;color:var(--phs-muted);font-size:10px;line-height:1.45}
.ph-country-toolbar{display:grid;grid-template-columns:minmax(220px,1fr) 180px auto;gap:9px;margin-bottom:11px}.ph-search{position:relative}.ph-search input{padding-left:35px}.ph-search::before{content:"⌕";position:absolute;left:12px;top:50%;transform:translateY(-50%);color:var(--phs-muted);font-size:17px;pointer-events:none}.ph-country-summary{display:flex;align-items:center;gap:8px;justify-content:flex-end;color:var(--phs-muted);font-size:10.5px}
.ph-country-table-wrap{border:1px solid var(--phs-line);border-radius:16px;overflow:auto;max-height:620px;background:rgba(5,9,17,.45)}.ph-country-table{width:100%;min-width:980px;border-collapse:collapse}.ph-country-table th{position:sticky;top:0;z-index:2;padding:10px 9px;text-align:left;background:#11182a;color:#aaa4ba;font-size:9.5px;text-transform:uppercase;letter-spacing:.055em}.ph-country-table td{padding:9px;border-top:1px solid rgba(174,155,220,.1);vertical-align:middle;font-size:11px}.ph-country-table tr:hover td{background:rgba(155,44,255,.025)}.ph-country-name{display:flex;align-items:center;gap:9px;min-width:150px}.ph-country-flag{width:31px;height:31px;display:grid;place-items:center;border-radius:10px;background:rgba(255,255,255,.04);font-size:17px}.ph-country-name strong{display:block;font-size:11.5px}.ph-country-name span{display:block;margin-top:2px;color:var(--phs-muted);font-size:9px}.ph-coverage{display:flex;gap:4px;flex-wrap:wrap}.ph-provider-dot{display:inline-flex;align-items:center;gap:4px;padding:4px 7px;border-radius:999px;border:1px solid var(--phs-line);background:rgba(255,255,255,.025);color:#d8d2df;font-size:8.8px;font-weight:750}.ph-provider-dot.ready::before{content:"";width:5px;height:5px;border-radius:50%;background:var(--phs-ok)}.ph-row-select{min-width:150px;min-height:35px;padding:0 8px;border:1px solid rgba(177,158,224,.2);border-radius:9px;background:#090e1c;color:#fff;font-size:10px}.ph-row-select:disabled{opacity:.48}.ph-save-row{min-height:33px;padding:0 10px;border:0;border-radius:9px;background:rgba(155,44,255,.16);color:#e4caff;font-size:9.5px;font-weight:850;cursor:pointer}.ph-save-row:hover{background:rgba(155,44,255,.25)}
.ph-bulk-panel{margin-bottom:12px;padding:12px;border:1px dashed rgba(169,99,255,.3);border-radius:14px;background:rgba(155,44,255,.035)}.ph-bulk-title{display:flex;justify-content:space-between;gap:12px;align-items:center;margin-bottom:9px}.ph-bulk-title strong{font-size:11.5px}.ph-bulk-title span{color:var(--phs-muted);font-size:9.5px}
.ph-provider-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:11px}.ph-provider-card{padding:14px;border:1px solid var(--phs-line);border-radius:15px;background:rgba(7,11,21,.55)}.ph-provider-card-head{display:flex;align-items:center;justify-content:space-between;gap:8px}.ph-provider-card h3{margin:0;font-size:14px}.ph-provider-card p{margin:8px 0 0;color:var(--phs-muted);font-size:10px;line-height:1.45}.ph-provider-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:7px;margin-top:11px}.ph-provider-stat{padding:8px;border-radius:10px;background:rgba(255,255,255,.03)}.ph-provider-stat span{display:block;color:var(--phs-muted);font-size:8.5px}.ph-provider-stat strong{display:block;margin-top:3px;font-size:11px}
.ph-legacy-wrap{display:grid;gap:11px;max-height:72vh;overflow:auto;padding-right:3px}.ph-legacy-group{padding:13px;border:1px solid var(--phs-line);border-radius:15px;background:rgba(8,12,22,.55)}.ph-legacy-empty{padding:30px;border:1px dashed var(--phs-line);border-radius:15px;text-align:center;color:var(--phs-muted);font-size:12px}
.ph-toast{position:fixed;right:22px;bottom:22px;z-index:99999;max-width:390px;padding:12px 14px;border:1px solid rgba(53,216,160,.26);border-radius:13px;background:#101a26;color:#dffdf2;box-shadow:0 18px 50px rgba(0,0,0,.35);font-size:11.5px;animation:phToastIn .2s ease}.ph-toast.error{border-color:rgba(255,111,138,.3);background:#24131b;color:#ffd9e0}@keyframes phToastIn{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}
.ph-loading{display:grid;place-items:center;min-height:340px;border:1px solid var(--phs-line);border-radius:18px;background:rgba(9,13,24,.72)}.ph-loading-inner{text-align:center;color:var(--phs-muted);font-size:11px}.ph-spinner{width:38px;height:38px;margin:0 auto 12px;border-radius:50%;border:3px solid rgba(155,44,255,.18);border-top-color:var(--phs-purple);animation:phSpin .8s linear infinite}@keyframes phSpin{to{transform:rotate(360deg)}}
.ph-error-panel{padding:24px;border:1px solid rgba(255,111,138,.25);border-radius:17px;background:rgba(255,111,138,.06);text-align:center}.ph-error-panel h3{margin:0;font-size:16px}.ph-error-panel p{margin:7px 0 14px;color:#eebac4;font-size:11px}
@media(max-width:1100px){.ph-routing-overview{grid-template-columns:1fr 1fr}.ph-settings-grid{grid-template-columns:1fr}.ph-provider-grid{grid-template-columns:1fr 1fr}}
@media(max-width:720px){.ph-settings-v2{padding-bottom:26px}.ph-settings-head{padding:15px;display:block}.ph-settings-version{margin-top:12px}.ph-settings-head h1{font-size:23px}.ph-routing-overview,.ph-provider-grid{grid-template-columns:1fr}.ph-form-grid{grid-template-columns:1fr}.ph-field.full{grid-column:auto}.ph-country-toolbar{grid-template-columns:1fr}.ph-country-summary{justify-content:flex-start}.ph-card{padding:13px}.ph-settings-tab{padding:0 11px}.ph-channel-card{grid-template-columns:45px minmax(0,1fr);}.ph-channel-icon{width:45px;height:45px}.ph-channel-card>.ph-switch{grid-column:1/-1;justify-self:end}.ph-actions{flex-wrap:wrap}.ph-btn{flex:1}.ph-country-table-wrap{max-height:66vh}}
