* { box-sizing: border-box; }
body.ll-embed { margin: 0; padding: 14px; background: #14161c; color: #e6edf3; font: 14px/1.45 -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; }
.ll-embed-card { background: #1a1d24; border: 1px solid #2a2e3a; border-radius: 10px; padding: 16px; margin-bottom: 10px; }
.ll-embed-card h1, .ll-embed-card h2 { font-size: 15px; font-weight: 700; margin: 0 0 10px; letter-spacing: -.01em; }
.ll-embed-row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin-bottom: 10px; }
.ll-embed-row.three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.ll-embed-label { display: block; min-width: 0; }
.ll-embed-label > span, .ll-embed-caption { display: block; font-size: 11px; font-weight: 600; color: #9aa3af; margin-bottom: 4px; }
.ll-embed input, .ll-embed select { width: 100%; min-width: 0; padding: 9px 10px; font-size: 14px; font-family: 'IBM Plex Mono', 'Courier New', monospace; background: #0f1116; border: 1px solid #333844; border-radius: 6px; color: #e6edf3; }
.ll-embed input:focus, .ll-embed select:focus { outline: 2px solid #d4af6a; outline-offset: 1px; }
.ll-embed-output { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; padding-top: 12px; border-top: 1px solid #333844; }
.ll-embed-output strong { color: #d4af6a; font: 600 18px 'IBM Plex Mono', monospace; text-align: right; }
.ll-embed-output small, .ll-embed-note { color: #9aa3af; font-size: 11.5px; }
.ll-embed-note { margin: 12px 0 0; line-height: 1.55; }
.ll-embed-status { color: #d4af6a; font-weight: 700; }
.ll-embed-clock { text-align: center; padding: 12px 0 4px; }
.ll-embed-clock strong { display: block; font: 700 28px 'IBM Plex Mono', monospace; color: #f0d49b; }
.ll-embed-credit { text-align: center; font-size: 11px; color: #6b7280; padding-top: 4px; }
.ll-embed-credit a { color: #d4af6a; text-decoration: none; font-weight: 600; }
.ll-embed-credit a:hover { text-decoration: underline; }
@media (max-width: 420px) { .ll-embed-row, .ll-embed-row.three { grid-template-columns: 1fr; } }
