:root{--gw-green:#1e50c8;--gw-green-light:#e6edfc;--gw-green-dark:#14369a;--gw-green-hover:#1a45b0;--gw-amber:#f6c500;--gw-amber-light:#fff3c4;--gw-red:#dc2626;--gw-red-light:#fee2e2;--gw-blue:#2563eb;--gw-blue-light:#dbeafe;--gw-orange:#ea580c;--gw-orange-light:#ffedd5;--gw-teal:#0d9488;--gw-teal-light:#ccfbf1;--gw-navy:#0d1633;--gw-navy-2:#142352;--gw-yellow:#f6c500;--gw-yellow-dark:#d9ab00;--gw-slate-900:#0f172a;--gw-slate-800:#1e293b;--gw-slate-700:#334155;--gw-slate-600:#475569;--gw-slate-500:#64748b;--gw-slate-400:#94a3b8;--gw-slate-200:#e2e8f0;--gw-slate-100:#f1f5f9;--gw-slate-50:#f8fafc;--gw-white:#ffffff;--gw-radius-sm:6px;--gw-radius:10px;--gw-radius-lg:16px;--gw-radius-xl:24px;--gw-radius-full:9999px;--gw-shadow-sm:0 1px 3px rgba(0,0,0,.08),0 1px 2px rgba(0,0,0,.05);--gw-shadow:0 4px 12px rgba(0,0,0,.10),0 2px 4px rgba(0,0,0,.06);--gw-shadow-lg:0 10px 30px rgba(0,0,0,.12),0 4px 8px rgba(0,0,0,.07);--gw-shadow-xl:0 20px 60px rgba(0,0,0,.15);--gw-transition:200ms ease;--font-sans:'Inter',system-ui,-apple-system,sans-serif;--font-serif:'Merriweather',Georgia,serif}*,*::before,*::after{box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--font-sans);font-size:1rem;line-height:1.7;color:var(--gw-slate-700);background:var(--gw-white);-webkit-font-smoothing:antialiased}img{max-width:100%;height:auto;display:block}a{color:var(--gw-green);text-decoration:none}a:hover{color:var(--gw-green-dark);text-decoration:underline}h1,h2,h3,h4,h5,h6{line-height:1.25;color:var(--gw-slate-900);margin:0 0 .75rem}.container{width:100%;max-width:1200px;margin-inline:auto;padding-inline:clamp(1rem,4vw,2rem)}.gw-main{padding-block:2rem 4rem}.gw-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.625rem 1.25rem;border:2px solid transparent;border-radius:var(--gw-radius-full);font-family:var(--font-sans);font-size:.9rem;font-weight:600;line-height:1;cursor:pointer;text-decoration:none !important;transition:background var(--gw-transition),color var(--gw-transition),border-color var(--gw-transition),box-shadow var(--gw-transition);white-space:nowrap}.gw-btn:focus-visible{outline:3px solid var(--gw-green);outline-offset:2px}.gw-btn--primary{background:var(--gw-green);color:var(--gw-white)}.gw-btn--primary:hover{background:var(--gw-green-hover);color:var(--gw-white);box-shadow:var(--gw-shadow)}.gw-btn--outline{background:transparent;border-color:var(--gw-green);color:var(--gw-green)}.gw-btn--outline:hover{background:var(--gw-green-light)}.gw-btn--ghost{background:transparent;color:var(--gw-slate-600)}.gw-btn--ghost:hover{background:var(--gw-slate-100);color:var(--gw-slate-800)}.gw-btn--success{background:#16a34a;color:#fff}.gw-btn--danger{background:var(--gw-red);color:#fff}.gw-btn--full{width:100%;justify-content:center}.gw-btn--lg{padding:.875rem 1.75rem;font-size:1rem}.gw-btn--sm{padding:.4rem .875rem;font-size:.8125rem}.gw-btn--xs{padding:.25rem .625rem;font-size:.75rem}.gw-btn--loading{pointer-events:none;opacity:.7}.gw-btn__spinner{width:1em;height:1em;border:2px solid currentColor;border-top-color:transparent;border-radius:50%;animation:gw-spin .6s linear infinite;display:none}.gw-btn--loading .gw-btn__spinner{display:inline-block}@keyframes gw-spin{to{transform:rotate(360deg)}}.gw-badge{display:inline-flex;align-items:center;padding:.2em .65em;border-radius:var(--gw-radius-full);font-size:.75rem;font-weight:600;line-height:1.4;white-space:nowrap}.gw-badge--green{background:#dcfce7;color:#15803d}.gw-badge--teal{background:var(--gw-teal-light);color:#0f766e}.gw-badge--blue{background:var(--gw-blue-light);color:#1d4ed8}.gw-badge--amber{background:var(--gw-amber-light);color:#b45309}.gw-badge--orange{background:var(--gw-orange-light);color:#9a3412}.gw-badge--red{background:var(--gw-red-light);color:#991b1b}.gw-badge--muted{background:var(--gw-slate-100);color:var(--gw-slate-500)}.gw-header{position:sticky;top:0;z-index:100;background:var(--gw-white);border-bottom:1px solid var(--gw-slate-200);box-shadow:var(--gw-shadow-sm)}.gw-header__inner{display:flex;align-items:center;gap:1.5rem;padding-block:.875rem}.gw-header__logo{text-decoration:none}.gw-header__logo-text{font-size:1.375rem;font-weight:800;color:var(--gw-green);letter-spacing:-.02em}.gw-header__logo img{height:40px;width:auto}.gw-nav{flex:1;display:flex;justify-content:center}.gw-nav__list{list-style:none;display:flex;gap:.25rem;margin:0;padding:0}.gw-nav__list a{display:block;padding:.5rem .875rem;border-radius:var(--gw-radius-full);font-size:.875rem;font-weight:500;color:var(--gw-slate-600);transition:background var(--gw-transition),color var(--gw-transition);text-decoration:none}.gw-nav__list a:hover,.gw-nav__list li.current-menu-item a{background:var(--gw-green-light);color:var(--gw-green)}.gw-header__cta,.gw-header__user{display:flex;align-items:center;gap:.75rem}.gw-header__avatar{width:36px;height:36px;border-radius:50%;object-fit:cover}.gw-header__avatar-initials{width:36px;height:36px;border-radius:50%;background:var(--gw-green);color:#fff;font-size:.8rem;font-weight:700;display:flex;align-items:center;justify-content:center}.gw-header__user-name{font-size:.875rem;font-weight:600;color:var(--gw-slate-700)}.gw-nav-toggle{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:.5rem}.gw-nav-toggle__bar{width:22px;height:2px;background:var(--gw-slate-700);border-radius:2px;transition:all .2s}.gw-footer{background:var(--gw-slate-900);color:var(--gw-slate-400);padding-top:3rem;margin-top:4rem}.gw-footer__inner{display:grid;grid-template-columns:1fr 2fr;gap:3rem;padding-bottom:2rem}.gw-footer__brand{}.gw-footer__logo{font-size:1.25rem;font-weight:800;color:var(--gw-white);text-decoration:none}.gw-footer__tagline{font-size:.875rem;color:var(--gw-slate-400);margin-top:.5rem}.gw-footer__cols{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.gw-footer__bottom{border-top:1px solid var(--gw-slate-800);padding-block:1.25rem}.gw-footer__bottom .container{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.75rem}.gw-footer__bottom p{font-size:.8125rem;margin:0}.gw-footer__legal-links{list-style:none;display:flex;gap:1rem;margin:0;padding:0}.gw-footer__legal-links a{font-size:.8125rem;color:var(--gw-slate-400)}.gw-footer__legal-links a:hover{color:var(--gw-white)}.gw-page-hero{background:linear-gradient(135deg,var(--gw-green) 0%,var(--gw-teal) 100%);color:var(--gw-white);padding:4rem 0;text-align:center}.gw-page-hero h1{color:var(--gw-white);font-size:clamp(1.75rem,4vw,2.75rem);margin-bottom:.75rem}.gw-page-hero p{font-size:1.125rem;opacity:.9;max-width:580px;margin-inline:auto}.gw-page-hero .gw-btn{margin-top:1.5rem}.gw-hero__auth-prompt{font-size:.95rem;opacity:.85;margin-top:1rem}.gw-hero__auth-prompt a{color:var(--gw-amber);font-weight:600}.gw-flash{display:flex;align-items:flex-start;gap:.75rem;padding:1rem 1.25rem;border-radius:var(--gw-radius);margin-bottom:1.25rem;font-size:.9rem}.gw-flash p{margin:0}.gw-flash--success{background:#dcfce7;border:1px solid #86efac;color:#15803d}.gw-flash--error{background:var(--gw-red-light);border:1px solid #fca5a5;color:#991b1b}.gw-flash--info{background:var(--gw-blue-light);border:1px solid #93c5fd;color:#1e40af}.gw-flash__icon{font-size:1.2rem;flex-shrink:0}.gw-table-wrap{overflow-x:auto;border-radius:var(--gw-radius);border:1px solid var(--gw-slate-200)}.gw-table{width:100%;border-collapse:collapse;font-size:.875rem}.gw-table th{background:var(--gw-slate-50);padding:.875rem 1rem;text-align:left;font-weight:600;font-size:.8125rem;color:var(--gw-slate-600);border-bottom:1px solid var(--gw-slate-200);white-space:nowrap}.gw-table td{padding:.875rem 1rem;border-bottom:1px solid var(--gw-slate-100);vertical-align:middle}.gw-table tbody tr:last-child td{border-bottom:none}.gw-table tbody tr:hover td{background:var(--gw-slate-50)}.gw-table__actions{display:flex;gap:.5rem;flex-wrap:wrap}.gw-table__notes{background:var(--gw-slate-50);padding:.5rem .75rem;border-radius:var(--gw-radius-sm);font-size:.8125rem;color:var(--gw-slate-600);margin-top:.5rem}.gw-tabs{display:flex;gap:.25rem;border-bottom:2px solid var(--gw-slate-200);margin-bottom:1.5rem}.gw-tab{background:none;border:none;border-bottom:2px solid transparent;margin-bottom:-2px;padding:.625rem 1rem;font-family:var(--font-sans);font-size:.875rem;font-weight:500;color:var(--gw-slate-500);cursor:pointer;transition:all .2s}.gw-tab:hover{color:var(--gw-green)}.gw-tab--active{color:var(--gw-green);border-bottom-color:var(--gw-green);font-weight:600}.gw-modal{position:fixed;inset:0;z-index:200;display:flex;align-items:center;justify-content:center;padding:1rem}.gw-modal[hidden]{display:none}.gw-modal__backdrop{position:absolute;inset:0;background:rgba(15,23,42,.6);backdrop-filter:blur(4px)}.gw-modal__content{position:relative;background:#fff;border-radius:var(--gw-radius-lg);padding:2rem;width:100%;max-width:520px;box-shadow:var(--gw-shadow-xl);animation:gw-modal-in .2s ease}.gw-modal__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}.gw-modal__header h2{margin:0;font-size:1.25rem}.gw-modal__close{background:none;border:none;font-size:1.5rem;cursor:pointer;color:var(--gw-slate-400);padding:.25rem;border-radius:var(--gw-radius-sm)}.gw-modal__close:hover{background:var(--gw-slate-100);color:var(--gw-slate-700)}@keyframes gw-modal-in{from{opacity:0;transform:translateY(-16px) scale(.97)}to{opacity:1;transform:none}}.gw-kpi-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem;margin-bottom:2rem}.gw-kpi-card{background:var(--gw-white);border:1px solid var(--gw-slate-200);border-radius:var(--gw-radius-lg);padding:1.5rem;text-align:center;box-shadow:var(--gw-shadow-sm);transition:box-shadow var(--gw-transition)}.gw-kpi-card:hover{box-shadow:var(--gw-shadow)}.gw-kpi-card__icon{font-size:1.75rem;margin-bottom:.5rem}.gw-kpi-card--green .gw-kpi-card__icon{color:var(--gw-green)}.gw-kpi-card--blue .gw-kpi-card__icon{color:var(--gw-blue)}.gw-kpi-card--amber .gw-kpi-card__icon{color:var(--gw-amber)}.gw-kpi-card--teal .gw-kpi-card__icon{color:var(--gw-teal)}.gw-kpi-card__value{font-size:2rem;font-weight:800;color:var(--gw-slate-900);line-height:1;margin-bottom:.375rem}.gw-kpi-card__label{font-size:.8125rem;color:var(--gw-slate-500);font-weight:500}.gw-pagination{display:flex;justify-content:center;margin-top:2rem}.gw-pagination ul{list-style:none;display:flex;gap:.375rem;margin:0;padding:0}.gw-pagination .page-numbers{display:flex;align-items:center;justify-content:center;min-width:38px;height:38px;padding:.25rem .5rem;border:1px solid var(--gw-slate-200);border-radius:var(--gw-radius-sm);font-size:.875rem;font-weight:500;color:var(--gw-slate-600);text-decoration:none;transition:all .2s}.gw-pagination .page-numbers:hover{background:var(--gw-green-light);border-color:var(--gw-green);color:var(--gw-green)}.gw-pagination .page-numbers.current{background:var(--gw-green);border-color:var(--gw-green);color:#fff}.gw-progress-bar{background:var(--gw-slate-200);border-radius:var(--gw-radius-full);height:8px;overflow:hidden;margin-top:.5rem}.gw-progress-bar__fill{height:100%;background:linear-gradient(90deg,var(--gw-green),var(--gw-teal));border-radius:var(--gw-radius-full);transition:width .6s ease}.gw-checklist{list-style:none;padding:0;margin:0;display:grid;gap:.5rem}.gw-checklist__item{display:flex;align-items:center;gap:.625rem;font-size:.9rem}.gw-checklist__item .dashicons{font-size:1.1rem}.gw-checklist__item--complete{color:#15803d}.gw-checklist__item--incomplete{color:var(--gw-slate-400)}.gw-empty-state{text-align:center;padding:4rem 2rem;color:var(--gw-slate-500);border:2px dashed var(--gw-slate-200);border-radius:var(--gw-radius-lg)}.gw-empty-state .dashicons{font-size:3rem;margin-bottom:1rem;display:block}.gw-empty-state h2{font-size:1.25rem;color:var(--gw-slate-700)}.gw-empty-state--sm{padding:2rem 1.5rem}.skip-link{position:absolute;top:-100px;left:1rem;background:var(--gw-green);color:#fff;padding:.5rem 1rem;border-radius:var(--gw-radius-sm);z-index:9999;transition:top .2s}.skip-link:focus{top:1rem}@media (max-width:768px){.gw-nav{display:none}.gw-nav-toggle{display:flex;margin-left:auto}.gw-header__cta .gw-btn--outline{display:none}.gw-footer__inner{grid-template-columns:1fr;gap:2rem}.gw-footer__cols{grid-template-columns:1fr 1fr}.gw-kpi-row{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.gw-footer__cols{grid-template-columns:1fr}.gw-kpi-row{grid-template-columns:1fr}}
/* ── Logo-based navy + yellow scheme ─────────────────────────────── */
.gw-header{background:var(--gw-navy);border-bottom:3px solid var(--gw-yellow);box-shadow:0 2px 14px rgba(0,0,0,.28)}
.gw-header__inner{gap:1rem}
.gw-header__logo{display:inline-flex;align-items:center}
.gw-header__logo-img{height:48px;width:auto;display:block;border-radius:8px}
.gw-header__logo-text{color:var(--gw-yellow);font-weight:800}
.gw-nav{flex:1;min-width:0;justify-content:center}
.gw-nav__list{flex-wrap:nowrap;gap:.1rem}
.gw-nav__list a{color:#d7def2;font-size:.8rem;font-weight:500;padding:.45rem .6rem;white-space:nowrap}
.gw-nav__list a:hover,.gw-nav__list li.current-menu-item a{background:rgba(246,197,0,.16);color:var(--gw-yellow);text-decoration:none}
.gw-header__user-name{color:#fff}
.gw-header__avatar-initials{background:var(--gw-yellow);color:var(--gw-navy)}
.gw-header__cta,.gw-header__user{gap:.6rem}
.gw-header .gw-btn--primary{background:var(--gw-yellow);color:var(--gw-navy)}
.gw-header .gw-btn--primary:hover{background:var(--gw-yellow-dark);color:var(--gw-navy);box-shadow:0 4px 12px rgba(0,0,0,.3)}
.gw-header .gw-btn--ghost{color:#d7def2}
.gw-header .gw-btn--ghost:hover{background:rgba(255,255,255,.1);color:#fff}
.gw-nav-toggle__bar{background:#fff}
.gw-footer__logo{display:inline-flex;align-items:center;gap:.6rem}
.gw-footer__logo-img{height:40px;width:auto;border-radius:6px}
.gw-page-hero{background:linear-gradient(135deg,var(--gw-navy) 0%,var(--gw-green) 100%);border-bottom:4px solid var(--gw-yellow)}
.gw-page-hero h1{position:relative}
.gw-page-hero .gw-btn--primary{background:var(--gw-yellow);color:var(--gw-navy)}
.gw-page-hero .gw-btn--primary:hover{background:var(--gw-yellow-dark);color:var(--gw-navy)}
.gw-hero__auth-prompt a{color:var(--gw-yellow)}
/* Yellow accent button + link accents */
.gw-btn--accent{background:var(--gw-yellow);color:var(--gw-navy)}
.gw-btn--accent:hover{background:var(--gw-yellow-dark);color:var(--gw-navy);box-shadow:var(--gw-shadow)}
.gw-badge--amber{background:var(--gw-amber-light);color:#7a5a00}
.gw-footer__logo span{color:var(--gw-white)}
.gw-footer__cols{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;align-items:start}
.gw-footer__col{min-width:0}
.gw-footer__heading{color:#fff;font-size:.85rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;margin:0 0 1rem;padding-bottom:.5rem;border-bottom:2px solid var(--gw-yellow);display:inline-block}
.gw-footer__links{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.55rem}
.gw-footer__links a{color:var(--gw-slate-400);font-size:.9rem;text-decoration:none;transition:color .2s}
.gw-footer__links a:hover{color:var(--gw-yellow)}
.gw-footer__legal-links a:hover,.gw-footer__col a:hover{color:var(--gw-yellow)}
@media (max-width:768px){.gw-footer__cols{grid-template-columns:1fr 1fr}}
@media (max-width:480px){.gw-footer__cols{grid-template-columns:1fr 1fr;gap:1.5rem}}
.gw-progress-bar__fill{background:linear-gradient(90deg,var(--gw-green),var(--gw-yellow))}
@media (max-width:1080px){.gw-nav__list a{font-size:.76rem;padding:.4rem .5rem}}
@media (max-width:1024px){.gw-nav:not(.gw-nav--open){display:none}.gw-nav-toggle{display:flex;margin-left:auto}}
/* ── Gold-forward palette: yellow leads, navy anchors ───────────── */
:root{--gw-green:#12224e;--gw-green-light:#fff5cc;--gw-green-dark:#0c1636;--gw-green-hover:#1b2f66;--gw-gold-top:#ffd94a;--gw-gold:#f6c500;--gw-gold-deep:#d9ab00;--gw-gold-darker:#b8860b}
/* Body links: readable navy, gold on hover */
a{color:var(--gw-navy-2)}
a:hover{color:var(--gw-gold-deep)}
/* Primary CTA → gold gradient with navy text */
.gw-btn--primary{background:linear-gradient(135deg,var(--gw-gold-top) 0%,var(--gw-gold) 55%,var(--gw-gold-deep) 100%);color:var(--gw-navy);border-color:transparent}
.gw-btn--primary:hover{background:linear-gradient(135deg,var(--gw-gold) 0%,var(--gw-gold-deep) 100%);color:var(--gw-navy);box-shadow:0 6px 18px rgba(217,171,0,.4)}
.gw-btn--outline{border-color:var(--gw-gold-deep);color:var(--gw-navy-2)}
.gw-btn--outline:hover{background:var(--gw-green-light);color:var(--gw-navy);border-color:var(--gw-gold-deep)}
.gw-btn:focus-visible{outline-color:var(--gw-gold-deep)}
/* Tabs / pagination accents → gold */
.gw-tab:hover{color:var(--gw-navy-2)}
.gw-tab--active{color:var(--gw-navy-2);border-bottom-color:var(--gw-gold)}
.gw-pagination .page-numbers:hover{background:var(--gw-green-light);border-color:var(--gw-gold-deep);color:var(--gw-navy)}
.gw-pagination .page-numbers.current{background:linear-gradient(135deg,var(--gw-gold),var(--gw-gold-deep));border-color:var(--gw-gold-deep);color:var(--gw-navy)}
/* KPI icons that were brand-blue → gold */
.gw-kpi-card--green .gw-kpi-card__icon,.gw-kpi-card--blue .gw-kpi-card__icon{color:var(--gw-gold-deep)}
/* Centered page hero → gold gradient with navy text */
.gw-page-hero{background:linear-gradient(135deg,var(--gw-gold) 0%,#ffcf1f 45%,var(--gw-gold-deep) 100%);border-bottom:4px solid var(--gw-navy);color:var(--gw-navy)}
.gw-page-hero h1{color:var(--gw-navy)}
.gw-page-hero p{color:rgba(13,22,51,.82);opacity:1}
.gw-page-hero .gw-btn--primary{background:var(--gw-navy);color:#fff}
.gw-page-hero .gw-btn--primary:hover{background:var(--gw-navy-2);color:#fff;box-shadow:0 6px 18px rgba(13,22,51,.35)}
.gw-hero__auth-prompt{color:rgba(13,22,51,.78)}
.gw-hero__auth-prompt a{color:var(--gw-navy);text-decoration:underline}
/* Progress + skip-link */
.gw-progress-bar__fill{background:linear-gradient(90deg,var(--gw-gold-deep),var(--gw-gold-top))}
.skip-link{background:var(--gw-navy)}