.changelog-icon{width:32px;height:32px;border-radius:8px;background:rgb(255 255 255 / .06);border:1px solid rgb(255 255 255 / .08);display:flex;align-items:center;justify-content:center;color:rgb(255 255 255 / .6);font-size:14px;cursor:pointer;transition:all 0.25s ease;flex-shrink:0}.changelog-icon:hover{background:rgb(255 255 255 / .12);border-color:rgb(255 255 255 / .15);color:var(--accent-color);transform:scale(1.05)}.changelog-icon:active{transform:scale(.95)}.changelog-lightbox{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%) scale(.95);z-index:10000;width:85%;max-width:700px;max-height:75vh;overflow:hidden;opacity:0;visibility:hidden;transition:all 0.4s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;background:rgb(0 0 0 / .185);backdrop-filter:blur(28px) saturate(100%);-webkit-backdrop-filter:blur(28px) saturate(100%);border:1px solid rgb(255 255 255 / .18);border-radius:24px;box-shadow:0 10px 40px rgb(0 0 0 / .08),0 2px 12px rgb(0 0 0 / .04),inset 0 1px 0 rgb(255 255 255 / .4)}.changelog-lightbox.active{opacity:1;visibility:visible;transform:translate(-50%,-50%) scale(1)}.changelog-lightbox-header{padding:18px 20px;border-bottom:1px solid rgb(255 255 255 / .1);background:rgb(0 0 0 / .2);transition:all 0.3s ease;display:flex;flex-direction:row;align-items:center;gap:12px;position:relative}.changelog-lightbox-header.scrolled{padding:10px 20px}.changelog-version-dropdown{position:relative;display:flex;align-items:center;margin-left:auto;margin-right:0}.changelog-version-select{appearance:none;background:rgb(0 0 0 / .3);border:1px solid rgb(255 255 255 / .1);border-radius:10px;color:rgb(255 255 255 / .95);padding:8px 32px 8px 12px;font-size:13px;font-weight:600;cursor:pointer;transition:all 0.25s ease;min-width:120px}.changelog-version-select:hover{background:rgb(0 0 0 / .5);border-color:rgb(255 255 255 / .2)}.changelog-version-select:focus{outline:none;border-color:var(--accent-color,#4CAF50);box-shadow:0 0 0 2px rgb(76 175 80 / .2)}.changelog-dropdown-icon{position:absolute;right:12px;top:50%;transform:translateY(-50%);font-size:10px;color:rgb(255 255 255 / .6);pointer-events:none}.changelog-lightbox-header.scrolled .changelog-version-select{padding:6px 28px 6px 10px;font-size:12px}.changelog-lightbox-header.scrolled .changelog-dropdown-icon{font-size:9px;right:10px}.changelog-lightbox-close{display:none;position:absolute;top:18px;right:20px;width:36px;height:36px;border-radius:10px;background:rgb(0 0 0 / .3);border:1px solid rgb(255 255 255 / .1);color:rgb(255 255 255 / .7);font-size:16px;cursor:pointer;align-items:center;justify-content:center;transition:all 0.25s ease;z-index:10}.changelog-lightbox-close:hover{background:rgb(0 0 0 / .5);border-color:rgb(255 255 255 / .2);color:rgb(255 255 255 / .95);transform:scale(1.05)}.changelog-lightbox-close:active{transform:scale(.95)}.changelog-lightbox-header.scrolled .changelog-lightbox-close{top:10px;width:32px;height:32px;font-size:14px}.changelog-lightbox-intro{display:flex;align-items:center;gap:12px;transition:all 0.3s ease;flex:1;min-width:0}.changelog-lightbox-header.scrolled .changelog-lightbox-intro{gap:8px}.changelog-lightbox-icon{width:36px;height:36px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:16px;background:linear-gradient(135deg,var(--accent-color),var(--accent-color-hover));color:#fff;flex-shrink:0;box-shadow:0 4px 12px var(--accent-color-glow);transition:all 0.3s ease}.changelog-lightbox-header.scrolled .changelog-lightbox-icon{width:28px;height:28px;font-size:14px}.changelog-header-divider{width:1px;height:32px;background:rgb(255 255 255 / .15);transition:all 0.3s ease}.changelog-lightbox-header.scrolled .changelog-header-divider{height:24px}.changelog-layer-logo{width:36px;height:36px;border-radius:100%;object-fit:contain;flex-shrink:0;filter:grayscale(.2) opacity(.9);transition:all 0.3s ease}.changelog-lightbox-header.scrolled .changelog-layer-logo{width:28px;height:28px}.changelog-layer-info{flex:1}.changelog-layer-name{font-size:16px;font-weight:700;color:rgb(255 255 255 / .95);margin:0;letter-spacing:-.3px;display:flex;align-items:center;gap:8px;flex-wrap:wrap}.changelog-layer-date{font-size:12px;font-weight:500;color:rgb(255 255 255 / .6);background:rgb(255 255 255 / .08);padding:3px 10px;border-radius:6px;border:1px solid rgb(255 255 255 / .1)}.changelog-layer-subtitle{font-size:11px;color:rgb(255 255 255 / .6);margin-top:2px}.changelog-lightbox-header.scrolled .changelog-layer-name{font-size:14px}.changelog-lightbox-header.scrolled .changelog-layer-date{font-size:10px;padding:2px 8px}.changelog-lightbox-header.scrolled .changelog-layer-subtitle{font-size:10px}.changelog-version-selector{display:flex;align-items:center;gap:10px;padding:10px 12px;background:rgb(255 255 255 / .04);border:1px solid rgb(255 255 255 / .08);border-radius:10px}.changelog-version-selector label{font-size:12px;font-weight:600;color:rgb(255 255 255 / .7);white-space:nowrap}.changelog-version-selector select{flex:1;padding:6px 10px;background:rgb(0 0 0 / .3);border:1px solid rgb(255 255 255 / .1);border-radius:6px;color:rgb(255 255 255 / .9);font-size:12px;font-weight:500;cursor:pointer;transition:all 0.2s ease}.changelog-version-selector select:hover{background:rgb(0 0 0 / .4);border-color:rgb(255 255 255 / .15)}.changelog-version-selector select:focus{outline:none;border-color:var(--accent-color);box-shadow:0 0 0 2px rgba(var(--accent-color-rgb),.2)}.changelog-lightbox-content{overflow-y:auto;flex:1;min-height:0;padding:18px 22px}.changelog-lightbox-content::-webkit-scrollbar{width:3px}.changelog-lightbox-content::-webkit-scrollbar-track{background:#fff0}.changelog-lightbox-content::-webkit-scrollbar-thumb{background:rgb(255 255 255 / .12);border-radius:10px}.changelog-lightbox-content::-webkit-scrollbar-thumb:hover{background:rgb(255 255 255 / .2)}.changelog-lightbox-content{scrollbar-width:thin;scrollbar-color:rgb(255 255 255 / .12) #fff0}.changelog-section{background:rgb(0 0 0 / .14);border:1px solid rgb(255 255 255 / .08);border-radius:12px;padding:20px;margin-bottom:16px}.changelog-section:last-child{margin-bottom:0}.changelog-section-header{display:flex;align-items:center;gap:12px;margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid rgb(255 255 255 / .1)}.changelog-section-icon{width:40px;height:40px;border-radius:10px;background:linear-gradient(135deg,var(--accent-color) 0%,var(--accent-color-hover) 100%);display:flex;align-items:center;justify-content:center;color:#fff;font-size:16px;flex-shrink:0;box-shadow:0 4px 12px var(--accent-color-glow)}.changelog-section-title-wrapper{flex:1}.changelog-section-title{font-size:16px;font-weight:700;color:rgb(255 255 255 / .95);margin:0 0 4px 0;letter-spacing:-.3px}.changelog-section-date{font-size:11px;font-weight:500;color:rgb(255 255 255 / .5)}.changelog-changes{display:flex;flex-direction:column;gap:12px}.changelog-changes-single{padding:0}.changelog-change{display:flex;gap:12px;padding:14px;background:rgb(255 255 255 / .04);border:1px solid rgb(255 255 255 / .06);border-radius:10px;transition:all 0.25s ease}.changelog-change:hover{background:rgb(255 255 255 / .08);border-color:rgb(255 255 255 / .12);transform:translateX(4px)}.changelog-change-icon{width:32px;height:32px;border-radius:8px;background:rgb(0 0 0 / .3);display:flex;align-items:center;justify-content:center;font-size:14px;flex-shrink:0}.changelog-change-content{flex:1;min-width:0}.changelog-change-header{display:flex;align-items:center;gap:8px;margin-bottom:6px;flex-wrap:wrap}.changelog-change-id{font-size:11px;font-weight:600;color:rgb(255 255 255 / .5);background:rgb(255 255 255 / .06);padding:2px 6px;border-radius:4px;border:1px solid rgb(255 255 255 / .08);font-family:'Courier New',monospace;letter-spacing:.5px}.changelog-change-type{display:inline-flex;align-items:center;justify-content:center;padding:3px 8px;background:rgb(0 0 0 / .4);border-radius:6px;font-size:10px;font-weight:700;letter-spacing:.5px;text-transform:uppercase}.changelog-change-title{font-size:14px;font-weight:600;color:rgb(255 255 255 / .95)}.changelog-change-description{font-size:12px;line-height:1.5;color:rgb(255 255 255 / .7);margin-top:4px}@media (max-width:768px){.changelog-lightbox-close{display:flex}.changelog-version-dropdown{margin-right:52px}.changelog-version-select{min-width:100px;font-size:12px;padding:6px 28px 6px 10px}.changelog-lightbox{width:calc(100% - 20px);left:max(10px, env(safe-area-inset-left));right:auto;top:auto;bottom:max(10px, env(safe-area-inset-bottom));height:calc(100vh - 84px);max-height:calc(100vh - 84px);height:calc(100dvh - 84px - env(safe-area-inset-top) - env(safe-area-inset-bottom));max-height:calc(100dvh - 84px - env(safe-area-inset-top) - env(safe-area-inset-bottom));border-radius:24px;transform:translateY(calc(100% + 10px));display:flex;flex-direction:column}.changelog-lightbox.active{transform:translateY(0)}body.panel-style-docked .changelog-lightbox{width:100%;left:0;right:0;bottom:0;height:calc(100vh - 74px);max-height:calc(100vh - 74px);height:calc(100dvh - 74px - env(safe-area-inset-top));max-height:calc(100dvh - 74px - env(safe-area-inset-top));border-radius:24px 24px 0 0;border-bottom:none;transform:translateY(100%);display:flex;flex-direction:column;padding-bottom:env(safe-area-inset-bottom)}body.panel-style-docked .changelog-lightbox.active{transform:translateY(0)}.changelog-lightbox-header{padding:16px 14px;flex-shrink:0}.changelog-lightbox-content{padding:16px 14px;flex:1;min-height:0;overflow-y:auto}.changelog-lightbox-icon{width:40px;height:40px;font-size:16px}.changelog-layer-logo{width:32px;height:32px}.changelog-section{padding:16px;margin-bottom:14px}}@media (max-width:480px){.changelog-lightbox-header{padding:14px 12px}.changelog-version-dropdown{margin-right:44px}.changelog-version-select{min-width:90px;font-size:11px;padding:5px 24px 5px 8px}.changelog-dropdown-icon{font-size:8px;right:8px}.changelog-lightbox-close{top:14px;right:12px;width:32px;height:32px;font-size:14px}.changelog-lightbox-header.scrolled .changelog-lightbox-close{top:10px;width:28px;height:28px;font-size:12px}.changelog-lightbox-intro{gap:10px}.changelog-lightbox-icon{width:36px;height:36px;font-size:14px}.changelog-layer-logo{width:28px;height:28px}.changelog-lightbox-header.scrolled .changelog-layer-logo{width:24px;height:24px}.changelog-layer-name{font-size:14px}.changelog-layer-date{font-size:10px;padding:2px 6px}.changelog-lightbox-header.scrolled .changelog-layer-date{font-size:9px;padding:1px 5px}.changelog-layer-subtitle{font-size:10px}.changelog-lightbox-content{padding:12px}.changelog-section{padding:14px;margin-bottom:12px}.changelog-section-icon{width:36px;height:36px;font-size:14px}.changelog-section-title{font-size:14px}.changelog-change{padding:12px}.changelog-change-icon{width:28px;height:28px;font-size:12px}}