#pmlsn-exam-notification{--exam-front-width:440px;--exam-front-padding:18px;--exam-front-radius:16px;--exam-front-icon:42px;--exam-front-title:16px;--exam-front-description:13px;--exam-front-meta:11px;--exam-front-button-size:12px;--exam-front-bg:#fff;--exam-front-text:#111827;--exam-front-muted:#64748b;--exam-front-accent:#2563eb;--exam-front-border:#dbeafe;--exam-front-button:#2563eb;--exam-front-button-text:#fff;--exam-front-shadow:0 18px 50px rgba(15,23,42,.17);position:fixed;z-index:999998;left:36px;right:auto;bottom:36px;display:flex;align-items:flex-start;gap:14px;width:min(var(--exam-front-width),calc(100vw - 72px));padding:var(--exam-front-padding);overflow:hidden;border:1px solid var(--exam-front-border);border-radius:var(--exam-front-radius);background:var(--exam-front-bg);box-shadow:var(--exam-front-shadow);box-sizing:border-box;color:var(--exam-front-text);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;line-height:1.45;opacity:0;pointer-events:none;visibility:hidden;transform:translateY(24px);transition:opacity .32s ease,transform .32s ease,visibility .32s ease}
#pmlsn-exam-notification.is-right{right:36px;left:auto}#pmlsn-exam-notification.is-visible{opacity:1;pointer-events:auto;visibility:visible;transform:none}#pmlsn-exam-notification[data-animation=slide-left]{transform:translateX(-28px)}#pmlsn-exam-notification[data-animation=slide-left].is-right{transform:translateX(28px)}#pmlsn-exam-notification[data-animation=slide-left].is-visible{transform:none}#pmlsn-exam-notification[data-animation=fade]{transform:none}#pmlsn-exam-notification[data-animation=zoom]{transform:scale(.92)}#pmlsn-exam-notification[data-animation=zoom].is-visible{transform:scale(1)}
.pmlsn-exam-close{position:absolute;z-index:3;top:8px;right:9px;display:flex;align-items:center;justify-content:center;width:28px;height:28px;padding:0;border:0;border-radius:50%;background:transparent;color:var(--exam-front-muted);font:500 20px/1 Arial,sans-serif;cursor:pointer;transition:.18s}.pmlsn-exam-close:hover,.pmlsn-exam-close:focus{outline:0;background:rgba(100,116,139,.12);color:var(--exam-front-text)}
.pmlsn-exam-front-media{position:relative;display:flex;align-items:center;justify-content:center;width:var(--exam-front-icon);height:var(--exam-front-icon);min-width:var(--exam-front-icon);overflow:hidden;border-radius:12px;background:color-mix(in srgb,var(--exam-front-accent) 13%,white);color:var(--exam-front-accent)}.pmlsn-exam-front-icon{font-size:calc(var(--exam-front-icon) * .48);line-height:1}.pmlsn-exam-front-thumbnail{display:block;width:100%;height:100%;object-fit:cover}.pmlsn-exam-front-body{min-width:0;flex:1;padding-right:9px}.pmlsn-exam-front-top{display:flex;align-items:center;gap:7px;margin-bottom:4px;padding-right:18px}.pmlsn-exam-front-type{color:var(--exam-front-accent);font-size:10px;font-weight:850;letter-spacing:.065em;text-transform:uppercase}.pmlsn-exam-front-priority{padding:2px 6px;border-radius:999px;background:#fef2f2;color:#dc2626;font-size:8px;font-weight:900;letter-spacing:.05em}.pmlsn-exam-front-title{display:block;padding-right:18px;color:var(--exam-front-text);font-size:var(--exam-front-title);font-weight:750;line-height:1.35}.pmlsn-exam-front-name{display:block;margin-top:2px;color:var(--exam-front-accent);font-size:11px;font-weight:700}.pmlsn-exam-front-description{display:-webkit-box;margin:7px 0 0;overflow:hidden;color:var(--exam-front-muted);font-size:var(--exam-front-description);line-height:1.5;-webkit-box-orient:vertical;-webkit-line-clamp:3}.pmlsn-exam-front-meta{display:flex;align-items:center;justify-content:space-between;gap:9px;margin-top:9px;color:var(--exam-front-muted);font-size:var(--exam-front-meta)}.pmlsn-exam-front-meta>*{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pmlsn-exam-front-date{font-weight:700}.pmlsn-exam-front-action{display:inline-flex;align-items:center;gap:7px;margin-top:12px;padding:8px 11px;border-radius:8px;background:var(--exam-front-button);box-shadow:none;color:var(--exam-front-button-text)!important;font-size:var(--exam-front-button-size);font-weight:750;line-height:1.2;text-decoration:none!important;transition:.18s}.pmlsn-exam-front-action:hover{filter:brightness(.94);transform:translateY(-1px)}.pmlsn-exam-front-action b{font-size:14px;line-height:1}
#pmlsn-exam-notification[data-template=premium-update]{background:linear-gradient(135deg,var(--exam-front-bg),color-mix(in srgb,var(--exam-front-accent) 9%,white))}#pmlsn-exam-notification[data-template=premium-update]:after{content:"";position:absolute;z-index:-1;right:-42px;bottom:-54px;width:145px;height:145px;border:28px solid color-mix(in srgb,var(--exam-front-accent) 8%,transparent);border-radius:50%}#pmlsn-exam-notification[data-template=urgent-banner]{border-left:6px solid var(--exam-front-accent)}#pmlsn-exam-notification[data-template=urgent-banner] .pmlsn-exam-front-media{background:#fee2e2}#pmlsn-exam-notification[data-template=result-card]{background:linear-gradient(135deg,var(--exam-front-bg),#f0fdf4)}#pmlsn-exam-notification[data-template=result-card] .pmlsn-exam-front-media{background:#d1fae5}
.pmlsn-exam-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:18px;margin:24px 0}.pmlsn-exam-list-item{position:relative;padding:20px;border:1px solid #e2e8f0;border-radius:16px;background:#fff;box-shadow:0 10px 30px rgba(15,23,42,.07);color:#111827}.pmlsn-exam-list-item>small{color:#2563eb;font-size:10px;font-weight:850;letter-spacing:.06em;text-transform:uppercase}.pmlsn-exam-list-item h3{margin:7px 0 0;color:#111827;font-size:18px;line-height:1.35}.pmlsn-exam-list-item p{margin:9px 0;color:#64748b;font-size:14px;line-height:1.55}.pmlsn-exam-list-item>div{display:flex;justify-content:space-between;gap:12px;padding-top:10px;border-top:1px solid #eef2f7;color:#64748b;font-size:11px}.pmlsn-exam-list-item>a{display:inline-flex;margin-top:14px;padding:9px 13px;border-radius:8px;background:#2563eb;color:#fff!important;font-size:12px;font-weight:750;text-decoration:none!important}.pmlsn-exam-list-empty{padding:18px;border:1px solid #e2e8f0;border-radius:12px;background:#f8fafc;color:#64748b;text-align:center}
@media(max-width:600px){#pmlsn-exam-notification,#pmlsn-exam-notification.is-right{right:14px;bottom:14px;left:14px;width:auto;max-width:none;padding:min(var(--exam-front-padding),16px);gap:11px;border-radius:min(var(--exam-front-radius),15px)}.pmlsn-exam-front-media{width:min(var(--exam-front-icon),38px);height:min(var(--exam-front-icon),38px);min-width:min(var(--exam-front-icon),38px);border-radius:10px}.pmlsn-exam-front-title{font-size:min(var(--exam-front-title),15px)}.pmlsn-exam-front-description{font-size:min(var(--exam-front-description),12px);-webkit-line-clamp:2}.pmlsn-exam-front-meta{align-items:flex-start;flex-direction:column;gap:2px}.pmlsn-exam-front-action{padding:7px 10px}.pmlsn-exam-list{grid-template-columns:1fr}}
@media(prefers-reduced-motion:reduce){#pmlsn-exam-notification,.pmlsn-exam-front-action{transition:none!important}}
