*{box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:"DM Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;line-height:1.6;color:#1e293b;background-color:#fff;margin:0;padding:0;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-feature-settings:"kern" 1, "liga" 1}.container{max-width:1100px;margin:0 auto;padding:0 24px}@media (min-width: 640px){.container{padding:0 32px}}@media (min-width: 1024px){.container{padding:0 48px}}.container-narrow{max-width:800px;margin:0 auto;padding:0 24px}@media (min-width: 640px){.container-narrow{padding:0 32px}}h1,h2,h3,h4,h5,h6{color:#1e293b;margin-top:0;margin-bottom:0.5em;line-height:1.25;font-weight:700}h1{font-size:2.5rem;letter-spacing:-0.03em;font-weight:800}@media (min-width: 640px){h1{font-size:3rem}}h2{font-size:1.75rem;letter-spacing:-0.02em}@media (min-width: 640px){h2{font-size:2rem}}h3{font-size:1.25rem}h4{font-size:1.125rem}p{margin-top:0;margin-bottom:1.25em;color:#334155}a{color:#0b4f6c;text-decoration:none;transition:color 150ms cubic-bezier(0.4, 0, 0.2, 1)}a:hover{color:#093a4f}ul,ol{margin-top:0;margin-bottom:1.5em;padding-left:1.5em}li{margin-bottom:0.5em}hr{border:none;height:1px;background:#cbd5e1;margin:3rem 0}code{font-family:"SF Mono","Fira Code","Monaco",monospace;font-size:0.875em;background:#edf2f7;padding:0.2em 0.4em;border-radius:2px}.page-header{margin:2rem 0}.form-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:4px;padding:2rem;box-shadow:none}form label{display:block;font-weight:600;margin-bottom:1rem}form label input,form label textarea,form label select{display:block;width:100%;margin-top:0.5rem;padding:0.75rem 1rem;border-radius:2px;border:1px solid #cbd5e1;background:white;font-size:1rem}form label textarea{min-height:120px}.form-grid{display:grid;gap:1rem}@media (min-width: 760px){.form-grid{grid-template-columns:repeat(2, minmax(0, 1fr))}}.form-section{margin-top:2rem}.form-status{margin-top:1rem;padding:0.75rem 1rem;border-radius:2px;background:#edf2f7}.form-status-success{background:rgba(5,150,105,0.15);color:#0f766e}.form-status-error{background:rgba(220,38,38,0.15);color:#b91c1c}.checkbox{display:flex;align-items:center;gap:0.75rem}.citation-row{display:grid;gap:0.75rem;grid-template-columns:1fr 1fr auto;margin-bottom:0.75rem}.form-footer{margin-top:1.5rem;display:flex;gap:1.5rem}.login-alt{margin-top:1rem;font-size:0.9rem}.editor-grid{display:grid;gap:2rem;grid-template-columns:repeat(auto-fit, minmax(300px, 1fr))}.editor-actions{margin-bottom:1rem}.queue-list{display:flex;flex-direction:column;gap:1rem}.queue-row{border:1px solid #e2e8f0;border-radius:3px;padding:1.5rem;background:#fff;display:flex;justify-content:space-between;gap:1rem}.queue-meta{display:flex;gap:0.75rem;font-size:0.85rem;color:#64748b}.queue-actions{display:flex;flex-direction:column;gap:0.5rem}.detail-card{border:1px solid #e2e8f0;border-radius:3px;padding:1.5rem;background:#f8fafc}.detail-grid{display:grid;gap:0.5rem;grid-template-columns:repeat(auto-fit, minmax(200px, 1fr))}.badge-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(220px, 1fr));gap:0.5rem;margin-bottom:0.75rem}.badge-grid label{font-weight:500}.entry-page pre{white-space:pre-wrap;background:#f8fafc;padding:1rem;border-radius:2px}.entry-meta{display:flex;gap:1rem;color:#64748b;font-size:0.9rem;flex-wrap:wrap}.entry-report textarea{width:100%;min-height:120px}.badge-row{display:flex;flex-wrap:wrap;gap:0.5rem;margin-top:0.75rem}.badge-pill{display:inline-flex;align-items:center;padding:0.25rem 0.6rem;border:1px solid #cbd5e1;border-radius:2px;font-size:0.75rem;font-weight:600;color:#334155;background:#f8fafc}.entry-timeline ul{list-style:none;padding:0;margin:0}.entry-timeline li{border-left:2px solid #cbd5e1;padding:0 0 1rem 1rem;margin-bottom:1rem}.entry-timeline li strong{text-transform:capitalize;display:inline-block;margin-right:0.5rem}.entry-timeline li span{color:#64748b;font-size:0.85rem}.flag{display:inline-block;background:rgba(217,119,6,0.15);color:#b45309;padding:0.25rem 0.5rem;border-radius:3px;font-size:0.75rem}.site-header{padding:16px 0;background:#ffffff;position:sticky;top:0;z-index:1000;border-bottom:1px solid #e2e8f0;transition:all 200ms cubic-bezier(0.4, 0, 0.2, 1)}.site-header .site-header-inner{display:flex;justify-content:space-between;align-items:center}.site-header .site-title{font-family:"Source Serif 4","Georgia","Times New Roman",serif;font-weight:700;font-size:1.1rem;color:#1e293b;letter-spacing:0.05em;text-transform:uppercase;display:flex;align-items:center;gap:10px}.site-header .site-title::before{content:"";width:8px;height:8px;background:#0b4f6c;border-radius:50%;animation:pulse 2s infinite}.site-header .site-title:hover{color:#0b4f6c}@keyframes pulse{0%, 100%{opacity:1;transform:scale(1)}50%{opacity:0.7;transform:scale(1.1)}}.site-nav{display:flex;gap:8px}@media (min-width: 640px){.site-nav{gap:4px}}.site-nav a{color:#64748b;font-weight:500;font-size:0.9rem;padding:8px 12px;border-radius:3px;transition:all 150ms cubic-bezier(0.4, 0, 0.2, 1)}@media (min-width: 640px){.site-nav a{padding:8px 16px}}.site-nav a:hover{color:#1e293b;background:#edf2f7}.site-nav a.active{color:#0b4f6c;background:rgba(13,148,136,0.1)}.site-footer{margin-top:6rem;padding:60px 0;background:#f8fafc;border-top:1px solid #cbd5e1}.site-footer .footer-content{display:grid;grid-template-columns:1fr;gap:40px}@media (min-width: 768px){.site-footer .footer-content{grid-template-columns:2fr 1fr 1fr}}.site-footer .footer-brand h3{font-size:1.25rem;margin-bottom:12px}.site-footer .footer-brand p{color:#64748b;font-size:0.95rem;max-width:320px}.site-footer .footer-links h4{font-size:0.8rem;text-transform:uppercase;letter-spacing:0.08em;color:#64748b;margin-bottom:16px}.site-footer .footer-links ul{list-style:none;padding:0;margin:0}.site-footer .footer-links a{color:#334155;font-size:0.95rem;display:block;padding:6px 0}.site-footer .footer-links a:hover{color:#0b4f6c}.site-footer .footer-bottom{margin-top:48px;padding-top:24px;border-top:1px solid #cbd5e1;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px}.site-footer .footer-bottom .copyright{color:#64748b;font-size:0.875rem}.site-footer .footer-bottom .footer-social{display:flex;gap:16px}.site-footer .footer-bottom .footer-social a{color:#64748b;transition:color 150ms cubic-bezier(0.4, 0, 0.2, 1)}.site-footer .footer-bottom .footer-social a:hover{color:#0b4f6c}.site-footer .footer-bottom .footer-social a svg{width:20px;height:20px}.site-footer-simple{margin-top:6rem;padding:40px 0;border-top:1px solid #cbd5e1;text-align:center;color:#64748b;font-size:0.9rem}.hero{padding:80px 0 60px;text-align:left;background:#fff;position:relative;border-bottom:1px solid #cbd5e1}@media (min-width: 768px){.hero{padding:100px 0 70px}}.hero .hero-org{font-size:0.8rem;font-weight:600;color:#0b4f6c;text-transform:uppercase;letter-spacing:0.1em;margin-bottom:12px}.hero h1{font-family:"Source Serif 4","Georgia","Times New Roman",serif;font-size:2.5rem;font-weight:700;letter-spacing:-0.01em;margin-bottom:0.5em;color:#1e293b}@media (min-width: 768px){.hero h1{font-size:3.2rem}}.hero .lead{font-family:"Source Serif 4","Georgia","Times New Roman",serif;font-size:1.2rem;color:#334155;max-width:600px;margin:0 0 32px;line-height:1.6}@media (min-width: 768px){.hero .lead{font-size:1.35rem}}.hero .hero-cta{display:flex;gap:12px;justify-content:flex-start;flex-wrap:wrap}.institutional-callout{margin-top:24px;padding:16px 20px;border:1px solid #cbd5e1;background:#f8fafc;font-size:0.95rem;color:#334155;max-width:700px}.trust-section{padding:24px 0;background:#f8fafc;border-bottom:1px solid #cbd5e1}.trust-bar{display:flex;flex-wrap:wrap;justify-content:flex-start;gap:24px}@media (min-width: 768px){.trust-bar{gap:48px}}.trust-item{display:flex;align-items:center;gap:8px;font-size:0.85rem;font-weight:500;color:#64748b}.trust-item svg{color:#0b4f6c;flex-shrink:0}.cta-section{padding:60px 0;background:#fff}@media (min-width: 768px){.cta-section{padding:80px 0}}.cta-box{text-align:center;max-width:600px;margin:0 auto;padding:48px 32px;background:#f8fafc;border:1px solid #cbd5e1;border-radius:3px}.cta-box h2{font-family:"Source Serif 4","Georgia","Times New Roman",serif;font-size:1.5rem;margin-bottom:12px;color:#1e293b}.cta-box p{font-size:1rem;color:#334155;margin-bottom:24px}.stats-section{padding:60px 0;background:#f8fafc;border-top:1px solid #cbd5e1;border-bottom:1px solid #cbd5e1}.stats-grid{display:grid;grid-template-columns:repeat(2, 1fr);gap:24px}@media (min-width: 768px){.stats-grid{grid-template-columns:repeat(4, 1fr)}}.stat-card{text-align:center;padding:24px;border:1px solid #e2e8f0;background:#fff;border-radius:3px}.stat-card .stat-number{font-family:"Source Serif 4","Georgia","Times New Roman",serif;font-size:2.25rem;font-weight:700;color:#0b4f6c;letter-spacing:0.02em;line-height:1;margin-bottom:8px}@media (min-width: 768px){.stat-card .stat-number{font-size:2.75rem}}.stat-card .stat-label{font-size:0.875rem;color:#64748b;font-weight:500;text-transform:uppercase;letter-spacing:0.05em}.methodology-section{padding:80px 0}.methodology-section .section-header{text-align:center;margin-bottom:48px}.methodology-section .section-header .section-label{display:inline-block;font-family:"Source Serif 4","Georgia","Times New Roman",serif;font-size:0.7rem;font-weight:700;text-transform:uppercase;letter-spacing:0.15em;color:#0b4f6c;margin-bottom:12px}.methodology-section .section-header h2{margin-bottom:16px}.methodology-section .section-header p{max-width:600px;margin:0 auto;color:#64748b}.info-grid{display:grid;grid-template-columns:1fr;gap:20px}@media (min-width: 768px){.info-grid{grid-template-columns:repeat(3, 1fr);gap:24px}}.info-box{padding:32px;background:#fff;border-radius:4px;border:1px solid #e2e8f0;box-shadow:none;transition:all 300ms cubic-bezier(0.4, 0, 0.2, 1);position:relative;overflow:hidden}.info-box::before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:#0b4f6c;opacity:1}.info-box .info-number{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;background:#edf2f7;border-radius:3px;font-family:"Source Serif 4","Georgia","Times New Roman",serif;font-weight:700;font-size:1rem;color:#0b4f6c;margin-bottom:20px}.info-box h3{font-size:1.15rem;margin-bottom:12px}.info-box p{margin-bottom:0;color:#64748b;font-size:0.95rem;line-height:1.6}.info-box:hover{border-color:#cbd5e1}.featured-memos{padding:80px 0}.featured-memos .section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px;flex-wrap:wrap;gap:16px}.featured-memos .section-header h2{margin-bottom:0}.memo-grid{display:grid;grid-template-columns:1fr;gap:20px}@media (min-width: 768px){.memo-grid{grid-template-columns:repeat(2, 1fr)}}.memo-grid-single{grid-template-columns:1fr}.memo-card-link{text-decoration:none;color:inherit;display:block}.memo-card-link:hover{text-decoration:none}.memo-card-link h3{color:#1e293b;transition:color 150ms cubic-bezier(0.4, 0, 0.2, 1)}.memo-card-link:hover h3{color:#0b4f6c}.memo-card{padding:28px;border:1px solid #e2e8f0;border-radius:4px;background:#fff;box-shadow:none;transition:all 300ms cubic-bezier(0.4, 0, 0.2, 1);position:relative;display:flex;flex-direction:column}.memo-card:hover{border-color:#cbd5e1}.memo-card .memo-card-header{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:16px}.memo-card .memo-action-badge{font-size:0.7rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:0.05em;background:#edf2f7;padding:4px 10px;border-radius:3px;white-space:nowrap}.memo-card h3{font-size:1.25rem;margin-bottom:12px;line-height:1.35}.memo-card h3 a{color:#1e293b}.memo-card h3 a:hover{color:#0b4f6c}.memo-card .memo-summary-text{font-size:0.95rem;color:#64748b;margin-bottom:12px;line-height:1.5}.memo-card .memo-bullets{font-size:0.85rem;color:#334155;margin:0 0 12px 0;padding-left:18px;line-height:1.6}.memo-card .memo-bullets li{margin-bottom:4px}.memo-card .memo-bullets li::marker{color:#0b4f6c}.memo-card .memo-fix{font-size:0.85rem;color:#334155;margin-bottom:12px;padding:10px 14px;background:rgba(13,148,136,0.06);border-left:3px solid #0b4f6c;border-radius:0 2px 2px 0}.memo-card .memo-fix strong{color:#0b4f6c;font-weight:600}.memo-card .memo-action-info{font-size:0.85rem;color:#334155;margin-bottom:16px;padding:10px 14px;background:#f8fafc;border-radius:2px;flex-grow:1}.memo-card .memo-action-info strong{color:#0b4f6c;font-weight:600}.memo-card .memo-date{font-size:0.8rem;color:#64748b;font-weight:500}.memo-card .memo-tags{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:16px}.memo-card .memo-tags .tag{font-size:0.7rem;font-weight:500;color:#64748b;background:#edf2f7;padding:4px 10px;border-radius:3px}.memo-meta-footer{display:flex;justify-content:space-between;align-items:center;font-size:0.85rem;font-weight:500;color:#64748b;padding-top:16px;border-top:1px solid #e2e8f0}.memo-meta-footer .memo-policy-area{display:flex;align-items:center;gap:6px}.memo-meta-footer .memo-policy-area::before{content:"";width:6px;height:6px;background:#0b4f6c;border-radius:50%}.status-pill{display:inline-flex;align-items:center;gap:6px;padding:6px 14px;border-radius:3px;font-size:0.75rem;font-weight:600;text-transform:uppercase;letter-spacing:0.03em}.status-pill::before{content:"";width:6px;height:6px;border-radius:50%}.status-pill.status-draft{background:#fef3c7;color:#92400e}.status-pill.status-draft::before{background:#f59e0b}.status-pill.status-submitted{background:#ccfbf1;color:#0f766e}.status-pill.status-submitted::before{background:#14b8a6}.status-pill.status-triage,.status-pill.status-needs-edits{background:#fde68a;color:#92400e}.status-pill.status-triage::before,.status-pill.status-needs-edits::before{background:#f59e0b}.status-pill.status-approved,.status-pill.status-published{background:#d1fae5;color:#065f46}.status-pill.status-approved::before,.status-pill.status-published::before{background:#10b981}.status-pill.status-acknowledged{background:#d1fae5;color:#065f46}.status-pill.status-acknowledged::before{background:#10b981}.status-pill.status-adopted{background:#d1fae5;color:#065f46}.status-pill.status-adopted::before{background:#10b981}.status-pill.status-implemented{background:#0f766e;color:#fff}.status-pill.status-implemented::before{background:#fff}.status-pill.status-pending{background:#edf2f7;color:#64748b}.status-pill.status-pending::before{background:#64748b}.memo-detail{padding:48px 0 80px}@media (min-width: 768px){.memo-detail{padding:60px 0 100px}}.memo-header{margin-bottom:48px}.memo-header .memo-breadcrumb{display:flex;align-items:center;gap:8px;font-size:0.875rem;color:#64748b;margin-bottom:24px}.memo-header .memo-breadcrumb a{color:#64748b}.memo-header .memo-breadcrumb a:hover{color:#0b4f6c}.memo-header .memo-breadcrumb .separator{color:#cbd5e1}.memo-header .memo-breadcrumb .current{color:#334155}.memo-meta-top{display:flex;gap:12px;align-items:center;flex-wrap:wrap;margin-bottom:20px}.memo-meta-top .meta-divider{width:1px;height:16px;background:#cbd5e1}.memo-meta-top .meta-item{font-size:0.85rem;font-weight:500;color:#64748b;display:flex;align-items:center;gap:6px}.memo-meta-top .meta-item svg{width:14px;height:14px;opacity:0.6}.memo-title{font-size:2rem;line-height:1.2;margin-bottom:16px}@media (min-width: 768px){.memo-title{font-size:2.5rem}}.memo-jurisdiction{font-size:0.95rem;color:#334155;display:flex;align-items:center;gap:8px}.memo-jurisdiction strong{color:#64748b;font-weight:500}.memo-actions-header{margin-top:28px;display:flex;gap:12px;flex-wrap:wrap}.memo-callouts{display:grid;grid-template-columns:1fr;gap:20px;margin:48px 0}@media (min-width: 768px){.memo-callouts{grid-template-columns:1fr 1fr;gap:24px}}.callout{padding:28px;border-radius:4px;border:1px solid transparent;position:relative}.callout::before{content:"";position:absolute;top:24px;left:24px;width:32px;height:32px;border-radius:3px;display:flex;align-items:center;justify-content:center}.callout .callout-header{display:flex;align-items:center;gap:12px;margin-bottom:12px}.callout .callout-header .callout-icon{width:32px;height:32px;border-radius:3px;display:flex;align-items:center;justify-content:center}.callout .callout-header .callout-icon svg{width:16px;height:16px}.callout .callout-header h3{font-size:0.8rem;text-transform:uppercase;letter-spacing:0.08em;margin-bottom:0}.callout p{margin-bottom:0;font-size:1.1rem;font-weight:600;line-height:1.4}.callout-failure{background:#fef2f2;border-color:#fecaca}.callout-failure .callout-icon{background:#fee2e2;color:#dc2626}.callout-failure h3{color:#991b1b}.callout-failure p{color:#b91c1c}.callout-fix{background:#f0fdf4;border-color:#bbf7d0}.callout-fix .callout-icon{background:#dcfce7;color:#16a34a}.callout-fix h3{color:#166534}.callout-fix p{color:#15803d}.memo-summary{background:#f8fafc;padding:32px;border-radius:4px;margin-bottom:48px}.memo-summary h3{font-size:1rem;text-transform:uppercase;letter-spacing:0.05em;color:#64748b;margin-bottom:16px}.memo-summary ul{margin-bottom:0;padding-left:20px}.memo-summary ul li{color:#334155;line-height:1.6;margin-bottom:10px}.memo-summary ul li:last-child{margin-bottom:0}.memo-content{font-family:"Source Serif 4","Georgia","Times New Roman",serif;font-size:1.125rem;line-height:1.8;color:#334155}.memo-content h2{font-family:"DM Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;font-size:1.5rem;color:#1e293b;margin-top:2.5em;margin-bottom:0.75em}.memo-content h3{font-family:"DM Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;font-size:1.25rem;color:#1e293b;margin-top:2em;margin-bottom:0.5em}.memo-content p{margin-bottom:1.5em}.memo-content ul,.memo-content ol{margin-bottom:1.5em}.memo-content ul li,.memo-content ol li{margin-bottom:0.5em}.memo-content blockquote{margin:2em 0;padding:1.5em 2em;background:#f8fafc;border-left:4px solid #0b4f6c;border-radius:0 3px 3px 0;font-style:italic}.memo-content blockquote p:last-child{margin-bottom:0}.memo-actions{background:#f8fafc;padding:32px;border-radius:4px;margin-top:48px}.memo-actions h3{font-size:1.1rem;margin-bottom:20px;display:flex;align-items:center;gap:10px}.memo-actions h3::before{content:"";width:4px;height:20px;background:#0b4f6c;border-radius:2px}.memo-actions p{margin-bottom:12px}.memo-actions p strong{color:#64748b;font-weight:500}.evidence-list{list-style:none;padding:0;margin:16px 0 0}.evidence-list li{padding:12px 0;border-bottom:1px solid #cbd5e1}.evidence-list li:last-child{border-bottom:none;padding-bottom:0}.evidence-list li a{display:flex;align-items:center;gap:8px;font-weight:500}.evidence-list li a::before{content:"→";color:#0b4f6c}.citation-box{background:#f8fafc;padding:24px;border-radius:4px;margin-top:48px;border:1px solid #cbd5e1}.citation-box h4{font-size:0.85rem;text-transform:uppercase;letter-spacing:0.05em;color:#64748b;margin-bottom:12px}.citation-box code{display:block;font-size:0.9rem;line-height:1.6;word-break:break-word;color:#334155;background:transparent;padding:0}.button{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 24px;background:#fff;color:#1e293b;border-radius:3px;font-weight:600;font-size:0.85rem;letter-spacing:0.03em;text-transform:uppercase;border:1px solid #cbd5e1;cursor:pointer;transition:all 150ms cubic-bezier(0.4, 0, 0.2, 1);text-decoration:none}.button svg{width:16px;height:16px}.button:hover{background:#edf2f7;border-color:#64748b;color:#1e293b}.button-primary{background:#1e293b;color:#fff;border-color:#1e293b}.button-primary:hover{background:#334155;border-color:#334155;color:#fff}.button-accent{background:#0b4f6c;color:#fff;border-color:#0b4f6c}.button-accent:hover{background:#093a4f;border-color:#093a4f;color:#fff}.button-sm{padding:8px 16px;font-size:0.85rem}.button-lg{padding:16px 32px;font-size:1rem}.memos-page-header{padding:60px 0 40px;text-align:center}.memos-page-header h1{margin-bottom:12px}.memos-page-header p{color:#64748b;max-width:500px;margin:0 auto}.memos-filters{display:flex;gap:12px;margin-bottom:40px;flex-wrap:wrap}@media (min-width: 768px){.memos-filters{flex-wrap:nowrap}}.memos-filters input,.memos-filters select{padding:14px 20px;border:1px solid #cbd5e1;border-radius:3px;font-size:0.95rem;font-family:"DM Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;background:#fff;color:#1e293b;transition:all 150ms cubic-bezier(0.4, 0, 0.2, 1)}.memos-filters input:focus,.memos-filters select:focus{outline:none;border-color:#0b4f6c;box-shadow:0 0 0 3px rgba(13,148,136,0.1)}.memos-filters input::placeholder,.memos-filters select::placeholder{color:#64748b}.memos-filters input{flex:1;min-width:200px}.memos-filters select{min-width:160px}.memos-stats{display:flex;gap:24px;margin-bottom:32px;padding:20px 24px;background:#f8fafc;border-radius:4px;flex-wrap:wrap}.memos-stats .stat{display:flex;align-items:center;gap:8px;font-size:0.9rem;color:#64748b}.memos-stats .stat strong{color:#1e293b;font-weight:700}#no-results{text-align:center;padding:80px 0;display:none}#no-results .no-results-icon{width:64px;height:64px;margin:0 auto 24px;background:#edf2f7;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#64748b}#no-results p{color:#64748b;font-size:1.1rem;margin-bottom:24px}.pdf-viewer-section{margin-top:64px}.pdf-viewer-section .pdf-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.pdf-viewer-section .pdf-header h3{margin-bottom:0}.pdf-container{border:1px solid #cbd5e1;border-radius:4px;overflow:hidden;background:#f8fafc;box-shadow:0 1px 2px rgba(15,23,42,0.08);position:relative;padding-bottom:120%;height:0}.pdf-container iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none}.about-page{padding:60px 0 100px}.about-header{text-align:center;margin-bottom:60px}.about-header .about-avatar{width:120px;height:120px;border-radius:4px;background:#0b4f6c;margin:0 auto 24px;display:flex;align-items:center;justify-content:center;font-size:3rem;font-weight:800;color:#fff}.about-header h1{margin-bottom:12px}.about-header .about-tagline{font-size:1.15rem;color:#64748b;max-width:500px;margin:0 auto}.about-content{max-width:700px;margin:0 auto}.about-content h2,.about-content h3{margin-top:2em;margin-bottom:0.75em}.about-content h2:first-child,.about-content h3:first-child{margin-top:0}.about-links{display:flex;gap:12px;justify-content:center;margin-top:24px;flex-wrap:wrap}.toast{position:fixed;bottom:24px;right:24px;padding:16px 24px;background:#1e293b;color:#fff;border-radius:3px;font-weight:500;font-size:0.9rem;box-shadow:0 3px 6px rgba(15,23,42,0.12);z-index:9999;animation:slideIn 0.3s ease, fadeOut 0.3s ease 2.7s forwards;display:flex;align-items:center;gap:10px}.toast.success{background:#0f766e}.toast.error{background:#b91c1c}@keyframes slideIn{from{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes fadeOut{from{opacity:1}to{opacity:0}}.timeline{position:relative;padding-left:32px}.timeline::before{content:"";position:absolute;left:8px;top:0;bottom:0;width:2px;background:#cbd5e1}.timeline-item{position:relative;padding-bottom:32px}.timeline-item:last-child{padding-bottom:0}.timeline-item::before{content:"";position:absolute;left:-28px;top:4px;width:12px;height:12px;background:#fff;border:2px solid #0b4f6c;border-radius:50%}.timeline-item.completed::before{background:#0f766e;border-color:#0f766e}.timeline-item .timeline-date{font-size:0.8rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:0.05em;margin-bottom:8px}.timeline-item .timeline-content h3{font-size:1rem;margin-bottom:8px}.timeline-item .timeline-content p{font-size:0.95rem;margin-bottom:0}.page-header{padding:60px 0 40px;text-align:center}.page-header h1{margin-bottom:12px}.page-header p{color:#64748b;max-width:500px;margin:0 auto}.page-content{padding:40px 0 80px}.page-content h2,.page-content h3{margin-top:2em;margin-bottom:0.75em}.error-page{text-align:center;padding:120px 0}.error-page .error-code{font-family:"Source Serif 4","Georgia","Times New Roman",serif;font-size:7rem;font-weight:900;color:#edf2f7;line-height:1;letter-spacing:0.1em;margin-bottom:16px}.error-page h1{margin-bottom:12px}.error-page p{color:#64748b;margin-bottom:32px}@media (max-width: 640px){.site-nav{gap:0}.site-nav a{padding:8px 10px;font-size:0.85rem}.hero h1{font-size:2.25rem}.memo-callouts{grid-template-columns:1fr}.memos-filters{flex-direction:column}.memos-filters input,.memos-filters select{width:100%}}@media (prefers-color-scheme: dark){body{background-color:#1c1917;color:#fafaf9}h1,h2,h3,h4,h5,h6{color:#fafaf9}p{color:#a8a29e}hr{background:#44403c}code{background:#44403c}.site-header{background:rgba(15,23,42,0.85);border-color:#44403c}.site-header .site-title{color:#fafaf9}.site-header .site-title:hover{color:#0b4f6c}.site-nav a{color:#78716c}.site-nav a:hover{color:#fafaf9;background:#44403c}.site-nav a.active{color:#0b4f6c;background:rgba(13,148,136,0.2)}.site-footer{background:#292524;border-color:#44403c}.site-footer .footer-brand p,.site-footer .footer-links h4,.site-footer .footer-bottom .copyright{color:#78716c}.site-footer .footer-links a{color:#a8a29e}.site-footer .footer-links a:hover{color:#0b4f6c}.site-footer .footer-bottom{border-color:#44403c}.site-footer-simple{border-color:#44403c}.hero{background:#1c1917}.hero::before{background:#44403c}.hero h1{color:#fafaf9}.hero .hero-badge{background:#44403c;border-color:#44403c}.stats-section{background:#292524;border-color:#44403c}.stat-card .stat-label{color:#78716c}.info-box{background:#292524;border-color:#44403c}.info-box .info-number{background:#44403c}.info-box p{color:#78716c}.info-box:hover{border-color:#0b4f6c}.memo-card-link h3{color:#fafaf9}.memo-card-link:hover h3{color:#0b4f6c}.memo-card{background:#292524}.memo-card h3{color:#fafaf9}.memo-card .memo-summary-text{color:#78716c}.memo-card .memo-bullets{color:#a8a29e}.memo-card .memo-fix{background:rgba(13,148,136,0.12);color:#a8a29e}.memo-card .memo-action-badge{background:#44403c;color:#78716c}.memo-card .memo-tags .tag{background:#44403c;color:#78716c}.memo-card .memo-action-info{background:#44403c;color:#a8a29e}.memo-card .memo-action-info strong{color:#0b4f6c}.memo-card .memo-date{color:#78716c}.memo-card:hover{box-shadow:0 3px 6px rgba(15,23,42,0.12)}.memo-meta-footer{border-color:#44403c;color:#78716c}.callout-failure{background:rgba(127,29,29,0.3);border-color:rgba(220,38,38,0.3)}.callout-failure .callout-icon{background:rgba(220,38,38,0.2)}.callout-failure h3{color:#fca5a5}.callout-failure p{color:#fecaca}.callout-fix{background:rgba(6,78,59,0.3);border-color:rgba(16,185,129,0.3)}.callout-fix .callout-icon{background:rgba(16,185,129,0.2)}.callout-fix h3{color:#6ee7b7}.callout-fix p{color:#a7f3d0}.memo-summary{background:#292524}.memo-summary h3{color:#78716c}.memo-summary li{color:#a8a29e}.memo-content{color:#a8a29e}.memo-content h2,.memo-content h3{color:#fafaf9}.memo-content blockquote{background:#292524}.memo-actions{background:#292524}.memo-actions p strong{color:#78716c}.evidence-list li{border-color:#44403c}.citation-box{background:#292524;border-color:#44403c}.citation-box h4{color:#78716c}.citation-box code{color:#a8a29e}.button{background:#292524;border-color:#44403c;color:#fafaf9}.button:hover{background:#44403c;border-color:#78716c}.button-primary{background:#fafaf9;color:#1c1917;border-color:#fafaf9}.button-primary:hover{background:#fff;color:#1c1917}.memos-filters input,.memos-filters select{background:#292524;border-color:#44403c;color:#fafaf9}.memos-filters input::placeholder,.memos-filters select::placeholder{color:#78716c}.memos-filters input:focus,.memos-filters select:focus{border-color:#0b4f6c;box-shadow:0 0 0 3px rgba(13,148,136,0.2)}.memos-stats{background:#292524}.memos-stats .stat{color:#78716c}.memos-stats .stat strong{color:#fafaf9}#no-results .no-results-icon{background:#44403c}.pdf-container{border-color:#44403c;background:#292524}.status-pill.status-draft{background:rgba(245,158,11,0.2);color:#fcd34d}.status-pill.status-submitted{background:rgba(20,184,166,0.2);color:#5eead4}.status-pill.status-acknowledged,.status-pill.status-adopted{background:rgba(16,185,129,0.2);color:#6ee7b7}.status-pill.status-pending{background:#44403c}.timeline::before{background:#44403c}.timeline-item::before{background:#1c1917}.about-header .about-tagline{color:#78716c}.error-page .error-code{color:#44403c}.toast{background:#fafaf9;color:#1c1917}}.share-section{margin-top:2rem;padding-top:1.5rem;border-top:1px solid #e2e8f0}.share-section h4{font-size:0.85rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:0.05em;margin-bottom:1rem}.share-buttons{display:flex;gap:0.75rem}.share-btn{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:3px;background:#f8fafc;color:#334155;border:none;cursor:pointer;transition:all 150ms cubic-bezier(0.4, 0, 0.2, 1)}.share-btn:hover{transform:translateY(-2px);box-shadow:0 1px 2px rgba(15,23,42,0.08)}.share-btn.share-twitter:hover{background:#1da1f2;color:white}.share-btn.share-linkedin:hover{background:#0077b5;color:white}.share-btn.share-email:hover{background:#0b4f6c;color:white}.share-btn.share-print:hover{background:#1e293b;color:white}@media (prefers-color-scheme: dark){.share-section{border-color:#44403c}.share-section h4{color:#78716c}.share-btn{background:#44403c;color:#a8a29e}}@media print{.share-section,.site-header,.site-footer,.site-footer-simple,.memos-filters,.button,.pdf-viewer-section,.memo-actions-header,.hero-cta,.toast{display:none !important}.container,.container-narrow{max-width:100%;padding:0}body{background:white;color:black;font-size:11pt}.memo-content{font-size:11pt}.callout{border:1px solid #ccc !important;page-break-inside:avoid;border-radius:0}a{text-decoration:underline;color:black}h1,h2,h3,h4{color:black;page-break-after:avoid}}
