@keyframes loadingDots{0%{transform:translateY(0)}30%{transform:translateY(-0.125em)}60%{transform:translateY(0)}100%{transform:translateY(0)}}.loading{background:rgba(244,245,241,0.75);backdrop-filter:blur(32px);bottom:0;border-radius:var(--spacing-m) var(--spacing-m) 0 0;display:flex;grid-gap:var(--spacing-s);height:30vh;flex-direction:column;margin:0 var(--spacing-s);padding:var(--spacing-s);text-align:center;width:calc(100% - var(--spacing-s) - var(--spacing-s));z-index:200;position:fixed;align-items:center;justify-content:center;transition:0.5s all cubic-bezier(0.5, 0, 0, 1);z-index:1000}.loading.loaded{transform:translateY(100%)}.loading .loading-content{font-size:2em}.loading .loading-content span{display:inline-block}.loading .loading-content .dot-1{animation:loadingDots 1.5s 0.1s cubic-bezier(0.25,0,0.25,1) infinite}.loading .loading-content .dot-2{animation:loadingDots 1.5s 0.2s cubic-bezier(0.25,0,0.25,1) infinite}.loading .loading-content .dot-3{animation:loadingDots 1.5s 0.3s cubic-bezier(0.25,0,0.25,1) infinite}.loading .sub-text{max-width:30em}nav.settings{align-items:start;display:flex;flex-direction:column;grid-gap:0;box-shadow:0px 40px 100px 0px transparent;padding:0;left:50%;top:var(--spacing-s);position:absolute;transform:translateX(-50%) scale(1);height:36px;width:336px;max-width:700px;overflow:hidden;transition:0.5s all cubic-bezier(1, 0, 0, 1)}nav.settings[is-open="true"] .settings-header .hamburger span.top{top:calc(50% - 0.5px);transform:rotate(-45deg)}nav.settings[is-open="true"] .settings-header .hamburger span.middle{opacity:0}nav.settings[is-open="true"] .settings-header .hamburger span.bottom{top:calc(50% - 0.5px);transform:rotate(45deg)}nav.settings .settings-header{align-self:flex-start;display:inline-flex;height:36px;justify-content:space-between;padding:12px;align-items:center;width:100%}nav.settings .settings-header:hover{cursor:pointer}nav.settings .settings-header .hamburger{height:12px;width:24px;position:relative}nav.settings .settings-header .hamburger span{background:var(--color-dark);height:1px;width:100%;position:absolute;transition:0.2s all ease-in-out}nav.settings .settings-header .hamburger span.top{top:0}nav.settings .settings-header .hamburger span.middle{top:calc(50% - 0.5px)}nav.settings .settings-header .hamburger span.bottom{bottom:0}nav.settings .settings-header .foundry-count{border:1px solid var(--color-border-light);border-radius:4px;font-size:0.5em;padding:0.25em 0.5em;opacity:0;transform:translateY(4px);transition:0.5s all ease-in-out}nav.settings .settings-header .foundry-count.visible{opacity:1;transform:translateY(0)}nav.settings .bottom-module{font-size:14px;display:grid;grid-template-columns:1fr 2fr;border-top:1px solid var(--color-border-light);height:calc(100% - 36px);max-width:700px;width:90vw;transition:0.5s all cubic-bezier(0.5, 0, 0, 1)}nav.settings .sidebar{border-right:1px solid var(--color-border-light);grid-column:1 / 2;display:flex;flex-direction:column;justify-content:space-between}nav.settings .sidebar .section{padding:var(--spacing-s)}nav.settings .sidebar .options{display:flex;flex-direction:column;padding:var(--spacing-xs);grid-gap:2px}nav.settings .sidebar .options label{border-radius:var(--spacing-xs);color:var(--color-dark);position:relative;padding:var(--spacing-xs);transition:0.2s all ease-in-out}nav.settings .sidebar .options label input{-webkit-appearance:none;margin:0;padding:0;left:0;top:0;position:absolute;width:100%;height:100%}nav.settings .sidebar .options label input:focus{background:blue}nav.settings .sidebar .options label:has(input:checked){color:var(--color-black);background:var(--color-light)}nav.settings .sidebar .options label:has(input:checked):hover{cursor:auto}nav.settings .sidebar .options label:hover{background:var(--color-light);cursor:pointer}nav.settings .main>div{display:none}nav.settings .sidebar:has(input[value="settings-page--view"]:checked) ~ .main .view-settings,nav.settings .sidebar:has(input[value="settings-page--filters"]:checked) ~ .main .filter-settings,nav.settings .sidebar:has(input[value="settings-page--tips"]:checked) ~ .main .tips-tricks{display:block}nav.settings .main{grid-column:2 / 3;overflow:scroll}nav.settings .main .section{display:flex;flex-direction:column;grid-gap:var(--spacing-s)}nav.settings .main .section .row:first-child:has(.visibility-toggle:not(:checked)) ~ .row{opacity:0.4}nav.settings .main .section.notice{padding-bottom:0}nav.settings .main .section.notice p{background:var(--color-yellow);border-radius:var(--spacing-s);padding:var(--spacing-s);margin:0}nav.settings .main .row{display:grid;grid-gap:var(--spacing-s)}nav.settings .main .row:first-child .visibility{align-items:center;margin-top:0.2em}nav.settings .main .row:has(.visibility-toggle:not(:checked)){opacity:0.4}nav.settings .main .row .section-title{font-size:1.75em}nav.settings .main .row .visibility{display:inline-flex;margin-top:0.05em;position:relative}nav.settings .main .row .visibility input{-webkit-appearance:none;margin:0;padding:0;width:24px;height:18px;outline:none;position:absolute;left:0;top:0}nav.settings .main .row .visibility label{height:18px}nav.settings .main .row .visibility label *:hover{cursor:pointer}nav.settings .main .row .visibility label:has(input:checked):hover svg .vibisility-off{opacity:1}nav.settings .main .row .visibility label:has(input:checked) svg .visibility-off{opacity:0}nav.settings .main .row .visibility label:has(input:checked):hover svg .visibility-off{opacity:1}nav.settings .main .row .toggle{display:inline-flex;border:1px solid var(--color-mid);border-radius:8px;position:relative;transition:0.2s all ease-in-out}nav.settings .main .row .toggle input{-webkit-appearance:none;margin:0;padding:0;width:14px;height:16px;border-radius:50%;outline:none}nav.settings .main .row .toggle input:hover{cursor:pointer}nav.settings .main .row .toggle:after{content:"";position:absolute;height:8px;width:8px;border-radius:50%;top:4px;pointer-events:none;transition:0.2s all ease-in-out}nav.settings .main .row .toggle:has(input[value="false"]:checked){border-color:var(--color-red)}nav.settings .main .row .toggle:has(input[value="false"]:checked):after{background:var(--color-red);left:4px}nav.settings .main .row .toggle:has(input[value="unset"]:checked){border-color:var(--color-mid)}nav.settings .main .row .toggle:has(input[value="unset"]:checked):after{background:var(--color-mid);left:17px}nav.settings .main .row .toggle:has(input[value="true"]:checked){border-color:var(--color-green);background:var(--color-green)}nav.settings .main .row .toggle:has(input[value="true"]:checked):after{background:var(--color-white);left:30px}nav.settings .main .row .toggle:has(input[value="false"]:hover){border-color:var(--color-red);background:transparent}nav.settings .main .row .toggle:has(input[value="false"]:hover):after{background:var(--color-red);left:4px}nav.settings .main .row .toggle:has(input[value="unset"]:hover){border-color:var(--color-mid);background:transparent}nav.settings .main .row .toggle:has(input[value="unset"]:hover):after{background:var(--color-mid);left:17px}nav.settings .main .row .toggle:has(input[value="true"]:hover){border-color:var(--color-green);background:var(--color-green)}nav.settings .main .row .toggle:has(input[value="true"]:hover):after{background:var(--color-white);left:30px}nav.settings .main .row .toggle.binary input{width:21px}nav.settings .main .filter-settings .inner{display:flex;flex-direction:column;grid-gap:var(--spacing-s)}nav.settings .main .filter-settings .inner .row{grid-template-columns:24px 1fr 1fr}nav.settings .main .filter-settings .inner .row .section-title{grid-column:span 2}nav.settings .main .view-settings .inner .row{grid-template-columns:1fr 1fr}nav.settings .main .view-settings .inner .row .section-title{grid-column:span 2}nav.settings .main .section{padding:var(--spacing-s)}nav.settings .main .section:not(:first-child){border-top:1px solid var(--color-mid);padding:var(--spacing-s)}nav.settings .main .section .row .data-value.type--multi-select-list{display:flex;flex-direction:column;border:1px solid var(--color-mid);border-radius:8px;max-height:200px;overflow:scroll}nav.settings .main .section .row .data-value.type--multi-select-list label{padding:calc(var(--spacing-s) * .75);position:relative;text-box:trim-both cap alphabetic}nav.settings .main .section .row .data-value.type--multi-select-list label:hover{background:var(--color-light)}nav.settings .main .section .row .data-value.type--multi-select-list label:has(input:checked){background:var(--color-purple);color:var(--color-white)}nav.settings .main .section .row .data-value.type--multi-select-list label input{position:absolute;opacity:0}nav.settings .main .section .row .data-value.type--single-select-tag,nav.settings .main .section .row .data-value.type--multi-select-tags{display:flex;flex-wrap:wrap;grid-gap:var(--spacing-xs)}nav.settings .main .section .row .data-value.type--single-select-tag label,nav.settings .main .section .row .data-value.type--multi-select-tags label{border:1px solid var(--color-mid);border-radius:8px;padding:var(--spacing-xs);text-box:trim-both cap alphabetic;transition:0.2s all ease-in-out}nav.settings .main .section .row .data-value.type--single-select-tag label:has(input:checked),nav.settings .main .section .row .data-value.type--multi-select-tags label:has(input:checked){background:var(--color-black);border-color:var(--color-black);color:var(--color-white)}nav.settings .main .section .row .data-value.type--single-select-tag label:hover,nav.settings .main .section .row .data-value.type--multi-select-tags label:hover{cursor:pointer}nav.settings .main .section .row .data-value.type--single-select-tag label:has(input:not(:checked)):hover,nav.settings .main .section .row .data-value.type--multi-select-tags label:has(input:not(:checked)):hover{border-color:var(--color-black)}nav.settings .main .section .row .data-value.type--single-select-tag label input,nav.settings .main .section .row .data-value.type--multi-select-tags label input{-webkit-appearance:none;margin:0;padding:0;opacity:0}nav.settings .main .data-title+.data-description{margin-top:var(--spacing-xs)}nav.settings .main .data-description{color:var(--color-dark)}nav.settings .main .data-description a{text-decoration:underline}nav.settings[is-open="false"]:hover{cursor:pointer;transform:translateX(-50%) scale(1.025)}nav.settings[is-open="false"] .bottom-module{opacity:0}body:has(nav.settings[is-open="true"]){overflow:hidden}body:has(nav.settings[is-open="true"]) .page-container{pointer-events:none}nav.settings[is-open="true"]{background:var(--color-white);height:80vh;width:90vw;top:10vh;box-shadow:0px 40px 100px 0px rgba(0,0,0,0.4)}nav.settings[is-open="true"] .bottom-module{opacity:1}@media (max-width: 768px){nav.settings{display:none}}.index-container{--table-font-size: 14px;font-size:var(--table-font-size);letter-spacing:0.02em;opacity:0;transform:translateY(var(--spacing-s));transition:1s all ease-in-out;z-index:0}.index-container[loaded="true"]{opacity:1;transform:translateY(0)}.index-container[view="list"]{scroll-snap-type:x proximity}.index-container[view="list"] .inner-container{display:flex;flex-direction:column;min-width:100%;width:-webkit-fit-content}.index-container[view="list"] .foundries-container{border-radius:var(--spacing-s)}.index-container[view="grid"] .foundries-container{display:grid;grid-template-columns:repeat(var(--col-count), 1fr);grid-gap:var(--spacing-s)}.index-container[view="grid"] .inner-container{padding:var(--spacing-s)}.index-container[col-size="1"]{--col-count: 1}.index-container[col-size="2"]{--col-count: 2}.index-container[col-size="3"]{--col-count: 3}.index-container[col-size="4"]{--col-count: 4}.index-container[col-size="5"]{--col-count: 5}.index-container[col-size="6"]{--col-count: 6}.index-container[col-size="7"]{--col-count: 7}.index-container[col-size="8"]{--col-count: 8}.index-container[view="list"] .list-header{background:var(--color-white);border-bottom:1px solid var(--color-border-x-light);display:flex;flex-direction:row;font-weight:700;padding-top:calc(36px + (var(--spacing-s) * 4));position:relative;overflow:visible;min-width:100%;width:-webkit-max-content;position:sticky;position:-webkit-sticky;top:0;z-index:999}.index-container[view="list"] .list-header .info-section{display:flex;flex-direction:row;height:100%;width:-webkit-max-content}.index-container[view="list"] .list-header .info-item{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.index-container[view="list"] .list-header::-webkit-scrollbar{display:none}.index-container.list-header[view="list"] .info-item{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.index-container[view="grid"] .list-header{display:none}.index-container[view="list"] .sticky{background:var(--color-white-trans);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);position:sticky;left:0;transition:0.2s ease-in-out}.index-container[view="list"] .foundry{border-bottom:1px solid var(--color-border-x-light);overflow:visible;transition:0.2s ease-in-out}.index-container[view="list"] .foundry,.index-container[view="list"] .foundry .bottom-info,.index-container[view="list"] .foundry .bottom-info .info-container{display:flex;flex-direction:row;height:100%;width:-webkit-max-content}.index-container[view="list"] .foundry .bottom-info .info-container{align-items:baseline}.index-container[view="list"] .foundry>*{min-width:200px;flex-shrink:0}.index-container[view="list"] .foundry .foundry-toggle{display:none}.foundry{align-self:start;background:var(--color-white);overflow:hidden}.index-container[view="grid"] .foundry{display:flex;flex-direction:column;grid-gap:var(--spacing-s)}.index-container[view="list"] .thumb-container{padding:var(--spacing-s)}.foundry:nth-child(n) .foundry--screenshot{background:#F3C0F9}.foundry:nth-child(2n+2) .foundry--screenshot{background:#457C2B}.foundry:nth-child(3n+3) .foundry--screenshot{background:#F7CC4B}.foundry:nth-child(4n+4) .foundry--screenshot{background:#500E2D}.foundry:nth-child(5n+5) .foundry--screenshot{background:#80C9FD}.foundry:nth-child(6n+6) .foundry--screenshot{background:#70472A}.foundry:nth-child(7n+7) .foundry--screenshot{background:#FF511E}.foundry:nth-child(8n+8) .foundry--screenshot{background:#616161}.foundry:nth-child(9n+9) .foundry--screenshot{background:#B5EE84}.foundry:nth-child(10n+10) .foundry--screenshot{background:#00498E}.thumb-container,a.thumb-container{position:relative;overflow:hidden}a.thumb-container{color:var(--color-black);text-decoration:none}.foundry--screenshot{color:var(--color-light);padding-bottom:66.25%;position:relative;overflow:hidden}.foundry--screenshot .screenshot-unavailable{color:rgba(255,255,255,0.2);mix-blend-mode:plus-lighter;font-size:4.75em;white-space:nowrap}.index-container[view="list"] .foundry--screenshot{border-radius:var(--spacing-xs)}.index-container[view="grid"] .foundry--screenshot{border-radius:var(--spacing-s)}.foundry--screenshot>div{position:absolute;height:100%;width:100%;overflow:hidden;align-items:center;display:flex;justify-content:center}.foundry--screenshot>div>img{object-fit:cover;height:100%;width:100%}.foundry--screenshot img{transition:0.2s all ease-in-out}.thumb-container:hover .foundry--screenshot img{opacity:0.75}.foundry--url{align-items:start;display:flex;height:calc(100% - var(--spacing-s));justify-content:flex-start;padding:var(--spacing-s);position:absolute;left:var(--spacing-xs);top:var(--spacing-xs);transition:0.2s all ease-in-out;width:calc(100% - var(--spacing-s))}.index-container[view="grid"] .foundry--url{left:0;top:0;width:100%}.foundry--screenshot+.foundry--url{opacity:0;transform:translateY(0.5em)}.thumb-container:hover .foundry--url{opacity:1;transform:translateY(0)}.foundry--url span{align-self:start;background-color:var(--color-white-trans);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:var(--spacing-xs);padding:0.25em 0.75em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.index-container[view="list"] .info-item{padding:var(--spacing-s);width:200px}.index-container[view="list"] .section-title{display:none}.index-container[view="list"] .info-container{overflow-y:hidden}.index-container[view="list"] .foundry--notes{width:30em}.index-container[view="list"] .foundry--notes .no-notes{display:none}.index-container[view="list"] .license--no-web-tracking,.index-container[view="list"] .license--designer-covered,.index-container[view="list"] .license--social-extra,.index-container[view="list"] .student-discount-type{width:300px}.index-container[view="grid"] .bottom-info[is-open="false"] .info-section{display:none}.index-container[view="grid"] .bottom-info[is-open="true"] .info-section{display:block}.index-container[view="grid"] .bottom-info[is-open="true"]{border:1px solid var(--color-border-x-light);border-radius:var(--spacing-s);overflow:scroll}.index-container[view="grid"] .info-section{border-bottom:1px solid #E5E4E3;display:flex;flex-direction:column;overflow:hidden}.index-container[view="grid"] .info-container{border:1px solid var(--color-border-x-light);border-radius:var(--spacing-xs);margin:var(--spacing-s);margin-top:0}.index-container[view="grid"] .info-item{align-items:baesline;border-bottom:1px solid #E5E4E3;display:flex;flex-direction:column;grid-gap:calc(var(--spacing-xs) / 2);padding:var(--spacing-xs)}.index-container[view="grid"] .info-item.foundry--language,.index-container[view="grid"] .info-item.foundry--notes{padding:0}.index-container[view="grid"] .info-section:last-child,.index-container[view="grid"] .info-item:last-child{border-bottom:none}.index-container[view="grid"] .info-section[section-id="name"]{border-bottom:0;display:flex;flex-direction:row;justify-content:space-between}.index-container[view="grid"] .foundry--name{align-self:start;border-bottom:0;padding:0}.index-container[view="grid"] .foundry--name .item-header{display:none}.index-container[view="grid"] .info-item:not(.foundry--language):not(.foundry--name):not(.foundry--notes){display:grid;grid-template-columns:1fr 1fr;grid-column-gap:var(--spacing-s)}.foundry--name{font-weight:700}.foundry--name a{color:var(--color-black);text-decoration:none}.foundry--name a .arrow{position:relative}.foundry--name a .arrow::after{content:"\2197";font-weight:400;padding-left:0.325em;opacity:0;position:absolute;transform:translateY(0.25em);transition:0.2s all ease-in-out}.foundry--name a:hover .arrow::after{opacity:1;transform:translateY(0)}a.info-item{color:inherit;text-decoration:none;transition:0.2s all ease-in-out}a.info-item:hover{background:#E5E4E3;background:var(--color-light)}a.info-item:last-child{border-bottom-left-radius:var(--spacing-xs);border-bottom-right-radius:var(--spacing-xs)}.index-container[view="list"] .header-name{display:none}.item-contents{align-self:start;display:flex;flex-wrap:wrap;grid-gap:var(--spacing-xs)}.index-container[view="grid"] .section-title{align-items:center;display:flex;padding:var(--spacing-s);position:sticky;text-align:left;top:0;transition:0.2s all ease-in-out;width:100%;position:relative;z-index:1}.index-container[view="grid"] .section-title .label{flex-grow:1}.index-container[view="grid"] .section-title .icon{display:flex;align-items:center;justify-content:center}.index-container[view="grid"] .section-title:hover{cursor:pointer;padding:var(--spacing-s) calc(var(--spacing-s) + var(--spacing-xs))}.index-container[view="grid"] .section-title::after{content:"";background:#F7F7F7;border-radius:var(--spacing-xs);position:absolute;left:calc(var(--spacing-xs));top:calc(var(--spacing-s) / 2);width:calc(100% - var(--spacing-s));height:calc(100% - var(--spacing-s));z-index:-1;opacity:0;transition:0.2s all ease-in-out}.index-container[view="grid"] .section-title:hover::after,.index-container[view="grid"] .section-title:focus::after{opacity:1}.index-container[view="grid"] .section-title:hover svg.carat path{stroke:var(--color-black)}.index-container[view="grid"] .foundry--name a{align-self:start;color:inherit;position:relative;text-decoration:none}.index-container[view="grid"] .foundry--name a:hover::after{opacity:1;transform:translateY(0em)}.index-container[view="grid"] .info-section[is-open="true"] .section-title svg.carat path{transform-box:fill-box;transform-origin:center;transform:rotate(180deg)}.index-container[view="grid"] .index-container[view="grid"] .info-container.language,.index-container[view="grid"] .index-container[view="grid"] .info-container.notes{background:none;border:0;border-radius:none}.index-container[view="grid"] .info-section[is-open="false"] .info-container{display:none;margin-top:0}.index-container[view="grid"] .info-section[is-open="true"] .info-container{display:block}.index-container[view="grid"] .info-section[is-open="true"] .section-title{font-weight:700}.index-container[view="grid"] .item-header{display:flex}.index-container[view="grid"] .item-header .header-name{flex-grow:1}.tag{border:1px solid var(--color-mid);border-radius:4px;display:inline-block;padding:0.125em 0.5em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tag.green,.tag.red{border:0}.tag.green{background:var(--color-green-light);color:var(--color-green-dark)}.tag.red{background:var(--color-red-light);color:var(--color-red-dark)}.foundry-toggle{align-self:end;display:flex;justify-content:center;padding:calc(var(--spacing-xs) / 2);transition:0.2s all ease-in-out;z-index:1}.foundry-toggle:hover,.foundry-toggle:focus{cursor:pointer}.foundry-toggle svg{overflow:visible}.foundry-toggle .carat-container{align-self:center;border-radius:var(--spacing-xs);display:inline-flex;padding:calc(var(--spacing-xs) / 2);transition:0.2s all ease-in-out}.foundry-toggle:hover .carat-container{background:#F7F7F7}.foundry-toggle svg path{stroke:#999999}.foundry-toggle:hover svg path,.foundry-toggle:focus svg path{stroke:var(--color-black)}.bottom-info[is-open="true"]+.foundry-toggle svg path{transform-box:fill-box;transform-origin:center;transform:rotate(180deg)}svg.carat path{stroke:#999999;transition:0.2s stroke ease-in-out}.js .lazyload{opacity:0}.js .lazyloaded{opacity:1;transition:opacity 300ms}body:has(.settings input[name="license--ppp"][value="true"]:checked) .foundry:has([license--ppp="false"]),body:has(.settings input[name="license--ppp"][value="false"]:checked) .foundry:has([license--ppp="true"]),body:has(.settings input[name="license--webfonts"][value="true"]:checked) .foundry:has([license--webfonts="false"]),body:has(.settings input[name="license--webfonts"][value="false"]:checked) .foundry:has([license--webfonts="true"]),body:has(.settings input[name="license--no-web-tracking"][value="true"]:checked) .foundry:has([license--no-web-tracking="false"]),body:has(.settings input[name="license--no-web-tracking"][value="false"]:checked) .foundry:has([license--no-web-tracking="true"]),body:has(.settings input[name="license--designer-covered"][value="true"]:checked) .foundry:has([license--designer-covered="false"]),body:has(.settings input[name="license--designer-covered"][value="false"]:checked) .foundry:has([license--designer-covered="true"]),body:has(.settings input[name="license--logo-usage"][value="true"]:checked) .foundry:has([license--logo-usage="false"]),body:has(.settings input[name="license--logo-usage"][value="false"]:checked) .foundry:has([license--logo-usage="true"]),body:has(.settings input[name="license--social-extra"][value="true"]:checked) .foundry:has([license--social-extra="false"]),body:has(.settings input[name="license--social-extra"][value="false"]:checked) .foundry:has([license--social-extra="true"]),body:has(.settings input[name="license--modifications-allowed"][value="true"]:checked) .foundry:has([license--modifications-allowed="false"]),body:has(.settings input[name="license--modifications-allowed"][value="false"]:checked) .foundry:has([license--modifications-allowed="true"]),body:has(.settings input[name="license--variable-fonts"][value="true"]:checked) .foundry:has([license--variable-fonts="false"]),body:has(.settings input[name="license--variable-fonts"][value="false"]:checked) .foundry:has([license--variable-fonts="true"]),body:has(.settings input[name="license--trial-fonts"][value="true"]:checked) .foundry:has([license--trial-fonts="false"]),body:has(.settings input[name="license--trial-fonts"][value="false"]:checked) .foundry:has([license--trial-fonts="true"]),body:has(.settings input[name="license--trial-fonts-char-set"][value="true"]:checked) .foundry:has([license--trial-fonts-char-set="false"]),body:has(.settings input[name="license--trial-fonts-char-set"][value="false"]:checked) .foundry:has([license--trial-fonts-char-set="true"]),body:has(.settings input[name="student-discount"][value="true"]:checked) .foundry:has([student-discount="false"]),body:has(.settings input[name="student-discount"][value="false"]:checked) .foundry:has([student-discount="true"]),body:has(.settings input[name="platform--adobe-fonts"][value="true"]:checked) .foundry:has([platform--adobe-fonts="false"]),body:has(.settings input[name="platform--adobe-fonts"][value="false"]:checked) .foundry:has([platform--adobe-fonts="true"]),body:has(.settings input[name="platform--fontstand"][value="true"]:checked) .foundry:has([platform--fontstand="false"]),body:has(.settings input[name="platform--fontstand"][value="false"]:checked) .foundry:has([platform--fontstand="true"]),body:has(.settings input[name="platform--future-fonts"][value="true"]:checked) .foundry:has([platform--future-fonts="false"]),body:has(.settings input[name="platform--future-fonts"][value="false"]:checked) .foundry:has([platform--future-fonts="true"]),body:has(.settings input[name="platform--fonts-in-use"][value="true"]:checked) .foundry:has([platform--fonts-in-use="false"]),body:has(.settings input[name="platform--fonts-in-use"][value="false"]:checked) .foundry:has([platform--fonts-in-use="true"]),body:has(.settings input[name="platform--rss"][value="true"]:checked) .foundry:has([platform--rss="false"]),body:has(.settings input[name="platform--rss"][value="false"]:checked) .foundry:has([platform--rss="true"]),body:has(.settings input[name="platform--instagram"][value="true"]:checked) .foundry:has([platform--instagram="false"]),body:has(.settings input[name="platform--instagram"][value="false"]:checked) .foundry:has([platform--instagram="true"]),body:has(.settings input[name="platform--mastodon"][value="true"]:checked) .foundry:has([platform--mastodon="false"]),body:has(.settings input[name="platform--mastodon"][value="false"]:checked) .foundry:has([platform--mastodon="true"]),body:has(.settings input[name="platform--twitter"][value="true"]:checked) .foundry:has([platform--twitter="false"]),body:has(.settings input[name="platform--twitter"][value="false"]:checked) .foundry:has([platform--twitter="true"]),body:has(.settings input[name="foundry--notes"][value="true"]:checked) .foundry:has([foundry--notes="false"]),body:has(.settings input[name="foundry--notes"][value="false"]:checked) .foundry:has([foundry--notes="true"]){display:none}body:has(.settings input[name="foundry--language"][value="foundry--language--arabic"]:checked) .foundry:not(:has([foundry--language="arabic"])),body:has(.settings input[name="foundry--language"][value="foundry--language--armenian"]:checked) .foundry:not(:has([foundry--language="armenian"])),body:has(.settings input[name="foundry--language"][value="foundry--language--bengali"]:checked) .foundry:not(:has([foundry--language="bengali"])),body:has(.settings input[name="foundry--language"][value="foundry--language--canadian-syllabics"]:checked) .foundry:not(:has([foundry--language="canadian-syllabics"])),body:has(.settings input[name="foundry--language"][value="foundry--language--cherokee"]:checked) .foundry:not(:has([foundry--language="cherokee"])),body:has(.settings input[name="foundry--language"][value="foundry--language--chinese"]:checked) .foundry:not(:has([foundry--language="chinese"])),body:has(.settings input[name="foundry--language"][value="foundry--language--cyrillic"]:checked) .foundry:not(:has([foundry--language="cyrillic"])),body:has(.settings input[name="foundry--language"][value="foundry--language--devangari"]:checked) .foundry:not(:has([foundry--language="devangari"])),body:has(.settings input[name="foundry--language"][value="foundry--language--georgian"]:checked) .foundry:not(:has([foundry--language="georgian"])),body:has(.settings input[name="foundry--language"][value="foundry--language--greek"]:checked) .foundry:not(:has([foundry--language="greek"])),body:has(.settings input[name="foundry--language"][value="foundry--language--gujarati"]:checked) .foundry:not(:has([foundry--language="gujarati"])),body:has(.settings input[name="foundry--language"][value="foundry--language--gurmukhi"]:checked) .foundry:not(:has([foundry--language="gurmukhi"])),body:has(.settings input[name="foundry--language"][value="foundry--language--hangeul"]:checked) .foundry:not(:has([foundry--language="hangeul"])),body:has(.settings input[name="foundry--language"][value="foundry--language--hangul"]:checked) .foundry:not(:has([foundry--language="hangul"])),body:has(.settings input[name="foundry--language"][value="foundry--language--hebrew"]:checked) .foundry:not(:has([foundry--language="hebrew"])),body:has(.settings input[name="foundry--language"][value="foundry--language--hiragana"]:checked) .foundry:not(:has([foundry--language="hiragana"])),body:has(.settings input[name="foundry--language"][value="foundry--language--inuktitut"]:checked) .foundry:not(:has([foundry--language="inuktitut"])),body:has(.settings input[name="foundry--language"][value="foundry--language--japanese"]:checked) .foundry:not(:has([foundry--language="japanese"])),body:has(.settings input[name="foundry--language"][value="foundry--language--japanese-katakana"]:checked) .foundry:not(:has([foundry--language="japanese-katakana"])),body:has(.settings input[name="foundry--language"][value="foundry--language--javanese"]:checked) .foundry:not(:has([foundry--language="javanese"])),body:has(.settings input[name="foundry--language"][value="foundry--language--kanji"]:checked) .foundry:not(:has([foundry--language="kanji"])),body:has(.settings input[name="foundry--language"][value="foundry--language--kannada"]:checked) .foundry:not(:has([foundry--language="kannada"])),body:has(.settings input[name="foundry--language"][value="foundry--language--katakana"]:checked) .foundry:not(:has([foundry--language="katakana"])),body:has(.settings input[name="foundry--language"][value="foundry--language--korean"]:checked) .foundry:not(:has([foundry--language="korean"])),body:has(.settings input[name="foundry--language"][value="foundry--language--lao"]:checked) .foundry:not(:has([foundry--language="lao"])),body:has(.settings input[name="foundry--language"][value="foundry--language--latin"]:checked) .foundry:not(:has([foundry--language="latin"])),body:has(.settings input[name="foundry--language"][value="foundry--language--malayalam"]:checked) .foundry:not(:has([foundry--language="malayalam"])),body:has(.settings input[name="foundry--language"][value="foundry--language--mongolian"]:checked) .foundry:not(:has([foundry--language="mongolian"])),body:has(.settings input[name="foundry--language"][value="foundry--language--odia"]:checked) .foundry:not(:has([foundry--language="odia"])),body:has(.settings input[name="foundry--language"][value="foundry--language--pahlavi"]:checked) .foundry:not(:has([foundry--language="pahlavi"])),body:has(.settings input[name="foundry--language"][value="foundry--language--pinyin"]:checked) .foundry:not(:has([foundry--language="pinyin"])),body:has(.settings input[name="foundry--language"][value="foundry--language--sinhala"]:checked) .foundry:not(:has([foundry--language="sinhala"])),body:has(.settings input[name="foundry--language"][value="foundry--language--tamil"]:checked) .foundry:not(:has([foundry--language="tamil"])),body:has(.settings input[name="foundry--language"][value="foundry--language--telugu"]:checked) .foundry:not(:has([foundry--language="telugu"])),body:has(.settings input[name="foundry--language"][value="foundry--language--thai"]:checked) .foundry:not(:has([foundry--language="thai"])),body:has(.settings input[name="foundry--language"][value="foundry--language--tifinagh"]:checked) .foundry:not(:has([foundry--language="tifinagh"])),body:has(.settings input[name="foundry--language"][value="foundry--language--vietnamese"]:checked) .foundry:not(:has([foundry--language="vietnamese"])){display:none}body:has(.settings input[name="foundry--countries"][value="foundry--countries--argentina"]:checked) .foundry:not(:has([foundry--countries="argentina"])),body:has(.settings input[name="foundry--countries"][value="foundry--countries--australia"]:checked) .foundry:not(:has([foundry--countries="australia"])),body:has(.settings input[name="foundry--countries"][value="foundry--countries--austria"]:checked) .foundry:not(:has([foundry--countries="austria"])),body:has(.settings input[name="foundry--countries"][value="foundry--countries--belgium"]:checked) .foundry:not(:has([foundry--countries="belgium"])),body:has(.settings input[name="foundry--countries"][value="foundry--countries--brazil"]:checked) .foundry:not(:has([foundry--countries="brazil"])),body:has(.settings input[name="foundry--countries"][value="foundry--countries--canada"]:checked) .foundry:not(:has([foundry--countries="canada"])),body:has(.settings input[name="foundry--countries"][value="foundry--countries--chile"]:checked) .foundry:not(:has([foundry--countries="chile"])),body:has(.settings input[name="foundry--countries"][value="foundry--countries--china"]:checked) .foundry:not(:has([foundry--countries="china"])),body:has(.settings input[name="foundry--countries"][value="foundry--countries--colombia"]:checked) .foundry:not(:has([foundry--countries="colombia"])),body:has(.settings input[name="foundry--countries"][value="foundry--countries--costa-rica"]:checked) .foundry:not(:has([foundry--countries="costa-rica"])),body:has(.settings input[name="foundry--countries"][value="foundry--countries--croatia"]:checked) .foundry:not(:has([foundry--countries="croatia"])),body:has(.settings input[name="foundry--countries"][value="foundry--countries--czech-republic"]:checked) .foundry:not(:has([foundry--countries="czech-republic"])),body:has(.settings input[name="foundry--countries"][value="foundry--countries--denmark"]:checked) .foundry:not(:has([foundry--countries="denmark"])),body:has(.settings input[name="foundry--countries"][value="foundry--countries--england"]:checked) .foundry:not(:has([foundry--countries="england"])),body:has(.settings input[name="foundry--countries"][value="foundry--countries--estonia"]:checked) .foundry:not(:has([foundry--countries="estonia"])),body:has(.settings input[name="foundry--countries"][value="foundry--countries--finland"]:checked) .foundry:not(:has([foundry--countries="finland"])),body:has(.settings input[name="foundry--countries"][value="foundry--countries--france"]:checked) .foundry:not(:has([foundry--countries="france"])),body:has(.settings input[name="foundry--countries"][value="foundry--countries--germany"]:checked) .foundry:not(:has([foundry--countries="germany"])),body:has(.settings input[name="foundry--countries"][value="foundry--countries--greece"]:checked) .foundry:not(:has([foundry--countries="greece"])),body:has(.settings input[name="foundry--countries"][value="foundry--countries--hungary"]:checked) .foundry:not(:has([foundry--countries="hungary"])),body:has(.settings input[name="foundry--countries"][value="foundry--countries--iceland"]:checked) .foundry:not(:has([foundry--countries="iceland"])),body:has(.settings input[name="foundry--countries"][value="foundry--countries--india"]:checked) .foundry:not(:has([foundry--countries="india"])),body:has(.settings input[name="foundry--countries"][value="foundry--countries--indonesia"]:checked) .foundry:not(:has([foundry--countries="indonesia"])),body:has(.settings input[name="foundry--countries"][value="foundry--countries--ireland"]:checked) .foundry:not(:has([foundry--countries="ireland"])),body:has(.settings input[name="foundry--countries"][value="foundry--countries--israel"]:checked) .foundry:not(:has([foundry--countries="israel"])),body:has(.settings input[name="foundry--countries"][value="foundry--countries--italy"]:checked) .foundry:not(:has([foundry--countries="italy"])),body:has(.settings input[name="foundry--countries"][value="foundry--countries--japan"]:checked) .foundry:not(:has([foundry--countries="japan"])),body:has(.settings input[name="foundry--countries"][value="foundry--countries--korea"]:checked) .foundry:not(:has([foundry--countries="korea"])),body:has(.settings input[name="foundry--countries"][value="foundry--countries--lebanon"]:checked) .foundry:not(:has([foundry--countries="lebanon"])),body:has(.settings input[name="foundry--countries"][value="foundry--countries--méxico"]:checked) .foundry:not(:has([foundry--countries="méxico"])),body:has(.settings input[name="foundry--countries"][value="foundry--countries--netherlands"]:checked) .foundry:not(:has([foundry--countries="netherlands"])),body:has(.settings input[name="foundry--countries"][value="foundry--countries--new-zealand"]:checked) .foundry:not(:has([foundry--countries="new-zealand"])),body:has(.settings input[name="foundry--countries"][value="foundry--countries--norway"]:checked) .foundry:not(:has([foundry--countries="norway"])),body:has(.settings input[name="foundry--countries"][value="foundry--countries--poland"]:checked) .foundry:not(:has([foundry--countries="poland"])),body:has(.settings input[name="foundry--countries"][value="foundry--countries--portugal"]:checked) .foundry:not(:has([foundry--countries="portugal"])),body:has(.settings input[name="foundry--countries"][value="foundry--countries--russia"]:checked) .foundry:not(:has([foundry--countries="russia"])),body:has(.settings input[name="foundry--countries"][value="foundry--countries--scotland"]:checked) .foundry:not(:has([foundry--countries="scotland"])),body:has(.settings input[name="foundry--countries"][value="foundry--countries--serbia"]:checked) .foundry:not(:has([foundry--countries="serbia"])),body:has(.settings input[name="foundry--countries"][value="foundry--countries--slovakia"]:checked) .foundry:not(:has([foundry--countries="slovakia"])),body:has(.settings input[name="foundry--countries"][value="foundry--countries--slovenia"]:checked) .foundry:not(:has([foundry--countries="slovenia"])),body:has(.settings input[name="foundry--countries"][value="foundry--countries--south-korea"]:checked) .foundry:not(:has([foundry--countries="south-korea"])),body:has(.settings input[name="foundry--countries"][value="foundry--countries--spain"]:checked) .foundry:not(:has([foundry--countries="spain"])),body:has(.settings input[name="foundry--countries"][value="foundry--countries--sweden"]:checked) .foundry:not(:has([foundry--countries="sweden"])),body:has(.settings input[name="foundry--countries"][value="foundry--countries--switzerland"]:checked) .foundry:not(:has([foundry--countries="switzerland"])),body:has(.settings input[name="foundry--countries"][value="foundry--countries--turkey"]:checked) .foundry:not(:has([foundry--countries="turkey"])),body:has(.settings input[name="foundry--countries"][value="foundry--countries--usa"]:checked) .foundry:not(:has([foundry--countries="usa"])),body:has(.settings input[name="foundry--countries"][value="foundry--countries--ukraine"]:checked) .foundry:not(:has([foundry--countries="ukraine"])),body:has(.settings input[name="foundry--countries"][value="foundry--countries--united-kingdom"]:checked) .foundry:not(:has([foundry--countries="united-kingdom"])),body:has(.settings input[name="foundry--countries"][value="foundry--countries--uruguay"]:checked) .foundry:not(:has([foundry--countries="uruguay"])),body:has(.settings input[name="foundry--countries"][value="foundry--countries--venezuela"]:checked) .foundry:not(:has([foundry--countries="venezuela"])),body:has(.settings input[name="foundry--countries"][value="foundry--countries--vietnam"]:checked) .foundry:not(:has([foundry--countries="vietnam"])),body:has(.settings input[name="foundry--countries"][value="foundry--countries--wales"]:checked) .foundry:not(:has([foundry--countries="wales"])){display:none}body:has(.settings input[name="license--license-type"][value="license--license-type--bundled"]:checked) .foundry:not(:has([license--license-type="bundled"])),body:has(.settings input[name="license--license-type"][value="license--license-type--closed-source"]:checked) .foundry:not(:has([license--license-type="closed-source"])),body:has(.settings input[name="license--license-type"][value="license--license-type--open-source"]:checked) .foundry:not(:has([license--license-type="open-source"])),body:has(.settings input[name="license--license-type"][value="license--license-type--separate"]:checked) .foundry:not(:has([license--license-type="separate"])){display:none}body:has(.settings input[name="license--general-metrics"][value="license--general-metrics--company-size"]:checked) .foundry:not(:has([license--general-metrics="company-size"])),body:has(.settings input[name="license--general-metrics"][value="license--general-metrics--devices"]:checked) .foundry:not(:has([license--general-metrics="devices"])),body:has(.settings input[name="license--general-metrics"][value="license--general-metrics--revenue"]:checked) .foundry:not(:has([license--general-metrics="revenue"])),body:has(.settings input[name="license--general-metrics"][value="license--general-metrics--social-audience"]:checked) .foundry:not(:has([license--general-metrics="social-audience"])),body:has(.settings input[name="license--general-metrics"][value="license--general-metrics--users"]:checked) .foundry:not(:has([license--general-metrics="users"])){display:none}body:has(.settings input[name="license--desktop-metrics"][value="license--desktop-metrics--company-size"]:checked) .foundry:not(:has([license--desktop-metrics="company-size"])),body:has(.settings input[name="license--desktop-metrics"][value="license--desktop-metrics--devices"]:checked) .foundry:not(:has([license--desktop-metrics="devices"])),body:has(.settings input[name="license--desktop-metrics"][value="license--desktop-metrics--location"]:checked) .foundry:not(:has([license--desktop-metrics="location"])),body:has(.settings input[name="license--desktop-metrics"][value="license--desktop-metrics--print-quantity"]:checked) .foundry:not(:has([license--desktop-metrics="print-quantity"])),body:has(.settings input[name="license--desktop-metrics"][value="license--desktop-metrics--social-audience"]:checked) .foundry:not(:has([license--desktop-metrics="social-audience"])),body:has(.settings input[name="license--desktop-metrics"][value="license--desktop-metrics--users"]:checked) .foundry:not(:has([license--desktop-metrics="users"])){display:none}body:has(.settings input[name="license--web-metrics"][value="license--web-metrics--company-size"]:checked) .foundry:not(:has([license--web-metrics="company-size"])),body:has(.settings input[name="license--web-metrics"][value="license--web-metrics--duration"]:checked) .foundry:not(:has([license--web-metrics="duration"])),body:has(.settings input[name="license--web-metrics"][value="license--web-metrics--monthly-traffic"]:checked) .foundry:not(:has([license--web-metrics="monthly-traffic"])),body:has(.settings input[name="license--web-metrics"][value="license--web-metrics--per-website"]:checked) .foundry:not(:has([license--web-metrics="per-website"])){display:none}body:has(.settings input[name="license--app-metrics"][value="license--app-metrics--company-size"]:checked) .foundry:not(:has([license--app-metrics="company-size"])),body:has(.settings input[name="license--app-metrics"][value="license--app-metrics--devices-for-development"]:checked) .foundry:not(:has([license--app-metrics="devices-for-development"])),body:has(.settings input[name="license--app-metrics"][value="license--app-metrics--downloads"]:checked) .foundry:not(:has([license--app-metrics="downloads"])),body:has(.settings input[name="license--app-metrics"][value="license--app-metrics--duration"]:checked) .foundry:not(:has([license--app-metrics="duration"])),body:has(.settings input[name="license--app-metrics"][value="license--app-metrics--monthly-downloads"]:checked) .foundry:not(:has([license--app-metrics="monthly-downloads"])),body:has(.settings input[name="license--app-metrics"][value="license--app-metrics--monthly-users"]:checked) .foundry:not(:has([license--app-metrics="monthly-users"])),body:has(.settings input[name="license--app-metrics"][value="license--app-metrics--monthly-views"]:checked) .foundry:not(:has([license--app-metrics="monthly-views"])),body:has(.settings input[name="license--app-metrics"][value="license--app-metrics--per-app"]:checked) .foundry:not(:has([license--app-metrics="per-app"])),body:has(.settings input[name="license--app-metrics"][value="license--app-metrics--per-os"]:checked) .foundry:not(:has([license--app-metrics="per-os"])),body:has(.settings input[name="license--app-metrics"][value="license--app-metrics--price"]:checked) .foundry:not(:has([license--app-metrics="price"])),body:has(.settings input[name="license--app-metrics"][value="license--app-metrics--unlimited"]:checked) .foundry:not(:has([license--app-metrics="unlimited"])),body:has(.settings input[name="license--app-metrics"][value="license--app-metrics--users"]:checked) .foundry:not(:has([license--app-metrics="users"])),body:has(.settings input[name="license--app-metrics"][value="license--app-metrics--yearly-downloads"]:checked) .foundry:not(:has([license--app-metrics="yearly-downloads"])){display:none}body:has(.settings input[name="license--trial-fonts-char-set"][value="license--trial-fonts-char-set--limited"]:checked) .foundry:not(:has([license--trial-fonts-char-set="limited"])),body:has(.settings input[name="license--trial-fonts-char-set"][value="license--trial-fonts-char-set--full"]:checked) .foundry:not(:has([license--trial-fonts-char-set="full"])){display:none}body:has(.settings input[name="student-discount-type"][value="student-discount-type--non-commercial"]:checked) .foundry:not(:has([student-discount-type="non-commercial"])),body:has(.settings input[name="student-discount-type"][value="student-discount-type--commercial"]:checked) .foundry:not(:has([student-discount-type="commercial"])){display:none}body:has(.settings input[name="show--information"]:not(:checked)) [section-id="information"],body:has(.settings input[name="show--information"]:not(:checked)) .index-container .information,body:has(.settings input[name="show--information"]:not(:checked)) .list-header .inner-container [section-id="information"],body:has(.settings input[name="show--information--founded"]:not(:checked)) [section-id="information--founded"],body:has(.settings input[name="show--information--founded"]:not(:checked)) .index-container .information--founded,body:has(.settings input[name="show--information--founded"]:not(:checked)) .list-header .inner-container [section-id="information--founded"],body:has(.settings input[name="show--information--classification"]:not(:checked)) [section-id="information--classification"],body:has(.settings input[name="show--information--classification"]:not(:checked)) .index-container .information--classification,body:has(.settings input[name="show--information--classification"]:not(:checked)) .list-header .inner-container [section-id="information--classification"],body:has(.settings input[name="show--foundry--countries"]:not(:checked)) [section-id="foundry--countries"],body:has(.settings input[name="show--foundry--countries"]:not(:checked)) .index-container .foundry--countries,body:has(.settings input[name="show--foundry--countries"]:not(:checked)) .list-header .inner-container [section-id="foundry--countries"],body:has(.settings input[name="show--language-support"]:not(:checked)) [section-id="language-support"],body:has(.settings input[name="show--language-support"]:not(:checked)) .index-container .language-support,body:has(.settings input[name="show--language-support"]:not(:checked)) .list-header .inner-container [section-id="language-support"],body:has(.settings input[name="show--foundry--language"]:not(:checked)) [section-id="foundry--language"],body:has(.settings input[name="show--foundry--language"]:not(:checked)) .index-container .foundry--language,body:has(.settings input[name="show--foundry--language"]:not(:checked)) .list-header .inner-container [section-id="foundry--language"],body:has(.settings input[name="show--licensing"]:not(:checked)) [section-id="licensing"],body:has(.settings input[name="show--licensing"]:not(:checked)) .index-container .licensing,body:has(.settings input[name="show--licensing"]:not(:checked)) .list-header .inner-container [section-id="licensing"],body:has(.settings input[name="show--license--ppp"]:not(:checked)) [section-id="license--ppp"],body:has(.settings input[name="show--license--ppp"]:not(:checked)) .index-container .license--ppp,body:has(.settings input[name="show--license--ppp"]:not(:checked)) .list-header .inner-container [section-id="license--ppp"],body:has(.settings input[name="show--license--license-type"]:not(:checked)) [section-id="license--license-type"],body:has(.settings input[name="show--license--license-type"]:not(:checked)) .index-container .license--license-type,body:has(.settings input[name="show--license--license-type"]:not(:checked)) .list-header .inner-container [section-id="license--license-type"],body:has(.settings input[name="show--license--general-metrics"]:not(:checked)) [section-id="license--general-metrics"],body:has(.settings input[name="show--license--general-metrics"]:not(:checked)) .index-container .license--general-metrics,body:has(.settings input[name="show--license--general-metrics"]:not(:checked)) .list-header .inner-container [section-id="license--general-metrics"],body:has(.settings input[name="show--license--desktop-metrics"]:not(:checked)) [section-id="license--desktop-metrics"],body:has(.settings input[name="show--license--desktop-metrics"]:not(:checked)) .index-container .license--desktop-metrics,body:has(.settings input[name="show--license--desktop-metrics"]:not(:checked)) .list-header .inner-container [section-id="license--desktop-metrics"],body:has(.settings input[name="show--license--web-metrics"]:not(:checked)) [section-id="license--web-metrics"],body:has(.settings input[name="show--license--web-metrics"]:not(:checked)) .index-container .license--web-metrics,body:has(.settings input[name="show--license--web-metrics"]:not(:checked)) .list-header .inner-container [section-id="license--web-metrics"],body:has(.settings input[name="show--license--app-metrics"]:not(:checked)) [section-id="license--app-metrics"],body:has(.settings input[name="show--license--app-metrics"]:not(:checked)) .index-container .license--app-metrics,body:has(.settings input[name="show--license--app-metrics"]:not(:checked)) .list-header .inner-container [section-id="license--app-metrics"],body:has(.settings input[name="show--license--webfonts"]:not(:checked)) [section-id="license--webfonts"],body:has(.settings input[name="show--license--webfonts"]:not(:checked)) .index-container .license--webfonts,body:has(.settings input[name="show--license--webfonts"]:not(:checked)) .list-header .inner-container [section-id="license--webfonts"],body:has(.settings input[name="show--license--no-web-tracking"]:not(:checked)) [section-id="license--no-web-tracking"],body:has(.settings input[name="show--license--no-web-tracking"]:not(:checked)) .index-container .license--no-web-tracking,body:has(.settings input[name="show--license--no-web-tracking"]:not(:checked)) .list-header .inner-container [section-id="license--no-web-tracking"],body:has(.settings input[name="show--license--designer-covered"]:not(:checked)) [section-id="license--designer-covered"],body:has(.settings input[name="show--license--designer-covered"]:not(:checked)) .index-container .license--designer-covered,body:has(.settings input[name="show--license--designer-covered"]:not(:checked)) .list-header .inner-container [section-id="license--designer-covered"],body:has(.settings input[name="show--license--logo-usage"]:not(:checked)) [section-id="license--logo-usage"],body:has(.settings input[name="show--license--logo-usage"]:not(:checked)) .index-container .license--logo-usage,body:has(.settings input[name="show--license--logo-usage"]:not(:checked)) .list-header .inner-container [section-id="license--logo-usage"],body:has(.settings input[name="show--license--social-extra"]:not(:checked)) [section-id="license--social-extra"],body:has(.settings input[name="show--license--social-extra"]:not(:checked)) .index-container .license--social-extra,body:has(.settings input[name="show--license--social-extra"]:not(:checked)) .list-header .inner-container [section-id="license--social-extra"],body:has(.settings input[name="show--license--modifications-allowed"]:not(:checked)) [section-id="license--modifications-allowed"],body:has(.settings input[name="show--license--modifications-allowed"]:not(:checked)) .index-container .license--modifications-allowed,body:has(.settings input[name="show--license--modifications-allowed"]:not(:checked)) .list-header .inner-container [section-id="license--modifications-allowed"],body:has(.settings input[name="show--license--variable-fonts"]:not(:checked)) [section-id="license--variable-fonts"],body:has(.settings input[name="show--license--variable-fonts"]:not(:checked)) .index-container .license--variable-fonts,body:has(.settings input[name="show--license--variable-fonts"]:not(:checked)) .list-header .inner-container [section-id="license--variable-fonts"],body:has(.settings input[name="show--license--trial-fonts"]:not(:checked)) [section-id="license--trial-fonts"],body:has(.settings input[name="show--license--trial-fonts"]:not(:checked)) .index-container .license--trial-fonts,body:has(.settings input[name="show--license--trial-fonts"]:not(:checked)) .list-header .inner-container [section-id="license--trial-fonts"],body:has(.settings input[name="show--license--trial-fonts-char-set"]:not(:checked)) [section-id="license--trial-fonts-char-set"],body:has(.settings input[name="show--license--trial-fonts-char-set"]:not(:checked)) .index-container .license--trial-fonts-char-set,body:has(.settings input[name="show--license--trial-fonts-char-set"]:not(:checked)) .list-header .inner-container [section-id="license--trial-fonts-char-set"],body:has(.settings input[name="show--students"]:not(:checked)) [section-id="students"],body:has(.settings input[name="show--students"]:not(:checked)) .index-container .students,body:has(.settings input[name="show--students"]:not(:checked)) .list-header .inner-container [section-id="students"],body:has(.settings input[name="show--student-discount"]:not(:checked)) [section-id="student-discount"],body:has(.settings input[name="show--student-discount"]:not(:checked)) .index-container .student-discount,body:has(.settings input[name="show--student-discount"]:not(:checked)) .list-header .inner-container [section-id="student-discount"],body:has(.settings input[name="show--student-discount-type"]:not(:checked)) [section-id="student-discount-type"],body:has(.settings input[name="show--student-discount-type"]:not(:checked)) .index-container .student-discount-type,body:has(.settings input[name="show--student-discount-type"]:not(:checked)) .list-header .inner-container [section-id="student-discount-type"],body:has(.settings input[name="show--platforms"]:not(:checked)) [section-id="platforms"],body:has(.settings input[name="show--platforms"]:not(:checked)) .index-container .platforms,body:has(.settings input[name="show--platforms"]:not(:checked)) .list-header .inner-container [section-id="platforms"],body:has(.settings input[name="show--platform--adobe-fonts"]:not(:checked)) [section-id="platform--adobe-fonts"],body:has(.settings input[name="show--platform--adobe-fonts"]:not(:checked)) .index-container .platform--adobe-fonts,body:has(.settings input[name="show--platform--adobe-fonts"]:not(:checked)) .list-header .inner-container [section-id="platform--adobe-fonts"],body:has(.settings input[name="show--platform--fontstand"]:not(:checked)) [section-id="platform--fontstand"],body:has(.settings input[name="show--platform--fontstand"]:not(:checked)) .index-container .platform--fontstand,body:has(.settings input[name="show--platform--fontstand"]:not(:checked)) .list-header .inner-container [section-id="platform--fontstand"],body:has(.settings input[name="show--platform--future-fonts"]:not(:checked)) [section-id="platform--future-fonts"],body:has(.settings input[name="show--platform--future-fonts"]:not(:checked)) .index-container .platform--future-fonts,body:has(.settings input[name="show--platform--future-fonts"]:not(:checked)) .list-header .inner-container [section-id="platform--future-fonts"],body:has(.settings input[name="show--platform--fonts-in-use"]:not(:checked)) [section-id="platform--fonts-in-use"],body:has(.settings input[name="show--platform--fonts-in-use"]:not(:checked)) .index-container .platform--fonts-in-use,body:has(.settings input[name="show--platform--fonts-in-use"]:not(:checked)) .list-header .inner-container [section-id="platform--fonts-in-use"],body:has(.settings input[name="show--platform--rss"]:not(:checked)) [section-id="platform--rss"],body:has(.settings input[name="show--platform--rss"]:not(:checked)) .index-container .platform--rss,body:has(.settings input[name="show--platform--rss"]:not(:checked)) .list-header .inner-container [section-id="platform--rss"],body:has(.settings input[name="show--platform--instagram"]:not(:checked)) [section-id="platform--instagram"],body:has(.settings input[name="show--platform--instagram"]:not(:checked)) .index-container .platform--instagram,body:has(.settings input[name="show--platform--instagram"]:not(:checked)) .list-header .inner-container [section-id="platform--instagram"],body:has(.settings input[name="show--platform--mastodon"]:not(:checked)) [section-id="platform--mastodon"],body:has(.settings input[name="show--platform--mastodon"]:not(:checked)) .index-container .platform--mastodon,body:has(.settings input[name="show--platform--mastodon"]:not(:checked)) .list-header .inner-container [section-id="platform--mastodon"],body:has(.settings input[name="show--platform--twitter"]:not(:checked)) [section-id="platform--twitter"],body:has(.settings input[name="show--platform--twitter"]:not(:checked)) .index-container .platform--twitter,body:has(.settings input[name="show--platform--twitter"]:not(:checked)) .list-header .inner-container [section-id="platform--twitter"],body:has(.settings input[name="show--notes"]:not(:checked)) [section-id="notes"],body:has(.settings input[name="show--notes"]:not(:checked)) .index-container .notes,body:has(.settings input[name="show--notes"]:not(:checked)) .list-header .inner-container [section-id="notes"],body:has(.settings input[name="show--foundry--notes"]:not(:checked)) [section-id="foundry--notes"],body:has(.settings input[name="show--foundry--notes"]:not(:checked)) .index-container .foundry--notes,body:has(.settings input[name="show--foundry--notes"]:not(:checked)) .list-header .inner-container [section-id="foundry--notes"],body:has(.settings input[name="show--view-settings"]:not(:checked)) [section-id="view-settings"],body:has(.settings input[name="show--view-settings"]:not(:checked)) .index-container .view-settings,body:has(.settings input[name="show--view-settings"]:not(:checked)) .list-header .inner-container [section-id="view-settings"],body:has(.settings input[name="show--view-settings"]:not(:checked)) [section-id="view-settings"],body:has(.settings input[name="show--view-settings"]:not(:checked)) .index-container .view-settings,body:has(.settings input[name="show--view-settings"]:not(:checked)) .list-header .inner-container [section-id="view-settings"],body:has(.settings input[name="show--view--type"]:not(:checked)) [section-id="view--type"],body:has(.settings input[name="show--view--type"]:not(:checked)) .index-container .view--type,body:has(.settings input[name="show--view--type"]:not(:checked)) .list-header .inner-container [section-id="view--type"],body:has(.settings input[name="show--view--grid-size"]:not(:checked)) [section-id="view--grid-size"],body:has(.settings input[name="show--view--grid-size"]:not(:checked)) .index-container .view--grid-size,body:has(.settings input[name="show--view--grid-size"]:not(:checked)) .list-header .inner-container [section-id="view--grid-size"],body:has(.settings input[name="show--view--foundry-thumbnail"]:not(:checked)) [section-id="view--foundry-thumbnail"],body:has(.settings input[name="show--view--foundry-thumbnail"]:not(:checked)) .index-container .view--foundry-thumbnail,body:has(.settings input[name="show--view--foundry-thumbnail"]:not(:checked)) .list-header .inner-container [section-id="view--foundry-thumbnail"],body:has(.settings input[name="show--view--sort"]:not(:checked)) [section-id="view--sort"],body:has(.settings input[name="show--view--sort"]:not(:checked)) .index-container .view--sort,body:has(.settings input[name="show--view--sort"]:not(:checked)) .list-header .inner-container [section-id="view--sort"],body:has(.settings input[name="show--view--dark-mode"]:not(:checked)) [section-id="view--dark-mode"],body:has(.settings input[name="show--view--dark-mode"]:not(:checked)) .index-container .view--dark-mode,body:has(.settings input[name="show--view--dark-mode"]:not(:checked)) .list-header .inner-container [section-id="view--dark-mode"],body:has(.settings input[name="show--view--unconditional"]:not(:checked)) [section-id="view--unconditional"],body:has(.settings input[name="show--view--unconditional"]:not(:checked)) .index-container .view--unconditional,body:has(.settings input[name="show--view--unconditional"]:not(:checked)) .list-header .inner-container [section-id="view--unconditional"]{display:none}
