@font-face{font-family:FragmentMono-Regular;src:url(/assets/FragmentMono-Regular-DjnV9E8U.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}#main-container{display:flex;flex-direction:column;min-height:50vh}main{flex-grow:1;background-color:#fff}.dashboard-container{background-color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;min-height:100vh}.dashboard-container .pdf-page{position:relative;background-color:#fff;color:#000;height:auto;max-width:100vw;border:1px solid red}.dashboard-container .pdf-page:after{content:"";position:absolute;bottom:0;left:0;height:1px;background-color:#fff;z-index:1;width:100%;display:block;break-after:page}.dashboard-container.for-pdf .pdf-page{height:750px;overflow:hidden}.dashboard-section{background-color:#fff;padding:8px;margin-bottom:8px}.card{background-color:#fff;padding:8px;border-radius:8px;box-shadow:0 4px 8px #0000000d;border:1px solid rgb(225.25,225.25,225.25)}h1,h2{color:#000;font-weight:600;margin:0}h1{font-size:1em}h2{font-size:.8em;padding:16px 0}.dashboard-header{margin-bottom:8px;text-align:left}.dashboard-header .date-info{font-size:.7em;color:#000;margin:0}.activation-title-header{text-align:center}.dashboard-grid{width:100%;display:grid;gap:8px;margin-bottom:8px}.dashboard-grid.page1-grid,.dashboard-grid.page2-grid,.dashboard-grid.page3-grid{grid-template-columns:repeat(4,1fr)}.dashboard-grid.grid-cols-1{grid-template-columns:1fr}.dashboard-grid.grid-cols-2{grid-template-columns:repeat(2,1fr)}.dashboard-grid.grid-cols-3{grid-template-columns:repeat(3,1fr)}.dashboard-grid.grid-cols-4{grid-template-columns:repeat(4,1fr)}.dashboard-grid.grid-cols-5{grid-template-columns:repeat(5,1fr)}.dashboard-grid.grid-cols-6{grid-template-columns:repeat(6,1fr)}.dashboard-grid.grid-cols-7{grid-template-columns:repeat(7,1fr)}.dashboard-grid.grid-cols-8{grid-template-columns:repeat(8,1fr)}.dashboard-grid.grid-cols-9{grid-template-columns:repeat(9,1fr)}.dashboard-grid.grid-cols-10{grid-template-columns:repeat(10,1fr)}.dashboard-grid.grid-cols-11{grid-template-columns:repeat(11,1fr)}.dashboard-grid.grid-cols-12{grid-template-columns:repeat(12,1fr)}.dashboard-grid .col-span-1{grid-column:span 1}.dashboard-grid .col-span-2{grid-column:span 2}.dashboard-grid .col-span-3{grid-column:span 3}.dashboard-grid .col-span-4{grid-column:span 4}.dashboard-grid .col-span-5{grid-column:span 5}.dashboard-grid .col-span-6{grid-column:span 6}.dashboard-grid .col-span-7{grid-column:span 7}.dashboard-grid .col-span-8{grid-column:span 8}.dashboard-grid .col-span-9{grid-column:span 9}.dashboard-grid .col-span-10{grid-column:span 10}.dashboard-grid .col-span-11{grid-column:span 11}.dashboard-grid .col-span-12{grid-column:span 12}.dashboard-grid .main-chart-item,.dashboard-grid .bottom-chart-item,.dashboard-grid .page2-grid .span-4-cols,.dashboard-grid .page3-grid .span-4-cols{grid-column:span 4}.dashboard-grid .page1-grid .tabular-country-chart{grid-column:span 2}.dashboard-grid .page1-grid .small-chart-item:not(.tabular-country-chart){grid-column:span 1}.dashboard-grid .page2-grid .span-2-cols,.dashboard-grid .page3-grid .span-2-cols{grid-column:span 2}.dashboard-grid .page3-grid .floor-item-container{min-height:280px}.dashboard-grid.activation-kpi-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));margin-bottom:20px}.dashboard-grid.email-souvenirs-chart-grid{gap:8px}.dashboard-grid .empty-grid-cell{min-height:50px}.kpi-item{min-height:60px}.kpi-group{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}.kpi-group .kpi-card{margin-bottom:0}.dashboard-grid>.card,.dashboard-grid>.chart-wrapper{display:flex;flex-direction:column}.dashboard-grid>.card>canvas,.dashboard-grid>.chart-wrapper .chart-canvas-container,.dashboard-grid>.tabular-chart-wrapper-card .chart-column,.dashboard-grid>.floor-popularity-treemap-card .chart-canvas-container{flex-grow:1;min-height:0;position:relative}.dashboard-grid>.card>canvas canvas,.dashboard-grid>.chart-wrapper .chart-canvas-container canvas,.dashboard-grid>.tabular-chart-wrapper-card .chart-column canvas,.dashboard-grid>.floor-popularity-treemap-card .chart-canvas-container canvas{width:100%;height:100%}.dashboard-grid>.tabular-chart-wrapper-card .chart-column canvas{position:absolute;top:0;left:0;width:100%;height:100%}.generated-on{margin:0;padding:0;font-size:.6em;font-style:italic;color:#000}.loading-spinner-overlay,.error-message-overlay,.no-data-message-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#ffffffe6;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;z-index:9999;padding:20px;box-sizing:border-box}.spinner{border:8px solid #f3f3f3;border-top:8px solid #3498db;border-radius:50%;width:60px;height:60px;animation:spin 1s linear infinite}.loading-spinner-overlay p,.error-message-overlay p,.no-data-message-overlay p{margin-top:20px;font-size:1.2em;color:#000}.error-message-overlay h2,.error-message-overlay p{color:#d9534f;max-width:500px}.error-message-overlay h2{margin-bottom:15px}.retry-button,.retry-button-link{margin-top:25px;padding:10px 20px;font-size:1em;color:#fff;background-color:#3498db;border:none;border-radius:5px;cursor:pointer;transition:background-color .3s ease}.retry-button:hover,.retry-button-link:hover{background-color:#217dbb}.retry-button-link{background-color:transparent;color:#3498db;text-decoration:underline;padding:5px}.retry-button-link:hover{color:#217dbb;background-color:transparent}.chart-title-text{font-size:.8em;font-weight:400;color:#000;text-align:center;margin-bottom:0}card-base{background-color:#fff;padding:20px;border-radius:8px;box-shadow:0 4px 8px #0000000d;border:1px solid rgb(225.25,225.25,225.25)}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.grid-column{display:grid;gap:8px}.grid-wrapper{width:100%;height:100%;display:flex;align-items:flex-start;justify-content:center;min-height:100%}@page{margin:2.5mm}.page-break{border-bottom:2px solid red}@media print{body,.dashboard-container{background-color:#fff}.loading-spinner-overlay,.error-message-overlay,.no-data-message-overlay,.retry-button,.retry-button-link{display:none!important}.dashboard-container .pdf-page{border:none;break-after:page}.page-break{border:none;break-after:always;break-inside:avoid}.chart-canvas-container canvas{min-height:100%;min-width:100%;max-width:100%;max-height:100%;height:auto!important;width:auto!important}}.kpi-card[data-v-00a71888]{background-color:#fff;border-radius:8px;box-shadow:0 2px 4px #0000000d;text-align:center;position:relative;border:1px solid #e0e0e0;display:flex;flex-direction:column;justify-content:center}.kpi-card .kpi-value[data-v-00a71888]{font-size:1.5em;font-weight:700;color:#333;margin-bottom:5px;line-height:1.1}.kpi-card .kpi-title[data-v-00a71888]{font-size:.7em;color:#555}.kpi-card .kpi-subtitle[data-v-00a71888]{font-size:.5em;color:#777}.kpi-card .kpi-icon[data-v-00a71888]{position:absolute;top:15px;right:15px;font-size:1.5em;color:#ccc}.chart-column[data-v-c2cbbdc2]{flex:1;position:relative}.table-container[data-v-e2ffff24],table[data-v-e2ffff24]{width:100%}.table-container[data-v-e2ffff24]{overflow-x:auto}.chart-title-text[data-v-e2ffff24]{padding-bottom:8px}table[data-v-e2ffff24]{border-collapse:collapse;font-size:.5em}table th[data-v-e2ffff24],table td[data-v-e2ffff24]{padding:1px 2px;border-right:1px solid #ddd;white-space:nowrap}table th[data-v-e2ffff24]:last-child,table td[data-v-e2ffff24]:last-child{border-right:none}table th[data-v-e2ffff24]{background-color:#f8f9fa;font-weight:700;color:#444}table tbody tr[data-v-e2ffff24]:nth-child(2n){background-color:#f9f9f9}table .no-data-cell[data-v-e2ffff24]{text-align:center;padding:20px;color:#777;background-color:#fff;border-right:none}.chart-wrapper[data-v-98af4387]{max-width:100%;min-width:0;max-height:200px}.chart-wrapper .chart-canvas-container[data-v-98af4387]{width:100%;min-width:0;position:relative}.chart-wrapper .chart-canvas-container canvas[data-v-98af4387]{width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;object-fit:contain!important;display:block}.no-data[data-v-98af4387]{text-align:center;padding:20px;color:#777;flex-grow:1;display:flex;align-items:center;justify-content:center}.dashboard-header[data-v-90ab6c1b]{display:flex;align-items:center;justify-content:space-between}.page1-grid[data-v-e856e89a],.page2-grid[data-v-e856e89a],.page3-grid[data-v-e856e89a],.page4-grid[data-v-e856e89a]{grid-template-columns:repeat(12,1fr)}.dashboard-header.centered[data-v-e856e89a]{text-align:center}.grid-wrapper[data-v-d06a5fbd]{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;min-height:100%}.empty-grid-cell[data-v-d06a5fbd]{min-height:50px}@page{margin:0 2.5mm}@media print{.dashboard-section[data-v-d06a5fbd]{background-color:#fff;padding:8px;margin-bottom:0}.pdf-page[data-v-d06a5fbd]{page-break-after:always;page-break-inside:avoid}.dashboard-header h1[data-v-d06a5fbd],.dashboard-header p[data-v-d06a5fbd],.activation-title-header h2[data-v-d06a5fbd]{color:#000!important}.report-main-header[data-v-d06a5fbd],.activation-title-header h2[data-v-d06a5fbd]{page-break-after:avoid;page-break-inside:avoid}.dashboard-grid>div[data-v-d06a5fbd]{page-break-inside:avoid!important}}.equal-width-table table{table-layout:fixed;width:100%}.equal-width-table table th,.equal-width-table table td{text-align:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:75%}.equal-width-table table th:first-child,.equal-width-table table td:first-child{width:25%;text-align:left;white-space:normal}.equal-width-table table th:nth-child(n+2):nth-child(-n+7),.equal-width-table table td:nth-child(n+2):nth-child(-n+7){width:12.5%}.equal-width-table table th:nth-child(n+2):nth-child(-n+8),.equal-width-table table td:nth-child(n+2):nth-child(-n+8){width:10.71%}
