.try-field{flex-direction:column;gap:.4rem;margin-bottom:1rem;display:flex}.try-field-label{color:var(--color-ink);font-size:.8125rem;font-weight:700}.try-select{border:1.5px solid var(--color-ink-line);border-radius:var(--radius-md);background:var(--color-fluff);height:2.25rem;padding:0 .625rem;font-size:.9375rem}.try-remember{color:var(--text-muted);cursor:pointer;align-items:center;gap:.4rem;font-size:.8125rem;display:flex}.try-hint{margin:0;font-size:.8125rem}.try-howto{border:1.5px dashed var(--color-ink-line);border-radius:var(--radius-md);background:var(--color-fluff);margin-bottom:1rem}.try-howto>summary{cursor:pointer;padding:.625rem .875rem;font-size:.875rem;font-weight:700}.try-howto-body{padding:0 .875rem .875rem;font-size:.875rem}.try-howto-links{flex-wrap:wrap;gap:1rem;margin-top:.5rem;display:flex}.try-link{color:var(--color-yellow-deep);align-items:center;gap:.3rem;font-weight:700;text-decoration:underline;display:inline-flex}.playground{border:2px solid var(--color-ink-line);border-radius:var(--radius-xl);background:var(--color-cream);box-shadow:var(--shadow-press-yellow);margin-bottom:2rem;padding:1.5rem 1.75rem}.playground-head{align-items:flex-start;gap:.875rem;margin-bottom:1.25rem;display:flex}.playground-icon{border:2px solid var(--color-ink-line);background:var(--bg-sun);width:44px;height:44px;color:var(--color-yellow-deep);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.playground-head h2{margin:0;font-size:1.25rem;font-weight:800}.playground-head p{font-size:.9375rem;line-height:var(--leading-relaxed);margin:.25rem 0 0}.playground-grid{grid-template-columns:1fr 340px;align-items:start;gap:1.5rem;display:grid}.playground-loader-panel{border:1.5px solid var(--color-ink-line);border-radius:var(--radius-lg);background:var(--color-fluff);justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.125rem;display:flex}.playground-loader-panel p{color:var(--text-muted);line-height:var(--leading-relaxed);margin:0}.playground-loader-button{border:2px solid var(--color-ink);background:var(--color-yellow);color:var(--color-ink);flex-shrink:0}.playground-canvas{min-width:0}.playground-config{border:1.5px solid var(--color-ink-line);border-radius:var(--radius-lg);background:var(--color-fluff);padding:1rem 1.125rem}.playground-config-inner{flex-direction:column;display:flex}.playground-chat{flex-direction:column;gap:.75rem;display:flex}.playground-transcript{border:1.5px solid var(--color-ink-line);border-radius:var(--radius-md);background:var(--color-fluff);flex-direction:column;gap:.75rem;min-height:200px;max-height:520px;padding:1rem;display:flex;overflow-y:auto}.pg-msg{border-radius:var(--radius-md);font-size:.9375rem;line-height:var(--leading-relaxed);max-width:92%;margin:0;padding:.625rem .875rem}.pg-msg-user{background:var(--bg-sun);border:1.5px solid var(--color-ink-line);align-self:flex-end;font-weight:600}.pg-msg-assistant{background:var(--color-cream);border:1.5px solid var(--color-ink-line);white-space:pre-wrap;word-break:break-word;font-family:var(--font-sans);align-self:flex-start}.pg-msg-loading{color:var(--text-muted);font-style:italic}.pg-msg-error{color:var(--color-danger,#d33);border:1.5px solid var(--color-danger,#d33);background:color-mix(in srgb, var(--color-danger,#d33) 8%, transparent);align-self:flex-start}.pg-image{border-radius:var(--radius-md);border:1.5px solid var(--color-ink-line);max-width:100%;height:auto;display:block}.playground-composer{flex-direction:column;gap:.625rem;display:flex}@media (max-width:992px){.playground-grid{grid-template-columns:1fr}.playground-config{order:-1}}@media (max-width:640px){.playground{padding:1.25rem 1rem}.playground-loader-panel{flex-direction:column;align-items:stretch}}
