@import"https://fonts.googleapis.com/css2?family=Audiowide&family=Oldenburg&family=Sour+Gummy:ital,wght@0,100..900;1,100..900&display=swap";body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--bg-color: #d6dce5;--bg-secondary: #fff;--text-color: #000;--text-secondary: #666;--border-color: #000;--shadow-color: rgba(0, 0, 0, .5);--hover-bg: #eee;--active-bg: #000;--active-text: #fff;--input-bg: #fff;--canvas-bg: #ccc;--overlay-bg: rgba(255, 255, 255, .9);--error-bg: #f00;--error-text: #fff;--orb-color: rgba(255, 0, 0, .8)}[data-theme=dark]{--bg-color: #121212;--bg-secondary: #1e1e1e;--text-color: #eee;--text-secondary: #ccc;--border-color: #444;--shadow-color: rgba(0, 0, 0, .8);--hover-bg: #2a2a2a;--active-bg: #007bff;--active-text: #fff;--input-bg: #2c2c2c;--canvas-bg: #1a1a1a;--overlay-bg: rgba(25, 25, 25, .9);--error-bg: #b71c1c;--error-text: #fff;--orb-color: rgba(0, 123, 255, .8)}*{margin:0;padding:0;box-sizing:border-box}html,body{width:100%;height:100%;overflow:hidden;background-color:var(--canvas-bg);-webkit-text-size-adjust:100%}.App{text-align:center;height:100vh;position:relative;overflow:hidden;background:var(--bg-color);background-image:linear-gradient(rgba(0,0,0,.1) 1px,transparent 1px),linear-gradient(90deg,rgba(0,0,0,.1) 1px,transparent 1px);background-size:20px 20px;font-family:monospace;color:var(--text-color);transition:background .3s ease,color .3s ease}.visibility-toggle{position:fixed;bottom:25px;right:20px;width:40px;height:40px;background:#000;border:3px solid #fff;box-shadow:5px 5px #000c;cursor:pointer;z-index:9999;display:flex;justify-content:center;align-items:center;font-size:12px;image-rendering:pixelated;transform:scale(1);transition:transform .1s ease;color:transparent;overflow:hidden;--pupil-x: 0px;--pupil-y: 0px;opacity:.6;border-radius:0}.visibility-toggle:before{content:"";position:absolute;width:28px;height:22px;background:white;top:50%;left:50%;transform:translate(-50%,-50%);clip-path:polygon(0% 30%,10% 10%,30% 0%,70% 0%,90% 10%,100% 30%,100% 70%,90% 90%,70% 100%,30% 100%,10% 90%,0% 70%);transition:clip-path .15s ease,height .15s ease}.visibility-toggle:after{content:"";position:absolute;width:14px;height:14px;border-radius:50%;background:#0c0c0b;top:50%;left:50%;transform:translate(calc(-50% + var(--pupil-x)),calc(-50% + var(--pupil-y)));transition:transform .1s ease-out,opacity .15s ease}.visibility-toggle:hover:after{background:#4477ff}.visibility-toggle:hover{transform:scale(1.1)}.visibility-toggle:active{transform:translate(2px,2px);box-shadow:3px 3px #000c}.visibility-toggle[data-visible=false]:before{clip-path:polygon(10% 45%,90% 45%,90% 55%,10% 55%);height:10px}.visibility-toggle[data-visible=false]:after{opacity:0}@keyframes eyeBlink{0%{clip-path:polygon(0% 30%,10% 10%,30% 0%,70% 0%,90% 10%,100% 30%,100% 70%,90% 90%,70% 100%,30% 100%,10% 90%,0% 70%);height:22px}45%{clip-path:polygon(10% 45%,90% 45%,90% 55%,10% 55%);height:10px}55%{clip-path:polygon(10% 45%,90% 45%,90% 55%,10% 55%);height:10px}to{clip-path:polygon(0% 30%,10% 10%,30% 0%,70% 0%,90% 10%,100% 30%,100% 70%,90% 90%,70% 100%,30% 100%,10% 90%,0% 70%);height:22px}}@keyframes pupilBlink{0%{opacity:1}45%{opacity:0}55%{opacity:0}to{opacity:1}}.visibility-toggle.blinking:before{animation:eyeBlink .4s ease-in-out}.visibility-toggle.blinking:after{animation:pupilBlink .4s ease-in-out}.controls-overlay{position:absolute;bottom:25px;left:50%;transform:translate(-50%);width:auto;min-width:300px;max-width:90%;z-index:2;padding:10px 15px;background:var(--bg-secondary);border:2px solid var(--border-color);border-radius:4px;box-shadow:4px 4px 0 var(--border-color);display:flex;align-items:center;gap:10px;font-family:monospace;opacity:.9;transition:opacity .3s ease;font-size:11px}.controls-overlay:hover,.controls-overlay:has(input:focus){opacity:1;transition:opacity .3s ease}.controls-overlay input{background:var(--input-bg);border:2px solid var(--border-color);border-radius:0;color:var(--text-color);font-family:monospace;font-size:11px;padding:6px 8px;box-shadow:2px 2px 0 var(--border-color);width:100%;min-width:160px}.controls-overlay button{background:var(--bg-secondary);border:2px solid var(--border-color);border-radius:0;color:var(--text-color);font-family:monospace;font-size:11px;font-weight:700;padding:6px 12px;box-shadow:2px 2px 0 var(--border-color);transition:all .1s ease;white-space:nowrap}.controls-overlay button:hover{background:var(--hover-bg)}.controls-overlay button:active{background:var(--active-bg);color:var(--active-text);box-shadow:inset 2px 2px 0 var(--shadow-color);transform:translateY(1px)}.model-toggle-container{order:2;margin-left:auto;position:relative;display:flex;align-items:center;right:-8px;gap:4px}.scrollable-model-selector{display:flex;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none;white-space:nowrap;max-width:150px;position:relative;cursor:pointer;font-size:11px;font-family:monospace}.scrollable-model-selector::-webkit-scrollbar{display:none}.model-option-scroll{padding:4px 8px;font-size:11px;white-space:nowrap;font-family:monospace;transition:background-color .2s ease,color .2s ease;flex-shrink:0;border-right:1px solid var(--border-color)}.model-option-scroll:last-child{border-right:none}.model-option-scroll.active{background:var(--active-bg);color:var(--active-text)}.model-selector-orb{cursor:pointer;width:24px;height:24px;position:relative;z-index:1;transition:transform .2s ease;border-radius:50%;overflow:visible}.model-selector-orb:hover{transform:scale(1.1)}.model-selector-orb:active{transform:scale(.95)}.model-toggle-button{display:none}.toggle-switch{display:flex;gap:0;background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:3px;box-shadow:1px 1px 0 var(--border-color);overflow:hidden}.model-label{text-transform:capitalize}.model-option{padding:4px 8px;font-size:11px;white-space:nowrap;cursor:pointer;font-family:monospace;border:none;border-right:1px solid var(--border-color);transition:background-color .2s ease,color .2s ease;color:var(--text-color)}.model-option:last-child{border-right:none}.controls-overlay:hover .model-options.open{opacity:1;visibility:visible;transform:translateY(0)}.model-options:hover{opacity:1!important;visibility:visible!important;transform:translateY(0)!important}.model-options{position:absolute;top:0;left:100%;background:var(--bg-secondary);border:2px solid var(--border-color);border-radius:4px;margin-left:20px;min-width:max-content;box-shadow:3px 3px 0 var(--border-color);opacity:0;visibility:hidden;transform:translateY(5px);transition:opacity .3s ease,transform .3s ease,visibility .3s,background-color .3s ease;z-index:10;display:flex;flex-direction:row;gap:0}.model-options.open{opacity:1;visibility:visible;transform:translateY(0);display:flex}.controls-overlay:not(:hover) .model-options:not(:hover){opacity:0;visibility:hidden;transform:translateY(5px)}.model-option.active{background:var(--active-bg);color:var(--active-text)}.model-option:hover{background:var(--hover-bg)}.model-option:active{background:var(--active-bg);color:var(--active-text)}.model-option.locked-media{opacity:.6;cursor:pointer;position:relative}.model-option.locked-media:hover{opacity:.8;background-color:#ffc1071a;border-color:#ffc1074d}.upgrade-indicator{color:#ffc107;font-size:.8em;margin-left:2px;animation:sparkle 2s ease-in-out infinite}form{order:1;width:100%;display:flex;align-items:center;gap:0px}input{min-width:50%;padding:4px 6px;font-size:11px;border-radius:2px;border:1px solid var(--border-color);font-family:monospace;box-shadow:inset 0 1px 2px #0000001a;background-color:var(--input-bg);color:var(--text-color);-webkit-appearance:none;-moz-appearance:none;appearance:none;transition:background-color .3s ease,color .3s ease,border-color .3s ease}button{padding:4px 8px;font-size:11px;border-radius:2px;border:1px solid var(--border-color);font-family:monospace;font-weight:700;background-color:var(--bg-secondary);color:var(--text-color);box-shadow:1px 1px 0 var(--border-color);transition:all .1s ease,background-color .3s ease,color .3s ease;-webkit-appearance:none;-moz-appearance:none;appearance:none;margin-left:4px}button:hover{background-color:var(--hover-bg)}button:active,button.active{background-color:var(--active-bg);color:var(--active-text);box-shadow:inset 1px 1px 0 var(--shadow-color);transform:translateY(1px)}h1{display:none}.input-section{position:fixed;top:20px;left:20px;z-index:10;background:var(--overlay-bg);padding:10px;border-radius:8px;box-shadow:0 2px 4px var(--shadow-color)}.App-link{color:#61dafb}canvas{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;border:2px solid var(--border-color)}.p5-container{position:relative;width:100%;height:calc(100vh - 200px);display:flex;align-items:center;justify-content:center}.drawing-container{display:flex;width:100%;height:100vh;position:relative}.p5-drawing-stage{width:100%!important}.story-stage{width:100%!important;height:100%!important;position:relative}.story-stage iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none;z-index:1}.story-stage canvas{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.story-stage .error-message{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:var(--error-bg);color:var(--error-text);padding:1rem;border-radius:0;z-index:2;border:2px solid var(--border-color);font-family:monospace;box-shadow:4px 4px 0 var(--border-color)}.chat-stage{width:100%!important;height:100%!important;position:relative;display:flex;justify-content:center;align-items:center;font-family:monospace;font-size:1.2rem;color:var(--text-color);background:var(--bg-secondary);border:2px solid var(--border-color);margin:20px;padding:20px;box-shadow:4px 4px 0 var(--border-color);transition:background-color .3s ease,color .3s ease}.code-viewer,.code-viewer-header,.run-code-btn,.error-message{display:none}@media screen and (max-width: 768px){.controls-overlay{width:95%;padding:5px;bottom:12px;flex-direction:row;gap:0px;height:45px;min-height:auto;align-items:center;left:46%;box-shadow:0 0}.controls-overlay .pin-button-standalone,.controls-overlay .globe-button-standalone,.controls-overlay .image-upload-button,.controls-overlay select,.controls-overlay .toggle-switch,.top-right-navbar .folder-button,.top-right-navbar .community-button,.top-right-navbar .editor-button,.top-right-navbar .aero-theme-button{display:none!important}.mobile-warning-overlay{position:fixed;top:0;left:0;width:100%;height:80%;background-color:#000c;display:flex;justify-content:center;align-items:center;z-index:9999;padding:20px;box-sizing:border-box}.mobile-warning-content{background:var(--bg-secondary);border:3px solid var(--border-color);border-radius:12px;padding:25px;max-width:350px;width:100%;text-align:center;box-shadow:4px 4px 0 var(--border-color);font-family:monospace;animation:slideInFromCenter .4s ease-out;position:relative}.mobile-warning-content h2{font-size:18px;margin-bottom:15px;color:var(--text-color);display:flex;align-items:center;justify-content:center;gap:8px}.mobile-warning-content p{font-size:14px;color:var(--text-secondary);margin-bottom:20px;line-height:1.5}.mobile-warning-button{width:100%;padding:12px 16px;background:var(--bg-secondary);color:var(--text-color);border:2px solid var(--border-color);border-radius:8px;font-family:monospace;font-size:14px;font-weight:700;cursor:pointer;transition:all .2s ease;box-shadow:2px 2px 0 var(--border-color)}.mobile-warning-button:hover{background:var(--hover-bg);transform:translateY(-1px);box-shadow:3px 3px 0 var(--border-color)}.mobile-warning-button:active{transform:translateY(0);box-shadow:2px 2px 0 var(--border-color)}.mobile-warning-icon{font-size:20px}.controls-overlay .model-toggle-container:not(:has(.model-wheel-container)){display:none!important}form{display:flex;gap:2px;margin:0;order:1}.controls-overlay input{width:100px!important;min-width:100px!important;height:30px;font-size:12px;padding:8px 12px}form button{height:30px;padding:8px 12px;font-size:14px;min-width:10px;flex-shrink:0}.model-toggle-container:has(.model-wheel-container){order:2;flex-shrink:0;margin:0;display:flex!important}.controls-overlay .model-wheel-container{width:125px!important;height:30px!important;font-size:9px!important;padding:10!important;cursor:ew-resize;overflow:hidden;border-radius:4px;left:-2%}.controls-overlay .model-wheel-item{width:125px!important;font-size:9px!important;padding:6px 2px!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:center!important;display:flex!important;align-items:center!important;justify-content:center!important;box-sizing:border-box!important;position:relative!important}.controls-overlay .model-wheel{display:flex!important;position:static!important;transform:none!important}.controls-overlay .model-wheel .model-wheel-item:not(.active){display:none!important}.model-wheel-arrow{display:none!important}.top-right-navbar{top:10px;right:10px;gap:8px}.top-right-navbar button{width:36px;height:36px;padding:6px}.chat-overlay{bottom:70px}.p5-container{height:100vh}canvas{height:100vh!important;border:none!important;box-sizing:border-box}.all-modes-container{height:100vh!important;overflow:hidden}.drawing-container{overflow:hidden}.story-stage,.p5-drawing-stage{height:100vh!important}.chat-stage{height:100vh!important;border:none!important;margin:0!important;box-shadow:none!important;box-sizing:border-box}.visibility-toggle{width:36px;height:36px;bottom:18px;right:-2px;scale:.9}.drawing-container,.all-modes-container,.html-drawing-stage{height:100vh!important}.html-drawing-stage .html-iframe{height:100%!important}}.orb-container{display:flex;align-items:center;position:relative;margin-left:4px;margin-right:4px}.current-model-label{display:none}.model-wheel-container{position:relative;display:flex;align-items:center;padding:2px 6px;background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:3px;box-shadow:1px 1px 0 var(--border-color);cursor:ew-resize;-webkit-user-select:none;user-select:none;overflow:hidden;white-space:nowrap;width:160px;margin-right:4px;transition:background-color .3s ease;font-family:monospace;font-size:11px}.model-wheel-container:hover{filter:brightness(1.1)}.model-wheel{display:flex;transition:transform .3s ease-out;position:relative;width:100%}.model-wheel-item{font-size:11px;font-family:monospace;font-weight:700;text-transform:capitalize;flex-shrink:0;width:160px;text-align:center;color:var(--text-color);position:relative;box-sizing:border-box;left:-5px}.model-wheel-container[data-model=deepseek]{background-color:#e585ee;color:#000}.model-wheel-container[data-model=gemini]{background-color:#3772ff;color:#fff}.model-wheel-container[data-model=qwen]{background-color:#00ced1;color:#fff}.model-wheel-container[data-model=claude37OPRTR]{background-color:#df2935;color:#fff}.model-wheel-container[data-model=o3mini]{background-color:#8a2be2;color:#fff}.model-wheel-container[data-model=gemini25]{background-color:#34a853;color:#fff}.model-wheel-container[data-model=deepseekr1]{background-color:#000;color:#fff}.model-wheel-container[data-model=deepseekv3_SAMBA]{background-color:#ff6700;color:#fff}.model-wheel-container[data-model=gemini25flashlite]{background-color:gold;color:#000}.model-wheel-container[data-model=kimik2]{background-color:#a3b18a;color:#fff}.model-wheel-container.image-gen-mode{background:linear-gradient(45deg,#ff6b6b,#ff9f40);box-shadow:0 0 20px #ff6b6b4d;border:2px solid #ff6b6b}.model-wheel-container.image-gen-mode:before,.model-wheel-container.image-gen-mode:after{display:none}.model-wheel-container.image-gen-mode:before{content:"🎨 Image Gen Models";position:absolute;top:-30px;left:50%;transform:translate(-50%);font-size:12px;color:var(--text-color);background:var(--bg-color);padding:4px 8px;border-radius:4px;border:1px solid var(--border-color);z-index:10;white-space:nowrap;opacity:.9}.model-wheel-container[data-model=gemini_image].image-gen-mode{background:linear-gradient(45deg,#4285f4,#34a853);color:#fff}.model-wheel-container[data-model=imagen4].image-gen-mode{background:linear-gradient(45deg,#ff6b6b,#ff9f40);color:#fff}.model-wheel-container.video-gen-mode{background:linear-gradient(45deg,#4ecdc4,#45b7b8);box-shadow:0 0 20px #4ecdc44d;border:2px solid #4ecdc4}.model-wheel-container.video-gen-mode:before,.model-wheel-container.video-gen-mode:after{display:none}.model-wheel-container.video-gen-mode:before{content:"🎬 Video Gen Models";position:absolute;top:-30px;left:50%;transform:translate(-50%);font-size:12px;color:var(--text-color);background:var(--bg-color);padding:4px 8px;border-radius:4px;border:1px solid var(--border-color);z-index:10;white-space:nowrap;opacity:.9}.model-wheel-container[data-model=hailuo02].video-gen-mode{background:linear-gradient(45deg,#4ecdc4,#45b7b8);color:#fff}.model-wheel-item.active{color:inherit}.model-wheel .model-wheel-item.locked-model{background-color:#ccc!important;color:#555!important;opacity:.8}.model-wheel-container:has(.model-wheel-item.locked-model.active){background-color:#ccc!important;color:#555!important;opacity:.7}.model-wheel-container[data-locked=true]{background-color:#ccc!important;color:#555!important;opacity:.7}.model-wheel-container:before,.model-wheel-container:after{content:"";position:absolute;width:0;height:0;border-style:solid;top:50%;transform:translateY(-50%);z-index:1;opacity:.7}.model-wheel-container:before{border-width:4px 6px 4px 0;border-color:transparent var(--text-color) transparent transparent;left:2px}.model-wheel-container:after{border-width:4px 0 4px 6px;border-color:transparent transparent transparent var(--text-color);right:2px}.model-wheel-arrow{display:none;position:absolute;top:0;width:10px;height:100%;z-index:5;cursor:pointer;background:transparent;border:none;opacity:.8;-webkit-tap-highlight-color:transparent}.model-wheel-arrow-left{left:-4px}.model-wheel-arrow-right{right:0}@media (max-width: 768px){.model-wheel-arrow{display:block}.model-wheel-container.image-gen-mode .model-wheel-arrow,.model-wheel-container.video-gen-mode .model-wheel-arrow{display:none}.model-wheel-arrow-left:after,.model-wheel-arrow-right:after{content:"";position:absolute;width:0;height:0;border-style:solid;top:50%;transform:translateY(-50%)}.model-wheel-arrow-left:after{border-width:6px 8px 6px 0;border-color:transparent var(--text-color) transparent transparent;left:6px}.model-wheel-arrow-right:after{border-width:6px 0 6px 8px;border-color:transparent transparent transparent var(--text-color);right:6px}.model-wheel-item{text-align:center;display:flex;justify-content:center;align-items:center}.model-wheel-container{padding:0 26px}}@media screen and (max-width: 480px){.drawing-container,.all-modes-container,.html-drawing-stage{height:100vh!important}canvas{height:100vh!important;border:none!important;box-sizing:border-box}.story-stage,.p5-drawing-stage{height:100vh!important}.chat-stage{height:100vh!important;border:none!important;margin:0!important;box-shadow:none!important;box-sizing:border-box}.model-wheel-item{text-align:center;display:flex;justify-content:center;align-items:center;left:-20px}.model-wheel-arrow{width:24px;opacity:.5}.model-wheel-container.image-gen-mode .model-wheel-arrow,.model-wheel-container.video-gen-mode .model-wheel-arrow{display:none}.model-wheel-arrow-left:after{border-width:5px 7px 5px 0;left:5px}.model-wheel-arrow-right:after{border-width:5px 0 5px 7px;right:5px}.model-wheel-container{padding:0 22px}}@keyframes modelSlideLeft{0%{transform:translate(20px);opacity:0}to{transform:translate(0);opacity:1}}@keyframes modelSlideRight{0%{transform:translate(-20px);opacity:0}to{transform:translate(0);opacity:1}}.slide-left{animation:modelSlideLeft .2s ease-out}.slide-right{animation:modelSlideRight .2s ease-out}.theme-toggle{display:flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .2s ease}.theme-toggle:hover{transform:scale(1.1)}.theme-toggle:active{transform:scale(.95)}.theme-icon{width:20px;height:20px;display:flex;align-items:center;justify-content:center}.App *{transition:background-color .3s ease,color .3s ease,border-color .3s ease,box-shadow .3s ease}.code-editor-window{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:4px;box-shadow:4px 4px 0 var(--border-color);backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);font-family:monospace;font-size:11px;overflow:hidden}.editor-header{background:var(--active-bg);color:var(--active-text);font-family:monospace;font-size:12px;font-weight:700;border-bottom:none;height:24px;padding:0 8px}.editor-title{font-size:12px;letter-spacing:0}.editor-close-btn{color:var(--active-text);font-size:14px;width:16px;height:16px;border-radius:2px}.editor-close-btn:hover{background:rgba(255,255,255,.2)}.editor-body{background:var(--bg-secondary)}.code-textarea{background:var(--input-bg);font-family:Courier New,monospace;font-size:12px;color:var(--text-color);padding:8px}.editor-footer{background:var(--bg-secondary);color:var(--text-color);border-top:1px solid var(--border-color);height:24px}.run-code-btn,.run-button{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:2px;color:var(--text-color);font-family:monospace;font-size:11px;font-weight:700;box-shadow:2px 2px 0 var(--border-color);padding:2px 6px}.run-code-btn:hover,.run-button:hover{background:var(--hover-bg)}.pin-button{color:var(--text-color)}.pin-button.pinned{color:var(--active-bg)}.message{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:4px;box-shadow:2px 2px 0 var(--border-color);padding:8px 12px;margin-bottom:8px;font-family:monospace;font-size:11px;color:var(--text-color)}.user-message{background:var(--hover-bg);border-color:var(--border-color)}.ai-message{background:var(--bg-secondary);border-color:var(--border-color)}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--bg-secondary);border-radius:3px}::-webkit-scrollbar-thumb{background:var(--border-color);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--active-bg)}.folder-button{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:var(--bg-secondary);border:3px solid var(--border-color);color:var(--text-color);font-size:18px;padding:0;box-shadow:4px 4px 0 var(--border-color);cursor:pointer}.folder-button:hover{transform:translateY(-2px);box-shadow:4px 6px 0 var(--border-color)}.folder-button:active{transform:translateY(0);box-shadow:2px 2px 0 var(--border-color)}.community-button{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#28a745;border:3px solid #1e7e34;color:#000;font-size:18px;padding:0;box-shadow:4px 4px #1e7e34;cursor:pointer;transition:all .1s ease}.community-button:hover{background:#218838;transform:translateY(-2px);box-shadow:4px 6px #1e7e34}.community-button:active{transform:translateY(0);box-shadow:2px 2px #1e7e34}.community-button.aero{background:linear-gradient(145deg,rgba(40,167,69,.8),rgba(30,126,52,.9));border:1px solid rgba(255,255,255,.3);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 5px 15px #0003,inset 0 1px 1px #ffffff4d;color:#fff}.community-button.aero:hover{background:linear-gradient(145deg,rgba(33,136,56,.9),rgba(40,167,69,1));transform:translateY(-3px) scale(1.05);box-shadow:0 8px 25px #0000004d,0 0 15px #28a74599}@media (max-width: 768px){.folder-button,.user-profile-button{width:36px;height:36px;font-size:16px}}.save-button{transition:all .2s ease;position:relative}.save-button.saved{background:rgba(220,38,38,.1)!important;border-color:#dc2626!important;animation:savedPulse 2s ease-in-out}.save-button.saved:hover{background:rgba(220,38,38,.2)!important;transform:scale(1.05)}@keyframes savedPulse{0%{box-shadow:0 0 #dc2626b3}70%{box-shadow:0 0 0 10px #dc262600}to{box-shadow:0 0 #dc262600}}.loading-container{display:flex;justify-content:center;align-items:center;min-height:100vh;background:var(--bg-color, #1a1a1a)}.loading-spinner{width:50px;height:50px;border:5px solid rgba(255,255,255,.1);border-radius:50%;border-top-color:var(--primary-color, #646cff);animation:spin 1s ease-in-out infinite}@keyframes spin{to{transform:rotate(360deg)}}.icon-only-button{width:40px;height:40px;padding:0;display:flex;align-items:center;justify-content:center;font-size:18px}@keyframes fadeIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}@keyframes slideInFromLeft{0%{opacity:0;transform:translate(-30px) scale(.9);box-shadow:0 0 #0000}70%{opacity:1;transform:translate(5px) scale(1.05)}to{opacity:1;transform:translate(0) scale(1);box-shadow:0 2px 5px #0003}}@keyframes slideInFromLeftBottom{0%{opacity:0;transform:translate(-30px) scale(.9);box-shadow:0 0 #0000}70%{opacity:1;transform:translate(5px) scale(1.05)}to{opacity:1;transform:translate(0) scale(1);box-shadow:0 2px 5px #0003}}@keyframes pulseBottom{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}.upgrade-button{animation:slideInFromLeftBottom .5s cubic-bezier(.175,.885,.32,1.275),pulseBottom 1.5s ease-in-out infinite .5s;transition:all .2s ease;transform-origin:left center}@supports not (animation-timing-function: cubic-bezier(.175,.885,.32,1.275)){.upgrade-button{animation:fadeIn .3s ease-out,pulseBottom 1.5s ease-in-out infinite .3s}}.upgrade-button:hover{animation-play-state:paused;transform:scale(1.1)!important;box-shadow:0 4px 8px #0000004d!important}.subscription-required-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#000000b3;display:flex;justify-content:center;align-items:center;z-index:10}.subscription-prompt{background-color:var(--bg-secondary);border:2px solid var(--border-color);border-radius:8px;padding:30px;max-width:400px;text-align:center;box-shadow:0 5px 20px #0000004d;animation:popIn .3s cubic-bezier(.175,.885,.32,1.275);position:relative}.close-overlay-button{position:absolute;top:10px;right:10px;background:transparent;border:none;color:var(--text-color);font-size:24px;width:30px;height:30px;line-height:30px;text-align:center;cursor:pointer;border-radius:50%;padding:0;margin:0;display:flex;align-items:center;justify-content:center;box-shadow:none;transition:background-color .2s ease}.close-overlay-button:hover{background-color:#0000001a}.dismiss-button{background-color:transparent;color:var(--text-color);border:1px solid var(--border-color);margin-top:10px;padding:8px 16px;transition:background-color .2s ease}.dismiss-button:hover{background-color:var(--hover-bg)}.subscription-prompt h2{margin:0 0 15px;color:var(--text-color);font-size:24px;display:block}.subscription-prompt p{margin:0 0 20px;color:var(--text-color);font-size:16px;line-height:1.5}.subscription-prompt button{background-color:#ffd166;color:#333;border:none;padding:10px 20px;border-radius:5px;font-size:16px;font-weight:700;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 5px #0003;margin:0 5px}.subscription-prompt button:hover{transform:translateY(-2px);box-shadow:0 4px 8px #0000004d}.subscription-prompt button:active{transform:translateY(0);box-shadow:0 1px 3px #0003}.subscription-reminder{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background-color:#000c;color:#fff;padding:15px 20px;border-radius:8px;text-align:center;z-index:5;box-shadow:0 4px 12px #0003;animation:fadeIn .3s ease-out}.subscription-reminder p{margin:0;font-size:16px;display:flex;align-items:center;gap:10px}.subscription-reminder button{background-color:#ffd166;color:#333;border:none;padding:5px 10px;border-radius:4px;font-size:14px;font-weight:700;cursor:pointer;transition:all .2s ease;margin-left:10px}.subscription-reminder button:hover{transform:translateY(-2px)}@keyframes popIn{0%{transform:scale(.9);opacity:0}to{transform:scale(1);opacity:1}}.vip-badge{animation:shine 2s infinite alternate}@keyframes shine{0%{box-shadow:0 0 5px #ffd70080}to{box-shadow:0 0 15px #ffd700cc}}.top-right-navbar{position:fixed;top:20px;right:20px;display:flex;align-items:center;gap:12px;z-index:1000}.top-right-navbar button{width:40px;height:40px;padding:10px;background:#fff;border:3px solid #000;border-radius:12%;box-shadow:4px 4px #000;font-family:monospace;font-weight:700;transition:all .1s ease;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:18px}.top-right-navbar button:hover{transform:translate(-1px,-1px);box-shadow:5px 5px #000}.top-right-navbar button:active{transform:translate(2px,2px);box-shadow:2px 2px #000}.top-right-navbar .user-profile-menu{margin-right:8px}[data-theme=dark] .top-right-navbar button{background:#333;border-color:#999;box-shadow:4px 4px #666;color:#fff}[data-theme=dark] .top-right-navbar button:hover{box-shadow:5px 5px #666}[data-theme=dark] .top-right-navbar button:active{box-shadow:2px 2px #666}.top-right-navbar button.aero{background:rgba(255,255,255,.7);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.8);box-shadow:0 4px 15px #0000001a}@keyframes sparkle{0%{transform:scale(1) rotate(0);filter:drop-shadow(0 0 2px gold)}50%{transform:scale(1.1) rotate(5deg);filter:drop-shadow(0 0 5px gold)}to{transform:scale(1) rotate(-2deg);filter:drop-shadow(0 0 3px gold)}}.dragging-over{outline:3px dashed rgba(76,175,80,.6);outline-offset:-5px}.drag-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background-color:#000000b3;color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.5em;font-weight:700;z-index:1001;pointer-events:none;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.image-preview-container{position:relative;margin-right:8px;width:32px;height:32px;border-radius:4px;overflow:hidden;border:1px solid var(--border-color, rgba(0,0,0,.2));box-shadow:0 1px 3px #0000001a;flex-shrink:0}.image-preview-container img{display:block;width:100%;height:100%;object-fit:cover}.clear-image-button{position:absolute;top:-6px;right:-6px;width:18px;height:18px;border-radius:50%;background:var(--button-bg, #ff4d4d);color:#fff;font-size:12px;font-weight:700;line-height:16px;display:flex;align-items:center;justify-content:center;border:1px solid rgba(0,0,0,.2);box-shadow:0 1px 2px #0003;cursor:pointer;padding:0;transition:background-color .2s ease}.clear-image-button:hover{background:var(--button-hover-bg, #ff1a1a)}.clear-image-button.aero{background:rgba(255,77,77,.8);border-color:#fff6;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.clear-image-button.aero:hover{background:rgba(255,26,26,.9)}.image-upload-button{display:flex;align-items:center;justify-content:center;padding:6px;background-color:transparent;border:1px solid var(--border-color, #ccc);box-shadow:1px 1px 0 var(--border-shadow-color, #ddd);border-radius:4px;cursor:pointer;margin-left:5px;transition:background-color .2s ease,box-shadow .2s ease;color:var(--text-color)}.image-upload-button:hover{background-color:var(--button-hover-bg, #eee);box-shadow:1px 1px 2px var(--border-shadow-color, #ccc)}.image-upload-button:disabled{opacity:.5;cursor:not-allowed}.image-upload-button.aero{background:rgba(255,255,255,.7);border:1px solid rgba(255,255,255,.4);box-shadow:0 2px 5px #0000001a}.image-upload-button.aero:hover{background:rgba(240,240,240,.8)}.input-form{display:flex;align-items:center}.background-indicator{font-size:.7em;margin-left:4px;animation:pulse 1.5s infinite}@keyframes pulse{0%,50%,to{opacity:1}25%,75%{opacity:.5}}@keyframes slideInRight{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}.all-modes-container{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.user-profile-container{position:relative;display:flex;z-index:1000}.user-profile-button{width:40px;height:40px;border-radius:15%;background-color:#fff;border:3px solid #000;color:#000;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:16px;font-weight:700;box-shadow:4px 4px #000;overflow:hidden;transition:all .1s ease;padding:0}.user-avatar{width:100%;height:100%;object-fit:cover}.user-initial{font-size:20px;font-weight:700;text-transform:uppercase}.user-profile-menu{position:absolute;top:50px;right:0;width:280px;background-color:#fff;border:2px solid #000;border-radius:8px;padding:15px;box-shadow:4px 4px #000;z-index:10}.user-info-section{padding:10px;text-align:center;border-bottom:1px solid #ddd;margin-bottom:10px}.user-name{font-weight:700;margin-bottom:5px;font-size:16px}.user-email{font-size:12px;color:#666;word-break:break-all}.subscription-section{padding:10px;display:flex;justify-content:space-between;align-items:center;margin-bottom:15px;flex-wrap:wrap;gap:8px}.subscription-info{font-size:14px;color:#666;font-weight:500}.subscription-badge{font-size:13px;font-weight:700;padding:6px 12px;border-radius:20px;display:flex;align-items:center;gap:4px;box-shadow:0 2px 4px #0000001a;transition:all .2s ease;text-align:center;white-space:nowrap;min-width:120px;justify-content:center}.subscription-badge[data-tier=vip]{background:linear-gradient(135deg,#FFD700,#FFA500);color:#333;box-shadow:0 2px 8px #ffd70080}.subscription-badge[data-tier=professional]{background:linear-gradient(135deg,#7B69EC,#5D4BDB);color:#fff}.subscription-badge[data-tier=creator]{background:linear-gradient(135deg,#5EA8FF,#4A90E2);color:#fff}.subscription-badge[data-tier=free]{background:linear-gradient(135deg,#e0e0e0,#c0c0c0);color:#333}.vip-crown{font-size:16px;margin-left:2px;animation:sparkle 1.5s infinite alternate}.credits-section{padding:10px;margin-bottom:15px}.credits-info{font-size:14px;color:#666;margin-bottom:5px}.credits-display{font-size:16px;font-weight:700;color:#333}.credits-reset{font-size:12px;color:#999;margin-top:5px}.upgrade-button-menu,.manage-button-menu,.sign-out-button{width:100%!important;border:none;padding:12px 16px;border-radius:6px;font-size:14px;font-weight:700;cursor:pointer;display:block!important;text-align:center!important;margin-bottom:10px;transition:all .2s ease;box-shadow:0 2px 4px #0000001a;min-height:40px;line-height:1.2}.upgrade-button-menu{background-color:#ffd166;color:#333}.manage-button-menu{background-color:#5ea8ff;color:#070707}.upgrade-button-menu:hover,.manage-button-menu:hover{transform:translateY(-2px);box-shadow:0 4px 8px #00000026}.menu-divider{height:1px;background-color:#ddd;margin:10px 0}.sign-out-button{background-color:transparent;color:#333;border:2px solid #ddd;margin-bottom:0;font-weight:600}.sign-out-button:hover{background-color:#f5f5f5;border-color:#999}.App.folder-system-open .controls-overlay,.App.folder-system-open .chat-overlay,.App.folder-system-open .top-right-navbar,.App.folder-system-open .visibility-toggle{display:none!important}.all-modes-container{width:100%;height:100%}@media (max-width: 768px){.mobile-locked-model-overlay{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background:var(--bg-secondary);border:3px solid var(--border-color);border-radius:12px;padding:20px;max-width:320px;width:90%;text-align:center;z-index:1000;box-shadow:4px 4px 0 var(--border-color);font-family:monospace;animation:slideInFromCenter .3s ease-out}.mobile-locked-model-overlay h3{font-size:16px;margin-bottom:8px;color:var(--text-color);display:flex;align-items:center;justify-content:center;gap:8px}.mobile-locked-model-overlay p{font-size:12px;color:var(--text-secondary);margin-bottom:16px;line-height:1.4}.mobile-locked-model-upgrade-button{width:100%;padding:12px 16px;background:linear-gradient(135deg,#FFD166,#FFA500);color:#333;border:2px solid var(--border-color);border-radius:8px;font-family:monospace;font-size:14px;font-weight:700;cursor:pointer;transition:all .2s ease;box-shadow:2px 2px 0 var(--border-color);margin-bottom:8px}.mobile-locked-model-upgrade-button:hover{transform:translateY(-2px);box-shadow:4px 4px 0 var(--border-color)}.mobile-locked-model-upgrade-button:active{transform:translateY(0);box-shadow:2px 2px 0 var(--border-color)}.mobile-locked-model-close-button{background:transparent;border:1px solid var(--border-color);color:var(--text-color);padding:8px 16px;border-radius:6px;font-family:monospace;font-size:12px;cursor:pointer;transition:all .2s ease;width:100%}.mobile-locked-model-close-button:hover{background:var(--hover-bg)}.lock-icon{font-size:18px;color:#ffd166}@keyframes slideInFromCenter{0%{opacity:0;transform:translate(-50%,-50%) scale(.8)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}}:root{--chat-bg: rgba(255, 255, 255, .15);--chat-border: rgba(255, 255, 255, .4);--chat-shadow: rgba(0, 0, 0, .15);--messages-gradient-start: rgba(255, 255, 255, .1);--messages-gradient-end: rgba(255, 255, 255, .05);--user-message-bg: rgba(255, 255, 255, .589);--timestamp-color: #666;--empty-chat-color: rgba(0, 0, 0, .5);--error-bg: #ff6b6b;--error-text: white;--scrollbar-track: rgba(255, 255, 255, .1);--scrollbar-thumb: rgba(0, 0, 0, .2);--message-border: rgba(255, 255, 255, .2);--message-shadow: rgba(0, 0, 0, .1)}[data-theme=dark]{--chat-bg: rgba(25, 25, 25, .4);--chat-border: rgba(100, 100, 100, .4);--chat-shadow: rgba(0, 0, 0, .3);--messages-gradient-start: rgba(40, 40, 40, .15);--messages-gradient-end: rgba(30, 30, 30, .08);--user-message-bg: rgba(0, 100, 80, .3);--timestamp-color: #aaa;--empty-chat-color: rgba(200, 200, 200, .5);--error-bg: #b71c1c;--error-text: white;--scrollbar-track: rgba(80, 80, 80, .1);--scrollbar-thumb: rgba(100, 100, 100, .3);--message-border: rgba(80, 80, 80, .2);--message-shadow: rgba(0, 0, 0, .2)}[data-model=deepseek] .ai-message{background-color:#9b85ee4d;border-color:#9b85ee33}[data-model=deepseekr1] .ai-message{background-color:#0000004d;border-color:#32323233}[data-model=deepseekv3_SAMBA] .ai-message{background-color:#ff67004d;border-color:#ff670033}[data-model=gemini] .ai-message{background-color:#3772ff4d;border-color:#3772ff33}[data-model=gemini25] .ai-message{background-color:#359b2870;border-color:#34a85333}[data-model=gemini25flashlite] .ai-message{background-color:#ffd7004d;border-color:#ffd70033}[data-model=llama] .ai-message{background-color:#34a8534d;border-color:#34a85333}[data-model=claude37OPRTR] .ai-message{background-color:#df29354d;border-color:#df293533}[data-model=o3mini] .ai-message{background-color:#8a2be24d;border-color:#8a2be233}[data-model=kimik2] .ai-message{background-color:#a3b18abe;border-color:#f5e2c833}[data-model=fireworks] .ai-message{background-color:#935ea84d;border-color:#935ea833}[data-model=quasar] .ai-message{background-color:#9696964d;border-color:#64646433}.chat-overlay{position:absolute;bottom:90px;left:50%;transform:translate(-50%);z-index:10;pointer-events:none;width:100%;display:flex;flex-direction:column;align-items:center}.aero-theme .chat-overlay{bottom:105px!important;position:absolute!important;left:50%!important;transform:translate(-50%)!important;z-index:10!important;pointer-events:none!important;width:100%!important;display:flex!important;flex-direction:column!important;align-items:center!important}.aero-theme .chat-container{position:relative!important}.chat-resize-handle{width:110px;height:6px;background-color:#78787880;border:1px solid rgba(255,255,255,.2);border-radius:4px;cursor:ns-resize;margin-bottom:4px;pointer-events:auto;transition:background-color .2s ease;-webkit-user-select:none;user-select:none}.chat-resize-handle:hover{background-color:#969696b3}[data-theme=dark] .chat-resize-handle{background-color:#50505099;border-color:#9696964d}[data-theme=dark] .chat-resize-handle:hover{background-color:#646464cc}.chat-container{width:100%;max-width:800px;min-height:80px;height:auto;position:relative;background:var(--chat-bg);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border:1px solid var(--chat-border);box-shadow:0 8px 32px var(--chat-shadow),inset 0 1px #fff3;display:flex;flex-direction:column;overflow:hidden;margin:0;border-radius:16px;opacity:.99;transition:background .3s ease,border-color .3s ease,box-shadow .3s ease;pointer-events:auto}.messages-container{flex:1;overflow-y:auto;padding:20px;display:flex;flex-direction:column;gap:16px;background:linear-gradient(135deg,var(--messages-gradient-start),var(--messages-gradient-end));min-height:40px;transition:background .3s ease}.error-message{align-self:center;background-color:var(--error-bg);color:var(--error-text);padding:8px 16px;border:2px solid var(--border-color);box-shadow:2px 2px 0 var(--border-color);font-family:monospace;font-size:.9rem;display:flex;align-items:center;gap:8px;margin-bottom:16px;transition:background-color .3s ease,color .3s ease,border-color .3s ease}.error-message span{font-size:1.2rem}.message{max-width:90%;padding:12px;border:1px solid var(--message-border);box-shadow:0 4px 12px var(--message-shadow);font-family:monospace;font-size:1rem;line-height:1.4;position:relative;border-radius:12px;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);transition:background .3s ease,border-color .3s ease;color:var(--text-color)}.user-message{align-self:flex-end;background:var(--user-message-bg)}.ai-message{align-self:flex-start;background:var(--ai-message-bg)}.message-content{display:flex;gap:8px;align-items:flex-start}.message-role{font-size:1.2rem;line-height:1}.message-timestamp{position:absolute;bottom:-18px;font-size:.7rem;color:var(--timestamp-color);right:0;transition:color .3s ease}.loading{opacity:.7;animation:pulse 1.5s infinite}@keyframes pulse{0%{opacity:.7}50%{opacity:.5}to{opacity:.7}}.canvas-container{position:absolute;width:100%;height:100%;z-index:1}.drawing-stage{position:relative;width:100%;height:100%}.messages-container::-webkit-scrollbar{width:6px}.messages-container::-webkit-scrollbar-track{background:var(--scrollbar-track)}.messages-container::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb);border-radius:3px}.messages-container:empty:before{content:"No messages yet";font-family:monospace;color:var(--empty-chat-color);align-self:center;margin:auto;font-size:.9rem;font-style:italic}@media screen and (max-width: 768px){.chat-overlay{bottom:70px}.chat-container{max-width:95%;min-height:60px;max-height:180px;border-radius:8px}.message{max-width:100%;padding:10px;font-size:14px;margin-bottom:12px}.messages-container{padding:12px;gap:8px}.clear-chat-button{width:32px;height:32px;bottom:8px;right:8px;font-size:14px}.message-timestamp{font-size:10px}.message-role{font-size:12px}}.code-context-indicator{display:inline-flex;align-items:center;gap:4px;background-color:#ffc10733;border-radius:4px;padding:2px 6px;margin-top:6px;font-size:.8em;color:#ffc107}.clear-chat-button{position:absolute;bottom:10px;right:10px;background:transparent;border:none;color:#000000b3;cursor:pointer;z-index:10;width:30px;height:30px;display:flex;align-items:center;justify-content:center;font-size:20px;transition:all .2s ease;padding:0;box-shadow:none;outline:none}.clear-chat-button:hover{color:#000000e6;transform:scale(1.1);background-color:transparent}.clear-chat-button:active{transform:scale(.95)}[data-theme=dark] .clear-chat-button{color:#b4b4b4b3;background:transparent;border:none}[data-theme=dark] .clear-chat-button:hover{color:#ffffffe6;background-color:transparent}body.chat-resizing{cursor:ns-resize!important;-webkit-user-select:none!important;user-select:none!important}body.chat-resizing *{cursor:ns-resize!important}body.chat-resizing iframe,body.chat-resizing input,body.chat-resizing textarea,body.chat-resizing select,body.chat-resizing button{pointer-events:none!important}.chat-container{transition:height .05s linear}.message-text{width:100%}.message-text h1,.message-text h2,.message-text h3,.message-text h4,.message-text h5,.message-text h6{color:inherit;margin-top:.8em;margin-bottom:.4em;font-weight:700}.message-text h1:first-child,.message-text h2:first-child,.message-text h3:first-child,.message-text h4:first-child,.message-text h5:first-child,.message-text h6:first-child{margin-top:0}.message-text p{margin:.6em 0;line-height:1.5;color:#000;font-weight:500}.message-text p:first-child{margin-top:0}.message-text p:last-child{margin-bottom:0}.message-text ul,.message-text ol{margin:.6em 0;padding-left:1.8em}.message-text li{margin:.3em 0;line-height:1.4}.message-text blockquote{border-left:4px solid rgba(100,100,100,.4);padding-left:1em;margin:.8em 0;font-style:italic;color:#646464cc}.message-text code{background-color:#0000001a;padding:2px 6px;border-radius:4px;font-family:Courier New,monospace;font-size:.9em}[data-theme=dark] .message-text code{background-color:#ffffff1a}.message-text pre{background-color:#0000000d;padding:1em;border-radius:8px;overflow-x:auto;margin:.8em 0;border:1px solid rgba(0,0,0,.1)}[data-theme=dark] .message-text pre{background-color:#ffffff0d;border-color:#ffffff1a}.message-text pre code{background:none;padding:0;border-radius:0;font-size:.85em}.message-text strong{font-weight:700}.message-text em{font-style:italic}.message-text a{color:#4a90e2;text-decoration:underline}.message-text a:hover{color:#357abd}[data-theme=dark] .message-text a{color:#7bb3f0}[data-theme=dark] .message-text a:hover{color:#9bc5f2}.message-text pre[class*=language-]{background:none!important;padding:0!important;margin:.8em 0!important;border-radius:8px!important;overflow:hidden!important}.message-text div[class*=language-]{border-radius:8px;overflow-x:auto;font-size:.85em}:root{--aero-primary: rgba(135, 206, 235, .85);--aero-secondary: rgba(70, 130, 180, .9);--aero-accent: rgba(0, 191, 255, .8);--aero-glass: rgba(255, 255, 255, .25);--aero-glass-dark: rgba(255, 255, 255, .15);--aero-shadow: rgba(0, 0, 0, .2);--aero-glow: rgba(135, 206, 235, .6);--aero-text: rgba(0, 0, 0, .95);--aero-text-shadow: 0 1px 2px rgba(243, 12, 12, .3);--aero-border: rgba(255, 255, 255, .3);--aero-highlight: rgba(94, 255, 255, .438);--aero-green: rgba(144, 238, 144, .8);--aero-lime: rgba(173, 255, 47, .7)}.App.aero-theme{background:linear-gradient(135deg,#329dc7 0%,#48a9e0 25%,#399ac09c 50%,#2aa096 75%,#7fe4b1e0 100%)!important;transition:background .5s ease}.top-right-navbar .aero-theme-button,.top-right-navbar .tool-palette-button.aero,.top-right-navbar .editor-button.aero,.top-right-navbar .folder-button.aero{background:linear-gradient(145deg,var(--aero-glass),var(--aero-glass-dark));border:1px solid var(--aero-border);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);box-shadow:0 5px 15px var(--aero-shadow),inset 0 1px 1px var(--aero-highlight);border-radius:12px;color:#097dca;text-shadow:0 1px 2px rgba(0,0,0,.3);transition:all .3s cubic-bezier(.25,.1,.25,1)}.top-right-navbar .aero-theme-button:hover,.top-right-navbar .tool-palette-button.aero:hover,.top-right-navbar .editor-button.aero:hover,.top-right-navbar .folder-button.aero:hover{transform:translateY(-3px) scale(1.05);box-shadow:0 8px 25px var(--aero-shadow),inset 0 1px 1px var(--aero-highlight),0 0 15px var(--aero-glow);background:linear-gradient(145deg,rgba(255,255,255,.4),rgba(255,255,255,.2))}.top-right-navbar .aero-theme-button:active,.top-right-navbar .tool-palette-button.aero:active,.top-right-navbar .editor-button.aero:active,.top-right-navbar .folder-button.aero:active{transform:translateY(1px) scale(1);box-shadow:0 2px 8px var(--aero-shadow),inset 0 1px 2px #0003}.user-profile-button.aero{border-radius:50%!important;box-shadow:0 5px 15px var(--aero-shadow),inset 0 1px 1px var(--aero-highlight)!important;background:linear-gradient(145deg,var(--aero-glass),var(--aero-glass-dark))!important;border:1px solid var(--aero-border)!important}.user-profile-menu.aero{background:linear-gradient(135deg,rgba(135,206,235,.8),rgba(70,130,180,.9))!important;-webkit-backdrop-filter:blur(20px)!important;backdrop-filter:blur(20px)!important;border:1px solid var(--aero-border)!important;box-shadow:0 10px 30px var(--aero-shadow)!important;border-radius:16px!important;color:#fff!important;width:280px!important;padding:15px!important}.user-profile-menu.aero .user-info-section{border-bottom:1px solid var(--aero-border)!important}.user-profile-menu.aero .user-name{color:#fff!important;text-shadow:0 1px 2px rgba(0,0,0,.4)}.user-profile-menu.aero .user-email{color:#fffc!important}.user-profile-menu.aero .subscription-info{color:#fffc!important;font-weight:500!important}.user-profile-menu.aero .subscription-badge{text-shadow:0 1px 2px rgba(0,0,0,.3);box-shadow:0 2px 5px #0003!important;font-size:13px!important;padding:6px 12px!important;border-radius:20px!important;min-width:120px!important;justify-content:center!important;text-align:center!important;white-space:nowrap!important}.user-profile-menu.aero .credits-section{color:#ffffffe6!important;margin-bottom:15px!important}.user-profile-menu.aero .credits-info{color:#fffc!important;font-weight:500!important}.user-profile-menu.aero .credits-display{color:#fff!important;font-weight:700!important}.user-profile-menu.aero .credits-reset{color:#fff9!important}.user-profile-menu.aero .upgrade-button-menu,.user-profile-menu.aero .manage-button-menu{background:linear-gradient(135deg,rgba(95,168,255,.9),rgba(74,144,226,.95))!important;color:#fff!important;border-radius:8px!important;border:1px solid rgba(255,255,255,.3)!important;transition:all .3s ease!important;box-shadow:0 4px 10px #0003!important;padding:12px 16px!important;min-height:40px!important;font-weight:700!important;font-size:14px!important;gap:8px!important;text-align:center!important}.user-profile-menu.aero .upgrade-button-menu:hover,.user-profile-menu.aero .manage-button-menu:hover{transform:translateY(-2px);box-shadow:0 6px 15px #0000004d!important;border-color:#ffffff80!important;background:linear-gradient(135deg,rgba(95,168,255,1),rgba(74,144,226,1))!important}.user-profile-menu.aero .sign-out-button{background:rgba(0,0,0,.1)!important;border:2px solid rgba(255,255,255,.3)!important;color:#fff!important;padding:12px 16px!important;min-height:40px!important;font-weight:600!important;font-size:14px!important;text-align:center!important;border-radius:8px!important}.user-profile-menu.aero .sign-out-button:hover{background:rgba(0,0,0,.2)!important;border-color:#fff9!important;transform:translateY(-1px)}.user-profile-menu.aero .menu-divider{background-color:#fff3!important;margin:10px 0!important}.controls-overlay.aero{background:linear-gradient(135deg,var(--aero-primary) 0%,var(--aero-secondary) 50%,var(--aero-accent) 100%);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid var(--aero-border);box-shadow:0 6px 24px var(--aero-shadow),inset 0 1px 0 var(--aero-highlight),0 0 15px var(--aero-glow);border-radius:12px;padding:8px 12px;overflow:hidden;transform:translate(-50%) scale(.9)}.controls-overlay.aero:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,5,5,.1) 0%,transparent 70%);opacity:.6;pointer-events:none;animation:aero-shimmer 8s ease-in-out infinite}@keyframes aero-shimmer{0%,to{transform:rotate(0) scale(1);opacity:.3}50%{transform:rotate(180deg) scale(1.1);opacity:.6}}.controls-overlay.aero h1{display:none}.controls-overlay.aero h1 span{font-weight:200;opacity:.9;text-shadow:0 1px 3px rgba(0,0,0,.2)}.controls-overlay.aero .input-form{position:relative;z-index:2}.controls-overlay.aero input{background:rgb(233,243,255);border:1px solid var(--aero-border);border-radius:10px;color:var(--aero-text);padding:10px 16px;font-size:14px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:inset 0 2px 4px #0000001a,0 1px 0 var(--aero-highlight),0 3px 10px #00000026;transition:all .3s ease;text-shadow:var(--aero-text-shadow)}.controls-overlay.aero input::placeholder{color:#046801b3;text-shadow:none}.controls-overlay.aero input:focus{outline:none;border-color:var(--aero-accent);box-shadow:inset 0 2px 4px #0000001a,0 1px 0 var(--aero-highlight),0 4px 12px #00000026,0 0 15px var(--aero-glow);transform:translateY(-1px)}.controls-overlay.aero button{background:linear-gradient(145deg,var(--aero-accent) 0%,var(--aero-secondary) 100%);border:1px solid var(--aero-border);border-radius:10px;color:var(--aero-text);padding:10px 18px;font-weight:500;font-size:14px;text-shadow:var(--aero-text-shadow);box-shadow:0 3px 10px #0003,inset 0 1px 0 var(--aero-highlight),0 0 8px #87ceeb4d;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.controls-overlay.aero button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #00000040,inset 0 1px 0 var(--aero-highlight),0 0 20px #87ceeb80;background:linear-gradient(145deg,rgba(0,191,255,.9) 0%,rgba(70,130,180,.95) 100%)}.controls-overlay.aero button:active{transform:translateY(0);box-shadow:0 2px 8px #0000004d,inset 0 1px 0 var(--aero-highlight)}.controls-overlay.aero .model-toggle-container{position:relative;z-index:2}.controls-overlay.aero .toggle-switch{background:linear-gradient(145deg,rgba(70,130,180,.95) 0%,rgb(110,204,173) 100%);border:1px solid var(--aero-border);border-radius:20px;padding:4px;box-shadow:inset 0 2px 4px #0000001a,0 1px 0 var(--aero-highlight),0 4px 12px #00000026}.controls-overlay.aero .model-option{background:transparent;color:#2b2a2acc;border-radius:12px;padding:8px 14px;font-size:13px;transition:all .3s ease;text-shadow:var(--aero-text-shadow);position:relative;overflow:hidden}.controls-overlay.aero .model-option:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease}.controls-overlay.aero .model-option:hover:before{left:100%}.controls-overlay.aero .model-option.active{background:linear-gradient(145deg,rgba(0,191,255,1) 0%,rgba(135,206,235,.95) 35%,rgba(0,255,255,.9) 65%,rgba(70,130,180,1) 100%);color:#000;box-shadow:0 4px 12px #0003,inset 0 1px 0 var(--aero-highlight),0 0 15px var(--aero-glow);transform:translateY(-1px)}.controls-overlay.aero .model-option:hover{color:var(--aero-text);transform:translateY(-1px);box-shadow:0 2px 8px #00000026}.controls-overlay.aero .model-wheel-container{background:linear-gradient(145deg,var(--aero-glass) 0%,var(--aero-glass-dark) 100%);border:1px solid var(--aero-border);border-radius:16px;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);box-shadow:inset 0 2px 4px #0000001a,0 1px 0 var(--aero-highlight),0 4px 12px #00000026;padding:2px;position:relative;overflow:hidden}.controls-overlay.aero .model-wheel-item{color:#fffc;text-shadow:var(--aero-text-shadow);padding:12px 20px;border-radius:12px;transition:all .3s ease;position:relative;overflow:hidden}.controls-overlay.aero .model-wheel-item:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease}.controls-overlay.aero .model-wheel-item:hover:before{left:100%}.controls-overlay.aero .model-wheel-item.active{background:linear-gradient(145deg,var(--aero-accent) 0%,var(--aero-secondary) 100%);color:var(--aero-text);box-shadow:0 4px 12px #0003,inset 0 1px 0 var(--aero-highlight),0 0 15px var(--aero-glow);transform:scale(1.05)}.model-wheel-container[data-model=gemini25flashlite].aero{background:linear-gradient(145deg,#FFD700,#FFA500);color:#000}.model-wheel-container[data-model=kimik2].aero{background:linear-gradient(145deg,#f5e2c8,#e6d1b3);color:#4a4a4a}.controls-overlay.aero .model-wheel-arrow{background:linear-gradient(145deg,var(--aero-glass) 0%,var(--aero-glass-dark) 100%);border:1px solid var(--aero-border);color:var(--aero-text);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 4px 12px #00000026,inset 0 1px 0 var(--aero-highlight);border-radius:50%;transition:all .3s ease}.controls-overlay.aero .model-wheel-arrow:hover{background:linear-gradient(145deg,var(--aero-accent) 0%,var(--aero-secondary) 100%);transform:scale(1.1);box-shadow:0 6px 16px #0003,0 0 15px var(--aero-glow)}.pin-button-standalone.aero,.globe-button-standalone.aero{background:linear-gradient(145deg,var(--aero-glass) 0%,var(--aero-glass-dark) 100%)!important;border:1px solid var(--aero-border)!important;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 4px 12px #00000026,inset 0 1px 0 var(--aero-highlight)!important;border-radius:12px!important;transition:all .3s ease!important}.pin-button-standalone.aero:hover,.globe-button-standalone.aero:hover{background:linear-gradient(145deg,var(--aero-accent) 0%,var(--aero-secondary) 100%)!important;transform:translateY(-2px) scale(1.05)!important;box-shadow:0 6px 16px #0003,0 0 15px var(--aero-glow)!important}.pin-button-standalone.aero.pinned{background:linear-gradient(145deg,var(--aero-green) 0%,var(--aero-lime) 100%)!important;box-shadow:inset 0 2px 4px #0000001a,0 4px 12px #90ee9066!important}.globe-button-standalone.aero.active{background:linear-gradient(145deg,var(--aero-accent) 0%,var(--aero-secondary) 100%)!important;box-shadow:inset 0 2px 4px #0000001a,0 4px 12px var(--aero-glow)!important}.chat-container.aero{background:linear-gradient(145deg,rgba(255,255,255,.2) 0%,rgba(255,255,255,.1) 100%);-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);border:1px solid var(--aero-border);box-shadow:0 12px 40px #0003,inset 0 1px 0 var(--aero-highlight),0 0 30px #87ceeb4d;border-radius:20px;position:relative;overflow:hidden;display:flex;flex-direction:column}.chat-container.aero:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,var(--aero-highlight),transparent);opacity:.8;z-index:1}.chat-container.aero:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at center,rgba(255,255,255,.03) 0%,transparent 50%);opacity:.6;pointer-events:none;z-index:1}.chat-container.aero .messages-container{padding:20px;flex:1;overflow-y:auto;display:flex;flex-direction:column;gap:16px}.chat-container.aero .message{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;padding:14px 18px;position:relative;transition:background .3s ease,border-color .3s ease,box-shadow .3s ease,opacity .3s ease}.chat-container.aero .message:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);opacity:.6}.chat-container.aero .user-message{background:linear-gradient(145deg,rgba(70,130,180,.3) 0%,rgba(135,206,235,.2) 100%);border:1px solid rgba(70,130,180,.3);margin-left:auto;margin-right:0;max-width:80%;box-shadow:0 4px 12px #4682b433,inset 0 1px #fff3}.chat-container.aero .ai-message{background:linear-gradient(145deg,rgba(255,255,255,.25) 0%,rgba(255,255,255,.15) 100%);border:1px solid rgba(255,255,255,.2);margin-right:auto;margin-left:0;max-width:85%;box-shadow:0 4px 12px #0000001a,inset 0 1px #ffffff4d}.chat-container.aero .message-content{color:var(--aero-text);text-shadow:var(--aero-text-shadow);position:relative;z-index:2}.chat-container.aero .message-role{font-size:18px;margin-right:12px;filter:drop-shadow(0 1px 2px rgba(0,0,0,.3))}.chat-container.aero .message-timestamp{color:#ffffffb3;font-size:12px;text-shadow:var(--aero-text-shadow);opacity:.8}.chat-container.aero .clear-chat-button{background:linear-gradient(145deg,rgba(255,99,99,.8) 0%,rgba(255,69,69,.9) 100%)!important;border:1px solid rgba(255,255,255,.3)!important;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 4px 12px #ff45454d,inset 0 1px #fff3!important;border-radius:12px!important;transition:all .3s ease!important;position:absolute!important;z-index:4!important}.chat-container.aero .clear-chat-button:hover{background:linear-gradient(145deg,rgba(255,69,69,.9) 0%,rgba(255,39,39,1) 100%)!important;transform:scale(1.1)!important;box-shadow:0 6px 16px #ff454566,0 0 15px #ff636399!important}#chat-resize-handle{background:linear-gradient(145deg,rgba(144,238,144,.8) 0%,rgba(60,179,113,.9) 100%)!important;border:1px solid rgba(255,255,255,.4)!important;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 4px 12px #3cb3714d,inset 0 1px #ffffff4d!important;border-radius:12px!important;position:relative;overflow:hidden}#chat-resize-handle:before{content:"";position:absolute;top:50%;left:50%;width:60%;height:2px;background:rgba(255,255,255,.6);transform:translate(-50%,-50%);border-radius:1px;box-shadow:0 -4px #fff6,0 4px #fff6}.code-editor-window.aero{background:linear-gradient(145deg,rgba(255,255,255,.9) 0%,rgba(255,255,255,.8) 100%)!important;-webkit-backdrop-filter:blur(25px)!important;backdrop-filter:blur(25px)!important;border:1px solid var(--aero-border)!important;box-shadow:0 15px 50px #0003,inset 0 1px 0 var(--aero-highlight),0 0 30px #87ceeb4d!important;border-radius:20px!important;position:relative;overflow:hidden}.code-editor-window.aero:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,255,255,.1) 0%,transparent 70%);opacity:.5;pointer-events:none;animation:aero-shimmer 15s ease-in-out infinite}.editor-header.aero{background:linear-gradient(135deg,rgba(70,130,180,.95) 0%,rgba(30,87,153,1) 50%,rgba(135,206,235,.9) 100%)!important;border:none!important;border-radius:20px 20px 0 0!important;height:45px!important;position:relative;overflow:hidden;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);box-shadow:0 2px 8px #0003,inset 0 1px #ffffff4d}.editor-header.aero:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.6),transparent)}.editor-header.aero .editor-title{color:var(--aero-text);text-shadow:0 1px 3px rgba(0,0,0,.4);font-weight:300;letter-spacing:1px;position:relative;z-index:2}.editor-header.aero .editor-title:before{color:#ffffffe6;text-shadow:0 0 10px rgba(135,206,235,.8)}.editor-header.aero .editor-close-btn{background:linear-gradient(145deg,rgba(255,99,99,.8) 0%,rgba(255,69,69,.9) 100%);border:1px solid rgba(255,255,255,.3);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 4px 12px #ff45454d,inset 0 1px #fff3;border-radius:8px;transition:all .3s ease}.editor-header.aero .editor-close-btn:hover{background:linear-gradient(145deg,rgba(255,69,69,.9) 0%,rgba(255,39,39,1) 100%);transform:scale(1.1);box-shadow:0 6px 16px #ff454566,0 0 15px #ff636399}.editor-body.aero{background:linear-gradient(145deg,rgba(255,255,255,.95) 0%,rgba(255,255,255,.9) 100%)!important;border:none!important;position:relative;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px)}.editor-body.aero .code-textarea{background:rgba(255,255,255,.8)!important;color:#2c3e50!important;border:none!important;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);text-shadow:0 1px 1px rgba(255,255,255,.8)}.editor-body.aero .code-textarea:focus{outline:2px solid rgba(135,206,235,.6)!important;box-shadow:0 0 15px #87ceeb66}.editor-footer.aero{background:linear-gradient(145deg,rgba(248,249,250,.95) 0%,rgba(233,236,239,.9) 100%)!important;border-top:1px solid rgba(255,255,255,.3)!important;border-radius:0 0 20px 20px!important;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);box-shadow:inset 0 1px #fff9;position:relative}.editor-footer.aero:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(135,206,235,.4),transparent)}.editor-footer.aero .editor-stats{color:#2c3e50cc;text-shadow:0 1px 1px rgba(255,255,255,.8)}.editor-footer.aero .run-code-btn{background:linear-gradient(145deg,var(--aero-green) 0%,rgba(60,179,113,.9) 100%)!important;border:1px solid rgba(255,255,255,.3)!important;color:#fff!important;text-shadow:0 1px 2px rgba(0,0,0,.3)!important;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 4px 12px #3cb3714d,inset 0 1px #ffffff4d!important;border-radius:8px!important;transition:all .3s ease!important}.editor-footer.aero .run-code-btn:hover{background:linear-gradient(145deg,rgba(144,238,144,.9) 0%,rgba(60,179,113,1) 100%)!important;transform:translateY(-2px)!important;box-shadow:0 6px 16px #3cb37166,0 0 15px #90ee9099!important}.editor-footer.aero .pin-button{background:linear-gradient(145deg,var(--aero-glass) 0%,var(--aero-glass-dark) 100%);border:1px solid var(--aero-border);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 4px 12px #0000001a,inset 0 1px 0 var(--aero-highlight);border-radius:8px;transition:all .3s ease}.editor-footer.aero .pin-button:hover{background:linear-gradient(145deg,var(--aero-accent) 0%,var(--aero-secondary) 100%);transform:scale(1.1);box-shadow:0 6px 16px #00000026,0 0 15px var(--aero-glow)}.editor-footer.aero .pin-button.pinned{background:linear-gradient(145deg,var(--aero-green) 0%,var(--aero-lime) 100%);box-shadow:0 4px 12px #90ee9066,inset 0 1px #ffffff4d}.aero ::-webkit-scrollbar{width:12px;height:12px}.aero ::-webkit-scrollbar-track{background:linear-gradient(145deg,rgba(255,255,255,.2) 0%,rgba(255,255,255,.1) 100%);border-radius:6px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.aero ::-webkit-scrollbar-thumb{background:linear-gradient(145deg,var(--aero-accent) 0%,var(--aero-secondary) 100%);border-radius:6px;border:2px solid rgba(255,255,255,.3);box-shadow:0 2px 8px #0003,inset 0 1px #ffffff4d}.aero ::-webkit-scrollbar-thumb:hover{background:linear-gradient(145deg,rgba(0,191,255,.9) 0%,rgba(70,130,180,.95) 100%);box-shadow:0 4px 12px #00000040,0 0 15px var(--aero-glow)}@media screen and (max-width: 768px){.controls-overlay.aero{padding:6px 10px;border-radius:10px;transform:translate(-50%) scale(.85)}.chat-container.aero,.code-editor-window.aero{border-radius:16px}.editor-header.aero{border-radius:16px 16px 0 0;height:40px}.editor-footer.aero{border-radius:0 0 16px 16px}}@media screen and (max-width: 480px){.controls-overlay.aero{padding:5px 8px;border-radius:8px;transform:translate(-50%) scale(.8)}.controls-overlay.aero input,.controls-overlay.aero button{border-radius:8px;padding:8px 12px;font-size:12px}.controls-overlay.aero .model-option{padding:6px 10px;font-size:11px}.chat-container.aero,.code-editor-window.aero{border-radius:12px}}.aero-theme .chat-overlay{bottom:105px}.folder-system-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#fffffff2;z-index:1002!important;display:flex;flex-direction:column;padding:20px;box-sizing:border-box;font-family:monospace;animation:slideIn .3s ease-out;overflow-x:hidden;overflow-y:auto}@keyframes slideIn{0%{transform:translateY(100%)}to{transform:translateY(0)}}.folder-system-header{display:flex;justify-content:space-between;align-items:center;border-bottom:3px solid #000;padding-bottom:10px;margin-bottom:20px}.folder-system-header h2{font-size:24px;font-weight:700;margin:0;font-family:monospace;letter-spacing:1px}.close-btn{border:3px solid #000;background:#fff;width:40px;height:40px;display:flex;align-items:center;justify-content:center;font-size:24px;cursor:pointer;padding:0;margin:0;box-shadow:4px 4px #000;transition:all .1s ease}.close-btn:hover{transform:translate(2px,2px);box-shadow:2px 2px #000}.folder-actions{display:flex;gap:10px;padding:0 20px;margin-bottom:20px}.folder-actions .save-current-btn{padding:10px 20px;background:#fff;border:3px solid #000;font-family:monospace;font-size:14px;font-weight:700;cursor:pointer;box-shadow:4px 4px #000;transition:all .1s ease;text-transform:uppercase;letter-spacing:1px;color:#000;min-width:160px;display:flex;align-items:center;justify-content:center;gap:8px}.folder-actions .save-current-btn:hover{transform:translate(2px,2px);box-shadow:2px 2px #000;background:#f5f5f5}.folder-actions .save-current-btn:active{transform:translate(4px,4px);box-shadow:none;background:#000;color:#fff}.folder-actions .save-current-btn:disabled{opacity:.5;cursor:not-allowed;transform:none;box-shadow:none;background:#ddd}.folder-actions .save-current-btn .save-icon{font-size:16px}.folder-container{display:grid;grid-template-columns:repeat(6,1fr);gap:20px 5px;row-gap:28px;overflow-y:auto;position:relative;flex-grow:1;align-content:flex-start;padding:20px;margin-bottom:20px}.pagination{position:sticky;height:55px;bottom:30px;background:#fff;border:3px solid #000;border-radius:8px;display:flex;justify-content:center;align-items:center;gap:10px;padding:15px;margin:20px auto;z-index:1001;box-shadow:4px 4px #000;max-width:400px}.pagination button{padding:8px 16px;background:#fff;border:3px solid #000;font-family:monospace;font-size:14px;font-weight:700;cursor:pointer;box-shadow:4px 4px #000;transition:all .1s ease}.pagination button:disabled{opacity:.5;cursor:not-allowed;box-shadow:none}.pagination button:not(:disabled):hover{transform:translate(2px,2px);box-shadow:2px 2px #000}.pagination button:not(:disabled):active{transform:translate(4px,4px);box-shadow:none}.pagination .page-info{font-family:monospace;font-size:14px;font-weight:700;padding:0 20px}.folder{width:270px;height:230px;background:#f5f5f5;border:3px solid #000;box-shadow:6px 6px #000;transition:all .2s ease;cursor:pointer;-webkit-user-select:none;user-select:none;z-index:1;display:flex;flex-direction:column;position:relative;overflow:hidden}.folder:hover{transform:translate(3px,3px);box-shadow:3px 3px #000}.folder.active{background:#fff;z-index:2;box-shadow:8px 8px #000}.folder.dragging{cursor:grabbing;transform:scale(1.05);box-shadow:8px 8px #000;z-index:100}.folder-tab{display:flex;justify-content:space-between;align-items:center;padding:4px;background-color:#e0e0e0;border-bottom:1px solid #a0a0a0;font-family:"MS Sans Serif",Geneva,sans-serif;font-size:12px;text-transform:uppercase}.folder-name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex-grow:1;margin-right:4px}.folder-name-input{flex-grow:1;margin-right:4px;border:1px solid #7f7f7f;padding:2px 3px;font-family:"MS Sans Serif",Geneva,sans-serif;font-size:12px}.folder-tab-buttons{display:flex;align-items:center;gap:2px}.rename-btn{background:none;border:none;padding:0;margin:0;line-height:1;cursor:pointer;font-size:14px;color:#333}.rename-btn:hover{color:#000}.delete-btn{background-color:#d0d0d0;border:1px solid #a0a0a0;border-radius:0;padding:0 5px;font-size:16px;font-weight:700;cursor:pointer;line-height:1}.delete-btn:hover{background-color:#e57373;color:#fff}.preview-canvas{width:160px!important;height:90px!important;border:1px solid #000;background:#fff;margin:0 auto;display:block;max-width:100%;object-fit:contain;scale:2}.folder.active .preview-canvas{width:176px!important;height:99px!important}.folder-preview canvas{max-width:100%!important;max-height:100%!important;object-fit:contain!important;transform:scale(1)!important;transform-origin:center!important;position:relative!important;display:block!important}@media screen and (max-width: 1200px){.folder-container{grid-template-columns:repeat(4,1fr)}}@media screen and (max-width: 992px){.folder-container{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width: 768px){.folder-container{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width: 480px){.folder-container{grid-template-columns:repeat(1,1fr)}}@media screen and (max-width: 1200px){.community-container{grid-template-columns:repeat(4,1fr)}}@media screen and (max-width: 992px){.community-container{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width: 768px){.community-container{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width: 480px){.community-container{grid-template-columns:repeat(1,1fr)}}@media screen and (max-width: 768px){.folder-system-overlay{padding:15px}.folder-system-header h2{font-size:20px}.folder-container{justify-content:center}.folder{width:180px;height:150px}.preview-canvas{width:140px!important;height:79px!important}.folder.active .preview-canvas{width:156px!important;height:88px!important}}@media screen and (max-width: 480px){.folder-system-overlay{padding:10px}.folder-system-header h2{font-size:18px}.close-btn{width:36px;height:36px;font-size:20px}.folder{width:160px;height:140px}.preview-canvas{width:128px!important;height:72px!important}.folder.active .preview-canvas{width:144px!important;height:81px!important}}.tabs{display:flex;gap:10px;flex-grow:1}.tab{background:#fff;border:2px solid #000;color:#000;padding:10px 20px;cursor:pointer;font-family:monospace;font-size:16px;font-weight:700;transition:all .1s ease;box-shadow:3px 3px #000;margin-right:5px;text-transform:uppercase;min-width:160px;text-align:center}.tab:hover{transform:translate(-1px,-1px);box-shadow:3px 3px #000}.tab.active{background-color:#000;color:#fff;box-shadow:none;transform:translate(2px,2px)}.editor-container{flex:1;border:3px solid #000;background-color:#f9f9f9;border-radius:5px;overflow:hidden;position:relative;box-shadow:0 4px 8px #0000001a}.editor-container .react-flow__node{border:2px solid #000;border-radius:5px;padding:10px;background-color:#fff;font-family:monospace;font-weight:700}.editor-container .react-flow__node-input{background-color:#e6f7ff}.editor-container .react-flow__node-output{background-color:#f6ffed}.editor-container .react-flow__edge-path{stroke:#000;stroke-width:2}.editor-container .react-flow__controls{box-shadow:0 0 0 2px #000;border-radius:5px}.editor-container .react-flow__controls button{border:1px solid #000;background-color:#fff}.editor-container .react-flow__minimap{border:2px solid #000}.storage-indicator{display:flex;flex-direction:column;margin-left:16px;max-width:180px;width:100%}.storage-text{font-size:12px;color:#666;margin-bottom:4px}.storage-bar{height:6px;width:100%;background-color:#e0e0e0;border-radius:3px;overflow:hidden}.storage-used{height:100%;background:linear-gradient(90deg,#4b87ff,#2962ff);border-radius:3px;transition:width .3s ease}.storage-limit-banner{background-color:#fff3e0;padding:12px 20px;margin:12px 16px;border-radius:8px;display:flex;align-items:center;justify-content:space-between;border-left:4px solid #fb8c00;box-shadow:0 2px 8px #0000000f;animation:pulseBanner 2s infinite alternate ease-in-out}@keyframes pulseBanner{0%{box-shadow:0 2px 8px #0000000f}to{box-shadow:0 4px 12px #2962ff26}}.storage-limit-banner p{margin:0;color:#333;font-size:14px;line-height:1.4}.storage-limit-banner button{background:#2962ff;border:none;color:#fff;font-weight:600;cursor:pointer;padding:8px 12px;margin-left:12px;border-radius:4px;text-decoration:none;box-shadow:0 2px 4px #0000001a;transition:all .2s ease}.storage-limit-banner button:hover{background-color:#1a47e0;transform:translateY(-1px);box-shadow:0 4px 8px #00000026}.upgrade-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#0009;display:flex;align-items:center;justify-content:center;z-index:1000;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.upgrade-modal{background-color:#fff;border-radius:8px;padding:28px;width:460px;max-width:90vw;box-shadow:0 12px 24px #0003;position:relative;animation:modalFadeIn .3s ease-out}@keyframes modalFadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.modal-close-btn{position:absolute;top:12px;right:12px;background:none;border:none;font-size:24px;cursor:pointer;color:#666;display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%}.modal-close-btn:hover{background-color:#f5f5f5;color:#333}.modal-icon{font-size:36px;margin-bottom:16px;text-align:center}.upgrade-modal h3{font-size:22px;margin:0 0 16px;text-align:center;color:#333}.upgrade-modal p{margin:0 0 16px;color:#555;text-align:center}.upgrade-message{font-weight:500;color:#333!important;margin-top:20px!important}.upgrade-options{display:flex;gap:16px;margin:20px 0}.upgrade-option{flex:1;border:1px solid #e0e0e0;border-radius:6px;padding:16px;text-align:center;transition:all .2s ease;position:relative;cursor:pointer;-webkit-user-select:none;user-select:none}.upgrade-option:hover{border-color:#2962ff;transform:translateY(-2px);box-shadow:0 4px 8px #0000001a}.upgrade-option.selected{border:2px solid #2962ff;background-color:#f0f7ff;transform:translateY(-2px);box-shadow:0 4px 8px #2962ff26}.upgrade-option.selected:after{content:"✓";position:absolute;top:-10px;right:-10px;background-color:#2962ff;color:#fff;width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700}.upgrade-option h4{margin:0 0 8px;font-size:18px;color:#333}.upgrade-option p{margin:0 0 8px;color:#666}.upgrade-option.recommended{border-color:#2962ff;background-color:#f5f9ff}.recommended-badge{position:absolute;top:-10px;left:50%;transform:translate(-50%);background-color:#2962ff;color:#fff;font-size:12px;font-weight:600;padding:4px 10px;border-radius:12px}.modal-actions{display:flex;justify-content:center;gap:16px;margin-top:24px}.primary-btn,.secondary-btn{padding:10px 20px;border-radius:4px;font-weight:500;font-size:14px;cursor:pointer;transition:all .2s ease}.primary-btn{background-color:#2962ff;color:#fff;border:none;min-width:120px}.primary-btn:hover{background-color:#1a47e0;transform:translateY(-1px);box-shadow:0 2px 5px #0000001a}.primary-btn:disabled{background-color:#a0a0a0;cursor:not-allowed;transform:none;box-shadow:none}.secondary-btn{background-color:transparent;color:#555;border:1px solid #ccc}.secondary-btn:hover{background-color:#f5f5f5;border-color:#999}.media-container{width:100%;height:calc(100% - 50px);overflow-y:auto;padding:20px;box-sizing:border-box}.media-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:10px;border-bottom:1px solid rgba(255,255,255,.1)}.media-header h3{margin:0;color:#000;font-size:18px}.media-count{color:#000000b3;font-size:14px}.media-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px;padding:10px 0}.media-item{background:rgba(255,255,255,.1);border-radius:12px;overflow:hidden;transition:all .3s ease;border:1px solid rgba(255,255,255,.1);position:relative}.media-item:hover{background:rgba(255,255,255,.15);transform:translateY(-2px);box-shadow:0 8px 25px #0000004d}.media-preview{position:relative;width:100%;height:200px;overflow:hidden}.media-preview img{width:100%;height:100%;object-fit:cover;display:block}.media-preview video{width:100%;height:100%;object-fit:cover;display:block;transition:all .2s ease}.media-preview video:hover{transform:scale(1.02)}.volume-indicator{position:absolute;top:10px;left:10px;background:rgba(0,0,0,.7);color:#fff;padding:6px 8px;border-radius:20px;font-size:14px;pointer-events:none;z-index:10;animation:pulse 2s infinite}@keyframes pulse{0%{opacity:1}50%{opacity:.7}to{opacity:1}}.media-info{padding:15px}.media-name{margin:0 0 8px;color:#000;font-size:16px;font-weight:600;line-height:1.2}.media-prompt{margin:0 0 12px;color:#000c;font-size:14px;line-height:1.4;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.media-meta{display:flex;flex-wrap:wrap;gap:8px;font-size:12px}.media-date,.media-generator,.media-duration{background:rgba(255,255,255,.1);color:#000000b3;padding:4px 8px;border-radius:6px;font-size:11px}.media-actions{position:absolute;top:10px;right:10px;display:flex;gap:8px;opacity:0;transition:opacity .2s ease}.media-item:hover .media-actions{opacity:1}.media-delete-btn{background:rgba(239,68,68,.9);border:none;border-radius:6px;color:#fff;cursor:pointer;padding:6px 8px;font-size:14px;transition:all .2s ease}.media-delete-btn:hover{background:rgba(239,68,68,1);transform:scale(1.05)}.loading-state,.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;height:300px;text-align:center;color:#ffffffb3}.empty-icon{font-size:48px;margin-bottom:16px;opacity:.5}.empty-state h3{margin:0 0 8px;color:#fff;font-size:20px}.empty-state p{margin:0;font-size:14px;color:#fff9}.community-controls{display:flex;flex-direction:column;gap:15px;padding:0 20px;margin-bottom:20px}.folder-system-overlay[data-active-tab=community]{background-color:#1344e4e0;position:relative;min-height:100vh}.community-animated-grid{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:0}.folder-system-overlay[data-active-tab=community]>*:not(.community-animated-grid){position:relative;z-index:1}.community-search{display:flex;gap:10px;align-items:center}.search-input{flex:1;padding:10px;border:3px solid #000;font-family:monospace;font-size:14px;background:#fff;box-shadow:2px 2px #000}.search-input:focus{outline:none;box-shadow:4px 4px #000}.search-btn{padding:10px 20px;background:#fff;border:3px solid #000;font-family:monospace;font-size:14px;font-weight:700;cursor:pointer;box-shadow:4px 4px #000;transition:all .1s ease;text-transform:uppercase}.search-btn:hover{transform:translate(2px,2px);box-shadow:2px 2px #000}.community-filters{display:flex;gap:15px;align-items:center}.sort-select{padding:8px;border:3px solid #000;font-family:monospace;font-size:12px;background:#fff;box-shadow:2px 2px #000;cursor:pointer}.sort-select:focus{outline:none;box-shadow:4px 4px #000}.community-container{display:grid;grid-template-columns:repeat(6,1fr);gap:20px 5px;row-gap:28px;padding:0;margin-bottom:20px;min-height:calc(100vh - 300px);max-height:calc(100vh - 250px);overflow-y:auto;align-content:flex-start}.community-scene{width:280px;height:230px;background:rgba(247,242,235,.911);border:3px solid #899099e0;cursor:pointer;transition:all .1s ease;position:relative;font-family:monospace;display:flex;flex-direction:column;overflow:hidden}.community-scene:hover{transform:translate(3px,3px);box-shadow:3px 3px #2a343f}.scene-header{display:flex;justify-content:space-between;align-items:center;padding:1px;border-bottom:2px solid #1976d2;background:rgb(209,209,209)}.scene-title{font-size:12px;font-weight:700;margin:0;color:#000;flex:1;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.scene-stats{display:flex;gap:8px;align-items:center}.views{font-size:10px;color:#0c1113c7;display:flex;align-items:center;gap:3px}.like-btn{background:none;border:none;font-size:10px;color:#c01515;cursor:pointer;padding:3px;display:flex;align-items:center;gap:3px;transition:all .1s ease}.like-btn:hover{color:#d32f2f;transform:scale(1.1)}.like-btn.liked{color:#d32f2f}.scene-content{padding:2px;flex-grow:1;display:flex;flex-direction:column;height:calc(100% - 40px);min-height:0}.scene-info{width:100%;display:flex;flex-direction:column;gap:0px;margin-bottom:0}.scene-description{font-size:10px;color:#1565c0;line-height:1.2;margin:0;overflow:hidden;text-overflow:ellipsis;display:block;white-space:nowrap}.scene-meta{display:flex;justify-content:flex-end;align-items:center;font-size:9px;color:#1976d2}.scene-date{font-style:italic}.scene-preview{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;flex-grow:1;width:100%;height:auto;overflow:hidden;background-color:#1a1a1a}.community-preview{width:100%;height:100%;border:2px solid #1976d2;border-radius:4px;display:flex;justify-content:flex-start;align-items:center;overflow:hidden}.community-preview>*{transform-origin:center center!important}.community-load-btn{position:absolute;bottom:3px;right:3px;padding:2px 4px;background:rgba(25,118,210,.9);color:#fff;border:none;font-family:monospace;font-size:8px;font-weight:700;cursor:pointer;border-radius:2px;opacity:0;transition:opacity .2s ease}.community-scene:hover .community-load-btn{opacity:1}.featured-badge{position:absolute;top:-6px;right:-6px;background:#ffd700;color:#000;padding:2px 4px;font-size:8px;font-weight:700;border:2px solid #1976d2;border-radius:50px;box-shadow:2px 2px #1976d2}.community-pagination{margin-top:20px;position:relative}.loading-message{text-align:center;padding:40px;font-family:monospace;font-size:16px;color:#666}.publish-btn{background:#28a745;color:#fff;border:2px solid #1e7e34;padding:4px 8px;font-size:12px;cursor:pointer;border-radius:3px;transition:all .1s ease;margin:0 2px}.publish-btn:hover{background:#218838;transform:scale(1.1)}.publish-btn:active{transform:scale(.95)}.react-flow{direction:ltr}.react-flow__container{position:absolute;width:100%;height:100%;top:0;left:0}.react-flow__pane{z-index:1;cursor:-webkit-grab;cursor:grab}.react-flow__pane.selection{cursor:pointer}.react-flow__pane.dragging{cursor:-webkit-grabbing;cursor:grabbing}.react-flow__viewport{transform-origin:0 0;z-index:2;pointer-events:none}.react-flow__renderer{z-index:4}.react-flow__selection{z-index:6}.react-flow__nodesselection-rect:focus,.react-flow__nodesselection-rect:focus-visible{outline:none}.react-flow .react-flow__edges{pointer-events:none;overflow:visible}.react-flow__edge-path,.react-flow__connection-path{stroke:#b1b1b7;stroke-width:1;fill:none}.react-flow__edge{pointer-events:visibleStroke;cursor:pointer}.react-flow__edge.animated path{stroke-dasharray:5;-webkit-animation:dashdraw .5s linear infinite;animation:dashdraw .5s linear infinite}.react-flow__edge.animated path.react-flow__edge-interaction{stroke-dasharray:none;-webkit-animation:none;animation:none}.react-flow__edge.inactive{pointer-events:none}.react-flow__edge.selected,.react-flow__edge:focus,.react-flow__edge:focus-visible{outline:none}.react-flow__edge.selected .react-flow__edge-path,.react-flow__edge:focus .react-flow__edge-path,.react-flow__edge:focus-visible .react-flow__edge-path{stroke:#555}.react-flow__edge-textwrapper{pointer-events:all}.react-flow__edge-textbg{fill:#fff}.react-flow__edge .react-flow__edge-text{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.react-flow__connection{pointer-events:none}.react-flow__connection .animated{stroke-dasharray:5;-webkit-animation:dashdraw .5s linear infinite;animation:dashdraw .5s linear infinite}.react-flow__connectionline{z-index:1001}.react-flow__nodes{pointer-events:none;transform-origin:0 0}.react-flow__node{position:absolute;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:all;transform-origin:0 0;box-sizing:border-box;cursor:-webkit-grab;cursor:grab}.react-flow__node.dragging{cursor:-webkit-grabbing;cursor:grabbing}.react-flow__nodesselection{z-index:3;transform-origin:left top;pointer-events:none}.react-flow__nodesselection-rect{position:absolute;pointer-events:all;cursor:-webkit-grab;cursor:grab}.react-flow__handle{position:absolute;pointer-events:none;min-width:5px;min-height:5px;width:6px;height:6px;background:#1a192b;border:1px solid white;border-radius:100%}.react-flow__handle.connectionindicator{pointer-events:all;cursor:crosshair}.react-flow__handle-bottom{top:auto;left:50%;bottom:-4px;transform:translate(-50%)}.react-flow__handle-top{left:50%;top:-4px;transform:translate(-50%)}.react-flow__handle-left{top:50%;left:-4px;transform:translateY(-50%)}.react-flow__handle-right{right:-4px;top:50%;transform:translateY(-50%)}.react-flow__edgeupdater{cursor:move;pointer-events:all}.react-flow__panel{position:absolute;z-index:5;margin:15px}.react-flow__panel.top{top:0}.react-flow__panel.bottom{bottom:0}.react-flow__panel.left{left:0}.react-flow__panel.right{right:0}.react-flow__panel.center{left:50%;transform:translate(-50%)}.react-flow__attribution{font-size:10px;background:rgba(255,255,255,.5);padding:2px 3px;margin:0}.react-flow__attribution a{text-decoration:none;color:#999}@-webkit-keyframes dashdraw{0%{stroke-dashoffset:10}}@keyframes dashdraw{0%{stroke-dashoffset:10}}.react-flow__edgelabel-renderer{position:absolute;width:100%;height:100%;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.react-flow__edge.updating .react-flow__edge-path{stroke:#777}.react-flow__edge-text{font-size:10px}.react-flow__node.selectable:focus,.react-flow__node.selectable:focus-visible{outline:none}.react-flow__node-default,.react-flow__node-input,.react-flow__node-output,.react-flow__node-group{padding:10px;border-radius:3px;width:150px;font-size:12px;color:#222;text-align:center;border-width:1px;border-style:solid;border-color:#1a192b;background-color:#fff}.react-flow__node-default.selectable:hover,.react-flow__node-input.selectable:hover,.react-flow__node-output.selectable:hover,.react-flow__node-group.selectable:hover{box-shadow:0 1px 4px 1px #00000014}.react-flow__node-default.selectable.selected,.react-flow__node-default.selectable:focus,.react-flow__node-default.selectable:focus-visible,.react-flow__node-input.selectable.selected,.react-flow__node-input.selectable:focus,.react-flow__node-input.selectable:focus-visible,.react-flow__node-output.selectable.selected,.react-flow__node-output.selectable:focus,.react-flow__node-output.selectable:focus-visible,.react-flow__node-group.selectable.selected,.react-flow__node-group.selectable:focus,.react-flow__node-group.selectable:focus-visible{box-shadow:0 0 0 .5px #1a192b}.react-flow__node-group{background-color:#f0f0f040}.react-flow__nodesselection-rect,.react-flow__selection{background:rgba(0,89,220,.08);border:1px dotted rgba(0,89,220,.8)}.react-flow__nodesselection-rect:focus,.react-flow__nodesselection-rect:focus-visible,.react-flow__selection:focus,.react-flow__selection:focus-visible{outline:none}.react-flow__controls{box-shadow:0 0 2px 1px #00000014}.react-flow__controls-button{border:none;background:#fefefe;border-bottom:1px solid #eee;box-sizing:content-box;display:flex;justify-content:center;align-items:center;width:16px;height:16px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;padding:5px}.react-flow__controls-button:hover{background:#f4f4f4}.react-flow__controls-button svg{width:100%;max-width:12px;max-height:12px}.react-flow__controls-button:disabled{pointer-events:none}.react-flow__controls-button:disabled svg{fill-opacity:.4}.react-flow__minimap{background-color:#fff}.react-flow__minimap svg{display:block}.react-flow__resize-control{position:absolute}.react-flow__resize-control.left,.react-flow__resize-control.right{cursor:ew-resize}.react-flow__resize-control.top,.react-flow__resize-control.bottom{cursor:ns-resize}.react-flow__resize-control.top.left,.react-flow__resize-control.bottom.right{cursor:nwse-resize}.react-flow__resize-control.bottom.left,.react-flow__resize-control.top.right{cursor:nesw-resize}.react-flow__resize-control.handle{width:4px;height:4px;border:1px solid #fff;border-radius:1px;background-color:#3367d9;transform:translate(-50%,-50%)}.react-flow__resize-control.handle.left{left:0;top:50%}.react-flow__resize-control.handle.right{left:100%;top:50%}.react-flow__resize-control.handle.top{left:50%;top:0}.react-flow__resize-control.handle.bottom{left:50%;top:100%}.react-flow__resize-control.handle.top.left,.react-flow__resize-control.handle.bottom.left{left:0}.react-flow__resize-control.handle.top.right,.react-flow__resize-control.handle.bottom.right{left:100%}.react-flow__resize-control.line{border-color:#3367d9;border-width:0;border-style:solid}.react-flow__resize-control.line.left,.react-flow__resize-control.line.right{width:1px;transform:translate(-50%);top:0;height:100%}.react-flow__resize-control.line.left{left:0;border-left-width:1px}.react-flow__resize-control.line.right{left:100%;border-right-width:1px}.react-flow__resize-control.line.top,.react-flow__resize-control.line.bottom{height:1px;transform:translateY(-50%);left:0;width:100%}.react-flow__resize-control.line.top{top:0;border-top-width:1px}.react-flow__resize-control.line.bottom{border-bottom-width:1px;top:100%}.folder-node{width:270px;height:230px;background:#f5f5f5;border:3px solid #000;box-shadow:6px 6px #000;transition:all .2s ease;cursor:pointer;-webkit-user-select:none;user-select:none;z-index:1;display:flex;flex-direction:column;position:relative;overflow:hidden;border-radius:5px;min-width:200px;max-width:300px}.folder-node:hover{transform:translate(3px,3px);box-shadow:3px 3px #000}.folder-tab{background:#ddd;border-bottom:3px solid #000;padding:5px 8px;display:flex;justify-content:space-between;align-items:center;border-radius:8px 8px 0 0;height:25px}.folder-name{font-weight:700;font-size:13px;text-transform:uppercase}.delete-btn{width:18px;height:18px;background:#fff;border:2px solid #000;display:flex;align-items:center;justify-content:center;font-size:12px;cursor:pointer;padding:0;box-shadow:2px 2px #000}.delete-btn:hover{background:#ff0000;color:#fff}.folder-content{padding:5px;flex-grow:1;display:flex;flex-direction:column;height:calc(100% - 25px)}.folder-info{margin-bottom:4px;height:20px}.folder-prompt{font-size:9px;margin-bottom:2px;word-break:break-word;max-height:20px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical}.folder-date{font-size:8px;color:#666;margin:0}.folder-preview{display:flex;flex-direction:column;align-items:center;justify-content:center;flex-grow:1;width:100%;position:relative;overflow:hidden}.preview-canvas{width:160px!important;height:90px!important;border:1px solid #000;background:#fff;margin:0 auto;display:block;max-width:100%;object-fit:contain;overflow:hidden;padding:0;scale:2}.react-flow__node.selected .folder-node{background:#fff;border-color:#000;box-shadow:8px 8px #000;z-index:10}.load-btn{width:90%;padding:4px;margin-top:4px;background:#fff;border:2px solid #000;font-family:monospace;font-size:10px;font-weight:700;cursor:pointer;box-shadow:2px 2px #000;transition:all .1s ease;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.load-btn:hover{transform:translate(-50%) translate(1px,1px);box-shadow:1px 1px #000}.load-btn:active{transform:translate(-50%) translate(2px,2px);box-shadow:none;background:#000;color:#fff}.node-properties{width:100%;height:100%;font-size:8px;overflow:auto}.property-row{display:flex;justify-content:space-between;margin-bottom:2px;font-size:8px;border-bottom:1px dotted #eee;padding-bottom:2px}.property-key{font-weight:700;color:#555}.property-value{color:#000;max-width:60%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.react-flow__node,.react-flow__node-default{background:transparent!important;border:none!important;box-shadow:none!important;padding:0!important;width:auto!important;height:auto!important}.react-flow__handle{width:10px;height:10px;background-color:#555;border:2px solid white;z-index:5;border-radius:50%}.react-flow__handle:hover{background-color:#000}.react-flow__handle-top{top:-6px}.react-flow__handle-bottom{bottom:-6px}.react-flow__handle-left{left:-6px}.react-flow__handle-right{right:-6px}.react-flow__edge-path{stroke:#000;stroke-width:3}.react-flow__edge.selected .react-flow__edge-path{stroke:#f36;stroke-width:4}.react-flow__panel{font-family:monospace}.node-editor-container{display:flex;width:100%;height:100vh;overflow:hidden;position:relative}.flow-editor{flex:1;height:100%;min-height:500px;background:#f5f5f5;position:relative;overflow:hidden;margin-left:270px;width:calc(100% - 270px)}.react-flow,.react-flow__viewport{width:100%;height:100%}.saved-scenes-column{width:270px;height:100%;border-right:3px solid #000;background-color:#f9f9f9;display:flex;flex-direction:column;overflow:hidden;position:absolute;left:0;top:0;z-index:5}.scenes-header{background-color:#000;color:#fff;padding:10px;margin:0;text-align:center;font-size:16px;letter-spacing:1px}.scenes-list{flex:1;overflow-y:auto;padding:10px 10px 10px 5px}.saved-scenes-column .folder{transform:scale(.85);transform-origin:top center;margin-bottom:5px;margin-top:-10px}.saved-scenes-column .folder:first-child{margin-top:0}.saved-scenes-column .folder:hover{transform:scale(.85) translate(3px,3px);box-shadow:3px 3px #000}.saved-scenes-column .folder.active{transform:scale(.85);border-color:#000;background-color:#fff;box-shadow:8px 8px #000}.saved-scenes-column .folder.active:hover{transform:scale(.85) translate(3px,3px);box-shadow:3px 3px #000}.scene-item{border:3px solid #000;border-radius:0;margin-bottom:15px;padding:0;cursor:pointer;background-color:#f5f5f5;transition:all .2s ease;box-shadow:6px 6px #000;display:flex;flex-direction:column}.scene-item:hover{transform:translate(3px,3px);box-shadow:3px 3px #000}.scene-item.selected{border-color:#000;background-color:#fff;box-shadow:8px 8px #000}.scene-name{font-weight:700;font-size:13px;text-transform:uppercase;background:#ddd;border-bottom:3px solid #000;padding:5px 8px}.scene-prompt{font-size:9px;color:#555;margin:5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.scene-footer{display:flex;justify-content:space-between;align-items:center;padding:0 5px 5px}.scene-date{font-size:8px;color:#666}.view-code-btn{background-color:#000;color:#fff;border:none;padding:4px 8px;font-size:8px;cursor:pointer;border-radius:0;font-family:monospace;box-shadow:2px 2px #000;border:2px solid #000}.view-code-btn:hover{background-color:#333;transform:translate(1px,1px);box-shadow:1px 1px #000}.no-scenes{padding:20px 20px 20px 5px;text-align:left;color:#888}.loading-indicator{padding:20px 20px 20px 5px;text-align:left;color:#555}.search-container{padding:10px 10px 10px 5px;border-bottom:1px solid #000}.search-input{width:100%;padding:8px;border:2px solid #000;border-radius:0;font-family:monospace;font-size:12px;box-shadow:3px 3px #000}.search-input:focus{outline:none;border-color:#000;box-shadow:1px 1px #000;transform:translate(2px,2px)}.refresh-button,.create-node-button{margin:10px 10px 10px 5px;padding:8px;background-color:#000;color:#fff;border:2px solid #000;box-shadow:4px 4px #000;cursor:pointer;font-family:monospace;font-weight:700;transition:all .2s}.refresh-button:hover,.create-node-button:hover{background-color:#333;transform:translate(2px,2px);box-shadow:2px 2px #000}.create-node-button{background-color:#f36}.create-node-button:hover{background-color:#e62958}.scene-code-modal{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000000b3;display:flex;justify-content:center;align-items:center;z-index:2000}.scene-code-modal-content{background-color:#fff;width:80%;max-width:800px;height:80%;border:3px solid #000;box-shadow:10px 10px #000;display:flex;flex-direction:column;overflow:hidden}.scene-code-header{background-color:#000;color:#fff;padding:10px 15px;font-weight:700;display:flex;justify-content:space-between;align-items:center}.scene-code-close{background:none;border:none;color:#fff;font-size:24px;cursor:pointer;padding:0;margin:0;line-height:1}.scene-code-container{flex:1;overflow:auto;padding:15px;margin:0;background-color:#f5f5f5;font-family:monospace;font-size:12px;line-height:1.5;white-space:pre-wrap}.saved-scenes-column .folder.active .preview-canvas{width:176px!important;height:99px!important}.output-node{background:white;border:2px solid #333;border-radius:8px;padding:10px;min-width:680px;position:relative}.output-controls{display:flex;align-items:center;gap:10px}.save-btn{width:18px;height:18px;background:#fff;border:2px solid #000;display:flex;align-items:center;justify-content:center;font-size:12px;cursor:pointer;padding:0;box-shadow:2px 2px #000;transition:all .1s ease}.save-btn:hover{background:#4CAF50;color:#fff;transform:translate(1px,1px);box-shadow:1px 1px #000}.save-btn:active{transform:translate(2px,2px);box-shadow:none}.save-btn.saved{background:#4CAF50;color:#fff}.output-node .delete-btn{width:18px;height:18px;background:#fff;border:2px solid #000;display:flex;align-items:center;justify-content:center;font-size:12px;cursor:pointer;padding:0;box-shadow:2px 2px #000}.output-node .delete-btn:hover{background:#ff0000;color:#fff}.output-preview{background:#f5f5f5;border:2px solid #000;border-radius:5px;padding:0;min-height:360px;display:flex;align-items:center;justify-content:center;overflow:hidden}.output-preview .preview-canvas{width:640px!important;height:360px!important;border:1px solid #000;background:#fff;margin:0 auto;display:block;max-width:100%;object-fit:contain;position:relative;overflow:hidden}.output-preview .preview-canvas iframe{border:none!important}.preview-error{width:640px;height:360px;background:#ddd;display:flex;align-items:center;justify-content:center;font-size:12px;color:red;text-align:center;padding:20px;box-sizing:border-box}.output-preview .preview-canvas canvas{display:block!important;margin:0 auto!important;max-width:100%!important;max-height:100%!important}.react-flow__edge{pointer-events:all}.react-flow__edge-path{stroke:#555;stroke-width:2;cursor:pointer}.react-flow__edge:hover .react-flow__edge-path{stroke:#777;stroke-width:3}.react-flow__connection-path{stroke:#e91e63;stroke-width:3;stroke-dasharray:5;animation:flowDash 1s linear infinite}@keyframes flowDash{0%{stroke-dashoffset:10}to{stroke-dashoffset:0}}.react-flow__node-custom.selected,.react-flow__node-input.selected,.react-flow__node-output.selected{box-shadow:0 0 0 2px #e91e63}.react-flow__handle-valid{background:#4caf50!important}.react-flow__handle-connecting{background:#e91e63!important}.folder-node{background:white;border:2px solid #333;border-radius:8px;min-width:200px;position:relative}.node-handles{position:absolute;width:100%;height:100%;pointer-events:none;z-index:1}.node-handles .react-flow__handle{background:#555;width:15px;height:15px;border:2px solid white;box-shadow:0 0 0 2px #0000001a;transition:all .2s ease}.node-handles .react-flow__handle:hover{background:#777;transform:scale(1.2)}.node-handles .react-flow__handle:before{content:"";position:absolute;width:30px;height:30px;background:radial-gradient(circle,rgba(85,85,85,.1) 0%,rgba(85,85,85,0) 70%);transform:translate(-50%,-50%);pointer-events:none}.node-handles .react-flow__handle-left{left:-8px}.node-handles .react-flow__handle-right{right:-8px}.input-prompt-node{background:white;border:2px solid #333;border-radius:8px;padding:15px;min-width:300px;position:relative}.input-prompt-field{flex:1;padding:8px;border:1px solid #ccc;border-radius:4px;font-size:14px}.input-prompt-submit{background:#e91e63;color:#fff;border:none;border-radius:4px;padding:8px 16px;cursor:pointer;font-weight:700}.input-prompt-submit:hover{background:#d81b60}.output-node{background:white;border:2px solid #333;border-radius:8px;padding:10px;min-width:300px;position:relative}.output-content{padding:10px}.output-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.output-title{font-weight:700}.output-timestamp{color:#666;font-size:12px}.preview-container,.html-preview-container{width:100%;height:100%;position:relative;overflow:hidden;display:flex;justify-content:center;align-items:center}.output-preview .html-preview-container{width:640px!important;height:360px!important}.three-preview-container,.p5-preview-container{width:100%;height:100%;position:relative}.folder[draggable=true]{cursor:grab}.folder[draggable=true]:active{cursor:grabbing}.folder[draggable=true]:hover{transform:scale(.85) translate(3px,3px);box-shadow:3px 3px #000;opacity:.9}.folder[draggable=true]:active{transform:scale(.85) translate(4px,4px);box-shadow:2px 2px #000;opacity:.8}.react-flow__minimap{background-color:#f5f5f5!important;border:2px solid #000!important;box-shadow:4px 4px #000!important;border-radius:0!important;margin:0!important;bottom:135px!important;right:10px!important;position:absolute!important;z-index:5!important}.react-flow__minimap-mask{fill:#e91e6333!important;stroke:#e91e63!important;stroke-width:2px!important}.react-flow__minimap-node{fill:#333!important;stroke:none!important}.model-selector-container{width:100%;margin-bottom:8px}.model-label{display:block;margin-bottom:4px;font-weight:700;font-size:12px;color:#333}.model-selector{margin-bottom:8px;width:100%;position:relative}.model-dropdown{width:100%;padding:8px;border:2px solid #000;border-radius:4px;background-color:#fff;font-family:monospace;font-size:12px;font-weight:700;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;box-shadow:3px 3px #000;transition:all .1s ease}.model-dropdown:hover{transform:translate(1px,1px);box-shadow:2px 2px #000}.model-dropdown:focus{outline:none;box-shadow:2px 2px #000;border-color:#555}.model-selector:after{content:"▼";position:absolute;right:12px;top:12px;pointer-events:none;font-size:12px}.input-prompt-form{display:flex;flex-direction:column;gap:10px;padding:10px}@media (min-width: 768px){.input-prompt-form{flex-direction:column}}.react-flow__controls{box-shadow:4px 4px #000!important;border:2px solid #000!important;border-radius:0!important;background-color:#f5f5f5!important;bottom:120px!important;z-index:5!important}.react-flow__controls-button{background-color:#f5f5f5!important;border-bottom:1px solid #000!important;box-sizing:content-box!important;padding:5px!important}.react-flow__controls-button:hover{background-color:#ddd!important}.input-prompt-node-bottom{background:rgba(255,255,255,.95);border:2px solid #000;border-radius:8px;padding:10px;width:800px;position:relative;box-shadow:4px 4px #000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.input-prompt-node-bottom .react-flow__handle{width:10px;height:10px;background-color:#000;border:2px solid white}.input-prompt-node-bottom .react-flow__handle-top{top:-6px}.input-prompt-overlay{position:fixed;bottom:35px;left:50%;transform:translate(-50%);width:800px;max-width:90%;background:rgba(255,255,255,.98);border:3px solid #000;border-radius:8px;padding:12px;box-shadow:6px 6px #000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:9999;font-family:monospace}.input-prompt-form-bottom{display:flex;gap:10px;align-items:center;padding:0}.model-selector-container-bottom{width:180px;min-width:180px}.model-dropdown-bottom{width:100%;padding:8px;border:2px solid #000;border-radius:4px;background-color:#fff;font-family:monospace;font-size:12px;font-weight:700;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;box-shadow:2px 2px #000;transition:all .1s ease}.model-dropdown-bottom:hover{transform:translate(1px,1px);box-shadow:1px 1px #000}.input-prompt-field-bottom{flex:1;padding:8px;border:2px solid #000;border-radius:4px;font-size:14px;box-shadow:2px 2px #000}.input-prompt-field-bottom:focus{outline:none;border-color:#000;box-shadow:1px 1px #000;transform:translate(1px,1px)}.input-prompt-submit-bottom{background:#000;color:#fff;border:2px solid #000;border-radius:4px;padding:8px 16px;cursor:pointer;font-weight:700;box-shadow:2px 2px #000;transition:all .1s ease;min-width:100px}.input-prompt-submit-bottom:hover{background:#333;transform:translate(1px,1px);box-shadow:1px 1px #000}.input-prompt-submit-bottom:active{transform:translate(2px,2px);box-shadow:none}.react-flow__background{background-color:#f5f5f5}.react-flow__background-pattern{color:#e0e0e0}.react-flow__background.dots{color:#00000026}.output-controls .open-full-btn{background:none;border:none;color:#555;font-size:16px;cursor:pointer;padding:0 4px;line-height:1;margin-left:4px}.output-controls .open-full-btn:hover{color:#000}.output-controls .open-full-btn:disabled{color:#bbb;cursor:not-allowed}.output-controls .save-btn{margin-left:4px}.limit-reached-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#000000b3;display:flex;align-items:center;justify-content:center;z-index:1000;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.limit-reached-modal{background-color:#1a1a2e;border-radius:12px;width:90%;max-width:500px;box-shadow:0 15px 30px #0000004d;overflow:hidden;border:1px solid #2d2d42}.limit-reached-header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;background-color:#161625;border-bottom:1px solid #2d2d42}.limit-reached-header h2{margin:0;font-size:1.5rem;color:#e94560;font-weight:600}.close-button{background:none;border:none;font-size:1.5rem;color:#888;cursor:pointer;transition:color .2s}.close-button:hover{color:#fff}.limit-reached-content{padding:24px;color:#eee}.limit-icon{text-align:center;margin-bottom:20px;color:#e94560}.limit-message{font-size:1.2rem;text-align:center;margin-bottom:24px;color:#fff;font-weight:500}.limit-options{background-color:#222236;padding:16px;border-radius:8px;margin-bottom:24px}.limit-info{font-size:1rem;margin-bottom:12px}.limit-upgrade-info{font-size:1rem;margin-bottom:10px;color:#ccc}.limit-options ul{margin:0;padding-left:20px}.limit-options li{margin-bottom:6px;color:#aaa}.limit-actions{display:flex;gap:12px;justify-content:center}.upgrade-button{background-color:#e94560;color:#fff;border:none;padding:12px 24px;border-radius:6px;font-weight:600;cursor:pointer;transition:background-color .2s}.upgrade-button:hover{background-color:#d1354b}.continue-button{background-color:transparent;color:#ccc;border:1px solid #444;padding:12px 24px;border-radius:6px;font-weight:600;cursor:pointer;transition:all .2s}.continue-button:hover{background-color:#ffffff1a;color:#fff}.subscription-page-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000000b3;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);display:flex;justify-content:center;align-items:center;z-index:1000}.subscription-page-container{width:90%;max-width:clamp(600px,50vw,900px);background-color:#d0fde5;border:clamp(1px,.1vw,2px) solid var(--border-color, #000);border-radius:clamp(8px,.8vw,12px);box-shadow:clamp(2px,.2vw,3px) clamp(2px,.2vw,3px) 0 var(--border-color, #000);padding:clamp(8px,.8vw,12px);position:relative;font-family:monospace}[data-theme=dark] .subscription-page-container{background-color:var(--bg-color, #121212);color:var(--text-color, #eee)}.subscription-page-container .close-button{position:absolute;top:clamp(5px,.4vw,7px);right:clamp(5px,.4vw,7px);font-size:clamp(14px,1.2vw,18px);background:#ff4d4d;border:clamp(1px,.1vw,2px) solid var(--border-color, #000);border-radius:0;width:clamp(18px,1.5vw,24px);height:clamp(18px,1.5vw,24px);cursor:pointer;color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:clamp(1px,.1vw,2px) clamp(1px,.1vw,2px) 0 var(--border-color, #000);transition:all .1s ease;font-family:monospace}.subscription-page-container .close-button:hover{background:#e60000}.subscription-page-container .close-button:active{transform:translateY(1px);box-shadow:1px 1px 0 var(--border-color, #000)}[data-theme=dark] .subscription-page-container .close-button{background:#ff4d4d;color:#fff;border-color:#f66;box-shadow:clamp(1px,.15vw,2px) clamp(1px,.15vw,2px) 0 #f66}[data-theme=dark] .subscription-page-container .close-button:hover{background:#e60000;border-color:#ff8080;box-shadow:clamp(1px,.15vw,2px) clamp(1px,.15vw,2px) 0 #ff8080}.subscription-header{text-align:left;margin-bottom:clamp(8px,.8vw,12px);padding-left:clamp(8px,.8vw,12px)}.subscription-header h2{font-size:clamp(16px,1.4vw,20px);margin-bottom:clamp(4px,.3vw,6px);color:var(--text-color, #000);font-family:monospace;text-align:left}.subscription-header p{font-size:clamp(10px,.8vw,12px);color:var(--text-secondary, #666);font-family:monospace;text-align:left}[data-theme=dark] .subscription-header h2{color:var(--text-color, #eee)}[data-theme=dark] .subscription-header p{color:var(--text-secondary, #ccc)}.subscription-tiers{display:flex;justify-content:center;gap:clamp(8px,.8vw,12px);flex-wrap:wrap}.subscription-card{flex:1;min-width:clamp(180px,18vw,220px);max-width:clamp(220px,22vw,260px);background:var(--bg-secondary, #fff);border:clamp(1px,.1vw,2px) solid var(--border-color, #000);border-radius:clamp(8px,.8vw,12px);overflow:hidden;position:relative;transition:transform .2s,box-shadow .2s;box-shadow:clamp(2px,.2vw,3px) clamp(2px,.2vw,3px) 0 var(--border-color, #000);margin:clamp(4px,.4vw,6px)}.card-content{display:flex;flex-direction:column;height:100%}.card-visual{position:relative;background-color:#121212;height:clamp(100px,8vw,120px);overflow:hidden}.tier-canvas{width:100%;height:100%;display:flex;justify-content:center;align-items:center}.tier-canvas canvas{width:100%!important;height:100%!important}.card-info{padding:clamp(8px,.8vw,12px);display:flex;flex-direction:column;background-color:#fffcf2;border-radius:clamp(8px,.8vw,12px) clamp(8px,.8vw,12px) 0 0;margin-top:clamp(-8px,-.6vw,-10px);z-index:1;flex:1;text-align:left}[data-theme=dark] .card-info{background-color:var(--bg-secondary, #1e1e1e)}.tier-emoji-overlay{position:absolute;font-size:clamp(16px,1.4vw,20px);top:50%;left:50%;transform:translate(-50%,-50%);z-index:2;filter:drop-shadow(0 0 5px rgba(0,0,0,.5))}.subscription-card.tier-starter{border-color:#000;box-shadow:clamp(1px,.15vw,2px) clamp(1px,.15vw,2px) 0 #050505}.subscription-card.tier-creator{border-color:#000;box-shadow:clamp(1px,.15vw,2px) clamp(1px,.15vw,2px) 0 #713086}.subscription-card.tier-professional{border-color:#000;box-shadow:clamp(1px,.15vw,2px) clamp(1px,.15vw,2px) 0 #000}.tier-starter .feature-check{color:#3498db}.tier-creator .feature-check{color:#9b59b6}.tier-professional .feature-check{color:#2ecc71}.tier-starter .subscribe-button{background-color:#3498db;border:clamp(1px,.15vw,2px) solid #000000}.tier-creator .subscribe-button{background-color:#9b59b6;border:clamp(1px,.15vw,2px) solid #000000}.tier-professional .subscribe-button{background-color:#24c479;border:clamp(1px,.15vw,2px) solid #000000}.tier-creator .recommended-badge{background-color:#9b59b6}[data-theme=dark] .subscription-card{background:var(--bg-secondary, #1e1e1e);box-shadow:clamp(3px,.3vw,4px) clamp(3px,.3vw,4px) 0 var(--border-color, #444)}.subscription-card:hover{transform:translateY(clamp(-2px,-.2vw,-3px));box-shadow:clamp(3px,.3vw,4px) clamp(4px,.4vw,6px) 0 var(--border-color, #000)}[data-theme=dark] .subscription-card:hover{box-shadow:clamp(4px,.4vw,6px) clamp(6px,.6vw,9px) 0 var(--border-color, #444)}.subscription-card.recommended{transform:scale(1.05);box-shadow:clamp(4px,.4vw,5px) clamp(4px,.4vw,5px) 0 var(--border-color, #000);z-index:1}.subscription-card.recommended:hover{transform:scale(1.05) translateY(clamp(-2px,-.2vw,-3px));box-shadow:clamp(3px,.3vw,4px) clamp(4px,.4vw,6px) 0 var(--border-color, #000)}.recommended-badge{position:absolute;top:clamp(4px,.4vw,6px);right:clamp(4px,.4vw,6px);background-color:#9b59b6;color:#fff;padding:clamp(2px,.2vw,3px) clamp(4px,.4vw,6px);border:clamp(1px,.1vw,2px) solid var(--border-color, #000);font-weight:700;font-size:clamp(8px,.6vw,10px);font-family:monospace;box-shadow:clamp(1px,.1vw,2px) clamp(1px,.1vw,2px) 0 var(--border-color, #000);border-radius:clamp(4px,.4vw,6px);z-index:3}.subscription-card h3{font-size:clamp(12px,1vw,16px);margin-bottom:clamp(2px,.2vw,3px);color:var(--text-color, #000);font-family:monospace;text-align:center}.tier-starter h3{color:#3498db}.tier-creator h3{color:#9b59b6}.tier-professional h3{color:#29bb77}.price{font-size:clamp(16px,1.4vw,20px);font-weight:700;margin:clamp(4px,.4vw,6px) 0;color:var(--text-color, #000);text-align:left}[data-theme=dark] .price{color:var(--text-color, #eee)}.features{list-style:none;padding:0;margin:clamp(8px,.8vw,12px) 0;text-align:left}.features li{margin-bottom:clamp(4px,.4vw,6px);display:flex;align-items:flex-start;color:var(--text-color, #000);font-size:clamp(10px,.8vw,12px);text-align:left;padding-right:clamp(4px,.4vw,6px)}[data-theme=dark] .features li{color:var(--text-color, #eee)}.feature-check{display:none}.features li:not(:first-child){padding-left:clamp(3px,.3vw,4px)}.feature-unavailable{color:var(--text-secondary, #999)!important;opacity:.6;position:relative}[data-theme=dark] .feature-unavailable{color:#666!important}.feature-cross{color:#f44;font-weight:700;margin-right:clamp(3px,.3vw,4px);font-size:clamp(10px,.8vw,12px)}.feature-unavailable:after{content:"";position:absolute;left:clamp(10px,.8vw,12px);top:50%;right:0;height:1px;background-color:var(--text-secondary, #999);opacity:.5}[data-theme=dark] .feature-unavailable:after{background-color:#666}.subscribe-button{width:100%;padding:clamp(6px,.6vw,8px);border:none;border-radius:clamp(12px,1vw,16px);background-color:#3498db;color:#fff;font-size:clamp(10px,.8vw,12px);font-weight:700;cursor:pointer;transition:all .1s ease;font-family:monospace;margin-top:auto}.subscribe-button:hover{filter:brightness(1.1);transform:translateY(clamp(-1px,-.15vw,-2px))}.subscribe-button:active{transform:translateY(1px)}@media (max-width: 768px){.subscription-page-container{padding:6px;width:96%;max-width:96vw;height:98vh;max-height:98vh;overflow-y:auto}.subscription-header{padding:6px 8px;margin-bottom:8px}.subscription-header h2{font-size:18px;margin-bottom:4px}.subscription-header p{font-size:11px;margin-bottom:6px}.subscription-tiers{flex-direction:column;align-items:stretch;gap:10px;padding:0 6px}.subscription-card{margin:0;width:100%;max-width:none;min-width:unset;min-height:180px;box-shadow:2px 2px 0 var(--border-color, #000)}.subscription-card:hover{transform:none;box-shadow:2px 2px 0 var(--border-color, #000)}.card-visual{height:80px;min-height:80px}.card-info{padding:10px;margin-top:-6px;min-height:100px;display:flex;flex-direction:column}.subscription-card h3{font-size:14px;margin-bottom:4px}.price{font-size:16px;margin:4px 0 6px}.features{margin:6px 0 8px;flex-grow:1}.features li{font-size:10px;margin-bottom:3px;line-height:1.3;padding-right:4px}.model-tags-container,.media-tags-container{display:flex;margin:4px 0}.model-tag{font-size:8px;padding:2px 5px;margin:1px;border-radius:3px}.media-tag{font-size:7px;padding:1px 3px;margin:1px}.ai-models-section{margin:4px 0}.ai-models-header{font-size:10px;padding:8px 6px;margin-bottom:6px;border-width:2px;font-weight:700}.media-generation-section{margin:4px 0}.media-generation-header{font-size:8px;padding:3px 2px;margin-bottom:4px}.subscribe-button{padding:8px;font-size:11px;margin-top:auto;min-height:32px}.tier-emoji-overlay{font-size:18px}.recommended-badge{font-size:9px;padding:2px 4px;top:4px;right:4px}.subscription-card.tier-creator{order:1}.subscription-card.tier-professional{order:2}.subscription-card.tier-starter{order:3}.subscription-card.recommended,.subscription-card.recommended:hover{transform:none;box-shadow:3px 3px 0 var(--border-color, #000)}.current-subscription{padding:10px;margin:10px 6px;border-radius:8px}.current-subscription h3{font-size:16px;margin-bottom:6px}.current-subscription p{font-size:11px;margin-bottom:8px}.cancel-subscription-button{padding:6px 10px;font-size:11px}}@media (max-width: 480px){.subscription-page-container{padding:4px;width:98%;height:98vh;max-height:98vh}.subscription-header{padding:4px 6px;margin-bottom:6px}.subscription-header h2{font-size:16px;margin-bottom:2px}.subscription-header p{font-size:10px;margin-bottom:4px}.subscription-tiers{gap:8px;padding:0 4px}.subscription-card{min-height:160px;border-width:1px}.card-visual{height:70px;min-height:70px}.card-info{padding:8px;margin-top:-4px;min-height:90px;display:flex;flex-direction:column}.subscription-card h3{font-size:12px;margin-bottom:2px}.price{font-size:14px;margin:2px 0 4px}.features{margin:4px 0 6px;flex-grow:1}.features li{font-size:9px;margin-bottom:2px;line-height:1.2}.model-tags-container,.media-tags-container{margin:2px 0}.model-tag,.media-tag{font-size:6px;padding:1px 2px;margin:.5px}.ai-models-header,.media-generation-header{font-size:7px;padding:2px;margin-bottom:2px}.subscribe-button{padding:6px;font-size:10px;margin-top:auto;min-height:28px}.tier-emoji-overlay{font-size:16px}.recommended-badge{font-size:8px;padding:1px 3px;top:2px;right:2px}.subscription-card.tier-creator{order:1}.subscription-card.tier-professional{order:2}.subscription-card.tier-starter{order:3}.current-subscription{padding:8px;margin:6px 4px}.current-subscription h3{font-size:14px;margin-bottom:4px}.current-subscription p{font-size:10px;margin-bottom:6px}.cancel-subscription-button{padding:4px 8px;font-size:10px}.checkout-container{padding:8px}.checkout-container h2{font-size:16px}.checkout-container p{font-size:10px}.subscription-success{padding:10px}.subscription-success h2{font-size:16px}.subscription-success p{font-size:10px}}@media (max-width: 360px){.subscription-page-container{padding:2px;width:99%;height:99vh;max-height:99vh}.subscription-header{padding:2px 4px;margin-bottom:4px}.subscription-header h2{font-size:14px;margin-bottom:1px}.subscription-header p{font-size:9px;margin-bottom:2px}.subscription-tiers{gap:6px;padding:0 2px}.subscription-card{min-height:140px;border-width:1px}.card-visual{height:60px;min-height:60px}.card-info{padding:6px;margin-top:-2px;min-height:80px;display:flex;flex-direction:column}.subscription-card h3{font-size:11px;margin-bottom:1px}.price{font-size:13px;margin:1px 0 2px}.features{margin:2px 0 4px;flex-grow:1}.features li{font-size:8px;margin-bottom:1px;line-height:1.1}.model-tags-container,.media-tags-container{margin:1px 0}.model-tag,.media-tag{font-size:5px;padding:.5px 1px;margin:.5px}.ai-models-header,.media-generation-header{font-size:6px;padding:1px;margin-bottom:1px}.subscribe-button{padding:5px;font-size:9px;margin-top:auto;min-height:24px}.tier-emoji-overlay{font-size:14px}.recommended-badge{font-size:7px;padding:1px 2px;top:1px;right:1px}.subscription-card.tier-creator{order:1}.subscription-card.tier-professional{order:2}.subscription-card.tier-starter{order:3}.current-subscription{padding:6px;margin:4px 2px}.current-subscription h3{font-size:12px;margin-bottom:2px}.current-subscription p{font-size:9px;margin-bottom:4px}.cancel-subscription-button{padding:3px 6px;font-size:9px}}.tier-professional .card-visual{background-color:#021}.tier-professional .tier-canvas{filter:saturate(1.5) brightness(1.3)}.checkout-container{display:flex;flex-direction:column;align-items:center;width:100%;padding:clamp(20px,2vw,24px)}.checkout-container h2{margin-bottom:clamp(6px,.6vw,8px);color:#333;font-size:clamp(20px,1.8vw,24px)}.checkout-container p{margin-bottom:clamp(20px,2vw,24px);color:#666;font-size:clamp(14px,1.2vw,16px)}.back-button{margin-top:clamp(15px,1.5vw,20px);padding:clamp(8px,.8vw,10px) clamp(16px,1.6vw,20px);background-color:transparent;color:#666;border:1px solid #ddd;border-radius:clamp(3px,.3vw,4px);cursor:pointer;font-size:clamp(12px,1vw,14px);transition:all .2s ease}.back-button:hover{background-color:#f5f5f5;color:#333}.subscription-success{text-align:left;padding:clamp(30px,3vw,40px);max-width:clamp(500px,50vw,600px);margin:0 auto}.subscription-success h2{margin-bottom:clamp(15px,1.5vw,20px);color:var(--text-color, #000);text-align:left;font-size:clamp(20px,1.8vw,24px)}.subscription-success p{margin-bottom:clamp(12px,1.2vw,15px);color:var(--text-secondary, #666);text-align:left;font-size:clamp(14px,1.2vw,16px)}.subscription-success .subscribe-button{margin-top:clamp(25px,2.5vw,30px);background-color:#32a852}.subscription-success .subscribe-button:hover{background-color:#268c40}.model-tag{display:inline-block;background-color:#edf5ff;color:#06c;border:1px solid #b8d3ff;border-radius:clamp(3px,.3vw,4px);padding:clamp(2px,.2vw,3px) clamp(6px,.6vw,8px);margin:clamp(1px,.1vw,2px);font-size:clamp(8px,.7vw,10px);white-space:nowrap;transition:all .2s ease}.tier-starter .model-tag{background-color:#edf5ff;color:#3498db;border-color:#b8d3ff}.tier-creator .model-tag{background-color:#f5ebff;color:#9b59b6;border-color:#e4c6ff}.tier-professional .model-tag{background-color:#e6fff0;color:#24c479;border-color:#b3e6cc}.model-tags-container{display:flex;flex-wrap:wrap;margin-top:clamp(2px,.2vw,3px);margin-bottom:clamp(6px,.6vw,8px)}.media-tag{display:inline-flex;align-items:center;border-radius:clamp(8px,.8vw,12px);padding:clamp(3px,.3vw,4px) clamp(6px,.6vw,8px);margin:clamp(1px,.1vw,2px);font-size:clamp(6px,.5vw,8px);font-weight:600;white-space:nowrap;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);text-shadow:0 0 clamp(4px,.4vw,6px) rgba(255,255,255,.3);box-shadow:0 clamp(2px,.2vw,3px) clamp(6px,.6vw,8px) #0000001a,inset 0 1px #ffffff1a}.media-tag:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-radius:clamp(8px,.8vw,12px);padding:1px;background:linear-gradient(135deg,rgba(255,255,255,.2),rgba(255,255,255,.05));mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask-composite:exclude;z-index:-1}.media-tag:hover{transform:translateY(-2px) scale(1.02);box-shadow:0 8px 25px #00000026,inset 0 1px #fff3}.media-tag-icon{margin-right:8px;width:16px;height:16px;flex-shrink:0;filter:drop-shadow(0 0 4px rgba(255,255,255,.3))}.media-tag.image-gen{background:linear-gradient(135deg,#1e3a8a 0%,#3b82f6 25%,#06b6d4 50%,#0891b2 75%,#164e63 100%);color:#fff;animation:pulseBlue 4s ease-in-out infinite}.media-tag.gemini_image{background:linear-gradient(135deg,#064e3b 0%,#059669 25%,#10b981 50%,#14b8a6 75%,#0f766e 100%);color:#fff;animation:pulseGreen 4s ease-in-out infinite}.media-tag.imagen4{background:linear-gradient(135deg,#7c2d92 0%,#a21caf 25%,#d946ef 50%,#ec4899 75%,#be185d 100%);color:#fff;animation:pulsePink 4s ease-in-out infinite}.media-tag.video-gen{background:linear-gradient(135deg,#1e1b4b 0%,#3730a3 20%,#7c3aed 40%,#f59e0b 60%,#ea580c 80%,#dc2626 100%);color:#fff;animation:pulseOrange 4s ease-in-out infinite}@keyframes pulseBlue{0%,to{box-shadow:0 4px 15px #3b82f633,inset 0 1px #ffffff1a}50%{box-shadow:0 6px 20px #06b6d44d,inset 0 1px #fff3}}@keyframes pulseOrange{0%,to{box-shadow:0 4px 15px #f59e0b33,inset 0 1px #ffffff1a}50%{box-shadow:0 6px 20px #ea580c4d,inset 0 1px #fff3}}@keyframes pulseGreen{0%,to{box-shadow:0 4px 15px #10b98133,inset 0 1px #ffffff1a}50%{box-shadow:0 6px 20px #14b8a64d,inset 0 1px #fff3}}@keyframes pulsePink{0%,to{box-shadow:0 4px 15px #d946ef33,inset 0 1px #ffffff1a}50%{box-shadow:0 6px 20px #ec48994d,inset 0 1px #fff3}}.tier-starter .media-tag{opacity:.9}.tier-creator .media-tag{opacity:.95}.tier-professional .media-tag{opacity:1}.media-tags-container{display:flex;flex-wrap:wrap;margin-top:8px;margin-bottom:15px}.ai-models-section{margin-top:10px;margin-bottom:15px}.ai-models-header{font-size:12px;font-weight:700;color:var(--text-color, #000);margin-bottom:14px;display:flex;align-items:center;position:relative;padding:12px 8px;border-radius:10px;background:linear-gradient(135deg,rgba(156,39,176,.08) 0%,rgba(103,58,183,.08) 50%,rgba(63,81,181,.08) 100%);border:2px solid rgba(156,39,176,.2);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-family:Courier New,monospace;letter-spacing:-.2px;box-shadow:0 2px 8px #9c27b01a}.ai-models-header:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-radius:10px;background:linear-gradient(135deg,rgba(156,39,176,.15) 0%,rgba(103,58,183,.15) 50%,rgba(63,81,181,.15) 100%);opacity:0;transition:opacity .3s ease;z-index:-1}.ai-models-header:hover:before{opacity:1}.ai-models-header svg{margin-right:6px;width:14px;height:14px;filter:drop-shadow(0 0 4px rgba(156,39,176,.3));flex-shrink:0}.media-generation-section{margin-top:10px;margin-bottom:15px}.media-generation-header{font-size:9.5px;font-weight:600;color:var(--text-color, #000);margin-bottom:12px;display:flex;align-items:center;position:relative;padding:6px 5px;border-radius:8px;background:linear-gradient(135deg,rgba(59,130,246,.05) 0%,rgba(6,182,212,.05) 50%,rgba(245,158,11,.05) 100%);border:1px solid rgba(59,130,246,.1);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-family:Courier New,monospace;letter-spacing:-.3px}.media-generation-header:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-radius:8px;background:linear-gradient(135deg,rgba(59,130,246,.1) 0%,rgba(6,182,212,.1) 50%,rgba(245,158,11,.1) 100%);opacity:0;transition:opacity .3s ease;z-index:-1}.media-generation-header:hover:before{opacity:1}.media-generation-header svg{margin-right:6px;width:14px;height:18px;filter:drop-shadow(0 0 4px rgba(59,130,246,.3));flex-shrink:0}[data-theme=dark] .media-tag.image-gen{background:linear-gradient(135deg,#0f172a 0%,#1e3a8a 20%,#3b82f6 40%,#06b6d4 60%,#0891b2 80%,#164e63 100%);border-color:#3b82f64d;text-shadow:0 0 15px rgba(6,182,212,.5)}[data-theme=dark] .media-tag.video-gen{background:linear-gradient(135deg,#0c0a09 0%,#1e1b4b 15%,#3730a3 30%,#7c3aed 45%,#f59e0b 65%,#ea580c 80%,#dc2626 100%);border-color:#f59e0b4d;text-shadow:0 0 15px rgba(234,88,12,.5)}[data-theme=dark] .media-tag.gemini_image{background:linear-gradient(135deg,#052e16 0%,#064e3b 20%,#059669 40%,#10b981 60%,#14b8a6 80%,#0f766e 100%);border-color:#10b9814d;text-shadow:0 0 15px rgba(20,184,166,.5)}[data-theme=dark] .media-tag.imagen4{background:linear-gradient(135deg,#4a044e 0%,#7c2d92 20%,#a21caf 40%,#d946ef 60%,#ec4899 80%,#be185d 100%);border-color:#d946ef4d;text-shadow:0 0 15px rgba(236,72,153,.5)}[data-theme=dark] .media-tag:before{background:linear-gradient(135deg,rgba(255,255,255,.1),rgba(255,255,255,.02))}[data-theme=dark] .ai-models-header{color:var(--text-color, #eee);background:linear-gradient(135deg,rgba(156,39,176,.12) 0%,rgba(103,58,183,.12) 50%,rgba(63,81,181,.12) 100%);border-color:#9c27b04d;box-shadow:0 2px 12px #9c27b026}[data-theme=dark] .ai-models-header:before{background:linear-gradient(135deg,rgba(156,39,176,.2) 0%,rgba(103,58,183,.2) 50%,rgba(63,81,181,.2) 100%)}[data-theme=dark] .ai-models-header svg{filter:drop-shadow(0 0 6px rgba(156,39,176,.4))}[data-theme=dark] .media-generation-header{color:var(--text-color, #eee);background:linear-gradient(135deg,rgba(59,130,246,.08) 0%,rgba(6,182,212,.08) 50%,rgba(245,158,11,.08) 100%);border-color:#3b82f633}[data-theme=dark] .media-generation-header:before{background:linear-gradient(135deg,rgba(59,130,246,.15) 0%,rgba(6,182,212,.15) 50%,rgba(245,158,11,.15) 100%)}[data-theme=dark] .media-generation-header svg{filter:drop-shadow(0 0 6px rgba(6,182,212,.4))}[data-theme=dark] .model-tag{background-color:#ffffff1a;border-color:#fff3}[data-theme=dark] .tier-starter .model-tag{color:#72b6ec}[data-theme=dark] .tier-creator .model-tag{color:#c38fdb}[data-theme=dark] .tier-professional .model-tag{color:#5cdba0}.current-subscription{background:var(--bg-secondary, #fff);border:2px solid var(--border-color, #000);border-radius:15px;padding:20px;margin:20px 0;text-align:left;box-shadow:4px 4px 0 var(--border-color, #000)}[data-theme=dark] .current-subscription{background:var(--bg-secondary, #1e1e1e);box-shadow:4px 4px 0 var(--border-color, #444)}.current-subscription h3{font-size:18px;margin-bottom:10px;color:var(--text-color, #000);font-family:monospace}[data-theme=dark] .current-subscription h3{color:var(--text-color, #eee)}.current-subscription p{font-size:14px;color:var(--text-secondary, #666);margin-bottom:15px}[data-theme=dark] .current-subscription p{color:var(--text-secondary, #ccc)}.cancel-subscription-button{background-color:#ff5252;color:#fff;border:2px solid var(--border-color, #000);padding:8px 16px;border-radius:10px;font-family:monospace;font-size:14px;cursor:pointer;transition:all .2s;box-shadow:2px 2px 0 var(--border-color, #000)}.cancel-subscription-button:hover{transform:translateY(-2px);box-shadow:4px 4px 0 var(--border-color, #000)}.cancel-subscription-button:disabled{background-color:#999;cursor:not-allowed;transform:none;box-shadow:2px 2px 0 var(--border-color, #000)}.cancellation-notice{background-color:#ff52521a;border:2px solid #ff5252;border-radius:10px;padding:15px;margin-top:10px}[data-theme=dark] .cancellation-notice{background-color:#ff525233}.cancellation-notice p{color:#ff5252;margin-bottom:5px}.cancellation-notice p:last-child{margin-bottom:0}.monaco-editor{font-family:-apple-system,BlinkMacSystemFont,Segoe WPC,Segoe UI,HelveticaNeue-Light,system-ui,Ubuntu,Droid Sans,sans-serif;--monaco-monospace-font: "SF Mono", Monaco, Menlo, Consolas, "Ubuntu Mono", "Liberation Mono", "DejaVu Sans Mono", "Courier New", monospace}.monaco-menu .monaco-action-bar.vertical .action-item .action-menu-item:focus .action-label{stroke-width:1.2px}.monaco-editor.vs-dark .monaco-menu .monaco-action-bar.vertical .action-menu-item:focus .action-label,.monaco-editor.hc-black .monaco-menu .monaco-action-bar.vertical .action-menu-item:focus .action-label,.monaco-editor.hc-light .monaco-menu .monaco-action-bar.vertical .action-menu-item:focus .action-label{stroke-width:1.2px}.monaco-hover p{margin:0}.monaco-aria-container{position:absolute!important;top:0;height:1px;width:1px;margin:-1px;overflow:hidden;padding:0;clip:rect(1px,1px,1px,1px);clip-path:inset(50%)}.monaco-editor,.monaco-diff-editor .synthetic-focus,.monaco-diff-editor [tabindex="0"]:focus,.monaco-diff-editor [tabindex="-1"]:focus,.monaco-diff-editor button:focus,.monaco-diff-editor input[type=button]:focus,.monaco-diff-editor input[type=checkbox]:focus,.monaco-diff-editor input[type=search]:focus,.monaco-diff-editor input[type=text]:focus,.monaco-diff-editor select:focus,.monaco-diff-editor textarea:focus{outline-width:1px;outline-style:solid;outline-offset:-1px;outline-color:var(--vscode-focusBorder);opacity:1}.monaco-workbench .workbench-hover{position:relative;font-size:13px;line-height:19px;z-index:40;overflow:hidden;max-width:700px;background:var(--vscode-editorHoverWidget-background);border:1px solid var(--vscode-editorHoverWidget-border);border-radius:3px;color:var(--vscode-editorHoverWidget-foreground);box-shadow:0 2px 8px var(--vscode-widget-shadow)}.monaco-workbench .workbench-hover hr{border-bottom:none}.monaco-workbench .workbench-hover:not(.skip-fade-in){animation:fadein .1s linear}.monaco-workbench .workbench-hover.compact{font-size:12px}.monaco-workbench .workbench-hover.compact .hover-contents{padding:2px 8px}.monaco-workbench .workbench-hover-container.locked .workbench-hover{outline:1px solid var(--vscode-editorHoverWidget-border)}.monaco-workbench .workbench-hover-container.locked .workbench-hover:focus,.monaco-workbench .workbench-hover-lock:focus{outline:1px solid var(--vscode-focusBorder)}.monaco-workbench .workbench-hover-container.locked .workbench-hover-lock:hover{background:var(--vscode-toolbar-hoverBackground)}.monaco-workbench .workbench-hover-pointer{position:absolute;z-index:41;pointer-events:none}.monaco-workbench .workbench-hover-pointer:after{content:"";position:absolute;width:5px;height:5px;background-color:var(--vscode-editorHoverWidget-background);border-right:1px solid var(--vscode-editorHoverWidget-border);border-bottom:1px solid var(--vscode-editorHoverWidget-border)}.monaco-workbench .locked .workbench-hover-pointer:after{width:4px;height:4px;border-right-width:2px;border-bottom-width:2px}.monaco-workbench .workbench-hover-pointer.left{left:-3px}.monaco-workbench .workbench-hover-pointer.right{right:3px}.monaco-workbench .workbench-hover-pointer.top{top:-3px}.monaco-workbench .workbench-hover-pointer.bottom{bottom:3px}.monaco-workbench .workbench-hover-pointer.left:after{transform:rotate(135deg)}.monaco-workbench .workbench-hover-pointer.right:after{transform:rotate(315deg)}.monaco-workbench .workbench-hover-pointer.top:after{transform:rotate(225deg)}.monaco-workbench .workbench-hover-pointer.bottom:after{transform:rotate(45deg)}.monaco-workbench .workbench-hover a{color:var(--vscode-textLink-foreground)}.monaco-workbench .workbench-hover a:focus{outline:1px solid;outline-offset:-1px;text-decoration:underline;outline-color:var(--vscode-focusBorder)}.monaco-workbench .workbench-hover a:hover,.monaco-workbench .workbench-hover a:active{color:var(--vscode-textLink-activeForeground)}.monaco-workbench .workbench-hover code{background:var(--vscode-textCodeBlock-background)}.monaco-workbench .workbench-hover .hover-row .actions{background:var(--vscode-editorHoverWidget-statusBarBackground)}.monaco-workbench .workbench-hover.right-aligned{left:1px}.monaco-workbench .workbench-hover.right-aligned .hover-row.status-bar .actions{flex-direction:row-reverse}.monaco-workbench .workbench-hover.right-aligned .hover-row.status-bar .actions .action-container{margin-right:0;margin-left:16px}.monaco-scrollable-element>.scrollbar>.scra{cursor:pointer;font-size:11px!important}.monaco-scrollable-element>.visible{opacity:1;background:rgba(0,0,0,0);transition:opacity .1s linear;z-index:11}.monaco-scrollable-element>.invisible{opacity:0;pointer-events:none}.monaco-scrollable-element>.invisible.fade{transition:opacity .8s linear}.monaco-scrollable-element>.shadow{position:absolute;display:none}.monaco-scrollable-element>.shadow.top{display:block;top:0;left:3px;height:3px;width:100%;box-shadow:var(--vscode-scrollbar-shadow) 0 6px 6px -6px inset}.monaco-scrollable-element>.shadow.left{display:block;top:3px;left:0;height:100%;width:3px;box-shadow:var(--vscode-scrollbar-shadow) 6px 0 6px -6px inset}.monaco-scrollable-element>.shadow.top-left-corner{display:block;top:0;left:0;height:3px;width:3px}.monaco-scrollable-element>.shadow.top.left{box-shadow:var(--vscode-scrollbar-shadow) 6px 0 6px -6px inset}.monaco-scrollable-element>.scrollbar>.slider{background:var(--vscode-scrollbarSlider-background)}.monaco-scrollable-element>.scrollbar>.slider:hover{background:var(--vscode-scrollbarSlider-hoverBackground)}.monaco-scrollable-element>.scrollbar>.slider.active{background:var(--vscode-scrollbarSlider-activeBackground)}.monaco-hover{cursor:default;position:absolute;overflow:hidden;user-select:text;-webkit-user-select:text;box-sizing:border-box;animation:fadein .1s linear;line-height:1.5em;white-space:var(--vscode-hover-whiteSpace, normal)}.monaco-hover.hidden{display:none}.monaco-hover a:hover:not(.disabled){cursor:pointer}.monaco-hover .hover-contents:not(.html-hover-contents){padding:4px 8px}.monaco-hover .markdown-hover>.hover-contents:not(.code-hover-contents){max-width:var(--vscode-hover-maxWidth, 500px);word-wrap:break-word}.monaco-hover .markdown-hover>.hover-contents:not(.code-hover-contents) hr{min-width:100%}.monaco-hover p,.monaco-hover .code,.monaco-hover ul,.monaco-hover h1,.monaco-hover h2,.monaco-hover h3,.monaco-hover h4,.monaco-hover h5,.monaco-hover h6{margin:8px 0}.monaco-hover h1,.monaco-hover h2,.monaco-hover h3,.monaco-hover h4,.monaco-hover h5,.monaco-hover h6{line-height:1.1}.monaco-hover code{font-family:var(--monaco-monospace-font)}.monaco-hover hr{box-sizing:border-box;border-left:0px;border-right:0px;margin:4px -8px -4px;height:1px}.monaco-hover p:first-child,.monaco-hover .code:first-child,.monaco-hover ul:first-child{margin-top:0}.monaco-hover p:last-child,.monaco-hover .code:last-child,.monaco-hover ul:last-child{margin-bottom:0}.monaco-hover ul,.monaco-hover ol{padding-left:20px}.monaco-hover li>p{margin-bottom:0}.monaco-hover li>ul{margin-top:0}.monaco-hover code{border-radius:3px;padding:0 .4em}.monaco-hover .monaco-tokenized-source{white-space:var(--vscode-hover-sourceWhiteSpace, pre-wrap)}.monaco-hover .hover-row.status-bar{font-size:12px;line-height:22px}.monaco-hover .hover-row.status-bar .info{font-style:italic;padding:0 8px}.monaco-hover .hover-row.status-bar .actions{display:flex;padding:0 8px;width:100%}.monaco-hover .hover-row.status-bar .actions .action-container{margin-right:16px;cursor:pointer}.monaco-hover .hover-row.status-bar .actions .action-container .action .icon{padding-right:4px}.monaco-hover .hover-row.status-bar .actions .action-container a{color:var(--vscode-textLink-foreground);text-decoration:var(--text-link-decoration)}.monaco-hover .markdown-hover .hover-contents .codicon{color:inherit;font-size:inherit;vertical-align:middle}.monaco-hover .hover-contents a.code-link:hover,.monaco-hover .hover-contents a.code-link{color:inherit}.monaco-hover .hover-contents a.code-link:before{content:"("}.monaco-hover .hover-contents a.code-link:after{content:")"}.monaco-hover .hover-contents a.code-link>span{text-decoration:underline;border-bottom:1px solid transparent;text-underline-position:under;color:var(--vscode-textLink-foreground)}.monaco-hover .hover-contents a.code-link>span:hover{color:var(--vscode-textLink-activeForeground)}.monaco-hover .markdown-hover .hover-contents:not(.code-hover-contents):not(.html-hover-contents) span{margin-bottom:4px;display:inline-block}.monaco-hover .markdown-hover .hover-contents:not(.code-hover-contents):not(.html-hover-contents) span.codicon{margin-bottom:2px}.monaco-hover-content .action-container a{-webkit-user-select:none;user-select:none}.monaco-hover-content .action-container.disabled{pointer-events:none;opacity:.4;cursor:default}.monaco-editor .rendered-markdown kbd{background-color:var(--vscode-keybindingLabel-background);color:var(--vscode-keybindingLabel-foreground);border-style:solid;border-width:1px;border-radius:3px;border-color:var(--vscode-keybindingLabel-border);border-bottom-color:var(--vscode-keybindingLabel-bottomBorder);box-shadow:inset 0 -1px 0 var(--vscode-widget-shadow);vertical-align:middle;padding:1px 3px}.rendered-markdown li:has(input[type=checkbox]){list-style-type:none}.monaco-aria-container{position:absolute;left:-999em}.context-view{position:absolute}.context-view.fixed{all:initial;font-family:inherit;font-size:13px;position:fixed;color:inherit}.monaco-list{position:relative;height:100%;width:100%;white-space:nowrap}.monaco-list.mouse-support{user-select:none;-webkit-user-select:none}.monaco-list>.monaco-scrollable-element{height:100%}.monaco-list-rows{position:relative;width:100%;height:100%}.monaco-list.horizontal-scrolling .monaco-list-rows{width:auto;min-width:100%}.monaco-list-row{position:absolute;box-sizing:border-box;overflow:hidden;width:100%}.monaco-list.mouse-support .monaco-list-row{cursor:pointer;touch-action:none}.monaco-list .monaco-scrollable-element>.scrollbar.vertical,.monaco-pane-view>.monaco-split-view2.vertical>.monaco-scrollable-element>.scrollbar.vertical{z-index:14}.monaco-list-row.scrolling{display:none!important}.monaco-list.element-focused,.monaco-list.selection-single,.monaco-list.selection-multiple{outline:0!important}.monaco-drag-image{display:inline-block;padding:1px 7px;border-radius:10px;font-size:12px;position:absolute;z-index:1000}.monaco-list-type-filter-message{position:absolute;box-sizing:border-box;width:100%;height:100%;top:0;left:0;padding:40px 1em 1em;text-align:center;white-space:normal;opacity:.7;pointer-events:none}.monaco-list-type-filter-message:empty{display:none}.monaco-select-box-dropdown-padding{--dropdown-padding-top: 1px;--dropdown-padding-bottom: 1px}.hc-black .monaco-select-box-dropdown-padding,.hc-light .monaco-select-box-dropdown-padding{--dropdown-padding-top: 3px;--dropdown-padding-bottom: 4px}.monaco-select-box-dropdown-container{display:none;box-sizing:border-box}.monaco-select-box-dropdown-container>.select-box-details-pane>.select-box-description-markdown *{margin:0}.monaco-select-box-dropdown-container>.select-box-details-pane>.select-box-description-markdown a:focus{outline:1px solid -webkit-focus-ring-color;outline-offset:-1px}.monaco-select-box-dropdown-container>.select-box-details-pane>.select-box-description-markdown code{line-height:15px;font-family:var(--monaco-monospace-font)}.monaco-select-box-dropdown-container.visible{display:flex;flex-direction:column;text-align:left;width:1px;overflow:hidden;border-bottom-left-radius:3px;border-bottom-right-radius:3px}.monaco-select-box-dropdown-container>.select-box-dropdown-list-container{flex:0 0 auto;align-self:flex-start;padding-top:var(--dropdown-padding-top);padding-bottom:var(--dropdown-padding-bottom);padding-left:1px;padding-right:1px;width:100%;overflow:hidden;box-sizing:border-box}.monaco-select-box-dropdown-container>.select-box-details-pane{padding:5px}.hc-black .monaco-select-box-dropdown-container>.select-box-dropdown-list-container{padding-top:var(--dropdown-padding-top);padding-bottom:var(--dropdown-padding-bottom)}.monaco-select-box-dropdown-container>.select-box-dropdown-list-container .monaco-list .monaco-list-row{cursor:pointer}.monaco-select-box-dropdown-container>.select-box-dropdown-list-container .monaco-list .monaco-list-row>.option-text{text-overflow:ellipsis;overflow:hidden;padding-left:3.5px;white-space:nowrap;float:left}.monaco-select-box-dropdown-container>.select-box-dropdown-list-container .monaco-list .monaco-list-row>.option-detail{text-overflow:ellipsis;overflow:hidden;padding-left:3.5px;white-space:nowrap;float:left;opacity:.7}.monaco-select-box-dropdown-container>.select-box-dropdown-list-container .monaco-list .monaco-list-row>.option-decorator-right{text-overflow:ellipsis;overflow:hidden;padding-right:10px;white-space:nowrap;float:right}.monaco-select-box-dropdown-container>.select-box-dropdown-list-container .monaco-list .monaco-list-row>.visually-hidden{position:absolute;left:-10000px;top:auto;width:1px;height:1px;overflow:hidden}.monaco-select-box-dropdown-container>.select-box-dropdown-container-width-control{flex:1 1 auto;align-self:flex-start;opacity:0}.monaco-select-box-dropdown-container>.select-box-dropdown-container-width-control>.width-control-div{overflow:hidden;max-height:0px}.monaco-select-box-dropdown-container>.select-box-dropdown-container-width-control>.width-control-div>.option-text-width-control{padding-left:4px;padding-right:8px;white-space:nowrap}.monaco-select-box{width:100%;cursor:pointer;border-radius:2px}.monaco-select-box-dropdown-container{font-size:13px;font-weight:400;text-transform:none}.monaco-action-bar .action-item.select-container{cursor:default}.monaco-action-bar .action-item .monaco-select-box{cursor:pointer;min-width:100px;min-height:18px;padding:2px 23px 2px 8px}.mac .monaco-action-bar .action-item .monaco-select-box{font-size:11px;border-radius:5px}.monaco-action-bar{white-space:nowrap;height:100%}.monaco-action-bar .actions-container{display:flex;margin:0 auto;padding:0;height:100%;width:100%;align-items:center}.monaco-action-bar.vertical .actions-container{display:inline-block}.monaco-action-bar .action-item{display:block;align-items:center;justify-content:center;cursor:pointer;position:relative}.monaco-action-bar .action-item.disabled{cursor:default}.monaco-action-bar .action-item .icon,.monaco-action-bar .action-item .codicon{display:block}.monaco-action-bar .action-item .codicon{display:flex;align-items:center;width:16px;height:16px}.monaco-action-bar .action-label{display:flex;font-size:11px;padding:3px;border-radius:5px}.monaco-action-bar .action-item.disabled .action-label,.monaco-action-bar .action-item.disabled .action-label:before,.monaco-action-bar .action-item.disabled .action-label:hover{color:var(--vscode-disabledForeground)}.monaco-action-bar.vertical{text-align:left}.monaco-action-bar.vertical .action-item{display:block}.monaco-action-bar.vertical .action-label.separator{display:block;border-bottom:1px solid #bbb;padding-top:1px;margin-left:.8em;margin-right:.8em}.monaco-action-bar .action-item .action-label.separator{width:1px;height:16px;margin:5px 4px!important;cursor:default;min-width:1px;padding:0;background-color:#bbb}.secondary-actions .monaco-action-bar .action-label{margin-left:6px}.monaco-action-bar .action-item.select-container{overflow:hidden;flex:1;max-width:170px;min-width:60px;display:flex;align-items:center;justify-content:center;margin-right:10px}.monaco-action-bar .action-item.action-dropdown-item{display:flex}.monaco-action-bar .action-item.action-dropdown-item>.action-dropdown-item-separator{display:flex;align-items:center;cursor:default}.monaco-action-bar .action-item.action-dropdown-item>.action-dropdown-item-separator>div{width:1px}.monaco-dropdown{height:100%;padding:0}.monaco-dropdown>.dropdown-label{cursor:pointer;height:100%;display:flex;align-items:center;justify-content:center}.monaco-dropdown>.dropdown-label>.action-label.disabled{cursor:default}.monaco-dropdown-with-primary{display:flex!important;flex-direction:row;border-radius:5px}.monaco-dropdown-with-primary>.action-container>.action-label{margin-right:0}.monaco-dropdown-with-primary>.dropdown-action-container>.monaco-dropdown>.dropdown-label .codicon[class*=codicon-]{font-size:12px;padding-left:0;padding-right:0;line-height:16px;margin-left:-3px}.monaco-dropdown-with-primary>.dropdown-action-container>.monaco-dropdown>.dropdown-label>.action-label{display:block;background-size:16px;background-position:center center;background-repeat:no-repeat}.monaco-action-bar .action-item.menu-entry .action-label.icon{width:16px;height:16px;background-repeat:no-repeat;background-position:50%;background-size:16px}.monaco-action-bar .action-item.menu-entry.text-only .action-label{color:var(--vscode-descriptionForeground);overflow:hidden;border-radius:2px}.monaco-action-bar .action-item.menu-entry.text-only.use-comma:not(:last-of-type) .action-label:after{content:", "}.monaco-action-bar .action-item.menu-entry.text-only+.action-item:not(.text-only)>.monaco-dropdown .action-label{color:var(--vscode-descriptionForeground)}.monaco-dropdown-with-default{display:flex!important;flex-direction:row;border-radius:5px}.monaco-dropdown-with-default>.action-container>.action-label{margin-right:0}.monaco-dropdown-with-default>.action-container.menu-entry>.action-label.icon{width:16px;height:16px;background-repeat:no-repeat;background-position:50%;background-size:16px}.monaco-dropdown-with-default:hover{background-color:var(--vscode-toolbar-hoverBackground)}.monaco-dropdown-with-default>.dropdown-action-container>.monaco-dropdown>.dropdown-label .codicon[class*=codicon-]{font-size:12px;padding-left:0;padding-right:0;line-height:16px;margin-left:-3px}.monaco-dropdown-with-default>.dropdown-action-container>.monaco-dropdown>.dropdown-label>.action-label{display:block;background-size:16px;background-position:center center;background-repeat:no-repeat}.quick-input-widget{font-size:13px}.quick-input-widget .monaco-highlighted-label .highlight{color:#0066bf}.vs .quick-input-widget .monaco-list-row.focused .monaco-highlighted-label .highlight{color:#9dddff}.vs-dark .quick-input-widget .monaco-highlighted-label .highlight{color:#0097fb}.hc-black .quick-input-widget .monaco-highlighted-label .highlight{color:#f38518}.hc-light .quick-input-widget .monaco-highlighted-label .highlight{color:#0f4a85}.monaco-keybinding>.monaco-keybinding-key{background-color:#ddd6;border:solid 1px rgba(204,204,204,.4);border-bottom-color:#bbb6;box-shadow:inset 0 -1px #bbb6;color:#555}.hc-black .monaco-keybinding>.monaco-keybinding-key{background-color:transparent;border:solid 1px rgb(111,195,223);box-shadow:none;color:#fff}.hc-light .monaco-keybinding>.monaco-keybinding-key{background-color:transparent;border:solid 1px #0F4A85;box-shadow:none;color:#292929}.vs-dark .monaco-keybinding>.monaco-keybinding-key{background-color:#8080802b;border:solid 1px rgba(51,51,51,.6);border-bottom-color:#4449;box-shadow:inset 0 -1px #4449;color:#ccc}.monaco-custom-toggle{margin-left:2px;float:left;cursor:pointer;overflow:hidden;width:20px;height:20px;border-radius:3px;border:1px solid transparent;padding:1px;box-sizing:border-box;user-select:none;-webkit-user-select:none}.monaco-custom-toggle:hover{background-color:var(--vscode-inputOption-hoverBackground)}.hc-black .monaco-custom-toggle:hover,.hc-light .monaco-custom-toggle:hover{border:1px dashed var(--vscode-focusBorder)}.hc-black .monaco-custom-toggle,.hc-light .monaco-custom-toggle,.hc-black .monaco-custom-toggle:hover,.hc-light .monaco-custom-toggle:hover{background:none}.monaco-custom-toggle.monaco-checkbox{height:18px;width:18px;border:1px solid transparent;border-radius:3px;margin-right:9px;margin-left:0;padding:0;opacity:1;background-size:16px!important}.monaco-action-bar .checkbox-action-item{display:flex;align-items:center;border-radius:2px;padding-right:2px}.monaco-action-bar .checkbox-action-item:hover{background-color:var(--vscode-toolbar-hoverBackground)}.monaco-action-bar .checkbox-action-item>.monaco-custom-toggle.monaco-checkbox{margin-right:4px}.monaco-action-bar .checkbox-action-item>.checkbox-label{font-size:12px}.monaco-custom-toggle.monaco-checkbox:not(.checked):before{visibility:hidden}.quick-input-widget{position:absolute;width:600px;z-index:2550;left:50%;margin-left:-300px;-webkit-app-region:no-drag;border-radius:6px}.quick-input-titlebar{display:flex;align-items:center;border-top-right-radius:5px;border-top-left-radius:5px}.quick-input-left-action-bar{display:flex;margin-left:4px;flex:1}.quick-input-inline-action-bar{margin:2px 0 0 5px}.quick-input-title{padding:3px 0;text-align:center;text-overflow:ellipsis;overflow:hidden}.quick-input-right-action-bar{display:flex;margin-right:4px;flex:1}.quick-input-right-action-bar>.actions-container{justify-content:flex-end}.quick-input-titlebar .monaco-action-bar .action-label.codicon{background-position:center;background-repeat:no-repeat;padding:2px}.quick-input-description{margin:6px 6px 6px 11px}.quick-input-header .quick-input-description{margin:4px 2px;flex:1}.quick-input-header{display:flex;padding:8px 6px 2px}.quick-input-widget.hidden-input .quick-input-header{padding:0;margin-bottom:0}.quick-input-and-message{display:flex;flex-direction:column;flex-grow:1;min-width:0;position:relative}.quick-input-check-all{align-self:center;margin:0}.quick-input-filter{flex-grow:1;display:flex;position:relative}.quick-input-box{flex-grow:1}.quick-input-widget.show-checkboxes .quick-input-box,.quick-input-widget.show-checkboxes .quick-input-message{margin-left:5px}.quick-input-visible-count{position:absolute;left:-10000px}.quick-input-count{align-self:center;position:absolute;right:4px;display:flex;align-items:center}.quick-input-count .monaco-count-badge{vertical-align:middle;padding:2px 4px;border-radius:2px;min-height:auto;line-height:normal}.quick-input-action{margin-left:6px}.quick-input-action .monaco-text-button{font-size:11px;padding:0 6px;display:flex;height:25px;align-items:center}.quick-input-message{margin-top:-1px;padding:5px;overflow-wrap:break-word}.quick-input-message>.codicon{margin:0 .2em;vertical-align:text-bottom}.quick-input-message a{color:inherit}.quick-input-progress.monaco-progress-container{position:relative}.quick-input-list{line-height:22px}.quick-input-widget.hidden-input .quick-input-list{margin-top:4px;padding-bottom:4px}.quick-input-list .monaco-list{overflow:hidden;max-height:440px;padding-bottom:5px}.quick-input-list .monaco-scrollable-element{padding:0 5px}.quick-input-list .quick-input-list-entry{box-sizing:border-box;overflow:hidden;display:flex;padding:0 6px}.quick-input-list .quick-input-list-entry.quick-input-list-separator-border{border-top-width:1px;border-top-style:solid}.quick-input-list .monaco-list-row{border-radius:3px}.quick-input-list .monaco-list-row[data-index="0"] .quick-input-list-entry.quick-input-list-separator-border{border-top-style:none}.quick-input-list .quick-input-list-label{overflow:hidden;display:flex;height:100%;flex:1}.quick-input-list .quick-input-list-checkbox{align-self:center;margin:0}.quick-input-list .quick-input-list-icon{background-size:16px;background-position:left center;background-repeat:no-repeat;padding-right:6px;width:16px;height:22px;display:flex;align-items:center;justify-content:center}.quick-input-list .quick-input-list-rows{overflow:hidden;text-overflow:ellipsis;display:flex;flex-direction:column;height:100%;flex:1;margin-left:5px}.quick-input-widget.show-checkboxes .quick-input-list .quick-input-list-rows{margin-left:10px}.quick-input-widget .quick-input-list .quick-input-list-checkbox{display:none}.quick-input-widget.show-checkboxes .quick-input-list .quick-input-list-checkbox{display:inline}.quick-input-list .quick-input-list-rows>.quick-input-list-row{display:flex;align-items:center}.quick-input-list .quick-input-list-rows>.quick-input-list-row .monaco-icon-label,.quick-input-list .quick-input-list-rows>.quick-input-list-row .monaco-icon-label .monaco-icon-label-container>.monaco-icon-name-container{flex:1}.quick-input-list .quick-input-list-rows>.quick-input-list-row .codicon[class*=codicon-]{vertical-align:text-bottom}.quick-input-list .quick-input-list-rows .monaco-highlighted-label>span{opacity:1}.quick-input-list .quick-input-list-entry .quick-input-list-entry-keybinding{margin-right:8px}.quick-input-list .quick-input-list-label-meta{opacity:.7;line-height:normal;text-overflow:ellipsis;overflow:hidden}.quick-input-list .monaco-list .monaco-list-row .monaco-highlighted-label .highlight{font-weight:700;background-color:unset;color:var(--vscode-list-highlightForeground)!important}.quick-input-list .monaco-list .monaco-list-row.focused .monaco-highlighted-label .highlight{color:var(--vscode-list-focusHighlightForeground)!important}.quick-input-list .quick-input-list-entry .quick-input-list-separator{margin-right:4px}.quick-input-list .quick-input-list-entry-action-bar{display:flex;flex:0;overflow:visible}.quick-input-list .quick-input-list-entry-action-bar .action-label{display:none}.quick-input-list .quick-input-list-entry-action-bar .action-label.codicon{margin-right:4px;padding:2px}.quick-input-list .quick-input-list-entry-action-bar{margin-top:1px}.quick-input-list .quick-input-list-entry-action-bar{margin-right:4px}.quick-input-list .quick-input-list-entry .quick-input-list-entry-action-bar .action-label.always-visible,.quick-input-list .quick-input-list-entry:hover .quick-input-list-entry-action-bar .action-label,.quick-input-list .quick-input-list-entry.focus-inside .quick-input-list-entry-action-bar .action-label,.quick-input-list .monaco-list-row.focused .quick-input-list-entry-action-bar .action-label,.quick-input-list .monaco-list-row.passive-focused .quick-input-list-entry-action-bar .action-label{display:flex}.quick-input-list .monaco-list-row.focused .monaco-keybinding-key,.quick-input-list .monaco-list-row.focused .quick-input-list-entry .quick-input-list-separator{color:inherit}.quick-input-list .monaco-list-row.focused .monaco-keybinding-key{background:none}.quick-input-list .quick-input-list-separator-as-item{padding:4px 6px;font-size:12px}.quick-input-list .quick-input-list-separator-as-item .label-name{font-weight:600}.quick-input-list .quick-input-list-separator-as-item .label-description{opacity:1!important}.quick-input-list .monaco-tree-sticky-row .quick-input-list-entry.quick-input-list-separator-as-item.quick-input-list-separator-border{border-top-style:none}.quick-input-list .monaco-tree-sticky-row{padding:0 5px}.quick-input-list .monaco-tl-twistie{display:none!important}.monaco-text-button{box-sizing:border-box;display:flex;width:100%;padding:4px;border-radius:2px;text-align:center;cursor:pointer;justify-content:center;align-items:center;border:1px solid var(--vscode-button-border, transparent);line-height:18px}.monaco-text-button:focus{outline-offset:2px!important}.monaco-text-button:hover{text-decoration:none!important}.monaco-button.disabled:focus,.monaco-button.disabled{opacity:.4!important;cursor:default}.monaco-text-button .codicon{margin:0 .2em;color:inherit!important}.monaco-text-button.monaco-text-button-with-short-label{flex-direction:row;flex-wrap:wrap;padding:0 4px;overflow:hidden;height:28px}.monaco-text-button.monaco-text-button-with-short-label>.monaco-button-label{flex-basis:100%}.monaco-text-button.monaco-text-button-with-short-label>.monaco-button-label-short{flex-grow:1;width:0;overflow:hidden}.monaco-text-button.monaco-text-button-with-short-label>.monaco-button-label,.monaco-text-button.monaco-text-button-with-short-label>.monaco-button-label-short{display:flex;justify-content:center;align-items:center;font-weight:400;font-style:inherit;padding:4px 0}.monaco-button-dropdown{display:flex;cursor:pointer}.monaco-button-dropdown.disabled{cursor:default}.monaco-button-dropdown>.monaco-button:focus{outline-offset:-1px!important}.monaco-button-dropdown.disabled>.monaco-button.disabled,.monaco-button-dropdown.disabled>.monaco-button.disabled:focus,.monaco-button-dropdown.disabled>.monaco-button-dropdown-separator{opacity:.4!important}.monaco-button-dropdown>.monaco-button.monaco-text-button{border-right-width:0!important}.monaco-button-dropdown .monaco-button-dropdown-separator{padding:4px 0;cursor:default}.monaco-button-dropdown .monaco-button-dropdown-separator>div{height:100%;width:1px}.monaco-button-dropdown>.monaco-button.monaco-dropdown-button{border:1px solid var(--vscode-button-border, transparent);border-left-width:0!important;border-radius:0 2px 2px 0;display:flex;align-items:center}.monaco-button-dropdown>.monaco-button.monaco-text-button{border-radius:2px 0 0 2px}.monaco-description-button{display:flex;flex-direction:column;align-items:center;margin:4px 5px}.monaco-description-button .monaco-button-description{font-style:italic;font-size:11px;padding:4px 20px}.monaco-description-button .monaco-button-label,.monaco-description-button .monaco-button-description{display:flex;justify-content:center;align-items:center}.monaco-description-button .monaco-button-label>.codicon,.monaco-description-button .monaco-button-description>.codicon{margin:0 .2em;color:inherit!important}.monaco-button.default-colors,.monaco-button-dropdown.default-colors>.monaco-button{color:var(--vscode-button-foreground);background-color:var(--vscode-button-background)}.monaco-button.default-colors:hover,.monaco-button-dropdown.default-colors>.monaco-button:hover{background-color:var(--vscode-button-hoverBackground)}.monaco-button.default-colors.secondary,.monaco-button-dropdown.default-colors>.monaco-button.secondary{color:var(--vscode-button-secondaryForeground);background-color:var(--vscode-button-secondaryBackground)}.monaco-button.default-colors.secondary:hover,.monaco-button-dropdown.default-colors>.monaco-button.secondary:hover{background-color:var(--vscode-button-secondaryHoverBackground)}.monaco-button-dropdown.default-colors .monaco-button-dropdown-separator{background-color:var(--vscode-button-background);border-top:1px solid var(--vscode-button-border);border-bottom:1px solid var(--vscode-button-border)}.monaco-button-dropdown.default-colors .monaco-button.secondary+.monaco-button-dropdown-separator{background-color:var(--vscode-button-secondaryBackground)}.monaco-button-dropdown.default-colors .monaco-button-dropdown-separator>div{background-color:var(--vscode-button-separator)}.monaco-count-badge{padding:3px 6px;border-radius:11px;font-size:11px;min-width:18px;min-height:18px;line-height:11px;font-weight:400;text-align:center;display:inline-block;box-sizing:border-box}.monaco-count-badge.long{padding:2px 3px;border-radius:2px;min-height:auto;line-height:normal}.monaco-progress-container{width:100%;height:2px;overflow:hidden}.monaco-progress-container .progress-bit{width:2%;height:2px;position:absolute;left:0;display:none}.monaco-progress-container.active .progress-bit{display:inherit}.monaco-progress-container.discrete .progress-bit{left:0;transition:width .1s linear}.monaco-progress-container.discrete.done .progress-bit{width:100%}.monaco-progress-container.infinite .progress-bit{animation-name:progress;animation-duration:4s;animation-iteration-count:infinite;transform:translateZ(0);animation-timing-function:linear}.monaco-progress-container.infinite.infinite-long-running .progress-bit{animation-timing-function:steps(100)}@keyframes progress{0%{transform:translate(0) scaleX(1)}50%{transform:translate(2500%) scaleX(3)}to{transform:translate(4900%) scaleX(1)}}.monaco-inputbox{position:relative;display:block;padding:0;box-sizing:border-box;border-radius:2px;font-size:inherit}.monaco-inputbox>.ibwrapper>.input,.monaco-inputbox>.ibwrapper>.mirror{padding:4px 6px}.monaco-inputbox>.ibwrapper{position:relative;width:100%;height:100%}.monaco-inputbox>.ibwrapper>.input{display:inline-block;box-sizing:border-box;width:100%;height:100%;line-height:inherit;border:none;font-family:inherit;font-size:inherit;resize:none;color:inherit}.monaco-inputbox>.ibwrapper>input{text-overflow:ellipsis}.monaco-inputbox>.ibwrapper>textarea.input{display:block;scrollbar-width:none;outline:none}.monaco-inputbox>.ibwrapper>textarea.input::-webkit-scrollbar{display:none}.monaco-inputbox>.ibwrapper>textarea.input.empty{white-space:nowrap}.monaco-inputbox>.ibwrapper>.mirror{position:absolute;display:inline-block;width:100%;top:0;left:0;box-sizing:border-box;white-space:pre-wrap;visibility:hidden;word-wrap:break-word}.monaco-inputbox-container{text-align:right}.monaco-inputbox-container .monaco-inputbox-message{display:inline-block;overflow:hidden;text-align:left;width:100%;box-sizing:border-box;padding:.4em;font-size:12px;line-height:17px;margin-top:-1px;word-wrap:break-word}.monaco-inputbox .monaco-action-bar{position:absolute;right:2px;top:4px}.monaco-inputbox .monaco-action-bar .action-item{margin-left:2px}.monaco-inputbox .monaco-action-bar .action-item .codicon{background-repeat:no-repeat;width:16px;height:16px}.monaco-findInput{position:relative}.monaco-findInput .monaco-inputbox{font-size:13px;width:100%}.monaco-findInput>.controls{position:absolute;top:3px;right:2px}.vs .monaco-findInput.disabled{background-color:#e1e1e1}.vs-dark .monaco-findInput.disabled{background-color:#333}.monaco-findInput.highlight-0 .controls,.hc-light .monaco-findInput.highlight-0 .controls{animation:monaco-findInput-highlight-0 .1s linear 0s}.monaco-findInput.highlight-1 .controls,.hc-light .monaco-findInput.highlight-1 .controls{animation:monaco-findInput-highlight-1 .1s linear 0s}.hc-black .monaco-findInput.highlight-0 .controls,.vs-dark .monaco-findInput.highlight-0 .controls{animation:monaco-findInput-highlight-dark-0 .1s linear 0s}.hc-black .monaco-findInput.highlight-1 .controls,.vs-dark .monaco-findInput.highlight-1 .controls{animation:monaco-findInput-highlight-dark-1 .1s linear 0s}@keyframes monaco-findInput-highlight-0{0%{background:rgba(253,255,0,.8)}to{background:transparent}}@keyframes monaco-findInput-highlight-1{0%{background:rgba(253,255,0,.8)}99%{background:transparent}}@keyframes monaco-findInput-highlight-dark-0{0%{background:rgba(255,255,255,.44)}to{background:transparent}}@keyframes monaco-findInput-highlight-dark-1{0%{background:rgba(255,255,255,.44)}99%{background:transparent}}:root{--vscode-sash-size: 4px;--vscode-sash-hover-size: 4px}.monaco-sash{position:absolute;z-index:35;touch-action:none}.monaco-sash.disabled{pointer-events:none}.monaco-sash.mac.vertical{cursor:col-resize}.monaco-sash.vertical.minimum{cursor:e-resize}.monaco-sash.vertical.maximum{cursor:w-resize}.monaco-sash.mac.horizontal{cursor:row-resize}.monaco-sash.horizontal.minimum{cursor:s-resize}.monaco-sash.horizontal.maximum{cursor:n-resize}.monaco-sash.disabled{cursor:default!important;pointer-events:none!important}.monaco-sash.vertical{cursor:ew-resize;top:0;width:var(--vscode-sash-size);height:100%}.monaco-sash.horizontal{cursor:ns-resize;left:0;width:100%;height:var(--vscode-sash-size)}.monaco-sash:not(.disabled)>.orthogonal-drag-handle{content:" ";height:calc(var(--vscode-sash-size) * 2);width:calc(var(--vscode-sash-size) * 2);z-index:100;display:block;cursor:all-scroll;position:absolute}.monaco-sash.horizontal.orthogonal-edge-north:not(.disabled)>.orthogonal-drag-handle.start,.monaco-sash.horizontal.orthogonal-edge-south:not(.disabled)>.orthogonal-drag-handle.end{cursor:nwse-resize}.monaco-sash.horizontal.orthogonal-edge-north:not(.disabled)>.orthogonal-drag-handle.end,.monaco-sash.horizontal.orthogonal-edge-south:not(.disabled)>.orthogonal-drag-handle.start{cursor:nesw-resize}.monaco-sash.vertical>.orthogonal-drag-handle.start{left:calc(var(--vscode-sash-size) * -.5);top:calc(var(--vscode-sash-size) * -1)}.monaco-sash.vertical>.orthogonal-drag-handle.end{left:calc(var(--vscode-sash-size) * -.5);bottom:calc(var(--vscode-sash-size) * -1)}.monaco-sash.horizontal>.orthogonal-drag-handle.start{top:calc(var(--vscode-sash-size) * -.5);left:calc(var(--vscode-sash-size) * -1)}.monaco-sash.horizontal>.orthogonal-drag-handle.end{top:calc(var(--vscode-sash-size) * -.5);right:calc(var(--vscode-sash-size) * -1)}.monaco-sash:before{content:"";pointer-events:none;position:absolute;width:100%;height:100%;background:transparent}.monaco-workbench:not(.reduce-motion) .monaco-sash:before{transition:background-color .1s ease-out}.monaco-sash.hover:before,.monaco-sash.active:before{background:var(--vscode-sash-hoverBorder)}.monaco-sash.vertical:before{width:var(--vscode-sash-hover-size);left:calc(50% - (var(--vscode-sash-hover-size) / 2))}.monaco-sash.horizontal:before{height:var(--vscode-sash-hover-size);top:calc(50% - (var(--vscode-sash-hover-size) / 2))}.pointer-events-disabled{pointer-events:none!important}.monaco-sash.debug{background:cyan}.monaco-sash.debug.disabled{background:rgba(0,255,255,.2)}.monaco-sash.debug:not(.disabled)>.orthogonal-drag-handle{background:red}.monaco-split-view2{position:relative;width:100%;height:100%}.monaco-split-view2>.sash-container{position:absolute;width:100%;height:100%;pointer-events:none}.monaco-split-view2>.sash-container>.monaco-sash{pointer-events:initial}.monaco-split-view2>.monaco-scrollable-element{width:100%;height:100%}.monaco-split-view2>.monaco-scrollable-element>.split-view-container{width:100%;height:100%;white-space:nowrap;position:relative}.monaco-split-view2>.monaco-scrollable-element>.split-view-container>.split-view-view{white-space:initial;position:absolute}.monaco-split-view2>.monaco-scrollable-element>.split-view-container>.split-view-view:not(.visible){display:none}.monaco-split-view2.vertical>.monaco-scrollable-element>.split-view-container>.split-view-view{width:100%}.monaco-split-view2.horizontal>.monaco-scrollable-element>.split-view-container>.split-view-view{height:100%}.monaco-split-view2.separator-border>.monaco-scrollable-element>.split-view-container>.split-view-view:not(:first-child):before{content:" ";position:absolute;top:0;left:0;z-index:5;pointer-events:none;background-color:var(--separator-border)}.monaco-split-view2.separator-border.horizontal>.monaco-scrollable-element>.split-view-container>.split-view-view:not(:first-child):before{height:100%;width:1px}.monaco-split-view2.separator-border.vertical>.monaco-scrollable-element>.split-view-container>.split-view-view:not(:first-child):before{height:1px;width:100%}.monaco-table{display:flex;flex-direction:column;position:relative;height:100%;width:100%;white-space:nowrap;overflow:hidden}.monaco-table>.monaco-split-view2{border-bottom:1px solid transparent}.monaco-table>.monaco-list{flex:1}.monaco-table-tr{display:flex;height:100%}.monaco-table-th{width:100%;height:100%;font-weight:700;overflow:hidden;text-overflow:ellipsis}.monaco-table-th,.monaco-table-td{box-sizing:border-box;flex-shrink:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.monaco-table>.monaco-split-view2 .monaco-sash.vertical:before{content:"";position:absolute;left:calc(var(--vscode-sash-size) / 2);width:0;border-left:1px solid transparent}.monaco-workbench:not(.reduce-motion) .monaco-table>.monaco-split-view2,.monaco-workbench:not(.reduce-motion) .monaco-table>.monaco-split-view2 .monaco-sash.vertical:before{transition:border-color .2s ease-out}.monaco-tl-row{display:flex;height:100%;align-items:center;position:relative}.monaco-tl-row.disabled{cursor:default}.monaco-tl-indent{height:100%;position:absolute;top:0;left:16px;pointer-events:none}.hide-arrows .monaco-tl-indent{left:12px}.monaco-tl-indent>.indent-guide{display:inline-block;box-sizing:border-box;height:100%;border-left:1px solid transparent}.monaco-workbench:not(.reduce-motion) .monaco-tl-indent>.indent-guide{transition:border-color .1s linear}.monaco-tl-twistie,.monaco-tl-contents{height:100%}.monaco-tl-twistie{font-size:10px;text-align:right;padding-right:6px;flex-shrink:0;width:16px;display:flex!important;align-items:center;justify-content:center;transform:translate(3px)}.monaco-tl-contents{flex:1;overflow:hidden}.monaco-tl-twistie:before{border-radius:20px}.monaco-tl-twistie.collapsed:before{transform:rotate(-90deg)}.monaco-tl-twistie.codicon-tree-item-loading:before{animation:codicon-spin 1.25s steps(30) infinite}.monaco-tree-type-filter{position:absolute;top:0;display:flex;padding:3px;max-width:200px;z-index:100;margin:0 6px;border:1px solid var(--vscode-widget-border);border-bottom-left-radius:4px;border-bottom-right-radius:4px}.monaco-workbench:not(.reduce-motion) .monaco-tree-type-filter{transition:top .3s}.monaco-tree-type-filter.disabled{top:-40px!important}.monaco-tree-type-filter-grab{display:flex!important;align-items:center;justify-content:center;cursor:grab;margin-right:2px}.monaco-tree-type-filter-grab.grabbing{cursor:grabbing}.monaco-tree-type-filter-input{flex:1}.monaco-tree-type-filter-input .monaco-inputbox{height:23px}.monaco-tree-type-filter-input .monaco-inputbox>.ibwrapper>.input,.monaco-tree-type-filter-input .monaco-inputbox>.ibwrapper>.mirror{padding:2px 4px}.monaco-tree-type-filter-input .monaco-findInput>.controls{top:2px}.monaco-tree-type-filter-actionbar{margin-left:4px}.monaco-tree-type-filter-actionbar .monaco-action-bar .action-label{padding:2px}.monaco-list .monaco-scrollable-element .monaco-tree-sticky-container{position:absolute;top:0;left:0;width:100%;height:0;z-index:13;background-color:var(--vscode-sideBar-background)}.monaco-list .monaco-scrollable-element .monaco-tree-sticky-container .monaco-tree-sticky-row.monaco-list-row{position:absolute;width:100%;opacity:1!important;overflow:hidden;background-color:var(--vscode-sideBar-background)}.monaco-list .monaco-scrollable-element .monaco-tree-sticky-container .monaco-tree-sticky-row:hover{background-color:var(--vscode-list-hoverBackground)!important;cursor:pointer}.monaco-list .monaco-scrollable-element .monaco-tree-sticky-container.empty,.monaco-list .monaco-scrollable-element .monaco-tree-sticky-container.empty .monaco-tree-sticky-container-shadow{display:none}.monaco-list .monaco-scrollable-element .monaco-tree-sticky-container .monaco-tree-sticky-container-shadow{position:absolute;bottom:-3px;left:0;height:0px;width:100%}.monaco-list .monaco-scrollable-element .monaco-tree-sticky-container[tabindex="0"]:focus{outline:none}.monaco-icon-label{display:flex;overflow:hidden;text-overflow:ellipsis}.monaco-icon-label:before{background-size:16px;background-position:left center;background-repeat:no-repeat;padding-right:6px;width:16px;height:22px;line-height:inherit!important;display:inline-block;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;vertical-align:top;flex-shrink:0}.monaco-icon-label-iconpath{width:16px;height:16px;padding-left:2px;margin-top:2px;display:flex}.monaco-icon-label-container.disabled{color:var(--vscode-disabledForeground)}.monaco-icon-label>.monaco-icon-label-container{min-width:0;overflow:hidden;text-overflow:ellipsis;flex:1}.monaco-icon-label>.monaco-icon-label-container>.monaco-icon-name-container>.label-name{color:inherit;white-space:pre}.monaco-icon-label>.monaco-icon-label-container>.monaco-icon-name-container>.label-name>.label-separator{margin:0 2px;opacity:.5}.monaco-icon-label>.monaco-icon-label-container>.monaco-icon-suffix-container>.label-suffix{opacity:.7;white-space:pre}.monaco-icon-label>.monaco-icon-label-container>.monaco-icon-description-container>.label-description{opacity:.7;margin-left:.5em;font-size:.9em;white-space:pre}.monaco-icon-label.nowrap>.monaco-icon-label-container>.monaco-icon-description-container>.label-description{white-space:nowrap}.vs .monaco-icon-label>.monaco-icon-label-container>.monaco-icon-description-container>.label-description{opacity:.95}.monaco-icon-label.italic>.monaco-icon-label-container>.monaco-icon-name-container>.label-name,.monaco-icon-label.italic>.monaco-icon-label-container>.monaco-icon-description-container>.label-description{font-style:italic}.monaco-icon-label.deprecated{text-decoration:line-through;opacity:.66}.monaco-icon-label.italic:after{font-style:italic}.monaco-icon-label.strikethrough>.monaco-icon-label-container>.monaco-icon-name-container>.label-name,.monaco-icon-label.strikethrough>.monaco-icon-label-container>.monaco-icon-description-container>.label-description{text-decoration:line-through}.monaco-icon-label:after{opacity:.75;font-size:90%;font-weight:600;margin:auto 16px 0 5px;text-align:center}.monaco-list:focus .selected .monaco-icon-label,.monaco-list:focus .selected .monaco-icon-label:after{color:inherit!important}.monaco-list-row.focused.selected .label-description,.monaco-list-row.selected .label-description{opacity:.8}.monaco-keybinding{display:flex;align-items:center;line-height:10px}.monaco-keybinding>.monaco-keybinding-key{display:inline-block;border-style:solid;border-width:1px;border-radius:3px;vertical-align:middle;font-size:11px;padding:3px 5px;margin:0 2px}.monaco-keybinding>.monaco-keybinding-key:first-child{margin-left:0}.monaco-keybinding>.monaco-keybinding-key:last-child{margin-right:0}.monaco-keybinding>.monaco-keybinding-key-separator{display:inline-block}.monaco-keybinding>.monaco-keybinding-key-chord-separator{width:6px}::-ms-clear{display:none}.monaco-editor .editor-widget input{color:inherit}.monaco-editor{position:relative;overflow:visible;-webkit-text-size-adjust:100%;color:var(--vscode-editor-foreground);background-color:var(--vscode-editor-background);overflow-wrap:initial}.monaco-editor-background{background-color:var(--vscode-editor-background)}.monaco-editor .rangeHighlight{background-color:var(--vscode-editor-rangeHighlightBackground);box-sizing:border-box;border:1px solid var(--vscode-editor-rangeHighlightBorder)}.monaco-editor.hc-black .rangeHighlight,.monaco-editor.hc-light .rangeHighlight{border-style:dotted}.monaco-editor .symbolHighlight{background-color:var(--vscode-editor-symbolHighlightBackground);box-sizing:border-box;border:1px solid var(--vscode-editor-symbolHighlightBorder)}.monaco-editor.hc-black .symbolHighlight,.monaco-editor.hc-light .symbolHighlight{border-style:dotted}.monaco-editor .overflow-guard{position:relative;overflow:hidden}.monaco-editor .view-overlays{position:absolute;top:0}.monaco-editor .view-overlays>div,.monaco-editor .margin-view-overlays>div{position:absolute;width:100%}.monaco-editor .squiggly-error{border-bottom:4px double var(--vscode-editorError-border)}.monaco-editor .squiggly-error:before{display:block;content:"";width:100%;height:100%;background:var(--vscode-editorError-background)}.monaco-editor .squiggly-warning{border-bottom:4px double var(--vscode-editorWarning-border)}.monaco-editor .squiggly-warning:before{display:block;content:"";width:100%;height:100%;background:var(--vscode-editorWarning-background)}.monaco-editor .squiggly-info{border-bottom:4px double var(--vscode-editorInfo-border)}.monaco-editor .squiggly-info:before{display:block;content:"";width:100%;height:100%;background:var(--vscode-editorInfo-background)}.monaco-editor .squiggly-hint{border-bottom:2px dotted var(--vscode-editorHint-border)}.monaco-editor.showUnused .squiggly-unnecessary{border-bottom:2px dashed var(--vscode-editorUnnecessaryCode-border)}.monaco-editor.showDeprecated .squiggly-inline-deprecated{text-decoration:line-through;text-decoration-color:var(--vscode-editor-foreground, inherit)}.monaco-editor .inputarea{min-width:0;min-height:0;margin:0;padding:0;position:absolute;outline:none!important;resize:none;border:none;overflow:hidden;color:transparent;background-color:transparent;z-index:-10}.monaco-editor .inputarea.ime-input{z-index:10;caret-color:var(--vscode-editorCursor-foreground);color:var(--vscode-editor-foreground)}.monaco-editor .margin-view-overlays .line-numbers{bottom:0;font-variant-numeric:tabular-nums;position:absolute;text-align:right;display:inline-block;vertical-align:middle;box-sizing:border-box;cursor:default}.monaco-editor .relative-current-line-number{text-align:left;display:inline-block;width:100%}.monaco-editor .margin-view-overlays .line-numbers.lh-odd{margin-top:1px}.monaco-editor .line-numbers{color:var(--vscode-editorLineNumber-foreground)}.monaco-editor .line-numbers.active-line-number{color:var(--vscode-editorLineNumber-activeForeground)}.monaco-editor .margin{background-color:var(--vscode-editorGutter-background)}.monaco-mouse-cursor-text{cursor:text}.monaco-editor .blockDecorations-container{position:absolute;top:0;pointer-events:none}.monaco-editor .blockDecorations-block{position:absolute;box-sizing:border-box}.monaco-editor .view-overlays .current-line,.monaco-editor .margin-view-overlays .current-line{display:block;position:absolute;left:0;top:0;box-sizing:border-box;height:100%}.monaco-editor .margin-view-overlays .current-line.current-line-margin.current-line-margin-both{border-right:0}.monaco-editor .lines-content .cdr{position:absolute;height:100%}.monaco-editor .glyph-margin{position:absolute;top:0}.monaco-editor .glyph-margin-widgets .cgmr{position:absolute;display:flex;align-items:center;justify-content:center}.monaco-editor .glyph-margin-widgets .cgmr.codicon-modifier-spin:before{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.monaco-editor .lines-content .core-guide{position:absolute;box-sizing:border-box;height:100%}.mtkcontrol{color:#fff!important;background:rgb(150,0,0)!important}.mtkoverflow{background-color:var(--vscode-button-background, var(--vscode-editor-background));color:var(--vscode-button-foreground, var(--vscode-editor-foreground));border-width:1px;border-style:solid;border-color:var(--vscode-contrastBorder);border-radius:2px;padding:4px;cursor:pointer}.mtkoverflow:hover{background-color:var(--vscode-button-hoverBackground)}.monaco-editor.no-user-select .lines-content,.monaco-editor.no-user-select .view-line,.monaco-editor.no-user-select .view-lines{user-select:none;-webkit-user-select:none}.monaco-editor.mac .lines-content:hover,.monaco-editor.mac .view-line:hover,.monaco-editor.mac .view-lines:hover{user-select:text;-webkit-user-select:text;-ms-user-select:text}.monaco-editor.enable-user-select{user-select:initial;-webkit-user-select:initial}.monaco-editor .view-lines{white-space:nowrap}.monaco-editor .view-line{position:absolute;width:100%}.monaco-editor .lines-content>.view-lines>.view-line>span{top:0;bottom:0;position:absolute}.monaco-editor .mtkw{color:var(--vscode-editorWhitespace-foreground)!important}.monaco-editor .mtkz{display:inline-block;color:var(--vscode-editorWhitespace-foreground)!important}.monaco-editor .lines-decorations{position:absolute;top:0;background:white}.monaco-editor .margin-view-overlays .cldr{position:absolute;height:100%}.monaco-editor .margin-view-overlays .cmdr{position:absolute;left:0;width:100%;height:100%}.monaco-editor .minimap.slider-mouseover .minimap-slider{opacity:0;transition:opacity .1s linear}.monaco-editor .minimap.slider-mouseover:hover .minimap-slider,.monaco-editor .minimap.slider-mouseover .minimap-slider.active{opacity:1}.monaco-editor .minimap-slider .minimap-slider-horizontal{background:var(--vscode-minimapSlider-background)}.monaco-editor .minimap-slider:hover .minimap-slider-horizontal{background:var(--vscode-minimapSlider-hoverBackground)}.monaco-editor .minimap-slider.active .minimap-slider-horizontal{background:var(--vscode-minimapSlider-activeBackground)}.monaco-editor .minimap-shadow-visible{box-shadow:var(--vscode-scrollbar-shadow) -6px 0 6px -6px inset}.monaco-editor .minimap-shadow-hidden{position:absolute;width:0}.monaco-editor .minimap-shadow-visible{position:absolute;left:-6px;width:6px}.monaco-editor.no-minimap-shadow .minimap-shadow-visible{position:absolute;left:-1px;width:1px}.minimap.autohide{opacity:0;transition:opacity .5s}.minimap.autohide:hover{opacity:1}.monaco-editor .minimap{z-index:5}.monaco-editor .overlayWidgets{position:absolute;top:0;left:0}.monaco-editor .view-ruler{position:absolute;top:0;box-shadow:1px 0 0 0 var(--vscode-editorRuler-foreground) inset}.monaco-editor .scroll-decoration{position:absolute;top:0;left:0;height:6px;box-shadow:var(--vscode-scrollbar-shadow) 0 6px 6px -6px inset}.monaco-editor .lines-content .cslr{position:absolute}.monaco-editor .focused .selected-text{background-color:var(--vscode-editor-selectionBackground)}.monaco-editor .selected-text{background-color:var(--vscode-editor-inactiveSelectionBackground)}.monaco-editor .top-left-radius{border-top-left-radius:3px}.monaco-editor .bottom-left-radius{border-bottom-left-radius:3px}.monaco-editor .top-right-radius{border-top-right-radius:3px}.monaco-editor .bottom-right-radius{border-bottom-right-radius:3px}.monaco-editor.hc-black .top-left-radius{border-top-left-radius:0}.monaco-editor.hc-black .bottom-left-radius{border-bottom-left-radius:0}.monaco-editor.hc-black .top-right-radius{border-top-right-radius:0}.monaco-editor.hc-black .bottom-right-radius{border-bottom-right-radius:0}.monaco-editor.hc-light .top-left-radius{border-top-left-radius:0}.monaco-editor.hc-light .bottom-left-radius{border-bottom-left-radius:0}.monaco-editor.hc-light .top-right-radius{border-top-right-radius:0}.monaco-editor.hc-light .bottom-right-radius{border-bottom-right-radius:0}.monaco-editor .cursors-layer{position:absolute;top:0}.monaco-editor .cursors-layer>.cursor{position:absolute;overflow:hidden;box-sizing:border-box}.monaco-editor .cursors-layer.cursor-smooth-caret-animation>.cursor{transition:all 80ms}.monaco-editor .cursors-layer.cursor-block-outline-style>.cursor{background:transparent!important;border-style:solid;border-width:1px}.monaco-editor .cursors-layer.cursor-underline-style>.cursor{border-bottom-width:2px;border-bottom-style:solid;background:transparent!important}.monaco-editor .cursors-layer.cursor-underline-thin-style>.cursor{border-bottom-width:1px;border-bottom-style:solid;background:transparent!important}@keyframes monaco-cursor-smooth{0%,20%{opacity:1}60%,to{opacity:0}}@keyframes monaco-cursor-phase{0%,20%{opacity:1}90%,to{opacity:0}}@keyframes monaco-cursor-expand{0%,20%{transform:scaleY(1)}80%,to{transform:scaleY(0)}}.cursor-smooth{animation:monaco-cursor-smooth .5s ease-in-out 0s 20 alternate}.cursor-phase{animation:monaco-cursor-phase .5s ease-in-out 0s 20 alternate}.cursor-expand>.cursor{animation:monaco-cursor-expand .5s ease-in-out 0s 20 alternate}.monaco-editor .mwh{position:absolute;color:var(--vscode-editorWhitespace-foreground)!important}.monaco-editor .diff-hidden-lines-widget{width:100%}.monaco-editor .diff-hidden-lines{height:0px;transform:translateY(-10px);font-size:13px;line-height:14px}.monaco-editor .diff-hidden-lines:not(.dragging) .top:hover,.monaco-editor .diff-hidden-lines:not(.dragging) .bottom:hover,.monaco-editor .diff-hidden-lines .top.dragging,.monaco-editor .diff-hidden-lines .bottom.dragging{background-color:var(--vscode-focusBorder)}.monaco-editor .diff-hidden-lines .top,.monaco-editor .diff-hidden-lines .bottom{transition:background-color .1s ease-out;height:4px;background-color:transparent;background-clip:padding-box;border-bottom:2px solid transparent;border-top:4px solid transparent}.monaco-editor.draggingUnchangedRegion.canMoveTop:not(.canMoveBottom) *,.monaco-editor .diff-hidden-lines .top.canMoveTop:not(.canMoveBottom),.monaco-editor .diff-hidden-lines .bottom.canMoveTop:not(.canMoveBottom){cursor:n-resize!important}.monaco-editor.draggingUnchangedRegion:not(.canMoveTop).canMoveBottom *,.monaco-editor .diff-hidden-lines .top:not(.canMoveTop).canMoveBottom,.monaco-editor .diff-hidden-lines .bottom:not(.canMoveTop).canMoveBottom{cursor:s-resize!important}.monaco-editor.draggingUnchangedRegion.canMoveTop.canMoveBottom *,.monaco-editor .diff-hidden-lines .top.canMoveTop.canMoveBottom,.monaco-editor .diff-hidden-lines .bottom.canMoveTop.canMoveBottom{cursor:ns-resize!important}.monaco-editor .diff-hidden-lines .top{transform:translateY(4px)}.monaco-editor .diff-hidden-lines .bottom{transform:translateY(-6px)}.monaco-editor .diff-unchanged-lines{background:var(--vscode-diffEditor-unchangedCodeBackground)}.monaco-editor .noModificationsOverlay{z-index:1;background:var(--vscode-editor-background);display:flex;justify-content:center;align-items:center}.monaco-editor .diff-hidden-lines .center{background:var(--vscode-diffEditor-unchangedRegionBackground);color:var(--vscode-diffEditor-unchangedRegionForeground);overflow:hidden;display:block;text-overflow:ellipsis;white-space:nowrap;height:24px;box-shadow:inset 0 -5px 5px -7px var(--vscode-diffEditor-unchangedRegionShadow),inset 0 5px 5px -7px var(--vscode-diffEditor-unchangedRegionShadow)}.monaco-editor .diff-hidden-lines .center span.codicon{vertical-align:middle}.monaco-editor .diff-hidden-lines .center a:hover .codicon{cursor:pointer;color:var(--vscode-editorLink-activeForeground)!important}.monaco-editor .diff-hidden-lines div.breadcrumb-item{cursor:pointer}.monaco-editor .diff-hidden-lines div.breadcrumb-item:hover{color:var(--vscode-editorLink-activeForeground)}.monaco-editor .movedOriginal,.monaco-editor .movedModified{border:2px solid var(--vscode-diffEditor-move-border)}.monaco-editor .movedOriginal.currentMove,.monaco-editor .movedModified.currentMove{border:2px solid var(--vscode-diffEditor-moveActive-border)}.monaco-diff-editor .moved-blocks-lines path.currentMove{stroke:var(--vscode-diffEditor-moveActive-border)}.monaco-diff-editor .moved-blocks-lines path{pointer-events:visiblestroke}.monaco-diff-editor .moved-blocks-lines .arrow{fill:var(--vscode-diffEditor-move-border)}.monaco-diff-editor .moved-blocks-lines .arrow.currentMove{fill:var(--vscode-diffEditor-moveActive-border)}.monaco-diff-editor .moved-blocks-lines .arrow-rectangle{fill:var(--vscode-editor-background)}.monaco-diff-editor .moved-blocks-lines{position:absolute;pointer-events:none}.monaco-diff-editor .moved-blocks-lines path{fill:none;stroke:var(--vscode-diffEditor-move-border);stroke-width:2}.monaco-editor .char-delete.diff-range-empty{margin-left:-1px;border-left:solid var(--vscode-diffEditor-removedTextBackground) 3px}.monaco-editor .char-insert.diff-range-empty{border-left:solid var(--vscode-diffEditor-insertedTextBackground) 3px}.monaco-editor .fold-unchanged{cursor:pointer}.monaco-diff-editor .diff-moved-code-block{display:flex;justify-content:flex-end;margin-top:-4px}.monaco-diff-editor .diff-moved-code-block .action-bar .action-label.codicon{width:12px;height:12px;font-size:12px}.monaco-diff-editor .diffOverview{z-index:9}.monaco-diff-editor .diffOverview .diffViewport{z-index:10}.monaco-diff-editor.vs .diffOverview{background:rgba(0,0,0,.03)}.monaco-diff-editor.vs-dark .diffOverview{background:rgba(255,255,255,.01)}.monaco-scrollable-element.modified-in-monaco-diff-editor.vs .scrollbar,.monaco-scrollable-element.modified-in-monaco-diff-editor.vs-dark .scrollbar{background:rgba(0,0,0,0)}.monaco-scrollable-element.modified-in-monaco-diff-editor.hc-black .scrollbar,.monaco-scrollable-element.modified-in-monaco-diff-editor.hc-light .scrollbar{background:none}.monaco-scrollable-element.modified-in-monaco-diff-editor .slider{z-index:10}.modified-in-monaco-diff-editor .slider.active{background:rgba(171,171,171,.4)}.modified-in-monaco-diff-editor.hc-black .slider.active,.modified-in-monaco-diff-editor.hc-light .slider.active{background:none}.monaco-editor .insert-sign,.monaco-diff-editor .insert-sign,.monaco-editor .delete-sign,.monaco-diff-editor .delete-sign{font-size:11px!important;opacity:.7!important;display:flex!important;align-items:center}.monaco-editor.hc-black .insert-sign,.monaco-diff-editor.hc-black .insert-sign,.monaco-editor.hc-black .delete-sign,.monaco-diff-editor.hc-black .delete-sign,.monaco-editor.hc-light .insert-sign,.monaco-diff-editor.hc-light .insert-sign,.monaco-editor.hc-light .delete-sign,.monaco-diff-editor.hc-light .delete-sign{opacity:1}.monaco-editor .inline-deleted-margin-view-zone,.monaco-editor .inline-added-margin-view-zone{text-align:right}.monaco-editor .arrow-revert-change{z-index:10;position:absolute}.monaco-editor .arrow-revert-change:hover{cursor:pointer}.monaco-editor .view-zones .view-lines .view-line span{display:inline-block}.monaco-editor .margin-view-zones .lightbulb-glyph:hover{cursor:pointer}.monaco-editor .char-insert,.monaco-diff-editor .char-insert{background-color:var(--vscode-diffEditor-insertedTextBackground)}.monaco-editor .line-insert,.monaco-diff-editor .line-insert{background-color:var(--vscode-diffEditor-insertedLineBackground, var(--vscode-diffEditor-insertedTextBackground))}.monaco-editor .line-insert,.monaco-editor .char-insert{box-sizing:border-box;border:1px solid var(--vscode-diffEditor-insertedTextBorder)}.monaco-editor.hc-black .line-insert,.monaco-editor.hc-light .line-insert,.monaco-editor.hc-black .char-insert,.monaco-editor.hc-light .char-insert{border-style:dashed}.monaco-editor .line-delete,.monaco-editor .char-delete{box-sizing:border-box;border:1px solid var(--vscode-diffEditor-removedTextBorder)}.monaco-editor.hc-black .line-delete,.monaco-editor.hc-light .line-delete,.monaco-editor.hc-black .char-delete,.monaco-editor.hc-light .char-delete{border-style:dashed}.monaco-editor .inline-added-margin-view-zone,.monaco-editor .gutter-insert,.monaco-diff-editor .gutter-insert{background-color:var(--vscode-diffEditorGutter-insertedLineBackground, var(--vscode-diffEditor-insertedLineBackground), var(--vscode-diffEditor-insertedTextBackground))}.monaco-editor .char-delete,.monaco-diff-editor .char-delete,.monaco-editor .inline-deleted-text{background-color:var(--vscode-diffEditor-removedTextBackground)}.monaco-editor .inline-deleted-text{text-decoration:line-through}.monaco-editor .line-delete,.monaco-diff-editor .line-delete{background-color:var(--vscode-diffEditor-removedLineBackground, var(--vscode-diffEditor-removedTextBackground))}.monaco-editor .inline-deleted-margin-view-zone,.monaco-editor .gutter-delete,.monaco-diff-editor .gutter-delete{background-color:var(--vscode-diffEditorGutter-removedLineBackground, var(--vscode-diffEditor-removedLineBackground), var(--vscode-diffEditor-removedTextBackground))}.monaco-diff-editor.side-by-side .editor.modified{box-shadow:-6px 0 5px -5px var(--vscode-scrollbar-shadow);border-left:1px solid var(--vscode-diffEditor-border)}.monaco-diff-editor.side-by-side .editor.original{box-shadow:6px 0 5px -5px var(--vscode-scrollbar-shadow);border-right:1px solid var(--vscode-diffEditor-border)}.monaco-diff-editor .diffViewport{background:var(--vscode-scrollbarSlider-background)}.monaco-diff-editor .diffViewport:hover{background:var(--vscode-scrollbarSlider-hoverBackground)}.monaco-diff-editor .diffViewport:active{background:var(--vscode-scrollbarSlider-activeBackground)}.monaco-editor .diagonal-fill{background-image:linear-gradient(-45deg,var(--vscode-diffEditor-diagonalFill) 12.5%,#0000 12.5%,#0000 50%,var(--vscode-diffEditor-diagonalFill) 50%,var(--vscode-diffEditor-diagonalFill) 62.5%,#0000 62.5%,#0000 100%);background-size:8px 8px}.monaco-diff-editor .gutter{position:relative;overflow:hidden;flex-shrink:0;flex-grow:0}.monaco-diff-editor .gutter>div{position:absolute}.monaco-diff-editor .gutter .gutterItem{opacity:0;transition:opacity .7s}.monaco-diff-editor .gutter .gutterItem.showAlways{opacity:1;transition:none}.monaco-diff-editor .gutter .gutterItem.noTransition{transition:none}.monaco-diff-editor .gutter:hover .gutterItem{opacity:1;transition:opacity .1s ease-in-out}.monaco-diff-editor .gutter .gutterItem .background{position:absolute;height:100%;left:50%;width:1px;border-left:2px var(--vscode-menu-border) solid}.monaco-diff-editor .gutter .gutterItem .buttons{position:absolute;width:100%;display:flex;justify-content:center;align-items:center}.monaco-diff-editor .gutter .gutterItem .buttons .monaco-toolbar{height:fit-content}.monaco-diff-editor .gutter .gutterItem .buttons .monaco-toolbar .monaco-action-bar{line-height:1}.monaco-diff-editor .gutter .gutterItem .buttons .monaco-toolbar .monaco-action-bar .actions-container{width:fit-content;border-radius:4px;background:var(--vscode-editorGutter-commentRangeForeground)}.monaco-diff-editor .gutter .gutterItem .buttons .monaco-toolbar .monaco-action-bar .actions-container .action-item:hover{background:var(--vscode-toolbar-hoverBackground)}.monaco-diff-editor .gutter .gutterItem .buttons .monaco-toolbar .monaco-action-bar .actions-container .action-item .action-label{padding:1px 2px}.monaco-diff-editor .diff-hidden-lines-compact{display:flex;height:11px}.monaco-diff-editor .diff-hidden-lines-compact .line-left,.monaco-diff-editor .diff-hidden-lines-compact .line-right{height:1px;border-top:1px solid;border-color:var(--vscode-editorCodeLens-foreground);opacity:.5;margin:auto;width:100%}.monaco-diff-editor .diff-hidden-lines-compact .line-left{width:20px}.monaco-diff-editor .diff-hidden-lines-compact .text{color:var(--vscode-editorCodeLens-foreground);text-wrap:nowrap;font-size:11px;line-height:11px;margin:0 4px}.monaco-component.diff-review{user-select:none;-webkit-user-select:none;z-index:99}.monaco-diff-editor .diff-review{position:absolute}.monaco-component.diff-review .diff-review-line-number{text-align:right;display:inline-block;color:var(--vscode-editorLineNumber-foreground)}.monaco-component.diff-review .diff-review-summary{padding-left:10px}.monaco-component.diff-review .diff-review-shadow{position:absolute;box-shadow:var(--vscode-scrollbar-shadow) 0 -6px 6px -6px inset}.monaco-component.diff-review .diff-review-row{white-space:pre}.monaco-component.diff-review .diff-review-table{display:table;min-width:100%}.monaco-component.diff-review .diff-review-row{display:table-row;width:100%}.monaco-component.diff-review .diff-review-spacer{display:inline-block;width:10px;vertical-align:middle}.monaco-component.diff-review .diff-review-spacer>.codicon{font-size:9px!important}.monaco-component.diff-review .diff-review-actions{display:inline-block;position:absolute;right:10px;top:2px;z-index:100}.monaco-component.diff-review .diff-review-actions .action-label{width:16px;height:16px;margin:2px 0}.monaco-component.diff-review .revertButton{cursor:pointer}.monaco-toolbar{height:100%}.monaco-toolbar .toolbar-toggle-more{display:inline-block;padding:0}.monaco-component.multiDiffEditor{background:var(--vscode-multiDiffEditor-background);position:relative;height:100%;width:100%;overflow-y:hidden}.monaco-component.multiDiffEditor>div{position:absolute;top:0;left:0;height:100%;width:100%}.monaco-component.multiDiffEditor>div.placeholder{visibility:hidden;display:grid;place-items:center;place-content:center}.monaco-component.multiDiffEditor>div.placeholder.visible{visibility:visible}.monaco-component.multiDiffEditor .active{--vscode-multiDiffEditor-border: var(--vscode-focusBorder)}.monaco-component.multiDiffEditor .multiDiffEntry{display:flex;flex-direction:column;flex:1;overflow:hidden}.monaco-component.multiDiffEditor .multiDiffEntry .collapse-button{margin:0 5px;cursor:pointer;a {display: block;}}.monaco-component.multiDiffEditor .multiDiffEntry .header{z-index:1000;background:var(--vscode-editor-background)}.monaco-component.multiDiffEditor .multiDiffEntry .header:not(.collapsed) .header-content{border-bottom:1px solid var(--vscode-sideBarSectionHeader-border)}.monaco-component.multiDiffEditor .multiDiffEntry .header .header-content{margin:8px 0 0;padding:4px 5px;border-top:1px solid var(--vscode-multiDiffEditor-border);display:flex;align-items:center;color:var(--vscode-foreground);background:var(--vscode-multiDiffEditor-headerBackground)}.monaco-component.multiDiffEditor .multiDiffEntry .header .header-content.shadow{box-shadow:var(--vscode-scrollbar-shadow) 0 6px 6px -6px}.monaco-component.multiDiffEditor .multiDiffEntry .header .header-content .file-path{display:flex;flex:1;min-width:0}.monaco-component.multiDiffEditor .multiDiffEntry .header .header-content .file-path .title{font-size:14px;line-height:22px}.monaco-component.multiDiffEditor .multiDiffEntry .header .header-content .file-path .title.original{flex:1;min-width:0;text-overflow:ellipsis}.monaco-component.multiDiffEditor .multiDiffEntry .header .header-content .file-path .status{font-weight:600;opacity:.75;margin:0 10px;line-height:22px}.monaco-component.multiDiffEditor .multiDiffEntry .header .header-content .actions{padding:0 8px}.monaco-component.multiDiffEditor .multiDiffEntry .editorParent{flex:1;display:flex;flex-direction:column;border-bottom:1px solid var(--vscode-multiDiffEditor-border);overflow:hidden}.monaco-component.multiDiffEditor .multiDiffEntry .editorContainer{flex:1}.monaco-editor .selection-anchor{background-color:#007acc;width:2px!important}.monaco-editor .bracket-match{box-sizing:border-box;background-color:var(--vscode-editorBracketMatch-background);border:1px solid var(--vscode-editorBracketMatch-border)}.inline-editor-progress-decoration{display:inline-block;width:1em;height:1em}.inline-progress-widget{display:flex!important;justify-content:center;align-items:center}.inline-progress-widget .icon{font-size:80%!important}.inline-progress-widget:hover .icon{font-size:90%!important;animation:none}.inline-progress-widget:hover .icon:before{content:var(--vscode-icon-x-content);font-family:var(--vscode-icon-x-font-family)}.monaco-editor .monaco-editor-overlaymessage{padding-bottom:8px;z-index:10000}.monaco-editor .monaco-editor-overlaymessage.below{padding-bottom:0;padding-top:8px;z-index:10000}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.monaco-editor .monaco-editor-overlaymessage.fadeIn{animation:fadeIn .15s ease-out}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.monaco-editor .monaco-editor-overlaymessage.fadeOut{animation:fadeOut .1s ease-out}.monaco-editor .monaco-editor-overlaymessage .message{padding:2px 4px;color:var(--vscode-editorHoverWidget-foreground);background-color:var(--vscode-editorHoverWidget-background);border:1px solid var(--vscode-inputValidation-infoBorder);border-radius:3px}.monaco-editor .monaco-editor-overlaymessage .message p{margin-block:0px}.monaco-editor .monaco-editor-overlaymessage .message a{color:var(--vscode-textLink-foreground)}.monaco-editor .monaco-editor-overlaymessage .message a:hover{color:var(--vscode-textLink-activeForeground)}.monaco-editor.hc-black .monaco-editor-overlaymessage .message,.monaco-editor.hc-light .monaco-editor-overlaymessage .message{border-width:2px}.monaco-editor .monaco-editor-overlaymessage .anchor{width:0!important;height:0!important;border-color:transparent;border-style:solid;z-index:1000;border-width:8px;position:absolute;left:2px}.monaco-editor .monaco-editor-overlaymessage .anchor.top{border-bottom-color:var(--vscode-inputValidation-infoBorder)}.monaco-editor .monaco-editor-overlaymessage .anchor.below{border-top-color:var(--vscode-inputValidation-infoBorder)}.monaco-editor .monaco-editor-overlaymessage:not(.below) .anchor.top,.monaco-editor .monaco-editor-overlaymessage.below .anchor.below{display:none}.monaco-editor .monaco-editor-overlaymessage.below .anchor.top{display:inherit;top:-8px}.post-edit-widget{box-shadow:0 0 8px 2px var(--vscode-widget-shadow);border:1px solid var(--vscode-widget-border, transparent);border-radius:4px;background-color:var(--vscode-editorWidget-background);overflow:hidden}.post-edit-widget .monaco-button{padding:2px;border:none;border-radius:0}.post-edit-widget .monaco-button:hover{background-color:var(--vscode-button-secondaryHoverBackground)!important}.post-edit-widget .monaco-button .codicon{margin:0}@font-face{font-family:codicon;font-display:block;src:url(/assets/codicon-0f1d5219.ttf) format("truetype")}.codicon[class*=codicon-]{font: 16px/1 codicon;display:inline-block;text-decoration:none;text-rendering:auto;text-align:center;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;user-select:none;-webkit-user-select:none}.codicon-wrench-subaction{opacity:.5}@keyframes codicon-spin{to{transform:rotate(360deg)}}.codicon-sync.codicon-modifier-spin,.codicon-loading.codicon-modifier-spin,.codicon-gear.codicon-modifier-spin,.codicon-notebook-state-executing.codicon-modifier-spin{animation:codicon-spin 1.5s steps(30) infinite}.codicon-modifier-disabled{opacity:.4}.codicon-loading,.codicon-tree-item-loading:before{animation-duration:1s!important;animation-timing-function:cubic-bezier(.53,.21,.29,.67)!important}.monaco-editor .codicon.codicon-symbol-array,.monaco-workbench .codicon.codicon-symbol-array{color:var(--vscode-symbolIcon-arrayForeground)}.monaco-editor .codicon.codicon-symbol-boolean,.monaco-workbench .codicon.codicon-symbol-boolean{color:var(--vscode-symbolIcon-booleanForeground)}.monaco-editor .codicon.codicon-symbol-class,.monaco-workbench .codicon.codicon-symbol-class{color:var(--vscode-symbolIcon-classForeground)}.monaco-editor .codicon.codicon-symbol-method,.monaco-workbench .codicon.codicon-symbol-method{color:var(--vscode-symbolIcon-methodForeground)}.monaco-editor .codicon.codicon-symbol-color,.monaco-workbench .codicon.codicon-symbol-color{color:var(--vscode-symbolIcon-colorForeground)}.monaco-editor .codicon.codicon-symbol-constant,.monaco-workbench .codicon.codicon-symbol-constant{color:var(--vscode-symbolIcon-constantForeground)}.monaco-editor .codicon.codicon-symbol-constructor,.monaco-workbench .codicon.codicon-symbol-constructor{color:var(--vscode-symbolIcon-constructorForeground)}.monaco-editor .codicon.codicon-symbol-value,.monaco-workbench .codicon.codicon-symbol-value,.monaco-editor .codicon.codicon-symbol-enum,.monaco-workbench .codicon.codicon-symbol-enum{color:var(--vscode-symbolIcon-enumeratorForeground)}.monaco-editor .codicon.codicon-symbol-enum-member,.monaco-workbench .codicon.codicon-symbol-enum-member{color:var(--vscode-symbolIcon-enumeratorMemberForeground)}.monaco-editor .codicon.codicon-symbol-event,.monaco-workbench .codicon.codicon-symbol-event{color:var(--vscode-symbolIcon-eventForeground)}.monaco-editor .codicon.codicon-symbol-field,.monaco-workbench .codicon.codicon-symbol-field{color:var(--vscode-symbolIcon-fieldForeground)}.monaco-editor .codicon.codicon-symbol-file,.monaco-workbench .codicon.codicon-symbol-file{color:var(--vscode-symbolIcon-fileForeground)}.monaco-editor .codicon.codicon-symbol-folder,.monaco-workbench .codicon.codicon-symbol-folder{color:var(--vscode-symbolIcon-folderForeground)}.monaco-editor .codicon.codicon-symbol-function,.monaco-workbench .codicon.codicon-symbol-function{color:var(--vscode-symbolIcon-functionForeground)}.monaco-editor .codicon.codicon-symbol-interface,.monaco-workbench .codicon.codicon-symbol-interface{color:var(--vscode-symbolIcon-interfaceForeground)}.monaco-editor .codicon.codicon-symbol-key,.monaco-workbench .codicon.codicon-symbol-key{color:var(--vscode-symbolIcon-keyForeground)}.monaco-editor .codicon.codicon-symbol-keyword,.monaco-workbench .codicon.codicon-symbol-keyword{color:var(--vscode-symbolIcon-keywordForeground)}.monaco-editor .codicon.codicon-symbol-module,.monaco-workbench .codicon.codicon-symbol-module{color:var(--vscode-symbolIcon-moduleForeground)}.monaco-editor .codicon.codicon-symbol-namespace,.monaco-workbench .codicon.codicon-symbol-namespace{color:var(--vscode-symbolIcon-namespaceForeground)}.monaco-editor .codicon.codicon-symbol-null,.monaco-workbench .codicon.codicon-symbol-null{color:var(--vscode-symbolIcon-nullForeground)}.monaco-editor .codicon.codicon-symbol-number,.monaco-workbench .codicon.codicon-symbol-number{color:var(--vscode-symbolIcon-numberForeground)}.monaco-editor .codicon.codicon-symbol-object,.monaco-workbench .codicon.codicon-symbol-object{color:var(--vscode-symbolIcon-objectForeground)}.monaco-editor .codicon.codicon-symbol-operator,.monaco-workbench .codicon.codicon-symbol-operator{color:var(--vscode-symbolIcon-operatorForeground)}.monaco-editor .codicon.codicon-symbol-package,.monaco-workbench .codicon.codicon-symbol-package{color:var(--vscode-symbolIcon-packageForeground)}.monaco-editor .codicon.codicon-symbol-property,.monaco-workbench .codicon.codicon-symbol-property{color:var(--vscode-symbolIcon-propertyForeground)}.monaco-editor .codicon.codicon-symbol-reference,.monaco-workbench .codicon.codicon-symbol-reference{color:var(--vscode-symbolIcon-referenceForeground)}.monaco-editor .codicon.codicon-symbol-snippet,.monaco-workbench .codicon.codicon-symbol-snippet{color:var(--vscode-symbolIcon-snippetForeground)}.monaco-editor .codicon.codicon-symbol-string,.monaco-workbench .codicon.codicon-symbol-string{color:var(--vscode-symbolIcon-stringForeground)}.monaco-editor .codicon.codicon-symbol-struct,.monaco-workbench .codicon.codicon-symbol-struct{color:var(--vscode-symbolIcon-structForeground)}.monaco-editor .codicon.codicon-symbol-text,.monaco-workbench .codicon.codicon-symbol-text{color:var(--vscode-symbolIcon-textForeground)}.monaco-editor .codicon.codicon-symbol-type-parameter,.monaco-workbench .codicon.codicon-symbol-type-parameter{color:var(--vscode-symbolIcon-typeParameterForeground)}.monaco-editor .codicon.codicon-symbol-unit,.monaco-workbench .codicon.codicon-symbol-unit{color:var(--vscode-symbolIcon-unitForeground)}.monaco-editor .codicon.codicon-symbol-variable,.monaco-workbench .codicon.codicon-symbol-variable{color:var(--vscode-symbolIcon-variableForeground)}.monaco-editor .lightBulbWidget{display:flex;align-items:center;justify-content:center}.monaco-editor .lightBulbWidget:hover{cursor:pointer}.monaco-editor .lightBulbWidget.codicon-light-bulb,.monaco-editor .lightBulbWidget.codicon-lightbulb-sparkle{color:var(--vscode-editorLightBulb-foreground)}.monaco-editor .lightBulbWidget.codicon-lightbulb-autofix,.monaco-editor .lightBulbWidget.codicon-lightbulb-sparkle-autofix{color:var(--vscode-editorLightBulbAutoFix-foreground, var(--vscode-editorLightBulb-foreground))}.monaco-editor .lightBulbWidget.codicon-sparkle-filled{color:var(--vscode-editorLightBulbAi-foreground, var(--vscode-icon-foreground))}.monaco-editor .lightBulbWidget:before{position:relative;z-index:2}.monaco-editor .lightBulbWidget:after{position:absolute;top:0;left:0;content:"";display:block;width:100%;height:100%;opacity:.3;z-index:1}.monaco-editor .glyph-margin-widgets .cgmr[class*=codicon-gutter-lightbulb]{display:block;cursor:pointer}.monaco-editor .glyph-margin-widgets .cgmr.codicon-gutter-lightbulb,.monaco-editor .glyph-margin-widgets .cgmr.codicon-gutter-lightbulb-sparkle{color:var(--vscode-editorLightBulb-foreground)}.monaco-editor .glyph-margin-widgets .cgmr.codicon-gutter-lightbulb-auto-fix,.monaco-editor .glyph-margin-widgets .cgmr.codicon-gutter-lightbulb-aifix-auto-fix{color:var(--vscode-editorLightBulbAutoFix-foreground, var(--vscode-editorLightBulb-foreground))}.monaco-editor .glyph-margin-widgets .cgmr.codicon-gutter-lightbulb-sparkle-filled{color:var(--vscode-editorLightBulbAi-foreground, var(--vscode-icon-foreground))}.action-widget{font-size:13px;min-width:160px;max-width:80vw;z-index:40;display:block;width:100%;border:1px solid var(--vscode-editorWidget-border)!important;border-radius:5px;background-color:var(--vscode-editorActionList-background);color:var(--vscode-editorActionList-foreground);padding:4px;box-shadow:0 2px 8px var(--vscode-widget-shadow)}.context-view-block{position:fixed;cursor:initial;left:0;top:0;width:100%;height:100%;z-index:-1}.context-view-pointerBlock{position:fixed;cursor:initial;left:0;top:0;width:100%;height:100%;z-index:2}.action-widget .monaco-list{user-select:none;-webkit-user-select:none;border:none!important;border-width:0!important}.action-widget .monaco-list:focus:before{outline:0!important}.action-widget .monaco-list .monaco-scrollable-element{overflow:visible}.action-widget .monaco-list .monaco-list-row{padding:0 10px;white-space:nowrap;cursor:pointer;touch-action:none;width:100%;border-radius:4px}.action-widget .monaco-list .monaco-list-row.action.focused:not(.option-disabled){background-color:var(--vscode-editorActionList-focusBackground)!important;color:var(--vscode-editorActionList-focusForeground);outline:1px solid var(--vscode-menu-selectionBorder, transparent);outline-offset:-1px}.action-widget .monaco-list-row.group-header{color:var(--vscode-descriptionForeground)!important;font-weight:600;font-size:12px}.action-widget .monaco-list-row.group-header:not(:first-of-type){margin-top:2px}.action-widget .monaco-list .group-header,.action-widget .monaco-list .option-disabled,.action-widget .monaco-list .option-disabled:before,.action-widget .monaco-list .option-disabled .focused,.action-widget .monaco-list .option-disabled .focused:before{cursor:default!important;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;background-color:transparent!important;outline:0 solid!important}.action-widget .monaco-list-row.action{display:flex;gap:8px;align-items:center}.action-widget .monaco-list-row.action.option-disabled,.action-widget .monaco-list:focus .monaco-list-row.focused.action.option-disabled,.action-widget .monaco-list-row.action.option-disabled .codicon,.action-widget .monaco-list:not(.drop-target):not(.dragging) .monaco-list-row:hover:not(.selected):not(.focused).option-disabled{color:var(--vscode-disabledForeground)}.action-widget .monaco-list-row.action:not(.option-disabled) .codicon{color:inherit}.action-widget .monaco-list-row.action .title{flex:1;overflow:hidden;text-overflow:ellipsis}.action-widget .monaco-list-row.action .monaco-keybinding>.monaco-keybinding-key{background-color:var(--vscode-keybindingLabel-background);color:var(--vscode-keybindingLabel-foreground);border-style:solid;border-width:1px;border-radius:3px;border-color:var(--vscode-keybindingLabel-border);border-bottom-color:var(--vscode-keybindingLabel-bottomBorder);box-shadow:inset 0 -1px 0 var(--vscode-widget-shadow)}.action-widget .action-widget-action-bar{background-color:var(--vscode-editorActionList-background);border-top:1px solid var(--vscode-editorHoverWidget-border);margin-top:2px}.action-widget .action-widget-action-bar:before{display:block;content:"";width:100%}.action-widget .action-widget-action-bar .actions-container{padding:3px 8px 0}.action-widget-action-bar .action-label{color:var(--vscode-textLink-activeForeground);font-size:12px;line-height:22px;padding:0;pointer-events:all}.action-widget-action-bar .action-item{margin-right:16px;pointer-events:none}.action-widget-action-bar .action-label:hover{background-color:transparent!important}.monaco-action-bar .actions-container.highlight-toggled .action-label.checked{background:var(--vscode-actionBar-toggledBackground)!important}.monaco-editor .codelens-decoration{overflow:hidden;display:inline-block;text-overflow:ellipsis;white-space:nowrap;color:var(--vscode-editorCodeLens-foreground);line-height:var(--vscode-editorCodeLens-lineHeight);font-size:var(--vscode-editorCodeLens-fontSize);padding-right:calc(var(--vscode-editorCodeLens-fontSize)*.5);font-feature-settings:var(--vscode-editorCodeLens-fontFeatureSettings);font-family:var(--vscode-editorCodeLens-fontFamily),var(--vscode-editorCodeLens-fontFamilyDefault)}.monaco-editor .codelens-decoration>span,.monaco-editor .codelens-decoration>a{user-select:none;-webkit-user-select:none;white-space:nowrap;vertical-align:sub}.monaco-editor .codelens-decoration>a{text-decoration:none}.monaco-editor .codelens-decoration>a:hover{cursor:pointer;color:var(--vscode-editorLink-activeForeground)!important}.monaco-editor .codelens-decoration>a:hover .codicon{color:var(--vscode-editorLink-activeForeground)!important}.monaco-editor .codelens-decoration .codicon{vertical-align:middle;color:currentColor!important;color:var(--vscode-editorCodeLens-foreground);line-height:var(--vscode-editorCodeLens-lineHeight);font-size:var(--vscode-editorCodeLens-fontSize)}.monaco-editor .codelens-decoration>a:hover .codicon:before{cursor:pointer}@keyframes fadein{0%{opacity:0;visibility:visible}to{opacity:1}}.monaco-editor .codelens-decoration.fadein{animation:fadein .1s linear}.colorpicker-widget{height:190px;user-select:none;-webkit-user-select:none}.colorpicker-color-decoration,.hc-light .colorpicker-color-decoration{border:solid .1em #000;box-sizing:border-box;margin:.1em .2em 0;width:.8em;height:.8em;line-height:.8em;display:inline-block;cursor:pointer}.hc-black .colorpicker-color-decoration,.vs-dark .colorpicker-color-decoration{border:solid .1em #eee}.colorpicker-header{display:flex;height:24px;position:relative;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAZdEVYdFNvZnR3YXJlAHBhaW50Lm5ldCA0LjAuMTZEaa/1AAAAHUlEQVQYV2PYvXu3JAi7uLiAMaYAjAGTQBPYLQkAa/0Zef3qRswAAAAASUVORK5CYII=);background-size:9px 9px;image-rendering:pixelated}.colorpicker-header .picked-color{width:240px;display:flex;align-items:center;justify-content:center;line-height:24px;cursor:pointer;color:#fff;flex:1;white-space:nowrap;overflow:hidden}.colorpicker-header .picked-color .picked-color-presentation{white-space:nowrap;margin-left:5px;margin-right:5px}.colorpicker-header .picked-color .codicon{color:inherit;font-size:14px}.colorpicker-header .picked-color.light{color:#000}.colorpicker-header .original-color{width:74px;z-index:inherit;cursor:pointer}.standalone-colorpicker{color:var(--vscode-editorHoverWidget-foreground);background-color:var(--vscode-editorHoverWidget-background);border:1px solid var(--vscode-editorHoverWidget-border)}.colorpicker-header.standalone-colorpicker{border-bottom:none}.colorpicker-header .close-button{cursor:pointer;background-color:var(--vscode-editorHoverWidget-background);border-left:1px solid var(--vscode-editorHoverWidget-border)}.colorpicker-header .close-button-inner-div{width:100%;height:100%;text-align:center}.colorpicker-header .close-button-inner-div:hover{background-color:var(--vscode-toolbar-hoverBackground)}.colorpicker-header .close-icon{padding:3px}.colorpicker-body{display:flex;padding:8px;position:relative}.colorpicker-body .saturation-wrap{overflow:hidden;height:150px;position:relative;min-width:220px;flex:1}.colorpicker-body .saturation-box{height:150px;position:absolute}.colorpicker-body .saturation-selection{width:9px;height:9px;margin:-5px 0 0 -5px;border:1px solid rgb(255,255,255);border-radius:100%;box-shadow:0 0 2px #000c;position:absolute}.colorpicker-body .strip{width:25px;height:150px}.colorpicker-body .standalone-strip{width:25px;height:122px}.colorpicker-body .hue-strip{position:relative;margin-left:8px;cursor:grab;background:linear-gradient(to bottom,#ff0000 0%,#ffff00 17%,#00ff00 33%,#00ffff 50%,#0000ff 67%,#ff00ff 83%,#ff0000 100%)}.colorpicker-body .opacity-strip{position:relative;margin-left:8px;cursor:grab;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAZdEVYdFNvZnR3YXJlAHBhaW50Lm5ldCA0LjAuMTZEaa/1AAAAHUlEQVQYV2PYvXu3JAi7uLiAMaYAjAGTQBPYLQkAa/0Zef3qRswAAAAASUVORK5CYII=);background-size:9px 9px;image-rendering:pixelated}.colorpicker-body .strip.grabbing{cursor:grabbing}.colorpicker-body .slider{position:absolute;top:0;left:-2px;width:calc(100% + 4px);height:4px;box-sizing:border-box;border:1px solid rgba(255,255,255,.71);box-shadow:0 0 1px #000000d9}.colorpicker-body .strip .overlay{height:150px;pointer-events:none}.colorpicker-body .standalone-strip .standalone-overlay{height:122px;pointer-events:none}.standalone-colorpicker-body{display:block;border:1px solid transparent;border-bottom:1px solid var(--vscode-editorHoverWidget-border);overflow:hidden}.colorpicker-body .insert-button{position:absolute;height:20px;width:58px;padding:0;right:8px;bottom:8px;background:var(--vscode-button-background);color:var(--vscode-button-foreground);border-radius:2px;border:none;cursor:pointer}.colorpicker-body .insert-button:hover{background:var(--vscode-button-hoverBackground)}.monaco-editor .inlineSuggestionsHints.withBorder{z-index:39;color:var(--vscode-editorHoverWidget-foreground);background-color:var(--vscode-editorHoverWidget-background);border:1px solid var(--vscode-editorHoverWidget-border)}.monaco-editor .inlineSuggestionsHints a,.monaco-editor .inlineSuggestionsHints a:hover{color:var(--vscode-foreground)}.monaco-editor .inlineSuggestionsHints .keybinding{display:flex;margin-left:4px;opacity:.6}.monaco-editor .inlineSuggestionsHints .keybinding .monaco-keybinding-key{font-size:8px;padding:2px 3px}.monaco-editor .inlineSuggestionsHints .availableSuggestionCount a{display:flex;min-width:19px;justify-content:center}.monaco-editor .inlineSuggestionStatusBarItemLabel{margin-right:2px}.monaco-editor .peekview-widget .head{box-sizing:border-box;display:flex;justify-content:space-between;flex-wrap:nowrap}.monaco-editor .peekview-widget .head .peekview-title{display:flex;align-items:baseline;font-size:13px;margin-left:20px;min-width:0;text-overflow:ellipsis;overflow:hidden}.monaco-editor .peekview-widget .head .peekview-title.clickable{cursor:pointer}.monaco-editor .peekview-widget .head .peekview-title .dirname:not(:empty){font-size:.9em;margin-left:.5em}.monaco-editor .peekview-widget .head .peekview-title .meta{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.monaco-editor .peekview-widget .head .peekview-title .dirname,.monaco-editor .peekview-widget .head .peekview-title .filename{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.monaco-editor .peekview-widget .head .peekview-title .meta:not(:empty):before{content:"-";padding:0 .3em}.monaco-editor .peekview-widget .head .peekview-actions{flex:1;text-align:right;padding-right:2px}.monaco-editor .peekview-widget .head .peekview-actions>.monaco-action-bar{display:inline-block}.monaco-editor .peekview-widget .head .peekview-actions>.monaco-action-bar,.monaco-editor .peekview-widget .head .peekview-actions>.monaco-action-bar>.actions-container{height:100%}.monaco-editor .peekview-widget>.body{border-top:1px solid;position:relative}.monaco-editor .peekview-widget .head .peekview-title .codicon{margin-right:4px;align-self:center}.monaco-editor .peekview-widget .monaco-list .monaco-list-row.focused .codicon{color:inherit!important}.monaco-editor .zone-widget{position:absolute;z-index:10}.monaco-editor .zone-widget .zone-widget-container{border-top-style:solid;border-bottom-style:solid;border-top-width:0;border-bottom-width:0;position:relative}.monaco-editor .zone-widget .zone-widget-container.reference-zone-widget{border-top-width:1px;border-bottom-width:1px}.monaco-editor .reference-zone-widget .inline{display:inline-block;vertical-align:top}.monaco-editor .reference-zone-widget .messages{height:100%;width:100%;text-align:center;padding:3em 0}.monaco-editor .reference-zone-widget .ref-tree{line-height:23px;background-color:var(--vscode-peekViewResult-background);color:var(--vscode-peekViewResult-lineForeground)}.monaco-editor .reference-zone-widget .ref-tree .reference{text-overflow:ellipsis;overflow:hidden}.monaco-editor .reference-zone-widget .ref-tree .reference-file{display:inline-flex;width:100%;height:100%;color:var(--vscode-peekViewResult-fileForeground)}.monaco-editor .reference-zone-widget .ref-tree .monaco-list:focus .selected .reference-file{color:inherit!important}.monaco-editor .reference-zone-widget .ref-tree .monaco-list:focus .monaco-list-rows>.monaco-list-row.selected:not(.highlighted){background-color:var(--vscode-peekViewResult-selectionBackground);color:var(--vscode-peekViewResult-selectionForeground)!important}.monaco-editor .reference-zone-widget .ref-tree .reference-file .count{margin-right:12px;margin-left:auto}.monaco-editor .reference-zone-widget .ref-tree .referenceMatch .highlight{background-color:var(--vscode-peekViewResult-matchHighlightBackground)}.monaco-editor .reference-zone-widget .preview .reference-decoration{background-color:var(--vscode-peekViewEditor-matchHighlightBackground);border:2px solid var(--vscode-peekViewEditor-matchHighlightBorder);box-sizing:border-box}.monaco-editor .reference-zone-widget .preview .monaco-editor .monaco-editor-background,.monaco-editor .reference-zone-widget .preview .monaco-editor .inputarea.ime-input{background-color:var(--vscode-peekViewEditor-background)}.monaco-editor .reference-zone-widget .preview .monaco-editor .margin{background-color:var(--vscode-peekViewEditorGutter-background)}.monaco-editor.hc-black .reference-zone-widget .ref-tree .reference-file,.monaco-editor.hc-light .reference-zone-widget .ref-tree .reference-file{font-weight:700}.monaco-editor.hc-black .reference-zone-widget .ref-tree .referenceMatch .highlight,.monaco-editor.hc-light .reference-zone-widget .ref-tree .referenceMatch .highlight{border:1px dotted var(--vscode-contrastActiveBorder, transparent);box-sizing:border-box}.monaco-editor .hoverHighlight{background-color:var(--vscode-editor-hoverHighlightBackground)}.monaco-editor .monaco-hover-content{padding-right:2px;padding-bottom:2px;box-sizing:border-box}.monaco-editor .monaco-hover{color:var(--vscode-editorHoverWidget-foreground);background-color:var(--vscode-editorHoverWidget-background);border:1px solid var(--vscode-editorHoverWidget-border);border-radius:3px}.monaco-editor .monaco-hover a{color:var(--vscode-textLink-foreground)}.monaco-editor .monaco-hover a:hover{color:var(--vscode-textLink-activeForeground)}.monaco-editor .monaco-hover .hover-row{display:flex}.monaco-editor .monaco-hover .hover-row .hover-row-contents{min-width:0;display:flex;flex-direction:column}.monaco-editor .monaco-hover .hover-row .verbosity-actions{display:flex;flex-direction:column;padding-left:5px;padding-right:5px;justify-content:end;border-right:1px solid var(--vscode-editorHoverWidget-border)}.monaco-editor .monaco-hover .hover-row .verbosity-actions .codicon{cursor:pointer;font-size:11px}.monaco-editor .monaco-hover .hover-row .verbosity-actions .codicon.enabled{color:var(--vscode-textLink-foreground)}.monaco-editor .monaco-hover .hover-row .verbosity-actions .codicon.disabled{opacity:.6}.monaco-editor .monaco-hover .hover-row .actions{background-color:var(--vscode-editorHoverWidget-statusBarBackground)}.monaco-editor .monaco-hover code{background-color:var(--vscode-textCodeBlock-background)}.monaco-editor.vs .dnd-target,.monaco-editor.hc-light .dnd-target{border-right:2px dotted black;color:#fff}.monaco-editor.vs-dark .dnd-target{border-right:2px dotted #AEAFAD;color:#51504f}.monaco-editor.hc-black .dnd-target{border-right:2px dotted #fff;color:#000}.monaco-editor.mouse-default .view-lines,.monaco-editor.vs-dark.mac.mouse-default .view-lines,.monaco-editor.hc-black.mac.mouse-default .view-lines,.monaco-editor.hc-light.mac.mouse-default .view-lines{cursor:default}.monaco-editor.mouse-copy .view-lines,.monaco-editor.vs-dark.mac.mouse-copy .view-lines,.monaco-editor.hc-black.mac.mouse-copy .view-lines,.monaco-editor.hc-light.mac.mouse-copy .view-lines{cursor:copy}.monaco-editor .findOptionsWidget{background-color:var(--vscode-editorWidget-background);color:var(--vscode-editorWidget-foreground);box-shadow:0 0 8px 2px var(--vscode-widget-shadow);border:2px solid var(--vscode-contrastBorder)}.monaco-editor .find-widget{position:absolute;z-index:35;height:33px;overflow:hidden;line-height:19px;transition:transform .2s linear;padding:0 4px;box-sizing:border-box;transform:translateY(calc(-100% - 10px));box-shadow:0 0 8px 2px var(--vscode-widget-shadow);color:var(--vscode-editorWidget-foreground);border-left:1px solid var(--vscode-widget-border);border-right:1px solid var(--vscode-widget-border);border-bottom:1px solid var(--vscode-widget-border);border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:var(--vscode-editorWidget-background)}.monaco-workbench.reduce-motion .monaco-editor .find-widget{transition:transform 0ms linear}.monaco-editor .find-widget textarea{margin:0}.monaco-editor .find-widget.hiddenEditor{display:none}.monaco-editor .find-widget.replaceToggled>.replace-part{display:flex}.monaco-editor .find-widget.visible{transform:translateY(0)}.monaco-editor .find-widget .monaco-inputbox.synthetic-focus{outline:1px solid -webkit-focus-ring-color;outline-offset:-1px;outline-color:var(--vscode-focusBorder)}.monaco-editor .find-widget .monaco-inputbox .input{background-color:transparent;min-height:0}.monaco-editor .find-widget .monaco-findInput .input{font-size:13px}.monaco-editor .find-widget>.find-part,.monaco-editor .find-widget>.replace-part{margin:3px 25px 0 17px;font-size:12px;display:flex}.monaco-editor .find-widget>.find-part .monaco-inputbox,.monaco-editor .find-widget>.replace-part .monaco-inputbox{min-height:25px}.monaco-editor .find-widget>.replace-part .monaco-inputbox>.ibwrapper>.mirror{padding-right:22px}.monaco-editor .find-widget>.find-part .monaco-inputbox>.ibwrapper>.input,.monaco-editor .find-widget>.find-part .monaco-inputbox>.ibwrapper>.mirror,.monaco-editor .find-widget>.replace-part .monaco-inputbox>.ibwrapper>.input,.monaco-editor .find-widget>.replace-part .monaco-inputbox>.ibwrapper>.mirror{padding-top:2px;padding-bottom:2px}.monaco-editor .find-widget>.find-part .find-actions{height:25px;display:flex;align-items:center}.monaco-editor .find-widget>.replace-part .replace-actions{height:25px;display:flex;align-items:center}.monaco-editor .find-widget .monaco-findInput{vertical-align:middle;display:flex;flex:1}.monaco-editor .find-widget .monaco-findInput .monaco-scrollable-element{width:100%}.monaco-editor .find-widget .monaco-findInput .monaco-scrollable-element .scrollbar.vertical{opacity:0}.monaco-editor .find-widget .matchesCount{display:flex;flex:initial;margin:0 0 0 3px;padding:2px 0 0 2px;height:25px;vertical-align:middle;box-sizing:border-box;text-align:center;line-height:23px}.monaco-editor .find-widget .button{width:16px;height:16px;padding:3px;border-radius:5px;flex:initial;margin-left:3px;background-position:center center;background-repeat:no-repeat;cursor:pointer;display:flex;align-items:center;justify-content:center}.monaco-editor .find-widget .codicon-find-selection{width:22px;height:22px;padding:3px;border-radius:5px}.monaco-editor .find-widget .button.left{margin-left:0;margin-right:3px}.monaco-editor .find-widget .button.wide{width:auto;padding:1px 6px;top:-1px}.monaco-editor .find-widget .button.toggle{position:absolute;top:0;left:3px;width:18px;height:100%;border-radius:0;box-sizing:border-box}.monaco-editor .find-widget .button.toggle.disabled{display:none}.monaco-editor .find-widget .disabled{color:var(--vscode-disabledForeground);cursor:default}.monaco-editor .find-widget>.replace-part{display:none}.monaco-editor .find-widget>.replace-part>.monaco-findInput{position:relative;display:flex;vertical-align:middle;flex:auto;flex-grow:0;flex-shrink:0}.monaco-editor .find-widget>.replace-part>.monaco-findInput>.controls{position:absolute;top:3px;right:2px}.monaco-editor .find-widget.reduced-find-widget .matchesCount{display:none}.monaco-editor .find-widget.narrow-find-widget{max-width:257px!important}.monaco-editor .find-widget.collapsed-find-widget{max-width:170px!important}.monaco-editor .find-widget.collapsed-find-widget .button.previous,.monaco-editor .find-widget.collapsed-find-widget .button.next,.monaco-editor .find-widget.collapsed-find-widget .button.replace,.monaco-editor .find-widget.collapsed-find-widget .button.replace-all,.monaco-editor .find-widget.collapsed-find-widget>.find-part .monaco-findInput .controls{display:none}.monaco-editor .find-widget.no-results .matchesCount{color:var(--vscode-errorForeground)}.monaco-editor .findMatch{animation-duration:0;animation-name:inherit!important;background-color:var(--vscode-editor-findMatchHighlightBackground)}.monaco-editor .currentFindMatch{background-color:var(--vscode-editor-findMatchBackground);border:2px solid var(--vscode-editor-findMatchBorder);padding:1px;box-sizing:border-box}.monaco-editor .findScope{background-color:var(--vscode-editor-findRangeHighlightBackground)}.monaco-editor .find-widget .monaco-sash{left:0!important;background-color:var(--vscode-editorWidget-resizeBorder, var(--vscode-editorWidget-border))}.monaco-editor.hc-black .find-widget .button:before{position:relative;top:1px;left:2px}.monaco-editor .find-widget .button:not(.disabled):hover,.monaco-editor .find-widget .codicon-find-selection:hover{background-color:var(--vscode-toolbar-hoverBackground)!important}.monaco-editor.findMatch{background-color:var(--vscode-editor-findMatchHighlightBackground)}.monaco-editor.currentFindMatch{background-color:var(--vscode-editor-findMatchBackground)}.monaco-editor.findScope{background-color:var(--vscode-editor-findRangeHighlightBackground)}.monaco-editor.findMatch{background-color:var(--vscode-editorWidget-background)}.monaco-editor .find-widget>.button.codicon-widget-close{position:absolute;top:5px;right:4px}.monaco-editor .margin-view-overlays .codicon-folding-manual-collapsed,.monaco-editor .margin-view-overlays .codicon-folding-manual-expanded,.monaco-editor .margin-view-overlays .codicon-folding-expanded,.monaco-editor .margin-view-overlays .codicon-folding-collapsed{cursor:pointer;opacity:0;transition:opacity .5s;display:flex;align-items:center;justify-content:center;font-size:140%;margin-left:2px}.monaco-workbench.reduce-motion .monaco-editor .margin-view-overlays .codicon-folding-manual-collapsed,.monaco-workbench.reduce-motion .monaco-editor .margin-view-overlays .codicon-folding-manual-expanded,.monaco-workbench.reduce-motion .monaco-editor .margin-view-overlays .codicon-folding-expanded,.monaco-workbench.reduce-motion .monaco-editor .margin-view-overlays .codicon-folding-collapsed{transition:initial}.monaco-editor .margin-view-overlays:hover .codicon,.monaco-editor .margin-view-overlays .codicon.codicon-folding-collapsed,.monaco-editor .margin-view-overlays .codicon.codicon-folding-manual-collapsed,.monaco-editor .margin-view-overlays .codicon.alwaysShowFoldIcons{opacity:1}.monaco-editor .inline-folded:after{color:var(--vscode-editor-foldPlaceholderForeground);margin:.1em .2em 0;content:"⋯";display:inline;line-height:1em;cursor:pointer}.monaco-editor .folded-background{background-color:var(--vscode-editor-foldBackground)}.monaco-editor .cldr.codicon.codicon-folding-expanded,.monaco-editor .cldr.codicon.codicon-folding-collapsed,.monaco-editor .cldr.codicon.codicon-folding-manual-expanded,.monaco-editor .cldr.codicon.codicon-folding-manual-collapsed{color:var(--vscode-editorGutter-foldingControlForeground)!important}.monaco-editor .suggest-preview-additional-widget{white-space:nowrap}.monaco-editor .suggest-preview-additional-widget .content-spacer{color:transparent;white-space:pre}.monaco-editor .suggest-preview-additional-widget .button{display:inline-block;cursor:pointer;text-decoration:underline;text-underline-position:under}.monaco-editor .ghost-text-hidden{opacity:0;font-size:0}.monaco-editor .ghost-text-decoration,.monaco-editor .suggest-preview-text .ghost-text{font-style:italic}.monaco-editor .ghost-text-decoration,.monaco-editor .ghost-text-decoration-preview,.monaco-editor .suggest-preview-text .ghost-text{color:var(--vscode-editorGhostText-foreground)!important;background-color:var(--vscode-editorGhostText-background);border:1px solid var(--vscode-editorGhostText-border)}.monaco-editor .snippet-placeholder{min-width:2px;outline-style:solid;outline-width:1px;background-color:var(--vscode-editor-snippetTabstopHighlightBackground, transparent);outline-color:var(--vscode-editor-snippetTabstopHighlightBorder, transparent)}.monaco-editor .finish-snippet-placeholder{outline-style:solid;outline-width:1px;background-color:var(--vscode-editor-snippetFinalTabstopHighlightBackground, transparent);outline-color:var(--vscode-editor-snippetFinalTabstopHighlightBorder, transparent)}.monaco-editor .suggest-widget{width:430px;z-index:40;display:flex;flex-direction:column;border-radius:3px}.monaco-editor .suggest-widget.message{flex-direction:row;align-items:center}.monaco-editor .suggest-widget,.monaco-editor .suggest-details{flex:0 1 auto;width:100%;border-style:solid;border-width:1px;border-color:var(--vscode-editorSuggestWidget-border);background-color:var(--vscode-editorSuggestWidget-background)}.monaco-editor.hc-black .suggest-widget,.monaco-editor.hc-black .suggest-details,.monaco-editor.hc-light .suggest-widget,.monaco-editor.hc-light .suggest-details{border-width:2px}.monaco-editor .suggest-widget .suggest-status-bar{box-sizing:border-box;display:none;flex-flow:row nowrap;justify-content:space-between;width:100%;font-size:80%;padding:0 4px;border-top:1px solid var(--vscode-editorSuggestWidget-border);overflow:hidden}.monaco-editor .suggest-widget.with-status-bar .suggest-status-bar{display:flex}.monaco-editor .suggest-widget .suggest-status-bar .left{padding-right:8px}.monaco-editor .suggest-widget.with-status-bar .suggest-status-bar .action-label{color:var(--vscode-editorSuggestWidgetStatus-foreground)}.monaco-editor .suggest-widget.with-status-bar .suggest-status-bar .action-item:not(:last-of-type) .action-label{margin-right:0}.monaco-editor .suggest-widget.with-status-bar .suggest-status-bar .action-item:not(:last-of-type) .action-label:after{content:", ";margin-right:.3em}.monaco-editor .suggest-widget.with-status-bar .monaco-list .monaco-list-row>.contents>.main>.right>.readMore,.monaco-editor .suggest-widget.with-status-bar .monaco-list .monaco-list-row.focused.string-label>.contents>.main>.right>.readMore{display:none}.monaco-editor .suggest-widget.with-status-bar:not(.docs-side) .monaco-list .monaco-list-row:hover>.contents>.main>.right.can-expand-details>.details-label{width:100%}.monaco-editor .suggest-widget>.message{padding-left:22px}.monaco-editor .suggest-widget>.tree{height:100%;width:100%}.monaco-editor .suggest-widget .monaco-list{user-select:none;-webkit-user-select:none}.monaco-editor .suggest-widget .monaco-list .monaco-list-row{display:flex;-mox-box-sizing:border-box;box-sizing:border-box;padding-right:10px;background-repeat:no-repeat;background-position:2px 2px;white-space:nowrap;cursor:pointer;touch-action:none}.monaco-editor .suggest-widget .monaco-list .monaco-list-row.focused{color:var(--vscode-editorSuggestWidget-selectedForeground)}.monaco-editor .suggest-widget .monaco-list .monaco-list-row.focused .codicon{color:var(--vscode-editorSuggestWidget-selectedIconForeground)}.monaco-editor .suggest-widget .monaco-list .monaco-list-row>.contents{flex:1;height:100%;overflow:hidden;padding-left:2px}.monaco-editor .suggest-widget .monaco-list .monaco-list-row>.contents>.main{display:flex;overflow:hidden;text-overflow:ellipsis;white-space:pre;justify-content:space-between}.monaco-editor .suggest-widget .monaco-list .monaco-list-row>.contents>.main>.left,.monaco-editor .suggest-widget .monaco-list .monaco-list-row>.contents>.main>.right{display:flex}.monaco-editor .suggest-widget .monaco-list .monaco-list-row:not(.focused)>.contents>.main .monaco-icon-label{color:var(--vscode-editorSuggestWidget-foreground)}.monaco-editor .suggest-widget:not(.frozen) .monaco-highlighted-label .highlight{font-weight:700}.monaco-editor .suggest-widget .monaco-list .monaco-list-row>.contents>.main .monaco-highlighted-label .highlight{color:var(--vscode-editorSuggestWidget-highlightForeground)}.monaco-editor .suggest-widget .monaco-list .monaco-list-row.focused>.contents>.main .monaco-highlighted-label .highlight{color:var(--vscode-editorSuggestWidget-focusHighlightForeground)}.monaco-editor .suggest-details>.monaco-scrollable-element>.body>.header>.codicon-close,.monaco-editor .suggest-widget .monaco-list .monaco-list-row>.contents>.main>.right>.readMore:before{color:inherit;opacity:1;font-size:14px;cursor:pointer}.monaco-editor .suggest-details>.monaco-scrollable-element>.body>.header>.codicon-close{position:absolute;top:6px;right:2px}.monaco-editor .suggest-details>.monaco-scrollable-element>.body>.header>.codicon-close:hover,.monaco-editor .suggest-widget .monaco-list .monaco-list-row>.contents>.main>.right>.readMore:hover{opacity:1}.monaco-editor .suggest-widget .monaco-list .monaco-list-row>.contents>.main>.right>.details-label{opacity:.7}.monaco-editor .suggest-widget .monaco-list .monaco-list-row>.contents>.main>.left>.signature-label{overflow:hidden;text-overflow:ellipsis;opacity:.6}.monaco-editor .suggest-widget .monaco-list .monaco-list-row>.contents>.main>.left>.qualifier-label{margin-left:12px;opacity:.4;font-size:85%;line-height:initial;text-overflow:ellipsis;overflow:hidden;align-self:center}.monaco-editor .suggest-widget .monaco-list .monaco-list-row>.contents>.main>.right>.details-label{font-size:85%;margin-left:1.1em;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.monaco-editor .suggest-widget .monaco-list .monaco-list-row>.contents>.main>.right>.details-label>.monaco-tokenized-source{display:inline}.monaco-editor .suggest-widget .monaco-list .monaco-list-row>.contents>.main>.right>.details-label{display:none}.monaco-editor .suggest-widget:not(.shows-details) .monaco-list .monaco-list-row.focused>.contents>.main>.right>.details-label{display:inline}.monaco-editor .suggest-widget .monaco-list .monaco-list-row:not(.string-label)>.contents>.main>.right>.details-label,.monaco-editor .suggest-widget.docs-side .monaco-list .monaco-list-row.focused:not(.string-label)>.contents>.main>.right>.details-label{display:inline}.monaco-editor .suggest-widget:not(.docs-side) .monaco-list .monaco-list-row.focused:hover>.contents>.main>.right.can-expand-details>.details-label{width:calc(100% - 26px)}.monaco-editor .suggest-widget .monaco-list .monaco-list-row>.contents>.main>.left{flex-shrink:1;flex-grow:1;overflow:hidden}.monaco-editor .suggest-widget .monaco-list .monaco-list-row>.contents>.main>.left>.monaco-icon-label{flex-shrink:0}.monaco-editor .suggest-widget .monaco-list .monaco-list-row:not(.string-label)>.contents>.main>.left>.monaco-icon-label{max-width:100%}.monaco-editor .suggest-widget .monaco-list .monaco-list-row.string-label>.contents>.main>.left>.monaco-icon-label{flex-shrink:1}.monaco-editor .suggest-widget .monaco-list .monaco-list-row>.contents>.main>.right{overflow:hidden;flex-shrink:4;max-width:70%}.monaco-editor .suggest-widget .monaco-list .monaco-list-row>.contents>.main>.right>.readMore{display:inline-block;position:absolute;right:10px;width:18px;height:18px;visibility:hidden}.monaco-editor .suggest-widget.docs-side .monaco-list .monaco-list-row>.contents>.main>.right>.readMore{display:none!important}.monaco-editor .suggest-widget .monaco-list .monaco-list-row.string-label>.contents>.main>.right>.readMore{display:none}.monaco-editor .suggest-widget .monaco-list .monaco-list-row.focused.string-label>.contents>.main>.right>.readMore{display:inline-block}.monaco-editor .suggest-widget .monaco-list .monaco-list-row.focused:hover>.contents>.main>.right>.readMore{visibility:visible}.monaco-editor .suggest-widget .monaco-list .monaco-list-row .monaco-icon-label.deprecated{opacity:.66;text-decoration:unset}.monaco-editor .suggest-widget .monaco-list .monaco-list-row .monaco-icon-label.deprecated>.monaco-icon-label-container>.monaco-icon-name-container{text-decoration:line-through}.monaco-editor .suggest-widget .monaco-list .monaco-list-row .monaco-icon-label:before{height:100%}.monaco-editor .suggest-widget .monaco-list .monaco-list-row .icon{display:block;height:16px;width:16px;margin-left:2px;background-repeat:no-repeat;background-size:80%;background-position:center}.monaco-editor .suggest-widget .monaco-list .monaco-list-row .icon.hide{display:none}.monaco-editor .suggest-widget .monaco-list .monaco-list-row .suggest-icon{display:flex;align-items:center;margin-right:4px}.monaco-editor .suggest-widget.no-icons .monaco-list .monaco-list-row .icon,.monaco-editor .suggest-widget.no-icons .monaco-list .monaco-list-row .suggest-icon:before{display:none}.monaco-editor .suggest-widget .monaco-list .monaco-list-row .icon.customcolor .colorspan{margin:0 0 0 .3em;border:.1em solid #000;width:.7em;height:.7em;display:inline-block}.monaco-editor .suggest-details-container{z-index:41}.monaco-editor .suggest-details{display:flex;flex-direction:column;cursor:default;color:var(--vscode-editorSuggestWidget-foreground)}.monaco-editor .suggest-details.focused{border-color:var(--vscode-focusBorder)}.monaco-editor .suggest-details a{color:var(--vscode-textLink-foreground)}.monaco-editor .suggest-details a:hover{color:var(--vscode-textLink-activeForeground)}.monaco-editor .suggest-details code{background-color:var(--vscode-textCodeBlock-background)}.monaco-editor .suggest-details.no-docs{display:none}.monaco-editor .suggest-details>.monaco-scrollable-element{flex:1}.monaco-editor .suggest-details>.monaco-scrollable-element>.body{box-sizing:border-box;height:100%;width:100%}.monaco-editor .suggest-details>.monaco-scrollable-element>.body>.header>.type{flex:2;overflow:hidden;text-overflow:ellipsis;opacity:.7;white-space:pre;margin:0 24px 0 0;padding:4px 0 12px 5px}.monaco-editor .suggest-details>.monaco-scrollable-element>.body>.header>.type.auto-wrap{white-space:normal;word-break:break-all}.monaco-editor .suggest-details>.monaco-scrollable-element>.body>.docs{margin:0;padding:4px 5px;white-space:pre-wrap}.monaco-editor .suggest-details.no-type>.monaco-scrollable-element>.body>.docs{margin-right:24px;overflow:hidden}.monaco-editor .suggest-details>.monaco-scrollable-element>.body>.docs.markdown-docs{padding:0;white-space:initial;min-height:calc(1rem + 8px)}.monaco-editor .suggest-details>.monaco-scrollable-element>.body>.docs.markdown-docs>div,.monaco-editor .suggest-details>.monaco-scrollable-element>.body>.docs.markdown-docs>span:not(:empty){padding:4px 5px}.monaco-editor .suggest-details>.monaco-scrollable-element>.body>.docs.markdown-docs>div>p:first-child{margin-top:0}.monaco-editor .suggest-details>.monaco-scrollable-element>.body>.docs.markdown-docs>div>p:last-child{margin-bottom:0}.monaco-editor .suggest-details>.monaco-scrollable-element>.body>.docs.markdown-docs .monaco-tokenized-source{white-space:pre}.monaco-editor .suggest-details>.monaco-scrollable-element>.body>.docs .code{white-space:pre-wrap;word-wrap:break-word}.monaco-editor .suggest-details>.monaco-scrollable-element>.body>.docs.markdown-docs .codicon{vertical-align:sub}.monaco-editor .suggest-details>.monaco-scrollable-element>.body>p:empty{display:none}.monaco-editor .suggest-details code{border-radius:3px;padding:0 .4em}.monaco-editor .suggest-details ul,.monaco-editor .suggest-details ol{padding-left:20px}.monaco-editor .suggest-details p code{font-family:var(--monaco-monospace-font)}.monaco-editor .goto-definition-link{text-decoration:underline;cursor:pointer;color:var(--vscode-editorLink-activeForeground)!important}.monaco-editor .peekview-widget .head .peekview-title .severity-icon{display:inline-block;vertical-align:text-top;margin-right:4px}.monaco-editor .marker-widget{text-overflow:ellipsis;white-space:nowrap}.monaco-editor .marker-widget>.stale{opacity:.6;font-style:italic}.monaco-editor .marker-widget .title{display:inline-block;padding-right:5px}.monaco-editor .marker-widget .descriptioncontainer{position:absolute;white-space:pre;user-select:text;-webkit-user-select:text;padding:8px 12px 0 20px}.monaco-editor .marker-widget .descriptioncontainer .message{display:flex;flex-direction:column}.monaco-editor .marker-widget .descriptioncontainer .message .details{padding-left:6px}.monaco-editor .marker-widget .descriptioncontainer .message .source,.monaco-editor .marker-widget .descriptioncontainer .message span.code{opacity:.6}.monaco-editor .marker-widget .descriptioncontainer .message a.code-link{opacity:.6;color:inherit}.monaco-editor .marker-widget .descriptioncontainer .message a.code-link:before{content:"("}.monaco-editor .marker-widget .descriptioncontainer .message a.code-link:after{content:")"}.monaco-editor .marker-widget .descriptioncontainer .message a.code-link>span{text-decoration:underline;border-bottom:1px solid transparent;text-underline-position:under;color:var(--vscode-textLink-activeForeground)}.monaco-editor .marker-widget .descriptioncontainer .filename{cursor:pointer;color:var(--vscode-textLink-activeForeground)}.monaco-editor .zone-widget .codicon.codicon-error,.markers-panel .marker-icon.error,.markers-panel .marker-icon .codicon.codicon-error,.text-search-provider-messages .providerMessage .codicon.codicon-error,.extensions-viewlet>.extensions .codicon.codicon-error,.extension-editor .codicon.codicon-error,.preferences-editor .codicon.codicon-error{color:var(--vscode-problemsErrorIcon-foreground)}.monaco-editor .zone-widget .codicon.codicon-warning,.markers-panel .marker-icon.warning,.markers-panel .marker-icon .codicon.codicon-warning,.text-search-provider-messages .providerMessage .codicon.codicon-warning,.extensions-viewlet>.extensions .codicon.codicon-warning,.extension-editor .codicon.codicon-warning,.preferences-editor .codicon.codicon-warning{color:var(--vscode-problemsWarningIcon-foreground)}.monaco-editor .zone-widget .codicon.codicon-info,.markers-panel .marker-icon.info,.markers-panel .marker-icon .codicon.codicon-info,.text-search-provider-messages .providerMessage .codicon.codicon-info,.extensions-viewlet>.extensions .codicon.codicon-info,.extension-editor .codicon.codicon-info,.preferences-editor .codicon.codicon-info{color:var(--vscode-problemsInfoIcon-foreground)}.monaco-editor.vs .valueSetReplacement{outline:solid 2px var(--vscode-editorBracketMatch-border)}.monaco-editor .linked-editing-decoration{background-color:var(--vscode-editor-linkedEditingBackground);min-width:1px}.monaco-editor .detected-link,.monaco-editor .detected-link-active{text-decoration:underline;text-underline-position:under}.monaco-editor .detected-link-active{cursor:pointer;color:var(--vscode-editorLink-activeForeground)!important}.monaco-editor .focused .selectionHighlight{background-color:var(--vscode-editor-selectionHighlightBackground);box-sizing:border-box;border:1px solid var(--vscode-editor-selectionHighlightBorder)}.monaco-editor.hc-black .focused .selectionHighlight,.monaco-editor.hc-light .focused .selectionHighlight{border-style:dotted}.monaco-editor .wordHighlight{background-color:var(--vscode-editor-wordHighlightBackground);box-sizing:border-box;border:1px solid var(--vscode-editor-wordHighlightBorder)}.monaco-editor.hc-black .wordHighlight,.monaco-editor.hc-light .wordHighlight{border-style:dotted}.monaco-editor .wordHighlightStrong{background-color:var(--vscode-editor-wordHighlightStrongBackground);box-sizing:border-box;border:1px solid var(--vscode-editor-wordHighlightStrongBorder)}.monaco-editor.hc-black .wordHighlightStrong,.monaco-editor.hc-light .wordHighlightStrong{border-style:dotted}.monaco-editor .wordHighlightText{background-color:var(--vscode-editor-wordHighlightTextBackground);box-sizing:border-box;border:1px solid var(--vscode-editor-wordHighlightTextBorder)}.monaco-editor.hc-black .wordHighlightText,.monaco-editor.hc-light .wordHighlightText{border-style:dotted}.monaco-editor .inline-edit-remove{background-color:var(--vscode-editorGhostText-background);font-style:italic}.monaco-editor .inline-edit-hidden{opacity:0;font-size:0}.monaco-editor .inline-edit-decoration,.monaco-editor .suggest-preview-text .inline-edit{font-style:italic}.monaco-editor .inline-completion-text-to-replace{text-decoration:underline;text-underline-position:under}.monaco-editor .inline-edit-decoration,.monaco-editor .inline-edit-decoration-preview,.monaco-editor .suggest-preview-text .inline-edit{color:var(--vscode-editorGhostText-foreground)!important;background-color:var(--vscode-editorGhostText-background);border:1px solid var(--vscode-editorGhostText-border)}.monaco-editor .inlineEditHints.withBorder{z-index:39;color:var(--vscode-editorHoverWidget-foreground);background-color:var(--vscode-editorHoverWidget-background);border:1px solid var(--vscode-editorHoverWidget-border)}.monaco-editor .inlineEditHints a,.monaco-editor .inlineEditHints a:hover{color:var(--vscode-foreground)}.monaco-editor .inlineEditHints .keybinding{display:flex;margin-left:4px;opacity:.6}.monaco-editor .inlineEditHints .keybinding .monaco-keybinding-key{font-size:8px;padding:2px 3px}.monaco-editor .inlineEditStatusBarItemLabel{margin-right:2px}.monaco-editor .inlineEditSideBySide{z-index:39;color:var(--vscode-editorHoverWidget-foreground);background-color:var(--vscode-editorHoverWidget-background);border:1px solid var(--vscode-editorHoverWidget-border);white-space:pre}.monaco-editor div.inline-edits-widget{--widget-color: var(--vscode-notifications-background);svg {.gradient-start {stop-color: var(--vscode-editor-background);} .gradient-stop {stop-color: var(--widget-color);}}}.monaco-editor div.inline-edits-widget .promptEditor .monaco-editor{--vscode-editor-placeholder-foreground: var(--vscode-editorGhostText-foreground)}.monaco-editor div.inline-edits-widget .toolbar,.monaco-editor div.inline-edits-widget .promptEditor{opacity:0;transition:opacity .2s ease-in-out}.monaco-editor div.inline-edits-widget:hover .toolbar,.monaco-editor div.inline-edits-widget:hover .promptEditor,.monaco-editor div.inline-edits-widget.focused .toolbar,.monaco-editor div.inline-edits-widget.focused .promptEditor{opacity:1}.monaco-editor div.inline-edits-widget .preview .monaco-editor{--vscode-editor-background: var(--widget-color)}.monaco-editor div.inline-edits-widget .preview .monaco-editor .mtk1{color:var(--vscode-editorGhostText-foreground)}.monaco-editor div.inline-edits-widget .preview .monaco-editor .view-overlays .current-line-exact,.monaco-editor div.inline-edits-widget .preview .monaco-editor .current-line-margin{border:none}.monaco-editor .parameter-hints-widget{z-index:39;display:flex;flex-direction:column;line-height:1.5em;cursor:default;color:var(--vscode-editorHoverWidget-foreground);background-color:var(--vscode-editorHoverWidget-background);border:1px solid var(--vscode-editorHoverWidget-border)}.hc-black .monaco-editor .parameter-hints-widget,.hc-light .monaco-editor .parameter-hints-widget{border-width:2px}.monaco-editor .parameter-hints-widget>.phwrapper{max-width:440px;display:flex;flex-direction:row}.monaco-editor .parameter-hints-widget.multiple{min-height:3.3em;padding:0}.monaco-editor .parameter-hints-widget.multiple .body:before{content:"";display:block;height:100%;position:absolute;opacity:.5;border-left:1px solid var(--vscode-editorHoverWidget-border)}.monaco-editor .parameter-hints-widget p,.monaco-editor .parameter-hints-widget ul{margin:8px 0}.monaco-editor .parameter-hints-widget .monaco-scrollable-element,.monaco-editor .parameter-hints-widget .body{display:flex;flex:1;flex-direction:column;min-height:100%}.monaco-editor .parameter-hints-widget .signature{padding:4px 5px;position:relative}.monaco-editor .parameter-hints-widget .signature.has-docs:after{content:"";display:block;position:absolute;left:0;width:100%;padding-top:4px;opacity:.5;border-bottom:1px solid var(--vscode-editorHoverWidget-border)}.monaco-editor .parameter-hints-widget .code{font-family:var(--vscode-parameterHintsWidget-editorFontFamily),var(--vscode-parameterHintsWidget-editorFontFamilyDefault)}.monaco-editor .parameter-hints-widget .docs{padding:0 10px 0 5px;white-space:pre-wrap}.monaco-editor .parameter-hints-widget .docs.empty{display:none}.monaco-editor .parameter-hints-widget .docs a{color:var(--vscode-textLink-foreground)}.monaco-editor .parameter-hints-widget .docs a:hover{color:var(--vscode-textLink-activeForeground);cursor:pointer}.monaco-editor .parameter-hints-widget .docs .markdown-docs{white-space:initial}.monaco-editor .parameter-hints-widget .docs code{font-family:var(--monaco-monospace-font);border-radius:3px;padding:0 .4em;background-color:var(--vscode-textCodeBlock-background)}.monaco-editor .parameter-hints-widget .docs .monaco-tokenized-source,.monaco-editor .parameter-hints-widget .docs .code{white-space:pre-wrap}.monaco-editor .parameter-hints-widget .controls{display:none;flex-direction:column;align-items:center;min-width:22px;justify-content:flex-end}.monaco-editor .parameter-hints-widget.multiple .controls{display:flex;padding:0 2px}.monaco-editor .parameter-hints-widget.multiple .button{width:16px;height:16px;background-repeat:no-repeat;cursor:pointer}.monaco-editor .parameter-hints-widget .button.previous{bottom:24px}.monaco-editor .parameter-hints-widget .overloads{text-align:center;height:12px;line-height:12px;font-family:var(--monaco-monospace-font)}.monaco-editor .parameter-hints-widget .signature .parameter.active{color:var(--vscode-editorHoverWidget-highlightForeground);font-weight:700}.monaco-editor .parameter-hints-widget .documentation-parameter>.parameter{font-weight:700;margin-right:.5em}.monaco-editor{--vscode-editor-placeholder-foreground: var(--vscode-editorGhostText-foreground)}.monaco-editor .editorPlaceholder{top:0;position:absolute;overflow:hidden;text-overflow:ellipsis;text-wrap:nowrap;pointer-events:none;color:var(--vscode-editor-placeholder-foreground)}.monaco-editor .rename-box{z-index:100;color:inherit;border-radius:4px}.monaco-editor .rename-box.preview{padding:4px 4px 0}.monaco-editor .rename-box .rename-input-with-button{padding:3px;border-radius:2px;width:calc(100% - 8px)}.monaco-editor .rename-box .rename-input{width:calc(100% - 8px);padding:0}.monaco-editor .rename-box .rename-input:focus{outline:none}.monaco-editor .rename-box .rename-suggestions-button{display:flex;align-items:center;padding:3px;background-color:transparent;border:none;border-radius:5px;cursor:pointer}.monaco-editor .rename-box .rename-suggestions-button:hover{background-color:var(--vscode-toolbar-hoverBackground)}.monaco-editor .rename-box .rename-candidate-list-container .monaco-list-row{border-radius:2px}.monaco-editor .rename-box .rename-label{display:none;opacity:.8}.monaco-editor .rename-box.preview .rename-label{display:inherit}.monaco-editor .sticky-widget{overflow:hidden}.monaco-editor .sticky-widget-line-numbers{float:left;background-color:inherit}.monaco-editor .sticky-widget-lines-scrollable{display:inline-block;position:absolute;overflow:hidden;width:var(--vscode-editorStickyScroll-scrollableWidth);background-color:inherit}.monaco-editor .sticky-widget-lines{position:absolute;background-color:inherit}.monaco-editor .sticky-line-number,.monaco-editor .sticky-line-content{color:var(--vscode-editorLineNumber-foreground);white-space:nowrap;display:inline-block;position:absolute;background-color:inherit}.monaco-editor .sticky-line-number .codicon-folding-expanded,.monaco-editor .sticky-line-number .codicon-folding-collapsed{float:right;transition:var(--vscode-editorStickyScroll-foldingOpacityTransition)}.monaco-editor .sticky-line-content{width:var(--vscode-editorStickyScroll-scrollableWidth);background-color:inherit;white-space:nowrap}.monaco-editor .sticky-line-number-inner{display:inline-block;text-align:right}.monaco-editor .sticky-widget{border-bottom:1px solid var(--vscode-editorStickyScroll-border)}.monaco-editor .sticky-line-content:hover{background-color:var(--vscode-editorStickyScrollHover-background);cursor:pointer}.monaco-editor .sticky-widget{width:100%;box-shadow:var(--vscode-editorStickyScroll-shadow) 0 4px 2px -2px;z-index:4;background-color:var(--vscode-editorStickyScroll-background);right:initial!important}.monaco-editor .sticky-widget.peek{background-color:var(--vscode-peekViewEditorStickyScroll-background)}.monaco-editor .unicode-highlight{border:1px solid var(--vscode-editorUnicodeHighlight-border);background-color:var(--vscode-editorUnicodeHighlight-background);box-sizing:border-box}.editor-banner{box-sizing:border-box;cursor:default;width:100%;font-size:12px;display:flex;overflow:visible;height:26px;background:var(--vscode-banner-background)}.editor-banner .icon-container{display:flex;flex-shrink:0;align-items:center;padding:0 6px 0 10px}.editor-banner .icon-container.custom-icon{background-repeat:no-repeat;background-position:center center;background-size:16px;width:16px;padding:0;margin:0 6px 0 10px}.editor-banner .message-container{display:flex;align-items:center;line-height:26px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.editor-banner .message-container p{margin-block-start:0;margin-block-end:0}.editor-banner .message-actions-container{flex-grow:1;flex-shrink:0;line-height:26px;margin:0 4px}.editor-banner .message-actions-container a.monaco-button{width:inherit;margin:2px 8px;padding:0 12px}.editor-banner .message-actions-container a{padding:3px;margin-left:12px;text-decoration:underline}.editor-banner .action-container{padding:0 10px 0 6px}.editor-banner{background-color:var(--vscode-banner-background)}.editor-banner,.editor-banner .action-container .codicon,.editor-banner .message-actions-container .monaco-link{color:var(--vscode-banner-foreground)}.editor-banner .icon-container .codicon{color:var(--vscode-banner-iconForeground)}.monaco-link{color:var(--vscode-textLink-foreground)}.monaco-link:hover{color:var(--vscode-textLink-activeForeground)}.monaco-editor .iPadShowKeyboard{width:58px;min-width:0;height:36px;min-height:0;margin:0;padding:0;position:absolute;resize:none;overflow:hidden;background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTMiIGhlaWdodD0iMzYiIHZpZXdCb3g9IjAgMCA1MyAzNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwKSI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNNDguMDM2NCA0LjAxMDQySDQuMDA3NzlMNC4wMDc3OSAzMi4wMjg2SDQ4LjAzNjRWNC4wMTA0MlpNNC4wMDc3OSAwLjAwNzgxMjVDMS43OTcyMSAwLjAwNzgxMjUgMC4wMDUxODc5OSAxLjc5OTg0IDAuMDA1MTg3OTkgNC4wMTA0MlYzMi4wMjg2QzAuMDA1MTg3OTkgMzQuMjM5MiAxLjc5NzIxIDM2LjAzMTIgNC4wMDc3OSAzNi4wMzEySDQ4LjAzNjRDNTAuMjQ3IDM2LjAzMTIgNTIuMDM5IDM0LjIzOTIgNTIuMDM5IDMyLjAyODZWNC4wMTA0MkM1Mi4wMzkgMS43OTk4NCA1MC4yNDcgMC4wMDc4MTI1IDQ4LjAzNjQgMC4wMDc4MTI1SDQuMDA3NzlaTTguMDEwNDIgOC4wMTMwMkgxMi4wMTNWMTIuMDE1Nkg4LjAxMDQyVjguMDEzMDJaTTIwLjAxODIgOC4wMTMwMkgxNi4wMTU2VjEyLjAxNTZIMjAuMDE4MlY4LjAxMzAyWk0yNC4wMjA4IDguMDEzMDJIMjguMDIzNFYxMi4wMTU2SDI0LjAyMDhWOC4wMTMwMlpNMzYuMDI4NiA4LjAxMzAySDMyLjAyNlYxMi4wMTU2SDM2LjAyODZWOC4wMTMwMlpNNDAuMDMxMiA4LjAxMzAySDQ0LjAzMzlWMTIuMDE1Nkg0MC4wMzEyVjguMDEzMDJaTTE2LjAxNTYgMTYuMDE4Mkg4LjAxMDQyVjIwLjAyMDhIMTYuMDE1NlYxNi4wMTgyWk0yMC4wMTgyIDE2LjAxODJIMjQuMDIwOFYyMC4wMjA4SDIwLjAxODJWMTYuMDE4MlpNMzIuMDI2IDE2LjAxODJIMjguMDIzNFYyMC4wMjA4SDMyLjAyNlYxNi4wMTgyWk00NC4wMzM5IDE2LjAxODJWMjAuMDIwOEgzNi4wMjg2VjE2LjAxODJINDQuMDMzOVpNMTIuMDEzIDI0LjAyMzRIOC4wMTA0MlYyOC4wMjZIMTIuMDEzVjI0LjAyMzRaTTE2LjAxNTYgMjQuMDIzNEgzNi4wMjg2VjI4LjAyNkgxNi4wMTU2VjI0LjAyMzRaTTQ0LjAzMzkgMjQuMDIzNEg0MC4wMzEyVjI4LjAyNkg0NC4wMzM5VjI0LjAyMzRaIiBmaWxsPSIjNDI0MjQyIi8+CjwvZz4KPGRlZnM+CjxjbGlwUGF0aCBpZD0iY2xpcDAiPgo8cmVjdCB3aWR0aD0iNTMiIGhlaWdodD0iMzYiIGZpbGw9IndoaXRlIi8+CjwvY2xpcFBhdGg+CjwvZGVmcz4KPC9zdmc+Cg==) center center no-repeat;border:4px solid #F6F6F6;border-radius:4px}.monaco-editor.vs-dark .iPadShowKeyboard{background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTMiIGhlaWdodD0iMzYiIHZpZXdCb3g9IjAgMCA1MyAzNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwKSI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNNDguMDM2NCA0LjAxMDQySDQuMDA3NzlMNC4wMDc3OSAzMi4wMjg2SDQ4LjAzNjRWNC4wMTA0MlpNNC4wMDc3OSAwLjAwNzgxMjVDMS43OTcyMSAwLjAwNzgxMjUgMC4wMDUxODc5OSAxLjc5OTg0IDAuMDA1MTg3OTkgNC4wMTA0MlYzMi4wMjg2QzAuMDA1MTg3OTkgMzQuMjM5MiAxLjc5NzIxIDM2LjAzMTIgNC4wMDc3OSAzNi4wMzEySDQ4LjAzNjRDNTAuMjQ3IDM2LjAzMTIgNTIuMDM5IDM0LjIzOTIgNTIuMDM5IDMyLjAyODZWNC4wMTA0MkM1Mi4wMzkgMS43OTk4NCA1MC4yNDcgMC4wMDc4MTI1IDQ4LjAzNjQgMC4wMDc4MTI1SDQuMDA3NzlaTTguMDEwNDIgOC4wMTMwMkgxMi4wMTNWMTIuMDE1Nkg4LjAxMDQyVjguMDEzMDJaTTIwLjAxODIgOC4wMTMwMkgxNi4wMTU2VjEyLjAxNTZIMjAuMDE4MlY4LjAxMzAyWk0yNC4wMjA4IDguMDEzMDJIMjguMDIzNFYxMi4wMTU2SDI0LjAyMDhWOC4wMTMwMlpNMzYuMDI4NiA4LjAxMzAySDMyLjAyNlYxMi4wMTU2SDM2LjAyODZWOC4wMTMwMlpNNDAuMDMxMiA4LjAxMzAySDQ0LjAzMzlWMTIuMDE1Nkg0MC4wMzEyVjguMDEzMDJaTTE2LjAxNTYgMTYuMDE4Mkg4LjAxMDQyVjIwLjAyMDhIMTYuMDE1NlYxNi4wMTgyWk0yMC4wMTgyIDE2LjAxODJIMjQuMDIwOFYyMC4wMjA4SDIwLjAxODJWMTYuMDE4MlpNMzIuMDI2IDE2LjAxODJIMjguMDIzNFYyMC4wMjA4SDMyLjAyNlYxNi4wMTgyWk00NC4wMzM5IDE2LjAxODJWMjAuMDIwOEgzNi4wMjg2VjE2LjAxODJINDQuMDMzOVpNMTIuMDEzIDI0LjAyMzRIOC4wMTA0MlYyOC4wMjZIMTIuMDEzVjI0LjAyMzRaTTE2LjAxNTYgMjQuMDIzNEgzNi4wMjg2VjI4LjAyNkgxNi4wMTU2VjI0LjAyMzRaTTQ0LjAzMzkgMjQuMDIzNEg0MC4wMzEyVjI4LjAyNkg0NC4wMzM5VjI0LjAyMzRaIiBmaWxsPSIjQzVDNUM1Ii8+CjwvZz4KPGRlZnM+CjxjbGlwUGF0aCBpZD0iY2xpcDAiPgo8cmVjdCB3aWR0aD0iNTMiIGhlaWdodD0iMzYiIGZpbGw9IndoaXRlIi8+CjwvY2xpcFBhdGg+CjwvZGVmcz4KPC9zdmc+Cg==) center center no-repeat;border:4px solid #252526}.monaco-editor .tokens-inspect-widget{z-index:50;user-select:text;-webkit-user-select:text;padding:10px;color:var(--vscode-editorHoverWidget-foreground);background-color:var(--vscode-editorHoverWidget-background);border:1px solid var(--vscode-editorHoverWidget-border)}.monaco-editor.hc-black .tokens-inspect-widget,.monaco-editor.hc-light .tokens-inspect-widget{border-width:2px}.monaco-editor .tokens-inspect-widget .tokens-inspect-separator{height:1px;border:0;background-color:var(--vscode-editorHoverWidget-border)}.monaco-editor .tokens-inspect-widget .tm-token{font-family:var(--monaco-monospace-font)}.monaco-editor .tokens-inspect-widget .tm-token-length{font-weight:400;font-size:60%;float:right}.monaco-editor .tokens-inspect-widget .tm-metadata-table{width:100%}.monaco-editor .tokens-inspect-widget .tm-metadata-value{font-family:var(--monaco-monospace-font);text-align:right}.monaco-editor .tokens-inspect-widget .tm-token-type{font-family:var(--monaco-monospace-font)}.code-editor-window{position:fixed;top:85px;left:-400px;width:380px;height:calc(100vh - 150px);background:#ffffff;z-index:1000;display:flex;flex-direction:column;transition:left .3s cubic-bezier(.175,.885,.32,1.275);font-family:JetBrains Mono,Fira Code,monospace;opacity:.97;border-radius:8px;box-shadow:0 10px 30px #00000026;border:1px solid #e0e0e0}.code-editor-window.open{left:20px}.editor-header{height:40px;background:linear-gradient(90deg,#2d2d2d,#1a1a1a);color:#fff;display:flex;justify-content:space-between;align-items:center;padding:0 10px;font-weight:700;border-bottom:2px solid #444;-webkit-user-select:none;user-select:none;border-radius:8px 8px 0 0}.editor-title{font-size:14px;letter-spacing:1px;text-transform:uppercase;display:flex;align-items:center;gap:8px}.editor-title:before{content:"{ }";font-size:16px;color:#4a9eff}.editor-close-btn{background:none;border:none;color:#fff;font-size:22px;cursor:pointer;display:flex;align-items:center;justify-content:center;width:28px;height:28px;padding:0;border-radius:4px;transition:all .2s ease}.editor-close-btn:hover{background:#e53935;color:#fff}.editor-body{flex:1;overflow:hidden;position:relative;display:flex;border-left:1px solid #e0e0e0;border-right:1px solid #e0e0e0}.code-textarea{width:100%;height:100%;border:none;padding:15px;font-family:JetBrains Mono,Fira Code,monospace;font-size:14px;resize:none;background:#fafafa;color:#1f1f1f;line-height:1.6;-moz-tab-size:2;tab-size:2;overflow-y:auto;white-space:pre;overflow-x:auto}.code-textarea:focus{outline:2px solid #4a9eff}.editor-footer{height:36px;background:linear-gradient(90deg,#f5f5f5,#e0e0e0);color:#333;display:flex;justify-content:space-between;align-items:center;padding:0 12px;font-size:12px;-webkit-user-select:none;user-select:none;border-top:1px solid #ddd;border-radius:0 0 8px 8px}.editor-stats{display:flex;gap:15px;color:#555;font-weight:500}.line-count,.char-count{display:flex;align-items:center;gap:4px}.line-count:before{content:"≡";color:#666}.char-count:before{content:"🔤";font-size:10px}.run-code-btn{background:linear-gradient(to bottom,#4CAF50,#388E3C);color:#fff;border:none;padding:4px 10px;font-family:JetBrains Mono,Fira Code,monospace;font-weight:700;cursor:pointer;font-size:12px;border-radius:4px;transition:all .2s ease;box-shadow:0 2px 4px #0000001a}.run-code-btn:hover{background:linear-gradient(to bottom,#43A047,#2E7D32);transform:translateY(-1px);box-shadow:0 3px 6px #00000026}.run-code-btn:active{transform:translateY(1px);box-shadow:0 1px 2px #0000001a}.run-code-btn:disabled{background:#bdbdbd;color:#757575;cursor:not-allowed;box-shadow:none}.code-textarea{counter-reset:line;background-image:linear-gradient(transparent 50%,rgba(0,0,0,.02) 50%);background-size:100% 3em}@media screen and (max-width: 768px){.code-editor-window{width:320px;left:-330px}.code-editor-window.open{left:10px}.editor-stats{gap:8px}}@media screen and (max-width: 480px){.code-editor-window{width:92%;height:60vh;top:auto;bottom:-62vh;left:4%;transition:bottom .3s cubic-bezier(.175,.885,.32,1.275)}.code-editor-window.open{bottom:80px;left:4%}.editor-footer{height:40px}.run-code-btn{padding:5px 10px}}.editor-controls{display:flex;align-items:center;gap:8px}.history-controls{display:flex;align-items:center;gap:5px;background:rgba(0,0,0,.2);border-radius:4px;padding:0 4px;margin-right:6px}.history-button{background:none;border:none;color:#fff;font-size:16px;cursor:pointer;display:flex;align-items:center;justify-content:center;width:24px;height:24px;padding:0;border-radius:4px;transition:background .2s ease}.history-button:hover:not(:disabled){background:rgba(255,255,255,.15)}.history-button:active:not(:disabled){transform:scale(.95)}.history-button:disabled{color:#666;cursor:not-allowed}.history-status{font-size:11px;color:#bbb;min-width:32px;text-align:center}.pin-button{background:none;border:none;font-size:16px;cursor:pointer;display:flex;align-items:center;justify-content:center;width:30px;height:30px;padding:0;background-color:transparent;transition:all .2s ease;border-radius:4px}.pin-button:hover{transform:scale(1.15);background:rgba(255,255,255,.1)}.pin-button.pinned{transform:scale(1.15);background:rgba(255,215,0,.2)}.pin-button:before{content:"📍"}.pin-button.pinned:before{content:"📌"}.run-button{background-color:#2c2c2c;color:#fff;border:none;padding:4px 10px;font-family:JetBrains Mono,Fira Code,monospace;font-weight:700;cursor:pointer;font-size:12px;transition:all .3s ease;box-shadow:0 2px 4px #0000001a}.run-button:hover{background:linear-gradient(to bottom,#43a0489f,#2E7D32);transform:translateY(-1px);box-shadow:0 3px 6px #00000026}.run-button:active{transform:translateY(1px);box-shadow:0 1px 2px #0000001a}.run-button:disabled{background:#bdbdbd;color:#757575;cursor:not-allowed;box-shadow:none}.close-button{background:none;border:none;color:#fff;font-size:20px;cursor:pointer;display:flex;align-items:center;justify-content:center;width:28px;height:28px;padding:0;border-radius:4px;transition:background .2s ease}.close-button:hover{background:rgba(255,82,82,.8)}.pin-indicator{background:linear-gradient(90deg,rgba(255,215,0,.15),rgba(255,215,0,.05));padding:3px 8px;border-radius:4px;font-size:11px;display:flex;align-items:center;color:#333;animation:pulse 2s infinite;border:1px solid rgba(255,215,0,.3);gap:4px}@keyframes pulse{0%{opacity:.8}50%{opacity:1}to{opacity:.8}}.editor-layout{display:flex;height:100%;position:relative;width:100%}.editor-container{flex:1;overflow:hidden;position:relative;display:flex;width:100%;background:#fafafa}.editor-container>div{width:100%;height:100%;display:flex;flex-direction:column}.editor-container .codeium-react-editor{flex:1;height:100%!important}.editor-container .monaco-editor{height:100%!important;font-family:JetBrains Mono,Fira Code,Consolas,monospace!important}.editor-container .monaco-editor .margin{width:auto!important;padding-left:8px!important;min-width:45px!important;background-color:#252525!important;border-right:1px solid #e0e0e0!important}.editor-container .monaco-editor .lines-content{padding-left:18px!important}.editor-chat-panel,.refactor-button,.editor-refactor-button,.editor-toggle-chat-button{display:none}.code-editor-window.aero{background:rgba(255,255,255,.9);border:1px solid rgba(0,0,0,.1);border-radius:10px;box-shadow:0 10px 30px #00000026;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.editor-header.aero{background:linear-gradient(135deg,#2989d8 0%,#1e5799 100%);border-radius:10px 10px 0 0;height:36px;border-bottom:none}.editor-body.aero{background:rgba(255,255,255,.95);border-left:none;border-right:none}.editor-footer.aero{background:linear-gradient(to right,#f8f9fa,#e9ecef);color:#333;border-top:1px solid rgba(0,0,0,.05);border-radius:0 0 10px 10px}.editor-container .codeium-referrer-icon,.editor-container .codeium-logo,.editor-container .codeium-branding{display:none!important}.selection-count{font-size:12px;color:#666;margin-left:12px;padding-left:12px;border-left:1px solid #ddd;display:flex;align-items:center;gap:4px}.selection-count:before{content:"✓";font-size:10px;color:#4caf50}.folder-button{display:flex;align-items:center;gap:6px;background:rgba(0,0,0,.05);padding:3px 8px;border-radius:4px;cursor:pointer;transition:all .2s ease}.folder-button:hover{background:rgba(0,0,0,.1)}.folder-icon{font-size:14px}.editor-container ::-webkit-scrollbar{width:10px;height:10px}.editor-container ::-webkit-scrollbar-track{background:#f1f1f1}.editor-container ::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:5px;border:2px solid #f1f1f1}.editor-container ::-webkit-scrollbar-thumb:hover{background:#a1a1a1}.monaco-editor .current-line{border:none!important;background-color:#d7f0ff4d!important}.monaco-editor .line-numbers{color:#888!important}.monaco-editor .cursor{background-color:#2676e6!important;border-color:#2676e6!important;width:2px!important}:root{--auth-bg-color: #faf5d7;--auth-text-color: #111;--auth-primary-color: #000000;--auth-input-bg: #fff;--auth-input-border: #e0e0e0;--auth-secondary-text: #666}.auth-container{display:flex;justify-content:center;align-items:center;min-height:100vh;background-color:var(--auth-bg-color);color:var(--auth-text-color);position:relative;overflow:hidden;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif}.blob{position:absolute;top:0;left:0;filter:blur(120px);z-index:0;pointer-events:none;border-radius:50%;opacity:0;transition:opacity .5s ease-in-out;animation:morph 10s ease-in-out infinite}@keyframes morph{0%{border-radius:40% 60% 60% 40%/70% 30%}12.5%{border-radius:20% 80% 30% 70%/60% 40% 80% 20%}25%{border-radius:80% 20% 90% 10%/30% 70% 20% 80%}37.5%{border-radius:10% 90% 40% 60%/80% 20% 60% 40%}50%{border-radius:90% 10% 20% 80%/40% 60% 90% 10%}62.5%{border-radius:30% 70% 80% 20%/90% 10% 40% 60%}75%{border-radius:70% 30% 10% 90%/20% 80% 70% 30%}87.5%{border-radius:50% 50% 70% 30%/60% 40% 30% 70%}to{border-radius:40% 60% 60% 40%/70% 30%}}.blob-1{width:80vw;height:80vh;max-width:800px;max-height:800px;background:#A460F9;animation:morph 15s ease-in-out infinite;animation-delay:-2s}.blob-2{width:90vw;height:90vh;max-width:900px;max-height:900px;background:#F9D960;animation:morph 12s ease-in-out infinite;animation-delay:-5s}.blob-3{width:60vw;height:60vh;max-width:700px;max-height:700px;background:#E73C7E;animation:morph 18s ease-in-out infinite}.blob-4{width:75vw;height:75vh;max-width:750px;max-height:750px;background:#23d5ab;animation:morph 14s ease-in-out infinite;animation-delay:-7s}.grain-overlay{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:0}.grain-overlay:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 128 128' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='2.5' numOctaves='1' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");opacity:.08;animation:grain 8s steps(10,end) infinite}@keyframes grain{0%,to{transform:translate(0)}10%{transform:translate(-5%,-10%)}20%{transform:translate(-15%,5%)}30%{transform:translate(7%,-25%)}40%{transform:translate(-5%,25%)}50%{transform:translate(-15%,10%)}60%{transform:translate(15%)}70%{transform:translateY(15%)}80%{transform:translate(3%,35%)}90%{transform:translate(-10%,10%)}}.auth-form{background:transparent;width:100%;max-width:360px;display:flex;flex-direction:column;justify-content:center;position:relative;z-index:1;padding:2rem}.website-title{font-family:oldenburg,cursive;font-size:3rem;font-weight:400;color:var(--auth-primary-color);position:absolute;top:2rem;left:2rem;z-index:10;letter-spacing:2px;text-shadow:0 2px 4px rgba(0,0,0,.1);margin:0}.auth-title{font-size:2.2rem;font-weight:700;color:var(--auth-text-color);margin:0;margin-bottom:.5rem;font-family:Poppins,sans-serif}.auth-subtitle{color:var(--auth-secondary-text);margin:0;margin-bottom:2rem}.form-group{margin-bottom:1.25rem}.form-group label{display:block;margin-bottom:.5rem;color:var(--auth-text-color);font-weight:500;font-size:.9rem}.input-wrapper{position:relative}.input-wrapper svg{position:absolute;right:15px;top:50%;transform:translateY(-50%);color:var(--auth-secondary-text);width:20px;height:20px}.form-group input{width:100%;padding:.8rem 2.5rem .8rem 1rem;border:1px solid var(--auth-input-border);border-radius:12px;background:var(--auth-input-bg);color:var(--auth-text-color);transition:border-color .2s,box-shadow .2s;font-size:1rem;box-sizing:border-box}.form-group input:focus{outline:none;border-color:var(--auth-primary-color);box-shadow:0 0 0 3px #a460f933}.auth-options{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;font-size:.9rem}.remember-me{display:flex;align-items:center}.remember-me input{margin-right:.5rem}.auth-button{width:100%;padding:.9rem;border:none;border-radius:12px;background:var(--auth-primary-color);color:#fff;font-size:1rem;cursor:pointer;transition:background-color .2s;font-weight:600}.auth-button:hover{background:#934ed4}.auth-button:disabled{background:#ccc;cursor:not-allowed}.or-divider{position:relative;text-align:center;margin:1.5rem 0;color:var(--auth-secondary-text)}.or-divider:before,.or-divider:after{content:"";position:absolute;top:50%;width:calc(50% - 20px);height:1px;background-color:var(--auth-input-border)}.or-divider:before{left:0}.or-divider:after{right:0}.or-divider span{display:inline-block;font-size:.9rem}.google-auth-button{width:100%;padding:.9rem;border:1px solid var(--auth-input-border);border-radius:12px;background:var(--auth-input-bg);color:var(--auth-text-color);font-size:1rem;cursor:pointer;transition:background-color .2s;font-weight:600;display:flex;align-items:center;justify-content:center;gap:8px}.google-auth-button:hover{background-color:#f5f5f5}.auth-toggle{margin-top:1.5rem;text-align:center;color:var(--auth-secondary-text)}.link-button{background:none;border:none;color:var(--auth-primary-color);cursor:pointer;padding:0;font:inherit;font-weight:600;text-decoration:none}.link-button:hover{text-decoration:underline}.error-message{background:#ffeded;border:1px solid #ffc8c8;color:#c53030;padding:.75rem;border-radius:8px;margin-bottom:1.5rem;font-size:.9rem}.success-message{background:#edfff1;border:1px solid #c8ffc8;color:#2f855a;padding:.75rem;border-radius:8px;margin-bottom:1.5rem;font-size:.9rem}.success-only{display:flex;justify-content:center;align-items:center;min-height:50vh}.success-message-large{text-align:center;color:#2f855a;max-width:400px;padding:2rem}.success-icon{font-size:4rem;margin-bottom:1rem;color:#2f855a;font-weight:700}.success-message-large h2{font-size:2rem;margin:0 0 1rem;color:#2f855a;font-weight:700}.success-message-large p{font-size:1.1rem;line-height:1.6;margin:0 0 2rem;color:#2f855a;opacity:.8}.back-to-login-button{background:#2f855a;color:#fff;border:none;padding:.9rem 2rem;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .2s,transform .1s;margin-top:1rem}.back-to-login-button:hover{background:#276749;transform:translateY(-1px)}.back-to-login-button:active{transform:translateY(0)}.password-error{color:#c53030;font-size:.8rem;margin-top:.5rem}.password-requirements{margin-top:1rem;font-size:.8rem}.requirements-title{font-weight:700;margin-bottom:5px;color:var(--text-color)}.password-requirements ul{list-style-type:none;padding:0;margin:0}.password-requirements li{padding-left:20px;position:relative;margin-bottom:5px;color:var(--auth-secondary-text);transition:color .2s}.password-requirements li:before{content:"✗";position:absolute;left:0;color:#c53030;transition:color .2s}.password-requirements li.requirement-met{color:var(--auth-text-color)}.password-requirements li.requirement-met:before{content:"✓";color:#2f855a}@media screen and (max-width: 480px){.auth-form{padding:1.5rem 1rem}}@keyframes drift{0%{transform:translate(0) rotate(0)}25%{transform:translate(10vw,-5vh) rotate(90deg)}50%{transform:translate(-5vw,10vh) rotate(180deg)}75%{transform:translate(-10vw,-5vh) rotate(270deg)}to{transform:translate(0) rotate(360deg)}}.footer{position:fixed;bottom:0;left:0;right:0;padding:8px;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:40;opacity:.6;transition:opacity .2s ease}.footer:hover{opacity:1}.footer-content{max-width:1200px;margin:0 auto;display:flex;justify-content:center;gap:16px}.footer-link{color:#666;text-decoration:none;font-size:.875rem;transition:color .2s ease}.footer-link:hover{color:#000}.privacy-policy-page{position:relative;min-height:100vh;background-color:#f3f4f6;color:#111827;overflow:hidden}.privacy-policy-scroll-container{position:absolute;top:0;right:0;bottom:0;left:0;overflow-y:auto;padding:3rem 1rem 4rem}.privacy-policy-content-container{margin-left:auto;margin-right:auto;max-width:56rem;background-color:#fff;border-radius:.5rem;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;padding:2rem}.privacy-policy-content{max-width:none;font-size:1.125rem;line-height:1.75}.privacy-policy-content h1,.privacy-policy-content h2,.privacy-policy-content h3,.privacy-policy-content h4,.privacy-policy-content h5,.privacy-policy-content h6{font-weight:600;margin-top:1.6em;margin-bottom:.6em}.privacy-policy-content h1{font-size:2.25em;line-height:1.2}.privacy-policy-content h2{font-size:1.8em;line-height:1.3}.privacy-policy-content p{margin-top:1.25em;margin-bottom:1.25em}.privacy-policy-content a{color:#2563eb;text-decoration:underline;font-weight:500}.privacy-policy-content a:hover{color:#1d4ed8}.privacy-policy-content strong{font-weight:600}.privacy-policy-content ul,.privacy-policy-content ol{margin-top:1.25em;margin-bottom:1.25em;padding-left:1.625em}.privacy-policy-content ul{list-style-type:disc}.privacy-policy-content ol{list-style-type:decimal}.privacy-policy-content li{margin-top:.5em;margin-bottom:.5em}@media (min-width: 640px){.privacy-policy-scroll-container{padding-left:1.5rem;padding-right:1.5rem}.privacy-policy-content-container{padding:2.5rem}}@media (min-width: 768px){.privacy-policy-content-container{padding:3rem}}@media (min-width: 1024px){.privacy-policy-scroll-container{padding-left:2rem;padding-right:2rem}}@media (prefers-color-scheme: dark){.privacy-policy-page{background-color:#111827;color:#f3f4f6}.privacy-policy-content-container{background-color:#1f2937}.privacy-policy-content{color:#d1d5db}.privacy-policy-content a{color:#60a5fa}.privacy-policy-content a:hover{color:#93c5fd}.privacy-policy-content strong,.privacy-policy-content h1,.privacy-policy-content h2,.privacy-policy-content h3,.privacy-policy-content h4,.privacy-policy-content h5,.privacy-policy-content h6{color:#fff}}.terms-conditions-page{position:relative;min-height:100vh;background-color:#f3f4f6;color:#111827;overflow:hidden}.terms-conditions-scroll-container{position:absolute;top:0;right:0;bottom:0;left:0;overflow-y:auto;padding:3rem 1rem 4rem}.terms-conditions-content-container{margin-left:auto;margin-right:auto;max-width:56rem;background-color:#fff;border-radius:.5rem;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;padding:2rem}.terms-conditions-content{max-width:none;font-size:1.125rem;line-height:1.75}.terms-conditions-content h1{font-size:2.25rem;font-weight:600;margin-bottom:1rem;color:#111827}.last-updated{font-style:italic;color:#6b7280;margin-bottom:2rem}.terms-text{white-space:pre-wrap;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.6}@media (min-width: 640px){.terms-conditions-scroll-container{padding-left:1.5rem;padding-right:1.5rem}.terms-conditions-content-container{padding:2.5rem}}@media (min-width: 768px){.terms-conditions-content-container{padding:3rem}}@media (min-width: 1024px){.terms-conditions-scroll-container{padding-left:2rem;padding-right:2rem}}@media (prefers-color-scheme: dark){.terms-conditions-page{background-color:#111827;color:#f3f4f6}.terms-conditions-content-container{background-color:#1f2937}.terms-conditions-content{color:#d1d5db}.terms-conditions-content h1{color:#fff}.last-updated{color:#9ca3af}}
