:root{
  --vpue-red:#ff1717;
  --vpue-red-dark:#d90000;
  --vpue-red-deep:#9e0000;
  --vpue-red-soft:#fff1f1;
  --vpue-red-wash:rgba(255,23,23,.075);
  --vpue-black:#08080a;
  --vpue-ink:#17171b;
  --vpue-muted:#6f7077;
  --vpue-line:#e9e9ec;
  --vpue-soft:#f6f6f8;
  --vpue-white:#fff;
  --vpue-radius:18px;
  --vpue-radius-sm:12px;
  --vpue-shadow:0 12px 38px rgba(10,10,12,.08);
  --vpue-shadow-red:0 14px 36px rgba(255,23,23,.16);
  --vpue-accent:var(--vpue-red);
  --vpue-user-accent:var(--vpue-red);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
.vpue-standalone{
  margin:0;
  background:#fff;
  color:var(--vpue-ink);
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;
  -webkit-font-smoothing:antialiased;
}
.vpue-standalone a{-webkit-tap-highlight-color:transparent}
.vpue-shell{width:min(1220px,100%);margin:0 auto;padding:0 12px 44px;background:#fff;min-height:100vh}

/* Hotlink global masthead */
.vpue-topbar{
  position:sticky;top:0;z-index:40;
  min-height:58px;
  display:flex;align-items:center;justify-content:space-between;gap:12px;
  margin:0 -12px;padding:8px 12px;
  background:rgba(255,255,255,.94);
  border-bottom:1px solid rgba(8,8,10,.08);
  backdrop-filter:blur(16px);
}
.vpue-topbar:after{content:"";position:absolute;left:0;bottom:-1px;width:92px;height:2px;background:var(--vpue-red)}
.vpue-topbar-brand{display:flex;align-items:center;gap:8px;color:var(--vpue-black);text-decoration:none;min-width:0}
.vpue-brand-mark{width:36px;height:36px;border-radius:10px;overflow:hidden;display:grid;place-items:center;background:#000;box-shadow:0 0 0 1px rgba(0,0,0,.08),0 5px 14px rgba(255,23,23,.18);flex:0 0 auto}
.vpue-brand-mark img{width:100%;height:100%;display:block;object-fit:cover}
.vpue-brand-mark.is-small{width:30px;height:30px;border-radius:9px}
.vpue-brand-word{font-weight:950;font-size:1rem;letter-spacing:-.045em}
.vpue-topbar-nav{display:flex;align-items:center;justify-content:flex-end;gap:4px;min-width:0}
.vpue-topbar-nav a{color:#55565c;text-decoration:none;font-size:.72rem;font-weight:800;padding:8px 7px;border-radius:10px;white-space:nowrap}
.vpue-topbar-nav a:hover,.vpue-topbar-nav a.is-active{color:var(--vpue-red);background:var(--vpue-red-soft)}
.vpue-topbar-nav .vpue-top-login{background:var(--vpue-black);color:#fff;padding-inline:10px}
.vpue-topbar-nav .vpue-top-login:hover{background:var(--vpue-red);color:#fff}

/* Homepage hero */
.vpue-hero{position:relative;display:grid;grid-template-columns:1fr;gap:12px;padding:18px 0 0}
.vpue-hero-copy{position:relative;min-height:220px;overflow:hidden;border-radius:24px;padding:22px 18px;background:#fff;border:1px solid var(--vpue-line);box-shadow:var(--vpue-shadow)}
.vpue-hero-copy:before{content:"";position:absolute;left:0;top:0;width:6px;height:100%;background:linear-gradient(var(--vpue-red),var(--vpue-red-dark))}
.vpue-hero-copy:after{content:"#";position:absolute;right:-12px;bottom:-55px;font-size:13rem;line-height:1;font-weight:1000;color:rgba(255,23,23,.038);pointer-events:none}
.vpue-kicker{position:relative;z-index:1;display:inline-flex;align-items:center;gap:6px;font-size:.68rem;letter-spacing:.16em;font-weight:950;color:var(--vpue-red)}
.vpue-kicker span{display:grid;place-items:center;width:22px;height:22px;border-radius:7px;background:var(--vpue-red);color:#fff;letter-spacing:0;font-size:.9rem}
.vpue-hero h1{position:relative;z-index:1;font-size:clamp(1.85rem,8vw,3.8rem);line-height:.98;max-width:780px;margin:.72rem 0 .65rem;letter-spacing:-.055em;color:var(--vpue-black);font-weight:950}
.vpue-hero-intro{position:relative;z-index:1;max-width:680px;margin:0;color:#56575d;font-size:.82rem;line-height:1.52}
.vpue-hero-actions,.vpue-profile-actions{position:relative;z-index:2;display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}
.vpue-hero-art{display:none;position:relative;overflow:hidden;border-radius:24px;background:radial-gradient(circle at 50% 40%,#2b0000 0,#08080a 52%,#000 100%);min-height:220px;box-shadow:var(--vpue-shadow-red)}
.vpue-hero-art img{position:absolute;z-index:2;width:min(74%,280px);aspect-ratio:1;object-fit:cover;left:50%;top:48%;transform:translate(-50%,-50%);border-radius:20%;filter:drop-shadow(0 18px 35px rgba(255,0,0,.28))}
.vpue-hero-art span{position:absolute;right:13px;bottom:10px;color:#fff;font-size:.61rem;letter-spacing:.25em;font-weight:950;opacity:.72}
.vpue-hero-art-ring{position:absolute;inset:12%;border:1px solid rgba(255,40,40,.28);border-radius:50%;box-shadow:0 0 0 28px rgba(255,23,23,.035),0 0 0 58px rgba(255,23,23,.018)}

/* Red search header */
.vpue-search{position:relative;display:block;background:linear-gradient(135deg,var(--vpue-red),#f00000 64%,#b80000);border-radius:20px;padding:13px;box-shadow:var(--vpue-shadow-red);overflow:hidden}
.vpue-search:after{content:"#";position:absolute;right:-8px;top:-40px;font-size:8rem;line-height:1;color:rgba(255,255,255,.11);font-weight:1000;pointer-events:none}
.vpue-search-label{position:relative;z-index:1;display:block;color:#fff;font-size:.7rem;font-weight:950;letter-spacing:.06em;margin:0 0 8px 2px;text-transform:uppercase}
.vpue-search-control{position:relative;z-index:1;display:flex;align-items:center;gap:7px;background:#fff;padding:5px;border-radius:14px;box-shadow:0 8px 26px rgba(130,0,0,.17)}
.vpue-search-icon{width:34px;height:34px;border-radius:10px;display:grid;place-items:center;background:#f4f4f5;color:var(--vpue-black);font-size:1.25rem;font-weight:900;flex:0 0 auto}
.vpue-search input,.vpue-gate-form input{width:100%;min-width:0;min-height:40px;border:0;outline:0;padding:0 6px;font-size:16px;background:#fff;color:var(--vpue-black)}
.vpue-search input::placeholder,.vpue-gate-form input::placeholder{color:#9a9ba1}
.vpue-search button,.vpue-btn{min-height:42px;border:0;border-radius:11px;padding:0 14px;background:linear-gradient(180deg,#ff2a2a,var(--vpue-red-dark));color:#fff;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;font-weight:900;font-size:.76rem;letter-spacing:-.01em;cursor:pointer;box-shadow:0 7px 18px rgba(220,0,0,.17);transition:transform .16s ease,box-shadow .16s ease,background .16s ease}
.vpue-search button:hover,.vpue-btn:hover{transform:translateY(-1px);box-shadow:0 10px 22px rgba(220,0,0,.24);color:#fff}
.vpue-btn-dark{background:var(--vpue-black);box-shadow:0 7px 18px rgba(0,0,0,.14)}
.vpue-btn-dark:hover{background:#242428}
.vpue-btn-soft{background:var(--vpue-red-soft);color:var(--vpue-red-dark);box-shadow:none;border:1px solid rgba(255,23,23,.12)}

/* Section language */
.vpue-section{position:relative;margin-top:24px;padding-top:2px}
.vpue-section-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:10px;min-height:30px}
.vpue-heading-lockup{display:flex;align-items:center;gap:8px;min-width:0}
.vpue-section-hash{width:25px;height:25px;border-radius:8px;background:var(--vpue-black);color:#fff;display:grid;place-items:center;font-size:.82rem;font-weight:1000;box-shadow:inset 0 -2px 0 var(--vpue-red);flex:0 0 auto}
.vpue-section-head h2{font-size:.94rem;line-height:1.2;margin:0;letter-spacing:-.025em;color:var(--vpue-black);font-weight:950}
.vpue-section-head>span{font-size:.64rem;color:var(--vpue-muted);white-space:nowrap}

/* Featured black box */
.vpue-section-featured{padding:14px 12px 6px;border-radius:22px;background:linear-gradient(145deg,#0b0b0d,#17171b);box-shadow:var(--vpue-shadow)}
.vpue-section-featured .vpue-section-head h2,.vpue-section-featured .vpue-section-head>span{color:#fff}
.vpue-section-featured .vpue-section-hash{background:var(--vpue-red);box-shadow:none}

/* Social person cards */
.vpue-user-rail,.vpue-content-rail{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(138px,172px);gap:9px;overflow-x:auto;overscroll-behavior-inline:contain;scroll-snap-type:inline proximity;padding:1px 1px 9px;scrollbar-width:thin;scrollbar-color:#ddd transparent}
.vpue-user-card{position:relative;scroll-snap-align:start;display:block;text-decoration:none;color:inherit;background:#fff;border:1px solid var(--vpue-line);border-radius:16px;overflow:hidden;min-width:0;box-shadow:0 4px 15px rgba(10,10,12,.045);transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease}
.vpue-user-card:hover{transform:translateY(-2px);border-color:rgba(255,23,23,.35);box-shadow:0 10px 24px rgba(10,10,12,.08)}
.vpue-user-photo{position:relative;overflow:hidden;background:#efeff1}
.vpue-user-photo>img{width:100%;aspect-ratio:1/1;object-fit:cover;display:block;transition:transform .25s ease}
.vpue-user-card:hover .vpue-user-photo>img{transform:scale(1.025)}
.vpue-user-hotmark{position:absolute;right:7px;bottom:7px;width:24px;height:24px;display:grid;place-items:center;border-radius:8px;background:var(--vpue-red);color:#fff;font-size:.8rem;font-weight:1000;border:2px solid #fff;box-shadow:0 4px 12px rgba(180,0,0,.22)}
.vpue-user-copy{padding:9px 9px 10px;border-top:2px solid var(--vpue-red)}
.vpue-user-card strong,.vpue-user-card em,.vpue-user-card span,.vpue-user-card small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.vpue-user-card strong{font-size:.79rem;line-height:1.15;color:var(--vpue-black);font-weight:950}
.vpue-user-card em{font-style:normal;font-size:.62rem;color:var(--vpue-red);font-weight:800;margin-top:3px}
.vpue-user-card span:not(.vpue-user-hotmark):not(.vpue-card-arrow){font-size:.68rem;color:#4f5056;margin-top:4px}
.vpue-user-card small{font-size:.61rem;color:var(--vpue-muted);margin-top:2px}
.vpue-user-grid{display:grid;grid-template-columns:1fr;gap:8px}
.vpue-user-grid .vpue-user-card{display:grid;grid-template-columns:64px minmax(0,1fr) 25px;align-items:center;min-height:66px;padding:5px;background:linear-gradient(90deg,#fff 0,#fff 82%,rgba(255,23,23,.025) 100%)}
.vpue-user-grid .vpue-user-photo{border-radius:12px}
.vpue-user-grid .vpue-user-photo>img{width:58px;height:58px;aspect-ratio:1;display:block}
.vpue-user-grid .vpue-user-copy{border:0;padding:4px 8px}
.vpue-user-grid .vpue-user-hotmark{width:20px;height:20px;right:2px;bottom:2px;border-radius:7px;font-size:.65rem}
.vpue-card-arrow{display:grid!important;place-items:center;width:23px;height:23px;border-radius:8px;background:var(--vpue-black);color:#fff;font-size:.72rem;font-style:normal}
.vpue-user-grid .vpue-user-card:nth-child(5n+2) .vpue-card-arrow{background:var(--vpue-red)}
.vpue-user-grid .vpue-user-card:nth-child(5n+4){border-left:3px solid var(--vpue-red)}

/* Usage rows get alternating Hotlink treatments */
.vpue-usage-row{padding:12px 10px 4px;border:1px solid var(--vpue-line);border-radius:20px;background:#fff}
.vpue-usage-row:nth-of-type(even){background:linear-gradient(135deg,var(--vpue-red-soft),#fff 62%);border-color:rgba(255,23,23,.12)}
.vpue-usage-row:nth-of-type(3n) .vpue-section-hash{background:var(--vpue-red)}

/* Profile */
.vpue-profile{--vpue-user-accent:#ff1d1d}
.vpue-profile-head{position:relative;margin-top:14px;background:#fff;border:1px solid var(--vpue-line);border-radius:24px;overflow:hidden;box-shadow:var(--vpue-shadow)}
.vpue-profile-cover{position:relative;height:128px;overflow:hidden;background:linear-gradient(118deg,var(--vpue-black) 0 56%,var(--vpue-red) 56% 100%)}
.vpue-profile-cover:before{content:"";position:absolute;inset:auto auto 0 0;width:43%;height:5px;background:var(--vpue-user-accent)}
.vpue-profile-cover:after{content:"#HOTLINK";position:absolute;right:12px;bottom:-8px;color:rgba(255,255,255,.13);font-size:2.7rem;font-weight:1000;letter-spacing:-.06em}
.vpue-profile-cover>img{position:absolute;right:-10px;top:50%;transform:translateY(-50%);width:148px;height:148px;object-fit:cover;border-radius:28px;opacity:.42;mix-blend-mode:screen}
.vpue-cover-tag{position:absolute;left:14px;top:14px;z-index:2;color:#fff;font-size:.61rem;letter-spacing:.11em;font-weight:950;background:rgba(255,255,255,.11);border:1px solid rgba(255,255,255,.17);padding:6px 8px;border-radius:9px}
.vpue-profile-main{display:grid;grid-template-columns:76px minmax(0,1fr);gap:10px;padding:0 13px 14px;align-items:start}
.vpue-avatar-wrap{position:relative;width:76px;height:76px;margin-top:-32px;z-index:3}
.vpue-profile-avatar{width:76px;height:76px;object-fit:cover;border-radius:50%;display:block;border:4px solid #fff;background:#eee;box-shadow:0 0 0 2px var(--vpue-black),0 7px 20px rgba(0,0,0,.16)}
.vpue-avatar-wrap>span{position:absolute;right:-2px;bottom:1px;width:24px;height:24px;border-radius:8px;display:grid;place-items:center;background:var(--vpue-red);color:#fff;border:2px solid #fff;font-size:.72rem;font-weight:1000}
.vpue-profile-identity{padding-top:8px;min-width:0}
.vpue-profile-handle{font-size:.62rem;color:var(--vpue-red);font-weight:900;line-height:1.2;margin-bottom:2px}
.vpue-profile-identity h1{font-size:1.24rem;line-height:1.08;margin:2px 0 4px;letter-spacing:-.04em;color:var(--vpue-black);font-weight:950}
.vpue-role{font-size:.75rem;font-weight:850;color:#2c2c30}
.vpue-org{font-size:.68rem;color:var(--vpue-muted);margin-top:2px}
.vpue-profile-identity p{font-size:.72rem;line-height:1.46;color:#55565c;margin:.55rem 0 0;max-width:720px}
.vpue-profile-actions{grid-column:1/-1;margin:4px 0 0;gap:7px}
.vpue-profile-strip{display:flex;align-items:center;justify-content:space-between;margin-top:10px;border-radius:13px;padding:8px 10px;background:linear-gradient(90deg,var(--vpue-red),#e00000);color:#fff;box-shadow:0 7px 18px rgba(255,23,23,.14)}
.vpue-profile-strip span{font-size:.6rem;font-weight:950;letter-spacing:.08em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.vpue-profile-strip b{font-size:1.1rem;line-height:1}

/* Content rows / Netflix cards */
.vpue-content-section{padding:12px 10px 4px;border-radius:20px;background:#fff;border:1px solid var(--vpue-line);box-shadow:0 4px 18px rgba(10,10,12,.035)}
.vpue-content-section:nth-of-type(odd){border-left:4px solid var(--vpue-red)}
.vpue-content-section:nth-of-type(even){background:linear-gradient(135deg,#fff,var(--vpue-red-soft));border-color:rgba(255,23,23,.13)}
.vpue-content-rail{grid-auto-columns:minmax(170px,215px)}
.vpue-content-card{position:relative;scroll-snap-align:start;text-decoration:none;color:inherit;background:#fff;border:1px solid #e6e6e9;border-radius:15px;overflow:hidden;box-shadow:0 5px 18px rgba(10,10,12,.055);transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}
.vpue-content-card:hover{transform:translateY(-2px);box-shadow:0 12px 24px rgba(10,10,12,.10);border-color:rgba(255,23,23,.35)}
.vpue-card-media{position:relative;aspect-ratio:16/10;background:var(--vpue-black);overflow:hidden}
.vpue-card-media>img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .25s ease}
.vpue-content-card:hover .vpue-card-media>img{transform:scale(1.025)}
.vpue-card-media:after{content:"";position:absolute;left:0;right:0;bottom:0;height:30%;background:linear-gradient(transparent,rgba(0,0,0,.42));pointer-events:none}
.vpue-card-fallback{width:100%;height:100%;display:grid;place-items:center;background:radial-gradient(circle at 50% 44%,#2c0000,var(--vpue-black) 68%)}
.vpue-card-fallback img{width:62%;height:62%;object-fit:cover;border-radius:18%;opacity:.82}
.vpue-card-brand{position:absolute;z-index:2;right:7px;top:7px;width:24px;height:24px;border-radius:8px;display:grid;place-items:center;background:var(--vpue-red);color:#fff;font-size:.78rem;font-weight:1000;box-shadow:0 5px 13px rgba(0,0,0,.2)}
.vpue-content-card-copy{padding:9px 9px 10px;border-top:2px solid var(--vpue-red)}
.vpue-content-card strong{display:block;font-size:.78rem;line-height:1.22;color:var(--vpue-black);font-weight:950}
.vpue-content-card-copy>span{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-size:.64rem;line-height:1.38;color:var(--vpue-muted);margin-top:4px}
.vpue-content-card-copy>b{display:block;margin-top:8px;color:var(--vpue-red);font-size:.62rem;font-weight:950;text-transform:uppercase;letter-spacing:.05em}

/* Empty state */
.vpue-empty{display:flex;flex-direction:column;gap:4px;background:linear-gradient(110deg,#fff,var(--vpue-red-soft));border:1px dashed rgba(255,23,23,.35);border-radius:16px;padding:16px;color:var(--vpue-muted);font-size:.75rem}
.vpue-empty strong{color:var(--vpue-black);font-size:.82rem}

/* Application */
.vpue-apply-card{display:grid;grid-template-columns:1fr;background:#fff;border:1px solid var(--vpue-line);border-radius:22px;overflow:hidden;box-shadow:var(--vpue-shadow)}
.vpue-apply-side{position:relative;overflow:hidden;background:linear-gradient(145deg,#08080a,#1d0000);color:#fff;padding:18px}
.vpue-apply-side:after{content:"#";position:absolute;right:-8px;bottom:-42px;font-size:9rem;color:rgba(255,255,255,.07);font-weight:1000;line-height:1}
.vpue-apply-mark{display:block;width:52px;height:52px;border-radius:14px;overflow:hidden;box-shadow:0 8px 24px rgba(255,0,0,.28)}
.vpue-apply-mark img{width:100%;height:100%;object-fit:cover;display:block}
.vpue-apply-side h3{position:relative;z-index:1;margin:12px 0 5px;font-size:1.06rem;letter-spacing:-.03em}
.vpue-apply-side p{position:relative;z-index:1;margin:0;color:#d5d5d9;font-size:.73rem;line-height:1.5;max-width:430px}
.vpue-apply-body{padding:14px}
.vpue-apply-form{display:grid;grid-template-columns:1fr;gap:10px}
.vpue-apply-form label{font-size:.67rem;font-weight:900;color:#2f3035}
.vpue-apply-form input,.vpue-apply-form textarea{display:block;width:100%;border:1px solid #dddddf;border-radius:11px;padding:9px 10px;margin-top:5px;font:inherit;background:#fff;outline:0}
.vpue-apply-form input:focus,.vpue-apply-form textarea:focus{border-color:var(--vpue-red);box-shadow:0 0 0 3px rgba(255,23,23,.08)}
.vpue-notice{padding:9px 11px;border-radius:11px;margin:0 0 12px;font-size:.72rem;font-weight:750}
.vpue-notice.is-success{background:#eefaf2;color:#196333;border:1px solid #ccebd5}
.vpue-notice.is-error{background:#fff0f0;color:#991b1b;border:1px solid #ffd0d0}

/* Private gate */
.vpue-gate-shell{max-width:820px}
.vpue-gate{position:relative;text-align:center;max-width:540px;margin:48px auto 16px;padding:26px 18px 22px;border-radius:24px;background:#fff;border:1px solid var(--vpue-line);box-shadow:var(--vpue-shadow);overflow:hidden}
.vpue-gate:before{content:"";position:absolute;left:0;top:0;right:0;height:6px;background:linear-gradient(90deg,var(--vpue-black) 0 35%,var(--vpue-red) 35% 100%)}
.vpue-gate-brand{display:inline-flex;align-items:center;gap:7px;background:var(--vpue-black);color:#fff;border-radius:12px;padding:6px 9px;margin-bottom:19px}
.vpue-gate-brand img{width:26px;height:26px;border-radius:7px;object-fit:cover}
.vpue-gate-brand span{font-size:.58rem;letter-spacing:.12em;font-weight:950}
.vpue-avatar-wrap.is-gate{width:90px;height:90px;margin:0 auto}
.vpue-avatar-wrap.is-gate .vpue-profile-avatar{width:90px;height:90px}
.vpue-gate h1{font-size:1.4rem;margin:12px 0 5px;letter-spacing:-.04em;color:var(--vpue-black)}
.vpue-gate p{font-size:.76rem;line-height:1.45;color:var(--vpue-muted);margin:0 auto;max-width:400px}
.vpue-gate-form{display:flex;gap:7px;margin-top:14px;padding:5px;border:1px solid var(--vpue-line);border-radius:14px;background:#fff}
.vpue-error{background:#fff0f0;color:#a00;border:1px solid #ffd2d2;border-radius:11px;padding:8px 10px;font-size:.72rem;margin-top:12px}

/* Footer */
.vpue-footer{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:30px;padding:15px 3px 4px;border-top:1px solid var(--vpue-line)}
.vpue-footer-brand{display:flex;align-items:center;gap:8px;min-width:0}
.vpue-footer-brand>div{min-width:0}
.vpue-footer-brand strong{display:block;font-size:.78rem;color:var(--vpue-black);font-weight:950}
.vpue-footer-brand span{display:block;font-size:.59rem;color:var(--vpue-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:210px}
.vpue-footer>a{font-size:.64rem;color:var(--vpue-red);font-weight:900;text-decoration:none;white-space:nowrap}

/* WP Admin surfaces */
.vpue-admin-wrap{--vpue-red:#ff1717;--vpue-black:#08080a;max-width:1160px;margin-top:18px}
.vpue-admin-brandhead{position:relative;display:flex;align-items:center;gap:13px;max-width:1100px;padding:14px 16px;border-radius:18px;background:linear-gradient(115deg,#0b0b0d 0 58%,#ed1111 58% 100%);color:#fff;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,.12);margin:0 0 14px}
.vpue-admin-brandhead:after{content:"#";position:absolute;right:7px;bottom:-25px;font-size:6.5rem;line-height:1;font-weight:1000;color:rgba(255,255,255,.11)}
.vpue-admin-logo{position:relative;z-index:2;width:54px;height:54px;border-radius:14px;overflow:hidden;flex:0 0 auto;box-shadow:0 8px 22px rgba(255,0,0,.25)}
.vpue-admin-logo img{width:100%;height:100%;object-fit:cover;display:block}
.vpue-admin-brandcopy{position:relative;z-index:2;min-width:0}
.vpue-admin-brandcopy>span{display:block;font-size:10px;letter-spacing:.13em;font-weight:900;color:#ffb7b7}
.vpue-admin-brandcopy h1{color:#fff!important;padding:0!important;margin:1px 0 2px!important;font-size:24px!important;line-height:1!important;font-weight:900!important;letter-spacing:-.04em}
.vpue-admin-brandcopy p{margin:0;color:#d5d5d7;font-size:12px;line-height:1.35;max-width:680px}
.vpue-admin-wrap>.notice{max-width:1100px;border-left-color:var(--vpue-red)}
.vpue-admin-wrap>.button,.vpue-admin-wrap>p .button,.vpue-admin-wrap .button{border-radius:9px;min-height:34px}
.vpue-admin-wrap .button-primary{background:var(--vpue-red);border-color:var(--vpue-red);font-weight:700}
.vpue-admin-wrap .button-primary:hover,.vpue-admin-wrap .button-primary:focus{background:#d90000;border-color:#d90000}
.vpue-admin-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(270px,1fr));gap:12px;max-width:1100px}
.vpue-admin-card{position:relative;background:#fff;border:1px solid #dedee2;border-radius:16px;padding:15px;margin:12px 0;max-width:1100px;overflow:hidden;box-shadow:0 4px 14px rgba(0,0,0,.035)}
.vpue-admin-card:before{content:"";position:absolute;left:0;top:0;width:4px;height:100%;background:var(--vpue-red)}
.vpue-admin-card:nth-child(even):before{background:var(--vpue-black)}
.vpue-admin-card h2{margin:0 0 7px;font-size:15px;font-weight:900;color:#111}
.vpue-admin-card p{font-size:12px;color:#666}
.vpue-admin-card label{display:block;font-weight:700;font-size:12px;margin:11px 0;color:#34343a}
.vpue-admin-card input[type=text],.vpue-admin-card input[type=password],.vpue-admin-card input[type=url],.vpue-admin-card input[type=color],.vpue-admin-card select{display:block;width:100%;max-width:none;margin-top:5px;border-radius:9px;border-color:#d7d7db;min-height:38px}
.vpue-admin-card input:focus,.vpue-admin-card select:focus{border-color:var(--vpue-red);box-shadow:0 0 0 1px var(--vpue-red)}
.vpue-sortable-groups{margin:0;padding:0;list-style:none}
.vpue-sortable-groups li{display:flex;gap:9px;align-items:center;border:1px solid #dedee2;background:#fafafa;border-radius:10px;padding:9px 10px;margin:6px 0;cursor:move;border-left:3px solid var(--vpue-red)}
.vpue-sortable-groups li:nth-child(even){border-left-color:#111}
.vpue-sortable-groups label{margin:0;flex:1;font-size:12px}
.vpue-sortable-groups small{color:#73737a;margin-left:5px;font-size:10px}
.vpue-admin-wrap .form-table{max-width:1100px;background:#fff;border:1px solid #dedee2;border-radius:16px;border-collapse:separate;overflow:hidden;box-shadow:0 4px 14px rgba(0,0,0,.035)}
.vpue-admin-wrap .form-table th,.vpue-admin-wrap .form-table td{padding:13px 14px;border-bottom:1px solid #efeff1}
.vpue-admin-wrap .form-table tr:last-child th,.vpue-admin-wrap .form-table tr:last-child td{border-bottom:0}
.vpue-admin-wrap .form-table th{font-size:12px;color:#222}
.vpue-admin-wrap .form-table td,.vpue-admin-wrap .description{font-size:12px;color:#65656c}
.vpue-admin-wrap .form-table input[type=text],.vpue-admin-wrap .form-table input[type=url]{border-radius:9px;min-height:36px;max-width:100%}
.vpue-applications-wrap .widefat{max-width:1100px;border-radius:14px;overflow:hidden;border:1px solid #dedee2;box-shadow:0 4px 14px rgba(0,0,0,.035)}
.vpue-applications-wrap .widefat thead th{background:#0b0b0d;color:#fff;font-weight:800;font-size:11px;border-bottom:3px solid var(--vpue-red)}
.vpue-applications-wrap .widefat td{vertical-align:middle;font-size:12px}
.vpue-applications-wrap .widefat tbody tr:nth-child(even){background:#fff6f6}

@media(min-width:560px){
  .vpue-user-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .vpue-hero{grid-template-columns:minmax(0,1fr) 210px}
  .vpue-hero-art{display:block}
  .vpue-search{grid-column:1/-1}
  .vpue-profile-main{grid-template-columns:90px minmax(0,1fr) auto;align-items:start;padding-inline:16px}
  .vpue-avatar-wrap{width:90px;height:90px;margin-top:-38px}
  .vpue-profile-avatar{width:90px;height:90px}
  .vpue-profile-actions{grid-column:auto;justify-content:flex-end;margin-top:12px}
  .vpue-apply-card{grid-template-columns:minmax(190px,.75fr) 1.5fr}
  .vpue-apply-body{padding:18px}
  .vpue-apply-form{grid-template-columns:1fr 1fr}
  .vpue-apply-form label:last-of-type,.vpue-apply-form button{grid-column:1/-1}
  .vpue-apply-form button{justify-self:start}
}

@media(min-width:760px){
  .vpue-shell{padding:0 22px 60px}
  .vpue-topbar{margin:0 -22px;padding-inline:22px;min-height:64px}
  .vpue-brand-mark{width:40px;height:40px}
  .vpue-brand-word{font-size:1.08rem}
  .vpue-topbar-nav a{font-size:.76rem;padding:8px 10px}
  .vpue-hero{padding-top:22px;grid-template-columns:minmax(0,1fr) 260px;gap:14px}
  .vpue-hero-copy,.vpue-hero-art{min-height:264px}
  .vpue-hero-copy{padding:28px 25px}
  .vpue-hero-intro{font-size:.88rem}
  .vpue-search{padding:14px}
  .vpue-search-label{font-size:.73rem}
  .vpue-user-rail{grid-auto-columns:minmax(150px,185px)}
  .vpue-user-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .vpue-profile-cover{height:156px}
  .vpue-profile-main{grid-template-columns:112px minmax(0,1fr) auto;padding:0 19px 17px;gap:14px}
  .vpue-avatar-wrap{width:112px;height:112px;margin-top:-48px}
  .vpue-profile-avatar{width:112px;height:112px;border-width:5px}
  .vpue-profile-identity{padding-top:11px}
  .vpue-profile-identity h1{font-size:1.55rem}
  .vpue-profile-handle{font-size:.68rem}
  .vpue-role{font-size:.8rem}
  .vpue-org,.vpue-profile-identity p{font-size:.73rem}
  .vpue-content-rail{grid-auto-columns:minmax(205px,245px)}
  .vpue-section-head h2{font-size:1rem}
}

@media(min-width:1040px){
  .vpue-user-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
  .vpue-hero{grid-template-columns:minmax(0,1fr) 330px}
  .vpue-hero-copy,.vpue-hero-art{min-height:286px}
}

@media(max-width:520px){
  .vpue-topbar-nav a:not(.vpue-top-login){display:none}
  .vpue-search-control{gap:4px}
  .vpue-search button{padding-inline:11px}
  .vpue-hero-copy{min-height:208px}
  .vpue-section{margin-top:20px}
  .vpue-gate-form{flex-direction:column;padding:8px}
  .vpue-gate-form input{min-height:42px;border:1px solid var(--vpue-line);border-radius:10px;padding-inline:10px}
  .vpue-footer-brand span{max-width:150px}
  .vpue-admin-brandhead{padding:12px}
  .vpue-admin-logo{width:46px;height:46px}
  .vpue-admin-brandcopy h1{font-size:21px!important}
  .vpue-admin-brandcopy p{font-size:11px}
}

@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  .vpue-btn,.vpue-user-card,.vpue-content-card,.vpue-user-photo>img,.vpue-card-media>img{transition:none!important}
}

/* v1.3 homepage: people once, then administrator-featured content */
.vpue-more-link{display:inline-flex;align-items:center;gap:5px;font-size:.66rem;font-weight:950;text-decoration:none!important;color:var(--vpue-red)!important}
.vpue-more-link span{display:grid;place-items:center;width:24px;height:24px;border-radius:9px;background:var(--vpue-red);color:#fff;font-size:.9rem}
.vpue-people-pagination{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:10px}
.vpue-people-pagination a,.vpue-people-pagination span{min-width:32px;height:30px;padding:0 8px;border:1px solid var(--vpue-line);border-radius:9px;display:grid;place-items:center;text-decoration:none!important;font-size:.65rem;font-weight:900}
.vpue-people-pagination a{background:var(--vpue-red);border-color:var(--vpue-red);color:#fff!important}
.vpue-home-content-row .vpue-content-card-copy{position:relative}
.vpue-card-author{display:flex!important;align-items:center;gap:5px;margin:0 0 5px!important;font-size:.58rem!important;color:var(--vpue-muted)!important}
.vpue-card-author img{width:19px;height:19px;border-radius:7px;object-fit:cover}
.vpue-card-author em{font-style:normal;font-weight:850;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.vpue-demo-card{cursor:default}
.vpue-demo-card .vpue-content-card-copy>small{font-size:.5rem;letter-spacing:.08em;font-weight:950;color:var(--vpue-red)}
.vpue-home-content-row.is-demo{border-style:dashed}
.vpue-home-content-row.is-demo .vpue-section-head>span{background:var(--vpue-red-soft);color:var(--vpue-red);border-radius:999px;padding:3px 7px;font-size:.55rem;font-weight:950}
.vpue-footer{display:none!important}

/* v1.5 homepage builder: all homepage cards are real anchors. */
.vpue-home-content-row .vpue-content-card{z-index:1;pointer-events:auto;cursor:pointer}
.vpue-home-content-row.vpue-row-grid .vpue-content-rail{display:grid;grid-auto-flow:row;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));overflow:visible}
.vpue-home-content-row.vpue-card-compact .vpue-content-card-copy{padding:7px}.vpue-home-content-row.vpue-card-compact .vpue-content-card-copy>span{display:none}.vpue-home-content-row.vpue-card-compact .vpue-card-media{aspect-ratio:2.1}
