:root{--mrcc-primary:#2b4c7e;--mrcc-primary-light:#3d6ba8;--mrcc-primary-dark:#1e3a5f;--mrcc-primary-muted:#2b4c7e14;--mrcc-primary-subtle:#2b4c7e08;--mrcc-secondary:#5b8db8;--mrcc-secondary-light:#7eadd0;--mrcc-secondary-muted:#5b8db814;--mrcc-accent:#1a936f;--mrcc-accent-light:#22b88e;--mrcc-accent-muted:#1a936f14;--mrcc-warm:#c2956c;--mrcc-warm-light:#d4ad87;--mrcc-warm-muted:#c2956c14;--surface-primary:#fff;--surface-secondary:#fafbfc;--surface-tertiary:#f4f5f7;--surface-elevated:#fff;--surface-sunken:#f0f1f3;--surface-overlay:#1a1d2380;--text-primary:#1a1d23;--text-secondary:#596273;--text-tertiary:#8b95a5;--text-inverse:#fff;--text-link:#2b4c7e;--text-accent:#1a936f;--border-subtle:#e8eaed;--border-default:#d5d8dd;--border-strong:#b0b5be;--border-focus:#2b4c7e;--status-success:#1a936f;--status-success-bg:#1a936f0d;--status-warning:#d4a843;--status-warning-bg:#d4a8430d;--status-error:#c44536;--status-error-bg:#c445360d;--status-info:#2b4c7e;--status-info-bg:#2b4c7e0d;--status-pending:#8b6fc0;--status-pending-bg:#8b6fc00d;--font-heading:"DM Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;--font-body:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;--font-mono:"JetBrains Mono","Fira Code",Consolas,monospace;--text-xs:.75rem;--text-sm:.8125rem;--text-base:.875rem;--text-md:1rem;--text-lg:1.125rem;--text-xl:1.25rem;--text-2xl:1.5rem;--text-3xl:1.875rem;--text-4xl:2.25rem;--leading-tight:1.2;--leading-snug:1.35;--leading-normal:1.55;--leading-relaxed:1.7;--weight-light:300;--weight-normal:400;--weight-medium:500;--weight-semibold:600;--weight-bold:700;--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-5:1.25rem;--space-6:1.5rem;--space-8:2rem;--space-10:2.5rem;--space-12:3rem;--space-16:4rem;--space-20:5rem;--radius-sm:6px;--radius-md:10px;--radius-lg:16px;--radius-xl:24px;--radius-full:9999px;--shadow-xs:0 1px 2px #0000000a;--shadow-sm:0 1px 3px #0000000d,0 1px 2px #00000008;--shadow-md:0 4px 6px -1px #0000000f,0 2px 4px -2px #0000000a;--shadow-lg:0 10px 15px -3px #00000012,0 4px 6px -4px #0000000a;--shadow-xl:0 20px 25px -5px #00000014,0 8px 10px -6px #0000000a;--shadow-modal:0 25px 50px -12px #00000026;--shadow-focus:0 0 0 3px #2b4c7e33;--transition-fast:.15s cubic-bezier(.4,0,.2,1);--transition-normal:.25s cubic-bezier(.4,0,.2,1);--transition-slow:.35s cubic-bezier(.4,0,.2,1);--z-base:0;--z-dropdown:100;--z-sticky:200;--z-modal-backdrop:300;--z-modal:400;--z-toast:500;--max-width:1400px;--sidebar-width:260px;--header-height:56px;--parent-scroll:0px}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}*{box-sizing:border-box;margin:0;padding:0}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;font-size:16px}body{font-family:var(--font-body);font-size:var(--text-base);line-height:var(--leading-normal);color:var(--text-primary);background-color:var(--surface-secondary);background-image:radial-gradient(at 30% 0,#2b4c7e08 0%,#0000 60%),radial-gradient(at 80% 100%,#c2956c08 0%,#0000 50%);background-attachment:fixed;min-height:100vh}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);line-height:var(--leading-tight);color:var(--text-primary)}h1{font-size:var(--text-4xl);font-weight:var(--weight-bold)}h2{font-size:var(--text-3xl);font-weight:var(--weight-semibold)}h3{font-size:var(--text-2xl);font-weight:var(--weight-semibold)}h4{font-size:var(--text-xl);font-weight:var(--weight-medium)}h5{font-size:var(--text-lg);font-weight:var(--weight-medium)}h6{font-size:var(--text-md);font-weight:var(--weight-medium)}a{color:var(--text-link);transition:color var(--transition-fast);text-decoration:none}a:hover{color:var(--mrcc-primary-light)}.card{background:var(--surface-primary);border:1px solid var(--border-subtle);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);transition:box-shadow var(--transition-normal),transform var(--transition-normal)}.card:hover,.card-elevated{box-shadow:var(--shadow-md)}.card-elevated:hover{box-shadow:var(--shadow-lg)}.card-header{padding:var(--space-5)var(--space-6);border-bottom:1px solid var(--border-subtle)}.card-body{padding:var(--space-5)var(--space-6)}.card-footer{padding:var(--space-4)var(--space-6);border-top:1px solid var(--border-subtle);background:var(--surface-secondary);border-radius:0 0 var(--radius-md)var(--radius-md)}.btn{justify-content:center;align-items:center;gap:var(--space-2);padding:var(--space-2)var(--space-4);font-family:var(--font-body);font-size:var(--text-sm);font-weight:var(--weight-medium);border-radius:var(--radius-sm);cursor:pointer;transition:all var(--transition-fast);white-space:nowrap;border:1px solid #0000;height:36px;line-height:1;display:inline-flex}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-primary{background:var(--mrcc-primary);color:var(--text-inverse);border-color:var(--mrcc-primary)}.btn-primary:hover:not(:disabled){background:var(--mrcc-primary-light);border-color:var(--mrcc-primary-light)}.btn-secondary{background:var(--surface-primary);color:var(--text-primary);border-color:var(--border-default)}.btn-secondary:hover:not(:disabled){background:var(--surface-tertiary);border-color:var(--border-strong)}.btn-accent{background:var(--mrcc-accent);color:var(--text-inverse);border-color:var(--mrcc-accent)}.btn-accent:hover:not(:disabled){background:var(--mrcc-accent-light);border-color:var(--mrcc-accent-light)}.btn-danger{background:var(--status-error);color:var(--text-inverse);border-color:var(--status-error)}.btn-ghost{color:var(--text-secondary);background:0 0;border-color:#0000}.btn-ghost:hover:not(:disabled){background:var(--surface-tertiary);color:var(--text-primary)}.btn-sm{height:30px;padding:var(--space-1)var(--space-3);font-size:var(--text-xs)}.btn-lg{height:44px;padding:var(--space-3)var(--space-6);font-size:var(--text-md)}.input{width:100%;padding:var(--space-2)var(--space-3);font-family:var(--font-body);font-size:var(--text-base);color:var(--text-primary);background:var(--surface-primary);border:1px solid var(--border-default);border-radius:var(--radius-sm);transition:border-color var(--transition-fast),box-shadow var(--transition-fast);height:36px;display:block}.input:focus{border-color:var(--border-focus);box-shadow:var(--shadow-focus);outline:none}.input::placeholder{color:var(--text-tertiary)}.textarea{resize:vertical;height:auto;min-height:80px}.badge{padding:2px var(--space-2);font-size:var(--text-xs);font-weight:var(--weight-medium);border-radius:var(--radius-full);white-space:nowrap;align-items:center;line-height:1.4;display:inline-flex}.badge-primary{background:var(--mrcc-primary-muted);color:var(--mrcc-primary)}.badge-accent{background:var(--mrcc-accent-muted);color:var(--mrcc-accent)}.badge-warm{background:var(--mrcc-warm-muted);color:var(--mrcc-warm)}.badge-success{background:var(--status-success-bg);color:var(--status-success)}.badge-warning{background:var(--status-warning-bg);color:var(--status-warning)}.badge-error{background:var(--status-error-bg);color:var(--status-error)}.badge-info{background:var(--status-info-bg);color:var(--status-info)}.badge-pending{background:var(--status-pending-bg);color:var(--status-pending)}.table-container{border:1px solid var(--border-subtle);border-radius:var(--radius-md);background:var(--surface-primary);overflow-x:auto}.table{border-collapse:collapse;width:100%;font-size:var(--text-sm)}.table th{text-align:left;padding:var(--space-3)var(--space-4);font-family:var(--font-body);font-weight:var(--weight-semibold);font-size:var(--text-xs);text-transform:uppercase;letter-spacing:.05em;color:var(--text-secondary);background:var(--surface-secondary);border-bottom:1px solid var(--border-default);white-space:nowrap}.table td{padding:var(--space-3)var(--space-4);border-bottom:1px solid var(--border-subtle);color:var(--text-primary);vertical-align:middle}.table tr:last-child td{border-bottom:none}.table tr:hover td{background:var(--surface-secondary)}.enlarged-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:var(--z-modal-backdrop);padding:var(--space-6);background:#0009;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.is-embedded .enlarged-overlay{width:100%;height:auto;min-height:100%;padding-top:calc(var(--parent-scroll,0px) + 160px);background:#000000b3;align-items:flex-start;position:absolute;top:0;left:0;-webkit-backdrop-filter:none!important;backdrop-filter:none!important}.is-embedded .enlarged-overlay>div{max-height:720px}.modal-backdrop{background:var(--surface-overlay);z-index:var(--z-modal-backdrop);padding:var(--space-6);justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.is-embedded .modal-backdrop{width:100%;height:auto;min-height:100%;padding-top:calc(var(--parent-scroll,0px) + 160px);background:#000000b3;align-items:flex-start;position:absolute;top:0;left:0;-webkit-backdrop-filter:none!important;backdrop-filter:none!important}.modal{background:var(--surface-primary);border-radius:var(--radius-lg);box-shadow:var(--shadow-modal);z-index:var(--z-modal);width:100%;max-width:720px;max-height:85vh;overflow-y:auto}.is-embedded .modal{max-height:600px}.modal-header{padding:var(--space-5)var(--space-6);border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;display:flex}.modal-body{padding:var(--space-6)}.modal-footer{padding:var(--space-4)var(--space-6);border-top:1px solid var(--border-subtle);justify-content:flex-end;gap:var(--space-3);display:flex}.stat-card{padding:var(--space-5);background:var(--surface-primary);border:1px solid var(--border-subtle);border-radius:var(--radius-md)}.stat-card-value{font-family:var(--font-heading);font-size:var(--text-3xl);font-weight:var(--weight-bold);color:var(--mrcc-primary)}.stat-card-label{font-size:var(--text-sm);color:var(--text-secondary);margin-top:var(--space-1)}.status-pill{align-items:center;gap:var(--space-1);padding:2px var(--space-2);font-size:var(--text-xs);font-weight:var(--weight-medium);border-radius:var(--radius-full);display:inline-flex}.status-pill:before{content:"";border-radius:50%;width:6px;height:6px}.status-published{background:var(--status-success-bg);color:var(--status-success)}.status-published:before{background:var(--status-success)}.status-draft{background:var(--surface-tertiary);color:var(--text-secondary)}.status-draft:before{background:var(--text-tertiary)}.status-review{background:var(--status-warning-bg);color:var(--status-warning)}.status-review:before{background:var(--status-warning)}.status-rejected{background:var(--status-error-bg);color:var(--status-error)}.status-rejected:before{background:var(--status-error)}.empty-state{padding:var(--space-12)var(--space-6);text-align:center;flex-direction:column;justify-content:center;align-items:center;display:flex}.empty-state-icon{width:48px;height:48px;color:var(--text-tertiary);margin-bottom:var(--space-4)}.empty-state-title{font-family:var(--font-heading);font-size:var(--text-lg);color:var(--text-primary);margin-bottom:var(--space-2)}.empty-state-description{font-size:var(--text-sm);color:var(--text-secondary);max-width:360px}.skeleton{background:linear-gradient(90deg,var(--surface-tertiary)25%,var(--surface-sunken)50%,var(--surface-tertiary)75%);border-radius:var(--radius-sm);background-size:200% 100%;animation:1.5s ease-in-out infinite skeleton-shimmer}@keyframes skeleton-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--border-default);border-radius:var(--radius-full)}::-webkit-scrollbar-thumb:hover{background:var(--border-strong)}.truncate{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}
body.theme-mrcc{--font-heading:"Roboto",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--font-body:"Roboto",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--mrcc-primary:#0e72ba;--mrcc-primary-light:#1a8ad4;--mrcc-primary-dark:#0a5a94;--mrcc-primary-muted:#0e72ba14;--mrcc-primary-subtle:#0e72ba08;--mrcc-secondary:#22bcee;--mrcc-secondary-light:#4dd0f5;--mrcc-secondary-muted:#22bcee14;--mrcc-accent:#fab620;--mrcc-accent-light:#fbc84d;--mrcc-accent-muted:#fab62014;--mrcc-warm:#b91681;--mrcc-warm-light:#d41e99;--mrcc-warm-muted:#b9168114;--text-primary:#1b1f23;--text-secondary:#425563;--text-tertiary:#6b7d8a;--text-link:#0e72ba;--surface-primary:#fff;--surface-secondary:#f3f6f6;--surface-tertiary:#e8edee;--surface-sunken:#e8edee;--border-subtle:#e8edee;--border-default:#c9ced4;--max-width:1400px;--radius-sm:4px;--radius-md:6px;--radius-lg:8px;--radius-xl:12px;--shadow-xs:0 1px 2px #00000008;--shadow-sm:0 1px 2px #0000000a;--shadow-md:0 2px 4px #0000000d;--shadow-lg:0 4px 8px #0000000f;background-color:#fff;background-image:none}body.theme-mrcc .public-wrapper{background:#fff}body.theme-mrcc .public-header{box-shadow:none;background:#fff;border-bottom:3px solid #0e72ba}body.theme-mrcc .public-header-title{background:0 0;-webkit-background-clip:unset;-webkit-text-fill-color:#0e72ba;background-clip:unset;font-weight:700}body.theme-mrcc .public-header-stat{color:#1b1f23;background:#f3f6f6;border:1px solid #e8edee;border-radius:4px}body.theme-mrcc .public-header-stat:nth-child(2),body.theme-mrcc .public-header-stat:nth-child(3){background:#f3f6f6}body.theme-mrcc .public-header-stat-value{color:#0e72ba}body.theme-mrcc .public-header-stat-label{color:#425563}body.theme-mrcc .public-header-stat:hover{box-shadow:none;border-color:#0e72ba;transform:none}body.theme-mrcc .section-title{padding-bottom:8px;padding-left:0}body.theme-mrcc .section-title:before{display:none}body.theme-mrcc .section-title:after{content:"";background:#b72780;border-radius:0;width:60px;height:3px;margin-top:8px;display:block}body.theme-mrcc .section-header{border-bottom:1px solid #e8edee}body.theme-mrcc .public-section{max-width:var(--max-width)}body.theme-mrcc .highlight-featured{box-shadow:none;border:1px solid #e8edee;border-radius:4px}body.theme-mrcc .highlight-featured:hover{transform:none;box-shadow:0 2px 8px #0000000f}body.theme-mrcc .highlight-featured-image{background:#fff}body.theme-mrcc .highlight-readmore{color:#1a936f;background:#1a936f1a;border:1px solid #1a936f33;border-radius:4px;font-weight:600}body.theme-mrcc .highlight-readmore:hover{background:#1a936f2e;transform:none}body.theme-mrcc .highlight-card{box-shadow:none;border:1px solid #e8edee;border-radius:4px}body.theme-mrcc .highlight-card:before{opacity:1;background:#0e72ba;height:3px}body.theme-mrcc .highlight-card:hover{border-color:#0e72ba;transform:none;box-shadow:0 2px 8px #0000000f}body.theme-mrcc .explorer-search .input{box-shadow:none;border:1px solid #c9ced4;border-radius:4px}body.theme-mrcc .explorer-search .input:focus{border-color:#0e72ba;box-shadow:0 0 0 2px #0e72ba26}body.theme-mrcc .explorer-filter.input{border:1px solid #c9ced4;border-radius:4px}body.theme-mrcc .explorer-summary{box-shadow:none;border:1px solid #e8edee;border-radius:4px}body.theme-mrcc .pub-row:hover td{background:#f3f6f6}body.theme-mrcc .pub-row:hover .pub-title-text{color:#0e72ba}body.theme-mrcc .author-highlight{color:#0e72ba;text-decoration-color:#0e72ba4d}body.theme-mrcc .stats-hero-card{box-shadow:none;border:1px solid #e8edee;border-radius:4px}body.theme-mrcc .stats-hero-card:after{background:#0e72ba}body.theme-mrcc .stats-hero-card:nth-child(2):after{background:#22bcee}body.theme-mrcc .stats-hero-card:nth-child(3):after{background:#fab620}body.theme-mrcc .stats-hero-card:nth-child(4):after{background:#b91681}body.theme-mrcc .stats-hero-card:hover{box-shadow:none;border-color:#0e72ba;transform:none}body.theme-mrcc .stats-hero-value{color:#0e72ba}body.theme-mrcc .chart-card{box-shadow:none;border:1px solid #e8edee;border-radius:4px}body.theme-mrcc .table-container,body.theme-mrcc .badge{border-radius:4px}body.theme-mrcc .card{box-shadow:none;border:1px solid #e8edee;border-radius:6px}body.theme-mrcc .card:hover{box-shadow:none}body.theme-mrcc .btn-primary{background:#0e72ba;border-color:#0e72ba}body.theme-mrcc .btn-primary:hover:not(:disabled){background:#1a8ad4;border-color:#1a8ad4}body.theme-mrcc .btn-accent{color:#0e72ba;background:#fab620;border-color:#fab620;font-weight:600}body.theme-mrcc .btn-accent:hover:not(:disabled){background:#fbc84d;border-color:#fbc84d}body.theme-mrcc .status-pill{border-radius:4px}body.theme-mrcc .report-card{box-shadow:none;border:1px solid #e8edee;border-radius:4px}body.theme-mrcc .report-card:hover{border-color:#0e72ba;transform:none;box-shadow:0 2px 8px #0000000f}body.theme-mrcc .report-card:before{opacity:1;background:#0e72ba}body.theme-mrcc .report-card-year{background:0 0;-webkit-background-clip:unset;-webkit-text-fill-color:#0e72ba;background-clip:unset}body.theme-mrcc .modal{border-radius:8px}body.theme-mrcc ::-webkit-scrollbar-thumb{background:#c9ced4}body.theme-mrcc .section-wrapper{box-shadow:none!important;padding-left:var(--space-3)!important;padding-right:var(--space-3)!important;background:#fff!important;border:none!important;border-bottom:1px solid #e8edee!important;border-radius:0!important}body.theme-mrcc .section-wrapper:last-of-type{border-bottom:none!important}body.theme-mrcc .year-nav-bar{box-shadow:none!important;background:#b72780!important;border-radius:4px!important}body.theme-mrcc .year-nav-bar button{color:#fffc!important}body.theme-mrcc .year-nav-bar button[style*="rgba(255, 255, 255, 0.95)"],body.theme-mrcc .year-nav-bar button[style*="rgba(255,255,255,0.95)"]{color:#b72780!important;background:#fff!important}body.theme-mrcc footer{background:#0e72ba!important}@media (max-width:1440px){body.theme-mrcc{--max-width:calc(100vw - 80px)}}@media (max-width:768px){body.theme-mrcc{--max-width:calc(100vw - 32px)}}
:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}body{margin:0;padding:0}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}html.is-embedded,html.is-embedded body{height:auto!important;overflow:hidden!important}
