@import"https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:wght@600&family=Lato:wght@400&display=swap";.logbook-button{width:40px!important;height:40px!important;min-width:40px!important;padding:0!important;margin-right:20px;border-radius:6px;border:1px solid #ccc;background-color:#eee;font-size:1.1rem;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.logbook-button:hover{background-color:#ddd}.logbook-close-button{all:unset;cursor:pointer;font-size:1.1rem;line-height:1;color:#333;width:auto!important;height:auto!important;padding:4px!important;margin:0!important}.logbook-close-button:hover,.logbook-close-button:focus{color:#000;outline:none;border-radius:6px}.logbook-container{position:fixed;top:90px;left:20px;width:320px;height:240px;min-width:280px;min-height:200px;max-width:35vw;max-height:75vh;resize:both;overflow:auto;display:flex;flex-direction:column;background-color:#fff;border:1px solid #ccc;border-radius:8px;padding:16px;box-shadow:0 8px 20px #0003;z-index:9999}.logbook-inner{display:flex;flex-direction:column;height:100%}.logbook-header{display:flex;justify-content:space-between;align-items:center;padding-bottom:8px;border-bottom:1px solid #ccc}.logbook-title{font-size:1.25rem;font-weight:700;color:#222;margin:0}.logbook-body{flex:1;margin-top:12px;overflow-y:auto;font-size:1rem;color:#333}.logbook-body h4{font-size:1.2rem;font-weight:500;margin-bottom:0;color:#222}.logbook-body .logbook-page-name{font-weight:600;color:#005f8f;background-color:#eef6fb;padding:2px 6px;border-radius:4px;white-space:nowrap}.logbook-nav{display:flex;justify-content:center;align-items:center;padding-top:12px;border-top:1px solid #ccc;margin-top:auto;font-size:.8rem;gap:4px;overflow-x:auto;white-space:nowrap;scrollbar-width:none}.logbook-nav::-webkit-scrollbar{display:none}.logbook-nav h4{margin:0;font-size:.8rem;font-weight:600;flex:0 0 auto}.logbook-nav a{color:#005f8f;text-decoration:none;cursor:pointer;transition:color .2s ease;white-space:nowrap}.logbook-nav a:hover{color:#003f5f;text-decoration:underline}.logbook-nav span{color:#999;font-size:.8rem;padding:0 2px;flex:0 0 auto}.logbook-section{padding:12px 0;font-size:1rem;color:#333;line-height:1.5}.page-overview{overflow-y:auto}.overview-box{background:linear-gradient(to bottom right,#fdfdfd,#f4faff);border-left:5px solid #4da6ff;padding:14px 16px;border-radius:8px;box-shadow:0 2px 5px #0000000d;position:relative;transition:background-color .3s ease}.overview-box:hover{background:linear-gradient(to bottom right,#f8fbff,#eaf4ff)}.overview-box p{margin:0;font-size:1rem;line-height:1.6;color:#2a2a2a}.page-faq{overflow-y:auto}.faqBox{display:flex;flex-direction:column;gap:16px}.faqItem{background:#f5faff;border:1px solid #cce6ff;border-radius:8px;padding:16px 14px;box-shadow:0 1px 4px #0000000a;transition:background-color .3s ease}.faqItem:hover:not(.open){background-color:#d0e6ff}.faqItem.open{background-color:#d0e6ff}.faq-toggle{all:unset;display:flex;justify-content:flex-start;align-items:center;width:100%;font-weight:600;color:#003f5f;font-size:1rem;cursor:pointer;border-radius:8px;transition:background-color .3s ease;background:transparent!important;box-shadow:none!important}.faq-toggle:hover,.faq-toggle:focus{background:transparent!important;box-shadow:none!important;outline:none!important;border:none!important;transform:none!important}.faq-answer-container{max-height:0;overflow:hidden;padding:0 14px;transition:max-height .35s ease,padding .35s ease}.faqItem.open .faq-answer-container{max-height:500px;padding:12px 14px 0}.faq-answer{margin:0;font-size:.95rem;color:#444;line-height:1.4}.visited-stamps{height:100%;width:100%;padding:12px;display:flex;flex-direction:column}.visited-saved-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px;gap:8px}.visited-saved-header h3{margin:0;font-weight:600;color:#222;-webkit-user-select:none;user-select:none;flex-shrink:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.clear-button{all:unset;display:inline-block;border:1.5px solid #888;border-radius:6px;font-size:.9rem;color:#444;padding:4px 8px;line-height:1;min-width:30px;max-width:100px;width:auto;flex-shrink:1;white-space:nowrap;text-align:center;-webkit-user-select:none;user-select:none;cursor:pointer;transition:background-color .25s ease,color .25s ease}.clear-button:hover{background-color:#eee;color:#000}.stamp-grid{flex:1;display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:16px;justify-items:center;align-items:center;height:100%;width:100%;margin:12px auto}.stamp{position:relative;display:flex;flex-direction:column;align-items:center;transition:transform .3s ease;-webkit-user-select:none;user-select:none}.stamp-insignia{position:absolute;top:40%;left:50%;transform:translate(-50%,-50%);font-size:2.5rem;color:hsl(var(--hue),70%,40%);-webkit-user-select:none;user-select:none;pointer-events:none;filter:drop-shadow(1px 1px 1px rgba(0,0,0,.15));z-index:2}.stamp:hover{animation:wobble .4s ease-in-out}.stamp-blob{position:relative;width:100px;height:100px;background-color:#fff;background-size:14px 14px;border:2px dashed hsla(var(--hue),40%,70%,.7);background-image:linear-gradient(to right,hsl(var(--hue),40%,85%) 2px,transparent 2px),linear-gradient(to bottom,hsl(var(--hue),40%,85%) 2px,transparent 2px);box-shadow:1px 1px hsla(var(--hue),40%,70%,.3),-1px -1px hsla(var(--hue),40%,70%,.3);transition:background-color .3s ease,border-color .3s ease,box-shadow .3s ease;filter:drop-shadow(2px 4px 3px rgba(0,0,0,.15))}.stamp.stamped .stamp-blob{background-color:hsl(var(--hue),40%,75%);background-image:none;border:2px solid hsla(var(--hue),60%,50%,.8);box-shadow:2px 2px 6px hsla(var(--hue),60%,50%,.5),inset 0 0 10px hsla(var(--hue),60%,50%,.4);filter:drop-shadow(3px 6px 5px rgba(0,0,0,.25))}.stamp-label{margin:10px auto;font-size:.85rem;font-weight:500;color:#222;text-align:center;max-width:130px}.stamp-link{display:flex;flex-direction:column;align-items:center;color:inherit;text-decoration:none;pointer-events:none;cursor:default}.stamp.stamped .stamp-link{pointer-events:auto;cursor:pointer}.stamp-link:hover .stamp-blob{transform:scale(1.1);filter:drop-shadow(0 0 5px rgba(0,0,0,.35))}@keyframes wobble{0%{transform:rotate(0) scale(1)}25%{transform:rotate(1.5deg) scale(1.03)}50%{transform:rotate(-1.5deg) scale(1)}75%{transform:rotate(1deg) scale(1.02)}to{transform:rotate(0) scale(1)}}.condensed-shark-grid{flex:1;display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:16px;justify-items:center;align-items:center;height:100%;width:100%;margin:12px auto}.condensed-shark-card{background:#f9fbfd;border-radius:8px;box-shadow:0 2px 8px #0000001a;display:flex;flex-direction:column;gap:5px;padding:8px;width:100%;height:280px;overflow-y:auto;scrollbar-width:none}.condensed-shark-card::-webkit-scrollbar{display:none}.condensed-media{flex-shrink:0;border-radius:6px;height:85px;font-weight:600;display:flex;justify-content:center;align-items:center;overflow:hidden;background:repeating-linear-gradient(45deg,#dde6f1,#dde6f1 5px,#cbd6e7 5px,#cbd6e7 10px),linear-gradient(135deg,#e6efff,#cbd6e7)}.condensed-media img{width:100%;height:100%;object-fit:cover}.condensed-id-row{display:flex;justify-content:space-between;align-items:center;background:#f0f4fa;padding:4px 8px;border-radius:6px;font-size:1rem;font-weight:600;color:#25417d}.favorite-button{background:none;border:none;cursor:pointer;font-size:1.5rem;color:#f39c12;text-align:center;width:50px;padding:4px 0!important}.favorite-button:hover{background:#fbe5b0;border-radius:50px}.condensed-traits,.condensed-records,.condensed-places{font-size:.8rem;padding:8px 12px;border-radius:4px}.condensed-traits{background-color:#e6f2ea;border-left:6px solid #4a9d6e;color:#2e553e}.condensed-records{background-color:#e3eff7;border-left:6px solid #4a7f9d;color:#2e4355}.condensed-places{background-color:#f0e9f7;border-left:6px solid #7a4a9d;color:#422e55}.about-page-wrapper{font-family:Lato,sans-serif;letter-spacing:.02em;padding-top:30px!important}.about-page-wrapper h1,.about-page-wrapper h2{font-family:Barlow Semi Condensed,sans-serif;font-weight:600;letter-spacing:.03em}.section-layout{display:flex;flex-direction:column;align-items:center;gap:3rem;max-width:90vw;margin:0 auto;padding:3rem 1.5rem 1rem;text-align:center}.section-layout>.section-text{text-align:justify;text-justify:inter-word;flex:1}.section-text h2{font-size:2rem;margin-bottom:1.2rem}.section-text p{font-size:1.1rem;margin-bottom:1.2rem;line-height:1.7}.section-layout>.section-image{flex:1.2}.section-layout img{max-width:100%;height:auto;border:1px solid #000;border-radius:8px;box-shadow:0 8px 20px #0000004d}@media (min-width: 768px){.section-layout{flex-direction:row;text-align:left}.section-layout.reverse{flex-direction:row-reverse}.section-layout.reverse .section-text{text-align:right}.section-layout>.section-text,.section-layout>.section-image{padding:0 1rem}}@media (max-width: 767px){.section-text h2{text-align:left!important;font-size:1.5rem}}.hero-intro{margin-top:0}.hero{width:100vw;height:40vh;overflow-x:hidden;display:flex;color:#fff;text-align:center;justify-content:center;align-items:flex-end;padding-bottom:.1rem;border-bottom:4px solid #42a9d1}.hero-content{padding:2rem}.hero-content h1,.hero-content p{color:#fffeab;text-shadow:3px 3px 6px rgba(0,0,0,.9),0 0 10px rgba(0,0,0,.7)}.hero-content h1{font-size:6rem;font-weight:700;margin-bottom:.7rem}.hero-content p{font-size:1.7rem;font-weight:500}@media (max-width: 768px){.hero{height:35vh}.hero-content h1{font-size:3.5rem}.hero-content p{font-size:1.3rem}}.conservation-status{padding:3rem 1.5rem;background-color:#ffeaea;text-align:center}.fun-facts{padding:3rem 1.5rem;text-align:center}.facts-list{display:flex;flex-direction:column;gap:1.5rem;margin-top:2rem}.fact-card{padding:1rem;background:#e0f7ff;border-radius:8px}@media (min-width: 768px){.facts-list{flex-direction:row;justify-content:center}.fact-card{width:250px}}.faq-accordion{padding:3rem 1.5rem}.faq-item{margin-bottom:1rem}.faq-item button{background:none;border:none;font-weight:700;cursor:pointer;text-align:left;width:100%}.faq-item p{margin-top:.5rem}.research-creative-wrapper{font-family:Lato,sans-serif;color:#e3f7ff;padding-top:30px}.research-creative-hero{width:100%;height:40vh;background-size:cover;background-position:center;display:flex;align-items:flex-end;justify-content:center;border-bottom:4px solid #42a9d1;text-align:center}.research-creative-hero-content{background:linear-gradient(to right,#f9c4b466,#f9c4b426 10%,#a7d6c199 25%,#6ab7c9,#a7d6c199 75%,#f9c4b426 90%,#f9c4b466);padding:1.5rem 2rem;width:100%;border-bottom:4px solid #acdcfc}.research-creative-hero-content h1,.research-creative-hero-content p{color:#fffeab;text-shadow:3px 3px 6px rgba(0,0,0,.9),0 0 10px rgba(0,0,0,.7)}.research-creative-hero-content h1{font-family:Barlow Semi Condensed,sans-serif;font-size:5rem;font-weight:600;margin-bottom:.7rem}.research-creative-hero-content p{font-size:1.7rem;font-weight:500}.research-creative-intro{max-width:80vw;margin:2rem auto 3rem;font-size:1.6rem;line-height:1.6;color:#000;padding:0 1.5rem;text-align:center}.research-creative-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:30px;padding:0 1rem 3rem;max-width:95vw;margin:0 auto}.research-creative-card{height:430px;background:linear-gradient(145deg,#003b5ffa,#005080fa);border-radius:18px;overflow:hidden;box-shadow:0 8px 24px #00408066;text-decoration:none;color:#e0f7ff;display:block}.research-creative-card:hover{transform:translateY(-6px) scale(1.02);box-shadow:0 12px 28px #0080c080;background:linear-gradient(145deg,#005080,#0069a0)}.research-creative-image{height:60%;width:100%;object-fit:cover;border-bottom:2px solid #3fa8d4;display:block}.research-creative-card-content{height:40%;padding:1rem;overflow-y:auto;box-sizing:border-box}.research-creative-card h3{font-family:Barlow Semi Condensed,sans-serif;font-size:1.7rem;color:#bba9ef;text-shadow:1px 1px 4px rgba(0,0,0,.4);margin:0 0 .5rem}.research-creative-card p{font-size:1.2rem;line-height:1.6;color:#d6f8ff;margin:0}.globeviews-wrapper{padding-top:100px!important}.globe-views-container{display:flex;flex-direction:row;align-items:stretch;justify-content:center;height:80vh;width:100%;gap:1rem;padding:0 1rem;box-sizing:border-box}.info-sidebar,.shark-selector{flex:0 0 17rem;height:100%;display:flex;flex-direction:column;box-sizing:border-box}@media (max-width: 960px){.globe-views-container{flex-direction:row;flex-wrap:wrap;height:auto;justify-content:center;gap:.5rem}.globe-container{order:-1;flex:1 1 100%;height:20rem!important;margin-bottom:1rem}.info-sidebar,.shark-selector{order:0;flex:1 1 45%;max-width:100%;height:auto}}.shark-selector-list{display:flex;flex-direction:column;width:100%;height:100%;border:1px solid #ccc;border-radius:6px;padding:.5rem;box-sizing:border-box;overflow:hidden}.scrollable-filters{max-height:250px;overflow-y:auto;padding-right:.5rem;margin-bottom:1rem}.show-all-button,.toggle-filter-button{font-size:1.1rem!important;line-height:1.4!important;font-weight:600!important;width:100%;height:2.8rem;border:2px solid #000;cursor:pointer;padding:.25rem .5rem;box-sizing:border-box;border-radius:4px;transition:all .2s ease;color:#000;background-color:#f0e8ff}.show-all-button{margin-bottom:.5rem}.toggle-filter-button{margin-bottom:1rem}.show-all-button:hover,.toggle-filter-button:hover,.show-all-button:focus,.toggle-filter-button:focus{background-color:#a8e8ea}.show-all-button.active,.toggle-filter-button.active{color:#fff;background-color:#7e58f0}.continent-dropdown{margin-bottom:.5rem;border:1px solid #ccc;border-radius:6px;background-color:#f2f8fc;box-shadow:0 2px 6px #0000000d;overflow:hidden}.continent-header{font-weight:700;font-size:1rem;padding:.5rem .75rem;background-color:#e1effc;border-bottom:1px solid #ccc;cursor:pointer;-webkit-user-select:none;user-select:none;transition:background-color .2s ease;display:flex;align-items:center;min-height:1.9rem;line-height:1.1;flex-shrink:0}.continent-header:hover{background-color:#d4e8f8}.continent-shark-list{max-height:200px;overflow-y:auto;padding:.5rem;scrollbar-width:none}.continent-shark-list::-webkit-scrollbar{display:none}.shark-filters{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:.25rem;padding-bottom:1rem;margin-bottom:.5rem}.filter-group{background:#f9f9f9;border:1px solid #ddd;border-radius:8px;padding:.3rem .5rem .7rem}.filter-group legend{font-weight:600;font-size:.95rem;padding:0 .5rem;margin:-.5rem;color:#063f8e}.filter-label{display:block;margin-top:.75rem;font-size:.85rem}.filter-input,.filter-select{width:100%;margin-top:.3rem;padding:.4rem .5rem;border-radius:4px;border:1px solid #bbb;font-size:.85rem;box-sizing:border-box}.range-inputs{display:flex;align-items:center}.filter-label input[type=checkbox]{margin-right:.5rem}.scrollable-sharks-list{border-top:3px solid #000;padding-top:1rem;max-height:calc(100% - 3rem);overflow-y:auto}.no-sharks-message{font-style:italic;font-size:1rem;padding:1rem}.shark-selector-item{display:flex;align-items:center;gap:.5rem;color:#000;height:1.5rem;border-radius:3px;border-bottom:1px solid #ddd;padding:8px 10px;-webkit-user-select:none;user-select:none;overflow:hidden}.shark-selector-item img.flag-icon{width:24px;height:18px;border-radius:2px;object-fit:cover}.flag-and-code{display:flex;align-items:center;gap:.25rem}.flag-icon{width:24px;height:18px;border-radius:2px;object-fit:cover}.country-code{font-size:.8rem;color:#666}.shark-selector-item:hover:not(.selected){cursor:pointer;background-color:#a8e8ea;transition:background-color .2s ease,color .2s ease}.shark-selector-item.selected{font-weight:600;color:#fff;background-color:#479bf5}.shark-info-panel{height:100%;padding:10px;background-color:#fff;border:1px solid #ccc;border-radius:8px;box-shadow:0 2px 4px #0000000d;overflow-y:scroll}.shark-info-panel,.shark-info-panel *{word-break:break-word;overflow-wrap:break-word;max-width:100%;box-sizing:border-box}.shark-info-panel h2{display:flex;justify-content:space-between;align-items:center;font-size:1.3rem;font-weight:700;margin:.5rem}.shark-panel-details{display:flex;flex-direction:column;background:#f9fbfd;border-radius:5px;box-shadow:0 3px 8px #0000000f;color:#333;gap:7px;overflow-y:auto;transition:box-shadow .3s ease}.shark-panel-details .timeline-header,.shark-panel-details .timeline-date{font-size:16px;margin-bottom:.3rem}.shark-panel-details .timeline-label{font-weight:600;color:#25417d}.timeline-item>div{margin-bottom:.5rem}.timeline-item>div:last-child{margin-bottom:0}.shark-images-container{display:flex;flex-direction:column;border-top:3px solid #000;gap:.5rem;margin-top:.5rem;margin-bottom:.7rem}.shark-images-container h3{font-weight:700;margin-top:.8rem;margin-bottom:.4rem}.shark-image-card{border:1px solid #ddd;border-radius:6px;overflow:hidden;background-color:#f9f9f9;padding:.5rem;text-align:center}.shark-image-card img{max-width:100%;height:auto;max-height:300px;object-fit:cover;border-radius:4px}.shark-image-meta{font-size:.8rem;color:#555;margin-top:.2rem;margin-bottom:.1rem}.image-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000c;display:flex;align-items:center;justify-content:center;z-index:999;padding:1rem}.overlay-content{position:relative;display:flex;align-items:center;gap:1rem;max-width:90vw;max-height:90vh;overflow:hidden}.overlay-image-wrapper{display:inline-block;max-width:80vw;max-height:80vh;position:relative;text-align:center}.overlay-image-wrapper img{display:block;height:auto;max-height:70vh;width:auto;max-width:100%;object-fit:contain;overflow:hidden;border-radius:6px 6px 0 0;margin:0 auto}.overlay-meta{display:block;background:#fff;padding:.3rem .5rem;color:#444;font-size:.85rem;box-sizing:border-box;-webkit-user-select:none;user-select:none;border-bottom-left-radius:6px;border-bottom-right-radius:6px;margin-top:0;width:100%}@media (max-width: 1200px){.overlay-content{flex-direction:column;max-width:auto;max-height:100vh}.overlay-image-wrapper{padding-top:1rem;overflow:auto}.overlay-image-wrapper img{max-width:100%;max-height:100%;border-radius:6px 6px 0 0}}.carousel-button{font-size:3rem;color:#fff;background:transparent;border:none;cursor:pointer;-webkit-user-select:none;user-select:none;width:3rem;height:3rem;padding:0 8px 6px;border-radius:8px;display:flex;align-items:center;justify-content:center;position:relative;z-index:10}.carousel-button:hover{background-color:#666!important}.carousel-button:disabled{opacity:.3;cursor:not-allowed}.close-button{position:absolute;top:.5rem;right:.5rem;font-size:2rem;background:#fff;border:none;border-radius:50%;width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;cursor:pointer;line-height:normal;padding:0;-webkit-user-select:none;user-select:none}.close-button:hover{background-color:#666!important}*,*:before,*:after{box-sizing:border-box}.sharktracker-wrapper{display:flex;flex-direction:column;align-items:center;min-height:100vh;width:100%;box-sizing:border-box;overflow-y:auto;text-align:center;padding-top:30px}.globe-cards-container{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:center;align-items:stretch;height:80vh;width:100%;max-width:1600px;gap:1rem;padding:1rem;box-sizing:border-box}.side-column{flex:0 0 200px;display:flex;flex-direction:column;justify-content:space-between;height:80vh;padding:0;gap:0}.side-column>.shark-grid{flex:1 1 auto;display:grid;grid-template-columns:1fr;justify-items:center;align-content:space-between;row-gap:1rem;width:100%;height:auto;padding:0;box-sizing:border-box}.globe-container{flex:1 1 auto;height:80vh;display:flex;justify-content:center;align-items:center;width:100%;max-width:100%;aspect-ratio:1.3;border:1px solid var(--jet);border-radius:16px;overflow:hidden}@media (max-width: 900px){.sharktracker-wrapper{padding-bottom:20px}.globe-cards-container{flex-direction:column;align-items:center;justify-content:center;height:auto}.side-column{height:auto;flex:none;width:100%;justify-content:flex-start}.side-column>.shark-grid{align-content:start;height:auto;padding:0 1rem}.globe-container{height:300px;width:90%;flex:none;margin-bottom:1.5rem}}@media (min-width: 900px) and (max-width: 1250px){.globe-cards-container{padding:0 .5rem!important;gap:.5rem!important;display:flex!important;flex-direction:row!important;justify-content:center!important;align-items:stretch!important;height:80vh!important}.side-column{flex:0 0 200px!important;max-width:200px!important;height:80vh!important;display:flex!important;flex-direction:column!important;justify-content:space-between!important;padding:0!important}.side-column>.shark-grid{padding:0!important;width:100%!important}.globe-container{flex:1 1 auto!important;height:80vh!important;display:flex!important;justify-content:center!important;align-items:center!important}.shark-card{min-width:unset!important;margin:0 auto}}.shark-card{background-color:#f5fffd;border:2px solid #ccc;border-radius:8px;padding:10px;cursor:pointer;display:flex;flex-direction:column;height:auto;width:90%;min-width:280px;margin-bottom:0;transition:transform .3s ease,box-shadow .3s ease;box-sizing:border-box}.shark-card.expanded{margin:.5rem 0;position:relative}.shark-card:hover:not(.anyPlaying),.shark-card.expanded:not(.anyPlaying){transform:scale(1.05);box-shadow:0 4px 12px #0000001a}.shark-card.anyPlaying:hover,.shark-card.expanded.anyPlaying{transform:scale(1.03);box-shadow:0 4px 12px #0000001a}.shark-card.currentlyPlaying{border:2px solid black;transform:scale(1.03);box-shadow:0 4px 12px #0000001a}.play-story-button{border-radius:8px;border:1px solid black;padding:6px 8px;color:#000;font-size:15px;font-weight:500;font-family:inherit;background-color:#1a1a1a;width:100%;cursor:pointer;transition:background-color .3s ease}.play-story-button:hover:not(.anyPlaying){background-color:#b2ebf2;border:2px solid black;color:#000}.play-story-button:focus:not(.anyPlaying),.play-story-button:focus-visible:not(.anyPlaying){background-color:#b2ebf2;border:1px solid black;outline:4px auto -webkit-focus-ring-color}.play-story-button.currentlyPlaying{background-color:#b2ebf2;border:1.5px solid black;color:#25417d;font-weight:700}@media (prefers-color-scheme: light){.play-story-button{background-color:#f9f9f9}}.shark-country-tags{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:10px;grid-column:span 2;justify-content:center}.country-tag{background-color:#d3e1f5;color:#0c5a50;font-size:10px;font-weight:600;padding:2px 8px;border-radius:8px;white-space:nowrap;box-shadow:0 0 0 1px #0c5a5079;transition:background-color .2s ease}.country-tag:hover{background-color:#b2ebf2}.shark-card-image{width:100%;height:95px;background-color:#f0f0f0;display:flex;justify-content:center;align-items:center;border-radius:6px;margin-bottom:8px}.shark-card-image span{font-size:16px;color:#888}.shark-card-image img{width:100%;height:100%;object-fit:cover;border-radius:6px}.shark-card.anyPlaying:not(.currentlyPlaying) .shark-card-image img{filter:grayscale(100%) brightness(80%);opacity:.6;transition:filter .3s ease,opacity .3s ease}.shark-card-content{margin-bottom:0}.shark-card-details{background:#f9fbfd;padding:0;border-radius:5px;box-shadow:0 3px 8px #0000000f;margin-top:16px;font-size:13px;color:#333;display:flex;flex-direction:column;gap:7px;max-height:300px;overflow-y:auto;transition:box-shadow .3s ease}.shark-card-details:hover{box-shadow:0 6px 12px #0000001a}.shark-id{display:flex;justify-content:space-between;align-items:center;font-size:1.2rem;font-weight:700;margin:0;padding:8px 12px;background-color:#dbd9f7;border-left:6px solid #7a7de0}.shark-nicknames{padding:8px 12px;background-color:#e0f7fa;border-left:6px solid #2093a2}.shark-traits{padding:8px 12px;background-color:#e3f4cf;border-left:6px solid #66bb6a}.shark-records{padding:8px 12px;background-color:#fefcd5;border-left:6px solid #f2d251}.shark-regions{padding:8px 12px;background-color:#fff3e0;border-left:6px solid #ff7043}.shark-nicknames h3,.shark-traits h3,.shark-records h3,.shark-observation h3,.shark-regions h3{font-size:14px;font-weight:600;color:#25417d;margin-bottom:6px}.shark-nicknames p,.shark-traits p,.shark-records p,.shark-observation p,.shark-regions p{font-size:13px;color:#444;margin:0}.shark-nicknames p,.shark-traits p,.shark-records p,.shark-observation p,.shark-regions p,.shark-nicknames h3,.shark-traits h3,.shark-records h3,.shark-observation h3,.shark-regions h3{text-align:left;margin:0 0 8px}.shark-regions ul{list-style-type:none;padding:0;margin:0}.timeline-list{padding-left:30px;position:relative}.timeline-item{padding-left:25px;position:relative;text-align:left;font-size:13px;color:#333;margin-bottom:8px}.timeline-item:before{content:"";position:absolute;left:0;top:4px;width:10px;height:10px;background-color:#eaa089;border-radius:50%;border:2px solid #fff}.timeline-list:after{content:"";position:absolute;left:6px;top:0;bottom:0;width:2px;background-color:#eaa089}.timeline-item:before,.timeline-list:after{box-sizing:content-box}.shark-grid{display:grid;gap:16px;padding:0 16px;justify-items:center;align-items:start;width:90%;height:90%;margin:0 auto;grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}@media (min-width: 640px){.shark-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr))}}@media (min-width: 1024px){.shark-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}}.full-data-grid{width:100%}.grid-section{width:100%;padding:2rem;margin-bottom:2rem;box-sizing:border-box;border-radius:12px;box-shadow:0 4px 12px #0000000a}.section-calendar{background:linear-gradient(to bottom right,#ffe8ec,#f9f0ff)}.section-continent{background:linear-gradient(to bottom right,#e0fff7,#d0f0ff)}.section-country{background:linear-gradient(to bottom right,#fff5e1,#fce8d8)}.section-publishing{background:linear-gradient(to bottom right,#e2f3ff,#d9e8ff)}.section-calendar .section-header{background-color:#f7d8e1}.section-continent .section-header{background-color:#ccefee}.section-country .section-header{background-color:#f5dbba}.section-publishing .section-header{background-color:#cbe2ff}.section-header{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:1rem;margin:0rem 1rem;border-radius:8px}.section-title{font-size:2rem;font-weight:700;text-align:left;margin:0rem 1rem}.data-metric-filter-label{font-weight:700;display:block;margin-bottom:.25rem}.data-metric-filter-select{min-width:250px;max-width:100%;font-size:1.05rem;font-weight:500;background-color:#fff;border:1px solid #bbb;border-radius:8px;margin:0rem 1rem;box-shadow:0 2px 4px #0000000a}@media (max-width: 600px){.section-header{flex-direction:column;align-items:center;margin:.5rem;padding:1rem;box-sizing:border-box}.section-title{text-align:center;width:auto}.data-metric-filter-select{width:100%;max-width:calc(100% - 2rem);min-width:140px;box-sizing:border-box;font-size:.9rem}}.data-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1rem;padding:1rem;height:100%;width:100%;box-sizing:border-box;overflow:auto}.data-grid>*{border:1px solid #ccc;border-radius:8px;background-color:#fff;box-shadow:0 2px 4px #0000000d;width:100%;aspect-ratio:1;box-sizing:border-box}.card-data-wrapper{flex:1 1 auto;overflow:auto;padding:1rem;width:100%;height:100%;min-width:300px;min-height:300px}.data-overview-panel{font-family:Segoe UI,Tahoma,Verdana,sans-serif;border:1px solid #d0e3f0;border-radius:12px;background:linear-gradient(to bottom right,#b7f4e2,#d0c2fc);box-shadow:0 4px 12px #0000000d;padding:1rem;margin-top:.75rem;max-height:100%;overflow:auto}.data-overview-row{display:flex;flex-direction:column;margin-bottom:.5rem;border-left:5px solid #1da1f2;padding:.3rem;background-color:#f8fbff;border-radius:6px}.data-overview-row.last{margin-bottom:0}.data-overview-row-label{font-size:1rem;font-weight:600;color:#444}.data-overview-row-value{font-size:1.1rem;font-weight:500;color:#1a73e8;line-height:1.2;padding:6px}@media (max-width: 768px){.section-title{font-size:1.7rem;padding:.75rem}.data-overview-row-label{font-size:.9rem}.data-overview-row-value{font-size:1rem}.data-overview-panel{padding:.75rem}.grid-section{padding:1rem}.data-grid{gap:.75rem;padding:.5rem}}.chart-placeholder{display:flex;flex-direction:column;align-items:center;height:100%;text-align:center;padding:2rem 1rem;box-sizing:border-box}.chart-placeholder-image-wrapper{height:70%;width:100%;display:flex;align-items:center;justify-content:center;box-sizing:border-box;overflow:hidden}.chart-placeholder-image{height:100%;width:auto;max-width:100%;object-fit:contain;opacity:.7}.chart-placeholder-message{height:30%;display:flex;align-items:center;justify-content:center;opacity:.9;text-align:center}.chart-placeholder-message p{margin:0;font-size:.9rem}.environment-wrapper{padding-top:90px!important}.copernicus-visual{width:90%;height:600px;padding-top:20px}.buildashark-wrapper{padding-top:90px!important}.shark-generator{width:100%;display:flex;flex-direction:row;justify-content:space-between;gap:20px;margin:10px 0;padding:16px}.shark-generator-form{width:55%;padding:24px;background-color:#f5fffd;border:2px solid #ccc;border-radius:12px;font-family:Inter,Segoe UI,sans-serif;display:flex;flex-direction:column;gap:24px;box-sizing:border-box;min-height:80px;max-height:600px;overflow-y:auto}.shark-generator-form label{display:flex;justify-content:space-between;align-items:flex-start;font-size:18px;font-weight:500;color:#333;background-color:#e1f9e7;padding:16px 20px;border-radius:8px;border-left:5px solid #a5b4fc;width:100%;text-align:left;box-sizing:border-box;gap:20px}.label-text{display:flex;flex-direction:column}.label-subtext{font-size:.9rem;font-weight:400;color:#444;margin-top:4px}.shark-generator-form label>input,.shark-generator-form label>select{flex-shrink:0;margin:0;padding:10px 14px;border:1px solid #d4d4d8;border-radius:6px;font-size:1rem;background-color:#fff;width:50%;box-sizing:border-box}.shark-generator-form .button-container{display:flex;gap:10px;justify-content:space-between;margin-top:20px}.shark-generator-form button{padding:12px 24px;font-size:16px;font-weight:600;color:#fff;border:2px solid transparent;border-radius:8px;box-sizing:border-box;cursor:pointer;flex-grow:1;transition:background-color .3s}.shark-generator-form button:hover{background-color:#6366f1!important;border:2px solid black}.shark-generator-form button[type=button]{background-color:#ff4d4d}.shark-generator-form button[type=submit]{background-color:#4caf50}#generated-image-container{width:45%;height:auto;min-height:80px;max-height:600px;background-color:#f0f0f0;border-radius:32px;padding:10px;display:flex;justify-content:center;align-items:center;box-sizing:border-box;overflow:hidden}#generated-image-container img{width:auto;height:auto;max-width:100%;max-height:100%;border-radius:24px;object-fit:contain}#generated-image-container p{text-align:center;color:#888;font-size:1.2rem;font-weight:600;line-height:2.6}.spinner{width:75px;height:75px;border-radius:50%;background:conic-gradient(#f4a8c1,#fcbfa1,#ffe99c,#bfe7a4,#a7dcf0,#bfaef2,#f4a8c1);-webkit-mask:radial-gradient(farthest-side,transparent 43%,black 44%);mask:radial-gradient(farthest-side,transparent 43%,black 44%);animation:spin .9s linear infinite;margin:30px auto}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width: 768px){.shark-generator{flex-direction:column}.shark-generator-form,#generated-image-container{width:100%;height:auto;max-height:400px;overflow-y:auto}}*{margin:0;padding:0;box-sizing:border-box}html,body{height:100%}:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{height:100%;width:100%}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}nav{display:flex;justify-content:center;align-items:center;background-color:#041533;padding:15px;position:fixed;top:0;width:100%;z-index:10;overflow-x:auto;white-space:nowrap}nav a{margin:0 15px;font-size:18px;text-decoration:none;color:#fff;font-weight:400;transition:color .2s ease}nav a:hover{color:#fff41dcb;transform:scale(1.05)!important}nav a.active{color:#fff41d;font-weight:700}.version-toggle{display:flex;margin-right:auto;padding-right:10px;gap:16px}.version-toggle a{display:flex;align-items:center;justify-content:center;padding:6px 16px;margin:0;font-size:1rem;font-weight:600;color:#c1ffec;background-color:#a8e6cf33;border-radius:16px;text-decoration:none;transition:background-color .3s ease,color .3s ease,box-shadow .3s ease;box-shadow:0 2px 6px #0077be66;cursor:pointer;-webkit-user-select:none;user-select:none}.version-toggle a:hover{box-shadow:0 4px 12px #008fdf99}.reef{border:2px solid #f5a089}.reef:hover{color:#3a1e19;background-color:#f5927a;border-color:#f07a56}.reef.active-version{color:#3a1e19;background-color:#f7b7a3;border-color:#f5a089;box-shadow:0 0 10px #f7b7a3e6}.current{border:2px solid #94c57a}.current:hover{color:#223613;background-color:#88bb5a;border-color:#6fa23f}.current.active-version{color:#223613;background-color:#a8d5a3;border-color:#94c57a;box-shadow:0 0 10px #a8d5a3e6}@media (max-width: 768px){nav{justify-content:flex-start;padding:10px}nav a{margin:0 10px;font-size:14px}.version-toggle a{padding:4px 14px;font-size:12px}}.page-content{display:flex;flex-direction:column;justify-content:center;align-items:center;overflow-y:auto;text-align:center;padding-top:60px;padding-bottom:30px}body{margin:0;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}}.globe-container{position:relative;display:flex;flex:1 1 auto;justify-content:center;align-items:center;width:100%;height:100%;min-width:300px;border-radius:16px;margin-bottom:10px;border:1px solid var(--jet);overflow:hidden}.globe-container canvas{background-color:#ffffff1a;display:block;width:100%;height:100%}
