:root {
	--ifh-purple: #04a0ca;
	--ifh-purple-dark: #04a0ca;
	--ifh-orange: #04a0ca;
	--ifh-ink: #17151d;
	--ifh-muted: #746f7e;
	--ifh-line: #e9e6ef;
	--ifh-bg: #f6f5f8;
	--ifh-white: #fff;
}

body.ifh-standalone-page { margin: 0; background: var(--ifh-bg); }
body.ifh-standalone-page #wpadminbar { display: none !important; }
html:has(body.ifh-standalone-page) { margin-top: 0 !important; }

.ifh-app, .ifh-app * { box-sizing: border-box; }
.ifh-app { display: grid; grid-template-columns: 244px minmax(0, 1fr); min-height: 820px; width: 100%; background: var(--ifh-bg); color: var(--ifh-ink); font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.45; }
.ifh-app a { text-decoration: none !important; }
.ifh-sidebar { display: flex; flex-direction: column; min-height: 100%; padding: 28px 18px; background: linear-gradient(160deg, #2b2b2b 0%, #000000 100%); color: #fff; }
.ifh-brand { display: flex; align-items: center; min-height: 54px; padding: 0 10px 30px; }
.ifh-brand img { display: block; width: 100%; max-width: 190px; height: auto; }
.ifh-nav { display: grid; gap: 5px; }
.ifh-nav a { display: flex; align-items: center; gap: 12px; padding: 11px 13px; border-radius: 10px; color: #bdb6c5; font-size: 14px; font-weight: 600; transition: .18s ease; }
.ifh-nav a:hover, .ifh-nav a.is-active { background: rgba(255,255,255,.09); color: #fff; }
.ifh-nav a.is-active { box-shadow: inset 3px 0 #04a0ca; }
.ifh-nav svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.ifh-nav svg rect { fill: none; }
.ifh-sidebar__site { margin-top: auto; padding: 13px; border: 1px solid #04a0ca; border-radius: 10px; background: #04a0ca; color: #fff; text-align: center; font-size: 13px; font-weight: 700; transition: .18s ease; }
.ifh-sidebar__site:hover { filter: brightness(.9); color: #fff; }
.ifh-main { min-width: 0; padding: 0 34px 40px; }
.ifh-topbar { display: flex; align-items: center; min-height: 96px; margin-bottom: 25px; border-bottom: 1px solid var(--ifh-line); }
.ifh-topbar h1 { margin: 1px 0 0; color: var(--ifh-ink); font-size: 24px; line-height: 1.2; }
.ifh-eyebrow { margin: 0; color: var(--ifh-purple); font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.ifh-user { display: flex; align-items: center; gap: 10px; margin-left: auto; }
.ifh-user img { border-radius: 50%; }
.ifh-user a { color: var(--ifh-muted); font-size: 13px; font-weight: 600; }
.ifh-user__profile { display: flex; align-items: center; gap: 8px; }.ifh-user__profile img { width: 40px; height: 40px; object-fit: cover; }.ifh-user__profile span { font-size: 12px; }
.ifh-menu-toggle { display: none; margin-right: 12px; border: 0; background: transparent; color: var(--ifh-ink); font-size: 22px; }
.ifh-section-head { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 22px; }
.ifh-section-head h2 { margin: 0; color: var(--ifh-ink); font-size: 26px; }
.ifh-section-head p { margin: 5px 0 0; color: var(--ifh-muted); font-size: 14px; }
.ifh-actions, .ifh-form__actions { display: flex; align-items: center; gap: 9px; }
.ifh-btn { display: inline-flex; align-items: center; justify-content: center; min-height: 42px; padding: 0 17px; border: 1px solid var(--ifh-purple); border-radius: 9px; background: var(--ifh-purple); color: #fff !important; font: inherit; font-size: 13px; font-weight: 700; cursor: pointer; }
.ifh-btn:hover { border-color: var(--ifh-purple-dark); background: var(--ifh-purple-dark); color: #fff !important; filter: brightness(.9); }
.ifh-btn--ghost { border-color: var(--ifh-line); background: #fff; color: var(--ifh-ink) !important; }
.ifh-btn--ghost:hover { border-color: #d7d1df; background: #f9f8fa; color: var(--ifh-ink) !important; }
.ifh-metrics { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; margin-bottom: 22px; }
.ifh-metric { position: relative; overflow: hidden; min-height: 145px; padding: 21px; border: 1px solid var(--ifh-line); border-radius: 15px; background: #fff; box-shadow: 0 5px 20px rgba(30,20,40,.035); }
.ifh-metric::before { position: absolute; top: 0; left: 0; width: 4px; height: 100%; background: var(--accent); content: ""; }
.ifh-metric--purple { --accent: #04a0ca; }.ifh-metric--orange { --accent: #04a0ca; }.ifh-metric--green { --accent: #24a66a; }.ifh-metric--blue { --accent: #3084d6; }
.ifh-metric p { margin: 0 0 15px; color: var(--ifh-muted); font-size: 12px; font-weight: 700; }
.ifh-metric strong { display: block; margin-bottom: 8px; color: var(--ifh-ink); font-size: 25px; line-height: 1.1; }
.ifh-metric small { color: #98929f; font-size: 11px; }
.ifh-grid { display: grid; gap: 16px; }.ifh-grid--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.ifh-card { overflow: hidden; margin-bottom: 18px; border: 1px solid var(--ifh-line); border-radius: 15px; background: #fff; box-shadow: 0 5px 20px rgba(30,20,40,.035); }
.ifh-card__head { display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 20px 21px; border-bottom: 1px solid var(--ifh-line); }
.ifh-card__head h3 { margin: 0; color: var(--ifh-ink); font-size: 16px; }.ifh-card__head p { margin: 3px 0 0; color: var(--ifh-muted); font-size: 12px; }.ifh-card__head > a { color: var(--ifh-purple); font-size: 12px; font-weight: 700; }
.ifh-table-wrap { width: 100%; overflow-x: auto; }.ifh-table { width: 100%; margin: 0; border-collapse: collapse; border: 0; font-size: 12px; }.ifh-table th, .ifh-table td { padding: 14px 16px; border: 0; border-bottom: 1px solid #f0edf3; background: transparent; text-align: left; vertical-align: middle; }.ifh-table th { color: #8c8594; font-size: 10px; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; }.ifh-table tr:last-child td { border-bottom: 0; }.ifh-table td { color: #4a4550; }.ifh-table td strong, .ifh-table td small { display: block; }.ifh-table td small { margin-top: 3px; color: #99929f; }.ifh-empty { padding: 30px !important; color: var(--ifh-muted) !important; text-align: center !important; }
.ifh-status { display: inline-flex; align-items: center; min-height: 23px; padding: 0 8px; border-radius: 99px; background: #eeeaf3; color: #625b6d; font-size: 10px; font-weight: 800; white-space: nowrap; }.ifh-status--confirmed, .ifh-status--completed, .ifh-status--processing, .ifh-status--publish { background: #e3f6ec; color: #187e4e; }.ifh-status--pending, .ifh-status--on-hold, .ifh-status--waitlist { background: #fff2dd; color: #a65c00; }.ifh-status--cancelled, .ifh-status--failed, .ifh-status--no_show { background: #fbe7e9; color: #b32d3a; }
.ifh-product-cell { display: flex; align-items: center; gap: 10px; min-width: 180px; }.ifh-product-cell img { width: 46px !important; height: 46px !important; margin: 0 !important; border-radius: 8px; object-fit: cover; }.ifh-row-actions { display: flex; gap: 8px; }.ifh-row-actions form { margin: 0; }.ifh-row-actions a, .ifh-row-actions button { padding: 0; border: 0; background: transparent; color: var(--ifh-purple); font: inherit; font-weight: 700; cursor: pointer; }.ifh-row-actions button { color: #b32d3a; }
.ifh-form-card { overflow: visible; }.ifh-form { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; padding: 22px; }.ifh-field { display: grid; align-content: start; gap: 6px; }.ifh-field--wide, .ifh-form__actions { grid-column: 1 / -1; }.ifh-field label { color: #4e4855; font-size: 12px; font-weight: 750; }.ifh-field input, .ifh-field select, .ifh-field textarea, .ifh-inline-form select { width: 100%; min-height: 43px; margin: 0; padding: 9px 11px; border: 1px solid #ddd8e4; border-radius: 8px; background: #fff; color: var(--ifh-ink); font: inherit; font-size: 13px; box-shadow: none; }.ifh-field textarea { resize: vertical; }.ifh-field input:focus, .ifh-field select:focus, .ifh-field textarea:focus { outline: 2px solid rgba(4,160,202,.15); border-color: var(--ifh-purple); }.ifh-field small { color: var(--ifh-muted); font-size: 10px; }.ifh-form__actions { justify-content: flex-end; padding-top: 5px; }
.ifh-form-section { grid-column: 1 / -1; margin-top: 5px; padding: 16px 0 2px; border-top: 1px solid var(--ifh-line); }.ifh-form-section:first-of-type { margin-top: -6px; padding-top: 0; border-top: 0; }.ifh-form-section h4 { margin: 0; color: var(--ifh-ink); font-size: 14px; }.ifh-form-section p { margin: 4px 0 0; color: var(--ifh-muted); font-size: 11px; }
.ifh-order-items { display: grid; gap: 10px; }.ifh-order-item { display: grid; grid-template-columns: minmax(240px, 1fr) 110px 150px auto; align-items: end; gap: 10px; padding: 13px; border: 1px solid var(--ifh-line); border-radius: 10px; background: #fbfafc; }.ifh-remove-item { min-height: 43px; padding: 0 11px; border: 1px solid #efd6d9; border-radius: 8px; background: #fff; color: #a52b36; font-size: 11px; font-weight: 700; cursor: pointer; }.ifh-remove-item:disabled { visibility: hidden; }.ifh-add-item { width: max-content; padding: 0; border: 0; background: transparent; color: #04a0ca; font-size: 12px; font-weight: 750; cursor: pointer; }
.ifh-profile-photo { display: flex; align-items: center; gap: 20px; padding: 18px; border: 1px solid var(--ifh-line); border-radius: 12px; background: #fbfafc; }.ifh-profile-photo > img { width: 112px; height: 112px; border: 4px solid #fff; border-radius: 50%; object-fit: cover; box-shadow: 0 5px 18px rgba(0,0,0,.08); }.ifh-profile-photo strong { display: block; margin-bottom: 4px; }.ifh-profile-photo p { margin: 0 0 12px; color: var(--ifh-muted); font-size: 11px; }.ifh-profile-photo input[type=file] { display: block; margin-bottom: 12px; }.ifh-check { display: flex; align-items: center; gap: 7px; color: var(--ifh-muted); font-size: 11px; }.ifh-check input { width: 15px; height: 15px; margin: 0; accent-color: #04a0ca; }.ifh-check-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 10px; padding: 14px; border: 1px solid var(--ifh-line); border-radius: 9px; }
.ifh-back { display: inline-block; margin-bottom: 7px; color: #04a0ca; font-size: 12px; font-weight: 750; }.ifh-detail-copy, .ifh-integration-body { padding: 20px; color: #625c69; font-size: 13px; }.ifh-detail-copy p, .ifh-integration-body p { margin: 0 0 13px; }.ifh-detail-copy p:last-child, .ifh-integration-body p:last-child { margin-bottom: 0; }
.ifh-order-totals { width: min(420px, 100%); margin-left: auto; padding: 17px 20px 20px; }.ifh-order-totals div { display: flex; justify-content: space-between; gap: 20px; padding: 7px 0; border-bottom: 1px solid var(--ifh-line); font-size: 12px; }.ifh-order-actions { display: grid; grid-template-columns: minmax(240px,1fr) auto auto auto; gap: 9px; padding: 20px; }.ifh-order-actions textarea { min-height: 43px; padding: 10px; border: 1px solid var(--ifh-line); border-radius: 8px; }.ifh-btn--danger { border-color: #b8323e; background: #b8323e; }
.ifh-order-notes { padding: 8px 20px 20px; }.ifh-order-notes article { position: relative; padding: 13px 0; border-bottom: 1px solid var(--ifh-line); }.ifh-order-notes article:last-child { border: 0; }.ifh-order-notes strong { font-size: 11px; }.ifh-order-notes time { margin-left: 8px; color: var(--ifh-muted); font-size: 10px; }.ifh-order-notes p { margin: 5px 0 0; color: #625c69; font-size: 12px; }
.ifh-calendar-card { overflow: visible; }.ifh-calendar-toolbar { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 16px; padding: 17px 20px; border-bottom: 1px solid var(--ifh-line); }.ifh-calendar-nav, .ifh-calendar-views { display: flex; align-items: center; gap: 5px; }.ifh-calendar-nav a, .ifh-calendar-views a { display: grid; place-items: center; min-width: 34px; min-height: 34px; padding: 0 10px; border: 1px solid var(--ifh-line); border-radius: 7px; color: var(--ifh-ink); font-size: 11px; font-weight: 700; }.ifh-calendar-views { justify-content: flex-end; }.ifh-calendar-views a.is-active { border-color: #04a0ca; background: #04a0ca; color: #fff; }.ifh-calendar-weekdays { display: grid; grid-template-columns: repeat(7,1fr); border-bottom: 1px solid var(--ifh-line); }.ifh-calendar-weekdays span { padding: 10px; color: var(--ifh-muted); font-size: 10px; font-weight: 800; text-align: center; text-transform: uppercase; }.ifh-calendar-month { display: grid; grid-template-columns: repeat(7,1fr); }.ifh-calendar-cell { min-height: 120px; padding: 9px; border-right: 1px solid var(--ifh-line); border-bottom: 1px solid var(--ifh-line); }.ifh-calendar-cell:nth-child(7n) { border-right: 0; }.ifh-calendar-cell.is-outside { background: #faf9fb; opacity: .58; }.ifh-calendar-date { display: block; margin-bottom: 7px; color: var(--ifh-muted); font-size: 11px; font-weight: 700; }.ifh-calendar-event { display: block; overflow: hidden; margin-bottom: 5px; padding: 6px 7px; border-left: 3px solid #04a0ca; border-radius: 5px; background: #e9f8fc; color: #126177; font-size: 9px; line-height: 1.3; }.ifh-calendar-event strong, .ifh-calendar-event span { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }.ifh-calendar-event--waitlist { border-color: #d89422; background: #fff6e7; color: #81520a; }.ifh-calendar-event--cancelled, .ifh-calendar-event--no_show { border-color: #c34752; background: #fcecef; color: #8b2932; }.ifh-calendar-week { display: grid; grid-template-columns: repeat(7,minmax(130px,1fr)); overflow-x: auto; }.ifh-calendar-daycol { min-height: 430px; padding: 8px; border-right: 1px solid var(--ifh-line); }.ifh-calendar-dayhead { display: flex; justify-content: space-between; gap: 8px; margin-bottom: 10px; padding: 8px; color: var(--ifh-muted); font-size: 11px; }.ifh-calendar-dayview { padding: 10px 20px 20px; }.ifh-calendar-row { display: grid; grid-template-columns: 70px 1fr; align-items: start; gap: 12px; padding: 10px 0; border-bottom: 1px solid var(--ifh-line); }.ifh-calendar-row time { padding-top: 7px; color: var(--ifh-muted); font-size: 12px; }.ifh-calendar-row .ifh-calendar-event { padding: 10px; font-size: 11px; }
.ifh-inline-form { display: flex; align-items: center; gap: 7px; min-width: 210px; margin: 0; }.ifh-inline-form select { min-height: 34px; padding: 5px 8px; }.ifh-inline-form button { min-height: 34px; padding: 0 10px; border: 0; border-radius: 7px; background: var(--ifh-purple); color: #fff; font-size: 11px; font-weight: 700; cursor: pointer; }
.ifh-appointment-actions { display: flex; align-items: center; gap: 10px; }.ifh-appointment-actions > a { color: #04a0ca; font-size: 11px; font-weight: 750; }
.ifh-alert { margin-bottom: 18px; padding: 13px 15px; border: 1px solid; border-radius: 9px; font-size: 13px; }.ifh-alert--success { border-color: #bde5cf; background: #edfaf3; color: #176c45; }.ifh-alert--error { border-color: #efc8cd; background: #fff2f3; color: #9e2632; }
.ifh-alert--info { border-color: #b9dfeb; background: #effaff; color: #126177; }
.ifh-record-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 0; }.ifh-record-grid article { min-height: 150px; padding: 22px; border-right: 1px solid var(--ifh-line); border-bottom: 1px solid var(--ifh-line); }.ifh-record-grid article:nth-child(2n) { border-right: 0; }.ifh-record-grid h3 { margin: 0 0 10px; color: var(--ifh-ink); font-size: 13px; }.ifh-record-grid p { margin: 0; color: #625c69; font-size: 12px; line-height: 1.65; }
.ifh-code { display: flex; align-items: center; justify-content: space-between; gap: 15px; margin: 20px; padding: 14px; border-radius: 9px; background: #f6f3fa; }.ifh-code span { color: var(--ifh-muted); font-size: 12px; }.ifh-code code, .ifh-routes code, .ifh-card__head code { color: var(--ifh-purple-dark); font-size: 11px; }.ifh-muted { margin: 0; padding: 0 20px 20px; color: var(--ifh-muted); font-size: 12px; }.ifh-routes { margin: 0; padding: 8px 20px 18px; list-style: none; }.ifh-routes li { display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 11px 0; border-bottom: 1px solid var(--ifh-line); }.ifh-routes li:last-child { border: 0; }.ifh-routes span { color: var(--ifh-muted); font-size: 11px; }
.ifh-login { max-width: 440px; margin: 50px auto; padding: 32px; border: 1px solid var(--ifh-line); border-radius: 16px; background: #fff; box-shadow: 0 10px 40px rgba(30,20,40,.08); }.ifh-login h2 { margin: 0 0 7px; }.ifh-login > p { margin: 0 0 22px; color: var(--ifh-muted); }.ifh-login label { display: block; margin-bottom: 5px; font-size: 12px; font-weight: 700; }.ifh-login input[type=text], .ifh-login input[type=password] { width: 100%; min-height: 44px; padding: 9px; border: 1px solid var(--ifh-line); border-radius: 8px; }.ifh-login input[type=submit] { min-height: 42px; padding: 0 20px; border: 0; border-radius: 8px; background: var(--ifh-purple); color: #fff; font-weight: 700; }
.ifh-logged-out { display: grid; place-items: center; min-height: 100vh; padding: 30px; background: var(--ifh-bg); font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; text-align: center; }

.ifh-auth-shell, .ifh-auth-shell * { box-sizing: border-box; }
.ifh-auth-shell { display: grid; grid-template-columns: minmax(320px, .92fr) minmax(420px, 1.08fr); min-height: 100vh; background: #fff; color: var(--ifh-ink); font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
.ifh-auth-intro { position: relative; display: flex; flex-direction: column; overflow: hidden; min-height: 100vh; padding: clamp(34px, 5vw, 72px); background: radial-gradient(circle at 85% 20%, rgba(4,160,202,.28), transparent 32%), linear-gradient(145deg, #2b2b2b 0%, #151515 55%, #000000 100%); color: #fff; }
.ifh-auth-intro::after { position: absolute; right: -145px; bottom: -185px; width: 470px; height: 470px; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; box-shadow: 0 0 0 70px rgba(255,255,255,.025), 0 0 0 140px rgba(255,255,255,.018); content: ""; }
.ifh-auth-brand { position: relative; z-index: 1; display: flex; align-items: center; }
.ifh-auth-brand img { display: block; width: min(285px, 78%); height: auto; }
.ifh-auth-copy { position: relative; z-index: 1; max-width: 510px; margin: auto 0; padding: 80px 0; }
.ifh-auth-copy p { margin: 0 0 20px; color: #d4c4ef; font-size: 11px; font-weight: 800; letter-spacing: .16em; }
.ifh-auth-copy h1 { max-width: 470px; margin: 0 0 22px; color: #fff; font-size: clamp(42px, 5vw, 68px); font-weight: 720; letter-spacing: -.055em; line-height: .98; }
.ifh-auth-copy span { display: block; max-width: 460px; color: #c7bdce; font-size: clamp(15px, 1.4vw, 18px); line-height: 1.65; }
.ifh-auth-intro > small { position: relative; z-index: 1; color: #8f8399; font-size: 11px; }
.ifh-auth-panel { display: grid; place-items: center; min-height: 100vh; padding: 42px; background: #fff; }
.ifh-auth-form-wrap { width: 100%; max-width: 430px; }
.ifh-auth-form-wrap > h2 { margin: 10px 0 8px; color: var(--ifh-ink); font-size: 34px; letter-spacing: -.035em; }
.ifh-auth-form-wrap > p:not(.ifh-eyebrow) { margin: 0 0 28px; color: var(--ifh-muted); font-size: 14px; }
.ifh-auth-form-wrap .ifh-alert { margin-top: 18px; }
.ifh-auth-form { display: grid; gap: 17px; }
.ifh-auth-form > label { display: grid; gap: 7px; color: #49424f; font-size: 12px; font-weight: 750; }
.ifh-auth-form input[type="text"], .ifh-auth-form input[type="password"] { width: 100%; min-height: 49px; padding: 0 14px; border: 1px solid #dcd6e3; border-radius: 9px; background: #fff; color: var(--ifh-ink); font: inherit; font-size: 14px; box-shadow: none; }
.ifh-auth-form input:focus { outline: 3px solid rgba(4,160,202,.12); border-color: var(--ifh-purple); }
.ifh-auth-form > button { min-height: 49px; margin-top: 2px; border: 0; border-radius: 9px; background: var(--ifh-purple); color: #fff; font: inherit; font-size: 14px; font-weight: 750; cursor: pointer; transition: .18s ease; }
.ifh-auth-form > button:hover { background: var(--ifh-purple-dark); filter: brightness(.9); transform: translateY(-1px); }
.ifh-auth-form > a { color: var(--ifh-purple); font-size: 12px; font-weight: 700; text-align: center; text-decoration: none; }
.ifh-auth-options { display: flex; align-items: center; justify-content: space-between; gap: 15px; }
.ifh-auth-options label { display: flex; align-items: center; gap: 7px; color: var(--ifh-muted); font-size: 11px; cursor: pointer; }
.ifh-auth-options input { width: 15px; height: 15px; margin: 0; accent-color: var(--ifh-purple); }
.ifh-auth-options a { color: var(--ifh-purple); font-size: 11px; font-weight: 700; text-decoration: none; }
.ifh-auth-support { margin-top: 34px; padding-top: 21px; border-top: 1px solid var(--ifh-line); color: #9a94a1; font-size: 11px; text-align: center; }

.ifh-booking-page { margin: 0; background: #f5f6f8; }.ifh-booking-shell, .ifh-booking-shell * { box-sizing: border-box; }.ifh-booking-shell { min-height: 100vh; padding: 42px 20px 24px; background: radial-gradient(circle at 85% 0,rgba(4,160,202,.18),transparent 29%),#f5f6f8; color: #171717; font-family: Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif; }.ifh-booking-brand { display: flex; align-items: center; gap: 28px; width: min(920px,100%); margin: 0 auto 24px; padding: 28px; border-radius: 18px; background: linear-gradient(145deg,#2b2b2b,#000); color: #fff; }.ifh-booking-brand img { width: min(245px,34%); height: auto; }.ifh-booking-brand span { color: #55cbea; font-size: 10px; font-weight: 800; letter-spacing: .16em; }.ifh-booking-brand h1 { margin: 5px 0; color: #fff; font-size: 28px; }.ifh-booking-brand p { margin: 0; color: #c8c8c8; font-size: 13px; }.ifh-booking-card { width: min(920px,100%); margin: auto; padding: 28px; border: 1px solid #e2e3e6; border-radius: 18px; background: #fff; box-shadow: 0 14px 40px rgba(0,0,0,.06); }.ifh-public-form { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 17px; }.ifh-public-form > label { display: grid; gap: 7px; color: #4c4c4c; font-size: 12px; font-weight: 750; }.ifh-public-form input,.ifh-public-form select,.ifh-public-form textarea { width: 100%; min-height: 46px; padding: 10px 12px; border: 1px solid #dadde2; border-radius: 9px; background: #fff; color: #171717; font: inherit; }.ifh-public-form input:focus,.ifh-public-form select:focus,.ifh-public-form textarea:focus { outline: 3px solid rgba(4,160,202,.12); border-color: #04a0ca; }.ifh-public-wide,.ifh-public-consent,.ifh-public-summary,.ifh-public-form > button { grid-column: 1/-1; }.ifh-public-consent { display: flex !important; grid-template-columns: auto 1fr; align-items: center; }.ifh-public-consent input { width: 17px; min-height: 17px; margin: 0; accent-color: #04a0ca; }.ifh-public-summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 15px; border-radius: 10px; background: #effaff; color: #126177; font-size: 12px; }.ifh-public-form > button { min-height: 50px; border: 0; border-radius: 9px; background: #04a0ca; color: #fff; font: inherit; font-weight: 800; cursor: pointer; }.ifh-public-form > button:hover { filter: brightness(.92); }.ifh-honeypot { position: absolute !important; left: -9999px !important; }.ifh-booking-shell > footer { margin-top: 18px; color: #8b8e93; font-size: 10px; text-align: center; }

@media (max-width: 1080px) { .ifh-metrics { grid-template-columns: repeat(2, minmax(0, 1fr)); }.ifh-grid--2 { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .ifh-app { display: block; }.ifh-sidebar { position: fixed; z-index: 9999; top: 0; bottom: 0; left: 0; width: 250px; min-height: 100vh; transform: translateX(-102%); transition: transform .2s ease; }.ifh-app.is-menu-open .ifh-sidebar { transform: translateX(0); }.ifh-main { padding: 0 16px 30px; }.ifh-topbar { min-height: 78px; margin-bottom: 20px; }.ifh-menu-toggle { display: block; }.ifh-user img { display: none; }.ifh-topbar h1 { font-size: 20px; }.ifh-section-head { align-items: flex-start; }.ifh-actions { flex-wrap: wrap; justify-content: flex-end; }.ifh-metrics { grid-template-columns: 1fr 1fr; }.ifh-form { grid-template-columns: 1fr; }.ifh-field--wide, .ifh-form__actions, .ifh-form-section { grid-column: auto; }.ifh-order-item { grid-template-columns: 1fr 90px; }.ifh-order-item .ifh-field:first-child { grid-column: 1 / -1; }.ifh-remove-item { align-self: end; } }
@media (max-width: 480px) { .ifh-metrics { grid-template-columns: 1fr; }.ifh-section-head { display: grid; }.ifh-actions { justify-content: flex-start; }.ifh-btn { min-height: 39px; padding: 0 13px; }.ifh-metric { min-height: 126px; }.ifh-form { padding: 16px; } }
@media (max-width: 850px) { .ifh-auth-shell { grid-template-columns: 1fr; }.ifh-auth-intro { min-height: 255px; padding: 28px; }.ifh-auth-copy { margin: 45px 0 20px; padding: 0; }.ifh-auth-copy h1 { max-width: 520px; font-size: 42px; }.ifh-auth-copy span { font-size: 14px; }.ifh-auth-intro > small { display: none; }.ifh-auth-panel { min-height: auto; padding: 50px 24px; }.ifh-auth-form-wrap > h2 { font-size: 30px; } }
@media (max-width: 480px) { .ifh-auth-intro { min-height: 225px; }.ifh-auth-copy { margin-top: 36px; }.ifh-auth-copy h1 { margin-bottom: 13px; font-size: 34px; }.ifh-auth-copy span { line-height: 1.5; }.ifh-auth-panel { padding: 38px 20px; }.ifh-auth-options { align-items: flex-start; } }
@media (max-width: 900px) { .ifh-calendar-toolbar { grid-template-columns: 1fr; }.ifh-calendar-toolbar > strong { text-align: center; }.ifh-calendar-nav, .ifh-calendar-views { justify-content: center; }.ifh-calendar-cell { min-height: 90px; padding: 5px; }.ifh-calendar-event { padding: 4px; }.ifh-order-actions { grid-template-columns: 1fr 1fr; }.ifh-order-actions textarea { grid-column: 1 / -1; }.ifh-check-grid { grid-template-columns: repeat(2,minmax(0,1fr)); } }
@media (max-width: 600px) { .ifh-calendar-month { min-width: 700px; }.ifh-calendar-weekdays { min-width: 700px; }.ifh-calendar-card { overflow-x: auto; }.ifh-profile-photo { align-items: flex-start; flex-direction: column; }.ifh-check-grid { grid-template-columns: 1fr; }.ifh-order-actions { grid-template-columns: 1fr; }.ifh-order-actions textarea { grid-column: auto; }.ifh-user__profile span { display: none; } }
@media (max-width: 650px) { .ifh-record-grid,.ifh-public-form { grid-template-columns: 1fr; }.ifh-record-grid article { border-right: 0; }.ifh-public-wide,.ifh-public-consent,.ifh-public-summary,.ifh-public-form > button { grid-column: auto; }.ifh-booking-shell { padding: 18px 12px; }.ifh-booking-brand { display: block; padding: 22px; }.ifh-booking-brand img { width: 210px; margin-bottom: 20px; }.ifh-booking-card { padding: 20px; }.ifh-public-summary { align-items: flex-start; flex-direction: column; gap: 5px; } }
@media print { body.ifh-dashboard-page { background: #fff; }.ifh-sidebar, .ifh-topbar, .ifh-no-print, body.ifh-dashboard-page > script { display: none !important; }.ifh-app { display: block; min-height: auto; background: #fff; }.ifh-main { padding: 0; }.ifh-main > *:not(.ifh-print-area) { display: none !important; }.ifh-print-area { display: block !important; }.ifh-card { break-inside: avoid; box-shadow: none; }.ifh-section-head { margin-top: 0; } }
