:root {
  --bg:#f5f7fa; --ink:#172637; --muted:#627184; --brand:#1a5787;
  --brand-bright:#207cba; --green:var(--brand); --line:#e1e7ee; --accent:#dceefa;
  --font:Poppins,Arial,Helvetica,sans-serif; --sidebar:232px;
  --chart-current:#207cba; --chart-previous:#96a8b9; --chart-fill:#e6f1f9;
}
*{box-sizing:border-box}
body{margin:0;background:var(--bg);color:var(--ink);font:13px/1.6 var(--font);-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}
button,input,select,textarea{font:inherit}
button,.button{display:inline-flex;align-items:center;justify-content:center;gap:10px;background:var(--brand);color:white;border:1px solid transparent;border-radius:8px;padding:11px 18px;cursor:pointer;font-weight:600;transition:background .16s,box-shadow .16s,transform .16s}
button:hover,.button:hover{background:#164b73}
button:disabled{cursor:not-allowed;opacity:.55}
button:focus-visible,a:focus-visible,summary:focus-visible{outline:3px solid #389de2;outline-offset:4px}
input:focus,select:focus,textarea:focus{outline:2px solid #77b6df;outline-offset:1px;border-color:var(--brand)}
button.secondary,.button.secondary{background:#edf3f8;color:var(--brand);border-color:#dce6ef}
button.secondary:hover,.button.secondary:hover{background:#e1edf7}
button.quiet{background:transparent;color:var(--muted);padding:8px 0}
.ui-icon{flex-shrink:0;vertical-align:middle}
.skip-link{position:fixed;top:8px;left:8px;transform:translateY(-160%);z-index:999;background:white;padding:10px 15px;border-radius:6px}
.skip-link:focus{transform:none}
.sidebar{position:fixed;inset:0 auto 0 0;width:var(--sidebar);padding:29px 18px 20px;background:#111820;color:#d6dfe9;border-right:1px solid #1e2b39;display:flex;flex-direction:column;z-index:10;overflow-y:auto}
.brand{display:flex;align-items:center;justify-content:center;min-height:55px;margin:0 0 14px}
.brand img{max-width:100%;height:auto;object-fit:contain}
.workspace{display:flex;align-items:center;gap:7px;font-size:9px;font-weight:600;letter-spacing:1.3px;border:1px solid #2b3b4b;border-radius:5px;padding:7px 9px;margin:0 0 32px;color:#e5eef6;white-space:nowrap}
.workspace-dot{width:5px;height:5px;border-radius:50%;background:#57abe0;flex:none}
.workspace-label{margin-left:auto;font-size:7px;letter-spacing:.8px;color:#98acbf}
.nav-caption{font-size:9px;letter-spacing:1.5px;color:#879bad;padding:0 13px;margin-bottom:9px}
.sidebar nav a{display:flex;gap:12px;align-items:center;padding:11px 13px;border:1px solid transparent;border-radius:7px;margin:4px 0;color:#aabaca;font-size:12px;transition:color .15s,background .15s}
.sidebar nav a:hover{background:#1c2b3a;color:white}
.sidebar nav a.active{background:#20384f;border-color:#294966;color:#fff}
.sidebar nav a.active .ui-icon{color:#70bdf0}
.sidebar nav .ui-icon{width:18px;height:18px;color:#899eb1}
.sidebar-bottom{margin-top:auto;padding-top:24px;border-top:1px solid #2a3643}
.account-link{display:flex;align-items:center;gap:10px;font-size:11px;color:#e4ebf3;min-width:0}
.account-avatar{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:31px;height:31px;background:#24415b;color:#93c8ec;border:1px solid #355675;border-radius:8px;font-weight:600;font-size:13px}
.account-name{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.account-link>.ui-icon{margin-left:auto;width:15px;height:15px;color:#8299ae}
.sidebar-bottom small{font-size:8px;color:#8da2b6;margin:6px 0 10px 41px}
.sidebar-bottom button{color:#a4b5c6;font-size:10px;gap:9px}
.sidebar-bottom button:hover{color:#fff}
.sidebar-bottom button .ui-icon{width:15px;height:15px}
small{display:block;color:var(--muted);font-size:11px;margin-top:4px}
.main-content{margin-left:var(--sidebar);min-height:100vh;outline:none;min-width:0}
.main-header{height:72px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 42px;color:var(--muted);background:rgba(255,255,255,.92);font-size:11px}
.main-header>div{display:flex;align-items:center;gap:15px}
.header-brand{font-weight:600;color:var(--ink)}
.header-divider{color:#c0cbd5}
.store-link{display:flex;align-items:center;gap:8px;font-size:10px;color:#52667b}
.store-link .ui-icon{width:14px;height:14px}
.content-wrapper{padding:34px 42px;max-width:1640px;margin:auto}
.eyebrow{font-size:9px;font-weight:600;letter-spacing:1.7px;color:var(--brand);margin-bottom:10px}
h1{font-size:30px;font-weight:600;letter-spacing:-1.05px;margin:5px 0 10px;line-height:1.25}
h2{font-size:19px;font-weight:600;letter-spacing:-.5px;margin:0 0 12px;line-height:1.4}
h3{font-size:16px;font-weight:600;letter-spacing:-.25px;margin:12px 0}
p{margin:8px 0 20px}
.lead{font-size:13px;color:var(--muted);margin-bottom:28px;max-width:800px}
.muted{color:var(--muted)}
.grid{display:grid;gap:20px;margin-bottom:24px}
.three{grid-template-columns:repeat(3,minmax(0,1fr))}
.two{grid-template-columns:repeat(2,minmax(0,1fr))}
.card{padding:25px;background:#fff;border:1px solid var(--line);border-radius:12px;margin-bottom:20px;min-width:0;box-shadow:0 2px 3px #183a5303}
.grid .card{margin:0}
.card p{color:var(--muted);font-size:12px}
.card-link{display:flex;flex-direction:column;transition:transform .18s,box-shadow .18s,border-color .18s}
.card-link:hover{transform:translateY(-3px);border-color:#b7cfe1;box-shadow:0 10px 24px #163b5910}
.card-icon{display:flex;align-items:center;justify-content:center;width:43px;height:43px;background:#edf4fa;border-radius:10px;color:var(--brand);margin-bottom:14px}
.text-link{color:var(--brand);font-weight:600;font-size:11px;margin-top:auto;padding-top:10px;display:inline-flex;align-items:center;gap:9px}
.text-link .ui-icon{width:16px;height:16px}
.section-heading,.row{display:flex;align-items:center;justify-content:space-between;gap:16px}
.section-heading{margin:27px 0 18px}
.section-heading h2{margin:0}
.section-heading>.muted{font-size:10px}
.row{padding:14px 0;border-bottom:1px solid var(--line);font-size:11px;min-width:0}
.row:last-child{border-bottom:0}
.row>span:first-child{min-width:0;overflow-wrap:anywhere}
.badge{display:inline-block;border-radius:5px;background:#edf1f5;color:#556a7d;padding:5px 9px;font-size:9px;font-weight:600;white-space:nowrap;letter-spacing:.1px}
.ready,.succeeded{background:#eaf4ed;color:#36704c}
.failed,.error{background:#fff0ec;color:#a54437}
.stale,.running{background:#fff5da;color:#866417}
.toolbar{display:flex;flex-wrap:wrap;gap:25px;margin-bottom:24px;font-size:12px;color:var(--muted)}
label{display:block;font-size:11px;font-weight:600;margin:13px 0}
input,select,textarea{display:block;width:100%;min-width:0;padding:10px 12px;margin-top:6px;border:1px solid #cfd9e3;border-radius:6px;color:var(--ink);background:#fff;transition:border-color .15s,outline .15s}
input::placeholder,textarea::placeholder{color:#8694a3;font-weight:400}
textarea{min-height:85px}
fieldset{border:1px solid var(--line);border-radius:8px;padding:15px 18px;margin:15px 0}
legend{font-size:11px;color:var(--muted);padding:0 8px}
.inline-form{display:flex;align-items:center;gap:20px;flex-wrap:wrap}
.inline-form label{flex:1;min-width:140px}
.checkbox{display:flex;align-items:center;gap:8px}
.checkbox input{width:auto;margin:0;accent-color:var(--brand)}
.inline-form strong{min-width:200px;overflow-wrap:anywhere}
.notice{padding:14px 20px;background:#fff4dc;border:1px solid #e8d9b3;border-radius:8px;margin:15px 0;font-size:12px}
.table-scroll{overflow:auto}
table{width:100%;border-collapse:collapse;font-size:12px}
th{text-align:left;color:var(--muted);font-size:9px;text-transform:uppercase;letter-spacing:.8px;font-weight:600}
td,th{padding:13px 14px;border-bottom:1px solid var(--line);white-space:nowrap}
.empty{text-align:center;background:#fff;border:1px dashed #b9cddd;border-radius:14px;padding:70px 20px;margin:25px 0}
.empty>span{font-size:38px;color:var(--brand)}
.empty h2{margin-top:15px}
.empty p{max-width:500px;margin:0 auto;color:var(--muted)}
summary{cursor:pointer;font-weight:600}
.document{white-space:pre-wrap;font:12px/1.8 var(--font);max-width:100%;overflow-wrap:anywhere}
pre{white-space:pre-wrap;word-break:break-word}
/* Overview and reporting library. Photos are sourced from PRA's public site. */
.welcome-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:20px}
.welcome-heading .lead{margin-bottom:0}
.welcome-location{font-size:10px;color:var(--muted);white-space:nowrap;padding-bottom:4px}
.hero{position:relative;isolation:isolate;display:flex;align-items:center;overflow:hidden;background:#111d2b;border:1px solid #243a50;border-radius:14px;color:#fff;padding:36px 40px;margin:28px 0 32px;min-height:340px}
.hero-image{position:absolute;inset:0 0 0 auto;width:72%;height:100%;object-fit:cover;object-position:center 40%;z-index:-2}
.hero:before{content:'';position:absolute;inset:0;background:linear-gradient(90deg,#101c2b 0%,#101c2bef 29%,#101c2b78 59%,#101c2b10 100%);z-index:-1}
.hero-copy{max-width:520px}
.hero h2{font-size:35px;line-height:1.25;letter-spacing:-1.2px;font-weight:600;margin-bottom:15px}
.hero .eyebrow{color:#82c0eb;font-size:9px;letter-spacing:2px;margin-bottom:17px}
.hero p{color:#d4e0e9;font-size:11px;max-width:340px;line-height:1.9}
.button.light{background:white;color:#173954;font-size:11px;padding:11px 16px}
.button.light:hover{background:#e5f2fc}
.hero-photo-label{position:absolute;bottom:24px;right:25px;color:#fff;font-size:8px;text-transform:uppercase;letter-spacing:1.3px;background:#0d192799;border:1px solid #ffffff30;padding:7px 10px;border-radius:4px;backdrop-filter:blur(8px)}
.report-card{padding:0;overflow:hidden}
.report-card-image{height:148px;position:relative;overflow:hidden;background:#13263a}
.report-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .4s}
.sales-art img{object-position:50% 30%}.crm-art img{object-position:50% 36%}.product-art img{object-position:50% 27%}.product-art{background:#eaf0f6}
.report-card:hover .report-card-image img{transform:scale(1.035)}
.report-card-image:after{content:'';position:absolute;inset:0;background:linear-gradient(0deg,#0b1c39a6,transparent 75%)}
.report-card-category{position:absolute;left:21px;bottom:16px;z-index:1;color:#fff;font-size:8px;letter-spacing:1.5px;font-weight:600}
.report-card-arrow{position:absolute;right:18px;bottom:14px;z-index:1;display:flex;align-items:center;justify-content:center;border:1px solid #ffffff5e;width:26px;height:26px;border-radius:50%;color:#fff}
.report-card-arrow .ui-icon{width:13px;height:13px}
.report-card-body{padding:22px;display:flex;flex-direction:column;flex:1}
.report-card h3,.report-card h2{font-size:16px;margin:0 0 9px}
.report-card p{font-size:11px;line-height:1.8;margin:0 0 17px}
.report-card-meta{display:flex;align-items:center;gap:6px;color:#687e91;font-size:9px;margin-top:auto}
.report-card-meta .ui-icon{width:12px;height:12px}
.work-card-intro{display:flex;gap:15px;align-items:flex-start}
.work-card-intro .card-icon{flex:none}
.work-card-intro h2{font-size:16px;margin:2px 0 8px}
.work-card-intro p{font-size:11px;margin:0}
.workspace-links{display:flex;gap:20px;margin:16px 0 0;padding-top:14px;border-top:1px solid var(--line);flex-wrap:wrap}
.workspace-links .text-link{padding:0}
.recent-heading{display:flex;justify-content:space-between;align-items:center}
.recent-heading h2{font-size:16px;margin:0}
.library-heading{display:flex;align-items:flex-start;gap:20px;justify-content:space-between;margin-bottom:6px}
.library-count{flex:none;color:var(--muted);font-size:10px;background:white;border:1px solid var(--line);padding:8px 11px;border-radius:6px;margin-top:6px}
/* Branded sign-in. The form remains first in keyboard and document order. */
.unauthenticated{margin:0;background:white}
.unauthenticated .content-wrapper{padding:0;max-width:none}
.login-page .notice{position:relative;z-index:3;margin:12px 20px}
.login-layout{display:grid;grid-template-columns:minmax(420px,.92fr) minmax(0,1.08fr);min-height:100dvh}
.login-side{display:flex;flex-direction:column;padding:37px 50px 24px;min-width:0}
.login-brand{display:inline-flex;align-self:flex-start}
.login-brand img{width:210px;height:auto;object-fit:contain}
.login{max-width:365px;width:100%;margin:auto;padding:48px 0}
.login-kicker{display:flex;align-items:center;gap:8px;font-size:8px;font-weight:600;letter-spacing:1.8px;color:var(--brand);margin-bottom:22px}
.login-kicker>span{height:6px;width:6px;background:var(--brand-bright);border-radius:50%}
.login h1{font-size:42px;line-height:1.22;letter-spacing:-1.8px;margin-bottom:17px;font-weight:600}
.brand-period{color:var(--brand-bright)}
.login-intro{font-size:12px;color:var(--muted);line-height:1.9;margin-bottom:30px}
.login label{font-size:11px;margin:19px 0}
.login input{height:46px;font-size:12px;padding:12px 15px;margin-top:8px}
.login button{width:100%;margin-top:7px;min-height:46px;font-size:12px;justify-content:space-between;padding:12px 17px}
.login button .ui-icon{width:17px;height:17px}
.login-recovery-link{display:block;width:fit-content;margin:-6px 0 14px auto;font-size:11px;color:var(--brand);padding:6px 0;text-underline-offset:3px}
.auth-back{display:inline-flex;margin-top:26px;padding:8px 0;font-size:12px;font-weight:500;color:var(--brand)}
.recovery-note{padding:18px;border:1px solid #d5e4ef;border-radius:8px;background:#f1f7fb;font-size:12px;line-height:1.8;color:#314c63}
.recovery-help{font-size:11px;line-height:1.85;color:var(--muted);margin:12px 0 20px}
.recovery-help a{text-decoration:underline;text-underline-offset:3px}
.recovery-error{padding:12px 15px;background:#fff2f1;border:1px solid #f1c4be;border-radius:6px;color:#9b3027;font-size:12px;line-height:1.7}
.login .recovery-button{display:flex;align-items:center;justify-content:space-between;min-height:46px;padding:12px 17px;background:var(--brand);color:white;border-radius:6px;font-size:12px;font-weight:500}
.login-access{display:flex;gap:11px;margin-top:23px;color:#6d7d8d;align-items:flex-start}
.login-access>.ui-icon{width:15px;height:15px;margin-top:2px}
.login-access p{font-size:10px;line-height:1.8;margin:0;color:#41576c}
.login-access p span{font-size:9px;color:#7b8794}
.login-footer{display:flex;justify-content:space-between;align-items:center;gap:15px;font-size:8px;color:#72808e}
.login-footer a{display:flex;align-items:center;gap:7px;color:#415c71}
.login-footer .ui-icon{width:11px;height:11px}
.login-visual{position:relative;isolation:isolate;overflow:hidden;margin:14px 14px 14px 0;border-radius:11px;background:#152d43;color:white;min-height:620px}
.login-photo{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:55% 36%;z-index:-3}
.login-photo-shade{position:absolute;inset:0;background:linear-gradient(0deg,#091625ef 0%,#0a233b9c 45%,#12293e12 75%,#0b1a2b62 100%);z-index:-2}
.visual-topline{display:flex;justify-content:space-between;align-items:center;gap:15px;margin:33px 35px;font-size:8px;font-weight:600;letter-spacing:1.5px;text-shadow:0 1px 4px #071323}
.visual-tag{border:1px solid #ffffff66;border-radius:4px;padding:7px 9px;font-size:7px;white-space:nowrap}
.visual-message{position:absolute;bottom:115px;left:45px;right:35px}
.visual-eyebrow{font-size:8px;font-weight:600;letter-spacing:2px;color:#a8d7f6}
.visual-message h2{font-size:clamp(36px,4vw,58px);font-weight:600;line-height:1.15;letter-spacing:-2.1px;margin:16px 0 20px}
.visual-message p{font-size:11px;line-height:1.9;color:#dce9f3}
.visual-topics{display:flex;gap:7px;margin-top:25px}
.visual-topics span{font-size:9px;padding:6px 12px;border-radius:20px;border:1px solid #9ab9d257;background:#16375070}
.visual-bottom{position:absolute;bottom:28px;left:35px;right:35px;display:flex;justify-content:space-between;gap:12px;border-top:1px solid #c4d8e62e;padding-top:20px;font-size:8px;color:#adc2d5}
@media(min-width:1600px){.login-side{padding:45px 75px 30px}.login{max-width:410px}.hero{min-height:360px}.hero h2{font-size:40px}}
@media(max-width:1100px){.content-wrapper{padding:30px 24px}.main-header{padding:0 24px}.hero{padding:30px;min-height:320px}.hero h2{font-size:30px}.three{grid-template-columns:repeat(2,minmax(0,1fr))}.welcome-location{display:none}.login-side{padding:30px}.login-layout{grid-template-columns:minmax(370px,1fr) minmax(0,1fr)}.visual-message{left:30px}.visual-message h2{font-size:42px}.visual-topline{margin:28px 25px}.visual-topline>span:first-child{max-width:140px;line-height:1.8}}
@media(max-width:760px){
  .sidebar{position:static;width:auto;padding:14px 18px 10px;overflow:visible}.brand{justify-content:flex-start;min-height:0;margin:0}.brand img{width:157px;height:auto}.sidebar .workspace,.nav-caption{display:none}
  .sidebar nav{display:flex;overflow-x:auto;margin-top:12px;gap:4px;padding-bottom:5px;scrollbar-width:thin;scrollbar-color:#36546d transparent}.sidebar nav a{white-space:nowrap;margin:0;padding:9px 11px;font-size:10px;gap:8px}.sidebar nav .ui-icon{width:15px;height:15px}
  .sidebar-bottom{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:0 16px;margin-top:8px;padding-top:10px}.sidebar-bottom>.account-link{min-width:0;font-size:10px;gap:8px}.account-avatar{width:25px;height:25px;border-radius:6px;font-size:10px}.account-link>.ui-icon{display:none}.sidebar-bottom small{grid-column:1;margin:1px 0 0 33px;font-size:8px}.sidebar-bottom form{grid-column:2;grid-row:1 / span 2;margin:0}.sidebar-bottom button{min-height:44px;white-space:nowrap;font-size:10px}
  .main-content{margin:0}.main-header{display:none}.content-wrapper{padding:27px 17px}.grid{grid-template-columns:1fr;gap:16px}.hero{padding:27px 25px;min-height:320px;margin:23px 0 27px}.hero h2{font-size:29px}.hero-image{width:100%;object-position:60% 45%}.hero:before{background:linear-gradient(90deg,#101c2bf0,#101c2b99 75%,#101c2b66)}.hero-photo-label{display:none}.hero p{font-size:11px;max-width:260px}.hero .eyebrow{font-size:8px}.hero-copy{max-width:400px}h1{font-size:26px}.section-heading{align-items:flex-start;gap:12px}.section-heading>.muted{max-width:120px;text-align:right;font-size:9px}.welcome-heading{display:block}.card{padding:21px}.report-card{padding:0}.report-card-image{height:170px}.report-card-body{padding:21px}.library-heading{gap:12px}.library-count{font-size:8px}
  .login-layout{display:flex;flex-direction:column;min-height:100dvh}.login-side{padding:26px 28px 24px;min-height:100dvh}.login-brand img{width:180px}.login{padding:45px 0 40px;max-width:390px}.login h1{font-size:38px}.login-footer{font-size:8px}.login-visual{margin:0 14px 14px;min-height:360px;border-radius:10px}.login-photo{object-position:center 40%}.visual-topline{margin:24px}.visual-message{bottom:50px;left:25px}.visual-message h2{font-size:31px;letter-spacing:-1px;margin:10px 0}.visual-message h2 br:last-of-type{display:none}.visual-message p,.visual-topics,.visual-bottom{display:none}.visual-eyebrow{font-size:7px}.login-page .notice{margin:10px 15px}.inline-form strong{min-width:0;width:100%}.row{flex-wrap:wrap}
}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition:none!important;animation:none!important}}
@media(max-width:760px){
  .hero{padding:193px 25px 28px;min-height:0}
  .hero-image{inset:0 0 auto;height:170px;object-position:50% 27%}
  .hero:before{display:none}
  .section-heading>.text-link{white-space:nowrap;flex-shrink:0}
  .visual-message h2 br:last-of-type{display:initial}
}
