:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-colored:#ddd}.Toastify__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;transform:translate3d(0,0,var(--toastify-z-index) px);width:var(--toastify-toast-width);z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:1em;top:1em}.Toastify__toast-container--top-center{left:50%;top:1em;transform:translate(-50%)}.Toastify__toast-container--top-right{right:1em;top:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{left:0;margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translate(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translate(0)}.Toastify__toast-container--rtl{left:auto;right:0}}.Toastify__toast{border-radius:4px;box-shadow:0 1px 10px rgba(0,0,0,.1),0 2px 15px rgba(0,0,0,.05);box-sizing:border-box;cursor:pointer;direction:ltr;display:flex;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:var(--toastify-toast-max-height);min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px;white-space:pre-wrap}.Toastify__toast-body>div:last-child{flex:1}.Toastify__toast-icon{display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify__toast-text{display:flex;flex-direction:column;gap:2px;line-height:1.35;width:100%}.Toastify__toast-text-title{font-weight:600}.Toastify__toast-text-content{opacity:.92}.Toastify--animate{animation-duration:.7s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:var(--toastify-color-info);color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:var(--toastify-color-success);color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:var(--toastify-color-warning);color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:var(--toastify-color-error);color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--default{background:var(--toastify-color-progress-colored)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:rgba(0,0,0,0);border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentcolor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:5px;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{left:auto;right:0;transform-origin:right}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__none{0%,60%,75%,90%,to{animation-duration:0;animation-timing-function:none}0%{opacity:1;transform:translateZ(0)}to{transform:translateZ(0)}}.Toastify__none-enter--bottom-center,.Toastify__none-enter--bottom-left,.Toastify__none-enter--bottom-right,.Toastify__none-enter--top-center,.Toastify__none-enter--top-left,.Toastify__none-enter--top-right{animation-name:Toastify__none}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateX(-20deg)}to{opacity:0;transform:perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(1turn)}}:root{--toastify-z-index: 60100}.Toastify__toast{font-size:.8125rem;line-height:1.35}.Toastify__toast-text-title{font-size:.8125rem}.Toastify__toast-text-content{font-size:.75rem;line-height:1.3}.Toastify__toast-icon{width:18px}.Toastify__close-button>svg{height:14px;width:12px}.tippy-box[data-animation=fade][data-state=hidden]{opacity:0}[data-tippy-root]{max-width:calc(100vw - 10px)}.tippy-box{position:relative;background-color:#333;color:#fff;border-radius:4px;font-size:14px;line-height:1.4;white-space:normal;outline:0;transition-property:transform,visibility,opacity}.tippy-box[data-placement^=top]>.tippy-arrow{bottom:0}.tippy-box[data-placement^=top]>.tippy-arrow:before{bottom:-7px;left:0;border-width:8px 8px 0;border-top-color:initial;transform-origin:center top}.tippy-box[data-placement^=bottom]>.tippy-arrow{top:0}.tippy-box[data-placement^=bottom]>.tippy-arrow:before{top:-7px;left:0;border-width:0 8px 8px;border-bottom-color:initial;transform-origin:center bottom}.tippy-box[data-placement^=left]>.tippy-arrow{right:0}.tippy-box[data-placement^=left]>.tippy-arrow:before{border-width:8px 0 8px 8px;border-left-color:initial;right:-7px;transform-origin:center left}.tippy-box[data-placement^=right]>.tippy-arrow{left:0}.tippy-box[data-placement^=right]>.tippy-arrow:before{left:-7px;border-width:8px 8px 8px 0;border-right-color:initial;transform-origin:center right}.tippy-box[data-inertia][data-state=visible]{transition-timing-function:cubic-bezier(.54,1.5,.38,1.11)}.tippy-arrow{width:16px;height:16px;color:#333}.tippy-arrow:before{content:"";position:absolute;border-color:transparent;border-style:solid}.tippy-content{position:relative;padding:5px 9px;z-index:1}.tippy-box[data-animation=shift-away][data-state=hidden]{opacity:0}.tippy-box[data-animation=shift-away][data-state=hidden][data-placement^=top]{transform:translateY(10px)}.tippy-box[data-animation=shift-away][data-state=hidden][data-placement^=bottom]{transform:translateY(-10px)}.tippy-box[data-animation=shift-away][data-state=hidden][data-placement^=left]{transform:translate(10px)}.tippy-box[data-animation=shift-away][data-state=hidden][data-placement^=right]{transform:translate(-10px)}.tippy-box{z-index:60150!important}.tippy-box[data-theme~=magic-shell]{color:inherit;overflow:visible;max-height:none;background-color:color-mix(in oklch,canvas 6%,transparent);border:1px solid color-mix(in oklch,canvastext 18%,transparent);box-shadow:0 0 0 1px color-mix(in oklch,canvastext 8%,transparent),0 16px 48px color-mix(in oklch,canvastext 28%,transparent);backdrop-filter:blur(10px)}.tippy-box[data-theme~=magic-shell]>.tippy-content{padding:.25rem;overflow:visible;max-height:none}.tippy-box[data-theme~=magic-shell][data-placement^=top]>.tippy-arrow:before{border-top-color:color-mix(in oklch,canvastext 18%,transparent)}.tippy-box[data-theme~=magic-shell][data-placement^=bottom]>.tippy-arrow:before{border-bottom-color:color-mix(in oklch,canvastext 18%,transparent)}.tippy-box[data-theme~=magic-shell][data-placement^=left]>.tippy-arrow:before{border-left-color:color-mix(in oklch,canvastext 18%,transparent)}.tippy-box[data-theme~=magic-shell][data-placement^=right]>.tippy-arrow:before{border-right-color:color-mix(in oklch,canvastext 18%,transparent)}.tippy-box[data-theme~=magic-card-hint]{color:#e2e8f0;background-color:rgba(10,10,10,.92);border:1px solid color-mix(in srgb,var(--c-gold) 45%,transparent);border-radius:.5rem;box-shadow:0 10px 28px rgba(0,0,0,.55);font-size:.72rem;line-height:1.15}.tippy-box[data-theme~=magic-card-hint]>.tippy-content{padding:.35rem .5rem;white-space:pre-line;text-align:left}.tippy-box[data-theme~=app-count-badge]{color:inherit;background-color:transparent;border:0;border-radius:0;box-shadow:none;pointer-events:none}.tippy-box[data-theme~=app-count-badge]>.tippy-content{padding:0}*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:var(--un-default-border-color, #e5e7eb)}:before,:after{--un-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}@font-face{font-family:Mana;src:url(/assets/mana-nXJ1YO3J.eot?v=1.18.0);src:url(/assets/mana-nXJ1YO3J.eot?#iefix&v=1.18.0) format("embedded-opentype"),url(/assets/mana-Bx-kp8II.woff?v=1.18.0) format("woff"),url(/assets/mana-Dd7dj-GP.ttf?v=1.18.0) format("truetype"),url(/assets/mana-CylcniHU.svg?v=1.18.0#mana) format("svg");font-weight:400;font-style:normal}@font-face{font-family:MPlantin;src:url(/assets/mplantin-BPhtYcIe.eot?v=1.18.0);src:url(/assets/mplantin-BPhtYcIe.eot?#iefix&v=1.18.0) format("embedded-opentype"),url(/assets/mplantin-Dsk68a-x.woff?v=1.18.0) format("woff"),url(/assets/mplantin-DGd3yikv.ttf?v=1.18.0) format("truetype"),url(/assets/mplantin-D6SO6wSc.svg?v=1.18.0#mplantin) format("svg");font-weight:400;font-style:normal}.ms{display:inline-block;font: 14px Mana;font-size:inherit;line-height:1em;text-rendering:auto;transform:translate(0);speak:none;text-transform:none;vertical-align:middle;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--ms-mana-b: #a7999e;--ms-mana-c: #d0c6bb;--ms-mana-g: #9fcba6;--ms-mana-r: #f19b79;--ms-mana-u: #bcdaf7;--ms-mana-w: #fdfbce}.ms-w:before{content:""}.ms-w-original:before{content:""}.ms-w-list:before{content:""}.ms-u:before{content:""}.ms-b:before{content:""}.ms-r:before{content:""}.ms-g:before{content:""}.ms-0:before{content:""}.ms-1:before{content:""}.ms-2{margin-left:inherit!important}.ms-2:before{content:""}.ms-3:before{content:""}.ms-4:before{content:""}.ms-5:before{content:""}.ms-6:before{content:""}.ms-7:before{content:""}.ms-8:before{content:""}.ms-9:before{content:""}.ms-10:before{content:""}.ms-11:before{content:""}.ms-12:before{content:""}.ms-13:before{content:""}.ms-14:before{content:""}.ms-15:before{content:""}.ms-16:before{content:""}.ms-17:before{content:""}.ms-18:before{content:""}.ms-19:before{content:""}.ms-20:before{content:""}.ms-x:before{content:""}.ms-y:before{content:""}.ms-z:before{content:""}.ms-s:before{content:""}.ms-s-mtga:before{content:""}.ms-c:before{content:""}.ms-e:before,.ms-energy:before{content:""}.ms-acorn:before{content:""}.ms-ticket:before,.ms-tk:before{content:""}.ms-1-2:before{content:""}.ms-infinity:before{content:""}.ms-l:before{content:""}.ms-d:before{content:""}.ms-spree:before{content:""}.ms-h:before,.ms-watermark-phyrexian:before{content:""}.ms-paw:before{content:""}.ms-p:before{content:""}.ms-tap:before{content:""}.ms-untap:before{content:""}.ms-tap-alt:before,.ms-tap-3ed:before{content:""}.ms-tap-4ed:before{content:""}.ms-chaos:before{content:""}.ms-artifact:before{content:""}.ms-battle:before{content:""}.ms-battle-siege:before{content:""}.ms-commander:before{content:""}.ms-conspiracy:before{content:""}.ms-creature:before{content:""}.ms-enchantment:before{content:""}.ms-dungeon:before{content:""}.ms-instant:before{content:""}.ms-land:before{content:""}.ms-multicolor:before{content:""}.ms-phenomenon:before{content:""}.ms-plane:before{content:""}.ms-planeswalker:before,.ms-watermark-planeswalker:before{content:""}.ms-rarity:before{content:""}.ms-saga:before{content:""}.ms-scheme:before{content:""}.ms-sorcery:before{content:""}.ms-token:before{content:""}.ms-tribal:before,.ms-multiple:before{content:""}.ms-vanguard:before{content:""}.ms-hand:before{content:""}.ms-library:before{content:""}.ms-graveyard:before{content:""}.ms-exile:before{content:""}.ms-wu:before,.ms-wb:before,.ms-rw:after,.ms-gw:after,.ms-2w:after,.ms-cw:after{content:""}.ms-ub:before,.ms-ur:before,.ms-wu:after,.ms-gu:after,.ms-2u:after,.ms-cu:after{content:""}.ms-br:before,.ms-bg:before,.ms-wb:after,.ms-ub:after,.ms-2b:after,.ms-cb:after{content:""}.ms-rw:before,.ms-rg:before,.ms-ur:after,.ms-br:after,.ms-2r:after,.ms-cr:after{content:""}.ms-gw:before,.ms-gu:before,.ms-bg:after,.ms-rg:after,.ms-2g:after,.ms-cg:after{content:""}.ms-2w:before,.ms-2u:before,.ms-2b:before,.ms-2r:before,.ms-2g:before{content:""}.ms-cw:before,.ms-cu:before,.ms-cb:before,.ms-cr:before,.ms-cg:before{content:""}.ms-wp:before,.ms-up:before,.ms-bp:before,.ms-rp:before,.ms-gp:before,.ms-wup:before,.ms-wup:after,.ms-wbp:before,.ms-wbp:after,.ms-ubp:before,.ms-ubp:after,.ms-urp:before,.ms-urp:after,.ms-brp:before,.ms-brp:after,.ms-bgp:before,.ms-bgp:after,.ms-rwp:before,.ms-rwp:after,.ms-rgp:before,.ms-rgp:after,.ms-gwp:before,.ms-gwp:after,.ms-gup:before,.ms-gup:after{content:""}.ms-100:before{content:""}.ms-1000000:before{content:""}.ms-loyalty-up:before{content:""}.ms-loyalty-down:before{content:""}.ms-loyalty-zero:before{content:""}.ms-loyalty-start:before{content:""}.ms-defense:before{content:""}.ms-defense-border:before{content:""}.ms-level:before{content:""}.ms-level:after{content:""}.ms-dfc-back:before{content:""}.ms-dfc-day:before{content:""}.ms-dfc-emrakul:before{content:""}.ms-dfc-enchantment:before{content:""}.ms-dfc-facedown:before{content:""}.ms-dfc-front:before{content:""}.ms-dfc-ignite:before{content:""}.ms-dfc-land:before{content:""}.ms-dfc-lesson:before{content:""}.ms-dfc-meld:before{content:""}.ms-dfc-modal-back:before{content:""}.ms-dfc-modal-face:before{content:""}.ms-dfc-moon:before{content:""}.ms-dfc-night:before{content:""}.ms-dfc-saga:before{content:""}.ms-dfc-saga-creature:before{content:""}.ms-dfc-spark:before{content:""}.ms-flashback:before{content:""}.ms-power:before{content:""}.ms-power-mtga:before{content:""}.ms-toughness:before{content:""}.ms-toughness-mtga:before{content:""}.ms-artist-brush:before{content:""}.ms-artist-nib:before{content:""}.ms-guild-azorius:before,.ms-watermark-azorius:before{content:""}.ms-guild-boros:before,.ms-watermark-boros:before{content:""}.ms-guild-dimir:before,.ms-watermark-dimir:before{content:""}.ms-guild-golgari:before,.ms-watermark-golgari:before{content:""}.ms-guild-gruul:before,.ms-watermark-gruul:before{content:""}.ms-guild-izzet:before,.ms-watermark-izzet:before{content:""}.ms-guild-orzhov:before,.ms-watermark-orzhov:before{content:""}.ms-guild-rakdos:before,.ms-watermark-rakdos:before{content:""}.ms-guild-selesnya:before,.ms-watermark-selesnya:before{content:""}.ms-guild-simic:before,.ms-watermark-simic:before{content:""}.ms-clan-abzan:before,.ms-watermark-abzan:before{content:""}.ms-clan-jeskai:before,.ms-watermark-jeskai:before{content:""}.ms-clan-mardu:before,.ms-watermark-mardu:before{content:""}.ms-clan-sultai:before,.ms-watermark-sultai:before{content:""}.ms-clan-temur:before,.ms-watermark-temur:before{content:""}.ms-clan-atarka:before,.ms-watermark-atarka:before{content:""}.ms-clan-dromoka:before,.ms-watermark-dromoka:before{content:""}.ms-clan-kolaghan:before,.ms-watermark-kolaghan:before{content:""}.ms-clan-ojutai:before,.ms-watermark-ojutai:before{content:""}.ms-clan-silumgar:before,.ms-watermark-silumgar:before{content:""}.ms-party-cleric:before{content:""}.ms-party-rogue:before{content:""}.ms-party-warrior:before{content:""}.ms-party-wizard:before{content:""}.ms-polis-setessa:before{content:""}.ms-polis-akros:before{content:""}.ms-polis-meletis:before{content:""}.ms-school-lorehold:before,.ms-watermark-lorehold:before{content:""}.ms-school-prismari:before,.ms-watermark-prismari:before{content:""}.ms-school-quandrix:before,.ms-watermark-quandrix:before{content:""}.ms-school-silverquill:before,.ms-watermark-silverquill:before{content:""}.ms-school-witherbloom:before,.ms-watermark-witherbloom:before{content:""}.ms-counter-arrow:before{content:""}.ms-counter-brick:before{content:""}.ms-counter-brick-print:before{content:""}.ms-counter-charge:before{content:""}.ms-counter-charge-print:before{content:""}.ms-counter-damage:before{content:""}.ms-counter-deathtouch:before{content:""}.ms-counter-devotion:before{content:""}.ms-counter-doom:before{content:""}.ms-counter-echo:before{content:""}.ms-counter-finality:before,.ms-ability-finality:before{content:""}.ms-counter-flame:before{content:""}.ms-counter-flood:before{content:""}.ms-counter-fungus:before{content:""}.ms-counter-gold:before{content:""}.ms-counter-ki:before{content:""}.ms-counter-lore:before{content:""}.ms-counter-loyalty:before{content:""}.ms-counter-mining:before{content:""}.ms-counter-minus:before{content:""}.ms-counter-minus-uneven:before{content:""}.ms-counter-muster:before{content:""}.ms-counter-paw:before{content:""}.ms-counter-pin:before{content:""}.ms-counter-plus:before{content:""}.ms-counter-plus-uneven:before{content:""}.ms-counter-rad:before{content:""}.ms-counter-scream:before{content:""}.ms-counter-skeleton:before{content:""}.ms-counter-skull:before{content:""}.ms-counter-slime:before{content:""}.ms-counter-time:before{content:""}.ms-counter-verse:before{content:""}.ms-counter-void:before{content:""}.ms-counter-vortex:before{content:""}.ms-counter-shield:before{content:""}.ms-counter-stun:before{content:""}.ms-ability-activated:before,.ms-ability-crew:before,.ms-ability-cycling:before{content:""}.ms-ability-adamant:before{content:""}.ms-ability-adapt:before{content:""}.ms-ability-addendum:before{content:""}.ms-ability-adventure:before{content:""}.ms-ability-afflict:before{content:""}.ms-ability-afterlife:before{content:""}.ms-ability-aftermath:before{content:""}.ms-ability-alliance:before{content:""}.ms-ability-amass-orcs:before{content:""}.ms-ability-amass-zombies:before,.ms-ability-amass:before{content:""}.ms-ability-ascend:before{content:""}.ms-ability-backup:before{content:""}.ms-ability-bargain:before{content:""}.ms-ability-blitz:before{content:""}.ms-ability-boast:before{content:""}.ms-ability-case-solved:before{content:""}.ms-ability-case-solved-print:before{content:""}.ms-ability-casualty:before{content:""}.ms-ability-celebration:before{content:""}.ms-ability-changeling:before{content:""}.ms-ability-channel:before{content:""}.ms-ability-cleave:before{content:""}.ms-ability-cloak:before{content:""}.ms-ability-collect-evidence:before{content:""}.ms-ability-combat-condition:before{content:""}.ms-ability-companion:before{content:""}.ms-ability-constellation:before{content:""}.ms-ability-convoke-original:before{content:""}.ms-ability-convoke:before{content:""}.ms-ability-corrupted:before{content:""}.ms-ability-craft:before{content:""}.ms-ability-crime:before{content:""}.ms-ability-coven:before{content:""}.ms-ability-d20:before{content:""}.ms-ability-day-night:before{content:""}.ms-ability-daybound-nightbound:before{content:""}.ms-ability-deathtouch:before{content:""}.ms-ability-decayed:before{content:""}.ms-ability-defender:before{content:""}.ms-ability-delve:before{content:""}.ms-ability-descend:before{content:""}.ms-ability-devotion:before{content:""}.ms-ability-discover:before{content:""}.ms-ability-disguise:before{content:""}.ms-ability-disturb:before{content:""}.ms-ability-domain:before{content:""}.ms-ability-double-strike:before{content:""}.ms-ability-dungeon:before{content:""}.ms-ability-eerie:before{content:""}.ms-ability-embalm:before{content:""}.ms-ability-enlist:before{content:""}.ms-ability-enrage:before{content:""}.ms-ability-enrage-original:before{content:""}.ms-ability-escape:before{content:""}.ms-ability-eternalize:before{content:""}.ms-ability-exalted:before{content:""}.ms-ability-expend:before{content:""}.ms-ability-exploit:before{content:""}.ms-ability-explore:before{content:""}.ms-ability-fabricate:before{content:""}.ms-ability-ferocious:before{content:""}.ms-ability-first-strike:before{content:""}.ms-ability-flash:before{content:""}.ms-ability-flying:before{content:""}.ms-ability-for-mirrodin:before{content:""}.ms-ability-forage:before{content:""}.ms-ability-foretell:before,.ms-watermark-foretell:before{content:""}.ms-ability-gift:before{content:""}.ms-ability-goad:before,.ms-counter-goad:before{content:""}.ms-ability-haste:before{content:""}.ms-ability-hexproof:before{content:""}.ms-ability-hexproof-black:before{content:""}.ms-ability-hexproof-blue:before{content:""}.ms-ability-hexproof-green:before{content:""}.ms-ability-hexproof-red:before{content:""}.ms-ability-hexproof-white:before{content:""}.ms-ability-hideaway:before{content:""}.ms-ability-impending:before{content:""}.ms-ability-improvise:before{content:""}.ms-ability-incubate:before{content:""}.ms-ability-indestructible:before{content:""}.ms-ability-investigate:before{content:""}.ms-ability-jumpstart:before{content:""}.ms-ability-kicker:before{content:""}.ms-ability-landfall:before{content:""}.ms-ability-learn:before{content:""}.ms-ability-lifelink:before{content:""}.ms-ability-lifelink-original:before{content:""}.ms-ability-magecraft:before{content:""}.ms-ability-manifest-dread:before{content:""}.ms-ability-meld:before{content:""}.ms-ability-menace:before{content:""}.ms-ability-mentor:before{content:""}.ms-ability-morph:before{content:""}.ms-ability-mutate:before{content:""}.ms-ability-ninjutsu:before{content:""}.ms-ability-obscura:before{content:""}.ms-ability-offspring:before{content:""}.ms-ability-outlast:before{content:""}.ms-ability-party:before{content:""}.ms-ability-phyrexian:before{content:""}.ms-ability-plot:before{content:""}.ms-ability-proliferate:before{content:""}.ms-ability-prototype:before{content:""}.ms-ability-prowess:before{content:""}.ms-ability-raid:before{content:""}.ms-ability-reach:before{content:""}.ms-ability-read-ahead:before{content:""}.ms-ability-reconfigure:before{content:""}.ms-ability-revolt:before{content:""}.ms-ability-ring-bearer:before{content:""}.ms-ability-riot:before{content:""}.ms-ability-role-cursed:before{content:""}.ms-ability-role-monster:before{content:""}.ms-ability-role-royal:before{content:""}.ms-ability-role-sorceror:before{content:""}.ms-ability-role-wicked:before{content:""}.ms-ability-role-young-hero:before{content:""}.ms-ability-saddle:before{content:""}.ms-ability-specialize:before{content:""}.ms-ability-spectacle:before{content:""}.ms-ability-spree:before{content:""}.ms-ability-static:before,.ms-ability-enchant:before{content:""}.ms-ability-summoning-sickness:before{content:""}.ms-ability-surveil:before{content:""}.ms-ability-surveil-original:before{content:""}.ms-ability-survival:before{content:""}.ms-ability-suspect:before{content:""}.ms-ability-the-ring-tempts-you:before{content:""}.ms-ability-toxic:before{content:""}.ms-ability-training:before{content:""}.ms-ability-trample:before{content:""}.ms-ability-transform:before{content:""}.ms-ability-triggered:before{content:""}.ms-ability-undergrowth:before{content:""}.ms-ability-unearth:before{content:""}.ms-ability-valiant:before{content:""}.ms-ability-vigilance:before{content:""}.ms-ability-ward:before{content:""}.ms-ability-haktos-the-unscarred:before{content:""}.ms-ability-robber-of-the-rich:before{content:""}.ms-ability-duels-annihilator:before,.ms-ability-annihilator:before{content:""}.ms-ability-duels-battle-cry:before,.ms-ability-battle-cry:before{content:""}.ms-ability-duels-unblockable:before,.ms-ability-unblockable:before{content:""}.ms-ability-duels-cannot-block:before,.ms-ability-cannot-block:before{content:""}.ms-ability-duels-cannot-untap:before,.ms-ability-cannot-untap:before{content:""}.ms-ability-duels-cohort:before,.ms-ability-cohort:before{content:""}.ms-ability-duels-copy:before,.ms-ability-copy:before{content:""}.ms-ability-duels-deathtouch:before{content:""}.ms-ability-duels-defender:before{content:""}.ms-ability-duels-delirium:before,.ms-ability-delirium:before{content:""}.ms-ability-duels-detain:before,.ms-ability-detain:before{content:""}.ms-ability-duels-double-strike:before{content:""}.ms-ability-duels-dfc:before,.ms-ability-dfc:before{content:""}.ms-ability-duels-evolve:before,.ms-ability-evolve:before{content:""}.ms-ability-duels-exalted:before{content:""}.ms-ability-duels-exile:before,.ms-ability-exile:before{content:""}.ms-ability-duels-fading:before,.ms-ability-fading:before{content:""}.ms-ability-duels-fear:before,.ms-ability-fear:before{content:""}.ms-ability-duels-first-strike:before{content:""}.ms-ability-duels-flying:before{content:""}.ms-ability-duels-forestwalk:before,.ms-ability-forestwalk:before{content:""}.ms-ability-duels-haste:before{content:""}.ms-ability-duels-haunt:before,.ms-ability-haunt:before{content:""}.ms-ability-duels-hexproof:before{content:""}.ms-ability-duels-indestructible:before{content:""}.ms-ability-duels-infect:before,.ms-ability-infect:before{content:""}.ms-ability-duels-ingest:before,.ms-ability-ingest:before{content:""}.ms-ability-duels-intimidate:before,.ms-ability-intimidate:before{content:""}.ms-ability-duels-islandwalk:before,.ms-ability-islandwalk:before{content:""}.ms-ability-duels-legendary:before,.ms-ability-legendary:before{content:""}.ms-ability-duels-lifelink:before{content:""}.ms-ability-duels-menace:before{content:""}.ms-ability-duels-monstrous:before,.ms-ability-monstrous:before{content:""}.ms-ability-duels-mountainwalk:before,.ms-ability-mountainwalk:before{content:""}.ms-ability-duels-must-attack:before,.ms-ability-must-attack:before{content:""}.ms-ability-duels-plainswalk:before,.ms-ability-plainswalk:before{content:""}.ms-ability-duels-prevent-damage:before,.ms-ability-prevent-damage:before{content:""}.ms-ability-duels-protection-black:before,.ms-ability-protection-black:before{content:""}.ms-ability-duels-protection-blue:before,.ms-ability-protection-blue:before{content:""}.ms-ability-duels-protection-green:before,.ms-ability-protection-green:before{content:""}.ms-ability-duels-protection-red:before,.ms-ability-protection-red:before{content:""}.ms-ability-duels-protection-white:before,.ms-ability-protection-white:before{content:""}.ms-ability-duels-protection:before,.ms-ability-protection:before{content:""}.ms-ability-duels-rally:before,.ms-ability-rally:before{content:""}.ms-ability-duels-regenerate:before,.ms-ability-regenerate:before{content:""}.ms-ability-duels-renowned:before,.ms-ability-renowned:before{content:""}.ms-ability-duels-shroud:before,.ms-ability-shroud:before{content:""}.ms-ability-duels-skulk:before,.ms-ability-skulk:before{content:""}.ms-ability-duels-soulshift:before,.ms-ability-soulshift:before{content:""}.ms-ability-duels-swampwalk:before,.ms-ability-swampwalk:before{content:""}.ms-ability-duels-temporary-control:before,.ms-ability-temporary-control:before{content:""}.ms-ability-duels-totem-armor:before,.ms-ability-totem-armor:before{content:""}.ms-ability-duels-trample:before{content:""}.ms-ability-duels-undying:before,.ms-ability-undying:before{content:""}.ms-ability-duels-vigilance:before{content:""}.ms-watermark-agentsofsneak:before{content:""}.ms-watermark-arena:before{content:""}.ms-watermark-brokers:before{content:""}.ms-watermark-cabaretti:before{content:""}.ms-watermark-colorpie:before{content:""}.ms-watermark-conspiracy:before{content:""}.ms-watermark-corocoro:before{content:""}.ms-watermark-crossbreedlabs:before{content:""}.ms-watermark-cutiemark-apples:before{content:""}.ms-watermark-cutiemark-balloons:before{content:""}.ms-watermark-cutiemark-butterflies:before{content:""}.ms-watermark-cutiemark-gems:before{content:""}.ms-watermark-cutiemark-rainbow:before{content:""}.ms-watermark-cutiemark-sparkle:before{content:""}.ms-watermark-cutiemark-waningmoon:before{content:""}.ms-watermark-cutiemark-waxingmoon:before{content:""}.ms-watermark-dci:before{content:""}.ms-watermark-dengekimaoh:before{content:""}.ms-watermark-desparked:before{content:""}.ms-watermark-dnd:before{content:""}.ms-watermark-flavor-aestheticconsultation:before{content:""}.ms-watermark-flavor-farewelltoarms:before{content:""}.ms-watermark-flavor-monkeymonkeymonkey:before{content:""}.ms-watermark-flavor-moxlotus:before{content:""}.ms-watermark-flavor-myfirsttome:before{content:""}.ms-watermark-flavor-shoetree:before{content:""}.ms-watermark-flavor-whenfluffybunniesattack:before{content:""}.ms-watermark-flavor-manascrew:before{content:""}.ms-watermark-fnm:before{content:""}.ms-watermark-goblinexplosioneers:before{content:""}.ms-watermark-grandprix:before{content:""}.ms-watermark-grandprix2:before{content:""}.ms-watermark-herospath:before{content:""}.ms-watermark-herospath-1:before{content:""}.ms-watermark-herospath-2:before{content:""}.ms-watermark-herospath-3:before{content:""}.ms-watermark-herospath-4:before{content:""}.ms-watermark-herospath-5:before{content:""}.ms-watermark-herospath-6:before{content:""}.ms-watermark-herospath-7:before{content:""}.ms-watermark-herospath-8:before{content:""}.ms-watermark-herospath-9:before{content:""}.ms-watermark-japanjunior:before{content:""}.ms-watermark-judgeacademy:before{content:""}.ms-watermark-junior:before{content:""}.ms-watermark-juniorapac:before{content:""}.ms-watermark-junioreurope:before{content:""}.ms-watermark-leagueofdastardlydoom:before{content:""}.ms-watermark-maestros:before{content:""}.ms-watermark-mirran:before{content:""}.ms-watermark-mps:before{content:""}.ms-watermark-mtg:before{content:""}.ms-watermark-mtg10:before{content:""}.ms-watermark-mtg15:before{content:""}.ms-watermark-nerf:before{content:""}.ms-watermark-obscura:before{content:""}.ms-watermark-orderofthewidget:before{content:""}.ms-watermark-protour:before{content:""}.ms-watermark-riveteers:before{content:""}.ms-watermark-scholarship:before{content:""}.ms-watermark-transformers:before{content:""}.ms-watermark-trumpkatsumai:before{content:""}.ms-watermark-wotc:before{content:""}.ms-watermark-wpn:before{content:""}.ms-cost{background-color:#beb9b2;border-radius:1em;color:#111;font-size:.95em;width:1.3em;height:1.3em;line-height:1.35em;text-align:center}.ms-cost.ms-w,.ms-cost.ms-wp{background-color:#f0f2c0}.ms-cost.ms-u,.ms-cost.ms-up{background-color:#b5cde3}.ms-cost.ms-b,.ms-cost.ms-bp{background-color:#aca29a}.ms-cost.ms-r,.ms-cost.ms-rp{background-color:#db8664}.ms-cost.ms-g,.ms-cost.ms-gp{background-color:#93b483}.ms-cost.ms-wu,.ms-cost.ms-wb,.ms-cost.ms-ub,.ms-cost.ms-ur,.ms-cost.ms-br,.ms-cost.ms-bg,.ms-cost.ms-rw,.ms-cost.ms-rg,.ms-cost.ms-gw,.ms-cost.ms-gu,.ms-cost.ms-2w,.ms-cost.ms-2u,.ms-cost.ms-2b,.ms-cost.ms-2r,.ms-cost.ms-2g,.ms-cost.ms-cw,.ms-cost.ms-cu,.ms-cost.ms-cb,.ms-cost.ms-cr,.ms-cost.ms-cg,.ms-cost.ms-wup,.ms-cost.ms-wbp,.ms-cost.ms-ubp,.ms-cost.ms-urp,.ms-cost.ms-brp,.ms-cost.ms-bgp,.ms-cost.ms-rwp,.ms-cost.ms-rgp,.ms-cost.ms-gwp,.ms-cost.ms-gup{--ms-split-top: var(--ms-mana-c);--ms-split-bottom: var(--ms-mana-u);background:var(--ms-split-top);background:-moz-linear-gradient(135deg,var(--ms-split-top) 0%,var(--ms-split-top) 50%,var(--ms-split-bottom) 50%,var(--ms-split-bottom) 100%);background:-webkit-linear-gradient(135deg,var(--ms-split-top) 0%,var(--ms-split-top) 50%,var(--ms-split-bottom) 50%,var(--ms-split-bottom) 100%);background:linear-gradient(135deg,var(--ms-split-top) 0%,var(--ms-split-top) 50%,var(--ms-split-bottom) 50%,var(--ms-split-bottom) 100%);position:relative;width:1.3em;height:1.3em}.ms-cost.ms-wu:before,.ms-cost.ms-wu:after,.ms-cost.ms-wb:before,.ms-cost.ms-wb:after,.ms-cost.ms-ub:before,.ms-cost.ms-ub:after,.ms-cost.ms-ur:before,.ms-cost.ms-ur:after,.ms-cost.ms-br:before,.ms-cost.ms-br:after,.ms-cost.ms-bg:before,.ms-cost.ms-bg:after,.ms-cost.ms-rw:before,.ms-cost.ms-rw:after,.ms-cost.ms-rg:before,.ms-cost.ms-rg:after,.ms-cost.ms-gw:before,.ms-cost.ms-gw:after,.ms-cost.ms-gu:before,.ms-cost.ms-gu:after,.ms-cost.ms-2w:before,.ms-cost.ms-2w:after,.ms-cost.ms-2u:before,.ms-cost.ms-2u:after,.ms-cost.ms-2b:before,.ms-cost.ms-2b:after,.ms-cost.ms-2r:before,.ms-cost.ms-2r:after,.ms-cost.ms-2g:before,.ms-cost.ms-2g:after,.ms-cost.ms-cw:before,.ms-cost.ms-cw:after,.ms-cost.ms-cu:before,.ms-cost.ms-cu:after,.ms-cost.ms-cb:before,.ms-cost.ms-cb:after,.ms-cost.ms-cr:before,.ms-cost.ms-cr:after,.ms-cost.ms-cg:before,.ms-cost.ms-cg:after,.ms-cost.ms-wup:before,.ms-cost.ms-wup:after,.ms-cost.ms-wbp:before,.ms-cost.ms-wbp:after,.ms-cost.ms-ubp:before,.ms-cost.ms-ubp:after,.ms-cost.ms-urp:before,.ms-cost.ms-urp:after,.ms-cost.ms-brp:before,.ms-cost.ms-brp:after,.ms-cost.ms-bgp:before,.ms-cost.ms-bgp:after,.ms-cost.ms-rwp:before,.ms-cost.ms-rwp:after,.ms-cost.ms-rgp:before,.ms-cost.ms-rgp:after,.ms-cost.ms-gwp:before,.ms-cost.ms-gwp:after,.ms-cost.ms-gup:before,.ms-cost.ms-gup:after{font-size:.55em!important;position:absolute}.ms-cost.ms-wu:before,.ms-cost.ms-wb:before,.ms-cost.ms-ub:before,.ms-cost.ms-ur:before,.ms-cost.ms-br:before,.ms-cost.ms-bg:before,.ms-cost.ms-rw:before,.ms-cost.ms-rg:before,.ms-cost.ms-gw:before,.ms-cost.ms-gu:before,.ms-cost.ms-2w:before,.ms-cost.ms-2u:before,.ms-cost.ms-2b:before,.ms-cost.ms-2r:before,.ms-cost.ms-2g:before,.ms-cost.ms-cw:before,.ms-cost.ms-cu:before,.ms-cost.ms-cb:before,.ms-cost.ms-cr:before,.ms-cost.ms-cg:before,.ms-cost.ms-wup:before,.ms-cost.ms-wbp:before,.ms-cost.ms-ubp:before,.ms-cost.ms-urp:before,.ms-cost.ms-brp:before,.ms-cost.ms-bgp:before,.ms-cost.ms-rwp:before,.ms-cost.ms-rgp:before,.ms-cost.ms-gwp:before,.ms-cost.ms-gup:before{top:-.38em;left:.28em}.ms-cost.ms-wu:after,.ms-cost.ms-wb:after,.ms-cost.ms-ub:after,.ms-cost.ms-ur:after,.ms-cost.ms-br:after,.ms-cost.ms-bg:after,.ms-cost.ms-rw:after,.ms-cost.ms-rg:after,.ms-cost.ms-gw:after,.ms-cost.ms-gu:after,.ms-cost.ms-2w:after,.ms-cost.ms-2u:after,.ms-cost.ms-2b:after,.ms-cost.ms-2r:after,.ms-cost.ms-2g:after,.ms-cost.ms-cw:after,.ms-cost.ms-cu:after,.ms-cost.ms-cb:after,.ms-cost.ms-cr:after,.ms-cost.ms-cg:after,.ms-cost.ms-wup:after,.ms-cost.ms-wbp:after,.ms-cost.ms-ubp:after,.ms-cost.ms-urp:after,.ms-cost.ms-brp:after,.ms-cost.ms-bgp:after,.ms-cost.ms-rwp:after,.ms-cost.ms-rgp:after,.ms-cost.ms-gwp:after,.ms-cost.ms-gup:after{top:.5em;left:1em}.ms-cost.ms-wu,.ms-cost.ms-wup{--ms-split-top: var(--ms-mana-w)}.ms-cost.ms-wb,.ms-cost.ms-wbp{--ms-split-top: var(--ms-mana-w);--ms-split-bottom: var(--ms-mana-b)}.ms-cost.ms-ub,.ms-cost.ms-ubp{--ms-split-top: var(--ms-mana-u);--ms-split-bottom: var(--ms-mana-b)}.ms-cost.ms-ur,.ms-cost.ms-urp{--ms-split-top: var(--ms-mana-u);--ms-split-bottom: var(--ms-mana-r)}.ms-cost.ms-br,.ms-cost.ms-brp{--ms-split-top: var(--ms-mana-b);--ms-split-bottom: var(--ms-mana-r)}.ms-cost.ms-bg,.ms-cost.ms-bgp{--ms-split-top: var(--ms-mana-b);--ms-split-bottom: var(--ms-mana-g)}.ms-cost.ms-rw,.ms-cost.ms-rwp{--ms-split-top: var(--ms-mana-r);--ms-split-bottom: var(--ms-mana-w)}.ms-cost.ms-rg,.ms-cost.ms-rgp{--ms-split-top: var(--ms-mana-r);--ms-split-bottom: var(--ms-mana-g)}.ms-cost.ms-gw,.ms-cost.ms-gwp{--ms-split-top: var(--ms-mana-g);--ms-split-bottom: var(--ms-mana-w)}.ms-cost.ms-gu,.ms-cost.ms-gup{--ms-split-top: var(--ms-mana-g)}.ms-cost.ms-2w,.ms-cost.ms-cw{--ms-split-bottom: var(--ms-mana-w)}.ms-cost.ms-2b,.ms-cost.ms-cb{--ms-split-bottom: var(--ms-mana-b)}.ms-cost.ms-2r,.ms-cost.ms-cr{--ms-split-bottom: var(--ms-mana-r)}.ms-cost.ms-2g,.ms-cost.ms-cg{--ms-split-bottom: var(--ms-mana-g)}.ms-cost.ms-p:before{display:inline-block;-moz-transform:scale(1.2,1.2);-webkit-transform:scale(1.2,1.2);transform:scale(1.2)}.ms-cost.ms-wp:before,.ms-cost.ms-up:before,.ms-cost.ms-bp:before,.ms-cost.ms-rp:before,.ms-cost.ms-gp:before,.ms-cost.ms-cw:before,.ms-cost.ms-cu:before,.ms-cost.ms-cb:before,.ms-cost.ms-cr:before,.ms-cost.ms-cg:before,.ms-cost.ms-wup:before,.ms-cost.ms-wbp:before,.ms-cost.ms-ubp:before,.ms-cost.ms-urp:before,.ms-cost.ms-brp:before,.ms-cost.ms-bgp:before,.ms-cost.ms-rwp:before,.ms-cost.ms-rgp:before,.ms-cost.ms-gwp:before,.ms-cost.ms-gup:before,.ms-cost.ms-wup:after,.ms-cost.ms-wbp:after,.ms-cost.ms-ubp:after,.ms-cost.ms-urp:after,.ms-cost.ms-brp:after,.ms-cost.ms-bgp:after,.ms-cost.ms-rwp:after,.ms-cost.ms-rgp:after,.ms-cost.ms-gwp:after,.ms-cost.ms-gup:after{display:inline-block;transform:scale(1.2) translate(.01rem) translateY(-.03rem)}.ms-cost.ms-tap-alt:before{display:inline-block;transform:scale(1.2);padding-left:.06em;padding-bottom:.1em}.ms-cost.ms-s:before{color:#fff;-webkit-text-stroke:2px #fff;font-size:.85em;top:-.05em;position:relative;display:inline-block}.ms-cost.ms-s:after{content:"";position:absolute;color:#333;margin-left:-.9em;font-size:1.1em}.ms-cost.ms-s-mtga:before{color:#fff}.ms-cost.ms-untap{background-color:#111;color:#fff}.ms-cost.ms-shadow{box-shadow:-.06em .07em #111,0 .06em #111}.ms-cost.ms-shadow.ms-untap{box-shadow:-.06em .07em #fff,0 .06em #fff}.ms-split{position:relative;width:1.3em;height:1.3em}.ms-split:before,.ms-split:after{font-size:.55em!important;position:absolute}.ms-split:before{top:-.38em;left:.28em}.ms-split:after{top:.5em;left:1em}span.ms-half{width:.675em;overflow:hidden;display:inline-block;margin-left:.675em}span.ms-half>.ms-cost{margin-left:-.675em}.ms-half{width:.675em;margin-left:.675em;overflow:hidden;border-radius:0 1em 1em 0}.ms-half:before{margin-left:-.65em}.ms-100{width:2.4em}.ms-1000000{width:5.4em}.ms-loyalty-up,.ms-loyalty-down,.ms-loyalty-zero,.ms-loyalty-start{color:#111;font-size:1.5em;position:relative;text-align:center}.ms-loyalty-start{font-size:2em}.ms-loyalty-zero:after{line-height:2.1em!important}.ms-loyalty-0:after,.ms-loyalty-1:after,.ms-loyalty-2:after,.ms-loyalty-3:after,.ms-loyalty-4:after,.ms-loyalty-5:after,.ms-loyalty-6:after,.ms-loyalty-7:after,.ms-loyalty-8:after,.ms-loyalty-9:after,.ms-loyalty-10:after,.ms-loyalty-11:after,.ms-loyalty-12:after,.ms-loyalty-13:after,.ms-loyalty-14:after,.ms-loyalty-15:after,.ms-loyalty-16:after,.ms-loyalty-17:after,.ms-loyalty-18:after,.ms-loyalty-19:after,.ms-loyalty-20:after,.ms-loyalty-25:after,.ms-loyalty-x:after{color:#fff;display:inline-block;font-size:.5em;font-family:"MPlantin, Garamond, Palatino, 'Times New Roman', Times, serif";position:absolute;left:0;line-height:2.25em;width:100%;text-align:center}.ms-loyalty-0:after{content:"0"}.ms-loyalty-up.ms-loyalty-1:after{content:"+1"}.ms-loyalty-up.ms-loyalty-2:after{content:"+2"}.ms-loyalty-up.ms-loyalty-3:after{content:"+3"}.ms-loyalty-up.ms-loyalty-4:after{content:"+4"}.ms-loyalty-up.ms-loyalty-5:after{content:"+5"}.ms-loyalty-up.ms-loyalty-6:after{content:"+6"}.ms-loyalty-up.ms-loyalty-7:after{content:"+7"}.ms-loyalty-up.ms-loyalty-8:after{content:"+8"}.ms-loyalty-up.ms-loyalty-9:after{content:"+9"}.ms-loyalty-up.ms-loyalty-10:after{content:"+10"}.ms-loyalty-up.ms-loyalty-11:after{content:"+10"}.ms-loyalty-up.ms-loyalty-12:after{content:"+12"}.ms-loyalty-up.ms-loyalty-13:after{content:"+13"}.ms-loyalty-up.ms-loyalty-14:after{content:"+14"}.ms-loyalty-up.ms-loyalty-15:after{content:"+15"}.ms-loyalty-up.ms-loyalty-16:after{content:"+16"}.ms-loyalty-up.ms-loyalty-17:after{content:"+17"}.ms-loyalty-up.ms-loyalty-18:after{content:"+18"}.ms-loyalty-up.ms-loyalty-19:after{content:"+19"}.ms-loyalty-up.ms-loyalty-20:after{content:"+20"}.ms-loyalty-up.ms-loyalty-25:after{content:"+25"}.ms-loyalty-up.ms-loyalty-x:after{content:"+X"}.ms-loyalty-start.ms-loyalty-1:after{content:"1"}.ms-loyalty-start.ms-loyalty-2:after{content:"2"}.ms-loyalty-start.ms-loyalty-3:after{content:"3"}.ms-loyalty-start.ms-loyalty-4:after{content:"4"}.ms-loyalty-start.ms-loyalty-5:after{content:"5"}.ms-loyalty-start.ms-loyalty-6:after{content:"6"}.ms-loyalty-start.ms-loyalty-7:after{content:"7"}.ms-loyalty-start.ms-loyalty-8:after{content:"8"}.ms-loyalty-start.ms-loyalty-9:after{content:"9"}.ms-loyalty-start.ms-loyalty-10:after{content:"10"}.ms-loyalty-start.ms-loyalty-11:after{content:"11"}.ms-loyalty-start.ms-loyalty-12:after{content:"12"}.ms-loyalty-start.ms-loyalty-13:after{content:"13"}.ms-loyalty-start.ms-loyalty-14:after{content:"14"}.ms-loyalty-start.ms-loyalty-15:after{content:"15"}.ms-loyalty-start.ms-loyalty-16:after{content:"16"}.ms-loyalty-start.ms-loyalty-17:after{content:"17"}.ms-loyalty-start.ms-loyalty-18:after{content:"18"}.ms-loyalty-start.ms-loyalty-19:after{content:"19"}.ms-loyalty-start.ms-loyalty-20:after{content:"20"}.ms-loyalty-start.ms-loyalty-25:after{content:"25"}.ms-loyalty-start.ms-loyalty-x:after{content:"X"}.ms-loyalty-down:after{line-height:2em}.ms-loyalty-down.ms-loyalty-1:after{content:"-1"}.ms-loyalty-down.ms-loyalty-2:after{content:"-2"}.ms-loyalty-down.ms-loyalty-3:after{content:"-3"}.ms-loyalty-down.ms-loyalty-4:after{content:"-4"}.ms-loyalty-down.ms-loyalty-5:after{content:"-5"}.ms-loyalty-down.ms-loyalty-6:after{content:"-6"}.ms-loyalty-down.ms-loyalty-7:after{content:"-7"}.ms-loyalty-down.ms-loyalty-8:after{content:"-8"}.ms-loyalty-down.ms-loyalty-9:after{content:"-9"}.ms-loyalty-down.ms-loyalty-10:after{content:"-10"}.ms-loyalty-down.ms-loyalty-11:after{content:"-11"}.ms-loyalty-down.ms-loyalty-12:after{content:"-12"}.ms-loyalty-down.ms-loyalty-13:after{content:"-13"}.ms-loyalty-down.ms-loyalty-14:after{content:"-14"}.ms-loyalty-down.ms-loyalty-15:after{content:"-15"}.ms-loyalty-down.ms-loyalty-16:after{content:"-16"}.ms-loyalty-down.ms-loyalty-17:after{content:"-17"}.ms-loyalty-down.ms-loyalty-18:after{content:"-18"}.ms-loyalty-down.ms-loyalty-19:after{content:"-19"}.ms-loyalty-down.ms-loyalty-20:after{content:"-20"}.ms-loyalty-down.ms-loyalty-25:after{content:"-25"}.ms-loyalty-down.ms-loyalty-x:after{content:"-X"}.ms-loyalty-outline:before{color:transparent;-webkit-text-stroke:.03em #111}.ms-loyalty-outline:after{color:#111}.ms-loyalty-outline.ms-loyalty-start{font-size:1.6em}.ms-saga{color:#111}.ms-saga-1:after,.ms-saga-2:after,.ms-saga-3:after,.ms-saga-4:after,.ms-saga-5:after,.ms-saga-6:after{color:#fff;display:inline-block;font-size:.6em;font-family:"MPlantin, Garamond, Palatino, 'Times New Roman', Times, serif";position:absolute;left:0;line-height:2em;width:100%;text-align:center}.ms-saga-1:after{content:"I"}.ms-saga-2:after{content:"II"}.ms-saga-3:after{content:"III"}.ms-saga-4:after{content:"IV"}.ms-saga-5:after{content:"V"}.ms-saga-6:after{content:"VI"}.ms-level>span{font-size:.33em;position:absolute;left:0;top:0;color:#000;font-family:"MPlantin, Garamond, Palatino, 'Times New Roman', Times, serif";width:76%;text-align:center;line-height:3.8}.ms-level:after{color:rgba(0,0,0,.25);display:block;font-size:1em;height:100%;left:0;position:absolute;top:0;width:100%}.ms-defense{color:#111;font-size:1.5em;position:relative;text-align:center}.ms-defense-0:after,.ms-defense-1:after,.ms-defense-2:after,.ms-defense-3:after,.ms-defense-4:after,.ms-defense-5:after,.ms-defense-6:after,.ms-defense-7:after,.ms-defense-8:after,.ms-defense-9:after,.ms-defense-10:after,.ms-defense-11:after,.ms-defense-12:after,.ms-defense-13:after,.ms-defense-14:after,.ms-defense-15:after,.ms-defense-16:after,.ms-defense-17:after,.ms-defense-18:after,.ms-defense-19:after,.ms-defense-20:after,.ms-defense-25:after,.ms-defense-x:after{color:#fff;display:inline-block;font-size:.5em;font-family:"MPlantin, Garamond, Palatino, 'Times New Roman', Times, serif";position:absolute;left:0;line-height:2.25em;width:100%;text-align:center}.ms-defense-0:after{content:"0"}.ms-defense-1:after{content:"1"}.ms-defense-2:after{content:"2"}.ms-defense-3:after{content:"3"}.ms-defense-4:after{content:"4"}.ms-defense-5:after{content:"5"}.ms-defense-6:after{content:"6"}.ms-defense-7:after{content:"7"}.ms-defense-8:after{content:"8"}.ms-defense-9:after{content:"9"}.ms-defense-10:after{content:"10"}.ms-defense-11:after{content:"11"}.ms-defense-12:after{content:"12"}.ms-defense-13:after{content:"13"}.ms-defense-14:after{content:"14"}.ms-defense-15:after{content:"15"}.ms-defense-16:after{content:"16"}.ms-defense-17:after{content:"17"}.ms-defense-18:after{content:"18"}.ms-defense-19:after{content:"19"}.ms-defense-20:after{content:"20"}.ms-defense-25:after{content:"25"}.ms-defense-outline:before{content:""}.ms-defense-outline:after{color:#111}.ms-defense-print{display:list-item;list-style-position:inside;width:.9em}.ms-defense-print:before{color:#fff;content:"";position:absolute;left:0;top:0;text-shadow:0 0 5px #333}.ms-defense-print::marker{content:"";color:#111}.ms-dfc{color:#111;border:.05em solid #111;border-radius:2em;padding:.025em}.ms-2x{font-size:1.75em}.ms-3x{font-size:2.25em}.ms-4x{font-size:3em}.ms-5x{font-size:3.75em}.ms-6x{font-size:4.5em}.ms-fw{width:1em;text-align:center}.ms-duo{color:#fff}.ms-duo:after{color:#000;content:"";display:block;font-size:1em;height:100%;left:0;position:absolute;top:0;width:100%}.ms-duo.ms-multicolor:after{content:""}.ms-duo.ms-school-lorehold:after{content:""}.ms-duo.ms-school-prismari:after{content:""}.ms-duo.ms-school-quandrix:after{content:""}.ms-duo.ms-school-silverquill:after{content:""}.ms-duo.ms-school-witherbloom:before{content:""}.ms-duo.ms-school-witherbloom:after{content:""}.ms-duo-color:before{color:#010101}.ms-duo-color.ms-multicolor:after{color:#cca753}.ms-duo-color.ms-multicolor.ms-grad:after{background:linear-gradient(45deg,#cca54f,#e0d3bb,#cca54f);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.ms-duo-color.ms-school-lorehold:before{color:#a03731}.ms-duo-color.ms-school-lorehold:after{color:#e4e8c7}.ms-duo-color.ms-school-prismari:before{color:#a23431}.ms-duo-color.ms-school-prismari:after{color:#322f5c}.ms-duo-color.ms-school-quandrix:before{color:#352e5f}.ms-duo-color.ms-school-quandrix:after{color:#519e52}.ms-duo-color.ms-school-silverquill:before{color:#181616}.ms-duo-color.ms-school-silverquill:after{color:#e5e9ca}.ms-duo-color.ms-school-witherbloom:before{color:#2f312d}.ms-duo-color.ms-school-witherbloom:after{color:#4f9b4f}.ms-ci{border-radius:100%;box-shadow:inset 0 0 1px #fff;line-height:.95em;width:1em;height:1em}.ms-ci:before{color:#010101}.ms-ci-1:before{content:""}.ms-ci-2:before{content:""}.ms-ci-3:before{content:""}.ms-ci-4:before{content:""}.ms-ci-5:before{content:""}.ms-ci-w{background:#fff}.ms-ci-u{background:#3b6ba0}.ms-ci-b{background:#383431}.ms-ci-r{background:#c6553e}.ms-ci-g{background:#3d684b}.ms-ci-wu,.ms-ci-uw,.ms-ci-azorius{background:conic-gradient(#fff 45deg,#3b6ba0 45deg,#3b6ba0 225deg,#fff 225deg)}.ms-ci-wb,.ms-ci-bw,.ms-ci-orzhov{background:conic-gradient(#fff 45deg,#383431 45deg,#383431 225deg,#fff 225deg)}.ms-ci-ub,.ms-ci-bu,.ms-ci-dimir{background:conic-gradient(#3b6ba0 45deg,#383431 45deg,#383431 225deg,#3b6ba0 225deg)}.ms-ci-ur,.ms-ci-ru,.ms-ci-izzet{background:conic-gradient(#3b6ba0 45deg,#c6553e 45deg,#c6553e 225deg,#3b6ba0 225deg)}.ms-ci-bg,.ms-ci-gb,.ms-ci-golgari,.ms-ci-rock{background:conic-gradient(#383431 45deg,#3d684b 45deg,#3d684b 225deg,#383431 225deg)}.ms-ci-br,.ms-ci-rb,.ms-ci-rakdos{background:conic-gradient(#383431 45deg,#c6553e 45deg,#c6553e 225deg,#383431 225deg)}.ms-ci-rw,.ms-ci-wr,.ms-ci-boros{background:conic-gradient(#c6553e 45deg,#fff 45deg,#fff 225deg,#c6553e 225deg)}.ms-ci-rg,.ms-ci-gr,.ms-ci-gruul{background:conic-gradient(#c6553e 45deg,#3d684b 45deg,#3d684b 225deg,#c6553e 225deg)}.ms-ci-gu,.ms-ci-ug,.ms-ci-simic{background:conic-gradient(#3d684b 45deg,#3b6ba0 45deg,#3b6ba0 225deg,#3d684b 225deg)}.ms-ci-gw,.ms-ci-wg,.ms-ci-selesnya{background:conic-gradient(#3d684b 45deg,#fff 45deg,#fff 225deg,#3d684b 225deg)}.ms-ci-wug,.ms-ci-wgu,.ms-ci-ugw,.ms-ci-uwg,.ms-ci-gwu,.ms-ci-guw,.ms-ci-bant{background:conic-gradient(#3b6ba0 60deg,#3d684b 60deg,#3d684b 180deg,#fff 180deg,#fff 300deg,#3b6ba0 300deg)}.ms-ci-ubw,.ms-ci-uwb,.ms-ci-buw,.ms-ci-bwu,.ms-ci-wub,.ms-ci-wbu,.ms-ci-esper{background:conic-gradient(#383431 60deg,#fff 60deg,#fff 180deg,#3b6ba0 180deg,#3b6ba0 300deg,#383431 300deg)}.ms-ci-bru,.ms-ci-bur,.ms-ci-rbu,.ms-ci-rub,.ms-ci-ubr,.ms-ci-urb,.ms-ci-grixis{background:conic-gradient(#c6553e 60deg,#3b6ba0 60deg,#3b6ba0 180deg,#383431 180deg,#383431 300deg,#c6553e 300deg)}.ms-ci-rgb,.ms-ci-rbg,.ms-ci-grb,.ms-ci-gbr,.ms-ci-brg,.ms-ci-bgr,.ms-ci-jund{background:conic-gradient(#3d684b 60deg,#383431 60deg,#383431 180deg,#c6553e 180deg,#c6553e 300deg,#3d684b 300deg)}.ms-ci-gwr,.ms-ci-grw,.ms-ci-wgr,.ms-ci-wrg,.ms-ci-rgw,.ms-ci-rwg,.ms-ci-naya{background:conic-gradient(#fff 60deg,#c6553e 60deg,#c6553e 180deg,#3d684b 180deg,#3d684b 300deg,#fff 300deg)}.ms-ci-wbg,.ms-ci-wgb,.ms-ci-bwg,.ms-ci-bgw,.ms-ci-gwb,.ms-ci-gbw,.ms-ci-abzan,.ms-ci-junk,.ms-ci-necra{background:conic-gradient(#383431 60deg,#3d684b 60deg,#3d684b 180deg,#fff 180deg,#fff 300deg,#383431 300deg)}.ms-ci-urw,.ms-ci-uwr,.ms-ci-ruw,.ms-ci-rwu,.ms-ci-wur,.ms-ci-wru,.ms-ci-jeskai,.ms-ci-raka{background:conic-gradient(#c6553e 60deg,#fff 60deg,#fff 180deg,#3b6ba0 180deg,#3b6ba0 300deg,#c6553e 300deg)}.ms-ci-bgu,.ms-ci-bug,.ms-ci-gbu,.ms-ci-gub,.ms-ci-ubg,.ms-ci-ugb,.ms-ci-sultai,.ms-ci-ana{background:conic-gradient(#3d684b 60deg,#3b6ba0 60deg,#3b6ba0 180deg,#383431 180deg,#383431 300deg,#3d684b 300deg)}.ms-ci-rwb,.ms-ci-rbw,.ms-ci-wrb,.ms-ci-wbr,.ms-ci-brw,.ms-ci-bwr,.ms-ci-mardu,.ms-ci-dega{background:conic-gradient(#fff 60deg,#383431 60deg,#383431 180deg,#c6553e 180deg,#c6553e 300deg,#fff 300deg)}.ms-ci-gur,.ms-ci-gru,.ms-ci-ugr,.ms-ci-urg,.ms-ci-rgu,.ms-ci-rug,.ms-ci-temur,.ms-ci-ceta{background:conic-gradient(#3b6ba0 60deg,#c6553e 60deg,#c6553e 180deg,#3d684b 180deg,#3d684b 300deg,#3b6ba0 300deg)}.ms-ci-ubrg,.ms-ci-ubgr,.ms-ci-ugbr,.ms-ci-ugrb,.ms-ci-urbg,.ms-ci-urgb,.ms-ci-bgru,.ms-ci-bgur,.ms-ci-brgu,.ms-ci-brug,.ms-ci-bugr,.ms-ci-burg,.ms-ci-gbru,.ms-ci-gbur,.ms-ci-grbu,.ms-ci-grub,.ms-ci-gubr,.ms-ci-gurb,.ms-ci-rbgu,.ms-ci-rbug,.ms-ci-rgbu,.ms-ci-rgub,.ms-ci-rubg,.ms-ci-rugb,.ms-ci-glint{background:conic-gradient(#3b6ba0 45deg,#383431 45deg,#383431 135deg,#c6553e 135deg,#c6553e 225deg,#3d684b 225deg,#3d684b 315deg,#3b6ba0 315deg)}.ms-ci-brgw,.ms-ci-bgrw,.ms-ci-bgwr,.ms-ci-brwg,.ms-ci-bwgr,.ms-ci-bwrg,.ms-ci-gbrw,.ms-ci-gbwr,.ms-ci-grbw,.ms-ci-grwb,.ms-ci-gwbr,.ms-ci-gwrb,.ms-ci-rbgw,.ms-ci-rbwg,.ms-ci-rgbw,.ms-ci-rgwb,.ms-ci-rwbg,.ms-ci-rwgb,.ms-ci-wbgr,.ms-ci-wbrg,.ms-ci-wgbr,.ms-ci-wgrb,.ms-ci-wrbg,.ms-ci-wrgb,.ms-ci-dune{background:conic-gradient(#383431 45deg,#c6553e 45deg,#c6553e 135deg,#3d684b 135deg,#3d684b 225deg,#fff 225deg,#fff 315deg,#383431 315deg)}.ms-ci-rgwu,.ms-ci-gruw,.ms-ci-grwu,.ms-ci-gurw,.ms-ci-guwr,.ms-ci-gwru,.ms-ci-gwur,.ms-ci-rguw,.ms-ci-rugw,.ms-ci-ruwg,.ms-ci-rwgu,.ms-ci-rwug,.ms-ci-ugrw,.ms-ci-ugwr,.ms-ci-urgw,.ms-ci-urwg,.ms-ci-uwgr,.ms-ci-uwrg,.ms-ci-wgru,.ms-ci-wgur,.ms-ci-wrgu,.ms-ci-wrug,.ms-ci-wugr,.ms-ci-wurg,.ms-ci-ink{background:conic-gradient(#c6553e 45deg,#3d684b 45deg,#3d684b 135deg,#fff 135deg,#fff 225deg,#3b6ba0 225deg,#3b6ba0 315deg,#c6553e 315deg)}.ms-ci-gwub,.ms-ci-bguw,.ms-ci-bgwu,.ms-ci-bugw,.ms-ci-buwg,.ms-ci-bwgu,.ms-ci-bwug,.ms-ci-gbuw,.ms-ci-gbwu,.ms-ci-gubw,.ms-ci-guwb,.ms-ci-gwbu,.ms-ci-ubgw,.ms-ci-ubwg,.ms-ci-ugbw,.ms-ci-ugwb,.ms-ci-uwbg,.ms-ci-uwgb,.ms-ci-wbgu,.ms-ci-wbug,.ms-ci-wgbu,.ms-ci-wgub,.ms-ci-wubg,.ms-ci-wugb,.ms-ci-witch{background:conic-gradient(#3d684b 45deg,#fff 45deg,#fff 135deg,#3b6ba0 135deg,#3b6ba0 225deg,#383431 225deg,#383431 315deg,#3d684b 315deg)}.ms-ci-wubr,.ms-ci-bruw,.ms-ci-brwu,.ms-ci-burw,.ms-ci-buwr,.ms-ci-bwru,.ms-ci-bwur,.ms-ci-rbuw,.ms-ci-rbwu,.ms-ci-rubw,.ms-ci-ruwb,.ms-ci-rwbu,.ms-ci-rwub,.ms-ci-ubrw,.ms-ci-ubwr,.ms-ci-urbw,.ms-ci-urwb,.ms-ci-uwbr,.ms-ci-uwrb,.ms-ci-wbru,.ms-ci-wbur,.ms-ci-wrbu,.ms-ci-wrub,.ms-ci-wurb,.ms-ci-yore{background:conic-gradient(#fff 45deg,#3b6ba0 45deg,#3b6ba0 135deg,#383431 135deg,#383431 225deg,#c6553e 225deg,#c6553e 315deg,#fff 315deg)}.ms-ci-wubrg,.ms-ci-bgruw,.ms-ci-bgrwu,.ms-ci-bgurw,.ms-ci-bguwr,.ms-ci-bgwru,.ms-ci-bgwur,.ms-ci-brguw,.ms-ci-brgwu,.ms-ci-brugw,.ms-ci-bruwg,.ms-ci-brwgu,.ms-ci-brwug,.ms-ci-bugrw,.ms-ci-bugwr,.ms-ci-burgw,.ms-ci-burwg,.ms-ci-buwgr,.ms-ci-buwrg,.ms-ci-bwgru,.ms-ci-bwgur,.ms-ci-bwrgu,.ms-ci-bwrug,.ms-ci-bwugr,.ms-ci-bwurg,.ms-ci-gbruw,.ms-ci-gbrwu,.ms-ci-gburw,.ms-ci-gbuwr,.ms-ci-gbwru,.ms-ci-gbwur,.ms-ci-grbuw,.ms-ci-grbwu,.ms-ci-grubw,.ms-ci-gruwb,.ms-ci-grwbu,.ms-ci-grwub,.ms-ci-gubrw,.ms-ci-gubwr,.ms-ci-gurbw,.ms-ci-gurwb,.ms-ci-guwbr,.ms-ci-guwrb,.ms-ci-gwbru,.ms-ci-gwbur,.ms-ci-gwrbu,.ms-ci-gwrub,.ms-ci-gwubr,.ms-ci-gwurb,.ms-ci-rbguw,.ms-ci-rbgwu,.ms-ci-rbugw,.ms-ci-rbuwg,.ms-ci-rbwgu,.ms-ci-rbwug,.ms-ci-rgbuw,.ms-ci-rgbwu,.ms-ci-rgubw,.ms-ci-rguwb,.ms-ci-rgwbu,.ms-ci-rgwub,.ms-ci-rubgw,.ms-ci-rubwg,.ms-ci-rugbw,.ms-ci-rugwb,.ms-ci-ruwbg,.ms-ci-ruwgb,.ms-ci-rwbgu,.ms-ci-rwbug,.ms-ci-rwgbu,.ms-ci-rwgub,.ms-ci-rwubg,.ms-ci-rwugb,.ms-ci-ubgrw,.ms-ci-ubgwr,.ms-ci-ubrgw,.ms-ci-ubrwg,.ms-ci-ubwgr,.ms-ci-ubwrg,.ms-ci-ugbrw,.ms-ci-ugbwr,.ms-ci-ugrbw,.ms-ci-ugrwb,.ms-ci-ugwbr,.ms-ci-ugwrb,.ms-ci-urbgw,.ms-ci-urbwg,.ms-ci-urgbw,.ms-ci-urgwb,.ms-ci-urwbg,.ms-ci-urwgb,.ms-ci-uwbgr,.ms-ci-uwbrg,.ms-ci-uwgbr,.ms-ci-uwgrb,.ms-ci-uwrbg,.ms-ci-uwrgb,.ms-ci-wbgru,.ms-ci-wbgur,.ms-ci-wbrgu,.ms-ci-wbrug,.ms-ci-wbugr,.ms-ci-wburg,.ms-ci-wgbru,.ms-ci-wgbur,.ms-ci-wgrbu,.ms-ci-wgrub,.ms-ci-wgubr,.ms-ci-wgurb,.ms-ci-wrbgu,.ms-ci-wrbug,.ms-ci-wrgbu,.ms-ci-wrgub,.ms-ci-wrubg,.ms-ci-wrugb,.ms-ci-wubgr,.ms-ci-wugbr,.ms-ci-wugrb,.ms-ci-wurbg,.ms-ci-wurgb,.ms-ci-5{background:conic-gradient(#fff 36deg,#3b6ba0 36deg,#3b6ba0 108deg,#383431 108deg,#383431 180deg,#c6553e 180deg,#c6553e 252deg,#3d684b 252deg,#3d684b 324deg,#fff 324deg)}.ms-mechanic{background:linear-gradient(0deg,#c8913b,#ecc65a);-webkit-background-clip:text;-webkit-text-fill-color:transparent}*,:before,:after{--un-rotate:0;--un-rotate-x:0;--un-rotate-y:0;--un-rotate-z:0;--un-scale-x:1;--un-scale-y:1;--un-scale-z:1;--un-skew-x:0;--un-skew-y:0;--un-translate-x:0;--un-translate-y:0;--un-translate-z:0;--un-pan-x: ;--un-pan-y: ;--un-pinch-zoom: ;--un-scroll-snap-strictness:proximity;--un-ordinal: ;--un-slashed-zero: ;--un-numeric-figure: ;--un-numeric-spacing: ;--un-numeric-fraction: ;--un-border-spacing-x:0;--un-border-spacing-y:0;--un-ring-offset-shadow:0 0 rgb(0 0 0 / 0);--un-ring-shadow:0 0 rgb(0 0 0 / 0);--un-shadow-inset: ;--un-shadow:0 0 rgb(0 0 0 / 0);--un-ring-inset: ;--un-ring-offset-width:0px;--un-ring-offset-color:#fff;--un-ring-width:0px;--un-ring-color:rgb(147 197 253 / .5);--un-blur: ;--un-brightness: ;--un-contrast: ;--un-drop-shadow: ;--un-grayscale: ;--un-hue-rotate: ;--un-invert: ;--un-saturate: ;--un-sepia: ;--un-backdrop-blur: ;--un-backdrop-brightness: ;--un-backdrop-contrast: ;--un-backdrop-grayscale: ;--un-backdrop-hue-rotate: ;--un-backdrop-invert: ;--un-backdrop-opacity: ;--un-backdrop-saturate: ;--un-backdrop-sepia: }::backdrop{--un-rotate:0;--un-rotate-x:0;--un-rotate-y:0;--un-rotate-z:0;--un-scale-x:1;--un-scale-y:1;--un-scale-z:1;--un-skew-x:0;--un-skew-y:0;--un-translate-x:0;--un-translate-y:0;--un-translate-z:0;--un-pan-x: ;--un-pan-y: ;--un-pinch-zoom: ;--un-scroll-snap-strictness:proximity;--un-ordinal: ;--un-slashed-zero: ;--un-numeric-figure: ;--un-numeric-spacing: ;--un-numeric-fraction: ;--un-border-spacing-x:0;--un-border-spacing-y:0;--un-ring-offset-shadow:0 0 rgb(0 0 0 / 0);--un-ring-shadow:0 0 rgb(0 0 0 / 0);--un-shadow-inset: ;--un-shadow:0 0 rgb(0 0 0 / 0);--un-ring-inset: ;--un-ring-offset-width:0px;--un-ring-offset-color:#fff;--un-ring-width:0px;--un-ring-color:rgb(147 197 253 / .5);--un-blur: ;--un-brightness: ;--un-contrast: ;--un-drop-shadow: ;--un-grayscale: ;--un-hue-rotate: ;--un-invert: ;--un-saturate: ;--un-sepia: ;--un-backdrop-blur: ;--un-backdrop-brightness: ;--un-backdrop-contrast: ;--un-backdrop-grayscale: ;--un-backdrop-hue-rotate: ;--un-backdrop-invert: ;--un-backdrop-opacity: ;--un-backdrop-saturate: ;--un-backdrop-sepia: }.i-icon-park-twotone\:flip-camera{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 48 48' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cdefs%3E%3Cmask id='SVG7fyBHvjX'%3E%3Cg fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='4'%3E%3Cpath fill='%23555' d='M12 11h5l2-4h10l2 4h5v16H12z'/%3E%3Ccircle cx='24' cy='18' r='4' fill='%23555'/%3E%3Cpath d='M24 38C12.954 38 4 33.523 4 28c0-1.422.594-2.775 1.664-4M24 38l-4-4m4 4l-4 4m12-4.832C39.064 35.625 44 32.1 44 28c0-1.422-.594-2.775-1.664-4'/%3E%3C/g%3E%3C/mask%3E%3C/defs%3E%3Cpath fill='currentColor' d='M0 0h48v48H0z' mask='url(%23SVG7fyBHvjX)'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-lucide-layers{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M12.83 2.18a2 2 0 0 0-1.66 0L2.6 6.08a1 1 0 0 0 0 1.83l8.58 3.91a2 2 0 0 0 1.66 0l8.58-3.9a1 1 0 0 0 0-1.83z'/%3E%3Cpath d='M2 12a1 1 0 0 0 .58.91l8.6 3.91a2 2 0 0 0 1.65 0l8.58-3.9A1 1 0 0 0 22 12'/%3E%3Cpath d='M2 17a1 1 0 0 0 .58.91l8.6 3.91a2 2 0 0 0 1.65 0l8.58-3.9A1 1 0 0 0 22 17'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-lucide-shopping-cart{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Ccircle cx='8' cy='21' r='1'/%3E%3Ccircle cx='19' cy='21' r='1'/%3E%3Cpath d='M2.05 2.05h2l2.66 12.42a2 2 0 0 0 2 1.58h9.78a2 2 0 0 0 1.95-1.57l1.65-7.43H5.12'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-lucide-swords{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M14.5 17.5L3 6V3h3l11.5 11.5M13 19l6-6m-3 3l4 4m-1 1l2-2M14.5 6.5L18 3h3v3l-3.5 3.5M5 14l4 4m-2-1l-3 3m-1-1l2 2'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-lucide-trending-up{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3E%3Cpath d='M16 7h6v6'/%3E%3Cpath d='m22 7l-8.5 8.5l-5-5L2 17'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-mdi-account{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M12 4a4 4 0 0 1 4 4a4 4 0 0 1-4 4a4 4 0 0 1-4-4a4 4 0 0 1 4-4m0 10c4.42 0 8 1.79 8 4v2H4v-2c0-2.21 3.58-4 8-4'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-mdi-account-alert{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M10 4a4 4 0 0 1 4 4a4 4 0 0 1-4 4a4 4 0 0 1-4-4a4 4 0 0 1 4-4m0 10c4.42 0 8 1.79 8 4v2H2v-2c0-2.21 3.58-4 8-4m10-2V7h2v6h-2m0 4v-2h2v2z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-mdi-account-alert-outline{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M20 12V7h2v6h-2m0 4h2v-2h-2m-10-2c2.67 0 8 1.34 8 4v3H2v-3c0-2.66 5.33-4 8-4m0-9a4 4 0 0 1 4 4a4 4 0 0 1-4 4a4 4 0 0 1-4-4a4 4 0 0 1 4-4m0 10.9c-2.97 0-6.1 1.46-6.1 2.1v1.1h12.2V17c0-.64-3.13-2.1-6.1-2.1m0-9A2.1 2.1 0 0 0 7.9 8a2.1 2.1 0 0 0 2.1 2.1A2.1 2.1 0 0 0 12.1 8A2.1 2.1 0 0 0 10 5.9'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-mdi-account-check{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='m21.1 12.5l1.4 1.41l-6.53 6.59L12.5 17l1.4-1.41l2.07 2.08zM10 17l3 3H3v-2c0-2.21 3.58-4 8-4l1.89.11zm1-13a4 4 0 0 1 4 4a4 4 0 0 1-4 4a4 4 0 0 1-4-4a4 4 0 0 1 4-4'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-mdi-account-edit-outline{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M2 17v3h8v-1.89H3.9V17c0-.64 3.13-2.1 6.1-2.1c.96.01 1.91.14 2.83.38l1.52-1.52c-1.4-.47-2.85-.73-4.35-.76c-2.67 0-8 1.33-8 4m8-13C7.79 4 6 5.79 6 8s1.79 4 4 4s4-1.79 4-4s-1.79-4-4-4m0 6c-1.1 0-2-.89-2-2s.9-2 2-2s2 .9 2 2s-.89 2-2 2m11.7 3.35l-1 1l-2.05-2l1-1a.55.55 0 0 1 .77 0l1.28 1.28c.21.21.21.56 0 .77M12 18.94l6.06-6.06l2.05 2l-6 6.07H12z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-mdi-account-outline{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M12 4a4 4 0 0 1 4 4a4 4 0 0 1-4 4a4 4 0 0 1-4-4a4 4 0 0 1 4-4m0 2a2 2 0 0 0-2 2a2 2 0 0 0 2 2a2 2 0 0 0 2-2a2 2 0 0 0-2-2m0 7c2.67 0 8 1.33 8 4v3H4v-3c0-2.67 5.33-4 8-4m0 1.9c-2.97 0-6.1 1.46-6.1 2.1v1.1h12.2V17c0-.64-3.13-2.1-6.1-2.1'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-mdi-account-remove{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M15 14c2.67 0 8 1.33 8 4v2H7v-2c0-2.67 5.33-4 8-4m0-2a4 4 0 0 1-4-4a4 4 0 0 1 4-4a4 4 0 0 1 4 4a4 4 0 0 1-4 4M5 9.59l2.12-2.13l1.42 1.42L6.41 11l2.13 2.12l-1.42 1.42L5 12.41l-2.12 2.13l-1.42-1.42L3.59 11L1.46 8.88l1.42-1.42z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-mdi-account-star{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M15 14c-2.67 0-8 1.33-8 4v2h16v-2c0-2.67-5.33-4-8-4m0-2a4 4 0 0 0 4-4a4 4 0 0 0-4-4a4 4 0 0 0-4 4a4 4 0 0 0 4 4M5 13.28l2.45 1.49l-.65-2.81L9 10.08l-2.89-.25L5 7.19L3.87 9.83L1 10.08l2.18 1.88l-.68 2.81z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-mdi-account-switch{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M16 9c6 0 6 4 6 4v2h-6v-2s0-1.69-1.15-3.2c-.17-.23-.38-.45-.6-.66C14.77 9.06 15.34 9 16 9M2 13s0-4 6-4s6 4 6 4v2H2zm7 4v2h6v-2l3 3l-3 3v-2H9v2l-3-3zM8 1C6.34 1 5 2.34 5 4s1.34 3 3 3s3-1.34 3-3s-1.34-3-3-3m8 0c-1.66 0-3 1.34-3 3s1.34 3 3 3s3-1.34 3-3s-1.34-3-3-3'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-mdi-account-tie{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M12 3c2.21 0 4 1.79 4 4s-1.79 4-4 4s-4-1.79-4-4s1.79-4 4-4m4 10.54c0 1.06-.28 3.53-2.19 6.29L13 15l.94-1.88c-.62-.07-1.27-.12-1.94-.12s-1.32.05-1.94.12L11 15l-.81 4.83C8.28 17.07 8 14.6 8 13.54c-2.39.7-4 1.96-4 3.46v4h16v-4c0-1.5-1.6-2.76-4-3.46'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-mdi-alert{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M13 14h-2V9h2m0 9h-2v-2h2M1 21h22L12 2z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-mdi-alert-circle{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M13 13h-2V7h2m0 10h-2v-2h2M12 2A10 10 0 0 0 2 12a10 10 0 0 0 10 10a10 10 0 0 0 10-10A10 10 0 0 0 12 2'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-mdi-alert-circle-outline{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M11 15h2v2h-2zm0-8h2v6h-2zm1-5C6.47 2 2 6.5 2 12a10 10 0 0 0 10 10a10 10 0 0 0 10-10A10 10 0 0 0 12 2m0 18a8 8 0 0 1-8-8a8 8 0 0 1 8-8a8 8 0 0 1 8 8a8 8 0 0 1-8 8'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-mdi-archive{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M3 3h18v4H3zm1 5h16v13H4zm5.5 3a.5.5 0 0 0-.5.5V13h6v-1.5a.5.5 0 0 0-.5-.5z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-mdi-archive-arrow-down-outline{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M20 21H4V10h2v9h12v-9h2zM3 3h18v6H3zm2 2v2h14V5m-8.5 6v3H8l4 4l4-4h-2.5v-3'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-mdi-archive-outline{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M20 21H4V10h2v9h12v-9h2zM3 3h18v6H3zm6.5 8h5c.28 0 .5.22.5.5V13H9v-1.5c0-.28.22-.5.5-.5M5 5v2h14V5z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-mdi-arrow-left{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M20 11v2H8l5.5 5.5l-1.42 1.42L4.16 12l7.92-7.92L13.5 5.5L8 11z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-mdi-arrow-up{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M13 20h-2V8l-5.5 5.5l-1.42-1.42L12 4.16l7.92 7.92l-1.42 1.42L13 8z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-mdi-autorenew{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M12 6v3l4-4l-4-4v3a8 8 0 0 0-8 8c0 1.57.46 3.03 1.24 4.26L6.7 14.8A5.9 5.9 0 0 1 6 12a6 6 0 0 1 6-6m6.76 1.74L17.3 9.2c.44.84.7 1.8.7 2.8a6 6 0 0 1-6 6v-3l-4 4l4 4v-3a8 8 0 0 0 8-8c0-1.57-.46-3.03-1.24-4.26'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-mdi-bell-outline{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M10 21h4c0 1.1-.9 2-2 2s-2-.9-2-2m11-2v1H3v-1l2-2v-6c0-3.1 2-5.8 5-6.7V4c0-1.1.9-2 2-2s2 .9 2 2v.3c3 .9 5 3.6 5 6.7v6zm-4-8c0-2.8-2.2-5-5-5s-5 2.2-5 5v7h10z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-mdi-bell-ring{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M21 19v1H3v-1l2-2v-6c0-3.1 2.03-5.83 5-6.71V4a2 2 0 0 1 2-2a2 2 0 0 1 2 2v.29c2.97.88 5 3.61 5 6.71v6zm-7 2a2 2 0 0 1-2 2a2 2 0 0 1-2-2m9.75-17.81l-1.42 1.42A8.98 8.98 0 0 1 21 11h2c0-2.93-1.16-5.75-3.25-7.81M1 11h2c0-2.4.96-4.7 2.67-6.39L4.25 3.19A10.96 10.96 0 0 0 1 11'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-mdi-book-open-page-variant-outline{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='m19 1l-5 5v11l5-4.5zm2 4v13.5c-1.1-.35-2.3-.5-3.5-.5c-1.7 0-4.15.65-5.5 1.5V6c-1.45-1.1-3.55-1.5-5.5-1.5S2.45 4.9 1 6v14.65c0 .25.25.5.5.5c.1 0 .15-.05.25-.05C3.1 20.45 5.05 20 6.5 20c1.95 0 4.05.4 5.5 1.5c1.35-.85 3.8-1.5 5.5-1.5c1.65 0 3.35.3 4.75 1.05c.1.05.15.05.25.05c.25 0 .5-.25.5-.5V6c-.6-.45-1.25-.75-2-1M10 18.41C8.75 18.09 7.5 18 6.5 18c-1.06 0-2.32.19-3.5.5V7.13c.91-.4 2.14-.63 3.5-.63s2.59.23 3.5.63z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-mdi-brightness-6{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M12 18V6a6 6 0 0 1 6 6a6 6 0 0 1-6 6m8-2.69L23.31 12L20 8.69V4h-4.69L12 .69L8.69 4H4v4.69L.69 12L4 15.31V20h4.69L12 23.31L15.31 20H20z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-mdi-brush{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='m20.71 4.63l-1.34-1.34c-.37-.39-1.02-.39-1.41 0L9 12.25L11.75 15l8.96-8.96c.39-.39.39-1.04 0-1.41M7 14a3 3 0 0 0-3 3c0 1.31-1.16 2-2 2c.92 1.22 2.5 2 4 2a4 4 0 0 0 4-4a3 3 0 0 0-3-3'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-mdi-camera-off{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M1.2 4.47L2.5 3.2L20 20.72L18.73 22l-2-2H4a2 2 0 0 1-2-2V6c0-.22.04-.43.1-.63zM7 4l2-2h6l2 2h3a2 2 0 0 1 2 2v12c0 .6-.26 1.13-.68 1.5l-4.99-5c.43-.73.67-1.59.67-2.5a5 5 0 0 0-5-5c-.91 0-1.77.24-2.5.67L5.82 4zm0 8a5 5 0 0 0 5 5c.5 0 1.03-.08 1.5-.23L11.72 15A3.064 3.064 0 0 1 9 12.28L7.23 10.5c-.15.47-.23 1-.23 1.5m5-3a3 3 0 0 1 3 3a3 3 0 0 1-.17 1L11 9.17A3 3 0 0 1 12 9'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-mdi-camera-outline{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M20 4h-3.17L15 2H9L7.17 4H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2m0 14H4V6h4.05l1.83-2h4.24l1.83 2H20zM12 7a5 5 0 0 0-5 5a5 5 0 0 0 5 5a5 5 0 0 0 5-5a5 5 0 0 0-5-5m0 8a3 3 0 0 1-3-3a3 3 0 0 1 3-3a3 3 0 0 1 3 3a3 3 0 0 1-3 3'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-mdi-camera-plus-outline{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M21 6h-3.2L16 4h-6v2h5.1L17 8h4v12H5v-9H3v9c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2M8 14c0 4.45 5.39 6.69 8.54 3.54S17.45 9 13 9c-2.76 0-5 2.24-5 5m5-3a3.09 3.09 0 0 1 3 3a3.09 3.09 0 0 1-3 3a3.09 3.09 0 0 1-3-3a3.09 3.09 0 0 1 3-3M5 6h3V4H5V1H3v3H0v2h3v3h2'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-mdi-camera-retake{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M20 5h-3l-2-2H9L7 5H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2m-8 13c-1.08 0-2.14-.35-3-1l1.44-1.44c.47.29 1.01.44 1.56.44a3 3 0 0 0 3-3a3 3 0 0 0-3-3c-1.26 0-2.4.8-2.82 2H11l-3 3l-3-3h2.1A4.997 4.997 0 0 1 13 8.1a5 5 0 0 1-1 9.9'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-mdi-card-search-outline{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M11.5 16c.87 0 1.69-.26 2.38-.7l2.44 2.44l1.42-1.42l-2.44-2.43A4.481 4.481 0 0 0 11.5 7C9 7 7 9 7 11.5S9 16 11.5 16m0-7a2.5 2.5 0 0 1 0 5a2.5 2.5 0 0 1 0-5M20 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2m0 14H4V6h16z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-mdi-card-text-outline{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M20 20H4a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2M4 6v12h16V6zm2 3h12v2H6zm0 4h10v2H6z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-mdi-cards-heart,.i-mdi-heart{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='m12 21.35l-1.45-1.32C5.4 15.36 2 12.27 2 8.5C2 5.41 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.08C13.09 3.81 14.76 3 16.5 3C19.58 3 22 5.41 22 8.5c0 3.77-3.4 6.86-8.55 11.53z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-mdi-cards-heart-outline,.i-mdi-heart-outline{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='m12.1 18.55l-.1.1l-.11-.1C7.14 14.24 4 11.39 4 8.5C4 6.5 5.5 5 7.5 5c1.54 0 3.04 1 3.57 2.36h1.86C13.46 6 14.96 5 16.5 5c2 0 3.5 1.5 3.5 3.5c0 2.89-3.14 5.74-7.9 10.05M16.5 3c-1.74 0-3.41.81-4.5 2.08C10.91 3.81 9.24 3 7.5 3C4.42 3 2 5.41 2 8.5c0 3.77 3.4 6.86 8.55 11.53L12 21.35l1.45-1.32C18.6 15.36 22 12.27 22 8.5C22 5.41 19.58 3 16.5 3'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-mdi-cards-outline{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M11.19 2.25c-.26 0-.52.06-.77.15L3.06 5.45a1.994 1.994 0 0 0-1.09 2.6L6.93 20a2 2 0 0 0 1.81 1.25c.26 0 .53-.03.79-.15l7.37-3.05a2.02 2.02 0 0 0 1.23-1.8c.01-.25-.04-.54-.13-.8L13 3.5a1.95 1.95 0 0 0-1.81-1.25m3.48 0l3.45 8.35V4.25a2 2 0 0 0-2-2m4.01 1.54v9.03l2.43-5.86a1.99 1.99 0 0 0-1.09-2.6m-10.28-.14l4.98 12.02l-7.39 3.06L3.8 7.29'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-mdi-cards-playing-outline{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M11.19 2.25c.78.01 1.52.48 1.81 1.25l5 11.95c.09.26.14.55.13.8a2.02 2.02 0 0 1-1.23 1.8L9.53 21.1c-.26.12-.53.15-.79.15A2 2 0 0 1 6.93 20L1.97 8.05c-.42-1.01.07-2.18 1.09-2.6l7.36-3.05c.25-.09.51-.15.77-.15m3.48 0h1.45a2 2 0 0 1 2 2v6.35zm5.46 1.54l1.34.57a1.99 1.99 0 0 1 1.09 2.6l-2.43 5.86zm-8.94.43L3.8 7.29L8.77 19.3l7.4-3.06zM8.65 8.54l3.23 2.41l-.44 4.01l-3.23-2.42z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-mdi-cards-playing-spade-multiple{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M3 4v18c0 1.1.9 2 2 2h12v-2H5V4zm16-4H9C7.9 0 7 .9 7 2v16c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V2c0-1.1-.9-2-2-2m-3.2 13q-.6 0-1.2-.3l.9 2.3h-3l.9-2.3q-.6.3-1.2.3C11 13 10 12 10 10.8c0-1.5 1.4-2.7 3.4-4.6l.6-.5l.6.5c2 1.9 3.4 3.1 3.4 4.6c0 1.3-1 2.2-2.2 2.2'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-mdi-cart-outline{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M17 18a2 2 0 0 1 2 2a2 2 0 0 1-2 2a2 2 0 0 1-2-2c0-1.11.89-2 2-2M1 2h3.27l.94 2H20a1 1 0 0 1 1 1c0 .17-.05.34-.12.5l-3.58 6.47c-.34.61-1 1.03-1.75 1.03H8.1l-.9 1.63l-.03.12a.25.25 0 0 0 .25.25H19v2H7a2 2 0 0 1-2-2c0-.35.09-.68.24-.96l1.36-2.45L3 4H1zm6 16a2 2 0 0 1 2 2a2 2 0 0 1-2 2a2 2 0 0 1-2-2c0-1.11.89-2 2-2m9-7l2.78-5H6.14l2.36 5z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-mdi-cast{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M1 10v2a9 9 0 0 1 9 9h2c0-6.08-4.93-11-11-11m0 4v2a5 5 0 0 1 5 5h2a7 7 0 0 0-7-7m0 4v3h3a3 3 0 0 0-3-3M21 3H3c-1.11 0-2 .89-2 2v3h2V5h18v14h-7v2h7a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-mdi-cast-off{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M1.6 1.27L.25 2.75L1.41 3.8C1.16 4.13 1 4.55 1 5v3h2V5.23L18.2 19H14v2h6.41l1.9 1.72l1.34-1.48M6.5 3l2.2 2H21v11.14l2 1.81V5a2 2 0 0 0-2-2M1 10v2a9 9 0 0 1 9 9h2c0-6.08-4.92-11-11-11m0 4v2a5 5 0 0 1 5 5h2a7 7 0 0 0-7-7m0 4v3h3a3 3 0 0 0-3-3'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-mdi-cellphone-iphone{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath d='M16 18H7V4h9m-4.5 18a1.5 1.5 0 0 1-1.5-1.5a1.5 1.5 0 0 1 1.5-1.5a1.5 1.5 0 0 1 1.5 1.5a1.5 1.5 0 0 1-1.5 1.5m4-21h-8A2.5 2.5 0 0 0 5 3.5v17A2.5 2.5 0 0 0 7.5 23h8a2.5 2.5 0 0 0 2.5-2.5v-17A2.5 2.5 0 0 0 15.5 1z' fill='currentColor'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-mdi-cellphone-key{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M7 1c-1.1 0-2 .9-2 2v4h2V4h10v16H7v-3H5v4c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V3c0-1.1-.9-2-2-2zM6 9c-1.7 0-3 1.3-3 3s1.3 3 3 3c1.3 0 2.4-.8 2.8-2H11v2h2v-2h2v-2H8.8C8.4 9.8 7.3 9 6 9m0 2c.6 0 1 .4 1 1s-.4 1-1 1s-1-.4-1-1s.4-1 1-1'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-mdi-cellphone-off{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M2.38 1.73L1.11 3L5 6.89V21a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2v-.11l1.84 1.84l1.27-1.27M17 19H7V8.89l10 10zm0-14v8.8l2 2V3a2 2 0 0 0-2-2H7c-.72 0-1.4.37-1.76 1l3 3z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-mdi-certificate-outline{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='m13 21l2-1l2 1v-7h-4m4-5V7l-2 1l-2-1v2l-2 1l2 1v2l2-1l2 1v-2l2-1m1-7H4a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h7v-2H4V5h16v10h-1v2h1a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2m-9 5H5V6h6m-2 5H5V9h4m2 5H5v-2h6Z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-mdi-chart-box-outline{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M9 17H7v-7h2zm4 0h-2V7h2zm4 0h-2v-4h2zm2 2H5V5h14v14.1M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-mdi-chart-line{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='m16 11.78l4.24-7.33l1.73 1l-5.23 9.05l-6.51-3.75L5.46 19H22v2H2V3h2v14.54L9.5 8z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-mdi-check{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M21 7L9 19l-5.5-5.5l1.41-1.41L9 16.17L19.59 5.59z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-mdi-check-circle{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10s10-4.5 10-10S17.5 2 12 2m-2 15l-5-5l1.41-1.41L10 14.17l7.59-7.59L19 8z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-mdi-check-circle-outline{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M12 2C6.5 2 2 6.5 2 12s4.5 10 10 10s10-4.5 10-10S17.5 2 12 2m0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8s8 3.59 8 8s-3.59 8-8 8m4.59-12.42L10 14.17l-2.59-2.58L6 13l4 4l8-8z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-mdi-check-decagram{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='m23 12l-2.44-2.78l.34-3.68l-3.61-.82l-1.89-3.18L12 3L8.6 1.54L6.71 4.72l-3.61.81l.34 3.68L1 12l2.44 2.78l-.34 3.69l3.61.82l1.89 3.18L12 21l3.4 1.46l1.89-3.18l3.61-.82l-.34-3.68zm-13 5l-4-4l1.41-1.41L10 14.17l6.59-6.59L18 9z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-mdi-checkbox-blank-outline{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M19 3H5c-1.11 0-2 .89-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2m0 2v14H5V5z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-mdi-checkbox-marked{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='m10 17l-5-5l1.41-1.42L10 14.17l7.59-7.59L19 8m0-5H5c-1.11 0-2 .89-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-mdi-chevron-double-left{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M18.41 7.41L17 6l-6 6l6 6l1.41-1.41L13.83 12zm-6 0L11 6l-6 6l6 6l1.41-1.41L7.83 12z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-mdi-chevron-down{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M7.41 8.58L12 13.17l4.59-4.59L18 10l-6 6l-6-6z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-mdi-chevron-left{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M15.41 16.58L10.83 12l4.58-4.59L14 6l-6 6l6 6z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-mdi-chevron-right{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M8.59 16.58L13.17 12L8.59 7.41L10 6l6 6l-6 6z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-mdi-chevron-up{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M7.41 15.41L12 10.83l4.59 4.58L18 14l-6-6l-6 6z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-mdi-clock-outline{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M12 20a8 8 0 0 0 8-8a8 8 0 0 0-8-8a8 8 0 0 0-8 8a8 8 0 0 0 8 8m0-18a10 10 0 0 1 10 10a10 10 0 0 1-10 10C6.47 22 2 17.5 2 12A10 10 0 0 1 12 2m.5 5v5.25l4.5 2.67l-.75 1.23L11 13V7z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-mdi-close{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M19 6.41L17.59 5L12 10.59L6.41 5L5 6.41L10.59 12L5 17.59L6.41 19L12 13.41L17.59 19L19 17.59L13.41 12z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-mdi-close-circle-outline{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M12 20c-4.41 0-8-3.59-8-8s3.59-8 8-8s8 3.59 8 8s-3.59 8-8 8m0-18C6.47 2 2 6.47 2 12s4.47 10 10 10s10-4.47 10-10S17.53 2 12 2m2.59 6L12 10.59L9.41 8L8 9.41L10.59 12L8 14.59L9.41 16L12 13.41L14.59 16L16 14.59L13.41 12L16 9.41z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-mdi-cloud-alert{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M21.86 12.5A4.3 4.3 0 0 0 19 11c0-1.95-.68-3.6-2.04-4.96S13.95 4 12 4c-1.58 0-3 .47-4.25 1.43s-2.08 2.19-2.5 3.72c-1.25.28-2.29.93-3.08 1.95S1 13.28 1 14.58c0 1.51.54 2.8 1.61 3.85C3.69 19.5 5 20 6.5 20h12c1.25 0 2.31-.44 3.19-1.31c.87-.88 1.31-1.94 1.31-3.19q0-1.725-1.14-3M13 17h-2v-2h2zm0-4h-2V7h2z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-mdi-cloud-sync-outline{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M13.03 18c.05.7.21 1.38.47 2h-7c-1.5 0-2.81-.5-3.89-1.57C1.54 17.38 1 16.09 1 14.58q0-1.95 1.17-3.48C3.34 9.57 4 9.43 5.25 9.15c.42-1.53 1.25-2.77 2.5-3.72S10.42 4 12 4c1.95 0 3.6.68 4.96 2.04S19 9.05 19 11h.1c-.74.07-1.45.23-2.1.5V11c0-1.38-.5-2.56-1.46-3.54C14.56 6.5 13.38 6 12 6s-2.56.5-3.54 1.46C7.5 8.44 7 9.62 7 11h-.5c-.97 0-1.79.34-2.47 1.03c-.69.68-1.03 1.5-1.03 2.47s.34 1.79 1.03 2.5c.68.66 1.5 1 2.47 1zM19 13.5V12l-2.25 2.25L19 16.5V15a2.5 2.5 0 0 1 2.5 2.5c0 .4-.09.78-.26 1.12l1.09 1.09c.42-.63.67-1.39.67-2.21c0-2.21-1.79-4-4-4m0 6.5a2.5 2.5 0 0 1-2.5-2.5c0-.4.09-.78.26-1.12l-1.09-1.09c-.42.63-.67 1.39-.67 2.21c0 2.21 1.79 4 4 4V23l2.25-2.25L19 18.5z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-mdi-cog{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M12 15.5A3.5 3.5 0 0 1 8.5 12A3.5 3.5 0 0 1 12 8.5a3.5 3.5 0 0 1 3.5 3.5a3.5 3.5 0 0 1-3.5 3.5m7.43-2.53c.04-.32.07-.64.07-.97s-.03-.66-.07-1l2.11-1.63c.19-.15.24-.42.12-.64l-2-3.46c-.12-.22-.39-.31-.61-.22l-2.49 1c-.52-.39-1.06-.73-1.69-.98l-.37-2.65A.506.506 0 0 0 14 2h-4c-.25 0-.46.18-.5.42l-.37 2.65c-.63.25-1.17.59-1.69.98l-2.49-1c-.22-.09-.49 0-.61.22l-2 3.46c-.13.22-.07.49.12.64L4.57 11c-.04.34-.07.67-.07 1s.03.65.07.97l-2.11 1.66c-.19.15-.25.42-.12.64l2 3.46c.12.22.39.3.61.22l2.49-1.01c.52.4 1.06.74 1.69.99l.37 2.65c.04.24.25.42.5.42h4c.25 0 .46-.18.5-.42l.37-2.65c.63-.26 1.17-.59 1.69-.99l2.49 1.01c.22.08.49 0 .61-.22l2-3.46c.12-.22.07-.49-.12-.64z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-mdi-cog-outline{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M12 8a4 4 0 0 1 4 4a4 4 0 0 1-4 4a4 4 0 0 1-4-4a4 4 0 0 1 4-4m0 2a2 2 0 0 0-2 2a2 2 0 0 0 2 2a2 2 0 0 0 2-2a2 2 0 0 0-2-2m-2 12c-.25 0-.46-.18-.5-.42l-.37-2.65c-.63-.25-1.17-.59-1.69-.99l-2.49 1.01c-.22.08-.49 0-.61-.22l-2-3.46a.493.493 0 0 1 .12-.64l2.11-1.66L4.5 12l.07-1l-2.11-1.63a.493.493 0 0 1-.12-.64l2-3.46c.12-.22.39-.31.61-.22l2.49 1c.52-.39 1.06-.73 1.69-.98l.37-2.65c.04-.24.25-.42.5-.42h4c.25 0 .46.18.5.42l.37 2.65c.63.25 1.17.59 1.69.98l2.49-1c.22-.09.49 0 .61.22l2 3.46c.13.22.07.49-.12.64L19.43 11l.07 1l-.07 1l2.11 1.63c.19.15.25.42.12.64l-2 3.46c-.12.22-.39.31-.61.22l-2.49-1c-.52.39-1.06.73-1.69.98l-.37 2.65c-.04.24-.25.42-.5.42zm1.25-18l-.37 2.61c-1.2.25-2.26.89-3.03 1.78L5.44 7.35l-.75 1.3L6.8 10.2a5.55 5.55 0 0 0 0 3.6l-2.12 1.56l.75 1.3l2.43-1.04c.77.88 1.82 1.52 3.01 1.76l.37 2.62h1.52l.37-2.61c1.19-.25 2.24-.89 3.01-1.77l2.43 1.04l.75-1.3l-2.12-1.55c.4-1.17.4-2.44 0-3.61l2.11-1.55l-.75-1.3l-2.41 1.04a5.42 5.42 0 0 0-3.03-1.77L12.75 4z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-mdi-content-copy{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M19 21H8V7h11m0-2H8a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h11a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2m-3-4H4a2 2 0 0 0-2 2v14h2V3h12z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-mdi-content-save{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M15 9H5V5h10m-3 14a3 3 0 0 1-3-3a3 3 0 0 1 3-3a3 3 0 0 1 3 3a3 3 0 0 1-3 3m5-16H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V7z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-mdi-content-save-alert-outline{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M15 3H3c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V7zm2 16H3V5h11.2L17 7.8zm-7-7c-1.7 0-3 1.3-3 3s1.3 3 3 3s3-1.3 3-3s-1.3-3-3-3M4 6h9v4H4zm19 7h-2V7h2zm0 4h-2v-2h2z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-mdi-content-save-outline{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M17 3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14c1.1 0 2-.9 2-2V7zm2 16H5V5h11.17L19 7.83zm-7-7c-1.66 0-3 1.34-3 3s1.34 3 3 3s3-1.34 3-3s-1.34-3-3-3M6 6h9v4H6z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-mdi-counter{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M4 4h16a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2m0 2v12h7V6zm16 12V6h-1.24c.24.54.19 1.07.19 1.13c-.07.67-.54 1.37-.71 1.62l-2.33 2.55l3.32-.02l.01 1.22l-5.2-.03l-.04-1s3.05-3.23 3.2-3.52c.14-.28.71-1.95-.7-1.95c-1.23.05-1.09 1.3-1.09 1.3l-1.54.01s.01-.66.38-1.31H13v12h2.58l-.01-.86l.97-.01s.91-.16.92-1.05c.04-1-.81-1-.96-1c-.13 0-1.07.05-1.07.87h-1.52s.04-2.06 2.59-2.06c2.6 0 2.46 2.02 2.46 2.02s.04 1.25-1.11 1.72l.52.37zM8.92 16h-1.5v-5.8l-1.8.56V9.53l3.14-1.12h.16z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-mdi-crown{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M5 16L3 5l5.5 5L12 4l3.5 6L21 5l-2 11zm14 3c0 .6-.4 1-1 1H6c-.6 0-1-.4-1-1v-1h14z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-mdi-crown-outline{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='m12 8l3 5.2l3-2.7l-.7 3.5H6.7L6 10.5l3 2.7zm0-4l-3.5 6L3 5l2 11h14l2-11l-5.5 5zm7 14H5v1c0 .6.4 1 1 1h12c.6 0 1-.4 1-1z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-mdi-cube-outline{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M21 16.5c0 .38-.21.71-.53.88l-7.9 4.44c-.16.12-.36.18-.57.18s-.41-.06-.57-.18l-7.9-4.44A.99.99 0 0 1 3 16.5v-9c0-.38.21-.71.53-.88l7.9-4.44c.16-.12.36-.18.57-.18s.41.06.57.18l7.9 4.44c.32.17.53.5.53.88zM12 4.15L6.04 7.5L12 10.85l5.96-3.35zM5 15.91l6 3.38v-6.71L5 9.21zm14 0v-6.7l-6 3.37v6.71z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-mdi-dice-multiple{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M19.78 3h-8.56C10.55 3 10 3.55 10 4.22V8h6v6h3.78c.67 0 1.22-.55 1.22-1.22V4.22C21 3.55 20.45 3 19.78 3m-7.34 3.67a1.23 1.23 0 1 1 0-2.46a1.23 1.23 0 0 1 1.23 1.23c0 .68-.55 1.23-1.23 1.23m6.12 6.11a1.23 1.23 0 1 1-.02-2.46c.68-.01 1.23.54 1.24 1.24c-.01.67-.55 1.21-1.22 1.22m0-6.11a1.23 1.23 0 1 1-.02-2.46a1.231 1.231 0 0 1 .02 2.46M4.22 10h8.56A1.22 1.22 0 0 1 14 11.22v8.56c0 .67-.55 1.22-1.22 1.22H4.22C3.55 21 3 20.45 3 19.78v-8.56c0-.67.55-1.22 1.22-1.22m4.28 4.28c-.67 0-1.22.55-1.22 1.22s.55 1.22 1.22 1.22s1.22-.55 1.22-1.22a1.22 1.22 0 0 0-1.22-1.22m-3.06-3.06c-.67 0-1.22.55-1.22 1.22a1.22 1.22 0 0 0 1.22 1.22c.67 0 1.22-.55 1.22-1.22s-.55-1.22-1.22-1.22m6.11 6.11c-.67 0-1.22.55-1.22 1.22s.55 1.22 1.22 1.22a1.22 1.22 0 0 0 1.22-1.22c0-.67-.54-1.21-1.21-1.22z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-mdi-dock-window{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M18 18v2H4a2 2 0 0 1-2-2V8h2v10M22 6v8a2 2 0 0 1-2 2H8a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2m-2 0H8v8h12Z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-mdi-dots-horizontal{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M16 12a2 2 0 0 1 2-2a2 2 0 0 1 2 2a2 2 0 0 1-2 2a2 2 0 0 1-2-2m-6 0a2 2 0 0 1 2-2a2 2 0 0 1 2 2a2 2 0 0 1-2 2a2 2 0 0 1-2-2m-6 0a2 2 0 0 1 2-2a2 2 0 0 1 2 2a2 2 0 0 1-2 2a2 2 0 0 1-2-2'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-mdi-download{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M5 20h14v-2H5m14-9h-4V3H9v6H5l7 7z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-mdi-draw{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M9.75 20.85c1.78-.7 1.39-2.63.49-3.85c-.89-1.25-2.12-2.11-3.36-2.94A9.8 9.8 0 0 1 4.54 12c-.28-.33-.85-.94-.27-1.06c.59-.12 1.61.46 2.13.68c.91.38 1.81.82 2.65 1.34l1.01-1.7C8.5 10.23 6.5 9.32 4.64 9.05c-1.06-.16-2.18.06-2.54 1.21c-.32.99.19 1.99.77 2.77c1.37 1.83 3.5 2.71 5.09 4.29c.34.33.75.72.95 1.18c.21.44.16.47-.31.47c-1.24 0-2.79-.97-3.8-1.61l-1.01 1.7c1.53.94 4.09 2.41 5.96 1.79m11.09-15.6c.22-.22.22-.58 0-.79l-1.3-1.3a.56.56 0 0 0-.78 0l-1.02 1.02l2.08 2.08M11 10.92V13h2.08l6.15-6.15l-2.08-2.08z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-mdi-earth{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M17.9 17.39c-.26-.8-1.01-1.39-1.9-1.39h-1v-3a1 1 0 0 0-1-1H8v-2h2a1 1 0 0 0 1-1V7h2a2 2 0 0 0 2-2v-.41a7.984 7.984 0 0 1 2.9 12.8M11 19.93c-3.95-.49-7-3.85-7-7.93c0-.62.08-1.22.21-1.79L9 15v1a2 2 0 0 0 2 2m1-16A10 10 0 0 0 2 12a10 10 0 0 0 10 10a10 10 0 0 0 10-10A10 10 0 0 0 12 2'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-mdi-emoticon-happy-outline{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M20 12a8 8 0 0 0-8-8a8 8 0 0 0-8 8a8 8 0 0 0 8 8a8 8 0 0 0 8-8m2 0a10 10 0 0 1-10 10A10 10 0 0 1 2 12A10 10 0 0 1 12 2a10 10 0 0 1 10 10M10 9.5c0 .8-.7 1.5-1.5 1.5S7 10.3 7 9.5S7.7 8 8.5 8s1.5.7 1.5 1.5m7 0c0 .8-.7 1.5-1.5 1.5S14 10.3 14 9.5S14.7 8 15.5 8s1.5.7 1.5 1.5m-5 7.73c-1.75 0-3.29-.73-4.19-1.81L9.23 14c.45.72 1.52 1.23 2.77 1.23s2.32-.51 2.77-1.23l1.42 1.42c-.9 1.08-2.44 1.81-4.19 1.81'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-mdi-export-variant{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M12 1L8 5h3v9h2V5h3m2 18H6a2 2 0 0 1-2-2V9a2 2 0 0 1 2-2h3v2H6v12h12V9h-3V7h3a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-mdi-eye-outline{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M12 9a3 3 0 0 1 3 3a3 3 0 0 1-3 3a3 3 0 0 1-3-3a3 3 0 0 1 3-3m0-4.5c5 0 9.27 3.11 11 7.5c-1.73 4.39-6 7.5-11 7.5S2.73 16.39 1 12c1.73-4.39 6-7.5 11-7.5M3.18 12a9.821 9.821 0 0 0 17.64 0a9.821 9.821 0 0 0-17.64 0'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-mdi-filter{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M14 12v7.88c.04.3-.06.62-.29.83a.996.996 0 0 1-1.41 0l-2.01-2.01a.99.99 0 0 1-.29-.83V12h-.03L4.21 4.62a1 1 0 0 1 .17-1.4c.19-.14.4-.22.62-.22h14c.22 0 .43.08.62.22a1 1 0 0 1 .17 1.4L14.03 12z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-mdi-filter-check{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M12 12v7.88c.04.3-.06.62-.29.83a.996.996 0 0 1-1.41 0L8.29 18.7a.99.99 0 0 1-.29-.83V12h-.03L2.21 4.62a1 1 0 0 1 .17-1.4c.19-.14.4-.22.62-.22h14c.22 0 .43.08.62.22a1 1 0 0 1 .17 1.4L12.03 12zm5.75 9L15 18l1.16-1.16l1.59 1.59l3.59-3.59l1.16 1.41z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-mdi-filter-off-outline{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M2.39 1.73L1.11 3L9 10.89v4.98c-.04.29.06.6.29.83l4.01 4.01c.39.39 1.02.39 1.41 0c.23-.21.33-.53.29-.83v-2.99l5.84 5.84l1.27-1.27L15 14.35v-.01l-2-1.99l-2-2.01L4.15 3.5zM6.21 3L8.2 5h8.76l-3.85 4.91L15 11.8v-1.05l4.79-6.13a1 1 0 0 0-.17-1.4c-.19-.14-.4-.22-.62-.22zM11 12.89l2 2v2.69l-2-2z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-mdi-filter-outline{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M15 19.88c.04.3-.06.62-.29.83a.996.996 0 0 1-1.41 0L9.29 16.7a.99.99 0 0 1-.29-.83v-5.12L4.21 4.62a1 1 0 0 1 .17-1.4c.19-.14.4-.22.62-.22h14c.22 0 .43.08.62.22a1 1 0 0 1 .17 1.4L15 10.75zM7.04 5L11 10.06v5.52l2 2v-7.53L16.96 5z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-mdi-filter-plus-outline{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M15 17h3v-3h2v3h3v2h-3v3h-2v-3h-3zm-2 2.88c.04.3-.06.62-.28.83c-.4.39-1.03.39-1.42 0L7.29 16.7a.99.99 0 0 1-.29-.83v-5.12L2.21 4.62a1 1 0 0 1 .17-1.4c.19-.14.4-.22.62-.22h14c.22 0 .43.08.62.22a1 1 0 0 1 .17 1.4L13 10.75zM5.04 5L9 10.07v5.51l2 2v-7.53L14.96 5z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-mdi-filter-remove-outline{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M14.73 20.83L17.58 18l-2.85-2.83l1.42-1.41L19 16.57l2.8-2.81l1.42 1.41L20.41 18l2.81 2.83l-1.42 1.41L19 19.4l-2.85 2.84zM13 19.88c.04.3-.06.62-.29.83a.996.996 0 0 1-1.41 0L7.29 16.7a.99.99 0 0 1-.29-.83v-5.12L2.21 4.62a1 1 0 0 1 .17-1.4c.19-.14.4-.22.62-.22h14c.22 0 .43.08.62.22a1 1 0 0 1 .17 1.4L13 10.75zM5.04 5L9 10.06v5.52l2 2v-7.53L14.96 5z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-mdi-filter-variant{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M6 13h12v-2H6M3 6v2h18V6M10 18h4v-2h-4z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-mdi-fire{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M17.66 11.2c-.23-.3-.51-.56-.77-.82c-.67-.6-1.43-1.03-2.07-1.66C13.33 7.26 13 4.85 13.95 3c-.95.23-1.78.75-2.49 1.32c-2.59 2.08-3.61 5.75-2.39 8.9c.04.1.08.2.08.33c0 .22-.15.42-.35.5c-.23.1-.47.04-.66-.12a.6.6 0 0 1-.14-.17c-1.13-1.43-1.31-3.48-.55-5.12C5.78 10 4.87 12.3 5 14.47c.06.5.12 1 .29 1.5c.14.6.41 1.2.71 1.73c1.08 1.73 2.95 2.97 4.96 3.22c2.14.27 4.43-.12 6.07-1.6c1.83-1.66 2.47-4.32 1.53-6.6l-.13-.26c-.21-.46-.77-1.26-.77-1.26m-3.16 6.3c-.28.24-.74.5-1.1.6c-1.12.4-2.24-.16-2.9-.82c1.19-.28 1.9-1.16 2.11-2.05c.17-.8-.15-1.46-.28-2.23c-.12-.74-.1-1.37.17-2.06c.19.38.39.76.63 1.06c.77 1 1.98 1.44 2.24 2.8c.04.14.06.28.06.43c.03.82-.33 1.72-.93 2.27'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-mdi-flag-checkered{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M14.4 6H20v10h-7l-.4-2H7v7H5V4h9zm-.4 8h2v-2h2v-2h-2V8h-2v2l-1-2V6h-2v2H9V6H7v2h2v2H7v2h2v-2h2v2h2v-2l1 2zm-3-4V8h2v2zm3 0h2v2h-2z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-mdi-flag-outline{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='m12.36 6l.4 2H18v6h-3.36l-.4-2H7V6zM14 4H5v17h2v-7h5.6l.4 2h7V6h-5.6'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-mdi-flashlight{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M9 10L6 5h12l-3 5zm9-6H6V2h12zM9 22V11h6v11zm3-9a1 1 0 0 0-1 1a1 1 0 0 0 1 1a1 1 0 0 0 1-1a1 1 0 0 0-1-1'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-mdi-flashlight-off{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M2 5.27L3.28 4L20 20.72L18.73 22L15 18.27V22H9v-9.73zM18 5l-3 5h-3.18l-5-5zm0-1H6V2h12zm-3 7v2.18L12.82 11z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-mdi-flask-outline{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M5 19a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1c0-.21-.07-.41-.18-.57L13 8.35V4h-2v4.35L5.18 18.43c-.11.16-.18.36-.18.57m1 3a3 3 0 0 1-3-3c0-.6.18-1.16.5-1.63L9 7.81V6a1 1 0 0 1-1-1V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v1a1 1 0 0 1-1 1v1.81l5.5 9.56c.32.47.5 1.03.5 1.63a3 3 0 0 1-3 3zm7-6l1.34-1.34L16.27 18H7.73l2.66-4.61zm-.5-4a.5.5 0 0 1 .5.5a.5.5 0 0 1-.5.5a.5.5 0 0 1-.5-.5a.5.5 0 0 1 .5-.5'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-mdi-flask-round-bottom-outline{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M15 15c0 1.66-1.34 3-3 3s-3-1.34-3-3v-1h2v1c0 .55.45 1 1 1s1-.45 1-1v-1h2zm4 0c0 3.87-3.13 7-7 7s-7-3.13-7-7c0-2.79 1.64-5.2 4-6.33V5c0-.55.45-1 1-1h.5l-1-2h5l-1 2h.5c.55 0 1 .45 1 1v3.67c2.36 1.13 4 3.54 4 6.33m-8-9v4.1a5 5 0 1 0 2 0V6z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-mdi-folder-multiple-outline{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M22 4a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h6l2 2zM2 6v14h18v2H2a2 2 0 0 1-2-2V6zm4 0v10h16V6z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-mdi-folder-plus-outline{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M13 19c0 .34.04.67.09 1H4a2 2 0 0 1-2-2V6c0-1.11.89-2 2-2h6l2 2h8a2 2 0 0 1 2 2v5.81c-.61-.35-1.28-.59-2-.72V8H4v10h9.09c-.05.33-.09.66-.09 1m7-1v-3h-2v3h-3v2h3v3h2v-3h3v-2z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-mdi-format-list-bulleted{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M7 5h14v2H7zm0 8v-2h14v2zM4 4.5A1.5 1.5 0 0 1 5.5 6A1.5 1.5 0 0 1 4 7.5A1.5 1.5 0 0 1 2.5 6A1.5 1.5 0 0 1 4 4.5m0 6A1.5 1.5 0 0 1 5.5 12A1.5 1.5 0 0 1 4 13.5A1.5 1.5 0 0 1 2.5 12A1.5 1.5 0 0 1 4 10.5M7 19v-2h14v2zm-3-2.5A1.5 1.5 0 0 1 5.5 18A1.5 1.5 0 0 1 4 19.5A1.5 1.5 0 0 1 2.5 18A1.5 1.5 0 0 1 4 16.5'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-mdi-fullscreen{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M5 5h5v2H7v3H5zm9 0h5v5h-2V7h-3zm3 9h2v5h-5v-2h3zm-7 3v2H5v-5h2v3z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-mdi-fullscreen-exit{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M14 14h5v2h-3v3h-2zm-9 0h5v5H8v-3H5zm3-9h2v5H5V8h3zm11 3v2h-5V5h2v3z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-mdi-gamepad-variant{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M7 6h10a6 6 0 0 1 6 6a6 6 0 0 1-6 6c-1.78 0-3.37-.77-4.47-2h-1.06c-1.1 1.23-2.69 2-4.47 2a6 6 0 0 1-6-6a6 6 0 0 1 6-6M6 9v2H4v2h2v2h2v-2h2v-2H8V9zm9.5 3a1.5 1.5 0 0 0-1.5 1.5a1.5 1.5 0 0 0 1.5 1.5a1.5 1.5 0 0 0 1.5-1.5a1.5 1.5 0 0 0-1.5-1.5m3-3a1.5 1.5 0 0 0-1.5 1.5a1.5 1.5 0 0 0 1.5 1.5a1.5 1.5 0 0 0 1.5-1.5A1.5 1.5 0 0 0 18.5 9'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-mdi-hand-back-right-outline{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M21 7a2.5 2.5 0 0 0-2.5-2.5c-.17 0-.34 0-.5.05V4a2.5 2.5 0 0 0-3.17-2.41A2.51 2.51 0 0 0 12.5 0c-1.23 0-2.25.89-2.46 2.06C9.87 2 9.69 2 9.5 2A2.5 2.5 0 0 0 7 4.5v5.89c-.34-.31-.76-.54-1.22-.66L5 9.5c-.82-.21-1.69.11-2.18.85c-.38.57-.4 1.31-.15 1.95l2.56 6.43A8.36 8.36 0 0 0 13 24c4.42 0 8-3.58 8-8zm-2 9c0 3.31-2.69 6-6 6a6.36 6.36 0 0 1-5.91-4L4.5 11.45l.5.14c.5.12.85.46 1 .91L7 15h2V4.5c0-.28.22-.5.5-.5s.5.22.5.5V12h2V2.5c0-.28.22-.5.5-.5s.5.22.5.5V12h2V4c0-.28.22-.5.5-.5s.5.22.5.5v8h2V7c0-.28.22-.5.5-.5s.5.22.5.5z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-mdi-heart-broken{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='m12 21.35l-1.45-1.32C5.4 15.36 2 12.27 2 8.5C2 5.41 4.42 3 7.5 3c.67 0 1.32.12 1.94.33L13 9.35l-4 5zM16.5 3C19.58 3 22 5.41 22 8.5c0 3.77-3.4 6.86-8.55 11.53L12 21.35l-1-7l4.5-5l-2.65-5.08C13.87 3.47 15.17 3 16.5 3'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-mdi-heart-plus{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M12 18c0 1 .25 1.92.67 2.74l-.67.61l-1.45-1.32C5.4 15.36 2 12.27 2 8.5C2 5.41 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.08C13.09 3.81 14.76 3 16.5 3C19.58 3 22 5.41 22 8.5c0 1.43-.5 2.76-1.38 4.11c-.79-.38-1.68-.61-2.62-.61c-3.31 0-6 2.69-6 6m7-4h-2v3h-3v2h3v3h2v-3h3v-2h-3z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-mdi-heart-plus-outline{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='m12.67 20.74l-.67.61l-1.45-1.32C5.4 15.36 2 12.27 2 8.5C2 5.41 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.08C13.09 3.81 14.76 3 16.5 3C19.58 3 22 5.41 22 8.5c0 1.43-.5 2.76-1.38 4.11c-.62-.3-1.31-.5-2.03-.57C19.5 10.8 20 9.65 20 8.5c0-2-1.5-3.5-3.5-3.5c-1.54 0-3.04 1-3.57 2.36h-1.86C10.54 6 9.04 5 7.5 5C5.5 5 4 6.5 4 8.5c0 2.89 3.14 5.74 7.89 10.05l.11.1l.04-.04c.08.76.3 1.48.63 2.13M17 14v3h-3v2h3v3h2v-3h3v-2h-3v-3z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-mdi-heart-pulse{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M7.5 4A5.5 5.5 0 0 0 2 9.5c0 .5.09 1 .22 1.5H6.3l1.27-3.37c.3-.8 1.48-.88 1.86 0L11.5 13l.59-1.42c.13-.33.48-.58.91-.58h8.78c.13-.5.22-1 .22-1.5A5.5 5.5 0 0 0 16.5 4c-1.86 0-3.5.93-4.5 2.34C11 4.93 9.36 4 7.5 4M3 12.5a1 1 0 0 0-1 1a1 1 0 0 0 1 1h2.44L11 20c1 .9 1 .9 2 0l5.56-5.5H21a1 1 0 0 0 1-1a1 1 0 0 0-1-1h-7.6l-.93 2.3c-.4 1.01-1.55.87-1.92.03L8.5 9.5l-.96 2.33c-.15.38-.49.67-.94.67z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-mdi-history{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M13.5 8H12v5l4.28 2.54l.72-1.21l-3.5-2.08zM13 3a9 9 0 0 0-9 9H1l3.96 4.03L9 12H6a7 7 0 0 1 7-7a7 7 0 0 1 7 7a7 7 0 0 1-7 7c-1.93 0-3.68-.79-4.94-2.06l-1.42 1.42A8.9 8.9 0 0 0 13 21a9 9 0 0 0 9-9a9 9 0 0 0-9-9'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-mdi-home-outline{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='m12 5.69l5 4.5V18h-2v-6H9v6H7v-7.81zM12 3L2 12h3v8h6v-6h2v6h6v-8h3'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-mdi-image-multiple-outline{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M21 17H7V3h14m0-2H7a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V3a2 2 0 0 0-2-2M3 5H1v16a2 2 0 0 0 2 2h16v-2H3m12.96-10.71l-2.75 3.54l-1.96-2.36L8.5 15h11z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-mdi-information-outline{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M11 9h2V7h-2m1 13c-4.41 0-8-3.59-8-8s3.59-8 8-8s8 3.59 8 8s-3.59 8-8 8m0-18A10 10 0 0 0 2 12a10 10 0 0 0 10 10a10 10 0 0 0 10-10A10 10 0 0 0 12 2m-1 15h2v-6h-2z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-mdi-knife{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M20.62 2c3.35 5.61-8.15 18.15-8.15 18.15L9.6 17.28L4.91 22l-2.14-2.14z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-mdi-lan-disconnect{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M4 1c-1.11 0-2 .89-2 2v4c0 1.11.89 2 2 2H1v2h12V9h-3c1.11 0 2-.89 2-2V3c0-1.11-.89-2-2-2zm0 2h6v4H4zm10 10c-1.11 0-2 .89-2 2v4c0 1.11.89 2 2 2h-3v2h12v-2h-3c1.11 0 2-.89 2-2v-4c0-1.11-.89-2-2-2zm-10.12.46l-1.42 1.42L4.59 17l-2.13 2.12l1.42 1.42L6 18.41l2.12 2.13l1.42-1.42L7.41 17l2.13-2.12l-1.42-1.42L6 15.59zM14 15h6v4h-6z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-mdi-lightning-bolt{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M11 15H6l7-14v8h5l-7 14z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-mdi-link-off{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M17 7h-4v1.9h4c1.71 0 3.1 1.39 3.1 3.1c0 1.43-.98 2.63-2.31 3l1.46 1.44C20.88 15.61 22 13.95 22 12a5 5 0 0 0-5-5m-1 4h-2.19l2 2H16zM2 4.27l3.11 3.11A4.99 4.99 0 0 0 2 12a5 5 0 0 0 5 5h4v-1.9H7c-1.71 0-3.1-1.39-3.1-3.1c0-1.59 1.21-2.9 2.76-3.07L8.73 11H8v2h2.73L13 15.27V17h1.73l4.01 4L20 19.74L3.27 3z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-mdi-link-variant{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M10.59 13.41c.41.39.41 1.03 0 1.42c-.39.39-1.03.39-1.42 0a5.003 5.003 0 0 1 0-7.07l3.54-3.54a5.003 5.003 0 0 1 7.07 0a5.003 5.003 0 0 1 0 7.07l-1.49 1.49c.01-.82-.12-1.64-.4-2.42l.47-.48a2.98 2.98 0 0 0 0-4.24a2.98 2.98 0 0 0-4.24 0l-3.53 3.53a2.98 2.98 0 0 0 0 4.24m2.82-4.24c.39-.39 1.03-.39 1.42 0a5.003 5.003 0 0 1 0 7.07l-3.54 3.54a5.003 5.003 0 0 1-7.07 0a5.003 5.003 0 0 1 0-7.07l1.49-1.49c-.01.82.12 1.64.4 2.43l-.47.47a2.98 2.98 0 0 0 0 4.24a2.98 2.98 0 0 0 4.24 0l3.53-3.53a2.98 2.98 0 0 0 0-4.24a.973.973 0 0 1 0-1.42'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-mdi-loading{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M12 4V2A10 10 0 0 0 2 12h2a8 8 0 0 1 8-8'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-mdi-lock{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M12 17a2 2 0 0 0 2-2a2 2 0 0 0-2-2a2 2 0 0 0-2 2a2 2 0 0 0 2 2m6-9a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V10a2 2 0 0 1 2-2h1V6a5 5 0 0 1 5-5a5 5 0 0 1 5 5v2zm-6-5a3 3 0 0 0-3 3v2h6V6a3 3 0 0 0-3-3'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-mdi-lock-outline{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M12 17a2 2 0 0 1-2-2c0-1.11.89-2 2-2a2 2 0 0 1 2 2a2 2 0 0 1-2 2m6 3V10H6v10zm0-12a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V10c0-1.11.89-2 2-2h1V6a5 5 0 0 1 5-5a5 5 0 0 1 5 5v2zm-6-5a3 3 0 0 0-3 3v2h6V6a3 3 0 0 0-3-3'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-mdi-login{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M11 7L9.6 8.4l2.6 2.6H2v2h10.2l-2.6 2.6L11 17l5-5zm9 12h-8v2h8c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2h-8v2h8z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-mdi-logout{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='m17 7l-1.41 1.41L18.17 11H8v2h10.17l-2.58 2.58L17 17l5-5M4 5h8V3H4c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h8v-2H4z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-mdi-magnify{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M9.5 3A6.5 6.5 0 0 1 16 9.5c0 1.61-.59 3.09-1.56 4.23l.27.27h.79l5 5l-1.5 1.5l-5-5v-.79l-.27-.27A6.52 6.52 0 0 1 9.5 16A6.5 6.5 0 0 1 3 9.5A6.5 6.5 0 0 1 9.5 3m0 2C7 5 5 7 5 9.5S7 14 9.5 14S14 12 14 9.5S12 5 9.5 5'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-mdi-map-marker-outline{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M12 6.5A2.5 2.5 0 0 1 14.5 9a2.5 2.5 0 0 1-2.5 2.5A2.5 2.5 0 0 1 9.5 9A2.5 2.5 0 0 1 12 6.5M12 2a7 7 0 0 1 7 7c0 5.25-7 13-7 13S5 14.25 5 9a7 7 0 0 1 7-7m0 2a5 5 0 0 0-5 5c0 1 0 3 5 9.71C17 12 17 10 17 9a5 5 0 0 0-5-5'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-mdi-menu{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M3 6h18v2H3zm0 5h18v2H3zm0 5h18v2H3z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-mdi-minus{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M19 13H5v-2h14z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-mdi-open-in-new{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M14 3v2h3.59l-9.83 9.83l1.41 1.41L19 6.41V10h2V3m-2 16H5V5h7V3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-7h-2z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-mdi-package-variant{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M2 10.96a.985.985 0 0 1-.37-1.37L3.13 7c.11-.2.28-.34.47-.42l7.83-4.4c.16-.12.36-.18.57-.18s.41.06.57.18l7.9 4.44c.19.1.35.26.44.46l1.45 2.52c.28.48.11 1.09-.36 1.36l-1 .58v4.96c0 .38-.21.71-.53.88l-7.9 4.44c-.16.12-.36.18-.57.18s-.41-.06-.57-.18l-7.9-4.44A.99.99 0 0 1 3 16.5v-5.54c-.3.17-.68.18-1 0m10-6.81v6.7l5.96-3.35zM5 15.91l6 3.38v-6.71L5 9.21zm14 0v-3.22l-5 2.9c-.33.18-.7.17-1 .01v3.69zm-5.15-2.55l6.28-3.63l-.58-1.01l-6.28 3.63z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-mdi-package-variant-closed{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M21 16.5c0 .38-.21.71-.53.88l-7.9 4.44c-.16.12-.36.18-.57.18s-.41-.06-.57-.18l-7.9-4.44A.99.99 0 0 1 3 16.5v-9c0-.38.21-.71.53-.88l7.9-4.44c.16-.12.36-.18.57-.18s.41.06.57.18l7.9 4.44c.32.17.53.5.53.88zM12 4.15l-1.89 1.07L16 8.61l1.96-1.11zM6.04 7.5L12 10.85l1.96-1.1l-5.88-3.4zM5 15.91l6 3.38v-6.71L5 9.21zm14 0v-6.7l-6 3.37v6.71z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-mdi-palette-outline{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M12 22A10 10 0 0 1 2 12A10 10 0 0 1 12 2c5.5 0 10 4 10 9a6 6 0 0 1-6 6h-1.8c-.3 0-.5.2-.5.5c0 .1.1.2.1.3c.4.5.6 1.1.6 1.7c.1 1.4-1 2.5-2.4 2.5m0-18a8 8 0 0 0-8 8a8 8 0 0 0 8 8c.3 0 .5-.2.5-.5c0-.2-.1-.3-.1-.4c-.4-.5-.6-1-.6-1.6c0-1.4 1.1-2.5 2.5-2.5H16a4 4 0 0 0 4-4c0-3.9-3.6-7-8-7m-5.5 6c.8 0 1.5.7 1.5 1.5S7.3 13 6.5 13S5 12.3 5 11.5S5.7 10 6.5 10m3-4c.8 0 1.5.7 1.5 1.5S10.3 9 9.5 9S8 8.3 8 7.5S8.7 6 9.5 6m5 0c.8 0 1.5.7 1.5 1.5S15.3 9 14.5 9S13 8.3 13 7.5S13.7 6 14.5 6m3 4c.8 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5s-1.5-.7-1.5-1.5s.7-1.5 1.5-1.5'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-mdi-pencil-box-multiple-outline{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M4 6H2v14a2 2 0 0 0 2 2h14v-2H4zm14.7 1.35l-1 1l-2.05-2.05l1-1c.21-.22.56-.22.77 0l1.28 1.28c.22.21.22.56 0 .77M9 12.94l6.06-6.06l2.06 2.06L11.06 15H9zM20 4v12H8V4zm0-2H8c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V4c0-1.1-.9-2-2-2'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-mdi-pencil-outline{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='m14.06 9l.94.94L5.92 19H5v-.92zm3.6-6c-.25 0-.51.1-.7.29l-1.83 1.83l3.75 3.75l1.83-1.83c.39-.39.39-1.04 0-1.41l-2.34-2.34c-.2-.2-.45-.29-.71-.29m-3.6 3.19L3 17.25V21h3.75L17.81 9.94z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-mdi-play{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M8 5.14v14l11-7z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-mdi-playlist-plus{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M3 16h7v-2H3m15 0v-4h-2v4h-4v2h4v4h2v-4h4v-2m-8-8H3v2h11m0 2H3v2h11z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-mdi-plus{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-mdi-plus-box-outline{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M19 19V5H5v14zm0-16a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2zm-8 4h2v4h4v2h-4v4h-2v-4H7v-2h4z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-mdi-plus-circle-outline{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M12 20c-4.41 0-8-3.59-8-8s3.59-8 8-8s8 3.59 8 8s-3.59 8-8 8m0-18A10 10 0 0 0 2 12a10 10 0 0 0 10 10a10 10 0 0 0 10-10A10 10 0 0 0 12 2m1 5h-2v4H7v2h4v4h2v-4h4v-2h-4z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-mdi-qrcode{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M3 11h2v2H3zm8-6h2v4h-2zm-2 6h4v4h-2v-2H9zm6 0h2v2h2v-2h2v2h-2v2h2v4h-2v2h-2v-2h-4v2h-2v-4h4v-2h2v-2h-2zm4 8v-4h-2v4zM15 3h6v6h-6zm2 2v2h2V5zM3 3h6v6H3zm2 2v2h2V5zM3 15h6v6H3zm2 2v2h2v-2z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-mdi-qrcode-scan{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M4 4h6v6H4zm16 0v6h-6V4zm-6 11h2v-2h-2v-2h2v2h2v-2h2v2h-2v2h2v3h-2v2h-2v-2h-3v2h-2v-4h3zm2 0v3h2v-3zM4 20v-6h6v6zM6 6v2h2V6zm10 0v2h2V6zM6 16v2h2v-2zm-2-5h2v2H4zm5 0h4v4h-2v-2H9zm2-5h2v4h-2zM2 2v4H0V2a2 2 0 0 1 2-2h4v2zm20-2a2 2 0 0 1 2 2v4h-2V2h-4V0zM2 18v4h4v2H2a2 2 0 0 1-2-2v-4zm20 4v-4h2v4a2 2 0 0 1-2 2h-4v-2z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-mdi-refresh{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M17.65 6.35A7.96 7.96 0 0 0 12 4a8 8 0 0 0-8 8a8 8 0 0 0 8 8c3.73 0 6.84-2.55 7.73-6h-2.08A5.99 5.99 0 0 1 12 18a6 6 0 0 1-6-6a6 6 0 0 1 6-6c1.66 0 3.14.69 4.22 1.78L13 11h7V4z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-mdi-rocket-launch-outline{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='m13.16 22.19l-1.66-3.84c1.6-.58 3.07-1.35 4.43-2.27l-2.78 6.11m-7.5-9.69l-3.84-1.65l6.11-2.78C7 9.43 6.23 10.91 5.65 12.5M20 4c-2.96-.22-5.2.83-7.55 3.31c-2.36 2.47-3.36 4.5-3.95 6.04l2.17 2.1c2.29-.87 4.33-2.18 6.03-3.89C20 8.27 20.17 5.4 20 4m-9 1.9c2.63-2.8 7-4.82 10.66-3.55c0 0 2.12 4.96-3.55 10.65c-2.2 2.17-4.58 3.5-6.72 4.34c-.24.09-1.15.39-2.13-.46l-2.13-2.13c-.56-.56-.74-1.38-.47-2.13C7.5 10.5 8.41 8.69 11 5.9M6.25 22H4.84l4.09-4.1c.3.21.63.36.97.45zM2 22v-1.41l4.77-4.78l1.43 1.42L3.41 22zm0-2.83v-1.42l3.65-3.65c.09.35.24.68.45.97zM16 6a2 2 0 0 1 2 2c0 1.11-.89 2-2 2a2 2 0 1 1 0-4'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-mdi-rotate-right{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='m16.89 15.5l1.42 1.39c.9-1.16 1.45-2.5 1.62-3.89h-2.02c-.14.87-.48 1.72-1.02 2.5M13 17.9v2.02c1.39-.17 2.74-.71 3.9-1.61l-1.44-1.44c-.75.54-1.59.89-2.46 1.03m6.93-6.9a7.9 7.9 0 0 0-1.62-3.89l-1.42 1.42c.54.75.88 1.6 1.02 2.47m-2.36-5.45L11 1v3.07C7.06 4.56 4 7.92 4 12s3.05 7.44 7 7.93v-2.02c-2.84-.48-5-2.94-5-5.91s2.16-5.43 5-5.91V10z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-mdi-script-text-outline{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M15 20a1 1 0 0 0 1-1V4H8a1 1 0 0 0-1 1v11H5V5a3 3 0 0 1 3-3h11a3 3 0 0 1 3 3v1h-2V5a1 1 0 0 0-1-1a1 1 0 0 0-1 1v14a3 3 0 0 1-3 3H5a3 3 0 0 1-3-3v-1h11a2 2 0 0 0 2 2M9 6h5v2H9zm0 4h5v2H9zm0 4h5v2H9z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-mdi-seal{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M20.39 19.37L16.38 18L15 22l-3.08-6L9 22l-1.38-4l-4.01 1.37l2.92-6A6.97 6.97 0 0 1 5 9a7 7 0 0 1 7-7a7 7 0 0 1 7 7c0 1.65-.57 3.17-1.53 4.37zM7 9l2.69 1.34l-.19 3l2.5-1.66l2.5 1.65l-.17-2.99L17 9l-2.68-1.35l.18-2.98L12 6.31L9.5 4.65l.17 3.01z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-mdi-seat{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M4 18v3h3v-3h10v3h3v-6H4zm15-8h3v3h-3zM2 10h3v3H2zm15 3H7V5a2 2 0 0 1 2-2h6a2 2 0 0 1 2 2z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-mdi-share-variant{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M18 16.08c-.76 0-1.44.3-1.96.77L8.91 12.7c.05-.23.09-.46.09-.7s-.04-.47-.09-.7l7.05-4.11c.54.5 1.25.81 2.04.81a3 3 0 0 0 3-3a3 3 0 0 0-3-3a3 3 0 0 0-3 3c0 .24.04.47.09.7L8.04 9.81C7.5 9.31 6.79 9 6 9a3 3 0 0 0-3 3a3 3 0 0 0 3 3c.79 0 1.5-.31 2.04-.81l7.12 4.15c-.05.21-.08.43-.08.66c0 1.61 1.31 2.91 2.92 2.91s2.92-1.3 2.92-2.91A2.92 2.92 0 0 0 18 16.08'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-mdi-shield-search{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M12 9a3 3 0 0 1 3 3a3 3 0 0 1-3 3a3 3 0 0 1-3-3a3 3 0 0 1 3-3m5.86 10.31C16.23 21.22 14.28 22.45 12 23c-2.56-.61-4.7-2.07-6.42-4.37C3.86 16.34 3 13.8 3 11V5l9-4l9 4v6c0 2.39-.64 4.61-1.92 6.67l-2.91-2.91c.52-.79.83-1.76.83-2.76a5 5 0 0 0-5-5a5 5 0 0 0-5 5a5 5 0 0 0 5 5c1 0 1.97-.31 2.76-.83z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-mdi-shield-star-outline{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M21 11c0 5.55-3.84 10.74-9 12c-5.16-1.26-9-6.45-9-12V5l9-4l9 4zm-9 10c3.75-1 7-5.46 7-9.78V6.3l-7-3.12L5 6.3v4.92C5 15.54 8.25 20 12 21m3.05-5l-3.08-1.85L8.9 16l.81-3.5L7 10.16l3.58-.31l1.39-3.3l1.4 3.29l3.58.31l-2.72 2.35z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-mdi-skip-next{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M16 18h2V6h-2M6 18l8.5-6L6 6z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-mdi-skull{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M12 2a9 9 0 0 0-9 9a8.99 8.99 0 0 0 4 7.47V22h2v-3h2v3h2v-3h2v3h2v-3.54c2.47-1.65 4-4.46 4-7.46a9 9 0 0 0-9-9m-4 9a2 2 0 0 1 2 2a2 2 0 0 1-2 2a2 2 0 0 1-2-2a2 2 0 0 1 2-2m8 0a2 2 0 0 1 2 2a2 2 0 0 1-2 2a2 2 0 0 1-2-2a2 2 0 0 1 2-2m-4 3l1.5 3h-3z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-mdi-skull-outline{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M8 15a2 2 0 0 1-2-2a2 2 0 0 1 2-2a2 2 0 0 1 2 2a2 2 0 0 1-2 2m2.5 2l1.5-3l1.5 3zm5.5-2a2 2 0 0 1-2-2a2 2 0 0 1 2-2a2 2 0 0 1 2 2a2 2 0 0 1-2 2m6-4A10 10 0 0 0 12 1A10 10 0 0 0 2 11c0 2.8 1.2 5.3 3 7.1V22h14v-3.9c1.8-1.8 3-4.3 3-7.1m-5 9h-2v-2h-2v2h-2v-2H9v2H7v-2.8c-1.8-1.5-3-3.7-3-6.2a8 8 0 0 1 8-8a8 8 0 0 1 8 8c0 2.5-1.2 4.8-3 6.2z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-mdi-sort{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='m18 21l-4-4h3V7h-3l4-4l4 4h-3v10h3M2 19v-2h10v2M2 13v-2h7v2M2 7V5h4v2z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-mdi-source-branch{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M13 14c-3.36 0-4.46 1.35-4.82 2.24C9.25 16.7 10 17.76 10 19a3 3 0 0 1-3 3a3 3 0 0 1-3-3c0-1.31.83-2.42 2-2.83V7.83A2.99 2.99 0 0 1 4 5a3 3 0 0 1 3-3a3 3 0 0 1 3 3c0 1.31-.83 2.42-2 2.83v5.29c.88-.65 2.16-1.12 4-1.12c2.67 0 3.56-1.34 3.85-2.23A3.01 3.01 0 0 1 14 7a3 3 0 0 1 3-3a3 3 0 0 1 3 3c0 1.34-.88 2.5-2.09 2.86C17.65 11.29 16.68 14 13 14m-6 4a1 1 0 0 0-1 1a1 1 0 0 0 1 1a1 1 0 0 0 1-1a1 1 0 0 0-1-1M7 4a1 1 0 0 0-1 1a1 1 0 0 0 1 1a1 1 0 0 0 1-1a1 1 0 0 0-1-1m10 2a1 1 0 0 0-1 1a1 1 0 0 0 1 1a1 1 0 0 0 1-1a1 1 0 0 0-1-1'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-mdi-square-edit-outline{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M5 3c-1.11 0-2 .89-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-7h-2v7H5V5h7V3zm12.78 1a.7.7 0 0 0-.48.2l-1.22 1.21l2.5 2.5L19.8 6.7c.26-.26.26-.7 0-.95L18.25 4.2c-.13-.13-.3-.2-.47-.2m-2.41 2.12L8 13.5V16h2.5l7.37-7.38z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-mdi-star{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.62L12 2L9.19 8.62L2 9.24l5.45 4.73L5.82 21z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-mdi-star-circle-outline{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='m8.58 17.25l.92-3.89l-3-2.58l3.95-.37L12 6.8l1.55 3.65l3.95.33l-3 2.58l.92 3.89L12 15.19zM12 2a10 10 0 0 1 10 10a10 10 0 0 1-10 10A10 10 0 0 1 2 12A10 10 0 0 1 12 2m0 2a8 8 0 0 0-8 8a8 8 0 0 0 8 8a8 8 0 0 0 8-8a8 8 0 0 0-8-8'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-mdi-star-four-points{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M12 1L9 9l-8 3l8 3l3 8l3-8l8-3l-8-3z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-mdi-star-four-points-outline{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='m12 6.7l1.45 3.85L17.3 12l-3.85 1.45L12 17.3l-1.45-3.85L6.7 12l3.85-1.45zM12 1L9 9l-8 3l8 3l3 8l3-8l8-3l-8-3z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-mdi-star-outline{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='m12 15.39l-3.76 2.27l.99-4.28l-3.32-2.88l4.38-.37L12 6.09l1.71 4.04l4.38.37l-3.32 2.88l.99 4.28M22 9.24l-7.19-.61L12 2L9.19 8.63L2 9.24l5.45 4.73L5.82 21L12 17.27L18.18 21l-1.64-7.03z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-mdi-storefront-outline{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M5.06 3c-.43 0-.84.14-1.22.42s-.6.64-.7 1.08L2.11 8.91c-.25 1.09-.05 2.04.61 2.86l.28.28V19c0 .5.2 1 .61 1.39S4.5 21 5 21h14c.5 0 1-.2 1.39-.61S21 19.5 21 19v-6.95l.28-.28c.66-.82.86-1.77.61-2.86L20.86 4.5c-.13-.44-.36-.8-.73-1.08A1.88 1.88 0 0 0 18.94 3zm13.83 1.97l1.08 4.41c.09.43 0 .82-.28 1.17c-.25.31-.56.45-.94.45c-.31 0-.58-.1-.8-.34c-.22-.23-.34-.5-.37-.82L16.97 5zM5.06 5h1.97l-.61 4.84C6.3 10.63 5.91 11 5.25 11c-.41 0-.72-.14-.94-.45c-.28-.35-.37-.74-.28-1.17zm3.99 0H11v4.7c0 .35-.11.65-.36.92c-.25.26-.56.38-.94.38c-.34 0-.63-.12-.86-.41S8.5 10 8.5 9.66V9.5zM13 5h1.95l.55 4.5c.08.42 0 .77-.29 1.07c-.26.3-.6.43-1.01.43c-.31 0-.59-.12-.84-.38A1.3 1.3 0 0 1 13 9.7zm-5.55 7.05c.63.62 1.41.95 2.35.95c.84 0 1.58-.33 2.2-.95c.69.62 1.45.95 2.3.95c.87 0 1.62-.33 2.25-.95c.56.62 1.31.95 2.25.95h.23v6H5v-6h.25c.91 0 1.64-.33 2.2-.95'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-mdi-swap-horizontal{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='m21 9l-4-4v3h-7v2h7v3M7 11l-4 4l4 4v-3h7v-2H7z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-mdi-sword{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M6.92 5H5l9 9l1-.94m4.96 6.06l-.84.84a.996.996 0 0 1-1.41 0l-3.12-3.12l-2.68 2.66l-1.41-1.41l1.42-1.42L3 7.75V3h4.75l8.92 8.92l1.42-1.42l1.41 1.41l-2.67 2.67l3.12 3.12c.4.4.4 1.03.01 1.42'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-mdi-sword-cross{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='m6.2 2.44l11.9 11.9l2.12-2.12l1.41 1.41l-2.47 2.47l3.18 3.18c.39.39.39 1.02 0 1.41l-.71.71a.996.996 0 0 1-1.41 0L17 18.23l-2.44 2.47l-1.41-1.41l2.12-2.12l-11.9-11.9V2.44zM15.89 10l4.74-4.74V2.44H17.8l-4.74 4.74zm-4.95 5l-2.83-2.87l-2.21 2.21l-2.12-2.12l-1.41 1.41l2.47 2.47l-3.18 3.19a.996.996 0 0 0 0 1.41l.71.71c.39.39 1.02.39 1.41 0L7 18.23l2.44 2.47l1.41-1.41l-2.12-2.12z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-mdi-table-large{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M4 3h16a2 2 0 0 1 2 2v15a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2m0 4v3h4V7zm6 0v3h4V7zm10 3V7h-4v3zM4 12v3h4v-3zm0 8h4v-3H4zm6-8v3h4v-3zm0 8h4v-3h-4zm10 0v-3h-4v3zm0-8h-4v3h4z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-mdi-tag-heart{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='m21.41 11.58l-9-9C12.05 2.22 11.55 2 11 2H4a2 2 0 0 0-2 2v7c0 .55.22 1.05.59 1.42l9 9c.36.36.86.58 1.41.58s1.05-.22 1.41-.59l7-7c.37-.36.59-.86.59-1.41s-.23-1.06-.59-1.42M5.5 7A1.5 1.5 0 0 1 4 5.5A1.5 1.5 0 0 1 5.5 4A1.5 1.5 0 0 1 7 5.5A1.5 1.5 0 0 1 5.5 7m11.77 8.27L13 19.54l-4.27-4.27A2.52 2.52 0 0 1 8 13.5a2.5 2.5 0 0 1 2.5-2.5c.69 0 1.32.28 1.77.74l.73.72l.73-.73c.45-.45 1.08-.73 1.77-.73a2.5 2.5 0 0 1 2.5 2.5c0 .69-.28 1.32-.73 1.77'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-mdi-tag-outline{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='m21.41 11.58l-9-9A2 2 0 0 0 11 2H4a2 2 0 0 0-2 2v7a2 2 0 0 0 .59 1.42l9 9A2 2 0 0 0 13 22a2 2 0 0 0 1.41-.59l7-7A2 2 0 0 0 22 13a2 2 0 0 0-.59-1.42M13 20l-9-9V4h7l9 9M6.5 5A1.5 1.5 0 1 1 5 6.5A1.5 1.5 0 0 1 6.5 5'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-mdi-target-account{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M20.95 11h1.55v2h-1.55c-.45 4.17-3.78 7.5-7.95 7.95v1.55h-2v-1.55C6.83 20.5 3.5 17.17 3.05 13H1.5v-2h1.55C3.5 6.83 6.83 3.5 11 3.05V1.5h2v1.55c4.17.45 7.5 3.78 7.95 7.95M5.07 11H6.5v2H5.07A6.98 6.98 0 0 0 11 18.93V17.5h2v1.43A6.98 6.98 0 0 0 18.93 13H17.5v-2h1.43A6.98 6.98 0 0 0 13 5.07V6.5h-2V5.07A6.98 6.98 0 0 0 5.07 11M16 16H8v-1c0-1.33 2.67-2 4-2s4 .67 4 2zm-4-8a2 2 0 0 1 2 2a2 2 0 0 1-2 2a2 2 0 0 1-2-2a2 2 0 0 1 2-2'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-mdi-theme-light-dark{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M7.5 2c-1.79 1.15-3 3.18-3 5.5s1.21 4.35 3.03 5.5C4.46 13 2 10.54 2 7.5A5.5 5.5 0 0 1 7.5 2m11.57 1.5l1.43 1.43L4.93 20.5L3.5 19.07zm-6.18 2.43L11.41 5L9.97 6l.42-1.7L9 3.24l1.75-.12l.58-1.65L12 3.1l1.73.03l-1.35 1.13zm-3.3 3.61l-1.16-.73l-1.12.78l.34-1.32l-1.09-.83l1.36-.09l.45-1.29l.51 1.27l1.36.03l-1.05.87zM19 13.5a5.5 5.5 0 0 1-5.5 5.5c-1.22 0-2.35-.4-3.26-1.07l7.69-7.69c.67.91 1.07 2.04 1.07 3.26m-4.4 6.58l2.77-1.15l-.24 3.35zm4.33-2.7l1.15-2.77l2.2 2.54zm1.15-4.96l-1.14-2.78l3.34.24zM9.63 18.93l2.77 1.15l-2.53 2.19z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-mdi-thumb-up{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M23 10a2 2 0 0 0-2-2h-6.32l.96-4.57c.02-.1.03-.21.03-.32c0-.41-.17-.79-.44-1.06L14.17 1L7.59 7.58C7.22 7.95 7 8.45 7 9v10a2 2 0 0 0 2 2h9c.83 0 1.54-.5 1.84-1.22l3.02-7.05c.09-.23.14-.47.14-.73zM1 21h4V9H1z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-mdi-thumb-up-outline{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M5 9v12H1V9zm4 12a2 2 0 0 1-2-2V9c0-.55.22-1.05.59-1.41L14.17 1l1.06 1.06c.27.27.44.64.44 1.05l-.03.32L14.69 8H21a2 2 0 0 1 2 2v2c0 .26-.05.5-.14.73l-3.02 7.05C19.54 20.5 18.83 21 18 21zm0-2h9.03L21 12v-2h-8.79l1.13-5.32L9 9.03z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-mdi-timer-outline{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M12 20a7 7 0 0 1-7-7a7 7 0 0 1 7-7a7 7 0 0 1 7 7a7 7 0 0 1-7 7m7.03-12.61l1.42-1.42c-.45-.51-.9-.97-1.41-1.41L17.62 6c-1.55-1.26-3.5-2-5.62-2a9 9 0 0 0-9 9a9 9 0 0 0 9 9c5 0 9-4.03 9-9c0-2.12-.74-4.07-1.97-5.61M11 14h2V8h-2m4-7H9v2h6z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-mdi-translate{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='m12.87 15.07l-2.54-2.51l.03-.03A17.5 17.5 0 0 0 14.07 6H17V4h-7V2H8v2H1v2h11.17C11.5 7.92 10.44 9.75 9 11.35C8.07 10.32 7.3 9.19 6.69 8h-2c.73 1.63 1.73 3.17 2.98 4.56l-5.09 5.02L4 19l5-5l3.11 3.11zM18.5 10h-2L12 22h2l1.12-3h4.75L21 22h2zm-2.62 7l1.62-4.33L19.12 17z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-mdi-trash-can-outline{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M9 3v1H4v2h1v13a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V6h1V4h-5V3zM7 6h10v13H7zm2 2v9h2V8zm4 0v9h2V8z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-mdi-trophy{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M18 2c-.9 0-2 1-2 2H8c0-1-1.1-2-2-2H2v9c0 1 1 2 2 2h2.2c.4 2 1.7 3.7 4.8 4v2.08C8 19.54 8 22 8 22h8s0-2.46-3-2.92V17c3.1-.3 4.4-2 4.8-4H20c1 0 2-1 2-2V2zM6 11H4V4h2zm14 0h-2V4h2z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-mdi-truck-fast-outline{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M.75 7.5h9.75l.75 1.5H1.5zm1 3h9.75l.75 1.5H2.5zm16.25 8c.83 0 1.5-.67 1.5-1.5s-.67-1.5-1.5-1.5s-1.5.67-1.5 1.5s.67 1.5 1.5 1.5m1.5-9H17V12h4.46zM8 18.5c.83 0 1.5-.67 1.5-1.5s-.67-1.5-1.5-1.5s-1.5.67-1.5 1.5s.67 1.5 1.5 1.5M20 8l3 4v5h-2c0 1.66-1.34 3-3 3s-3-1.34-3-3h-4c0 1.66-1.35 3-3 3c-1.66 0-3-1.34-3-3H3v-3.5h2V15h.76c.55-.61 1.35-1 2.24-1s1.69.39 2.24 1H15V6H3c0-1.11.89-2 2-2h12v4z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-mdi-tune{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M3 17v2h6v-2zM3 5v2h10V5zm10 16v-2h8v-2h-8v-2h-2v6zM7 9v2H3v2h4v2h2V9zm14 4v-2H11v2zm-6-4h2V7h4V5h-4V3h-2z'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-mdi-weather-night{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='m17.75 4.09l-2.53 1.94l.91 3.06l-2.63-1.81l-2.63 1.81l.91-3.06l-2.53-1.94L12.44 4l1.06-3l1.06 3zm3.5 6.91l-1.64 1.25l.59 1.98l-1.7-1.17l-1.7 1.17l.59-1.98L15.75 11l2.06-.05L18.5 9l.69 1.95zm-2.28 4.95c.83-.08 1.72 1.1 1.19 1.85c-.32.45-.66.87-1.08 1.27C15.17 23 8.84 23 4.94 19.07c-3.91-3.9-3.91-10.24 0-14.14c.4-.4.82-.76 1.27-1.08c.75-.53 1.93.36 1.85 1.19c-.27 2.86.69 5.83 2.89 8.02a9.96 9.96 0 0 0 8.02 2.89m-1.64 2.02a12.08 12.08 0 0 1-7.8-3.47c-2.17-2.19-3.33-5-3.49-7.82c-2.81 3.14-2.7 7.96.31 10.98c3.02 3.01 7.84 3.12 10.98.31'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-mdi-white-balance-sunny{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='m3.55 19.09l1.41 1.41l1.8-1.79l-1.42-1.42M12 6c-3.31 0-6 2.69-6 6s2.69 6 6 6s6-2.69 6-6c0-3.32-2.69-6-6-6m8 7h3v-2h-3m-2.76 7.71l1.8 1.79l1.41-1.41l-1.79-1.8M20.45 5l-1.41-1.4l-1.8 1.79l1.42 1.42M13 1h-2v3h2M6.76 5.39L4.96 3.6L3.55 5l1.79 1.81zM1 13h3v-2H1m12 9h-2v3h2'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-mdi-window-minimize{--un-icon:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='currentColor' d='M20 14H4v-4h16'/%3E%3C/svg%3E");-webkit-mask:var(--un-icon) no-repeat;mask:var(--un-icon) no-repeat;-webkit-mask-size:100% 100%;mask-size:100% 100%;background-color:currentColor;color:inherit;width:1em;height:1em}.i-noto\:money-bag{background:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 128 128' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cpath fill='%23FFCA28' d='M93.46 39.45c6.71-1.49 15.45-8.15 16.78-11.43c.78-1.92-3.11-4.92-4.15-6.13c-2.38-2.76-1.42-4.12-.5-7.41c1.05-3.74-1.44-7.87-4.97-9.49s-7.75-1.11-11.3.47s-6.58 4.12-9.55 6.62c-2.17-1.37-5.63-7.42-11.23-3.49c-3.87 2.71-4.22 8.61-3.72 13.32c1.17 10.87 3.85 16.51 8.9 18.03c6.38 1.92 13.44.91 19.74-.49'/%3E%3Cpath fill='%23E2A610' d='M104.36 8.18c-.85 14.65-15.14 24.37-21.92 28.65l4.4 3.78s2.79.06 6.61-1.16c6.55-2.08 16.12-7.96 16.78-11.43c.97-5.05-4.21-3.95-5.38-7.94c-.61-2.11 2.97-6.1-.49-11.9m-24.58 3.91s-2.55-2.61-4.44-3.8c-.94 1.77-1.61 3.69-1.94 5.67c-.59 3.48 0 8.42 1.39 12.1c.22.57 1.04.48 1.13-.12c1.2-7.91 3.86-13.85 3.86-13.85'/%3E%3Cpath fill='%23FFCA28' d='M61.96 38.16S30.77 41.53 16.7 68.61s-2.11 43.5 10.55 49.48s44.56 8.09 65.31 3.17s25.94-15.12 24.97-24.97c-1.41-14.38-14.77-23.22-14.77-23.22s.53-17.76-13.25-29.29c-12.23-10.24-27.55-5.62-27.55-5.62'/%3E%3Cpath fill='%236B4B46' d='M74.76 83.73c-6.69-8.44-14.59-9.57-17.12-12.6c-1.38-1.65-2.19-3.32-1.88-5.39c.33-2.2 2.88-3.72 4.86-4.09c2.31-.44 7.82-.21 12.45 4.2c1.1 1.04.7 2.66.67 4.11c-.08 3.11 4.37 6.13 7.97 3.53c3.61-2.61.84-8.42-1.49-11.24c-1.76-2.13-8.14-6.82-16.07-7.56c-2.23-.21-11.2-1.54-16.38 8.31c-1.49 2.83-2.04 9.67 5.76 15.45c1.63 1.21 10.09 5.51 12.44 8.3c4.07 4.83 1.28 9.08-1.9 9.64c-8.67 1.52-13.58-3.17-14.49-5.74c-.65-1.83.03-3.81-.81-5.53c-.86-1.77-2.62-2.47-4.48-1.88c-6.1 1.94-4.16 8.61-1.46 12.28c2.89 3.93 6.44 6.3 10.43 7.6c14.89 4.85 22.05-2.81 23.3-8.42c.92-4.11.82-7.67-1.8-10.97'/%3E%3Cpath fill='none' stroke='%236B4B46' stroke-miterlimit='10' stroke-width='5' d='M71.16 48.99c-12.67 27.06-14.85 61.23-14.85 61.23'/%3E%3Cpath fill='%236D4C41' d='M81.67 31.96c8.44 2.75 10.31 10.38 9.7 12.46c-.73 2.44-10.08-7.06-23.98-6.49c-4.86.2-3.45-2.78-1.2-4.5c2.97-2.27 7.96-3.91 15.48-1.47'/%3E%3Cpath fill='%236B4B46' d='M81.67 31.96c8.44 2.75 10.31 10.38 9.7 12.46c-.73 2.44-10.08-7.06-23.98-6.49c-4.86.2-3.45-2.78-1.2-4.5c2.97-2.27 7.96-3.91 15.48-1.47'/%3E%3Cpath fill='%23E2A610' d='M96.49 58.86c1.06-.73 4.62.53 5.62 7.5c.49 3.41.64 6.71.64 6.71s-4.2-3.77-5.59-6.42c-1.75-3.35-2.43-6.59-.67-7.79'/%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;width:1em;height:1em}.i-streamline-ultimate-color\:card-game-cards{background:url("data:image/svg+xml;utf8,%3Csvg viewBox='0 0 24 24' width='1em' height='1em' xmlns='http://www.w3.org/2000/svg' %3E%3Cg fill='none'%3E%3Cpath fill='%23e3e3e3' d='m10.708 18.72l-3.922 1.627a.48.48 0 0 1-.625-.26L1.036 7.715a.48.48 0 0 1 .26-.625l5.443-2.255'/%3E%3Cpath stroke='%23191919' stroke-linecap='round' stroke-linejoin='round' d='m10.708 18.72l-3.922 1.627a.48.48 0 0 1-.625-.26L1.036 7.715a.48.48 0 0 1 .26-.625l5.443-2.255'/%3E%3Cpath fill='%23e3e3e3' d='M8.214 16.897h-.996a.48.48 0 0 1-.479-.479V3.027a.48.48 0 0 1 .479-.479h9.565a.48.48 0 0 1 .478.479v2.877'/%3E%3Cpath stroke='%23191919' stroke-linecap='round' stroke-linejoin='round' d='M8.214 16.897h-.996a.48.48 0 0 1-.479-.479V3.027a.48.48 0 0 1 .479-.479h9.565a.48.48 0 0 1 .478.479v2.877'/%3E%3Cpath fill='%23fff' stroke='%23191919' stroke-linecap='round' stroke-linejoin='round' d='M13.242 4.757L8.119 17.131a.48.48 0 0 0 .258.625l8.838 3.659a.48.48 0 0 0 .625-.259l5.123-12.374a.48.48 0 0 0-.259-.625l-8.837-3.659a.48.48 0 0 0-.625.26'/%3E%3Cpath fill='%23ff808c' stroke='%23191919' stroke-linecap='round' stroke-linejoin='round' d='m14.304 14.905l-.47-2.367a.48.48 0 0 1 .204-.491l2.008-1.34a.48.48 0 0 1 .735.305l.47 2.367a.48.48 0 0 1-.204.491l-2.009 1.34a.48.48 0 0 1-.734-.305'/%3E%3Cpath stroke='%23191919' stroke-linecap='round' stroke-linejoin='round' d='M3.666 8.198a.24.24 0 0 1 .239.239m-.479 0a.24.24 0 0 1 .24-.24'/%3E%3Cpath stroke='%23191919' stroke-linecap='round' stroke-linejoin='round' d='M3.665 8.676a.24.24 0 0 1-.239-.24m.479.001a.24.24 0 0 1-.24.24m5.227-4.215a.24.24 0 0 1 .239.239M8.652 4.7a.24.24 0 0 1 .24-.238m-.001.478a.24.24 0 0 1-.239-.24'/%3E%3Cpath stroke='%23191919' stroke-linecap='round' stroke-linejoin='round' d='M9.13 4.7a.24.24 0 0 1-.238.24m5.698 1.948a.24.24 0 0 1 .24.24'/%3E%3Cpath stroke='%23191919' stroke-linecap='round' stroke-linejoin='round' d='M14.351 7.127a.24.24 0 0 1 .24-.239m-.001.479a.24.24 0 0 1-.239-.24m.479 0a.24.24 0 0 1-.24.24m1.906 11.18a.24.24 0 0 1 .24.239m-.484 0a.24.24 0 0 1 .24-.24m.004.479a.24.24 0 0 1-.24-.24'/%3E%3Cpath stroke='%23191919' stroke-linecap='round' stroke-linejoin='round' d='M16.73 18.786a.24.24 0 0 1-.239.239'/%3E%3C/g%3E%3C/svg%3E") no-repeat;background-size:100% 100%;background-color:transparent;width:1em;height:1em}.prose :where(h1,h2,h3,h4,h5,h6):not(:where(.not-prose,.not-prose *)){color:var(--un-prose-headings);font-weight:600;line-height:1.25}.prose :where(a):not(:where(.not-prose,.not-prose *)){color:var(--un-prose-links);text-decoration:underline;font-weight:500}.prose :where(a code):not(:where(.not-prose,.not-prose *)){color:var(--un-prose-links)}.prose :where(p,ul,ol,pre):not(:where(.not-prose,.not-prose *)){margin:1em 0;line-height:1.75}.prose :where(blockquote):not(:where(.not-prose,.not-prose *)){margin:1em 0;padding-left:1em;font-style:italic;border-left:.25em solid var(--un-prose-borders)}.prose :where(h1):not(:where(.not-prose,.not-prose *)){margin:1rem 0;font-size:2.25em}.prose :where(h2):not(:where(.not-prose,.not-prose *)){margin:1.75em 0 .5em;font-size:1.75em}.prose :where(h3):not(:where(.not-prose,.not-prose *)){margin:1.5em 0 .5em;font-size:1.375em}.prose :where(h4):not(:where(.not-prose,.not-prose *)){margin:1em 0;font-size:1.125em}.prose :where(img,video):not(:where(.not-prose,.not-prose *)){max-width:100%}.prose :where(figure,picture):not(:where(.not-prose,.not-prose *)){margin:1em 0}.prose :where(figcaption):not(:where(.not-prose,.not-prose *)){color:var(--un-prose-captions);font-size:.875em}.prose :where(code):not(:where(.not-prose,.not-prose *)){color:var(--un-prose-code);font-size:.875em;font-weight:600;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.prose :where(:not(pre)>code):not(:where(.not-prose,.not-prose *)):before,.prose :where(:not(pre)>code):not(:where(.not-prose,.not-prose *)):after{content:"`"}.prose :where(pre):not(:where(.not-prose,.not-prose *)){padding:1.25rem 1.5rem;overflow-x:auto;border-radius:.375rem}.prose :where(pre,code):not(:where(.not-prose,.not-prose *)){white-space:pre;word-spacing:normal;word-break:normal;word-wrap:normal;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-hyphens:none;-moz-hyphens:none;hyphens:none;background:transparent}.prose :where(pre code):not(:where(.not-prose,.not-prose *)){font-weight:inherit}.prose :where(ol,ul):not(:where(.not-prose,.not-prose *)){padding-left:1.25em}.prose :where(ol):not(:where(.not-prose,.not-prose *)){list-style-type:decimal}.prose :where(ol[type=A]):not(:where(.not-prose,.not-prose *)){list-style-type:upper-alpha}.prose :where(ol[type=a]):not(:where(.not-prose,.not-prose *)){list-style-type:lower-alpha}.prose :where(ol[type=A s]):not(:where(.not-prose,.not-prose *)){list-style-type:upper-alpha}.prose :where(ol[type=a s]):not(:where(.not-prose,.not-prose *)){list-style-type:lower-alpha}.prose :where(ol[type=I]):not(:where(.not-prose,.not-prose *)){list-style-type:upper-roman}.prose :where(ol[type=i]):not(:where(.not-prose,.not-prose *)){list-style-type:lower-roman}.prose :where(ol[type=I s]):not(:where(.not-prose,.not-prose *)){list-style-type:upper-roman}.prose :where(ol[type=i s]):not(:where(.not-prose,.not-prose *)){list-style-type:lower-roman}.prose :where(ol[type="1"]):not(:where(.not-prose,.not-prose *)){list-style-type:decimal}.prose :where(ul):not(:where(.not-prose,.not-prose *)){list-style-type:disc}.prose :where(ol>li):not(:where(.not-prose,.not-prose *))::marker,.prose :where(ul>li):not(:where(.not-prose,.not-prose *))::marker,.prose :where(summary):not(:where(.not-prose,.not-prose *))::marker{color:var(--un-prose-lists)}.prose :where(hr):not(:where(.not-prose,.not-prose *)){margin:2em 0;border:1px solid var(--un-prose-hr)}.prose :where(table):not(:where(.not-prose,.not-prose *)){display:block;margin:1em 0;border-collapse:collapse;overflow-x:auto}.prose :where(tr):not(:where(.not-prose,.not-prose *)):nth-child(2n){background:var(--un-prose-bg-soft)}.prose :where(td,th):not(:where(.not-prose,.not-prose *)){border:1px solid var(--un-prose-borders);padding:.625em 1em}.prose :where(abbr):not(:where(.not-prose,.not-prose *)){cursor:help}.prose :where(kbd):not(:where(.not-prose,.not-prose *)){color:var(--un-prose-code);border:1px solid;padding:.25rem .5rem;font-size:.875em;border-radius:.25rem}.prose :where(details):not(:where(.not-prose,.not-prose *)){margin:1em 0;padding:1.25rem 1.5rem;background:var(--un-prose-bg-soft)}.prose :where(summary):not(:where(.not-prose,.not-prose *)){cursor:pointer;font-weight:600}.prose{color:var(--un-prose-body);max-width:65ch}.game-bg-layer{background-image:var(--game-bg-image);position:fixed;top:0;right:0;bottom:0;left:0;z-index:-1;background-color:var(--surface-deep);background-size:cover;background-position:center;background-repeat:no-repeat}.game-collection-tile-gold{border-color:color-mix(in oklab,#b89a61 58%,transparent);border-width:2px;border-radius:.75rem;background-image:linear-gradient(145deg,color-mix(in srgb,var(--surface-raised) 80%,transparent),color-mix(in srgb,var(--surface-deep) 90%,transparent));--un-shadow:0 20px 40px -16px rgb(var(--c-shadow-rgb)/.75),0 0 80px var(--page-glow-gold-hint);box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow);--un-backdrop-blur:blur(8px);-webkit-backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia);backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia)}.game-deck-stat-card{border-color:color-mix(in oklab,#b89a61 58%,transparent);border-color:color-mix(in oklab,#b89a61 30%,transparent);display:flex;flex-direction:column;gap:.75rem;border-width:2px;border-radius:.75rem;background-image:linear-gradient(145deg,color-mix(in srgb,var(--surface-raised) 80%,transparent),color-mix(in srgb,var(--surface-deep) 90%,transparent));padding:.75rem;--un-shadow:0 25px 50px -12px rgb(var(--c-shadow-rgb)/.7),0 0 80px var(--page-glow-gold-hint);box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow);--un-backdrop-blur:blur(8px);-webkit-backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia);backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia)}.game-scrollbar{scrollbar-width:thin;scrollbar-color:var(--c-gold) var(--surface-deep)}.game-surface-gold{border-color:color-mix(in oklab,#b89a61 58%,transparent);border-width:2px;border-radius:.75rem;background-image:linear-gradient(145deg,color-mix(in srgb,var(--surface-raised) 80%,transparent),color-mix(in srgb,var(--surface-deep) 90%,transparent));--un-shadow:0 25px 50px -12px rgb(var(--c-shadow-rgb)/.7),0 0 80px var(--page-glow-gold-hint);box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow);--un-backdrop-blur:blur(8px);-webkit-backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia);backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia)}.magic-oracle-hover-panel{scrollbar-width:thin;scrollbar-color:var(--c-gold) var(--surface-deep);pointer-events:none;position:absolute;z-index:20;width:94%;height:29.5%;min-height:0;overflow-y:auto;overflow-x:hidden;padding-left:6%;opacity:0;transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.magic-pt-hover-text{box-shadow:-2px 0 #000,inset 0 0 3px #000;margin:0;min-width:0;display:inline-flex;align-items:center;justify-content:center;border-width:2px;--un-border-opacity:1;border-color:rgba(255,240,240,var(--un-border-opacity));border-radius:8px;border-style:solid;--un-bg-opacity:1;background-color:rgba(255,240,240,var(--un-bg-opacity));padding:.3em 1em;font-size:.9em;--un-text-opacity:1;color:rgb(0 0 0 / var(--un-text-opacity));font-weight:600;line-height:1;letter-spacing:.05em}.magic-title-blank{vertical-align:-.06em;border-bottom-width:.11em;display:inline-block;height:.72em;flex-shrink:0;border-bottom-width:1px;border-color:currentColor}.magic-type-mid-bar{font-size:.65em;pointer-events:auto;min-height:0;width:100%;min-width:0;display:flex;flex:1 1 0%;align-items:center;gap:.375rem;border-radius:.375rem;background-color:rgb(var(--c-black-rgb) / .95);padding:.125rem .5rem;color:rgb(var(--c-slate-100-rgb) / .85);line-height:1.25;--un-shadow:0 4px 6px -1px rgb(var(--c-shadow-rgb) / .1), 0 2px 4px -2px rgb(var(--c-shadow-rgb) / .1);box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.container{width:100%}.magic-title-top-bar{pointer-events:auto;min-height:0;width:100%;min-width:0;display:flex;align-items:center;gap:.375rem;border-radius:.375rem;background-color:rgb(var(--c-black-rgb) / .95);padding:.125rem .5rem;--un-shadow:0 4px 6px -1px rgb(var(--c-shadow-rgb) / .1), 0 2px 4px -2px rgb(var(--c-shadow-rgb) / .1);box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.group:focus-within .magic-oracle-hover-panel,.group:focus-within .magic-pt-hover-panel,.group:hover .magic-oracle-hover-panel,.group:hover .magic-pt-hover-panel,.group:active .magic-oracle-hover-panel,.group:active .magic-pt-hover-panel{pointer-events:auto;opacity:1}.game-select-item[data-disabled]{pointer-events:none;opacity:.4}.magic-pt-hover-panel{pointer-events:none;position:absolute;z-index:30;min-height:0;min-width:0;opacity:0;transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.magic-card-face-toggle:disabled{pointer-events:none;opacity:.55}.game-bg-overlay{position:absolute;top:0;right:0;bottom:0;left:0;--un-bg-opacity:var(--game-bg-overlay-opacity);background-color:rgba(0,0,0,var(--un-bg-opacity))}.game-bg-video{position:absolute;top:0;right:0;bottom:0;left:0;height:100%;width:100%;object-fit:cover}.game-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background-color:rgb(var(--c-black-rgb) / .4)}.game-select-indicator{position:absolute;left:.375rem;display:inline-flex;align-items:center;justify-content:center;--un-text-opacity:1;color:rgb(var(--c-gold-light-rgb) / var(--un-text-opacity))}.game-select-item{position:relative;display:flex;cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:.5rem;border-radius:.375rem;padding:.5rem .75rem;padding:.5rem .75rem .5rem 1.75rem;font-size:.875rem;line-height:1.25rem;--un-text-opacity:1;color:rgb(var(--c-slate-100-rgb) / var(--un-text-opacity));outline:2px solid transparent;outline-offset:2px;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.magic-card-face-toggle-on-image{position:absolute;left:50%;bottom:.5rem;z-index:30;--un-translate-x:-50%;transform:translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))}.magic-type-mid{position:absolute;width:100%;min-height:6.5%;max-height:6.5%;min-width:0;display:flex;flex-direction:column;padding-left:6%;padding-right:6%}.game-select-content{z-index:2500;min-width:var(--reka-select-trigger-width);max-width:max(var(--reka-select-trigger-width),280px);border-width:1px;border-color:rgb(var(--c-gold-rgb) / .2);border-radius:.5rem;--un-bg-opacity:.95;background-color:rgba(10,10,10,var(--un-bg-opacity));--un-shadow:0 25px 50px -12px var(--un-shadow-color, rgb(var(--c-shadow-rgb) / .75));box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow);--un-backdrop-blur:blur(12px);-webkit-backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia);backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia)}.magic-title-top-wrap{z-index:10;width:100%;min-height:6%;min-width:0;display:flex;padding-left:6%;padding-right:6%}.z-header{z-index:1010}.magic-oracle-hover-text{margin:0;min-height:100%;overflow-wrap:break-word;border-radius:.375rem;background-color:rgb(var(--c-black-rgb) / .92);padding:.125rem .125rem .125rem .25rem;font-size:11px;color:rgb(var(--c-slate-100-rgb) / .95);line-height:1.25;--un-shadow:0 4px 6px -1px rgb(var(--c-shadow-rgb) / .1), 0 2px 4px -2px rgb(var(--c-shadow-rgb) / .1);box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.game-summary-action-bar{margin-left:auto;display:flex;flex-wrap:nowrap;gap:.5rem}.game-select-trigger-sm{box-sizing:border-box;height:2rem;max-height:2rem;min-height:2rem;padding-left:.625rem!important;padding-right:.625rem!important;padding-top:0!important;padding-bottom:0!important;font-size:.75rem;line-height:1rem;line-height:1}.deck-card-table-name-text{display:block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.magic-type-mid-text{display:block;min-height:0;min-width:0;flex:1 1 0%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding-bottom:1px;text-align:left;line-height:1.25}.game-accordion-trigger-chevron{display:inline-block;width:1rem;height:1rem;flex-shrink:0;color:rgb(var(--c-gold-light-rgb) / .8);transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;transition-duration:.2s}.game-accordion-content[data-state=closed]{display:none}.game-checkbox{width:1.25rem;height:1.25rem;flex-shrink:0;cursor:pointer;border-width:1px;border-color:rgb(var(--c-gold-dark-rgb) / .45);border-radius:.25rem;background-color:var(--surface-deep);--un-accent-opacity:1;accent-color:rgb(var(--c-gold-rgb) / var(--un-accent-opacity))}.magic-card-face-toggle{width:2rem;height:2rem;display:inline-flex;flex-shrink:0;align-items:center;justify-content:center;border-width:1px;border-color:rgb(var(--c-white-rgb) / .25);border-radius:9999px;background-color:rgb(var(--c-black-rgb) / .6);color:rgb(var(--c-gold-light-rgb) / .95);--un-shadow:0 2px 8px var(--un-shadow-color, rgb(var(--c-shadow-rgb) / .45));box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow);--un-backdrop-blur:blur(2px);-webkit-backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia);backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia);transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.magic-card-face-toggle-icon{width:1.375rem;height:1.375rem}.deck-card-table-name-col{max-width:240px;width:240px}.game-accordion-trigger{width:100%;display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:.625rem .75rem;text-align:left;outline:2px solid transparent;outline-offset:2px;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.game-select-search{width:100%;background-color:transparent;font-size:.875rem;line-height:1.25rem;--un-text-opacity:1;color:rgb(var(--c-slate-100-rgb) / var(--un-text-opacity));outline:2px solid transparent;outline-offset:2px}.game-select-trigger{width:100%;min-width:0;display:inline-flex;align-items:center;justify-content:space-between;gap:.5rem;border-width:1px;border-color:rgb(var(--c-gold-dark-rgb) / .3);border-radius:.375rem;background-color:rgb(var(--c-black-rgb) / .5);padding:.5rem .75rem;font-size:.875rem;line-height:1.25rem;--un-text-opacity:1;color:rgb(var(--c-white-rgb) / var(--un-text-opacity));outline:2px solid transparent;outline-offset:2px;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.magic-card{width:100%;display:flex;flex-direction:column;overflow:hidden;border-width:1px;border-color:rgb(var(--c-gold-rgb) / .15);border-radius:1rem;--un-bg-opacity:1;background-color:rgb(16 10 10 / var(--un-bg-opacity));--un-shadow:0 10px 30px var(--un-shadow-color, rgb(var(--c-shadow-rgb) / .55));box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow);transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;transition-duration:.2s}.magic-card-image{height:100%;width:100%;object-fit:contain;object-position:center;--un-contrast:contrast(1.02);filter:var(--un-blur) var(--un-brightness) var(--un-contrast) var(--un-drop-shadow) var(--un-grayscale) var(--un-hue-rotate) var(--un-invert) var(--un-saturate) var(--un-sepia);--un-saturate:saturate(1.06)}.magic-title-top{min-height:0;min-width:0;flex:1 1 0%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:left;font-size:.75rem;line-height:1rem;--un-text-opacity:1;color:rgb(var(--c-gold-light-rgb) / var(--un-text-opacity));font-weight:600}.magic-type-mid-set-icon{max-width:8%;flex-shrink:0;object-fit:contain;opacity:.9}.game-group-section-header{display:flex;flex-wrap:wrap;align-items:center;column-gap:.75rem;row-gap:.25rem;border-width:1px;border-color:rgb(var(--c-gold-rgb) / .3);border-radius:.5rem;background-image:linear-gradient(90deg,rgba(184,154,97,.16),color-mix(in srgb,var(--surface-raised) 78%,transparent) 42%,color-mix(in srgb,var(--surface-deep) 58%,transparent));padding:.625rem .75rem;--un-shadow:inset 0 1px 0 rgba(255,255,255,.05),0 8px 24px -12px rgb(var(--c-shadow-rgb)/.55);box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow);--un-backdrop-blur:blur(6px);-webkit-backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia);backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia)}.game-select-search-wrap{display:flex;align-items:center;gap:.5rem;border-bottom-width:1px;border-color:rgb(var(--c-white-rgb) / .1);padding:.5rem .75rem}.game-accordion-trigger-label{display:inline-flex;align-items:center;gap:.375rem;font-size:11px;color:rgb(var(--c-gold-light-rgb) / .9);font-weight:600;letter-spacing:.12em;text-transform:uppercase}.game-select-chevron{display:inline-flex;flex-shrink:0;transform-origin:center;align-items:center;justify-content:center;color:rgb(var(--c-gold-light-rgb) / .7);transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;transition-duration:.2s}.game-summary-action-btn{display:inline-flex;align-items:center;justify-content:center;gap:.375rem;border-width:1px;border-radius:.5rem;padding:.5rem 1rem;font-size:.875rem;line-height:1.25rem;font-weight:600;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.game-tab-bar{display:inline-flex;border-width:1px;border-color:rgb(var(--c-gold-dark-rgb) / .3);border-radius:.5rem;background-image:linear-gradient(145deg,color-mix(in srgb,var(--surface-raised) 80%,transparent),color-mix(in srgb,var(--surface-deep) 90%,transparent));padding:.125rem;--un-shadow:0 25px 50px -12px var(--un-shadow-color, rgb(var(--c-shadow-rgb) / .7));box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow);--un-backdrop-blur:blur(8px);-webkit-backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia);backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia)}.game-tab-bar-inline{display:inline-flex;flex-direction:row;flex-wrap:wrap;border-width:1px;border-color:rgb(var(--c-gold-dark-rgb) / .3);border-radius:.5rem;background-image:linear-gradient(145deg,color-mix(in srgb,var(--surface-raised) 80%,transparent),color-mix(in srgb,var(--surface-deep) 90%,transparent));padding:.125rem;--un-shadow:0 25px 50px -12px var(--un-shadow-color, rgb(var(--c-shadow-rgb) / .7));box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow);--un-backdrop-blur:blur(8px);-webkit-backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia);backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia)}.magic-title-top-mana{display:inline-flex;flex-shrink:0;align-items:center;line-height:1}.game-accordion{flex-shrink:0;border-width:1px;border-color:rgb(var(--c-white-rgb) / .1);background-color:rgb(var(--c-black-rgb) / .2);--un-shadow:inset 0 1px 0 var(--un-shadow-color, rgba(255, 255, 255, .04));box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.game-select-search-icon{flex-shrink:0;font-size:1rem;line-height:1.5rem;--un-text-opacity:1;color:rgb(var(--c-slate-400-rgb) / var(--un-text-opacity))}.magic-card-face-inset-zoom{transform-origin:center;--un-translate-y:-1.25%;transform:translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z));--un-scale-x:1.05;--un-scale-y:1.05}.magic-card:hover,.magic-card:active{--un-translate-y:-.125rem;transform:translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z));border-color:rgb(var(--c-accent-rgb) / .5);--un-shadow:0 16px 38px rgb(var(--c-shadow-rgb)/.65),0 0 20px color-mix(in srgb,var(--c-accent) 15%,transparent);box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.game-select-trigger[data-disabled]{cursor:not-allowed;opacity:.4}.game-checkbox:disabled{cursor:not-allowed;opacity:.5}.magic-card-dfc{overflow:visible!important}.game-collection-tile{border-width:1px;border-color:rgb(var(--c-violet-500-rgb) / .25);border-radius:.75rem;--un-gradient-from-position:0%;--un-gradient-from:rgb(var(--c-violet-950-rgb) / .5) var(--un-gradient-from-position);--un-gradient-to-position:100%;--un-gradient-to:rgb(var(--c-violet-950-rgb) / 0) var(--un-gradient-to-position);--un-gradient-stops:var(--un-gradient-from), var(--un-gradient-to);--un-gradient-via-position:50%;--un-gradient-to:rgb(13 10 20 / 0);--un-gradient-stops:var(--un-gradient-from), rgb(13 10 20 / var(--un-via-opacity, 1)) var(--un-gradient-via-position), var(--un-gradient-to);--un-gradient-to:rgb(var(--c-black-rgb) / var(--un-to-opacity, 1)) var(--un-gradient-to-position);--un-gradient-shape:to bottom right in oklch;--un-gradient:var(--un-gradient-shape), var(--un-gradient-stops);background-image:linear-gradient(var(--un-gradient));--un-shadow:0 20px 40px -16px rgb(var(--c-shadow-rgb)/.75),0 0 60px -20px var(--page-glow-primary);box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow);--un-backdrop-blur:blur(8px);-webkit-backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia);backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia)}.game-field-input{border-width:1px;border-color:rgb(var(--c-white-rgb) / .1);border-radius:.5rem;background-color:var(--surface-deep);padding:.5rem .75rem;font-size:.875rem;line-height:1.25rem;--un-text-opacity:1;color:rgb(var(--c-slate-100-rgb) / var(--un-text-opacity))}.game-panel{border-width:2px;--un-border-opacity:1;border-color:rgb(var(--c-gold-rgb) / var(--un-border-opacity));border-radius:1rem;background-image:linear-gradient(145deg,color-mix(in srgb,var(--surface-raised) 75%,transparent),color-mix(in srgb,var(--surface-deep) 92%,transparent));padding:1.5rem;--un-text-opacity:1;color:rgb(var(--c-slate-100-rgb) / var(--un-text-opacity));--un-shadow:0 25px 50px -12px rgb(var(--c-shadow-rgb)/.5),0 0 0 1px rgba(255,255,255,.05) inset,0 0 80px var(--page-glow-gold-hint);box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow);--un-backdrop-blur:blur(4px);-webkit-backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia);backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia)}.game-subtle-surface{border-width:1px;border-color:rgb(var(--c-white-rgb) / .1);border-radius:.5rem;background-image:linear-gradient(145deg,color-mix(in srgb,var(--surface-raised) 88%,transparent),color-mix(in srgb,var(--surface-deep) 96%,transparent));--un-shadow:inset 0 1px 0 var(--un-shadow-color, rgba(255, 255, 255, .04));box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow);--un-backdrop-blur:blur(8px);-webkit-backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia);backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia)}.game-violet-panel{border-width:1px;border-color:rgb(var(--c-violet-500-rgb) / .25);border-radius:1rem;--un-gradient-from-position:0%;--un-gradient-from:rgb(var(--c-violet-950-rgb) / .5) var(--un-gradient-from-position);--un-gradient-to-position:100%;--un-gradient-to:rgb(var(--c-violet-950-rgb) / 0) var(--un-gradient-to-position);--un-gradient-stops:var(--un-gradient-from), var(--un-gradient-to);--un-gradient-via-position:50%;--un-gradient-to:rgb(13 10 20 / 0);--un-gradient-stops:var(--un-gradient-from), rgb(13 10 20 / var(--un-via-opacity, 1)) var(--un-gradient-via-position), var(--un-gradient-to);--un-gradient-to:rgb(var(--c-black-rgb) / var(--un-to-opacity, 1)) var(--un-gradient-to-position);--un-gradient-shape:to bottom right in oklch;--un-gradient:var(--un-gradient-shape), var(--un-gradient-stops);background-image:linear-gradient(var(--un-gradient));--un-shadow:0 0 60px -20px var(--un-shadow-color, var(--page-glow-primary));box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow);--un-backdrop-blur:blur(8px);-webkit-backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia);backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia)}.game-accordion:not(:first-child){border-top-width:0px}.game-accordion-content{border-top-width:1px;border-color:rgb(var(--c-white-rgb) / .1);padding:.25rem .75rem .75rem}.game-summary-action-btn-emerald{border-color:rgb(var(--c-emerald-500-rgb) / .4);background-color:rgb(var(--c-emerald-900-rgb) / .2);--un-text-opacity:1;color:rgb(var(--c-emerald-200-rgb) / var(--un-text-opacity))}.game-summary-action-btn-gold{border-color:rgb(var(--c-gold-dark-rgb) / .4);background-color:rgb(var(--c-gold-rgb) / .1);--un-text-opacity:1;color:rgb(var(--c-gold-light-rgb) / var(--un-text-opacity))}.game-summary-action-btn-violet{border-color:rgb(var(--c-violet-500-rgb) / .4);background-color:rgb(var(--c-violet-900-rgb) / .2);--un-text-opacity:1;color:rgb(var(--c-violet-200-rgb) / var(--un-text-opacity))}.game-select-trigger:hover{border-color:rgb(var(--c-gold-dark-rgb) / .6)}.magic-card-face-toggle:hover{border-color:rgb(var(--c-gold-rgb) / .55);background-color:rgb(var(--c-black-rgb) / .75);--un-text-opacity:1;color:rgb(var(--c-gold-light-rgb) / var(--un-text-opacity))}.game-field-input:focus{border-color:rgb(var(--c-violet-400-rgb) / .5);outline:2px solid transparent;outline-offset:2px;--un-ring-width:1px;--un-ring-offset-shadow:var(--un-ring-inset) 0 0 0 var(--un-ring-offset-width) var(--un-ring-offset-color);--un-ring-shadow:var(--un-ring-inset) 0 0 0 calc(var(--un-ring-width) + var(--un-ring-offset-width)) var(--un-ring-color);box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow);--un-ring-color:rgb(var(--c-violet-400-rgb) / .4) }.game-select-trigger:focus{--un-border-opacity:1;border-color:rgb(var(--c-gold-rgb) / var(--un-border-opacity));--un-ring-width:2px;--un-ring-offset-shadow:var(--un-ring-inset) 0 0 0 var(--un-ring-offset-width) var(--un-ring-offset-color);--un-ring-shadow:var(--un-ring-inset) 0 0 0 calc(var(--un-ring-width) + var(--un-ring-offset-width)) var(--un-ring-color);box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow);--un-ring-color:rgb(var(--c-gold-rgb) / .2) }.game-accordion:first-child{border-top-left-radius:.5rem;border-top-right-radius:.5rem}.game-accordion:last-child{border-bottom-left-radius:.5rem;border-bottom-right-radius:.5rem}.game-modal-panel-glass{--un-bg-opacity:.72;background-color:rgba(10,9,8,var(--un-bg-opacity));--un-text-opacity:1;color:rgb(var(--c-slate-100-rgb) / var(--un-text-opacity));--un-shadow:0 24px 80px -16px rgb(var(--c-shadow-rgb)/.9),0 0 40px -12px var(--page-glow-gold-hint);box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow);--un-backdrop-blur:blur(16px);-webkit-backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia);backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia)}.game-select-item[data-highlighted]{background-color:rgb(var(--c-gold-rgb) / .1);--un-text-opacity:1;color:rgb(var(--c-white-rgb) / var(--un-text-opacity))}.surface-raised{background-color:var(--surface-raised)}.game-accordion-trigger:hover{background-color:rgb(var(--c-white-rgb) / .04)}.game-summary-action-btn-emerald:hover{background-color:rgb(var(--c-emerald-900-rgb) / .35)}.game-summary-action-btn-gold:hover{background-color:rgb(var(--c-gold-rgb) / .2)}.game-summary-action-btn-violet:hover{background-color:rgb(var(--c-violet-900-rgb) / .35)}.game-select-empty{padding:1rem .75rem;text-align:center;font-size:.75rem;line-height:1rem;--un-text-opacity:1;color:rgb(var(--c-slate-500-rgb) / var(--un-text-opacity))}.game-select-trigger[data-placeholder]{--un-text-opacity:1;color:rgb(var(--c-slate-400-rgb) / var(--un-text-opacity))}.game-field-input::placeholder{--un-text-opacity:1;color:rgb(var(--c-slate-500-rgb) / var(--un-text-opacity))}.game-select-search::placeholder{--un-text-opacity:1;color:rgb(var(--c-slate-500-rgb) / var(--un-text-opacity))}.game-accordion-trigger:focus-visible{--un-ring-width:2px;--un-ring-offset-shadow:var(--un-ring-inset) 0 0 0 var(--un-ring-offset-width) var(--un-ring-offset-color);--un-ring-shadow:var(--un-ring-inset) 0 0 0 calc(var(--un-ring-width) + var(--un-ring-offset-width)) var(--un-ring-color);box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow);--un-ring-color:rgb(var(--c-accent-rgb) / .3) }@media(max-width:767.9px){.game-summary-action-bar{display:grid;grid-auto-rows:minmax(0,1fr);grid-template-columns:repeat(2,minmax(0,1fr));width:100%}.game-summary-action-btn{width:100%;padding-left:.625rem;padding-right:.625rem;text-align:center;font-size:.75rem;line-height:1rem;line-height:1.25}}@media(min-width:640px){.container{max-width:640px}}@media(min-width:768px){.container{max-width:768px}}@media(min-width:1024px){.container{max-width:1024px}}@media(min-width:1280px){.xl\:game-scrollbar{scrollbar-width:thin;scrollbar-color:var(--c-gold) var(--surface-deep)}.container{max-width:1280px}}@media(min-width:1536px){.container{max-width:1536px}}.\[-ms-overflow-style\:none\]{-ms-overflow-style:none}.\[-webkit-touch-callout\:none\]{-webkit-touch-callout:none}.\[-webkit-user-select\:none\]{-webkit-user-select:none}.\[font-size\:0\.7em\],.text-\[0\.7em\]{font-size:.7em}.\[font-size\:0\.82em\]{font-size:.82em}.\[font-size\:0\.8em\]{font-size:.8em}.\[perspective\:1400px\]{perspective:1400px}.\[scrollbar-width\:none\]{scrollbar-width:none}.\[text-shadow\:0_1px_2px_rgba\(0\,0\,0\,0\.6\)\]{text-shadow:0 1px 2px rgba(0,0,0,.6)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.pointer-events-auto,.group:hover .group-hover\:pointer-events-auto,.group:active .group-active\:pointer-events-auto{pointer-events:auto}.pointer-events-none{pointer-events:none}.disabled\:pointer-events-none:disabled{pointer-events:none}.visible{visibility:visible}.invisible{visibility:hidden}.absolute{position:absolute}.fixed{position:fixed}.relative{position:relative}.sticky{position:sticky}.static{position:static}.inset-0{top:0;right:0;bottom:0;left:0}.inset-x-0{left:0;right:0}.inset-x-3{left:.75rem;right:.75rem}.inset-y-0{top:0;bottom:0}.inset-y-1{top:.25rem;bottom:.25rem}.-bottom-1{bottom:-.25rem}.-bottom-1\.5{bottom:-.375rem}.-bottom-2{bottom:-.5rem}.-bottom-2\.5{bottom:-.625rem}.-left-1{left:-.25rem}.-left-2\.5\%{left:-2.5%}.-left-5\%{left:-5%}.-right-0\.5{right:-.125rem}.-right-1{right:-.25rem}.-right-1\.5{right:-.375rem}.-right-2{right:-.5rem}.-top-0\.5{top:-.125rem}.-top-1{top:-.25rem}.-top-2{top:-.5rem}.-top-2\.5{top:-.625rem}.bottom-\[16\%\]{bottom:16%}.bottom-\[6\.75rem\]{bottom:6.75rem}.bottom-\[calc\(3\.25rem\+env\(safe-area-inset-bottom\,0px\)\+0\.75rem\)\]{bottom:calc(4rem + env(safe-area-inset-bottom,0px))}.bottom-0{bottom:0}.bottom-0\.5{bottom:.125rem}.bottom-1{bottom:.25rem}.bottom-1\/4{bottom:25%}.bottom-10{bottom:2.5rem}.bottom-2{bottom:.5rem}.bottom-2\%{bottom:2%}.bottom-20{bottom:5rem}.bottom-3{bottom:.75rem}.bottom-4{bottom:1rem}.bottom-6{bottom:1.5rem}.bottom-full{bottom:100%}.left-\[…\]{left:…}.left-0{left:0}.left-0\.5{left:.125rem}.left-1{left:.25rem}.left-1\.5{left:.375rem}.left-1\/2{left:50%}.left-1\/4{left:25%}.left-1\%{left:1%}.left-14{left:3.5rem}.left-2{left:.5rem}.left-28{left:7rem}.left-3{left:.75rem}.right-\[6\.5\%\],.right-6\.5\%{right:6.5%}.right-0{right:0}.right-0\.5{right:.125rem}.right-1{right:.25rem}.right-1\.5{right:.375rem}.right-1\/4{right:25%}.right-14{right:3.5rem}.right-2{right:.5rem}.right-2\.5{right:.625rem}.right-28{right:7rem}.right-3{right:.75rem}.right-4{right:1rem}.right-5{right:1.25rem}.right-5\%{right:5%}.right-6\%{right:6%}.right-8{right:2rem}.top-\[…\]{top:…}.top-\[66\.5\%\]{top:66.5%}.top-0{top:0}.top-0\.5{top:.125rem}.top-1{top:.25rem}.top-1\.5{top:.375rem}.top-1\/2{top:50%}.top-1\/4{top:25%}.top-11\.5\%{top:11.5%}.top-12\%{top:12%}.top-2{top:.5rem}.top-2\.5{top:.625rem}.top-24{top:6rem}.top-3{top:.75rem}.top-4{top:1rem}.top-4\%{top:4%}.top-49\%{top:49%}.top-5\%{top:5%}.top-55\%{top:55%}.top-56\%{top:56%}.top-60\%{top:60%}.top-62\.8\%{top:62.8%}.top-62\%{top:62%}.top-63\.5\%{top:63.5%}.top-63\%{top:63%}.top-68\.5\%{top:68.5%}.top-68\%{top:68%}.top-76\%{top:76%}.top-84\%{top:84%}.top-full{top:100%}.line-clamp-1{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;line-clamp:1}.line-clamp-2{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2}.isolate{isolation:isolate}.-z-10{z-index:-10}.z-\[1\],.z-1{z-index:1}.z-\[1004\]{z-index:1004}.z-\[1010\]{z-index:1010}.z-\[1050\]{z-index:1050}.z-\[1100\]{z-index:1100}.z-\[1200\]{z-index:1200}.z-\[15\]{z-index:15}.z-\[2500\]{z-index:2500}.z-\[3\]{z-index:3}.z-\[31\]{z-index:31}.z-\[60\]{z-index:60}.z-\[60000\]{z-index:60000}.z-\[60001\]{z-index:60001}.z-\[60050\]{z-index:60050}.z-\[60100\]{z-index:60100}.z-\[60190\]{z-index:60190}.z-\[60200\]{z-index:60200}.z-\[60300\]{z-index:60300}.z-\[70000\]{z-index:70000}.z-0{z-index:0}.z-10{z-index:10}.z-2{z-index:2}.z-20{z-index:20}.z-30{z-index:30}.z-40{z-index:40}.z-50{z-index:50}.grid{display:grid}.col-span-2{grid-column:span 2/span 2}.col-start-1{grid-column-start:1}.col-start-2{grid-column-start:2}.col-start-3{grid-column-start:3}.row-start-1{grid-row-start:1}.row-start-2{grid-row-start:2}.row-start-3{grid-row-start:3}.auto-rows-min{grid-auto-rows:min-content}.grid-cols-\[4\.5rem_1fr_auto\]{grid-template-columns:4.5rem 1fr auto}.grid-cols-\[minmax\(0\,1fr\)_auto\]{grid-template-columns:minmax(0,1fr) auto}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-rows-3{grid-template-rows:repeat(3,minmax(0,1fr))}.m-0{margin:0}.m-auto,.ma{margin:auto}.m\[1\]{margin:1}.m\[k\]{margin:k}.maxs{margin:.75rem}.-mx-0\.5{margin-left:-.125rem;margin-right:-.125rem}.mx,.mx-4{margin-left:1rem;margin-right:1rem}.mx-1{margin-left:.25rem;margin-right:.25rem}.mx-1\.5{margin-left:.375rem;margin-right:.375rem}.mx-3{margin-left:.75rem;margin-right:.75rem}.mx-auto{margin-left:auto;margin-right:auto}.my,.my-4{margin-top:1rem;margin-bottom:1rem}.my-1{margin-top:.25rem;margin-bottom:.25rem}.my-auto{margin-top:auto;margin-bottom:auto}.-ml-0\.5{margin-left:-.125rem}.-ml-2\%{margin-left:-2%}.-mr-0\.5{margin-right:-.125rem}.-mt-0\.5{margin-top:-.125rem}.-mt-2{margin-top:-.5rem}.\!mb-0{margin-bottom:0!important}.mb-0{margin-bottom:0}.mb-0\.5{margin-bottom:.125rem}.mb-1{margin-bottom:.25rem}.mb-1\.5{margin-bottom:.375rem}.mb-10{margin-bottom:2.5rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.me{margin-inline-end:1rem}.ml{margin-left:1rem}.ml-\[3px\]{margin-left:3px}.ml-0\.5{margin-left:.125rem}.ml-1{margin-left:.25rem}.ml-1\.5{margin-left:.375rem}.ml-2{margin-left:.5rem}.ml-auto{margin-left:auto}.mr-0\.5{margin-right:.125rem}.mr-1{margin-right:.25rem}.mr-auto{margin-right:auto}.mr-px{margin-right:1px}.mt-0{margin-top:0}.mt-0\.5{margin-top:.125rem}.mt-1{margin-top:.25rem}.mt-1\.5{margin-top:.375rem}.mt-10{margin-top:2.5rem}.mt-2{margin-top:.5rem}.mt-2\.5{margin-top:.625rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-5{margin-top:1.25rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.mt-auto{margin-top:auto}.mis{margin-inline-start:1rem}.box-border{box-sizing:border-box}.inline{display:inline}.block{display:block}.inline-block{display:inline-block}.contents{display:contents}.\[\&\:\:-webkit-details-marker\]\:hidden::-webkit-details-marker,.\[\&\:\:-webkit-scrollbar\]\:hidden::-webkit-scrollbar,.hidden{display:none}.aspect-\[16\/10\]{aspect-ratio:16/10}.aspect-\[2\/1\]{aspect-ratio:2/1}.aspect-\[3\/4\]{aspect-ratio:3/4}.aspect-\[5\/7\]{aspect-ratio:5/7}.aspect-\[63\/88\]{aspect-ratio:63/88}.aspect-\[7\/5\]{aspect-ratio:7/5}.aspect-square{aspect-ratio:1/1}.size-\[4\.5rem\]{width:4.5rem;height:4.5rem}.size-10{width:2.5rem;height:2.5rem}.size-11{width:2.75rem;height:2.75rem}.size-12{width:3rem;height:3rem}.size-14{width:3.5rem;height:3.5rem}.size-2{width:.5rem;height:.5rem}.size-2\.5{width:.625rem;height:.625rem}.size-3{width:.75rem;height:.75rem}.size-3\.5{width:.875rem;height:.875rem}.size-4{width:1rem;height:1rem}.size-48{width:12rem;height:12rem}.size-5{width:1.25rem;height:1.25rem}.size-56{width:14rem;height:14rem}.size-6{width:1.5rem;height:1.5rem}.size-7{width:1.75rem;height:1.75rem}.size-8{width:2rem;height:2rem}.size-9{width:2.25rem;height:2.25rem}.size-full{width:100%;height:100%}.\[\&_img\]\:h-6 img,.h-6{height:1.5rem}.\[\&_img\]\:w-6 img,.w-6{width:1.5rem}.h-\[0\.82em\]{height:.82em}.h-\[0\.875rem\],.h-3\.5{height:.875rem}.h-\[0\.92em\]{height:.92em}.h-\[100dvh\],.h-dvh{height:100dvh}.h-\[10rem\],.h-40{height:10rem}.h-\[120px\]{height:120px}.h-\[12rem\],.h-48{height:12rem}.h-\[140\%\]{height:140%}.h-\[15rem\]{height:15rem}.h-\[18px\]{height:18px}.h-\[1em\]{height:1em}.h-\[27px\]{height:27px}.h-\[30px\]{height:30px}.h-\[36px\]{height:36px}.h-\[3px\]{height:3px}.h-\[42px\]{height:42px}.h-\[60px\]{height:60px}.h-\[calc\(\(min\(92vw\,70vh\,760px\)_-_1\.5rem\)\/3_-_1rem\)\]{height:calc((min(92vw,70vh,760px) - 1.5rem) / 3 - 1rem)}.h-\[min\(56vw\,46vh\,340px\)\]{height:min(56vw,46vh,340px)}.h-\[min\(78vh\,640px\)\]{height:min(78vh,640px)}.h-\[min\(88dvh\,860px\)\]{height:min(88dvh,860px)}.h-\[min\(88vh\,720px\)\]{height:min(88vh,720px)}.h-\[min\(92dvh\,920px\)\]{height:min(92dvh,920px)}.h-0{height:0}.h-0\.5{height:.125rem}.h-1,.h1{height:.25rem}.h-1\.5{height:.375rem}.h-1\/2{height:50%}.h-10{height:2.5rem}.h-11{height:2.75rem}.h-12{height:3rem}.h-14{height:3.5rem}.h-16{height:4rem}.h-2,.h2{height:.5rem}.h-2\.5{height:.625rem}.h-20{height:5rem}.h-23\.5\%{height:23.5%}.h-24{height:6rem}.h-25\%{height:25%}.h-29\%{height:29%}.h-3,.h3{height:.75rem}.h-30\%{height:30%}.h-32{height:8rem}.h-32\.5\%{height:32.5%}.h-4,.h4{height:1rem}.h-4\.5{height:1.125rem}.h-4\.5\%{height:4.5%}.h-4\.7\%{height:4.7%}.h-44{height:11rem}.h-5{height:1.25rem}.h-62\%{height:62%}.h-64{height:16rem}.h-7{height:1.75rem}.h-72\%{height:72%}.h-8{height:2rem}.h-9{height:2.25rem}.h-auto{height:auto}.h-full{height:100%}.h-px{height:1px}.max-h-\[100dvh\]{max-height:100dvh}.max-h-\[280px\]{max-height:280px}.max-h-\[5\%\]{max-height:5%}.max-h-\[70dvh\]{max-height:70dvh}.max-h-\[70vh\]{max-height:70vh}.max-h-\[72vh\]{max-height:72vh}.max-h-\[82dvh\]{max-height:82dvh}.max-h-\[90dvh\]{max-height:90dvh}.max-h-\[90vh\]{max-height:90vh}.max-h-\[calc\(100dvh-0\.5rem\)\]{max-height:calc(100dvh - .5rem)}.max-h-\[calc\(100dvh-1rem\)\]{max-height:calc(100dvh - 1rem)}.max-h-\[calc\(100dvh-2rem\)\]{max-height:calc(100dvh - 2rem)}.max-h-\[min\(22rem\,65dvh\)\]{max-height:min(22rem,65dvh)}.max-h-\[min\(24rem\,72dvh\)\]{max-height:min(24rem,72dvh)}.max-h-\[min\(26rem\,70dvh\)\]{max-height:min(26rem,70dvh)}.max-h-\[min\(28rem\,72dvh\)\]{max-height:min(28rem,72dvh)}.max-h-\[min\(40dvh\,16rem\)\]{max-height:min(40dvh,16rem)}.max-h-\[min\(40dvh\,320px\)\]{max-height:min(40dvh,320px)}.max-h-\[min\(40vh\,14rem\)\]{max-height:min(40vh,14rem)}.max-h-\[min\(45dvh\,17rem\)\]{max-height:min(45dvh,17rem)}.max-h-\[min\(52dvh\,28rem\)\]{max-height:min(52dvh,28rem)}.max-h-\[min\(60vh\,32rem\)\]{max-height:min(60vh,32rem)}.max-h-\[min\(70dvh\,26rem\)\]{max-height:min(70dvh,26rem)}.max-h-\[min\(70vh\,520px\)\]{max-height:min(70vh,520px)}.max-h-\[min\(72vh\,28rem\)\]{max-height:min(72vh,28rem)}.max-h-\[min\(85dvh\,34rem\)\]{max-height:min(85dvh,34rem)}.max-h-\[min\(92dvh\,720px\)\]{max-height:min(92dvh,720px)}.max-h-\[min\(92dvh\,880px\)\]{max-height:min(92dvh,880px)}.max-h-\[min\(92dvh\,calc\(100dvh-0\.5rem\)\)\]{max-height:min(92dvh,calc(100dvh - .5rem))}.max-h-14\%{max-height:14%}.max-h-24{max-height:6rem}.max-h-36{max-height:9rem}.max-h-40{max-height:10rem}.max-h-44{max-height:11rem}.max-h-56{max-height:14rem}.max-h-60{max-height:15rem}.max-h-8{max-height:2rem}.max-h-full{max-height:100%}.max-w-\[100\%\],.max-w-full{max-width:100%}.max-w-\[100px\]{max-width:100px}.max-w-\[13\.5rem\]{max-width:13.5rem}.max-w-\[14rem\]{max-width:14rem}.max-w-\[15rem\]{max-width:15rem}.max-w-\[16rem\]{max-width:16rem}.max-w-\[200px\]{max-width:200px}.max-w-\[220px\]{max-width:220px}.max-w-\[240px\]{max-width:240px}.max-w-\[25px\]{max-width:25px}.max-w-\[280px\]{max-width:280px}.max-w-\[300px\]{max-width:300px}.max-w-\[4\.5rem\]{max-width:4.5rem}.max-w-\[40rem\]{max-width:40rem}.max-w-\[420px\]{max-width:420px}.max-w-\[45\%\]{max-width:45%}.max-w-\[5\.5rem\]{max-width:5.5rem}.max-w-\[55\%\]{max-width:55%}.max-w-\[7\.75rem\]{max-width:7.75rem}.max-w-\[72px\]{max-width:72px}.max-w-\[7rem\]{max-width:7rem}.max-w-\[85rem\]{max-width:85rem}.max-w-\[90\%\]{max-width:90%}.max-w-\[calc\(100\%-1\.6rem\)\]{max-width:calc(100% - 1.6rem)}.max-w-\[calc\(100\%-6\.5rem\)\]{max-width:calc(100% - 6.5rem)}.max-w-\[calc\(100vw-0\.5rem\)\]{max-width:calc(100vw - .5rem)}.max-w-\[calc\(100vw-1\.5rem\)\]{max-width:calc(100vw - 1.5rem)}.max-w-\[min\(100\%\,280px\)\]{max-width:min(100%,280px)}.max-w-\[min\(100\%\,7\.5rem\)\]{max-width:min(100%,7.5rem)}.max-w-\[min\(100\%\,calc\(100vw-7\.5rem\)\)\]{max-width:min(100%,calc(100vw - 7.5rem))}.max-w-\[min\(calc\(100\%-4rem\)\,14rem\)\]{max-width:min(calc(100% - 4rem),14rem)}.max-w-\[min\(calc\(100vw-2rem\)\,18rem\)\]{max-width:min(calc(100vw - 2rem),18rem)}.max-w-1\/2{max-width:50%}.max-w-10{max-width:2.5rem}.max-w-24{max-width:6rem}.max-w-2xl{max-width:42rem}.max-w-36{max-width:9rem}.max-w-3xl{max-width:48rem}.max-w-400px{max-width:400px}.max-w-4xl{max-width:56rem}.max-w-5xl{max-width:64rem}.max-w-6xl{max-width:72rem}.max-w-70\%{max-width:70%}.max-w-7xl{max-width:80rem}.max-w-lg{max-width:32rem}.max-w-md{max-width:28rem}.max-w-none{max-width:none}.max-w-prose{max-width:65ch}.max-w-sm{max-width:24rem}.max-w-xl{max-width:36rem}.max-w-xs{max-width:20rem}.min-h-\[1\.25rem\],.min-h-5{min-height:1.25rem}.min-h-\[10rem\]{min-height:10rem}.min-h-\[120px\]{min-height:120px}.min-h-\[12rem\]{min-height:12rem}.min-h-\[15px\]{min-height:15px}.min-h-\[15rem\]{min-height:15rem}.min-h-\[180px\]{min-height:180px}.min-h-\[19rem\]{min-height:19rem}.min-h-\[1rem\]{min-height:1rem}.min-h-\[2\.25rem\]{min-height:2.25rem}.min-h-\[200px\]{min-height:200px}.min-h-\[220px\]{min-height:220px}.min-h-\[240px\]{min-height:240px}.min-h-\[260px\]{min-height:260px}.min-h-\[26rem\]{min-height:26rem}.min-h-\[280px\]{min-height:280px}.min-h-\[3\.125rem\]{min-height:3.125rem}.min-h-\[3\.25rem\]{min-height:3.25rem}.min-h-\[320px\]{min-height:320px}.min-h-\[3px\]{min-height:3px}.min-h-\[6rem\]{min-height:6rem}.min-h-\[8\.5rem\]{min-height:8.5rem}.min-h-\[9\.5rem\]{min-height:9.5rem}.min-h-\[9rem\]{min-height:9rem}.min-h-\[min\(52vh\,26rem\)\]{min-height:min(52vh,26rem)}.min-h-\[min\(70dvh\,640px\)\]{min-height:min(70dvh,640px)}.min-h-\[min\(72dvh\,900px\)\]{min-height:min(72dvh,900px)}.min-h-0{min-height:0}.min-h-10{min-height:2.5rem}.min-h-11{min-height:2.75rem}.min-h-6{min-height:1.5rem}.min-h-7{min-height:1.75rem}.min-h-8{min-height:2rem}.min-h-full{min-height:100%}.min-w-\[0\.875rem\]{min-width:.875rem}.min-w-\[1\.125rem\]{min-width:1.125rem}.min-w-\[1\.15rem\]{min-width:1.15rem}.min-w-\[1\.25rem\],.min-w-5{min-width:1.25rem}.min-w-\[1\.35rem\]{min-width:1.35rem}.min-w-\[1\.85rem\]{min-width:1.85rem}.min-w-\[100px\]{min-width:100px}.min-w-\[10rem\]{min-width:10rem}.min-w-\[120px\]{min-width:120px}.min-w-\[12rem\]{min-width:12rem}.min-w-\[1rem\]{min-width:1rem}.min-w-\[200px\]{min-width:200px}.min-w-\[240px\]{min-width:240px}.min-w-\[3rem\]{min-width:3rem}.min-w-\[4\.5rem\]{min-width:4.5rem}.min-w-\[5\.5rem\]{min-width:5.5rem}.min-w-\[560px\]{min-width:560px}.min-w-\[6\.5rem\]{min-width:6.5rem}.min-w-\[620px\]{min-width:620px}.min-w-\[640px\]{min-width:640px}.min-w-\[7\.5rem\]{min-width:7.5rem}.min-w-\[7rem\]{min-width:7rem}.min-w-\[calc\(50\%-0\.125rem\)\]{min-width:calc(50% - .125rem)}.min-w-0{min-width:0}.min-w-11{min-width:2.75rem}.min-w-8{min-width:2rem}.min-w-87\%{min-width:87%}.min-w-9{min-width:2.25rem}.min-w-full{min-width:100%}.w-\[0\.82em\]{width:.82em}.w-\[0\.92em\]{width:.92em}.w-\[1\.35rem\]{width:1.35rem}.w-\[1\.85rem\]{width:1.85rem}.w-\[10\%\]{width:10%}.w-\[100\%\],.w-100\%,.w-full{width:100%}.w-\[104px\]{width:104px}.w-\[11\%\]{width:11%}.w-\[115\%\]{width:115%}.w-\[11rem\],.w-44{width:11rem}.w-\[12\%\]{width:12%}.w-\[13\%\]{width:13%}.w-\[14\%\]{width:14%}.w-\[18px\]{width:18px}.w-\[1em\]{width:1em}.w-\[23px\]{width:23px}.w-\[260px\]{width:260px}.w-\[280px\]{width:280px}.w-\[3\.75rem\]{width:3.75rem}.w-\[32\%\]{width:32%}.w-\[38\%\]{width:38%}.w-\[3px\]{width:3px}.w-\[4\.5rem\]{width:4.5rem}.w-\[4\.75rem\]{width:4.75rem}.w-\[46\%\]{width:46%}.w-\[4px\]{width:4px}.w-\[5\.75rem\]{width:5.75rem}.w-\[50\%\],.w-1\/2,.w-50\%{width:50%}.w-\[5rem\],.w-20{width:5rem}.w-\[60\%\]{width:60%}.w-\[66\%\]{width:66%}.w-\[68\%\]{width:68%}.w-\[76px\]{width:76px}.w-\[80\%\]{width:80%}.w-\[88\%\]{width:88%}.w-\[92px\]{width:92px}.w-\[96px\]{width:96px}.w-\[calc\(\(min\(92vw\,70vh\,760px\)_-_1\.5rem\)\/3_-_1rem\)\]{width:calc((min(92vw,70vh,760px) - 1.5rem) / 3 - 1rem)}.w-\[calc\(15rem\*63\/88\)\]{width:calc(15rem * 63 / 88)}.w-\[min\(100vw-1\.5rem\,18rem\)\]{width:min(100vw - 1.5rem,18rem)}.w-\[min\(100vw-1\.5rem\,20rem\)\]{width:min(100vw - 1.5rem,20rem)}.w-\[min\(100vw-1\.5rem\,24rem\)\]{width:min(100vw - 1.5rem,24rem)}.w-\[min\(100vw-1\.5rem\,26rem\)\]{width:min(100vw - 1.5rem,26rem)}.w-\[min\(100vw-1\.5rem\,280px\)\]{width:min(100vw - 1.5rem,280px)}.w-\[min\(100vw-1\.5rem\,28rem\)\]{width:min(100vw - 1.5rem,28rem)}.w-\[min\(100vw-1\.5rem\,320px\)\]{width:min(100vw - 1.5rem,320px)}.w-\[min\(100vw-2rem\,40rem\)\]{width:min(100vw - 2rem,40rem)}.w-\[min\(11rem\,42vw\)\]{width:min(11rem,42vw)}.w-\[min\(340px\,90vw\)\]{width:min(340px,90vw)}.w-\[min\(56vw\,46vh\,340px\)\]{width:min(56vw,46vh,340px)}.w-\[min\(6\.5rem\,24vw\)\]{width:min(6.5rem,24vw)}.w-\[min\(7\.5rem\,28vw\)\]{width:min(7.5rem,28vw)}.w-\[min\(92vw\,28rem\)\]{width:min(92vw,28rem)}.w-\[min\(92vw\,340px\)\]{width:min(92vw,340px)}.w-\[min\(92vw\,70vh\,760px\)\]{width:min(92vw,70vh,760px)}.w-\[min\(calc\(100vw-0\.5rem\)\,72rem\)\]{width:min(calc(100vw - .5rem),72rem)}.w-\[min\(calc\(100vw-0\.5rem\)\,96rem\)\]{width:min(calc(100vw - .5rem),96rem)}.w-\[min\(calc\(100vw-1rem\)\,52rem\)\]{width:min(calc(100vw - 1rem),52rem)}.w-0{width:0}.w-1\.5{width:.375rem}.w-10{width:2.5rem}.w-11{width:2.75rem}.w-12{width:3rem}.w-14{width:3.5rem}.w-16{width:4rem}.w-2,.w2{width:.5rem}.w-2\/3{width:66.6666666667%}.w-2\/5{width:40%}.w-24{width:6rem}.w-28{width:7rem}.w-3,.w3{width:.75rem}.w-3\.5{width:.875rem}.w-32{width:8rem}.w-36{width:9rem}.w-4{width:1rem}.w-4\.5{width:1.125rem}.w-40{width:10rem}.w-48\%{width:48%}.w-49\%{width:49%}.w-5{width:1.25rem}.w-51\%{width:51%}.w-55\%{width:55%}.w-56{width:14rem}.w-64{width:16rem}.w-7{width:1.75rem}.w-8{width:2rem}.w-9{width:2.25rem}.w-94\%{width:94%}.w-auto{width:auto}.w-max{width:max-content}.w1{width:.25rem}.max-w-screen-2xl{max-width:1536px}.flex,.group:focus-within .group-focus-within\:flex,.group:hover .group-hover\:flex{display:flex}.inline-flex{display:inline-flex}.flex-\[1\.15\]{flex:1.15}.flex-\[2\]{flex:2}.flex-1{flex:1 1 0%}.flex-shrink,.shrink{flex-shrink:1}.shrink-0{flex-shrink:0}.basis-0{flex-basis:0}.basis-48{flex-basis:12rem}.\!flex-row{flex-direction:row!important}.flex-row{flex-direction:row}.flex-row-reverse{flex-direction:row-reverse}.flex-col{flex-direction:column}.flex-col-reverse{flex-direction:column-reverse}.flex-wrap{flex-wrap:wrap}.flex-nowrap{flex-wrap:nowrap}.table{display:table}.border-collapse{border-collapse:collapse}.table-fixed{table-layout:fixed}.origin-center{transform-origin:center}.-translate-x-1\/2{--un-translate-x:-50%;transform:translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))}.-translate-y-0\.5{--un-translate-y:-.125rem;transform:translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))}.-translate-y-1\/2{--un-translate-y:-50%;transform:translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))}.-translate-y-1\/4{--un-translate-y:-25%;transform:translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))}.-translate-y-px{--un-translate-y:-1px;transform:translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))}.translate-x-\[calc\(-50\%-15px\)\]{--un-translate-x: calc(-50% - 15px) ;transform:translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))}.translate-x-\[calc\(50\%\+15px\)\]{--un-translate-x: calc(50% + 15px) ;transform:translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))}.translate-x-0{--un-translate-x:0;transform:translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))}.translate-x-4{--un-translate-x:1rem;transform:translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))}.group[data-state=open] .group-data-\[state\=open\]\:rotate-180,.rotate-180{--un-rotate-x:0;--un-rotate-y:0;--un-rotate-z:0;--un-rotate:180deg;transform:translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))}.rotate-\[-40deg\]{--un-rotate-x:0;--un-rotate-y:0;--un-rotate-z:0;--un-rotate:-40deg;transform:translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))}.rotate-90{--un-rotate-x:0;--un-rotate-y:0;--un-rotate-z:0;--un-rotate:90deg;transform:translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))}.scale-\[1\.02\]{--un-scale-x:1.02;--un-scale-y:1.02;transform:translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))}.scale-\[1\.2\]{--un-scale-x:1.2;--un-scale-y:1.2;transform:translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))}.scale-\[1\.35\]{--un-scale-x:1.35;--un-scale-y:1.35;transform:translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))}.scale-100{--un-scale-x:1;--un-scale-y:1;transform:translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))}.scale-105,.group:hover .group-hover\:scale-105{--un-scale-x:1.05;--un-scale-y:1.05;transform:translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))}.scale-110,.group:hover .group-hover\:scale-110,.group\/locked:hover .group-hover\/locked\:scale-110{--un-scale-x:1.1;--un-scale-y:1.1;transform:translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))}.group:hover .group-hover\:scale-\[1\.40\]{--un-scale-x:1.4;--un-scale-y:1.4;transform:translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))}.hover\:scale-\[1\.01\]:hover{--un-scale-x:1.01;--un-scale-y:1.01;transform:translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))}.active\:scale-\[0\.98\]:active{--un-scale-x:.98;--un-scale-y:.98;transform:translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))}.active\:scale-90:active{--un-scale-x:.9;--un-scale-y:.9;transform:translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))}.active\:scale-95:active{--un-scale-x:.95;--un-scale-y:.95;transform:translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))}.preserve-3d{transform-style:preserve-3d}.transform{transform:translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))}.transform-gpu{transform:translate3d(var(--un-translate-x),var(--un-translate-y),var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))}@keyframes ping{0%{transform:scale(1);opacity:1}75%,to{transform:scale(2);opacity:0}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.animate-ping{animation:ping 1s cubic-bezier(0,0,.2,1) infinite}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}.animate-spin{animation:spin 1s linear infinite}.cursor-default{cursor:default}.cursor-help{cursor:help}.cursor-pointer{cursor:pointer}.disabled\:cursor-progress:disabled{cursor:progress}.disabled\:cursor-wait:disabled{cursor:wait}.cursor-not-allowed{cursor:not-allowed}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.cursor-grab{cursor:grab}.cursor-zoom-in{cursor:zoom-in}.touch-none{touch-action:none}.select-all{-webkit-user-select:all;user-select:all}.select-none{-webkit-user-select:none;user-select:none}.resize-y{resize:vertical}.resize{resize:both}.snap-x{scroll-snap-type:x var(--un-scroll-snap-strictness)}.snap-mandatory{--un-scroll-snap-strictness:mandatory}.snap-start{scroll-snap-align:start}.snap-center{scroll-snap-align:center}.list-none{list-style-type:none}.place-items-center{place-items:center}.content-center{align-content:center}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.items-baseline{align-items:baseline}.items-stretch{align-items:stretch}.self-start{align-self:flex-start}.self-end{align-self:flex-end}.self-center{align-self:center}.self-stretch{align-self:stretch}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-around{justify-content:space-around}.justify-items-center{justify-items:center}.gap-0{gap:0}.gap-0\.5{gap:.125rem}.gap-1{gap:.25rem}.gap-1\.5{gap:.375rem}.gap-10{gap:2.5rem}.gap-12{gap:3rem}.gap-2{gap:.5rem}.gap-2\.5{gap:.625rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-5{gap:1.25rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.gap-px{gap:1px}.gap-x-1{column-gap:.25rem}.gap-x-2{column-gap:.5rem}.gap-x-2\.5{column-gap:.625rem}.gap-x-3{column-gap:.75rem}.gap-x-4{column-gap:1rem}.gap-x-8{column-gap:2rem}.gap-y-0{row-gap:0}.gap-y-0\.5{row-gap:.125rem}.gap-y-1{row-gap:.25rem}.gap-y-2{row-gap:.5rem}.gap-y-px{row-gap:1px}.space-y-0\.5>:not([hidden])~:not([hidden]){--un-space-y-reverse:0;margin-top:calc(.125rem * calc(1 - var(--un-space-y-reverse)));margin-bottom:calc(.125rem * var(--un-space-y-reverse))}.space-y-1\.5>:not([hidden])~:not([hidden]){--un-space-y-reverse:0;margin-top:calc(.375rem * calc(1 - var(--un-space-y-reverse)));margin-bottom:calc(.375rem * var(--un-space-y-reverse))}.space-y-1>:not([hidden])~:not([hidden]){--un-space-y-reverse:0;margin-top:calc(.25rem * calc(1 - var(--un-space-y-reverse)));margin-bottom:calc(.25rem * var(--un-space-y-reverse))}.space-y-10>:not([hidden])~:not([hidden]){--un-space-y-reverse:0;margin-top:calc(2.5rem * calc(1 - var(--un-space-y-reverse)));margin-bottom:calc(2.5rem * var(--un-space-y-reverse))}.space-y-12>:not([hidden])~:not([hidden]){--un-space-y-reverse:0;margin-top:calc(3rem * calc(1 - var(--un-space-y-reverse)));margin-bottom:calc(3rem * var(--un-space-y-reverse))}.space-y-2\.5>:not([hidden])~:not([hidden]){--un-space-y-reverse:0;margin-top:calc(.625rem * calc(1 - var(--un-space-y-reverse)));margin-bottom:calc(.625rem * var(--un-space-y-reverse))}.space-y-2>:not([hidden])~:not([hidden]){--un-space-y-reverse:0;margin-top:calc(.5rem * calc(1 - var(--un-space-y-reverse)));margin-bottom:calc(.5rem * var(--un-space-y-reverse))}.space-y-3>:not([hidden])~:not([hidden]){--un-space-y-reverse:0;margin-top:calc(.75rem * calc(1 - var(--un-space-y-reverse)));margin-bottom:calc(.75rem * var(--un-space-y-reverse))}.space-y-4>:not([hidden])~:not([hidden]){--un-space-y-reverse:0;margin-top:calc(1rem * calc(1 - var(--un-space-y-reverse)));margin-bottom:calc(1rem * var(--un-space-y-reverse))}.space-y-5>:not([hidden])~:not([hidden]){--un-space-y-reverse:0;margin-top:calc(1.25rem * calc(1 - var(--un-space-y-reverse)));margin-bottom:calc(1.25rem * var(--un-space-y-reverse))}.space-y-6>:not([hidden])~:not([hidden]){--un-space-y-reverse:0;margin-top:calc(1.5rem * calc(1 - var(--un-space-y-reverse)));margin-bottom:calc(1.5rem * var(--un-space-y-reverse))}.space-y-8>:not([hidden])~:not([hidden]){--un-space-y-reverse:0;margin-top:calc(2rem * calc(1 - var(--un-space-y-reverse)));margin-bottom:calc(2rem * var(--un-space-y-reverse))}.divide-y>:not([hidden])~:not([hidden]){--un-divide-y-reverse:0;border-top-width:calc(1px * calc(1 - var(--un-divide-y-reverse)));border-bottom-width:calc(1px * var(--un-divide-y-reverse))}.divide-white\/5>:not([hidden])~:not([hidden]){border-color:rgb(var(--c-white-rgb) / .05)}.divide-white\/8>:not([hidden])~:not([hidden]){border-color:rgb(var(--c-white-rgb) / .08)}.\!overflow-visible{overflow:visible!important}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-visible{overflow:visible}.overflow-x-auto{overflow-x:auto}.overflow-x-hidden{overflow-x:hidden}.overflow-y-auto{overflow-y:auto}.overflow-y-hidden{overflow-y:hidden}.overscroll-x-contain{overscroll-behavior-x:contain}.scroll-smooth{scroll-behavior:smooth}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-ellipsis{text-overflow:ellipsis}.whitespace-normal{white-space:normal}.whitespace-nowrap{white-space:nowrap}.whitespace-pre-line{white-space:pre-line}.whitespace-pre-wrap{white-space:pre-wrap}.break-words{overflow-wrap:break-word}.break-all{word-break:break-all}.b,.border{border-width:1px}.border-\[3px\]{border-width:3px}.border-0{border-width:0px}.border-2{border-width:2px}.border-4{border-width:4px}.border-b{border-bottom-width:1px}.border-b-0{border-bottom-width:0px}.border-b-2{border-bottom-width:2px}.border-l{border-left-width:1px}.border-l-0{border-left-width:0px}.border-r{border-right-width:1px}.border-r-0{border-right-width:0px}.border-t{border-top-width:1px}.border-t-0{border-top-width:0px}.border-t-2{border-top-width:2px}.last\:border-b-0:last-child{border-bottom-width:0px}.\!border-gold-dark\/35{border-color:rgb(var(--c-gold-dark-rgb) / .35)!important}.\!border-gold-light{--un-border-opacity:1 !important;border-color:rgb(var(--c-gold-light-rgb) / var(--un-border-opacity))!important}.\!border-violet-400\/75{border-color:rgb(var(--c-violet-400-rgb) / .75)!important}.\!border-white\/12{border-color:rgb(var(--c-white-rgb) / .12)!important}.border-accent-dark\/15{border-color:rgb(var(--c-accent-dark-rgb) / .15)}.border-accent-dark\/20{border-color:rgb(var(--c-accent-dark-rgb) / .2)}.border-accent-dark\/50{border-color:rgb(var(--c-accent-dark-rgb) / .5)}.border-accent\/25{border-color:rgb(var(--c-accent-rgb) / .25)}.border-amber-300\/40{border-color:rgb(var(--c-amber-300-rgb) / .4)}.border-amber-300\/45{border-color:rgb(var(--c-amber-300-rgb) / .45)}.border-amber-400{--un-border-opacity:1;border-color:rgb(var(--c-amber-400-rgb) / var(--un-border-opacity))}.border-amber-400\/35{border-color:rgb(var(--c-amber-400-rgb) / .35)}.border-amber-400\/40{border-color:rgb(var(--c-amber-400-rgb) / .4)}.border-amber-400\/50{border-color:rgb(var(--c-amber-400-rgb) / .5)}.border-amber-400\/60{border-color:rgb(var(--c-amber-400-rgb) / .6)}.border-amber-400\/80{border-color:rgb(var(--c-amber-400-rgb) / .8)}.border-amber-500\/25{border-color:rgb(var(--c-amber-500-rgb) / .25)}.border-amber-500\/30{border-color:rgb(var(--c-amber-500-rgb) / .3)}.border-amber-500\/35{border-color:rgb(var(--c-amber-500-rgb) / .35)}.border-amber-500\/40{border-color:rgb(var(--c-amber-500-rgb) / .4)}.border-amber-500\/45{border-color:rgb(var(--c-amber-500-rgb) / .45)}.border-amber-500\/50{border-color:rgb(var(--c-amber-500-rgb) / .5)}.border-cyan-400\/25{border-color:rgb(var(--c-cyan-400-rgb) / .25)}.border-cyan-400\/40{border-color:rgb(var(--c-cyan-400-rgb) / .4)}.border-cyan-500\/40{border-color:rgb(var(--c-cyan-500-rgb) / .4)}.border-cyan-500\/50{border-color:rgb(var(--c-cyan-500-rgb) / .5)}.border-emerald-300\/45{border-color:rgb(var(--c-emerald-300-rgb) / .45)}.border-emerald-300\/80{border-color:rgb(var(--c-emerald-300-rgb) / .8)}.border-emerald-400{--un-border-opacity:1;border-color:rgb(var(--c-emerald-400-rgb) / var(--un-border-opacity))}.border-emerald-400\/40{border-color:rgb(var(--c-emerald-400-rgb) / .4)}.border-emerald-400\/50{border-color:rgb(var(--c-emerald-400-rgb) / .5)}.border-emerald-400\/55{border-color:rgb(var(--c-emerald-400-rgb) / .55)}.border-emerald-400\/60{border-color:rgb(var(--c-emerald-400-rgb) / .6)}.border-emerald-400\/70{border-color:rgb(var(--c-emerald-400-rgb) / .7)}.border-emerald-500\/15{border-color:rgb(var(--c-emerald-500-rgb) / .15)}.border-emerald-500\/25{border-color:rgb(var(--c-emerald-500-rgb) / .25)}.border-emerald-500\/30{border-color:rgb(var(--c-emerald-500-rgb) / .3)}.border-emerald-500\/35{border-color:rgb(var(--c-emerald-500-rgb) / .35)}.border-emerald-500\/40{border-color:rgb(var(--c-emerald-500-rgb) / .4)}.border-emerald-500\/45{border-color:rgb(var(--c-emerald-500-rgb) / .45)}.border-emerald-500\/50{border-color:rgb(var(--c-emerald-500-rgb) / .5)}.border-gold{--un-border-opacity:1;border-color:rgb(var(--c-gold-rgb) / var(--un-border-opacity))}.border-gold-dark{--un-border-opacity:1;border-color:rgb(var(--c-gold-dark-rgb) / var(--un-border-opacity))}.border-gold-dark\/20{border-color:rgb(var(--c-gold-dark-rgb) / .2)}.border-gold-dark\/25{border-color:rgb(var(--c-gold-dark-rgb) / .25)}.border-gold-dark\/30{border-color:rgb(var(--c-gold-dark-rgb) / .3)}.border-gold-dark\/35{border-color:rgb(var(--c-gold-dark-rgb) / .35)}.border-gold-dark\/40{border-color:rgb(var(--c-gold-dark-rgb) / .4)}.border-gold-dark\/45{border-color:rgb(var(--c-gold-dark-rgb) / .45)}.border-gold-dark\/50{border-color:rgb(var(--c-gold-dark-rgb) / .5)}.border-gold-dark\/55{border-color:rgb(var(--c-gold-dark-rgb) / .55)}.border-gold-dark\/60{border-color:rgb(var(--c-gold-dark-rgb) / .6)}.border-gold-light{--un-border-opacity:1;border-color:rgb(var(--c-gold-light-rgb) / var(--un-border-opacity))}.border-gold-light\/80{border-color:rgb(var(--c-gold-light-rgb) / .8)}.border-gold\/12{border-color:rgb(var(--c-gold-rgb) / .12)}.border-gold\/15{border-color:rgb(var(--c-gold-rgb) / .15)}.border-gold\/20{border-color:rgb(var(--c-gold-rgb) / .2)}.border-gold\/25{border-color:rgb(var(--c-gold-rgb) / .25)}.border-gold\/30{border-color:rgb(var(--c-gold-rgb) / .3)}.border-gold\/35{border-color:rgb(var(--c-gold-rgb) / .35)}.border-gold\/40,.data-\[state\=open\]\:border-gold\/40[data-state=open],.group:hover .group-hover\:border-gold\/40{border-color:rgb(var(--c-gold-rgb) / .4)}.border-gold\/45{border-color:rgb(var(--c-gold-rgb) / .45)}.border-gold\/50{border-color:rgb(var(--c-gold-rgb) / .5)}.border-gold\/55{border-color:rgb(var(--c-gold-rgb) / .55)}.border-gold\/60{border-color:rgb(var(--c-gold-rgb) / .6)}.border-gold\/70{border-color:rgb(var(--c-gold-rgb) / .7)}.border-orange-800\/55{border-color:rgb(var(--c-orange-800-rgb) / .55)}.border-pink-500\/40{border-color:rgb(var(--c-pink-500-rgb) / .4)}.border-red-300{--un-border-opacity:1;border-color:rgb(var(--c-red-300-rgb) / var(--un-border-opacity))}.border-red-400{--un-border-opacity:1;border-color:rgb(var(--c-red-400-rgb) / var(--un-border-opacity))}.border-red-500\/30{border-color:rgb(var(--c-red-500-rgb) / .3)}.border-red-500\/35{border-color:rgb(var(--c-red-500-rgb) / .35)}.border-red-500\/40{border-color:rgb(var(--c-red-500-rgb) / .4)}.border-red-500\/50{border-color:rgb(var(--c-red-500-rgb) / .5)}.border-red-800\/50{border-color:rgb(var(--c-red-800-rgb) / .5)}.border-red-900\/40{border-color:rgb(var(--c-red-900-rgb) / .4)}.border-rose-300\/45{border-color:rgb(var(--c-rose-300-rgb) / .45)}.border-rose-400\/55{border-color:rgb(var(--c-rose-400-rgb) / .55)}.border-rose-400\/70{border-color:rgb(var(--c-rose-400-rgb) / .7)}.border-rose-500{--un-border-opacity:1;border-color:rgb(var(--c-rose-500-rgb) / var(--un-border-opacity))}.border-rose-500\/30{border-color:rgb(var(--c-rose-500-rgb) / .3)}.border-rose-500\/40{border-color:rgb(var(--c-rose-500-rgb) / .4)}.border-rose-500\/50{border-color:rgb(var(--c-rose-500-rgb) / .5)}.border-sky-300\/45{border-color:rgb(var(--c-sky-300-rgb) / .45)}.border-sky-400\/20{border-color:rgb(var(--c-sky-400-rgb) / .2)}.border-sky-400\/50{border-color:rgb(var(--c-sky-400-rgb) / .5)}.border-sky-400\/55{border-color:rgb(var(--c-sky-400-rgb) / .55)}.border-sky-400\/70{border-color:rgb(var(--c-sky-400-rgb) / .7)}.border-sky-500\/30{border-color:rgb(var(--c-sky-500-rgb) / .3)}.border-sky-500\/35{border-color:rgb(var(--c-sky-500-rgb) / .35)}.border-sky-500\/40{border-color:rgb(var(--c-sky-500-rgb) / .4)}.border-slate-400\/40{border-color:rgb(var(--c-slate-400-rgb) / .4)}.border-slate-400\/50{border-color:rgb(var(--c-slate-400-rgb) / .5)}.border-slate-500{--un-border-opacity:1;border-color:rgb(var(--c-slate-500-rgb) / var(--un-border-opacity))}.border-slate-500\/30{border-color:rgb(var(--c-slate-500-rgb) / .3)}.border-slate-500\/35{border-color:rgb(var(--c-slate-500-rgb) / .35)}.border-slate-500\/55{border-color:rgb(var(--c-slate-500-rgb) / .55)}.border-slate-600{--un-border-opacity:1;border-color:rgb(var(--c-slate-600-rgb) / var(--un-border-opacity))}.border-slate-600\/40{border-color:rgb(var(--c-slate-600-rgb) / .4)}.border-slate-600\/50{border-color:rgb(var(--c-slate-600-rgb) / .5)}.border-slate-600\/55{border-color:rgb(var(--c-slate-600-rgb) / .55)}.border-slate-600\/60{border-color:rgb(var(--c-slate-600-rgb) / .6)}.border-slate-600\/70{border-color:rgb(var(--c-slate-600-rgb) / .7)}.border-slate-700{--un-border-opacity:1;border-color:rgb(var(--c-slate-700-rgb) / var(--un-border-opacity))}.border-slate-700\/50{border-color:rgb(var(--c-slate-700-rgb) / .5)}.border-slate-700\/55{border-color:rgb(var(--c-slate-700-rgb) / .55)}.border-slate-700\/60{border-color:rgb(var(--c-slate-700-rgb) / .6)}.border-slate-700\/80{border-color:rgb(var(--c-slate-700-rgb) / .8)}.border-slate-800{--un-border-opacity:1;border-color:rgb(var(--c-slate-800-rgb) / var(--un-border-opacity))}.border-slate-800\/95{border-color:rgb(var(--c-slate-800-rgb) / .95)}.border-transparent{border-color:transparent}.border-violet-300{--un-border-opacity:1;border-color:rgb(var(--c-violet-300-rgb) / var(--un-border-opacity))}.border-violet-300\/40{border-color:rgb(var(--c-violet-300-rgb) / .4)}.border-violet-300\/45{border-color:rgb(var(--c-violet-300-rgb) / .45)}.border-violet-400\/20{border-color:rgb(var(--c-violet-400-rgb) / .2)}.border-violet-400\/30{border-color:rgb(var(--c-violet-400-rgb) / .3)}.border-violet-400\/35{border-color:rgb(var(--c-violet-400-rgb) / .35)}.border-violet-400\/40{border-color:rgb(var(--c-violet-400-rgb) / .4)}.border-violet-400\/45{border-color:rgb(var(--c-violet-400-rgb) / .45)}.border-violet-400\/50{border-color:rgb(var(--c-violet-400-rgb) / .5)}.border-violet-400\/55{border-color:rgb(var(--c-violet-400-rgb) / .55)}.border-violet-400\/60,.group:hover .group-hover\:border-violet-400\/60{border-color:rgb(var(--c-violet-400-rgb) / .6)}.border-violet-400\/70,.group:hover .group-hover\:border-violet-400\/70{border-color:rgb(var(--c-violet-400-rgb) / .7)}.border-violet-500\/20{border-color:rgb(var(--c-violet-500-rgb) / .2)}.border-violet-500\/25{border-color:rgb(var(--c-violet-500-rgb) / .25)}.border-violet-500\/30{border-color:rgb(var(--c-violet-500-rgb) / .3)}.border-violet-500\/35{border-color:rgb(var(--c-violet-500-rgb) / .35)}.border-violet-500\/40{border-color:rgb(var(--c-violet-500-rgb) / .4)}.border-violet-500\/45{border-color:rgb(var(--c-violet-500-rgb) / .45)}.border-violet-600\/50{border-color:rgb(var(--c-violet-600-rgb) / .5)}.border-white\/10{border-color:rgb(var(--c-white-rgb) / .1)}.border-white\/12{border-color:rgb(var(--c-white-rgb) / .12)}.border-white\/14{border-color:rgb(var(--c-white-rgb) / .14)}.border-white\/15{border-color:rgb(var(--c-white-rgb) / .15)}.border-white\/20{border-color:rgb(var(--c-white-rgb) / .2)}.border-white\/25{border-color:rgb(var(--c-white-rgb) / .25)}.border-white\/40{border-color:rgb(var(--c-white-rgb) / .4)}.border-white\/5{border-color:rgb(var(--c-white-rgb) / .05)}.border-white\/55{border-color:rgb(var(--c-white-rgb) / .55)}.border-white\/6{border-color:rgb(var(--c-white-rgb) / .06)}.border-white\/8{border-color:rgb(var(--c-white-rgb) / .08)}.hover\:border-amber-300\/60:hover{border-color:rgb(var(--c-amber-300-rgb) / .6)}.hover\:border-amber-400\/50:hover{border-color:rgb(var(--c-amber-400-rgb) / .5)}.hover\:border-cyan-300\/60:hover{border-color:rgb(var(--c-cyan-300-rgb) / .6)}.hover\:border-emerald-400\/40:hover{border-color:rgb(var(--c-emerald-400-rgb) / .4)}.hover\:border-emerald-400\/50:hover{border-color:rgb(var(--c-emerald-400-rgb) / .5)}.hover\:border-gold-dark\/30:hover{border-color:rgb(var(--c-gold-dark-rgb) / .3)}.hover\:border-gold-dark\/50:hover{border-color:rgb(var(--c-gold-dark-rgb) / .5)}.hover\:border-gold-dark\/55:hover{border-color:rgb(var(--c-gold-dark-rgb) / .55)}.hover\:border-gold-dark\/60:hover{border-color:rgb(var(--c-gold-dark-rgb) / .6)}.hover\:border-gold-dark\/70:hover{border-color:rgb(var(--c-gold-dark-rgb) / .7)}.hover\:border-gold-light\/70:hover{border-color:rgb(var(--c-gold-light-rgb) / .7)}.hover\:border-gold\/30:hover{border-color:rgb(var(--c-gold-rgb) / .3)}.hover\:border-gold\/40:hover{border-color:rgb(var(--c-gold-rgb) / .4)}.hover\:border-gold\/50:hover{border-color:rgb(var(--c-gold-rgb) / .5)}.hover\:border-red-400\/40:hover{border-color:rgb(var(--c-red-400-rgb) / .4)}.hover\:border-sky-400\/50:hover{border-color:rgb(var(--c-sky-400-rgb) / .5)}.hover\:border-sky-400\/55:hover{border-color:rgb(var(--c-sky-400-rgb) / .55)}.hover\:border-slate-400\/50:hover{border-color:rgb(var(--c-slate-400-rgb) / .5)}.hover\:border-slate-500:hover{--un-border-opacity:1;border-color:rgb(var(--c-slate-500-rgb) / var(--un-border-opacity))}.hover\:border-slate-500\/60:hover{border-color:rgb(var(--c-slate-500-rgb) / .6)}.hover\:border-slate-600:hover{--un-border-opacity:1;border-color:rgb(var(--c-slate-600-rgb) / var(--un-border-opacity))}.hover\:border-violet-300\/50:hover{border-color:rgb(var(--c-violet-300-rgb) / .5)}.hover\:border-violet-300\/60:hover{border-color:rgb(var(--c-violet-300-rgb) / .6)}.hover\:border-violet-400\/40:hover{border-color:rgb(var(--c-violet-400-rgb) / .4)}.hover\:border-violet-400\/45:hover{border-color:rgb(var(--c-violet-400-rgb) / .45)}.hover\:border-violet-400\/50:hover{border-color:rgb(var(--c-violet-400-rgb) / .5)}.hover\:border-violet-400\/55:hover{border-color:rgb(var(--c-violet-400-rgb) / .55)}.hover\:border-violet-400\/60:hover{border-color:rgb(var(--c-violet-400-rgb) / .6)}.hover\:border-violet-500\/30:hover{border-color:rgb(var(--c-violet-500-rgb) / .3)}.hover\:border-white\/16:hover{border-color:rgb(var(--c-white-rgb) / .16)}.hover\:border-white\/20:hover{border-color:rgb(var(--c-white-rgb) / .2)}.hover\:border-white\/25:hover{border-color:rgb(var(--c-white-rgb) / .25)}.hover\:border-white\/30:hover{border-color:rgb(var(--c-white-rgb) / .3)}.focus\:border-accent:focus{--un-border-opacity:1;border-color:rgb(var(--c-accent-rgb) / var(--un-border-opacity))}.focus\:border-gold-light:focus{--un-border-opacity:1;border-color:rgb(var(--c-gold-light-rgb) / var(--un-border-opacity))}.focus\:border-gold:focus{--un-border-opacity:1;border-color:rgb(var(--c-gold-rgb) / var(--un-border-opacity))}.focus\:border-gold\/45:focus{border-color:rgb(var(--c-gold-rgb) / .45)}.focus\:border-gold\/50:focus{border-color:rgb(var(--c-gold-rgb) / .5)}.focus\:border-violet-400\/60:focus{border-color:rgb(var(--c-violet-400-rgb) / .6)}.focus-visible\:border-gold:focus-visible{--un-border-opacity:1;border-color:rgb(var(--c-gold-rgb) / var(--un-border-opacity))}.border-b-gold\/30{border-bottom-color:rgb(var(--c-gold-rgb) / .3)}.border-t-accent-light{--un-border-opacity:1;--un-border-top-opacity:var(--un-border-opacity);border-top-color:rgb(var(--c-accent-light-rgb) / var(--un-border-top-opacity))}.border-t-amber-300{--un-border-opacity:1;--un-border-top-opacity:var(--un-border-opacity);border-top-color:rgb(var(--c-amber-300-rgb) / var(--un-border-top-opacity))}.border-t-gold-light{--un-border-opacity:1;--un-border-top-opacity:var(--un-border-opacity);border-top-color:rgb(var(--c-gold-light-rgb) / var(--un-border-top-opacity))}.border-t-violet-200{--un-border-opacity:1;--un-border-top-opacity:var(--un-border-opacity);border-top-color:rgb(var(--c-violet-200-rgb) / var(--un-border-top-opacity))}.border-t-violet-300{--un-border-opacity:1;--un-border-top-opacity:var(--un-border-opacity);border-top-color:rgb(var(--c-violet-300-rgb) / var(--un-border-top-opacity))}.rounded{border-radius:.25rem}.rounded-\[2px\]{border-radius:2px}.rounded-\[4\.5\%\]{border-radius:4.5%}.rounded-\[4px\]{border-radius:4px}.rounded-\[inherit\]{border-radius:inherit}.rounded-2xl{border-radius:1rem}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.rounded-none{border-radius:0}.rounded-sm{border-radius:.125rem}.rounded-xl{border-radius:.75rem}.rounded-b-lg{border-bottom-left-radius:.5rem;border-bottom-right-radius:.5rem}.rounded-b-none{border-bottom-left-radius:0;border-bottom-right-radius:0}.rounded-l-lg{border-top-left-radius:.5rem;border-bottom-left-radius:.5rem}.rounded-l-md{border-top-left-radius:.375rem;border-bottom-left-radius:.375rem}.rounded-l-none{border-top-left-radius:0;border-bottom-left-radius:0}.rounded-r-lg{border-top-right-radius:.5rem;border-bottom-right-radius:.5rem}.rounded-r-md{border-top-right-radius:.375rem;border-bottom-right-radius:.375rem}.rounded-r-none{border-top-right-radius:0;border-bottom-right-radius:0}.rounded-t{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.rounded-t-2xl{border-top-left-radius:1rem;border-top-right-radius:1rem}.rounded-t-lg{border-top-left-radius:.5rem;border-top-right-radius:.5rem}.rounded-t-none{border-top-left-radius:0;border-top-right-radius:0}.border-dashed{border-style:dashed}.border-solid{border-style:solid}.\!bg-\[color-mix\(in_srgb\,var\(--surface-deep\)_75\%\,transparent\)\]{background-color:color-mix(in srgb,var(--surface-deep) 75%,transparent)!important}.bg-\[\#0e0e10\]{--un-bg-opacity:1;background-color:rgb(14 14 16 / var(--un-bg-opacity))}.bg-\[\#0e0e10\]\/55{background-color:rgba(14,14,16,.55)}.bg-\[\#0e0e10\]\/85{background-color:rgba(14,14,16,.85)}.bg-\[\#1a1a1a\]{--un-bg-opacity:1;background-color:rgb(26 26 26 / var(--un-bg-opacity))}.bg-\[\#1a1a1a\]\/55{background-color:rgba(26,26,26,.55)}.bg-\[\#1a1a1a\]\/80{background-color:rgba(26,26,26,.8)}.bg-\[\#2563eb\]{--un-bg-opacity:1;background-color:rgb(37 99 235 / var(--un-bg-opacity))}.bg-\[\#5c5348\]{--un-bg-opacity:1;background-color:rgb(92 83 72 / var(--un-bg-opacity))}.bg-\[\#e6b43f\]{--un-bg-opacity:1;background-color:rgb(230 180 63 / var(--un-bg-opacity))}.bg-\[\#f3d37a\]\/20{background-color:rgba(243,211,122,.2)}.bg-\[\#f3d37a\]\/95{background-color:rgba(243,211,122,.95)}.bg-\[color-mix\(in_srgb\,var\(--surface-deep\)_50\%\,rgb\(var\(--c-black-rgb\)\)\)\]{background-color:color-mix(in srgb,var(--surface-deep) 50%,rgb(var(--c-black-rgb)))}.bg-\[color-mix\(in_srgb\,var\(--surface-deep\)_66\%\,rgb\(var\(--c-black-rgb\)\)\)\]{background-color:color-mix(in srgb,var(--surface-deep) 66%,rgb(var(--c-black-rgb)))}.bg-\[color-mix\(in_srgb\,var\(--surface-deep\)_70\%\,transparent\)\]{background-color:color-mix(in srgb,var(--surface-deep) 70%,transparent)}.bg-\[color-mix\(in_srgb\,var\(--surface-deep\)_75\%\,transparent\)\]{background-color:color-mix(in srgb,var(--surface-deep) 75%,transparent)}.bg-\[color-mix\(in_srgb\,var\(--surface-deep\)_85\%\,transparent\)\]{background-color:color-mix(in srgb,var(--surface-deep) 85%,transparent)}.bg-\[color-mix\(in_srgb\,var\(--surface-deep\)_92\%\,transparent\)\]{background-color:color-mix(in srgb,var(--surface-deep) 92%,transparent)}.bg-\[color-mix\(in_srgb\,var\(--surface-deep\)_95\%\,transparent\)\]{background-color:color-mix(in srgb,var(--surface-deep) 95%,transparent)}.bg-\[color-mix\(in_srgb\,var\(--surface-raised\)_74\%\,\#e5c56e_26\%\)\]{background-color:color-mix(in srgb,var(--surface-raised) 74%,#e5c56e 26%)}.bg-\[color-mix\(in_srgb\,var\(--surface-raised\)_85\%\,transparent\)\]{background-color:color-mix(in srgb,var(--surface-raised) 85%,transparent)}.bg-\[color-mix\(in_srgb\,var\(--surface-raised\)_95\%\,transparent\)\]{background-color:color-mix(in srgb,var(--surface-raised) 95%,transparent)}.bg-\[linear-gradient\(135deg\,rgba\(167\,139\,250\,0\.32\)_0\%\,rgb\(var\(--c-black-rgb\)\/0\.95\)_55\%\)\]{background-image:linear-gradient(135deg,rgba(167,139,250,.32),rgb(var(--c-black-rgb)/.95) 55%)}.bg-\[linear-gradient\(135deg\,rgba\(184\,154\,97\,0\.35\)_0\%\,rgb\(var\(--c-black-rgb\)\/0\.95\)_55\%\)\]{background-image:linear-gradient(135deg,rgba(184,154,97,.35),rgb(var(--c-black-rgb)/.95) 55%)}.bg-\[linear-gradient\(135deg\,rgba\(251\,113\,133\,0\.30\)_0\%\,rgb\(var\(--c-black-rgb\)\/0\.95\)_55\%\)\]{background-image:linear-gradient(135deg,rgba(251,113,133,.3),rgb(var(--c-black-rgb)/.95) 55%)}.bg-\[linear-gradient\(135deg\,rgba\(52\,211\,153\,0\.28\)_0\%\,rgb\(var\(--c-black-rgb\)\/0\.95\)_55\%\)\]{background-image:linear-gradient(135deg,rgba(52,211,153,.28),rgb(var(--c-black-rgb)/.95) 55%)}.bg-\[linear-gradient\(135deg\,rgba\(56\,189\,248\,0\.28\)_0\%\,rgb\(var\(--c-black-rgb\)\/0\.95\)_55\%\)\]{background-image:linear-gradient(135deg,rgba(56,189,248,.28),rgb(var(--c-black-rgb)/.95) 55%)}.bg-\[linear-gradient\(135deg\,var\(--surface-deep\)_0\%\,color-mix\(in_srgb\,var\(--surface-deep\)_50\%\,rgb\(var\(--c-black-rgb\)\)\)_100\%\)\]{background-image:linear-gradient(135deg,var(--surface-deep) 0%,color-mix(in srgb,var(--surface-deep) 50%,rgb(var(--c-black-rgb))) 100%)}.bg-\[linear-gradient\(145deg\,color-mix\(in_srgb\,var\(--c-gold\)_14\%\,transparent\)_0\%\,rgba\(10\,10\,14\,0\.88\)_100\%\)\]{background-image:linear-gradient(145deg,color-mix(in srgb,var(--c-gold) 14%,transparent),rgba(10,10,14,.88))}.bg-\[linear-gradient\(180deg\,rgba\(12\,10\,22\,0\.38\)_0\%\,rgba\(12\,10\,22\,0\.62\)_100\%\)\]{background-image:linear-gradient(180deg,rgba(12,10,22,.38),rgba(12,10,22,.62))}.bg-\[linear-gradient\(180deg\,rgba\(12\,10\,22\,0\.42\)_0\%\,rgba\(12\,10\,22\,0\.78\)_100\%\)\]{background-image:linear-gradient(180deg,rgba(12,10,22,.42),rgba(12,10,22,.78))}.bg-\[linear-gradient\(180deg\,rgba\(212\,175\,55\,0\.14\)_0\%\,rgba\(212\,175\,55\,0\.06\)_100\%\)\]{background-image:linear-gradient(180deg,rgba(212,175,55,.14),rgba(212,175,55,.06))}.bg-\[linear-gradient\(90deg\,rgba\(139\,92\,246\,0\.15\)_0\%\,rgb\(var\(--c-black-rgb\)\/0\.88\)_100\%\)\]{background-image:linear-gradient(90deg,rgba(139,92,246,.15),rgb(var(--c-black-rgb)/.88))}.bg-\[linear-gradient\(90deg\,rgba\(184\,154\,97\,0\.12\)_0\%\,rgb\(var\(--c-black-rgb\)\/0\.85\)_100\%\)\]{background-image:linear-gradient(90deg,rgba(184,154,97,.12),rgb(var(--c-black-rgb)/.85))}.bg-\[linear-gradient\(90deg\,rgba\(52\,211\,153\,0\.85\)_0\%\,rgba\(184\,154\,97\,0\.85\)_100\%\)\]{background-image:linear-gradient(90deg,rgba(52,211,153,.85),rgba(184,154,97,.85))}.bg-\[linear-gradient\(90deg\,transparent\,color-mix\(in_srgb\,var\(--c-gold\)_55\%\,transparent\)\,transparent\)\]{background-image:linear-gradient(90deg,transparent,color-mix(in srgb,var(--c-gold) 55%,transparent),transparent)}.bg-\[linear-gradient\(to_top\,rgba\(0\,0\,0\,0\.9\)_0\%\,rgba\(0\,0\,0\,0\.5\)_50\%\,transparent_100\%\)\]{background-image:linear-gradient(to top,rgba(0,0,0,.9) 0%,rgba(0,0,0,.5) 50%,transparent 100%)}.bg-\[linear-gradient\(to_top\,rgba\(0\,0\,0\,0\.92\)_0\%\,rgba\(0\,0\,0\,0\.45\)_42\%\,transparent_78\%\)\]{background-image:linear-gradient(to top,rgba(0,0,0,.92) 0%,rgba(0,0,0,.45) 42%,transparent 78%)}.bg-\[radial-gradient\(circle_at_65\%_30\%\,rgba\(52\,211\,153\,0\.2\)_0\%\,rgba\(10\,12\,14\,0\.95\)_58\%\)\]{background-image:radial-gradient(circle at 65% 30%,rgba(52,211,153,.2),rgba(10,12,14,.95) 58%)}.bg-\[radial-gradient\(circle_at_70\%_20\%\,rgba\(167\,139\,250\,0\.35\)_0\%\,rgba\(12\,10\,18\,0\.95\)_58\%\)\]{background-image:radial-gradient(circle at 70% 20%,rgba(167,139,250,.35),rgba(12,10,18,.95) 58%)}.bg-\[radial-gradient\(circle_at_75\%_25\%\,rgba\(184\,154\,97\,0\.3\)_0\%\,rgba\(15\,14\,12\,0\.95\)_58\%\)\]{background-image:radial-gradient(circle at 75% 25%,rgba(184,154,97,.3),rgba(15,14,12,.95) 58%)}.bg-\[radial-gradient\(ellipse_70\%_120\%_at_100\%_50\%\,rgba\(255\,255\,255\,0\.12\)_0\%\,transparent_55\%\)\]{background-image:radial-gradient(ellipse 70% 120% at 100% 50%,rgba(255,255,255,.12) 0%,transparent 55%)}.bg-\[radial-gradient\(ellipse_80\%_120\%_at_70\%_20\%\,rgba\(139\,92\,246\,0\.45\)_0\%\,rgba\(13\,10\,20\,0\.95\)_55\%\)\]{background-image:radial-gradient(ellipse 80% 120% at 70% 20%,rgba(139,92,246,.45),rgba(13,10,20,.95) 55%)}.bg-\[radial-gradient\(ellipse_90\%_100\%_at_80\%_30\%\,rgba\(184\,154\,97\,0\.35\)_0\%\,rgba\(20\,18\,14\,0\.95\)_60\%\)\]{background-image:radial-gradient(ellipse 90% 100% at 80% 30%,rgba(184,154,97,.35),rgba(20,18,14,.95) 60%)}.bg-\[repeating-linear-gradient\(-45deg\,rgba\(255\,255\,255\,0\.03\)_0\,rgba\(255\,255\,255\,0\.03\)_6px\,transparent_6px\,transparent_12px\)\]{background-color:repeating-linear-gradient(-45deg,rgba(255,255,255,.03) 0,rgba(255,255,255,.03) 6px,transparent 6px,transparent 12px)}.bg-\[rgb\(var\(--c-black-rgb\)\/0\.12\)\]{--un-bg-opacity:.12;background-color:rgb(var(--c-black-rgb) / var(--un-bg-opacity))}.bg-\[rgb\(var\(--c-black-rgb\)\/0\.18\)\]{--un-bg-opacity:.18;background-color:rgb(var(--c-black-rgb) / var(--un-bg-opacity))}.bg-\[rgb\(var\(--c-black-rgb\)\/0\.55\)\]{--un-bg-opacity:.55;background-color:rgb(var(--c-black-rgb) / var(--un-bg-opacity))}.bg-\[rgb\(var\(--c-black-rgb\)\/0\.88\)\]{--un-bg-opacity:.88;background-color:rgb(var(--c-black-rgb) / var(--un-bg-opacity))}.bg-\[rgb\(var\(--c-black-rgb\)\/0\.92\)\]{--un-bg-opacity:.92;background-color:rgb(var(--c-black-rgb) / var(--un-bg-opacity))}.bg-\[rgb\(var\(--c-black-rgb\)\/0\.94\)\]{--un-bg-opacity:.94;background-color:rgb(var(--c-black-rgb) / var(--un-bg-opacity))}.bg-\[rgb\(var\(--c-black-rgb\)\/0\.95\)\]{--un-bg-opacity:.95;background-color:rgb(var(--c-black-rgb) / var(--un-bg-opacity))}.bg-\[rgb\(var\(--c-black-rgb\)\/0\.96\)\]{--un-bg-opacity:.96;background-color:rgb(var(--c-black-rgb) / var(--un-bg-opacity))}.bg-\[rgb\(var\(--c-black-rgb\)\/0\.98\)\]{--un-bg-opacity:.98;background-color:rgb(var(--c-black-rgb) / var(--un-bg-opacity))}.bg-\[var\(--surface-deep\)\],.bg-\[var\(--surface-deep\)\]\/90,.bg-\[var\(--surface-deep\)\]\/95{background-color:var(--surface-deep)}.bg-\[var\(--surface-raised\)\]{background-color:var(--surface-raised)}.bg-accent-dark\/35{background-color:rgb(var(--c-accent-dark-rgb) / .35)}.bg-accent-dark\/40{background-color:rgb(var(--c-accent-dark-rgb) / .4)}.bg-accent\/50{background-color:rgb(var(--c-accent-rgb) / .5)}.bg-amber-300\/95{background-color:rgb(var(--c-amber-300-rgb) / .95)}.bg-amber-400{--un-bg-opacity:1;background-color:rgb(var(--c-amber-400-rgb) / var(--un-bg-opacity))}.bg-amber-400\/20{background-color:rgb(var(--c-amber-400-rgb) / .2)}.bg-amber-400\/90{background-color:rgb(var(--c-amber-400-rgb) / .9)}.bg-amber-500\/10{background-color:rgb(var(--c-amber-500-rgb) / .1)}.bg-amber-500\/12{background-color:rgb(var(--c-amber-500-rgb) / .12)}.bg-amber-500\/15{background-color:rgb(var(--c-amber-500-rgb) / .15)}.bg-amber-500\/20{background-color:rgb(var(--c-amber-500-rgb) / .2)}.bg-amber-500\/25{background-color:rgb(var(--c-amber-500-rgb) / .25)}.bg-amber-500\/90{background-color:rgb(var(--c-amber-500-rgb) / .9)}.bg-amber-900\/20{background-color:rgb(var(--c-amber-900-rgb) / .2)}.bg-amber-900\/30{background-color:rgb(var(--c-amber-900-rgb) / .3)}.bg-amber-900\/40{background-color:rgb(var(--c-amber-900-rgb) / .4)}.bg-amber-900\/50{background-color:rgb(var(--c-amber-900-rgb) / .5)}.bg-amber-950\/20{background-color:rgb(var(--c-amber-950-rgb) / .2)}.bg-amber-950\/25{background-color:rgb(var(--c-amber-950-rgb) / .25)}.bg-amber-950\/30{background-color:rgb(var(--c-amber-950-rgb) / .3)}.bg-amber-950\/40{background-color:rgb(var(--c-amber-950-rgb) / .4)}.bg-amber-950\/50{background-color:rgb(var(--c-amber-950-rgb) / .5)}.bg-amber-950\/70{background-color:rgb(var(--c-amber-950-rgb) / .7)}.bg-amber-950\/90{background-color:rgb(var(--c-amber-950-rgb) / .9)}.bg-black{--un-bg-opacity:1;background-color:rgb(var(--c-black-rgb) / var(--un-bg-opacity))}.bg-black\/20{background-color:rgb(var(--c-black-rgb) / .2)}.bg-black\/25{background-color:rgb(var(--c-black-rgb) / .25)}.bg-black\/30{background-color:rgb(var(--c-black-rgb) / .3)}.bg-black\/35{background-color:rgb(var(--c-black-rgb) / .35)}.bg-black\/40{background-color:rgb(var(--c-black-rgb) / .4)}.bg-black\/45{background-color:rgb(var(--c-black-rgb) / .45)}.bg-black\/50{background-color:rgb(var(--c-black-rgb) / .5)}.bg-black\/55{background-color:rgb(var(--c-black-rgb) / .55)}.bg-black\/60{background-color:rgb(var(--c-black-rgb) / .6)}.bg-black\/65{background-color:rgb(var(--c-black-rgb) / .65)}.bg-black\/70{background-color:rgb(var(--c-black-rgb) / .7)}.bg-black\/75{background-color:rgb(var(--c-black-rgb) / .75)}.bg-black\/80{background-color:rgb(var(--c-black-rgb) / .8)}.bg-black\/85{background-color:rgb(var(--c-black-rgb) / .85)}.bg-black\/88{background-color:rgb(var(--c-black-rgb) / .88)}.bg-black\/90{background-color:rgb(var(--c-black-rgb) / .9)}.bg-black\/92{background-color:rgb(var(--c-black-rgb) / .92)}.bg-black\/95{background-color:rgb(var(--c-black-rgb) / .95)}.bg-cyan-300\/12{background-color:rgb(var(--c-cyan-300-rgb) / .12)}.bg-cyan-950\/20{background-color:rgb(var(--c-cyan-950-rgb) / .2)}.bg-cyan-950\/30{background-color:rgb(var(--c-cyan-950-rgb) / .3)}.bg-emerald-400{--un-bg-opacity:1;background-color:rgb(var(--c-emerald-400-rgb) / var(--un-bg-opacity))}.bg-emerald-400\/20{background-color:rgb(var(--c-emerald-400-rgb) / .2)}.bg-emerald-400\/95{background-color:rgb(var(--c-emerald-400-rgb) / .95)}.bg-emerald-500{--un-bg-opacity:1;background-color:rgb(var(--c-emerald-500-rgb) / var(--un-bg-opacity))}.bg-emerald-500\/10{background-color:rgb(var(--c-emerald-500-rgb) / .1)}.bg-emerald-500\/12{background-color:rgb(var(--c-emerald-500-rgb) / .12)}.bg-emerald-500\/15{background-color:rgb(var(--c-emerald-500-rgb) / .15)}.bg-emerald-500\/20{background-color:rgb(var(--c-emerald-500-rgb) / .2)}.bg-emerald-500\/25{background-color:rgb(var(--c-emerald-500-rgb) / .25)}.bg-emerald-500\/8{background-color:rgb(var(--c-emerald-500-rgb) / .08)}.bg-emerald-500\/90{background-color:rgb(var(--c-emerald-500-rgb) / .9)}.bg-emerald-600{--un-bg-opacity:1;background-color:rgb(var(--c-emerald-600-rgb) / var(--un-bg-opacity))}.bg-emerald-600\/80{background-color:rgb(var(--c-emerald-600-rgb) / .8)}.bg-emerald-900\/20{background-color:rgb(var(--c-emerald-900-rgb) / .2)}.bg-emerald-900\/30{background-color:rgb(var(--c-emerald-900-rgb) / .3)}.bg-emerald-900\/40{background-color:rgb(var(--c-emerald-900-rgb) / .4)}.bg-emerald-900\/60{background-color:rgb(var(--c-emerald-900-rgb) / .6)}.bg-emerald-950\/20{background-color:rgb(var(--c-emerald-950-rgb) / .2)}.bg-emerald-950\/30{background-color:rgb(var(--c-emerald-950-rgb) / .3)}.bg-emerald-950\/40{background-color:rgb(var(--c-emerald-950-rgb) / .4)}.bg-emerald-950\/90{background-color:rgb(var(--c-emerald-950-rgb) / .9)}.bg-gold{--un-bg-opacity:1;background-color:rgb(var(--c-gold-rgb) / var(--un-bg-opacity))}.bg-gold-light{--un-bg-opacity:1;background-color:rgb(var(--c-gold-light-rgb) / var(--un-bg-opacity))}.bg-gold-light\/15{background-color:rgb(var(--c-gold-light-rgb) / .15)}.bg-gold-light\/40{background-color:rgb(var(--c-gold-light-rgb) / .4)}.bg-gold-light\/80{background-color:rgb(var(--c-gold-light-rgb) / .8)}.bg-gold-light\/90{background-color:rgb(var(--c-gold-light-rgb) / .9)}.bg-gold\/10,.data-\[state\=open\]\:bg-gold\/10[data-state=open]{background-color:rgb(var(--c-gold-rgb) / .1)}.bg-gold\/12{background-color:rgb(var(--c-gold-rgb) / .12)}.bg-gold\/14{background-color:rgb(var(--c-gold-rgb) / .14)}.bg-gold\/15,.data-\[state\=open\]\:bg-gold\/15[data-state=open]{background-color:rgb(var(--c-gold-rgb) / .15)}.bg-gold\/16{background-color:rgb(var(--c-gold-rgb) / .16)}.bg-gold\/20{background-color:rgb(var(--c-gold-rgb) / .2)}.bg-gold\/25{background-color:rgb(var(--c-gold-rgb) / .25)}.bg-gold\/5{background-color:rgb(var(--c-gold-rgb) / .05)}.bg-gold\/8{background-color:rgb(var(--c-gold-rgb) / .08)}.bg-gold\/80{background-color:rgb(var(--c-gold-rgb) / .8)}.bg-gold\/90{background-color:rgb(var(--c-gold-rgb) / .9)}.bg-orange-400\/70{background-color:rgb(var(--c-orange-400-rgb) / .7)}.bg-orange-600\/16{background-color:rgb(var(--c-orange-600-rgb) / .16)}.bg-pink-900\/30{background-color:rgb(var(--c-pink-900-rgb) / .3)}.bg-red-500{--un-bg-opacity:1;background-color:rgb(var(--c-red-500-rgb) / var(--un-bg-opacity))}.bg-red-500\/20{background-color:rgb(var(--c-red-500-rgb) / .2)}.bg-red-500\/30{background-color:rgb(var(--c-red-500-rgb) / .3)}.bg-red-500\/80{background-color:rgb(var(--c-red-500-rgb) / .8)}.bg-red-600\/80{background-color:rgb(var(--c-red-600-rgb) / .8)}.bg-red-700{--un-bg-opacity:1;background-color:rgb(var(--c-red-700-rgb) / var(--un-bg-opacity))}.bg-red-900\/15{background-color:rgb(var(--c-red-900-rgb) / .15)}.bg-red-900\/20{background-color:rgb(var(--c-red-900-rgb) / .2)}.bg-red-900\/25{background-color:rgb(var(--c-red-900-rgb) / .25)}.bg-red-900\/30{background-color:rgb(var(--c-red-900-rgb) / .3)}.bg-red-900\/60{background-color:rgb(var(--c-red-900-rgb) / .6)}.bg-red-950\/20{background-color:rgb(var(--c-red-950-rgb) / .2)}.bg-red-950\/30{background-color:rgb(var(--c-red-950-rgb) / .3)}.bg-red-950\/35{background-color:rgb(var(--c-red-950-rgb) / .35)}.bg-red-950\/40{background-color:rgb(var(--c-red-950-rgb) / .4)}.bg-red-950\/70{background-color:rgb(var(--c-red-950-rgb) / .7)}.bg-red-950\/90{background-color:rgb(var(--c-red-950-rgb) / .9)}.bg-rose-400{--un-bg-opacity:1;background-color:rgb(var(--c-rose-400-rgb) / var(--un-bg-opacity))}.bg-rose-400\/20{background-color:rgb(var(--c-rose-400-rgb) / .2)}.bg-rose-500{--un-bg-opacity:1;background-color:rgb(var(--c-rose-500-rgb) / var(--un-bg-opacity))}.bg-rose-500\/20{background-color:rgb(var(--c-rose-500-rgb) / .2)}.bg-rose-500\/8{background-color:rgb(var(--c-rose-500-rgb) / .08)}.bg-rose-500\/90{background-color:rgb(var(--c-rose-500-rgb) / .9)}.bg-rose-600{--un-bg-opacity:1;background-color:rgb(var(--c-rose-600-rgb) / var(--un-bg-opacity))}.bg-rose-900\/40{background-color:rgb(var(--c-rose-900-rgb) / .4)}.bg-rose-950\/20{background-color:rgb(var(--c-rose-950-rgb) / .2)}.bg-rose-950\/30{background-color:rgb(var(--c-rose-950-rgb) / .3)}.bg-rose-950\/35{background-color:rgb(var(--c-rose-950-rgb) / .35)}.bg-rose-950\/40{background-color:rgb(var(--c-rose-950-rgb) / .4)}.bg-rose-950\/90{background-color:rgb(var(--c-rose-950-rgb) / .9)}.bg-sky-400\/20{background-color:rgb(var(--c-sky-400-rgb) / .2)}.bg-sky-500\/15{background-color:rgb(var(--c-sky-500-rgb) / .15)}.bg-sky-500\/20{background-color:rgb(var(--c-sky-500-rgb) / .2)}.bg-sky-500\/8{background-color:rgb(var(--c-sky-500-rgb) / .08)}.bg-sky-900\/30{background-color:rgb(var(--c-sky-900-rgb) / .3)}.bg-sky-900\/50{background-color:rgb(var(--c-sky-900-rgb) / .5)}.bg-sky-950\/30{background-color:rgb(var(--c-sky-950-rgb) / .3)}.bg-sky-950\/35{background-color:rgb(var(--c-sky-950-rgb) / .35)}.bg-slate-200\/12{background-color:rgb(var(--c-slate-200-rgb) / .12)}.bg-slate-300\/12{background-color:rgb(var(--c-slate-300-rgb) / .12)}.bg-slate-500{--un-bg-opacity:1;background-color:rgb(var(--c-slate-500-rgb) / var(--un-bg-opacity))}.bg-slate-500\/15{background-color:rgb(var(--c-slate-500-rgb) / .15)}.bg-slate-500\/60{background-color:rgb(var(--c-slate-500-rgb) / .6)}.bg-slate-600\/80{background-color:rgb(var(--c-slate-600-rgb) / .8)}.bg-slate-600\/90{background-color:rgb(var(--c-slate-600-rgb) / .9)}.bg-slate-700{--un-bg-opacity:1;background-color:rgb(var(--c-slate-700-rgb) / var(--un-bg-opacity))}.bg-slate-700\/50{background-color:rgb(var(--c-slate-700-rgb) / .5)}.bg-slate-800{--un-bg-opacity:1;background-color:rgb(var(--c-slate-800-rgb) / var(--un-bg-opacity))}.bg-slate-800\/40{background-color:rgb(var(--c-slate-800-rgb) / .4)}.bg-slate-800\/50{background-color:rgb(var(--c-slate-800-rgb) / .5)}.bg-slate-800\/55{background-color:rgb(var(--c-slate-800-rgb) / .55)}.bg-slate-800\/60{background-color:rgb(var(--c-slate-800-rgb) / .6)}.bg-slate-800\/70{background-color:rgb(var(--c-slate-800-rgb) / .7)}.bg-slate-800\/80{background-color:rgb(var(--c-slate-800-rgb) / .8)}.bg-slate-800\/90{background-color:rgb(var(--c-slate-800-rgb) / .9)}.bg-slate-900\/50{background-color:rgb(var(--c-slate-900-rgb) / .5)}.bg-slate-900\/60{background-color:rgb(var(--c-slate-900-rgb) / .6)}.bg-slate-900\/80{background-color:rgb(var(--c-slate-900-rgb) / .8)}.bg-slate-900\/95{background-color:rgb(var(--c-slate-900-rgb) / .95)}.bg-slate-950{--un-bg-opacity:1;background-color:rgb(var(--c-slate-950-rgb) / var(--un-bg-opacity))}.bg-slate-950\/40{background-color:rgb(var(--c-slate-950-rgb) / .4)}.bg-transparent{background-color:transparent}.bg-violet-300\/12{background-color:rgb(var(--c-violet-300-rgb) / .12)}.bg-violet-400{--un-bg-opacity:1;background-color:rgb(var(--c-violet-400-rgb) / var(--un-bg-opacity))}.bg-violet-400\/15{background-color:rgb(var(--c-violet-400-rgb) / .15)}.bg-violet-400\/20{background-color:rgb(var(--c-violet-400-rgb) / .2)}.bg-violet-500{--un-bg-opacity:1;background-color:rgb(var(--c-violet-500-rgb) / var(--un-bg-opacity))}.bg-violet-500\/10{background-color:rgb(var(--c-violet-500-rgb) / .1)}.bg-violet-500\/15{background-color:rgb(var(--c-violet-500-rgb) / .15)}.bg-violet-500\/20{background-color:rgb(var(--c-violet-500-rgb) / .2)}.bg-violet-500\/25{background-color:rgb(var(--c-violet-500-rgb) / .25)}.bg-violet-500\/35{background-color:rgb(var(--c-violet-500-rgb) / .35)}.bg-violet-500\/8{background-color:rgb(var(--c-violet-500-rgb) / .08)}.bg-violet-500\/90{background-color:rgb(var(--c-violet-500-rgb) / .9)}.bg-violet-600{--un-bg-opacity:1;background-color:rgb(var(--c-violet-600-rgb) / var(--un-bg-opacity))}.bg-violet-600\/35{background-color:rgb(var(--c-violet-600-rgb) / .35)}.bg-violet-600\/40{background-color:rgb(var(--c-violet-600-rgb) / .4)}.bg-violet-900\/20{background-color:rgb(var(--c-violet-900-rgb) / .2)}.bg-violet-900\/25{background-color:rgb(var(--c-violet-900-rgb) / .25)}.bg-violet-900\/30{background-color:rgb(var(--c-violet-900-rgb) / .3)}.bg-violet-900\/35{background-color:rgb(var(--c-violet-900-rgb) / .35)}.bg-violet-900\/40{background-color:rgb(var(--c-violet-900-rgb) / .4)}.bg-violet-900\/50{background-color:rgb(var(--c-violet-900-rgb) / .5)}.bg-violet-900\/60{background-color:rgb(var(--c-violet-900-rgb) / .6)}.bg-violet-950\/20{background-color:rgb(var(--c-violet-950-rgb) / .2)}.bg-violet-950\/25{background-color:rgb(var(--c-violet-950-rgb) / .25)}.bg-violet-950\/30{background-color:rgb(var(--c-violet-950-rgb) / .3)}.bg-violet-950\/35{background-color:rgb(var(--c-violet-950-rgb) / .35)}.bg-violet-950\/40{background-color:rgb(var(--c-violet-950-rgb) / .4)}.bg-violet-950\/50{background-color:rgb(var(--c-violet-950-rgb) / .5)}.bg-violet-950\/90{background-color:rgb(var(--c-violet-950-rgb) / .9)}.bg-violet-950\/95{background-color:rgb(var(--c-violet-950-rgb) / .95)}.bg-white{--un-bg-opacity:1;background-color:rgb(var(--c-white-rgb) / var(--un-bg-opacity))}.bg-white\/\[0\.03\]{background-color:rgb(var(--c-white-rgb) / .03)}.bg-white\/\[0\.04\]{background-color:rgb(var(--c-white-rgb) / .04)}.bg-white\/10{background-color:rgb(var(--c-white-rgb) / .1)}.bg-white\/14{background-color:rgb(var(--c-white-rgb) / .14)}.bg-white\/15{background-color:rgb(var(--c-white-rgb) / .15)}.bg-white\/20{background-color:rgb(var(--c-white-rgb) / .2)}.bg-white\/25{background-color:rgb(var(--c-white-rgb) / .25)}.bg-white\/5{background-color:rgb(var(--c-white-rgb) / .05)}.bg-white\/60{background-color:rgb(var(--c-white-rgb) / .6)}.bg-white\/8{background-color:rgb(var(--c-white-rgb) / .08)}.group\/locked:hover .group-hover\/locked\:bg-\[linear-gradient\(180deg\,rgba\(12\,10\,22\,0\.28\)_0\%\,rgba\(12\,10\,22\,0\.52\)_100\%\)\]{background-image:linear-gradient(180deg,rgba(12,10,22,.28),rgba(12,10,22,.52))}.hover\:bg-\[color-mix\(in_srgb\,var\(--surface-raised\)_92\%\,transparent\)\]:hover{background-color:color-mix(in srgb,var(--surface-raised) 92%,transparent)}.hover\:bg-\[rgb\(var\(--c-black-rgb\)\/0\.8\)\]:hover{--un-bg-opacity:.8;background-color:rgb(var(--c-black-rgb) / var(--un-bg-opacity))}.hover\:bg-\[rgb\(var\(--c-black-rgb\)\/0\.92\)\]:hover{--un-bg-opacity:.92;background-color:rgb(var(--c-black-rgb) / var(--un-bg-opacity))}.hover\:bg-accent-dark\/55:hover{background-color:rgb(var(--c-accent-dark-rgb) / .55)}.hover\:bg-accent-dark\/60:hover{background-color:rgb(var(--c-accent-dark-rgb) / .6)}.hover\:bg-amber-400\/30:hover{background-color:rgb(var(--c-amber-400-rgb) / .3)}.hover\:bg-amber-500\/20:hover{background-color:rgb(var(--c-amber-500-rgb) / .2)}.hover\:bg-amber-500\/30:hover{background-color:rgb(var(--c-amber-500-rgb) / .3)}.hover\:bg-amber-900\/25:hover{background-color:rgb(var(--c-amber-900-rgb) / .25)}.hover\:bg-amber-900\/30:hover{background-color:rgb(var(--c-amber-900-rgb) / .3)}.hover\:bg-amber-900\/40:hover{background-color:rgb(var(--c-amber-900-rgb) / .4)}.hover\:bg-amber-900\/95:hover{background-color:rgb(var(--c-amber-900-rgb) / .95)}.hover\:bg-amber-950\/40:hover{background-color:rgb(var(--c-amber-950-rgb) / .4)}.hover\:bg-black\/40:hover{background-color:rgb(var(--c-black-rgb) / .4)}.hover\:bg-black\/55:hover{background-color:rgb(var(--c-black-rgb) / .55)}.hover\:bg-black\/60:hover{background-color:rgb(var(--c-black-rgb) / .6)}.hover\:bg-black\/70:hover{background-color:rgb(var(--c-black-rgb) / .7)}.hover\:bg-black\/80:hover{background-color:rgb(var(--c-black-rgb) / .8)}.hover\:bg-black\/85:hover{background-color:rgb(var(--c-black-rgb) / .85)}.hover\:bg-cyan-900\/40:hover{background-color:rgb(var(--c-cyan-900-rgb) / .4)}.hover\:bg-emerald-400\/30:hover{background-color:rgb(var(--c-emerald-400-rgb) / .3)}.hover\:bg-emerald-500\/20:hover{background-color:rgb(var(--c-emerald-500-rgb) / .2)}.hover\:bg-emerald-500\/25:hover{background-color:rgb(var(--c-emerald-500-rgb) / .25)}.hover\:bg-emerald-500\/35:hover{background-color:rgb(var(--c-emerald-500-rgb) / .35)}.hover\:bg-emerald-900\/25:hover{background-color:rgb(var(--c-emerald-900-rgb) / .25)}.hover\:bg-emerald-900\/30:hover{background-color:rgb(var(--c-emerald-900-rgb) / .3)}.hover\:bg-emerald-900\/35:hover{background-color:rgb(var(--c-emerald-900-rgb) / .35)}.hover\:bg-emerald-900\/95:hover{background-color:rgb(var(--c-emerald-900-rgb) / .95)}.hover\:bg-emerald-950\/40:hover{background-color:rgb(var(--c-emerald-950-rgb) / .4)}.hover\:bg-gold-light:hover{--un-bg-opacity:1;background-color:rgb(var(--c-gold-light-rgb) / var(--un-bg-opacity))}.hover\:bg-gold:hover{--un-bg-opacity:1;background-color:rgb(var(--c-gold-rgb) / var(--un-bg-opacity))}.hover\:bg-gold\/10:hover{background-color:rgb(var(--c-gold-rgb) / .1)}.hover\:bg-gold\/15:hover{background-color:rgb(var(--c-gold-rgb) / .15)}.hover\:bg-gold\/20:hover{background-color:rgb(var(--c-gold-rgb) / .2)}.hover\:bg-gold\/24:hover{background-color:rgb(var(--c-gold-rgb) / .24)}.hover\:bg-gold\/25:hover{background-color:rgb(var(--c-gold-rgb) / .25)}.hover\:bg-gold\/30:hover{background-color:rgb(var(--c-gold-rgb) / .3)}.hover\:bg-gold\/35:hover{background-color:rgb(var(--c-gold-rgb) / .35)}.hover\:bg-gold\/5:hover{background-color:rgb(var(--c-gold-rgb) / .05)}.hover\:bg-pink-900\/50:hover{background-color:rgb(var(--c-pink-900-rgb) / .5)}.hover\:bg-red-500\/15:hover{background-color:rgb(var(--c-red-500-rgb) / .15)}.hover\:bg-red-500\/45:hover{background-color:rgb(var(--c-red-500-rgb) / .45)}.hover\:bg-red-800\/80:hover{background-color:rgb(var(--c-red-800-rgb) / .8)}.hover\:bg-red-900\/30:hover{background-color:rgb(var(--c-red-900-rgb) / .3)}.hover\:bg-red-900\/40:hover{background-color:rgb(var(--c-red-900-rgb) / .4)}.hover\:bg-red-900\/50:hover{background-color:rgb(var(--c-red-900-rgb) / .5)}.hover\:bg-red-950\/50:hover{background-color:rgb(var(--c-red-950-rgb) / .5)}.hover\:bg-red-950\/55:hover{background-color:rgb(var(--c-red-950-rgb) / .55)}.hover\:bg-rose-400\/30:hover{background-color:rgb(var(--c-rose-400-rgb) / .3)}.hover\:bg-rose-950\/40:hover{background-color:rgb(var(--c-rose-950-rgb) / .4)}.hover\:bg-sky-400\/30:hover{background-color:rgb(var(--c-sky-400-rgb) / .3)}.hover\:bg-sky-900\/30:hover{background-color:rgb(var(--c-sky-900-rgb) / .3)}.hover\:bg-sky-900\/40:hover{background-color:rgb(var(--c-sky-900-rgb) / .4)}.hover\:bg-slate-700\/40:hover{background-color:rgb(var(--c-slate-700-rgb) / .4)}.hover\:bg-slate-700\/60:hover{background-color:rgb(var(--c-slate-700-rgb) / .6)}.hover\:bg-slate-800:hover{--un-bg-opacity:1;background-color:rgb(var(--c-slate-800-rgb) / var(--un-bg-opacity))}.hover\:bg-slate-800\/80:hover{background-color:rgb(var(--c-slate-800-rgb) / .8)}.hover\:bg-slate-900\/50:hover{background-color:rgb(var(--c-slate-900-rgb) / .5)}.hover\:bg-violet-400\/30:hover{background-color:rgb(var(--c-violet-400-rgb) / .3)}.hover\:bg-violet-500:hover{--un-bg-opacity:1;background-color:rgb(var(--c-violet-500-rgb) / var(--un-bg-opacity))}.hover\:bg-violet-500\/10:hover{background-color:rgb(var(--c-violet-500-rgb) / .1)}.hover\:bg-violet-500\/20:hover{background-color:rgb(var(--c-violet-500-rgb) / .2)}.hover\:bg-violet-500\/25:hover{background-color:rgb(var(--c-violet-500-rgb) / .25)}.hover\:bg-violet-900\/30:hover{background-color:rgb(var(--c-violet-900-rgb) / .3)}.hover\:bg-violet-900\/35:hover{background-color:rgb(var(--c-violet-900-rgb) / .35)}.hover\:bg-violet-900\/40:hover{background-color:rgb(var(--c-violet-900-rgb) / .4)}.hover\:bg-violet-900\/45:hover{background-color:rgb(var(--c-violet-900-rgb) / .45)}.hover\:bg-violet-900\/50:hover{background-color:rgb(var(--c-violet-900-rgb) / .5)}.hover\:bg-violet-900\/60:hover{background-color:rgb(var(--c-violet-900-rgb) / .6)}.hover\:bg-violet-900\/90:hover{background-color:rgb(var(--c-violet-900-rgb) / .9)}.hover\:bg-violet-900\/95:hover{background-color:rgb(var(--c-violet-900-rgb) / .95)}.hover\:bg-violet-950\/25:hover{background-color:rgb(var(--c-violet-950-rgb) / .25)}.hover\:bg-violet-950\/40:hover{background-color:rgb(var(--c-violet-950-rgb) / .4)}.hover\:bg-violet-950\/80:hover{background-color:rgb(var(--c-violet-950-rgb) / .8)}.hover\:bg-white\/\[0\.03\]:hover{background-color:rgb(var(--c-white-rgb) / .03)}.hover\:bg-white\/\[0\.04\]:hover{background-color:rgb(var(--c-white-rgb) / .04)}.hover\:bg-white\/\[0\.06\]:hover{background-color:rgb(var(--c-white-rgb) / .06)}.hover\:bg-white\/10:hover{background-color:rgb(var(--c-white-rgb) / .1)}.hover\:bg-white\/18:hover{background-color:rgb(var(--c-white-rgb) / .18)}.hover\:bg-white\/20:hover{background-color:rgb(var(--c-white-rgb) / .2)}.hover\:bg-white\/24:hover{background-color:rgb(var(--c-white-rgb) / .24)}.hover\:bg-white\/25:hover{background-color:rgb(var(--c-white-rgb) / .25)}.hover\:bg-white\/3:hover{background-color:rgb(var(--c-white-rgb) / .03)}.hover\:bg-white\/30:hover{background-color:rgb(var(--c-white-rgb) / .3)}.hover\:bg-white\/5:hover{background-color:rgb(var(--c-white-rgb) / .05)}.hover\:bg-white\/8:hover{background-color:rgb(var(--c-white-rgb) / .08)}.odd\:bg-black\/25:nth-child(odd){background-color:rgb(var(--c-black-rgb) / .25)}.from-\[\#242428\]{--un-gradient-from-position:0%;--un-gradient-from:rgb(36 36 40 / var(--un-from-opacity, 1)) var(--un-gradient-from-position);--un-gradient-to-position:100%;--un-gradient-to:rgb(36 36 40 / 0) var(--un-gradient-to-position);--un-gradient-stops:var(--un-gradient-from), var(--un-gradient-to)}.from-\[\#2b2b31\]{--un-gradient-from-position:0%;--un-gradient-from:rgb(43 43 49 / var(--un-from-opacity, 1)) var(--un-gradient-from-position);--un-gradient-to-position:100%;--un-gradient-to:rgb(43 43 49 / 0) var(--un-gradient-to-position);--un-gradient-stops:var(--un-gradient-from), var(--un-gradient-to)}.from-\[\#3a1c20\]{--un-gradient-from-position:0%;--un-gradient-from:rgb(58 28 32 / var(--un-from-opacity, 1)) var(--un-gradient-from-position);--un-gradient-to-position:100%;--un-gradient-to:rgb(58 28 32 / 0) var(--un-gradient-to-position);--un-gradient-stops:var(--un-gradient-from), var(--un-gradient-to)}.from-amber-100{--un-gradient-from-position:0%;--un-gradient-from:rgb(var(--c-amber-100-rgb) / var(--un-from-opacity, 1)) var(--un-gradient-from-position);--un-gradient-to-position:100%;--un-gradient-to:rgb(var(--c-amber-100-rgb) / 0) var(--un-gradient-to-position);--un-gradient-stops:var(--un-gradient-from), var(--un-gradient-to)}.from-amber-500{--un-gradient-from-position:0%;--un-gradient-from:rgb(var(--c-amber-500-rgb) / var(--un-from-opacity, 1)) var(--un-gradient-from-position);--un-gradient-to-position:100%;--un-gradient-to:rgb(var(--c-amber-500-rgb) / 0) var(--un-gradient-to-position);--un-gradient-stops:var(--un-gradient-from), var(--un-gradient-to)}.from-amber-600\/90{--un-gradient-from-position:0%;--un-gradient-from:rgb(var(--c-amber-600-rgb) / .9) var(--un-gradient-from-position);--un-gradient-to-position:100%;--un-gradient-to:rgb(var(--c-amber-600-rgb) / 0) var(--un-gradient-to-position);--un-gradient-stops:var(--un-gradient-from), var(--un-gradient-to)}.from-black\/50{--un-gradient-from-position:0%;--un-gradient-from:rgb(var(--c-black-rgb) / .5) var(--un-gradient-from-position);--un-gradient-to-position:100%;--un-gradient-to:rgb(var(--c-black-rgb) / 0) var(--un-gradient-to-position);--un-gradient-stops:var(--un-gradient-from), var(--un-gradient-to)}.from-black\/70{--un-gradient-from-position:0%;--un-gradient-from:rgb(var(--c-black-rgb) / .7) var(--un-gradient-from-position);--un-gradient-to-position:100%;--un-gradient-to:rgb(var(--c-black-rgb) / 0) var(--un-gradient-to-position);--un-gradient-stops:var(--un-gradient-from), var(--un-gradient-to)}.from-black\/75{--un-gradient-from-position:0%;--un-gradient-from:rgb(var(--c-black-rgb) / .75) var(--un-gradient-from-position);--un-gradient-to-position:100%;--un-gradient-to:rgb(var(--c-black-rgb) / 0) var(--un-gradient-to-position);--un-gradient-stops:var(--un-gradient-from), var(--un-gradient-to)}.from-black\/80{--un-gradient-from-position:0%;--un-gradient-from:rgb(var(--c-black-rgb) / .8) var(--un-gradient-from-position);--un-gradient-to-position:100%;--un-gradient-to:rgb(var(--c-black-rgb) / 0) var(--un-gradient-to-position);--un-gradient-stops:var(--un-gradient-from), var(--un-gradient-to)}.from-cyan-400{--un-gradient-from-position:0%;--un-gradient-from:rgb(var(--c-cyan-400-rgb) / var(--un-from-opacity, 1)) var(--un-gradient-from-position);--un-gradient-to-position:100%;--un-gradient-to:rgb(var(--c-cyan-400-rgb) / 0) var(--un-gradient-to-position);--un-gradient-stops:var(--un-gradient-from), var(--un-gradient-to)}.from-emerald-800{--un-gradient-from-position:0%;--un-gradient-from:rgb(var(--c-emerald-800-rgb) / var(--un-from-opacity, 1)) var(--un-gradient-from-position);--un-gradient-to-position:100%;--un-gradient-to:rgb(var(--c-emerald-800-rgb) / 0) var(--un-gradient-to-position);--un-gradient-stops:var(--un-gradient-from), var(--un-gradient-to)}.from-emerald-950\/20{--un-gradient-from-position:0%;--un-gradient-from:rgb(var(--c-emerald-950-rgb) / .2) var(--un-gradient-from-position);--un-gradient-to-position:100%;--un-gradient-to:rgb(var(--c-emerald-950-rgb) / 0) var(--un-gradient-to-position);--un-gradient-stops:var(--un-gradient-from), var(--un-gradient-to)}.from-gold-light{--un-gradient-from-position:0%;--un-gradient-from:rgb(var(--c-gold-light-rgb) / var(--un-from-opacity, 1)) var(--un-gradient-from-position);--un-gradient-to-position:100%;--un-gradient-to:rgb(var(--c-gold-light-rgb) / 0) var(--un-gradient-to-position);--un-gradient-stops:var(--un-gradient-from), var(--un-gradient-to)}.from-gold\/25{--un-gradient-from-position:0%;--un-gradient-from:rgb(var(--c-gold-rgb) / .25) var(--un-gradient-from-position);--un-gradient-to-position:100%;--un-gradient-to:rgb(var(--c-gold-rgb) / 0) var(--un-gradient-to-position);--un-gradient-stops:var(--un-gradient-from), var(--un-gradient-to)}.from-gold\/30{--un-gradient-from-position:0%;--un-gradient-from:rgb(var(--c-gold-rgb) / .3) var(--un-gradient-from-position);--un-gradient-to-position:100%;--un-gradient-to:rgb(var(--c-gold-rgb) / 0) var(--un-gradient-to-position);--un-gradient-stops:var(--un-gradient-from), var(--un-gradient-to)}.from-green-600{--un-gradient-from-position:0%;--un-gradient-from:rgb(var(--c-green-600-rgb) / var(--un-from-opacity, 1)) var(--un-gradient-from-position);--un-gradient-to-position:100%;--un-gradient-to:rgb(var(--c-green-600-rgb) / 0) var(--un-gradient-to-position);--un-gradient-stops:var(--un-gradient-from), var(--un-gradient-to)}.from-red-600{--un-gradient-from-position:0%;--un-gradient-from:rgb(var(--c-red-600-rgb) / var(--un-from-opacity, 1)) var(--un-gradient-from-position);--un-gradient-to-position:100%;--un-gradient-to:rgb(var(--c-red-600-rgb) / 0) var(--un-gradient-to-position);--un-gradient-stops:var(--un-gradient-from), var(--un-gradient-to)}.from-sky-600{--un-gradient-from-position:0%;--un-gradient-from:rgb(var(--c-sky-600-rgb) / var(--un-from-opacity, 1)) var(--un-gradient-from-position);--un-gradient-to-position:100%;--un-gradient-to:rgb(var(--c-sky-600-rgb) / 0) var(--un-gradient-to-position);--un-gradient-stops:var(--un-gradient-from), var(--un-gradient-to)}.from-slate-400{--un-gradient-from-position:0%;--un-gradient-from:rgb(var(--c-slate-400-rgb) / var(--un-from-opacity, 1)) var(--un-gradient-from-position);--un-gradient-to-position:100%;--un-gradient-to:rgb(var(--c-slate-400-rgb) / 0) var(--un-gradient-to-position);--un-gradient-stops:var(--un-gradient-from), var(--un-gradient-to)}.from-slate-500{--un-gradient-from-position:0%;--un-gradient-from:rgb(var(--c-slate-500-rgb) / var(--un-from-opacity, 1)) var(--un-gradient-from-position);--un-gradient-to-position:100%;--un-gradient-to:rgb(var(--c-slate-500-rgb) / 0) var(--un-gradient-to-position);--un-gradient-stops:var(--un-gradient-from), var(--un-gradient-to)}.from-slate-600{--un-gradient-from-position:0%;--un-gradient-from:rgb(var(--c-slate-600-rgb) / var(--un-from-opacity, 1)) var(--un-gradient-from-position);--un-gradient-to-position:100%;--un-gradient-to:rgb(var(--c-slate-600-rgb) / 0) var(--un-gradient-to-position);--un-gradient-stops:var(--un-gradient-from), var(--un-gradient-to)}.from-slate-800\/70{--un-gradient-from-position:0%;--un-gradient-from:rgb(var(--c-slate-800-rgb) / .7) var(--un-gradient-from-position);--un-gradient-to-position:100%;--un-gradient-to:rgb(var(--c-slate-800-rgb) / 0) var(--un-gradient-to-position);--un-gradient-stops:var(--un-gradient-from), var(--un-gradient-to)}.from-slate-800\/80{--un-gradient-from-position:0%;--un-gradient-from:rgb(var(--c-slate-800-rgb) / .8) var(--un-gradient-from-position);--un-gradient-to-position:100%;--un-gradient-to:rgb(var(--c-slate-800-rgb) / 0) var(--un-gradient-to-position);--un-gradient-stops:var(--un-gradient-from), var(--un-gradient-to)}.from-transparent{--un-gradient-from-position:0%;--un-gradient-from:transparent var(--un-gradient-from-position);--un-gradient-to-position:100%;--un-gradient-to:rgb(255 255 255 / 0) var(--un-gradient-to-position);--un-gradient-stops:var(--un-gradient-from), var(--un-gradient-to)}.from-violet-600{--un-gradient-from-position:0%;--un-gradient-from:rgb(var(--c-violet-600-rgb) / var(--un-from-opacity, 1)) var(--un-gradient-from-position);--un-gradient-to-position:100%;--un-gradient-to:rgb(var(--c-violet-600-rgb) / 0) var(--un-gradient-to-position);--un-gradient-stops:var(--un-gradient-from), var(--un-gradient-to)}.from-violet-950{--un-gradient-from-position:0%;--un-gradient-from:rgb(var(--c-violet-950-rgb) / var(--un-from-opacity, 1)) var(--un-gradient-from-position);--un-gradient-to-position:100%;--un-gradient-to:rgb(var(--c-violet-950-rgb) / 0) var(--un-gradient-to-position);--un-gradient-stops:var(--un-gradient-from), var(--un-gradient-to)}.from-violet-950\/30{--un-gradient-from-position:0%;--un-gradient-from:rgb(var(--c-violet-950-rgb) / .3) var(--un-gradient-from-position);--un-gradient-to-position:100%;--un-gradient-to:rgb(var(--c-violet-950-rgb) / 0) var(--un-gradient-to-position);--un-gradient-stops:var(--un-gradient-from), var(--un-gradient-to)}.from-violet-950\/40{--un-gradient-from-position:0%;--un-gradient-from:rgb(var(--c-violet-950-rgb) / .4) var(--un-gradient-from-position);--un-gradient-to-position:100%;--un-gradient-to:rgb(var(--c-violet-950-rgb) / 0) var(--un-gradient-to-position);--un-gradient-stops:var(--un-gradient-from), var(--un-gradient-to)}.from-violet-950\/60{--un-gradient-from-position:0%;--un-gradient-from:rgb(var(--c-violet-950-rgb) / .6) var(--un-gradient-from-position);--un-gradient-to-position:100%;--un-gradient-to:rgb(var(--c-violet-950-rgb) / 0) var(--un-gradient-to-position);--un-gradient-stops:var(--un-gradient-from), var(--un-gradient-to)}.from-white\/12{--un-gradient-from-position:0%;--un-gradient-from:rgb(var(--c-white-rgb) / .12) var(--un-gradient-from-position);--un-gradient-to-position:100%;--un-gradient-to:rgb(var(--c-white-rgb) / 0) var(--un-gradient-to-position);--un-gradient-stops:var(--un-gradient-from), var(--un-gradient-to)}.hover\:from-gold\/35:hover{--un-gradient-from-position:0%;--un-gradient-from:rgb(var(--c-gold-rgb) / .35) var(--un-gradient-from-position);--un-gradient-to-position:100%;--un-gradient-to:rgb(var(--c-gold-rgb) / 0) var(--un-gradient-to-position);--un-gradient-stops:var(--un-gradient-from), var(--un-gradient-to)}.via-black\/20{--un-gradient-via-position:50%;--un-gradient-to:rgb(var(--c-black-rgb) / 0);--un-gradient-stops:var(--un-gradient-from), rgb(var(--c-black-rgb) / .2) var(--un-gradient-via-position), var(--un-gradient-to)}.via-black\/35{--un-gradient-via-position:50%;--un-gradient-to:rgb(var(--c-black-rgb) / 0);--un-gradient-stops:var(--un-gradient-from), rgb(var(--c-black-rgb) / .35) var(--un-gradient-via-position), var(--un-gradient-to)}.via-black\/45{--un-gradient-via-position:50%;--un-gradient-to:rgb(var(--c-black-rgb) / 0);--un-gradient-stops:var(--un-gradient-from), rgb(var(--c-black-rgb) / .45) var(--un-gradient-via-position), var(--un-gradient-to)}.via-black\/50{--un-gradient-via-position:50%;--un-gradient-to:rgb(var(--c-black-rgb) / 0);--un-gradient-stops:var(--un-gradient-from), rgb(var(--c-black-rgb) / .5) var(--un-gradient-via-position), var(--un-gradient-to)}.via-gold{--un-gradient-via-position:50%;--un-gradient-to:rgb(var(--c-gold-rgb) / 0);--un-gradient-stops:var(--un-gradient-from), rgb(var(--c-gold-rgb) / var(--un-via-opacity, 1)) var(--un-gradient-via-position), var(--un-gradient-to)}.via-gold\/70{--un-gradient-via-position:50%;--un-gradient-to:rgb(var(--c-gold-rgb) / 0);--un-gradient-stops:var(--un-gradient-from), rgb(var(--c-gold-rgb) / .7) var(--un-gradient-via-position), var(--un-gradient-to)}.via-slate-950{--un-gradient-via-position:50%;--un-gradient-to:rgb(var(--c-slate-950-rgb) / 0);--un-gradient-stops:var(--un-gradient-from), rgb(var(--c-slate-950-rgb) / var(--un-via-opacity, 1)) var(--un-gradient-via-position), var(--un-gradient-to)}.via-transparent{--un-gradient-via-position:50%;--un-gradient-to:rgb(255 255 255 / 0);--un-gradient-stops:var(--un-gradient-from), transparent var(--un-gradient-via-position), var(--un-gradient-to)}.to-\[\#111114\]{--un-gradient-to-position:100%;--un-gradient-to:rgb(17 17 20 / var(--un-to-opacity, 1)) var(--un-gradient-to-position)}.to-\[\#141417\]{--un-gradient-to-position:100%;--un-gradient-to:rgb(20 20 23 / var(--un-to-opacity, 1)) var(--un-gradient-to-position)}.to-\[\#180d0e\]{--un-gradient-to-position:100%;--un-gradient-to:rgb(24 13 14 / var(--un-to-opacity, 1)) var(--un-gradient-to-position)}.to-amber-300{--un-gradient-to-position:100%;--un-gradient-to:rgb(var(--c-amber-300-rgb) / var(--un-to-opacity, 1)) var(--un-gradient-to-position)}.to-black{--un-gradient-to-position:100%;--un-gradient-to:rgb(var(--c-black-rgb) / var(--un-to-opacity, 1)) var(--un-gradient-to-position)}.to-black\/30{--un-gradient-to-position:100%;--un-gradient-to:rgb(var(--c-black-rgb) / .3) var(--un-gradient-to-position)}.to-black\/40{--un-gradient-to-position:100%;--un-gradient-to:rgb(var(--c-black-rgb) / .4) var(--un-gradient-to-position)}.to-black\/60{--un-gradient-to-position:100%;--un-gradient-to:rgb(var(--c-black-rgb) / .6) var(--un-gradient-to-position)}.to-black\/80{--un-gradient-to-position:100%;--un-gradient-to:rgb(var(--c-black-rgb) / .8) var(--un-gradient-to-position)}.to-blue-400{--un-gradient-to-position:100%;--un-gradient-to:rgb(var(--c-blue-400-rgb) / var(--un-to-opacity, 1)) var(--un-gradient-to-position)}.to-emerald-400\/90{--un-gradient-to-position:100%;--un-gradient-to:rgb(var(--c-emerald-400-rgb) / .9) var(--un-gradient-to-position)}.to-emerald-500{--un-gradient-to-position:100%;--un-gradient-to:rgb(var(--c-emerald-500-rgb) / var(--un-to-opacity, 1)) var(--un-gradient-to-position)}.to-fuchsia-400{--un-gradient-to-position:100%;--un-gradient-to:rgb(var(--c-fuchsia-400-rgb) / var(--un-to-opacity, 1)) var(--un-gradient-to-position)}.to-fuchsia-500{--un-gradient-to-position:100%;--un-gradient-to:rgb(var(--c-fuchsia-500-rgb) / var(--un-to-opacity, 1)) var(--un-gradient-to-position)}.to-gold{--un-gradient-to-position:100%;--un-gradient-to:rgb(var(--c-gold-rgb) / var(--un-to-opacity, 1)) var(--un-gradient-to-position)}.to-gold-dark\/20{--un-gradient-to-position:100%;--un-gradient-to:rgb(var(--c-gold-dark-rgb) / .2) var(--un-gradient-to-position)}.to-gold-dark\/25{--un-gradient-to-position:100%;--un-gradient-to:rgb(var(--c-gold-dark-rgb) / .25) var(--un-gradient-to-position)}.to-gold-light\/90{--un-gradient-to-position:100%;--un-gradient-to:rgb(var(--c-gold-light-rgb) / .9) var(--un-gradient-to-position)}.to-orange-500{--un-gradient-to-position:100%;--un-gradient-to:rgb(var(--c-orange-500-rgb) / var(--un-to-opacity, 1)) var(--un-gradient-to-position)}.to-slate-300{--un-gradient-to-position:100%;--un-gradient-to:rgb(var(--c-slate-300-rgb) / var(--un-to-opacity, 1)) var(--un-gradient-to-position)}.to-slate-400{--un-gradient-to-position:100%;--un-gradient-to:rgb(var(--c-slate-400-rgb) / var(--un-to-opacity, 1)) var(--un-gradient-to-position)}.to-slate-500{--un-gradient-to-position:100%;--un-gradient-to:rgb(var(--c-slate-500-rgb) / var(--un-to-opacity, 1)) var(--un-gradient-to-position)}.to-slate-900\/80{--un-gradient-to-position:100%;--un-gradient-to:rgb(var(--c-slate-900-rgb) / .8) var(--un-gradient-to-position)}.to-slate-900\/90{--un-gradient-to-position:100%;--un-gradient-to:rgb(var(--c-slate-900-rgb) / .9) var(--un-gradient-to-position)}.to-transparent{--un-gradient-to-position:100%;--un-gradient-to:transparent var(--un-gradient-to-position)}.to-white\/5{--un-gradient-to-position:100%;--un-gradient-to:rgb(var(--c-white-rgb) / .05) var(--un-gradient-to-position)}.to-yellow-400{--un-gradient-to-position:100%;--un-gradient-to:rgb(var(--c-yellow-400-rgb) / var(--un-to-opacity, 1)) var(--un-gradient-to-position)}.bg-gradient-to-b{--un-gradient-shape:to bottom in oklch;--un-gradient:var(--un-gradient-shape), var(--un-gradient-stops);background-image:linear-gradient(var(--un-gradient))}.bg-gradient-to-br{--un-gradient-shape:to bottom right in oklch;--un-gradient:var(--un-gradient-shape), var(--un-gradient-stops);background-image:linear-gradient(var(--un-gradient))}.bg-gradient-to-r{--un-gradient-shape:to right in oklch;--un-gradient:var(--un-gradient-shape), var(--un-gradient-stops);background-image:linear-gradient(var(--un-gradient))}.bg-gradient-to-t{--un-gradient-shape:to top in oklch;--un-gradient:var(--un-gradient-shape), var(--un-gradient-stops);background-image:linear-gradient(var(--un-gradient))}.bg-cover{background-size:cover}.bg-no-repeat{background-repeat:no-repeat}.fill-black\/80{fill:rgb(var(--c-black-rgb) / .8)}.fill-black\/90{fill:rgb(var(--c-black-rgb) / .9)}.fill-slate-400{--un-fill-opacity:1;fill:rgb(var(--c-slate-400-rgb) / var(--un-fill-opacity))}.object-cover{object-fit:cover}.object-contain{object-fit:contain}.object-\[center_13\%\]{object-position:center 13%}.object-center{object-position:center}.\!p-0{padding:0!important}.\!p-3{padding:.75rem!important}.\!p-4{padding:1rem!important}.p-0,.p0{padding:0}.p-0\.5{padding:.125rem}.p-1{padding:.25rem}.p-1\.5{padding:.375rem}.p-10{padding:2.5rem}.p-2{padding:.5rem}.p-2\.5{padding:.625rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.p\[key\]{padding:key}.pa{padding:auto}.\!py-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.\!py-1\.5{padding-top:.375rem!important;padding-bottom:.375rem!important}.px,.px-4{padding-left:1rem;padding-right:1rem}.px-0{padding-left:0;padding-right:0}.px-0\.5{padding-left:.125rem;padding-right:.125rem}.px-1{padding-left:.25rem;padding-right:.25rem}.px-1\.5{padding-left:.375rem;padding-right:.375rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-2\.5{padding-left:.625rem;padding-right:.625rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-3\.5{padding-left:.875rem;padding-right:.875rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-8{padding-left:2rem;padding-right:2rem}.px-8\%{padding-left:8%;padding-right:8%}.px-9{padding-left:2.25rem;padding-right:2.25rem}.py-0{padding-top:0;padding-bottom:0}.py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.py-10{padding-top:2.5rem;padding-bottom:2.5rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-16{padding-top:4rem;padding-bottom:4rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.py-24{padding-top:6rem;padding-bottom:6rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-3\.5{padding-top:.875rem;padding-bottom:.875rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-5{padding-top:1.25rem;padding-bottom:1.25rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-8{padding-top:2rem;padding-bottom:2rem}.py-px{padding-top:1px;padding-bottom:1px}.pb{padding-bottom:1rem}.pb-\[env\(safe-area-inset-bottom\,0px\)\]{padding-bottom:env(safe-area-inset-bottom,0px)}.pb-0{padding-bottom:0}.pb-0\.5{padding-bottom:.125rem}.pb-1{padding-bottom:.25rem}.pb-1\.5{padding-bottom:.375rem}.pb-10{padding-bottom:2.5rem}.pb-12{padding-bottom:3rem}.pb-2{padding-bottom:.5rem}.pb-2\.5{padding-bottom:.625rem}.pb-20{padding-bottom:5rem}.pb-28{padding-bottom:7rem}.pb-3{padding-bottom:.75rem}.pb-5{padding-bottom:1.25rem}.pb-6{padding-bottom:1.5rem}.pl-\[7\%\],.pl-7\%{padding-left:7%}.pl-0\.5{padding-left:.125rem}.pl-1{padding-left:.25rem}.pl-3{padding-left:.75rem}.pl-4\%{padding-left:4%}.pl-5\%{padding-left:5%}.pr-0{padding-right:0}.pr-0\.5{padding-right:.125rem}.pr-1{padding-right:.25rem}.pr-10{padding-right:2.5rem}.pr-14{padding-right:3.5rem}.pr-16{padding-right:4rem}.pr-2\.5{padding-right:.625rem}.pr-24{padding-right:6rem}.ps{padding-inline-start:1rem}.pt,.pt-4{padding-top:1rem}.pt-0\.5{padding-top:.125rem}.pt-1{padding-top:.25rem}.pt-1\.5{padding-top:.375rem}.pt-10{padding-top:2.5rem}.pt-12{padding-top:3rem}.pt-2{padding-top:.5rem}.pt-3{padding-top:.75rem}.pt-5{padding-top:1.25rem}.pt-6{padding-top:1.5rem}.pt-7{padding-top:1.75rem}.pt-8{padding-top:2rem}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.align-middle{vertical-align:middle}.align-top{vertical-align:top}.\!text-\[10px\]{font-size:10px!important}.\!text-\[7px\]{font-size:7px!important}.\!text-\[8px\]{font-size:8px!important}.\!text-\[9px\]{font-size:9px!important}.text-\[1\.12em\]{font-size:1.12em}.text-\[1\.1em\]{font-size:1.1em}.text-\[1\.32em\]{font-size:1.32em}.text-\[1\.35em\]{font-size:1.35em}.text-\[1\.35rem\]{font-size:1.35rem}.text-\[10px\]{font-size:10px}.text-\[11px\]{font-size:11px}.text-\[12px\]{font-size:12px}.text-\[13px\]{font-size:13px}.text-\[14px\]{font-size:14px}.text-\[15px\]{font-size:15px}.text-\[1em\]{font-size:1em}.text-\[22px\]{font-size:22px}.text-\[26px\]{font-size:26px}.text-\[2rem\]{font-size:2rem}.text-\[6\.5px\]{font-size:6.5px}.text-\[7px\]{font-size:7px}.text-\[7rem\]{font-size:7rem}.text-\[8px\]{font-size:8px}.text-\[9px\]{font-size:9px}.text-0\.6em{font-size:.6em}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-5xl{font-size:3rem;line-height:1}.text-6{font-size:1.5rem}.text-6xl{font-size:3.75rem;line-height:1}.text-7xl{font-size:4.5rem;line-height:1}.text-8xl{font-size:6rem;line-height:1}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.data-\[state\=open\]\:text-gold-light[data-state=open],.text-gold-light{--un-text-opacity:1;color:rgb(var(--c-gold-light-rgb) / var(--un-text-opacity))}.text-\[\#151013\]{--un-text-opacity:1;color:rgb(21 16 19 / var(--un-text-opacity))}.text-\[\#666666\]{--un-text-opacity:1;color:rgb(102 102 102 / var(--un-text-opacity))}.text-\[\#888888\]{--un-text-opacity:1;color:rgb(136 136 136 / var(--un-text-opacity))}.text-\[\#f3d37a\]{--un-text-opacity:1;color:rgb(243 211 122 / var(--un-text-opacity))}.text-\[\#f3e6b0\]{--un-text-opacity:1;color:rgb(243 230 176 / var(--un-text-opacity))}.text-\[\#fff\]{--un-text-opacity:1;color:rgb(255 255 255 / var(--un-text-opacity))}.text-\[var\(--c-text-muted\)\]{color:var(--c-text-muted)}.text-\[var\(--c-text-primary\)\]{color:var(--c-text-primary)}.text-accent{--un-text-opacity:1;color:rgb(var(--c-accent-rgb) / var(--un-text-opacity))}.text-accent-light{--un-text-opacity:1;color:rgb(var(--c-accent-light-rgb) / var(--un-text-opacity))}.text-amber-100{--un-text-opacity:1;color:rgb(var(--c-amber-100-rgb) / var(--un-text-opacity))}.text-amber-100\/90{color:rgb(var(--c-amber-100-rgb) / .9)}.text-amber-100\/95{color:rgb(var(--c-amber-100-rgb) / .95)}.text-amber-200{--un-text-opacity:1;color:rgb(var(--c-amber-200-rgb) / var(--un-text-opacity))}.text-amber-200\/80{color:rgb(var(--c-amber-200-rgb) / .8)}.text-amber-200\/90{color:rgb(var(--c-amber-200-rgb) / .9)}.text-amber-200\/95{color:rgb(var(--c-amber-200-rgb) / .95)}.text-amber-300{--un-text-opacity:1;color:rgb(var(--c-amber-300-rgb) / var(--un-text-opacity))}.text-amber-300\/80{color:rgb(var(--c-amber-300-rgb) / .8)}.text-amber-300\/90{color:rgb(var(--c-amber-300-rgb) / .9)}.text-amber-300\/95{color:rgb(var(--c-amber-300-rgb) / .95)}.text-amber-400{--un-text-opacity:1;color:rgb(var(--c-amber-400-rgb) / var(--un-text-opacity))}.text-amber-400\/80{color:rgb(var(--c-amber-400-rgb) / .8)}.text-amber-400\/90{color:rgb(var(--c-amber-400-rgb) / .9)}.text-amber-50{--un-text-opacity:1;color:rgb(var(--c-amber-50-rgb) / var(--un-text-opacity))}.text-amber-50\/95{color:rgb(var(--c-amber-50-rgb) / .95)}.text-amber-500{--un-text-opacity:1;color:rgb(var(--c-amber-500-rgb) / var(--un-text-opacity))}.text-amber-500\/90{color:rgb(var(--c-amber-500-rgb) / .9)}.text-amber-600\/90{color:rgb(var(--c-amber-600-rgb) / .9)}.text-amber-950{--un-text-opacity:1;color:rgb(var(--c-amber-950-rgb) / var(--un-text-opacity))}.text-black{--un-text-opacity:1;color:rgb(var(--c-black-rgb) / var(--un-text-opacity))}.text-black\/90{color:rgb(var(--c-black-rgb) / .9)}.text-blue-600{--un-text-opacity:1;color:rgb(var(--c-blue-600-rgb) / var(--un-text-opacity))}.text-current{color:currentColor}.text-cyan-100{--un-text-opacity:1;color:rgb(var(--c-cyan-100-rgb) / var(--un-text-opacity))}.text-cyan-200\/80{color:rgb(var(--c-cyan-200-rgb) / .8)}.text-cyan-300{--un-text-opacity:1;color:rgb(var(--c-cyan-300-rgb) / var(--un-text-opacity))}.text-cyan-300\/80{color:rgb(var(--c-cyan-300-rgb) / .8)}.text-cyan-300\/90{color:rgb(var(--c-cyan-300-rgb) / .9)}.text-emerald-100{--un-text-opacity:1;color:rgb(var(--c-emerald-100-rgb) / var(--un-text-opacity))}.text-emerald-200{--un-text-opacity:1;color:rgb(var(--c-emerald-200-rgb) / var(--un-text-opacity))}.text-emerald-200\/90{color:rgb(var(--c-emerald-200-rgb) / .9)}.text-emerald-200\/95{color:rgb(var(--c-emerald-200-rgb) / .95)}.text-emerald-300{--un-text-opacity:1;color:rgb(var(--c-emerald-300-rgb) / var(--un-text-opacity))}.text-emerald-300\/90{color:rgb(var(--c-emerald-300-rgb) / .9)}.text-emerald-300\/95{color:rgb(var(--c-emerald-300-rgb) / .95)}.text-emerald-400{--un-text-opacity:1;color:rgb(var(--c-emerald-400-rgb) / var(--un-text-opacity))}.text-emerald-400\/80{color:rgb(var(--c-emerald-400-rgb) / .8)}.text-emerald-400\/90{color:rgb(var(--c-emerald-400-rgb) / .9)}.text-emerald-50{--un-text-opacity:1;color:rgb(var(--c-emerald-50-rgb) / var(--un-text-opacity))}.text-emerald-600{--un-text-opacity:1;color:rgb(var(--c-emerald-600-rgb) / var(--un-text-opacity))}.text-emerald-950{--un-text-opacity:1;color:rgb(var(--c-emerald-950-rgb) / var(--un-text-opacity))}.text-gold,.group:hover .group-hover\:text-gold{--un-text-opacity:1;color:rgb(var(--c-gold-rgb) / var(--un-text-opacity))}.text-gold-dark{--un-text-opacity:1;color:rgb(var(--c-gold-dark-rgb) / var(--un-text-opacity))}.text-gold-light\/40{color:rgb(var(--c-gold-light-rgb) / .4)}.text-gold-light\/50{color:rgb(var(--c-gold-light-rgb) / .5)}.text-gold-light\/65{color:rgb(var(--c-gold-light-rgb) / .65)}.text-gold-light\/70{color:rgb(var(--c-gold-light-rgb) / .7)}.text-gold-light\/75{color:rgb(var(--c-gold-light-rgb) / .75)}.text-gold-light\/80{color:rgb(var(--c-gold-light-rgb) / .8)}.text-gold-light\/85{color:rgb(var(--c-gold-light-rgb) / .85)}.text-gold-light\/90{color:rgb(var(--c-gold-light-rgb) / .9)}.text-gold-light\/95{color:rgb(var(--c-gold-light-rgb) / .95)}.text-gold\/80{color:rgb(var(--c-gold-rgb) / .8)}.text-gold\/85{color:rgb(var(--c-gold-rgb) / .85)}.text-gold\/90{color:rgb(var(--c-gold-rgb) / .9)}.text-green-300{--un-text-opacity:1;color:rgb(var(--c-green-300-rgb) / var(--un-text-opacity))}.text-lime-400{--un-text-opacity:1;color:rgb(163 230 53 / var(--un-text-opacity))}.text-orange-300{--un-text-opacity:1;color:rgb(var(--c-orange-300-rgb) / var(--un-text-opacity))}.text-orange-400{--un-text-opacity:1;color:rgb(var(--c-orange-400-rgb) / var(--un-text-opacity))}.text-pink-300{--un-text-opacity:1;color:rgb(var(--c-pink-300-rgb) / var(--un-text-opacity))}.text-red-100{--un-text-opacity:1;color:rgb(var(--c-red-100-rgb) / var(--un-text-opacity))}.text-red-100\/90{color:rgb(var(--c-red-100-rgb) / .9)}.text-red-200{--un-text-opacity:1;color:rgb(var(--c-red-200-rgb) / var(--un-text-opacity))}.text-red-200\/90{color:rgb(var(--c-red-200-rgb) / .9)}.text-red-200\/95{color:rgb(var(--c-red-200-rgb) / .95)}.text-red-300{--un-text-opacity:1;color:rgb(var(--c-red-300-rgb) / var(--un-text-opacity))}.text-red-300\/95{color:rgb(var(--c-red-300-rgb) / .95)}.text-red-400{--un-text-opacity:1;color:rgb(var(--c-red-400-rgb) / var(--un-text-opacity))}.text-red-400\/80{color:rgb(var(--c-red-400-rgb) / .8)}.text-red-50{--un-text-opacity:1;color:rgb(var(--c-red-50-rgb) / var(--un-text-opacity))}.text-red-900{--un-text-opacity:1;color:rgb(var(--c-red-900-rgb) / var(--un-text-opacity))}.text-rose-100{--un-text-opacity:1;color:rgb(var(--c-rose-100-rgb) / var(--un-text-opacity))}.text-rose-100\/90{color:rgb(var(--c-rose-100-rgb) / .9)}.text-rose-200{--un-text-opacity:1;color:rgb(var(--c-rose-200-rgb) / var(--un-text-opacity))}.text-rose-200\/90{color:rgb(var(--c-rose-200-rgb) / .9)}.text-rose-300{--un-text-opacity:1;color:rgb(var(--c-rose-300-rgb) / var(--un-text-opacity))}.text-rose-300\/90{color:rgb(var(--c-rose-300-rgb) / .9)}.text-rose-400{--un-text-opacity:1;color:rgb(var(--c-rose-400-rgb) / var(--un-text-opacity))}.text-rose-50{--un-text-opacity:1;color:rgb(var(--c-rose-50-rgb) / var(--un-text-opacity))}.text-rose-950{--un-text-opacity:1;color:rgb(var(--c-rose-950-rgb) / var(--un-text-opacity))}.text-sky-100{--un-text-opacity:1;color:rgb(var(--c-sky-100-rgb) / var(--un-text-opacity))}.text-sky-200{--un-text-opacity:1;color:rgb(var(--c-sky-200-rgb) / var(--un-text-opacity))}.text-sky-300{--un-text-opacity:1;color:rgb(var(--c-sky-300-rgb) / var(--un-text-opacity))}.text-sky-300\/90{color:rgb(var(--c-sky-300-rgb) / .9)}.text-sky-50{--un-text-opacity:1;color:rgb(var(--c-sky-50-rgb) / var(--un-text-opacity))}.text-slate-100{--un-text-opacity:1;color:rgb(var(--c-slate-100-rgb) / var(--un-text-opacity))}.text-slate-100\/90{color:rgb(var(--c-slate-100-rgb) / .9)}.text-slate-100\/95{color:rgb(var(--c-slate-100-rgb) / .95)}.text-slate-200{--un-text-opacity:1;color:rgb(var(--c-slate-200-rgb) / var(--un-text-opacity))}.text-slate-200\/70{color:rgb(var(--c-slate-200-rgb) / .7)}.text-slate-200\/80{color:rgb(var(--c-slate-200-rgb) / .8)}.text-slate-200\/85{color:rgb(var(--c-slate-200-rgb) / .85)}.text-slate-200\/90{color:rgb(var(--c-slate-200-rgb) / .9)}.text-slate-200\/92{color:rgb(var(--c-slate-200-rgb) / .92)}.text-slate-300,.group\/score[open] .group-open\/score\:text-slate-300{--un-text-opacity:1;color:rgb(var(--c-slate-300-rgb) / var(--un-text-opacity))}.text-slate-300\/85{color:rgb(var(--c-slate-300-rgb) / .85)}.text-slate-300\/90{color:rgb(var(--c-slate-300-rgb) / .9)}.text-slate-300\/95{color:rgb(var(--c-slate-300-rgb) / .95)}.text-slate-400{--un-text-opacity:1;color:rgb(var(--c-slate-400-rgb) / var(--un-text-opacity))}.text-slate-400\/85{color:rgb(var(--c-slate-400-rgb) / .85)}.text-slate-400\/90{color:rgb(var(--c-slate-400-rgb) / .9)}.text-slate-400\/95{color:rgb(var(--c-slate-400-rgb) / .95)}.text-slate-50{--un-text-opacity:1;color:rgb(var(--c-slate-50-rgb) / var(--un-text-opacity))}.text-slate-50\/80{color:rgb(var(--c-slate-50-rgb) / .8)}.text-slate-50\/90{color:rgb(var(--c-slate-50-rgb) / .9)}.text-slate-500{--un-text-opacity:1;color:rgb(var(--c-slate-500-rgb) / var(--un-text-opacity))}.text-slate-500\/80{color:rgb(var(--c-slate-500-rgb) / .8)}.text-slate-600{--un-text-opacity:1;color:rgb(var(--c-slate-600-rgb) / var(--un-text-opacity))}.text-slate-600\/60{color:rgb(var(--c-slate-600-rgb) / .6)}.text-violet-100,.group:hover .group-hover\:text-violet-100{--un-text-opacity:1;color:rgb(var(--c-violet-100-rgb) / var(--un-text-opacity))}.text-violet-200{--un-text-opacity:1;color:rgb(var(--c-violet-200-rgb) / var(--un-text-opacity))}.text-violet-200\/70{color:rgb(var(--c-violet-200-rgb) / .7)}.text-violet-200\/75{color:rgb(var(--c-violet-200-rgb) / .75)}.text-violet-200\/80{color:rgb(var(--c-violet-200-rgb) / .8)}.text-violet-200\/90{color:rgb(var(--c-violet-200-rgb) / .9)}.text-violet-300{--un-text-opacity:1;color:rgb(var(--c-violet-300-rgb) / var(--un-text-opacity))}.text-violet-300\/80{color:rgb(var(--c-violet-300-rgb) / .8)}.text-violet-300\/90{color:rgb(var(--c-violet-300-rgb) / .9)}.text-violet-300\/95{color:rgb(var(--c-violet-300-rgb) / .95)}.text-violet-50{--un-text-opacity:1;color:rgb(var(--c-violet-50-rgb) / var(--un-text-opacity))}.text-white{--un-text-opacity:1;color:rgb(var(--c-white-rgb) / var(--un-text-opacity))}.text-white\/55{color:rgb(var(--c-white-rgb) / .55)}.text-white\/70{color:rgb(var(--c-white-rgb) / .7)}.text-white\/75{color:rgb(var(--c-white-rgb) / .75)}.text-white\/90{color:rgb(var(--c-white-rgb) / .9)}.hover\:text-\[var\(--c-text-primary\)\]:hover{color:var(--c-text-primary)}.hover\:text-amber-100:hover{--un-text-opacity:1;color:rgb(var(--c-amber-100-rgb) / var(--un-text-opacity))}.hover\:text-emerald-100:hover{--un-text-opacity:1;color:rgb(var(--c-emerald-100-rgb) / var(--un-text-opacity))}.hover\:text-emerald-300:hover{--un-text-opacity:1;color:rgb(var(--c-emerald-300-rgb) / var(--un-text-opacity))}.hover\:text-gold-light:hover{--un-text-opacity:1;color:rgb(var(--c-gold-light-rgb) / var(--un-text-opacity))}.hover\:text-gold-light\/80:hover{color:rgb(var(--c-gold-light-rgb) / .8)}.hover\:text-gold:hover{--un-text-opacity:1;color:rgb(var(--c-gold-rgb) / var(--un-text-opacity))}.hover\:text-red-200:hover{--un-text-opacity:1;color:rgb(var(--c-red-200-rgb) / var(--un-text-opacity))}.hover\:text-red-300:hover{--un-text-opacity:1;color:rgb(var(--c-red-300-rgb) / var(--un-text-opacity))}.hover\:text-rose-300:hover{--un-text-opacity:1;color:rgb(var(--c-rose-300-rgb) / var(--un-text-opacity))}.hover\:text-slate-100:hover{--un-text-opacity:1;color:rgb(var(--c-slate-100-rgb) / var(--un-text-opacity))}.hover\:text-slate-200:hover{--un-text-opacity:1;color:rgb(var(--c-slate-200-rgb) / var(--un-text-opacity))}.hover\:text-slate-300:hover{--un-text-opacity:1;color:rgb(var(--c-slate-300-rgb) / var(--un-text-opacity))}.hover\:text-violet-100:hover{--un-text-opacity:1;color:rgb(var(--c-violet-100-rgb) / var(--un-text-opacity))}.hover\:text-violet-200:hover{--un-text-opacity:1;color:rgb(var(--c-violet-200-rgb) / var(--un-text-opacity))}.hover\:text-white:hover{--un-text-opacity:1;color:rgb(var(--c-white-rgb) / var(--un-text-opacity))}.active\:text-slate-300:active{--un-text-opacity:1;color:rgb(var(--c-slate-300-rgb) / var(--un-text-opacity))}.placeholder\:text-slate-400::placeholder{--un-text-opacity:1;color:rgb(var(--c-slate-400-rgb) / var(--un-text-opacity))}.placeholder\:text-slate-500::placeholder{--un-text-opacity:1;color:rgb(var(--c-slate-500-rgb) / var(--un-text-opacity))}.\!text-inherit{color:inherit!important}.text-inherit{color:inherit}.font-black{font-weight:900}.font-bold{font-weight:700}.font-extrabold{font-weight:800}.font-medium{font-weight:500}.font-normal{font-weight:400}.font-semibold{font-weight:600}.leading-\[1\.1\]{line-height:1.1}.leading-none{line-height:1}.leading-relaxed{line-height:1.625}.leading-snug{line-height:1.375}.leading-tight{line-height:1.25}.tracking-\[0\.08em\]{letter-spacing:.08em}.tracking-\[0\.12em\]{letter-spacing:.12em}.tracking-\[0\.14em\]{letter-spacing:.14em}.tracking-\[0\.15em\]{letter-spacing:.15em}.tracking-\[0\.16em\]{letter-spacing:.16em}.tracking-\[0\.18em\]{letter-spacing:.18em}.tracking-\[0\.1em\],.tracking-widest{letter-spacing:.1em}.tracking-\[0\.22em\]{letter-spacing:.22em}.tracking-\[0\.24em\]{letter-spacing:.24em}.tracking-\[0\.25em\]{letter-spacing:.25em}.tracking-\[0\.2em\]{letter-spacing:.2em}.tracking-\[0\.3em\]{letter-spacing:.3em}.tracking-normal{letter-spacing:0em}.tracking-tight{letter-spacing:-.025em}.tracking-wide{letter-spacing:.025em}.tracking-wider{letter-spacing:.05em}.font-\[inherit\]{font-family:inherit}.font-display{font-family:var(--font-heading)}.font-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.font-sans{font-family:var(--font-body)}.uppercase{text-transform:uppercase}.capitalize{text-transform:capitalize}.normal-case{text-transform:none}.italic{font-style:italic}.not-italic{font-style:normal}.tabular-nums{--un-numeric-spacing:tabular-nums;font-variant-numeric:var(--un-ordinal) var(--un-slashed-zero) var(--un-numeric-figure) var(--un-numeric-spacing) var(--un-numeric-fraction)}.underline,.hover\:underline:hover{text-decoration-line:underline}.focus-visible\:underline:focus-visible{text-decoration-line:underline}.decoration-gold\/45{-webkit-text-decoration-color:rgb(var(--c-gold-rgb) / .45);text-decoration-color:rgb(var(--c-gold-rgb) / .45)}.decoration-gold\/50{-webkit-text-decoration-color:rgb(var(--c-gold-rgb) / .5);text-decoration-color:rgb(var(--c-gold-rgb) / .5)}.decoration-violet-400\/50{-webkit-text-decoration-color:rgb(var(--c-violet-400-rgb) / .5);text-decoration-color:rgb(var(--c-violet-400-rgb) / .5)}.decoration-violet-500\/40{-webkit-text-decoration-color:rgb(var(--c-violet-500-rgb) / .4);text-decoration-color:rgb(var(--c-violet-500-rgb) / .4)}.hover\:decoration-gold:hover{-webkit-text-decoration-color:rgb(var(--c-gold-rgb) / var(--un-line-opacity));--un-line-opacity:1;text-decoration-color:rgb(var(--c-gold-rgb) / var(--un-line-opacity))}.hover\:decoration-gold\/70:hover{-webkit-text-decoration-color:rgb(var(--c-gold-rgb) / .7);text-decoration-color:rgb(var(--c-gold-rgb) / .7)}.underline-offset-2{text-underline-offset:2px}.underline-offset-4{text-underline-offset:4px}.decoration-dotted{text-decoration-style:dotted}.no-underline{text-decoration:none}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.tab{-moz-tab-size:4;-o-tab-size:4;tab-size:4}.text-shadow{--un-text-shadow:0 0 1px var(--un-text-shadow-color, rgb(0 0 0 / .2)),0 0 1px var(--un-text-shadow-color, rgb(1 0 5 / .1));text-shadow:var(--un-text-shadow)}.text-shadow-\[0_1px_2px_rgb\(0_0_0\/0\.6\)\]{text-shadow:0 1px 2px rgb(0 0 0/.6)}.text-shadow-\[0_1px_2px_rgb\(0_0_0\/0\.7\)\]{text-shadow:0 1px 2px rgb(0 0 0/.7)}.text-shadow-\[0_1px_2px_rgb\(0_0_0\/0\.9\)\]{text-shadow:0 1px 2px rgb(0 0 0/.9)}.text-shadow-\[0_1px_3px_rgb\(0_0_0\/0\.85\)\]{text-shadow:0 1px 3px rgb(0 0 0/.85)}.text-shadow-\[0_1px_3px_rgb\(0_0_0\/0\.9\)\]{text-shadow:0 1px 3px rgb(0 0 0/.9)}.text-shadow-\[0_1px_3px_rgb\(0_0_0\/0\.95\)\]{text-shadow:0 1px 3px rgb(0 0 0/.95)}.text-shadow-\[0_2px_4px_rgb\(0_0_0\/0\.9\)\,0_0_18px_rgb\(0_0_0\/0\.75\)\]{text-shadow:0 2px 4px rgb(0 0 0/.9),0 0 18px rgb(0 0 0/.75)}.accent-gold{--un-accent-opacity:1;accent-color:rgb(var(--c-gold-rgb) / var(--un-accent-opacity))}.\[\&_img\]\:opacity-90 img,.opacity-90{opacity:.9}.opacity-\[0\.07\]{opacity:.07}.opacity-0{opacity:0}.opacity-100,.group:hover .group-hover\:opacity-100,.group:active .group-active\:opacity-100{opacity:1}.opacity-25{opacity:.25}.opacity-40{opacity:.4}.opacity-45{opacity:.45}.opacity-50{opacity:.5}.opacity-55{opacity:.55}.opacity-60{opacity:.6}.opacity-70{opacity:.7}.opacity-75{opacity:.75}.opacity-80,.group:hover .group-hover\:opacity-80{opacity:.8}.opacity-95{opacity:.95}.hover\:opacity-70:hover{opacity:.7}.disabled\:opacity-40:disabled{opacity:.4}.disabled\:opacity-50:disabled{opacity:.5}.disabled\:opacity-60:disabled{opacity:.6}.disabled\:opacity-70:disabled{opacity:.7}.mix-blend-overlay{mix-blend-mode:overlay}.data-\[state\=open\]\:shadow-\[0_0_12px_color-mix\(in_srgb\,var\(--c-gold\)_20\%\,transparent\)\][data-state=open]{--un-shadow:0 0 12px color-mix(in srgb,var(--c-gold) 20%,transparent) var(--un-shadow-color);box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.shadow{--un-shadow:0 1px 3px 0 rgb(var(--c-shadow-rgb) / .1), 0 1px 2px -1px rgb(var(--c-shadow-rgb) / .1);box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.shadow-\[0_0_0_100vmax_rgba\(0\,0\,0\,0\.45\)\]{--un-shadow:0 0 0 100vmax var(--un-shadow-color, rgba(0, 0, 0, .45));box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.shadow-\[0_0_0_1px_rgba\(212\,168\,79\,0\.35\)\]{--un-shadow:0 0 0 1px var(--un-shadow-color, rgba(212, 168, 79, .35));box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.shadow-\[0_0_10px_color-mix\(in_srgb\,var\(--c-gold\)_70\%\,transparent\)\]{--un-shadow:0 0 10px color-mix(in srgb,var(--c-gold) 70%,transparent) var(--un-shadow-color);box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.shadow-\[0_0_12px_rgba\(16\,185\,129\,0\.5\)\]{--un-shadow:0 0 12px var(--un-shadow-color, rgba(16, 185, 129, .5));box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.shadow-\[0_0_12px_rgba\(245\,158\,11\,0\.5\)\]{--un-shadow:0 0 12px var(--un-shadow-color, rgba(245, 158, 11, .5));box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.shadow-\[0_0_14px_rgba\(139\,92\,246\,0\.6\)\]{--un-shadow:0 0 14px var(--un-shadow-color, rgba(139, 92, 246, .6));box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.shadow-\[0_0_14px_rgba\(229\,197\,110\,0\.55\)\]{--un-shadow:0 0 14px var(--un-shadow-color, rgba(229, 197, 110, .55));box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.shadow-\[0_0_18px_-4px_rgba\(243\,211\,122\,0\.2\)\]{--un-shadow:0 0 18px -4px var(--un-shadow-color, rgba(243, 211, 122, .2));box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.shadow-\[0_0_18px_-4px_rgba\(243\,211\,122\,0\.25\)\]{--un-shadow:0 0 18px -4px var(--un-shadow-color, rgba(243, 211, 122, .25));box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.shadow-\[0_0_18px_rgba\(167\,139\,250\,0\.42\)\]{--un-shadow:0 0 18px var(--un-shadow-color, rgba(167, 139, 250, .42));box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.shadow-\[0_0_18px_rgba\(184\,154\,97\,0\.45\)\]{--un-shadow:0 0 18px var(--un-shadow-color, rgba(184, 154, 97, .45));box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.shadow-\[0_0_18px_rgba\(229\,197\,110\,0\.5\)\]{--un-shadow:0 0 18px var(--un-shadow-color, rgba(229, 197, 110, .5));box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.shadow-\[0_0_18px_rgba\(251\,113\,133\,0\.42\)\]{--un-shadow:0 0 18px var(--un-shadow-color, rgba(251, 113, 133, .42));box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.shadow-\[0_0_18px_rgba\(52\,211\,153\,0\.4\)\]{--un-shadow:0 0 18px var(--un-shadow-color, rgba(52, 211, 153, .4));box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.shadow-\[0_0_18px_rgba\(56\,189\,248\,0\.4\)\]{--un-shadow:0 0 18px var(--un-shadow-color, rgba(56, 189, 248, .4));box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.shadow-\[0_0_20px_rgba\(244\,63\,94\,0\.35\)\]{--un-shadow:0 0 20px var(--un-shadow-color, rgba(244, 63, 94, .35));box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.shadow-\[0_0_20px_rgba\(251\,191\,36\,0\.35\)\]{--un-shadow:0 0 20px var(--un-shadow-color, rgba(251, 191, 36, .35));box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.shadow-\[0_0_24px_-8px_rgba\(245\,158\,11\,0\.35\)\]{--un-shadow:0 0 24px -8px var(--un-shadow-color, rgba(245, 158, 11, .35));box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.shadow-\[0_0_24px_color-mix\(in_srgb\,var\(--c-gold\)_18\%\,transparent\)\,inset_0_1px_0_rgba\(255\,255\,255\,0\.08\)\]{--un-shadow:0 0 24px color-mix(in srgb,var(--c-gold) 18%,transparent),inset 0 1px 0 rgba(255,255,255,.08);box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.shadow-\[0_0_24px_rgba\(244\,63\,94\,0\.4\)\]{--un-shadow:0 0 24px var(--un-shadow-color, rgba(244, 63, 94, .4));box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.shadow-\[0_0_24px_rgba\(52\,211\,153\,0\.4\)\]{--un-shadow:0 0 24px var(--un-shadow-color, rgba(52, 211, 153, .4));box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.shadow-\[0_0_24px_rgba\(52\,211\,153\,0\.45\)\]{--un-shadow:0 0 24px var(--un-shadow-color, rgba(52, 211, 153, .45));box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.shadow-\[0_0_28px_color-mix\(in_srgb\,var\(--c-gold\)_16\%\,transparent\)\,inset_0_1px_0_rgba\(255\,255\,255\,0\.07\)\]{--un-shadow:0 0 28px color-mix(in srgb,var(--c-gold) 16%,transparent),inset 0 1px 0 rgba(255,255,255,.07);box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.shadow-\[0_0_28px_color-mix\(in_srgb\,var\(--c-gold\)_45\%\,transparent\)\]{--un-shadow:0 0 28px color-mix(in srgb,var(--c-gold) 45%,transparent) var(--un-shadow-color);box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.shadow-\[0_0_30px_rgba\(229\,197\,110\,0\.8\)\]{--un-shadow:0 0 30px var(--un-shadow-color, rgba(229, 197, 110, .8));box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.shadow-\[0_0_32px_color-mix\(in_srgb\,var\(--c-gold\)_12\%\,transparent\)\]{--un-shadow:0 0 32px color-mix(in srgb,var(--c-gold) 12%,transparent) var(--un-shadow-color);box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.shadow-\[0_0_8px_color-mix\(in_srgb\,var\(--c-gold\)_60\%\,transparent\)\]{--un-shadow:0 0 8px color-mix(in srgb,var(--c-gold) 60%,transparent) var(--un-shadow-color);box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.shadow-\[0_10px_24px_-16px_rgb\(var\(--c-shadow-rgb\)\/0\.75\)\]{--un-shadow:0 10px 24px -16px var(--un-shadow-color, rgb(var(--c-shadow-rgb) / .75));box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.shadow-\[0_10px_24px_-16px_rgb\(var\(--c-shadow-rgb\)\/0\.85\)\]{--un-shadow:0 10px 24px -16px var(--un-shadow-color, rgb(var(--c-shadow-rgb) / .85));box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.shadow-\[0_18px_40px_-12px_rgb\(var\(--c-shadow-rgb\)\/0\.8\)\]{--un-shadow:0 18px 40px -12px var(--un-shadow-color, rgb(var(--c-shadow-rgb) / .8));box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.shadow-\[0_18px_60px_rgb\(var\(--c-shadow-rgb\)\/0\.55\)\]{--un-shadow:0 18px 60px var(--un-shadow-color, rgb(var(--c-shadow-rgb) / .55));box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.shadow-\[0_20px_40px_-16px_rgb\(var\(--c-shadow-rgb\)\/0\.75\)\]{--un-shadow:0 20px 40px -16px var(--un-shadow-color, rgb(var(--c-shadow-rgb) / .75));box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.shadow-\[0_20px_50px_-10px_rgb\(var\(--c-shadow-rgb\)\/0\.7\)\,inset_0_1px_0_rgba\(255\,255\,255\,0\.05\)\]{--un-shadow:0 20px 50px -10px rgb(var(--c-shadow-rgb)/.7),inset 0 1px 0 rgba(255,255,255,.05);box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.shadow-\[0_24px_60px_-12px_rgb\(var\(--c-shadow-rgb\)\/0\.85\)\]{--un-shadow:0 24px 60px -12px var(--un-shadow-color, rgb(var(--c-shadow-rgb) / .85));box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.shadow-\[0_24px_70px_rgb\(var\(--c-shadow-rgb\)\/0\.7\)\]{--un-shadow:0 24px 70px var(--un-shadow-color, rgb(var(--c-shadow-rgb) / .7));box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.shadow-\[0_25px_50px_-12px_rgb\(var\(--c-shadow-rgb\)\/0\.6\)\,0_0_30px_color-mix\(in_srgb\,var\(--c-accent\)_4\%\,transparent\)\]{--un-shadow:0 25px 50px -12px rgb(var(--c-shadow-rgb)/.6),0 0 30px color-mix(in srgb,var(--c-accent) 4%,transparent);box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.shadow-\[0_25px_50px_-12px_rgb\(var\(--c-shadow-rgb\)\/0\.6\)\]{--un-shadow:0 25px 50px -12px var(--un-shadow-color, rgb(var(--c-shadow-rgb) / .6));box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.shadow-\[0_25px_50px_-12px_rgb\(var\(--c-shadow-rgb\)\/0\.75\)\]{--un-shadow:0 25px 50px -12px var(--un-shadow-color, rgb(var(--c-shadow-rgb) / .75));box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.shadow-\[0_2px_10px_rgb\(var\(--c-shadow-rgb\)\/0\.55\)\]{--un-shadow:0 2px 10px var(--un-shadow-color, rgb(var(--c-shadow-rgb) / .55));box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.shadow-\[0_2px_8px_rgba\(0\,0\,0\,0\.5\)\]{--un-shadow:0 2px 8px var(--un-shadow-color, rgba(0, 0, 0, .5));box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.shadow-\[0_4px_20px_color-mix\(in_srgb\,var\(--c-gold\)_45\%\,transparent\)\]{--un-shadow:0 4px 20px color-mix(in srgb,var(--c-gold) 45%,transparent) var(--un-shadow-color);box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.shadow-\[0_8px_24px_rgb\(var\(--c-shadow-rgb\)\/0\.6\)\,0_0_12px_color-mix\(in_srgb\,var\(--c-gold\)_20\%\,transparent\)\]{--un-shadow:0 8px 24px rgb(var(--c-shadow-rgb)/.6),0 0 12px color-mix(in srgb,var(--c-gold) 20%,transparent);box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.shadow-\[0_8px_24px_rgba\(0\,0\,0\,0\.55\)\]{--un-shadow:0 8px 24px var(--un-shadow-color, rgba(0, 0, 0, .55));box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.shadow-\[0_8px_28px_-12px_rgb\(var\(--c-shadow-rgb\)\/0\.65\)\]{--un-shadow:0 8px 28px -12px var(--un-shadow-color, rgb(var(--c-shadow-rgb) / .65));box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.shadow-\[0_8px_32px_rgb\(var\(--c-shadow-rgb\)\/0\.45\)\,0_0_24px_rgba\(139\,92\,246\,0\.12\)\]{--un-shadow:0 8px 32px rgb(var(--c-shadow-rgb)/.45),0 0 24px rgba(139,92,246,.12);box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.shadow-\[4px_0_24px_rgb\(var\(--c-shadow-rgb\)\/0\.65\)\]{--un-shadow:4px 0 24px var(--un-shadow-color, rgb(var(--c-shadow-rgb) / .65));box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.shadow-\[inset_0_0_0_1px_rgba\(167\,139\,250\,0\.22\)\,0_0_28px_rgba\(139\,92\,246\,0\.18\)\]{--un-shadow:inset 0 0 0 1px rgba(167,139,250,.22),0 0 28px rgba(139,92,246,.18);box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.shadow-\[inset_0_0_0_1px_rgba\(184\,154\,97\,0\.25\)\,0_0_28px_rgba\(184\,154\,97\,0\.18\)\]{--un-shadow:inset 0 0 0 1px rgba(184,154,97,.25),0 0 28px rgba(184,154,97,.18);box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.shadow-\[inset_0_0_0_1px_rgba\(212\,168\,79\,0\.25\)\]{--un-shadow:inset 0 0 0 1px var(--un-shadow-color, rgba(212, 168, 79, .25));box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.shadow-\[inset_0_0_0_1px_rgba\(212\,175\,55\,0\.25\)\]{--un-shadow:inset 0 0 0 1px var(--un-shadow-color, rgba(212, 175, 55, .25));box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.shadow-\[inset_0_0_0_1px_rgba\(251\,113\,133\,0\.22\)\,0_0_28px_rgba\(244\,63\,94\,0\.18\)\]{--un-shadow:inset 0 0 0 1px rgba(251,113,133,.22),0 0 28px rgba(244,63,94,.18);box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.shadow-\[inset_0_0_0_1px_rgba\(52\,211\,153\,0\.22\)\,0_0_28px_rgba\(52\,211\,153\,0\.16\)\]{--un-shadow:inset 0 0 0 1px rgba(52,211,153,.22),0 0 28px rgba(52,211,153,.16);box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.shadow-\[inset_0_0_0_1px_rgba\(56\,189\,248\,0\.22\)\,0_0_28px_rgba\(56\,189\,248\,0\.16\)\]{--un-shadow:inset 0 0 0 1px rgba(56,189,248,.22),0 0 28px rgba(56,189,248,.16);box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.shadow-\[inset_0_1px_0_rgba\(255\,255\,255\,0\.06\)\,0_-4px_16px_rgb\(var\(--c-shadow-rgb\)\/0\.45\)\]{--un-shadow:inset 0 1px 0 rgba(255,255,255,.06),0 -4px 16px rgb(var(--c-shadow-rgb)/.45);box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.shadow-\[inset_0_1px_0_rgba\(255\,255\,255\,0\.06\)\,inset_0_-1px_0_rgb\(var\(--c-shadow-rgb\)\/0\.4\)\,0_4px_12px_rgb\(var\(--c-shadow-rgb\)\/0\.5\)\]{--un-shadow:inset 0 1px 0 rgba(255,255,255,.06),inset 0 -1px 0 rgb(var(--c-shadow-rgb)/.4),0 4px 12px rgb(var(--c-shadow-rgb)/.5);box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.shadow-\[inset_0_1px_0_rgba\(255\,255\,255\,0\.08\)\]{--un-shadow:inset 0 1px 0 var(--un-shadow-color, rgba(255, 255, 255, .08));box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.shadow-2xl{--un-shadow:0 25px 50px -12px var(--un-shadow-color, rgb(var(--c-shadow-rgb) / .25));box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.shadow-inner{--un-shadow:inset 0 2px 4px 0 var(--un-shadow-color, rgb(var(--c-shadow-rgb) / .05));box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.shadow-lg{--un-shadow:0 10px 15px -3px rgb(var(--c-shadow-rgb) / .1), 0 4px 6px -4px rgb(var(--c-shadow-rgb) / .1);box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.shadow-md{--un-shadow:0 4px 6px -1px rgb(var(--c-shadow-rgb) / .1), 0 2px 4px -2px rgb(var(--c-shadow-rgb) / .1);box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.shadow-none{--un-shadow:0 0 var(--un-shadow-color, rgb(var(--c-shadow-rgb) / 0));box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.shadow-sm{--un-shadow:0 1px 2px 0 var(--un-shadow-color, rgb(var(--c-shadow-rgb) / .05));box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.shadow-xl{--un-shadow:0 20px 25px -5px rgb(var(--c-shadow-rgb) / .1), 0 8px 10px -6px rgb(var(--c-shadow-rgb) / .1);box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.hover\:shadow-\[0_0_24px_rgba\(139\,92\,246\,0\.18\)\]:hover{--un-shadow:0 0 24px var(--un-shadow-color, rgba(139, 92, 246, .18));box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.hover\:shadow-\[0_10px_36px_rgb\(var\(--c-shadow-rgb\)\/0\.5\)\,0_0_28px_rgba\(139\,92\,246\,0\.2\)\]:hover{--un-shadow:0 10px 36px rgb(var(--c-shadow-rgb)/.5),0 0 28px rgba(139,92,246,.2);box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.focus-visible\:outline-2:focus-visible{outline-width:2px}.focus-visible\:outline-violet-400\/70:focus-visible{outline-color:rgb(var(--c-violet-400-rgb) / .7)}.focus-visible\:outline-offset-2:focus-visible{outline-offset:2px}.outline{outline-style:solid}.focus-visible\:outline:focus-visible{outline-style:solid}.outline-none{outline:2px solid transparent;outline-offset:2px}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus-visible\:outline-none:focus-visible{outline:2px solid transparent;outline-offset:2px}.ring{--un-ring-width:3px;--un-ring-offset-shadow:var(--un-ring-inset) 0 0 0 var(--un-ring-offset-width) var(--un-ring-offset-color);--un-ring-shadow:var(--un-ring-inset) 0 0 0 calc(var(--un-ring-width) + var(--un-ring-offset-width)) var(--un-ring-color);box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.ring-1{--un-ring-width:1px;--un-ring-offset-shadow:var(--un-ring-inset) 0 0 0 var(--un-ring-offset-width) var(--un-ring-offset-color);--un-ring-shadow:var(--un-ring-inset) 0 0 0 calc(var(--un-ring-width) + var(--un-ring-offset-width)) var(--un-ring-color);box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.ring-2{--un-ring-width:2px;--un-ring-offset-shadow:var(--un-ring-inset) 0 0 0 var(--un-ring-offset-width) var(--un-ring-offset-color);--un-ring-shadow:var(--un-ring-inset) 0 0 0 calc(var(--un-ring-width) + var(--un-ring-offset-width)) var(--un-ring-color);box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.ring-4{--un-ring-width:4px;--un-ring-offset-shadow:var(--un-ring-inset) 0 0 0 var(--un-ring-offset-width) var(--un-ring-offset-color);--un-ring-shadow:var(--un-ring-inset) 0 0 0 calc(var(--un-ring-width) + var(--un-ring-offset-width)) var(--un-ring-color);box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.focus-within\:ring-2:focus-within{--un-ring-width:2px;--un-ring-offset-shadow:var(--un-ring-inset) 0 0 0 var(--un-ring-offset-width) var(--un-ring-offset-color);--un-ring-shadow:var(--un-ring-inset) 0 0 0 calc(var(--un-ring-width) + var(--un-ring-offset-width)) var(--un-ring-color);box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.focus\:ring-1:focus{--un-ring-width:1px;--un-ring-offset-shadow:var(--un-ring-inset) 0 0 0 var(--un-ring-offset-width) var(--un-ring-offset-color);--un-ring-shadow:var(--un-ring-inset) 0 0 0 calc(var(--un-ring-width) + var(--un-ring-offset-width)) var(--un-ring-color);box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.focus\:ring-2:focus{--un-ring-width:2px;--un-ring-offset-shadow:var(--un-ring-inset) 0 0 0 var(--un-ring-offset-width) var(--un-ring-offset-color);--un-ring-shadow:var(--un-ring-inset) 0 0 0 calc(var(--un-ring-width) + var(--un-ring-offset-width)) var(--un-ring-color);box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.focus-visible\:ring-2:focus-visible{--un-ring-width:2px;--un-ring-offset-shadow:var(--un-ring-inset) 0 0 0 var(--un-ring-offset-width) var(--un-ring-offset-color);--un-ring-shadow:var(--un-ring-inset) 0 0 0 calc(var(--un-ring-width) + var(--un-ring-offset-width)) var(--un-ring-color);box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.ring-\[\#f3d37a\]\/35{--un-ring-color:rgb(243 211 122 / .35) }.ring-amber-300\/40{--un-ring-color:rgb(var(--c-amber-300-rgb) / .4) }.ring-amber-400\/35{--un-ring-color:rgb(var(--c-amber-400-rgb) / .35) }.ring-amber-400\/40{--un-ring-color:rgb(var(--c-amber-400-rgb) / .4) }.ring-amber-400\/45{--un-ring-color:rgb(var(--c-amber-400-rgb) / .45) }.ring-black\/10{--un-ring-color:rgb(var(--c-black-rgb) / .1) }.ring-black\/20{--un-ring-color:rgb(var(--c-black-rgb) / .2) }.ring-black\/25{--un-ring-color:rgb(var(--c-black-rgb) / .25) }.ring-black\/40{--un-ring-color:rgb(var(--c-black-rgb) / .4) }.ring-black\/50{--un-ring-color:rgb(var(--c-black-rgb) / .5) }.ring-black\/60{--un-ring-color:rgb(var(--c-black-rgb) / .6) }.ring-emerald-400\/35{--un-ring-color:rgb(var(--c-emerald-400-rgb) / .35) }.ring-emerald-500\/35{--un-ring-color:rgb(var(--c-emerald-500-rgb) / .35) }.ring-gold{--un-ring-opacity:1;--un-ring-color:rgb(var(--c-gold-rgb) / var(--un-ring-opacity)) }.ring-gold-dark\/50{--un-ring-color:rgb(var(--c-gold-dark-rgb) / .5) }.ring-gold-light{--un-ring-opacity:1;--un-ring-color:rgb(var(--c-gold-light-rgb) / var(--un-ring-opacity)) }.ring-gold-light\/70{--un-ring-color:rgb(var(--c-gold-light-rgb) / .7) }.ring-gold\/25{--un-ring-color:rgb(var(--c-gold-rgb) / .25) }.ring-gold\/30{--un-ring-color:rgb(var(--c-gold-rgb) / .3) }.ring-gold\/35{--un-ring-color:rgb(var(--c-gold-rgb) / .35) }.ring-gold\/40{--un-ring-color:rgb(var(--c-gold-rgb) / .4) }.ring-gold\/50{--un-ring-color:rgb(var(--c-gold-rgb) / .5) }.ring-gold\/90{--un-ring-color:rgb(var(--c-gold-rgb) / .9) }.ring-red-400\/30{--un-ring-color:rgb(var(--c-red-400-rgb) / .3) }.ring-red-400\/35{--un-ring-color:rgb(var(--c-red-400-rgb) / .35) }.ring-red-400\/40{--un-ring-color:rgb(var(--c-red-400-rgb) / .4) }.ring-rose-400\/50{--un-ring-color:rgb(var(--c-rose-400-rgb) / .5) }.ring-sky-400\/90{--un-ring-color:rgb(var(--c-sky-400-rgb) / .9) }.ring-slate-500\/40{--un-ring-color:rgb(var(--c-slate-500-rgb) / .4) }.ring-slate-600\/80{--un-ring-color:rgb(var(--c-slate-600-rgb) / .8) }.ring-slate-700\/60{--un-ring-color:rgb(var(--c-slate-700-rgb) / .6) }.ring-transparent{--un-ring-color:transparent }.ring-violet-400\/30{--un-ring-color:rgb(var(--c-violet-400-rgb) / .3) }.ring-violet-400\/35{--un-ring-color:rgb(var(--c-violet-400-rgb) / .35) }.ring-violet-400\/40{--un-ring-color:rgb(var(--c-violet-400-rgb) / .4) }.ring-violet-400\/70,.group:hover .group-hover\:ring-violet-400\/70{--un-ring-color:rgb(var(--c-violet-400-rgb) / .7) }.ring-violet-400\/90{--un-ring-color:rgb(var(--c-violet-400-rgb) / .9) }.ring-white\/10{--un-ring-color:rgb(var(--c-white-rgb) / .1) }.ring-white\/15{--un-ring-color:rgb(var(--c-white-rgb) / .15) }.ring-white\/20{--un-ring-color:rgb(var(--c-white-rgb) / .2) }.focus-within\:ring-gold\/60:focus-within{--un-ring-color:rgb(var(--c-gold-rgb) / .6) }.focus\:ring-accent\/25:focus{--un-ring-color:rgb(var(--c-accent-rgb) / .25) }.focus\:ring-gold\/20:focus{--un-ring-color:rgb(var(--c-gold-rgb) / .2) }.focus\:ring-gold\/25:focus{--un-ring-color:rgb(var(--c-gold-rgb) / .25) }.focus\:ring-gold\/30:focus{--un-ring-color:rgb(var(--c-gold-rgb) / .3) }.focus\:ring-gold\/45:focus{--un-ring-color:rgb(var(--c-gold-rgb) / .45) }.focus-visible\:ring-gold\/20:focus-visible{--un-ring-color:rgb(var(--c-gold-rgb) / .2) }.focus-visible\:ring-gold\/25:focus-visible{--un-ring-color:rgb(var(--c-gold-rgb) / .25) }.focus-visible\:ring-gold\/40:focus-visible{--un-ring-color:rgb(var(--c-gold-rgb) / .4) }.focus-visible\:ring-gold\/50:focus-visible{--un-ring-color:rgb(var(--c-gold-rgb) / .5) }.focus-visible\:ring-gold\/60:focus-visible{--un-ring-color:rgb(var(--c-gold-rgb) / .6) }.focus-visible\:ring-violet-300\/80:focus-visible{--un-ring-color:rgb(var(--c-violet-300-rgb) / .8) }.focus-visible\:ring-violet-400\/50:focus-visible{--un-ring-color:rgb(var(--c-violet-400-rgb) / .5) }.ring-inset{--un-ring-inset:inset}.backdrop-blur{--un-backdrop-blur:blur(8px);-webkit-backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia);backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia)}.backdrop-blur-\[10px\]{--un-backdrop-blur:blur(10px);-webkit-backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia);backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia)}.backdrop-blur-\[1px\]{--un-backdrop-blur:blur(1px);-webkit-backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia);backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia)}.backdrop-blur-\[2px\]{--un-backdrop-blur:blur(2px);-webkit-backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia);backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia)}.backdrop-blur-\[4px\],.backdrop-blur-sm{--un-backdrop-blur:blur(4px);-webkit-backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia);backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia)}.backdrop-blur-\[6px\]{--un-backdrop-blur:blur(6px);-webkit-backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia);backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia)}.backdrop-blur-md{--un-backdrop-blur:blur(12px);-webkit-backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia);backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia)}.backdrop-blur-xl{--un-backdrop-blur:blur(24px);-webkit-backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia);backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia)}.blur{--un-blur:blur(8px);filter:var(--un-blur) var(--un-brightness) var(--un-contrast) var(--un-drop-shadow) var(--un-grayscale) var(--un-hue-rotate) var(--un-invert) var(--un-saturate) var(--un-sepia)}.blur-sm{--un-blur:blur(4px);filter:var(--un-blur) var(--un-brightness) var(--un-contrast) var(--un-drop-shadow) var(--un-grayscale) var(--un-hue-rotate) var(--un-invert) var(--un-saturate) var(--un-sepia)}.\[\&_img\]\:brightness-0 img,.brightness-0{--un-brightness:brightness(0);filter:var(--un-blur) var(--un-brightness) var(--un-contrast) var(--un-drop-shadow) var(--un-grayscale) var(--un-hue-rotate) var(--un-invert) var(--un-saturate) var(--un-sepia)}.hover\:brightness-125:hover{--un-brightness:brightness(1.25);filter:var(--un-blur) var(--un-brightness) var(--un-contrast) var(--un-drop-shadow) var(--un-grayscale) var(--un-hue-rotate) var(--un-invert) var(--un-saturate) var(--un-sepia)}.contrast-\[1\.02\]{--un-contrast:contrast(1.02);filter:var(--un-blur) var(--un-brightness) var(--un-contrast) var(--un-drop-shadow) var(--un-grayscale) var(--un-hue-rotate) var(--un-invert) var(--un-saturate) var(--un-sepia)}.drop-shadow{--un-drop-shadow:drop-shadow(0 1px 2px var(--un-drop-shadow-color, rgb(var(--c-shadow-rgb) / .1))) drop-shadow(0 1px 1px var(--un-drop-shadow-color, rgb(var(--c-shadow-rgb) / .06)));filter:var(--un-blur) var(--un-brightness) var(--un-contrast) var(--un-drop-shadow) var(--un-grayscale) var(--un-hue-rotate) var(--un-invert) var(--un-saturate) var(--un-sepia)}.drop-shadow-\[0_0_12px_color-mix\(in_srgb\,var\(--c-gold\)_40\%\,transparent\)\]{--un-drop-shadow:drop-shadow(0 0 12px color-mix(in srgb,var(--c-gold) 40%,transparent));filter:var(--un-blur) var(--un-brightness) var(--un-contrast) var(--un-drop-shadow) var(--un-grayscale) var(--un-hue-rotate) var(--un-invert) var(--un-saturate) var(--un-sepia)}.drop-shadow-\[0_0_12px_rgba\(212\,175\,55\,0\.12\)\]{--un-drop-shadow:drop-shadow(0 0 12px rgba(212,175,55,.12));filter:var(--un-blur) var(--un-brightness) var(--un-contrast) var(--un-drop-shadow) var(--un-grayscale) var(--un-hue-rotate) var(--un-invert) var(--un-saturate) var(--un-sepia)}.drop-shadow-\[0_0_30px_rgba\(184\,154\,97\,0\.4\)\]{--un-drop-shadow:drop-shadow(0 0 30px rgba(184,154,97,.4));filter:var(--un-blur) var(--un-brightness) var(--un-contrast) var(--un-drop-shadow) var(--un-grayscale) var(--un-hue-rotate) var(--un-invert) var(--un-saturate) var(--un-sepia)}.drop-shadow-\[0_1px_2px_rgba\(0\,0\,0\,0\.9\)\]{--un-drop-shadow:drop-shadow(0 1px 2px rgba(0,0,0,.9));filter:var(--un-blur) var(--un-brightness) var(--un-contrast) var(--un-drop-shadow) var(--un-grayscale) var(--un-hue-rotate) var(--un-invert) var(--un-saturate) var(--un-sepia)}.drop-shadow-\[0_2px_6px_\#000\]{--un-drop-shadow:drop-shadow(0 2px 6px #000);filter:var(--un-blur) var(--un-brightness) var(--un-contrast) var(--un-drop-shadow) var(--un-grayscale) var(--un-hue-rotate) var(--un-invert) var(--un-saturate) var(--un-sepia)}.drop-shadow-\[0_2px_6px_rgba\(0\,0\,0\,0\.95\)\]{--un-drop-shadow:drop-shadow(0 2px 6px rgba(0,0,0,.95));filter:var(--un-blur) var(--un-brightness) var(--un-contrast) var(--un-drop-shadow) var(--un-grayscale) var(--un-hue-rotate) var(--un-invert) var(--un-saturate) var(--un-sepia)}.drop-shadow-md{--un-drop-shadow:drop-shadow(0 4px 3px var(--un-drop-shadow-color, rgb(var(--c-shadow-rgb) / .07))) drop-shadow(0 2px 2px var(--un-drop-shadow-color, rgb(var(--c-shadow-rgb) / .06)));filter:var(--un-blur) var(--un-brightness) var(--un-contrast) var(--un-drop-shadow) var(--un-grayscale) var(--un-hue-rotate) var(--un-invert) var(--un-saturate) var(--un-sepia)}.drop-shadow-sm{--un-drop-shadow:drop-shadow(0 1px 1px var(--un-drop-shadow-color, rgb(var(--c-shadow-rgb) / .05)));filter:var(--un-blur) var(--un-brightness) var(--un-contrast) var(--un-drop-shadow) var(--un-grayscale) var(--un-hue-rotate) var(--un-invert) var(--un-saturate) var(--un-sepia)}.grayscale{--un-grayscale:grayscale(1);filter:var(--un-blur) var(--un-brightness) var(--un-contrast) var(--un-drop-shadow) var(--un-grayscale) var(--un-hue-rotate) var(--un-invert) var(--un-saturate) var(--un-sepia)}.\[\&_img\]\:invert img,.invert{--un-invert:invert(1);filter:var(--un-blur) var(--un-brightness) var(--un-contrast) var(--un-drop-shadow) var(--un-grayscale) var(--un-hue-rotate) var(--un-invert) var(--un-saturate) var(--un-sepia)}.saturate-\[0\.55\]{--un-saturate:saturate(.55);filter:var(--un-blur) var(--un-brightness) var(--un-contrast) var(--un-drop-shadow) var(--un-grayscale) var(--un-hue-rotate) var(--un-invert) var(--un-saturate) var(--un-sepia)}.saturate-\[1\.06\]{--un-saturate:saturate(1.06);filter:var(--un-blur) var(--un-brightness) var(--un-contrast) var(--un-drop-shadow) var(--un-grayscale) var(--un-hue-rotate) var(--un-invert) var(--un-saturate) var(--un-sepia)}.saturate-75{--un-saturate:saturate(.75);filter:var(--un-blur) var(--un-brightness) var(--un-contrast) var(--un-drop-shadow) var(--un-grayscale) var(--un-hue-rotate) var(--un-invert) var(--un-saturate) var(--un-sepia)}.filter{filter:var(--un-blur) var(--un-brightness) var(--un-contrast) var(--un-drop-shadow) var(--un-grayscale) var(--un-hue-rotate) var(--un-invert) var(--un-saturate) var(--un-sepia)}.backdrop-filter{-webkit-backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia);backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-\[border-color\,box-shadow\,transform\]{transition-property:border-color,box-shadow,transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-\[border-color\,box-shadow\]{transition-property:border-color,box-shadow;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-\[filter\,opacity\]{transition-property:filter,opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-\[height\,background-color\]{transition-property:height,background-color;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-\[opacity\,box-shadow\,transform\]{transition-property:opacity,box-shadow,transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-\[opacity\,font-weight\]{transition-property:opacity,font-weight;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-\[transform\,background-color\]{transition-property:transform,background-color;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-\[transform\,filter\,opacity\]{transition-property:transform,filter,opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-\[transform\,opacity\]{transition-property:transform,opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-\[width\,background-color\]{transition-property:width,background-color;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-\[width\]{transition-property:width;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-shadow{transition-property:box-shadow;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-150{transition-duration:.15s}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.duration-500{transition-duration:.5s}.ease,.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.ease-\[cubic-bezier\(0\.34\,1\.25\,0\.64\,1\)\]{transition-timing-function:cubic-bezier(.34,1.25,.64,1)}.ease-in{transition-timing-function:cubic-bezier(.4,0,1,1)}.ease-linear{transition-timing-function:linear}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}.will-change-transform{will-change:transform}.marker\:content-none *::marker,.marker\:content-none::marker{content:none}@media(max-width:767.9px){.max-md\:flex-col{flex-direction:column}.max-md\:items-stretch{align-items:stretch}.max-md\:overflow-x-hidden{overflow-x:hidden}.max-md\:border-b-0{border-bottom-width:0px}}@media(min-width:640px){.sm\:inset-x-auto{left:auto;right:auto}.sm\:bottom-28{bottom:7rem}.sm\:left-5{left:1.25rem}.sm\:left-auto{left:auto}.sm\:right-3{right:.75rem}.sm\:right-4{right:1rem}.sm\:right-5{right:1.25rem}.sm\:top-3{top:.75rem}.sm\:top-5{top:1.25rem}.sm\:order-1{order:1}.sm\:order-2{order:2}.sm\:col-auto{grid-column:auto}.sm\:col-span-1{grid-column:span 1/span 1}.sm\:col-span-2{grid-column:span 2/span 2}.sm\:grid-cols-\[minmax\(0\,1\.2fr\)_minmax\(0\,0\.8fr\)\]{grid-template-columns:minmax(0,1.2fr) minmax(0,.8fr)}.sm\:grid-cols-\[minmax\(0\,1fr\)_minmax\(10rem\,12rem\)_minmax\(9rem\,10rem\)_auto\]{grid-template-columns:minmax(0,1fr) minmax(10rem,12rem) minmax(9rem,10rem) auto}.sm\:grid-cols-\[minmax\(0\,1fr\)_minmax\(9rem\,12rem\)_minmax\(8rem\,10rem\)_auto\]{grid-template-columns:minmax(0,1fr) minmax(9rem,12rem) minmax(8rem,10rem) auto}.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.sm\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.sm\:mx-6{margin-left:1.5rem;margin-right:1.5rem}.sm\:ml-auto{margin-left:auto}.sm\:mr-2{margin-right:.5rem}.sm\:mt-2{margin-top:.5rem}.sm\:mt-2\.5{margin-top:.625rem}.sm\:mt-3{margin-top:.75rem}.sm\:mt-4{margin-top:1rem}.sm\:mt-8{margin-top:2rem}.sm\:inline{display:inline}.sm\:block{display:block}.sm\:inline-block{display:inline-block}.sm\:hidden{display:none}.sm\:aspect-\[16\/10\]{aspect-ratio:16/10}.sm\:size-12{width:3rem;height:3rem}.sm\:size-16{width:4rem;height:4rem}.sm\:size-20{width:5rem;height:5rem}.sm\:h-\[11rem\]{height:11rem}.sm\:h-\[92dvh\]{height:92dvh}.sm\:h-16{height:4rem}.sm\:h-48{height:12rem}.sm\:h-8{height:2rem}.sm\:h-auto{height:auto}.sm\:max-h-\[5\.625rem\]{max-height:5.625rem}.sm\:max-h-\[92dvh\]{max-height:92dvh}.sm\:max-h-\[min\(64dvh\,40rem\)\]{max-height:min(64dvh,40rem)}.sm\:max-h-\[min\(92dvh\,calc\(100dvh-0\.5rem\)\)\]{max-height:min(92dvh,calc(100dvh - .5rem))}.sm\:max-h-52{max-height:13rem}.sm\:max-h-none{max-height:none}.sm\:max-w-\[112px\]{max-width:112px}.sm\:max-w-\[84px\]{max-width:84px}.sm\:max-w-2xl{max-width:42rem}.sm\:max-w-lg{max-width:32rem}.sm\:max-w-md{max-width:28rem}.sm\:max-w-none{max-width:none}.sm\:min-h-\[11rem\]{min-height:11rem}.sm\:min-h-\[280px\]{min-height:280px}.sm\:min-h-\[300px\]{min-height:300px}.sm\:min-h-\[5\.625rem\]{min-height:5.625rem}.sm\:min-w-\[10\.5rem\]{min-width:10.5rem}.sm\:min-w-\[11rem\]{min-width:11rem}.sm\:min-w-\[14rem\]{min-width:14rem}.sm\:w-\[11\.5rem\]{width:11.5rem}.sm\:w-\[112px\]{width:112px}.sm\:w-\[14\.625rem\]{width:14.625rem}.sm\:w-\[4\.25rem\]{width:4.25rem}.sm\:w-\[6rem\]{width:6rem}.sm\:w-\[8rem\]{width:8rem}.sm\:w-12{width:3rem}.sm\:w-16{width:4rem}.sm\:w-2{width:.5rem}.sm\:w-36{width:9rem}.sm\:w-48{width:12rem}.sm\:w-8{width:2rem}.sm\:w-auto{width:auto}.sm\:flex{display:flex}.sm\:flex-\[0_0_21rem\]{flex:0 0 21rem}.sm\:flex-\[0_0_31\.5rem\]{flex:0 0 31.5rem}.sm\:flex-1{flex:1 1 0%}.sm\:shrink-0{flex-shrink:0}.sm\:flex-row{flex-direction:row}.sm\:flex-wrap{flex-wrap:wrap}.sm\:scale-\[1\.35\]{--un-scale-x:1.35;--un-scale-y:1.35;transform:translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))}.sm\:items-start{align-items:flex-start}.sm\:items-end{align-items:flex-end}.sm\:items-center{align-items:center}.sm\:justify-start{justify-content:flex-start}.sm\:justify-end{justify-content:flex-end}.sm\:justify-center{justify-content:center}.sm\:justify-between{justify-content:space-between}.sm\:gap-10{gap:2.5rem}.sm\:gap-2{gap:.5rem}.sm\:gap-2\.5{gap:.625rem}.sm\:gap-3{gap:.75rem}.sm\:gap-4{gap:1rem}.sm\:gap-5{gap:1.25rem}.sm\:gap-6{gap:1.5rem}.sm\:gap-8{gap:2rem}.sm\:space-y-3>:not([hidden])~:not([hidden]){--un-space-y-reverse:0;margin-top:calc(.75rem * calc(1 - var(--un-space-y-reverse)));margin-bottom:calc(.75rem * var(--un-space-y-reverse))}.sm\:overflow-visible{overflow:visible}.sm\:border-2{border-width:2px}.sm\:border-l{border-left-width:1px}.sm\:border-t-0{border-top-width:0px}.sm\:border-gold-dark\/50{border-color:rgb(var(--c-gold-dark-rgb) / .5)}.sm\:rounded-2xl{border-radius:1rem}.sm\:rounded-xl{border-radius:.75rem}.sm\:p-2{padding:.5rem}.sm\:p-3{padding:.75rem}.sm\:p-4{padding:1rem}.sm\:p-5{padding:1.25rem}.sm\:p-6{padding:1.5rem}.sm\:p-7{padding:1.75rem}.sm\:px-0{padding-left:0;padding-right:0}.sm\:px-1\.5{padding-left:.375rem;padding-right:.375rem}.sm\:px-2{padding-left:.5rem;padding-right:.5rem}.sm\:px-2\.5{padding-left:.625rem;padding-right:.625rem}.sm\:px-3{padding-left:.75rem;padding-right:.75rem}.sm\:px-4{padding-left:1rem;padding-right:1rem}.sm\:px-5{padding-left:1.25rem;padding-right:1.25rem}.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}.sm\:px-8{padding-left:2rem;padding-right:2rem}.sm\:py-0{padding-top:0;padding-bottom:0}.sm\:py-2{padding-top:.5rem;padding-bottom:.5rem}.sm\:py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.sm\:py-3{padding-top:.75rem;padding-bottom:.75rem}.sm\:py-3\.5{padding-top:.875rem;padding-bottom:.875rem}.sm\:py-4{padding-top:1rem;padding-bottom:1rem}.sm\:py-5{padding-top:1.25rem;padding-bottom:1.25rem}.sm\:py-6{padding-top:1.5rem;padding-bottom:1.5rem}.sm\:pl-4{padding-left:1rem}.sm\:pr-0{padding-right:0}.sm\:pr-28{padding-right:7rem}.sm\:pt-0{padding-top:0}.sm\:pt-14{padding-top:3.5rem}.sm\:pt-5{padding-top:1.25rem}.sm\:pt-8{padding-top:2rem}.sm\:text-left{text-align:left}.sm\:text-\[10px\]{font-size:10px}.sm\:text-\[11px\]{font-size:11px}.sm\:text-\[15px\]{font-size:15px}.sm\:text-\[26px\]{font-size:26px}.sm\:text-2xl{font-size:1.5rem;line-height:2rem}.sm\:text-3xl{font-size:1.875rem;line-height:2.25rem}.sm\:text-4xl{font-size:2.25rem;line-height:2.5rem}.sm\:text-5xl{font-size:3rem;line-height:1}.sm\:text-6xl{font-size:3.75rem;line-height:1}.sm\:text-base{font-size:1rem;line-height:1.5rem}.sm\:text-lg{font-size:1.125rem;line-height:1.75rem}.sm\:text-sm{font-size:.875rem;line-height:1.25rem}.sm\:text-xl{font-size:1.25rem;line-height:1.75rem}.sm\:text-xs{font-size:.75rem;line-height:1rem}.sm\:tracking-\[0\.13em\]{letter-spacing:.13em}.sm\:tracking-\[0\.14em\]{letter-spacing:.14em}}@media(min-width:768px){.md\:grid{display:grid}.md\:col-span-2{grid-column:span 2/span 2}.md\:grid-cols-\[minmax\(8\.5rem\,10\.5rem\)_minmax\(0\,1fr\)\]{grid-template-columns:minmax(8.5rem,10.5rem) minmax(0,1fr)}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.md\:grid-rows-2{grid-template-rows:repeat(2,minmax(0,1fr))}.md\:mt-0{margin-top:0}.group:focus-within .md\:group-focus-within\:mt-3,.group:hover .md\:group-hover\:mt-3{margin-top:.75rem}.md\:block{display:block}.md\:hidden{display:none}.md\:h-\[min\(86vh\,900px\)\]{height:min(86vh,900px)}.md\:max-h-0{max-height:0}.md\:max-w-\[11rem\]{max-width:11rem}.md\:max-w-\[6rem\]{max-width:6rem}.md\:max-w-3xl{max-width:48rem}.md\:min-h-\[148px\]{min-height:148px}.md\:min-h-\[300px\]{min-height:300px}.md\:min-h-\[340px\]{min-height:340px}.md\:w-\[10\.5rem\]{width:10.5rem}.md\:w-auto{width:auto}.group:focus-within .md\:group-focus-within\:max-h-\[200px\],.group:hover .md\:group-hover\:max-h-\[200px\]{max-height:200px}.group:focus-within .md\:group-focus-within\:max-h-\[280px\],.group:hover .md\:group-hover\:max-h-\[280px\]{max-height:280px}.group:focus-within .md\:group-focus-within\:max-h-\[72px\],.group:hover .md\:group-hover\:max-h-\[72px\]{max-height:72px}.md\:flex{display:flex}.md\:flex-1{flex:1 1 0%}.md\:flex-row{flex-direction:row}.md\:flex-col{flex-direction:column}.md\:table-fixed{table-layout:fixed}.md\:origin-top{transform-origin:top}.md\:scale-y-95{--un-scale-y:.95;transform:translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))}.group:focus-within .md\:group-focus-within\:scale-y-100,.group:hover .md\:group-hover\:scale-y-100{--un-scale-y:1;transform:translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))}.md\:items-start{align-items:flex-start}.md\:items-stretch{align-items:stretch}.md\:gap-0\.5{gap:.125rem}.md\:gap-2{gap:.5rem}.md\:gap-5{gap:1.25rem}.md\:overflow-hidden{overflow:hidden}.md\:overflow-x-auto{overflow-x:auto}.md\:border-l{border-left-width:1px}.md\:border-r{border-right-width:1px}.md\:border-t-0{border-top-width:0px}.md\:border-white\/10{border-color:rgb(var(--c-white-rgb) / .1)}.md\:bg-black\/40{background-color:rgb(var(--c-black-rgb) / .4)}.md\:px-5{padding-left:1.25rem;padding-right:1.25rem}.md\:py-5{padding-top:1.25rem;padding-bottom:1.25rem}.md\:pl-4{padding-left:1rem}.md\:pr-4{padding-right:1rem}.md\:\!text-\[11px\]{font-size:11px!important}.md\:text-\[10px\]{font-size:10px}.md\:text-3xl{font-size:1.875rem;line-height:2.25rem}.md\:opacity-0{opacity:0}.group:focus-within .md\:group-focus-within\:opacity-100,.group:hover .md\:group-hover\:opacity-100{opacity:1}.md\:backdrop-blur-\[2px\]{--un-backdrop-blur:blur(2px);-webkit-backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia);backdrop-filter:var(--un-backdrop-blur) var(--un-backdrop-brightness) var(--un-backdrop-contrast) var(--un-backdrop-grayscale) var(--un-backdrop-hue-rotate) var(--un-backdrop-invert) var(--un-backdrop-opacity) var(--un-backdrop-saturate) var(--un-backdrop-sepia)}.md\:duration-200{transition-duration:.2s}.md\:ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}}@media(min-width:1024px){.lg\:sticky{position:sticky}.lg\:top-0{top:0}.lg\:top-4{top:1rem}.lg\:top-6{top:1.5rem}.lg\:grid{display:grid}.lg\:col-span-1{grid-column:span 1/span 1}.lg\:col-span-2{grid-column:span 2/span 2}.lg\:grid-cols-\[minmax\(0\,1fr\)_minmax\(0\,26rem\)\]{grid-template-columns:minmax(0,1fr) minmax(0,26rem)}.lg\:grid-cols-\[minmax\(0\,280px\)_minmax\(0\,1fr\)\]{grid-template-columns:minmax(0,280px) minmax(0,1fr)}.lg\:grid-cols-\[minmax\(0\,300px\)_1fr\]{grid-template-columns:minmax(0,300px) 1fr}.lg\:grid-cols-\[minmax\(16rem\,22rem\)_1fr\]{grid-template-columns:minmax(16rem,22rem) 1fr}.lg\:grid-cols-\[minmax\(200px\,26\%\)_1fr_minmax\(260px\,32\%\)\]{grid-template-columns:minmax(200px,26%) 1fr minmax(260px,32%)}.lg\:grid-cols-\[minmax\(220px\,280px\)_1fr\]{grid-template-columns:minmax(220px,280px) 1fr}.lg\:grid-cols-\[minmax\(240px\,280px\)_1fr\]{grid-template-columns:minmax(240px,280px) 1fr}.lg\:grid-cols-\[minmax\(280px\,340px\)_minmax\(0\,1fr\)\]{grid-template-columns:minmax(280px,340px) minmax(0,1fr)}.lg\:grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.lg\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.lg\:grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}.lg\:mx-0{margin-left:0;margin-right:0}.lg\:block{display:block}.lg\:hidden{display:none}.lg\:h-\[12rem\]{height:12rem}.lg\:max-h-64{max-height:16rem}.lg\:max-h-none{max-height:none}.lg\:max-w-4xl{max-width:56rem}.lg\:max-w-sm{max-width:24rem}.lg\:min-h-\[12rem\]{min-height:12rem}.lg\:min-h-0{min-height:0}.lg\:w-\[11\.5rem\]{width:11.5rem}.lg\:w-\[15\.75rem\]{width:15.75rem}.lg\:w-\[8\.75rem\]{width:8.75rem}.lg\:w-56{width:14rem}.lg\:flex{display:flex}.lg\:flex-row{flex-direction:row}.lg\:flex-wrap{flex-wrap:wrap}.lg\:items-start{align-items:flex-start}.lg\:items-end{align-items:flex-end}.lg\:items-stretch{align-items:stretch}.lg\:self-start{align-self:flex-start}.lg\:gap-10{gap:2.5rem}.lg\:gap-4{gap:1rem}.lg\:gap-6{gap:1.5rem}.lg\:gap-8{gap:2rem}.lg\:border-b-0{border-bottom-width:0px}.lg\:border-r{border-right-width:1px}.lg\:p-8{padding:2rem}.lg\:px-6{padding-left:1.5rem;padding-right:1.5rem}.lg\:py-8{padding-top:2rem;padding-bottom:2rem}.lg\:pb-4{padding-bottom:1rem}.lg\:pl-5{padding-left:1.25rem}.lg\:pr-\[7\.5rem\]{padding-right:7.5rem}.lg\:pr-4{padding-right:1rem}.lg\:pt-0{padding-top:0}.lg\:pt-4{padding-top:1rem}.lg\:pt-8{padding-top:2rem}.lg\:text-2xl{font-size:1.5rem;line-height:2rem}}@media(min-width:1280px){.xl\:static{position:static}.xl\:z-auto{z-index:auto}.xl\:grid{display:grid}.xl\:col-start-2{grid-column-start:2}.xl\:col-start-3{grid-column-start:3}.xl\:row-start-1{grid-row-start:1}.xl\:grid-cols-\[minmax\(0\,220px\)_minmax\(0\,1fr\)_minmax\(0\,1fr\)\]{grid-template-columns:minmax(0,220px) minmax(0,1fr) minmax(0,1fr)}.xl\:grid-cols-\[minmax\(112px\,128px\)_minmax\(0\,1fr\)_minmax\(0\,1fr\)\]{grid-template-columns:minmax(112px,128px) minmax(0,1fr) minmax(0,1fr)}.xl\:grid-cols-\[minmax\(200px\,26\%\)_minmax\(0\,1fr\)_minmax\(260px\,32\%\)\]{grid-template-columns:minmax(200px,26%) minmax(0,1fr) minmax(260px,32%)}.xl\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.xl\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.xl\:grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}.xl\:mx-0{margin-left:0;margin-right:0}.xl\:mt-auto{margin-top:auto}.xl\:inline{display:inline}.xl\:contents{display:contents}.xl\:hidden{display:none}.xl\:h-full{height:100%}.xl\:max-h-full{max-height:100%}.xl\:max-h-none{max-height:none}.xl\:max-w-\[86rem\]{max-width:86rem}.xl\:max-w-none{max-width:none}.xl\:min-h-\[8rem\]{min-height:8rem}.xl\:min-h-0{min-height:0}.xl\:min-h-full{min-height:100%}.xl\:w-\[128px\]{width:128px}.xl\:w-12{width:3rem}.xl\:w-64{width:16rem}.xl\:w-72{width:18rem}.xl\:w-auto{width:auto}.xl\:flex{display:flex}.xl\:flex-1{flex:1 1 0%}.xl\:shrink{flex-shrink:1}.xl\:shrink-0{flex-shrink:0}.xl\:flex-row{flex-direction:row}.xl\:items-stretch{align-items:stretch}.xl\:self-stretch{align-self:stretch}.xl\:gap-6{gap:1.5rem}.xl\:overflow-hidden{overflow:hidden}.xl\:overflow-x-hidden{overflow-x:hidden}.xl\:overflow-y-auto{overflow-y:auto}.xl\:border-b-0{border-bottom-width:0px}.xl\:border-l{border-left-width:1px}.xl\:border-r{border-right-width:1px}.xl\:border-t-0{border-top-width:0px}.xl\:border-white\/10{border-color:rgb(var(--c-white-rgb) / .1)}.xl\:p-6{padding:1.5rem}.xl\:px-5{padding-left:1.25rem;padding-right:1.25rem}.xl\:px-6{padding-left:1.5rem;padding-right:1.5rem}.xl\:py-0{padding-top:0;padding-bottom:0}.xl\:pb-0{padding-bottom:0}.xl\:pb-12{padding-bottom:3rem}.xl\:pl-6{padding-left:1.5rem}.xl\:pt-0{padding-top:0}.xl\:text-xl{font-size:1.25rem;line-height:1.75rem}.xl\:shadow-none{--un-shadow:0 0 var(--un-shadow-color, rgb(var(--c-shadow-rgb) / 0));box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}}@media(min-width:1536px){.\32xl\:max-w-\[104rem\]{max-width:104rem}}:root{--c-gold: #D4A84F;--c-gold-light: #E5C56E;--c-gold-dark: #9E7E2D;--c-accent: #A855F7;--c-accent-light: #C084FC;--c-accent-dark: #7C3AED;--surface-deep: #1a1a1a;--surface-raised: #2a2a2a;--page-bg-top: rgba(15, 15, 15, .92);--page-bg-bottom: rgba(8, 8, 10, .98);--c-text-primary: #f1f5f9;--c-text-muted: #cbd5e1;--c-success: #10b981;--c-warning: #f59e0b;--c-error: #ef4444;--c-gold-rgb: 212 168 79;--c-gold-light-rgb: 229 197 110;--c-gold-dark-rgb: 158 126 45;--c-accent-rgb: 168 85 247;--c-accent-light-rgb: 192 132 252;--c-accent-dark-rgb: 124 58 237;--c-slate-50-rgb: 248 250 252;--c-slate-100-rgb: 241 245 249;--c-slate-200-rgb: 226 232 240;--c-slate-300-rgb: 203 213 225;--c-slate-400-rgb: 148 163 184;--c-slate-500-rgb: 100 116 139;--c-slate-600-rgb: 71 85 105;--c-slate-700-rgb: 51 65 85;--c-slate-800-rgb: 30 41 59;--c-slate-900-rgb: 15 23 42;--c-slate-950-rgb: 2 6 23;--c-violet-50-rgb: 245 243 255;--c-violet-100-rgb: 237 233 254;--c-violet-200-rgb: 221 214 254;--c-violet-300-rgb: 196 181 253;--c-violet-400-rgb: 167 139 250;--c-violet-500-rgb: 139 92 246;--c-violet-600-rgb: 124 58 237;--c-violet-700-rgb: 109 40 217;--c-violet-800-rgb: 91 33 182;--c-violet-900-rgb: 76 29 149;--c-violet-950-rgb: 46 16 101;--c-amber-50-rgb: 255 251 235;--c-amber-100-rgb: 254 243 199;--c-amber-200-rgb: 253 230 138;--c-amber-300-rgb: 252 211 77;--c-amber-400-rgb: 251 191 36;--c-amber-500-rgb: 245 158 11;--c-amber-600-rgb: 217 119 6;--c-amber-700-rgb: 180 83 9;--c-amber-800-rgb: 146 64 14;--c-amber-900-rgb: 120 53 15;--c-amber-950-rgb: 69 26 3;--c-red-50-rgb: 254 242 242;--c-red-100-rgb: 254 226 226;--c-red-200-rgb: 254 202 202;--c-red-300-rgb: 252 165 165;--c-red-400-rgb: 248 113 113;--c-red-500-rgb: 239 68 68;--c-red-600-rgb: 220 38 38;--c-red-700-rgb: 185 28 28;--c-red-800-rgb: 153 27 27;--c-red-900-rgb: 127 29 29;--c-red-950-rgb: 69 10 10;--c-emerald-50-rgb: 236 253 245;--c-emerald-100-rgb: 209 250 229;--c-emerald-200-rgb: 167 243 208;--c-emerald-300-rgb: 110 231 183;--c-emerald-400-rgb: 52 211 153;--c-emerald-500-rgb: 16 185 129;--c-emerald-600-rgb: 5 150 105;--c-emerald-700-rgb: 4 120 87;--c-emerald-800-rgb: 6 95 70;--c-emerald-900-rgb: 6 78 59;--c-emerald-950-rgb: 2 44 34;--c-rose-50-rgb: 255 241 242;--c-rose-100-rgb: 255 228 230;--c-rose-200-rgb: 254 205 211;--c-rose-300-rgb: 253 164 175;--c-rose-400-rgb: 251 113 133;--c-rose-500-rgb: 244 63 94;--c-rose-600-rgb: 225 29 72;--c-rose-700-rgb: 190 18 60;--c-rose-800-rgb: 159 18 57;--c-rose-900-rgb: 136 19 55;--c-rose-950-rgb: 76 5 25;--c-sky-50-rgb: 240 249 255;--c-sky-100-rgb: 224 242 254;--c-sky-200-rgb: 186 230 253;--c-sky-300-rgb: 125 211 252;--c-sky-400-rgb: 56 189 248;--c-sky-500-rgb: 14 165 233;--c-sky-600-rgb: 2 132 199;--c-sky-700-rgb: 3 105 161;--c-sky-800-rgb: 7 89 133;--c-sky-900-rgb: 12 74 110;--c-sky-950-rgb: 8 47 73;--c-cyan-50-rgb: 236 254 255;--c-cyan-100-rgb: 207 250 254;--c-cyan-200-rgb: 165 243 252;--c-cyan-300-rgb: 103 232 249;--c-cyan-400-rgb: 34 211 238;--c-cyan-500-rgb: 6 182 212;--c-cyan-600-rgb: 8 145 178;--c-cyan-700-rgb: 14 116 144;--c-cyan-800-rgb: 21 94 117;--c-cyan-900-rgb: 22 78 99;--c-cyan-950-rgb: 8 51 68;--c-pink-50-rgb: 253 242 248;--c-pink-100-rgb: 252 231 243;--c-pink-200-rgb: 251 207 232;--c-pink-300-rgb: 249 168 212;--c-pink-400-rgb: 244 114 182;--c-pink-500-rgb: 236 72 153;--c-pink-600-rgb: 219 39 119;--c-pink-700-rgb: 190 24 93;--c-pink-800-rgb: 157 23 77;--c-pink-900-rgb: 131 24 67;--c-pink-950-rgb: 80 7 36;--c-fuchsia-50-rgb: 253 244 255;--c-fuchsia-100-rgb: 250 232 255;--c-fuchsia-200-rgb: 245 208 254;--c-fuchsia-300-rgb: 240 171 252;--c-fuchsia-400-rgb: 232 121 249;--c-fuchsia-500-rgb: 217 70 239;--c-fuchsia-600-rgb: 192 38 211;--c-fuchsia-700-rgb: 162 28 175;--c-fuchsia-800-rgb: 134 25 143;--c-fuchsia-900-rgb: 112 26 117;--c-fuchsia-950-rgb: 74 4 78;--c-blue-50-rgb: 239 246 255;--c-blue-100-rgb: 219 234 254;--c-blue-200-rgb: 191 219 254;--c-blue-300-rgb: 147 197 253;--c-blue-400-rgb: 96 165 250;--c-blue-500-rgb: 59 130 246;--c-blue-600-rgb: 37 99 235;--c-blue-700-rgb: 29 78 216;--c-blue-800-rgb: 30 64 175;--c-blue-900-rgb: 30 58 138;--c-blue-950-rgb: 23 37 84;--c-green-50-rgb: 240 253 244;--c-green-100-rgb: 220 252 231;--c-green-200-rgb: 187 247 208;--c-green-300-rgb: 134 239 172;--c-green-400-rgb: 74 222 128;--c-green-500-rgb: 34 197 94;--c-green-600-rgb: 22 163 74;--c-green-700-rgb: 21 128 61;--c-green-800-rgb: 22 101 52;--c-green-900-rgb: 20 83 45;--c-green-950-rgb: 5 46 22;--c-yellow-50-rgb: 254 252 232;--c-yellow-100-rgb: 254 249 195;--c-yellow-200-rgb: 254 240 138;--c-yellow-300-rgb: 253 224 71;--c-yellow-400-rgb: 250 204 21;--c-yellow-500-rgb: 234 179 8;--c-yellow-600-rgb: 202 138 4;--c-yellow-700-rgb: 161 98 7;--c-yellow-800-rgb: 133 77 14;--c-yellow-900-rgb: 113 63 18;--c-yellow-950-rgb: 66 32 6;--c-orange-50-rgb: 255 247 237;--c-orange-100-rgb: 255 237 213;--c-orange-200-rgb: 254 215 170;--c-orange-300-rgb: 253 186 116;--c-orange-400-rgb: 251 146 60;--c-orange-500-rgb: 249 115 22;--c-orange-600-rgb: 234 88 12;--c-orange-700-rgb: 194 65 12;--c-orange-800-rgb: 154 52 18;--c-orange-900-rgb: 124 45 18;--c-orange-950-rgb: 67 20 7;--c-black-rgb: 0 0 0;--c-white-rgb: 255 255 255;--c-shadow-rgb: 0 0 0;--page-glow-primary: color-mix(in srgb, var(--c-accent) 26%, transparent);--page-glow-secondary: color-mix(in srgb, var(--c-accent-dark) 8%, transparent);--page-glow-gold-hint: color-mix(in srgb, var(--c-gold) 16%, transparent);--game-bg-image: url(https://ucarecdn.com/4296261e-5638-4223-9791-2666fade6080/-/quality/smart/-/format/auto/-/resize/1700x/);--game-bg-overlay-opacity: .4;--font-heading: "Montserrat", "Poppins", ui-sans-serif, system-ui, sans-serif;--font-body: "Poppins", ui-sans-serif, system-ui, sans-serif}.theme-force-dark,.tippy-box[data-theme~=magic-card-hint]{--c-gold: #D4A84F;--c-gold-light: #E5C56E;--c-gold-dark: #9E7E2D;--c-accent: #A855F7;--c-accent-light: #C084FC;--c-accent-dark: #7C3AED;--surface-deep: #1a1a1a;--surface-raised: #2a2a2a;--page-bg-top: rgba(15, 15, 15, .92);--page-bg-bottom: rgba(8, 8, 10, .98);--c-text-primary: #f1f5f9;--c-text-muted: #cbd5e1;--c-success: #10b981;--c-warning: #f59e0b;--c-error: #ef4444;--c-gold-rgb: 212 168 79;--c-gold-light-rgb: 229 197 110;--c-gold-dark-rgb: 158 126 45;--c-accent-rgb: 168 85 247;--c-accent-light-rgb: 192 132 252;--c-accent-dark-rgb: 124 58 237;--c-slate-50-rgb: 248 250 252;--c-slate-100-rgb: 241 245 249;--c-slate-200-rgb: 226 232 240;--c-slate-300-rgb: 203 213 225;--c-slate-400-rgb: 148 163 184;--c-slate-500-rgb: 100 116 139;--c-slate-600-rgb: 71 85 105;--c-slate-700-rgb: 51 65 85;--c-slate-800-rgb: 30 41 59;--c-slate-900-rgb: 15 23 42;--c-slate-950-rgb: 2 6 23;--c-violet-50-rgb: 245 243 255;--c-violet-100-rgb: 237 233 254;--c-violet-200-rgb: 221 214 254;--c-violet-300-rgb: 196 181 253;--c-violet-400-rgb: 167 139 250;--c-violet-500-rgb: 139 92 246;--c-violet-600-rgb: 124 58 237;--c-violet-700-rgb: 109 40 217;--c-violet-800-rgb: 91 33 182;--c-violet-900-rgb: 76 29 149;--c-violet-950-rgb: 46 16 101;--c-amber-50-rgb: 255 251 235;--c-amber-100-rgb: 254 243 199;--c-amber-200-rgb: 253 230 138;--c-amber-300-rgb: 252 211 77;--c-amber-400-rgb: 251 191 36;--c-amber-500-rgb: 245 158 11;--c-amber-600-rgb: 217 119 6;--c-amber-700-rgb: 180 83 9;--c-amber-800-rgb: 146 64 14;--c-amber-900-rgb: 120 53 15;--c-amber-950-rgb: 69 26 3;--c-red-50-rgb: 254 242 242;--c-red-100-rgb: 254 226 226;--c-red-200-rgb: 254 202 202;--c-red-300-rgb: 252 165 165;--c-red-400-rgb: 248 113 113;--c-red-500-rgb: 239 68 68;--c-red-600-rgb: 220 38 38;--c-red-700-rgb: 185 28 28;--c-red-800-rgb: 153 27 27;--c-red-900-rgb: 127 29 29;--c-red-950-rgb: 69 10 10;--c-emerald-50-rgb: 236 253 245;--c-emerald-100-rgb: 209 250 229;--c-emerald-200-rgb: 167 243 208;--c-emerald-300-rgb: 110 231 183;--c-emerald-400-rgb: 52 211 153;--c-emerald-500-rgb: 16 185 129;--c-emerald-600-rgb: 5 150 105;--c-emerald-700-rgb: 4 120 87;--c-emerald-800-rgb: 6 95 70;--c-emerald-900-rgb: 6 78 59;--c-emerald-950-rgb: 2 44 34;--c-rose-50-rgb: 255 241 242;--c-rose-100-rgb: 255 228 230;--c-rose-200-rgb: 254 205 211;--c-rose-300-rgb: 253 164 175;--c-rose-400-rgb: 251 113 133;--c-rose-500-rgb: 244 63 94;--c-rose-600-rgb: 225 29 72;--c-rose-700-rgb: 190 18 60;--c-rose-800-rgb: 159 18 57;--c-rose-900-rgb: 136 19 55;--c-rose-950-rgb: 76 5 25;--c-sky-50-rgb: 240 249 255;--c-sky-100-rgb: 224 242 254;--c-sky-200-rgb: 186 230 253;--c-sky-300-rgb: 125 211 252;--c-sky-400-rgb: 56 189 248;--c-sky-500-rgb: 14 165 233;--c-sky-600-rgb: 2 132 199;--c-sky-700-rgb: 3 105 161;--c-sky-800-rgb: 7 89 133;--c-sky-900-rgb: 12 74 110;--c-sky-950-rgb: 8 47 73;--c-cyan-50-rgb: 236 254 255;--c-cyan-100-rgb: 207 250 254;--c-cyan-200-rgb: 165 243 252;--c-cyan-300-rgb: 103 232 249;--c-cyan-400-rgb: 34 211 238;--c-cyan-500-rgb: 6 182 212;--c-cyan-600-rgb: 8 145 178;--c-cyan-700-rgb: 14 116 144;--c-cyan-800-rgb: 21 94 117;--c-cyan-900-rgb: 22 78 99;--c-cyan-950-rgb: 8 51 68;--c-pink-50-rgb: 253 242 248;--c-pink-100-rgb: 252 231 243;--c-pink-200-rgb: 251 207 232;--c-pink-300-rgb: 249 168 212;--c-pink-400-rgb: 244 114 182;--c-pink-500-rgb: 236 72 153;--c-pink-600-rgb: 219 39 119;--c-pink-700-rgb: 190 24 93;--c-pink-800-rgb: 157 23 77;--c-pink-900-rgb: 131 24 67;--c-pink-950-rgb: 80 7 36;--c-fuchsia-50-rgb: 253 244 255;--c-fuchsia-100-rgb: 250 232 255;--c-fuchsia-200-rgb: 245 208 254;--c-fuchsia-300-rgb: 240 171 252;--c-fuchsia-400-rgb: 232 121 249;--c-fuchsia-500-rgb: 217 70 239;--c-fuchsia-600-rgb: 192 38 211;--c-fuchsia-700-rgb: 162 28 175;--c-fuchsia-800-rgb: 134 25 143;--c-fuchsia-900-rgb: 112 26 117;--c-fuchsia-950-rgb: 74 4 78;--c-blue-50-rgb: 239 246 255;--c-blue-100-rgb: 219 234 254;--c-blue-200-rgb: 191 219 254;--c-blue-300-rgb: 147 197 253;--c-blue-400-rgb: 96 165 250;--c-blue-500-rgb: 59 130 246;--c-blue-600-rgb: 37 99 235;--c-blue-700-rgb: 29 78 216;--c-blue-800-rgb: 30 64 175;--c-blue-900-rgb: 30 58 138;--c-blue-950-rgb: 23 37 84;--c-green-50-rgb: 240 253 244;--c-green-100-rgb: 220 252 231;--c-green-200-rgb: 187 247 208;--c-green-300-rgb: 134 239 172;--c-green-400-rgb: 74 222 128;--c-green-500-rgb: 34 197 94;--c-green-600-rgb: 22 163 74;--c-green-700-rgb: 21 128 61;--c-green-800-rgb: 22 101 52;--c-green-900-rgb: 20 83 45;--c-green-950-rgb: 5 46 22;--c-yellow-50-rgb: 254 252 232;--c-yellow-100-rgb: 254 249 195;--c-yellow-200-rgb: 254 240 138;--c-yellow-300-rgb: 253 224 71;--c-yellow-400-rgb: 250 204 21;--c-yellow-500-rgb: 234 179 8;--c-yellow-600-rgb: 202 138 4;--c-yellow-700-rgb: 161 98 7;--c-yellow-800-rgb: 133 77 14;--c-yellow-900-rgb: 113 63 18;--c-yellow-950-rgb: 66 32 6;--c-orange-50-rgb: 255 247 237;--c-orange-100-rgb: 255 237 213;--c-orange-200-rgb: 254 215 170;--c-orange-300-rgb: 253 186 116;--c-orange-400-rgb: 251 146 60;--c-orange-500-rgb: 249 115 22;--c-orange-600-rgb: 234 88 12;--c-orange-700-rgb: 194 65 12;--c-orange-800-rgb: 154 52 18;--c-orange-900-rgb: 124 45 18;--c-orange-950-rgb: 67 20 7;--c-black-rgb: 0 0 0;--c-white-rgb: 255 255 255;--c-shadow-rgb: 0 0 0;--page-glow-primary: color-mix(in srgb, var(--c-accent) 26%, transparent);--page-glow-secondary: color-mix(in srgb, var(--c-accent-dark) 8%, transparent);--page-glow-gold-hint: color-mix(in srgb, var(--c-gold) 16%, transparent);--game-bg-image: url(https://ucarecdn.com/4296261e-5638-4223-9791-2666fade6080/-/quality/smart/-/format/auto/-/resize/1700x/);--game-bg-overlay-opacity: .4;--font-heading: "Montserrat", "Poppins", ui-sans-serif, system-ui, sans-serif;--font-body: "Poppins", ui-sans-serif, system-ui, sans-serif}html{font-family:var(--font-body)}html,body{overflow-x:clip;max-width:100%}#app{min-width:0;max-width:100%}*,.game-scrollbar{scrollbar-width:thin;scrollbar-color:var(--c-gold) var(--surface-deep)}*::-webkit-scrollbar,.game-scrollbar::-webkit-scrollbar{width:10px;height:10px}*::-webkit-scrollbar-track,.game-scrollbar::-webkit-scrollbar-track{background:var(--surface-deep);border-radius:999px}*::-webkit-scrollbar-thumb,.game-scrollbar::-webkit-scrollbar-thumb{background:var(--c-gold);border-radius:999px;border:2px solid var(--surface-deep)}*::-webkit-scrollbar-thumb:hover,.game-scrollbar::-webkit-scrollbar-thumb:hover{background:var(--c-gold-light)}.steam-hover{position:relative;transform:translateY(0);transition:transform .35s cubic-bezier(.25,.8,.25,1),box-shadow .35s cubic-bezier(.25,.8,.25,1);will-change:transform,box-shadow;-webkit-tap-highlight-color:transparent;cursor:pointer}.steam-hover:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:10;border-radius:inherit;pointer-events:none;background:linear-gradient(105deg,transparent 20%,rgba(255,255,255,.16) 35%,rgba(255,255,255,.08) 50%,transparent 65%);background-size:300% 100%;background-position:100% 0;opacity:0}@media(hover:hover)and (pointer:fine){.steam-hover:hover{transform:translateY(-6px);box-shadow:0 8px 30px -4px rgb(var(--c-shadow-rgb)/.5),0 0 20px -2px rgba(200,170,80,.15);z-index:10}.steam-hover:hover:after{animation:steam-shine-sweep 1.1s cubic-bezier(.25,.8,.25,1) forwards}}@media(hover:none),(pointer:coarse){.steam-hover:active{transform:translateY(-6px);box-shadow:0 8px 30px -4px rgb(var(--c-shadow-rgb)/.5),0 0 20px -2px rgba(200,170,80,.15);z-index:10}.steam-hover:active:after{animation:steam-shine-sweep 1.1s cubic-bezier(.25,.8,.25,1) forwards}}.steam-hover.steam-hover--press{transform:translateY(-6px);box-shadow:0 8px 30px -4px rgb(var(--c-shadow-rgb)/.5),0 0 20px -2px rgba(200,170,80,.15);z-index:10}.steam-hover.steam-hover--press:after{animation:steam-shine-sweep 1.1s cubic-bezier(.25,.8,.25,1) forwards}.magic-card.steam-hover:after{z-index:30}.magic-card.steam-hover.steam-hover--press{border-color:color-mix(in srgb,var(--c-accent) 50%,transparent);box-shadow:0 8px 30px -4px rgb(var(--c-shadow-rgb)/.5),0 0 20px -2px rgba(200,170,80,.15),0 16px 38px rgb(var(--c-shadow-rgb)/.65),0 0 20px color-mix(in srgb,var(--c-accent) 15%,transparent)}@keyframes steam-shine-sweep{0%{background-position:100% 0;opacity:0}10%{opacity:1}72%{background-position:-42% 0;opacity:1}88%{opacity:1}to{background-position:-42% 0;opacity:0}}.magic-card-foil-host{--foil-before-opacity: .52;--foil-before-brightness: .62;--foil-before-contrast: 1.1;--foil-after-opacity: .38}.magic-card-foil{position:relative;isolation:isolate}.magic-card-foil:before,.magic-card-foil:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;pointer-events:none;border-radius:inherit;background-repeat:no-repeat}.magic-card-foil:before{background-image:linear-gradient(115deg,transparent 0%,#9F7928 16%,#D1B464 28%,#FEDB37 36%,transparent 52%,transparent 58%,#D1B464 72%,#9F7928 84%,transparent 100%);background-position:50% 50%;background-size:420% 420%;opacity:var(--foil-before-opacity);mix-blend-mode:color-dodge;filter:brightness(var(--foil-before-brightness)) contrast(var(--foil-before-contrast));transition:background-position .55s ease-out,opacity .55s ease-out,filter .55s ease-out}.magic-card-foil:after{background:radial-gradient(ellipse 140% 120% at 85% 90%,#FEDB37 0%,#FDB931 12%,#9f7928 38%,#8A6E2F 52%,transparent 78%),radial-gradient(ellipse 140% 120% at 15% 10%,#FFFFFF 0%,#FFFFAC 10%,#D1B464 32%,#5d4a1f 58%,transparent 82%);opacity:var(--foil-after-opacity);mix-blend-mode:color-dodge;transition:opacity .55s ease-out}.magic-card-foil-host--entering .magic-card-foil:before{animation:magic-card-foil-enter 1.1s ease-in-out 1 forwards}.magic-card-foil-host--shimmer .magic-card-foil:before{animation:magic-card-foil-shimmer .78s ease-in-out 1 forwards}@keyframes magic-card-foil-enter{0%{background-position:0% 100%;opacity:calc(var(--foil-before-opacity) * .88);filter:brightness(calc(var(--foil-before-brightness) * .9)) contrast(calc(var(--foil-before-contrast) * .96))}35%{background-position:50% 50%;opacity:.95;filter:brightness(.88) contrast(1.28)}65%{background-position:100% 0%;opacity:.88;filter:brightness(.82) contrast(1.22)}to{background-position:50% 50%;opacity:var(--foil-before-opacity);filter:brightness(var(--foil-before-brightness)) contrast(var(--foil-before-contrast))}}@keyframes magic-card-foil-shimmer{0%,to{background-position:50% 50%;opacity:var(--foil-before-opacity);filter:brightness(var(--foil-before-brightness)) contrast(var(--foil-before-contrast))}45%{background-position:72% 28%;opacity:.9;filter:brightness(.86) contrast(1.26)}}.magic-card-foil-host:hover .magic-card-foil:before,.magic-card-foil-host:focus-within .magic-card-foil:before{filter:brightness(calc(var(--foil-before-brightness) + .04)) contrast(calc(var(--foil-before-contrast) + .02))}.magic-card-foil-host:hover .magic-card-foil:after,.magic-card-foil-host:focus-within .magic-card-foil:after{opacity:calc(var(--foil-after-opacity) + .04)}@media(prefers-reduced-motion:reduce){.magic-card-foil-host--entering .magic-card-foil:before,.magic-card-foil-host--shimmer .magic-card-foil:before{animation:none}.magic-card-foil:before,.magic-card-foil:after{transition-duration:.01ms}}.game-select-scrollbar{scrollbar-width:auto;scrollbar-color:#D4A84F rgba(20,20,20,.8)}.game-select-scrollbar::-webkit-scrollbar{width:8px}.game-select-scrollbar::-webkit-scrollbar-track{background:rgba(20,20,20,.8);border-radius:999px}.game-select-scrollbar::-webkit-scrollbar-thumb{background:#d4a84f;border-radius:999px;border:1px solid rgba(20,20,20,.8)}.game-select-scrollbar::-webkit-scrollbar-thumb:hover{background:#e5c56e}:root[data-theme-mode=light] .game-select-trigger{background-color:color-mix(in srgb,var(--surface-deep) 75%,transparent)!important;color:var(--c-text-primary)!important}:root[data-theme-mode=light] .game-select-trigger[data-placeholder]{color:var(--c-text-muted)!important}:root[data-theme-mode=light] .game-select-content,:root[data-theme-mode=light] .game-modal-panel-glass{background-color:color-mix(in srgb,var(--surface-raised) 96%,transparent)!important}:root[data-theme-mode=light] .game-collection-tile,:root[data-theme-mode=light] .game-violet-panel{background:linear-gradient(145deg,color-mix(in srgb,var(--surface-raised) 92%,transparent),color-mix(in srgb,var(--surface-deep) 96%,transparent))!important}:root[data-theme-mode=light] .magic-card{background-color:var(--surface-deep)!important}@media(max-height:450px),(max-width:1280px){.mobile-or-tablet\:bottom-\[calc\(4\.25rem\+env\(safe-area-inset-bottom\,0px\)\)\]{bottom:calc(4.25rem + env(safe-area-inset-bottom,0px))}.mobile-or-tablet\:hidden{display:none}.mobile-or-tablet\:flex{display:flex}.mobile-or-tablet\:pb-\[calc\(3\.25rem\+env\(safe-area-inset-bottom\,0px\)\)\]{padding-bottom:calc(3.25rem + env(safe-area-inset-bottom,0px))}}@media(max-height:450px),(max-width:960px){.mobile\:fixed{position:fixed}.mobile\:inset-0{top:0;right:0;bottom:0;left:0}.mobile\:inset-x-3{left:.75rem;right:.75rem}.mobile\:inset-y-0{top:0;bottom:0}.mobile\:bottom-\[calc\(3\.25rem\+env\(safe-area-inset-bottom\,0px\)\+0\.75rem\)\]{bottom:calc(4rem + env(safe-area-inset-bottom,0px))}.mobile\:bottom-0{bottom:0}.mobile\:bottom-3{bottom:.75rem}.mobile\:left-0{left:0}.mobile\:left-3{left:.75rem}.mobile\:right-0{right:0}.mobile\:right-3{right:.75rem}.mobile\:top-0{top:0}.mobile\:top-3{top:.75rem}.mobile\:z-\[1060\]{z-index:1060}.game-tab-bar{display:grid;width:100%;gap:.125rem}.mobile\:inline{display:inline}.mobile\:block{display:block}.mobile\:hidden{display:none}.mobile\:h-auto{height:auto}.mobile\:h-full{height:100%}.mobile\:max-h-\[calc\(100dvh-1\.5rem\)\]{max-height:calc(100dvh - 1.5rem)}.mobile\:max-h-none{max-height:none}.mobile\:max-w-none{max-width:none}.mobile\:min-w-0{min-width:0}.mobile\:w-\[58px\]{width:58px}.mobile\:w-\[min\(220px\,76vw\)\]{width:min(220px,76vw)}.mobile\:w-\[min\(85vw\,320px\)\]{width:min(85vw,320px)}.mobile\:w-auto{width:auto}.mobile\:w-full{width:100%}.mobile\:flex{display:flex}.mobile\:inline-flex{display:inline-flex}.mobile\:flex-col{flex-direction:column}.mobile\:translate-none{--un-translate-x:0;--un-translate-y:0;transform:translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))}.\!mobile\:-translate-x-full{--un-translate-x:-100% !important;transform:translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))!important}.\!mobile\:translate-x-0{--un-translate-x:0 !important;transform:translate(var(--un-translate-x)) translateY(var(--un-translate-y)) translateZ(var(--un-translate-z)) rotate(var(--un-rotate)) rotateX(var(--un-rotate-x)) rotateY(var(--un-rotate-y)) rotate(var(--un-rotate-z)) skew(var(--un-skew-x)) skewY(var(--un-skew-y)) scaleX(var(--un-scale-x)) scaleY(var(--un-scale-y)) scaleZ(var(--un-scale-z))!important}.mobile\:justify-center{justify-content:center}.mobile\:gap-0\.5{gap:.125rem}.mobile\:gap-3{gap:.75rem}.game-deck-stat-card{gap:.625rem;padding:.625rem}.mobile\:border-x-0{border-left-width:0px;border-right-width:0px}.mobile\:border-b-0{border-bottom-width:0px}.mobile\:border-l-0{border-left-width:0px}.mobile\:border-r{border-right-width:1px}.mobile\:border-t-0{border-top-width:0px}.mobile\:border-accent-dark\/30{border-color:rgb(var(--c-accent-dark-rgb) / .3)}.mobile\:rounded-none{border-radius:0}.mobile\:bg-\[rgb\(var\(--c-black-rgb\)\/0\.97\)\]{--un-bg-opacity:.97;background-color:rgb(var(--c-black-rgb) / var(--un-bg-opacity))}.game-panel{padding:1rem}.mobile\:px-1{padding-left:.25rem;padding-right:.25rem}.mobile\:px-2{padding-left:.5rem;padding-right:.5rem}.mobile\:px-3{padding-left:.75rem;padding-right:.75rem}.mobile\:px-4{padding-left:1rem;padding-right:1rem}.mobile\:py-2{padding-top:.5rem;padding-bottom:.5rem}.mobile\:py-3{padding-top:.75rem;padding-bottom:.75rem}.mobile\:py-5{padding-top:1.25rem;padding-bottom:1.25rem}.mobile\:py-6{padding-top:1.5rem;padding-bottom:1.5rem}.mobile\:pb-8{padding-bottom:2rem}.mobile\:pt-5{padding-top:1.25rem}.mobile\:text-center{text-align:center}.mobile\:\!text-\[9px\]{font-size:9px!important}.mobile\:text-\[1\.2rem\]{font-size:1.2rem}.mobile\:text-\[10px\]{font-size:10px}.mobile\:text-xs{font-size:.75rem;line-height:1rem}.mobile\:leading-tight{line-height:1.25}.mobile\:shadow-\[4px_0_24px_rgb\(var\(--c-shadow-rgb\)\/0\.7\)\]{--un-shadow:4px 0 24px var(--un-shadow-color, rgb(var(--c-shadow-rgb) / .7));box-shadow:var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.mobile\:transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.mobile\:duration-300{transition-duration:.3s}.mobile\:ease-\[cubic-bezier\(0\.4\,0\,0\.2\,1\)\]{transition-timing-function:cubic-bezier(.4,0,.2,1)}}.about-fade-enter-active[data-v-4e1616c2],.about-fade-leave-active[data-v-4e1616c2]{transition:opacity .18s ease}.about-fade-enter-from[data-v-4e1616c2],.about-fade-leave-to[data-v-4e1616c2]{opacity:0}.about-progress[data-v-4e1616c2]{animation:about-progress-slide-4e1616c2 1.1s ease-in-out infinite}@keyframes about-progress-slide-4e1616c2{0%{transform:translate(-110%)}to{transform:translate(320%)}}@media(prefers-reduced-motion:reduce){.about-progress[data-v-4e1616c2]{animation-duration:2.2s}}.app-mobile-nav-slider[data-v-e944f6b0]{transition:transform .48s cubic-bezier(.34,1.25,.64,1),width .38s cubic-bezier(.4,0,.2,1)}.pwa-toast[data-v-2d3ef689]{padding-bottom:max(1rem,env(safe-area-inset-bottom))}.pwa-toast-enter-active[data-v-2d3ef689],.pwa-toast-leave-active[data-v-2d3ef689]{transition:opacity .22s ease,transform .22s ease}.pwa-toast-enter-from[data-v-2d3ef689],.pwa-toast-leave-to[data-v-2d3ef689]{opacity:0;transform:translateY(12px)}@media(prefers-reduced-motion:reduce){.pwa-toast-enter-active[data-v-2d3ef689],.pwa-toast-leave-active[data-v-2d3ef689]{transition:none}}.pwa-install[data-v-7bdc7706]{padding-bottom:max(1rem,env(safe-area-inset-bottom))}.pwa-install-enter-active[data-v-7bdc7706],.pwa-install-leave-active[data-v-7bdc7706]{transition:opacity .22s ease,transform .22s ease}.pwa-install-enter-from[data-v-7bdc7706],.pwa-install-leave-to[data-v-7bdc7706]{opacity:0;transform:translateY(12px)}@media(prefers-reduced-motion:reduce){.pwa-install-enter-active[data-v-7bdc7706],.pwa-install-leave-active[data-v-7bdc7706]{transition:none}}
