:root{
  --vr-bg:#050505;
  --vr-bg-2:#0b0b0d;
  --vr-panel:#111113;
  --vr-panel-2:#17171a;
  --vr-border:#29292e;
  --vr-border-soft:#1c1c20;
  --vr-text:#f4f4f5;
  --vr-muted:#b8b8bf;
  --vr-dim:#7d7d86;
  --vr-yellow:#ffc400;
  --vr-orange:#ff7a00;
  --vr-orange-2:#ff4d1f;
  --vr-red:#ff5a4f;
  --vr-green:#3ddc97;
  --vr-shadow:0 18px 45px rgba(0,0,0,.45);
  --vr-glow:0 0 28px rgba(255,184,0,.20);
}

html, body{min-height:100%;}
body{
  background:
    radial-gradient(circle at 14% 0%, rgba(255,196,0,.08), transparent 30%),
    radial-gradient(circle at 86% 12%, rgba(255,91,31,.08), transparent 34%),
    linear-gradient(180deg, #050505 0%, #0a0a0b 55%, #050505 100%);
  color:var(--vr-text);
}
body::before{
  content:"";
  position:fixed;
  inset:0;
  pointer-events:none;
  background-image:linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px),linear-gradient(90deg, rgba(255,255,255,.014) 1px, transparent 1px);
  background-size:42px 42px;
  mask-image:linear-gradient(to bottom, rgba(0,0,0,.5), transparent 70%);
  z-index:-1;
}
a{color:var(--vr-yellow);} a:hover{color:#ffe066;}

.vr-navbar,.navbar{
  background:rgba(3,3,4,.96)!important;
  border-bottom:1px solid var(--vr-border-soft);
  box-shadow:none!important;
  backdrop-filter:blur(10px);
}
.navbar-brand{display:flex;align-items:center;font-weight:800;font-size:1.35rem;letter-spacing:-.03em;color:#fff!important;}
.navbar-logo{width:184px;max-height:46px;display:block;}
.navbar-dark .navbar-nav .nav-link{color:#f3f3f4!important;font-weight:700;padding:.95rem .35rem;border-bottom:2px solid transparent;}
.navbar-dark .navbar-nav .nav-link:hover,.navbar-dark .navbar-nav .nav-link.active{color:var(--vr-yellow)!important;border-bottom-color:var(--vr-orange);}
.navbar-dark .navbar-nav .nav-link.text-warning{color:#fff!important;}
.navbar-toggler{border-color:#34343a!important;}

.vr-main{max-width:1580px;}
.vr-alert{border-radius:12px;}

.vr-hero{
  margin-top:1rem;
  border:1px solid var(--vr-border);
  border-radius:18px;
  overflow:hidden;
  background:
    radial-gradient(circle at 76% 42%, rgba(255,122,0,.18), transparent 34%),
    linear-gradient(135deg, rgba(20,20,23,.98), rgba(6,6,7,.98));
  box-shadow:var(--vr-shadow);
}
.vr-hero-content{min-height:420px;display:grid;grid-template-columns:1.1fr .9fr;align-items:center;gap:2rem;padding:4rem 4rem;}
.vr-hero h1{font-size:clamp(2.4rem,4vw,4.5rem);font-weight:900;letter-spacing:-.045em;line-height:1;color:#fff;text-shadow:0 8px 24px rgba(0,0,0,.35);}
.vr-hero h1 span{color:var(--vr-yellow);}
.vr-hero-lead{font-size:1.25rem;color:#d7d7dc;margin-top:1.6rem;}
.vr-hero-tags{font-size:1rem;color:#f5f5f5;margin-top:2rem;}
.vr-hero-tags b{color:var(--vr-orange);padding:0 .35rem;}
.vr-hero-actions{display:flex;gap:1rem;margin-top:2rem;flex-wrap:wrap;}

.vr-hero-visual{position:relative;min-height:310px;}
.vr-orbit{position:absolute;inset:28px 16px 16px 16px;border:2px solid rgba(255,196,0,.32);border-radius:50%;transform:rotate(-10deg);filter:drop-shadow(0 0 18px rgba(255,122,0,.3));}
.vr-server-stack{position:absolute;left:26%;top:43%;transform:translateY(-50%);width:210px;height:170px;}
.vr-server-stack div{position:absolute;left:0;width:210px;height:62px;border-radius:16px;background:linear-gradient(135deg,#2b2b30,#0c0c0e);border:1px solid #3a3a40;box-shadow:0 18px 40px rgba(0,0,0,.55);}
.vr-server-stack div:nth-child(1){top:0}.vr-server-stack div:nth-child(2){top:50px}.vr-server-stack div:nth-child(3){top:100px}
.vr-server-stack div::before{content:"";position:absolute;left:22px;top:24px;width:58px;height:8px;border-radius:20px;background:linear-gradient(90deg,var(--vr-orange),var(--vr-yellow));box-shadow:0 0 15px rgba(255,196,0,.45);}
.vr-shield{position:absolute;left:35%;top:1%;width:132px;height:150px;background:linear-gradient(135deg,#ff4d1f,#ffc400);clip-path:polygon(50% 0,92% 15%,82% 76%,50% 100%,18% 76%,8% 15%);display:grid;place-items:center;filter:drop-shadow(0 18px 28px rgba(255,122,0,.32));}
.vr-shield span{font-weight:900;font-size:4.5rem;color:#fff;line-height:1;transform:translateY(-2px);font-style:italic;}
.vr-cloud{position:absolute;right:8%;top:25%;font-size:6rem;color:#25252a;text-shadow:0 18px 35px rgba(0,0,0,.5);}
.vr-cloud i{background:linear-gradient(180deg,#3a3a40,#111);-webkit-background-clip:text;background-clip:text;color:transparent;}
.vr-cloud::after{content:"\F148";font-family:"bootstrap-icons";position:absolute;left:37%;top:32%;font-size:2.2rem;color:var(--vr-orange);filter:drop-shadow(0 0 12px rgba(255,122,0,.7));}
.vr-lock{position:absolute;right:12%;bottom:14%;width:82px;height:92px;border-radius:16px;background:linear-gradient(145deg,#25252a,#070707);display:grid;place-items:center;color:var(--vr-yellow);font-size:2rem;border:1px solid #383840;box-shadow:0 18px 35px rgba(0,0,0,.48);}

.vr-section{margin-top:3rem;}
.vr-section-title{text-align:center;font-size:2.15rem;font-weight:900;margin-bottom:2rem;}
.service-card{transition:transform .2s ease,border-color .2s ease;}
.service-card:hover{transform:translateY(-4px);border-color:rgba(255,196,0,.38)!important;}
.service-icon{width:78px;height:78px;margin:0 auto;display:grid;place-items:center;font-size:2.7rem;color:#101010;border-radius:22px;background:linear-gradient(135deg,var(--vr-orange-2),var(--vr-yellow));box-shadow:var(--vr-glow);}
.service-icon-nas{border-radius:18px;}
.price-tag .display-6{color:#fff;}
.vr-check-list{list-style:none;padding-left:0;margin:1.5rem auto 0;max-width:430px;}
.vr-check-list li{margin:.45rem 0;color:#e8e8ea;}
.vr-check-list li::before{content:"\F26A";font-family:"bootstrap-icons";color:var(--vr-yellow);margin-right:.5rem;}
.vr-stats{margin-top:2rem;background:linear-gradient(145deg,rgba(21,21,24,.98),rgba(9,9,10,.98));border:1px solid var(--vr-border);border-radius:14px;box-shadow:var(--vr-shadow);overflow:hidden;}
.vr-stat-item{padding:1.6rem;border-right:1px solid var(--vr-border-soft);}
.vr-stat-item:last-child{border-right:0;}
.vr-stat-item h2{color:var(--vr-yellow);font-weight:900;margin:0;text-shadow:var(--vr-glow);}
.vr-stat-item p{margin:.25rem 0 0;color:#d0d0d5;}

.vr-footer,footer{background:#070707!important;border-top:1px solid var(--vr-border-soft);color:var(--vr-muted);padding:2rem 0!important;}
.vr-footer h5,footer h5{color:#fff;font-weight:800;}.vr-footer a,footer a{color:var(--vr-yellow);text-decoration:none;}
.footer-logo{width:150px;height:auto;}
footer hr{border-color:#2a2a30;}

.card,.modal-content,.list-group-item,.balance-card{
  background:linear-gradient(145deg, rgba(21,21,24,.98), rgba(10,10,11,.98));
  color:var(--vr-text);
  border:1px solid var(--vr-border)!important;
  border-radius:14px;
  box-shadow:var(--vr-shadow);
}
.card-header{background:transparent!important;border-bottom:1px solid var(--vr-border)!important;color:#fff!important;padding:1.1rem 1.25rem;}
.card-header h5{font-weight:800;}.card-body{color:var(--vr-text);} .text-muted{color:var(--vr-muted)!important;} small{color:#cfcfd4;}
.balance-card{padding:2rem;min-height:160px;display:flex;flex-direction:column;justify-content:center;}
.balance-card h2,.balance{color:var(--vr-yellow);font-weight:900;text-shadow:var(--vr-glow);}.balance-card .bi-wallet2{color:var(--vr-yellow);filter:drop-shadow(0 0 12px rgba(255,196,0,.25));}

.btn{border-radius:7px;font-weight:800;border-width:1px;box-shadow:none!important;}
.btn-primary,.btn-info{color:#fff!important;border-color:transparent!important;background:linear-gradient(135deg,var(--vr-orange-2),var(--vr-yellow))!important;}
.btn-primary:hover,.btn-info:hover{filter:brightness(1.08);}
.btn-warning,.btn-outline-warning{color:#111!important;border-color:#f0b400!important;background:linear-gradient(135deg,#ffd337,#f5ae00)!important;}
.btn-outline-warning:hover{filter:brightness(1.06);}
.btn-outline-secondary,.btn-light{color:#111!important;border-color:#fff!important;background:linear-gradient(180deg,#ffffff,#eeeeee)!important;}
.btn-secondary{background:#242428!important;border-color:#33333a!important;color:#fff!important;}
.btn-danger{color:#ff6961!important;background:rgba(255,75,60,.13)!important;border-color:rgba(255,75,60,.18)!important;}
.btn-outline-primary{color:var(--vr-yellow)!important;border-color:var(--vr-yellow)!important;background:transparent!important;}
.btn-outline-primary:hover{background:rgba(255,196,0,.12)!important;}
.btn-outline-light{border-color:rgba(255,196,0,.7)!important;color:#fff!important;background:rgba(0,0,0,.24)!important;}
.btn-outline-light:hover{color:#111!important;background:#fff!important;}

.badge.bg-success{background:rgba(61,220,151,.17)!important;color:#72f2bd!important;border:1px solid rgba(61,220,151,.25);}
.badge.bg-secondary{background:rgba(255,255,255,.09)!important;color:#ddd!important;}
.alert{border-radius:12px;border:1px solid var(--vr-border);}
.alert-info{background:rgba(255,196,0,.1);color:#ffe08a;border-color:rgba(255,196,0,.28);}
.alert-warning{background:rgba(255,122,0,.12);color:#ffd599;border-color:rgba(255,122,0,.30);}
.alert-success{background:rgba(61,220,151,.10);color:#8bf4c7;border-color:rgba(61,220,151,.25);}
.alert-danger{background:rgba(255,90,79,.12);color:#ffaba6;border-color:rgba(255,90,79,.28);}

.form-control,.form-select{background:#0b0b0d!important;color:#fff!important;border:1px solid #303036!important;border-radius:9px;}
.form-control:focus,.form-select:focus{border-color:var(--vr-yellow)!important;box-shadow:0 0 0 .2rem rgba(255,196,0,.12)!important;}
.modal-header,.modal-footer{border-color:var(--vr-border)!important;}.btn-close{filter:invert(1) grayscale(100%);}

.list-group{border-radius:12px;overflow:hidden;}
.list-group-item{border-radius:0!important;margin:0;border-left:0!important;border-right:0!important;border-top:0!important;box-shadow:none;background:rgba(18,18,20,.92);}
.list-group-item:first-child{border-top-left-radius:12px!important;border-top-right-radius:12px!important;}
.list-group-item:last-child{border-bottom-left-radius:12px!important;border-bottom-right-radius:12px!important;border-bottom:0!important;}
.expired{opacity:.72;}
.dashboard-service-card{min-height:100%;}.dashboard-action-row{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;margin-bottom:1rem;}

@media(max-width: 992px){
  .vr-hero-content{grid-template-columns:1fr;padding:3rem 2rem;}
  .vr-hero-visual{min-height:260px;}
}
@media(max-width: 768px){
  .navbar-logo{width:150px}.vr-main{padding-left:1rem!important;padding-right:1rem!important}.vr-hero-content{padding:2rem 1.25rem}.vr-hero-actions{display:grid}.vr-stat-item{border-right:0;border-bottom:1px solid var(--vr-border-soft)}.dashboard-action-row{grid-template-columns:1fr}.list-group-item .d-flex{align-items:flex-start!important;flex-direction:column}.text-nowrap{white-space:normal!important}.text-nowrap .btn{margin-top:.35rem}
}

/* runtime_fix_043 */
.service-tile{transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease;}
.service-tile:hover{transform:translateY(-4px);border-color:rgba(255,176,0,.55);box-shadow:0 18px 50px rgba(255,122,0,.12);}
.service-soon{opacity:.82;border-style:dashed;}
.vr-admin-tabs .nav-link{border:1px solid rgba(255,255,255,.08);color:#d8d8d8;background:#111114;margin-right:.5rem;margin-bottom:.5rem;}
.vr-admin-tabs .nav-link.active{background:linear-gradient(135deg,#ffb000,#ff7a00);color:#050505;border-color:transparent;font-weight:800;}
.notification-unread{border-left:4px solid #ffb000!important;}

/* runtime_fix_060 dashboard compact service actions */
.service-actions{
  display:flex;
  flex-wrap:wrap;
  gap:.65rem;
  align-items:center;
  margin-bottom:1rem;
}
.service-actions .btn{
  width:auto!important;
  min-width:190px;
  padding:.62rem 1.05rem;
}
.btn-service-add{
  color:#111!important;
  border-color:#fff!important;
  background:linear-gradient(180deg,#ffffff,#eeeeee)!important;
}
.btn-service-extend,
.btn-action-extend{
  color:#fff!important;
  border-color:transparent!important;
  background:linear-gradient(135deg,var(--vr-orange-2),var(--vr-yellow))!important;
}
.btn-action-rename{
  color:#fff!important;
  border-color:#34343a!important;
  background:#242428!important;
}
.btn-action-delete{
  color:#ff6961!important;
  background:rgba(255,75,60,.13)!important;
  border-color:rgba(255,75,60,.22)!important;
}
.service-row-actions{
  display:flex;
  flex-wrap:wrap;
  gap:.5rem;
  justify-content:flex-end;
}
.service-row-actions .btn{
  min-width:108px;
}
.vpn-download-icon{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:26px;
  height:26px;
  margin-left:.35rem;
  border-radius:7px;
  color:var(--vr-yellow)!important;
  background:rgba(255,196,0,.10);
  border:1px solid rgba(255,196,0,.25);
  text-decoration:none;
  vertical-align:middle;
}
.vpn-download-icon:hover{
  color:#111!important;
  background:var(--vr-yellow);
}
@media(max-width: 768px){
  .service-actions{display:grid;grid-template-columns:1fr;}
  .service-actions .btn{width:100%!important;min-width:0;}
  .service-row-actions{justify-content:flex-start;}
}

/* runtime_fix_061 dashboard button layout cleanup */
.service-actions{
  justify-content:flex-end;
  gap:.55rem;
}
.service-actions .btn{
  min-width:150px;
  max-width:210px;
  padding:.55rem .9rem;
  line-height:1.15;
}
.service-item-row{
  display:grid;
  grid-template-columns:minmax(170px,1fr) auto;
  gap:.75rem;
  align-items:center;
}
.service-row-actions{
  display:flex;
  flex-wrap:nowrap;
  gap:.45rem;
  justify-content:flex-end;
  align-items:center;
}
.service-row-actions .btn{
  min-width:0;
  width:auto;
  padding:.48rem .74rem;
  font-size:.875rem;
  line-height:1.15;
  white-space:nowrap;
}
.btn-action-extend{min-width:96px!important;}
.btn-action-rename{min-width:128px!important;}
.btn-action-delete{min-width:90px!important;}
.service-date-active{color:#18b979;font-weight:700;}
.service-date-expired{color:#ff6961;font-weight:800;}
@media(max-width: 1200px){
  .service-item-row{grid-template-columns:1fr;align-items:flex-start;}
  .service-row-actions{justify-content:flex-start;}
}
@media(max-width: 768px){
  .service-actions{display:flex;justify-content:flex-start;}
  .service-actions .btn{width:auto!important;min-width:140px;}
  .service-row-actions{flex-wrap:wrap;}
}


/* runtime_fix_064: restore original compact dashboard palette/layout */
:root{
  --vr-card-bg:#121214;
  --vr-row-bg:#161618;
  --vr-row-border:#29292d;
  --vr-orange-old:#ff6a18;
  --vr-yellow-old:#ffc400;
}
.card,
.balance-card,
.modal-content{
  background:linear-gradient(145deg,#141416,#0b0b0c)!important;
  border-color:#2c2c33!important;
}
.list-group-item{
  background:#141416!important;
  border-color:#28282d!important;
}
.service-actions{
  display:flex!important;
  flex-wrap:nowrap!important;
  justify-content:flex-end!important;
  align-items:center!important;
  gap:.55rem!important;
  margin-bottom:.85rem!important;
}
.service-actions .btn{
  width:auto!important;
  min-width:0!important;
  max-width:none!important;
  padding:.55rem 1.05rem!important;
  border-radius:7px!important;
  font-size:.92rem!important;
  line-height:1.1!important;
  white-space:nowrap!important;
}
.btn-service-add{
  color:#fff!important;
  border:1px solid rgba(255,106,24,.65)!important;
  background:linear-gradient(135deg,#ff4d1f,#ffb000)!important;
}
.btn-service-extend{
  color:#fff!important;
  border:1px solid rgba(255,196,0,.85)!important;
  background:rgba(0,0,0,.18)!important;
}
.btn-service-extend:hover{
  color:#111!important;
  background:linear-gradient(135deg,#ffb000,#ffc400)!important;
}
.service-item-row{
  display:grid!important;
  grid-template-columns:minmax(190px,1fr) auto!important;
  gap:.75rem!important;
  align-items:center!important;
}
.service-row-actions{
  display:flex!important;
  flex-wrap:nowrap!important;
  justify-content:flex-end!important;
  align-items:center!important;
  gap:.5rem!important;
}
.service-row-actions .btn{
  min-width:0!important;
  width:auto!important;
  padding:.5rem .82rem!important;
  border-radius:7px!important;
  font-size:.88rem!important;
  line-height:1.1!important;
  white-space:nowrap!important;
}
.btn-action-extend{
  color:#fff!important;
  background:linear-gradient(135deg,#ff5a1f,#ffb000)!important;
  border:1px solid rgba(255,106,24,.55)!important;
}
.btn-action-rename{
  color:#fff!important;
  background:#252529!important;
  border:1px solid #3b3b42!important;
}
.btn-action-delete{
  color:#ff6961!important;
  background:rgba(255,75,60,.14)!important;
  border:1px solid rgba(255,75,60,.28)!important;
}
.vpn-download-icon{
  width:28px!important;
  height:28px!important;
  color:#ffb000!important;
  background:rgba(255,196,0,.08)!important;
  border:1px solid rgba(255,196,0,.35)!important;
}
.service-date-active{color:#cfcfd4!important;font-weight:600!important;}
.service-date-expired{color:#ff6961!important;font-weight:800!important;}
@media(max-width: 1350px){
  .service-item-row{grid-template-columns:1fr!important;align-items:flex-start!important;}
  .service-row-actions{justify-content:flex-start!important;}
}
@media(max-width: 768px){
  .service-actions{justify-content:flex-start!important;flex-wrap:wrap!important;}
  .service-row-actions{flex-wrap:wrap!important;}
}

/* runtime_fix_065: softer matte orange, colored service dates, NAS URL links */
:root{
  --vr-orange:#d97706;
  --vr-orange-2:#c65f12;
  --vr-yellow:#eab308;
}
.btn-primary,.btn-info,
.btn-warning,.btn-outline-warning,
.btn-service-extend,
.btn-action-extend{
  background:linear-gradient(135deg,#c65f12,#d97706)!important;
  border-color:#b45309!important;
  box-shadow:none!important;
}
.btn-warning,.btn-outline-warning,.btn-service-extend,.btn-action-extend{
  color:#fff!important;
}
.btn-warning:hover,.btn-outline-warning:hover,.btn-service-extend:hover,.btn-action-extend:hover{
  background:linear-gradient(135deg,#b45309,#c65f12)!important;
  border-color:#92400e!important;
  color:#fff!important;
}
.btn-service-add{
  color:#111!important;
  border-color:#e5e7eb!important;
  background:linear-gradient(180deg,#ffffff,#eeeeee)!important;
}
.service-date-active{
  color:#22c55e!important;
  font-weight:700!important;
}
.service-date-expired{
  color:#ef4444!important;
  font-weight:800!important;
}
.nas-link{
  color:#60a5fa!important;
  font-weight:800;
  text-decoration:none;
}
.nas-link:hover{
  color:#93c5fd!important;
  text-decoration:underline;
}

/* runtime_fix_066: restore original orange/yellow palette from reference screenshot */
:root{
  --vr-orange:#ff6a18;
  --vr-orange-2:#ff4d1f;
  --vr-yellow:#ffb000;
  --vr-yellow-bright:#ffc400;
}

/* Top dashboard buttons: Add = orange, Extend all = dark outlined */
.btn-service-add{
  color:#fff!important;
  border:1px solid rgba(255,106,24,.70)!important;
  background:linear-gradient(135deg,#ff4d1f 0%,#ff7a00 56%,#ffb000 100%)!important;
  box-shadow:none!important;
}
.btn-service-add:hover{
  color:#fff!important;
  background:linear-gradient(135deg,#ff5a1f 0%,#ff8a00 58%,#ffc400 100%)!important;
  border-color:rgba(255,176,0,.85)!important;
}
.btn-service-extend{
  color:#fff!important;
  border:1px solid rgba(255,176,0,.72)!important;
  background:rgba(0,0,0,.18)!important;
  box-shadow:none!important;
}
.btn-service-extend:hover{
  color:#111!important;
  background:linear-gradient(135deg,#ffb000 0%,#ffc400 100%)!important;
  border-color:#ffc400!important;
}

/* Per-service buttons: Extend = orange, Rename = dark, Delete = dark red */
.btn-action-extend{
  color:#fff!important;
  border:1px solid rgba(255,106,24,.60)!important;
  background:linear-gradient(135deg,#ff4d1f 0%,#ff7a00 56%,#ffb000 100%)!important;
  box-shadow:none!important;
}
.btn-action-extend:hover{
  color:#fff!important;
  background:linear-gradient(135deg,#ff5a1f 0%,#ff8a00 58%,#ffc400 100%)!important;
  border-color:rgba(255,176,0,.85)!important;
}
.btn-action-rename{
  color:#fff!important;
  background:#252529!important;
  border:1px solid #3b3b42!important;
  box-shadow:none!important;
}
.btn-action-rename:hover{
  background:#303037!important;
  border-color:#4a4a52!important;
}
.btn-action-delete{
  color:#ff6961!important;
  background:rgba(255,75,60,.14)!important;
  border:1px solid rgba(255,75,60,.28)!important;
  box-shadow:none!important;
}
.btn-action-delete:hover{
  color:#ff817a!important;
  background:rgba(255,75,60,.20)!important;
  border-color:rgba(255,75,60,.40)!important;
}

/* Keep common order/payment buttons matte orange but closer to the original brand */
.btn-primary,.btn-info,.btn-warning,.btn-outline-warning{
  background:linear-gradient(135deg,#ff4d1f 0%,#ff7a00 56%,#ffb000 100%)!important;
  border-color:rgba(255,106,24,.70)!important;
  color:#fff!important;
  box-shadow:none!important;
}
.btn-primary:hover,.btn-info:hover,.btn-warning:hover,.btn-outline-warning:hover{
  background:linear-gradient(135deg,#ff5a1f 0%,#ff8a00 58%,#ffc400 100%)!important;
  border-color:rgba(255,176,0,.85)!important;
  color:#fff!important;
}

/* runtime fix 069: NAS expansion button in list uses the same dark palette as Rename */
.btn-action-expand{
  color:#fff!important;
  background:#252529!important;
  border:1px solid #3b3b42!important;
  box-shadow:none!important;
}
.btn-action-expand:hover{
  color:#fff!important;
  background:#303037!important;
  border-color:#4a4a52!important;
}
.vpn-file-card{
  display:flex;align-items:center;justify-content:space-between;gap:16px;
  padding:18px 20px;margin:18px 0 22px;border-radius:12px;
  background:linear-gradient(135deg,rgba(255,255,255,.075),rgba(255,255,255,.035));
  border:1px solid rgba(255,255,255,.08);
}
.vpn-file-meta{display:flex;align-items:center;gap:14px;min-width:0;}
.vpn-file-icon{font-size:2rem;color:#bfc2ca;}
.vpn-file-name{font-weight:800;color:#fff;}
.vpn-file-size{font-size:.92rem;color:#aeb0b8;}
.btn-download-again{
  color:#fff!important;background:#252529!important;border:1px solid #3b3b42!important;
  box-shadow:none!important;font-weight:800;white-space:nowrap;
}
.btn-download-again:hover{background:#303037!important;border-color:#4a4a52!important;color:#fff!important;}
.expand-change-warning{
  color:#ffd89a;background:rgba(255,122,0,.16);border:1px solid rgba(255,122,0,.42);
  border-radius:12px;padding:14px 16px;font-weight:700;
}
.btn-orange[disabled],.btn-orange:disabled{
  opacity:.35!important;filter:grayscale(.45);cursor:not-allowed;
}
@media (max-width:576px){.vpn-file-card{align-items:flex-start;flex-direction:column}.btn-download-again{width:100%;}}


/* runtime fix 078: explicit orange action button for NAS expand form */
.btn-orange:not(:disabled), .btn-orange:not([disabled]){
  background:linear-gradient(135deg,#ff4d1f 0%,#ff7a00 56%,#ffb000 100%)!important;
  border-color:rgba(255,106,24,.78)!important;
  color:#fff!important;
  box-shadow:none!important;
  font-weight:800!important;
}
.btn-orange:not(:disabled):hover, .btn-orange:not([disabled]):hover{
  background:linear-gradient(135deg,#ff5a1f 0%,#ff8a00 58%,#ffc400 100%)!important;
  border-color:rgba(255,176,0,.88)!important;
  color:#fff!important;
}
