:root{color:#0f172a;background:#f8fafc;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}body{margin:0}.embed-shell,main{min-height:100vh}.embed-shell{background:linear-gradient(120deg,#f8fafc,#f1f5f9)}.centered{display:flex;align-items:center;justify-content:center;min-height:100vh;padding:2rem}.card{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 10px 40px rgba(15,23,42,.1);max-width:480px;text-align:center}.hint{color:#475569;font-size:.9rem}.table{width:100%;border-collapse:collapse}.table td,.table th{text-align:left;padding:.75rem .5rem;border-bottom:1px solid #e2e8f0;vertical-align:top}.help-tip{position:relative;cursor:help;outline:none}.help-tip:after{content:attr(data-help);position:absolute;top:calc(100% + 6px);z-index:30;width:max-content;max-width:280px;padding:.5rem .65rem;border-radius:6px;background:#0f172a;color:#f8fafc;font-size:.75rem;font-weight:400;line-height:1.45;text-align:left;text-decoration:none;white-space:normal;box-shadow:0 6px 18px rgba(15,23,42,.28);opacity:0;visibility:hidden;transition:opacity .12s ease;pointer-events:none}.help-tip--left:after{left:0}.help-tip--right:after{right:0}.help-tip--center:after{left:50%;transform:translateX(-50%)}.help-tip:focus-visible:after,.help-tip:hover:after{opacity:1;visibility:visible}.help-th{-webkit-text-decoration-line:underline;text-decoration-line:underline;-webkit-text-decoration-style:dotted;text-decoration-style:dotted;text-underline-offset:3px}.badge{gap:.35rem;padding:.25rem .6rem;font-size:.85rem;color:#0f172a;background:#e2e8f0}.badge,.new-row-indicator{display:inline-flex;align-items:center;border-radius:999px}.new-row-indicator{padding:.08rem .5rem;font-size:.75rem;font-weight:600;color:#166534;background:#dcfce7}.status-dot{display:inline-block;width:10px;height:10px;border-radius:50%}.input,.select{width:100%;padding:.5rem .6rem;border:1px solid #cbd5e1;border-radius:8px;background:#fff;font-size:.95rem}.button{background:#0f172a;color:#fff;border:none;padding:.65rem 1.1rem;border-radius:10px;cursor:pointer}.button.secondary{background:#e2e8f0;color:#0f172a}.button.primary{background:#0f172a;color:#fff}.login-card{display:flex;flex-direction:column;gap:1rem;align-items:center}.error{color:#b91c1c;font-size:.9rem}.install-banner{position:fixed;left:50%;transform:translateX(-50%);bottom:calc(1rem + env(safe-area-inset-bottom));z-index:50;width:min(560px,calc(100% - 1.5rem));display:flex;align-items:center;justify-content:space-between;gap:.75rem;background:#0f172a;color:#fff;padding:.75rem 1rem;border-radius:12px;box-shadow:0 10px 30px rgba(15,23,42,.3)}.install-banner-text{font-size:.9rem}.install-banner-actions{display:flex;gap:.5rem;flex-shrink:0}.install-steps{margin:.5rem 0 0;padding-left:1.25rem;color:#334155;line-height:1.6}.install-steps li{margin:.15rem 0}.settings-row{display:flex;align-items:flex-start;gap:.6rem;padding:.5rem 0}.settings-row input[type=checkbox]{margin-top:.2rem;width:1.1rem;height:1.1rem;flex-shrink:0}.settings-fieldset{border:none;padding:.5rem 0 0;margin:.75rem 0 0}.settings-fieldset:disabled{opacity:.55}.filters-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));grid-gap:.75rem;gap:.75rem}.legend{display:flex;gap:1rem;flex-wrap:wrap;margin:.5rem 0}.legend-item{display:inline-flex;align-items:center;gap:.4rem;font-size:.9rem}.legend-swatch{width:12px;height:12px;border-radius:3px}.chart-wrapper{background:#fff;padding:1rem;border-radius:12px;box-shadow:inset 0 0 0 1px #e2e8f0}.reports-page{padding:1.5rem;background:#f8fafc;min-height:100vh;max-width:1440px;margin:0 auto}.reports-header{display:flex;justify-content:space-between;gap:1rem;align-items:center;flex-wrap:wrap;margin-bottom:1rem}.reports-nav{display:flex;gap:.5rem;flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;flex:1 1 auto;min-width:0;scrollbar-width:none;-ms-overflow-style:none}.reports-nav::-webkit-scrollbar{display:none}.reports-nav .button{flex:0 0 auto;white-space:nowrap}.card-section{background:#fff;border-radius:12px;box-shadow:0 1px 3px rgba(0,0,0,.08);padding:1rem 3rem 1rem 1rem;margin-bottom:1rem}.section-drag-handle-btn{position:absolute;top:.65rem;right:.65rem;display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;border:none;background:transparent;cursor:-webkit-grab;cursor:grab;color:#cbd5e1;font-size:1.15rem;border-radius:6px;transition:background .15s,color .15s;padding:0;z-index:1}.section-drag-handle-btn:hover{background:#f1f5f9;color:#64748b}.section-drag-handle-btn:active{cursor:-webkit-grabbing;cursor:grabbing}.sortable-section.reorder-active{outline:2px dashed #cbd5e1;outline-offset:2px;border-radius:8px}.section-reorder-arrows{position:absolute;top:.65rem;right:2.85rem;display:flex;gap:.25rem;z-index:2}.section-reorder-arrow-btn{display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border:1px solid #e2e8f0;background:#fff;color:#475569;font-size:.95rem;border-radius:8px;cursor:pointer;padding:0;transition:background .15s,color .15s,border-color .15s}.section-reorder-arrow-btn:hover:not(:disabled){background:#f1f5f9;border-color:#cbd5e1;color:#1e293b}.section-reorder-arrow-btn:disabled{color:#e2e8f0;cursor:default}.section-reorder-done-btn{position:fixed;bottom:1.5rem;right:1.5rem;z-index:50;padding:.75rem 1.75rem;border:none;border-radius:999px;background:#2563eb;color:#fff;font-size:1rem;font-weight:600;cursor:pointer;box-shadow:0 4px 12px rgba(37,99,235,.35);transition:background .15s}.section-reorder-done-btn:hover{background:#1d4ed8}.kpi-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:.75rem;gap:.75rem;margin-bottom:1rem}.kpi-card{background:#fff;border-radius:12px;box-shadow:0 1px 3px rgba(0,0,0,.08);padding:1rem}.kpi-card h3{margin:0 0 .75rem}.kpi-card p{margin:0 0 .35rem}.kpi-scorecard{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;padding:.55rem .7rem;margin-bottom:.7rem}.kpi-scorecard-label{display:block;font-size:.78rem;color:#64748b;margin-bottom:.2rem}.kpi-scorecard-value{font-size:1.45rem;line-height:1.1;color:#0f172a}.kpi-meta-list p{margin:0 0 .22rem;font-size:.88rem;color:#475569}.small-multiples-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:.75rem;gap:.75rem}.small-multiple{background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:.6rem .7rem}.small-multiple-title{font-size:.82rem;font-weight:600;color:#0f172a;word-break:break-word}.small-multiple-subtitle{font-size:.74rem;color:#64748b;margin-bottom:.3rem}.small-multiple svg{width:100%;height:auto}.date-controls{display:grid;grid-gap:1rem;gap:1rem;margin-top:1rem}.date-top-row{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;flex-wrap:wrap}.date-section-title{font-weight:600;margin-bottom:.5rem}.preset-grid{display:flex;flex-wrap:wrap;gap:.5rem}.preset-button{border:1px solid #cbd5e1;background:#fff;color:#0f172a;padding:.5rem .8rem;border-radius:999px;cursor:pointer;font-size:.9rem}.preset-button.active{background:#0f172a;border-color:#0f172a;color:#fff}.hurtigvalg-toggle{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.hurtigvalg-summary{display:inline-flex;align-items:center;gap:.4rem;margin-bottom:0}.hurtigvalg-body{margin-top:.5rem}.custom-date-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,max-content));grid-gap:.75rem;gap:.75rem;align-items:end}.custom-date-grid label{width:max-content}.custom-date-grid .input[type=date]{width:10.5rem;min-width:10.5rem}.date-actions{margin-top:.75rem;display:flex;gap:.5rem;flex-wrap:wrap}.date-refresh{flex-direction:column;gap:.35rem}.date-refresh,.filter-row{display:flex;align-items:flex-end}.filter-row{gap:.75rem}.filter-actions-right{display:flex;flex-direction:column;align-items:flex-end;gap:.35rem;min-width:max-content}.chart-panel-header{display:flex;justify-content:space-between;align-items:center;gap:.75rem;flex-wrap:wrap;margin-bottom:.75rem}.development-chart-panel-header{display:grid;grid-template-columns:1fr auto 1fr;align-items:center}.development-chart-panel-header .tab-controls{justify-self:center}.development-controls{justify-self:end}.tab-controls{display:inline-flex;gap:.4rem;background:#f1f5f9;padding:.3rem;border-radius:999px}.tab-button{border:none;background:transparent;color:#0f172a;padding:.45rem .8rem;border-radius:999px;cursor:pointer;font-size:.9rem}.tab-button.active{background:#0f172a;color:#fff}.payment-overview-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:1rem;gap:1rem}.horizontal-bars{display:grid;grid-gap:.65rem;gap:.65rem}.horizontal-bar-row{display:grid;grid-template-columns:minmax(110px,170px) 1fr;grid-gap:.75rem;gap:.75rem;align-items:center}.horizontal-bar-label{font-size:.9rem;color:#334155;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.horizontal-bar-track{position:relative;background:#e2e8f0;height:22px;border-radius:999px;overflow:visible;margin-right:3.5rem}.horizontal-bar-fill{height:100%;border-radius:999px;min-width:2px}.horizontal-bar-end-label{position:absolute;top:50%;transform:translateY(-50%);font-size:.82rem;font-weight:600;color:#0f172a;white-space:nowrap;max-width:3rem;text-align:left}.payment-chart-toggle{width:2.15rem;height:2.15rem;border-radius:999px;border:1px solid #cbd5e1;background:#f8fafc;color:#0f172a;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.payment-chart-toggle:hover{background:#eef2ff}.payment-chart-toggle svg{width:1.1rem;height:1.1rem}.payment-chart-layout{display:grid;grid-template-columns:minmax(180px,1fr) minmax(240px,1.2fr);grid-gap:.85rem;gap:.85rem;align-items:start}.payment-chart-labels{display:grid;grid-gap:0;gap:0}.payment-chart-label-row{display:grid;grid-template-columns:auto minmax(0,1fr) auto;grid-gap:.45rem;gap:.45rem;align-items:center;border-bottom:1px solid #f1f5f9}.payment-chart-method{color:#334155;font-size:.92rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.payment-chart-value{font-size:.84rem;color:#64748b;white-space:nowrap}.payment-chart-graph{background:#f8fafc;border-radius:10px;box-shadow:inset 0 0 0 1px #e2e8f0;padding:.5rem;display:flex;align-items:center}.payment-chart-graph svg{width:100%;height:100%;display:block}.campaign-section-intro{margin:.35rem 0 0;color:#64748b;font-size:.92rem}.campaign-overview-list{gap:.85rem}.campaign-row{grid-template-columns:minmax(220px,320px) 1fr}.campaign-row-text{min-width:0}.campaign-row-title{display:flex;align-items:center;gap:.45rem;font-weight:600;color:#0f172a;margin-bottom:.2rem}.campaign-row-code{font-size:.78rem;font-weight:600;color:#475569;background:#e2e8f0;border-radius:999px;padding:.12rem .45rem}.campaign-row-meta{color:#64748b;font-size:.84rem;line-height:1.35}.campaign-row-separator{margin:0 .3rem}.campaign-overview-footnote{margin:0;color:#64748b;font-size:.84rem}.data-table-wrap{overflow-x:auto}.row-high-churn{background:rgba(239,68,68,.08)}.chart-wrapper svg{width:100%;height:auto;display:block}.restricted-note{background:#f1f5f9;border:1px dashed #cbd5e1;border-radius:10px;padding:.85rem 1rem;color:#475569;font-size:.9rem}@media (max-width:720px){.reports-header{flex-direction:column;align-items:stretch}.reports-nav{width:100%}.table td,.table th{padding:.5rem}.date-top-row{flex-direction:column;align-items:stretch}.date-refresh{align-items:flex-start}.hurtigvalg-summary{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.hurtigvalg-summary:after{content:"▾";font-size:.8em;color:#64748b;transition:transform .15s ease}.hurtigvalg-toggle:checked+.hurtigvalg-summary:after{transform:rotate(180deg)}.hurtigvalg-toggle:focus-visible+.hurtigvalg-summary{outline:2px solid #0f172a;outline-offset:2px;border-radius:6px}.hurtigvalg-body{display:none}.hurtigvalg-toggle:checked~.hurtigvalg-body{display:block}.tab-controls{width:100%;display:flex}.development-chart-panel-header{display:flex}.development-controls{width:100%;display:flex;justify-content:flex-start}.tab-button{flex:1 1 auto;text-align:center}.custom-date-grid{grid-template-columns:1fr}.custom-date-grid label{width:100%}.custom-date-grid .input[type=date]{width:100%;min-width:0}.horizontal-bar-row{gap:.4rem}.campaign-row,.horizontal-bar-row,.payment-chart-layout{grid-template-columns:1fr}.payment-chart-toggle{align-self:flex-start}.filter-row{flex-direction:column;align-items:stretch}.filter-actions-right{align-items:flex-start}}@media (max-width:480px){.reports-nav .button{padding:.5rem .75rem;font-size:.85rem}.kpi-grid{grid-template-columns:1fr}.reports-header h1{font-size:1.4rem}}