:root{--red:#ef1d24;--red-dark:#df171f;--text:#141414;--muted:#8a8882;--line:#e6e2dc;--bg:#f4f3f0;--card:#ffffff;--shadow:0 12px 26px rgba(0,0,0,.08);--shadow-strong:0 16px 36px rgba(239,29,36,.18);--radius-xl:24px;--radius-lg:20px;--radius-md:16px;--radius-sm:12px;--screen-width:430px;color-scheme:light;font-family:Inter,-apple-system,BlinkMacSystemFont,"SF Pro Text","Segoe UI",sans-serif;}*{box-sizing:border-box;}html,body{height:100%;}body{margin:0;background:#ece9e4;color:var(--text);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;}button,textarea,input{font:inherit;color:inherit;}button{background:transparent;border:0;padding:0;cursor:pointer;}.hidden-sprite{position:absolute;width:0;height:0;overflow:hidden;}.app{width:min(var(--screen-width),100vw);min-height:100svh;margin:0 auto;background:var(--card);position:relative;overflow:hidden;box-shadow:0 26px 70px rgba(0,0,0,.10);}@media (min-width:520px){body{padding:24px 0;}.app{min-height:calc(100svh - 48px);border-radius:34px;}}.screen{display:none;min-height:100svh;background:var(--card);}.screen.active{display:block;}@media (min-width:520px){.screen{min-height:calc(100svh - 48px);}}.page{min-height:100svh;padding:calc(env(safe-area-inset-top) + 18px) 22px calc(env(safe-area-inset-bottom) + 110px);background:var(--card);}@media (min-width:520px){.page{min-height:calc(100svh - 48px);}}.header-standard{display:grid;grid-template-columns:48px 1fr 48px;align-items:center;min-height:48px;gap:12px;}.header-incident{display:grid;grid-template-columns:minmax(120px,1fr) auto minmax(28px,1fr);align-items:center;min-height:42px;gap:8px;}.header-title{margin:0;text-align:center;font-size:20px;line-height:1.2;letter-spacing:-.03em;font-weight:800;}.header-link{justify-self:start;color:var(--red);font-size:14px;font-weight:600;white-space:nowrap;}.header-close{justify-self:end;color:var(--red);font-size:28px;line-height:1;width:28px;height:28px;display:grid;place-items:center;}.back-circle{width:46px;height:46px;border-radius:50%;border:1px solid rgba(0,0,0,.05);background:#fff;box-shadow:var(--shadow);display:grid;place-items:center;color:#111;}.back-plain{color:var(--red);width:24px;height:24px;display:grid;place-items:center;}.icon{width:24px;height:24px;display:inline-block;vertical-align:middle;stroke:currentColor;fill:none;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round;}.section{margin-top:28px;}.section-title{margin:0 0 14px;font-size:19px;line-height:1.2;font-weight:800;letter-spacing:-.03em;}.hint{margin:10px 0 0;color:var(--muted);font-size:13px;line-height:1.35;}.card{background:#fff;border:1px solid var(--line);border-radius:20px;overflow:hidden;}.chip-row{display:flex;flex-wrap:wrap;gap:12px;}.chip{height:60px;min-width:74px;padding:0 18px;border-radius:16px;border:1.5px solid #dedad4;background:#fff;color:#252525;font-size:17px;line-height:1;font-weight:700;display:inline-flex;align-items:center;justify-content:center;}.chip.selected{background:var(--red);border-color:var(--red);color:#fff;box-shadow:0 12px 24px rgba(239,29,36,.14);}.chip.wide{min-width:132px;}.chip.consequence{height:54px;min-width:auto;padding:0 24px;font-size:16px;font-weight:500;color:#4a4946;}.chip.consequence.selected{color:#fff;font-weight:600;}.custom-btn{width:100%;height:56px;margin-top:14px;border-radius:16px;border:1.5px solid #dedad4;background:#fff;display:inline-flex;align-items:center;justify-content:center;gap:12px;color:#171717;font-size:17px;font-weight:500;}.custom-btn .icon{width:18px;height:18px;}.incident-types{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;}.type-card{min-height:110px;border-radius:18px;border:1.5px solid #dfdbd5;background:#fff;padding:14px 8px 12px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;text-align:center;color:#2c2c2a;font-size:13px;line-height:1.18;font-weight:500;letter-spacing:-.01em;}.type-card.selected{border-color:var(--red);color:var(--red);box-shadow:inset 0 0 0 1px rgba(239,29,36,.03);}.type-card .icon{width:30px;height:30px;}.sticky-actions{position:fixed;left:50%;transform:translateX(-50%);bottom:0;width:min(var(--screen-width),100vw);display:grid;grid-template-columns:1fr 1fr;gap:14px;padding:14px 22px calc(env(safe-area-inset-bottom) + 16px);background:rgba(255,255,255,.98);backdrop-filter:blur(12px);border-top:1px solid var(--line);z-index:30;}.btn{min-height:58px;border-radius:18px;display:inline-flex;align-items:center;justify-content:center;font-size:18px;font-weight:700;letter-spacing:-.02em;}.btn.primary{background:var(--red);color:#fff;box-shadow:var(--shadow-strong);}.btn.secondary{background:#fff;color:var(--red);border:2px solid var(--red);}.map-screen{min-height:100svh;position:relative;background:#f6f4f1;overflow:hidden;}@media (min-width:520px){.map-screen{min-height:calc(100svh - 48px);}}.map-bg{position:absolute;inset:0;width:100%;height:100%;display:block;}.map-top{position:absolute;top:calc(env(safe-area-inset-top) + 18px);left:20px;right:20px;display:flex;align-items:center;justify-content:space-between;z-index:8;}.round-btn{width:56px;height:56px;border-radius:50%;background:rgba(255,255,255,.96);box-shadow:0 14px 32px rgba(0,0,0,.10);display:grid;place-items:center;color:#1f1f1f;}.round-btn .icon{width:26px;height:26px;}.live-pill{height:48px;padding:0 18px;border-radius:999px;background:rgba(255,255,255,.95);box-shadow:var(--shadow);display:inline-flex;align-items:center;gap:10px;color:#2a2a2a;font-size:16px;font-weight:500;}.live-dot{width:12px;height:12px;border-radius:50%;background:#35c759;box-shadow:0 0 0 6px rgba(53,199,89,.12);}.map-label{position:absolute;color:#8c8a84;font-size:14px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;z-index:2;line-height:1.2;text-align:center;}.map-label.city{font-size:28px;letter-spacing:-.04em;text-transform:none;color:#161616;font-weight:800;}.user-dot{position:absolute;width:24px;height:24px;border-radius:50%;background:#1b86ff;border:4px solid white;box-shadow:0 0 0 18px rgba(27,134,255,.14);z-index:4;}.vehicle-marker{position:absolute;display:grid;justify-items:center;gap:5px;z-index:9;border:0;background:none;}.route-badge{min-width:44px;height:44px;border-radius:11px;padding:0 10px;display:inline-flex;align-items:center;justify-content:center;color:#fff;font-size:19px;font-weight:800;box-shadow:0 10px 22px rgba(0,0,0,.14);}.route-badge.red{background:var(--red);}.route-badge.blue{background:#2d8cff;}.route-badge.green{background:#28b248;}.mode-disc{width:22px;height:22px;border-radius:50%;background:rgba(255,255,255,.97);box-shadow:0 8px 18px rgba(0,0,0,.10);display:grid;place-items:center;color:#171717;}.mode-disc .icon{width:14px;height:14px;stroke-width:1.8;}.map-bottom{position:absolute;left:20px;right:20px;bottom:calc(env(safe-area-inset-bottom) + 22px);display:grid;grid-template-columns:56px 1fr 56px;align-items:center;gap:14px;z-index:10;}.incident-btn{height:62px;border-radius:999px;background:var(--red);color:#fff;font-size:21px;font-weight:700;letter-spacing:-.02em;box-shadow:0 18px 36px rgba(239,29,36,.22);}.history-count{position:absolute;top:-4px;right:-3px;min-width:22px;height:22px;padding:0 6px;border-radius:999px;background:var(--red);color:#fff;font-size:12px;font-weight:800;display:inline-flex;align-items:center;justify-content:center;border:2px solid #fff;}.summary-grid{display:grid;grid-template-columns:1fr 1px 1fr;align-items:center;}.summary-divider{width:1px;align-self:stretch;background:var(--line);margin:18px 0;}.summary-cell{padding:18px 18px 16px;display:flex;align-items:center;gap:14px;}.summary-icon{width:52px;height:52px;border-radius:14px;border:1px solid var(--line);background:#f8f7f5;display:grid;place-items:center;color:#1a1a1a;flex:0 0 auto;}.summary-icon.red{background:var(--red);border-color:var(--red);color:#fff;}.summary-icon .icon{width:24px;height:24px;}.summary-label{color:var(--muted);font-size:15px;margin-bottom:4px;}.summary-value{font-size:20px;font-weight:800;letter-spacing:-.03em;}.summary-value.red{color:var(--red);}.when-top{display:grid;grid-template-columns:1fr 1px 1fr auto;gap:0;align-items:center;padding:16px 18px;}.when-meta{display:inline-flex;align-items:center;gap:10px;font-size:16px;font-weight:500;}.when-meta .icon{width:22px;height:22px;}.when-div{width:1px;height:24px;justify-self:center;background:var(--line);}.edit-btn{width:24px;height:24px;display:grid;place-items:center;color:#161616;}.mini-map{height:176px;margin:0 14px;border-radius:18px;border:1px solid #efebe6;overflow:hidden;position:relative;background:#f6f4f1;}.mini-map svg{width:100%;height:100%;display:block;}.adjust-row{width:100%;min-height:58px;border-top:1px solid var(--line);display:inline-flex;align-items:center;justify-content:center;gap:10px;color:var(--red);font-size:17px;font-weight:500;background:#fff;}.adjust-row .icon{width:20px;height:20px;color:#141414;}.list-card{overflow:hidden;}.list-row{min-height:74px;display:flex;align-items:center;gap:14px;padding:0 18px;border-bottom:1px solid var(--line);}.list-row:last-child{border-bottom:0;}.list-icon{width:40px;height:40px;border-radius:12px;border:1px solid var(--line);background:#faf9f7;display:grid;place-items:center;color:var(--red);flex:0 0 auto;}.list-icon .icon{width:22px;height:22px;}.list-title{font-size:17px;font-weight:500;}.list-meta{margin-left:auto;color:#8b8984;font-size:14px;}.chev{margin-left:14px;font-size:28px;color:#161616;line-height:1;}.helper-note{display:flex;gap:10px;align-items:flex-start;color:#7f7d78;font-size:14px;line-height:1.4;margin-top:14px;}.helper-note .icon{width:20px;height:20px;flex:0 0 auto;}.report-summary{padding:12px 16px;}.report-item{min-height:44px;display:grid;grid-template-columns:24px 1fr auto;align-items:center;gap:12px;}.report-item .icon{width:20px;height:20px;color:var(--red);}.report-label{font-size:17px;font-weight:500;}.report-value{font-size:17px;font-weight:500;text-align:right;}.report-route{min-width:42px;height:34px;border-radius:10px;background:var(--red);color:#fff;display:inline-flex;align-items:center;justify-content:center;padding:0 10px;font-size:22px;font-weight:800;line-height:1;}.report-header-row{margin:24px 0 10px;display:flex;justify-content:space-between;align-items:center;gap:12px;}.report-header-row b{font-size:17px;font-weight:700;}.char-count{color:var(--muted);font-size:15px;}.report-box{width:100%;min-height:236px;border-radius:18px;border:1px solid var(--line);padding:18px;font-size:17px;line-height:1.42;resize:vertical;outline:none;background:#fff;}.report-tools{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:16px;}.tool-btn{min-height:86px;border-radius:18px;border:1px solid var(--line);background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;font-size:16px;font-weight:500;}.tool-btn .icon{width:22px;height:22px;}.privacy{margin-top:16px;min-height:46px;border-radius:12px;background:#f7f6f4;display:flex;align-items:center;gap:10px;color:#8a8882;font-size:14px;line-height:1.3;padding:0 14px;}.privacy .icon{width:18px;height:18px;}.share-story{margin-top:20px;border-radius:22px;border:1px solid #e8e3dc;background:linear-gradient(180deg,#f7f3ee 0%,#faf8f5 100%);min-height:748px;position:relative;overflow:hidden;box-shadow:0 12px 32px rgba(0,0,0,.08);}.story-text{position:absolute;top:54px;left:44px;width:54%;z-index:3;}.story-title{margin:0;font-size:66px;line-height:.97;letter-spacing:-.055em;font-weight:900;color:#111;}.story-title .accent{color:var(--red);}.story-rule{width:54px;height:4px;border-radius:999px;background:var(--red);margin:28px 0 28px;}.story-copy{margin:0;color:#1b1b1b;font-size:22px;line-height:1.42;}.story-copy .strong{color:var(--red);font-weight:700;}.story-map-layer{position:absolute;inset:0;z-index:1;}.story-hero{position:absolute;right:86px;top:360px;z-index:4;display:grid;justify-items:center;gap:10px;}.story-hero .route-badge{min-width:92px;height:74px;border-radius:18px;font-size:56px;padding:0 18px;box-shadow:0 18px 34px rgba(239,29,36,.24);}.bus-rings{position:relative;width:110px;height:90px;display:grid;place-items:center;}.ring,.ring::before,.ring::after{content:"";position:absolute;border-radius:50%;border:2px solid rgba(239,29,36,.18);}.ring{width:108px;height:72px;}.ring::before{inset:10px 16px;}.ring::after{inset:20px 32px;}.bus-rings .mode-disc{width:34px;height:34px;position:relative;z-index:2;box-shadow:0 8px 18px rgba(0,0,0,.08);}.story-brand{position:absolute;left:42px;bottom:34px;display:flex;align-items:center;gap:16px;z-index:4;}.brand-icon{width:56px;height:56px;border-radius:16px;background:var(--red);color:#fff;display:grid;place-items:center;box-shadow:0 12px 22px rgba(239,29,36,.18);}.brand-icon .icon{width:28px;height:28px;}.brand-copy b{display:block;font-size:22px;line-height:1.1;letter-spacing:-.02em;}.brand-copy span{display:block;margin-top:4px;color:#81807c;font-size:15px;line-height:1.2;}.share-actions{display:grid;gap:16px;margin-top:20px;}.ig-btn,.save-btn{width:100%;min-height:66px;border-radius:18px;display:inline-flex;align-items:center;justify-content:center;gap:14px;font-size:17px;font-weight:600;}.ig-btn{background:var(--red);color:#fff;box-shadow:var(--shadow-strong);}.save-btn{background:#fff;color:var(--red);border:1.5px solid var(--line);}.ig-icon{width:28px;height:28px;border-radius:8px;background:radial-gradient(circle at 30% 107%,#fdf497 0 5%,#fdf497 5%,#fd5949 45%,#d6249f 60%,#285AEB 90%);position:relative;flex:0 0 auto;}.ig-icon::before{content:"";position:absolute;inset:6px;border:2px solid white;border-radius:7px;}.ig-icon::after{content:"";position:absolute;width:7px;height:7px;border:2px solid white;border-radius:50%;left:50%;top:50%;transform:translate(-50%,-50%);}.status-pill{display:inline-flex;align-items:center;gap:8px;padding:10px 14px;border-radius:999px;background:#eef7ef;color:#16843b;font-size:14px;font-weight:700;}.status-pill::before{content:"";width:8px;height:8px;border-radius:50%;background:#21b151;}.fact-list{padding:6px 18px;}.fact-row{min-height:58px;display:grid;grid-template-columns:1fr auto;align-items:center;border-bottom:1px solid var(--line);gap:12px;}.fact-row:last-child{border-bottom:0;}.fact-label{color:var(--muted);font-size:15px;}.fact-value{font-size:16px;font-weight:600;text-align:right;}.stack{display:grid;gap:12px;margin-top:20px;}.stack .btn{width:100%;min-height:60px;}.history-card{width:100%;text-align:left;border-radius:18px;border:1px solid var(--line);background:#fff;padding:16px 18px;margin-bottom:12px;}.history-card b{display:block;font-size:17px;letter-spacing:-.02em;}.history-card span{display:block;margin-top:6px;color:var(--muted);font-size:14px;line-height:1.35;}.toast{position:fixed;left:50%;transform:translateX(-50%) translateY(18px);bottom:calc(env(safe-area-inset-bottom) + 92px);background:rgba(18,18,18,.94);color:#fff;border-radius:999px;padding:12px 16px;font-size:14px;font-weight:600;line-height:1.35;opacity:0;pointer-events:none;transition:.2s ease;z-index:100;max-width:calc(100vw - 42px);text-align:center;}.toast.show{opacity:1;transform:translateX(-50%) translateY(0);}#lineChoices{gap:10px;flex-wrap:nowrap;}#lineChoices .chip{min-width:56px;height:56px;padding:0 13px;flex:1 1 0;}#fleetChoices{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;}#fleetChoices .chip{min-width:0;width:100%;height:58px;padding:0 10px;}#screen-details .section{margin-top:20px;}#screen-details .summary-cell{padding:14px 16px 13px;}#screen-details .summary-icon{width:46px;height:46px;}#screen-details .summary-value{font-size:19px;}#screen-details .when-top{padding:13px 16px;}#screen-details .mini-map{height:138px;}#screen-details .adjust-row{min-height:52px;font-size:16px;}#consequenceChoices{gap:10px;}#screen-details .chip.consequence{height:46px;padding:0 14px;font-size:14px;}#screen-details .list-row{min-height:60px;padding:0 16px;gap:12px;}#screen-details .list-icon{width:36px;height:36px;}#screen-details .list-title{font-size:16px;}#screen-details .list-meta{font-size:13px;}#screen-details .chev{font-size:25px;margin-left:8px;}#screen-details .section-title{margin-bottom:11px;}#screen-report .page{padding-top:calc(env(safe-area-inset-top) + 14px);}#screen-report .section{margin-top:14px !important;}#screen-report .helper-note{margin-top:11px;font-size:13px;}#screen-report .report-summary{padding:10px 14px;}#screen-report .report-item{min-height:38px;gap:10px;}#screen-report .report-label{font-size:16px;}#screen-report .report-value{font-size:15px;max-width:210px;line-height:1.15;}#screen-report .report-item:last-child .report-value{font-size:13.5px;max-width:230px;white-space:nowrap;}#screen-report .report-route{min-width:40px;height:32px;font-size:20px;}#screen-report .report-header-row{margin:18px 0 8px;}#screen-report .report-box{min-height:205px;max-height:205px;font-size:15px;line-height:1.38;padding:15px;}#screen-report .report-tools{margin-top:12px;gap:12px;}#screen-report .tool-btn{min-height:70px;gap:6px;font-size:14px;}#screen-report .privacy{margin-top:10px;min-height:40px;font-size:12px;}#screen-share .page{padding-top:calc(env(safe-area-inset-top) + 14px);}#screen-share .share-story{min-height:648px;}#screen-share .story-text{top:48px;left:34px;width:72%;}#screen-share .story-title{font-size:48px;line-height:1.02;letter-spacing:-.045em;}#screen-share .story-rule{margin:24px 0 22px;width:48px;}#screen-share .story-copy{font-size:17px;line-height:1.42;}#screen-share .story-hero{right:64px;top:330px;}#screen-share .story-hero .route-badge{min-width:80px;height:64px;font-size:46px;}#screen-share .story-brand{left:32px;bottom:28px;}#screen-share .brand-icon{width:50px;height:50px;}#screen-share .brand-copy b{font-size:20px;}#screen-share .brand-copy span{font-size:14px;}#screen-share .share-actions{margin-top:16px;gap:12px;}#screen-share .ig-btn,#screen-share .save-btn{min-height:58px;}
#screen-incident .section-title{font-size:17px;font-weight:700}
#screen-details .section-title{font-size:18px;font-weight:700}
.list-row{width:100%;text-align:left}
.incident-btn{width:190px;justify-self:center}
.map-screen::after{content:"";position:absolute;inset:0;z-index:1;pointer-events:none;opacity:.26;background:repeating-linear-gradient(13deg,transparent 0 53px,rgba(218,215,209,.62) 54px 55px,transparent 56px 102px),repeating-linear-gradient(88deg,transparent 0 69px,rgba(226,222,216,.58) 70px 71px,transparent 72px 132px),repeating-linear-gradient(-27deg,transparent 0 76px,rgba(229,225,219,.50) 77px 78px,transparent 79px 145px)}
.map-bg{z-index:0}
.map-bg g[stroke="#d8d5cf"]{stroke-width:2.1;opacity:.72}
.map-bg g[stroke="#ece8e2"]{stroke-width:1.1;opacity:.9}
#screen-share .share-story{min-height:680px}
#screen-share .story-hero{top:390px;right:62px}
#screen-share .share-story::after{content:"";position:absolute;left:0;right:0;bottom:0;height:115px;background:linear-gradient(0deg,rgba(248,245,240,.98) 0%,rgba(248,245,240,.82) 62%,rgba(248,245,240,0) 100%);z-index:2;pointer-events:none}
#screen-share .story-brand{z-index:4}

#screen-report .report-item{grid-template-columns:24px 102px minmax(0,1fr)}
#screen-report .report-label{font-size:15px}
#screen-report .report-item:last-child .report-value{font-size:13px;max-width:none;white-space:nowrap}
#screen-share .story-title{font-size:44px}
#screen-share .story-copy{font-size:16px}

#screen-incident .incident-types{gap:12px}
#screen-incident .type-card{min-height:100px;padding:12px 10px 10px;gap:9px;border-radius:17px;font-size:12px;line-height:1.16;font-weight:500;letter-spacing:-.01em}
#screen-incident .type-card .icon{width:28px;height:28px}
#screen-incident .type-card>span{display:block;width:100%;max-width:100%}


/* Incident type chooser: readable 2x2 layout. */
#screen-incident .incident-types {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
#screen-incident .type-card {
  min-height: 78px;
  padding: 12px 14px;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  border-radius: 16px;
  text-align: left;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: -0.01em;
}
#screen-incident .type-card .icon {
  width: 26px;
  height: 26px;
  flex: 0 0 auto;
}
#screen-incident .type-card > span {
  display: block;
  width: auto;
  min-width: 0;
  max-width: none;
  text-align: left;
  text-wrap: balance;
}
@media (max-width: 360px) {
  #screen-incident .type-card {
    min-height: 74px;
    padding-inline: 12px;
    gap: 10px;
    font-size: 13px;
  }
}


