:root{--mg-glass-bg: rgb(255 255 255 / 65%);--mg-glass-border: rgb(193 173 158 / 35%);--mg-text: #2b2a28;--mg-text-secondary: #766e66;--mg-accent: #007aff;--mg-shadow: rgb(0 0 0 / 8%)}.mg-manual-btn{position:fixed;bottom:20px;left:20px;z-index:1000;display:flex;align-items:center;justify-content:center;padding:0;cursor:pointer;background:none;border:none;transition:transform .3s ease}.mg-manual-btn picture,.mg-manual-btn img{display:block;width:40px;height:40px;background:none}.mg-manual-btn:hover{transform:translateY(-2px)}.mg-manual-btn:active{transform:translateY(0)}.mg-manual-btn__badge{position:absolute;top:-12px;right:-5px;z-index:1001;display:flex;align-items:center;justify-content:center;padding:2px 6px;font-size:9px;font-weight:600;color:#fff;white-space:nowrap;background:linear-gradient(135deg,#ff6b6b,#ee5a52);border:1px solid #fff;border-radius:10px;box-shadow:0 2px 4px #0003}.mg-manual-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2000;display:flex;align-items:center;justify-content:center;background:#0000007f;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);animation:mg-fade-in .2s ease}.mg-manual-modal__content{display:flex;flex-direction:column;width:98%;max-width:1200px;height:700px;max-height:90vh;overflow:hidden;background:#fff;border-radius:16px;box-shadow:0 24px 64px #0003;animation:mg-slide-up .25s ease}.mg-manual-modal__header{display:flex;flex-shrink:0;align-items:center;justify-content:space-between;padding:20px 24px;background:#fff;border-bottom:1px solid #e2e8f0;border-radius:16px 16px 0 0}.mg-manual-modal__title-group{display:flex;gap:12px;align-items:center}.mg-manual-modal__title{margin:0;font-size:1.25rem;font-weight:600;color:#1e293b}.mg-manual-modal__tool-btn{display:flex;align-items:center;justify-content:center;width:28px;height:28px;padding:6px;color:#6366f1;cursor:pointer;background:#6366f11a;border:1px solid rgb(99 102 241 / 20%);border-radius:6px;transition:all .2s ease}.mg-manual-modal__tool-btn:hover{background:#6366f126;border-color:#6366f14d;transform:translateY(-1px)}.mg-manual-modal__tool-btn:active{transform:translateY(0)}.mg-manual-modal__close-btn{display:flex;align-items:center;justify-content:center;width:32px;height:32px;padding:4px;font-size:24px;line-height:1;color:#64748b;cursor:pointer;background:none;border:none;border-radius:4px;transition:all .2s ease}.mg-manual-modal__close-btn:hover{color:#1e293b;background:#f1f5f9}.mg-manual-modal__body{flex:1;overflow:hidden;background:#fff;border-radius:0 0 16px 16px}.mg-manual-modal__body iframe{display:block;width:100%;height:100%;border:none;border-radius:0 0 16px 16px}.mg-history-btn{position:fixed;right:20px;bottom:20px;z-index:1000;display:flex;align-items:center;justify-content:center;padding:0;cursor:pointer;background:none;border:none;transition:transform .3s ease}.mg-history-btn picture,.mg-history-btn img{display:block;width:40px;height:40px;background:none}.mg-history-btn:hover{transform:translateY(-2px)}.mg-history-btn:active{transform:translateY(0)}.mg-history-btn__badge{position:absolute;top:-12px;right:-5px;z-index:1001;display:flex;align-items:center;justify-content:center;padding:2px 6px;font-size:9px;font-weight:600;color:#fff;white-space:nowrap;background:linear-gradient(135deg,#3b82f6,#2563eb);border:1px solid #fff;border-radius:10px;box-shadow:0 2px 4px #0003}.mg-history-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2000;display:flex;align-items:center;justify-content:center;background:#0000007f;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);animation:mg-fade-in .2s ease}.mg-history-modal__content{display:flex;flex-direction:column;width:90vw;max-width:900px;max-height:85vh;overflow:hidden;background:#ffffffe5;backdrop-filter:blur(25px) saturate(180%);-webkit-backdrop-filter:blur(25px) saturate(180%);border:1px solid rgb(255 255 255 / 60%);border-radius:20px;box-shadow:0 25px 80px #00000026;animation:mg-slide-up .25s ease}.mg-history-modal__header{display:grid;flex-shrink:0;grid-template-columns:1fr auto 1fr;gap:12px;align-items:center;padding:20px 24px;border-bottom:1px solid rgb(255 255 255 / 10%);border-radius:20px 20px 0 0}.mg-history-modal__header-left{display:flex;gap:8px;align-items:center;justify-self:start}.mg-history-modal__header-center{display:flex;justify-content:center;width:100%;max-width:300px}.mg-history-modal__header-actions{display:flex;gap:8px;align-items:center;justify-content:flex-end}.mg-history-modal__title{margin:0;font-size:1.1rem;font-weight:600;color:var(--mg-text, #2b2a28)}.mg-history-modal__search-wrap{position:relative;width:100%;max-width:250px}.mg-history-modal__search{box-sizing:border-box;width:100%;padding:8px 42px 8px 14px;font-size:13px;color:var(--mg-text, #2b2a28);background:#fff9;border:1px solid var(--mg-glass-border, rgb(193 173 158 / 35%));border-radius:9999px;outline:none;transition:all .2s ease}.mg-history-modal__search::placeholder{color:var(--mg-text-secondary, #766e66)}.mg-history-modal__search:focus{border-color:#007aff;box-shadow:0 0 0 3px #007aff1a}.mg-history-modal__search-clear{position:absolute;top:50%;right:42px;padding:0;font-size:16px;line-height:1;color:var(--mg-text-secondary, #766e66);cursor:pointer;background:none;border:none;transform:translateY(-50%)}.mg-history-modal__search-clear:hover{color:var(--mg-text, #2b2a28)}.mg-history-modal__search-btn-inline{position:absolute;top:50%;right:8px;display:flex;align-items:center;justify-content:center;width:28px;height:28px;padding:0;color:var(--mg-text-secondary, #766e66);cursor:pointer;background:none;border:none;border-radius:4px;transition:all .2s ease;transform:translateY(-50%)}.mg-history-modal__search-btn-inline:hover{color:#007aff;background:#007aff14}.mg-history-modal__search-btn-inline:active{transform:translateY(-50%) scale(.95)}.mg-history-modal__close-btn{display:flex;align-items:center;justify-content:center;width:32px;height:32px;padding:4px;font-size:22px;line-height:1;color:#64748b;cursor:pointer;background:none;border:none;border-radius:4px;transition:all .2s ease}.mg-history-modal__close-btn:hover{color:#1e293b;background:#f1f5f9}.mg-history-modal__body{flex:1;padding:16px 24px;overflow-y:auto}.mg-history-modal__body::-webkit-scrollbar{width:6px}.mg-history-modal__body::-webkit-scrollbar-track{background:transparent}.mg-history-modal__body::-webkit-scrollbar-thumb{background:#00000026;border-radius:3px}.mg-history-modal__pagination{display:flex;flex-shrink:0;gap:4px;align-items:center;justify-content:center;padding:12px 24px;border-top:1px solid rgb(0 0 0 / 6%)}.mg-history-modal__retention-tip{margin:0;padding:0 24px 4px;font-size:.75rem;color:#a09890}.mg-history-tabs{display:flex;gap:8px;width:100%;padding:12px 24px 0;border-bottom:1px solid rgb(0 0 0 / 6%)}.mg-history-tab{position:relative;display:flex;gap:6px;align-items:center;padding:8px 16px;font-size:13px;font-weight:500;color:var(--mg-text-secondary, #766e66);cursor:pointer;background:transparent;border:none;border-bottom:2px solid transparent;transition:all .2s ease}.mg-history-tab:hover{color:var(--mg-text-primary, #1f2937);background:#00000008}.mg-history-tab--active{color:#007aff;border-bottom-color:#007aff}.mg-history-tab--active .mg-history-tab__count{color:#007aff;background:#007aff1a}.mg-history-tab--warning.mg-history-tab--active{color:#f59e0b;border-bottom-color:#f59e0b}.mg-history-tab--warning.mg-history-tab--active .mg-history-tab__count{color:#f59e0b;background:#f59e0b1a}.mg-history-tab--danger.mg-history-tab--active{color:#ef4444;border-bottom-color:#ef4444}.mg-history-tab--danger.mg-history-tab--active .mg-history-tab__count{color:#ef4444;background:#ef44441a}.mg-history-tab__count{min-width:20px;padding:2px 6px;font-size:11px;font-weight:600;color:var(--mg-text-secondary, #766e66);text-align:center;background:#0000000d;border-radius:10px}.mg-history-total-info{font-size:.8rem;color:var(--mg-text-secondary, #766e66)}.mg-history-total-info__count{white-space:nowrap}.mg-history-loading{display:flex;flex-direction:column;gap:12px;align-items:center;justify-content:center;padding:60px 20px;font-size:.9rem;color:var(--mg-text-secondary, #766e66)}.mg-history-loading__spinner{width:32px;height:32px;border:3px solid rgb(0 122 255 / 15%);border-top-color:#007aff;border-radius:50%;animation:mg-spin .8s linear infinite}.mg-history-list{display:flex;flex-direction:column;gap:8px}.mg-history-item{display:flex;gap:16px;align-items:center;padding:16px;background:#ffffff26;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgb(255 255 255 / 20%);border-radius:16px;transition:all .25s ease}.mg-history-item:hover{background:#ffffff4d;border-color:#3b82f67f;box-shadow:0 8px 32px #00000014;transform:translateY(-2px) scale(1.01)}.mg-history-item--failed{background:#ef44440a;border-color:#ef444433}.mg-history-item--generating{background:#3b82f60a;border-color:#3b82f640;animation:mg-generating-breathe 2s ease-in-out infinite}.mg-history-item--queuing{background:#5b6abf0a;border-color:#5b6abf40}.mg-history-item--double{background:#3b82f608;border-color:#3b82f633}.mg-history-item__preview{display:flex;flex-shrink:0;flex-wrap:wrap;gap:6px;align-items:center;max-width:180px}.mg-history-item__result-thumb{width:56px;height:56px;cursor:pointer;object-fit:cover;border:1px solid rgb(226 232 240 / 60%);border-radius:10px;box-shadow:0 2px 8px #00000014;transition:all .3s ease}.mg-history-item__result-thumb:hover{border-color:#667eea;box-shadow:0 4px 12px #667eea40;transform:scale(1.1)}.mg-history-item__thumb-more{display:flex;align-items:center;justify-content:center;width:56px;height:56px;font-size:12px;font-weight:600;color:var(--mg-text-secondary, #766e66);background:#0000000d;border:1px dashed var(--mg-glass-border, rgb(193 173 158 / 35%));border-radius:10px}.mg-history-item__thumb-failed,.mg-history-item__thumb-generating{position:relative;display:flex;flex-direction:column;width:80px;height:56px;overflow:hidden;border-radius:10px}.mg-history-item__thumb-slot-failed,.mg-history-item__thumb-slot-loading{position:relative;display:flex;flex-direction:column;width:56px;height:56px;overflow:hidden;border-radius:10px}.mg-history-item__thumb-queuing,.mg-history-item__thumb-slot-queuing{position:relative;display:flex;align-items:center;justify-content:center;width:56px;height:56px;overflow:hidden;font-size:10px;color:#5b6abf;background:#5b6abf14;border:1px dashed rgb(91 106 191 / 35%);border-radius:10px}.mg-history-item__thumb-queuing--has-img,.mg-history-item__thumb-slot-queuing--has-img{border-style:solid;border-color:#5b6abf66}.mg-history-item__ref-img{display:block;width:100%;height:100%;object-fit:cover}.mg-history-item__ref-badge{position:absolute;right:0;bottom:0;left:0;padding:1px 0;font-size:9px;font-weight:600;color:#fff;text-align:center;background:#5b6abfbf;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.mg-history-item__img-count-badge{position:absolute;top:2px;right:2px;padding:1px 4px;font-size:9px;font-weight:600;color:#fff;background:#5b6abfcc;border-radius:4px}.mg-history-item__img-count-badge-inline{display:inline-flex;align-items:center;justify-content:center;height:56px;padding:0 6px;font-size:11px;font-weight:600;color:#5b6abf;writing-mode:vertical-rl;letter-spacing:2px;background:#5b6abf0f;border:1px dashed rgb(91 106 191 / 25%);border-radius:10px}.mg-history-item__fail-reason{display:-webkit-box;margin:0;overflow:hidden;font-size:12px;line-height:1.4;color:#ef4444;word-break:break-word;opacity:.75;-webkit-box-orient:vertical;-webkit-line-clamp:2}.mg-history-item__info{display:flex;flex:1;flex-direction:column;gap:8px;min-width:0}.mg-history-item__prompt-row{display:flex;gap:8px;align-items:flex-start}.mg-history-item__prompt{display:-webkit-box;flex:1;margin:0;overflow:hidden;font-size:14px;font-weight:500;line-height:1.6;color:var(--mg-text, #2b2a28);word-break:break-word;-webkit-box-orient:vertical;-webkit-line-clamp:2}.mg-history-item__copy-btn{display:flex;flex-shrink:0;align-items:center;justify-content:center;width:28px;height:28px;color:var(--mg-text-secondary, #766e66);cursor:pointer;background:#0000000d;border:none;border-radius:6px;opacity:.6;transition:all .2s ease}.mg-history-item__copy-btn:hover{color:#fff;background:#007aff;opacity:1}.mg-history-item__copy-btn:active{transform:scale(.95)}.mg-history-item__copy-btn--copied{color:#fff;background:#34c759;opacity:1}.mg-history-item__fill-btn{display:flex;flex-shrink:0;gap:4px;align-items:center;height:28px;padding:0 8px;font-size:12px;font-weight:500;color:#fff;white-space:nowrap;cursor:pointer;background:#007aff;border:none;border-radius:6px;transition:all .2s ease}.mg-history-item__fill-btn svg{flex-shrink:0}.mg-history-item__fill-btn:hover{background:#06d}.mg-history-item__fill-btn:active{transform:scale(.95)}.mg-history-item__extend-btn{display:flex;flex-shrink:0;gap:4px;align-items:center;height:28px;padding:0 8px;font-size:12px;font-weight:500;color:#fff;white-space:nowrap;cursor:pointer;background:#34c759;border:none;border-radius:6px;transition:all .2s ease}.mg-history-item__extend-btn svg{flex-shrink:0}.mg-history-item__extend-btn:hover{background:#28a745}.mg-history-item__extend-btn:active{transform:scale(.95)}.mg-history-item__extend-btn--saved{cursor:default;opacity:.75}.mg-history-item__extend-btn--saved:hover{background:#34c759}.mg-history-item__extend-btn--loading{cursor:wait;opacity:.8}.mg-history-item__extend-btn:disabled{cursor:not-allowed}.mg-history-item__extend-btn:disabled:active{transform:none}.mg-history-item__delete-btn{display:flex;flex-shrink:0;align-items:center;justify-content:center;width:28px;height:28px;padding:0;color:var(--mg-text-secondary, #766e66);cursor:pointer;background:#0000000d;border:none;border-radius:6px;opacity:.6;transition:all .2s ease}.mg-history-item__delete-btn:hover{color:#fff;background:#ef4444;opacity:1}.mg-history-item__delete-btn:active{transform:scale(.95)}.mg-history-item__delete-btn:disabled{cursor:not-allowed;opacity:.7}.mg-history-item__delete-btn--loading{opacity:1}.mg-history-item__cancel-btn{display:flex;flex-shrink:0;gap:4px;align-items:center;height:28px;padding:0 8px;font-size:12px;font-weight:500;color:#f59e0b;white-space:nowrap;cursor:pointer;background:#f59e0b1a;border:1px solid rgb(245 158 11 / 30%);border-radius:6px;transition:all .2s ease}.mg-history-item__cancel-btn:hover{color:#fff;background:#f59e0b;border-color:#f59e0b}.mg-history-item__cancel-btn:active{transform:scale(.95)}.mg-history-item__cancel-btn:disabled{cursor:not-allowed;opacity:.7}.mg-history-item__cancel-btn--loading{opacity:.8}.mg-history-item__delete-spin,.mg-history-item__cancel-spin{animation:mg-spin .8s linear infinite}.mg-history-item__meta{display:flex;flex-wrap:wrap;gap:6px;align-items:center;font-size:11px}.mg-history-item__time{color:var(--mg-text-secondary, #766e66)}.mg-history-item__expiry{padding:2px 6px;font-size:10px;font-weight:500;color:#f59e0b;white-space:nowrap;background:#f59e0b1a;border:1px solid rgb(245 158 11 / 30%);border-radius:9999px}.mg-history-item__expiry--urgent{color:#ef4444;background:#ef44441a;border-color:#ef44444d}.mg-history-item__expiry--expired{color:#9ca3af;background:#9ca3af1a;border-color:#9ca3af4d}.mg-history-item__model-tag{--group-accent-rgb: 71, 85, 105;display:inline-flex;align-items:center;overflow:hidden;font-size:10px;font-weight:600;white-space:nowrap;border:1px solid rgba(var(--group-accent-rgb),.3);border-radius:9999px}.mg-history-item__model-tag[data-group=official]{--group-accent-rgb: 59, 130, 246}.mg-history-item__model-tag[data-group=sd]{--group-accent-rgb: 107, 114, 128}.mg-history-item__model-tag[data-group=hd]{--group-accent-rgb: 86, 110, 146}.mg-history-item__model-tag[data-group=uhd]{--group-accent-rgb: 118, 96, 138}.mg-history-item__model-tag[data-group=other]{--group-accent-rgb: 56, 145, 135}.mg-history-item__model-tag-group{padding:2px 6px;color:#fff;background:rgb(var(--group-accent-rgb))}.mg-history-item__model-tag-dot{padding:0 2px;color:rgba(var(--group-accent-rgb),.5);background:rgba(var(--group-accent-rgb),.08)}.mg-history-item__model-tag-name{padding:2px 6px;color:rgb(var(--group-accent-rgb));background:rgba(var(--group-accent-rgb),.08)}.mg-history-item__tool{padding:2px 6px;font-size:10px;color:var(--mg-text-secondary, #766e66);background:#fff3;border-radius:9999px}.mg-history-item__ratio{padding:2px 6px;font-size:10px;color:#fff;background:#3b82f64d;border:1px solid rgb(59 130 246 / 50%);border-radius:9999px}.mg-history-item__duration{padding:2px 6px;font-size:10px;color:var(--mg-text-secondary, #766e66);background:#0000000a;border-radius:9999px}.mg-history-item__status{padding:2px 6px;font-size:10px;font-weight:600;border-radius:9999px}.mg-history-item__status--success{color:#10b981;background:#10b9811a}.mg-history-item__status--generating{color:#3b82f6;background:#3b82f61a}.mg-history-item__status--queuing{color:#5b6abf;background:#5b6abf1a}.mg-history-item__status--failed{color:#ef4444;background:#ef44441a}.mg-history-item__status--cancelled{color:#9ca3af;background:#9ca3af1a}.mg-history-empty{display:flex;flex-direction:column;gap:12px;align-items:center;justify-content:center;padding:60px 20px;color:var(--mg-text-secondary, #766e66)}.mg-history-empty__icon{opacity:.4}.mg-history-empty__text{margin:0;font-size:1rem;font-weight:500}.mg-history-empty__subtext{margin:0;font-size:.85rem;opacity:.7}.mg-pagination-btn{display:flex;align-items:center;justify-content:center;min-width:32px;height:32px;padding:0 6px;font-size:14px;color:var(--mg-text-secondary, #766e66);cursor:pointer;background:#ffffff7f;border:1px solid var(--mg-glass-border, rgb(193 173 158 / 35%));border-radius:8px;transition:all .2s ease}.mg-pagination-btn:hover:not(:disabled){color:#007aff;background:#007aff14;border-color:#007aff4d}.mg-pagination-btn:disabled{cursor:not-allowed;opacity:.35}.mg-pagination-btn--active{font-weight:600;color:#fff;background:#007aff;border-color:#007aff}.mg-pagination-btn--active:hover{opacity:.9}.mg-pagination-ellipsis{padding:0 4px;font-size:14px;color:var(--mg-text-secondary, #766e66);-webkit-user-select:none;user-select:none}.mg-history-item__confirm{display:flex;flex-wrap:wrap;gap:8px 12px;align-items:center;justify-content:space-between;padding:10px 12px;background:#ef44440f;border:1px solid rgb(239 68 68 / 25%);border-radius:10px;animation:mg-fade-in .18s ease}.mg-history-item__confirm-text{flex:1;min-width:180px;font-size:12px;line-height:1.5;color:#b91c1c}.mg-history-item__confirm-actions{display:flex;flex-shrink:0;gap:8px}.mg-history-item__confirm-ok,.mg-history-item__confirm-cancel{padding:5px 14px;font-size:12px;font-weight:500;cursor:pointer;border-radius:9999px;transition:all .2s ease}.mg-history-item__confirm-ok{color:#fff;background:#ef4444;border:1px solid #ef4444}.mg-history-item__confirm-ok:hover:not(:disabled){background:#dc2626}.mg-history-item__confirm-cancel{color:var(--mg-text-secondary, #766e66);background:#ffffffb3;border:1px solid var(--mg-glass-border, rgb(193 173 158 / 35%))}.mg-history-item__confirm-cancel:hover:not(:disabled){color:var(--mg-text, #2b2a28);background:#fff}.mg-history-item__confirm-ok:disabled,.mg-history-item__confirm-cancel:disabled{cursor:not-allowed;opacity:.6}.mg-history-viewer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10010;display:flex;align-items:center;justify-content:center;padding:40px;background:#000c;animation:mg-fade-in .2s ease}.mg-history-viewer img{max-width:100%;max-height:100%;object-fit:contain;border-radius:8px;box-shadow:0 20px 60px #0000007f}.mg-history-viewer__close{position:absolute;top:24px;right:24px;display:flex;align-items:center;justify-content:center;width:40px;height:40px;color:#fff;cursor:pointer;background:#ffffff26;border:none;border-radius:50%;transition:background .2s ease}.mg-history-viewer__close:hover{background:#ffffff47}.mg-spin-icon{animation:mg-spin .9s linear infinite}@media(max-width:768px){.mg-manual-modal__content{width:98%;height:90vh;max-height:90vh}.mg-manual-modal__header{padding:16px 20px}.mg-manual-modal__title{font-size:1.1rem}.mg-history-modal__content{width:96%;max-width:100%;height:92vh;max-height:92vh;border-radius:18px}.mg-history-modal__header{grid-template-rows:auto auto;grid-template-columns:1fr auto;gap:10px;padding:14px 16px;border-radius:18px 18px 0 0}.mg-history-modal__header-left{grid-row:1;grid-column:1}.mg-history-modal__header-actions{grid-row:1;grid-column:2}.mg-history-modal__header-center{grid-row:2;grid-column:1 / -1;max-width:100%}.mg-history-modal__search-wrap{max-width:100%}.mg-history-tabs{flex-wrap:nowrap;gap:6px;padding:10px 16px 0;overflow-x:auto;scrollbar-width:none}.mg-history-tabs::-webkit-scrollbar{display:none}.mg-history-tab{flex-shrink:0;padding:8px 12px;font-size:12px;white-space:nowrap}.mg-history-modal__body{padding:12px 14px}.mg-history-item{flex-wrap:wrap;gap:12px;padding:12px}.mg-history-item__preview{max-width:100%}.mg-history-item__info{flex:1 1 100%}.mg-history-item__prompt-row{flex-wrap:wrap}.mg-history-item__prompt{flex:1 1 100%}.mg-history-modal__pagination{padding:10px 16px}}@keyframes mg-fade-in{0%{opacity:0}to{opacity:1}}@keyframes mg-slide-up{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes mg-spin{to{transform:rotate(360deg)}}@keyframes mg-generating-breathe{0%,to{background:#3b82f60a;border-color:#3b82f640}50%{background:#3b82f614;border-color:#3b82f666}}.mg-workspace-scroll{scrollbar-color:#c8ced6 transparent}.mg-workspace-scroll::-webkit-scrollbar{width:15px;height:15px}.mg-workspace-scroll::-webkit-scrollbar-track,.mg-workspace-scroll::-webkit-scrollbar-corner{background:transparent}.mg-workspace-scroll::-webkit-scrollbar-thumb{background:#c8ced6;background-clip:content-box;border:4px solid transparent;border-radius:999px}.mg-workspace-scroll::-webkit-scrollbar-thumb:hover{background:#aab2bd;background-clip:content-box}
