body{background-image:url(/assets/images/sfondosito.png);background-repeat:no-repeat;background-size:cover;background-position:center;background-attachment:fixed}body.theme-default{background-image:url(/assets/images/sfondosito.png);background-repeat:no-repeat;background-size:cover;background-position:center}body.theme-cafe{background-image:url(/assets/images/sfondo_caffe2.png);background-repeat:no-repeat;background-size:cover;background-position:center}body.theme-latte{background-image:url(/assets/images/sfondo_latte.png);background-repeat:no-repeat;background-size:cover;background-position:center}body.theme-cappuccino{background-image:url(/assets/images/sfondo_cappuccino.png);background-repeat:no-repeat;background-size:cover;background-position:center}.mobile-bg{position:absolute;top:0;right:0;bottom:0;left:0;background-image:url(/assets/background.jpg);background-size:cover;background-position:center;filter:blur(6px) brightness(.5);z-index:0}.promotions-manage-page{min-height:100vh;background-image:url(/assets/images/sfondo_caffe.png);background-repeat:no-repeat;background-size:cover;background-position:center;color:#fff;display:flex;flex-direction:column;position:relative}.promotion-active-page{min-height:100vh;background-image:url(/assets/images/sfondo_caffe.png);background-repeat:no-repeat;background-size:cover;background-position:center;color:#fff;display:flex;flex-direction:column}.promotion-history-page-main{min-height:100vh;background-image:url(/assets/images/sfondo_caffe.png);background-repeat:no-repeat;background-size:cover;background-position:center;color:#fff;display:flex;flex-direction:column;align-items:center;padding:20px;text-align:center;background-color:#000c}.promotion-detail-page-main{min-height:100vh;background-image:url(/assets/images/sfondo_caffe.png);background-repeat:no-repeat;background-size:cover;background-position:center;color:#fff;display:flex;flex-direction:column;align-items:center;padding:20px;text-align:center;position:relative}.header-contact-desktop{display:flex}.header-contact-mobile{display:none!important}.header-icon-button{background:none;border:none;cursor:pointer;color:#fff;display:flex;align-items:center;padding:0}.header-globe-icon,.header-chevron-icon{width:clamp(20px,5vw,28px);height:clamp(20px,5vw,28px)}.header-login-text{color:#fff;font-size:clamp(14px,3.5vw,20px);font-weight:500}.auth-layout-logo{height:clamp(45px,12vw,85px);object-fit:contain;max-width:min(200px,60vw)}.logo-wrapper-inline{position:relative;z-index:2;flex-shrink:0}.heart-container-inline{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:3}.hero-heart-icon-inline{width:clamp(30px,8vw,50px);height:clamp(30px,8vw,50px)}.rotating-border-inline{width:clamp(50px,12vw,80px);height:clamp(45px,11vw,70px);position:relative;border-radius:50%;overflow:visible}.rotating-border-inline:before{content:"";position:absolute;top:-3px;left:-3px;right:-3px;bottom:-3px;background:conic-gradient(from 0deg,transparent 0%,rgba(237,192,96,.4) 25%,rgba(237,192,96,.8) 50%,rgba(237,192,96,.4) 75%,transparent 100%);border-radius:50%;animation:rotate 3s linear infinite;z-index:1}.border-content-inline{width:100%;height:100%;background:transparent;border-radius:50%;position:relative;z-index:2}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.auth-hero-texts{position:absolute;top:clamp(40px,8vh,80px)!important;left:50%;transform:translate(-50%);z-index:200!important;display:flex;flex-direction:row;align-items:center;gap:30px;width:min(95%,1200px);padding:clamp(30px,5vh,50px) clamp(30px,5vw,50px);background:#1a3a5fcc;background-image:linear-gradient(to right,rgba(0,0,0,.1) 0%,transparent 15%,transparent 85%,rgba(0,0,0,.1) 100%),linear-gradient(to bottom,rgba(0,0,0,.05) 0%,transparent 10%,transparent 90%,rgba(0,0,0,.05) 100%);background-blend-mode:overlay;border-radius:20px;box-shadow:0 8px 32px #0000004d;border:3px solid #EDC060;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);opacity:1;clip-path:polygon(0 0,0 0,0 100%,0 100%);animation:containerReveal 1s ease-out forwards;overflow:hidden}.hero-video-side{width:300px;max-width:30vw;height:auto;border-radius:20px;box-shadow:0 8px 32px #0000004d;opacity:0;transform:translate(-30px);animation:videoSlideIn .8s ease-out .3s forwards;flex-shrink:0}.auth-hero-texts-content{flex:1;display:flex;flex-direction:column;align-items:center;gap:clamp(8px,2vh,16px);min-width:0}@keyframes videoSlideIn{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes containerReveal{0%{clip-path:polygon(0 0,0 0,0 100%,0 100%);transform:translate(-50%)}50%{clip-path:polygon(0 0,50% 0,50% 100%,0 100%);transform:translate(-50%)}to{clip-path:polygon(0 0,100% 0,100% 100%,0 100%);transform:translate(-50%)}}.hero-title{font-size:clamp(32px,8.5vw,64px);font-weight:700;line-height:1.1;text-align:center;color:#fff;margin:0;padding:0;max-width:100%;text-wrap:balance;opacity:0;transform:translateY(20px);animation:textFadeInUp .6s ease-out 1.2s forwards;display:flex;align-items:center;justify-content:center;gap:12px;flex-wrap:wrap}.hero-logo-inline{height:2.2em;width:auto;max-width:500px;object-fit:contain;vertical-align:middle;display:inline-block}@keyframes textFadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.hero-connect-line{display:flex;align-items:center;justify-content:flex-start;gap:clamp(6px,2vw,12px);margin:clamp(-8px,-1vh,-4px) 0 clamp(4px,1vh,8px) 0;padding-left:clamp(50px,10vw,100px);opacity:0;transform:translateY(20px);animation:textFadeInUp .6s ease-out 1.4s forwards;flex-wrap:wrap;width:100%;align-self:flex-start}.hero-sparkles-icon{width:clamp(20px,6vw,36px);height:clamp(20px,6vw,36px);flex-shrink:0}.hero-connect-text{font-family:Playfair Display,serif;font-size:clamp(24px,6.5vw,42px);color:#fff;font-weight:600;line-height:1.1;text-align:center;opacity:0;transform:translateY(20px);animation:textFadeInUp .6s ease-out 1.4s forwards}.hero-subtitle{font-size:clamp(18px,5vw,28px);line-height:1.15;text-align:center;color:#fff;margin:0;padding:0;max-width:100%;font-weight:400;text-wrap:balance;opacity:0;transform:translateY(20px);animation:textFadeInUp .6s ease-out 1.6s forwards}.hero-download-text{position:absolute;top:clamp(540px,82vh,700px);left:50%;transform:translate(-50%);z-index:3;color:#fff;font-size:clamp(15px,4vw,26px);font-weight:600;padding:0 clamp(15px,4vw,25px);text-align:center;width:min(90%,520px);line-height:1.3}.auth-login-container{position:absolute;top:60px;right:20px;z-index:99;max-width:400px;width:auto;padding:20px;background:#222222f2;border-radius:12px;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);box-shadow:0 0 20px #00000080}.auth-login-container.not-login{background:#222c}.auth-contact-container{position:absolute;top:60px;right:20px;z-index:99;max-width:500px;width:auto;padding:20px;background:#1a3a5ff2;border-radius:12px;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);box-shadow:0 0 20px #00000080;animation:fadeInDown .3s ease-out}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.contact-form-header{display:flex;flex-direction:column;gap:20px}.auth-avatar-animated{position:absolute;width:clamp(50px,12vw,80px);height:clamp(50px,12vw,80px);border-radius:50%;transition:opacity 1s ease-in-out;z-index:2}.auth-avatar-animated img{width:100%;height:100%;object-fit:cover;object-position:center center;border-radius:50%}@media (min-width: 1024px){.auth-hero-texts{top:clamp(40px,8vh,80px)!important;gap:20px}.hero-title{white-space:nowrap}.hero-download-text{top:88vh}}@media (max-width: 768px){.auth-hero-texts{top:clamp(40px,8vh,80px)!important;gap:clamp(12px,3vh,20px);flex-direction:row!important}.hero-video-side{width:250px;max-width:80vw}.hero-title{font-size:clamp(38px,10vw,70px)}.hero-connect-text{font-size:clamp(26px,7vw,44px)}.hero-sparkles-icon{width:clamp(24px,7vw,40px);height:clamp(24px,7vw,40px)}.hero-download-text{top:clamp(490px,78vh,640px)}.auth-login-container{top:55px;right:8px;left:8px;max-width:calc(100% - 16px);width:auto;padding:16px;margin:0 auto;z-index:101!important}}@media (max-width: 480px){.auth-hero-texts{top:clamp(40px,8vh,80px)!important;gap:clamp(10px,2.5vh,16px)}.hero-title{font-size:clamp(42px,11vw,75px)}.hero-connect-text{font-size:clamp(28px,7.5vw,46px)}.hero-sparkles-icon{width:clamp(26px,7.5vw,42px);height:clamp(26px,7.5vw,42px)}.hero-download-text{top:clamp(450px,75vh,580px)}.auth-login-container{top:50px;padding:12px}.auth-contact-container{top:50px;right:10px;max-width:calc(100% - 20px);padding:12px}}@media (hover: none) and (pointer: coarse){.header-icon-button{min-width:44px;min-height:44px;display:flex;align-items:center;justify-content:center}}@media (prefers-contrast: high){.hero-title,.hero-subtitle,.hero-connect-text,.hero-download-text,.header-login-text{text-shadow:0 0 8px rgba(0,0,0,.9)}}.scroll-arrow-indicator{position:fixed;bottom:clamp(100px,18vh,180px);left:50%;transform:translate(-50%);z-index:300!important;display:flex!important;align-items:center;justify-content:center;pointer-events:none;opacity:0}.scroll-arrow-indicator.visible{opacity:1!important;animation:arrowFadeIn .8s ease-out 2s forwards,arrowBounce 2s ease-in-out 2.8s infinite}.scroll-arrow-indicator.hidden{opacity:0!important;animation:none;display:none!important}.scroll-arrow-icon{color:#edc060;filter:drop-shadow(0 2px 8px rgba(0,0,0,.5));cursor:pointer;transition:transform .3s ease;pointer-events:auto}.scroll-arrow-icon:hover{transform:scale(1.2)}@keyframes arrowBounce{0%,to{transform:translate(-50%) translateY(0);opacity:1}50%{transform:translate(-50%) translateY(15px);opacity:.8}}@keyframes arrowFadeIn{0%{opacity:0}to{opacity:1}}.home-avatar-section{display:flex;flex-direction:row;align-items:center;justify-content:center;width:100%;padding:10px 0;position:relative;min-height:200px;height:200px;max-height:200px;gap:10px;overflow-anchor:none;contain:layout style size;will-change:auto}.home-avatar-button{background:none;border:none;padding:0;cursor:pointer;margin:0;flex-shrink:0}.home-avatar{width:180px!important;height:180px!important;min-width:180px!important;min-height:180px!important;max-width:180px!important;max-height:180px!important;border-radius:50%!important;object-fit:cover!important;aspect-ratio:1 / 1!important;display:block!important}.home-avatar--loading{width:180px;height:180px;background-color:#333;display:flex;justify-content:center;align-items:center;color:#fff;margin-left:120px;border-radius:50%}.home-user-info{flex:0 1 auto;display:flex;flex-direction:column;align-items:center;justify-content:center;min-width:300px;max-width:400px;width:300px;min-height:24px;height:auto;position:relative;overflow-anchor:none;contain:layout style;will-change:auto}.home-user-info-line{display:flex;align-items:center;justify-content:center;gap:4px;width:300px;min-width:300px;max-width:300px;height:24px;white-space:nowrap;contain:layout style}.home-user-name{display:inline-block;min-width:80px;width:80px;height:24px;line-height:24px;text-align:center;white-space:nowrap;contain:layout style}.home-user-name:empty,.home-user-name:not(:has(*)){visibility:hidden}.home-user-separator{color:gold;margin:0 2px;display:inline-block;width:8px;min-width:8px;max-width:8px;height:24px;line-height:24px;text-align:center;contain:layout style}.home-user-age{color:gold;font-size:14px;display:inline-block;width:60px;min-width:60px;max-width:60px;height:24px;line-height:24px;text-align:center;contain:layout style}.home-user-city{color:#fff;font-size:14px;opacity:.9;display:inline-block;width:auto;min-width:auto;max-width:none;height:24px;line-height:24px;text-align:center;contain:layout style}.home-user-city-line{display:flex;align-items:center;justify-content:center;width:100%;margin-top:4px;height:24px}.home-heart{display:flex;align-items:center;justify-content:center;flex-shrink:0;margin:0;width:60px;height:60px}.home-badge-container{display:flex;justify-content:center;align-items:center;margin-top:0;margin-bottom:8px}.home-badge{background-color:#0006;border-radius:24px;padding:6px 12px}.home-badge__text{color:#fff;text-align:center}.home-cup-container{display:flex;justify-content:center;width:100%;margin-top:8px}.home-cup-button{margin-top:0;align-items:center;justify-content:center;background:none;border:none;padding:0;cursor:pointer;width:220px;height:220px}.home-cup-wrapper{width:220px;height:220px;position:relative;display:flex;align-items:center;justify-content:center}.home-spoon{width:314px;height:125.6px;object-fit:contain;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:2;transition:transform 1.4s linear}.home-spoon--rotating{animation:rotateSpoon 1.4s linear}@keyframes rotateSpoon{0%{transform:translate(-50%,-50%) rotate(0)}to{transform:translate(-50%,-50%) rotate(360deg)}}.home-cup{width:112.5px;height:112.5px;object-fit:contain;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1}.home-results{margin-top:20px;flex:1;width:100%;display:flex;flex-direction:column;align-items:center}.home-loading{margin:20px 0;color:#fff}.user-grid{display:flex;flex-wrap:wrap;gap:16px;justify-content:center;align-items:center;width:100%;padding-bottom:50px}.user-card{width:140px;height:160px;margin:8px;background-color:#000c;border-radius:16px;padding:16px 12px;border:2px solid rgba(255,255,255,.3);cursor:pointer;color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;transition:all .3s ease;box-shadow:0 4px 12px #0000004d}.user-card:hover{transform:translateY(-4px);box-shadow:0 8px 20px #0006;border-color:#fff9}.user-card__avatar{width:70px;height:70px;border-radius:35px;margin-bottom:8px;border:2px solid #fff;object-fit:cover}.user-card__name{font-size:12px;text-align:center;font-weight:500;line-height:1.2}.user-card__distance{font-size:11px;text-align:center;color:#00bfff;margin-top:2px}.home-empty{font-size:15px;margin:2px 0;text-align:center;color:#fff}.switch-container{display:flex;align-items:center;gap:4px}.switch-label{color:#fff;font-size:16px;margin-right:0;line-height:16px;height:16px;display:flex;align-items:center}.switch-toggle{position:relative;display:inline-flex;align-items:center;justify-content:center;width:32px;height:16px;cursor:pointer;flex-shrink:0}.switch-toggle input{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;opacity:0;cursor:pointer;z-index:1}.switch-slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#767577;transition:.3s;border-radius:16px}.switch-slider:before{position:absolute;content:"";height:12px;width:12px;left:2px;bottom:2px;background-color:#f4f3f4;transition:.3s;border-radius:50%}.switch-toggle input:checked+.switch-slider{background-color:red}.switch-toggle input:checked+.switch-slider:before{transform:translate(16px);background-color:#fff}.switch-toggle:hover .switch-slider{opacity:.9}.switch-container{user-select:none;-webkit-user-select:none}.switch-container label{display:inline-flex;align-items:center;margin:0}.bar-detail-container{padding:20px;max-width:1200px;margin:0 auto;font-family:Inter,sans-serif;color:#e5e7eb;background-color:#0f172a;min-height:100vh}.back-button{background-color:#1f2937;color:#e5e7eb;border:1px solid #374151;padding:10px 15px;border-radius:8px;cursor:pointer;font-size:16px;margin-bottom:20px;transition:background-color .2s}.back-button:hover{background-color:#374151}.content-wrapper{display:grid;grid-template-columns:1fr 1fr;gap:30px}.page-title{grid-column:span 2;font-size:28px;font-weight:800;margin-bottom:20px;color:#22d3ee}.section{background-color:#111827;border:1px solid #1f2937;border-radius:12px;padding:20px;margin-bottom:20px}.section h2{font-size:20px;font-weight:700;margin-top:0;margin-bottom:15px;color:#e0b74f}.preview-logo-display{width:220px!important;height:140px!important;object-fit:cover!important;border-radius:0!important;border:1px solid #334155!important;margin-bottom:15px!important}input[type=file]{display:block;margin-top:10px;color:#e5e7eb}input[type=text],input[type=number],textarea{width:100%;padding:10px 12px;border-radius:8px;border:1px solid #334155;background-color:#0b1220;color:#e5e7eb;font-size:16px;margin-bottom:10px}textarea{resize:vertical}.photos-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:10px;margin-bottom:15px}.photo-item{position:relative;width:150px;height:140px;overflow:hidden;border-radius:8px;border:1px solid #334155;display:flex;flex-direction:column}.photo-item img{width:100%;height:100px;object-fit:cover;flex-shrink:0}.photo-item button{position:relative;top:auto;right:auto;background-color:#ef4444cc;color:#fff;border:none;border-radius:4px;width:100%;height:30px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:12px;line-height:1;padding:4px 8px;margin-top:5px}.setting-item{display:flex;align-items:center;margin-bottom:10px;font-size:16px}.setting-item input[type=checkbox]{margin-right:10px;width:20px;height:20px}.buttons-container{grid-column:span 2;display:flex;justify-content:flex-end;gap:10px;margin-top:20px}.save-button{background-color:#22c55e;color:#fff;border:none;padding:12px 25px;border-radius:8px;cursor:pointer;font-size:18px;font-weight:600;transition:background-color .2s}.save-button:hover:not(:disabled){background-color:#16a34a}.save-button:disabled{background-color:#6b7280;cursor:not-allowed}.btn{background-color:#3b82f6;color:#fff;border:none;padding:10px 20px;border-radius:8px;cursor:pointer;font-size:16px;font-weight:600;transition:background-color .2s;margin-top:10px}.btn:hover:not(:disabled){background-color:#2563eb}.btn:disabled{background-color:#6b7280;cursor:not-allowed}.btn-primary{background-color:#3b82f61a;border:2px solid #3b82f6;color:#fff}.btn-primary:hover:not(:disabled){background-color:#3b82f633;border:2px solid #3b82f6;color:#fff}.btn-success{background-color:#00ff001a;border:2px solid #008000;color:#fff}.btn-success:hover:not(:disabled){background-color:#0f03;border:2px solid #008000;color:#fff}.btn-disabled{background-color:#6b7280;cursor:not-allowed}.loading{color:#e5e7eb;text-align:center;padding:50px;font-size:20px}.preview-section{grid-column:2 / 3;grid-row:1 / span 5;background-color:#000;border-radius:12px;overflow:hidden;position:sticky;top:20px;max-height:90vh;display:flex;flex-direction:column}.preview-header{padding:15px;background-color:#1a202c;text-align:center;font-weight:700;border-bottom:1px solid #2d3748}.preview-content{flex-grow:1;overflow-y:auto;padding:15px}.preview-logo-display{width:100px;height:60px;border-radius:8px;object-fit:cover;margin:0 auto 15px;display:block;border:2px solid #e0b74f}.preview-title{font-size:24px;font-weight:700;text-align:center;margin-bottom:10px;color:#e5e7eb}.preview-description{font-size:14px;color:#94a3b8;text-align:center;margin-bottom:20px}.preview-no-content{text-align:center;color:#94a3b8;font-style:italic;margin-top:20px}.preview-promo-toggle{background-color:#e0b74f;color:#0f172a;border:none;padding:10px 15px;border-radius:8px;cursor:pointer;font-weight:700;display:block;width:fit-content;margin:20px auto 0}.preview-promo-toggle.active{background-color:#22c55e;color:#fff}.preview-section .carousel-container{overflow:hidden;padding:0}.preview-section .carousel-row,.preview-section .carousel-track{display:flex;gap:0;transition:none;will-change:transform;backface-visibility:hidden}.preview-section .carousel-image{aspect-ratio:auto;width:unset;height:unset;flex:0 0 auto;object-fit:cover;object-position:center;display:block}.preview-section .carousel-container{background-color:#000!important;padding:0!important;height:150px!important;max-height:150px!important}.custom-scrollbar{scrollbar-width:thin;scrollbar-color:#666 #f1f1f1}.custom-scrollbar::-webkit-scrollbar{height:8px}.custom-scrollbar::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.custom-scrollbar::-webkit-scrollbar-thumb{background:#666;border-radius:4px}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background:#555}.container{max-width:2000px;margin:20px auto;padding:20px;background:#000c;border-radius:12px}.header{background:linear-gradient(135deg,#2c3e50,#34495e);padding:20px;border-radius:12px;margin-bottom:20px;box-shadow:0 4px 15px #0000004d}.header-content{display:flex;justify-content:space-between;align-items:center}.header h1{color:#fff;margin:0;font-size:28px;font-weight:700}.header-actions{display:flex;gap:10px}.btn-icon{background:#3498db33;border:2px solid #3498db;color:#fff;padding:10px;border-radius:8px;cursor:pointer;transition:all .3s ease}.btn-icon:hover{background:#3498db4d;transform:translateY(-2px)}.content{display:flex;flex-direction:column;gap:30px}.section{background:#2c3e50e6;padding:25px;border-radius:12px;box-shadow:0 4px 15px #0003}.section h2{color:#fff;margin:0 0 20px;font-size:22px;font-weight:600;border-bottom:2px solid #3498db;padding-bottom:10px}.employee-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:15px}.employee-card{background:#34495ecc;border:2px solid transparent;border-radius:12px;padding:20px;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:15px}.employee-card:hover{background:#34495ee6;transform:translateY(-2px);box-shadow:0 6px 20px #0000004d}.employee-card.selected{border-color:#3498db;background:#3498db1a}.employee-avatar{width:50px;height:50px;border-radius:50%;overflow:hidden;flex-shrink:0}.employee-avatar img{width:100%;height:100%;object-fit:cover}.avatar-placeholder{width:100%;height:100%;background:#3498db;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:20px}.employee-info h3{color:#fff;margin:0 0 5px;font-size:18px;font-weight:600}.employee-info p{color:#bdc3c7;margin:0;font-size:14px}.calendar-controls{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;padding:15px;background:#34495e99;border-radius:8px}.current-month{color:#fff;font-size:18px;font-weight:600}.btn-secondary{background:#e74c3c33;border:2px solid #e74c3c;color:#fff;padding:10px 20px;border-radius:8px;cursor:pointer;font-weight:600;transition:all .3s ease}.btn-secondary:hover{background:#e74c3c4d;transform:translateY(-1px)}.calendar-grid{background:#2c3e5099;border-radius:8px;padding:20px;min-height:400px;display:grid;grid-template-columns:repeat(7,1fr);gap:5px}.calendar-grid p{color:#bdc3c7;font-size:16px;text-align:center}.calendar-weekday-header{color:#95a5a6;font-size:12px;font-weight:700;text-align:center;padding:8px 0;background-color:#34495e;border-radius:4px}.overtime-section{background:#2c3e5099;border-radius:8px;padding:20px;min-height:200px;display:flex;align-items:center;justify-content:center}.overtime-section p{color:#bdc3c7;font-size:16px;text-align:center}.employee-info{background:#3498db1a;border:2px solid #3498db;border-radius:12px;padding:20px;margin-bottom:20px}.employee-info h2{color:#fff;margin:0 0 10px;font-size:24px;font-weight:600}.employee-info p{color:#bdc3c7;margin:0;font-size:16px}.error-message,.loading{text-align:center;padding:40px;background:#2c3e50e6;border-radius:12px;margin:20px 0}.error-message h2,.loading h2{color:#e74c3c;margin:0 0 15px;font-size:24px}.error-message p,.loading p{color:#bdc3c7;margin:0 0 20px;font-size:16px}.btn-primary{background:#27ae60;color:#fff;padding:12px 24px;border:none;border-radius:8px;cursor:pointer;font-weight:600;font-size:16px;transition:all .3s ease}.btn-primary:hover{background:#229954;transform:translateY(-1px)}@media (max-width: 768px){.container{padding:15px;margin:10px}.employee-list{grid-template-columns:1fr}.calendar-controls{flex-direction:column;gap:15px}.header-content{flex-direction:column;gap:15px;text-align:center}}:root{--header-h: 85px;--footer-h: 70px;--color-background-card: rgba(40, 40, 40, .8);--color-background-card-hover: rgba(50, 50, 50, .9);--color-text-primary: #fff;--color-text-title: #fff;--color-text-secondary: #ccc;--color-text-tertiary: #aaa;--shadow-card: 0 4px 10px rgba(0, 0, 0, .3);--color-accent-selected: rgba(237, 192, 96, .6);--color-accent-dark: rgba(237, 192, 96, 1);--color-primary: #007bff;--color-primary-dark: #0056b3;--color-error: #dc3545;--color-error-dark: #c82333}html,body,#root{height:100%;margin:0;width:100%;max-width:100%;overflow-x:hidden}body{overflow:hidden}body.auth-page-scroll{overflow-y:auto!important;overflow-x:hidden!important;height:100%!important;position:relative!important;scrollbar-width:thin;scrollbar-color:#EDC060 rgba(0,0,0,.2)}body.auth-page-scroll::-webkit-scrollbar{width:12px}body.auth-page-scroll::-webkit-scrollbar-track{background:#0003;border-radius:10px}body.auth-page-scroll::-webkit-scrollbar-thumb{background:#edc060;border-radius:10px;border:2px solid rgba(0,0,0,.2)}body.auth-page-scroll::-webkit-scrollbar-thumb:hover{background:#d4a850}html.auth-page-scroll{overflow:hidden!important;height:100%!important}#root.auth-page-scroll{overflow:visible!important;height:auto!important;min-height:100%!important}body{background-image:url(/assets/images/sfondosito.png);background-repeat:no-repeat;background-size:cover;background-position:center;background-attachment:fixed}body.theme-default{background-image:url(/assets/images/sfondosito.png);background-repeat:no-repeat;background-size:cover;background-position:center}body.theme-cafe{background-image:url(/assets/images/sfondo_caffe2.png);background-repeat:no-repeat;background-size:cover;background-position:center}body.theme-latte{background-image:url(/assets/images/sfondo_latte.png);background-repeat:no-repeat;background-size:cover;background-position:center}body.theme-cappuccino{background-image:url(/assets/images/sfondo_cappuccino.png);background-repeat:no-repeat;background-size:cover;background-position:center}.app-shell{height:100%;display:grid;grid-template-rows:var(--header-h) 1fr var(--footer-h);overflow:hidden}.app-header{height:var(--header-h)}.header-bar{height:100%;display:flex;align-items:center;justify-content:space-between;padding:0 clamp(8px,3vw,24px);box-sizing:border-box;background:#0f0f0f;color:#fff}.header-logo-container{display:flex;align-items:center;gap:10px}.header-logo-image{height:clamp(60px,15vw,100px);width:auto;max-width:100%}.bar-logo-image{height:clamp(50px,12vw,80px);width:auto;max-width:clamp(80px,20vw,120px);border-radius:0;object-fit:contain;margin-left:clamp(5px,2vw,10px)}.app-content{min-height:0;overflow-y:auto;overflow-x:hidden;position:relative;background-color:transparent}.app-footer{height:var(--footer-h)}.bottom-nav{height:100%;width:100%;display:flex;align-items:center;justify-content:space-around;gap:24px;background:#0f0f0f;color:#fff;box-sizing:border-box}.bottom-link{text-decoration:none;color:#fff;display:flex;flex-direction:column;align-items:center;min-width:72px;font-size:13px;opacity:.85}.bottom-link.active{opacity:1;color:#22c55e}.bottom-icon{width:24px;height:24px;color:inherit}.bottom-link.active .bottom-icon{filter:brightness(0) saturate(100%) invert(47%) sepia(99%) saturate(413%) hue-rotate(85deg) brightness(97%) contrast(98%)}.page{position:relative;min-height:100%}.page-bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.page-content{position:relative;z-index:1}.panel{max-width:720px;width:95%;padding:clamp(12px,3vw,20px);background:#222c;color:#fff;border-radius:12px;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);box-shadow:0 0 20px #00000080;margin:0 auto}.row{display:flex;gap:clamp(8px,2vw,12px);margin-bottom:12px;align-items:center;flex-wrap:wrap}.input{flex:1;min-width:200px;padding:clamp(6px,1.5vw,8px) clamp(8px,2vw,10px);border-radius:8px;border:1px solid #444;background:#111!important;background-color:#111!important;color:#fff;font-size:clamp(14px,2.5vw,16px)}.btn{padding:clamp(8px,2vw,10px) clamp(10px,2.5vw,14px);border-radius:8px;border:0;background:#444;color:#fff;cursor:pointer;font-size:clamp(14px,2.5vw,16px);min-height:44px;white-space:nowrap}.btn.primary{background:#6b3b1f}.welcome-root{position:relative;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#000;color:#fff}.menu-button{position:absolute;top:12px;right:12px;z-index:101;background:transparent;color:#fff;border:0;font-size:20px;padding:8px}.logo-wrapper{position:relative;z-index:2;display:flex;align-items:center;justify-content:center;margin-bottom:18px}.rotating-border{position:absolute;width:250px;height:200px;border-radius:20px;display:flex;align-items:center;justify-content:center;animation:rot 8s linear infinite;z-index:1}.border-content{width:95%;height:95%;border:2px solid rgba(255,255,255,.12);border-radius:18px}@keyframes rot{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.welcome-texts{z-index:2;text-align:center;margin-top:10px;padding:0 20px}.welcome-title{font-size:40px;margin:6px 0 0}.welcome-subtitle{font-size:32px;margin:6px 0 0}.welcome-desc{font-size:20px;opacity:.9;margin-top:40px}.welcome-actions{z-index:2;display:flex;flex-direction:column;gap:12px;width:80%;max-width:420px;position:absolute;bottom:40px}.btn.big{padding:12px 16px;font-size:18px;border-radius:14px;background:#6b3b1f;color:#fff;border:0;cursor:pointer}.welcome-top-animated-banner{width:100%;max-width:1400px;margin:0 auto;margin-top:-45vh;margin-bottom:40px;padding:clamp(30px,5vh,50px) clamp(30px,5vw,50px);text-align:center;z-index:50;position:relative;min-height:80px;display:flex;align-items:center;justify-content:center;background:#1a3a5fcc;background-image:linear-gradient(to right,rgba(0,0,0,.1) 0%,transparent 15%,transparent 85%,rgba(0,0,0,.1) 100%),linear-gradient(to bottom,rgba(0,0,0,.05) 0%,transparent 10%,transparent 90%,rgba(0,0,0,.05) 100%);background-blend-mode:overlay;border-radius:20px;box-shadow:0 4px 20px #0000004d;border:3px solid #EDC060;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.animated-banner-text{font-size:clamp(28px,5vw,42px);font-weight:700;text-align:center;color:#fff;margin:0;padding:0;text-shadow:0 2px 8px rgba(0,0,0,.5)}.animated-banner-red{color:red!important;text-shadow:0 2px 8px rgba(255,0,0,.5)}.fade-in{opacity:0;animation:fadeInText .6s ease-out forwards}@keyframes fadeInText{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.blink-visible{opacity:1;transition:opacity .3s ease}.blink-hidden{opacity:0;transition:opacity .3s ease}.welcome-banners-scroll-container{width:100%;max-width:1400px;margin:0 auto 60px;padding:0 40px;display:flex;flex-direction:column;gap:40px;z-index:50;position:relative}.welcome-banners-title{font-size:clamp(32px,6vw,48px);font-weight:700;text-align:center;color:#000;margin:0 0 30px;padding:0;grid-column:1 / -1;opacity:0;transform:translateY(30px);animation:fadeInUp .8s ease-out forwards}.welcome-banners-title-blue{color:#1a3a5f!important}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.welcome-contact-form-container{width:100%;max-width:1400px;margin:40px auto 60px;padding:0 40px;z-index:50;position:relative}.contact-form{background:#fff;border-radius:20px;padding:40px;box-shadow:0 4px 20px #0000001a;border:2px solid rgba(0,0,0,.1);max-width:800px;margin:0 auto}.contact-form-group{margin-bottom:24px}.contact-form-label{display:flex;align-items:center;font-size:16px;font-weight:600;color:#fff;margin-bottom:8px}.contact-form-input,.contact-form-textarea{width:100%;padding:12px 16px;border:2px solid rgba(0,0,0,.1);border-radius:10px;font-size:16px;font-family:inherit;color:#000;background:#fff;transition:all .3s ease;box-sizing:border-box}.contact-form-input:focus,.contact-form-textarea:focus{outline:none;border-color:#edc060;box-shadow:0 0 0 3px #edc0601a}.contact-form-input:disabled,.contact-form-textarea:disabled{background:#f5f5f5;cursor:not-allowed;opacity:.7}.contact-form-textarea{resize:vertical;min-height:120px}.contact-form-button{width:100%;padding:14px 24px;background:#fff;color:#000;border:2px solid #EDC060;border-radius:50px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:8px}.contact-form-button:hover:not(:disabled){background:#f0f0f0;transform:translateY(-2px);box-shadow:0 4px 12px #0003}.contact-form-button:disabled{background:#ccc;border-color:#ccc;cursor:not-allowed;opacity:.7}.contact-form-error{background:#fee;color:#c33;padding:12px 16px;border-radius:10px;margin-bottom:16px;border:1px solid #fcc;font-size:14px}.contact-form-success{background:#efe;color:#3c3;padding:12px 16px;border-radius:10px;margin-bottom:16px;border:1px solid #cfc;font-size:14px;font-weight:500}.welcome-scroll-banner{background:#fff;border-radius:20px;padding:24px;display:flex;align-items:center;justify-content:center;gap:20px;border:2px solid rgba(0,0,0,.1);box-shadow:0 8px 32px #00000026;opacity:0;transform:translateY(50px) scale(.9);transition:all .6s cubic-bezier(.4,0,.2,1);max-width:1100px;width:100%;margin:0 auto}.welcome-scroll-banner.visible{opacity:1;transform:translateY(0) scale(1)}.welcome-scroll-banner-unified{background:#fff;border-radius:20px;padding:40px;display:grid;grid-template-columns:repeat(2,1fr);gap:30px;border:none;box-shadow:0 8px 32px #00000026;opacity:0;transform:translateY(100px) scale(.9);transition:opacity .8s ease-out,transform .8s cubic-bezier(.34,1.56,.64,1);max-width:1100px;width:100%;margin:0 auto;position:relative;isolation:isolate}.welcome-scroll-banner-unified:before{content:"";position:absolute;top:-4px;right:-4px;bottom:-4px;left:-4px;border-radius:24px;background:linear-gradient(135deg,#1a3a5fe6,#edc060e6,#1a3a5fe6,#edc060e6);z-index:-1;padding:4px;-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:destination-out;mask-composite:exclude}.welcome-scroll-banner-unified:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:20px;background:linear-gradient(to right,rgba(100,149,237,.3) 0%,rgba(100,149,237,.15) 12%,transparent 18%,transparent 82%,rgba(100,149,237,.15) 88%,rgba(100,149,237,.3) 100%);pointer-events:none;z-index:0}.welcome-scroll-banner-unified.unified-3-items{grid-template-columns:repeat(3,1fr)}.welcome-scroll-banner-unified.visible{opacity:1!important;transform:translateY(0) scale(1)!important}.unified-banner-item{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:15px;padding:20px;opacity:0;transform:translateY(40px) scale(.95);transition:opacity .6s ease-out,transform .6s cubic-bezier(.34,1.56,.64,1);position:relative;z-index:1;background:#fff;border-radius:12px;border:none;box-shadow:0 4px 16px #0000001a;isolation:isolate}.unified-banner-item:before{content:"";position:absolute;top:-3px;right:-3px;bottom:-3px;left:-3px;border-radius:15px;background:linear-gradient(135deg,#1a3a5fe6,#edc060e6,#1a3a5fe6,#edc060e6);z-index:-1;padding:3px;-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:destination-out;mask-composite:exclude}.welcome-scroll-banner-unified.visible .unified-banner-item{opacity:1;transform:translateY(0) scale(1)}.welcome-scroll-banner-unified.visible .unified-banner-item:nth-child(1){transition-delay:.1s}.welcome-scroll-banner-unified.visible .unified-banner-item:nth-child(2){transition-delay:.2s}.welcome-scroll-banner-unified.visible .unified-banner-item:nth-child(3){transition-delay:.3s}.welcome-scroll-banner-unified.visible .unified-banner-item:nth-child(4){transition-delay:.4s}.scroll-banner-icon{flex-shrink:0;width:60px;height:60px;display:flex;align-items:center;justify-content:center;background:#0000000d;border-radius:50%;transform:scale(.8);opacity:0;transition:all .5s cubic-bezier(.34,1.56,.64,1)}.welcome-scroll-banner-unified.visible .scroll-banner-icon{opacity:1;transform:scale(1);animation:pulseIcon 2s ease-in-out .5s infinite}@keyframes pulseIcon{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.scroll-banner-content{flex:1;text-align:center;max-width:600px;opacity:0;transform:translateY(20px);transition:opacity .6s ease-out .3s,transform .6s ease-out .3s}.welcome-scroll-banner-unified.visible .scroll-banner-content{opacity:1;transform:translateY(0)}.scroll-banner-title{font-size:20px;font-weight:700;margin:0 0 8px;color:#000;transition:all .3s ease}.unified-banner-item:hover .scroll-banner-title{transform:scale(1.05);color:#333}.scroll-banner-description{font-size:14px;margin:0;color:#000000b3;line-height:1.5;transition:all .3s ease}.unified-banner-item:hover .scroll-banner-description{color:#000000e6}.unified-banner-item:hover{transform:translateY(-5px);transition:all .3s ease}.unified-banner-item:hover .scroll-banner-icon{transform:scale(1.15) rotate(5deg);background:#00000014}@media (max-width: 768px){.welcome-banners-scroll-container{margin-top:calc(100vh - 1000px);margin-bottom:40px;margin-left:auto;margin-right:auto;padding:0 15px;gap:20px}.welcome-scroll-banner{flex-direction:column!important;text-align:center;padding:20px}.welcome-scroll-banner-unified{grid-template-columns:1fr;padding:30px 20px;gap:25px}.scroll-banner-content{text-align:center!important}.scroll-banner-title{font-size:18px}.scroll-banner-description{font-size:13px}}.lang-overlay{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:#000000b3;z-index:200}.lang-panel{background:#222;color:#fff;padding:18px;border-radius:12px;min-width:260px;text-align:center}.lang-list{list-style:none;padding:0;margin:8px 0 16px}.lang-list button{display:block;width:100%;padding:8px;margin-bottom:6px;border-radius:8px;background:#333;color:#fff;border:0;cursor:pointer}.welcome-texts div[style*="display: flex"]{margin:0}.home-root{min-height:100vh;display:flex;flex-direction:column;align-items:center;background:linear-gradient(180deg,#1d1b18,#2f271f);color:#fff}.home-topline,.home-bottomline{width:100%;height:24px;background:#ffffff08}.home-center{margin-top:30px;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;padding:40px 20px}.home-logo{z-index:2}.home-rot{position:absolute;top:12px;width:260px;height:220px;border-radius:20px;display:flex;align-items:center;justify-content:center;animation:rot 10s linear infinite;opacity:.6}.home-user{margin-top:18px;text-align:center;z-index:3}.home-avatar{width:72px;height:72px;border-radius:36px;object-fit:cover;margin-bottom:8px;border:3px solid rgba(255,255,255,.12)}.home-greeting{font-size:20px}.home-actions{margin-top:30px;width:100%;display:flex;justify-content:center}.home-buttons{display:flex;gap:12px;flex-wrap:wrap;justify-content:center;max-width:900px}.home-buttons .btn.big{background:#8b5e3c}.mobile-home-root{position:relative;min-height:100vh;color:#fff;font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial}.mobile-bg{position:absolute;top:0;right:0;bottom:0;left:0;background-image:url(/assets/background.jpg);background-size:cover;background-position:center;filter:blur(6px) brightness(.5);z-index:0}.mobile-header{position:relative;display:flex;justify-content:space-between;align-items:center;padding:12px 18px;z-index:2}.mobile-header-left{display:flex;align-items:center;gap:12px}.mobile-avatar{width:64px;height:64px;border-radius:32px;border:2px solid rgba(255,255,255,.2)}.mobile-header-right{display:flex;gap:10px}.icon-btn{background:#0000004d;border:2px solid rgba(255,255,255,.12);width:40px;height:40px;border-radius:20px;color:#fff;cursor:pointer;display:flex;justify-content:center;align-items:center}.mobile-main{z-index:2;display:flex;flex-direction:column;align-items:center;justify-content:center;padding-top:40px}.heart-wrap{margin-bottom:10px}.mobile-title{font-size:28px;margin:8px 0 18px;text-align:center}.cup-wrapper{width:320px;height:320px;display:flex;align-items:center;justify-content:center}.cup-graphic{width:200px;height:200px;display:flex;align-items:center;justify-content:center;font-size:48px;background:transparent}.mobile-bottom-nav{position:fixed;left:0;right:0;bottom:0;height:82px;display:flex;justify-content:space-around;align-items:flex-end;padding-bottom:6px;z-index:3}.tri-btn{width:26%;background:transparent;border:0;color:#fff;padding:8px 4px;border-radius:6px;cursor:pointer}.tri-btn.active{color:#f1c40f}.home-brown-root{position:relative;min-height:100vh;background:#6b3b1f;color:#fff}.home-header{position:relative;z-index:2;display:flex;justify-content:space-between;align-items:center;padding:12px 18px}.home-header-left{display:flex;align-items:center}.home-avatar{width:64px;height:64px;border-radius:32px;border:2px solid rgba(255,255,255,.12);cursor:pointer}.home-header-right{display:flex;gap:10px}.home-main{z-index:2;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding-top:40px}.rotating-heart{margin-top:30px;animation:rot 8s linear infinite}.home-nav-buttons{margin-top:28px;display:flex;gap:12px;flex-wrap:wrap;justify-content:center}.home-nav-buttons .btn.big{background:#a36a41;border-radius:12px;padding:10px 14px}.app-header-background{background-color:#1a1a1a}html,body{margin:0;padding:0;width:100%;height:100%;overflow-x:hidden}*{box-sizing:border-box}.promotions-manage-page{min-height:100vh;background-image:url(/assets/images/sfondo_caffe.png);background-repeat:no-repeat;background-size:cover;background-position:center;color:#fff;display:flex;flex-direction:column;position:relative}.header{display:flex;align-items:center;padding:12px;background-color:#0000008c;position:fixed;top:0;left:0;width:100%;z-index:1000;box-shadow:0 2px 4px #0003;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.icon-circle{background-color:#282828cc;color:#fff;border-radius:50%;width:36px;height:36px;display:flex;align-items:center;justify-content:center;font-size:1.3rem;font-weight:700;cursor:pointer;transition:background-color .2s;margin-right:10px;border:2px solid rgba(237,192,96,.6)}.icon-circle:hover{background-color:#edc060cc}.header-title{font-size:22px;font-weight:800;color:#fff;text-align:center;flex-grow:1;text-shadow:1px 1px 3px rgba(0,0,0,.8)}.header-spacer{width:40px}.main-content-wrapper{flex-grow:1;margin:0 auto 10px;max-width:550px;width:100%;padding:10px 12px;background-color:#0000008c;border-radius:0;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none}.bar-logo{display:block;margin:0 auto 15px;width:80px;height:80px;object-fit:contain;border-radius:12px;border:2px solid rgba(237,192,96,.6);box-shadow:0 4px 10px #0000004d}.main-title{font-size:20px;font-weight:800;color:#fff;text-align:center;margin-top:20px;margin-bottom:20px;text-shadow:1px 1px 3px rgba(0,0,0,.8)}.tab-container{display:flex;justify-content:center;margin-bottom:10px;flex-wrap:wrap;gap:8px}.tab-button{background-color:#282828eb;color:#fff;padding:8px 12px;border:2px solid rgba(237,192,96,.9);border-radius:10px;cursor:pointer;font-weight:700;transition:all .2s;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;margin:0;font-size:14px}.tab-button:hover{background-color:#282828cc;transform:translateY(-1px);box-shadow:0 2px 4px #0003}.tab-button-active{background-color:#edc060e6;color:#1f2937;border:2px solid rgba(237,192,96,.9);box-shadow:none}.counter-grid{display:flex;gap:12px;justify-content:center;margin-top:15px;margin-bottom:15px;flex-wrap:wrap}.counter-card,.counter-card-button{background:#282828cc;border-width:2px;border-style:solid;border-color:#edc06099;border-radius:50%;width:90px;height:90px;padding:5px;display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;transition:all .2s;text-align:center;flex-shrink:0}.counter-card-button .counter-num-sm{font-size:24px;line-height:1}.counter-card-button .counter-label{font-size:10px;line-height:1.2}.counter-card-button{cursor:pointer}.counter-card-button:hover{background-color:#282828e6;transform:translateY(-1px);box-shadow:0 2px 4px #0003}.counter-num{font-size:24px;font-weight:800;color:#fff}.counter-num-sm{font-size:16px;font-weight:800;color:#fff}.counter-label{font-size:10px;color:#fff;text-align:center;opacity:.9;line-height:1.2}.create-section-header{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-bottom:10px;margin-top:10px}.create-section-icon{color:#facc15;font-size:20px}.create-section-title{font-size:18px;font-weight:800}.action-button-grid{display:flex;gap:12px;justify-content:center;margin-bottom:20px;flex-wrap:wrap}.action-button{background-color:#27ae6040;border-width:2px;border-style:solid;border-color:#27ae60cc;border-radius:10px;padding:8px 12px;display:flex;flex-direction:row;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;flex:none;width:auto}.action-button:hover{background-color:#27ae6059;transform:translateY(-1px);box-shadow:0 2px 4px #0003}.action-icon{font-size:18px;margin-bottom:0;margin-right:5px;color:#e5e7eb}.action-text{font-size:14px;font-weight:700;color:#e5e7eb;text-align:center}.promotion-list-section,.request-list-section,.active-users-list-section{margin-top:10px}.list-header{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-bottom:10px}.list-header-icon{color:#fff;font-size:20px}.list-header-title{font-size:18px;font-weight:800;text-align:center}.promo-list-header-button{background:none;border:none;padding:0;cursor:pointer;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:8px;text-decoration:none;color:inherit;width:100%}.no-items-text{color:#fff;text-align:center;margin-top:10px;opacity:.85;font-size:14px}.no-spinner::-webkit-inner-spin-button,.no-spinner::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.no-spinner{-moz-appearance:textfield}.list-grid{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:12px;max-width:520px;margin:15px auto}.promo-item,.request-item,.active-user-item{background:#282828cc;border-width:2px;border-style:solid;border-color:#edc06099;border-radius:14px;padding:12px;margin-bottom:0;display:flex;flex-direction:column;justify-content:space-between;align-items:center;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;gap:10px;width:100%}.promo-item-info,.request-info,.active-user-info{flex:none;width:100%;text-align:center}.promo-title,.request-user-name,.active-user-name{font-size:18px;font-weight:800;color:#fff;margin-bottom:6px}.promo-status,.promo-date,.request-promo-title,.request-date,.active-promo-title,.active-promo-date,.active-promo-quantity{font-size:12px;color:#fff;margin-bottom:4px;opacity:.9}.promo-item-actions,.request-actions,.active-user-actions{display:flex;flex-direction:row;gap:8px;margin-left:0;width:100%;justify-content:center;margin-top:0;flex-wrap:wrap}.edit-button,.status-toggle-button,.delete-button,.approve-button,.reject-button,.reset-button{padding:8px 12px;border-radius:10px;font-weight:700;cursor:pointer;transition:all .2s;color:#fff;font-size:12px;flex:1;max-width:150px}.edit-button{background-color:#04132440;border-width:2px;border-style:solid;border-color:#007bffb3}.edit-button:hover{background-color:#007bff59}.status-toggle-button{background-color:#282828eb;border-width:2px;border-style:solid;border-color:#edc060e6}.status-toggle-button:hover{background-color:#282828cc}.delete-button,.reject-button,.reset-button{background-color:#e74c3c40;border-width:2px;border-style:solid;border-color:#e74c3ccc}.delete-button:hover,.reject-button:hover,.reset-button:hover{background-color:#e74c3c59}.approve-button{background-color:#27ae6040;border-width:2px;border-style:solid;border-color:#27ae60cc}.approve-button:hover{background-color:#27ae6059}.modal-content{background:transparent;padding:12px;border-radius:14px;color:#fff;border-width:2px;border-style:solid;border-color:#edc06099;box-sizing:border-box;max-width:500px;width:80%;gap:8px}.input-field,textarea{background:#1a1a1a;color:#fff;width:100%;padding:8px;border-width:2px;border-style:solid;border-color:#edc06099;border-radius:8px;margin-bottom:6px;font-size:14px}.textarea-field{height:100px;resize:vertical}.input-field::placeholder,textarea::placeholder{color:#ccc}.image-upload-container{display:flex;justify-content:center;align-items:flex-start;margin-top:10px;margin-bottom:10px;gap:16px;flex-wrap:wrap}.image-upload-section{display:flex;flex-direction:column;align-items:center}.image-preview-wrapper{position:relative;margin-top:6px}.image-preview{width:100px;height:75px;object-fit:cover;border-width:2px;border-style:solid;border-color:#edc06099;border-radius:8px}.image-preview-wrapper-small{position:relative;margin:4px}.image-preview-small{width:60px;height:45px;object-fit:cover;border-width:2px;border-style:solid;border-color:#edc06099;border-radius:6px}.remove-image-button{position:absolute;top:-6px;right:-6px;background-color:#e74c3ccc;color:#fff;border-radius:50%;width:20px;height:20px;display:flex;align-items:center;justify-content:center;font-weight:700;cursor:pointer;font-size:12px}.additional-images-grid{display:flex;flex-wrap:wrap;margin-top:6px;justify-content:center}.modal-buttons-container{display:flex;justify-content:center;margin-top:14px;gap:12px}.modal-cancel-button{background-color:transparent;color:#fff;padding:10px 14px;border-radius:10px;font-weight:700;cursor:pointer;border-width:2px;border-style:solid;border-color:#e74c3ccc}.modal-cancel-button:hover{background-color:#e74c3c1a}.modal-save-button{background-color:transparent;color:#fff;padding:10px 14px;border-radius:10px;font-weight:700;cursor:pointer;border-width:2px;border-style:solid;border-color:#27ae60cc}.modal-save-button:hover{background-color:#27ae601a}.hidden-input{display:none}@media (max-width: 767px){.main-content-wrapper{padding:8px}.tab-button{font-size:12px;padding:6px 10px}.counter-card,.counter-card-button{width:90px;height:90px;font-size:24px}.counter-num-sm{font-size:16px}.action-button{font-size:12px;padding:8px 10px;min-height:35px}.promo-item,.request-item,.active-user-item{padding:8px;flex-direction:column;align-items:center}.promo-item-actions,.request-actions,.active-user-actions{flex-direction:column;gap:6px}.edit-button,.status-toggle-button,.delete-button,.approve-button,.reject-button,.reset-button{padding:6px 8px;font-size:10px;max-width:none;width:100%}.modal-content{padding:10px}.input-field,textarea{font-size:12px;padding:6px}.upload-button{font-size:12px;padding:6px 10px}.image-preview{width:80px;height:60px}.image-preview-small{width:50px;height:38px}}.promotion-active-page{min-height:100vh;background-image:url(/assets/images/sfondo_caffe.png);background-repeat:no-repeat;background-size:cover;background-position:center;color:#fff;display:flex;flex-direction:column}.manager-dashboard-page{background-color:#0f172a;min-height:100vh}.text-white{color:#e5e7eb}.text-3xl{font-size:1.875rem}.font-bold{font-weight:700}.text-center{text-align:center}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.container{max-width:1400px;margin-left:auto;margin-right:auto}.p-4{padding:1rem}.grid{display:grid}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}@media (min-width: 768px){.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width: 1024px){.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}}.gap-6{gap:1.5rem}.card-button{display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#1f2937;border:1px solid #374151;border-radius:.75rem;padding:1.5rem;color:#e5e7eb;font-size:1.125rem;font-weight:600;transition:all .2s ease-in-out;min-height:120px}.card-button:hover{background-color:#374151;border-color:#6b7280;transform:translateY(-2px);box-shadow:0 4px 6px #0000001a}.card-icon{font-size:2.5rem;margin-bottom:.5rem}.card-text{text-align:center}.mt-4{margin-top:1rem}.bar-detail-page-main{min-height:100vh;background-color:#1a1a1a;color:#e5e7eb;display:flex;flex-direction:column}.bar-detail-page-main .container{max-width:1400px;margin-left:auto;margin-right:auto;padding:1rem}.bar-detail-page-main .text-3xl{font-size:1.875rem}.bar-detail-page-main .font-bold{font-weight:700}.bar-detail-page-main .text-center{text-align:center}.bar-detail-page-main .mb-6{margin-bottom:1.5rem}.bar-detail-page-main .text-gray-300{color:#d1d5db}.bar-detail-page-main .flex{display:flex}.bar-detail-page-main .flex-col{flex-direction:column}.bar-detail-page-main .items-center{align-items:center}.bar-detail-page-main .justify-center{justify-content:center}.bar-detail-page-main .flex-row{flex-direction:row}.bar-detail-page-main .gap-4{gap:1rem}.bar-detail-page-main .bar-logo{width:96px;height:96px;border-radius:50%;object-fit:cover;border:2px solid #eab308}.bar-detail-page-main .carousel-container{width:100%;overflow:hidden;margin-top:1rem;position:relative;height:200px;border-radius:.75rem;border:1px solid #374151}.bar-detail-page-main .carousel-track{display:flex;height:100%}.bar-detail-page-main .carousel-image{width:100%;height:100%;object-fit:cover;flex-shrink:0}.bar-detail-page-main .overflow-x-auto{overflow-x:auto}.bar-detail-page-main .space-x-2>*:not([hidden])~*:not([hidden]){margin-left:.5rem}.bar-detail-page-main .static-photo{width:150px;height:100px;object-fit:cover;border-radius:.5rem;border:1px solid #374151}.bar-detail-page-main .btn-publish-all{background-color:#22c55e;color:#fff;padding:.75rem 1.5rem;border-radius:.5rem;font-weight:600;cursor:pointer;transition:background-color .2s}.bar-detail-page-main .btn-publish-all:hover{background-color:#16a34a}.bar-detail-page-main .btn-link{background-color:#3b82f6;color:#fff;padding:.5rem 1rem;border-radius:.5rem;font-weight:600;cursor:pointer;transition:background-color .2s}.bar-detail-page-main .btn-link:hover{background-color:#2563eb}.bar-detail-page-main .modal-content{background-color:#1f2937;padding:1.5rem;border-radius:.75rem;color:#e5e7eb}.bar-detail-page-main .text-xl{font-size:1.25rem}.bar-detail-page-main .mb-4{margin-bottom:1rem}.bar-detail-page-main .input-field,.bar-detail-page-main textarea{background-color:#0f172a;color:#e5e7eb}.bar-detail-page-main .w-full{width:100%}.bar-detail-page-main .p-2{padding:.5rem}.bar-detail-page-main .border{border-width:1px;border-style:solid}.bar-detail-page-main .rounded{border-radius:.25rem}.bar-detail-page-main .border-gray-700{border-color:#374151}.bar-detail-page-main .h-24{height:6rem}.bar-detail-page-main .resize-none{resize:none}.bar-detail-page-main .btn-primary{background-color:#22c55e;color:#fff;padding:.75rem 1.5rem;border-radius:.5rem;font-weight:600;cursor:pointer;transition:background-color .2s}.bar-detail-page-main .btn-primary:hover{background-color:#16a34a}.bar-detail-page-main .text-green-500{color:#22c55e}.bar-detail-page-main .text-sm{font-size:.875rem}.bar-detail-page-main .mt-4{margin-top:1rem}.bar-detail-page-main .mt-6{margin-top:1.5rem}.bar-detail-page-main .mb-2{margin-bottom:.5rem}.bar-detail-page-main .input-file{background-color:#0f172a;color:#e5e7eb;padding:.5rem;border-radius:.25rem;border:1px solid #374151}.bar-detail-page-main .flex-wrap{flex-wrap:wrap}.bar-detail-page-main .gap-2{gap:.5rem}.bar-detail-page-main .relative{position:relative}.bar-detail-page-main .photo-preview{width:100px;height:75px;object-fit:cover;border-radius:.5rem;border:1px solid #374151}.bar-detail-page-main .remove-photo-button{position:absolute;top:-8px;right:-8px;background-color:#ef4444;color:#fff;border-radius:50%;width:24px;height:24px;display:flex;align-items:center;justify-content:center;font-weight:700;cursor:pointer}.bar-detail-page-main .justify-between{justify-content:space-between}.bar-detail-page-main .form-checkbox{height:1.25rem;width:1.25rem;color:#eab308;border-radius:.25rem;border-color:#4b5563;--tw-ring-color: #eab308}.bar-detail-page-main .text-red-500{color:#ef4444}.bar-detail-page-main .text-gray-400{color:#9ca3af}.bar-detail-page-main .btn-danger{background-color:#ef4444;color:#fff;padding:.75rem 1.5rem;border-radius:.5rem;font-weight:600;cursor:pointer;transition:background-color .2s}.bar-detail-page-main .btn-danger:hover{background-color:#dc2626}.bar-detail-page-main .btn-secondary{background-color:#6b7280;color:#fff;padding:.75rem 1.5rem;border-radius:.5rem;font-weight:600;cursor:pointer;transition:background-color .2s}.bar-detail-page-main .btn-secondary:hover{background-color:#4b5563}.bar-detail-page-main .justify-around{justify-content:space-around}.bar-onboarding-request-page-main{min-height:100vh;background-color:#1a1a1a;color:#e5e7eb;display:flex;flex-direction:column;align-items:center;justify-content:center}.bar-onboarding-request-page-main .card{background-color:#0f172a!important;border:1px solid #374151;border-radius:.75rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;padding:2rem!important}.bar-onboarding-request-page-main .input-field,.bar-onboarding-request-page-main textarea{background-color:#0f172a;color:#e5e7eb}.bar-onboarding-request-page-main .input-field::placeholder,.bar-onboarding-request-page-main textarea::placeholder{color:#9ca3af}.bar-onboarding-request-page-main .btn-disabled{background-color:#6b7280;cursor:not-allowed;opacity:.7}.bar-onboarding-request-page-main .btn-primary,.bar-onboarding-request-page-main .btn.btn-primary{background-color:transparent!important;background:transparent!important;border:2px solid #fbbf24!important;color:#fbbf24!important;padding:.75rem 1.5rem;border-radius:.5rem;font-weight:600;cursor:pointer;transition:all .2s}.bar-onboarding-request-page-main .btn-primary:hover{background-color:#fbbf241a;border-color:#f59e0b;color:#f59e0b}.bar-onboarding-request-page-main .banner{background-color:#ffcc0026;border:1px solid rgba(255,204,0,.6)}.modal-wrapper .card{background-color:#0f172a!important;padding:2rem!important}.modal-wrapper .btn-primary,.modal-wrapper .btn.btn-primary,.modal-wrapper .card .btn-primary,.modal-wrapper .card .btn.btn-primary,.modal-wrapper .card button[onclick]{background-color:transparent!important;background:transparent!important;border:2px solid #fbbf24!important;border-color:#fbbf24!important;color:#fbbf24!important}.modal-wrapper .card button[onclick]:disabled{background-color:#6b7280!important;background:#6b7280!important;border:none!important;color:#fff!important}.bar-onboarding-request-page-main .small-loader{width:20px;height:20px;border-width:3px}.promotion-history-page-main{min-height:100vh;background-image:url(/assets/images/sfondo_caffe.png);background-repeat:no-repeat;background-size:cover;background-position:center;color:#fff;display:flex;flex-direction:column;align-items:center;padding:20px;text-align:center;background-color:#000c}.promotion-history-page-main h1{font-size:24px;font-weight:700;margin-bottom:20px}.promotion-history-page-main p{font-size:16px;opacity:.9}.bar-history-logo{width:80px;height:80px;object-fit:contain;margin:0 auto 20px;border-radius:12px;border:2px solid rgba(237,192,96,.6);box-shadow:0 4px 10px #0000004d}.history-list-section{width:100%;max-width:350px;margin-top:20px;padding:0 12px}.history-list-section .list-grid{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:12px;margin:0 auto}.history-item{background:#282828cc;border-width:2px;border-style:solid;border-color:#edc06099;border-radius:14px;padding:12px;display:flex;flex-direction:column;justify-content:space-between;align-items:center;box-shadow:0 4px 10px #0000004d;width:100%}.history-item-info{width:100%;text-align:center}.history-user-name{font-size:18px;font-weight:800;color:#fff;margin-bottom:6px}.history-promo-title,.history-status,.history-date,.history-approved-by{font-size:12px;color:#fff;margin-bottom:4px;opacity:.9}.status-completed{color:#22c55e;font-weight:700}.status-rejected{color:#ef4444;font-weight:700}.history-controls{display:flex;justify-content:center;gap:12px;margin-bottom:20px;flex-wrap:wrap}.toggle-history-button{background-color:#282828eb;color:#fff;padding:8px 12px;border:2px solid rgba(237,192,96,.9);border-radius:10px;cursor:pointer;font-weight:700;transition:all .2s;font-size:14px;flex-shrink:0;min-width:140px}.toggle-history-button:hover{background-color:#282828cc;transform:translateY(-1px);box-shadow:0 2px 4px #0003}.toggle-history-button:disabled{color:#22c55e;opacity:1;cursor:not-allowed;background-color:#282828eb;border-color:#edc060e6}.toggle-history-button:disabled:hover{cursor:default;transform:none;box-shadow:none}@media (max-width: 767px){.history-list-section{padding:0 8px}.history-item{padding:10px}.history-user-name{font-size:16px}.history-promo-title,.history-status,.history-date,.history-approved-by{font-size:11px}}.selection-actions{display:flex;justify-content:center;gap:12px;margin-bottom:20px;flex-wrap:wrap}.delete-selected-button,.cancel-selection-button{padding:8px 12px;border-radius:10px;font-weight:700;cursor:pointer;transition:all .2s;color:#fff;font-size:14px;flex-shrink:0;min-width:130px;flex:1;max-width:200px}.delete-selected-button{background-color:#e74c3c40;border:2px solid rgba(231,76,60,.8);flex:1;max-width:200px}.delete-selected-button:hover{background-color:#e74c3c59;transform:translateY(-1px);box-shadow:0 2px 4px #0003}.cancel-selection-button{background-color:#282828eb;border:2px solid rgba(237,192,96,.9)}.cancel-selection-button:hover{background-color:#282828cc;transform:translateY(-1px);box-shadow:0 2px 4px #0003}.history-item.selected{border-color:#22c55e;background-color:#22c55e1a}.qr-scanner-modal{display:flex;flex-direction:column;gap:12px;align-items:center}.qr-video{width:100%;max-width:400px;border-radius:12px;border:2px solid rgba(237,192,96,.6)}.qr-camera-error{color:#ff6b6b;font-size:14px;text-align:center}.qr-scanner-actions{display:flex;gap:12px;justify-content:center;width:100%}.promotion-detail-page-main{min-height:100vh;background-image:url(/assets/images/sfondo_caffe.png);background-repeat:no-repeat;background-size:cover;background-position:center;color:#fff;display:flex;flex-direction:column;align-items:center;padding:20px;text-align:center;position:relative}.back-button{position:absolute;top:15px;left:15px;background-color:#282828cc;color:#fff;padding:8px 12px;border:2px solid rgba(237,192,96,.6);border-radius:10px;cursor:pointer;font-weight:700;transition:background-color .2s;font-size:14px;z-index:10}.back-button:hover{background-color:#282828e6}.bar-logo-detail{width:100px;height:100px;object-fit:contain;margin-bottom:20px;border-radius:15px;border:2px solid rgba(237,192,96,.6);box-shadow:0 4px 10px #0000004d}.promo-detail-title{font-size:30px;font-weight:700;margin-bottom:15px;text-shadow:1px 1px 3px rgba(0,0,0,.8)}.promo-detail-image{width:100%;max-width:300px;height:200px;object-fit:cover;border-radius:15px;margin-bottom:20px;border:2px solid rgba(237,192,96,.6);box-shadow:0 4px 10px #0000004d}.promo-detail-description{font-size:18px;opacity:.9;margin-bottom:15px;max-width:600px}.promo-detail-info{font-size:16px;opacity:.95;margin-bottom:8px;display:flex;align-items:center;justify-content:center;gap:8px}.promo-discount-text{color:#ff6b6b;font-weight:700}.promo-quantity-circle{background-color:transparent;color:#fff;width:30px;height:30px;border-radius:50%;border:2px solid rgba(237,192,96,.7);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:14px}.primary-button{background-color:transparent;color:#fff;padding:12px 24px;border:2px solid rgba(237,192,96,.7);border-radius:10px;cursor:pointer;font-weight:700;font-size:18px;margin-top:20px;transition:all .2s;box-shadow:0 4px 10px #0003}.primary-button:hover{background-color:#edc0601a;color:#edc060;transform:translateY(-1px);box-shadow:0 6px 12px #0000004d}.secondary-button{background-color:#282828cc;color:#fff;padding:10px 20px;border:2px solid rgba(237,192,96,.6);border-radius:10px;cursor:pointer;font-weight:700;font-size:16px;margin-top:15px;transition:background-color .2s;box-shadow:0 2px 5px #0003}.secondary-button:hover{background-color:#282828e6}.request-status-message{background-color:#282828cc;border:2px solid rgba(237,192,96,.6);border-radius:15px;padding:20px;margin-top:20px;max-width:450px;text-align:center;font-size:18px}.request-status-message.pending{border-color:#edc060cc;color:#edc060}.request-status-message.active{border-color:#27ae60cc;color:#27ae60}.qr-code-box{background-color:#fff;padding:15px;border-radius:10px;margin:15px auto;width:fit-content;box-shadow:0 4px 10px #0003}.not-logged-in-message{background-color:#282828cc;border:2px solid rgba(231,76,60,.6);border-radius:15px;padding:20px;margin-top:20px;max-width:450px;text-align:center;font-size:18px}.not-logged-in-message p{margin-bottom:15px}.modal-qr-content{display:flex;flex-direction:column;align-items:center;gap:15px}.modal-qr-content p{font-size:18px;margin-bottom:0}.promo-text-card{background-color:#282828cc;border:2px solid rgba(237,192,96,.6);border-radius:15px;padding:20px;margin-top:20px;max-width:450px;width:100%;box-shadow:0 4px 10px #0000004d;text-align:center}.main-promo-content-wrapper{background-color:#000000a6;border-radius:20px;padding:20px;margin-top:20px;max-width:500px;width:100%;box-shadow:0 6px 22px #00000059;border:2px solid rgba(237,192,96,.45)}.notifications-list{display:flex;flex-direction:column;gap:8px}.notification-item{background-color:var(--color-background-card);border-radius:8px;padding:15px;transition:background-color .2s ease-in-out;color:var(--color-text-primary);box-shadow:var(--shadow-card);display:flex;align-items:center;cursor:pointer}.notification-item:hover{background-color:var(--color-background-card-hover)}.notification-item.read{opacity:.7}.notification-item.selected{background-color:var(--color-accent-selected);border:1px solid var(--color-accent-dark)}.notification-item input[type=checkbox]{margin-right:10px;transform:scale(1.2);accent-color:var(--color-primary)}.notification-item p{margin:0}.notification-item .notification-title{font-weight:700;color:var(--color-text-title)}.notification-item .notification-body{color:var(--color-text-secondary)}.notification-item .notification-timestamp{font-size:.8em;color:var(--color-text-tertiary)}.notification-actions-top{display:flex;justify-content:flex-end;margin-bottom:10px;gap:10px;flex-wrap:wrap}.notification-action-button{padding:8px 15px;border-radius:15px;cursor:pointer;font-weight:700;transition:background-color .2s ease-in-out,color .2s ease-in-out;border:2px solid var(--color-accent-dark);color:var(--color-text-on-primary);background-color:transparent;flex:1;max-width:180px}.notification-action-button.delete{background-color:transparent;border-color:var(--color-accent-dark);color:var(--color-text-on-primary)}.notification-action-button.delete:hover{background-color:var(--color-error-dark);color:var(--color-text-on-primary)}.notification-action-button.cancel{background-color:transparent;border-color:var(--color-accent-dark);color:var(--color-text-on-primary)}.notification-action-button.cancel:hover{background-color:var(--color-text-secondary);color:var(--color-text-on-primary)}.notification-action-button.select-toggle{background-color:transparent;border-color:var(--color-accent-dark);color:var(--color-text-on-primary)}.notification-action-button.select-toggle:hover{background-color:var(--color-primary-dark);color:var(--color-text-on-primary)}.notification-item-content{flex:1}.notifications-page-container{max-width:500px;margin:10px auto;padding:15px;border-radius:10px;background-color:#3c3c3cb3;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);box-shadow:var(--shadow-card);color:var(--color-text-primary)}.page-title{font-size:24px;font-weight:700;color:var(--color-text-title);text-align:center;margin-bottom:15px}.notification-actions-main-wrapper{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;margin-bottom:10px}.notification-actions-top{display:flex;justify-content:center;margin-bottom:0;gap:10px;flex-wrap:wrap}.add-bar-button{background-color:#edc060e6;color:#1f2937;padding:10px 20px;border-radius:10px;border:2px solid rgba(237,192,96,1);cursor:pointer;font-weight:700;font-size:16px;margin-top:30px;box-shadow:0 4px 10px #0000004d;transition:all .2s ease-in-out}.add-bar-button:hover{background-color:#edc060;transform:translateY(-2px);box-shadow:0 6px 12px #0006}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#000000b3;display:flex;justify-content:center;align-items:center;z-index:1000}.modal-content{background-color:#282828f2;border:2px solid rgba(237,192,96,.8);border-radius:15px;padding:25px;max-width:500px;width:90%;box-shadow:0 8px 25px #00000080;display:flex;flex-direction:column;gap:8px;position:relative}.modal-title{font-size:24px;font-weight:700;color:#fff;text-align:center;margin-bottom:5px}.input-field{background-color:#0a0a0a;color:#fff;padding:12px;border-radius:8px;border:1px solid rgba(237,192,96,.6);width:100%;font-size:16px}.input-field::placeholder{color:#fff9}.error-text{color:#ff6b6b;font-size:14px;text-align:left;margin-top:-10px;margin-bottom:5px}.success-text{color:#22c55e;font-size:16px;text-align:center;margin-top:10px;font-weight:700}.file-input-container{display:flex;flex-direction:column;align-items:center;gap:5px;margin-top:5px;margin-bottom:5px}.upload-button{background-color:transparent;color:#1e66ff;padding:10px 15px;border-radius:8px;cursor:pointer;font-weight:700;font-size:14px;transition:background-color .2s;border:1px solid rgba(237,192,96,1)}.upload-button:hover{background-color:#edc0601a}.hidden-file-input{display:none}.logo-preview{width:80px;height:80px;object-fit:cover;border-radius:8px;border:1px solid rgba(237,192,96,.6);box-shadow:0 2px 5px #0003}.modal-actions{display:flex;justify-content:space-around;gap:15px;margin-top:8px}.primary-button{background-color:#27ae60cc;color:#fff;padding:12px 20px;border-radius:8px;border:none;cursor:pointer;font-weight:700;font-size:16px;transition:background-color .2s;flex:1}.primary-button:hover{background-color:#27ae60}.secondary-button{background-color:#e74c3ccc;color:#fff;padding:12px 20px;border-radius:8px;border:none;cursor:pointer;font-weight:700;font-size:16px;transition:background-color .2s;flex:1}.secondary-button:hover{background-color:#e74c3c}.hide-scrollbar::-webkit-scrollbar{display:none}.slug-red-important{color:red!important}.bar-detail-container{padding:20px;max-width:1400px;margin:0 auto;color:#fff}.back-button{background:transparent;border:none;color:#fff;font-size:18px;cursor:pointer;padding:10px 0}.content-wrapper{background:#00000080;border-radius:15px;padding:20px;margin-top:20px}.page-title{font-size:24px;text-align:center;margin-bottom:30px}.section{margin-bottom:30px}.section h2{font-size:18px;margin-bottom:15px}.preview-logo{max-width:200px;max-height:200px;object-fit:contain;margin:10px 0}.photos-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:15px;margin-bottom:15px}.photo-item{position:relative}.photo-item img{width:100%;height:150px;object-fit:cover;border-radius:8px}.photo-item button{position:absolute;top:5px;right:5px;background:#ff0000b3;border:none;color:#fff;padding:5px 10px;border-radius:4px;cursor:pointer}textarea{width:100%;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:#fff;padding:10px;border-radius:8px}.setting-item{display:flex;align-items:center;gap:10px;margin-bottom:10px}.buttons-container{display:flex;justify-content:center;margin-top:30px}.save-button{background:#007aff;color:#fff;border:none;padding:12px 30px;border-radius:8px;font-size:16px;cursor:pointer}.save-button:disabled{opacity:.7;cursor:not-allowed}.carousel-container{position:relative;width:100%;height:200px;overflow:hidden;border-radius:8px;margin-top:-20px;margin-bottom:0;background-color:#1f2937;display:flex;justify-content:center;align-items:center}.carousel-track{display:flex;flex-direction:row;height:100%;gap:0px}.carousel-image{height:100%;object-fit:cover;flex-shrink:0}input[type=number].no-spinner{background-color:#0a0909}.primary-button{background-color:transparent;color:#fff;padding:12px 20px;border-radius:8px;border:2px solid rgba(39,174,96,.8);cursor:pointer;font-weight:700;font-size:16px;transition:background-color .2s,color .2s;flex:1}.primary-button:hover{background-color:#27ae601a;color:#fff}.primary-button:disabled{background-color:#646464cc;cursor:not-allowed}.secondary-button{background-color:transparent;color:#fff;padding:12px 20px;border-radius:8px;border:2px solid rgba(231,76,60,.8);cursor:pointer;font-weight:700;font-size:16px;transition:background-color .2s,color .2s;flex:1}.secondary-button:hover{background-color:#e74c3c1a;color:#fff}.secondary-button:disabled{background-color:#646464cc;cursor:not-allowed}.event-modal{position:fixed!important;top:0!important;left:0!important;right:0!important;bottom:0!important;z-index:99999!important;background-color:#000000e6!important;display:flex!important;justify-content:center!important;align-items:center!important}.event-modal-media{width:100%!important;height:100%!important;display:flex!important;justify-content:center!important;align-items:center!important;position:relative!important}.event-image{width:100%!important;height:100%!important;object-position:center!important;max-width:100vw!important;max-height:100vh!important;-webkit-touch-callout:none!important;-webkit-user-select:none!important;user-select:none!important;pointer-events:auto!important}.event-modal img{object-position:center!important}.event-modal-arrow{position:fixed!important;z-index:10000!important;transform:none!important;width:50px!important;height:50px!important;font-size:24px!important;background-color:#000000b3!important;color:#fff!important;border:none!important;border-radius:50%!important;cursor:pointer!important;display:flex!important;align-items:center!important;justify-content:center!important;pointer-events:auto!important}.event-modal-arrow.prev{left:20px!important;bottom:20px!important;top:auto!important;transform:none!important}.event-modal-arrow.next{right:20px!important;bottom:20px!important;top:auto!important;transform:none!important}@media screen and (max-width: 768px){.event-modal{padding:0!important}.event-modal-media{width:100vw!important;height:100vh!important;max-width:100vw!important;max-height:100vh!important}.bar-motore-main .event-card__media{width:90%;height:140px;background:#000;display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:12px 12px 0 0;position:relative;margin:0 auto}.bar-motore-main .event-card__image{width:100%;height:100%;object-fit:contain!important;object-position:center center!important;background:transparent;display:block}.bar-motore-main .event-card{height:auto!important;max-height:none!important;min-height:140px!important}.bar-motore-main .event-overlay{position:relative!important;bottom:auto!important;left:auto!important;transform:none!important;width:90%!important;background:#000c!important;padding:12px!important;border-radius:0 0 12px 12px!important;max-height:none!important;overflow:visible!important;margin:0 auto!important}.bar-motore-main .event-info{position:relative!important;height:auto!important;min-height:0!important;padding:0!important}.bar-motore-main .event-info h3{font-size:13px!important;margin:0 0 4px!important;line-height:1.2!important}.bar-motore-main .event-info p{font-size:11px!important;margin:0 0 4px!important;line-height:1.2!important}.event-modal img{object-position:center!important}.event-modal img[style*="objectFit: 'contain'"]{width:70vw!important;height:100vh!important;object-fit:contain!important;object-position:center!important;max-width:none!important;max-height:none!important;flex-shrink:0!important;position:absolute!important;top:50%!important;left:50%!important;transform:translate(-50%,-50%)!important}body:has(.event-modal){overscroll-behavior:none!important;-webkit-overflow-scrolling:touch!important}.event-modal{overscroll-behavior:none!important;-webkit-overflow-scrolling:touch!important;touch-action:pan-x pan-y!important}}@media screen and (min-width: 769px){.language-selector-modal-content{min-width:400px!important;max-width:450px!important;width:90%!important}}.language-selector-modal-overlay{position:fixed!important;top:60px!important;left:0!important;right:0!important;bottom:0!important;width:100vw!important;height:calc(100vh - 60px)!important;display:flex!important;align-items:center!important;justify-content:center!important;z-index:9999!important;margin:0!important;padding:20px!important;box-sizing:border-box!important}.language-selector-modal-content{position:relative!important;margin:0 auto!important;flex-shrink:0!important;left:auto!important;right:auto!important;top:auto!important;transform:none!important;box-sizing:border-box!important;align-self:center!important}@media screen and (min-width: 769px){.language-selector-modal-content{position:relative!important;top:auto!important;left:auto!important;right:auto!important;transform:none!important;margin:0 auto!important}}@media screen and (max-width: 768px){.language-selector-modal-overlay{position:fixed!important;top:60px!important;left:0!important;right:0!important;bottom:0!important;width:100vw!important;height:calc(100vh - 60px)!important;padding:0!important;margin:0!important;z-index:9999!important;box-sizing:border-box!important;overflow:hidden!important;display:block!important}.language-selector-modal-content{position:absolute!important;top:50%!important;left:50%!important;transform:translate(-50%,-50%)!important;width:90vw!important;max-width:550px!important;min-width:380px!important;margin:0!important;right:auto!important;box-sizing:border-box!important;color:#fff!important;z-index:10000!important}.home-avatar-section~.language-selector-modal-overlay,.home-cup-container~.language-selector-modal-overlay,body .home-avatar-section~.language-selector-modal-overlay{position:fixed!important;top:60px!important;left:0!important;right:0!important;bottom:0!important;width:100vw!important;height:calc(100vh - 60px)!important;padding:0!important;margin:0!important;z-index:9999!important;display:block!important;overflow:hidden!important}.home-avatar-section~.language-selector-modal-content,.home-cup-container~.language-selector-modal-content,body .home-avatar-section~.language-selector-modal-content{position:absolute!important;top:50%!important;left:50%!important;transform:translate(-50%,-50%)!important;width:90vw!important;max-width:550px!important;min-width:380px!important;margin:0!important;z-index:10000!important}.language-selector-modal-content h3{color:#fff!important;margin:0 0 20px!important}.language-selector-modal-content .btn.big{width:100%!important;padding:14px 20px!important;font-size:16px!important}}.welcome-text-mobile,.subtitle-mobile{display:none}.welcome-text-desktop,.subtitle-desktop{display:inline}@media (max-width: 768px){:root{--header-h: 60px !important;--footer-h: 60px !important}.header-bar{padding:0 8px!important;gap:8px}.header-logo-container{gap:5px!important}.welcome-title{font-size:clamp(24px,6vw,40px)!important;padding:0 10px}.welcome-subtitle{font-size:clamp(20px,5vw,32px)!important;padding:0 10px}.welcome-desc{font-size:clamp(16px,4vw,20px)!important;padding:0 15px;margin-top:20px!important}.welcome-actions{width:90%!important;bottom:20px!important}.btn.big{padding:12px 14px!important;font-size:clamp(16px,4vw,18px)!important;min-height:48px}.panel{width:98%!important;padding:15px!important;margin:10px auto!important}.row{flex-direction:column!important;align-items:stretch!important;gap:10px!important}.input,input,textarea,select{min-width:100%!important;width:100%!important;font-size:16px!important}.bottom-nav{gap:8px!important;padding:0 5px}.bottom-link{min-width:60px!important;font-size:11px!important}.bottom-icon{width:20px!important;height:20px!important}.rotating-border{width:clamp(180px,60vw,250px)!important;height:clamp(150px,45vw,200px)!important}.home-buttons{flex-direction:column!important;width:100%!important;padding:0 15px}.home-buttons .btn.big{width:100%!important}.carousel-container{height:clamp(150px,40vw,200px)!important;margin-top:-10px!important}.lang-panel{min-width:90%!important;max-width:350px!important;margin:0 10px!important}.mobile-avatar{width:50px!important;height:50px!important}.mobile-header{padding:10px 12px!important}.icon-btn{padding:8px!important;font-size:18px!important;min-width:40px!important;min-height:40px!important}.card,.promotion-card,.event-card{width:100%!important;max-width:100%!important;margin:10px 0!important}h1{font-size:clamp(20px,5vw,32px)!important}h2{font-size:clamp(18px,4.5vw,26px)!important}h3{font-size:clamp(16px,4vw,22px)!important}p,span,div,label{font-size:clamp(14px,3.5vw,16px)!important;word-wrap:break-word;overflow-wrap:break-word}.page,.page-content,.app-content{max-width:100vw!important;overflow-x:hidden!important}button,.btn,a{min-height:44px!important;padding:10px 15px!important}.modal,.modal-content{width:95%!important;max-width:100%!important;margin:10px auto!important}table{width:100%!important;display:block;overflow-x:auto}form{width:100%!important;padding:10px!important}img{max-width:100%!important;height:auto!important}.event-modal img,.event-modal-media img,img[class*=event-image]{max-width:none!important;max-height:none!important;width:100vw!important;height:100vh!important}}@media (max-width: 480px){:root{--header-h: 50px !important;--footer-h: 55px !important}.header-logo-image{height:50px!important}.bar-logo-image{height:40px!important;max-width:70px!important}.panel{padding:10px!important}.btn{font-size:14px!important;padding:8px 12px!important}.welcome-title{font-size:22px!important}.welcome-subtitle{font-size:18px!important}.bottom-link{font-size:10px!important;min-width:50px!important}p,span,div,label{font-size:14px!important}}@media (max-width: 768px){.auth-layout-top img[src*=logoespresso],img.auth-layout-logo,img[src*=logoespresso],img[alt="App Logo"]{height:50px!important;max-height:50px!important;min-height:auto!important}.heart-container svg,svg[color=red][fill=red]{width:100px!important;height:100px!important}.logo-wrapper .rotating-border{width:160px!important;height:140px!important}button svg,svg[class*=lucide]{width:18px!important;height:18px!important}div[style*=right][style*=clamp] span{font-size:12px!important}div[style*="position: absolute"][style*=right][style*=clamp]{flex-wrap:nowrap!important;white-space:nowrap!important;right:5px!important}svg[color=gold][fill=gold]{width:20px!important;height:20px!important}div[style*="position: absolute"][style*=top][style*=right][style*="z-index: 99"]{top:50px!important;right:5px!important;left:5px!important;max-width:95%!important;width:calc(100% - 10px)!important;padding:12px!important;margin:0 auto!important;overflow:hidden!important}.panel h2{font-size:18px!important;margin-bottom:10px!important}.panel label{font-size:13px!important}.panel .input{padding:10px!important;font-size:14px!important;width:100%!important}.panel .row{flex-direction:column!important;align-items:stretch!important;gap:4px!important;margin-bottom:12px!important}.panel .row>div{display:flex!important;width:100%!important;max-width:100%!important;gap:6px!important;align-items:center!important}.panel .row>div input{flex:1 1 auto!important;min-width:0!important;max-width:calc(100% - 42px)!important}.panel .row>div button{flex:0 0 36px!important;flex-shrink:0!important}.panel .btn{padding:10px 12px!important;font-size:14px!important;min-height:40px!important;max-width:100%!important}.panel .row .btn.primary{width:100%!important;padding:12px!important;font-size:16px!important}.panel input[type=checkbox],input[type=checkbox]{width:16px!important;height:16px!important;min-width:16px!important;min-height:16px!important;margin-right:6px!important;transform:scale(.9)!important}.panel .row{gap:4px!important;margin-bottom:8px!important;flex-wrap:nowrap!important;align-items:center!important}.panel .row button[aria-pressed],.panel .row>div>button{min-width:36px!important;max-width:36px!important;width:36px!important;height:36px!important;padding:4px!important;font-size:18px!important;flex-shrink:0!important;margin:0!important;display:flex!important;align-items:center!important;justify-content:center!important}.panel>div[style*=marginTop]{font-size:12px!important;line-height:1.2!important;margin-top:8px!important}.panel a{font-size:12px!important;white-space:nowrap!important}.welcome-title{font-size:24px!important;margin:0!important;padding:0 15px!important}.welcome-subtitle{font-size:18px!important;padding:0 15px!important}.welcome-text-desktop{display:none!important}.welcome-text-mobile{display:block!important;font-size:36px!important;line-height:1.2!important;text-align:center!important;white-space:normal!important;max-width:95%!important;margin:0 auto!important;font-weight:700!important}.subtitle-desktop{display:none!important}.subtitle-mobile{display:block!important;font-size:22px!important;line-height:1.4!important;text-align:center!important;white-space:normal!important;max-width:95%!important;margin:0 auto!important}div[style*="top: 75%"]{top:50%!important}div[style*="top: 75%"]>div{font-size:30px!important;margin:14px 0!important}div[style*="top: 75%"]>div svg{width:30px!important;height:30px!important}div[style*="top: 87%"]{font-size:15px!important;top:92%!important}div[style*=borderRadius][style*="50%"]>img,div[style*=border-radius][style*="50%"]>img,img[style*=borderRadius][style*="50%"],img[alt=avatar]{object-fit:cover!important;object-position:center center!important;width:100%!important;height:100%!important;display:block!important}.panel{max-width:95%!important;width:95%!important;padding:15px!important;margin:10px!important}.panel .row{flex-direction:column!important;align-items:flex-start!important;gap:8px!important}.panel .row label{min-width:auto!important;margin-right:0!important;font-size:14px!important}.panel .row .input{width:100%!important;margin-right:0!important;font-size:16px!important}.panel .row .btn{width:100%!important;margin-right:0!important}div[style*="fontSize: 32"]{font-size:18px!important;gap:5px!important;margin:10px 0!important}div[style*="fontSize: 32"] svg{width:20px!important;height:20px!important}div[style*="fontSize: 24"][style*="fontWeight: bold"]{font-size:16px!important;padding:0 15px!important;text-align:center!important}button[style*=Globe]{padding:8px!important}div[style*="height: 60"][style*="top: 0"]{height:50px!important;padding:0 10px!important}}@media (max-width: 480px){.auth-layout-top img[src*=logoespresso]{height:40px!important}.heart-container svg{width:60px!important;height:60px!important}.logo-wrapper .rotating-border{width:110px!important;height:95px!important}.welcome-title{font-size:20px!important}.welcome-subtitle{font-size:16px!important}.panel{padding:12px!important}.panel h2{font-size:18px!important}div[style*="fontSize: 32"]{font-size:16px!important}div[style*="fontSize: 24"][style*="fontWeight: bold"]{font-size:14px!important}}@media (hover: none) and (pointer: coarse){button,.btn,a,input[type=submit],input[type=button]{min-height:48px!important;min-width:48px!important;padding:12px!important}input,select,textarea{min-height:44px!important;font-size:16px!important}}.carousel-container{position:relative;width:100%;max-width:min(100%,1400px);height:clamp(250px,45vh,450px);overflow:hidden;border-radius:0;margin:0 auto clamp(16px,4vw,24px);background-color:#1f2937;display:flex;justify-content:center;align-items:center;padding:0 clamp(8px,2vw,16px)}.carousel-track{display:flex;flex-direction:row;height:100%;gap:0;will-change:transform}.carousel-image{height:100%;width:auto;object-fit:cover;object-position:center center;flex-shrink:0;aspect-ratio:16 / 9}.preview-photos-carousel{display:flex;overflow-x:auto;gap:clamp(8px,2vw,12px);padding-bottom:clamp(8px,2vh,12px);margin-bottom:clamp(16px,4vh,24px);padding-left:clamp(8px,2vw,16px);padding-right:clamp(8px,2vw,16px);scroll-behavior:smooth;-webkit-overflow-scrolling:touch}.preview-photos-carousel img{width:clamp(120px,28vw,180px);height:clamp(80px,18vw,120px);object-fit:cover;object-position:center center;border-radius:clamp(6px,1.5vw,10px);border:1px solid #334155;flex-shrink:0;transition:transform .2s ease,box-shadow .2s ease}.preview-photos-carousel img:hover{transform:scale(1.05);box-shadow:0 4px 12px #0000004d}.preview-photos-carousel img:active{transform:scale(.98)}.carousel-overlay-title{position:absolute;bottom:clamp(12px,3vh,20px);left:clamp(12px,3vw,20px);right:clamp(12px,3vw,20px);font-size:clamp(18px,4.5vw,32px);font-weight:700;color:#fff;line-height:1.2;text-shadow:0 2px 8px rgba(0,0,0,.7);z-index:10;max-width:90%}.carousel-overlay-subtitle{position:absolute;bottom:clamp(8px,2vh,12px);left:clamp(12px,3vw,20px);right:clamp(12px,3vw,20px);font-size:clamp(14px,3.5vw,20px);color:#ffffffe6;line-height:1.3;text-shadow:0 1px 4px rgba(0,0,0,.6);z-index:10;max-width:90%}.carousel-badge{position:absolute;top:clamp(10px,2.5vh,16px);right:clamp(10px,2.5vw,16px);background:#edc060f2;color:#000;padding:clamp(4px,1.5vw,8px) clamp(8px,2.5vw,14px);border-radius:clamp(4px,1vw,8px);font-size:clamp(11px,2.8vw,16px);font-weight:600;z-index:10;line-height:1.2}.carousel-nav-button{position:absolute;top:50%;transform:translateY(-50%);background:#0009;border:1px solid rgba(255,255,255,.3);color:#fff;width:clamp(36px,9vw,50px);height:clamp(36px,9vw,50px);border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:20;transition:background .2s ease,transform .2s ease;font-size:clamp(16px,4vw,24px)}.carousel-nav-button:hover{background:#000c;transform:translateY(-50%) scale(1.1)}.carousel-nav-button:active{transform:translateY(-50%) scale(.95)}.carousel-nav-button.prev{left:clamp(8px,2vw,16px)}.carousel-nav-button.next{right:clamp(8px,2vw,16px)}.carousel-indicators{position:absolute;bottom:clamp(8px,2vh,14px);left:50%;transform:translate(-50%);display:flex;gap:clamp(6px,1.5vw,10px);z-index:15}.carousel-indicator{width:clamp(6px,1.8vw,10px);height:clamp(6px,1.8vw,10px);border-radius:50%;background:#ffffff80;cursor:pointer;transition:background .3s ease,transform .2s ease}.carousel-indicator.active{background:#fff;transform:scale(1.3)}.preview-photos-static{display:flex;overflow-x:auto;gap:clamp(8px,2vw,12px);padding-bottom:clamp(8px,2vh,12px);margin-bottom:clamp(16px,4vh,24px);padding-left:clamp(8px,2vw,16px);padding-right:clamp(8px,2vw,16px);scroll-behavior:smooth;-webkit-overflow-scrolling:touch}.preview-photos-static img{width:clamp(100px,24vw,150px);height:clamp(70px,16vw,105px);object-fit:cover;object-position:center center;border-radius:clamp(6px,1.5vw,8px);border:1px solid #334155;flex-shrink:0}@media (max-width: 480px){.carousel-container{height:clamp(200px,38vh,350px);border-radius:8px;padding:0 4px}.carousel-image{aspect-ratio:4 / 3}.carousel-nav-button{width:32px;height:32px;font-size:14px}.carousel-nav-button.prev{left:6px}.carousel-nav-button.next{right:6px}.carousel-overlay-title{font-size:clamp(16px,4vw,24px);bottom:10px;left:10px;right:10px}.carousel-overlay-subtitle{font-size:clamp(12px,3vw,16px);bottom:6px}.carousel-badge{top:8px;right:8px;padding:3px 6px;font-size:clamp(10px,2.5vw,13px)}.preview-photos-carousel{gap:8px;padding-left:8px;padding-right:8px}.preview-photos-carousel img{width:clamp(100px,26vw,140px);height:clamp(65px,17vw,95px)}}@media (min-width: 481px) and (max-width: 768px){.carousel-container{height:clamp(280px,42vh,400px)}.carousel-image{aspect-ratio:16 / 9}}@media (min-width: 1024px){.carousel-container{height:clamp(350px,50vh,500px);max-width:1400px}.carousel-nav-button:hover{background:#000000d9}.preview-photos-carousel{gap:12px}.preview-photos-carousel img:hover{transform:scale(1.08);box-shadow:0 6px 16px #0006}}.carousel-image-loading{background:linear-gradient(90deg,#1f2937 25%,#374151,#1f2937 75%);background-size:200% 100%;animation:loading 1.5s ease-in-out infinite}@keyframes loading{0%{background-position:200% 0}to{background-position:-200% 0}}@media (hover: none) and (pointer: coarse){.carousel-nav-button{min-width:44px;min-height:44px}.carousel-indicator{min-width:12px;min-height:12px}.preview-photos-carousel img{min-width:100px;min-height:70px}}.carousel-image:focus,.carousel-nav-button:focus,.carousel-indicator:focus{outline:2px solid rgba(237,192,96,.8);outline-offset:2px}@media (prefers-reduced-motion: reduce){.carousel-track,.carousel-nav-button,.carousel-indicator,.preview-photos-carousel img{transition:none;animation:none}}img[style*="borderRadius: '20px'"],img[style*="borderRadius: '80px'"],img[style*="width: '40px'"],img[style*="width: '160px'"],img[style*="height: '40px'"],img[style*="height: '160px'"]{border-radius:50%!important;object-fit:cover!important;aspect-ratio:1 / 1!important}img[style*="width: '40px'"],img[style*="height: '40px'"],img[style*="borderRadius: '20px'"]{width:40px!important;height:40px!important;border-radius:50%!important;object-fit:cover!important;flex-shrink:0!important}img[style*="width: '160px'"],img[style*="height: '160px'"],img[style*="borderRadius: '80px'"]{width:160px!important;height:160px!important;border-radius:50%!important;object-fit:cover!important}img[style*=borderRadius]{object-fit:cover!important}@media screen and (max-width: 768px){.notification-action-button{font-size:11px!important;padding:6px 8px!important;max-width:none!important;flex:1 1 auto!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.notification-action-button.delete,.notification-action-button.cancel{min-width:80px!important}.notification-action-button.select-toggle{min-width:100px!important}.notification-actions-top{gap:5px!important}}.modal-wrapper>div,.panel{border:2px solid #EDC060!important;border-radius:12px!important}.modal-wrapper input,.modal-wrapper .input,.panel input,.panel .input{background:#111!important;background-color:#111!important}@media screen and (max-width: 768px){.bar-motore-main .event-card__media{width:90%;height:140px;background:#000;display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:12px 12px 0 0;position:relative;margin:0 auto}.bar-motore-main .event-card__image{width:100%;height:100%;object-fit:contain!important;object-position:center center!important;background:transparent;display:block}.bar-motore-main .event-card{height:auto!important;max-height:none!important;min-height:140px!important}.bar-motore-main .event-overlay{position:relative!important;bottom:auto!important;left:auto!important;transform:none!important;width:90%!important;background:#000c!important;padding:12px!important;border-radius:0 0 12px 12px!important;max-height:none!important;overflow:visible!important;margin:0 auto!important}.bar-motore-main .event-info{position:relative!important;height:auto!important;min-height:0!important;padding:0!important}.bar-motore-main .event-info h3{font-size:13px!important;margin:0 0 4px!important;line-height:1.2!important}.bar-motore-main .event-info p{font-size:11px!important;margin:0 0 4px!important;line-height:1.2!important}.bar-motore-main .event-card{width:100%!important;max-width:100%!important;height:auto!important;max-height:250px!important;min-height:150px!important;display:flex!important;flex-direction:column!important;overflow:hidden!important;margin:8px 0!important}.bar-motore-main .event-card__image{width:100%!important;height:140px!important;max-height:140px!important;object-fit:contain!important;object-position:center!important;background:transparent!important;display:block!important}}@media screen and (max-width: 768px){.event-modal img{object-position:center!important}.event-modal img[style*="objectFit: 'contain'"]{width:70vw!important;height:100vh!important;object-fit:contain!important;object-position:center!important;max-width:none!important;max-height:none!important;flex-shrink:0!important;position:absolute!important;top:50%!important;left:50%!important;transform:translate(-50%,-50%)!important}body:has(.event-modal){overscroll-behavior:none!important;-webkit-overflow-scrolling:touch!important}.event-modal{overscroll-behavior:none!important;-webkit-overflow-scrolling:touch!important;touch-action:pan-x pan-y!important}}.history-avatar,.photo-modal-avatar{border-radius:50%!important;object-fit:cover!important;aspect-ratio:1 / 1!important}@media screen and (max-width: 768px){.header-contact-desktop{display:none!important}.header-contact-mobile{display:flex!important}.header-left-section{gap:0px!important}.header-contact-mobile{margin-left:15px!important;gap:0px!important}.header-contact-mobile .header-icon-button{margin-left:-12px!important;padding:0!important}.header-contact-mobile .header-login-text{font-size:clamp(12px,3vw,14px)!important}div[style*="display: flex"][style*="gap: 8"]{flex-wrap:nowrap!important;gap:4px!important;width:100%!important;justify-content:space-between!important;align-items:center!important}div[style*="position: fixed"][style*="bottom: 0"] button,div[style*="zIndex: 9999"] button{padding:6px 8px!important;font-size:11px!important;min-width:0!important;flex:1 1 auto!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;max-width:33%!important}div[style*="position: fixed"][style*="bottom: 0"][style*="zIndex: 9999"]{padding:10px 8px!important}div[style*="position: fixed"][style*="bottom: 0"][style*="zIndex: 9999"]>div{flex-direction:column!important;gap:8px!important;align-items:stretch!important}div[style*="position: fixed"][style*="bottom: 0"][style*="zIndex: 9999"]>div>div[style*="flex: '1 1 auto'"],div[style*="position: fixed"][style*="bottom: 0"][style*="zIndex: 9999"]>div>div[style*="flex: 1"]{font-size:12px!important;line-height:1.4!important;margin-bottom:0!important;padding:0!important}body{overflow-x:hidden!important;-webkit-text-size-adjust:100%!important;width:100%!important;max-width:100vw!important}*{box-sizing:border-box!important}.auth-layout-web,div[class*=auth-layout]{width:100%!important;max-width:100vw!important;overflow-x:hidden!important;overflow-y:auto!important}.welcome-root,#root{width:100%!important;max-width:100vw!important;overflow-x:hidden!important}.auth-layout-logo{height:clamp(50px,15vw,70px)!important;max-width:70vw!important}.header-icon-button{padding:clamp(8px,2vw,12px)!important}.header-globe-icon,.header-chevron-icon{width:clamp(24px,6vw,32px)!important;height:clamp(24px,6vw,32px)!important}body .auth-layout-web .header-left-section button.language-selector-btn.icon-btn,body .auth-layout-web .header-left-section button.icon-btn.language-selector-btn,body .auth-layout-web .header-left-section .language-selector-btn.icon-btn,body .auth-layout-web .header-left-section .icon-btn.language-selector-btn,.auth-layout-web .header-left-section button.language-selector-btn,.auth-layout-web .header-left-section .language-selector-btn,.auth-layout-web .header-left-section button.icon-btn.language-selector-btn,.auth-layout-web .header-left-section .icon-btn.language-selector-btn,.auth-layout-web .header-left-section button[aria-label="Language Selector"],.auth-layout-web .header-left-section .icon-btn[aria-label="Language Selector"],div[class*=auth-layout] .header-left-section button[aria-label="Language Selector"],div[class*=auth-layout] .header-left-section .icon-btn[aria-label="Language Selector"]{font-size:11px!important;padding:3px!important;min-width:30px!important;min-height:30px!important;max-width:30px!important;max-height:30px!important;width:30px!important;height:30px!important;line-height:1!important;display:flex!important;align-items:center!important;justify-content:center!important;background:#0000004d!important;border:2px solid rgba(255,255,255,.12)!important;border-radius:20px!important;color:#fff!important;cursor:pointer!important;font-weight:500!important}.auth-layout-web .header-left-section button.language-selector-btn *,.auth-layout-web .header-left-section .language-selector-btn *,.auth-layout-web .header-left-section button.icon-btn.language-selector-btn *,.auth-layout-web .header-left-section .icon-btn.language-selector-btn *,body>div[style*="position: fixed"][style*="top: 0"][style*="zIndex: 10000"],body>div[style*="position:fixed"][style*="top:0"][style*="zIndex:10000"],body>div[style*="position: fixed"][style*="top: 0"]{position:fixed!important;top:0!important;left:0!important;right:0!important;width:100%!important;z-index:10000!important;transform:none!important;margin:0!important;padding-left:0!important;padding-right:0!important}body>div[style*="position: fixed"][style*="top: 0"]>div[style*="position: absolute"][style*=right],body>div[style*="position: fixed"][style*="top: 0"]>div.header-right-section,body>div[style*="position: fixed"][style*="top: 0"]>div[style*="position: absolute"][style*=left],body>div[style*="position: fixed"][style*="top: 0"]>div.header-left-section{position:absolute!important;transform:none!important;margin:0!important;left:clamp(10px,3vw,20px)!important;right:clamp(10px,3vw,20px)!important}.language-selector-modal-overlay{position:fixed!important;top:60px!important;left:0!important;right:0!important;bottom:0!important;width:100vw!important;height:calc(100vh - 60px)!important;padding:0!important;margin:0!important;z-index:9999!important;touch-action:manipulation!important;box-sizing:border-box!important;overflow:hidden!important;display:block!important}.language-selector-modal-content,.language-selector-modal-content.mobile-centered{position:absolute!important;top:50%!important;transform:translate(-50%,-50%)!important;width:90vw!important;max-width:550px!important;min-width:380px!important;margin:0!important;right:auto!important;left:50%!important;box-sizing:border-box!important;pointer-events:auto!important;color:#fff!important;z-index:10000!important}body:has(.home-avatar-section) .language-selector-modal-overlay,body:has(.home-cup-container) .language-selector-modal-overlay{position:fixed!important;top:60px!important;left:0!important;right:0!important;bottom:0!important;width:100vw!important;height:calc(100vh - 60px)!important;padding:0!important;margin:0!important;z-index:9999!important;display:block!important;overflow:hidden!important}body:has(.home-avatar-section) .language-selector-modal-content,body:has(.home-cup-container) .language-selector-modal-content{position:absolute!important;top:50%!important;left:50%!important;transform:translate(-50%,-50%)!important;width:90vw!important;max-width:550px!important;min-width:380px!important;margin:0!important;z-index:10000!important}.language-selector-modal-content h3{color:#fff!important}.language-selector-modal-content .btn.big{width:100%!important;padding:14px 20px!important;font-size:16px!important}.auth-layout-web .header-left-section button[aria-label="Language Selector"] *,.auth-layout-web .header-left-section .icon-btn[aria-label="Language Selector"] *{font-size:11px!important;line-height:1!important}.header-login-text{font-size:clamp(16px,4vw,20px)!important}body .header-bar,div.header-bar{display:flex!important;justify-content:space-between!important;align-items:center!important;padding:6px 3px!important;gap:2px!important;box-sizing:border-box!important}body .header-bar>div:first-child,div.header-bar>div:first-child{display:flex!important;align-items:center!important;gap:4px!important;padding-left:4px!important;flex:0 0 auto!important;min-width:80px!important;max-width:80px!important}body .header-bar .header-logo-container,div.header-bar .header-logo-container,body .header-logo-container,div.header-logo-container{display:flex!important;justify-content:center!important;align-items:center!important;flex:1 1 auto!important;min-width:0!important;padding:0 6px!important;gap:6px!important}body .header-bar .header-logo-image,div.header-bar .header-logo-image,body .header-logo-image,img.header-logo-image{height:48px!important;width:auto!important;max-width:100%!important;min-width:0!important;object-fit:contain!important;display:block!important}body .header-bar .bar-logo-image,div.header-bar .bar-logo-image,body .bar-logo-image,img.bar-logo-image{height:44px!important;width:auto!important;max-width:100%!important;min-width:0!important;object-fit:contain!important;display:block!important}body .header-bar>div:last-child,div.header-bar>div:last-child{display:flex!important;align-items:center!important;gap:4px!important;padding-right:4px!important;margin-right:0!important;flex:0 0 auto!important;min-width:80px!important;max-width:80px!important;justify-content:flex-end!important}body .header-bar .icon-btn,div.header-bar .icon-btn,body .header-bar button.icon-btn,div.header-bar button.icon-btn{padding:6px!important;min-width:40px!important;min-height:40px!important;max-width:40px!important;max-height:40px!important;display:flex!important;align-items:center!important;justify-content:center!important;background:transparent!important;border:none!important}body .header-bar .icon-btn svg,div.header-bar .icon-btn svg,body .header-bar button svg,div.header-bar button svg{width:24px!important;height:24px!important;flex-shrink:0!important}body .header-bar button[aria-label=Home],div.header-bar button[aria-label=Home]{display:none!important}body .header-bar .menu-container,div.header-bar .menu-container{position:relative!important;display:flex!important}div[style*="position: fixed"][style*="height: '70px'"]>div[style*="flex: 1"][style*="justifyContent: 'flex-end'"],div[style*="position: fixed"][style*="height: 70px"]>div[style*="flex: 1"][style*="justify-content: flex-end"]{padding-right:5px!important}div[style*="position: fixed"][style*="height: '70px'"] button[style*="padding: '8px 16px'"],div[style*="position: fixed"][style*="height: 70px"] button[style*="padding: 8px 16px"]{padding:6px 10px!important;font-size:12px!important}.back-to-bar-amici-btn{padding:4px 8px!important;font-size:10px!important;white-space:nowrap!important}.auth-hero-heart{top:clamp(100px,20vh,140px)!important}.hero-heart-icon{width:clamp(80px,20vw,120px)!important;height:clamp(80px,20vw,120px)!important}.rotating-border{width:clamp(140px,32vw,200px)!important;height:clamp(120px,28vw,180px)!important}.auth-hero-texts{max-width:calc(100vw - 20px)!important;width:calc(100vw - 20px)!important;padding:10px 6px!important;border-radius:12px!important;gap:6px!important;margin:0 auto!important;box-sizing:border-box!important;position:relative!important;left:auto!important;right:auto!important;transform:none!important;top:clamp(30px,5vh,50px)!important;order:1!important;z-index:100!important}div[style*="height: '100vh'"],div[style*="height: 100vh"]{position:relative!important;z-index:10!important;display:flex!important;flex-direction:column!important;min-height:auto!important;height:auto!important;padding-top:30px!important;padding-bottom:0!important;margin-bottom:0!important;flex-shrink:0!important}.hero-video-side{width:100px!important;max-width:100px!important;height:auto!important;flex-shrink:0!important}.auth-hero-texts-content{gap:4px!important;min-width:0!important}.hero-title{font-size:14px!important;line-height:1.2!important;margin:0!important}.hero-connect-text{font-size:12px!important;line-height:1.2!important;margin:0!important}.hero-subtitle{font-size:11px!important;line-height:1.2!important;margin:0!important}.hero-logo-inline{height:20px!important;max-width:80px!important}.hero-heart-icon-inline{width:14px!important;height:14px!important}.logo-wrapper-inline,.rotating-border-inline{width:20px!important;height:20px!important}.hero-sparkles-icon{width:14px!important;height:14px!important}.auth-layout-web h1,.auth-layout-web [style*="fontSize: '48px"]{font-size:clamp(24px,7vw,36px)!important;line-height:1.3!important;padding:0 5vw!important;word-break:break-word!important;-webkit-hyphens:auto!important;hyphens:auto!important}.auth-layout-web h2,.auth-layout-web [style*="fontSize: '36px"]{font-size:clamp(20px,6vw,28px)!important;line-height:1.3!important;padding:0 5vw!important;word-break:break-word!important}.auth-layout-web h3,.auth-layout-web [style*="fontSize: '24px"]{font-size:clamp(16px,4.5vw,20px)!important;line-height:1.4!important;padding:0 5vw!important;word-break:break-word!important}.auth-layout-web p,.auth-layout-web span{font-size:clamp(14px,3.5vw,16px)!important;line-height:1.5!important}.login-container,[style*="maxWidth: '500px'"]{max-width:90vw!important;width:90vw!important;padding:clamp(16px,4vw,24px)!important;margin:0 auto!important}input[type=email],input[type=password],input[type=text]{font-size:clamp(14px,3.5vw,16px)!important;padding:clamp(10px,2.5vw,14px)!important;width:100%!important;box-sizing:border-box!important}button{font-size:clamp(14px,3.5vw,16px)!important;padding:clamp(10px,2.5vw,14px) clamp(16px,4vw,20px)!important;min-height:44px!important;white-space:nowrap!important}.password-container{position:relative!important}.password-container input{padding-right:40px!important}.password-container button{position:absolute!important;right:8px!important;top:50%!important;transform:translateY(-50%)!important;min-height:auto!important;padding:8px!important}input[type=checkbox]{width:clamp(16px,4vw,20px)!important;height:clamp(16px,4vw,20px)!important}a{font-size:clamp(12px,3vw,14px)!important;line-height:1.5!important}.welcome-banners-scroll-container{max-width:100%!important;width:100%!important;margin:0 auto!important;padding:0 8px!important;box-sizing:border-box!important;gap:12px!important}.welcome-scroll-banner-unified{max-width:calc(100% - 16px)!important;width:calc(100% - 16px)!important;margin:0 auto!important;padding:10px 8px!important;gap:8px!important;box-sizing:border-box!important;min-height:auto!important;height:auto!important;border-radius:12px!important;opacity:0!important;transform:translateY(100px) scale(.9)!important}.welcome-scroll-banner-unified.visible{opacity:1!important;transform:translateY(0) scale(1)!important}.welcome-scroll-banner-unified{grid-template-columns:1fr!important}.welcome-scroll-banner-unified.unified-3-items{grid-template-columns:1fr!important;display:grid!important}.welcome-scroll-banner-unified.unified-3-items.visible .unified-banner-item{display:flex!important;visibility:visible!important;opacity:1!important}.unified-banner-item{padding:8px 6px!important;gap:6px!important;box-sizing:border-box!important;width:100%!important;max-width:100%!important;min-height:auto!important;height:auto!important}.unified-banner-item .scroll-banner-icon{width:40px!important;height:40px!important;min-width:40px!important;min-height:40px!important}.unified-banner-item .scroll-banner-title{font-size:14px!important;margin-bottom:4px!important;line-height:1.3!important}.unified-banner-item .scroll-banner-description{font-size:11px!important;line-height:1.3!important;margin:0!important}.welcome-top-animated-banner{max-width:calc(100vw - 20px)!important;width:calc(100vw - 20px)!important;margin:60px auto 15px!important;box-sizing:border-box!important;padding:10px 8px!important;min-height:auto!important;border-radius:12px!important;overflow:hidden!important;position:relative!important;z-index:1!important;display:block!important;visibility:visible!important;opacity:1!important;order:2!important;top:0!important;left:0!important;right:0!important;bottom:auto!important}.scroll-arrow-mobile,.welcome-top-animated-banner~.scroll-arrow-indicator,.welcome-top-animated-banner+.scroll-arrow-indicator,body .scroll-arrow-indicator{position:relative!important;bottom:auto!important;top:auto!important;left:50%!important;right:auto!important;transform:translate(-50%)!important;margin:-25px auto 10px!important;width:100%!important;max-width:100%!important;text-align:center!important;z-index:100!important;display:flex!important;align-items:center!important;justify-content:center!important;visibility:visible!important;opacity:1!important;pointer-events:auto!important;order:3!important}.scroll-arrow-mobile.visible,body .scroll-arrow-indicator.visible{opacity:1!important;visibility:visible!important;display:flex!important;animation:arrowBounceMobile 2s ease-in-out infinite!important;-webkit-animation:arrowBounceMobile 2s ease-in-out infinite!important}.scroll-arrow-mobile.hidden,body .scroll-arrow-indicator.hidden{opacity:0!important;visibility:hidden!important;display:none!important;animation:none!important;-webkit-animation:none!important}body:has(.auth-login-container) .scroll-arrow-mobile,body:has(.auth-login-container) .scroll-arrow-indicator,body:has(.auth-contact-container) .scroll-arrow-mobile,body:has(.auth-contact-container) .scroll-arrow-indicator,.auth-layout-web:has(.auth-login-container) .scroll-arrow-mobile,.auth-layout-web:has(.auth-login-container) .scroll-arrow-indicator,.auth-layout-web:has(.auth-contact-container) .scroll-arrow-mobile,.auth-layout-web:has(.auth-contact-container) .scroll-arrow-indicator,body:has(.auth-login-container) .welcome-top-animated-banner~.scroll-arrow-indicator,body:has(.auth-login-container) .welcome-top-animated-banner+.scroll-arrow-indicator,body:has(.auth-contact-container) .welcome-top-animated-banner~.scroll-arrow-indicator,body:has(.auth-contact-container) .welcome-top-animated-banner+.scroll-arrow-indicator{opacity:0!important;visibility:hidden!important;display:none!important;pointer-events:none!important;z-index:1!important}.auth-login-container,.auth-contact-container{z-index:101!important}body:has(.auth-login-container) .welcome-scroll-banner-unified,body:has(.auth-login-container) .welcome-scroll-banner-unified.visible,body:has(.auth-contact-container) .welcome-scroll-banner-unified,body:has(.auth-contact-container) .welcome-scroll-banner-unified.visible{opacity:0!important;visibility:hidden!important;pointer-events:none!important;transform:translateY(100px) scale(.9)!important}body:has(.auth-login-container),body:has(.auth-contact-container){overflow:hidden!important;position:fixed!important;width:100%!important}@keyframes arrowBounceMobile{0%{transform:translate(-50%) translateY(0)}50%{transform:translate(-50%) translateY(12px)}to{transform:translate(-50%) translateY(0)}}@-webkit-keyframes arrowBounceMobile{0%{-webkit-transform:translateX(-50%) translateY(0px)}50%{-webkit-transform:translateX(-50%) translateY(12px)}to{-webkit-transform:translateX(-50%) translateY(0px)}}.scroll-arrow-mobile.visible,body .scroll-arrow-indicator.visible{animation:arrowBounceMobile 2s ease-in-out infinite!important;-webkit-animation:arrowBounceMobile 2s ease-in-out infinite!important}.scroll-arrow-mobile .scroll-arrow-icon,.welcome-top-animated-banner+.scroll-arrow-indicator .scroll-arrow-icon,.welcome-top-animated-banner~.scroll-arrow-indicator .scroll-arrow-icon,body .scroll-arrow-indicator .scroll-arrow-icon{width:100px!important;height:100px!important;min-width:100px!important;min-height:100px!important;opacity:1!important;visibility:visible!important;color:#edc060!important;margin:0 auto!important;display:block!important;position:relative!important;z-index:inherit!important}.scroll-arrow-mobile.visible .scroll-arrow-icon,body .scroll-arrow-indicator.visible .scroll-arrow-icon{animation:arrowIconBounce 2s ease-in-out infinite!important;-webkit-animation:arrowIconBounce 2s ease-in-out infinite!important}@keyframes arrowIconBounce{0%{transform:translateY(0)}50%{transform:translateY(12px)}to{transform:translateY(0)}}@-webkit-keyframes arrowIconBounce{0%{-webkit-transform:translateY(0px)}50%{-webkit-transform:translateY(12px)}to{-webkit-transform:translateY(0px)}}.welcome-top-animated-banner .animated-banner-text{font-size:18px!important;line-height:1.3!important}.welcome-banners-title{font-size:18px!important;margin-bottom:10px!important;padding:0 8px!important;line-height:1.3!important}.welcome-banners-scroll-container{order:4!important;position:relative!important;z-index:5!important;margin-top:20px!important}.welcome-banners-scroll-container>div:first-child{margin-top:0!important;margin-bottom:15px!important}.welcome-banners-scroll-container>div:last-child{margin-top:0!important;margin-bottom:20px!important}div[style*="position: fixed"][style*="bottom: '5px'"] button,div[style*="position: fixed"][style*="bottom: 5px"] button{width:60px!important;height:60px!important;font-size:8px!important;padding:3px!important}div[style*="position: fixed"][style*="bottom: '5px'"] span,div[style*="position: fixed"][style*="bottom: 5px"] span{font-size:8px!important;line-height:1.1!important;word-wrap:break-word!important;overflow-wrap:break-word!important;white-space:normal!important;display:block!important;padding:0 1px!important}.modal,[style*="position: 'fixed'"][style*="top: 0"][style*="left: 0"]{padding:clamp(16px,4vw,24px)!important}.modal h2,.modal h3{font-size:clamp(18px,4.5vw,24px)!important;line-height:1.3!important}.modal p{font-size:clamp(14px,3.5vw,16px)!important;line-height:1.5!important}.notification-badge{font-size:clamp(10px,2.5vw,12px)!important;min-width:clamp(18px,4.5vw,20px)!important;min-height:clamp(18px,4.5vw,20px)!important}.carousel-item{padding:clamp(12px,3vw,16px)!important}.carousel-item img{max-width:100%!important;height:auto!important;object-fit:cover!important}.bottom-nav,[style*="position: 'fixed'"][style*="bottom: 0"]{height:clamp(60px,15vw,80px)!important;padding:clamp(8px,2vw,12px)!important}.bottom-nav button{padding:clamp(8px,2vw,12px)!important;min-height:auto!important}.bottom-nav svg{width:clamp(20px,5vw,28px)!important;height:clamp(20px,5vw,28px)!important}.bottom-nav span{font-size:clamp(10px,2.5vw,12px)!important}table{display:block!important;overflow-x:auto!important;-webkit-overflow-scrolling:touch!important}td,th{font-size:clamp(12px,3vw,14px)!important;padding:clamp(8px,2vw,12px)!important;white-space:nowrap!important}.card,[style*=border][style*=borderRadius]{max-width:90vw!important;margin:clamp(8px,2vw,16px) auto!important;padding:clamp(12px,3vw,16px)!important}img{max-width:100%!important;height:auto!important}img[style*="borderRadius: '50%'"],img[style*="borderRadius: '35px'"],img[style*="borderRadius: '75px'"]{object-fit:cover!important;aspect-ratio:1 / 1!important}.history-avatar,.photo-modal-avatar,img[style*="width: '40px'"],img[style*="width: '160px'"],img[style*="height: '40px'"],img[style*="height: '160px'"],img[style*="borderRadius: '20px'"],img[style*="borderRadius: '80px'"],img[style*="borderRadius: '50%'"]{border-radius:50%!important;object-fit:cover!important;aspect-ratio:1 / 1!important;width:auto!important;height:auto!important}.history-avatar,img[style*="width: '40px'"],img[style*="height: '40px'"]{width:40px!important;height:40px!important;border-radius:50%!important;object-fit:cover!important;flex-shrink:0!important}.photo-modal-avatar,img[style*="width: '160px'"],img[style*="height: '160px'"]{width:160px!important;height:160px!important;border-radius:50%!important;object-fit:cover!important}.history-title-container{margin-top:-20px!important;margin-bottom:-5px!important}.history-card{background-color:#3c3c3cb3!important;border:1px solid rgba(255,255,255,.1)!important}.profile-title{font-size:22px!important}.profile-heart{width:60px!important;height:60px!important}.profile-edit-button{font-size:12px!important}.profile-edit-button div{line-height:1.2!important}}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-thumb{background:#ffffff4d;border-radius:4px}::-webkit-scrollbar-track{background:#0000001a}html,body{text-size-adjust:100%;-webkit-text-size-adjust:100%}@media screen and (max-width: 768px){.bar-info-container{margin-top:-30px!important;padding-top:0!important}.bar-name{margin-bottom:5px!important}.bar-description{margin-top:-0px!important;margin-bottom:10px!important}.promotions-title{margin-top:-0px!important;margin-bottom:5px!important}}.event-modal{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#000000e6;z-index:1000;display:flex;justify-content:center;align-items:center;touch-action:pan-x pan-y;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.event-modal-media{flex:1;display:flex;justify-content:center;align-items:center;width:100%;height:100%;touch-action:pan-x pan-y;-webkit-touch-callout:none}.event-modal-close,.event-modal-arrow{position:absolute!important;z-index:50!important;display:grid!important;place-items:center!important;border-radius:25px!important;background:#000000b3!important;color:#e74c3c!important;border:2px solid rgba(237,192,96,.6)!important;box-shadow:0 2px 10px #00000080!important;user-select:none!important;-webkit-user-select:none!important;touch-action:manipulation!important;width:50px!important;height:50px!important;font-size:24px!important;font-weight:700!important;cursor:pointer!important;transform:none!important;scale:1!important;zoom:1!important;-webkit-transform:none!important;-webkit-scale:1!important;-webkit-zoom:1!important;min-width:50px!important;max-width:50px!important;min-height:50px!important;max-height:50px!important;box-sizing:border-box!important;will-change:auto!important;backface-visibility:visible!important;-webkit-backface-visibility:visible!important;flex-shrink:0!important;flex-grow:0!important;flex-basis:auto!important}.event-modal-close{bottom:30px;left:50%;transform:translate(-50%)!important}.event-modal-arrow.prev{bottom:40px!important;left:20px!important;transform:none!important;background:#008000d9!important;color:#fff!important;border:none!important;width:60px!important;height:60px!important;font-size:32px!important;min-width:60px!important;max-width:60px!important;min-height:60px!important;max-height:60px!important;scale:1!important;zoom:1!important;-webkit-transform:none!important;-webkit-scale:1!important;-webkit-zoom:1!important}.event-modal-arrow.next{bottom:40px!important;right:20px!important;transform:none!important;background:#008000d9!important;color:#fff!important;border:none!important;width:60px!important;height:60px!important;font-size:32px!important;min-width:60px!important;max-width:60px!important;min-height:60px!important;max-height:60px!important;scale:1!important;zoom:1!important;-webkit-transform:none!important;-webkit-scale:1!important;-webkit-zoom:1!important}@media screen and (max-width: 768px){.event-modal{touch-action:pan-x pan-y!important;-webkit-touch-callout:none!important;-webkit-user-select:none!important;user-select:none!important;overscroll-behavior:none!important;-webkit-overflow-scrolling:touch!important;top:0!important;left:0!important;right:0!important;bottom:0!important;z-index:9999!important}.event-modal-media{touch-action:auto!important;-webkit-touch-callout:none!important;overscroll-behavior:none!important;overflow:hidden!important;position:relative!important;width:100vw!important;height:100vh!important;max-width:100vw!important;max-height:100vh!important;display:flex!important;justify-content:center!important;align-items:center!important}.event-modal img{touch-action:auto!important;-webkit-touch-callout:none!important;-webkit-user-select:none!important;user-select:none!important;-webkit-user-drag:none!important;-webkit-tap-highlight-color:transparent!important;pointer-events:auto!important}.event-image{-webkit-touch-callout:none!important;-webkit-user-select:none!important;user-select:none!important}.event-modal-arrow{position:fixed!important;z-index:10000!important;transform:none!important;width:50px!important;height:50px!important;font-size:24px!important;background-color:#000000b3!important;color:#fff!important;border:none!important;border-radius:50%!important;cursor:pointer!important;display:flex!important;align-items:center!important;justify-content:center!important;pointer-events:auto!important}.event-modal-arrow.prev{left:20px!important;bottom:20px!important;top:auto!important;transform:none!important}.event-modal-arrow.next{right:20px!important;bottom:20px!important;top:auto!important;transform:none!important}body:has(.event-modal){overscroll-behavior:none!important;-webkit-overflow-scrolling:touch!important}}@media screen and (max-width: 768px){.counter-label{font-size:10px!important;line-height:1.2!important;text-align:center!important;padding:2px 4px!important}.counter-card-button:nth-child(1) .counter-label{font-size:9px!important}.counter-card-button:nth-child(2) .counter-label{font-size:9px!important}.counter-card-button:nth-child(3) .counter-label{font-size:9px!important}.counter-num{font-size:18px!important;font-weight:700!important}.counter-num-sm{font-size:14px!important;font-weight:700!important}}.qr-video{width:300px!important;height:300px!important;max-width:300px!important;max-height:300px!important;object-fit:cover!important;border-radius:12px!important;border:2px solid rgba(237,192,96,.6)!important;margin:0 auto!important;display:block!important}.qr-scanner-modal{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:20px!important}@media screen and (max-width: 768px){.qr-video{width:250px!important;height:250px!important;max-width:90vw!important;max-height:90vw!important;object-fit:cover!important;border-radius:12px!important;border:2px solid rgba(237,192,96,.6)!important;margin:0 auto!important;display:block!important;position:relative!important;left:auto!important;right:auto!important;transform:none!important;touch-action:manipulation!important;user-select:none!important;-webkit-user-select:none!important;-webkit-touch-callout:none!important;pointer-events:auto!important}.qr-scanner-modal{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:15px!important;width:100%!important;max-width:100%!important;height:100%!important;padding:15px!important;box-sizing:border-box!important;overflow:hidden!important;margin:0 auto!important;touch-action:manipulation!important;user-select:none!important;-webkit-user-select:none!important}div.qr-scanner-modal-wrapper[style*="position: relative"],div.qr-scanner-modal-wrapper[style*="zIndex: 101"],div[style*="position: relative"].qr-scanner-modal-wrapper[style*="zIndex: 101"]{max-width:85vw!important;width:85vw!important;margin-left:calc(5vw - 10px)!important;margin-right:auto!important;margin-top:auto!important;margin-bottom:auto!important;position:relative!important;left:auto!important;right:auto!important;top:auto!important;bottom:auto!important;transform:none!important;touch-action:manipulation!important}.qr-scanner-modal-wrapper{max-width:85vw!important;width:85vw!important;margin-left:calc(5vw - 10px)!important;margin-right:auto!important;margin-top:auto!important;margin-bottom:auto!important;left:auto!important;touch-action:manipulation!important;user-select:none!important;-webkit-user-select:none!important;-webkit-touch-callout:none!important;position:relative!important}div[style*="position: fixed"][style*="zIndex: 100"]:has(.qr-scanner-modal-wrapper),div[style*="position: 'fixed'"][style*="zIndex: 100"]:has(.qr-scanner-modal-wrapper){display:flex!important;align-items:center!important;justify-content:flex-start!important;padding-left:0!important;padding-right:0!important;left:-15px!important;width:90vw!important;max-width:90vw!important;transform:none!important}div[style*="position: fixed"][style*="zIndex: 100"]{display:flex!important;align-items:center!important;justify-content:flex-start!important;padding-left:0!important;padding-right:0!important}div.qr-scanner-modal-wrapper{transform:none!important;margin-left:0!important}.modal-content.qr-scanner-modal{width:100%!important;max-width:100%!important;margin:0 auto!important;padding:15px!important;box-sizing:border-box!important}.camera-video{width:250px!important;height:250px!important;max-width:80vw!important;max-height:80vw!important;min-width:200px!important;min-height:200px!important;object-fit:cover!important;border-radius:12px!important;border:2px solid rgba(237,192,96,.6)!important;margin:0 auto!important;display:block!important;position:relative!important;left:50%!important;transform:translate(-50%)!important;touch-action:manipulation!important;user-select:none!important;-webkit-user-select:none!important;aspect-ratio:1/1!important;flex-shrink:0!important;box-sizing:border-box!important;overflow:hidden!important}video.camera-video{width:250px!important;height:250px!important;max-width:80vw!important;max-height:80vw!important;min-width:200px!important;min-height:200px!important;object-fit:cover!important;border-radius:12px!important;border:2px solid rgba(237,192,96,.6)!important;margin:0 auto!important;display:block!important;position:relative!important;left:50%!important;transform:translate(-50%)!important;touch-action:manipulation!important;user-select:none!important;-webkit-user-select:none!important;aspect-ratio:1/1!important;flex-shrink:0!important;box-sizing:border-box!important;overflow:hidden!important}.modal-content video.camera-video,.camera-container video.camera-video,video[class*=camera-video]{width:200px!important;height:200px!important;max-width:200px!important;max-height:200px!important;min-width:200px!important;min-height:200px!important;object-fit:cover!important;border-radius:8px!important;border:2px solid rgba(237,192,96,.6)!important;margin:0!important;display:block!important;position:relative!important;touch-action:manipulation!important;user-select:none!important;-webkit-user-select:none!important;aspect-ratio:1/1!important;flex-shrink:0!important;box-sizing:border-box!important;overflow:hidden!important}.camera-container{width:200px!important;height:200px!important;max-width:200px!important;max-height:200px!important;min-width:200px!important;min-height:200px!important;display:flex!important;justify-content:center!important;align-items:center!important;padding:0!important;margin:0!important;box-sizing:border-box!important;overflow:hidden!important;position:relative!important;aspect-ratio:1/1!important;flex-shrink:0!important;border:1px solid #333!important;border-radius:8px!important}.camera-container,div.camera-container,.modal-content .camera-container,div[class*=camera-container]{width:100%!important;max-width:100vw!important;display:flex!important;justify-content:center!important;align-items:center!important;padding:20px!important;box-sizing:border-box!important;overflow:hidden!important;position:relative!important}}@media (prefers-reduced-motion: reduce){.carousel-row{animation:none!important;transition:none!important}.carousel-container{--carousel-speed: 0px}}.history-card{background-color:#3c3c3cb3!important;border:1px solid rgba(255,255,255,.1)!important}@media (min-width: 769px){div[style*="maxHeight: '420px'"],div[style*="max-height: '420px'"],.history-flat-list{max-height:600px!important}.bar-detail-page-main .carousel-row,.bar-motore-main .carousel-row{transition:none!important}.bar-detail-page-main .carousel-container{width:100%!important;max-width:800px!important;height:150px!important;overflow:hidden!important;position:relative!important}.bar-detail-page-main .carousel-image{width:200px!important;height:150px!important;object-fit:cover!important;flex-shrink:0!important;margin:0!important}form{max-width:100%!important;padding:0 clamp(12px,3vw,20px)!important}label{font-size:clamp(14px,3.5vw,16px)!important;margin-bottom:clamp(4px,1vw,8px)!important}textarea{font-size:clamp(14px,3.5vw,16px)!important;padding:clamp(10px,2.5vw,14px)!important;width:100%!important;min-height:clamp(80px,20vw,120px)!important}.mobile-hidden{display:none!important}.mobile-full-width{width:100%!important;max-width:100vw!important}.mobile-no-padding{padding-left:0!important;padding-right:0!important}.mobile-center{text-align:center!important;margin-left:auto!important;margin-right:auto!important}*{transition-duration:.2s!important}@keyframes pulse{0%,to{transform:scale(1);opacity:.8}50%{transform:scale(1.02);opacity:1}}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-thumb{background:#ffffff4d;border-radius:4px}::-webkit-scrollbar-track{background:#0000001a}}@media screen and (max-width: 380px){.auth-layout-logo{height:clamp(40px,12vw,60px)!important}button{padding:8px 12px!important}.user-card{width:clamp(100px,28vw,120px)!important;min-height:clamp(120px,32vw,140px)!important}}@media screen and (max-width: 768px){.home-avatar-section{position:relative!important;padding-top:0!important;padding-left:30px!important;margin-top:-40px!important;min-height:30px!important;display:block!important;justify-content:flex-start!important}.home-avatar-button{margin-right:-15px!important;margin-top:0!important;display:block!important}.home-user-info{margin-left:-35px!important}.home-avatar-section{gap:0px!important}.home-avatar,.home-avatar--loading{width:100px!important;height:100px!important;min-width:60px!important;min-height:60px!important;border-radius:50%!important;object-fit:cover!important}.home-heart{position:absolute!important;top:40%!important;left:75%!important;transform:translate(-50%,-50%)!important;margin:0!important;z-index:2!important}.home-heart svg{width:40px!important;height:40px!important}.home-badge-container{margin-top:20px!important;display:flex!important;justify-content:center!important;align-items:center!important}.home-badge__text{font-size:clamp(16px,4vw,20px)!important;line-height:1.35!important;text-align:center!important;word-break:keep-all!important}.home-spoon{width:300px!important;height:150px!important;object-fit:contain!important}.home-cup-container{margin-top:-80px!important;padding:0!important}.home-results{margin-top:5px!important;padding:0 10px!important}.user-grid{gap:8px!important;padding:8px 8px 20px!important}.user-card{margin:4px!important;padding:12px!important;height:auto!important;min-height:160px!important;max-height:180px!important;width:clamp(140px,35vw,160px)!important}.user-card__avatar{width:clamp(70px,18vw,85px)!important;height:clamp(70px,18vw,85px)!important;border-radius:50%!important;object-fit:cover!important;aspect-ratio:1 / 1!important}.home-empty{margin:8px auto!important;padding:0 12px!important}.sidebar,.side-nav,.navigation-sidebar,[class*=sidebar],[class*=side-nav]{display:none!important}.main-content,.content-wrapper,[class*=main-content],[class*=content-wrapper]{width:100%!important;margin-left:0!important;padding-left:0!important}.promotion-detail-page-main{max-width:90vw!important;margin:0 auto!important;padding:10px!important}.main-promo-content-wrapper{max-width:100%!important;padding:8px!important}.promo-text-card{padding:12px!important;margin:8px 0!important}.promo-detail-title{font-size:18px!important;margin:8px 0!important}.promo-detail-image{max-width:100%!important;max-height:200px!important;margin:8px 0!important}.bar-logo-detail{max-width:60px!important;max-height:60px!important;margin:4px 0!important}.primary-button,.secondary-button{padding:10px 16px!important;font-size:14px!important;margin:6px 0!important}.qr-code-box{display:flex!important;justify-content:center!important;align-items:center!important;margin:8px auto!important;padding:8px!important;width:fit-content!important}.request-status-message{padding:12px!important;margin:8px 0!important;font-size:14px!important}div[style*="maxWidth: '400px'"][style*="minHeight: '300px'"],div[style*="backgroundColor: 'rgba(0,0,0,0.4)'"],div[style*="borderRadius: '15px'"]{max-width:95%!important;min-height:250px!important;padding:15px 12px!important}img[style*="width: '140px'"][style*="height: '140px'"],img[style*="borderRadius: '8px'"],img[alt*="Promotion Main Image"]{width:150px!important;height:150px!important}span[style*="fontSize: '28px'"][style*="fontWeight: 'bold'"],span[style*="color: 'white'"]:first-child{font-size:20px!important;margin-bottom:8px!important}span[style*="fontSize: '24px'"][style*="color: '#ff6b6b'"],span[style*="color: '#ff6b6b'"]{font-size:18px!important;margin-bottom:6px!important}span[style*="fontSize: '16px'"],span[style*="color: 'rgba(255, 255, 255, 0.8)'"]{font-size:14px!important;margin-bottom:4px!important}body div[style*="maxWidth: '400px'"]{max-width:95%!important;min-height:250px!important;padding:15px 12px!important}body img[style*="width: '140px'"]{width:150px!important;height:150px!important}@media (min-width: 769px){body img[style*="width: '140px'"][style*="height: '140px'"],img[style*="borderRadius: '16px'"],.additionalImage,[style*=additionalImage]{width:100px!important;height:100px!important}}.promotions-manage-page{max-width:90vw!important;margin:0 auto!important;padding:10px!important}.main-content-wrapper{max-width:100%!important;padding:8px!important}.list-grid{gap:8px!important;padding:4px!important}.promo-item{padding:8px!important;margin:4px 0!important;border-radius:6px!important}.promo-item-info{padding:6px!important}.promo-title{font-size:14px!important;margin:4px 0!important}.edit-button,.status-toggle-button,.delete-button{padding:6px 10px!important;font-size:12px!important;margin:2px!important}.promo-item-actions{padding:4px!important;gap:4px!important}.promo-status,.promo-date{font-size:11px!important;margin:2px 0!important}.input-field,.textarea-field{padding:8px!important;font-size:14px!important;margin:4px 0!important}.counter-grid{display:flex!important;flex-direction:row!important;gap:8px!important;flex-wrap:nowrap!important;justify-content:space-between!important}.action-button-grid{display:flex!important;flex-direction:row!important;gap:8px!important;flex-wrap:nowrap!important;justify-content:center!important}.action-button{flex:1!important;min-width:0!important}.action-button .action-text{font-size:11px!important}.bar-detail-page-main .form-group,.bar-detail-page-main .input-group{margin:8px 0!important;padding:8px!important}.bar-detail-page-main .input-field,.bar-detail-page-main .textarea-field{width:100%!important;padding:10px!important;font-size:14px!important;margin:4px 0!important}.bar-detail-page-main .preview-container,.bar-detail-page-main .preview-section{max-width:100%!important;width:100%!important;margin:10px 0!important;padding:10px!important}.bar-detail-page-main .button-group,.bar-detail-page-main .action-buttons{display:flex!important;flex-direction:column!important;gap:8px!important;margin:15px 0!important}.bar-detail-page-main .button-group button,.bar-detail-page-main .action-buttons button{width:100%!important;padding:12px!important;font-size:14px!important;margin:4px 0!important}.bar-detail-page-main .section,.bar-detail-page-main .card{margin:10px 0!important;padding:12px!important;border-radius:8px!important}.bar-detail-page-main h1,.bar-detail-page-main h2,.bar-detail-page-main h3{font-size:16px!important;margin:8px 0!important;text-align:center!important}.bar-edit-page .preview,.bar-edit-page .preview-section,.bar-edit-page .preview-container,.bar-edit-page [class*=preview]{width:100%!important;max-width:100%!important;height:auto!important;max-height:none!important;overflow:visible!important;background:#1a1a1a!important;border:1px solid #333!important;border-radius:8px!important;padding:12px!important;color:#fff!important}.bar-edit-page .preview [data-simplebar],.bar-edit-page .preview .simplebar-content-wrapper{overflow:visible!important;height:auto!important;max-height:none!important}.bar-edit-page .preview .simplebar-mask,.bar-edit-page .preview .simplebar-placeholder,.bar-edit-page .preview .simplebar-track,.bar-edit-page .preview .simplebar-scrollbar{display:none!important}.bar-edit-page [style*=max-height],.bar-edit-page [style*=maxHeight],.bar-edit-page [style*="height: 420px"],.bar-edit-page [style*="height:420px"]{height:auto!important;max-height:none!important}.bar-edit-page .two-col,.bar-edit-page [style*=grid-template-columns],.bar-edit-page .grid,.bar-edit-page [class*=columns],.bar-edit-page .content-wrapper{display:block!important}.bar-edit-page .left-col,.bar-edit-page .right-col,.bar-edit-page [class*=col-],.bar-edit-page [style*="width: 3"],.bar-edit-page [style*="width: 4"],.bar-edit-page [style*=max-width],.bar-edit-page .edit-form-column,.bar-edit-page .preview-section{width:100%!important;max-width:100%!important}.bar-edit-page .preview-section{order:2!important;margin-top:20px!important}.bar-edit-page .edit-form-column,.bar-edit-page .left-col{order:1!important}.bar-edit-page .preview-header,.bar-edit-page .preview-section .preview-header,.bar-edit-page [class*=preview-header]{background:#1a1a1a!important;color:#fff!important;padding:10px!important;border-radius:6px!important;margin:8px 0!important;text-align:center!important}.bar-edit-page .preview-content .promo-overlay,.bar-edit-page .preview-content .event-overlay,.bar-edit-page .preview-content [class*=overlay]{position:absolute!important;left:0;right:0;bottom:0;background:linear-gradient(transparent,#000000b3)!important;color:#fff!important;padding:8px!important;border-radius:0 0 6px 6px!important}.bar-edit-page,.bar-edit-page .bar-detail-page-main,.bar-edit-page .bar-detail-container{width:100%!important;max-width:100vw!important;padding:12px!important;margin:0 auto!important;overflow:visible!important;box-sizing:border-box!important}.bar-edit-page input,.bar-edit-page textarea,.bar-edit-page select{font-size:16px!important;width:100%!important;box-sizing:border-box!important}.bar-edit-page .photo-grid{display:grid!important;grid-template-columns:repeat(2,1fr)!important;gap:8px!important;margin:10px 0!important}.bar-edit-page .preview-content .carousel-container{width:95%!important;height:100px!important;overflow:hidden!important;background:transparent!important;border-radius:8px!important;margin:10px auto!important;position:relative!important;display:flex!important;justify-content:flex-start!important;align-items:center!important;min-width:95%!important;max-width:95%!important}.bar-edit-page .preview-content .carousel-row{display:flex!important;height:100px!important;width:max-content!important;align-items:center!important;will-change:transform!important;backface-visibility:hidden!important;animation:none!important;transition:none!important}.bar-edit-page .preview-content .carousel-image{width:100px!important;height:70px!important;object-fit:cover!important;flex-shrink:0!important;border-radius:6px!important;margin:0 3px!important;display:block!important;visibility:visible!important;opacity:1!important}.bar-edit-page .preview-content .logo,.bar-edit-page .preview-content img[alt*=logo],.bar-edit-page .preview-content img[alt*=Logo],.bar-edit-page .preview-content .preview-logo-display{width:100px!important;height:100px!important;max-width:100px!important;max-height:100px!important;border-radius:0%!important}.bar-edit-page .preview-content .carousel-container::-webkit-scrollbar{display:none!important;width:0!important;height:0!important;background:transparent!important}.bar-edit-page .preview-content .carousel-container::-webkit-scrollbar-track{display:none!important}.bar-edit-page .preview-content .carousel-container::-webkit-scrollbar-thumb{display:none!important}.bar-edit-page .preview-content .carousel-container{-ms-overflow-style:none!important;scrollbar-width:none!important;overflow:hidden!important;touch-action:manipulation!important;-webkit-overflow-scrolling:auto!important}.bar-edit-page .preview-content .carousel-container .carousel-image{overflow:visible!important}.bar-edit-page .preview-content .carousel-row{animation:none!important;transition:none!important}.bar-edit-page .preview-content .carousel-row img{margin:0 3px!important;display:inline-block!important;vertical-align:top!important}.bar-edit-page .preview-content .section{margin:5px 0!important;padding:15px!important;background:transparent!important;border-radius:8px!important;border:1px solid #444!important}.bar-edit-page .preview-content h2{color:#edc060!important;font-size:18px!important;margin:10px 0!important;text-align:center!important;display:block!important;visibility:visible!important;opacity:1!important}.bar-edit-page .preview-content .section{width:100%!important;max-width:100%!important;display:block!important;visibility:visible!important;opacity:1!important;margin:10px 0!important;padding:10px!important}.bar-edit-page .preview-content [style*=promoTitle],.bar-edit-page .preview-content [style*=promoDescription],.bar-edit-page .preview-content [style*=promoDiscount],.bar-edit-page .preview-content [style*=promoDate]{display:block!important;visibility:visible!important;opacity:1!important;margin:0 0 4px!important;text-shadow:1px 1px 2px rgba(241,17,17,.8)!important}.bar-edit-page .preview-content [style*=promoTitle]{font-size:14px!important;font-weight:700!important;color:#e61e1e!important}.bar-edit-page .preview-content [style*=promoDescription]{font-size:12px!important;color:#ccc!important}.bar-edit-page .preview-content [style*=promoDiscount]{background:#edc060!important;color:#000!important;padding:2px 6px!important;border-radius:4px!important;font-size:11px!important;font-weight:700!important;display:inline-block!important;visibility:visible!important;opacity:1!important}.bar-edit-page .preview-content img{display:block!important;visibility:visible!important;opacity:1!important;max-width:none!important;max-height:none!important}.bar-edit-page .preview-content h2:contains("Sconti e Promozioni"),.bar-edit-page .preview-content h2:contains("Eventi Motore"){display:block!important;visibility:visible!important;color:#edc060!important;font-size:18px!important;margin:10px 0!important;text-align:center!important}.bar-edit-page .preview-content [style*=promotionsWrapper],.bar-edit-page .preview-content [style*=promotionsScroll]{width:100%!important;max-width:100%!important;min-width:100%!important;overflow-x:auto!important;overflow-y:visible!important;display:flex!important;flex-direction:row!important;gap:10px!important}.bar-edit-page .preview-content div[style*="width: 300px"],.bar-edit-page .preview-content div[style*="height: 400px"],.bar-edit-page .preview-content div[style*="borderRadius: 12px"][style*=backgroundColor]{display:inline-block!important;visibility:visible!important;opacity:1!important;position:relative!important;overflow:visible!important;flex-shrink:0!important;width:200px!important;height:200px!important;min-width:200px!important;min-height:200px!important}.bar-edit-page .preview-content img[alt]{display:block!important;visibility:visible!important;opacity:1!important}.bar-edit-page .preview-content *,.bar-edit-page .preview-content h3,.bar-edit-page .preview-content p,.bar-edit-page .preview-content span{visibility:visible!important;opacity:1!important}.bar-edit-page .preview-content div[style*="position: absolute"][style*="bottom: 0"]{display:flex!important;visibility:visible!important;opacity:1!important;background:#000000d9!important;padding:8px!important;max-height:90px!important;height:90px!important;overflow:visible!important}.bar-edit-page .preview-content .section h2,.bar-edit-page .preview-content .section{display:block!important;visibility:visible!important;opacity:1!important;width:100%!important;background:#000c!important;border:2px solid #edc060!important;border-radius:12px!important;margin:5px 0!important;position:relative!important;overflow:visible!important;flex-shrink:0!important}.bar-edit-page .preview-content .section h2{color:#edc060!important;font-size:18px!important;margin:10px 0!important;text-align:center!important;padding:10px!important}.bar-edit-page .preview-content div[style*=promoCard] img{display:block!important;visibility:visible!important;opacity:1!important;width:100%!important;height:100%!important;object-fit:cover!important;position:absolute!important;top:0!important;left:0!important;z-index:1!important}.bar-edit-page .preview-content div[style*=promoOverlay],.bar-edit-page .preview-content div[style*=promoInfo]{display:flex!important;visibility:visible!important;opacity:1!important;position:absolute!important;bottom:0!important;left:0!important;right:0!important;z-index:2!important}.bar-edit-page .preview-content img:not([src]),.bar-edit-page .preview-content img[src=""],.bar-edit-page .preview-content img[src*=undefined]{background:linear-gradient(45deg,#333,#555)!important;display:block!important;content:"Immagine"!important}.bar-edit-page .preview-content .section img{width:100%!important;height:100px!important;object-fit:cover!important;border-radius:6px!important}.bar-edit-page .photo-grid,.bar-edit-page .photos-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important}.bar-edit-page .photo-grid img,.bar-edit-page .photos-grid img,.bar-edit-page .preview-image,.bar-edit-page img{width:100%!important;height:auto!important;max-height:180px!important;object-fit:cover!important;border-radius:6px!important}.bar-edit-page .button,.bar-edit-page button{width:100%!important;padding:12px!important;font-size:14px!important}}@media screen and (max-width: 768px){body:has(div[style*="zIndex: 100"]){overflow:hidden!important;position:fixed!important;width:100%!important}div[style*="position: fixed"][style*="zIndex: 100"],div[style*="position: fixed"][style*="zIndex: 100"][style*="background: rgba(0, 0, 0, 0.7)"]{position:fixed!important;top:0!important;left:0!important;right:0!important;bottom:0!important;width:100vw!important;height:100vh!important;margin:0!important;padding:4px!important;overflow-y:auto!important;overflow-x:hidden!important;-webkit-overflow-scrolling:touch!important;overscroll-behavior-x:none!important;overscroll-behavior-y:contain!important;touch-action:pan-y!important;z-index:100!important;display:flex!important;justify-content:center!important;align-items:flex-start!important;box-sizing:border-box!important}div[style*="position: relative"][style*="zIndex: 101"],div[style*="position: relative"][style*="zIndex: 101"][style*="maxWidth: '500px'"]{position:relative!important;max-width:100vw!important;width:100vw!important;margin:0!important;left:0!important;right:0!important;top:0!important;transform:none!important;box-sizing:border-box!important;padding:8px 8px 60px!important}div[style*="zIndex: 100"] .modal-content,div[style*="zIndex: 101"] .modal-content,div[style*="position: relative"][style*="zIndex: 101"] .modal-content{max-width:100%!important;width:100%!important;overflow-x:hidden!important;box-sizing:border-box!important;padding:12px!important}div[style*="zIndex: 100"] *,div[style*="zIndex: 101"] *,div[style*="position: relative"][style*="zIndex: 101"] *{max-width:100%!important;overflow-x:hidden!important;box-sizing:border-box!important}div[style*="zIndex: 101"] input,div[style*="zIndex: 101"] textarea,div[style*="zIndex: 101"] select,div[style*="position: relative"][style*="zIndex: 101"] input,div[style*="position: relative"][style*="zIndex: 101"] textarea,div[style*="position: relative"][style*="zIndex: 101"] select{max-width:100%!important;width:100%!important;box-sizing:border-box!important}div[style*="zIndex: 101"] .image-preview,div[style*="position: relative"][style*="zIndex: 101"] .image-preview{width:250px!important;height:180px!important;object-fit:cover!important;border-radius:8px!important;border:2px solid rgba(237,192,96,.6)!important}div[style*="zIndex: 101"] .image-preview-small,div[style*="position: relative"][style*="zIndex: 101"] .image-preview-small{width:150px!important;height:110px!important;object-fit:cover!important;border-radius:6px!important;border:2px solid rgba(237,192,96,.6)!important}div[style*="zIndex: 101"] .image-upload-container,div[style*="position: relative"][style*="zIndex: 101"] .image-upload-container{display:flex!important;flex-direction:column!important;gap:16px!important;align-items:center!important}div[style*="zIndex: 101"] .image-upload-section,div[style*="position: relative"][style*="zIndex: 101"] .image-upload-section{display:flex!important;flex-direction:column!important;align-items:center!important;width:100%!important}div[style*="zIndex: 101"] .additional-images-grid,div[style*="position: relative"][style*="zIndex: 101"] .additional-images-grid{display:grid!important;grid-template-columns:repeat(auto-fit,minmax(120px,1fr))!important;gap:12px!important;width:100%!important;justify-items:center!important}.bar-edit-page .preview-content div[style*="flexDirection: 'column'"]{flex-direction:column!important;align-items:center!important;width:100%!important;background:inherit!important}.bar-edit-page .preview-content div[style*="display: 'flex'"][style*="gap: '10px'"]{display:flex!important;flex-direction:column!important;align-items:center!important;gap:10px!important;width:100%!important;background:inherit!important}.bar-edit-page .preview-content div[style*="gap: '20px'"]{display:flex!important;flex-direction:row!important;justify-content:center!important;align-items:center!important;gap:20px!important;width:auto!important;max-width:120px!important;margin:0 auto!important;background:inherit!important}.bar-edit-page .preview-content button[style*="borderRadius: '50%'"],.bar-edit-page .preview-content button[style*="width: '35px'"],.bar-edit-page .preview-content button[style*="height: '35px'"],.bar-edit-page .preview-content .promo-arrow-btn{width:35px!important;height:35px!important;border-radius:50%!important;min-width:35px!important;max-width:35px!important;min-height:35px!important;max-height:35px!important;padding:0!important;box-sizing:border-box!important;flex-shrink:0!important;aspect-ratio:1 / 1!important;display:flex!important;align-items:center!important;justify-content:center!important}.bar-edit-page .section{padding:15px!important;margin-bottom:20px!important;background:#ffffff0d!important;border-radius:12px!important;border:1px solid rgba(255,255,255,.1)!important}.bar-edit-page h2{color:#edc060!important;font-size:18px!important;font-weight:600!important;margin-bottom:15px!important;text-align:left!important}.bar-edit-page .setting-item{display:flex!important;align-items:center!important;margin-bottom:12px!important;padding:8px 0!important;gap:12px!important}.bar-edit-page input[type=checkbox]{width:20px!important;height:20px!important;margin:0!important;flex-shrink:0!important;accent-color:#EDC060!important}.bar-edit-page label,.bar-edit-page span{color:#fff!important;font-size:14px!important;font-weight:500!important;margin:0!important;flex:1!important;line-height:1.4!important}.bar-edit-page .section h3{color:#edc060cc!important;font-size:16px!important;font-weight:500!important;margin:20px 0 15px!important;text-align:left!important}.bar-edit-page .section button[onclick*=sendActivationRequest]{width:100%!important;padding:12px 16px!important;margin-bottom:10px!important;border-radius:8px!important;font-size:14px!important;font-weight:500!important;text-align:center!important;border:2px solid #EDC060!important;background:transparent!important;color:#edc060!important;cursor:pointer!important;transition:all .3s ease!important}.bar-edit-page .section button[onclick*=sendActivationRequest]:hover{background:#edc060!important;color:#000!important}.bar-edit-page .section button[onclick*=sendActivationRequest]:last-child{margin-bottom:0!important}.bar-edit-page .preview-content .promotionsWrapper,.bar-edit-page .preview-content .promotionsScroll{width:100%!important;background:inherit!important}.bar-edit-page .preview-content .carousel-container{width:100%!important;max-width:100%!important;height:150px!important;overflow:hidden!important}.bar-edit-page .preview-content .carousel-image{width:120px!important;height:150px!important;object-fit:cover!important;flex-shrink:0!important;border-radius:8px!important;margin-right:8px!important}.bar-edit-page .preview-content div[style*="width: 100%"][style*="display: flex"][style*="justifyContent: center"]{width:100%!important;max-width:100%!important;overflow-x:auto!important;overflow-y:hidden!important;-webkit-overflow-scrolling:touch!important}.bar-edit-page .photos-grid .photo-item{display:flex!important;flex-direction:column!important;height:140px!important;overflow:visible!important}.bar-edit-page .photos-grid .photo-item img{width:100%!important;height:100px!important;object-fit:cover!important;flex-shrink:0!important;border-radius:8px 8px 0 0!important}.bar-edit-page .photos-grid .photo-item button{position:relative!important;top:auto!important;right:auto!important;left:auto!important;bottom:auto!important;width:100%!important;height:30px!important;background-color:#ef4444e6!important;color:#fff!important;border:none!important;border-radius:0 0 8px 8px!important;display:flex!important;align-items:center!important;justify-content:center!important;cursor:pointer!important;font-size:12px!important;font-weight:500!important;padding:4px 8px!important;margin:0!important;flex-shrink:0!important;transition:background-color .3s ease!important}.bar-edit-page .photos-grid .photo-item button:hover{background-color:#ef4444!important}.bar-edit-page .preview-logo-display{width:180px!important;height:120px!important;border-radius:0!important}}.bar-edit-page .photos-grid .photo-item{display:flex!important;flex-direction:column!important;height:140px!important;overflow:visible!important}.bar-edit-page .photos-grid .photo-item img{width:100%!important;height:100px!important;object-fit:cover!important;flex-shrink:0!important;border-radius:8px 8px 0 0!important}.bar-edit-page .photos-grid .photo-item button{position:relative!important;top:auto!important;right:auto!important;left:auto!important;bottom:auto!important;width:100%!important;height:30px!important;background-color:#ef4444e6!important;color:#fff!important;border:none!important;border-radius:0 0 8px 8px!important;display:flex!important;align-items:center!important;justify-content:center!important;cursor:pointer!important;font-size:12px!important;font-weight:500!important;padding:4px 8px!important;margin:0!important;flex-shrink:0!important;transition:background-color .3s ease!important}.bar-edit-page .photos-grid .photo-item button:hover{background-color:#ef4444!important}@media (min-width: 769px){.bar-edit-page .preview-logo-display{width:220px!important;height:140px!important;border-radius:0!important}}@media screen and (min-width: 769px){.home-avatar-section{display:flex!important;align-items:center!important;justify-content:center!important;width:100%!important;padding:10px 20px!important;margin-bottom:10px!important;margin-top:0!important;position:relative!important;min-height:auto!important;gap:8px!important;flex-direction:row!important;flex-wrap:nowrap!important}.home-avatar-section .home-avatar-button{order:1!important;flex-shrink:0!important;margin:0 -3px 0 0!important;position:static!important;left:auto!important;top:auto!important;transform:none!important;z-index:1!important;display:block!important}.home-avatar-section .home-heart{order:3!important;flex-shrink:0!important;margin:0!important;position:static!important;left:auto!important;top:auto!important;transform:none!important;z-index:1!important}.home-avatar-section .home-user-info{order:2!important;position:static!important;left:auto!important;top:auto!important;transform:none!important;text-align:center!important;color:#fff!important;z-index:1!important;margin:0 0 0 -3px!important;width:auto!important;max-width:none!important}.home-avatar-section .home-avatar{width:70px!important;height:70px!important;min-width:70px!important;min-height:70px!important}.home-avatar-section .home-heart svg{width:60px!important;height:60px!important}.home-avatar-section~div[style*="rgba(0, 0, 0, 0.3)"],.home-avatar-section~div[style*="backgroundColor: 'rgba(0, 0, 0, 0.3)'"],.home-avatar-section~div[style*="backgroundColor:rgba(0, 0, 0, 0.3)"],.home-avatar-section+div[style*="rgba(0, 0, 0, 0.3)"]{display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:center!important;width:100%!important;padding:6px 20px!important;margin-top:-10px!important;margin-bottom:5px!important;gap:20px!important;background-color:#0000004d!important}.home-avatar-section~div[style*="rgba(0, 0, 0, 0.3)"]>div:first-child,.home-avatar-section~div[style*="rgba(0, 0, 0, 0.3)"]>div[style*="#D4AF37"],.home-avatar-section~div[style*="rgba(0, 0, 0, 0.3)"]>div[style*="color: '#D4AF37'"]{font-size:14px!important;font-weight:700!important;color:#d4af37!important;white-space:nowrap!important;text-align:center!important}.home-avatar-section~div[style*="rgba(0, 0, 0, 0.3)"]>button,.home-avatar-section~div[style*="rgba(0, 0, 0, 0.3)"]>button[style*=transparent]{background-color:transparent!important;border-width:2px!important;border-style:solid!important;padding:8px 15px!important;border-radius:20px!important;color:#fff!important;font-size:12px!important;font-weight:700!important;cursor:pointer!important;white-space:nowrap!important}}
