*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--blue-50: #eff6ff;--blue-100: #dbeafe;--blue-500: #3b82f6;--blue-600: #2563eb;--blue-700: #1d4ed8;--gray-50: #f9fafb;--gray-100: #f3f4f6;--gray-200: #e5e7eb;--gray-400: #9ca3af;--gray-500: #6b7280;--gray-700: #374151;--gray-800: #1f2937;--gray-900: #111827;--green-50: #f0fdf4;--green-500: #22c55e;--green-600: #16a34a;--red-50: #fef2f2;--red-500: #ef4444;--amber-50: #fffbeb;--amber-500: #f59e0b;--amber-600: #d97706}html{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:16px;-webkit-font-smoothing:antialiased}body{min-height:100vh;background:linear-gradient(135deg,#eff6ff,#f0f9ff,#f5f3ff);color:var(--gray-800)}.page-wrapper{min-height:100vh;display:flex;flex-direction:column;align-items:center;padding:2rem 1rem 4rem;gap:1.5rem}.site-header{text-align:center;max-width:560px}.logo{display:inline-flex;align-items:center;gap:.5rem;margin-bottom:.75rem}.logo-icon{font-size:2rem;line-height:1}.logo-text{font-size:1.75rem;font-weight:700;background:linear-gradient(135deg,#2563eb,#7c3aed);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:-.5px}.tagline{color:var(--gray-500);font-size:.95rem;line-height:1.5}.card{width:100%;max-width:860px;background:#fff;border-radius:1.25rem;box-shadow:0 1px 3px #0000000f,0 8px 24px #00000012,0 24px 48px #0000000a;padding:2.5rem}.card-header{margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid var(--gray-100)}.card-header h1{font-size:1.5rem;font-weight:700;color:var(--gray-900);margin-bottom:.4rem}.card-header p{color:var(--gray-500);font-size:.9rem;line-height:1.6}.form-section{margin-bottom:2rem}.field-label{display:block;font-size:.875rem;font-weight:600;color:var(--gray-700);margin-bottom:.6rem;letter-spacing:.01em}.field-hint{font-size:.8125rem;color:var(--gray-500);margin:-.25rem 0 .75rem;line-height:1.45}.day-picker{display:flex;flex-wrap:wrap;gap:.5rem}.day-chip{-moz-appearance:none;appearance:none;-webkit-appearance:none;background:#fff;border:1px solid var(--gray-200);border-radius:999px;padding:.45rem .95rem;font-size:.85rem;font-weight:500;color:var(--gray-700);font-family:inherit;cursor:pointer;transition:background .15s ease,border-color .15s ease,color .15s ease,box-shadow .15s ease}.day-chip:hover:not(:disabled){border-color:var(--blue-600);color:var(--blue-700)}.day-chip:focus-visible{outline:none;box-shadow:0 0 0 3px #2563eb40;border-color:var(--blue-600)}.day-chip:disabled{opacity:.6;cursor:not-allowed}.day-chip--selected,.day-chip--selected:hover{background:var(--blue-600);border-color:var(--blue-600);color:#fff}.section-header-row{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:.6rem}.clear-btn{background:none;border:none;font-size:.8rem;color:var(--blue-600);cursor:pointer;padding:0;font-family:inherit;text-decoration:underline;text-underline-offset:2px}.clear-btn:hover{color:var(--blue-700)}.input-wrapper{position:relative}.input-icon{position:absolute;left:.875rem;top:50%;transform:translateY(-50%);font-size:1rem;pointer-events:none}.text-input{width:100%;padding:.75rem 1rem .75rem 2.6rem;border:1.5px solid var(--gray-200);border-radius:.625rem;font-size:.95rem;font-family:inherit;color:var(--gray-900);background:var(--gray-50);transition:border-color .15s,box-shadow .15s;outline:none}.text-input::placeholder{color:var(--gray-400)}.text-input:focus{border-color:var(--blue-500);background:#fff;box-shadow:0 0 0 3px #3b82f626}.text-input:disabled{opacity:.6;cursor:not-allowed}.topics-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(190px,1fr));gap:.75rem;margin-top:.25rem}.topic-card{position:relative;display:flex;flex-direction:column;align-items:flex-start;gap:.25rem;padding:.9rem 1rem;border:1.5px solid var(--gray-200);border-radius:.75rem;background:var(--gray-50);cursor:pointer;text-align:left;font-family:inherit;transition:border-color .15s,background .15s,box-shadow .15s,opacity .15s,transform .1s}.topic-card:hover:not(:disabled):not(.topic-card--selected){border-color:var(--blue-500);background:var(--blue-50);box-shadow:0 2px 8px #2563eb1a;transform:translateY(-1px)}.topic-card--selected{border-color:var(--blue-600);background:var(--blue-50);box-shadow:0 0 0 3px #2563eb26,0 2px 8px #2563eb1a}.topic-card--dimmed{opacity:.45}.topic-card--dimmed:hover:not(:disabled){opacity:.65;transform:none;box-shadow:none}.topic-card:disabled{cursor:not-allowed}.topic-icon{font-size:1.4rem;line-height:1;margin-bottom:.15rem}.topic-label{font-size:.875rem;font-weight:600;color:var(--gray-800);line-height:1.3}.topic-desc{font-size:.75rem;color:var(--gray-500);line-height:1.4}.topic-check{position:absolute;top:.6rem;right:.7rem;width:1.25rem;height:1.25rem;background:var(--blue-600);color:#fff;border-radius:50%;font-size:.7rem;display:flex;align-items:center;justify-content:center;font-weight:700}.banner{display:flex;align-items:flex-start;gap:.75rem;padding:.875rem 1rem;border-radius:.625rem;margin-bottom:1.25rem;font-size:.875rem;line-height:1.5;animation:slideDown .2s ease}@keyframes slideDown{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.banner--amber{background:var(--amber-50);border:1px solid #fde68a;color:#92400e}.banner--red{background:var(--red-50);border:1px solid #fca5a5;color:#991b1b}.banner-icon{font-size:1.1rem;flex-shrink:0;margin-top:.1rem}.banner strong{display:block;margin-bottom:.2rem;font-weight:600}.banner p{margin:0}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.8rem 1.75rem;border-radius:.625rem;border:none;font-size:.95rem;font-weight:600;font-family:inherit;cursor:pointer;transition:background .15s,box-shadow .15s,transform .1s;line-height:1}.btn-primary{width:100%;background:linear-gradient(135deg,#2563eb,#7c3aed);color:#fff;box-shadow:0 2px 8px #2563eb4d;letter-spacing:.01em}.btn-primary:hover:not(:disabled){box-shadow:0 4px 16px #2563eb66;transform:translateY(-1px)}.btn-primary:active:not(:disabled){transform:translateY(0)}.btn-primary:disabled{opacity:.7;cursor:not-allowed;transform:none}.btn-secondary{background:var(--gray-100);color:var(--gray-700);margin-top:1.5rem}.btn-secondary:hover{background:var(--gray-200)}.spinner{width:1rem;height:1rem;border:2px solid rgba(255,255,255,.4);border-top-color:#fff;border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.success-card{max-width:480px;text-align:center;padding:3rem 2.5rem}.success-icon{font-size:3rem;margin-bottom:1rem;animation:popIn .3s cubic-bezier(.34,1.56,.64,1)}@keyframes popIn{0%{transform:scale(.5);opacity:0}to{transform:scale(1);opacity:1}}.success-card h2{font-size:1.5rem;font-weight:700;color:var(--gray-900);margin-bottom:.75rem}.success-card p{color:var(--gray-500);font-size:.95rem;line-height:1.6}.site-footer{text-align:center;color:var(--gray-400);font-size:.8rem;line-height:1.7;max-width:560px}.footer-legal{margin-top:.2rem}@media (max-width: 600px){.card{padding:1.5rem 1.25rem}.topics-grid{grid-template-columns:1fr 1fr}.logo-text{font-size:1.4rem}}@media (max-width: 380px){.topics-grid{grid-template-columns:1fr}}.unsub-card{text-align:center;max-width:480px}.unsub-card h2{font-size:1.4rem;font-weight:700;color:var(--gray-900);margin:.25rem 0 .75rem}.unsub-card p{color:var(--gray-500);font-size:.95rem;line-height:1.6;margin:0 0 1rem}.unsub-hint{font-size:.85rem;color:var(--gray-400);margin-bottom:1.5rem!important}.unsub-icon{width:56px;height:56px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;font-size:1.6rem;font-weight:700}.unsub-icon--amber{background:#fff4e0;color:#b45309}.unsub-icon--green{background:#e6f4ea;color:#16a34a}.unsub-icon--red{background:#fde8e8;color:#dc2626}.email-badge{display:block;background:var(--gray-50);border:1.5px solid var(--gray-200);border-radius:10px;padding:.75rem 1rem;font-family:SFMono-Regular,Menlo,monospace;font-size:.9rem;color:var(--gray-900);text-align:center;margin:0 0 1rem;word-break:break-all}.btn-link{display:block;width:100%;margin-top:.75rem;padding:.5rem;background:transparent;color:var(--gray-500);font-size:.85rem;text-decoration:underline;text-align:center;border:none;cursor:pointer;font-family:inherit}.btn-link:hover{color:var(--gray-900)}.admin-login-wrapper{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem 1rem}.admin-login-card{width:100%;max-width:380px;background:#fff;border-radius:1rem;padding:2.5rem 2rem;box-shadow:0 1px 3px #0000000f,0 16px 40px #00000014;display:flex;flex-direction:column;gap:.75rem}.admin-login-logo{display:inline-flex;align-items:center;gap:.5rem;font-size:1.1rem;font-weight:700;background:linear-gradient(135deg,#2563eb,#7c3aed);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:.5rem}.admin-login-card h1{font-size:1.4rem;color:var(--gray-900)}.admin-login-sub{font-size:.85rem;color:var(--gray-500);margin-bottom:.75rem}.admin-shell{min-height:100vh;background:#f7f8fc}.admin-header{background:#fff;border-bottom:1px solid var(--gray-200);position:sticky;top:0;z-index:10}.admin-header-inner{max-width:1280px;margin:0 auto;padding:.9rem 1.5rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}.admin-brand{display:inline-flex;align-items:center;gap:.5rem;font-weight:700;font-size:1.05rem;color:var(--gray-900)}.admin-brand-tag{font-size:.7rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;background:linear-gradient(135deg,#2563eb,#7c3aed);color:#fff;padding:.2rem .5rem;border-radius:999px;margin-left:.25rem}.admin-header-actions{display:flex;gap:.5rem}.admin-main{max-width:1280px;margin:0 auto;padding:1.75rem 1.5rem 4rem;display:flex;flex-direction:column;gap:1.5rem}.admin-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:.9rem}.admin-stat{background:#fff;border:1px solid var(--gray-200);border-radius:.8rem;padding:1rem 1.1rem;display:flex;flex-direction:column;gap:.25rem}.admin-stat-label{font-size:.75rem;font-weight:600;color:var(--gray-500);text-transform:uppercase;letter-spacing:.04em}.admin-stat-value{font-size:1.75rem;font-weight:700;color:var(--gray-900);line-height:1.1}.admin-stat-value--small{font-size:1rem;font-weight:600}.admin-stat-hint{font-size:.8rem;color:var(--gray-500)}.admin-tabs{display:flex;gap:.25rem;background:#fff;border:1px solid var(--gray-200);border-radius:.75rem;padding:.35rem;width:fit-content}.admin-tab{display:inline-flex;align-items:center;gap:.5rem;padding:.55rem 1rem;border:none;background:transparent;border-radius:.5rem;font-family:inherit;font-size:.9rem;font-weight:600;color:var(--gray-500);cursor:pointer;transition:background .15s,color .15s}.admin-tab:hover:not(.admin-tab--active){background:var(--gray-50);color:var(--gray-800)}.admin-tab--active{background:linear-gradient(135deg,#2563eb,#7c3aed);color:#fff;box-shadow:0 2px 6px #2563eb40}.admin-tab-count{background:#ffffff40;padding:.1rem .5rem;border-radius:999px;font-size:.75rem;font-weight:700}.admin-tab:not(.admin-tab--active) .admin-tab-count{background:var(--gray-100);color:var(--gray-500)}.admin-panel{background:#fff;border:1px solid var(--gray-200);border-radius:.9rem;padding:1.25rem;display:flex;flex-direction:column;gap:1rem}.admin-toolbar{display:flex;flex-wrap:wrap;gap:.6rem;align-items:center}.admin-toolbar-count{margin-left:auto;font-size:.85rem;color:var(--gray-500)}.admin-label{font-size:.8rem;font-weight:600;color:var(--gray-700);margin-bottom:.35rem;display:block}.admin-input,.admin-select{width:100%;padding:.6rem .85rem;border:1.5px solid var(--gray-200);border-radius:.55rem;font-size:.9rem;font-family:inherit;background:#fff;color:var(--gray-900);outline:none;transition:border-color .15s,box-shadow .15s}.admin-input:focus,.admin-select:focus{border-color:var(--blue-500);box-shadow:0 0 0 3px #3b82f61f}.admin-input:disabled,.admin-select:disabled{opacity:.6;cursor:not-allowed;background:var(--gray-50)}.admin-input--search{flex:1 1 240px;max-width:360px}.admin-select{flex:0 0 auto;min-width:160px;cursor:pointer}.admin-select--inline{min-width:180px;padding:.4rem .6rem;font-size:.85rem;background:var(--gray-50);border-color:transparent}.admin-select--inline:hover{border-color:var(--gray-200);background:#fff}.admin-textarea{width:100%;resize:vertical;min-height:72px;font-family:inherit;line-height:1.5}.admin-alert{padding:.7rem .85rem;border-radius:.5rem;font-size:.85rem;margin-top:.25rem}.admin-alert--error{background:var(--red-50);color:#991b1b;border:1px solid #fca5a5}.admin-toast{position:fixed;bottom:1.5rem;right:1.5rem;padding:.75rem 1.1rem;border-radius:.6rem;font-size:.9rem;font-weight:600;color:#fff;box-shadow:0 10px 30px #0000002e;animation:slideDown .2s ease;z-index:100;max-width:360px}.admin-toast--success{background:#16a34a}.admin-toast--error{background:#dc2626}.admin-btn{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;padding:.55rem 1rem;border-radius:.55rem;border:1.5px solid transparent;font-family:inherit;font-size:.875rem;font-weight:600;cursor:pointer;transition:background .15s,color .15s,border-color .15s,box-shadow .15s,transform .1s;line-height:1;white-space:nowrap}.admin-btn:disabled{opacity:.6;cursor:not-allowed}.admin-btn--block{width:100%}.admin-btn--sm{padding:.4rem .7rem;font-size:.8rem}.admin-btn--primary{background:linear-gradient(135deg,#2563eb,#7c3aed);color:#fff;box-shadow:0 2px 6px #2563eb40}.admin-btn--primary:hover:not(:disabled){box-shadow:0 4px 14px #2563eb59;transform:translateY(-1px)}.admin-btn--ghost{background:#fff;color:var(--gray-700);border-color:var(--gray-200)}.admin-btn--ghost:hover:not(:disabled){background:var(--gray-50);color:var(--gray-900);border-color:var(--gray-400)}.admin-btn--danger{background:#fff;color:#b91c1c;border-color:#fecaca}.admin-btn--danger:hover:not(:disabled){background:#fef2f2;border-color:#ef4444;color:#991b1b}.admin-table-wrap{overflow-x:auto;border:1px solid var(--gray-100);border-radius:.6rem}.admin-table{width:100%;border-collapse:collapse;font-size:.9rem;background:#fff}.admin-table thead th{text-align:left;background:var(--gray-50);color:var(--gray-500);font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;padding:.75rem 1rem;border-bottom:1px solid var(--gray-200)}.admin-table tbody td{padding:.75rem 1rem;border-bottom:1px solid var(--gray-100);color:var(--gray-800);vertical-align:middle}.admin-table tbody tr:last-child td{border-bottom:none}.admin-table tbody tr:hover{background:var(--gray-50)}.admin-row--pending{opacity:.55;pointer-events:none}.admin-cell-email{font-weight:500;color:var(--gray-900)}.admin-cell-date{color:var(--gray-500);font-size:.85rem;white-space:nowrap}.admin-col-actions{width:1%;white-space:nowrap;text-align:right}.admin-col-actions .admin-btn+.admin-btn{margin-left:.4rem}.admin-empty{padding:2rem!important;text-align:center;color:var(--gray-400);font-style:italic}.admin-muted{color:var(--gray-400)}.admin-muted--sm{font-size:.8rem}.admin-badge{display:inline-flex;align-items:center;padding:.2rem .55rem;border-radius:999px;font-size:.72rem;font-weight:700;letter-spacing:.02em;text-transform:uppercase}.admin-badge--green{background:#dcfce7;color:#166534}.admin-badge--gray{background:var(--gray-100);color:var(--gray-500)}.admin-chip-row{display:flex;flex-wrap:wrap;gap:.3rem;align-items:center}.admin-chip{display:inline-flex;padding:.2rem .55rem;border-radius:.4rem;font-size:.75rem;font-weight:600;border:1px solid transparent}.admin-chip--green{background:#dcfce7;color:#166534;border-color:#86efac}.admin-chip--gray{background:var(--gray-100);color:var(--gray-500);border-color:var(--gray-200);text-decoration:line-through}.admin-topics-note{padding:.8rem 1rem;background:var(--blue-50);border:1px solid #bfdbfe;border-radius:.6rem;font-size:.85rem;color:#1e40af;line-height:1.5}.admin-topics-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:.9rem}.admin-topic-card{background:#fff;border:1px solid var(--gray-200);border-radius:.8rem;padding:1rem 1.1rem;display:flex;flex-direction:column;gap:.6rem;transition:border-color .15s,box-shadow .15s}.admin-topic-card:hover{border-color:var(--blue-500);box-shadow:0 3px 12px #2563eb14}.admin-topic-header{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem}.admin-topic-header h3{font-size:1rem;font-weight:700;color:var(--gray-900);margin:0 0 .2rem}.admin-topic-slug{font-size:.72rem;color:var(--gray-500);background:var(--gray-100);padding:.12rem .45rem;border-radius:.3rem;font-family:SFMono-Regular,Menlo,monospace}.admin-topic-desc{font-size:.85rem;color:var(--gray-700);line-height:1.45;margin:0;min-height:2.6em}.admin-topic-stats{display:flex;gap:.5rem;font-size:.8rem;color:var(--gray-500);padding-top:.6rem;border-top:1px dashed var(--gray-100)}.admin-topic-stats strong{color:var(--gray-900)}.admin-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a8c;display:flex;align-items:center;justify-content:center;padding:1rem;z-index:50;animation:fadeIn .15s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.admin-modal{width:100%;max-width:480px;background:#fff;border-radius:.9rem;box-shadow:0 20px 60px #0003;animation:popIn .18s cubic-bezier(.34,1.56,.64,1);overflow:hidden}.admin-modal-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid var(--gray-100)}.admin-modal-header h2{font-size:1.05rem;font-weight:700;color:var(--gray-900)}.admin-modal-close{background:transparent;border:none;color:var(--gray-400);font-size:1rem;cursor:pointer;padding:.25rem .5rem;border-radius:.4rem}.admin-modal-close:hover{background:var(--gray-100);color:var(--gray-700)}.admin-modal-body{padding:1.25rem}.admin-form{display:flex;flex-direction:column;gap:.85rem}.admin-form-row{display:flex;flex-direction:column}.admin-form-actions{display:flex;gap:.5rem;justify-content:flex-end;margin-top:.75rem}.admin-confirm-body{color:var(--gray-700);font-size:.92rem;line-height:1.55;margin-bottom:.25rem}@media (max-width: 640px){.admin-header-inner{padding:.75rem 1rem}.admin-main{padding:1rem 1rem 3rem}.admin-tabs{width:100%;overflow-x:auto}.admin-toolbar{gap:.5rem}.admin-input--search,.admin-select{flex:1 1 140px;min-width:0}.admin-toolbar-count{margin-left:0;width:100%}.admin-stat-value{font-size:1.4rem}.admin-topics-grid{grid-template-columns:1fr}}.specialty-card{padding:2.5rem 2.5rem 3rem}.specialty-hero{text-align:center;padding:1rem 0 2.5rem;border-bottom:1px solid var(--gray-100);margin-bottom:2rem}.specialty-hero-icon{display:inline-block;font-size:3rem;line-height:1;margin-bottom:.75rem}.specialty-hero h1{font-size:1.85rem;font-weight:700;color:var(--gray-900);line-height:1.25;margin:0 0 .9rem}.specialty-intro{color:var(--gray-500);font-size:1rem;line-height:1.65;max-width:640px;margin:0 auto 1.5rem}.specialty-section{margin:2.25rem 0}.specialty-section h2{font-size:1.25rem;font-weight:700;color:var(--gray-900);margin:0 0 1rem}.specialty-list{list-style:none;padding:0;margin:0;display:grid;gap:.65rem}.specialty-list li{position:relative;padding-left:1.5rem;color:var(--gray-600, #475569);font-size:.95rem;line-height:1.55}.specialty-list li:before{content:"✓";position:absolute;left:0;top:0;color:#2563eb;font-weight:700}.specialty-sample{margin:0;padding:1.25rem 1.5rem;border-left:4px solid #2563eb;background:#f8fafc;border-radius:.5rem;font-style:italic;color:var(--gray-700, #334155);line-height:1.65}.specialty-hint{font-size:.85rem;color:var(--gray-500);margin:.75rem 0 0}.specialty-form{display:flex;flex-direction:column;gap:1rem}.specialty-faq{margin:0;display:grid;gap:1.25rem}.specialty-faq dt{font-weight:600;color:var(--gray-900);margin-bottom:.35rem}.specialty-faq dd{margin:0;color:var(--gray-500);font-size:.95rem;line-height:1.6}.specialty-footer-nav{margin-top:2.5rem;padding-top:1.5rem;border-top:1px solid var(--gray-100);text-align:center}.specialty-footer-nav a{color:#2563eb;text-decoration:none;font-weight:500}.specialty-footer-nav a:hover{text-decoration:underline}.banner--green{display:flex;align-items:flex-start;gap:.75rem;padding:1rem 1.25rem;background:#ecfdf5;border:1px solid #a7f3d0;border-radius:.75rem;color:#065f46}.banner--green strong{display:block;margin-bottom:.25rem}.banner--green p{margin:0;font-size:.9rem}@media (max-width: 640px){.specialty-card{padding:1.75rem 1.25rem 2rem}.specialty-hero h1{font-size:1.5rem}}.examples-tabs{display:flex;gap:.5rem;margin:1rem 0 1.75rem;border-bottom:1px solid var(--gray-100);flex-wrap:wrap}.examples-tab{background:transparent;border:none;border-bottom:2px solid transparent;padding:.65rem 1rem;font-size:.95rem;font-weight:500;color:var(--gray-500);cursor:pointer;transition:color .15s,border-color .15s}.examples-tab:hover{color:var(--gray-900)}.examples-tab--active{color:#2563eb;border-bottom-color:#2563eb}.example-newsletter{border:1px solid var(--gray-100);border-radius:.9rem;padding:1.5rem;background:#fcfdff}.example-newsletter-header{padding-bottom:1rem;margin-bottom:1rem;border-bottom:1px solid var(--gray-100)}.example-newsletter-brand{display:flex;align-items:center;gap:.5rem;font-size:1.05rem}.example-newsletter-date{margin:.3rem 0 0;color:var(--gray-500);font-size:.85rem}.example-articles{list-style:none;padding:0;margin:0;display:grid;gap:1.5rem}.example-article{padding:1.1rem 1.25rem;border:1px solid var(--gray-100);border-radius:.7rem;background:#fff}.example-article-meta{display:flex;align-items:center;gap:.75rem;margin-bottom:.4rem}.example-article-number{display:inline-flex;align-items:center;justify-content:center;width:1.6rem;height:1.6rem;border-radius:50%;background:#2563eb;color:#fff;font-weight:700;font-size:.85rem}.example-article-journal{color:#2563eb;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.3px}.example-article h3{font-size:1.02rem;margin:0 0 .3rem;color:var(--gray-900);line-height:1.35}.example-article-type{font-size:.82rem;color:var(--gray-500);margin:0 0 .6rem;font-style:italic}.example-article-summary{font-size:.93rem;line-height:1.6;color:var(--gray-600, #475569);margin:0 0 .6rem}.example-article-takeaway{font-size:.9rem;color:var(--gray-700, #334155);margin:0;padding:.55rem .75rem;background:#eff6ff;border-left:3px solid #2563eb;border-radius:.35rem}.example-newsletter-footer{margin-top:1.25rem;padding-top:1rem;border-top:1px solid var(--gray-100);font-size:.8rem;color:var(--gray-500);text-align:center}
