.catcafe-widget{max-width:560px;padding:16px;border:1px solid #e5e7eb;border-radius:12px;background:#fff;box-shadow:0 10px 25px rgba(0,0,0,.05)}
.catcafe-row{display:flex;flex-direction:column;gap:6px;margin-bottom:12px}
.catcafe-row input,.catcafe-row select{padding:10px 12px;border:1px solid #d1d5db;border-radius:10px;font-size:15px}
.catcafe-button{display:inline-block;padding:12px 16px;border-radius:12px;border:none;background:#111827;color:#fff;cursor:pointer;font-weight:600}
.catcafe-button:hover{opacity:.92}
.catcafe-subnote{color:#6b7280;font-size:12px}
.catcafe-availability{margin:8px 0 0;font-weight:600}
.catcafe-note{font-size:13px;color:#6b7280;margin-top:8px}
@media (prefers-color-scheme: dark){
  .catcafe-widget{background:#0f172a;border-color:#1f2937;color:#e5e7eb}
  .catcafe-row input,.catcafe-row select{background:#111827;border-color:#374151;color:#e5e7eb}
  .catcafe-button{background:#2563eb}
  .catcafe-subnote,.catcafe-note{color:#94a3b8}
}
