:root{--prcrm-shell-primary:#f59e0b;--prcrm-shell-primary2:#f97316;--prcrm-shell-dark:#0f172a;--prcrm-shell-dark2:#1e293b;--prcrm-shell-text:#1e293b;--prcrm-shell-muted:#64748b;--prcrm-shell-bg:#f8fafc;--prcrm-shell-card:#fff;--prcrm-shell-border:#e2e8f0;--prcrm-shell-success:#16a34a;--prcrm-shell-radius:18px;--prcrm-shell-shadow:0 8px 30px rgba(15,23,42,.055)}
.prcrm-frontend-shell{min-height:100vh;background:var(--prcrm-shell-bg);color:var(--prcrm-shell-text);font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;font-size:15px;line-height:1.55;overflow-x:hidden}.prcrm-frontend-shell *,.prcrm-frontend-shell *::before,.prcrm-frontend-shell *::after{box-sizing:border-box}.prcrm-shell-container{width:min(1440px,calc(100% - 40px));margin:0 auto}.prcrm-shell-header{position:relative;z-index:10;background:rgba(255,255,255,.96);backdrop-filter:blur(16px);border-bottom:1px solid rgba(226,232,240,.92);box-shadow:0 3px 20px rgba(15,23,42,.035)}.prcrm-shell-header-inner{min-height:74px;display:flex;align-items:center;justify-content:space-between;gap:20px}.prcrm-shell-brand{display:flex;align-items:center;gap:12px;min-width:0}.prcrm-shell-logo{width:44px;height:44px;border-radius:13px;display:flex;align-items:center;justify-content:center;flex:0 0 44px;background:linear-gradient(135deg,var(--prcrm-shell-primary),var(--prcrm-shell-primary2));color:#fff;font-weight:900;font-size:19px;box-shadow:0 7px 18px rgba(245,158,11,.22)}.prcrm-shell-brand-copy{min-width:0}.prcrm-shell-brand-copy strong{display:block;color:var(--prcrm-shell-dark);font-size:16px;font-weight:900;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.prcrm-shell-brand-copy span{display:block;margin-top:1px;color:var(--prcrm-shell-muted);font-size:10px;font-weight:650}.prcrm-shell-header-actions{display:flex;align-items:center;gap:9px}.prcrm-shell-user-pill{display:inline-flex;align-items:center;min-height:38px;padding:0 12px;border:1px solid var(--prcrm-shell-border);border-radius:10px;background:#fff;color:var(--prcrm-shell-muted);font-size:11px;font-weight:800}.prcrm-shell-top-btn{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:0 13px;border:1px solid var(--prcrm-shell-border);border-radius:10px;background:#fff;color:var(--prcrm-shell-dark);font-size:11px;font-weight:850;text-decoration:none}.prcrm-shell-top-btn.primary{background:var(--prcrm-shell-dark);border-color:var(--prcrm-shell-dark);color:#fff}.prcrm-shell-page{padding:28px 0 48px}.prcrm-shell-hero{position:relative;overflow:hidden;display:grid;grid-template-columns:minmax(0,1fr) 270px;gap:24px;align-items:center;padding:31px;border-radius:23px;color:#fff;background:radial-gradient(circle at 88% 15%,rgba(245,158,11,.24),transparent 26%),radial-gradient(circle at 80% 100%,rgba(249,115,22,.12),transparent 28%),linear-gradient(135deg,#0b1220,#172033 55%,#1e293b);box-shadow:0 20px 48px rgba(15,23,42,.12);margin-bottom:20px}.prcrm-shell-hero::before{content:"";position:absolute;width:250px;height:250px;right:-115px;bottom:-125px;border-radius:50%;border:1px solid rgba(255,255,255,.07)}.prcrm-shell-hero-copy{position:relative;z-index:1;min-width:0}.prcrm-shell-kicker{display:inline-flex;align-items:center;margin-bottom:12px;padding:6px 10px;border:1px solid rgba(255,255,255,.1);border-radius:999px;background:rgba(255,255,255,.065);color:#e2e8f0;font-size:10px;font-weight:800;letter-spacing:.08em}.prcrm-shell-hero h1{margin:0 0 9px;color:#fff;font-size:clamp(24px,3.1vw,38px);line-height:1.12;font-weight:900;letter-spacing:-.025em}.prcrm-shell-hero p{max-width:760px;margin:0;color:#cbd5e1;font-size:13px;line-height:1.65}.prcrm-shell-progress{position:relative;z-index:1;padding:18px;border:1px solid rgba(255,255,255,.1);border-radius:17px;background:rgba(255,255,255,.055);backdrop-filter:blur(8px)}.prcrm-shell-progress span{display:block;color:#cbd5e1;font-size:11px;font-weight:700}.prcrm-shell-progress strong{display:block;margin-top:4px;color:#fff;font-size:22px;font-weight:900}.prcrm-shell-progress-track{height:8px;margin-top:12px;border-radius:999px;background:rgba(255,255,255,.1);overflow:hidden}.prcrm-shell-progress-track i{display:block;width:100%;height:100%;border-radius:inherit;background:linear-gradient(90deg,#fbbf24,#f97316)}.prcrm-shell-content-grid{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:20px;align-items:start}.prcrm-shell-main-card,.prcrm-shell-side-card{background:#fff;border:1px solid var(--prcrm-shell-border);border-radius:var(--prcrm-shell-radius);box-shadow:var(--prcrm-shell-shadow);overflow:hidden}.prcrm-shell-card-head{display:flex;justify-content:space-between;gap:18px;padding:19px 21px;border-bottom:1px solid var(--prcrm-shell-border);background:#fff}.prcrm-shell-card-head h2{margin:0;color:var(--prcrm-shell-dark);font-size:17px;font-weight:900}.prcrm-shell-card-head p{margin:3px 0 0;color:var(--prcrm-shell-muted);font-size:11px}.prcrm-shell-card-body{padding:18px}.prcrm-shell-shortcode{min-width:0}.prcrm-shell-shortcode>*>:first-child{margin-top:0}.prcrm-shell-sidebar{display:grid;gap:16px}.prcrm-shell-side-card{padding:19px}.prcrm-shell-side-card.light{background:linear-gradient(180deg,#fff7ed,#fff)}.prcrm-shell-side-icon{width:38px;height:38px;border-radius:11px;display:flex;align-items:center;justify-content:center;margin-bottom:12px;background:#f0fdf4;color:var(--prcrm-shell-success);font-weight:900}.prcrm-shell-side-card h3{margin:0;color:var(--prcrm-shell-dark);font-size:14px;font-weight:900}.prcrm-shell-side-card p{margin:6px 0 0;color:var(--prcrm-shell-muted);font-size:11px;line-height:1.55}.prcrm-shell-side-label{display:block;color:#c2410c;font-size:9px;font-weight:900;letter-spacing:.08em}.prcrm-shell-side-card strong{display:block;margin-top:5px;color:var(--prcrm-shell-dark);font-size:14px;font-weight:900;overflow-wrap:anywhere}.prcrm-shell-side-small{display:block;margin-top:4px;color:var(--prcrm-shell-muted);font-size:10px}.prcrm-shell-footer{padding:25px 0 4px;text-align:center;color:var(--prcrm-shell-muted);font-size:10px;font-weight:600}.prcrm-shell-error{margin:20px;padding:18px;border:1px solid #fecaca;border-radius:12px;background:#fef2f2;color:#991b1b;font-weight:700}
/* Keep existing CRM/employee shortcode UIs inside the shared card visually integrated. */
.prcrm-frontend-shell .prcrm-public{max-width:none!important;margin:0!important}.prcrm-frontend-shell .prcrm-portal{background:transparent!important;padding:0!important;box-shadow:none!important;border:0!important}.prcrm-frontend-shell .prcrm-portal-hero{display:none!important}.prcrm-frontend-shell .prcrm-portal-stats{display:none!important}.prcrm-frontend-shell .prcrm-portal>.prcrm-panel:first-of-type{margin-top:0!important}.prcrm-frontend-shell .prcrm-portal>.prcrm-form-panel,.prcrm-frontend-shell .prcrm-employee-form{margin-top:0!important}.prcrm-frontend-shell .prcrm-employee-form .prcrm-form-header{margin-top:0!important}
/* Generic integration rules. */
.prcrm-frontend-shell form{max-width:100%}.prcrm-frontend-shell input,.prcrm-frontend-shell select,.prcrm-frontend-shell textarea,.prcrm-frontend-shell button{font:inherit;max-width:100%}.prcrm-frontend-shell table{max-width:100%}.prcrm-frontend-shell img{max-width:100%;height:auto}
@media(max-width:1050px){.prcrm-shell-content-grid{grid-template-columns:1fr}.prcrm-shell-sidebar{grid-template-columns:repeat(2,minmax(0,1fr))}.prcrm-shell-hero{grid-template-columns:1fr}.prcrm-shell-progress{max-width:380px}}@media(max-width:720px){.prcrm-shell-container{width:calc(100% - 20px)}.prcrm-shell-header-inner{min-height:64px}.prcrm-shell-brand-copy span{display:none}.prcrm-shell-user-pill{display:none}.prcrm-shell-page{padding-top:17px}.prcrm-shell-hero{padding:21px;border-radius:18px}.prcrm-shell-hero h1{font-size:25px}.prcrm-shell-card-body{padding:13px}.prcrm-shell-sidebar{grid-template-columns:1fr}.prcrm-shell-top-btn{min-height:36px;padding:0 11px;font-size:10px}}
@media(max-width:480px){.prcrm-shell-container{width:calc(100% - 14px)}.prcrm-shell-brand-copy strong{font-size:14px}.prcrm-shell-logo{width:40px;height:40px;flex-basis:40px}.prcrm-shell-hero{padding:18px}.prcrm-shell-hero h1{font-size:22px}}

/* v10.0.26 — Full-viewport professional frontend shell + JRD Solar portal styling */
.prcrm-frontend-shell{
  width:100vw !important;
  max-width:none !important;
  margin-left:calc(50% - 50vw) !important;
  margin-right:calc(50% - 50vw) !important;
  min-height:100vh;
  background:var(--prcrm-shell-bg);
}
.prcrm-shell-container{
  width:min(1600px, calc(100vw - 48px)) !important;
  max-width:1600px !important;
  margin-left:auto !important;
  margin-right:auto !important;
}
.prcrm-shell-page{padding:26px 0 54px !important}
.prcrm-shell-hero{
  padding:34px !important;
  border-radius:24px !important;
  background:
    radial-gradient(circle at 88% 15%,rgba(245,158,11,.28),transparent 26%),
    radial-gradient(circle at 78% 100%,rgba(249,115,22,.15),transparent 30%),
    linear-gradient(135deg,#0b1220,#172033 56%,#243247) !important;
}
.prcrm-shell-content-grid{grid-template-columns:minmax(0,1fr) 340px !important;gap:22px !important}
.prcrm-shell-main-card,.prcrm-shell-side-card{border-radius:20px !important}
.prcrm-shell-card-head{padding:21px 23px !important}
.prcrm-shell-card-body{padding:20px !important}

/* Employee portal: use the reference design language instead of hiding its own hero/stats. */
.prcrm-frontend-shell .prcrm-portal{
  width:100% !important;
  max-width:none !important;
  margin:0 !important;
  padding:0 !important;
  background:transparent !important;
  color:#1e293b !important;
  border:0 !important;
  box-shadow:none !important;
}
.prcrm-frontend-shell .prcrm-portal-hero{
  display:grid !important;
  grid-template-columns:minmax(0,1fr) 300px !important;
  gap:28px !important;
  align-items:center !important;
  position:relative !important;
  overflow:hidden !important;
  margin:0 0 20px !important;
  padding:34px !important;
  border-radius:24px !important;
  color:#fff !important;
  background:
    radial-gradient(circle at 88% 15%,rgba(245,158,11,.30),transparent 26%),
    radial-gradient(circle at 80% 100%,rgba(249,115,22,.14),transparent 30%),
    linear-gradient(135deg,#0b1220,#172033 56%,#243247) !important;
  box-shadow:0 20px 50px rgba(15,23,42,.12) !important;
}
.prcrm-frontend-shell .prcrm-portal-hero::before{
  content:"" !important;
  position:absolute !important;
  width:260px !important;height:260px !important;
  right:-130px !important;bottom:-135px !important;
  border-radius:50% !important;
  border:1px solid rgba(255,255,255,.08) !important;
}
.prcrm-frontend-shell .prcrm-portal-hero>div:first-child{position:relative;z-index:1}
.prcrm-frontend-shell .prcrm-portal-hero h1{
  margin:0 0 9px !important;
  color:#fff !important;
  font-size:clamp(26px,3.3vw,42px) !important;
  line-height:1.12 !important;
  font-weight:900 !important;
  letter-spacing:-.025em !important;
}
.prcrm-frontend-shell .prcrm-portal-hero p{
  margin:0 !important;
  max-width:820px !important;
  color:#cbd5e1 !important;
  font-size:14px !important;
  line-height:1.65 !important;
}
.prcrm-frontend-shell .prcrm-portal-identity{
  position:relative !important;
  z-index:1 !important;
  padding:18px !important;
  border:1px solid rgba(255,255,255,.10) !important;
  border-radius:17px !important;
  background:rgba(255,255,255,.055) !important;
  backdrop-filter:blur(8px) !important;
}
.prcrm-frontend-shell .prcrm-portal-identity span{display:block;color:#cbd5e1;font-size:11px;font-weight:700}
.prcrm-frontend-shell .prcrm-portal-identity strong{display:block;margin-top:4px;color:#fff;font-size:19px;font-weight:900;overflow-wrap:anywhere}
.prcrm-frontend-shell .prcrm-portal-stats{
  display:grid !important;
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  gap:15px !important;
  margin:0 0 20px !important;
}
.prcrm-frontend-shell .prcrm-portal-stat{
  min-width:0 !important;
  padding:19px 20px !important;
  background:#fff !important;
  border:1px solid #e2e8f0 !important;
  border-radius:18px !important;
  box-shadow:0 8px 30px rgba(15,23,42,.055) !important;
}
.prcrm-frontend-shell .prcrm-portal-stat span{display:block;color:#64748b;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.06em}
.prcrm-frontend-shell .prcrm-portal-stat strong{display:block;margin-top:6px;color:#0f172a;font-size:23px;font-weight:900}
.prcrm-frontend-shell .prcrm-portal>.prcrm-panel{
  width:100% !important;
  margin:0 0 20px !important;
  background:#fff !important;
  border:1px solid #e2e8f0 !important;
  border-radius:20px !important;
  box-shadow:0 8px 30px rgba(15,23,42,.055) !important;
  overflow:hidden !important;
}
.prcrm-frontend-shell .prcrm-portal>.prcrm-panel .prcrm-panel-head{padding:21px 23px !important;background:#fff !important}
.prcrm-frontend-shell .prcrm-form-list{
  display:grid !important;
  grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  gap:12px !important;
  padding:18px !important;
}
.prcrm-frontend-shell .prcrm-form-card{
  min-width:0 !important;
  display:flex !important;
  flex-direction:column !important;
  align-items:flex-start !important;
  gap:6px !important;
  padding:17px !important;
  border:1px solid #e2e8f0 !important;
  border-radius:15px !important;
  background:#fff !important;
  text-decoration:none !important;
  box-shadow:none !important;
  transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease,background .18s ease !important;
}
.prcrm-frontend-shell .prcrm-form-card:hover{
  transform:translateY(-2px) !important;
  border-color:#fed7aa !important;
  background:#fffaf4 !important;
  box-shadow:0 12px 26px rgba(15,23,42,.07) !important;
}
.prcrm-frontend-shell .prcrm-form-card b{color:#0f172a !important;font-size:13px !important;font-weight:850 !important;line-height:1.35 !important}
.prcrm-frontend-shell .prcrm-form-card span{color:#64748b !important;font-size:10px !important;line-height:1.5 !important}
.prcrm-frontend-shell .prcrm-form-card em{display:inline-flex !important;align-items:center !important;min-height:23px !important;padding:0 8px !important;border-radius:999px !important;background:#fff7ed !important;border:1px solid #fed7aa !important;color:#c2410c !important;font-size:9px !important;font-style:normal !important;font-weight:850 !important}

/* Form pages inherit the same responsive width and visual language. */
.prcrm-frontend-shell .prcrm-form-hero,
.prcrm-frontend-shell .prcrm-employee-form,
.prcrm-frontend-shell .prcrm-form-panel{max-width:none !important;width:100% !important}
.prcrm-frontend-shell .prcrm-form-hero{border-radius:22px !important}
.prcrm-frontend-shell .prcrm-employee-form,
.prcrm-frontend-shell .prcrm-form-panel,
.prcrm-frontend-shell .prcrm-public .prcrm-panel{box-shadow:0 8px 30px rgba(15,23,42,.055) !important}

@media(max-width:1050px){
  .prcrm-shell-content-grid{grid-template-columns:1fr !important}
  .prcrm-shell-sidebar{grid-template-columns:repeat(2,minmax(0,1fr)) !important}
  .prcrm-frontend-shell .prcrm-portal-hero{grid-template-columns:1fr !important}
  .prcrm-frontend-shell .prcrm-portal-identity{max-width:380px}
}
@media(max-width:720px){
  .prcrm-shell-container{width:calc(100vw - 20px) !important}
  .prcrm-shell-page{padding-top:16px !important}
  .prcrm-frontend-shell .prcrm-portal-hero{padding:22px !important;border-radius:19px !important}
  .prcrm-frontend-shell .prcrm-portal-hero h1{font-size:27px !important}
  .prcrm-frontend-shell .prcrm-portal-hero p{font-size:12px !important}
  .prcrm-frontend-shell .prcrm-portal-stats{grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:9px !important}
  .prcrm-frontend-shell .prcrm-portal-stat{padding:14px !important;border-radius:14px !important}
  .prcrm-frontend-shell .prcrm-portal-stat strong{font-size:20px !important}
  .prcrm-frontend-shell .prcrm-form-list{grid-template-columns:1fr !important;padding:12px !important}
  .prcrm-frontend-shell .prcrm-form-card{padding:14px !important}
}
@media(max-width:480px){
  .prcrm-shell-container{width:calc(100vw - 14px) !important}
  .prcrm-frontend-shell .prcrm-portal-hero{padding:19px !important}
  .prcrm-frontend-shell .prcrm-portal-hero h1{font-size:23px !important}
  .prcrm-frontend-shell .prcrm-portal-stats{grid-template-columns:1fr !important}
}


/* v10.0.28 — Color-rich professional frontend shell for all shortcode pages */
.prcrm-frontend-shell{
  --prcrm-color-indigo:#4f46e5;
  --prcrm-color-violet:#7c3aed;
  --prcrm-color-orange:#f97316;
  --prcrm-color-amber:#f59e0b;
  --prcrm-color-blue:#2563eb;
  --prcrm-color-green:#16a34a;
  --prcrm-color-red:#dc2626;
  --prcrm-color-slate:#0f172a;
  --prcrm-color-muted:#64748b;
  --prcrm-color-surface:#ffffff;
  --prcrm-color-bg:#f6f8fc;
  --prcrm-color-border:#e2e8f0;
  background:
    radial-gradient(circle at 8% 0%,rgba(99,102,241,.07),transparent 26%),
    radial-gradient(circle at 92% 12%,rgba(249,115,22,.06),transparent 24%),
    var(--prcrm-color-bg) !important;
}
.prcrm-frontend-shell .prcrm-shell-hero,
.prcrm-frontend-shell .prcrm-portal-hero{
  background:
    radial-gradient(circle at 12% 0%,rgba(124,58,237,.34),transparent 28%),
    radial-gradient(circle at 86% 8%,rgba(245,158,11,.30),transparent 25%),
    radial-gradient(circle at 78% 100%,rgba(249,115,22,.16),transparent 32%),
    linear-gradient(135deg,#101827 0%,#1e293b 52%,#334155 100%) !important;
  border:1px solid rgba(255,255,255,.07) !important;
}
.prcrm-frontend-shell .prcrm-portal-identity{
  border-color:rgba(255,255,255,.18) !important;
  background:linear-gradient(135deg,rgba(255,255,255,.10),rgba(255,255,255,.045)) !important;
}
.prcrm-frontend-shell .prcrm-portal-stats{
  gap:14px !important;
}
.prcrm-frontend-shell .prcrm-portal-stat{
  position:relative !important;
  overflow:hidden !important;
  border-color:transparent !important;
  box-shadow:0 10px 28px rgba(15,23,42,.07) !important;
}
.prcrm-frontend-shell .prcrm-portal-stat::before{
  content:"" !important;
  position:absolute !important;
  left:0 !important;
  top:0 !important;
  right:0 !important;
  height:4px !important;
  background:linear-gradient(90deg,var(--prcrm-color-indigo),var(--prcrm-color-violet)) !important;
}
.prcrm-frontend-shell .prcrm-portal-stat:nth-child(2)::before{
  background:linear-gradient(90deg,var(--prcrm-color-green),#22c55e) !important;
}
.prcrm-frontend-shell .prcrm-portal-stat:nth-child(3)::before{
  background:linear-gradient(90deg,var(--prcrm-color-orange),var(--prcrm-color-amber)) !important;
}
.prcrm-frontend-shell .prcrm-portal-stat span{color:#64748b !important}
.prcrm-frontend-shell .prcrm-portal-stat strong{color:#0f172a !important}
.prcrm-frontend-shell .prcrm-portal>.prcrm-panel{
  border-color:#dbe3ef !important;
  box-shadow:0 12px 34px rgba(15,23,42,.065) !important;
}
.prcrm-frontend-shell .prcrm-portal>.prcrm-panel .prcrm-panel-head{
  background:
    linear-gradient(180deg,#ffffff 0%,#fbfcff 100%) !important;
}
.prcrm-frontend-shell .prcrm-form-list{
  background:linear-gradient(180deg,#f8fafc 0%,#f1f5f9 100%) !important;
}
.prcrm-frontend-shell .prcrm-form-card{
  position:relative !important;
  overflow:hidden !important;
  border-color:#dbe3ef !important;
  background:#fff !important;
  box-shadow:0 5px 18px rgba(15,23,42,.035) !important;
}
.prcrm-frontend-shell .prcrm-form-card::before{
  content:"" !important;
  position:absolute !important;
  left:0 !important;
  top:0 !important;
  bottom:0 !important;
  width:4px !important;
  background:linear-gradient(180deg,var(--prcrm-color-indigo),var(--prcrm-color-violet)) !important;
  opacity:.95 !important;
}
.prcrm-frontend-shell .prcrm-form-card:nth-child(2n)::before{
  background:linear-gradient(180deg,var(--prcrm-color-blue),#38bdf8) !important;
}
.prcrm-frontend-shell .prcrm-form-card:nth-child(3n)::before{
  background:linear-gradient(180deg,var(--prcrm-color-orange),var(--prcrm-color-amber)) !important;
}
.prcrm-frontend-shell .prcrm-form-card:nth-child(4n)::before{
  background:linear-gradient(180deg,var(--prcrm-color-green),#34d399) !important;
}
.prcrm-frontend-shell .prcrm-form-card:hover{
  border-color:#c7d2fe !important;
  background:linear-gradient(135deg,#fff,#f8faff) !important;
  box-shadow:0 14px 30px rgba(15,23,42,.08) !important;
}
.prcrm-frontend-shell .prcrm-form-card b{color:#111827 !important}
.prcrm-frontend-shell .prcrm-form-card span{color:#64748b !important}
.prcrm-frontend-shell .prcrm-form-card em{
  background:#eef2ff !important;
  border-color:#c7d2fe !important;
  color:#4338ca !important;
}
.prcrm-frontend-shell .prcrm-form-card:nth-child(2n) em{
  background:#eff6ff !important;
  border-color:#bfdbfe !important;
  color:#1d4ed8 !important;
}
.prcrm-frontend-shell .prcrm-form-card:nth-child(3n) em{
  background:#fff7ed !important;
  border-color:#fed7aa !important;
  color:#c2410c !important;
}
.prcrm-frontend-shell .prcrm-form-card:nth-child(4n) em{
  background:#f0fdf4 !important;
  border-color:#bbf7d0 !important;
  color:#15803d !important;
}
.prcrm-frontend-shell .prcrm-form-hero{
  background:
    radial-gradient(circle at 88% 12%,rgba(124,58,237,.30),transparent 26%),
    radial-gradient(circle at 75% 92%,rgba(249,115,22,.18),transparent 30%),
    linear-gradient(135deg,#111827,#1e293b 58%,#334155) !important;
  box-shadow:0 18px 44px rgba(15,23,42,.11) !important;
}
.prcrm-frontend-shell .prcrm-form-hero .prcrm-form-kicker{color:#fbbf24 !important}
.prcrm-frontend-shell .prcrm-form-hero .prcrm-form-status{background:rgba(255,255,255,.10) !important;border-color:rgba(255,255,255,.18) !important;color:#fff !important}
.prcrm-frontend-shell .prcrm-employee-form{
  background:#fff !important;
  border-color:#dbe3ef !important;
  box-shadow:0 12px 34px rgba(15,23,42,.065) !important;
}
.prcrm-frontend-shell .prcrm-employee-form input,
.prcrm-frontend-shell .prcrm-employee-form select,
.prcrm-frontend-shell .prcrm-employee-form textarea{
  border-color:#d7e0ec !important;
  background:#fff !important;
}
.prcrm-frontend-shell .prcrm-employee-form input:focus,
.prcrm-frontend-shell .prcrm-employee-form select:focus,
.prcrm-frontend-shell .prcrm-employee-form textarea:focus{
  border-color:#6366f1 !important;
  box-shadow:0 0 0 3px rgba(99,102,241,.12) !important;
}
.prcrm-frontend-shell .prcrm-employee-form button,
.prcrm-frontend-shell .prcrm-form-panel button{
  border-radius:11px !important;
}
@media(max-width:720px){
  .prcrm-frontend-shell .prcrm-portal-hero{padding:23px !important}
  .prcrm-frontend-shell .prcrm-form-list{padding:13px !important}
  .prcrm-frontend-shell .prcrm-form-card{padding:16px !important}
}

/* v10.0.58: explicit N/A helper text */
.prcrm-na-help{display:block;margin-top:4px;font-size:.78rem;opacity:.78}
.prcrm-na-help strong{font-weight:800;letter-spacing:.02em}

.prcrm-declaration-card{border:1px solid #e5e7eb;background:linear-gradient(135deg,#ffffff,#f8fafc);border-radius:16px;padding:20px 22px;box-shadow:0 8px 24px rgba(15,23,42,.06);}
.prcrm-declaration-badge{display:inline-flex;align-items:center;padding:6px 10px;border-radius:999px;background:#fff7ed;color:#c2410c;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.08em;margin-bottom:12px;}
.prcrm-declaration-text{font-size:15px;line-height:1.75;color:#1f2937;font-weight:600;}

/* v10.1.10 — native page integration: prevent duplicate shell cards/hero while keeping a common header. */
.prcrm-native-page .prcrm-shell-page{padding-top:22px!important}
.prcrm-native-page .prcrm-shell-native-content{width:100%;max-width:1600px;margin:0 auto;min-width:0}
.prcrm-native-page .prcrm-public{max-width:none!important;margin:0!important}
.prcrm-native-page .prcrm-shell-native-content>.prcrm-frontend-shell{width:auto!important;min-height:0!important;margin:0!important}
@media(max-width:720px){.prcrm-native-page .prcrm-shell-container{width:calc(100% - 16px)!important}.prcrm-native-page .prcrm-shell-native-content{width:100%}}

/* v10.1.13 — Compact employee self profile, optimized for desktop + Android TV */
.prcrm-self-profile{width:100%;max-width:1380px;margin:0 auto;color:#0f172a;font-size:14px}.prcrm-self-hero{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:16px;align-items:center;padding:20px 22px;border-radius:18px;background:linear-gradient(135deg,#111827 0%,#312e81 58%,#f97316 140%);color:#fff;box-shadow:0 12px 32px rgba(15,23,42,.12);margin-bottom:14px}.self-avatar{width:58px;height:58px;border-radius:16px;display:grid;place-items:center;font-weight:900;font-size:24px;background:linear-gradient(135deg,#f59e0b,#f97316);box-shadow:0 8px 20px rgba(249,115,22,.3)}.self-kicker{display:block;font-size:9px;letter-spacing:.12em;font-weight:900;color:#fed7aa}.self-identity h1{margin:2px 0 3px;color:#fff;font-size:28px;line-height:1.1}.self-identity p{margin:0;color:#dbeafe;font-size:12px}.self-chips{display:flex;flex-wrap:wrap;gap:6px;margin-top:8px}.self-chips span{padding:4px 8px;border:1px solid rgba(255,255,255,.16);border-radius:999px;background:rgba(255,255,255,.07);font-size:9px;font-weight:800;color:#f8fafc}.self-actions{display:flex;gap:7px;flex-wrap:wrap;justify-content:flex-end}.self-btn{display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:0 11px;border-radius:9px;text-decoration:none!important;color:#fff;border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.08);font-weight:800;font-size:11px}.self-btn.primary{background:#f59e0b;border-color:#f59e0b;color:#111827}.self-grid{display:grid;gap:12px}.self-kpis{grid-template-columns:repeat(4,minmax(0,1fr));margin-bottom:12px}.self-main-grid{grid-template-columns:repeat(12,minmax(0,1fr))}.self-card{grid-column:span 4;min-width:0;background:#fff;border:1px solid #e2e8f0;border-radius:15px;box-shadow:0 6px 22px rgba(15,23,42,.045);padding:15px}.self-card.wide{grid-column:span 8}.self-card>small,.self-card>span{color:#64748b}.self-kpis .self-card{padding:13px 14px}.self-kpis small{display:block;text-transform:uppercase;letter-spacing:.07em;font-size:9px;font-weight:900;color:#64748b}.self-kpis strong{display:block;margin-top:4px;font-size:20px;line-height:1.1}.self-kpis span{display:block;margin-top:4px;font-size:10px}.self-card-head{display:flex;justify-content:space-between;gap:10px;align-items:flex-start;margin-bottom:11px}.self-card-head h2{font-size:16px;margin:0 0 2px;color:#0f172a}.self-card-head span{font-size:10px;color:#64748b}.self-kv{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.self-kv div{padding:9px 10px;background:#f8fafc;border:1px solid #eef2f7;border-radius:10px;min-width:0}.self-kv small{display:block;color:#64748b;font-size:9px;font-weight:800}.self-kv strong{display:block;margin-top:2px;font-size:11px;overflow-wrap:anywhere}.self-kv.single{grid-template-columns:1fr}.self-list{display:grid;gap:6px}.self-list>div{display:flex;justify-content:space-between;gap:10px;align-items:center;padding:9px 10px;border-radius:10px;background:#f8fafc;border:1px solid #eef2f7}.self-list b{font-size:11px}.self-list span{font-size:10px;color:#475569}.self-list small{display:block;color:#64748b;font-size:9px;margin-top:2px}.self-stat-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px}.self-stat-list div{padding:9px;border-radius:10px;background:#f8fafc;border:1px solid #eef2f7;text-align:center}.self-stat-list b{display:block;font-size:14px}.self-stat-list span{font-size:9px;color:#64748b}.self-badge{display:inline-flex!important;align-items:center;padding:3px 7px;border-radius:999px;font-size:8px!important;font-weight:900}.self-badge.ok{background:#dcfce7;color:#166534}.self-badge.bad{background:#fee2e2;color:#991b1b}.self-badge.info{background:#dbeafe;color:#1d4ed8}.self-badge.wait{background:#fef3c7;color:#92400e}.self-progress{font-size:15px;color:#4f46e5;font-weight:900}.self-progress-track{height:6px;background:#eef2ff;border-radius:999px;overflow:hidden;margin-bottom:10px}.self-progress-track i{display:block;height:100%;border-radius:999px;background:linear-gradient(90deg,#4f46e5,#7c3aed,#f59e0b)}.self-mini-note{margin-top:9px;font-size:9px;color:#64748b}.self-quick{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.self-quick a{padding:11px;border:1px solid #e2e8f0;background:#f8fafc;border-radius:11px;text-decoration:none!important;color:#0f172a;font-size:11px;font-weight:850}.self-quick a span{display:block;margin-top:3px;color:#64748b;font-size:9px;font-weight:600}@media(max-width:1050px){.self-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}.self-card,.self-card.wide{grid-column:span 6}.self-quick{grid-template-columns:repeat(2,minmax(0,1fr))}.prcrm-self-hero{grid-template-columns:auto minmax(0,1fr)}}@media(max-width:720px){.prcrm-self-hero{grid-template-columns:auto minmax(0,1fr);padding:16px}.self-actions{grid-column:1/-1;justify-content:flex-start}.self-card,.self-card.wide{grid-column:1/-1}.self-kv{grid-template-columns:1fr}.self-quick{grid-template-columns:1fr 1fr}.self-identity h1{font-size:22px}}@media(min-width:721px) and (max-width:1300px){.prcrm-self-profile{max-width:1180px}.self-card,.self-card.wide{grid-column:span 6}.self-kpis{grid-template-columns:repeat(4,minmax(0,1fr))}.self-quick{grid-template-columns:repeat(4,minmax(0,1fr))}}

/* v10.1.93 — Fresher previous-employment values are auto-filled as N/A. */
.prcrm-employee-form .prcrm-auto-na{background:#f8fafc!important;color:#475569!important;cursor:not-allowed;}

.prcrm-role-context{margin:14px 0;padding:14px 16px;border:1px solid #dbe4ff;background:#f7f9ff;border-radius:12px;display:flex;flex-direction:column;gap:4px}.prcrm-role-context strong{color:#3730a3;font-size:12px;text-transform:uppercase;letter-spacing:.04em}.prcrm-role-context span{font-weight:700;color:#111827}.prcrm-role-context small{color:#64748b;font-size:12px}.prcrm-readonly-field{padding:12px 14px;border:1px solid #dbe4ff;background:#f8faff;border-radius:10px;display:flex;flex-direction:column;gap:5px}.prcrm-readonly-field span{font-weight:600}.prcrm-readonly-field strong{font-size:15px}.prcrm-readonly-field small{color:#64748b}

/* v10.1.253 — compact enterprise top header, flush to viewport top */
html,body.jrd-crm-standalone{margin:0 !important;padding:0 !important;}
body.jrd-crm-standalone{background:#f6f8fc !important;}
body.jrd-crm-standalone .prcrm-frontend-shell{
  margin-top:0 !important;
  padding-top:0 !important;
}
.prcrm-frontend-shell .prcrm-shell-header{
  position:sticky !important;
  top:0 !important;
  margin:0 !important;
  min-height:56px !important;
  height:56px !important;
  border-radius:0 !important;
  box-shadow:0 2px 12px rgba(15,23,42,.045) !important;
}
.prcrm-frontend-shell .prcrm-shell-header-inner{
  min-height:56px !important;
  height:56px !important;
  gap:14px !important;
}
.prcrm-frontend-shell .prcrm-shell-logo{
  width:34px !important;
  height:34px !important;
  flex-basis:34px !important;
  border-radius:10px !important;
  font-size:15px !important;
}
.prcrm-frontend-shell .prcrm-shell-brand{gap:9px !important;}
.prcrm-frontend-shell .prcrm-shell-brand-copy strong{font-size:14px !important;}
.prcrm-frontend-shell .prcrm-shell-brand-copy span{font-size:9px !important;margin-top:0 !important;}
.prcrm-frontend-shell .prcrm-shell-header-actions{gap:7px !important;}
.prcrm-frontend-shell .prcrm-shell-user-pill,
.prcrm-frontend-shell .prcrm-shell-top-btn{
  min-height:34px !important;
  height:34px !important;
  border-radius:9px !important;
  padding:0 11px !important;
  font-size:10px !important;
}
.prcrm-frontend-shell .prcrm-shell-page{padding-top:14px !important;}
@media(max-width:720px){
  .prcrm-frontend-shell .prcrm-shell-header,
  .prcrm-frontend-shell .prcrm-shell-header-inner{min-height:52px !important;height:52px !important;}
  .prcrm-frontend-shell .prcrm-shell-page{padding-top:10px !important;}
}


/* v10.1.261 — Remove decorative module hero/title banners across all frontend CRM menu pages.
 * Keep functional section/card headers inside the modules intact. */
.prcrm-frontend-shell .prcrm-shell-hero,
.prcrm-frontend-shell .prcrm-portal-hero,
.prcrm-frontend-shell .prcrm-form-hero,
.prcrm-frontend-shell .prcrm-employee-form .prcrm-form-header,
.prcrm-frontend-shell .prcrm-page-hero,
.prcrm-frontend-shell .prcrm-module-hero,
.prcrm-frontend-shell .prcrm-screen-hero{
  display:none !important;
}
.prcrm-frontend-shell .prcrm-shell-page{
  padding-top:0 !important;
}
.prcrm-frontend-shell .prcrm-shell-shortcode{
  margin-top:0 !important;
}
.prcrm-frontend-shell .prcrm-portal,
.prcrm-frontend-shell .prcrm-form-panel,
.prcrm-frontend-shell .prcrm-employee-form{
  margin-top:0 !important;
}


/* v10.1.262 — Compact sidebar footer: company identity left, logout as red icon on the right. */
.prcrm-frontend-shell .jrd-crm-sidebar-company-row,
.jrd-crm-sidebar-company-row{
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:8px !important;
  min-width:0 !important;
}
.prcrm-frontend-shell .jrd-crm-sidebar-company,
.jrd-crm-sidebar-company{
  min-width:0 !important;
  flex:1 1 auto !important;
}
.prcrm-frontend-shell .jrd-crm-sidebar-company span,
.jrd-crm-sidebar-company span{
  display:block !important;
  font-size:7.5px !important;
  line-height:1.35 !important;
  white-space:nowrap !important;
  overflow:hidden !important;
  text-overflow:ellipsis !important;
}
.prcrm-frontend-shell .jrd-crm-sidebar-company strong,
.jrd-crm-sidebar-company strong{
  display:block !important;
  font-size:9.5px !important;
  line-height:1.25 !important;
  margin-top:3px !important;
  white-space:nowrap !important;
  overflow:hidden !important;
  text-overflow:ellipsis !important;
}
.prcrm-frontend-shell .jrd-crm-sidebar-logout,
.jrd-crm-sidebar-logout{
  display:grid !important;
  place-items:center !important;
  flex:0 0 30px !important;
  width:30px !important;
  height:30px !important;
  min-height:30px !important;
  padding:0 !important;
  margin:0 !important;
  border:1px solid rgba(239,68,68,.28) !important;
  border-radius:8px !important;
  color:#f87171 !important;
  background:rgba(239,68,68,.10) !important;
  text-decoration:none !important;
  box-sizing:border-box !important;
}
.prcrm-frontend-shell .jrd-crm-sidebar-logout:hover,
.jrd-crm-sidebar-logout:hover{
  color:#fff !important;
  background:#dc2626 !important;
  border-color:#dc2626 !important;
  transform:none !important;
}
.prcrm-frontend-shell .jrd-crm-sidebar-logout .dashicons,
.jrd-crm-sidebar-logout .dashicons{
  width:14px !important;
  height:14px !important;
  font-size:14px !important;
  line-height:14px !important;
}
.prcrm-frontend-shell .jrd-crm-sidebar-logout-label,
.jrd-crm-sidebar-logout-label{
  display:none !important;
}

/* v10.1.263 — compact circular red logout icon. */
.jrd-crm-sidebar-company-row .jrd-crm-sidebar-logout{
  display:grid !important;
  place-items:center !important;
  flex:0 0 28px !important;
  width:28px !important;
  height:28px !important;
  min-width:28px !important;
  min-height:28px !important;
  padding:0 !important;
  margin:0 !important;
  border-radius:50% !important;
  border:1px solid rgba(248,113,113,.40) !important;
  background:rgba(220,38,38,.16) !important;
  color:#f87171 !important;
  box-shadow:none !important;
}
.jrd-crm-sidebar-company-row .jrd-crm-sidebar-logout:hover{
  background:#dc2626 !important;
  border-color:#dc2626 !important;
  color:#fff !important;
  box-shadow:0 5px 12px rgba(220,38,38,.28) !important;
}
.jrd-crm-sidebar-company-row .jrd-crm-sidebar-logout .dashicons{
  width:13px !important;
  height:13px !important;
  font-size:13px !important;
  line-height:13px !important;
}

/* Remove all remaining decorative large hero/title banners used by legacy CRM screens. */
.prcrm-frontend-shell .jrd-crm-hero,
.prcrm-frontend-shell .prcrm-shell-hero,
.prcrm-frontend-shell .prcrm-portal-hero,
.prcrm-frontend-shell .prcrm-form-hero,
.prcrm-frontend-shell .prcrm-page-hero,
.prcrm-frontend-shell .prcrm-module-hero,
.prcrm-frontend-shell .prcrm-screen-hero,
.prcrm-frontend-shell .prcrm-interview-hub-hero,
.prcrm-frontend-shell .prcrm-pages-hero,
.prcrm-frontend-shell .prcrm-builder-hero,
.prcrm-frontend-shell .prcrm-self-hero,
.prcrm-frontend-shell .pea-hero,
.prcrm-frontend-shell .profile-banner{
  display:none !important;
  margin:0 !important;
  padding:0 !important;
  min-height:0 !important;
  height:0 !important;
  overflow:hidden !important;
}
.prcrm-frontend-shell .prcrm-shell-page,
.prcrm-frontend-shell .prcrm-shell-shortcode,
.prcrm-frontend-shell .prcrm-portal,
.prcrm-frontend-shell .prcrm-form-panel,
.prcrm-frontend-shell .prcrm-employee-form{
  margin-top:0 !important;
  padding-top:0 !important;
}


/* v10.1.267 — premium minimalist logout control (CSS-only refinement) */
.jrd-crm-sidebar-company-row .jrd-crm-sidebar-logout,
.prcrm-frontend-shell .jrd-crm-sidebar-company-row .jrd-crm-sidebar-logout{
  width:30px !important;
  height:30px !important;
  min-width:30px !important;
  min-height:30px !important;
  flex:0 0 30px !important;
  display:grid !important;
  place-items:center !important;
  padding:0 !important;
  margin:0 !important;
  border:1px solid #e2e8f0 !important;
  border-radius:50% !important;
  background:#ffffff !important;
  color:#dc2626 !important;
  box-shadow:0 2px 8px rgba(15,23,42,.10) !important;
  text-decoration:none !important;
  transform:none !important;
  transition:background .16s ease,color .16s ease,border-color .16s ease,box-shadow .16s ease,transform .16s ease !important;
}
.jrd-crm-sidebar-company-row .jrd-crm-sidebar-logout .dashicons,
.prcrm-frontend-shell .jrd-crm-sidebar-company-row .jrd-crm-sidebar-logout .dashicons{
  width:13px !important;
  height:13px !important;
  font-size:13px !important;
  line-height:13px !important;
  color:#dc2626 !important;
}
.jrd-crm-sidebar-company-row .jrd-crm-sidebar-logout:hover,
.jrd-crm-sidebar-company-row .jrd-crm-sidebar-logout:focus-visible,
.prcrm-frontend-shell .jrd-crm-sidebar-company-row .jrd-crm-sidebar-logout:hover,
.prcrm-frontend-shell .jrd-crm-sidebar-company-row .jrd-crm-sidebar-logout:focus-visible{
  background:#fff7f7 !important;
  border-color:#fca5a5 !important;
  color:#b91c1c !important;
  box-shadow:0 4px 12px rgba(220,38,38,.14) !important;
  transform:translateY(-1px) !important;
  outline:none !important;
}
.jrd-crm-sidebar-company-row .jrd-crm-sidebar-logout:active{
  transform:translateY(0) scale(.96) !important;
}
