html,body,#root{height:100%;margin:0;padding:0;background-color:#e9ecef;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.sidebar-container{position:fixed;top:60px;left:0;z-index:1000;transform:translate(-100%);transition:transform .3s ease-in-out;width:250px;height:auto}@media(max-width:768px){.sidebar-container{top:80px;height:calc(100% - 80px)}}.sidebar-container.open{transform:translate(0)}.sidebar{width:100%;background-color:#1a2c4a;color:#fff;padding:20px;box-sizing:border-box;height:auto;border-bottom-right-radius:10px}@media(max-width:768px){.sidebar{height:100%;border-bottom-right-radius:0;overflow-y:auto}}.sidebar nav ul{list-style:none;padding:20px 0 0;margin:0}.sidebar nav ul li{margin-bottom:15px}.sidebar nav ul li a{color:#fff;text-decoration:none;display:flex;align-items:center;padding:10px;border-radius:5px;transition:background-color .3s ease}.sidebar nav ul li a:hover,.sidebar nav ul li a.active{background-color:#2c3e50}.sidebar nav ul li a .icon{margin-right:10px}.user-avatar{width:40px;height:40px;border-radius:50%;background-color:#3498db;color:#fff;display:flex;justify-content:center;align-items:center;font-size:1.2em;font-weight:700}.app-header{display:flex;justify-content:space-between;align-items:center;padding:20px;background-color:#041d35;color:#ecf0f1;position:fixed;top:0;left:0;width:100%;z-index:1001;box-sizing:border-box}@media(max-width:768px){.app-header{height:80px;padding:0 20px;align-items:center}.header-left,.header-right{padding:0}.user-name{display:none}}.header-left{display:flex;align-items:center}.header-title{margin:0 0 0 20px;font-size:1.5em}.header-title-link{color:inherit;text-decoration:none}.header-right{position:relative}.user-info{display:flex;align-items:center;cursor:pointer}.user-name{margin-right:15px}.user-icon{font-size:1.8em;margin-left:10px}.dropdown-menu{position:absolute;top:calc(100% + 10px);right:0;background-color:#34495e;border:1px solid #4F6A92;border-radius:5px;padding:10px;z-index:100;display:flex;flex-direction:column;width:max-content}.dropdown-menu a,.dropdown-menu button{background:none;border:none;color:#ecf0f1;padding:8px 12px;text-align:left;width:100%;cursor:pointer;text-decoration:none;display:block;font-size:1rem;font-family:inherit}.dropdown-menu a:hover,.dropdown-menu button:hover{background-color:#4f6a92}.auth-container{display:flex;justify-content:center;align-items:center;min-height:100vh;background-color:#f5f5f5}.auth-form{padding:2rem;background-color:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;width:100%;max-width:400px}.form-group{margin-bottom:1rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:500}.form-group input{width:100%;padding:.5rem;border:1px solid #ccc;border-radius:4px}.auth-button{width:100%;padding:.75rem;border:none;border-radius:4px;background-color:#337ab7;color:#fff;font-size:1rem;cursor:pointer}.google-signin-button{width:100%;padding:.75rem;margin-top:1rem;border:1px solid #ccc;border-radius:4px;background-color:#fff;color:#333;font-size:1rem;cursor:pointer;display:flex;align-items:center;justify-content:center}.error-message{color:#a94442;background-color:#f2dede;border:1px solid #ebccd1;padding:1rem;border-radius:4px;margin-bottom:1rem}.success-message{color:#3c763d;background-color:#dff0d8;border:1px solid #d6e9c6;padding:1rem;border-radius:4px;margin-bottom:1rem}@media(max-width:768px){.dashboard-grid{grid-template-columns:1fr;grid-template-rows:auto}.kpi-card,.kpi-split-container,.chart-card{grid-column:span 1}.kpi-split-container{flex-direction:column;gap:20px}.kpi-split-card{border-radius:12px!important;border-left:1px solid #dee2e6!important}}.home-dashboard{padding:20px;box-sizing:border-box;display:flex;flex-direction:column;min-height:100vh;background-color:#e9ecef}.dashboard-header-top{display:flex;align-items:center;gap:20px}.dashboard-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:auto 1fr 1fr;gap:20px;width:100%;padding-bottom:70px;flex-grow:1;min-height:0}.chart-card{grid-column:span 2;min-height:300px}.cliente-bar-fg{height:100%;background-color:#36a2eb;border-radius:4px;height:18px}@media(max-width:1200px){.dashboard-grid{grid-template-columns:repeat(2,1fr);grid-template-rows:auto}.kpi-card,.kpi-split-container,.chart-card{grid-column:span 2}}@media(max-width:768px){.home-dashboard{padding:10px 0}.dashboard-header{flex-direction:column;align-items:stretch}.dashboard-header>h1{margin-bottom:0;flex:1;text-align:left}.header-controls{flex-direction:column;width:100%;gap:15px;margin-top:10px;align-items:flex-start}.dashboard-header-top{display:flex;justify-content:space-between;align-items:center;width:100%;margin-bottom:10px}.kpi-indicators{display:flex;flex-wrap:wrap;gap:8px;width:100%;justify-content:flex-start}.kpi-indicator{font-size:.85em;padding:6px 10px}.dashboard-grid{grid-template-columns:1fr;grid-template-rows:auto;width:100%;padding:0}.kpi-card,.kpi-split-container,.chart-card{grid-column:span 1;width:100%;min-width:0}.kpi-split-container{flex-direction:column;gap:20px}.kpi-split-card{border-radius:12px!important;border-left:1px solid #dee2e6!important;width:100%}.kpi-title{position:static;transform:none;background-color:transparent;padding:0;margin-bottom:15px;text-align:center;font-size:1.2em;font-weight:600}.grid-item{padding:15px}}.new-app-header{display:flex;justify-content:space-between;align-items:center;padding:0;background-color:#041d35;color:#ecf0f1;width:100%;height:100%;box-sizing:border-box}@media(max-width:768px){.new-app-header{height:80px;padding:0;align-items:center}.new-user-name{display:none}}.new-header-left{display:flex;align-items:center}.new-header-title{margin:0 0 0 20px;font-size:1.5em}.new-header-title-link{color:inherit;text-decoration:none}.new-header-right{position:relative}.new-user-info{display:flex;align-items:center;cursor:pointer}.new-user-name{margin-right:15px}.new-dropdown-menu{position:absolute;top:calc(100% + 10px);right:0;background-color:#34495e;border:1px solid #4F6A92;border-radius:5px;padding:10px;z-index:100;display:flex;flex-direction:column;width:max-content}.new-dropdown-menu a,.new-dropdown-menu button{background:none;border:none;color:#ecf0f1;padding:8px 12px;text-align:left;width:100%;cursor:pointer;text-decoration:none;display:block;font-size:1rem;font-family:inherit}.new-dropdown-menu a:hover,.new-dropdown-menu button:hover{background-color:#4f6a92}.burger-icon{width:30px;height:25px;position:relative;cursor:pointer;display:flex;flex-direction:column;justify-content:space-between}.burger-icon span{display:block;height:3px;width:100%;background-color:#ecf0f1;border-radius:3px;transition:all .3s ease-in-out}.burger-icon.open span:nth-child(1){transform:translateY(11px) rotate(45deg)}.burger-icon.open span:nth-child(2){opacity:0}.burger-icon.open span:nth-child(3){transform:translateY(-11px) rotate(-45deg)}.new-sidebar-container{position:fixed;top:80px;left:0;z-index:1000;transform:translate(-100%);transition:transform .3s ease-in-out;width:250px;height:auto}.new-desktop-hover-area{position:fixed;top:80px;left:0;width:20px;height:calc(100% - 80px);z-index:999}@media(max-width:768px){.new-sidebar-container{top:80px;height:calc(100% - 80px)}.new-desktop-hover-area{display:none}}.new-sidebar-container.open{transform:translate(0)}.new-sidebar{width:100%;background-color:#1a2c4a;color:#fff;padding:20px;box-sizing:border-box;height:auto;border-bottom-right-radius:10px}@media(max-width:768px){.new-sidebar{height:100%;border-bottom-right-radius:0;overflow-y:auto}}.new-sidebar nav ul{list-style:none;padding:20px 0 0;margin:0}.new-sidebar nav ul li{margin-bottom:15px}.new-sidebar nav ul li a{color:#fff;text-decoration:none;display:flex;align-items:center;padding:10px;border-radius:5px;transition:background-color .3s ease}.new-sidebar nav ul li a:hover,.new-sidebar nav ul li a.active{background-color:#2c3e50}.new-sidebar nav ul li a .icon{margin-right:10px}.new-layout{display:flex;flex-direction:column;height:100vh}.new-layout-header{height:80px;display:flex;align-items:center;justify-content:space-between}.new-layout-body{display:flex;flex-direction:column;flex:1;overflow:hidden;padding:15px;box-sizing:border-box;gap:15px;border-radius:26px}.new-layout-subheader{padding:1rem 1rem 1rem 0;height:50px;display:flex;align-items:center;justify-content:flex-start;border-radius:15px 15px 0 0}.new-layout-content{flex:1;overflow-y:auto;padding:1rem 1rem 1rem 0;border-radius:0 0 15px 15px}.new-layout-content.no-subheader{border-radius:15px}.new-layout-content::-webkit-scrollbar{width:12px}.new-layout-content::-webkit-scrollbar-track{border-radius:0 0 15px}.new-layout-content.no-subheader::-webkit-scrollbar-track{border-radius:15px}.new-layout-content::-webkit-scrollbar-thumb{background-color:#888;border-radius:10px;border:3px solid #f1f1f1}.new-layout-content::-webkit-scrollbar-thumb:hover{background-color:#555}@media(max-width:768px){.new-layout-body{padding:10px;border-radius:15px}.new-layout-header h1{font-size:1.2rem}.new-layout-subheader{padding:0;height:50px}.new-layout-content{padding:.5rem .5rem .5rem 0}}.home-dashboard{height:100%;min-height:initial;padding:0;background-color:transparent;display:flex;flex-direction:column}.dashboard-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;flex-shrink:0}.dashboard-header h1{font-size:1.9em;font-weight:600;color:#2c3e50;margin:0}.dashboard-header-top{display:flex;align-items:center;justify-content:space-between;width:100%;gap:20px}.desktop-header-right-controls{display:flex;align-items:center;gap:20px}.year-filter{padding:10px 15px;border:1px solid #dee2e6;border-radius:8px;background-color:#fff;font-size:1em;font-weight:500}.header-controls{display:flex;align-items:center;gap:40px}.kpi-indicators{display:flex;gap:10px}.kpi-indicator{padding:8px 12px;border-radius:8px;font-weight:600;color:#333}.kpi-indicator.yellow{background-color:#fff3cd}.kpi-indicator.red{background-color:#f8d7da}.kpi-indicator-clickable{cursor:pointer}.dashboard-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:auto 1fr 1fr;gap:20px;width:100%;padding-bottom:0;flex-grow:1;min-height:0}.grid-item{background-color:#fff;border-radius:12px;border:1px solid #dee2e6;box-shadow:0 4px 6px #0000000a;position:relative;padding:24px;box-sizing:border-box;display:flex;flex-direction:column}.kpi-title{position:absolute;top:0;left:20px;transform:translateY(-60%);background-color:#e9ecef;padding:0 10px;font-size:1.05em;font-weight:600;color:#495057;margin:0}.kpi-card{grid-column:span 1}.kpi-card p{font-size:2.2em;font-weight:700;color:#2c3e50;margin:0;text-align:center;flex-grow:1;display:flex;align-items:center;justify-content:center}.kpi-split-container{grid-column:span 2;display:flex;padding:0;background-color:transparent;border:none;box-shadow:none}.kpi-split-card{flex:1;padding:24px 12px 12px;display:flex;flex-direction:column;justify-content:center;min-height:80px;box-sizing:border-box;background-color:#fff;border:1px solid #dee2e6;box-shadow:0 4px 6px #0000000a;position:relative}.kpi-split-card.first{border-radius:12px 0 0 12px}.kpi-split-card.middle{border-radius:0;border-left:none}.kpi-split-card.last{border-radius:0 12px 12px 0;border-left:none}.kpi-split-card .kpi-title{left:20px;transform:translateY(-60%);padding:0 8px;font-size:1.02em}.kpi-value{font-size:1.6em;font-weight:700;color:#2c3e50;margin-top:6px;text-align:center}.ratio-bar-wrapper{position:relative;width:80%;margin:10px auto 0}.ratio-bar-container{display:flex;height:15px;border-radius:10px;overflow:hidden;background-color:#e9ecef}.ratio-bar-segment{height:100%}.ratio-bar-wrapper:hover .custom-tooltip{display:block;opacity:1}.custom-tooltip{display:none;opacity:0;position:absolute;bottom:115%;left:50%;transform:translate(-50%);background-color:#333;color:#fff;padding:8px 12px;border-radius:6px;white-space:nowrap;z-index:10;font-size:.9em;box-shadow:0 2px 5px #0003;transition:opacity .2s ease-in-out}.tooltip-row{display:flex;align-items:center;margin:4px 0}.tooltip-color-box{width:12px;height:12px;border-radius:3px;margin-right:8px;border:1px solid rgba(255,255,255,.5)}.chart-card{grid-column:span 2;min-height:0}.chart-container,.clientes-chart-container{flex-grow:1;position:relative;width:100%;margin-top:10px}.chart-container{cursor:pointer}.clientes-chart-container{display:flex;flex-direction:column;justify-content:space-around;padding-top:10px}.cliente-bar-item{display:flex;align-items:center;gap:10px;cursor:pointer}.cliente-name{flex:0 0 100px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:.9em}.cliente-bar-bg{flex-grow:1;background-color:#e9ecef;border-radius:4px;height:18px;position:relative}.cliente-bar-fg{height:100%;background-color:#36a2eb;border-radius:4px}.cliente-bar-bg:hover .cliente-tooltip{display:block}.cliente-tooltip{display:none;position:absolute;top:-30px;left:50%;transform:translate(-50%);background-color:#333;color:#fff;padding:5px 10px;border-radius:4px;font-size:.9em;white-space:nowrap}.comissao-value{font-size:.9em;font-weight:600;color:#495057}@media(min-width:769px){.new-layout-content:has(.home-dashboard){overflow-y:hidden}}@media(max-width:768px){.home-dashboard{padding:10px 15px 20px;min-height:100vh;background-color:#e9ecef}.dashboard-header-mobile{display:flex;flex-direction:column;gap:15px}.dashboard-header-top{justify-content:space-between;width:100%}.kpi-indicators-mobile{display:flex;flex-wrap:wrap;gap:8px}.dashboard-grid{display:flex;flex-direction:column;gap:20px}.kpi-card,.kpi-split-container,.chart-card{grid-column:span 1}.kpi-split-container{flex-direction:column;gap:20px}.kpi-split-card{border-radius:12px!important;border-left:1px solid #dee2e6!important}.kpi-title{position:static;transform:none;background-color:transparent;padding:0;margin-bottom:15px;text-align:center;font-size:1.2em}.grid-item{padding:15px}.chart-card{min-height:300px}.new-layout-content:has(.home-dashboard){overflow-y:auto;-ms-overflow-style:none;scrollbar-width:none}.new-layout-content:has(.home-dashboard)::-webkit-scrollbar{display:none}}:root{--home-card-width: 260px;--home-card-gap: 16px}.home-page-shell{min-height:100vh;background:radial-gradient(circle at top,#e5e9f0,#f1f3f7,#eef1f5);padding:16px;display:flex;justify-content:center}.home-page-container{width:100%;max-width:1660px;background:#fff;border-radius:26px;overflow:hidden;box-shadow:0 16px 44px #0000002e;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;position:relative}.home-hero{position:relative;height:40vh;background-size:cover;background-position:center;display:flex;align-items:center;justify-content:center;text-align:center;color:#fff}.home-hero-overlay{position:absolute;inset:0;background:#0000004d}.home-hero-content{position:relative;z-index:1;padding:0 20px}.home-hero-title{font-size:3rem;margin-bottom:15px;font-weight:700;text-shadow:2px 2px 5px rgba(0,0,0,.7)}.home-hero-subtitle{font-size:1.3rem;text-shadow:1px 1px 3px rgba(0,0,0,.7)}.home-fab{position:absolute;bottom:18px;right:22px;width:54px;height:54px;border-radius:50%;border:none;background-color:#007bff;color:#fff;font-size:28px;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 12px 25px #00000059;transition:background-color .3s ease,transform .2s ease}.home-fab:hover{background-color:#0056b3;transform:translateY(-2px) scale(1.02)}.home-main{padding:26px 24px 50px}.home-muted{text-align:center;color:#6b7280}.home-group-card{background:#fff;border-radius:22px;overflow:hidden;margin:0 auto 32px;max-width:calc((5 * var(--home-card-width)) + (4 * var(--home-card-gap)) + 48px);box-shadow:0 6px 20px #00000014}.home-group-header{position:relative;height:140px;overflow:hidden}.home-group-header-bg{position:absolute;inset:0;background-size:cover;background-position:center;filter:brightness(.95) saturate(1.05)}.home-group-header-overlay{position:absolute;inset:0;background:linear-gradient(90deg,#00000073,#0000002e,#00000073)}.home-group-header-content{position:relative;z-index:2;height:100%;padding:12px 18px;display:flex;flex-direction:column;justify-content:center}.home-group-title{margin:0;color:#fff;font-size:1.15rem;font-weight:600;text-shadow:0 2px 5px rgba(0,0,0,.7)}.home-group-subtitle{margin-top:3px;font-size:.85rem;color:#e5e7eb}.home-group-carousel-wrap{padding:18px 20px;background:#f9fafb;border-radius:22px;overflow:hidden}.home-ofertas-carousel-wrapper{position:relative;width:100%;overflow:hidden;max-width:calc((4 * var(--home-card-width)) + (3 * var(--home-card-gap)) + 48px);padding:0 24px;margin:0 auto}.home-ofertas-carousel{display:flex;gap:var(--home-card-gap);overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;padding:6px 0 16px;scrollbar-width:none}.home-ofertas-carousel::-webkit-scrollbar{display:none!important}.home-oferta-card{flex:0 0 auto;width:var(--home-card-width);scroll-snap-align:start}.home-oferta-image-wrapper{position:relative;height:360px;border-radius:18px;overflow:hidden;background:#fff;box-shadow:0 14px 36px #00000038;cursor:pointer;transition:.25s ease}.home-oferta-image-wrapper:hover{transform:scale(1.03);box-shadow:0 22px 52px #2563eb54}.home-oferta-image{width:100%;height:100%;object-fit:cover;border-radius:18px;opacity:0;transform:scale(1.04);transition:opacity .6s ease,transform .6s ease}.home-oferta-image.loaded{opacity:1;transform:scale(1)}.home-oferta-label-overlay{position:absolute;bottom:0;left:0;right:0;background:#1c2636cc;color:#fff;padding:10px;text-align:center}.home-oferta-label-text{font-size:1rem;font-weight:700;text-shadow:1px 1px 3px rgba(0,0,0,.5)}.home-carousel-arrow{position:absolute;top:50%;transform:translateY(-50%);background-color:#00000080;color:#fff;border:none;border-radius:50%;width:44px;height:44px;font-size:24px;cursor:pointer;z-index:10;transition:background-color .3s ease}.home-carousel-arrow:hover{background-color:#000000b3}.home-carousel-arrow.left{left:15px}.home-carousel-arrow.right{right:15px}.fab-container{position:fixed;bottom:25px;right:22px;z-index:1000;display:flex;flex-direction:column-reverse;align-items:center;gap:15px}@media(min-width:1704px){.fab-container{right:calc((100vw - 1660px)/2 + 22px)}}.fab-main{width:60px;height:60px;border-radius:50%;background-color:#007bff;color:#fff;border:none;box-shadow:0 4px 12px #0000004d;cursor:pointer;display:flex;justify-content:center;align-items:center;transition:all .3s ease}.fab-main .fab-icon{font-size:24px;transition:transform .3s ease}.fab-main.open .fab-icon{transform:rotate(135deg)}.fab-options{display:flex;flex-direction:column;align-items:center;gap:15px;list-style:none;padding:0;margin:0}.fab-option{width:48px;height:48px;border-radius:50%;color:#fff;display:flex;justify-content:center;align-items:center;text-decoration:none;box-shadow:0 2px 8px #0003;transform:scale(0) translateY(20px);opacity:0;transition:all .3s ease}.fab-main.open+.fab-options .fab-option{transform:scale(1) translateY(0);opacity:1}.fab-main.open+.fab-options .fab-option:nth-child(1){transition-delay:.2s}.fab-main.open+.fab-options .fab-option:nth-child(2){transition-delay:.15s}.fab-main.open+.fab-options .fab-option:nth-child(3){transition-delay:.1s}.fab-main.open+.fab-options .fab-option:nth-child(4){transition-delay:.05s}.fab-option:hover{transform:scale(1.1)}.fab-option.email{background-color:#4a90e2}.fab-option.email:hover{background-color:#357abd}.fab-option.instagram{background:#c13584}.fab-option.instagram:hover{background:#a22b6c}.fab-option.facebook{background:#1877f2}.fab-option.facebook:hover{background:#166fe5}.fab-option.messenger{background:#00b2ff}.fab-option.messenger:hover{background:#0099e6}.fab-option .fab-icon{font-size:22px}@media(max-width:1200px){:root{--home-card-width: 240px}}@media(max-width:992px){:root{--home-card-width: 220px}.home-page-shell{padding:10px}.home-main{padding:20px 15px 40px}}@media(max-width:768px){:root{--home-card-width: 250px;--home-card-gap: 12px}.home-page-shell{padding:5px;background:#f1f3f7}.home-page-container{border-radius:15px}.home-main{padding:15px}.home-hero{height:35vh}.home-hero-title{font-size:2.2rem}.home-hero-subtitle{font-size:1rem;padding:0 10px}.home-fab{width:48px;height:48px;font-size:24px;bottom:15px;right:15px}.home-group-card{margin-bottom:20px;border-radius:15px;box-shadow:0 4px 10px #00000014;border:1px solid #e5e7eb}.home-group-header{height:120px}.home-group-header-content{padding:10px 15px}.home-group-title{font-size:1rem}.home-group-subtitle{font-size:.8rem}.home-group-carousel-wrap{padding:10px;border-radius:0 0 15px 15px}.home-ofertas-carousel-wrapper{padding:0}.home-ofertas-carousel{padding:4px 5px 15px}.home-oferta-image-wrapper{height:330px;border-radius:14px;box-shadow:0 8px 25px #00000026}.home-oferta-image-wrapper:hover{transform:scale(1.02)}.fab-container{bottom:15px;right:15px}.home-carousel-arrow{display:none}}@media(max-width:480px){:root{--home-card-width: 220px}.home-hero-title{font-size:1.8rem}.home-hero-subtitle{font-size:.9rem}.home-oferta-image-wrapper{height:250px}}.modal-overlay{position:fixed;inset:0;background-color:#000000b3;z-index:1000;display:flex;align-items:center;justify-content:center}.modal-content{background-color:#fff;border-radius:12px;width:90%;max-width:1000px;height:80%;box-shadow:0 5px 20px #0000004d;display:flex;flex-direction:column}.modal-header{display:flex;align-items:center;padding:15px 25px;border-bottom:1px solid #e0e0e0}.modal-header .tabs{flex-grow:1}.tabs button{background:none;border:none;font-size:1.1rem;padding:10px 15px;cursor:pointer;color:#888;border-bottom:3px solid transparent}.tabs button.active{color:#007bff;border-bottom-color:#007bff}.add-new-btn,.close-btn{background:none;border:none;font-size:2rem;cursor:pointer}.add-new-btn{color:#007bff;margin-right:20px}.close-btn{color:#888}.filter-dropdown{margin-right:15px;padding:6px 10px;border-radius:6px;border:1px solid #ccc;font-size:.9rem}.modal-body{flex-grow:1;overflow-y:auto;padding:25px}.list-container{display:flex;flex-direction:column;gap:15px}.grupo-row-card,.oferta-row-card{padding:0;background-color:#f9f9f9;border-radius:8px;border:1px solid #e0e0e0;transition:background-color .2s;min-height:50px;display:grid;overflow:hidden}.grupo-row-card:hover,.oferta-row-card:hover{background-color:#f0f0f0}.grupo-row-card>*,.oferta-row-card>*{padding:10px 15px;border-right:1px solid #e0e0e0;display:flex;align-items:center;min-width:0}.grupo-row-card>*:last-child,.oferta-row-card>*:last-child{border-right:none}.grupo-row-card{grid-template-columns:1fr auto auto 50px 40px}.grupo-desc{font-weight:700;cursor:pointer;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.oferta-row-card{grid-template-columns:1fr auto auto auto auto auto auto 40px}.oferta-row-card>*{justify-content:flex-end;text-align:right}.oferta-row-card>:first-child{justify-content:flex-start;text-align:left}.oferta-desc,.oferta-de,.oferta-para{cursor:pointer;font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.grupo-toggle,.oferta-toggle,.grupo-banner,.image-uploader{flex-shrink:0}.grupo-banner,.image-uploader{justify-content:center}.banner-icon{width:32px;height:32px;object-fit:cover;border-radius:4px;cursor:pointer}.delete-btn-list{background:none;border:none;font-size:1.5rem;color:#888;cursor:pointer;padding:0;transition:color .2s;justify-self:center;align-self:center}.delete-btn-list:hover{color:#dc3545}.inline-edit-input{width:100%;padding:5px;font-size:1rem;border:1px solid #007bff;border-radius:4px;box-sizing:border-box}.toggle-switch{height:28px}.slider{border-radius:28px}.slider:before{width:20px;height:20px;top:4px;left:4px}.slider-main-label{font-size:.8rem}.grupo-toggle-nome .toggle-switch{width:140px}.grupo-toggle-nome input:checked+.slider:before{transform:translate(108px)}.grupo-toggle-mostrar .toggle-switch,.oferta-toggle .toggle-switch{width:110px}.grupo-toggle-mostrar input:checked+.slider:before,.oferta-toggle input:checked+.slider:before{transform:translate(78px)}.oferta-toggle-label .toggle-switch{width:130px}.manager-form{display:flex;flex-direction:column;gap:20px}.manager-form input,.manager-form select{padding:12px;border:1px solid #ccc;border-radius:6px;font-size:1rem}.date-group,.image-upload-group{display:flex;flex-direction:column;gap:10px}.image-preview{max-width:200px;height:auto;border-radius:6px}.form-toggles{display:flex;gap:20px;align-items:center;padding:10px 0}.form-actions{display:flex;gap:10px;margin-top:15px;border-top:1px solid #e0e0e0;padding-top:20px}.form-actions button{padding:10px 15px;border:1px solid #ccc;border-radius:6px;cursor:pointer;font-size:1rem}.save-btn{background-color:#007bff;color:#fff;border-color:#007bff}.delete-btn{background-color:#dc3545;color:#fff;border-color:#dc3545;margin-right:auto}.oferta-row-card .oferta-grupo-dropdown{width:100%;border:none;background-color:transparent;font:inherit;padding:0;cursor:pointer;box-shadow:none;outline:none;appearance:none;text-align-last:left}.oferta-row-card .oferta-grupo-dropdown:focus{outline:none;border:1px solid #007bff;border-radius:4px;background-color:#fff}.toggle-switch{position:relative;display:inline-block;width:450px;height:40px}.toggle-switch input{opacity:0;width:0;height:0}.slider{position:absolute;cursor:pointer;inset:0;background-color:#ccc;-webkit-transition:.4s;transition:.4s;border-radius:40px}.slider:before{position:absolute;content:"";height:32px;width:32px;left:4px;bottom:4px;background-color:#fff;-webkit-transition:.4s;transition:.4s;border-radius:50%;z-index:2}input:checked+.slider{background-color:#2196f3}input:focus+.slider{box-shadow:0 0 1px #2196f3}input:checked+.slider:before{-webkit-transform:translateX(410px);-ms-transform:translateX(410px);transform:translate(410px)}.slider-main-label{position:absolute;width:100%;height:100%;display:flex;justify-content:center;align-items:center;color:#fff;font-weight:500;font-size:1rem;pointer-events:none;z-index:1}.slider-labels{position:absolute;width:100%;height:100%;display:flex;justify-content:space-between;align-items:center;padding:0 30px;box-sizing:border-box;color:#fff;font-weight:700;pointer-events:none;z-index:3;mix-blend-mode:difference;filter:invert(1)}.toggle-switch-container.user-list-toggle-switch .toggle-switch{width:60px;height:25px}.toggle-switch-container.user-list-toggle-switch .slider{border-radius:25px}.toggle-switch-container.user-list-toggle-switch .slider:before{height:21px;width:21px;left:2px;bottom:2px}.toggle-switch-container.user-list-toggle-switch input:checked+.slider:before{transform:translate(35px)}.toggle-switch-container.user-list-toggle-switch .slider-main-label,.toggle-switch-container.user-list-toggle-switch .slider-labels{display:none}.image-gallery-icon{color:#fff;transition:all .3s ease-out;appearance:none;background-color:#0000;border:0;cursor:pointer;outline:none;position:absolute;z-index:4;filter:drop-shadow(0 2px 2px rgb(25.5,25.5,25.5))}@media(hover:hover)and (pointer:fine){.image-gallery-icon:hover{color:#337ab7}.image-gallery-icon:hover .image-gallery-svg{transform:scale(1.1)}}.image-gallery-icon:focus{outline:2px solid #337ab7}.image-gallery-using-mouse .image-gallery-icon:focus{outline:none}.image-gallery-fullscreen-button,.image-gallery-play-button{bottom:0;padding:20px}.image-gallery-fullscreen-button .image-gallery-svg,.image-gallery-play-button .image-gallery-svg{height:28px;width:28px}@media(max-width:768px){.image-gallery-fullscreen-button,.image-gallery-play-button{padding:15px}.image-gallery-fullscreen-button .image-gallery-svg,.image-gallery-play-button .image-gallery-svg{height:24px;width:24px}}@media(max-width:480px){.image-gallery-fullscreen-button,.image-gallery-play-button{padding:10px}.image-gallery-fullscreen-button .image-gallery-svg,.image-gallery-play-button .image-gallery-svg{height:16px;width:16px}}.image-gallery-fullscreen-button{right:0}.image-gallery-play-button{left:0}.image-gallery-top-nav,.image-gallery-bottom-nav{padding:10px;left:50%;transform:translate(-50%)}.image-gallery-top-nav .image-gallery-svg,.image-gallery-bottom-nav .image-gallery-svg{height:120px;width:90px}@media(max-width:768px){.image-gallery-top-nav .image-gallery-svg,.image-gallery-bottom-nav .image-gallery-svg{height:72px;width:48px}}@media(max-width:480px){.image-gallery-top-nav .image-gallery-svg,.image-gallery-bottom-nav .image-gallery-svg{height:48px;width:36px}}.image-gallery-top-nav[disabled],.image-gallery-bottom-nav[disabled]{cursor:disabled;opacity:.6;pointer-events:none}.image-gallery-top-nav{top:0}.image-gallery-bottom-nav{bottom:0}.image-gallery-left-nav,.image-gallery-right-nav{padding:50px 10px;top:50%;transform:translateY(-50%)}.image-gallery-left-nav .image-gallery-svg,.image-gallery-right-nav .image-gallery-svg{height:120px;width:60px}@media(max-width:768px){.image-gallery-left-nav .image-gallery-svg,.image-gallery-right-nav .image-gallery-svg{height:72px;width:36px}}@media(max-width:480px){.image-gallery-left-nav .image-gallery-svg,.image-gallery-right-nav .image-gallery-svg{height:48px;width:24px}}.image-gallery-left-nav[disabled],.image-gallery-right-nav[disabled]{cursor:disabled;opacity:.6;pointer-events:none}.image-gallery-left-nav{left:0}.image-gallery-right-nav{right:0}.image-gallery{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0);position:relative}.image-gallery.fullscreen-modal{background:#000;height:100%;inset:0;position:fixed;width:100%;z-index:5}.image-gallery.fullscreen-modal .image-gallery-content{top:50%;transform:translateY(-50%)}.image-gallery-content{position:relative;line-height:0;top:0}.image-gallery-content.fullscreen{background:#000}.image-gallery-content .image-gallery-slide .image-gallery-image{max-height:calc(100vh - 80px)}.image-gallery-content.image-gallery-thumbnails-left .image-gallery-slide .image-gallery-image,.image-gallery-content.image-gallery-thumbnails-right .image-gallery-slide .image-gallery-image{max-height:100vh}.image-gallery-slide-wrapper{position:relative}.image-gallery-slide-wrapper.image-gallery-thumbnails-left,.image-gallery-slide-wrapper.image-gallery-thumbnails-right{display:inline-block;width:calc(100% - 110px)}@media(max-width:768px){.image-gallery-slide-wrapper.image-gallery-thumbnails-left,.image-gallery-slide-wrapper.image-gallery-thumbnails-right{width:calc(100% - 87px)}}.image-gallery-slide-wrapper.image-gallery-rtl{direction:rtl}.image-gallery-slides{line-height:0;overflow:hidden;position:relative;white-space:nowrap;text-align:center;touch-action:none}.image-gallery-slide{left:0;position:absolute;top:0;width:100%}.image-gallery-slide.image-gallery-center{position:relative}.image-gallery-slide .image-gallery-image{width:100%;object-fit:contain}.image-gallery-slide .image-gallery-description{background:#0006;bottom:70px;color:#fff;left:0;line-height:1;padding:10px 20px;position:absolute;white-space:normal}@media(max-width:768px){.image-gallery-slide .image-gallery-description{bottom:45px;font-size:.8em;padding:8px 15px}}.image-gallery-bullets{bottom:20px;left:0;margin:0 auto;position:absolute;right:0;width:80%;z-index:4}.image-gallery-bullets .image-gallery-bullets-container{margin:0;padding:0;text-align:center}.image-gallery-bullets .image-gallery-bullet{appearance:none;background-color:#0000;border:1px solid #fff;border-radius:50%;box-shadow:0 2px 2px #1a1a1a;cursor:pointer;display:inline-block;margin:0 5px;outline:none;padding:5px;transition:all .2s ease-out}@media(max-width:768px){.image-gallery-bullets .image-gallery-bullet{margin:0 3px;padding:3px}}@media(max-width:480px){.image-gallery-bullets .image-gallery-bullet{padding:2.7px}}.image-gallery-bullets .image-gallery-bullet:focus{transform:scale(1.2);background:#337ab7;border:1px solid #337ab7}.image-gallery-bullets .image-gallery-bullet.active{transform:scale(1.2);border:1px solid #fff;background:#fff}@media(hover:hover)and (pointer:fine){.image-gallery-bullets .image-gallery-bullet:hover{background:#337ab7;border:1px solid #337ab7}.image-gallery-bullets .image-gallery-bullet.active:hover{background:#337ab7}}.image-gallery-bullets.image-gallery-bullets-vertical{inset:50% auto auto 20px;width:auto;transform:translateY(-50%)}.image-gallery-bullets.image-gallery-bullets-vertical .image-gallery-bullet{display:block;margin:12px 0}@media(max-width:768px){.image-gallery-bullets.image-gallery-bullets-vertical .image-gallery-bullet{margin:6px 0;padding:3px}}@media(max-width:480px){.image-gallery-bullets.image-gallery-bullets-vertical .image-gallery-bullet{padding:2.7px}}.image-gallery-thumbnails-wrapper{position:relative}.image-gallery-thumbnails-wrapper.thumbnails-swipe-horizontal{touch-action:pan-y}.image-gallery-thumbnails-wrapper.thumbnails-swipe-vertical{touch-action:pan-x}.image-gallery-thumbnails-wrapper.thumbnails-wrapper-rtl{direction:rtl}.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left,.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right{display:inline-block;vertical-align:top;width:100px}@media(max-width:768px){.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left,.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right{width:81px}}.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left .image-gallery-thumbnails,.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right .image-gallery-thumbnails{height:100%;width:100%;left:0;padding:0;position:absolute;top:0}.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left .image-gallery-thumbnails .image-gallery-thumbnail,.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right .image-gallery-thumbnails .image-gallery-thumbnail{display:block;margin-right:0;padding:0}.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left .image-gallery-thumbnails .image-gallery-thumbnail+.image-gallery-thumbnail,.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right .image-gallery-thumbnails .image-gallery-thumbnail+.image-gallery-thumbnail{margin-left:0;margin-top:2px}.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left,.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right{margin:0 5px}@media(max-width:768px){.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left,.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right{margin:0 3px}}.image-gallery-thumbnails{overflow:hidden;padding:5px 0}@media(max-width:768px){.image-gallery-thumbnails{padding:3px 0}}.image-gallery-thumbnails .image-gallery-thumbnails-container{cursor:pointer;text-align:center;white-space:nowrap}.image-gallery-thumbnail{display:inline-block;border:4px solid rgba(0,0,0,0);transition:border .3s ease-out;width:100px;background:#0000;padding:0}@media(max-width:768px){.image-gallery-thumbnail{border:3px solid rgba(0,0,0,0);width:81px}}.image-gallery-thumbnail+.image-gallery-thumbnail{margin-left:2px}.image-gallery-thumbnail .image-gallery-thumbnail-inner{display:block;position:relative}.image-gallery-thumbnail .image-gallery-thumbnail-image{vertical-align:middle;width:100%;line-height:0}.image-gallery-thumbnail.active,.image-gallery-thumbnail:focus{outline:none;border:4px solid #337ab7}@media(max-width:768px){.image-gallery-thumbnail.active,.image-gallery-thumbnail:focus{border:3px solid #337ab7}}@media(hover:hover)and (pointer:fine){.image-gallery-thumbnail:hover{outline:none;border:4px solid #337ab7}}@media(hover:hover)and (pointer:fine)and (max-width:768px){.image-gallery-thumbnail:hover{border:3px solid #337ab7}}.image-gallery-thumbnail-label{box-sizing:border-box;color:#fff;font-size:1em;left:0;line-height:1em;padding:5%;position:absolute;top:50%;text-shadow:0 2px 2px hsl(0,0%,10%);transform:translateY(-50%);white-space:normal;width:100%}@media(max-width:768px){.image-gallery-thumbnail-label{font-size:.8em;line-height:.8em}}.image-gallery-index{background:#0006;color:#fff;line-height:1;padding:10px 20px;position:absolute;right:0;top:0;z-index:4}@media(max-width:768px){.image-gallery-index{font-size:.8em;padding:5px 10px}}.gallery-modal{position:fixed;z-index:1000;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:#000000e6;display:flex;align-items:center;justify-content:center}.gallery-content{position:relative;width:80%;max-width:900px}.close-button{position:absolute;top:20px;right:20px;color:#fff;font-size:40px;font-weight:700;background:transparent;border:none;cursor:pointer;z-index:1050;line-height:1}.image-gallery-custom-controls{position:absolute;bottom:10px;right:10px;z-index:1050}.crop-button{background-color:#4caf50;color:#fff;padding:10px 15px;border:none;border-radius:5px;cursor:pointer;margin-right:10px}.close-gallery-button{background-color:#f44336;color:#fff;padding:10px 15px;border:none;border-radius:5px;cursor:pointer}@keyframes marching-ants{0%{background-position:0 0,0 100%,0 0,100% 0}to{background-position:20px 0,-20px 100%,0 -20px,100% 20px}}:root{--rc-drag-handle-size: 12px;--rc-drag-handle-mobile-size: 24px;--rc-drag-handle-bg-colour: rgba(0, 0, 0, .2);--rc-drag-bar-size: 6px;--rc-border-color: rgba(255, 255, 255, .7);--rc-focus-color: #0088ff}.ReactCrop{position:relative;display:inline-block;cursor:crosshair;max-width:100%}.ReactCrop *,.ReactCrop *:before,.ReactCrop *:after{box-sizing:border-box}.ReactCrop--disabled,.ReactCrop--locked{cursor:inherit}.ReactCrop__child-wrapper{overflow:hidden;max-height:inherit}.ReactCrop__child-wrapper>img,.ReactCrop__child-wrapper>video{display:block;max-width:100%;max-height:inherit}.ReactCrop:not(.ReactCrop--disabled) .ReactCrop__child-wrapper>img,.ReactCrop:not(.ReactCrop--disabled) .ReactCrop__child-wrapper>video{touch-action:none}.ReactCrop:not(.ReactCrop--disabled) .ReactCrop__crop-selection{touch-action:none}.ReactCrop__crop-mask{position:absolute;inset:0;pointer-events:none;width:calc(100% + .5px);height:calc(100% + .5px)}.ReactCrop__crop-selection{position:absolute;top:0;left:0;transform:translateZ(0);cursor:move}.ReactCrop--disabled .ReactCrop__crop-selection{cursor:inherit}.ReactCrop--circular-crop .ReactCrop__crop-selection{border-radius:50%}.ReactCrop--circular-crop .ReactCrop__crop-selection:after{pointer-events:none;content:"";position:absolute;inset:-1px;border:1px solid var(--rc-border-color);opacity:.3}.ReactCrop--no-animate .ReactCrop__crop-selection{outline:1px dashed white}.ReactCrop__crop-selection:not(.ReactCrop--no-animate .ReactCrop__crop-selection){animation:marching-ants 1s;background-image:linear-gradient(to right,#fff 50%,#444 50%),linear-gradient(to right,#fff 50%,#444 50%),linear-gradient(to bottom,#fff 50%,#444 50%),linear-gradient(to bottom,#fff 50%,#444 50%);background-size:10px 1px,10px 1px,1px 10px,1px 10px;background-position:0 0,0 100%,0 0,100% 0;background-repeat:repeat-x,repeat-x,repeat-y,repeat-y;color:#fff;animation-play-state:running;animation-timing-function:linear;animation-iteration-count:infinite}.ReactCrop__crop-selection:focus{outline:2px solid var(--rc-focus-color);outline-offset:-1px}.ReactCrop--invisible-crop .ReactCrop__crop-mask,.ReactCrop--invisible-crop .ReactCrop__crop-selection{display:none}.ReactCrop__rule-of-thirds-vt:before,.ReactCrop__rule-of-thirds-vt:after,.ReactCrop__rule-of-thirds-hz:before,.ReactCrop__rule-of-thirds-hz:after{content:"";display:block;position:absolute;background-color:#fff6}.ReactCrop__rule-of-thirds-vt:before,.ReactCrop__rule-of-thirds-vt:after{width:1px;height:100%}.ReactCrop__rule-of-thirds-vt:before{left:33.3333333333%}.ReactCrop__rule-of-thirds-vt:after{left:66.6666666667%}.ReactCrop__rule-of-thirds-hz:before,.ReactCrop__rule-of-thirds-hz:after{width:100%;height:1px}.ReactCrop__rule-of-thirds-hz:before{top:33.3333333333%}.ReactCrop__rule-of-thirds-hz:after{top:66.6666666667%}.ReactCrop__drag-handle{position:absolute;width:var(--rc-drag-handle-size);height:var(--rc-drag-handle-size);background-color:var(--rc-drag-handle-bg-colour);border:1px solid var(--rc-border-color)}.ReactCrop__drag-handle:focus{background:var(--rc-focus-color)}.ReactCrop .ord-nw{top:0;left:0;transform:translate(-50%,-50%);cursor:nw-resize}.ReactCrop .ord-n{top:0;left:50%;transform:translate(-50%,-50%);cursor:n-resize}.ReactCrop .ord-ne{top:0;right:0;transform:translate(50%,-50%);cursor:ne-resize}.ReactCrop .ord-e{top:50%;right:0;transform:translate(50%,-50%);cursor:e-resize}.ReactCrop .ord-se{bottom:0;right:0;transform:translate(50%,50%);cursor:se-resize}.ReactCrop .ord-s{bottom:0;left:50%;transform:translate(-50%,50%);cursor:s-resize}.ReactCrop .ord-sw{bottom:0;left:0;transform:translate(-50%,50%);cursor:sw-resize}.ReactCrop .ord-w{top:50%;left:0;transform:translate(-50%,-50%);cursor:w-resize}.ReactCrop__disabled .ReactCrop__drag-handle{cursor:inherit}.ReactCrop__drag-bar{position:absolute}.ReactCrop__drag-bar.ord-n{top:0;left:0;width:100%;height:var(--rc-drag-bar-size);transform:translateY(-50%)}.ReactCrop__drag-bar.ord-e{right:0;top:0;width:var(--rc-drag-bar-size);height:100%;transform:translate(50%)}.ReactCrop__drag-bar.ord-s{bottom:0;left:0;width:100%;height:var(--rc-drag-bar-size);transform:translateY(50%)}.ReactCrop__drag-bar.ord-w{top:0;left:0;width:var(--rc-drag-bar-size);height:100%;transform:translate(-50%)}.ReactCrop--new-crop .ReactCrop__drag-bar,.ReactCrop--new-crop .ReactCrop__drag-handle,.ReactCrop--fixed-aspect .ReactCrop__drag-bar,.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-n,.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-e,.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-s,.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-w{display:none}@media(pointer:coarse){.ReactCrop .ord-n,.ReactCrop .ord-e,.ReactCrop .ord-s,.ReactCrop .ord-w{display:none}.ReactCrop__drag-handle{width:var(--rc-drag-handle-mobile-size);height:var(--rc-drag-handle-mobile-size)}}.crop-modal{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000000b3;display:flex;justify-content:center;align-items:center;z-index:2000}.crop-container{background-color:#fff;padding:20px;border-radius:8px;text-align:center;max-width:90vw;max-height:90vh;display:flex;flex-direction:column}.crop-image-wrapper{flex-grow:1;overflow:hidden;display:flex;justify-content:center;align-items:center}.ReactCrop__image{max-width:100%;max-height:70vh;object-fit:contain}.crop-buttons{margin-top:15px}.crop-buttons button{margin:0 10px;padding:10px 20px;border-radius:5px;border:1px solid #ccc;cursor:pointer}.crop-buttons button.confirm{background-color:#4caf50;color:#fff;border-color:#4caf50}.add-button{width:40px;height:40px;border-radius:50%;border:none;background-color:#28a745;color:#fff;font-size:16px;cursor:pointer;display:flex;align-items:center;justify-content:center}.reserva-form-overlay{position:fixed;inset:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.reserva-form{background-color:#fff;padding:2rem;border-radius:8px;width:90%;max-width:600px;box-shadow:0 4px 8px #0000001a}.reserva-form h2{margin-top:0;margin-bottom:1.5rem;color:#333;text-align:center}.file-upload-area{margin-bottom:1rem;text-align:center}.file-upload-label{display:inline-block;padding:.75rem 1.5rem;background-color:#6c757d;color:#fff;border-radius:4px;cursor:pointer}#file-upload{display:none}.form-group label{margin-bottom:.5rem;font-weight:700;color:#555}.reserva-form input,.reserva-form select{width:100%;padding:.75rem;border:1px solid #ccc;border-radius:4px;font-size:1rem;box-sizing:border-box;background-color:#fff;-webkit-appearance:none;-moz-appearance:none;appearance:none}.reserva-form select{background-image:url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E);background-repeat:no-repeat;background-position:right .7em top 50%;background-size:.65em auto}.form-buttons{display:flex;justify-content:flex-end;margin-top:1.5rem}.save-button,.cancel-button{padding:.75rem 1.5rem;border:none;border-radius:4px;font-size:1rem;cursor:pointer}.save-button{background-color:#3f95b4;color:#fff;margin-right:.5rem}.cancel-button{background-color:#ccc;color:#333}.reservations-subheader{padding:15px 0;display:flex;justify-content:space-between;align-items:flex-end;width:100%}.subheader-title{margin:0 0 5px;font-size:1.5rem;font-weight:600;color:#333}.filter-group,.filter-group-compound{display:flex;flex-direction:column;gap:5px}.filter-group-compound{flex-direction:row;align-items:flex-end}.filter-group label,.filter-group-compound .filter-group label{font-size:14px;color:#555;margin-bottom:0}.reservations-page-content{height:100%;display:flex;flex-direction:column}.reservations-list-scrollable{flex-grow:1;overflow-y:auto;padding:15px 0}.reservas-list{display:flex;flex-direction:column;gap:10px}.reserva-card{display:grid;grid-template-columns:2fr 1fr 1fr 1fr 2fr 1fr 1fr 1fr 1fr;gap:10px;padding:15px;background-color:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;cursor:pointer;transition:transform .2s ease-in-out}.reserva-card:hover{transform:translateY(-3px)}.reserva-cliente{font-weight:700}.valor-pendente{color:#dc3545;font-weight:700}.reserva-card{display:grid;grid-template-columns:3.9fr .5fr .8fr 1.2fr 1.6fr .8fr 1.52fr 1.52fr;align-items:center;padding:15px;background-color:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a;transition:transform .2s,box-shadow .2s;cursor:pointer}.reserva-detail,.reserva-valor{font-size:14px;color:#555}.reserva-data-limite{font-size:14px;color:#e74c3c;font-weight:600}.reserva-card{display:grid;grid-template-columns:4.7fr .5fr .8fr 1.2fr 1.6fr .8fr .72fr .68fr;align-items:center;padding:15px;background-color:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a;transition:transform .2s,box-shadow .2s;cursor:pointer}.highlight-red{background-color:#f8d7da!important}.highlight-yellow{background-color:#fff3cd!important}.reservas-page{display:flex;flex-direction:column;height:100%;padding:20px;box-sizing:border-box;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;background-color:#f4f7f6}.content-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;flex-shrink:0}.content-header h2{color:#333;font-size:24px}.filter-controls{display:flex;gap:15px;align-items:flex-end}.filter-group{display:flex;flex-direction:column}.filter-group label{margin-bottom:5px;font-size:14px;color:#555}.search-box,.sort-dropdown,#year-filter,#operador-filter{height:40px;padding:8px 12px;border-radius:4px;border:1px solid #ccc;background-color:#fff;box-sizing:border-box}.filter-group-compound{display:flex;align-items:flex-end}.sort-direction-btn{width:40px;height:40px;margin-left:5px;border-radius:4px;border:none;background-color:#f4f7f6;cursor:pointer;display:flex;align-items:center;justify-content:center}.add-button{width:40px;height:40px;border-radius:4px;border:none;background-color:#3f95b4;color:#fff;font-size:16px;cursor:pointer;display:flex;align-items:center;justify-content:center}.reservas-list{flex-grow:1;overflow-y:auto;min-height:0;display:flex;flex-direction:column;gap:10px}.reserva-card{display:grid;grid-template-columns:3.9fr .5fr .8fr 1.2fr 1.6fr .8fr .8fr .72fr .68fr;align-items:center;padding:15px;background-color:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a;transition:transform .2s,box-shadow .2s;cursor:pointer}.reserva-card:hover{transform:translateY(-2px);box-shadow:0 4px 8px #0000001a}.reserva-cliente{font-size:15px;color:#4a4a4a;font-weight:600}.reserva-detail,.reserva-valor,.reserva-percent{font-size:14px;color:#555}.reserva-pagar .valor-pendente{color:#e74c3c;font-size:14px;margin-left:10px}.align-left{text-align:left}.align-center{text-align:center}.align-right{text-align:right}.highlight-red{background-color:#f8d7da}.highlight-yellow{background-color:#fff3cd}.animated-card{animation:fadeIn .5s ease-out forwards}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.cliente-tile{background-color:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;margin-bottom:15px;cursor:pointer;transition:all .3s ease;overflow:hidden;max-width:450px;margin-left:auto;margin-right:auto}.cliente-tile.expanded{box-shadow:0 4px 8px #0003}.cliente-tile-header{display:flex;justify-content:space-between;align-items:center;padding:20px;min-height:40px;border-bottom:1px solid #eee;gap:15px}.cliente-tile-header h3{margin:0;color:#333;font-size:18px;line-height:1.3;flex-grow:1;word-break:break-word}.cliente-tile-header span{color:#007bff;font-weight:500;flex-shrink:0}.passageiros-container{padding:15px}.passageiros-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(364px,1fr));gap:15px;margin-top:15px}.passageiro-card{background-color:#f9f9f9;border:1px solid #e0e0e0;border-radius:8px;padding:15px;box-shadow:0 1px 2px #0000000d;display:flex;flex-direction:column;gap:8px}.passageiro-card p{margin:0;color:#555;font-size:14px;line-height:1.4}.passageiro-detail-row{display:flex;justify-content:space-between;align-items:center}.passageiro-detail-row.expired-document-row{background-color:#ffe6e6;border-radius:4px;padding:4px 6px;margin:-4px -6px}.passageiro-detail-row p{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.passageiro-detail-row .validade-date{text-align:right;flex-grow:1}.expired-doc{color:red;font-weight:700}.clientes-page{display:flex;flex-direction:column;height:100vh;padding:20px;box-sizing:border-box;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;background-color:#f4f7f6}.clientes-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;flex-shrink:0}.clientes-header h1{color:#333;font-size:24px}.clientes-list-container{flex-grow:1;overflow-y:auto;padding:10px}.clientes-list-container::-webkit-scrollbar{width:8px}.clientes-list-container::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.clientes-list-container::-webkit-scrollbar-thumb{background:#888;border-radius:10px}.clientes-list-container::-webkit-scrollbar-thumb:hover{background:#555}.user-form-modal{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000000b3;display:flex;justify-content:center;align-items:center;z-index:1000}.user-form-content{background-color:#2c3e50;padding:2.5rem;border-radius:12px;box-shadow:0 10px 25px #0003;width:500px;max-width:90%;color:#ecf0f1}.form-title{font-size:1.8rem;font-weight:700;text-align:center;margin-bottom:2rem;color:#3498db}.user-form{display:flex;flex-direction:column}.form-field,.form-field-toggle-row{margin-bottom:1.5rem}.form-field-full-width{width:100%}.form-field-half-width{width:50%}.form-field label,.form-field-toggle-row label{display:block;font-weight:700;margin-bottom:.5rem;font-size:.9rem;color:#95a5a6;text-align:left}.form-field input,.form-field select{width:100%;padding:12px 15px;border:1px solid #4F6A92;border-radius:6px;background-color:#34495e;color:#ecf0f1;font-size:1rem;transition:border-color .3s ease,box-shadow .3s ease;box-sizing:border-box}.form-field input:focus,.form-field select:focus{outline:none;border-color:#3498db;box-shadow:0 0 0 3px #3498db4d}.form-field-toggle-row{display:flex;justify-content:space-between;align-items:center}.form-actions{display:flex;justify-content:space-between;margin-top:1rem;gap:1rem;width:100%}.btn-primary,.btn-secondary{padding:12px 20px;border-radius:6px;border:none;font-weight:700;cursor:pointer;transition:background-color .3s ease,transform .2s ease;flex-grow:1}.btn-primary{background-color:#3498db;color:#fff}.btn-primary:hover{background-color:#2980b9;transform:translateY(-2px)}.btn-secondary{background-color:#4f6a92;color:#ecf0f1}.btn-secondary:hover{background-color:#5d7b9d;transform:translateY(-2px)}.user-list-container{margin-top:20px}.users-table{width:100%;border-collapse:collapse;box-shadow:0 2px 8px #0000001a;background-color:#fff;border-radius:8px;overflow:hidden}.users-table th,.users-table td{padding:12px 15px;border-bottom:1px solid #ddd;text-align:left}.users-table th{background-color:#f8f8f8;font-weight:600;color:#333;text-transform:uppercase;font-size:.9em}.users-table tbody tr:hover{background-color:#f1f1f1}.edit-icon{margin-right:8px;cursor:pointer;color:#007bff;font-weight:700}.role-select,.agency-select{padding:8px;border-radius:4px;border:1px solid #ccc;font-size:.9em}.role-select:focus,.agency-select:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 2px #007bff40}.agency-column{width:20%}.delete-icon{cursor:pointer;width:20px;height:20px;margin-left:10px;vertical-align:middle}.toggle-switch.small .slider{width:15px;height:9px}.toggle-switch.small .slider:before{height:7px;width:7px;left:1px;bottom:1px}.toggle-switch.small input:checked+.slider:before{transform:translate(6px)}.users-table th:nth-child(1),.users-table td:nth-child(1){width:25%}.users-table th:nth-child(2),.users-table td:nth-child(2){width:25%}.users-table th:nth-child(3),.users-table td:nth-child(3){width:15%}.users-table th:nth-child(4),.users-table td:nth-child(4){width:20%}.users-table th:nth-child(5),.users-table td:nth-child(5){width:5%}.users-table th:nth-child(6),.users-table td:nth-child(6){width:10%}.user-management-container{padding:2rem;background-color:#2c3e50;min-height:100vh}.user-management-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.user-management-container h2{color:#ecf0f1;margin:0}.add-user-btn{background-color:#3498db;color:#fff;padding:10px 20px;border:none;border-radius:5px;cursor:pointer;transition:background-color .3s ease}.add-user-btn:hover{background-color:#2980b9}.profile-container{max-width:600px;margin:2rem auto;padding:2rem;background:#fff;border-radius:8px;box-shadow:0 4px 6px #0000001a}.profile-container h2{text-align:center;color:#333;margin-bottom:1.5rem}.profile-container form div{margin-bottom:1rem}.profile-container label{display:block;margin-bottom:.5rem;color:#555}.profile-container input{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:4px;box-sizing:border-box}.profile-container button{width:100%;padding:.75rem;border:none;border-radius:4px;background-color:#007bff;color:#fff;font-size:1rem;cursor:pointer;transition:background-color .2s}.profile-container button:hover{background-color:#0056b3}.error-message{color:#d8000c;background-color:#ffd2d2;padding:10px;border-radius:4px;margin-bottom:1rem}.success-message{color:#270;background-color:#dff2bf;padding:10px;border-radius:4px;margin-bottom:1rem}.passageiro-form-modal{position:fixed;inset:0;background-color:#0009;display:flex;justify-content:center;align-items:center;z-index:1050;overflow-y:auto;padding:20px}.passageiro-form-content{background-color:#fff;padding:2rem;border-radius:12px;box-shadow:0 8px 25px #00000026;width:95%;max-width:800px;transition:max-width .3s ease-in-out}.passageiro-form-content.with-image{max-width:1400px}.form-header{display:flex;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #e0e0e0}.header-center{margin-left:1.5rem}.header-right{margin-left:auto}.form-header h2{margin:0;color:#333}.header-center .upload-id-button{background-color:#007bff;color:#fff;border:none;border-radius:50%;width:40px;height:40px;font-size:24px;line-height:40px;cursor:pointer;transition:background-color .2s;display:flex;justify-content:center;align-items:center}.upload-id-button:hover{background-color:#0056b3}.upload-id-button:disabled{background-color:#ccc;cursor:not-allowed}.existing-passenger-section select{padding:.5rem;border-radius:4px;border:1px solid #ccc}.form-body-container{display:grid;grid-template-columns:1fr;gap:2rem}.passageiro-form-content.with-image .form-body-container{grid-template-columns:1fr 1fr}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-group{display:flex;flex-direction:column}.form-group label{margin-bottom:.5rem;font-weight:700;color:#555;font-size:.9rem}.form-group input{padding:.75rem;border:1px solid #ccc;border-radius:4px;font-size:1rem}.form-actions{grid-column:1 / -1;margin-top:2rem;display:flex;justify-content:flex-end;gap:1rem}.save-button,.cancel-button,.delete-button{padding:.75rem 1.5rem;border:none;border-radius:4px;cursor:pointer;font-weight:700;transition:opacity .2s}.save-button:hover,.cancel-button:hover,.delete-button:hover{opacity:.9}.image-preview-wrapper{border-left:1px solid #e0e0e0;padding-left:2rem;display:flex;flex-direction:column;align-items:center}.image-preview-wrapper h3{margin-top:0;color:#333}.image-preview-wrapper img{width:100%;height:auto;border-radius:8px;margin-top:1rem}.recebimento-form-modal{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.recebimento-form-content{background-color:#fff;padding:20px;border-radius:8px;width:400px;box-shadow:0 4px 8px #0003}.recebimento-form-content h2{margin-top:0}.recebimento-form-content .form-group{margin-bottom:15px}.recebimento-form-content .form-group label{display:block;margin-bottom:5px}.recebimento-form-content .form-group input{width:100%;padding:8px;box-sizing:border-box}.recebimento-form-content .form-actions{display:flex;justify-content:flex-end;gap:10px}.pagamento-form-modal{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.pagamento-form-content{background-color:#fff;padding:20px;border-radius:8px;width:400px;box-shadow:0 4px 8px #0003}.pagamento-form-content h2{margin-top:0}.pagamento-form-content .form-group{margin-bottom:15px}.pagamento-form-content .form-group label{display:block;margin-bottom:5px}.pagamento-form-content .form-group input{width:100%;padding:8px;box-sizing:border-box}.pagamento-form-content .form-actions{display:flex;justify-content:flex-end;gap:10px}.comissao-form-modal{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#0009;display:flex;justify-content:center;align-items:center;z-index:1000}.comissao-form-content{background:#f8f9fa;padding:25px;border-radius:8px;box-shadow:0 5px 15px #0000004d;width:90%;max-width:600px;z-index:1001}.comissao-form-content h2{margin-top:0;margin-bottom:20px;font-size:1.8rem;color:#343a40;text-align:center}.form-row{display:flex;justify-content:space-between;gap:20px;margin-bottom:15px}.info-row{background-color:#e9ecef;padding:15px;border-radius:6px;justify-content:space-around}.info-item{display:flex;flex-direction:column;align-items:center;gap:5px}.info-label{font-size:.9rem;color:#6c757d}.info-value,.info-input{padding:10px 15px;border:1px solid #ced4da;border-radius:6px;font-size:1rem;width:100%;box-sizing:border-box;background-color:#fff;text-align:right}.toggle-row{display:flex;align-items:center;justify-content:center;gap:15px;padding-top:0;padding-bottom:10px}.date-picker-row{display:flex;justify-content:center;margin-bottom:15px}.toggle-label{font-size:1rem;color:#495057}.form-group{display:flex;flex-direction:column;gap:8px;flex:1}.form-group label{font-size:.9rem;color:#495057;font-weight:500}.form-group input{padding:10px 15px;border:1px solid #ced4da;border-radius:6px;font-size:1rem;width:100%;box-sizing:border-box}.form-actions{display:flex;justify-content:flex-end;gap:12px;margin-top:15px}.save-button,.cancel-button{padding:12px 25px;border:none;border-radius:6px;cursor:pointer;font-size:1rem;font-weight:700;transition:background-color .2s ease-in-out}.save-button{background-color:#28a745;color:#fff}.save-button:hover{background-color:#218838}.cancel-button{background-color:#6c757d;color:#fff}.cancel-button:hover{background-color:#5a6268}:root{--react-pdf-annotation-layer: 1;--annotation-unfocused-field-background: url("data:image/svg+xml;charset=UTF-8,<svg width='1px' height='1px' xmlns='http://www.w3.org/2000/svg'><rect width='100%' height='100%' style='fill:rgba(0, 54, 255, 0.13);'/></svg>");--input-focus-border-color: Highlight;--input-focus-outline: 1px solid Canvas;--input-unfocused-border-color: transparent;--input-disabled-border-color: transparent;--input-hover-border-color: black;--link-outline: none}@media screen and (forced-colors:active){:root{--input-focus-border-color: CanvasText;--input-unfocused-border-color: ActiveText;--input-disabled-border-color: GrayText;--input-hover-border-color: Highlight;--link-outline: 1.5px solid LinkText}.annotationLayer .textWidgetAnnotation :is(input,textarea):required,.annotationLayer .choiceWidgetAnnotation select:required,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:required{outline:1.5px solid selectedItem}.annotationLayer .linkAnnotation:hover{-webkit-backdrop-filter:invert(100%);backdrop-filter:invert(100%)}}.annotationLayer{position:absolute;top:0;left:0;pointer-events:none;transform-origin:0 0;z-index:3}.annotationLayer[data-main-rotation="90"] .norotate{transform:rotate(270deg) translate(-100%)}.annotationLayer[data-main-rotation="180"] .norotate{transform:rotate(180deg) translate(-100%,-100%)}.annotationLayer[data-main-rotation="270"] .norotate{transform:rotate(90deg) translateY(-100%)}.annotationLayer canvas{position:absolute;width:100%;height:100%}.annotationLayer section{position:absolute;text-align:initial;pointer-events:auto;box-sizing:border-box;margin:0;transform-origin:0 0}.annotationLayer .linkAnnotation{outline:var(--link-outline)}.textLayer.selecting~.annotationLayer section{pointer-events:none}.annotationLayer :is(.linkAnnotation,.buttonWidgetAnnotation.pushButton)>a{position:absolute;font-size:1em;top:0;left:0;width:100%;height:100%}.annotationLayer :is(.linkAnnotation,.buttonWidgetAnnotation.pushButton)>a:hover{opacity:.2;background:#ff0;box-shadow:0 2px 10px #ff0}.annotationLayer .textAnnotation img{position:absolute;cursor:pointer;width:100%;height:100%;top:0;left:0}.annotationLayer .textWidgetAnnotation :is(input,textarea),.annotationLayer .choiceWidgetAnnotation select,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input{background-image:var(--annotation-unfocused-field-background);border:2px solid var(--input-unfocused-border-color);box-sizing:border-box;font:calc(9px * var(--total-scale-factor)) sans-serif;height:100%;margin:0;vertical-align:top;width:100%}.annotationLayer .textWidgetAnnotation :is(input,textarea):required,.annotationLayer .choiceWidgetAnnotation select:required,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:required{outline:1.5px solid red}.annotationLayer .choiceWidgetAnnotation select option{padding:0}.annotationLayer .buttonWidgetAnnotation.radioButton input{border-radius:50%}.annotationLayer .textWidgetAnnotation textarea{resize:none}.annotationLayer .textWidgetAnnotation :is(input,textarea)[disabled],.annotationLayer .choiceWidgetAnnotation select[disabled],.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input[disabled]{background:none;border:2px solid var(--input-disabled-border-color);cursor:not-allowed}.annotationLayer .textWidgetAnnotation :is(input,textarea):hover,.annotationLayer .choiceWidgetAnnotation select:hover,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:hover{border:2px solid var(--input-hover-border-color)}.annotationLayer .textWidgetAnnotation :is(input,textarea):hover,.annotationLayer .choiceWidgetAnnotation select:hover,.annotationLayer .buttonWidgetAnnotation.checkBox input:hover{border-radius:2px}.annotationLayer .textWidgetAnnotation :is(input,textarea):focus,.annotationLayer .choiceWidgetAnnotation select:focus{background:none;border:2px solid var(--input-focus-border-color);border-radius:2px;outline:var(--input-focus-outline)}.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) :focus{background-image:none;background-color:transparent}.annotationLayer .buttonWidgetAnnotation.checkBox :focus{border:2px solid var(--input-focus-border-color);border-radius:2px;outline:var(--input-focus-outline)}.annotationLayer .buttonWidgetAnnotation.radioButton :focus{border:2px solid var(--input-focus-border-color);outline:var(--input-focus-outline)}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before,.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after,.annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before{background-color:CanvasText;content:"";display:block;position:absolute}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before,.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after{height:80%;left:45%;width:1px}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before{transform:rotate(45deg)}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after{transform:rotate(-45deg)}.annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before{border-radius:50%;height:50%;left:30%;top:20%;width:50%}.annotationLayer .textWidgetAnnotation input.comb{font-family:monospace;padding-left:2px;padding-right:0}.annotationLayer .textWidgetAnnotation input.comb:focus{width:103%}.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input{appearance:none}.annotationLayer .popupTriggerArea{height:100%;width:100%}.annotationLayer .fileAttachmentAnnotation .popupTriggerArea{position:absolute}.annotationLayer .popupWrapper{position:absolute;font-size:calc(9px * var(--total-scale-factor));width:100%;min-width:calc(180px * var(--total-scale-factor));pointer-events:none}.annotationLayer .popup{position:absolute;max-width:calc(180px * var(--total-scale-factor));background-color:#ff9;box-shadow:0 calc(2px * var(--total-scale-factor)) calc(5px * var(--total-scale-factor)) #888;border-radius:calc(2px * var(--total-scale-factor));padding:calc(6px * var(--total-scale-factor));margin-left:calc(5px * var(--total-scale-factor));cursor:pointer;font:message-box;white-space:normal;word-wrap:break-word;pointer-events:auto}.annotationLayer .popup>*{font-size:calc(9px * var(--total-scale-factor))}.annotationLayer .popup h1{display:inline-block}.annotationLayer .popupDate{display:inline-block;margin-left:calc(5px * var(--total-scale-factor))}.annotationLayer .popupContent{border-top:1px solid rgba(51,51,51,1);margin-top:calc(2px * var(--total-scale-factor));padding-top:calc(2px * var(--total-scale-factor))}.annotationLayer .richText>*{white-space:pre-wrap;font-size:calc(9px * var(--total-scale-factor))}.annotationLayer .highlightAnnotation,.annotationLayer .underlineAnnotation,.annotationLayer .squigglyAnnotation,.annotationLayer .strikeoutAnnotation,.annotationLayer .freeTextAnnotation,.annotationLayer .lineAnnotation svg line,.annotationLayer .squareAnnotation svg rect,.annotationLayer .circleAnnotation svg ellipse,.annotationLayer .polylineAnnotation svg polyline,.annotationLayer .polygonAnnotation svg polygon,.annotationLayer .caretAnnotation,.annotationLayer .inkAnnotation svg polyline,.annotationLayer .stampAnnotation,.annotationLayer .fileAttachmentAnnotation{cursor:pointer}.annotationLayer section svg{position:absolute;width:100%;height:100%;top:0;left:0}.annotationLayer .annotationTextContent{position:absolute;width:100%;height:100%;opacity:0;color:transparent;-webkit-user-select:none;user-select:none;pointer-events:none}.annotationLayer .annotationTextContent span{width:100%;display:inline-block}:root{--react-pdf-text-layer: 1;--highlight-bg-color: rgba(180, 0, 170, 1);--highlight-selected-bg-color: rgba(0, 100, 0, 1)}@media screen and (forced-colors:active){:root{--highlight-bg-color: Highlight;--highlight-selected-bg-color: ButtonText}}[data-main-rotation="90"]{transform:rotate(90deg) translateY(-100%)}[data-main-rotation="180"]{transform:rotate(180deg) translate(-100%,-100%)}[data-main-rotation="270"]{transform:rotate(270deg) translate(-100%)}.textLayer{position:absolute;text-align:initial;inset:0;overflow:hidden;line-height:1;text-size-adjust:none;forced-color-adjust:none;transform-origin:0 0;z-index:2}.textLayer :is(span,br){color:transparent;position:absolute;white-space:pre;cursor:text;margin:0;transform-origin:0 0}.textLayer span.markedContent{top:0;height:0}.textLayer .highlight{margin:-1px;padding:1px;background-color:var(--highlight-bg-color);border-radius:4px}.textLayer .highlight.appended{position:initial}.textLayer .highlight.begin{border-radius:4px 0 0 4px}.textLayer .highlight.end{border-radius:0 4px 4px 0}.textLayer .highlight.middle{border-radius:0}.textLayer .highlight.selected{background-color:var(--highlight-selected-bg-color)}.textLayer br::selection{background:transparent}.textLayer .endOfContent{display:block;position:absolute;inset:100% 0 0;z-index:-1;cursor:default;-webkit-user-select:none;user-select:none}.textLayer.selecting .endOfContent{top:0}.hiddenCanvasElement{position:absolute;top:0;left:0;width:0;height:0;display:none}.pdf-viewer-overlay{position:fixed;inset:0;background-color:#000000bf;display:flex;align-items:center;justify-content:center;z-index:1000}.pdf-viewer-container{background-color:#fff;padding:20px;border-radius:8px;box-shadow:0 2px 10px #0000001a;position:relative;width:90%;height:90%;display:flex;flex-direction:column}.close-button{position:absolute;top:10px;right:10px;background:none;border:none;font-size:24px;cursor:pointer;color:#333;z-index:1001}.pdf-document-container{flex-grow:1;overflow:auto}.pdf-controls{display:flex;justify-content:center;align-items:center;padding:10px;background-color:#f2f2f2;border-bottom:1px solid #ddd}.pdf-controls button,.pdf-controls a{background-color:#007bff;color:#fff;padding:8px 16px;border:none;border-radius:4px;cursor:pointer;text-decoration:none;margin:0 5px;font-family:sans-serif}.pdf-controls button:hover,.pdf-controls a:hover{background-color:#0056b3}.passageiro-item.expired{background-color:#fdd}.passageiro-item{display:flex;justify-content:space-between;align-items:center;padding:10px;border-bottom:1px solid #eee}.documento-expirado{color:red;font-weight:700;text-align:right;margin-left:auto;margin-right:10px}.passageiro-docs{display:flex;gap:10px}.status-box{padding:5px 10px;border-radius:8px;text-align:center;color:#fff;font-weight:700;display:flex;flex-direction:column;align-items:center;justify-content:center}.recebimentos-tile{background-color:#fff;border-radius:8px;padding:16px;box-shadow:0 2px 4px #0000001a;margin-bottom:20px}.recebimentos-tile .tile-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.recebimentos-tile .tile-header h3{margin:0;font-size:1.2em}.recebimentos-tile .tile-content{margin-bottom:10px}.recebimento-item{display:flex;justify-content:space-between;align-items:center;padding:8px 0;border-bottom:1px solid #eee}.recebimento-item:hover{background-color:#f9f9f9}.recebimento-item span{font-size:.9em;cursor:pointer}.recebimento-actions{display:flex;align-items:center;gap:10px}.pagamentos-tile{background-color:#fff;border-radius:8px;padding:16px;box-shadow:0 2px 4px #0000001a;margin-bottom:20px}.pagamentos-tile .tile-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.pagamentos-tile .tile-header h3{margin:0;font-size:1.2em}.pagamentos-tile .tile-content{margin-bottom:10px}.pagamento-item{display:flex;justify-content:space-between;align-items:center;padding:8px 0;border-bottom:1px solid #eee}.pagamento-item:hover{background-color:#f9f9f9}.pagamento-item span{font-size:.9em;cursor:pointer}.pagamento-actions{display:flex;align-items:center;gap:10px}.pdf-button,.upload-button{background:transparent;border:none;cursor:pointer;font-size:1.5em;line-height:1;padding:0}.pdf-icon{color:gray;display:block}.upload-button input[type=file]{display:none}.tile-footer{display:flex;justify-content:space-between;font-weight:700;margin-top:10px;padding-top:10px;border-top:1px solid #eee}.fatura-form-overlay{position:absolute;inset:0;background:#fffffffa;display:flex;justify-content:center;align-items:center;z-index:10;padding:1rem;border-radius:8px}.fatura-form-container{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 4px 15px #0000001a;width:100%;max-width:500px}.fatura-form-container h3{text-align:center;margin-bottom:1.5rem;color:#333}.fatura-form-content{display:flex;flex-direction:column;gap:1rem}.fatura-form-content input{width:100%;padding:.8rem;border:1px solid #ccc;border-radius:4px;font-size:1rem;box-sizing:border-box}.fatura-form-container .form-buttons{display:flex;gap:1rem;justify-content:flex-end;margin-top:1rem}.delete-button{background-color:#d9534f;color:#fff}.status-actions-tile{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.status-action-item{padding:8px 12px;border-radius:6px;font-size:.85rem;font-weight:600;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;text-align:center;white-space:nowrap;border:1px solid transparent}.status-action-item:hover{transform:translateY(-2px);box-shadow:0 4px 8px #0000001a}.status-true{background-color:#d4edda;color:#155724;border-color:#c3e6cb}.status-false{background-color:#fff3cd;color:#856404;border-color:#ffeeba}.detalhe-reserva-page{padding:2rem;width:100%;height:100vh;box-sizing:border-box;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;background-color:#f0f0f0;overflow-y:auto}.header-detalhes{display:grid;grid-template-columns:2fr 3fr;gap:1.5rem;align-items:center;margin-bottom:2rem;padding-bottom:1rem;border-bottom:2px solid #e0e0e0}.header-detalhes h2{grid-column:1 / 2;margin:0}.header-actions-container{grid-column:2 / 3;display:flex;justify-content:space-between;align-items:center;gap:1.5rem}.header-actions-container .status-actions-tile{flex-grow:1;justify-content:flex-start}h2{color:#333;font-size:2rem;font-weight:600}.back-button{background-color:#6c757d;color:#fff;padding:.75rem 1.5rem;border:none;border-radius:6px;cursor:pointer;font-size:1rem;transition:background-color .3s ease,transform .2s ease;flex-shrink:0}.back-button:hover{background-color:#5a6268;transform:scale(1.03)}.tiles-container{display:grid;grid-template-columns:2fr 3fr;gap:1.5rem;margin-bottom:2rem}.column-container{display:flex;flex-direction:column;gap:1.5rem;min-width:0}.column-container>.tile:last-child{flex-grow:1}.horizontal-tiles-container{display:flex;gap:1.5rem}.horizontal-tiles-container>.tile{flex-basis:50%}.tile{background-color:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 4px 8px #0000000d;display:flex;flex-direction:column;gap:1rem;transition:transform .3s ease,box-shadow .3s ease;position:relative;word-break:break-word}.tile:hover{transform:translateY(-5px);box-shadow:0 12px 20px #0000001a}.tile-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:-.5rem}.tile-header h3{margin:0;font-size:1.25rem;color:#333;font-weight:600}.tile-row{display:flex;justify-content:space-between;align-items:flex-start}.tile-group{display:flex;flex-direction:column;gap:.25rem}.tile-label{font-size:.85rem;color:#666;font-weight:500}.tile-value{font-size:1rem;color:#333;font-weight:500}.tile-value-large{font-size:1.2rem;font-weight:600;color:#0056b3}.text-right{text-align:right;align-items:flex-end}.divider{border-top:1px solid #eee;width:100%}.dates-row,.payment-details,.commission-details{padding-top:.5rem}.unpaid{color:#d9534f;font-weight:700}.confirmation.confirmed{color:#5cb85c}.confirmation.not-confirmed{color:#f0ad4e}.invoice-details,.invoice-details-form{display:flex;flex-wrap:wrap;gap:1rem}.full-width{flex-basis:100%}.input-field{width:100%;padding:.5rem;border:1px solid #ccc;border-radius:4px;font-size:1rem}.edit-actions{display:flex;gap:1rem;justify-content:flex-end;padding-top:1rem}.save-button,.cancel-button,.add-button,.edit-button,.delete-button{padding:.5rem 1rem;border:none;border-radius:4px;cursor:pointer;font-size:.9rem;font-weight:500;transition:transform .2s ease}.save-button:hover,.add-button:hover,.edit-button:hover,.cancel-button:hover,.delete-button:hover{transform:scale(1.03)}.save-button,.add-button{background-color:#007bff;color:#fff}.cancel-button{background-color:#f1f1f1}.edit-button{background-color:#ffc107}.delete-button{background-color:#dc3545;color:#fff}.passageiros-list{display:flex;flex-direction:column;gap:.75rem}.passageiro-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem;background-color:#f9f9f9;border-radius:4px}.passageiro-info{display:flex;flex-direction:column}.passageiro-nome{font-weight:600;color:#333}.passageiro-data{font-size:.9rem;color:#666}.documento-expirado{color:#d9534f;font-size:.8rem;font-weight:700;margin-left:1rem}.no-details-placeholder{text-align:center;padding:2rem;color:#888}.drive-info,.passageiro-docs{display:flex;align-items:center;gap:1rem}.drive-icon,.doc-icon,.passport-icon{font-size:1.8rem;color:#0f9;transition:color .3s ease,transform .2s ease}.drive-icon:hover,.doc-icon:not(.disabled):hover,.passport-icon:not(.disabled):hover{color:#0f9;transform:scale(1.1)}.doc-icon.disabled,.passport-icon.disabled{color:#ccc;cursor:not-allowed}.faturas-list{display:flex;flex-direction:column;gap:.5rem}.fatura-row{display:flex;align-items:baseline;padding:.5rem;border-bottom:1px solid #eee}.fatura-col{display:flex;align-items:center;gap:.5rem}.fatura-col-edit{flex-basis:30px;flex-shrink:0}.fatura-col-nome{flex-basis:0;flex-grow:2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}.fatura-col-contribuinte{flex-basis:120px;flex-shrink:0;text-align:left;padding:0 1rem}.fatura-col-morada{flex-basis:0;flex-grow:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}.fatura-col-valor{flex-basis:100px;flex-shrink:0;justify-content:flex-end;text-align:right}.fatura-col-actions{flex-basis:70px;flex-shrink:0;justify-content:flex-end}.total-row{font-weight:700}.fatura-col-total-label{flex-grow:1;justify-content:flex-end;padding-right:1rem;display:flex;align-items:center}.total-mismatch{background-color:#fff3cd;padding:.2rem .5rem;border-radius:4px;color:#856404;font-weight:700}.edit-icon,.pdf-icon,.download-icon{cursor:pointer;transition:color .3s ease,transform .2s ease;font-size:1.8rem}.edit-icon:hover,.pdf-icon:hover,.download-icon:hover{transform:scale(1.1)}.edit-icon{color:#ffc107}.pdf-icon{color:#ccc}.pdf-icon.available{color:#0f9}.download-icon{color:#28a745}.fatura-form-overlay{position:fixed;inset:0;background-color:#0009;display:flex;justify-content:center;align-items:center;z-index:1000}.fatura-form-container{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 5px 15px #0000004d;width:90%;max-width:500px;display:flex;flex-direction:column;gap:1rem}.transaction-list{display:flex;flex-direction:column;gap:.5rem;margin:.5rem 0}.transaction-item{display:flex;justify-content:space-between}.transaction-total{display:flex;justify-content:space-between;font-weight:700}.total-unpaid{color:#d9534f}.total-paid{color:#5cb85c}:root{--dest-bg: #020617;--dest-accent: #ffb400;--dest-accent-soft: rgba(255, 180, 0, .14);--dest-text: #f9fafb;--dest-muted: #9ca3af;--dest-card-radius: 18px;--dest-shadow: 0 22px 45px rgba(0, 0, 0, .55)}.dest-page{min-height:100vh;background:radial-gradient(circle at top,#0b1120 0,#020617 52%,#000);color:var(--dest-text);font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.dest-hero{position:relative;height:clamp(260px,40vh,420px);overflow:hidden;display:flex;align-items:center;justify-content:center;padding:32px 16px 42px;background:url(/assets/banner_destinos-NFITkLwK.jpg) no-repeat center center/cover}.dest-hero-overlay{position:absolute;inset:0;background:linear-gradient(180deg,#0000002e,#0000004d,#00000061)}.dest-hero-content{position:relative;text-align:center;max-width:640px;padding:0 12px}.dest-logo-wrap{display:flex;justify-content:center;margin-bottom:12px}.dest-logo{max-width:230px;width:100%;height:auto;border-radius:999px;padding:6px 18px;background:#ffffff24;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:0 10px 30px #00000080}.dest-hero-content h1{font-size:clamp(1.9rem,1.3rem + 2vw,2.8rem);margin:0 0 10px;text-shadow:0 2px 6px rgba(0,0,0,.35);color:#fff}.dest-hero-content p{margin:0;font-size:clamp(.95rem,.85rem + .4vw,1.05rem);color:#fff;text-shadow:0 2px 6px rgba(0,0,0,.35)}.dest-fab{position:absolute;bottom:24px;right:24px;width:52px;height:52px;border-radius:999px;border:none;cursor:pointer;background:linear-gradient(135deg,var(--dest-accent),#f97316);color:#111827;font-size:26px;display:flex;align-items:center;justify-content:center;box-shadow:0 16px 40px #000000a6;transition:transform .15s ease,box-shadow .2s ease,filter .2s ease}.dest-fab:hover{transform:translateY(-2px);box-shadow:0 22px 55px #000000bf;filter:brightness(1.05)}.dest-main{padding:30px 16px 40px;max-width:1200px;margin:0 auto}.dest-muted{color:var(--dest-muted);font-size:.95rem;text-align:center;margin-bottom:8px}.dest-error{color:#f87171;text-align:center;margin-bottom:8px}.dest-group-section{margin-bottom:34px}.dest-group-hero{position:relative;border-radius:16px;overflow:hidden;height:90px;max-height:90px;box-shadow:var(--dest-shadow);background:#020617}.dest-group-hero-bg{position:absolute;inset:0;background-size:cover;background-position:center;transform:scale(1.03);filter:blur(1.5px) saturate(1.05) brightness(.85)}.dest-group-hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,#0f172aeb,#0f172a73,#0f172aeb)}.dest-group-hero-content{position:relative;padding:10px 16px;max-width:540px}.dest-group-title,.dest-group-subtitle{color:#fff;text-shadow:0 0 3px rgba(0,0,0,.85),0 0 6px rgba(0,0,0,.65),0 1px 2px rgba(0,0,0,.9)}.dest-group-title{margin:0;font-size:1.1rem}.dest-group-subtitle{margin:2px 0 0;font-size:.8rem;color:var(--dest-muted)}.dest-group-carousel-wrap{margin-top:14px;position:relative;border-radius:20px;background:radial-gradient(circle at top left,#0f172ab3,#0f172afa);padding:10px 12px 14px;box-shadow:0 16px 40px #000000a6}.dest-ofertas-carousel-wrapper{width:100%;overflow:hidden;padding-bottom:2px}.dest-ofertas-carousel{display:flex;gap:16px;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding:4px 4px 10px}.dest-ofertas-carousel::-webkit-scrollbar{height:6px}.dest-ofertas-carousel::-webkit-scrollbar-thumb{background:#94a3b873;border-radius:999px}.dest-oferta-card{flex:0 0 auto;width:280px;border-radius:var(--dest-card-radius);overflow:hidden;background:#020617;border:1px solid rgba(148,163,184,.3);box-shadow:0 14px 40px #0009;scroll-snap-align:start;display:flex;flex-direction:column;transition:.18s ease}.dest-oferta-card:hover{transform:translateY(-6px);box-shadow:0 22px 60px #000c;border-color:#fbbf24e6}.dest-oferta-image-wrapper{position:relative;height:360px;cursor:pointer;overflow:hidden;background:radial-gradient(circle at center,#020617 0% 60%,#000);box-shadow:0 0 0 1px #ffffff1f,0 18px 35px #000000bf}.dest-oferta-card:hover .dest-oferta-image-wrapper{box-shadow:0 0 0 1px #ffffff40,0 22px 45px #000000e6}.dest-oferta-image{width:100%;height:100%;object-fit:contain;display:block;transform:scale(1);transition:transform .3s ease}.dest-oferta-card:hover .dest-oferta-image{transform:scale(1.03)}.dest-oferta-gradient{position:absolute;inset:auto 0 0;height:55%;background:linear-gradient(to top,rgba(0,13,22,.38),transparent)}.dest-oferta-tag{position:absolute;bottom:10px;left:12px;padding:4px 10px;border-radius:999px;font-size:.78rem;background:#0f172ad9;border:1px solid rgba(148,163,184,.7);color:#e5e7eb}.dest-oferta-body{padding:10px 14px 14px;display:flex;flex-direction:column;gap:4px}.dest-oferta-title{margin:0;font-size:1rem}.dest-no-offers{margin-top:6px;font-size:.95rem;color:var(--dest-muted)}.dest-carousel-arrow{position:absolute;top:50%;transform:translateY(-50%);width:42px;height:42px;border-radius:999px;border:none;background:#0f172acc;box-shadow:0 14px 35px #000000bf;color:#e5e7eb;cursor:pointer;font-size:22px;transition:.2s ease}.dest-carousel-arrow.left{left:-2px}.dest-carousel-arrow.right{right:-2px}.dest-carousel-arrow:hover{transform:translateY(-50%) scale(1.05)}@media(max-width:900px){.dest-main{padding:26px 12px 34px}.dest-oferta-card{width:240px}}@media(max-width:600px){.dest-hero{padding:24px 12px 38px}.dest-fab{bottom:18px;right:18px}.dest-oferta-card{width:220px}.dest-group-hero-content{padding:10px 14px}.dest-group-title{font-size:1rem}}.app-wrapper{display:flex;height:100vh;overflow:hidden;padding-top:60px}.app-body{display:flex;flex-grow:1;overflow:hidden}.sidebar-hover-area{position:fixed;top:60px;left:0;width:20px;height:calc(100% - 60px);z-index:999}.sidebar-container{flex-shrink:0;transition:width .3s ease}.main-content{flex-grow:1;overflow-y:auto;padding:20px}.page-content{width:100%}@media(max-width:768px){.app-wrapper{padding-top:80px}.sidebar-hover-area{display:none}.main-content{margin-left:0!important;padding-top:0}.app-wrapper.sidebar-open .main-content{margin-left:0}.sidebar-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;z-index:999}}
