*{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}@media(min-width: 1201px){.navbar{display:flex !important}.mobile-navbar{display:none !important}}@media(max-width: 1200px){.navbar{display:none !important}.mobile-navbar{display:block !important}.mobile-navbar .mobile-menu-overlay{display:block}.mobile-navbar .mobile-menu-overlay.active{display:block}}.navbar,.mobile-navbar{opacity:1}body.loading .navbar,body.loading .mobile-navbar{opacity:0}.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}.contact{padding:4rem 0;position:relative;overflow:hidden}.contact-container{max-width:1200px;margin:0 auto;padding:0 1.5rem;position:relative;z-index:1}.contact-header{text-align:center;margin-bottom:3rem}@media(max-width: 768px){.contact-header{margin-bottom:2rem}}.contact-title{font-size:2.5rem;font-weight:700;line-height:1.2;margin:0 0 1rem}@media(max-width: 768px){.contact-title{font-size:2rem}}@media(max-width: 480px){.contact-title{font-size:1.75rem}}.contact-subtitle{font-size:1.125rem;line-height:1.6;max-width:600px;margin:0 auto;opacity:.9}@media(max-width: 768px){.contact-subtitle{font-size:1rem}}.contact-options{display:grid;grid-template-columns:repeat(auto-fit, minmax(300px, 1fr));gap:2rem;margin-bottom:3rem}@media(max-width: 768px){.contact-options{grid-template-columns:1fr;gap:1.5rem;margin-bottom:2.5rem}}.contact-option{padding:2rem 1.5rem;border-radius:1rem;position:relative;transition:all .3s ease;display:flex;flex-direction:column;height:100%;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:hsla(0,0%,100%,.08);border:1px solid hsla(0,0%,100%,.15)}.contact-option:hover{transform:translateY(-5px);box-shadow:0 10px 25px rgba(0,0,0,.15)}@media(max-width: 768px){.contact-option{padding:1.5rem 1.25rem}.contact-option:hover{transform:translateY(-3px)}}.contact-icon{width:60px;height:60px;border-radius:1rem;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;position:relative;transition:all .3s ease;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.contact-icon i{font-size:1.5rem;transition:all .3s ease}@media(max-width: 768px){.contact-icon{width:50px;height:50px;margin-bottom:1.25rem}.contact-icon i{font-size:1.25rem}}.contact-content{flex:1;display:flex;flex-direction:column;min-height:0}.contact-method{font-size:1.5rem;font-weight:700;line-height:1.2;margin:0 0 1rem}@media(max-width: 768px){.contact-method{font-size:1.25rem;margin-bottom:.875rem}}.contact-description{font-size:1rem;line-height:1.6;margin:0 0 1.5rem;opacity:.9}@media(max-width: 768px){.contact-description{font-size:.95rem;margin-bottom:1.25rem}}.contact-button{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.95rem;font-weight:600;text-decoration:none;border-radius:.75rem;transition:all .3s ease;position:relative;overflow:hidden;margin-top:auto;align-self:flex-start;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.2)}.contact-button i{font-size:.875rem;transition:transform .3s ease}.contact-button:hover{transform:translateY(-2px);box-shadow:0 5px 15px rgba(0,0,0,.1)}.contact-button:hover i{transform:translateX(3px)}@media(max-width: 768px){.contact-button{padding:.625rem 1.25rem;font-size:.9rem}}.contact-info{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap}@media(max-width: 768px){.contact-info{gap:1.5rem;flex-direction:column;align-items:center}}.info-item{display:flex;align-items:center;gap:.75rem;padding:1rem 1.5rem;border-radius:.75rem;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:hsla(0,0%,100%,.08);border:1px solid hsla(0,0%,100%,.15);transition:all .3s ease}.info-item i{font-size:1rem;opacity:.8;transition:all .3s ease}.info-item span{font-size:.95rem;font-weight:600;white-space:nowrap}.info-item:hover{transform:translateY(-2px);box-shadow:0 5px 15px rgba(0,0,0,.1)}.info-item:hover i{opacity:1;transform:scale(1.1)}@media(max-width: 768px){.info-item{padding:.875rem 1.25rem}.info-item span{font-size:.9rem;white-space:normal;text-align:center}}html.theme-light body{background-color:rgba(100,116,139,.1);color:#64748b}html.theme-light .contact{background:#fff;color:#64748b}html.theme-light .contact-title{color:rgb(78.6610878661,91.2468619247,109.3389121339)}html.theme-light .contact-subtitle{color:rgba(100,116,139,.9)}html.theme-light .contact-option{background:rgba(100,116,139,.075);border:1px solid rgba(100,116,139,.1)}html.theme-light .contact-option:hover{border-color:rgba(214,47,46,.2)}html.theme-light .contact-icon{background:rgba(214,47,46,.15);border:1px solid rgba(214,47,46,.25)}html.theme-light .contact-icon i{color:#d62f2e}html.theme-light .contact-method{color:rgb(78.6610878661,91.2468619247,109.3389121339)}html.theme-light .contact-description{color:rgba(100,116,139,.9)}html.theme-light .contact-button{background:rgba(214,47,46,.15);color:#d62f2e;border:1px solid rgba(214,47,46,.3)}html.theme-light .contact-button:hover{background:rgba(214,47,46,.2);border-color:rgba(214,47,46,.4);box-shadow:0 5px 15px rgba(214,47,46,.2)}html.theme-light .info-item{background:rgba(100,116,139,.05);border:1px solid rgba(100,116,139,.1);color:rgba(100,116,139,.9)}html.theme-light .info-item i{color:#d62f2e}html.theme-light .info-item:hover{border-color:rgba(214,47,46,.2)}html.theme-dark body{background-color:rgba(237,237,237,.1);color:#ededed}html.theme-dark .contact{background:#0a0a0a;color:#ededed}html.theme-dark .contact-title{color:hsl(0,0%,102.9411764706%)}html.theme-dark .contact-subtitle{color:rgba(237,237,237,.9)}html.theme-dark .contact-option{background:rgba(237,237,237,.075);border:1px solid rgba(237,237,237,.1)}html.theme-dark .contact-option:hover{border-color:rgba(214,47,46,.2)}html.theme-dark .contact-icon{background:rgba(214,47,46,.15);border:1px solid rgba(214,47,46,.25)}html.theme-dark .contact-icon i{color:#d62f2e}html.theme-dark .contact-method{color:hsl(0,0%,102.9411764706%)}html.theme-dark .contact-description{color:rgba(237,237,237,.9)}html.theme-dark .contact-button{background:rgba(214,47,46,.15);color:#d62f2e;border:1px solid rgba(214,47,46,.3)}html.theme-dark .contact-button:hover{background:rgba(214,47,46,.2);border-color:rgba(214,47,46,.4);box-shadow:0 5px 15px rgba(214,47,46,.2)}html.theme-dark .info-item{background:rgba(237,237,237,.05);border:1px solid rgba(237,237,237,.1);color:rgba(237,237,237,.9)}html.theme-dark .info-item i{color:#d62f2e}html.theme-dark .info-item:hover{border-color:rgba(214,47,46,.2)}body{margin:0;padding:0;min-height:100vh}.recording-hero{padding:8rem 2rem 4rem;min-height:60vh;display:flex;align-items:center}@media(max-width: 768px){.recording-hero{padding:6rem 1rem 3rem;min-height:50vh}}.recording-hero-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}@media(max-width: 768px){.recording-hero-content{grid-template-columns:1fr;gap:2rem;text-align:center}}.recording-hero-title{font-size:3rem;font-weight:700;margin:0 0 1rem 0;line-height:1.2;display:flex;align-items:center;gap:1rem}.recording-hero-title i{font-size:2.5rem}@media(max-width: 768px){.recording-hero-title{font-size:2.5rem;justify-content:center}.recording-hero-title i{font-size:2rem}}@media(max-width: 480px){.recording-hero-title{font-size:2rem}.recording-hero-title i{font-size:1.5rem}}.recording-hero-subtitle{font-size:1.5rem;font-weight:500;margin:0 0 1.5rem 0;line-height:1.4}@media(max-width: 768px){.recording-hero-subtitle{font-size:1.25rem}}.recording-hero-description{font-size:1.125rem;margin:0 0 2rem 0;line-height:1.6}@media(max-width: 768px){.recording-hero-description{font-size:1rem}}.recording-hero-cta{display:flex;gap:1rem}@media(max-width: 768px){.recording-hero-cta{justify-content:center}}@media(max-width: 480px){.recording-hero-cta{flex-direction:column}}.recording-cta-primary,.recording-cta-secondary{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2rem;border-radius:.5rem;font-weight:600;text-decoration:none;transition:all .3s ease;border:2px solid rgba(0,0,0,0)}@media(max-width: 480px){.recording-cta-primary,.recording-cta-secondary{justify-content:center;padding:.875rem 1.5rem}}.recording-hero-visual{display:flex;align-items:center;justify-content:center}.recording-hero-image{width:200px;height:200px;border-radius:50%;display:flex;align-items:center;justify-content:center}.recording-hero-image i{font-size:5rem}@media(max-width: 768px){.recording-hero-image{width:150px;height:150px}.recording-hero-image i{font-size:4rem}}.recording-services{padding:4rem 2rem}@media(max-width: 768px){.recording-services{padding:3rem 1rem}}.recording-services-container{max-width:1200px;margin:0 auto}.recording-services-header{text-align:center;margin-bottom:3rem}.recording-services-title{font-size:2.5rem;font-weight:700;margin:0 0 1rem 0}@media(max-width: 768px){.recording-services-title{font-size:2rem}}.recording-services-subtitle{font-size:1.25rem;margin:0}@media(max-width: 768px){.recording-services-subtitle{font-size:1.125rem}}.recording-services-grid{display:grid;gap:2rem;grid-template-columns:repeat(4, 1fr)}@media(max-width: 1200px){.recording-services-grid{grid-template-columns:repeat(2, 1fr)}}@media(max-width: 768px){.recording-services-grid{grid-template-columns:1fr;gap:1.5rem}}.recording-service-card{padding:2rem;border-radius:1rem;border:1px solid;transition:all .3s ease}.recording-service-card:hover{transform:translateY(-5px)}.recording-service-icon{width:4rem;height:4rem;border-radius:1rem;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.recording-service-icon i{font-size:2rem}.recording-service-title{font-size:1.5rem;font-weight:600;margin:0 0 1rem 0}.recording-service-description{font-size:1rem;margin:0 0 1.5rem 0;line-height:1.6}.recording-service-features{list-style:none;padding:0;margin:0}.recording-service-features li{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem;font-size:.9375rem}.recording-service-features li i{font-size:.875rem}.recording-studios{padding:4rem 2rem}@media(max-width: 768px){.recording-studios{padding:3rem 1rem}}.recording-studios-container{max-width:1200px;margin:0 auto}.recording-studios-header{text-align:center;margin-bottom:3rem}.recording-studios-title{font-size:2.5rem;font-weight:700;margin:0 0 1rem 0}@media(max-width: 768px){.recording-studios-title{font-size:2rem}}.recording-studios-subtitle{font-size:1.25rem;margin:0}@media(max-width: 768px){.recording-studios-subtitle{font-size:1.125rem}}.recording-studios-grid{display:grid;grid-template-columns:1fr;gap:2rem}.recording-studio-card{display:grid;grid-template-columns:200px 1fr;gap:2rem;padding:2rem;border-radius:1rem;border:1px solid;align-items:center}@media(max-width: 768px){.recording-studio-card{grid-template-columns:1fr;text-align:center;gap:1.5rem}}.recording-studio-image{width:150px;height:150px;border-radius:1rem;display:flex;align-items:center;justify-content:center;margin:0 auto}.recording-studio-image i{font-size:4rem}.recording-studio-title{font-size:1.5rem;font-weight:600;margin:0 0 1rem 0}.recording-studio-description{font-size:1rem;margin:0 0 1.5rem 0;line-height:1.6}.recording-studio-specs{list-style:none;padding:0;margin:0}.recording-studio-specs li{margin-bottom:.5rem;font-size:.9375rem}.recording-studio-specs li strong{font-weight:600}.recording-equipment{padding:4rem 2rem}@media(max-width: 768px){.recording-equipment{padding:3rem 1rem}}.recording-equipment-container{max-width:1200px;margin:0 auto}.recording-equipment-header{text-align:center;margin-bottom:3rem}.recording-equipment-title{font-size:2.5rem;font-weight:700;margin:0 0 1rem 0}@media(max-width: 768px){.recording-equipment-title{font-size:2rem}}.recording-equipment-subtitle{font-size:1.25rem;margin:0}@media(max-width: 768px){.recording-equipment-subtitle{font-size:1.125rem}}.recording-equipment-nav{display:flex;justify-content:center;gap:1rem;margin-bottom:2rem}@media(max-width: 768px){.recording-equipment-nav{flex-wrap:wrap;gap:.5rem}}.recording-equipment-tab{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border:none;border-radius:.5rem;cursor:pointer;font-weight:500;transition:all .3s ease}@media(max-width: 768px){.recording-equipment-tab{padding:.625rem 1rem;font-size:.875rem}}.recording-equipment-panel{display:none}.recording-equipment-panel.active{display:block}.recording-equipment-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(250px, 1fr));gap:1.5rem}@media(max-width: 768px){.recording-equipment-grid{grid-template-columns:1fr;gap:1rem}}.recording-equipment-item{padding:1.5rem;border-radius:.75rem;border:1px solid}.recording-equipment-item h4{font-size:1.125rem;font-weight:600;margin:0 0 .5rem 0}.recording-equipment-item p{font-size:.9375rem;margin:0;line-height:1.5}.recording-pricing{padding:4rem 2rem}@media(max-width: 768px){.recording-pricing{padding:3rem 1rem}}.recording-pricing-container{max-width:1200px;margin:0 auto}.recording-pricing-header{text-align:center;margin-bottom:3rem}.recording-pricing-title{font-size:2.5rem;font-weight:700;margin:0 0 1rem 0}@media(max-width: 768px){.recording-pricing-title{font-size:2rem}}.recording-pricing-subtitle{font-size:1.25rem;margin:0}@media(max-width: 768px){.recording-pricing-subtitle{font-size:1.125rem}}.recording-pricing-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(300px, 1fr));gap:2rem}@media(max-width: 768px){.recording-pricing-grid{grid-template-columns:1fr;gap:1.5rem}}.recording-pricing-card{position:relative;padding:2rem;border-radius:1rem;border:1px solid;text-align:center;transition:all .3s ease;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.recording-pricing-card.recording-pricing-featured{transform:scale(1.05);border-width:2px}@media(max-width: 768px){.recording-pricing-card.recording-pricing-featured{transform:none}}.recording-pricing-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px rgba(0,0,0,.15)}.recording-pricing-card:hover.recording-pricing-featured{transform:translateY(-5px) scale(1.05)}@media(max-width: 768px){.recording-pricing-card:hover.recording-pricing-featured{transform:translateY(-5px)}}@media(max-width: 768px){.recording-pricing-card:hover{transform:translateY(-3px)}}.recording-pricing-badge{position:absolute;top:-0.5rem;left:50%;transform:translateX(-50%);padding:.5rem 1rem;border-radius:1rem;font-size:.875rem;font-weight:600}.recording-pricing-name{font-size:1.5rem;font-weight:600;margin:1rem 0}.recording-pricing-price{margin-bottom:2rem}.recording-price-amount{font-size:3rem;font-weight:700;display:block}.recording-price-period{font-size:1rem;opacity:.7}.recording-pricing-features{list-style:none;padding:0;margin:0 0 2rem 0}.recording-pricing-features li{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-bottom:.75rem;font-size:.9375rem}.recording-pricing-features li i{font-size:.875rem}.recording-pricing-btn{display:inline-flex;align-items:center;justify-content:center;padding:1rem 2rem;border-radius:.5rem;font-weight:600;text-decoration:none;transition:all .3s ease;width:100%}.recording-contact{padding:4rem 2rem}@media(max-width: 768px){.recording-contact{padding:3rem 1rem}}.recording-contact-container{max-width:1200px;margin:0 auto}.recording-contact-header{text-align:center;margin-bottom:3rem}.recording-contact-title{font-size:2.5rem;font-weight:700;margin:0 0 1rem 0}@media(max-width: 768px){.recording-contact-title{font-size:2rem}}.recording-contact-subtitle{font-size:1.25rem;margin:0}@media(max-width: 768px){.recording-contact-subtitle{font-size:1.125rem}}.recording-contact-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem}@media(max-width: 768px){.recording-contact-content{grid-template-columns:1fr;gap:2rem}}.recording-contact-info{display:flex;flex-direction:column;gap:2rem}.recording-contact-item{display:flex;align-items:flex-start;gap:1rem}.recording-contact-icon{width:3rem;height:3rem;border-radius:.75rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.recording-contact-icon i{font-size:1.25rem}.recording-contact-details h3{font-size:1.125rem;font-weight:600;margin:0 0 .5rem 0}.recording-contact-details p{font-size:1rem;font-weight:500;margin:0 0 .25rem 0}.recording-contact-details span{font-size:.875rem}.recording-contact-hours{padding:1.5rem;border-radius:1rem;border:1px solid}.recording-contact-hours h3{font-size:1.125rem;font-weight:600;margin:0 0 1rem 0}.recording-hours-list{display:flex;flex-direction:column;gap:.5rem}.recording-hours-item{display:flex;justify-content:space-between;font-size:.9375rem}.recording-form{display:flex;flex-direction:column;gap:1.5rem}.recording-form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media(max-width: 480px){.recording-form-row{grid-template-columns:1fr}}.recording-form-group{display:flex;flex-direction:column;gap:.5rem}.recording-form-group label{font-weight:500;font-size:.9375rem}.recording-form-group input,.recording-form-group select,.recording-form-group textarea{padding:.75rem;border:1px solid;border-radius:.5rem;font-size:1rem;transition:all .3s ease}.recording-form-group input:focus,.recording-form-group select:focus,.recording-form-group textarea:focus{outline:none;border-width:2px}.recording-form-group textarea{resize:vertical;min-height:4rem}.recording-form-submit{margin-top:1rem}.recording-submit-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 2rem;border:none;border-radius:.5rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;width:100%}.recording-submit-btn:hover{transform:translateY(-2px)}html.theme-light body{background-color:#fff;color:#64748b}html.theme-light .recording-hero{background:linear-gradient(135deg, #ffffff 0%, rgb(242.25, 242.25, 242.25) 100%)}html.theme-light .recording-hero-title{color:#64748b}html.theme-light .recording-hero-title i{color:#d62f2e}html.theme-light .recording-hero-subtitle{color:rgba(100,116,139,.85)}html.theme-light .recording-hero-description{color:rgba(100,116,139,.75)}html.theme-light .recording-cta-primary{background:linear-gradient(135deg, #d62f2e 0%, rgb(218.1, 67.8, 66.9) 100%);color:#fff}html.theme-light .recording-cta-primary:hover{background:linear-gradient(135deg, rgb(216.05, 57.4, 56.45) 0%, rgb(220.15, 78.2, 77.35) 100%);box-shadow:0 8px 25px rgba(214,47,46,.4)}html.theme-light .recording-cta-secondary{background:rgba(0,0,0,0);color:#64748b;border-color:rgba(100,116,139,.3)}html.theme-light .recording-cta-secondary:hover{background:rgba(214,47,46,.08);border-color:#d62f2e;color:#d62f2e}html.theme-light .recording-hero-image{background:rgba(214,47,46,.08);border:1px solid rgba(214,47,46,.15)}html.theme-light .recording-hero-image i{color:#d62f2e}html.theme-light .recording-services{background:hsl(0,0%,98%)}html.theme-light .recording-services-title,html.theme-light .recording-studios-title,html.theme-light .recording-equipment-title,html.theme-light .recording-pricing-title,html.theme-light .recording-contact-title{color:#64748b}html.theme-light .recording-services-subtitle,html.theme-light .recording-studios-subtitle,html.theme-light .recording-equipment-subtitle,html.theme-light .recording-pricing-subtitle,html.theme-light .recording-contact-subtitle{color:rgba(100,116,139,.8)}html.theme-light .recording-service-card{background:rgba(100,116,139,.05);border-color:rgba(100,116,139,.1)}html.theme-light .recording-service-card:hover{border-color:rgba(214,47,46,.2);box-shadow:0 10px 25px rgba(100,116,139,.15)}html.theme-light .recording-service-icon{background:rgba(214,47,46,.15);border:1px solid rgba(214,47,46,.25)}html.theme-light .recording-service-icon i{color:#d62f2e}html.theme-light .recording-service-title{color:#64748b}html.theme-light .recording-service-description{color:rgba(100,116,139,.8)}html.theme-light .recording-service-features li{color:rgba(100,116,139,.85)}html.theme-light .recording-service-features li i{color:#10b981}html.theme-light .recording-studios{background:#fff}html.theme-light .recording-studio-card{background:rgba(214,47,46,.08);border-color:rgba(214,47,46,.15)}html.theme-light .recording-studio-image{background:rgba(216.05,57.4,56.45,.08)}html.theme-light .recording-studio-image i{color:#d62f2e}html.theme-light .recording-studio-title{color:#64748b}html.theme-light .recording-studio-description{color:rgba(100,116,139,.8)}html.theme-light .recording-studio-specs li{color:rgba(100,116,139,.85)}html.theme-light .recording-studio-specs li strong{color:#64748b}html.theme-light .recording-equipment{background:hsl(0,0%,98%)}html.theme-light .recording-equipment-tab{background:rgba(214,47,46,.08);color:rgba(100,116,139,.7);border:1px solid rgba(214,47,46,.15)}html.theme-light .recording-equipment-tab:hover{background:rgba(216.05,57.4,56.45,.08);color:#64748b}html.theme-light .recording-equipment-tab.active{background:#d62f2e;color:#fff;border-color:#d62f2e}html.theme-light .recording-equipment-item{background:rgba(214,47,46,.08);border-color:rgba(214,47,46,.15)}html.theme-light .recording-equipment-item h4{color:#64748b}html.theme-light .recording-equipment-item p{color:rgba(100,116,139,.75)}html.theme-light .recording-pricing{background:#fff}html.theme-light .recording-pricing-card{background:rgba(100,116,139,.05);border-color:rgba(100,116,139,.1)}html.theme-light .recording-pricing-card.recording-pricing-featured{border-color:rgba(214,47,46,.3);background:rgba(100,116,139,.08)}html.theme-light .recording-pricing-card:hover{border-color:rgba(214,47,46,.2);box-shadow:0 10px 25px rgba(100,116,139,.15)}html.theme-light .recording-pricing-badge{background:#d62f2e;color:#fff}html.theme-light .recording-pricing-name{color:#64748b}html.theme-light .recording-price-amount{color:#d62f2e}html.theme-light .recording-price-period{color:rgba(100,116,139,.7)}html.theme-light .recording-pricing-features li{color:rgba(100,116,139,.85)}html.theme-light .recording-pricing-features li i{color:#10b981}html.theme-light .recording-pricing-btn{background:linear-gradient(135deg, #d62f2e 0%, rgb(218.1, 67.8, 66.9) 100%);color:#fff}html.theme-light .recording-pricing-btn:hover{background:linear-gradient(135deg, rgb(216.05, 57.4, 56.45) 0%, rgb(220.15, 78.2, 77.35) 100%);box-shadow:0 8px 25px rgba(214,47,46,.4)}html.theme-light .recording-contact{background:hsl(0,0%,98%)}html.theme-light .recording-contact-icon{background:rgba(214,47,46,.08)}html.theme-light .recording-contact-icon i{color:#d62f2e}html.theme-light .recording-contact-details h3{color:#64748b}html.theme-light .recording-contact-details p{color:#64748b}html.theme-light .recording-contact-details span{color:rgba(100,116,139,.7)}html.theme-light .recording-contact-hours{background:rgba(214,47,46,.08);border-color:rgba(214,47,46,.15)}html.theme-light .recording-contact-hours h3{color:#64748b}html.theme-light .recording-hours-item{color:rgba(100,116,139,.85)}html.theme-light .recording-form-group label{color:#64748b}html.theme-light .recording-form-group input,html.theme-light .recording-form-group select,html.theme-light .recording-form-group textarea{background:#fff;border-color:rgba(214,47,46,.15);color:#64748b}html.theme-light .recording-form-group input:focus,html.theme-light .recording-form-group select:focus,html.theme-light .recording-form-group textarea:focus{border-color:#d62f2e;background:#fff}html.theme-light .recording-form-group input::placeholder,html.theme-light .recording-form-group select::placeholder,html.theme-light .recording-form-group textarea::placeholder{color:rgba(100,116,139,.5)}html.theme-light .recording-submit-btn{background:linear-gradient(135deg, #d62f2e 0%, rgb(218.1, 67.8, 66.9) 100%);color:#fff}html.theme-light .recording-submit-btn:hover{background:linear-gradient(135deg, rgb(216.05, 57.4, 56.45) 0%, rgb(220.15, 78.2, 77.35) 100%);box-shadow:0 8px 25px rgba(214,47,46,.4)}html.theme-dark body{background-color:#0a0a0a;color:#ededed}html.theme-dark .recording-hero{background:linear-gradient(135deg, #0a0a0a 0%, rgb(9.5, 9.5, 9.5) 100%)}html.theme-dark .recording-hero-title{color:#ededed}html.theme-dark .recording-hero-title i{color:#d62f2e}html.theme-dark .recording-hero-subtitle{color:rgba(237,237,237,.85)}html.theme-dark .recording-hero-description{color:rgba(237,237,237,.75)}html.theme-dark .recording-cta-primary{background:linear-gradient(135deg, #d62f2e 0%, rgb(218.1, 67.8, 66.9) 100%);color:#fff}html.theme-dark .recording-cta-primary:hover{background:linear-gradient(135deg, rgb(216.05, 57.4, 56.45) 0%, rgb(220.15, 78.2, 77.35) 100%);box-shadow:0 8px 25px rgba(214,47,46,.4)}html.theme-dark .recording-cta-secondary{background:rgba(0,0,0,0);color:#ededed;border-color:rgba(237,237,237,.3)}html.theme-dark .recording-cta-secondary:hover{background:rgba(214,47,46,.05);border-color:#d62f2e;color:#d62f2e}html.theme-dark .recording-hero-image{background:rgba(214,47,46,.05);border:1px solid rgba(214,47,46,.12)}html.theme-dark .recording-hero-image i{color:#d62f2e}html.theme-dark .recording-services{background:rgb(9.8,9.8,9.8)}html.theme-dark .recording-services-title,html.theme-dark .recording-studios-title,html.theme-dark .recording-equipment-title,html.theme-dark .recording-pricing-title,html.theme-dark .recording-contact-title{color:#ededed}html.theme-dark .recording-services-subtitle,html.theme-dark .recording-studios-subtitle,html.theme-dark .recording-equipment-subtitle,html.theme-dark .recording-pricing-subtitle,html.theme-dark .recording-contact-subtitle{color:rgba(237,237,237,.8)}html.theme-dark .recording-service-card{background:rgba(237,237,237,.05);border-color:rgba(237,237,237,.1)}html.theme-dark .recording-service-card:hover{border-color:rgba(214,47,46,.2);box-shadow:0 10px 25px rgba(237,237,237,.15)}html.theme-dark .recording-service-icon{background:rgba(214,47,46,.15);border:1px solid rgba(214,47,46,.25)}html.theme-dark .recording-service-icon i{color:#d62f2e}html.theme-dark .recording-service-title{color:#ededed}html.theme-dark .recording-service-description{color:rgba(237,237,237,.8)}html.theme-dark .recording-service-features li{color:rgba(237,237,237,.85)}html.theme-dark .recording-service-features li i{color:#059669}html.theme-dark .recording-studios{background:#0a0a0a}html.theme-dark .recording-studio-card{background:rgba(214,47,46,.05);border-color:rgba(214,47,46,.12)}html.theme-dark .recording-studio-image{background:rgba(216.05,57.4,56.45,.05)}html.theme-dark .recording-studio-image i{color:#d62f2e}html.theme-dark .recording-studio-title{color:#ededed}html.theme-dark .recording-studio-description{color:rgba(237,237,237,.8)}html.theme-dark .recording-studio-specs li{color:rgba(237,237,237,.85)}html.theme-dark .recording-studio-specs li strong{color:#ededed}html.theme-dark .recording-equipment{background:rgb(9.8,9.8,9.8)}html.theme-dark .recording-equipment-tab{background:rgba(214,47,46,.05);color:rgba(237,237,237,.7);border:1px solid rgba(214,47,46,.12)}html.theme-dark .recording-equipment-tab:hover{background:rgba(216.05,57.4,56.45,.05);color:#ededed}html.theme-dark .recording-equipment-tab.active{background:#d62f2e;color:#fff;border-color:#d62f2e}html.theme-dark .recording-equipment-item{background:rgba(214,47,46,.05);border-color:rgba(214,47,46,.12)}html.theme-dark .recording-equipment-item h4{color:#ededed}html.theme-dark .recording-equipment-item p{color:rgba(237,237,237,.75)}html.theme-dark .recording-pricing{background:#0a0a0a}html.theme-dark .recording-pricing-card{background:rgba(237,237,237,.05);border-color:rgba(237,237,237,.1)}html.theme-dark .recording-pricing-card.recording-pricing-featured{border-color:rgba(214,47,46,.3);background:rgba(237,237,237,.08)}html.theme-dark .recording-pricing-card:hover{border-color:rgba(214,47,46,.2);box-shadow:0 10px 25px rgba(237,237,237,.15)}html.theme-dark .recording-pricing-badge{background:#d62f2e;color:#fff}html.theme-dark .recording-pricing-name{color:#ededed}html.theme-dark .recording-price-amount{color:#d62f2e}html.theme-dark .recording-price-period{color:rgba(237,237,237,.7)}html.theme-dark .recording-pricing-features li{color:rgba(237,237,237,.85)}html.theme-dark .recording-pricing-features li i{color:#059669}html.theme-dark .recording-pricing-btn{background:linear-gradient(135deg, #d62f2e 0%, rgb(218.1, 67.8, 66.9) 100%);color:#fff}html.theme-dark .recording-pricing-btn:hover{background:linear-gradient(135deg, rgb(216.05, 57.4, 56.45) 0%, rgb(220.15, 78.2, 77.35) 100%);box-shadow:0 8px 25px rgba(214,47,46,.4)}html.theme-dark .recording-contact{background:rgb(9.8,9.8,9.8)}html.theme-dark .recording-contact-icon{background:rgba(214,47,46,.05)}html.theme-dark .recording-contact-icon i{color:#d62f2e}html.theme-dark .recording-contact-details h3{color:#ededed}html.theme-dark .recording-contact-details p{color:#ededed}html.theme-dark .recording-contact-details span{color:rgba(237,237,237,.7)}html.theme-dark .recording-contact-hours{background:rgba(214,47,46,.05);border-color:rgba(214,47,46,.12)}html.theme-dark .recording-contact-hours h3{color:#ededed}html.theme-dark .recording-hours-item{color:rgba(237,237,237,.85)}html.theme-dark .recording-form-group label{color:#ededed}html.theme-dark .recording-form-group input,html.theme-dark .recording-form-group select,html.theme-dark .recording-form-group textarea{background:#0a0a0a;border-color:rgba(214,47,46,.12);color:#ededed}html.theme-dark .recording-form-group input:focus,html.theme-dark .recording-form-group select:focus,html.theme-dark .recording-form-group textarea:focus{border-color:#d62f2e;background:rgb(14.9,14.9,14.9)}html.theme-dark .recording-form-group input::placeholder,html.theme-dark .recording-form-group select::placeholder,html.theme-dark .recording-form-group textarea::placeholder{color:rgba(237,237,237,.5)}html.theme-dark .recording-submit-btn{background:linear-gradient(135deg, #d62f2e 0%, rgb(218.1, 67.8, 66.9) 100%);color:#fff}html.theme-dark .recording-submit-btn:hover{background:linear-gradient(135deg, rgb(216.05, 57.4, 56.45) 0%, rgb(220.15, 78.2, 77.35) 100%);box-shadow:0 8px 25px rgba(214,47,46,.4)}
