.wiki-header{max-width:800px;margin:0 auto 4rem;text-align:center}.wiki-header__category{display:inline-block;padding:.625rem 1.25rem;background:var(--geode-charcoal);color:var(--geode-amethyst);border-radius:4px;margin-bottom:1.25rem;text-transform:uppercase;font-size:1.0625rem;letter-spacing:.08rem;font-weight:500}.wiki-header__title{margin-bottom:1rem;color:var(--geode-white)}.wiki-header__subtitle{margin-bottom:.5rem;color:var(--geode-white-muted);font-weight:400}.wiki-header__scientific{font-size:1.125rem;color:var(--geode-white-muted);margin-bottom:1.5rem}.wiki-header__meta{display:flex;justify-content:center;gap:2rem;margin-bottom:2rem;font-size:1rem;color:var(--geode-white-muted)}.wiki-header__share{margin-top:2rem}.wiki-header__toc{display:none}.wiki-header__faq{margin-top:3rem;text-align:left}.wiki-faq__items{margin-top:1.5rem}.wiki-faq__item{background:var(--geode-charcoal);border-radius:8px;margin-bottom:1rem;padding:1.5rem}.wiki-faq__question{font-weight:600;color:var(--geode-white);cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center}.wiki-faq__question:after{content:"+";font-size:1.5rem;color:var(--geode-amethyst);transition:transform .2s ease}.wiki-faq__item[open] .wiki-faq__question:after{transform:rotate(45deg)}.wiki-faq__answer{margin-top:1rem;color:var(--geode-white-muted);line-height:1.6}.wiki-properties{margin-bottom:4rem}.wiki-properties__heading{text-align:center;margin-bottom:3rem;color:var(--geode-white)}.wiki-properties__grid{display:grid;grid-template-columns:1fr;gap:2rem;margin-bottom:3rem}@media(min-width:750px){.wiki-properties__grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:990px){.wiki-properties__grid{grid-template-columns:repeat(2,1fr)}}.wiki-properties__section{background:var(--geode-charcoal);padding:2rem;border-radius:8px}.wiki-properties__title{color:var(--geode-amethyst);margin-bottom:1.5rem;border-bottom:2px solid rgba(139,92,246,.2);padding-bottom:.5rem}.wiki-properties__list{margin:0}.wiki-properties__item{display:flex;justify-content:space-between;align-items:baseline;padding:.75rem 0;border-bottom:1px solid rgba(250,250,250,.1)}.wiki-properties__item:last-child{border-bottom:none}.wiki-properties__item dt{font-weight:600;color:var(--geode-white);margin-right:1rem;flex-shrink:0}.wiki-properties__item dd{color:var(--geode-white-muted);text-align:right;margin:0}.wiki-properties__gallery{margin-top:3rem}.wiki-gallery__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-top:1.5rem}.wiki-gallery__item{background:var(--geode-charcoal);border-radius:8px;overflow:hidden}.wiki-gallery__item img{width:100%;height:auto;display:block}.wiki-gallery__caption{padding:1rem;color:var(--geode-white-muted);font-size:.875rem;text-align:center}.wiki-related{margin-bottom:4rem}.wiki-related__heading{text-align:center;margin-bottom:1rem;color:var(--geode-white)}.wiki-related__description{text-align:center;margin-bottom:3rem;color:var(--geode-white-muted);max-width:600px;margin-left:auto;margin-right:auto}.wiki-related__grid{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:750px){.wiki-related__grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:990px){.wiki-related__grid{grid-template-columns:repeat(3,1fr)}}.wiki-related__card{background:var(--geode-charcoal);border-radius:8px;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease}.wiki-related__card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000004d}.wiki-related__image{width:100%;height:200px;overflow:hidden}.wiki-related__image img{width:100%;height:100%;object-fit:cover}.wiki-related__content{padding:1.5rem}.wiki-related__category{display:inline-block;color:var(--geode-amethyst);margin-bottom:.5rem;font-size:.875rem;text-transform:uppercase}.wiki-related__title{margin-bottom:.75rem;color:var(--geode-white)}.wiki-related__link{color:var(--geode-white);text-decoration:none;transition:color .2s ease}.wiki-related__link:hover{color:var(--geode-amethyst)}.wiki-related__excerpt{color:var(--geode-white-muted);margin-bottom:1rem;line-height:1.6}.wiki-related__cta{display:inline-flex;align-items:center;gap:.5rem;color:var(--geode-amethyst);text-decoration:none;font-weight:600;transition:gap .2s ease}.wiki-related__cta:hover{gap:.75rem}.wiki-related__cta .icon{width:14px;height:14px}.wiki-related__empty{text-align:center;color:var(--geode-white-muted);padding:3rem}.wiki-related__see-also{margin-top:3rem;padding:2rem;background:var(--geode-charcoal);border-radius:8px}.wiki-related__subtitle{margin-bottom:1rem;color:var(--geode-white)}.wiki-related__list{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.wiki-related__list li{color:var(--geode-white-muted);padding:.5rem 0}.wiki-related__list li:before{content:"\2192";color:var(--geode-amethyst);margin-right:.5rem}.wiki-glossary{margin-bottom:4rem}.wiki-glossary__heading{text-align:center;margin-bottom:1rem;color:var(--geode-white)}.wiki-glossary__description{text-align:center;margin-bottom:3rem;color:var(--geode-white-muted);max-width:600px;margin-left:auto;margin-right:auto}.wiki-glossary__nav{margin-bottom:3rem;text-align:center;position:sticky;top:80px;background:var(--geode-black);z-index:10;padding:1rem 0;border-bottom:1px solid rgba(250,250,250,.1)}.wiki-glossary__alphabet{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem;list-style:none;padding:0;margin:0}.wiki-glossary__letter{display:inline-block;padding:.5rem .75rem;min-width:2.5rem;text-align:center;border-radius:4px;text-decoration:none;transition:all .2s ease}.wiki-glossary__letter:not(.wiki-glossary__letter--disabled){background:var(--geode-charcoal);color:var(--geode-amethyst)}.wiki-glossary__letter:not(.wiki-glossary__letter--disabled):hover{background:var(--geode-amethyst);color:var(--geode-black)}.wiki-glossary__letter--disabled{color:#fafafa4d;cursor:default}.wiki-glossary__section{margin-bottom:3rem}.wiki-glossary__section-title{color:var(--geode-amethyst);margin-bottom:1.5rem;font-size:2rem;padding-bottom:.5rem;border-bottom:2px solid rgba(139,92,246,.2)}.wiki-glossary__list{margin:0}.wiki-glossary__item{padding:1.5rem 0;border-bottom:1px solid rgba(250,250,250,.1)}.wiki-glossary__item:last-child{border-bottom:none}.wiki-glossary__term{font-weight:700;color:var(--geode-white);font-size:1.125rem;margin-bottom:.5rem}.wiki-glossary__pronunciation{font-weight:400;color:var(--geode-white-muted);font-size:.875rem;margin-left:.5rem}.wiki-glossary__definition{color:var(--geode-white-muted);line-height:1.6;margin:0}.wiki-glossary__link{display:inline-flex;align-items:center;gap:.25rem;margin-top:.5rem;color:var(--geode-amethyst)}.wiki-glossary__empty{text-align:center;color:var(--geode-white-muted);padding:3rem}.wiki-further-reading{margin-bottom:4rem}.wiki-further-reading__heading{text-align:center;margin-bottom:1rem;color:var(--geode-white)}.wiki-further-reading__intro{text-align:center;margin-bottom:2rem;color:var(--geode-white-muted)}.wiki-further-reading__list{list-style:none;counter-reset:reading-counter;padding:0;margin:0}.wiki-further-reading__item{counter-increment:reading-counter;margin-bottom:1rem;background:var(--geode-charcoal);border-radius:8px;position:relative;padding:1.5rem 1.5rem 1.5rem 4rem}.wiki-further-reading__item:before{content:counter(reading-counter) ".";position:absolute;left:1.5rem;top:1.5rem;color:var(--geode-amethyst);font-weight:700}.wiki-reading__content{color:var(--geode-white-muted);line-height:1.8}.wiki-reading__authors{color:var(--geode-white-muted)}.wiki-reading__title{color:var(--geode-amethyst);margin:0 .25rem}.wiki-reading__title.link{text-decoration:none;transition:opacity .2s ease}.wiki-reading__title.link:hover{opacity:.8}.wiki-reading__publication{color:var(--geode-white-muted);margin:0 .25rem}.wiki-reading__year,.wiki-reading__pages{margin:0 .25rem}.wiki-reading__description{color:var(--geode-white-muted);margin-left:.25rem}.wiki-products{margin-top:3rem;margin-bottom:3rem;padding-top:2rem;border-top:1px solid rgba(250,250,250,.1)}.wiki-products--inline{border-top:none;padding-top:0;margin-top:3rem;margin-bottom:3rem}.wiki-products__heading{text-align:center;margin-bottom:2rem;color:var(--geode-white)}.wiki-products__grid{margin-bottom:2rem}.wiki-products__view-all{text-align:center;margin-top:1.5rem}.wiki-products__view-all-link{display:inline-block;padding:.75rem 2rem;color:var(--geode-amethyst);border:1px solid var(--geode-amethyst);border-radius:4px;text-decoration:none;transition:all .2s ease;font-size:.9375rem;letter-spacing:.03em}.wiki-products__view-all-link:hover{background:var(--geode-amethyst);color:var(--geode-white)}.wiki-products__browse{text-align:center;margin-top:1.5rem}.wiki-products__browse-btn{display:inline-block;padding:1rem 2.5rem;background:var(--geode-amethyst);color:var(--geode-white)!important;border-radius:4px;text-decoration:none!important;font-size:1.0625rem;font-weight:500;letter-spacing:.04em;transition:all .25s ease}.wiki-products__browse-btn:hover{background:#7c3aed;transform:translateY(-1px);box-shadow:0 4px 12px #8b5cf64d}.wiki-meta{display:flex;justify-content:center;align-items:center;gap:2rem;margin-bottom:2rem;font-size:1rem;color:var(--geode-white-muted)}.section-wiki-article~.section-breadcrumbs .breadcrumb__item,.section-breadcrumbs+.section-wiki-article .breadcrumb__item,.geode-theme .section-breadcrumbs .breadcrumb__item{font-size:1.35rem}.wiki-article h1{color:var(--geode-white)}.wiki-article h2{margin-top:3rem;margin-bottom:1.5rem;color:var(--geode-white)}.wiki-article h3{margin-top:2rem;margin-bottom:1rem;color:var(--geode-white)}.wiki-article p{margin-bottom:1.25rem;line-height:1.7;color:var(--geode-white-muted)}.wiki-article ul,.wiki-article ol{margin-bottom:1.5rem;padding-left:1.5rem;color:var(--geode-white-muted);line-height:1.7}.wiki-article li{margin-bottom:.75rem}.wiki-article strong{color:var(--geode-white)}.wiki-article a{color:var(--geode-amethyst);text-decoration:none;transition:color .2s ease}.wiki-article a:hover{color:var(--geode-white)}.wiki-article em{font-style:italic}.wiki-collapsibles{margin-top:3rem;margin-bottom:4rem}.wiki-collapsibles__heading{text-align:center;margin-bottom:2rem;color:var(--geode-white)}.wiki-back-link{display:inline-flex;align-items:center;gap:.5rem;margin-top:3rem;padding:.75rem 1.5rem;background:var(--geode-charcoal);border-radius:8px;color:var(--geode-amethyst);text-decoration:none;font-weight:600;transition:background .2s ease}.wiki-back-link:hover{background:#8b5cf626}@media(max-width:749px){.wiki-header__meta{flex-direction:column;gap:.5rem}.wiki-properties__item{flex-direction:column;align-items:flex-start}.wiki-properties__item dd{text-align:left;margin-top:.25rem}.wiki-glossary__alphabet{gap:.25rem}.wiki-glossary__letter{padding:.25rem .5rem;min-width:2rem;font-size:.875rem}.wiki-citations__item{padding-left:3rem}.wiki-citations__item:before{left:1rem}}@media print{.wiki-header__share,.wiki-header__toc,.wiki-glossary__nav{display:none}.wiki-faq__item,.wiki-properties__item{page-break-inside:avoid}}
/*# sourceMappingURL=/cdn/shop/t/7/assets/geode-wiki.css.map */
