@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap";:root{font-family:DM Sans,sans-serif;color:#233d33;background:#f8f8f2;font-synthesis:none;--green: #234b38;--muted: #7a857b;--line: #e4e7df}*{box-sizing:border-box}body{margin:0}button,input,select{font:inherit}button,a,input,select{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,[tabindex]:focus-visible{outline:3px solid #df9f45;outline-offset:3px}header{height:88px;display:flex;align-items:center;justify-content:space-between;padding:0 34px;background:#fff;border-bottom:1px solid var(--line)}.brand{display:flex;gap:12px;align-items:center;color:var(--green);text-decoration:none;font-weight:800;font-size:20px;letter-spacing:1.2px}.brand svg{width:35px;height:40px}.brand small{display:block;font-size:9px;font-weight:600;letter-spacing:2px;margin-top:5px}.header-note{font-size:12px;color:#7b857c;display:flex;align-items:center;gap:9px}.live-dot{width:6px;height:6px;background:#87a368;border-radius:50%}.text-button{border:0;background:none;color:#68766a;font-size:11px;padding:6px 0}.text-button span{margin-left:8px}main{display:grid;grid-template-columns:350px 1fr;height:calc(100dvh - 88px);min-height:500px}.sidebar{background:#fcfcf8;display:flex;flex-direction:column;overflow:hidden;border-right:1px solid var(--line);z-index:2}.intro{padding:28px 28px 20px}.eyebrow{font-size:9px;letter-spacing:2px;font-weight:700;color:#839073}.intro h1{font-family:Manrope,sans-serif;font-size:35px;letter-spacing:-1.7px;line-height:1.15;font-weight:600;margin:14px 0 12px}.intro p{font-size:12px;line-height:1.7;color:#7a847b;margin:0}.filters{padding:0 28px 20px;border-bottom:1px solid var(--line)}.search{display:flex;align-items:center;border:1px solid #e0e4da;border-radius:8px;background:#fff;padding:8px 12px;gap:8px}.search span{font-size:24px;line-height:1;color:#899382}.search input{width:100%;border:0;outline:0;font-size:11px;background:none;color:var(--green)}.filter-label{display:flex;justify-content:space-between;align-items:center;margin:15px 0 7px;font-size:9px;font-weight:700;letter-spacing:1.3px}.filter-label .text-button{font-size:10px;letter-spacing:0;padding:0}select{width:100%;padding:10px 12px;border:1px solid #e0e4da;border-radius:7px;color:#2c4637;background:#fff;font-size:12px}.berry-filter{position:relative;display:flex;align-items:center;gap:10px;background:#eef1e7;border-radius:8px;padding:13px 10px;margin-top:16px;cursor:pointer}.berry-filter input{position:absolute;opacity:0;width:100%;height:100%;left:0;top:0;cursor:pointer;margin:0}.berry-filter:has(input:focus-visible){outline:3px solid #df9f45}.berry-icon{font-size:22px}.berry-filter strong{font-size:11px;font-weight:600;display:block}.berry-filter small{font-size:9px;color:#7c8578;display:block;margin-top:4px}.switch{width:30px;height:18px;background:#ced6c6;border-radius:20px;margin-left:auto;flex-shrink:0;position:relative}.switch:before{content:"";position:absolute;width:12px;height:12px;background:#fff;top:3px;left:3px;border-radius:50%;transition:.2s}.berry-filter:has(input:checked) .switch{background:var(--green)}.berry-filter:has(input:checked) .switch:before{transform:translate(12px)}.results-heading{padding:18px 28px 12px;display:flex;align-items:center;justify-content:space-between}.results-heading h2{font-size:11px;margin:0;font-weight:600}.results-heading h2 span{background:#e9eedf;border-radius:5px;padding:3px 6px;font-size:10px;margin-left:4px}.results-heading>span{font-size:9px;color:var(--muted)}#results{flex:1;overflow:auto;padding:0 16px 12px}.result{display:flex;gap:12px;align-items:center;text-align:left;width:100%;padding:13px 12px;border:0;border-bottom:1px solid #eaece5;background:none;color:inherit}.result:hover{background:#edf1e5;border-radius:8px}.rock{display:grid;place-items:center;width:37px;height:36px;background:#e8eddf;border-radius:12px 15px 11px;color:#486144;font-size:12px;font-weight:700;flex-shrink:0}.result-body{min-width:0;flex:1}.sector{display:block;font-size:8px;letter-spacing:1px;color:#87947d;text-transform:uppercase;margin-bottom:4px}.result strong{display:block;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;font-size:12px;font-weight:600}.result small{font-size:9px;color:#87917e;display:block;margin-top:5px}.result-arrow{font-size:13px}.sidebar-foot{padding:14px 24px;font-size:8px;color:#9aa18f;border-top:1px solid var(--line)}.sidebar-foot span{float:right}.map-panel{position:relative;overflow:hidden;background:#e6e4d6}.map-top{position:absolute;top:22px;left:24px;right:24px;z-index:1;display:flex;align-items:center;justify-content:space-between;pointer-events:none}.map-badge{display:flex;align-items:center;background:#ffffffed;padding:10px 14px;border:1px solid #ffffff;border-radius:8px;box-shadow:0 3px 18px #4c573113;gap:8px;font-size:9px;font-weight:700;letter-spacing:.8px}.map-badge svg{height:19px;width:17px}.map-badge span{font-weight:400;letter-spacing:0;color:#869080;font-size:10px}.map-tip{font-size:10px;color:#66715e;background:#f8f9f0c9;padding:9px 12px;border-radius:7px}#viewport{position:absolute;top:0;right:0;bottom:0;left:0;touch-action:none;cursor:grab;overflow:hidden}#viewport:active{cursor:grabbing}#map-world{position:absolute;width:2016px;height:1237px;transform-origin:0 0;will-change:transform;-webkit-user-select:none;user-select:none}#map-image{width:100%;height:100%;object-fit:fill;display:block}#markers{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;overflow:visible}.marker{cursor:pointer}.marker circle{fill:#355a39;stroke:#f7f6d9;stroke-width:2}.marker text{font:700 12px DM Sans,sans-serif;fill:#fff;dominant-baseline:middle;text-anchor:middle;pointer-events:none}.marker:hover circle,.marker.selected circle{fill:#c3753e;stroke-width:3}.marker .berry-dot{fill:#d7564b;stroke:#fff;stroke-width:2}.map-controls{position:absolute;bottom:75px;right:24px;display:flex;flex-direction:column;border:1px solid #d8ded0;border-radius:9px;box-shadow:0 3px 15px #0001;overflow:hidden}.map-controls button{width:40px;height:40px;background:#fff;border:0;border-bottom:1px solid var(--line);font-size:23px;color:#3b533d}.map-controls button:last-child{border:0;font-size:26px}.map-controls button:hover{background:#eef2e5}.map-bottom{position:absolute;bottom:20px;left:24px;right:24px;background:#fcfdf6ec;border-radius:7px;padding:8px 12px;font-size:9px;color:#6b775f;display:flex;justify-content:space-between;align-items:center}.map-bottom i{display:inline-block;width:7px;height:7px;border-radius:50%;background:#355a39;margin-right:5px}.legend-berry{margin-left:14px}.map-bottom button{font-size:9px}#detail{position:absolute;right:78px;bottom:75px;width:330px;max-height:65%;overflow:auto;background:#fffef9;padding:25px;border:1px solid #e6e8dc;border-radius:13px;box-shadow:0 15px 70px #17271935;z-index:4}#detail h2{font-family:Manrope,sans-serif;font-size:23px;letter-spacing:-.6px;margin:8px 0}.detail-sub{font-size:10px;color:#88907e;margin-bottom:20px}.close{position:absolute;right:12px;top:10px;border:0;background:none;font-size:25px;color:#8a927d;width:32px;height:32px}.problem{display:flex;align-items:flex-start;gap:9px;padding:12px 0;border-top:1px solid var(--line)}.route-letter{font-size:11px;background:#edf0e4;padding:3px 5px;border-radius:3px}.problem>div{flex:1}.problem strong{font-size:12px}.problem small{display:block;font-size:9px;color:#8a937e;margin-top:5px}.problem .review{color:#9a7540}.grade{font-size:12px;font-weight:700;white-space:nowrap}.empty{padding:30px 15px;text-align:center;color:#7a8772}.empty>span{font-size:35px}.empty h3{font-size:15px;color:var(--green)}.empty p{font-size:12px;line-height:1.7}.empty button{background:var(--green);color:#fff;border:0;border-radius:6px;padding:10px 16px;font-size:12px}.loading{padding:30px;color:var(--muted);font-size:12px}dialog{max-width:500px;padding:35px;border:1px solid #d9e2ce;border-radius:15px;background:#fffef8;color:var(--green)}dialog::backdrop{background:#14291fb3;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}dialog h2{font-family:Manrope,sans-serif;font-size:25px}dialog p{font-size:13px;line-height:1.8}dialog .muted{font-size:11px;color:#89917d}#mobile-toggle{display:none}@media(min-width:1450px){main{grid-template-columns:385px 1fr}.intro{padding-top:36px}.intro h1{font-size:40px}.filters{padding-bottom:26px}}@media(max-width:1050px){.header-note,.map-tip{display:none}main{grid-template-columns:310px 1fr}.intro,.filters{padding-left:22px;padding-right:22px}.intro h1{font-size:32px}.results-heading{padding-left:22px;padding-right:22px}}@media(max-width:759px){header{height:69px;padding:0 18px}.brand{font-size:17px}.brand svg{height:30px;width:27px}.brand small{font-size:7px}.text-button{font-size:10px}main{display:block;height:calc(100dvh - 69px);min-height:0}.sidebar{position:absolute;top:69px;bottom:0;width:100%;display:none;border:0;padding-bottom:60px}.intro{padding:20px 22px 14px}.intro h1{font-size:28px;margin:8px 0}.intro h1 br,.intro p{display:none}.filters{padding-bottom:15px;display:grid;grid-template-columns:1fr 1fr;gap:8px 12px}.search{grid-column:1/-1}.filter-label{margin:2px 0;grid-row:2}.filter-label[for=sector]{grid-column:2;grid-row:2}#grade{grid-row:3;grid-column:1}#sector{grid-row:3;grid-column:2}.berry-filter{grid-column:1/-1;margin:3px 0 0}.map-panel{height:100%;width:100%}.map-top{top:15px;left:14px;right:14px}.map-badge{font-size:9px}.map-bottom{bottom:80px;left:12px;right:12px;font-size:8px}.legend-berry{margin-left:8px}.map-controls{right:14px;bottom:126px}#mobile-toggle{display:block;position:fixed;bottom:22px;left:50%;transform:translate(-50%);background:var(--green);border:1px solid #abc29a;color:#fff;border-radius:30px;padding:13px 25px;z-index:8;font-weight:600;font-size:12px;box-shadow:0 5px 20px #213a3b33;white-space:nowrap}.show-list .sidebar{display:flex;z-index:5}.show-list .map-panel{visibility:hidden}.show-list #mobile-toggle{visibility:visible}#detail{left:12px;right:12px;bottom:120px;width:auto;max-height:55%;padding:22px}.sidebar-foot{display:none}dialog{margin:auto 16px;padding:28px}.results-heading{padding-top:12px}}.source-entry{font-size:9px;color:#7c876c;margin-top:9px}.source-entry summary{cursor:pointer}.source-entry img{display:block;width:100%;margin-top:8px;border-radius:4px}.problem:has(details[open]){flex-wrap:wrap}.problem:has(details[open])>div{min-width:80%}.problem:has(details[open]) .source-entry img{width:100%;min-width:220px}
