*{box-sizing:border-box}html{scroll-behavior:smooth;overflow-x:hidden}body{margin:0;padding:0;font-size:16px;font-family:"Trebuchet MS","Verdana",sans-serif;width:100%;min-height:100vh;overflow-x:hidden}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{border-radius:4px}::-webkit-scrollbar-thumb{border-radius:4px;border:none;transition:all .2s ease}::-webkit-scrollbar-thumb:hover{width:10px}::-webkit-scrollbar-corner{background:rgba(0,0,0,0)}*{scrollbar-width:thin;scrollbar-color:auto}h1{font-size:2em;font-weight:700}h2{font-size:1.75em;font-weight:700}h3{font-size:1.5em;font-weighT:600}h4{font-size:1.25em}p{font-size:1em;margin:1em}button{outline:none;border:none;padding:.5em 1em .5em 1em;cursor:pointer;border-radius:.3em}button.disabled,button:disabled{cursor:not-allowed;pointer-events:none;opacity:.5}pre{padding:.5em;width:fit-content}code{padding:0 .5em 0 .5em}ul{list-style-type:disc;font-size:1.2em}html.theme-light html.theme-light body{background-color:rgba(100,116,139,.1);color:#64748b}html.theme-light html.theme-dark body{background-color:rgba(237,237,237,.1);color:#ededed}html.theme-light button,html.theme-light code,html.theme-light pre{color:#64748b}html.theme-light code.file{color:#802}html.theme-light pre{background-color:#b91c1c}html.theme-light button.primary{background-color:#e9ecef}html.theme-light button.secondary{background-color:#b91c1c}html.theme-light ul{color:#e9ecef}html.theme-light ::-webkit-scrollbar-track{background:rgba(185,28,28,.3)}html.theme-light ::-webkit-scrollbar-thumb{background:rgba(233,236,239,.6)}html.theme-light ::-webkit-scrollbar-thumb:hover{background:rgba(233,236,239,.8)}html.theme-light ::-webkit-scrollbar-thumb:active{background:#e9ecef}html.theme-dark html.theme-light body{background-color:rgba(100,116,139,.1);color:#64748b}html.theme-dark html.theme-dark body{background-color:rgba(237,237,237,.1);color:#ededed}html.theme-dark button,html.theme-dark code,html.theme-dark pre{color:#ededed}html.theme-dark code.file{color:#f08}html.theme-dark pre{background-color:#ef4444}html.theme-dark button.primary{background-color:#2d2d2d}html.theme-dark button.secondary{background-color:#ef4444}html.theme-dark ul{color:#2d2d2d}html.theme-dark ::-webkit-scrollbar-track{background:rgba(239,68,68,.3)}html.theme-dark ::-webkit-scrollbar-thumb{background:rgba(45,45,45,.6)}html.theme-dark ::-webkit-scrollbar-thumb:hover{background:rgba(45,45,45,.8)}html.theme-dark ::-webkit-scrollbar-thumb:active{background:#2d2d2d}.navbar{position:fixed;top:0;left:0;right:0;z-index:1000;height:4rem;padding:0;backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px)}.navbar-container{display:flex;align-items:center;justify-content:space-between;height:100%;width:100%;padding:0 1.5rem}@media(max-width: 1200px){.navbar-container{padding:0 1rem}}@media(max-width: 480px){.navbar-container{padding:0 .75rem}}.navbar-brand{display:flex;align-items:center;gap:.75rem;flex-shrink:0}.sidebar-menu-toggle{display:none;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border:none;border-radius:.5rem;background:hsla(0,0%,100%,.1);cursor:pointer;transition:all .2s ease}@media(max-width: 1200px){.sidebar-menu-toggle{display:flex}}.sidebar-menu-toggle:hover{background:hsla(0,0%,100%,.15);transform:scale(1.05)}.sidebar-menu-toggle i{font-size:1rem}.brand-link{display:flex;align-items:center;text-decoration:none;gap:.75rem;transition:all .3s ease}.brand-link:hover{transform:scale(1.05)}.brand-link:hover .brand-logo{filter:drop-shadow(0 0 10px rgba(255, 255, 255, 0.3))}.brand-logo{height:2.5rem;width:auto;object-fit:contain}html.theme-light .brand-logo-light{display:none}html.theme-dark .brand-logo-dark{display:none}.brand-text{font-size:1.5rem;font-weight:700;letter-spacing:-0.025em;background:linear-gradient(135deg, #fff 0%, #8e8e8e 100%);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text}.navbar-menu{display:flex;align-items:center;gap:2rem}@media(max-width: 1200px){.navbar-menu{display:none}}.navbar-nav{display:flex;align-items:center;gap:2rem;list-style:none;margin:0;padding:0}.nav-item{position:relative}.nav-link{display:flex;align-items:center;padding:.75rem 1rem;font-size:1rem;font-weight:500;text-decoration:none;transition:all .3s ease;position:relative;border-radius:.5rem}.nav-link::before{content:"";position:absolute;inset:0;background:linear-gradient(135deg, transparent, transparent);border-radius:.5rem;opacity:0;transition:opacity .3s ease}.nav-link:hover::before{opacity:1}.nav-link.active::after{content:"";position:absolute;top:2rem;left:50%;transform:translateX(-50%);width:-webkit-fill-available;height:2px;border-radius:1px}.navbar-theme{display:flex;align-items:center;flex-shrink:0}.theme-toggle{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:50%;background:none;border:none;cursor:pointer;font-size:1.125rem;transition:all .2s ease;position:relative}.theme-toggle:hover:not(.disabled){transform:scale(1.1)}.theme-toggle .theme-icon-dark,.theme-toggle .theme-icon-light{position:absolute;transition:opacity .2s ease}.theme-toggle .theme-icon-dark{opacity:1}.theme-toggle .theme-icon-light{opacity:0}.navbar-user{display:flex;align-items:center;gap:.75rem;flex-shrink:0}.user-link{display:flex;align-items:center;justify-content:center;padding:.5rem;border-radius:.5rem;text-decoration:none;font-size:1.125rem;transition:all .2s ease;gap:.5rem}.user-link:hover:not(.disabled){transform:scale(1.1)}.user-dropdown{position:relative}.user-dropdown .user-dropdown-toggle{display:flex;align-items:center;gap:.25rem;padding:.5rem;border:none;border-radius:.5rem;background:none;cursor:pointer;font-size:1.125rem;transition:all .2s ease;position:relative}.user-dropdown .user-dropdown-toggle .user-type-text{margin-left:.5rem;font-size:.75rem;font-weight:600;text-transform:uppercase;opacity:.8}.user-dropdown .user-dropdown-toggle:hover{transform:scale(1.1)}.user-dropdown .user-dropdown-menu{position:absolute;top:100%;right:0;min-width:200px;border-radius:.5rem;box-shadow:0 10px 25px rgba(0,0,0,.15);padding:.5rem 0;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .2s ease;z-index:1000}.user-dropdown .user-dropdown-menu .dropdown-user-info{padding:.75rem 1rem;border-bottom:1px solid rgba(0,0,0,.1)}.user-dropdown .user-dropdown-menu .dropdown-user-info .user-email{font-size:.8125rem;font-weight:500;opacity:.8}.user-dropdown .user-dropdown-menu .dropdown-item{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;text-decoration:none;font-size:.875rem;border:none;background:none;width:100%;text-align:left;cursor:pointer;transition:background-color .2s ease}.user-dropdown .user-dropdown-menu .dropdown-item i{width:1rem;text-align:center}.user-dropdown .user-dropdown-menu .dropdown-divider{height:1px;margin:.5rem 0}.user-dropdown:hover .user-dropdown-menu{opacity:1;visibility:visible;transform:translateY(0)}html.theme-light .navbar{background:linear-gradient(135deg, rgba(255, 255, 255, 0.85) 0%, rgba(255, 255, 255, 0.9) 100%);box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1)}html.theme-light .sidebar-menu-toggle{background:rgba(100,116,139,.1);color:#64748b}html.theme-light .sidebar-menu-toggle:hover{background:rgba(100,116,139,.15)}html.theme-light .brand-link{color:#64748b}html.theme-light .brand-text{background:linear-gradient(135deg, hsl(215.3846153846, 16.3179916318%, -53.137254902%) 0%, #64748b 100%);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text}html.theme-light .brand-text .brand-text-accent{color:#d62f2e;-webkit-text-fill-color:#d62f2e}html.theme-light .nav-link{color:#64748b}html.theme-light .nav-link::before{background:rgba(214,47,46,.08);border:1px solid rgba(214,47,46,.15)}html.theme-light .nav-link:hover:not(.disabled){color:hsl(215.3846153846,16.3179916318%,-53.137254902%)}html.theme-light .nav-link.active{color:hsl(215.3846153846,16.3179916318%,-53.137254902%)}html.theme-light .nav-link.active::after{background:#d62f2e}html.theme-light .nav-link.disabled{opacity:.5;cursor:not-allowed}html.theme-light .theme-toggle{color:rgba(100,116,139,.8);background:rgba(214,47,46,.08);border:1px solid rgba(214,47,46,.15)}html.theme-light .theme-toggle:hover:not(.disabled){background:linear-gradient(135deg, rgba(214, 47, 46, 0.15), rgba(214, 47, 46, 0.05));color:#d62f2e;border-color:rgba(214,47,46,.3);box-shadow:0 4px 15px rgba(214,47,46,.1)}html.theme-light .theme-toggle.disabled{opacity:.5;cursor:not-allowed}html.theme-light .user-link{color:rgba(100,116,139,.8);background:rgba(214,47,46,.08);border:1px solid rgba(214,47,46,.15)}html.theme-light .user-link:hover:not(.disabled){background:linear-gradient(135deg, rgba(214, 47, 46, 0.15), rgba(214, 47, 46, 0.05));color:#d62f2e;border-color:rgba(214,47,46,.3);box-shadow:0 4px 15px rgba(214,47,46,.1)}html.theme-light .user-link.disabled{opacity:.5;cursor:not-allowed}html.theme-light .user-dropdown .user-dropdown-toggle{color:rgba(100,116,139,.8);background:rgba(214,47,46,.08);border:1px solid rgba(214,47,46,.15)}html.theme-light .user-dropdown .user-dropdown-toggle:hover{background:linear-gradient(135deg, rgba(214, 47, 46, 0.15), rgba(214, 47, 46, 0.05));color:#d62f2e;border-color:rgba(214,47,46,.3);box-shadow:0 4px 15px rgba(214,47,46,.1)}html.theme-light .user-dropdown .user-dropdown-menu{background:#fff;border:1px solid rgba(214,47,46,.15)}html.theme-light .user-dropdown .user-dropdown-menu .dropdown-user-info{border-bottom-color:rgba(214,47,46,.15)}html.theme-light .user-dropdown .user-dropdown-menu .dropdown-user-info .user-email{color:#64748b}html.theme-light .user-dropdown .user-dropdown-menu .dropdown-item{color:#64748b}html.theme-light .user-dropdown .user-dropdown-menu .dropdown-item:hover{background:rgba(100,116,139,.0196078431)}html.theme-light .user-dropdown .user-dropdown-menu .dropdown-divider{background:rgba(214,47,46,.15)}html.theme-dark .navbar{background:linear-gradient(135deg, rgba(10, 10, 10, 0.8) 0%, rgba(10, 10, 10, 0.9) 100%);box-shadow:0 10px 15px -3px rgba(56,56,56,.1),0 4px 6px -4px rgba(0,0,0,.1)}html.theme-dark .sidebar-menu-toggle{background:rgba(237,237,237,.1);color:#ededed}html.theme-dark .sidebar-menu-toggle:hover{background:rgba(237,237,237,.15)}html.theme-dark .brand-link{color:#ededed}html.theme-dark .brand-text{background:linear-gradient(135deg, hsl(0, 0%, 192.9411764706%) 0%, #ededed 100%);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text}html.theme-dark .brand-text .brand-text-accent{color:#d62f2e;-webkit-text-fill-color:#d62f2e}html.theme-dark .nav-link{color:hsl(0,0%,77.9411764706%)}html.theme-dark .nav-link::before{background:rgba(214,47,46,.05);border:1px solid rgba(214,47,46,.12)}html.theme-dark .nav-link:hover:not(.disabled){color:hsl(0,0%,192.9411764706%)}html.theme-dark .nav-link.active{color:hsl(0,0%,192.9411764706%)}html.theme-dark .nav-link.active::after{background:#d62f2e}html.theme-dark .nav-link.disabled{opacity:.5;cursor:not-allowed}html.theme-dark .theme-toggle{color:rgba(237,237,237,.8);background:rgba(214,47,46,.05);border:1px solid rgba(214,47,46,.12)}html.theme-dark .theme-toggle:hover:not(.disabled){background:linear-gradient(135deg, rgba(214, 47, 46, 0.15), rgba(214, 47, 46, 0.05));color:#d62f2e;border-color:rgba(214,47,46,.3);box-shadow:0 4px 15px rgba(214,47,46,.1)}html.theme-dark .theme-toggle.disabled{opacity:.5;cursor:not-allowed}html.theme-dark .user-link{color:rgba(237,237,237,.8);background:rgba(214,47,46,.05);border:1px solid rgba(214,47,46,.12)}html.theme-dark .user-link:hover:not(.disabled){background:linear-gradient(135deg, rgba(214, 47, 46, 0.15), rgba(214, 47, 46, 0.05));color:#d62f2e;border-color:rgba(214,47,46,.3);box-shadow:0 4px 15px rgba(214,47,46,.1)}html.theme-dark .user-link.disabled{opacity:.5;cursor:not-allowed}html.theme-dark .user-dropdown .user-dropdown-toggle{color:rgba(237,237,237,.8);background:rgba(214,47,46,.05);border:1px solid rgba(214,47,46,.12)}html.theme-dark .user-dropdown .user-dropdown-toggle:hover{background:linear-gradient(135deg, rgba(214, 47, 46, 0.15), rgba(214, 47, 46, 0.05));color:#d62f2e;border-color:rgba(214,47,46,.3);box-shadow:0 4px 15px rgba(214,47,46,.1)}html.theme-dark .user-dropdown .user-dropdown-menu{background:#0a0a0a;border:1px solid rgba(214,47,46,.12)}html.theme-dark .user-dropdown .user-dropdown-menu .dropdown-user-info{border-bottom-color:rgba(214,47,46,.12)}html.theme-dark .user-dropdown .user-dropdown-menu .dropdown-user-info .user-email{color:#ededed}html.theme-dark .user-dropdown .user-dropdown-menu .dropdown-item{color:#ededed}html.theme-dark .user-dropdown .user-dropdown-menu .dropdown-item:hover{background:#1a1a1a}html.theme-dark .user-dropdown .user-dropdown-menu .dropdown-divider{background:rgba(214,47,46,.12)}html.theme-light .theme-toggle .theme-icon-dark{opacity:1}html.theme-light .theme-toggle .theme-icon-light{opacity:0}html.theme-dark .theme-toggle .theme-icon-dark{opacity:0}html.theme-dark .theme-toggle .theme-icon-light{opacity:1}.mobile-navbar{position:fixed;top:0;left:0;right:0;z-index:1000;display:none}.mobile-header{height:4rem;padding:0 1rem;display:flex;align-items:center;justify-content:space-between;backdrop-filter:blur(1rem);-webkit-backdrop-filter:blur(1rem)}.mobile-logo{display:flex;align-items:center;text-decoration:none;height:2.5rem}.mobile-logo img{height:100%;width:auto;object-fit:contain}.mobile-actions{display:flex;align-items:center;gap:.75rem}.mobile-theme-toggle{position:relative;width:2.5rem;height:2.5rem;border:none;border-radius:.5rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.mobile-theme-toggle .theme-icon{position:absolute;font-size:1.125rem;transition:all .3s ease}.mobile-theme-toggle .theme-icon.light{opacity:1;transform:rotate(0deg) scale(1)}.mobile-theme-toggle .theme-icon.dark{opacity:0;transform:rotate(180deg) scale(0.8)}.mobile-theme-toggle:hover{transform:translateY(-1px)}.mobile-theme-toggle:active{transform:translateY(0)}.mobile-menu-toggle{position:relative;width:2.5rem;height:2.5rem;border:none;border-radius:.5rem;cursor:pointer;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.25rem;transition:all .2s ease}.mobile-menu-toggle .hamburger-line{width:1.25rem;height:2px;border-radius:1px;transition:all .3s ease}.mobile-menu-toggle:hover{transform:translateY(-1px)}.mobile-menu-toggle:active{transform:translateY(0)}.mobile-menu-toggle.active .hamburger-line:nth-child(1){transform:translateY(0.375rem) rotate(45deg)}.mobile-menu-toggle.active .hamburger-line:nth-child(2){opacity:0;transform:scaleX(0)}.mobile-menu-toggle.active .hamburger-line:nth-child(3){transform:translateY(-0.375rem) rotate(-45deg)}.mobile-menu-overlay{position:fixed;top:4rem;left:0;right:0;bottom:0;transform:translateX(100%);transition:transform .3s ease;backdrop-filter:blur(1rem);-webkit-backdrop-filter:blur(1rem)}.mobile-menu-overlay.active{transform:translateX(0)}.mobile-menu{padding:2rem 1rem;overflow-y:auto;display:flex;flex-direction:column;justify-content:space-between}.mobile-nav-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.5rem}.mobile-nav-item{width:100%}.mobile-nav-link{display:flex;align-items:center;gap:1rem;padding:1rem;border-radius:.75rem;text-decoration:none;font-weight:500;font-size:1.125rem;transition:all .2s ease}.mobile-nav-link i{font-size:1.25rem;width:1.5rem;text-align:center}.mobile-nav-link:hover{transform:translateX(0.25rem)}.mobile-nav-link:active{transform:translateX(0.125rem)}.mobile-nav-link.active{font-weight:700;transform:translateX(0.25rem)}.mobile-auth-section{margin-top:2rem;padding-top:2rem;position:relative}.mobile-auth-section::before{content:"";position:absolute;top:1rem;left:0;right:0;height:1px;opacity:.2}.mobile-login-button{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:1rem 1.5rem;border-radius:1rem;text-decoration:none;font-weight:600;font-size:1.125rem;transition:all .2s ease;border:2px solid rgba(0,0,0,0)}.mobile-login-button i{font-size:1.25rem}.mobile-login-button:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(0,0,0,.15)}.mobile-login-button:active{transform:translateY(-1px);box-shadow:0 4px 15px rgba(0,0,0,.1)}.mobile-user-info .mobile-user-header{display:flex;align-items:center;gap:.75rem;padding:1rem;border-radius:1rem;margin-bottom:1rem;font-weight:600;font-size:1.125rem}@media(max-width: 480px){.mobile-user-info .mobile-user-header{display:flex;flex-direction:column;justify-content:center}}.mobile-user-info .mobile-user-header .mobile-user-type{margin-left:.5rem;font-size:.75rem;font-weight:600;text-transform:uppercase;opacity:.7}@media(max-width: 480px){.mobile-user-info .mobile-user-header .mobile-user-type{display:flex;justify-content:center;margin-top:.5rem}}.mobile-user-info .mobile-user-actions{display:flex;flex-direction:row;justify-content:center;gap:.5rem}.mobile-user-info .mobile-action-link{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;border-radius:.75rem;text-decoration:none;font-size:1rem;transition:all .2s ease;border:none;background:none;width:100%;text-align:left;cursor:pointer}.mobile-user-info .mobile-action-link i{width:1.25rem;text-align:center}.mobile-user-info .mobile-action-link:hover{transform:translateX(0.25rem)}.mobile-user-info .mobile-action-link:active{transform:translateX(0.125rem)}html.theme-light .mobile-header{background:linear-gradient(135deg, rgba(255, 255, 255, 0.85) 0%, rgba(255, 255, 255, 0.9) 100%);box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1)}html.theme-light .mobile-logo{color:#64748b}html.theme-light .mobile-theme-toggle{background:rgba(100,116,139,.1);color:#64748b}html.theme-light .mobile-theme-toggle:hover{background:rgba(100,116,139,.15)}html.theme-light .mobile-menu-toggle{background:rgba(100,116,139,.1)}html.theme-light .mobile-menu-toggle .hamburger-line{background:#64748b}html.theme-light .mobile-menu-toggle:hover{background:rgba(100,116,139,.15)}html.theme-light .mobile-menu-overlay{background:linear-gradient(135deg, rgba(255, 255, 255, 0.85) 0%, rgba(255, 255, 255, 0.9) 100%);box-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1)}html.theme-light .mobile-nav-link{color:#64748b;background:rgba(100,116,139,.03)}html.theme-light .mobile-nav-link i{color:#d62f2e}html.theme-light .mobile-nav-link:hover{background:rgba(100,116,139,.08)}html.theme-light .mobile-nav-link.active{background:rgba(214,47,46,.15);color:#d62f2e}html.theme-light .mobile-nav-link.active i{color:#d62f2e}html.theme-light .mobile-auth-section::before{background:#64748b}html.theme-light .mobile-login-button{background:linear-gradient(135deg, #d62f2e 0%, rgb(222.364, 89.432, 88.636) 100%);color:#fff;border-color:rgba(214,47,46,.2)}html.theme-light .mobile-login-button i{color:#fff}html.theme-light .mobile-login-button:hover{background:linear-gradient(135deg, rgb(218.182, 68.216, 67.318) 0%, rgb(226.546, 110.648, 109.954) 100%);border-color:rgba(214,47,46,.3)}html.theme-light .mobile-login-button:active{background:linear-gradient(135deg, rgb(196.042, 39.396, 38.458) 0%, #d62f2e 100%)}html.theme-light .mobile-user-info .mobile-user-header{background:rgba(100,116,139,.05);color:#64748b;border:1px solid rgba(100,116,139,.1)}html.theme-light .mobile-user-info .mobile-action-link{color:#64748b;background:rgba(100,116,139,.03)}html.theme-light .mobile-user-info .mobile-action-link i{color:#d62f2e}html.theme-light .mobile-user-info .mobile-action-link:hover{background:rgba(100,116,139,.08)}html.theme-dark .mobile-header{background:linear-gradient(135deg, rgba(10, 10, 10, 0.8) 0%, rgba(10, 10, 10, 0.9) 100%);box-shadow:0 10px 15px -3px rgba(56,56,56,.1),0 4px 6px -4px rgba(0,0,0,.1)}html.theme-dark .mobile-logo{color:#ededed}html.theme-dark .mobile-theme-toggle{background:rgba(237,237,237,.1);color:#ededed}html.theme-dark .mobile-theme-toggle:hover{background:rgba(237,237,237,.15)}html.theme-dark .mobile-menu-toggle{background:rgba(237,237,237,.1)}html.theme-dark .mobile-menu-toggle .hamburger-line{background:#ededed}html.theme-dark .mobile-menu-toggle:hover{background:rgba(237,237,237,.15)}html.theme-dark .mobile-menu-overlay{background:linear-gradient(135deg, rgba(10, 10, 10, 0.8) 0%, rgba(10, 10, 10, 0.9) 100%);box-shadow:0 10px 15px -3px rgba(56,56,56,.1),0 4px 6px -4px rgba(0,0,0,.1)}html.theme-dark .mobile-nav-link{color:#ededed;background:rgba(237,237,237,.03)}html.theme-dark .mobile-nav-link i{color:#d62f2e}html.theme-dark .mobile-nav-link:hover{background:rgba(237,237,237,.08)}html.theme-dark .mobile-nav-link.active{background:rgba(214,47,46,.15);color:#d62f2e}html.theme-dark .mobile-nav-link.active i{color:#d62f2e}html.theme-dark .mobile-auth-section::before{background:#ededed}html.theme-dark .mobile-login-button{background:linear-gradient(135deg, #d62f2e 0%, rgb(222.364, 89.432, 88.636) 100%);color:#fff;border-color:rgba(214,47,46,.2)}html.theme-dark .mobile-login-button i{color:#fff}html.theme-dark .mobile-login-button:hover{background:linear-gradient(135deg, rgb(218.182, 68.216, 67.318) 0%, rgb(226.546, 110.648, 109.954) 100%);border-color:rgba(214,47,46,.3)}html.theme-dark .mobile-login-button:active{background:linear-gradient(135deg, rgb(196.042, 39.396, 38.458) 0%, #d62f2e 100%)}html.theme-dark .mobile-user-info .mobile-user-header{background:rgba(237,237,237,.05);color:#ededed;border:1px solid rgba(237,237,237,.1)}html.theme-dark .mobile-user-info .mobile-action-link{color:#ededed;background:rgba(237,237,237,.03)}html.theme-dark .mobile-user-info .mobile-action-link i{color:#d62f2e}html.theme-dark .mobile-user-info .mobile-action-link:hover{background:rgba(237,237,237,.08)}html.theme-light .mobile-theme-toggle .theme-icon.light{opacity:1}html.theme-light .mobile-theme-toggle .theme-icon.dark{opacity:0}html.theme-dark .mobile-theme-toggle .theme-icon.light{opacity:0}html.theme-dark .mobile-theme-toggle .theme-icon.dark{opacity:1}.footer{position:relative;padding:6rem 2rem 2rem;margin-top:auto;overflow:hidden}.footer::after{content:"";position:absolute;bottom:0;left:30%;width:40%;height:40%;border-radius:50%;opacity:.6;filter:blur(50px);z-index:0;animation:pulseGlow 10s infinite alternate ease-in-out}.footer-container{position:relative;z-index:2;max-width:1200px;margin:0 auto}.footer-main{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:3rem;margin-bottom:4rem}@media(max-width: 992px){.footer-main{grid-template-columns:1fr 1fr;gap:2.5rem}}@media(max-width: 576px){.footer-main{grid-template-columns:1fr;gap:2rem;text-align:center}}.footer-section{position:relative}.footer-section::before{content:"";position:absolute;top:-1rem;left:-1rem;right:-1rem;bottom:-1rem;border-radius:1.5rem;z-index:-1;opacity:0;transition:opacity .3s ease;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.footer-section:hover:not(.footer-brand)::before{opacity:1}@media(max-width: 576px){.footer-section{text-align:center}.footer-section.footer-brand .footer-description{margin-left:auto;margin-right:auto}}.footer-logo{margin-bottom:2rem}@media(max-width: 576px){.footer-logo{display:flex;justify-content:center}}.footer-logo .footer-brand-link{font-size:1.75rem;font-weight:800;position:relative;display:inline-flex;align-items:center;text-decoration:none}.footer-logo .footer-brand-link .footer-logo-container{position:relative;margin-right:.75rem;filter:drop-shadow(0 0 10px rgba(255, 255, 255, 0.2));transition:transform .3s ease}.footer-logo .footer-brand-link .footer-logo-container .footer-logo-dark,.footer-logo .footer-brand-link .footer-logo-container .footer-logo-light{width:2rem;height:2rem;object-fit:contain}.footer-logo .footer-brand-link .footer-brand-text{position:relative;background:linear-gradient(135deg, #fff 0%, #8e8e8e 100%);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text;margin:0;font-size:1.75rem;font-weight:800}.footer-logo .footer-brand-link .footer-brand-text::after{content:"";position:absolute;left:0;bottom:-0.5rem;width:100%;height:2px;transform:scaleX(0);transform-origin:center;transition:transform .4s ease}.footer-logo .footer-brand-link:hover .footer-logo-container{transform:rotate(-10deg) scale(1.1)}.footer-logo .footer-brand-link:hover .footer-brand-text::after{transform:scaleX(1)}.footer-brand .footer-description{margin:0 0 1.5rem;line-height:1.7;font-size:.95rem;opacity:.85;max-width:300px}@media(max-width: 768px){.footer-brand .footer-description{max-width:none}}.footer-brand .footer-social{display:flex;gap:1rem}@media(max-width: 768px){.footer-brand .footer-social{justify-content:center}}.footer-brand .footer-social .social-link{display:flex;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;border-radius:12px;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);transition:all .3s ease;position:relative;overflow:hidden;text-decoration:none;border:1px solid}.footer-brand .footer-social .social-link::before{content:"";position:absolute;inset:0;opacity:0;transition:opacity .3s ease}.footer-brand .footer-social .social-link i{font-size:1.2rem;z-index:1;transition:all .3s ease;display:flex;align-items:center;justify-content:center;line-height:1}.footer-brand .footer-social .social-link i.fa-facebook{margin-left:1px}.footer-brand .footer-social .social-link i.fa-instagram{margin-top:-1px}.footer-brand .footer-social .social-link i.fa-linkedin{margin-left:1px}.footer-brand .footer-social .social-link:hover{transform:translateY(-5px);box-shadow:0 5px 15px rgba(0,0,0,.2)}.footer-brand .footer-social .social-link:hover::before{opacity:1}.footer-brand .footer-social .social-link:hover i{transform:scale(1.2)}.footer-title{font-size:1.125rem;font-weight:700;margin:0 0 1.5rem;position:relative}@media(max-width: 576px){.footer-title{text-align:center}}.footer-links{list-style:none;padding:0;margin:0}@media(max-width: 576px){.footer-links{display:flex;flex-direction:column;align-items:center;gap:.75rem}}.footer-links li{margin-bottom:.75rem}@media(max-width: 576px){.footer-links li{margin-bottom:0}}.footer-links li:last-child{margin-bottom:0}.footer-link{font-size:.95rem;text-decoration:none;line-height:1.5;transition:all .3s ease;position:relative;display:inline-block}.footer-link::after{content:"";position:absolute;bottom:-2px;left:0;width:100%;height:1px;transform:scaleX(0);transform-origin:left;transition:transform .3s ease}.footer-link:hover{transform:translateX(5px)}@media(max-width: 576px){.footer-link:hover{transform:translateY(-2px)}}.footer-link:hover::after{transform:scaleX(1)}.footer-contact{display:flex;flex-direction:column;gap:1rem}@media(max-width: 576px){.footer-contact{align-items:center}}.contact-item{display:flex;align-items:flex-start;gap:.75rem;font-size:.95rem;line-height:1.5}@media(max-width: 576px){.contact-item{flex-direction:column;align-items:center;text-align:center;gap:.5rem}}.footer-contact-icon{width:1.25rem;text-align:center;margin-top:.125rem;flex-shrink:0}@media(max-width: 576px){.footer-contact-icon{margin-top:0}}.footer-bottom{position:relative;padding-top:2rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1.5rem}@media(max-width: 768px){.footer-bottom{flex-direction:column;text-align:center}}.footer-bottom::before{content:"";position:absolute;top:0;left:50%;transform:translateX(-50%);width:80%;height:1px;background:linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent)}.footer-bottom-content{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1.5rem;width:100%}@media(max-width: 768px){.footer-bottom-content{flex-direction:column;text-align:center;gap:.75rem}}.footer-copyright p{font-size:.9rem;opacity:.7;margin:0}.footer-legal{display:flex;gap:1.5rem}@media(max-width: 768px){.footer-legal{flex-direction:column;gap:.75rem}}@media(max-width: 576px){.footer-legal{flex-direction:row;justify-content:center;flex-wrap:wrap;gap:1rem}}.footer-legal .legal-link{font-size:.85rem;text-decoration:none;opacity:.7;transition:all .3s ease;position:relative}.footer-legal .legal-link::after{content:"";position:absolute;bottom:-4px;left:0;width:100%;height:1px;transform:scaleX(0);transform-origin:left;transition:transform .3s ease}.footer-legal .legal-link:hover{opacity:1}.footer-legal .legal-link:hover::after{transform:scaleX(1)}.footer-legal .legal-separator{font-size:.85rem;opacity:.5}@media(max-width: 768px)and (min-width: 577px){.footer-legal .legal-separator{display:none}}@keyframes pulseGlow{0%{opacity:.4;filter:blur(50px)}100%{opacity:.7;filter:blur(70px)}}html.theme-light .footer-logo-light{display:none}html.theme-dark .footer-logo-dark{display:none}html.theme-light .footer{background-color:#fff}html.theme-light .footer::after{background:radial-gradient(circle, rgba(214, 47, 46, 0.08) 0%, transparent 70%)}html.theme-light .footer-section::before{background:rgba(214,47,46,.08);border:1px solid rgba(214,47,46,.15)}html.theme-light .footer-logo .footer-brand-link .footer-logo-container{filter:drop-shadow(0 0 10px rgba(214, 47, 46, 0.5))}html.theme-light .footer-logo .footer-brand-link .footer-brand-text{background:linear-gradient(135deg, hsl(215.3846153846, 16.3179916318%, -53.137254902%) 0%, #64748b 100%);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text}html.theme-light .footer-logo .footer-brand-link .footer-brand-text::after{background:linear-gradient(90deg, transparent, rgba(214, 47, 46, 0.8), transparent)}html.theme-light .footer-brand .footer-description{color:rgba(100,116,139,.85)}html.theme-light .footer-brand .footer-social .social-link{background:rgba(100,116,139,.05);border-color:rgba(100,116,139,.1);color:rgba(100,116,139,.7)}html.theme-light .footer-brand .footer-social .social-link::before{background:rgba(214,47,46,.1);border:1px solid rgba(214,47,46,.2)}html.theme-light .footer-brand .footer-social .social-link:hover{color:#d62f2e;border-color:rgba(214,47,46,.3)}html.theme-light .footer-title{color:hsl(215.3846153846,16.3179916318%,-53.137254902%)}html.theme-light .footer-link{color:rgba(100,116,139,.8)}html.theme-light .footer-link::after{background:#d62f2e}html.theme-light .footer-link:hover{color:#d62f2e}html.theme-light .contact-item{color:rgba(100,116,139,.9)}html.theme-light .contact-item .footer-contact-icon{color:#d62f2e}html.theme-light .footer-copyright p{color:rgba(100,116,139,.7)}html.theme-light .footer-legal .legal-link{color:rgba(100,116,139,.7)}html.theme-light .footer-legal .legal-link::after{background:#d62f2e}html.theme-light .footer-legal .legal-link:hover{color:#d62f2e}html.theme-light .footer-legal .legal-separator{color:rgba(100,116,139,.5)}html.theme-dark .footer{background-color:#0a0a0a}html.theme-dark .footer::after{background:radial-gradient(circle, rgba(214, 47, 46, 0.08) 0%, transparent 70%)}html.theme-dark .footer-section::before{background:rgba(214,47,46,.08);border:1px solid rgba(214,47,46,.15)}html.theme-dark .footer-logo .footer-brand-link .footer-logo-container{filter:drop-shadow(0 0 10px rgba(214, 47, 46, 0.5))}html.theme-dark .footer-logo .footer-brand-link .footer-brand-text{background:linear-gradient(135deg, hsl(0, 0%, 192.9411764706%) 0%, #ededed 100%);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text}html.theme-dark .footer-logo .footer-brand-link .footer-brand-text::after{background:linear-gradient(90deg, transparent, rgba(214, 47, 46, 0.8), transparent)}html.theme-dark .footer-brand .footer-description{color:rgba(237,237,237,.85)}html.theme-dark .footer-brand .footer-social .social-link{background:rgba(237,237,237,.05);border-color:rgba(237,237,237,.1);color:rgba(237,237,237,.7)}html.theme-dark .footer-brand .footer-social .social-link::before{background:rgba(214,47,46,.1);border:1px solid rgba(214,47,46,.2)}html.theme-dark .footer-brand .footer-social .social-link:hover{color:#d62f2e;border-color:rgba(214,47,46,.3)}html.theme-dark .footer-title{color:hsl(0,0%,192.9411764706%)}html.theme-dark .footer-link{color:rgba(237,237,237,.8)}html.theme-dark .footer-link::after{background:#d62f2e}html.theme-dark .footer-link:hover{color:#d62f2e}html.theme-dark .contact-item{color:rgba(237,237,237,.9)}html.theme-dark .contact-item .footer-contact-icon{color:#d62f2e}html.theme-dark .footer-copyright p{color:rgba(237,237,237,.7)}html.theme-dark .footer-legal .legal-link{color:rgba(237,237,237,.7)}html.theme-dark .footer-legal .legal-link::after{background:#d62f2e}html.theme-dark .footer-legal .legal-link:hover{color:#d62f2e}html.theme-dark .footer-legal .legal-separator{color:rgba(237,237,237,.5)}.cookie-banner{position:fixed;bottom:0;left:0;right:0;z-index:10000;transform:translateY(100%);transition:transform .4s cubic-bezier(0.4, 0, 0.2, 1)}.cookie-banner.cookie-banner-show{transform:translateY(0)}.cookie-banner.cookie-banner-visible{display:block !important}.cookie-banner-container{padding:1rem 1.5rem;backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px)}@media(max-width: 768px){.cookie-banner-container{padding:1rem}}@media(max-width: 480px){.cookie-banner-container{padding:.875rem .75rem}}.cookie-banner-content{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:1.5rem}@media(max-width: 768px){.cookie-banner-content{flex-direction:column;align-items:stretch;gap:1rem}}.cookie-banner-info{display:flex;align-items:center;gap:1rem;flex:1}@media(max-width: 480px){.cookie-banner-info{gap:.75rem}}.cookie-banner-icon{display:flex;align-items:center;justify-content:center;width:3rem;height:3rem;border-radius:50%;flex-shrink:0}.cookie-banner-icon i{font-size:1.5rem}@media(max-width: 768px){.cookie-banner-icon{width:2.5rem;height:2.5rem}.cookie-banner-icon i{font-size:1.25rem}}.cookie-banner-text{flex:1;min-width:0}.cookie-banner-title{font-size:1.125rem;font-weight:600;margin:0 0 .25rem 0;line-height:1.4}@media(max-width: 768px){.cookie-banner-title{font-size:1rem}}.cookie-banner-description{font-size:.875rem;margin:0;line-height:1.5}@media(max-width: 768px){.cookie-banner-description{font-size:.8125rem}}.cookie-link{text-decoration:underline;font-weight:500;transition:all .2s ease}.cookie-link:hover{text-decoration:none}.cookie-banner-actions{display:flex;align-items:center;gap:.75rem;flex-shrink:0}@media(max-width: 768px){.cookie-banner-actions{justify-content:center;gap:.5rem}}@media(max-width: 480px){.cookie-banner-actions{flex-direction:column;gap:.5rem;width:100%}}.cookie-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.625rem 1rem;border:1px solid rgba(0,0,0,0);border-radius:.5rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;text-decoration:none;white-space:nowrap}.cookie-btn i{font-size:.875rem}@media(max-width: 768px){.cookie-btn{padding:.5rem .875rem;font-size:.8125rem}.cookie-btn i{font-size:.8125rem}}@media(max-width: 480px){.cookie-btn{width:100%;justify-content:center;padding:.75rem 1rem}}.cookie-btn:focus{outline:2px solid;outline-offset:2px}.cookie-btn:active{transform:translateY(1px)}.cookie-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;z-index:10001;display:flex;align-items:center;justify-content:center;padding:1rem;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);opacity:0;visibility:hidden;transition:all .3s ease}.cookie-modal-overlay.cookie-modal-show{opacity:1;visibility:visible}@media(max-width: 768px){.cookie-modal-overlay{padding:.5rem;align-items:flex-end}}.cookie-modal{width:100%;max-width:600px;max-height:90vh;border-radius:1rem;overflow:hidden;transform:scale(0.9);transition:transform .3s ease}.cookie-modal-show .cookie-modal{transform:scale(1)}@media(max-width: 768px){.cookie-modal{max-width:none;border-radius:1rem 1rem 0 0;max-height:95vh}}.cookie-modal-header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem;border-bottom:1px solid}@media(max-width: 768px){.cookie-modal-header{padding:1rem}}.cookie-modal-title{display:flex;align-items:center;gap:.75rem;font-size:1.25rem;font-weight:600;margin:0}.cookie-modal-title i{font-size:1.125rem}@media(max-width: 768px){.cookie-modal-title{font-size:1.125rem}.cookie-modal-title i{font-size:1rem}}.cookie-modal-close{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border:none;border-radius:.5rem;cursor:pointer;transition:all .2s ease}.cookie-modal-close i{font-size:1rem}.cookie-modal-close:hover{transform:scale(1.05)}.cookie-modal-close:focus{outline:2px solid;outline-offset:2px}.cookie-modal-content{padding:1.5rem;max-height:60vh;overflow-y:auto}@media(max-width: 768px){.cookie-modal-content{padding:1rem;max-height:50vh}}.cookie-modal-description{margin-bottom:1.5rem}.cookie-modal-description p{margin:0;font-size:.875rem;line-height:1.6}@media(max-width: 768px){.cookie-modal-description{margin-bottom:1rem}}.cookie-categories{display:flex;flex-direction:column;gap:1rem}.cookie-category{border:1px solid;border-radius:.75rem;padding:1rem;transition:all .2s ease}@media(max-width: 768px){.cookie-category{padding:.875rem}}.cookie-category-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem;gap:1rem}.cookie-category-title{display:flex;align-items:center;gap:.5rem;font-size:1rem;font-weight:600;margin:0}.cookie-category-title i{font-size:.875rem}@media(max-width: 768px){.cookie-category-title{font-size:.9375rem}}.cookie-toggle-container{position:relative;display:flex;align-items:center}.cookie-toggle{position:absolute;opacity:0;pointer-events:none}.cookie-toggle-label{position:relative;display:block;width:3rem;height:1.5rem;border-radius:.75rem;cursor:pointer;transition:all .3s ease}.cookie-toggle-label[aria-label*="sempre attivi"]{cursor:not-allowed}.cookie-toggle-slider{position:absolute;top:2px;left:2px;width:1.25rem;height:1.25rem;border-radius:50%;transition:all .3s ease}.cookie-toggle:checked+.cookie-toggle-label .cookie-toggle-slider{transform:translateX(1.5rem)}.cookie-category-description{font-size:.8125rem;line-height:1.5;margin:0}@media(max-width: 768px){.cookie-category-description{font-size:.75rem}}.cookie-modal-footer{padding:1.5rem;border-top:1px solid}@media(max-width: 768px){.cookie-modal-footer{padding:1rem}}.cookie-modal-actions{display:flex;align-items:center;justify-content:center;gap:.75rem;margin-bottom:1rem}@media(max-width: 768px){.cookie-modal-actions{flex-direction:column;gap:.5rem}}.cookie-modal-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;border:1px solid rgba(0,0,0,0);border-radius:.5rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;text-decoration:none;white-space:nowrap}.cookie-modal-btn i{font-size:.875rem}@media(max-width: 768px){.cookie-modal-btn{width:100%;justify-content:center;padding:.875rem 1rem}}.cookie-modal-btn:focus{outline:2px solid;outline-offset:2px}.cookie-modal-btn:active{transform:translateY(1px)}.cookie-modal-links{display:flex;align-items:center;justify-content:center;gap:1.5rem}@media(max-width: 768px){.cookie-modal-links{flex-direction:column;gap:.75rem}}.cookie-modal-link{display:inline-flex;align-items:center;gap:.375rem;font-size:.8125rem;text-decoration:none;transition:all .2s ease}.cookie-modal-link i{font-size:.75rem}.cookie-modal-link:hover{text-decoration:underline}html.theme-light .cookie-banner-container{background:linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.9) 100%);border-top:1px solid rgba(214,47,46,.15);box-shadow:0 -4px 6px -1px rgba(0,0,0,.1)}html.theme-light .cookie-banner-icon{background:rgba(214,47,46,.08);border:1px solid rgba(214,47,46,.15);color:#d62f2e}html.theme-light .cookie-banner-title{color:#64748b}html.theme-light .cookie-banner-description{color:rgba(100,116,139,.8)}html.theme-light .cookie-link{color:#d62f2e}html.theme-light .cookie-link:hover{color:rgb(222.364,89.432,88.636)}html.theme-light .cookie-btn.cookie-btn-reject{background:rgba(0,0,0,0);color:rgba(100,116,139,.7);border-color:rgba(100,116,139,.2)}html.theme-light .cookie-btn.cookie-btn-reject:hover{background:rgba(239,68,68,.1);color:#ef4444;border-color:rgba(239,68,68,.3)}html.theme-light .cookie-btn.cookie-btn-customize{background:rgba(214,47,46,.08);color:#64748b;border-color:rgba(214,47,46,.15)}html.theme-light .cookie-btn.cookie-btn-customize:hover{background:rgba(100,116,139,.1);border-color:rgba(100,116,139,.3)}html.theme-light .cookie-btn.cookie-btn-accept{background:linear-gradient(135deg, #d62f2e 0%, rgb(222.364, 89.432, 88.636) 100%);color:#fff;border-color:rgba(214,47,46,.2)}html.theme-light .cookie-btn.cookie-btn-accept:hover{background:linear-gradient(135deg, rgb(218.182, 68.216, 67.318) 0%, rgb(226.546, 110.648, 109.954) 100%);box-shadow:0 4px 15px rgba(214,47,46,.3)}html.theme-light .cookie-btn:focus{outline-color:#d62f2e}html.theme-light .cookie-modal-overlay{background:rgba(0,0,0,.5)}html.theme-light .cookie-modal{background:#fff;border:1px solid rgba(214,47,46,.15);box-shadow:0 25px 50px -12px rgba(0,0,0,.25)}html.theme-light .cookie-modal-header{border-bottom-color:rgba(214,47,46,.15)}html.theme-light .cookie-modal-title{color:#64748b}html.theme-light .cookie-modal-title i{color:#d62f2e}html.theme-light .cookie-modal-close{background:rgba(214,47,46,.08);color:rgba(100,116,139,.7);border:1px solid rgba(214,47,46,.15)}html.theme-light .cookie-modal-close:hover{background:rgba(239,68,68,.1);color:#ef4444;border-color:rgba(239,68,68,.3)}html.theme-light .cookie-modal-close:focus{outline-color:#d62f2e}html.theme-light .cookie-modal-description p{color:rgba(100,116,139,.8)}html.theme-light .cookie-category{background:rgba(100,116,139,.02);border-color:rgba(214,47,46,.15)}html.theme-light .cookie-category:hover{background:rgba(100,116,139,.05);border-color:rgba(214,47,46,.2)}html.theme-light .cookie-category-title{color:#64748b}html.theme-light .cookie-category-title i{color:#d62f2e}html.theme-light .cookie-toggle-label{background:rgba(100,116,139,.2)}html.theme-light .cookie-toggle-label[aria-label*="sempre attivi"]{background:rgba(214,47,46,.3)}html.theme-light .cookie-toggle-slider{background:#fff;box-shadow:0 2px 4px rgba(0,0,0,.2)}html.theme-light .cookie-toggle:checked+.cookie-toggle-label{background:#d62f2e}html.theme-light .cookie-toggle:disabled+.cookie-toggle-label{background:rgba(214,47,46,.5)}html.theme-light .cookie-category-description{color:rgba(100,116,139,.7)}html.theme-light .cookie-modal-footer{border-top-color:rgba(214,47,46,.15)}html.theme-light .cookie-modal-btn.cookie-modal-btn-reject{background:rgba(0,0,0,0);color:rgba(100,116,139,.7);border-color:rgba(100,116,139,.2)}html.theme-light .cookie-modal-btn.cookie-modal-btn-reject:hover{background:rgba(239,68,68,.1);color:#ef4444;border-color:rgba(239,68,68,.3)}html.theme-light .cookie-modal-btn.cookie-modal-btn-save{background:rgba(214,47,46,.08);color:#64748b;border-color:rgba(214,47,46,.15)}html.theme-light .cookie-modal-btn.cookie-modal-btn-save:hover{background:rgba(100,116,139,.1);border-color:rgba(100,116,139,.3)}html.theme-light .cookie-modal-btn.cookie-modal-btn-accept{background:linear-gradient(135deg, #d62f2e 0%, rgb(222.364, 89.432, 88.636) 100%);color:#fff;border-color:rgba(214,47,46,.2)}html.theme-light .cookie-modal-btn.cookie-modal-btn-accept:hover{background:linear-gradient(135deg, rgb(218.182, 68.216, 67.318) 0%, rgb(226.546, 110.648, 109.954) 100%);box-shadow:0 4px 15px rgba(214,47,46,.3)}html.theme-light .cookie-modal-btn:focus{outline-color:#d62f2e}html.theme-light .cookie-modal-link{color:rgba(100,116,139,.7)}html.theme-light .cookie-modal-link:hover{color:#d62f2e}html.theme-dark .cookie-banner-container{background:linear-gradient(135deg, rgba(10, 10, 10, 0.95) 0%, rgba(10, 10, 10, 0.9) 100%);border-top:1px solid rgba(214,47,46,.12);box-shadow:0 -4px 6px -1px rgba(0,0,0,.1)}html.theme-dark .cookie-banner-icon{background:rgba(214,47,46,.05);border:1px solid rgba(214,47,46,.12);color:#d62f2e}html.theme-dark .cookie-banner-title{color:#ededed}html.theme-dark .cookie-banner-description{color:rgba(237,237,237,.8)}html.theme-dark .cookie-link{color:#d62f2e}html.theme-dark .cookie-link:hover{color:rgb(222.364,89.432,88.636)}html.theme-dark .cookie-btn.cookie-btn-reject{background:rgba(0,0,0,0);color:rgba(237,237,237,.7);border-color:rgba(237,237,237,.2)}html.theme-dark .cookie-btn.cookie-btn-reject:hover{background:rgba(220,38,38,.1);color:#dc2626;border-color:rgba(220,38,38,.3)}html.theme-dark .cookie-btn.cookie-btn-customize{background:rgba(214,47,46,.05);color:#ededed;border-color:rgba(214,47,46,.12)}html.theme-dark .cookie-btn.cookie-btn-customize:hover{background:rgba(237,237,237,.1);border-color:rgba(237,237,237,.3)}html.theme-dark .cookie-btn.cookie-btn-accept{background:linear-gradient(135deg, #d62f2e 0%, rgb(222.364, 89.432, 88.636) 100%);color:#fff;border-color:rgba(214,47,46,.2)}html.theme-dark .cookie-btn.cookie-btn-accept:hover{background:linear-gradient(135deg, rgb(218.182, 68.216, 67.318) 0%, rgb(226.546, 110.648, 109.954) 100%);box-shadow:0 4px 15px rgba(214,47,46,.3)}html.theme-dark .cookie-btn:focus{outline-color:#d62f2e}html.theme-dark .cookie-modal-overlay{background:rgba(0,0,0,.5)}html.theme-dark .cookie-modal{background:#0a0a0a;border:1px solid rgba(214,47,46,.12);box-shadow:0 25px 50px -12px rgba(0,0,0,.25)}html.theme-dark .cookie-modal-header{border-bottom-color:rgba(214,47,46,.12)}html.theme-dark .cookie-modal-title{color:#ededed}html.theme-dark .cookie-modal-title i{color:#d62f2e}html.theme-dark .cookie-modal-close{background:rgba(214,47,46,.05);color:rgba(237,237,237,.7);border:1px solid rgba(214,47,46,.12)}html.theme-dark .cookie-modal-close:hover{background:rgba(220,38,38,.1);color:#dc2626;border-color:rgba(220,38,38,.3)}html.theme-dark .cookie-modal-close:focus{outline-color:#d62f2e}html.theme-dark .cookie-modal-description p{color:rgba(237,237,237,.8)}html.theme-dark .cookie-category{background:rgba(237,237,237,.02);border-color:rgba(214,47,46,.12)}html.theme-dark .cookie-category:hover{background:rgba(237,237,237,.05);border-color:rgba(214,47,46,.2)}html.theme-dark .cookie-category-title{color:#ededed}html.theme-dark .cookie-category-title i{color:#d62f2e}html.theme-dark .cookie-toggle-label{background:rgba(237,237,237,.2)}html.theme-dark .cookie-toggle-label[aria-label*="sempre attivi"]{background:rgba(214,47,46,.3)}html.theme-dark .cookie-toggle-slider{background:#fff;box-shadow:0 2px 4px rgba(0,0,0,.2)}html.theme-dark .cookie-toggle:checked+.cookie-toggle-label{background:#d62f2e}html.theme-dark .cookie-toggle:disabled+.cookie-toggle-label{background:rgba(214,47,46,.5)}html.theme-dark .cookie-category-description{color:rgba(237,237,237,.7)}html.theme-dark .cookie-modal-footer{border-top-color:rgba(214,47,46,.12)}html.theme-dark .cookie-modal-btn.cookie-modal-btn-reject{background:rgba(0,0,0,0);color:rgba(237,237,237,.7);border-color:rgba(237,237,237,.2)}html.theme-dark .cookie-modal-btn.cookie-modal-btn-reject:hover{background:rgba(220,38,38,.1);color:#dc2626;border-color:rgba(220,38,38,.3)}html.theme-dark .cookie-modal-btn.cookie-modal-btn-save{background:rgba(214,47,46,.05);color:#ededed;border-color:rgba(214,47,46,.12)}html.theme-dark .cookie-modal-btn.cookie-modal-btn-save:hover{background:rgba(237,237,237,.1);border-color:rgba(237,237,237,.3)}html.theme-dark .cookie-modal-btn.cookie-modal-btn-accept{background:linear-gradient(135deg, #d62f2e 0%, rgb(222.364, 89.432, 88.636) 100%);color:#fff;border-color:rgba(214,47,46,.2)}html.theme-dark .cookie-modal-btn.cookie-modal-btn-accept:hover{background:linear-gradient(135deg, rgb(218.182, 68.216, 67.318) 0%, rgb(226.546, 110.648, 109.954) 100%);box-shadow:0 4px 15px rgba(214,47,46,.3)}html.theme-dark .cookie-modal-btn:focus{outline-color:#d62f2e}html.theme-dark .cookie-modal-link{color:rgba(237,237,237,.7)}html.theme-dark .cookie-modal-link:hover{color:#d62f2e}body.menu-open{overflow:hidden}@media(min-width: 1201px){body.menu-open{overflow:auto}}main{padding-top:4rem}.legal-page{min-height:100vh;padding:5rem 0}.legal-page .container{max-width:1000px;margin:0 auto;padding:0 1.5rem}.legal-page .legal-header{text-align:center;margin-bottom:3rem;padding-bottom:2rem;border-bottom:2px solid}.legal-page .legal-header h1{font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.legal-page .legal-header .legal-subtitle{font-size:1.2rem;margin-bottom:1rem}.legal-page .legal-header .last-updated{font-size:.9rem;padding:.5rem 1rem;border-radius:.5rem;display:inline-block}.legal-page .legal-content{line-height:1.7}.legal-page .legal-section{margin-bottom:3rem}.legal-page .legal-section h2{font-size:1.8rem;font-weight:600;margin-bottom:1.5rem;padding-bottom:.5rem;border-bottom:1px solid}.legal-page .legal-section h3{font-size:1.3rem;font-weight:600;margin:1.5rem 0 1rem 0}.legal-page .legal-section h4{font-size:1.1rem;font-weight:600;margin:1rem 0 .5rem 0}.legal-page .legal-section p{margin-bottom:1rem}.legal-page .legal-section ul,.legal-page .legal-section ol{margin:1rem 0;padding-left:1.5rem}.legal-page .legal-section ul li,.legal-page .legal-section ol li{margin-bottom:.5rem}.legal-page .legal-section a{text-decoration:none;font-weight:500}.legal-page .legal-section a:hover{text-decoration:underline}.legal-page .info-box{border:1px solid;border-radius:.75rem;padding:1.5rem;margin:1.5rem 0}.legal-page .info-box h3{margin-top:0;margin-bottom:1rem}.legal-page .info-box p{margin-bottom:.5rem}.legal-page .info-box p:last-child{margin-bottom:0}.legal-page .purpose-table{margin:1.5rem 0}.legal-page .purpose-table .purpose-row{margin-bottom:1.5rem}.legal-page .purpose-table .purpose-row .purpose-item{border:1px solid;border-radius:.5rem;padding:1.25rem}.legal-page .purpose-table .purpose-row .purpose-item h4{margin:0 0 .75rem 0;font-size:1.1rem}.legal-page .purpose-table .purpose-row .purpose-item p{margin-bottom:.5rem}.legal-page .purpose-table .purpose-row .purpose-item p:last-child{margin-bottom:0}.legal-page .retention-table{border:1px solid;border-radius:.75rem;overflow:hidden;margin:1.5rem 0}.legal-page .retention-table .retention-row{display:grid;grid-template-columns:2fr 1fr 1.5fr;gap:1rem;padding:1rem 1.25rem;border-bottom:1px solid;align-items:center}.legal-page .retention-table .retention-row:last-child{border-bottom:none}.legal-page .retention-table .retention-row .data-type{font-weight:600}.legal-page .retention-table .retention-row .retention-period{font-weight:500;text-align:center}.legal-page .retention-table .retention-row .retention-note{font-size:.9rem;text-align:right}.legal-page .rights-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(300px, 1fr));gap:1.5rem;margin:1.5rem 0}.legal-page .rights-grid .right-item{border:1px solid;border-radius:.75rem;padding:1.25rem;transition:transform .2s ease,box-shadow .2s ease}.legal-page .rights-grid .right-item:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.1)}.legal-page .rights-grid .right-item h4{margin:0 0 .75rem 0;font-size:1rem;display:flex;align-items:center;gap:.5rem}.legal-page .rights-grid .right-item p{margin:0;font-size:.9rem;line-height:1.5}.legal-page .exercise-rights{border:1px solid;border-radius:.75rem;padding:1.5rem;margin:2rem 0}.legal-page .exercise-rights h3{margin-top:0}.legal-page .exercise-rights ul{margin-bottom:1rem}.legal-page .exercise-rights p:last-child{margin-bottom:0;font-weight:500}.legal-page .contact-info{display:grid;grid-template-columns:repeat(auto-fit, minmax(300px, 1fr));gap:2rem;margin:1.5rem 0}.legal-page .contact-info .contact-section h3{margin-top:0;margin-bottom:1rem}.legal-page .contact-info .contact-section p{border:1px solid;border-radius:.5rem;padding:1rem;margin-bottom:.5rem;line-height:1.6}.legal-page .contact-info .contact-section p:last-child{margin-bottom:0}.legal-page .contact-info .contact-section p strong{display:block;margin-bottom:.5rem}.legal-page .legal-footer{margin-top:3rem;padding-top:2rem;border-top:2px solid;text-align:center}.legal-page .legal-footer p{font-size:.9rem;margin-bottom:.5rem}.legal-page .legal-footer p:last-child{margin-bottom:0}@media(max-width: 768px){.legal-page{padding:1rem 0}.legal-page .container{padding:5rem 1rem}.legal-page .legal-header{margin-bottom:2rem}.legal-page .legal-header h1{font-size:2rem}.legal-page .legal-header .legal-subtitle{font-size:1rem}.legal-page .legal-section{margin-bottom:2rem}.legal-page .legal-section h2{font-size:1.5rem}.legal-page .legal-section h3{font-size:1.2rem}.legal-page .retention-table .retention-row{grid-template-columns:1fr;gap:.5rem;text-align:left}.legal-page .retention-table .retention-row .retention-period,.legal-page .retention-table .retention-row .retention-note{text-align:left}.legal-page .rights-grid{grid-template-columns:1fr;gap:1rem}.legal-page .contact-info{grid-template-columns:1fr;gap:1.5rem}}@media(max-width: 576px){.legal-page .legal-header h1{font-size:1.75rem}.legal-page .legal-section h2{font-size:1.3rem}.legal-page .info-box,.legal-page .exercise-rights{padding:1rem}.legal-page .purpose-table .purpose-row .purpose-item{padding:1rem}.legal-page .rights-grid .right-item{padding:1rem}}html.theme-light .legal-page{background-color:#fff;color:#64748b}html.theme-light .legal-page .legal-header{border-bottom-color:rgba(214,47,46,.3)}html.theme-light .legal-page .legal-header h1{color:#64748b}html.theme-light .legal-page .legal-header .legal-subtitle{color:rgba(100,116,139,.8)}html.theme-light .legal-page .legal-header .last-updated{background:rgba(214,47,46,.1);color:#64748b;border:1px solid rgba(214,47,46,.2)}html.theme-light .legal-page .legal-section h2{color:#d62f2e;border-bottom-color:rgba(100,116,139,.15)}html.theme-light .legal-page .legal-section h3{color:#64748b}html.theme-light .legal-page .legal-section h4{color:rgba(100,116,139,.9)}html.theme-light .legal-page .legal-section p{color:rgba(100,116,139,.9)}html.theme-light .legal-page .legal-section ul li,html.theme-light .legal-page .legal-section ol li{color:rgba(100,116,139,.85)}html.theme-light .legal-page .legal-section ul li strong,html.theme-light .legal-page .legal-section ol li strong{color:#64748b}html.theme-light .legal-page .legal-section a{color:#d62f2e}html.theme-light .legal-page .legal-section a:hover{color:rgba(214,47,46,.8)}html.theme-light .legal-page .info-box{background:rgba(214,47,46,.05);border-color:rgba(214,47,46,.15)}html.theme-light .legal-page .info-box h3{color:#d62f2e}html.theme-light .legal-page .info-box p{color:rgba(100,116,139,.95)}html.theme-light .legal-page .warning-box{background:rgba(245,158,11,.1);border:1px solid rgba(245,158,11,.3);border-radius:.75rem;padding:1.5rem;margin:1.5rem 0}html.theme-light .legal-page .warning-box h3{color:#f59e0b;margin-top:0;margin-bottom:1rem}html.theme-light .legal-page .warning-box p,html.theme-light .legal-page .warning-box ul,html.theme-light .legal-page .warning-box li{color:rgba(100,116,139,.9)}html.theme-light .legal-page .contact-box{background:rgba(6,182,212,.1);border:1px solid rgba(6,182,212,.3);border-radius:.75rem;padding:1.5rem;margin:1.5rem 0}html.theme-light .legal-page .contact-box h3{color:#06b6d4;margin-top:0;margin-bottom:1rem}html.theme-light .legal-page .contact-box p{color:rgba(100,116,139,.95)}html.theme-light .legal-page .contact-box a{color:#d62f2e}html.theme-light .legal-page .contact-box a:hover{color:rgba(214,47,46,.8)}html.theme-light .legal-page .cta-box{background:rgba(214,47,46,.05);border:1px solid rgba(214,47,46,.15);border-radius:.75rem;padding:1.5rem;margin:1.5rem 0;text-align:center}html.theme-light .legal-page .cta-box h3{color:#d62f2e;margin-top:0;margin-bottom:1rem}html.theme-light .legal-page .cta-box p{color:rgba(100,116,139,.9);margin-bottom:1.5rem}html.theme-light .legal-page .cta-box .cookie-settings-btn{background:linear-gradient(135deg, #d62f2e 0%, rgba(214, 47, 46, 0.8) 100%);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:.5rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:inline-flex;align-items:center;font-size:.9rem}html.theme-light .legal-page .cta-box .cookie-settings-btn:hover{background:linear-gradient(135deg, rgba(214, 47, 46, 0.9) 0%, rgba(214, 47, 46, 0.7) 100%);box-shadow:0 4px 12px rgba(214,47,46,.4);transform:translateY(-1px)}html.theme-light .legal-page .cta-box .cookie-settings-btn i{margin-right:.5rem}html.theme-light .legal-page .security-box{background:rgba(16,185,129,.1);border:1px solid rgba(16,185,129,.3);border-radius:.75rem;padding:1.5rem;margin:1.5rem 0}html.theme-light .legal-page .security-box h3{color:#10b981;margin-top:0;margin-bottom:1rem}html.theme-light .legal-page .security-box p,html.theme-light .legal-page .security-box ul,html.theme-light .legal-page .security-box li{color:rgba(100,116,139,.9)}html.theme-light .legal-page .authority-box{background:rgba(100,116,139,.05);border:1px solid rgba(100,116,139,.15);border-radius:.75rem;padding:1.5rem;margin:1.5rem 0}html.theme-light .legal-page .authority-box h3{color:#d62f2e;margin-top:0;margin-bottom:1rem}html.theme-light .legal-page .authority-box p{color:rgba(100,116,139,.95)}html.theme-light .legal-page .authority-box a{color:#d62f2e}html.theme-light .legal-page .authority-box a:hover{color:rgba(214,47,46,.8)}html.theme-light .legal-page .browser-links ul{display:grid;grid-template-columns:repeat(auto-fit, minmax(200px, 1fr));gap:.5rem;margin:1rem 0;padding:0}html.theme-light .legal-page .browser-links li{list-style:none}html.theme-light .legal-page .browser-links a{display:block;padding:.75rem 1rem;background:rgba(100,116,139,.03);border:1px solid rgba(100,116,139,.1);border-radius:.5rem;color:#d62f2e;text-decoration:none;transition:all .3s ease}html.theme-light .legal-page .browser-links a:hover{background:rgba(214,47,46,.05);border-color:rgba(214,47,46,.2);transform:translateY(-1px);box-shadow:0 2px 8px rgba(100,116,139,.15)}html.theme-light .legal-page .cookie-table,html.theme-light .legal-page .retention-table,html.theme-light .legal-page .transfer-table{background:rgba(100,116,139,.03);border:1px solid rgba(100,116,139,.1);border-radius:.75rem;overflow:hidden;margin:1.5rem 0}html.theme-light .legal-page .cookie-table table,html.theme-light .legal-page .retention-table table,html.theme-light .legal-page .transfer-table table{width:100%;border-collapse:collapse}html.theme-light .legal-page .cookie-table table thead,html.theme-light .legal-page .retention-table table thead,html.theme-light .legal-page .transfer-table table thead{background:rgba(214,47,46,.05)}html.theme-light .legal-page .cookie-table table thead th,html.theme-light .legal-page .retention-table table thead th,html.theme-light .legal-page .transfer-table table thead th{padding:1rem;text-align:left;font-weight:600;color:#d62f2e;border-bottom:1px solid rgba(100,116,139,.1);font-size:.9rem}html.theme-light .legal-page .cookie-table table tbody tr:nth-child(even),html.theme-light .legal-page .retention-table table tbody tr:nth-child(even),html.theme-light .legal-page .transfer-table table tbody tr:nth-child(even){background:rgba(100,116,139,.02)}html.theme-light .legal-page .cookie-table table tbody tr:hover,html.theme-light .legal-page .retention-table table tbody tr:hover,html.theme-light .legal-page .transfer-table table tbody tr:hover{background:rgba(214,47,46,.03)}html.theme-light .legal-page .cookie-table table tbody tr.active-cookie,html.theme-light .legal-page .retention-table table tbody tr.active-cookie,html.theme-light .legal-page .transfer-table table tbody tr.active-cookie{background:rgba(16,185,129,.05);border-left:3px solid #10b981}html.theme-light .legal-page .cookie-table table tbody tr.active-cookie:nth-child(even),html.theme-light .legal-page .retention-table table tbody tr.active-cookie:nth-child(even),html.theme-light .legal-page .transfer-table table tbody tr.active-cookie:nth-child(even){background:rgba(16,185,129,.08)}html.theme-light .legal-page .cookie-table table tbody tr.active-cookie:hover,html.theme-light .legal-page .retention-table table tbody tr.active-cookie:hover,html.theme-light .legal-page .transfer-table table tbody tr.active-cookie:hover{background:rgba(16,185,129,.12)}html.theme-light .legal-page .cookie-table table tbody tr.future-cookie,html.theme-light .legal-page .retention-table table tbody tr.future-cookie,html.theme-light .legal-page .transfer-table table tbody tr.future-cookie{background:rgba(245,158,11,.05);border-left:3px solid rgba(245,158,11,.7)}html.theme-light .legal-page .cookie-table table tbody tr.future-cookie:nth-child(even),html.theme-light .legal-page .retention-table table tbody tr.future-cookie:nth-child(even),html.theme-light .legal-page .transfer-table table tbody tr.future-cookie:nth-child(even){background:rgba(245,158,11,.08)}html.theme-light .legal-page .cookie-table table tbody tr.future-cookie:hover,html.theme-light .legal-page .retention-table table tbody tr.future-cookie:hover,html.theme-light .legal-page .transfer-table table tbody tr.future-cookie:hover{background:rgba(245,158,11,.12)}html.theme-light .legal-page .cookie-table table tbody td,html.theme-light .legal-page .retention-table table tbody td,html.theme-light .legal-page .transfer-table table tbody td{padding:.75rem 1rem;color:rgba(100,116,139,.9);border-bottom:1px solid rgba(100,116,139,.05);font-size:.9rem;line-height:1.4}html.theme-light .legal-page .cookie-table table tbody td a,html.theme-light .legal-page .retention-table table tbody td a,html.theme-light .legal-page .transfer-table table tbody td a{color:#d62f2e}html.theme-light .legal-page .cookie-table table tbody td a:hover,html.theme-light .legal-page .retention-table table tbody td a:hover,html.theme-light .legal-page .transfer-table table tbody td a:hover{color:rgba(214,47,46,.8)}html.theme-light .legal-page .cookie-table table tbody td .status-active,html.theme-light .legal-page .retention-table table tbody td .status-active,html.theme-light .legal-page .transfer-table table tbody td .status-active{background:rgba(16,185,129,.15);color:#10b981;padding:.25rem .5rem;border-radius:.25rem;font-size:.8rem;font-weight:600}html.theme-light .legal-page .cookie-table table tbody td .status-inactive,html.theme-light .legal-page .retention-table table tbody td .status-inactive,html.theme-light .legal-page .transfer-table table tbody td .status-inactive{background:rgba(239,68,68,.15);color:#ef4444;padding:.25rem .5rem;border-radius:.25rem;font-size:.8rem;font-weight:600}html.theme-light .legal-page .cookie-table table tbody td .status-planned,html.theme-light .legal-page .retention-table table tbody td .status-planned,html.theme-light .legal-page .transfer-table table tbody td .status-planned{background:rgba(245,158,11,.15);color:#f59e0b;padding:.25rem .5rem;border-radius:.25rem;font-size:.8rem;font-weight:600}html.theme-light .legal-page .rights-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(280px, 1fr));gap:1.5rem;margin:2rem 0}html.theme-light .legal-page .rights-grid .right-item{background:rgba(100,116,139,.03);border:1px solid rgba(100,116,139,.1);border-radius:.75rem;padding:1.5rem;transition:all .3s ease}html.theme-light .legal-page .rights-grid .right-item:hover{background:rgba(214,47,46,.03);border-color:rgba(214,47,46,.15);box-shadow:0 4px 12px rgba(100,116,139,.15);transform:translateY(-2px)}html.theme-light .legal-page .rights-grid .right-item h4{color:#d62f2e;margin-bottom:.5rem;font-size:1.1rem}html.theme-light .legal-page .rights-grid .right-item p{color:rgba(100,116,139,.85);line-height:1.6;margin:0}html.theme-light .legal-page .version-info{background:rgba(100,116,139,.05);border:1px solid rgba(100,116,139,.15);border-radius:.5rem;padding:1rem;margin:2rem 0;text-align:center}html.theme-light .legal-page .version-info p{margin:0;color:rgba(100,116,139,.7);font-size:.9rem}html.theme-light .legal-page .purpose-table .purpose-item{background:rgba(100,116,139,.03);border:1px solid rgba(100,116,139,.1);border-radius:.5rem;padding:1.5rem;margin-bottom:1rem}html.theme-light .legal-page .purpose-table .purpose-item h4{color:#d62f2e;margin-top:0;margin-bottom:.5rem}html.theme-light .legal-page .purpose-table .purpose-item p{color:rgba(100,116,139,.9)}html.theme-light .legal-page .purpose-table .purpose-item p strong{color:#64748b}html.theme-light .legal-page .retention-table{background:rgba(100,116,139,.03);border:1px solid rgba(100,116,139,.1);border-radius:.75rem;padding:1rem}html.theme-light .legal-page .retention-table .retention-row{display:grid;grid-template-columns:2fr 1fr 1fr;gap:1rem;padding:.75rem;border-bottom:1px solid rgba(100,116,139,.05);align-items:center}html.theme-light .legal-page .retention-table .retention-row:nth-child(even){background:rgba(214,47,46,.03)}html.theme-light .legal-page .retention-table .retention-row:last-child{border-bottom:none}html.theme-light .legal-page .retention-table .retention-row .data-type{color:#64748b;font-weight:500}html.theme-light .legal-page .retention-table .retention-row .retention-period{color:#d62f2e;font-weight:600;text-align:center}html.theme-light .legal-page .retention-table .retention-row .retention-note{color:rgba(100,116,139,.6);font-size:.9rem;text-align:right}html.theme-light .legal-page .exercise-rights{background:linear-gradient(135deg, rgba(214, 47, 46, 0.05), rgba(214, 47, 46, 0.03));border:1px solid rgba(100,116,139,.1);border-radius:.75rem;padding:1.5rem;margin:1.5rem 0}html.theme-light .legal-page .exercise-rights h3{color:#d62f2e;margin-top:0;margin-bottom:1rem}html.theme-light .legal-page .exercise-rights p:last-child{color:#64748b;margin:0}html.theme-light .legal-page .contact-info .contact-section h3{color:#d62f2e}html.theme-light .legal-page .contact-info .contact-section p{background:rgba(100,116,139,.03);border:1px solid rgba(100,116,139,.1)}html.theme-light .legal-page .contact-info .contact-section p strong{color:#64748b}html.theme-light .legal-page .legal-footer{border-top-color:rgba(100,116,139,.1)}html.theme-light .legal-page .legal-footer p{color:rgba(100,116,139,.6)}html.theme-light .legal-page .legal-footer p strong{color:#d62f2e}html.theme-dark .legal-page{background-color:#0a0a0a;color:#ededed}html.theme-dark .legal-page .legal-header{border-bottom-color:rgba(214,47,46,.3)}html.theme-dark .legal-page .legal-header h1{color:#ededed}html.theme-dark .legal-page .legal-header .legal-subtitle{color:rgba(237,237,237,.8)}html.theme-dark .legal-page .legal-header .last-updated{background:rgba(214,47,46,.1);color:#ededed;border:1px solid rgba(214,47,46,.2)}html.theme-dark .legal-page .legal-section h2{color:#d62f2e;border-bottom-color:rgba(237,237,237,.15)}html.theme-dark .legal-page .legal-section h3{color:#ededed}html.theme-dark .legal-page .legal-section h4{color:rgba(237,237,237,.9)}html.theme-dark .legal-page .legal-section p{color:rgba(237,237,237,.9)}html.theme-dark .legal-page .legal-section ul li,html.theme-dark .legal-page .legal-section ol li{color:rgba(237,237,237,.85)}html.theme-dark .legal-page .legal-section ul li strong,html.theme-dark .legal-page .legal-section ol li strong{color:#ededed}html.theme-dark .legal-page .legal-section a{color:#d62f2e}html.theme-dark .legal-page .legal-section a:hover{color:rgba(214,47,46,.8)}html.theme-dark .legal-page .info-box{background:rgba(214,47,46,.05);border-color:rgba(214,47,46,.15)}html.theme-dark .legal-page .info-box h3{color:#d62f2e}html.theme-dark .legal-page .info-box p{color:rgba(237,237,237,.95)}html.theme-dark .legal-page .warning-box{background:rgba(217,119,6,.1);border:1px solid rgba(217,119,6,.3);border-radius:.75rem;padding:1.5rem;margin:1.5rem 0}html.theme-dark .legal-page .warning-box h3{color:#d97706;margin-top:0;margin-bottom:1rem}html.theme-dark .legal-page .warning-box p,html.theme-dark .legal-page .warning-box ul,html.theme-dark .legal-page .warning-box li{color:rgba(237,237,237,.9)}html.theme-dark .legal-page .contact-box{background:rgba(8,145,178,.1);border:1px solid rgba(8,145,178,.3);border-radius:.75rem;padding:1.5rem;margin:1.5rem 0}html.theme-dark .legal-page .contact-box h3{color:#0891b2;margin-top:0;margin-bottom:1rem}html.theme-dark .legal-page .contact-box p{color:rgba(237,237,237,.95)}html.theme-dark .legal-page .contact-box a{color:#d62f2e}html.theme-dark .legal-page .contact-box a:hover{color:rgba(214,47,46,.8)}html.theme-dark .legal-page .cta-box{background:rgba(214,47,46,.05);border:1px solid rgba(214,47,46,.15);border-radius:.75rem;padding:1.5rem;margin:1.5rem 0;text-align:center}html.theme-dark .legal-page .cta-box h3{color:#d62f2e;margin-top:0;margin-bottom:1rem}html.theme-dark .legal-page .cta-box p{color:rgba(237,237,237,.9);margin-bottom:1.5rem}html.theme-dark .legal-page .cta-box .cookie-settings-btn{background:linear-gradient(135deg, #d62f2e 0%, rgba(214, 47, 46, 0.8) 100%);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:.5rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:inline-flex;align-items:center;font-size:.9rem}html.theme-dark .legal-page .cta-box .cookie-settings-btn:hover{background:linear-gradient(135deg, rgba(214, 47, 46, 0.9) 0%, rgba(214, 47, 46, 0.7) 100%);box-shadow:0 4px 12px rgba(214,47,46,.4);transform:translateY(-1px)}html.theme-dark .legal-page .cta-box .cookie-settings-btn i{margin-right:.5rem}html.theme-dark .legal-page .security-box{background:rgba(5,150,105,.1);border:1px solid rgba(5,150,105,.3);border-radius:.75rem;padding:1.5rem;margin:1.5rem 0}html.theme-dark .legal-page .security-box h3{color:#059669;margin-top:0;margin-bottom:1rem}html.theme-dark .legal-page .security-box p,html.theme-dark .legal-page .security-box ul,html.theme-dark .legal-page .security-box li{color:rgba(237,237,237,.9)}html.theme-dark .legal-page .authority-box{background:rgba(237,237,237,.05);border:1px solid rgba(237,237,237,.15);border-radius:.75rem;padding:1.5rem;margin:1.5rem 0}html.theme-dark .legal-page .authority-box h3{color:#d62f2e;margin-top:0;margin-bottom:1rem}html.theme-dark .legal-page .authority-box p{color:rgba(237,237,237,.95)}html.theme-dark .legal-page .authority-box a{color:#d62f2e}html.theme-dark .legal-page .authority-box a:hover{color:rgba(214,47,46,.8)}html.theme-dark .legal-page .browser-links ul{display:grid;grid-template-columns:repeat(auto-fit, minmax(200px, 1fr));gap:.5rem;margin:1rem 0;padding:0}html.theme-dark .legal-page .browser-links li{list-style:none}html.theme-dark .legal-page .browser-links a{display:block;padding:.75rem 1rem;background:rgba(237,237,237,.03);border:1px solid rgba(237,237,237,.1);border-radius:.5rem;color:#d62f2e;text-decoration:none;transition:all .3s ease}html.theme-dark .legal-page .browser-links a:hover{background:rgba(214,47,46,.05);border-color:rgba(214,47,46,.2);transform:translateY(-1px);box-shadow:0 2px 8px rgba(237,237,237,.15)}html.theme-dark .legal-page .cookie-table,html.theme-dark .legal-page .retention-table,html.theme-dark .legal-page .transfer-table{background:rgba(237,237,237,.03);border:1px solid rgba(237,237,237,.1);border-radius:.75rem;overflow:hidden;margin:1.5rem 0}html.theme-dark .legal-page .cookie-table table,html.theme-dark .legal-page .retention-table table,html.theme-dark .legal-page .transfer-table table{width:100%;border-collapse:collapse}html.theme-dark .legal-page .cookie-table table thead,html.theme-dark .legal-page .retention-table table thead,html.theme-dark .legal-page .transfer-table table thead{background:rgba(214,47,46,.05)}html.theme-dark .legal-page .cookie-table table thead th,html.theme-dark .legal-page .retention-table table thead th,html.theme-dark .legal-page .transfer-table table thead th{padding:1rem;text-align:left;font-weight:600;color:#d62f2e;border-bottom:1px solid rgba(237,237,237,.1);font-size:.9rem}html.theme-dark .legal-page .cookie-table table tbody tr:nth-child(even),html.theme-dark .legal-page .retention-table table tbody tr:nth-child(even),html.theme-dark .legal-page .transfer-table table tbody tr:nth-child(even){background:rgba(237,237,237,.02)}html.theme-dark .legal-page .cookie-table table tbody tr:hover,html.theme-dark .legal-page .retention-table table tbody tr:hover,html.theme-dark .legal-page .transfer-table table tbody tr:hover{background:rgba(214,47,46,.03)}html.theme-dark .legal-page .cookie-table table tbody tr.active-cookie,html.theme-dark .legal-page .retention-table table tbody tr.active-cookie,html.theme-dark .legal-page .transfer-table table tbody tr.active-cookie{background:rgba(5,150,105,.05);border-left:3px solid #059669}html.theme-dark .legal-page .cookie-table table tbody tr.active-cookie:nth-child(even),html.theme-dark .legal-page .retention-table table tbody tr.active-cookie:nth-child(even),html.theme-dark .legal-page .transfer-table table tbody tr.active-cookie:nth-child(even){background:rgba(5,150,105,.08)}html.theme-dark .legal-page .cookie-table table tbody tr.active-cookie:hover,html.theme-dark .legal-page .retention-table table tbody tr.active-cookie:hover,html.theme-dark .legal-page .transfer-table table tbody tr.active-cookie:hover{background:rgba(5,150,105,.12)}html.theme-dark .legal-page .cookie-table table tbody tr.future-cookie,html.theme-dark .legal-page .retention-table table tbody tr.future-cookie,html.theme-dark .legal-page .transfer-table table tbody tr.future-cookie{background:rgba(217,119,6,.05);border-left:3px solid rgba(217,119,6,.7)}html.theme-dark .legal-page .cookie-table table tbody tr.future-cookie:nth-child(even),html.theme-dark .legal-page .retention-table table tbody tr.future-cookie:nth-child(even),html.theme-dark .legal-page .transfer-table table tbody tr.future-cookie:nth-child(even){background:rgba(217,119,6,.08)}html.theme-dark .legal-page .cookie-table table tbody tr.future-cookie:hover,html.theme-dark .legal-page .retention-table table tbody tr.future-cookie:hover,html.theme-dark .legal-page .transfer-table table tbody tr.future-cookie:hover{background:rgba(217,119,6,.12)}html.theme-dark .legal-page .cookie-table table tbody td,html.theme-dark .legal-page .retention-table table tbody td,html.theme-dark .legal-page .transfer-table table tbody td{padding:.75rem 1rem;color:rgba(237,237,237,.9);border-bottom:1px solid rgba(237,237,237,.05);font-size:.9rem;line-height:1.4}html.theme-dark .legal-page .cookie-table table tbody td a,html.theme-dark .legal-page .retention-table table tbody td a,html.theme-dark .legal-page .transfer-table table tbody td a{color:#d62f2e}html.theme-dark .legal-page .cookie-table table tbody td a:hover,html.theme-dark .legal-page .retention-table table tbody td a:hover,html.theme-dark .legal-page .transfer-table table tbody td a:hover{color:rgba(214,47,46,.8)}html.theme-dark .legal-page .cookie-table table tbody td .status-active,html.theme-dark .legal-page .retention-table table tbody td .status-active,html.theme-dark .legal-page .transfer-table table tbody td .status-active{background:rgba(5,150,105,.15);color:#059669;padding:.25rem .5rem;border-radius:.25rem;font-size:.8rem;font-weight:600}html.theme-dark .legal-page .cookie-table table tbody td .status-inactive,html.theme-dark .legal-page .retention-table table tbody td .status-inactive,html.theme-dark .legal-page .transfer-table table tbody td .status-inactive{background:rgba(220,38,38,.15);color:#dc2626;padding:.25rem .5rem;border-radius:.25rem;font-size:.8rem;font-weight:600}html.theme-dark .legal-page .cookie-table table tbody td .status-planned,html.theme-dark .legal-page .retention-table table tbody td .status-planned,html.theme-dark .legal-page .transfer-table table tbody td .status-planned{background:rgba(217,119,6,.15);color:#d97706;padding:.25rem .5rem;border-radius:.25rem;font-size:.8rem;font-weight:600}html.theme-dark .legal-page .rights-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(280px, 1fr));gap:1.5rem;margin:2rem 0}html.theme-dark .legal-page .rights-grid .right-item{background:rgba(237,237,237,.03);border:1px solid rgba(237,237,237,.1);border-radius:.75rem;padding:1.5rem;transition:all .3s ease}html.theme-dark .legal-page .rights-grid .right-item:hover{background:rgba(214,47,46,.03);border-color:rgba(214,47,46,.15);box-shadow:0 4px 12px rgba(237,237,237,.15);transform:translateY(-2px)}html.theme-dark .legal-page .rights-grid .right-item h4{color:#d62f2e;margin-bottom:.5rem;font-size:1.1rem}html.theme-dark .legal-page .rights-grid .right-item p{color:rgba(237,237,237,.85);line-height:1.6;margin:0}html.theme-dark .legal-page .version-info{background:rgba(237,237,237,.05);border:1px solid rgba(237,237,237,.15);border-radius:.5rem;padding:1rem;margin:2rem 0;text-align:center}html.theme-dark .legal-page .version-info p{margin:0;color:rgba(237,237,237,.7);font-size:.9rem}html.theme-dark .legal-page .purpose-table .purpose-item{background:rgba(237,237,237,.03);border:1px solid rgba(237,237,237,.1);border-radius:.5rem;padding:1.5rem;margin-bottom:1rem}html.theme-dark .legal-page .purpose-table .purpose-item h4{color:#d62f2e;margin-top:0;margin-bottom:.5rem}html.theme-dark .legal-page .purpose-table .purpose-item p{color:rgba(237,237,237,.9)}html.theme-dark .legal-page .purpose-table .purpose-item p strong{color:#ededed}html.theme-dark .legal-page .retention-table{background:rgba(237,237,237,.03);border:1px solid rgba(237,237,237,.1);border-radius:.75rem;padding:1rem}html.theme-dark .legal-page .retention-table .retention-row{display:grid;grid-template-columns:2fr 1fr 1fr;gap:1rem;padding:.75rem;border-bottom:1px solid rgba(237,237,237,.05);align-items:center}html.theme-dark .legal-page .retention-table .retention-row:nth-child(even){background:rgba(214,47,46,.03)}html.theme-dark .legal-page .retention-table .retention-row:last-child{border-bottom:none}html.theme-dark .legal-page .retention-table .retention-row .data-type{color:#ededed;font-weight:500}html.theme-dark .legal-page .retention-table .retention-row .retention-period{color:#d62f2e;font-weight:600;text-align:center}html.theme-dark .legal-page .retention-table .retention-row .retention-note{color:rgba(237,237,237,.6);font-size:.9rem;text-align:right}html.theme-dark .legal-page .exercise-rights{background:linear-gradient(135deg, rgba(214, 47, 46, 0.05), rgba(214, 47, 46, 0.03));border:1px solid rgba(237,237,237,.1);border-radius:.75rem;padding:1.5rem;margin:1.5rem 0}html.theme-dark .legal-page .exercise-rights h3{color:#d62f2e;margin-top:0;margin-bottom:1rem}html.theme-dark .legal-page .exercise-rights p:last-child{color:#ededed;margin:0}html.theme-dark .legal-page .contact-info .contact-section h3{color:#d62f2e}html.theme-dark .legal-page .contact-info .contact-section p{background:rgba(237,237,237,.03);border:1px solid rgba(237,237,237,.1)}html.theme-dark .legal-page .contact-info .contact-section p strong{color:#ededed}html.theme-dark .legal-page .legal-footer{border-top-color:rgba(237,237,237,.1)}html.theme-dark .legal-page .legal-footer p{color:rgba(237,237,237,.6)}html.theme-dark .legal-page .legal-footer p strong{color:#d62f2e}
