:root{--terracota:#e07a5f;--amarillo:#f2cc8f;--salvia:#81b29a;--azul:#3d405b;--crema:#f4f1de;--bosque:#214e45;--coral:var(--terracota);--marfil:var(--crema);--grafito:#2b2b2b;--paper:#fffaf0;--mint:#eaf3ee;--line:#214e4529;--shadow:0 18px 42px #214e451a;--font-logo:var(--font-nunito,"Nunito Sans"), ui-rounded, system-ui, sans-serif;--font-ui:var(--font-poppins,"Segoe UI"), ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;--font-title:var(--font-manrope,"Segoe UI"), var(--font-poppins,"Segoe UI"), ui-sans-serif, system-ui, sans-serif;--radius-card:14px;--radius-control:12px;--shadow-soft:0 12px 28px #214e4514;--shadow-lifted:0 18px 46px #214e451f}*{box-sizing:border-box}html{scroll-behavior:smooth;overflow-x:hidden}body{color:var(--grafito);background:linear-gradient(180deg, #fffaf0db, #f4f1deb8), radial-gradient(circle at 0% 16%, #81b29a2e, transparent 24%), radial-gradient(circle at 100% 2%, #f2cc8f38, transparent 28%), var(--marfil);font-family:var(--font-ui);margin:0;overflow-x:hidden}button,input,textarea,select{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{cursor:pointer}a{color:inherit;text-decoration:none}h1,h2,h3,p{margin-top:0}h1,h2,h3{color:var(--bosque);font-family:var(--font-title)}h1{max-width:11ch;font-family:var(--font-title);margin-bottom:14px;font-size:clamp(3rem,7vw,5.4rem);font-weight:800;line-height:.96}h2{margin-bottom:0;font-size:clamp(1.35rem,4vw,2rem);line-height:1.05}h3{margin-bottom:3px;font-size:1rem}p{color:#2b2b2bb8;line-height:1.45}.mobileApp{width:min(1320px,100%);max-width:100%;margin:0 auto;padding:14px 18px 98px;overflow-x:hidden}.mobileApp>*{min-width:0}.appHeader{z-index:20;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#fffaf0f0;border:1px solid #214e451a;border-radius:0 0 18px 18px;justify-content:space-between;align-items:center;gap:16px;min-width:0;min-height:74px;padding:10px 14px;display:flex;position:sticky;top:0}.brandWordmark{min-width:0;color:var(--azul);flex:none;align-items:center;line-height:1;display:inline-flex}.brandLogoImage{object-fit:contain;object-position:left center;width:clamp(132px,15vw,180px);height:80px;display:block}.betaVersionBadge{z-index:35;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);transform-origin:0 100%;background:#fffaf0f0;border:1px solid #214e4524;border-radius:14px;outline:none;place-items:center;width:120px;height:60px;transition:transform .16s,box-shadow .16s;display:inline-grid;position:fixed;bottom:16px;left:16px;box-shadow:0 10px 24px #214e451a}.betaVersionBadge:hover,.betaVersionBadge:focus-visible{transform:scale(1.6);box-shadow:0 16px 34px #214e4529}.betaVersionBadge img{object-fit:contain;width:108px;height:41px}.betaVersionTooltip{z-index:40;width:max-content;max-width:190px;color:var(--paper);background:var(--bosque);pointer-events:none;opacity:0;border-radius:10px;padding:8px 10px;font-size:.72rem;font-weight:800;line-height:1.2;transition:opacity .16s,transform .16s;position:absolute;bottom:calc(100% + 8px);left:0;transform:translateY(4px);box-shadow:0 14px 28px #214e452e}.betaVersionBadge:hover .betaVersionTooltip,.betaVersionBadge:focus-visible .betaVersionTooltip{opacity:1;transform:translateY(0)}.brandMark{aspect-ratio:1;color:#fff;background:linear-gradient(145deg, var(--coral), #cf614d);border-radius:12px;place-items:center;width:40px;display:grid;box-shadow:0 10px 24px #e07a5f2e}.brandName span{color:var(--terracota)}.topNav{flex:1;justify-content:center;align-items:center;gap:clamp(10px,2vw,24px);min-width:0;display:flex}.topNav a{color:#2b2b2bb8;white-space:nowrap;font-size:.82rem;font-weight:800}.topNav a:hover{color:var(--bosque)}.headerActions{align-items:center;gap:8px;min-width:0;display:flex}.ghostIcon,.filterButton,.primaryButton,.secondaryButton,.seenButton{border-radius:18px;justify-content:center;align-items:center;gap:8px;min-height:44px;font-weight:800;display:inline-flex}.ghostIcon{width:44px;color:var(--bosque);background:var(--paper);border:1px solid var(--line);box-shadow:0 10px 28px #214e4514}.notificationsShell,.notificationBell{position:relative}.notificationBadge{color:#fff;border:2px solid var(--paper);background:#d94f3d;border-radius:999px;justify-content:center;align-items:center;min-width:19px;height:19px;padding:0 5px;font-size:.68rem;font-weight:950;line-height:1;display:inline-flex;position:absolute;top:-5px;right:-5px}.primaryButton{color:#fff;background:#e76f57;border:0;padding:0 20px;box-shadow:0 8px 18px #e07a5f1f}.secondaryButton,.filterButton{color:var(--bosque);background:var(--paper);border:1px solid #214e452e;padding:0 14px}.authButton{min-height:44px;color:var(--bosque);background:var(--paper);border:1px solid var(--line);border-radius:var(--radius-control);justify-content:center;align-items:center;gap:7px;padding:0 13px;font-weight:900;display:inline-flex;box-shadow:0 10px 28px #214e4514}.authButton:disabled{cursor:wait;opacity:.7}.compactAuthButton{padding:0 12px}.authOverlay{z-index:80;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#214e4552;place-items:center;padding:18px;display:grid;position:fixed;inset:0}.authModal{background:var(--paper);width:min(420px,100%);box-shadow:var(--shadow);border:1px solid #214e4529;border-radius:8px;gap:14px;padding:18px;display:grid}.myReportsOverlay,.notificationsOverlay{z-index:80;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#214e453d;justify-content:flex-end;display:flex;position:fixed;inset:0}.myReportsDrawer,.notificationsDrawer{box-sizing:border-box;background:var(--paper);border-left:1px solid #214e4529;align-content:start;gap:14px;width:min(430px,100vw - 22px);height:100vh;padding:18px;animation:.18s ease-out myReportsDrawerIn;display:grid;overflow-y:auto;box-shadow:-18px 0 48px #214e452e}@keyframes myReportsDrawerIn{0%{transform:translate(100%)}to{transform:translate(0)}}.authModalHeader{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.authForm{gap:12px;display:grid}.authForm label{color:var(--bosque);gap:7px;font-size:.84rem;font-weight:900;display:grid}.authForm input{width:100%;min-height:44px;color:var(--grafito);border:1px solid var(--line);background:#fff;border-radius:8px;outline:none;padding:0 12px}.authSwitch{color:var(--bosque);background:0 0;border:0;justify-self:center;font-weight:900}.betaAccessPage{place-items:center;min-height:100vh;padding:24px;display:grid}.betaAccessPanel{background:var(--paper);border:1px solid var(--line);width:min(430px,100%);box-shadow:var(--shadow);border-radius:8px;gap:14px;padding:22px;display:grid}.betaAccessPanel h1{max-width:none;margin-bottom:0;font-size:clamp(2rem,7vw,3.2rem)}.betaAccessPanel p{margin-bottom:0}.betaAccessIcon{aspect-ratio:1;color:#fff;background:var(--bosque);border-radius:8px;place-items:center;width:48px;display:grid}.authLinks{flex-wrap:wrap;justify-content:center;gap:8px 14px;display:flex}.authHelp{color:#2b2b2bb8;margin-bottom:0;font-size:.95rem;line-height:1.45}.myReportsActions{justify-content:space-between;align-items:center;gap:12px;display:flex}.myReportsActions p{margin-bottom:0;font-size:.92rem}.verificationBanner{color:var(--bosque);background:#7fb8a42e;border:1px solid #214e4524;border-radius:8px;grid-template-columns:auto 1fr auto;align-items:center;gap:11px;margin-bottom:18px;padding:13px 14px;display:grid}.verificationBanner p{color:#2b2b2bb8;margin-bottom:0;font-size:.86rem}.verificationBanner button{min-height:36px;color:var(--bosque);border:1px solid var(--line);background:#fff;border-radius:8px;padding:0 11px;font-weight:900}.ghostTextButton{min-height:38px;color:var(--bosque);border:1px solid var(--line);background:#fff;border-radius:8px;justify-content:center;align-items:center;gap:7px;padding:0 11px;font-size:.86rem;font-weight:900;display:inline-flex}.myReportsList{gap:10px;display:grid}.notificationsActions{justify-content:space-between;align-items:center;gap:10px;display:flex}.notificationPreferences{border:1px solid var(--line);background:#fff;border-radius:8px;gap:12px;padding:12px;display:grid}.notificationPreferencesHead{color:var(--bosque);justify-content:space-between;align-items:center;gap:12px;display:flex}.notificationPreferencesHead h3{margin:2px 0 0;font-size:1rem;line-height:1.2}.notificationPreferenceList{gap:11px;display:grid}.notificationToggle,.notificationRadius{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;display:grid}.notificationToggle span,.notificationRadius span{gap:3px;min-width:0;display:grid}.notificationToggle strong,.notificationRadius strong{color:var(--bosque);font-size:.9rem;line-height:1.2}.notificationToggle small,.notificationRadius small{color:var(--muted);font-size:.78rem;font-weight:750;line-height:1.3}.notificationToggle input[type=checkbox]{width:42px;height:24px;accent-color:var(--bosque)}.notificationRadius{grid-template-columns:110px minmax(0,1fr);align-items:center}.notificationRadius input[type=range]{width:100%;accent-color:var(--bosque)}.notificationAlertZone{gap:10px;padding-top:4px;display:grid}.notificationAlertZoneHead{color:var(--bosque);justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.notificationAlertZoneHead span{gap:3px;display:grid}.notificationAlertZoneHead strong{color:var(--bosque);font-size:.9rem;line-height:1.2}.notificationAlertZoneHead small{color:var(--muted);font-size:.78rem;font-weight:750;line-height:1.3}.notificationAlertZone .locationPicker{box-shadow:none}.notificationAlertZone .pickerMap{min-height:260px}.pushNotificationBox{background:#ffffffb8;border:1px solid #254f401f;border-radius:8px;gap:10px;padding:12px;display:grid}.pushNotificationCopy{grid-template-columns:22px minmax(0,1fr);align-items:flex-start;gap:9px;display:grid}.pushNotificationCopy span{gap:3px;display:grid}.pushNotificationCopy strong{color:var(--bosque);font-size:.9rem}.pushNotificationCopy small,.pushNotificationHint{color:var(--muted);font-size:.78rem}.pushNotificationBox .ghostTextButton{width:fit-content}.pushNotificationBox .formMessage,.pushNotificationHint{margin:0}.notificationsList{gap:10px;display:grid}.notificationItem{width:100%;color:var(--bosque);text-align:left;border:1px solid var(--line);background:#fff;border-radius:8px;grid-template-columns:42px minmax(0,1fr);align-items:start;gap:11px;padding:11px;text-decoration:none;display:grid}.notificationItem.isUnread{border-color:#d94f3d57;box-shadow:inset 3px 0 #d94f3d}.notificationIcon{width:42px;height:42px;color:var(--bosque);background:#7fb8a42e;border-radius:8px;justify-content:center;align-items:center;display:inline-flex}.notificationCopy{gap:4px;min-width:0;display:grid}.notificationCopy strong{font-size:.94rem;line-height:1.2}.notificationCopy span{color:var(--muted);font-size:.86rem;line-height:1.35}.notificationCopy .notificationMeta{width:fit-content;max-width:100%;color:var(--bosque);overflow-wrap:anywhere;background:#7fb8a429;border-radius:8px;padding:4px 7px;font-size:.76rem;font-weight:900;display:inline-flex}.notificationCopy small{color:var(--muted);font-size:.76rem;font-weight:800}.notificationsEmpty{color:var(--muted);text-align:center;border:1px dashed var(--line);background:#fff;border-radius:8px;justify-items:center;gap:8px;padding:28px 14px;display:grid}.notificationsEmpty.compact{padding:16px 10px}.notificationsEmpty p{margin:0;font-weight:850}.myReportItem{border:1px solid var(--line);background:#fff;border-radius:8px;grid-template-columns:56px minmax(0,1fr) auto;align-items:center;gap:12px;padding:10px;display:grid}.myReportPhoto{aspect-ratio:1;width:56px;color:var(--bosque);background:var(--mint);border-radius:8px;place-items:center;display:grid;overflow:hidden}.myReportPhoto img{object-fit:cover;width:100%;height:100%}.myReportCopy{min-width:0}.myReportCopy div{align-items:center;gap:8px;min-width:0;display:flex}.myReportCopy strong{color:var(--bosque);text-overflow:ellipsis;white-space:nowrap;font-weight:950;overflow:hidden}.myReportCopy span{color:var(--bosque);background:var(--mint);border-radius:999px;flex:none;padding:3px 7px;font-size:.72rem;font-weight:900}.myReportCopy p,.myReportCopy small{color:#2b2b2bad;text-overflow:ellipsis;white-space:nowrap;margin:2px 0 0;font-size:.82rem;display:block;overflow:hidden}.myReportManageLink{color:#fff;background:var(--bosque);border-radius:8px;justify-content:center;align-items:center;min-height:38px;padding:0 11px;font-size:.84rem;font-weight:900;display:inline-flex}.myReportArchived{aspect-ratio:1;color:#2b2b2b8a;background:#2b2b2b0f;border-radius:8px;place-items:center;width:38px;display:grid}.myReportsEmpty{min-height:130px;color:var(--bosque);border:1px dashed var(--line);text-align:center;background:#fff;border-radius:8px;place-items:center;gap:8px;padding:18px;display:grid}.myReportsEmpty p{margin-bottom:0;font-weight:850}.fullWidth{width:100%}.eyebrow{color:var(--coral);letter-spacing:0;text-transform:uppercase;margin:0 0 6px;font-size:.73rem;font-weight:950}.welcomePanel,.heroStatsGrid,.howSection,.mapSection,.alertSection,.reportSection,.communitySection,.safetyBanner{margin-bottom:22px}.appSection{scroll-margin-top:88px;scroll-margin-bottom:104px}.welcomePanel{background:linear-gradient(90deg, #fffaf0fa 0%, #fffaf0eb 30%, #fffaf08a 52%, #fffaf00d 76%), linear-gradient(180deg, #fffaf01f, #214e4514), var(--hero-image) center right / cover no-repeat, var(--paper);border:1px solid var(--line);border-radius:var(--radius-card);min-height:560px;box-shadow:var(--shadow-lifted);grid-template-columns:minmax(0,.58fr) minmax(300px,.42fr);align-items:center;gap:clamp(20px,4vw,52px);padding:clamp(30px,5vw,64px);display:grid;position:relative;overflow:hidden}.welcomeCopy{z-index:1;min-width:0;position:relative}.welcomePanel p{max-width:49ch;margin-bottom:0;font-size:1.02rem}.heroActions{flex-wrap:wrap;gap:14px;margin-top:28px;display:flex}.heroActions .primaryButton,.heroActions .secondaryButton{border-radius:18px;min-height:48px;padding:0 24px;font-size:.95rem}.heroSecondary{color:#fff;background:#78aa8d;border:0;box-shadow:0 8px 18px #214e451a}.statusChip{background:#e07a5f1f;border-radius:999px;width:fit-content;padding:5px 8px;font-weight:850;color:var(--coral)!important;font-size:.72rem!important}.heroStatsGrid{grid-template-columns:repeat(4,1fr);gap:10px;display:grid}.heroStat{background:#fffaf0c2;border:1px solid #214e451f;border-radius:14px;grid-template-rows:auto auto;grid-template-columns:58px 1fr;align-items:center;gap:2px 12px;min-height:88px;padding:13px 18px;display:grid;box-shadow:0 8px 22px #214e450d}.heroStatIcon{object-fit:contain;grid-row:span 2;width:54px;height:54px}.heroStat strong{color:var(--bosque);font-family:var(--font-title);font-size:1.34rem;font-weight:800;line-height:1}.heroStat span{color:#2b2b2bc2;max-width:20ch;font-size:.78rem;font-weight:800;line-height:1.24}.howSection{background:#fffaf0bd;border:1px solid #e07a5f2e;border-radius:16px;padding:clamp(22px,3vw,30px) clamp(18px,4vw,42px);position:relative;overflow:hidden;box-shadow:0 10px 26px #214e450f}.sectionHead.centered{text-align:center;justify-content:center}.sectionHead.centered h2{max-width:none;color:var(--grafito);justify-content:center;align-items:center;gap:8px;font-size:clamp(1.35rem,3vw,1.75rem);font-weight:800;display:inline-flex}.sectionHead.centered h2 svg{color:var(--coral);stroke-width:1.9px}.howGrid{grid-template-columns:repeat(4,1fr);align-items:start;gap:clamp(12px,2vw,26px);display:grid;position:relative}.howGrid:before{content:"";z-index:0;pointer-events:none;border-top:2px dashed #f2aa5875;position:absolute;top:48px;left:9%;right:9%}.howStep{z-index:1;text-align:center;background:0 0;justify-items:center;gap:8px;min-height:160px;padding:2px 12px 8px;display:grid;position:relative}.howStep h3{color:var(--grafito);font-family:var(--font-ui);margin:2px 0 0;font-size:.88rem;font-weight:850}.stepNumber{z-index:2;aspect-ratio:1;color:#fff;background:var(--coral);border-radius:50%;place-items:center;width:28px;font-size:.84rem;font-weight:850;display:grid;position:absolute;top:7px;left:-9px;box-shadow:0 8px 16px #214e4514}.stepIcon{aspect-ratio:1;background:#fffaf0f0;border:1px solid #214e451a;border-radius:50%;place-items:center;width:86px;margin-bottom:4px;display:grid;position:relative;box-shadow:0 10px 24px #214e4514}.howStep:nth-child(2) .stepNumber{background:var(--salvia)}.howStep:nth-child(3) .stepNumber{background:#f0b24d}.howStep:nth-child(4) .stepNumber{background:var(--azul)}.stepIconImage{object-fit:contain;width:48px;height:48px}.howStep p{color:#2b2b2bc2;max-width:21ch;margin:0;font-size:.78rem;font-weight:650;line-height:1.35}.sectionHead{justify-content:space-between;align-items:center;gap:14px;min-width:0;margin-bottom:16px;display:flex}.sectionHead>div{min-width:0}.sectionHead p:not(.eyebrow){max-width:58ch;margin:5px 0 0;font-size:.9rem}.sectionHead a{color:var(--bosque);font-size:.88rem;font-weight:900}.sectionLinkButton{min-height:34px;color:var(--bosque);background:#fffaf0db;border:1px solid #214e4524;border-radius:999px;justify-content:center;align-items:center;padding:0 14px;display:inline-flex;box-shadow:0 8px 18px #214e450f;font-size:.78rem!important}.sectionHead.compact{margin-bottom:8px}.mapSection{background:var(--paper);border:1px solid var(--line);border-radius:var(--radius-card);box-shadow:var(--shadow-soft);padding:18px}.mapShell{border:1px solid var(--line);background:#edf4ef;border-radius:14px;min-height:min(52vh,560px);position:relative;overflow:hidden}.realMap{z-index:0;width:100%;height:100%;font-family:inherit;position:absolute;inset:0}.realMap .leaflet-tile{filter:saturate(.82)contrast(.96)brightness(1.04)}.mapLoading{color:var(--bosque);place-items:center;font-weight:900;display:grid}.leaflet-control-container .leaflet-top,.leaflet-control-container .leaflet-bottom{z-index:6}.leaflet-control-zoom{overflow:hidden;border:1px solid var(--line)!important;border-radius:8px!important;box-shadow:0 14px 34px #214e4529!important}.leaflet-control-zoom a{font-weight:900;color:var(--bosque)!important;border-color:var(--line)!important}.leaflet-popup-content-wrapper{border-radius:8px}.leaflet-popup-content{gap:3px;margin:12px 14px;font-family:inherit;display:grid}.leaflet-popup-content strong{color:var(--bosque)}.leaflet-popup-content span{color:#2b2b2bb8}.petMapMarker{background:#214e45;border:5px solid #fffaf0f5;border-radius:50% 50% 50% 13px;width:38px;height:38px;display:block;position:relative;transform:rotate(-45deg);box-shadow:0 10px 18px #214e452e,0 0 0 1px #214e4514}.mapImageMarker{filter:drop-shadow(0 10px 14px #214e4529);width:72px;height:72px;display:block;position:relative}.mapImageMarker img{object-fit:contain;width:100%;height:100%;display:block}.mapMarkerCount{z-index:2;min-width:18px;height:18px;color:var(--bosque);background:#fffaf0f5;border:1px solid #214e451a;border-radius:999px;place-items:center;padding:0 4px;font-size:.62rem;font-weight:900;line-height:1;display:grid;position:absolute;top:9px;left:12px;box-shadow:0 5px 10px #214e451f}.petMapMarker:after{content:"";background:#fff;border-radius:50%;position:absolute;inset:10px}.petMapMarker.hasIcon:after{display:none}.petMapMarkerIcon{z-index:1;object-fit:contain;filter:brightness(0)invert();width:22px;height:22px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)rotate(45deg)}.petMapMarker.isSelected{background:#e07a5f}.petMapCluster{color:#fff;background:#214e45;border:5px solid #fffaf0f5;border-radius:50%;place-items:center;width:44px;height:44px;font-size:.9rem;font-weight:900;display:grid;box-shadow:0 10px 18px #214e452e,0 0 0 1px #214e4514}.mapBoundaryIndicator{z-index:6;pointer-events:none;height:28px;position:absolute;left:0;right:0}.mapBoundaryIndicator.top{background:linear-gradient(#d92d209e,#d92d202e 48%,#d92d2000);top:0}.mapBoundaryIndicator.bottom{background:linear-gradient(#d92d2000,#d92d202e 52%,#d92d209e);bottom:0}.mapCard{z-index:5;border:1px solid var(--line);width:min(330px,100% - 36px);box-shadow:var(--shadow-lifted);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fffdf8f5;border-radius:16px;padding:16px;position:absolute;bottom:18px;left:18px}.mapCardClose{aspect-ratio:1;width:30px;color:var(--bosque);background:#7fb8a429;border:1px solid #214e451f;border-radius:50%;place-items:center;font-size:1rem;font-weight:900;line-height:1;display:grid;position:absolute;top:10px;right:10px}.mapCard p{margin-bottom:0}.mapMeta{flex-wrap:wrap;gap:8px;margin:12px 0;display:flex}.mapMeta span,.detailFacts span{color:var(--bosque);background:#81b29a2e;border-radius:999px;align-items:center;gap:6px;padding:7px 9px;font-size:.84rem;font-weight:800;display:inline-flex}.quickGrid{grid-template-columns:repeat(4,1fr);gap:10px;margin-bottom:22px;display:grid}.quickAction{min-height:78px;color:var(--bosque);background:var(--paper);border:1px solid var(--line);border-radius:12px;place-items:center;gap:8px;padding:12px 8px;font-size:.9rem;font-weight:900;display:grid;box-shadow:0 10px 24px #214e450f}.quickAction svg,.statCard svg,.allyAvatar{color:var(--bosque)}.alertSection,.reportSection,.communitySection{background:var(--paper);border:1px solid var(--line);border-radius:var(--radius-card);box-shadow:var(--shadow-soft);padding:clamp(16px,3vw,22px)}.petCarouselShell{position:relative}.petList{scroll-snap-type:x proximity;scrollbar-width:thin;scrollbar-color:#214e4547 transparent;grid-auto-columns:minmax(250px,282px);grid-auto-flow:column;gap:10px;padding:2px 4px 12px;scroll-padding-inline:4px;display:grid;overflow:auto hidden}.petAlert{scroll-snap-align:start;background:#fffaf0eb;border:1px solid #e07a5f2e;border-radius:12px;grid-template-rows:1fr auto auto;grid-template-columns:minmax(116px,.96fr) minmax(0,1fr);align-items:stretch;gap:4px 12px;min-height:164px;padding:8px 10px 8px 8px;display:grid;box-shadow:0 10px 24px #7b54371a}.petAlertCopy{align-self:center;min-width:0}.petAlertCopy h3{color:var(--bosque);text-overflow:ellipsis;white-space:nowrap;margin:0 0 6px;font-size:1rem;line-height:1.05;overflow:hidden}.petAlertCopy p,.petAlertCopy span{color:#2b2b2bb3;margin-bottom:1px;font-size:.7rem;line-height:1.22;display:block}.petAlertCopy span{color:var(--coral);font-weight:850}.rewardBadge{background:#81b29a33;border:1px solid #81b29a5c;border-radius:999px;align-items:center;gap:5px;width:fit-content;margin-top:4px;padding:4px 7px;color:var(--bosque)!important;font-size:.68rem!important;font-weight:900!important;display:inline-flex!important}.petRewardChip{color:#fff;background:var(--salvia);border-radius:999px;grid-column:2;place-self:end start;align-items:center;gap:5px;padding:5px 9px;font-size:.64rem;font-weight:850;line-height:1;display:inline-flex}.petRewardChip svg{stroke-width:2.5px;width:12px;height:12px}.petAvatar,.detailPhoto{background:radial-gradient(circle at 44% 34%,#fff 0 8%,#0000 9%),radial-gradient(circle at 58% 36%,#2b2b2b 0 2%,#0000 3%),radial-gradient(circle at 50% 55%,currentColor 0 31%,#0000 32%),linear-gradient(135deg,#dfeee7,#f8d4c3);border-radius:10px}.petAvatar{aspect-ratio:auto;grid-row:1/-1;width:100%;height:100%;min-height:148px;overflow:hidden}.petAvatar img,.detailPhoto img{object-fit:cover;width:100%;height:100%}.avatarNina{color:#c49b62}.avatarTaco{color:#8d9694}.avatarMora{color:#292929}.seenButton{min-height:24px;color:var(--salvia);white-space:nowrap;background:#fffaf0b8;border:1px solid #81b29a85;border-radius:999px;grid-column:2;place-self:end;padding:0 8px;font-size:.66rem}.petCarouselNav{z-index:2;aspect-ratio:1;width:30px;color:var(--coral);background:#fffaf0eb;border:1px solid #e07a5f3d;border-radius:50%;place-items:center;font-size:1.35rem;font-weight:700;line-height:1;display:grid;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 10px 22px #214e4514}.petCarouselNav:disabled{cursor:default;opacity:.34}.petCarouselNav:not(:disabled):hover{color:#fff;background:var(--coral);border-color:var(--coral)}.petCarouselNav.previous{left:-10px}.petCarouselNav.next{right:-10px}.reportCard{gap:14px;display:grid}.reportStep{background:linear-gradient(#fffdf4,#f4f1debd);border:1px solid #3d405b1a;border-radius:18px;gap:14px;padding:16px;display:grid}.reportStep.isEssential{background:linear-gradient(#fffdf4fa,#f4f1ded1),radial-gradient(circle at 100% 0,#81b29a29,#0000 30%);border-color:#81b29a52}.reportStepHead{grid-template-columns:34px minmax(0,1fr);align-items:start;gap:10px;display:grid}.reportStepHead>span{color:#fff;background:var(--azul);width:34px;height:34px;font-family:var(--font-title);border-radius:50%;place-items:center;font-size:.88rem;font-weight:900;display:grid}.reportStepHead h3{margin:1px 0 3px;font-size:1.02rem}.reportStepHead p{margin:0;font-size:.86rem}.reportStep>.locationPicker,.reportStep>.uploadDrop{margin-top:2px}.uploadDrop{min-height:150px;color:var(--bosque);text-align:center;background:var(--marfil);border:1px dashed #214e4547;border-radius:16px;place-items:center;gap:7px;padding:20px;display:grid}.uploadDrop input{display:none}.uploadDrop span{color:#2b2b2ba8;font-size:.88rem;font-weight:650}.photoPreview{background:var(--marfil);border:1px solid #214e451f;border-radius:8px;grid-template-columns:92px 1fr;align-items:center;gap:12px;padding:10px;display:grid}.photoPreview img{aspect-ratio:1;object-fit:cover;border-radius:8px;width:92px}.photoPreview strong{color:var(--bosque);margin-bottom:3px;display:block}.photoPreview p{margin-bottom:0;font-size:.9rem}.formGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}label{color:var(--bosque);gap:7px;font-size:.86rem;font-weight:850;display:grid}input,textarea,select{width:100%;min-height:48px;color:var(--grafito);border:1px solid var(--line);outline-color:var(--salvia);background:#fffdf4;border-radius:14px;padding:12px 14px}select{appearance:none}textarea{resize:vertical;min-height:98px}.wideField{grid-column:1/-1}.rewardPanel,.contactPanel{background:linear-gradient(#f4f1ded1,#fffdf4eb);border:1px solid #3d405b1a;border-radius:18px;gap:14px;padding:16px;display:grid}.rewardPanel.reportStep,.contactPanel.reportStep{background:linear-gradient(#f4f1ded1,#fffdf4eb)}.rewardPanel p,.contactPanel p{margin-bottom:0}.rewardOptions{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.rewardOptions label:last-child{grid-column:1/-1}.checkRow{min-height:48px;color:var(--bosque);background:var(--paper);border:1px solid var(--line);border-radius:14px;align-items:center;padding:10px 12px;display:flex}.checkRow input{width:18px;min-height:18px;accent-color:var(--salvia);margin:0}.contactCheck{align-self:end}.privacyNote{width:fit-content;color:var(--bosque);background:#81b29a2e;border:1px solid #81b29a47;border-radius:999px;align-items:center;gap:7px;padding:8px 10px;font-size:.84rem;font-weight:900;display:inline-flex}.formMessage{color:var(--bosque);overflow-wrap:anywhere;background:#81b29a2e;border:1px solid #81b29a47;border-radius:14px;margin-bottom:0;padding:11px 12px;font-weight:850}.manageLinkBox{background:#81b29a2e;border:1px solid #81b29a47;border-radius:16px;gap:9px;padding:12px;display:grid}.manageLinkBox p{margin-bottom:0}.locationPicker{background:#fffdf4b8;border:1px solid #3d405b1a;border-radius:16px;gap:12px;padding:14px;display:grid}.locationPicker.loading{min-height:260px;color:var(--bosque);place-items:center;font-weight:900}.pickerHeader,.pickerMeta{justify-content:space-between;align-items:center;gap:12px;display:flex}.pickerHeader h3{margin-bottom:0}.pickerHeader span,.pickerMeta span{color:var(--bosque);white-space:nowrap;align-items:center;gap:6px;font-size:.82rem;font-weight:900;display:inline-flex}.pickerActions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;display:flex}.locationButton{min-height:38px;color:var(--bosque);font:inherit;white-space:nowrap;cursor:pointer;background:#fff;border:1px solid #214e452e;border-radius:8px;justify-content:center;align-items:center;gap:7px;padding:0 12px;font-size:.82rem;font-weight:900;display:inline-flex}.locationButton:disabled{cursor:wait;opacity:.68}.pickerMap{border:1px solid var(--line);background:#edf4ef;border-radius:8px;min-height:300px;position:relative;overflow:hidden}.pickerMeta{padding-top:2px}.pickerMeta strong{color:#2b2b2bbd;font-size:.84rem}.pickerStatus{color:#2b2b2ba3;margin:-2px 0 0;font-size:.84rem;font-weight:800}.reportMarker{background:var(--coral)}.statsGrid{grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:14px;display:grid}.statCard{text-align:center;background:var(--marfil);border:1px solid #214e451a;border-radius:8px;place-items:center;gap:5px;min-height:118px;padding:12px 8px;display:grid}.statCard strong{color:var(--bosque);font-size:1.45rem;line-height:1}.statCard span{color:#2b2b2bb3;max-width:11ch;font-size:.8rem;line-height:1.25}.allyPanel{gap:9px;margin-bottom:14px;display:grid}.allyRow,.savedPet{background:var(--marfil);border:1px solid #214e451a;border-radius:8px;align-items:center;gap:10px;padding:10px;display:grid}.allyRow{grid-template-columns:44px 1fr auto}.allyAvatar{aspect-ratio:1;background:#7fb8a43d;border-radius:50%;place-items:center;width:44px;display:grid}.allyRow p,.savedPet p{margin-bottom:0;font-size:.88rem}.allyRow span{color:var(--coral);font-size:.84rem;font-weight:850}.savedPet{color:var(--bosque);grid-template-columns:38px 1fr 32px}.reunionStoryList{gap:10px;margin-bottom:14px;display:grid}.communityStory{text-align:left;background:var(--marfil);cursor:pointer;border:1px solid #214e451a;border-radius:8px;grid-template-columns:58px 1fr;align-items:center;gap:10px;width:100%;padding:10px;transition:border-color .16s,transform .16s;display:grid}.communityStory:hover{border-color:#214e4547;transform:translateY(-1px)}.communityStory img,.storyIcon{aspect-ratio:1;border-radius:8px;width:58px}.communityStory img{object-fit:cover}.storyIcon{color:var(--bosque);background:#7fb8a438;place-items:center;display:grid}.communityStory p{margin-bottom:0;font-size:.88rem}.storySightingCount{width:fit-content;color:var(--bosque);background:#7fb8a42e;border:1px solid #214e451f;border-radius:999px;margin-top:6px;padding:4px 8px;font-size:.78rem;font-weight:900;display:inline-flex}.storySightingCount.modalCount{margin:0 0 8px}.storyOverlay{z-index:60;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#214e4561;place-items:center;padding:18px;display:grid;position:fixed;inset:0}.storyModal{background:var(--paper);border:1px solid var(--line);border-radius:8px;gap:14px;width:min(420px,100%);padding:14px;display:grid;position:relative;box-shadow:0 24px 70px #214e4547}.storyPhotoStack,.storyHeroIcon{aspect-ratio:4/3;border-radius:8px;width:100%}.storyPhotoStack{padding:44px 14px 0 0;position:relative;overflow:hidden}.storyPhotoStack img{object-fit:cover;border-radius:8px;width:100%;height:100%}.storyPhotoBack{z-index:0;opacity:.58;position:absolute;inset:32px 0 18px 24px;transform:rotate(1.8deg)scale(.95);box-shadow:0 12px 28px #214e4524}.storyPhotoFrame{z-index:1;background:linear-gradient(135deg, var(--bosque), var(--salvia), var(--marfil), var(--bosque));border-radius:10px;width:100%;height:calc(100% - 12px);padding:4px;position:relative;overflow:hidden;box-shadow:0 14px 28px #214e4524}.storyPhotoFrame:before{content:"";border-radius:inherit;filter:blur(2px)saturate(1.35);background:conic-gradient(#0000 0deg 224deg,#7fb8a48f 262deg,#f7f4ee 302deg,#214e45 342deg,#0000 360deg);animation:10s linear infinite storyFrameSpin;position:absolute;inset:-42%}.storyPhotoFront{z-index:1;display:block;position:relative}.storyPhotoCount{width:fit-content;color:var(--bosque);background:#7fb8a42e;border:1px solid #214e451f;border-radius:999px;margin:8px auto 0;padding:4px 9px;font-size:.82rem;font-weight:900;display:block}.storyHeroIcon{color:var(--bosque);background:#7fb8a438;place-items:center;display:grid}.storyModal h2,.storyModal p{margin-bottom:8px}.storyClose{z-index:5;aspect-ratio:1;width:38px;color:var(--bosque);border:1px solid var(--line);background:#fffdf8f0;border-radius:8px;place-items:center;display:grid;position:absolute;top:10px;right:10px}.storyTimer{background:#214e451f;border-radius:999px;height:4px;overflow:hidden}.storyTimer span{background:var(--bosque);border-radius:inherit;transform-origin:0;width:100%;height:100%;animation:15s linear forwards storyTimer;display:block}@keyframes storyTimer{0%{transform:scaleX(1)}to{transform:scaleX(0)}}@keyframes storyFrameSpin{to{transform:rotate(360deg)}}.safetyBanner{color:#fff;background:var(--bosque);box-shadow:var(--shadow);border-radius:8px;align-items:center;gap:10px;padding:14px;display:flex}.safetyBanner p{color:#fff;margin-bottom:0}.bottomNav{z-index:30;border:1px solid var(--line);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#fffdf8f0;border-radius:8px;grid-template-columns:repeat(4,1fr);width:min(560px,100% - 28px);min-height:66px;display:grid;position:fixed;bottom:14px;left:50%;overflow:hidden;transform:translate(-50%);box-shadow:0 18px 50px #214e4533}.bottomNav a{color:#214e45c7;place-items:center;gap:4px;font-size:.76rem;font-weight:850;display:grid}.bottomNav a.isActive{color:var(--bosque);background:#7fb8a429}.detailPage{width:min(1120px,100% - 32px);margin:0 auto;padding:22px 0 40px}.detailNav{margin-bottom:20px}.detailNav a{color:var(--bosque);align-items:center;gap:8px;font-weight:900;display:inline-flex}.detailHero{border:1px solid var(--line);border-radius:var(--radius-card);min-height:500px;box-shadow:var(--shadow-soft);background:linear-gradient(#fffdf4,#f4f1deb8);grid-template-columns:minmax(260px,.82fr) minmax(300px,1.18fr);align-items:center;gap:clamp(24px,5vw,42px);margin-bottom:22px;padding:clamp(16px,3vw,24px);display:grid}.detailPhoto{aspect-ratio:1;border:1px solid var(--line);width:100%;box-shadow:var(--shadow-lifted);overflow:hidden}.detailCopy h1{max-width:none;margin-bottom:14px;font-size:clamp(3rem,9vw,6.4rem)}.detailFacts,.detailActions{flex-wrap:wrap;gap:10px;margin-top:18px;display:flex}.detailGrid{grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:22px;display:grid}.infoPanel{background:var(--paper);border:1px solid var(--line);border-radius:16px;padding:18px;box-shadow:0 12px 32px #3d405b12}.profilePage{width:min(1120px,100% - 32px);margin:0 auto;padding:22px 0 44px}.profileHero{background:var(--paper);border:1px solid var(--line);border-radius:var(--radius-card);box-shadow:var(--shadow);grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:18px;margin-bottom:22px;padding:clamp(18px,4vw,30px);display:grid}.profileHero h1{max-width:none;margin-bottom:10px}.profileHero p{max-width:58ch;margin-bottom:0}.profileAvatar{aspect-ratio:1;width:88px;color:var(--bosque);background:#81b29a2e;border:1px solid #81b29a47;border-radius:18px;place-items:center;display:grid;overflow:hidden}.profileAvatar img{object-fit:cover;width:100%;height:100%}.profileGrid{grid-template-columns:minmax(280px,.85fr) minmax(320px,1.15fr);align-items:start;gap:22px;display:grid}.profilePanel{background:var(--paper);border:1px solid var(--line);border-radius:var(--radius-card);gap:16px;padding:20px;display:grid;box-shadow:0 12px 32px #3d405b12}.profilePanelHead{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.profilePanelHead h2{margin-bottom:0}.profileFacts{gap:10px;margin:0;display:grid}.profileFacts div{background:var(--marfil);border:1px solid #3d405b1a;border-radius:14px;gap:4px;padding:11px;display:grid}.profileFacts dt{color:var(--muted);font-size:.78rem;font-weight:850}.profileFacts dd{min-width:0;color:var(--bosque);overflow-wrap:anywhere;align-items:center;gap:6px;margin:0;font-weight:900;display:inline-flex}.profileForm{gap:12px;display:grid}.profileEdit{gap:14px;padding-top:4px;display:grid}.profileAvatarEditor{background:var(--marfil);border:1px solid #214e451a;border-radius:8px;grid-template-columns:74px minmax(0,auto) 1fr;align-items:center;gap:12px;padding:11px;display:grid}.profileAvatarEditor .ghostTextButton{width:fit-content}.profileAvatarEditor input[type=file]{display:none}.profileAvatarEditor small{color:var(--muted);font-size:.78rem;font-weight:750}.profileAvatarPreview{aspect-ratio:1;width:74px;color:var(--bosque);background:#7fb8a42e;border:1px solid #214e451f;border-radius:8px;place-items:center;display:grid;overflow:hidden}.profileAvatarPreview img{object-fit:cover;width:100%;height:100%}.profileForm label{color:var(--bosque);gap:7px;font-size:.84rem;font-weight:900;display:grid}.profileForm input{width:100%;min-height:44px;color:var(--grafito);border:1px solid var(--line);background:#fff;border-radius:8px;outline:none;padding:0 12px}.profileForm textarea{width:100%;min-height:92px;color:var(--grafito);border:1px solid var(--line);resize:vertical;background:#fff;border-radius:8px;outline:none;padding:11px 12px}.profileFormGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.profileFormActions{flex-wrap:wrap;gap:10px;display:flex}.profileState{min-height:280px;color:var(--bosque);text-align:center;place-items:center;gap:10px;display:grid}.profileState p{margin-bottom:0;font-weight:850}.managePage{width:min(1120px,100% - 32px);margin:0 auto;padding:22px 0 44px}.manageHero{background:var(--paper);border:1px solid var(--line);box-shadow:var(--shadow);border-radius:8px;grid-template-columns:minmax(280px,1fr) minmax(260px,360px);align-items:start;gap:18px;margin-bottom:18px;padding:clamp(18px,4vw,30px);display:grid}.manageReportSummary{grid-template-columns:minmax(190px,.42fr) minmax(260px,1fr);align-items:stretch;gap:18px;display:grid}.manageReportPhoto{border:1px solid var(--line);border-radius:8px;min-height:360px;overflow:hidden;box-shadow:0 18px 34px #214e451f}.manageReportPhoto img{object-fit:cover;width:100%;height:100%;min-height:360px}.manageReportCopy{flex-direction:column;justify-content:center;display:flex}.manageReportDescription{background:var(--marfil);border:1px solid #214e451f;border-radius:8px;margin-top:18px;padding:14px}.manageReportDescription strong,.manageReportDescription span{color:var(--bosque);font-weight:900}.manageReportDescription p{margin:6px 0 8px}.manageReportDescription span{background:#7bb8a42e;border-radius:999px;width:fit-content;padding:6px 9px;font-size:.82rem;display:inline-flex}.manageActions{gap:10px;display:grid}.reunionStoryForm{background:var(--marfil);border:1px solid #214e451f;border-radius:8px;gap:10px;padding:14px;display:grid}.reunionStoryForm h2{margin-bottom:5px;font-size:1.2rem}.reunionStoryForm p{margin-bottom:0}.reunionStoryForm textarea{min-height:86px}.reunionPhotoPreviewList{gap:8px;display:grid}.reunionPhotoPreview{background:var(--paper);border:1px solid #214e451f;border-radius:8px;grid-template-columns:72px 1fr;align-items:center;gap:10px;padding:8px;display:grid}.reunionPhotoPreview img{aspect-ratio:1;object-fit:cover;border-radius:8px;width:72px}.reunionPhotoPreview strong{color:var(--bosque);display:block}.reunionPhotoPreview span{color:#2b2b2ba3;margin:2px 0 8px;font-size:.82rem;font-weight:750;display:block}.photoOrderActions{gap:6px;display:flex}.photoOrderActions button{aspect-ratio:1;width:34px;color:var(--bosque);background:var(--marfil);border:1px solid var(--line);border-radius:8px;place-items:center;display:grid}.photoOrderActions button:disabled{cursor:not-allowed;opacity:.42}.reunionStoryPanel{background:var(--paper);border:1px solid var(--line);border-radius:8px;grid-template-columns:140px 1fr;align-items:center;gap:14px;margin-bottom:18px;padding:14px;display:grid;box-shadow:0 12px 32px #214e4512}.reunionStoryPhotos{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.reunionStoryPhotos img{aspect-ratio:1;object-fit:cover;border-radius:8px;width:100%}.reunionStoryPanel p{margin-bottom:8px}.reunionStoryPanel span{color:var(--bosque);font-size:.82rem;font-weight:900}.manageGrid{grid-template-columns:repeat(3,1fr);gap:14px;display:grid}.manageMetric{color:var(--bosque);margin:8px 0;font-size:3rem;line-height:1;display:block}.managedSightingsPanel{background:var(--paper);border:1px solid var(--line);border-radius:8px;gap:14px;margin-top:18px;padding:16px;display:grid;box-shadow:0 12px 32px #214e4514}.managedSightingsHeader{justify-content:space-between;align-items:end;gap:16px;display:flex}.managedSightingsHeader h2{margin-bottom:0}.managedSightingsHeader strong{min-width:48px;height:48px;color:var(--paper);background:var(--bosque);border-radius:50%;place-items:center;font-size:1.35rem;display:grid}.managedSightingList{gap:12px;display:grid}.managedSightingItem{background:var(--marfil);border:1px solid #214e4524;border-radius:8px;grid-template-columns:minmax(160px,220px) 1fr;gap:14px;padding:12px;display:grid}.managedSightingItem.isHidden{opacity:.72}.managedSightingPhoto{min-height:160px;color:var(--bosque);background:#7bb8a42e;border:1px solid #214e451f;border-radius:8px;place-items:center;display:grid;overflow:hidden}.managedSightingPhoto button{cursor:zoom-in;background:0 0;border:0;border-radius:8px;width:100%;height:100%;min-height:160px;padding:0;position:relative;overflow:hidden}.managedSightingPhoto img{object-fit:cover;width:100%;height:100%;min-height:160px}.managedSightingPhoto button span{color:var(--paper);opacity:0;background:#214e45d6;border-radius:999px;align-items:center;gap:5px;padding:6px 8px;font-size:.78rem;font-weight:900;transition:opacity .16s,transform .16s;display:inline-flex;position:absolute;bottom:8px;right:8px;transform:translateY(4px)}.managedSightingPhoto button:hover span,.managedSightingPhoto button:focus-visible span{opacity:1;transform:translateY(0)}.managedSightingBody{gap:10px;display:grid}.managedSightingTopline{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;display:flex}.managedSightingTopline strong{color:var(--bosque);font-size:1.08rem}.managedSightingTopline span,.managedSightingFacts span{width:fit-content;color:var(--bosque);background:#7bb8a42e;border-radius:999px;align-items:center;gap:6px;padding:7px 10px;font-size:.82rem;font-weight:900;display:inline-flex}.managedSightingComment{background:var(--paper);border:1px solid #214e451a;border-radius:8px;gap:8px;min-height:56px;margin-bottom:0;padding:10px;display:flex}.managedSightingComment svg{color:var(--coral);flex:none}.managedSightingFacts,.managedSightingActions{flex-wrap:wrap;gap:8px;display:flex}.dangerButton{color:#a74e42;border-color:#e57a6673}.emptyManagedSightings{min-height:150px;color:var(--bosque);background:var(--marfil);text-align:center;border:1px dashed #214e4533;border-radius:8px;place-items:center;gap:8px;display:grid}.emptyManagedSightings p{margin-bottom:0;font-weight:850}.sightingPhotoOverlay{z-index:70;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#214e4570;place-items:center;padding:18px;display:grid;position:fixed;inset:0}.sightingPhotoModal{background:var(--paper);border:1px solid var(--line);border-radius:8px;gap:12px;width:min(880px,100%);max-height:calc(100vh - 36px);padding:14px;display:grid;position:relative;overflow:auto;box-shadow:0 24px 70px #214e454d}.sightingPhotoModal img{object-fit:contain;background:var(--grafito);border-radius:8px;width:100%;max-height:min(68vh,620px)}.sightingPhotoModal h3,.sightingPhotoModal p{margin-bottom:6px}.sightingPhotoModal span{width:fit-content;color:var(--bosque);background:#7bb8a42e;border-radius:999px;padding:6px 9px;font-size:.82rem;font-weight:900;display:inline-flex}.sightingSection{grid-template-columns:minmax(320px,1.15fr) minmax(280px,.85fr);align-items:start;gap:18px;scroll-margin-top:88px;display:grid}.activityPanel{background:var(--paper);border:1px solid var(--line);border-radius:8px;grid-column:1/-1;gap:14px;padding:16px;display:grid;box-shadow:0 12px 32px #214e4514}.activityPanel p{margin-bottom:0}.activityMap{border:1px solid var(--line);background:#edf4ef;border-radius:14px;min-height:430px;position:relative;overflow:hidden}.activityMap.loading{color:var(--bosque);place-items:center;font-weight:900;display:grid}.lastSeenMarker{background:#e07a5f;border:5px solid #fffaf0f5;border-radius:50% 50% 50% 13px;width:42px;height:42px;display:block;position:relative;transform:rotate(-45deg);box-shadow:0 10px 18px #e07a5f33,0 0 0 1px #214e4514}.lastSeenMarker:after{content:"";background:#fff;border-radius:50%;position:absolute;inset:11px}.activityPin,.originalReportPin{color:#fff;background:var(--pin-color,#81b29a);border:5px solid #fffaf0f5;border-radius:50% 50% 50% 13px;place-items:center;width:38px;height:38px;display:grid;position:relative;transform:rotate(-45deg);box-shadow:0 10px 18px #214e4529,0 0 0 1px #214e4514}.activityPin span{z-index:1;aspect-ratio:1;width:18px;color:var(--pin-color,#81b29a);background:#fff;border-radius:50%;place-items:center;font-size:.68rem;font-weight:900;line-height:1;display:grid;position:relative;transform:rotate(45deg)}.originalReportPin{background:#214e45}.originalReportPin:after{content:"";background:#fff;border-radius:50%;position:absolute;inset:10px}.activityLegend{z-index:5;border:1px solid var(--line);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fffdf8f0;border-radius:8px;flex-wrap:wrap;gap:8px;padding:10px;display:flex;position:absolute;bottom:14px;left:14px;right:14px;box-shadow:0 12px 28px #214e451f}.activityLegend span{color:var(--bosque);align-items:center;gap:6px;font-size:.8rem;font-weight:900;display:inline-flex}.legendDot{aspect-ratio:1;border-radius:50%;width:11px;display:inline-block}.legendDot.recent{background:var(--coral)}.legendDot.today{background:#d99a7e}.legendDot.older{background:var(--salvia)}.legendRing{aspect-ratio:1;background:var(--bosque);border:2px solid #fffaf0f5;border-radius:50% 50% 50% 4px;width:13px;display:inline-block;transform:rotate(-45deg)}.sightingForm,.sightingList{background:var(--paper);border:1px solid var(--line);border-radius:var(--radius-card);box-shadow:var(--shadow-soft);gap:16px;padding:18px;display:grid}.sightingForm p{margin-bottom:0}.fileLine{min-height:48px;color:var(--salvia);background:var(--marfil);border-radius:var(--radius-control);border:1.5px solid #81b29a7a;justify-content:center;align-items:center;padding:10px 12px;display:flex}.fileLine input{display:none}.fileLine.isDisabled{cursor:not-allowed;opacity:.68}.sightingPhotoPreview{background:var(--marfil);border:1px solid #3d405b1f;border-radius:16px;grid-template-columns:96px 1fr;align-items:center;gap:12px;padding:10px;display:grid}.sightingPhotoPreview img{aspect-ratio:1;object-fit:cover;border-radius:14px;width:96px}.sightingPhotoPreview strong{color:var(--bosque);margin-bottom:3px;display:block}.sightingPhotoPreview p{margin-bottom:8px}.honeypotField{width:1px;height:1px;position:absolute;left:-10000px;overflow:hidden}.sightingItem{background:var(--marfil);border:1px solid #3d405b1a;border-radius:16px;grid-template-columns:74px 1fr;gap:12px;padding:12px;display:grid}.sightingItem img{aspect-ratio:1;object-fit:cover;border-radius:14px;width:74px}.sightingItem:not(:has(img)){grid-template-columns:1fr}.sightingItem p{margin-bottom:4px}.sightingItem span{color:var(--coral);font-size:.84rem;font-weight:850}.sightingItem small{color:var(--bosque);opacity:.72;margin-top:5px;font-size:.78rem;font-weight:850;display:inline-block}@media (min-width:980px){.mobileApp{grid-template-columns:1fr;grid-template-areas:"header""verify""welcome""stats""how""quick""map""alerts""report""community""safe";gap:18px;padding-bottom:100px;display:grid}.appHeader{grid-area:header}.verificationBanner{grid-area:verify;margin-bottom:0}.welcomePanel{grid-area:welcome;margin-bottom:0}.heroStatsGrid{grid-area:stats;margin-bottom:0}.howSection{grid-area:how;margin-bottom:0}.mapSection{grid-area:map;margin-bottom:0}.quickGrid{grid-area:quick;margin-bottom:0}.alertSection{grid-area:alerts;margin-bottom:0}.reportSection{grid-area:report;margin-bottom:0}.communitySection{grid-area:community;margin-bottom:0}.safetyBanner{grid-area:safe;margin-bottom:0}}@media (max-width:979px){.mobileApp{width:100%;max-width:100%}.welcomePanel{background:linear-gradient(90deg, #fffaf0fa 0%, #fffaf0e6 46%, #fffaf02e 100%), var(--hero-image) center right / cover no-repeat, var(--paper);grid-template-columns:1fr;min-height:520px;padding:clamp(24px,5vw,42px)}h1{max-width:10ch;font-size:clamp(3rem,10vw,4.6rem)}}@media (max-width:760px){.mobileApp{width:100%;max-width:100%;padding:12px 12px 92px}.appHeader{gap:8px;min-height:62px;padding:8px 10px}.brandMark{width:36px}.brandWordmark{font-size:1.25rem}.brandLogoImage{width:132px;height:46px}.betaVersionBadge{border-radius:12px;width:38px;bottom:82px;left:12px}.betaVersionBadge img{width:26px;height:26px}.betaVersionTooltip{max-width:160px}.topNav{display:none}.headerActions{gap:6px}.ghostIcon,.compactAuthButton{width:40px;min-height:40px}.compactAuthButton{width:44px;padding:0}.compactAuthButton span{clip:rect(0, 0, 0, 0);width:1px;height:1px;position:absolute;overflow:hidden}.myReportsDrawer{width:min(390px,100vw - 18px);padding:14px}.myReportsActions{flex-direction:column;align-items:flex-start}.myReportItem{grid-template-columns:48px minmax(0,1fr)}.myReportPhoto{width:48px}.myReportManageLink,.myReportArchived{grid-column:2;justify-self:start}.welcomePanel{background:linear-gradient(180deg, #fffaf0fa 0%, #fffaf0eb 42%, #fffaf047 100%), var(--hero-image) 58% bottom / cover no-repeat, var(--paper);grid-template-columns:1fr;width:100%;max-width:calc(100vw - 24px);min-height:560px;padding:22px;overflow:hidden}.mapSection,.alertSection,.reportSection,.communitySection,.safetyBanner,.quickGrid,.heroStatsGrid,.howSection{max-width:calc(100vw - 24px)}.welcomePanel p{max-width:30ch}.heroActions{flex-direction:column;align-items:stretch}.heroActions .primaryButton,.heroActions .secondaryButton{width:100%;min-width:0;max-width:100%;padding:0 16px}.heroStatsGrid,.howGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.howGrid:before{display:none}.howStep{min-height:154px}.mapSection{padding:10px}.mapShell{min-height:470px}.activityMap{min-height:390px}.pickerMap{min-height:260px}.quickGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.quickAction{min-width:0;min-height:82px;padding:10px 4px;font-size:.76rem}.quickAction span{text-overflow:ellipsis;white-space:nowrap;max-width:100%;overflow:hidden}.petAlert{grid-template-columns:108px minmax(0,1fr);min-height:150px}.petAvatar{aspect-ratio:auto;width:100%;min-height:134px}.seenButton{grid-column:2;width:fit-content}.formGrid,.rewardOptions,.statsGrid,.detailHero,.detailGrid,.profileHero,.profileGrid,.manageHero,.manageReportSummary,.manageGrid,.managedSightingItem,.sightingSection{grid-template-columns:1fr}.manageReportPhoto,.manageReportPhoto img{min-height:280px}.managedSightingPhoto,.managedSightingPhoto img{min-height:220px}.bottomNav{bottom:10px}}@media (max-width:430px){h1{font-size:2.65rem}.brandName{display:none}.heroStatsGrid,.howGrid{grid-template-columns:1fr}.sectionHead{align-items:flex-start}.sectionHead p:not(.eyebrow){max-width:100%}.filterButton{min-height:38px;padding:0 10px}.quickAction span{font-size:.76rem}.mapCard{width:calc(100% - 20px);padding:13px;bottom:10px;left:10px}.pickerHeader,.pickerMeta{flex-direction:column;align-items:flex-start}.pickerActions{justify-content:flex-start;align-items:stretch;width:100%}.locationButton{width:100%}.bottomNav a{font-size:.68rem}}
.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;top:0;left:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:0 0}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{-webkit-transform-origin:0 0;width:1600px;height:1600px}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{width:auto;padding:0;max-width:none!important;max-height:none!important}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:#33b5e566}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{box-sizing:border-box;z-index:800;width:0;height:0}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{z-index:800;pointer-events:visiblePainted;pointer-events:auto;position:relative}.leaflet-top,.leaflet-bottom{z-index:1000;pointer-events:none;position:absolute}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{outline-offset:1px;background:#ddd}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{background:#ffffff80;border:2px dotted #38f}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:.75rem;line-height:1.5}.leaflet-bar{border-radius:4px;box-shadow:0 1px 5px #000000a6}.leaflet-bar a{text-align:center;color:#000;background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;text-decoration:none;display:block}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom:none;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.leaflet-bar a.leaflet-disabled{cursor:default;color:#bbb;background-color:#f4f4f4}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-right-radius:2px;border-bottom-left-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{text-indent:1px;font:700 18px Lucida Console,Monaco,monospace}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{background:#fff;border-radius:5px;box-shadow:0 1px 5px #0006}.leaflet-control-layers-toggle{background-image:url(../media/layers.1220hx8ja1.sy.png);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(../media/layers-2x.0olxl6i2vnf_c.png);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{color:#333;background:#fff;padding:6px 10px 6px 6px}.leaflet-control-layers-scrollbar{padding-right:5px;overflow:hidden scroll}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{font-size:1.08333em;display:block}.leaflet-control-layers-separator{border-top:1px solid #ddd;height:0;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(../media/marker-icon.0i9~u_difxrfa.png)}.leaflet-container .leaflet-control-attribution{background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{color:#333;padding:0 5px;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{width:1em;height:.6669em;vertical-align:baseline!important;display:inline!important}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{white-space:nowrap;box-sizing:border-box;text-shadow:1px 1px #fff;background:#fffc;border:2px solid #777;border-top:none;padding:2px 5px 1px;line-height:1.1}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{background-clip:padding-box;border:2px solid #0003}.leaflet-popup{text-align:center;margin-bottom:20px;position:absolute}.leaflet-popup-content-wrapper{text-align:left;border-radius:12px;padding:1px}.leaflet-popup-content{min-height:1px;margin:13px 24px 13px 20px;font-size:1.08333em;line-height:1.3}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{pointer-events:none;width:40px;height:20px;margin-top:-1px;margin-left:-20px;position:absolute;left:50%;overflow:hidden}.leaflet-popup-tip{pointer-events:auto;width:17px;height:17px;margin:-10px auto 0;padding:1px;transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{color:#333;background:#fff;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{text-align:center;color:#757575;background:0 0;border:none;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;text-decoration:none;position:absolute;top:0;right:0}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";width:24px;filter:progid:DXImageTransform.Microsoft.Matrix(M11=.707107, M12=.707107, M21=-.707107, M22=.707107);margin:0 auto}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{color:#222;white-space:nowrap;-webkit-user-select:none;user-select:none;pointer-events:none;background-color:#fff;border:1px solid #fff;border-radius:3px;padding:6px;position:absolute;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{pointer-events:none;content:"";background:0 0;border:6px solid #0000;position:absolute}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{margin-left:-6px;left:50%}.leaflet-tooltip-top:before{border-top-color:#fff;margin-bottom:-12px;bottom:0}.leaflet-tooltip-bottom:before{border-bottom-color:#fff;margin-top:-12px;margin-left:-6px;top:0}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{margin-top:-6px;top:50%}.leaflet-tooltip-left:before{border-left-color:#fff;margin-right:-12px;right:0}.leaflet-tooltip-right:before{border-right-color:#fff;margin-left:-12px;left:0}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}
@font-face{font-family:nunito;src:url(../media/nunito_latin_variable_700_900-s.p.0tqkxa-w3pk~c.woff2)format("woff2");font-display:swap;font-weight:700 900}@font-face{font-family:nunito Fallback;src:local(Arial);ascent-override:103.02%;descent-override:35.97%;line-gap-override:0.0%;size-adjust:98.13%}.nunito_e6003002-module__qx4SKG__className{font-family:nunito,nunito Fallback}.nunito_e6003002-module__qx4SKG__variable{--font-nunito:"nunito", "nunito Fallback"}
@font-face{font-family:poppins;src:url(../media/poppins_latin_400-s.p.17-1enzs_j91b.woff2)format("woff2");font-display:swap;font-weight:400;font-style:normal}@font-face{font-family:poppins;src:url(../media/poppins_latin_500-s.p.0uvzar8hswo3p.woff2)format("woff2");font-display:swap;font-weight:500;font-style:normal}@font-face{font-family:poppins;src:url(../media/poppins_latin_600-s.p.12skym0rqknxy.woff2)format("woff2");font-display:swap;font-weight:600;font-style:normal}@font-face{font-family:poppins;src:url(../media/poppins_latin_700-s.p.0~mcdl10zdfb3.woff2)format("woff2");font-display:swap;font-weight:700;font-style:normal}@font-face{font-family:poppins;src:url(../media/poppins_latin_800-s.p.0ub.k0om~_-xi.woff2)format("woff2");font-display:swap;font-weight:800;font-style:normal}@font-face{font-family:poppins;src:url(../media/poppins_latin_900-s.p.0cbnlo4n.czwi.woff2)format("woff2");font-display:swap;font-weight:900;font-style:normal}@font-face{font-family:poppins Fallback;src:local(Arial);ascent-override:92.83%;descent-override:30.94%;line-gap-override:8.84%;size-adjust:113.11%}.poppins_fd7e1e84-module__P_NnNa__className{font-family:poppins,poppins Fallback}.poppins_fd7e1e84-module__P_NnNa__variable{--font-poppins:"poppins", "poppins Fallback"}
@font-face{font-family:manrope;src:url(../media/manrope_latin_variable_600_800-s.p.0kho-wj7-y-w1.woff2)format("woff2");font-display:swap;font-weight:600 800}@font-face{font-family:manrope Fallback;src:local(Arial);ascent-override:106.45%;descent-override:29.96%;line-gap-override:0.0%;size-adjust:100.14%}.manrope_48fa1c1-module__0bn0qa__className{font-family:manrope,manrope Fallback}.manrope_48fa1c1-module__0bn0qa__variable{--font-manrope:"manrope", "manrope Fallback"}
.beta-help-widget-module__lyMGTq__betaHelp{z-index:90;position:relative}.beta-help-widget-module__lyMGTq__floatingButton{right:max(18px, env(safe-area-inset-right));bottom:max(18px, env(safe-area-inset-bottom));z-index:90;color:#fff;min-height:46px;font-family:var(--font-ui), system-ui, sans-serif;cursor:pointer;background:#214e45;border:1px solid #fffaf057;border-radius:999px;justify-content:center;align-items:center;gap:8px;padding:0 16px;font-size:.9rem;font-weight:900;display:inline-flex;position:fixed;box-shadow:0 14px 34px #214e453d}.beta-help-widget-module__lyMGTq__floatingButton:hover{transform:translateY(-1px)}.beta-help-widget-module__lyMGTq__overlay{z-index:100;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#214e4547;place-items:end;padding:18px;display:grid;position:fixed;inset:0}.beta-help-widget-module__lyMGTq__panel{color:#214e45;width:min(420px,100%);font-family:var(--font-ui), system-ui, sans-serif;background:#fffaf0;border:1px solid #214e4529;border-radius:12px;gap:14px;padding:16px;display:grid;box-shadow:0 24px 70px #214e453d}.beta-help-widget-module__lyMGTq__header{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.beta-help-widget-module__lyMGTq__header p{color:#e07057;text-transform:uppercase;margin:0 0 4px;font-size:.72rem;font-weight:950}.beta-help-widget-module__lyMGTq__header h2{color:#214e45;font-family:var(--font-title), system-ui, sans-serif;margin:0;font-size:1.58rem;line-height:1}.beta-help-widget-module__lyMGTq__closeButton{color:#214e45;cursor:pointer;background:#ffffffc7;border:1px solid #214e4529;border-radius:10px;place-items:center;width:40px;height:40px;display:grid}.beta-help-widget-module__lyMGTq__form{gap:12px;display:grid}.beta-help-widget-module__lyMGTq__form label{color:#214e45;gap:7px;font-size:.84rem;font-weight:900;display:grid}.beta-help-widget-module__lyMGTq__selectWrap{background:#fff;border:1px solid #214e4524;border-radius:10px;grid-template-columns:22px 1fr;align-items:center;gap:8px;min-height:44px;padding:0 12px;display:grid}.beta-help-widget-module__lyMGTq__selectWrap select,.beta-help-widget-module__lyMGTq__form input,.beta-help-widget-module__lyMGTq__form textarea{color:#2b2b2b;width:100%;font:inherit;background:#fff;border:1px solid #214e4524;border-radius:10px;outline:none}.beta-help-widget-module__lyMGTq__selectWrap select{background:0 0;border:0;min-height:42px}.beta-help-widget-module__lyMGTq__form input{min-height:44px;padding:0 12px}.beta-help-widget-module__lyMGTq__form textarea{resize:vertical;min-height:132px;padding:12px;line-height:1.35}.beta-help-widget-module__lyMGTq__formFooter{justify-content:space-between;align-items:center;gap:12px;display:flex}.beta-help-widget-module__lyMGTq__formFooter span{color:#2b2b2b94;font-size:.78rem;font-weight:850}.beta-help-widget-module__lyMGTq__submitButton{color:#fff;cursor:pointer;background:#e07057;border:0;border-radius:12px;justify-content:center;align-items:center;gap:8px;min-height:42px;padding:0 16px;font-weight:950;display:inline-flex}.beta-help-widget-module__lyMGTq__message{color:#e07057;margin:0;font-size:.84rem;font-weight:850}@media (max-width:760px){.beta-help-widget-module__lyMGTq__floatingButton{right:14px;bottom:calc(86px + env(safe-area-inset-bottom));width:46px;padding:0}.beta-help-widget-module__lyMGTq__floatingButton span{clip:rect(0, 0, 0, 0);width:1px;height:1px;position:absolute;overflow:hidden}.beta-help-widget-module__lyMGTq__overlay{align-items:end;padding:12px}.beta-help-widget-module__lyMGTq__panel{width:100%}}
