*{box-sizing:border-box}:root{--background: hsl(0, 0%, 6.7%);--foreground: hsl(0, 0%, 98%);--muted: hsl(240, 3.7%, 15.9%);--muted-foreground: hsl(240, 5%, 64.9%);--card: hsl(240, 10%, 3.9%);--card-foreground: hsl(0, 0%, 98%);--border: hsl(240, 3.7%, 15.9%);--primary: hsl(207, 90%, 54%);--primary-foreground: hsl(211, 100%, 99%);--control-bg: hsl(0, 0%, 20%);--fab-size-d: 48px;--fab-size-m: 40px;--panel-width: clamp(240px, 16vw, 270px);--panel-bg: #2b2b2b;--panel-shadow: -4px 0 8px rgba(0, 0, 0, .5);--marker-turquoise: hsl(184, 100%, 40%);--marker-red: hsl(4, 90%, 58%);--marker-blue: hsl(207, 90%, 54%);--marker-black: hsl(0, 0%, 26%);--accent-turquoise: #00bcd4;--accent-red: #f44336;--accent-blue: #2196f3;--accent-black: #000000;--accent-orange: #ff9800;--accent-green: #4caf50;--accent-purple: #9c27b0;--accent-brown: #795548;--accent-gray-1: #9e9e9e;--accent-gray-2: #757575;--accent-gray-3: #616161;--accent-gray-4: #424242}body{font-family:Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;margin:0;padding:0;overflow:hidden;background:var(--background);cursor:grab;-webkit-user-select:none;-moz-user-select:none;user-select:none;color:var(--foreground);height:100vh;width:100vw}body.dragging{cursor:grabbing}.canvas-container{position:relative;width:100vw;height:calc(100vh - 80px);overflow:hidden}.fullscreen-toggle{position:fixed;top:16px;right:16px;z-index:2000;width:48px;height:48px;border-radius:50%;background:#2b2b2be6;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border:1px solid rgba(255,255,255,.1);color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .25s ease;font-size:24px}.fullscreen-toggle:hover{background:#fff3;transform:scale(1.1)}.fullscreen-toggle:active{transform:scale(.95)}.stage{position:relative;width:100%;height:100%;transform-origin:0 0;will-change:transform;backface-visibility:hidden}.seating-chart{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);transform-origin:center center;transition:transform .1s ease-out}.drawing-canvas{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:auto;cursor:crosshair;z-index:10;will-change:transform;backface-visibility:hidden;touch-action:none;-webkit-touch-callout:none}.icon{width:20px;height:20px;fill:currentColor}.bottom-nav{position:fixed;bottom:0;left:0;right:0;height:80px;background:#2b2b2bf2;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border-top:1px solid rgba(255,255,255,.1);display:flex;justify-content:space-around;align-items:center;z-index:1000;padding:0 16px;padding-bottom:env(safe-area-inset-bottom)}.nav-icon{width:48px;height:48px;border-radius:50%;background:#ffffff1a;border:none;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .25s ease;position:relative}.nav-icon:hover{background:#fff3;transform:scale(1.1)}.nav-icon:active{transform:scale(.95)}.nav-icon.active{background:var(--primary);color:#fff}.nav-icon.active:before{content:"";position:absolute;bottom:-8px;left:50%;transform:translate(-50%);width:6px;height:6px;background:var(--primary);border-radius:50%}.tool-sheet{position:fixed;bottom:0;left:0;right:0;background:var(--panel-bg);max-height:60vh;border-top-left-radius:20px;border-top-right-radius:20px;box-shadow:0 -4px 20px #0000004d;transform:translateY(100%);transition:transform .25s ease,opacity .25s ease;opacity:0;z-index:1001;overflow-y:auto;overflow-x:hidden;display:flex;flex-direction:column}.tool-sheet.open{transform:translateY(0);opacity:1}.sheet-header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px 16px;border-bottom:1px solid rgba(255,255,255,.1);position:sticky;top:0;background:var(--panel-bg);z-index:10}.sheet-header h3{margin:0;font-size:1.2rem;font-weight:500;color:#fff}.close-sheet{width:32px;height:32px;border-radius:50%;background:#ffffff1a;border:none;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.close-sheet:hover{background:#fff3}.sheet-content{padding:20px 24px;padding-bottom:calc(100px + env(safe-area-inset-bottom));flex:1;overflow-y:auto}.sheet-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0006;opacity:0;pointer-events:none;transition:opacity .25s ease;z-index:999}.sheet-overlay.active{opacity:1;pointer-events:auto}@media (max-width: 768px){.canvas-container{height:calc(100vh - 70px)}.nav-icon{width:40px;height:40px}.bottom-nav{height:70px;padding:0 12px}.sheet-content{padding:16px 20px;padding-bottom:calc(90px + env(safe-area-inset-bottom))}.sheet-header{padding:16px 20px 12px}}.panel-header{display:flex;justify-content:space-between;align-items:center;padding-bottom:16px;border-bottom:1px solid rgba(255,255,255,.1)}.panel-title{font-size:1.1rem;font-weight:500;color:#fff;margin:0}.pin-button{width:36px;height:36px;border-radius:50%;background:#ffffff1a;border:none;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.pin-button:hover{background:#fff3;transform:scale(1.05)}.pin-button.pinned{background:var(--primary)}.panel-group{display:flex;flex-direction:column;gap:12px;padding-block:24px}.panel-group:first-of-type{padding-top:8px}.panel-group:not(:first-of-type):before{content:"";display:block;height:1px;background:#ffffff14;margin-block:-12px 16px}.panel-group h2{font-size:1.1rem;font-weight:600;color:#ffffff8c;margin:0 0 12px;text-transform:uppercase;letter-spacing:.05em;font-variant:small-caps}.section-header{display:flex;align-items:center;justify-content:space-between;cursor:pointer;border-radius:4px;padding:4px 8px;margin:-4px -8px 8px;transition:all .2s ease;outline:none}.section-header:hover{background:#ffffff0d}.section-header:focus{background:#ffffff14;box-shadow:0 0 0 2px #b0c4ff4d}.section-header h2{margin:0;pointer-events:none}.section-header .toggle{background:none;border:none;cursor:pointer;pointer-events:none;width:28px;height:28px;border-radius:4px;color:#b0c4ff;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.section-header .toggle .material-icons-outlined{font-size:20px}.panel-group.collapsed .controls-grid,.panel-group.collapsed .toolset,.panel-group.collapsed .palette,.panel-group.collapsed .color-controls,.panel-group.collapsed .line-format{max-height:0;overflow:hidden;transition:max-height .3s ease}.panel-group:not(.collapsed) .controls-grid,.panel-group:not(.collapsed) .toolset,.panel-group:not(.collapsed) .palette,.panel-group:not(.collapsed) .color-controls,.panel-group:not(.collapsed) .line-format{max-height:500px;transition:max-height .3s ease}.controls-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;justify-items:center}.controls-grid.navigation-grid{grid-template-columns:repeat(2,1fr)}.controls-grid.actions-grid{display:flex;flex-direction:column;gap:0}.controls-grid.edit-grid{grid-template-columns:repeat(3,1fr);gap:20px}.control{display:flex;flex-direction:column;align-items:center;gap:4px}.control.action-control{flex-direction:row;align-items:center;gap:12px;padding:12px 0;border-top:1px solid rgba(255,255,255,.08);width:100%;justify-content:flex-start}.control.action-control:first-child{border-top:none}.control.action-control .fab{margin:0}.control.action-control .label{margin:0;font-size:.8rem;color:#fffc}.fab{width:var(--fab-size-d);height:var(--fab-size-d);border-radius:50%;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;position:relative;box-shadow:0 2px 8px #0000004d;background:#ffffff1a;color:#fff}.fab:hover{transform:scale(1.05);box-shadow:0 4px 12px #0006}.fab:active{transform:scale(.95)}.fab:focus{outline:2px solid #fff;outline-offset:2px}.label{font-size:.7rem;color:#ffffffb3;text-align:center}.toolset{display:flex;gap:8px;justify-content:center}.tool{width:40px;height:40px;border-radius:8px;border:2px solid rgba(255,255,255,.2);background:#ffffff1a;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.tool:hover{background:#fff3;transform:translateY(-2px)}.tool.active{background:var(--primary);border-color:var(--primary)}.tool:focus{outline:2px solid #fff;outline-offset:2px}.palette{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin:8px 0}.swatch{width:32px;height:32px;border-radius:50%;border:2px solid rgba(255,255,255,.3);cursor:pointer;transition:all .2s ease;position:relative}.swatch:hover{transform:scale(1.1);border-color:#fff9}.swatch.active{border-color:#fff;border-width:3px}.swatch.active:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:8px;height:8px;background:#fff;border-radius:50%}.swatch:focus{outline:2px solid #fff;outline-offset:2px}.color-controls{display:flex;gap:8px;align-items:center;justify-content:center;margin-top:8px}#colorPicker{width:40px;height:40px;border:none;border-radius:8px;cursor:pointer;background:none;padding:0}#colorPicker::-webkit-color-swatch-wrapper{padding:0;border:2px solid rgba(255,255,255,.3);border-radius:8px}#colorPicker::-webkit-color-swatch{border:none;border-radius:6px}#saveColor{width:40px;height:40px;border-radius:8px;border:2px solid rgba(255,255,255,.3);background:#ffffff1a;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}#saveColor:hover{background:#fff3;border-color:#ffffff80}.sidebar-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:15px;border-bottom:1px solid hsla(0,0%,30%,.5)}.sidebar-title{font-size:1.2rem;font-weight:500;color:#fff}.pin-button{width:40px;height:40px;border-radius:50%;background:#404040cc;border:none;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.pin-button:hover{background:#595959e6;transform:scale(1.05)}.pin-button.pinned{background:var(--primary);color:#fff}.pin-button.pinned:hover{background:#0c85e9}.control-section{margin-bottom:24px}.section-title{font-size:.9rem;font-weight:500;color:#b3b3b3;margin-bottom:12px;text-transform:uppercase;letter-spacing:.5px}.zoom-controls,.color-controls,.action-controls{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.zoom-controls{grid-template-columns:1fr}.bg-blue-500{background-color:var(--primary)}.bg-blue-600{background-color:#0c85e9}.bg-gray-600{background-color:#616161}.bg-gray-700{background-color:#525252}.bg-red-500{background-color:var(--marker-red)}.bg-red-600{background-color:#f32516}.bg-green-500{background-color:#32cd32}.bg-green-600{background-color:#2cb52c}.bg-purple-500{background-color:#7c3bed}.bg-purple-600{background-color:#6a1fea}.bg-orange-500{background-color:#f97415}.bg-orange-600{background-color:#ea6506}.hover\:bg-blue-600:hover{background-color:#0c85e9}.hover\:bg-gray-700:hover{background-color:#525252}.hover\:bg-red-600:hover{background-color:#f32516}.hover\:bg-green-600:hover{background-color:#2cb52c}.hover\:bg-purple-600:hover{background-color:#6a1fea}.hover\:bg-orange-600:hover{background-color:#ea6506}.text-white{color:#fff}.text-lg{font-size:1.125rem}.device-selection-modal{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#000000f2;display:flex;align-items:center;justify-content:center;z-index:3000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.device-selection-modal.hidden{display:none}.device-selection-content{background:var(--control-bg);padding:40px;border-radius:20px;text-align:center;color:#fff;max-width:600px;width:90%}.device-options{display:flex;gap:24px;margin:32px 0;flex-wrap:wrap;justify-content:center}.device-option{background:#262626cc;border:2px solid hsla(0,0%,30%,.5);color:#fff;padding:32px 24px;border-radius:16px;cursor:pointer;transition:all .3s ease;flex:1;min-width:240px;max-width:280px;text-align:center}.device-option:hover{background:#333333e6;border-color:var(--primary);transform:translateY(-4px);box-shadow:0 8px 24px #0006}.device-option:active{transform:translateY(-2px)}.mobile-option:hover{border-color:#21c45d}.tv-option:hover{border-color:#2094f3}.fullscreen-prompt{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#000000e6;display:flex;align-items:center;justify-content:center;z-index:2000;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.fullscreen-prompt.hidden{display:none}.prompt-content{background:var(--control-bg);padding:32px;border-radius:16px;text-align:center;color:#fff;max-width:400px}.prompt-button{background:var(--primary);color:#fff;border:none;padding:12px 24px;border-radius:6px;margin:8px;cursor:pointer;font-size:16px;transition:background .2s ease}.prompt-button:hover{background:#0c85e9}.keyboard-hint{position:fixed;top:20px;left:20px;background:#333333e6;color:#fff;padding:16px;border-radius:8px;font-size:14px;opacity:0;transform:translateY(-20px);transition:all .3s ease;z-index:1000}.keyboard-hint.show{opacity:1;transform:translateY(0)}.text-4xl{font-size:2.25rem}.text-3xl{font-size:1.875rem}.text-2xl{font-size:1.5rem}.text-xl{font-size:1.25rem}.text-sm{font-size:.875rem}.text-xs{font-size:.75rem}.font-medium{font-weight:500}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mb-2{margin-bottom:.5rem}.mr-2{margin-right:.5rem}.mt-6{margin-top:1.5rem}.space-y-1>*+*{margin-top:.25rem}.text-blue-400{color:#2094f3}.text-gray-300{color:#bfbfbf}.text-gray-400{color:#999}.text-gray-500{color:gray}.text-gray-700{color:#424242}.px-2{padding-left:.5rem;padding-right:.5rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.rounded{border-radius:.25rem}.canvas-container{transition:margin-inline-end .3s ease,width .3s ease}.canvas-container.sidebar-pinned{margin-inline-end:300px;width:calc(100vw - 300px)}.sidebar-trigger{position:fixed;top:0;inset-inline-end:0;width:20px;height:100vh;z-index:999;background:transparent}body.mobile-mode{overflow:auto}body.mobile-mode .canvas-container{height:100vh;margin-bottom:0}body.mobile-mode .canvas-container.sidebar-pinned{margin-inline-end:300px;height:100vh;margin-bottom:0}body.mobile-mode .control-panel{position:fixed;top:0;inset-inline-end:-300px;bottom:0;width:280px;height:100vh;background:#262626fa;border-radius:0;border-inline-start:2px solid hsla(0,0%,30%,.5);border-top:none;padding:15px;transition:inset-inline-end .3s ease;box-shadow:-4px 0 20px #0000004d;overflow-y:auto}body.mobile-mode .control-panel.visible{inset-inline-end:0}body.mobile-mode .control-panel.pinned{inset-inline-end:0;border-inline-start-color:var(--primary)}body.mobile-mode .sidebar-trigger{top:0;inset-inline-end:0;bottom:0;width:20px;height:100vh;inset-inline-start:auto;background:#ffffff0d;border-inline-start:1px solid rgba(255,255,255,.1);display:block;z-index:100}body.mobile-mode .control-section{margin-bottom:10px}body.mobile-mode .section-title{font-size:.75rem;margin-bottom:6px}body.mobile-mode .zoom-controls,body.mobile-mode .color-controls,body.mobile-mode .action-controls{grid-template-columns:1fr;gap:8px}body.mobile-mode .control-button{width:100%;max-width:240px;height:50px;border-radius:8px;font-size:.9rem;justify-content:flex-start;padding-left:16px;gap:12px}body.mobile-mode .tooltip,body.mobile-mode .keyboard-hint{display:none}body.mobile-mode .sidebar-header{margin-bottom:8px;padding-bottom:6px}body.mobile-mode .sidebar-title{font-size:.9rem}.mobile-button-text{display:none}body.mobile-mode .mobile-button-text{display:inline;font-weight:500}body.mobile-mode .navigation-grid .control{min-height:60px}body.mobile-mode .navigation-grid .fab{width:48px;height:48px;min-width:48px;min-height:48px}body.mobile-mode .fab{min-width:44px;min-height:44px}.mobile-text-actions{display:none!important}.mobile-context-menu{position:fixed;background:#1f1f1ff2;border:1px solid hsla(0,0%,30%,.6);border-radius:16px;padding:16px 20px 12px;display:flex;gap:16px;z-index:4000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);flex-direction:column;min-width:320px}.mobile-context-menu.hidden{display:none}.menu-buttons{display:flex;gap:16px;justify-content:center}.ctx-btn{display:flex;flex-direction:column;align-items:center;gap:4px;width:56px;height:56px;color:#fff;background:none;border:none;border-radius:12px;cursor:pointer;transition:all .2s ease}.ctx-btn:hover:not(:disabled){background:#ffffff1a}.ctx-btn:disabled{opacity:.35;cursor:not-allowed}.ctx-btn span:first-child{font-size:20px}.ctx-btn span:last-child{font-size:10px;font-weight:500}.menu-subtitle{font-size:11px;color:#ffffffb3;text-align:center;margin-top:4px;padding-top:8px;border-top:1px solid rgba(255,255,255,.1);display:none}.menu-subtitle.visible{display:block}.format-panel{position:fixed;top:50%;right:20px;transform:translateY(-50%);width:280px;background:var(--card);border:1px solid var(--border);border-radius:8px;box-shadow:0 8px 32px #0000004d;z-index:1000;color:var(--foreground);max-height:80vh;overflow-y:auto}.format-panel.hidden{display:none}.format-header{display:flex;justify-content:space-between;align-items:center;padding:16px;border-bottom:1px solid var(--border);background:var(--muted)}.format-header h3{margin:0;font-size:1rem;font-weight:500;color:var(--foreground)}.close-btn{background:none;border:none;color:var(--muted-foreground);cursor:pointer;padding:12px;border-radius:4px;transition:all .2s ease;min-width:44px;min-height:44px;display:flex;align-items:center;justify-content:center}.close-btn:hover{background:var(--muted);color:var(--foreground)}.format-controls{padding:16px;display:flex;flex-direction:column;gap:16px}.control-group{display:flex;flex-direction:column;gap:8px}.control-group label{font-size:.85rem;font-weight:500;color:var(--foreground)}.radio-group{display:flex;flex-direction:column;gap:6px}.radio-group label{display:flex;align-items:center;gap:8px;font-size:.8rem;font-weight:400;cursor:pointer}.radio-group input[type=radio]{margin:0}.control-group input[type=color]{width:100%;height:32px;border:1px solid var(--border);border-radius:4px;background:transparent;cursor:pointer}.control-group input[type=range]{width:100%;height:6px;background:var(--muted);border-radius:3px;outline:none;cursor:pointer}.control-group input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:16px;height:16px;background:var(--primary);border-radius:50%;cursor:pointer}.control-group input[type=number],.control-group select{width:100%;padding:8px 12px;background:var(--muted);border:1px solid var(--border);border-radius:4px;color:var(--foreground);font-size:.85rem}.control-group input[type=number]:focus,.control-group select:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 2px #3b82f61a}#textBoxLineFormat{display:none}body.textbox-active #textBoxLineFormat{display:flex;flex-direction:column;gap:12px;margin-top:12px;padding:12px;background:var(--muted);border-radius:8px;border:1px solid var(--border)}#textBoxSection.collapsed #textBoxLineFormat{display:none!important}.line-format .format-group{display:flex;flex-direction:column;gap:6px}.line-format .format-group label{font-size:.85rem;font-weight:500;color:var(--foreground)}.line-format input[type=range]{width:100%;accent-color:var(--primary);height:6px;background:var(--muted);border-radius:3px;outline:none;cursor:pointer}.line-format input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:16px;height:16px;background:var(--primary);border-radius:50%;cursor:pointer}.line-format input[type=color]{width:100%;height:32px;border:1px solid var(--border);border-radius:4px;background:transparent;cursor:pointer}.line-format select{width:100%;padding:8px 12px;background:var(--card);border:1px solid var(--border);border-radius:4px;color:var(--foreground);font-size:.85rem;cursor:pointer}.line-format select:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 2px #3b82f61a}.line-format .radio-group{display:flex;flex-direction:column;gap:8px}.line-format .radio-option{display:flex;align-items:center;gap:8px;font-size:.85rem;font-weight:400;cursor:pointer}.line-format .radio-option input[type=radio]{margin:0;accent-color:var(--primary)}.line-format .range-value{font-size:.75rem;color:var(--muted-foreground);text-align:center;font-weight:500}.textbox-handle{position:absolute;width:8px;height:8px;background:var(--primary);border:1px solid white;border-radius:2px;cursor:pointer;z-index:100;pointer-events:auto}.textbox-handle.nw-resize{cursor:nw-resize}.textbox-handle.n-resize{cursor:n-resize}.textbox-handle.ne-resize{cursor:ne-resize}.textbox-handle.e-resize{cursor:e-resize}.textbox-handle.se-resize{cursor:se-resize}.textbox-handle.s-resize{cursor:s-resize}.textbox-handle.sw-resize{cursor:sw-resize}.textbox-handle.w-resize{cursor:w-resize}.text-input-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;display:none;background:#0009;z-index:5000;align-items:center;justify-content:center}.text-input-backdrop.show{display:flex}.text-input-dialog{background:#2b2b2b;padding:24px;border-radius:12px;width:min(90vw,400px);display:flex;flex-direction:column;gap:12px;box-shadow:0 10px 30px #0000004d}.text-input-dialog textarea{width:100%;min-height:90px;resize:vertical;background:#111;color:#fff;border:none;padding:8px;border-radius:6px;font-family:inherit;font-size:14px}.text-input-dialog textarea:focus{outline:2px solid var(--primary)}.dialog-buttons{display:flex;gap:12px;justify-content:flex-end}.dialog-buttons button{background:var(--primary);color:#fff;border:none;padding:8px 16px;border-radius:6px;cursor:pointer;font-size:14px;font-weight:500}.dialog-buttons button:hover{filter:brightness(1.1)}.dialog-buttons button:active{transform:translateY(1px)}@media (max-width: 600px){:root{--fab-size-d: var(--fab-size-m)}.control-panel{width:240px;padding:16px 12px;gap:20px}.panel-title,.panel-group h2{font-size:1rem}.section-header .toggle{width:24px;height:24px}.section-header .toggle .material-icons-outlined{font-size:18px}.toolset{gap:6px}.tool{width:36px;height:36px}.palette{gap:6px}.swatch{width:28px;height:28px}.color-controls{gap:6px}#colorPicker,#saveColor{width:36px;height:36px}}@media (max-width: 768px){.device-selection-content{padding:24px;max-width:90%}.device-options{flex-direction:column;gap:16px}.device-option{min-width:unset;max-width:unset;padding:24px 20px}.text-3xl{font-size:1.875rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mt-6{margin-top:1.5rem}}@media (max-width: 320px){body.mobile-mode .format-panel{right:285px;max-width:calc(100vw - 300px)}}@media (min-width: 1920px){body:not(.mobile-mode) .control-panel{bottom:40px;right:40px;padding:24px;gap:16px}body:not(.mobile-mode) .control-button{width:72px;height:72px}body:not(.mobile-mode) .keyboard-hint{top:40px;left:40px;padding:24px;font-size:16px}}.seating-chart,.drawing-canvas{will-change:transform}::-webkit-scrollbar{display:none}html{scrollbar-width:none;-ms-overflow-style:none}
