.ly-wrap{font-family:system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif}
.ly-card{display:flex; gap:24px; border:1px solid #e5e7eb; border-radius:16px; padding:24px; background:#fff; max-width:960px}
.ly-left{width:36%; min-width:260px}
.ly-right{flex:1}
.ly-brand{font-weight:700; font-size:20px; margin-bottom:6px}
.ly-service{font-size:18px; margin-bottom:12px}
.ly-meta{color:#6b7280; font-size:14px; margin-bottom:16px}
.ly-cal-head{display:flex; justify-content:space-between; align-items:center; margin-bottom:8px}
.ly-cal-title{font-weight:600}
.ly-cal-grid{display:grid; grid-template-columns:repeat(7,1fr); gap:6px}
.ly-cal-dow{font-size:12px; color:#6b7280; text-align:center; margin-bottom:4px}
.ly-cal-cell{padding:10px 0; border:1px solid #e5e7eb; border-radius:8px; background:#f9fafb; cursor:pointer}
.ly-cal-cell.ly-disabled{opacity:.4; cursor:not-allowed}
.ly-cal-cell.ly-dim{opacity:.6}
.ly-row{display:flex; gap:24px}
.ly-side{width:50%}
.ly-slots{display:flex; flex-direction:column; gap:8px; margin:12px 0}
.ly-slot{padding:10px 12px; border:1px solid #cbd5e1; border-radius:8px; background:#fff; text-align:left; cursor:pointer}
.ly-slot.ly-active{outline:2px solid #2563eb}
.ly-btn{display:inline-block; padding:10px 16px; border-radius:10px; background:#2563eb; color:#fff; border:none; cursor:pointer}
.ly-link{background:none; border:none; padding:0; color:#2563eb; cursor:pointer; margin-top:12px}
.ly-muted{color:#6b7280}
.ly-field{margin-bottom:12px}
.ly-field input,.ly-field textarea, select#ly-tz{width:100%; padding:10px; border:1px solid #cbd5e1; border-radius:8px}
#ly-antispam{margin:8px 0}
.ly-check{font-size:40px; color:#16a34a}
@media (max-width:900px){ .ly-card{flex-direction:column} .ly-left{width:100%} .ly-row{flex-direction:column} .ly-side{width:100%} }
