@import url(https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500;600;700&display=swap);@import url(https://cdn.jsdelivr.net/npm/geist@1.3.0/dist/fonts/geist-sans/style.css);@tailwind base;@tailwind components;@tailwind utilities;:root{--lu-background:80 11% 95%;--lu-foreground:0 0% 7%;--lu-card:0 0% 100%;--lu-card-foreground:0 0% 7%;--lu-popover:0 0% 100%;--lu-popover-foreground:0 0% 7%;--lu-primary:31 100% 50%;--lu-primary-foreground:0 0% 7%;--lu-secondary:80 6% 90%;--lu-secondary-foreground:0 0% 7%;--lu-muted:80 11% 95%;--lu-muted-foreground:0 0% 40%;--lu-accent:80 11% 95%;--lu-accent-foreground:0 0% 7%;--lu-destructive:12 82% 47%;--lu-border:80 3% 79%;--lu-input:80 3% 79%;--lu-ring:0 0% 40%;--lu-error:11 17% 88%;--lu-error-foreground:12 100% 27%;--lu-success:137 12% 89%;--lu-success-foreground:140 100% 15%;--lu-warning:39 28% 88%;--lu-warning-foreground:31 100% 25%;--lu-info:240 12% 89%;--lu-info-foreground:240 100% 20%;--lu-sidebar:80 6% 90%;--lu-sidebar-foreground:0 0% 40%;--lu-sidebar-primary:240 6% 10%;--lu-sidebar-primary-foreground:0 0% 98%;--lu-sidebar-accent:80 3% 79%;--lu-sidebar-accent-foreground:240 6% 10%;--lu-sidebar-border:80 3% 79%;--lu-sidebar-ring:240 4% 46%;--lu-black:0 0% 0%;--lu-white:0 0% 100%;--font-primary:"JetBrains Mono",ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--font-secondary:"Geist",ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif;--text-2xs:0.5625rem;--text-2xs-leading:1.4;--text-xs:0.75rem;--text-xs-leading:1.5;--text-sm:0.875rem;--text-sm-leading:1.43;--text-base:1rem;--text-base-leading:1.5;--text-lg:1.125rem;--text-lg-leading:1.56;--text-xl:1.25rem;--text-xl-leading:1.4;--text-2xl:1.5rem;--text-2xl-leading:1.5;--text-3xl:1.75rem;--text-3xl-leading:1.3;--text-4xl:2rem;--text-4xl-leading:1.25;--font-weight-normal:400;--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--lu-radius-none:0px;--lu-radius-xs:2px;--lu-radius-sm:4px;--lu-radius-md:8px;--lu-radius-lg:12px;--lu-radius-xl:16px;--lu-radius-pill:999px;--lu-shadow-sm:0 1px 2px #0000000d;--lu-shadow-md:0 2px 4px -1px #0000000f;--z-dropdown:50;--z-sticky:100;--z-overlay:200;--z-modal:300;--z-popover:400;--z-tooltip:500;--z-toast:600}.dark{--lu-background:0 0% 7%;--lu-foreground:0 0% 100%;--lu-card:0 0% 10%;--lu-card-foreground:0 0% 100%;--lu-popover:0 0% 10%;--lu-popover-foreground:0 0% 100%;--lu-primary:31 100% 50%;--lu-primary-foreground:0 0% 7%;--lu-secondary:0 0% 18%;--lu-secondary-foreground:0 0% 100%;--lu-muted:0 0% 18%;--lu-muted-foreground:80 2% 72%;--lu-accent:0 0% 7%;--lu-accent-foreground:80 11% 95%;--lu-destructive:12 100% 60%;--lu-border:0 0% 18%;--lu-input:0 0% 18%;--lu-ring:0 0% 40%;--lu-error:12 53% 9%;--lu-error-foreground:12 100% 60%;--lu-success:137 10% 15%;--lu-success-foreground:140 100% 86%;--lu-warning:30 46% 11%;--lu-warning-foreground:31 100% 50%;--lu-info:240 9% 15%;--lu-info-foreground:240 100% 85%;--lu-sidebar:240 6% 10%;--lu-sidebar-foreground:0 0% 98%;--lu-sidebar-primary:240 6% 10%;--lu-sidebar-primary-foreground:0 0% 98%;--lu-sidebar-accent:240 7% 18%;--lu-sidebar-accent-foreground:0 0% 98%;--lu-sidebar-border:0 0% 100%;--lu-sidebar-ring:240 4% 46%}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--breakpoint-sm:640px;--breakpoint-md:768px;--breakpoint-lg:1024px;--breakpoint-xl:1280px}.responsive-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:1fr}@media (min-width:640px){.responsive-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.responsive-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width:1280px){.responsive-grid{grid-template-columns:repeat(4,1fr)}}.stats-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:1fr}@media (min-width:640px){.stats-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.stats-grid{grid-template-columns:repeat(4,1fr)}}.form-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:1fr}@media (min-width:768px){.form-grid{grid-template-columns:repeat(2,1fr)}}.form-grid .full-width{grid-column:1/-1}.table-wrapper{-webkit-overflow-scrolling:touch;overflow-x:auto}.table-wrapper table{min-width:800px}@media (max-width:768px){.mobile-card-table tbody tr{border-bottom:1px solid #e5e7eb;display:flex;flex-direction:column;padding:16px}.mobile-card-table tbody td{border:none;display:flex;justify-content:space-between;padding:8px 0}.mobile-card-table tbody td:before{color:#6b7280;content:attr(data-label);font-weight:600;margin-right:16px}.mobile-card-table thead{display:none}}.nav-tabs{-webkit-overflow-scrolling:touch;-ms-overflow-style:none;display:flex;gap:8px;overflow-x:auto;padding-bottom:2px;scrollbar-width:none}.nav-tabs::-webkit-scrollbar{display:none}@media (max-width:768px){.nav-tabs{gap:4px}.nav-tabs button{flex-shrink:0;font-size:13px;padding:10px 16px}}.modal-overlay{background:#00000080;bottom:0;left:0;padding:16px;right:0;top:0;z-index:10000}.modal-content{background:#fff;border-radius:16px;max-width:600px}@media (max-width:640px){.modal-content{border-radius:12px;max-height:95vh}.modal-content.fullscreen-mobile{border-radius:0;height:100%;max-height:100%;max-width:100%}}.button-group{display:flex;gap:12px}@media (max-width:640px){.button-group{flex-direction:column}.button-group button{width:100%}}.page-header{align-items:center;display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between;margin-bottom:24px}@media (max-width:640px){.page-header{align-items:stretch;flex-direction:column}.page-header h1{font-size:24px}}@media (max-width:768px){.tap-target,a,button,input[type=checkbox],input[type=radio]{min-height:44px;min-width:44px}input,select,textarea{font-size:16px}.hide-mobile{display:none!important}}@media (min-width:769px){.hide-desktop{display:none!important}}.text-responsive{font-size:clamp(14px,2vw,16px)}.heading-responsive{font-size:clamp(24px,4vw,32px)}.container-responsive{margin:0 auto;max-width:1400px;padding:16px}@media (min-width:768px){.container-responsive{padding:24px}}@media (min-width:1024px){.container-responsive{padding:30px}}.flex-responsive{display:flex;flex-direction:column;gap:16px}@media (min-width:768px){.flex-responsive{align-items:center;flex-direction:row}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}a,button,input,select,textarea{transition:border-color .2s,background-color .2s,box-shadow .2s}:focus-visible{outline:2px solid #3b82f6;outline-offset:2px}@media print{.no-print{display:none!important}body{font-size:12pt}.page-break{page-break-before:always}}.flex{display:flex}.flex-col{flex-direction:column}.flex-row{flex-direction:row}.flex-wrap{flex-wrap:wrap}.flex-1{flex:1 1}.flex-grow{flex-grow:1}.flex-shrink-0{flex-shrink:0}.items-start{align-items:flex-start}.items-center{align-items:center}.items-end{align-items:flex-end}.items-stretch{align-items:stretch}.justify-start{justify-content:flex-start}.justify-center{justify-content:center}.justify-end{justify-content:flex-end}.justify-between{justify-content:space-between}.justify-around{justify-content:space-around}.gap-1{gap:4px}.gap-2{gap:8px}.gap-3{gap:12px}.gap-4{gap:16px}.gap-5{gap:20px}.gap-6{gap:24px}.gap-8{gap:32px}.grid{display:grid}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.m-0{margin:0}.m-1{margin:4px}.m-2{margin:8px}.m-3{margin:12px}.m-4{margin:16px}.mt-0{margin-top:0}.mt-1{margin-top:4px}.mt-2{margin-top:8px}.mt-3{margin-top:12px}.mt-4{margin-top:16px}.mt-6{margin-top:24px}.mt-8{margin-top:32px}.mb-0{margin-bottom:0}.mb-1{margin-bottom:4px}.mb-2{margin-bottom:8px}.mb-3{margin-bottom:12px}.mb-4{margin-bottom:16px}.mb-6{margin-bottom:24px}.mb-8{margin-bottom:32px}.ml-0{margin-left:0}.ml-1{margin-left:4px}.ml-2{margin-left:8px}.ml-3{margin-left:12px}.ml-4{margin-left:16px}.ml-auto{margin-left:auto}.mr-0{margin-right:0}.mr-1{margin-right:4px}.mr-2{margin-right:8px}.mr-3{margin-right:12px}.mr-4{margin-right:16px}.mr-auto,.mx-auto{margin-right:auto}.mx-auto{margin-left:auto}.my-2{margin-bottom:8px;margin-top:8px}.my-4{margin-bottom:16px;margin-top:16px}.p-0{padding:0}.p-1{padding:4px}.p-2{padding:8px}.p-3{padding:12px}.p-4{padding:16px}.p-6{padding:24px}.p-8{padding:32px}.pt-0{padding-top:0}.pt-2{padding-top:8px}.pt-4{padding-top:16px}.pb-0{padding-bottom:0}.pb-2{padding-bottom:8px}.pb-4{padding-bottom:16px}.pl-0{padding-left:0}.pl-2{padding-left:8px}.pl-4{padding-left:16px}.pr-0{padding-right:0}.pr-2{padding-right:8px}.pr-4{padding-right:16px}.px-2{padding-left:8px;padding-right:8px}.px-4{padding-left:16px;padding-right:16px}.py-2{padding-bottom:8px;padding-top:8px}.py-4{padding-bottom:16px;padding-top:16px}.w-full{width:100%}.w-auto{width:auto}.w-1\/2{width:50%}.w-1\/3{width:33.333333%}.w-2\/3{width:66.666667%}.w-1\/4{width:25%}.w-3\/4{width:75%}.h-full{height:100%}.h-auto{height:auto}.h-screen{height:100vh}.min-h-0{min-height:0}.min-h-full{min-height:100%}.min-h-screen{min-height:100vh}.max-w-sm{max-width:384px}.max-w-md{max-width:448px}.max-w-lg{max-width:512px}.max-w-xl{max-width:576px}.max-w-2xl{max-width:672px}.max-w-full{max-width:100%}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.text-xs{font-size:12px}.text-sm{font-size:14px}.text-base{font-size:16px}.text-lg{font-size:18px}.text-xl{font-size:20px}.text-2xl{font-size:24px}.text-3xl{font-size:30px}.font-normal{font-weight:400}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.text-gray-400{color:#9ca3af}.text-gray-500{color:#6b7280}.text-gray-600{color:#4b5563}.text-gray-700{color:#374151}.text-gray-900{color:#111827}.text-blue-500{color:#3b82f6}.text-blue-600{color:#2563eb}.text-green-500{color:#22c55e}.text-green-600{color:#16a34a}.text-red-500{color:#ef4444}.text-red-600{color:#dc2626}.text-yellow-500{color:#eab308}.truncate{overflow:hidden;text-overflow:ellipsis}.truncate,.whitespace-nowrap{white-space:nowrap}.break-words{word-break:break-word}.bg-white{background-color:#fff}.bg-gray-50{background-color:#f9fafb}.bg-gray-100{background-color:#f3f4f6}.bg-gray-200{background-color:#e5e7eb}.bg-blue-50{background-color:#eff6ff}.bg-blue-500{background-color:#3b82f6}.bg-green-50{background-color:#f0fdf4}.bg-green-500{background-color:#22c55e}.bg-red-50{background-color:#fef2f2}.bg-red-500{background-color:#ef4444}.bg-yellow-50{background-color:#fefce8}.border{border-style:solid;border-width:1px}.border-0{border-width:0}.border-2{border-width:2px}.border-t{border-top-style:solid;border-top-width:1px}.border-b{border-bottom-style:solid;border-bottom-width:1px}.border-l{border-left-style:solid;border-left-width:1px}.border-r{border-right-style:solid;border-right-width:1px}.border-gray-200{border-color:#e5e7eb}.border-gray-300{border-color:#d1d5db}.border-blue-500{border-color:#3b82f6}.border-red-500{border-color:#ef4444}.rounded{border-radius:4px}.rounded-md{border-radius:6px}.rounded-lg{border-radius:8px}.rounded-xl{border-radius:12px}.rounded-full{border-radius:9999px}.shadow-sm{box-shadow:0 1px 2px 0 #0000000d}.shadow{box-shadow:0 1px 3px 0 #0000001a,0 1px 2px -1px #0000001a}.shadow-md{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}.shadow-lg{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a}.relative{position:relative}.absolute{position:absolute}.fixed{position:fixed}.sticky{position:sticky}.inset-0{bottom:0;left:0;right:0;top:0}.top-0{top:0}.right-0{right:0}.bottom-0{bottom:0}.left-0{left:0}.z-10{z-index:10}.z-20{z-index:20}.z-50{z-index:50}.hidden{display:none}.block{display:block}.inline{display:inline}.inline-block{display:inline-block}.inline-flex{display:inline-flex}.visible{visibility:visible}.invisible{visibility:hidden}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-scroll{overflow:scroll}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.cursor-pointer{cursor:pointer}.cursor-not-allowed{cursor:not-allowed}.cursor-wait{cursor:wait}.select-none{-webkit-user-select:none;user-select:none}.pointer-events-none{pointer-events:none}.transition{transition-duration:.15s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-all{transition-duration:.15s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-colors{transition-duration:.15s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1)}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.opacity-0{opacity:0}.opacity-50{opacity:.5}.opacity-75{opacity:.75}.opacity-100{opacity:1}.hover\:bg-gray-50:hover{background-color:#f9fafb}.hover\:bg-gray-100:hover{background-color:#f3f4f6}.hover\:bg-blue-600:hover{background-color:#2563eb}.hover\:text-blue-600:hover{color:#2563eb}.hover\:opacity-80:hover{opacity:.8}.focus\:outline-none:focus{outline:2px solid #0000;outline-offset:2px}.focus\:ring-2:focus{box-shadow:0 0 0 2px #3b82f6}.focus\:border-blue-500:focus{border-color:#3b82f6}.card{background-color:#fff;border-radius:8px;box-shadow:0 1px 3px 0 #0000001a,0 1px 2px -1px #0000001a;padding:16px}.btn{align-items:center;border:none;border-radius:6px;cursor:pointer;display:inline-flex;font-weight:500;justify-content:center;padding:8px 16px;transition:all .15s}.btn-primary{background-color:#3b82f6;color:#fff}.btn-primary:hover{background-color:#2563eb}.btn-secondary{background-color:#e5e7eb;color:#374151}.btn-secondary:hover{background-color:#d1d5db}.btn-danger{background-color:#ef4444;color:#fff}.btn-danger:hover{background-color:#dc2626}.input{border:1px solid #d1d5db;border-radius:6px;font-size:14px;padding:8px 12px;width:100%}.input:focus{border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f633;outline:none}.badge{align-items:center;border-radius:9999px;display:inline-flex;font-size:12px;font-weight:500;padding:2px 8px}.badge-blue{background-color:#eff6ff;color:#2563eb}.badge-green{background-color:#f0fdf4;color:#16a34a}.badge-red{background-color:#fef2f2;color:#dc2626}.badge-yellow{background-color:#fefce8;color:#ca8a04}.badge-gray{background-color:#f3f4f6;color:#4b5563}.table-container{overflow-x:auto;width:100%}.table{border-collapse:collapse;width:100%}.table td,.table th{border-bottom:1px solid #e5e7eb;padding:12px;text-align:left}.table th{color:#6b7280;font-size:12px;font-weight:600;text-transform:uppercase}.table tbody tr:hover,.table th{background-color:#f9fafb}.modal-overlay{align-items:center;background-color:#00000080;display:flex;inset:0;justify-content:center;position:fixed;z-index:50}.modal-content{background-color:#fff;border-radius:8px;box-shadow:0 25px 50px -12px #00000040;max-height:90vh;max-width:500px;overflow-y:auto;width:100%}.modal-header{border-bottom:1px solid #e5e7eb;padding:16px}.modal-body{padding:16px}.modal-footer{border-top:1px solid #e5e7eb;display:flex;gap:8px;justify-content:flex-end;padding:16px}.sr-only{clip:rect(0,0,0,0);border-width:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}:root{--bg-primary:#fff;--bg-secondary:#f9fafb;--bg-tertiary:#f3f4f6;--bg-hover:#e5e7eb;--text-primary:#111827;--text-secondary:#374151;--text-tertiary:#6b7280;--text-muted:#9ca3af;--border-color:#e5e7eb;--border-light:#f3f4f6;--shadow-sm:0 1px 2px #0000000d;--shadow-md:0 4px 6px -1px #0000001a;--shadow-lg:0 10px 15px -3px #0000001a;--accent-primary:#6366f1;--accent-primary-hover:#4f46e5;--accent-success:#22c55e;--accent-success-hover:#16a34a;--accent-warning:#f59e0b;--accent-danger:#ef4444;--accent-info:#3b82f6;--status-draft:#9ca3af;--status-sent:#3b82f6;--status-viewed:#8b5cf6;--status-pending:#f59e0b;--status-won:#22c55e;--status-lost:#ef4444;--card-bg:#fff;--card-hover-bg:#fafafa;--input-bg:#fff;--input-border:#d1d5db;--input-focus-border:#6366f1;--input-text:#111827;--input-placeholder:#9ca3af;--sidebar-bg:#1e1e2f;--sidebar-text:#fff;--sidebar-hover:#ffffff1a;--sidebar-active:#6366f133;--overlay-bg:#00000080;--table-header-bg:#f9fafb;--table-row-hover:#f3f4f6;--table-border:#e5e7eb;--scrollbar-track:#f3f4f6;--scrollbar-thumb:#d1d5db;--scrollbar-thumb-hover:#9ca3af}[data-theme=dark]{--bg-primary:#111827;--bg-secondary:#1f2937;--bg-tertiary:#374151;--bg-hover:#4b5563;--text-primary:#f9fafb;--text-secondary:#e5e7eb;--text-tertiary:#9ca3af;--text-muted:#6b7280;--border-color:#374151;--border-light:#4b5563;--shadow-sm:0 1px 2px #0000004d;--shadow-md:0 4px 6px -1px #0006;--shadow-lg:0 10px 15px -3px #00000080;--card-bg:#1f2937;--card-hover-bg:#374151;--input-bg:#1f2937;--input-border:#4b5563;--input-focus-border:#6366f1;--input-text:#f9fafb;--input-placeholder:#6b7280;--sidebar-bg:#0f0f1a;--sidebar-text:#fff;--sidebar-hover:#ffffff1a;--sidebar-active:#6366f14d;--overlay-bg:#000000b3;--table-header-bg:#1f2937;--table-row-hover:#374151;--table-border:#374151;--scrollbar-track:#1f2937;--scrollbar-thumb:#4b5563;--scrollbar-thumb-hover:#6b7280}body.dark-theme{background-color:#f9fafb;background-color:var(--bg-secondary);color:#111827;color:var(--text-primary)}body.dark-theme input,body.dark-theme select,body.dark-theme textarea{background-color:#fff;background-color:var(--input-bg);border-color:#d1d5db;border-color:var(--input-border);color:#111827;color:var(--input-text)}body.dark-theme input::placeholder,body.dark-theme textarea::placeholder{color:#9ca3af;color:var(--input-placeholder)}body.dark-theme input:focus,body.dark-theme select:focus,body.dark-theme textarea:focus{border-color:#6366f1;border-color:var(--input-focus-border);outline:none}body.dark-theme ::-webkit-scrollbar{height:8px;width:8px}body.dark-theme ::-webkit-scrollbar-track{background:#f3f4f6;background:var(--scrollbar-track)}body.dark-theme ::-webkit-scrollbar-thumb{background:#d1d5db;background:var(--scrollbar-thumb);border-radius:4px}body.dark-theme ::-webkit-scrollbar-thumb:hover{background:#9ca3af;background:var(--scrollbar-thumb-hover)}body.dark-theme button{transition:background-color .2s,color .2s,border-color .2s}body.dark-theme .card:hover,body.dark-theme [class*=card]:hover{background-color:#fafafa;background-color:var(--card-hover-bg)}body.dark-theme [class*=dropdown],body.dark-theme [class*=menu]{background-color:#fff;background-color:var(--card-bg);border-color:#e5e7eb;border-color:var(--border-color)}body.dark-theme [class*=dialog],body.dark-theme [class*=modal]{background-color:#fff;background-color:var(--card-bg)}body.dark-theme table,body.dark-theme th{border-color:#e5e7eb;border-color:var(--table-border)}body.dark-theme th{background-color:#f9fafb;background-color:var(--table-header-bg)}body.dark-theme td{border-color:#e5e7eb;border-color:var(--table-border)}body.dark-theme tr:hover{background-color:#f3f4f6;background-color:var(--table-row-hover)}body.dark-theme .recharts-text{fill:#374151;fill:var(--text-secondary)}body.dark-theme .recharts-cartesian-grid line{stroke:#e5e7eb;stroke:var(--border-color)}body.dark-theme .recharts-tooltip-wrapper .recharts-default-tooltip{background-color:#fff!important;background-color:var(--card-bg)!important;border-color:#e5e7eb!important;border-color:var(--border-color)!important}body,body *{transition:background-color .2s ease,color .1s ease,border-color .2s ease}body.no-transitions,body.no-transitions *{transition:none!important}
/*# sourceMappingURL=main.b05335c5.css.map*/