
.fp-popups-screen .fp-page-hero{background:linear-gradient(135deg,#0f172a,#1e293b 55%,#2563eb);color:#fff;border-radius:28px;padding:32px;display:flex;justify-content:space-between;gap:24px;align-items:center;margin:20px 0;box-shadow:0 24px 80px rgba(15,23,42,.18)}
.fp-popups-screen .fp-page-hero h1{color:#fff;font-size:32px;line-height:1.1;margin:8px 0}.fp-popups-screen .fp-page-hero p{color:rgba(255,255,255,.76);max-width:680px}.fp-kicker{text-transform:uppercase;letter-spacing:.12em;font-weight:800;font-size:12px;color:#93c5fd}.fp-hero-actions{display:flex;gap:10px;flex-wrap:wrap}.fp-stat-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin:18px 0}.fp-stat-card{background:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:22px;box-shadow:0 14px 35px rgba(15,23,42,.06)}.fp-stat-card strong{display:block;font-size:28px;color:#0f172a}.fp-stat-card span{color:#64748b}.fp-admin-grid{display:grid;grid-template-columns:2fr 1fr;gap:18px}.fp-admin-card{background:#fff;border:1px solid #e2e8f0;border-radius:24px;padding:24px;box-shadow:0 18px 45px rgba(15,23,42,.07)}.fp-card-head{display:flex;justify-content:space-between;align-items:center}.fp-card-head h2,.fp-admin-card h2{margin:0 0 6px;color:#0f172a}.fp-card-head p{margin:0 0 16px;color:#64748b}.fp-table-wrap{overflow:auto}.fp-status-pill{display:inline-flex;padding:6px 10px;border-radius:999px;background:#f1f5f9;color:#64748b;font-weight:700;font-size:12px}.fp-status-pill.is-active{background:#dcfce7;color:#166534}.fp-popup-template-list{display:grid;gap:12px}.fp-popup-template-list div{padding:14px;border-radius:16px;background:#f8fafc;border:1px solid #e2e8f0}.fp-popup-template-list strong{display:block;color:#0f172a}.fp-popup-template-list span{color:#64748b;font-size:13px}.fp-empty-state{padding:28px;border:1px dashed #cbd5e1;border-radius:20px;text-align:center;background:#f8fafc}.fp-popup-metabox{padding:6px}.fp-popup-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.fp-popup-grid label span{display:block;font-weight:700;margin-bottom:6px}.fp-popup-grid input,.fp-popup-grid select{width:100%}.fp-popup-full{grid-column:1/-1}.fp-popup-checks{display:flex;gap:16px;flex-wrap:wrap;margin-top:18px;padding-top:16px;border-top:1px solid #e2e8f0}

/* ForgePress Popup Renderer - v24.3 */
#fp-popups-root{position:static!important;display:block!important;margin:0!important;padding:0!important;background:transparent!important;z-index:2147483000!important}
html.fp-popup-open,html.fp-popup-open body{overflow:hidden!important}
.fp-popup{position:fixed!important;inset:0!important;width:100vw!important;height:100vh!important;z-index:2147483000!important;display:none!important;margin:0!important;padding:0!important;background:transparent!important;opacity:0;pointer-events:none;transition:opacity .22s ease;box-sizing:border-box!important}
.fp-popup.is-open{display:block!important;opacity:1;pointer-events:auto}
.fp-popup__overlay{position:fixed!important;inset:0!important;width:100vw!important;height:100vh!important;background:rgba(var(--fp-popup-overlay-rgb,15,23,42),var(--fp-popup-overlay-opacity,.62))!important;backdrop-filter:blur(var(--fp-popup-overlay-blur,8px));-webkit-backdrop-filter:blur(var(--fp-popup-overlay-blur,8px));z-index:0!important}
.fp-popup__shell{position:fixed!important;inset:0!important;width:100vw!important;height:100vh!important;z-index:1!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:24px!important;box-sizing:border-box!important;background:transparent!important;overflow:auto!important;overscroll-behavior:contain!important}
.fp-popup__dialog{position:relative!important;z-index:2!important;width:min(calc(100vw - 48px),var(--fp-popup-width,640px))!important;max-width:var(--fp-popup-width,640px)!important;max-height:calc(100vh - 48px)!important;margin:auto!important;overflow:auto!important;background:var(--fp-popup-dialog-bg,#fff)!important;color:var(--fp-popup-dialog-color,#0f172a)!important;border-radius:var(--fp-popup-radius,24px)!important;box-shadow:0 30px 90px rgba(15,23,42,.32)!important;transform:scale(.96);transition:transform .22s ease,opacity .22s ease;box-sizing:border-box!important}
.fp-popup.is-open .fp-popup__dialog{transform:scale(1)}
.fp-popup__content{position:relative!important;padding:var(--fp-popup-padding,28px)!important;box-sizing:border-box!important;background:transparent!important;min-height:1px!important}
.fp-popup__content > .elementor,.fp-popup__content > .elementor > .elementor-section-wrap,.fp-popup__content .elementor-element{max-width:100%!important}
.fp-popup__content .elementor-section,.fp-popup__content .e-con{max-width:100%!important}
.fp-popup__close{position:absolute!important;top:12px!important;right:12px!important;z-index:5!important;width:38px!important;height:38px!important;display:flex!important;align-items:center!important;justify-content:center!important;border:0!important;border-radius:999px!important;background:#f1f5f9!important;color:#0f172a!important;font-size:24px!important;line-height:1!important;cursor:pointer!important;box-shadow:0 10px 24px rgba(15,23,42,.12)!important}
.fp-popup__close:hover{background:#e2e8f0!important}
.fp-popup--top .fp-popup__shell{align-items:flex-start!important}.fp-popup--bottom .fp-popup__shell{align-items:flex-end!important}.fp-popup--left .fp-popup__shell{justify-content:flex-start!important}.fp-popup--right .fp-popup__shell{justify-content:flex-end!important}
.fp-popup--fullscreen .fp-popup__shell{padding:0!important}.fp-popup--fullscreen .fp-popup__dialog{width:100vw!important;max-width:none!important;height:100vh!important;max-height:none!important;border-radius:0!important}
.fp-popup-height--auto .fp-popup__dialog{height:auto!important}.fp-popup-height--full .fp-popup__dialog{height:calc(100vh - 48px)!important}.fp-popup-height--fullscreen .fp-popup__dialog{height:100vh!important;max-height:none!important;border-radius:0!important}
.fp-popup--slide-up .fp-popup__dialog{transform:translateY(28px)}.fp-popup--slide-down .fp-popup__dialog{transform:translateY(-28px)}.fp-popup--slide-left .fp-popup__dialog{transform:translateX(28px)}.fp-popup--slide-right .fp-popup__dialog{transform:translateX(-28px)}.fp-popup--zoom .fp-popup__dialog{transform:scale(.88)}.fp-popup--fade .fp-popup__dialog{transform:none;opacity:0}.fp-popup.is-open.fp-popup--fade .fp-popup__dialog{opacity:1}.fp-popup.is-open.fp-popup--slide-up .fp-popup__dialog,.fp-popup.is-open.fp-popup--slide-down .fp-popup__dialog,.fp-popup.is-open.fp-popup--slide-left .fp-popup__dialog,.fp-popup.is-open.fp-popup--slide-right .fp-popup__dialog,.fp-popup.is-open.fp-popup--zoom .fp-popup__dialog{transform:translate(0,0) scale(1)}
.fp-popup-preset--glass{--fp-popup-dialog-bg:rgba(255,255,255,.78);--fp-popup-dialog-color:#0f172a}.fp-popup-preset--glass .fp-popup__dialog{backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);border:1px solid rgba(255,255,255,.5)!important}.fp-popup-preset--dark{--fp-popup-dialog-bg:#0f172a;--fp-popup-dialog-color:#fff}.fp-popup-preset--dark .fp-popup__close{background:rgba(255,255,255,.12)!important;color:#fff!important}.fp-popup-preset--minimal .fp-popup__dialog{box-shadow:0 18px 50px rgba(15,23,42,.18)!important}.fp-popup-preset--modern .fp-popup__dialog{border:1px solid rgba(226,232,240,.9)!important}.fp-popup-preset--corporate .fp-popup__dialog{border-top:5px solid var(--fp-primary,#2563eb)!important}.fp-popup-preset--soft{--fp-popup-dialog-bg:#f8fafc}.fp-popup-trigger,.fp-popup-trigger-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;border-radius:999px;background:var(--fp-primary,#2563eb);color:#fff!important;padding:13px 20px;font-weight:800;text-decoration:none!important;cursor:pointer;box-shadow:0 12px 30px rgba(37,99,235,.22)}
@media(max-width:900px){.fp-popups-screen .fp-page-hero,.fp-admin-grid{grid-template-columns:1fr;display:block}.fp-stat-grid{grid-template-columns:repeat(2,1fr)}.fp-popup-grid{grid-template-columns:1fr 1fr}.fp-popups-screen .fp-page-hero{padding:24px}.fp-hero-actions{margin-top:16px}.fp-popup__shell{padding:18px!important}.fp-popup__dialog{width:min(calc(100vw - 36px),var(--fp-popup-width,640px))!important;max-height:calc(100vh - 36px)!important}}
@media(max-width:600px){.fp-stat-grid,.fp-popup-grid{grid-template-columns:1fr}.fp-popup__shell{padding:12px!important}.fp-popup__dialog{width:calc(100vw - 24px)!important;max-height:calc(100vh - 24px)!important;border-radius:min(var(--fp-popup-radius,20px),20px)!important}.fp-popup__content{padding:min(var(--fp-popup-padding,22px),22px)!important}}
