@charset "UTF-8";@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: "Poppins", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", 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:var(--app-font);font-weight:500}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}.configure-root{display:flex;flex-direction:column;height:100vh;background-color:#000}.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:64px;width:100%;grid-template-columns:1fr 1fr 1fr;align-items:center;margin:0;padding:0 16px;background-color:#000000b3;background-image:linear-gradient(135deg,#ffffff0d,#fff0);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid rgba(255,255,255,.08);z-index:100;box-shadow:0 4px 30px #0000004d}.header .kbd-device{display:flex;flex-direction:row;align-items:center}.header .kbd-device .kbd-select{display:flex;flex-direction:row;align-items:center;cursor:pointer;padding:8px 12px;border-radius:12px;transition:all .2s cubic-bezier(.4,0,.2,1);background-color:#ffffff08;border:1px solid rgba(255,255,255,.05)}.header .kbd-device .kbd-select .kbd-name{display:flex;flex-direction:column}.header .kbd-device .kbd-select .kbd-name h2{margin:0;font-weight:800;font-size:1.1rem;letter-spacing:-.01em;max-width:33.3333333333vw;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;color:#fff}.header .kbd-device .kbd-select .kbd-name .ids{font-size:.65rem;font-family:JetBrains Mono,Roboto Mono,monospace;color:#ffffff80;margin-top:2px;letter-spacing:.02em}.header .kbd-device .kbd-select svg{margin-left:4px;opacity:.6;transition:transform .2s ease}.header .kbd-device .kbd-select:hover{background-color:#ffffff14;border-color:#ff65004d;transform:translateY(-1px)}.header .kbd-device .kbd-select:hover h2{color:#ff6500}.header .kbd-device .kbd-select:hover .ids{color:#ff6500b3}.header .kbd-device .kbd-select:hover svg{opacity:1;color:#ff6500;transform:translateY(2px)}.header .header-logo{text-align:center;height:100%;display:flex;align-items:center;justify-content:center}.header .header-logo a{display:block;transition:transform .3s cubic-bezier(.34,1.56,.64,1)}.header .header-logo a:hover{transform:scale(1.05)}.header .buttons{display:flex;align-items:center;gap:16px}.header .header-right{display:flex;align-items:center;justify-content:flex-end;gap:20px;height:100%}.device-item{display:flex;flex-direction:row;padding:12px 16px;border-bottom:1px solid rgba(255,255,255,.05);align-items:center;width:100%;transition:background-color .2s ease}.device-item:hover{background-color:#ffffff08}.device-item .link-icon{margin-right:12px}.device-item .link-on{color:#ff6500;filter:drop-shadow(0 0 5px rgba(255,101,0,.4))}.device-item .device-name{display:flex;align-items:center;color:#fff;font-weight:600;font-size:.9rem;font-family:Inter,sans-serif}.device-item .device-name .device-ids{font-family:JetBrains Mono,monospace;font-weight:400;font-size:.65rem;margin-left:8px;opacity:.4}.another-device-wrapper{display:flex;justify-content:center;width:100%;padding:12px}.another-device-wrapper .another-device{width:100%;border-radius:12px;font-weight:800;text-transform:uppercase;letter-spacing:.05em;background:#ff65001a;border:1px solid rgba(255,101,0,.2);color:#ff6500;padding:12px;cursor:pointer;transition:all .2s ease;font-family:Inter,sans-serif}.another-device-wrapper .another-device:hover{background:#ff650026;border-color:#ff6500;transform:scale(1.02)}@keyframes button-pulse{0%{box-shadow:0 0 #ff650066}70%{box-shadow:0 0 0 10px #ff650000}to{box-shadow:0 0 #ff650000}}@keyframes sweep{0%{transform:translate(-100%)}to{transform:translate(100%)}}.flash-button{position:relative;overflow:hidden;height:38px;min-width:110px;background:transparent;border:1px solid rgba(255,101,0,.3);color:#ff6500cc;border-radius:10px;font-weight:800;font-size:.75rem;letter-spacing:.1em;text-transform:uppercase;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;justify-content:center;font-family:Inter,sans-serif}.flash-button.enable{background:linear-gradient(135deg,#ff6500,#ff8533);border-color:transparent;color:#fff;box-shadow:0 4px 15px #ff65004d;animation:button-pulse 2s infinite}.flash-button.enable:hover{transform:translateY(-2px);box-shadow:0 6px 20px #ff650066;filter:brightness(1.1)}.flash-button.disable{opacity:.3;cursor:not-allowed;border-color:#ffffff1a;color:#ffffff4d}.flash-button.flashing{background:#ff65001a;border-color:#ff6500;color:#ff6500}.flash-button.flashing:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);animation:sweep 1.5s infinite}.flash-button.success{background:#4caf50;border-color:transparent;color:#fff}.flash-button.success:before{content:"✓ ";margin-right:4px}.connection-modal{display:flex;align-items:center;justify-content:center}.paper{background-color:#000;border:"2px solid #000";box-shadow:5px;padding:8px}@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}.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}.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}.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:#ff8533!important;border-color:#ffa466!important;color:#000!important}.keycap-base.keycap-selected .keyroof-base{border-color:#ff65001a!important;background-color:#ffa466!important}.keycap-base.keycap-selected .keyroof{background-color:#ffa466!important;color:#000!important}.keycap-base.keycap-selected .keyroof .keylabel,.keycap-base.keycap-selected .keyroof .keylabel .keycode-label,.keycap-base.keycap-selected .keyroof .keylabel .modifier,.keycap-base.keycap-selected .keyroof .keylabel .right{color:#000!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.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 .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 .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}.profile-icon-avatar{width:31px!important;height:31px!important}.content{display:flex;position:relative;flex-direction:column}.content.fit-display-height{height:100vh}.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}.remap-container{display:flex;flex-direction:row;height:100vh;gap:28px;overflow:hidden;padding-left:32px}.keyboard-wrapper{position:relative;width:70%;margin-top:0;z-index:1;overflow-y:hidden;display:flex;justify-content:center;align-items:center;transform:scale(1.15);transform-origin:center center;min-height:calc(100vh - 83px);background-color:#000}.keyboard-wrapper .controller{display:flex;flex-direction:row;padding:16px;background-color:#000}.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:#000}.keycode{display:flex;position:relative;flex-direction:column;width:30%;margin:60px;padding:8px 8px 32px;background-color:#000;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none}.keycode::-webkit-scrollbar{display:none}.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:#ffffff05!important;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.05)!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:800;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:#0003;border-radius:0 0 12px 12px;border-top:1px solid rgba(255,255,255,.03)}.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:#0f0f0f4d;-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);border-bottom:1px solid rgba(255,255,255,.05)}.key-categories .keycodes-search{width:100%}.key-categories .keycodes-search .MuiInputBase-root{background:#ffffff05;border-radius:12px;border:1px solid rgba(255,255,255,.08);transition:all .3s cubic-bezier(.4,0,.2,1);height:48px}.key-categories .keycodes-search .MuiInputBase-root:hover{background:#ffffff0a;border-color:#ffffff26}.key-categories .keycodes-search .MuiInputBase-root.Mui-focused{background:#ff650008;border-color:#ff6500;box-shadow:0 0 20px #ff650026,inset 0 0 10px #ff65000d}.key-categories .keycodes-search .MuiInputBase-root.Mui-focused fieldset,.key-categories .keycodes-search .MuiInputBase-root fieldset{border:none}.key-categories .keycodes-search svg{color:#ffffff4d;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:#fff;font-weight:700;font-size:.95rem}.key-categories .keycodes-search .MuiInputBase-input::placeholder{color:#fff3;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:#ffffff08!important;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border:1px solid rgba(255,255,255,.08)!important;border-radius:16px!important;margin-bottom:8px!important;box-shadow:0 8px 32px #0000004d!important;transition:all .4s 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:#ffffff0d!important;border-color:#ff650066!important;margin-bottom:12px!important}.accordion-list .key-accordion.Mui-expanded .accordion-title{color:#ff6500}.accordion-list .key-accordion.Mui-expanded .accordion-title:after{width:60px;background:linear-gradient(90deg,#ff6500,transparent)}.accordion-list .key-accordion.Mui-expanded .MuiAccordionSummary-expandIconWrapper{color:#ff6500;transform:rotate(180deg)}.accordion-list .key-accordion .accordion-title{font-weight:800;font-size:.95rem;letter-spacing:.08em;color:#fff;text-transform:uppercase;font-family:Inter,sans-serif;position:relative;display:inline-block}.accordion-list .key-accordion .accordion-title:after{content:"";display:block;width:30px;height:3px;background:#ffffff1a;margin-top:6px;border-radius:2px;transition:all .3s ease}.accordion-list .key-accordion .MuiAccordionDetails-root{padding:4px 12px 12px;border-top:1px solid rgba(255,255,255,.05);background:#0003}.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 rgba(255,255,255,.1);border-radius:10px;display:flex;flex-direction:row;align-items:center;justify-content:center;background-color:#ffffff08;color:#fff;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:#ffffff14;border-color:#ff6500;transform:translateY(-2px);box-shadow:0 4px 12px #0000004d}.keycodekey:hover .code-label{color:#fff}.keycodekey.selected{background:#ff65001a;border-color:#ff6500;box-shadow:0 0 15px #ff650033}.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:row;align-items:center;justify-content:center;gap:32px;padding:80px 40px;background-color:#000;background-image:radial-gradient(circle at 50% 50%,rgba(255,101,0,.06) 0%,transparent 70%);min-height:calc(100vh - 64px);width:100%;box-sizing:border-box}.keyboards-wrapper .layer-wrapper{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;min-width:140px;padding: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}.keyboards-wrapper .layer-wrapper .MuiPagination-ul{flex-direction:column;gap:12px;width:100%}.keyboards-wrapper .keyboard-column{display:flex;flex-direction:column;align-items:center;flex:1;max-width:1400px;padding:0 40px}.keyboards-wrapper .keyboard-column .default-layer-info{font-family:Inter,sans-serif;font-size:.85rem;text-transform:uppercase;letter-spacing:.4em;color:#ff6500b3;margin-bottom:16px;text-align:center;font-weight:800;background:#ff650008;padding:14px 40px;border-radius:4px;border:1px solid rgba(255,101,0,.2);width:100%;box-sizing:border-box}.keyboards-wrapper .keyboards{display:flex;flex-direction:row;justify-content:center;position:relative;z-index:2;padding:32px;transform:scale(1.4);transform-origin:center center}.keyboards-wrapper .keyboards .keyboard-root{display:flex;justify-content:center;align-items:center;background-color:#0d0d0d99;border:1px solid rgba(255,255,255,.1);padding:16px;border-radius:16px;box-shadow:0 40px 100px #0009,0 0 40px #ff65000d;transition:all .5s cubic-bezier(.4,0,.2,1)}.keyboards-wrapper .keyboards .keyboard-root:hover{box-shadow:0 60px 120px #000000b3,0 0 60px #ff65001a;border-color:#ff65004d}.keyboards-wrapper .keyboards .keyboard-root .keyboard-frame{width:100%;position:relative}.keyboards-wrapper .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 .MuiTab-root{min-width:95px!important;font-weight:700;letter-spacing:.05em;text-transform:uppercase;font-size:.8rem;transition:all .2s ease;opacity:.7;color:#fff9}.customkey-popover .MuiTab-root.Mui-selected{color:#ff6500;opacity:1}.customkey-popover .MuiTab-root:hover{opacity:1;color:#fff}.customkey-popover .MuiTabs-indicator{height:3px;background:linear-gradient(90deg,#ff6500,#ff8533);border-radius:3px 3px 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:12px;font-size:.85rem;opacity:.7;line-height:1.4}.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:#fff}.tab-app-launch .MuiTypography-root{color:#fff}.tab-app-launch>.MuiTypography-body1{font-size:.85rem;margin-bottom:20px;color:#fff9;line-height:1.5}.tab-app-launch .MuiAlert-standardInfo{background:linear-gradient(135deg,#0288d11a,#0288d10d);color:#4fc3f7;border:1px solid rgba(79,195,247,.2);border-radius:8px;padding:8px 12px;margin-bottom:16px}.tab-app-launch .MuiAlert-standardInfo .MuiAlert-icon{color:#4fc3f7;margin-right:8px}.tab-app-launch .MuiAlert-standardInfo strong{color:#81d4fa}.tab-app-launch .MuiAlert-standardSuccess{background:linear-gradient(135deg,#4caf501a,#4caf500d);color:#81c784;border:1px solid rgba(129,199,132,.2);border-radius:8px;padding:8px 12px;margin-bottom:16px}.tab-app-launch .MuiAlert-standardSuccess .MuiAlert-icon{color:#81c784}.tab-app-launch .MuiFormControl-root{margin-bottom:16px}.tab-app-launch .MuiFormControl-root .MuiFormControlLabel-label{font-size:.85rem;font-weight:600;color:#fffc}.tab-app-launch .MuiFormControl-root .MuiRadio-root{color:#ffffff4d}.tab-app-launch .MuiFormControl-root .MuiRadio-root.Mui-checked{color:#ff6500}.tab-app-launch .MuiFormControl-root .MuiRadio-root:hover{background-color:#ff650014}.tab-app-launch .MuiTextField-root .MuiInputBase-root{color:#fff;background-color:#ffffff08;border-radius:8px;transition:all .2s ease}.tab-app-launch .MuiTextField-root .MuiInputBase-root fieldset{border-color:#ffffff1a;border-width:1px}.tab-app-launch .MuiTextField-root .MuiInputBase-root:hover fieldset{border-color:#fff3}.tab-app-launch .MuiTextField-root .MuiInputBase-root.Mui-focused{background-color:#ffffff0d}.tab-app-launch .MuiTextField-root .MuiInputBase-root.Mui-focused fieldset{border-color:#ff6500;border-width:2px}.tab-app-launch .MuiTextField-root .MuiInputLabel-root{color:#fff6;font-size:.85rem}.tab-app-launch .MuiTextField-root .MuiInputLabel-root.Mui-focused{color:#ff6500}.tab-app-launch .app-selector-section .MuiButton-outlined{border:1px solid rgba(255,255,255,.1);border-radius:10px;color:#fff;justify-content:flex-start;padding:12px 16px;background:linear-gradient(135deg,#ffffff0d,#ffffff05);transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 12px #0000001a}.tab-app-launch .app-selector-section .MuiButton-outlined .MuiButton-startIcon{color:#ff6500;margin-right:12px;opacity:.9}.tab-app-launch .app-selector-section .MuiButton-outlined:hover{border-color:#ff650080;background:linear-gradient(135deg,#ffffff14,#ffffff0a);transform:translateY(-2px);box-shadow:0 6px 16px #0003,0 0 10px #ff65001a}.tab-app-launch .app-selector-section .MuiButton-outlined:active{transform:translateY(0)}.tab-app-launch .app-selector-section .MuiTypography-caption{opacity:.5;font-size:.75rem;margin-top:8px;padding-left:4px;letter-spacing:.02em}.tab-app-launch .url-input-section .MuiButton-contained{background:linear-gradient(135deg,#ff6500,#ff8533);color:#fff;font-weight:700;letter-spacing:.02em;text-transform:none;border-radius:8px;padding:10px;margin-top:12px;box-shadow:0 4px 14px #ff65004d;transition:all .3s ease}.tab-app-launch .url-input-section .MuiButton-contained:hover{box-shadow:0 6px 20px #ff650066;transform:translateY(-1px);filter:brightness(1.1)}.tab-app-launch .url-input-section .MuiButton-contained:active{transform:translateY(0)}.tab-app-launch .url-input-section .MuiButton-contained:disabled{background:#ffffff0d;color:#fff3;box-shadow:none}.tab-app-launch .MuiButton-textError{text-transform:uppercase;font-size:.7rem;font-weight:700;letter-spacing:.1em;opacity:.5;transition:all .2s ease}.tab-app-launch .MuiButton-textError:hover{opacity:1;background-color:#f4433614;letter-spacing:.12em}.app-selector-dialog .MuiPaper-root{background:#0f0f0f66!important;-webkit-backdrop-filter:blur(25px)!important;backdrop-filter:blur(25px)!important;color:#fff;border:1px solid rgba(255,255,255,.08)!important;border-radius:12px!important;box-shadow:0 12px 48px #0009,inset 0 0 20px #0003!important;overflow:hidden}.app-selector-dialog .MuiDialogTitle-root{font-weight:800;font-size:1.1rem;letter-spacing:.05em;padding:24px 32px 12px;color:#ff6500;text-transform:uppercase;position:relative;display:inline-block}.app-selector-dialog .MuiDialogTitle-root:after{content:"";display:block;width:40px;height:3px;background:linear-gradient(90deg,#ff6500,transparent);margin-top:8px;border-radius:2px;margin-left:0}.app-selector-dialog .MuiDialogContent-root{padding:0 24px 24px}.app-selector-dialog .MuiDialogContent-root .description-text{color:#ffffff80;font-size:.85rem;line-height:1.5;margin-bottom:24px}.app-selector-dialog .MuiDialogActions-root{padding:16px 24px 24px;background-color:#0000001a}.app-selector-dialog .MuiTextField-root{margin-bottom:24px;margin-top:12px}.app-selector-dialog .MuiTextField-root .MuiInputBase-root{background:#ffffff05;border-radius:10px;transition:all .3s cubic-bezier(.4,0,.2,1);height:48px}.app-selector-dialog .MuiTextField-root .MuiInputBase-root fieldset{border-color:#ffffff14}.app-selector-dialog .MuiTextField-root .MuiInputBase-root:hover fieldset{border-color:#ffffff26}.app-selector-dialog .MuiTextField-root .MuiInputBase-root.Mui-focused{background:#ff650008}.app-selector-dialog .MuiTextField-root .MuiInputBase-root.Mui-focused fieldset{border-color:#ff6500;border-width:1px;box-shadow:0 0 15px #ff650026}.app-selector-dialog .MuiTextField-root .MuiInputLabel-root{color:#ffffff4d;font-weight:700;text-transform:uppercase;letter-spacing:.05em;font-size:.75rem}.app-selector-dialog .MuiTextField-root .MuiInputLabel-root.Mui-focused{color:#ff6500}.app-selector-dialog .app-list{background:#0003;border-radius:12px;border:1px solid rgba(255,255,255,.05);padding:12px;margin-top:8px}.app-selector-dialog .app-list .MuiListItemButton-root{border-radius:8px;margin-bottom:6px;transition:all .2s ease;padding:12px 20px;border:1px solid transparent}.app-selector-dialog .app-list .MuiListItemButton-root:hover{background:#ffffff0a;border-color:#ffffff14;transform:translate(4px)}.app-selector-dialog .app-list .MuiListItemButton-root.Mui-selected{background:#ff650014!important;border-color:#ff6500;box-shadow:0 4px 12px #0000004d}.app-selector-dialog .app-list .MuiListItemButton-root.Mui-selected .MuiListItemText-primary{color:#ff6500;font-weight:800}.app-selector-dialog .app-list .MuiListItemButton-root.Mui-selected .MuiListItemText-secondary{color:#ff6500cc}.app-selector-dialog .app-list .MuiListItemButton-root .MuiListItemText-primary{font-weight:700;font-size:1rem;color:#fff;letter-spacing:-.01em}.app-selector-dialog .app-list .MuiListItemButton-root .MuiListItemText-secondary{font-size:.75rem;color:#fff6;font-family:JetBrains Mono,monospace;margin-top:4px}.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:#ffffff1a;border-radius:10px}.app-selector-dialog .MuiList-root::-webkit-scrollbar-thumb:hover{background:#fff3}.app-selector-dialog .MuiButton-root{border-radius:8px;font-weight:700;text-transform:none;padding:8px 20px}.app-selector-dialog .MuiButton-text{color:#fff9}.app-selector-dialog .MuiButton-text:hover{color:#fff;background-color:#ffffff0d}.app-selector-dialog .MuiButton-containedPrimary{background:linear-gradient(135deg,#ff6500,#ff8533);box-shadow:0 4px 14px #ff65004d}.app-selector-dialog .MuiButton-containedPrimary:hover{box-shadow:0 6px 20px #ff650066;transform:translateY(-1px)}.app-selector-dialog .MuiButton-containedPrimary:disabled{background:#ffffff0d;color:#fff3;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}.osd-edit-container{padding:24px 32px;display:flex;flex-direction:column;gap:24px;min-width:800px;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{display:flex;gap:32px;align-items:flex-start}.osd-edit-container .edit-controls .preview-section{flex:1;padding:20px;background:#ffffff08;border-radius:12px;border:1px solid rgba(255,255,255,.05)}.osd-edit-container .edit-controls .preview-section .keyboard-layout-grid{display:flex;flex-direction:column;gap:12px;align-items:center}.osd-edit-container .edit-controls .preview-section .keyboard-layout-grid .key-row{display:flex;gap:12px;align-items:center}.osd-edit-container .edit-controls .edit-form{width:320px;display:flex;flex-direction:column;gap:20px;padding:24px;background:#ffffff08;border-radius:12px;border:1px solid rgba(255,255,255,.05)}.osd-edit-container .edit-controls .edit-form .input-field{display:flex;flex-direction:column;gap:8px}.osd-edit-container .edit-controls .edit-form .input-field label{font-size:.75rem;color:#ffffff80;font-weight:600;text-transform:uppercase}.osd-edit-container .edit-controls .edit-form .input-field input{background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:8px;padding:12px 16px;color:#fff;font-size:.9rem;transition:all .2s ease}.osd-edit-container .edit-controls .edit-form .input-field input:focus{outline:none;border-color:#ff6500;background:#ffffff0d;box-shadow:0 0 0 2px #ff650033}.osd-edit-container .edit-controls .edit-form .selected-visual-preview{display:flex;justify-content:center;margin-top:8px}.osd-edit-container .edit-controls .edit-form .selected-visual-preview .preview-box{width:100px;height:100px;background:#ffffff0d;border:2px solid #ff6500;border-radius:16px;display:flex;align-items:center;justify-content:center;font-size:1.2rem;font-weight:700;color:#fff;box-shadow:0 10px 25px #0003;text-align:center;padding:10px;line-height:1.2}.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-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;padding-top:16px;border-top:1px solid rgba(255,255,255,.05)}.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}.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:#141414cc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:8px 16px;border-radius:8px;border:1px solid rgba(255,255,255,.1);margin-bottom:16px;width:100%;min-height:48px;box-sizing:border-box;animation:slideDown .3s ease-out}.app-mapping-bar .bar-section{display:flex;align-items:center;gap:12px}.app-mapping-bar .mapping-label{font-size:11px;font-weight:600;color:#fff;opacity:.7;white-space:nowrap}.app-mapping-bar .mapped-app-chip{background:#ff650026;border:1px solid rgba(255,101,0,.3);color:#ff6500;font-weight:700}.app-mapping-bar .mapped-app-chip .MuiChip-deleteIcon{color:#ff6500;opacity:.7}.app-mapping-bar .mapped-app-chip .MuiChip-deleteIcon:hover{opacity:1;color:#ff6500}.app-mapping-bar .select-app-btn{border-color:#ffffff4d;color:#fff}.app-mapping-bar .select-app-btn:hover{border-color:#fff;background:#ffffff0d}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideDown{0%{transform:translateY(-10px);opacity:0}to{transform:translateY(0);opacity:1}}.macro-editor-wrapper{display:flex;flex-direction:row;justify-content:center;align-items:center}.macro-editor-content{width:662px;display:flex;flex-direction:column}.macro-editor-content-title{background-color:#000;font-size:18px;font-weight:600;z-index:1;padding:8px}.macro-editor-content-keys{background-color:#000;display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;min-height:90px;width:100%;overflow-x:hidden;z-index:1;padding:4px;border-bottom:1px solid rgba(0,0,0,.2)}.macro-editor-content-keys:focus{outline:2px solid gray}.macro-editor-content-keys .macro-hold-with-spacer{display:flex;flex-direction:row}.macro-editor-content-keys .macro-hold-with-spacer .macro-drop-spacer{width:4px;height:90px;margin-top:2px;margin-right:2px;background-color:#000}.macro-editor-content-keys .macro-hold-with-spacer .macro-drop-spacer-over{background-color:#ff6500}.macro-editor-content-footer{width:100%;display:flex;flex-direction:row;flex-wrap:wrap;padding:8px}.macro-editor-content-footer :last-child{margin-left:auto!important}.macro-hold{border:1px solid #ff8533!important}.macro-hold:hover{cursor:grab}.macro-hold .macro-hold-keys{display:flex;flex-direction:row}.prevent-drop-macro{position:relative;display:flex;flex-wrap:wrap;width:100%;height:93px;margin-top:-93px;z-index:2;padding:2px;background-color:#0006;border-radius:3px;justify-content:center;align-items:center;text-align:center;color:#fff;font-size:.67rem;font-weight:600}.macro-hold-wrapper{padding:8px 4px 2px;margin-top:2px;margin-right:2px;border:1px solid white;border-radius:3px}.macro-hold-wrapper .macro-key-wrapper{position:relative;padding:0 2px;border-left:2px solid rgba(1,1,1,0);border-right:2px solid rgba(1,1,1,0);justify-content:center;align-items:center;display:flex;flex-direction:column;z-index:2}.macro-hold-wrapper .macro-key-wrapper .macro-key{width:calc(var(--key-width));height:calc(var(--key-height));border:1px solid #ccc;border-radius:3px;display:flex;flex-direction:column;background-color:0;color:#333;align-items:center;justify-content:center}.macro-hold-wrapper .macro-key-wrapper .macro-key-label{justify-content:center;align-items:center;text-align:center;line-height:1.1;font-size:.72rem;overflow-wrap:anywhere;overflow:hidden;padding:2px;height:40%}.macro-hold-wrapper .macro-key-wrapper .macro-key:hover{cursor:grab}.macro-hold-wrapper .macro-key-wrapper .macro-key-top{display:flex;width:100%;justify-content:space-between}.macro-hold-wrapper .macro-key-wrapper .macro-key-top-left{display:flex;flex-direction:row;align-items:center;height:14px;cursor:pointer}.macro-hold-wrapper .macro-key-wrapper .macro-key-top-left span{display:inline-block;font-size:.6rem;font-weight:600;color:#ff6500}.macro-hold-wrapper .macro-key-wrapper .macro-key-top a{font-size:.7rem;cursor:pointer;color:#ff8533;margin-right:2px}.macro-hold-wrapper .macro-key-wrapper .macro-key-middle{font-weight:600}.macro-hold-wrapper .macro-key-wrapper .macro-key-middle a{cursor:pointer}.macro-hold-wrapper .macro-key-wrapper .macro-key-bottom{font-size:.6rem}.macro-hold-wrapper .macro-key-wrapper .macro-key-bottom a{font-size:.7rem;cursor:pointer}.macro-hold-wrapper .macro-key-wrapper .macro-key-tap{border-color:#ff8533;color:#ff6500;box-shadow:0 0 4px #ff8533}.macro-hold-wrapper .macro-key-wrapper .macro-key-hold{border-color:#ffa466;color:#ff6500;box-shadow:0 0 2px #ffa466}.macro-hold-wrapper .macro-key-under{height:25px;justify-content:center;align-items:center;display:flex}.macro-hold-wrapper .macro-key-under .macro-key-toggle-tap-hold-btn{color:#ff6500;font-weight:600;font-size:.6rem!important}.drag-over-left{border-left:2px solid #ff6500!important}.drag-over-right{border-right:2px solid #ff6500!important}.macro-drop-key-area{height:81px;flex-grow:1;margin-bottom:8px;margin-left:-2px}.macro-drop-key-area .macro-drop-key-content{width:100%;height:100%}.macro-drop-key-area-with-message{padding:0 16px;display:flex;align-items:center;font-size:medium;border:1px dashed rgba(0,0,0,.2);border-radius:4px;color:#fff}:root{--header-height: 42px;--key-height: 56px;--key-width: 56px}.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}.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}
