:root {
  --ostaller-orange: #ff7100;
  --ostaller-orange-dark: #d95f00;
  --ostaller-black: #000000;
  --ostaller-white: #ffffff;
  --ostaller-gray-50: #f7f7f7;
  --ostaller-gray-200: #dedede;
  --ostaller-gray-600: #606060;
}

html { color: var(--ostaller-black); background: var(--ostaller-white); }
body { color: var(--ostaller-black); font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
a, .uk-link { color: var(--ostaller-orange-dark); }
a:hover, .uk-link:hover { color: var(--ostaller-orange); }
.uk-h1, .uk-h2, .uk-h3, h1, h2, h3 { color: var(--ostaller-black); letter-spacing: 0; }
.uk-text-lead { color: #313131; }
.ostaller-header { position: relative; z-index: 20; border-bottom: 1px solid var(--ostaller-gray-200); background: rgba(255,255,255,.98); }
.ostaller-header .uk-navbar { min-height: 72px; }
.ostaller-logo { display: block; width: auto; height: 28px; max-width: 190px; object-fit: contain; }
.uk-offcanvas-bar .ostaller-logo:not(.ostaller-logo-light) { filter: brightness(0) invert(1); }
.ostaller-logo-light { filter: brightness(0) invert(1); }
.uk-navbar-nav > li > a { min-height: 72px; color: var(--ostaller-black); font-weight: 600; text-transform: none; }
.uk-navbar-nav > li > a:hover { color: var(--ostaller-orange); }
.uk-button { border-radius: 4px; font-weight: 700; letter-spacing: 0; text-transform: none; }
.uk-button-primary { border-color: var(--ostaller-orange); background: var(--ostaller-orange); color: var(--ostaller-black); }
.uk-button-primary:hover, .uk-button-primary:focus { border-color: var(--ostaller-orange-dark); background: var(--ostaller-orange-dark); color: var(--ostaller-white); }
.uk-button-primary:active, .uk-button-primary.uk-active { background: var(--ostaller-black); color: var(--ostaller-white); }
.uk-button-primary:disabled { border-color: #f2b27f; background: #f2b27f; color: #5c402d; }
.uk-button-default { border-color: var(--ostaller-black); color: var(--ostaller-black); }
.uk-button-default:hover, .uk-button-default:focus { border-color: var(--ostaller-black); background: var(--ostaller-black); color: var(--ostaller-white); }
.uk-input:focus, .uk-select:focus, .uk-textarea:focus, .uk-checkbox:focus { border-color: var(--ostaller-orange); }
.uk-tab > .uk-active > a { border-color: var(--ostaller-orange); color: var(--ostaller-black); }
.uk-label, .uk-badge { background: var(--ostaller-black); }
.ostaller-label-available { background: var(--ostaller-orange); color: var(--ostaller-black); }
.ostaller-follow-up-green { background: #15803d; color: #fff; }
.ostaller-follow-up-orange { background: #d97706; color: #fff; }
.ostaller-follow-up-red { background: #b91c1c; color: #fff; }
.ostaller-follow-up-gray { background: #64748b; color: #fff; }
.ostaller-label-warning { background: #ffb300; color: var(--ostaller-black); }
.ostaller-label-danger { background: #c61f1f; color: var(--ostaller-white); }
.ostaller-skip-link { top: -80px; z-index: 1000; }
.ostaller-skip-link:focus { top: 8px; }
.ostaller-hero { position: relative; min-height: min(720px, calc(100vh - 72px)); display: flex; align-items: center; background-color: var(--ostaller-gray-50); background-position: center; background-size: cover; background-repeat: no-repeat; }
.ostaller-hero::before { content: ""; position: absolute; inset: 0; background: rgba(255,255,255,.2); }
.ostaller-hero-content { position: relative; z-index: 1; width: min(610px, 55%); padding: 80px 0 120px; }
.ostaller-eyebrow { color: var(--ostaller-orange-dark); font-size: .78rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.ostaller-pro-badge { display: inline-block; padding: 2px 3px; border-radius: 5px; background: #ff7100; color: white; font-size: 70%; font-weight: bold; line-height: 1; }
.ostaller-feature { border-top: 3px solid var(--ostaller-orange); }
.ostaller-price-featured { border: 2px solid var(--ostaller-orange); }
.ostaller-dark { background: var(--ostaller-black); color: var(--ostaller-white); }
.ostaller-dark h2, .ostaller-dark h3 { color: var(--ostaller-white); }
.ostaller-dark .uk-text-lead, .ostaller-dark .uk-text-muted { color: #d0d0d0 !important; }
.ostaller-auth { width: min(560px, 100%); margin-inline: auto; }
.ostaller-page { min-height: 70vh; background: var(--ostaller-gray-50); }
.ostaller-app { min-height: calc(100vh - 72px); background: var(--ostaller-gray-50); }
.ostaller-app-grid { display: grid; grid-template-columns: 240px minmax(0, 1fr); gap: 32px; }
.ostaller-app-grid > * { min-width: 0; }
.ostaller-sidebar { min-height: 620px; border-right: 1px solid var(--ostaller-gray-200); background: var(--ostaller-white); }
.ostaller-sidebar-nav > li.uk-active > a { color: var(--ostaller-orange-dark); font-weight: 700; }
.ostaller-sidebar-nav .uk-disabled > a { color: #a0a0a0; }
.ostaller-sidebar { position: relative; }
.ostaller-sidebar-toggle { position: absolute; top: 12px; right: 12px; }
.ostaller-sidebar-nav { margin-top: 34px; }
.ostaller-sidebar-nav a { display: flex; align-items: center; gap: 12px; min-height: 42px; }
.ostaller-sidebar-nav a > .fa-solid, .ostaller-sidebar-nav a > .fa-brands { width: 1.25em; text-align: center; }
.ostaller-sidebar-collapsed .ostaller-app-grid { grid-template-columns: 76px minmax(0, 1fr); }
.ostaller-sidebar-collapsed .ostaller-sidebar { padding-inline: 16px !important; }
.ostaller-sidebar-collapsed .ostaller-nav-label, .ostaller-sidebar-collapsed .uk-nav-header { display: none; }
.ostaller-sidebar-collapsed .ostaller-sidebar-nav a { justify-content: center; }
.ostaller-bottom-nav { position: fixed; z-index: 30; right: 0; bottom: 0; left: 0; border-top: 1px solid var(--ostaller-gray-200); background: var(--ostaller-white); padding-bottom: env(safe-area-inset-bottom); }
.ostaller-bottom-nav-scroll { display: flex; gap: 2px; overflow-x: auto; overscroll-behavior-inline: contain; padding: 8px; }
.ostaller-bottom-nav a { display: flex; flex: 0 0 76px; min-height: 54px; flex-direction: column; align-items: center; justify-content: center; color: var(--ostaller-gray-600); text-align: center; }
.ostaller-bottom-nav a > .fa-solid, .ostaller-bottom-nav a > .fa-brands { min-height: 1.2em; font-size: 1.1rem; }

.ostaller-onboarding-steps { display:flex; align-items:center; gap:.7rem; margin-bottom:1.5rem; color:#6b7280; font-size:.82rem; font-weight:700; text-transform:uppercase; letter-spacing:.04em; }
.ostaller-onboarding-steps i { flex:1; height:2px; background:#e5e7eb; }
.ostaller-onboarding-steps .is-complete, .ostaller-onboarding-steps .is-current { color:#e86300; }
.ostaller-workshop-examples { margin-top:-.5rem; }
.ostaller-name-warning { border-radius:8px; padding:.8rem 1rem; margin:1rem 0; }
.ostaller-profile-address-label { margin-top:1.25rem; font-size:.875rem; font-weight:700; color:#1f2937; }

.ostaller-help-menu { position:fixed; right:1.25rem; bottom:1.25rem; z-index:980; }
.ostaller-help-button { width:46px; height:46px; background:#111; color:#fff; box-shadow:0 8px 24px rgba(0,0,0,.2); }
.ostaller-help-button:hover, .ostaller-help-button:focus { background:#e86300; color:#fff; }
.ostaller-help-dropdown { min-width:210px; padding:1rem; border-radius:10px; box-shadow:0 12px 35px rgba(0,0,0,.16); }
.ostaller-help-dropdown .uk-button { padding:.55rem .25rem; color:#222; }
.ostaller-help-dropdown .uk-button i { width:1.4rem; color:#e86300; }

.driver-popover.ostaller-tour-popover { max-width:360px; border-radius:12px; padding:1.2rem; color:#222; box-shadow:0 16px 45px rgba(0,0,0,.22); }
.driver-popover.ostaller-tour-popover .driver-popover-title { font-family:inherit; font-size:1.18rem; line-height:1.3; }
.driver-popover.ostaller-tour-popover .driver-popover-description { font-size:.94rem; line-height:1.55; }
.driver-popover.ostaller-tour-popover .driver-popover-progress-text { color:#6b7280; }
.driver-popover.ostaller-tour-popover button { font-family:inherit; text-shadow:none; border-radius:7px; }
.driver-popover.ostaller-tour-popover .driver-popover-next-btn { background:#e86300; border-color:#e86300; color:#fff; }
.driver-popover.ostaller-tour-popover .driver-popover-prev-btn { background:#fff; color:#222; }

@media (max-width: 959px) {
  .ostaller-help-menu { right:1rem; bottom:5.25rem; }
}
@media (max-width: 639px) {
  .ostaller-onboarding-steps { font-size:.72rem; }
  .driver-popover.ostaller-tour-popover { max-width:calc(100vw - 24px); }
}
.ostaller-bottom-nav a.uk-active { color: var(--ostaller-orange-dark); }
.ostaller-bottom-nav small { width: 100%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: .68rem; }

.ostaller-maintenance-vehicle-grid,
.ostaller-maintenance-type-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 290px), 1fr)); gap: 18px; min-width: 0; }
.ostaller-maintenance-vehicle-card,
.ostaller-maintenance-type-card { min-width: 0; border: 1px solid var(--ostaller-gray-200); border-radius: 14px; }
.ostaller-maintenance-type-card.is-locked { background: var(--ostaller-gray-50, #f8f8f8); }
.ostaller-maintenance-status { display: inline-flex; flex: 0 0 auto; align-items: center; gap: 7px; font-size: .78rem; font-weight: 700; }
.ostaller-maintenance-status > span { width: 11px; height: 11px; border-radius: 50%; background: #9ca3af; box-shadow: 0 0 0 3px rgba(156,163,175,.16); }
.ostaller-maintenance-status.is-green > span { background: #2e9d58; box-shadow: 0 0 0 3px rgba(46,157,88,.16); }
.ostaller-maintenance-status.is-yellow > span { background: #d99a00; box-shadow: 0 0 0 3px rgba(217,154,0,.16); }
.ostaller-maintenance-status.is-red > span { background: #d33c32; box-shadow: 0 0 0 3px rgba(211,60,50,.16); }
.ostaller-maintenance-status--large { font-size: 1rem; }
.ostaller-maintenance-history { display: grid; gap: 8px; margin-top: 10px; }
.ostaller-maintenance-history > div { display: flex; flex-wrap: wrap; gap: 6px 14px; padding: 8px 0; border-bottom: 1px solid var(--ostaller-gray-200); }
.ostaller-public-maintenance { padding: 18px; border: 1px solid var(--ostaller-gray-200); border-radius: 14px; background: #fff; }
.ostaller-public-maintenance-list { display: grid; gap: 12px; }
.ostaller-public-maintenance-item { padding: 12px; border-radius: 10px; background: #f7f7f7; }
.ostaller-public-vehicle-modal-body { max-height: min(72vh, 760px); overflow-y: auto; overscroll-behavior: contain; }
@media (max-width: 639px) {
  .ostaller-maintenance-vehicle-card,
  .ostaller-maintenance-type-card { padding: 18px; }
  .ostaller-maintenance-status--large { margin-top: 10px; }
}
.ostaller-module-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.ostaller-module-access { display: flex; min-width: 0; min-height: 82px; box-sizing: border-box; align-items: center; justify-content: center; gap: 8px; border: 1px solid var(--ostaller-gray-200); background: var(--ostaller-white); color: var(--ostaller-black); font-size: .84rem; font-weight: 700; text-align: center; text-decoration: none; }
.ostaller-module-access:hover, .ostaller-module-access:focus { border-color: var(--ostaller-orange); background: #fff7f1; color: var(--ostaller-black); text-decoration: none; }
.ostaller-share { padding: 22px; border: 1px solid var(--ostaller-gray-200); background: var(--ostaller-white); }
.ostaller-share-url { display: flex; min-width: 0; align-items: center; gap: 10px; margin: 12px 0; }
.ostaller-share-url a { min-width: 0; overflow-wrap: anywhere; font-weight: 700; }
.ostaller-share-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.ostaller-share-icon { display: inline-flex; width: 44px; height: 44px; align-items: center; justify-content: center; border: 1px solid var(--ostaller-gray-200); border-radius: 50%; background: var(--ostaller-white); color: var(--ostaller-black); cursor: pointer; font-size: 1.2rem; text-decoration: none; }
.ostaller-share-icon:hover, .ostaller-share-icon:focus-visible { border-color: var(--ostaller-orange); background: #fff7f1; color: var(--ostaller-orange-dark); outline: 3px solid rgba(255, 113, 0, .28); outline-offset: 2px; text-decoration: none; }
.ostaller-module-settings { display: grid; gap: 8px; }
.ostaller-module-setting { display: flex; align-items: center; gap: 12px; padding: 12px; border: 1px solid var(--ostaller-gray-200); cursor: pointer; }
.ostaller-module-setting span:last-child { display: grid; gap: 2px; }
.ostaller-module-setting small { color: var(--ostaller-gray-600); }
.ostaller-module-setting.is-locked { opacity: .55; cursor: not-allowed; }
.ostaller-dashboard { min-width: 0; }
.ostaller-dashboard-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 24px; flex-wrap: wrap; margin-bottom: 28px; }
.ostaller-dashboard-heading h1 { font-size: clamp(2rem, 4vw, 3.4rem); }
.ostaller-dashboard-status { display: flex; flex-wrap: wrap; gap: 8px; }
.ostaller-dashboard-period { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; margin-bottom: 24px; padding: 18px 20px; border: 1px solid var(--ostaller-gray-200); border-radius: 12px; background: var(--ostaller-white); box-shadow: 0 5px 18px rgba(15, 23, 42, .035); }
.ostaller-dashboard-period .ostaller-eyebrow { margin-bottom: 8px; }
.ostaller-dashboard-period-options { display: inline-flex; flex-wrap: wrap; gap: 4px; padding: 4px; border-radius: 8px; background: var(--ostaller-gray-50); }
.ostaller-dashboard-period-options a { min-width: 90px; padding: 8px 14px; border-radius: 6px; color: var(--ostaller-gray-600); font-size: .84rem; font-weight: 800; text-align: center; text-decoration: none; }
.ostaller-dashboard-period-options a:hover, .ostaller-dashboard-period-options a:focus-visible, .ostaller-dashboard-period-options a.is-active { background: var(--ostaller-black); color: var(--ostaller-white); }
.ostaller-dashboard-custom-period { display: grid; grid-template-columns: minmax(145px, 1fr) minmax(145px, 1fr) auto; gap: 10px; align-items: end; }
.ostaller-dashboard-custom-period.is-hidden { display: none; }
.ostaller-dashboard-kpis { display: grid; grid-template-columns: repeat(5, minmax(170px, 1fr)); gap: 12px; margin-bottom: 20px; }
.ostaller-dashboard-kpi { display: flex; min-width: 0; gap: 13px; padding: 20px; border: 1px solid var(--ostaller-gray-200); border-radius: 12px; background: var(--ostaller-white); box-shadow: 0 5px 18px rgba(15, 23, 42, .035); }
.ostaller-dashboard-kpi.is-income { border-top: 3px solid var(--ostaller-orange); }
.ostaller-dashboard-kpi.is-receivable { border-top: 3px solid var(--ostaller-black); }
.ostaller-dashboard-kpi-icon { display: inline-flex; width: 38px; height: 38px; flex: 0 0 38px; align-items: center; justify-content: center; border-radius: 10px; background: #fff1e7; color: var(--ostaller-orange-dark); }
.ostaller-dashboard-kpi > div { display: flex; min-width: 0; flex-direction: column; }
.ostaller-dashboard-kpi p { margin: 0 0 7px; color: var(--ostaller-gray-600); font-size: .72rem; font-weight: 800; letter-spacing: .055em; text-transform: uppercase; }
.ostaller-dashboard-kpi strong { overflow-wrap: anywhere; color: var(--ostaller-black); font-size: clamp(1.45rem, 2.25vw, 2.1rem); line-height: 1.05; }
.ostaller-dashboard-kpi small { margin-top: 7px; color: var(--ostaller-gray-600); line-height: 1.35; }
.ostaller-dashboard-kpi .uk-button-text { align-self: flex-start; margin-top: 9px; font-size: .82rem; }
.ostaller-dashboard-change { margin-top: 8px; color: #15803d; font-size: .7rem; font-weight: 700; }
.ostaller-dashboard-change.is-negative { color: #b91c1c; }
.ostaller-dashboard-card { min-width: 0; padding: clamp(20px, 3vw, 28px); border: 1px solid var(--ostaller-gray-200); border-radius: 14px; background: var(--ostaller-white); box-shadow: 0 8px 24px rgba(15, 23, 42, .045); }
.ostaller-dashboard-income-card { margin-bottom: 16px; }
.ostaller-dashboard-card-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; flex-wrap: wrap; margin-bottom: 20px; }
.ostaller-dashboard-card-heading .ostaller-eyebrow { margin-bottom: 5px; }
.ostaller-dashboard-card-heading > strong { font-size: 1.2rem; }
.ostaller-dashboard-grid { display: grid; min-width: 0; gap: 16px; margin-top: 16px; }
.ostaller-dashboard-grid--primary { grid-template-columns: minmax(0, 1.35fr) minmax(320px, .65fr); }
.ostaller-dashboard-grid--secondary { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.ostaller-dashboard-grid--utilities { grid-template-columns: minmax(280px, .8fr) minmax(0, 1.2fr); align-items: stretch; margin-top: 28px; }
.ostaller-dashboard-grid--utilities > * { height: 100%; border-radius: 12px; }
.ostaller-dashboard-grid--utilities .ostaller-module-accesses { padding: 22px; border: 1px solid var(--ostaller-gray-200); background: var(--ostaller-white); }
.ostaller-dashboard-chart { position: relative; width: 100%; min-height: 290px; }
.ostaller-dashboard-chart--large { min-height: 340px; }
.ostaller-dashboard-chart--small { min-height: 220px; }
.ostaller-dashboard-chart--donut { width: min(240px, 100%); min-height: 220px; margin-inline: auto; }
.ostaller-dashboard-chart canvas { display: block; width: 100%; height: 100%; min-height: inherit; }
.ostaller-chart-tooltip { position: absolute; z-index: 3; max-width: 190px; padding: 7px 9px; border-radius: 5px; background: rgba(17, 17, 17, .94); color: white; font-size: .72rem; font-weight: 700; pointer-events: none; }
.ostaller-dashboard-legend { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 12px; color: var(--ostaller-gray-600); font-size: .78rem; }
.ostaller-dashboard-legend span { display: inline-flex; align-items: center; gap: 7px; }
.ostaller-dashboard-legend i { width: 10px; height: 10px; border-radius: 3px; }
.ostaller-dashboard-legend i.is-orange { background: var(--ostaller-orange); }
.ostaller-dashboard-legend i.is-black { background: var(--ostaller-black); }
.ostaller-dashboard-donut-layout { display: grid; grid-template-columns: minmax(150px, .9fr) minmax(0, 1.1fr); gap: 18px; align-items: center; }
.ostaller-dashboard-status-list { margin: 0; padding: 0; list-style: none; }
.ostaller-dashboard-status-list li { display: grid; grid-template-columns: 10px minmax(0, 1fr) auto; gap: 8px; align-items: center; padding: 7px 0; border-bottom: 1px solid var(--ostaller-gray-200); font-size: .78rem; }
.ostaller-dashboard-status-list li:last-child { border-bottom: 0; }
.ostaller-dashboard-status-list i { width: 9px; height: 9px; border-radius: 50%; background: var(--status-color); }
.ostaller-dashboard-empty { display: flex; min-height: 230px; flex-direction: column; align-items: center; justify-content: center; gap: 12px; border: 1px dashed var(--ostaller-gray-200); border-radius: 10px; color: var(--ostaller-gray-600); text-align: center; }
.ostaller-dashboard-empty > i { color: #a4a4a4; font-size: 1.8rem; }
.ostaller-dashboard-empty p { margin: 0; }
.ostaller-dashboard-empty.is-small { min-height: 140px; }
.ostaller-dashboard-receivable-total { display: block; margin: 4px 0 8px; font-size: clamp(2rem, 5vw, 3.3rem); line-height: 1; }
.ostaller-dashboard-progress { height: 8px; overflow: hidden; border-radius: 10px; background: var(--ostaller-gray-200); }
.ostaller-dashboard-progress span { display: block; height: 100%; border-radius: inherit; background: var(--ostaller-orange); }
.ostaller-dashboard-timeline { border-top: 1px solid var(--ostaller-gray-200); }
.ostaller-dashboard-timeline > a { display: grid; grid-template-columns: 42px minmax(0, 1fr) auto; gap: 13px; align-items: center; padding: 13px 4px; border-bottom: 1px solid var(--ostaller-gray-200); color: var(--ostaller-black); text-decoration: none; }
.ostaller-dashboard-timeline > a:hover { background: var(--ostaller-gray-50); }
.ostaller-dashboard-timeline-icon { display: inline-flex; width: 36px; height: 36px; align-items: center; justify-content: center; border-radius: 50%; background: var(--ostaller-gray-50); color: var(--ostaller-orange-dark); }
.ostaller-dashboard-timeline > a > div { display: flex; min-width: 0; flex-direction: column; }
.ostaller-dashboard-timeline > a span, .ostaller-dashboard-timeline > a small { overflow: hidden; color: var(--ostaller-gray-600); text-overflow: ellipsis; white-space: nowrap; }
.ostaller-dashboard-timeline > a b { white-space: nowrap; }
.ostaller-workspace { min-width: 0; padding-bottom: 48px; }
.ostaller-page-heading { display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; margin-bottom: 28px; }
.ostaller-form-wrap { width: min(760px, 100%); }
.ostaller-image-picker { max-width: 760px; }
.ostaller-image-preview { display: flex; min-height: 150px; align-items: center; justify-content: center; overflow: hidden; border: 1px solid var(--ostaller-gray-200); background: var(--ostaller-gray-50); }
.ostaller-image-preview--public_logo { width: min(250px, 100%); min-height: 150px; padding: 16px; }
.ostaller-image-preview--public_hero_image { width: 100%; max-width: 760px; min-height: 180px; aspect-ratio: 16 / 6; }
.ostaller-image-preview img { display: block; max-width: 100%; max-height: 220px; object-fit: contain; }
.ostaller-image-preview--public_hero_image img { width: 100%; height: 100%; max-height: none; object-fit: cover; }
.ostaller-image-preview.is-cleared { border-style: dashed; opacity: .7; }
.ostaller-image-placeholder { padding: 24px; color: var(--ostaller-gray-600); text-align: center; }
.ostaller-file-controls { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; margin-top: 12px; }
.ostaller-file-button { position: relative; overflow: hidden; cursor: pointer; }
.ostaller-file-button input[type="file"] { position: absolute; inset: 0; width: 100%; height: 100%; cursor: pointer; opacity: 0; }
.ostaller-file-status { min-width: 12rem; }
.ostaller-support-banner { position: sticky; top: 0; z-index: 1020; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 12px clamp(16px, 4vw, 48px); border-bottom: 3px solid #8a3ffc; background: #f2eafa; color: #2d0a57; box-shadow: 0 2px 8px rgb(0 0 0 / 12%); }
.ostaller-support-banner div { display: flex; flex-wrap: wrap; gap: 6px 14px; }
@media (max-width: 639px) { .ostaller-support-banner { align-items: flex-start; flex-direction: column; } }
.ostaller-clear-image { display: inline-flex; align-items: center; gap: 8px; margin-top: 12px; color: var(--ostaller-gray-600); cursor: pointer; }
.ostaller-summary-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-block: 1px solid var(--ostaller-gray-200); margin: 24px 0; }
.ostaller-summary-grid > div { display: flex; flex-direction: column; padding: 18px; border-right: 1px solid var(--ostaller-gray-200); }
.ostaller-summary-grid > div:last-child { border-right: 0; }
.ostaller-summary-grid span { color: var(--ostaller-gray-600); font-size: .78rem; text-transform: uppercase; }
.ostaller-summary-grid strong { font-size: 1.35rem; }
.ostaller-service {
  margin: 18px 0;
  padding: 18px;
  border: 1px solid rgba(255, 113, 0, .2);
  border-radius: 14px;
  background: rgba(255, 113, 0, .045);
  min-width: 0;
}
.ostaller-receivable { padding: 18px 0; border-top: 1px solid var(--ostaller-gray-200); }
.ostaller-service-heading { gap: 14px; min-width: 0; }
.ostaller-service-heading > * { min-width: 0; }
.ostaller-service-total,
.ostaller-label-value,
.ostaller-financial-breakdown > div,
.ostaller-work-card-values span {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 16px;
}
.ostaller-service-total {
  margin: 14px 0;
  padding-top: 12px;
  border-top: 1px solid rgba(255, 113, 0, .2);
}
.ostaller-financial-breakdown { max-width: 680px; margin-left: auto; }
.ostaller-financial-breakdown > div { padding: 5px 0; }
.ostaller-financial-total { margin-top: 6px; padding-top: 10px !important; border-top: 1px solid var(--ostaller-gray-200); }
.ostaller-account-menu { margin-left: 8px; }
.ostaller-account-dropdown { min-width: 230px; }
.ostaller-account-dropdown form, .ostaller-account-dropdown button { margin: 0; }
.ostaller-work-card { margin-bottom: 14px; min-width: 0; }
.ostaller-work-card-values { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin-top: 14px; }
.ostaller-work-card-values span { flex-direction: column; gap: 2px; padding: 10px; background: var(--ostaller-gray-50); border-radius: 8px; }
.ostaller-charge-card { height: 100%; }

@media (max-width: 639px) {
  .ostaller-service { padding: 14px; }
  .ostaller-service-heading { flex-direction: column; }
  .ostaller-service-heading > :last-child { text-align: left !important; }
  .ostaller-work-card-values { grid-template-columns: 1fr; }
  .ostaller-work-summary-filters .uk-grid > div { width: 100%; }
  .ostaller-service-total, .ostaller-label-value, .ostaller-financial-breakdown > div { align-items: flex-start; }
}
.ostaller-gears { color: var(--ostaller-orange-dark); white-space: nowrap; }
.ostaller-workshop-hero { min-height: 56vh; display: flex; align-items: flex-end; background: var(--ostaller-black); color: var(--ostaller-white); }
.ostaller-workshop-hero h1 { color: var(--ostaller-white); }
.ostaller-workshop-hero.has-custom-hero { background-position: center; background-size: cover; }
.ostaller-workshop-wordmark { color: var(--workshop-secondary, #000); font-size: 1.15rem; }
.workshop-white-label .uk-button-primary { border-color: var(--workshop-primary); background: var(--workshop-primary); color: var(--workshop-contrast); }
.workshop-white-label .ostaller-eyebrow, .workshop-white-label a { color: var(--workshop-primary); }
.workshop-white-label .uk-label { background: var(--workshop-secondary); color: var(--workshop-contrast); }
.ostaller-public-result { border-top: 3px solid var(--workshop-primary, var(--ostaller-orange)); padding-top: 24px; }
.ostaller-public-hero { position: relative; min-height: min(660px, 78vh); display: flex; align-items: center; overflow: hidden; background-color: var(--workshop-secondary, var(--ostaller-black)); background-position: center; background-size: cover; background-repeat: no-repeat; color: var(--workshop-contrast, var(--ostaller-white)); }
.ostaller-public-hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(110deg, rgba(0,0,0,.78), rgba(0,0,0,.38)); pointer-events: none; }
.ostaller-public-hero-inner { position: relative; z-index: 1; width: 100%; padding-block: clamp(72px, 12vw, 150px); }
.ostaller-public-hero h1 { max-width: 920px; margin: 8px 0 22px; color: var(--workshop-contrast, var(--ostaller-white)); font-size: clamp(2.7rem, 8vw, 6.6rem); line-height: .98; }
.ostaller-public-hero .ostaller-eyebrow { color: var(--workshop-primary, var(--ostaller-orange)); }
.ostaller-public-hero-description { max-width: 680px; margin-bottom: 28px; color: var(--workshop-contrast, var(--ostaller-white)); font-size: clamp(1.1rem, 2vw, 1.45rem); line-height: 1.55; }
.ostaller-public-hero-logo { display: block; width: auto; max-width: min(260px, 70vw); max-height: 130px; margin-bottom: 30px; object-fit: contain; filter: drop-shadow(0 8px 22px rgba(0,0,0,.3)); }
.ostaller-public-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.workshop-white-label .ostaller-public-hero .uk-button-primary { border-color: var(--workshop-primary); background: var(--workshop-primary); color: var(--workshop-contrast); }
.workshop-white-label .ostaller-public-hero .uk-button-default { border-color: var(--workshop-contrast); color: var(--workshop-contrast); }
.workshop-white-label .ostaller-public-hero .uk-button-default:hover, .workshop-white-label .ostaller-public-hero .uk-button-default:focus { background: var(--workshop-contrast); color: var(--workshop-secondary); }
.ostaller-public-info-section { position: relative; z-index: 2; margin-top: -42px; }
.ostaller-public-info-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.ostaller-public-info-card { display: flex; min-width: 0; gap: 12px; align-items: flex-start; padding: 20px; border: 1px solid var(--ostaller-gray-200); background: var(--ostaller-white); box-shadow: 0 12px 30px rgba(0,0,0,.08); }
.ostaller-public-info-card > div { min-width: 0; }
.ostaller-public-info-card p { margin: 0 0 7px; color: var(--ostaller-gray-600); font-size: .73rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.ostaller-public-info-card a, .ostaller-public-info-card span { overflow-wrap: anywhere; color: var(--ostaller-black); font-weight: 650; }
.ostaller-public-info-icon { display: inline-flex; width: 36px; height: 36px; flex: 0 0 36px; align-items: center; justify-content: center; border-radius: 50%; background: var(--workshop-primary, var(--ostaller-orange)); color: var(--workshop-contrast, var(--ostaller-black)); }
.ostaller-public-hours > div > div { margin-top: 4px; font-size: .82rem; }
.ostaller-public-hours > div > div:first-of-type { margin-top: 0; }
.ostaller-public-hours strong { display: inline-block; min-width: 68px; }
.ostaller-public-directions { display: flex; flex-wrap: wrap; gap: 8px; }
.ostaller-public-directions a { display: inline-flex; align-items: center; gap: 5px; font-size: .82rem; }
.ostaller-public-map-section { padding-top: 0; }
.ostaller-public-map { overflow: hidden; border: 1px solid var(--ostaller-gray-200); background: var(--ostaller-white); box-shadow: 0 12px 30px rgba(0,0,0,.06); }
.ostaller-public-lookup-card { padding: clamp(24px, 5vw, 52px); border: 1px solid var(--ostaller-gray-200); background: var(--ostaller-white); box-shadow: 0 12px 30px rgba(0,0,0,.05); }
.ostaller-public-lookup-card h2 { margin-bottom: 10px; }
.ostaller-public-lookup-form { display: flex; align-items: end; gap: 12px; }
.ostaller-public-lookup-form > .uk-margin { flex: 1 1 auto; margin-bottom: 0; }
.ostaller-public-lookup-form > button { flex: 0 0 auto; margin-bottom: 0; }
.ostaller-location-settings { padding: 20px; border: 1px solid var(--ostaller-gray-200); background: var(--ostaller-gray-50); }
.ostaller-location-settings h3 { margin-bottom: 8px; }
.ostaller-location-map { width: 100%; min-height: 320px; background: #e9eef0; }
.ostaller-location-settings .ostaller-location-map { margin: 16px 0; }
.ostaller-location-map .leaflet-control-attribution { font-size: 10px; }
.ostaller-location-map .leaflet-marker-icon { filter: hue-rotate(325deg) saturate(1.4); }
.ostaller-footer { border-top: 1px solid var(--ostaller-gray-200); background: var(--ostaller-white); }
.errorlist { margin: 8px 0 0; padding: 0; color: #c61f1f; list-style: none; }
.ostaller-settings-stack { display: grid; gap: 28px; }
.ostaller-settings-stack > * { padding: 24px; border: 1px solid var(--ostaller-gray-200); background: var(--ostaller-white); }
.ostaller-appointment-type-card { height: 100%; border-left: 4px solid var(--event-color); }
.ostaller-event-dot { display: inline-block; width: .72rem; height: .72rem; flex: 0 0 .72rem; border-radius: 50%; margin-right: .55rem; background: var(--event-color); }
.ostaller-schedule-row { display: grid; grid-template-columns: minmax(130px, 1.3fr) minmax(110px, 1fr) auto minmax(110px, 1fr) auto auto; gap: 12px; align-items: end; margin-bottom: 12px; padding: 16px; border: 1px solid var(--ostaller-gray-200); background: var(--ostaller-gray-50); }
.ostaller-schedule-arrow { align-self: center; padding-top: 22px; font-weight: 800; }
.ostaller-period-nav { display: flex; align-items: center; justify-content: center; gap: 10px; margin: 24px 0 8px; }
.ostaller-period-nav .uk-button { flex: 0 1 auto; white-space: nowrap; }
.ostaller-appointment-list { border-top: 1px solid var(--ostaller-gray-200); }
.ostaller-appointment-row { display: grid; grid-template-columns: 62px 18px minmax(0, 1fr) auto; gap: 10px; align-items: center; padding: 16px 8px; border-bottom: 1px solid var(--ostaller-gray-200); color: var(--ostaller-black); }
.ostaller-appointment-row:hover { background: var(--ostaller-white); color: var(--ostaller-black); text-decoration: none; }
.ostaller-event-time { font-size: 1.1rem; font-weight: 800; }
.ostaller-event-main { display: flex; min-width: 0; flex-direction: column; }
.ostaller-event-main small { overflow: hidden; color: var(--ostaller-gray-600); text-overflow: ellipsis; white-space: nowrap; }
.ostaller-detail-card, .ostaller-confirmation-card { padding: clamp(22px, 4vw, 42px); border: 1px solid var(--ostaller-gray-200); border-top: 5px solid var(--event-color, var(--ostaller-orange)); background: var(--ostaller-white); }
.ostaller-calendar { margin-top: 24px; }
.ostaller-calendar-weekdays, .ostaller-calendar-month .ostaller-calendar-days { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); }
.ostaller-calendar-weekdays span { padding: 10px; color: var(--ostaller-gray-600); font-size: .78rem; font-weight: 800; text-align: center; text-transform: uppercase; }
.ostaller-calendar-day { min-width: 0; padding: 10px; border: 1px solid var(--ostaller-gray-200); background: var(--ostaller-white); }
.ostaller-calendar-month .ostaller-calendar-day { min-height: 150px; margin: -1px 0 0 -1px; }
.ostaller-calendar-week .ostaller-calendar-days { display: grid; grid-template-columns: repeat(7, minmax(150px, 1fr)); overflow-x: auto; }
.ostaller-calendar-day > header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 8px; }
.ostaller-calendar-day.is-today > header strong { display: inline-flex; min-width: 28px; min-height: 28px; align-items: center; justify-content: center; border-radius: 18px; background: var(--ostaller-orange); padding: 0 7px; }
.ostaller-calendar-day.is-outside { background: var(--ostaller-gray-50); opacity: .62; }
.ostaller-calendar-event { display: block; width: 100%; margin: 5px 0; padding: 7px 8px; border: 0; border-left: 4px solid var(--event-color); border-radius: 3px; background: color-mix(in srgb, var(--event-color) 12%, white); color: var(--ostaller-black); font: inherit; font-size: .78rem; text-align: left; cursor: pointer; }
.ostaller-calendar-event > span { font-weight: 800; }
.ostaller-calendar-event small { display: block; overflow: hidden; color: var(--ostaller-gray-600); text-overflow: ellipsis; white-space: nowrap; }
.ostaller-calendar-event.is-reminder { cursor: default; }
.ostaller-calendar-day .ostaller-calendar-empty { margin: 20px 0; text-align: center; }
.ostaller-public-booking fieldset { margin: 28px 0; padding: clamp(20px, 4vw, 34px); border: 1px solid var(--ostaller-gray-200); border-top: 4px solid var(--ostaller-orange); background: var(--ostaller-white); }
.ostaller-public-booking legend { padding: 0 8px; font-size: 1.25rem; font-weight: 800; }
.ostaller-public-booking legend span { display: inline-flex; width: 30px; height: 30px; align-items: center; justify-content: center; border-radius: 50%; margin-right: 8px; background: var(--ostaller-orange); }
.ostaller-booking-progress { display: flex; align-items: center; justify-content: center; gap: 8px; margin: 28px 0 8px; }
.ostaller-booking-progress button { display: flex; min-width: 58px; flex-direction: column; align-items: center; gap: 5px; border: 0; background: transparent; color: var(--ostaller-gray-600); cursor: pointer; }
.ostaller-booking-progress button:disabled { cursor: default; }
.ostaller-booking-progress button span { display: inline-flex; width: 30px; height: 30px; align-items: center; justify-content: center; border: 1px solid var(--ostaller-gray-200); border-radius: 50%; background: var(--ostaller-white); font-weight: 800; }
.ostaller-booking-progress button small { font-size: .72rem; white-space: nowrap; }
.ostaller-booking-progress button.is-current, .ostaller-booking-progress button.is-complete { color: var(--ostaller-black); font-weight: 800; }
.ostaller-booking-progress button.is-current span, .ostaller-booking-progress button.is-complete span { border-color: var(--ostaller-orange); background: var(--ostaller-orange); color: var(--ostaller-black); }
.ostaller-booking-progress i { width: clamp(18px, 8vw, 70px); height: 1px; background: var(--ostaller-gray-200); }
.ostaller-calendar-picker { border: 1px solid var(--ostaller-gray-200); background: var(--ostaller-gray-50); padding: 16px; }
.ostaller-calendar-picker > header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 12px; text-transform: capitalize; }
.ostaller-calendar-picker > header strong { font-size: 1.05rem; }
.ostaller-calendar-picker-weekdays, .ostaller-calendar-picker-days { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); gap: 5px; }
.ostaller-calendar-picker-weekdays span { padding: 6px 0; color: var(--ostaller-gray-600); font-size: .72rem; font-weight: 800; text-align: center; text-transform: uppercase; }
.ostaller-calendar-picker-day, .ostaller-calendar-picker-spacer { min-height: 42px; }
.ostaller-calendar-picker-day { border: 1px solid transparent; border-radius: 4px; background: var(--ostaller-white); color: #a2a2a2; font: inherit; font-weight: 600; }
.ostaller-calendar-picker-day.is-available { border-color: var(--ostaller-orange); color: var(--ostaller-black); cursor: pointer; }
.ostaller-calendar-picker-day.is-available:hover, .ostaller-calendar-picker-day.is-selected { background: var(--ostaller-orange); color: var(--ostaller-black); }
.ostaller-calendar-picker-day.is-today { box-shadow: inset 0 -3px 0 var(--ostaller-black); }
.ostaller-calendar-picker-day:disabled { opacity: .55; cursor: not-allowed; }
.ostaller-calendar-picker-days[data-loading="true"] { opacity: .55; pointer-events: none; }
.ostaller-public-booking [data-confirm].is-loading { opacity: .65; pointer-events: none; }
.ostaller-time-options { display: flex; flex-wrap: wrap; gap: 10px; }
.ostaller-time-option { min-width: 96px; padding: 11px 16px; border: 1px solid var(--ostaller-gray-200); border-radius: 4px; background: var(--ostaller-white); color: var(--ostaller-black); font: inherit; font-weight: 700; cursor: pointer; }
.ostaller-time-option:hover, .ostaller-time-option.is-selected { border-color: var(--ostaller-orange); background: var(--ostaller-orange); }
.ostaller-confirmation-card dl { margin-bottom: 0; }
.ostaller-confirmation-card dd { margin-bottom: 12px; }
.ostaller-confirmation-icon { display: inline-flex; width: 72px; height: 72px; align-items: center; justify-content: center; border-radius: 50%; background: #16a34a; color: white; }

@media (max-width: 1279px) and (min-width: 960px) {
  .ostaller-dashboard-kpis { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ostaller-dashboard-kpi.is-receivable { grid-column: span 2; }
  .ostaller-dashboard-grid--primary { grid-template-columns: 1fr; }
}

@media (max-width: 959px) {
  .ostaller-hero { min-height: 660px; background-position: 62% center; }
  .ostaller-hero::before { background: rgba(255,255,255,.68); }
  .ostaller-hero-content { width: 80%; }
  .ostaller-app-grid, .ostaller-sidebar-collapsed .ostaller-app-grid { width: 100%; min-width: 0; grid-template-columns: minmax(0, 1fr); gap: 0; }
  .ostaller-workspace { width: 100%; min-width: 0; padding-bottom: calc(86px + env(safe-area-inset-bottom)); }
  .ostaller-workspace > *, .ostaller-dashboard > *, .ostaller-dashboard-grid > *, .ostaller-dashboard-kpis > *, .ostaller-dashboard-period > * { min-width: 0; max-width: 100%; }
  .ostaller-summary-grid { grid-template-columns: 1fr; }
  .ostaller-summary-grid > div { border-right: 0; border-bottom: 1px solid var(--ostaller-gray-200); }
  .ostaller-schedule-row { grid-template-columns: 1fr 1fr auto 1fr; }
  .ostaller-schedule-row > label, .ostaller-schedule-row > button { grid-column: span 2; }
  .ostaller-calendar-month .ostaller-calendar-weekdays { display: none; }
  .ostaller-calendar-month .ostaller-calendar-days { display: block; }
  .ostaller-calendar-month .ostaller-calendar-day { min-height: auto; margin: 0 0 10px; }
  .ostaller-calendar-month .ostaller-calendar-day.is-outside, .ostaller-calendar-empty { display: none; }
  .ostaller-public-info-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ostaller-dashboard-period { align-items: stretch; flex-direction: column; }
  .ostaller-dashboard-kpis { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ostaller-dashboard-kpi.is-receivable { grid-column: span 2; }
  .ostaller-dashboard-grid--primary, .ostaller-dashboard-grid--secondary, .ostaller-dashboard-grid--utilities { grid-template-columns: 1fr; }
}

@media (max-width: 639px) {
  .ostaller-responsive-table-wrap { width: 100%; max-width: 100%; overflow: visible; }
  .ostaller-responsive-table { display: block; width: 100%; margin: 0; }
  .ostaller-responsive-table thead {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
  }
  .ostaller-responsive-table tbody,
  .ostaller-responsive-table tr,
  .ostaller-responsive-table td { display: block; width: 100%; min-width: 0; box-sizing: border-box; }
  .ostaller-responsive-table thead tr,
  .ostaller-responsive-table thead th {
    width: 1px !important;
    min-width: 0 !important;
    max-width: 1px !important;
    height: 1px !important;
    overflow: hidden;
    padding: 0 !important;
    border: 0 !important;
  }
  .ostaller-responsive-table tbody tr {
    margin: 0 0 12px;
    padding: 14px;
    border: 1px solid var(--ostaller-gray-200) !important;
    border-radius: 6px;
    background: var(--ostaller-white);
  }
  .ostaller-responsive-table tbody tr:last-child { margin-bottom: 0; }
  .ostaller-responsive-table td {
    display: grid;
    grid-template-columns: minmax(88px, 34%) minmax(0, 1fr);
    gap: 10px;
    align-items: start;
    padding: 4px 0 !important;
    border: 0 !important;
    overflow-wrap: anywhere;
  }
  .ostaller-responsive-table td::before {
    content: attr(data-label);
    color: var(--ostaller-gray-600);
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .035em;
    text-transform: uppercase;
  }
  .ostaller-responsive-table .ostaller-cell-primary {
    display: block;
    padding-bottom: 8px !important;
    font-size: 1.02rem;
  }
  .ostaller-responsive-table .ostaller-cell-primary::before,
  .ostaller-responsive-table .ostaller-cell-empty::before,
  .ostaller-responsive-table td[data-label=""]::before { display: none; }
  .ostaller-responsive-table .ostaller-cell-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 8px;
    margin-top: 8px;
    padding-top: 10px !important;
    border-top: 1px solid var(--ostaller-gray-200) !important;
  }
  .ostaller-responsive-table .ostaller-cell-actions::before { display: none; }
  .ostaller-responsive-table .ostaller-cell-actions > a:not(.uk-button),
  .ostaller-responsive-table .ostaller-cell-actions > form > .uk-button,
  .ostaller-responsive-table .ostaller-cell-actions > .uk-button {
    display: inline-flex;
    min-width: 44px;
    min-height: 44px;
    align-items: center;
    justify-content: center;
  }
  .ostaller-responsive-table .ostaller-cell-actions form { margin: 0; }
  .ostaller-responsive-table .ostaller-cell-empty { display: block; text-align: center; }
  .ostaller-responsive-table .ostaller-cell-amount { font-size: 1.05rem; font-weight: 800; }
  .ostaller-responsive-filters > * { min-width: 0; }
  .ostaller-responsive-filters .uk-input,
  .ostaller-responsive-filters .uk-select,
  .ostaller-responsive-filters .uk-button { max-width: 100%; }
  .ostaller-receivable > .uk-flex { align-items: flex-start; flex-direction: column; gap: 8px; }
  .ostaller-receivable > .uk-flex > * { min-width: 0; max-width: 100%; overflow-wrap: anywhere; }
  .ostaller-hero { min-height: 680px; background-position: 66% center; }
  .ostaller-hero-content { width: 100%; padding: 60px 0 90px; }
  .ostaller-hero .uk-button { width: 100%; margin-top: 10px; }
  .uk-logo { padding-left: 0; }
  .ostaller-logo { height: 25px; }
  .ostaller-booking-progress { justify-content: flex-start; overflow-x: auto; padding-bottom: 8px; }
  .ostaller-booking-progress i { width: 18px; flex: 0 0 18px; }
  .ostaller-calendar-picker { padding: 10px; }
  .ostaller-calendar-picker-day, .ostaller-calendar-picker-spacer { min-height: 38px; }
  .ostaller-appointment-row { grid-template-columns: 52px 14px minmax(0, 1fr); }
  .ostaller-appointment-row .uk-label { grid-column: 3; justify-self: start; }
  .ostaller-period-nav { align-items: center; flex-direction: row; gap: 6px; }
  .ostaller-schedule-row { grid-template-columns: 1fr 1fr; }
  .ostaller-schedule-arrow { display: none; }
  .ostaller-schedule-row > * { grid-column: auto; }
  .ostaller-period-nav .uk-button { padding-inline: 8px; font-size: .78rem; }
  .ostaller-calendar-week .ostaller-calendar-days { display: block; overflow: visible; }
  .ostaller-calendar-week .ostaller-calendar-day { margin: 0 0 10px; }
  .ostaller-public-hero { min-height: 620px; }
  .ostaller-public-info-section { margin-top: -24px; }
  .ostaller-public-info-grid { grid-template-columns: 1fr; }
  .ostaller-public-hero-actions { align-items: stretch; flex-direction: column; }
  .ostaller-public-hero-actions .uk-button { width: 100%; }
  .ostaller-public-lookup-form { display: block; }
  .ostaller-public-lookup-form > .uk-margin { margin-bottom: 12px; }
  .ostaller-public-lookup-form > button { width: 100%; }
  .ostaller-location-map { min-height: 280px; }
  .ostaller-dashboard-heading { margin-bottom: 20px; }
  .ostaller-dashboard-heading h1 { font-size: 2rem; overflow-wrap: anywhere; }
  .ostaller-dashboard-period { padding: 14px; }
  .ostaller-dashboard-period-options { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); width: 100%; min-width: 0; box-sizing: border-box; }
  .ostaller-dashboard-period-options a { min-width: 0; padding-inline: 8px; overflow-wrap: anywhere; }
  .ostaller-dashboard-custom-period { grid-template-columns: 1fr; }
  .ostaller-dashboard-custom-period .uk-button { width: 100%; }
  .ostaller-dashboard-kpis { grid-template-columns: 1fr; }
  .ostaller-dashboard-kpi.is-receivable { grid-column: auto; }
  .ostaller-dashboard-kpi { padding: 17px; }
  .ostaller-dashboard-card { padding: 18px; }
  .ostaller-dashboard-chart, .ostaller-dashboard-chart--large { min-height: 270px; }
  .ostaller-dashboard-donut-layout { grid-template-columns: 1fr; }
  .ostaller-module-access span { min-width: 0; overflow-wrap: anywhere; }
  .ostaller-dashboard-timeline > a { grid-template-columns: 38px minmax(0, 1fr); }
  .ostaller-dashboard-timeline > a b { grid-column: 2; }
}

@media (min-width: 960px) {
  .ostaller-module-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); }
}
.ostaller-required::after {
  color: #d62828;
  content: " *";
  font-weight: 800;
}
.ostaller-dynamic-required { color: #d62828; font-weight: 800; }

[aria-invalid="true"] {
  border-color: #d62828 !important;
  box-shadow: 0 0 0 1px #d62828;
}
.uk-margin:has(> .uk-text-danger[role="alert"]) input,
.uk-margin:has(> .uk-text-danger[role="alert"]) select,
.uk-margin:has(> .uk-text-danger[role="alert"]) textarea {
  border-color: #d62828;
}

.ostaller-home-access { margin-top: -28px; position: relative; z-index: 2; }
.ostaller-home-access-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; }
.ostaller-home-access-actions form { display: inline-flex; }

.ostaller-directory-card { display: flex; flex-direction: column; }
.ostaller-directory-card > img { width: 100%; height: 110px; margin-bottom: 18px; object-fit: contain; object-position: left center; }
.ostaller-directory-card > p:not(.uk-text-meta) { flex: 1; }
.ostaller-directory-card .uk-button { align-self: flex-start; }

.ostaller-profile-preview {
  background: #f5f7fa;
  border-radius: 8px;
  overflow-wrap: anywhere;
  padding: 12px 14px;
  margin: -8px 0 12px;
  font-weight: 700;
}
.ostaller-profile-preview::after { content: attr(data-status); display: block; font-size: .78rem; font-weight: 500; margin-top: 3px; }
.ostaller-profile-preview.is-available::after { color: #16803c; }
.ostaller-profile-preview.is-unavailable::after { color: #d62828; }
.ostaller-profile-suggestions { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 16px; }

.ostaller-autocomplete { position: relative; }
.ostaller-autocomplete > input[type="hidden"] { display: none !important; }
.ostaller-autocomplete-control { position: relative; }
.ostaller-autocomplete-control .uk-input { padding-right: 42px; }
.ostaller-autocomplete-control [data-customer-clear] { position: absolute; right: 10px; top: 7px; font-size: 1.4rem; }
.ostaller-autocomplete-results {
  background: #fff;
  border: 1px solid #d8dde5;
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(19, 32, 52, .15);
  left: 0;
  max-height: 260px;
  overflow-y: auto;
  position: absolute;
  right: 0;
  top: calc(100% - 18px);
  z-index: 30;
}
.ostaller-autocomplete-results > p { margin: 0; padding: 14px; }
.ostaller-autocomplete-option { background: #fff; border: 0; border-bottom: 1px solid #edf0f4; cursor: pointer; display: flex; flex-direction: column; padding: 11px 14px; text-align: left; width: 100%; }
.ostaller-autocomplete-option:hover, .ostaller-autocomplete-option.is-active { background: #fff4ea; }
.ostaller-autocomplete-option small { color: #687386; margin-top: 2px; }

.ostaller-priority-field { border: 0; padding: 0; }
.ostaller-priority-options { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.ostaller-priority-option { cursor: pointer; position: relative; }
.ostaller-priority-option > input { opacity: 0; position: absolute; }
.ostaller-priority-option > span { align-items: center; border: 1px solid #d8dde5; border-radius: 9px; display: flex; flex-direction: column; gap: 4px; min-height: 68px; justify-content: center; padding: 8px; }
.ostaller-priority-option > input:checked + span { background: #fff4ea; border-color: #ff7100; box-shadow: 0 0 0 1px #ff7100; }
.ostaller-priority-option > input:focus-visible + span { outline: 3px solid rgba(255,113,0,.3); outline-offset: 2px; }
.ostaller-priority-gears { color: #ff7100; display: inline-flex; gap: 3px; }

@media (max-width: 639px) {
  .ostaller-home-access { margin-top: -14px; }
  .ostaller-home-access-actions, .ostaller-home-access-actions > *, .ostaller-home-access-actions form { width: 100%; }
  .ostaller-home-access-actions .uk-button { width: 100%; }
  .ostaller-priority-options { grid-template-columns: 1fr; }
  .ostaller-priority-option > span { flex-direction: row; min-height: 52px; }
}
.ostaller-evidence-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:12px;margin:16px 0}.ostaller-evidence-item{position:relative;min-width:0}.ostaller-evidence-item img{display:block;width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:8px}.ostaller-evidence-item form{position:absolute;right:6px;top:6px}.ostaller-evidence-item .uk-icon-button{background:#fff;color:#b00020;box-shadow:0 2px 8px rgba(0,0,0,.25)}
/* Permission matrices use stacked cards so the controls remain usable on phones. */
.ostaller-permission-groups { display: grid; gap: 20px; }
.ostaller-permission-group { border: 1px solid #e5e7eb; border-radius: 12px; padding: 16px; }
.ostaller-permission-group h3 { margin: 0 0 10px; }
.ostaller-permission-list { display: grid; gap: 6px; }
.ostaller-permission-row { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 10px; border-radius: 8px; cursor: pointer; }
.ostaller-permission-row:hover { background: #f8fafc; }
.ostaller-permission-row span { min-width: 0; }
.ostaller-permission-row strong, .ostaller-permission-row small, .ostaller-permission-row em { display: block; }
.ostaller-permission-row small { color: #667085; margin-top: 2px; }
.ostaller-permission-row em { color: #b54708; font-size: .78rem; font-style: normal; margin-top: 3px; }
.ostaller-permission-row input { flex: 0 0 auto; width: 20px; height: 20px; }
.ostaller-permission-row.is-locked { opacity: .58; cursor: not-allowed; background: #f8fafc; }
@media (max-width: 639px) {
  .ostaller-permission-group { padding: 12px; }
  .ostaller-permission-row { align-items: flex-start; }
}
