:root{font-family:Inter,Helvetica Neue,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;overflow-x:hidden;max-width:100vw}*{box-sizing:border-box}h1{font-family:Crimson Text,serif;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:Inter,Helvetica Neue,Helvetica,sans-serif;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{--theme-name: "dark";--bg-primary: #212121;--bg-secondary: #2a2a2a;--bg-tertiary: #3a3a3a;--bg-transparent: rgba(33, 33, 33, .3);--bg-overlay: rgba(33, 33, 33, .4);--text-primary: #ffffff;--text-secondary: rgba(255, 255, 255, .85);--text-muted: rgba(255, 255, 255, .6);--text-inverse: #000000;--color-primary: #01734f;--color-primary-light: #229447;--color-primary-dark: #015a3e;--color-secondary: #6532a9;--color-secondary-light: #7b42c4;--color-secondary-dark: #5a2a8f;--border-color: rgba(101, 50, 169, .3);--border-color-light: rgba(101, 50, 169, .15);--shadow-color: rgba(0, 0, 0, .6);--blur-amount: 10px;--bg-image-brightness: .6;--bg-image-blur: 18px;--scrollbar-track: rgba(33, 33, 33, .55);--scrollbar-thumb: linear-gradient(135deg, #01734f 0%, #229447 100%);--scrollbar-thumb-hover: linear-gradient(135deg, #1a3e26 0%, #01734f 100%);--theme-transition: .3s ease-in-out;--chart-secondary-color: #FFFFFF}[data-theme=light]{--theme-name: "light";--bg-primary: #faf8f5;--bg-secondary: #ffffff;--bg-tertiary: #f5f2ed;--bg-transparent: rgba(250, 248, 245, .85);--bg-overlay: rgba(250, 248, 245, .9);--text-primary: #1a1a1a;--text-secondary: #4a4a4a;--text-muted: #6a6a6a;--text-inverse: #ffffff;--color-primary: #015a3e;--color-primary-light: #01734f;--color-primary-dark: #014a32;--color-secondary: #5a2a8f;--color-secondary-light: #6532a9;--color-secondary-dark: #4a207f;--border-color: rgba(1, 90, 62, .25);--border-color-light: rgba(1, 90, 62, .12);--shadow-color: rgba(0, 0, 0, .15);--blur-amount: 8px;--bg-image-brightness: 1.15;--bg-image-blur: 12px;--scrollbar-track: rgba(0, 0, 0, .08);--scrollbar-thumb: linear-gradient(135deg, #015a3e 0%, #01734f 100%);--scrollbar-thumb-hover: linear-gradient(135deg, #014a32 0%, #015a3e 100%);--chart-secondary-color: #8a8a8a}*,*:before,*:after{transition:background-color var(--theme-transition),color var(--theme-transition),border-color var(--theme-transition),box-shadow var(--theme-transition),filter var(--theme-transition)}.app-container{position:relative;width:100vw;min-height:100vh;overflow-x:hidden;overflow-y:auto;max-width:100%;background-color:var(--bg-primary);font-family:Inter,Helvetica Neue,Helvetica,Arial,sans-serif;color:var(--text-primary)}body{overflow-x:hidden;max-width:100vw;background-color:var(--bg-primary);color:var(--text-primary);margin:0;padding:0}.background-image-container{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:1;background-color:var(--bg-primary);overflow:hidden;pointer-events:none}.background-image{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%;background-color:var(--bg-primary);background-size:contain;background-position:center center;background-repeat:no-repeat;opacity:0;filter:blur(var(--bg-image-blur)) brightness(var(--bg-image-brightness));pointer-events:none;z-index:1}.background-image.loaded{animation:fadeIn 2s ease-in-out forwards}.background-image.loading{opacity:.5}.background-image.error{opacity:.3;filter:grayscale(100%)}.loading-indicator{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center;gap:1rem;color:var(--text-secondary);font-family:Inter,sans-serif;font-size:1rem;z-index:10}.loading-spinner{width:40px;height:40px;border:3px solid var(--border-color);border-top:3px solid var(--color-secondary);border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.error-message{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#ff6b6b;font-size:1rem;text-align:center;z-index:10;background:var(--bg-overlay);padding:1rem;border-radius:8px;border:1px solid rgba(255,107,107,.3)}.main-content{position:relative;z-index:5;min-height:100vh;pointer-events:auto;outline:none;padding-top:80px}.main-content:focus{outline:none}.content-spacer{height:0;width:100%;pointer-events:none}.main-content--login{padding-top:0;display:flex;align-items:center;justify-content:center;min-height:100vh;padding:2rem 1.5rem}.home-page{position:relative;z-index:5;width:100%;max-width:1200px;margin:0 auto;padding:2rem;display:flex;align-items:center;justify-content:center;min-height:60vh}.home-content{text-align:center;background:var(--bg-overlay);padding:3rem 2rem;border-radius:20px;backdrop-filter:blur(var(--blur-amount));-webkit-backdrop-filter:blur(var(--blur-amount));border:1px solid var(--border-color);max-width:800px;width:100%}.home-title{font-size:3rem;font-weight:700;color:var(--color-primary);margin-bottom:1rem;font-family:Crimson Text,serif}.home-subtitle{font-size:1.5rem;color:var(--color-secondary);margin-bottom:2rem;font-weight:600}.home-description{color:var(--text-secondary);font-size:1.1rem;line-height:1.8;max-width:600px;margin:0 auto}.home-description p{margin-bottom:1rem}.tab-content{position:relative;z-index:5;width:100%;max-width:1400px;margin:0 auto;padding:2rem;background:var(--bg-overlay);border-radius:20px;backdrop-filter:blur(var(--blur-amount));-webkit-backdrop-filter:blur(var(--blur-amount));border:1px solid var(--border-color);margin-top:2rem}.tab-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;text-align:center;color:var(--color-primary)}.tab-placeholder h2{font-size:2rem;margin-bottom:1rem;color:var(--color-secondary)}.tab-placeholder p{font-size:1.1rem;color:var(--text-muted);max-width:500px;line-height:1.6}html,body,.app-container,*{scrollbar-width:thin;scrollbar-color:var(--color-primary) var(--scrollbar-track);-ms-overflow-style:auto}html::-webkit-scrollbar,body::-webkit-scrollbar,.app-container::-webkit-scrollbar,*::-webkit-scrollbar{width:10px;height:10px;border-radius:9999px}html::-webkit-scrollbar-track,body::-webkit-scrollbar-track,.app-container::-webkit-scrollbar-track,*::-webkit-scrollbar-track{background:var(--scrollbar-track);border-radius:9999px}html::-webkit-scrollbar-thumb,body::-webkit-scrollbar-thumb,.app-container::-webkit-scrollbar-thumb,*::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb);border-radius:9999px;border:3px solid var(--scrollbar-track);background-clip:padding-box}html::-webkit-scrollbar-thumb:hover,body::-webkit-scrollbar-thumb:hover,.app-container::-webkit-scrollbar-thumb:hover,*::-webkit-scrollbar-thumb:hover{background:var(--scrollbar-thumb-hover)}@media(max-width:480px){.app-container{font-size:14px}.main-content{padding-top:60px}.background-image-container{height:100vh;min-height:568px}.background-image{width:100%;height:100%;min-height:unset;background-size:contain;transform:translate(-50%,-50%)}.loading-indicator{font-size:.9rem}.loading-spinner{width:30px;height:30px}.home-content{padding:2rem 1.5rem;margin:1rem}.home-title{font-size:2rem}.home-subtitle{font-size:1.2rem}.home-description{font-size:1rem}.background-image{width:100%;height:100%;background-size:contain;transform:translate(-50%,-50%)}}@media(min-width:481px)and (max-width:768px){.background-image-container{height:100vh;min-height:640px}.background-image{width:100%;height:100%;min-height:unset}.home-content{padding:2.5rem 2rem}.home-title{font-size:2.5rem}.home-subtitle{font-size:1.3rem}.background-image{background-size:cover;object-fit:cover}}@media(min-width:769px)and (max-width:1024px){.background-image-container{height:100vh;min-height:768px}.background-image{width:100%;height:100%;min-height:unset}}@media(min-width:1025px){.background-image-container{height:100vh;min-height:900px}.background-image{width:100%;height:100%;min-height:unset}}@media(-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.background-image{image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges}}@media(orientation:landscape)and (max-height:600px){.background-image-container{height:100vh;min-height:400px}.background-image{width:100%;height:100%;min-height:unset}}@media print{.loading-indicator,.error-message{display:none!important}.app-container{background:#fff;color:#000}}.navbar-container{position:fixed;top:20px;left:0;width:100%;z-index:10;font-family:Inter,Helvetica Neue,Helvetica,Arial,sans-serif}@media(max-width:768px){.navbar-container{opacity:1!important;visibility:visible!important}}.navbar{position:absolute;top:0;left:50%;transform:translate(-50%);background:transparent;border:2px solid var(--color-secondary);border-radius:15px;box-shadow:0 8px 32px var(--shadow-color);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);min-width:800px;max-width:90vw;opacity:0;visibility:hidden;transform:translate(-50%) translateY(-20px) scale(.95);transition:all .5s cubic-bezier(.4,0,.2,1)}@media(max-width:768px){.navbar:not(.mobile-menu-open):not(.visible){opacity:0!important;visibility:hidden!important;pointer-events:none!important}.navbar:not(.mobile-menu-open):not(.visible){border:none!important;background:transparent!important;box-shadow:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important}}.navbar.visible{opacity:1;visibility:visible;transform:translate(-50%) translateY(0) scale(1);animation:liquidReveal 3s ease-out forwards;animation-delay:5s}.navbar.hidden{opacity:0;visibility:hidden;transform:translate(-50%) translateY(-20px) scale(.95);background:#6532a9e6;clip-path:inset(0 0 0 0)}.navbar-content{display:flex;align-items:center;justify-content:space-between;padding:1rem 2rem;gap:2rem}.navbar-logo{flex-shrink:0;display:flex;align-items:center}.navbar-logo-image{height:40px;width:auto;max-width:120px;object-fit:contain}.navbar-tabs{display:flex;gap:.75rem;flex:1;justify-content:center;flex-wrap:nowrap;align-items:center}.navbar-tab{background:transparent;border:1px solid transparent;color:var(--text-primary);padding:.75rem 1rem;border-radius:8px;font-size:.85rem;font-weight:500;cursor:pointer;transition:all .3s ease;white-space:nowrap;position:relative;min-width:fit-content}.navbar-tab:hover{background:#6532a933;border-color:var(--color-secondary);color:var(--text-primary);transform:translateY(-1px)}.navbar-tab:focus{outline:2px solid var(--color-secondary);outline-offset:2px}.navbar-tab:active{transform:translateY(0);background:#6532a94d}.navbar-actions{display:flex;align-items:center;gap:.75rem;flex-shrink:0}.navbar-theme-toggle{background:var(--bg-tertiary);border:1px solid var(--border-color);color:var(--color-primary);padding:.65rem;border-radius:8px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;white-space:nowrap;min-width:42px;min-height:42px}.navbar-theme-toggle:hover{background:#015a3e1a;border-color:var(--color-primary);transform:translateY(-1px);box-shadow:0 4px 12px #015a3e33}.navbar-theme-toggle:focus{outline:2px solid var(--color-primary);outline-offset:2px}.navbar-theme-toggle:active{transform:translateY(0)}.theme-icon{width:20px;height:20px;flex-shrink:0}.navbar-logout{flex-shrink:0;display:flex;align-items:center}.navbar-logout-button{background:#6532a91a;border:1px solid var(--color-secondary);color:var(--color-secondary);padding:.75rem;border-radius:8px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;white-space:nowrap;min-width:50px;min-height:50px}.navbar-logout-button:hover{background:#6532a933;border-color:var(--color-secondary);transform:translateY(-1px);box-shadow:0 4px 12px #6532a94d}.navbar-logout-button:hover .logout-icon{transform:scale(1.1)}.navbar-logout-button:focus{outline:2px solid var(--color-secondary);outline-offset:2px}.navbar-logout-button:active{transform:translateY(0)}.logout-icon{width:20px;height:20px;flex-shrink:0}.navbar-hamburger{background:#6532a91a;border:1px solid var(--color-secondary);color:var(--color-secondary);padding:.75rem;border-radius:8px;cursor:pointer;transition:all .3s ease;display:none;align-items:center;justify-content:center;min-width:50px;min-height:50px;position:absolute;top:1rem;right:1rem;z-index:1000;opacity:1;visibility:visible}.navbar-hamburger:hover{background:#6532a933;border-color:var(--color-secondary);transform:translateY(-1px);box-shadow:0 4px 12px #6532a94d}.hamburger-icon{width:24px;height:24px;flex-shrink:0}.navbar-hamburger-standalone{background:var(--bg-tertiary);border:1px solid var(--border-color);color:var(--color-primary);padding:.75rem;border-radius:8px;cursor:pointer;transition:all .3s ease;display:none;align-items:center;justify-content:center;min-width:50px;min-height:50px;position:fixed;top:20px;right:20px;z-index:1000;opacity:1;visibility:visible}.navbar-hamburger-standalone:hover{background:#015a3e1a;border-color:var(--color-primary);transform:translateY(-1px);box-shadow:0 4px 12px #015a3e33}@media(max-width:768px){.navbar-hamburger-standalone{display:flex!important;opacity:0;visibility:hidden;transform:translateY(-20px) scale(.95);transition:all .5s cubic-bezier(.4,0,.2,1)}.navbar-hamburger-standalone.visible{opacity:1;visibility:visible;transform:translateY(0) scale(1)}.navbar-hamburger-standalone.hidden{opacity:0;visibility:hidden;transform:translateY(-20px) scale(.95)}}@media(max-width:480px){.navbar{top:60px;min-width:320px;max-width:95vw;border-radius:12px;display:none;opacity:0;visibility:hidden;transform:translate(-50%) translateY(-20px) scale(.95);border:none!important;background:transparent!important;box-shadow:none!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;max-height:calc(100vh - 120px);overflow-y:auto}.navbar.mobile-menu-open{display:block!important;opacity:1;visibility:visible;transform:translate(-50%) translateY(0) scale(1);border:2px solid var(--color-secondary)!important;background:var(--bg-transparent)!important;box-shadow:0 8px 32px var(--shadow-color)!important;-webkit-backdrop-filter:blur(4px)!important;backdrop-filter:blur(4px)!important;max-height:none!important;overflow:visible!important}.navbar.mobile-menu-open~body{overflow:hidden!important}.navbar:not(.mobile-menu-open)~body{overflow:auto!important}.navbar-content{padding:.75rem 1rem;gap:1rem;position:relative;flex-direction:column;align-items:stretch}.navbar-hamburger{display:flex!important;opacity:1!important;visibility:visible!important}.navbar-logo,.navbar-tabs,.navbar-actions{display:none}.navbar.mobile-menu-open .navbar-logo,.navbar.mobile-menu-open .navbar-tabs,.navbar.mobile-menu-open .navbar-actions{display:flex;animation:mobileMenuSlideDown .3s ease-out}.navbar.mobile-menu-open .navbar-content{flex-direction:column;align-items:center;padding:1.4rem;gap:1.4rem}.navbar.mobile-menu-open .navbar-logo{justify-content:center;margin-bottom:.9rem}.navbar.mobile-menu-open .navbar-logo-image{height:36px;max-width:90px}.navbar.mobile-menu-open .navbar-tabs{display:flex;flex-direction:column;gap:1rem;margin:1rem auto;padding:1.2rem 1rem;width:min(100%,320px);background:var(--bg-overlay);border-radius:14px;border:1px solid var(--border-color);box-shadow:0 18px 38px var(--shadow-color);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.navbar.mobile-menu-open .navbar-tab{padding:.95rem 1rem;font-size:.95rem;text-align:center;border-radius:10px;background:var(--bg-tertiary);border:1px solid var(--border-color);color:var(--text-primary);letter-spacing:.04rem;text-transform:uppercase;transition:all .25s ease;box-shadow:inset 0 1px #ffffff1f,0 10px 20px var(--shadow-color);width:100%}.navbar.mobile-menu-open .navbar-tab:hover,.navbar.mobile-menu-open .navbar-tab:focus{background:linear-gradient(135deg,var(--color-primary),var(--color-primary-light));border-color:var(--color-primary);color:var(--text-inverse);transform:translateY(-2px);box-shadow:inset 0 1px #fff3,0 14px 24px #015a3e59}.navbar.mobile-menu-open .navbar-tab:active{transform:translateY(0)}.navbar.mobile-menu-open .navbar-actions{justify-content:center;margin-top:.85rem;gap:1rem;width:100%}.navbar.mobile-menu-open .navbar-theme-toggle{padding:.85rem;font-size:.9rem;min-width:50px;background:var(--bg-tertiary);border:1.5px solid var(--border-color)}.navbar.mobile-menu-open .navbar-logout{justify-content:center}.navbar.mobile-menu-open .navbar-logout-button{padding:.85rem 1.5rem;font-size:.9rem;min-width:100px;background:#6532a926;border:1.5px solid var(--color-secondary)}.navbar-logo-image{height:32px;max-width:80px}.navbar-tab{padding:.5rem .75rem;font-size:.8rem;width:100%;text-align:center}.navbar-logout-button{padding:.5rem;min-width:45px;min-height:45px}}@media(min-width:481px)and (max-width:768px){.navbar{top:20px;min-width:600px;max-width:90vw;border-radius:12px;display:none;opacity:0;visibility:hidden;transform:translate(-50%) translateY(-20px) scale(.95);border:none!important;background:transparent!important;box-shadow:none!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important}.navbar.mobile-menu-open{display:block!important;opacity:1;visibility:visible;transform:translate(-50%) translateY(0) scale(1);border:2px solid var(--color-secondary)!important;background:var(--bg-transparent)!important;box-shadow:0 8px 32px var(--shadow-color)!important;-webkit-backdrop-filter:blur(10px)!important;backdrop-filter:blur(10px)!important;min-height:auto;max-height:none!important;overflow:visible!important}.navbar.mobile-menu-open~body{overflow:hidden!important}.navbar-content{padding:.75rem 1.5rem;gap:1.5rem;position:relative;flex-direction:column;align-items:stretch}.navbar-hamburger{display:flex!important;opacity:1!important;visibility:visible!important}.navbar-logo,.navbar-tabs,.navbar-actions{display:none}.navbar.mobile-menu-open .navbar-logo,.navbar.mobile-menu-open .navbar-tabs,.navbar.mobile-menu-open .navbar-actions{display:flex;animation:mobileMenuSlideDown .3s ease-out}.navbar.mobile-menu-open .navbar-content{flex-direction:column;align-items:stretch;padding:1.5rem;gap:1.5rem}.navbar.mobile-menu-open .navbar-logo{justify-content:center;margin-bottom:1rem}.navbar.mobile-menu-open .navbar-tabs{display:flex;flex-direction:column;gap:1rem;margin:1rem 0;padding:1rem;background:var(--bg-overlay);border-radius:12px}.navbar.mobile-menu-open .navbar-tab{padding:1rem;font-size:1rem;text-align:center;border-radius:8px;background:#6532a91a;border:1px solid var(--border-color);transition:all .3s ease}.navbar.mobile-menu-open .navbar-tab:hover{background:#6532a933;border-color:var(--color-secondary);transform:translate(4px)}.navbar.mobile-menu-open .navbar-actions{justify-content:center;margin-top:1rem;gap:1rem}.navbar.mobile-menu-open .navbar-theme-toggle{padding:.9rem;font-size:.95rem;min-width:48px;background:var(--bg-tertiary);border:1.5px solid var(--border-color)}.navbar.mobile-menu-open .navbar-logout{justify-content:center}.navbar.mobile-menu-open .navbar-logout-button{padding:.9rem 1.8rem;font-size:.95rem;min-width:110px;background:#6532a926;border:2px solid var(--color-secondary)}.navbar-logo-image{height:36px;max-width:100px}.navbar-tab{padding:.6rem 1rem;font-size:.85rem;width:100%;text-align:center}.navbar-logout-button{padding:.6rem;min-width:48px;min-height:48px}}@media(min-width:769px)and (max-width:1024px){.navbar{min-width:700px}.navbar-content{padding:.875rem 1.75rem;gap:1.75rem}.navbar-tabs{gap:.875rem}.navbar-tab{padding:.65rem 1.25rem;font-size:.875rem}.navbar-logout-button{padding:.65rem;min-width:48px;min-height:48px}}@media(min-width:1025px){.navbar{min-width:800px}.navbar-content{padding:1rem 2rem;gap:2rem}.navbar-tabs{gap:1rem}.navbar-tab{padding:.75rem 1.5rem;font-size:.9rem}.navbar-logout-button{padding:.75rem;min-width:50px;min-height:50px}}@media(prefers-contrast:high){.navbar{border-width:3px}.navbar-tab,.navbar-logout-button{border-width:2px}}@media print{.navbar-container{position:static}.navbar{position:static;opacity:1;visibility:visible;transform:none;box-shadow:none;border:1px solid var(--text-primary);background:#fff;color:#000}.navbar-content{background:#fff;color:#000}.navbar-tab,.navbar-logout-button{color:#000;border-color:#000}}@keyframes navbarSlideIn{0%{opacity:0;transform:translate(-50%) translateY(-20px) scale(.95)}to{opacity:1;transform:translate(-50%) translateY(0) scale(1)}}@keyframes navbarSlideOut{0%{opacity:1;transform:translate(-50%) translateY(0) scale(1)}to{opacity:0;transform:translate(-50%) translateY(-20px) scale(.95)}}.navbar.visible{animation:navbarSlideIn .5s cubic-bezier(.4,0,.2,1) forwards}@keyframes dissolveIn{0%{opacity:0;transform:translate(-50%) translateY(-10px)}to{opacity:1;transform:translate(-50%) translateY(0)}}@keyframes mobileMenuSlideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes liquidReveal{0%{opacity:1;transform:translate(-50%) translateY(0) scaleY(1);background:#6532a9e6;clip-path:inset(0 0 0 0);-webkit-backdrop-filter:blur(0px);backdrop-filter:blur(0px)}25%{opacity:.9;clip-path:inset(20% 10% 60% 10%);transform:translate(-50%) translateY(-3px) scaleY(1.05);background:#6532a9cc;-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px)}50%{opacity:.7;clip-path:inset(40% 30% 40% 30%);transform:translate(-50%) translateY(-8px) scaleY(.9);background:#6532a999;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}75%{opacity:.3;clip-path:inset(60% 60% 20% 60%);transform:translate(-50%) translateY(-12px) scaleY(.7);background:#6532a94d;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}to{opacity:0;transform:translate(-50%) translateY(-20px) scaleY(.1);clip-path:inset(80% 80% 0 80%);background:#6532a900;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}}.footer{width:100%;background:var(--bg-secondary);position:relative;overflow:hidden;margin-top:2rem;z-index:10}.footer-content-wrapper{max-width:100%;margin:0 auto;padding:1.5rem 1rem}.footer-brand{text-align:center;margin-bottom:1rem}.footer-logo{display:inline-flex;align-items:center;gap:.4rem;margin-bottom:.15rem}.footer-logo-icon{font-size:1.5rem;color:var(--color-primary)}.footer-logo-text{font-family:Playfair Display,Georgia,serif;font-size:1.75rem;font-weight:700;letter-spacing:.1em;color:var(--text-primary)}.footer-tagline{font-size:.8rem;color:var(--text-muted);letter-spacing:.15em;text-transform:uppercase}.footer-divider{height:1px;background:linear-gradient(90deg,transparent,var(--border-color),transparent);margin:1rem 0}.footer-disclaimer{display:flex;flex-direction:column;align-items:center;gap:.75rem;padding:1rem;background:var(--bg-tertiary);border:1px solid var(--border-color-light);border-radius:8px;text-align:center}.disclaimer-icon{flex-shrink:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:var(--bg-secondary);border-radius:6px;color:var(--color-primary)}.disclaimer-icon svg{width:18px;height:18px}.disclaimer-text{flex:1}.disclaimer-title{font-size:.8rem;font-weight:600;color:var(--color-primary);margin:0 0 .35rem;letter-spacing:.05em;text-transform:uppercase;text-align:center}.disclaimer-content{font-size:.8rem;line-height:1.5;color:var(--text-secondary);margin:0 0 .35rem;text-align:center}.disclaimer-contact{font-size:.8rem;line-height:1.5;color:var(--text-secondary);margin:0;text-align:center}.disclaimer-contact strong{color:var(--color-primary);font-weight:600}.footer-bottom{margin-top:1rem;padding-top:.75rem;border-top:1px solid var(--border-color-light)}.footer-copyright{display:flex;align-items:center;justify-content:center;gap:.35rem}.copyright-icon{color:var(--text-muted);display:flex;align-items:center}.copyright-icon svg{width:14px;height:14px}.footer-copyright p{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.25rem;margin:0;font-size:.7rem;color:var(--text-muted)}.copyright-text{color:var(--text-secondary);font-weight:500}.copyright-separator{color:var(--border-color)}.copyright-owner{color:var(--text-muted)}.copyright-brand{font-family:Playfair Display,Georgia,serif;font-weight:700;letter-spacing:.05em;color:var(--color-primary)}@media(max-width:600px){.footer-content-wrapper{padding:1rem .75rem}.footer-logo-text{font-size:1.5rem}.footer-tagline{font-size:.7rem}.footer-disclaimer{padding:.75rem}.disclaimer-icon{width:28px;height:28px}.disclaimer-icon svg{width:14px;height:14px}.disclaimer-content,.disclaimer-contact{font-size:.7rem;text-align:center}.footer-copyright p{font-size:.6rem;text-align:center}}@media(prefers-contrast:high){.footer{background:var(--bg-primary)}.footer-disclaimer{border-width:2px}.footer-bottom{border-top-width:2px}.disclaimer-content,.disclaimer-contact,.copyright-text,.copyright-owner{color:var(--text-primary)}}@media(prefers-reduced-motion:reduce){.footer:before{animation:none}}@media print{.footer{background:#fff!important;color:#000!important}.footer-disclaimer{background:none;border:1px solid #000}.disclaimer-title,.disclaimer-content,.disclaimer-contact,.footer-logo-text,.copyright-brand{color:#000}}.statistics-card{background:#2121214d;border:2px solid rgb(98,47,165);border-radius:16px;padding:1.5rem;position:relative;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);box-shadow:0 8px 32px #0006;transition:all .3s cubic-bezier(.4,0,.2,1);overflow:hidden;font-family:Inter,sans-serif;z-index:4}.statistics-card--animated{animation:statistics-card-fadeInUp .6s ease-out forwards}.statistics-card--interactive{cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1)}.statistics-card--interactive:hover{transform:translateY(-4px);box-shadow:0 12px 40px #622fa54d;border-color:#01734f}.statistics-card--interactive:active{transform:translateY(-2px)}.statistics-card--interactive:focus{outline:none;border-color:#01734f;box-shadow:0 0 0 3px #01734f4d}.statistics-card--loading{pointer-events:none;opacity:.7}.statistics-card-loading-overlay{position:absolute;inset:0;background:#21212166;display:flex;align-items:center;justify-content:center;z-index:2}.statistics-card-loading-spinner{width:32px;height:32px;border:3px solid rgba(98,47,165,.3);border-top:3px solid rgb(98,47,165);border-radius:50%;animation:statistics-card-spin 1s linear infinite}.statistics-card-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.statistics-card-icon{flex-shrink:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#622fa533;border-radius:50%;color:#a855f7;font-size:1.25rem}.statistics-card-title{margin:0;font-size:.9rem;font-weight:600;color:#01734f;text-transform:uppercase;letter-spacing:.5px}.statistics-card-content{margin-bottom:1rem}.statistics-card-value{font-size:2.5rem;font-weight:700;color:#fff;line-height:1;margin-bottom:.5rem;font-family:Inter,sans-serif;text-shadow:0 2px 8px rgba(0,0,0,.5)}.statistics-card-subtitle{margin:0;font-size:.9rem;color:#ffffffb3;line-height:1.4}.statistics-card-trend{display:flex;align-items:center;gap:.5rem;margin-top:.75rem;font-size:.8rem;font-weight:500}.statistics-card-trend--up{color:#4caf50}.statistics-card-trend--down{color:#f44336}.statistics-card-trend--neutral{color:#ffc107}.statistics-card-trend-icon{font-size:1rem}.statistics-card-trend-label{font-weight:600}.statistics-card-footer{border-top:1px solid rgba(1,115,79,.2);padding-top:1rem;margin-top:1rem}.statistics-card--small{padding:1rem}.statistics-card--small .statistics-card-header{margin-bottom:.75rem}.statistics-card--small .statistics-card-value{font-size:1.8rem}.statistics-card--small .statistics-card-icon{width:32px;height:32px;font-size:1rem}.statistics-card--large{padding:2rem}.statistics-card--large .statistics-card-header{margin-bottom:1.25rem}.statistics-card--large .statistics-card-value{font-size:3.2rem}.statistics-card--large .statistics-card-icon{width:48px;height:48px;font-size:1.5rem}.statistics-card--primary{border-color:#01734f}.statistics-card--primary .statistics-card-icon{background:#01734f33;color:#22c55e}.statistics-card--secondary{border-color:#01734f}.statistics-card--secondary .statistics-card-icon{background:#01734f33;color:#22c55e}.statistics-card--accent{border-color:#01734f}.statistics-card--accent .statistics-card-icon{background:#01734f33;color:#22c55e}.statistics-card--success{border-color:#01734f}.statistics-card--success .statistics-card-icon{background:#01734f33;color:#22c55e}.statistics-card--warning{border-color:#01734f}.statistics-card--warning .statistics-card-icon{background:#01734f33;color:#22c55e}@media(max-width:480px){.statistics-card{padding:1rem}.statistics-card-value{font-size:2rem}.statistics-card--small .statistics-card-value{font-size:1.5rem}.statistics-card--large{padding:1.5rem}.statistics-card--large .statistics-card-value{font-size:2.5rem}}@media(min-width:481px)and (max-width:768px){.statistics-card{padding:1.25rem}.statistics-card-value{font-size:2.2rem}}@media(prefers-contrast:high){.statistics-card{border-width:3px}.statistics-card--interactive:focus{box-shadow:0 0 0 4px #01734f80}}@media(prefers-reduced-motion:reduce){.statistics-card{transition:none}.statistics-card--animated{animation:none}.statistics-card--interactive:hover{transform:none}.statistics-card-loading-spinner{animation:none}}@media(prefers-color-scheme:dark){.statistics-card{background:#21212180}}@keyframes statistics-card-fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes statistics-card-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media print{.statistics-card{background:#fff!important;color:#000!important;border-color:#000!important;box-shadow:none;backdrop-filter:none;-webkit-backdrop-filter:none}.statistics-card-title{color:#000!important}.statistics-card-value{color:#000!important;text-shadow:none}.statistics-card-subtitle{color:#000!important}.statistics-card-loading-overlay{display:none}}[data-theme=light] .statistics-card{background:#fffffffa!important;border-color:#01734f66!important;box-shadow:0 4px 20px #0000001f!important}[data-theme=light] .statistics-card-value{color:#1a1a1a!important;text-shadow:none!important}[data-theme=light] .statistics-card-subtitle{color:#000000bf!important}[data-theme=light] .statistics-card-title{color:#015a3e!important}[data-theme=light] .statistics-card-icon{background:#01734f26!important;color:#015a3e!important}[data-theme=light] .statistics-card-footer{border-color:#01734f33!important}[data-theme=light] .statistics-card-loading-overlay{background:#fffc!important}[data-theme=light] .statistics-card-loading-overlay,[data-theme=light] .statistics-card{background:#fffffffa!important}.loading-spinner-container{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem}.loading-spinner-container--centered{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:25}.loading-spinner{border-radius:50%;animation:loading-spinner-spin 1s linear infinite;border-style:solid;border-width:3px}.loading-spinner--small{width:24px;height:24px;border-right-width:2px;border-top-width:2px;border-bottom-color:transparent;border-left-color:transparent}.loading-spinner--medium{width:40px;height:40px;border-right-width:3px;border-top-width:3px;border-bottom-color:transparent;border-left-color:transparent}.loading-spinner--large{width:56px;height:56px;border-right-width:4px;border-top-width:4px;border-bottom-color:transparent;border-left-color:transparent}.loading-spinner--primary{border-top-color:#b62025;border-right-color:#b620254d}.loading-spinner--secondary{border-top-color:#d1ba7f;border-right-color:#d1ba7f4d}.loading-spinner--light{border-top-color:#ffffffe6;border-right-color:#ffffff4d}.loading-spinner-message{font-family:Inter,sans-serif;font-size:.875rem;color:#fffc;text-align:center;margin:0;animation:loading-spinner-pulse 2s ease-in-out infinite}@media(prefers-color-scheme:dark){.loading-spinner-message{color:#ffffffe6}}@media(prefers-reduced-motion:reduce){.loading-spinner,.loading-spinner-message{animation:none}}@media(prefers-contrast:high){.loading-spinner{border-width:4px}.loading-spinner--small{border-width:3px}.loading-spinner-message{font-weight:600}}@keyframes loading-spinner-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes loading-spinner-pulse{0%,to{opacity:.6}50%{opacity:1}}@media(max-width:480px){.loading-spinner--large{width:48px;height:48px}.loading-spinner-message{font-size:.8rem}.loading-spinner-container{gap:.5rem}}@media(min-width:481px)and (max-width:768px){.loading-spinner--large{width:52px;height:52px}}@media print{.loading-spinner-container{display:none}}.error-message-container{display:flex;align-items:center;justify-content:flex-start}.error-message-container--centered{justify-content:center;min-height:200px}.error-message{display:flex;align-items:flex-start;gap:1rem;padding:1rem;border-radius:8px;border:1px solid;font-family:Inter,sans-serif;position:relative;animation:error-message-slideIn .3s ease-out}.error-message--error{background:#b620251a;border-color:#b62025;color:#ff6b6b}.error-message--warning{background:#ffc1071a;border-color:#ffc107;color:#ffeb3b}.error-message--info{background:#2196f31a;border-color:#2196f3;color:#81c7ff}.error-message--small{padding:.75rem;gap:.75rem;font-size:.8rem}.error-message--medium{padding:1rem;gap:1rem;font-size:.875rem}.error-message--large{padding:1.25rem;gap:1.25rem;font-size:1rem}.error-message-icon{flex-shrink:0;font-size:1.5em;line-height:1;opacity:.9}.error-message--small .error-message-icon{font-size:1.25em}.error-message--large .error-message-icon{font-size:1.75em}.error-message-content{flex:1;min-width:0}.error-message-title{margin:0 0 .25rem;font-size:1em;font-weight:600;color:inherit}.error-message-text{margin:0 0 .25rem;line-height:1.4;word-wrap:break-word}.error-message-code{margin:.25rem 0 0;font-family:Courier New,monospace;font-size:.8em;opacity:.8}.error-message-action{flex-shrink:0;margin-left:.5rem}.error-message-action-button{background:#ffffff1a;border:1px solid currentColor;color:inherit;padding:.5rem 1rem;border-radius:6px;font-family:inherit;font-size:.8em;cursor:pointer;transition:all .2s ease;white-space:nowrap}.error-message-action-button:hover{background:#fff3;transform:translateY(-1px)}.error-message-action-button:active{transform:translateY(0)}.error-message-dismiss{position:absolute;top:.5rem;right:.5rem;background:none;border:none;color:inherit;font-size:1.5em;cursor:pointer;padding:.25rem;border-radius:50%;transition:all .2s ease;opacity:.7;line-height:1;width:24px;height:24px;display:flex;align-items:center;justify-content:center;z-index:5}.error-message-dismiss:hover{opacity:1;background:#ffffff1a}.error-message-dismiss:focus{outline:2px solid currentColor;outline-offset:2px}@media(max-width:480px){.error-message{padding:.75rem;gap:.75rem;font-size:.8rem}.error-message--large{padding:1rem;gap:1rem}.error-message-action{margin-left:.25rem}.error-message-action-button{padding:.4rem .8rem;font-size:.75rem}.error-message-dismiss{top:.25rem;right:.25rem;width:20px;height:20px;font-size:1.25em}}@media(min-width:481px)and (max-width:768px){.error-message{padding:.875rem;gap:.875rem}}@media(prefers-contrast:high){.error-message,.error-message-action-button{border-width:2px}.error-message-dismiss{border:1px solid currentColor}}@media(prefers-reduced-motion:reduce){.error-message{animation:none}.error-message-action-button:hover{transform:none}.error-message-dismiss{transition:none}}@media(prefers-color-scheme:dark){.error-message--error{background:#ef444426}.error-message--warning{background:#fbbf2426}.error-message--info{background:#3b82f626}}@keyframes error-message-slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media print{.error-message-container{break-inside:avoid}.error-message{background:#fff!important;color:#000!important;border-color:#000!important;box-shadow:none}.error-message-dismiss,.error-message-action{display:none}}.darwin-statistics-tab{padding:2rem;max-width:1400px;margin:0 auto;font-family:Inter,sans-serif;color:#fff;background:#212121b3;border-radius:20px;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);position:relative;z-index:9999!important;opacity:0;transform:translateY(20px)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.darwin-statistics-header{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;margin-bottom:2.5rem;padding:1.5rem 0 1.25rem;gap:.75rem}.darwin-statistics-title h1{margin:0 0 .5rem;font-size:2.5rem;font-weight:700;color:#01734f;text-shadow:0 2px 4px rgba(0,0,0,.5)}.darwin-statistics-title p{margin:0;font-size:1.1rem;color:#ffffffb3;line-height:1.4}.darwin-statistics-controls{display:flex;align-items:center;gap:1rem;flex-shrink:0}.darwin-statistics-export{position:relative}.darwin-statistics-export-select{background:#622fa51a;border:2px solid rgb(98,47,165);color:#fff;padding:.75rem 1rem;border-radius:8px;font-family:inherit;font-size:.9rem;cursor:pointer;transition:all .3s ease;min-width:150px}.darwin-statistics-export-select:hover{background:#622fa533;border-color:#01734f}.darwin-statistics-export-select:focus{outline:none;border-color:#01734f;box-shadow:0 0 0 3px #01734f4d}.darwin-statistics-export-select:disabled{opacity:.6;cursor:not-allowed}.darwin-statistics-refresh{background:#622fa51a;border:2px solid rgb(98,47,165);color:#fff;padding:.75rem;border-radius:8px;font-family:inherit;font-size:.9rem;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;min-width:50px;min-height:50px}.darwin-statistics-refresh:hover{background:#622fa533;border-color:#01734f;transform:translateY(-2px)}.darwin-statistics-refresh:disabled{opacity:.6;cursor:not-allowed;transform:none}.darwin-statistics-refresh:active{transform:translateY(0)}.darwin-statistics-date-clear{background:#622fa51f;border:1px solid rgba(98,47,165,.8);color:#fff;border-radius:8px;padding:.65rem 1rem;font-family:inherit;font-size:.9rem;cursor:pointer;transition:all .25s ease;min-width:140px;display:inline-flex;align-items:center;justify-content:center}.darwin-statistics-date-clear:disabled{opacity:.5;cursor:not-allowed}.darwin-statistics-date-range{display:flex;gap:1rem;flex-wrap:wrap;align-items:flex-end;justify-content:center;padding:.5rem 0;background:#ffffff0a;border:1px solid rgba(1,115,79,.25);border-radius:12px;padding:1rem 1.25rem}.darwin-statistics-date-field{display:flex;flex-direction:column;gap:.4rem;min-width:160px;text-align:left}.darwin-statistics-date-field label{font-size:.85rem;color:#01734f;text-transform:uppercase;letter-spacing:.5px}.darwin-statistics-date-input{background:#212121bf;border:1px solid rgba(1,115,79,.4);border-radius:8px;padding:.6rem .75rem;color:#fff;font-family:inherit;font-size:.95rem;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}.darwin-statistics-date-input:focus{outline:none;border-color:#01734f}.darwin-statistics-filters{display:flex;gap:1.5rem;margin-bottom:2rem;padding:1.5rem;background:#ffffff0d;border-radius:12px;border:1px solid rgba(1,115,79,.2);flex-wrap:wrap}.darwin-statistics-filter-group{display:flex;flex-direction:column;gap:.5rem;min-width:200px}.darwin-statistics-filter-group label{font-size:.9rem;font-weight:600;color:#01734f;text-transform:uppercase;letter-spacing:.5px}.darwin-statistics-filter-select{background:#212121cc;border:1px solid rgba(98,47,165,.5);color:#fff;padding:.75rem;border-radius:6px;font-family:inherit;font-size:.9rem;cursor:pointer;transition:all .3s ease}.darwin-statistics-filter-select:hover{border-color:#622fa5}.darwin-statistics-filter-select:focus{outline:none;border-color:#01734f;box-shadow:0 0 0 2px #01734f4d}.darwin-statistics-loading{display:flex;align-items:center;justify-content:center;min-height:300px;padding:2rem}.darwin-statistics-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-bottom:3rem}.darwin-statistics-trends{margin-bottom:3rem}.darwin-statistics-trends h2{font-size:1.8rem;font-weight:600;color:#01734f;margin-bottom:1.5rem;text-shadow:0 2px 4px rgba(0,0,0,.5)}.darwin-statistics-trends-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem}.darwin-statistics-interesses{margin-bottom:3rem}.darwin-statistics-interesses h2{font-size:1.8rem;font-weight:600;color:#01734f;margin-bottom:1.5rem;text-shadow:0 2px 4px rgba(0,0,0,.5)}.darwin-statistics-interesses-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem}.darwin-statistics-section{margin-bottom:3rem}.darwin-statistics-content{display:flex;flex-direction:column;gap:3rem}.darwin-statistics-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-bottom:2rem}.darwin-statistics-chart{background:#ffffff0d;border-radius:16px;padding:2rem;border:1px solid rgba(1,115,79,.2)}.darwin-statistics-chart h2{font-size:1.8rem;font-weight:600;color:#01734f;margin-bottom:1.5rem;text-align:center;text-shadow:0 2px 4px rgba(0,0,0,.5)}.darwin-statistics-loading-overlay{position:absolute;inset:0;background:#fffc;display:flex;align-items:center;justify-content:center;z-index:10;border-radius:12px}.pie-chart-container{display:flex;align-items:center;justify-content:center;gap:2rem;flex-wrap:wrap;pointer-events:none!important;-webkit-user-select:none!important;user-select:none!important}.pie-chart-container *{pointer-events:none!important;cursor:default!important}.pie-chart-container svg{pointer-events:none!important}.pie-chart-container .recharts-pie{pointer-events:none!important}.pie-chart-container .recharts-pie-sector{pointer-events:none!important;cursor:default!important}.pie-chart-container .recharts-pie-sector:hover{opacity:1!important;transform:none!important;filter:none!important}.pie-chart-container path{pointer-events:none!important}.pie-chart-container g{pointer-events:none!important}@media(max-width:768px){.pie-tooltip{font-size:.8rem;padding:.5rem .75rem;max-width:150px;white-space:normal}}@media(max-width:480px){.darwin-statistics-tab{padding:1rem;border-radius:16px}.darwin-statistics-header{flex-direction:column;gap:1rem}.darwin-statistics-title h1{font-size:2rem}.darwin-statistics-title p{font-size:1rem}.darwin-statistics-controls{width:100%;justify-content:space-between}.darwin-statistics-export-select{min-width:auto;flex:1}.darwin-statistics-filters{flex-direction:column;gap:1rem;padding:1rem}.darwin-statistics-filter-group{min-width:auto}.darwin-statistics-grid{grid-template-columns:1fr;gap:1rem}.darwin-statistics-trends-grid,.darwin-statistics-interesses-grid{grid-template-columns:1fr;gap:.75rem}.darwin-statistics-cards{grid-template-columns:1fr;gap:1rem}.pie-chart-container{flex-direction:column;gap:1.5rem}.pie-chart{width:150px;height:150px}.pie-chart:before{width:90px;height:90px}}@media(min-width:481px)and (max-width:768px){.darwin-statistics-tab{padding:1.5rem}.darwin-statistics-header{flex-direction:column;gap:1.5rem}.darwin-statistics-controls{width:100%;justify-content:space-between}.darwin-statistics-filters{flex-direction:column;gap:1.25rem}.darwin-statistics-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.25rem}.darwin-statistics-cards{grid-template-columns:repeat(2,1fr);gap:1.25rem}}@media(min-width:769px)and (max-width:1024px){.darwin-statistics-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1025px){.darwin-statistics-grid,.darwin-statistics-cards{grid-template-columns:repeat(3,1fr)}.pie-chart-container{flex-wrap:nowrap}}@media(prefers-contrast:high){.darwin-statistics-tab,.darwin-statistics-export-select,.darwin-statistics-refresh,.darwin-statistics-filter-select{border-width:2px}}@media(prefers-reduced-motion:reduce){.darwin-statistics-refresh:hover{transform:none}.darwin-statistics-export-select,.darwin-statistics-refresh,.darwin-statistics-filter-select{transition:none}.darwin-statistics-tab{opacity:1;transform:none;animation:none}}@media(prefers-color-scheme:dark){.darwin-statistics-tab{background:#21212166}}@media print{.darwin-statistics-tab{background:#fff!important;color:#000!important;border-color:#000!important;box-shadow:none;backdrop-filter:none;-webkit-backdrop-filter:none}.darwin-statistics-title h1,.darwin-statistics-title p{color:#000!important}.darwin-statistics-controls,.darwin-statistics-filters{display:none}}[data-theme=light] .darwin-statistics-tab{background:#fffffff2!important;color:#1a1a1a!important}[data-theme=light] .darwin-statistics-title h1{color:#015a3e!important;text-shadow:none!important}[data-theme=light] .darwin-statistics-title p{color:#1a1a1abf!important}[data-theme=light] .darwin-statistics-export-select{background:#fffffff2!important;border-color:#01734f80!important;color:#1a1a1a!important}[data-theme=light] .darwin-statistics-export-select:hover{background:#fff!important;border-color:#015a3e!important}[data-theme=light] .darwin-statistics-refresh{background:#fffffff2!important;border-color:#01734f80!important;color:#1a1a1a!important}[data-theme=light] .darwin-statistics-refresh:hover{background:#fff!important;border-color:#015a3e!important}[data-theme=light] .darwin-statistics-date-clear{background:#fffffff2!important;border-color:#01734f80!important;color:#1a1a1a!important}[data-theme=light] .darwin-statistics-date-range{background:#fff9!important;border-color:#01734f40!important}[data-theme=light] .darwin-statistics-date-field label{color:#015a3e!important}[data-theme=light] .darwin-statistics-date-input{background:#fffffffa!important;border-color:#01734f66!important;color:#1a1a1a!important}[data-theme=light] .darwin-statistics-filters{background:#fff9!important;border-color:#01734f33!important}[data-theme=light] .darwin-statistics-filter-group label{color:#015a3e!important}[data-theme=light] .darwin-statistics-filter-select{background:#fffffffa!important;border-color:#01734f80!important;color:#1a1a1a!important}[data-theme=light] .darwin-statistics-filter-select:hover{border-color:#015a3e!important}[data-theme=light] .darwin-statistics-trends h2,[data-theme=light] .darwin-statistics-interesses h2{color:#015a3e!important;text-shadow:none!important}[data-theme=light] .darwin-statistics-chart{background:#fff9!important;border-color:#01734f33!important}[data-theme=light] .darwin-statistics-chart h2{color:#015a3e!important;text-shadow:none!important}[data-theme=light] .pie-chart-label{fill:#1a1a1a!important}.pie-chart-label{fill:#fff!important}.darwin-statistics-page{min-height:calc(100vh - 80px);width:100%;position:relative;z-index:5;padding:2rem;margin-top:0}.darwin-statistics-page-container{max-width:1400px;margin:0 auto;width:100%;height:100%;position:relative}@media(max-width:480px){.darwin-statistics-page{padding:1rem .5rem}}@media(min-width:481px)and (max-width:768px){.darwin-statistics-page{padding:1.5rem .75rem}}@media(min-width:769px)and (max-width:1024px){.darwin-statistics-page{padding:1.75rem 1rem}}@media(min-width:1025px){.darwin-statistics-page{padding:2rem}}.client-cities-chart{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;padding:24px;margin-top:32px;border:1px solid #e0e0e0}.client-cities-chart.loading,.client-cities-chart.error{display:flex;align-items:center;justify-content:center;min-height:200px}.loading-spinner{font-size:1.1rem;color:#666;text-align:center}.error-message{text-align:center;color:#d32f2f}.error-message p{margin:0 0 8px;font-weight:500}.error-message small{color:#666;font-size:.9rem}.chart-header{text-align:center;margin-bottom:24px}.client-cities-chart .chart-header h2{font-size:1.5rem;font-weight:600;color:#d9ba7f;margin:0 0 8px}.chart-header p{color:#666;font-size:.9rem;margin:0}.chart-layout{display:flex;gap:32px;align-items:flex-start}.chart-container{flex:1;width:100%;height:400px;margin-bottom:24px;position:relative}.cities-list-container{width:280px;flex-shrink:0}.cities-list{background:#f8f9fa;border-radius:8px;padding:16px;border:1px solid #e9ecef}.cities-list-header{margin-bottom:16px;padding-bottom:8px;border-bottom:1px solid #dee2e6}.cities-list-header h3{font-size:1.1rem;font-weight:600;color:#2a2a2a;margin:0}.cities-list-content{display:flex;flex-direction:column;gap:12px}.city-list-item{display:flex;align-items:center;justify-content:space-between;padding:8px 0;border-bottom:1px solid #f1f3f4}.city-list-item:last-child{border-bottom:none}.city-list-info{display:flex;flex-direction:column;gap:2px}.city-list-name{font-size:.9rem;font-weight:500;color:#2a2a2a}.city-list-count{font-size:.8rem;color:#666}.city-list-percentage{font-size:.9rem;font-weight:600;color:#2196f3}.show-all-button{width:100%;background:#2196f3;color:#fff;border:none;padding:10px 16px;border-radius:6px;font-size:.9rem;font-weight:500;cursor:pointer;margin-top:16px;transition:background-color .2s ease}.show-all-button:hover{background:#1976d2}.modal-overlay{position:fixed;inset:0;background:#21212180;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.modal-content{background:#fff;border-radius:12px;max-width:600px;width:100%;max-height:80vh;overflow:hidden;box-shadow:0 10px 30px #0000004d}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:1px solid #e0e0e0;background:#f8f9fa}.modal-header h3{margin:0;font-size:1.2rem;font-weight:600;color:#2a2a2a}.modal-close{background:none;border:none;font-size:24px;cursor:pointer;color:#666;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background-color .2s ease}.modal-close:hover{background:#e9ecef;color:#2a2a2a}.modal-body{padding:24px;max-height:60vh;overflow-y:auto}.cities-complete-list{display:flex;flex-direction:column;gap:16px}.city-item{display:flex;align-items:center;gap:16px;padding:12px 0;border-bottom:1px solid #f1f3f4}.city-item:last-child{border-bottom:none}.city-info{flex:1;display:flex;flex-direction:column;gap:4px}.city-name{font-size:1rem;font-weight:500;color:#2a2a2a}.city-count{font-size:.9rem;color:#666}.city-bar{flex:1;height:8px;background:#e9ecef;border-radius:4px;overflow:hidden;margin:0 16px}.city-bar-fill{height:100%;border-radius:4px;transition:width .3s ease}.city-percentage{font-size:.9rem;font-weight:600;color:#2a2a2a;min-width:40px;text-align:right}.custom-tooltip{background:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:12px;box-shadow:0 4px 12px #00000026}.tooltip-title{font-weight:600;color:#2a2a2a;margin:0 0 4px;font-size:.9rem}.tooltip-value,.tooltip-percentage,.tooltip-total{margin:2px 0;font-size:.8rem;color:#666}.chart-summary{display:flex;justify-content:space-around;padding-top:16px;border-top:1px solid #f0f0f0;flex-wrap:wrap;gap:16px;margin-top:24px}.summary-item{display:flex;flex-direction:column;align-items:center;text-align:center}.summary-label{font-size:.8rem;color:#666;margin-bottom:4px}.summary-value{font-size:1.1rem;font-weight:600;color:#2a2a2a}.recharts-legend-wrapper{font-size:14px!important}.recharts-default-legend{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;height:100%}.recharts-legend-item{margin-bottom:8px!important}.client-cities-chart .recharts-pie-sector[data-entry="São Paulo"] path{fill:#2196f3!important}.client-cities-chart .recharts-pie-sector[data-entry="Rio de Janeiro"] path{fill:#4caf50!important}.client-cities-chart .recharts-pie-sector[data-entry="Belo Horizonte"] path{fill:#ff9800!important}.client-cities-chart .recharts-pie-sector[data-entry=Salvador] path{fill:#9c27b0!important}.client-cities-chart .recharts-pie-sector[data-entry=Curitiba] path{fill:#f44336!important}.client-cities-chart .recharts-pie-sector[data-entry=Outros] path{fill:#607d8b!important}@media(max-width:768px){.client-cities-chart{padding:16px;margin-top:24px}.chart-header h2{font-size:1.3rem}.chart-layout{flex-direction:column;gap:24px}.cities-list-container{width:100%}.cities-list{padding:12px}.client-cities-chart .recharts-wrapper{transform:translate(-20px) translateY(-30px)!important}.client-cities-chart .recharts-legend-wrapper{position:absolute!important;bottom:-50px!important;left:50%!important;transform:translate(-50%)!important;font-size:12px!important}.client-cities-chart .recharts-default-legend{text-align:center;white-space:nowrap}.chart-container{height:300px;overflow:visible}.client-cities-chart svg.recharts-surface{overflow:visible!important}.modal-content{margin:10px;max-height:90vh}.modal-header,.modal-body{padding:16px}}@media(prefers-color-scheme:dark){.client-cities-chart{background:#1a1a1a;border-color:#333}.client-cities-chart .chart-header h2{color:#01734f}.chart-header p,.summary-label{color:#ccc}.summary-value{color:#fff}.cities-list{background:#2a2a2a;border-color:#444}.cities-list-header{border-color:#444}.cities-list-header h3{color:#fff}.city-list-item{border-color:#444}.city-list-name{color:#fff}.city-list-count,.city-list-percentage{color:#ccc}.modal-content{background:#2a2a2a}.modal-header{background:#1a1a1a;border-color:#444}.modal-header h3{color:#fff}.modal-close{color:#ccc}.modal-close:hover{background:#444;color:#fff}.city-item{border-color:#444}.city-name{color:#fff}.city-count,.city-percentage{color:#ccc}.custom-tooltip{background:#2a2a2a;border-color:#444}.tooltip-title{color:#fff}.tooltip-value,.tooltip-percentage,.tooltip-total,.loading-spinner{color:#ccc}.error-message{color:#f44336}.error-message small{color:#999}}@media(prefers-contrast:high){.client-cities-chart,.custom-tooltip{border-width:2px}.chart-summary{border-top-width:2px}.cities-list{border-width:2px}.modal-content{border:2px solid #000}}[data-theme=dark] .client-cities-chart{background:#1a1a1a;border-color:#333}[data-theme=dark] .client-cities-chart .chart-header h2{color:#01734f}[data-theme=dark] .chart-header p,[data-theme=dark] .summary-label{color:#ccc}[data-theme=dark] .summary-value{color:#fff}[data-theme=dark] .cities-list{background:#2a2a2a;border-color:#444}[data-theme=dark] .cities-list-header{border-color:#444}[data-theme=dark] .cities-list-header h3{color:#fff}[data-theme=dark] .city-list-item{border-color:#444}[data-theme=dark] .city-list-name{color:#fff}[data-theme=dark] .city-list-count,[data-theme=dark] .city-list-percentage{color:#ccc}[data-theme=dark] .modal-content{background:#2a2a2a}[data-theme=dark] .modal-header{background:#1a1a1a;border-color:#444}[data-theme=dark] .modal-header h3{color:#fff}[data-theme=dark] .modal-close{color:#ccc}[data-theme=dark] .modal-close:hover{background:#444;color:#fff}[data-theme=dark] .city-item{border-color:#444}[data-theme=dark] .city-name{color:#fff}[data-theme=dark] .city-count,[data-theme=dark] .city-percentage{color:#ccc}[data-theme=dark] .custom-tooltip{background:#2a2a2a;border-color:#444}[data-theme=dark] .tooltip-title{color:#fff}[data-theme=dark] .tooltip-value,[data-theme=dark] .tooltip-percentage,[data-theme=dark] .tooltip-total,[data-theme=dark] .loading-spinner{color:#ccc}[data-theme=dark] .error-message{color:#f44336}[data-theme=dark] .error-message small{color:#999}[data-theme=light] .client-cities-chart{background:#fff;border-color:#e0e0e0}[data-theme=light] .client-cities-chart .chart-header h2{color:#d9ba7f}[data-theme=light] .chart-header p,[data-theme=light] .summary-label{color:#666}[data-theme=light] .summary-value{color:#2a2a2a}[data-theme=light] .cities-list{background:#f8f9fa;border-color:#e9ecef}[data-theme=light] .cities-list-header{border-color:#dee2e6}[data-theme=light] .cities-list-header h3{color:#2a2a2a}[data-theme=light] .city-list-item{border-color:#f1f3f4}[data-theme=light] .city-list-name{color:#2a2a2a}[data-theme=light] .city-list-count,[data-theme=light] .city-list-percentage{color:#666}[data-theme=light] .modal-content{background:#fff}[data-theme=light] .modal-header{background:#f8f9fa;border-color:#e0e0e0}[data-theme=light] .modal-header h3{color:#2a2a2a}[data-theme=light] .modal-close{color:#666}[data-theme=light] .modal-close:hover{background:#e9ecef;color:#2a2a2a}[data-theme=light] .city-item{border-color:#f1f3f4}[data-theme=light] .city-name{color:#2a2a2a}[data-theme=light] .city-count,[data-theme=light] .city-percentage{color:#666}[data-theme=light] .custom-tooltip{background:#fff;border-color:#e0e0e0}[data-theme=light] .tooltip-title{color:#2a2a2a}[data-theme=light] .tooltip-value,[data-theme=light] .tooltip-percentage,[data-theme=light] .tooltip-total,[data-theme=light] .loading-spinner{color:#666}[data-theme=light] .error-message{color:#d32f2f}[data-theme=light] .error-message small{color:#666}.chart-label-text{fill:#fff}[data-theme=light] .chart-label-text{fill:#1a1a1a}.chart-loading-text{color:#fff}[data-theme=light] .chart-loading-text{color:#1a1a1a}@keyframes client-cities-fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.client-cities-fadeInUp{animation:client-cities-fadeInUp .8s ease-out forwards;opacity:0;transform:translateY(30px)}.client-cities-chart{transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.client-cities-chart:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#ffffff0d,#ffffff03);opacity:0;transition:opacity .3s ease;pointer-events:none}.client-cities-chart:hover{transform:translateY(-4px) scale(1.01);box-shadow:0 8px 25px #00000026}.client-cities-chart:hover:before{opacity:1}@keyframes modal-fadeIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.modal-content{animation:modal-fadeIn .3s ease-out}.city-list-item{transition:background-color .2s ease;border-radius:4px;padding:8px;margin:0 -8px}.city-list-item:hover{background-color:#2196f31a}.show-all-button{transition:all .2s ease}.show-all-button:hover{transform:translateY(-1px);box-shadow:0 2px 8px #2196f34d}.modal-close{transition:all .2s ease}.city-bar-fill{transition:width .8s ease-out}@media(prefers-reduced-motion:reduce){.client-cities-chart *{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.city-bar-fill{transition:none!important}.client-cities-fadeInUp{animation:none;opacity:1;transform:none}.modal-content{animation:none}.client-cities-chart:before,.chart-container,.city-list-item,.show-all-button,.modal-close{transition:none}.client-cities-chart:hover,.chart-container:hover{transform:none}.city-list-item:hover{background-color:transparent}.show-all-button:hover{transform:none;box-shadow:none}}.chart-warning{background:#ffc10726;border:1px solid rgba(255,193,7,.4);border-radius:8px;padding:12px 16px;margin-bottom:16px;text-align:center}.chart-warning p{color:#ffc107;font-size:.95rem;margin:0;font-weight:500}.chart-warning small{color:#fff9;font-size:.8rem;margin-top:4px;display:block}.chart-empty-state{display:flex;align-items:center;justify-content:center;height:100%;min-height:200px;color:#ffffff80;font-size:1rem}.cities-list-empty{padding:20px;text-align:center;color:#ffffff80}.cities-list-empty p{margin:0}[data-theme=light] .chart-warning{background:#ffc1071a;border-color:#ffc10780}[data-theme=light] .chart-warning p{color:#856404}[data-theme=light] .chart-warning small{color:#0009}[data-theme=light] .chart-empty-state,[data-theme=light] .cities-list-empty{color:#0006}.estatisticas-gerais-page{min-height:100vh;padding:2rem;font-family:Inter,sans-serif}.estatisticas-gerais-container,.estatisticas-gerais-grid .statistics-card,.chart-container,.interest-distribution-chart,.purchase-channel-chart,.client-cities-chart{will-change:transform,opacity;transform:translateZ(0);backface-visibility:hidden}.estatisticas-gerais-container{background:#2121214d;border-radius:20px;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);position:relative;z-index:9999!important;opacity:0;transform:translateY(20px);max-width:1400px;margin:0 auto;padding:2rem}.estatisticas-gerais-header{text-align:center;margin-bottom:3rem;padding:2rem 0}.estatisticas-gerais-header h1{font-size:2.5rem;font-weight:700;color:#01734f;margin:0 0 1rem;text-shadow:0 2px 8px rgba(0,0,0,.5)}.estatisticas-gerais-header p{font-size:1.1rem;color:#ffffffb3;max-width:600px;margin:0 auto}.estatisticas-gerais-date-range{display:flex;flex-wrap:wrap;gap:1rem;align-items:flex-end;justify-content:center;padding:1rem 1.25rem;margin:0 auto 2rem;background:#ffffff0a;border:1px solid rgba(1,115,79,.25);border-radius:12px;max-width:900px}.estatisticas-gerais-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin:0 auto;max-width:1400px}.estatisticas-gerais-grid .statistics-card:nth-child(1){grid-column:1;grid-row:1}.estatisticas-gerais-grid .statistics-card:nth-child(2){grid-column:1;grid-row:2}.estatisticas-gerais-grid .statistics-card:nth-child(4){grid-column:1;grid-row:3}.estatisticas-gerais-grid .statistics-card:nth-child(3){grid-column:2;grid-row:1}.estatisticas-gerais-grid .statistics-card:nth-child(5){grid-column:2;grid-row:2}.estatisticas-gerais-grid .statistics-card:nth-child(6){grid-column:2;grid-row:3}.estatisticas-gerais-grid .statistics-card:nth-child(7){grid-column:2;grid-row:4}.estatisticas-gerais-grid .interest-distribution-chart{grid-column:1 / -1;grid-row:5}.estatisticas-gerais-grid .purchase-channel-chart{grid-column:1;grid-row:6}.estatisticas-gerais-grid .client-cities-chart{grid-column:2;grid-row:6}.estatisticas-gerais-money-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(360px,1fr));gap:2rem;margin:3rem auto 0;max-width:1400px;width:100%}.estatisticas-gerais-money-grid .statistics-card{opacity:0;transform:translateY(20px);animation:estatisticas-card-fadeInUp .6s ease-out forwards}.estatisticas-gerais-money-grid .statistics-card:nth-child(1){animation-delay:.85s}.estatisticas-gerais-money-grid .statistics-card:nth-child(2){animation-delay:.95s}.estatisticas-gerais-money-grid .statistics-card:nth-child(3){animation-delay:1.05s}.estatisticas-gerais-money-grid .statistics-card-value{white-space:nowrap}@media(min-width:1200px){.estatisticas-gerais-grid{grid-template-columns:1fr 1fr;gap:2rem}}@media(min-width:768px)and (max-width:1199px){.estatisticas-gerais-grid{grid-template-columns:1fr 1fr;gap:1.5rem}}@media(max-width:767px){.estatisticas-gerais-container{padding:1.5rem;border-radius:16px}.estatisticas-gerais-grid{grid-template-columns:1fr;gap:1.5rem}.estatisticas-gerais-money-grid{grid-template-columns:1fr;gap:1.5rem;margin-top:2.5rem}.estatisticas-gerais-grid .statistics-card:nth-child(1),.estatisticas-gerais-grid .statistics-card:nth-child(2),.estatisticas-gerais-grid .statistics-card:nth-child(3),.estatisticas-gerais-grid .statistics-card:nth-child(4),.estatisticas-gerais-grid .statistics-card:nth-child(5),.estatisticas-gerais-grid .statistics-card:nth-child(6),.estatisticas-gerais-grid .statistics-card:nth-child(7){grid-column:1;grid-row:auto;min-height:auto}.estatisticas-gerais-money-grid .statistics-card:nth-child(1),.estatisticas-gerais-money-grid .statistics-card:nth-child(2),.estatisticas-gerais-money-grid .statistics-card:nth-child(3){grid-column:1;grid-row:auto;min-height:auto}.estatisticas-gerais-grid .interest-distribution-chart,.estatisticas-gerais-grid .purchase-channel-chart,.estatisticas-gerais-grid .client-cities-chart{grid-column:1;grid-row:auto}.estatisticas-gerais-page{padding:1rem}.estatisticas-gerais-header{margin-bottom:2rem;padding:1.5rem 0}.estatisticas-gerais-header h1{font-size:2rem}.estatisticas-gerais-header p{font-size:1rem}.estatisticas-gerais-grid .statistics-card{animation-duration:.4s}.estatisticas-gerais-grid .statistics-card:nth-child(1){animation-delay:.05s}.estatisticas-gerais-grid .statistics-card:nth-child(2){animation-delay:.1s}.estatisticas-gerais-grid .statistics-card:nth-child(3){animation-delay:.15s}.estatisticas-gerais-grid .statistics-card:nth-child(4){animation-delay:.2s}.estatisticas-gerais-grid .statistics-card:nth-child(5){animation-delay:.25s}.estatisticas-gerais-grid .statistics-card:nth-child(6){animation-delay:.3s}.estatisticas-gerais-grid .statistics-card:nth-child(7){animation-delay:.35s}.estatisticas-gerais-money-grid .statistics-card:nth-child(1){animation-delay:.4s}.estatisticas-gerais-money-grid .statistics-card:nth-child(2){animation-delay:.45s}.estatisticas-gerais-money-grid .statistics-card:nth-child(3){animation-delay:.5s}.estatisticas-gerais-grid .statistics-card:hover{transform:translateY(-4px) scale(1.01)}.chart-container:hover{transform:scale(1.01)}.client-cities-chart:hover{transform:translateY(-4px) scale(1.01)}}.estatisticas-gerais-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:50vh;color:#01734f}.loading-spinner{width:48px;height:48px;border:4px solid rgba(1,115,79,.2);border-top:4px solid #01734f;border-radius:50%;animation:estatisticas-spin 1s linear infinite;margin-bottom:1rem}@keyframes estatisticas-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes estatisticas-fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.estatisticas-gerais-error{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:50vh;color:#ff6b6b;text-align:center;padding:2rem}.estatisticas-gerais-error h2{font-size:1.8rem;margin:0 0 1rem;color:#ff6b6b}.estatisticas-gerais-error p{font-size:1.1rem;margin:0 0 2rem;opacity:.8}.estatisticas-gerais-error button{background:#01734f;color:#fff;border:none;padding:.75rem 2rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.estatisticas-gerais-error button:hover{background:#229447;transform:translateY(-2px);box-shadow:0 4px 12px #01734f4d}.estatisticas-gerais-empty{display:flex;align-items:center;justify-content:center;min-height:50vh;color:#ffffff80;font-size:1.1rem}.estatisticas-gerais-warning{background:#ffc10726;border:1px solid rgba(255,193,7,.4);border-radius:12px;padding:1rem 1.5rem;margin:0 auto 2rem;max-width:900px;text-align:center}.estatisticas-gerais-warning p{color:#ffc107;font-size:1rem;margin:0;font-weight:500}.estatisticas-gerais-warning small{color:#fff9;font-size:.85rem;margin-top:.5rem;display:block}[data-theme=light] .estatisticas-gerais-warning{background:#ffc1071a;border-color:#ffc10780}[data-theme=light] .estatisticas-gerais-warning p{color:#856404}[data-theme=light] .estatisticas-gerais-warning small{color:#0009}.estatisticas-gerais-grid .statistics-card{animation:estatisticas-card-fadeInUp .6s ease-out forwards;opacity:0;transform:translateY(20px)}.estatisticas-gerais-grid .statistics-card:nth-child(1){animation-delay:.1s}.estatisticas-gerais-grid .statistics-card:nth-child(2){animation-delay:.2s}.estatisticas-gerais-grid .statistics-card:nth-child(3){animation-delay:.3s}.estatisticas-gerais-grid .statistics-card:nth-child(4){animation-delay:.4s}.estatisticas-gerais-grid .statistics-card:nth-child(5){animation-delay:.5s}.estatisticas-gerais-grid .statistics-card:nth-child(6){animation-delay:.6s}.estatisticas-gerais-grid .statistics-card:nth-child(7){animation-delay:.7s}@keyframes estatisticas-card-fadeInUp{to{opacity:1;transform:translateY(0)}}.interest-distribution-chart,.purchase-channel-chart,.client-cities-chart{animation:chart-fadeInUp .8s ease-out forwards;opacity:0;transform:translateY(30px)}.interest-distribution-chart{animation-delay:.8s}.purchase-channel-chart{animation-delay:1s}.client-cities-chart{animation-delay:1.2s}@keyframes chart-fadeInUp{to{opacity:1;transform:translateY(0)}}.chart-container{transition:transform .3s cubic-bezier(.4,0,.2,1)}.chart-container:hover{transform:scale(1.02)}.chart-loading{animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.estatisticas-gerais-grid .statistics-card{transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.estatisticas-gerais-grid .statistics-card:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#ffffff0d,#ffffff03);opacity:0;transition:opacity .3s ease;pointer-events:none}.estatisticas-gerais-grid .statistics-card:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 20px 40px #0006}.estatisticas-gerais-grid .statistics-card:hover:before{opacity:1}@media print{.estatisticas-gerais-page{background:#fff;color:#000}.estatisticas-gerais-header h1{color:#000;text-shadow:none}.estatisticas-gerais-header p{color:#000}.estatisticas-gerais-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.statistics-card{background:#fff!important;color:#000!important;border-color:#000!important;box-shadow:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important}.statistics-card-title{color:#000!important}.statistics-card-value{color:#000!important;text-shadow:none!important}.statistics-card-subtitle{color:#000!important}}@media(prefers-reduced-motion:reduce){.loading-spinner,.chart-loading{animation:none}.estatisticas-gerais-container{opacity:1;transform:none;animation:none}.estatisticas-gerais-grid .statistics-card{animation:none;opacity:1;transform:none}.estatisticas-gerais-grid .statistics-card:before,.chart-container{transition:none}.estatisticas-gerais-grid .statistics-card:hover,.chart-container:hover,.client-cities-chart:hover{transform:none}.statistics-card:focus-within{transform:translateY(-4px);box-shadow:0 12px 40px #01734f4d}}@media(prefers-contrast:high){.estatisticas-gerais-page{background:#000}.estatisticas-gerais-header h1,.estatisticas-gerais-header p{color:#fff}.statistics-card{border-width:3px}}.custom-card-size1,.custom-card-size2,.custom-card-size3{height:100%!important;min-height:0!important;transform:none!important}.custom-card-size1>.statistics-card,.custom-card-size2>.statistics-card,.custom-card-size3>.statistics-card{height:100%!important;min-height:220px!important}@media(max-width:768px){.custom-card-size1,.custom-card-size2,.custom-card-size3{transform:none!important;min-height:auto!important;height:auto!important}.custom-card-size1>.statistics-card{height:160px!important;min-height:160px!important}.custom-card-size2>.statistics-card{height:170px!important;min-height:170px!important}.custom-card-size3>.statistics-card{height:180px!important;min-height:180px!important}.estatisticas-gerais-grid{gap:15px!important}}@media(max-width:480px){.custom-card-size1>.statistics-card,.custom-card-size2>.statistics-card,.custom-card-size3>.statistics-card{height:140px!important;min-height:140px!important}.estatisticas-gerais-grid{gap:12px!important}}[data-theme=light] .estatisticas-gerais-container{background:#ffffffeb!important}[data-theme=light] .estatisticas-gerais-header h1{color:#015a3e!important;text-shadow:none!important}[data-theme=light] .estatisticas-gerais-header p{color:#1a1a1abf!important}[data-theme=light] .estatisticas-gerais-date-range{background:#fff9!important;border-color:#01734f40!important}[data-theme=light] .estatisticas-gerais-empty{color:#1a1a1a80!important}[data-theme=light] .estatisticas-gerais-error,[data-theme=light] .estatisticas-gerais-error h2{color:#c0392b}[data-theme=light] .estatisticas-gerais-error p{color:#1a1a1acc}[data-theme=light] .estatisticas-gerais-error button{background:#015a3e;color:#fff}[data-theme=light] .estatisticas-gerais-error button:hover{background:#01734f}[data-theme=light] .estatisticas-gerais-grid .statistics-card:before{background:linear-gradient(135deg,#ffffff0d,#ffffff03)}[data-theme=light] .interest-distribution-chart,[data-theme=light] .purchase-channel-chart,[data-theme=light] .client-cities-chart{background:#fff!important;border-color:#e0e0e0!important}[data-theme=light] .interest-distribution-chart .chart-header h2,[data-theme=light] .purchase-channel-chart .chart-header h2,[data-theme=light] .client-cities-chart .chart-header h2{color:#01734f!important}[data-theme=light] .interest-distribution-chart .chart-header p,[data-theme=light] .purchase-channel-chart .chart-header p,[data-theme=light] .client-cities-chart .chart-header p{color:#666!important}.products-page{min-height:100vh;padding:2rem;display:flex;justify-content:center;opacity:0;transform:translateY(20px);position:relative;z-index:1}.products-page.is-visible{animation:productsFadeInUp .8s ease-out forwards}.products-page:before{content:"";position:absolute;inset:0;background:#21212159;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);z-index:-1}@keyframes productsFadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes productsCardFadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.products-container{width:min(100%,1400px);background:#21212180;border-radius:20px;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);padding:clamp(1.5rem,4vw,2.5rem);color:#fff;box-shadow:0 20px 60px #0006;display:flex;flex-direction:column;gap:2rem;margin:0 auto}.products-header{text-align:center;display:flex;flex-direction:column;gap:.75rem;opacity:0;transform:translateY(20px)}.products-actions-row{display:flex;justify-content:flex-end;align-items:center;margin-top:1rem;margin-bottom:1rem;gap:1rem}.products-create-button{align-self:center;border-radius:999px;border:1px solid rgba(1,115,79,.4);background:linear-gradient(135deg,#01734fd9,#22944773);color:#fff;padding:.75rem 1.9rem;font-weight:700;letter-spacing:.05rem;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,border .2s ease}.products-create-button:hover{transform:translateY(-2px);box-shadow:0 18px 40px #01734f59;border-color:#622fa5a6}.products-page.is-visible .products-header{animation:productsCardFadeInUp .6s ease-out forwards;animation-delay:.15s}.products-header h1{font-size:2.5rem;font-weight:700;color:#01734f;margin:0}.products-header p{color:#ffffffbf;margin:0;letter-spacing:.04rem}.products-filter-panel{background:#2121218c;border-radius:18px;padding:2rem;border:1px solid rgba(1,115,79,.25);display:flex;flex-direction:column;gap:1.75rem;opacity:0;transform:translateY(20px)}.products-page.is-visible .products-filter-panel{animation:productsCardFadeInUp .6s ease-out forwards;animation-delay:.3s}.products-filter-top{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.25rem;align-items:end}.products-input-group{display:flex;flex-direction:column;gap:.5rem}.products-input-group label{font-size:.85rem;text-transform:uppercase;letter-spacing:.12rem;color:#fff9}.products-input-group input{width:100%;padding:.95rem 1.2rem;border-radius:12px;border:1px solid rgba(1,115,79,.25);background:#212121a6;color:#fff;font-size:1rem;transition:border .2s ease,box-shadow .2s ease}.products-input-group input:focus{outline:none;border-color:#01734f99;box-shadow:0 0 0 3px #01734f40}.products-reset-button{padding:.95rem 1.4rem;border-radius:14px;background:linear-gradient(135deg,#01734fe6,#22944773);color:#fff;font-weight:700;letter-spacing:.05rem;border:none;box-shadow:0 15px 35px #01734f59;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.products-reset-button:hover{transform:translateY(-2px);box-shadow:0 18px 40px #01734f59}.products-filter-section{display:flex;flex-direction:column;gap:1.1rem}.products-filter-title{font-size:.9rem;text-transform:uppercase;letter-spacing:.14rem;color:#fff9}.products-chip-row{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}.products-chip-row--wrap{justify-content:center}.products-chip{border-radius:999px;border:1px solid rgba(1,115,79,.3);background:#21212199;color:#ffffffd9;padding:.65rem 1.25rem;font-weight:600;letter-spacing:.03rem;display:inline-flex;align-items:center;gap:.75rem;transition:all .25s ease}.products-chip:hover{border-color:#01734f8c;color:#fff;transform:translateY(-2px)}.products-chip.is-active{background:linear-gradient(135deg,#01734f99,#2294474d);border-color:#01734fd9;color:#fff;box-shadow:0 12px 30px #01734f40}.products-chip-count{font-size:.8rem;padding:.35rem .65rem;border-radius:999px;background:#ffffff1f;color:inherit}.products-results{display:flex;flex-direction:column;gap:1.75rem;opacity:0;transform:translateY(20px)}.products-page.is-visible .products-results{animation:productsCardFadeInUp .6s ease-out forwards;animation-delay:.45s}.products-loading,.products-error,.products-empty-state{text-align:center;padding:2.5rem;border-radius:18px;background:#21212199;border:1px solid rgba(1,115,79,.2);color:#ffffffb3;letter-spacing:.04rem}.products-card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.75rem;justify-items:center}.product-card{background:#212121b3;border-radius:20px;border:1px solid rgba(1,115,79,.25);display:flex;flex-direction:column;overflow:hidden;opacity:0;transform:translateY(25px);animation:productsCardFadeInUp .7s ease-out forwards;transition:transform .3s ease,box-shadow .3s ease;width:min(100%,360px);margin:0 auto}.product-card:hover{transform:translateY(-6px);box-shadow:0 18px 40px #0006}.product-card-media{position:relative;padding:1.5rem;background:#2121218c;border-bottom:1px solid rgba(1,115,79,.15)}.product-card-carousel-button{position:absolute;top:50%;transform:translateY(-50%);background:#212121a6;border:1px solid rgba(1,115,79,.6);color:#ffffffe6;border-radius:999px;width:2.4rem;height:2.4rem;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;z-index:3}.product-card-carousel-button:hover{transform:translateY(-50%) scale(1.05);box-shadow:0 12px 28px #01734f47}.product-card-carousel-button:disabled{opacity:.45;cursor:not-allowed;transform:translateY(-50%);box-shadow:none}.product-card-carousel-arrow{font-size:1.1rem;font-weight:700;line-height:1;display:inline-block}.product-card-carousel-button--prev{left:.6rem}.product-card-carousel-button--next{right:.6rem}.product-card-carousel-indicator{position:absolute;bottom:.75rem;right:.85rem;padding:.35rem .75rem;border-radius:999px;background:#2121218c;border:1px solid rgba(1,115,79,.35);color:#ffffffe6;font-size:.75rem;font-weight:600;letter-spacing:.05rem;z-index:2}.product-card-media-loading{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:#212121a6;color:#ffffffd9;font-weight:600;letter-spacing:.04rem;z-index:4}.product-card-media-actions{position:absolute;top:1.2rem;right:1.2rem;display:flex;gap:.65rem;justify-content:flex-end}.product-card-image-button{border:1px solid rgba(1,115,79,.8);background:#212121b3;color:#e9ffe9;border-radius:999px;display:inline-flex;align-items:center;gap:.5rem;padding:.45rem .95rem;font-size:.78rem;font-weight:600;letter-spacing:.04rem;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,border .2s ease,background .2s ease;z-index:2}.product-card-image-button:hover{transform:translateY(-2px);border-color:#f2fff2;box-shadow:0 14px 32px #01734f40;background:#212121d9}.product-card-image-icon{display:block;width:1.35rem;height:1.35rem;stroke:currentColor}.product-card-image-button--danger{border-color:#622fa5bf;color:#f0e6ff}.product-card-image-button--danger:hover{border-color:#622fa5f2;color:#fff6ff;box-shadow:0 14px 32px #622fa559}.product-card-file-input{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.product-card-image-label{text-transform:uppercase;font-size:.65rem;letter-spacing:.12rem}.product-card-media-wrapper{position:relative;width:100%;aspect-ratio:4 / 5;border-radius:14px;overflow:hidden;border:1px solid rgba(1,115,79,.2);background:#21212166}.product-card-media-wrapper img{width:100%;height:100%;object-fit:contain;padding:.75rem;display:block;pointer-events:none}.product-card-body{display:flex;flex-direction:column;gap:1.25rem;padding:1.75rem;flex:1}.product-card-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.product-card-header h2{font-size:1.4rem;font-weight:700;color:#fff;margin:0}.product-card-type{padding:.35rem .7rem;border-radius:999px;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05rem;background:linear-gradient(135deg,#01734f99,#2294474d);color:#fff}.product-card-category{font-size:.95rem;font-weight:600;color:#ffffffbf}.product-card-description{font-size:.95rem;color:#ffffffe6;line-height:1.6}.product-card-meta{display:grid;gap:1rem}.product-card-actions{display:flex;justify-content:center;gap:.75rem;margin-top:auto;padding-top:1rem}.product-card-edit-button{border-radius:999px;border:1px solid rgba(1,115,79,.4);background:linear-gradient(135deg,#01734fcc,#22944773);color:#fff;padding:.6rem 1.4rem;font-weight:600;letter-spacing:.04rem;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;outline:none;box-shadow:none}.product-card-edit-button:hover{transform:translateY(-2px);box-shadow:0 15px 30px #01734f59;outline:none;border-color:#622fa5d9}.product-card-delete-button{border-radius:999px;border:1px solid rgba(98,47,165,.45);background:#622fa526;color:#f0e6ff;padding:.6rem 1.4rem;font-weight:600;letter-spacing:.04rem;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.product-card-delete-button:hover{transform:translateY(-2px);background:#622fa540;box-shadow:0 15px 30px #622fa547}.products-error-banner{padding:1rem 1.5rem;border-radius:14px;border:1px solid rgba(98,47,165,.4);background:#622fa51f;color:#f0e6ff;letter-spacing:.03rem}.products-pagination{display:flex;gap:.75rem;margin:2rem auto 0;justify-content:center;align-items:center;max-width:min(100%,900px);padding:.5rem 1rem}.products-pagination-button,.products-page-button{border-radius:999px;border:1px solid rgba(1,115,79,.3);background:#21212199;color:#ffffffd9;padding:.6rem 1.2rem;font-weight:600;letter-spacing:.03rem;transition:all .25s ease}.products-pagination-button:hover,.products-page-button:hover{border-color:#01734f8c;color:#fff;transform:translateY(-2px)}.products-pagination-button:disabled{opacity:.45;cursor:not-allowed;transform:none}.products-modal-overlay{position:fixed;inset:0;background:#21212199;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:center;padding:1.5rem;z-index:999;overflow-y:auto}.products-modal{width:min(90vw,520px);background:#111111eb;border-radius:18px;border:1px solid rgba(1,115,79,.35);box-shadow:0 30px 80px #00000080;display:flex;flex-direction:column;max-height:90vh;margin:auto;overflow:hidden}.products-modal--confirm{width:min(90vw,440px)}.products-modal-header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid rgba(1,115,79,.2)}.products-modal-header h2{margin:0;font-size:1.35rem;color:#f5fff5;letter-spacing:.04rem}.products-modal-close{border:none;background:transparent;color:#ffffffb3;cursor:pointer;border-radius:999px;padding:.3rem;transition:background .2s ease,color .2s ease}.products-modal-close:hover{background:#ffffff14;color:#fffffff2}.products-modal-form{display:flex;flex-direction:column;flex:1;min-height:0}.products-modal-body{display:flex;flex-direction:column;gap:1.1rem;padding:1.5rem;overflow-y:auto;flex:1;min-height:0}.products-modal-field{display:flex;flex-direction:column;gap:.5rem}.products-modal-field span{font-size:.85rem;letter-spacing:.08rem;text-transform:uppercase;color:#ffffffb3}.products-modal-field-hint{font-size:.8rem;letter-spacing:.03rem;text-transform:none;color:#ffffff80;font-style:italic;margin-top:.25rem}.products-modal-field input,.products-modal-field textarea,.products-modal-field select{border-radius:12px;border:1px solid rgba(1,115,79,.25);background:#212121a6;color:#fff;padding:.85rem 1rem;font-size:.95rem;transition:border .2s ease,box-shadow .2s ease;resize:vertical}.products-modal-field input:focus,.products-modal-field textarea:focus,.products-modal-field select:focus{outline:none;border-color:#01734f99;box-shadow:0 0 0 3px #01734f40}.products-modal-field--files{gap:.75rem}.products-modal-files-actions{display:flex;align-items:center;gap:1rem}.product-card-lightbox-button{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:60px;height:60px;min-width:60px;min-height:60px;border-radius:50%;border:3px solid #ffffff;background:#212121cc;color:#fff;display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:700;line-height:1;cursor:pointer;transition:all .3s ease;z-index:10;box-shadow:0 4px 20px #0009;padding:0;box-sizing:border-box;pointer-events:auto;opacity:0}.product-card-media-wrapper:hover .product-card-lightbox-button{opacity:1}.product-card-lightbox-button:hover:not(:disabled){transform:translate(-50%,-50%) scale(1.1);box-shadow:0 6px 30px #01734f80;background:#212121e6;border-color:#01734f}.product-card-lightbox-button:disabled{opacity:0;cursor:not-allowed}.products-modal-file-button{border-radius:999px;border:1px solid rgba(1,115,79,.4);background:#21212199;color:#ffffffd9;padding:.65rem 1.4rem;font-weight:600;letter-spacing:.04rem;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,border .2s ease}.products-modal-file-button:hover{transform:translateY(-2px);border-color:#01734fbf;box-shadow:0 15px 30px #01734f40}.products-modal-files-count{font-size:.85rem;color:#ffffffa6}.products-modal-files-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.4rem;color:#ffffffb3;font-size:.85rem}.products-modal-footer{display:flex;justify-content:flex-end;gap:.75rem;padding:1.25rem 1.5rem 1.5rem;border-top:1px solid rgba(1,115,79,.2)}.products-modal-primary,.products-modal-secondary{border-radius:999px;border:1px solid transparent;padding:.65rem 1.6rem;font-weight:600;letter-spacing:.04rem;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.products-modal-secondary{background:#21212199;border-color:#fff3;color:#ffffffbf}.products-modal-secondary:hover{transform:translateY(-2px);box-shadow:0 14px 30px #01734f26;border-color:#01734f66}.products-modal-primary{background:linear-gradient(135deg,#01734fcc,#22944773);color:#fff;border-color:#01734f66}.products-modal-primary--danger{background:#622fa540;color:#f0e6ff;border-color:#622fa58c}.products-modal-primary:hover,.products-modal-primary--danger:hover{transform:translateY(-2px);box-shadow:0 18px 40px #01734f59}.products-modal-primary--danger:hover{box-shadow:0 18px 40px #622fa559}.products-modal-primary:disabled,.products-modal-secondary:disabled{opacity:.5;cursor:not-allowed;transform:none;box-shadow:none}.products-modal-primary--danger:disabled{box-shadow:none}.products-modal-preview{width:100%;border-radius:12px;border:1px solid rgba(1,115,79,.25);background:#21212166;margin-top:1rem}.products-modal-file-input{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.products-pagination-pages{display:flex;gap:.5rem;flex-wrap:nowrap;justify-content:center;align-items:center;white-space:nowrap}.products-page-button.is-active{background:linear-gradient(135deg,#01734f99,#2294474d);border-color:#01734fd9;color:#fff;box-shadow:0 12px 30px #01734f40}.product-meta-item{display:flex;flex-direction:column;gap:.35rem}.product-meta-label{font-size:.75rem;text-transform:uppercase;letter-spacing:.12rem;color:#ffffff80}.product-meta-value{font-size:1rem;color:#ffffffeb}.products-lightbox-overlay{position:fixed;inset:0;background:#212121eb;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:9999;padding:2rem;animation:fadeIn .2s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.products-lightbox-container{position:relative;max-width:90vw;max-height:90vh;width:100%;display:flex;flex-direction:column;gap:1rem}.products-lightbox-close{position:absolute;top:-1.5rem;right:-1.5rem;border:3px solid rgba(255,255,255,.9);background:#212121d9;color:#fffffff2;border-radius:50%;width:4rem;height:4rem;min-width:4rem;min-height:4rem;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;z-index:10;box-sizing:border-box}.products-lightbox-close svg{width:24px;height:24px}.products-lightbox-close:hover{transform:scale(1.15);background:#622fa5e6;border-color:#fff}.products-lightbox-main{position:relative;background:#21212180;border-radius:12px;padding:2rem;display:flex;align-items:center;justify-content:center;min-height:400px}.products-lightbox-image{max-width:100%;max-height:75vh;object-fit:contain;border-radius:8px}.products-lightbox-nav{position:absolute;top:50%;transform:translateY(-50%);border:3px solid rgba(255,255,255,.9);background:#212121cc;color:#fffffff2;border-radius:50%;width:60px;height:60px;min-width:60px;min-height:60px;display:flex;align-items:center;justify-content:center;font-size:1.8rem;font-weight:700;line-height:1;cursor:pointer;transition:all .2s ease;z-index:5;padding:0;box-sizing:border-box}.products-lightbox-nav:hover{transform:translateY(-50%) scale(1.15);background:#212121f2;border-color:#01734f;box-shadow:0 6px 30px #01734f80}.products-lightbox-nav--prev{left:1rem}.products-lightbox-nav--next{right:1rem}.products-lightbox-info{display:flex;justify-content:space-between;align-items:center;background:#21212199;border-radius:8px;padding:1rem 1.5rem;color:#fffffff2;font-weight:600}.products-lightbox-title{font-size:1.25rem}.products-lightbox-indicator{font-size:1rem;opacity:.8}@media(max-width:768px){.products-page,.products-container{padding:1.5rem}.products-card-grid{grid-template-columns:1fr;justify-items:center}.product-card{width:100%;max-width:320px}.products-filter-top{grid-template-columns:1fr}.products-pagination{gap:.5rem;max-width:min(100%,360px);padding:.5rem 0}.products-pagination-pages{flex-wrap:wrap;width:100%;white-space:normal}.products-reset-button,.products-create-button{width:100%}.products-modal{width:min(95vw,480px)}.products-modal-body{padding:1.25rem}.product-card-lightbox-button{width:50px;height:50px;min-width:50px;min-height:50px;font-size:1.6rem}.products-lightbox-overlay{padding:1rem}.products-lightbox-main{padding:1rem;min-height:300px}.products-lightbox-nav{width:50px;height:50px;min-width:50px;min-height:50px;font-size:1.5rem}.products-lightbox-close{top:.5rem;right:.5rem;width:3.5rem;height:3.5rem;min-width:3.5rem;min-height:3.5rem}.products-lightbox-close svg{width:20px;height:20px}.products-lightbox-info{flex-direction:column;gap:.5rem;text-align:center}.products-lightbox-title{font-size:1rem}}[data-theme=light] .products-page:before{background:#ffffffb3}[data-theme=light] .products-container{background:#ffffffeb;color:#1a1a1a!important;box-shadow:0 20px 60px #00000026}[data-theme=light] .products-header h1{color:#015a3e!important}[data-theme=light] .products-header p{color:#1a1a1abf!important}[data-theme=light] .products-filter-panel,[data-theme=light] .products-empty-state,[data-theme=light] .products-loading{background:#fffffff2;border-color:#01734f33;color:#1a1a1a!important}[data-theme=light] .products-input-group label{color:#1a1a1a99!important}[data-theme=light] .products-input-group input{background:#fffffff2;border-color:#01734f4d;color:#1a1a1a!important}[data-theme=light] .products-input-group input::placeholder{color:#1a1a1a80}[data-theme=light] .products-filter-title{color:#1a1a1a99!important}[data-theme=light] .products-chip{background:#ffffffe6;color:#1a1a1a!important;border-color:#01734f4d}[data-theme=light] .products-chip:hover{border-color:#01734f8c;color:#1a1a1a!important}[data-theme=light] .products-chip.is-active{background:linear-gradient(135deg,#01734f99,#2294474d);border-color:#01734fd9;color:#fff!important}[data-theme=light] .products-chip-count{background:#21212114;color:inherit}[data-theme=light] .product-card{background:#fffffff2;border-color:#01734f33;color:#1a1a1a!important}[data-theme=light] .product-card:hover{box-shadow:0 18px 40px #0003}[data-theme=light] .product-card-media{background:#ffffff8c;border-bottom-color:#01734f1a}[data-theme=light] .product-card-carousel-button{background:#ffffffd9;border-color:#01734f99;color:#1a1a1a}[data-theme=light] .product-card-carousel-indicator{background:#ffffffd9;border-color:#01734f59;color:#1a1a1a}[data-theme=light] .product-card-media-wrapper{background:#fff6;border-color:#01734f33}[data-theme=light] .product-card-header h2{color:#1a1a1a!important}[data-theme=light] .product-card-type{background:linear-gradient(135deg,#01734fb3,#22944766);color:#fff!important}[data-theme=light] .product-card-category{color:#1a1a1abf!important}[data-theme=light] .product-card-description{color:#1a1a1ae6!important}[data-theme=light] .product-meta-label{color:#1a1a1a80!important}[data-theme=light] .product-meta-value{color:#1a1a1a!important}[data-theme=light] .products-pagination-button,[data-theme=light] .products-page-button{background:#ffffffe6;color:#1a1a1a!important;border-color:#01734f4d}[data-theme=light] .products-pagination-button:hover,[data-theme=light] .products-page-button:hover{border-color:#01734f8c;color:#1a1a1a!important}[data-theme=light] .products-page-button.is-active{background:linear-gradient(135deg,#01734f99,#2294474d);border-color:#01734fd9;color:#fff!important}[data-theme=light] .products-modal-overlay{background:#fffc}[data-theme=light] .products-modal{background:#fffffffa;border-color:#01734f4d}[data-theme=light] .products-modal-header{border-color:#01734f26}[data-theme=light] .products-modal-header h2{color:#1a1a1a!important}[data-theme=light] .products-modal-close{color:#1a1a1ab3}[data-theme=light] .products-modal-close:hover{background:#21212114;color:#1a1a1af2}[data-theme=light] .products-modal-field span{color:#1a1a1ab3!important}[data-theme=light] .products-modal-field-hint{color:#1a1a1a80}[data-theme=light] .products-modal-field input,[data-theme=light] .products-modal-field textarea,[data-theme=light] .products-modal-field select{background:#fffffff2;border-color:#01734f4d;color:#1a1a1a!important}[data-theme=light] .products-modal-files-count{color:#1a1a1aa6}[data-theme=light] .products-modal-files-list{color:#1a1a1ab3}[data-theme=light] .products-modal-footer{border-color:#01734f26}[data-theme=light] .products-modal-secondary{background:#ffffffe6;border-color:#0003;color:#1a1a1a}[data-theme=light] .products-modal-secondary:hover{border-color:#01734f66}[data-theme=light] .products-modal-preview{background:#ffffff80;border-color:#01734f33}[data-theme=light] .products-error-banner{background:#622fa514;border-color:#622fa54d;color:#1a1a1a}[data-theme=light] .products-error{color:#1a1a1ab3!important}[data-theme=light] .product-card-image-button{background:#ffffffe6;border-color:#01734fcc;color:#1a1a1a}[data-theme=light] .product-card-image-button:hover{background:#fffffff2;border-color:#1a1a1a;color:#1a1a1a}[data-theme=light] .product-card-image-button--danger{border-color:#622fa5bf;color:#1a1a1a}[data-theme=light] .product-card-image-button--danger:hover{border-color:#622fa5f2;color:#1a1a1a}[data-theme=light] .product-card-media-loading{background:#ffffffe6;color:#1a1a1ad9}[data-theme=light] .products-lightbox-overlay{background:#fffffff2}[data-theme=light] .products-lightbox-close,[data-theme=light] .products-lightbox-nav{border-color:#1a1a1ae6;background:#fffffff2;color:#1a1a1af2}[data-theme=light] .products-lightbox-info{background:#ffffffe6;color:#1a1a1a}[data-theme=light] .products-create-button,[data-theme=light] .products-reset-button,[data-theme=light] .product-card-edit-button{color:#fff!important}[data-theme=light] .product-card-delete-button{background:#622fa526;color:#1a1a1a}[data-theme=light] .products-modal-primary{color:#fff!important}.contacts-page{min-height:100vh;padding:2rem;display:flex;justify-content:center;opacity:0;transform:translateY(20px);position:relative;z-index:1}.contacts-date-filter{margin-bottom:2rem;display:flex;justify-content:center}.contacts-page.is-visible{animation:contactsFadeInUp .8s ease-out forwards}.contacts-page:before{content:"";position:absolute;inset:0;background:#21212159;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);z-index:-1}@keyframes contactsFadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes contactsCardFadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.contacts-container{width:100%;max-width:1400px;background:#21212180;border-radius:20px;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);padding:2.5rem;color:#fff;box-shadow:0 20px 60px #0006;position:relative;overflow:hidden}.contacts-container:before{content:"";position:absolute;inset:0;background:#0a080a8c;border-radius:20px;pointer-events:none;z-index:0}.contacts-container>*{position:relative;z-index:1}.contacts-header{margin-bottom:2.5rem}.contacts-header .darwin-statistics-title h1{font-size:2.5rem}.contacts-header .darwin-statistics-date-range{margin-top:.5rem}.contacts-stat-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem;margin-bottom:2.5rem}.contacts-stat-card{background:linear-gradient(135deg,#01734f1a,#01734f05);border-radius:18px;padding:1.75rem;position:relative;overflow:hidden;border:1px solid rgba(1,115,79,.25);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);opacity:0;transform:translateY(20px)}.contacts-page.is-visible .contacts-stat-card{animation:contactsCardFadeInUp .6s ease-out forwards}.contacts-page.is-visible .contacts-stat-grid .contacts-stat-card:nth-child(1){animation-delay:.2s}.contacts-page.is-visible .contacts-stat-grid .contacts-stat-card:nth-child(2){animation-delay:.3s}.contacts-page.is-visible .contacts-stat-grid .contacts-stat-card:nth-child(3){animation-delay:.4s}.contacts-stat-card:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(1,115,79,.25),transparent 60%);opacity:0;transition:opacity .3s ease;pointer-events:none}.contacts-stat-card:hover:before{opacity:1}.contacts-stat-icon{font-size:1.75rem;margin-bottom:1rem}.contacts-stat-value{font-size:2.5rem;font-weight:700;color:#fff}.contacts-stat-label{font-size:1rem;color:#ffffffb3}.contacts-search{margin-bottom:2rem;opacity:0;transform:translateY(20px)}.contacts-search input{width:100%;padding:.95rem 1.2rem;border-radius:12px;border:1px solid rgba(1,115,79,.2);background:#212121bf;color:#fff;font-size:1rem;transition:border .2s ease,box-shadow .2s ease}.contacts-search input::placeholder{color:#ffffff80}.contacts-search input:focus{outline:none;border-color:#01734f99;box-shadow:0 0 0 3px #01734f40}.contacts-page.is-visible .contacts-search{animation:contactsCardFadeInUp .6s ease-out forwards;animation-delay:.35s}.contacts-filters{background:#21212173;border-radius:18px;padding:1.75rem;margin-bottom:2.5rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.25rem;opacity:0;transform:translateY(20px)}.contacts-page.is-visible .contacts-filters{animation:contactsCardFadeInUp .6s ease-out forwards;animation-delay:.5s}.contacts-filter-group{display:flex;flex-direction:column;gap:.85rem}.contacts-filter-group--reset{display:flex;flex-direction:column;justify-content:center;align-items:center;align-self:center}.contacts-filter-label{font-size:.85rem;text-transform:uppercase;letter-spacing:.12rem;color:#fff9}.contacts-filter-options{display:grid;grid-template-columns:1fr;gap:.75rem}.contacts-filter-button{border:1px solid rgba(1,115,79,.25);background:#212121a6;color:#ffffffd9;border-radius:12px;padding:.75rem 1rem;font-weight:600;letter-spacing:.03rem;transition:all .25s ease}.contacts-filter-button:hover{border-color:#01734f80;color:#fff;transform:translateY(-2px)}.contacts-filter-button.is-active{background:linear-gradient(135deg,#01734f99,#01734f4d);border-color:#01734fcc;color:#fff;box-shadow:0 12px 30px #01734f40}.contacts-filter-button--reset{padding:.9rem 1.1rem;border-radius:14px;background:linear-gradient(135deg,#01734fe6,#22944766);color:#fff;font-weight:700;letter-spacing:.05rem;box-shadow:0 15px 35px #01734f59;justify-self:center;width:clamp(180px,20vw,240px)}.contacts-list{display:flex;flex-direction:column;gap:1.75rem}.contacts-empty-state{text-align:center;padding:2.5rem;border-radius:18px;background:#21212199;border:1px solid rgba(1,115,79,.2);color:#ffffffb3;letter-spacing:.04rem}.contacts-card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.75rem}.contact-card{background:#212121b3;border-radius:18px;border:1px solid rgba(1,115,79,.2);padding:1.75rem;display:flex;flex-direction:column;gap:1.5rem;position:relative;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;opacity:0;transform:translateY(25px)}.contacts-page.is-visible .contact-card{animation:contactsCardFadeInUp .7s ease-out forwards}.contacts-page.is-visible .contact-card:nth-child(1){animation-delay:.65s}.contacts-page.is-visible .contact-card:nth-child(2){animation-delay:.75s}.contacts-page.is-visible .contact-card:nth-child(3){animation-delay:.85s}.contacts-page.is-visible .contact-card:nth-child(4){animation-delay:.95s}.contacts-page.is-visible .contact-card:nth-child(5){animation-delay:1.05s}.contact-card:after{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(1,115,79,.15),transparent 60%);opacity:0;transition:opacity .3s ease;pointer-events:none}.contact-card:hover{transform:translateY(-6px);box-shadow:0 18px 40px #0006}.contact-card:hover:after{opacity:1}.contact-card-header{display:flex;align-items:center;justify-content:space-between;gap:1rem}.contact-card-name{font-size:1.15rem;font-weight:700;color:#fff;display:flex;align-items:center;gap:.5rem}.contact-card-icon{font-size:1.3rem}.contact-card-actions{display:flex;gap:.5rem}.contact-card-action-button{background:transparent;border:1px solid rgba(1,115,79,.5);color:#fff;padding:.5rem 1rem;border-radius:999px;font-weight:600;letter-spacing:.02rem;transition:all .2s ease}.contact-card-action-button:hover{background:#01734f33;color:#fff;border-color:#01734fcc}.contact-card-body{display:flex;flex-direction:column;gap:.35rem}.contact-card-phone-label{font-size:.85rem;text-transform:uppercase;letter-spacing:.1rem;color:#ffffff80}.contact-card-phone{font-size:1.35rem;font-weight:600;letter-spacing:.08rem}.contact-card-created{margin-top:.35rem;display:flex;flex-direction:column;gap:.1rem}.contact-card-created-label{font-size:.8rem;letter-spacing:.04rem;text-transform:uppercase;color:#ffffff8c}.contact-card-created-value{font-size:1rem;font-weight:500}.contact-card-footer{display:flex;flex-direction:column;gap:1rem}.contact-card-toggle-group{display:grid;grid-template-columns:repeat(2,minmax(120px,1fr));gap:.75rem}.contact-card-toggle{background:#212121a6;border:1px solid rgba(1,115,79,.25);color:#ffffffd9;border-radius:999px;padding:.6rem 1rem;font-weight:600;transition:all .2s ease}.contact-card-toggle:hover{border-color:#01734f8c;color:#fff}.contact-card-toggle.is-on{background:linear-gradient(135deg,#01734fb3,#01734f4d);color:#fff;border-color:#01734fe6;box-shadow:0 12px 28px #01734f59}.contacts-modal-overlay{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;padding:clamp(1.25rem,4vw,2.5rem);background:#212121a6;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);z-index:999;width:100vw;height:100vh;overflow:hidden}.contacts-modal{width:min(540px,calc(100% - (2*clamp(1.25rem,4vw,2.5rem))));background:#0a080ad9;border-radius:18px;border:1px solid rgba(1,115,79,.35);box-shadow:0 25px 60px #0000008c;overflow:hidden;max-height:calc(100vh - (2*clamp(1.25rem,4vw,2.5rem)));display:flex;flex-direction:column}.contacts-modal-header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 1.75rem;border-bottom:1px solid rgba(1,115,79,.2)}.contacts-modal-header h2{font-size:1.35rem;font-weight:700;color:#01734f}.contacts-modal-close{background:none;border:none;color:#ffffffb3;font-size:1.5rem;line-height:1;padding:.25rem;cursor:pointer;transition:color .2s ease}.contacts-modal-close:hover:not(:disabled){color:#fff}.contacts-modal-form{display:flex;flex-direction:column;gap:1.25rem;padding:1.75rem;overflow-y:auto}.contacts-modal-field{display:flex;flex-direction:column;gap:.65rem}.contacts-modal-field span{font-size:.9rem;letter-spacing:.05rem;text-transform:uppercase;color:#ffffffa6}.contacts-modal-field input,.contacts-modal-field textarea,.contacts-modal-field select{padding:.85rem 1rem;border-radius:12px;border:1px solid rgba(1,115,79,.25);background:#21212199;color:#fff;font-size:1rem;transition:border .2s ease,box-shadow .2s ease}.contacts-modal-field textarea{resize:vertical;min-height:140px}.contacts-modal-field input:focus,.contacts-modal-field textarea:focus,.contacts-modal-field select:focus{outline:none;border-color:#01734f99;box-shadow:0 0 0 3px #01734f40}.contacts-modal-feedback{padding:.85rem 1rem;border-radius:12px;border:1px solid rgba(255,95,109,.4);background:#ff5f6d26;color:#ff9fa7;font-size:.95rem}.contacts-modal-footer{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:.75rem;margin-top:.5rem}.contacts-modal-primary,.contacts-modal-secondary{border-radius:999px;padding:.75rem 1.6rem;font-weight:600;letter-spacing:.04rem;border:1px solid transparent;transition:all .2s ease}.contacts-modal-secondary{background:transparent;border-color:#01734f59;color:#ffffffd9}.contacts-modal-secondary:hover:not(:disabled){border-color:#01734f99;color:#fff}.contacts-modal-primary{background:linear-gradient(135deg,#01734fd9,#22944773);color:#fff;border-color:#01734fd9;box-shadow:0 12px 28px #01734f59}.contacts-modal-primary:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 18px 36px #01734f73}.contacts-modal-primary:disabled,.contacts-modal-secondary:disabled,.contacts-modal-close:disabled{opacity:.6;cursor:not-allowed}@media(max-width:768px){.contacts-page{padding:1.5rem}.contacts-container{padding:1.75rem}.contacts-filters,.contacts-filter-options,.contact-card-toggle-group{grid-template-columns:1fr}}[data-theme=light] .contacts-page:before{background:#ffffffb3}[data-theme=light] .contacts-container{background:#ffffffeb;color:#1a1a1a!important;box-shadow:0 20px 60px #00000026}[data-theme=light] .contacts-container:before{background:#fff9}[data-theme=light] .contacts-filters,[data-theme=light] .contacts-empty-state,[data-theme=light] .contact-card,[data-theme=light] .contacts-stat-card{background:#fffffff2;border-color:#01734f33;color:#1a1a1a!important}[data-theme=light] .contacts-search input{background:#fffffff2;border-color:#01734f4d;color:#1a1a1a!important}[data-theme=light] .contacts-search input::placeholder{color:#1a1a1a80}[data-theme=light] .contacts-filter-label{color:#1a1a1a99!important}[data-theme=light] .contacts-filter-button{background:#fffffff2;color:#1a1a1a!important;border-color:#01734f40}[data-theme=light] .contacts-filter-button:hover{border-color:#01734f80;color:#1a1a1a!important}[data-theme=light] .contacts-filter-button.is-active{background:linear-gradient(135deg,#01734f99,#01734f4d);border-color:#01734fcc;color:#fff!important}[data-theme=light] .contacts-stat-value{color:#1a1a1a!important}[data-theme=light] .contacts-stat-label{color:#1a1a1ab3!important}[data-theme=light] .contact-card-name{color:#1a1a1a!important}[data-theme=light] .contact-card-action-button{background:#fffffff2;color:#1a1a1a!important;border-color:#01734f80}[data-theme=light] .contact-card-action-button:hover{background:#01734f26;color:#1a1a1a!important;border-color:#01734fcc}[data-theme=light] .contact-card-phone-label{color:#1a1a1a80!important}[data-theme=light] .contact-card-phone{color:#1a1a1a!important}[data-theme=light] .contact-card-created-label{color:#1a1a1a8c!important}[data-theme=light] .contact-card-created-value{color:#1a1a1a!important}[data-theme=light] .contact-card-toggle{background:#fffffff2;color:#1a1a1a!important;border-color:#01734f40}[data-theme=light] .contact-card-toggle:hover{border-color:#01734f8c;color:#1a1a1a!important}[data-theme=light] .contact-card-toggle.is-on{background:linear-gradient(135deg,#01734fb3,#01734f4d);color:#fff!important;border-color:#01734fe6}[data-theme=light] .contacts-modal-overlay{background:#ffffffe6}[data-theme=light] .contacts-modal{background:#fffffffa;border-color:#01734f4d}[data-theme=light] .contacts-modal-header{border-color:#01734f26}[data-theme=light] .contacts-modal-header h2{color:#015a3e!important}[data-theme=light] .contacts-modal-close{color:#1a1a1ab3}[data-theme=light] .contacts-modal-close:hover:not(:disabled){color:#1a1a1a}[data-theme=light] .contacts-modal-field span{color:#1a1a1aa6!important}[data-theme=light] .contacts-modal-field input,[data-theme=light] .contacts-modal-field textarea,[data-theme=light] .contacts-modal-field select{background:#fffffff2;border-color:#01734f4d;color:#1a1a1a!important}[data-theme=light] .contacts-modal-feedback{background:#ff5f6d1a;border-color:#ff5f6d66;color:#c0392b}[data-theme=light] .contacts-modal-secondary{background:#fffffff2;border-color:#01734f59;color:#1a1a1a}[data-theme=light] .contacts-modal-secondary:hover:not(:disabled){border-color:#01734f99;color:#1a1a1a}.contacts-pagination{display:flex;gap:.75rem;margin:2rem auto 0;justify-content:center;align-items:center;max-width:min(100%,900px);padding:.5rem 1rem}.contacts-pagination-button,.contacts-page-button{border-radius:999px;border:1px solid rgba(1,115,79,.3);background:#21212199;color:#ffffffd9;padding:.6rem 1.2rem;font-weight:600;letter-spacing:.03rem;transition:all .25s ease}.contacts-pagination-button:hover,.contacts-page-button:hover{border-color:#01734f8c;color:#fff;transform:translateY(-2px)}.contacts-pagination-button:disabled{opacity:.45;cursor:not-allowed;transform:none}.contacts-pagination-pages{display:flex;gap:.5rem;flex-wrap:nowrap;justify-content:center;align-items:center;white-space:nowrap}.contacts-page-button.is-active{background:linear-gradient(135deg,#01734f99,#2294474d);border-color:#01734fd9;color:#fff;box-shadow:0 12px 30px #01734f40}.contacts-pagination-ellipsis{padding:0 .5rem;color:#ffffff80;font-weight:600}[data-theme=light] .contacts-pagination-button,[data-theme=light] .contacts-page-button{background:#ffffffe6;color:#1a1a1a!important;border-color:#01734f4d}[data-theme=light] .contacts-pagination-button:hover,[data-theme=light] .contacts-page-button:hover{border-color:#01734f8c;color:#1a1a1a!important}[data-theme=light] .contacts-page-button.is-active{background:linear-gradient(135deg,#01734f99,#2294474d);border-color:#01734fd9;color:#fff!important}[data-theme=light] .contacts-pagination-ellipsis{color:#1a1a1a80}@media(max-width:768px){.contacts-pagination{gap:.5rem;max-width:min(100%,360px);padding:.5rem 0}.contacts-pagination-pages{flex-wrap:wrap;width:100%;white-space:normal}}.interests-page{min-height:100vh;padding:2rem;display:flex;justify-content:center;opacity:0;transform:translateY(20px);position:relative;z-index:1}.interest-card-total{display:flex;flex-direction:column;align-items:center;gap:.25rem;text-align:center}.interest-card-button--negociar{margin-left:auto;margin-right:auto}.interest-card-total-label{font-size:.75rem;text-transform:uppercase;letter-spacing:.12rem;color:#ffffff80}.interest-card-total-value{font-size:1.1rem;font-weight:700;color:#01734f}.interests-page.is-visible{animation:interestsFadeInUp .8s ease-out forwards}.interests-page:before{content:"";position:absolute;inset:0;background:#21212159;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);z-index:-1}@keyframes interestsFadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes interestsCardFadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.interests-container{width:100%;max-width:1400px;background:#21212180;border-radius:20px;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);padding:2.25rem;color:#fff;box-shadow:0 20px 60px #0006;display:flex;flex-direction:column;gap:1.5rem;margin:0 auto}.interests-header{opacity:0;transform:translateY(20px);margin-bottom:.5rem}.interests-page.is-visible .interests-header{animation:interestsCardFadeInUp .6s ease-out forwards;animation-delay:.15s}.interests-header .darwin-statistics-date-range{margin-top:.2rem}.interests-filter-panel{background:#2121218c;border-radius:18px;padding:1.75rem;border:1px solid rgba(1,115,79,.25);display:flex;flex-direction:column;gap:1.5rem;opacity:0;transform:translateY(20px)}.interests-page.is-visible .interests-filter-panel{animation:interestsCardFadeInUp .6s ease-out forwards;animation-delay:.3s}.interests-filter-top{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.25rem;align-items:end}.interests-input-group{display:flex;flex-direction:column;gap:.5rem}.interests-input-group label{font-size:.85rem;text-transform:uppercase;letter-spacing:.12rem;color:#fff9}.interests-input-group input{width:100%;padding:.95rem 1.2rem;border-radius:12px;border:1px solid rgba(1,115,79,.25);background:#212121a6;color:#fff;font-size:1rem;transition:border .2s ease,box-shadow .2s ease}.interests-input-group input:focus{outline:none;border-color:#01734f99;box-shadow:0 0 0 3px #01734f40}.interests-reset-button{padding:.95rem 1.4rem;border-radius:14px;background:linear-gradient(135deg,#01734fe6,#22944773);color:#fff;font-weight:700;letter-spacing:.05rem;border:none;box-shadow:0 15px 35px #01734f59;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.interests-reset-button:hover{transform:translateY(-2px);box-shadow:0 18px 40px #01734f59}.interests-filter-section{display:flex;flex-direction:column;gap:1.1rem}.interests-filter-title{font-size:.9rem;text-transform:uppercase;letter-spacing:.14rem;color:#fff9}.interests-chip-row{display:flex;flex-wrap:wrap;gap:.75rem}.interests-chip-row--center,.interests-chip-row--wrap{justify-content:center}.interests-chip{border-radius:999px;border:1px solid rgba(1,115,79,.3);background:#21212199;color:#ffffffd9;padding:.65rem 1.25rem;font-weight:600;letter-spacing:.03rem;display:inline-flex;align-items:center;gap:.75rem;transition:all .25s ease}.interests-chip:hover{border-color:#01734f8c;color:#fff;transform:translateY(-2px)}.interests-chip.is-active{background:linear-gradient(135deg,#01734f99,#01734f4d);border-color:#01734fd9;color:#fff;box-shadow:0 12px 30px #01734f40}.interests-chip--flux{border-color:#01734f66}.interests-chip-label{font-size:.95rem}.interests-chip-count{font-size:.8rem;padding:.35rem .65rem;border-radius:999px;background:#ffffff1f;color:inherit}.interests-results{display:flex;flex-direction:column;gap:1.75rem;opacity:0;transform:translateY(20px)}.interests-page.is-visible .interests-results{animation:interestsCardFadeInUp .6s ease-out forwards;animation-delay:.45s}.interests-empty-state{text-align:center;padding:2.5rem;border-radius:18px;background:#21212199;border:1px solid rgba(1,115,79,.2);color:#ffffffb3;letter-spacing:.04rem}.interests-card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.75rem;justify-items:center;width:100%}.interest-card{background:#212121b3;border-radius:20px;border:1px solid rgba(1,115,79,.25);padding:1.75rem;display:flex;flex-direction:column;gap:1.5rem;position:relative;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;opacity:0;transform:translateY(25px);width:min(100%,360px);margin:0 auto}.interests-page.is-visible .interest-card{animation:interestsCardFadeInUp .7s ease-out forwards}.interests-page.is-visible .interests-card-grid .interest-card:nth-child(1){animation-delay:.55s}.interests-page.is-visible .interests-card-grid .interest-card:nth-child(2){animation-delay:.65s}.interests-page.is-visible .interests-card-grid .interest-card:nth-child(3){animation-delay:.75s}.interests-page.is-visible .interests-card-grid .interest-card:nth-child(4){animation-delay:.85s}.interests-page.is-visible .interests-card-grid .interest-card:nth-child(5){animation-delay:.95s}.interest-card:after{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(1,115,79,.12),transparent 65%);opacity:0;transition:opacity .3s ease;pointer-events:none}.interest-card:hover{transform:translateY(-6px);box-shadow:0 18px 40px #0006}.interest-card:hover:after{opacity:1}.interest-card-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.interest-card-client{font-size:1.25rem;font-weight:700;color:#fff}.interest-card-status{padding:.35rem .7rem;border-radius:999px;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05rem;display:inline-flex;align-items:center;justify-content:center;text-align:center}.interest-card-body{display:flex;flex-direction:column;gap:1.25rem}.interest-card-actions{display:flex;flex-direction:column;gap:1rem}.interest-card-inputs{display:flex;flex-wrap:wrap;gap:1rem}.interest-card-input-group{display:flex;flex-direction:column;gap:.45rem;flex:1 1 160px;min-width:150px}.interest-card-input-group label{font-size:.75rem;text-transform:uppercase;letter-spacing:.1rem;color:#fff9}.interest-card-input-group input{width:100%;padding:.75rem 1rem;border-radius:12px;border:1px solid rgba(1,115,79,.3);background:#21212199;color:#fff;transition:border .2s ease,box-shadow .2s ease}.interest-card-input-group input:focus{outline:none;border-color:#01734fa6;box-shadow:0 0 0 3px #01734f40}.interest-card-action-buttons{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}.interest-card-button{padding:.65rem 1.4rem;border-radius:999px;border:1px solid rgba(1,115,79,.45);background:transparent;color:#ffffffd9;font-weight:600;letter-spacing:.03rem;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,background .2s ease,color .2s ease;min-width:140px;text-align:center}.interest-card-button:not(:disabled):hover,.interest-card-button:not(:disabled):focus{outline:none;transform:translateY(-2px);box-shadow:0 12px 30px #01734f40;background:#01734f33;color:#ffffffe6;border-color:#01734fd9}.interest-card-button.is-selected{background:linear-gradient(135deg,#01734ff2,#01734fbf);border-color:#01734f;color:#fff;box-shadow:0 18px 40px #01734f59}.interest-card-button:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}.interest-card-feedback{padding:.6rem .9rem;border-radius:10px;font-size:.85rem;letter-spacing:.02rem}.interest-card-feedback-area{min-height:2.5rem;display:flex;align-items:center}.interest-negotiation-summary{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:.85rem 1rem;border-radius:12px;border:1px solid rgba(1,115,79,.25);background:#21212173}.interest-negotiation-summary-info{display:flex;flex-direction:column;gap:.35rem}.interest-negotiation-edit{display:inline-flex;align-items:center;gap:.4rem;padding:.55rem .95rem;border-radius:999px;border:1px solid rgba(1,115,79,.45);background:#01734f1f;color:#ffffffe6;font-weight:600;letter-spacing:.02rem;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.interest-negotiation-edit:hover:not(:disabled),.interest-negotiation-edit:focus-visible{outline:none;transform:translateY(-1px);background:#01734f38;box-shadow:0 10px 24px #01734f40}.interest-negotiation-edit:disabled{opacity:.6;cursor:not-allowed}.interest-card-feedback--pending{background:#3498db33;border:1px solid rgba(52,152,219,.35);color:#3498dbd9}.interest-card-feedback--success{background:#2ecc712e;border:1px solid rgba(46,204,113,.35);color:#2ecc71e6}.interest-card-feedback--error{background:#e74c3c2e;border:1px solid rgba(231,76,60,.35);color:#e74c3ce6}.interest-modal-overlay{position:fixed;inset:0;background:#212121a6;display:flex;align-items:center;justify-content:center;z-index:1000;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);overflow:hidden}.interest-modal{background:#111111eb;border:1px solid rgba(1,115,79,.35);border-radius:18px;width:min(420px,90vw);box-shadow:0 20px 60px #0000008c;display:flex;flex-direction:column;overflow:hidden}.interest-modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;background:linear-gradient(135deg,rgba(1,115,79,.2),transparent 70%)}.interest-modal-header h2{margin:0;font-size:1.1rem;color:#fff}.interest-modal-close{border:none;background:transparent;color:#01734fe6;font-size:1.5rem;cursor:pointer;line-height:1;transition:transform .2s ease,color .2s ease}.interest-modal-close:hover{transform:rotate(90deg);color:#01734f}.interest-modal-body{display:flex;flex-direction:column;gap:.75rem;padding:1.5rem}.interest-modal-body label{font-size:.75rem;text-transform:uppercase;letter-spacing:.12rem;color:#fff9}.interest-modal-body input{padding:.9rem 1rem;border-radius:12px;border:1px solid rgba(1,115,79,.3);background:#21212199;color:#fff;font-size:1rem;transition:border .2s ease,box-shadow .2s ease}.interest-modal-body input:focus{outline:none;border-color:#01734fa6;box-shadow:0 0 0 3px #01734f40}.interest-modal-error{font-size:.8rem;color:#e74c3cd9}.interest-modal-footer{display:flex;justify-content:flex-end;gap:.75rem;padding:1.25rem 1.5rem;border-top:1px solid rgba(1,115,79,.2)}.interest-modal-button{padding:.65rem 1.4rem;border-radius:999px;border:1px solid rgba(1,115,79,.45);background:#01734f26;color:#01734fe6;font-weight:600;letter-spacing:.03rem;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.interest-modal-button--primary{background:linear-gradient(135deg,#01734ff2,#01734fbf);border-color:#01734f;color:#fff}.interest-modal-button:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}.interest-modal-button:not(:disabled):hover,.interest-modal-button:not(:disabled):focus{outline:none;transform:translateY(-1px);box-shadow:0 12px 30px #01734f40}.interest-card-toggle-group{display:flex;flex-wrap:wrap;gap:.75rem}.interest-card-toggle-group--secondary{padding:1rem;border-radius:16px;background:#2121218c;border:1px solid rgba(1,115,79,.2);flex-direction:column;gap:.9rem}.interest-card-toggle{border-radius:999px;border:1px solid rgba(1,115,79,.3);background:#21212199;color:#ffffffd9;padding:.65rem 1.25rem;font-weight:600;letter-spacing:.03rem;transition:all .25s ease;display:inline-flex;align-items:center;gap:.6rem}.interest-card-toggle:hover{border-color:#01734f8c;color:#fff;transform:translateY(-2px)}.interest-card-toggle.is-on{background:linear-gradient(135deg,#01734f99,#01734f4d);border-color:#01734fd9;color:#fff;box-shadow:0 12px 30px #01734f40}.interest-card-negotiation{display:flex;flex-direction:column;gap:.65rem}.interest-negotiation-date{display:flex;flex-direction:column;gap:.5rem}.interest-negotiation-date-editor{display:inline-flex;align-items:center;gap:.5rem;background:#212121a6;border:1px solid rgba(1,115,79,.2);border-radius:12px;padding:.4rem .75rem}.interest-negotiation-date-editor input{background:transparent;border:none;color:#fff;font-size:.9rem}.interest-negotiation-date-editor input:focus{outline:none}.interest-negotiation-date-text{font-size:.9rem;color:#ffffffbf}.interest-action-icon{font-size:.85rem}.interest-card-flux{display:flex;flex-direction:column;gap:.6rem;align-items:center;text-align:center}.interest-card-flux-badge{align-self:center;border-radius:999px;border:1px solid rgba(1,115,79,.7);padding:.45rem 1rem;font-weight:700;letter-spacing:.04rem;background:#21212199;display:inline-flex;align-items:center;justify-content:center;text-align:center}.interest-card-flux-name{font-size:.9rem;color:#ffffffbf;text-align:center}.interest-card-details{display:flex;flex-direction:column;gap:.8rem}.interest-detail--placeholder{height:0}.interest-detail{display:flex;flex-direction:column;gap:.25rem}.interest-detail-label{font-size:.75rem;text-transform:uppercase;letter-spacing:.12rem;color:#ffffff80}.interest-detail-value{font-size:.95rem;color:#ffffffe6}@media(max-width:768px){.interests-page{padding:1.5rem}.interests-container{padding:1.75rem;width:min(100%,420px)}.interests-filter-top{grid-template-columns:1fr}.interests-reset-button{width:100%}.interests-card-grid{grid-template-columns:1fr;justify-items:center;gap:1.5rem}.interest-card{width:100%;max-width:320px}}[data-theme=light] .interests-page:before{background:#ffffffb3}[data-theme=light] .interests-container{background:#ffffffeb;color:#1a1a1a!important;box-shadow:0 20px 60px #00000026}[data-theme=light] .interests-filter-panel,[data-theme=light] .interests-empty-state,[data-theme=light] .interest-card{background:#fffffff2;border-color:#01734f33;color:#1a1a1a!important}[data-theme=light] .interests-input-group label,[data-theme=light] .interests-filter-title{color:#1a1a1a99!important}[data-theme=light] .interests-input-group input{background:#fffffff2;border-color:#01734f4d;color:#1a1a1a!important}[data-theme=light] .interests-chip{background:#ffffffe6;color:#1a1a1a!important;border-color:#01734f4d}[data-theme=light] .interests-chip:hover{border-color:#01734f8c;color:#1a1a1a!important}[data-theme=light] .interests-chip.is-active{background:linear-gradient(135deg,#01734f99,#01734f4d);border-color:#01734fd9;color:#fff!important}[data-theme=light] .interests-chip-count{background:#21212114;color:inherit}[data-theme=light] .interest-card{background:#fffffff2;border-color:#01734f33;color:#1a1a1a!important}[data-theme=light] .interest-card:hover{box-shadow:0 18px 40px #0003}[data-theme=light] .interest-card-client{color:#1a1a1a!important}[data-theme=light] .interest-card-status{background:linear-gradient(135deg,#01734fb3,#01734f66);color:#fff!important}[data-theme=light] .interest-card-input-group label{color:#1a1a1a99!important}[data-theme=light] .interest-card-input-group input{background:#fffffff2;border-color:#01734f4d;color:#1a1a1a!important}[data-theme=light] .interest-card-button{background:#ffffffe6;color:#1a1a1a!important;border-color:#01734f73}[data-theme=light] .interest-card-button:not(:disabled):hover,[data-theme=light] .interest-card-button:not(:disabled):focus{background:#01734f26;color:#1a1a1a!important;border-color:#01734fd9}[data-theme=light] .interest-card-button.is-selected{background:linear-gradient(135deg,#01734ff2,#01734fbf);border-color:#01734f;color:#fff!important}[data-theme=light] .interest-card-toggle{background:#ffffffe6;color:#1a1a1a!important;border-color:#01734f4d}[data-theme=light] .interest-card-toggle:hover{border-color:#01734f8c;color:#1a1a1a!important}[data-theme=light] .interest-card-toggle.is-on{background:linear-gradient(135deg,#01734f99,#01734f4d);border-color:#01734fd9;color:#fff!important}[data-theme=light] .interest-card-toggle-group--secondary,[data-theme=light] .interest-negotiation-summary{background:#ffffffe6;border-color:#01734f33}[data-theme=light] .interest-negotiation-edit{background:#01734f1a;color:#1a1a1a;border-color:#01734f73}[data-theme=light] .interest-negotiation-edit:hover:not(:disabled){background:#01734f33}[data-theme=light] .interest-negotiation-date-editor{background:#fffffff2;border-color:#01734f33}[data-theme=light] .interest-negotiation-date-editor input{color:#1a1a1a!important}[data-theme=light] .interest-negotiation-date-text{color:#1a1a1abf!important}[data-theme=light] .interest-card-flux-badge{background:#ffffffe6;border-color:#01734fb3;color:#1a1a1a}[data-theme=light] .interest-card-flux-name{color:#1a1a1abf!important}[data-theme=light] .interest-detail-label{color:#1a1a1a80!important}[data-theme=light] .interest-detail-value{color:#1a1a1a!important}[data-theme=light] .interest-card-total-label{color:#1a1a1a80!important}[data-theme=light] .interest-card-total-value{color:#015a3e!important}[data-theme=light] .interest-modal-overlay{background:#ffffffe6}[data-theme=light] .interest-modal{background:#fffffffa;border-color:#01734f4d}[data-theme=light] .interest-modal-header{background:linear-gradient(135deg,rgba(1,115,79,.1),transparent 70%)}[data-theme=light] .interest-modal-header h2{color:#1a1a1a!important}[data-theme=light] .interest-modal-close{color:#1a1a1ab3}[data-theme=light] .interest-modal-close:hover{color:#015a3e}[data-theme=light] .interest-modal-body label{color:#1a1a1a99!important}[data-theme=light] .interest-modal-body input{background:#fffffff2;border-color:#01734f4d;color:#1a1a1a!important}[data-theme=light] .interest-modal-footer{border-color:#01734f26}[data-theme=light] .interest-modal-button{background:#fffffff2;border-color:#01734f73;color:#1a1a1a}[data-theme=light] .interest-modal-button--primary{background:linear-gradient(135deg,#01734ff2,#01734fbf);border-color:#01734f;color:#fff!important}[data-theme=light] .interest-modal-error{color:#e74c3cd9}[data-theme=light] .interest-card-feedback--pending{background:#3498db26;border-color:#3498db66;color:#1a6fa3}[data-theme=light] .interest-card-feedback--success{background:#2ecc7126;border-color:#2ecc7166;color:#1e8449}[data-theme=light] .interest-card-feedback--error{background:#e74c3c26;border-color:#e74c3c66;color:#c0392b}.login-page{min-height:100vh;width:100%;display:flex;align-items:center;justify-content:center;padding:2rem;position:absolute;top:0;left:0;transform:translateY(0);overflow:hidden;box-sizing:border-box;z-index:10}.login-container{width:min(100%,420px);padding:2.5rem;border-radius:24px;background:var(--bg-overlay);border:1px solid var(--border-color);box-shadow:0 25px 60px var(--shadow-color);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);display:flex;flex-direction:column;gap:2rem;opacity:0;transform:translateY(20px);transition:opacity .6s ease,transform .6s ease}.login-container.is-visible{opacity:1;transform:translateY(0)}.login-header{display:flex;flex-direction:column;gap:.75rem;text-align:center}.login-header h1{margin:0;font-size:2rem;color:var(--color-primary)}.login-header p{margin:0;color:var(--text-secondary);letter-spacing:.04rem}.login-subtitle{font-size:.85rem;letter-spacing:.35rem;text-transform:uppercase;color:var(--text-muted)}.login-form{display:flex;flex-direction:column;gap:1.5rem}.login-input-group{display:flex;flex-direction:column;gap:.6rem}.login-input-group label{font-size:.85rem;letter-spacing:.12rem;color:var(--text-muted);text-transform:uppercase}.login-input-group input{width:100%;padding:.9rem 1.1rem;border-radius:14px;border:1px solid var(--border-color);background:var(--bg-tertiary);color:var(--text-primary);font-size:.95rem;transition:border .2s ease,box-shadow .2s ease}.login-input-group input:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 3px #01734f40}.login-submit-button{padding:.95rem 1.4rem;border-radius:16px;border:none;background:linear-gradient(135deg,var(--color-primary),var(--color-primary-light));color:var(--text-inverse);font-weight:700;letter-spacing:.08rem;text-transform:uppercase;cursor:pointer;box-shadow:0 20px 40px #01734f59;transition:transform .2s ease,box-shadow .2s ease}.login-submit-button:hover{transform:translateY(-2px);box-shadow:0 24px 48px #01734f66}.login-submit-button:active{transform:translateY(0)}.login-footer{text-align:center;font-size:.85rem;color:var(--text-muted)}@media(max-width:576px){.login-page{padding:1rem;align-items:center;justify-content:center}.login-container{padding:1.5rem;width:min(100%,360px)}}
