body{background-color:#121212;color:#eee;font-family:Roboto,'Segoe UI',Tahoma,Geneva,Verdana,sans-serif;margin:0;min-height:100vh;display:flex;flex-direction:column}header{background-color:#181818;padding:15px 30px;box-shadow:0 2px 8px rgba(0,0,0,.3);margin-bottom:1.5rem}.topbar{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:15px}.topbar h1 a{margin:0;font-size:2rem;color:#fff;text-decoration:none}.user-actions{display:flex;align-items:center;gap:15px;font-size:1rem;flex-wrap:wrap}.btn,.panel-btn{background-color:#9146ff;color:#fff;border:none;padding:10px 22px;border-radius:8px;font-size:1rem;font-weight:600;text-decoration:none;text-align:center;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:8px;transition:all .3s ease;box-shadow:0 4px 12px rgba(145,70,255,.3);margin-right:8px}.btn:hover,.panel-btn:hover{background-color:#6b32cc;box-shadow:0 6px 16px rgba(145,70,255,.5);transform:translateY(-2px)}.btn:active,.panel-btn:active{transform:translateY(0);box-shadow:0 2px 8px rgba(145,70,255,.3)}#langForm{display:inline}#langSelect{background:#23194d;color:#fff;border:2px solid #b085ff;border-radius:7px;padding:10px 22px;font-size:.95rem;font-weight:700;box-shadow:0 0 10px rgba(142,88,255,.3);outline:0;cursor:pointer;transition:all .25s ease}#langSelect:focus,#langSelect:hover{border-color:#c8a9fa;background:#362178;color:#9e7fff;box-shadow:0 0 15px rgba(142,88,255,.5)}main{flex-grow:1;width:100%;max-width:1000px;margin:30px auto;padding:20px;box-sizing:border-box}.changelog-hero{background-color:#181e26;border-radius:14px;box-shadow:0 4px 24px rgba(0,0,0,.3);padding:30px;color:#f5f7fa}.changelog-hero h2{font-size:2.5rem;margin-bottom:16px;color:#a97dff;text-align:center}.changelog-hero>p{font-size:1.1rem;margin-bottom:40px;color:#faebcd;text-align:center}.changelog-timeline{position:relative;padding-left:0}.changelog-entry{background:#1f2236;border:2px solid #393e5d;border-radius:12px;padding:25px;margin-bottom:30px;transition:all .3s ease}.changelog-entry:hover{border-color:#9146ff;box-shadow:0 6px 20px rgba(145,70,255,.2);transform:translateY(-2px)}.changelog-header{display:flex;align-items:center;gap:15px;margin-bottom:20px;flex-wrap:wrap}.version-description{background:linear-gradient(135deg,rgba(145,70,255,.1) 0,rgba(107,50,204,.1) 100%);border-left:4px solid #9146ff;padding:15px 20px;margin-bottom:20px;border-radius:8px;font-style:italic;color:#c8a9fa;line-height:1.6}.version-description p{margin:0;font-size:1rem}.version-badge{background:linear-gradient(135deg,#9146ff 0,#6b32cc 100%);color:#fff;font-weight:700;padding:8px 16px;border-radius:8px;font-size:1.1rem;box-shadow:0 4px 12px rgba(145,70,255,.4)}.date-badge{background:#2a2d3e;color:#c8a9fa;padding:8px 16px;border-radius:8px;font-size:.95rem;border:1px solid #393e5d}.component-section{background:#252a3a;border-radius:10px;padding:20px;margin-bottom:20px;border-left:4px solid #5dade2}.component-section:last-child{margin-bottom:0}.component-title{font-size:1.4rem;font-weight:700;color:#5dade2;margin:0 0 15px 0;display:flex;align-items:center;gap:10px}.component-title::before{content:'';width:6px;height:6px;background:#5dade2;border-radius:50%;display:inline-block}.changelog-section{margin-bottom:20px}.changelog-section:last-child{margin-bottom:0}.section-title{font-size:1.2rem;margin-bottom:12px;display:flex;align-items:center;gap:8px}.section-title.added{color:#4ece84}.section-title.changed{color:#5dade2}.section-title.fixed{color:#f39c12}.section-title.removed{color:#e74c3c}.changelog-section ul{list-style:none;padding-left:0;margin:0}.changelog-section li{background:#2d3347;border-left:3px solid #9146ff;padding:12px 16px;margin-bottom:8px;border-radius:6px;color:#d0d5e0;transition:all .2s ease}.changelog-section li:hover{background:#353b52;border-left-color:#c8a9fa;transform:translateX(5px)}.changelog-section li:last-child{margin-bottom:0}footer{background-color:#181818;color:#888;text-align:center;font-size:.9rem;margin-top:1.5rem;-webkit-user-select:none;user-select:none;box-shadow:0 -2px 8px rgba(0,0,0,.3)}.footer-version{color:#d7d7d7;text-decoration:none}.footer-links{padding-top:10px;padding-bottom:10px;display:flex;flex-wrap:wrap;justify-content:center;gap:8px 14px;padding-left:12px;padding-right:12px}.footer-links a{text-decoration:none;color:#fff;white-space:nowrap}.footer-links-top a{padding-right:0}.footer-links-bottom{gap:8px 5px}@media (max-width:768px){.topbar{flex-direction:column;text-align:center}.topbar h1 a{font-size:1.5rem}.changelog-hero{padding:16px 12px;border-radius:10px}.changelog-hero h2{font-size:2rem}.changelog-entry{padding:20px}.changelog-header{flex-direction:column;align-items:flex-start}.component-section{padding:15px}.component-title{font-size:1.2rem}}@media (max-width:480px){.changelog-hero h2{font-size:1.5rem}.topbar h1 a{font-size:1.3rem}.date-badge,.version-badge{font-size:.9rem;padding:6px 12px}.component-title{font-size:1.1rem}}