/* Compact 2x2 incident chooser; keep complete quick form within one phone viewport. */
#screen-incident .page {
  padding-top: calc(env(safe-area-inset-top) + 14px);
  padding-bottom: calc(env(safe-area-inset-bottom) + 96px);
}
#screen-incident .header-incident {
  min-height: 38px;
}
#screen-incident .section {
  margin-top: 22px;
}
#screen-incident .section-title {
  margin-bottom: 9px;
}
#screen-incident .hint {
  margin-top: 6px;
  font-size: 12px;
}
#screen-incident #lineChoices .chip {
  height: 52px;
}
#screen-incident #fleetChoices .chip {
  height: 52px;
}
#screen-incident .custom-btn {
  height: 48px;
  margin-top: 10px;
}
#screen-incident .incident-types {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}
#screen-incident .type-card {
  min-height: 60px;
  padding: 8px 12px;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  border-radius: 16px;
  text-align: left;
  font-size: 13px;
  line-height: 1.14;
  font-weight: 500;
  letter-spacing: -0.01em;
}
#screen-incident .type-card .icon {
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
}
#screen-incident .type-card > span {
  display: block;
  min-width: 0;
  text-align: left;
  text-wrap: balance;
}
#screen-incident .sticky-actions {
  padding-top: 10px;
  padding-bottom: calc(env(safe-area-inset-bottom) + 10px);
}
#screen-incident .sticky-actions .btn {
  min-height: 52px;
}
@media (max-height: 760px) {
  #screen-incident .section { margin-top: 18px; }
  #screen-incident .type-card { min-height: 56px; }
  #screen-incident #lineChoices .chip,
  #screen-incident #fleetChoices .chip { height: 48px; }
  #screen-incident .custom-btn { height: 44px; }
}
