.toolbox-layout .dashboard-demo-tool { display: none; }
.dashboard-demo-tool { background: var(--wp--preset--color--surface, #fff); border: 1px solid var(--wp--preset--color--line, #dfe4eb); border-radius: 18px; margin-top: 32px; padding: 24px; }
.dashboard-demo-tool *, .dashboard-demo-tool *::before, .dashboard-demo-tool *::after { box-sizing: border-box; }
.dashboard-demo-intro { color: var(--wp--preset--color--muted, #6f7c91); margin: 0 0 20px; }
.dashboard-demo-notice { background: #fff4e8; border-left: 4px solid var(--wp--preset--color--orange, #ff6508); border-radius: 8px; color: #713500; margin: 0 0 22px; padding: 12px 14px; }
.dashboard-demo-layout { display: grid; gap: 24px; grid-template-columns: minmax(280px, .9fr) minmax(300px, 1.1fr); }
.dashboard-demo-form { display: grid; gap: 18px; }
.dashboard-demo-fieldset { border: 1px solid var(--wp--preset--color--line, #dfe4eb); border-radius: 12px; margin: 0; padding: 15px; }
.dashboard-demo-fieldset legend { color: var(--wp--preset--color--ink, #0b1f3a); font-weight: 700; padding: 0 5px; }
.dashboard-demo-fields { display: grid; gap: 12px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.dashboard-demo-fields label { color: var(--wp--preset--color--muted, #6f7c91); display: block; font-size: 13px; font-weight: 700; }
.dashboard-demo-fields input { border: 1px solid var(--wp--preset--color--line, #dfe4eb); border-radius: 8px; color: var(--wp--preset--color--ink, #0b1f3a); display: block; font: inherit; height: 40px; margin-top: 5px; padding: 0 9px; width: 100%; }
.dashboard-demo-fields input:focus { border-color: var(--wp--preset--color--orange, #ff6508); outline: 2px solid rgba(255,101,8,.18); }
.dashboard-demo-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.dashboard-demo-actions button { background: var(--wp--preset--color--orange, #ff6508); border: 0; border-radius: 9px; color: #fff; cursor: pointer; font: inherit; font-weight: 700; padding: 11px 16px; }
.dashboard-demo-actions button.is-secondary { background: transparent; border: 1px solid var(--wp--preset--color--line, #dfe4eb); color: var(--wp--preset--color--ink, #0b1f3a); }
.dashboard-demo-preview { align-self: start; background: #eef4f9; border-radius: 14px; padding: 12px; }
.dashboard-demo-preview canvas { background: #fff; border-radius: 10px; box-shadow: 0 8px 26px rgba(11,31,58,.14); display: block; height: auto; max-width: 100%; width: 100%; }
.dashboard-demo-caption { color: var(--wp--preset--color--muted, #6f7c91); font-size: 12px; margin: 10px 2px 0; text-align: center; }
@media (max-width: 820px) { .dashboard-demo-tool { padding: 18px; } .dashboard-demo-layout { grid-template-columns: 1fr; } }
@media (max-width: 420px) { .dashboard-demo-fields { grid-template-columns: 1fr; } .dashboard-demo-actions button { flex: 1; } }
