.calv-toolbar { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-bottom: 14px; }
.calv-toolbar button { padding: 6px 12px; background: #14161c; border: 1px solid rgba(255,255,255,0.1); color: #9aa0ad; border-radius: 6px; cursor: pointer; }
.calv-toolbar button.active { border-color: #d4a853; color: #f5f3ee; }
.calv-hint { font-size: 11px; color: #6b7280; margin-left: 8px; }
.calv-week { display: grid; grid-template-columns: repeat(7, 1fr); gap: 8px; }
.calv-day-col { background: #12141a; border-radius: 8px; min-height: 120px; }
.calv-day-label { font-size: 11px; padding: 8px; color: #9aa0ad; border-bottom: 1px solid rgba(255,255,255,0.05); }
.calv-drop { min-height: 80px; padding: 6px; }
.calv-drop.calv-over { outline: 2px dashed #d4a853; }
.calv-piece { font-size: 11px; padding: 6px; margin: 4px 0; background: #1a1d23; border-radius: 4px; cursor: grab; display: flex; flex-wrap: wrap; gap: 4px; align-items: center; }
.calv-dot { width: 8px; height: 8px; border-radius: 50%; background: #d4a853; }
.calv-dot-instagram { background: #e1306c; }
.calv-dot-tiktok { background: #69c9d0; }
.calv-dot-x { background: #fff; }
.calv-badge { font-size: 9px; padding: 2px 4px; border-radius: 3px; }
.calv-badge-manual { background: rgba(212,168,83,0.2); color: #d4a853; }
.calv-badge-auto { background: rgba(16,185,129,0.15); color: #6ee7b7; }
.calv-badge-draft { background: rgba(107,114,128,0.2); color: #9ca3af; }
.calv-unsched { margin-top: 20px; }
.calv-pool { display: flex; flex-wrap: wrap; gap: 8px; padding: 10px; background: #0e1014; border-radius: 8px; min-height: 48px; }
.calv-month-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 4px; }
.calv-month-head { display: grid; grid-template-columns: repeat(7, 1fr); font-size: 10px; color: #6b7280; margin-bottom: 4px; text-align: center; }
.calv-month-cell { background: #12141a; min-height: 72px; padding: 4px; border-radius: 4px; }
.calv-month-cell.calv-out { opacity: 0.35; }
.calv-month-num { font-size: 11px; color: #9aa0ad; }
.calv-day-timeline .calv-hour { display: flex; gap: 10px; border-bottom: 1px solid rgba(255,255,255,0.04); padding: 6px 0; }
.calv-hour-label { width: 48px; font-size: 11px; color: #6b7280; }
.calv-detail { margin-top: 12px; padding: 12px; background: #14161c; border-radius: 8px; font-size: 13px; }
.calv-detail.hidden { display: none; }

/* S17 bio preview */
.cbp-wrap { margin: 12px 0; padding: 12px; background: #12141a; border-radius: 8px; border: 1px solid rgba(255,255,255,0.06); }
.cbp-header { display: flex; justify-content: space-between; font-size: 12px; margin-bottom: 8px; }
.cbp-match.cbp-score-ok { color: #6ee7b7; }
.cbp-match.cbp-score-warn { color: #fcd34d; }
.cbp-match.cbp-score-bad { color: #fca5a5; }
.cbp-phone { padding: 12px; border-radius: 8px; background: #1a1d23; min-height: 48px; }
.cbp-skin-ig { border-left: 3px solid #e1306c; }
.cbp-bio { font-size: 13px; line-height: 1.45; white-space: pre-wrap; }
.cbp-slop { background: rgba(239,68,68,0.35); text-decoration: underline wavy #ef4444; }
.cbp-meta { font-size: 11px; color: #6b7280; margin-top: 8px; display: flex; flex-wrap: wrap; gap: 12px; }
.cbp-over { color: #fca5a5; }
.cbp-suggestions { font-size: 11px; color: #fca5a5; margin: 8px 0 0; padding-left: 18px; }
.cbp-voice-link { font-size: 12px; color: #d4a853; display: inline-block; margin-top: 8px; }

/* S18 asset picker */
.lap-overlay { position: fixed; inset: 0; background: rgba(0,0,0,0.7); z-index: 9000; display: flex; align-items: center; justify-content: center; }
.lap-overlay.hidden { display: none; }
.lap-modal { background: #14161c; border-radius: 12px; width: min(640px, 92vw); max-height: 80vh; overflow: auto; padding: 16px; }
.lap-head { display: flex; justify-content: space-between; align-items: center; }
.lap-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(120px, 1fr)); gap: 10px; margin-top: 12px; }
.lap-card { background: #1a1d23; border: 1px solid rgba(255,255,255,0.08); border-radius: 8px; padding: 8px; cursor: pointer; color: #d8dbe3; text-align: left; }
.lap-card img { width: 100%; aspect-ratio: 1; object-fit: cover; border-radius: 4px; }
