:root{--background:#f3f5f9;--foreground:#0f172a;--muted:#475569;--card-background:#fff;--border:#e2e8f0;--primary:#2563eb;--primary-foreground:#fff;--secondary:#e2e8f0;--secondary-foreground:#1e293b;--error:#dc2626;--success:#16a34a}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--background);min-height:100vh;color:var(--foreground);font-family:Inter,Segoe UI,Roboto,Helvetica,Arial,sans-serif}.page{flex-direction:column;min-height:100vh;display:flex}.container{flex:1;width:min(760px,100%);margin:0 auto;padding:4rem 1.5rem 1rem}.hero{text-align:center;margin-bottom:3rem}.eyebrow{color:var(--muted);letter-spacing:.16em;text-transform:uppercase;font-size:.85rem;font-weight:700}.hero h1{margin:.65rem 0 0;font-size:clamp(2rem,5vw,3rem);line-height:1.1}.subhead{max-width:560px;color:var(--muted);margin:1.1rem auto 0;font-size:1.1rem;line-height:1.5}.subscription-card{border:1px solid var(--border);background:var(--card-background);border-radius:1rem;flex-direction:column;gap:.9rem;max-width:560px;margin:0 auto;padding:1.5rem;display:flex;box-shadow:0 10px 25px #0f172a14}.subscription-card h2{margin-bottom:.35rem;font-size:1.4rem}.service-description{color:var(--muted);font-size:.95rem;line-height:1.45}.input-label{color:#334155;font-size:.9rem;font-weight:600}.email-input{border:1px solid var(--border);border-radius:.75rem;width:100%;padding:.85rem 1rem;font-size:1rem;transition:border .2s,box-shadow .2s}.email-input:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 3px #2563eb33}.actions{flex-wrap:wrap;gap:.8rem;display:flex}.button{cursor:pointer;border:0;border-radius:999px;flex:1;min-width:150px;padding:.85rem 1rem;font-size:1rem;font-weight:700;transition:opacity .2s,box-shadow .15s,transform .15s}.button.primary{background:var(--primary);color:var(--primary-foreground);box-shadow:0 8px 20px #2563eb59}.button.secondary{background:var(--secondary);color:var(--secondary-foreground)}.button:disabled{box-shadow:none;cursor:not-allowed;opacity:.6}.button:not(:disabled):hover{transform:translateY(-1px)}.status{background:#f8fafc;border-radius:.75rem;padding:.75rem 1rem;font-size:.95rem;line-height:1.4}.status.success{color:var(--success);border:1px solid #16a34a33}.status.error{color:var(--error);border:1px solid #dc262640}.sources-card{border:1px solid var(--border);background:var(--card-background);border-radius:1rem;max-width:560px;margin:1.2rem auto 0;padding:1.25rem 1.5rem;box-shadow:0 10px 25px #0f172a0f}.sources-card h2{margin-bottom:.75rem;font-size:1.15rem;line-height:1.25}.sources-card ul{color:#334155;padding-left:1.15rem;line-height:1.5}.sources-card a{color:var(--primary);font-weight:650;text-decoration:none}.sources-card a:hover{text-decoration:underline}.investment-view-card{border:1px solid var(--border);background:var(--card-background);border-radius:1rem;max-width:560px;margin:1.2rem auto 0;padding:1.25rem 1.5rem;box-shadow:0 10px 25px #0f172a0f}.investment-view-header{justify-content:space-between;align-items:baseline;gap:1rem;margin-bottom:.85rem;display:flex}.investment-view-header h2{font-size:1.15rem;line-height:1.25}.investment-view-header p{color:var(--muted);flex:none;font-size:.85rem}.investment-view-table-wrap{overflow-x:auto}.investment-view-table{border-collapse:collapse;width:100%;font-size:.95rem}.investment-view-table tr{border-top:1px solid var(--border)}.investment-view-table th,.investment-view-table td{text-align:left;vertical-align:middle;padding:.75rem 0}.investment-view-table th{color:#334155;font-weight:650}.investment-view-table td{text-align:right}.investment-action{border-radius:999px;justify-content:center;min-width:84px;padding:.3rem .65rem;font-size:.82rem;font-weight:750;display:inline-flex}.investment-action-increase{color:#15803d;background:#16a34a1f}.investment-action-keep{color:#1d4ed8;background:#2563eb1f}.investment-action-decrease{color:#b91c1c;background:#dc26261f}.page-footer{color:var(--muted);text-align:center;padding:1.5rem;font-size:.95rem}.footer-link{color:inherit;text-decoration:none}.footer-link:hover{color:#2563eb;text-decoration:underline}.email-link{color:inherit;vertical-align:middle;align-items:center;font-size:1.35rem;line-height:1;text-decoration:none;display:inline-flex}.email-link-first{margin-left:.2rem}.email-link .icon{align-items:center;display:inline-flex;transform:translateY(-.04em)}.email-link .icon-image{object-fit:contain;width:1em;height:1em;display:block}@media (max-width:640px){.container{padding-top:3rem}.actions{flex-direction:column}.button{width:100%}.investment-view-header{flex-direction:column;gap:.25rem}.investment-view-table th,.investment-view-table td{padding:.7rem 0}}
