:root{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}html,body,#root{margin:0;width:100%;height:100%}body{min-width:320px;background-color:#e2e8f0}.studio-auth-gate{display:flex;align-items:center;justify-content:center;min-height:100vh;padding:24px;background:radial-gradient(circle at 20% 20%,#0f172a,#020617)}.studio-auth-card{width:min(520px,100%);padding:28px 24px;border:1px solid rgba(148,163,184,.18);border-radius:18px;background:#0f172ad1;box-shadow:0 18px 42px #02061757;color:#f8fafc}.studio-auth-card h1{margin:0 0 12px;font-size:clamp(1.8rem,4vw,2.4rem);line-height:1.1}.studio-auth-card p{margin:0;color:#cbd5e1;font-size:1.05rem;line-height:1.6}.studio-auth-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:24px}.studio-auth-actions a{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:10px 16px;border-radius:12px;background:#2563eb;color:#eff6ff;font-size:1rem;font-weight:700;text-decoration:none}.studio-auth-actions a.secondary{background:#334155eb;color:#e2e8f0}.studio-root{display:flex;align-items:flex-start;justify-content:center;width:100%;min-height:100%;padding:10px 12px;overflow:auto;background:radial-gradient(circle at 20% 20%,#f8fbff,#dbe4f3)}.studio-layout{position:relative;display:flex;align-items:flex-start;justify-content:center;gap:10px;width:100%;max-width:1680px}.studio-sidebar-backdrop{position:fixed;inset:0;z-index:15;display:block;border:0;background:#0f172a57;opacity:0;pointer-events:none;transition:opacity .2s ease}.studio-sidebar-backdrop.is-visible{opacity:1;pointer-events:none}.studio-left-sidebar{position:fixed;top:12px;left:12px;bottom:12px;z-index:20;display:flex;flex-direction:column;gap:8px;width:min(340px,calc(100vw - 24px));max-width:calc(100vw - 24px);min-width:0;max-height:none;overflow:auto;padding:10px 12px;border:1px solid rgba(15,23,42,.08);border-radius:12px;background:#0f172aeb;box-shadow:0 14px 34px #0f172a29;transition:opacity .2s ease,transform .28s ease,border-color .2s ease,box-shadow .2s ease}.studio-left-sidebar.is-open{opacity:1;transform:translate(0)}.studio-left-sidebar.is-closed{opacity:0;pointer-events:none;transform:translate(calc(-100% - 20px))}.studio-left-sidebar-header{display:flex;align-items:flex-start;justify-content:space-between;gap:8px;color:#f8fafc}.studio-left-sidebar-header strong{display:block;font-size:14px;line-height:1.1}.studio-left-sidebar-header span{display:block;margin-top:2px;font-size:10px;font-weight:700;color:#cbd5e1;letter-spacing:.04em;text-transform:uppercase}.studio-left-sidebar-close{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:999px;min-width:28px;min-height:28px;padding:0;background:#e2e8f024;color:#f8fafc;font-size:16px;font-weight:700;line-height:1;cursor:pointer}.studio-left-sidebar .studio-controls{margin-top:0;padding:0;background:transparent}.studio-left-sidebar .studio-controls-grid{grid-template-columns:1fr}.studio-left-sidebar .studio-control-tab{width:100%;text-align:left}.studio-left-sidebar .studio-control-group{background:#ffffff14}.studio-left-sidebar .studio-io-panel{margin-top:0}.studio-sidebar-shortcuts{margin-top:4px;border-radius:8px;background:#ffffff14}.studio-sidebar-shortcuts-toggle{display:flex;align-items:center;justify-content:space-between;width:100%;border:0;border-radius:8px;padding:8px;background:transparent;color:#f8fafc;cursor:pointer}.studio-sidebar-shortcuts-toggle .studio-control-group-title{margin-bottom:0}.studio-sidebar-shortcuts-icon{display:inline-flex;align-items:center;justify-content:center;min-width:18px;min-height:18px;border-radius:999px;background:#ffffff1f;font-size:12px;font-weight:800}.studio-sidebar-shortcuts-content{padding:0 8px 8px}.studio-sidebar-shortcuts .studio-help-group:first-of-type{margin-top:0;padding-top:0;border-top:0}.studio-main{display:flex;flex-direction:column;flex:1 1 auto;min-width:0;width:100%}.studio-toolbar{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-start;gap:8px;margin-bottom:6px}.studio-title-block{display:flex;align-items:center;flex:0 0 auto;min-width:0;color:#0f172a}.studio-title-block strong{font-size:14px;line-height:1.1}.studio-title-block span{font-size:11px;color:#475569;display:none}.studio-toggle{border:0;border-radius:8px;padding:6px 9px;background:#0f172a;color:#f8fafc;font-size:11px;font-weight:700;cursor:pointer}.studio-toggle-secondary{background:#334155}.studio-statusbar{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:6px}.studio-statusbar-inline{flex:1 1 420px;margin-bottom:0;align-items:center;justify-content:center}.studio-status-chip{display:flex;flex-direction:column;gap:2px;min-width:0;padding:6px 8px;border-radius:8px;background:#ffffffb8;color:#0f172a}.studio-status-chip span{font-size:10px;font-weight:700;color:#475569;text-transform:uppercase;letter-spacing:.04em}.studio-status-chip strong{font-size:11px;line-height:1.15}.studio-stage{position:relative;width:100%;max-width:min(100%,calc((100dvh - 92px)*2));max-height:calc(100dvh - 92px);margin-inline:auto;aspect-ratio:2 / 1;border-radius:12px;overflow:hidden;box-shadow:0 14px 34px #0f172a33;background:#dbe5f1}.studio-canvas{display:block;width:100%;height:100%;touch-action:none;cursor:grab}.studio-canvas.is-hover-player{cursor:pointer}.studio-canvas.is-dragging{cursor:grabbing}.studio-mobile-overlay{position:absolute;inset:0;z-index:4;display:flex;flex-direction:column;justify-content:flex-end;padding:10px;pointer-events:none}.studio-mobile-overlay-controls{display:flex;align-items:flex-end;justify-content:space-between;gap:10px;transform:translateY(-5px)}.studio-mobile-dpad{display:grid;grid-template-columns:repeat(3,38px);grid-template-rows:repeat(3,38px);gap:6px;align-items:center}.studio-mobile-dpad-spacer{width:38px;height:38px}.studio-mobile-dpad-center{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:12px;background:#0f172a6b;color:#f8fafc;font-size:10px;font-weight:800;box-shadow:0 10px 24px #0f172a1f}.studio-mobile-dpad-center-button{background:#f59e0bb8;border-color:#fef08ab8;box-shadow:0 10px 24px #f59e0b33}.studio-mobile-action-pad{justify-self:end}.studio-mobile-action-group{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;width:min(220px,48%);justify-items:end}.studio-mobile-action-group>.studio-mobile-action-pad{grid-column:1 / -1}.studio-mobile-action-stack{display:flex;flex-direction:column;align-items:stretch;gap:5px;width:min(74px,100%);justify-self:end;pointer-events:auto}.studio-mobile-action-stack .studio-mobile-overlay-button{min-height:26px;padding:4px 6px;font-size:8px}.studio-mobile-overlay-button{pointer-events:auto;border:1px solid rgba(255,255,255,.16);border-radius:12px;min-height:38px;padding:7px 10px;background:#0f172a75;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#f8fafc;font-size:10px;font-weight:800;line-height:1;box-shadow:0 10px 24px #0f172a24}.studio-mobile-dpad-button{width:38px;min-width:38px;padding:0}.studio-mobile-overlay-button-primary{background:#2563eb94}.studio-mobile-overlay-button:disabled{opacity:.45}.studio-controls{display:flex;flex-direction:column;align-items:stretch;gap:6px;margin-top:6px;padding:5px;border-radius:8px;background:#0f172aa6}.studio-controls-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:5px}.studio-control-column{display:flex;flex-direction:column;gap:5px;min-width:0}.studio-control-tab{border:0;border-radius:6px;padding:5px 7px;background:#e2e8f0bf;color:#0f172a;font-size:10px;font-weight:800;cursor:pointer;transition:transform .16s ease,box-shadow .16s ease,background-color .16s ease,color .16s ease,filter .16s ease}.studio-control-tab:hover{filter:brightness(1.04);transform:translateY(-1px)}.studio-control-tab.is-active{background:#f8fafc;box-shadow:inset 0 0 0 1px #2563eb2e}.studio-control-group{display:flex;flex-direction:column;gap:5px;min-width:0;padding:6px;border-radius:8px;background:#0f172a47}.studio-control-group-panel{min-height:76px}.studio-control-group-panel.is-hidden{display:none;visibility:hidden;pointer-events:none}.studio-control-group-panel.is-visible{display:flex;visibility:visible}.studio-control-group-title{color:#cbd5e1;font-size:9px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.studio-control-row{display:flex;flex-wrap:wrap;align-items:center;gap:5px}.studio-controls button{border:0;border-radius:6px;padding:5px 7px;background:#e2e8f0;color:#0f172a;font-size:10px;font-weight:700;cursor:pointer;transition:transform .16s ease,box-shadow .16s ease,background-color .16s ease,color .16s ease,filter .16s ease}.studio-controls button:hover{filter:brightness(1.03);transform:translateY(-1px);box-shadow:0 6px 16px #0f172a2e}.studio-controls button:active{transform:translateY(0);box-shadow:inset 0 2px 6px #0f172a29}.studio-controls button.is-inactive{background:#e2e8f0;color:#0f172a}.studio-controls button.is-active{background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#eff6ff;box-shadow:inset 0 0 0 1px #bfdbfe40,0 8px 18px #2563eb47}.studio-controls button.is-active:hover{filter:brightness(1.07)}.studio-speed{display:flex;align-items:center;gap:4px;min-width:0;padding:0 2px;color:#f8fafc;font-size:10px;font-weight:700}.studio-speed-wide{flex:1 1 180px}.studio-speed-wide select{flex:1 1 auto;min-width:0}.studio-io-panel{margin-top:6px;padding:8px;border-radius:8px;background:#0f172aa6}.studio-io-header{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:6px;color:#f8fafc;font-size:11px;font-weight:700}.studio-io-header button,.studio-io-actions button{border:0;border-radius:7px;padding:6px 8px;background:#e2e8f0;color:#0f172a;font-size:11px;font-weight:700;cursor:pointer}.studio-io-panel textarea{width:100%;min-height:120px;border:0;border-radius:8px;padding:8px 10px;resize:vertical;font:12px/1.4 Consolas,Courier New,monospace;color:#0f172a}.studio-io-actions{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:6px;color:#f8fafc;font-size:11px;font-weight:600}.studio-speed select{border:0;border-radius:6px;padding:5px 7px;background:#e2e8f0;color:#0f172a;font-size:10px;font-weight:700}.studio-sidebar{flex:0 0 250px;max-height:calc(100vh - 20px);overflow:auto;padding:10px 12px;border-radius:10px;background:#0f172aeb;color:#f8fafc;font-size:11px;line-height:1.3;font-weight:600;box-shadow:0 14px 34px #0f172a29}.studio-help-sidebar{flex-basis:280px}.studio-help-group{margin-top:10px;padding-top:8px;border-top:1px solid rgba(255,255,255,.1)}.studio-help-group strong{display:block;margin-bottom:6px;font-size:12px}.studio-help-row{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:6px}.studio-defense-setup,.studio-play-setup{margin-top:4px;padding:6px;border-radius:8px;background:#0f172a73;display:flex;flex-direction:column;gap:6px}.studio-defense-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}.studio-defense-setup label,.studio-play-setup label,.studio-defense-notes{display:flex;flex-direction:column;gap:3px;min-width:0}.studio-defense-setup span,.studio-play-setup span,.studio-defense-notes span{color:#cbd5e1;font-size:9px;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.studio-defense-setup input,.studio-defense-setup select,.studio-play-setup input,.studio-play-setup select,.studio-defense-notes input{border:0;border-radius:6px;padding:5px 7px;background:#e2e8f0;color:#0f172a;font-size:10px;font-weight:700;min-width:0}.studio-defense-status{min-height:16px;color:#dbeafe;font-size:10px;font-weight:700}.studio-defense-constraint-editor{display:flex;flex-direction:column;gap:6px;margin-top:2px;padding-top:4px;border-top:1px solid rgba(226,232,240,.12)}.studio-defense-constraint-sections{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px}.studio-defense-constraint-section{display:flex;flex-direction:column;gap:5px;padding:6px;border-radius:8px;background:#0f172a47}.studio-defense-constraint-section strong{color:#dbeafe;font-size:10px;font-weight:800}.studio-defense-window-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px}.studio-help-row kbd{min-width:64px;border-radius:6px;padding:3px 6px;background:#ffffff1f;color:#f8fafc;font:11px/1.2 Consolas,Courier New,monospace;text-align:center}@media(max-width:1100px){.studio-layout{flex-direction:column;align-items:stretch}.studio-sidebar-backdrop{position:fixed;inset:0;z-index:15;display:block;border:0;background:#0f172a57;opacity:0;pointer-events:none;transition:opacity .2s ease}.studio-sidebar-backdrop.is-visible{opacity:1;pointer-events:none}.studio-left-sidebar{position:fixed;top:12px;left:12px;bottom:12px;width:min(340px,calc(100vw - 24px));max-width:calc(100vw - 24px);max-height:none;flex-basis:auto}.studio-left-sidebar.is-closed{width:min(340px,calc(100vw - 24px));flex-basis:auto;padding:10px 12px;border-color:#0f172a14;transform:translate(calc(-100% - 20px))}.studio-left-sidebar-close{display:inline-flex;align-items:center;justify-content:center}.studio-mobile-overlay{padding:8px}.studio-mobile-overlay-controls{gap:8px}.studio-mobile-dpad{grid-template-columns:repeat(3,34px);grid-template-rows:repeat(3,34px);gap:5px}.studio-mobile-dpad-spacer,.studio-mobile-dpad-center,.studio-mobile-dpad-button{width:34px;min-width:34px;height:34px}.studio-mobile-action-group{width:min(210px,54%);gap:5px}.studio-mobile-action-stack{width:min(68px,100%);gap:4px}.studio-mobile-action-stack .studio-mobile-overlay-button{min-height:24px;padding:3px 6px;font-size:8px}.studio-mobile-overlay-button{min-height:34px;padding:6px 8px;border-radius:10px;font-size:9px}.studio-stage{width:100%;max-width:100%;max-height:none}.studio-sidebar{flex:1 1 auto;width:100%;max-height:240px}.studio-controls{gap:5px}.studio-controls-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:720px){.studio-root{padding:8px}.studio-toolbar{gap:6px}.studio-title-block{flex-basis:100%}.studio-statusbar,.studio-statusbar-inline{gap:5px;justify-content:flex-start}.studio-status-chip{flex:1 1 calc(50% - 5px)}.studio-controls-grid{grid-template-columns:1fr}.studio-defense-grid{grid-template-columns:1fr 1fr}}@media(max-width:960px)and (orientation:landscape){.studio-root{min-height:100dvh;padding:4px;overflow-x:hidden}.studio-layout{width:100%;gap:4px}.studio-toolbar{gap:4px;margin-bottom:3px}.studio-title-block{flex:1 1 140px;gap:0}.studio-title-block strong{font-size:11px}.studio-title-block span{display:none}.studio-toggle{padding:4px 7px;font-size:9px}.studio-stage{max-width:100%;max-height:calc(100dvh - 54px);border-radius:10px}.studio-controls{margin-top:4px;padding:4px}.studio-control-tab,.studio-controls button,.studio-speed select{padding:4px 6px;font-size:9px}.studio-control-group{padding:5px}.studio-sidebar{max-height:34dvh;font-size:10px}}@media(max-width:960px)and (orientation:landscape)and (pointer:coarse){.studio-root{padding:2px}.studio-toolbar{margin-bottom:2px}.studio-toggle,.studio-control-tab,.studio-controls button,.studio-io-header button,.studio-io-actions button,.studio-speed select{min-height:28px;padding:4px 7px;font-size:10px}.studio-title-block strong{font-size:10px}.studio-root.is-mobile-landscape .studio-stage{max-height:calc(100dvh - 40px)}.studio-root.is-mobile-landscape .studio-toolbar{margin-bottom:2px}.studio-root.is-mobile-landscape .studio-toggle:nth-of-type(2),.studio-root.is-mobile-landscape .studio-toggle:nth-of-type(3){display:none}}@media(pointer:coarse){.studio-canvas,.studio-canvas.is-hover-player,.studio-canvas.is-dragging{cursor:default}.studio-toggle,.studio-control-tab,.studio-controls button,.studio-io-header button,.studio-io-actions button,.studio-speed select{min-height:40px;padding:8px 10px;font-size:12px}.studio-title-block strong{font-size:15px}.studio-title-block span,.studio-control-group-title,.studio-speed,.studio-status-chip span{font-size:11px}.studio-status-chip strong{font-size:12px}.studio-help-row kbd{min-width:72px;padding:5px 8px}}.studio-root.is-tablet-portrait .studio-title-block strong,.studio-root.is-tablet-landscape .studio-title-block strong,.studio-root.is-mobile-portrait .studio-title-block strong,.studio-root.is-mobile-landscape .studio-title-block strong{letter-spacing:-.02em}.studio-root.is-tablet-portrait{min-height:100dvh;padding:8px}.studio-root.is-tablet-portrait .studio-layout{width:100%;gap:8px}.studio-root.is-tablet-portrait .studio-toolbar{gap:6px}.studio-root.is-tablet-portrait .studio-stage{max-width:min(100%,calc((100dvh - 150px)*2));max-height:calc(100dvh - 150px)}.studio-root.is-tablet-landscape{min-height:100dvh;padding:6px}.studio-root.is-tablet-landscape .studio-layout{width:100%;gap:6px}.studio-root.is-tablet-landscape .studio-toolbar{gap:6px;margin-bottom:4px}.studio-root.is-tablet-landscape .studio-title-block{flex:1 1 170px}.studio-root.is-tablet-landscape .studio-title-block strong{font-size:12px}.studio-root.is-tablet-landscape .studio-title-block span{display:none}.studio-root.is-tablet-landscape .studio-stage{max-width:100%;max-height:calc(100dvh - 96px)}.studio-root.is-mobile-portrait{min-height:100dvh;padding:2px}.studio-root.is-mobile-portrait .studio-layout{width:100%;gap:6px}.studio-root.is-mobile-portrait .studio-toolbar{gap:6px;margin-bottom:2px}.studio-root.is-mobile-portrait .studio-title-block{flex:1 1 100%}.studio-root.is-mobile-portrait .studio-title-block strong{font-size:12px}.studio-root.is-mobile-portrait .studio-title-block span{display:none}.studio-root.is-mobile-portrait .studio-status-chip{flex:1 1 calc(50% - 5px)}.studio-root.is-mobile-portrait .studio-stage{width:calc(100vw - 4px);max-width:calc(100vw - 4px);max-height:calc(100dvh - 150px);border-radius:8px}.studio-root.is-mobile-landscape{min-height:100dvh;padding:0;overflow-x:hidden}.studio-root.is-mobile-landscape .studio-layout{width:100%;gap:0}.studio-root.is-mobile-landscape .studio-left-sidebar{top:6px;left:6px;bottom:6px;width:min(300px,calc(100vw - 12px));max-width:calc(100vw - 12px)}.studio-root.is-mobile-landscape .studio-left-sidebar.is-closed{width:min(300px,calc(100vw - 12px))}.studio-root.is-mobile-landscape .studio-toolbar{gap:4px;margin-bottom:1px}.studio-root.is-mobile-landscape .studio-statusbar-inline{display:none}.studio-root.is-mobile-landscape .studio-title-block{flex:1 1 120px;gap:0}.studio-root.is-mobile-landscape .studio-title-block strong{font-size:10px}.studio-root.is-mobile-landscape .studio-title-block span{display:none}.studio-root.is-mobile-landscape .studio-toggle{min-height:28px;padding:4px 7px;font-size:10px}.studio-root.is-mobile-landscape .studio-stage{width:100vw;max-width:100vw;max-height:calc(100dvh - 26px);border-radius:6px}.studio-root.is-mobile-landscape .studio-mobile-overlay{padding:3px}.studio-root.is-mobile-landscape .studio-mobile-dpad{grid-template-columns:repeat(3,28px);grid-template-rows:repeat(3,28px);gap:4px}.studio-root.is-mobile-landscape .studio-mobile-dpad-spacer,.studio-root.is-mobile-landscape .studio-mobile-dpad-center,.studio-root.is-mobile-landscape .studio-mobile-dpad-button{width:28px;min-width:28px;height:28px;border-radius:9px;font-size:9px}.studio-root.is-mobile-landscape .studio-mobile-dpad-center-button{background:#f59e0bbd}.studio-root.is-mobile-landscape .studio-mobile-action-group{width:min(180px,48%);gap:4px}.studio-root.is-mobile-landscape .studio-mobile-action-stack{width:min(64px,100%);gap:4px}.studio-root.is-mobile-landscape .studio-mobile-action-stack .studio-mobile-overlay-button{min-height:22px;padding:3px 5px;font-size:7px}.studio-root.is-mobile-landscape .studio-mobile-overlay-button{min-height:28px;padding:4px 6px;border-radius:9px;font-size:8px}.studio-root.is-mobile-landscape .studio-controls{margin-top:4px;padding:4px}.studio-root.is-mobile-landscape .studio-control-group-panel{min-height:0}.studio-root.is-mobile-landscape .studio-sidebar{max-height:34dvh;font-size:10px}.studio-root.is-mobile-landscape .studio-toggle:nth-of-type(2),.studio-root.is-mobile-landscape .studio-toggle:nth-of-type(3){display:none}.studio-mobile-menu-button{display:inline-flex;align-items:center;justify-content:center;min-width:32px;width:32px;min-height:32px;padding:0;border-radius:8px;flex-direction:column;gap:3px}.studio-mobile-menu-button-line{display:block;width:14px;height:2px;border-radius:999px;background:currentColor}.studio-root.is-mobile-landscape .studio-mobile-menu-button{order:-1;min-width:28px;width:28px;min-height:28px;padding:0;border-radius:8px;flex-direction:column}.studio-root.is-mobile-landscape .studio-left-sidebar{width:min(250px,calc(100vw - 12px));max-width:calc(100vw - 12px);gap:6px}.studio-root.is-mobile-landscape .studio-left-sidebar.is-closed{width:min(250px,calc(100vw - 12px))}.studio-root.is-mobile-landscape .studio-left-sidebar-header strong{font-size:12px}.studio-root.is-mobile-landscape .studio-left-sidebar-header span{font-size:9px}.studio-root.is-mobile-landscape .studio-left-sidebar-close{min-height:24px;min-width:24px;padding:0;border-radius:999px;font-size:16px;line-height:1}.studio-root.is-mobile-landscape .studio-left-sidebar .studio-control-tab,.studio-root.is-mobile-landscape .studio-left-sidebar .studio-controls button,.studio-root.is-mobile-landscape .studio-left-sidebar .studio-speed select,.studio-root.is-mobile-landscape .studio-left-sidebar .studio-defense-setup input,.studio-root.is-mobile-landscape .studio-left-sidebar .studio-defense-setup select,.studio-root.is-mobile-landscape .studio-left-sidebar .studio-defense-notes input{min-height:24px;padding:4px 6px;font-size:9px}.studio-root.is-mobile-landscape .studio-left-sidebar .studio-control-group-title,.studio-root.is-mobile-landscape .studio-left-sidebar .studio-defense-setup span,.studio-root.is-mobile-landscape .studio-left-sidebar .studio-defense-notes span,.studio-root.is-mobile-landscape .studio-left-sidebar .studio-speed{font-size:8px}
