@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Outfit:wght@500;600;700&display=swap";:root{font-family:DM Sans,sans-serif;color:#23342a;background:#f4f8ec;font-synthesis:none;--ink: #23342a;--muted: #6b806e;--line: #d8e5cf;--coral: #f0826e;--yellow: #f7ca54}*{box-sizing:border-box}body{margin:0;min-height:100vh}.vpn-shell{max-width:1180px;margin:auto;padding:0 5vw}.vpn-header{height:94px;display:flex;justify-content:space-between;align-items:center}.vpn-brand{color:var(--ink);text-decoration:none;font-weight:700;font-size:20px}.vpn-brand span{color:var(--coral);font-weight:500}.vpn-back,.text-button{color:var(--muted);text-decoration:none;border:0;background:transparent;cursor:pointer;font:600 13px DM Sans}.vpn-stage{display:grid;grid-template-columns:minmax(280px,.8fr) minmax(360px,.72fr);gap:9vw;align-items:center;min-height:calc(100vh - 94px);padding:20px 0 80px}.vpn-eyebrow{margin:0 0 20px;color:#76916f;font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.vpn-intro h1{margin:0 0 26px;font:600 clamp(48px,6vw,76px)/.98 Outfit,sans-serif;letter-spacing:-.04em}.vpn-intro h1 em{color:var(--coral);font-style:normal}.vpn-intro>p:last-child{max-width:380px;color:var(--muted);line-height:1.7}.vpn-card{min-height:410px;padding:clamp(24px,4vw,42px);border:1px solid var(--line);border-radius:20px;background:#ffffffb8;box-shadow:0 24px 60px #40652e1a}.vpn-form h2,.vpn-dashboard h2{margin:0 0 28px;font:600 30px Outfit,sans-serif}.vpn-form label{display:grid;gap:8px;margin-top:18px;color:var(--muted);font-size:12px;font-weight:600}.vpn-form input{width:100%;border:1px solid var(--line);border-radius:9px;padding:13px 14px;color:var(--ink);background:#fff;font:15px DM Sans;outline:none}.vpn-form input:focus{border-color:var(--coral);box-shadow:0 0 0 3px #f0826e26}.vpn-button{border:0;border-radius:9px;padding:14px 17px;color:var(--ink);background:var(--yellow);cursor:pointer;font:700 13px DM Sans}.vpn-button span{margin-left:10px;font-size:17px}.vpn-form .vpn-button{width:100%;margin-top:26px}.vpn-button.secondary{background:var(--ink);color:#fff}.vpn-error{margin:14px 0 0;color:#b34e42;font-size:12px;line-height:1.5}.dashboard-top{display:flex;justify-content:space-between;align-items:start}.dashboard-top .vpn-eyebrow{margin-bottom:8px}.dashboard-top h2{margin-bottom:25px}.usage-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.usage-grid div{padding:13px 12px;border-radius:9px;background:#eef5e7}.usage-grid span,.box-label{display:block;color:var(--muted);font-size:10px}.usage-grid strong{display:block;margin-top:8px;font:600 17px Outfit}.progress-track{height:6px;margin:18px 0 9px;overflow:hidden;border-radius:99px;background:#e1eadb}.progress-track span{display:block;width:0;height:100%;border-radius:inherit;background:var(--coral);transition:width .4s ease}.account-status{color:var(--muted);font-size:12px}.subscription-box{display:flex;gap:12px;align-items:center;margin-top:24px;padding:13px;border:1px solid var(--line);border-radius:9px}.subscription-box>div{min-width:0;flex:1}.subscription-box code{display:block;overflow:hidden;margin-top:7px;color:var(--ink);font-size:11px;text-overflow:ellipsis;white-space:nowrap}.icon-button{width:34px;height:34px;border:0;border-radius:7px;color:var(--ink);background:#eef5e7;cursor:pointer;font-size:18px}.dashboard-actions{display:flex;gap:18px;align-items:center;margin-top:18px}.qr-panel{margin-top:20px;padding-top:20px;border-top:1px solid var(--line);text-align:center}.qr-panel img{width:170px;height:170px;border-radius:8px;background:#fff}.qr-panel p{margin:9px 0 0;color:var(--muted);font-size:11px}@media(max-width:780px){.vpn-header{height:76px}.vpn-stage{display:flex;flex-direction:column;align-items:stretch;gap:38px;padding-top:42px}.vpn-intro h1{font-size:56px}.vpn-card{min-height:0}}
