:root{--color-bg:#0d0d10;--color-surface-1:#16131a;--color-surface-2:#19191e;--color-surface-3:#1f1f26;--color-surface-hover:#25252d;--color-white:#fff;--color-text-primary:#e8e8f0;--color-text-secondary:#9090a0;--color-text-muted:#8b8ba3;--color-text-disabled:#3a3a48;--color-border:#252530;--color-border-strong:#35354a;--color-border-subtle:#1a1a22;--color-border-inset:#ffffff0f;--color-accent:#a79ee7;--color-accent-hover:#9589f8;--color-accent-active:#6355e0;--color-accent-dark:#4c429b;--color-accent-subtle:#7b6cf61f;--color-accent-border:#7b6cf659;--color-success:#34d399;--color-warning:#fbbf24;--color-error:#f87171;--color-info:#60a5fa;--color-error-subtle:#f871711f;--color-error-focus-ring:#f8717126;--color-success-subtle:#34d3991f;--color-warning-subtle:#fbbf241f;--color-overlay-dark:#0003;--color-overlay-dark-hover:#00000059;--color-overlay-dark-text:#000000bf;--color-overlay-light:#fff3;--color-overlay-light-hover:#ffffff59;--color-overlay-light-text:#ffffffd9;--color-accent-overlay:#7b6cf699;--color-modal-overlay:#00000073;--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-5:20px;--space-6:24px;--space-8:32px;--space-10:40px;--space-12:48px;--space-16:64px;--space-20:80px;--space-24:96px;--radius-xs:3px;--radius-sm:5px;--radius-md:8px;--radius-lg:12px;--radius-xl:16px;--radius-2xl:24px;--radius-full:9999px;--font-sans:system-ui, "Segoe UI", Roboto, sans-serif;--font-mono:ui-monospace, "Cascadia Code", Consolas, monospace;--text-xs:11px;--text-sm:12px;--text-base:14px;--text-md:15px;--text-lg:17px;--text-xl:20px;--text-2xl:26px;--text-3xl:34px;--leading-tight:1.25;--leading-normal:1.5;--leading-relaxed:1.7;--weight-normal:400;--weight-medium:500;--weight-semibold:600;--weight-bold:700;--shadow-xs:0 1px 2px #00000080;--shadow-sm:0 2px 6px #00000080;--shadow-md:0 4px 16px #0000008c;--shadow-lg:0 8px 32px #0009;--shadow-xl:0 16px 48px #000000a6;--transition-fast:.1s linear;--transition-base:.16s ease;--transition-slow:.28s ease;--z-base:0;--z-raised:10;--z-sticky:50;--z-dropdown:100;--z-modal:200;--z-tooltip:300;--z-toast:400;--height-sm:28px;--height-md:34px;--height-lg:42px;--icon-btn-sm:24px;--icon-btn-md:32px;--opacity-disabled:.4;--nav-height:52px;--input-panel-width:320px;--control-width-sm:128px}[data-theme=light]{--color-bg:#f5f5f8;--color-surface-1:#fff;--color-surface-2:#f0f0f4;--color-surface-3:#e6e6ec;--color-surface-hover:#dcdce6;--color-text-primary:#141420;--color-text-secondary:#4a4a6a;--color-text-muted:#8080a0;--color-text-disabled:#c0c0d4;--color-border:#d8d8e8;--color-border-strong:#c0c0d4;--color-border-subtle:#ebebf4;--color-border-inset:#0000000f;--color-modal-overlay:#00000040;--shadow-xs:0 1px 2px #0000000f;--shadow-sm:0 2px 6px #00000012;--shadow-md:0 4px 16px #00000017;--shadow-lg:0 8px 32px #0000001c;--shadow-xl:0 16px 48px #00000021}[data-reduce-motion]{--transition-fast:0s;--transition-base:0s;--transition-slow:0s}@media (prefers-reduced-motion:reduce){:root{--transition-fast:0s;--transition-base:0s;--transition-slow:0s}}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%}body{font-family:var(--font-sans);font-size:var(--text-base);line-height:var(--leading-normal);color:var(--color-text-primary);background:var(--color-bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img,svg{max-width:100%;display:block}button{cursor:pointer;font:inherit;color:inherit;background:0 0;border:none}input,textarea,select{font:inherit;color:inherit}a{color:inherit;text-decoration:none}ul,ol{list-style:none}:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}*{scrollbar-width:thin;scrollbar-color:color-mix(in srgb, var(--color-text-secondary) 35%, transparent) transparent}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-corner{background:0 0}::-webkit-scrollbar-thumb{background:color-mix(in srgb, var(--color-text-secondary) 35%, transparent);border-radius:var(--radius-full)}::-webkit-scrollbar-thumb:hover{background:color-mix(in srgb, var(--color-text-secondary) 55%, transparent)}h1,h2,h3,h4,h5,h6{font-weight:var(--weight-semibold);line-height:var(--leading-tight);color:var(--color-text-primary)}h1{font-size:var(--text-3xl)}h2{font-size:var(--text-2xl)}h3{font-size:var(--text-xl)}h4{font-size:var(--text-lg)}h5{font-size:var(--text-md)}h6{font-size:var(--text-sm)}p{line-height:var(--leading-relaxed);color:var(--color-text-secondary)}code{font-family:var(--font-mono);font-size:var(--text-sm);background:var(--color-surface-2);border-radius:var(--radius-xs);padding:2px 5px}small{font-size:var(--text-xs);color:var(--color-text-muted)}.input-field{width:100%;padding:var(--space-2) var(--space-3);background:var(--color-surface-2);border:1px solid var(--color-border);border-radius:var(--radius-md);color:var(--color-text-primary);box-sizing:border-box;transition:border-color var(--transition-fast);outline:none}.input-field::placeholder{color:var(--color-text-muted)}.input-field:focus{border-color:var(--color-accent)}.input-field--error{border-color:var(--color-error)}.field-label{font-size:var(--text-xs);font-weight:var(--weight-medium);color:var(--color-text-secondary);text-transform:uppercase;letter-spacing:.05em}.accent-active,.interactive-option.accent-active{background:var(--color-accent-subtle);border-color:var(--color-accent-border);color:var(--color-accent)}.full-width{width:100%}.stack{gap:var(--space-2);flex-direction:column;display:flex}.bordered{border:1px solid var(--color-border);border-radius:var(--radius-md);outline:none}.interactive-option{background:var(--color-surface-2);border:1px solid var(--color-border);border-radius:var(--radius-sm);color:var(--color-text-secondary);cursor:pointer;transition:background var(--transition-fast), border-color var(--transition-fast), color var(--transition-fast), transform var(--transition-fast)}.interactive-option:hover:not(:disabled){background:var(--color-surface-hover);border-color:var(--color-border-strong);color:var(--color-text-primary)}.interactive-option.accent-active:hover:not(:disabled){background:var(--color-accent-subtle);border-color:var(--color-accent);color:var(--color-accent-hover)}.hint-text{font-size:var(--text-xs);color:var(--color-text-muted);text-align:center}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.link-btn{color:var(--color-text-muted);font-size:var(--text-xs);cursor:pointer;transition:color var(--transition-fast);background:0 0;border:none;padding:0}.link-btn:hover{color:var(--color-text-secondary)}.btn:active:not(:disabled),.icon-btn:active:not(:disabled),.interactive-option:active:not(:disabled){transform:scale(1.02)}.fa{font-family:var(--fa-style-family,"Font Awesome 6 Free");font-weight:var(--fa-style,900)}.fa,.fa-classic,.fa-sharp,.fas,.fa-solid,.far,.fa-regular,.fab,.fa-brands{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:var(--fa-display,inline-block);font-variant:normal;text-rendering:auto;font-style:normal;line-height:1}.fas,.fa-classic,.fa-solid,.far,.fa-regular{font-family:"Font Awesome 6 Free"}.fab,.fa-brands{font-family:"Font Awesome 6 Brands"}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-2xs{vertical-align:.225em;font-size:.625em;line-height:.1em}.fa-xs{vertical-align:.125em;font-size:.75em;line-height:.08333em}.fa-sm{vertical-align:.05357em;font-size:.875em;line-height:.07143em}.fa-lg{vertical-align:-.075em;font-size:1.25em;line-height:.05em}.fa-xl{vertical-align:-.125em;font-size:1.5em;line-height:.04167em}.fa-2xl{vertical-align:-.1875em;font-size:2em;line-height:.03125em}.fa-fw{text-align:center;width:1.25em}.fa-ul{margin-left:var(--fa-li-margin,2.5em);padding-left:0;list-style-type:none}.fa-ul>li{position:relative}.fa-li{left:calc(var(--fa-li-width,2em) * -1);text-align:center;width:var(--fa-li-width,2em);line-height:inherit;position:absolute}.fa-border{border-color:var(--fa-border-color,#eee);border-radius:var(--fa-border-radius,.1em);border-style:var(--fa-border-style,solid);border-width:var(--fa-border-width,.08em);padding:var(--fa-border-padding,.2em .25em .15em)}.fa-pull-left{float:left;margin-right:var(--fa-pull-margin,.3em)}.fa-pull-right{float:right;margin-left:var(--fa-pull-margin,.3em)}.fa-beat{animation-name:fa-beat;-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,ease-in-out);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-bounce{animation-name:fa-bounce;-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28, .84, .42, 1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.28, .84, .42, 1))}.fa-fade{animation-name:fa-fade;-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4, 0, .6, 1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4, 0, .6, 1))}.fa-beat-fade{animation-name:fa-beat-fade;-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4, 0, .6, 1));animation-timing-function:var(--fa-animation-timing,cubic-bezier(.4, 0, .6, 1))}.fa-flip{animation-name:fa-flip;-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,ease-in-out);animation-timing-function:var(--fa-animation-timing,ease-in-out)}.fa-shake{animation-name:fa-shake;-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,linear);animation-timing-function:var(--fa-animation-timing,linear)}.fa-spin{animation-name:fa-spin;-webkit-animation-delay:var(--fa-animation-delay,0s);animation-delay:var(--fa-animation-delay,0s);-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,2s);animation-duration:var(--fa-animation-duration,2s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,linear);animation-timing-function:var(--fa-animation-timing,linear)}.fa-spin-reverse{--fa-animation-direction:reverse}.fa-pulse,.fa-spin-pulse{animation-name:fa-spin;-webkit-animation-direction:var(--fa-animation-direction,normal);animation-direction:var(--fa-animation-direction,normal);-webkit-animation-duration:var(--fa-animation-duration,1s);animation-duration:var(--fa-animation-duration,1s);-webkit-animation-iteration-count:var(--fa-animation-iteration-count,infinite);animation-iteration-count:var(--fa-animation-iteration-count,infinite);-webkit-animation-timing-function:var(--fa-animation-timing,steps(8));animation-timing-function:var(--fa-animation-timing,steps(8))}@media (prefers-reduced-motion:reduce){.fa-beat,.fa-bounce,.fa-fade,.fa-beat-fade,.fa-flip,.fa-pulse,.fa-shake,.fa-spin,.fa-spin-pulse{transition-duration:0s;transition-delay:0s;animation-duration:1ms;animation-iteration-count:1;animation-delay:-1ms}}@keyframes fa-beat{0%,90%{transform:scale(1)}45%{-webkit-transform:scale(var(--fa-beat-scale,1.25));transform:scale(var(--fa-beat-scale,1.25))}}@keyframes fa-bounce{0%{transform:scale(1)translateY(0)}10%{-webkit-transform:scale(var(--fa-bounce-start-scale-x,1.1), var(--fa-bounce-start-scale-y,.9)) translateY(0);transform:scale(var(--fa-bounce-start-scale-x,1.1), var(--fa-bounce-start-scale-y,.9)) translateY(0)}30%{-webkit-transform:scale(var(--fa-bounce-jump-scale-x,.9), var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em));transform:scale(var(--fa-bounce-jump-scale-x,.9), var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em))}50%{-webkit-transform:scale(var(--fa-bounce-land-scale-x,1.05), var(--fa-bounce-land-scale-y,.95)) translateY(0);transform:scale(var(--fa-bounce-land-scale-x,1.05), var(--fa-bounce-land-scale-y,.95)) translateY(0)}57%{-webkit-transform:scale(1, 1) translateY(var(--fa-bounce-rebound,-.125em));transform:scale(1, 1) translateY(var(--fa-bounce-rebound,-.125em))}64%{transform:scale(1)translateY(0)}to{transform:scale(1)translateY(0)}}@keyframes fa-fade{50%{opacity:var(--fa-fade-opacity,.4)}}@keyframes fa-beat-fade{0%,to{opacity:var(--fa-beat-fade-opacity,.4);transform:scale(1)}50%{opacity:1;-webkit-transform:scale(var(--fa-beat-fade-scale,1.125));transform:scale(var(--fa-beat-fade-scale,1.125))}}@keyframes fa-flip{50%{-webkit-transform:rotate3d(var(--fa-flip-x,0), var(--fa-flip-y,1), var(--fa-flip-z,0), var(--fa-flip-angle,-180deg));transform:rotate3d(var(--fa-flip-x,0), var(--fa-flip-y,1), var(--fa-flip-z,0), var(--fa-flip-angle,-180deg))}}@keyframes fa-shake{0%{transform:rotate(-15deg)}4%{transform:rotate(15deg)}8%,24%{transform:rotate(-18deg)}12%,28%{transform:rotate(18deg)}16%{transform:rotate(-22deg)}20%{transform:rotate(22deg)}32%{transform:rotate(-12deg)}36%{transform:rotate(12deg)}40%,to{transform:rotate(0)}}@keyframes fa-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.fa-rotate-90{transform:rotate(90deg)}.fa-rotate-180{transform:rotate(180deg)}.fa-rotate-270{transform:rotate(270deg)}.fa-flip-horizontal{transform:scaleX(-1)}.fa-flip-vertical{transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{transform:scale(-1)}.fa-rotate-by{-webkit-transform:rotate(var(--fa-rotate-angle,0));transform:rotate(var(--fa-rotate-angle,0))}.fa-stack{vertical-align:middle;width:2.5em;height:2em;line-height:2em;display:inline-block;position:relative}.fa-stack-1x,.fa-stack-2x{text-align:center;width:100%;z-index:var(--fa-stack-z-index,auto);position:absolute;left:0}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:var(--fa-inverse,#fff)}.fa-0:before{content:"0"}.fa-1:before{content:"1"}.fa-2:before{content:"2"}.fa-3:before{content:"3"}.fa-4:before{content:"4"}.fa-5:before{content:"5"}.fa-6:before{content:"6"}.fa-7:before{content:"7"}.fa-8:before{content:"8"}.fa-9:before{content:"9"}.fa-fill-drip:before{content:""}.fa-arrows-to-circle:before{content:""}.fa-circle-chevron-right:before,.fa-chevron-circle-right:before{content:""}.fa-at:before{content:"@"}.fa-trash-can:before,.fa-trash-alt:before{content:""}.fa-text-height:before{content:""}.fa-user-xmark:before,.fa-user-times:before{content:""}.fa-stethoscope:before{content:""}.fa-message:before,.fa-comment-alt:before{content:""}.fa-info:before{content:""}.fa-down-left-and-up-right-to-center:before,.fa-compress-alt:before{content:""}.fa-explosion:before{content:""}.fa-file-lines:before,.fa-file-alt:before,.fa-file-text:before{content:""}.fa-wave-square:before{content:""}.fa-ring:before{content:""}.fa-building-un:before{content:""}.fa-dice-three:before{content:""}.fa-calendar-days:before,.fa-calendar-alt:before{content:""}.fa-anchor-circle-check:before{content:""}.fa-building-circle-arrow-right:before{content:""}.fa-volleyball:before,.fa-volleyball-ball:before{content:""}.fa-arrows-up-to-line:before{content:""}.fa-sort-down:before,.fa-sort-desc:before{content:""}.fa-circle-minus:before,.fa-minus-circle:before{content:""}.fa-door-open:before{content:""}.fa-right-from-bracket:before,.fa-sign-out-alt:before{content:""}.fa-atom:before{content:""}.fa-soap:before{content:""}.fa-icons:before,.fa-heart-music-camera-bolt:before{content:""}.fa-microphone-lines-slash:before,.fa-microphone-alt-slash:before{content:""}.fa-bridge-circle-check:before{content:""}.fa-pump-medical:before{content:""}.fa-fingerprint:before{content:""}.fa-hand-point-right:before{content:""}.fa-magnifying-glass-location:before,.fa-search-location:before{content:""}.fa-forward-step:before,.fa-step-forward:before{content:""}.fa-face-smile-beam:before,.fa-smile-beam:before{content:""}.fa-flag-checkered:before{content:""}.fa-football:before,.fa-football-ball:before{content:""}.fa-school-circle-exclamation:before{content:""}.fa-crop:before{content:""}.fa-angles-down:before,.fa-angle-double-down:before{content:""}.fa-users-rectangle:before{content:""}.fa-people-roof:before{content:""}.fa-people-line:before{content:""}.fa-beer-mug-empty:before,.fa-beer:before{content:""}.fa-diagram-predecessor:before{content:""}.fa-arrow-up-long:before,.fa-long-arrow-up:before{content:""}.fa-fire-flame-simple:before,.fa-burn:before{content:""}.fa-person:before,.fa-male:before{content:""}.fa-laptop:before{content:""}.fa-file-csv:before{content:""}.fa-menorah:before{content:""}.fa-truck-plane:before{content:""}.fa-record-vinyl:before{content:""}.fa-face-grin-stars:before,.fa-grin-stars:before{content:""}.fa-bong:before{content:""}.fa-spaghetti-monster-flying:before,.fa-pastafarianism:before{content:""}.fa-arrow-down-up-across-line:before{content:""}.fa-spoon:before,.fa-utensil-spoon:before{content:""}.fa-jar-wheat:before{content:""}.fa-envelopes-bulk:before,.fa-mail-bulk:before{content:""}.fa-file-circle-exclamation:before{content:""}.fa-circle-h:before,.fa-hospital-symbol:before{content:""}.fa-pager:before{content:""}.fa-address-book:before,.fa-contact-book:before{content:""}.fa-strikethrough:before{content:""}.fa-k:before{content:"K"}.fa-landmark-flag:before{content:""}.fa-pencil:before,.fa-pencil-alt:before{content:""}.fa-backward:before{content:""}.fa-caret-right:before{content:""}.fa-comments:before{content:""}.fa-paste:before,.fa-file-clipboard:before{content:""}.fa-code-pull-request:before{content:""}.fa-clipboard-list:before{content:""}.fa-truck-ramp-box:before,.fa-truck-loading:before{content:""}.fa-user-check:before{content:""}.fa-vial-virus:before{content:""}.fa-sheet-plastic:before{content:""}.fa-blog:before{content:""}.fa-user-ninja:before{content:""}.fa-person-arrow-up-from-line:before{content:""}.fa-scroll-torah:before,.fa-torah:before{content:""}.fa-broom-ball:before,.fa-quidditch:before,.fa-quidditch-broom-ball:before{content:""}.fa-toggle-off:before{content:""}.fa-box-archive:before,.fa-archive:before{content:""}.fa-person-drowning:before{content:""}.fa-arrow-down-9-1:before,.fa-sort-numeric-desc:before,.fa-sort-numeric-down-alt:before{content:""}.fa-face-grin-tongue-squint:before,.fa-grin-tongue-squint:before{content:""}.fa-spray-can:before{content:""}.fa-truck-monster:before{content:""}.fa-w:before{content:"W"}.fa-earth-africa:before,.fa-globe-africa:before{content:""}.fa-rainbow:before{content:""}.fa-circle-notch:before{content:""}.fa-tablet-screen-button:before,.fa-tablet-alt:before{content:""}.fa-paw:before{content:""}.fa-cloud:before{content:""}.fa-trowel-bricks:before{content:""}.fa-face-flushed:before,.fa-flushed:before{content:""}.fa-hospital-user:before{content:""}.fa-tent-arrow-left-right:before{content:""}.fa-gavel:before,.fa-legal:before{content:""}.fa-binoculars:before{content:""}.fa-microphone-slash:before{content:""}.fa-box-tissue:before{content:""}.fa-motorcycle:before{content:""}.fa-bell-concierge:before,.fa-concierge-bell:before{content:""}.fa-pen-ruler:before,.fa-pencil-ruler:before{content:""}.fa-people-arrows:before,.fa-people-arrows-left-right:before{content:""}.fa-mars-and-venus-burst:before{content:""}.fa-square-caret-right:before,.fa-caret-square-right:before{content:""}.fa-scissors:before,.fa-cut:before{content:""}.fa-sun-plant-wilt:before{content:""}.fa-toilets-portable:before{content:""}.fa-hockey-puck:before{content:""}.fa-table:before{content:""}.fa-magnifying-glass-arrow-right:before{content:""}.fa-tachograph-digital:before,.fa-digital-tachograph:before{content:""}.fa-users-slash:before{content:""}.fa-clover:before{content:""}.fa-reply:before,.fa-mail-reply:before{content:""}.fa-star-and-crescent:before{content:""}.fa-house-fire:before{content:""}.fa-square-minus:before,.fa-minus-square:before{content:""}.fa-helicopter:before{content:""}.fa-compass:before{content:""}.fa-square-caret-down:before,.fa-caret-square-down:before{content:""}.fa-file-circle-question:before{content:""}.fa-laptop-code:before{content:""}.fa-swatchbook:before{content:""}.fa-prescription-bottle:before{content:""}.fa-bars:before,.fa-navicon:before{content:""}.fa-people-group:before{content:""}.fa-hourglass-end:before,.fa-hourglass-3:before{content:""}.fa-heart-crack:before,.fa-heart-broken:before{content:""}.fa-square-up-right:before,.fa-external-link-square-alt:before{content:""}.fa-face-kiss-beam:before,.fa-kiss-beam:before{content:""}.fa-film:before{content:""}.fa-ruler-horizontal:before{content:""}.fa-people-robbery:before{content:""}.fa-lightbulb:before{content:""}.fa-caret-left:before{content:""}.fa-circle-exclamation:before,.fa-exclamation-circle:before{content:""}.fa-school-circle-xmark:before{content:""}.fa-arrow-right-from-bracket:before,.fa-sign-out:before{content:""}.fa-circle-chevron-down:before,.fa-chevron-circle-down:before{content:""}.fa-unlock-keyhole:before,.fa-unlock-alt:before{content:""}.fa-cloud-showers-heavy:before{content:""}.fa-headphones-simple:before,.fa-headphones-alt:before{content:""}.fa-sitemap:before{content:""}.fa-circle-dollar-to-slot:before,.fa-donate:before{content:""}.fa-memory:before{content:""}.fa-road-spikes:before{content:""}.fa-fire-burner:before{content:""}.fa-flag:before{content:""}.fa-hanukiah:before{content:""}.fa-feather:before{content:""}.fa-volume-low:before,.fa-volume-down:before{content:""}.fa-comment-slash:before{content:""}.fa-cloud-sun-rain:before{content:""}.fa-compress:before{content:""}.fa-wheat-awn:before,.fa-wheat-alt:before{content:""}.fa-ankh:before{content:""}.fa-hands-holding-child:before{content:""}.fa-asterisk:before{content:"*"}.fa-square-check:before,.fa-check-square:before{content:""}.fa-peseta-sign:before{content:""}.fa-heading:before,.fa-header:before{content:""}.fa-ghost:before{content:""}.fa-list:before,.fa-list-squares:before{content:""}.fa-square-phone-flip:before,.fa-phone-square-alt:before{content:""}.fa-cart-plus:before{content:""}.fa-gamepad:before{content:""}.fa-circle-dot:before,.fa-dot-circle:before{content:""}.fa-face-dizzy:before,.fa-dizzy:before{content:""}.fa-egg:before{content:""}.fa-house-medical-circle-xmark:before{content:""}.fa-campground:before{content:""}.fa-folder-plus:before{content:""}.fa-futbol:before,.fa-futbol-ball:before,.fa-soccer-ball:before{content:""}.fa-paintbrush:before,.fa-paint-brush:before{content:""}.fa-lock:before{content:""}.fa-gas-pump:before{content:""}.fa-hot-tub-person:before,.fa-hot-tub:before{content:""}.fa-map-location:before,.fa-map-marked:before{content:""}.fa-house-flood-water:before{content:""}.fa-tree:before{content:""}.fa-bridge-lock:before{content:""}.fa-sack-dollar:before{content:""}.fa-pen-to-square:before,.fa-edit:before{content:""}.fa-car-side:before{content:""}.fa-share-nodes:before,.fa-share-alt:before{content:""}.fa-heart-circle-minus:before{content:""}.fa-hourglass-half:before,.fa-hourglass-2:before{content:""}.fa-microscope:before{content:""}.fa-sink:before{content:""}.fa-bag-shopping:before,.fa-shopping-bag:before{content:""}.fa-arrow-down-z-a:before,.fa-sort-alpha-desc:before,.fa-sort-alpha-down-alt:before{content:""}.fa-mitten:before{content:""}.fa-person-rays:before{content:""}.fa-users:before{content:""}.fa-eye-slash:before{content:""}.fa-flask-vial:before{content:""}.fa-hand:before,.fa-hand-paper:before{content:""}.fa-om:before{content:""}.fa-worm:before{content:""}.fa-house-circle-xmark:before{content:""}.fa-plug:before{content:""}.fa-chevron-up:before{content:""}.fa-hand-spock:before{content:""}.fa-stopwatch:before{content:""}.fa-face-kiss:before,.fa-kiss:before{content:""}.fa-bridge-circle-xmark:before{content:""}.fa-face-grin-tongue:before,.fa-grin-tongue:before{content:""}.fa-chess-bishop:before{content:""}.fa-face-grin-wink:before,.fa-grin-wink:before{content:""}.fa-ear-deaf:before,.fa-deaf:before,.fa-deafness:before,.fa-hard-of-hearing:before{content:""}.fa-road-circle-check:before{content:""}.fa-dice-five:before{content:""}.fa-square-rss:before,.fa-rss-square:before{content:""}.fa-land-mine-on:before{content:""}.fa-i-cursor:before{content:""}.fa-stamp:before{content:""}.fa-stairs:before{content:""}.fa-i:before{content:"I"}.fa-hryvnia-sign:before,.fa-hryvnia:before{content:""}.fa-pills:before{content:""}.fa-face-grin-wide:before,.fa-grin-alt:before{content:""}.fa-tooth:before{content:""}.fa-v:before{content:"V"}.fa-bangladeshi-taka-sign:before{content:""}.fa-bicycle:before{content:""}.fa-staff-snake:before,.fa-rod-asclepius:before,.fa-rod-snake:before,.fa-staff-aesculapius:before{content:""}.fa-head-side-cough-slash:before{content:""}.fa-truck-medical:before,.fa-ambulance:before{content:""}.fa-wheat-awn-circle-exclamation:before{content:""}.fa-snowman:before{content:""}.fa-mortar-pestle:before{content:""}.fa-road-barrier:before{content:""}.fa-school:before{content:""}.fa-igloo:before{content:""}.fa-joint:before{content:""}.fa-angle-right:before{content:""}.fa-horse:before{content:""}.fa-q:before{content:"Q"}.fa-g:before{content:"G"}.fa-notes-medical:before{content:""}.fa-temperature-half:before,.fa-temperature-2:before,.fa-thermometer-2:before,.fa-thermometer-half:before{content:""}.fa-dong-sign:before{content:""}.fa-capsules:before{content:""}.fa-poo-storm:before,.fa-poo-bolt:before{content:""}.fa-face-frown-open:before,.fa-frown-open:before{content:""}.fa-hand-point-up:before{content:""}.fa-money-bill:before{content:""}.fa-bookmark:before{content:""}.fa-align-justify:before{content:""}.fa-umbrella-beach:before{content:""}.fa-helmet-un:before{content:""}.fa-bullseye:before{content:""}.fa-bacon:before{content:""}.fa-hand-point-down:before{content:""}.fa-arrow-up-from-bracket:before{content:""}.fa-folder:before,.fa-folder-blank:before{content:""}.fa-file-waveform:before,.fa-file-medical-alt:before{content:""}.fa-radiation:before{content:""}.fa-chart-simple:before{content:""}.fa-mars-stroke:before{content:""}.fa-vial:before{content:""}.fa-gauge:before,.fa-dashboard:before,.fa-gauge-med:before,.fa-tachometer-alt-average:before{content:""}.fa-wand-magic-sparkles:before,.fa-magic-wand-sparkles:before{content:""}.fa-e:before{content:"E"}.fa-pen-clip:before,.fa-pen-alt:before{content:""}.fa-bridge-circle-exclamation:before{content:""}.fa-user:before{content:""}.fa-school-circle-check:before{content:""}.fa-dumpster:before{content:""}.fa-van-shuttle:before,.fa-shuttle-van:before{content:""}.fa-building-user:before{content:""}.fa-square-caret-left:before,.fa-caret-square-left:before{content:""}.fa-highlighter:before{content:""}.fa-key:before{content:""}.fa-bullhorn:before{content:""}.fa-globe:before{content:""}.fa-synagogue:before{content:""}.fa-person-half-dress:before{content:""}.fa-road-bridge:before{content:""}.fa-location-arrow:before{content:""}.fa-c:before{content:"C"}.fa-tablet-button:before{content:""}.fa-building-lock:before{content:""}.fa-pizza-slice:before{content:""}.fa-money-bill-wave:before{content:""}.fa-chart-area:before,.fa-area-chart:before{content:""}.fa-house-flag:before{content:""}.fa-person-circle-minus:before{content:""}.fa-ban:before,.fa-cancel:before{content:""}.fa-camera-rotate:before{content:""}.fa-spray-can-sparkles:before,.fa-air-freshener:before{content:""}.fa-star:before{content:""}.fa-repeat:before{content:""}.fa-cross:before{content:""}.fa-box:before{content:""}.fa-venus-mars:before{content:""}.fa-arrow-pointer:before,.fa-mouse-pointer:before{content:""}.fa-maximize:before,.fa-expand-arrows-alt:before{content:""}.fa-charging-station:before{content:""}.fa-shapes:before,.fa-triangle-circle-square:before{content:""}.fa-shuffle:before,.fa-random:before{content:""}.fa-person-running:before,.fa-running:before{content:""}.fa-mobile-retro:before{content:""}.fa-grip-lines-vertical:before{content:""}.fa-spider:before{content:""}.fa-hands-bound:before{content:""}.fa-file-invoice-dollar:before{content:""}.fa-plane-circle-exclamation:before{content:""}.fa-x-ray:before{content:""}.fa-spell-check:before{content:""}.fa-slash:before{content:""}.fa-computer-mouse:before,.fa-mouse:before{content:""}.fa-arrow-right-to-bracket:before,.fa-sign-in:before{content:""}.fa-shop-slash:before,.fa-store-alt-slash:before{content:""}.fa-server:before{content:""}.fa-virus-covid-slash:before{content:""}.fa-shop-lock:before{content:""}.fa-hourglass-start:before,.fa-hourglass-1:before{content:""}.fa-blender-phone:before{content:""}.fa-building-wheat:before{content:""}.fa-person-breastfeeding:before{content:""}.fa-right-to-bracket:before,.fa-sign-in-alt:before{content:""}.fa-venus:before{content:""}.fa-passport:before{content:""}.fa-heart-pulse:before,.fa-heartbeat:before{content:""}.fa-people-carry-box:before,.fa-people-carry:before{content:""}.fa-temperature-high:before{content:""}.fa-microchip:before{content:""}.fa-crown:before{content:""}.fa-weight-hanging:before{content:""}.fa-xmarks-lines:before{content:""}.fa-file-prescription:before{content:""}.fa-weight-scale:before,.fa-weight:before{content:""}.fa-user-group:before,.fa-user-friends:before{content:""}.fa-arrow-up-a-z:before,.fa-sort-alpha-up:before{content:""}.fa-chess-knight:before{content:""}.fa-face-laugh-squint:before,.fa-laugh-squint:before{content:""}.fa-wheelchair:before{content:""}.fa-circle-arrow-up:before,.fa-arrow-circle-up:before{content:""}.fa-toggle-on:before{content:""}.fa-person-walking:before,.fa-walking:before{content:""}.fa-l:before{content:"L"}.fa-fire:before{content:""}.fa-bed-pulse:before,.fa-procedures:before{content:""}.fa-shuttle-space:before,.fa-space-shuttle:before{content:""}.fa-face-laugh:before,.fa-laugh:before{content:""}.fa-folder-open:before{content:""}.fa-heart-circle-plus:before{content:""}.fa-code-fork:before{content:""}.fa-city:before{content:""}.fa-microphone-lines:before,.fa-microphone-alt:before{content:""}.fa-pepper-hot:before{content:""}.fa-unlock:before{content:""}.fa-colon-sign:before{content:""}.fa-headset:before{content:""}.fa-store-slash:before{content:""}.fa-road-circle-xmark:before{content:""}.fa-user-minus:before{content:""}.fa-mars-stroke-up:before,.fa-mars-stroke-v:before{content:""}.fa-champagne-glasses:before,.fa-glass-cheers:before{content:""}.fa-clipboard:before{content:""}.fa-house-circle-exclamation:before{content:""}.fa-file-arrow-up:before,.fa-file-upload:before{content:""}.fa-wifi:before,.fa-wifi-3:before,.fa-wifi-strong:before{content:""}.fa-bath:before,.fa-bathtub:before{content:""}.fa-underline:before{content:""}.fa-user-pen:before,.fa-user-edit:before{content:""}.fa-signature:before{content:""}.fa-stroopwafel:before{content:""}.fa-bold:before{content:""}.fa-anchor-lock:before{content:""}.fa-building-ngo:before{content:""}.fa-manat-sign:before{content:""}.fa-not-equal:before{content:""}.fa-border-top-left:before,.fa-border-style:before{content:""}.fa-map-location-dot:before,.fa-map-marked-alt:before{content:""}.fa-jedi:before{content:""}.fa-square-poll-vertical:before,.fa-poll:before{content:""}.fa-mug-hot:before{content:""}.fa-car-battery:before,.fa-battery-car:before{content:""}.fa-gift:before{content:""}.fa-dice-two:before{content:""}.fa-chess-queen:before{content:""}.fa-glasses:before{content:""}.fa-chess-board:before{content:""}.fa-building-circle-check:before{content:""}.fa-person-chalkboard:before{content:""}.fa-mars-stroke-right:before,.fa-mars-stroke-h:before{content:""}.fa-hand-back-fist:before,.fa-hand-rock:before{content:""}.fa-square-caret-up:before,.fa-caret-square-up:before{content:""}.fa-cloud-showers-water:before{content:""}.fa-chart-bar:before,.fa-bar-chart:before{content:""}.fa-hands-bubbles:before,.fa-hands-wash:before{content:""}.fa-less-than-equal:before{content:""}.fa-train:before{content:""}.fa-eye-low-vision:before,.fa-low-vision:before{content:""}.fa-crow:before{content:""}.fa-sailboat:before{content:""}.fa-window-restore:before{content:""}.fa-square-plus:before,.fa-plus-square:before{content:""}.fa-torii-gate:before{content:""}.fa-frog:before{content:""}.fa-bucket:before{content:""}.fa-image:before{content:""}.fa-microphone:before{content:""}.fa-cow:before{content:""}.fa-caret-up:before{content:""}.fa-screwdriver:before{content:""}.fa-folder-closed:before{content:""}.fa-house-tsunami:before{content:""}.fa-square-nfi:before{content:""}.fa-arrow-up-from-ground-water:before{content:""}.fa-martini-glass:before,.fa-glass-martini-alt:before{content:""}.fa-rotate-left:before,.fa-rotate-back:before,.fa-rotate-backward:before,.fa-undo-alt:before{content:""}.fa-table-columns:before,.fa-columns:before{content:""}.fa-lemon:before{content:""}.fa-head-side-mask:before{content:""}.fa-handshake:before{content:""}.fa-gem:before{content:""}.fa-dolly:before,.fa-dolly-box:before{content:""}.fa-smoking:before{content:""}.fa-minimize:before,.fa-compress-arrows-alt:before{content:""}.fa-monument:before{content:""}.fa-snowplow:before{content:""}.fa-angles-right:before,.fa-angle-double-right:before{content:""}.fa-cannabis:before{content:""}.fa-circle-play:before,.fa-play-circle:before{content:""}.fa-tablets:before{content:""}.fa-ethernet:before{content:""}.fa-euro-sign:before,.fa-eur:before,.fa-euro:before{content:""}.fa-chair:before{content:""}.fa-circle-check:before,.fa-check-circle:before{content:""}.fa-circle-stop:before,.fa-stop-circle:before{content:""}.fa-compass-drafting:before,.fa-drafting-compass:before{content:""}.fa-plate-wheat:before{content:""}.fa-icicles:before{content:""}.fa-person-shelter:before{content:""}.fa-neuter:before{content:""}.fa-id-badge:before{content:""}.fa-marker:before{content:""}.fa-face-laugh-beam:before,.fa-laugh-beam:before{content:""}.fa-helicopter-symbol:before{content:""}.fa-universal-access:before{content:""}.fa-circle-chevron-up:before,.fa-chevron-circle-up:before{content:""}.fa-lari-sign:before{content:""}.fa-volcano:before{content:""}.fa-person-walking-dashed-line-arrow-right:before{content:""}.fa-sterling-sign:before,.fa-gbp:before,.fa-pound-sign:before{content:""}.fa-viruses:before{content:""}.fa-square-person-confined:before{content:""}.fa-user-tie:before{content:""}.fa-arrow-down-long:before,.fa-long-arrow-down:before{content:""}.fa-tent-arrow-down-to-line:before{content:""}.fa-certificate:before{content:""}.fa-reply-all:before,.fa-mail-reply-all:before{content:""}.fa-suitcase:before{content:""}.fa-person-skating:before,.fa-skating:before{content:""}.fa-filter-circle-dollar:before,.fa-funnel-dollar:before{content:""}.fa-camera-retro:before{content:""}.fa-circle-arrow-down:before,.fa-arrow-circle-down:before{content:""}.fa-file-import:before,.fa-arrow-right-to-file:before{content:""}.fa-square-arrow-up-right:before,.fa-external-link-square:before{content:""}.fa-box-open:before{content:""}.fa-scroll:before{content:""}.fa-spa:before{content:""}.fa-location-pin-lock:before{content:""}.fa-pause:before{content:""}.fa-hill-avalanche:before{content:""}.fa-temperature-empty:before,.fa-temperature-0:before,.fa-thermometer-0:before,.fa-thermometer-empty:before{content:""}.fa-bomb:before{content:""}.fa-registered:before{content:""}.fa-address-card:before,.fa-contact-card:before,.fa-vcard:before{content:""}.fa-scale-unbalanced-flip:before,.fa-balance-scale-right:before{content:""}.fa-subscript:before{content:""}.fa-diamond-turn-right:before,.fa-directions:before{content:""}.fa-burst:before{content:""}.fa-house-laptop:before,.fa-laptop-house:before{content:""}.fa-face-tired:before,.fa-tired:before{content:""}.fa-money-bills:before{content:""}.fa-smog:before{content:""}.fa-crutch:before{content:""}.fa-cloud-arrow-up:before,.fa-cloud-upload:before,.fa-cloud-upload-alt:before{content:""}.fa-palette:before{content:""}.fa-arrows-turn-right:before{content:""}.fa-vest:before{content:""}.fa-ferry:before{content:""}.fa-arrows-down-to-people:before{content:""}.fa-seedling:before,.fa-sprout:before{content:""}.fa-left-right:before,.fa-arrows-alt-h:before{content:""}.fa-boxes-packing:before{content:""}.fa-circle-arrow-left:before,.fa-arrow-circle-left:before{content:""}.fa-group-arrows-rotate:before{content:""}.fa-bowl-food:before{content:""}.fa-candy-cane:before{content:""}.fa-arrow-down-wide-short:before,.fa-sort-amount-asc:before,.fa-sort-amount-down:before{content:""}.fa-cloud-bolt:before,.fa-thunderstorm:before{content:""}.fa-text-slash:before,.fa-remove-format:before{content:""}.fa-face-smile-wink:before,.fa-smile-wink:before{content:""}.fa-file-word:before{content:""}.fa-file-powerpoint:before{content:""}.fa-arrows-left-right:before,.fa-arrows-h:before{content:""}.fa-house-lock:before{content:""}.fa-cloud-arrow-down:before,.fa-cloud-download:before,.fa-cloud-download-alt:before{content:""}.fa-children:before{content:""}.fa-chalkboard:before,.fa-blackboard:before{content:""}.fa-user-large-slash:before,.fa-user-alt-slash:before{content:""}.fa-envelope-open:before{content:""}.fa-handshake-simple-slash:before,.fa-handshake-alt-slash:before{content:""}.fa-mattress-pillow:before{content:""}.fa-guarani-sign:before{content:""}.fa-arrows-rotate:before,.fa-refresh:before,.fa-sync:before{content:""}.fa-fire-extinguisher:before{content:""}.fa-cruzeiro-sign:before{content:""}.fa-greater-than-equal:before{content:""}.fa-shield-halved:before,.fa-shield-alt:before{content:""}.fa-book-atlas:before,.fa-atlas:before{content:""}.fa-virus:before{content:""}.fa-envelope-circle-check:before{content:""}.fa-layer-group:before{content:""}.fa-arrows-to-dot:before{content:""}.fa-archway:before{content:""}.fa-heart-circle-check:before{content:""}.fa-house-chimney-crack:before,.fa-house-damage:before{content:""}.fa-file-zipper:before,.fa-file-archive:before{content:""}.fa-square:before{content:""}.fa-martini-glass-empty:before,.fa-glass-martini:before{content:""}.fa-couch:before{content:""}.fa-cedi-sign:before{content:""}.fa-italic:before{content:""}.fa-table-cells-column-lock:before{content:""}.fa-church:before{content:""}.fa-comments-dollar:before{content:""}.fa-democrat:before{content:""}.fa-z:before{content:"Z"}.fa-person-skiing:before,.fa-skiing:before{content:""}.fa-road-lock:before{content:""}.fa-a:before{content:"A"}.fa-temperature-arrow-down:before,.fa-temperature-down:before{content:""}.fa-feather-pointed:before,.fa-feather-alt:before{content:""}.fa-p:before{content:"P"}.fa-snowflake:before{content:""}.fa-newspaper:before{content:""}.fa-rectangle-ad:before,.fa-ad:before{content:""}.fa-circle-arrow-right:before,.fa-arrow-circle-right:before{content:""}.fa-filter-circle-xmark:before{content:""}.fa-locust:before{content:""}.fa-sort:before,.fa-unsorted:before{content:""}.fa-list-ol:before,.fa-list-1-2:before,.fa-list-numeric:before{content:""}.fa-person-dress-burst:before{content:""}.fa-money-check-dollar:before,.fa-money-check-alt:before{content:""}.fa-vector-square:before{content:""}.fa-bread-slice:before{content:""}.fa-language:before{content:""}.fa-face-kiss-wink-heart:before,.fa-kiss-wink-heart:before{content:""}.fa-filter:before{content:""}.fa-question:before{content:"?"}.fa-file-signature:before{content:""}.fa-up-down-left-right:before,.fa-arrows-alt:before{content:""}.fa-house-chimney-user:before{content:""}.fa-hand-holding-heart:before{content:""}.fa-puzzle-piece:before{content:""}.fa-money-check:before{content:""}.fa-star-half-stroke:before,.fa-star-half-alt:before{content:""}.fa-code:before{content:""}.fa-whiskey-glass:before,.fa-glass-whiskey:before{content:""}.fa-building-circle-exclamation:before{content:""}.fa-magnifying-glass-chart:before{content:""}.fa-arrow-up-right-from-square:before,.fa-external-link:before{content:""}.fa-cubes-stacked:before{content:""}.fa-won-sign:before,.fa-krw:before,.fa-won:before{content:""}.fa-virus-covid:before{content:""}.fa-austral-sign:before{content:""}.fa-f:before{content:"F"}.fa-leaf:before{content:""}.fa-road:before{content:""}.fa-taxi:before,.fa-cab:before{content:""}.fa-person-circle-plus:before{content:""}.fa-chart-pie:before,.fa-pie-chart:before{content:""}.fa-bolt-lightning:before{content:""}.fa-sack-xmark:before{content:""}.fa-file-excel:before{content:""}.fa-file-contract:before{content:""}.fa-fish-fins:before{content:""}.fa-building-flag:before{content:""}.fa-face-grin-beam:before,.fa-grin-beam:before{content:""}.fa-object-ungroup:before{content:""}.fa-poop:before{content:""}.fa-location-pin:before,.fa-map-marker:before{content:""}.fa-kaaba:before{content:""}.fa-toilet-paper:before{content:""}.fa-helmet-safety:before,.fa-hard-hat:before,.fa-hat-hard:before{content:""}.fa-eject:before{content:""}.fa-circle-right:before,.fa-arrow-alt-circle-right:before{content:""}.fa-plane-circle-check:before{content:""}.fa-face-rolling-eyes:before,.fa-meh-rolling-eyes:before{content:""}.fa-object-group:before{content:""}.fa-chart-line:before,.fa-line-chart:before{content:""}.fa-mask-ventilator:before{content:""}.fa-arrow-right:before{content:""}.fa-signs-post:before,.fa-map-signs:before{content:""}.fa-cash-register:before{content:""}.fa-person-circle-question:before{content:""}.fa-h:before{content:"H"}.fa-tarp:before{content:""}.fa-screwdriver-wrench:before,.fa-tools:before{content:""}.fa-arrows-to-eye:before{content:""}.fa-plug-circle-bolt:before{content:""}.fa-heart:before{content:""}.fa-mars-and-venus:before{content:""}.fa-house-user:before,.fa-home-user:before{content:""}.fa-dumpster-fire:before{content:""}.fa-house-crack:before{content:""}.fa-martini-glass-citrus:before,.fa-cocktail:before{content:""}.fa-face-surprise:before,.fa-surprise:before{content:""}.fa-bottle-water:before{content:""}.fa-circle-pause:before,.fa-pause-circle:before{content:""}.fa-toilet-paper-slash:before{content:""}.fa-apple-whole:before,.fa-apple-alt:before{content:""}.fa-kitchen-set:before{content:""}.fa-r:before{content:"R"}.fa-temperature-quarter:before,.fa-temperature-1:before,.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:""}.fa-cube:before{content:""}.fa-bitcoin-sign:before{content:""}.fa-shield-dog:before{content:""}.fa-solar-panel:before{content:""}.fa-lock-open:before{content:""}.fa-elevator:before{content:""}.fa-money-bill-transfer:before{content:""}.fa-money-bill-trend-up:before{content:""}.fa-house-flood-water-circle-arrow-right:before{content:""}.fa-square-poll-horizontal:before,.fa-poll-h:before{content:""}.fa-circle:before{content:""}.fa-backward-fast:before,.fa-fast-backward:before{content:""}.fa-recycle:before{content:""}.fa-user-astronaut:before{content:""}.fa-plane-slash:before{content:""}.fa-trademark:before{content:""}.fa-basketball:before,.fa-basketball-ball:before{content:""}.fa-satellite-dish:before{content:""}.fa-circle-up:before,.fa-arrow-alt-circle-up:before{content:""}.fa-mobile-screen-button:before,.fa-mobile-alt:before{content:""}.fa-volume-high:before,.fa-volume-up:before{content:""}.fa-users-rays:before{content:""}.fa-wallet:before{content:""}.fa-clipboard-check:before{content:""}.fa-file-audio:before{content:""}.fa-burger:before,.fa-hamburger:before{content:""}.fa-wrench:before{content:""}.fa-bugs:before{content:""}.fa-rupee-sign:before,.fa-rupee:before{content:""}.fa-file-image:before{content:""}.fa-circle-question:before,.fa-question-circle:before{content:""}.fa-plane-departure:before{content:""}.fa-handshake-slash:before{content:""}.fa-book-bookmark:before{content:""}.fa-code-branch:before{content:""}.fa-hat-cowboy:before{content:""}.fa-bridge:before{content:""}.fa-phone-flip:before,.fa-phone-alt:before{content:""}.fa-truck-front:before{content:""}.fa-cat:before{content:""}.fa-anchor-circle-exclamation:before{content:""}.fa-truck-field:before{content:""}.fa-route:before{content:""}.fa-clipboard-question:before{content:""}.fa-panorama:before{content:""}.fa-comment-medical:before{content:""}.fa-teeth-open:before{content:""}.fa-file-circle-minus:before{content:""}.fa-tags:before{content:""}.fa-wine-glass:before{content:""}.fa-forward-fast:before,.fa-fast-forward:before{content:""}.fa-face-meh-blank:before,.fa-meh-blank:before{content:""}.fa-square-parking:before,.fa-parking:before{content:""}.fa-house-signal:before{content:""}.fa-bars-progress:before,.fa-tasks-alt:before{content:""}.fa-faucet-drip:before{content:""}.fa-cart-flatbed:before,.fa-dolly-flatbed:before{content:""}.fa-ban-smoking:before,.fa-smoking-ban:before{content:""}.fa-terminal:before{content:""}.fa-mobile-button:before{content:""}.fa-house-medical-flag:before{content:""}.fa-basket-shopping:before,.fa-shopping-basket:before{content:""}.fa-tape:before{content:""}.fa-bus-simple:before,.fa-bus-alt:before{content:""}.fa-eye:before{content:""}.fa-face-sad-cry:before,.fa-sad-cry:before{content:""}.fa-audio-description:before{content:""}.fa-person-military-to-person:before{content:""}.fa-file-shield:before{content:""}.fa-user-slash:before{content:""}.fa-pen:before{content:""}.fa-tower-observation:before{content:""}.fa-file-code:before{content:""}.fa-signal:before,.fa-signal-5:before,.fa-signal-perfect:before{content:""}.fa-bus:before{content:""}.fa-heart-circle-xmark:before{content:""}.fa-house-chimney:before,.fa-home-lg:before{content:""}.fa-window-maximize:before{content:""}.fa-face-frown:before,.fa-frown:before{content:""}.fa-prescription:before{content:""}.fa-shop:before,.fa-store-alt:before{content:""}.fa-floppy-disk:before,.fa-save:before{content:""}.fa-vihara:before{content:""}.fa-scale-unbalanced:before,.fa-balance-scale-left:before{content:""}.fa-sort-up:before,.fa-sort-asc:before{content:""}.fa-comment-dots:before,.fa-commenting:before{content:""}.fa-plant-wilt:before{content:""}.fa-diamond:before{content:""}.fa-face-grin-squint:before,.fa-grin-squint:before{content:""}.fa-hand-holding-dollar:before,.fa-hand-holding-usd:before{content:""}.fa-bacterium:before{content:""}.fa-hand-pointer:before{content:""}.fa-drum-steelpan:before{content:""}.fa-hand-scissors:before{content:""}.fa-hands-praying:before,.fa-praying-hands:before{content:""}.fa-arrow-rotate-right:before,.fa-arrow-right-rotate:before,.fa-arrow-rotate-forward:before,.fa-redo:before{content:""}.fa-biohazard:before{content:""}.fa-location-crosshairs:before,.fa-location:before{content:""}.fa-mars-double:before{content:""}.fa-child-dress:before{content:""}.fa-users-between-lines:before{content:""}.fa-lungs-virus:before{content:""}.fa-face-grin-tears:before,.fa-grin-tears:before{content:""}.fa-phone:before{content:""}.fa-calendar-xmark:before,.fa-calendar-times:before{content:""}.fa-child-reaching:before{content:""}.fa-head-side-virus:before{content:""}.fa-user-gear:before,.fa-user-cog:before{content:""}.fa-arrow-up-1-9:before,.fa-sort-numeric-up:before{content:""}.fa-door-closed:before{content:""}.fa-shield-virus:before{content:""}.fa-dice-six:before{content:""}.fa-mosquito-net:before{content:""}.fa-bridge-water:before{content:""}.fa-person-booth:before{content:""}.fa-text-width:before{content:""}.fa-hat-wizard:before{content:""}.fa-pen-fancy:before{content:""}.fa-person-digging:before,.fa-digging:before{content:""}.fa-trash:before{content:""}.fa-gauge-simple:before,.fa-gauge-simple-med:before,.fa-tachometer-average:before{content:""}.fa-book-medical:before{content:""}.fa-poo:before{content:""}.fa-quote-right:before,.fa-quote-right-alt:before{content:""}.fa-shirt:before,.fa-t-shirt:before,.fa-tshirt:before{content:""}.fa-cubes:before{content:""}.fa-divide:before{content:""}.fa-tenge-sign:before,.fa-tenge:before{content:""}.fa-headphones:before{content:""}.fa-hands-holding:before{content:""}.fa-hands-clapping:before{content:""}.fa-republican:before{content:""}.fa-arrow-left:before{content:""}.fa-person-circle-xmark:before{content:""}.fa-ruler:before{content:""}.fa-align-left:before{content:""}.fa-dice-d6:before{content:""}.fa-restroom:before{content:""}.fa-j:before{content:"J"}.fa-users-viewfinder:before{content:""}.fa-file-video:before{content:""}.fa-up-right-from-square:before,.fa-external-link-alt:before{content:""}.fa-table-cells:before,.fa-th:before{content:""}.fa-file-pdf:before{content:""}.fa-book-bible:before,.fa-bible:before{content:""}.fa-o:before{content:"O"}.fa-suitcase-medical:before,.fa-medkit:before{content:""}.fa-user-secret:before{content:""}.fa-otter:before{content:""}.fa-person-dress:before,.fa-female:before{content:""}.fa-comment-dollar:before{content:""}.fa-business-time:before,.fa-briefcase-clock:before{content:""}.fa-table-cells-large:before,.fa-th-large:before{content:""}.fa-book-tanakh:before,.fa-tanakh:before{content:""}.fa-phone-volume:before,.fa-volume-control-phone:before{content:""}.fa-hat-cowboy-side:before{content:""}.fa-clipboard-user:before{content:""}.fa-child:before{content:""}.fa-lira-sign:before{content:""}.fa-satellite:before{content:""}.fa-plane-lock:before{content:""}.fa-tag:before{content:""}.fa-comment:before{content:""}.fa-cake-candles:before,.fa-birthday-cake:before,.fa-cake:before{content:""}.fa-envelope:before{content:""}.fa-angles-up:before,.fa-angle-double-up:before{content:""}.fa-paperclip:before{content:""}.fa-arrow-right-to-city:before{content:""}.fa-ribbon:before{content:""}.fa-lungs:before{content:""}.fa-arrow-up-9-1:before,.fa-sort-numeric-up-alt:before{content:""}.fa-litecoin-sign:before{content:""}.fa-border-none:before{content:""}.fa-circle-nodes:before{content:""}.fa-parachute-box:before{content:""}.fa-indent:before{content:""}.fa-truck-field-un:before{content:""}.fa-hourglass:before,.fa-hourglass-empty:before{content:""}.fa-mountain:before{content:""}.fa-user-doctor:before,.fa-user-md:before{content:""}.fa-circle-info:before,.fa-info-circle:before{content:""}.fa-cloud-meatball:before{content:""}.fa-camera:before,.fa-camera-alt:before{content:""}.fa-square-virus:before{content:""}.fa-meteor:before{content:""}.fa-car-on:before{content:""}.fa-sleigh:before{content:""}.fa-arrow-down-1-9:before,.fa-sort-numeric-asc:before,.fa-sort-numeric-down:before{content:""}.fa-hand-holding-droplet:before,.fa-hand-holding-water:before{content:""}.fa-water:before{content:""}.fa-calendar-check:before{content:""}.fa-braille:before{content:""}.fa-prescription-bottle-medical:before,.fa-prescription-bottle-alt:before{content:""}.fa-landmark:before{content:""}.fa-truck:before{content:""}.fa-crosshairs:before{content:""}.fa-person-cane:before{content:""}.fa-tent:before{content:""}.fa-vest-patches:before{content:""}.fa-check-double:before{content:""}.fa-arrow-down-a-z:before,.fa-sort-alpha-asc:before,.fa-sort-alpha-down:before{content:""}.fa-money-bill-wheat:before{content:""}.fa-cookie:before{content:""}.fa-arrow-rotate-left:before,.fa-arrow-left-rotate:before,.fa-arrow-rotate-back:before,.fa-arrow-rotate-backward:before,.fa-undo:before{content:""}.fa-hard-drive:before,.fa-hdd:before{content:""}.fa-face-grin-squint-tears:before,.fa-grin-squint-tears:before{content:""}.fa-dumbbell:before{content:""}.fa-rectangle-list:before,.fa-list-alt:before{content:""}.fa-tarp-droplet:before{content:""}.fa-house-medical-circle-check:before{content:""}.fa-person-skiing-nordic:before,.fa-skiing-nordic:before{content:""}.fa-calendar-plus:before{content:""}.fa-plane-arrival:before{content:""}.fa-circle-left:before,.fa-arrow-alt-circle-left:before{content:""}.fa-train-subway:before,.fa-subway:before{content:""}.fa-chart-gantt:before{content:""}.fa-indian-rupee-sign:before,.fa-indian-rupee:before,.fa-inr:before{content:""}.fa-crop-simple:before,.fa-crop-alt:before{content:""}.fa-money-bill-1:before,.fa-money-bill-alt:before{content:""}.fa-left-long:before,.fa-long-arrow-alt-left:before{content:""}.fa-dna:before{content:""}.fa-virus-slash:before{content:""}.fa-minus:before,.fa-subtract:before{content:""}.fa-chess:before{content:""}.fa-arrow-left-long:before,.fa-long-arrow-left:before{content:""}.fa-plug-circle-check:before{content:""}.fa-street-view:before{content:""}.fa-franc-sign:before{content:""}.fa-volume-off:before{content:""}.fa-hands-asl-interpreting:before,.fa-american-sign-language-interpreting:before,.fa-asl-interpreting:before,.fa-hands-american-sign-language-interpreting:before{content:""}.fa-gear:before,.fa-cog:before{content:""}.fa-droplet-slash:before,.fa-tint-slash:before{content:""}.fa-mosque:before{content:""}.fa-mosquito:before{content:""}.fa-star-of-david:before{content:""}.fa-person-military-rifle:before{content:""}.fa-cart-shopping:before,.fa-shopping-cart:before{content:""}.fa-vials:before{content:""}.fa-plug-circle-plus:before{content:""}.fa-place-of-worship:before{content:""}.fa-grip-vertical:before{content:""}.fa-arrow-turn-up:before,.fa-level-up:before{content:""}.fa-u:before{content:"U"}.fa-square-root-variable:before,.fa-square-root-alt:before{content:""}.fa-clock:before,.fa-clock-four:before{content:""}.fa-backward-step:before,.fa-step-backward:before{content:""}.fa-pallet:before{content:""}.fa-faucet:before{content:""}.fa-baseball-bat-ball:before{content:""}.fa-s:before{content:"S"}.fa-timeline:before{content:""}.fa-keyboard:before{content:""}.fa-caret-down:before{content:""}.fa-house-chimney-medical:before,.fa-clinic-medical:before{content:""}.fa-temperature-three-quarters:before,.fa-temperature-3:before,.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:""}.fa-mobile-screen:before,.fa-mobile-android-alt:before{content:""}.fa-plane-up:before{content:""}.fa-piggy-bank:before{content:""}.fa-battery-half:before,.fa-battery-3:before{content:""}.fa-mountain-city:before{content:""}.fa-coins:before{content:""}.fa-khanda:before{content:""}.fa-sliders:before,.fa-sliders-h:before{content:""}.fa-folder-tree:before{content:""}.fa-network-wired:before{content:""}.fa-map-pin:before{content:""}.fa-hamsa:before{content:""}.fa-cent-sign:before{content:""}.fa-flask:before{content:""}.fa-person-pregnant:before{content:""}.fa-wand-sparkles:before{content:""}.fa-ellipsis-vertical:before,.fa-ellipsis-v:before{content:""}.fa-ticket:before{content:""}.fa-power-off:before{content:""}.fa-right-long:before,.fa-long-arrow-alt-right:before{content:""}.fa-flag-usa:before{content:""}.fa-laptop-file:before{content:""}.fa-tty:before,.fa-teletype:before{content:""}.fa-diagram-next:before{content:""}.fa-person-rifle:before{content:""}.fa-house-medical-circle-exclamation:before{content:""}.fa-closed-captioning:before{content:""}.fa-person-hiking:before,.fa-hiking:before{content:""}.fa-venus-double:before{content:""}.fa-images:before{content:""}.fa-calculator:before{content:""}.fa-people-pulling:before{content:""}.fa-n:before{content:"N"}.fa-cable-car:before,.fa-tram:before{content:""}.fa-cloud-rain:before{content:""}.fa-building-circle-xmark:before{content:""}.fa-ship:before{content:""}.fa-arrows-down-to-line:before{content:""}.fa-download:before{content:""}.fa-face-grin:before,.fa-grin:before{content:""}.fa-delete-left:before,.fa-backspace:before{content:""}.fa-eye-dropper:before,.fa-eye-dropper-empty:before,.fa-eyedropper:before{content:""}.fa-file-circle-check:before{content:""}.fa-forward:before{content:""}.fa-mobile:before,.fa-mobile-android:before,.fa-mobile-phone:before{content:""}.fa-face-meh:before,.fa-meh:before{content:""}.fa-align-center:before{content:""}.fa-book-skull:before,.fa-book-dead:before{content:""}.fa-id-card:before,.fa-drivers-license:before{content:""}.fa-outdent:before,.fa-dedent:before{content:""}.fa-heart-circle-exclamation:before{content:""}.fa-house:before,.fa-home:before,.fa-home-alt:before,.fa-home-lg-alt:before{content:""}.fa-calendar-week:before{content:""}.fa-laptop-medical:before{content:""}.fa-b:before{content:"B"}.fa-file-medical:before{content:""}.fa-dice-one:before{content:""}.fa-kiwi-bird:before{content:""}.fa-arrow-right-arrow-left:before,.fa-exchange:before{content:""}.fa-rotate-right:before,.fa-redo-alt:before,.fa-rotate-forward:before{content:""}.fa-utensils:before,.fa-cutlery:before{content:""}.fa-arrow-up-wide-short:before,.fa-sort-amount-up:before{content:""}.fa-mill-sign:before{content:""}.fa-bowl-rice:before{content:""}.fa-skull:before{content:""}.fa-tower-broadcast:before,.fa-broadcast-tower:before{content:""}.fa-truck-pickup:before{content:""}.fa-up-long:before,.fa-long-arrow-alt-up:before{content:""}.fa-stop:before{content:""}.fa-code-merge:before{content:""}.fa-upload:before{content:""}.fa-hurricane:before{content:""}.fa-mound:before{content:""}.fa-toilet-portable:before{content:""}.fa-compact-disc:before{content:""}.fa-file-arrow-down:before,.fa-file-download:before{content:""}.fa-caravan:before{content:""}.fa-shield-cat:before{content:""}.fa-bolt:before,.fa-zap:before{content:""}.fa-glass-water:before{content:""}.fa-oil-well:before{content:""}.fa-vault:before{content:""}.fa-mars:before{content:""}.fa-toilet:before{content:""}.fa-plane-circle-xmark:before{content:""}.fa-yen-sign:before,.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen:before{content:""}.fa-ruble-sign:before,.fa-rouble:before,.fa-rub:before,.fa-ruble:before{content:""}.fa-sun:before{content:""}.fa-guitar:before{content:""}.fa-face-laugh-wink:before,.fa-laugh-wink:before{content:""}.fa-horse-head:before{content:""}.fa-bore-hole:before{content:""}.fa-industry:before{content:""}.fa-circle-down:before,.fa-arrow-alt-circle-down:before{content:""}.fa-arrows-turn-to-dots:before{content:""}.fa-florin-sign:before{content:""}.fa-arrow-down-short-wide:before,.fa-sort-amount-desc:before,.fa-sort-amount-down-alt:before{content:""}.fa-less-than:before{content:"<"}.fa-angle-down:before{content:""}.fa-car-tunnel:before{content:""}.fa-head-side-cough:before{content:""}.fa-grip-lines:before{content:""}.fa-thumbs-down:before{content:""}.fa-user-lock:before{content:""}.fa-arrow-right-long:before,.fa-long-arrow-right:before{content:""}.fa-anchor-circle-xmark:before{content:""}.fa-ellipsis:before,.fa-ellipsis-h:before{content:""}.fa-chess-pawn:before{content:""}.fa-kit-medical:before,.fa-first-aid:before{content:""}.fa-person-through-window:before{content:""}.fa-toolbox:before{content:""}.fa-hands-holding-circle:before{content:""}.fa-bug:before{content:""}.fa-credit-card:before,.fa-credit-card-alt:before{content:""}.fa-car:before,.fa-automobile:before{content:""}.fa-hand-holding-hand:before{content:""}.fa-book-open-reader:before,.fa-book-reader:before{content:""}.fa-mountain-sun:before{content:""}.fa-arrows-left-right-to-line:before{content:""}.fa-dice-d20:before{content:""}.fa-truck-droplet:before{content:""}.fa-file-circle-xmark:before{content:""}.fa-temperature-arrow-up:before,.fa-temperature-up:before{content:""}.fa-medal:before{content:""}.fa-bed:before{content:""}.fa-square-h:before,.fa-h-square:before{content:""}.fa-podcast:before{content:""}.fa-temperature-full:before,.fa-temperature-4:before,.fa-thermometer-4:before,.fa-thermometer-full:before{content:""}.fa-bell:before{content:""}.fa-superscript:before{content:""}.fa-plug-circle-xmark:before{content:""}.fa-star-of-life:before{content:""}.fa-phone-slash:before{content:""}.fa-paint-roller:before{content:""}.fa-handshake-angle:before,.fa-hands-helping:before{content:""}.fa-location-dot:before,.fa-map-marker-alt:before{content:""}.fa-file:before{content:""}.fa-greater-than:before{content:">"}.fa-person-swimming:before,.fa-swimmer:before{content:""}.fa-arrow-down:before{content:""}.fa-droplet:before,.fa-tint:before{content:""}.fa-eraser:before{content:""}.fa-earth-americas:before,.fa-earth:before,.fa-earth-america:before,.fa-globe-americas:before{content:""}.fa-person-burst:before{content:""}.fa-dove:before{content:""}.fa-battery-empty:before,.fa-battery-0:before{content:""}.fa-socks:before{content:""}.fa-inbox:before{content:""}.fa-section:before{content:""}.fa-gauge-high:before,.fa-tachometer-alt:before,.fa-tachometer-alt-fast:before{content:""}.fa-envelope-open-text:before{content:""}.fa-hospital:before,.fa-hospital-alt:before,.fa-hospital-wide:before{content:""}.fa-wine-bottle:before{content:""}.fa-chess-rook:before{content:""}.fa-bars-staggered:before,.fa-reorder:before,.fa-stream:before{content:""}.fa-dharmachakra:before{content:""}.fa-hotdog:before{content:""}.fa-person-walking-with-cane:before,.fa-blind:before{content:""}.fa-drum:before{content:""}.fa-ice-cream:before{content:""}.fa-heart-circle-bolt:before{content:""}.fa-fax:before{content:""}.fa-paragraph:before{content:""}.fa-check-to-slot:before,.fa-vote-yea:before{content:""}.fa-star-half:before{content:""}.fa-boxes-stacked:before,.fa-boxes:before,.fa-boxes-alt:before{content:""}.fa-link:before,.fa-chain:before{content:""}.fa-ear-listen:before,.fa-assistive-listening-systems:before{content:""}.fa-tree-city:before{content:""}.fa-play:before{content:""}.fa-font:before{content:""}.fa-table-cells-row-lock:before{content:""}.fa-rupiah-sign:before{content:""}.fa-magnifying-glass:before,.fa-search:before{content:""}.fa-table-tennis-paddle-ball:before,.fa-ping-pong-paddle-ball:before,.fa-table-tennis:before{content:""}.fa-person-dots-from-line:before,.fa-diagnoses:before{content:""}.fa-trash-can-arrow-up:before,.fa-trash-restore-alt:before{content:""}.fa-naira-sign:before{content:""}.fa-cart-arrow-down:before{content:""}.fa-walkie-talkie:before{content:""}.fa-file-pen:before,.fa-file-edit:before{content:""}.fa-receipt:before{content:""}.fa-square-pen:before,.fa-pen-square:before,.fa-pencil-square:before{content:""}.fa-suitcase-rolling:before{content:""}.fa-person-circle-exclamation:before{content:""}.fa-chevron-down:before{content:""}.fa-battery-full:before,.fa-battery:before,.fa-battery-5:before{content:""}.fa-skull-crossbones:before{content:""}.fa-code-compare:before{content:""}.fa-list-ul:before,.fa-list-dots:before{content:""}.fa-school-lock:before{content:""}.fa-tower-cell:before{content:""}.fa-down-long:before,.fa-long-arrow-alt-down:before{content:""}.fa-ranking-star:before{content:""}.fa-chess-king:before{content:""}.fa-person-harassing:before{content:""}.fa-brazilian-real-sign:before{content:""}.fa-landmark-dome:before,.fa-landmark-alt:before{content:""}.fa-arrow-up:before{content:""}.fa-tv:before,.fa-television:before,.fa-tv-alt:before{content:""}.fa-shrimp:before{content:""}.fa-list-check:before,.fa-tasks:before{content:""}.fa-jug-detergent:before{content:""}.fa-circle-user:before,.fa-user-circle:before{content:""}.fa-user-shield:before{content:""}.fa-wind:before{content:""}.fa-car-burst:before,.fa-car-crash:before{content:""}.fa-y:before{content:"Y"}.fa-person-snowboarding:before,.fa-snowboarding:before{content:""}.fa-truck-fast:before,.fa-shipping-fast:before{content:""}.fa-fish:before{content:""}.fa-user-graduate:before{content:""}.fa-circle-half-stroke:before,.fa-adjust:before{content:""}.fa-clapperboard:before{content:""}.fa-circle-radiation:before,.fa-radiation-alt:before{content:""}.fa-baseball:before,.fa-baseball-ball:before{content:""}.fa-jet-fighter-up:before{content:""}.fa-diagram-project:before,.fa-project-diagram:before{content:""}.fa-copy:before{content:""}.fa-volume-xmark:before,.fa-volume-mute:before,.fa-volume-times:before{content:""}.fa-hand-sparkles:before{content:""}.fa-grip:before,.fa-grip-horizontal:before{content:""}.fa-share-from-square:before,.fa-share-square:before{content:""}.fa-child-combatant:before,.fa-child-rifle:before{content:""}.fa-gun:before{content:""}.fa-square-phone:before,.fa-phone-square:before{content:""}.fa-plus:before,.fa-add:before{content:"+"}.fa-expand:before{content:""}.fa-computer:before{content:""}.fa-xmark:before,.fa-close:before,.fa-multiply:before,.fa-remove:before,.fa-times:before{content:""}.fa-arrows-up-down-left-right:before,.fa-arrows:before{content:""}.fa-chalkboard-user:before,.fa-chalkboard-teacher:before{content:""}.fa-peso-sign:before{content:""}.fa-building-shield:before{content:""}.fa-baby:before{content:""}.fa-users-line:before{content:""}.fa-quote-left:before,.fa-quote-left-alt:before{content:""}.fa-tractor:before{content:""}.fa-trash-arrow-up:before,.fa-trash-restore:before{content:""}.fa-arrow-down-up-lock:before{content:""}.fa-lines-leaning:before{content:""}.fa-ruler-combined:before{content:""}.fa-copyright:before{content:""}.fa-equals:before{content:"="}.fa-blender:before{content:""}.fa-teeth:before{content:""}.fa-shekel-sign:before,.fa-ils:before,.fa-shekel:before,.fa-sheqel:before,.fa-sheqel-sign:before{content:""}.fa-map:before{content:""}.fa-rocket:before{content:""}.fa-photo-film:before,.fa-photo-video:before{content:""}.fa-folder-minus:before{content:""}.fa-store:before{content:""}.fa-arrow-trend-up:before{content:""}.fa-plug-circle-minus:before{content:""}.fa-sign-hanging:before,.fa-sign:before{content:""}.fa-bezier-curve:before{content:""}.fa-bell-slash:before{content:""}.fa-tablet:before,.fa-tablet-android:before{content:""}.fa-school-flag:before{content:""}.fa-fill:before{content:""}.fa-angle-up:before{content:""}.fa-drumstick-bite:before{content:""}.fa-holly-berry:before{content:""}.fa-chevron-left:before{content:""}.fa-bacteria:before{content:""}.fa-hand-lizard:before{content:""}.fa-notdef:before{content:""}.fa-disease:before{content:""}.fa-briefcase-medical:before{content:""}.fa-genderless:before{content:""}.fa-chevron-right:before{content:""}.fa-retweet:before{content:""}.fa-car-rear:before,.fa-car-alt:before{content:""}.fa-pump-soap:before{content:""}.fa-video-slash:before{content:""}.fa-battery-quarter:before,.fa-battery-2:before{content:""}.fa-radio:before{content:""}.fa-baby-carriage:before,.fa-carriage-baby:before{content:""}.fa-traffic-light:before{content:""}.fa-thermometer:before{content:""}.fa-vr-cardboard:before{content:""}.fa-hand-middle-finger:before{content:""}.fa-percent:before,.fa-percentage:before{content:"%"}.fa-truck-moving:before{content:""}.fa-glass-water-droplet:before{content:""}.fa-display:before{content:""}.fa-face-smile:before,.fa-smile:before{content:""}.fa-thumbtack:before,.fa-thumb-tack:before{content:""}.fa-trophy:before{content:""}.fa-person-praying:before,.fa-pray:before{content:""}.fa-hammer:before{content:""}.fa-hand-peace:before{content:""}.fa-rotate:before,.fa-sync-alt:before{content:""}.fa-spinner:before{content:""}.fa-robot:before{content:""}.fa-peace:before{content:""}.fa-gears:before,.fa-cogs:before{content:""}.fa-warehouse:before{content:""}.fa-arrow-up-right-dots:before{content:""}.fa-splotch:before{content:""}.fa-face-grin-hearts:before,.fa-grin-hearts:before{content:""}.fa-dice-four:before{content:""}.fa-sim-card:before{content:""}.fa-transgender:before,.fa-transgender-alt:before{content:""}.fa-mercury:before{content:""}.fa-arrow-turn-down:before,.fa-level-down:before{content:""}.fa-person-falling-burst:before{content:""}.fa-award:before{content:""}.fa-ticket-simple:before,.fa-ticket-alt:before{content:""}.fa-building:before{content:""}.fa-angles-left:before,.fa-angle-double-left:before{content:""}.fa-qrcode:before{content:""}.fa-clock-rotate-left:before,.fa-history:before{content:""}.fa-face-grin-beam-sweat:before,.fa-grin-beam-sweat:before{content:""}.fa-file-export:before,.fa-arrow-right-from-file:before{content:""}.fa-shield:before,.fa-shield-blank:before{content:""}.fa-arrow-up-short-wide:before,.fa-sort-amount-up-alt:before{content:""}.fa-house-medical:before{content:""}.fa-golf-ball-tee:before,.fa-golf-ball:before{content:""}.fa-circle-chevron-left:before,.fa-chevron-circle-left:before{content:""}.fa-house-chimney-window:before{content:""}.fa-pen-nib:before{content:""}.fa-tent-arrow-turn-left:before{content:""}.fa-tents:before{content:""}.fa-wand-magic:before,.fa-magic:before{content:""}.fa-dog:before{content:""}.fa-carrot:before{content:""}.fa-moon:before{content:""}.fa-wine-glass-empty:before,.fa-wine-glass-alt:before{content:""}.fa-cheese:before{content:""}.fa-yin-yang:before{content:""}.fa-music:before{content:""}.fa-code-commit:before{content:""}.fa-temperature-low:before{content:""}.fa-person-biking:before,.fa-biking:before{content:""}.fa-broom:before{content:""}.fa-shield-heart:before{content:""}.fa-gopuram:before{content:""}.fa-earth-oceania:before,.fa-globe-oceania:before{content:""}.fa-square-xmark:before,.fa-times-square:before,.fa-xmark-square:before{content:""}.fa-hashtag:before{content:"#"}.fa-up-right-and-down-left-from-center:before,.fa-expand-alt:before{content:""}.fa-oil-can:before{content:""}.fa-t:before{content:"T"}.fa-hippo:before{content:""}.fa-chart-column:before{content:""}.fa-infinity:before{content:""}.fa-vial-circle-check:before{content:""}.fa-person-arrow-down-to-line:before{content:""}.fa-voicemail:before{content:""}.fa-fan:before{content:""}.fa-person-walking-luggage:before{content:""}.fa-up-down:before,.fa-arrows-alt-v:before{content:""}.fa-cloud-moon-rain:before{content:""}.fa-calendar:before{content:""}.fa-trailer:before{content:""}.fa-bahai:before,.fa-haykal:before{content:""}.fa-sd-card:before{content:""}.fa-dragon:before{content:""}.fa-shoe-prints:before{content:""}.fa-circle-plus:before,.fa-plus-circle:before{content:""}.fa-face-grin-tongue-wink:before,.fa-grin-tongue-wink:before{content:""}.fa-hand-holding:before{content:""}.fa-plug-circle-exclamation:before{content:""}.fa-link-slash:before,.fa-chain-broken:before,.fa-chain-slash:before,.fa-unlink:before{content:""}.fa-clone:before{content:""}.fa-person-walking-arrow-loop-left:before{content:""}.fa-arrow-up-z-a:before,.fa-sort-alpha-up-alt:before{content:""}.fa-fire-flame-curved:before,.fa-fire-alt:before{content:""}.fa-tornado:before{content:""}.fa-file-circle-plus:before{content:""}.fa-book-quran:before,.fa-quran:before{content:""}.fa-anchor:before{content:""}.fa-border-all:before{content:""}.fa-face-angry:before,.fa-angry:before{content:""}.fa-cookie-bite:before{content:""}.fa-arrow-trend-down:before{content:""}.fa-rss:before,.fa-feed:before{content:""}.fa-draw-polygon:before{content:""}.fa-scale-balanced:before,.fa-balance-scale:before{content:""}.fa-gauge-simple-high:before,.fa-tachometer:before,.fa-tachometer-fast:before{content:""}.fa-shower:before{content:""}.fa-desktop:before,.fa-desktop-alt:before{content:""}.fa-m:before{content:"M"}.fa-table-list:before,.fa-th-list:before{content:""}.fa-comment-sms:before,.fa-sms:before{content:""}.fa-book:before{content:""}.fa-user-plus:before{content:""}.fa-check:before{content:""}.fa-battery-three-quarters:before,.fa-battery-4:before{content:""}.fa-house-circle-check:before{content:""}.fa-angle-left:before{content:""}.fa-diagram-successor:before{content:""}.fa-truck-arrow-right:before{content:""}.fa-arrows-split-up-and-left:before{content:""}.fa-hand-fist:before,.fa-fist-raised:before{content:""}.fa-cloud-moon:before{content:""}.fa-briefcase:before{content:""}.fa-person-falling:before{content:""}.fa-image-portrait:before,.fa-portrait:before{content:""}.fa-user-tag:before{content:""}.fa-rug:before{content:""}.fa-earth-europe:before,.fa-globe-europe:before{content:""}.fa-cart-flatbed-suitcase:before,.fa-luggage-cart:before{content:""}.fa-rectangle-xmark:before,.fa-rectangle-times:before,.fa-times-rectangle:before,.fa-window-close:before{content:""}.fa-baht-sign:before{content:""}.fa-book-open:before{content:""}.fa-book-journal-whills:before,.fa-journal-whills:before{content:""}.fa-handcuffs:before{content:""}.fa-triangle-exclamation:before,.fa-exclamation-triangle:before,.fa-warning:before{content:""}.fa-database:before{content:""}.fa-share:before,.fa-mail-forward:before{content:""}.fa-bottle-droplet:before{content:""}.fa-mask-face:before{content:""}.fa-hill-rockslide:before{content:""}.fa-right-left:before,.fa-exchange-alt:before{content:""}.fa-paper-plane:before{content:""}.fa-road-circle-exclamation:before{content:""}.fa-dungeon:before{content:""}.fa-align-right:before{content:""}.fa-money-bill-1-wave:before,.fa-money-bill-wave-alt:before{content:""}.fa-life-ring:before{content:""}.fa-hands:before,.fa-sign-language:before,.fa-signing:before{content:""}.fa-calendar-day:before{content:""}.fa-water-ladder:before,.fa-ladder-water:before,.fa-swimming-pool:before{content:""}.fa-arrows-up-down:before,.fa-arrows-v:before{content:""}.fa-face-grimace:before,.fa-grimace:before{content:""}.fa-wheelchair-move:before,.fa-wheelchair-alt:before{content:""}.fa-turn-down:before,.fa-level-down-alt:before{content:""}.fa-person-walking-arrow-right:before{content:""}.fa-square-envelope:before,.fa-envelope-square:before{content:""}.fa-dice:before{content:""}.fa-bowling-ball:before{content:""}.fa-brain:before{content:""}.fa-bandage:before,.fa-band-aid:before{content:""}.fa-calendar-minus:before{content:""}.fa-circle-xmark:before,.fa-times-circle:before,.fa-xmark-circle:before{content:""}.fa-gifts:before{content:""}.fa-hotel:before{content:""}.fa-earth-asia:before,.fa-globe-asia:before{content:""}.fa-id-card-clip:before,.fa-id-card-alt:before{content:""}.fa-magnifying-glass-plus:before,.fa-search-plus:before{content:""}.fa-thumbs-up:before{content:""}.fa-user-clock:before{content:""}.fa-hand-dots:before,.fa-allergies:before{content:""}.fa-file-invoice:before{content:""}.fa-window-minimize:before{content:""}.fa-mug-saucer:before,.fa-coffee:before{content:""}.fa-brush:before{content:""}.fa-mask:before{content:""}.fa-magnifying-glass-minus:before,.fa-search-minus:before{content:""}.fa-ruler-vertical:before{content:""}.fa-user-large:before,.fa-user-alt:before{content:""}.fa-train-tram:before{content:""}.fa-user-nurse:before{content:""}.fa-syringe:before{content:""}.fa-cloud-sun:before{content:""}.fa-stopwatch-20:before{content:""}.fa-square-full:before{content:""}.fa-magnet:before{content:""}.fa-jar:before{content:""}.fa-note-sticky:before,.fa-sticky-note:before{content:""}.fa-bug-slash:before{content:""}.fa-arrow-up-from-water-pump:before{content:""}.fa-bone:before{content:""}.fa-user-injured:before{content:""}.fa-face-sad-tear:before,.fa-sad-tear:before{content:""}.fa-plane:before{content:""}.fa-tent-arrows-down:before{content:""}.fa-exclamation:before{content:"!"}.fa-arrows-spin:before{content:""}.fa-print:before{content:""}.fa-turkish-lira-sign:before,.fa-try:before,.fa-turkish-lira:before{content:""}.fa-dollar-sign:before,.fa-dollar:before,.fa-usd:before{content:"$"}.fa-x:before{content:"X"}.fa-magnifying-glass-dollar:before,.fa-search-dollar:before{content:""}.fa-users-gear:before,.fa-users-cog:before{content:""}.fa-person-military-pointing:before{content:""}.fa-building-columns:before,.fa-bank:before,.fa-institution:before,.fa-museum:before,.fa-university:before{content:""}.fa-umbrella:before{content:""}.fa-trowel:before{content:""}.fa-d:before{content:"D"}.fa-stapler:before{content:""}.fa-masks-theater:before,.fa-theater-masks:before{content:""}.fa-kip-sign:before{content:""}.fa-hand-point-left:before{content:""}.fa-handshake-simple:before,.fa-handshake-alt:before{content:""}.fa-jet-fighter:before,.fa-fighter-jet:before{content:""}.fa-square-share-nodes:before,.fa-share-alt-square:before{content:""}.fa-barcode:before{content:""}.fa-plus-minus:before{content:""}.fa-video:before,.fa-video-camera:before{content:""}.fa-graduation-cap:before,.fa-mortar-board:before{content:""}.fa-hand-holding-medical:before{content:""}.fa-person-circle-check:before{content:""}.fa-turn-up:before,.fa-level-up-alt:before{content:""}.sr-only,.fa-sr-only,.sr-only-focusable:not(:focus),.fa-sr-only-focusable:not(:focus){clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}:root,:host{--fa-style-family-classic:"Font Awesome 6 Free";--fa-font-solid:normal 900 1em/1 "Font Awesome 6 Free"}@font-face{font-family:"Font Awesome 6 Free";font-style:normal;font-weight:900;font-display:block;src:url(/assets/fa-solid-900-QWY35r5r.woff2)format("woff2"),url(/assets/fa-solid-900-Cm9M9sZB.ttf)format("truetype")}.fas,.fa-solid{font-weight:900}.popup-menu{z-index:9999;min-width:140px;padding:var(--space-1);background:var(--color-surface-3);border:1px solid var(--color-border-strong);border-radius:var(--radius-md);visibility:hidden;pointer-events:none;flex-direction:column;gap:2px;display:flex;position:fixed;box-shadow:0 8px 24px #00000059}.popup-menu--visible{visibility:visible;pointer-events:auto}.popup-menu__item{width:100%;padding:var(--space-2) var(--space-3);border-radius:var(--radius-sm);color:var(--color-text-secondary);font-size:var(--text-sm);font-family:var(--font-sans);text-align:left;cursor:pointer;white-space:nowrap;-webkit-user-select:none;user-select:none;transition:background var(--transition-fast), color var(--transition-fast);background:0 0;border:none;display:block}.popup-menu__item:hover{background:var(--color-surface-hover);color:var(--color-text-primary)}.popup-menu__item--active{color:var(--color-accent);background:var(--color-accent-subtle)}.popup-menu__item--active:hover{background:var(--color-accent-subtle);color:var(--color-accent-hover)}.icon{line-height:1;font-size:inherit;align-items:center;display:inline-flex}.toast-stack{bottom:var(--space-5);right:var(--space-5);z-index:var(--z-toast);gap:var(--space-2);width:320px;max-width:calc(100vw - var(--space-10));pointer-events:none;flex-direction:column;display:flex;position:fixed}.toast{align-items:flex-start;gap:var(--space-3);padding:var(--space-3) var(--space-4);border-radius:var(--radius-md);border:1px solid var(--color-border);background:var(--color-surface-3);box-shadow:var(--shadow-md);pointer-events:all;animation:toast-slide-in var(--transition-base) both;display:flex}.toast--success{border-color:var(--color-success);background:var(--color-success-subtle)}.toast--error{border-color:var(--color-error);background:var(--color-error-subtle)}.toast__icon{font-size:var(--text-base);color:var(--color-text-muted);flex-shrink:0;margin-top:1px}.toast--success .toast__icon{color:var(--color-success)}.toast--error .toast__icon{color:var(--color-error)}.toast--info .toast__icon{color:var(--color-info)}.toast__message{font-size:var(--text-sm);line-height:var(--leading-normal);color:var(--color-text-primary);flex:1}.toast__close{border-radius:var(--radius-xs);width:20px;height:20px;font-size:var(--text-sm);color:var(--color-text-muted);transition:background var(--transition-fast), color var(--transition-fast);flex-shrink:0;justify-content:center;align-items:center;margin-top:1px;display:flex}.toast__close:hover{background:var(--color-surface-hover);color:var(--color-text-primary)}@keyframes toast-slide-in{0%{opacity:0;transform:translate(16px)}to{opacity:1;transform:translate(0)}}.app-shell{background:var(--color-bg);flex-direction:column;height:100%;display:flex;overflow:hidden}.top-nav{align-items:center;gap:var(--space-6);height:var(--nav-height);padding:0 var(--space-5);background:var(--color-surface-1);border-bottom:1px solid var(--color-border);flex-shrink:0;display:flex}.top-nav__brand{font-size:var(--text-md);font-weight:var(--weight-semibold);color:var(--color-text-primary);letter-spacing:-.2px}.top-nav__tabs{gap:var(--space-1);display:flex}.top-nav__tab{padding:var(--space-2) var(--space-3);border-radius:var(--radius-sm);font-size:var(--text-sm);font-weight:var(--weight-medium);color:var(--color-text-secondary);transition:color var(--transition-fast), background var(--transition-fast)}.top-nav__tab:hover{color:var(--color-text-primary);background:var(--color-surface-hover)}.top-nav__tab--active:not(.top-nav__tab--hidden){color:var(--color-text-primary);background:var(--color-surface-3)}.top-nav__end{align-items:center;gap:var(--space-2);margin-left:auto;display:flex}.btn{justify-content:center;align-items:center;gap:var(--space-2);border-radius:var(--radius-md);font-family:var(--font-sans);font-weight:var(--weight-medium);white-space:nowrap;cursor:pointer;-webkit-user-select:none;user-select:none;transition:background var(--transition-fast), border-color var(--transition-fast), color var(--transition-fast), opacity var(--transition-fast), transform var(--transition-fast);border:1px solid #0000;line-height:1;display:inline-flex}.btn:disabled{opacity:var(--opacity-disabled);cursor:not-allowed}.btn--sm{padding:var(--space-1) var(--space-3);font-size:var(--text-sm);height:var(--height-sm)}.btn--md{padding:var(--space-2) var(--space-4);font-size:var(--text-base);height:var(--height-md)}.btn--lg{padding:var(--space-3) var(--space-5);font-size:var(--text-md);height:var(--height-lg)}.btn--primary{background:var(--color-accent-dark);color:var(--color-white)}.btn--primary:hover:not(:disabled){background:var(--color-accent-hover)}.btn--primary:active:not(:disabled){background:var(--color-accent-active)}.btn--secondary{background:var(--color-surface-3);border-color:var(--color-border);color:var(--color-text-primary)}.btn--secondary:hover:not(:disabled){background:var(--color-surface-hover);border-color:var(--color-border-strong)}.btn--ghost{color:var(--color-text-secondary);background:0 0}.btn--ghost:hover:not(:disabled){background:var(--color-surface-hover);color:var(--color-text-primary)}.btn--danger{border-color:var(--color-error);color:var(--color-error);background:0 0}.btn--danger:hover:not(:disabled){background:var(--color-error-subtle)}.btn__kbd{font-family:var(--font-mono);font-size:var(--text-xs);padding:1px var(--space-1);border-radius:var(--radius-xs);opacity:.7;border:1px solid;line-height:1.4}.btn__spinner{border:2px solid;border-top-color:#0000;border-radius:50%;flex-shrink:0;width:14px;height:14px;animation:.65s linear infinite btn-spin;display:inline-block}@keyframes btn-spin{to{transform:rotate(360deg)}}.text-input{gap:var(--space-1);flex-direction:column;display:flex}.text-input__label{font-size:var(--text-sm);font-weight:var(--weight-medium);color:var(--color-text-secondary)}.text-input__field{font-family:var(--font-sans);font-size:var(--text-base);line-height:var(--leading-normal);transition:border-color var(--transition-fast), box-shadow var(--transition-fast)}.text-input__field:focus{box-shadow:0 0 0 3px var(--color-accent-subtle)}.text-input--error .text-input__field{border-color:var(--color-error)}.text-input--error .text-input__field:focus{box-shadow:0 0 0 3px var(--color-error-focus-ring)}.text-input--disabled .text-input__field{opacity:var(--opacity-disabled);cursor:not-allowed}.text-input__error{font-size:var(--text-xs);color:var(--color-error)}.text-input__hint{font-size:var(--text-xs);color:var(--color-text-muted)}.icon-btn{border-radius:var(--radius-sm);cursor:pointer;transition:background var(--transition-fast), color var(--transition-fast), border-color var(--transition-fast), transform var(--transition-fast);border:1px solid #0000;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.icon-btn:disabled{opacity:var(--opacity-disabled);cursor:not-allowed}.icon-btn--sm{width:var(--icon-btn-sm);height:var(--icon-btn-sm);font-size:var(--text-sm)}.icon-btn--md{width:var(--icon-btn-md);height:var(--icon-btn-md);font-size:var(--text-base)}.icon-btn--ghost{color:var(--color-text-muted);background:0 0}.icon-btn--ghost:hover:not(:disabled){background:var(--color-surface-hover);color:var(--color-text-primary)}.icon-btn--ghost.icon-btn--active{background:var(--color-accent-subtle);color:var(--color-accent)}.icon-btn--primary{background:var(--color-accent);color:var(--color-white)}.icon-btn--primary:hover:not(:disabled){background:var(--color-accent-hover)}.icon-btn--danger{color:var(--color-text-muted);background:0 0}.icon-btn--danger:hover:not(:disabled){background:var(--color-error-subtle);color:var(--color-error)}.slider{gap:var(--space-1);flex-direction:column;width:100%;display:flex}.slider__input{appearance:none;border-radius:var(--radius-full);background:var(--slider-track-bg,var(--color-surface-3));cursor:pointer;border:1px solid var(--color-border-inset);outline:none;width:100%;height:8px}.slider__input::-webkit-slider-thumb{appearance:none;background:var(--color-white);width:16px;height:16px;box-shadow:var(--shadow-xs), 0 0 0 1px #0000004d;cursor:grab;transition:transform var(--transition-fast);border-radius:50%}.slider__input::-webkit-slider-thumb:active{cursor:grabbing;transform:scale(1.15)}.slider__input::-moz-range-track{border-radius:var(--radius-full);background:var(--slider-track-bg,var(--color-surface-3));border:1px solid var(--color-border-inset);height:8px}.slider__input::-moz-range-thumb{background:var(--color-white);width:16px;height:16px;box-shadow:var(--shadow-xs), 0 0 0 1px #0000004d;cursor:grab;border:none;border-radius:50%}.slider__input::-moz-range-thumb:active{cursor:grabbing}.slider__input:disabled{opacity:var(--opacity-disabled);cursor:not-allowed}.slider__input:disabled::-webkit-slider-thumb{cursor:not-allowed}.option-group{gap:var(--space-2);flex-direction:column;display:flex}.option-group__grid{gap:var(--space-1);display:grid}.option-group__option{padding:var(--space-1) var(--space-2);font-family:var(--font-sans);font-size:var(--text-sm);font-weight:var(--weight-medium);text-align:center;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.overlay{background:var(--color-modal-overlay);z-index:var(--z-modal);padding:var(--space-4);justify-content:center;align-items:center;display:flex;position:fixed;inset:0;overflow-y:auto}.overlay__panel{background:var(--color-surface-2);border:1px solid var(--color-border);border-radius:var(--radius-xl);box-shadow:var(--shadow-xl);max-height:calc(100dvh - var(--space-8));max-width:calc(100vw - var(--space-8));flex-direction:column;width:max-content;margin:auto;display:flex;overflow:hidden}.overlay__header{justify-content:space-between;align-items:center;gap:var(--space-6);padding:var(--space-3) var(--space-4);border-bottom:1px solid var(--color-border);flex-shrink:0;display:flex}.overlay__title{font-size:var(--text-sm);font-weight:var(--weight-semibold);color:var(--color-text-primary);white-space:nowrap}.overlay__close{border-radius:var(--radius-sm);width:24px;height:24px;color:var(--color-text-muted);font-size:var(--text-xs);cursor:pointer;transition:background var(--transition-fast), color var(--transition-fast);background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;display:flex}.overlay__close:hover{background:var(--color-surface-hover);color:var(--color-text-primary)}.overlay__body{padding:var(--space-4);overflow-y:auto}@media (width<=480px){.overlay{padding:var(--space-2)}.overlay__body{padding:var(--space-3)}}.confirm-dialog{min-width:300px;max-width:400px}.confirm-dialog__message{font-size:var(--text-sm);color:var(--color-text-secondary);line-height:var(--leading-relaxed);margin-bottom:var(--space-5)}.confirm-dialog__actions{justify-content:flex-end;gap:var(--space-2);display:flex}.settings-panel{gap:var(--space-1);flex-direction:column;min-width:280px;display:flex}.settings-row{justify-content:space-between;align-items:center;gap:var(--space-4);padding:var(--space-2) 0;display:flex}.settings-row--column{align-items:flex-start;gap:var(--space-2);flex-direction:column}.settings-row__info{flex-direction:column;gap:2px;display:flex}.settings-row__label{font-size:var(--text-sm);font-weight:var(--weight-medium);color:var(--color-text-primary);cursor:default;-webkit-user-select:none;user-select:none}.settings-row__desc{font-size:var(--text-xs);color:var(--color-text-muted)}.settings-toggle{appearance:none;border-radius:var(--radius-full);background:var(--color-surface-hover);border:1px solid var(--color-border);cursor:pointer;width:36px;height:20px;transition:background var(--transition-fast), border-color var(--transition-fast);flex-shrink:0;position:relative}.settings-toggle:before{content:"";background:var(--color-text-muted);width:14px;height:14px;transition:transform var(--transition-fast), background var(--transition-fast);border-radius:50%;position:absolute;top:2px;left:2px}.settings-toggle:checked{background:var(--color-accent);border-color:var(--color-accent)}.settings-toggle:checked:before{background:var(--color-white);transform:translate(16px)}.settings-choice{gap:var(--space-1);background:var(--color-surface-1);border:1px solid var(--color-border);border-radius:var(--radius-sm);width:100%;padding:3px;display:flex}.settings-choice__opt{padding:var(--space-1) var(--space-3);border-radius:var(--radius-xs);font-size:var(--text-sm);font-weight:var(--weight-medium);color:var(--color-text-secondary);transition:background var(--transition-fast), color var(--transition-fast);flex:1}.settings-choice__opt:hover{background:var(--color-surface-hover);color:var(--color-text-primary)}.settings-choice__opt--active{background:var(--color-surface-3);color:var(--color-text-primary)}.settings-panel__divider{border:none;border-top:1px solid var(--color-border);margin:var(--space-2) 0}.settings-action{width:100%;padding:var(--space-2) var(--space-3);border-radius:var(--radius-sm);text-align:left;transition:background var(--transition-fast), color var(--transition-fast);flex-direction:column;gap:2px;display:flex}.settings-action:hover{background:var(--color-surface-hover)}.settings-action--danger{color:var(--color-error)}.settings-action--danger:hover{background:var(--color-error-subtle)}.settings-action__label{font-size:var(--text-sm);font-weight:var(--weight-medium)}.settings-action__desc{font-size:var(--text-xs);color:var(--color-text-muted)}.work-area{flex:1;display:flex;overflow:hidden}.work-area__input{width:var(--input-panel-width);background:var(--color-surface-1);border-right:1px solid var(--color-border);min-width:260px;padding:var(--space-5);transition:width var(--transition-base), min-width var(--transition-base), padding var(--transition-base);flex-shrink:0;overflow-y:auto}.work-area__input--hidden{width:0;min-width:0;padding-left:0;padding-right:0;overflow:hidden}.work-area__output{background:var(--color-bg);padding:var(--space-5);gap:var(--space-4);flex-direction:column;flex:1;min-width:0;display:flex;overflow-y:auto}@media (width<=780px){.work-area__input{top:var(--nav-height);z-index:var(--z-sticky);width:100vw;min-width:0;padding:var(--space-5);box-shadow:var(--shadow-lg);transition:transform var(--transition-base);position:fixed;bottom:0;left:0;overflow-y:auto;transform:translate(0)}.work-area__input--hidden{width:min(var(--input-panel-width), 90vw);min-width:0;padding:var(--space-5);overflow:hidden;transform:translate(-100%)}}.color-chip{border-radius:var(--radius-md);border:1px solid var(--color-border);-webkit-user-select:none;user-select:none;flex-shrink:0;position:relative;overflow:hidden}.color-chip--clickable{cursor:pointer}.color-chip--clickable:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}.color-chip--sm{width:40px;height:40px}.color-chip--md{width:56px;height:56px}.color-chip--lg{width:72px;height:72px}.color-chip__label{text-align:center;font-family:var(--font-mono);font-size:var(--text-xs);font-weight:var(--weight-medium);opacity:0;transition:opacity var(--transition-fast);pointer-events:none;white-space:nowrap;position:absolute;bottom:4px;left:0;right:0}.color-chip:hover .color-chip__label{opacity:1}.color-chip__label--dark{color:var(--color-overlay-dark-text)}.color-chip__label--light{color:var(--color-overlay-light-text)}.color-chip__actions{opacity:0;transition:opacity var(--transition-fast);gap:2px;display:flex;position:absolute;top:4px;right:4px}.color-chip:hover .color-chip__actions,.color-chip:focus-within .color-chip__actions{opacity:1}.color-chip__action{border-radius:var(--radius-xs);cursor:pointer;width:18px;height:18px;transition:background var(--transition-fast);border:none;justify-content:center;align-items:center;font-size:10px;line-height:1;display:flex}.color-chip__action--dark{background:var(--color-overlay-dark);color:var(--color-overlay-dark-text)}.color-chip__action--light{background:var(--color-overlay-light);color:var(--color-overlay-light-text)}.color-chip__action--dark:hover{background:var(--color-overlay-dark-hover)}.color-chip__action--light:hover{background:var(--color-overlay-light-hover)}.color-chip__action--active{background:var(--color-accent-overlay)!important;color:var(--color-white)!important}.color-picker{gap:var(--space-3);display:flex}.color-picker__main{gap:var(--space-3);flex-direction:column;width:248px;display:flex}.color-plane{border-radius:var(--radius-md);cursor:crosshair;background:linear-gradient(to bottom, transparent, #000), linear-gradient(to right, var(--color-white), transparent), hsl(var(--cp-hue,0deg), 100%, 50%);-webkit-user-select:none;user-select:none;flex-shrink:0;width:100%;height:156px;position:relative}.color-plane__thumb{border:2px solid var(--color-white);width:14px;height:14px;box-shadow:var(--shadow-xs);pointer-events:none;z-index:1;border-radius:50%;position:absolute;transform:translate(-50%,-50%)}.hue-bar{border-radius:var(--radius-full);cursor:crosshair;-webkit-user-select:none;user-select:none;background:linear-gradient(90deg,red,#ff0,#0f0,#0ff,#00f,#f0f,red);flex-shrink:0;width:100%;height:12px;position:relative}.hue-bar__thumb{border:2px solid var(--color-white);width:14px;height:14px;box-shadow:var(--shadow-xs);pointer-events:none;border-radius:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.color-picker__preview{border-radius:var(--radius-md);border:1px solid var(--color-border);background:linear-gradient(var(--preview-color,transparent), var(--preview-color,transparent)), repeating-conic-gradient(#444 0% 25%, #666 0% 50%) 0 0 / 10px 10px;width:100%;height:32px}.channel-sliders,.channel-sliders__rows{gap:var(--space-2);flex-direction:column;display:flex}.channel-row{align-items:center;gap:var(--space-2);display:flex}.channel-row__label{width:14px;font-size:var(--text-xs);font-weight:var(--weight-medium);color:var(--color-text-muted);text-align:right;flex-shrink:0}.channel-row__slider{--slider-height:8px;appearance:none;height:var(--slider-height);cursor:pointer;background:0 0;outline:none;flex:1}.channel-row__slider::-webkit-slider-runnable-track{height:var(--slider-height);border-radius:var(--radius-full);background:var(--slider-track-bg,var(--color-surface-3));border:1px solid var(--color-border-inset);background-repeat:no-repeat}.channel-row__slider::-webkit-slider-thumb{appearance:none;border:2px solid var(--color-white);width:12px;height:12px;box-shadow:var(--shadow-xs);cursor:grab;background:0 0;border-radius:50%;margin-top:-3.5px}.channel-row__slider::-webkit-slider-thumb:active{cursor:grabbing}.channel-row__slider::-moz-range-track{height:var(--slider-height);border-radius:var(--radius-full);background:var(--slider-track-bg,var(--color-surface-3));border:1px solid var(--color-border-inset);background-repeat:no-repeat}.channel-row__slider::-moz-range-thumb{border:2px solid var(--color-white);width:12px;height:12px;box-shadow:var(--shadow-xs);cursor:grab;background:0 0;border-radius:50%}.channel-row__input{width:46px;padding:var(--space-1) var(--space-1);background:var(--color-surface-1);border:1px solid var(--color-border);border-radius:var(--radius-sm);color:var(--color-text-primary);font-family:var(--font-mono);font-size:var(--text-xs);text-align:center;transition:border-color var(--transition-fast);outline:none;flex-shrink:0}.channel-row__input:focus{border-color:var(--color-accent)}.color-code-input{font-family:var(--font-mono);font-size:var(--text-sm)}.color-presets{gap:var(--space-1);flex-direction:column;padding-top:2px;display:flex}.color-presets__swatch{border-radius:var(--radius-sm);border:1px solid var(--color-border-inset);cursor:pointer;width:22px;height:22px;transition:transform var(--transition-fast), border-color var(--transition-fast);flex-shrink:0}.color-presets__swatch:hover{border-color:var(--color-white);transform:scale(1.15)}.color-input{gap:var(--space-3);flex-direction:column;display:flex}.color-input__field-row{align-items:center;gap:var(--space-1);padding-right:var(--space-1);border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface-2);transition:border-color var(--transition-fast), box-shadow var(--transition-fast);display:flex}.color-input__field-row:focus-within{border-color:var(--color-accent);box-shadow:0 0 0 3px var(--color-accent-subtle)}.color-input__field-row--error{border-color:var(--color-error)}.color-input__field-row--error:focus-within{box-shadow:0 0 0 3px var(--color-error-focus-ring)}.color-input__field{padding:var(--space-2) var(--space-3);color:var(--color-text-primary);font-family:var(--font-mono);font-size:var(--text-sm);border:none;border-right:1px solid var(--color-border);background:0 0;outline:none;flex:1}.color-input__field::placeholder{color:var(--color-text-muted);font-family:var(--font-sans)}.color-input__add-btn{height:100%;color:var(--color-text-secondary);font-size:var(--text-lg);font-weight:var(--weight-medium);cursor:pointer;transition:color var(--transition-fast), background var(--transition-fast);border-radius:0 var(--radius-md) var(--radius-md) 0;background:0 0;border:none;min-width:30px;padding:0}.color-input__add-btn:hover{background:var(--color-surface-hover);color:var(--color-accent)}.color-input__error{font-size:var(--text-xs);color:var(--color-error);margin:0}.color-input__chips{gap:var(--space-2);flex-wrap:wrap;display:flex}.palette-size{justify-content:space-between;align-items:center;display:flex}.palette-size__label{font-size:var(--text-sm);font-weight:var(--weight-medium);color:var(--color-text-secondary)}.palette-size__control{align-items:center;gap:var(--space-3);background:var(--color-surface-2);padding:var(--space-1) var(--space-2);width:var(--control-width-sm);box-sizing:border-box;justify-content:space-between;display:flex}.palette-size__value{text-align:center;min-width:24px;font-size:var(--text-base);font-weight:var(--weight-semibold);color:var(--color-text-primary);font-variant-numeric:tabular-nums}.seed-input{justify-content:space-between;align-items:center;display:flex}.seed-input__label{font-size:var(--text-sm);font-weight:var(--weight-medium);color:var(--color-text-secondary)}.seed-input__control{background:var(--color-surface-2);padding:var(--space-1) var(--space-1) var(--space-1) var(--space-2);align-items:center;gap:var(--space-1);width:var(--control-width-sm);box-sizing:border-box;display:flex}.seed-input__input{color:var(--color-text-primary);font-family:var(--font-mono);font-size:var(--text-sm);text-align:left;-moz-appearance:textfield;background:0 0;border:none;outline:none;padding-left:4px}.seed-input__input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.seed-input__input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.variant-count{justify-content:space-between;align-items:center;display:flex}.variant-count__label{font-size:var(--text-sm);font-weight:var(--weight-medium);color:var(--color-text-secondary)}.variant-count__control{align-items:center;gap:var(--space-3);background:var(--color-surface-2);padding:var(--space-1) var(--space-2);width:var(--control-width-sm);box-sizing:border-box;justify-content:space-between;display:flex}.variant-count__value{text-align:center;min-width:24px;font-size:var(--text-base);font-weight:var(--weight-semibold);color:var(--color-text-primary);font-variant-numeric:tabular-nums}.generator-tool{gap:var(--space-5);flex-direction:column;display:flex}.generator-tool__divider{border:none;border-top:1px solid var(--color-border);margin:0}.generator-tool__settings{gap:var(--space-4);flex-direction:column;display:flex}.drop-zone{justify-content:center;align-items:center;gap:var(--space-3);padding:var(--space-8) var(--space-6);border:2px dashed var(--color-border-strong);border-radius:var(--radius-lg);background:var(--color-surface-1);cursor:pointer;text-align:center;transition:border-color var(--transition-fast), background var(--transition-fast);outline:none;flex-direction:column;display:flex}.drop-zone:hover,.drop-zone:focus-visible,.drop-zone--over{border-color:var(--color-accent-border);background:var(--color-accent-subtle)}.drop-zone__input{display:none}.drop-zone__icon{color:var(--color-text-muted);transition:color var(--transition-fast);font-size:1.75rem}.drop-zone:hover .drop-zone__icon,.drop-zone:focus-visible .drop-zone__icon,.drop-zone--over .drop-zone__icon{color:var(--color-accent)}.drop-zone__hint{font-size:var(--text-sm);color:var(--color-text-secondary)}.drop-zone__link{color:var(--color-accent);text-underline-offset:2px;text-decoration:underline}.drop-zone__sub{font-size:var(--text-xs);color:var(--color-text-muted)}.extractor-tool{gap:var(--space-5);flex-direction:column;display:flex}.extractor-tool__divider{border:none;border-top:1px solid var(--color-border);margin:0}.extractor-tool__settings{gap:var(--space-4);flex-direction:column;display:flex}.extractor-tool__preview{gap:var(--space-3);align-items:flex-start;display:flex}.extractor-tool__thumb{object-fit:cover;border-radius:var(--radius-sm);border:1px solid var(--color-border);background:var(--color-surface-2);flex-shrink:0;width:96px;height:72px}.extractor-tool__meta{gap:var(--space-1);flex-direction:column;flex:1;min-width:0;display:flex}.extractor-tool__filename{font-size:var(--text-sm);font-weight:var(--weight-medium);color:var(--color-text-primary);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.extractor-tool__dims{font-size:var(--text-xs);color:var(--color-text-muted)}.contrast-matrix{border-collapse:separate;border-spacing:2px;font-size:var(--text-xs);font-variant-numeric:tabular-nums;width:100%}.contrast-matrix th,.contrast-matrix td{border-radius:var(--radius-xs);text-align:center;vertical-align:middle;height:28px;font-size:var(--text-xs);font-weight:var(--weight-normal);padding:0}.contrast-matrix thead td:first-child,.contrast-matrix tbody th{width:20px}.contrast-matrix__cell--swatch{border:1px solid var(--color-border-inset)}.contrast-matrix__cell--self{color:var(--color-text-muted)}.contrast-matrix__cell--aaa{background:var(--color-success-subtle);color:var(--color-success)}.contrast-matrix__cell--aa{background:var(--color-warning-subtle);color:var(--color-warning)}.contrast-matrix__cell--fail{background:var(--color-error-subtle);color:var(--color-error)}.palette-strip{gap:var(--space-3);padding:var(--space-3) var(--space-4) var(--space-4);background:var(--color-surface-1);transition:border-color var(--transition-fast);flex-direction:column;display:flex}.palette-strip:has(.palette-strip__header:hover){outline:1px solid #ffffff28}.palette-strip--selected{border-color:var(--color-accent-border);outline:1px solid #ffffff28}.palette-strip__header{cursor:pointer;justify-content:space-between;align-items:center;display:flex}.palette-strip__header *{-webkit-user-select:none;user-select:none}.palette-strip__label{font-size:var(--text-sm);font-weight:var(--weight-semibold);color:var(--color-text-primary);cursor:pointer;transition:color var(--transition-fast);background:0 0;border:none;padding:0}.palette-strip__label:hover,.palette-strip--selected .palette-strip__label{color:var(--color-accent)}.palette-strip__actions{align-items:center;gap:var(--space-2);display:flex}.palette-strip__chips{gap:var(--space-2);flex-wrap:wrap;display:flex}@media (width<=780px){.palette-strip--compact .palette-strip__chips{flex-direction:column}}.palette-strip__chip-slot{align-items:center;gap:var(--space-1);flex-direction:column;display:flex}.palette-strip__chip-slot--compact{align-items:center;gap:var(--space-1);flex-direction:row;display:flex}.palette-strip__role-badge{padding:2px var(--space-2);border:1px solid var(--color-border);border-radius:var(--radius-full);background:var(--color-surface-2);color:var(--color-text-muted);font-size:var(--text-xs);font-weight:var(--weight-medium);cursor:pointer;width:36px;transition:background var(--transition-fast), color var(--transition-fast), border-color var(--transition-fast);white-space:nowrap}.palette-strip__role-badge:hover{background:var(--color-surface-hover);border-color:var(--color-border-strong);color:var(--color-text-secondary)}.palette-strip__role-badge--assigned{background:var(--color-accent-subtle);border-color:var(--color-accent-border);color:var(--color-accent)}.palette-strip--collapsed{gap:0}.palette-strip--compact{padding:var(--space-2) var(--space-3);gap:var(--space-2)}.palette-strip--compact .palette-strip__chips{flex-wrap:nowrap}.palette-strip--compact .palette-strip__chip-slot{flex:1;min-width:0}.palette-strip--compact .color-chip{border-radius:var(--radius-xs);flex:1;width:100%;height:20px}.palette-preview{border-radius:var(--radius-lg);border:1px solid var(--color-border);font-size:var(--text-sm);-webkit-user-select:none;user-select:none;overflow:hidden}.palette-preview__nav{align-items:center;gap:var(--space-4);padding:var(--space-3) var(--space-5);display:flex}.palette-preview__nav-logo{font-weight:var(--weight-bold);font-size:var(--text-base);flex-shrink:0}.palette-preview__nav-links{gap:var(--space-4);flex:1;display:flex}.palette-preview__nav-link{font-size:var(--text-xs);opacity:.8}.palette-preview__nav-cta{padding:var(--space-1) var(--space-3);border-radius:var(--radius-full);font-size:var(--text-xs);font-weight:var(--weight-medium);flex-shrink:0}.palette-preview__hero{align-items:flex-start;gap:var(--space-3);padding:var(--space-8) var(--space-5);flex-direction:column;display:flex}.palette-preview__hero-tag{padding:2px var(--space-2);border-radius:var(--radius-full);font-size:var(--text-xs);font-weight:var(--weight-medium)}.palette-preview__hero-heading{font-size:var(--text-xl);font-weight:var(--weight-bold);line-height:var(--leading-tight);margin:0}.palette-preview__hero-body{font-size:var(--text-sm);max-width:480px;line-height:var(--leading-normal);opacity:.8;margin:0}.palette-preview__hero-actions{gap:var(--space-2);margin-top:var(--space-1);display:flex}.palette-preview__btn{padding:var(--space-2) var(--space-4);border-radius:var(--radius-md);font-size:var(--text-xs);font-weight:var(--weight-medium)}.palette-preview__btn--ghost{background:0 0}.palette-preview__cards{gap:var(--space-3);padding:var(--space-5);grid-template-columns:repeat(3,1fr);display:grid}.palette-preview__card{gap:var(--space-2);padding:var(--space-4);border-radius:var(--radius-md);flex-direction:column;display:flex}.palette-preview__card-dot{border-radius:var(--radius-sm);flex-shrink:0;width:28px;height:28px}.palette-preview__card-title{font-weight:var(--weight-semibold);font-size:var(--text-base)}.palette-preview__card-body{font-size:var(--text-xs);line-height:var(--leading-normal);opacity:.75;margin:0}.palette-preview--dimmed{opacity:.5;pointer-events:none}.palette-preview--compact .palette-preview__nav{padding:var(--space-2) var(--space-4)}.palette-preview--compact .palette-preview__hero{padding:var(--space-3) var(--space-4);gap:var(--space-2)}.palette-preview--compact .palette-preview__hero-heading{font-size:var(--text-base)}.palette-preview--compact .palette-preview__hero-body,.palette-preview--compact .palette-preview__hero-tag{display:none}.color-detail{gap:var(--space-4);flex-direction:column;width:280px;display:flex}.color-detail--editable{width:auto}.color-detail__swatch{border-radius:var(--radius-md);border:1px solid var(--color-border);width:100%;height:72px}.color-detail__row{align-items:center;gap:var(--space-2);display:flex}.color-detail__row-label{flex-shrink:0;width:48px}.color-detail__row-value{font-family:var(--font-mono);font-size:var(--text-sm);color:var(--color-text-primary);flex:1}.palette-export{gap:var(--space-3);flex-direction:column;width:340px;display:flex}.palette-export__tabs{gap:var(--space-1);display:flex}.palette-export__tab{padding:var(--space-1) var(--space-2);font-size:var(--text-xs);font-weight:var(--weight-medium);text-align:center;flex:1}.palette-export__code{font-family:var(--font-mono);font-size:var(--text-xs);color:var(--color-text-secondary);background:var(--color-surface-1);padding:var(--space-3);white-space:pre;line-height:var(--leading-normal);margin:0;overflow-x:auto}.palette-export__footer{align-items:center;gap:var(--space-2);display:flex}.sandbox-editor{border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface-1);flex-direction:column;display:flex;overflow:hidden}.sandbox-editor__header{padding:var(--space-2) var(--space-3);border-bottom:1px solid var(--color-border);background:var(--color-surface-2);flex-shrink:0;justify-content:space-between;align-items:center;display:flex}.sandbox-editor__tabs{gap:var(--space-1);display:flex}.sandbox-editor__tab{padding:var(--space-1) var(--space-3);font-size:var(--text-xs);font-weight:var(--weight-semibold);letter-spacing:.04em;text-transform:uppercase;border-radius:var(--radius-sm);color:var(--color-text-secondary);cursor:pointer;transition:background var(--transition-fast), color var(--transition-fast);background:0 0;border:none;font-family:inherit}.sandbox-editor__tab:hover{background:var(--color-surface-hover);color:var(--color-text-primary)}.sandbox-editor__tab--active{background:var(--color-accent-subtle);color:var(--color-accent)}.sandbox-editor__controls{align-items:center;gap:var(--space-1);display:flex}.sandbox-editor__template-select{padding:var(--space-1) var(--space-2);font-size:var(--text-xs);background:var(--color-surface-3);color:var(--color-text-secondary);border:1px solid var(--color-border);border-radius:var(--radius-sm);cursor:pointer;font-family:var(--font-sans);transition:border-color var(--transition-fast);outline:none}.sandbox-editor__template-select:focus{border-color:var(--color-accent);color:var(--color-text-primary)}.sandbox-editor__file-input{display:none}.code-editor{--editor-font:var(--font-mono);--editor-size:12px;--editor-lh:20px;--editor-pad-y:var(--space-3);--editor-pad-x:var(--space-3);--gutter-w:44px;height:300px;display:flex;overflow:hidden}.code-editor__gutter{width:var(--gutter-w);padding-top:var(--editor-pad-y);padding-bottom:var(--editor-pad-y);padding-right:var(--space-2);background:var(--color-surface-2);border-right:1px solid var(--color-border-subtle);text-align:right;-webkit-user-select:none;user-select:none;flex-shrink:0;overflow:hidden}.code-editor__line-num{height:var(--editor-lh);font-family:var(--editor-font);font-size:var(--editor-size);line-height:var(--editor-lh);color:var(--color-text-muted);display:block}.code-editor__textarea{resize:none;color:var(--color-text-primary);font-family:var(--editor-font);font-size:var(--editor-size);line-height:var(--editor-lh);padding:var(--editor-pad-y) var(--editor-pad-x);tab-size:2;white-space:pre;word-break:normal;overflow-wrap:normal;caret-color:var(--color-accent);background:0 0;border:none;outline:none;flex:1;overflow:auto}.code-editor__textarea::selection{background:color-mix(in srgb, var(--color-accent) 38%, transparent)}.sandbox-frame{border:1px solid var(--color-border);border-radius:var(--radius-md);background:#111;width:100%;min-height:420px;display:block}.var-reference{border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface-1);overflow:hidden}.var-reference__header{padding:var(--space-2) var(--space-3);background:var(--color-surface-2);border-bottom:1px solid var(--color-border);justify-content:space-between;align-items:center;display:flex}.var-reference__title{font-size:var(--text-xs);font-weight:var(--weight-semibold);letter-spacing:.04em;text-transform:uppercase;color:var(--color-text-secondary)}.var-reference__body{gap:var(--space-5);padding:var(--space-3) var(--space-4);flex-wrap:wrap;display:flex}.var-reference__section{gap:var(--space-1);flex-direction:column;display:flex}.var-reference__section-label{font-size:var(--text-xs);font-weight:var(--weight-semibold);letter-spacing:.03em;text-transform:uppercase;color:var(--color-text-muted);margin-bottom:var(--space-1)}.var-reference__row{align-items:center;gap:var(--space-2);display:flex}.var-reference__swatch{border-radius:var(--radius-sm);border:1px solid color-mix(in srgb, var(--color-border) 70%, transparent);flex-shrink:0;width:14px;height:14px}.var-reference__name{font-family:var(--font-mono);color:var(--color-text-secondary);flex:1;min-width:180px;font-size:11px}.var-reference__hex{font-family:var(--font-mono);color:var(--color-text-muted);font-size:11px}.palette-history{border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface-1);overflow:hidden}.palette-history--empty{padding:var(--space-4)}.palette-history__empty-text{font-size:var(--text-sm);color:var(--color-text-muted)}.palette-history__list{flex-direction:column;max-height:260px;display:flex;overflow-y:auto}.palette-history__item{border-bottom:1px solid var(--color-border);align-items:center;display:flex}.palette-history__item:last-child{border-bottom:none}.palette-history__entry{align-items:center;gap:var(--space-3);padding:var(--space-2) var(--space-3);text-align:left;transition:background var(--transition-fast);flex:1;display:flex}.palette-history__entry:hover{background:var(--color-surface-hover)}.palette-history__swatches{flex-shrink:0;gap:2px;display:flex}.palette-history__swatch{border-radius:2px;flex-shrink:0;width:12px;height:24px}.palette-history__meta{flex-direction:column;gap:2px;min-width:0;display:flex}.palette-history__label{font-size:var(--text-xs);font-weight:var(--weight-medium);color:var(--color-text-primary)}.palette-history__time{font-size:var(--text-xs);color:var(--color-text-muted)}.palette-history__remove{padding:var(--space-2);margin-right:var(--space-1);border-radius:var(--radius-xs);font-size:var(--text-xs);color:var(--color-text-muted);transition:background var(--transition-fast), color var(--transition-fast);flex-shrink:0;display:flex}.palette-history__remove:hover{background:var(--color-surface-hover);color:var(--color-text-primary)}.output-panel{gap:var(--space-5);flex-direction:column;display:flex}.output-panel__header{align-items:center;gap:8px;display:flex}.output-panel__list{gap:var(--space-4);flex-direction:column;display:flex}.output-panel__list--compact{gap:var(--space-2)}.output-panel__sandbox{gap:var(--space-4);flex-direction:column;display:flex}.palette-empty{gap:var(--space-5);padding:var(--space-2) 0;flex-direction:column;display:flex}.palette-empty__strips{gap:var(--space-4);pointer-events:none;flex-direction:column;display:flex}.palette-empty__strip{gap:var(--space-3);padding:var(--space-3) var(--space-4) var(--space-4);border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface-1);opacity:.2;flex-direction:column;display:flex}.palette-empty__strip-header{border-radius:var(--radius-full);background:var(--color-text-secondary);width:38%;height:12px}.palette-empty__chips{gap:var(--space-2);display:flex}.palette-empty__chip{border-radius:var(--radius-sm);background:var(--color-text-secondary);flex:1;height:72px}.palette-empty__hint{text-align:center;font-size:var(--text-sm);color:var(--color-text-muted)}.output-panel__preview-hint{align-items:center;gap:var(--space-3);padding:var(--space-3) var(--space-4);border-radius:var(--radius-md);border:1px solid var(--color-border);background:var(--color-surface-2);font-size:var(--text-sm);color:var(--color-text-secondary);display:flex}.output-panel__preview-hint-icon{color:var(--color-info);flex-shrink:0}.output-panel__preview-hint-close{padding:var(--space-1);border-radius:var(--radius-xs);color:var(--color-text-muted);font-size:var(--text-sm);transition:background var(--transition-fast), color var(--transition-fast);flex-shrink:0;margin-left:auto;display:flex}.output-panel__preview-hint-close:hover{background:var(--color-surface-hover);color:var(--color-text-primary)}
