@layer components{.card{background:var(--theme-card-bg);border-radius:var(--radius-lg);border:1px solid var(--theme-border-light);padding:1.25rem;transition:all .2s}.card--hover:hover{border-color:var(--color-az-green);box-shadow:0 4px 12px #00000014}.card--lift:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000014}a.card,.card--link{cursor:pointer;text-decoration:none}a.card:hover,.card--link:hover{border-color:var(--color-az-green);transform:translateY(-2px);box-shadow:0 4px 12px #00000014}.card--static:hover{border-color:var(--theme-border-light);box-shadow:none;transform:none}.card--sm{padding:1rem}.card--lg{padding:1.5rem}.card--xl{padding:2rem}.card--subtle{background:var(--theme-bg)}.card--solid{background:var(--theme-card-bg)}.card--accent{border-left:4px solid var(--card-accent,var(--color-az-green))}.card--accent-top{border-top:3px solid var(--card-accent,var(--color-az-green))}.card--accent-green{--card-accent:var(--color-az-green)}.card--accent-amber{--card-accent:#f59e0b}.card--accent-purple{--card-accent:#8b5cf6}.card--accent-red{--card-accent:#ef4444}.card--accent-blue{--card-accent:#3b82f6}.card--accent-muted{--card-accent:var(--theme-text-muted)}.card__title{font-family:var(--font-display);color:var(--theme-heading);margin:0 0 .5rem;font-size:1.0625rem;font-weight:700}.card__title--sm{font-size:1rem}.card__title--lg{font-size:1.125rem}.card__desc{color:var(--theme-text-secondary);margin:0;font-size:.875rem;line-height:1.5}.card__text{color:var(--theme-text-secondary);margin:0;font-size:.9375rem;line-height:1.6}.card__header{align-items:center;gap:.5rem;margin-bottom:.75rem;display:flex}.card__header svg{color:var(--color-az-green);flex-shrink:0}.card__arrow{color:var(--theme-text-muted);flex-shrink:0;transition:all .2s}.card:hover .card__arrow{color:var(--color-az-green);transform:translate(4px)}.card--record{border-radius:var(--radius-lg);text-align:center;background:linear-gradient(135deg,#fef3c7 0%,#fde68a 100%);border:none;padding:1.25rem}.dark .card--record{background:linear-gradient(135deg,#78350f 0%,#92400e 100%)}.card--flex{align-items:center;gap:1rem;display:flex}.card--flex-start{align-items:flex-start;gap:1rem;display:flex}.card--flex-between{justify-content:space-between;align-items:center;gap:1rem;display:flex}.card__content{flex:1;min-width:0}.card--centered{text-align:center}.icon-box{background:color-mix(in srgb,var(--icon-box-color,var(--color-az-green))10%,transparent);border-radius:var(--radius-md);width:48px;height:48px;color:var(--icon-box-color,var(--color-az-green));flex-shrink:0;justify-content:center;align-items:center;display:flex}.icon-box--xs{width:32px;height:32px}.icon-box--sm{width:40px;height:40px}.icon-box--lg{border-radius:var(--radius-lg);width:56px;height:56px}.icon-box--xl{border-radius:var(--radius-lg);width:64px;height:64px}.icon-box--round{border-radius:50%}.icon-box--green{--icon-box-color:var(--color-az-green)}.icon-box--red{--icon-box-color:#ef4444}.icon-box--blue{--icon-box-color:#3b82f6}.icon-box--amber{--icon-box-color:#f59e0b}.icon-box--purple{--icon-box-color:#8b5cf6}.icon-box--temp{--icon-box-color:#ef4444}.icon-box--precip{--icon-box-color:#3b82f6}.icon-box--solid{background:var(--icon-box-color,var(--color-az-green));color:#fff}.icon-box--performance{border-radius:50%;width:64px;height:64px}.icon-box--speed{--icon-box-color:#ef4444}.icon-box--endurance{--icon-box-color:#3b82f6}.icon-box--energy{--icon-box-color:#f59e0b}.icon-box--medal{color:#fff;background:#f59e0b;border-radius:50%;width:48px;height:48px}.icon-box--mb{margin-bottom:1rem}.icon-box--mb-sm{margin-bottom:.75rem}.stat-display{text-align:center}.stat-display__value{font-family:var(--font-display);color:var(--stat-color,var(--color-az-green));font-size:2rem;font-weight:700;line-height:1;display:block}.stat-display__label{text-transform:uppercase;letter-spacing:.05em;color:var(--theme-text-muted);margin-top:.5rem;font-size:.75rem;font-weight:700;display:block}.stat-display--sm .stat-display__value{font-size:1.5rem}.stat-display--sm .stat-display__label{margin-top:.375rem}.stat-display--lg .stat-display__value{font-size:2.5rem}.stat-display--xl .stat-display__value{font-size:3rem}.stat-display--green{--stat-color:var(--color-az-green)}.stat-display--red,.stat-display--declining,.stat-display--loss{--stat-color:#dc2626}.stat-display--amber,.stat-display--stable{--stat-color:#f59e0b}.stat-display--blue{--stat-color:#3b82f6}.stat-display--expanding{--stat-color:var(--color-az-green)}.stat-display--heading .stat-display__value{color:var(--theme-heading)}.stat-group{flex-wrap:wrap;justify-content:center;gap:3rem;display:flex}.stat-group--compact{gap:2rem}.stat-group--tight{gap:1.5rem}.stat-bar{background:var(--theme-card-bg);border-radius:var(--radius-lg);flex-wrap:wrap;justify-content:center;gap:3rem;margin-bottom:1.5rem;padding:1.5rem;display:flex}.stat-bar--subtle{background:var(--theme-bg)}.stat-display--hero .stat-display__value{color:#fff;font-size:1.875rem}.stat-display--hero .stat-display__label{color:#fffc}.stat-display--hero-sm .stat-display__value{font-size:1.5rem}.hero-stats{flex-wrap:wrap;justify-content:center;gap:2rem;display:flex}.hero-stats--tight{gap:1.5rem}.stat-display--timing .stat-display__label{letter-spacing:.08em;opacity:.8;margin-top:0;margin-bottom:.25rem;font-size:.6875rem}.stat-display--timing .stat-display__value{font-size:1.125rem}.stat-display--peak{border-radius:var(--radius-md);background:#ffffff26;padding:.5rem 1rem}.feature-list{flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.feature-list__item{color:var(--theme-text);align-items:flex-start;gap:.75rem;font-size:.9375rem;line-height:1.5;display:flex}.feature-list--bullets .feature-list__item:before{content:"";background:var(--color-az-green);border-radius:50%;flex-shrink:0;width:6px;height:6px;margin-top:.5rem}.feature-list--text-bullets .feature-list__item:before{content:"•";color:var(--color-az-green);flex-shrink:0;font-weight:700}.feature-list--arrows .feature-list__item:before{content:"→";color:var(--color-az-green);flex-shrink:0}.feature-list--warnings .feature-list__item:before{content:"";background:#ef4444;border-radius:50%;flex-shrink:0;width:6px;height:6px;margin-top:.5rem}.feature-list--warning-icons .feature-list__item:before{display:none}.feature-list--warning-icons svg{color:#ef4444;flex-shrink:0;margin-top:.125rem}.feature-list--checks .feature-list__item:before{content:"✓";color:var(--color-az-green);flex-shrink:0;font-weight:700}.feature-list--tight{gap:.375rem}.feature-list--loose{gap:.75rem}.feature-list--sm .feature-list__item{gap:.5rem;font-size:.875rem;line-height:1.5}.feature-list--sm.feature-list--bullets .feature-list__item:before{width:5px;height:5px;margin-top:.4375rem}.feature-list--xs .feature-list__item{gap:.5rem;font-size:.8125rem;line-height:1.4}.feature-list--muted .feature-list__item{color:var(--theme-text-secondary)}.feature-list--padded .feature-list__item{padding:.5rem 0}.feature-list--food .feature-list__item{align-items:center;gap:.5rem;font-size:.9375rem}.feature-list--food .feature-list__item:before{content:"";background:var(--color-az-green);border-radius:50%;flex-shrink:0;width:6px;height:6px}.structures-list{flex-direction:column;gap:.75rem;display:flex}.structures-list__item{background:var(--theme-bg);border-radius:var(--radius-md);flex-direction:column;gap:.125rem;padding:.75rem;display:flex}.structures-list__name{font-family:var(--font-display);color:var(--theme-heading);font-size:.875rem;font-weight:700}.structures-list__function{color:var(--theme-text-secondary);font-size:.8125rem}.site-hero__bg-image{-o-object-position:center 30%;object-position:center 30%}.site-hero__overlay{background:linear-gradient(135deg,#0f2e2ef2 0%,#1a4040e0 40%,#265a32d1 100%)}.site-hero__pattern{opacity:.5;background-image:url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M40 0L50 10L40 20L30 10L40 0zM40 60L50 70L40 80L30 70L40 60zM0 40L10 50L0 60L0 40zM80 40L80 60L70 50L80 40z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.site-hero__text{color:#fff}.site-hero__label{text-transform:uppercase;letter-spacing:.1em;color:var(--color-az-accent);font-size:.8125rem;font-weight:700}.site-hero__label svg{opacity:.8}.site-hero__title{font-family:var(--font-display);color:#fff;margin:0;font-size:max(2rem,min(4.5vw,3.5rem));font-weight:700;line-height:1.1}.site-hero__title:before{display:none}.site-hero__title em{color:var(--color-az-accent);font-style:italic}.site-hero__desc{color:#ffffffbf;margin:.75rem 0 0;font-size:1.0625rem;line-height:1.6}.site-hero__desc p{margin:0}.site-hero__desc p+p{margin-top:.5rem}.site-hero__stat{border-radius:var(--radius-lg);background:#ffffff1f;border:1px solid #ffffff1a}.site-hero__stat-number{font-family:var(--font-display);color:var(--color-az-accent);font-size:2rem;font-weight:700;line-height:1}.site-hero__stat-label{text-transform:uppercase;letter-spacing:.08em;color:#ffffffb3;margin-top:.25rem;font-size:.6875rem;font-weight:700}.site-hero__badge-wrap{background:linear-gradient(145deg,#38733c4d 0%,#0f2e2e66 100%);border:1px solid #ffffff1a;border-radius:50%}.site-hero__badge-letter{font-family:var(--font-display);color:#fff;text-shadow:0 2px 10px #0000004d;font-size:2rem;font-weight:700}.site-hero__scientific{font-family:var(--font-display);color:#ffffffbf;margin:.25rem 0 0;font-size:1.125rem;font-style:italic}.site-hero__credit{color:#ffffff80;font-size:.6875rem}.site-hero__badge-icon{color:var(--color-az-accent);background:#ffffff26;border:1px solid #ffffff26;border-radius:50%}.site-hero__badge-emoji{background:#ffffff26;border:1px solid #ffffff26;border-radius:50%}.site-hero__badge-emoji-char{font-size:2rem;line-height:1}.site-hero--no-image{background:linear-gradient(135deg,var(--color-az-forest)0%,#1a4545 50%,var(--color-az-dark-green)100%)}.site-hero--no-image:before{content:"";opacity:.5;background-image:url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M40 0L50 10L40 20L30 10L40 0zM40 60L50 70L40 80L30 70L40 60zM0 40L10 50L0 60L0 40zM80 40L80 60L70 50L80 40z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");position:absolute;top:0;bottom:0;left:0;right:0}@media (max-width:1024px){.site-hero__badge-emoji-char{font-size:1.75rem}}@media (max-width:768px){.site-hero__title br{display:none}.site-hero__title em{white-space:nowrap;display:inline}.site-hero__stat-number{font-size:1.5rem}.site-hero__stat-label{font-size:.625rem}}.site-hero--reference{--reference-accent:var(--color-az-green);min-height:320px;padding:3.5rem 0 3rem}.site-hero--reference .site-hero__overlay{background:linear-gradient(135deg,color-mix(in srgb,var(--reference-accent)85%,#0f2e2e)0%,color-mix(in srgb,var(--reference-accent)60%,#1a4040)40%,#1a4040eb 100%)}.site-hero__badge--reference{background:linear-gradient(145deg,color-mix(in srgb,var(--reference-accent)30%,transparent)0%,#0f2e2e80 100%);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid #ffffff26;border-radius:50%;justify-content:center;align-items:center;width:100px;height:100px;display:flex}.site-hero__badge--reference-icon{color:#fff;background:#ffffff1f;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;transition:transform .3s;display:flex}.site-hero__badge--reference-icon svg{opacity:.95;width:28px;height:28px}.site-hero--reference:hover .site-hero__badge--reference-icon{transform:scale(1.05)}.site-hero--reference .site-hero__label{color:#ffffffe6;border-radius:var(--radius-full);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffff1a;padding:.375rem .75rem}.site-hero--reference .site-hero__label svg{opacity:1;color:var(--color-az-accent)}.site-hero--reference .site-hero__stat{background:#ffffff1a;border-color:#ffffff26}.site-hero--reference .site-hero__stat-number{font-size:1.75rem}.site-hero--reference .site-hero__desc{color:#ffffffd9;max-width:540px}@media (max-width:1024px){.site-hero--reference{min-height:280px;padding:2.5rem 0}.site-hero__badge--reference{width:88px;height:88px}.site-hero__badge--reference-icon{width:48px;height:48px}.site-hero__badge--reference-icon svg{width:24px;height:24px}}@media (max-width:768px){.site-hero--reference{min-height:auto;padding:2rem 0}.site-hero__badge--reference{width:80px;height:80px}.site-hero__badge--reference-icon{width:44px;height:44px}.site-hero__badge--reference-icon svg{width:22px;height:22px}.site-hero--reference .site-hero__stat-number{font-size:1.5rem}.site-hero--reference .site-hero__label{margin-bottom:.5rem}}.ref-badge{background:var(--color-gray-100,#f3f4f6);color:var(--color-gray-700,#374151);border-radius:9999px;align-items:center;padding:.25rem .5rem;font-size:.875rem;transition:background-color .15s,color .15s;display:inline-flex}:root.dark .ref-badge{background:var(--color-gray-700,#374151);color:var(--color-gray-200,#e5e7eb)}a.ref-badge{text-decoration:none}a.ref-badge:hover{background:var(--color-az-green);color:#fff}.ref-badges{flex-wrap:wrap;gap:.375rem;display:flex}.ref-badge--habitat{color:#166534;background:#dcfce7}:root.dark .ref-badge--habitat{color:#86efac;background:#1665344d}a.ref-badge--habitat:hover{color:#fff;background:#16a34a}.ref-badge--biome{color:#065f46;background:#d1fae5}:root.dark .ref-badge--biome{color:#6ee7b7;background:#065f464d}a.ref-badge--biome:hover{color:#fff;background:#059669}.ref-badge--terrain{color:#44403c;background:#f5f5f4}:root.dark .ref-badge--terrain{color:#d6d3d1;background:#44403c4d}a.ref-badge--terrain:hover{color:#fff;background:#57534e}.ref-badge--color{color:#6b21a8;background:#f3e8ff}:root.dark .ref-badge--color{color:#d8b4fe;background:#6b21a84d}a.ref-badge--color:hover{color:#fff;background:#9333ea}.ref-badge--threat{color:#991b1b;background:#fee2e2}:root.dark .ref-badge--threat{color:#fca5a5;background:#991b1b4d}a.ref-badge--threat:hover{color:#fff;background:#dc2626}.ref-badge--conservation{color:#92400e;background:#fef3c7}:root.dark .ref-badge--conservation{color:#fcd34d;background:#92400e4d}a.ref-badge--conservation:hover{color:#fff;background:#d97706}.ref-badge--diet{color:#9a3412;background:#ffedd5}:root.dark .ref-badge--diet{color:#fdba74;background:#9a34124d}a.ref-badge--diet:hover{color:#fff;background:#ea580c}.ref-badge--activity{color:#854d0e;background:#fef9c3}:root.dark .ref-badge--activity{color:#fde047;background:#854d0e4d}a.ref-badge--activity:hover{color:#fff;background:#ca8a04}.ref-badge--locomotion{color:#155e75;background:#cffafe}:root.dark .ref-badge--locomotion{color:#67e8f9;background:#155e754d}a.ref-badge--locomotion:hover{color:#fff;background:#0891b2}.ref-badge--social{color:#3730a3;background:#e0e7ff}:root.dark .ref-badge--social{color:#a5b4fc;background:#3730a34d}a.ref-badge--social:hover{color:#fff;background:#4f46e5}.ref-badge--mating{color:#9d174d;background:#fce7f3}:root.dark .ref-badge--mating{color:#f9a8d4;background:#9d174d4d}a.ref-badge--mating:hover{color:#fff;background:#db2777}.ref-badge--region{color:#1e40af;background:#dbeafe}:root.dark .ref-badge--region{color:#93c5fd;background:#1e40af4d}a.ref-badge--region:hover{color:#fff;background:#2563eb}.ref-badge--location{color:#115e59;background:#ccfbf1}:root.dark .ref-badge--location{color:#5eead4;background:#115e594d}a.ref-badge--location:hover{color:#fff;background:#0d9488}.ref-badge--marine{color:#0369a1;background:#e0f2fe}:root.dark .ref-badge--marine{color:#7dd3fc;background:#0369a14d}a.ref-badge--marine:hover{color:#fff;background:#0284c7}.bento-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));align-items:start;gap:1.25rem;display:grid}@media (min-width:768px){.bento-grid{grid-template-columns:repeat(2,1fr)}.bento-grid .animal-card--overlay{grid-column:span 2;min-width:0;min-height:0}.bento-grid .animal-card--overlay .animal-card__image-wrap{aspect-ratio:21/9}}@media (min-width:1024px){.bento-grid{grid-template-columns:repeat(4,1fr);grid-auto-flow:dense}.bento-grid .animal-card--overlay{grid-row:span 2}.bento-grid .animal-card--overlay .animal-card__image-wrap{aspect-ratio:16/10}.bento-grid .animal-card--overlay:not(:first-child){grid-column:3/span 2}}@media (max-width:767px){.bento-collapsible .bento-grid{--bento-collapsed-height:72rem;max-height:var(--bento-collapsed-height);overflow:hidden;-webkit-mask-image:linear-gradient(#000 calc(100% - 5rem),#0000);mask-image:linear-gradient(#000 calc(100% - 5rem),#0000)}.bento-collapsible.is-expanded .bento-grid{max-height:none;-webkit-mask-image:none;mask-image:none}}.bento-collapsible__toggle{color:var(--color-az-accent);border:1px solid color-mix(in srgb,var(--color-az-accent)30%,transparent);border-radius:var(--radius-md);cursor:pointer;background:0 0;align-items:center;gap:.375rem;margin-top:1rem;padding:.375rem .75rem;font-size:.8125rem;font-weight:700;transition:all .15s;display:inline-flex}.bento-collapsible__toggle:hover{background:color-mix(in srgb,var(--color-az-accent)8%,transparent);border-color:var(--color-az-accent)}.bento-collapsible__toggle svg{transition:transform .2s}.bento-collapsible.is-expanded .bento-collapsible__toggle{display:none}@media (min-width:768px){.bento-collapsible__toggle{display:none}}.ref-hub{background:linear-gradient(180deg,var(--theme-bg)0%,var(--color-az-warm)100%);padding:4rem 0 5rem;position:relative;overflow:hidden}.ref-hub:before{content:"";opacity:.03;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");position:absolute;top:0;bottom:0;left:0;right:0}.ref-hub__container{max-width:80rem;margin:0 auto;padding:0 1.5rem;position:relative}.ref-hub__header{text-align:center;margin-bottom:3rem;max-width:40rem;margin-inline-start:auto;margin-inline-end:auto}.ref-hub__eyebrow{font-family:var(--font-body);text-transform:uppercase;letter-spacing:.2em;color:var(--color-az-green);background:color-mix(in srgb,var(--color-az-green)10%,transparent);border-radius:var(--radius-full);margin-bottom:1rem;padding:.5rem 1rem;font-size:.6875rem;font-weight:700;display:inline-block}.ref-hub__headline{font-family:var(--font-display);color:var(--theme-heading);margin:0 0 1rem;font-size:max(1.75rem,min(4vw,2.5rem));font-weight:700;line-height:1.15}.ref-hub__intro{color:var(--theme-text-secondary);margin:0;font-size:1.0625rem;line-height:1.7}.ref-hub__bento{grid-template-rows:repeat(2,auto);grid-template-columns:repeat(12,1fr);gap:1.25rem;display:grid}.ref-hub__card--hero{grid-area:1/1/3/8;min-height:480px}.ref-hub__card--featured:nth-child(2){grid-area:1/8/auto/13;min-height:220px}.ref-hub__card--featured:nth-child(3){grid-area:2/8/auto/13;min-height:220px}.ref-hub__card--featured:nth-child(4){grid-area:3/1/auto/13;min-height:200px}.ref-hub__card{border-radius:var(--radius-xl);color:#fff;animation:.6s cubic-bezier(.23,1,.32,1) backwards card-reveal;animation-delay:calc(var(--card-index,0)*.1s + .2s);flex-direction:column;justify-content:flex-end;text-decoration:none;transition:transform .4s cubic-bezier(.23,1,.32,1),box-shadow .4s cubic-bezier(.23,1,.32,1);display:flex;position:relative;overflow:hidden;transform:translateY(0);box-shadow:0 4px 20px #0f2e2e1f}@keyframes card-reveal{0%{opacity:0;transform:translateY(30px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.ref-hub__card:hover{transform:translateY(-8px);box-shadow:0 20px 50px #0f2e2e33}.ref-hub__card-bg{position:absolute;top:0;bottom:0;left:0;right:0}.ref-hub__card-img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;transition:transform .6s cubic-bezier(.23,1,.32,1)}.ref-hub__card:hover .ref-hub__card-img{transform:scale(1.08)}.ref-hub__card-overlay{background:linear-gradient(#0a1e1c1a 0%,#0a1e1c4d 40%,#0a1e1cb3 65%,#0a1e1cf2 100%);transition:opacity .4s;position:absolute;top:0;bottom:0;left:0;right:0}.ref-hub__card:hover .ref-hub__card-overlay{opacity:.85}.ref-hub__card-grain{opacity:.08;mix-blend-mode:overlay;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");position:absolute;top:0;bottom:0;left:0;right:0}.ref-hub__card-content{z-index:1;flex-direction:column;gap:.75rem;padding:1.5rem;display:flex;position:relative}.ref-hub__card--hero .ref-hub__card-content{padding:2rem}.ref-hub__card-meta{align-items:center;gap:.75rem;display:flex}.ref-hub__card-count{text-transform:uppercase;letter-spacing:.08em;color:var(--color-az-accent);border-radius:var(--radius-full);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff1f;align-items:center;gap:.375rem;padding:.375rem .75rem;font-size:.75rem;font-weight:700;display:inline-flex}.ref-hub__card-count svg{opacity:.9;flex-shrink:0}.ref-hub__card-title{font-family:var(--font-display);color:#fff;text-shadow:0 2px 12px #0000004d;margin:0;font-size:1.5rem;font-weight:700;line-height:1.2}.ref-hub__card--hero .ref-hub__card-title{font-size:max(1.75rem,min(3vw,2.25rem))}.ref-hub__card-desc{color:#fffc;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:.9375rem;line-height:1.55;display:-webkit-box;overflow:hidden}.ref-hub__card--hero .ref-hub__card-desc{-webkit-line-clamp:3;font-size:1rem}.ref-hub__card-progress{border-radius:var(--radius-full);background:#ffffff26;height:3px;margin-top:.25rem;overflow:hidden}.ref-hub__card-progress-bar{height:100%;width:var(--progress,0%);background:linear-gradient(90deg,var(--color-az-accent)0%,var(--color-az-green)100%);border-radius:var(--radius-full);transition:width .8s cubic-bezier(.23,1,.32,1) .3s}.ref-hub__card-cta{color:var(--color-az-accent);opacity:0;align-items:center;gap:.5rem;margin-top:.5rem;font-size:.875rem;font-weight:700;transition:opacity .3s,transform .3s;display:inline-flex;transform:translate(-8px)}.ref-hub__card:hover .ref-hub__card-cta{opacity:1;transform:translate(0)}.ref-hub__card-cta svg{transition:transform .3s}.ref-hub__card:hover .ref-hub__card-cta svg{transform:translate(4px)}.ref-hub-grid{background:var(--color-az-warm);padding:4rem 0 5rem;position:relative}.ref-hub-grid:before{content:"";background:linear-gradient(180deg,var(--theme-bg)0%,var(--color-az-warm)100%);pointer-events:none;height:120px;position:absolute;top:0;left:0;right:0}.ref-hub-grid__container{max-width:80rem;margin:0 auto;padding:0 1.5rem;position:relative}.ref-hub-grid__header{margin-bottom:2.5rem}.ref-hub-grid__title{font-family:var(--font-display);color:var(--theme-heading);margin:0 0 .375rem;font-size:1.5rem;font-weight:700}.ref-hub-grid__subtitle{color:var(--theme-text-muted);margin:0;font-size:.9375rem}.ref-hub-grid__items{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1rem;display:grid}.ref-hub-grid__item{background:var(--theme-card-bg);border-radius:var(--radius-lg);border:1px solid var(--theme-border-light);min-height:160px;animation:.4s cubic-bezier(.23,1,.32,1) backwards grid-item-reveal;animation-delay:calc(var(--item-index,0)*30ms + .1s);flex-direction:column;padding:1.25rem;text-decoration:none;transition:all .25s cubic-bezier(.23,1,.32,1);display:flex;position:relative}@keyframes grid-item-reveal{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.ref-hub-grid__item:hover{border-color:var(--accent-color,var(--color-az-green));transform:translateY(-4px);box-shadow:0 12px 32px #0f2e2e1f}.ref-hub-grid__item-content{flex-direction:column;flex:1;display:flex}.ref-hub-grid__item-name{font-family:var(--font-display);color:var(--theme-heading);margin:0 0 .125rem;font-size:1rem;font-weight:700;transition:color .2s}.ref-hub-grid__item:hover .ref-hub-grid__item-name{color:var(--accent-color,var(--color-az-green))}.ref-hub-grid__item-desc{color:var(--theme-text-muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0 0 .75rem;font-size:.8125rem;line-height:1.5;display:-webkit-box;overflow:hidden}.ref-hub-grid__item-previews{align-items:center;gap:.25rem;margin-top:auto;display:flex}.ref-hub-grid__item-preview{-o-object-fit:cover;object-fit:cover;border:2px solid var(--theme-card-bg);border-radius:50%;width:32px;height:32px;transition:transform .2s,box-shadow .2s;box-shadow:0 1px 3px #0000001a}.ref-hub-grid__item-preview:not(:first-child){margin-left:-8px}.ref-hub-grid__item:hover .ref-hub-grid__item-preview{transform:translateY(-2px);box-shadow:0 4px 8px #00000026}.ref-hub-grid__item-more{background:var(--theme-bg-subtle);border:2px solid var(--theme-card-bg);width:32px;height:32px;color:var(--theme-text-muted);border-radius:50%;justify-content:center;align-items:center;margin-left:-8px;font-size:.625rem;font-weight:700;display:flex}.ref-hub-grid__item-meta{align-items:center;gap:.5rem;display:flex;position:absolute;top:1rem;right:1rem}.ref-hub-grid__item-count{font-family:var(--font-display);color:var(--accent-color,var(--color-az-green));background:color-mix(in srgb,var(--accent-color,var(--color-az-green))10%,transparent);border-radius:var(--radius-full);padding:.25rem .625rem;font-size:.875rem;font-weight:700}.ref-hub-grid__item-arrow{color:var(--theme-text-muted);opacity:0;transition:all .25s;transform:translate(-4px)}.ref-hub-grid__item:hover .ref-hub-grid__item-arrow{opacity:1;color:var(--accent-color,var(--color-az-green));transform:translate(0)}.ref-hub-content{background:var(--theme-bg);padding:4rem 0}.ref-hub-content__container{max-width:48rem;margin:0 auto;padding:0 1.5rem}@media (max-width:1024px){.ref-hub__bento{grid-template-columns:repeat(6,1fr)}.ref-hub__card--hero{grid-area:span 1/span 6;min-height:360px}.ref-hub__card--featured:not(.ref-hub__card--hero){grid-column:span 3;min-height:240px}}@media (max-width:768px){.ref-hub{padding:3rem 0 4rem}.ref-hub__header{margin-bottom:2rem}.ref-hub__bento{grid-template-columns:1fr;gap:1rem}.ref-hub__card--hero,.ref-hub__card--featured{grid-area:span 1/span 1;min-height:280px}.ref-hub__card--hero{min-height:320px}.ref-hub__card-content{padding:1.25rem}.ref-hub__card-title{font-size:1.25rem}.ref-hub__card--hero .ref-hub__card-title{font-size:1.5rem}.ref-hub-grid{padding:3rem 0 4rem}.ref-hub-grid__items{grid-template-columns:1fr}}.dark .ref-hub{background:linear-gradient(180deg,var(--theme-bg)0%,var(--theme-bg-subtle)100%)}.dark .ref-hub:before{opacity:.05}.dark .ref-hub-grid{background:var(--theme-bg-subtle)}.dark .ref-hub-grid:before{background:linear-gradient(180deg,var(--theme-bg)0%,var(--theme-bg-subtle)100%)}.dark .ref-hub-grid__item{background:var(--theme-bg-elevated);border-color:var(--theme-border)}.dark .ref-hub-grid__item:hover{border-color:var(--accent-color,var(--color-az-green))}.ref-examples-group__title{font-family:var(--font-display);color:var(--theme-heading);font-size:1rem;font-weight:700}.ref-examples-group__title svg{color:var(--color-az-green)}.ref-example-card__animal{font-family:var(--font-display);color:var(--theme-heading);margin-bottom:.375rem;font-size:1.0625rem;font-weight:700}.ref-example-card__reason{color:var(--theme-text-secondary);font-size:.875rem;line-height:1.5}.ref-example-card__record{color:var(--theme-text-secondary);margin-bottom:.25rem;font-size:.8125rem;font-weight:400;display:block}.ref-example-card__value{font-family:var(--font-display);color:#f59e0b;font-size:1rem;font-weight:700;display:block}.ref-example-card--recordHolders .ref-example-card__animal:before{content:"";vertical-align:middle;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23f59e0b' stroke-width='2'%3E%3Ccircle cx='12' cy='8' r='7'/%3E%3Cpolyline points='8.21 13.89 7 23 12 20 17 23 15.79 13.88'/%3E%3C/svg%3E");background-size:contain;width:16px;height:16px;margin-right:.5rem;display:inline-block}.ref-fun-fact__text{color:var(--theme-text);margin:0;font-size:.9375rem;line-height:1.6}.ref-anatomy-card__title{font-family:var(--font-display);color:var(--theme-heading);margin:0 0 .75rem;font-size:1.0625rem;font-weight:700}.ref-anatomy-card__desc{color:var(--theme-text-secondary);margin:0 0 1rem;font-size:.9375rem;line-height:1.6}.ref-related-card__name{color:var(--theme-heading);margin-bottom:.25rem;font-weight:700;display:block}.ref-related-card__desc{color:var(--theme-text-secondary);font-size:.8125rem;line-height:1.4;display:block}.ref-iconic-card__animal{font-family:var(--font-display);color:var(--theme-heading);align-items:center;gap:.5rem;margin-bottom:.5rem;font-size:1.0625rem;font-weight:700;display:flex}.ref-iconic-card__animal svg{color:var(--color-az-green);flex-shrink:0}.ref-iconic-card__adaptation{color:var(--theme-text-secondary);margin:0;font-size:.875rem;line-height:1.5}.ref-property-card__label{text-transform:uppercase;letter-spacing:.08em;color:var(--theme-text-muted);margin-bottom:.5rem;font-size:.6875rem;font-weight:700;display:block}.ref-property-card__value{font-family:var(--font-display);color:var(--theme-heading);margin-bottom:.5rem;font-size:1.25rem;font-weight:700}.ref-property-card__desc{color:var(--theme-text-secondary);margin:0;font-size:.8125rem;line-height:1.5}.ref-property-card__extremes{border-top:1px solid var(--theme-border-light);color:var(--theme-text-muted);margin-top:.75rem;padding-top:.75rem;font-size:.75rem}.ref-gait-phase{background:var(--theme-card-bg);border-radius:var(--radius-full);border:1px solid var(--theme-border-light)}.ref-gait-phase__number{background:var(--color-az-green);color:#fff;border-radius:50%;font-size:.75rem;font-weight:700}.ref-gait-phase__name{color:var(--theme-text);font-size:.875rem;font-weight:400}.ref-structure-card{background:var(--theme-bg);border:1px solid var(--theme-border-light);border-radius:var(--radius-lg)}.ref-structure-card__name{font-family:var(--font-display);color:var(--theme-heading);margin:0 0 .5rem;font-size:1.0625rem;font-weight:700}.ref-structure-card__function{color:var(--theme-text);margin:0 0 .75rem;font-size:.9375rem;line-height:1.5}.ref-process-step{background:var(--theme-bg);border-radius:var(--radius-lg);border:1px solid var(--theme-border-light)}.ref-process-step__number{background:var(--color-az-green);color:#fff;font-family:var(--font-display);border-radius:var(--radius-full);font-size:1rem;font-weight:700}.ref-process-step__title{font-family:var(--font-display);color:var(--theme-heading);margin:0 0 .25rem;font-size:1rem;font-weight:700}.ref-process-step__desc{color:var(--theme-text-secondary);margin:0;font-size:.875rem;line-height:1.5}.ref-threat-card__icon{color:#ef4444}.ref-threat-card__name{font-family:var(--font-display);color:var(--theme-heading);font-size:1rem;font-weight:700;text-decoration:none}a.ref-threat-card__name:hover{color:var(--color-az-link)}.ref-threat-card__severity{border-radius:var(--radius-full);text-transform:uppercase;letter-spacing:.05em;font-size:.6875rem;font-weight:700}.ref-threat-card__desc{color:var(--theme-text-secondary);margin:0;font-size:.875rem;line-height:1.5}}
