body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--pink-light: #ffe8f5;--pink-medium: #ffb8d9;--pink-dark: #ff8fc4;--purple-light: #f0e6ff;--purple-medium: #d4b8ff;--purple-border: #c49fff;--lavender: #e8d8ff;--mint: #8fefcf;--mint-dark: #5fddb0;--yellow-light: #fff8d4;--bg-gradient-start: #ffe8f5;--bg-gradient-end: #f0e6ff;--dark-console: #2d2640;--text-dark: #4a3860;--text-medium: #6a5880;--text-light: #9a88b0;--white: #ffffff;--shadow-color: rgba(180, 150, 210, .4);--editor-bg: #ffffff;--editor-text: #4a3860;--editor-header-bg: linear-gradient(90deg, #e8d8ff, #f0e6ff)}.codemirror-wrapper .cm-editor{background:var(--white);font-family:Consolas,Monaco,Courier New,monospace}.codemirror-wrapper .cm-gutters{background:linear-gradient(180deg,#f8f0ff,#fff8fc);color:#b090c0;border-right:2px solid var(--purple-border)}.codemirror-wrapper .cm-activeLineGutter{background:#efe0ff}.codemirror-wrapper .cm-activeLine{background:#fdf5ff}.codemirror-wrapper .cm-content{caret-color:#7a50a0;font-family:Consolas,Monaco,Courier New,monospace}.codemirror-wrapper .cm-cursor{border-left-color:#7a50a0}.codemirror-wrapper .cm-selectionBackground,.codemirror-wrapper .cm-content ::selection{background:#e8d0ff!important}.codemirror-wrapper .cm-keyword{color:#9c27b0;font-weight:600}.codemirror-wrapper .cm-string{color:#e91e63}.codemirror-wrapper .cm-number{color:#ff5722}.codemirror-wrapper .cm-comment{color:#9e9e9e;font-style:italic}.codemirror-wrapper .cm-variableName{color:#5e35b1}.codemirror-wrapper .cm-function{color:#7b1fa2}.codemirror-wrapper .cm-operator{color:#d81b60}.codemirror-wrapper .cm-punctuation{color:#8e6aa0}.codemirror-wrapper .cm-propertyName{color:#ab47bc}.codemirror-wrapper .cm-definition{color:#6a1b9a;font-weight:600}.codemirror-wrapper .cm-atom{color:#e91e63}.codemirror-wrapper .cm-bool{color:#d500f9}.cm-tooltip{background:var(--white);border:2px solid var(--purple-border);border-radius:8px;box-shadow:0 4px 12px var(--shadow-color)}.cm-tooltip-autocomplete ul li{color:var(--text-dark);padding:4px 8px}.cm-tooltip-autocomplete ul li[aria-selected=true]{background:linear-gradient(90deg,#f0e6ff,#ffe8f5);color:#5a3080}.codemirror-wrapper .cm-lintRange-error{background-image:none;border-bottom:2px wavy #e91e63}.codemirror-wrapper .cm-lintRange-warning{background-image:none;border-bottom:2px wavy #ff9800}.codemirror-wrapper .cm-lineNumbers .cm-gutterElement{color:#c0a0d0;font-weight:600}.codemirror-wrapper .cm-activeLineGutter .cm-gutterElement{color:#9060b0}.App.dark-mode{--pink-light: #2a1f2e;--pink-medium: #4a2840;--pink-dark: #6a3860;--purple-light: #1f1a2e;--purple-medium: #3a2860;--purple-border: #5a4080;--lavender: #2a2040;--mint: #1a4a3a;--mint-dark: #2a6a50;--yellow-light: #3a3520;--bg-gradient-start: #1a1525;--bg-gradient-end: #201a30;--dark-console: #151020;--text-dark: #e0d8f0;--text-medium: #b0a8c0;--text-light: #8078a0;--white: #252030;--shadow-color: rgba(0, 0, 0, .5);--editor-bg: #1a1525;--editor-text: #e0d8f0;--editor-header-bg: linear-gradient(90deg, #2a2040, #1f1a2e)}*{margin:0;padding:0;box-sizing:border-box}html,body,#root{height:100%;overflow:hidden}body{font-family:Nunito,Comic Sans MS,Segoe UI,sans-serif;background:linear-gradient(135deg,var(--bg-gradient-start),var(--bg-gradient-end));color:var(--text-dark)}.dark-mode .codemirror-wrapper,.dark-mode .codemirror-wrapper .cm-editor{background:var(--editor-bg)}.dark-mode .codemirror-wrapper .cm-gutters{background:#1f1a2e;color:#8078a0;border-right:1px solid var(--purple-border)}.dark-mode .codemirror-wrapper .cm-activeLineGutter{background:#2a2040}.dark-mode .codemirror-wrapper .cm-activeLine{background:#252035}.dark-mode .codemirror-wrapper .cm-content{caret-color:#e0d8f0}.dark-mode .codemirror-wrapper .cm-cursor{border-left-color:#e0d8f0}.dark-mode .codemirror-wrapper .cm-selectionBackground,.dark-mode .codemirror-wrapper .cm-content ::selection{background:#3a2860!important}.dark-mode .codemirror-wrapper .cm-line{color:var(--editor-text)}.dark-mode .codemirror-wrapper .cm-keyword{color:#c792ea}.dark-mode .codemirror-wrapper .cm-string{color:#c3e88d}.dark-mode .codemirror-wrapper .cm-number{color:#f78c6c}.dark-mode .codemirror-wrapper .cm-comment{color:#676e95}.dark-mode .codemirror-wrapper .cm-variableName,.dark-mode .codemirror-wrapper .cm-function{color:#82aaff}.dark-mode .codemirror-wrapper .cm-operator,.dark-mode .codemirror-wrapper .cm-punctuation{color:#89ddff}.dark-mode .codemirror-wrapper .cm-propertyName{color:#f07178}.dark-mode .codemirror-wrapper .cm-definition{color:#ffcb6b}.dark-mode .cm-tooltip{background:#1f1a2e;border:1px solid var(--purple-border)}.dark-mode .cm-tooltip-autocomplete ul li{color:var(--editor-text)}.dark-mode .cm-tooltip-autocomplete ul li[aria-selected=true]{background:#3a2860}.dark-mode .codemirror-wrapper .cm-lintRange-error{background-image:none;border-bottom:2px wavy #f43f5e}.dark-mode .codemirror-wrapper .cm-lintRange-warning{background-image:none;border-bottom:2px wavy #fbbf24}.App{text-align:left;height:100vh;height:100dvh;display:flex;flex-direction:column;overflow:hidden;background:linear-gradient(135deg,var(--bg-gradient-start),var(--bg-gradient-end));transition:background .3s ease}.top-bar{display:flex;align-items:center;justify-content:space-between;padding:6px 18px;background:linear-gradient(90deg,var(--pink-medium),var(--purple-medium));border-bottom:3px solid var(--purple-border);flex-shrink:0}.logo-section{display:flex;align-items:center;gap:8px;flex:1}.logo-icon{width:48px;height:48px;object-fit:contain}.logo-text{font-size:36px;font-weight:800;color:var(--white);text-shadow:2px 2px 4px rgba(0,0,0,.2);letter-spacing:1px}.dark-mode .logo-text{color:#e0d8f0}.top-bar-actions{display:flex;align-items:center;gap:10px;flex:1;justify-content:flex-end}.api-link-btn{padding:5px 14px;background:var(--white);border:3px solid var(--purple-border);border-radius:25px;font-size:18px;font-weight:700;font-family:Nunito,sans-serif;color:var(--text-dark);text-decoration:none;cursor:pointer;transition:all .2s;display:inline-flex;align-items:center;justify-content:center}.api-link-btn:hover{background:var(--purple-light);transform:scale(1.05)}.dark-mode .api-link-btn{background:var(--white);color:var(--text-dark)}.top-template-dropdown .template-dropdown{display:flex;align-items:center;gap:8px}.top-template-dropdown .template-dropdown label{color:var(--text-dark);font-size:23px;font-weight:700;white-space:nowrap}.top-template-dropdown .template-dropdown select{min-width:150px;padding:8px 12px;border:3px solid var(--purple-border);border-radius:14px;background:var(--white);color:var(--text-dark);font-family:Nunito,sans-serif;font-size:16px;font-weight:700}.top-template-dropdown .template-dropdown select:disabled{opacity:.75;cursor:wait}.top-template-dropdown .template-loading,.top-template-dropdown .template-error{font-size:20px;font-weight:700}.top-template-dropdown .template-error{color:#9f1239}.dark-mode .top-template-dropdown .template-error{color:#fecdd3}.login-btn{padding:5px 14px;background:var(--white);border:3px solid var(--purple-border);border-radius:25px;font-size:18px;font-weight:700;font-family:Nunito,sans-serif;color:var(--text-dark);cursor:pointer;transition:all .2s}.login-btn:hover{background:var(--purple-light);transform:scale(1.05)}.theme-toggle-btn{width:42px;height:42px;border-radius:50%;border:3px solid var(--purple-border);background:#fff;color:#1a1a1a;font-size:26px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;box-shadow:0 2px 8px var(--shadow-color)}.theme-toggle-btn:hover{background:#e0e0e0;transform:scale(1.05)}.dark-mode .theme-toggle-btn{background:#1a1a1a;color:#fff;border-color:#5a4080}.dark-mode .theme-toggle-btn:hover{background:#333}.main-content{display:grid;grid-template-columns:550px 1fr;gap:16px;padding:20px;flex:1;min-height:0}.left-column{display:flex;flex-direction:column;gap:16px;min-height:0;overflow-y:auto;overflow-x:hidden;padding-right:4px}.ghost-panel{background:linear-gradient(145deg,#5648a5,#3d3660);border:4px solid var(--purple-border);border-radius:24px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:16px;height:440px;box-shadow:0 6px 20px var(--shadow-color);position:relative;overflow:hidden;flex-shrink:0}.dark-mode .ghost-panel{background:linear-gradient(145deg,#2a2050,#1a1530)}.ghost-run-btn.stop-btn{background:#fecaca;border-color:#dc2626;color:#7f1d1d}.ghost-run-btn.stop-btn:hover{background:#fca5a5}.dark-mode .ghost-run-btn.stop-btn{background:#991b1b;color:#fecaca}.dark-mode .ghost-run-btn.stop-btn:hover{background:#b91c1c}.ghost-panel-inner{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%;gap:12px}.ghost-container{position:relative;width:100%;flex:1;display:flex;align-items:center;justify-content:center;min-height:0}.ghost-buttons{display:flex;flex-direction:row-reverse;gap:12px;justify-content:center;align-items:center;width:100%;flex-shrink:0}.ghost-buttons .panel-btn-text{flex:1;justify-content:center;max-width:140px}.sensors-container{display:flex;flex-direction:column;gap:16px;flex-shrink:0}.sensor-panel{background:var(--purple-light);border:4px solid var(--purple-border);border-radius:20px;padding:16px;display:flex;flex-direction:column;gap:12px;box-shadow:0 4px 12px var(--shadow-color)}.dark-mode .sensor-panel{background:var(--dark-console)}.sensor-header{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-weight:800;font-size:16px;text-align:center;color:var(--text-dark)}.slider-container{background:var(--white);border:2px solid var(--purple-border);border-radius:20px;padding:8px 16px;display:flex;align-items:center;justify-content:space-between;gap:12px}.dark-mode .slider-container{background:#1a1525}.dark-mode .axis-label,.dark-mode .sensor-value{color:#e0d8f0}.axis-label{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-weight:700;font-size:14px;width:60px}.sensor-value{font-family:Consolas,Monaco,Courier New,monospace;font-size:12px;width:60px;text-align:right}.sensor-slider{flex:1;accent-color:var(--pink-dark);cursor:pointer}.brightness-icon{font-size:18px}.right-column{display:flex;flex-direction:column;gap:16px;min-height:0;min-width:0}.editor-panel{display:flex;flex-direction:column;flex:1;min-height:0;min-width:0;background:var(--white);border:4px solid var(--purple-border);border-radius:20px;overflow:hidden;box-shadow:0 6px 20px var(--shadow-color)}.editor-header{background:linear-gradient(90deg,var(--lavender),var(--purple-light));padding:12px 16px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:20px;font-weight:700;color:var(--text-dark);border-bottom:3px solid var(--purple-border);display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px}.panel-header-actions{display:flex;align-items:center;gap:8px;margin-left:auto;flex-wrap:wrap}.panel-btn-text{display:flex;align-items:center;gap:6px;padding:6px 12px;border-radius:12px;border:2px solid var(--purple-border);background:var(--white);color:var(--text-dark);font-size:13px;font-weight:700;font-family:Nunito,sans-serif;cursor:pointer;transition:all .2s;box-shadow:0 2px 4px var(--shadow-color);white-space:nowrap}.panel-btn-text:hover{transform:translateY(-2px);box-shadow:0 4px 8px var(--shadow-color);background:var(--purple-light)}.panel-btn-text:active{transform:translateY(0)}.dark-mode .panel-btn-text{background:var(--dark-console);color:var(--text-dark)}.dark-mode .panel-btn-text:hover{background:#3d3560}.start-btn{background:#a7f3d0;border-color:#059669;color:#064e3b}.start-btn:hover{background:#6ee7b7}.stop-btn{background:#fecaca;border-color:#dc2626;color:#7f1d1d}.stop-btn:hover{background:#fca5a5}.clear-btn:hover{background:var(--purple-light)}.dark-mode .start-btn{background:#065f46;color:#a7f3d0}.dark-mode .start-btn:hover{background:#047857}.dark-mode .stop-btn{background:#991b1b;color:#fecaca}.dark-mode .stop-btn:hover{background:#b91c1c}.dark-mode .clear-btn{background:#374151}.code-editor{flex:1;min-height:0;padding:16px;border:none;font-family:Consolas,Monaco,Courier New,monospace;font-size:20px;line-height:1.8;color:var(--text-dark);overflow:auto;resize:none;outline:none;background:var(--white)}.code-editor::placeholder{color:var(--text-light);font-style:italic}.codemirror-wrapper{flex:1;min-height:0;min-width:0;background:var(--white);overflow:hidden}.codemirror-wrapper .codemirror-container{height:100%}.codemirror-wrapper .cm-scroller{font-family:Consolas,Monaco,Courier New,monospace;font-size:16px;line-height:1.8;overflow:auto!important}.codemirror-wrapper .cm-content{padding:16px 0}.runtime-error-banner{padding:8px 12px;border-bottom:2px solid #be123c;background:#fff1f2;color:#9f1239;font-size:14px;font-weight:700}.dark-mode .runtime-error-banner{background:#3e1f33;color:#fecdd3;border-bottom-color:#f43f5e}.console-panel{display:flex;flex-direction:column;flex-shrink:0;height:200px;background:var(--dark-console);border:4px solid var(--purple-border);border-radius:20px;overflow:hidden;box-shadow:0 6px 20px var(--shadow-color)}.console-header{background:linear-gradient(90deg,#4a3870,#5a4880);padding:10px 16px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:22px;font-weight:700;color:#d0c0e8;border-bottom:3px solid var(--purple-border);display:flex;align-items:center;justify-content:space-between}.dark-mode .console-header{background:linear-gradient(90deg,#2a1850,#3a2860)}.console-output{padding:12px 16px;flex:1;font-family:Consolas,Monaco,Courier New,monospace;font-size:14px;line-height:1.6;color:#c8e8c0;overflow-y:auto;overflow-x:hidden;white-space:pre-wrap}.console-line{display:block;white-space:pre}.console-line.success{color:#80e880}.console-line.info{color:#80c0f0}.console-line.output{color:#f0e080}.console-line.error{color:#fda4af}@media(max-width:900px)and (min-width:601px)and (orientation:portrait){.top-bar{padding:8px 12px;gap:10px}.logo-section{flex:0 0 auto}.logo-icon{width:40px;height:40px}.logo-text{font-size:28px}.top-bar-actions{flex:0 0 auto;gap:8px}.top-template-dropdown .template-dropdown select{min-width:140px;max-width:180px;font-size:13px;padding:6px 8px}.login-btn,.api-link-btn{font-size:16px;padding:6px 14px}.theme-toggle-btn{width:40px;height:40px;font-size:20px}.main-content{display:flex;flex-direction:column;gap:16px;padding:12px;flex:1;min-height:0;overflow-y:auto}.left-column{flex:none;overflow:visible}.right-column{flex:none;display:flex;flex-direction:column}.ghost-panel{height:auto;aspect-ratio:4 / 3;max-height:40vh;min-height:250px;padding:12px;border-radius:20px}.editor-panel{border-radius:16px;flex:none;min-height:400px}.console-panel{border-radius:16px;flex:none;height:200px}}@media(max-width:600px)and (orientation:portrait){.top-bar{padding:4px 8px;gap:6px;flex-wrap:nowrap}.logo-icon{width:24px;height:24px}.logo-text{font-size:16px}.top-bar-actions{flex:1;gap:4px}.top-template-dropdown .template-dropdown label{display:none}.top-template-dropdown .template-dropdown select{min-width:90px;width:30vw;max-width:130px;font-size:11px;padding:2px 18px 2px 6px;border-width:2px;border-radius:12px;min-height:30px}.login-btn,.api-link-btn{font-size:12px;padding:4px 8px;min-height:30px;border-width:2px;border-radius:12px}.theme-toggle-btn{width:30px;height:30px;font-size:16px;min-width:30px;min-height:30px;border-width:2px}.main-content{display:flex;flex-direction:column;gap:12px;padding:12px;flex:1;min-height:0;overflow-y:auto;overflow-x:hidden}.left-column{flex:none;overflow:visible}.right-column{flex:none;display:flex;flex-direction:column;gap:12px}.ghost-panel{height:auto;aspect-ratio:1 / 1;max-height:40vh;min-height:200px;padding:6px;border-radius:14px;border-width:3px}.sensor-panel{padding:8px;gap:6px;border-radius:12px}.slider-container{padding:4px 8px;border-radius:12px}.sensor-header{font-size:14px}.axis-label{width:45px;font-size:12px}.sensor-value{width:45px;font-size:10px}.editor-panel{flex:none;min-height:300px;border-radius:12px;border-width:3px}.console-panel{border-radius:12px;border-width:3px;flex:none;height:180px}.editor-header{font-size:12px;padding:4px 6px;gap:4px;flex-wrap:nowrap}.console-header{font-size:14px;padding:6px 10px}.panel-header-actions{gap:2px;justify-content:flex-end;flex-wrap:nowrap}.panel-btn-text{font-size:9px;padding:4px;gap:2px}.ghost-buttons .panel-btn-text{font-size:11px;padding:4px 10px;border-radius:8px;min-height:28px!important}}@media(orientation:landscape)and (max-height:500px){.top-bar{padding:3px 10px}.logo-icon{width:24px;height:24px}.logo-text{font-size:18px}.top-template-dropdown .template-dropdown select{min-width:120px;font-size:11px;padding:3px 6px}.login-btn,.api-link-btn{font-size:11px;padding:3px 8px;min-height:32px}.theme-toggle-btn{width:30px;height:30px;font-size:14px;min-width:30px;min-height:30px}.main-content{display:grid;grid-template-columns:.7fr 1.3fr;gap:4px;padding:4px;overflow-y:auto;overflow-x:hidden}.left-column{flex:none;gap:6px;overflow:visible}.ghost-panel{flex:none;height:auto;min-height:120px;padding:4px;border-radius:10px;border-width:2px;aspect-ratio:4 / 3;margin:0 auto;width:90%}.ghost-panel-inner{gap:4px}.ghost-buttons{gap:6px}.sensor-panel{padding:4px;gap:4px;border-radius:8px;border-width:2px}.slider-container{padding:2px 4px;border-radius:8px;border-width:1px;gap:4px}.sensor-header{font-size:12px}.axis-label{width:35px;font-size:9px}.sensor-value{width:35px;font-size:8px}.right-column{display:flex;flex-direction:column;gap:6px;flex:none}.editor-panel{flex:none;min-height:250px;border-radius:10px;border-width:2px}.console-panel{flex:none;height:120px;border-radius:10px;border-width:2px}.editor-header,.console-header{font-size:12px;padding:2px 4px;gap:4px;flex-wrap:nowrap}.panel-header-actions{gap:2px;flex-wrap:nowrap}.panel-btn-text{font-size:9px;padding:2px 4px;gap:2px}.ghost-buttons .panel-btn-text{padding:2px 8px;font-size:9px;border-radius:6px;min-height:24px!important}.code-editor,.codemirror-wrapper .cm-scroller,.console-output{font-size:11px;line-height:1.3}}@media(orientation:landscape)and (min-height:501px)and (max-width:1200px){.top-bar{padding:8px 16px;gap:10px}.logo-icon{width:40px;height:40px}.logo-text{font-size:28px}.top-template-dropdown .template-dropdown select{min-width:160px;max-width:200px;font-size:15px;padding:8px 10px}.login-btn,.api-link-btn{font-size:18px;padding:8px 18px}.theme-toggle-btn{width:44px;height:44px;font-size:22px}.main-content{grid-template-columns:380px 1fr;gap:12px;padding:12px;overflow:hidden}.left-column{gap:12px;overflow-y:auto;padding-right:4px}.right-column{gap:12px}.editor-header,.console-header{font-size:16px;padding:8px 12px}.console-panel{height:160px}}@media(hover:none)and (pointer:coarse){.panel-btn-text:hover{transform:none;box-shadow:0 2px 4px var(--shadow-color);background:var(--white)}.dark-mode .panel-btn-text:hover{background:var(--dark-console)}.start-btn:hover{background:#a7f3d0}.stop-btn:hover{background:#fecaca}.panel-btn-text:active{transform:scale(.98)}.login-btn:hover,.api-link-btn:hover,.theme-toggle-btn:hover,.ghost-shake-btn:hover{transform:none}.login-btn,.api-link-btn,.theme-toggle-btn,.ghost-shake-btn{min-height:44px}.theme-toggle-btn{min-width:44px}.panel-btn-text{min-height:38px}}.pixiboo-ghost{width:100%;height:100%;display:flex;align-items:center;justify-content:center;position:relative}.pixiboo-image{width:100%;height:100%;object-fit:contain}.pixiboo-overlay{position:absolute;pointer-events:none}.led-matrix-overlay{position:absolute;top:65%;left:50%;transform:translate(-50%,-50%);width:36%;aspect-ratio:1;pointer-events:none}.led-svg{width:100%;height:100%}.eye-led{position:absolute;width:12%;aspect-ratio:1;border-radius:50%;background:#000;transition:all .15s ease}.eye-left{top:15%;left:27%}.eye-right{top:15%;right:27%}.eye-led.on{background:#a0a0a0;box-shadow:0 0 10px #fff,0 0 20px #fff,0 0 30px #ffffff80}.hw-button{position:absolute;border:none;border-radius:50%;background:#3a3a4a;cursor:pointer;transition:all .1s ease;box-shadow:0 2px 4px #0000004d;pointer-events:auto}.hw-button:hover{background:#4a4a5a}.hw-button:active,.hw-button.pressed{background:#5a5a6a;transform:scale(.95);box-shadow:0 1px 2px #0000004d}.hw-button-left{width:10%;aspect-ratio:1;top:38%;left:8%}.hw-button-left:hover{transform:scale(1.02)}.hw-button-left:active,.hw-button-left.pressed{transform:scale(.95)}.hw-button-center{width:10%;aspect-ratio:1;top:25%;left:50%;transform:translate(-50%)}.hw-button-center:hover{transform:translate(-50%) scale(1.02)}.hw-button-center:active,.hw-button-center.pressed{transform:translate(-50%) scale(.95)}.hw-button-right{width:10%;aspect-ratio:1;top:38%;right:8%}.hw-button-right:hover{transform:scale(1.02)}.hw-button-right:active,.hw-button-right.pressed{transform:scale(.95)}
