.directory-title{font-weight:600}.badge--palette-0{background-color:#eff6ff;color:#1d4ed8}.badge--palette-1{background-color:#f0fdf4;color:#15803d}.badge--palette-2{background-color:#faf5ff;color:#7e22ce}.badge--palette-3{background-color:#fff7ed;color:#c2410c}.badge--palette-4{background-color:#ecfeff;color:#0e7490}.badge--palette-5{background-color:#fdf2f8;color:#be185d}.badge--palette-6{background-color:#fefce8;color:#a16207}
.sidebar__navigation{flex:1}.checklist-card{max-width:600px;margin:0 auto}.checklist-card__intro{margin-bottom:1rem}.checklist-card__reset{margin-top:20px;border:0;background:none;color:#999;cursor:pointer;font-size:.8rem}
.nav-icon{font-size:1.1rem}
:root{--bg:#fff;--sidebar-bg:#f9fafb;--border:#e5e7eb;--text-main:#111827;--text-muted:#6b7280;--primary:#000;--accent:#2563eb;--radius:12px;--shadow:0 1px 3px rgba(0,0,0,.05);--font:'Inter',sans-serif;--nav-height:60px;--public-ui-accent:var(--primary);--public-ui-accent-strong:var(--text-main);--public-ui-accent-soft:color-mix(in srgb,var(--primary) 9%,var(--bg));--public-ui-surface:var(--bg);--public-ui-surface-soft:var(--sidebar-bg);--public-ui-ink:var(--text-main);--public-ui-muted:var(--text-muted);--public-ui-line:var(--border);--public-ui-radius:var(--radius);--public-ui-shadow:var(--shadow);--public-ui-font:var(--font);--public-ui-heading-font:var(--font)}*{box-sizing:border-box;margin:0;padding:0;-webkit-tap-highlight-color:transparent}body{background-color:var(--bg);color:var(--text-main);font-family:var(--font);font-size:15px;line-height:1.5;display:flex;height:100vh;overflow:hidden}.sidebar{width:260px;background:var(--sidebar-bg);border-right:1px solid var(--border);display:flex;flex-direction:column;padding:1.5rem;flex-shrink:0}.logo{font-size:1.4rem;font-weight:800;letter-spacing:-.5px;margin-bottom:2.5rem;text-decoration:none;color:var(--text-main);display:block}.logo span{color:var(--text-muted);font-weight:400}.nav-link{display:flex;align-items:center;gap:12px;padding:10px 12px;color:var(--text-muted);text-decoration:none;border-radius:8px;font-weight:500;margin-bottom:4px;transition:.2s}.nav-link:hover{background:#f3f4f6;color:var(--text-main)}.nav-link.active{background:#fff;color:var(--text-main);box-shadow:var(--shadow);font-weight:600}.user-panel{margin-top:auto;padding-top:1rem;border-top:1px solid var(--border);font-size:.9rem;color:var(--text-muted);display:flex;align-items:center;justify-content:space-between}.logout-btn{color:var(--text-main);text-decoration:none;font-weight:600;font-size:.8rem}.main{flex:1;overflow-y:auto;padding:3rem 4rem 6rem;position:relative}.header-area{margin-bottom:2.5rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.title{font-size:2rem;font-weight:700;letter-spacing:-1px}.search-bar{background:#f3f4f6;border:0;padding:10px 16px;border-radius:99px;width:280px;font-size:.95rem;outline:0;transition:.2s;color:var(--text-main)}.search-bar:focus{background:#fff;box-shadow:0 0 0 2px var(--border)}.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}.card{background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem;display:flex;flex-direction:column;transition:transform .2s,box-shadow .2s}.card:hover{transform:translateY(-2px);box-shadow:var(--shadow);border-color:#d1d5db}.card.highlight{grid-column:span 2;background:linear-gradient(to bottom right,#fff,#f9fafb)}.badge{display:inline-block;padding:4px 10px;border-radius:6px;font-size:.75rem;font-weight:600;text-transform:uppercase;margin-bottom:12px;width:fit-content}.card h3{font-size:1.25rem;font-weight:700;margin-bottom:.75rem;line-height:1.3}.card p{color:var(--text-muted);font-size:.95rem;flex:1;margin-bottom:1.5rem}.action-link{font-size:.85rem;font-weight:600;color:var(--text-main);text-decoration:none;border:0;border-bottom:1px dotted var(--text-muted);padding:0 0 2px;align-self:flex-start;cursor:pointer;background:transparent}.action-link:hover{border-bottom-style:solid}.table-wrap{border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;background:#fff}table{width:100%;border-collapse:collapse;min-width:600px}th{background:#f9fafb;text-align:left;padding:12px 20px;font-size:.75rem;text-transform:uppercase;color:var(--text-muted);font-weight:600;border-bottom:1px solid var(--border)}td{padding:14px 20px;border-bottom:1px solid var(--border);color:var(--text-main);font-size:.95rem}tr:last-child td{border-bottom:0}.website-link{color:var(--accent);text-decoration:none;font-weight:500}.checklist-item{display:flex;width:100%;align-items:center;gap:12px;padding:12px 0;border:0;border-bottom:1px solid var(--border);background:transparent;font:inherit;text-align:left;cursor:pointer;user-select:none}.chk-box{width:22px;height:22px;border:2px solid var(--border);border-radius:6px;display:flex;align-items:center;justify-content:center;transition:.2s}.checklist-item.checked .chk-box{background:var(--text-main);border-color:var(--text-main)}.checklist-item.checked .chk-box::after{content:'✓';color:white;font-size:14px}.checklist-item.checked span{text-decoration:line-through;color:var(--border)}.mobile-nav{display:none}.toast{position:fixed;bottom:80px;left:50%;transform:translateX(-50%) translateY(20px);background:#333;color:white;padding:10px 20px;border-radius:99px;font-size:.9rem;opacity:0;transition:.3s;pointer-events:none;z-index:200}.toast.show{opacity:1;transform:translateX(-50%) translateY(0)}@media(max-width:900px){body{flex-direction:column;overflow:auto}.sidebar{display:none}.main{padding:1.5rem 1.5rem 80px}.grid{grid-template-columns:minmax(0,1fr)}.header-area{flex-direction:column;align-items:flex-start;gap:1rem;margin-bottom:1.5rem}.search-bar{width:100%}.card.highlight{grid-column:span 1}.table-wrap{overflow-x:auto}.mobile-nav{display:flex;position:fixed;bottom:0;left:0;width:100%;background:rgba(255,255,255,.95);backdrop-filter:blur(10px);border-top:1px solid var(--border);height:var(--nav-height);justify-content:space-around;align-items:center;z-index:100;padding-bottom:env(safe-area-inset-bottom)}.mn-item{display:flex;flex-direction:column;align-items:center;justify-content:center;text-decoration:none;color:var(--text-muted);font-size:10px;gap:4px;width:100%;height:100%}.mn-item.active{color:var(--text-main)}}
.press-footer-modules{margin-top:3.5rem}.press-footer-modules .newsletter-box{padding:1.5rem;border:1px solid var(--border);border-radius:var(--radius);background:var(--sidebar-bg)}.press-footer-modules .newsletter-box h2{margin:0 0 .5rem;font-size:1.15rem}.press-footer-modules .newsletter-box p{margin:0 0 1rem;color:var(--text-muted)}.press-footer-modules .newsletter-box form{display:flex;gap:.75rem}.press-footer-modules .newsletter-box__fields{display:contents}.press-footer-modules .newsletter-box input[type=email]{min-width:0;flex:1;padding:10px 14px;border:1px solid var(--border);border-radius:8px;background:#fff;font:inherit}.press-footer-modules .newsletter-box button{padding:10px 16px;border:0;border-radius:8px;background:var(--primary);color:#fff;font:inherit;font-weight:600;cursor:pointer}.press-footer-modules .newsletter-box small{display:block;margin-top:.75rem;color:var(--text-muted)}.trap{position:absolute;left:-9999px}.press-footer{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid var(--border);color:var(--text-muted);font-size:.82rem}@media(max-width:640px){.press-footer-modules .newsletter-box form{display:grid}.press-footer-modules .newsletter-box__fields{display:grid;gap:.75rem}}
:root{--public-ui-accent-ink:var(--bg)}
.press-footer-modules .newsletter-box form{flex-wrap:wrap}.press-footer-modules .public-newsletter-consent,.press-footer-modules .public-newsletter-privacy-notice{flex-basis:100%;margin:0;color:var(--text-muted);font-size:.78rem;line-height:1.45}.press-footer-modules .public-newsletter-consent{display:flex;align-items:flex-start;gap:8px}.press-footer-modules .public-newsletter-consent input{margin-top:.25em}
