@charset "UTF-8";@font-face{font-family:BethanyElingston;src:url(/assets/fonts/Bethany_Elingston.otf) format("opentype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:MainFont;src:url(/assets/fonts/main_font.otf) format("opentype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Poppins;src:url(/assets/fonts/poppins.black.ttf) format("truetype");font-weight:900;font-style:normal;font-display:swap}@font-face{font-family:Poppins;src:url(/assets/fonts/poppins.black-italic.ttf) format("truetype");font-weight:900;font-style:italic;font-display:swap}:root{--app-font: "Inter", "Poppins", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif}html,body{margin:0;padding:0;font-family:var(--app-font);font-size:14px}h1,h2,h3,h4,h5,h6{font-family:MainFont,-apple-system,sans-serif;font-weight:600}html{height:100%;background-color:#000!important}body{margin:0;font-family:var(--app-font);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#000;color:#fff}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}h1,h2{font-size:112%}.spacer{flex-grow:1}.notify-success{background-color:#ff6500}.notify-error{background-color:#f44336}.notify-warning{background-color:#ff9800!important}.notify-info{background-color:#8bc34a}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}:focus-visible{outline:2px solid #ff9800;outline-offset:2px}.MuiButtonBase-root:focus-visible{outline:2px solid #ff9800!important;outline-offset:2px!important}@font-face{font-family:Material Symbols Rounded;font-style:normal;font-weight:100 700;font-display:block;src:url(/assets/material-symbols-rounded-BdTTJzpA.woff2) format("woff2")}.material-symbols-rounded{font-family:Material Symbols Rounded;font-weight:400;font-style:normal;font-size:24px;line-height:1;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;word-wrap:normal;direction:ltr;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;font-feature-settings:"liga"}.configure-root{display:flex;flex-direction:column;height:100vh;position:relative;background-color:#101010}.configure-root>main{padding-top:56px;flex:1;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none}.configure-root>main::-webkit-scrollbar{display:none!important;width:0!important;height:0!important}.message-box-wrapper{background-color:#121212;width:100%;height:100vh;display:flex;flex-direction:row;justify-content:center;align-items:center}.message-box-wrapper .message-box{width:600px;border:1px solid #0f0f0f;border-radius:8px;padding:16px;margin-top:64px;background-color:#000;color:#fff}.dragMask{position:absolute;background:#0006;width:100%;height:100%;z-index:1;top:0;bottom:0;left:0;right:0;pointer-events:none}.dragMask.fill-blank{position:relative;width:100%;flex-grow:1}.header{display:grid;position:fixed;height:56px;width:100%;grid-template-columns:1fr auto 1fr;align-items:center;margin:0;padding:0 20px;background-color:#101010eb;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid #292929;z-index:100;box-shadow:none;font-family:MainFont,-apple-system,sans-serif}.header .kbd-device{display:flex;flex-direction:row;align-items:center;gap:8px}.header .kbd-device .kbd-select{display:flex;flex-direction:row;align-items:center;cursor:pointer;padding:6px 12px;border-radius:8px;transition:all .15s ease;background-color:#181818;border:1px solid #292929}.header .kbd-device .kbd-select .kbd-name{display:flex;flex-direction:column}.header .kbd-device .kbd-select .kbd-name h2{margin:0;font-weight:600;font-size:13px;letter-spacing:-.01em;max-width:25vw;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;color:#f2f2f2;font-family:MainFont,-apple-system,sans-serif}.header .kbd-device .kbd-select .kbd-name .ids{font-size:11px;font-family:JetBrains Mono,Roboto Mono,monospace;color:#969696;margin-top:1px}.header .kbd-device .kbd-select svg{margin-left:6px;color:#969696;transition:color .15s ease,transform .15s ease}.header .kbd-device .kbd-select:hover{background-color:#1d1d1d;border-color:#383838}.header .kbd-device .kbd-select:hover h2{color:#fff}.header .kbd-device .kbd-select:hover svg{color:#f2f2f2}.header .header-nav{display:flex;align-items:center;justify-content:center;gap:4px;height:100%}.header .header-nav .nav-tab-brand{padding:6px 14px;margin-right:6px}.header .header-nav .nav-tab-brand .brand-logo-text{font-family:MainFont,sans-serif;font-size:13px;font-weight:500;letter-spacing:.01em;color:#f2f2f2;transition:color .15s ease}.header .header-nav .nav-tab-brand:hover .brand-logo-text{color:#fff}.header .header-nav .nav-tab-brand.active .brand-logo-text{color:#ff6500}.header .header-nav .nav-tab{display:flex;align-items:center;justify-content:center;background:transparent;border:none;cursor:pointer;border-radius:6px;padding:6px 14px;transition:all .15s ease;position:relative;color:#969696}.header .header-nav .nav-tab:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:0;height:2px;background:#ff6500;border-radius:2px 2px 0 0;transition:width .2s ease}.header .header-nav .nav-tab:hover{background:#1d1d1d;color:#f2f2f2}.header .header-nav .nav-tab.active{color:#ff6500;font-weight:600}.header .header-nav .nav-tab.active:after{width:calc(100% - 16px)}.header .header-nav .nav-tab img{opacity:.6;transition:opacity .15s ease}.header .header-nav .nav-tab.active img,.header .header-nav .nav-tab:hover img{opacity:1}.header .header-nav .nav-tab:disabled{opacity:.3;cursor:not-allowed;pointer-events:auto}.header .header-nav .nav-tab:disabled:hover{background:transparent;color:#666}.header .header-nav .nav-tab-text{font-family:MainFont,-apple-system,sans-serif;font-size:13px;font-weight:500;letter-spacing:.01em;min-width:72px}.header .header-right{display:flex;align-items:center;justify-content:flex-end;gap:12px;height:100%}.header .header-right .header-help-btn{background-color:#181818!important;border:1px solid #292929!important;color:#969696!important;border-radius:8px!important;padding:6px!important;transition:all .15s ease!important}.header .header-right .header-help-btn:hover{background-color:#1d1d1d!important;border-color:#383838!important;color:#f2f2f2!important}.header .header-right .buttons{display:flex;align-items:center;gap:12px}.header-device-menu-paper{background-color:#181818!important;border:1px solid #292929!important;border-radius:10px!important;box-shadow:0 10px 30px #00000080!important}.header-device-menu-paper .MuiMenuItem-root{padding:0!important}.header-device-menu-paper .MuiMenuItem-root:hover{background-color:transparent!important}.device-item{display:flex;flex-direction:row;padding:10px 14px;border-bottom:1px solid #292929;align-items:center;width:100%;transition:background-color .15s ease}.device-item:hover{background-color:#1d1d1d}.device-item .link-icon{margin-right:10px}.device-item .link-on{color:#ff6500}.device-item .device-name{display:flex;align-items:center;color:#f2f2f2;font-weight:500;font-size:13px;font-family:MainFont,sans-serif}.device-item .device-name .device-ids{font-family:JetBrains Mono,monospace;font-weight:400;font-size:11px;margin-left:8px;color:#969696}.another-device-wrapper{display:flex;justify-content:center;width:100%;padding:8px 12px}.another-device-wrapper .another-device{width:100%;border-radius:8px;font-size:12px;font-weight:600;letter-spacing:.02em;background:#ff65001a;border:1px solid rgba(255,101,0,.25);color:#ff6500;padding:8px 12px;cursor:pointer;transition:all .15s ease;font-family:MainFont,sans-serif}.another-device-wrapper .another-device:hover{background:#ff65002e;border-color:#ff6500}.flash-button{position:relative;overflow:hidden;height:34px;min-width:90px;background:#181818;border:1px solid #292929;color:#969696;border-radius:8px;font-weight:600;font-size:13px;letter-spacing:.02em;cursor:pointer;transition:all .15s ease;display:flex;align-items:center;justify-content:center;font-family:MainFont,sans-serif}.flash-button.enable{background:#ff6500;border-color:transparent;color:#fff;box-shadow:none}.flash-button.enable:hover{background:#ff8533}.flash-button.disable{opacity:.4;cursor:not-allowed;border-color:#292929;color:#666}.flash-button.flashing{background:#ff65001f;border-color:#ff6500;color:#ff6500}.flash-button.success{background:#22c55e;border-color:transparent;color:#fff}.flash-button.success:before{content:"✓ ";margin-right:4px}@media (max-width: 1050px){.header{padding:0 12px;grid-template-columns:auto 1fr auto;gap:8px}.header .kbd-device .kbd-select{padding:4px 8px}.header .kbd-device .kbd-select .kbd-name h2{font-size:12px}.header .kbd-device .kbd-select .kbd-name .ids{display:none}.header .header-nav{gap:2px;justify-content:center}.header .header-nav .nav-tab-brand{padding:4px 8px;margin-right:2px}.header .header-nav .nav-tab-brand .brand-logo-text{font-size:12px}.header .header-nav .nav-tab{padding:4px 8px}.header .header-nav .nav-tab-text{min-width:0;font-size:12px}.header .header-right{gap:6px}.header .header-right .flash-button{padding:0 10px;font-size:12px;height:32px;min-width:70px}}@media (max-width: 850px){.header{padding:0 8px;gap:4px}.header .header-nav .nav-tab{padding:4px 6px}.header .header-nav .nav-tab-text{font-size:11px}}.connection-modal{display:flex;align-items:center;justify-content:center}.paper{background-color:#000;border:"2px solid #000";box-shadow:5px;padding:8px}.info-dialog .MuiPaper-root{background-color:#000!important;background-image:linear-gradient(135deg,#ffffff08,#fff0)!important;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);color:#fff;border:1px solid rgba(255,255,255,.08);border-radius:20px;box-shadow:0 24px 80px #000000b3;overflow:hidden}.info-dialog .MuiDialogTitle-root{font-weight:800;font-size:1.4rem;letter-spacing:-.02em;padding:32px 32px 16px;background:transparent;color:#fff}.info-dialog .close-dialog{position:absolute;top:24px;right:24px;opacity:.6;transition:all .2s ease}.info-dialog .close-dialog:hover{color:#ff6500;opacity:1;transform:rotate(90deg);cursor:pointer}.info-dialog .MuiDialogContent-root{padding:24px 32px 32px;border-top:1px solid rgba(255,255,255,.05)!important;border-bottom:none!important}.info-dialog .option-info-label{font-size:.9rem;color:#ffffff80;margin-bottom:8px}.info-dialog .option-info-label h4{color:#ff6500;font-size:.75rem;letter-spacing:.1em;text-transform:uppercase;margin:16px 0 8px;font-weight:700;opacity:.8}.info-dialog .option-info-label a{color:#ff6500;text-decoration:none;font-weight:600}.info-dialog .option-info-label a:hover{text-decoration:underline}.info-dialog .option-info-value{font-size:.9rem;font-weight:600;color:#fff;margin-bottom:8px;font-family:JetBrains Mono,Roboto Mono,monospace}.info-dialog-information-message{font-size:.8rem;line-height:1.4;color:#fff6;background:#ffffff05;padding:16px;border-radius:12px;border:1px solid rgba(255,255,255,.05);margin-top:16px}.info-dialog-information-message a{color:#ff6500;font-weight:700}.info-dialog-warning-message{font-size:.8rem;line-height:1.4;color:#f44336cc;background:#f443360d;padding:16px;border-radius:12px;border:1px solid rgba(244,67,54,.1);margin-top:16px}.info-dialog-warning-message a{color:#f44336;font-weight:700;text-decoration:underline}.modifiers-label{font-weight:700}.modifiers-label-disabled{color:#fff}.keycap-base .keycap{background-color:#ff6500!important;color:#fff!important;border:1px solid #ff6500!important;margin:2px}.keycap-base .keyroof-base{background-color:#ff6500!important;margin:2px}.keycap-base .keyroof{background-color:#ff6500!important}@keyframes blink-primary{0%{background-color:#ffa466}to{background-color:#ff8533}}@keyframes blink-border{0%{border:1px solid rgba(0,0,0,.6)}to{border:1px solid rgba(0,0,0,.1)}}@keyframes scale-down-base{0%{transform:scale(1)}to{transform:scale(.95)}}@keyframes scale-down-roof{0%{transform:scale(1)}to{transform:scale(.97)}}.keycap-base.drag-over{border-color:#ffa466}.keycap-base.drag-over .keycap{background-color:#ffa466!important;border-color:#ff6500!important;color:#000!important}.keycap-base.drag-over .keyroof-base{border-color:#ffa466!important;background-color:#ffa466!important}.keycap-base.drag-over .keyroof{background-color:#ffa466!important;color:#000!important}.keycap-base.drag-over .keyroof .keylabel,.keycap-base.drag-over .keyroof .keylabel .keycode-label,.keycap-base.drag-over .keyroof .keylabel .modifier,.keycap-base.drag-over .keyroof .keylabel .right{color:#000!important}.keycap-base.keycap-selected .keycap{background:#ff650024!important;border-color:#ff6500!important;color:#fff!important;box-shadow:0 0 0 1px #ff6500,0 0 16px #ff650073!important}.keycap-base.keycap-selected .keyroof-base{border-color:#ff6500!important;background-color:transparent!important}.keycap-base.keycap-selected .keyroof{background-color:transparent!important;color:#fff!important}.keycap-base.keycap-selected .keyroof .key-glyph{color:#ff6500!important}.keycap-base.keycap-selected .keyroof .keylabel,.keycap-base.keycap-selected .keyroof .keylabel .keycode-label{color:#fff!important}.keycap-base.keycap-selected .keyroof .keylabel .modifier,.keycap-base.keycap-selected .keyroof .keylabel .right{color:#ffffffb3!important}.keycap-base .keycap{cursor:pointer;background-color:#2a2a2a!important;color:#fff!important;border:1px solid #0f0f0f!important;border-radius:5px;font-size:12px;position:relative}.keycap-base .keycap:focus-visible{outline:2px solid #ff9800;outline-offset:2px;z-index:10;border-radius:5px}.keycap-base .keycap.keycap-test-matrix{cursor:default}.keycap-base .keycap.keycap-test-matrix:hover{border:1px solid rgba(0,0,0,.6);animation:none}.keycap-base .keycap.keycap-test-matrix-down{transform-origin:center;animation-duration:.3s;animation-name:scale-down-base;animation-fill-mode:forwards}.keycap-base .keycap.keycap-border{border:1px solid rgba(0,0,0,.6)}.keycap-base .keycap.keycap-encoder{border-radius:30px;margin:4px}.keycap-base .keycap.keycap-encoder:focus-visible{border-radius:30px}.keycap-base .keycap .encoder-toggle-icon{position:absolute;bottom:-16px;left:-8px}.keycap-base .keycap:hover,.keycap-base .keycap:hover~.keycap2{animation:blink-border .3s}.keycap-base .keycap2:hover{animation:blink-border .3s}.keycap-base .keyroof-base{border-radius:3px;pointer-events:none;cursor:pointer;background-color:#2a2a2a!important}.keycap-base .keyroof-base.test-matrix{border-width:1px}.keycap-base .keyroof-base.test-matrix-down{border-width:0px;transform-origin:center;animation-duration:.3s;animation-name:scale-down-roof;animation-fill-mode:forwards}.keycap-base .keyroof-base.keyroof-encoder{border-radius:30px;margin:4px}.keycap-base .keyroof{display:flex;width:100%;height:100%;border-radius:2px;flex-direction:column;box-sizing:border-box;background-clip:padding-box;pointer-events:none;cursor:pointer;background-color:#2a2a2a!important}.keycap-base .keyroof.keyroof-encoder{border-radius:30px;margin:4px}.keycap-base .keyroof .keylabel{display:flex;justify-content:center;align-items:flex-start;pointer-events:none;position:relative;color:#fff;flex-grow:1}.keycap-base .keyroof .keylabel.vcenter{align-items:center}.keycap-base .keyroof .keylabel.vbottom{align-items:flex-end}.keycap-base .keyroof .keylabel.keylabel-icon{flex-direction:column;align-items:center;justify-content:center;gap:2px;padding:2px;box-sizing:border-box}.keycap-base .keyroof .keylabel.keylabel-icon .key-glyph{font-size:18px;line-height:1;color:#fff;flex-shrink:0}.keycap-base .keyroof .keylabel.keylabel-icon .label._icon{position:static;width:100%;text-align:center;font-size:.5rem;line-height:1.08;color:#fff;white-space:normal;overflow-wrap:anywhere;word-break:break-word;-webkit-hyphens:auto;hyphens:auto;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.keycap-base .keyroof .keylabel .label{position:absolute;font-size:.7rem;line-height:1.1;width:110%;overflow-wrap:anywhere}.keycap-base .keyroof .keylabel .label.debug{width:100%;padding:0}.keycap-base .keyroof .keylabel ._m{font-size:.7rem}.keycap-base .keyroof .keylabel ._s{font-size:.6rem}.keycap-base .keyroof .keylabel .keycode-label{font-weight:500;color:#fff}.keycap-base .keyroof .keylabel .modifier{color:#fff;font-size:.6rem;width:124%}.keycap-base .keyroof .keylabel .left{text-align:left;padding-left:2px}.keycap-base .keyroof .keylabel .center{text-align:center}.keycap-base .keyroof .keylabel .right{text-align:right;padding-right:8px;color:#fff}.keycap-base .keyroof .color-modifier{background-color:#4a4a4a!important}.keycap-base .keyroof .color-accent{background-color:#6a6a6a!important}.keycap-base .keyroof .diff-dot{position:absolute;top:8px;right:8px}.keycap-base .pointer-pass-through{pointer-events:none}.holdkey-desc{font-size:.8rem;margin-bottom:8px;color:#fff}.customkey-auto-select-item{position:relative;display:flex;flex-direction:column;padding:4px 0;font-size:.87rem;width:100%}.customkey-auto-select-item .keycode-auto-label-wrapper{display:flex;flex-direction:row}.customkey-auto-select-item .keycode-auto-label-wrapper .keycode-auto-label{flex-grow:1}.customkey-auto-select-item .keycode-auto-label-wrapper .keycode-auto-category{color:#fff}.customkey-auto-select-item .keycode-auto-desc{font-size:.8rem;color:#fff}.content{display:flex;position:relative;flex-direction:column;height:100%;overflow:hidden}.content.fit-display-height{height:100%}.content .phase-processing-wrapper{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;padding-top:32px;background-color:#000;flex:1 1;width:100%}.keyboardlist-wrapper{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 40px;background-color:#000;background-image:radial-gradient(circle at 50% 50%,rgba(255,101,0,.05) 0%,transparent 70%);flex:1 1}.keyboardlist-wrapper .message{padding:16px;margin-bottom:40px;font-size:1.2rem;font-weight:300;text-align:center;color:#ffffffb3;max-width:500px;line-height:1.6}.keyboardlist-wrapper .message .icons-row{display:flex;align-items:center;justify-content:center;gap:20px;margin:24px 0;color:#ff6500}.keyboardlist-wrapper .message .arrow-animation{width:50px;opacity:.5;animation:fluffy 3s ease infinite}@keyframes fluffy{0%,5%,10%,50%,to{transform:translate(0)}20%{transform:translate(-10px)}30%{transform:translate(10px)}}.keyboardlist-wrapper .keyboardlist{width:400px;height:380px;overflow-y:auto;background:#ffffff05;border:1px solid rgba(255,255,255,.08);border-radius:20px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:12px}.keyboardlist-wrapper .keyboardlist .keyboard-item{background:#ffffff05;border:1px solid rgba(255,255,255,.05);border-radius:12px;padding:20px;margin-bottom:12px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.keyboardlist-wrapper .keyboardlist .keyboard-item:hover{background:#ff650014;border-color:#ff650066;transform:translateY(-2px);box-shadow:0 10px 30px #0000004d}.keyboardlist-wrapper .keyboardlist .keyboard-item:hover:after{left:0}.keyboardlist-wrapper .keyboardlist .keyboard-item:hover h3{color:#ff6500}.keyboardlist-wrapper .keyboardlist .keyboard-item:after{content:"";position:absolute;bottom:0;left:-100%;width:100%;height:3px;background:linear-gradient(90deg,#ff6500,#ff8533);transition:left .3s ease}.keyboardlist-wrapper .keyboardlist .keyboard-item h3{font-weight:800;font-size:1.1rem;margin:0 0 4px;color:#fff;transition:color .2s ease}.keyboardlist-wrapper .keyboardlist .keyboard-item h3.another{font-weight:700;font-size:1rem;color:#ff6500;text-align:center;margin:0}.keyboardlist-wrapper .keyboardlist .keyboard-item .device-ids{font-family:JetBrains Mono,Roboto Mono,monospace;font-weight:400;font-size:.7rem;color:#fff6;letter-spacing:.05em}.keyboardlist-wrapper .keyboardlist::-webkit-scrollbar{width:6px}.keyboardlist-wrapper .keyboardlist::-webkit-scrollbar-track{background:transparent}.keyboardlist-wrapper .keyboardlist::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:10px}.keyboardlist-wrapper .keyboardlist::-webkit-scrollbar-thumb:hover{background:#fff3}.keyboardlist-wrapper .opening-keyboard{position:absolute;top:0;right:0;bottom:0;left:0;background:#000000b3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:10;display:flex;align-items:center;justify-content:center;border-radius:20px}.keyboarddefinitionform-wrapper{position:relative;display:flex;flex-direction:column;justify-content:center;background-color:#000;flex:1 1;width:100%}.keyboarddefinitionform-wrapper .initializing{position:relative;width:320px;height:320px;padding:8px;display:flex;flex-direction:column;justify-content:center;align-items:center;margin:0 auto}.keyboarddefinitionform-wrapper .drop-target{width:300px;height:280px;border-radius:10px;border:1px dashed rgba(0,0,0,.2);display:flex;flex-direction:row;justify-content:center;align-items:center;color:#0003;font-size:1rem;font-weight:400}.keyboarddefinitionform-wrapper .drop-target-active{border:2px dashed rgba(0,0,0,.2);font-weight:700}.keyboarddefinitionform-wrapper{position:relative;display:flex;flex-direction:column;justify-content:center;background-color:#000;flex:1 1}.keyboarddefinitionform-wrapper .message{margin:0 auto;padding:16px 0;font-size:1rem;overflow-wrap:anywhere}.keyboarddefinitionform-wrapper .message.message-small{font-size:.87rem}.keyboarddefinitionform-wrapper .upload-form{position:relative;width:320px;border:1px solid rgba(0,0,0,.2);padding:8px;display:flex;flex-direction:column;justify-content:center;align-items:center;margin:0 auto}.keyboarddefinitionform-wrapper .upload-form.area-small{width:200px}.keyboarddefinitionform-wrapper .upload-form.area-small .drop-target{width:180px;height:180px}.keyboarddefinitionform-wrapper .upload-form .place-holder div{text-align:center}.keyboarddefinitionform-wrapper .upload-form .place-holder .import-file input{display:none}.keyboarddefinitionform-wrapper .upload-form .drop-target{width:300px;height:280px;border-radius:10px;border:1px dashed rgba(0,0,0,.2);display:flex;flex-direction:row;justify-content:center;align-items:center;color:#0003;font-size:1rem;font-weight:400}.keyboarddefinitionform-wrapper .upload-form .drop-target-active{border:2px dashed rgba(0,0,0,.2);font-weight:700}.keyboarddefinitionform-wrapper .upload-form .keyboarddefinitionform-loading{position:absolute;display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;width:100%;background-color:#ffffffe6}.keyboarddefinitionform-wrapper .validation-errors{width:100%;max-width:853px;margin:8px auto}.keyboarddefinitionform-wrapper .validation-errors #other-possibilities .MuiAccordionDetails-root{flex-direction:column}.keyboarddefinitionform-wrapper .invalid-item{margin-top:8px;overflow-wrap:anywhere}@keyframes click-key{0%{opacity:1;transform:scale(1)}7%{opacity:.86;transform:scale(.95)}20%{opacity:1;transform:scale(1)}}.logo-m{transform-origin:39% 50%;animation:click-key 2.1s linear 0s infinite}.logo-a{transform-origin:64% 50%;animation:click-key 2.1s linear .7s infinite}.logo-p{transform-origin:89% 50%;animation:click-key 2.1s linear 1.4s infinite}.remap-container{display:flex;flex-direction:row;height:100%;gap:0;overflow:hidden;padding-left:0;background-color:#101010;scrollbar-width:none;-ms-overflow-style:none}.remap-container::-webkit-scrollbar{display:none!important;width:0!important;height:0!important}.keyboard-wrapper{position:relative;width:70%;margin-top:0;z-index:1;overflow:hidden;display:flex;justify-content:center;align-items:center;transform:scale(1.15);transform-origin:center center;min-height:calc(100vh - 83px);background-color:transparent;scrollbar-width:none;-ms-overflow-style:none}.keyboard-wrapper::-webkit-scrollbar{display:none!important;width:0!important;height:0!important}@media (max-width: 1050px){.keyboard-wrapper{width:65%;transform:scale(.95);overflow:hidden}}@media (max-width: 850px){.keyboard-wrapper{width:60%;transform:scale(.85);overflow:hidden}}.keyboard-wrapper .controller{display:flex;flex-direction:row;padding:16px;background-color:transparent}.keyboard-wrapper .controller .switch{display:flex;margin-left:auto}.keyboard-wrapper .keymap,.keyboard-wrapper .macro{display:flex;flex-direction:column;padding-bottom:32px;background-color:transparent}.keycode{display:flex;position:relative;flex-direction:column;width:30%;margin:0;padding:16px 20px 32px;background-color:#141414;border-left:1px solid #292929;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none}.keycode::-webkit-scrollbar{display:none!important;width:0!important;height:0!important}@media (max-width: 1050px){.keycode{width:35%;padding:12px 14px 28px}}@media (max-width: 850px){.keycode{width:40%;padding:10px 10px 24px}}.keycode .disable{position:absolute;width:100%;height:100%;background:#000c;margin-left:-16px;margin-top:-16px}.keycode-desc{display:flex;width:100%;padding:4px 16px;background-color:#0009;position:fixed;bottom:0;color:#fff;z-index:3}.keycode-desc .keycode-desc-detail{margin-left:auto}:root{--switch-width: 140px}.keycodes{display:flex;flex-direction:row;flex-wrap:wrap;max-width:100%;margin:0;gap:8px;justify-content:flex-start;padding:8px}.keycodes .sub-category-keys{display:flex;flex-direction:row;flex-wrap:wrap;gap:8px;width:100%}.keycodes .sub-accordion{background:#141414!important;border:1px solid #292929!important;border-radius:12px!important;margin-bottom:4px;box-shadow:none!important;width:100%!important;transition:all .3s ease!important}.keycodes .sub-accordion:before{display:none}.keycodes .sub-accordion .MuiAccordionSummary-root{min-height:40px!important;padding:0 16px;transition:all .2s ease}.keycodes .sub-accordion .MuiAccordionSummary-root:hover{background:#ffffff08}.keycodes .sub-accordion .sub-accordion-title{font-size:.85rem;font-weight:600;color:#ffffff80;letter-spacing:.1em;text-transform:uppercase;font-family:Inter,sans-serif;transition:color .2s ease}.keycodes .sub-accordion .MuiAccordionDetails-root{padding:12px;overflow:hidden;background:#101010;border-radius:0 0 12px 12px;border-top:1px solid #292929}.keycodes .sub-accordion.Mui-expanded{background:#ffffff08!important;border-color:#ff65004d!important;margin-bottom:8px}.keycodes .sub-accordion.Mui-expanded .sub-accordion-title,.keycodes .sub-accordion.Mui-expanded .MuiAccordionSummary-expandIconWrapper{color:#ff6500}.key-categories{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:16px 20px;margin-bottom:8px;position:-webkit-sticky;position:sticky;top:0;z-index:100;background:#141414;border-bottom:1px solid #292929}.key-categories .keycodes-search{width:100%}.key-categories .keycodes-search .MuiInputBase-root{background:#101010;border-radius:12px;border:1px solid #292929;transition:all .3s cubic-bezier(.4,0,.2,1);height:48px}.key-categories .keycodes-search .MuiInputBase-root:hover{background:#141414;border-color:#333}.key-categories .keycodes-search .MuiInputBase-root.Mui-focused{background:#101010;border-color:#ff6500;box-shadow:none}.key-categories .keycodes-search .MuiInputBase-root.Mui-focused fieldset,.key-categories .keycodes-search .MuiInputBase-root fieldset{border:none}.key-categories .keycodes-search svg{color:#969696;margin-left:12px;transition:color .3s ease}.key-categories .keycodes-search.Mui-focused svg{color:#ff6500}.key-categories .keycodes-search .MuiInputBase-input{padding:0 16px;color:#f2f2f2;font-weight:500;font-size:.95rem;font-family:MainFont,-apple-system,sans-serif!important}.key-categories .keycodes-search .MuiInputBase-input::placeholder{font-family:MainFont,-apple-system,sans-serif!important;color:#666;opacity:1}.search-results{display:flex;flex-direction:row;flex-wrap:wrap;gap:8px;padding:16px;width:100%;box-sizing:border-box}.search-results .keycodekey{width:calc(25% - 6px);min-width:100px}.accordion-list{padding:8px 16px}.accordion-list .key-accordion{background:#141414!important;border:1px solid #292929!important;border-radius:12px!important;margin-bottom:8px!important;box-shadow:none!important;transition:all .2s cubic-bezier(.4,0,.2,1)!important;overflow:hidden}.accordion-list .key-accordion:before{display:none}.accordion-list .key-accordion .MuiAccordionSummary-root{min-height:48px!important;padding:0 24px}.accordion-list .key-accordion .MuiAccordionSummary-root:hover{background:#ffffff0a}.accordion-list .key-accordion.Mui-expanded{background:#141414!important;border-color:#ff6500!important;margin-bottom:12px!important}.accordion-list .key-accordion.Mui-expanded .accordion-title{color:#ff6500}.accordion-list .key-accordion.Mui-expanded .accordion-title:after{display:none}.accordion-list .key-accordion.Mui-expanded .MuiAccordionSummary-expandIconWrapper{color:#ff6500;transform:rotate(180deg)}.accordion-list .key-accordion .accordion-title{font-weight:600;font-size:.95rem;letter-spacing:.05em;color:#f2f2f2;text-transform:uppercase;font-family:MainFont,-apple-system,sans-serif;position:relative;display:inline-block}.accordion-list .key-accordion .accordion-title:after{display:none}.accordion-list .key-accordion .MuiAccordionDetails-root{padding:4px 12px 12px;border-top:1px solid #292929;background:#101010}.macro-wrapper{display:flex;flex-direction:column;padding:16px}.macro-wrapper .macro{background:#0003;border-radius:16px;border:1px solid rgba(255,255,255,.05);padding:24px}.macro-wrapper .macro textarea{width:100%;height:140px;background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:12px;color:#fff;padding:20px;font-family:JetBrains Mono,monospace;font-size:.9rem;line-height:1.6;resize:none;transition:all .2s ease}.macro-wrapper .macro textarea:focus{outline:none;border-color:#ff6500;background:#ffffff0d;box-shadow:0 0 20px #ff65001a}.anykey-dialog input{padding-right:18px}.anykey-dialog .hex-code-wrapper{display:flex;position:relative;margin-top:16px}.anykey-dialog .hex-code-wrapper .hex-code{position:absolute;top:21px;font-size:1rem;color:#fff}.anykey-dialog .hex-code-wrapper input{padding-left:18px;padding-right:0}.keycodekey{width:100%;height:38px;border:1px solid #292929;border-radius:10px;display:flex;flex-direction:row;align-items:center;justify-content:center;background-color:#141414;color:#f2f2f2;margin-bottom:6px;padding:0 12px;z-index:1;position:relative;transition:all .2s cubic-bezier(.4,0,.2,1);box-sizing:border-box}.keycodekey:hover{background-color:#1d1d1d;border-color:#333;transform:none;box-shadow:none}.keycodekey:hover .code-label{color:#fff}.keycodekey.selected{background:#ff65001a;border-color:#ff6500;box-shadow:none}.keycodekey.grabbable{cursor:grab}.keycodekey.dragging{cursor:grabbing;z-index:100;opacity:.6;transform:scale(1.05)}.keycodekey.addkey{background-color:#ff650008;border:1px dashed rgba(255,101,0,.4)}.keycodekey.addkey:hover{background-color:#ff65001a;border-color:#ff6500}.keycodekey .edit-icon{position:absolute;bottom:2px;right:2px;cursor:pointer;opacity:.5;transition:opacity .2s ease}.keycodekey .edit-icon:hover{opacity:1}.keycodekey .edit-icon svg{width:12px;height:12px;color:#ff6500}.keycodekey .code-label{display:flex;justify-content:center;align-items:center;text-align:center;line-height:1;font-size:.85rem;font-weight:700;overflow-wrap:anywhere;overflow:hidden;padding:0 4px;white-space:nowrap;width:100%;color:#fffc}.keycodekey .code-label .code-row{display:flex;flex:1;justify-content:center;align-items:center}.keycodekey .code-label .code-row-center{flex:2}.keycodekey .code-label .code-row-right{color:#fff6;font-size:.6rem;font-weight:400;position:absolute;right:8px}.keycodekey .modifier-label{color:#ff6500;font-size:.6rem;font-weight:800;text-transform:uppercase;margin-right:4px;opacity:.7}.keydiff-wrapper{display:none;flex-direction:row;justify-content:center;height:0;z-index:3}.keydiff-wrapper .diff{display:flex;flex-direction:row;justify-content:center;margin-bottom:8px}.keydiff-wrapper .diff .test-matrix-message{z-index:2;color:#fff;display:flex;flex-direction:column;justify-content:center}.keydiff-wrapper .diff .test-matrix-message h3{margin:0}.keydiff-wrapper .diff .close-test-matrix{display:flex;z-index:2;margin-left:auto;margin-top:auto}.keydiff-wrapper .diff .close-test-matrix button{color:#fff}.keydiff-wrapper .label-lang{display:flex;justify-content:flex-start;align-items:center;padding:16px}.keydiff-wrapper .label-lang,.keydiff-wrapper .balancer{min-width:80px}.keyboards-wrapper{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 40px;background-color:transparent;min-height:calc(100vh - 56px);width:100%;box-sizing:border-box;overflow:hidden;scrollbar-width:none;-ms-overflow-style:none}.keyboards-wrapper::-webkit-scrollbar{display:none!important;width:0!important;height:0!important}@media (max-width: 1050px){.keyboards-wrapper{padding:24px 12px}}.keyboards-wrapper .layer-info-container{display:flex;justify-content:center;width:100%;margin-bottom:24px;z-index:10}.keyboards-wrapper .keyboards-row{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:24px;width:100%}@media (max-width: 1050px){.keyboards-wrapper .keyboards-row{gap:12px}}.keyboards-wrapper .keyboards-row .layer-wrapper{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;min-width:140px;padding:16px;background:#181818;border:1px solid #292929;border-radius:12px;z-index:10;box-shadow:0 8px 32px #0006;position:-webkit-sticky;position:sticky;top:100px;flex-shrink:0}@media (max-width: 1050px){.keyboards-wrapper .keyboards-row .layer-wrapper{min-width:100px;padding:10px}}.keyboards-wrapper .keyboards-row .layer-wrapper .MuiPagination-ul{flex-direction:column;gap:12px;width:100%}.keyboards-wrapper .keyboards-row .keyboard-column{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;flex-shrink:0}.keyboards-wrapper .keyboards-row .default-layer-info{display:flex;align-items:center;justify-content:center;position:relative;font-family:Inter,sans-serif;font-size:11px;text-transform:uppercase;letter-spacing:.25em;color:#ff6500e6;background:#141414;padding:8px 16px;border-radius:8px;border:1px solid #292929;margin-bottom:0;min-height:48px;height:48px;width:546px;text-align:center;font-weight:700;box-sizing:border-box;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media (max-width: 1050px){.keyboards-wrapper .keyboards-row .default-layer-info{max-width:546px;width:100%;font-size:10px;letter-spacing:.12em;height:38px;min-height:38px;padding:4px 10px}}.keyboards-wrapper .keyboards-row .keyboards{display:flex;flex-direction:row;justify-content:center;align-items:flex-start;position:relative;z-index:2;padding:24px;zoom:1.3}@media (max-width: 1050px){.keyboards-wrapper .keyboards-row .keyboards{zoom:1.05;padding:10px}}@media (max-width: 850px){.keyboards-wrapper .keyboards-row .keyboards{zoom:.9;padding:6px}}.keyboards-wrapper .keyboards-row .keyboards .keyboard-root{display:flex;justify-content:center;align-items:center;background-color:#181818;border:1px solid #292929;padding:20px;border-radius:12px;box-shadow:0 12px 48px #00000080;transition:box-shadow .2s ease,border-color .2s ease}.keyboards-wrapper .keyboards-row .keyboards .keyboard-root:hover{box-shadow:0 16px 64px #0009;border-color:#333}.keyboards-wrapper .keyboards-row .keyboards .keyboard-root .keyboard-frame{width:100%;position:relative}.keyboards-wrapper .keyboards-row .keyboards .app-info{position:absolute;right:24px;bottom:-32px;font-family:JetBrains Mono,monospace;font-size:.65rem;text-transform:uppercase;letter-spacing:.15em;color:#ff650080;font-weight:700}.diff-frame{display:flex;flex-direction:row;justify-content:center;align-items:center;padding-top:8px}.diff-frame .spacer{width:94px}.diff-frame .key-orig,.diff-frame .key-dest{position:relative}.diff-frame .key-orig .keycodekey,.diff-frame .key-dest .keycodekey{margin:0!important}.diff-frame .arrow{margin:0 16px}.diff-frame .cancel-button{margin-left:8px}.customkey-popover .customkey-tabs-container{margin-bottom:24px;border-bottom:1px solid #292929}.customkey-popover .customkey-tabs-container .MuiTabs-root{min-height:32px}.customkey-popover .MuiTab-root{min-width:0!important;min-height:32px;padding:0 16px 8px;margin-right:8px;font-weight:500;letter-spacing:0;text-transform:none;font-size:13px;transition:all .15s ease;opacity:1;color:#8a8a8a}.customkey-popover .MuiTab-root.Mui-selected{color:#ff6500}.customkey-popover .MuiTab-root:hover{color:#f2f2f2}.customkey-popover .MuiTabs-indicator{height:2px;background:#ff6500;border-radius:2px 2px 0 0}.customkey-popover .MuiPopover-paper{overflow-x:visible;overflow-y:visible;margin-top:-12px;box-shadow:0 10px 40px #00000080}.customkey-popover .MuiPaper-root{background-color:#000!important;background-image:linear-gradient(135deg,#ffffff08,#fff0)!important;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;border:1px solid rgba(255,255,255,.08);border-radius:12px}.customkey-popover .MuiPaper-root:before{content:"";position:absolute;display:block;width:0;height:0;left:185px;bottom:-12px;border-top:12px solid #000000;border-right:12px solid transparent;border-left:12px solid transparent;z-index:1}.customkey-popover .MuiPaper-root:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-radius:12px;pointer-events:none;box-shadow:inset 0 0 20px #ff65000d}.customkey-popover .MuiPaper-root .customkey-tabpanel{position:relative;padding:20px}.customkey-popover .MuiPaper-root .customkey-body{width:400px;min-height:280px;display:flex;flex-direction:column;padding:24px 32px;background:#0f0f0f66;-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);border-radius:12px;border:1px solid rgba(255,255,255,.08);box-shadow:0 12px 48px #0009,inset 0 0 20px #0000004d}.customkey-popover .MuiPaper-root .customkey-body .customkey-field{margin-bottom:20px}.customkey-popover .MuiPaper-root .customkey-body .customkey-field-hex{margin-top:8px}.customkey-popover .MuiPaper-root .customkey-body .customkey-label{width:100%}.customkey-popover .MuiPaper-root .customkey-body .customkey-label .MuiInputBase-input{font-weight:700;font-size:1.1rem}.customkey-popover .MuiPaper-root .customkey-body .customkey-description{margin-bottom:24px;font-size:13px;font-weight:400;color:#5f5f5f;line-height:1.5;max-width:320px;opacity:1}.customkey-popover .MuiPaper-root .customkey-body .customkey-code div:before{content:"0x";margin-left:16px;color:#fff6}.customkey-popover .MuiPaper-root .customkey-body .customkey-code input{padding-left:2px;font-family:JetBrains Mono,Roboto Mono,monospace}.customkey-popover .MuiPaper-root .customkey-body .MuiTextField-root .MuiInputBase-root{background-color:#ffffff08;border-radius:8px}.customkey-popover .MuiPaper-root .customkey-body .MuiTextField-root .MuiInputBase-root fieldset{border-color:#ffffff1a}.customkey-popover .MuiPaper-root .customkey-body .MuiTextField-root .MuiInputBase-root.Mui-focused fieldset{border-color:#ff6500}.customkey-popover .MuiPaper-root .customkey-body .MuiTextField-root .MuiInputLabel-root{color:#fff6}.customkey-popover .MuiPaper-root .customkey-body .MuiTextField-root .MuiInputLabel-root.Mui-focused{color:#ff6500}.customkey-popover .MuiPaper-root .modifiers-label{font-weight:800;text-transform:uppercase;font-size:.75rem;letter-spacing:.1em;color:#ffffff80;margin-bottom:12px;display:block}.popover-below .MuiPaper-root{margin-top:12px}.popover-below .MuiPaper-root:before{top:-12px;bottom:auto;border-top:0;border-bottom:12px solid #000000}.popover-right .MuiPaper-root{margin-left:12px}.popover-right .MuiPaper-root:before{left:-12px;bottom:auto;top:50%;margin-top:-6px;border-top:6px solid transparent;border-bottom:6px solid transparent;border-right:12px solid #000000;border-left:0}.popover-left .MuiPaper-root{margin-right:12px}.popover-left .MuiPaper-root:before{right:-12px;left:auto;bottom:auto;top:50%;margin-top:-6px;border-top:6px solid transparent;border-bottom:6px solid transparent;border-left:12px solid #000000;border-right:0}.customkey-desc{font-size:.8rem;color:#fff;height:30px;padding-top:4px}.tab-app-launch{padding:0;color:#f2f2f2;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}.tab-app-launch .save-toast{display:flex;align-items:center;gap:8px;color:#4fc3f7;font-size:13px;margin-bottom:24px}.tab-app-launch .save-toast .MuiSvgIcon-root{font-size:16px}.tab-app-launch .current-assignment{margin-bottom:24px}.tab-app-launch .current-assignment .section-label{font-size:11px;font-weight:500;color:#5f5f5f;letter-spacing:.05em;margin-bottom:6px}.tab-app-launch .current-assignment .assignment-value{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:500;color:#f2f2f2}.tab-app-launch .current-assignment .assignment-value .icon{color:#4fc3f7;font-size:16px}.tab-app-launch .current-assignment .assignment-value .value-text{font-size:14px;font-weight:500}.tab-app-launch .current-assignment .assignment-value.empty-text{color:#5f5f5f;font-style:italic}.tab-app-launch .action-type-selector{display:flex;background:#111;border-radius:8px;padding:4px;margin-bottom:20px;border:1px solid #292929}.tab-app-launch .action-type-selector .selector-option{flex:1;text-align:center;padding:8px 12px;font-size:13px;font-weight:500;color:#8a8a8a;border-radius:6px;cursor:pointer;transition:all .15s ease}.tab-app-launch .action-type-selector .selector-option:hover{color:#f2f2f2}.tab-app-launch .action-type-selector .selector-option.active{background:#ff650026;color:#ff6500}.tab-app-launch .input-label{font-size:11px;font-weight:500;color:#5f5f5f;letter-spacing:.05em;margin-bottom:8px;text-transform:uppercase}.tab-app-launch .modern-input{width:100%;background:#171717;border:1px solid #292929;border-radius:8px;padding:0 14px;height:44px;color:#f2f2f2;font-size:14px;font-family:inherit;transition:all .15s ease;box-sizing:border-box;outline:none}.tab-app-launch .modern-input:focus{border-color:#ff6500}.tab-app-launch .modern-input::placeholder{color:#5f5f5f}.tab-app-launch .modern-input[readonly]{cursor:pointer}.tab-app-launch .url-input-section,.tab-app-launch .app-input-section{margin-bottom:16px}.tab-app-launch .app-input-section .app-input-wrapper{display:flex;gap:8px}.tab-app-launch .app-input-section .app-input-wrapper .app-input{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tab-app-launch .app-input-section .app-input-wrapper .browse-button{background:#292929;color:#f2f2f2;height:44px;border-radius:8px;padding:0 16px;font-size:13px;font-weight:500;text-transform:none}.tab-app-launch .app-input-section .app-input-wrapper .browse-button:hover{background:#3a3a3a}.tab-app-launch .remove-button{display:block;margin:24px auto 0;color:#8a8a8a;font-size:12px;text-transform:none;background:transparent;border:none;padding:4px 8px;transition:all .15s ease}.tab-app-launch .remove-button:hover{color:#f44336;background:transparent}.app-selector-dialog .MuiPaper-root{background:#181818!important;color:#f2f2f2;border:1px solid #292929!important;border-radius:12px!important;box-shadow:0 8px 32px #0006!important;overflow:hidden;font-family:Inter,-apple-system,sans-serif}.app-selector-dialog .MuiDialogTitle-root{font-family:MainFont,-apple-system,sans-serif;font-weight:600;font-size:20px;padding:24px 32px 12px;color:#f2f2f2;text-transform:none;letter-spacing:normal}.app-selector-dialog .MuiDialogTitle-root:after{display:none}.app-selector-dialog .MuiDialogContent-root{padding:0 32px 24px}.app-selector-dialog .MuiDialogContent-root .description-text{color:#969696;font-size:13px;line-height:1.5;margin-bottom:24px}.app-selector-dialog .secondary-button{background:#141414;border:1px solid #292929;color:#f2f2f2;border-radius:8px;height:40px;font-size:13px;font-weight:500;text-transform:none;transition:all .15s ease;box-shadow:none}.app-selector-dialog .secondary-button:hover{background:#1d1d1d;border-color:#333}.app-selector-dialog .secondary-button .MuiButton-startIcon{color:#666}.app-selector-dialog .dialog-divider{border-color:transparent!important;margin:24px 0}.app-selector-dialog .dialog-divider:before,.app-selector-dialog .dialog-divider:after{border-top:1px solid #292929!important}.app-selector-dialog .dialog-divider .divider-text{color:#666;font-size:11px;font-weight:500;text-transform:uppercase;letter-spacing:.05em}.app-selector-dialog .modern-input{width:100%;background:#141414;border:1px solid #292929;border-radius:8px;padding:0 14px;height:44px;color:#f2f2f2;font-size:14px;font-family:inherit;transition:all .15s ease;box-sizing:border-box;outline:none;margin-bottom:16px}.app-selector-dialog .modern-input:focus{border-color:#ff6500}.app-selector-dialog .modern-input::placeholder{color:#666}.app-selector-dialog .app-list{background:transparent;border:none;padding:0;margin-top:8px}.app-selector-dialog .app-list .MuiListItemButton-root{border-radius:6px;margin-bottom:4px;transition:all .1s ease;padding:8px 12px;border:1px solid transparent}.app-selector-dialog .app-list .MuiListItemButton-root:hover{background:#1d1d1d}.app-selector-dialog .app-list .MuiListItemButton-root.Mui-selected{background:#ff650026!important;border-color:transparent;box-shadow:none}.app-selector-dialog .app-list .MuiListItemButton-root.Mui-selected .MuiListItemText-primary{color:#ff6500;font-weight:600}.app-selector-dialog .app-list .MuiListItemButton-root.Mui-selected .MuiListItemText-secondary{color:#ff6500b3}.app-selector-dialog .app-list .MuiListItemButton-root .MuiListItemText-primary{font-family:Inter,-apple-system,sans-serif;font-weight:500;font-size:14px;color:#f2f2f2;letter-spacing:0}.app-selector-dialog .app-list .MuiListItemButton-root .MuiListItemText-secondary{font-size:12px;color:#666;font-family:inherit;margin-top:2px}.app-selector-dialog .MuiList-root::-webkit-scrollbar{width:6px}.app-selector-dialog .MuiList-root::-webkit-scrollbar-track{background:transparent}.app-selector-dialog .MuiList-root::-webkit-scrollbar-thumb{background:#292929;border-radius:6px}.app-selector-dialog .MuiList-root::-webkit-scrollbar-thumb:hover{background:#333}.app-selector-dialog .MuiDialogActions-root{padding:16px 32px 24px;background-color:transparent;border-top:1px solid #292929}.app-selector-dialog .MuiButton-root{border-radius:8px;font-weight:600;text-transform:none;font-size:13px;padding:8px 16px}.app-selector-dialog .MuiButton-text{color:#969696}.app-selector-dialog .MuiButton-text:hover{color:#f2f2f2;background-color:#1d1d1d}.app-selector-dialog .MuiButton-containedPrimary{background:#ff6500;color:#fff;box-shadow:none;height:40px}.app-selector-dialog .MuiButton-containedPrimary:hover{background:#ff8533;box-shadow:none;transform:none}.app-selector-dialog .MuiButton-containedPrimary:disabled{background:#ff65004d;color:#ffffff4d;box-shadow:none}.keymap-menu{display:flex;flex-direction:column;justify-content:center;align-items:center;min-width:120px;padding:20px 16px;background:#ffffff05;border:1px solid rgba(255,255,255,.08);border-radius:20px;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:10;box-shadow:0 10px 40px #0006;position:-webkit-sticky;position:sticky;top:100px;gap:8px}.keymap-menu .keymap-menu-item{display:flex;justify-content:center;align-items:center;width:100%}.keymap-menu-item-submenu .MuiListItemIcon-root{min-width:36px}.lighting-dialog .MuiPaper-root{background:#0f0f0f66!important;backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px);border:1px solid rgba(255,255,255,.08);border-radius:12px!important;box-shadow:0 12px 48px #0009,inset 0 0 20px #0000004d;color:#fff;overflow:hidden}.lighting-dialog .MuiDialogTitle-root{font-weight:800;font-size:1.25rem;letter-spacing:-.01em;padding:24px 32px;background:#ffffff05;border-bottom:1px solid rgba(255,255,255,.05);display:flex;align-items:center;justify-content:space-between;font-family:Inter,sans-serif}.lighting-dialog .close-dialog{position:static;display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;background:#ffffff0d;transition:all .2s ease}.lighting-dialog .close-dialog:hover{background:#ff650026;color:#ff6500;cursor:pointer;transform:rotate(90deg)}.lighting-dialog .lighting-dialog-content{display:flex;flex-direction:column;padding:32px!important;gap:24px;background:transparent}.lighting-dialog .lighting-dialog-content label{font-size:.75rem;font-weight:800;text-transform:uppercase;letter-spacing:.1em;color:#ffffff80;margin-bottom:8px;display:block;font-family:Inter,sans-serif}.lighting-dialog .lighting-dialog-content .MuiSelect-root,.lighting-dialog .lighting-dialog-content .MuiInputBase-root{background:#ffffff08;border-radius:8px;border:1px solid rgba(255,255,255,.1);transition:border-color .2s ease}.lighting-dialog .lighting-dialog-content .MuiSelect-root:hover,.lighting-dialog .lighting-dialog-content .MuiInputBase-root:hover{border-color:#ff650066}.lighting-dialog .lighting-dialog-content .MuiSelect-root.Mui-focused,.lighting-dialog .lighting-dialog-content .MuiInputBase-root.Mui-focused{border-color:#ff6500}.lighting-settings{padding:20px 24px;background:#0f0f0f66;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border-radius:12px;border:1px solid rgba(255,255,255,.08);box-shadow:0 12px 40px #00000080,inset 0 0 20px #0003}.lighting-settings h4{margin:0 0 16px;padding:0 0 8px;color:#ff6500;font-size:1rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;font-family:Inter,sans-serif;position:relative;display:inline-block;border-bottom:none}.lighting-settings h4:after{content:"";display:block;width:40px;height:3px;background:linear-gradient(90deg,#ff6500,transparent);margin-top:6px;border-radius:2px}.lighting-settings .lighting-label-disabled{opacity:.3!important}.lighting-settings .lighting-label{font-size:.75rem;margin-top:4px;margin-bottom:2px;font-weight:800;text-transform:uppercase;letter-spacing:.1em;color:#ffffff80;font-family:Inter,sans-serif;display:flex;align-items:center;gap:8px}.lighting-settings .lighting-value{width:100%;margin-top:4px}.lighting-settings .lighting-value .MuiSelect-select{background:#ffffff08;border-radius:8px;padding:12px 16px;font-family:Inter,sans-serif;font-size:.95rem;font-weight:600;color:#fff;border:1px solid rgba(255,255,255,.1);display:flex;align-items:center;transition:all .2s ease}.lighting-settings .lighting-value .MuiSelect-select:focus{background:#ffffff0f;border-color:#ff6500;box-shadow:0 0 15px #ff650026}.lighting-settings .lighting-value .MuiSelect-icon{color:#ff6500;transition:transform .2s ease}.lighting-settings .lighting-value:before,.lighting-settings .lighting-value:after{display:none}.lighting-settings .lighting-value .MuiSlider-root{color:#ff6500;height:6px}.lighting-settings .lighting-value .MuiSlider-root .MuiSlider-thumb{width:16px;height:16px;background-color:#fff;border:2px solid #ff6500}.lighting-settings .lighting-value .MuiSlider-root .MuiSlider-thumb:hover,.lighting-settings .lighting-value .MuiSlider-root .MuiSlider-thumb.Mui-focusVisible{box-shadow:0 0 0 8px #ff65001a}.lighting-settings .lighting-value .MuiSlider-root .MuiSlider-track{background:linear-gradient(90deg,#ff6500,#ff8533);border:none}.lighting-settings .lighting-value .MuiSlider-root .MuiSlider-rail{background-color:#ffffff1a;opacity:1}.lighting-settings .color-wheel{position:relative;text-align:center;background:#ffffff05;border-radius:16px;border:1px solid rgba(255,255,255,.05);display:flex;align-items:center;justify-content:center;min-height:180px;margin-right:16px;transition:all .3s ease}.lighting-settings .color-wheel.disabled{opacity:.3;filter:grayscale(1);pointer-events:none;cursor:not-allowed}.lighting-settings .color-wheel .reinvented-color-wheel{margin:0 auto}.lighting-settings .underglow-color{display:flex;flex-wrap:wrap;gap:12px 10px;margin-top:4px}.lighting-settings .underglow-color .underglow-color-value{flex:1;min-width:70px;padding-top:22px;position:relative}.lighting-settings .underglow-color .underglow-color-value .MuiInputBase-root{background:#ffffff08;border-radius:8px;padding:4px 12px;font-family:JetBrains Mono,monospace;font-size:.9rem;font-weight:600;color:#fff;height:48px;border:1px solid rgba(255,255,255,.08);transition:all .2s cubic-bezier(.4,0,.2,1)}.lighting-settings .underglow-color .underglow-color-value .MuiInputBase-root:after,.lighting-settings .underglow-color .underglow-color-value .MuiInputBase-root:before{display:none}.lighting-settings .underglow-color .underglow-color-value .MuiInputBase-root:hover{background:#ffffff0d;border-color:#fff3}.lighting-settings .underglow-color .underglow-color-value .MuiInputBase-root.Mui-focused{border-color:#ff6500;background:#ff65000a;box-shadow:0 0 15px #ff650033}.lighting-settings .underglow-color .underglow-color-value .MuiInputLabel-root{font-size:.65rem;color:#ff6500;font-weight:700;text-transform:uppercase;letter-spacing:.08em;pointer-events:none;position:absolute;top:0;left:0;transform:none!important}.lighting-settings .underglow-color .underglow-color-value .MuiInputLabel-root.Mui-focused,.lighting-settings .underglow-color .underglow-color-value .MuiInputLabel-root.MuiFormLabel-filled{color:#ff6500;transform:none!important}.lighting-settings .underglow-color .color-rgb{flex:2;min-width:130px}.MuiMenu-paper{background:#141414e6!important;-webkit-backdrop-filter:blur(20px)!important;backdrop-filter:blur(20px)!important;border:1px solid rgba(255,255,255,.1)!important;border-radius:12px!important;box-shadow:0 8px 32px #0006!important;margin-top:4px!important}.MuiMenu-paper .MuiMenuItem-root{font-size:.85rem;padding:10px 16px;font-family:Inter,sans-serif;color:#fffc;transition:all .2s ease}.MuiMenu-paper .MuiMenuItem-root:hover{background:#ff65001a!important;color:#fff}.MuiMenu-paper .MuiMenuItem-root.Mui-selected{background:linear-gradient(135deg,#ff6500,#cc5200)!important;color:#fff;font-weight:600}.MuiMenu-paper .MuiMenuItem-root.Mui-selected:hover{opacity:.9}.reinvented-color-wheel,.reinvented-color-wheel--hue-handle,.reinvented-color-wheel--hue-wheel,.reinvented-color-wheel--sv-handle,.reinvented-color-wheel--sv-space{touch-action:manipulation;touch-action:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none}.reinvented-color-wheel{position:relative;display:inline-block;line-height:0;border-radius:50%}.reinvented-color-wheel--hue-wheel{border-radius:50%}.reinvented-color-wheel--sv-space{position:absolute;left:0;top:0;right:0;bottom:0;margin:auto}.reinvented-color-wheel--hue-handle,.reinvented-color-wheel--sv-handle{position:absolute;box-sizing:border-box;border-radius:50%;border:2px solid #fff;box-shadow:0 0 0 1px #000 inset}.reinvented-color-wheel--hue-handle{pointer-events:none}.layout-option-root .MuiPopover-paper{overflow-x:visible;overflow-y:visible;margin-top:-12px}.layout-option-root .layout-option-popover{width:360px;font-size:.9rem}.layout-option-root .layout-option-popover .layout-option-header{padding:16px!important}.layout-option-root .layout-option-popover .layout-option-header{border-bottom:1px solid rgba(0,0,0,.2)}.layout-option-root .layout-option-popover .layout-option-header h2{margin:0}.layout-option-root .layout-option-popover .layout-option-header .layout-option-close-btn{text-align:center}.layout-option-component-list-content{padding:16px!important}.layout-option-component-list-option-label,.layout-option-component-list-option-value{display:flex;align-items:center}.layout-option-component-list-option-value{justify-content:flex-end}.layout-option-component-list-option-value-option-value-select{width:100%;font-size:.9rem}.keymaplist-root .keymaplist{padding:0 16px 8px}.keymaplist-root .keymaplist-popover{width:440px;max-height:500px;display:flex;flex-direction:column;background:#141414f2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.1);box-shadow:0 16px 48px #0009;border-radius:12px;overflow:hidden}.keymaplist-root .keymaplist-popover .keymaplist-header{display:flex;flex-direction:row;align-items:center;padding:16px 20px;background:#ffffff08;border-bottom:1px solid rgba(255,255,255,.05)}.keymaplist-root .keymaplist-popover .keymaplist-header h2{font-size:1.1rem;font-weight:800;text-transform:uppercase;letter-spacing:.1em;color:#ff6500;margin:0}.keymaplist-root .keymaplist-popover .keymaplist-header .keymaplist-header-buttons{margin-left:auto;display:flex;gap:8px}.keymaplist-root .keymaplist-popover .keymaplist-header .keymaplist-header-buttons .MuiButton-root{font-size:.7rem;font-weight:700;padding:6px 12px;border-radius:6px;color:#fff;background:#ffffff0d;border:1px solid rgba(255,255,255,.1)}.keymaplist-root .keymaplist-popover .keymaplist-header .keymaplist-header-buttons .MuiButton-root:hover{background:#ff6500;border-color:#ff6500}.keymaplist-root .keymaplist-popover .keymaplist-content{display:flex;flex-direction:column;padding:10px 0;overflow-y:scroll;overflow-x:hidden;-ms-overflow-style:none;scrollbar-width:none}.keymaplist-root .keymaplist-popover .keymaplist-content::-webkit-scrollbar{display:none}.keymaplist-root .keymaplist-popover .keymaplist-content .MuiTabs-root{padding:0 20px;min-height:48px;border-bottom:1px solid rgba(255,255,255,.03)}.keymaplist-root .keymaplist-popover .keymaplist-content .MuiTabs-root .MuiTab-root{min-width:80px;font-family:Inter,sans-serif;font-weight:700;font-size:.75rem;color:#ffffff80;text-transform:uppercase;letter-spacing:.05em}.keymaplist-root .keymaplist-popover .keymaplist-content .MuiTabs-root .MuiTab-root.Mui-selected{color:#ff6500}.keymaplist-root .keymaplist-popover .keymaplist-content .MuiTabs-root .MuiTabs-indicator{background:#ff6500;height:3px;border-radius:3px 3px 0 0}.keymaplist-root .keymaplist-popover .keymaplist-content .no-saved-keymap{padding:40px 20px;text-align:center;color:#fff6;font-size:.9rem}.keymaplist-root .keymaplist-popover .keymaplist-content .MuiListItem-root{transition:all .2s ease;border-radius:0;margin:2px 0}.keymaplist-root .keymaplist-popover .keymaplist-content .MuiListItem-root:hover{background:#ff65000d}.keymaplist-root .keymaplist-popover .keymaplist-content .MuiListItem-root:hover .MuiListItemText-primary{color:#ff6500}.keymaplist-root .keymaplist-popover .keymaplist-content .MuiListItemText-primary{color:#ffffffe6;font-size:.9rem;font-weight:600;transition:color .2s ease}.keymaplist-root .keymaplist-popover .keymaplist-content .MuiListItemText-secondary{color:#fff6;font-size:.75rem}.keymaplist-root .keymaplist-popover .request-signin{padding:24px 32px;text-align:center;background:#0f0f0f66;-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);border-radius:12px;margin:16px;border:1px solid rgba(255,255,255,.08);box-shadow:0 12px 48px #0009,inset 0 0 20px #0000004d}.keymaplist-root .keymaplist-popover .request-signin .request-signin-message{color:#fff;font-size:.95rem;font-weight:700;margin-bottom:24px;line-height:1.5;letter-spacing:-.01em}.keymaplist-root .keymaplist-popover .request-signin .preset-actions{display:flex;justify-content:center;gap:16px;margin-top:16px}.keymaplist-root .keymaplist-popover .request-signin .MuiButton-root{background:#ffffff05;border:1px solid rgba(255,255,255,.08);color:#ff6500;font-weight:800;padding:12px 24px;border-radius:8px;transition:all .2s cubic-bezier(.4,0,.2,1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.keymaplist-root .keymaplist-popover .request-signin .MuiButton-root:hover{background:#ff650026;border-color:#ff6500;transform:translateY(-2px);box-shadow:0 8px 24px #ff650040}.keymaplist-root .keymaplist-popover .request-signin .MuiButton-root:focus{border-color:#ff6500;box-shadow:0 0 15px #ff650033}.keymaplist-root .keymaplist-popover .request-signin .MuiButton-root .MuiButton-startIcon,.keymaplist-root .keymaplist-popover .request-signin .MuiButton-root .MuiButton-endIcon{color:#ff6500}.keymap-save-dialog .close-dialog{position:absolute;top:20px;right:20px}.keymap-save-dialog .close-dialog:hover{color:#ff8533;cursor:pointer}.keymap-save-dialog .keymap-save-content{width:540px;display:flex;flex-direction:column}.keymap-save-dialog .keymap-save-content .keymap-save-text-counter{text-align:right;color:#fff;margin-right:8px;margin-bottom:8px;top:-20px;position:relative}.keymap-save-dialog .keymap-save-footer{display:flex;flex-direction:row}.keymap-save-dialog .keymap-save-footer .keymap-save-savebtn{margin-left:auto}.auth-provider-dialog .close-dialog{position:absolute;top:20px;right:20px}.auth-provider-dialog .close-dialog:hover{color:#ff8533;cursor:pointer}.auth-provider-dialog-content{display:flex;flex-direction:column}.auth-provider-dialog-content-provider{display:inline-block;margin-left:8px}.osd-edit-container{padding:24px 32px;display:flex;flex-direction:column;gap:24px;width:min(900px,94vw);max-height:90vh;overflow-y:auto;overflow-x:hidden;background:#0f0f0f66;-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);border-radius:12px;border:1px solid rgba(255,255,255,.08);box-shadow:0 12px 48px #0009,inset 0 0 20px #0000004d}.osd-edit-container .section-title{font-size:1.1rem;font-weight:700;color:#fff;margin-bottom:8px;letter-spacing:.05em;text-transform:uppercase;position:relative;padding-bottom:8px}.osd-edit-container .section-title:after{content:"";position:absolute;bottom:0;left:0;width:40px;height:2px;background:linear-gradient(90deg,#ff6500,transparent)}.osd-edit-container .edit-controls-top{display:flex;gap:24px;align-items:stretch}.osd-edit-container .edit-controls-top .preview-section{flex:1;padding:20px;background:#ffffff08;border-radius:12px;border:1px solid rgba(255,255,255,.05)}.osd-edit-container .edit-controls-top .preview-section .keyboard-layout-grid{display:flex;flex-direction:column;gap:12px;align-items:center}.osd-edit-container .edit-controls-top .preview-section .keyboard-layout-grid .key-row{display:flex;gap:12px;align-items:center}.osd-edit-container .edit-controls-top .edit-form-side{width:280px;padding:20px;background:#ffffff08;border-radius:12px;border:1px solid rgba(255,255,255,.05);display:flex;flex-direction:column;gap:16px}.osd-edit-container .edit-controls-top .edit-form-side .input-field{display:flex;flex-direction:column;gap:6px}.osd-edit-container .edit-controls-top .edit-form-side .input-field label{font-size:.75rem;color:#ffffff80;font-weight:600;text-transform:uppercase}.osd-edit-container .edit-controls-top .edit-form-side .input-field input{background:#ffffff0a;border:1px solid rgba(255,255,255,.1);border-radius:8px;padding:10px 14px;color:#fff;font-size:.9rem;transition:all .2s ease}.osd-edit-container .edit-controls-top .edit-form-side .input-field input:focus{outline:none;border-color:#ff6500;box-shadow:0 0 0 2px #ff650033}.osd-edit-container .edit-controls-top .edit-form-side .input-field input:disabled{opacity:.4;cursor:not-allowed}.osd-edit-container .edit-controls-top .edit-form-side .preview-box{width:100px;height:100px;margin:0 auto;background:#ffffff0d;border:2px solid #ff6500;border-radius:16px;display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:1.1rem;font-weight:700;color:#fff;box-shadow:0 8px 24px #0000004d;text-align:center;padding:8px;line-height:1.2;gap:4px}.osd-edit-container .edit-controls-top .edit-form-side .preview-box .preview-icon{color:#fff}.osd-edit-container .edit-controls-top .edit-form-side .preview-box .preview-label{font-size:.65rem;opacity:.8;text-align:center;line-height:1.1}.osd-edit-container .edit-controls-top .edit-form-side .icon-clear-btn{margin:0 auto;font-size:.75rem;background:transparent;border:1px solid rgba(255,82,82,.4);color:#ff5252;padding:4px 12px;border-radius:6px;cursor:pointer;transition:.15s}.osd-edit-container .edit-controls-top .edit-form-side .icon-clear-btn:hover{background:#ff52521a}.osd-edit-container .edit-controls-bottom{display:flex;flex-direction:column;gap:12px;padding:20px;background:#ffffff08;border-radius:12px;border:1px solid rgba(255,255,255,.05)}.osd-edit-container .edit-controls-bottom .icon-search-input{background:#ffffff0a;border:1px solid rgba(255,255,255,.1);border-radius:8px;padding:10px 14px;color:#fff;font-size:.9rem;width:50%;transition:all .2s ease}.osd-edit-container .edit-controls-bottom .icon-search-input:focus{outline:none;border-color:#ff6500;box-shadow:0 0 0 2px #ff650026}.osd-edit-container .edit-controls-bottom .icon-search-input:disabled{opacity:.4;cursor:not-allowed}.osd-edit-container .edit-controls-bottom .icon-grid-full{display:grid;grid-template-columns:repeat(auto-fill,minmax(44px,1fr));gap:8px;max-height:200px;overflow-y:auto;padding-right:6px}.osd-edit-container .edit-controls-bottom .icon-grid-full::-webkit-scrollbar{width:4px}.osd-edit-container .edit-controls-bottom .icon-grid-full::-webkit-scrollbar-thumb{background:#ffffff26;border-radius:4px}.osd-edit-container .edit-controls-bottom .icon-grid-full .icon-grid-btn{aspect-ratio:1;background:#ffffff05;border:1px solid rgba(255,255,255,.06);border-radius:8px;cursor:pointer;transition:all .15s ease;display:flex;align-items:center;justify-content:center}.osd-edit-container .edit-controls-bottom .icon-grid-full .icon-grid-btn:hover{background:#ffffff14;border-color:#ffffff40}.osd-edit-container .edit-controls-bottom .icon-grid-full .icon-grid-btn.active{background:#ff650033;border-color:#ff6500;box-shadow:0 0 12px #ff65004d}.osd-edit-container .edit-controls-bottom .icon-grid-full .icon-grid-btn:disabled{opacity:.3;cursor:not-allowed}.osd-edit-container .edit-controls-bottom .icon-grid-full .icon-grid-btn .material-symbols-rounded{font-size:26px;color:#fff;opacity:.9}.osd-edit-container .edit-controls-bottom .icon-grid-full .icon-grid-btn.active .material-symbols-rounded{color:#fff;opacity:1;filter:drop-shadow(0 0 4px rgba(255,101,0,.5))}.osd-edit-container .key-selector{width:64px;height:64px;background:#ffffff05;border:1px solid rgba(255,255,255,.05);border-radius:8px;display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);position:relative}.osd-edit-container .key-selector:hover{background:#ffffff14;border-color:#fff3;transform:translateY(-2px)}.osd-edit-container .key-selector.selected{background:#ff650026;border-color:#ff6500;box-shadow:0 0 15px #ff65004d}.osd-edit-container .key-selector.selected .key-pos{color:#ff6500}.osd-edit-container .key-selector .key-pos{font-size:.6rem;color:#ffffff4d;position:absolute;top:4px;left:4px}.osd-edit-container .key-selector .key-icon-indicator{position:absolute;top:3px;right:3px;color:#ff6500}.osd-edit-container .key-selector .key-icon-indicator .material-symbols-rounded{font-size:14px}.osd-edit-container .key-selector .key-text{font-size:.85rem;font-weight:700;color:#fff;text-align:center;line-height:1.1;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;padding:0 4px}.osd-edit-container .encoder-selector{width:64px;height:64px;background:#ffffff05;border:1px solid rgba(255,255,255,.05);border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;position:relative}.osd-edit-container .encoder-selector:hover{background:#ffffff14;border-color:#fff3}.osd-edit-container .encoder-selector.selected{background:#ff650026;border-color:#ff6500;box-shadow:0 0 15px #ff65004d}.osd-edit-container .encoder-selector.selected .enc-icon{color:#ff6500}.osd-edit-container .encoder-selector .enc-icon{font-size:1.2rem;color:#ffffff80}.osd-edit-container .encoder-selector .key-text{font-size:.7rem;font-weight:700;color:#fff;text-align:center;max-width:50px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.osd-edit-container .actions{display:flex;justify-content:flex-end;gap:12px;border-top:1px solid rgba(255,255,255,.05);flex-wrap:wrap;position:-webkit-sticky;position:sticky;bottom:0;background:#0f0f0ff2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);margin:0 -32px -24px;padding:16px 32px 24px}.osd-edit-container .actions .btn{padding:10px 24px;border-radius:8px;font-weight:600;font-size:.9rem;cursor:pointer;transition:all .2s ease;border:none}.osd-edit-container .actions .btn-secondary{background:transparent;color:#fff9}.osd-edit-container .actions .btn-secondary:hover{color:#fff;background:#ffffff0d}.osd-edit-container .actions .btn-primary{background:linear-gradient(135deg,#ff6500,#ff8533);color:#000;box-shadow:0 4px 15px #ff65004d}.osd-edit-container .actions .btn-primary:hover{transform:translateY(-1px);box-shadow:0 6px 20px #ff650066}.osd-edit-container .actions .btn-danger{background:transparent;color:#ff5252}.osd-edit-container .actions .btn-danger:hover{background:#ff52521a}.osd-edit-container .layer-notice{display:flex;align-items:center;gap:12px;background:#ff65000d;padding:12px 16px;border-radius:8px;border:1px solid rgba(255,101,0,.1)}.osd-edit-container .layer-notice .layer-badge{background:#ff6500;color:#000;padding:2px 8px;border-radius:4px;font-size:.75rem;font-weight:800}.osd-edit-container .layer-notice .notice-text{font-size:.85rem;color:#ffffffb3}.osd-edit-dialog .MuiDialog-paper{background:transparent!important;box-shadow:none!important;border-radius:12px!important;overflow:hidden!important;max-width:none!important}.osd-edit-dialog #osd-edit-dialog-title{background:#1e1e1ef2;border-bottom:1px solid rgba(255,255,255,.05);color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.key-event-capture{outline:none;display:flex;align-items:center;justify-content:center}.layer-wrapper{margin-right:0}.layer-wrapper .editable-layer-list{display:flex;flex-direction:column;align-items:flex-start;gap:12px;width:100%;z-index:10;position:relative}.layer-wrapper .editable-layer-list .MuiBadge-root{width:100%}.layer-wrapper .editable-layer-list .MuiChip-root{color:#ffffffb3;border-color:#ffffff14;background-color:#ffffff08;border-radius:12px;width:100%;height:40px;font-weight:700;font-family:Inter,sans-serif;font-size:.85rem;letter-spacing:-.01em;transition:all .2s ease}.layer-wrapper .editable-layer-list .MuiChip-root:hover{background-color:#ffffff14;border-color:#fff3;color:#fff}.layer-wrapper .editable-layer-list .MuiChip-root.MuiChip-outlinedPrimary{background:linear-gradient(135deg,#ff6500,#ff8533);border-color:transparent;color:#fff;box-shadow:0 4px 15px #ff65004d}@media (max-width: 1050px){.layer-wrapper .editable-layer-list{gap:8px}.layer-wrapper .editable-layer-list .MuiChip-root{height:32px;font-size:.76rem;border-radius:8px}}.layer-wrapper .editable-layer-item{display:flex;align-items:center;gap:8px;width:100%;height:40px;position:relative}.layer-wrapper .layer-edit-container{display:flex;align-items:center;gap:4px;background-color:#ffffff0d;border-radius:12px;padding:0 8px;border:1px solid #ff6500;width:100%;height:40px;box-sizing:border-box}.layer-wrapper .layer-edit-container .layer-edit-input{flex:1;min-width:0}.layer-wrapper .layer-edit-container .layer-edit-input .MuiInputBase-root{font-size:.85rem;height:32px;color:#fff;font-weight:700;padding:0}.layer-wrapper .layer-edit-container .layer-edit-input .MuiOutlinedInput-notchedOutline{border:none}.layer-wrapper .layer-edit-container svg{color:#ff6500}.layer-wrapper .layer-edit-icon{position:absolute;right:4px;padding:4px;color:#ffffff4d;transition:all .2s ease}.layer-wrapper .layer-edit-icon:hover{background-color:#ffffff1a;color:#fff;transform:scale(1.1)}.app-mapping-bar{display:flex;align-items:center;justify-content:space-between;position:relative;z-index:100;background:#141414;padding:0 16px;border-radius:8px;border:1px solid #292929;margin-bottom:24px;width:546px;min-height:48px;height:48px;box-sizing:border-box;gap:16px}.app-mapping-bar .bar-section{display:flex;align-items:center;gap:8px;min-width:0}.app-mapping-bar .left-section{flex:1;overflow:hidden}.app-mapping-bar .mapping-label{font-family:MainFont,-apple-system,sans-serif;font-size:11px;font-weight:600;color:#969696;white-space:nowrap;letter-spacing:.05em}.app-mapping-bar .none-label{font-family:MainFont,-apple-system,sans-serif!important}.app-mapping-bar .mapped-app-chip{background:#ff65001a;border:1px solid rgba(255,101,0,.3);color:#ff6500;font-family:MainFont,-apple-system,sans-serif;font-weight:500;font-size:12px;height:24px;max-width:200px}.app-mapping-bar .mapped-app-chip .MuiChip-label{padding-left:8px;padding-right:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-family:MainFont,-apple-system,sans-serif}.app-mapping-bar .mapped-app-chip .MuiChip-deleteIcon{color:#ff6500;opacity:.7;font-size:14px;margin-right:4px}.app-mapping-bar .mapped-app-chip .MuiChip-deleteIcon:hover{opacity:1;color:#ff6500}.app-mapping-bar .select-app-btn{border:1px solid #292929;color:#f2f2f2;background:#181818;font-family:MainFont,-apple-system,sans-serif;font-size:11px;font-weight:600;letter-spacing:.05em;white-space:nowrap;padding:0 12px;min-height:28px;height:28px;border-radius:6px;text-transform:uppercase;flex-shrink:0;box-shadow:none;transition:all .15s ease}.app-mapping-bar .select-app-btn .MuiButton-startIcon{margin-right:6px;margin-left:-2px;color:#666}.app-mapping-bar .select-app-btn .MuiButton-startIcon svg{font-size:14px}.app-mapping-bar .select-app-btn:hover{border-color:#333;background:#1d1d1d;color:#f2f2f2}.macro-editor-wrapper{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:20px}.macro-editor-content{width:720px;display:flex;flex-direction:column;background:#0f0f0f66;-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);border-radius:12px;border:1px solid rgba(255,255,255,.08);box-shadow:0 12px 48px #0009;overflow:hidden;position:relative}.macro-editor-content-title{font-size:1.1rem;font-weight:700;color:#fff;padding:24px 24px 12px;letter-spacing:.05em;text-transform:uppercase;position:relative;display:flex;justify-content:space-between;align-items:center}.macro-editor-content-title:after{content:"";position:absolute;bottom:0;left:24px;width:60px;height:2px;background:linear-gradient(90deg,#ff6500,transparent)}.macro-editor-content-keys{background:#ffffff05;display:flex;flex-direction:row;flex-wrap:wrap;align-items:flex-start;align-content:flex-start;min-height:120px;width:calc(100% - 40px);margin:12px 20px;padding:16px;border-radius:8px;border:1px solid rgba(255,255,255,.05);overflow-y:auto;overflow-x:hidden;gap:8px}.macro-editor-content-keys::-webkit-scrollbar{width:5px}.macro-editor-content-keys::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:10px}.macro-editor-content-keys:focus{outline:none;border-color:#ff65004d;box-shadow:0 0 0 1px #ff65001a}.macro-editor-content-keys .macro-hold-with-spacer{display:flex;flex-direction:row;align-items:flex-start}.macro-editor-content-keys .macro-hold-with-spacer .macro-drop-spacer{width:4px;height:64px;margin-top:4px;margin-right:4px;background-color:transparent;border-radius:2px;transition:background-color .2s}.macro-editor-content-keys .macro-hold-with-spacer .macro-drop-spacer-over{background-color:#ff6500;box-shadow:0 0 8px #ff6500}.macro-editor-content-footer{width:100%;display:flex;flex-direction:row;align-items:center;padding:16px 24px 24px;gap:16px;background:#0003}.macro-editor-content-footer .MuiButton-root{font-weight:600;letter-spacing:.05em}.macro-editor-content-footer :last-child{margin-left:auto!important}.macro-memory-bar-container{width:calc(100% - 48px);margin:0 24px 12px;height:4px;background:#ffffff0d;border-radius:2px;overflow:hidden}.macro-memory-bar-container .macro-memory-bar{height:100%;background:linear-gradient(90deg,#ff6500,#ff8533);transition:width .3s ease-out;box-shadow:0 0 8px #ff650080}.macro-hold{border:1px solid rgba(255,101,0,.2)!important;background:#ff65000d!important;transition:all .2s ease}.macro-hold:hover{cursor:grab;border-color:#ff650066!important;background:#ff650014!important}.macro-hold .macro-hold-keys{display:flex;flex-direction:row;gap:4px;padding:4px}.prevent-drop-macro{position:absolute;top:0;left:0;right:0;bottom:0;z-index:10;background:#141414d9;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;justify-content:center;align-items:center;text-align:center;color:#f44336;font-size:.8rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;border:1px dashed #f44336;border-radius:8px}.macro-hold-wrapper{padding:8px;border:1px solid rgba(255,255,255,.08);background:#ffffff05;border-radius:10px;display:flex;flex-direction:column;align-items:center;justify-content:center;transition:all .2s ease;flex-shrink:0}.macro-hold-wrapper .macro-key-wrapper{position:relative;padding:0;width:58px;height:58px;flex-shrink:0;transition:all .2s ease}.macro-hold-wrapper .macro-key-wrapper .macro-key{width:58px;height:58px;min-width:58px;max-width:58px;min-height:58px;max-height:58px;flex-shrink:0;border:1px solid rgba(255,255,255,.1);border-radius:8px;display:flex;flex-direction:column;background:#1e1e1e99;color:#fff;align-items:center;justify-content:center;transition:all .2s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 12px #0003}.macro-hold-wrapper .macro-key-wrapper .macro-key-label{font-size:.75rem;font-weight:700;text-align:center;line-height:1.2;padding:0 4px;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.macro-hold-wrapper .macro-key-wrapper .macro-key:hover{cursor:grab;transform:translateY(-2px);background:#282828cc;border-color:#fff3;box-shadow:0 6px 16px #0000004d}.macro-hold-wrapper .macro-key-wrapper .macro-key-top{display:flex;width:100%;justify-content:space-between;position:absolute;top:2px;left:0;padding:0 4px}.macro-hold-wrapper .macro-key-wrapper .macro-key-top-left{display:flex;align-items:center;cursor:pointer;opacity:.7;transition:opacity .2s}.macro-hold-wrapper .macro-key-wrapper .macro-key-top-left:hover{opacity:1}.macro-hold-wrapper .macro-key-wrapper .macro-key-top-left span{font-size:.6rem;font-weight:800;color:#ff6500;margin-left:1px}.macro-hold-wrapper .macro-key-wrapper .macro-key-top a{font-size:.7rem;cursor:pointer;color:#fff6;transition:color .2s}.macro-hold-wrapper .macro-key-wrapper .macro-key-top a:hover{color:#f44336}.macro-hold-wrapper .macro-key-wrapper .macro-key-middle{margin-top:4px}.macro-hold-wrapper .macro-key-wrapper .macro-key-bottom{position:absolute;bottom:2px;font-size:.55rem;font-weight:800;letter-spacing:.05em;opacity:.4}.macro-hold-wrapper .macro-key-wrapper .macro-key-tap{border-color:#ff65004d}.macro-hold-wrapper .macro-key-wrapper .macro-key-tap .macro-key-bottom{color:#ff6500;opacity:.8}.macro-hold-wrapper .macro-key-wrapper .macro-key-hold{border-color:#ffa4664d}.macro-hold-wrapper .macro-key-wrapper .macro-key-hold .macro-key-bottom{color:#ffa466;opacity:.8}.macro-hold-wrapper .macro-key-under{height:24px;display:flex;justify-content:center;align-items:center;margin-top:4px;width:100%}.macro-hold-wrapper .macro-key-under .macro-key-toggle-tap-hold-btn{color:#ffffff4d;font-weight:700;font-size:.6rem!important;letter-spacing:.05em;transition:color .2s;white-space:nowrap;min-width:0;padding:2px 6px!important;line-height:1}.macro-hold-wrapper .macro-key-under .macro-key-toggle-tap-hold-btn:hover{color:#ff6500}.drag-over-left:before{content:"";position:absolute;left:-4px;top:0;bottom:0;width:2px;background:#ff6500;box-shadow:0 0 8px #ff6500;z-index:5}.drag-over-right:after{content:"";position:absolute;right:-4px;top:0;bottom:0;width:2px;background:#ff6500;box-shadow:0 0 8px #ff6500;z-index:5}.macro-drop-key-area{height:90px;flex-grow:1;display:flex;align-items:flex-start}.macro-drop-key-area .macro-drop-key-content{width:100%;height:74px;display:flex;align-items:center;justify-content:center;border:1px dashed rgba(255,255,255,.1);border-radius:8px;color:#fff3;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;transition:all .2s}.macro-drop-key-area .macro-drop-key-content:hover{background:#ffffff05;border-color:#fff3;color:#fff6}.macro-drop-key-area-with-message{border-style:solid;background:#ffffff03}.flash-button-wrapper{width:7rem;justify-content:center;align-items:center}@keyframes button-disable-intro{0%{opacity:.5}to{opacity:1}}@keyframes button-enable-intro{0%{opacity:.5}to{border-color:#ff6500;background-color:#ff6500;opacity:1}}@keyframes button-flashing{0%{margin:auto}20%{color:transparent;transform:scale(1)}40%{border-color:#ff6500;background-color:transparent;transform:scale(1)}60%{transform:scale(.7,1.1);margin-left:1.25rem;width:2.5rem;text-indent:-.6125rem;color:transparent;border-color:#ff6500;background-color:#ff6500}80%{transform:scale(1)}to{margin-left:1.25rem;width:2.5rem;background-color:#ff6500;border-color:#ff6500;color:transparent}}@keyframes button-dot-intro{0%{opacity:0}60%{opacity:.8;transform:scale(1)}to{transform:scale(.75)}}@keyframes button-dot-pulse{0%{opacity:.6;transform:scale(.75)}15%{transform:scale(.85)}45%{transform:scale(.75)}75%{transform:scale(.95)}to{opacity:.9;transform:scale(.75)}}@keyframes button-success{0%{margin-left:1.25rem;width:2.5rem}10%{border-color:#ff6500}20%{opacity:1;width:7rem;transform:scale(1)}80%{opacity:1;width:7rem;border-color:#ff6500}to{border-color:#ffa466;opacity:0}}@keyframes button-success-label{0%{opacity:0}to{opacity:1}}.flash-button{position:relative;overflow:hidden;width:7rem;color:#ffa466;border:3px solid #ffa466;background-color:transparent;cursor:pointer;line-height:2;margin:0;padding:0;border-radius:.5rem;font-size:1rem;outline:none;transition:transform .125s}.flash-button:disabled{cursor:not-allowed}.flash-button.enable{color:#030000;animation:button-enable-intro .4s forwards}.flash-button.disable{cursor:not-allowed;animation:button-disable-intro .5s forwards}.flash-button:before,.flash-button:after{position:absolute;opacity:0;border-radius:50%;top:50%;left:50%;margin-top:-1.125rem;margin-left:-1.125rem;width:2.25rem;height:2.25rem;content:"";z-index:1}.flash-button.flashing{display:flex;margin:auto;height:40px;animation:button-flashing .5s forwards}.flash-button.flashing:before,.flash-button.flashing:after{background-color:#fff}.flash-button.flashing:before{opacity:1;animation:button-dot-intro 2.5s forwards}.flash-button.flashing:after{opacity:0;animation:button-dot-pulse 2.5s infinite}.flash-button.success{display:flex;margin:auto;text-indent:0;color:transparent;background-color:#fff;animation:button-success 2.5s forwards}.flash-button.success:before{position:absolute;left:0;right:0;top:auto;margin:0;width:auto;height:auto;border-radius:0;background-color:transparent;color:#ff6500;content:"success";opacity:0;z-index:2;animation:button-success-label .3s forwards .275s}.settings-page{display:flex;justify-content:center;padding:32px 24px 80px;min-height:calc(100vh - 56px);background-color:#101010;font-family:Inter,-apple-system,sans-serif}@media (max-width: 900px){.settings-page{padding:20px 14px 60px}}.settings-container{width:100%;max-width:640px}.settings-title{font-family:MainFont,-apple-system,sans-serif;font-size:22px;font-weight:600;letter-spacing:-.01em;color:#f2f2f2;margin:0 0 32px}.settings-section{margin-bottom:32px}.settings-section+.settings-section{border-top:1px solid #292929;padding-top:32px}.settings-section-title{font-family:MainFont,-apple-system,sans-serif;font-size:12px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#666;margin:0 0 16px}.settings-item{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:14px 18px;background:#181818;border:1px solid #292929;border-radius:10px;margin-bottom:10px;transition:background .15s ease,border-color .15s ease}.settings-item:hover{background:#1d1d1d;border-color:#333}.settings-item-info{display:flex;flex-direction:column;gap:3px;flex:1;min-width:0}.settings-item-label{font-family:Inter,-apple-system,sans-serif;font-size:14px;font-weight:500;color:#f2f2f2}.settings-item-desc{font-family:Inter,-apple-system,sans-serif;font-size:12px;color:#969696;line-height:1.4}.settings-item-desc--result{color:#ff6500;margin-top:2px}.timer-duration-custom{display:flex;align-items:center;gap:8px;margin-top:4px}.timer-duration-custom-label{font-family:Inter,-apple-system,sans-serif;font-size:12px;color:#969696}.timer-duration-input{width:64px;padding:4px 8px;background:#141414;border:1px solid #292929;border-radius:8px;color:#f2f2f2;font-family:Inter,-apple-system,sans-serif;font-size:13px;font-weight:500;text-align:center;outline:none;-moz-appearance:textfield}.timer-duration-input::-webkit-inner-spin-button,.timer-duration-input::-webkit-outer-spin-button{-webkit-appearance:none}.timer-duration-input:focus{border-color:#ff6500;background:#ff650014}.toggle-btn{flex-shrink:0;position:relative;width:44px;height:24px;border-radius:12px;border:1px solid #292929;cursor:pointer;transition:background .2s ease,border-color .2s ease;background:#242424;padding:0}.toggle-btn.on{background:#ff6500;border-color:#ff6500}.toggle-btn:focus-visible{outline:2px solid #ff6500;outline-offset:2px}.toggle-knob{position:absolute;top:2px;left:2px;width:18px;height:18px;border-radius:50%;background:#fff;transition:transform .2s cubic-bezier(.4,0,.2,1)}.toggle-btn.on .toggle-knob{transform:translate(20px)}.settings-item--column{flex-direction:column;align-items:flex-start;gap:12px}.radio-group{display:flex;gap:8px;flex-wrap:wrap}.radio-option{display:flex;align-items:center;gap:6px;padding:6px 12px;border-radius:8px;border:1px solid #292929;background:#181818;font-family:Inter,-apple-system,sans-serif;font-size:13px;font-weight:500;color:#969696;cursor:pointer;transition:all .15s ease}.radio-option input[type=radio]{display:none}.radio-option.active{background:#ff65001f;border-color:#ff6500;color:#ff6500}.radio-option:hover:not(.active){background:#1d1d1d;border-color:#383838;color:#f2f2f2}.slider-compact{display:flex;align-items:center;gap:10px;flex-shrink:0}.slider-compact input[type=range]{-webkit-appearance:none;width:130px;height:3px;border-radius:3px;background:linear-gradient(to right,#ff6500 var(--pct, 50%),#292929 var(--pct, 50%));outline:none;cursor:pointer}.slider-compact input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;width:14px;height:14px;border-radius:50%;background:#ff6500;cursor:pointer;-webkit-transition:transform .15s ease;transition:transform .15s ease}.slider-compact input[type=range]:hover::-webkit-slider-thumb{transform:scale(1.15)}.slider-value{font-family:Inter,-apple-system,sans-serif;font-size:12px;font-weight:600;color:#ff6500;min-width:36px;text-align:right}.corner-picker{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;gap:4px;flex-shrink:0}.corner-btn{width:30px;height:30px;border-radius:6px;border:1px solid #292929;background:#181818;color:#969696;font-size:.95rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .15s ease}.corner-btn.active{background:#ff65001f;border-color:#ff6500;color:#ff6500}.corner-btn:hover:not(.active){background:#1d1d1d;border-color:#383838;color:#f2f2f2}.settings-feedback{font-family:Inter,-apple-system,sans-serif;font-size:12px;color:#ff6500;margin:0 0 12px;padding:8px 14px;background:#ff650014;border-radius:8px;border:1px solid rgba(255,101,0,.2)}.action-btn{flex-shrink:0;height:34px;padding:0 16px;border-radius:8px;border:1px solid #292929;background:#181818;color:#f2f2f2;font-family:Inter,-apple-system,sans-serif;font-size:12px;font-weight:500;cursor:pointer;transition:all .15s ease;white-space:nowrap}.action-btn:hover:not(:disabled){background:#1d1d1d;border-color:#383838}.action-btn:disabled,.action-btn.loading{opacity:.4;cursor:not-allowed}.action-btn--primary{background:#ff6500;border-color:transparent;color:#fff;font-weight:600}.action-btn--primary:hover:not(:disabled){background:#ff8533;border-color:transparent}.action-btn--danger{border-color:#ef44444d;background:#181818;color:#ef4444}.action-btn--danger:hover:not(:disabled){background:#ef44441f;border-color:#ef4444}.preset-page{display:flex;justify-content:center;padding:24px 24px 80px;min-height:calc(100vh - 56px);background-color:#101010}@media (max-width: 900px){.preset-page{padding:16px 12px 60px}}.preset-container{width:100%;max-width:720px}.preset-categories-bar{margin-bottom:24px;background:#ffffff05;border:1px solid rgba(255,255,255,.06);border-radius:12px;padding:6px;box-shadow:0 4px 16px #0000002e}.preset-categories{display:flex;flex-wrap:wrap;gap:6px;align-items:center}.preset-cat{display:inline-flex;align-items:center;gap:7px;height:36px;padding:0 12px;border-radius:8px;border:1px solid transparent;background:transparent;color:#ffffff8c;font-family:Inter,sans-serif;font-size:.8rem;font-weight:500;cursor:pointer;transition:all .16s ease;-webkit-user-select:none;user-select:none}.preset-cat:hover{background:#ffffff0d;color:#fff;border-color:#ffffff12}.preset-cat.selected{background:#ff65001f;border-color:#ff650059;color:#ff6500;font-weight:600;box-shadow:0 2px 10px #ff65001f}.preset-cat.selected .preset-cat-icon{color:#ff6500}.preset-cat.selected .preset-cat-count{background:#ff650038;color:#ff6500}.preset-cat-icon{font-size:1.05rem;line-height:1;color:#ffffff73;transition:color .15s ease}.preset-cat-label{line-height:1}.preset-cat-count{font-size:.68rem;font-weight:700;padding:2px 6px;border-radius:4px;background:#ffffff0f;color:#fff6;line-height:1}.preset-empty{padding:60px 24px;text-align:center;font-family:Inter,sans-serif;font-size:.85rem;color:#ffffff59}.preset-page-header{margin-bottom:36px}.preset-page-title{font-family:MainFont,-apple-system,sans-serif;font-size:22px;font-weight:600;letter-spacing:-.01em;color:#fff;margin:0 0 8px}.preset-page-sub{font-family:Inter,sans-serif;font-size:.85rem;color:#fff6;margin:0}.preset-coming-soon{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 24px;text-align:center;gap:16px}.preset-coming-soon-icon{font-size:3rem;line-height:1}.preset-coming-soon-title{font-family:Inter,sans-serif;font-size:1.2rem;font-weight:800;color:#fff;margin:0;letter-spacing:-.01em}.preset-coming-soon-desc{font-family:Inter,sans-serif;font-size:.85rem;color:#fff6;margin:0;max-width:360px;line-height:1.6}.preset-toast{display:inline-block;margin-bottom:24px;padding:10px 18px;background:#ff65001f;border:1px solid rgba(255,101,0,.3);border-radius:10px;font-family:Inter,sans-serif;font-size:.82rem;font-weight:600;color:#ff6500;animation:toastIn .2s ease}@keyframes toastIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.preset-grid{display:flex;flex-direction:column;gap:12px}.preset-card{display:flex;align-items:center;gap:16px;padding:18px 20px;background:#ffffff08;border:1px solid rgba(255,255,255,.07);border-radius:14px;transition:background .2s ease,border-color .2s ease}.preset-card:hover{background:#ffffff0e;border-color:#ff650033}.preset-card-icon{font-size:1.8rem;flex-shrink:0;width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:#ffffff0a;border-radius:12px}.preset-card-body{display:flex;flex-direction:column;gap:4px;flex:1;min-width:0}.preset-card-name-row{display:flex;align-items:center;gap:10px}.preset-card-name{font-family:Inter,sans-serif;font-size:.95rem;font-weight:700;color:#fff}.preset-badge{font-family:Inter,sans-serif;font-size:.65rem;font-weight:600;letter-spacing:.03em;padding:3px 8px;border-radius:6px;border:1px solid transparent;display:inline-flex;align-items:center;gap:4px}.preset-badge .preset-badge-icon{font-size:.85rem}.preset-badge.is-none{color:#ffffff61;border-color:#ffffff14;background:#ffffff05}.preset-badge.is-installed{color:#8bc34a;border-color:#8bc34a59;background:#8bc34a1a}.preset-badge.is-update{color:#ff9800;border-color:#ff980059;background:#ff98001a}.preset-stars{font-size:.78rem;color:#ff6500;letter-spacing:.05em;line-height:1}.preset-card-actions{flex-shrink:0;display:flex;gap:8px;align-items:center}.preset-card-preview{height:36px;padding:0 16px;border-radius:10px;border:1px solid rgba(255,255,255,.12);background:transparent;color:#ffffffb3;font-family:Inter,sans-serif;font-size:.75rem;font-weight:700;letter-spacing:.05em;cursor:pointer;transition:all .2s ease}.preset-card-preview:hover{background:#ffffff0f;color:#fff;border-color:#ffffff40}.preset-card-apply:disabled{opacity:.35;cursor:not-allowed}.preset-card-apply:disabled:hover{background:transparent;transform:none;border-color:#ff650066}.preset-card-uninstall{height:36px;padding:0 18px;border-radius:10px;border:1px solid rgba(244,67,54,.4);background:transparent;color:#f44336;font-family:Inter,sans-serif;font-size:.75rem;font-weight:700;letter-spacing:.05em;cursor:pointer;transition:all .2s ease}.preset-card-uninstall:hover{background:#f443361a;border-color:#f44336}.preset-card-icon-btn{width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:10px;border:1px solid rgba(255,255,255,.12);background:transparent;color:#ffffffb3;cursor:pointer;transition:all .2s ease}.preset-card-icon-btn .material-symbols-rounded{font-size:20px}.preset-card-icon-btn:hover{background:#ffffff0f;color:#fff;border-color:#ffffff40}.preset-card-desc{font-family:Inter,sans-serif;font-size:.78rem;color:#ffffff73;line-height:1.4}.preset-card-count{font-family:JetBrains Mono,monospace;font-size:.65rem;color:#ff6500b3;margin-top:2px}.preset-card-apply{flex-shrink:0;height:36px;padding:0 20px;border-radius:10px;border:1px solid rgba(255,101,0,.4);background:transparent;color:#ff6500;font-family:Inter,sans-serif;font-size:.75rem;font-weight:700;letter-spacing:.05em;cursor:pointer;transition:all .2s ease}.preset-card-apply:hover{background:#ff65001a;border-color:#ff6500;transform:translateY(-1px)}.preset-no-keyboard{margin-top:28px;font-family:Inter,sans-serif;font-size:.8rem;color:#ffffff4d;text-align:center}.preset-dialog-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000b3;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:200;display:flex;align-items:center;justify-content:center;animation:backdropIn .15s ease}@keyframes backdropIn{0%{opacity:0}to{opacity:1}}.preset-dialog{background:#111;border:1px solid rgba(255,255,255,.1);border-radius:18px;padding:32px;width:420px;max-width:calc(100vw - 40px);box-shadow:0 24px 60px #0009;animation:dialogIn .18s cubic-bezier(.34,1.56,.64,1)}@keyframes dialogIn{0%{opacity:0;transform:scale(.93)}to{opacity:1;transform:scale(1)}}.preset-dialog-title{font-family:Inter,sans-serif;font-size:1.05rem;font-weight:800;color:#fff;margin:0 0 8px;letter-spacing:-.01em}.preset-dialog-sub{font-family:Inter,sans-serif;font-size:.8rem;color:#ffffff73;margin:0 0 24px}.preset-layer-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-bottom:28px}.preset-layer-btn{height:40px;border-radius:10px;border:1px solid rgba(255,255,255,.1);background:#ffffff0a;color:#fff9;font-family:Inter,sans-serif;font-size:.72rem;font-weight:600;cursor:pointer;transition:all .15s ease}.preset-layer-btn:hover{background:#ffffff14;color:#fff;border-color:#fff3}.preset-layer-btn.selected{background:#ff650026;border-color:#ff6500;color:#ff6500;font-weight:700;box-shadow:0 0 12px #ff650033}.preset-dialog-actions{display:flex;gap:10px;justify-content:flex-end}.preset-dialog-cancel{height:38px;padding:0 18px;border-radius:10px;border:1px solid rgba(255,255,255,.1);background:transparent;color:#ffffff80;font-family:Inter,sans-serif;font-size:.78rem;font-weight:600;cursor:pointer;transition:all .15s ease}.preset-dialog-cancel:hover{border-color:#ffffff40;color:#fff}.preset-dialog-confirm{height:38px;padding:0 20px;border-radius:10px;border:none;background:#ff6500;color:#fff;font-family:Inter,sans-serif;font-size:.78rem;font-weight:700;cursor:pointer;transition:all .2s ease}.preset-dialog-confirm:hover:not(:disabled){filter:brightness(1.1);transform:translateY(-1px);box-shadow:0 4px 14px #ff650066}.preset-dialog-confirm:disabled{opacity:.4;cursor:not-allowed}.preset-dialog-warn{margin:14px 0 0;font-family:Inter,sans-serif;font-size:.75rem;color:#ffffff59;text-align:center}.preset-preview{width:480px;max-height:calc(100vh - 80px);overflow-y:auto}.preset-preview-head{display:flex;align-items:center;gap:14px;margin-bottom:20px}.preset-preview-head .preset-dialog-title{margin:0}.preset-preview-head .preset-dialog-sub{margin:2px 0 0}.preset-preview-icon{font-size:2rem;width:52px;height:52px;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:#ffffff0a;border-radius:14px}.preset-preview-section-label{font-family:Inter,sans-serif;font-size:.65rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#fff6;margin:20px 0 10px}.osd-preview-frame{background:#ffffff05;border:1px solid rgba(255,255,255,.06);border-radius:16px;padding:16px;margin-bottom:4px}.osd-keys-area{display:flex;flex-direction:column;gap:8px;align-items:center}.osd-key-row{display:flex;gap:8px;align-items:center;justify-content:center}.osd-key-cap{width:58px;height:58px;background:#ffffff0a;border-radius:12px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;text-align:center;color:#fff;border:1px solid rgba(255,255,255,.1);box-shadow:0 4px 12px #0003;overflow:hidden}.osd-key-cap.osd-empty{background:#ffffff04;box-shadow:none}.osd-key-icon{font-size:24px;line-height:1;color:#fff}.osd-key-label{font-family:Inter,sans-serif;font-size:8px;font-weight:700;line-height:1.05;opacity:.85;max-width:54px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.osd-encoder{position:relative;width:58px;height:58px}.osd-encoder-knob{width:100%;height:100%;background:#ffffff0a;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1px;border:1px solid rgba(255,255,255,.1);box-shadow:0 4px 12px #0000004d;overflow:hidden}.osd-enc-dir{display:flex;align-items:center;gap:1px;line-height:1}.osd-enc-dir .osd-enc-icon{font-size:15px;color:#fff}.osd-enc-rot{font-size:11px;color:#ff9800}.osd-enc-rot.ccw{color:#4fc3f7}.osd-enc-sep{width:22px;height:1px;background:#ffffff1f}.preset-install{width:440px}.preset-install-steps{display:flex;flex-direction:column;gap:10px;margin-top:6px}.preset-install-step{display:flex;align-items:center;gap:10px;font-family:Inter,sans-serif;font-size:.82rem;font-weight:600;color:#ffffffd9}.preset-install-step .material-symbols-rounded{font-size:20px}.preset-install-step.done .material-symbols-rounded{color:#8bc34a}.preset-install-step.active{color:#ff6500}.preset-install-step.warn,.preset-install-step.warn .material-symbols-rounded{color:#ff9800}.preset-spinner{width:16px;height:16px;border-radius:50%;border:2px solid rgba(255,101,0,.25);border-top-color:#ff6500;animation:presetSpin .7s linear infinite;flex-shrink:0}@keyframes presetSpin{to{transform:rotate(360deg)}}.preset-layer-btn{position:relative}.preset-layer-btn.occupied{border-color:#ff980080}.preset-layer-tag{display:block;font-size:.5rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#ff9800;margin-top:1px}.preset-list{display:flex;flex-direction:column;border-radius:10px;overflow:hidden;border:1px solid rgba(255,255,255,.06)}.preset-list-row{display:flex;align-items:center;justify-content:space-between;padding:9px 14px}.preset-list-row:nth-child(odd){background:#ffffff05}.preset-list-name{display:flex;align-items:center;gap:8px;font-family:Inter,sans-serif;font-size:.8rem;font-weight:600;color:#ffffffd9}.preset-list-icon{font-size:18px;color:#ffffffb3}.preset-list-combo{font-family:JetBrains Mono,monospace;font-size:.72rem;color:#ff6500d9}.dashboard-page{display:flex;justify-content:center;padding:24px 24px 80px;min-height:calc(100vh - 56px)}@media (max-width: 900px){.dashboard-page{padding:16px 12px 60px}}.dashboard-container{width:100%;max-width:720px}.dashboard-header{margin-bottom:36px}.dashboard-title{font-family:MainFont,-apple-system,sans-serif;font-size:22px;font-weight:600;letter-spacing:-.01em;color:#fff;margin:0 0 32px}.dashboard-sub{font-family:Inter,sans-serif;font-size:.85rem;color:#fff6;margin:0}.dashboard-block{border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:24px;margin-bottom:24px;background:#ffffff04}.dashboard-block-header{font-family:MainFont,-apple-system,sans-serif;font-size:.75rem;font-weight:600;color:#fff6;text-transform:uppercase;letter-spacing:.08em;margin-bottom:24px;display:flex;justify-content:space-between;align-items:center}.dashboard-today{display:flex;flex-direction:column;gap:24px}.today-stats{display:flex;justify-content:center;gap:48px}.today-stat{display:flex;flex-direction:column;align-items:center;text-align:center;gap:8px}.today-stat-value{font-family:JetBrains Mono,monospace;font-size:2.2rem;font-weight:700;color:#fff;line-height:1}.today-stat-label{font-family:Inter,sans-serif;font-size:.85rem;color:#ffffff80;display:flex;align-items:center;gap:8px}.today-stat--goal{position:relative}.today-stat--goal:hover .stat-goal-edit-btn{opacity:1;pointer-events:auto}.stat-goal-edit-btn{background:none;border:none;color:#fff6;cursor:pointer;padding:2px;margin-left:2px;font-size:.9rem;opacity:0;pointer-events:none;transition:opacity .2s,color .15s}.stat-goal-edit-btn:hover{color:#ff6500}.stat-inline-edit-wrap{display:flex;align-items:baseline;gap:2px}.today-stat-value-input{background:transparent;border:none;border-bottom:2px solid #ff6500;color:#fff;font-family:JetBrains Mono,monospace;font-size:2.2rem;font-weight:700;width:70px;text-align:center;outline:none;padding:0;line-height:1}.today-stat-value-input::-webkit-inner-spin-button,.today-stat-value-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.today-stat-unit{font-family:JetBrains Mono,monospace;font-size:1.2rem;font-weight:700;color:#ff6500}.today-progress-container{display:flex;flex-direction:column;gap:12px}.today-progress-bar{height:12px;background:#ffffff0f;border-radius:6px;overflow:hidden}.today-progress-fill{height:100%;background:#ff6500;border-radius:6px;transition:width .6s ease}.today-progress-labels{display:flex;justify-content:space-between;font-family:Inter,sans-serif;font-size:.85rem;color:#ffffff80}.dashboard-split{display:grid;grid-template-columns:1fr 1fr;gap:24px;align-items:stretch;margin-bottom:24px}@media (max-width: 900px){.dashboard-split{grid-template-columns:1fr}}.dashboard-add-btn{font-family:Inter,sans-serif;font-size:.72rem;font-weight:700;color:#ff6500;background:#ff65001a;border:1px solid rgba(255,101,0,.2);border-radius:6px;padding:4px 10px;cursor:pointer;transition:background .15s}.dashboard-add-btn:hover{background:#ff65002e}.simple-task-list{display:flex;flex-direction:column;gap:4px}.simple-task-row{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;border-radius:8px;transition:background .15s}.simple-task-row:hover{background:#ffffff08}.simple-task-row:hover .simple-task-actions{opacity:1}.simple-task-main{display:flex;align-items:center;gap:12px;flex:1;min-width:0}.simple-task-dot{width:8px;height:8px;border-radius:50%;background:#ff6500;flex-shrink:0}.simple-task-title{font-family:Inter,sans-serif;font-size:.95rem;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.simple-task-actions{display:flex;align-items:center;gap:16px;opacity:.6;transition:opacity .15s}.simple-task-time{font-family:JetBrains Mono,monospace;font-size:.85rem;color:#fff6}.simple-task-play{background:none;border:none;color:#ff6500;font-size:1rem;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;transition:transform .1s}.simple-task-play:hover{transform:scale(1.1)}.simple-task-menu-wrap{position:relative}.simple-task-more{background:none;border:none;color:#ffffff80;font-size:1.2rem;cursor:pointer;padding:4px;line-height:1;border-radius:4px}.simple-task-more:hover{background:#ffffff1a;color:#fff}.simple-task-menu{position:absolute;top:100%;right:0;background:#1e1e1e;border:1px solid rgba(255,255,255,.1);border-radius:6px;padding:4px;display:flex;flex-direction:column;min-width:140px;z-index:10;opacity:0;visibility:hidden;transform:translateY(-5px);transition:all .15s;box-shadow:0 4px 12px #0000004d}.simple-task-menu-wrap:hover .simple-task-menu{opacity:1;visibility:visible;transform:translateY(0)}.simple-task-menu button{background:none;border:none;color:#fff;font-family:Inter,sans-serif;font-size:.85rem;text-align:left;padding:8px 12px;cursor:pointer;border-radius:4px}.simple-task-menu button:hover{background:#ffffff14}.simple-task-menu button.danger{color:#f87171}.simple-task-menu button.danger:hover{background:#f8717126}.dashboard-session{display:flex;flex-direction:column}.current-session-content{display:flex;flex-direction:column;align-items:center;text-align:center;gap:20px;padding:12px 0}.current-session-title{font-family:Inter,sans-serif;font-size:1rem;color:#fff;font-weight:600}.current-session-timer{display:flex;flex-direction:column;align-items:center;gap:4px}.timer-val{font-family:JetBrains Mono,monospace;font-size:2.5rem;font-weight:700;color:#fff;line-height:1}.timer-label{font-family:Inter,sans-serif;font-size:.8rem;color:#fff6}.current-session-progress{width:100%;height:6px;background:#ffffff0f;border-radius:3px;overflow:hidden}.current-session-progress .progress-fill{height:100%;border-radius:3px;transition:width 1s linear}.current-session-controls{display:flex;gap:12px;width:100%}.session-btn{flex:1;padding:10px;border:1px solid rgba(255,255,255,.1);border-radius:8px;background:#ffffff0d;color:#fff;font-family:Inter,sans-serif;font-size:.9rem;font-weight:600;cursor:pointer;transition:background .15s}.session-btn:hover{background:#ffffff1a}.session-btn--pause{background:#ff65001a;border-color:#ff65004d;color:#ff6500}.session-btn--pause:hover{background:#ff650033}.current-session-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:40px 0;gap:8px}.current-session-empty p{font-family:Inter,sans-serif;font-size:.95rem;color:#fff6;margin:0}.dashboard-header-link{background:none;border:none;color:#fff6;font-family:Inter,sans-serif;font-size:.75rem;cursor:pointer;transition:color .15s}.dashboard-header-link:hover{color:#f87171}.timeline-list{display:flex;flex-direction:column;gap:16px}.timeline-row{display:flex;align-items:center;gap:24px}.timeline-time{font-family:JetBrains Mono,monospace;font-size:.85rem;color:#fff6;width:70px;flex-shrink:0}.timeline-main{flex:1;display:flex;align-items:center;gap:12px}.timeline-dot{width:8px;height:8px;border-radius:50%;background:#fff3}.timeline-dot--work{background:#ff6500}.timeline-dot--break{background:#44bb78}.timeline-task{font-family:Inter,sans-serif;font-size:.95rem;color:#fff}.timeline-duration{font-family:JetBrains Mono,monospace;font-size:.85rem;color:#ffffff80;width:40px;text-align:right}.timeline-status{width:24px;text-align:right;font-size:.9rem;color:#fff3}.timeline-status--done{color:#44bb78}.dashboard-labels-btn{font-family:Inter,sans-serif;font-size:.72rem;font-weight:700;color:#ffffff8c;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:8px;padding:5px 12px;cursor:pointer;transition:all .15s}.dashboard-labels-btn:hover{background:#ffffff1a;color:#fff}.stat-goal-label-row{display:flex;align-items:center;gap:5px}.stat-goal-edit-btn{background:transparent;border:none;color:#ffffff4d;font-size:.75rem;cursor:pointer;padding:0 2px;line-height:1;transition:color .15s}.stat-goal-edit-btn:hover{color:#fff}.stat-goal-edit-row{display:flex;align-items:center;flex-wrap:wrap;gap:4px;justify-content:center;max-width:100%}.stat-goal-input{width:46px;flex-shrink:0;background:#ffffff12;border:1px solid color-mix(in srgb,var(--accent) 45%,transparent);border-radius:6px;padding:4px;font-family:JetBrains Mono,monospace;font-size:.95rem;font-weight:700;color:var(--accent, #ff6500);text-align:center;outline:none}.stat-goal-input::-webkit-inner-spin-button,.stat-goal-input::-webkit-outer-spin-button{-webkit-appearance:none}.stat-goal-edit-unit{font-family:Inter,sans-serif;font-size:.68rem;color:#ffffff59}.stat-goal-save-btn{flex-shrink:0;background:color-mix(in srgb,var(--accent) 18%,transparent);border:none;border-radius:5px;color:var(--accent, #ff6500);font-size:.75rem;padding:3px 6px;cursor:pointer}.stat-goal-save-btn:hover{background:color-mix(in srgb,var(--accent) 32%,transparent)}.stat-goal-cancel-btn{background:transparent;border:none;color:#ffffff59;font-size:.72rem;padding:3px 4px;cursor:pointer}.stat-goal-cancel-btn:hover{color:#fff}.label-chip{display:inline-flex;align-items:center;gap:4px;padding:3px 9px;border-radius:5px;font-family:Inter,sans-serif;font-size:.65rem;font-weight:700;border:1px solid transparent;cursor:pointer;background:color-mix(in srgb,var(--label-color, #ff6500) 15%,transparent);color:var(--label-color, #ff6500);border-color:color-mix(in srgb,var(--label-color, #ff6500) 30%,transparent);transition:opacity .15s,border-color .15s}.label-chip--selected{background:color-mix(in srgb,var(--label-color, #ff6500) 30%,transparent);border-color:color-mix(in srgb,var(--label-color, #ff6500) 60%,transparent)}.label-chip--small{font-size:.6rem;padding:2px 7px;cursor:default}.task-add-block{margin-bottom:10px}.task-form-breaks-row{display:flex;align-items:center;gap:10px;padding:6px 2px}.task-breaks-toggle{display:flex;align-items:center;gap:6px;font-family:Inter,sans-serif;font-size:.75rem;color:#fff9;cursor:pointer;-webkit-user-select:none;user-select:none}.task-breaks-toggle input[type=checkbox]{cursor:pointer;accent-color:#ff6500;width:14px;height:14px}.task-breaks-presets{display:flex;gap:5px}.task-breaks-preset-btn{font-family:JetBrains Mono,monospace;font-size:.68rem;font-weight:600;padding:3px 10px;border-radius:5px;border:1px solid rgba(255,255,255,.1);background:transparent;color:#ffffff73;cursor:pointer;transition:all .13s}.task-breaks-preset-btn:hover{background:#ffffff12;color:#ffffffbf}.task-breaks-preset-btn--active{background:#ff650026;border-color:#ff650066;color:#ff6500}.task-breaks-info{display:flex;align-items:center;gap:8px}.task-breaks-info-value{font-family:JetBrains Mono,monospace;font-size:.72rem;font-weight:700;color:#44bb78}.task-breaks-info-hint{font-family:Inter,sans-serif;font-size:.62rem;color:#ffffff4d}.today-task-title-row{display:flex;align-items:center;gap:6px}.today-task-pomodoro-badge{font-family:Inter,sans-serif;font-size:.6rem;font-weight:600;color:#ff6500b3;background:#ff650014;border:1px solid rgba(255,101,0,.15);border-radius:4px;padding:1px 5px;white-space:nowrap;flex-shrink:0}.task-add-labels{display:flex;flex-wrap:wrap;align-items:center;gap:6px;padding:6px 0 8px}.task-add-new-label-btn{font-family:Inter,sans-serif;font-size:.65rem;font-weight:600;padding:3px 9px;border-radius:5px;border:1px dashed rgba(255,255,255,.18);background:transparent;color:#fff6;cursor:pointer;transition:all .15s}.task-add-new-label-btn:hover{border-color:#ffffff59;color:#ffffffb3}.task-add-quick-label{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.color-swatch-row{display:flex;flex-wrap:wrap;gap:6px;align-items:center;max-width:220px}.color-swatch{width:16px;height:16px;border-radius:50%;cursor:pointer;border:2px solid transparent;flex-shrink:0;transition:transform .1s,border-color .1s}.color-swatch:hover{transform:scale(1.15)}.color-swatch--selected{border-color:#fff;transform:scale(1.1)}.today-task-labels{display:flex;flex-wrap:wrap;gap:4px;margin-top:2px}.today-task-edit-btn,.today-task-delete-btn{flex-shrink:0;width:28px;height:28px;display:flex;align-items:center;justify-content:center;background:transparent;border:1px solid rgba(255,255,255,.08);border-radius:6px;font-size:.72rem;cursor:pointer;transition:all .15s;color:#ffffff59}.today-task-edit-btn:hover{background:#ffffff14;color:#fff}.today-task-delete-btn:hover{background:#ef44441f;color:#ef4444;border-color:#ef444438}.today-task-row--editing{background:#ff65000a;border-color:#ff650033;align-items:flex-start}.task-edit-form{flex:1;display:flex;flex-direction:column;gap:8px}.task-edit-row{display:flex;gap:8px;align-items:center}.task-edit-input{flex:1;background:#ffffff0d;border:1px solid rgba(255,101,0,.3);border-radius:8px;padding:7px 12px;font-family:Inter,sans-serif;font-size:.85rem;color:#fff;outline:none}.task-edit-input:focus{border-color:#ff65008c}.task-edit-time{width:64px;flex-shrink:0;background:#ffffff0d;border:1px solid rgba(255,255,255,.12);border-radius:8px;padding:7px 8px;font-family:JetBrains Mono,monospace;font-size:.82rem;color:#fff;outline:none;text-align:center}.task-edit-time:focus{border-color:#ff650066}.task-edit-time::-webkit-inner-spin-button,.task-edit-time::-webkit-outer-spin-button{-webkit-appearance:none}.task-edit-save{font-family:Inter,sans-serif;font-size:.75rem;font-weight:700;padding:7px 14px;background:#ff6500;color:#000;border:none;border-radius:8px;cursor:pointer;transition:opacity .15s}.task-edit-save:hover{opacity:.85}.task-edit-cancel{font-size:.75rem;padding:7px 10px;background:#ffffff0d;color:#ffffff73;border:1px solid rgba(255,255,255,.08);border-radius:8px;cursor:pointer;transition:background .15s}.task-edit-cancel:hover{background:#ffffff1a}.task-edit-labels{display:flex;flex-wrap:wrap;gap:5px}.pomodoro-popover-wrap{position:relative;flex-shrink:0}.pomodoro-popover{position:absolute;top:calc(100% + 8px);right:0;z-index:100;background:#111;border:1px solid rgba(255,255,255,.12);border-radius:12px;padding:14px 16px;min-width:190px;display:flex;flex-direction:column;gap:10px;box-shadow:0 8px 24px #00000080}.pomodoro-popover-toggle{display:flex;align-items:center;gap:8px;font-family:Inter,sans-serif;font-size:.78rem;color:#fff;cursor:pointer}.pomodoro-popover-toggle input[type=checkbox]{cursor:pointer;accent-color:#ff6500}.pomodoro-popover-presets{display:flex;gap:6px}.pomodoro-preset-btn{font-family:JetBrains Mono,monospace;font-size:.72rem;font-weight:600;padding:4px 12px;border-radius:6px;border:1px solid rgba(255,255,255,.1);background:transparent;color:#ffffff8c;cursor:pointer;transition:all .15s}.pomodoro-preset-btn:hover{background:#ffffff12;color:#fff}.pomodoro-preset-btn--active{background:#ff650026;border-color:#ff650066;color:#ff6500}.pomodoro-popover-start{font-family:Inter,sans-serif;font-size:.78rem;font-weight:700;padding:8px 0;background:#ff6500;color:#000;border:none;border-radius:8px;cursor:pointer;transition:opacity .15s}.pomodoro-popover-start:hover{opacity:.85}.labels-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;z-index:200;display:flex;align-items:center;justify-content:center}.labels-modal{background:#111;border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:24px;width:420px;max-width:90vw;max-height:80vh;display:flex;flex-direction:column;gap:16px;box-shadow:0 16px 48px #0009}.labels-modal-header{display:flex;align-items:center;justify-content:space-between}.labels-modal-title{font-family:Inter,sans-serif;font-size:.9rem;font-weight:700;color:#fff}.labels-modal-close{background:transparent;border:none;color:#fff6;font-size:.9rem;cursor:pointer;padding:2px 6px;border-radius:4px;transition:color .15s}.labels-modal-close:hover{color:#fff}.labels-modal-list{display:flex;flex-direction:column;gap:4px;overflow-y:auto;max-height:240px}.labels-modal-empty{font-family:Inter,sans-serif;font-size:.8rem;color:#ffffff4d;margin:0;padding:12px 0}.label-row{display:flex;align-items:center;gap:8px;padding:8px 10px;border-radius:8px;transition:background .12s}.label-row:hover{background:#ffffff0a}.label-row-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0}.label-row-name{flex:1;font-family:Inter,sans-serif;font-size:.82rem;color:#fff}.label-row-edit-btn,.label-row-delete-btn,.label-row-save-btn,.label-row-cancel-btn{background:transparent;border:1px solid rgba(255,255,255,.08);border-radius:5px;font-size:.72rem;padding:3px 7px;cursor:pointer;transition:all .13s}.label-row-edit-btn{color:#fff6}.label-row-edit-btn:hover{background:#ffffff14;color:#fff}.label-row-delete-btn{color:#ef444480}.label-row-delete-btn:hover{background:#ef44441a;color:#ef4444;border-color:#ef444433}.label-row-save-btn{color:#ff6500;border-color:#ff650033}.label-row-save-btn:hover{background:#ff65001f}.label-row-cancel-btn{color:#ffffff59}.label-row-cancel-btn:hover{background:#ffffff12;color:#fff}.label-new-form{display:flex;flex-direction:column;gap:10px;padding-top:12px;border-top:1px solid rgba(255,255,255,.07)}.label-new-input{background:#ffffff0d;border:1px solid rgba(255,255,255,.12);border-radius:8px;padding:8px 12px;font-family:Inter,sans-serif;font-size:.82rem;color:#fff;outline:none;flex:1}.label-new-input:focus{border-color:#ff650073}.label-new-input::placeholder{color:#ffffff47}.label-new-add-btn{font-family:Inter,sans-serif;font-size:.78rem;font-weight:700;padding:9px 0;background:#ff65001f;color:#ff6500;border:1px solid rgba(255,101,0,.25);border-radius:8px;cursor:pointer;transition:background .15s}.label-new-add-btn:hover{background:#ff650038}.heatmap-grid{display:grid;grid-template-rows:repeat(7,1fr);grid-auto-flow:column;gap:6px;height:120px;width:-webkit-max-content;width:max-content}.heatmap-cell{width:14px;height:14px;border-radius:3px;background:#ffffff0d;border:1px solid rgba(255,255,255,.05);transition:transform .15s,border-color .15s}.heatmap-cell:hover{transform:scale(1.2);border-color:#ffffff4d}.heatmap-cell--future{border:1px dashed rgba(255,255,255,.1);background:transparent;pointer-events:none}.dashboard-empty{font-family:Inter,sans-serif;font-size:.85rem;color:#ffffff4d;text-align:center;padding:32px 0;margin:0}.dashboard-today--achieved{position:relative;overflow:hidden;border-color:#44bb784d!important;background:radial-gradient(circle at 50% 0%,rgba(68,187,120,.08),transparent 70%),#ffffff04;box-shadow:0 0 20px #44bb7814}.dashboard-today--achieved .today-progress-fill{background:linear-gradient(90deg,#ff6500,#44bb78)!important;box-shadow:0 0 10px #44bb7880}.goal-celebration-banner{display:flex;align-items:center;justify-content:center;gap:8px;background:#44bb781f;border:1px solid rgba(68,187,120,.3);border-radius:20px;padding:6px 16px;margin-top:-12px;margin-bottom:8px;align-self:center;position:relative;animation:bannerPop .4s cubic-bezier(.175,.885,.32,1.275)}.celebration-icon{font-size:1rem;animation:bounce 1s infinite alternate}.celebration-text{font-family:Inter,sans-serif;font-size:.8rem;font-weight:600;color:#44bb78;letter-spacing:.02em}@keyframes bannerPop{0%{transform:scale(.8);opacity:0}to{transform:scale(1);opacity:1}}@keyframes bounce{0%{transform:translateY(0)}to{transform:translateY(-3px)}}.confetti-particles{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.confetti-particle{position:absolute;width:6px;height:6px;border-radius:50%;opacity:0;animation:confettiFloat 2.5s ease-out infinite}.confetti-particle.p1{left:10%;background:#ff6500;animation-delay:0s}.confetti-particle.p2{left:20%;background:#44bb78;animation-delay:.3s}.confetti-particle.p3{left:30%;background:#3b82f6;animation-delay:.6s}.confetti-particle.p4{left:45%;background:#ec4899;animation-delay:.1s}.confetti-particle.p5{left:55%;background:#eab308;animation-delay:.4s}.confetti-particle.p6{left:70%;background:#44bb78;animation-delay:.7s}.confetti-particle.p7{left:85%;background:#ff6500;animation-delay:.2s}.confetti-particle.p8{left:15%;background:#a855f7;animation-delay:.9s}.confetti-particle.p9{left:35%;background:#06b6d4;animation-delay:.5s}.confetti-particle.p10{left:65%;background:#ff6500;animation-delay:1.1s}.confetti-particle.p11{left:75%;background:#44bb78;animation-delay:.8s}.confetti-particle.p12{left:90%;background:#ec4899;animation-delay:1s}.confetti-particle.p13{left:50%;background:#3b82f6;animation-delay:1.2s}.confetti-particle.p14{left:25%;background:#eab308;animation-delay:1.3s}@keyframes confettiFloat{0%{transform:translateY(10px) scale(0);opacity:0}30%{opacity:.9}to{transform:translateY(-40px) scale(1.2);opacity:0}}.dashboard-ambient{display:flex;flex-direction:column;gap:14px;padding:18px 24px}.ambient-header{display:flex;align-items:center;justify-content:space-between}.ambient-title{font-family:MainFont,-apple-system,sans-serif;font-size:.75rem;font-weight:600;color:#fff6;text-transform:uppercase;letter-spacing:.08em}.ambient-autostart-toggle{display:flex;align-items:center;gap:6px;cursor:pointer}.ambient-autostart-toggle input[type=checkbox]{accent-color:#ff6500;cursor:pointer;width:14px;height:14px}.ambient-autostart-toggle span{font-family:Inter,sans-serif;font-size:.75rem;color:#ff6500;font-weight:600}.ambient-controls-row{display:flex;align-items:center;justify-content:space-between;gap:16px}.ambient-tabs{display:flex;align-items:center;gap:6px}.ambient-tab{font-family:Inter,sans-serif;font-size:.78rem;font-weight:500;padding:5px 12px;border-radius:6px;border:1px solid rgba(255,255,255,.08);background:transparent;color:#fff9;cursor:pointer;transition:all .15s ease}.ambient-tab:hover{border-color:#fff3;color:#fff}.ambient-tab--active{border-color:#ff6500!important;background:transparent!important;color:#ff6500!important;font-weight:600}.ambient-volume-bar{display:flex;align-items:center;gap:8px}.ambient-volume-bar .volume-icon{font-size:.8rem;color:#fff6}.ambient-volume-bar input[type=range]{width:90px;height:4px;accent-color:#ff6500;cursor:pointer}.ambient-volume-bar .volume-num{font-family:JetBrains Mono,monospace;font-size:.72rem;color:#fff6;min-width:28px;text-align:right}.dashboard-tasks,.dashboard-activity{display:flex;flex-direction:column;height:100%;min-height:320px;margin-bottom:0}.weekly-chart-container{display:flex;height:180px;padding-bottom:24px}.weekly-chart-y-axis{display:flex;flex-direction:column;justify-content:space-between;text-align:right;padding-right:8px;width:55px;font-family:JetBrains Mono,monospace;font-size:.75rem;color:#fff6;position:relative}.weekly-chart-y-axis:after{content:"";position:absolute;right:0;top:6px;bottom:6px;width:1px;background:#ffffff1a}.weekly-chart-y-axis span{position:relative;top:-6px}.weekly-chart-bars{flex:1;display:flex;justify-content:space-around;align-items:flex-end;position:relative;padding-left:10px;border-bottom:1px solid rgba(255,255,255,.1)}.weekly-chart-goal-line{position:absolute;left:0;right:0;height:1px;background:transparent;border-top:1px dashed rgba(255,101,0,.5);z-index:1;pointer-events:none}.goal-line-label{position:absolute;right:0;top:-16px;font-family:Inter,sans-serif;font-size:.65rem;color:#ff6500;padding:0 4px}.weekly-chart-bar-wrap{display:flex;flex-direction:column;align-items:center;height:100%;justify-content:flex-end;width:32px;position:relative}.weekly-chart-bar{width:16px;background:#ffffff26;border-radius:4px 4px 0 0;transition:all .2s;cursor:pointer;position:relative;z-index:2}.weekly-chart-bar:hover{background:#ffffff4d}.weekly-chart-bar--today{background:#ff6500}.weekly-chart-bar--today:hover{background:#ff8533}.weekly-chart-bar--selected{box-shadow:0 0 0 2px #ffffff1a,0 0 10px #fff3;background:#fff6}.weekly-chart-bar--selected.weekly-chart-bar--today{background:#ff8533}.weekly-chart-bar--future{background:transparent;border:1px dashed rgba(255,255,255,.1);border-bottom:none;cursor:default}.weekly-chart-bar--future:hover{background:transparent}.weekly-chart-day-label{position:absolute;bottom:-24px;font-family:JetBrains Mono,monospace;font-size:.75rem;color:#fff6}:root{--header-height: 42px;--key-height: 56px;--key-width: 56px}.workspace-page{display:flex;justify-content:center;padding:40px 48px 80px;min-height:calc(100vh - 56px);background-color:#101010}@media (max-width: 900px){.workspace-page{padding:24px 16px 60px}}.workspace-container{width:100%;max-width:800px}.workspace-page-header{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;margin-bottom:40px;flex-wrap:wrap}.workspace-page-title{font-family:MainFont,-apple-system,sans-serif;font-size:22px;font-weight:600;letter-spacing:-.01em;color:#f2f2f2;margin:0 0 8px}.workspace-page-sub{font-family:Inter,sans-serif;font-size:14px;font-weight:400;color:#969696;margin:0}.ws-new-btn{flex-shrink:0;height:40px;padding:0 20px;border-radius:8px;border:none;background:#ff6500;color:#fff;font-family:Inter,sans-serif;font-size:14px;font-weight:600;cursor:pointer;transition:all .15s ease;align-self:center}.ws-new-btn:hover{filter:brightness(1.1)}.ws-toast{display:inline-block;margin-bottom:24px;padding:10px 16px;background:#ff65001a;border:1px solid rgba(255,101,0,.2);border-radius:8px;font-family:Inter,sans-serif;font-size:13px;font-weight:500;color:#ff6500;animation:wsToastIn .2s ease}@keyframes wsToastIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.ws-capture-banner{display:flex;align-items:center;gap:12px;padding:16px;margin-bottom:24px;background:#ff65000d;border:1px solid rgba(255,101,0,.2);border-radius:10px;font-family:Inter,sans-serif;font-size:14px;font-weight:500;color:#ff6500;animation:wsToastIn .2s ease}.ws-capture-dot{width:8px;height:8px;border-radius:50%;background:#ff6500;flex-shrink:0;animation:livePulse 1s ease-in-out infinite}@keyframes livePulse{0%,to{opacity:1}50%{opacity:.4}}.ws-capture-cancel{margin-left:auto;background:none;border:none;color:#ff6500cc;font-family:Inter,sans-serif;font-size:13px;font-weight:500;cursor:pointer}.ws-capture-cancel:hover{color:#ff6500;text-decoration:underline}.workspace-empty{font-family:Inter,sans-serif;font-size:14px;color:#666;text-align:center;padding:80px 0;margin:0}.ws-grid{display:flex;flex-direction:column;gap:16px}.ws-card{display:flex;align-items:center;gap:16px;padding:16px 20px;background:#141414;border:1px solid #292929;border-radius:12px;transition:background .15s ease,border-color .15s ease}.ws-card:hover{background:#181818}.ws-card--capturing{border-color:#ff6500;background:#ff650008}.ws-card-icon{font-size:24px;flex-shrink:0;width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:#181818;border-radius:10px;border:1px solid #292929}.ws-card-body{display:flex;flex-direction:column;gap:4px;flex:1;min-width:0}.ws-card-name{font-family:Inter,sans-serif;font-size:14px;font-weight:600;color:#f2f2f2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ws-card-count{font-family:Inter,sans-serif;font-size:13px;color:#969696}.ws-card-actions{display:flex;gap:8px;flex-shrink:0}.ws-btn{height:36px;padding:0 16px;border-radius:8px;border:1px solid #292929;background:#181818;color:#f2f2f2;font-family:Inter,sans-serif;font-size:13px;font-weight:500;cursor:pointer;transition:all .15s ease}.ws-btn:hover:not(:disabled){background:#1d1d1d;border-color:#3d3d3d}.ws-btn:disabled{opacity:.4;cursor:not-allowed}.ws-btn--run{color:#ff6500;border-color:#ff65004d;background:#ff65000d}.ws-btn--run:hover:not(:disabled){background:#ff65001a;border-color:#ff650099}.ws-btn--delete{color:#e57373;border-color:transparent;background:transparent;padding:0 12px}.ws-btn--delete:hover{color:#ef5350;background:#ef53501a;border-color:#ef535033}.ws-btn--assign{color:#969696}.ws-btn--assign:hover:not(:disabled){color:#ff6500;border-color:#ff650080}.ws-btn--capturing{color:#ff6500!important;border-color:#ff6500!important;background:#ff65001a!important;animation:captureFlash 1.5s ease-in-out infinite}.ws-btn--app-pick{flex:1;height:40px;padding:0 16px;background:#141414;border:1px solid #292929;border-radius:8px;color:#f2f2f2;font-family:Inter,sans-serif;font-size:14px;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;cursor:pointer;transition:all .15s ease}.ws-btn--app-pick:hover{background:#1d1d1d;border-color:#3d3d3d}.ws-btn--cancel{background:transparent;border-color:transparent;color:#969696}.ws-btn--cancel:hover{background:#141414;color:#f2f2f2}.ws-btn--save{background:#ff6500;color:#fff;border:none;font-weight:600}.ws-btn--save:hover{filter:brightness(1.1)}@keyframes captureFlash{0%,to{opacity:1}50%{opacity:.7}}.ws-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#101010cc;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:300;display:flex;align-items:center;justify-content:center;animation:wsBackdropIn .15s ease}@keyframes wsBackdropIn{0%{opacity:0}to{opacity:1}}.ws-modal{background:#141414;border:1px solid #292929;border-radius:14px;padding:32px;width:560px;max-width:calc(100vw - 48px);max-height:calc(100vh - 80px);overflow-y:auto;box-shadow:0 24px 48px #00000080;animation:wsModalIn .2s cubic-bezier(.2,.8,.2,1)}@keyframes wsModalIn{0%{opacity:0;transform:scale(.97)}to{opacity:1;transform:scale(1)}}.ws-modal-title{font-family:Inter,sans-serif;font-size:20px;font-weight:600;color:#f2f2f2;margin:0 0 24px;letter-spacing:-.01em}.ws-field-row{display:flex;gap:12px;margin-bottom:24px}.ws-input{height:40px;padding:0 14px;background:#181818;border:1px solid #292929;border-radius:8px;color:#f2f2f2;font-family:Inter,sans-serif;font-size:14px;outline:none;transition:all .15s ease}.ws-input:hover{border-color:#3d3d3d}.ws-input:focus{border-color:#ff6500}.ws-input::placeholder{color:#666}.ws-input--icon{width:56px;text-align:center;font-size:20px;flex-shrink:0}.ws-input--name,.ws-input--path{flex:1}.ws-actions-label{font-family:Inter,sans-serif;font-size:12px;font-weight:600;color:#969696;margin-bottom:12px}.ws-actions-list{display:flex;flex-direction:column;gap:12px;margin-bottom:32px}.ws-action-row{display:flex;gap:12px;align-items:center}.ws-select{height:40px;padding:0 12px;background:#181818;border:1px solid #292929;border-radius:8px;color:#f2f2f2;font-family:Inter,sans-serif;font-size:14px;outline:none;cursor:pointer;flex-shrink:0;transition:all .15s ease}.ws-select:hover{border-color:#3d3d3d}.ws-select:focus{border-color:#ff6500}.ws-select option{background:#141414}.ws-add-action-btn{align-self:flex-start;height:36px;padding:0 16px;border-radius:8px;border:1px solid #292929;background:transparent;color:#969696;font-family:Inter,sans-serif;font-size:13px;font-weight:500;cursor:pointer;transition:all .15s ease}.ws-add-action-btn:hover{border-color:#969696;color:#f2f2f2}.ws-modal-footer{display:flex;gap:12px;justify-content:flex-end;padding-top:16px;border-top:1px solid #292929}.ws-btn-icon-picker{width:56px;height:40px;background:#181818;border:1px solid #292929;border-radius:8px;color:#ff6500;display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0;transition:all .15s ease;padding:0}.ws-btn-icon-picker:hover{border-color:#ff6500;background:#1d1d1d;transform:scale(1.04)}.ws-btn-icon-picker .material-symbols-rounded{font-size:24px;color:#ff6500}.ws-card-icon .material-symbols-rounded{font-size:28px;color:#ff6500}.ws-icon-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0a0a0ad9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:400;display:flex;align-items:center;justify-content:center;animation:wsBackdropIn .15s ease}.ws-icon-modal{background:#141414;border:1px solid #292929;border-radius:16px;padding:24px;width:560px;max-width:calc(100vw - 48px);max-height:80vh;display:flex;flex-direction:column;box-shadow:0 24px 60px #0009;animation:wsModalIn .2s cubic-bezier(.2,.8,.2,1)}.ws-icon-modal-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.ws-icon-modal-title{font-family:Inter,sans-serif;font-size:18px;font-weight:600;color:#f2f2f2;margin:0}.ws-icon-modal-close{background:transparent;border:none;color:#969696;font-size:22px;cursor:pointer;padding:4px 8px;border-radius:6px;transition:all .12s ease}.ws-icon-modal-close:hover{color:#f2f2f2;background:#1d1d1d}.ws-icon-search-wrapper{position:relative;display:flex;align-items:center;margin-bottom:16px}.ws-icon-search-glyph{position:absolute;left:12px;color:#666;font-size:20px;pointer-events:none}.ws-icon-search-input{width:100%;height:42px;padding:0 36px 0 40px;background:#181818;border:1px solid #292929;border-radius:10px;color:#f2f2f2;font-family:Inter,sans-serif;font-size:14px;outline:none;transition:all .15s ease}.ws-icon-search-input:focus{border-color:#ff6500;box-shadow:0 0 0 2px #ff650033}.ws-icon-search-input::placeholder{color:#666}.ws-icon-search-clear{position:absolute;right:12px;background:none;border:none;color:#666;font-size:18px;cursor:pointer;padding:0}.ws-icon-search-clear:hover{color:#f2f2f2}.ws-icon-section-label{font-family:Inter,sans-serif;font-size:12px;font-weight:600;color:#666;text-transform:uppercase;letter-spacing:.05em;margin-bottom:12px}.ws-icon-grid{flex:1;overflow-y:auto;display:grid;grid-template-columns:repeat(auto-fill,minmax(84px,1fr));gap:10px;padding-right:4px;max-height:420px}.ws-icon-grid::-webkit-scrollbar{width:6px}.ws-icon-grid::-webkit-scrollbar-track{background:transparent}.ws-icon-grid::-webkit-scrollbar-thumb{background:#ffffff1f;border-radius:3px}.ws-icon-item{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:12px 6px 8px;background:#181818;border:1px solid rgba(255,255,255,.06);border-radius:10px;cursor:pointer;transition:all .15s ease;color:#969696;gap:6px}.ws-icon-item .material-symbols-rounded{font-size:26px;color:#fff;transition:transform .15s ease}.ws-icon-item .ws-icon-item-name{font-family:Inter,sans-serif;font-size:10px;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#666}.ws-icon-item:hover{background:#1d1d1d;border-color:#fff3;color:#f2f2f2}.ws-icon-item:hover .material-symbols-rounded{transform:scale(1.15);color:#ff6500}.ws-icon-item:hover .ws-icon-item-name{color:#f2f2f2}.ws-icon-item.active{background:#ff650026;border-color:#ff6500;box-shadow:0 0 12px #ff65004d}.ws-icon-item.active .material-symbols-rounded{color:#ff6500}.ws-icon-item.active .ws-icon-item-name{color:#ff6500;font-weight:600}.onboarding-tour-root{position:fixed;top:0;right:0;bottom:0;left:0;z-index:99999;pointer-events:none;font-family:inherit}.onboarding-tour-root .tour-svg-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;width:100vw;height:100vh;z-index:100000;pointer-events:auto}.onboarding-tour-root .tour-svg-backdrop .tour-clickable-backdrop{cursor:pointer}.onboarding-tour-root .tour-spotlight-highlight{position:fixed;z-index:100001;border-radius:10px;border:2px solid #3b82f6;box-shadow:0 0 24px #3b82f68c,inset 0 0 10px #3b82f633;pointer-events:none;transition:all .25s cubic-bezier(.4,0,.2,1)}.onboarding-tour-root .tour-card{position:fixed;z-index:100002;pointer-events:auto;width:420px;max-width:calc(100vw - 32px);background:#141721;border:1px solid rgba(255,255,255,.12);border-radius:14px;box-shadow:0 24px 48px -12px #000000bf,0 0 1px 1px #ffffff1a;padding:20px 22px;color:#f1f5f9;box-sizing:border-box}.onboarding-tour-root .tour-card.centered{transform:translate(-50%,-50%)!important}.onboarding-tour-root .tour-card .tour-card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.onboarding-tour-root .tour-card .tour-card-header .tour-badge-wrapper{display:flex;align-items:center;gap:10px}.onboarding-tour-root .tour-card .tour-card-header .tour-badge-wrapper .tour-badge{display:inline-flex;align-items:center;gap:6px;padding:3px 10px;background:#3b82f629;border:1px solid rgba(59,130,246,.38);color:#60a5fa;border-radius:20px;font-size:11.5px;font-weight:600;letter-spacing:.3px;text-transform:uppercase}.onboarding-tour-root .tour-card .tour-card-header .tour-badge-wrapper .tour-badge .tour-badge-icon{color:#60a5fa}.onboarding-tour-root .tour-card .tour-card-header .tour-badge-wrapper .tour-step-counter{font-size:12px;color:#94a3b8;font-weight:500}.onboarding-tour-root .tour-card .tour-card-header .tour-close-btn{background:transparent;border:none;color:#94a3b8;cursor:pointer;padding:5px;border-radius:6px;display:flex;align-items:center;justify-content:center;transition:all .15s ease}.onboarding-tour-root .tour-card .tour-card-header .tour-close-btn:hover{background:#ffffff17;color:#f8fafc}.onboarding-tour-root .tour-card .tour-body{margin-bottom:20px}.onboarding-tour-root .tour-card .tour-body .tour-title{font-size:17px;font-weight:700;margin:0 0 8px;color:#fff;line-height:1.35}.onboarding-tour-root .tour-card .tour-body .tour-desc{font-size:13.5px;line-height:1.6;color:#cbd5e1;margin:0}.onboarding-tour-root .tour-card .tour-footer{display:flex;align-items:center;justify-content:space-between;padding-top:14px;border-top:1px solid rgba(255,255,255,.08)}.onboarding-tour-root .tour-card .tour-footer .tour-dots{display:flex;align-items:center;gap:5px;max-width:180px;flex-wrap:wrap}.onboarding-tour-root .tour-card .tour-footer .tour-dots .tour-dot{width:7px;height:7px;border-radius:50%;background:#ffffff38;border:none;padding:0;cursor:pointer;transition:all .2s ease}.onboarding-tour-root .tour-card .tour-footer .tour-dots .tour-dot.active{background:#3b82f6;width:16px;border-radius:4px}.onboarding-tour-root .tour-card .tour-footer .tour-dots .tour-dot:hover:not(.active){background:#ffffff73}.onboarding-tour-root .tour-card .tour-footer .tour-actions{display:flex;align-items:center;gap:8px}.onboarding-tour-root .tour-card .tour-footer .tour-actions .tour-btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:7px 14px;border-radius:8px;font-size:13px;font-weight:600;cursor:pointer;transition:all .15s ease;border:none}.onboarding-tour-root .tour-card .tour-footer .tour-actions .tour-btn.tour-btn-secondary{background:#ffffff14;color:#cbd5e1;border:1px solid rgba(255,255,255,.1)}.onboarding-tour-root .tour-card .tour-footer .tour-actions .tour-btn.tour-btn-secondary:hover{background:#ffffff24;color:#fff}.onboarding-tour-root .tour-card .tour-footer .tour-actions .tour-btn.tour-btn-primary{background:#2563eb;color:#fff;box-shadow:0 2px 8px #2563eb59}.onboarding-tour-root .tour-card .tour-footer .tour-actions .tour-btn.tour-btn-primary:hover{background:#1d4ed8;box-shadow:0 4px 12px #2563eb80}.hid button,.hid div{margin:8px}.hid div.box{border:1px solid lightgray}.hid input[type=text],.hid input[type=number]{width:50px;margin-right:8px}.hid label{margin-right:8px}
