/* SERVICES-APP-r1
   Full #services mobile app reference pass:
   home, category list, repair list and request form.
   Scoped to .services-app-page only.
*/
.services-app-page{
  min-height:calc(100dvh - var(--nav-h, 0px));
  background:#fff;
  color:#101114;
  padding:0 0 calc(82px + env(safe-area-inset-bottom));
  font-family:Arial, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}
.services-app-page *{box-sizing:border-box;}
.services-app-phone{
  width:min(430px, 100%);
  margin:0 auto;
  padding:16px 16px 18px;
}
.services-app-home-head{padding:2px 0 10px;}
.services-app-topline{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:18px;}
.services-app-logo{font-size:22px;line-height:1;font-weight:900;letter-spacing:.01em;color:#050505;}
.services-app-logo span{color:#f5ae00;}
.services-app-icon-btn{
  width:34px;height:34px;border:0;background:transparent;color:#1f2937;border-radius:12px;display:flex;align-items:center;justify-content:center;cursor:pointer;
}
.services-app-icon-btn svg{width:20px;height:20px;stroke:currentColor;stroke-width:1.8;fill:none;stroke-linecap:round;stroke-linejoin:round;}
.services-app-home-head h1{
  margin:0;
  font-size:21px;
  line-height:1.08;
  font-weight:900;
  letter-spacing:-.03em;
  color:#101114;
}
.services-app-search{
  display:grid;
  grid-template-columns:22px minmax(0,1fr) 40px;
  align-items:center;
  gap:0;
  height:38px;
  margin:10px 0 18px;
}
.services-app-search--wide{grid-template-columns:26px minmax(0,1fr);margin:12px 0 16px;height:38px;background:#f3f3f3;border-radius:8px;padding:0 10px;}
.services-app-search > span{
  height:38px;
  border-radius:8px 0 0 8px;
  background:#f3f3f3;
  display:flex;align-items:center;justify-content:flex-end;color:#9ca3af;padding-left:10px;
}
.services-app-search svg{width:17px;height:17px;stroke:currentColor;stroke-width:2;fill:none;stroke-linecap:round;stroke-linejoin:round;}
.services-app-search input{
  width:100%;height:38px;border:0;outline:none;background:#f3f3f3;color:#111827;font-size:12px;font-weight:700;padding:0 10px;border-radius:0 8px 8px 0;
}
.services-app-search--wide > span,.services-app-search--wide input{background:transparent;border-radius:0;padding:0;}
.services-app-search input::placeholder{color:#a1a1aa;opacity:1;}
.services-app-search button{
  width:38px;height:38px;margin-left:8px;border:0;border-radius:8px;background:#ffb300;color:#101114;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 8px 18px rgba(255,179,0,.24);
}
.services-app-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:0 0 18px;}
.services-app-tile{
  min-height:70px;border:0;border-radius:8px;background:#f3f3f3;color:#101114;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;padding:9px 4px 7px;cursor:pointer;box-shadow:none;
}
.services-app-tile:active,.services-app-list-card:active,.services-app-field:active{transform:translateY(1px);}
.services-app-tile__icon,.services-app-list-icon,.services-app-selected-card span{
  display:flex;align-items:center;justify-content:center;color:#101114;flex-shrink:0;
}
.services-app-tile__icon{width:28px;height:28px;}
.services-app-tile svg,.services-app-list-icon svg,.services-app-selected-card svg{
  width:26px;height:26px;stroke:currentColor;stroke-width:1.8;fill:none;stroke-linecap:round;stroke-linejoin:round;
}
.services-app-tile__label{font-size:11px;line-height:1.1;font-weight:800;color:#101114;}
.services-app-empty{margin-top:10px;}
.services-app-nearby{margin-top:3px;}
.services-app-section-row{display:flex;align-items:center;justify-content:space-between;margin:0 0 10px;}
.services-app-section-row b{font-size:13px;font-weight:900;color:#101114;}
.services-app-section-row button{border:0;background:transparent;color:#101114;font-size:11px;font-weight:700;cursor:pointer;}
.services-app-shop-card{
  width:100%;min-height:76px;border:1px solid #ececec;border-radius:10px;background:#fff;box-shadow:0 8px 22px rgba(15,23,42,.07);display:grid;grid-template-columns:58px minmax(0,1fr) 26px;gap:10px;align-items:center;padding:9px;text-align:left;color:#101114;cursor:pointer;
}
.services-app-shop-photo{width:58px;height:58px;border-radius:9px;background:linear-gradient(135deg,#18181b,#52525b);position:relative;overflow:hidden;}
.services-app-shop-photo::after{content:'🚘';position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-size:26px;filter:grayscale(1);}
.services-app-shop-body{min-width:0;display:flex;flex-direction:column;gap:3px;}
.services-app-shop-body strong{font-size:13px;line-height:1.15;color:#101114;font-weight:900;}
.services-app-shop-body em{font-size:11px;line-height:1.2;color:#101114;font-style:normal;font-weight:700;}
.services-app-shop-body small{font-size:10.5px;line-height:1.25;color:#6b7280;font-weight:700;}
.services-app-heart{font-size:22px;color:#111827;text-align:center;}
.services-app-nav-head{height:38px;display:flex;align-items:center;gap:12px;margin:0 0 10px;}
.services-app-nav-head button{width:30px;height:30px;border:0;background:transparent;color:#101114;font-size:28px;line-height:1;display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0;}
.services-app-nav-head h1{margin:0;color:#101114;font-size:17px;line-height:1.2;font-weight:900;letter-spacing:-.01em;}
.services-app-chips{display:flex;gap:8px;overflow-x:auto;padding:2px 0 14px;scrollbar-width:none;}
.services-app-chips::-webkit-scrollbar{display:none;}
.services-app-chips button{flex:0 0 auto;border:0;border-radius:8px;background:#f0f0f0;color:#101114;font-size:11px;font-weight:800;padding:8px 14px;cursor:pointer;}
.services-app-chips button.active{background:#ffb300;color:#101114;}
.services-app-list{display:flex;flex-direction:column;gap:9px;padding-bottom:64px;}
.services-app-list-card{
  width:100%;min-height:82px;border:1px solid #ececec;border-radius:10px;background:#fff;color:#101114;box-shadow:0 8px 24px rgba(15,23,42,.065);display:grid;grid-template-columns:50px minmax(0,1fr) 20px;gap:12px;align-items:center;text-align:left;padding:12px;cursor:pointer;
}
.services-app-list-icon{width:46px;height:46px;}
.services-app-list-icon svg{width:32px;height:32px;stroke-width:1.65;}
.services-app-list-body{min-width:0;display:flex;flex-direction:column;gap:2px;}
.services-app-list-body strong{font-size:13px;line-height:1.15;color:#101114;font-weight:900;}
.services-app-list-body em{font-size:11.5px;line-height:1.32;color:#6b7280;font-style:normal;font-weight:700;}
.services-app-list-body b{font-size:12px;line-height:1.2;color:#101114;font-weight:900;}
.services-app-chevron{font-size:26px;color:#101114;line-height:1;text-align:right;}
.services-app-bottom-cta,.services-app-submit{
  width:100%;height:44px;border:0;border-radius:8px;background:#ffb300;color:#101114;font-size:13px;font-weight:900;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 10px 22px rgba(255,179,0,.24);
}
.services-app-bottom-cta{position:sticky;bottom:calc(70px + env(safe-area-inset-bottom));margin-top:8px;}
.services-app-form{display:flex;flex-direction:column;gap:9px;}
.services-app-form-label{font-size:11px;font-weight:900;color:#101114;margin:7px 0 -3px;}
.services-app-selected-card,.services-app-field{
  width:100%;border:1px solid #ececec;border-radius:9px;background:#fff;color:#101114;box-shadow:0 6px 18px rgba(15,23,42,.055);display:flex;align-items:center;text-align:left;
}
.services-app-selected-card{min-height:62px;gap:12px;padding:11px 13px;}
.services-app-selected-card span{width:36px;height:36px;}
.services-app-selected-card b{font-size:12.5px;line-height:1.2;font-weight:900;flex:1;min-width:0;color:#101114;}
.services-app-selected-card em{font-style:normal;font-size:12px;font-weight:900;color:#101114;white-space:nowrap;}
.services-app-field{height:38px;border:1px solid #eeeeee;padding:0 11px;justify-content:space-between;cursor:pointer;}
.services-app-field span{font-size:12px;font-weight:700;color:#101114;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.services-app-field b{font-size:20px;line-height:1;color:#101114;}
.services-app-textarea{min-height:86px;resize:vertical;border:1px solid #eeeeee;border-radius:9px;background:#fff;color:#101114;padding:12px;font-size:12px;font-weight:700;outline:none;box-shadow:0 6px 18px rgba(15,23,42,.045);}
.services-app-textarea::placeholder{color:#a1a1aa;}
.services-app-submit{margin-top:7px;}
.services-app-form-note{text-align:center;color:#9ca3af;font-size:11px;font-weight:700;margin-top:0;}
[data-theme="dark"] .services-app-page{background:#fff;color:#101114;}
@media (min-width:768px){
  .services-app-page{background:linear-gradient(180deg,#fff 0%,#f5f5f5 100%);padding-top:20px;}
  .services-app-phone{background:#fff;border:1px solid #f1f1f1;border-radius:28px;box-shadow:0 24px 80px rgba(15,23,42,.12);padding:24px 20px 22px;}
}
@media (max-width:360px){
  .services-app-phone{padding-left:12px;padding-right:12px;}
  .services-app-grid{gap:8px;}
  .services-app-tile{min-height:66px;}
  .services-app-home-head h1{font-size:20px;}
}
