#dialog-release-notes{position:fixed;top:50%;left:50%;width:420px;max-height:70vh;height:auto;transform:translate(-50%,-50%);padding:20px;z-index:10000;user-select:none;font-family:var(--fonttype-normal);color:var(--text-color);display:flex;flex-direction:column;}#dialog-release-notes .release-notes-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;}#dialog-release-notes h2{margin:0;font-family:var(--fonttype-normal);font-size:var(--fontsize-huge);color:var(--text-color);font-weight:600;}#dialog-release-notes .release-notes-close-btn{width:32px;height:32px;border-radius:4px;background:transparent;border:none;font-size:22px;cursor:pointer;color:var(--text-color);padding:0;line-height:1;opacity:0.6;transition:opacity 0.15s;}#dialog-release-notes .release-notes-close-btn:hover{opacity:1;}#dialog-release-notes .release-notes-scroll{overflow-y:auto;max-height:50vh;margin-bottom:12px;display:flex;flex-direction:column;gap:12px;}#dialog-release-notes .release-notes-card{background-color:var(--2-color);border-radius:10px;padding:14px 16px;display:flex;flex-direction:column;gap:10px;}#dialog-release-notes .release-notes-version-header{display:flex;justify-content:space-between;align-items:baseline;padding-bottom:6px;border-bottom:1px solid var(--border-color);}#dialog-release-notes .release-notes-version-title{font-family:var(--fonttype-normal);font-size:var(--fontsize-big);font-weight:600;color:var(--text-color);}#dialog-release-notes .release-notes-version-date{font-family:var(--fonttype-normal);font-size:var(--fontsize-small);color:var(--disabled-text-color);flex-shrink:0;}#dialog-release-notes .release-notes-category{display:flex;flex-direction:column;gap:3px;}#dialog-release-notes .release-notes-category-label{font-family:var(--fonttype-normal);font-size:var(--fontsize-normal);font-weight:700;color:var(--text-color);}#dialog-release-notes .release-notes-entry{font-family:var(--fonttype-normal);font-size:var(--fontsize-normal);color:var(--text-color);line-height:1.5;padding-left:8px;opacity:0.9;}#dialog-release-notes .release-notes-footer{text-align:center;margin-bottom:12px;}#dialog-release-notes .release-notes-footer a{font-family:var(--fonttype-normal);font-size:var(--fontsize-small);color:var(--disabled-text-color);text-decoration:underline;transition:color 0.15s;}#dialog-release-notes .release-notes-footer a:hover{color:var(--text-color);}#dialog-release-notes .buttons-row{display:flex;justify-content:center;}#dialog-release-notes .dialog-button{min-width:110px;}