.agent-prompt-card{color:#101828;display:flex;flex-direction:column;flex:auto}.agent-prompt-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:.75rem}.agent-prompt-label{font-size:.75rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:#475467;margin:0}.copy-prompt-btn{display:inline-flex;align-items:center;gap:.375rem;flex-shrink:0;padding:.375rem .625rem;font-size:.8125rem;font-weight:600;line-height:1;color:#344054;background:#fff;border:1px solid #d0d5dd;border-radius:var(--radius-sm,.5rem);box-shadow:0 1px 2px rgba(16,24,40,5%);cursor:pointer;transition:background-color 150ms ease-out,border-color 150ms ease-out,color 150ms ease-out,transform 150ms ease-out}.copy-prompt-btn:hover{background:#f9fafb;border-color:#b9c0d4;color:#101828}.copy-prompt-btn:active{transform:scale(.96)}.copy-prompt-btn:focus-visible{outline:2px solid #2e90fa;outline-offset:2px}.copy-prompt-btn.is-copied{color:#047857;background:#ecfdf5;border-color:#a7f3d0}.copy-prompt-btn.is-error{color:#b91c1c;background:#fef2f2;border-color:#fecaca}.copy-icon{width:1rem;height:1rem}.agent-prompt-card pre{margin:0;padding:1rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:var(--radius-sm,.5rem);overflow-x:auto;flex:auto}.agent-prompt-card code{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.9375rem;line-height:1.6;color:#1e293b;background:0 0;padding:0;white-space:pre-wrap;word-break:break-word}.agent-prompt-hint{font-size:.9375rem;color:var(--color-text-secondary,#475467);margin:auto 0 0}.agent-prompt-hint a{color:var(--color-primary,#2E90FA);font-weight:600;text-decoration:underline;text-underline-offset:2px;transition:color 150ms ease-out}.agent-prompt-hint a:hover{color:#1e80ea}.agent-prompt-hint a:focus-visible{outline:2px solid var(--color-primary,#2E90FA);outline-offset:2px;border-radius:2px}.agent-prompt h2{font-size:1.75rem;line-height:1.3;font-weight:700;color:#142946;margin-top:0;margin-bottom:.75rem}.agent-prompt p{color:var(--color-text-secondary,#475467);margin:0 0 1rem}@media(max-width:640px){.agent-prompt-card code{font-size:.875rem}.copy-prompt-btn{padding:.375rem .5rem}}@media(prefers-reduced-motion:reduce){.copy-prompt-btn,.agent-prompt-hint a{transition:none}.copy-prompt-btn:active{transform:none}}