.dive-stat-grid,.dive-layout,.dive-log{max-width:1240px;margin:0 auto 18px}
.dive-stat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;padding:0 30px}
.dive-stat-grid article{display:grid;padding:22px;border-radius:16px;color:#fff;background:linear-gradient(135deg,#0a3d61,#1475dc)}
.dive-stat-grid strong{font-size:28px}.dive-stat-grid span{font-size:11px}
.dive-layout{display:grid;grid-template-columns:.75fr 1.25fr;gap:18px;padding:0 30px}
.dive-chart{display:flex;align-items:stretch;gap:8px;height:270px;padding:20px 4px 0;border-bottom:1px solid #b9ced7}
.dive-bar{display:grid;grid-template-rows:20px minmax(0,1fr) 34px;align-items:stretch;width:100%;height:100%;text-align:center}
.dive-bar>span{align-self:end;font-size:10px;font-weight:800}.dive-bar i{display:block;align-self:end;justify-self:center;width:70%;height:max(4px,var(--height));margin:0;border-radius:7px 7px 0 0;background:linear-gradient(#12aeb8,#1475dc);transform-origin:center bottom}
.dive-bar small{display:grid;place-items:start center;width:100%;padding-top:8px;font-size:9px;line-height:1;text-align:center;white-space:nowrap}
.dive-log{margin-top:18px}.danger-button{padding:7px 10px;border:0;border-radius:7px;color:#fff;background:#b4473f;cursor:pointer}
.depth-chart-section{margin-top:30px;padding-top:25px;border-top:1px solid #dbe6eb}.depth-chart .dive-bar i{background:linear-gradient(#20b7a6,#087c79)}
.next-dive-number{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px;padding:13px 15px;border-radius:10px;color:#0a3d61;background:#eaf3fd}.next-dive-number span{font-size:11px;font-weight:800}.next-dive-number strong{font-size:22px}.device-location-button{display:none;padding:9px 12px;border:1px solid #1475dc;border-radius:8px;color:#1475dc;background:#fff;cursor:pointer;font-weight:800}.device-location-button.visible{display:block}.device-location-button:disabled{opacity:.6}.location-help{margin-top:-10px;color:#637887}
.public-dive-stats{padding-top:55px;padding-bottom:70px}.public-dive-stats .dive-stat-grid{padding:0}.public-dive-stats .dive-chart{height:230px}
.dive-chart-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}.dive-chart-heading h2,.dive-chart-heading h3{margin:0 0 5px}.dive-chart-heading p{margin:0;color:#637887;font-size:11px}.dive-chart-heading label{display:grid;gap:5px;color:#637887;font-size:10px;font-weight:800}.dive-chart-heading select{min-width:110px;padding:8px 10px;border:1px solid #cadce4;border-radius:8px;background:#fff}
@media(max-width:800px){.dive-layout{grid-template-columns:1fr}.dive-stat-grid{grid-template-columns:1fr}.dive-chart{overflow-x:auto}.dive-bar{min-width:38px}}
