:root{
  --forest:#123c2c;--forest2:#1d513c;--forest3:#2d644d;--gold:#d7a352;--rust:#a75331;
  --paper:#fffdf8;--cream:#f7f2e8;--sand:#eee4d2;--ink:#173226;--muted:#657069;--line:#ded5c6;
  --green:#dfeee3;--red:#f8e4df;--amber:#f8edcf;--shadow:0 14px 40px rgba(35,47,40,.10);
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#e8dfcf;color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}button,input,select,textarea{font:inherit;color:inherit}button{cursor:pointer}a{color:inherit}.hidden{display:none!important}
#app{min-height:100vh}.boot{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;background:var(--cream)}.brandmark{width:58px;height:58px;border-radius:15px;background:#fffaf2;border:1px solid rgba(23,50,38,.10);display:grid;place-items:center;padding:5px;overflow:hidden}.brandmark img{width:100%;height:100%;object-fit:contain;display:block}.boot strong{font:700 28px Georgia,serif}.boot span{color:var(--muted)}
.shell{max-width:1180px;margin:0 auto;background:var(--paper);min-height:100vh;box-shadow:var(--shadow)}
.topbar{background:var(--forest);color:#fff;min-height:64px;padding:10px 18px;display:flex;align-items:center;justify-content:space-between;gap:14px;position:sticky;top:0;z-index:30}.brand{display:flex;align-items:center;gap:10px;min-width:0}.logo{width:42px;height:42px;border-radius:12px;display:grid;place-items:center;background:#fffaf2;border:1px solid rgba(255,255,255,.18);padding:4px;overflow:hidden;flex:0 0 auto}.logo img{width:100%;height:100%;object-fit:contain;display:block}.brandtext b{display:block;font:700 21px Georgia,serif;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.brandtext small{display:block;font-size:9px;text-transform:uppercase;letter-spacing:.08em;color:#cfe0d6}.topright{display:flex;gap:8px;align-items:center}.userpill{max-width:250px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;background:rgba(255,255,255,.10);border:1px solid rgba(255,255,255,.13);border-radius:999px;padding:7px 10px;font-size:11px;font-weight:800}.nav{display:flex;gap:5px;overflow:auto;background:#f7f0e4;border-bottom:1px solid var(--line);padding:9px 13px;position:sticky;top:64px;z-index:25}.nav button{border:0;background:transparent;border-radius:999px;padding:9px 13px;font-weight:850;white-space:nowrap}.nav button.active{background:var(--forest);color:#fff}
.page{padding:28px 24px 50px}.kicker{font-size:10px;font-weight:900;letter-spacing:.13em;text-transform:uppercase;color:var(--rust)}h1,h2,h3{font-family:Georgia,serif;color:var(--ink);margin:0}h1{font-size:38px;line-height:1.05;margin-top:5px}h2{font-size:28px;line-height:1.1}h3{font-size:21px}.lede{max-width:760px;color:var(--muted);line-height:1.65;margin:8px 0 0}.subtle{color:var(--muted)}.small{font-size:12px}.tiny{font-size:10px}.spacer{height:18px}
.grid{display:grid;gap:12px}.grid.two{grid-template-columns:repeat(2,1fr)}.grid.three{grid-template-columns:repeat(3,1fr)}.grid.four{grid-template-columns:repeat(4,1fr)}.card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:17px}.card.soft{background:var(--cream)}.metric{min-height:92px;display:flex;flex-direction:column;justify-content:center}.metric b{font-size:26px;color:var(--forest)}.metric span{font-size:11px;color:var(--muted);margin-top:4px}
.btn{border:0;border-radius:11px;padding:11px 14px;background:var(--gold);color:#2f291f;font-weight:900;display:inline-flex;align-items:center;justify-content:center;gap:6px;text-decoration:none}.btn:hover{filter:brightness(.98)}.btn.secondary{background:#f2ede3;border:1px solid var(--line);color:var(--forest)}.btn.dark{background:var(--forest);color:#fff}.btn.danger{background:#f7e2dc;color:#8e3d27;border:1px solid #edc9bd}.btn.small{padding:8px 10px;border-radius:9px;font-size:12px}.btn:disabled{opacity:.45;cursor:not-allowed}.btnrow{display:flex;gap:8px;flex-wrap:wrap;align-items:center}
.input,.select,.textarea{width:100%;border:1px solid var(--line);background:#fff;border-radius:11px;padding:11px 12px;outline:none}.input:focus,.select:focus,.textarea:focus{border-color:#a8b9ad;box-shadow:0 0 0 3px rgba(36,91,67,.08)}.textarea{min-height:92px;resize:vertical}.label{display:block;font-size:10px;text-transform:uppercase;letter-spacing:.07em;font-weight:900;color:#53655b;margin:0 0 5px}.field{margin-bottom:12px}.formgrid{display:grid;grid-template-columns:repeat(2,1fr);gap:11px}.formgrid .full{grid-column:1/-1}
.notice{border-radius:12px;padding:11px 13px;font-size:13px;margin:10px 0}.notice.green{background:var(--green);color:#245335}.notice.red{background:var(--red);color:#812e20}.notice.amber{background:var(--amber);color:#735012}.empty{border:1px dashed var(--line);border-radius:15px;padding:25px;text-align:center;color:var(--muted);background:#fffcf7}
.pill{display:inline-flex;align-items:center;gap:5px;padding:6px 8px;border-radius:999px;background:#f1ece2;font-size:10px;font-weight:850}.pill.green{background:#dfeee3;color:#225239}.pill.amber{background:#f8edcf;color:#6e4d10}.pill.red{background:#f6dfda;color:#893724}.dot{width:8px;height:8px;border-radius:50%;background:#3a8f55;display:inline-block}.dot.offline{background:#b35b3b}
.sectionhead{display:flex;align-items:flex-end;justify-content:space-between;gap:14px;margin:18px 0 12px}.triprow{display:flex;justify-content:space-between;align-items:center;gap:14px;padding:15px 0;border-top:1px solid #ece5d9}.triprow:first-child{border-top:0}.tripmain{min-width:0}.tripmain strong{font-size:16px}.meta{font-size:11px;color:var(--muted);margin-top:3px}.tripactions{display:flex;gap:7px;flex-wrap:wrap;justify-content:flex-end}
.loginwrap{min-height:100vh;display:grid;grid-template-columns:1.08fr .92fr;background:var(--paper)}.loginhero{padding:46px;min-height:100vh;color:white;display:flex;flex-direction:column;justify-content:space-between;background:radial-gradient(circle at 80% 30%,rgba(215,163,82,.35),transparent 22%),linear-gradient(145deg,#286149,#0d3627)}.loginhero .brandtext b{font-size:23px}.loginhero .brand-official{align-items:center}.brand-lockup{width:150px;max-width:36vw;background:#fffaf2;border:1px solid rgba(255,255,255,.24);border-radius:18px;padding:8px 10px;box-shadow:0 8px 24px rgba(0,0,0,.10);flex:0 0 auto}.brand-lockup img{width:100%;height:auto;display:block}.loginhero .brand-official .brandtext small{font-size:10px;color:#e6efe9}.loginhero h1{color:#fff;font-size:57px;max-width:680px;margin-top:20px}.loginhero p{max-width:620px;color:#e5f0e9;line-height:1.65}.buildbadge{padding:8px 10px;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.08);border-radius:999px;font-size:10px;font-weight:800}.loginpanel{display:grid;place-items:center;padding:30px}.authbox{width:min(430px,100%)}.seg{display:grid;grid-template-columns:1fr 1fr;background:#eee7db;border-radius:13px;padding:5px;margin:18px 0}.seg button{border:0;background:transparent;border-radius:9px;padding:10px;font-weight:900}.seg button.active{background:#fff;box-shadow:0 3px 10px rgba(0,0,0,.05)}
.onboard{max-width:840px;margin:0 auto;padding:64px 24px}.choicegrid{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:20px}.choice{border:1px solid var(--line);border-radius:18px;padding:18px;background:#fff}.choice:nth-child(2){background:#f7f2e8}.choice .bigemoji{font-size:27px}.choice h3{margin:7px 0 8px;font-family:inherit;font-size:17px}.choice p{color:var(--muted);font-size:13px;line-height:1.5}
.modal{position:fixed;inset:0;z-index:100;background:rgba(15,31,24,.62);display:none;align-items:center;justify-content:center;padding:18px;overflow:auto}.modal.open{display:flex}.modalbox{background:var(--paper);border-radius:20px;width:min(660px,100%);max-height:92vh;overflow:auto;box-shadow:0 28px 90px rgba(0,0,0,.24)}.modalhead{display:flex;justify-content:space-between;gap:12px;align-items:center;padding:18px 20px;border-bottom:1px solid var(--line);position:sticky;top:0;background:var(--paper);z-index:2}.modalbody{padding:20px}.modalclose{border:0;background:#ede8df;border-radius:50%;width:34px;height:34px;font-size:20px}.toast{position:fixed;right:18px;bottom:18px;z-index:120;background:var(--forest);color:#fff;border-radius:11px;padding:11px 14px;font-size:12px;opacity:0;transform:translateY(8px);transition:.18s;pointer-events:none}.toast.show{opacity:1;transform:none}
.syncbar{display:flex;justify-content:space-between;align-items:center;gap:10px;padding:10px 12px;background:#f0ece3;border:1px solid var(--line);border-radius:12px;margin-bottom:13px}.guidegrid{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(280px,.75fr);gap:14px}.guidepanel{border:1px solid var(--line);border-radius:18px;background:#fff;padding:16px}.speciessearch{position:sticky;top:124px;background:#fff;padding:3px 0 9px;z-index:3}.speciesgrid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;max-height:460px;overflow:auto;padding-right:3px;overscroll-behavior:contain}.speciescard{border:1px solid var(--line);border-radius:13px;background:#fff;text-align:left;padding:10px;min-height:78px;position:relative}.speciescard:hover{border-color:#a9b9ad}.speciescard.selected{background:#e8f1e9;border-color:#7fa087}.speciescard .emo{font-size:25px}.speciescard b{display:block;font-size:12px;margin-top:4px}.speciescard small{display:block;color:var(--muted);font-size:9px;margin-top:2px}.speciescard .check{position:absolute;right:8px;top:8px;color:#2d7046;font-weight:900}.selectedlist{display:grid;gap:8px}.selectedrow{padding:11px;border-radius:13px;background:#f8f4ec;border:1px solid var(--line)}.selectedtop{display:flex;justify-content:space-between;align-items:center;gap:8px}.selectedname{font-weight:900;font-size:13px}.selectedcontrols{display:grid;grid-template-columns:1fr auto auto;gap:6px;margin-top:8px}.countselect{border:1px solid var(--line);background:#fff;border-radius:9px;padding:8px;font-size:11px}.notepreview{font-size:11px;color:var(--muted);margin-top:7px;line-height:1.4}.star.active{background:#f8e7b9;color:#78530d}.timer{font-weight:900;color:var(--forest);font-variant-numeric:tabular-nums}.offlinehint{font-size:11px;color:#7e5920;background:#fff2cf;padding:9px;border-radius:10px;margin-top:8px}
.teamcard{display:flex;justify-content:space-between;gap:12px;align-items:center}.avatar{width:38px;height:38px;border-radius:50%;background:#e4d7bf;display:grid;place-items:center;font-weight:900}.person{display:flex;align-items:center;gap:10px;min-width:0}.persontext{min-width:0}.persontext b{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.persontext small{display:block;color:var(--muted);font-size:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
/* Guest book */
.book{max-width:1000px;margin:0 auto;background:var(--paper);min-height:100vh;box-shadow:var(--shadow)}.booktop{background:var(--forest);color:#fff;padding:12px 28px;display:flex;justify-content:space-between;align-items:center;gap:12px}.bookbrand{display:flex;align-items:center;gap:9px}.bookbrand img{width:38px;height:38px;border-radius:50%;object-fit:cover;background:white}.bookhero{min-height:485px;padding:40px 38px;color:#fff;display:flex;flex-direction:column;justify-content:space-between;position:relative;overflow:hidden;background:radial-gradient(circle at 80% 20%,rgba(215,163,82,.34),transparent 20%),linear-gradient(145deg,#1e5941,#0b3023)}.bookhero:after{content:"";position:absolute;width:360px;height:360px;border-radius:50%;right:-120px;bottom:-190px;border:1px solid rgba(255,255,255,.12)}.bookhero h1{color:#fff;font-size:56px;max-width:760px}.bookhero .sub{font-size:15px;color:#e0ede6;margin-top:12px}.bookstats{position:relative;z-index:2;display:grid;grid-template-columns:repeat(4,1fr);gap:9px}.bookstat{padding:14px;border-radius:14px;background:rgba(255,255,255,.11);border:1px solid rgba(255,255,255,.15)}.bookstat b{display:block;font-size:23px}.bookstat span{font-size:10px;color:#dfeae4}.booksection{padding:38px 32px}.booksection.alt{background:#faf6ee}.highlightgrid{display:grid;grid-template-columns:repeat(3,1fr);gap:11px;margin-top:17px}.highlightcard{border-radius:18px;min-height:175px;padding:18px;color:#fff;background:linear-gradient(145deg,#7c603c,#3c563f);display:flex;flex-direction:column;justify-content:space-between}.highlightcard .emo{font-size:37px}.highlightcard b{font:700 21px Georgia,serif}.drivebook{border:1px solid var(--line);border-radius:18px;padding:17px;margin-top:12px;background:#fff}.drivehead{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.guidequote{border-left:3px solid var(--gold);padding:7px 0 7px 13px;margin:13px 0;color:#4a5c52;line-height:1.55}.sightingbookgrid{display:grid;grid-template-columns:repeat(3,1fr);gap:9px}.sightingbook{border:1px solid var(--line);border-radius:14px;padding:12px;background:#fff}.sightingbook .emo{font-size:26px}.sightingbook b{display:block;margin-top:4px;font-size:13px}.sightingbook small{display:block;color:var(--muted);margin-top:3px}.wildgrid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-top:17px}.wildcard{border:1px solid var(--line);border-radius:18px;overflow:hidden;background:#fff}.wildvisual{height:130px;padding:18px;display:flex;align-items:flex-end;font-size:58px;background:radial-gradient(circle at 80% 20%,rgba(215,163,82,.28),transparent 24%),linear-gradient(145deg,#d8e0d0,#9caf95)}.wildbody{padding:14px}.wildbody h3{font-size:19px}.latin{font-style:italic;color:var(--muted);font-size:11px;margin-top:2px}.wildbody p{font-size:12px;line-height:1.55;color:#526158}.fact{padding:9px 10px;background:#f4eee1;border-radius:10px;font-size:11px;color:#405448;margin-top:9px}.bigfive{display:flex;flex-wrap:wrap;gap:7px;margin-top:14px}.bigfive .seen{background:#dcebdd;color:#205037}.closing{border-radius:22px;padding:27px;background:var(--forest);color:#fff}.closing h2{color:#fff;font-size:31px}.closing p{color:#dbe8e0;line-height:1.6}.sharetop{background:#fff;color:var(--forest)}
@media(max-width:900px){.grid.four{grid-template-columns:repeat(2,1fr)}.grid.three{grid-template-columns:repeat(2,1fr)}.guidegrid{grid-template-columns:1fr}.speciesgrid{grid-template-columns:repeat(2,1fr);max-height:420px}.highlightgrid,.sightingbookgrid{grid-template-columns:repeat(2,1fr)}.bookstats{grid-template-columns:repeat(2,1fr)}.loginhero h1{font-size:48px}.wildgrid{grid-template-columns:1fr}}
@media(max-width:700px){body{background:var(--paper)}.shell{box-shadow:none}.page{padding:22px 15px 40px}.topbar{padding:9px 12px}.nav{top:58px}.userpill{display:none}.loginwrap{grid-template-columns:1fr}.loginhero{min-height:300px;padding:25px}.loginhero h1{font-size:39px}.loginhero .buildbadge{display:none}.loginpanel{padding:25px 18px;align-items:start}.choicegrid,.grid.two,.formgrid{grid-template-columns:1fr}.choicegrid{gap:10px}.triprow,.teamcard{align-items:flex-start;flex-direction:column}.tripactions{justify-content:flex-start}.sectionhead{align-items:flex-start;flex-direction:column}.speciessearch{top:111px}.speciesgrid{grid-template-columns:repeat(2,minmax(0,1fr))}.book{box-shadow:none}.booktop{padding:10px 14px}.bookhero{padding:28px 18px;min-height:440px}.bookhero h1{font-size:43px}.booksection{padding:28px 17px}.highlightgrid,.sightingbookgrid{grid-template-columns:1fr}.bookstats{grid-template-columns:repeat(2,1fr)}h1{font-size:33px}}
@media(max-width:420px){.speciesgrid{grid-template-columns:1fr}.grid.four,.grid.three{grid-template-columns:1fr}.bookstats{grid-template-columns:1fr 1fr}}
/* v8 story + lodge insight additions */
.momentsection{background:linear-gradient(145deg,#f7ecd6,#fffaf0)}
.momenthero{display:grid;grid-template-columns:105px 1fr;gap:20px;align-items:center;margin-top:16px;border:1px solid #e6d4b5;background:#fff;border-radius:22px;padding:22px;box-shadow:0 10px 30px rgba(72,60,37,.07)}
.momentemoji{width:105px;height:105px;border-radius:24px;display:grid;place-items:center;font-size:57px;background:linear-gradient(145deg,#dce7d9,#f2dfb9)}
.momentcaption{font:italic 20px/1.55 Georgia,serif;color:#31483d;margin:12px 0 0;white-space:pre-line}
.guideletter{margin-top:16px;border-left:4px solid var(--gold);padding:18px 20px;background:#faf6ee;border-radius:0 16px 16px 0;font:italic 19px/1.7 Georgia,serif;color:#3c5045;white-space:pre-line}
.insightrow{margin-top:14px}.insightlabel{display:flex;justify-content:space-between;gap:12px;font-size:12px}.insightlabel b{color:var(--forest)}.insighttrack{height:8px;border-radius:999px;background:#eee8dd;overflow:hidden;margin-top:6px}.insighttrack span{display:block;height:100%;border-radius:999px;background:linear-gradient(90deg,var(--forest2),#83a98e)}.insighttrack.warm span{background:linear-gradient(90deg,var(--gold),#b96c42)}
.recentrow{display:flex;gap:10px;align-items:center;padding:10px 0;border-top:1px solid #eee7dc}.recentrow:first-of-type{border-top:0}.recentemo{width:37px;height:37px;border-radius:10px;background:#f2ecdf;display:grid;place-items:center;font-size:21px;flex:0 0 auto}
@media(max-width:700px){.momenthero{grid-template-columns:1fr}.momentemoji{width:82px;height:82px}.momentcaption,.guideletter{font-size:17px}}

/* v11 guide profile photo */
.guide-photo-editor{display:grid;grid-template-columns:150px 1fr;gap:18px;align-items:center}.guide-photo-preview{width:150px;height:150px;border-radius:24px;border:1px solid var(--line);background:linear-gradient(145deg,#e9e0d0,#f8f3e9);display:grid;place-items:center;overflow:hidden;font-size:54px}.guide-photo-preview img{width:100%;height:100%;object-fit:cover;display:block}.guide-photo-copy h2{margin-bottom:6px}.guide-book-intro{display:grid;grid-template-columns:170px 1fr;gap:24px;align-items:center;margin-top:12px}.guide-book-photo{width:170px;height:170px;border-radius:28px;object-fit:cover;border:6px solid #fff;box-shadow:0 12px 32px rgba(43,54,47,.14);background:#eee6d8}.guide-book-intro h2{margin-top:0}
@media(max-width:700px){.guide-photo-editor,.guide-book-intro{grid-template-columns:1fr}.guide-photo-preview{width:128px;height:128px}.guide-book-photo{width:140px;height:140px;border-radius:24px}}

@media(max-width:700px){.brand-lockup{width:118px;max-width:44vw}.brandmark{width:50px;height:50px}.logo{width:40px;height:40px}}

/* v13 lodge onboarding checklist */
.onboarding-card{border-color:#d8c8aa;background:linear-gradient(145deg,#fffdf8,#f8f1e4)}
.onboarding-card.ready{background:linear-gradient(145deg,#f3f8f2,#e7f1e8);border-color:#bfd5c2}
.setup-summary{display:flex;justify-content:space-between;align-items:flex-start;gap:16px}.setup-summary h2{font-size:25px;margin-top:4px}.setup-summary p{margin:6px 0 0;max-width:650px;line-height:1.55}
.setup-progress{height:9px;background:#e9e0d1;border-radius:999px;overflow:hidden;margin:16px 0}.setup-progress span{display:block;height:100%;border-radius:999px;background:linear-gradient(90deg,var(--forest2),var(--gold));transition:width .25s ease}
.setup-list{display:grid;gap:0}.setup-item{display:grid;grid-template-columns:34px minmax(0,1fr) auto;gap:11px;align-items:center;padding:12px 0;border-top:1px solid #e9e0d3}.setup-item:first-child{border-top:0}.setup-item.done{opacity:.78}.setup-check{width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:#f1e7d6;color:#75542a;font-size:12px;font-weight:900}.setup-item.done .setup-check{background:#dfeee3;color:#225239}.setup-copy b{display:block;font-size:13px}.setup-copy span{display:block;color:var(--muted);font-size:11px;line-height:1.45;margin-top:2px}
@media(max-width:700px){.setup-summary{flex-direction:column}.setup-item{grid-template-columns:34px minmax(0,1fr)}.setup-item>.btn,.setup-item>.pill{grid-column:2;justify-self:start}}


/* v14 pilot support */
.topbar .supportTop{background:rgba(255,255,255,.12);border-color:rgba(255,255,255,.25);color:#fff}
.support-page{max-width:820px}.support-card{display:grid;grid-template-columns:92px 1fr;gap:18px;align-items:center}.support-mark{width:92px;height:92px;border-radius:22px;background:#fffaf2;border:1px solid var(--line);padding:8px;display:grid;place-items:center}.support-mark img{width:100%;height:100%;object-fit:contain}.support-card h2{font-size:27px;margin-top:4px;overflow-wrap:anywhere}
@media(max-width:700px){.topright{gap:6px}.topbar .supportTop{padding:8px 9px}.support-card{grid-template-columns:1fr}.support-mark{width:72px;height:72px}.support-card h2{font-size:23px}}


/* v16 platform pilot health */
.pilot-health-metrics .metric b{font-size:30px}.pilot-attention{border-color:#e0c997;background:linear-gradient(145deg,#fffaf0,#f8f1e4)}.pilot-attention.healthy{border-color:#bfd5c2;background:linear-gradient(145deg,#f3f8f2,#e7f1e8)}
.sectionhead.compact{margin:0 0 8px}.pilot-alert-row{display:flex;justify-content:space-between;align-items:center;gap:14px;padding:11px 0;border-top:1px solid #eadfce}.pilot-alert-row:first-of-type{border-top:0}.pilot-alert-row b{font-size:13px}
.pilot-lodge-grid{align-items:start}.pilot-lodge{min-width:0}.pilot-lodge-head{display:flex;justify-content:space-between;gap:12px;align-items:flex-start}.pilot-lodge-head strong{font-size:18px}.pilot-progress-line{display:flex;justify-content:space-between;gap:12px;margin-top:14px;font-size:10px;text-transform:uppercase;letter-spacing:.07em;color:var(--muted);font-weight:900}.setup-progress.mini{height:7px;margin:7px 0 12px}.pilot-stats{gap:6px}.pilot-times{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:13px;padding-top:12px;border-top:1px solid #eee6da}.pilot-times span{font-size:10px;color:var(--muted);line-height:1.45}.pilot-times b{display:block;color:var(--ink);font-size:9px;text-transform:uppercase;letter-spacing:.06em;margin-bottom:2px}.pilot-reasons{display:flex;flex-wrap:wrap;gap:6px;margin-top:12px}.pilot-reasons span{font-size:10px;background:#fbf1d8;color:#72521c;border-radius:8px;padding:6px 8px}
@media(max-width:700px){.pilot-alert-row,.pilot-lodge-head{align-items:flex-start;flex-direction:column}.pilot-times{grid-template-columns:1fr}.pilot-health-metrics{grid-template-columns:repeat(2,1fr)!important}}
