.studio-header{display:flex;align-items:center;justify-content:flex-start;gap:36px;height:auto;min-height:86px;padding:18px 3%;flex-wrap:wrap;border-bottom:1px solid var(--line)}
.studio-header .brand-group{flex:none}.studio-header .brand{min-width:0}.studio-header .credit{display:block;margin-top:5px}
.studio-header .tool-tabs{display:flex;align-items:center;gap:8px;margin:0;padding:0;width:auto;height:auto;order:initial}
.tool-tabs .tool-tab{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:10px 16px;border:1px solid transparent;border-radius:9px;text-decoration:none;font-size:.875rem;font-weight:600;color:var(--muted);white-space:nowrap;box-sizing:border-box;outline:none}
.tool-tabs .tool-tab:hover{background:#4267ed0d;color:var(--blue)}
.tool-tabs .tool-tab[aria-current=page]{background:#eaf0ff;border-color:#bdccff;color:#244edb;box-shadow:inset 0 -2px #4267ed;outline:none}
.tool-tabs .tool-tab:focus-visible{outline:2px solid var(--blue);outline-offset:3px}
.studio-toolbar{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:10px 3%;border-bottom:1px solid var(--line);background:#f9faff;flex-wrap:wrap}
.toolbar-project,.toolbar-utilities{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.toolbar-utilities{margin-left:auto}.studio-toolbar button{height:36px;min-height:36px;margin:0;padding:0 12px;font-size:.75rem;line-height:1.2;display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box}.studio-toolbar .icon-button{width:36px;padding:0}.studio-toolbar .save-status,.tool-context{font-size:.75rem;color:var(--muted);margin-right:8px}
html[data-theme=dark] .studio-toolbar{background:#172031}html[data-theme=dark] .tool-tabs .tool-tab[aria-current=page]{background:#2a3b63;border-color:#5575bb;color:#e2eaff;box-shadow:inset 0 -2px #91acff}html[data-theme=dark] .tool-tabs .tool-tab:hover{background:#28354a}
@media(max-width:700px){.studio-header{padding:16px 5%;gap:16px}.studio-header .tool-tabs{width:100%;gap:6px}.tool-tabs .tool-tab{flex:1;padding:10px 8px;font-size:.75rem;white-space:normal;text-align:center}.studio-toolbar{padding:10px 5%;gap:10px}.toolbar-project{gap:6px}.studio-toolbar button{padding:0 9px}.studio-toolbar .tool-context{display:none}.toolbar-utilities{margin-left:auto}.studio-toolbar .save-status{display:none}}
