selur
Version:
Selur.css is a lightweight CSS framework for creating visual objects and applying visual effects to HTML elements.
29 lines • 126 kB
CSS
@charset "UTF-8";/*!
* Selur - A CSS library
*
* Author: TISSOT Davy
* Version: 1.0.0
* Date: [Current Date]
*
* Selur is a lightweight CSS library created by TISSOT Davy.
* It simplifies styling HTML elements, creating custom visual objects, and applying engaging visual effects.
* Empowering developers to effortlessly customize web application appearance without complex class-based styling.
*
* Features:
* - Three categories: HTML, Custom, and Effect Objects for diverse styling options.
* - CSS variables for easy modification of colors, sizes, and typography.
* - Dynamic contrast calculation for readable content on contrasting backgrounds.
* - Recursive theme attribute for cascading style effects throughout the visual hierarchy.
*
* How to Use:
* - Apply Selur visual objects using custom HTML attributes. No reliance on the class attribute for styling.
* - Configure visual objects with CSS variables.
* - Set the theme via dedicated CSS variables.
* - Use the theme attribute to change the child visual objects' appearance recursively.
*
* DISCLAIMER: Selur uses the :has() pseudo-class, which might not be supported in all browsers. While Selur aims to provide a seamless and convenient experience, use it with caution and be mindful of cross-browser compatibility. It's essential to test and ensure compatibility with your target browsers.
*
* Note: Selur is designed to be lightweight and user-friendly for a seamless integration in your projects.
*
* Happy coding!
*/button,figure,input,input::file-selector-button,select,textarea,details,form,form fieldset:not([role=presentation]),h1,h2,h3,h4,h5,h6,a,ol,ul,meter,dialog,progress,table,[landmark],[info],[navcontrol],[track],[toggle]{font-size:var(--cfs--,revert-layer);font-family:var(--cff--,revert-layer);color:var(--cfc--,revert-layer);background-color:var(--cbc--,revert-layer);border-top:var(--cbt--,revert-layer);border-right:var(--cbr--,revert-layer);border-bottom:var(--cbb--,revert-layer);border-left:var(--cbl--,revert-layer);border-top-style:var(--cbts--,revert-layer);border-right-style:var(--cbrs--,revert-layer);border-bottom-style:var(--cbbs--,revert-layer);border-left-style:var(--cbls--,revert-layer);border-top-color:var(--cbtc--,revert-layer);border-right-color:var(--cbrc--,revert-layer);border-bottom-color:var(--cbbc--,revert-layer);border-left-color:var(--cblc--,revert-layer);border-top-width:var(--cbtw--,revert-layer);border-right-width:var(--cbrw--,revert-layer);border-bottom-width:var(--cbbw--,revert-layer);border-left-width:var(--cblw--,revert-layer);border-top-left-radius:var(--crtl--,revert-layer);border-top-right-radius:var(--crtr--,revert-layer);border-bottom-right-radius:var(--crbr--,revert-layer);border-bottom-left-radius:var(--crbl--,revert-layer);opacity:var(--ca--,revert-layer)}button,figure,input,select,textarea,details,form,h1,h2,h3,h4,h5,h6,a,ol,ul,meter,dialog,progress,table,[landmark],[info],[navcontrol],[track],[toggle],[animate],[collage],[menu],[slideshow],figure figcaption,[menu]:not([menu~=navbar])>:nth-child(2),[menu]>nav,[slideshow]>*{box-sizing:border-box}button,figure,input,select,textarea,details,form,h1,h2,h3,h4,h5,h6,a,ol,ul,meter,dialog,progress,table,[landmark],[info],[navcontrol],[track],[toggle],[animate],[collage],[menu],[slideshow]{height:var(--ch--,revert-layer);width:var(--cw--,revert-layer);margin-top:var(--cmt--,revert-layer);margin-right:var(--cmr--,revert-layer);margin-bottom:var(--cmb--,revert-layer);margin-left:var(--cml--,revert-layer);padding-top:var(--cpt--,revert-layer);padding-right:var(--cpr--,revert-layer);padding-bottom:var(--cpb--,revert-layer);padding-left:var(--cpl--,revert-layer);-moz-column-gap:var(--cgx--,revert-layer);column-gap:var(--cgx--,revert-layer);row-gap:var(--cgy--,revert-layer);justify-items:var(--cha--,revert-layer);align-items:var(--cva--,revert-layer);transform-style:preserve-3d;--a4--:var(--unexposed-theme-box-shadow,0 0 .1lh var(--inset-shadow-color,var(--cfc--)));--a5--:var(--unexposed-theme-box-shadow,0 0 .25lh var(--inset-shadow-color,var(--cfc--)));--a6--:var(--unexposed-theme-box-shadow,0 0 .25rem var(--outset-shadow-color,var(--cfc--)));--a7--:var(--unexposed-theme-box-shadow,0 0 .5rem var(--outset-shadow-color,var(--cfc--)));--border-top-style:initial;--border-right-style:initial;--border-bottom-style:initial;--border-left-style:initial;--border-top-width:initial;--border-right-width:initial;--border-bottom-width:initial;--border-left-width:initial;--border-top-color:initial;--border-right-color:initial;--border-bottom-color:initial;--border-left-color:initial;--radius-top-left:initial;--radius-top-right:initial;--radius-bottom-right:initial;--radius-bottom-left:initial;--red:initial;--green:initial;--blue:initial;--shader:initial;--color:initial;--gap-x:initial;--gap-y:initial;--margin-top:initial;--margin-right:initial;--margin-bottom:initial;--margin-left:initial;--padding-top:initial;--padding-right:initial;--padding-bottom:initial;--padding-left:initial;--cbts--:var(--border-top-style,var(--d-border-top-style));--cbrs--:var(--border-right-style,var(--d-border-right-style));--cbbs--:var(--border-bottom-style,var(--d-border-bottom-style));--cbls--:var(--border-left-style,var(--d-border-left-style));--cbtw--:var(--border-top-width,var(--d-border-top-width));--cbrw--:var(--border-right-width,var(--d-border-right-width));--cbbw--:var(--border-bottom-width,var(--d-border-bottom-width));--cblw--:var(--border-left-width,var(--d-border-left-width));--cbtc--:var(--border-top-color,var(--d-border-top-color));--cbrc--:var(--border-right-color,var(--d-border-right-color));--cbbc--:var(--border-bottom-color,var(--d-border-bottom-color));--cblc--:var(--border-left-color,var(--d-border-left-color));--crtl--:var(--radius-top-left,var(--d-radius-top-left));--crtr--:var(--radius-top-right,var(--d-radius-top-right));--crbr--:var(--radius-bottom-right,var(--d-radius-bottom-right));--crbl--:var(--radius-bottom-left,var(--d-radius-bottom-left));--crcb--:var(--red,var(--d-red));--cgcb--:var(--green,var(--d-green));--cbcb--:var(--blue,var(--d-blue));--cs--:var(--shader,var(--d-shader));--cbc--:rgba(var(--crcb--),var(--cgcb--),var(--cbcb--),var(--cs--));--cfc--:var(--color,var(--d-color,var(--contrast--)));--cgx--:var(--gap-x,var(--d-gap-x));--cgy--:var(--gap-y,var(--d-gap-y));--cmt--:var(--margin-top,var(--d-margin-top));--cmr--:var(--margin-right,var(--d-margin-right));--cmb--:var(--margin-bottom,var(--d-margin-bottom));--cml--:var(--margin-left,var(--d-margin-left));--cpt--:var(--padding-top,var(--d-padding-top));--cpr--:var(--padding-right,var(--d-padding-right));--cpb--:var(--padding-bottom,var(--d-padding-bottom));--cpl--:var(--padding-left,var(--d-padding-left));--cpmn--:min(var(--cpt--),var(--cpr--),var(--cpb--),var(--cpl--));--cpmx--:max(var(--cpt--),var(--cpr--),var(--cpb--),var(--cpl--));--ch--:var(--height);--cw--:var(--width);--ca--:var(--alpha,var(--d-alpha));--cha--:var(--justify,var(--d-justify));--cva--:var(--align,var(--d-align));--cfs--:var(--font-size,var(--d-font-size));--cfw--:var(--font-weight,var(--d-font-weight))}[animate],[collage],[menu],[slideshow]{perspective:var(--perspective--);--x--:0;--x-axis--:0;--y--:0;--y-axis--:0;--z--:0;--z-axis--:0;--perspective--:calc(var(--screen--)*2);--reversed--:0}[data-indexation=type]>:nth-of-type(1),[data-indexation=all]>:nth-child(1){--i--:0}[data-indexation=all]:has(>:last-child:nth-child(1)),[data-indexation=type]:has(>:last-child:nth-of-type(1)){--l--:1}[navcontrol][navcontrol~=active]:has(>:nth-child(1):active),[slideshow][slideshow~=active]:has(>:nth-child(1):active){--active-index--:0}[navcontrol][navcontrol~=checked]:has(>:nth-child(1):checked),[slideshow][slideshow~=checked]:has(>:nth-child(1):checked){--checked-index--:0}[navcontrol][navcontrol~=hover]:has(>:nth-child(1):hover),[slideshow][slideshow~=hover]:has(>:nth-child(1):hover){--hover-index--:0}[navcontrol][navcontrol~=focus]:has(>:nth-child(1):focus,>:nth-child(1):focus-within),[slideshow][slideshow~=focus]:has(>:nth-child(1):focus,>:nth-child(1):focus-within){--focus-index--:0}[navcontrol][navcontrol~=target]:has(>:nth-child(1):target),[slideshow][slideshow~=target]:has(>:nth-child(1):target){--target-index--:0}[navcontrol][navcontrol~=js]:has(>:nth-child(1)[data-active]:not([data-active=false]),>:nth-child(1)[data-active=true]),[slideshow][slideshow~=js]:has(>:nth-child(1)[data-active]:not([data-active=false]),>:nth-child(1)[data-active=true]){--js-index--:0}[data-indexation=type]>:nth-of-type(2),[data-indexation=all]>:nth-child(2){--i--:1}[data-indexation=all]:has(>:last-child:nth-child(2)),[data-indexation=type]:has(>:last-child:nth-of-type(2)){--l--:2}[navcontrol][navcontrol~=active]:has(>:nth-child(2):active),[slideshow][slideshow~=active]:has(>:nth-child(2):active){--active-index--:1}[navcontrol][navcontrol~=checked]:has(>:nth-child(2):checked),[slideshow][slideshow~=checked]:has(>:nth-child(2):checked){--checked-index--:1}[navcontrol][navcontrol~=hover]:has(>:nth-child(2):hover),[slideshow][slideshow~=hover]:has(>:nth-child(2):hover){--hover-index--:1}[navcontrol][navcontrol~=focus]:has(>:nth-child(2):focus,>:nth-child(2):focus-within),[slideshow][slideshow~=focus]:has(>:nth-child(2):focus,>:nth-child(2):focus-within){--focus-index--:1}[navcontrol][navcontrol~=target]:has(>:nth-child(2):target),[slideshow][slideshow~=target]:has(>:nth-child(2):target){--target-index--:1}[navcontrol][navcontrol~=js]:has(>:nth-child(2)[data-active]:not([data-active=false]),>:nth-child(2)[data-active=true]),[slideshow][slideshow~=js]:has(>:nth-child(2)[data-active]:not([data-active=false]),>:nth-child(2)[data-active=true]){--js-index--:1}[data-indexation=type]>:nth-of-type(3),[data-indexation=all]>:nth-child(3){--i--:2}[data-indexation=all]:has(>:last-child:nth-child(3)),[data-indexation=type]:has(>:last-child:nth-of-type(3)){--l--:3}[navcontrol][navcontrol~=active]:has(>:nth-child(3):active),[slideshow][slideshow~=active]:has(>:nth-child(3):active){--active-index--:2}[navcontrol][navcontrol~=checked]:has(>:nth-child(3):checked),[slideshow][slideshow~=checked]:has(>:nth-child(3):checked){--checked-index--:2}[navcontrol][navcontrol~=hover]:has(>:nth-child(3):hover),[slideshow][slideshow~=hover]:has(>:nth-child(3):hover){--hover-index--:2}[navcontrol][navcontrol~=focus]:has(>:nth-child(3):focus,>:nth-child(3):focus-within),[slideshow][slideshow~=focus]:has(>:nth-child(3):focus,>:nth-child(3):focus-within){--focus-index--:2}[navcontrol][navcontrol~=target]:has(>:nth-child(3):target),[slideshow][slideshow~=target]:has(>:nth-child(3):target){--target-index--:2}[navcontrol][navcontrol~=js]:has(>:nth-child(3)[data-active]:not([data-active=false]),>:nth-child(3)[data-active=true]),[slideshow][slideshow~=js]:has(>:nth-child(3)[data-active]:not([data-active=false]),>:nth-child(3)[data-active=true]){--js-index--:2}[data-indexation=type]>:nth-of-type(4),[data-indexation=all]>:nth-child(4){--i--:3}[data-indexation=all]:has(>:last-child:nth-child(4)),[data-indexation=type]:has(>:last-child:nth-of-type(4)){--l--:4}[navcontrol][navcontrol~=active]:has(>:nth-child(4):active),[slideshow][slideshow~=active]:has(>:nth-child(4):active){--active-index--:3}[navcontrol][navcontrol~=checked]:has(>:nth-child(4):checked),[slideshow][slideshow~=checked]:has(>:nth-child(4):checked){--checked-index--:3}[navcontrol][navcontrol~=hover]:has(>:nth-child(4):hover),[slideshow][slideshow~=hover]:has(>:nth-child(4):hover){--hover-index--:3}[navcontrol][navcontrol~=focus]:has(>:nth-child(4):focus,>:nth-child(4):focus-within),[slideshow][slideshow~=focus]:has(>:nth-child(4):focus,>:nth-child(4):focus-within){--focus-index--:3}[navcontrol][navcontrol~=target]:has(>:nth-child(4):target),[slideshow][slideshow~=target]:has(>:nth-child(4):target){--target-index--:3}[navcontrol][navcontrol~=js]:has(>:nth-child(4)[data-active]:not([data-active=false]),>:nth-child(4)[data-active=true]),[slideshow][slideshow~=js]:has(>:nth-child(4)[data-active]:not([data-active=false]),>:nth-child(4)[data-active=true]){--js-index--:3}[data-indexation=type]>:nth-of-type(5),[data-indexation=all]>:nth-child(5){--i--:4}[data-indexation=all]:has(>:last-child:nth-child(5)),[data-indexation=type]:has(>:last-child:nth-of-type(5)){--l--:5}[navcontrol][navcontrol~=active]:has(>:nth-child(5):active),[slideshow][slideshow~=active]:has(>:nth-child(5):active){--active-index--:4}[navcontrol][navcontrol~=checked]:has(>:nth-child(5):checked),[slideshow][slideshow~=checked]:has(>:nth-child(5):checked){--checked-index--:4}[navcontrol][navcontrol~=hover]:has(>:nth-child(5):hover),[slideshow][slideshow~=hover]:has(>:nth-child(5):hover){--hover-index--:4}[navcontrol][navcontrol~=focus]:has(>:nth-child(5):focus,>:nth-child(5):focus-within),[slideshow][slideshow~=focus]:has(>:nth-child(5):focus,>:nth-child(5):focus-within){--focus-index--:4}[navcontrol][navcontrol~=target]:has(>:nth-child(5):target),[slideshow][slideshow~=target]:has(>:nth-child(5):target){--target-index--:4}[navcontrol][navcontrol~=js]:has(>:nth-child(5)[data-active]:not([data-active=false]),>:nth-child(5)[data-active=true]),[slideshow][slideshow~=js]:has(>:nth-child(5)[data-active]:not([data-active=false]),>:nth-child(5)[data-active=true]){--js-index--:4}[data-indexation=type]>:nth-of-type(6),[data-indexation=all]>:nth-child(6){--i--:5}[data-indexation=all]:has(>:last-child:nth-child(6)),[data-indexation=type]:has(>:last-child:nth-of-type(6)){--l--:6}[navcontrol][navcontrol~=active]:has(>:nth-child(6):active),[slideshow][slideshow~=active]:has(>:nth-child(6):active){--active-index--:5}[navcontrol][navcontrol~=checked]:has(>:nth-child(6):checked),[slideshow][slideshow~=checked]:has(>:nth-child(6):checked){--checked-index--:5}[navcontrol][navcontrol~=hover]:has(>:nth-child(6):hover),[slideshow][slideshow~=hover]:has(>:nth-child(6):hover){--hover-index--:5}[navcontrol][navcontrol~=focus]:has(>:nth-child(6):focus,>:nth-child(6):focus-within),[slideshow][slideshow~=focus]:has(>:nth-child(6):focus,>:nth-child(6):focus-within){--focus-index--:5}[navcontrol][navcontrol~=target]:has(>:nth-child(6):target),[slideshow][slideshow~=target]:has(>:nth-child(6):target){--target-index--:5}[navcontrol][navcontrol~=js]:has(>:nth-child(6)[data-active]:not([data-active=false]),>:nth-child(6)[data-active=true]),[slideshow][slideshow~=js]:has(>:nth-child(6)[data-active]:not([data-active=false]),>:nth-child(6)[data-active=true]){--js-index--:5}[data-indexation=type]>:nth-of-type(7),[data-indexation=all]>:nth-child(7){--i--:6}[data-indexation=all]:has(>:last-child:nth-child(7)),[data-indexation=type]:has(>:last-child:nth-of-type(7)){--l--:7}[navcontrol][navcontrol~=active]:has(>:nth-child(7):active),[slideshow][slideshow~=active]:has(>:nth-child(7):active){--active-index--:6}[navcontrol][navcontrol~=checked]:has(>:nth-child(7):checked),[slideshow][slideshow~=checked]:has(>:nth-child(7):checked){--checked-index--:6}[navcontrol][navcontrol~=hover]:has(>:nth-child(7):hover),[slideshow][slideshow~=hover]:has(>:nth-child(7):hover){--hover-index--:6}[navcontrol][navcontrol~=focus]:has(>:nth-child(7):focus,>:nth-child(7):focus-within),[slideshow][slideshow~=focus]:has(>:nth-child(7):focus,>:nth-child(7):focus-within){--focus-index--:6}[navcontrol][navcontrol~=target]:has(>:nth-child(7):target),[slideshow][slideshow~=target]:has(>:nth-child(7):target){--target-index--:6}[navcontrol][navcontrol~=js]:has(>:nth-child(7)[data-active]:not([data-active=false]),>:nth-child(7)[data-active=true]),[slideshow][slideshow~=js]:has(>:nth-child(7)[data-active]:not([data-active=false]),>:nth-child(7)[data-active=true]){--js-index--:6}[data-indexation=type]>:nth-of-type(8),[data-indexation=all]>:nth-child(8){--i--:7}[data-indexation=all]:has(>:last-child:nth-child(8)),[data-indexation=type]:has(>:last-child:nth-of-type(8)){--l--:8}[navcontrol][navcontrol~=active]:has(>:nth-child(8):active),[slideshow][slideshow~=active]:has(>:nth-child(8):active){--active-index--:7}[navcontrol][navcontrol~=checked]:has(>:nth-child(8):checked),[slideshow][slideshow~=checked]:has(>:nth-child(8):checked){--checked-index--:7}[navcontrol][navcontrol~=hover]:has(>:nth-child(8):hover),[slideshow][slideshow~=hover]:has(>:nth-child(8):hover){--hover-index--:7}[navcontrol][navcontrol~=focus]:has(>:nth-child(8):focus,>:nth-child(8):focus-within),[slideshow][slideshow~=focus]:has(>:nth-child(8):focus,>:nth-child(8):focus-within){--focus-index--:7}[navcontrol][navcontrol~=target]:has(>:nth-child(8):target),[slideshow][slideshow~=target]:has(>:nth-child(8):target){--target-index--:7}[navcontrol][navcontrol~=js]:has(>:nth-child(8)[data-active]:not([data-active=false]),>:nth-child(8)[data-active=true]),[slideshow][slideshow~=js]:has(>:nth-child(8)[data-active]:not([data-active=false]),>:nth-child(8)[data-active=true]){--js-index--:7}[data-indexation=type]>:nth-of-type(9),[data-indexation=all]>:nth-child(9){--i--:8}[data-indexation=all]:has(>:last-child:nth-child(9)),[data-indexation=type]:has(>:last-child:nth-of-type(9)){--l--:9}[navcontrol][navcontrol~=active]:has(>:nth-child(9):active),[slideshow][slideshow~=active]:has(>:nth-child(9):active){--active-index--:8}[navcontrol][navcontrol~=checked]:has(>:nth-child(9):checked),[slideshow][slideshow~=checked]:has(>:nth-child(9):checked){--checked-index--:8}[navcontrol][navcontrol~=hover]:has(>:nth-child(9):hover),[slideshow][slideshow~=hover]:has(>:nth-child(9):hover){--hover-index--:8}[navcontrol][navcontrol~=focus]:has(>:nth-child(9):focus,>:nth-child(9):focus-within),[slideshow][slideshow~=focus]:has(>:nth-child(9):focus,>:nth-child(9):focus-within){--focus-index--:8}[navcontrol][navcontrol~=target]:has(>:nth-child(9):target),[slideshow][slideshow~=target]:has(>:nth-child(9):target){--target-index--:8}[navcontrol][navcontrol~=js]:has(>:nth-child(9)[data-active]:not([data-active=false]),>:nth-child(9)[data-active=true]),[slideshow][slideshow~=js]:has(>:nth-child(9)[data-active]:not([data-active=false]),>:nth-child(9)[data-active=true]){--js-index--:8}[data-indexation=type]>:nth-of-type(10),[data-indexation=all]>:nth-child(10){--i--:9}[data-indexation=all]:has(>:last-child:nth-child(10)),[data-indexation=type]:has(>:last-child:nth-of-type(10)){--l--:10}[navcontrol][navcontrol~=active]:has(>:nth-child(10):active),[slideshow][slideshow~=active]:has(>:nth-child(10):active){--active-index--:9}[navcontrol][navcontrol~=checked]:has(>:nth-child(10):checked),[slideshow][slideshow~=checked]:has(>:nth-child(10):checked){--checked-index--:9}[navcontrol][navcontrol~=hover]:has(>:nth-child(10):hover),[slideshow][slideshow~=hover]:has(>:nth-child(10):hover){--hover-index--:9}[navcontrol][navcontrol~=focus]:has(>:nth-child(10):focus,>:nth-child(10):focus-within),[slideshow][slideshow~=focus]:has(>:nth-child(10):focus,>:nth-child(10):focus-within){--focus-index--:9}[navcontrol][navcontrol~=target]:has(>:nth-child(10):target),[slideshow][slideshow~=target]:has(>:nth-child(10):target){--target-index--:9}[navcontrol][navcontrol~=js]:has(>:nth-child(10)[data-active]:not([data-active=false]),>:nth-child(10)[data-active=true]),[slideshow][slideshow~=js]:has(>:nth-child(10)[data-active]:not([data-active=false]),>:nth-child(10)[data-active=true]){--js-index--:9}[data-indexation=type]>:nth-of-type(11),[data-indexation=all]>:nth-child(11){--i--:10}[data-indexation=all]:has(>:last-child:nth-child(11)),[data-indexation=type]:has(>:last-child:nth-of-type(11)){--l--:11}[navcontrol][navcontrol~=active]:has(>:nth-child(11):active),[slideshow][slideshow~=active]:has(>:nth-child(11):active){--active-index--:10}[navcontrol][navcontrol~=checked]:has(>:nth-child(11):checked),[slideshow][slideshow~=checked]:has(>:nth-child(11):checked){--checked-index--:10}[navcontrol][navcontrol~=hover]:has(>:nth-child(11):hover),[slideshow][slideshow~=hover]:has(>:nth-child(11):hover){--hover-index--:10}[navcontrol][navcontrol~=focus]:has(>:nth-child(11):focus,>:nth-child(11):focus-within),[slideshow][slideshow~=focus]:has(>:nth-child(11):focus,>:nth-child(11):focus-within){--focus-index--:10}[navcontrol][navcontrol~=target]:has(>:nth-child(11):target),[slideshow][slideshow~=target]:has(>:nth-child(11):target){--target-index--:10}[navcontrol][navcontrol~=js]:has(>:nth-child(11)[data-active]:not([data-active=false]),>:nth-child(11)[data-active=true]),[slideshow][slideshow~=js]:has(>:nth-child(11)[data-active]:not([data-active=false]),>:nth-child(11)[data-active=true]){--js-index--:10}[data-indexation=type]>:nth-of-type(12),[data-indexation=all]>:nth-child(12){--i--:11}[data-indexation=all]:has(>:last-child:nth-child(12)),[data-indexation=type]:has(>:last-child:nth-of-type(12)){--l--:12}[navcontrol][navcontrol~=active]:has(>:nth-child(12):active),[slideshow][slideshow~=active]:has(>:nth-child(12):active){--active-index--:11}[navcontrol][navcontrol~=checked]:has(>:nth-child(12):checked),[slideshow][slideshow~=checked]:has(>:nth-child(12):checked){--checked-index--:11}[navcontrol][navcontrol~=hover]:has(>:nth-child(12):hover),[slideshow][slideshow~=hover]:has(>:nth-child(12):hover){--hover-index--:11}[navcontrol][navcontrol~=focus]:has(>:nth-child(12):focus,>:nth-child(12):focus-within),[slideshow][slideshow~=focus]:has(>:nth-child(12):focus,>:nth-child(12):focus-within){--focus-index--:11}[navcontrol][navcontrol~=target]:has(>:nth-child(12):target),[slideshow][slideshow~=target]:has(>:nth-child(12):target){--target-index--:11}[navcontrol][navcontrol~=js]:has(>:nth-child(12)[data-active]:not([data-active=false]),>:nth-child(12)[data-active=true]),[slideshow][slideshow~=js]:has(>:nth-child(12)[data-active]:not([data-active=false]),>:nth-child(12)[data-active=true]){--js-index--:11}[data-indexation=type]>:nth-of-type(13),[data-indexation=all]>:nth-child(13){--i--:12}[data-indexation=all]:has(>:last-child:nth-child(13)),[data-indexation=type]:has(>:last-child:nth-of-type(13)){--l--:13}[navcontrol][navcontrol~=active]:has(>:nth-child(13):active),[slideshow][slideshow~=active]:has(>:nth-child(13):active){--active-index--:12}[navcontrol][navcontrol~=checked]:has(>:nth-child(13):checked),[slideshow][slideshow~=checked]:has(>:nth-child(13):checked){--checked-index--:12}[navcontrol][navcontrol~=hover]:has(>:nth-child(13):hover),[slideshow][slideshow~=hover]:has(>:nth-child(13):hover){--hover-index--:12}[navcontrol][navcontrol~=focus]:has(>:nth-child(13):focus,>:nth-child(13):focus-within),[slideshow][slideshow~=focus]:has(>:nth-child(13):focus,>:nth-child(13):focus-within){--focus-index--:12}[navcontrol][navcontrol~=target]:has(>:nth-child(13):target),[slideshow][slideshow~=target]:has(>:nth-child(13):target){--target-index--:12}[navcontrol][navcontrol~=js]:has(>:nth-child(13)[data-active]:not([data-active=false]),>:nth-child(13)[data-active=true]),[slideshow][slideshow~=js]:has(>:nth-child(13)[data-active]:not([data-active=false]),>:nth-child(13)[data-active=true]){--js-index--:12}[data-indexation=type]>:nth-of-type(14),[data-indexation=all]>:nth-child(14){--i--:13}[data-indexation=all]:has(>:last-child:nth-child(14)),[data-indexation=type]:has(>:last-child:nth-of-type(14)){--l--:14}[navcontrol][navcontrol~=active]:has(>:nth-child(14):active),[slideshow][slideshow~=active]:has(>:nth-child(14):active){--active-index--:13}[navcontrol][navcontrol~=checked]:has(>:nth-child(14):checked),[slideshow][slideshow~=checked]:has(>:nth-child(14):checked){--checked-index--:13}[navcontrol][navcontrol~=hover]:has(>:nth-child(14):hover),[slideshow][slideshow~=hover]:has(>:nth-child(14):hover){--hover-index--:13}[navcontrol][navcontrol~=focus]:has(>:nth-child(14):focus,>:nth-child(14):focus-within),[slideshow][slideshow~=focus]:has(>:nth-child(14):focus,>:nth-child(14):focus-within){--focus-index--:13}[navcontrol][navcontrol~=target]:has(>:nth-child(14):target),[slideshow][slideshow~=target]:has(>:nth-child(14):target){--target-index--:13}[navcontrol][navcontrol~=js]:has(>:nth-child(14)[data-active]:not([data-active=false]),>:nth-child(14)[data-active=true]),[slideshow][slideshow~=js]:has(>:nth-child(14)[data-active]:not([data-active=false]),>:nth-child(14)[data-active=true]){--js-index--:13}[data-indexation=type]>:nth-of-type(15),[data-indexation=all]>:nth-child(15){--i--:14}[data-indexation=all]:has(>:last-child:nth-child(15)),[data-indexation=type]:has(>:last-child:nth-of-type(15)){--l--:15}[navcontrol][navcontrol~=active]:has(>:nth-child(15):active),[slideshow][slideshow~=active]:has(>:nth-child(15):active){--active-index--:14}[navcontrol][navcontrol~=checked]:has(>:nth-child(15):checked),[slideshow][slideshow~=checked]:has(>:nth-child(15):checked){--checked-index--:14}[navcontrol][navcontrol~=hover]:has(>:nth-child(15):hover),[slideshow][slideshow~=hover]:has(>:nth-child(15):hover){--hover-index--:14}[navcontrol][navcontrol~=focus]:has(>:nth-child(15):focus,>:nth-child(15):focus-within),[slideshow][slideshow~=focus]:has(>:nth-child(15):focus,>:nth-child(15):focus-within){--focus-index--:14}[navcontrol][navcontrol~=target]:has(>:nth-child(15):target),[slideshow][slideshow~=target]:has(>:nth-child(15):target){--target-index--:14}[navcontrol][navcontrol~=js]:has(>:nth-child(15)[data-active]:not([data-active=false]),>:nth-child(15)[data-active=true]),[slideshow][slideshow~=js]:has(>:nth-child(15)[data-active]:not([data-active=false]),>:nth-child(15)[data-active=true]){--js-index--:14}[data-indexation=type]>:nth-of-type(16),[data-indexation=all]>:nth-child(16){--i--:15}[data-indexation=all]:has(>:last-child:nth-child(16)),[data-indexation=type]:has(>:last-child:nth-of-type(16)){--l--:16}[navcontrol][navcontrol~=active]:has(>:nth-child(16):active),[slideshow][slideshow~=active]:has(>:nth-child(16):active){--active-index--:15}[navcontrol][navcontrol~=checked]:has(>:nth-child(16):checked),[slideshow][slideshow~=checked]:has(>:nth-child(16):checked){--checked-index--:15}[navcontrol][navcontrol~=hover]:has(>:nth-child(16):hover),[slideshow][slideshow~=hover]:has(>:nth-child(16):hover){--hover-index--:15}[navcontrol][navcontrol~=focus]:has(>:nth-child(16):focus,>:nth-child(16):focus-within),[slideshow][slideshow~=focus]:has(>:nth-child(16):focus,>:nth-child(16):focus-within){--focus-index--:15}[navcontrol][navcontrol~=target]:has(>:nth-child(16):target),[slideshow][slideshow~=target]:has(>:nth-child(16):target){--target-index--:15}[navcontrol][navcontrol~=js]:has(>:nth-child(16)[data-active]:not([data-active=false]),>:nth-child(16)[data-active=true]),[slideshow][slideshow~=js]:has(>:nth-child(16)[data-active]:not([data-active=false]),>:nth-child(16)[data-active=true]){--js-index--:15}[data-indexation=type]>:nth-of-type(17),[data-indexation=all]>:nth-child(17){--i--:16}[data-indexation=all]:has(>:last-child:nth-child(17)),[data-indexation=type]:has(>:last-child:nth-of-type(17)){--l--:17}[navcontrol][navcontrol~=active]:has(>:nth-child(17):active),[slideshow][slideshow~=active]:has(>:nth-child(17):active){--active-index--:16}[navcontrol][navcontrol~=checked]:has(>:nth-child(17):checked),[slideshow][slideshow~=checked]:has(>:nth-child(17):checked){--checked-index--:16}[navcontrol][navcontrol~=hover]:has(>:nth-child(17):hover),[slideshow][slideshow~=hover]:has(>:nth-child(17):hover){--hover-index--:16}[navcontrol][navcontrol~=focus]:has(>:nth-child(17):focus,>:nth-child(17):focus-within),[slideshow][slideshow~=focus]:has(>:nth-child(17):focus,>:nth-child(17):focus-within){--focus-index--:16}[navcontrol][navcontrol~=target]:has(>:nth-child(17):target),[slideshow][slideshow~=target]:has(>:nth-child(17):target){--target-index--:16}[navcontrol][navcontrol~=js]:has(>:nth-child(17)[data-active]:not([data-active=false]),>:nth-child(17)[data-active=true]),[slideshow][slideshow~=js]:has(>:nth-child(17)[data-active]:not([data-active=false]),>:nth-child(17)[data-active=true]){--js-index--:16}[data-indexation=type]>:nth-of-type(18),[data-indexation=all]>:nth-child(18){--i--:17}[data-indexation=all]:has(>:last-child:nth-child(18)),[data-indexation=type]:has(>:last-child:nth-of-type(18)){--l--:18}[navcontrol][navcontrol~=active]:has(>:nth-child(18):active),[slideshow][slideshow~=active]:has(>:nth-child(18):active){--active-index--:17}[navcontrol][navcontrol~=checked]:has(>:nth-child(18):checked),[slideshow][slideshow~=checked]:has(>:nth-child(18):checked){--checked-index--:17}[navcontrol][navcontrol~=hover]:has(>:nth-child(18):hover),[slideshow][slideshow~=hover]:has(>:nth-child(18):hover){--hover-index--:17}[navcontrol][navcontrol~=focus]:has(>:nth-child(18):focus,>:nth-child(18):focus-within),[slideshow][slideshow~=focus]:has(>:nth-child(18):focus,>:nth-child(18):focus-within){--focus-index--:17}[navcontrol][navcontrol~=target]:has(>:nth-child(18):target),[slideshow][slideshow~=target]:has(>:nth-child(18):target){--target-index--:17}[navcontrol][navcontrol~=js]:has(>:nth-child(18)[data-active]:not([data-active=false]),>:nth-child(18)[data-active=true]),[slideshow][slideshow~=js]:has(>:nth-child(18)[data-active]:not([data-active=false]),>:nth-child(18)[data-active=true]){--js-index--:17}[data-indexation=type]>:nth-of-type(19),[data-indexation=all]>:nth-child(19){--i--:18}[data-indexation=all]:has(>:last-child:nth-child(19)),[data-indexation=type]:has(>:last-child:nth-of-type(19)){--l--:19}[navcontrol][navcontrol~=active]:has(>:nth-child(19):active),[slideshow][slideshow~=active]:has(>:nth-child(19):active){--active-index--:18}[navcontrol][navcontrol~=checked]:has(>:nth-child(19):checked),[slideshow][slideshow~=checked]:has(>:nth-child(19):checked){--checked-index--:18}[navcontrol][navcontrol~=hover]:has(>:nth-child(19):hover),[slideshow][slideshow~=hover]:has(>:nth-child(19):hover){--hover-index--:18}[navcontrol][navcontrol~=focus]:has(>:nth-child(19):focus,>:nth-child(19):focus-within),[slideshow][slideshow~=focus]:has(>:nth-child(19):focus,>:nth-child(19):focus-within){--focus-index--:18}[navcontrol][navcontrol~=target]:has(>:nth-child(19):target),[slideshow][slideshow~=target]:has(>:nth-child(19):target){--target-index--:18}[navcontrol][navcontrol~=js]:has(>:nth-child(19)[data-active]:not([data-active=false]),>:nth-child(19)[data-active=true]),[slideshow][slideshow~=js]:has(>:nth-child(19)[data-active]:not([data-active=false]),>:nth-child(19)[data-active=true]){--js-index--:18}[data-indexation=type]>:nth-of-type(20),[data-indexation=all]>:nth-child(20){--i--:19}[data-indexation=all]:has(>:last-child:nth-child(20)),[data-indexation=type]:has(>:last-child:nth-of-type(20)){--l--:20}[navcontrol][navcontrol~=active]:has(>:nth-child(20):active),[slideshow][slideshow~=active]:has(>:nth-child(20):active){--active-index--:19}[navcontrol][navcontrol~=checked]:has(>:nth-child(20):checked),[slideshow][slideshow~=checked]:has(>:nth-child(20):checked){--checked-index--:19}[navcontrol][navcontrol~=hover]:has(>:nth-child(20):hover),[slideshow][slideshow~=hover]:has(>:nth-child(20):hover){--hover-index--:19}[navcontrol][navcontrol~=focus]:has(>:nth-child(20):focus,>:nth-child(20):focus-within),[slideshow][slideshow~=focus]:has(>:nth-child(20):focus,>:nth-child(20):focus-within){--focus-index--:19}[navcontrol][navcontrol~=target]:has(>:nth-child(20):target),[slideshow][slideshow~=target]:has(>:nth-child(20):target){--target-index--:19}[navcontrol][navcontrol~=js]:has(>:nth-child(20)[data-active]:not([data-active=false]),>:nth-child(20)[data-active=true]),[slideshow][slideshow~=js]:has(>:nth-child(20)[data-active]:not([data-active=false]),>:nth-child(20)[data-active=true]){--js-index--:19}[data-indexation=type]>:nth-of-type(21),[data-indexation=all]>:nth-child(21){--i--:20}[data-indexation=all]:has(>:last-child:nth-child(21)),[data-indexation=type]:has(>:last-child:nth-of-type(21)){--l--:21}[navcontrol][navcontrol~=active]:has(>:nth-child(21):active),[slideshow][slideshow~=active]:has(>:nth-child(21):active){--active-index--:20}[navcontrol][navcontrol~=checked]:has(>:nth-child(21):checked),[slideshow][slideshow~=checked]:has(>:nth-child(21):checked){--checked-index--:20}[navcontrol][navcontrol~=hover]:has(>:nth-child(21):hover),[slideshow][slideshow~=hover]:has(>:nth-child(21):hover){--hover-index--:20}[navcontrol][navcontrol~=focus]:has(>:nth-child(21):focus,>:nth-child(21):focus-within),[slideshow][slideshow~=focus]:has(>:nth-child(21):focus,>:nth-child(21):focus-within){--focus-index--:20}[navcontrol][navcontrol~=target]:has(>:nth-child(21):target),[slideshow][slideshow~=target]:has(>:nth-child(21):target){--target-index--:20}[navcontrol][navcontrol~=js]:has(>:nth-child(21)[data-active]:not([data-active=false]),>:nth-child(21)[data-active=true]),[slideshow][slideshow~=js]:has(>:nth-child(21)[data-active]:not([data-active=false]),>:nth-child(21)[data-active=true]){--js-index--:20}[data-indexation=type]>:nth-of-type(22),[data-indexation=all]>:nth-child(22){--i--:21}[data-indexation=all]:has(>:last-child:nth-child(22)),[data-indexation=type]:has(>:last-child:nth-of-type(22)){--l--:22}[navcontrol][navcontrol~=active]:has(>:nth-child(22):active),[slideshow][slideshow~=active]:has(>:nth-child(22):active){--active-index--:21}[navcontrol][navcontrol~=checked]:has(>:nth-child(22):checked),[slideshow][slideshow~=checked]:has(>:nth-child(22):checked){--checked-index--:21}[navcontrol][navcontrol~=hover]:has(>:nth-child(22):hover),[slideshow][slideshow~=hover]:has(>:nth-child(22):hover){--hover-index--:21}[navcontrol][navcontrol~=focus]:has(>:nth-child(22):focus,>:nth-child(22):focus-within),[slideshow][slideshow~=focus]:has(>:nth-child(22):focus,>:nth-child(22):focus-within){--focus-index--:21}[navcontrol][navcontrol~=target]:has(>:nth-child(22):target),[slideshow][slideshow~=target]:has(>:nth-child(22):target){--target-index--:21}[navcontrol][navcontrol~=js]:has(>:nth-child(22)[data-active]:not([data-active=false]),>:nth-child(22)[data-active=true]),[slideshow][slideshow~=js]:has(>:nth-child(22)[data-active]:not([data-active=false]),>:nth-child(22)[data-active=true]){--js-index--:21}[data-indexation=type]>:nth-of-type(23),[data-indexation=all]>:nth-child(23){--i--:22}[data-indexation=all]:has(>:last-child:nth-child(23)),[data-indexation=type]:has(>:last-child:nth-of-type(23)){--l--:23}[navcontrol][navcontrol~=active]:has(>:nth-child(23):active),[slideshow][slideshow~=active]:has(>:nth-child(23):active){--active-index--:22}[navcontrol][navcontrol~=checked]:has(>:nth-child(23):checked),[slideshow][slideshow~=checked]:has(>:nth-child(23):checked){--checked-index--:22}[navcontrol][navcontrol~=hover]:has(>:nth-child(23):hover),[slideshow][slideshow~=hover]:has(>:nth-child(23):hover){--hover-index--:22}[navcontrol][navcontrol~=focus]:has(>:nth-child(23):focus,>:nth-child(23):focus-within),[slideshow][slideshow~=focus]:has(>:nth-child(23):focus,>:nth-child(23):focus-within){--focus-index--:22}[navcontrol][navcontrol~=target]:has(>:nth-child(23):target),[slideshow][slideshow~=target]:has(>:nth-child(23):target){--target-index--:22}[navcontrol][navcontrol~=js]:has(>:nth-child(23)[data-active]:not([data-active=false]),>:nth-child(23)[data-active=true]),[slideshow][slideshow~=js]:has(>:nth-child(23)[data-active]:not([data-active=false]),>:nth-child(23)[data-active=true]){--js-index--:22}[data-indexation=type]>:nth-of-type(24),[data-indexation=all]>:nth-child(24){--i--:23}[data-indexation=all]:has(>:last-child:nth-child(24)),[data-indexation=type]:has(>:last-child:nth-of-type(24)){--l--:24}[navcontrol][navcontrol~=active]:has(>:nth-child(24):active),[slideshow][slideshow~=active]:has(>:nth-child(24):active){--active-index--:23}[navcontrol][navcontrol~=checked]:has(>:nth-child(24):checked),[slideshow][slideshow~=checked]:has(>:nth-child(24):checked){--checked-index--:23}[navcontrol][navcontrol~=hover]:has(>:nth-child(24):hover),[slideshow][slideshow~=hover]:has(>:nth-child(24):hover){--hover-index--:23}[navcontrol][navcontrol~=focus]:has(>:nth-child(24):focus,>:nth-child(24):focus-within),[slideshow][slideshow~=focus]:has(>:nth-child(24):focus,>:nth-child(24):focus-within){--focus-index--:23}[navcontrol][navcontrol~=target]:has(>:nth-child(24):target),[slideshow][slideshow~=target]:has(>:nth-child(24):target){--target-index--:23}[navcontrol][navcontrol~=js]:has(>:nth-child(24)[data-active]:not([data-active=false]),>:nth-child(24)[data-active=true]),[slideshow][slideshow~=js]:has(>:nth-child(24)[data-active]:not([data-active=false]),>:nth-child(24)[data-active=true]){--js-index--:23}[data-indexation=type]>:nth-of-type(25),[data-indexation=all]>:nth-child(25){--i--:24}[data-indexation=all]:has(>:last-child:nth-child(25)),[data-indexation=type]:has(>:last-child:nth-of-type(25)){--l--:25}[navcontrol][navcontrol~=active]:has(>:nth-child(25):active),[slideshow][slideshow~=active]:has(>:nth-child(25):active){--active-index--:24}[navcontrol][navcontrol~=checked]:has(>:nth-child(25):checked),[slideshow][slideshow~=checked]:has(>:nth-child(25):checked){--checked-index--:24}[navcontrol][navcontrol~=hover]:has(>:nth-child(25):hover),[slideshow][slideshow~=hover]:has(>:nth-child(25):hover){--hover-index--:24}[navcontrol][navcontrol~=focus]:has(>:nth-child(25):focus,>:nth-child(25):focus-within),[slideshow][slideshow~=focus]:has(>:nth-child(25):focus,>:nth-child(25):focus-within){--focus-index--:24}[navcontrol][navcontrol~=target]:has(>:nth-child(25):target),[slideshow][slideshow~=target]:has(>:nth-child(25):target){--target-index--:24}[navcontrol][navcontrol~=js]:has(>:nth-child(25)[data-active]:not([data-active=false]),>:nth-child(25)[data-active=true]),[slideshow][slideshow~=js]:has(>:nth-child(25)[data-active]:not([data-active=false]),>:nth-child(25)[data-active=true]){--js-index--:24}[navcontrol][navcontrol~=active]:not(:has(:active,>:active)),[slideshow][slideshow~=active]:not(:has(:active,>:active)){--active-index--:0}[menu][menu~=navbar][menu~=active]:not(:has(:active,>:active)){--active-toggle--:0}[menu][menu~=navbar][menu~=active]:has(:active,>:active){--active-toggle--:1}:not([menu][menu~=navbar],[navcontrol],[slideshow])[slideshow~=active]:not(:active){--active-toggle--:0}:not([menu][menu~=navbar],[navcontrol],[slideshow])[slideshow~=active]:active{--active-toggle--:1}[data-trigger=active]:not([navcontrol],[slideshow]){--state--:var(--active-toggle--)}[data-trigger=active][navcontrol],[data-trigger=active][slideshow]{--state--:var(--active-index--)}[navcontrol][navcontrol~=checked]:not(:has(:checked,>:checked)),[slideshow][slideshow~=checked]:not(:has(:checked,>:checked)){--checked-index--:0}[menu][menu~=navbar][menu~=checked]:not(:has(:checked,>:checked)){--checked-toggle--:0}[menu][menu~=navbar][menu~=checked]:has(:checked,>:checked){--checked-toggle--:1}:not([menu][menu~=navbar],[navcontrol],[slideshow])[slideshow~=checked]:not(:checked){--checked-toggle--:0}:not([menu][menu~=navbar],[navcontrol],[slideshow])[slideshow~=checked]:checked{--checked-toggle--:1}[data-trigger=checked]:not([navcontrol],[slideshow]){--state--:var(--checked-toggle--)}[data-trigger=checked][navcontrol],[data-trigger=checked][slideshow]{--state--:var(--checked-index--)}[navcontrol][navcontrol~=hover]:not(:has(:hover,>:hover)),[slideshow][slideshow~=hover]:not(:has(:hover,>:hover)){--hover-index--:0}[menu][menu~=navbar][menu~=hover]:not(:has(:hover,>:hover)){--hover-toggle--:0}[menu][menu~=navbar][menu~=hover]:has(:hover,>:hover){--hover-toggle--:1}:not([menu][menu~=navbar],[navcontrol],[slideshow])[slideshow~=hover]:not(:hover){--hover-toggle--:0}:not([menu][menu~=navbar],[navcontrol],[slideshow])[slideshow~=hover]:hover{--hover-toggle--:1}[data-trigger=hover]:not([navcontrol],[slideshow]){--state--:var(--hover-toggle--)}[data-trigger=hover][navcontrol],[data-trigger=hover][slideshow]{--state--:var(--hover-index--)}[navcontrol][navcontrol~=focus]:not(:has(:focus,[navcontrol]:focus-within,>:focus-within,[slideshow]:focus-within)),[slideshow][slideshow~=focus]:not(:has(:focus,[navcontrol]:focus-within,>:focus-within,[slideshow]:focus-within)){--focus-index--:0}[menu][menu~=navbar][menu~=focus]:not(:has(:focus,[menu][menu~=navbar][menu~=focus]:focus-within,>:focus-within)){--focus-toggle--:0}[menu][menu~=navbar][menu~=focus]:has(:focus,[menu][menu~=navbar][menu~=focus]:focus-within,>:focus-within){--focus-toggle--:1}:not([menu][menu~=navbar],[navcontrol],[slideshow])[slideshow~=focus]:not(:focus,:not([menu][menu~=navbar],[navcontrol],[slideshow])[slideshow~=focus]:focus-within){--focus-toggle--:0}:not([menu][menu~=navbar],[navcontrol],[slideshow])[slideshow~=focus]:focus,:not([menu][menu~=navbar],[navcontrol],[slideshow])[slideshow~=focus]:focus-within{--focus-toggle--:1}[data-trigger=focus]:not([navcontrol],[slideshow]){--state--:var(--focus-toggle--)}[data-trigger=focus][navcontrol],[data-trigger=focus][slideshow]{--state--:var(--focus-index--)}[navcontrol][navcontrol~=target]:not(:has(:target,>:target)),[slideshow][slideshow~=target]:not(:has(:target,>:target)){--target-index--:0}[menu][menu~=navbar][menu~=target]:not(:has(:target,>:target)){--target-toggle--:0}[menu][menu~=navbar][menu~=target]:has(:target,>:target){--target-toggle--:1}:not([menu][menu~=navbar],[navcontrol],[slideshow])[slideshow~=target]:not(:target){--target-toggle--:0}:not([menu][menu~=navbar],[navcontrol],[slideshow])[slideshow~=target]:target{--target-toggle--:1}[data-trigger=target]:not([navcontrol],[slideshow]){--state--:var(--target-toggle--)}[data-trigger=target][navcontrol],[data-trigger=target][slideshow]{--state--:var(--target-index--)}[navcontrol][navcontrol~=js]:not(:has([data-active]:not([data-active=false]),[navcontrol][data-active=true],>[data-active=true],[slideshow][data-active=true])),[slideshow][slideshow~=js]:not(:has([data-active]:not([data-active=false]),[navcontrol][data-active=true],>[data-active=true],[slideshow][data-active=true])){--js-index--:0}[menu][menu~=navbar][menu~=js]:not(:has([data-active]:not([data-active=false]),[menu][menu~=navbar][menu~=js][data-active=true],>[data-active=true])){--js-toggle--:0}[menu][menu~=navbar][menu~=js]:has([data-active]:not([data-active=false]),[menu][menu~=navbar][menu~=js][data-active=true],>[data-active=true]){--js-toggle--:1}:not([menu][menu~=navbar],[navcontrol],[slideshow])[slideshow~=js]:not([data-active]:not([data-active=false]),:not([menu][menu~=navbar],[navcontrol],[slideshow])[slideshow~=js][data-active=true]){--js-toggle--:0}:not([menu][menu~=navbar],[navcontrol],[slideshow])[slideshow~=js][data-active]:not([data-active=false]),:not([menu][menu~=navbar],[navcontrol],[slideshow])[slideshow~=js][data-active=true]{--js-toggle--:1}[data-trigger=js]:not([navcontrol],[slideshow]){--state--:var(--js-toggle--)}[data-trigger=js][navcontrol],[data-trigger=js][slideshow]{--state--:var(--js-index--)}[data-backdrop=none]::backdrop{display:none}[data-backdrop^=blur]::backdrop{backdrop-filter:blur(var(--intensity--))}[data-backdrop=blur]::backdrop{--intensity--:10px}[data-backdrop=blur-light]::backdrop{--intensity--:5px}[data-backdrop=blur-heavy]::backdrop{--intensity--:20px}[data-backdrop^=contrast]::backdrop{backdrop-filter:contrast(var(--intensity--))}[data-backdrop=contrast]::backdrop{--intensity--:.45}[data-backdrop=contrast-light]::backdrop{--intensity--:.9}[data-backdrop=contrast-heavy]::backdrop{--intensity--:.225}[data-column~="1"]{--column--:1}[data-column~="2"]{--column--:2}[data-column~="3"]{--column--:3}[data-column~="4"]{--column--:4}[data-column~="5"]{--column--:5}[data-column~="6"]{--column--:6}[data-column~="7"]{--column--:7}[data-column~="8"]{--column--:8}[data-column~="9"]{--column--:9}[data-column~="10"]{--column--:10}[data-column~="11"]{--column--:11}[data-column~="12"]{--column--:12}[data-column]{--a0--:var(--columns--);--span--:1}[data-column]>[data-params|="span:"]{--columns--:initial;--a1--:clamp(1,var(--span--),var(--a0--))}[data-column]>[data-params~="span:2"]{--span--:2}[data-column]>[data-params~="span:3"]{--span--:3}[data-column]>[data-params~="span:4"]{--span--:4}[data-column]>[data-params~="span:5"]{--span--:5}[data-column]>[data-params~="span:6"]{--span--:6}[data-column]>[data-params~="span:7"]{--span--:7}[data-column]>[data-params~="span:8"]{--span--:8}[data-column]>[data-params~="span:9"]{--span--:9}[data-column]>[data-params~="span:10"]{--span--:10}[data-column]>[data-params~="span:11"]{--span--:11}[data-context=high-scale],main:not([data-context*=scale]){--a2--:var(--high-scale,1.75)}[data-context=medium-scale],section:not([data-context*=scale]){--a2--:var(--medium-scale,1.5)}[data-context=low-scale],article:not([data-context*=scale]){--a2--:var(--low-scale,1.25)}[data-context=reset-scale],aside:not([data-context*=scale]){--a2--:1}[data-context=high-boldness],header:not([data-context*=boldness]){--a3--:var(--high-boldness,1.5)}[data-context=medium-boldness] article:not([data-context*=boldness]){--a3--:var(--medium-boldness,1.25)}[data-context=reset-boldness] footer:not([data-context*=boldness]){--a3--:1}[data-direction~=left],[data-direction~=right],[data-direction~=horizontal],[data-direction~=all]{--x-axis--:1}[data-direction~=top],[data-direction~=bottom],[data-direction~=vertical],[data-direction~=all]{--y-axis--:1}[data-direction~=forward],[data-direction~=backward],[data-direction~=deep],[data-direction~=all]{--z-axis--:1}[data-direction~=left],[data-direction~=horizontal]:not([data-direction~=reverse]),[data-direction~=all]:not([data-direction~=reverse]){--x--:1}[data-direction~=right],[data-direction~=horizontal][data-direction~=reverse],[data-direction~=all][data-direction~=reverse]{--x--:-1}[data-direction~=bottom],[data-direction~=vertical]:not([data-direction~=reverse]),[data-direction~=all]:not([data-direction~=reverse]){--y--:1}[data-direction~=top],[data-direction~=vertical][data-direction~=reverse],[data-direction~=all][data-direction~=reverse]{--y--:-1}[data-direction~=forward],[data-direction~=deep]:not([data-direction~=reverse]),[data-direction~=all]:not([data-direction~=reverse]){--z--:1}[data-direction~=backward],[data-direction~=deep][data-direction~=reverse],[data-direction~=all][data-direction~=reverse]{--z--:-1}button[data-params~=small],figure[data-params~=small],input[data-params~=small],select[data-params~=small],textarea[data-params~=small],details[data-params~=small],form[data-params~=small],h1[data-params~=small],h2[data-params~=small],h3[data-params~=small],h4[data-params~=small],h5[data-params~=small],h6[data-params~=small],a[data-params~=small],ol[data-params~=small],ul[data-params~=small],meter[data-params~=small],dialog[data-params~=small],progress[data-params~=small],table[data-params~=small],[landmark][data-params~=small],[info][data-params~=small],[navcontrol][data-params~=small],[track][data-params~=small],[toggle][data-params~=small],[animate][data-params~=small],[collage][data-params~=small],[menu][data-params~=small],[slideshow][data-params~=small]{--scale-modifier--:-1}button[data-params~=large],figure[data-params~=large],input[data-params~=large],select[data-params~=large],textarea[data-params~=large],details[data-params~=large],form[data-params~=large],h1[data-params~=large],h2[data-params~=large],h3[data-params~=large],h4[data-params~=large],h5[data-params~=large],h6[data-params~=large],a[data-params~=large],ol[data-params~=large],ul[data-params~=large],meter[data-params~=large],dialog[data-params~=large],progress[data-params~=large],table[data-params~=large],[landmark][data-params~=large],[info][data-params~=large],[navcontrol][data-params~=large],[track][data-params~=large],[toggle][data-params~=large],[animate][data-params~=large],[collage][data-params~=large],[menu][data-params~=large],[slideshow][data-params~=large]{--scale-modifier--:1}button:not([data-params~=small],[data-params~=large]),figure:not([data-params~=small],[data-params~=large]),input:not([data-params~=small],[data-params~=large]),select:not([data-params~=small],[data-params~=large]),textarea:not([data-params~=small],[data-params~=large]),details:not([data-params~=small],[data-params~=large]),form:not([data-params~=small],[data-params~=large]),h1:not([data-params~=small],[data-params~=large]),h2:not([data-params~=small],[data-params~=large]),h3:not([data-params~=small],[data-params~=large]),h4:not([data-params~=small],[data-params~=large]),h5:not([data-params~=small],[data-params~=large]),h6:not([data-params~=small],[data-params~=large]),a:not([data-params~=small],[data-params~=large]),ol:not([data-params~=small],[data-params~=large]),ul:not([data-params~=small],[data-params~=large]),meter:not([data-params~=small],[data-params~=large]),dialog:not([data-params~=small],[data-params~=large]),progress:not([data-params~=small],[data-params~=large]),table:not([data-params~=small],[data-params~=large]),[landmark]:not([data-params~=small],[data-params~=large]),[info]:not([data-params~=small],[data-params~=large]),[navcontrol]:not([data-params~=small],[data-params~=large]),[track]:not([data-params~=small],[data-params~=large]),[toggle]:not([data-params~=small],[data-params~=large]),[animate]:not([data-params~=small],[data-params~=large]),[collage]:not([data-params~=small],[data-params~=large]),[menu]:not([data-params~=small],[data-params~=large]),[slideshow]:not([data-params~=small],[data-params~=large]){--scale-modifier--:0}:root{--pi--:3.1415926536;--d-radius-top-left:.25rem;--d-radius-top-right:.25rem;--d-radius-bottom-right:.25rem;--d-radius-bottom-left:.25rem;--d-red:252;--d-green:254;--d-blue:250;--d-shader:.9;--d-font-size:1.1rem;--d-padding-left:.5rem;--d-padding-right:.5rem;--required-hint:none;--optional-hint:none;--minimal-required-hint:"*";--minimal-optional-hint:none;--explicit-required-hint:" (required)";--explicit-optional-hint:" (optional)"}button,button::before,button::after,figure,figure::before,figure::after,input,input::before,input::after,select,select::before,select::after,textarea,textarea::before,textarea::after,details,details::before,details::after,form,form::before,form::after,h1,h1::before,h1::after,h2,h2::before,h2::after,h3,h3::before,h3::after,h4,h4::before,h4::after,h5,h5::before,h5::after,h6,h6::before,h6::after,a,a::before,a::after,ol,ol::before,ol::after,ul,ul::before,ul::after,meter,meter::before,meter::after,dialog,dialog::before,dialog::after,progress,progress::before,progress::af