/* =========================================================
   VELAEA EA Rental System 20260706
   Scope: New EA Rental pages only
========================================================= */
:root{
  --vr-bg:#020814;
  --vr-panel:#081626;
  --vr-panel2:#0b1d31;
  --vr-ink:#eef5ff;
  --vr-muted:#9fb0c3;
  --vr-gold:#c8952e;
  --vr-gold2:#f2c76a;
  --vr-line:rgba(242,199,106,.18);
  --vr-line2:rgba(255,255,255,.08);
  --vr-good:#58d878;
  --vr-warn:#ffd166;
  --vr-danger:#ff6b7a;
  --vr-shadow:0 28px 82px rgba(0,0,0,.38);
  --vr-radius:24px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;color-scheme:dark}
body.ea-rental-page{margin:0;font-family:Inter,'Noto Sans Thai',system-ui,sans-serif;background:var(--vr-bg);color:var(--vr-ink);line-height:1.62;min-height:100vh}
body.ea-rental-page a{text-decoration:none;color:inherit}
body.ea-rental-page img{max-width:100%;display:block}
body.ea-rental-page button,input,select,textarea{font:inherit}
body.ea-rental-page button{cursor:pointer}
.vr-shell{width:min(1220px,calc(100% - 36px));margin:0 auto}
.vr-header{position:sticky;top:0;z-index:1000;background:rgba(2,8,20,.78);border-bottom:1px solid rgba(242,199,106,.14);backdrop-filter:blur(20px)}
.vr-nav{min-height:76px;display:flex;align-items:center;gap:18px}
.vr-brand{display:inline-flex;align-items:center;gap:10px;font-weight:950;color:#fff;letter-spacing:.01em;flex:0 0 auto}
.vr-brand img{width:150px;max-height:44px;object-fit:contain}
.vr-menu{display:flex;align-items:center;gap:16px;margin-left:8px;min-width:0}
.vr-menu a{position:relative;color:#b7c7d9;font-size:13px;font-weight:850;white-space:nowrap;transition:color .18s ease}
.vr-menu a:hover,.vr-menu a.active{color:var(--vr-gold2)}
.vr-menu a.active::after{content:'';position:absolute;left:0;right:0;bottom:-10px;height:2px;border-radius:999px;background:linear-gradient(90deg,transparent,var(--vr-gold2),transparent)}
.vr-actions{margin-left:auto;display:flex;align-items:center;gap:10px;position:relative;z-index:1200;flex:0 0 auto}
.vr-theme-toggle,.vr-lang-btn,.vr-notify-btn,.vr-profile-pill,.vr-logout-btn{height:42px;min-height:42px;border-radius:14px;display:inline-flex;align-items:center;justify-content:center;line-height:1;white-space:nowrap;transition:transform .18s ease,background .18s ease,color .18s ease,border-color .18s ease,box-shadow .18s ease}
.vr-theme-toggle,.vr-lang-btn,.vr-notify-btn{border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.035);color:#dce7f5;font-size:12px;font-weight:900;padding:0 13px;gap:8px;box-shadow:none}
.vr-theme-toggle:hover,.vr-lang-btn:hover,.vr-notify-btn:hover,.vr-notify-btn[aria-expanded="true"]{transform:translateY(-1px);color:#ffd76a;border-color:rgba(242,199,106,.52);background:linear-gradient(135deg,rgba(242,199,106,.18),rgba(255,255,255,.065));box-shadow:0 12px 30px rgba(242,199,106,.16),inset 0 1px 0 rgba(255,255,255,.08)}
.vr-notify-btn{position:relative;overflow:visible;min-width:118px}
.vr-notify-btn .notify-dot{position:absolute;top:5px;right:6px;width:8px;height:8px;border-radius:999px;background:#ff4d5f;box-shadow:0 0 0 3px rgba(255,77,95,.18),0 0 18px rgba(255,77,95,.72)}
.vr-notify-btn:not(.has-unread) .notify-dot,.vr-notify-btn:not(.has-unread) .notify-count{display:none!important}
.vr-profile-pill{min-width:112px;max-width:210px;padding:4px 10px 4px 6px;gap:9px;justify-content:flex-start;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.035);color:#fff;box-shadow:none;overflow:hidden}
.vr-profile-pill:hover,.vr-profile-pill:focus-visible{transform:translateY(-1px);border-color:rgba(242,199,106,.54);background:linear-gradient(135deg,rgba(242,199,106,.15),rgba(255,255,255,.06));box-shadow:0 14px 34px rgba(242,199,106,.15),inset 0 1px 0 rgba(255,255,255,.07);outline:none}
.vr-profile-avatar{position:relative;flex:0 0 32px;width:32px;height:32px;min-width:32px;border-radius:13px;display:grid;place-items:center;padding:0;margin:0;overflow:hidden;border:1px solid rgba(242,199,106,.34);background:#071421;color:#f2c76a;font-size:12px;font-weight:950;line-height:1;box-shadow:inset 0 0 0 1px rgba(255,255,255,.04),0 0 0 3px rgba(242,199,106,.08),0 0 18px rgba(242,199,106,.18)}
.vr-profile-avatar::after{display:none!important;content:none!important}
.vr-profile-avatar img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;border-radius:inherit}
.vr-profile-copy{min-width:0;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:2px;line-height:1}
.vr-profile-name{display:block;max-width:82px;color:#fff;font-size:12px;font-weight:950;letter-spacing:.01em;line-height:1.05;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.vr-profile-role{display:block;max-width:82px;margin:0;padding:0;border:0;background:transparent;box-shadow:none;color:var(--vr-gold2);font-size:10px;font-weight:950;line-height:1.05;letter-spacing:.01em;font-style:normal;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-shadow:0 0 10px rgba(242,199,106,.18)}
.vr-logout-btn{appearance:none;min-width:88px;padding:0 18px;border:0;color:#201404;background:linear-gradient(135deg,#ffe59b 0%,#d7a842 55%,#b98522 100%);box-shadow:0 16px 34px rgba(200,149,46,.28);font-size:12px;font-weight:950}
.vr-logout-btn:hover,.vr-logout-btn:focus-visible{transform:translateY(-1px);filter:saturate(1.05) brightness(1.03);box-shadow:0 18px 38px rgba(200,149,46,.34),inset 0 1px 0 rgba(255,255,255,.22);outline:none}
.vr-hero{position:relative;overflow:hidden;padding:58px 0 36px;background:radial-gradient(circle at 78% 14%,rgba(242,199,106,.18),transparent 30%),radial-gradient(circle at 12% 20%,rgba(83,145,255,.12),transparent 28%),linear-gradient(180deg,#051226,#020814)}
.vr-hero::after{content:'';position:absolute;inset:auto 0 0;height:130px;background:linear-gradient(180deg,transparent,var(--vr-bg));pointer-events:none}
.vr-hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(320px,.75fr);gap:28px;align-items:center}
.vr-eyebrow{margin:0 0 10px;color:var(--vr-gold2);font-size:12px;font-weight:950;letter-spacing:.12em;text-transform:uppercase}
.vr-hero h1{margin:0;color:#fff;font-size:clamp(34px,5vw,62px);line-height:1.02;letter-spacing:-.045em}
.vr-hero h1 span{color:var(--vr-gold2)}
.vr-lead{margin:18px 0 0;color:#b8c7d9;font-size:16px;font-weight:650;max-width:760px}
.vr-hero-actions,.vr-inline-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-top:24px}
.vr-btn{min-height:42px;padding:0 17px;border-radius:14px;border:1px solid rgba(242,199,106,.22);display:inline-flex;align-items:center;justify-content:center;gap:8px;background:rgba(242,199,106,.10);color:var(--vr-gold2);font-size:13px;font-weight:950;text-decoration:none;transition:transform .18s ease,background .18s ease,border-color .18s ease,box-shadow .18s ease}
.vr-btn:hover{transform:translateY(-1px);border-color:rgba(242,199,106,.48);background:rgba(242,199,106,.16);box-shadow:0 14px 30px rgba(242,199,106,.16)}
.vr-btn.primary{border-color:transparent;background:linear-gradient(135deg,#ffe59b,#c8952e);color:#1f1405;box-shadow:0 18px 36px rgba(200,149,46,.26)}
.vr-btn.danger{border-color:rgba(255,107,122,.24);background:rgba(255,107,122,.10);color:#ffb2bb}
.vr-btn.good{border-color:rgba(88,216,120,.24);background:rgba(88,216,120,.10);color:#9af1ba}
.vr-btn.ghost{background:rgba(255,255,255,.035);color:#dce7f5;border-color:rgba(255,255,255,.10)}
.vr-panel{border:1px solid var(--vr-line);border-radius:var(--vr-radius);background:radial-gradient(circle at 90% 0,rgba(242,199,106,.10),transparent 32%),linear-gradient(180deg,rgba(11,29,49,.88),rgba(5,15,28,.96));box-shadow:var(--vr-shadow);padding:22px}
.vr-kpi-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.vr-kpi{border:1px solid rgba(255,255,255,.08);border-radius:18px;background:rgba(255,255,255,.035);padding:14px}
.vr-kpi span{display:block;color:#94a9c0;font-size:11px;font-weight:950;text-transform:uppercase;letter-spacing:.07em}.vr-kpi b{display:block;color:#fff;font-size:24px;line-height:1.1;margin-top:7px}.vr-kpi small{color:var(--vr-gold2);font-size:11px;font-weight:900}
.vr-section{padding:34px 0}.vr-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin-bottom:18px}.vr-section-head h2{margin:0;color:#fff;font-size:30px;letter-spacing:-.035em}.vr-section-head p{margin:7px 0 0;color:#98abc0;font-weight:650}.vr-tabs{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.vr-tab{height:38px;padding:0 14px;border-radius:999px;border:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.035);color:#b7c7d9;font-size:12px;font-weight:950}.vr-tab.active,.vr-tab:hover{color:#1d1305;border-color:transparent;background:linear-gradient(135deg,#ffe59b,#c8952e)}
.vr-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;border:1px solid rgba(255,255,255,.08);border-radius:20px;background:rgba(255,255,255,.035);padding:12px;margin-bottom:16px}.vr-toolbar input,.vr-toolbar select,.vr-field input,.vr-field select,.vr-field textarea{width:100%;height:44px;border:1px solid rgba(255,255,255,.10);border-radius:14px;background:rgba(255,255,255,.055);color:#fff;padding:0 13px;outline:none}.vr-toolbar input:focus,.vr-field input:focus,.vr-field select:focus,.vr-field textarea:focus{border-color:rgba(242,199,106,.46);box-shadow:0 0 0 4px rgba(242,199,106,.08)}.vr-toolbar input{max-width:360px}.vr-field textarea{height:110px;padding:12px;resize:vertical}.vr-field label{display:block;color:#dce7f5;font-size:12px;font-weight:950;margin-bottom:7px}.vr-field small{display:block;color:#8294aa;font-size:11px;font-weight:750;margin-top:6px}
.vr-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.vr-card{position:relative;overflow:hidden;border:1px solid rgba(242,199,106,.16);border-radius:22px;background:radial-gradient(circle at 92% 0,rgba(242,199,106,.10),transparent 34%),linear-gradient(180deg,rgba(11,29,49,.90),rgba(5,15,28,.96));box-shadow:0 20px 52px rgba(0,0,0,.24);padding:18px;min-height:100%;display:flex;flex-direction:column;gap:14px}.vr-card h3{margin:0;color:#fff;font-size:19px;letter-spacing:-.02em}.vr-card p{margin:0;color:#aebfd2;font-size:13px;font-weight:650}.vr-card-top{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.vr-badges{display:flex;align-items:center;gap:7px;flex-wrap:wrap}.vr-badge{display:inline-flex;align-items:center;justify-content:center;min-height:25px;padding:0 9px;border-radius:999px;border:1px solid rgba(242,199,106,.21);background:rgba(242,199,106,.09);color:#f2c76a;font-size:10px;font-weight:950;text-transform:uppercase;letter-spacing:.04em}.vr-badge.good{border-color:rgba(88,216,120,.24);background:rgba(88,216,120,.10);color:#9af1ba}.vr-badge.warn{border-color:rgba(255,209,102,.24);background:rgba(255,209,102,.09);color:#ffd166}.vr-badge.danger{border-color:rgba(255,107,122,.24);background:rgba(255,107,122,.10);color:#ff9da8}.vr-score{width:58px;height:58px;border-radius:18px;display:grid;place-items:center;background:linear-gradient(135deg,#ffe59b,#c8952e);color:#211404;font-weight:950;font-size:20px;box-shadow:0 16px 34px rgba(200,149,46,.20)}
.vr-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.vr-metric{border:1px solid rgba(255,255,255,.08);border-radius:14px;background:rgba(255,255,255,.035);padding:10px}.vr-metric span{display:block;color:#879ab0;font-size:10px;font-weight:950}.vr-metric b{display:block;color:#fff;font-size:16px;margin-top:3px;line-height:1.1}.vr-card-actions{margin-top:auto;display:flex;gap:10px;flex-wrap:wrap}.vr-card-actions .vr-btn{flex:1 1 auto;font-size:12px;min-height:38px;padding:0 12px}
.vr-detail-grid{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:18px}.vr-chart{height:260px;border:1px solid rgba(255,255,255,.08);border-radius:20px;background:linear-gradient(180deg,rgba(255,255,255,.05),rgba(255,255,255,.02));position:relative;overflow:hidden}.vr-chart::before{content:'';position:absolute;inset:22px;background:linear-gradient(135deg,transparent 0 14%,rgba(242,199,106,.55) 15%,transparent 16% 34%,rgba(88,216,120,.45) 35%,transparent 36% 54%,rgba(242,199,106,.7) 55%,transparent 56% 74%,rgba(88,216,120,.5) 75%,transparent 76%);clip-path:polygon(0 72%,12% 62%,24% 66%,38% 42%,50% 48%,64% 30%,76% 35%,90% 18%,100% 24%,100% 100%,0 100%);opacity:.75}.vr-chart::after{content:'Equity / Drawdown Preview';position:absolute;left:18px;bottom:15px;color:#879ab0;font-size:11px;font-weight:950;letter-spacing:.06em;text-transform:uppercase}.vr-plan-list{display:grid;gap:12px}.vr-plan{border:1px solid rgba(255,255,255,.08);border-radius:18px;background:rgba(255,255,255,.035);padding:14px}.vr-plan h4{margin:0;color:#fff}.vr-plan-price{color:#f2c76a;font-size:23px;font-weight:950;margin-top:4px}.vr-plan small{color:#91a4ba}
.vr-form{display:grid;gap:16px}.vr-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.vr-step{border:1px solid rgba(242,199,106,.16);border-radius:22px;background:rgba(255,255,255,.028);padding:18px}.vr-step h3{margin:0 0 12px;color:#fff}.vr-risk-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.vr-risk-choice{border:1px solid rgba(255,255,255,.08);border-radius:16px;background:rgba(255,255,255,.035);padding:12px;cursor:pointer}.vr-risk-choice input{margin-right:6px}.vr-risk-choice strong{color:#fff}.vr-risk-choice span{display:block;color:#95a8be;font-size:11px;margin-top:5px}.vr-risk-choice:has(input:checked){border-color:rgba(242,199,106,.48);background:rgba(242,199,106,.12)}
.vr-table-wrap{overflow:auto;border:1px solid rgba(255,255,255,.08);border-radius:22px;background:rgba(255,255,255,.025)}.vr-table{width:100%;border-collapse:collapse;min-width:860px}.vr-table th,.vr-table td{padding:13px 14px;text-align:left;border-bottom:1px solid rgba(255,255,255,.06);vertical-align:middle}.vr-table th{color:#f2c76a;font-size:11px;font-weight:950;text-transform:uppercase;letter-spacing:.06em;background:rgba(242,199,106,.05)}.vr-table td{color:#dbe7f5;font-size:13px}.vr-table tr:last-child td{border-bottom:0}.vr-status{display:inline-flex;align-items:center;gap:7px;border-radius:999px;border:1px solid rgba(255,255,255,.10);background:rgba(255,255,255,.045);padding:6px 10px;color:#dce7f5;font-size:11px;font-weight:950}.vr-status::before{content:'';width:7px;height:7px;border-radius:50%;background:#8ca1b7}.vr-status.running::before{background:#58d878}.vr-status.warning::before,.vr-status.risk_alert::before,.vr-status.new_orders_blocked::before{background:#ffd166}.vr-status.stopped::before,.vr-status.rejected::before{background:#ff6b7a}.vr-status.pending_review::before,.vr-status.waiting_vps_setup::before{background:#f2c76a}
.vr-dashboard-grid{display:grid;grid-template-columns:minmax(0,1fr) 380px;gap:18px}.vr-stats-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.vr-timeline{display:grid;gap:10px}.vr-event{border-left:2px solid rgba(242,199,106,.35);padding:2px 0 2px 12px;color:#aebfd2}.vr-event b{display:block;color:#fff}.vr-event small{color:#778ba2}.vr-alert{border:1px solid rgba(255,209,102,.22);border-radius:18px;background:rgba(255,209,102,.08);color:#ffdca3;padding:14px;font-size:13px;font-weight:700}.vr-empty{grid-column:1/-1;border:1px dashed rgba(242,199,106,.24);border-radius:22px;min-height:180px;display:grid;place-items:center;text-align:center;color:#9fb0c3;padding:24px}.vr-loading{opacity:.72;pointer-events:none}
.ea-market-public .vr-login-btn{height:40px;min-height:40px;padding:0 16px;border-radius:13px;border:1px solid rgba(242,199,106,.24);display:none;align-items:center;justify-content:center;background:rgba(242,199,106,.10);color:#f2c76a;font-size:12px;font-weight:950}
.ea-market-public.is-guest .vr-profile-pill,.ea-market-public.is-guest .vr-logout-btn{display:none}
.ea-market-public.is-guest .vr-login-btn{display:inline-flex}
.vr-market-hero{padding-top:48px}
.vr-market-signal{align-self:stretch;display:grid;align-content:center}
.vr-market-card{cursor:pointer;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}
.vr-market-card:hover{transform:translateY(-3px);border-color:rgba(242,199,106,.42);box-shadow:0 26px 68px rgba(0,0,0,.32),0 0 0 1px rgba(242,199,106,.08) inset}
.vr-card-chart{height:128px;border:1px solid rgba(255,255,255,.07);border-radius:16px;background:linear-gradient(180deg,rgba(255,255,255,.045),rgba(255,255,255,.018));overflow:hidden}
.vr-curve-svg{width:100%;height:100%;display:block}
.vr-curve-area{fill:rgba(242,199,106,.14)}
.vr-curve-line{fill:none;stroke:#f2c76a;stroke-width:5;stroke-linecap:round;stroke-linejoin:round;filter:drop-shadow(0 0 8px rgba(242,199,106,.34))}
.vr-card-foot{margin-top:auto;display:flex;align-items:center;justify-content:space-between;gap:12px;border-top:1px solid rgba(255,255,255,.07);padding-top:14px}
.vr-card-foot span{display:block;color:#879ab0;font-size:10px;font-weight:950;text-transform:uppercase;letter-spacing:.08em}
.vr-card-foot b{display:block;color:#fff;font-size:20px;line-height:1.1}
.vr-chart.live{display:grid;place-items:stretch;padding:0;background:linear-gradient(180deg,rgba(255,255,255,.045),rgba(255,255,255,.018))}
.vr-chart.live::before,.vr-chart.live::after{display:none}
.vr-chart.live .vr-curve-svg{height:100%}
.vr-evidence{margin-top:20px}
.vr-evidence-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.vr-evidence-card{border:1px solid rgba(242,199,106,.16);border-radius:22px;background:linear-gradient(180deg,rgba(11,29,49,.84),rgba(5,15,28,.96));box-shadow:0 18px 48px rgba(0,0,0,.22);padding:18px;display:grid;gap:14px}
.vr-evidence-card h3{margin:0;color:#fff;font-size:20px;letter-spacing:-.02em}
.vr-evidence-card p{margin:0;color:#aebfd2;font-weight:650}
html[data-theme="light"] body.ea-rental-page .vr-card-foot b,
html[data-theme="light"] body.ea-rental-page .vr-evidence-card h3{color:#061a2f}
html[data-theme="light"] body.ea-rental-page .vr-card-chart,
html[data-theme="light"] body.ea-rental-page .vr-evidence-card,
html[data-theme="light"] body.ea-rental-page .vr-chart.live{background:rgba(255,255,255,.86);border-color:rgba(200,149,46,.18)}
/* Dashboard notification dropdown reused by public-dashboard-notifications.js */
body.ea-rental-page .velaea-notification-wrap{position:relative;display:inline-flex;align-items:center;z-index:1200}body.ea-rental-page .velaea-notification-panel{position:absolute;top:calc(100% + 14px);right:0;width:min(390px,calc(100vw - 28px));border:1px solid rgba(242,199,106,.20);border-radius:24px;background:radial-gradient(circle at 12% 0,rgba(242,199,106,.16),transparent 34%),linear-gradient(150deg,rgba(10,22,37,.98),rgba(2,8,17,.98));box-shadow:0 30px 80px rgba(0,0,0,.48),0 0 0 1px rgba(255,255,255,.04) inset;backdrop-filter:blur(22px);padding:14px;z-index:1600}body.ea-rental-page .velaea-notification-panel::before{content:'';position:absolute;top:-8px;right:28px;width:14px;height:14px;transform:rotate(45deg);background:rgba(10,22,37,.98);border-left:1px solid rgba(242,199,106,.18);border-top:1px solid rgba(242,199,106,.18)}body.ea-rental-page .velaea-notification-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:4px 4px 12px;border-bottom:1px solid rgba(255,255,255,.07)}body.ea-rental-page .velaea-notification-head p{margin:0 0 2px;color:#f2c76a;font-size:11px;font-weight:950;letter-spacing:.08em;text-transform:uppercase}body.ea-rental-page .velaea-notification-head h3{margin:0;color:#fff;font-size:18px;line-height:1.1}body.ea-rental-page .velaea-notification-readall{height:34px;padding:0 12px;border-radius:999px;border:1px solid rgba(242,199,106,.22);background:rgba(242,199,106,.08);color:#f2c76a;font-size:11px;font-weight:950;cursor:pointer}body.ea-rental-page .velaea-notification-list{display:grid;gap:8px;max-height:min(430px,calc(100vh - 230px));overflow:auto;padding:12px 2px 10px}body.ea-rental-page .velaea-notification-item{width:100%;display:grid;grid-template-columns:36px minmax(0,1fr) 8px;align-items:center;gap:10px;padding:10px;border-radius:16px;border:1px solid rgba(255,255,255,.07);background:rgba(255,255,255,.035);color:inherit;text-align:left;cursor:pointer}body.ea-rental-page .velaea-notification-item:hover{border-color:rgba(242,199,106,.22);background:rgba(242,199,106,.08)}body.ea-rental-page .velaea-notification-icon{width:36px;height:36px;border-radius:13px;display:grid;place-items:center;background:linear-gradient(135deg,#ffe59b,#c8952e);color:#151005;font-size:15px;font-weight:950}body.ea-rental-page .velaea-notification-copy{min-width:0;display:grid;gap:3px}body.ea-rental-page .velaea-notification-copy b{color:#fff;font-size:13px;line-height:1.2}body.ea-rental-page .velaea-notification-copy em{color:#aebfd4;font-size:11px;line-height:1.35;font-style:normal}body.ea-rental-page .velaea-notification-copy small{color:#73859a;font-size:10px}body.ea-rental-page .velaea-notification-unread{width:8px;height:8px;border-radius:999px;background:#ff4d5f;box-shadow:0 0 12px rgba(255,77,95,.52)}body.ea-rental-page .velaea-notification-empty{min-height:112px;display:grid;place-items:center;align-content:center;gap:10px;text-align:center;border:1px dashed rgba(242,199,106,.22);border-radius:18px;color:#aebfd4;padding:18px}body.ea-rental-page .velaea-notification-empty strong{color:#fff;font-size:14px;font-weight:950}body.ea-rental-page .velaea-notification-foot{padding:8px 4px 2px;border-top:1px solid rgba(255,255,255,.06);color:#71849d;font-size:11px}
html[data-theme="light"] body.ea-rental-page{background:#f7f9fc;color:#09182a;color-scheme:light}html[data-theme="light"] body.ea-rental-page .vr-header{background:rgba(255,255,255,.88);border-bottom-color:rgba(200,149,46,.18);box-shadow:0 18px 45px rgba(8,24,42,.08)}html[data-theme="light"] body.ea-rental-page .vr-menu a{color:#061a2f}html[data-theme="light"] body.ea-rental-page .vr-hero{background:radial-gradient(circle at 78% 18%,rgba(200,149,46,.15),transparent 27%),linear-gradient(180deg,#fff,#f4f7fb 54%,#fff)}html[data-theme="light"] body.ea-rental-page .vr-hero::after{background:linear-gradient(180deg,rgba(255,255,255,0),#f7f9fc 80%)}html[data-theme="light"] body.ea-rental-page .vr-hero h1,html[data-theme="light"] body.ea-rental-page .vr-section-head h2,html[data-theme="light"] body.ea-rental-page .vr-card h3,html[data-theme="light"] body.ea-rental-page .vr-plan h4{color:#061a2f}html[data-theme="light"] body.ea-rental-page .vr-lead,html[data-theme="light"] body.ea-rental-page .vr-section-head p,html[data-theme="light"] body.ea-rental-page .vr-card p{color:#657386}html[data-theme="light"] body.ea-rental-page .vr-panel,html[data-theme="light"] body.ea-rental-page .vr-card,html[data-theme="light"] body.ea-rental-page .vr-step,html[data-theme="light"] body.ea-rental-page .vr-plan,html[data-theme="light"] body.ea-rental-page .vr-table-wrap{background:rgba(255,255,255,.88);border-color:rgba(200,149,46,.20);box-shadow:0 18px 45px rgba(8,24,42,.08)}html[data-theme="light"] body.ea-rental-page .vr-kpi,html[data-theme="light"] body.ea-rental-page .vr-metric,html[data-theme="light"] body.ea-rental-page .vr-toolbar,html[data-theme="light"] body.ea-rental-page .vr-risk-choice{background:#fff;border-color:#dbe3ee}html[data-theme="light"] body.ea-rental-page .vr-kpi b,html[data-theme="light"] body.ea-rental-page .vr-metric b,html[data-theme="light"] body.ea-rental-page .vr-profile-name,html[data-theme="light"] body.ea-rental-page .vr-table td{color:#061a2f}html[data-theme="light"] body.ea-rental-page .vr-field input,html[data-theme="light"] body.ea-rental-page .vr-field select,html[data-theme="light"] body.ea-rental-page .vr-field textarea,html[data-theme="light"] body.ea-rental-page .vr-toolbar input,html[data-theme="light"] body.ea-rental-page .vr-toolbar select{background:#fff;color:#09182a;border-color:#dbe3ee}html[data-theme="light"] body.ea-rental-page .vr-theme-toggle,html[data-theme="light"] body.ea-rental-page .vr-lang-btn,html[data-theme="light"] body.ea-rental-page .vr-notify-btn,html[data-theme="light"] body.ea-rental-page .vr-profile-pill{background:rgba(255,255,255,.82);color:#061a2f;border-color:rgba(200,149,46,.28);box-shadow:0 10px 26px rgba(8,24,42,.07)}html[data-theme="light"] body.ea-rental-page .vr-profile-role{color:#9c6b12}html[data-theme="light"] body.ea-rental-page .vr-profile-avatar{background:#fff;color:#061a2f;border-color:rgba(200,149,46,.28)}html[data-theme="light"] body.ea-rental-page .velaea-notification-panel{background:radial-gradient(circle at 12% 0,rgba(200,149,46,.12),transparent 34%),linear-gradient(150deg,rgba(255,255,255,.98),rgba(244,247,251,.98));box-shadow:0 30px 80px rgba(8,24,42,.18)}html[data-theme="light"] body.ea-rental-page .velaea-notification-panel::before{background:rgba(255,255,255,.98)}html[data-theme="light"] body.ea-rental-page .velaea-notification-head h3,html[data-theme="light"] body.ea-rental-page .velaea-notification-copy b,html[data-theme="light"] body.ea-rental-page .velaea-notification-empty strong{color:#061a2f}html[data-theme="light"] body.ea-rental-page .velaea-notification-copy em,html[data-theme="light"] body.ea-rental-page .velaea-notification-empty{color:#657386}html[data-theme="light"] body.ea-rental-page .velaea-notification-item{background:rgba(255,255,255,.70);border-color:rgba(8,24,42,.08)}
@media(max-width:1160px){.vr-menu{order:3;width:100%;justify-content:center;margin-left:0}.vr-nav{flex-wrap:wrap;padding:10px 0}.vr-actions{margin-left:auto}.vr-grid{grid-template-columns:repeat(2,1fr)}.vr-detail-grid,.vr-dashboard-grid{grid-template-columns:1fr}.vr-stats-grid{grid-template-columns:repeat(2,1fr)}.vr-evidence-grid{grid-template-columns:1fr}}
@media(max-width:900px){.vr-notify-btn{display:none}.vr-theme-toggle .theme-text,.vr-lang-btn span:not(:first-child){display:none}.vr-profile-pill{min-width:42px;width:42px;padding:4px;justify-content:center}.vr-profile-copy{display:none}.vr-hero-grid{grid-template-columns:1fr}.vr-form-grid,.vr-risk-grid{grid-template-columns:1fr}.vr-toolbar{align-items:stretch;flex-direction:column}.vr-toolbar input{max-width:none}.vr-grid{grid-template-columns:1fr}.vr-kpi-grid,.vr-stats-grid{grid-template-columns:1fr 1fr}.velaea-notification-panel{position:fixed!important;top:76px!important;left:12px!important;right:12px!important;width:auto!important}}
@media(max-width:620px){.vr-shell{width:min(100% - 24px,1220px)}.vr-brand img{width:126px}.vr-menu{overflow:auto;justify-content:flex-start;padding-bottom:4px}.vr-logout-btn{display:none}.vr-hero{padding-top:36px}.vr-section-head{align-items:flex-start;flex-direction:column}.vr-kpi-grid,.vr-stats-grid,.vr-metrics{grid-template-columns:1fr}.vr-card-actions .vr-btn{width:100%}.vr-card-foot{align-items:stretch;flex-direction:column}.vr-card-foot .vr-btn{width:100%}.vr-card-chart{height:112px}.vr-evidence-card .vr-btn{width:100%}}
body.ea-rental-page .vr-notify-btn .notify-count{position:absolute;right:-8px;top:-8px;min-width:20px;height:20px;padding:0 5px;border-radius:999px;display:inline-grid;place-items:center;font-size:10px;font-weight:950;color:#fff;background:linear-gradient(135deg,#ff5e6d,#c8243a);border:1px solid rgba(255,255,255,.35);box-shadow:0 12px 28px rgba(255,45,73,.24)}

/* Mobile QA polish: keep rental navigation readable without page overflow. */
@media(max-width:620px){
  body.ea-rental-page{
    overflow-x:hidden;
  }

  .vr-header{
    overflow:hidden;
  }

  .vr-nav{
    gap:10px;
    align-items:center;
  }

  .vr-menu{
    width:100%;
    max-width:100%;
    margin:0;
    gap:8px;
    padding:2px 2px 8px;
    scroll-padding-inline:2px;
    scrollbar-width:none;
    mask-image:linear-gradient(90deg,#000 0,#000 calc(100% - 24px),transparent);
    -webkit-mask-image:linear-gradient(90deg,#000 0,#000 calc(100% - 24px),transparent);
  }

  .vr-menu::-webkit-scrollbar{
    display:none;
  }

  .vr-menu a{
    flex:0 0 auto;
    min-height:34px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:0 11px;
    border:1px solid rgba(255,255,255,.075);
    border-radius:999px;
    background:rgba(255,255,255,.035);
    font-size:12px;
  }

  .vr-menu a.active{
    border-color:rgba(242,199,106,.38);
    background:rgba(242,199,106,.12);
  }

  .vr-menu a.active::after{
    display:none;
  }

  .vr-actions{
    gap:7px;
    max-width:calc(100vw - 164px);
    overflow:hidden;
  }

  .vr-theme-toggle,
  .vr-lang-btn,
  .vr-profile-pill{
    flex:0 0 auto;
  }

  .vr-table-wrap{
    border-radius:18px;
    scrollbar-width:thin;
    scrollbar-color:rgba(242,199,106,.45) rgba(255,255,255,.06);
    background:
      linear-gradient(90deg,rgba(5,15,28,.98),rgba(5,15,28,0) 22px) left/34px 100% no-repeat,
      linear-gradient(270deg,rgba(5,15,28,.98),rgba(5,15,28,0) 22px) right/34px 100% no-repeat,
      rgba(255,255,255,.025);
  }

  .vr-table th,
  .vr-table td{
    padding:11px 12px;
    font-size:12px;
  }
}

@media(max-width:390px){
  .vr-actions{
    max-width:calc(100vw - 148px);
  }

  .vr-theme-toggle{
    width:40px;
    padding:0;
  }
}
