:root,[data-theme=light]{color-scheme:light;--bg:#ffffff;--bg-sub:#f3f5f8;--surface:#ffffff;--surface-2:#f7f9fb;--text:#0c1620;--text-2:#52616f;--text-3:#8a98a6;--border:#e6eaee;--border-2:#d8dde3;--brand:#ff1800;--brand-2:#ff4226;--brand-ink:#ffffff;--brand-soft:#fff0ec;--ocean:#0c7b8c;--ocean-soft:#e1f2f4;--green:#1f8a5b;--green-soft:#e6f6ee;--amber:#c97a0a;--amber-soft:#fbf0db;--hl-bg:#fef08a;--hl-fg:#1f2937;--shadow:0 1px 2px rgba(12,22,32,0.05),0 12px 32px -18px rgba(12,22,32,0.25);--ray:rgba(255,255,255,0.16)}[data-theme=dark]{color-scheme:dark;--bg:#070b10;--bg-sub:#080d13;--surface:#0f1822;--surface-2:#13202c;--text:#eef3f8;--text-2:#9eb0bf;--text-3:#69798a;--border:#1b2733;--border-2:#26333f;--brand:#ff3a22;--brand-2:#ff5a44;--brand-ink:#0a0f14;--brand-soft:#2a1410;--ocean:#2cb4c5;--ocean-soft:#0e2c31;--green:#3fbd80;--green-soft:#0e2a1d;--amber:#f0b24a;--amber-soft:#241a09;--hl-bg:rgba(253,224,71,0.18);--hl-fg:#fde047;--shadow:0 1px 2px rgba(0,0,0,0.4),0 18px 44px -20px rgba(0,0,0,0.75);--ray:rgba(255,255,255,0.12)}[data-bs-theme]{--bs-primary:var(--brand);--bs-primary-rgb:255,24,0;--bs-link-color:var(--brand);--bs-link-hover-color:var(--brand-2)}body{font-family:var(--font-body),-apple-system,system-ui,"Segoe UI",Roboto,sans-serif}.font-display{font-family:var(--font-display),sans-serif}::selection{background:var(--brand);color:#fff}@keyframes rscFade{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}@keyframes rscFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-7px)}}.rsc-app{min-height:100vh;background:var(--bg)}.rsc-lift{transition:transform .22s ease,box-shadow .22s ease}.rsc-lift:hover{transform:translateY(-5px)}.rsc-lift-sm{transition:transform .22s ease}.rsc-lift-sm:hover{transform:translateY(-4px)}.rsc-gal-nav{opacity:0;transition:opacity .15s ease}.rsc-gal-main:hover .rsc-gal-nav{opacity:1}@media (hover:none){.rsc-gal-nav{opacity:.92}}.rsc-navbtn{color:var(--text-2)}.rsc-navbtn.active,.rsc-navbtn:hover{color:var(--text)}.rsc-list-link:hover,.rsc-taxa-link:hover{background:var(--surface-2)}.rsc-list-link:hover{color:var(--brand)}.rsc-chip{transition:border-color .15s ease,color .15s ease}.rsc-chip:hover{border-color:var(--brand);color:var(--brand)}.rsc-az-letter:hover{background:var(--brand-soft);color:var(--brand)!important}.rsc-az-row:hover{background:var(--surface-2)}@media (max-width:640px){.rsc-az-cols{column-count:1!important}}.rsc-crumb:hover{color:var(--brand)!important;opacity:1!important}.rsc-reset-link{text-decoration:none;color:inherit}.rsc-reset-link:hover{color:inherit}@keyframes rscSearchFade{0%{opacity:0}to{opacity:1}}@keyframes rscSearchDrop{0%{opacity:0;transform:translateX(-50%) translateY(-20px)}to{opacity:1;transform:translateX(-50%) translateY(0)}}.sow-search-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.5);z-index:1040;animation:rscSearchFade .2s ease-in-out}.sow-search-popup{position:fixed;top:80px;left:50%;transform:translateX(-50%);width:90%;max-width:600px;background:var(--surface);border:1px solid var(--border);border-radius:14px;z-index:1050;animation:rscSearchDrop .3s ease-out;overflow:hidden;box-shadow:var(--shadow)}.sow-search-popup-header{padding:1rem 1.25rem;border-bottom:1px solid var(--border);background:var(--surface-2)}.sow-search-popup-header input{font-size:1rem;padding:.5rem 0;background:transparent;color:var(--text)}.sow-search-popup-results{max-height:400px;overflow-y:auto}.sow-search-popup-results .list-suggestion{padding:.5rem 0;margin:0}.sow-search-popup-results .list-group-item{border:none;border-radius:0;padding:.75rem 1.25rem;background:transparent;color:var(--text);transition:background-color .15s ease-in-out}.sow-search-popup-results .list-group-item:hover{background-color:var(--surface-2)}@media (max-width:768px){.sow-search-popup{top:60px;width:95%;max-width:none}}.rsc-app .form-control,.rsc-app .form-select{background:var(--surface-2);border:1px solid var(--border-2);color:var(--text);border-radius:12px}.rsc-app .form-control::placeholder{color:var(--text-3)}.rsc-app .form-floating>.form-control::placeholder{color:transparent}.rsc-app .form-control:focus,.rsc-app .form-select:focus{background:var(--surface);border-color:var(--brand);color:var(--text);box-shadow:0 0 0 3px color-mix(in srgb,var(--brand) 22%,transparent)}.rsc-app .form-floating>.form-control:focus~label,.rsc-app .form-floating>.form-control:not(:placeholder-shown)~label{opacity:1}@media (min-width:1200px){.rsc-app .container{max-width:1280px}}.rsc-app .card{background:var(--surface);border:1px solid var(--border);border-radius:16px;box-shadow:var(--shadow);color:var(--text)}.rsc-app .card-header{background:var(--surface-2);border-bottom:1px solid var(--border);color:var(--text)}.rsc-app .card-footer{background:transparent;border-top:1px solid var(--border)}.rsc-app .badge.bg-primary{background-color:var(--brand)!important}.rsc-app .btn-primary{--bs-btn-color:#fff;--bs-btn-bg:var(--brand);--bs-btn-border-color:var(--brand);--bs-btn-hover-color:#fff;--bs-btn-hover-bg:var(--brand-2);--bs-btn-hover-border-color:var(--brand-2);--bs-btn-active-color:#fff;--bs-btn-active-bg:var(--brand-2);--bs-btn-active-border-color:var(--brand-2);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:var(--brand);--bs-btn-disabled-border-color:var(--brand);border-radius:12px}.rsc-app .btn-outline-primary{--bs-btn-color:var(--brand);--bs-btn-border-color:var(--brand);--bs-btn-hover-bg:var(--brand);--bs-btn-hover-border-color:var(--brand);--bs-btn-hover-color:#fff;--bs-btn-active-bg:var(--brand-2);--bs-btn-active-border-color:var(--brand-2);--bs-btn-active-color:#fff;border-radius:12px}.rsc-app .btn-outline-secondary{--bs-btn-color:var(--text-2);--bs-btn-border-color:var(--border-2);--bs-btn-hover-bg:var(--surface-2);--bs-btn-hover-border-color:var(--brand);--bs-btn-hover-color:var(--text);--bs-btn-active-bg:var(--surface-2);--bs-btn-active-border-color:var(--brand);--bs-btn-active-color:var(--text);border-radius:12px}.rsc-mtable{width:100%;border-collapse:collapse;font-size:13.5px}.rsc-mtable th{color:var(--text-3);font-weight:700;font-size:12px;padding:8px 6px;border-bottom:1px solid var(--border);white-space:nowrap}.rsc-mtable td{padding:9px 6px;border-top:1px solid var(--border);color:var(--text)}.rsc-mtable tbody tr:hover{background:var(--surface-2)}.rsc-mtable a{color:var(--text);text-decoration:none;font-weight:600}.rsc-mtable a:hover{color:var(--brand)}.rsc-prose{color:var(--text-2);font-size:15.5px;line-height:1.75}.rsc-prose h2{font-size:24px;margin:34px 0 10px}.rsc-prose h2,.rsc-prose h3{font-family:var(--font-display),sans-serif;color:var(--text);font-weight:700;letter-spacing:-.01em}.rsc-prose h3{font-size:19px;margin:26px 0 8px}.rsc-prose h2:first-child,.rsc-prose h3:first-child{margin-top:0}.rsc-prose p{margin:0 0 14px}.rsc-prose ol,.rsc-prose ul{margin:0 0 16px;padding-left:22px}.rsc-prose li{margin:5px 0}.rsc-prose a{color:var(--brand);text-decoration:none}.rsc-prose a:hover{text-decoration:underline}.rsc-prose b,.rsc-prose strong{color:var(--text)}.rsc-prose blockquote{margin:26px 0;padding:4px 0 4px 22px;border-left:4px solid var(--brand);border-radius:0;background:none;box-shadow:none;font-style:normal;font-family:var(--font-display),sans-serif;font-weight:600;font-size:22px;line-height:1.35;letter-spacing:-.01em;color:var(--text)}.rsc-prose blockquote p{color:var(--text)}.rsc-prose blockquote cite{display:block;margin-top:10px;font-family:var(--font-body),sans-serif;font-weight:600;font-size:13.5px;color:var(--text-3);font-style:normal}.rsc-prose figure{margin:26px 0}.rsc-prose figcaption{margin-top:8px;font-size:12.5px;color:var(--text-3);text-align:center}.rsc-prose img:not(.creature-in-article){width:100%;height:auto;display:block;border-radius:14px;margin:22px 0}.vocab-term-body{display:flow-root}.rsc-prose .vocab-figure{margin:2px 0 22px}.rsc-prose .vocab-figure img{width:100%;height:auto;display:block;border-radius:0;margin:0}.rsc-prose .vocab-figure figcaption{margin-top:6px;font-size:12px;line-height:1.45;color:var(--text-3);text-align:center}@media (min-width:760px){.rsc-prose .vocab-figure{float:right;width:min(400px,42%);margin:2px 0 26px 38px}.rsc-prose .vocab-figure.wide{width:min(620px,52%)}}.rsc-post-body{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:34px;align-items:start}.rsc-post-side{position:sticky;top:78px;display:flex;flex-direction:column;gap:20px;min-width:0}@media (max-width:980px){.rsc-post-body{grid-template-columns:1fr}.rsc-post-side{position:static}}.rsc-tax-img{aspect-ratio:16/9}@media (min-width:768px){.rsc-tax-img{aspect-ratio:auto;height:100%;min-height:230px}}.rsc-tax-float-img{margin:0 0 16px}@media (min-width:768px){.rsc-tax-float-img{float:left;width:46%;margin:4px 28px 14px 0}}.rsc-pf-shell{display:grid;grid-template-columns:300px minmax(0,1fr);gap:30px;align-items:start}.rsc-pf-side{min-width:0}.rsc-pf-nav:hover{background:var(--surface-2)!important}@media (max-width:900px){.rsc-pf-shell{grid-template-columns:1fr}.rsc-pf-side>div{position:static!important}}.rsc-app .form-floating>.form-control:focus~label,.rsc-app .form-floating>.form-control:not(:placeholder-shown)~label,.rsc-app .form-floating>label{color:var(--text-3)}.rsc-filter-row{display:flex;align-items:baseline;flex-wrap:wrap;gap:7px 12px}.rsc-filter-label{flex-shrink:0;min-width:60px;color:var(--text-3);font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.rsc-filter-pills{display:flex;flex-wrap:wrap;gap:7px}.rsc-filter-pill{display:inline-flex;align-items:center;gap:7px;white-space:nowrap;text-decoration:none;padding:5px 11px;border-radius:999px;font-size:13px;font-weight:600;border:1px solid var(--border-2);background:var(--surface);color:var(--text-2);transition:border-color .15s ease,color .15s ease,background .15s ease}.rsc-filter-pill:hover{border-color:var(--brand);color:var(--text)}.rsc-filter-pill.active{background:var(--brand);border-color:var(--brand);color:#fff}.rsc-filter-count{font-size:11px;font-weight:700;line-height:1;padding:2px 6px;border-radius:999px;background:var(--surface-2);color:var(--text-3)}.rsc-filter-pill.active .rsc-filter-count{background:rgba(255,255,255,.22);color:#fff}.rsc-map-box{height:460px}@media (max-width:768px){.rsc-map-box{height:300px}}[data-loc-card]{transition:border-color .15s ease}[data-loc-card]:hover{border-color:var(--brand)!important}html[data-bs-theme=dark] .gm-style .gm-bundled-control,html[data-bs-theme=dark] .gm-style .gm-bundled-control button,html[data-bs-theme=dark] .gm-style .gm-bundled-control div,html[data-bs-theme=dark] .gm-style .gm-fullscreen-control,html[data-bs-theme=dark] .gm-style .gm-style-cc a,html[data-bs-theme=dark] .gm-style .gm-style-cc div,html[data-bs-theme=dark] .gm-style .gm-style-cc span,html[data-bs-theme=dark] .gm-style .gm-style-mtc-bbw button,html[data-bs-theme=dark] .gm-style .gm-svpc,html[data-bs-theme=dark] .gm-style .gm-svpc div{background-color:var(--surface)!important;color:var(--text-2)!important}html[data-bs-theme=dark] .gm-style .gm-fullscreen-control,html[data-bs-theme=dark] .gm-style .gm-svpc{border:1px solid var(--border)!important;border-radius:9px!important;box-shadow:0 2px 8px rgba(0,0,0,.3)!important}html[data-bs-theme=dark] .gm-style .gm-fullscreen-control:hover,html[data-bs-theme=dark] .gm-style .gm-svpc:hover{background-color:var(--surface-2)!important}html[data-bs-theme=dark] .gm-style .gm-style-mtc-bbw{border:1px solid var(--border)!important;border-radius:9px!important;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.3)!important}html[data-bs-theme=dark] .gm-style .gm-style-mtc-bbw button{border:none!important;font-weight:600!important}html[data-bs-theme=dark] .gm-style .gm-style-mtc-bbw button[aria-checked=true],html[data-bs-theme=dark] .gm-style .gm-style-mtc-bbw button[aria-pressed=true]{background-color:var(--brand-soft)!important;color:var(--brand)!important}html[data-bs-theme=dark] .gm-style .gm-bundled-control,html[data-bs-theme=dark] .gm-style .gm-bundled-control>div{border-radius:9px!important}html[data-bs-theme=dark] .gm-style .gm-bundled-control{border:1px solid var(--border)!important;box-shadow:0 2px 8px rgba(0,0,0,.3)!important}html[data-bs-theme=dark] .gm-style .gm-bundled-control button:hover{background-color:var(--surface-2)!important}.rsc-maplink{display:inline-block;padding:6px 14px;font-size:13px;font-weight:600;border-radius:10px;background:var(--surface-2);border:1px solid var(--border-2);color:var(--text-2);text-decoration:none;transition:border-color .15s ease,color .15s ease,background .15s ease}.rsc-maplink:hover{border-color:var(--brand);color:var(--brand);background:var(--brand-soft)}.rsc-prose a.rsc-maplink{color:var(--text-2);font-weight:600}.rsc-contact a,.rsc-prose a.rsc-maplink:hover{color:var(--brand);text-decoration:none}.rsc-contact a{font-weight:600}.rsc-contact a:hover{text-decoration:underline}@keyframes rscSpin{to{transform:rotate(1turn)}}.rsc-spinner{width:44px;height:44px;border-radius:50%;border:3px solid var(--border-2);border-top-color:var(--brand);animation:rscSpin .7s linear infinite}.rsc-spinner-sm{width:18px;height:18px;border-width:2px}.rsc-scroll{scrollbar-width:thin}.rsc-scroll::-webkit-scrollbar{height:8px}.rsc-scroll::-webkit-scrollbar-thumb{background:var(--border-2);border-radius:8px}.rsc-hero-mock{position:relative;width:min(520px,94vw);aspect-ratio:10/9;margin-inline:auto}.rsc-hero-ipad,.rsc-hero-iphone{position:absolute}.rsc-hero-screen{display:block;overflow:hidden}.rsc-hero-screen img{display:block;width:100%;height:auto}.rsc-hero-ipad{top:0;right:-7%;width:80%;padding:.7%;border-radius:16px;background:linear-gradient(150deg,#26272b,#0c0c0e);box-shadow:0 22px 50px rgba(0,0,0,.26)}.rsc-hero-ipad .rsc-hero-screen{border-radius:14px}.rsc-hero-iphone{bottom:0;left:2%;width:39%;z-index:2;padding:.7%;border-radius:26px;background:linear-gradient(150deg,#2a2b2f,#0b0b0d);box-shadow:0 26px 52px rgba(0,0,0,.32)}.rsc-hero-iphone .rsc-hero-screen{border-radius:24px}.rsc-hero-mock-portrait{aspect-ratio:10/10.4}.rsc-hero-mock-portrait .rsc-hero-ipad{width:58%;right:0}.rsc-hero-mock-portrait .rsc-hero-iphone{width:42%}@media (max-width:640px){.rsc-hero-mock{width:min(440px,92vw);aspect-ratio:10/8.7}.rsc-hero-mock-portrait{aspect-ratio:10/10.2}.rsc-hero-ipad{right:0;width:82%}.rsc-hero-iphone{left:0;width:40%}}.rsc-store-row{--shot-h:clamp(360px,56vh,460px);display:flex;gap:16px;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scroll-padding-inline:20px;margin-inline:-20px;padding:4px 20px 16px;scrollbar-width:none}.rsc-store-row::-webkit-scrollbar{display:none}.rsc-store-shot{flex:0 0 auto;scroll-snap-align:center;height:var(--shot-h);border-radius:22px;overflow:hidden;border:1px solid var(--border-2);background:var(--surface-2);box-shadow:var(--shadow)}.rsc-store-shot img{display:block;height:100%;width:auto;object-fit:cover}.rsc-store-shot-watch{height:calc(var(--shot-h) * .6)}@media (max-width:640px){.rsc-store-row{--shot-h:min(64vh,460px)}.rsc-store-shot-ipad{height:calc(var(--shot-h) * .62)}}.rsc-nitrox-hero{position:relative;width:min(420px,90vw);aspect-ratio:10/14;margin-inline:auto}.rsc-nitrox-phone,.rsc-nitrox-watch{position:absolute}.rsc-nitrox-phone{top:0;right:3%;width:62%;z-index:1;padding:1.1%;border-radius:32px;background:linear-gradient(150deg,#2a2b2f,#0b0b0d);box-shadow:0 26px 52px rgba(0,0,0,.32)}.rsc-nitrox-phone .rsc-hero-screen{border-radius:28px}.rsc-nitrox-watch{top:15%;left:9%;width:35%;z-index:2;padding:2.1%;border-radius:26px;background:linear-gradient(150deg,#26272b,#0c0c0e);box-shadow:0 20px 44px rgba(0,0,0,.36)}.rsc-nitrox-watch .rsc-hero-screen{border-radius:20px}@media (max-width:640px){.rsc-nitrox-hero{width:min(400px,92vw)}.rsc-nitrox-phone{right:0;width:64%}.rsc-nitrox-watch{left:8%;width:37%}}.rsc-sticker-teaser{transition:border-color .18s ease,box-shadow .18s ease}.rsc-sticker-teaser:hover{border-color:var(--border-2);box-shadow:var(--shadow-lg,var(--shadow))}.rsc-sticker-tile{transition:transform .18s ease,border-color .18s ease}.rsc-sticker-teaser:hover .rsc-sticker-tile{border-color:var(--border-2)}.rsc-sticker-tile:hover{transform:translateY(-3px);border-color:var(--ocean)}@media (prefers-reduced-motion:reduce){.rsc-sticker-tile{transition:border-color .18s ease}.rsc-sticker-tile:hover{transform:none}}.affiliate-banner-slot{width:100%;margin:0 auto;max-width:var(--rsc-banner-max-m);aspect-ratio:var(--rsc-banner-ratio-m)}@media (min-width:768px){.affiliate-banner-slot{max-width:var(--rsc-banner-max-d);aspect-ratio:var(--rsc-banner-ratio-d)}}.creatures-found .creatures-grid{display:grid;grid-template-columns:repeat(1,1fr);gap:.5rem}@media (min-width:768px){.creatures-found .creatures-grid{grid-template-columns:repeat(2,1fr)}}.creatures-found .creature-card{display:flex;align-items:center;padding:.5rem;background:var(--surface-2);border:1px solid var(--border);border-radius:8px;text-decoration:none;color:inherit;transition:all .2s ease}.creatures-found .creature-card:hover{border-color:var(--brand);box-shadow:var(--shadow);transform:translateY(-1px)}.creatures-found .creature-image{width:50px;height:50px;border-radius:6px;overflow:hidden;flex-shrink:0;background:var(--surface)}.creatures-found .creature-image img{width:100%;height:100%;object-fit:cover}.creatures-found .no-image{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:var(--text-3)}.creatures-found .creature-info{flex:1 1;min-width:0;padding:0 .75rem}.creatures-found .creature-name{font-weight:500;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:.9rem}.creatures-found .creature-latin{font-size:.75rem;color:var(--text-3);font-style:italic;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.creatures-found .creature-arrow{color:var(--text-3);flex-shrink:0}.creatures-found .creature-card:hover .creature-arrow{color:var(--brand)}.rsc-media-fill{aspect-ratio:16/9}@media (min-width:992px){.rsc-media-fill{aspect-ratio:auto;height:100%;min-height:var(--media-min-h,0)}}.rsc-conditions-cols{display:grid;gap:0 34px}@media (min-width:576px){.rsc-conditions-cols{grid-template-columns:1fr 1fr}}.rsc-more-langs>summary{list-style:none;cursor:pointer;padding:9px 0 2px;border-top:1px solid var(--border);font-size:12.5px;font-weight:600;color:var(--ocean)}.rsc-more-langs>summary::-webkit-details-marker{display:none}.rsc-more-langs>summary:after{content:" ▾";font-size:11px}.rsc-more-langs[open]>summary:after{content:" ▴"}.rsc-more-langs>summary:hover{text-decoration:underline}.fishid-match{display:grid;grid-template-columns:280px 1fr auto;align-items:center;gap:18px;padding:14px;border:1px solid var(--border);border-radius:16px}.fishid-match .shot,.fishid-match.is-top{background:var(--surface-2)}.fishid-match .shot{width:100%;aspect-ratio:16/9;border-radius:12px;overflow:hidden}.fishid-match .shot img{width:100%;height:100%;object-fit:cover;display:block}.fishid-match .body{min-width:0}.fishid-match .score-row{display:block;margin-bottom:8px}.fishid-match .name{display:block;font-size:19px;font-weight:600;line-height:1.25}.fishid-match.is-top .name{font-weight:700}.fishid-match .latin{display:block;font-style:italic;color:var(--text-3);font-size:14.5px;margin-top:3px}.fishid-match .cat{display:inline-flex;align-items:center;gap:6px;margin-top:10px;padding:4px 10px;border:1px solid var(--border);border-radius:999px;font-size:12.5px;color:var(--text-2);text-decoration:none}.fishid-match .cat:hover{border-color:var(--brand);color:var(--brand)}@media (max-width:640px){.fishid-match{grid-template-columns:55% 1fr;gap:12px}.fishid-match .view{grid-column:1/-1;justify-self:stretch;text-align:center}}.fishid-busy{display:flex;align-items:center;justify-content:center;gap:12px;margin-top:14px;color:var(--text-2);font-size:15px}.fishid-spinner{width:22px;height:22px;border-radius:50%;border:2.5px solid var(--border);border-top-color:var(--brand);animation:fishid-spin .8s linear infinite;flex:none}@keyframes fishid-spin{to{transform:rotate(1turn)}}@media (prefers-reduced-motion:reduce){.fishid-spinner{animation:fishid-pulse 1.4s ease-in-out infinite}@keyframes fishid-pulse{50%{opacity:.35}}}.fishid-hist{display:grid;grid-template-columns:260px 1fr;gap:18px;align-items:start;padding-bottom:18px;border-bottom:1px solid var(--border)}.fishid-hist .shot{width:100%;aspect-ratio:16/9;border-radius:12px;overflow:hidden;background:var(--surface-2);display:block;padding:0;border:0;cursor:zoom-in}.fishid-hist .shot img{width:100%;height:100%;object-fit:cover;display:block}@media (max-width:640px){.fishid-hist{grid-template-columns:1fr;gap:12px}}.fishid-decoy{margin-top:16px;display:grid;grid-template-columns:38% 1fr;align-items:center;gap:18px;padding:16px;border:1px solid var(--border);border-radius:16px;background:var(--surface-2)}.fishid-decoy img{width:100%;height:auto;display:block;border-radius:12px}.fishid-decoy .say{display:grid;gap:8px;min-width:0}.fishid-decoy .say strong{font-size:18px;color:var(--text)}.fishid-decoy .joke{font-size:15px;line-height:1.55;color:var(--text-2)}.fishid-decoy .note{font-size:13.5px;line-height:1.5;color:var(--text-3)}.fishid-decoy-lead{margin:18px 0 0;font-size:14.5px;line-height:1.55;color:var(--text-3)}@media (max-width:640px){.fishid-decoy{grid-template-columns:1fr;gap:14px}}.fishid-head{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;flex-wrap:wrap}.fishid-head>header{flex:1 1 420px;min-width:0}.fishid-account{display:flex;flex-direction:column;align-items:center;gap:14px;flex:0 1 340px;padding:16px 18px;border:1px solid var(--border);border-radius:12px;background:var(--surface-2)}.fishid-account-rows{display:grid;grid-template-columns:auto 1fr;gap:6px 16px;width:100%;margin:0;font-size:13.5px}.fishid-account-rows dt{color:var(--text-3);white-space:nowrap}.fishid-account-rows dd{margin:0;text-align:right;font-weight:600}.fishid-account-note{margin:0;font-size:12.5px;line-height:1.5;color:var(--text-2)}.fishid-manage{padding:9px 18px;border:1px solid var(--border);border-radius:999px;background:var(--surface);font-family:inherit;font-size:13.5px;font-weight:600;color:var(--text);cursor:pointer;white-space:nowrap;display:inline-block;text-decoration:none}.fishid-manage-primary,.fishid-manage:hover:not(:disabled){border-color:var(--brand);color:var(--brand)}.fishid-manage:disabled{opacity:.5;cursor:default}.fishid-signin-col{flex:0 1 500px;min-width:0}.fishid-signin-col>div{margin-bottom:0}.fishid-pitch{margin-top:40px;padding-top:32px;border-top:1px solid var(--border)}.fishid-pitch-steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:26px;margin:0;padding:0;list-style:none;counter-reset:fishid-step}.fishid-pitch-steps li{counter-increment:fishid-step}.fishid-pitch-steps h3{margin:0 0 6px;font-size:15px;font-weight:700}.fishid-pitch-steps h3:before{content:counter(fishid-step);display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;margin-right:9px;border-radius:999px;background:var(--ocean);color:#fff;font-size:12px}.fishid-pitch-steps p{margin:0;font-size:14px;line-height:1.55;color:var(--text-2)}.fishid-pitch-notes{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px 26px;margin:30px 0 0;padding:0;list-style:none}.fishid-pitch-notes li{font-size:13.5px;line-height:1.55;color:var(--text-2)}.fishid-pitch-notes strong{color:var(--text)}.fishid-pitch-cta{display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap;margin-top:30px;padding:18px 20px;border:1px solid var(--border);border-radius:12px;background:var(--surface-2)}.fishid-pitch-cta p{margin:0;max-width:640px;font-size:14px;line-height:1.55;color:var(--text-2)}@media (max-width:860px){.fishid-pitch-notes,.fishid-pitch-steps{grid-template-columns:1fr}}.fishid-account-fine{flex-basis:100%;margin:0;font-size:11.5px;line-height:1.5;color:var(--text-3)}.fishid-account-fine a{color:var(--text-2)}.fishid-account-actions{display:flex;flex-direction:column;align-items:center;gap:8px}.fishid-account-link{font-size:12.5px;color:var(--text-3)}.fishid-account-link:hover{color:var(--brand)}.fishid-account-error{flex-basis:100%;margin:0;font-size:12.5px;color:var(--brand)}@media (max-width:720px){.fishid-account{flex-basis:100%;align-items:stretch}.fishid-manage{text-align:center}}.fishid-pricing-group{margin-top:40px}.fishid-pricing-group h2{font-size:20px;margin:0 0 4px}.fishid-pricing-group>p{margin:0 0 16px;max-width:620px;font-size:13.5px;line-height:1.55;color:var(--text-3)}.fishid-pricing-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px}.fishid-card{position:relative;display:flex;flex-direction:column;gap:6px;padding:20px;border:1px solid var(--border);border-radius:14px;background:var(--surface-2)}.fishid-card-best{border-color:var(--brand)}.fishid-card-flag{position:absolute;top:-10px;left:20px;padding:3px 9px;border-radius:999px;background:var(--brand);color:var(--brand-ink);font-size:11px;font-weight:700;letter-spacing:.03em}.fishid-card h3{margin:0;font-size:16px}.fishid-card-price{margin:0;font-size:26px;font-weight:700;line-height:1.1}.fishid-card-price span{font-size:13px;font-weight:500;color:var(--text-3)}.fishid-card-note{margin:0;font-size:12.5px;line-height:1.5;color:var(--text-3);flex:1 1}.fishid-card button{padding:10px 14px;border:1px solid var(--brand);border-radius:10px;background:var(--brand);color:var(--brand-ink);font-family:inherit;font-size:14px;font-weight:600;cursor:pointer}.fishid-card button:disabled{opacity:.55;cursor:default}.fishid-card:not(.fishid-card-best) button{background:transparent;border-color:var(--border);color:var(--text)}.fishid-card:not(.fishid-card-best) button:hover:not(:disabled){border-color:var(--brand);color:var(--brand)}.fishid-pricing-note{margin:20px 0 0;font-size:13.5px;color:var(--text-2)}.fishid-pricing-fine{margin:36px 0 0;font-size:12px;line-height:1.6;color:var(--text-3)}