*{margin:0;padding:0;box-sizing:border-box}body{width:100%;height:100%;background-color:#0f0f0f;font-family:Quicksand,serif;overflow-x:hidden}a{text-decoration:none;color:#fff;outline:none}p,h1,h2,h3,h4,h5,h6{cursor:default}button{all:unset}input[type=text],input[type=number],input[type=date]{-webkit-appearance:none;-moz-appearance:none;appearance:none;all:unset}input[type=text]:focus,input[type=datetime-local]:focus,input[type=number]:focus{outline:none}body::-webkit-scrollbar{width:5px;position:absolute;background:transparent;z-index:20}body::-webkit-scrollbar-track{position:absolute;width:20px}body::-webkit-scrollbar-thumb{position:absolute;background:#1c1c1c;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#555}:root{--bg: #0F0F0F;--surface-1: #1C1C1C;--surface-2: #272727;--surface-3: #343434;--border: #4E4E4E;--accent-cyan: #3FCFFF;--accent-green: #00FF6F;--accent-green-2:#00E45F;--gradient: linear-gradient(90deg, #00FF6F 0%, #3FCFFF 100%);--danger: #FF3232;--warning: #FFD60A;--text: #FFFFFF;--text-muted: #C0C0C0;--text-dim: #575757;--radius-sm: 8px;--radius-md: 16px;--radius-lg: 24px;--radius-pill: 999px;--contenuto-max: 1200px;--header-h: 90px}.mg-contenuto{width:100%;max-width:var(--contenuto-max);margin:0 auto;padding:0 24px;min-width:0}.mg-cta{display:inline-flex;align-items:center;justify-content:center;gap:8px;background:var(--accent-cyan);color:#000;font-family:inherit;font-weight:700;font-size:16px;padding:14px 28px;border-radius:var(--radius-sm);cursor:pointer;text-align:center;transition:background .25s ease,transform .15s ease,opacity .25s ease}.mg-cta:hover{background:#fff}.mg-cta:disabled,.mg-cta[aria-disabled=true]{background:var(--surface-3);color:var(--text-dim);cursor:not-allowed}.mg-cta-secondaria{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:8px;background:transparent;color:var(--text);font-family:inherit;font-weight:500;font-size:15px;padding:12px 26px;border-radius:var(--radius-pill);cursor:pointer;transition:color .25s ease}.mg-cta-secondaria:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;padding:1px;background:var(--gradient);-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}.mg-cta-secondaria:hover{color:var(--accent-cyan)}.mg-cta-fantasma{display:inline-flex;align-items:center;justify-content:center;gap:8px;background:var(--surface-3);color:var(--text);font-family:inherit;font-weight:500;font-size:14px;padding:10px 20px;border-radius:var(--radius-pill);cursor:pointer;transition:background .25s ease}.mg-cta-fantasma:hover{background:var(--border)}.mg-link{color:var(--accent-cyan);text-decoration:underline;cursor:pointer;font-size:14px}.mg-link:hover{color:#fff}.mg-pannello{background:var(--surface-1);border-radius:var(--radius-lg);padding:24px}.mg-pannello-2{background:var(--surface-2);border-radius:var(--radius-md);padding:16px}.mg-bordo-gradiente{position:relative}.mg-bordo-gradiente:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;padding:1.5px;background:var(--gradient);-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}.mg-chip{display:inline-flex;align-items:center;gap:10px;background:var(--surface-2);color:var(--text);font-size:14px;font-weight:500;padding:10px 20px;border-radius:var(--radius-pill);cursor:pointer;white-space:nowrap;transition:background .25s ease}.mg-chip:hover,.mg-chip.attivo{background:var(--surface-3)}.mg-chip.attivo:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;padding:1.5px;background:var(--gradient);-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}.mg-chip.attivo{position:relative}.mg-h1{font-size:40px;font-weight:700;color:var(--text);line-height:1.15}.mg-h2{font-size:24px;font-weight:700;color:var(--text)}.mg-h3{font-size:20px;font-weight:500;color:var(--text)}.mg-body{font-size:16px;font-weight:400;color:var(--text)}.mg-caption{font-size:13px;font-weight:400;color:var(--text-muted)}.mg-dim{color:var(--text-dim)}.mg-input{width:100%;background:var(--surface-3);color:var(--text);font-family:inherit;font-size:15px;padding:12px 14px;border:1px solid transparent;border-radius:var(--radius-sm);transition:border-color .2s ease}.mg-input::placeholder{color:var(--text-dim)}.mg-input:focus{outline:none;border-color:var(--accent-cyan)}.mg-input[aria-invalid=true]{border-color:var(--danger)}.mg-etichetta{display:block;font-size:15px;font-weight:700;color:var(--text);margin-bottom:8px}.mg-obbligatorio{color:var(--danger)}.mg-errore-campo{display:block;font-size:13px;color:var(--danger);margin-top:6px}.mg-skeleton{background:linear-gradient(90deg,var(--surface-2) 25%,var(--surface-3) 50%,var(--surface-2) 75%);background-size:200% 100%;animation:mg-shimmer 1.4s linear infinite;border-radius:var(--radius-sm)}@keyframes mg-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}:where(a,button,input,select,textarea,[tabindex]):focus-visible{outline:2px solid var(--accent-cyan);outline-offset:2px;border-radius:4px}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important;scroll-behavior:auto!important}}@media screen and (max-width: 900px){.mg-h1{font-size:30px}.mg-h2{font-size:21px}.mg-contenuto{padding:0 16px}}.visivamente-nascosto{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.header_container{position:relative;width:100%;height:80vh;display:flex;flex-direction:column}.content_container{height:fit-content;width:100%;padding-bottom:10%;margin-top:5%;display:flex;flex-direction:column}.titolo_content{display:flex;position:relative;align-items:center;justify-content:space-between;margin-left:10%;margin-right:10%;z-index:12}.titolo_content h2{color:#fff;font-size:24px;font-weight:700}.titolo_content a{flex-shrink:0;font-size:14px;text-decoration:underline}.card_content{position:relative;display:flex;overflow-x:auto;flex-wrap:nowrap;gap:2%;padding:3% 10%;scroll-behavior:smooth;scrollbar-width:none;width:100%;height:fit-content}.ccard_content::-webkit-scrollbar{display:none}.shadow{position:absolute;display:flex;width:100%;justify-content:space-between;pointer-events:none;transform:translateY(-550px);z-index:10}.shadow_right{position:absolute;width:10%;height:550px;right:0;background:linear-gradient(90deg,#0f0f0f00,#0f0f0f)}.shadow_left{position:absolute;width:10%;height:550px;left:0;background:linear-gradient(90deg,#0f0f0f,#0f0f0f00)}.service_section{margin-top:5%;width:100%}.disponibili_section{margin-top:5%;position:relative}.footer_container{width:100%;position:relative}@media screen and (max-width: 376px){.content_container{margin-top:30%}.titolo_content{z-index:12}.titolo_content h2{font-size:16px}.titolo_content a{text-align:right}}@media screen and (max-width: 680px) and (min-width: 377px){.content_container{margin-top:25%}.titolo_content{margin-left:5%;z-index:12}.titolo_content a{text-align:right}.titolo_content h2{font-size:18px}.card_content{gap:0px}}@media screen and (max-width: 899px) and (min-width: 680px){.content_container{margin-top:30%}.titolo_content h2{font-size:20px}}.header{position:absolute;background-color:#1c1c1c;z-index:10;display:flex;flex-direction:row;align-items:center;justify-content:space-between;width:90%;height:90px;border-radius:100px;margin:20px 5% 0;padding:0% 3%}.header_logo{width:fit-content;height:fit-content;align-items:center;justify-content:center}.logo_svg{width:90%;height:80%;min-width:70px;margin-top:3%}.header_link{color:#fff;display:flex;font-size:14px;font-weight:100;gap:30px;align-items:center;white-space:nowrap}.header_link a:hover{text-decoration:underline}.header_button{display:flex;font-weight:700;font-size:14px;font-style:normal;text-align:center;gap:5%}.button_log{background-color:#343434;cursor:pointer;color:#fff;width:110px;height:40px;border-radius:10px;transition:all .6s,transform .9s ease-in}.button_log:hover{background-color:#4e4e4e}.button_sign{background-color:#3fcfff;cursor:pointer;color:#000;width:110px;height:40px;border-radius:10px;transition:all .6s,transform .9s ease-in}.button_sign:hover{background-color:#fff}.welcome_message{cursor:pointer;display:flex;flex-direction:row;position:relative;align-items:center;gap:20px}.welcome_message h4{color:#fff}.user_img{cursor:pointer;border-radius:100%;background-color:#0f0f0f;position:relative;width:50px;height:50px;display:flex;align-items:center;justify-content:center}.user_img img{width:100%;height:100%;object-fit:cover;border-radius:100%}.user_img:before{content:"";position:absolute;top:-2px;left:-2px;right:-2px;bottom:-2px;border-radius:100%;background:linear-gradient(90deg,#00e45f,#3fcfff);background-size:100% 100%;background-repeat:no-repeat;z-index:-1}.header_menuLat{position:absolute;z-index:20;display:flex;flex-direction:column;justify-content:space-evenly;background-color:#1c1c1c;right:0;top:150px;transform:translate(20px);width:300px;height:400px;padding:2%;background:linear-gradient(90deg,#1c1c1cd9 50.15%,#202020d9);box-shadow:0 0 15px #00000040;-webkit-backdrop-filter:blur(7.5px);backdrop-filter:blur(7.5px);border-radius:20px}.menuLat_button{display:flex;flex-direction:row;align-items:center;width:230px;padding:4%;background-color:transparent;border-radius:50px;margin-right:10%;cursor:pointer;transition:all .3s ease-in-out}.menuLat_button:hover{background-color:#343434}.menuLat_button img{margin-right:20px}.menuLat_button p{color:#fff;font-size:14px}.menuLat_button_exit{display:flex;flex-direction:row;align-items:center;width:230px;padding:4%;background-color:transparent;border-radius:50px;margin-right:10%;cursor:pointer;transition:all .3s ease-in-out}.menuLat_button_exit img{margin-right:20px}.menuLat_button_exit p{color:#fff;font-size:14px}.menuLat_button_exit:hover{background-color:#ff3232}@media screen and (max-width: 376px){.header_link,.header_button{display:none}.header{display:flex;width:100%;margin:0;padding:2% 4%;border-radius:0 0 30px 30px;background-color:#1c1c1c}}@media screen and (max-width: 680px) and (min-width: 377px){.header_link,.header_button{display:none}.header{display:flex;width:100%;margin:0;padding:2% 4%;border-radius:0 0 30px 30px;background-color:#1c1c1c00}}@media screen and (max-width: 899px) and (min-width: 681px){.menu_mobile{display:none}.header{display:flex;width:100%;margin-top:0;margin-left:0;padding:2% 4%;border-radius:0 0 30px 30px;background-color:#1c1c1c}.header_logo{width:15%}.header_link a{font-size:12px}.header_link{gap:15px}.header_button{font-size:12px}.button_log,.button_sign{width:80px}}@media screen and (max-width: 1024px) and (min-width: 900px){.menu_mobile{display:none}.header_logo{width:20%}.button_log,.button_sign{width:80px}}@media screen and (max-width: 1440px) and (min-width: 1025px){.menu_mobile{display:none}}@media screen and (min-width: 1441px){.menu_mobile{display:none}}.header_centrato{justify-content:center;gap:8%}.header_centrato .header_link{margin-left:0}.menuLat_button,.menuLat_button_exit{text-decoration:none;box-sizing:border-box}.menuLat_button p,.menuLat_button_exit p{cursor:pointer}.menuLat_button_exit{width:230px}.welcome_message .user_img{border:none;padding:0}.header_menu_mobile{display:none;position:absolute;z-index:30;top:84px;left:4%;right:4%;flex-direction:column;gap:4px;padding:14px;background:var(--surface-1);border-radius:var(--radius-md);box-shadow:0 10px 30px #00000080}.header_menu_mobile a,.header_menu_mobile .voce_uscita{display:block;padding:12px 14px;border-radius:var(--radius-sm);color:var(--text);font-size:15px;cursor:pointer}.header_menu_mobile a:hover,.header_menu_mobile .voce_uscita:hover{background:var(--surface-3)}.header_menu_mobile .voce_uscita{color:var(--danger)}.menu_mobile{cursor:pointer}@media screen and (max-width: 899px){.header_menu_mobile{display:flex}}@media screen and (min-width: 900px){.header_menu_mobile{display:none!important}}.fascia_header{position:relative;width:100%;padding-bottom:24px;overflow:visible}.fascia_header .fascia_alone{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;border-bottom-left-radius:40px;border-bottom-right-radius:40px;overflow:hidden;background:#101010;pointer-events:none}.fascia_header .fascia_alone:after{content:"";position:absolute;left:50%;top:-170px;width:120%;height:260px;transform:translate(-50%);background:linear-gradient(90deg,#00ff6f 20%,#3fcfff);filter:blur(70px);opacity:.55}.fascia_header .header{position:relative;margin-top:16px}@media screen and (max-width: 680px){.fascia_header .header{margin-top:0}.fascia_header .fascia_alone{border-bottom-left-radius:24px;border-bottom-right-radius:24px}}.titolo_header{margin-top:130px;margin-left:10%}.titolo_header h1{color:#fff;font-size:2rem;font-weight:700}.titolo_header span{color:#fff;background:linear-gradient(to right,#3fcfff,#00ff6f);background-size:cover;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media screen and (max-width: 376px){.titolo_header{margin-left:5%}.titolo_header h1{font-size:20px}}@media screen and (max-width: 680px) and (min-width: 377px){.titolo_header{margin-left:5%}.titolo_header h1{font-size:25px}}@media screen and (max-width: 899px) and (min-width: 680px){.titolo_header{margin-left:10%}}.research_bar{position:absolute;z-index:11;margin-left:15%;margin-right:15%;transform:translateY(62.5vh);border-radius:100px;background:linear-gradient(90deg,#00ff6f 20%,#3fcfff);width:70%;height:15vh;max-height:100px;align-items:center;justify-content:space-around;display:flex;flex-direction:row;padding:.4%}.elementi_bar{width:100%;height:100%;display:flex;align-items:center;flex-direction:row;justify-content:space-between}.luogo_bar{margin-right:5px;padding-left:2%;display:flex;height:100%;width:30%;align-items:center;background-color:#fff;border-top-left-radius:100px;border-bottom-left-radius:100px}.luogo_bar input{height:8vh;width:200px;padding-left:5%}.data_bar{margin-right:5px;padding-left:2%;display:flex;height:100%;width:30%;align-items:center;background-color:#fff}.data_bar input{height:8vh;padding-left:5%;width:200px}.persone_bar{margin-right:2px;padding-left:2%;display:flex;height:100%;width:22%;align-items:center;background-color:#fff;border-top-right-radius:100px;border-bottom-right-radius:100px}.persone_bar input{height:8vh;width:70px;padding-left:5%}.button_bar{width:15%;margin-left:2%;align-items:center;justify-content:center;height:100%;flex-wrap:nowrap}.button_bar button{display:flex;background-color:#1c1c1c;color:#fff;font-weight:700;width:100%;height:100%;border-radius:100px;align-items:center;justify-content:center;transition:all .6s,transform .9s ease-in;cursor:pointer}.button_bar span{margin-left:5%}.button_bar button:hover{background-color:#343434}@media screen and (max-width: 376px){.research_bar{flex-direction:column;height:fit-content;max-height:none;border-radius:20px;padding:1%;width:90%;margin-left:5%;margin-right:5%;transform:translateY(50vh)}.elementi_bar{display:block}.luogo_bar{width:100%;margin-bottom:1%;border-radius:15px 15px 0 0}.data_bar{width:100%;border-radius:0;margin-bottom:1%}.persone_bar{width:100%;margin-bottom:1%;border-radius:0 0 15px 15px}.button_bar{width:100%;margin:3% 0 0;height:55px}.button_bar button{border-radius:15px}.button_bar span{margin:1%}}@media screen and (max-width: 680px) and (min-width: 377px){.research_bar{flex-direction:column;height:fit-content;max-height:none;border-radius:20px;padding:1%;width:90%;margin-left:5%;margin-right:5%;transform:translateY(50vh)}.elementi_bar{display:block}.luogo_bar{width:100%;margin-bottom:1%;border-radius:15px 15px 0 0}.data_bar{width:100%;border-radius:0;margin-bottom:1%}.persone_bar{width:100%;margin-bottom:1%;border-radius:0 0 15px 15px}.button_bar{width:100%;margin:3% 0 0;height:55px}.button_bar button{border-radius:15px}.button_bar span{margin:1%}}@media screen and (max-width: 899px) and (min-width: 680px){.research_bar{flex-direction:column;height:fit-content;max-height:none;border-radius:20px;padding:1%;width:80%;margin-left:10%;margin-right:10%;transform:translateY(50vh)}.elementi_bar{display:block}.luogo_bar{width:100%;margin-bottom:1%;border-radius:15px 15px 0 0}.data_bar{width:100%;border-radius:0;margin-bottom:1%}.persone_bar{width:100%;margin-bottom:1%;border-radius:0 0 15px 15px}.button_bar{width:100%;margin:3% 0 0;height:55px}.button_bar button{border-radius:15px}.button_bar span{margin:1%}}@media screen and (min-width: 1441px){.research_bar{padding:5px}}.research_bar.compatta{position:relative;transform:none;margin:0 auto;width:100%;max-width:1100px;height:64px;padding:3px;box-shadow:0 0 34px #00ff6f47}.research_bar.compatta .luogo_bar,.research_bar.compatta .data_bar,.research_bar.compatta .persone_bar,.research_bar.compatta input,.research_bar.compatta .button_bar button{height:100%}@media screen and (max-width: 899px){.research_bar.compatta{height:auto;border-radius:28px}.research_bar.compatta .elementi_bar{flex-direction:column;gap:6px}.research_bar.compatta .luogo_bar,.research_bar.compatta .data_bar,.research_bar.compatta .persone_bar,.research_bar.compatta .button_bar{width:100%;border-radius:22px;height:48px}.research_bar.compatta .luogo_bar input,.research_bar.compatta .data_bar input,.research_bar.compatta .persone_bar input{width:100%}}.header_bg{top:0;position:absolute;display:flex;z-index:-1;width:100%;height:70vh;border-bottom-right-radius:50px;border-bottom-left-radius:50px;overflow:hidden}.down_circle{transform:translateY(60vh);position:absolute;height:50%;width:100%;justify-content:center;align-items:center}.green{margin:0 auto;width:90%;height:100%;background:linear-gradient(90deg,#00ff6f 20%,#3fcfff);border-radius:100%;filter:blur(80px)}@media screen and (max-width: 376px){.header_bg{border-bottom-right-radius:20px;border-bottom-left-radius:20px}}@media screen and (max-width: 680px) and (min-width: 377px){.header_bg{border-bottom-right-radius:30px;border-bottom-left-radius:30px}.down_circle{transform:translateY(50vh)}.green{width:150%;height:110%;transform:translate(-10%)}}@media screen and (max-width: 899px) and (min-width: 680px){.down_circle{transform:translateY(50vh)}.green{width:120%;transform:translate(-5%)}}.categorie_container{position:relative;display:flex;flex-wrap:nowrap;gap:5%;overflow-x:auto;scroll-behavior:smooth;scrollbar-width:none;width:100%;height:fit-content;margin-top:10vh;justify-content:space-between;align-content:center;padding:10px 10%}.categorie_container::-webkit-scrollbar{display:none}.categorie_button{display:flex;width:150px;height:37px;padding:.5% 4%;color:#fff;align-items:center;justify-content:space-evenly;background-color:#1c1c1c;outline:transparent;transition:all .3s ease-in-out;border-radius:50px;cursor:pointer;white-space:nowrap;flex-shrink:0}.categorie_button:hover{outline:1.5px solid #c0c0c0;background-color:#1c1c1c90;-webkit-backdrop-filter:blur(100px);backdrop-filter:blur(100px)}.categorie_button h4{font-size:14px}.categorie_button{position:relative}.categorie_button.attiva:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;padding:1.5px;background:var(--gradient);-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}.categorie_button.attiva h4{text-decoration:underline}.categorie_container.compatta{margin-top:0;padding-left:0;padding-right:0;justify-content:center;gap:14px}@media screen and (max-width: 899px){.categorie_container.compatta{justify-content:flex-start}}.card{background-color:#272727;white-space:nowrap;flex-shrink:0;width:340px;height:440px;cursor:pointer;border-radius:20px;position:relative;transition:transform .3s ease;box-shadow:0 0 8px #0009}.card:hover{transform:scale(1.05)}.card:before{content:"";position:absolute;top:-3px;left:-3px;right:-3px;bottom:-3px;border-radius:23px;background:linear-gradient(90deg,#00e45f,#3fcfff);background-size:100% 100%;background-repeat:no-repeat;z-index:-1;opacity:0;transition:opacity .3s ease}.card:after{content:"";position:absolute;border-radius:20px;width:340px;z-index:0;top:0;height:440px;background-color:#272727;opacity:1}.card:hover:before{opacity:1}.like_button_card{z-index:2;transform:translate(270px) translateY(20px);position:absolute;display:flex;width:51px;height:51px;border-radius:100%;background-color:#fff;align-items:center;justify-content:center;box-shadow:0 0 8px #0009}.like_button_card svg{z-index:1;position:relative;width:21px;height:18px}.card img{z-index:1;position:relative;width:100%;border-top-right-radius:20px;border-top-left-radius:20px}.text_card{z-index:1;position:relative;padding:5%}.titolo_card{z-index:1;color:#fff}.titolo_card h4{z-index:1;margin-bottom:5%}.titolo_card p{z-index:1;font-weight:300;font-size:16px;color:silver;margin-bottom:5%}.recensioni{z-index:1;display:flex;flex-direction:row;width:100%;gap:15%;margin-bottom:8%}.recensioni_element{display:flex;align-items:center;gap:10%}.recensioni_element img{width:20px;height:20px}.recensioni span{font-weight:300;font-size:16px;color:silver}.prezzo{position:relative;display:flex;width:100%;align-items:center}.text_prezzo{margin-left:auto;display:flex;flex-direction:row;text-align:right;gap:5px;font-size:16px;color:#fff}.prezzo span{text-align:right;font-weight:300;font-size:16px;color:#fff}.prezzo h4{text-align:right;color:#fff;font-size:20px;font-weight:700;margin-left:8px}.type_icon_card{z-index:2;transform:translate(270px) translateY(220px);position:absolute;display:flex;width:51px;height:51px;border-radius:100%;background-color:#272727;align-items:center;justify-content:center;padding:3%}@media screen and (max-width: 376px){.card{scale:.7;transform:translate(30%);margin-left:-45%}.card:hover{transform:scale(0);transform:translate(30%)}}@media screen and (max-width: 680px) and (min-width: 377px){.card{scale:.8;margin-left:-10%}}.card{display:block;color:inherit}.card .card_foto{height:200px;object-fit:cover}.card_sala{color:var(--accent-cyan)!important;font-size:14px!important;font-weight:500!important;margin-bottom:4px!important}.titolo_card h4{overflow:hidden;text-overflow:ellipsis}.like_button_card{border:none;padding:0;cursor:pointer;transition:transform .2s ease}.like_button_card:hover{transform:translate(270px) translateY(20px) scale(1.08)}.like_button_card.attivo{background-color:#fff}.card_fluida{width:100%;height:auto;min-height:380px;white-space:normal}.card_fluida:after{display:none}.card_fluida .card_foto{height:190px;border-top-right-radius:20px;border-top-left-radius:20px}.card_fluida .like_button_card{transform:none;top:16px;right:16px;width:44px;height:44px}.card_fluida .like_button_card:hover{transform:scale(1.08)}.card_fluida .type_icon_card{transform:none;top:148px;right:16px;width:44px;height:44px;background-color:var(--surface-3);box-shadow:0 3px 10px #00000073}.card_fluida .text_card{padding:18px 18px 20px}.card_fluida .titolo_card h4{font-size:17px;margin-bottom:4px}.card_fluida .titolo_card p{font-size:14px;margin-bottom:10px}.card_fluida .recensioni{gap:12px;margin-bottom:14px;align-items:center}.card_fluida .recensioni_element{gap:4px}.card_fluida .recensioni_element img{width:15px;height:15px}.card_fluida .recensioni span{font-size:13px}.card_fluida:hover{transform:translateY(-4px)}.card_scheletro{width:100%;min-height:380px;border-radius:20px;background-color:var(--surface-2);overflow:hidden}.card_scheletro .ss_foto{height:190px}.card_scheletro .ss_corpo{padding:18px;display:flex;flex-direction:column;gap:12px}.card_scheletro .ss_riga{height:14px}.info_content{display:flex;position:relative;margin-top:5%;padding-left:10%;padding-right:10%;gap:5%}.text_info{color:#fff;display:grid}.p_background{display:flex;flex-direction:column;justify-content:space-around}.button_info{display:flex;padding:2% 5%;position:relative;bottom:0;align-items:center;justify-content:center;width:150px;height:50px;border-radius:100px;cursor:pointer}.button_info button{position:absolute;margin:o auto;align-items:center;z-index:2}.button_info:before{content:"";position:absolute;top:-3px;left:-3px;right:-3px;bottom:-3px;border-radius:100px;background:linear-gradient(90deg,#00e45f,#3fcfff);background-size:100% 100%;background-repeat:no-repeat;z-index:-1}.button_info:after{content:"";background-color:#0f0f0f;background-size:100% 100%;background-repeat:no-repeat;position:absolute;top:-1px;left:-1px;right:-1px;bottom:-1px;border-radius:100px;z-index:0}@media screen and (max-width: 480px){.info_content{align-items:center;justify-content:center;padding-left:10%;padding-right:10%}.text_info{height:100%;position:absolute;display:flex;flex-direction:column;justify-content:space-between;z-index:1;padding-left:10%;padding-right:10%}.p_background{min-width:fit-content;opacity:1;padding:5%;width:100%;height:fit-content;margin-top:50%;background:#1c1c1c6e;-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);border-radius:20px}.svg_info{z-index:0;margin-top:10%;scale:.7}.button_info{align-self:center;margin-top:8%;width:150px;height:40px}}@media screen and (max-width: 600px) and (min-width: 480px){.info_content{align-items:center;justify-content:center;padding-left:10%;padding-right:10%}.text_info{height:100%;position:absolute;display:flex;flex-direction:column;justify-content:space-between;z-index:1;padding-left:10%;padding-right:10%}.p_background{opacity:1;padding:5%;width:100%;height:fit-content;margin-top:50%;background:#1c1c1c6e;-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);border-radius:20px}.svg_info{z-index:0;margin-top:10%;scale:.8}.button_info{align-self:flex-end;width:150px;height:50px;margin-top:5%}}@media screen and (max-width: 899px) and (min-width: 600px){.info_content{align-items:center;justify-content:center;padding-left:10%;padding-right:10%}.text_info{height:100%;position:absolute;display:flex;flex-direction:column;justify-content:space-between;z-index:1;padding-left:10%;padding-right:10%}.p_background{opacity:1;padding:5%;width:100%;height:fit-content;margin-top:50%;background:#1c1c1c6e;-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);border-radius:20px}.svg_info{z-index:0;margin-top:10%}.button_info{align-self:flex-end;margin-top:5%;width:150px;height:40px}}@media screen and (max-width: 1024px) and (min-width: 900px){.svg_info{scale:.8}}.info_content2{display:flex;position:relative;margin-top:5%;padding-left:10%;padding-right:10%;gap:5%}.text_info2{color:#fff;display:grid}.p_background2{display:flex;flex-direction:column;justify-content:space-around}.button_info2{display:flex;padding:2% 5%;position:relative;bottom:0;align-items:center;justify-content:center;width:150px;height:50px;border-radius:100px;cursor:pointer}.button_info2 button{position:absolute;margin:o auto;align-items:center;z-index:2}.button_info2:before{content:"";position:absolute;top:-3px;left:-3px;right:-3px;bottom:-3px;border-radius:100px;background:linear-gradient(90deg,#00e45f,#3fcfff);background-size:100% 100%;background-repeat:no-repeat;z-index:-1}.button_info2:after{content:"";background-color:#0f0f0f;background-size:100% 100%;background-repeat:no-repeat;position:absolute;top:-1px;left:-1px;right:-1px;bottom:-1px;border-radius:100px;z-index:0}@media screen and (max-width: 320px){.svg_info2{z-index:0;margin-top:10%;scale:.6}.text_info2 p{font-size:14px}.p_background2{margin-top:100%}}@media screen and (max-width: 480px) and (min-width: 321px){.info_content2{align-items:center;justify-content:center;padding-left:10%;padding-right:10%}.text_info2{height:100%;position:absolute;display:flex;flex-direction:column;justify-content:space-between;z-index:1;padding-left:10%;padding-right:10%}.p_background2{min-width:fit-content;opacity:1;padding:5%;width:100%;height:fit-content;margin-top:50%;background:#1c1c1c6e;-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);border-radius:20px}.svg_info2{z-index:0;margin-top:10%;scale:.7}.button_info2{align-self:center;margin-top:8%;width:150px;height:40px}}@media screen and (max-width: 600px) and (min-width: 480px){.info_content2{align-items:center;justify-content:center;padding-left:10%;padding-right:10%}.text_info2{height:100%;position:absolute;display:flex;flex-direction:column;justify-content:space-between;z-index:1;padding-left:10%;padding-right:10%}.p_background2{opacity:1;padding:5%;width:100%;height:fit-content;margin-top:50%;background:#1c1c1c6e;-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);border-radius:20px}.svg_info2{z-index:0;margin-top:10%;scale:.8}.button_info2{align-self:flex-end;width:150px;height:50px;margin-top:5%}}@media screen and (max-width: 899px) and (min-width: 600px){.info_conten2{align-items:center;justify-content:center;padding-left:10%;padding-right:10%}.text_info2{height:100%;position:absolute;display:flex;flex-direction:column;justify-content:space-between;z-index:1;padding-left:10%;padding-right:10%}.p_background2{opacity:1;padding:5%;width:100%;height:fit-content;margin-top:50%;background:#1c1c1c6e;-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);border-radius:20px}.svg_info2{z-index:0;margin-top:10%}.button_info2{align-self:flex-end;margin-top:5%;width:150px;height:40px}}@media screen and (max-width: 1024px) and (min-width: 900px){.svg_info2{scale:.8}}.content_servizio{width:100%;position:relative;height:fit-content;display:grid;gap:2%;grid-template-columns:repeat(4,1fr);flex-wrap:wrap;list-style:none;justify-content:space-between;justify-self:center;align-self:center;padding:5% 10%}.content_servizio a{width:fit-content;height:fit-content}.card_servizio{width:100%;position:relative;justify-self:center;align-self:center;color:#fff;cursor:pointer;display:flex;flex-direction:column}.card_servizio img{border-radius:20px;margin-bottom:5%;width:100%;height:100%}.card_servizio h4{font-size:16px;font-weight:500;margin-bottom:2%}.card_servizio p{font-size:14px;font-weight:100;color:silver}@media screen and (max-width: 376px){.content_servizio{grid-template-columns:repeat(2,50%);gap:10px;padding-left:5%;padding-right:5%}.card_servizio{display:flex;align-items:center;justify-content:center;width:100%;height:100%}.card_servizio img{width:100%;height:100%;border-radius:15px}}@media screen and (max-width: 680px) and (min-width: 376px){.content_servizio{grid-template-columns:repeat(2,50%);gap:10px;justify-self:center}.card_servizio{display:flex;width:100%;height:100%}.card_servizio img{width:90%;height:90%;border-radius:15px}.text_card{position:relative;align-items:flex-start}.card_servizio h4,.card_servizio p{text-align:left}}@media screen and (max-width: 899px) and (min-width: 681px){.content_servizio{grid-template-columns:repeat(2,1fr)}.card_servizio img{width:90%;height:80%}}@media screen and (max-width: 1024px) and (min-width: 900px){.content_servizio{grid-template-columns:repeat(4,1fr)}.card_servizio img{width:100%;height:100%}}.footer{color:#fff;position:relative;bottom:0;z-index:1;width:100%;height:fit-content;display:flex;flex-direction:column;justify-content:space-between}.top_footer{display:flex;padding:5% 5% 0%;gap:20%;justify-content:space-between}.logo_footer{align-content:center;justify-content:center;width:fit-content;height:fit-content}.text_footer{display:flex;width:100%;gap:10%;justify-content:space-between}.text_footer h3{margin-bottom:10%;font-size:1rem}.text_footer p{margin-bottom:10%;font-size:.9rem}.down_footer{display:block;bottom:0;text-align:center;margin-bottom:2%}.footer_bg{bottom:0;position:absolute;z-index:-1;width:100%;height:100%;border-top-right-radius:50px;border-top-left-radius:50px;overflow:hidden}.footer_down_circle{display:flex;transform:translateY(40%);height:50%;width:100%;justify-content:space-between;gap:20%}.blu_footer{width:45%;height:25vh;background-color:#3fcfff;border-radius:50%;filter:blur(70px)}.footer_up_circle{transform:translateY(-50%);position:relative;height:70%;width:100%;justify-content:center;align-items:center}.green_footer{margin:0 auto;width:90%;height:25vh;background-color:#00ff6f;border-radius:100%;filter:blur(80px)}@media screen and (max-width: 375px){.top_footer{flex-direction:column}.text_footer{margin-top:5%}.logo_footer img{width:100px}.down_footer p{font-size:8px}}@media screen and (max-width:425px) and (min-width: 375px){.top_footer{flex-direction:column}.logo_footer img{width:120px}.down_footer p{font-size:10px}.footer_bg{height:60vh}}@media screen and (max-width: 768px) and (min-width: 425px){.top_footer{flex-direction:column}.logo_footer img{width:222px}.down_footer p{font-size:10px}.footer_bg{border-top-right-radius:30px;border-top-left-radius:30px}}@media screen and (max-width: 1024px) and (min-width: 768px){.top_footer{gap:5%}.logo_footer img{width:222px}.text_footer h3{font-size:16px}.text_footer p,.down_footer p{font-size:14px}}.down_footer_nota{font-size:.75rem;color:#9c9c9c;margin-top:4px}.footer_bg .green_footer{opacity:.5;height:170px}.footer_bg .blu_footer{opacity:.45;height:150px}.ricerca_testata{position:relative;z-index:2;display:flex;flex-direction:column;gap:18px;padding-top:12px;padding-bottom:6px}.ricerca_barra{display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap;margin:34px 0 14px}.ricerca_titolo{font-size:21px;font-weight:700;color:var(--text)}.ricerca_comandi{display:flex;align-items:center;gap:12px}.ricerca_vista{display:flex;background:var(--surface-2);border-radius:var(--radius-pill);padding:3px}.ricerca_vista button{padding:7px 16px;border-radius:var(--radius-pill);color:var(--text-muted);font-family:inherit;font-size:13px;cursor:pointer;transition:background .2s ease,color .2s ease}.ricerca_vista button.attivo{background:var(--surface-3);color:var(--text)}.ricerca_ordina{display:inline-flex;align-items:center;gap:10px;background:var(--surface-2);border-radius:var(--radius-pill);padding:8px 18px;margin-bottom:26px}.ricerca_select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;color:var(--text);font-family:inherit;font-size:14px;border:none;cursor:pointer;padding-right:6px}.ricerca_select option{background:var(--surface-1);color:var(--text)}.ricerca_corpo{display:flex;gap:24px;align-items:flex-start}.ricerca_risultati{flex:1;min-width:0}.ricerca_griglia{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.ricerca_griglia.elenco{grid-template-columns:minmax(0,1fr)}.ricerca_griglia.elenco .card_fluida{display:grid;grid-template-columns:300px 1fr;min-height:0}.ricerca_griglia.elenco .card_fluida .card_foto{height:100%;border-radius:20px 0 0 20px}.ricerca_griglia.elenco .card_fluida .type_icon_card{top:auto;bottom:18px;left:248px;right:auto}.ricerca_griglia.elenco .card_fluida .text_card{padding:22px}.ricerca_altro{display:flex;flex-direction:column;align-items:center;gap:8px;margin:40px 0 10px}.filtri{position:sticky;top:20px;width:270px;flex-shrink:0;background:var(--surface-1);border-radius:var(--radius-md);padding:20px;max-height:calc(100vh - 40px);overflow-y:auto}.filtri_testa{display:flex;align-items:center;justify-content:space-between;padding-bottom:14px;border-bottom:1px solid var(--border)}.filtri_testa h3{font-size:16px;font-weight:700;color:var(--text)}.filtri_blocco{padding:18px 0;border-bottom:1px solid var(--surface-3)}.filtri_blocco:last-of-type{border-bottom:none}.filtri_blocco h4{font-size:15px;font-weight:700;color:var(--text);margin-bottom:12px}.filtri_attivi{list-style:none;display:flex;flex-wrap:wrap;gap:6px}.filtri_attivi li{font-size:12px;padding:4px 10px;border-radius:var(--radius-pill);background:var(--surface-3);color:var(--text-muted)}.filtri_istogramma{display:flex;align-items:flex-end;gap:3px;height:74px;margin-bottom:10px}.filtri_istogramma i{flex:1;background:var(--surface-3);border-radius:2px 2px 0 0;transition:background .2s ease}.filtri_istogramma i.dentro{background:var(--accent-cyan)}.filtri_cursori{display:flex;flex-direction:column;gap:6px}.filtri_cursori label{display:flex;align-items:center;gap:8px}.filtri_cursori input[type=range]{flex:1;accent-color:var(--accent-cyan)}.filtri_estremi{display:flex;justify-content:space-between;font-size:13px;color:var(--text-muted);margin-top:6px}.filtri_riga{display:flex;align-items:center;gap:10px;padding:7px 0;font-size:14px;color:var(--text);cursor:pointer}.filtri_riga input{accent-color:var(--accent-cyan);width:16px;height:16px}.filtri_servizi{max-height:190px;overflow-y:auto}.filtri_azioni{display:flex;gap:10px;padding-top:16px}.filtri_azioni .mg-cta{flex:1;padding:12px 16px;font-size:14px}@media screen and (max-width: 1100px){.ricerca_griglia{grid-template-columns:repeat(2,minmax(0,1fr))}}@media screen and (max-width: 899px){.filtri{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;width:auto;max-height:none;border-radius:0}.ricerca_griglia.elenco .card_fluida{grid-template-columns:minmax(0,1fr)}.ricerca_griglia.elenco .card_fluida .card_foto{height:190px;border-radius:20px 20px 0 0}.ricerca_griglia.elenco .card_fluida .type_icon_card{top:152px;right:16px;left:auto;bottom:auto}}@media screen and (max-width: 680px){.ricerca_griglia{grid-template-columns:minmax(0,1fr)}.ricerca_titolo{font-size:18px}.ricerca_barra{margin-top:24px}}.pagina{display:flex;flex-direction:column;min-height:100vh;background:var(--bg)}.pagina_corpo{flex:1;width:100%;padding-bottom:80px}body.con-demobar .pagina_corpo,body.con-demobar .content_container{padding-bottom:120px}.sezione_testa{display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap;margin:32px 0 20px}.briciole{display:flex;align-items:center;gap:8px;font-size:14px;color:var(--text-muted);margin:20px 0 12px;flex-wrap:wrap}.briciole a{color:var(--text-muted)}.briciole a:hover{color:var(--accent-cyan);text-decoration:underline}.briciole .attuale{color:var(--text)}.stato_vuoto{display:flex;flex-direction:column;align-items:center;text-align:center;gap:12px;padding:56px 24px;background:var(--surface-1);border-radius:var(--radius-lg)}.stato_vuoto h3{font-size:20px;font-weight:700;color:var(--text)}.stato_vuoto p{font-size:15px;color:var(--text-muted);max-width:460px}.stato_vuoto .mg-cta{margin-top:8px}.badge_demo{position:fixed;top:14px;right:16px;z-index:90;display:inline-flex;align-items:center;gap:8px;padding:6px 14px;border-radius:var(--radius-pill);background:#0f0f0fbf;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:var(--text-muted);font-size:12px;letter-spacing:.02em;border:1px solid var(--surface-3);pointer-events:none}.badge_demo .punto{width:7px;height:7px;border-radius:50%;background:var(--accent-green)}@media screen and (max-width: 680px){.badge_demo{top:auto;bottom:76px;right:10px;font-size:11px}}.modale_sfondo{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;display:flex;align-items:center;justify-content:center;padding:20px;background:#000000a6;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.modale{position:relative;width:100%;max-width:560px;max-height:88vh;overflow-y:auto;background:var(--surface-1);border-radius:var(--radius-lg);padding:28px}.modale_testa{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:14px}.modale_testa h2{font-size:22px;font-weight:700;color:var(--text)}.modale_chiudi{cursor:pointer;color:var(--text-muted);font-size:22px;line-height:1;padding:4px 8px;border-radius:var(--radius-sm)}.modale_chiudi:hover{color:var(--text);background:var(--surface-3)}.modale_azioni{display:flex;gap:12px;justify-content:flex-end;margin-top:24px;flex-wrap:wrap}.chip_stato{display:inline-flex;align-items:center;gap:6px;padding:5px 12px;border-radius:var(--radius-pill);font-size:12px;font-weight:700;white-space:nowrap}.chip_stato.confermata{background:#00ff6f26;color:var(--accent-green)}.chip_stato.da_accettare{background:#ffd60a26;color:var(--warning)}.chip_stato.cancellata{background:#ff323226;color:var(--danger)}.chip_stato.completata{background:var(--surface-3);color:var(--text-muted)}.avviso{display:flex;align-items:flex-start;gap:10px;padding:12px 16px;border-radius:var(--radius-sm);font-size:14px;line-height:1.5}.avviso.info{background:var(--surface-2);color:var(--text-muted)}.avviso.attenzione{background:#ffd60a1f;color:#ffe566}.avviso.errore{background:#ff32321f;color:#ff8b8b}.avviso.successo{background:#00ff6f1f;color:var(--accent-green)}.ins_ritorno{position:relative;z-index:2;padding-top:10px;padding-bottom:4px}.ins_testata{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;flex-wrap:wrap;margin-bottom:26px}.ins_titolo_riga{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.ins_badge{background:var(--surface-2);color:var(--text);font-size:14px;font-weight:700;padding:9px 18px;border-radius:var(--radius-pill);white-space:nowrap}.ins_capienza{display:inline-flex;align-items:center;gap:10px;background:var(--surface-2);color:var(--text);font-size:14px;padding:9px 18px;border-radius:var(--radius-pill);white-space:nowrap}.ins_capienza.secondaria{background:var(--surface-3)}.ins_indirizzo{margin-top:10px;margin-left:26px;color:var(--text-muted);font-size:15px}.ins_testata_azioni{display:flex;align-items:center;gap:16px}.ins_icona{width:46px;height:46px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:transparent;color:var(--accent-green);cursor:pointer;transition:background .2s ease,transform .15s ease}.ins_icona:hover{background:var(--surface-2);transform:scale(1.06)}.ins_icona.attivo{color:var(--accent-green)}.ins_prenota{min-width:200px}.ins_condivisione{margin:-14px 0 20px;font-size:13px;color:var(--accent-green)}.carosello{position:relative;display:flex;align-items:center;justify-content:center;gap:0;height:520px;margin-bottom:40px;overflow:hidden;border-radius:var(--radius-lg);outline-offset:4px}.carosello_centro{width:62%;height:100%;object-fit:cover;border-radius:var(--radius-md);z-index:2;box-shadow:0 12px 40px #0000008c}.carosello_lato{width:26%;height:78%;object-fit:cover;filter:blur(3px) brightness(.55);z-index:1}.carosello_lato.sinistra{border-radius:var(--radius-md) 0 0 var(--radius-md)}.carosello_lato.destra{border-radius:0 var(--radius-md) var(--radius-md) 0}.carosello_freccia{position:absolute;z-index:3;top:50%;transform:translateY(-50%);width:74px;height:74px;border-radius:50%;background:#fff;color:#101010;font-size:26px;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 6px 18px #00000073;transition:transform .2s ease}.carosello_freccia:hover{transform:translateY(-50%) scale(1.06)}.carosello_freccia.sinistra{left:24px}.carosello_freccia.destra{right:24px}.carosello_punti{position:absolute;z-index:3;bottom:18px;left:50%;transform:translate(-50%);display:flex;gap:7px}.carosello_punti i{width:7px;height:7px;border-radius:50%;background:#fff6}.carosello_punti i.attivo{background:var(--accent-cyan);width:20px;border-radius:4px}.ins_sezione{margin-bottom:48px}.ins_titolo_sale{margin-bottom:22px}.ins_chip_sale{display:flex;gap:22px;flex-wrap:wrap}.ins_chip_sale .mg-chip{padding:14px 26px;font-size:15px}.ins_scheda{background:var(--surface-1);border-radius:var(--radius-lg);padding:34px;margin-bottom:48px}.ins_scheda_alto{display:grid;grid-template-columns:minmax(0,1fr) 420px;gap:32px;align-items:start}.ins_scheda_testa{display:flex;align-items:center;gap:14px;margin-bottom:20px;flex-wrap:wrap}.ins_avatar{width:56px;height:56px;border-radius:50%}.ins_nome_pill{background:var(--surface-2);color:var(--text);font-size:19px;font-weight:700;padding:12px 26px;border-radius:var(--radius-pill)}.ins_descrizione p{color:var(--text-muted);font-size:15px;line-height:1.6;margin-bottom:14px}.ins_mappa{position:relative;border-radius:var(--radius-md);overflow:hidden;aspect-ratio:16 / 10}.ins_mappa img{width:100%;height:100%;object-fit:cover;display:block}.ins_mappa_cta{position:absolute;left:50%;bottom:22px;transform:translate(-50%);display:inline-flex;align-items:center;gap:10px;padding:12px 26px;border-radius:var(--radius-sm);background:#1c1c1ce0;color:var(--text);font-family:inherit;font-size:15px;cursor:pointer;white-space:nowrap;transition:background .2s ease}.ins_mappa_cta:hover{background:var(--surface-3)}.ins_mappa_grande{width:100%;border-radius:var(--radius-md)}.ins_servizi{display:flex;gap:20px;flex-wrap:wrap;justify-content:space-between;margin:36px 0 44px}.ins_servizio{display:inline-flex;align-items:center;gap:10px;padding:13px 26px;border-radius:var(--radius-pill);border:1px solid var(--border);color:var(--text);font-size:15px;white-space:nowrap}.ins_disponibilita{scroll-margin-top:24px}.ins_sottotitolo{color:var(--text-muted);font-size:15px;margin:8px 0 22px 20px}.ins_disponibilita_griglia{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:24px;align-items:start}.ins_recensioni_testa{display:flex;align-items:center;gap:22px;margin-bottom:22px;flex-wrap:wrap}.ins_recensioni_testa .mg-link{margin-left:auto}.ins_chip_valutazione{display:inline-flex;align-items:center;gap:14px;background:var(--surface-2);color:var(--text);font-size:14px;padding:9px 20px;border-radius:var(--radius-pill)}.ins_pallini{display:inline-flex;gap:5px}.ins_pallini b{width:15px;height:15px;border-radius:50%;border:1.5px solid var(--accent-green-2);display:inline-block}.ins_pallini b.pieno{background:var(--accent-green-2)}.ins_recensioni{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.ins_recensione{background:var(--surface-1);border:1px solid var(--surface-3);border-radius:var(--radius-md);padding:20px}.ins_recensione header{display:flex;align-items:center;gap:14px;margin-bottom:16px}.ins_recensione header img{width:46px;height:46px;border-radius:50%}.ins_recensione header strong{font-size:15px;color:var(--text)}.ins_recensione header .ins_pallini{margin-left:auto}.ins_recensione p{font-size:14px;line-height:1.6;color:var(--text-muted)}.ins_vedi_altro{display:block;margin:18px 0 0 auto}.ins_regolamento ol{list-style:none;counter-reset:regola}.ins_regolamento>ol>li{counter-increment:regola;margin-bottom:20px}.ins_regolamento h3{font-size:16px;font-weight:500;color:var(--text);margin-bottom:6px}.ins_regolamento>ol>li h3:before{content:counter(regola) ". "}.ins_regolamento ul{list-style:none;padding-left:14px}.ins_regolamento ul li{position:relative;padding-left:14px;font-size:14px;line-height:1.6;color:var(--text-muted);margin-bottom:4px}.ins_regolamento ul li:before{content:"•";position:absolute;left:0;color:var(--text-muted)}.ins_supporto{margin-top:22px;font-size:14px;color:var(--text-muted)}.ins_correlate_guscio{position:relative}.ins_correlate{display:flex;gap:22px;overflow-x:auto;scroll-behavior:smooth;padding-bottom:8px;scrollbar-width:none}.ins_correlate::-webkit-scrollbar{display:none}.ins_correlata{width:330px;flex-shrink:0}.ins_correlate_freccia{position:absolute;right:-6px;top:40%;width:62px;height:62px;border-radius:50%;background:var(--accent-green);color:#04250f;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 6px 20px #00000080;transition:transform .2s ease}.ins_correlate_freccia:hover{transform:scale(1.07)}@media screen and (max-width: 1100px){.ins_scheda_alto,.ins_disponibilita_griglia{grid-template-columns:minmax(0,1fr)}.ins_recensioni{grid-template-columns:repeat(2,minmax(0,1fr))}.carosello{height:400px}}@media screen and (max-width: 899px){.ins_scheda{padding:22px}.ins_servizi{justify-content:flex-start;gap:12px}.ins_servizio{padding:10px 18px;font-size:14px}.carosello{height:320px}.carosello_centro{width:78%}.carosello_lato{width:14%}.carosello_freccia{width:54px;height:54px;font-size:21px}}@media screen and (max-width: 680px){.ins_scheda{padding:16px}.ins_scheda_alto{gap:20px}.ins_nome_pill{font-size:16px;padding:10px 18px}.ins_recensioni{grid-template-columns:minmax(0,1fr)}.ins_testata_azioni{width:100%}.ins_prenota{flex:1;min-width:0}.ins_indirizzo,.ins_sottotitolo{margin-left:0}.carosello{height:240px}.carosello_lato{display:none}.carosello_centro{width:100%}.carosello_freccia{width:44px;height:44px;font-size:18px}.carosello_freccia.sinistra{left:10px}.carosello_freccia.destra{right:10px}.ins_correlata{width:280px}.ins_correlate_freccia{display:none}}.calendario{width:100%;background:var(--surface-1);border-radius:var(--radius-lg);padding:24px}.calendario.in_caricamento .cal_griglia{opacity:.45}.cal_testa{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;margin-bottom:18px}.cal_mese{display:flex;align-items:center;gap:8px}.cal_mese_testo{font-size:20px;font-weight:700;color:var(--text);min-width:160px;text-align:center}.cal_freccia{width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:var(--surface-2);color:var(--text);font-size:20px;line-height:1;cursor:pointer;transition:background .2s ease}.cal_freccia:hover:not(:disabled){background:var(--surface-3)}.cal_freccia:disabled{color:var(--text-dim);cursor:not-allowed}.cal_legenda{display:flex;gap:18px;flex-wrap:wrap}.cal_legenda_voce{display:inline-flex;align-items:center;gap:8px;font-size:13px;color:var(--text-muted)}.cal_pastiglia{width:14px;height:14px;border-radius:3px;display:inline-block}.cal_pastiglia.rossa{background:var(--danger)}.cal_pastiglia.verde{background:var(--accent-green)}.cal_pastiglia.gialla{background:var(--warning)}.cal_pastiglia.chiara{background:#e8e8e8}.cal_comandi{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;margin-bottom:22px}.cal_orari{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.cal_orari_etichetta{font-size:15px;color:var(--text)}.cal_orario_campo{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:var(--surface-3);color:var(--text);font-family:inherit;font-size:15px;font-weight:500;padding:8px 16px;border:none;border-radius:var(--radius-pill);cursor:pointer;text-align:center}.cal_orario_campo:disabled{color:var(--text-dim);cursor:not-allowed}.cal_multigiorno{padding:9px 20px;border-radius:var(--radius-pill);background:var(--surface-3);color:var(--text);font-family:inherit;font-size:14px;cursor:pointer;transition:background .2s ease}.cal_multigiorno:hover{background:var(--border)}.cal_multigiorno.attiva{background:var(--accent-cyan);color:#000;font-weight:700}.cal_intestazioni,.cal_griglia{display:grid;grid-template-columns:repeat(7,1fr);gap:10px 8px}.cal_intestazioni{margin-bottom:10px;font-size:14px;color:var(--text);text-align:center}.cal_intestazioni b{font-weight:400}.cal_giorno_corto{display:none}.cal_giorno{position:relative;height:30px;display:flex;align-items:center;justify-content:center;border-radius:6px;font-family:inherit;font-size:13px;font-weight:500;cursor:pointer;transition:background-color .2s ease,border-color .2s ease,color .2s ease;border:1.5px solid transparent;background:transparent;color:var(--text)}.cal_vuoto{height:30px}.cal_giorno.libero{background:#ededed;color:#101010}.cal_giorno.libero:hover{background:#fff}.cal_giorno.parziale{background:#ffd60a38;border-color:var(--warning);color:var(--warning)}.cal_giorno.parziale:hover{background:#ffd60a57}.cal_giorno.occupato{background:var(--danger);color:#fff;cursor:not-allowed}.cal_giorno.chiuso,.cal_giorno.passato{background:var(--surface-2);color:var(--text-dim);cursor:not-allowed}.cal_giorno.selezionato{background:var(--accent-cyan);color:#04202b;font-weight:700}.cal_giorno.selezionato:after{content:"";position:absolute;left:10%;right:10%;bottom:-7px;height:2.5px;border-radius:2px;background:var(--accent-cyan)}.cal_giorno.intervallo{background:#3fcfff52;color:var(--text)}.cal_giorno.intervallo:before,.cal_giorno.selezionato.estremo:before{content:none}.cal_giorno.lato_struttura.occupato{background:var(--accent-green);color:#04250f}.cal_giorno.lato_struttura.daaccettare{background:var(--warning);border-color:var(--warning);color:#2b2200}.cal_giorno.lato_struttura.parziale{background:#ededed;border-color:transparent;color:#101010}.calendario.compatto{padding:18px}.calendario.compatto .cal_mese_testo{font-size:16px;min-width:130px}.calendario.compatto .cal_giorno{height:26px;font-size:12px}@media screen and (max-width: 760px){.calendario{padding:16px}.cal_giorno_lungo{display:none}.cal_giorno_corto{display:inline}.cal_intestazioni{font-size:12px}.cal_intestazioni,.cal_griglia{gap:8px 5px}.cal_mese_testo{font-size:17px;min-width:110px}.cal_comandi{gap:10px}.cal_orari{width:100%;justify-content:space-between}.cal_orario_campo{padding:8px 10px}.cal_multigiorno{width:100%;text-align:center}.cal_giorno{height:34px;font-size:12px}.cal_legenda{gap:12px}.cal_legenda_voce{font-size:12px}}.pp_colonna{display:flex;flex-direction:column;gap:14px}.pp_pannello{position:relative;background:var(--surface-1);border-radius:var(--radius-lg);padding:26px 24px}.pp_titolo{font-size:22px;font-weight:700;color:var(--text);margin-bottom:20px}.pp_riga{display:flex;align-items:center;gap:14px;padding:10px 0;color:var(--text)}.pp_riga svg{color:var(--text-muted);flex-shrink:0}.pp_valore{font-size:15px;display:flex;flex-direction:column;gap:2px}.pp_sala{font-style:normal;font-size:13px;color:var(--text-muted)}.pp_riga_ultima{border-bottom:1px solid var(--border);padding-bottom:18px}.pp_stepper{margin-left:auto;display:flex;gap:8px}.pp_stepper button{width:34px;height:34px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:transparent;border:1px solid var(--border);color:var(--text);font-size:18px;line-height:1;cursor:pointer;transition:background .2s ease,border-color .2s ease}.pp_stepper button:hover:not(:disabled){background:var(--surface-3);border-color:var(--accent-cyan)}.pp_stepper button:disabled{color:var(--text-dim);cursor:not-allowed}.pp_totale{display:flex;flex-direction:column;align-items:flex-end;gap:2px;padding:22px 0 18px}.pp_totale strong{font-size:34px;font-weight:700;color:var(--text);line-height:1.1}.pp_totale span{font-size:13px;color:var(--text-muted)}.pp_dettagli{margin-top:6px}.pp_differenza{font-size:14px;color:var(--accent-green);margin-bottom:12px;text-align:right}.pp_differenza.in_aumento{color:var(--warning)}.pp_cta{width:100%}.pp_motivo{margin-top:12px;font-size:13px;line-height:1.5;color:var(--text-muted);text-align:center}.pp_secondaria{width:100%;padding:15px;border-radius:var(--radius-sm);background:var(--surface-3);color:var(--text);font-family:inherit;font-size:15px;font-weight:500;cursor:pointer;text-align:center;transition:background .2s ease}.pp_secondaria:hover{background:var(--border)}.costi_riga{display:flex;justify-content:space-between;gap:16px;padding:11px 0;font-size:15px;color:var(--text-muted);border-bottom:1px solid var(--surface-3)}.costi_riga span:last-child{color:var(--text);white-space:nowrap}.costi_riga.totale{border-bottom:none;padding-top:16px;font-size:18px;font-weight:700;color:var(--text)}.costi_riga.sconto span:last-child{color:var(--accent-green)}.passi{list-style:none;display:grid;grid-template-columns:repeat(3,1fr);align-items:start;margin:34px auto 40px;max-width:980px;position:relative}.passo{display:flex;flex-direction:column;align-items:center;gap:10px;position:relative}.passo:not(:first-child):before{content:"";position:absolute;right:50%;top:22px;width:100%;height:3px;background:var(--surface-3)}.passo:nth-child(2):before{background:var(--accent-cyan)}.passo:nth-child(3):before{background:var(--accent-green)}.passo_pallino{position:relative;z-index:1;width:45px;height:45px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:var(--surface-3);color:var(--text-muted);font-size:17px;font-weight:700}.passo.completato .passo_pallino,.passo.corrente .passo_pallino{background:var(--accent-cyan);color:#04202b}.passo:nth-child(3).corrente .passo_pallino,.passo:nth-child(3).completato .passo_pallino{background:var(--accent-green);color:#04250f;width:34px;height:34px;font-size:14px;margin-top:5px}.passo_etichetta{font-size:14px;color:var(--text-muted)}.passo.corrente .passo_etichetta{color:var(--text)}.banner_blocco{display:inline-flex;align-items:center;gap:9px;padding:8px 18px;margin-bottom:18px;border-radius:var(--radius-pill);background:var(--surface-2);color:var(--text-muted);font-size:13px}.banner_blocco.in_scadenza{background:#ffd60a24;color:var(--warning)}.checkout_scheda{background:var(--surface-1);border-radius:var(--radius-lg);padding:36px 44px 44px}.checkout_titolo{font-size:26px;margin-bottom:22px}.checkout_nota_campi{display:flex;align-items:center;gap:12px;color:var(--text);font-size:15px;margin-bottom:28px}.checkout_griglia{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px 40px;margin-bottom:18px}.checkout_campo{display:flex;flex-direction:column}.checkout_separatore{border:none;border-top:1px solid var(--border);margin:26px 0}.checkout_sottotitolo{font-size:17px;font-weight:700;color:var(--text);margin-bottom:12px}.checkout_nota{font-size:13.5px;font-weight:700;color:var(--text);line-height:1.55;margin-bottom:16px}.checkout_textarea{resize:vertical;min-height:90px;font-family:inherit}.checkout_azioni{display:flex;justify-content:flex-end;margin-top:34px}.checkout_azioni .mg-cta{min-width:230px}.checkout_motivo{text-align:right;font-size:13px;color:var(--text-muted);margin-top:10px}.checkout_riassunto{margin-top:26px;font-size:13px;color:var(--text-dim)}.pag_griglia{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:26px;margin-top:40px}.pag_scheda{background:var(--surface-1);border-radius:var(--radius-md);padding:24px;display:flex;flex-direction:column}.pag_tipo{position:relative;align-self:flex-start;display:inline-flex;align-items:center;gap:10px;padding:9px 20px;border-radius:var(--radius-pill);color:var(--text);font-size:14px;margin-bottom:18px}.pag_scheda h2{font-size:22px;font-weight:700;color:var(--text);margin-bottom:12px}.pag_titolo{font-size:20px!important}.pag_indirizzo{font-size:14px;font-weight:700;color:var(--text);line-height:1.5}.pag_sala{margin-top:10px;font-size:14px;color:var(--text-muted)}.pag_riga{display:flex;align-items:center;gap:12px;padding:7px 0;font-size:15px;color:var(--text)}.pag_riga svg{color:var(--text-muted)}.pag_contatto{font-size:13px;color:var(--text-muted);margin-top:6px}.pag_modifica{margin-top:auto;padding-top:16px;align-self:flex-end}.pag_costo{padding-bottom:20px}.pag_banda{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:8px -24px 0;padding:18px 24px;background:linear-gradient(90deg,#00d9ff,#00ff6f);color:#04202b}.pag_banda_etichetta{font-size:26px;font-weight:700}.pag_banda_valore{display:flex;flex-direction:column;align-items:flex-end}.pag_banda_valore strong{font-size:26px;font-weight:700}.pag_banda_valore em{font-style:normal;font-size:12.5px}.pag_dettagli{align-self:flex-end;margin-top:16px}.pag_chiusura{display:flex;align-items:center;justify-content:space-between;gap:26px;flex-wrap:wrap;margin-top:26px}.pag_sicurezza{display:flex;align-items:center;gap:14px;max-width:620px;padding:20px 24px;border:1px solid var(--border);border-radius:var(--radius-md);font-size:14px;font-weight:700;color:var(--text);line-height:1.5}.pag_sicurezza svg{flex-shrink:0;color:var(--text)}.pag_chiusura .mg-cta{min-width:260px}.pag_nota_demo{margin-top:20px;font-size:12.5px;color:var(--text-dim)}.elaborazione_sfondo{position:fixed;top:0;right:0;bottom:0;left:0;z-index:300;display:flex;align-items:center;justify-content:center;padding:20px;background:#0a0a0ad1;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.elaborazione{position:relative;width:100%;max-width:460px;padding:40px 34px;border-radius:var(--radius-lg);background:linear-gradient(180deg,#1e1e1e,#141414);text-align:center}.elaborazione h2{font-size:20px;font-weight:700;color:var(--text);margin-bottom:26px}.elaborazione_anello{width:88px;height:88px}.elaborazione_percentuale{font-size:15px;font-weight:700;color:var(--text);margin-top:10px}.elaborazione_nota{margin-top:16px;font-size:13px;color:var(--text-muted);line-height:1.5}.errore_sfondo{position:fixed;top:0;right:0;bottom:0;left:0;z-index:300;display:flex;align-items:center;justify-content:center;padding:20px;background:#3c3c3cb3;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.errore_riquadro{position:relative;width:100%;max-width:640px;padding:34px;border-radius:var(--radius-lg);background:#272b2b;text-align:center}.errore_logo{height:30px;margin-bottom:34px}.errore_riquadro h2{font-size:34px;font-weight:700;color:var(--text);margin-bottom:18px}.errore_riquadro p{font-size:15px;color:var(--text-muted);line-height:1.6;max-width:520px;margin:0 auto 16px}.errore_email{color:var(--text);white-space:nowrap}.errore_link{display:inline-block;color:var(--text);font-weight:700;text-decoration:underline;margin-bottom:26px}.errore_link:hover{color:var(--accent-cyan)}.errore_icona{width:62px;height:62px;margin:0 auto 26px;border-radius:50%;border:3px solid var(--text);color:var(--text);font-size:32px;font-weight:700;display:flex;align-items:center;justify-content:center}.errore_azioni{display:flex;gap:14px;justify-content:center;flex-wrap:wrap}.conferma{position:relative;max-width:720px;margin:40px auto 0;padding:44px 40px;border-radius:var(--radius-lg);background:var(--surface-1);text-align:center}.conferma_logo{height:30px;margin-bottom:26px}.conferma_spunta{width:78px;height:78px;margin:0 auto 22px;border-radius:50%;background:#00ff6f24;color:var(--accent-green);display:flex;align-items:center;justify-content:center}.conferma h1{font-size:28px;font-weight:700;color:var(--text);margin-bottom:10px}.conferma_sottotitolo{font-size:15px;color:var(--text-muted);margin-bottom:26px}.conferma_codice{display:inline-flex;flex-direction:column;gap:4px;padding:14px 30px;border-radius:var(--radius-md);background:var(--surface-2);margin-bottom:28px}.conferma_codice span{font-size:12px;color:var(--text-muted)}.conferma_codice strong{font-size:22px;letter-spacing:.04em;color:var(--accent-green)}.conferma_riepilogo{text-align:left;max-width:420px;margin:0 auto 30px}.conferma_riepilogo p{display:flex;align-items:center;gap:12px;padding:9px 0;font-size:15px;color:var(--text);border-bottom:1px solid var(--surface-3)}.conferma_riepilogo svg{color:var(--text-muted)}.conferma_totale{justify-content:space-between;border-bottom:none!important;padding-top:16px!important;flex-wrap:wrap}.conferma_totale>:first-child{white-space:nowrap}.conferma_totale strong{margin-left:auto;font-size:22px}.conferma_totale em{font-style:normal;font-size:12px;color:var(--text-muted);width:100%;text-align:right}.conferma_azioni{display:flex;gap:14px;justify-content:center;flex-wrap:wrap}.conferma_nota{margin-top:26px;font-size:13px;color:var(--text-muted);line-height:1.6}@media screen and (max-width: 1024px){.pag_griglia{grid-template-columns:minmax(0,1fr)}.pag_chiusura .mg-cta{width:100%}}@media screen and (max-width: 680px){.checkout_scheda{padding:24px 20px 30px}.checkout_griglia{grid-template-columns:minmax(0,1fr)}.checkout_azioni .mg-cta{width:100%}.passo_etichetta{font-size:12px;text-align:center}.passo_pallino{width:36px;height:36px;font-size:15px}.passo:not(:first-child):before{top:18px}.conferma{padding:30px 20px}.errore_riquadro h2{font-size:26px}}.header4{position:absolute;background-color:#1c1c1c;z-index:10;display:flex;flex-direction:row;align-items:center;justify-content:space-between;width:90%;height:90px;border-radius:100px;margin:20px 5% 0;padding:0% 3%}.header4_logo{width:fit-content;height:fit-content;align-items:center;justify-content:center}.logo4_svg{width:90%;height:80%;min-width:70px;margin-top:3%}.header4_link{color:#fff;display:flex;font-size:14px;font-weight:100;gap:30px;align-items:center;white-space:nowrap}.header4_link a:hover{text-decoration:underline}@media screen and (max-width: 376px){.header4_link{display:none}.header4{display:flex;width:100%;margin-top:0;margin-left:0;padding:2% 4%;border-radius:0 0 30px 30px;background:linear-gradient(181.67deg,#0f0f0fab 50%,#0f0f0f00 98.58%)}}@media screen and (max-width: 680px) and (min-width: 377px){.header4_link{display:none}.header4{display:flex;width:100%;border-radius:0;padding:2% 4%;margin:0;background:linear-gradient(180deg,#0f0f0fab 50%,#0f0f0f00 98.58%)}}@media screen and (max-width: 899px) and (min-width: 681px){.menu4_mobile{display:none}.header4{display:flex;width:100%;margin-top:0;margin-left:0;padding:2% 4%;border-radius:0 0 30px 30px;background-color:#1c1c1c}.header4_logo{width:15%}.header_link a{font-size:12px}.header_link{gap:15px}}@media screen and (max-width: 1024px) and (min-width: 900px){.menu4_mobile{display:none}.header_logo{width:20%}.button_log,.button_sign{width:80px}}@media screen and (max-width: 1440px) and (min-width: 1025px){.menu4_mobile{display:none}}@media screen and (min-width: 1441px){.menu4_mobile{display:none}}input{-webkit-appearance:none;-moz-appearance:none;appearance:none;all:unset}input:focus{border:1px solid #3FCFFF!important}input:-webkit-autofill{-webkit-box-shadow:0 0 0px 100px inset #1c1c1c!important;box-sizing:border-box;color:#fff!important;caret-color:#fff}input:-webkit-autofill:first-line{color:#fff!important}.log_content_container{position:absolute;left:calc(50% - 450px);top:140px;width:900px;height:550px}.login_container{display:flex;position:absolute;justify-self:center;flex-direction:row;width:100%;height:100%;min-height:520px}.input_section{color:#fff;background-color:#1c1c1c;border-radius:20px 0 0 20px;display:flex;flex-direction:column;justify-content:space-between;width:50%;padding:5%}.top_content{position:relative;gap:5%}.top_content p{font-size:14px}.p_content{display:flex;gap:5%}.registrati{text-decoration:underline;cursor:pointer}#surname_input{margin-top:5%}.username_content{position:relative;margin-top:5%;margin-left:calc(50% - 150px);width:316px}.username_input{display:flex;margin-top:2%;position:relative}.input_label{position:absolute;top:50%;left:15px;transform:translateY(-50%);font-size:16px;color:#fff;pointer-events:none;transition:all .3s ease}.username_input input{border:1px solid #343434;display:block;background-color:transparent;width:100%;border-radius:5px;padding:1rem 60px 1rem 1rem;font-size:1rem;color:#fff}.username_input input:focus+.input_label,.username_input input:not(:placeholder-shown)+.input_label{top:0;font-size:12px;background-color:#1c1c1c;padding:0 2%}.username_input img{transform:translate(-40px);width:16px!important;height:auto}.email_content{position:relative;margin-top:5%;margin-left:calc(50% - 150px);width:316px}.email_input{display:flex;margin-top:2%;position:relative}.email_input img{transform:translate(-40px);width:16px}.email_input input{border:1px solid #343434;display:block;background-color:transparent;width:100%;border-radius:5px;padding:1rem 60px 1rem 1rem;font-size:1rem;color:#fff}.email_input input:focus+.input_label,.email_input input:not(:placeholder-shown)+.input_label{top:0;font-size:12px;background-color:#1c1c1c;padding:0 2%}.email_input input:valid{border:1px solid #2fff00}.password_content{position:relative;margin-top:5%;margin-left:calc(50% - 150px);width:316px}.password_input{display:flex;margin-top:2%;box-sizing:border-box;position:relative}.password_input img{transform:translate(-40px);cursor:pointer}.password_input input{border:1px solid #343434;display:block;background-color:transparent;width:100%;border-radius:5px;padding:1rem 60px 1rem 1rem;font-size:1rem;color:#fff}.password_content a{display:flex;width:fit-content}.password_content p{color:silver;margin-top:2%;font-size:14px;position:absolute;margin-right:10%;right:0;text-align:right}.password_input input:focus+.input_label,.password_input input:not(:placeholder-shown)+.input_label{top:0;font-size:12px;background-color:#1c1c1c;padding:0 2%}.login_button{background-color:#3fcfff;display:flex;cursor:pointer;color:#000;position:relative;margin-left:calc(50% - 150px);margin-bottom:5%;margin-top:5%;height:50px;width:300px;min-height:50px;border-radius:10px;align-items:center;justify-content:center;transition:background-color .6s,transform .9s ease-in}.login_button:hover{background-color:#fff}.login_button p{font-size:20px;font-weight:700}.svg_section{color:#fff;width:50%;background-color:#1a1a1adf;-webkit-backdrop-filter:blur(100px);backdrop-filter:blur(100px);border-radius:0 20px 20px 0;overflow:hidden;z-index:2}.svg_section h1{position:absolute;padding:10%;z-index:1}.svg_container{display:flex;width:100%;height:100%;position:relative;justify-self:center;align-items:center}.LogIn_svg,.SignUp_svg{position:relative;width:125%;transform:translateY(20%) translate(-12.5%);justify-self:center}.shortCut_button{display:flex;position:relative;justify-content:center;align-items:center;width:100%;margin-bottom:2%}.shortCut_button p{background-color:#1c1c1c;text-align:center;z-index:10;width:50px}.Line{position:absolute;border-radius:30px;width:100%;height:.5px;background-color:#fff}.googApp_button_section{display:flex;margin:0 auto;flex-direction:row;width:100%;justify-content:center;align-content:center;top:calc(50% + 500px)}.googApp_button_section p{color:#fff;font-weight:lighter;font-size:16px}.googApp_button_container{width:100%;max-width:1200px;display:flex;position:relative;flex-direction:row;justify-content:space-evenly}.google_button,.apple_button{display:flex;flex-direction:row;align-items:center;justify-content:space-evenly;width:150px;height:55px;outline:1px solid #343434;border-radius:100px;cursor:pointer;z-index:10;background-color:#0f0f0f54;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}@media screen and (max-width: 320px){.log_content_container h1{font-size:24px}.log_content_container p{font-size:14px}.login_container{flex-direction:column;width:90%;height:70vh;background-color:#1c1c1c;border-radius:30px;padding:5%}.input_section{position:relative;z-index:1;margin-top:2%;left:5%;width:90%;height:100%;background-color:transparent;padding:0;border-radius:0}.input_container{width:100%;justify-items:center;align-items:center;display:flex;flex-direction:column}.username_content,.email_content,.password_content{position:relative;width:100%;margin-left:0;transform:translate(8px)}.username_input input,.email_input input,.password_input input{font-size:14px;width:100%}.login_button{margin-left:0;margin-bottom:10%;width:100%;height:55px}.login_button p{font-size:16px}.svg_section,.svg_section h1,.SignUp_svg,.LogIn_svg{display:none}.signup-state .input_section,.signup-state .svg_section{transform:translate(0)!important;border-radius:0!important}.googApp_button_container{top:85vh}.googApp_button_container p{display:none}.google_button,.apple_button{width:100px;height:50px;background-color:#0f0f0fdd}.google_button img,.apple_button img{width:20px}}@media screen and (max-width: 699px) and (min-width: 321px){.log_content_container{left:0;right:0;top:100px;width:100%;height:700px}.log_content_container h1{font-size:24px}.log_content_container p{font-size:14px}.login_container{flex-direction:column;width:90%;height:80%;background-color:#1c1c1c;outline:1.5px solid #343434;border-radius:30px;padding:5%}.input_section{position:relative;z-index:1;margin-top:2%;left:5%;width:90%;height:100%;background-color:transparent;padding:0;border-radius:0}.input_container{width:100%;justify-items:center;align-items:center;display:flex;flex-direction:column}.username_content,.email_content,.password_content{position:relative;width:100%;margin-left:0;transform:translate(8px)}.login_button{margin-left:0;margin-bottom:10%;width:100%;height:55px}.login_button p{font-size:16px}.svg_section,.svg_section h1,.SignUp_svg,.LogIn_svg{display:none}.signup-state .input_section,.signup-state .svg_section{transform:translate(0)!important;border-radius:0!important}.googApp_button_section{top:700px}.googApp_button_container p{display:none}.google_button,.apple_button{width:100px;height:50px;background-color:#0f0f0fdd}.google_button img,.apple_button img{width:20px}}@media screen and (max-width: 1024px) and (min-width: 700px){.log_content_container{position:absolute;left:10%;top:calc(50% - 257.5px);width:80%;height:500px}.username_content,.password_content,.email_content{width:100%;margin-left:5%}.login_button{width:95%;margin-left:5%}.SignUp_svg,.LogIn_svg{width:150%;transform:translateY(30%) translate(-15.5%)}}.login_container,.input_section{transition:all .5s ease-in-out;position:relative}.svg_section{transition:all .5s ease-in-out}.login-state .input_section,.login-state .svg_section{transform:translate(0)}.login-state .svg_section h1{text-align:right}.signup-state .input_section{transform:translate(100%);border-radius:0 20px 20px 0}.signup-state .svg_section{transform:translate(-100%);border-radius:20px 0 0 20px}.input_section{z-index:2}.svg_section{z-index:1}.log_dimenticata{display:block;margin-left:auto;color:var(--text-muted);font-family:inherit;font-size:13px;text-decoration:underline;cursor:pointer}.log_dimenticata:hover{color:var(--accent-cyan)}.log_ruolo{border:none;display:flex;flex-direction:column;gap:8px;margin:6px 0 4px}.log_ruolo legend{font-size:13px;color:var(--text-muted);margin-bottom:8px;padding:0}.log_ruolo label{display:flex;align-items:flex-start;gap:12px;padding:11px 14px;border-radius:var(--radius-sm);background:var(--surface-3);border:1px solid transparent;cursor:pointer;transition:border-color .2s ease}.log_ruolo label.attivo{border-color:var(--accent-cyan)}.log_ruolo input{accent-color:var(--accent-cyan);margin-top:3px}.log_ruolo strong{display:block;font-size:14px;color:var(--text)}.log_ruolo em{font-style:normal;font-size:12px;color:var(--text-muted)}.log_demo{display:flex;flex-direction:column;gap:8px;margin-top:16px;padding:14px;border-radius:var(--radius-md);background:#3fcfff12}.log_demo_titolo{font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:var(--text-dim)}.log_demo_voce{display:flex;flex-direction:column;gap:2px;padding:9px 12px;border-radius:var(--radius-sm);background:var(--surface-3);cursor:pointer;text-align:left;transition:background .2s ease}.log_demo_voce:hover{background:var(--border)}.log_demo_voce strong{font-size:13.5px;color:var(--text)}.log_demo_voce em{font-style:normal;font-size:11.5px;color:var(--text-muted)}.log_demo_nota{font-size:11.5px;color:var(--text-dim)}.log_nota{margin-top:12px;font-size:12.5px;color:var(--warning);text-align:center}.login_button:disabled{opacity:.5;cursor:not-allowed}.log_content_container{height:auto;min-height:560px}.login_container{position:relative;height:auto;min-height:560px}.input_section{justify-content:flex-start;gap:10px;padding-bottom:6%}.input_container{display:flex;flex-direction:column}.googApp_button_section{margin-top:auto}@media screen and (max-width: 899px){.log_content_container,.login_container{min-height:0}}.svg_container{justify-content:center}.LogIn_svg,.SignUp_svg{width:100%;max-height:380px;transform:translateY(8%)}.Pop_Container h1,.Pop_Container p{text-align:center}.Pop_Container h1{margin-bottom:5%}.Button2{padding:0% 4%;background-color:#343434;height:50px;text-align:center;font-weight:700;cursor:pointer;border-radius:50px;transition:all .3s ease-in-out}.Button2:hover{background-color:#575757}@media screen and (max-width: 376px){.Pop_Container{width:90%;padding:10%}.Pop_button{flex-direction:column;gap:20px;align-items:center}.Button1,.Button2{width:250px}.Pop_Container h1{font-size:25px}}@media screen and (max-width: 680px) and (min-width: 377px){.Pop_Container{width:90%;padding:10%}.Pop_Container h1{font-size:25px}.Pop_button{flex-direction:column;gap:20px;align-items:center}.Button1,.Button2{width:250px}}.Pop_close_icon{position:absolute;right:20px;top:20px;cursor:pointer}.Pop_azione{color:var(--text);text-decoration:underline;font-weight:700;font-size:15px;cursor:pointer;margin-top:4px}.Pop_azione:hover{color:var(--accent-cyan)}.Pop_close_icon{cursor:pointer}.Pop_bg{position:fixed;display:flex;width:100vw;height:100vh;z-index:100;background:#0f0f0fb5;-webkit-backdrop-filter:blur(9.8px);backdrop-filter:blur(9.8px);align-items:center;justify-content:center}.Pop_Container{align-items:center;padding:5%;position:relative;border-radius:30px;width:50%;max-width:700px;height:fit-content;display:flex;flex-direction:column;gap:10px;justify-content:space-around;background-color:#1c1c1c;color:#fff}.Pop_Container p{text-align:center}.Pop_Container h1{text-align:center;margin-bottom:5%}.Pop_Container a{text-decoration:underline;cursor:pointer}.Pop_Email_icon{margin-top:5%}@media screen and (max-width: 376px){.Pop_Container{width:90%;padding:10%}.Pop_Container h1{font-size:25px}}@media screen and (max-width: 680px) and (min-width: 377px){.Pop_Container{width:90%;padding:10%}.Pop_Container h1{font-size:25px}}@media screen and (max-width: 899px) and (min-width: 680px){.Pop_Container{width:80%}}.pop_errore{color:var(--danger)!important;font-size:13px!important;margin-top:8px}.pop_nota_demo{color:var(--text-dim)!important;font-size:12px!important;margin-top:12px}.log_bg_container{position:absolute;z-index:-1;top:0;display:flex;align-items:center;justify-content:center;width:100%;height:100%}.log_color{position:relative;width:50%;height:40%;background:linear-gradient(90deg,#00ff6f,#3fcfff);filter:blur(116.7px);border-radius:100%}.emailCheck_container{display:flex;flex-direction:column;width:100vw;height:100vh;align-items:center;justify-content:center;background-color:#0f0f0f}.emailCheck_text{align-items:center;padding:5%;position:relative;border-radius:30px;width:50%;max-width:700px;height:fit-content;display:flex;flex-direction:column;gap:10px;justify-content:space-around;background-color:#1c1c1c;color:#fff}.emailCheck_text img{width:112px}.emailCheck_text p{text-align:center}.emailCheck_text h1{text-align:center;margin-top:5%}.Button1{color:#000;padding:0 4%;height:50px;margin-top:5%;text-decoration:none;background-color:#3fcfff;text-align:center;font-weight:700;cursor:pointer;border-radius:50px;transition:all .3s ease-in-out}@media screen and (max-width: 376px){.emailCheck_text{width:90%;padding:10%}.emailCheck_text h1{font-size:25px}}@media screen and (max-width: 680px) and (min-width: 377px){.emailCheck_text{width:90%;padding:10%}.emailCheck_text h1{font-size:25px}}@media screen and (max-width: 899px) and (min-width: 680px){.emailCheck_text{width:80%}}.Pop_bg_rp{position:fixed;display:flex;width:100vw;height:100vh;z-index:100;align-items:center;justify-content:center}.Pop_Container_rp{align-items:center;padding:5%;position:relative;border-radius:30px;width:50%;max-width:700px;height:fit-content;display:flex;flex-direction:column;gap:10px;justify-content:space-around;background-color:#1c1c1c;color:#fff}.Pop_Container_rp h1,.Pop_Container_rp p{text-align:center}.Pop_Container_rp h1{margin-bottom:5%}.Pop_input_rp{display:flex;width:100%;flex-direction:column;justify-content:space-between;margin-top:5%;gap:20px}.Pop_button{display:flex;flex-direction:row;width:100%;justify-content:space-evenly;margin-top:5%}.Button1{color:#000;padding:0 4%;height:50px;text-decoration:none;background-color:#3fcfff;text-align:center;font-weight:700;cursor:pointer;border-radius:50px;transition:all .3s ease-in-out}.Button1:hover{background-color:#fff}@media screen and (max-width: 376px){.Pop_Container_rp{width:90%;padding:10%}.Pop_button{flex-direction:column;gap:20px;align-items:center}.Button1,.Button2{width:250px}.Pop_Container_rp h1{font-size:25px}}@media screen and (max-width: 680px) and (min-width: 377px){.Pop_Container_rp{width:90%;padding:10%}.Pop_Container_rp h1{font-size:25px}.Pop_button{flex-direction:column;gap:20px;align-items:center}.Button1,.Button2{width:250px}}@media screen and (max-width: 899px) and (min-width: 680px){.Pop_Container_rp{width:80%}}.rp_mostra{display:block;margin:10px auto 0;color:silver;font-family:inherit;font-size:13px;text-decoration:underline;cursor:pointer}.rp_mostra:hover{color:#3fcfff}.pop_errore{color:#ff3232;font-size:13px;margin-top:10px}.pop_nota_demo{color:#575757;font-size:12px;margin-top:14px}.schede{display:flex;gap:8px;background:var(--surface-1);border-radius:var(--radius-pill);padding:5px;width:fit-content;margin-bottom:26px;flex-wrap:wrap}.scheda{padding:10px 24px;border-radius:var(--radius-pill);color:var(--text-muted);font-family:inherit;font-size:14.5px;cursor:pointer;transition:background .2s ease,color .2s ease}.scheda:hover{color:var(--text)}.scheda.attiva{background:var(--surface-3);color:var(--text);font-weight:700}.pren_elenco{display:flex;flex-direction:column;gap:18px}.pren_card{display:grid;grid-template-columns:230px minmax(0,1fr);background:var(--surface-1);border-radius:var(--radius-lg);overflow:hidden}.pren_foto{width:100%;height:100%;object-fit:cover;min-height:190px}.pren_corpo{padding:22px 24px;display:flex;flex-direction:column;gap:14px}.pren_testa{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.pren_testa h2{font-size:19px;font-weight:700;color:var(--text)}.pren_testa h2 a{color:inherit}.pren_testa h2 a:hover{color:var(--accent-cyan)}.pren_sala{font-size:14px;color:var(--accent-cyan);margin-top:3px}.pren_dati{display:flex;gap:26px;flex-wrap:wrap}.pren_dati span{display:inline-flex;align-items:center;gap:9px;font-size:14px;color:var(--text-muted)}.pren_dati svg{color:var(--text-dim)}.pren_piede{display:flex;align-items:center;justify-content:space-between;gap:16px;padding-top:6px;border-top:1px solid var(--surface-3)}.pren_codice{font-size:13px;letter-spacing:.05em;color:var(--text-muted);background:var(--surface-2);padding:5px 12px;border-radius:var(--radius-sm)}.pren_totale{font-size:18px;font-weight:700;color:var(--text)}.pren_totale em{font-style:normal;font-size:13px;font-weight:400;color:var(--text-muted)}.pren_azioni{display:flex;gap:10px;flex-wrap:wrap}.pren_azioni .mg-cta-fantasma{font-size:13px;padding:9px 16px}.mg-cta-fantasma.pericolo{color:#ff8b8b}.mg-cta-fantasma.pericolo:hover{background:#ff32322e}.mg-cta.pericolo{background:var(--danger);color:#fff}.mg-cta.pericolo:hover{background:#ff5c5c}.rimborso{background:var(--surface-2);border-radius:var(--radius-md);padding:18px}.rimborso p{font-size:14px;color:var(--text-muted);line-height:1.55}.rimborso_importo{display:flex;align-items:baseline;gap:12px;margin-top:14px;flex-wrap:wrap}.rimborso_importo span{font-size:13px;color:var(--text-muted)}.rimborso_importo strong{font-size:26px;color:var(--accent-green)}.rimborso_importo em{font-style:normal;font-size:12px;color:var(--text-dim)}.pref_griglia{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.mod_sottotitolo{margin-top:8px;font-size:15px;color:var(--text-muted)}.mod_griglia{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:24px;align-items:start}.acc_guscio{display:grid;grid-template-columns:300px minmax(0,1fr);gap:26px;align-items:start;padding-top:30px}.acc_menu{background:var(--surface-1);border-radius:var(--radius-lg);padding:24px 18px;display:flex;flex-direction:column;gap:6px;position:sticky;top:20px}.acc_menu h2{font-size:16px;font-weight:700;color:var(--text);margin-bottom:14px;padding-left:10px}.acc_menu hr{border:none;border-top:1px solid var(--surface-3);margin:10px 0}.acc_voce{position:relative;display:block;padding:13px 18px;border-radius:var(--radius-pill);color:var(--text-muted);font-size:14.5px;transition:background .2s ease,color .2s ease}.acc_voce:hover{background:var(--surface-2);color:var(--text)}.acc_voce.attiva{color:var(--text)}.acc_voce.attiva:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;padding:1.5px;background:var(--gradient);-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}.acc_pannello{background:#fff;border-radius:var(--radius-lg);padding:34px 38px 44px;color:#101010;min-height:520px}.acc_testa{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;margin-bottom:32px;flex-wrap:wrap}.acc_testa h1{font-size:27px;font-weight:700;color:#101010}.acc_testa p{font-size:14px;color:#5a5a5a;margin-top:6px}.acc_foto{display:flex;align-items:center;gap:14px}.acc_foto span{font-size:15px;font-weight:700;color:#101010}.acc_foto img{width:74px;height:74px;border-radius:50%}.acc_riga{display:grid;grid-template-columns:210px minmax(0,1fr) 90px;gap:16px;align-items:center;padding:18px 0;border-bottom:1px solid #EDEDED}.acc_etichetta{font-size:15px;font-weight:700;color:#101010}.acc_valore{display:flex;flex-direction:column;gap:4px}.acc_valore_testo{display:flex;align-items:center;gap:12px;font-size:15px;color:#333;flex-wrap:wrap}.acc_valore em{font-style:normal;font-size:12.5px;color:#7a7a7a}.acc_chip_verificata{display:inline-flex;align-items:center;gap:6px;padding:4px 12px;border-radius:var(--radius-pill);background:linear-gradient(90deg,#00ff6f,#3fcfff);color:#04250f;font-size:12.5px;font-weight:700}.acc_azione{justify-self:end;color:#1663d6;font-family:inherit;font-size:14px;text-decoration:underline;cursor:pointer}.acc_azione:hover{color:#0c43a0}.acc_riga_toggle{cursor:pointer}.acc_interruttore{justify-self:end;width:42px;height:22px;accent-color:#00C85A}.acc_carta{display:grid;grid-template-columns:210px minmax(0,1fr);gap:16px;padding:18px 0 26px}.acc_carta_dati p{display:flex;gap:14px;font-size:14px;color:#101010;padding:4px 0}.acc_carta_dati p span{width:130px;font-weight:700}@media screen and (max-width: 1100px){.pref_griglia{grid-template-columns:repeat(2,minmax(0,1fr))}.mod_griglia,.acc_guscio{grid-template-columns:minmax(0,1fr)}.acc_menu{position:static;flex-direction:row;flex-wrap:wrap}.acc_menu h2{width:100%}.acc_menu hr{display:none}}@media screen and (max-width: 899px){.pren_card{grid-template-columns:minmax(0,1fr)}.pren_foto{min-height:160px;max-height:200px}}@media screen and (max-width: 680px){.pref_griglia{grid-template-columns:minmax(0,1fr)}.acc_pannello{padding:22px 18px 30px}.acc_riga{grid-template-columns:minmax(0,1fr) auto;row-gap:6px}.acc_riga .acc_etichetta{grid-column:1 / -1}.acc_carta{grid-template-columns:minmax(0,1fr)}.acc_carta_dati p span{width:108px}.schede{width:100%}.scheda{flex:1;text-align:center;padding:10px 12px}}.dash_guscio{display:grid;grid-template-columns:290px minmax(0,1fr);gap:26px;align-items:start;padding-top:26px}.dash_menu{background:var(--surface-1);border-radius:var(--radius-lg);padding:24px 18px;display:flex;flex-direction:column;gap:6px;position:sticky;top:20px}.dash_menu h2{font-size:16px;font-weight:700;color:var(--text);padding-left:10px;margin-bottom:16px}.dash_elenco_testa{display:flex;align-items:center;justify-content:space-between;padding:8px 12px;color:var(--text-muted);font-family:inherit;font-size:14px;cursor:pointer;border-radius:var(--radius-sm)}.dash_elenco_testa:hover{background:var(--surface-2);color:var(--text)}.dash_elenco{background:var(--surface-3);border-radius:var(--radius-md);padding:8px;margin:6px 0 16px}.dash_radio{display:flex;align-items:center;gap:12px;padding:12px 10px;font-size:14px;color:var(--text-muted);cursor:pointer;border-radius:var(--radius-sm)}.dash_radio.attiva{color:var(--text)}.dash_radio input{accent-color:var(--accent-green);width:16px;height:16px}.dash_voci{display:flex;flex-direction:column;gap:4px}.dash_voce{position:relative;display:flex;align-items:center;gap:12px;padding:13px 18px;border-radius:var(--radius-pill);color:var(--text-muted);font-size:14.5px;transition:background .2s ease,color .2s ease}.dash_voce:hover{background:var(--surface-2);color:var(--text)}.dash_voce.attiva{color:var(--text)}.dash_voce.attiva:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;padding:1.5px;background:var(--gradient);-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}.dash_contenuto{min-width:0}.dash_testata{display:flex;justify-content:center;margin-bottom:18px}.dash_chip_struttura{display:inline-flex;align-items:center;gap:10px;padding:10px 22px;border-radius:var(--radius-pill);background:var(--accent-green);color:#04250f;font-size:15px;font-weight:700}.dash_chip_struttura.piccolo{padding:6px 16px;font-size:13px;margin-bottom:18px}.dash_sale{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:22px}.dash_sala{padding:10px 22px;border-radius:var(--radius-sm);border:1px solid var(--border);background:transparent;color:var(--text);font-family:inherit;font-size:14px;cursor:pointer;transition:background .2s ease}.dash_sala:hover{background:var(--surface-2)}.dash_sala.attiva{background:var(--surface-3);border-color:transparent;font-weight:700}.dash_card{background:var(--surface-1);border-radius:var(--radius-lg);padding:22px}.dash_card>header,.dash_card_testa{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:16px}.dash_card h3{font-size:18px;font-weight:700;color:var(--text)}.dash_card>header span{font-size:13px;color:var(--text-muted)}.dash_variazione{font-size:14px;font-weight:700;color:var(--accent-green)}.dash_variazione.negativa{color:var(--danger)}.dash_nota{font-size:12.5px;color:var(--text-dim);line-height:1.5;margin-top:12px}.dash_griglia{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(0,1fr);gap:22px;align-items:start}.dash_prenotazioni{grid-column:1}.dash_entrate{grid-column:2}.dash_calendario{grid-column:1;padding:0;background:transparent}.dash_visualizzazioni,.dash_prossima{grid-column:2}.grafico{width:100%;height:auto;display:block}.grafico_tacca{fill:#8a8a8a;font-size:9px;font-family:inherit}.grafico_etichetta{fill:#9a9a9a;font-size:9px;font-family:inherit}.sparkline{width:220px;height:92px;flex-shrink:0}.dash_banda_guadagno{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:11px 18px;border-radius:var(--radius-sm);background:linear-gradient(90deg,#00d9ff,#00ff6f);color:#04202b;margin-bottom:16px}.dash_banda_guadagno span{font-size:15px;font-weight:700}.dash_banda_guadagno strong{font-size:19px;font-weight:700}.dash_entrate_corpo{display:flex;gap:18px;align-items:flex-start;flex-wrap:wrap}.dash_incassi{list-style:none;flex:1;min-width:190px;max-height:130px;overflow-y:auto}.dash_incasso{display:flex;align-items:center;gap:12px;padding:5px 0;font-size:13.5px;color:var(--text-muted)}.dash_incasso strong{margin-left:auto;color:var(--accent-green);font-size:14px}.dash_incasso em{font-style:normal;color:var(--accent-green);font-weight:700}.dash_incasso.vuoto{color:var(--text-dim)}.dash_prossima_corpo{display:flex;flex-direction:column;gap:16px}.dash_cliente{display:flex;align-items:center;gap:14px;margin-bottom:6px}.dash_cliente strong{display:block;font-size:16px;color:var(--text)}.dash_cliente em{font-style:normal;font-size:12.5px;color:var(--text-muted)}.dash_cliente .chip_stato{margin-left:auto}.dash_iniziali{width:50px;height:50px;flex-shrink:0;border-radius:50%;background:linear-gradient(135deg,#00ff6f,#3fcfff);color:#04250f;font-weight:700;font-size:17px;display:flex;align-items:center;justify-content:center}.dash_prossima_dati{display:flex;gap:22px;flex-wrap:wrap}.dash_prossima_dati span{display:inline-flex;align-items:center;gap:9px;font-size:14.5px;color:var(--text)}.dash_prossima_dati svg{color:var(--text-muted)}.dash_importo{margin:14px 0;font-size:20px;font-weight:700;color:var(--text)}.dash_importo em{font-style:normal;font-size:12px;font-weight:400;color:var(--text-muted);margin-left:10px}.dash_prenotazioni_griglia{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:22px;align-items:start}.dash_dettaglio{display:flex;flex-direction:column}.dash_messaggio_titolo{font-size:14px;font-weight:700;color:var(--text);margin:14px 0 8px}.dash_messaggio{background:var(--surface-3);border-radius:var(--radius-sm);padding:14px;font-size:13.5px;line-height:1.55;color:var(--text-muted);white-space:pre-line}.dash_dettaglio_azioni{display:flex;gap:10px;margin-top:18px;flex-wrap:wrap}.dash_altre{margin-top:18px;border-top:1px solid var(--surface-3);padding-top:10px}.dash_altra{font-size:13px;color:var(--text-muted);padding:4px 0}.dash_galleria{display:flex;gap:14px;flex-wrap:wrap}.dash_foto{width:170px;height:130px;border-radius:var(--radius-sm);overflow:hidden;padding:0;border:2px solid transparent;cursor:pointer;background:var(--surface-2)}.dash_foto img{width:100%;height:100%;object-fit:cover;display:block}.dash_foto.attiva{border-color:var(--accent-cyan)}.dash_textarea{min-height:220px;resize:vertical;font-family:inherit;line-height:1.6}.dash_descrizione p{font-size:14.5px;line-height:1.65;color:var(--text-muted);margin-bottom:12px}.dash_servizi{display:flex;gap:10px;flex-wrap:wrap}.fisarmonica{display:flex;flex-direction:column;gap:12px}.fisarmonica_voce{background:var(--surface-2);border-radius:var(--radius-md);overflow:hidden}.fisarmonica_testa{width:100%;display:flex;align-items:center;justify-content:space-between;padding:18px 22px;color:var(--text);font-family:inherit;font-size:15px;cursor:pointer}.fisarmonica_nome{background:var(--surface-3);padding:6px 16px;border-radius:var(--radius-pill);font-weight:700;font-size:14px}.regole{padding:6px 22px 26px}.regole_titolo{font-size:17px;font-weight:700;color:var(--text);margin:22px 0 4px}.regole_nota{font-size:13.5px;color:var(--text-muted);margin-bottom:14px}.regole_tipi{display:flex;gap:14px;align-items:center;flex-wrap:wrap;margin-bottom:12px}.regole_tipi .mg-chip{background:var(--surface-1)}.regole_tipi .mg-chip:hover{background:var(--bg)}.regole_riga{display:flex;align-items:center;gap:20px;margin-bottom:14px;flex-wrap:wrap}.regole_riquadro{position:relative;flex:1;min-width:280px;max-width:520px;background:var(--surface-3);border-radius:var(--radius-sm);padding:16px 80px 16px 20px}.regole_riquadro.alto{padding-bottom:20px}.regole_riquadro strong{display:block;font-size:15px;color:var(--text);margin-bottom:4px}.regole_riquadro>span{display:block;font-size:13px;color:var(--text-muted);line-height:1.45}.regole_prezzo{position:absolute;right:16px;top:50%;transform:translateY(-50%);display:inline-flex;align-items:center;gap:3px;background:var(--surface-1);border:1px solid var(--border);border-radius:var(--radius-sm);padding:7px 10px;color:var(--text);font-size:14px}.regole_prezzo input{width:56px;background:transparent;color:var(--text);font-family:inherit;font-size:14px;border:none;text-align:right}.interruttore{position:absolute;right:16px;top:50%;transform:translateY(-50%);width:52px;height:28px;border-radius:var(--radius-pill);background:var(--surface-1);border:1px solid var(--border);cursor:pointer;transition:background .25s ease}.interruttore i{position:absolute;top:3px;left:3px;width:20px;height:20px;border-radius:50%;background:var(--text-dim);transition:transform .25s ease,background .25s ease}.interruttore.acceso{background:linear-gradient(90deg,#00e45f,#3fcfff);border-color:transparent}.interruttore.acceso i{transform:translate(24px);background:#fff}.regole_chiusure{display:flex;gap:10px;flex-wrap:wrap;margin-top:14px;align-items:center}.regole_chiusura{display:inline-flex;align-items:center;gap:8px;padding:7px 14px;border-radius:var(--radius-sm);background:var(--surface-1);border:1px solid var(--danger);color:var(--text);font-size:13px}.regole_chiusura button{color:var(--danger);cursor:pointer;font-size:13px}.regole_nuova_chiusura{display:inline-flex;align-items:center;gap:8px}.regole_nuova_chiusura input{background:var(--surface-1);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text);font-family:inherit;font-size:13px;padding:7px 10px}.tabella_sconti{width:100%;border-collapse:collapse}.tabella_sconti th{text-align:left;font-size:13px;color:var(--text-muted);padding-bottom:10px;font-weight:400}.tabella_sconti td{padding:8px 0;font-size:15px;color:var(--text)}.tabella_sconti td:last-child{text-align:right}.tabella_valore{display:inline-block;min-width:96px;padding:9px 20px;border-radius:var(--radius-sm);background:var(--surface-3);text-align:center;font-weight:500}@media screen and (max-width: 1200px){.dash_griglia{grid-template-columns:minmax(0,1fr)}.dash_prenotazioni,.dash_entrate,.dash_calendario,.dash_visualizzazioni,.dash_prossima{grid-column:1}.dash_prenotazioni_griglia{grid-template-columns:minmax(0,1fr)}}@media screen and (max-width: 1000px){.dash_guscio{grid-template-columns:minmax(0,1fr)}.dash_menu{position:static}.dash_voci{flex-direction:row;flex-wrap:wrap}}@media screen and (max-width: 680px){.dash_card{padding:16px}.regole{padding:6px 14px 20px}.regole_riquadro{min-width:0;padding-right:74px}.dash_foto{width:130px;height:100px}.sparkline{width:100%}}.statica{max-width:800px;padding-top:40px}.statica h1{margin-bottom:22px}.statica>p{font-size:16px;line-height:1.7;color:var(--text-muted);margin-bottom:18px}.statica_sottotitolo{margin:38px 0 18px}.statica_nota{margin-top:34px;font-size:13px;color:var(--text-dim)}.statica_faq{background:var(--surface-1);border-radius:var(--radius-md);padding:16px 20px;margin-bottom:12px}.statica_faq summary{cursor:pointer;font-size:15.5px;font-weight:700;color:var(--text);list-style:none}.statica_faq summary::-webkit-details-marker{display:none}.statica_faq summary:before{content:"+ ";color:var(--accent-cyan)}.statica_faq[open] summary:before{content:"− "}.statica_faq p{margin-top:12px;font-size:14.5px;line-height:1.65;color:var(--text-muted)}.statica_passi{list-style:none;counter-reset:passo;margin:24px 0 34px}.statica_passi li{counter-increment:passo;display:flex;flex-direction:column;gap:3px;padding:14px 0 14px 44px;position:relative;border-bottom:1px solid var(--surface-2)}.statica_passi li:before{content:counter(passo);position:absolute;left:0;top:14px;width:28px;height:28px;border-radius:50%;background:var(--surface-3);color:var(--text);font-size:13px;font-weight:700;display:flex;align-items:center;justify-content:center}.statica_passi strong{font-size:15.5px;color:var(--text)}.statica_passi span{font-size:14px;color:var(--text-muted)}.statica_riquadro{background:var(--surface-1);border-radius:var(--radius-lg);padding:26px}.statica_riquadro h2{font-size:19px;font-weight:700;color:var(--text);margin-bottom:10px}.statica_riquadro p{font-size:14.5px;line-height:1.65;color:var(--text-muted);margin-bottom:18px}.demobar{position:fixed;left:0;right:0;bottom:0;z-index:150;background:#121212f0;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-top:1px solid var(--surface-3);padding:0 16px 12px}.demobar_maniglia{display:block;margin:0 auto;transform:translateY(-1px);padding:5px 18px;background:#121212f0;border:1px solid var(--surface-3);border-bottom:none;border-radius:12px 12px 0 0;color:var(--text-muted);font-family:inherit;font-size:12px;letter-spacing:.03em;cursor:pointer}.demobar_maniglia:hover{color:var(--text)}.demobar.chiusa{background:transparent;border-top:none;padding-bottom:0}.demobar_corpo{display:flex;align-items:flex-start;gap:28px;flex-wrap:wrap;max-width:1200px;margin:0 auto;padding:6px 0 2px}.demobar_gruppo{display:flex;flex-direction:column;gap:8px}.demobar_etichetta{font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:var(--text-dim)}.demobar_scelte{display:flex;gap:8px;flex-wrap:wrap}.demobar_pill{padding:7px 14px;border-radius:var(--radius-pill);background:var(--surface-2);color:var(--text-muted);font-family:inherit;font-size:12.5px;cursor:pointer;white-space:nowrap;transition:background .2s ease,color .2s ease}.demobar_pill:hover{background:var(--surface-3);color:var(--text)}.demobar_pill.attiva{background:var(--accent-cyan);color:#000;font-weight:700}.demobar_pill.pericolo{background:#ff323233;color:#ff8b8b;font-weight:700}.demobar_nota{position:fixed;left:50%;bottom:108px;transform:translate(-50%);z-index:160;padding:10px 18px;border-radius:var(--radius-pill);background:var(--surface-3);color:var(--text);font-size:13px;box-shadow:0 8px 24px #00000080}@media screen and (max-width: 680px){.demobar_corpo{gap:14px;max-height:42vh;overflow-y:auto}.demobar_pill{font-size:11.5px;padding:6px 11px}.demobar_nota{bottom:150px;font-size:12px}}
