:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#1a1a1a;background:#f5f0eb;font-synthesis:none;--bg: #f5f0eb;--surface: #fbf8f4;--ink: #1a1a1a;--muted: #6b6560;--border: #e3ddd6;--soft: #ede8e2;--blue: #6ba9c8;--orange: #ff7043;--success: #2e7d52;--warning: #b06000;--error: #b00020}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}button,input{font:inherit}button{cursor:pointer}.app-shell{min-height:100vh;display:grid;grid-template-columns:230px minmax(0,1fr)}.sidebar{position:sticky;top:0;height:100vh;padding:24px 16px 18px;background:#fbf8f4;border-right:1px solid var(--border);display:flex;flex-direction:column;z-index:10}.brand{display:flex;align-items:center;gap:10px;padding:0 8px 28px}.brand img{width:38px;height:38px;object-fit:contain}.brand div{display:flex;flex-direction:column;line-height:1.1}.brand strong{font-size:18px;letter-spacing:-.02em}.brand span{color:var(--muted);font-size:12px;margin-top:3px}.sidebar nav{display:flex;flex-direction:column;gap:4px}.sidebar nav a{display:flex;gap:11px;align-items:center;color:#5c554e;text-decoration:none;padding:10px 12px;border-radius:10px;font-size:14px;font-weight:500}.sidebar nav a:hover{background:#f2ede7;color:var(--ink)}.sidebar nav a.active{background:var(--ink);color:#fff}.sidebar-footer{margin-top:auto;display:grid;gap:12px;border-top:1px solid var(--border);padding-top:15px}.privacy-note,.admin-identity{display:flex;align-items:center;gap:8px;color:var(--muted);font-size:12px;padding:0 7px}.admin-identity{justify-content:space-between;color:var(--ink)}.admin-identity button{border:0;background:transparent;color:var(--muted);padding:5px;border-radius:6px}.admin-identity button:hover{background:var(--soft)}.main-content{min-width:0}.topbar{min-height:74px;padding:14px 28px;border-bottom:1px solid var(--border);background:#f5f0ebf0;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);position:sticky;top:0;z-index:8;display:flex;align-items:center;justify-content:flex-end;gap:15px}.mobile-brand{display:none}.source-row{margin-right:auto;display:flex;align-items:center;flex-wrap:wrap;gap:8px}.mock-badge,.dev-badge,.api-badge{border-radius:6px;padding:5px 8px;font-size:10px;font-weight:700;letter-spacing:.055em}.mock-badge{color:#7b390b;background:#ffead8;border:1px solid #efc59f}.dev-badge{color:#674c00;background:#fff3be;border:1px solid #ead276}.api-badge{color:#17475e;background:#e2f2fa;border:1px solid #a8cfdf}.range-summary{color:var(--muted);font-size:12px}.range-control{position:relative;display:flex;padding:3px;border:1px solid var(--border);border-radius:10px;background:var(--surface)}.range-control>button{border:0;background:transparent;padding:7px 10px;border-radius:7px;color:var(--muted);font-size:12px;white-space:nowrap}.range-control>button.active{background:var(--ink);color:#fff}.custom-range{position:absolute;right:0;top:calc(100% + 8px);padding:14px;width:310px;border:1px solid var(--border);border-radius:12px;background:var(--surface);box-shadow:0 12px 36px #261f191f;display:grid;grid-template-columns:1fr 1fr;gap:10px}.custom-range label{font-size:11px;color:var(--muted);display:grid;gap:5px}.custom-range input{width:100%;border:1px solid var(--border);background:#fff;border-radius:7px;padding:7px;color:var(--ink)}.custom-range .apply{grid-column:1 / -1;border:0;border-radius:7px;padding:8px;color:#fff;background:var(--ink)}.export-control{position:relative}.export-trigger{height:38px;display:flex;align-items:center;gap:7px;border:0;border-radius:9px;padding:0 11px;background:var(--ink);color:#fff;font-size:12px;font-weight:600}.export-trigger:disabled{opacity:.7;cursor:wait}.export-menu{position:absolute;z-index:20;right:0;top:calc(100% + 8px);width:230px;padding:6px;border:1px solid var(--border);border-radius:12px;background:var(--surface);box-shadow:0 12px 36px #261f1924}.export-menu button{width:100%;display:flex;align-items:center;gap:10px;padding:10px;border:0;border-radius:8px;background:transparent;color:var(--ink);text-align:left}.export-menu button:hover{background:var(--soft)}.export-menu button span{display:flex;flex-direction:column;gap:2px}.export-menu strong{font-size:12px}.export-menu small{color:var(--muted);font-size:10px}.export-error{position:absolute;right:0;top:calc(100% + 8px);width:250px;padding:9px 11px;border:1px solid #e3aab3;border-radius:8px;background:#fff0f2;color:var(--error);font-size:11px}.spin{animation:spin .8s linear infinite}.page-container{max-width:1540px;margin:0 auto;padding:30px 32px 56px}.page-header{margin-bottom:26px;display:flex;align-items:end;justify-content:space-between}.page-header h1{margin:0 0 6px;font-size:28px;letter-spacing:-.035em}.page-header p{margin:0;color:var(--muted);font-size:14px}.metric-grid{display:grid;grid-template-columns:repeat(5,minmax(145px,1fr));gap:12px;margin-bottom:22px}.metric-grid.compact{grid-template-columns:repeat(4,minmax(165px,1fr))}.metric-card{background:var(--surface);border:1px solid var(--border);border-radius:14px;padding:16px;min-height:116px;display:flex;flex-direction:column}.metric-card>span{color:var(--muted);font-size:12px;min-height:32px}.metric-card strong{font-size:25px;letter-spacing:-.035em;margin:2px 0 7px}.metric-card small{margin-top:auto;color:#817a74;font-size:10px;text-transform:uppercase;letter-spacing:.05em}.metric-card.unavailable strong{color:var(--muted);font-size:18px}.chart-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-bottom:16px}.chart-grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.chart-card,.table-card{background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:18px;margin-bottom:16px;min-width:0}.chart-card header,.table-card header{margin-bottom:10px}.chart-card h2,.table-card h2{margin:0;font-size:15px;letter-spacing:-.015em}.chart-card header p,.table-card header p{margin:4px 0 0;color:var(--muted);font-size:11px}.chart-wrap{height:270px}.pie-wrap{height:290px}.chart-empty{height:270px;display:grid;place-items:center;color:var(--muted);font-size:13px}.table-scroll{overflow-x:auto}table{width:100%;border-collapse:collapse;font-size:13px;white-space:nowrap}th,td{padding:13px 12px;text-align:right;border-bottom:1px solid var(--border)}th:first-child,td:first-child{text-align:left}thead th{color:var(--muted);font-size:11px;font-weight:600}tbody th{font-weight:600}tbody tr:last-child>*{border-bottom:0}.table-card footer{color:var(--muted);font-size:11px;margin-top:13px}.heat{display:inline-grid;place-items:center;min-width:52px;padding:6px;border-radius:6px;background:rgba(107,169,200,calc(.1 + var(--heat) * .65));color:#183545;font-weight:600}.not-mature{color:#aaa29b}.activation-layout{display:grid;grid-template-columns:minmax(430px,1.2fr) minmax(350px,.8fr);gap:16px;align-items:start}.funnel{background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:22px}.funnel-group{display:flex;flex-direction:column;align-items:center}.dropoff{color:var(--muted);font-size:11px;display:flex;align-items:center;gap:4px;padding:7px 0}.funnel-step{min-width:64%;padding:16px 18px;background:var(--soft);border:1px solid #ded7d0;border-radius:12px;display:flex;justify-content:space-between;align-items:center}.funnel-step>div:first-child{display:flex;align-items:center;gap:9px}.funnel-step>div:first-child span{width:24px;height:24px;display:grid;place-items:center;color:#fff;background:var(--ink);border-radius:50%;font-size:11px}.funnel-step strong{font-size:13px}.funnel-values{display:flex;flex-direction:column;text-align:right}.funnel-values b{font-size:19px}.funnel-values small{color:var(--muted);font-size:10px}.notice{display:flex;align-items:center;gap:12px;margin-bottom:16px;padding:13px 16px;border-radius:10px;font-size:12px}.notice.warning{border:1px solid #e7c78f;background:#fff4de;color:#704513}.notice.info,.notice.data-partial{border:1px solid #abcbd9;background:#eaf5fa;color:#17475e}.notice span{color:#856535}.notice.info span,.notice.data-partial span{color:#315d70}.skeleton-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.skeleton{height:116px;border-radius:14px;background:linear-gradient(100deg,#ede8e2 20%,#f8f4f0,#ede8e2 70%);background-size:300% 100%;animation:shimmer 1.4s infinite}@keyframes shimmer{to{background-position:-150% 0}}.state-card{min-height:330px;border:1px dashed #cfc7bf;border-radius:16px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:var(--muted);padding:25px}.state-card h2{color:var(--ink);font-size:18px;margin:14px 0 4px}.state-card p{max-width:430px;margin:0 0 18px;font-size:13px}.state-card button{display:flex;gap:7px;align-items:center;border:1px solid var(--border);background:var(--surface);border-radius:8px;padding:8px 11px;color:var(--ink)}.state-card.error>svg{color:var(--error)}.auth-screen{min-height:100vh;display:grid;place-items:center;padding:20px;background:var(--bg)}.auth-card{width:min(430px,100%);background:var(--surface);border:1px solid var(--border);border-radius:18px;padding:38px;text-align:center}.auth-card img{display:block;width:64px;height:64px;object-fit:contain;margin:0 auto 22px}.auth-card>svg{color:var(--muted)}.auth-card h1{margin:13px 0 8px;font-size:23px}.auth-card p{color:var(--muted);font-size:14px;line-height:1.5;margin:0 0 22px}.primary-button{border:0;border-radius:9px;background:var(--ink);color:#fff;padding:11px 16px;font-weight:600}.spinner{width:34px;height:34px;border:3px solid var(--border);border-top-color:var(--ink);border-radius:50%;animation:spin .8s linear infinite}.route-loading{min-height:60vh;display:grid;place-items:center}@keyframes spin{to{transform:rotate(360deg)}}.print-report-root{position:absolute;z-index:-1;left:-12000px;top:0;width:1120px;padding:36px;background:#fff;color:#1a1a1a;opacity:0;pointer-events:none}.print-cover{min-height:700px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;break-after:page}.print-cover img{width:100px;height:100px;object-fit:contain}.print-cover h1{margin:24px 0 8px;font-size:42px}.print-cover p{margin:0 0 20px;color:#6b6560;font-size:16px}.print-cover strong{padding:8px 12px;border:1px solid #d8a66f;border-radius:6px;background:#fff0dc;color:#763d0c;font-size:12px;letter-spacing:.05em}.print-report-section{min-height:680px}.print-report-section+.print-report-section{break-before:page}.print-report-header{display:grid;grid-template-columns:190px 1fr 300px;gap:24px;align-items:center;padding-bottom:16px;margin-bottom:18px;border-bottom:2px solid #1e1e1e;break-after:avoid}.print-brand{display:flex;align-items:center;gap:9px}.print-brand img{width:42px;height:42px;object-fit:contain}.print-brand div{display:flex;flex-direction:column}.print-brand strong{font-size:17px}.print-brand span{color:#6b6560;font-size:10px}.print-title h1{margin:0 0 4px;font-size:25px}.print-title p{margin:0;color:#6b6560;font-size:11px}.print-report-header dl{margin:0;display:grid;gap:5px;font-size:9px}.print-report-header dl div{display:grid;grid-template-columns:62px 1fr;gap:8px}.print-report-header dt{color:#6b6560;text-transform:uppercase}.print-report-header dd{margin:0;font-weight:600}.print-report-header dd.mock{color:#8b430d}.print-metric-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:8px;margin-bottom:14px}.print-metric{min-height:82px;padding:11px;border:1px solid #ded8d1;border-radius:10px;background:#fbf8f4;display:flex;flex-direction:column;break-inside:avoid}.print-metric span{min-height:26px;color:#6b6560;font-size:9px}.print-metric strong{font-size:18px}.print-metric small{margin-top:auto;color:#746d67;font-size:7px;letter-spacing:.06em}.print-chart-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.print-chart-grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.print-report-root .chart-card{padding:12px;margin-bottom:10px;border-radius:10px;break-inside:avoid}.print-report-root .chart-wrap,.print-report-root .chart-empty,.print-report-root .pie-wrap{height:220px}.print-report-root .chart-card h2{font-size:12px}.print-report-root .chart-card header p{font-size:8px}.print-table-card{padding:12px;margin-bottom:10px;border:1px solid #ded8d1;border-radius:10px;background:#fbf8f4;break-inside:avoid}.print-table-card.wide{width:100%}.print-table-card h2{margin:0 0 9px;font-size:12px}.print-table-card table{font-size:9px}.print-table-card th,.print-table-card td{padding:6px 7px}.print-warning{padding:8px 10px;margin-bottom:10px;border:1px solid #e7c78f;background:#fff4de;color:#704513;border-radius:7px;font-size:9px;break-inside:avoid}.print-empty{min-height:300px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#6b6560}.print-empty strong{color:#1a1a1a;font-size:28px}.print-footer{padding-top:10px;margin-top:12px;border-top:1px solid #ded8d1;color:#6b6560;font-size:8px;text-align:center;break-before:avoid}@media(max-width:1150px){.metric-grid,.metric-grid.compact{grid-template-columns:repeat(3,minmax(150px,1fr))}.chart-grid.three,.activation-layout{grid-template-columns:1fr}}@media(max-width:820px){.app-shell{display:block;padding-bottom:66px}.sidebar{position:fixed;top:auto;bottom:0;width:100%;height:66px;padding:7px 10px;border:0;border-top:1px solid var(--border)}.brand,.sidebar-footer{display:none}.sidebar nav{height:100%;display:flex;flex-direction:row;overflow-x:auto;justify-content:space-between;gap:3px}.sidebar nav a{min-width:62px;flex-direction:column;gap:2px;padding:6px;font-size:9px;white-space:nowrap}.sidebar nav a.active{background:var(--soft);color:var(--ink)}.topbar{min-height:auto;padding:10px 14px;flex-wrap:wrap}.mobile-brand{display:flex;align-items:center;gap:7px;margin-right:auto}.mobile-brand img{width:28px;height:28px}.source-row{order:3;width:100%}.range-summary{display:none}.range-control>button{padding:6px 7px;font-size:10px}.export-trigger span,.export-trigger>svg:last-child{display:none}.export-trigger{width:36px;justify-content:center;padding:0}.page-container{padding:22px 16px 42px}.metric-grid,.metric-grid.compact{grid-template-columns:repeat(2,minmax(135px,1fr))}.chart-grid{grid-template-columns:1fr}.page-header h1{font-size:24px}}@media(max-width:430px){.metric-grid,.metric-grid.compact{grid-template-columns:1fr 1fr;gap:8px}.metric-card{padding:13px;min-height:105px}.metric-card strong{font-size:21px}.custom-range{position:fixed;top:72px;right:12px;left:12px;width:auto}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important}}@media print{@page{size:A4 landscape;margin:10mm}html,body{margin:0!important;padding:0!important;background:#fff!important;print-color-adjust:exact;-webkit-print-color-adjust:exact}body>#root{display:none!important}.print-report-root{position:static;z-index:auto;left:auto;top:auto;width:auto;padding:0;opacity:1;pointer-events:auto}.print-report-section{break-inside:auto}.print-report-section+.print-report-section{break-before:page}.print-metric,.chart-card,.print-table-card,table,tr,img,svg{break-inside:avoid-page}.recharts-wrapper,.recharts-surface{overflow:visible!important}}
