:root{
  --pgp-shell-purple:#6d28d9;
  --pgp-shell-purple-light:#8b5cf6;
  --pgp-shell-purple-dark:#4c1d95;
  --pgp-shell-navy:#0f172a;
  --pgp-shell-muted:#64748b;
  --pgp-shell-bg:#f7f6fc;
  --pgp-shell-line:#e9e7f3;
}
html{margin:0!important;padding:0!important;scroll-behavior:smooth}
body.pgp-site-shell-active{margin:0!important;padding:0!important;min-width:320px;background:var(--pgp-shell-bg)!important;color:var(--pgp-shell-navy);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;overflow-x:hidden}
body.pgp-site-shell-active *{box-sizing:border-box}
body.pgp-site-shell-active a{text-decoration:none}
body.pgp-site-shell-active #wpadminbar{position:fixed}
.pgp-site-container{width:min(1180px,calc(100% - 32px));margin-inline:auto}
.pgp-site-skip-link{position:fixed;left:16px;top:-80px;z-index:100000;padding:10px 14px;border-radius:9px;background:#fff;color:var(--pgp-shell-navy);box-shadow:0 8px 24px rgba(15,23,42,.18);font-weight:700}
.pgp-site-skip-link:focus{top:12px}
.pgp-site-header{position:sticky;top:0;z-index:9990;width:100%;background:rgba(255,255,255,.97);border-bottom:1px solid rgba(15,23,42,.055);box-shadow:0 2px 14px rgba(15,23,42,.055);backdrop-filter:blur(14px)}
.admin-bar .pgp-site-header{top:32px}
.pgp-site-header-inner{display:flex;align-items:center;min-height:74px;gap:24px}
.pgp-site-brand{display:flex;align-items:center;gap:11px;min-width:max-content;color:var(--pgp-shell-navy)}
.pgp-site-logo-mark,.pgp-site-logo-image{display:grid;place-items:center;width:44px;height:44px;flex:0 0 44px;border-radius:12px}
.pgp-site-logo-mark{background:linear-gradient(135deg,var(--pgp-shell-purple-light),var(--pgp-shell-purple-dark));box-shadow:0 10px 25px rgba(109,40,217,.22);color:#fff;font:800 15px Poppins,sans-serif}
.pgp-site-logo-image{object-fit:contain}
.pgp-site-brand-copy{display:flex;flex-direction:column;line-height:1.05}
.pgp-site-brand-copy strong{color:var(--pgp-shell-navy);font:800 19px Poppins,sans-serif;white-space:nowrap}
.pgp-site-brand-copy strong em{color:var(--pgp-shell-purple);font-style:normal}
.pgp-site-brand-copy small{margin-top:4px;color:var(--pgp-shell-muted);font-size:9px;font-weight:700;letter-spacing:1.45px;text-transform:uppercase}
.pgp-site-navigation-wrap{display:flex;align-items:center;justify-content:flex-end;gap:18px;width:100%;min-width:0}
.pgp-site-navigation{display:flex;align-items:center;justify-content:flex-end;gap:3px}
.pgp-site-navigation a{padding:10px 11px;border-radius:9px;color:var(--pgp-shell-navy);font-size:14px;font-weight:650;white-space:nowrap;transition:background .18s ease,color .18s ease}
.pgp-site-navigation a:hover,.pgp-site-navigation a:focus-visible{background:#f5f3ff;color:var(--pgp-shell-purple)}
.pgp-site-account-actions{display:flex;align-items:center;gap:9px;min-width:max-content}
.pgp-site-outline-button,.pgp-site-primary-button,.pgp-site-text-link{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:8px 15px;border-radius:10px;font-size:13px;font-weight:750}
.pgp-site-outline-button{border:1.5px solid var(--pgp-shell-purple);background:#fff;color:var(--pgp-shell-purple)}
.pgp-site-primary-button{background:linear-gradient(135deg,var(--pgp-shell-purple-light),var(--pgp-shell-purple-dark));box-shadow:0 9px 20px rgba(109,40,217,.18);color:#fff}
.pgp-site-text-link{color:var(--pgp-shell-navy)}
.pgp-site-avatar{display:grid;place-items:center;width:36px;height:36px;border-radius:50%;overflow:hidden;background:linear-gradient(135deg,var(--pgp-shell-purple-light),var(--pgp-shell-purple-dark));color:#fff;font:800 13px Poppins,sans-serif}.pgp-site-avatar-image{display:block;width:100%;height:100%;object-fit:cover;border-radius:inherit}
.pgp-site-logout-button{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:36px;padding:7px 10px;border:1px solid #e5e7eb;border-radius:9px;background:#fff;color:#64748b;font-size:11.5px;font-weight:750;white-space:nowrap;transition:border-color .18s ease,background .18s ease,color .18s ease}
.pgp-site-logout-button .pgp-site-icon{width:15px;height:15px;flex-basis:15px}
.pgp-site-logout-button:hover,.pgp-site-logout-button:focus-visible{border-color:#fecaca;background:#fff7f7;color:#b91c1c}
.pgp-site-menu-toggle{display:none;width:42px;height:42px;margin-left:auto;padding:10px;border:1px solid var(--pgp-shell-line);border-radius:10px;background:#fff;box-shadow:none;cursor:pointer}
.pgp-site-menu-toggle span:not(.screen-reader-text){display:block;width:100%;height:2px;margin:4px 0;border-radius:3px;background:var(--pgp-shell-navy);transition:transform .18s ease,opacity .18s ease}
.pgp-site-main{display:block;width:100%;min-height:calc(100vh - 250px);overflow:clip}
.pgp-site-home .pgp-site-main{line-height:0}
.pgp-site-home .pgp-reference-home-shell{line-height:0}
.pgp-site-footer{width:100%;margin-top:56px;background:var(--pgp-shell-navy);color:#cbd5e1}
.pgp-site-footer-inner{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(300px,.8fr);align-items:center;gap:40px;padding-block:42px 30px}
.pgp-site-footer-inner strong{display:block;color:#fff;font:700 20px Poppins,sans-serif}
.pgp-site-footer-inner p{max-width:620px;margin:9px 0 0;color:#94a3b8;font-size:13px;line-height:1.7}
.pgp-site-footer-links{display:flex;justify-content:flex-end;gap:9px 20px;flex-wrap:wrap}
.pgp-site-footer-links a{color:#cbd5e1;font-size:13px;font-weight:650}
.pgp-site-footer-links a:hover{color:#fff}
.pgp-site-footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:18px;padding-block:18px 24px;border-top:1px solid rgba(255,255,255,.09);color:#94a3b8;font-size:11px}
.screen-reader-text{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
@media(max-width:1080px){
  .pgp-site-menu-toggle{display:block}
  .pgp-site-navigation-wrap{position:absolute;left:16px;right:16px;top:calc(100% + 8px);display:none;align-items:stretch;flex-direction:column;gap:14px;width:auto;padding:18px;border:1px solid var(--pgp-shell-line);border-radius:16px;background:#fff;box-shadow:0 24px 54px rgba(15,23,42,.16)}
  .pgp-site-header.is-menu-open .pgp-site-navigation-wrap{display:flex}
  .pgp-site-navigation{align-items:stretch;flex-direction:column}
  .pgp-site-navigation a{width:100%;padding:11px 12px}
  .pgp-site-account-actions{padding-top:13px;border-top:1px solid var(--pgp-shell-line)}
  .pgp-site-header.is-menu-open .pgp-site-menu-toggle span:nth-of-type(1){transform:translateY(6px) rotate(45deg)}
  .pgp-site-header.is-menu-open .pgp-site-menu-toggle span:nth-of-type(2){opacity:0}
  .pgp-site-header.is-menu-open .pgp-site-menu-toggle span:nth-of-type(3){transform:translateY(-6px) rotate(-45deg)}
}
@media(max-width:782px){.admin-bar .pgp-site-header{top:46px}}
@media(max-width:640px){
  .pgp-site-container{width:min(100% - 20px,1180px)}
  .pgp-site-header-inner{min-height:68px}
  .pgp-site-logo-mark,.pgp-site-logo-image{width:40px;height:40px;flex-basis:40px}
  .pgp-site-brand-copy strong{font-size:17px}
  .pgp-site-brand-copy small{font-size:8px}
  .pgp-site-account-actions{align-items:stretch;flex-direction:column}
  .pgp-site-account-actions>a{width:100%}
  .pgp-site-avatar{width:100%;border-radius:10px}.pgp-site-avatar.has-image{min-height:40px;padding:5px;justify-content:flex-start}.pgp-site-avatar.has-image .pgp-site-avatar-image{width:30px;height:30px;border-radius:50%}
  .pgp-site-footer{margin-top:36px}
  .pgp-site-footer-inner{grid-template-columns:1fr;gap:24px;padding-block:34px 24px}
  .pgp-site-footer-links{justify-content:flex-start}
  .pgp-site-footer-bottom{align-items:flex-start;flex-direction:column}
}

/* v0.7.9 contextual navigation: one menu per page context */
.pgp-site-navigation a.is-active{background:#f5f3ff;color:var(--pgp-shell-purple)}
.pgp-site-icon{display:block;width:18px;height:18px;flex:0 0 18px}
.pgp-site-portal-header{border-bottom-color:#e8e5f2;box-shadow:0 7px 28px rgba(15,23,42,.07)}
.pgp-site-portal-header-inner{display:flex;align-items:center;min-height:78px;gap:22px}
.pgp-site-portal-navigation-wrap{gap:13px}
.pgp-site-portal-navigation{display:flex;align-items:center;justify-content:flex-end;gap:4px;min-width:0;margin-left:auto}
.pgp-site-portal-navigation a{display:inline-flex;align-items:center;gap:7px;padding:10px 11px;border-radius:11px;color:#475467;font-size:12px;font-weight:750;white-space:nowrap;transition:background .18s ease,color .18s ease,transform .18s ease}
.pgp-site-portal-navigation a:hover,.pgp-site-portal-navigation a:focus-visible{background:#f8fafc;color:var(--pgp-shell-purple);transform:translateY(-1px)}
.pgp-site-portal-navigation a.is-active{background:#eef2ff;color:#4f46e5;box-shadow:inset 0 0 0 1px rgba(99,102,241,.08)}
.pgp-site-portal-navigation a.is-active .pgp-site-icon{stroke-width:2}
.pgp-site-portal-avatar{display:grid;place-items:center;width:38px;height:38px;flex:0 0 38px;border-radius:50%;overflow:hidden;background:linear-gradient(135deg,var(--pgp-shell-purple-light),var(--pgp-shell-purple-dark));box-shadow:0 8px 20px rgba(109,40,217,.2);color:#fff;font:800 13px Poppins,sans-serif}
.pgp-site-portal-account-actions{display:flex;align-items:center;gap:7px;flex:0 0 auto}
.pgp-site-portal-logout{width:38px;height:38px;min-height:38px;padding:9px;border-radius:10px}
.pgp-site-portal-logout>span{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}
.pgp-site-focus-header{position:relative;top:auto;box-shadow:0 2px 14px rgba(15,23,42,.045)}
.admin-bar .pgp-site-focus-header{top:auto}
.pgp-site-focus-header-inner,.pgp-site-auth-header-inner{display:flex;align-items:center;justify-content:space-between;min-height:70px;gap:20px}
.pgp-site-focus-exit,.pgp-site-auth-header .pgp-site-text-link{display:inline-flex;align-items:center;gap:8px;min-height:40px;padding:9px 13px;border:1px solid var(--pgp-shell-line);border-radius:10px;background:#fff;color:#475467;font-size:12px;font-weight:750}
.pgp-site-focus-exit:hover,.pgp-site-auth-header .pgp-site-text-link:hover{border-color:#c4b5fd;color:var(--pgp-shell-purple)}
.pgp-site-auth-header{position:relative;top:auto}
.admin-bar .pgp-site-auth-header{top:auto}
.pgp-site-footer-compact{margin-top:24px}
.pgp-site-footer-compact .pgp-site-footer-bottom{border-top:0}
.pgp-site-context-exam .pgp-site-main{min-height:calc(100vh - 70px)}
.pgp-site-context-portal .pgp-student-portal{margin-top:28px!important}

@media(max-width:1080px){
  .pgp-site-portal-navigation{align-items:stretch;flex-direction:column;width:100%}
  .pgp-site-portal-navigation a{width:100%;padding:11px 12px}
  .pgp-site-portal-account-actions{width:100%;padding-top:12px;border-top:1px solid var(--pgp-shell-line)}
  .pgp-site-portal-avatar{width:42px;height:40px;border-radius:10px;flex-basis:42px}
  .pgp-site-portal-logout{width:auto;min-width:0;height:40px;flex:1;padding:9px 12px}
  .pgp-site-portal-logout>span{position:static;width:auto;height:auto;overflow:visible;clip:auto;white-space:normal}
}
@media(max-width:640px){
  .pgp-site-portal-header-inner{min-height:68px}
  .pgp-site-focus-header-inner,.pgp-site-auth-header-inner{min-height:66px}
  .pgp-site-focus-exit span,.pgp-site-auth-header .pgp-site-text-link span{display:none}
  .pgp-site-focus-exit,.pgp-site-auth-header .pgp-site-text-link{width:40px;height:40px;padding:10px}
}
@media(max-width:1080px){
  .pgp-site-header.is-menu-open .pgp-site-menu-toggle span:nth-of-type(2){opacity:1;transform:translateY(6px) rotate(45deg)}
  .pgp-site-header.is-menu-open .pgp-site-menu-toggle span:nth-of-type(3){opacity:0;transform:none}
  .pgp-site-header.is-menu-open .pgp-site-menu-toggle span:nth-of-type(4){opacity:1;transform:translateY(-6px) rotate(-45deg)}
}

/* v0.13.22 — cleaner public navigation hierarchy */
.pgp-site-public-header .pgp-site-container{width:min(1360px,calc(100% - 32px))}
.pgp-site-public-header .pgp-site-header-inner{min-height:70px;gap:18px}
.pgp-site-public-header .pgp-site-brand{gap:10px}
.pgp-site-public-header .pgp-site-logo-mark,.pgp-site-public-header .pgp-site-logo-image{width:42px;height:42px;flex-basis:42px;border-radius:12px}
.pgp-site-public-header .pgp-site-brand-copy strong{font-size:18px}
.pgp-site-public-header .pgp-site-brand-copy small{margin-top:3px;font-size:8px;letter-spacing:1.25px}
.pgp-site-public-header .pgp-site-navigation-wrap{gap:14px}
.pgp-site-public-header .pgp-site-navigation{gap:2px}
.pgp-site-public-header .pgp-site-navigation>a,
.pgp-site-public-header .pgp-site-more-menu>summary{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:38px;padding:8px 10px;border-radius:10px;color:#344054;font-size:13px;font-weight:700;line-height:1;white-space:nowrap;cursor:pointer;transition:background .18s ease,color .18s ease,box-shadow .18s ease}
.pgp-site-public-header .pgp-site-navigation>a:hover,
.pgp-site-public-header .pgp-site-navigation>a:focus-visible,
.pgp-site-public-header .pgp-site-more-menu>summary:hover,
.pgp-site-public-header .pgp-site-more-menu>summary:focus-visible{background:#f8f7ff;color:var(--pgp-shell-purple)}
.pgp-site-public-header .pgp-site-navigation>a.is-active,
.pgp-site-public-header .pgp-site-more-menu.is-active>summary{background:#f4f1ff;color:#6d28d9;box-shadow:inset 0 0 0 1px rgba(124,58,237,.08)}
.pgp-site-public-header .pgp-site-account-actions{gap:8px;padding-left:14px;border-left:1px solid #ececf3}
.pgp-site-public-header .pgp-site-outline-button,.pgp-site-public-header .pgp-site-primary-button,.pgp-site-public-header .pgp-site-text-link{min-height:38px;padding:8px 13px;border-radius:10px;font-size:12.5px}
.pgp-site-public-header .pgp-site-primary-button{padding-inline:16px;box-shadow:0 7px 16px rgba(109,40,217,.16)}
.pgp-site-more-menu{position:relative;margin:0}
.pgp-site-more-menu>summary{list-style:none}
.pgp-site-more-menu>summary::-webkit-details-marker{display:none}
.pgp-site-more-chevron{width:7px;height:7px;margin-top:-3px;border-right:1.7px solid currentColor;border-bottom:1.7px solid currentColor;transform:rotate(45deg);transition:transform .18s ease}
.pgp-site-more-menu[open] .pgp-site-more-chevron{margin-top:3px;transform:rotate(225deg)}
.pgp-site-more-panel{position:absolute;z-index:100;top:calc(100% + 9px);right:0;display:grid;min-width:178px;padding:7px;border:1px solid #e7e5ee;border-radius:13px;background:#fff;box-shadow:0 18px 42px rgba(15,23,42,.14)}
.pgp-site-more-panel a{display:flex!important;align-items:center;width:100%;min-height:38px;padding:9px 11px!important;border-radius:9px;color:#344054!important;font-size:12.5px!important;font-weight:700!important;text-decoration:none!important}
.pgp-site-more-panel a:hover,.pgp-site-more-panel a:focus-visible{background:#f8f7ff!important;color:#6d28d9!important}
.pgp-site-more-panel a.is-active{background:#f4f1ff!important;color:#6d28d9!important}

@media(max-width:1180px) and (min-width:1081px){
  .pgp-site-public-header .pgp-site-container{width:min(100% - 24px,1360px)}
  .pgp-site-public-header .pgp-site-header-inner{gap:12px}
  .pgp-site-public-header .pgp-site-navigation-wrap{gap:9px}
  .pgp-site-public-header .pgp-site-navigation>a,.pgp-site-public-header .pgp-site-more-menu>summary{padding-inline:8px;font-size:12px}
  .pgp-site-public-header .pgp-site-account-actions{padding-left:9px}
  .pgp-site-public-header .pgp-site-primary-button{padding-inline:12px}
}

@media(max-width:1080px){
  .pgp-site-public-header .pgp-site-navigation-wrap{gap:12px}
  .pgp-site-public-header .pgp-site-navigation{gap:3px}
  .pgp-site-public-header .pgp-site-navigation>a,.pgp-site-public-header .pgp-site-more-menu>summary{justify-content:flex-start;width:100%;min-height:42px;padding:10px 12px;font-size:13px}
  .pgp-site-public-header .pgp-site-more-menu{width:100%}
  .pgp-site-public-header .pgp-site-more-panel{position:static;display:grid;min-width:0;margin-top:5px;padding:5px 6px;border:0;border-radius:10px;background:#f8fafc;box-shadow:none}
  .pgp-site-public-header .pgp-site-more-panel a{min-height:40px;padding:9px 12px!important}
  .pgp-site-public-header .pgp-site-account-actions{padding-top:12px;padding-left:0;border-top:1px solid var(--pgp-shell-line);border-left:0}
}

/* v0.13.58 — persistent Current Program context */
.pgp-site-program-switcher{margin:0;display:flex;align-items:center}
.pgp-site-program-switcher label{margin:0;display:block}
.pgp-site-program-switcher select{max-width:190px;height:38px;margin:0;padding:0 32px 0 12px;border:1px solid #ddd6fe;border-radius:11px;background:#f8f7ff;color:#4c1d95;font:700 11px/1.2 Inter,sans-serif;box-shadow:none;cursor:pointer}
.pgp-site-program-switcher select:focus{outline:2px solid rgba(109,40,217,.2);outline-offset:2px;border-color:#a78bfa}
.pgp-site-program-chip{display:inline-flex;align-items:center;gap:7px;max-width:190px;height:38px;padding:0 11px;border:1px solid #ddd6fe;border-radius:11px;background:#f8f7ff;color:#4c1d95;font:750 11px/1.2 Inter,sans-serif;white-space:nowrap}
.pgp-site-program-chip .pgp-icon{width:15px;height:15px;flex:0 0 15px}
.pgp-site-program-chip span{overflow:hidden;text-overflow:ellipsis}
@media(max-width:1080px){.pgp-site-program-switcher,.pgp-site-program-chip{width:100%;max-width:none}.pgp-site-program-switcher label{width:100%}.pgp-site-program-switcher select{width:100%;max-width:none}.pgp-site-program-chip{justify-content:center}}

/* v0.13.74 — public printable OMR resource */
.pgp-omr-app{width:min(1180px,calc(100% - 32px));margin:42px auto 0}
.pgp-omr-hero{display:flex;align-items:center;justify-content:space-between;gap:32px;padding:42px 44px;border:1px solid #e5e1f2;border-radius:24px;background:linear-gradient(135deg,#fff 0%,#faf8ff 58%,#eee9ff 100%);box-shadow:0 18px 44px rgba(71,44,126,.06)}
.pgp-omr-hero .pgp-kicker{display:block;margin-bottom:11px;color:#6d28d9;font-size:12px;font-weight:800;letter-spacing:1.7px;text-transform:uppercase}
.pgp-omr-hero h1{margin:0;color:#0f172a;font:800 clamp(32px,5vw,52px)/1.05 Poppins,sans-serif;letter-spacing:-1.5px}
.pgp-omr-hero p{max-width:720px;margin:15px 0 0;color:#667085;font-size:16px;line-height:1.7}
.pgp-omr-hero-badge{display:flex;align-items:center;gap:12px;min-width:150px;padding:16px 18px;border:1px solid #ddd6fe;border-radius:17px;background:rgba(255,255,255,.82);color:#5b21b6;box-shadow:0 12px 28px rgba(109,40,217,.08)}
.pgp-omr-hero-badge .pgp-omr-icon{width:28px;height:28px;flex:0 0 28px}
.pgp-omr-hero-badge span{display:flex;flex-direction:column;line-height:1.05}.pgp-omr-hero-badge strong{font:800 18px Poppins,sans-serif}.pgp-omr-hero-badge small{margin-top:4px;color:#7c6f9c;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.8px}
.pgp-omr-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px;margin-top:24px}
.pgp-omr-card{display:grid;grid-template-columns:150px minmax(0,1fr);min-height:310px;overflow:hidden;border:1px solid #e4e1ed;border-radius:22px;background:#fff;box-shadow:0 14px 36px rgba(15,23,42,.055)}
.pgp-omr-sheet-preview{position:relative;display:flex;flex-direction:column;align-items:center;padding:28px 18px;background:linear-gradient(160deg,#6d28d9,#4c1d95);color:#fff}
.pgp-omr-sheet-preview:after{content:"";position:absolute;inset:18px 15px;border:1px solid rgba(255,255,255,.2);border-radius:12px;pointer-events:none}
.pgp-omr-sheet-mark{position:relative;z-index:1;display:grid;place-items:center;width:42px;height:42px;border-radius:11px;background:rgba(255,255,255,.14);font:800 13px Poppins,sans-serif}
.pgp-omr-sheet-count{position:relative;z-index:1;margin:28px 0 24px;font:800 38px/1 Poppins,sans-serif}
.pgp-omr-bubble-row{position:relative;z-index:1;display:flex;gap:6px;margin:4px 0}.pgp-omr-bubble-row i{display:block;width:11px;height:11px;border:1.4px solid rgba(255,255,255,.88);border-radius:50%}
.pgp-omr-card-copy{display:flex;flex-direction:column;padding:30px 30px 26px}
.pgp-omr-card-label{color:#7c3aed;font-size:10px;font-weight:800;letter-spacing:1.15px;text-transform:uppercase}
.pgp-omr-card h2{margin:8px 0 9px;color:#101828;font:750 23px/1.25 Poppins,sans-serif;letter-spacing:-.4px}
.pgp-omr-card p{margin:0;color:#667085;font-size:13.5px;line-height:1.65}
.pgp-omr-card ul{display:grid;gap:6px;margin:16px 0 21px;padding:0;list-style:none;color:#475467;font-size:12px;font-weight:600}
.pgp-omr-card li{position:relative;padding-left:17px}.pgp-omr-card li:before{content:"✓";position:absolute;left:0;color:#16a34a;font-weight:900}
.pgp-omr-actions{display:flex;gap:9px;margin-top:auto;flex-wrap:wrap}
.pgp-omr-actions a{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:43px;padding:10px 14px;border-radius:11px;font-size:12px;font-weight:800;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease,background .16s ease}
.pgp-omr-actions a:hover,.pgp-omr-actions a:focus-visible{transform:translateY(-1px)}
.pgp-omr-download{background:#6d28d9;color:#fff!important;box-shadow:0 8px 18px rgba(109,40,217,.18)}
.pgp-omr-download:hover,.pgp-omr-download:focus-visible{background:#5b21b6}
.pgp-omr-print{border:1px solid #ddd6fe;background:#fff;color:#5b21b6!important}.pgp-omr-print:hover,.pgp-omr-print:focus-visible{border-color:#b9a6fb;background:#faf8ff}
.pgp-omr-icon{display:block;width:17px;height:17px;flex:0 0 17px}
.pgp-omr-print-note{display:flex;align-items:flex-start;gap:13px;margin-top:22px;padding:18px 20px;border:1px solid #e7e3f2;border-radius:16px;background:#fbfaff;color:#475467}
.pgp-omr-print-note>.pgp-omr-icon{width:20px;height:20px;margin-top:1px;color:#6d28d9}.pgp-omr-print-note strong{display:block;color:#344054;font-size:13px}.pgp-omr-print-note p{margin:4px 0 0;font-size:12.5px;line-height:1.6}
@media(max-width:860px){.pgp-omr-hero{align-items:flex-start;padding:32px}.pgp-omr-grid{grid-template-columns:1fr}.pgp-omr-card{grid-template-columns:135px minmax(0,1fr)}}
@media(max-width:640px){.pgp-omr-app{width:min(100% - 20px,1180px);margin-top:22px}.pgp-omr-hero{flex-direction:column;padding:26px 22px;border-radius:19px}.pgp-omr-hero h1{font-size:34px}.pgp-omr-hero p{font-size:14px}.pgp-omr-hero-badge{width:100%;justify-content:center}.pgp-omr-grid{gap:14px;margin-top:14px}.pgp-omr-card{grid-template-columns:1fr;min-height:0;border-radius:18px}.pgp-omr-sheet-preview{min-height:120px;padding:18px;flex-direction:row;justify-content:center;gap:16px}.pgp-omr-sheet-preview:after{inset:12px}.pgp-omr-sheet-count{margin:0;font-size:34px}.pgp-omr-bubble-row{display:none}.pgp-omr-card-copy{padding:24px 20px 20px}.pgp-omr-actions{display:grid;grid-template-columns:1fr 1fr}.pgp-omr-actions a{width:100%}.pgp-omr-print-note{margin-top:14px}}
@media(max-width:420px){.pgp-omr-actions{grid-template-columns:1fr}}
