.fshb-wizard{max-width:880px;margin:0 auto;padding:24px;background:#fff;border:1px solid #e6eaf0;border-radius:14px;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;color:#0f1b2d}
.fshb-steps{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:20px;border-bottom:1px solid #eef2f7;padding-bottom:12px}
.fshb-step{padding:6px 10px;border-radius:999px;background:#f4f7fb;color:#5b6b80;font-size:13px;font-weight:600}
.fshb-step.is-active{background:#0f1b2d;color:#fff}
.fshb-step.is-done{background:#e0f2e7;color:#1f6a3e}
.fshb-panel h3{margin:0 0 12px;font-size:18px}
.fshb-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:12px}
.fshb-card{border:1px solid #e6eaf0;border-radius:12px;padding:14px;cursor:pointer;transition:.15s;background:#fff}
.fshb-card:hover{border-color:#9bb3d8;transform:translateY(-2px)}
.fshb-card.is-selected{border-color:#2563ff;box-shadow:0 0 0 3px rgba(37,99,255,.15)}
.fshb-card img{width:100%;height:120px;object-fit:cover;border-radius:8px;margin-bottom:8px}
.fshb-card h4{margin:0 0 4px;font-size:15px}
.fshb-card .meta{font-size:13px;color:#5b6b80}
.fshb-card .price{font-weight:700;color:#0f1b2d;margin-top:6px}
.fshb-datetime{display:grid;grid-template-columns:200px 1fr;gap:18px}
@media(max-width:640px){.fshb-datetime{grid-template-columns:1fr}}
#fshb-date{padding:10px;border:1px solid #d6dde6;border-radius:8px;font-size:15px;width:100%}
.fshb-slots{display:grid;grid-template-columns:repeat(auto-fill,minmax(90px,1fr));gap:8px;min-height:60px}
.fshb-slot{padding:10px 6px;border:1px solid #d6dde6;border-radius:8px;background:#fff;cursor:pointer;font-weight:600;font-size:14px;text-align:center}
.fshb-slot:hover{border-color:#2563ff}
.fshb-slot.is-selected{background:#0f1b2d;color:#fff;border-color:#0f1b2d}
.fshb-panel label{display:block;margin:10px 0;font-size:14px;color:#3a4a60}
.fshb-panel input[type=text],.fshb-panel input[type=email],.fshb-panel input[type=tel],.fshb-panel textarea,.fshb-panel select{display:block;width:100%;padding:9px 11px;margin-top:4px;border:1px solid #d6dde6;border-radius:8px;font-size:15px;box-sizing:border-box;font-family:inherit}
.fshb-radio{display:flex;align-items:center;gap:8px;padding:8px 12px;border:1px solid #e6eaf0;border-radius:8px;margin:6px 0;cursor:pointer}
.fshb-radio input{margin:0}
.fshb-mode{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:10px}
.fshb-mode .fshb-radio{flex:1;min-width:200px}
.fshb-fee{color:#2563ff;font-weight:600;margin-left:auto;font-size:13px}
.fshb-inline{display:flex;gap:6px}
.fshb-btn{appearance:none;border:0;padding:11px 18px;border-radius:10px;background:#0f1b2d;color:#fff;font-weight:600;cursor:pointer;font-size:15px}
.fshb-btn:hover{background:#1c2c46}
.fshb-btn.fshb-secondary{background:#eef2f7;color:#0f1b2d}
.fshb-btn.fshb-primary{background:#2563ff}
.fshb-btn.fshb-primary:hover{background:#1d4fcc}
.fshb-btn-sm{padding:8px 12px;font-size:13px}
.fshb-nav{display:flex;justify-content:space-between;gap:10px;margin-top:24px;border-top:1px solid #eef2f7;padding-top:16px}
.fshb-summary{background:#f7faff;border:1px solid #e0e9f7;border-radius:10px;padding:14px 16px;margin-bottom:14px}
.fshb-summary .row{display:flex;justify-content:space-between;padding:5px 0;font-size:14px}
.fshb-summary .row.total{font-weight:700;border-top:1px solid #d6e1f2;margin-top:6px;padding-top:8px;font-size:16px}
.fshb-result{margin-top:14px;padding:12px;border-radius:8px}
.fshb-result.is-ok{background:#e6f7ec;color:#1f6a3e}
.fshb-result.is-err{background:#fde8e8;color:#9b1c1c}
.fshb-loading{color:#5b6b80;padding:14px;text-align:center}
small{color:#5b6b80;font-size:12px}

/* Inline notice (replaces native alerts) */
.fshb-wizard{position:relative}
.fshb-notice{position:sticky;top:12px;z-index:20;display:none;align-items:flex-start;gap:10px;margin:0 0 14px;padding:12px 14px;border-radius:10px;border:1px solid transparent;background:#fff;box-shadow:0 6px 20px rgba(15,27,45,.08);font-size:14px;line-height:1.4;transform:translateY(-6px);opacity:0;transition:transform .18s ease,opacity .18s ease}
.fshb-notice.is-visible{display:flex;opacity:1;transform:translateY(0)}
.fshb-notice .fshb-notice-icon{flex:0 0 22px;height:22px;width:22px;border-radius:999px;display:inline-block;background:currentColor;mask:radial-gradient(circle at 50% 38%, transparent 2px, #000 2.5px 3.5px, transparent 4px),linear-gradient(currentColor,currentColor);-webkit-mask:radial-gradient(circle at 50% 38%, transparent 2px, #000 2.5px 3.5px, transparent 4px),linear-gradient(currentColor,currentColor);position:relative}
.fshb-notice .fshb-notice-icon::before{content:"!";position:absolute;inset:0;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:800;font-size:14px;line-height:1}
.fshb-notice .fshb-notice-msg{flex:1;color:#0f1b2d;font-weight:500}
.fshb-notice .fshb-notice-close{appearance:none;border:0;background:transparent;font-size:20px;line-height:1;color:#5b6b80;cursor:pointer;padding:0 4px;margin-left:4px}
.fshb-notice .fshb-notice-close:hover{color:#0f1b2d}
.fshb-notice.is-warn{border-color:#fcd9b0;background:#fff7ec;color:#a05a00}
.fshb-notice.is-warn .fshb-notice-icon{color:#e08a1a}
.fshb-notice.is-error{border-color:#f5c2c2;background:#fdecec;color:#9b1c1c}
.fshb-notice.is-error .fshb-notice-icon{color:#d83a3a}
.fshb-notice.is-info{border-color:#c7dbff;background:#eef4ff;color:#1d4fcc}
.fshb-notice.is-info .fshb-notice-icon{color:#2563ff}
.fshb-notice.is-success{border-color:#bfe6cd;background:#ecf8f0;color:#1f6a3e}
.fshb-notice.is-success .fshb-notice-icon{color:#2ea566}

.fshb-slot-time{display:block;font-weight:600;}
.fshb-slot-rem{display:block;font-size:11px;opacity:.7;margin-top:2px;}
