
:root{
  --orc-bg:#F7F7F5;--orc-card:#ffffff;--orc-text:#171717;--orc-muted:#6F6F6C;
  --orc-line:#E5E5E2;--orc-dark:#090909;--orc-accent:#E43635;--orc-accent2:#B62424;
  --orc-soft:#FFF0F0;--orc-warn:#f7efe1;--orc-danger:#a83b3b;--orc-radius:22px;
  --orc-shadow:0 18px 55px rgba(17,24,18,.08);--orc-max:1240px
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body.orc-body{margin:0;background:var(--orc-bg);color:var(--orc-text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;-webkit-font-smoothing:antialiased}
body.orc-body a{text-decoration:none;color:inherit}button,input,select,textarea{font:inherit}.orc-wrap{width:min(calc(100% - 36px),var(--orc-max));margin:0 auto}
.orc-header{position:sticky;top:0;z-index:50;background:rgba(245,244,239,.88);backdrop-filter:blur(18px);border-bottom:1px solid rgba(231,229,223,.9)}
.orc-nav{height:78px;display:flex;align-items:center;justify-content:space-between;gap:24px}.orc-brand{display:flex;align-items:center;gap:11px;min-width:0}.orc-brand img{width:112px;height:auto;display:block}.orc-brand-copy{display:flex;flex-direction:column;line-height:1.1}.orc-brand-copy strong{font-size:14px}.orc-brand-copy span{font-size:11px;color:var(--orc-muted);margin-top:4px}
.orc-links{display:flex;align-items:center;gap:26px;font-size:14px;font-weight:700}.orc-links a:not(.orc-btn){color:#353935}.orc-actions{display:flex;align-items:center;gap:10px}.orc-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;border-radius:999px;padding:13px 19px;font-weight:800;cursor:pointer;transition:.2s ease;white-space:nowrap}.orc-btn:hover{transform:translateY(-1px)}.orc-btn-primary{background:var(--orc-dark);color:#fff!important}.orc-btn-accent{background:var(--orc-accent);color:#fff!important}.orc-btn-soft{background:#fff;border:1px solid var(--orc-line)}.orc-btn-small{padding:10px 14px;font-size:13px}
.orc-hero{padding:42px 0 58px}.orc-hero-grid{display:grid;grid-template-columns:1.02fr .98fr;gap:34px;align-items:stretch}.orc-hero-copy{background:var(--orc-card);border:1px solid var(--orc-line);border-radius:32px;padding:56px;box-shadow:var(--orc-shadow);display:flex;flex-direction:column;justify-content:center;min-height:560px}.orc-kicker{display:inline-flex;align-items:center;gap:8px;font-size:12px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;color:var(--orc-accent)}.orc-dot{width:8px;height:8px;border-radius:50%;background:var(--orc-accent);box-shadow:0 0 0 5px var(--orc-soft)}.orc-hero h1{font-size:clamp(44px,6vw,82px);line-height:.96;letter-spacing:-.055em;margin:20px 0 18px;max-width:760px}.orc-hero p{font-size:18px;line-height:1.65;color:#626762;max-width:620px;margin:0 0 28px}.orc-hero-ctas{display:flex;flex-wrap:wrap;gap:12px}.orc-trust-row{display:flex;flex-wrap:wrap;gap:20px;margin-top:34px;padding-top:26px;border-top:1px solid var(--orc-line)}.orc-trust{display:flex;align-items:center;gap:9px;font-size:13px;font-weight:800;color:#4e544e}.orc-check{width:23px;height:23px;border-radius:50%;display:grid;place-items:center;background:var(--orc-soft);color:var(--orc-accent);font-size:13px}
.orc-video{position:relative;overflow:hidden;border-radius:32px;background:#111;min-height:560px;box-shadow:var(--orc-shadow)}.orc-video iframe{position:absolute;inset:0;width:100%;height:100%;border:0;transform:scale(1.04)}.orc-video-shade{position:absolute;inset:0;pointer-events:none;background:linear-gradient(180deg,transparent 55%,rgba(0,0,0,.55))}.orc-video-label{position:absolute;left:26px;bottom:24px;color:#fff;z-index:2}.orc-video-label strong{display:block;font-size:19px}.orc-video-label span{display:block;font-size:12px;opacity:.82;margin-top:5px}
.orc-section{padding:74px 0}.orc-section-head{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:28px}.orc-section-head h2{font-size:clamp(34px,4vw,54px);line-height:1;letter-spacing:-.04em;margin:8px 0 0}.orc-section-head p{margin:0;max-width:500px;color:var(--orc-muted);line-height:1.6}.orc-filter{display:flex;gap:8px;flex-wrap:wrap;margin:22px 0 26px}.orc-filter button{border:1px solid var(--orc-line);background:#fff;border-radius:999px;padding:10px 15px;font-weight:800;font-size:13px;cursor:pointer}.orc-filter button.active{background:var(--orc-dark);color:#fff;border-color:var(--orc-dark)}
.orc-fleet{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.orc-car{background:#fff;border:1px solid var(--orc-line);border-radius:26px;overflow:hidden;transition:.25s ease;display:flex;flex-direction:column}.orc-car:hover{transform:translateY(-4px);box-shadow:var(--orc-shadow)}.orc-car-media{height:245px;background:linear-gradient(145deg,#f7f7f4,#ecece6);display:flex;align-items:center;justify-content:center;padding:18px;position:relative}.orc-car-media img{width:100%;height:100%;object-fit:contain}.orc-chip{position:absolute;top:15px;left:15px;background:rgba(255,255,255,.92);border:1px solid rgba(231,229,223,.9);border-radius:999px;padding:8px 11px;font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.04em}.orc-car-body{padding:21px}.orc-car h3{font-size:21px;letter-spacing:-.025em;margin:0 0 11px}.orc-meta{display:flex;gap:12px;flex-wrap:wrap;color:var(--orc-muted);font-size:12px;font-weight:700;margin-bottom:18px}.orc-car-foot{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-top:16px;border-top:1px solid var(--orc-line)}.orc-no-price{font-size:12px;color:var(--orc-muted);line-height:1.25}.orc-no-price strong{display:block;color:var(--orc-text);font-size:13px}
.orc-how{background:var(--orc-dark);color:#fff;border-radius:34px;padding:42px}.orc-how-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:28px}.orc-step{padding:24px;border:1px solid rgba(255,255,255,.12);border-radius:22px;background:rgba(255,255,255,.045)}.orc-step-num{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:#fff;color:#111;font-weight:900;margin-bottom:28px}.orc-step h3{font-size:20px;margin:0 0 8px}.orc-step p{margin:0;color:rgba(255,255,255,.68);line-height:1.6;font-size:14px}
.orc-proof{display:grid;grid-template-columns:.9fr 1.1fr;gap:20px}.orc-rating,.orc-location{background:#fff;border:1px solid var(--orc-line);border-radius:28px;padding:34px}.orc-rating-big{font-size:74px;letter-spacing:-.07em;font-weight:900;line-height:1}.orc-stars{font-size:18px;letter-spacing:2px;margin:10px 0 18px}.orc-quote{font-size:17px;line-height:1.7;color:#4f554f;margin-top:28px;border-top:1px solid var(--orc-line);padding-top:24px}.orc-location h3{font-size:31px;letter-spacing:-.04em;margin:0 0 12px}.orc-location p{color:var(--orc-muted);line-height:1.6}.orc-contact-list{display:grid;gap:10px;margin-top:26px}.orc-contact{display:flex;justify-content:space-between;align-items:center;background:var(--orc-bg);border-radius:16px;padding:15px 16px;font-size:14px;font-weight:800}
.orc-footer{padding:34px 0 48px}.orc-footer-inner{border-top:1px solid var(--orc-line);padding-top:28px;display:flex;justify-content:space-between;gap:24px;color:var(--orc-muted);font-size:13px}.orc-footer-links{display:flex;gap:18px;flex-wrap:wrap}
.orc-modal{position:fixed;inset:0;background:rgba(10,13,10,.58);z-index:100;display:none;align-items:center;justify-content:center;padding:18px;backdrop-filter:blur(6px)}.orc-modal.open{display:flex}.orc-modal-card{width:min(760px,100%);max-height:92vh;overflow:auto;background:#fff;border-radius:28px;padding:28px;box-shadow:0 30px 90px rgba(0,0,0,.28)}.orc-modal-head{display:flex;justify-content:space-between;gap:18px;align-items:start;margin-bottom:22px}.orc-modal-head h2{margin:3px 0 5px;font-size:30px;letter-spacing:-.04em}.orc-modal-head p{margin:0;color:var(--orc-muted);font-size:13px}.orc-close{width:42px;height:42px;border:1px solid var(--orc-line);background:#fff;border-radius:50%;cursor:pointer;font-size:22px}.orc-form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.orc-field{display:grid;gap:7px}.orc-field.full{grid-column:1/-1}.orc-field label{font-size:12px;font-weight:900}.orc-field input,.orc-field select,.orc-field textarea{width:100%;border:1px solid #dcded9;border-radius:14px;padding:13px 14px;background:#fafafa;outline:0;color:#171917}.orc-field input:focus,.orc-field select:focus,.orc-field textarea:focus{border-color:var(--orc-accent);box-shadow:0 0 0 3px rgba(31,122,77,.08)}.orc-field textarea{min-height:95px;resize:vertical}.orc-form-note{font-size:12px;color:var(--orc-muted);line-height:1.55;margin:14px 0}.orc-form-actions{display:flex;justify-content:flex-end;gap:10px}.orc-success{display:none;text-align:center;padding:16px 4px 8px}.orc-success.show{display:block}.orc-success-icon{width:66px;height:66px;margin:0 auto 18px;border-radius:50%;background:var(--orc-soft);display:grid;place-items:center;color:var(--orc-accent);font-size:30px;font-weight:900}.orc-success h3{font-size:28px;margin:0 0 8px}.orc-success p{color:var(--orc-muted);line-height:1.6}.orc-ref{display:inline-block;background:var(--orc-bg);border-radius:12px;padding:10px 14px;font-weight:900;margin:10px 0 18px}
.orc-mobile-book{display:none}
.orc-manager{min-height:100vh;background:#f3f4f1}.orc-manager-shell{display:grid;grid-template-columns:248px 1fr;min-height:100vh}.orc-side{background:#090909;color:#fff;padding:26px 18px;display:flex;flex-direction:column;position:sticky;top:0;height:100vh}.orc-side-brand{padding:6px 8px 28px}.orc-side-brand img{width:120px;filter:brightness(0) invert(1)}.orc-side-nav{display:grid;gap:7px}.orc-side-nav a{padding:12px 13px;border-radius:12px;color:rgba(255,255,255,.66);font-weight:800;font-size:13px}.orc-side-nav a.active,.orc-side-nav a:hover{background:rgba(255,255,255,.1);color:#fff}.orc-side-bottom{margin-top:auto;font-size:12px;color:rgba(255,255,255,.45);padding:12px 8px}.orc-main{padding:32px}.orc-main-wrap{max-width:1180px;margin:0 auto}.orc-topbar{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:24px}.orc-topbar h1{font-size:32px;letter-spacing:-.04em;margin:0}.orc-topbar p{margin:5px 0 0;color:var(--orc-muted);font-size:13px}.orc-stat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:18px}.orc-stat{background:#fff;border:1px solid var(--orc-line);border-radius:18px;padding:19px}.orc-stat span{font-size:11px;color:var(--orc-muted);font-weight:900;text-transform:uppercase;letter-spacing:.06em}.orc-stat strong{display:block;font-size:30px;letter-spacing:-.04em;margin-top:8px}.orc-panel{background:#fff;border:1px solid var(--orc-line);border-radius:22px;overflow:hidden;margin-bottom:18px}.orc-panel-head{padding:19px 20px;border-bottom:1px solid var(--orc-line);display:flex;justify-content:space-between;align-items:center;gap:15px}.orc-panel-head h2{font-size:18px;margin:0}.orc-table-wrap{overflow:auto}.orc-table{width:100%;border-collapse:collapse;min-width:820px}.orc-table th,.orc-table td{text-align:left;padding:14px 16px;border-bottom:1px solid #efeee9;font-size:13px;vertical-align:middle}.orc-table th{color:var(--orc-muted);font-size:10px;text-transform:uppercase;letter-spacing:.06em;background:#fafaf8}.orc-table tr:last-child td{border-bottom:0}.orc-status{display:inline-flex;padding:7px 10px;border-radius:999px;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.04em}.orc-status-new{background:#e9f3ff;color:#205f9b}.orc-status-contacted{background:#f6efe0;color:#815b17}.orc-status-confirmed{background:#e5f5eb;color:#216b3f}.orc-status-closed{background:#eee;color:#666}.orc-row-actions{display:flex;gap:7px}.orc-icon-btn{border:1px solid var(--orc-line);background:#fff;border-radius:10px;padding:8px 10px;cursor:pointer;font-weight:800;font-size:11px}.orc-form-card{padding:20px}.orc-manager .orc-field input,.orc-manager .orc-field select,.orc-manager .orc-field textarea{background:#fff}.orc-login-page{min-height:100vh;display:grid;place-items:center;background:var(--orc-dark);padding:24px}.orc-login-card{width:min(430px,100%);background:#fff;border-radius:28px;padding:34px}.orc-login-card img{width:130px;margin-bottom:28px}.orc-login-card h1{font-size:31px;letter-spacing:-.04em;margin:0 0 8px}.orc-login-card p{color:var(--orc-muted);font-size:13px;line-height:1.6}.orc-login-card .orc-field{margin-top:13px}.orc-login-error{background:#fff0f0;color:#8b2d2d;padding:11px 13px;border-radius:12px;font-size:12px;font-weight:700;margin:13px 0}
.orc-booking-detail{display:grid;grid-template-columns:1fr .9fr;gap:18px}.orc-detail-list{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:var(--orc-line);border:1px solid var(--orc-line);border-radius:18px;overflow:hidden}.orc-detail-item{background:#fff;padding:16px}.orc-detail-item span{display:block;font-size:10px;color:var(--orc-muted);text-transform:uppercase;letter-spacing:.06em;font-weight:900;margin-bottom:6px}.orc-detail-item strong{font-size:14px;line-height:1.45}.orc-detail-item.full{grid-column:1/-1}.orc-empty{padding:48px 20px;text-align:center;color:var(--orc-muted)}.orc-manager-tabs{display:flex;gap:8px;flex-wrap:wrap}.orc-manager-tabs a{padding:9px 12px;border-radius:999px;background:#fff;border:1px solid var(--orc-line);font-size:11px;font-weight:900}.orc-manager-tabs a.active{background:var(--orc-dark);color:#fff;border-color:var(--orc-dark)}
@media(max-width:980px){.orc-links{display:none}.orc-hero-grid,.orc-proof,.orc-booking-detail{grid-template-columns:1fr}.orc-hero-copy{min-height:auto;padding:40px}.orc-video{min-height:420px}.orc-fleet{grid-template-columns:repeat(2,1fr)}.orc-manager-shell{grid-template-columns:1fr}.orc-side{height:auto;position:relative;flex-direction:row;align-items:center;gap:15px;padding:13px 18px}.orc-side-brand{padding:0}.orc-side-brand img{width:94px}.orc-side-nav{display:flex;overflow:auto}.orc-side-bottom{display:none}.orc-main{padding:22px}.orc-stat-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:680px){.orc-wrap{width:min(calc(100% - 22px),var(--orc-max))}.orc-nav{height:66px}.orc-brand img{width:100px}.orc-brand-copy{display:none}.orc-actions .orc-btn-soft{display:none}.orc-btn{padding:12px 16px}.orc-hero{padding:18px 0 38px}.orc-hero-grid{gap:12px}.orc-hero-copy{padding:29px 22px;border-radius:24px}.orc-hero h1{font-size:48px}.orc-hero p{font-size:15px}.orc-trust-row{gap:12px}.orc-video{min-height:285px;border-radius:24px}.orc-video-label{left:18px;bottom:17px}.orc-section{padding:48px 0}.orc-section-head{display:block}.orc-section-head p{margin-top:14px}.orc-fleet{grid-template-columns:1fr}.orc-car-media{height:230px}.orc-how{padding:27px 20px;border-radius:26px}.orc-how-grid{grid-template-columns:1fr}.orc-rating,.orc-location{padding:24px;border-radius:22px}.orc-footer-inner{display:block}.orc-footer-links{margin-top:14px}.orc-form-grid{grid-template-columns:1fr}.orc-field.full{grid-column:auto}.orc-modal-card{padding:20px;border-radius:22px}.orc-form-actions{flex-direction:column-reverse}.orc-form-actions .orc-btn{width:100%}.orc-mobile-book{display:flex;position:fixed;left:12px;right:12px;bottom:12px;z-index:60;background:var(--orc-dark);color:#fff;border-radius:999px;height:54px;align-items:center;justify-content:center;font-weight:900;box-shadow:0 12px 30px rgba(0,0,0,.25)}.orc-footer{padding-bottom:92px}.orc-stat-grid{grid-template-columns:1fr 1fr}.orc-main{padding:16px}.orc-topbar{align-items:flex-start}.orc-topbar .orc-btn{font-size:12px}.orc-detail-list{grid-template-columns:1fr}.orc-detail-item.full{grid-column:auto}.orc-side-nav a{white-space:nowrap}}

/* Manager polish */
.orc-export-panel{
  background:#fff;border:1px solid var(--orc-line);border-radius:18px;
  padding:16px 18px;margin:0 0 18px;display:flex;align-items:center;
  justify-content:space-between;gap:20px
}
.orc-export-copy{min-width:190px}
.orc-export-copy strong{display:block;font-size:14px;color:#111}
.orc-export-copy span{display:block;font-size:11px;color:var(--orc-muted);margin-top:4px}
.orc-export-form{display:flex;align-items:end;gap:10px;flex-wrap:wrap;justify-content:flex-end}
.orc-export-form label{display:grid;gap:5px}
.orc-export-form label>span{font-size:9px;text-transform:uppercase;letter-spacing:.06em;font-weight:900;color:var(--orc-muted)}
.orc-export-form input[type=date]{
  height:38px;border:1px solid var(--orc-line);border-radius:10px;
  padding:0 10px;background:#fff;color:#111;min-width:145px
}
.orc-export-actions{display:flex;gap:7px;flex-wrap:wrap}

.orc-row-phone{color:var(--orc-muted)}
.orc-res-unread td{color:#090b0a;font-weight:800;background:#fff}
.orc-res-unread td strong{font-weight:900;color:#050605}
.orc-res-read td{color:#5f6863;font-weight:500}
.orc-res-read td strong{font-weight:600;color:#343a36}
.orc-unread-dot{
  display:inline-block;width:8px;height:8px;border-radius:50%;
  background:#111;margin-left:8px;vertical-align:middle
}
.orc-res-unread{box-shadow:inset 4px 0 0 #111}
.orc-res-row .orc-icon-btn{color:#111;background:#fff}
.orc-res-unread .orc-icon-btn{background:#111;color:#fff;border-color:#111}

@media(max-width:680px){
  .orc-manager .orc-side{
    position:sticky;top:0;z-index:50;background:#090909;
    padding:10px 12px;gap:10px
  }
  .orc-manager .orc-side-brand img{width:82px}
  .orc-manager .orc-side-nav{gap:4px}
  .orc-manager .orc-side-nav a{
    padding:9px 10px;border-radius:9px;font-size:11px
  }
  .orc-manager .orc-main{padding:12px}
  .orc-manager .orc-main-wrap{max-width:none}

  .orc-manager .orc-topbar{
    margin-bottom:12px;display:grid;
    grid-template-columns:1fr auto auto;align-items:center;gap:7px
  }
  .orc-manager .orc-topbar>div:first-child{min-width:0}
  .orc-manager .orc-topbar h1{font-size:24px;line-height:1;margin:0}
  .orc-manager .orc-topbar p{display:none}
  .orc-manager .orc-topbar>.orc-btn{
    min-height:34px;padding:0 10px;font-size:10px;border-radius:9px
  }

  .orc-manager .orc-stat-grid{
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:6px;margin-bottom:12px
  }
  .orc-manager .orc-stat{
    border-radius:12px;padding:10px 8px;min-width:0
  }
  .orc-manager .orc-stat span{
    font-size:8px;letter-spacing:.035em;white-space:nowrap
  }
  .orc-manager .orc-stat strong{
    font-size:22px;margin-top:4px
  }

  .orc-export-panel{
    border-radius:14px;padding:13px;margin-bottom:12px;
    display:block
  }
  .orc-export-copy strong{font-size:13px}
  .orc-export-copy span{display:none}
  .orc-export-form{
    margin-top:10px;display:grid;
    grid-template-columns:1fr 1fr;gap:8px
  }
  .orc-export-form label{min-width:0}
  .orc-export-form input[type=date]{
    min-width:0;width:100%;height:40px;border-radius:9px
  }
  .orc-export-actions{
    grid-column:1/-1;display:grid;grid-template-columns:1fr 1fr;gap:7px
  }
  .orc-export-actions .orc-btn{
    width:100%;min-height:40px;padding:0 8px;font-size:10px
  }

  .orc-manager .orc-panel{border-radius:14px;margin-bottom:12px}
  .orc-manager .orc-panel-head{
    padding:13px 12px;display:block
  }
  .orc-manager .orc-panel-head h2{font-size:15px;margin-bottom:10px}
  .orc-manager-tabs{
    overflow-x:auto;flex-wrap:nowrap;gap:6px;padding-bottom:1px;
    scrollbar-width:none
  }
  .orc-manager-tabs::-webkit-scrollbar{display:none}
  .orc-manager-tabs a{
    flex:0 0 auto;padding:7px 9px;font-size:9px
  }

  #orcBookingLiveTable{overflow:visible;padding:8px;background:#f3f4f1}
  #orcBookingLiveTable .orc-table{min-width:0;display:block}
  #orcBookingLiveTable .orc-table thead{display:none}
  #orcBookingLiveTable .orc-table tbody{display:grid;gap:8px}
  #orcBookingLiveTable .orc-table tr{
    display:grid;background:#fff;border:1px solid var(--orc-line);
    border-radius:13px;padding:11px 12px;box-shadow:none
  }
  #orcBookingLiveTable .orc-table td{
    border:0;padding:5px 0;display:flex;justify-content:space-between;
    align-items:flex-start;gap:14px;font-size:12px;line-height:1.35;
    background:transparent!important;text-align:right
  }
  #orcBookingLiveTable .orc-table td::before{
    content:attr(data-label);font-size:8px;line-height:1.4;
    text-transform:uppercase;letter-spacing:.05em;
    color:var(--orc-muted);font-weight:900;text-align:left;
    flex:0 0 auto
  }
  #orcBookingLiveTable .orc-table td:nth-child(2){
    display:block;text-align:left;padding-top:7px
  }
  #orcBookingLiveTable .orc-table td:nth-child(2)::before{
    display:block;margin-bottom:4px
  }
  #orcBookingLiveTable .orc-table td:nth-child(6){display:none}
  #orcBookingLiveTable .orc-table td:last-child{
    padding-top:9px;margin-top:3px;border-top:1px solid var(--orc-line)
  }
  #orcBookingLiveTable .orc-table td:last-child::before{display:none}
  #orcBookingLiveTable .orc-icon-btn{
    width:100%;text-align:center;padding:10px 12px;border-radius:9px
  }
  #orcBookingLiveTable .orc-res-unread{
    border-color:#111;box-shadow:inset 4px 0 0 #111
  }
  #orcBookingLiveTable .orc-res-read{
    opacity:.86
  }

  .orc-manager .orc-booking-detail{
    display:grid;grid-template-columns:1fr;gap:10px
  }
  .orc-manager .orc-detail-list{border-radius:12px}
  .orc-manager .orc-detail-item{padding:12px}
  .orc-manager .orc-form-card{padding:13px}
  .orc-manager .orc-booking-detail .orc-panel-head{
    display:flex;align-items:center;justify-content:space-between
  }
  .orc-manager .orc-booking-detail .orc-panel-head h2{
    margin:0;font-size:14px;max-width:75%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap
  }

  .orc-manager .orc-vehicle-row{
    display:grid!important;background:#fff;border:1px solid var(--orc-line);
    border-radius:12px;padding:10px 12px;margin:8px
  }
  .orc-manager .orc-vehicle-row td{
    border:0!important;padding:5px 0!important;display:flex;
    justify-content:space-between;gap:12px;text-align:right
  }
  .orc-manager .orc-vehicle-row td::before{
    content:attr(data-label);font-size:8px;text-transform:uppercase;
    letter-spacing:.05em;color:var(--orc-muted);font-weight:900
  }
  .orc-manager .orc-vehicle-row td:last-child::before{display:none}
  .orc-manager .orc-vehicle-row .orc-row-actions{width:100%;justify-content:flex-end}
  .orc-manager .orc-vehicle-row .orc-icon-btn{padding:9px 11px}
  .orc-manager .orc-table-wrap:has(.orc-vehicle-row) .orc-table{
    min-width:0;display:block
  }
  .orc-manager .orc-table-wrap:has(.orc-vehicle-row) thead{display:none}
  .orc-manager .orc-table-wrap:has(.orc-vehicle-row) tbody{display:block}

  .orc-live-pill{justify-self:end;min-height:28px;padding:0 8px!important}
  .orc-live-meta{display:none!important}
}

@media(max-width:390px){
  .orc-manager .orc-stat-grid{gap:4px}
  .orc-manager .orc-stat{padding:9px 6px}
  .orc-manager .orc-stat span{font-size:7px}
  .orc-manager .orc-stat strong{font-size:20px}
  .orc-manager .orc-topbar{grid-template-columns:1fr auto}
  .orc-manager .orc-topbar>.orc-btn{grid-column:2}
  .orc-live-pill{grid-column:2;grid-row:1}
}

/* SEO manager */
.orc-seo-card{
  background:#fff;border:1px solid var(--orc-line);border-radius:18px;
  padding:22px;margin-bottom:16px
}
.orc-seo-head{
  display:flex;align-items:flex-start;justify-content:space-between;
  gap:18px;padding-bottom:18px;border-bottom:1px solid var(--orc-line)
}
.orc-seo-kicker{
  display:block;font-size:9px;line-height:1;text-transform:uppercase;
  letter-spacing:.08em;font-weight:900;color:var(--orc-green);margin-bottom:8px
}
.orc-seo-head h2{margin:0;font-size:24px;letter-spacing:-.03em}
.orc-seo-head p{margin:8px 0 0;color:var(--orc-muted);font-size:12px;line-height:1.6;max-width:650px}
.orc-seo-status{
  display:inline-flex;align-items:center;min-height:32px;padding:0 11px;
  border-radius:999px;font-size:10px;font-weight:900;white-space:nowrap
}
.orc-seo-status.active{background:#eaf7ef;color:#E43635;border:1px solid #c9e8d5}
.orc-seo-status.inactive{background:#f2f3f1;color:#666f69;border:1px solid #e0e4e1}
.orc-seo-form{padding-top:18px}
.orc-seo-form label>span{
  display:block;font-size:10px;text-transform:uppercase;letter-spacing:.06em;
  font-weight:900;color:var(--orc-muted);margin-bottom:7px
}
.orc-seo-form textarea{
  width:100%;min-height:112px;resize:vertical;border:1px solid var(--orc-line);
  border-radius:12px;padding:13px 14px;background:#fff;color:#111;
  font:500 13px/1.6 var(--orc-font,Inter,system-ui,sans-serif)
}
.orc-seo-form textarea:focus{outline:2px solid rgba(228,54,53,.14);border-color:#E43635}
.orc-seo-help{margin:8px 0 0;color:var(--orc-muted);font-size:11px;line-height:1.55}
.orc-seo-actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:15px}
.orc-seo-summary{
  display:grid;grid-template-columns:repeat(3,1fr);gap:10px
}
.orc-seo-summary>div{
  background:#fff;border:1px solid var(--orc-line);border-radius:14px;padding:14px
}
.orc-seo-summary span{
  display:block;font-size:8px;text-transform:uppercase;letter-spacing:.06em;
  font-weight:900;color:var(--orc-muted);margin-bottom:6px
}
.orc-seo-summary strong,.orc-seo-summary a{
  display:block;color:#111;font-size:12px;font-weight:800;word-break:break-word
}
@media(max-width:680px){
  .orc-seo-card{padding:14px;border-radius:14px}
  .orc-seo-head{display:grid;gap:10px}
  .orc-seo-head h2{font-size:20px}
  .orc-seo-status{justify-self:start}
  .orc-seo-actions{display:grid;grid-template-columns:1fr 1fr}
  .orc-seo-actions .orc-btn{width:100%}
  .orc-seo-summary{grid-template-columns:1fr}
}

/* =========================================================
   Ogando Manager — mobile app shell / PWA
   ========================================================= */
.orc-mobile-appbar,.orc-mobile-bottom-nav{display:none}
.orc-mobile-app-actions{display:flex;align-items:center;gap:7px}
.orc-install-app{
  border:1px solid rgba(255,255,255,.22);background:rgba(255,255,255,.1);
  color:#fff;border-radius:999px;min-height:34px;padding:0 11px;
  font-size:10px;font-weight:900;cursor:pointer
}
.orc-mobile-logout{
  width:38px;height:38px;border-radius:12px;display:grid;place-items:center;
  border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.08);color:#fff
}
.orc-mobile-logout svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}

.orc-install-help{
  position:fixed;inset:0;z-index:1000;background:rgba(8,14,10,.54);
  backdrop-filter:blur(8px);display:none;align-items:flex-end;justify-content:center;padding:14px
}
.orc-install-help.open{display:flex}
.orc-install-help-card{
  width:min(100%,430px);background:#fff;border-radius:24px;
  padding:24px 20px calc(20px + env(safe-area-inset-bottom));
  text-align:center;box-shadow:0 28px 90px rgba(0,0,0,.26);position:relative
}
.orc-install-help-close{
  position:absolute;right:14px;top:12px;width:36px;height:36px;border-radius:50%;
  border:1px solid var(--orc-line);background:#fff;font-size:22px;cursor:pointer
}
.orc-install-help-icon img{width:76px;height:76px;border-radius:22px;display:block;margin:0 auto}
.orc-install-help-card h3{font-size:22px;letter-spacing:-.035em;margin:16px 0 8px}
.orc-install-help-card p{font-size:13px;line-height:1.6;color:var(--orc-muted);margin:0 0 18px}
.orc-login-install{display:flex;justify-content:center;margin-top:12px}
.orc-login-install .orc-btn{width:100%}

@media(max-width:780px){
  html{background:#F7F7F5}
  body.orc-manager{
    background:#F7F7F5;
    min-height:100dvh;
    padding:0;
    overscroll-behavior-y:none
  }
  .orc-manager .orc-manager-shell{display:block;min-height:100dvh}
  .orc-manager .orc-side{display:none!important}

  .orc-mobile-appbar{
    display:flex;position:sticky;top:0;z-index:90;
    min-height:calc(64px + env(safe-area-inset-top));
    padding:calc(8px + env(safe-area-inset-top)) 12px 8px;
    align-items:center;justify-content:space-between;gap:12px;
    background:rgba(0,0,0,.97);color:#fff;
    box-shadow:0 1px 0 rgba(255,255,255,.08),0 8px 28px rgba(0,0,0,.13);
    backdrop-filter:blur(18px)
  }
  .orc-mobile-brand{display:flex;align-items:center;gap:10px;min-width:0;color:#fff!important}
  .orc-mobile-brand-icon{
    flex:0 0 40px;width:40px;height:40px;border-radius:12px;overflow:hidden;
    background:#fff;box-shadow:0 5px 16px rgba(0,0,0,.14)
  }
  .orc-mobile-brand-icon img{display:block;width:100%;height:100%;object-fit:cover}
  .orc-mobile-brand>span:last-child{min-width:0;display:grid;gap:2px}
  .orc-mobile-brand strong{
    font-size:14px;line-height:1.05;letter-spacing:-.015em;
    white-space:nowrap;overflow:hidden;text-overflow:ellipsis
  }
  .orc-mobile-brand small{font-size:9px;color:rgba(255,255,255,.68);font-weight:700}

  .orc-manager .orc-main{
    padding:12px 11px calc(88px + env(safe-area-inset-bottom))!important
  }
  .orc-manager .orc-main-wrap{max-width:none;margin:0}

  .orc-manager .orc-topbar{
    margin:3px 1px 12px!important;
    display:flex!important;align-items:center!important;justify-content:space-between!important;
    gap:8px!important;min-height:34px
  }
  .orc-manager .orc-topbar h1{
    font-size:21px!important;line-height:1!important;letter-spacing:-.035em;margin:0!important
  }
  .orc-manager .orc-topbar p{display:none!important}
  .orc-manager .orc-topbar>.orc-btn{display:none!important}
  .orc-manager .orc-topbar>div:first-child{min-width:0}

  .orc-live-pill{
    min-height:28px!important;padding:0 9px!important;border-radius:999px!important;
    font-size:9px!important;box-shadow:none!important
  }
  .orc-live-meta{display:none!important}

  .orc-manager .orc-stat-grid{
    display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;
    gap:6px!important;margin:0 0 10px!important
  }
  .orc-manager .orc-stat{
    min-width:0!important;padding:9px 7px 8px!important;border-radius:14px!important;
    border:1px solid #e1e5e1!important;background:rgba(255,255,255,.95)!important;
    box-shadow:0 4px 16px rgba(24,34,27,.025)
  }
  .orc-manager .orc-stat span{
    font-size:7px!important;line-height:1!important;letter-spacing:.025em!important;
    overflow:hidden;text-overflow:ellipsis;display:block
  }
  .orc-manager .orc-stat strong{font-size:21px!important;line-height:1;margin-top:6px!important}

  .orc-export-panel{
    padding:11px!important;margin-bottom:10px!important;border-radius:15px!important;
    border:1px solid #e1e5e1!important;box-shadow:none!important
  }
  .orc-export-copy{min-width:0!important}
  .orc-export-copy strong{font-size:12px!important}
  .orc-export-copy span{display:none!important}
  .orc-export-form{margin-top:9px!important;gap:6px!important}
  .orc-export-form label>span{font-size:7px!important}
  .orc-export-form input[type=date]{height:38px!important;border-radius:10px!important;font-size:12px}
  .orc-export-actions{gap:6px!important}
  .orc-export-actions .orc-btn{min-height:38px!important;border-radius:10px!important;font-size:9px!important}

  .orc-manager .orc-panel{
    border-radius:16px!important;border-color:#e1e5e1!important;margin-bottom:10px!important;
    box-shadow:0 4px 18px rgba(23,33,26,.025)
  }
  .orc-manager .orc-panel-head{padding:11px!important}
  .orc-manager .orc-panel-head h2{font-size:14px!important;margin:0 0 9px!important}
  .orc-manager-tabs{gap:5px!important}
  .orc-manager-tabs a{
    padding:7px 9px!important;border-radius:999px!important;font-size:8px!important;
    min-height:30px;display:flex;align-items:center
  }

  #orcBookingLiveTable{padding:7px!important;background:#F7F7F5!important}
  #orcBookingLiveTable .orc-table tbody{gap:7px!important}
  #orcBookingLiveTable .orc-table tr{
    border-radius:16px!important;padding:11px 12px!important;border-color:#E3DED2!important;
    box-shadow:0 3px 14px rgba(20,32,24,.025)!important
  }
  #orcBookingLiveTable .orc-table td{
    font-size:12px!important;padding:4px 0!important;line-height:1.32!important
  }
  #orcBookingLiveTable .orc-table td::before{font-size:7px!important}
  #orcBookingLiveTable .orc-table td:nth-child(2){
    padding:7px 0 6px!important;font-size:13px!important
  }
  #orcBookingLiveTable .orc-table td:nth-child(2) strong{font-size:14px;letter-spacing:-.015em}
  #orcBookingLiveTable .orc-table td:nth-child(3),
  #orcBookingLiveTable .orc-table td:nth-child(4),
  #orcBookingLiveTable .orc-table td:nth-child(5){padding-top:5px!important}
  #orcBookingLiveTable .orc-table td:nth-child(6){display:none!important}
  #orcBookingLiveTable .orc-table td:last-child{
    padding-top:8px!important;margin-top:4px!important
  }
  #orcBookingLiveTable .orc-icon-btn{
    min-height:39px!important;border-radius:11px!important;display:flex;align-items:center;justify-content:center
  }
  #orcBookingLiveTable .orc-res-unread{
    border-color:#0d1711!important;box-shadow:inset 4px 0 0 #0d1711,0 4px 18px rgba(13,23,17,.045)!important
  }
  #orcBookingLiveTable .orc-res-read{opacity:.82!important}

  .orc-manager .orc-booking-detail{gap:8px!important}
  .orc-manager .orc-detail-list{border-radius:15px!important}
  .orc-manager .orc-detail-item{padding:11px!important}
  .orc-manager .orc-detail-item span{font-size:7px!important;margin-bottom:4px!important}
  .orc-manager .orc-detail-item strong{font-size:13px!important}
  .orc-manager .orc-form-card{padding:12px!important}
  .orc-manager .orc-field input,
  .orc-manager .orc-field select,
  .orc-manager .orc-field textarea{
    min-height:44px;border-radius:12px!important;font-size:14px
  }

  .orc-manager .orc-vehicle-row{
    border-radius:15px!important;padding:11px 12px!important;margin:7px!important;
    border-color:#E3DED2!important;box-shadow:0 3px 14px rgba(20,32,24,.025)
  }
  .orc-manager .orc-vehicle-row td{font-size:12px}
  .orc-manager .orc-vehicle-row td::before{font-size:7px!important}
  .orc-manager .orc-vehicle-row .orc-icon-btn{
    min-height:39px;padding:0 13px!important;display:flex;align-items:center
  }

  .orc-seo-card{padding:13px!important;border-radius:16px!important;margin-bottom:10px!important}
  .orc-seo-head{gap:8px!important;padding-bottom:13px!important}
  .orc-seo-head h2{font-size:19px!important}
  .orc-seo-head p{font-size:11px!important;line-height:1.5!important}
  .orc-seo-form textarea{min-height:104px!important;border-radius:12px!important;font-size:12px!important}
  .orc-seo-summary{gap:7px!important}
  .orc-seo-summary>div{padding:11px!important;border-radius:13px!important}

  .orc-mobile-bottom-nav{
    display:grid;grid-template-columns:repeat(3,1fr);
    position:fixed;z-index:95;left:8px;right:8px;
    bottom:calc(7px + env(safe-area-inset-bottom));
    min-height:64px;padding:5px;
    border:1px solid rgba(219,225,220,.94);
    border-radius:20px;background:rgba(255,255,255,.96);
    box-shadow:0 14px 42px rgba(14,23,17,.16);
    backdrop-filter:blur(18px)
  }
  .orc-mobile-bottom-nav a{
    min-width:0;border-radius:15px;display:flex;flex-direction:column;
    align-items:center;justify-content:center;gap:3px;color:#737b76!important;
    font-size:8px;font-weight:800;line-height:1
  }
  .orc-mobile-bottom-nav a svg{
    width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.9;
    stroke-linecap:round;stroke-linejoin:round
  }
  .orc-mobile-bottom-nav a.active{background:#090909;color:#fff!important}
  .orc-mobile-bottom-nav a:active{transform:scale(.97)}

  .orc-pwa-standalone .orc-mobile-appbar{
    padding-top:calc(9px + env(safe-area-inset-top))
  }
  .orc-pwa-standalone .orc-install-app{display:none!important}
}

@media(max-width:390px){
  .orc-mobile-appbar{padding-left:9px;padding-right:9px}
  .orc-mobile-brand-icon{width:37px;height:37px;flex-basis:37px}
  .orc-mobile-brand strong{font-size:13px}
  .orc-install-app{padding:0 9px;font-size:9px}
  .orc-mobile-logout{width:36px;height:36px}
  .orc-manager .orc-main{padding-left:8px!important;padding-right:8px!important}
  .orc-manager .orc-stat-grid{gap:4px!important}
  .orc-manager .orc-stat{padding:8px 5px!important}
  .orc-manager .orc-stat span{font-size:6.5px!important}
  .orc-manager .orc-stat strong{font-size:19px!important}
  .orc-mobile-bottom-nav{left:6px;right:6px}
}

/* Login also feels like the installed mobile app. */
.orc-manager-login .orc-login-page{
  background:
    radial-gradient(circle at 50% -10%,rgba(228,54,53,.18),transparent 36%),
    #F7F7F5
}
.orc-manager-login .orc-login-card{
  border:1px solid #E3DED2;box-shadow:0 22px 70px rgba(16,30,21,.11)
}
@media(max-width:520px){
  .orc-manager-login .orc-login-page{
    min-height:100dvh;padding:calc(20px + env(safe-area-inset-top)) 12px calc(20px + env(safe-area-inset-bottom))
  }
  .orc-manager-login .orc-login-card{
    width:100%;border-radius:24px;padding:26px 18px
  }
  .orc-manager-login .orc-login-card img{width:118px;margin-bottom:24px}
  .orc-manager-login .orc-login-card h1{font-size:27px}
  .orc-manager-login .orc-login-card .orc-field input{
    min-height:48px;border-radius:13px;font-size:16px
  }
  .orc-manager-login .orc-login-card .orc-btn{min-height:48px}
}

/* Pickup location selector */
.orc-pickup-location-stack{display:grid;gap:8px}
.orc-pickup-location-stack [hidden]{display:none!important}
.orc-pickup-location-stack input:not([hidden]){margin-top:0}
@media(max-width:680px){
  .orc-pickup-location-field{grid-column:1/-1}
  .orc-pickup-location-stack{gap:7px}
}

/* Legal acknowledgement in booking request */
.orc-legal-consent{
  display:grid;grid-template-columns:20px minmax(0,1fr);gap:9px;align-items:start;
  margin:13px 0 0;padding:12px 13px;border:1px solid var(--orc-line);
  background:#fafaf8;border-radius:10px;font-size:10px;line-height:1.55;color:var(--orc-muted)
}
.orc-legal-consent input{width:16px;height:16px;margin:1px 0 0;accent-color:var(--orc-accent)}
.orc-legal-consent a{color:var(--orc-text);font-weight:850;text-decoration:underline;text-underline-offset:2px}
@media(max-width:680px){
  .orc-legal-consent{font-size:10px;padding:11px 12px}
}
.orc-free-pickup-note{
  padding:10px 11px;border-radius:9px;background:#fff3f2;
  border:1px solid #f1c7c4;color:#8f2525;
  font-size:10px;line-height:1.45;font-weight:800
}


/* =========================================================
   Ogando Manager mobile UX refresh — iPhone / phones — 2026-09-09
   ========================================================= */
@media(max-width:600px){
  html,body.orc-manager,body.orc-manager-login{max-width:100%;overflow-x:hidden}
  body.orc-manager{-webkit-text-size-adjust:100%;text-size-adjust:100%}

  .orc-mobile-appbar{
    min-height:calc(58px + env(safe-area-inset-top))!important;
    padding:calc(7px + env(safe-area-inset-top)) 10px 7px!important;
    gap:8px!important
  }
  .orc-mobile-brand{gap:8px!important}
  .orc-mobile-brand-icon{width:36px!important;height:36px!important;flex-basis:36px!important;border-radius:10px!important}
  .orc-mobile-brand strong{font-size:13px!important}
  .orc-mobile-brand small{font-size:9px!important}
  .orc-mobile-logout{width:38px!important;height:38px!important;border-radius:10px!important}

  .orc-manager .orc-main{
    width:100%!important;min-width:0!important;
    padding:10px 9px calc(82px + env(safe-area-inset-bottom))!important
  }
  .orc-manager .orc-main-wrap,.orc-manager .orc-panel,.orc-manager .orc-table-wrap{min-width:0!important;max-width:100%!important}

  .orc-manager .orc-topbar{margin:2px 1px 10px!important;min-height:32px!important}
  .orc-manager .orc-topbar h1{font-size:21px!important}

  /* 2 x 2 is much more readable than four squeezed cards on iPhone */
  .orc-manager .orc-stat-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:7px!important;margin-bottom:10px!important
  }
  .orc-manager .orc-stat{padding:11px 10px!important;border-radius:13px!important}
  .orc-manager .orc-stat span{font-size:9px!important;line-height:1.15!important;white-space:normal!important;overflow:visible!important}
  .orc-manager .orc-stat strong{font-size:25px!important;margin-top:5px!important}

  .orc-export-panel{padding:11px!important;border-radius:13px!important}
  .orc-export-copy strong{font-size:13px!important}
  .orc-export-form{grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;gap:7px!important}
  .orc-export-form label>span{font-size:9px!important}
  .orc-export-form input[type=date]{
    min-width:0!important;width:100%!important;height:44px!important;
    font-size:16px!important;padding:0 8px!important
  }
  .orc-export-actions{grid-column:1/-1!important;grid-template-columns:1fr 1fr!important}
  .orc-export-actions .orc-btn{min-height:44px!important;font-size:10px!important;white-space:normal!important;line-height:1.2!important}

  .orc-manager .orc-panel{border-radius:14px!important}
  .orc-manager .orc-panel-head{padding:12px 11px!important}
  .orc-manager .orc-panel-head h2{font-size:15px!important;margin-bottom:8px!important}
  .orc-manager-tabs a{font-size:10px!important;min-height:34px!important;padding:7px 10px!important}

  /* Reservation cards: readable values, no horizontal spill */
  #orcBookingLiveTable{padding:6px!important}
  #orcBookingLiveTable .orc-table,#orcBookingLiveTable .orc-table tbody{width:100%!important;max-width:100%!important}
  #orcBookingLiveTable .orc-table tr{padding:10px 11px!important;border-radius:13px!important;min-width:0!important}
  #orcBookingLiveTable .orc-table td{
    min-width:0!important;max-width:100%!important;font-size:13px!important;
    overflow-wrap:anywhere;word-break:normal
  }
  #orcBookingLiveTable .orc-table td::before{font-size:9px!important;line-height:1.3!important}
  #orcBookingLiveTable .orc-table td:nth-child(2){font-size:13px!important;padding:6px 0!important}
  #orcBookingLiveTable .orc-table td:nth-child(2) strong{font-size:15px!important}
  #orcBookingLiveTable .orc-status{font-size:9px!important;padding:6px 9px!important}
  #orcBookingLiveTable .orc-icon-btn{min-height:44px!important;font-size:12px!important}

  /* Details and editing: controls stay large enough and Safari won't zoom */
  .orc-manager .orc-detail-list{grid-template-columns:1fr!important}
  .orc-manager .orc-detail-item.full{grid-column:auto!important}
  .orc-manager .orc-detail-item{padding:11px!important;min-width:0}
  .orc-manager .orc-detail-item span{font-size:9px!important}
  .orc-manager .orc-detail-item strong{font-size:13px!important;overflow-wrap:anywhere}
  .orc-manager .orc-form-grid{grid-template-columns:1fr!important;gap:10px!important}
  .orc-manager .orc-field.full{grid-column:auto!important}
  .orc-manager .orc-field label{font-size:11px!important}
  .orc-manager .orc-field input,
  .orc-manager .orc-field select,
  .orc-manager .orc-field textarea{
    width:100%!important;min-width:0!important;min-height:46px!important;
    font-size:16px!important;padding:11px 12px!important;border-radius:11px!important
  }
  .orc-manager .orc-field textarea{min-height:100px!important}
  .orc-manager .orc-form-card .orc-btn{min-height:44px!important}

  .orc-manager .orc-vehicle-row{margin:6px!important;padding:10px!important;border-radius:13px!important;min-width:0}
  .orc-manager .orc-vehicle-row td{font-size:13px!important;overflow-wrap:anywhere}
  .orc-manager .orc-vehicle-row td::before{font-size:9px!important}
  .orc-manager .orc-vehicle-row .orc-row-actions{display:grid!important;grid-template-columns:1fr 1fr!important;gap:7px!important}
  .orc-manager .orc-vehicle-row .orc-icon-btn{min-height:44px!important;justify-content:center!important}

  .orc-seo-card{padding:12px!important;border-radius:14px!important}
  .orc-seo-head h2{font-size:19px!important}
  .orc-seo-form textarea{font-size:16px!important}
  .orc-seo-summary span{font-size:9px!important}
  .orc-seo-summary strong,.orc-seo-summary a{font-size:12px!important;overflow-wrap:anywhere}

  .orc-mobile-bottom-nav{
    left:7px!important;right:7px!important;
    bottom:calc(6px + env(safe-area-inset-bottom))!important;
    min-height:60px!important;border-radius:17px!important;padding:4px!important
  }
  .orc-mobile-bottom-nav a{border-radius:13px!important;font-size:9px!important;gap:3px!important}
  .orc-mobile-bottom-nav a svg{width:19px!important;height:19px!important}

  .orc-live-pill{font-size:9px!important;min-height:28px!important;white-space:nowrap}
  .orc-live-toast{left:9px!important;right:9px!important;top:calc(8px + env(safe-area-inset-top))!important;width:auto!important;border-radius:12px!important}
}

@media(max-width:420px){
  .orc-mobile-brand small{display:none!important}
  .orc-install-app{display:none!important}
  .orc-manager .orc-topbar h1{font-size:20px!important}
  .orc-export-form{grid-template-columns:1fr!important}
  .orc-export-actions{grid-column:1!important;grid-template-columns:1fr 1fr!important}
  .orc-manager .orc-panel-head{display:block!important}
  .orc-manager .orc-booking-detail .orc-panel-head{display:flex!important}
  .orc-manager .orc-stat span{font-size:9px!important}
  .orc-manager .orc-stat strong{font-size:24px!important}
}

@media(max-width:350px){
  .orc-manager .orc-main{padding-left:6px!important;padding-right:6px!important}
  .orc-export-actions{grid-template-columns:1fr!important}
  .orc-mobile-brand strong{font-size:12px!important}
  .orc-manager .orc-stat{padding:10px 8px!important}
}

/* Mobile manager/login inputs use 16px to avoid iOS focus zoom. */
@media(max-width:600px){
  .orc-manager-login input,.orc-manager-login select,.orc-manager-login textarea{font-size:16px!important}
}


/* On standard iPhones keep export dates side-by-side so reservations stay higher on screen. */
@media(min-width:351px) and (max-width:420px){
  .orc-export-form{grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important}
  .orc-export-actions{grid-column:1/-1!important}
}
