body{min-height:100vh}.updates-shell{width:min(900px,calc(100% - 28px));margin:0 auto;padding:28px 0 60px}.updates-header{display:flex;justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:22px}.updates-header h1{margin:.2rem 0}.updates-date{margin:.35rem 0 0;color:var(--muted)}.updates-back{text-decoration:none}.updates-today-card,.updates-history-card,.updates-note-card{border:1px solid var(--border);background:var(--surface);border-radius:18px;padding:20px;margin-bottom:16px}.updates-today-heading,.updates-history-heading{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px}.updates-today-heading>div{display:flex;align-items:center;gap:10px}.updates-today-heading h2,.updates-history-heading h2,.updates-note-card h2{margin:0}.updates-dot{width:11px;height:11px;border-radius:50%;background:var(--accent);box-shadow:0 0 0 6px color-mix(in srgb,var(--accent) 14%,transparent)}.updates-new-label{font-size:.78rem;font-weight:800;padding:5px 9px;border-radius:999px;border:1px solid color-mix(in srgb,var(--gold) 55%,var(--border));background:color-mix(in srgb,var(--gold) 10%,var(--surface))}.update-item{display:grid;grid-template-columns:auto 1fr;gap:12px;padding:16px 0;border-bottom:1px solid var(--border)}.update-item:last-child{border-bottom:0}.update-icon{font-size:1.25rem;line-height:1.4}.update-item h3{margin:0 0 5px;font-size:1rem}.update-item p{margin:0;color:var(--muted);line-height:1.55}.updates-history-card details{border-top:1px solid var(--border)}.updates-history-card details:first-of-type{border-top:0}.updates-history-card summary{cursor:pointer;padding:14px 0;font-weight:800}.updates-history-body{padding:0 0 8px}.updates-history-body p{margin:.45rem 0;color:var(--muted);line-height:1.55}.updates-note-card p{margin:.6rem 0 0;color:var(--muted);line-height:1.6}.updates-preview-heading{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.updates-preview-heading h2{margin:.2rem 0 0}.updates-preview-badge{font-size:.76rem;font-weight:800;padding:5px 9px;border-radius:999px;border:1px solid color-mix(in srgb,var(--gold) 55%,var(--border));background:color-mix(in srgb,var(--gold) 12%,var(--surface))}.updates-preview-date{margin:10px 0 4px;font-weight:700}.updates-preview-text{margin:0 0 14px;color:var(--muted)}.updates-preview-button{text-decoration:none;text-align:center;display:block}.updates-preview-card{position:relative;overflow:hidden}@media(max-width:600px){.updates-header{display:grid}.updates-back{width:100%;box-sizing:border-box;text-align:center}.updates-today-card,.updates-history-card,.updates-note-card{padding:17px}.update-item{grid-template-columns:1fr}.update-icon{font-size:1.1rem}}