.modal-overlay{z-index:1000;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background-color:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.modal-content{border-radius:20px;flex-direction:column;width:90%;max-width:500px;max-height:80vh;padding:2rem;display:flex;overflow:hidden}.modal-header{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.modal-header h2{color:var(--text-color);margin:0}.close-button{cursor:pointer;color:var(--text-color);background:0 0;border:none;font-size:2rem;line-height:1}.modal-body{padding-right:.5rem;overflow-y:auto}.version-list{margin:0;padding:0;list-style:none}.version-item{border-bottom:1px solid #ffffff1a;justify-content:space-between;align-items:center;padding:1rem;display:flex}.version-item:last-child{border-bottom:none}.version-info{flex-direction:column;gap:.25rem;display:flex}.version-date{opacity:.7;font-size:.8rem}.version-title{font-weight:500}.restore-button{cursor:pointer;color:var(--text-color);background:#fff3;border:1px solid #ffffff4d;border-radius:10px;padding:.5rem 1rem;transition:background .2s}.restore-button:hover{background:#ffffff4d}.confirmation-actions{align-items:center;gap:.5rem;display:flex}.confirmation-actions span{margin-right:.5rem;font-size:.9rem}.confirm-button{cursor:pointer;color:#fff;background:#ff64644d;border:1px solid #ff646480;border-radius:8px;padding:.3rem .8rem}.cancel-button{cursor:pointer;color:var(--text-color);background:#ffffff1a;border:1px solid #fff3;border-radius:8px;padding:.3rem .8rem}.error-text{color:#ff6b6b}.modal-body::-webkit-scrollbar{width:6px}.modal-body::-webkit-scrollbar-track{background:#ffffff0d}.modal-body::-webkit-scrollbar-thumb{background:#fff3;border-radius:3px}
