:root{--text:#6b6375;--text-h:#08060d;--bg:#fff;--border:#e5e4e7;--code-bg:#f8f8f6;--accent:#6366f1;--accent-bg:#6366f11a;--accent-border:#6366f180;--social-bg:#f4f3ec80;--brand:#1b3a5a;--brand-font:"Fraunces Variable", Georgia, serif;--shadow:#0000001a 0 10px 15px -3px, #0000000d 0 4px 6px -2px;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--heading:system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;font:16px/1.5 var(--sans);--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial;--text:#9ca3af;--text-h:#f3f4f6;--bg:#111827;--border:#374151;--code-bg:#1f2937;--accent:#818cf8;--accent-bg:#818cf826;--accent-border:#818cf880;--social-bg:#2f303a80;--brand:#9db8d4;--shadow:#0006 0 10px 15px -3px, #00000040 0 4px 6px -2px}}body{margin:0}h1,h2{font-family:var(--heading);color:var(--text-h);font-weight:600}*{box-sizing:border-box}@font-face{font-family:Fraunces Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/assets/fraunces-vietnamese-wght-normal-CnvboYUG.woff2)format("woff2-variations");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Fraunces Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/assets/fraunces-latin-ext-wght-normal-Ca2vKHc0.woff2)format("woff2-variations");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Fraunces Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/assets/fraunces-latin-wght-normal-ukD16Tqj.woff2)format("woff2-variations");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}.dashboard{flex-direction:column;gap:24px;max-width:1200px;margin:0 auto;padding:24px;display:flex}.dashboard-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.dashboard-header h1{margin:0;font-size:28px}.studio-credit{font-family:var(--brand-font);color:var(--brand);font-weight:400}.studio-credit a{color:inherit;text-decoration:underline}.studio-credit a:hover{text-decoration:none}.dashboard-header h1 .studio-credit{margin-left:10px;font-size:18px}.date-filter{color:var(--text);align-items:center;gap:8px;font-size:14px;display:flex}.date-filter input[type=date]{border:1px solid var(--border);background:var(--code-bg);color:var(--text-h);font-family:var(--sans);border-radius:6px;padding:6px 10px;font-size:14px}.debug-info{color:var(--text);background:var(--code-bg);border:1px dashed var(--border);border-radius:6px;margin:0;padding:8px 12px;font-size:13px}.kpi-row{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}.kpi-card{background:var(--code-bg);border:1px solid var(--border);border-radius:8px;flex-direction:column;gap:4px;padding:20px;display:flex}.kpi-value{color:var(--text-h);font-size:28px;font-weight:600;font-family:var(--mono)}.kpi-label{color:var(--text);font-size:14px}.charts-grid{grid-template-columns:2fr 1fr;gap:24px;display:grid}.chart-card{background:var(--code-bg);border:1px solid var(--border);border-radius:8px;padding:20px}.chart-card h2{margin:0 0 16px;font-size:18px}.chart-header{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.chart-header h2{margin:0}.toggle-group{border:1px solid var(--border);border-radius:6px;display:flex;overflow:hidden}.toggle-group button{color:var(--text);cursor:pointer;background:0 0;border:none;padding:6px 14px;font-size:13px;transition:background .2s,color .2s}.toggle-group button:not(:last-child){border-right:1px solid var(--border)}.toggle-group button.active{background:var(--accent-bg);color:var(--accent);font-weight:500}.campaign-table{border-collapse:collapse;width:100%;margin-top:16px;font-size:14px}.campaign-table th,.campaign-table td{text-align:left;border-bottom:1px solid var(--border);padding:8px 12px}.campaign-table th{color:var(--text);font-size:13px;font-weight:500}.campaign-table td{color:var(--text-h)}.loading-spinner{flex-direction:column;justify-content:center;align-items:center;gap:16px;min-height:60vh;display:flex}.spinner{border:3px solid var(--border);border-top-color:var(--accent);border-radius:50%;width:36px;height:36px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.error-container{color:#ef4444;flex-direction:column;justify-content:center;align-items:center;min-height:60vh;display:flex}.header-right{flex-wrap:wrap;align-items:center;gap:16px;display:flex}.user-info{color:var(--text);align-items:center;gap:8px;font-size:14px;display:flex}.logout-button{border:1px solid var(--border);color:var(--text);cursor:pointer;background:0 0;border-radius:6px;padding:4px 12px;font-size:13px;transition:background .2s,color .2s}.logout-button:hover{background:var(--code-bg);color:var(--text-h)}.login-page{flex-direction:column;justify-content:center;align-items:center;gap:20px;min-height:100vh;display:flex}.login-credit{font-size:14px}.login-card{text-align:center;background:var(--code-bg);border:1px solid var(--border);border-radius:12px;max-width:400px;padding:40px}.login-card h1{margin:0 0 8px;font-size:24px}.login-card p{color:var(--text);margin:0 0 24px;font-size:14px}.login-error{color:#ef4444;background:#ef44441a;border:1px solid #ef44444d;border-radius:6px;padding:8px 12px}.helloasso-button{background-color:#fff;border:.0625rem solid #4b3fcf;border-radius:.125rem;align-items:center;padding:0;text-decoration:none;display:inline-flex}.helloasso-button:focus-visible{outline:none;box-shadow:0 0 0 .25rem #49d38a40}.helloasso-button__logo{box-sizing:content-box;width:2.25rem;padding:0 .8rem}.helloasso-button__title{color:#fff;white-space:nowrap;background-color:#4b3fcf;padding:.78125rem 1.5rem;font-size:1rem;font-weight:700}.org-picker .org-list{text-align:left;flex-direction:column;gap:8px;margin:0 0 16px;padding:0;list-style:none;display:flex}.org-button{border:1px solid var(--border);width:100%;color:var(--text-h);cursor:pointer;background:0 0;border-radius:8px;justify-content:space-between;align-items:center;gap:12px;padding:12px 16px;font-size:14px;transition:background .2s,border-color .2s;display:flex}.org-button:hover:not(:disabled),.org-button:focus-visible{background:var(--accent-bg);border-color:var(--accent)}.org-button:disabled{cursor:progress;opacity:.6}.org-name{font-weight:500}.org-role{color:var(--text);font-size:12px}.org-current{color:var(--text-h);font-size:14px}.org-switcher{border:1px solid var(--border);color:var(--text-h);cursor:pointer;background:0 0;border-radius:6px;align-items:center;gap:6px;padding:4px 10px;font-size:14px;transition:background .2s;display:inline-flex}.org-switcher:hover,.org-switcher:focus-visible{background:var(--code-bg)}.user-avatar{background:var(--accent-bg);width:28px;height:28px;color:var(--accent);border-radius:50%;justify-content:center;align-items:center;font-size:13px;font-weight:600;display:inline-flex}@media (width<=900px){.kpi-row{grid-template-columns:repeat(2,1fr)}.charts-grid{grid-template-columns:1fr}}@media (width<=500px){.kpi-row{grid-template-columns:1fr}.dashboard{padding:16px}}
