@import url('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:#172f35;background:#f5f7f8;font-size:16px;--teal:#086c65;--muted:#64767a;--line:#e1e8e9}*{box-sizing:border-box}body{margin:0}button,input,select,textarea{font:inherit}button,a,select{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:disabled{opacity:.45;cursor:not-allowed}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid #e6aa44;outline-offset:3px}[hidden]{display:none!important}.header{height:100px;display:flex;align-items:center;justify-content:space-between;padding:0 4%;background:white;border-bottom:1px solid var(--line)}a.brand{text-decoration:none;color:inherit;display:flex;align-items:center;gap:12px;font-family:Manrope,sans-serif;font-size:25px;font-weight:800;letter-spacing:-1px}.brand-light{font-weight:500}.brand small{display:block;font-size:10px;letter-spacing:2px;margin-top:3px;color:var(--muted)}.brand-mark{display:grid;place-items:center;background:var(--teal);border-radius:14px;width:47px;height:47px;font-size:25px;letter-spacing:0}.header nav{display:flex;align-items:center;gap:36px}.nav-current{font-size:14px;font-weight:700;border-bottom:2px solid var(--teal);padding:38px 0;color:var(--teal)}.button{border-radius:8px;min-height:44px;padding:11px 18px;border:1px solid transparent;font-size:14px;font-weight:700;display:inline-flex;align-items:center;justify-content:center;gap:12px}.primary{background:var(--teal);color:white}.primary:hover{background:#06564f}.secondary{background:white;color:#30494e;border-color:#d8e1e2}.secondary:hover{background:#f0f5f5}.small{min-height:36px;padding:8px 12px;font-size:13px}main{max-width:1680px;margin:auto;padding:34px 4% 0}.heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:29px;gap:20px}.eyebrow{font-size:11px;font-weight:700;color:var(--teal);letter-spacing:2px;margin-bottom:10px}h1{font-family:Manrope,sans-serif;font-size:30px;letter-spacing:-1px;line-height:1.25;margin:0 0 9px;font-weight:800}.heading p{color:var(--muted);margin:0;font-size:14px}.live-status{display:flex;align-items:center;gap:9px;font-size:12px;color:var(--teal);background:#e5f2ec;border:1px solid #cde4d6;border-radius:30px;padding:9px 13px;white-space:nowrap}.live-status i{width:7px;height:7px;border-radius:100%;background:#149775;box-shadow:0 0 0 4px #d6ecdf}.live-status.offline{color:#9b511a;background:#fff2df;border-color:#f0d3ad}.live-status.offline i{background:#b86520;box-shadow:none}.workspace{display:grid;grid-template-columns:350px minmax(0,1fr);height:calc(100vh - 292px);min-height:510px;max-height:900px;border:1px solid #dce5e7;border-radius:14px;background:white;overflow:hidden;box-shadow:0 6px 25px #17383d06}.sidebar{display:flex;flex-direction:column;min-height:0;border-right:1px solid var(--line)}.animal-section{padding:23px;border-bottom:1px solid var(--line)}.section-label{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px;font-size:10px;font-weight:700;letter-spacing:1.5px}.text-button{padding:4px 0;background:none;border:0;color:var(--teal);font-size:13px;font-weight:700;letter-spacing:0}.danger{color:#b14038}select,input,textarea{width:100%;border:1px solid #cedbdd;background:#fff;border-radius:7px;padding:11px 12px;color:#203a40;min-height:44px}select{font-weight:600}.animal-detail{padding-top:19px}.animal-detail h2{font-family:Manrope,sans-serif;font-size:24px;margin:5px 0 7px;letter-spacing:-.6px}.animal-detail p{font-size:14px;line-height:1.6;margin:9px 0 0;color:var(--muted);white-space:pre-wrap;overflow-wrap:anywhere}.animal-meta{display:flex;align-items:center;gap:9px;font-size:12px;color:var(--muted)}.badge{display:inline-flex;background:#fff1dd;color:#986114;font-weight:700;padding:4px 8px;font-size:11px;border-radius:4px}.badge.reunited{background:#e1f3e8;color:#18754d}.animal-actions{display:flex;justify-content:space-between;margin-top:13px}.sightings-section{flex:1;min-height:0;display:flex;flex-direction:column}.sightings-heading{display:flex;justify-content:space-between;align-items:center;padding:19px 23px 10px}.sightings-heading h2{font-size:14px;margin:0}.sightings-heading h2 span{border-radius:5px;background:#eef3f4;font-size:11px;padding:3px 7px;margin-left:5px}.sightings-heading>span{font-size:11px;color:var(--muted)}.sightings{padding:0 13px 16px;overflow-y:auto;flex:1}.sighting{border-bottom:1px solid #edf1f2;padding:14px 10px}.sighting-focus{text-align:left;display:block;width:100%;border:0;padding:0;background:none;color:inherit}.sighting-focus:hover strong{color:var(--teal)}.sighting-top{display:flex;gap:10px;align-items:center}.sighting-number{flex-shrink:0;display:grid;place-items:center;width:26px;height:26px;background:#edf3f4;color:#5a7277;border-radius:50%;font-size:11px;font-weight:700}.sighting:first-child .sighting-number{background:var(--teal);color:white}.sighting strong{font-size:14px;display:block;overflow-wrap:anywhere}.sighting time{display:block;font-size:12px;color:var(--muted);margin:6px 0 0 36px}.sighting p{margin:9px 0 0 36px;font-size:13px;color:var(--muted);line-height:1.5;white-space:pre-wrap;overflow-wrap:anywhere}.sighting-actions{display:flex;gap:17px;margin:9px 0 0 36px}.sidebar-foot{padding:17px 20px;background:#fafcfc;color:#6c7f81;font-size:11px;border-top:1px solid var(--line)}.sidebar-foot span{color:var(--teal);font-size:17px;margin-right:5px}.map-section{position:relative;display:flex;flex-direction:column;min-width:0}.map-toolbar{padding:16px 20px;display:flex;align-items:center;justify-content:space-between;gap:15px;border-bottom:1px solid var(--line);min-height:65px}.map-toolbar>div{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.map-toolbar strong{font-size:13px}.map-toolbar span{font-size:11px;color:var(--muted)}.map-dot{width:7px;height:7px;background:var(--teal);border-radius:100%}#map{flex:1;min-height:320px;background:#e8eef0;z-index:1}.map-bottom{padding:13px 20px;display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:70px}.map-bottom>span{display:flex;align-items:center;gap:7px;font-size:11px;color:var(--muted)}.legend-dot{height:8px;width:8px;background:var(--teal);border-radius:100%}.legend-dot.older{background:#748f95;margin-left:8px}.map-pin{background:none;border:0}.map-pin span{display:grid;place-items:center;background:#648087;border:3px solid white;width:32px;height:32px;border-radius:50%;color:white;font-size:12px;font-weight:700;box-shadow:0 2px 8px #17383d45}.map-pin.latest span{background:var(--teal);box-shadow:0 0 0 7px #086c6522,0 2px 8px #17383d45}.leaflet-popup-content{font-family:'DM Sans',sans-serif;line-height:1.55}.leaflet-popup-content p{margin:7px 0;white-space:pre-wrap}.empty-copy{color:var(--muted);font-size:14px;line-height:1.65;padding:15px 10px}.empty-symbol{font-size:29px;color:var(--teal);margin:4px 0}.empty-title{font-weight:700;color:#28464c}footer{display:flex;justify-content:space-between;gap:15px;color:#718387;font-size:11px;padding:22px 0}.footer-divider{margin:0 10px;color:#c5d0d2}.notice{padding:13px 18px;background:#fff4dc;border:1px solid #eedbac;border-radius:8px;color:#70531f;font-size:14px;margin-bottom:18px}.notice button{margin-left:12px}dialog{border:1px solid #d8e3e4;padding:0;border-radius:16px;width:500px;max-width:calc(100% - 28px);max-height:90vh;box-shadow:0 20px 100px #122f3540}dialog::backdrop{background:#0c282b70;backdrop-filter:blur(3px)}#modalForm{padding:26px}.modal-heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:17px}.modal-heading h2{font-family:Manrope,sans-serif;letter-spacing:-.5px;font-size:23px;margin:0}.close-button{background:none;border:0;font-size:27px;color:var(--muted);width:36px;height:36px}.field{display:block;margin-top:15px;font-size:13px;font-weight:600}.field input,.field textarea,.field select{display:block;margin-top:7px;font-weight:400;font-size:15px}textarea{resize:vertical;min-height:85px}.form-help{font-size:13px;line-height:1.6;color:var(--muted)}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:13px}.modal-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:24px}.form-error{font-size:14px;line-height:1.5;color:#a73832;background:#fff0ed;padding:10px;border-radius:7px}.toast{position:fixed;bottom:26px;left:50%;transform:translateX(-50%);padding:14px 23px;color:white;background:#183b3b;border-radius:9px;z-index:2000;box-shadow:0 5px 20px #0002;font-size:14px}.map-pick-banner{position:absolute;top:80px;left:15px;right:15px;z-index:600;padding:13px;background:#fff;border:2px solid var(--teal);border-radius:8px;box-shadow:0 3px 20px #0002;font-size:14px;text-align:center}.map-pick-banner button{margin-left:12px}.map-unavailable{padding:30px;color:#475f63;line-height:1.6}
@media(min-width:1500px){.workspace{grid-template-columns:380px 1fr}}@media(max-width:1000px){.workspace{grid-template-columns:300px 1fr}.map-toolbar #mapSubtitle{display:none}.map-bottom{flex-wrap:wrap}.heading h1{font-size:27px}.header{height:85px}.nav-current{padding:31px 0}}@media(max-width:720px){.header{height:78px;padding:0 5%}.brand{font-size:21px!important}.brand-mark{width:40px;height:40px}.brand small{font-size:8px}.nav-current{display:none}.header nav{gap:10px}main{padding:25px 4% 0}.heading{align-items:flex-start;flex-direction:column;gap:15px;margin-bottom:20px}.heading h1{font-size:28px}.workspace{display:flex;flex-direction:column;height:auto;max-height:none}.sidebar{border-right:0;display:contents}.animal-section{order:0;padding:20px}.map-section{order:1;height:480px;border-bottom:1px solid var(--line)}.sightings-section{order:2;max-height:440px;min-height:150px}.sidebar-foot{order:3}.animal-detail{padding-top:12px}.animal-detail h2{font-size:22px}.map-bottom{padding:12px}.map-bottom>span{font-size:10px;gap:5px}.map-toolbar{padding:13px}.map-bottom .button{padding:10px;font-size:12px}footer{flex-direction:column;line-height:1.5}.form-row{gap:8px}#modalForm{padding:21px}}
