.dial-wheel{position:absolute;right:0;bottom:76px;width:auto;height:auto;display:grid;grid-template-columns:repeat(2,140px);gap:10px;padding:0;background:transparent;border:0;box-shadow:none}
.dial-wheel button{min-height:86px;border:0;border-radius:18px;background:var(--accent);color:var(--bg);font-weight:800;box-shadow:0 10px 28px #0004}
.dial-wheel button:hover,.dial-wheel button:focus-visible{outline:2px solid var(--text);transform:translateY(-2px)}
.agent-screen{height:100%;padding:28px;max-width:1100px;margin:auto}.agent-screen .agent-messages{min-height:300px;border:1px solid var(--line);border-radius:16px;background:var(--panel);padding:22px}
.agent-dialog{position:fixed;inset:58px 300px 0 290px;margin:0;width:auto;max-width:none;height:auto;max-height:none;border:0;border-left:1px solid var(--line);border-right:1px solid var(--line);border-radius:0;background:var(--bg);box-shadow:none;z-index:12}
.agent-dialog::backdrop{background:transparent}
.agent-dialog .agent-layout{min-height:100%}
.record-studio,#editor{position:fixed;inset:58px 300px 0 290px;margin:0;width:auto;max-width:none;height:auto;max-height:none;border:0;border-left:1px solid var(--line);border-right:1px solid var(--line);border-radius:0;background:var(--bg);box-shadow:none;z-index:12}
.record-studio::backdrop,#editor::backdrop{background:transparent}
.record-studio .studio-body{max-width:1000px;margin:0 auto;padding:28px}.record-studio .studio-body video{width:100%;max-height:64vh;object-fit:contain;background:#09080c;border-radius:16px}.record-studio .modal-actions{max-width:1000px;margin:0 auto}
.workspace-screen{max-width:1000px;margin:auto;padding:48px 32px}.workspace-head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}.workspace-head h1{margin:8px 0 0;font-size:32px}.eyebrow{color:var(--accent);font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.workspace-form{margin-top:32px}.workspace-textarea{width:100%;min-height:42vh;resize:vertical;border:1px solid var(--line);border-radius:18px;background:var(--panel);color:var(--text);padding:22px;font:inherit;font-size:18px;line-height:1.6;outline:none}.workspace-textarea:focus{border-color:var(--accent);box-shadow:0 0 0 3px #a88bfa22}.workspace-actions{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:16px}.workspace-hint{color:var(--muted);font-size:12px}
@media(max-width:900px){.agent-dialog{inset:58px 0 0 0;border-left:0;border-right:0}}
@media(max-width:900px){.record-studio,#editor{inset:58px 0 0 0;border-left:0;border-right:0}}
@media(max-width:600px){.agent-dialog{inset:0;width:100%;height:100dvh}.agent-top{padding-top:18px}}
@media(max-width:600px){.record-studio,#editor{inset:0;width:100%;height:100dvh}.workspace-screen{padding:28px 18px}.workspace-head h1{font-size:26px}.workspace-actions{align-items:stretch;flex-direction:column}.workspace-hint{order:2}}
