.updates-page{max-width:800px;margin:0 auto;padding:0 1rem 3rem}.updates-hero{text-align:center;padding:2.5rem 0 2rem}.updates-hero-title{letter-spacing:-.025em;background:linear-gradient(135deg,hsl(var(--primary)),hsl(var(--accent)));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.5rem;font-size:2.25rem;font-weight:800}.updates-hero-subtitle{color:hsl(var(--muted-foreground));max-width:500px;margin:0 auto;font-size:1.05rem;line-height:1.5}.updates-plans-section{margin-bottom:2.5rem}.updates-plans-header{margin-bottom:1.25rem}.updates-plans-title{color:hsl(var(--foreground));align-items:center;gap:.5rem;font-size:1.35rem;font-weight:700;display:flex}.updates-plans-title-icon{font-size:1.5rem}.updates-plans-subtitle{color:hsl(var(--muted-foreground));margin-top:.25rem;font-size:.9rem}.updates-plans-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:.75rem;margin-bottom:1.5rem;display:grid}.updates-plan-card{border:1px solid hsl(var(--border));background:hsl(var(--card));border-radius:.75rem;padding:1rem 1.1rem;transition:transform .2s,box-shadow .2s}.updates-plan-card:hover{transform:translateY(-2px);box-shadow:0 4px 20px #00000014}.dark .updates-plan-card:hover{box-shadow:0 4px 20px #0000004d}.updates-plan-icon{margin-bottom:.5rem;font-size:1.75rem;display:block}.updates-plan-title{color:hsl(var(--foreground));margin-bottom:.3rem;font-size:.95rem;font-weight:600}.updates-plan-description{color:hsl(var(--muted-foreground));font-size:.82rem;line-height:1.45}.updates-feedback-form{border:1px solid hsl(var(--border));background:hsl(var(--card));border-radius:.75rem;padding:1.25rem}.updates-feedback-header{align-items:flex-start;gap:.75rem;margin-bottom:.75rem;display:flex}.updates-feedback-icon{flex-shrink:0;margin-top:.1rem;font-size:1.75rem}.updates-feedback-title{color:hsl(var(--foreground));font-size:1.05rem;font-weight:600}.updates-feedback-subtitle{color:hsl(var(--muted-foreground));margin-top:.15rem;font-size:.85rem}.updates-feedback-textarea{border:1px solid hsl(var(--border));background:hsl(var(--background));width:100%;color:hsl(var(--foreground));resize:vertical;border-radius:.5rem;min-height:80px;padding:.75rem;font-family:inherit;font-size:.9rem;transition:border-color .2s}.updates-feedback-textarea:focus{border-color:hsl(var(--primary));box-shadow:0 0 0 2px hsl(var(--primary)/.15);outline:none}.updates-feedback-textarea:disabled{opacity:.6;cursor:not-allowed}.updates-feedback-footer{flex-wrap:wrap;align-items:center;gap:.75rem;margin-top:.6rem;display:flex}.updates-feedback-charcount{color:hsl(var(--muted-foreground));font-size:.75rem}.updates-feedback-success{color:#16a249;font-size:.82rem;font-weight:500}.dark .updates-feedback-success{color:#3ae478}.updates-feedback-error{color:hsl(var(--destructive));font-size:.82rem;font-weight:500}.updates-feedback-button{background:hsl(var(--primary));color:hsl(var(--primary-foreground));cursor:pointer;border:none;border-radius:.5rem;margin-left:auto;padding:.5rem 1.25rem;font-size:.85rem;font-weight:600;transition:opacity .2s,transform .15s}.updates-feedback-button:hover:not(:disabled){opacity:.9;transform:translateY(-1px)}.updates-feedback-button:disabled{opacity:.5;cursor:not-allowed}.updates-divider{align-items:center;gap:1rem;margin:2rem 0 1.5rem;display:flex}.updates-divider:before,.updates-divider:after{content:"";background:linear-gradient(to right,transparent,hsl(var(--border)),transparent);flex:1;height:1px}.updates-divider-text{text-transform:uppercase;letter-spacing:.1em;color:hsl(var(--muted-foreground));white-space:nowrap;font-size:.8rem;font-weight:600}.updates-timeline{padding-left:1.5rem;position:relative}.updates-timeline:before{content:"";background:linear-gradient(to bottom,hsl(var(--primary)),hsl(var(--border))90%,transparent);border-radius:1px;width:2px;position:absolute;top:.5rem;bottom:0;left:.45rem}.updates-month-section{margin-bottom:2rem;position:relative}.updates-month-header{align-items:center;gap:.75rem;margin-bottom:.75rem;display:flex;position:relative}.updates-month-dot{background:hsl(var(--primary));border:2px solid hsl(var(--background));width:12px;height:12px;box-shadow:0 0 0 2px hsl(var(--primary)/.3);z-index:1;border-radius:50%;position:absolute;left:-1.5rem;transform:translate(-.07rem)}.updates-month-title{color:hsl(var(--foreground));font-size:1.15rem;font-weight:700}.updates-items{flex-direction:column;gap:.5rem;display:flex}.updates-item{border:1px solid hsl(var(--border)/.5);border-radius:.6rem;padding:.85rem 1rem;transition:transform .15s}.updates-item:hover{transform:translate(3px)}.updates-item-header{flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:.3rem;display:flex}.updates-item-title{color:hsl(var(--foreground));flex:1;min-width:0;font-size:.92rem;font-weight:600}.updates-item-badge{text-transform:uppercase;letter-spacing:.05em;background:hsl(var(--background)/.5);border-radius:.3rem;flex-shrink:0;padding:.15rem .45rem;font-size:.65rem;font-weight:700}.updates-item-description{color:hsl(var(--muted-foreground));font-size:.82rem;line-height:1.5}.updates-showmore-wrapper{justify-content:center;padding-top:.5rem;display:flex}.updates-showmore-button{border:1px solid hsl(var(--border));background:hsl(var(--card));color:hsl(var(--muted-foreground));cursor:pointer;border-radius:9999px;align-items:center;gap:.4rem;padding:.6rem 1.25rem;font-size:.85rem;font-weight:500;transition:all .2s;display:flex}.updates-showmore-button:hover{background:hsl(var(--secondary));color:hsl(var(--foreground));border-color:hsl(var(--primary)/.3)}.updates-showmore-icon{transition:transform .2s}.updates-showmore-button:hover .updates-showmore-icon{transform:translateY(2px)}@media (max-width:640px){.updates-hero-title{font-size:1.75rem}.updates-plans-grid{grid-template-columns:1fr}.updates-item-description{padding-left:0}.updates-feedback-footer{flex-direction:column;align-items:stretch}.updates-feedback-button{text-align:center;margin-left:0}}
