.updates-container{max-width:800px;margin:2rem auto;padding:2rem 1rem;direction:rtl;min-height:100vh;display:flex;flex-direction:column;gap:2rem}.updates-title{text-align:center;color:rgb(var(--foreground)/.95);font-size:2.5rem;margin-bottom:2rem;font-weight:500}.updates-list{display:flex;flex-direction:column;gap:1.5rem;min-width:0}.update-item{background:rgb(var(--card));backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-radius:1rem;transition:all .3s ease;min-width:0;overflow:visible}.update-question{gap:.75rem;min-width:0}.update-question>span{display:flex;align-items:center;justify-content:space-between;width:100%;gap:1rem;min-width:0}.update-version{color:rgb(var(--foreground)/.95);font-size:1.25rem;font-weight:500}.update-date{color:rgb(var(--foreground)/.7);font-size:.9rem}.update-content{gap:1.5rem;font-size:1rem;max-width:100%;overflow:visible;overflow-wrap:anywhere;padding-bottom:.5rem}.update-content,.update-details{display:flex;flex-direction:column;min-width:0}.update-details{gap:1rem}.update-changes{list-style-type:none;padding:0;margin:0;color:rgb(var(--foreground)/.8);min-width:0}.update-changes li{position:relative;padding-right:1.5rem;margin-bottom:.7rem;line-height:1.85;max-width:100%;overflow:visible;overflow-wrap:anywhere;word-break:normal;white-space:normal}.update-changes li:before{content:"•";position:absolute;right:.5rem;color:rgb(var(--primary))}.link{color:rgb(var(--primary));text-decoration:none;transition:all .2s ease}.link:hover{color:rgb(var(--primary)/.8);text-decoration:underline}@media (max-width:768px){.updates-container{padding:5rem 1rem 1.5rem;margin:0 auto}.updates-title{font-size:2rem;margin-bottom:1.5rem}.update-item{padding:1.25rem}.update-question>span{flex-direction:column;align-items:flex-start}.update-version{font-size:1.1rem}.update-date{font-size:.8rem}.update-question{padding:1.25rem}.update-content{padding:0 1.25rem 1.25rem}}@media (max-width:480px){.updates-container{padding:5rem .85rem 1.25rem}.updates-title{font-size:1.75rem;margin-bottom:1.25rem}.update-version{font-size:1rem}.update-changes li{font-size:.9rem;line-height:1.9}.update-question{padding:1rem}.update-content{padding:0 1rem 1rem}}.update-media{margin-top:1rem}.update-image,.update-video{width:100%;border-radius:.75rem;outline:none}