.container{max-width:800px;margin:auto;padding-top:20px;padding-bottom:20px}.changelog-page a{color:var(--theme-tertiary);text-decoration:none}.changelog-page a:hover{text-decoration:underline;color:var(--theme-tertiary)}.timeline{display:flex}.timeline-left{width:150px;padding-right:20px;text-align:right;color:#666;margin-top:4px;font-size:.9rem}.timeline-center{position:relative;width:30px;display:flex;flex-direction:column;align-items:center}.timeline-line{position:absolute;top:0;bottom:0;width:1px;background-color:#e1e4e8}.timeline:first-child .timeline-line{top:20px}.timeline-dot{width:10px;height:10px;border-radius:50%;background-color:white;border:2px solid #e1e4e8;margin-top:10px;z-index:1}.timeline-right{flex:1;padding-left:20px;margin-bottom:50px}.tags-container{display:flex;flex-wrap:wrap;gap:10px}.tags{display:inline-block;color:white;padding:3px 10px;border-radius:4px;font-size:.8rem;margin-bottom:10px}.tags.blue{background-color:rgba(59,130,246,.1);border:1px solid #337dd3;color:#0070f3}.tags.green{background-color:rgba(34,197,94,.1);border:1px solid #10b981;color:#10b981}.tags.red{background-color:rgba(239,68,68,.1);border:1px solid #ef4444;color:#ef4444}.tags.yellow{background-color:rgba(250,204,21,.1);border:1px solid #f59e0b;color:#f59e0b}.tags.purple{background-color:rgba(139,92,246,.1);border:1px solid #a855f7;color:#a855f7}.tags.pink{background-color:rgba(236,72,153,.1);border:1px solid #ec4899;color:#ec4899}.post-title{font-size:1.8rem;font-weight:700;margin-bottom:15px}.post-content{margin-bottom:20px;font-size:.9rem}.features-section{margin-top:30px}.features-title{color:var(--theme-primary);font-size:1.2rem;font-weight:600;margin-bottom:15px}.features-section ul{list-style-type:disc}.features-section li{margin-bottom:10px}.alert{position:relative;padding:20px 20px 20px 60px;margin-bottom:20px;border-radius:4px}.alert:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px}.alert-icon{position:absolute;left:-10px;top:-10px;width:30px;height:30px;background-color:#fff;padding:5px;display:flex;align-items:center;justify-content:center;border-radius:50%}.alert h3{margin-top:0;margin-bottom:10px;font-size:18px;font-weight:600}.alert p{margin:0;color:#555;line-height:1.5}.alert-default{background-color:#ebf5ff}.alert-default:before{background-color:#337dd3}.alert-default .alert-icon{color:#3b82f6}.alert-success{background-color:#ecfdf5}.alert-success:before{background-color:#10b981}.alert-success .alert-icon{color:#10b981}.alert-danger{background-color:#fef2f2}.alert-danger:before{background-color:#ef4444}.alert-danger .alert-icon{color:#ef4444}