:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}:root{color-scheme:dark}*,*:before,*:after{box-sizing:border-box}html{overflow-x:hidden;overflow-y:auto}body{margin:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#020617;color:#e5e7eb;overflow-x:hidden;overflow-y:auto;width:100%;max-width:100vw}.app{min-height:100vh;padding:.75rem;max-width:1200px;margin:0 auto;width:100%;max-width:100vw;box-sizing:border-box}.app-header{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center;justify-content:space-between;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #1e293b}.app-header h1{font-size:1.5rem;margin:0;font-weight:700;background:linear-gradient(135deg,#e5e7eb,#9ca3af);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.section{margin-bottom:2.5rem;width:100%;box-sizing:border-box;animation:fadeIn .4s ease-out}.section:nth-child(2){animation-delay:.05s}.section:nth-child(3){animation-delay:.1s}.section:nth-child(4){animation-delay:.15s}.section:nth-child(5){animation-delay:.2s}.section:nth-child(6){animation-delay:.25s}.section:nth-child(7){animation-delay:.3s}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.section-title-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem;width:100%;gap:.5rem;flex-wrap:wrap}.section-title{font-size:1rem;margin:0;word-break:break-word;overflow-wrap:break-word;flex:1;min-width:0}.section-subtitle{font-size:.8rem;color:#9ca3af;margin:0 0 1rem;line-height:1.5}.grid{display:grid;gap:1rem}.grid-cards{grid-template-columns:1fr}.card{background:#020617;border-radius:.75rem;border:1px solid #1e293b;padding:1rem;width:100%;max-width:100%;box-sizing:border-box;overflow:visible;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease;position:relative}@media(hover:hover){.card:hover{border-color:#334155;box-shadow:0 6px 20px #0006;transform:translateY(-2px)}}.card-full{width:100%}.card-header{display:flex;flex-direction:column;gap:.25rem;margin-bottom:.75rem}.card-header h3{margin:0;font-size:1rem;font-weight:600;color:#e5e7eb}.card-date{font-size:.8rem;color:#9ca3af}.metric-card{display:flex;flex-direction:column;justify-content:space-between;position:relative;min-height:120px}.metric-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;border-radius:.75rem .75rem 0 0;opacity:.9}.metric-card-sales:before{background:linear-gradient(90deg,#22c55e,#10b981)}.metric-card-orders:before{background:linear-gradient(90deg,#38bdf8,#0ea5e9)}.metric-card-aov:before{background:linear-gradient(90deg,#a855f7,#9333ea)}.metric-card-default:before{background:linear-gradient(90deg,#64748b,#475569)}.country-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#f59e0b,#d97706);border-radius:.75rem .75rem 0 0;opacity:.9}.svb-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#eab308,#ca8a04);border-radius:.75rem .75rem 0 0;opacity:.9}.top-products-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#06b6d4,#0891b2);border-radius:.75rem .75rem 0 0;opacity:.9}.metric-header{display:flex;flex-direction:column;gap:.2rem;margin-bottom:.5rem}.metric-title{margin:0;font-size:.8rem;font-weight:500;color:#9ca3af}.metric-date{font-size:.7rem;color:#64748b}.metric-value{font-size:1.5rem;font-weight:700;line-height:1.1;color:#e5e7eb;word-break:break-word;overflow-wrap:break-word}.metric-unit{font-size:1rem;font-weight:500;color:#9ca3af}.metric-trend{display:flex;align-items:center;gap:.3rem;margin-top:.5rem;font-size:.75rem;padding-top:.5rem;border-top:1px solid #1e293b}.trend-icon{font-size:.9rem;font-weight:600}.trend-value{font-weight:600}.trend-label{color:#9ca3af;font-size:.7rem;margin-left:auto}.trend-up{color:#22c55e}.trend-down{color:#ef4444}.trend-neutral{color:#9ca3af}.metric-card-skeleton{pointer-events:none}.skeleton{background:linear-gradient(90deg,#1e293b 25%,#334155,#1e293b 75%);background-size:200% 100%;animation:skeleton-loading 1.5s ease-in-out infinite;border-radius:.25rem}.skeleton-title{height:.8rem;width:60%;margin-bottom:.2rem}.skeleton-date{height:.7rem;width:40%}.skeleton-value{height:1.5rem;width:70%;margin-top:.5rem}.skeleton-trend{height:.75rem;width:50%;margin-top:.5rem}@keyframes skeleton-loading{0%{background-position:200% 0}to{background-position:-200% 0}}.summary-grid{display:grid;grid-template-columns:1fr;gap:.5rem;margin-top:.5rem}.summary-item{display:flex;flex-direction:column}.summary-label{font-size:.75rem;color:#9ca3af}.summary-value{font-weight:600;font-size:1rem}.summary-value-sales{font-size:1.8rem;line-height:1.1;margin-top:.1rem}.table-wrapper{max-height:none;overflow:visible;overflow-x:auto;width:100%}.table{width:100%;border-collapse:collapse;font-size:.85rem;table-layout:auto}.table th,.table td{padding:.5rem .6rem;border-bottom:1px solid #1e293b;word-break:break-word;overflow-wrap:break-word;transition:background-color .2s ease}.table tbody tr:hover{background-color:#1e293b4d}.table th{text-align:left;font-weight:500;font-size:.8rem;color:#9ca3af}.text-right{text-align:right}.table-total-row{background-color:#1e293b33;border-top:2px solid #334155}.table-total-row td{font-weight:600;color:#e5e7eb;padding-top:.75rem;padding-bottom:.75rem}.svb-list{display:flex;flex-direction:column;gap:.5rem}.svb-row{margin-bottom:0}.svb-card-mobile{display:block;background:#0f172a;border:1px solid #1e293b;border-radius:.5rem;padding:.6rem;width:100%;box-sizing:border-box;overflow:visible;transition:border-color .2s ease,transform .2s ease}.svb-card-mobile:active{transform:scale(.98)}.svb-card-header-mobile{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem;gap:.5rem;flex-wrap:wrap}.svb-date-mobile{font-size:.75rem;font-weight:600;color:#e5e7eb}.svb-badge-mobile{font-size:.65rem;padding:.15rem .4rem;border-radius:9999px;font-weight:500}.svb-badge-exceeds{background:#22c55e;color:#020617}.svb-badge-under{background:#64748b;color:#e5e7eb}.svb-card-values-mobile{display:flex;flex-direction:column;gap:.4rem}.svb-value-item-mobile{display:flex;justify-content:space-between;align-items:baseline;gap:.5rem;flex-wrap:wrap}.svb-label-mobile{font-size:.7rem;color:#9ca3af;flex-shrink:0}.svb-value-mobile{font-size:.85rem;font-weight:600;word-break:break-word;text-align:right;min-width:0}.svb-value-actual-exceeds{color:#22c55e}.svb-value-actual-under{color:#9ca3af}.svb-value-budget{color:#38bdf8}.svb-percentage-mobile{font-size:.7rem;color:#64748b;margin-top:.2rem;text-align:center;word-break:break-word;overflow:visible}.svb-row-desktop{display:none}.svb-row-header{display:flex;justify-content:space-between;gap:.5rem;font-size:.75rem;margin-bottom:.25rem;flex-wrap:wrap;word-break:break-word}.svb-date{color:#e5e7eb}.svb-values{color:#9ca3af;word-break:break-word;text-align:right}.svb-bar-track{position:relative;height:1rem;background:#0f172a;border-radius:9999px;overflow:visible;border:1px solid #1e293b}.svb-bar{position:absolute;top:0;bottom:0;left:0;border-radius:9999px}.svb-bar-actual-exceeds{background:#22c55e;z-index:1}.svb-bar-actual-under{background:#64748b;z-index:1}.svb-bar-marker{position:absolute;top:-2px;bottom:-2px;width:2px;background:#38bdf8;z-index:2;border-radius:1px}.svb-exceeds{color:#10b981;font-weight:600}.top-products-list{display:flex;flex-direction:column;gap:.5rem;width:100%;max-width:100%;box-sizing:border-box}.top-product-row{display:flex;align-items:flex-start;justify-content:flex-start;gap:.5rem;padding:.5rem 0;border-bottom:1px solid #1e293b;width:100%;box-sizing:border-box;flex-wrap:wrap;transition:background-color .2s ease,transform .2s ease}.top-product-row:hover{background-color:#1e293b66;border-radius:.4rem;margin:0 -.25rem;padding:.5rem .25rem;transform:translate(2px)}.top-product-row:last-child{border-bottom:none}.top-product-main{display:flex;align-items:stretch;gap:.5rem;min-width:0;flex:1 1 100%;max-width:100%;width:100%;box-sizing:border-box}.top-product-img-wrapper{flex-shrink:0;align-self:stretch;display:flex;width:48px}.top-product-img,.top-product-img.placeholder{width:48px;height:100%;min-height:60px;border-radius:.4rem;background:#020617;border:1px solid #1e293b;display:flex;align-items:center;justify-content:center;font-size:.55rem;color:#9ca3af;overflow:hidden;flex-shrink:0}.top-product-img{object-fit:cover;width:48px;height:100%}.top-product-text{display:flex;flex-direction:column;gap:.1rem;min-width:0;flex:1;overflow:visible;max-width:100%;width:100%}.top-product-name{font-size:.9rem;font-weight:500;word-break:break-word;overflow-wrap:break-word;overflow:hidden;max-width:100%}.top-product-id{font-size:.7rem;color:#9ca3af}.top-product-meta-mobile{display:flex;flex-direction:column;gap:.15rem;margin-top:.2rem;width:100%;overflow:visible}.top-product-meta-mobile .meta-item{font-size:.85rem;font-weight:600;color:#e5e7eb;word-break:break-word;overflow:visible}.top-product-meta{display:none;flex-direction:column;gap:.2rem;align-items:flex-end;flex-shrink:0;width:0;min-width:0}.top-product-meta .label{font-size:.7rem;color:#9ca3af}.top-product-meta .value{font-size:.9rem;font-weight:600}.badge{font-size:.7rem;padding:.35rem .75rem;border-radius:9999px;border:1px solid #1e293b;background:#020617;font-weight:500;display:inline-flex;align-items:center;gap:.3rem;animation:pulse 2s ease-in-out infinite}.badge-loading{color:#38bdf8;border-color:#38bdf8;background:#38bdf81a}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}.empty{font-size:.85rem;text-align:center;padding:2.5rem 1.5rem;color:#64748b;font-style:italic;display:flex;flex-direction:column;align-items:center;gap:.5rem}.empty:before{content:"—";font-size:2rem;color:#334155;font-style:normal;line-height:1}@media(min-width:640px){.summary-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.metric-value{font-size:1.75rem}.metric-unit{font-size:1.1rem}}@media(min-width:768px){.app{padding:1.5rem}.app-header h1{font-size:1.8rem}.section{margin-bottom:1.5rem}.section-title{font-size:1.1rem}.section-subtitle{font-size:.85rem;margin:0 0 .75rem}.grid{gap:1.25rem}.card{padding:1rem;border-radius:.9rem}.grid-cards{grid-template-columns:repeat(2,minmax(0,1fr))}.metric-value{font-size:2rem}.metric-unit{font-size:1.2rem}.metric-header{margin-bottom:.75rem}.svb-list{gap:.6rem}.svb-card-mobile{display:none}.svb-row-desktop{display:block}.svb-row-header{font-size:.75rem;margin-bottom:.25rem}.svb-bar-track{height:1rem}.top-products-list{gap:.6rem}.top-product-img,.top-product-img.placeholder{width:40px;height:40px;min-height:40px;font-size:.6rem}.top-product-main{gap:.6rem;align-items:center}.top-product-row{align-items:center;flex-wrap:nowrap;gap:.75rem}.table-wrapper{max-height:400px;overflow-y:auto}}@media(min-width:1024px){.app{padding:2rem}.grid-cards{grid-template-columns:repeat(3,minmax(0,1fr))}.metric-value{font-size:2.25rem}}@media(min-width:768px){.summary-value-sales{font-size:2.2rem}}@media(min-width:640px){.top-product-row{justify-content:space-between}.top-product-main{flex:1;width:auto}.top-product-meta{display:flex;flex-direction:row;gap:1rem;width:auto;min-width:auto}.top-product-meta-mobile{display:none}}
