@keyframes CookieBanner-module-scss-module__AvF-Pa__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes CookieBanner-module-scss-module__AvF-Pa__fadeOut{0%{opacity:1}to{opacity:0}}@keyframes CookieBanner-module-scss-module__AvF-Pa__slideInFromTop{0%{transform:translateY(-100%)}to{transform:translateY(0)}}@keyframes CookieBanner-module-scss-module__AvF-Pa__slideInFromBottom{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes CookieBanner-module-scss-module__AvF-Pa__slideInFromLeft{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes CookieBanner-module-scss-module__AvF-Pa__slideInFromRight{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes CookieBanner-module-scss-module__AvF-Pa__slideOutToTop{0%{transform:translateY(0)}to{transform:translateY(-100%)}}@keyframes CookieBanner-module-scss-module__AvF-Pa__slideOutToBottom{0%{transform:translateY(0)}to{transform:translateY(100%)}}@keyframes CookieBanner-module-scss-module__AvF-Pa__slideOutToLeft{0%{transform:translate(0)}to{transform:translate(-100%)}}@keyframes CookieBanner-module-scss-module__AvF-Pa__slideOutToRight{0%{transform:translate(0)}to{transform:translate(100%)}}@keyframes CookieBanner-module-scss-module__AvF-Pa__scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes CookieBanner-module-scss-module__AvF-Pa__scaleOut{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.95)}}@keyframes CookieBanner-module-scss-module__AvF-Pa__pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes CookieBanner-module-scss-module__AvF-Pa__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes CookieBanner-module-scss-module__AvF-Pa__accordionOpen{0%{opacity:0;height:0}to{height:var(--radix-accordion-content-height);opacity:1}}@keyframes CookieBanner-module-scss-module__AvF-Pa__accordionClose{0%{height:var(--radix-accordion-content-height);opacity:1}to{opacity:0;height:0}}@keyframes CookieBanner-module-scss-module__AvF-Pa__collapsibleOpen{0%{opacity:0;height:0}to{height:var(--collapsible-content-height);opacity:1}}@keyframes CookieBanner-module-scss-module__AvF-Pa__collapsibleClose{0%{height:var(--collapsible-content-height);opacity:1}to{opacity:0;height:0}}.CookieBanner-module-scss-module__AvF-Pa__banner{bottom:var(--space-4);z-index:var(--z-toast);background:var(--color-background);border:1px solid var(--color-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-popup);padding:var(--space-4);max-width:600px;width:calc(100% - var(--space-8));animation:.3s ease-out CookieBanner-module-scss-module__AvF-Pa__slideUp;position:fixed;left:50%;transform:translate(-50%)}@media (min-width:768px){.CookieBanner-module-scss-module__AvF-Pa__banner{padding:var(--space-5);bottom:var(--space-6)}}@keyframes CookieBanner-module-scss-module__AvF-Pa__slideUp{0%{opacity:0;transform:translate(-50%)translateY(20px)}to{opacity:1;transform:translate(-50%)translateY(0)}}.CookieBanner-module-scss-module__AvF-Pa__container{gap:var(--space-3);flex-direction:column;display:flex}@media (min-width:768px){.CookieBanner-module-scss-module__AvF-Pa__container{justify-content:space-between;align-items:center;gap:var(--space-4);flex-direction:row}}.CookieBanner-module-scss-module__AvF-Pa__content{flex:1}.CookieBanner-module-scss-module__AvF-Pa__text{font-size:var(--font-size-sm);line-height:var(--line-height-normal);color:var(--color-foreground)}.CookieBanner-module-scss-module__AvF-Pa__link{color:var(--color-primary);transition:color var(--transition-normal);text-decoration:underline}.CookieBanner-module-scss-module__AvF-Pa__link:hover{color:var(--color-primary-dark)}.CookieBanner-module-scss-module__AvF-Pa__actions{gap:var(--space-2);flex-shrink:0;display:flex}@media (min-width:768px){.CookieBanner-module-scss-module__AvF-Pa__actions{gap:var(--space-3)}}.CookieBanner-module-scss-module__AvF-Pa__button{padding:var(--space-2)var(--space-4);border-radius:var(--radius-md);font-size:var(--font-size-sm);font-weight:var(--font-weight-medium);cursor:pointer;transition:background var(--transition-normal),color var(--transition-normal),transform var(--transition-normal);white-space:nowrap;border:none;display:inline-block}.CookieBanner-module-scss-module__AvF-Pa__button:active{transform:scale(.98)}.CookieBanner-module-scss-module__AvF-Pa__rejectButton{color:var(--color-muted-foreground);border:1px solid var(--color-border);background:0 0}.CookieBanner-module-scss-module__AvF-Pa__rejectButton:hover{background:var(--color-accent);color:var(--color-foreground)}.CookieBanner-module-scss-module__AvF-Pa__acceptButton{background:var(--color-primary);color:var(--color-primary-foreground)}.CookieBanner-module-scss-module__AvF-Pa__acceptButton:hover{background:var(--color-primary);opacity:.9}
:root{--color-background:#f6f6f6;--color-foreground:#0a0a0a;--color-card:#fcfcfc;--color-card-foreground:#0a0a0a;--color-popover:#fff;--color-popover-foreground:#0a0a0a;--color-primary:#3139df;--color-primary-foreground:#b6bbff;--color-secondary:#f5f5f5;--color-secondary-foreground:#171717;--color-muted:#f5f5f5;--color-muted-foreground:#737373;--color-accent:#f5f5f5;--color-accent-foreground:#171717;--color-destructive:#e40014;--color-destructive-foreground:#fafafa;--color-border:#e5e5e5;--color-input:#e5e5e5;--color-ring:#a1a1a1;--color-star:#edb200;--color-favorite:#fb2c36;--color-favorite-hover:#e40014;--metro-color-green:#4aa84a;--metro-color-red:#d61818;--metro-color-blue:#1a5fb4;--metro-color-lightblue:#5aa0e0;--metro-color-yellow:#f1c40f;--metro-color-orange:#e67e22;--metro-color-violet:#9b59b6;--metro-color-purple:#8e44ad;--metro-color-brown:#8c5a2b;--metro-color-default:var(--color-muted-foreground);--color-success:#3ba946;--color-success-foreground:#fafafa;--color-warning:#e49e22;--color-warning-foreground:#161616;--color-info:#2784d5;--color-info-foreground:#fafafa;--color-sidebar:#fafafa;--color-sidebar-foreground:#0a0a0a;--color-sidebar-primary:#171717;--color-sidebar-primary-foreground:#fafafa;--color-sidebar-accent:#f5f5f5;--color-sidebar-accent-foreground:#171717;--color-sidebar-border:#e5e5e5;--color-sidebar-ring:#a1a1a1;--font-size-xs:.75rem;--font-size-sm:.875rem;--font-size-base:1rem;--font-size-lg:1.125rem;--font-size-xl:1.25rem;--font-size-2xl:1.5rem;--font-size-3xl:1.875rem;--font-size-4xl:2.25rem;--font-size-input-mobile:16px;--line-height-tight:1.25;--line-height-normal:1.5;--line-height-relaxed:1.75;--font-weight-light:300;--font-weight-normal:400;--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--letter-spacing-tight:-.025em;--letter-spacing-wide:.025em;--font-sans:"Inter",Arial,Helvetica,sans-serif;--font-mono:ui-monospace,monospace;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;--shadow-lg:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;--shadow-xl:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;--shadow-2xl:0 25px 50px -12px #00000040;--shadow-popup:0 4px 24px #00000026;--shadow-xs:0 1px 1px 0 #0000000a;--radius-xs:.25rem;--radius-sm:.5rem;--radius-md:.75rem;--radius-lg:1rem;--radius-xl:1.25rem;--radius-2xl:1.5rem;--radius-3xl:2rem;--radius-full:9999px;--space-0-5:.125rem;--space-1:.25rem;--space-1-5:.375rem;--space-2:.5rem;--space-2-5:.625rem;--space-3:.75rem;--space-4:1rem;--space-5:1.25rem;--space-6:1.5rem;--space-7:1.75rem;--space-8:2rem;--space-9:2.25rem;--space-10:2.5rem;--space-12:3rem;--space-16:4rem;--space-20:5rem;--space-24:6rem;--z-dropdown:50;--z-sticky:100;--z-fixed:200;--z-backdrop:300;--z-modal:400;--z-popover:500;--z-tooltip:600;--z-toast:1000;--transition-duration-fast:.15s;--transition-duration-normal:.2s;--transition-duration-slow:.3s;--transition-fast:.15s ease;--transition-normal:.2s ease;--transition-slow:.3s ease;--transition-cubic:.3s cubic-bezier(.4,0,.2,1);--admin-toolbar-height:36px;--header-height-mobile:58px;--header-height-desktop:68px;--header-background:#3039df14;--header-color:#444;--header-border-color:var(--color-border);--header-shadow:var(--shadow-md);--header-padding-y:var(--space-2);--header-padding-x:var(--space-3);--header-gap:var(--space-4);--header-border-radius:var(--radius-lg);--header-logo-height:40px;--header-logo-height-desktop:50px;--search-input-height-mobile:42px;--search-input-height-desktop:44px;--search-input-border-color:#dbeef9;--search-input-border-color-hover:var(--color-primary);--search-input-background:#3039df14;--search-input-background-hover:#fff;--search-max-width:600px;--search-dropdown-max-height:600px;--search-dropdown-max-height-mobile:calc(100vh - 80px);--search-backdrop-opacity:.3;--search-backdrop-opacity-mobile:.5;--icon-xs:12px;--icon-sm:14px;--icon-md:16px;--icon-lg:18px;--icon-xl:20px;--footer-background:#fff;--footer-color:#444;--footer-shadow:var(--shadow-md);--footer-divider-color:#d4d4d4;--color-overlay-light:#fffc;--color-overlay-dark:#00000080}@supports (color:lab(0% 0 0)){:root{--color-background:lab(97% 0 -.01);--color-foreground:lab(2.75381% 0 0);--color-card:lab(99% 0 0);--color-card-foreground:lab(2.75381% 0 0);--color-popover:lab(100% 0 0);--color-popover-foreground:lab(2.75381% 0 0);--color-primary:lab(34.1688% 43.2518 -86.262);--color-primary-foreground:lab(77.3825% 9.4308 -34.4587);--color-secondary:lab(96.52% -.0000298023 .0000119209);--color-secondary-foreground:lab(7.78201% -.0000149012 0);--color-muted:lab(96.52% -.0000298023 .0000119209);--color-muted-foreground:lab(48.496% 0 0);--color-accent:lab(96.52% -.0000298023 .0000119209);--color-accent-foreground:lab(7.78201% -.0000149012 0);--color-destructive:lab(48.4493% 77.4328 61.5452);--color-destructive-foreground:lab(98.26% 0 0);--color-border:lab(90.952% 0 -.0000119209);--color-input:lab(90.952% 0 -.0000119209);--color-ring:lab(66.128% -.0000298023 .0000119209);--color-star:lab(76.3898% 14.5258 98.4589);--color-favorite:lab(55.4814% 75.0732 48.8528);--color-favorite-hover:lab(48.4493% 77.4328 61.5452);--color-success:lab(61.4296% -47.7825 40.3783);--color-success-foreground:lab(98.26% 0 0);--color-warning:lab(70.8468% 20.2319 68.534);--color-warning-foreground:lab(7.22637% -.0000149012 0);--color-info:lab(52.8659% -4.50641 -50.4063);--color-info-foreground:lab(98.26% 0 0);--color-sidebar:lab(98.26% 0 0);--color-sidebar-foreground:lab(2.75381% 0 0);--color-sidebar-primary:lab(7.78201% -.0000149012 0);--color-sidebar-primary-foreground:lab(98.26% 0 0);--color-sidebar-accent:lab(96.52% -.0000298023 .0000119209);--color-sidebar-accent-foreground:lab(7.78201% -.0000149012 0);--color-sidebar-border:lab(90.952% 0 -.0000119209);--color-sidebar-ring:lab(66.128% -.0000298023 .0000119209);--header-background:lab(34% 43.25 -86.27/.08);--search-input-background:lab(34% 43.25 -86.27/.08)}}*,:before,:after{box-sizing:border-box;border-style:solid;border-width:0;border-color:var(--color-border);outline-color:color-mix(in oklch,var(--color-ring)50%,transparent);margin:0;padding:0}html{-moz-text-size-adjust:100%;text-size-adjust:100%;tab-size:4;font-size:15px}body{line-height:var(--line-height-normal);overflow-wrap:break-word;background:var(--color-background);color:var(--color-foreground);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:clip}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}ul,ol{list-style:none}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}button{font:inherit;color:inherit;cursor:pointer;background:0 0}input,select,textarea{font:inherit;color:inherit}textarea{resize:vertical}input[type=search]{-webkit-appearance:textfield}input[type=search]::-webkit-search-decoration{-webkit-appearance:none}input[type=search]::-webkit-search-cancel-button{-webkit-appearance:none}input[type=number]{-moz-appearance:textfield}input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}fieldset{border:none}legend{padding:0}summary{cursor:pointer}hr{border-top-width:1px;height:0}abbr[title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted}table{border-collapse:collapse;border-spacing:0}img,svg,video{max-width:100%;display:block}img{height:auto}
