body{margin:0;background:linear-gradient(135deg,#001f3f,#036,#1c1c1e);min-height:100vh}.app-shell{display:flex;flex-direction:column;height:100vh;color:#e0f7fa;font-family:system-ui,sans-serif}.app-shell-header{height:56px;background:#000c1ad9;border-bottom:1px solid rgba(0,230,118,.1);display:flex;align-items:center;padding:0 16px}.app-shell-brand{font-size:1.1rem;font-weight:700;color:#00e676}.app-shell-body{flex:1;display:flex;align-items:center;justify-content:center}.app-shell-spinner{width:32px;height:32px;border:3px solid rgba(0,230,118,.2);border-top-color:#00e676;border-radius:50%;animation:spin .8s linear infinite}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.landing-container{width:100%;min-height:100vh;background:linear-gradient(135deg,#0a1628,#1a3a52,#0f2438);display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;padding:env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left)}.landing-container:before{content:"";position:absolute;width:clamp(150px,40vw,400px);height:clamp(150px,40vw,400px);background:radial-gradient(circle,rgba(26,188,156,.1) 0%,transparent 70%);border-radius:50%;top:-80px;right:-80px;pointer-events:none}.landing-container:after{content:"";position:absolute;width:clamp(100px,30vw,300px);height:clamp(100px,30vw,300px);background:radial-gradient(circle,rgba(26,188,156,.05) 0%,transparent 70%);border-radius:50%;bottom:-40px;left:-40px;pointer-events:none}.landing-content{position:relative;z-index:1;text-align:center;display:flex;flex-direction:column;align-items:center;gap:clamp(1.25rem,4vw,3rem);padding:clamp(1rem,5vw,2.5rem) clamp(1rem,4vw,2rem);max-width:600px;width:100%}.logo-section{display:flex;align-items:center;gap:clamp(.75rem,3vw,1.25rem);justify-content:center}.logo{width:clamp(40px,10vw,64px);height:clamp(40px,10vw,64px);background:#1abc9c;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 8px 32px #1abc9c4d}.logo svg{width:60%;height:60%}.logo-text{font-size:clamp(1.5rem,6vw,3rem);font-weight:300;color:#fff;letter-spacing:.1em}.main-content{display:flex;flex-direction:column;gap:clamp(.75rem,2vw,1.25rem);width:100%}.title{font-size:clamp(1.25rem,5vw,2.5rem);font-weight:600;background:linear-gradient(135deg,#1abc9c,#16a085);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1.2}.subtitle{font-size:clamp(.9rem,3vw,1.5rem);color:#b0b0b0;font-weight:300;line-height:1.4}.description{font-size:clamp(.8rem,2vw,1rem);color:gray;line-height:1.6;max-width:480px;margin:0 auto}.cta-button{margin-top:clamp(.75rem,3vw,1.5rem);padding:clamp(.75rem,2vw,1rem) clamp(1.5rem,5vw,2.5rem);font-size:clamp(.875rem,2vw,1rem);color:#1abc9c;background:#1abc9c14;border:1px solid rgba(26,188,156,.4);border-radius:8px;cursor:pointer;transition:all .2s ease;letter-spacing:.05em;font-weight:600;min-height:44px;min-width:44px}.cta-button:hover{background:#1abc9c2e;border-color:#1abc9c;transform:translateY(-1px);box-shadow:0 4px 16px #1abc9c40}.modal-overlay{position:fixed;inset:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:1000;backdrop-filter:blur(4px);padding:1rem}.modal-content{background:linear-gradient(135deg,#0a1628fa,#1a3a52fa);border:1px solid rgba(26,188,156,.2);border-radius:12px;padding:clamp(1.25rem,5vw,2.5rem);width:100%;max-width:420px;position:relative;box-shadow:0 20px 60px #00000080;max-height:90vh;overflow-y:auto}.modal-close{position:absolute;top:clamp(.75rem,2vw,1.25rem);right:clamp(.75rem,2vw,1.25rem);background:none;border:none;color:#1abc9c;font-size:1.5rem;cursor:pointer;min-width:44px;min-height:44px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease}.modal-close:hover{background:#1abc9c1a;transform:rotate(90deg)}.modal-header{display:flex;align-items:center;gap:.75rem;margin-bottom:clamp(1.25rem,4vw,1.875rem)}.modal-arrow{color:#1abc9c;font-size:1.5rem}.modal-header h3{color:#1abc9c;font-size:clamp(1.1rem,4vw,1.5rem);font-weight:600}.modal-input{width:100%;padding:clamp(.75rem,2vw,.875rem) 1rem;margin-bottom:.875rem;background:#ffffff0d;border:1px solid rgba(26,188,156,.3);border-radius:8px;color:#fff;font-size:clamp(.875rem,2vw,.9375rem);transition:all .2s ease;min-height:44px}.modal-input::placeholder{color:#606060}.modal-input:focus{outline:none;background:#ffffff14;border-color:#1abc9c;box-shadow:0 0 12px #1abc9c33}.modal-button{width:100%;padding:clamp(.75rem,2vw,.875rem);margin-top:clamp(.875rem,3vw,1.25rem);background:#1abc9c;border:none;border-radius:8px;color:#000;font-size:clamp(.875rem,2vw,1rem);font-weight:600;cursor:pointer;transition:all .2s ease;min-height:44px}.modal-button:hover{background:#16a085;transform:translateY(-1px);box-shadow:0 8px 24px #1abc9c4d}.modal-link{margin-top:clamp(.875rem,3vw,1.25rem);color:#1abc9c;font-size:clamp(.8rem,2vw,.875rem);cursor:pointer;transition:all .2s ease;display:block;text-align:center}.modal-link:hover{text-decoration:underline}@media(max-width:480px){.logo-section{flex-direction:column;gap:.5rem}}.page-loading-skeleton{display:flex;align-items:center;justify-content:center;min-height:60vh}.page-loading-skeleton:after{content:"";width:28px;height:28px;border:3px solid rgba(0,230,118,.15);border-top-color:#00e676;border-radius:50%;animation:page-spin .7s linear infinite}@keyframes page-spin{to{transform:rotate(360deg)}}.app-container{display:flex;flex-direction:column;width:100%;height:100vh;background:linear-gradient(135deg,#0a0e27,#1a1f3a,#0f1729)}.app-header{background:#0d1117;padding:.625rem 1rem;box-shadow:none;border-bottom:1px solid rgba(26,188,156,.2);z-index:10001;position:relative;padding-top:max(.625rem,env(safe-area-inset-top))}.header-content{display:flex;align-items:center;gap:.5rem;max-width:100%}.header-brand{color:#ffffffeb;font-weight:700;font-size:.95rem;letter-spacing:.01em;flex:0 0 auto}.header-menu-wrap{position:relative;flex-shrink:0}.header-dots{background:none;border:none;color:#ffffffd9;cursor:pointer;padding:.5rem;border-radius:50%;display:flex;align-items:center;justify-content:center;min-width:44px;min-height:44px;transition:background .15s}.header-dots:hover{background:#ffffff26}.header-dropdown{position:absolute;top:calc(100% + 6px);right:0;min-width:200px;background:#0f172a;border:1px solid rgba(26,188,156,.25);border-radius:10px;box-shadow:0 8px 32px #00000080;z-index:10010;overflow:hidden;animation:dropdownFadeIn .12s ease}@keyframes dropdownFadeIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.header-dropdown-user{padding:.875rem 1rem .75rem;display:flex;flex-direction:column;gap:.2rem}.header-dropdown-name{color:#e0f7fa;font-weight:600;font-size:.875rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.header-dropdown-role{font-size:.7rem;color:#1abc9c;text-transform:uppercase;letter-spacing:.08em}.header-dropdown-divider{height:1px;background:#1abc9c1f}.header-dropdown-item{width:100%;padding:.75rem 1rem;background:none;border:none;color:#e0f7facc;font-size:.875rem;text-align:left;cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:background .12s}.header-dropdown-item:hover{background:#1abc9c1a;color:#e0f7fa}.header-dropdown-logout{color:#f87171}.header-dropdown-logout:hover{background:#f871711a;color:#f87171}.sidebar-item-logout{color:#f87171b3!important;margin-top:.25rem}.sidebar-item-logout:hover{color:#f87171!important;background:#f8717114!important;border-left-color:#f87171!important}.app-layout{display:flex;flex:1;overflow:hidden;gap:0;min-height:0}.app-sidebar{width:250px;background:#0f172a;border-right:1px solid rgba(26,188,156,.2);padding:1.5rem 1rem;overflow-y:auto;transition:width .3s ease,padding .3s ease,opacity .3s ease;flex-shrink:0}.app-sidebar.closed{width:0;padding:0;opacity:0;overflow:hidden;border-right:none}.sidebar-nav{display:flex;flex-direction:column;gap:.5rem;outline:none}.sidebar-nav:focus{outline:none}.sidebar-item{padding:.75rem 1rem;background:transparent;color:var(--text-primary);border:none;border-radius:6px;cursor:pointer;text-align:left;font-size:.95rem;transition:all .2s;border-left:3px solid transparent}.sidebar-item:hover{background:#1abc9c1a;border-left-color:var(--color-primary)}.sidebar-item.active{background:#1abc9c33;color:var(--accent-green);border-left-color:var(--accent-green);font-weight:600}.sidebar-divider{height:1px;background:#1abc9c1a;margin:.5rem 0}.app-main{flex:1;overflow-y:auto;overflow-x:hidden;background:linear-gradient(135deg,#0a0e27,#1a1f3a,#0f1729);min-height:0}.sidebar-overlay{display:none}@media(max-width:768px){.app-header{padding:.5rem .75rem}.app-sidebar{position:fixed;left:0;top:0;height:100vh;width:260px!important;opacity:1!important;overflow-y:auto!important;overflow-x:hidden;z-index:10000;box-shadow:4px 0 24px #0009;transform:translate(-100%);transition:transform .3s ease;background:#0f172a;padding:0 1rem 1.5rem!important;border-right:1px solid rgba(26,188,156,.2)!important;display:flex;flex-direction:column}.sidebar-mobile-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 0;border-bottom:1px solid rgba(26,188,156,.15);margin-bottom:.5rem;flex-shrink:0}.sidebar-mobile-header span{font-size:.85rem;color:#e0f7fa80;letter-spacing:.08em;text-transform:uppercase}.sidebar-mobile-close{background:#ffffff14;border:none;color:#e0f7fab3;cursor:pointer;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:18px;flex-shrink:0}.sidebar-mobile-close:hover{background:#ffffff26;color:#fff}.sidebar-nav{flex:0 0 auto;overflow-y:auto;overflow-x:hidden;padding-top:.25rem;scroll-behavior:smooth}.app-sidebar.open{transform:translate(0)}.app-sidebar.closed{transform:translate(-100%);width:260px!important;opacity:1!important}.sidebar-overlay{display:block;position:fixed;inset:0;background:#000000a6;z-index:9999;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);animation:overlayFadeIn .25s ease}@keyframes overlayFadeIn{0%{opacity:0}to{opacity:1}}.app-layout{position:relative}.app-main{width:100%}}@media(max-width:480px){.app-header{padding:.375rem .625rem}.header-content{gap:.375rem}.app-sidebar{width:100%;max-width:280px}.sidebar-item{padding:.6rem .8rem;font-size:.9rem}}.app-main::-webkit-scrollbar{width:8px}.app-main::-webkit-scrollbar-track{background:#ffffff0d}.app-main::-webkit-scrollbar-thumb{background:var(--color-primary);border-radius:4px}.app-main::-webkit-scrollbar-thumb:hover{background:var(--color-primary-light)}.app-sidebar::-webkit-scrollbar{width:6px}.app-sidebar::-webkit-scrollbar-track{background:transparent}.app-sidebar::-webkit-scrollbar-thumb{background:#1abc9c4d;border-radius:3px}.app-sidebar::-webkit-scrollbar-thumb:hover{background:#1abc9c80}@keyframes spin{to{transform:rotate(360deg)}}.responsive-card{background:var(--bg-card);border:1px solid rgba(26,188,156,.2);border-radius:8px;padding:var(--spacing-lg);transition:all .3s ease;width:100%}.responsive-card:hover{background:var(--bg-card-hover);border-color:var(--color-primary)}.responsive-grid{display:grid;gap:var(--spacing-lg);width:100%}@media(max-width:480px){.responsive-grid{grid-template-columns:1fr;gap:var(--spacing-md)}}@media(min-width:481px)and (max-width:768px){.responsive-grid{grid-template-columns:repeat(2,1fr);gap:var(--spacing-lg)}}@media(min-width:769px){.responsive-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:var(--spacing-xl)}}.responsive-flex{display:flex;flex-wrap:wrap;gap:var(--spacing-lg);width:100%}@media(max-width:768px){.responsive-flex{flex-direction:column;gap:var(--spacing-md)}}input,select,textarea,.input-field,.select-field{width:100%;padding:var(--spacing-md);background:#ffffff0d;border:1px solid rgba(26,188,156,.3);border-radius:6px;color:var(--text-primary);font-size:1rem;transition:all .2s}input:focus,select:focus,textarea:focus,.input-field:focus,.select-field:focus{outline:none;background:#ffffff14;border-color:var(--color-primary);box-shadow:0 0 12px #1abc9c33}input::placeholder,textarea::placeholder{color:var(--text-muted)}button,.btn{padding:var(--spacing-md) var(--spacing-lg);border:none;border-radius:6px;cursor:pointer;font-size:1rem;transition:all .2s;white-space:nowrap;min-height:44px}@media(max-width:480px){.btn-block{width:100%;padding:var(--spacing-md)}}.responsive-container{width:100%;max-width:1200px;margin:0 auto;padding:var(--spacing-lg)}@media(max-width:480px){.responsive-container{padding:var(--spacing-md)}}@media(min-width:481px)and (max-width:768px){.responsive-container{padding:var(--spacing-lg)}}.responsive-table{width:100%;border-collapse:collapse;overflow-x:auto}.responsive-table th,.responsive-table td{padding:var(--spacing-md);text-align:left;border-bottom:1px solid rgba(26,188,156,.1)}.responsive-table th{background:#1abc9c1a;color:var(--accent-green);font-weight:600}@media(max-width:768px){.responsive-table{font-size:.9rem}.responsive-table th,.responsive-table td{padding:var(--spacing-sm)}}.responsive-list{list-style:none;display:flex;flex-direction:column;gap:var(--spacing-md);width:100%}.responsive-list li{padding:var(--spacing-md);background:var(--bg-card);border-left:3px solid var(--color-primary);border-radius:4px}@media(max-width:480px){.responsive-list li{padding:var(--spacing-sm);font-size:.95rem}}.responsive-header{display:flex;justify-content:space-between;align-items:center;gap:var(--spacing-lg);flex-wrap:wrap;width:100%}@media(max-width:768px){.responsive-header{flex-direction:column;align-items:flex-start;gap:var(--spacing-md)}}.responsive-section{width:100%;padding:var(--spacing-xl);margin-bottom:var(--spacing-xl);background:linear-gradient(135deg,#0a192f80,#1a3a5280);border-radius:8px;border:1px solid rgba(26,188,156,.1)}@media(max-width:768px){.responsive-section{padding:var(--spacing-lg);margin-bottom:var(--spacing-lg)}}@media(max-width:480px){.responsive-section{padding:var(--spacing-md);margin-bottom:var(--spacing-md)}}.hide-mobile{display:none}@media(min-width:769px){.hide-mobile{display:block}.show-mobile{display:none}}.p-responsive{padding:var(--spacing-lg)}.m-responsive{margin:var(--spacing-lg)}.gap-responsive{gap:var(--spacing-lg)}@media(max-width:768px){.p-responsive{padding:var(--spacing-md)}.m-responsive{margin:var(--spacing-md)}.gap-responsive{gap:var(--spacing-md)}}.auth-modal-overlay{position:fixed;inset:0;z-index:50;display:flex;align-items:center;justify-content:center;background:#040b12eb;backdrop-filter:blur(10px);padding:1rem}.auth-modal-card{width:min(100%,420px);padding:2rem 1.875rem;background:#06101a;border:1px solid rgba(0,255,133,.16);border-radius:20px;box-shadow:0 0 36px #00ff8514,0 24px 68px #000000a6}.auth-modal-title{color:#eaf9ff;font-size:1.625rem;font-weight:700;margin-bottom:.75rem}.auth-modal-subtitle{color:#a5cfd9;font-size:.875rem;line-height:1.5;margin:0 0 1.25rem}.auth-modal-form{display:flex;flex-direction:column;gap:.75rem}.auth-modal-field{display:flex;align-items:center;gap:.625rem;background:#001523db;border:1px solid rgba(0,255,133,.14);border-radius:12px;padding:.75rem .875rem;transition:all .2s ease;min-height:44px}.auth-modal-field.active{border-color:#00ff854d;box-shadow:0 0 0 2px #00ff8514}.auth-modal-field-icon{color:#00ff85;flex-shrink:0}.auth-modal-input{width:100%;background:none;border:none;outline:none;color:#f4fbff;font-size:.9rem;letter-spacing:.01em}.auth-modal-input::placeholder{color:#eaf9ff80}.auth-modal-button{margin-top:.375rem;background:#00ff85;color:#04131a;border:none;border-radius:50px;padding:.75rem 1rem;font-size:.9375rem;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;min-height:44px;box-shadow:0 0 20px #00ff8540;transition:all .2s ease}.auth-modal-button:hover{background:#00db76;transform:translateY(-1px)}.auth-modal-link{display:flex;flex-direction:column;align-items:center;gap:.25rem;margin-top:.125rem}.auth-modal-help{color:#92b8c4;font-size:.8125rem;margin:0;text-align:center;line-height:1.5}.auth-modal-help button,.auth-modal-secondary{color:#00ff85;background:none;border:none;cursor:pointer;font-size:.8125rem;font-weight:600;display:inline-flex;align-items:center;gap:.25rem;padding:.375rem 0;min-height:36px}.auth-modal-message{font-size:.775rem;text-align:center;margin:0}.auth-modal-message.error{color:#ff6b6b}.auth-modal-message.success{color:#00ff85}.password-strength-indicator{display:flex;align-items:center;gap:.625rem;padding:0 .25rem}.strength-bar-container{flex:1;height:4px;background:#001523e6;border-radius:2px;overflow:hidden}.strength-bar{height:100%;transition:width .3s,background .3s;border-radius:2px}.strength-bar[data-strength="1"]{width:20%;background:#ff6b6b}.strength-bar[data-strength="2"]{width:40%;background:#ffa94d}.strength-bar[data-strength="3"]{width:60%;background:#ffd43b}.strength-bar[data-strength="4"]{width:80%;background:#00ff85}.strength-bar[data-strength="5"]{width:100%;background:#00ff85}.strength-text{display:flex;align-items:center;gap:.25rem;font-size:.75rem;font-weight:600;color:#92b8c4}.strength-text[data-valid=true]{color:#00ff85}@media(max-width:767px){.auth-modal-card{padding:1.5rem 1.25rem;border-radius:16px}.auth-modal-title{font-size:1.375rem;margin-bottom:.5rem}.auth-modal-subtitle{font-size:.8rem;margin-bottom:1rem}.auth-modal-form{gap:.625rem}.auth-modal-field{padding:.625rem .75rem;border-radius:10px}.auth-modal-input{font-size:.875rem}.auth-modal-button{padding:.625rem 1rem;font-size:.875rem;margin-top:.25rem}.auth-modal-help,.auth-modal-help button,.auth-modal-secondary{font-size:.775rem}}@media(max-width:479px){.auth-modal-overlay{padding:.625rem}.auth-modal-card{padding:1.125rem 1rem;border-radius:14px}.auth-modal-title{font-size:1.125rem;margin-bottom:.375rem}.auth-modal-subtitle{font-size:.75rem;margin-bottom:.75rem}.auth-modal-form{gap:.5rem}.auth-modal-field{padding:.5rem .625rem;border-radius:8px;min-height:40px}.auth-modal-input{font-size:.8125rem}.auth-modal-button{padding:.5rem .875rem;font-size:.8125rem;margin-top:.125rem;min-height:40px}.auth-modal-link{gap:.125rem}.auth-modal-help,.auth-modal-help button,.auth-modal-secondary{font-size:.725rem;min-height:32px}.auth-modal-message{font-size:.7rem}.strength-text{font-size:.675rem}}/*! tailwindcss v4.1.3 | MIT License | https://tailwindcss.com */@layer properties{@supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-translate-x: 0;--tw-translate-y: 0;--tw-translate-z: 0;--tw-rotate-x: rotateX(0);--tw-rotate-y: rotateY(0);--tw-rotate-z: rotateZ(0);--tw-skew-x: skewX(0);--tw-skew-y: skewY(0);--tw-space-y-reverse: 0;--tw-border-style: solid;--tw-gradient-position: initial;--tw-gradient-from: #0000;--tw-gradient-via: #0000;--tw-gradient-to: #0000;--tw-gradient-stops: initial;--tw-gradient-via-stops: initial;--tw-gradient-from-position: 0%;--tw-gradient-via-position: 50%;--tw-gradient-to-position: 100%;--tw-leading: initial;--tw-font-weight: initial;--tw-shadow: 0 0 #0000;--tw-shadow-color: initial;--tw-shadow-alpha: 100%;--tw-inset-shadow: 0 0 #0000;--tw-inset-shadow-color: initial;--tw-inset-shadow-alpha: 100%;--tw-ring-color: initial;--tw-ring-shadow: 0 0 #0000;--tw-inset-ring-color: initial;--tw-inset-ring-shadow: 0 0 #0000;--tw-ring-inset: initial;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-offset-shadow: 0 0 #0000;--tw-outline-style: solid;--tw-blur: initial;--tw-brightness: initial;--tw-contrast: initial;--tw-grayscale: initial;--tw-hue-rotate: initial;--tw-invert: initial;--tw-opacity: initial;--tw-saturate: initial;--tw-sepia: initial;--tw-drop-shadow: initial;--tw-drop-shadow-color: initial;--tw-drop-shadow-alpha: 100%;--tw-drop-shadow-size: initial;--tw-backdrop-blur: initial;--tw-backdrop-brightness: initial;--tw-backdrop-contrast: initial;--tw-backdrop-grayscale: initial;--tw-backdrop-hue-rotate: initial;--tw-backdrop-invert: initial;--tw-backdrop-opacity: initial;--tw-backdrop-saturate: initial;--tw-backdrop-sepia: initial;--tw-duration: initial}}}@layer theme{:root,:host{--font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--color-red-400: oklch(.704 .191 22.216);--color-red-500: oklch(.637 .237 25.331);--color-black: #000;--color-white: #fff;--spacing: .25rem;--container-lg: 32rem;--container-2xl: 42rem;--container-4xl: 56rem;--container-5xl: 64rem;--container-6xl: 72rem;--container-7xl: 80rem;--text-xs: .75rem;--text-xs--line-height: calc(1 / .75);--text-sm: .875rem;--text-sm--line-height: calc(1.25 / .875);--text-base: 1rem;--text-base--line-height: 1.5 ;--text-lg: 1.125rem;--text-lg--line-height: calc(1.75 / 1.125);--text-xl: 1.25rem;--text-xl--line-height: calc(1.75 / 1.25);--text-2xl: 1.5rem;--text-2xl--line-height: calc(2 / 1.5);--text-4xl: 2.25rem;--text-4xl--line-height: calc(2.5 / 2.25);--font-weight-normal: 400;--font-weight-medium: 500;--font-weight-semibold: 600;--leading-relaxed: 1.625;--radius-xs: .125rem;--radius-2xl: 1rem;--blur-sm: 8px;--blur-3xl: 64px;--default-transition-duration: .15s;--default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);--default-font-family: var(--font-sans);--default-font-feature-settings: var(--font-sans--font-feature-settings);--default-font-variation-settings: var(--font-sans--font-variation-settings);--default-mono-font-family: var(--font-mono);--default-mono-font-feature-settings: var(--font-mono--font-feature-settings);--default-mono-font-variation-settings: var(--font-mono--font-variation-settings)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings, normal);font-variation-settings:var(--default-font-variation-settings, normal);-webkit-tap-highlight-color:transparent}body{line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings, normal);font-variation-settings:var(--default-mono-font-variation-settings, normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1;color:currentColor}@supports (color: color-mix(in lab,red,red)){::placeholder{color:color-mix(in oklab,currentColor 50%,transparent)}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}*{border-color:var(--border);outline-color:var(--ring)}@supports (color: color-mix(in lab,red,red)){*{outline-color:color-mix(in oklab,var(--ring) 50%,transparent)}}body{background-color:var(--background);color:var(--foreground)}:where(:not(:has([class*=" text-"]),:not(:has([class^=text-])))) h1{font-size:var(--text-2xl);font-weight:var(--font-weight-medium);line-height:1.5}:where(:not(:has([class*=" text-"]),:not(:has([class^=text-])))) h2{font-size:var(--text-xl);font-weight:var(--font-weight-medium);line-height:1.5}:where(:not(:has([class*=" text-"]),:not(:has([class^=text-])))) h3{font-size:var(--text-lg);font-weight:var(--font-weight-medium);line-height:1.5}:where(:not(:has([class*=" text-"]),:not(:has([class^=text-])))) h4{font-size:var(--text-base);font-weight:var(--font-weight-medium);line-height:1.5}:where(:not(:has([class*=" text-"]),:not(:has([class^=text-])))) p{font-size:var(--text-base);font-weight:var(--font-weight-normal);line-height:1.5}:where(:not(:has([class*=" text-"]),:not(:has([class^=text-])))) label,:where(:not(:has([class*=" text-"]),:not(:has([class^=text-])))) button{font-size:var(--text-base);font-weight:var(--font-weight-medium);line-height:1.5}:where(:not(:has([class*=" text-"]),:not(:has([class^=text-])))) input{font-size:var(--text-base);font-weight:var(--font-weight-normal);line-height:1.5}}@layer utilities{.\@container\/card-header{container:card-header / inline-size}.pointer-events-none{pointer-events:none}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.absolute{position:absolute}.fixed{position:fixed}.relative{position:relative}.inset-0{inset:calc(var(--spacing) * 0)}.top-0{top:calc(var(--spacing) * 0)}.top-4{top:calc(var(--spacing) * 4)}.top-\[50\%\]{top:50%}.right-2{right:calc(var(--spacing) * 2)}.right-4{right:calc(var(--spacing) * 4)}.-left-4{left:calc(var(--spacing) * -4)}.left-1\/2,.left-\[50\%\]{left:50%}.z-10{z-index:10}.z-50{z-index:50}.col-start-2{grid-column-start:2}.row-span-2{grid-row:span 2 / span 2}.row-start-1{grid-row-start:1}.-mx-1{margin-inline:calc(var(--spacing) * -1)}.mx-auto{margin-inline:auto}.my-1{margin-block:calc(var(--spacing) * 1)}.mt-1{margin-top:calc(var(--spacing) * 1)}.mt-2{margin-top:calc(var(--spacing) * 2)}.mt-4{margin-top:calc(var(--spacing) * 4)}.mt-6{margin-top:calc(var(--spacing) * 6)}.mt-8{margin-top:calc(var(--spacing) * 8)}.mr-2{margin-right:calc(var(--spacing) * 2)}.mb-1{margin-bottom:calc(var(--spacing) * 1)}.mb-2{margin-bottom:calc(var(--spacing) * 2)}.mb-3{margin-bottom:calc(var(--spacing) * 3)}.mb-4{margin-bottom:calc(var(--spacing) * 4)}.mb-6{margin-bottom:calc(var(--spacing) * 6)}.mb-8{margin-bottom:calc(var(--spacing) * 8)}.mb-12{margin-bottom:calc(var(--spacing) * 12)}.mb-16{margin-bottom:calc(var(--spacing) * 16)}.ml-2{margin-left:calc(var(--spacing) * 2)}.block{display:block}.flex{display:flex}.grid{display:grid}.inline-block{display:inline-block}.inline-flex{display:inline-flex}.field-sizing-content{field-sizing:content}.aspect-square{aspect-ratio:1}.size-3\.5{width:calc(var(--spacing) * 3.5);height:calc(var(--spacing) * 3.5)}.size-4{width:calc(var(--spacing) * 4);height:calc(var(--spacing) * 4)}.size-9{width:calc(var(--spacing) * 9);height:calc(var(--spacing) * 9)}.size-10{width:calc(var(--spacing) * 10);height:calc(var(--spacing) * 10)}.size-full{width:100%;height:100%}.h-1\.5{height:calc(var(--spacing) * 1.5)}.h-2{height:calc(var(--spacing) * 2)}.h-2\.5{height:calc(var(--spacing) * 2.5)}.h-3{height:calc(var(--spacing) * 3)}.h-4{height:calc(var(--spacing) * 4)}.h-5{height:calc(var(--spacing) * 5)}.h-6{height:calc(var(--spacing) * 6)}.h-8{height:calc(var(--spacing) * 8)}.h-9{height:calc(var(--spacing) * 9)}.h-10{height:calc(var(--spacing) * 10)}.h-12{height:calc(var(--spacing) * 12)}.h-16{height:calc(var(--spacing) * 16)}.h-24{height:calc(var(--spacing) * 24)}.h-64{height:calc(var(--spacing) * 64)}.h-80{height:calc(var(--spacing) * 80)}.h-\[1\.15rem\]{height:1.15rem}.h-\[500px\]{height:500px}.h-\[600px\]{height:600px}.h-\[var\(--radix-select-trigger-height\)\]{height:var(--radix-select-trigger-height)}.h-full{height:100%}.h-px{height:1px}.h-screen{height:100vh}.max-h-\(--radix-select-content-available-height\){max-height:var(--radix-select-content-available-height)}.min-h-16{min-height:calc(var(--spacing) * 16)}.min-h-\[120px\]{min-height:120px}.min-h-screen{min-height:100vh}.w-1{width:calc(var(--spacing) * 1)}.w-1\.5{width:calc(var(--spacing) * 1.5)}.w-2{width:calc(var(--spacing) * 2)}.w-2\.5{width:calc(var(--spacing) * 2.5)}.w-3{width:calc(var(--spacing) * 3)}.w-4{width:calc(var(--spacing) * 4)}.w-5{width:calc(var(--spacing) * 5)}.w-6{width:calc(var(--spacing) * 6)}.w-8{width:calc(var(--spacing) * 8)}.w-12{width:calc(var(--spacing) * 12)}.w-16{width:calc(var(--spacing) * 16)}.w-24{width:calc(var(--spacing) * 24)}.w-64{width:calc(var(--spacing) * 64)}.w-80{width:calc(var(--spacing) * 80)}.w-\[150px\]{width:150px}.w-\[180px\]{width:180px}.w-\[200px\]{width:200px}.w-full{width:100%}.max-w-2xl{max-width:var(--container-2xl)}.max-w-4xl{max-width:var(--container-4xl)}.max-w-5xl{max-width:var(--container-5xl)}.max-w-6xl{max-width:var(--container-6xl)}.max-w-7xl{max-width:var(--container-7xl)}.max-w-\[70\%\]{max-width:70%}.max-w-\[calc\(100\%-2rem\)\]{max-width:calc(100% - 2rem)}.min-w-0{min-width:calc(var(--spacing) * 0)}.min-w-\[8rem\]{min-width:8rem}.min-w-\[60px\]{min-width:60px}.min-w-\[var\(--radix-select-trigger-width\)\]{min-width:var(--radix-select-trigger-width)}.flex-1{flex:1}.shrink-0{flex-shrink:0}.origin-\(--radix-select-content-transform-origin\){transform-origin:var(--radix-select-content-transform-origin)}.-translate-x-1\/2{--tw-translate-x: -50% ;translate:var(--tw-translate-x) var(--tw-translate-y)}.translate-x-\[-50\%\]{--tw-translate-x: -50%;translate:var(--tw-translate-x) var(--tw-translate-y)}.-translate-y-full{--tw-translate-y: -100%;translate:var(--tw-translate-x) var(--tw-translate-y)}.translate-y-\[-50\%\]{--tw-translate-y: -50%;translate:var(--tw-translate-x) var(--tw-translate-y)}.transform{transform:var(--tw-rotate-x) var(--tw-rotate-y) var(--tw-rotate-z) var(--tw-skew-x) var(--tw-skew-y)}.cursor-default{cursor:default}.cursor-pointer{cursor:pointer}.touch-none{touch-action:none}.resize-none{resize:none}.scroll-my-1{scroll-margin-block:calc(var(--spacing) * 1)}.auto-rows-min{grid-auto-rows:min-content}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-rows-\[auto_auto\]{grid-template-rows:auto auto}.flex-col{flex-direction:column}.flex-col-reverse{flex-direction:column-reverse}.items-center{align-items:center}.items-start{align-items:flex-start}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.justify-end{justify-content:flex-end}.justify-start{justify-content:flex-start}.gap-1\.5{gap:calc(var(--spacing) * 1.5)}.gap-2{gap:calc(var(--spacing) * 2)}.gap-3{gap:calc(var(--spacing) * 3)}.gap-4{gap:calc(var(--spacing) * 4)}.gap-6{gap:calc(var(--spacing) * 6)}.gap-8{gap:calc(var(--spacing) * 8)}:where(.space-y-1>:not(:last-child)){--tw-space-y-reverse: 0;margin-block-start:calc(calc(var(--spacing) * 1) * var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing) * 1) * calc(1 - var(--tw-space-y-reverse)))}:where(.space-y-2>:not(:last-child)){--tw-space-y-reverse: 0;margin-block-start:calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)))}:where(.space-y-3>:not(:last-child)){--tw-space-y-reverse: 0;margin-block-start:calc(calc(var(--spacing) * 3) * var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-y-reverse)))}:where(.space-y-4>:not(:last-child)){--tw-space-y-reverse: 0;margin-block-start:calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)))}:where(.space-y-6>:not(:last-child)){--tw-space-y-reverse: 0;margin-block-start:calc(calc(var(--spacing) * 6) * var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-y-reverse)))}:where(.space-y-12>:not(:last-child)){--tw-space-y-reverse: 0;margin-block-start:calc(calc(var(--spacing) * 12) * var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing) * 12) * calc(1 - var(--tw-space-y-reverse)))}.self-start{align-self:flex-start}.justify-self-end{justify-self:flex-end}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-x-hidden{overflow-x:hidden}.overflow-y-auto{overflow-y:auto}.rounded{border-radius:.25rem}.rounded-2xl{border-radius:var(--radius-2xl)}.rounded-\[inherit\]{border-radius:inherit}.rounded-full{border-radius:3.40282e38px}.rounded-lg{border-radius:var(--radius)}.rounded-md{border-radius:calc(var(--radius) - 2px)}.rounded-sm{border-radius:calc(var(--radius) - 4px)}.rounded-xl{border-radius:calc(var(--radius) + 4px)}.rounded-xs{border-radius:var(--radius-xs)}.border{border-style:var(--tw-border-style);border-width:1px}.border-2{border-style:var(--tw-border-style);border-width:2px}.border-t{border-top-style:var(--tw-border-style);border-top-width:1px}.border-r{border-right-style:var(--tw-border-style);border-right-width:1px}.border-b{border-bottom-style:var(--tw-border-style);border-bottom-width:1px}.border-l{border-left-style:var(--tw-border-style);border-left-width:1px}.border-l-4{border-left-style:var(--tw-border-style);border-left-width:4px}.border-dashed{--tw-border-style: dashed;border-style:dashed}.border-\[\#00E676\]{border-color:#00e676}.border-\[\#00E676\]\/20{border-color:#00e67633}.border-\[\#00E676\]\/30{border-color:#00e6764d}.border-\[\#00E676\]\/50{border-color:#00e67680}.border-\[\#FFD54F\]\/30{border-color:#ffd54f4d}.border-input{border-color:var(--input)}.border-transparent{border-color:#0000}.border-t-transparent{border-top-color:#0000}.border-l-transparent{border-left-color:#0000}.bg-\[\#00E676\]{background-color:#00e676}.bg-\[\#00E676\]\/10{background-color:#00e6761a}.bg-\[\#00E676\]\/20{background-color:#00e67633}.bg-\[\#00E676\]\/40{background-color:#00e67666}.bg-\[\#003049\]{background-color:#003049}.bg-\[\#003049\]\/40{background-color:#00304966}.bg-\[\#003049\]\/60{background-color:#00304999}.bg-\[\#121212\]{background-color:#121212}.bg-\[\#E0F7FA\]\/30{background-color:#e0f7fa4d}.bg-\[\#FFD54F\]\/20{background-color:#ffd54f33}.bg-background{background-color:var(--background)}.bg-black\/50{background-color:#00000080}@supports (color: color-mix(in lab,red,red)){.bg-black\/50{background-color:color-mix(in oklab,var(--color-black) 50%,transparent)}}.bg-border{background-color:var(--border)}.bg-card{background-color:var(--card)}.bg-destructive{background-color:var(--destructive)}.bg-input-background{background-color:var(--input-background)}.bg-muted{background-color:var(--muted)}.bg-popover{background-color:var(--popover)}.bg-primary,.bg-primary\/20{background-color:var(--primary)}@supports (color: color-mix(in lab,red,red)){.bg-primary\/20{background-color:color-mix(in oklab,var(--primary) 20%,transparent)}}.bg-red-400{background-color:var(--color-red-400)}.bg-red-500\/20{background-color:color-mix(in srgb,oklch(.637 .237 25.331) 20%,transparent)}@supports (color: color-mix(in lab,red,red)){.bg-red-500\/20{background-color:color-mix(in oklab,var(--color-red-500) 20%,transparent)}}.bg-secondary{background-color:var(--secondary)}.bg-gradient-to-b{--tw-gradient-position: to bottom in oklab;background-image:linear-gradient(var(--tw-gradient-stops))}.bg-gradient-to-br{--tw-gradient-position: to bottom right in oklab;background-image:linear-gradient(var(--tw-gradient-stops))}.from-\[\#00E676\]{--tw-gradient-from: #00e676;--tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}.from-\[\#003049\]{--tw-gradient-from: #003049;--tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}.from-\[\#003049\]\/60{--tw-gradient-from: oklab(29.3819% -.0343207 -.0559412 / .6);--tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}.from-\[\#121212\]{--tw-gradient-from: #121212;--tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}.from-transparent{--tw-gradient-from: transparent;--tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}.via-\[\#00E676\]\/10{--tw-gradient-via: oklab(80.9872% -.188673 .101297 / .1);--tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-via-stops)}.to-\[\#00B359\]{--tw-gradient-to: #00b359;--tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}.to-\[\#00E676\]\/10{--tw-gradient-to: oklab(80.9872% -.188673 .101297 / .1);--tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}.to-\[\#001a2a\]{--tw-gradient-to: #001a2a;--tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}.to-\[\#001a2a\]\/60{--tw-gradient-to: oklab(20.6868% -.0242301 -.0391567 / .6);--tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}.to-\[\#003049\]{--tw-gradient-to: #003049;--tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}.to-\[\#003049\]\/20{--tw-gradient-to: oklab(29.3819% -.0343207 -.0559412 / .2);--tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}.to-\[\#003049\]\/30{--tw-gradient-to: oklab(29.3819% -.0343207 -.0559412 / .3);--tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}.to-transparent{--tw-gradient-to: transparent;--tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position))}.p-1{padding:calc(var(--spacing) * 1)}.p-3{padding:calc(var(--spacing) * 3)}.p-4{padding:calc(var(--spacing) * 4)}.p-6{padding:calc(var(--spacing) * 6)}.p-8{padding:calc(var(--spacing) * 8)}.p-12{padding:calc(var(--spacing) * 12)}.p-px{padding:1px}.px-2{padding-inline:calc(var(--spacing) * 2)}.px-3{padding-inline:calc(var(--spacing) * 3)}.px-4{padding-inline:calc(var(--spacing) * 4)}.px-6{padding-inline:calc(var(--spacing) * 6)}.px-8{padding-inline:calc(var(--spacing) * 8)}.py-1{padding-block:calc(var(--spacing) * 1)}.py-1\.5{padding-block:calc(var(--spacing) * 1.5)}.py-2{padding-block:calc(var(--spacing) * 2)}.py-3{padding-block:calc(var(--spacing) * 3)}.py-12{padding-block:calc(var(--spacing) * 12)}.py-16{padding-block:calc(var(--spacing) * 16)}.pt-6{padding-top:calc(var(--spacing) * 6)}.pt-8{padding-top:calc(var(--spacing) * 8)}.pr-4{padding-right:calc(var(--spacing) * 4)}.pr-8{padding-right:calc(var(--spacing) * 8)}.pb-4{padding-bottom:calc(var(--spacing) * 4)}.pb-6{padding-bottom:calc(var(--spacing) * 6)}.pl-2{padding-left:calc(var(--spacing) * 2)}.text-center{text-align:center}.text-left{text-align:left}.text-2xl{font-size:var(--text-2xl);line-height:var(--tw-leading, var(--text-2xl--line-height))}.text-4xl{font-size:var(--text-4xl);line-height:var(--tw-leading, var(--text-4xl--line-height))}.text-base{font-size:var(--text-base);line-height:var(--tw-leading, var(--text-base--line-height))}.text-lg{font-size:var(--text-lg);line-height:var(--tw-leading, var(--text-lg--line-height))}.text-sm{font-size:var(--text-sm);line-height:var(--tw-leading, var(--text-sm--line-height))}.text-xl{font-size:var(--text-xl);line-height:var(--tw-leading, var(--text-xl--line-height))}.text-xs{font-size:var(--text-xs);line-height:var(--tw-leading, var(--text-xs--line-height))}.leading-none{--tw-leading: 1;line-height:1}.leading-relaxed{--tw-leading: var(--leading-relaxed);line-height:var(--leading-relaxed)}.font-medium{--tw-font-weight: var(--font-weight-medium);font-weight:var(--font-weight-medium)}.font-semibold{--tw-font-weight: var(--font-weight-semibold);font-weight:var(--font-weight-semibold)}.whitespace-nowrap{white-space:nowrap}.text-\[\#00E676\]{color:#00e676}.text-\[\#003049\]{color:#003049}.text-\[\#E0F7FA\]{color:#e0f7fa}.text-\[\#E0F7FA\]\/60{color:#e0f7fa99}.text-\[\#E0F7FA\]\/70{color:#e0f7fab3}.text-\[\#E0F7FA\]\/80{color:#e0f7facc}.text-\[\#FFD54F\]{color:#ffd54f}.text-card-foreground{color:var(--card-foreground)}.text-foreground{color:var(--foreground)}.text-muted-foreground{color:var(--muted-foreground)}.text-popover-foreground{color:var(--popover-foreground)}.text-primary{color:var(--primary)}.text-primary-foreground{color:var(--primary-foreground)}.text-red-400{color:var(--color-red-400)}.text-secondary-foreground{color:var(--secondary-foreground)}.text-white{color:var(--color-white)}.italic{font-style:italic}.underline-offset-4{text-underline-offset:4px}.opacity-20{opacity:.2}.opacity-30{opacity:.3}.opacity-50{opacity:.5}.opacity-70{opacity:.7}.shadow-\[0_0_20px_rgba\(0\,230\,118\,0\.5\)\]{--tw-shadow: 0 0 20px var(--tw-shadow-color, #00e67680);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\[0_0_30px_rgba\(0\,230\,118\,0\.3\)\]{--tw-shadow: 0 0 30px var(--tw-shadow-color, #00e6764d);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\[0_0_30px_rgba\(0\,230\,118\,0\.5\)\]{--tw-shadow: 0 0 30px var(--tw-shadow-color, #00e67680);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-\[0_0_60px_rgba\(0\,230\,118\,0\.6\)\]{--tw-shadow: 0 0 60px var(--tw-shadow-color, #00e67699);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-lg{--tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, #0000001a), 0 4px 6px -4px var(--tw-shadow-color, #0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-md{--tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, #0000001a), 0 2px 4px -2px var(--tw-shadow-color, #0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-xl{--tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, #0000001a), 0 8px 10px -6px var(--tw-shadow-color, #0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.ring{--tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.ring-0{--tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.ring-offset-background{--tw-ring-offset-color: var(--background)}.outline-hidden{--tw-outline-style: none;outline-style:none}@media(forced-colors:active){.outline-hidden{outline-offset:2px;outline:2px solid #0000}}.outline{outline-style:var(--tw-outline-style);outline-width:1px}.blur-3xl{--tw-blur: blur(var(--blur-3xl));filter:var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, )}.blur-sm{--tw-blur: blur(var(--blur-sm));filter:var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, )}.backdrop-blur-sm{--tw-backdrop-blur: blur(var(--blur-sm));-webkit-backdrop-filter:var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );backdrop-filter:var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, )}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter;transition-timing-function:var(--tw-ease, var(--default-transition-timing-function));transition-duration:var(--tw-duration, var(--default-transition-duration))}.transition-\[color\,box-shadow\]{transition-property:color,box-shadow;transition-timing-function:var(--tw-ease, var(--default-transition-timing-function));transition-duration:var(--tw-duration, var(--default-transition-duration))}.transition-all{transition-property:all;transition-timing-function:var(--tw-ease, var(--default-transition-timing-function));transition-duration:var(--tw-duration, var(--default-transition-duration))}.transition-colors{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:var(--tw-ease, var(--default-transition-timing-function));transition-duration:var(--tw-duration, var(--default-transition-duration))}.transition-opacity{transition-property:opacity;transition-timing-function:var(--tw-ease, var(--default-transition-timing-function));transition-duration:var(--tw-duration, var(--default-transition-duration))}.transition-transform{transition-property:transform,translate,scale,rotate;transition-timing-function:var(--tw-ease, var(--default-transition-timing-function));transition-duration:var(--tw-duration, var(--default-transition-duration))}.duration-200{--tw-duration: .2s;transition-duration:.2s}.outline-none{--tw-outline-style: none;outline-style:none}.select-none{-webkit-user-select:none;user-select:none}.group-data-\[disabled\=true\]\:pointer-events-none:is(:where(.group)[data-disabled=true] *){pointer-events:none}.group-data-\[disabled\=true\]\:opacity-50:is(:where(.group)[data-disabled=true] *){opacity:.5}.peer-disabled\:cursor-not-allowed:is(:where(.peer):disabled~*){cursor:not-allowed}.peer-disabled\:opacity-50:is(:where(.peer):disabled~*){opacity:.5}.selection\:bg-primary ::selection,.selection\:bg-primary::selection{background-color:var(--primary)}.selection\:text-primary-foreground ::selection,.selection\:text-primary-foreground::selection{color:var(--primary-foreground)}.file\:inline-flex::file-selector-button{display:inline-flex}.file\:h-7::file-selector-button{height:calc(var(--spacing) * 7)}.file\:border-0::file-selector-button{border-style:var(--tw-border-style);border-width:0}.file\:bg-transparent::file-selector-button{background-color:#0000}.file\:text-sm::file-selector-button{font-size:var(--text-sm);line-height:var(--tw-leading, var(--text-sm--line-height))}.file\:font-medium::file-selector-button{--tw-font-weight: var(--font-weight-medium);font-weight:var(--font-weight-medium)}.file\:text-foreground::file-selector-button{color:var(--foreground)}.placeholder\:text-\[\#E0F7FA\]\/40::placeholder{color:#e0f7fa66}.placeholder\:text-muted-foreground::placeholder{color:var(--muted-foreground)}@media(hover:hover){.hover\:border-\[\#00E676\]:hover{border-color:#00e676}}@media(hover:hover){.hover\:border-\[\#00E676\]\/50:hover{border-color:#00e67680}}@media(hover:hover){.hover\:bg-\[\#00E676\]\/10:hover{background-color:#00e6761a}}@media(hover:hover){.hover\:bg-\[\#00E676\]\/90:hover{background-color:#00e676e6}}@media(hover:hover){.hover\:bg-\[\#003049\]\/60:hover{background-color:#00304999}}@media(hover:hover){.hover\:bg-accent:hover{background-color:var(--accent)}}@media(hover:hover){.hover\:bg-destructive\/90:hover{background-color:var(--destructive)}@supports (color: color-mix(in lab,red,red)){.hover\:bg-destructive\/90:hover{background-color:color-mix(in oklab,var(--destructive) 90%,transparent)}}}@media(hover:hover){.hover\:bg-primary\/90:hover{background-color:var(--primary)}@supports (color: color-mix(in lab,red,red)){.hover\:bg-primary\/90:hover{background-color:color-mix(in oklab,var(--primary) 90%,transparent)}}}@media(hover:hover){.hover\:bg-secondary\/80:hover{background-color:var(--secondary)}@supports (color: color-mix(in lab,red,red)){.hover\:bg-secondary\/80:hover{background-color:color-mix(in oklab,var(--secondary) 80%,transparent)}}}@media(hover:hover){.hover\:text-accent-foreground:hover{color:var(--accent-foreground)}}@media(hover:hover){.hover\:underline:hover{text-decoration-line:underline}}@media(hover:hover){.hover\:opacity-100:hover{opacity:1}}.focus\:bg-accent:focus{background-color:var(--accent)}.focus\:text-accent-foreground:focus{color:var(--accent-foreground)}.focus\:ring-2:focus{--tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.focus\:ring-ring:focus{--tw-ring-color: var(--ring)}.focus\:ring-offset-2:focus{--tw-ring-offset-width: 2px;--tw-ring-offset-shadow: var(--tw-ring-inset, ) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color)}.focus\:outline-hidden:focus{--tw-outline-style: none;outline-style:none}@media(forced-colors:active){.focus\:outline-hidden:focus{outline-offset:2px;outline:2px solid #0000}}.focus-visible\:border-ring:focus-visible{border-color:var(--ring)}.focus-visible\:ring-\[3px\]:focus-visible{--tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.focus-visible\:ring-destructive\/20:focus-visible{--tw-ring-color: var(--destructive)}@supports (color: color-mix(in lab,red,red)){.focus-visible\:ring-destructive\/20:focus-visible{--tw-ring-color: color-mix(in oklab, var(--destructive) 20%, transparent)}}.focus-visible\:ring-ring\/50:focus-visible{--tw-ring-color: var(--ring)}@supports (color: color-mix(in lab,red,red)){.focus-visible\:ring-ring\/50:focus-visible{--tw-ring-color: color-mix(in oklab, var(--ring) 50%, transparent)}}.focus-visible\:outline-1:focus-visible{outline-style:var(--tw-outline-style);outline-width:1px}.disabled\:pointer-events-none:disabled{pointer-events:none}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:opacity-50:disabled{opacity:.5}.has-data-\[slot\=card-action\]\:grid-cols-\[1fr_auto\]:has([data-slot=card-action]){grid-template-columns:1fr auto}.has-\[\>svg\]\:px-2\.5:has(>svg){padding-inline:calc(var(--spacing) * 2.5)}.has-\[\>svg\]\:px-3:has(>svg){padding-inline:calc(var(--spacing) * 3)}.has-\[\>svg\]\:px-4:has(>svg){padding-inline:calc(var(--spacing) * 4)}.aria-invalid\:border-destructive[aria-invalid=true]{border-color:var(--destructive)}.aria-invalid\:ring-destructive\/20[aria-invalid=true]{--tw-ring-color: var(--destructive)}@supports (color: color-mix(in lab,red,red)){.aria-invalid\:ring-destructive\/20[aria-invalid=true]{--tw-ring-color: color-mix(in oklab, var(--destructive) 20%, transparent)}}.data-\[disabled\]\:pointer-events-none[data-disabled]{pointer-events:none}.data-\[disabled\]\:opacity-50[data-disabled]{opacity:.5}.data-\[orientation\=horizontal\]\:h-px[data-orientation=horizontal]{height:1px}.data-\[orientation\=horizontal\]\:w-full[data-orientation=horizontal]{width:100%}.data-\[orientation\=vertical\]\:h-full[data-orientation=vertical]{height:100%}.data-\[orientation\=vertical\]\:w-px[data-orientation=vertical]{width:1px}.data-\[placeholder\]\:text-muted-foreground[data-placeholder]{color:var(--muted-foreground)}.data-\[side\=bottom\]\:translate-y-1[data-side=bottom]{--tw-translate-y: calc(var(--spacing) * 1);translate:var(--tw-translate-x) var(--tw-translate-y)}.data-\[side\=bottom\]\:slide-in-from-top-2[data-side=bottom]{--tw-enter-translate-y: calc(2 * var(--spacing) * -1)}.data-\[side\=left\]\:-translate-x-1[data-side=left]{--tw-translate-x: calc(var(--spacing) * -1);translate:var(--tw-translate-x) var(--tw-translate-y)}.data-\[side\=left\]\:slide-in-from-right-2[data-side=left]{--tw-enter-translate-x: calc(2 * var(--spacing))}.data-\[side\=right\]\:translate-x-1[data-side=right]{--tw-translate-x: calc(var(--spacing) * 1);translate:var(--tw-translate-x) var(--tw-translate-y)}.data-\[side\=right\]\:slide-in-from-left-2[data-side=right]{--tw-enter-translate-x: calc(2 * var(--spacing) * -1)}.data-\[side\=top\]\:-translate-y-1[data-side=top]{--tw-translate-y: calc(var(--spacing) * -1);translate:var(--tw-translate-x) var(--tw-translate-y)}.data-\[side\=top\]\:slide-in-from-bottom-2[data-side=top]{--tw-enter-translate-y: calc(2 * var(--spacing))}.data-\[size\=default\]\:h-9[data-size=default]{height:calc(var(--spacing) * 9)}.data-\[size\=sm\]\:h-8[data-size=sm]{height:calc(var(--spacing) * 8)}:is(.\*\:data-\[slot\=select-value\]\:line-clamp-1>*)[data-slot=select-value]{-webkit-line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}:is(.\*\:data-\[slot\=select-value\]\:flex>*)[data-slot=select-value]{display:flex}:is(.\*\:data-\[slot\=select-value\]\:items-center>*)[data-slot=select-value]{align-items:center}:is(.\*\:data-\[slot\=select-value\]\:gap-2>*)[data-slot=select-value]{gap:calc(var(--spacing) * 2)}.data-\[state\=checked\]\:translate-x-\[calc\(100\%-2px\)\][data-state=checked]{--tw-translate-x: calc(100% - 2px) ;translate:var(--tw-translate-x) var(--tw-translate-y)}.data-\[state\=checked\]\:bg-primary[data-state=checked]{background-color:var(--primary)}.data-\[state\=closed\]\:animate-out[data-state=closed]{animation:exit var(--tw-duration, .15s) var(--tw-ease, ease)}.data-\[state\=closed\]\:fade-out-0[data-state=closed]{--tw-exit-opacity: 0}.data-\[state\=closed\]\:zoom-out-95[data-state=closed]{--tw-exit-scale: .95}.data-\[state\=open\]\:animate-in[data-state=open]{animation:enter var(--tw-duration, .15s) var(--tw-ease, ease)}.data-\[state\=open\]\:bg-accent[data-state=open]{background-color:var(--accent)}.data-\[state\=open\]\:text-muted-foreground[data-state=open]{color:var(--muted-foreground)}.data-\[state\=open\]\:fade-in-0[data-state=open]{--tw-enter-opacity: 0}.data-\[state\=open\]\:zoom-in-95[data-state=open]{--tw-enter-scale: .95}.data-\[state\=unchecked\]\:translate-x-0[data-state=unchecked]{--tw-translate-x: calc(var(--spacing) * 0);translate:var(--tw-translate-x) var(--tw-translate-y)}.data-\[state\=unchecked\]\:bg-switch-background[data-state=unchecked]{background-color:var(--switch-background)}@media(width>=40rem){.sm\:max-w-lg{max-width:var(--container-lg)}}@media(width>=40rem){.sm\:flex-row{flex-direction:row}}@media(width>=40rem){.sm\:justify-end{justify-content:flex-end}}@media(width>=40rem){.sm\:text-left{text-align:left}}@media(width>=48rem){.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(width>=48rem){.md\:text-sm{font-size:var(--text-sm);line-height:var(--tw-leading, var(--text-sm--line-height))}}@media(width>=64rem){.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(width>=64rem){.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}}.dark\:border-input:is(.dark *){border-color:var(--input)}.dark\:bg-destructive\/60:is(.dark *){background-color:var(--destructive)}@supports (color: color-mix(in lab,red,red)){.dark\:bg-destructive\/60:is(.dark *){background-color:color-mix(in oklab,var(--destructive) 60%,transparent)}}.dark\:bg-input\/30:is(.dark *){background-color:var(--input)}@supports (color: color-mix(in lab,red,red)){.dark\:bg-input\/30:is(.dark *){background-color:color-mix(in oklab,var(--input) 30%,transparent)}}@media(hover:hover){.dark\:hover\:bg-accent\/50:is(.dark *):hover{background-color:var(--accent)}@supports (color: color-mix(in lab,red,red)){.dark\:hover\:bg-accent\/50:is(.dark *):hover{background-color:color-mix(in oklab,var(--accent) 50%,transparent)}}}@media(hover:hover){.dark\:hover\:bg-input\/50:is(.dark *):hover{background-color:var(--input)}@supports (color: color-mix(in lab,red,red)){.dark\:hover\:bg-input\/50:is(.dark *):hover{background-color:color-mix(in oklab,var(--input) 50%,transparent)}}}.dark\:focus-visible\:ring-destructive\/40:is(.dark *):focus-visible{--tw-ring-color: var(--destructive)}@supports (color: color-mix(in lab,red,red)){.dark\:focus-visible\:ring-destructive\/40:is(.dark *):focus-visible{--tw-ring-color: color-mix(in oklab, var(--destructive) 40%, transparent)}}.dark\:aria-invalid\:ring-destructive\/40:is(.dark *)[aria-invalid=true]{--tw-ring-color: var(--destructive)}@supports (color: color-mix(in lab,red,red)){.dark\:aria-invalid\:ring-destructive\/40:is(.dark *)[aria-invalid=true]{--tw-ring-color: color-mix(in oklab, var(--destructive) 40%, transparent)}}.dark\:data-\[state\=checked\]\:bg-primary-foreground:is(.dark *)[data-state=checked]{background-color:var(--primary-foreground)}.dark\:data-\[state\=unchecked\]\:bg-card-foreground:is(.dark *)[data-state=unchecked]{background-color:var(--card-foreground)}.dark\:data-\[state\=unchecked\]\:bg-input\/80:is(.dark *)[data-state=unchecked]{background-color:var(--input)}@supports (color: color-mix(in lab,red,red)){.dark\:data-\[state\=unchecked\]\:bg-input\/80:is(.dark *)[data-state=unchecked]{background-color:color-mix(in oklab,var(--input) 80%,transparent)}}.\[\&_svg\]\:pointer-events-none svg{pointer-events:none}.\[\&_svg\]\:shrink-0 svg{flex-shrink:0}.\[\&_svg\:not\(\[class\*\=\'size-\'\]\)\]\:size-4 svg:not([class*=size-]){width:calc(var(--spacing) * 4);height:calc(var(--spacing) * 4)}.\[\&_svg\:not\(\[class\*\=\'text-\'\]\)\]\:text-muted-foreground svg:not([class*=text-]){color:var(--muted-foreground)}.\[\.border-b\]\:pb-6.border-b{padding-bottom:calc(var(--spacing) * 6)}.\[\.border-t\]\:pt-6.border-t{padding-top:calc(var(--spacing) * 6)}:is(.\*\:\[span\]\:last\:flex>*):is(span):last-child{display:flex}:is(.\*\:\[span\]\:last\:items-center>*):is(span):last-child{align-items:center}:is(.\*\:\[span\]\:last\:gap-2>*):is(span):last-child{gap:calc(var(--spacing) * 2)}.\[\&\:last-child\]\:pb-6:last-child{padding-bottom:calc(var(--spacing) * 6)}}:root{--header-height: 56px;--font-size: 16px;--background: linear-gradient(135deg, #001F3F 0%, #003366 50%, #1C1C1E 100%);--foreground: #EAEAEA;--card: #fff;--card-foreground: oklch(.145 0 0);--popover: oklch(1 0 0);--popover-foreground: oklch(.145 0 0);--primary: #030213;--primary-foreground: oklch(1 0 0);--secondary: oklch(.95 .0058 264.53);--secondary-foreground: #030213;--muted: #ececf0;--muted-foreground: #717182;--accent: #e9ebef;--accent-foreground: #030213;--destructive: #d4183d;--destructive-foreground: #fff;--border: #0000001a;--input: transparent;--input-background: #f3f3f5;--switch-background: #cbced4;--font-weight-medium: 500;--font-weight-normal: 400;--ring: oklch(.708 0 0);--chart-1: oklch(.646 .222 41.116);--chart-2: oklch(.6 .118 184.704);--chart-3: oklch(.398 .07 227.392);--chart-4: oklch(.828 .189 84.429);--chart-5: oklch(.769 .188 70.08);--radius: .625rem;--sidebar: oklch(.985 0 0);--sidebar-foreground: oklch(.145 0 0);--sidebar-primary: #030213;--sidebar-primary-foreground: oklch(.985 0 0);--sidebar-accent: oklch(.97 0 0);--sidebar-accent-foreground: oklch(.205 0 0);--sidebar-border: oklch(.922 0 0);--sidebar-ring: oklch(.708 0 0)}.dark{--background: linear-gradient(135deg, #001F3F 0%, #003366 50%, #1C1C1E 100%);--foreground: #EAEAEA;--card: oklch(.145 0 0);--card-foreground: oklch(.985 0 0);--popover: oklch(.145 0 0);--popover-foreground: oklch(.985 0 0);--primary: oklch(.985 0 0);--primary-foreground: oklch(.205 0 0);--secondary: oklch(.269 0 0);--secondary-foreground: oklch(.985 0 0);--muted: oklch(.269 0 0);--muted-foreground: oklch(.708 0 0);--accent: oklch(.269 0 0);--accent-foreground: oklch(.985 0 0);--destructive: oklch(.396 .141 25.723);--destructive-foreground: oklch(.637 .237 25.331);--border: oklch(.269 0 0);--input: oklch(.269 0 0);--ring: oklch(.439 0 0);--font-weight-medium: 500;--font-weight-normal: 400;--chart-1: oklch(.488 .243 264.376);--chart-2: oklch(.696 .17 162.48);--chart-3: oklch(.769 .188 70.08);--chart-4: oklch(.627 .265 303.9);--chart-5: oklch(.645 .246 16.439);--sidebar: oklch(.205 0 0);--sidebar-foreground: oklch(.985 0 0);--sidebar-primary: oklch(.488 .243 264.376);--sidebar-primary-foreground: oklch(.985 0 0);--sidebar-accent: oklch(.269 0 0);--sidebar-accent-foreground: oklch(.985 0 0);--sidebar-border: oklch(.269 0 0);--sidebar-ring: oklch(.439 0 0)}html{font-size:var(--font-size)}body{background:linear-gradient(135deg,#001f3f,#036,#1c1c1e);min-height:100vh;color:#eaeaea}#root{min-height:100vh;background:transparent}@property --tw-translate-x{syntax: "*"; inherits: false; initial-value: 0;}@property --tw-translate-y{syntax: "*"; inherits: false; initial-value: 0;}@property --tw-translate-z{syntax: "*"; inherits: false; initial-value: 0;}@property --tw-rotate-x{syntax: "*"; inherits: false; initial-value: rotateX(0);}@property --tw-rotate-y{syntax: "*"; inherits: false; initial-value: rotateY(0);}@property --tw-rotate-z{syntax: "*"; inherits: false; initial-value: rotateZ(0);}@property --tw-skew-x{syntax: "*"; inherits: false; initial-value: skewX(0);}@property --tw-skew-y{syntax: "*"; inherits: false; initial-value: skewY(0);}@property --tw-space-y-reverse{syntax: "*"; inherits: false; initial-value: 0;}@property --tw-border-style{syntax: "*"; inherits: false; initial-value: solid;}@property --tw-gradient-position{syntax: "*"; inherits: false}@property --tw-gradient-from{syntax: "<color>"; inherits: false; initial-value: #0000;}@property --tw-gradient-via{syntax: "<color>"; inherits: false; initial-value: #0000;}@property --tw-gradient-to{syntax: "<color>"; inherits: false; initial-value: #0000;}@property --tw-gradient-stops{syntax: "*"; inherits: false}@property --tw-gradient-via-stops{syntax: "*"; inherits: false}@property --tw-gradient-from-position{syntax: "<length-percentage>"; inherits: false; initial-value: 0%;}@property --tw-gradient-via-position{syntax: "<length-percentage>"; inherits: false; initial-value: 50%;}@property --tw-gradient-to-position{syntax: "<length-percentage>"; inherits: false; initial-value: 100%;}@property --tw-leading{syntax: "*"; inherits: false}@property --tw-font-weight{syntax: "*"; inherits: false}@property --tw-shadow{syntax: "*"; inherits: false; initial-value: 0 0 #0000;}@property --tw-shadow-color{syntax: "*"; inherits: false}@property --tw-shadow-alpha{syntax: "<percentage>"; inherits: false; initial-value: 100%;}@property --tw-inset-shadow{syntax: "*"; inherits: false; initial-value: 0 0 #0000;}@property --tw-inset-shadow-color{syntax: "*"; inherits: false}@property --tw-inset-shadow-alpha{syntax: "<percentage>"; inherits: false; initial-value: 100%;}@property --tw-ring-color{syntax: "*"; inherits: false}@property --tw-ring-shadow{syntax: "*"; inherits: false; initial-value: 0 0 #0000;}@property --tw-inset-ring-color{syntax: "*"; inherits: false}@property --tw-inset-ring-shadow{syntax: "*"; inherits: false; initial-value: 0 0 #0000;}@property --tw-ring-inset{syntax: "*"; inherits: false}@property --tw-ring-offset-width{syntax: "<length>"; inherits: false; initial-value: 0;}@property --tw-ring-offset-color{syntax: "*"; inherits: false; initial-value: #fff;}@property --tw-ring-offset-shadow{syntax: "*"; inherits: false; initial-value: 0 0 #0000;}@property --tw-outline-style{syntax: "*"; inherits: false; initial-value: solid;}@property --tw-blur{syntax: "*"; inherits: false}@property --tw-brightness{syntax: "*"; inherits: false}@property --tw-contrast{syntax: "*"; inherits: false}@property --tw-grayscale{syntax: "*"; inherits: false}@property --tw-hue-rotate{syntax: "*"; inherits: false}@property --tw-invert{syntax: "*"; inherits: false}@property --tw-opacity{syntax: "*"; inherits: false}@property --tw-saturate{syntax: "*"; inherits: false}@property --tw-sepia{syntax: "*"; inherits: false}@property --tw-drop-shadow{syntax: "*"; inherits: false}@property --tw-drop-shadow-color{syntax: "*"; inherits: false}@property --tw-drop-shadow-alpha{syntax: "<percentage>"; inherits: false; initial-value: 100%;}@property --tw-drop-shadow-size{syntax: "*"; inherits: false}@property --tw-backdrop-blur{syntax: "*"; inherits: false}@property --tw-backdrop-brightness{syntax: "*"; inherits: false}@property --tw-backdrop-contrast{syntax: "*"; inherits: false}@property --tw-backdrop-grayscale{syntax: "*"; inherits: false}@property --tw-backdrop-hue-rotate{syntax: "*"; inherits: false}@property --tw-backdrop-invert{syntax: "*"; inherits: false}@property --tw-backdrop-opacity{syntax: "*"; inherits: false}@property --tw-backdrop-saturate{syntax: "*"; inherits: false}@property --tw-backdrop-sepia{syntax: "*"; inherits: false}@property --tw-duration{syntax: "*"; inherits: false}@keyframes enter{0%{opacity:var(--tw-enter-opacity, 1);transform:translate3d(var(--tw-enter-translate-x, 0),var(--tw-enter-translate-y, 0),0) scale3d(var(--tw-enter-scale, 1),var(--tw-enter-scale, 1),var(--tw-enter-scale, 1)) rotate(var(--tw-enter-rotate, 0))}}@keyframes exit{to{opacity:var(--tw-exit-opacity, 1);transform:translate3d(var(--tw-exit-translate-x, 0),var(--tw-exit-translate-y, 0),0) scale3d(var(--tw-exit-scale, 1),var(--tw-exit-scale, 1),var(--tw-exit-scale, 1)) rotate(var(--tw-exit-rotate, 0))}}html,body{transition:background-color .3s ease,color .3s ease;height:100%;overflow-x:hidden}#root{height:100%;min-height:100%;background:transparent;padding-top:env(safe-area-inset-top);padding-bottom:env(safe-area-inset-bottom);padding-left:env(safe-area-inset-left);padding-right:env(safe-area-inset-right)}::-webkit-scrollbar-track{background:#0030494d}::-webkit-scrollbar-thumb{background:#00e67659;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#00e67699}*{scrollbar-width:thin;scrollbar-color:rgba(0,230,118,.35) rgba(0,48,73,.3)}.scrollbar-thin::-webkit-scrollbar{width:4px}.scrollbar-thin::-webkit-scrollbar-track{background:transparent}.scrollbar-thin::-webkit-scrollbar-thumb{background:#374151;border-radius:4px}.scrollbar-thin::-webkit-scrollbar-thumb:hover{background:#4b5563}:root{--color-primary: #00E676;--color-primary-dark: #00B359;--color-primary-light: #69F0AE;--bg-page: #071318;--bg-surface: rgba(0, 48, 73, .95);--bg-surface2: rgba(0, 48, 73, .92);--bg-input: rgba(0, 48, 73, .88);--text-primary: #E0F7FA;--text-secondary: rgba(224, 247, 250, .72);--text-muted: rgba(224, 247, 250, .35);--text-label: rgba(224, 247, 250, .7);--border-subtle: rgba(0, 230, 118, .12);--border-normal: rgba(0, 230, 118, .25);--border-strong: rgba(0, 230, 118, .4);--accent-green: #00E676;--accent-yellow: #FFD54F;--accent-red: #f87171;--accent-blue: #4FC3F7;--accent-orange: #FF8C42;--color-critical: #f87171;--color-high: #FF4444;--color-watchlist: #FF8C42;--color-warning: #FFD54F;--color-stable: #00E676;--color-improving: #69F0AE;--color-info: #4FC3F7;--bg-critical: rgba(248, 113, 113, .1);--bg-warning: rgba(255, 213, 79, .1);--bg-stable: rgba(0, 230, 118, .1);--bg-improving: rgba(105, 240, 174, .1);--bg-info: rgba(79, 195, 247, .1);--sidebar-bg: #0f172a}html.light{--color-primary: #10B981;--color-primary-dark: #0E9F6E;--color-primary-light: #34D399;--bg-page: #F8FAFC;--bg-surface: #FFFFFF;--bg-surface2: #F1F5F9;--bg-input: #FFFFFF;--bg-hover: #ECFDF5;--text-primary: #0F172A;--text-secondary: #475569;--text-muted: #94A3B8;--text-label: #64748B;--border-subtle: #E2E8F0;--border-normal: #CBD5E1;--border-strong: #94A3B8;--accent-green: #057A55;--accent-yellow: #D97706;--accent-red: #DC2626;--accent-blue: #1D4ED8;--accent-orange: #EA580C;--color-critical: #DC2626;--color-high: #DC2626;--color-watchlist: #EA580C;--color-warning: #D97706;--color-stable: #057A55;--color-improving: #10B981;--color-info: #1D4ED8;--bg-critical: rgba(220, 38, 38, .08);--bg-warning: rgba(217, 119, 6, .08);--bg-stable: rgba(5, 122, 85, .08);--bg-improving: rgba(16, 185, 129, .08);--bg-info: rgba(29, 78, 216, .08);--sidebar-bg: #FFFFFF;--shadow-card: 0 1px 3px rgba(0,0,0,.08), 0 1px 2px rgba(0,0,0,.04);--shadow-card-hover: 0 4px 12px rgba(0,0,0,.1), 0 2px 4px rgba(0,0,0,.06);--shadow-header: 0 2px 8px rgba(0,0,0,.08)}html,body,#root{margin:0;padding:0;width:100%;min-height:100vh;background:linear-gradient(135deg,#071318,#0a1f2e,#071318);background-attachment:fixed;color:var(--text-primary);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;-webkit-font-smoothing:antialiased;transition:background .25s ease,color .25s ease}html.light .app-container{background:#fff!important}html.light .app-header{background:linear-gradient(90deg,#0d9488,#0f766e)!important;box-shadow:0 2px 8px #00000026!important}html.light .header-title,html.light .menu-toggle{color:#fff!important}html.light .logout-btn{background:#ffffff26!important;color:#fff!important;border:1px solid rgba(255,255,255,.3)!important}html.light .logout-btn:hover{background:#ffffff40!important}html.light .app-sidebar{background:#fff!important;border-right:1px solid #E2E8F0!important;box-shadow:2px 0 8px #0000000f!important}html.light .sidebar-item{color:#475569!important}html.light .sidebar-item:hover{background:#00875a14!important;border-left-color:#00875a!important;color:#00875a!important}html.light .sidebar-item.active{background:#00875a1f!important;color:#00875a!important;border-left-color:#00875a!important}html.light .sidebar-divider{background:#e2e8f0!important}html.light .sidebar-mobile-header span{color:#0f172a!important}html.light .sidebar-mobile-close{background:#0000000d!important;color:#475569!important}html.light .component-container{background:#f8fafc!important;background-image:none!important}html.light .card-base{background:#fff!important;border-color:#e2e8f0!important;box-shadow:0 1px 3px #00000014!important}html.light .card-base:hover{border-color:#10b981!important;background:#fafffe!important}html.light .hero-subtitle{color:#475569!important}html.light .section-title{color:#0e9f6e!important}html.light .input-responsive{background:#fff!important;border-color:#cbd5e1!important;color:#0f172a!important}html.light .list-item{background:#fff!important;border:1px solid #E2E8F0!important}html.light .btn-secondary{color:#0e9f6e!important;border-color:#0e9f6e4d!important}html.light .badge-up{color:#d97706!important;background:#d977061a!important}html.light .badge-down{color:#dc2626!important;background:#dc26261a!important}html.light .h2-hero-title{color:#0f172a!important}html.light .h2-hero-subtitle{color:#475569!important}html.light .h2-system-badge{background:#0e9f6e14!important;border-color:#0e9f6e40!important;color:#0e9f6e!important}html.light .h2-telemetry{background:#fff!important;border-color:#e2e8f0!important;box-shadow:0 1px 3px #00000014!important}html.light .h2-tele-label{color:#64748b!important}html.light .h2-tele-value{color:#0e9f6e!important}html.light .h2-gaia-score-num{color:#0f172a}html.light .h2-section-title{color:#0f172a!important}html.light .h2-section-tag{color:#475569!important;border-color:#cbd5e1!important}html.light .h2-section-line{background:linear-gradient(to right,rgba(14,159,110,.3),transparent)!important}html.light .h2-kpi-card{background:#fff!important;border-color:#e2e8f0!important;box-shadow:0 1px 3px #00000014!important}html.light .h2-kpi-card:hover{border-color:#10b981!important}html.light .h2-kpi-value{color:#0f172a}html.light .h2-kpi-label{color:#64748b!important}html.light .h2-kpi-icon-wrap{background:#0e9f6e1a!important}html.light .h2-risk-high{color:#dc2626!important}html.light .h2-risk-medium{color:#d97706!important}html.light .h2-risk-low{color:#057a55!important}html.light .h2-intel-card{background:#fff!important;border-color:#e2e8f0!important;box-shadow:0 1px 3px #00000014!important}html.light .h2-intel-title{color:#0f172a!important}html.light .h2-intel-body{color:#475569!important}html.light .h2-intel-meta{color:#64748b!important}html.light .h2-type-anomaly{color:#dc2626!important;background:#dc262614!important;border-color:#dc26264d!important}html.light .h2-type-risk{color:#d97706!important;background:#d9770614!important;border-color:#d977064d!important}html.light .h2-type-positive{color:#057a55!important;background:#057a5514!important;border-color:#057a554d!important}html.light .h2-forecast-card{background:#fff!important;border-color:#e2e8f0!important;box-shadow:0 1px 3px #00000014!important}html.light .h2-forecast-title{color:#0f172a!important}html.light .h2-model-badge{color:#1d4ed8!important;background:#1d4ed814!important;border-color:#1d4ed840!important}html.light .h2-risk-table th{color:#64748b!important;border-bottom-color:#e2e8f0!important}html.light .h2-risk-table td{color:#475569!important;border-bottom-color:#f1f5f9!important}html.light .h2-risk-table tr:hover td{background:#0e9f6e0a!important}html.light .h2-policy-card{background:#fff!important;border-color:#e2e8f0!important;box-shadow:0 1px 3px #00000014!important}html.light .h2-policy-title{color:#0f172a!important}html.light .h2-policy-desc{color:#475569!important}html.light .h2-policy-pct{color:#057a55!important}html.light .h2-research-card{background:#fff!important;border-color:#e2e8f0!important;box-shadow:0 1px 3px #00000014!important}html.light .h2-research-card:hover{border-color:#10b981!important}html.light .h2-research-type{color:#1d4ed8!important}html.light .h2-research-title{color:#0f172a!important}html.light .h2-research-meta{color:#64748b!important}html.light .h2-feed-item{border-bottom-color:#f1f5f9!important}html.light .h2-feed-text{color:#475569!important}html.light .h2-status-warning{color:#d97706!important;border-color:#d9770666!important;background:#d9770614!important}html.light .h2-status-critical{color:#dc2626!important;border-color:#dc262666!important;background:#dc262614!important}html.light .h2-status-stable{color:#057a55!important;border-color:#057a5566!important;background:#057a5514!important}html.light [style*="color: rgba(224,247,250,0.8)"],html.light [style*="color: rgba(224, 247, 250, 0.8)"],html.light [style*="color: rgba(224,247,250,0.9)"],html.light [style*="color: rgba(224, 247, 250, 0.9)"],html.light [style*="color: rgba(224,247,250,1)"],html.light [style*="color: rgba(224, 247, 250, 1)"],html.light [style*="color: #E0F7FA"],html.light [style*="color: #e0f7fa"],html.light [style*="color:#E0F7FA"],html.light [style*="color:#e0f7fa"],html.light [style*="color: rgb(224, 247, 250)"],html.light [style*="color: rgb(224,247,250)"]{color:#0f172a!important}html.light [style*="color: rgba(224,247,250,0.7)"],html.light [style*="color: rgba(224, 247, 250, 0.7)"],html.light [style*="color: rgba(224,247,250,0.65)"],html.light [style*="color: rgba(224, 247, 250, 0.65)"],html.light [style*="color: rgba(224,247,250,0.6)"],html.light [style*="color: rgba(224, 247, 250, 0.6)"],html.light [style*="color: rgba(224,247,250,0.55)"],html.light [style*="color: rgba(224, 247, 250, 0.55)"]{color:#475569!important}html.light [style*="color: rgba(224,247,250,0.5)"],html.light [style*="color: rgba(224, 247, 250, 0.5)"],html.light [style*="color: rgba(224,247,250,0.45)"],html.light [style*="color: rgba(224, 247, 250, 0.45)"],html.light [style*="color: rgba(224,247,250,0.4)"],html.light [style*="color: rgba(224, 247, 250, 0.4)"],html.light [style*="color: rgba(224,247,250,0.35)"],html.light [style*="color: rgba(224, 247, 250, 0.35)"],html.light [style*="color: rgba(224,247,250,0.3)"],html.light [style*="color: rgba(224, 247, 250, 0.3)"],html.light [style*="color: rgba(224,247,250,0.2)"],html.light [style*="color: rgba(224, 247, 250, 0.2)"],html.light [style*="color: rgba(138,164,175"],html.light [style*="color: rgba(138, 164, 175"],html.light [style*="color: #8AA4AF"],html.light [style*="color:#8AA4AF"]{color:#94a3b8!important}html.light [style*="background: rgba(0,48,73"],html.light [style*="background: rgba(0, 48, 73"],html.light [style*="background: rgba(0,30,50"],html.light [style*="background: rgba(0, 30, 50"],html.light [style*="background: rgba(0,12,26"],html.light [style*="background: rgba(0, 12, 26"],html.light [style*="background: rgba(13,31,45"],html.light [style*="background: rgba(13, 31, 45"],html.light [style*="background: rgba(7,19"],html.light [style*="background: rgba(10,14"],html.light [style*="background: rgba(10, 14"],html.light [style*="background:#071"],html.light [style*="background: #071"],html.light [style*="background:#0a0"],html.light [style*="background: #0a0"],html.light [style*="background:#0f1"],html.light [style*="background: #0f1"],html.light [style*="background:#1a1"],html.light [style*="background: #1a1"],html.light [style*="background:#0d2"],html.light [style*="background: #0d2"],html.light [style*="background: #003049"],html.light [style*="background:#003049"],html.light [style*="background-color: #003049"],html.light [style*="background-color:#003049"],html.light [style*="background: #0A192F"],html.light [style*="background:#0A192F"],html.light [style*="background-color: #0A192F"],html.light [style*="background-color:#0A192F"],html.light [style*="background: linear-gradient(135deg, #0"],html.light [style*="background: linear-gradient(135deg,#0"],html.light [style*="background: linear-gradient(to bottom right, rgba(0, 48"],html.light [style*="background: linear-gradient(to bottom right, rgba(0,48"]{background-color:#fff!important;background:#fff!important;border-color:#e2e8f0!important}html.light [style*="background-color: #003049"]>*:not([style*=color]),html.light [style*="background-color: #0A192F"]>*:not([style*=color]){color:#0f172a}html.light [style*="color: #00E676"],html.light [style*="color: #00e676"],html.light [style*="color:#00E676"],html.light [style*="color:#00e676"],html.light [style*="color: rgb(0, 230, 118"],html.light [style*="color: rgb(0,230,118"]{color:#057a55!important}html.light [style*="color: #FFD54F"],html.light [style*="color: #ffd54f"],html.light [style*="color: #FFD166"],html.light [style*="color: #ffd166"],html.light [style*="color: rgb(255, 213, 79"],html.light [style*="color: rgb(255, 209, 102"]{color:#d97706!important}html.light [style*="color: #4FC3F7"],html.light [style*="color: #4fc3f7"],html.light [style*="color: rgb(79, 195, 247"]{color:#1d4ed8!important}html.light [style*="color: #4ade80"],html.light [style*="color: rgb(74, 222, 128"]{color:#00875a!important}html.light [style*="color: #f87171"],html.light [style*="color: #F87171"],html.light [style*="color: rgb(248, 113, 113"]{color:#dc2626!important}html.light [style*="background: #111827"],html.light [style*="background:#111827"],html.light [style*="background: #1a1f2e"],html.light [style*="background:#1a1f2e"],html.light [style*="background: #1f2937"],html.light [style*="background:#1f2937"],html.light [style*="background: #374151"],html.light [style*="background:#374151"],html.light [style*="background: #001F3F"],html.light [style*="background:#001F3F"],html.light [style*="background: #0f172a"],html.light [style*="background:#0f172a"]{background:#fff!important;border-color:#e2e8f0!important}html.light [style*="background: #111827"][style*="color: #fff"],html.light [style*="background:#111827"][style*="color:#fff"],html.light [style*="background: #1a1f2e"][style*="color: #fff"],html.light [style*="background:#1a1f2e"][style*="color:#fff"],html.light [style*="background: #1f2937"][style*="color: #fff"],html.light [style*="background:#1f2937"][style*="color:#fff"],html.light [style*="background: #374151"][style*="color: #fff"],html.light [style*="background:#374151"][style*="color:#fff"],html.light [style*="background: #001F3F"][style*="color: #fff"],html.light [style*="background:#001F3F"][style*="color:#fff"],html.light [style*="background: #0f172a"][style*="color: #fff"],html.light [style*="background:#0f172a"][style*="color:#fff"],html.light [style*="background: #111827"][style*="color: #ffffff"],html.light [style*="background:#111827"][style*="color:#ffffff"]{color:#0f172a!important}html.light [style*="color: #fff"]:not([style*=background]),html.light [style*="color: #ffffff"]:not([style*=background]),html.light [style*="color: white"]:not([style*=background]){color:#0f172a!important}html.light [style*="color: #aaa"],html.light [style*="color: #888"],html.light [style*="color: #666"]{color:#64748b!important}html.light [style*="color: #9ca3af"],html.light [style*="color: #94a3b8"],html.light [style*="color: #d1d5db"]{color:#94a3b8!important}html.light [style*="background: rgba(0,0,12"],html.light [style*="background: rgba(0, 0, 12"]{background:#f8fafc!important;border-color:#e2e8f0!important}html.light [style*="background-color: #1f2937"],html.light [style*="background-color:#1f2937"],html.light [style*="background-color: #374151"],html.light [style*="background-color:#374151"],html.light [style*="background: #1f2937"],html.light [style*="background:#1f2937"],html.light [style*="background: #374151"],html.light [style*="background:#374151"]{background-color:#fff!important;background:#fff!important;color:#0f172a!important}html.light [style*="background-color: #1f2937"]>*:not([style*=color]),html.light [style*="background-color:#1f2937"]>*:not([style*=color]),html.light [style*="background-color: #374151"]>*:not([style*=color]),html.light [style*="background-color:#374151"]>*:not([style*=color]){color:#475569}html.light [style*="background: rgba(0,30,50,0.7)"],html.light [style*="background: rgba(0, 30, 50, 0.7)"],html.light [style*="background: rgba(0,48,73,0.6)"],html.light [style*="background: rgba(0, 48, 73, 0.6)"]{background:#fff!important;border-color:#e2e8f0!important}html.light h1,html.light h2,html.light h3,html.light h4,html.light h5,html.light h6{color:#0f172a!important}html.light p{color:#475569!important}html.light label{color:#64748b!important}html.light input:not([type=range]):not([type=checkbox]):not([type=radio]),html.light select,html.light textarea{background:#fff!important;border-color:#cbd5e1!important;color:#0f172a!important}html.light input::placeholder,html.light textarea::placeholder{color:#94a3b8!important;opacity:.5}html.light input:focus,html.light select:focus,html.light textarea:focus{border-color:#00875a!important;box-shadow:0 0 0 2px #00875a1f!important;outline:none!important}html.light [style*="border: 1px solid rgba(0,230,118"],html.light [style*="border: 1px solid rgba(0, 230, 118"],html.light [style*="border-color: rgba(0,230,118"],html.light [style*="border-color: rgba(0, 230, 118"]{border-color:#e2e8f0!important}html.light [style*="border: 1px solid rgba(224,247,250"],html.light [style*="border: 1px solid rgba(224, 247, 250"]{border-color:#cbd5e1!important}html.light [style*="background: rgba(0,230,118,0.08)"],html.light [style*="background: rgba(0, 230, 118, 0.08)"],html.light [style*="background: rgba(0,230,118,0.1)"],html.light [style*="background: rgba(0, 230, 118, 0.1)"]{background:#00875a0f!important}html.light [style*="background: rgba(0,230,118,0.2)"],html.light [style*="background: rgba(0, 230, 118, 0.2)"]{background:#00875a1f!important}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:#ffffff0d}::-webkit-scrollbar-thumb{background:var(--color-primary);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--color-primary-light)}html.light ::-webkit-scrollbar-track{background:#f1f5f9}html.light ::-webkit-scrollbar-thumb{background:#94a3b8}html.light ::-webkit-scrollbar-thumb:hover{background:#64748b}@media(max-width:480px){:root{--spacing-lg: 1rem;--spacing-xl: 1.25rem;--spacing-2xl: 1.5rem}}.global-map-root{min-height:100%;color:var(--text-primary)}.global-map-selected-country-panel,.global-map-bottom-sheet,.global-map-modal-window,.global-stats-country-modal-content,.global-data-panel{background:var(--bg-surface)!important;border:1px solid var(--border-normal)!important;box-shadow:0 8px 32px #00000029!important;color:var(--text-primary)!important}.global-map-selected-country-panel{border-radius:16px!important}.global-map-selected-country-panel .panel-header,.global-data-panel-header,.global-stats-country-modal-content .modal-header{border-bottom:1px solid var(--border-normal)!important}.global-map-selected-country-panel .panel-header,.global-data-panel-header,.global-stats-country-modal-content .modal-header{padding:12px 14px!important}.global-map-selected-country-panel .panel-title,.global-data-panel-header .panel-title,.global-stats-country-modal-content .modal-title{color:var(--text-primary)!important}.global-map-selected-country-panel .panel-subtitle,.global-data-panel-header .panel-subtitle,.global-stats-country-modal-content .modal-subtitle,.global-stats-country-modal-content .modal-note{color:var(--text-secondary)!important}.global-map-modal-overlay,.global-stats-country-modal-overlay{background:#0000009e!important}.global-map-modal-window,.global-stats-country-modal-content{border-radius:16px!important}.global-map-modal-close,.global-map-country-modal-close,.global-data-panel-close{background:var(--bg-input)!important;border:1px solid var(--border-normal)!important;color:var(--text-secondary)!important}.global-map-modal-close:hover,.global-map-country-modal-close:hover,.global-data-panel-close:hover{background:#ffffff14!important;color:var(--text-primary)!important}.global-map-tab-button{background:var(--bg-input)!important;color:var(--text-secondary)!important;border-radius:4px!important;border:none!important}.global-map-tab-button.active{background:var(--color-primary)!important;color:#fff!important}.global-map-panel-tag,.global-map-button,.global-map-country-button{background:#34a8531a!important;border:1px solid rgba(52,168,83,.3)!important;color:var(--text-secondary)!important}.global-map-panel-tag:hover,.global-map-button:hover,.global-map-country-button:hover{background:#ffffff0f!important}.global-data-panel{border-radius:12px!important}.global-data-panel-content{padding:24px!important}.global-data-panel-header{display:flex!important;align-items:center!important;justify-content:space-between!important;padding:20px 24px!important}.global-data-panel-header .panel-title{color:var(--accent-green)!important;font-size:18px!important}.global-data-panel-header .panel-close{background:none!important;border:none!important;color:var(--text-secondary)!important;cursor:pointer!important;font-size:20px!important}.global-data-panel-header .panel-close:hover{color:var(--text-primary)!important}.global-stats-country-modal-content{padding:1.25rem!important}.global-stats-country-modal-content .modal-body{padding-top:.75rem!important}.global-stats-country-modal-content .modal-card{background:#00304966!important;border-color:#00e67633!important}.global-stats-country-modal-content .modal-card h2,.global-stats-country-modal-content .modal-card p{color:var(--text-primary)!important}.global-stats-country-modal-content .modal-card .meta{color:var(--text-secondary)!important}.global-map-country-modal-close{width:32px!important;height:32px!important;min-width:32px!important;border-radius:50%!important;cursor:pointer!important}.global-stats-country-modal-card{background:var(--bg-surface)!important;border:1px solid var(--border-normal)!important;box-shadow:0 4px 24px #00000026!important;color:var(--text-primary)!important}.global-stats-country-modal-card h2{color:var(--color-primary)!important}.global-stats-country-modal-card p{color:var(--text-secondary)!important}.global-stats-country-modal-card .flag-container{border:1px solid var(--border-normal)!important}.global-stats-country-modal-card button{background:#ffffff0f!important;border:1px solid var(--border-normal)!important;color:var(--text-primary)!important}.global-stats-country-modal-card button:hover{background:#ffffff1f!important}.tsi-highly-sustainable{color:#00e676!important;font-weight:700}.tsi-approaching-sustainable{color:#4fc3f7!important;font-weight:700}.tsi-transitioning{color:#ffd54f!important;font-weight:700}.tsi-at-risk{color:#ff8c42!important;font-weight:700}.tsi-unsustainable{color:#f87171!important;font-weight:700}.risk-critical{color:#f22!important;font-weight:600}.risk-high{color:#f44!important;font-weight:600}.risk-watchlist{color:#ff8c42!important;font-weight:600}.risk-medium{color:#ffd54f!important;font-weight:600}.risk-low{color:#00e676!important;font-weight:600}.score-s{color:#00e676!important}.score-t{color:#f87171!important}html.light .tsi-highly-sustainable{color:#34a853!important}html.light .tsi-approaching-sustainable{color:#0b57d0!important}html.light .tsi-transitioning{color:#f59e0b!important}html.light .tsi-at-risk{color:#ea580c!important}html.light .tsi-unsustainable,html.light .risk-critical,html.light .risk-high{color:#dc2626!important}html.light .risk-watchlist{color:#ea580c!important}html.light .risk-medium{color:#f59e0b!important}html.light .risk-low,html.light .score-s{color:#34a853!important}html.light .score-t{color:#dc2626!important}.risk-dot{display:inline-block;width:8px;height:8px;border-radius:50%;margin-right:.5rem}.risk-dot-critical,.risk-dot-high{background:#f22;box-shadow:0 0 6px #f22c}.risk-dot-watchlist{background:#ff8c42;box-shadow:0 0 6px #ff8c42cc}.risk-dot-medium{background:#ffd54f;box-shadow:0 0 6px #ffd54fcc}.risk-dot-low{background:#00e676;box-shadow:0 0 6px #00e676cc}html.light .risk-dot-critical,html.light .risk-dot-high{background:#dc2626;box-shadow:0 0 6px #dc262699}html.light .risk-dot-watchlist{background:#ea580c;box-shadow:0 0 6px #ea580c99}html.light .risk-dot-medium{background:#f59e0b;box-shadow:0 0 6px #f59e0b99}html.light .risk-dot-low{background:#34a853;box-shadow:0 0 6px #34a85399}html.light{--bg-page: #F8FAFC;--bg-surface: #FFFFFF;--bg-surface2: #F1F5F9;--bg-input: #FFFFFF;--bg-hover: #ECFDF5;--text-primary: #0F172A;--text-secondary: #475569;--text-muted: #94A3B8;--text-label: #64748B;--color-primary: #10B981;--color-primary-dark: #0E9F6E;--color-primary-light: #34D399;--accent-green: #057A55;--accent-blue: #1D4ED8;--accent-red: #DC2626;--accent-yellow: #D97706;--accent-orange: #EA580C;--color-critical: #DC2626;--color-high: #DC2626;--color-watchlist: #EA580C;--color-warning: #D97706;--color-stable: #057A55;--color-improving: #10B981;--color-info: #1D4ED8;--bg-critical: rgba(220, 38, 38, .08);--bg-warning: rgba(217, 119, 6, .08);--bg-stable: rgba(5, 122, 85, .08);--bg-improving: rgba(16, 185, 129, .08);--bg-info: rgba(29, 78, 216, .08);--border-subtle: #E2E8F0;--border-normal: #CBD5E1;--border-strong: #94A3B8;--shadow-card: 0 1px 3px rgba(0, 0, 0, .08), 0 1px 2px rgba(0, 0, 0, .04);--shadow-card-hover: 0 4px 12px rgba(0, 0, 0, .1), 0 2px 4px rgba(0, 0, 0, .06);--shadow-header: 0 2px 8px rgba(0, 0, 0, .08);--sidebar-bg: #FFFFFF}html.light,html.light body,html.light #root{background:#f8fafc!important;background-image:none!important;color:#0f172a!important}html.light .app-container{background:#f8fafc!important}html.light .app-header{background:linear-gradient(90deg,#0e9f6e,#10b981)!important;box-shadow:var(--shadow-header)!important}html.light .header-title{color:#fff!important;font-weight:600}html.light .menu-toggle{color:#fff!important}html.light .logout-btn{background:#fff3!important;color:#fff!important;border:1px solid rgba(255,255,255,.3)!important;font-weight:500}html.light .logout-btn:hover{background:#ffffff4d!important}html.light .app-sidebar{background:#fff!important;border-right:1px solid var(--border-subtle)!important;box-shadow:2px 0 8px #0000000a!important}html.light .sidebar-item{color:var(--text-secondary)!important;font-weight:500}html.light .sidebar-item:hover{background:var(--bg-hover)!important;border-left-color:var(--color-primary)!important;color:var(--color-primary-dark)!important}html.light .sidebar-item.active{background:var(--bg-hover)!important;color:var(--color-primary-dark)!important;border-left-color:var(--color-primary)!important;font-weight:600}html.light .sidebar-divider{background:var(--border-subtle)!important}html.light .sidebar-mobile-header span{color:var(--text-primary)!important;font-weight:600}html.light .sidebar-mobile-close{background:#0000000d!important;color:var(--text-secondary)!important}html.light .app-main{background:#f8fafc!important}html.light h1,html.light h2,html.light h3,html.light h4,html.light h5,html.light h6{color:var(--text-primary)!important;font-weight:700}html.light p{color:var(--text-secondary)!important;line-height:1.6}html.light label{color:var(--text-secondary)!important;font-weight:500}html.light input:not([type=range]):not([type=checkbox]):not([type=radio]),html.light select,html.light textarea{background:#fff!important;border:1px solid var(--border-normal)!important;color:var(--text-primary)!important;transition:all .2s ease}html.light input::placeholder,html.light textarea::placeholder{color:var(--text-muted)!important}html.light input:focus,html.light select:focus,html.light textarea:focus{border-color:var(--color-primary)!important;box-shadow:0 0 0 3px #10b9811a!important;outline:none!important}html.light ::-webkit-scrollbar{width:8px;height:8px}html.light ::-webkit-scrollbar-track{background:var(--border-subtle)}html.light ::-webkit-scrollbar-thumb{background:var(--text-muted);border-radius:4px}html.light ::-webkit-scrollbar-thumb:hover{background:var(--text-secondary)}html.light .component-container{background:#fff!important;background-image:none!important}html.light .hero-title{color:#0b57d0!important;font-family:Google Sans,sans-serif;font-weight:500}html.light .hero-subtitle{color:#444746!important;font-family:Roboto,sans-serif}html.light .section-title{color:#0e9f6e!important;font-family:Google Sans,sans-serif;font-weight:500}html.light .card-base{background:#fff!important;border:1px solid #E8EAED!important;box-shadow:0 1px 3px #00000014}html.light .card-base:hover{border-color:#0b57d0!important;box-shadow:0 2px 6px #0000001f;background:#fafbfc!important}html.light .btn-primary{background-color:#0b57d0!important;color:#fff!important;font-family:Google Sans,sans-serif;font-weight:500}html.light .btn-primary:hover{background-color:#0842a0!important;box-shadow:0 1px 3px #0000001f}html.light .btn-secondary{background-color:transparent!important;color:#0b57d0!important;border:1px solid #DADCE0!important;font-family:Google Sans,sans-serif}html.light .btn-secondary:hover{border-color:#0b57d0!important;background-color:#0b57d00a!important}html.light .input-responsive{background:#f0f4f8!important;border:1px solid #DADCE0!important;color:#1f1f1f!important;font-family:Roboto,sans-serif}html.light .input-responsive:focus{border-color:#0b57d0!important;box-shadow:0 0 0 2px #0b57d01a!important;background:#fff!important}html.light .input-responsive::placeholder{color:#5f6368!important}html.light .badge-up{background-color:#b453091a!important;color:#b45309!important;font-weight:500}html.light .badge-down{background-color:#dc26261a!important;color:#dc2626!important;font-weight:500}html.light .list-item{background:#f8f9fa!important;border:1px solid #E8EAED!important}html.light .list-item:hover{background:#f0f4f8!important;border-color:#dadce0!important}html.light .partner-card:hover .card-base{background:#f8f9fa!important;border-color:#0b57d0!important}@media(hover:none)and (pointer:coarse){html.light .partner-card:active .card-base{background:#f0f4f8!important;border-color:#0b57d0!important;box-shadow:0 4px 8px #0000001f}}html.light .h2-dot-low{background:#057a55!important;box-shadow:0 0 4px #057a5580!important}html.light .h2-dot-medium{background:#d97706!important;box-shadow:0 0 4px #d9770680!important}html.light .h2-dot-high{background:#dc2626!important;box-shadow:0 0 4px #dc262680!important}html.light .stat-value-critical{color:var(--color-critical)!important}html.light .stat-value-warning{color:var(--color-warning)!important}html.light .stat-value-stable{color:var(--color-stable)!important}html.light .stat-value-improving{color:var(--color-improving)!important}html.light .stat-value-info{color:var(--color-info)!important}html.light .verdict-critical,html.light .verdict-unsustainable{color:#dc2626!important;background:#dc262614!important;border-color:#dc262640!important}html.light .verdict-at-risk,html.light .verdict-high{color:#ea580c!important;background:#ea580c14!important;border-color:#ea580c40!important}html.light .verdict-warning,html.light .verdict-watchlist{color:#d97706!important;background:#d9770614!important;border-color:#d9770640!important}html.light .verdict-stable,html.light .verdict-transitioning{color:#1d4ed8!important;background:#1d4ed814!important;border-color:#1d4ed840!important}html.light .verdict-improving,html.light .verdict-approaching-sustainable{color:#0e9f6e!important;background:#0e9f6e14!important;border-color:#0e9f6e40!important}html.light .verdict-highly-sustainable{color:#057a55!important;background:#057a5514!important;border-color:#057a5540!important}html.light .tier-1{color:#057a55!important;background:#057a5514!important}html.light .tier-2{color:#0e9f6e!important;background:#0e9f6e14!important}html.light .tier-3{color:#d97706!important;background:#d9770614!important}html.light .tier-4{color:#dc2626!important;background:#dc262614!important}html.light .progress-bar-track,html.light .score-bar-track{background:#e2e8f0!important}html.light [style*="color: #06D6A0"],html.light [style*="color: #06d6a0"],html.light [style*="color: rgb(6, 214, 160)"]{color:#057a55!important}html.light [style*="color: #FF8C42"],html.light [style*="color: #ff8c42"],html.light [style*="color: #FF9800"],html.light [style*="color: #ff9800"]{color:#ea580c!important}html.light [style*="color: #FF2222"],html.light [style*="color: #FF4444"],html.light [style*="color: #ef4444"],html.light [style*="color: rgb(239, 68, 68)"],html.light [style*="color: rgb(255, 34, 34)"]{color:#dc2626!important}html.light [style*="color: #22c55e"],html.light [style*="color: rgb(34, 197, 94)"]{color:#057a55!important}html.light [style*="color: #eab308"],html.light [style*="color: rgb(234, 179, 8)"]{color:#d97706!important}html.light [style*="background: rgba(120,53,15"],html.light [style*="background: rgba(120, 53, 15"]{background:#f8f9fa!important;border-color:#e2e8f0!important}html.light [style*="rgba(120,53,15"],html.light [style*="rgba(120, 53, 15"]{background:#f8f9fa!important;border-color:#e2e8f0!important;color:#475569!important}html.light [style*="background: rgba(127,29,29"],html.light [style*="background: rgba(127, 29, 29"]{background:#fef2f2!important;border-color:#fecaca!important}html.light [style*="rgba(120,53,15"]>*:not([style*=color]),html.light [style*="rgba(120, 53, 15"]>*:not([style*=color]){color:#475569!important}html.light .chat-container{background:#fff!important;background-image:none!important}html.light .chat-header{background:linear-gradient(90deg,#0b57d0,#4285f4)!important;box-shadow:0 1px 2px #00000014!important}html.light .chat-header-title{color:#fff!important;font-weight:500;font-family:Google Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}html.light .chat-header-subtitle{color:#ffffffe6!important;font-family:Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}html.light .chat-stats-btn{background:#fff!important;color:#0b57d0!important;border:none;font-family:Google Sans,sans-serif;font-weight:500}html.light .chat-stats-btn:hover{background:#f8f9fa!important;box-shadow:0 1px 3px #0000001f}html.light .chat-country-selector{background:#f0f4f8!important;border-bottom:1px solid #E8EAED!important}html.light .country-label{color:#444746!important;font-family:Roboto,sans-serif}html.light .country-badge{background:#0b57d0!important;color:#fff!important;font-family:Google Sans,sans-serif;font-weight:500}html.light .quick-action-btn.top{background:#0b57d0!important;color:#fff!important;font-family:Google Sans,sans-serif}html.light .quick-action-btn.top:hover{background:#0842a0!important}html.light .quick-action-btn.compare{background:#4285f4!important;color:#fff!important}html.light .quick-action-btn.compare:hover{background:#1a73e8!important}html.light .chat-messages{background:#fff!important}html.light .chat-messages::-webkit-scrollbar-track{background:#f8f9fa}html.light .chat-messages::-webkit-scrollbar-thumb{background:#dadce0;border-radius:8px}html.light .chat-messages::-webkit-scrollbar-thumb:hover{background:#bdc1c6}html.light .chat-empty-title{color:#1f1f1f!important;font-weight:500;font-family:Google Sans,sans-serif}html.light .chat-empty-subtitle{color:#444746!important;font-family:Roboto,sans-serif}html.light .chat-empty-examples{color:#5f6368!important}html.light .message-content.user{background:#f0f4f8!important;color:#1f1f1f!important;border:none;box-shadow:none;font-family:Roboto,sans-serif;border-radius:18px}html.light .message-content.user p{color:#1f1f1f!important}html.light .message-content.agent{background:transparent!important;color:#1f1f1f!important;font-family:Roboto,sans-serif;line-height:1.6}html.light .message-content.agent h1,html.light .message-content.agent h2,html.light .message-content.agent h3{color:#1f1f1f!important;font-weight:500;font-family:Google Sans,sans-serif}html.light .message-content.agent ul,html.light .message-content.agent ol{color:#1f1f1f!important}html.light .message-content.agent li{color:#444746!important}html.light .message-content.agent strong{color:#1f1f1f!important;font-weight:500}html.light .message-content.agent p{color:#1f1f1f!important}html.light .message-content.agent code{background:#f0f4f8!important;color:#0b57d0!important;border:1px solid #E8EAED;font-family:Roboto Mono,Google Sans Mono,monospace}html.light .message-content.agent pre{background:#f8f9fa!important;border:1px solid #E8EAED;border-radius:8px}html.light .message-content.agent pre code{color:#1f1f1f!important;background:transparent!important;border:none}html.light .message-timestamp{color:#5f6368!important;font-family:Roboto,sans-serif}html.light .loading-dots{background:#f0f4f8!important;border:none;box-shadow:none}html.light .loading-dot{background:#0b57d0!important}html.light .chat-input-area{background:#fff!important;border-top:1px solid #E8EAED!important}html.light .chat-input{background:#f0f4f8!important;border:1px solid #E8EAED!important;color:#1f1f1f!important;font-family:Roboto,sans-serif;border-radius:24px}html.light .chat-input:focus{border-color:#0b57d0!important;box-shadow:0 0 0 2px #0b57d01a!important;background:#fff!important}html.light .chat-input:disabled{background:#f8f9fa!important;color:#5f6368!important}html.light .chat-input::placeholder{color:#5f6368!important}html.light .chat-send-btn{background:#0b57d0!important;color:#fff!important;font-family:Google Sans,sans-serif;font-weight:500;border-radius:20px}html.light .chat-send-btn:hover:not(:disabled){background:#0842a0!important;box-shadow:0 1px 3px #0000001f}html.light .chat-send-btn:disabled{background:#e8eaed!important;color:#5f6368!important}html.light .stats-modal-overlay{background:#00000052!important}html.light .stats-modal{background:#fff!important;border:1px solid #E8EAED;box-shadow:0 8px 16px #00000026;border-radius:12px}html.light .stats-modal-title{color:#1f1f1f!important;font-weight:500;font-family:Google Sans,sans-serif}html.light .stats-item{color:#444746!important;font-family:Roboto,sans-serif}html.light .stats-value{color:#0b57d0!important;font-weight:500}html.light .stats-country-item{color:#5f6368!important}html.light .stats-close-btn{background:#0b57d0!important;color:#fff!important;font-family:Google Sans,sans-serif;font-weight:500;border-radius:20px}html.light .stats-close-btn:hover{background:#0842a0!important}html.light .chat-welcome-greeting{color:#444746!important;font-family:Roboto,sans-serif}html.light .chat-welcome-hello{color:#1f1f1f!important;font-family:Google Sans,sans-serif}html.light .chat-welcome-title{color:#1f1f1f!important;font-weight:400;font-family:Google Sans,sans-serif}html.light .chat-welcome-input-wrap{background:#f0f4f8!important;border:1px solid #E8EAED!important;border-radius:24px}html.light .chat-welcome-input-wrap:focus-within{border-color:#0b57d0!important;box-shadow:0 0 0 2px #0b57d01a!important;background:#fff!important}html.light .chat-welcome-input{color:#1f1f1f!important;font-family:Roboto,sans-serif}html.light .chat-welcome-input::placeholder{color:#5f6368!important}html.light .chat-welcome-send-btn{background:#0b57d0!important;color:#fff!important}html.light .chat-welcome-send-btn:hover:not(:disabled){background:#0842a0!important}html.light .chat-welcome-send-btn:disabled{background:#e8eaed!important;color:#5f6368!important}html.light .chat-suggestion-chip{background:#f0f4f8!important;border:1px solid #E8EAED!important;color:#1f1f1f!important;font-family:Roboto,sans-serif;border-radius:16px}html.light .chat-suggestion-chip:hover{background:#e8eaed!important;border-color:#dadce0!important;color:#1f1f1f!important}html.light .thought-block{background:linear-gradient(180deg,#fff,#f8fbff)!important;border:1px solid #DDE3EA!important;box-shadow:0 18px 40px #0f172a14!important;border-radius:18px}html.light .thought-summary{color:#111827!important;font-family:Roboto,sans-serif}html.light .thought-summary:hover{background:#f2f6fb!important}html.light .thought-summary--open{border-bottom:1px solid #E5E7EB!important}html.light .thought-summary-copy{color:#111827!important}html.light .thought-summary-caption{color:#4b5563!important}html.light .thought-badge--live{background:#10b98129!important;color:#047857!important}html.light .thought-badge--muted{background:#eef2f7!important;color:#1f2937!important}html.light .thought-label--thinking{color:#0b57d0!important}html.light .thought-label--done{color:#111827!important}html.light .thought-chevron{color:#4b5563!important}html.light .thought-status-dot--thinking{background:#0b57d0!important}html.light .thought-status-dot--done{background:#34a853!important}html.light .thought-content{background:#fff!important}html.light .thought-body{color:#111827!important;background:linear-gradient(180deg,#fff,#f9fbfd)!important;font-family:Roboto Mono,monospace}html.light .thought-body-text{color:#111827!important}html.light .thought-body::-webkit-scrollbar-thumb{background:#c4cad4!important}html.light .thought-steps{border-bottom:1px solid #E5E7EB!important;background:#f8fafc!important}html.light .thought-step{color:#111827!important}html.light .thought-step--active{color:#0b57d0!important}html.light .thought-step--done{color:#4b5563!important}html.light .thought-step--done .thought-step-icon{color:#34a853!important}html.light .thought-step-label{color:#111827!important;font-weight:500}html.light .thought-skeleton-line{background:linear-gradient(90deg,#d1d5db73,#d1d5dbd9,#d1d5db73)!important}html.light .thought-cursor{background:#0b57d0!important}html.light .message-actions-bar,html.light .message-actions-bar button{color:#9aa0a6!important}html.light .message-actions-bar button:hover{background:#f0f4f8!important;color:#444746!important}html.light .chat-messages{background:#f8f9fa!important}html.light .h2-hero{background:#f8fafc!important}html.light .h2-hero-bg{background:radial-gradient(ellipse 80% 60% at 50% 0%,rgba(16,185,129,.05) 0%,transparent 70%),radial-gradient(ellipse 60% 40% at 80% 80%,rgba(28,100,242,.03) 0%,transparent 60%)!important}html.light .h2-system-badge{background:#10b9811a!important;border:1px solid rgba(16,185,129,.3)!important;color:#0e9f6e!important;font-weight:600}html.light .h2-system-badge-dot{background:#10b981!important}html.light .h2-hero-title{color:#0f172a!important;font-weight:800}html.light .h2-hero-title span{color:#0e9f6e!important}html.light .h2-hero-subtitle{color:#64748b!important}html.light .h2-telemetry{background:#fff!important;border:1px solid #E2E8F0!important;box-shadow:0 1px 3px #0000001a}html.light .h2-tele-label{color:#64748b!important;font-weight:500}html.light .h2-tele-value{color:#10b981!important;font-weight:700}html.light .h2-gaia-score-num{color:#0f172a;font-weight:800}html.light .h2-gaia-score-label{color:#64748b!important}html.light .h2-gaia-score-status{font-weight:700}html.light .h2-status-warning{color:#f59e0b!important;border-color:#f59e0b66!important;background:#f59e0b1a!important}html.light .h2-status-critical{color:#e02424!important;border-color:#e0242466!important;background:#e024241a!important}html.light .h2-status-stable{color:#057a55!important;border-color:#057a5566!important;background:#057a551a!important}html.light .h2-section-tag{color:#94a3b8!important;border:1px solid #CBD5E1!important}html.light .h2-section-title{color:#0f172a!important;font-weight:700}html.light .h2-section-line{background:linear-gradient(to right,#CBD5E1,transparent)!important}html.light .h2-kpi-card{background:#fff!important;border:1px solid #E2E8F0!important;box-shadow:0 1px 3px #0000001a;transition:all .2s ease}html.light .h2-kpi-card:hover{border-color:#10b981!important;box-shadow:0 4px 6px #0000001a;transform:translateY(-2px)}html.light .h2-kpi-card:before{background:linear-gradient(to right,transparent,var(--kpi-accent, #10B981),transparent)!important}html.light .h2-kpi-icon-wrap{background:#10b9811a!important}html.light .h2-kpi-value{color:#0f172a;font-weight:800}html.light .h2-kpi-label{color:#64748b!important;font-weight:500}html.light .h2-risk-high{color:#e02424!important;font-weight:700}html.light .h2-risk-medium{color:#f59e0b!important;font-weight:700}html.light .h2-risk-low{color:#057a55!important;font-weight:700}html.light .h2-intel-card{background:#fff!important;border:1px solid #E2E8F0!important;box-shadow:0 1px 3px #0000001a}html.light .h2-intel-card:hover{border-color:#10b981!important}html.light .h2-type-anomaly{color:#e02424!important;background:#e024241a!important;border:1px solid rgba(224,36,36,.3)!important;font-weight:700}html.light .h2-type-risk{color:#f59e0b!important;background:#f59e0b1a!important;border:1px solid rgba(245,158,11,.3)!important;font-weight:700}html.light .h2-type-positive{color:#057a55!important;background:#057a551a!important;border:1px solid rgba(5,122,85,.3)!important;font-weight:700}html.light .h2-intel-title{color:#0f172a!important;font-weight:700}html.light .h2-intel-body{color:#64748b!important}html.light .h2-intel-meta{color:#94a3b8!important}html.light .h2-conf-bar{background:#e2e8f0!important}html.light .h2-conf-fill{background:#10b981!important}html.light .h2-forecast-card{background:#fff!important;border:1px solid #E2E8F0!important;box-shadow:0 1px 3px #0000001a}html.light .h2-forecast-title{color:#0f172a!important;font-weight:700}html.light .h2-model-badge{color:#1c64f2!important;background:#1c64f21a!important;border:1px solid rgba(28,100,242,.3)!important;font-weight:600}html.light .h2-risk-table th{color:#64748b!important;border-bottom:2px solid #E2E8F0!important;font-weight:600}html.light .h2-risk-table tbody tr td:first-child{color:#0f172a!important;font-weight:600}html.light .h2-risk-table td{border-bottom:1px solid #F1F5F9!important}html.light .h2-risk-table tr:hover td{background:#f8f9fa!important}html.light .h2-dot-low{background:#057a55!important;box-shadow:0 0 6px #057a5566}html.light .h2-dot-medium{background:#f59e0b!important;box-shadow:0 0 6px #f59e0b66}html.light .h2-dot-high{background:#e02424!important;box-shadow:0 0 6px #e0242466}html.light .h2-score-bar{background:#e2e8f0!important}html.light .h2-risk-table td[style*="#00E676"],html.light .h2-risk-table td[style*="#00e676"]{color:#34a853!important}html.light .h2-risk-table td[style*="#4FC3F7"],html.light .h2-risk-table td[style*="#4fc3f7"]{color:#0b57d0!important}html.light .h2-risk-table td[style*="#FFD54F"],html.light .h2-risk-table td[style*="#ffd54f"]{color:#f59e0b!important}html.light .h2-risk-table td[style*="#FF8C42"],html.light .h2-risk-table td[style*="#ff8c42"]{color:#ea580c!important}html.light .h2-risk-table td[style*="#f87171"],html.light .h2-risk-table td[style*="#F87171"],html.light .h2-risk-table td[style*="#FF2222"],html.light .h2-risk-table td[style*="#ff2222"],html.light .h2-risk-table td[style*="#FF4444"],html.light .h2-risk-table td[style*="#ff4444"]{color:#dc2626!important}html.light .h2-risk-table td span[style*="#00E676"],html.light .h2-risk-table td span[style*="#00e676"]{color:#34a853!important}html.light .h2-risk-table td span[style*="#f87171"],html.light .h2-risk-table td span[style*="#F87171"],html.light .h2-risk-table td span[style*="#FF2222"],html.light .h2-risk-table td span[style*="#ff2222"],html.light .h2-risk-table td span[style*="#FF4444"],html.light .h2-risk-table td span[style*="#ff4444"]{color:#dc2626!important}html.light .h2-risk-table td span[style*="#FF8C42"],html.light .h2-risk-table td span[style*="#ff8c42"]{color:#ea580c!important}html.light .h2-risk-table td span[style*="#FFD54F"],html.light .h2-risk-table td span[style*="#ffd54f"]{color:#f59e0b!important}html.light .h2-risk-table td span[style*="#4FC3F7"],html.light .h2-risk-table td span[style*="#4fc3f7"]{color:#0b57d0!important}html.light .h2-risk-dot[style*="background: #FF2222"],html.light .h2-risk-dot[style*="background: #ff2222"],html.light .h2-risk-dot[style*="background: #FF4444"],html.light .h2-risk-dot[style*="background: #ff4444"]{background:#dc2626!important;box-shadow:0 0 6px #dc262699!important}html.light .h2-risk-dot[style*="background: #FF8C42"],html.light .h2-risk-dot[style*="background: #ff8c42"]{background:#ea580c!important;box-shadow:0 0 6px #ea580c99!important}html.light .h2-risk-dot[style*="background: #FFD54F"],html.light .h2-risk-dot[style*="background: #ffd54f"]{background:#f59e0b!important;box-shadow:0 0 6px #f59e0b99!important}html.light .h2-risk-dot[style*="background: #00E676"],html.light .h2-risk-dot[style*="background: #00e676"]{background:#34a853!important;box-shadow:0 0 6px #34a85399!important}html.light .h2-policy-card{background:#fff!important;border:1px solid #E2E8F0!important;box-shadow:0 1px 3px #0000001a}html.light .h2-policy-title{color:#0f172a!important;font-weight:700}html.light .h2-policy-desc{color:#64748b!important}html.light .h2-policy-pct{color:#057a55!important;font-weight:800}html.light .h2-policy-pct-label{color:#64748b!important}html.light .h2-research-card{background:#fff!important;border:1px solid #E2E8F0!important;box-shadow:0 1px 3px #0000001a}html.light .h2-research-card:hover{border-color:#10b981!important;box-shadow:0 4px 6px #0000001a}html.light .h2-research-type{color:#1c64f2!important;font-weight:600}html.light .h2-research-title{color:#0f172a!important;font-weight:700}html.light .h2-research-meta{color:#94a3b8!important}html.light .h2-feed-item{border-bottom:1px solid #F1F5F9!important}html.light .h2-feed-dot{background:#10b981!important}html.light .h2-feed-time{color:#94a3b8!important}html.light .h2-feed-text{color:#64748b!important}html.light .h2-feed-tag{background:#10b9811a!important;color:#0e9f6e!important;border:1px solid rgba(16,185,129,.3);font-weight:600}html.light .h2-section{background:#f8fafc!important}html.light .h2-divider{background:linear-gradient(to right,transparent,#CBD5E1,transparent)!important}html.light .h2-risk-table tbody tr td:nth-child(6) span:first-child{color:#34a853!important}html.light .h2-risk-table tbody tr td:nth-child(6) span:last-child{color:#dc2626!important}html.light .h2-risk-table tbody tr td:nth-child(4){font-weight:700}html.light [style*="background: rgba(13, 31, 45"]{background:#fff!important;border:1px solid #E8EAED!important}html.light [style*="color: #00e676"][style*="font-weight: 700"]{color:#34a853!important}html.light [style*="color: #4fc3f7"][style*="font-weight: 700"]{color:#0b57d0!important}html.light [style*="color: #f87171"][style*="font-weight: 700"]{color:#dc2626!important}html.light [style*="background: rgba(0, 230, 118, 0.05)"]{background:#34a85314!important;border-color:#34a8534d!important}html.light .recharts-scatter circle[fill="#00e676"]{fill:#34a853!important}html.light .recharts-scatter circle[fill="#4fc3f7"]{fill:#0b57d0!important}html.light .recharts-scatter circle[fill="#ffd54f"]{fill:#f59e0b!important}html.light .recharts-scatter circle[fill="#ff9800"]{fill:#ea580c!important}html.light .recharts-scatter circle[fill="#f87171"]{fill:#dc2626!important}html.light .insights-container{background:#fff!important;background-image:none!important}html.light .insights-container h1,html.light .insights-container h2,html.light .insights-container h3,html.light .insights-container h4,html.light .insights-container h5,html.light .insights-container h6,html.light .insights-title,html.light .insights-card-title,html.light .h2-hero-title,html.light .h2-section-title{color:#00875a!important;font-family:Google Sans,sans-serif!important;font-weight:700!important}html.light .insights-subtitle,html.light .h2-hero-subtitle{color:#5f6368!important;font-family:Roboto,sans-serif!important}html.light .insights-card{background:#fff!important;border:1px solid #E8EAED!important;box-shadow:0 1px 3px #00000014!important;box-sizing:border-box!important;border-radius:.5rem!important}html.light .insights-card-title{color:#00875a!important}html.light .insights-comparison-value.positive{color:#057a55!important}html.light .insights-comparison-value.negative{color:#dc2626!important}html.light .insights-policy-card,html.light .insights-diagnosis{box-sizing:border-box!important}html.light .ins-sidebar{background:#fff!important;border-right:1px solid #E8EAED!important}html.light .ins-nav-btn,html.light .ins-filter-btn{background:#f0f4f8!important;border:1px solid #DADCE0!important;color:#5f6368!important;font-family:Roboto,sans-serif!important}html.light .ins-nav-btn:hover,html.light .ins-filter-btn:hover{border-color:#00875a!important;background:#f8f9fa!important;color:#1f1f1f!important}html.light .ins-nav-btn--active,html.light .ins-filter-btn--active{border-color:#00875a!important;background:#00875a14!important;color:#00875a!important;font-weight:600!important}html.light .insights-container [style*="color: #00E676"],html.light .insights-container [style*="color: rgb(0, 230, 118)"]{color:#00875a!important}html.light .insights-container [style*="color: #f87171"],html.light .insights-container [style*="color: rgb(248, 113, 113)"]{color:#dc2626!important}html.light .insights-container [style*="color: #FFD166"],html.light .insights-container [style*="color: rgb(255, 209, 102)"]{color:#b45309!important}html.light .insights-generate-btn{background:#00875a!important;color:#fff!important}html.light .insights-generate-btn:hover:not(:disabled){background:#00704a!important}html.light .insights-generate-btn:disabled{background:#e8eaed!important;color:#9aa0a6!important}html.light .insights-diagnosis,html.light .insights-policy-card{background:#fff!important;border:1px solid #E8EAED!important}html.light .insights-diagnosis-title,html.light .insights-policy-title{color:#00875a!important;font-family:Google Sans,sans-serif!important;font-weight:700!important}html.light .insights-diagnosis-text,html.light .insights-policy-description{color:#1f1f1f!important}html.light .insights-policy-priority.high{background:#dc26261a!important;color:#dc2626!important}html.light .insights-policy-priority.medium{background:#f59e0b1a!important;color:#b45309!important}html.light .insights-policy-priority.low{background:#0b57d01a!important;color:#0b57d0!important}html.light .ins-mobile-nav,html.light .ins-mobile-filters{background:#fff!important;border-color:#e8eaed!important}html.light .ins-mobile-tab{color:#5f6368!important}html.light .ins-mobile-tab:hover{color:#1f1f1f!important}html.light .ins-mobile-tab--active{color:#00875a!important;border-bottom-color:#00875a!important}html.light .ins-filter-toggle{background:#f0f4f8!important;border-color:#dadce0!important;color:#5f6368!important}html.light .ins-mobile-filter-label{color:#5f6368!important}html.light .insights-timeline-event.success{border-left-color:#057a55!important;background:#057a550a!important}html.light .insights-timeline-event.danger{border-left-color:#dc2626!important;background:#dc26260a!important}html.light .insights-timeline-event.warning{border-left-color:#d97706!important;background:#d977060a!important}html.light .insights-timeline-event.info{border-left-color:#1d4ed8!important;background:#1d4ed80a!important}html.light .insights-timeline-year{color:#057a55!important}html.light .insights-timeline-event-text{color:#475569!important}html.light .insights-timeline-title{color:#0e9f6e!important}html.light .insights-recommendation-dot{background:#10b981!important}html.light .insights-recommendation-text{color:#475569!important}html.light .insights-comparison-label{color:#64748b!important}html.light .insights-comparison-title{color:#0f172a!important}html.light .insights-diagnosis-text{color:#475569!important}html.light .insights-recommendations-title{color:#0e9f6e!important}html.light .insights-year-range label{color:#64748b!important}html.light .insights-year-range input{background:#0e9f6e0f!important;border-color:#0e9f6e4d!important;color:#0f172a!important}html.light .insights-timeline,html.light .insights-chart-container,html.light .insights-comparison-card,html.light .insights-recommendations{background:#fff!important;border-color:#e8eaed!important}html.light .cs-container h1,html.light .cs-container h2,html.light .cs-bundle-title,html.light .cs-panel-desc{color:#00875a!important;font-family:Google Sans,sans-serif!important;font-weight:700!important}html.light .cs-error{background:#dc26261a!important;border:1px solid rgba(220,38,38,.2)!important;color:#dc2626!important}html.light .cs-info{background:#00875a14!important;border:1px solid rgba(0,135,90,.2)!important;color:#00875a!important}html.light .cs-label,html.light .cs-sug-meta,html.light .cs-baseline-tag,html.light .cs-baseline-insight,html.light .cs-mode-label,html.light .cs-panel-caption,html.light .cs-slider-label,html.light .cs-nl-examples-label,html.light .cs-result-tag,html.light .cs-result-change,html.light .cs-formulas-title{color:#5f6368!important}html.light .cs-input,html.light .cs-textarea,html.light .cs-select{background:#f0f4f8!important;border:1px solid #DADCE0!important;color:#1f1f1f!important}html.light .cs-input:focus,html.light .cs-textarea:focus{border-color:#00875a!important;background:#fff!important;box-shadow:0 0 0 2px #00875a1a!important}html.light .cs-input::placeholder,html.light .cs-textarea::placeholder{color:#5f6368!important}html.light .cs-suggestions,html.light .cs-mode-tabs,html.light .cs-panel,html.light .cs-result{background:#fff!important;border:1px solid #E8EAED!important;box-shadow:0 1px 3px #00000014!important}html.light .cs-sug-item,html.light .cs-policy-cat{border-bottom:1px solid #E8EAED!important}html.light .cs-sug-item:hover{background:#f8f9fa!important}html.light .cs-sug-name,html.light .cs-policy-cat,html.light .cs-policy-check-label,html.light .cs-composer-item-label,html.light .cs-formula-item{color:#1f1f1f!important}html.light .cs-slider-val,html.light .cs-result-score,html.light .cs-result-change{color:inherit!important}html.light .cs-baseline{border-color:#e8eaed!important}html.light .cs-mode-tab{background:#f0f4f8!important;border:1px solid #DADCE0!important;color:#5f6368!important}html.light .cs-mode-tab:hover{border-color:#00875a!important;background:#f8f9fa!important;color:#1f1f1f!important}html.light .cs-mode-tab--active{border-color:#00875a!important;background:#00875a14!important;color:#00875a!important;font-weight:600!important}html.light .cs-policy-card,html.light .cs-bundle-preview,html.light .cs-slider-card,html.light .cs-composer-item,html.light .cs-formula-item{background:#f8f9fa!important;border:1px solid #E8EAED!important}html.light .cs-policy-card--active{border-color:#00875a!important;background:#00875a0d!important}html.light .cs-intensity-btn{background:#f0f4f8!important;border-color:#dadce0!important;color:#5f6368!important}html.light .cs-intensity-btn:hover{background:#e8eaed!important;color:#1f1f1f!important}html.light .cs-checkbox,html.light .cs-slider{accent-color:#00875A!important}html.light .cs-intensity-btn[style*=transparent]{border-color:#dadce0!important;color:#5f6368!important}html.light .cs-nl-example-btn,html.light .cs-add-btn,html.light .cs-run-btn{background:#00875a14!important;border:1px solid rgba(0,135,90,.2)!important;color:#00875a!important}html.light .cs-nl-example-btn:hover,html.light .cs-add-btn:hover,html.light .cs-run-btn:hover:not(:disabled){background:#00875a26!important;border-color:#00875a66!important}html.light .cs-composer-remove{color:#dc2626b3!important}html.light .cs-composer-remove:hover{color:#dc2626!important}html.light .cs-run-btn:disabled{background:#e8eaed!important;border-color:#dadce0!important;color:#9aa0a6!important;opacity:1!important}html.light .cs-reset-btn{background:#fff!important;border:1px solid #DADCE0!important;color:#5f6368!important}html.light .cs-reset-btn:hover{border-color:#00875a!important;color:#00875a!important;background:#f8f9fa!important}html.light .cs-result-arrow{color:#dadce0!important}html.light .cs-formula-item{border-left:3px solid rgba(0,135,90,.3)!important}html.light .op-root{background:transparent!important}html.light .op-hero-title,html.light .op-card-title,html.light .op-section-tag,html.light .op-detail-country{color:#00875a!important;font-family:Google Sans,sans-serif!important;font-weight:700!important}html.light .op-hero-subtitle,html.light .op-hero-meta-label,html.light .op-hero-urgency-label,html.light .op-card-subtitle,html.light .op-card-sub,html.light .op-section-sub,html.light .op-detail-score-label{color:#5f6368!important}html.light .op-hero,html.light .op-card,html.light .op-alert-card,html.light .op-detail-header,html.light .op-signal-card,html.light .op-metric-card,html.light .op-phase,html.light .op-confidence,html.light .op-mini-card,html.light .op-driver-card,html.light .op-hero-stat,html.light .op-hero-stats,html.light .op-card-grid,html.light .op-driver-grid,html.light .op-verdict-card,html.light .op-priority-row,html.light .op-time-horizon-card,html.light .op-table-topbar,html.light .op-table-scroll,html.light .op-forecast-cell,html.light .op-roi,html.light .op-cta-box,html.light .op-alerts-panel,html.light .op-table-footer,html.light .op-table-section{background:#fff!important;border-color:#e8eaed!important;box-shadow:0 1px 3px #00000014!important}html.light .op-hero-stat,html.light .op-hero-stat-num,html.light .op-hero-stat-label,html.light .op-mini-card,html.light .op-driver-card,html.light .op-verdict-card,html.light .op-priority-row,html.light .op-time-horizon-card,html.light .op-forecast-cell,html.light .op-roi,html.light .op-cta-box,html.light .op-alert-card,html.light .op-detail-header,html.light .op-signal-card,html.light .op-table-topbar,html.light .op-table-scroll,html.light .op-table-footer{color:#1f1f1f!important}html.light .op-priority-row{background:#fff!important;border-color:#e8eaed!important}html.light .op-priority-rank{color:#5f6368!important}html.light .op-priority-country,html.light .op-priority-content,html.light .op-priority-list,html.light .op-priority-panel{color:#1f1f1f!important}html.light .op-priority-meta,html.light .op-priority-driver{color:#5f6368!important}html.light .op-priority-badge{color:#1f1f1f!important;background:#e8eaed59!important;border-color:transparent!important}html.light .op-alert-header,html.light .op-alert-code,html.light .op-alert-score,html.light .op-alert-meta,html.light .op-alert-trigger,html.light .op-alert-action,html.light .op-detail-score-wrap,html.light .op-sort-icon,html.light .op-hero-left,html.light .op-hero-right,html.light .op-two-col,html.light .op-metrics-grid,html.light .op-forecast-grid,html.light .op-verdict-grid,html.light .op-verdict-icon,html.light .op-verdict-pct,html.light .op-detail-header-left,html.light .op-detail-icon,html.light .op-driver-tag,html.light .op-error,html.light .op-executive,html.light .op-system-diagnosis,html.light .op-loading,html.light .op-signal-tag,html.light .op-signal-text,html.light .op-signal-strategy,html.light .op-signal-pos,html.light .op-signal-neg,html.light .op-signal-none{color:#1f1f1f!important}html.light .op-metric-sub,html.light .op-hero-stat-label,html.light .op-driver-label,html.light .op-verdict-label,html.light .op-time-horizon-label,html.light .op-metric-label,html.light .op-priority-rank,html.light .op-hero-meta-label,html.light .op-hero-urgency-label,html.light .op-card-subtitle,html.light .op-card-sub,html.light .op-section-sub,html.light .op-detail-score-label,html.light .op-forecast-label,html.light .op-time-horizon-desc,html.light .op-contrib-label{color:#5f6368!important}html.light .op-driver-rank,html.light .op-table-empty,html.light .op-priority-country{color:#1f1f1f!important}html.light .op-hero-stat-num,html.light .op-verdict-count,html.light .op-metric-value,html.light .op-card-value,html.light .op-detail-score,html.light .op-detail-action,html.light .op-detail-verdict,html.light .op-hero-meta-state,html.light .op-hero-meta-type,html.light .op-hero-urgency-score,html.light .op-hero-urgency-badge,html.light .op-driver-value,html.light .op-forecast-val,html.light .op-time-horizon-value,html.light .op-table-badge{color:inherit!important}html.light .op-card-text,html.light .op-signal-text,html.light .op-phase-text,html.light .op-time-horizon-desc,html.light .op-diagnosis,html.light .op-warning,html.light .op-priority-country,html.light .op-strategic-points{color:#1f1f1f!important}html.light .op-table-section{background:#fff!important;border-color:#e8eaed!important;box-shadow:0 1px 3px #00000014!important}html.light .op-table-header{color:#00875a!important;font-family:Google Sans,sans-serif!important;font-weight:700!important}html.light .op-table-count{color:#5f6368!important;font-weight:400!important}html.light .op-table-search{background:#f0f4f8!important;border-color:#dadce0!important;color:#1f1f1f!important}html.light .op-table-search:focus{border-color:#00875a!important;background:#fff!important;box-shadow:0 0 0 2px #00875a1a!important}html.light .op-table th{background:#f8f9fa!important;color:#5f6368!important;border-bottom:2px solid #E8EAED!important}html.light .op-table td{border-bottom:1px solid #E8EAED!important;color:#5f6368!important}html.light .op-table-row:hover{background:#f0f4f8!important}html.light .op-td-country{color:#1f1f1f!important;font-weight:500!important}html.light .op-table-footer{color:#5f6368!important;border-top-color:#e8eaed!important}html.light .op-bar-track{background:#e8eaed!important}html.light .op-impact-row{border-bottom-color:#e8eaed!important}html.light .op-impact-label,html.light .op-contrib-label,html.light .op-forecast-label{color:#5f6368!important}html.light .op-back-btn{background:#f0f4f8!important;color:#00875a!important;border-color:#dadce0!important}html.light .op-back-btn:hover{background:#e8eaed!important}html.light .op-detail{background:transparent!important}html.light .op-detail-header{background:#fff!important;border-color:#e8eaed!important;box-shadow:0 1px 3px #00000014!important}html.light .op-detail-header-left,html.light .op-detail-score-wrap{color:#1f1f1f!important}html.light .op-detail-country{color:#00875a!important;font-family:Google Sans,sans-serif!important}html.light .op-detail-verdict{color:#5f6368!important}html.light .op-detail-score{color:#00875a!important}html.light .op-detail-score-label{color:#5f6368!important}html.light .op-detail-action{color:#1f1f1f!important}html.light .op-signal-card{background:#fff!important;border-color:#e8eaed!important;box-shadow:0 1px 3px #00000014!important}html.light .op-signal-tag{color:#5f6368!important}html.light .op-signal-text{color:#1f1f1f!important}html.light .op-signal-strategy{color:#5f6368!important;border-top-color:#e8eaed!important}html.light .op-signal-strategy strong{color:#1f1f1f!important}html.light .op-metric-card{background:#fff!important;border-color:#e8eaed!important;box-shadow:0 1px 2px #0000000f!important}html.light .op-metric-label{color:#5f6368!important}html.light .op-metric-sub{color:#9aa0a6!important}html.light .op-contrib-row{background:#fff!important;border-color:#e8eaed!important;color:#1f1f1f!important}html.light .op-contrib-header{color:#1f1f1f!important}html.light .op-contrib-label{color:#5f6368!important}html.light .op-contrib-dom,html.light .op-contrib-val{color:#1f1f1f!important}html.light .op-diagnosis{background:#fff!important;border-color:#e8eaed!important;color:#1f1f1f!important;padding:.75rem!important;border-left:3px solid!important;border-radius:.375rem!important}html.light .op-forecast-grid{display:grid!important}html.light .op-forecast-cell{background:#fff!important;border-color:#e8eaed!important;color:#1f1f1f!important;box-shadow:0 1px 2px #0000000f!important}html.light .op-forecast-label{color:#5f6368!important}html.light .op-signal-pos{color:#057a55!important}html.light .op-signal-neg{color:#dc2626!important}html.light .op-signal-none{color:#94a3b8!important}html.light .op-card{background:#fff!important;border-color:#e8eaed!important;box-shadow:0 1px 3px #00000014!important;color:#1f1f1f!important;box-sizing:border-box!important;border-radius:.75rem!important}html.light .op-card-title{color:#00875a!important;font-family:Google Sans,sans-serif!important;font-weight:700!important}html.light .op-card-sub{color:#5f6368!important}html.light .op-card-text{color:#1f1f1f!important}html.light .op-table-row:hover td{background:#f8f9fa!important;color:#1f1f1f!important}html.light .op-table-th-sort{color:#5f6368!important}html.light .op-table-th-sort:hover{color:#00875a!important}html.light .op-sort-icon{color:#dadce0!important}html.light .op-roi{background:#fff!important;border-color:#e8eaed!important;color:#1f1f1f!important;padding:.75rem!important;border-left:3px solid!important;border-radius:.375rem!important}html.light .op-roi strong{color:#1f1f1f!important}html.light .op-confidence{background:#fff!important;border:1px solid #E8EAED!important;border-radius:.75rem!important;padding:1rem 1.25rem!important;display:flex!important;flex-direction:column!important;gap:.5rem!important;color:#1f1f1f!important;box-shadow:0 1px 3px #00000014!important}html.light .op-confidence span{color:#1f1f1f!important;font-size:.875rem!important}html.light .op-confidence strong{color:#00875a!important;font-family:Google Sans,sans-serif!important}html.light .op-phase{padding-top:0!important}html.light .op-phase--border{border-top:1px solid #E8EAED!important;padding-top:.625rem!important;margin-top:.25rem!important}html.light .op-phase-label{color:#5f6368!important;font-size:.58rem!important;text-transform:uppercase!important;letter-spacing:.08em!important}html.light .op-phase-text{color:#1f1f1f!important;font-weight:500!important;margin-top:.15rem!important}html.light .op-impact-row{background:#fff!important;border:1px solid #E8EAED!important;border-radius:.375rem!important;padding:.625rem .875rem!important;margin-bottom:.5rem!important;display:flex!important;justify-content:space-between!important;align-items:center!important}html.light .op-impact-label{color:#5f6368!important;font-size:.78rem!important}html.light .op-impact-val{font-weight:700!important;font-variant-numeric:tabular-nums!important}html.light .op-warning{background:#fef3c7!important;border-left:3px solid #F59E0B!important;color:#92400e!important;border-radius:0 .375rem .375rem 0!important}html.light .op-warning strong{color:#92400e!important}html.light .op-counterfactual-badges span:first-child{color:#057a55!important}html.light .op-counterfactual-badges span:last-child{color:#dc2626!important}html.light .op-time-horizon-value{color:#1d4ed8!important}html.light .op-executive{border-left-color:#1d4ed8!important}html.light .op-system-diagnosis{border-left-color:#d97706!important}html.light .op-alert-card{background:#fff!important;border-color:#e8eaed!important}html.light .op-table-badge{background:#f1f5f9!important}html.light .op-verdict-label{color:#64748b!important}html.light .op-hero-stat-num,html.light .op-section-tag{color:#0f172a!important}html.light .op-section-sub{color:#64748b!important}html.light .op-cta-box{border-color:#1d4ed84d!important;background:#1d4ed80a!important}html.light .op-strategic-points{color:#475569!important;border-top-color:#e2e8f0!important}html.light .op-time-horizon-grid{border-top-color:#e2e8f0!important}html.light .op-time-horizon-card{background:#f8fafc!important;border-color:#e2e8f0!important}html.light .op-time-horizon-label{color:#94a3b8!important}html.light .op-time-horizon-desc{color:#64748b!important}html.light .op-driver-tag{background:#f1f5f9!important;color:#475569!important}html.light .op-driver-rank{color:#94a3b8!important}html.light .op-driver-label{color:#64748b!important}html.light .op-verdict-pct{color:#475569!important}html.light .ca-root{background:transparent!important}html.light .ca-header-country,html.light .ca-card-title,html.light .ca-explain-label,html.light .ca-explain-section-title{color:#00875a!important;font-family:Google Sans,sans-serif!important;font-weight:700!important}html.light .ca-search{background:#f0f4f8!important;border-color:#dadce0!important;color:#1f1f1f!important}html.light .ca-search:focus{border-color:#00875a!important;background:#fff!important;box-shadow:0 0 0 2px #00875a1a!important}html.light .ca-country-chip{background:#fff!important;border-color:#dadce0!important;color:#5f6368!important}html.light .ca-country-chip:hover{background:#f8f9fa!important;border-color:#00875a!important;color:#1f1f1f!important}html.light .ca-country-chip--active{background:#00875a14!important;border-color:#00875a!important;color:#00875a!important}html.light .ca-chip-icon,html.light .ca-chip-name,html.light .ca-chip-tier{color:#1f1f1f!important}html.light .ca-topbar,html.light .ca-header-card,html.light .ca-forecast-grid,html.light .ca-country-strip{background:#fff!important;border-color:#e8eaed!important;box-shadow:0 1px 3px #00000014!important;color:#1f1f1f!important}html.light .ca-country-strip{overflow-x:auto!important}html.light .ca-search::placeholder{color:#9aa0a6!important}html.light .ca-loading,html.light .ca-no-results{color:#5f6368!important}html.light .ca-phase--border{border-top-color:#e8eaed!important}html.light .ca-fallback-badge{color:#9a7017!important}html.light .ca-metrics-grid,html.light .ca-two-col,html.light .ca-sim-grid{background:transparent!important}html.light .ca-card,html.light .ca-metric-card,html.light .ca-sim-card,html.light .ca-signal-card,html.light .ca-sim-card--winner,html.light .ca-explain-panel,html.light .ca-infobox,html.light .ca-forecast-cell,html.light .ca-confidence,html.light .ca-explain-mode-group,html.light .ca-explain-badge{background:#fff!important;border-color:#e8eaed!important;box-shadow:0 1px 3px #00000014!important}html.light .ca-signal-neg{color:#dc2626!important}html.light .ca-signal-pos{color:#057a55!important}html.light .ca-contrib-row,html.light .ca-contrib-header,html.light .ca-detail{background:#fff!important;border-color:#e8eaed!important;color:#1f1f1f!important}html.light .ca-contrib-row{border:1px solid #E8EAED!important;border-radius:.5rem!important;padding:.75rem!important}html.light .ca-bar-track{background:#f0f4f8!important}html.light .ca-bar-fill{box-shadow:none!important}html.light .ca-impact-row,html.light .ca-sim-card,html.light .ca-sim-card--winner,html.light .ca-confidence{background:#fff!important;border-color:#e8eaed!important;color:#1f1f1f!important}html.light .ca-impact-row{box-shadow:inset 0 0 0 1px #e8eaedcc!important}html.light .ca-sim-card--winner{background:#00875a14!important}html.light .ca-sim-val{color:#1f1f1f!important}html.light .ca-sim-footer,html.light .ca-header-score-label,html.light .ca-card-sub,html.light .ca-metric-label,html.light .ca-metric-sub,html.light .ca-contrib-label,html.light .ca-forecast-label,html.light .ca-impact-label,html.light .ca-sim-label{color:#5f6368!important}html.light .ca-header-country,html.light .ca-card-title,html.light .ca-card-sub,html.light .ca-signal-tag,html.light .ca-signal-text,html.light .ca-signal-strategy,html.light .ca-metric-label,html.light .ca-metric-sub,html.light .ca-contrib-label,html.light .ca-diagnosis,html.light .ca-forecast-label,html.light .ca-phase-label,html.light .ca-phase-text,html.light .ca-warning,html.light .ca-impact-label,html.light .ca-sim-label,html.light .ca-sim-footer,html.light .ca-confidence,html.light .ca-explain-badge,html.light .ca-explain-badge--ai,html.light .ca-explain-badge--fallback,html.light .ca-explain-text,html.light .ca-explain-bullet,html.light .ca-explain-para,html.light .ca-header-icon,html.light .ca-header-left,html.light .ca-header-right,html.light .ca-header-row,html.light .ca-explain-controls,html.light .ca-explain-header,html.light .ca-explain-meta,html.light .ca-explain-row,html.light .ca-explain-spacer{color:#1f1f1f!important}html.light .ca-header-verdict,html.light .ca-header-score,html.light .ca-header-system,html.light .ca-contrib-val,html.light .ca-contrib-dom,html.light .ca-forecast-val,html.light .ca-impact-val,html.light .ca-metric-value,html.light .ca-sim-val{color:inherit!important}html.light .ca-sim-winner{color:#00875a!important;background:#00875a1a!important}html.light .ca-bar-track{background:#e8eaed!important}html.light .ca-impact-row{border-bottom-color:#e8eaed!important}html.light .ca-explain-mode-btn{background:#f0f4f8!important;border-color:#dadce0!important;color:#5f6368!important;white-space:nowrap!important}html.light .ca-explain-mode-btn:hover{background:#e8eaed!important;color:#1f1f1f!important}html.light .ca-explain-mode-btn--active{background:#00875a14!important;border-color:#00875a!important;color:#00875a!important;font-weight:600!important}html.light .ca-explain-controls{justify-content:flex-start!important;gap:.5rem!important;flex-wrap:wrap!important}html.light .ca-explain-mode-group{flex:0 0 auto!important;white-space:nowrap!important}html.light .ca-explain-btn{background:#00875a!important;color:#fff!important;margin-left:0!important}html.light .ca-explain-btn:hover:not(:disabled){background:#00704a!important}html.light .ca-explain-btn:disabled{background:#e8eaed!important;color:#9aa0a6!important}html.light .ca-fallback-badge{color:#d97706!important}html.light .ca-explain-badge--fallback{border-color:#d977064d!important;color:#d97706!important}html.light .ca-explain-badge--ai{border-color:#0e9f6e66!important;color:#0e9f6e!important}html.light .ca-explain-label{color:#0e9f6e!important}html.light .ca-explain-panel{border-left-color:#10b981!important}html.light .ca-explain-section-title{border-bottom-color:#e2e8f0!important}html.light .ca-sim-winner{color:#057a55!important;background:#057a5514!important}html.light .ca-sim-card--winner{background:#057a550f!important;border-color:#10b981!important}html.light .ca-phase--border{border-top-color:#e2e8f0!important}html.light .ca-confidence strong{color:#0f172a!important}html.light .ca-header-system{color:#64748b!important}html.light .ca-explain-mode-btn--active{background:#057a5514!important;color:#057a55!important}html.light .ps-root{background:transparent!important}html.light .ps-selectors{background:#fff!important;border-color:#e8eaed!important}html.light .ps-title,html.light .ps-card-title{color:#00875a!important;font-family:Google Sans,sans-serif!important;font-weight:700!important}html.light .ps-card-sub,html.light .ps-label,html.light .ps-metric-label,html.light .ps-sim-footer{color:#5f6368!important}html.light .ps-tier-btn{background:#f0f4f8!important;border-color:#dadce0!important;color:#5f6368!important}html.light .ps-tier-btn:hover{background:#e8eaed!important;color:#1f1f1f!important}html.light .ps-tier-btn--active{background:#00875a14!important;border-color:#00875a!important;color:#00875a!important;font-weight:600!important}html.light .ps-country-input{background:#f0f4f8!important;border-color:#dadce0!important;color:#1f1f1f!important}html.light .ps-country-input:focus{border-color:#00875a!important;background:#fff!important;box-shadow:0 0 0 2px #00875a1a!important}html.light .ps-suggestions{background:#fff!important;border-color:#e8eaed!important;box-shadow:0 4px 12px #0000001a!important}html.light .ps-suggestion-item:hover{background:#f8f9fa!important}html.light .ps-sug-name{color:#1f1f1f!important}html.light .ps-sug-meta{color:#5f6368!important}html.light .ps-metric-card,html.light .ps-card,html.light .ps-final-card{background:#fff!important;border-color:#e8eaed!important;box-shadow:0 1px 3px #00000014!important}html.light .ps-metric-value{color:#1f1f1f!important}html.light .ps-action-tab{background:#f0f4f8!important;border-color:#dadce0!important;color:#5f6368!important}html.light .ps-action-tab:hover{background:#e8eaed!important;color:#1f1f1f!important}html.light .ps-action-tab--active{background:#00875a14!important;border-color:#00875a!important;color:#00875a!important;font-weight:600!important}html.light .ps-action-row{background:#f8f9fa!important;border-bottom-color:#e8eaed!important}html.light .ps-action-name{color:#1f1f1f!important}html.light .ps-final-label{color:#5f6368!important}html.light .ps-final-val{color:#1f1f1f!important}html.light .ps-final-card--winner{border-color:#00875a!important;background:#00875a0d!important}html.light .ps-winner-text,html.light .ps-winner-text strong{color:#00875a!important}html.light .se-root{background:transparent!important}html.light .se-controls{background:#fff!important;border-color:#e8eaed!important}html.light .se-catalog-title,html.light .se-deepdive-title,html.light .se-tw-title{color:#00875a!important;font-family:Google Sans,sans-serif!important;font-weight:700!important}html.light .se-label,html.light .se-catalog-count,html.light .se-scenario-desc,html.light .se-stat-label,html.light .se-dd-score-label,html.light .se-dd-subtitle{color:#5f6368!important}html.light .se-input,html.light .se-select{background:#f0f4f8!important;border-color:#dadce0!important;color:#1f1f1f!important}html.light .se-input:focus,html.light .se-select:focus{border-color:#00875a!important;background:#fff!important;box-shadow:0 0 0 2px #00875a1a!important}html.light .se-suggestions{background:#fff!important;border-color:#e8eaed!important;box-shadow:0 4px 12px #0000001a!important}html.light .se-sug-item:hover{background:#f8f9fa!important}html.light .se-sug-name{color:#1f1f1f!important}html.light .se-sug-meta{color:#5f6368!important}html.light .se-mode-btn{background:#f0f4f8!important;border-color:#dadce0!important;color:#5f6368!important}html.light .se-mode-btn:hover{background:#e8eaed!important;color:#1f1f1f!important}html.light .se-mode-btn--active{background:#00875a14!important;border-color:#00875a!important;color:#00875a!important;font-weight:600!important}html.light .se-baseline,html.light .se-catalog,html.light .se-deepdive{background:#fff!important;border-color:#e8eaed!important;box-shadow:0 1px 3px #00000014!important}html.light .se-baseline-tag{background:#f0f4f8!important;color:#5f6368!important;border-color:#dadce0!important}html.light .se-scenario-name{color:#1f1f1f!important}html.light .se-scenario-id,html.light .se-scenario-deadline{color:#5f6368!important;background:#f0f4f8!important;border-color:#dadce0!important}html.light .se-cat-group-header{color:#1f1f1f!important;border-bottom-color:#e8eaed!important}html.light .se-cat-group-count{background:#f0f4f8!important;color:#5f6368!important}html.light .se-deepdive{background:#fff!important;border-color:#e8eaed!important;box-shadow:0 1px 3px #00000014!important}html.light .se-dd-score-row,html.light .se-signal-row,html.light .se-feature-row,html.light .se-dd-scores,html.light .se-feature-list,html.light .se-signal-grid{background:#f8f9fa!important;border-color:#e8eaed!important;color:#1f1f1f!important}html.light .se-dd-score-row,html.light .se-feature-row,html.light .se-signal-row{border-radius:.375rem!important}html.light .se-signal-name,html.light .se-signal-base,html.light .se-feature-name,html.light .se-deepdive-empty,html.light .se-deepdive-title,html.light .se-dd-subtitle,html.light .se-scenario-desc,html.light .se-stat-label{color:#1f1f1f!important}html.light .se-dd-score-val,html.light .se-dd-delta,html.light .se-dd-changed,html.light .se-signal-delta,html.light .se-feature-delta,html.light .se-stat-val{color:inherit!important}html.light .se-scenario-btn{background:#fff!important;border-color:#e8eaed!important}html.light .se-scenario-btn:hover{background:#f8f9fa!important;border-color:#dadce0!important}html.light .se-scenario-btn--active{background:#00875a0d!important;border-color:#00875a!important}html.light .se-tw-row{background:#f8f9fa!important;border-color:#e8eaed!important}html.light .se-tw-row:hover{border-color:#dadce0!important}html.light .se-tw-row--active{border-color:#00875a!important;background:#00875a0d!important}html.light .se-tw-name{color:#1f1f1f!important}html.light .se-tw-cat{color:#5f6368!important}html.light .se-dd-score-row,html.light .se-signal-row,html.light .se-feature-row{border-bottom-color:#e8eaed!important}html.light .se-scenario-deadline{color:#d97706!important;background:#d9770614!important;border-color:#d9770633!important}html.light .se-dd-changed{color:#057a55!important}html.light .se-signal-delta,html.light .se-feature-delta,html.light .se-tw-delta{color:#0f172a!important}html.light .se-sug-meta{color:#0e9f6e!important}html.light .se-cat-group-header{color:#0f172a!important;border-bottom-color:#e2e8f0!important}html.light .se-cat-group-count{background:#f1f5f9!important;color:#64748b!important}html.light .se-baseline-tag{color:#94a3b8!important}html.light .se-baseline-score,html.light .se-stat-val{color:#0f172a!important}html.light .se-error{background:#dc26260f!important;border-color:#dc262640!important;color:#dc2626!important}html.light .se-loading{color:#94a3b8!important}html.light .se-dd-score-label{color:#64748b!important}html.light .se-dd-score-val{color:#0f172a!important}html.light .se-dd-delta{color:#64748b!important}html.light .se-dd-subtitle{color:#94a3b8!important;border-top-color:#e2e8f0!important}html.light .map-container{background:#fff!important}html.light .map-controls{background:#fff!important;border:1px solid #E8EAED!important;border-radius:8px!important;box-shadow:0 2px 8px #0000001a!important}html.light .map-control-btn{background:#fff!important;border:1px solid #E8EAED!important;color:#475569!important;transition:all .2s ease!important}html.light .map-control-btn:hover{background:#f8f9fa!important;border-color:#00875a!important;color:#00875a!important}html.light .map-control-btn.active,html.light .map-control-btn--active{background:#00875a14!important;border-color:#00875a!important;color:#00875a!important}html.light .info-panel,html.light .map-info-panel,html.light .overlay-panel{background:#fff!important;border:1px solid #E8EAED!important;box-shadow:0 4px 12px #0000001f!important;color:#0f172a!important}html.light .info-panel-header,html.light .overlay-header{background:#00875a0a!important;border-bottom:1px solid #E8EAED!important;color:#00875a!important}html.light .info-panel-title,html.light .overlay-title{color:#00875a!important;font-family:Google Sans,sans-serif!important;font-weight:700!important}html.light .info-panel-subtitle{color:#5f6368!important;font-size:.875rem!important}html.light .info-panel-content,html.light .overlay-content{color:#1f1f1f!important}html.light .info-panel-close,html.light .overlay-close{color:#5f6368!important}html.light .info-panel-close:hover,html.light .overlay-close:hover{background:#0000000d!important;color:#0f172a!important}html.light .map-label,html.light .data-label,html.light .overlay-label{color:#0f172a!important}html.light .map-label-muted,html.light .data-label-muted{color:#5f6368!important}html.light [class*=label][style*="color: rgba(224,247,250"]{color:#0f172a!important}html.light .marker-container,html.light .map-marker{filter:none!important}html.light .city-marker,html.light .data-point{filter:drop-shadow(0 2px 4px rgba(0,0,0,.1))!important}html.light .stat-card{background:#fff!important;border:1px solid #E8EAED!important;box-shadow:0 1px 3px #00000014!important}html.light .stat-card:hover{border-color:#00875a!important;box-shadow:0 2px 6px #0000001f!important;background:#fafbfc!important}html.light .stat-label{color:#5f6368!important;font-size:.75rem!important;text-transform:uppercase!important}html.light .stat-value{color:#0f172a!important;font-size:1.25rem!important;font-weight:700!important}html.light .stat-change{font-size:.75rem!important}html.light .stat-change.positive{color:#057a55!important}html.light .stat-change.negative{color:#dc2626!important}html.light .grid-2,html.light .grid-3,html.light .grid-4,html.light .grid-auto{gap:1rem!important}html.light .map-nav,html.light .map-tabs{border-bottom:1px solid #E8EAED!important}html.light .map-tab-btn{background:transparent!important;border:none!important;color:#5f6368!important;border-bottom:2px solid transparent!important;padding:.75rem 1rem!important}html.light .map-tab-btn:hover{color:#00875a!important;border-bottom-color:#00875a4d!important}html.light .map-tab-btn.active,html.light .map-tab-btn--active{color:#00875a!important;border-bottom-color:#00875a!important;font-weight:600!important}html.light .map-loading-spinner{color:#00875a!important}html.light .map-empty-state{color:#5f6368!important}html.light .map-error-state{background:#dc26260a!important;border:1px solid rgba(220,38,38,.2)!important;color:#dc2626!important}html.light .global-stats-country-modal-card{background:#fff!important;border:1px solid #E8EAED!important;box-shadow:0 4px 24px #0000001f!important;color:#1f1f1f!important}html.light .global-stats-country-modal-card h2{color:#0b57d0!important}html.light .global-stats-country-modal-card p{color:#5f6368!important}html.light .global-stats-country-modal-card .flag-container{border:1px solid #E8EAED!important}html.light .global-stats-country-modal-card button{background:#f8f9fa!important;border:1px solid #E8EAED!important;color:#1f1f1f!important}html.light .global-stats-country-modal-card button:hover{background:#ececf0!important;border-color:#00875a!important}html.light .research-container p,html.light .research-container span,html.light .research-container label,html.light .research-container li{color:#5f6368!important}html.light .research-container p strong,html.light .research-container label{color:#1f1f1f!important}html.light .research-container h1,html.light .research-container h2,html.light .research-container h3,html.light .research-container h4{color:#0e9f6e!important}html.light .research-container button[style*="border-bottom: none"],html.light .research-container button[style*="borderBottom: none"]{color:#5f6368!important}html.light .research-container button[style*="border-bottom: 2px solid"],html.light .research-container button[style*="borderBottom: 2px solid"]{color:#0e9f6e!important;border-bottom-color:#0e9f6e!important;background:#0e9f6e1a!important}html.light .research-container table th{background:#f8fafc!important;color:#0e9f6e!important;border-bottom:1px solid #E2E8F0!important}html.light .research-container table td{color:#5f6368!important;border-bottom:1px solid #E2E8F0!important}html.light .research-container table tr[style*="rgba(0,48,73,0.2)"]{background:#f8f9fa!important}html.light .research-container table tr:hover{background:#f0f4f8!important}html.light .research-container div[style*="rgba(0,48,73,0.35)"]{background:#fff!important;border:1px solid #E2E8F0!important}html.light .research-container div[style*="rgba(0,48,73,0.35)"]:hover{background:#fafbfc!important;border-color:#0b57d0!important}html.light .research-container div[style*="overflow: hidden"]{color:#1f1f1f!important}html.light .research-container button[style*="rgba(74,158,255"]{color:#0b57d0!important;background:#0b57d014!important;border-color:#0b57d033!important}html.light .research-container button[style*="rgba(74,158,255"]:hover{background:#0b57d026!important}html.light .research-container button[style*="rgba(255,107,107"]{color:#dc2626!important;background:#dc262614!important;border-color:#dc262633!important}html.light .research-container button[style*="rgba(255,107,107"]:hover{background:#dc262626!important}html.light .research-container div[style*="rgba(0, 230, 118, 0.1)"]{background:#0e9f6e14!important;border-left-color:#0e9f6e!important}html.light .research-container div[style*="rgba(255, 107, 107, 0.2)"]{background:#dc26261a!important;border-color:#dc26264d!important;color:#dc2626!important}html.light .research-container div[style*=dashed]{border-color:#cbd5e1!important;background:#f8fafc!important}html.light .research-container div[style*=dashed]:hover{border-color:#0e9f6e!important;background:#0e9f6e0d!important}html.light .manifest-container p,html.light .manifest-container span{color:#5f6368!important}html.light .manifest-container p[style*="font-size: clamp(0.85rem"],html.light .manifest-container p[style*="fontSize: clamp(0.85rem"]{color:#1f1f1f!important}html.light .manifest-container h1,html.light .manifest-container h2{color:#0e9f6e!important}html.light .manifest-container div[style*=linear-gradient]{background:linear-gradient(to bottom,#0E9F6E,transparent)!important;opacity:.3!important}html.light .manifest-container p[style*=italic]{color:#1f1f1f!important}html.light .manifest-container p[style*="font-weight: 600"],html.light .manifest-container p[style*="fontWeight: 600"]{color:#0e9f6e!important}html.light .manifest-container div[style*=border-top],html.light .manifest-container div[style*=borderTop]{border-top-color:#e2e8f0!important}html.light .manifest-container svg{color:#0e9f6e!important}html.light .manifest-container button{box-shadow:0 4px 12px #0e9f6e33!important}html.light .manifest-container div[style*="filter: blur"]{background-color:#0e9f6e!important;opacity:.1!important}html.light .security-container{background:#fff!important}html.light .security-container p,html.light .security-container span,html.light .security-container li{color:#5f6368!important}html.light .security-container h1,html.light .security-container h2,html.light .security-container h3,html.light .security-container strong{color:#00875a!important}html.light .security-container div[style*="linear-gradient(to bottom right, #003049, #001a2a)"]{background:linear-gradient(to bottom right,#f8f9fa,#fff)!important;border-color:#e8eaed!important;box-shadow:0 4px 12px #0000000d!important}html.light .security-container div[style*="filter: blur"],html.light .security-container div[style*="background: rgba(0, 230, 118, 0.2)"]{background:#00875a1a!important}html.light .security-container svg{color:#00875a!important}html.light .security-container div[style*="background: #00E676"]{background:#00875a!important}html.light .security-container div[style*="linear-gradient(to bottom right, rgba(0, 48, 73, 0.6)"]{background:linear-gradient(to bottom right,#fff,#00875a0d)!important;border-color:#e8eaed!important}html.light .security-dashboard-container{background:#fff!important}html.light .security-dashboard-container [style*="color: rgba(224,247,250,0.9)"],html.light .security-dashboard-container [style*="color: rgba(224, 247, 250, 0.9)"]{color:#1f1f1f!important}html.light .security-dashboard-container [style*="color: rgba(224,247,250,0.6)"],html.light .security-dashboard-container [style*="color: rgba(224, 247, 250, 0.6)"],html.light .security-dashboard-container [style*="color: rgba(224,247,250,0.4)"],html.light .security-dashboard-container [style*="color: rgba(224, 247, 250, 0.4)"]{color:#5f6368!important}html.light .security-dashboard-container [style*="color: #00E676"]{color:#00875a!important}html.light .security-dashboard-container [style*="color: #f87171"]{color:#dc2626!important}html.light .security-dashboard-container [style*="color: #FFD166"]{color:#b45309!important}html.light .security-dashboard-container [style*="background: rgba(0,30,50"],html.light .security-dashboard-container [style*="background: rgba(0, 30, 50"]{background:#f8f9fa!important;border-bottom-color:#e8eaed!important}html.light .security-dashboard-container [style*="border-bottom: 1px solid rgba(0,230,118"],html.light .security-dashboard-container [style*="borderBottom: 1px solid rgba(0,230,118"]{border-bottom-color:#e8eaed!important}html.light .security-dashboard-container [style*="background: rgba(0,48,73"],html.light .security-dashboard-container [style*="background: rgba(0, 48, 73"]{background:#fff!important;border-color:#e8eaed!important;box-shadow:0 1px 3px #0000000d!important}html.light .security-dashboard-container [style*="background: rgba(120,53,15"],html.light .security-dashboard-container [style*="background: rgba(120, 53, 15"]{background:#f8f9fa!important;border-color:#e2e8f0!important;color:#475569!important}html.light .security-dashboard-container [style*="background: rgba(127,29,29"],html.light .security-dashboard-container [style*="background: rgba(127, 29, 29"]{background:#fef2f2!important;border-color:#fecaca!important;color:#dc2626!important}html.light .security-dashboard-container [style*="background: rgba(0,78,59"],html.light .security-dashboard-container [style*="background: rgba(0, 78, 59"],html.light .security-dashboard-container [style*="background: rgba(0,230,118"],html.light .security-dashboard-container [style*="background: rgba(0, 230, 118"]{background:#00875a14!important;border-color:#00875a33!important}html.light .security-dashboard-container h1,html.light .security-dashboard-container h2{color:#00875a!important}html.light .security-dashboard-container svg{color:#00875a!important}html.light .analytics-container{background:#fff!important}html.light .analytics-container p,html.light .analytics-container span,html.light .analytics-container li{color:#5f6368!important}html.light .analytics-container strong,html.light .analytics-container b,html.light .analytics-container .text-primary{color:#1f1f1f!important}html.light .analytics-container h1,html.light .analytics-container h2,html.light .analytics-container h3,html.light .analytics-title{color:#0b57d0!important;font-family:Google Sans,sans-serif;font-weight:500}html.light .analytics-container div[style*="background: rgba(0, 48, 73"],html.light .analytics-container div[style*="background: rgba(0,48,73"],html.light .analytics-card{background:#fff!important;border:1px solid #E8EAED!important;box-shadow:0 1px 3px #00000014!important}html.light .analytics-container div[style*="background: rgba(0, 48, 73"]:hover,html.light .analytics-container div[style*="background: rgba(0,48,73"]:hover,html.light .analytics-card:hover{background:#f8f9fa!important;border-color:#0b57d0!important;box-shadow:0 2px 6px #0000001f!important}html.light .analytics-container select,html.light .analytics-container input{background:#f0f4f8!important;border:1px solid #DADCE0!important;color:#1f1f1f!important}html.light .analytics-container select:focus,html.light .analytics-container input:focus{border-color:#0b57d0!important;box-shadow:0 0 0 2px #0b57d01a!important;background:#fff!important}html.light .analytics-container [style*="color: #00E676"],html.light .analytics-container [style*="color: #00e676"]{color:#34a853!important}html.light .analytics-container [style*="background: rgba(0, 230, 118"],html.light .analytics-container [style*="background: rgba(0,230,118"]{background:#34a8531a!important}html.light .analytics-container [style*="color: #FFD54F"],html.light .analytics-container [style*="color: #ffd54f"]{color:#f59e0b!important}html.light .analytics-container [style*="background: rgba(255, 213, 79"],html.light .analytics-container [style*="background: rgba(255,213,79"]{background:#f59e0b1a!important}html.light .analytics-container [style*="color: #f87171"],html.light .analytics-container [style*="color: #F87171"]{color:#dc2626!important}html.light .analytics-container [style*="background: rgba(248, 113, 113"],html.light .analytics-container [style*="background: rgba(248,113,113"]{background:#dc26261a!important}html.light .analytics-container [style*="color: #4FC3F7"],html.light .analytics-container [style*="color: #4fc3f7"]{color:#0b57d0!important}html.light .analytics-container .recharts-text{fill:#5f6368!important}html.light .analytics-container .recharts-cartesian-grid-horizontal line,html.light .analytics-container .recharts-cartesian-grid-vertical line{stroke:#e8eaed!important}html.light .analytics-container .recharts-tooltip-wrapper .recharts-default-tooltip{background-color:#fff!important;border:1px solid #E8EAED!important;box-shadow:0 4px 6px #0000001a!important}html.light .analytics-container .analytics-grid-line,html.light .analytics-container .analytics-grid-baseline{stroke:#e8eaed!important}html.light .analytics-container .analytics-grid-text,html.light .analytics-container .analytics-axis-text{fill:#5f6368!important}html.light .analytics-container .analytics-chart-line{stroke:#0b57d0!important}html.light .analytics-container #dauGrad stop[offset="0%"]{stop-color:#0b57d0!important;stop-opacity:.15!important}html.light .analytics-container #dauGrad stop[offset="100%"]{stop-color:#0b57d0!important;stop-opacity:0!important}html.light .analytics-container .analytics-crosshair{stroke:#0b57d033!important}html.light .analytics-container .analytics-hover-dot{fill:#0b57d0!important;stroke:#fff!important}html.light .analytics-container .analytics-tooltip{background:#fff!important;border:1px solid #E8EAED!important;box-shadow:0 4px 12px #0000001a!important}html.light .analytics-container .analytics-tooltip-date{color:#5f6368!important}html.light .analytics-container .analytics-tooltip-value{color:#0b57d0!important}html.light .analytics-container .analytics-filter-btn{background:#f0f4f8!important;border-color:#dadce0!important;color:#5f6368!important}html.light .analytics-container .analytics-filter-btn[style*="font-weight: 600"]{background:#0b57d014!important;border-color:#0b57d0!important;color:#0b57d0!important}html.light .analytics-container .analytics-apply-btn{background:#0b57d0!important;border-color:#0b57d0!important;color:#fff!important}html.light .analytics-container .analytics-apply-btn:hover{background:#0842a0!important}html.light .analytics-container .analytics-reset-btn{color:#5f6368!important}html.light .analytics-container .analytics-progress-bg{background:#e8eaed!important}html.light .analytics-container .analytics-progress-fill{background:#0b57d0!important}html.light .analytics-container .analytics-avatar-bg{background:#f0f4f8!important}html.light .analytics-container .analytics-avatar-bg.top-1{background:#0b57d01a!important}html.light .analytics-container .analytics-avatar-text{color:#5f6368!important}html.light .analytics-container .analytics-avatar-text.top-1{color:#0b57d0!important}html.light .monitor-container{background:#fff!important}html.light .monitor-container .monitor-title{color:#00875a!important}html.light .monitor-container .monitor-subtitle,html.light .monitor-container .monitor-header-desc,html.light .monitor-container .monitor-last-update,html.light .monitor-container .monitor-refresh-label,html.light .monitor-container .monitor-stat-label,html.light .monitor-container .monitor-card-what{color:#5f6368!important}html.light .monitor-container .monitor-card{box-shadow:0 1px 3px #00000014!important}html.light .monitor-container .monitor-card:hover{box-shadow:0 2px 6px #0000001f!important}html.light .monitor-container .monitor-card.status-healthy{background:#fff!important;border-color:#e8eaed!important}html.light .monitor-container .monitor-card.status-healthy:hover{background:#f8f9fa!important;border-color:#00875a!important}html.light .monitor-container .monitor-card.status-warning{background:#fffbeb!important;border-color:#fcd34d!important}html.light .monitor-container .monitor-card.status-error{background:#fef2f2!important;border-color:#fecaca!important}html.light .monitor-container .monitor-card-title.status-healthy{color:#1f1f1f!important}html.light .monitor-container .monitor-card-title.status-warning{color:#b45309!important}html.light .monitor-container .monitor-card-title.status-error{color:#dc2626!important}html.light .monitor-container .monitor-tab-btn{color:#5f6368!important;border-bottom-color:transparent!important}html.light .monitor-container .monitor-tab-btn.active{color:#00875a!important;border-bottom-color:#00875a!important;background:#00875a14!important}html.light .monitor-container .monitor-refresh-btn{background:#f0f4f8!important;border-color:#dadce0!important;color:#1f1f1f!important}html.light .monitor-container .monitor-refresh-btn:hover{background:#e8eaed!important}html.light .monitor-container .monitor-latency.level-good{background:#34a8531a!important;color:#34a853!important;border-color:#34a85333!important}html.light .monitor-container .monitor-latency.level-mid{background:#f59e0b1a!important;color:#b45309!important;border-color:#f59e0b33!important}html.light .monitor-container .monitor-latency.level-bad{background:#dc26261a!important;color:#dc2626!important;border-color:#dc262633!important}html.light .monitor-container .monitor-card-why{background:#f59e0b1a!important;color:#b45309!important;border-color:#f59e0b33!important}html.light .monitor-container .monitor-card-error,html.light .monitor-container .monitor-main-error{background:#dc26261a!important;color:#dc2626!important;border-color:#dc262633!important}html.light .monitor-container .monitor-overall-banner.status-healthy{background:#34a8531a!important;border-color:#34a85333!important}html.light .monitor-container .monitor-overall-banner.status-warning{background:#f59e0b1a!important;border-color:#f59e0b33!important}html.light .monitor-container .monitor-overall-banner.status-error{background:#dc26261a!important;border-color:#dc262633!important}html.light .monitor-container .monitor-overall-banner.status-healthy .monitor-overall-title{color:#34a853!important}html.light .monitor-container .monitor-overall-banner.status-warning .monitor-overall-title{color:#b45309!important}html.light .monitor-container .monitor-overall-banner.status-error .monitor-overall-title{color:#dc2626!important}html.light .monitor-container .monitor-stat-val[style*="color: #00E676"],html.light .monitor-container .monitor-stat-val[style*="color: rgb(0, 230, 118)"]{color:#34a853!important}html.light .monitor-container .monitor-stat-val[style*="color: #f87171"],html.light .monitor-container .monitor-stat-val[style*="color: rgb(248, 113, 113)"]{color:#dc2626!important}html.light .monitor-container .monitor-stat-val[style*="color: #FFD166"],html.light .monitor-container .monitor-stat-val[style*="color: rgb(255, 209, 102)"]{color:#b45309!important}html.light .monitor-container .monitor-stat-val[style*="color: rgba(224,247,250,0.6)"]{color:#1f1f1f!important}html.light .monitor-container .monitor-card-details{background:#f8f9fa!important;border-color:#e8eaed!important}html.light .monitor-container .monitor-card-details.status-warning{background:#fffbeb!important;border-color:#fcd34d!important}html.light .monitor-container .monitor-card-details.status-error{background:#fef2f2!important;border-color:#fecaca!important}html.light .monitor-container .monitor-card-details-clicker[style*="color: rgba(0,230,118,0.7)"]{color:#34a853!important}html.light .monitor-container .monitor-card-details-clicker[style*="color: #FFD166"]{color:#b45309!important}html.light .monitor-container .monitor-card-details-clicker[style*="color: #f87171"]{color:#dc2626!important}html.light .monitor-container .monitor-card-details-row[style*="color: #00E676"]{color:#34a853!important}html.light .monitor-container .monitor-card-details-row[style*="color: #f87171"]{color:#dc2626!important}html.light .monitor-container .monitor-card-details-row[style*="color: rgba(224,247,250,0.9)"]{color:#1f1f1f!important}html.light .monitor-container [style*="background: rgba(0, 48, 73"],html.light .monitor-container [style*="background: rgba(0,48,73"],html.light .monitor-container [style*="background: rgba(0, 30, 50"],html.light .monitor-container [style*="background: rgba(0,30,50"]{background:#f8f9fa!important;border-color:#e8eaed!important}html.light .monitor-container [style*="background: rgba(120, 53, 15"],html.light .monitor-container [style*="background: rgba(120,53,15"]{background:#f8f9fa!important;border-color:#e2e8f0!important;color:#475569!important}html.light .monitor-container [style*="background: rgba(127, 29, 29"],html.light .monitor-container [style*="background: rgba(127,29,29"]{background:#fef2f2!important;border-color:#fecaca!important}html.light .monitor-container [style*="color: rgba(224, 247, 250"],html.light .monitor-container [style*="color: rgba(224,247,250"]{color:#5f6368!important}html.light .monitor-container [style*="background: rgba(30, 58, 95"],html.light .monitor-container [style*="background: rgba(30,58,95"]{background:#f0f8ff!important;border-color:#bae6fd!important}html.light .monitor-container [style*="color: #4FC3F7"],html.light .monitor-container [style*="color: #4fc3f7"],html.light .monitor-container [style*="color: #93c5fd"],html.light .monitor-container [style*="color: rgb(147, 197, 253)"]{color:#0284c7!important}html.light .admin-container{background:#fff!important;background-image:none!important}html.light .admin-title{color:#00875a!important;font-family:Google Sans,sans-serif;font-weight:500}html.light .admin-subtitle{color:#5f6368!important;font-family:Roboto,sans-serif}html.light .admin-card{background:#fff!important;border:1px solid #E8EAED!important;box-shadow:0 1px 3px #00000014!important}html.light .admin-card-title{color:#00875a!important;font-family:Google Sans,sans-serif;font-weight:500}html.light .ai-model-display{background:#f8f9fa!important;border:1px solid #E8EAED!important}html.light .model-name{color:#00875a!important;font-family:Google Sans,sans-serif;font-weight:500}html.light .model-provider{color:#5f6368!important;font-family:Roboto,sans-serif}html.light .metric-card{background:#f8f9fa!important;border:1px solid #E8EAED!important}html.light .metric-label{color:#5f6368!important;font-family:Roboto,sans-serif;text-transform:uppercase;letter-spacing:.05em;font-size:.7rem}html.light .metric-value{color:#00875a!important;font-family:Google Sans,sans-serif;font-weight:500}html.light .metrics-details{background:#f8f9fa!important;border:1px solid #E8EAED!important}html.light .detail-row span{color:#5f6368!important}html.light .detail-row strong{color:#1f1f1f!important;font-weight:500}html.light .error-count{color:#dc2626!important;font-weight:600}html.light .api-item{background:#f8f9fa!important;border:1px solid #E8EAED!important}html.light .api-status-dot.connected{background-color:#34a853!important;box-shadow:0 0 0 2px #34a85333}html.light .api-status-dot.disconnected{background-color:#dc2626!important;box-shadow:0 0 0 2px #dc262633}html.light .api-status-dot.error{background-color:#f59e0b!important;box-shadow:0 0 0 2px #f59e0b33;animation:pulse 2s infinite}html.light .api-name{color:#1f1f1f!important;font-family:Roboto,sans-serif;font-weight:500}html.light .api-sync-time{color:#5f6368!important;font-family:Roboto,sans-serif}html.light .api-error{color:#dc2626!important;font-weight:500;background:#dc26261a!important;padding:.25rem .5rem;border-radius:4px}html.light .api-empty{color:#5f6368!important}html.light .setting-icon{color:#00875a!important}html.light .setting-label{color:#1f1f1f!important;font-family:Roboto,sans-serif;font-weight:500}html.light .setting-description{color:#5f6368!important;font-family:Roboto,sans-serif}html.light .separator{background-color:#e8eaed!important}html.light .admin-select,html.light .admin-input{background:#f0f4f8!important;border:1px solid #DADCE0!important;color:#1f1f1f!important;font-family:Roboto,sans-serif}html.light .admin-select:focus,html.light .admin-input:focus{border-color:#0b57d0!important;box-shadow:0 0 0 2px #0b57d01a!important;background:#fff!important}html.light .admin-button-primary{background-color:#0b57d0!important;color:#fff!important;font-family:Google Sans,sans-serif;font-weight:500}html.light .admin-button-primary:hover{background-color:#0842a0!important;box-shadow:0 1px 3px #0000001f}html.light .admin-button-secondary{background-color:transparent!important;color:#00875a!important;border:1px solid #DADCE0!important;font-family:Google Sans,sans-serif}html.light .admin-button-secondary:hover{border-color:#00875a!important;background-color:#00875a0a!important}html.light .admin-switch-slider{background-color:#e8eaed!important;border:1px solid #DADCE0!important}html.light .admin-switch-slider:before{background-color:#fff!important;box-shadow:0 1px 3px #0000001f}html.light .admin-switch input:checked+.admin-switch-slider{background-color:#0b57d0!important;border-color:#0b57d0!important}html.light .admin-switch input:checked+.admin-switch-slider:before{background-color:#fff!important}html.light .version-item{background:#f8f9fa!important;border:1px solid #E8EAED!important}html.light .version-dot.latest{background-color:#34a853!important;box-shadow:0 0 0 2px #34a85333}html.light .version-dot.old{background-color:#dadce0!important}html.light .version-number{color:#1f1f1f!important;font-family:Roboto,sans-serif;font-weight:500}html.light .version-date{color:#5f6368!important}html.light .version-commit{color:#5f6368!important;background:#f0f4f8;padding:.125rem .375rem;border-radius:3px}html.light .version-notes,html.light .version-deployed,html.light .version-empty{color:#5f6368!important}html.light .admin-label{color:#1f1f1f!important;font-family:Roboto,sans-serif;font-weight:500}html.light .loading-spinner{color:#0b57d0!important}html.light .loading-state p{color:#5f6368!important}html.light .admin-error{background:#dc26261a!important;border:1px solid rgba(220,38,38,.2)!important;color:#dc2626!important}html.light .admin-error span{color:#dc2626!important;font-weight:500}html.light .error-icon{color:#dc2626!important}html.light .button-spinner{color:currentColor}html.light .settings-container,html.light .settings-wrapper{background:#fff!important}html.light .settings-tabs{border-bottom:1px solid #E8EAED}html.light .settings-tabs button{color:#5f6368!important;border-bottom:2px solid transparent;font-family:Roboto,sans-serif;font-weight:500}html.light .settings-tabs button:hover{color:#1f1f1f!important;background:#00875a0a!important}html.light .settings-tabs button[aria-selected=true],html.light .settings-tabs button.active{color:#00875a!important;border-bottom-color:#00875a!important;font-weight:500}html.light .settings-btn-group>button{background:#f0f4f8!important;color:#1f1f1f!important;border:1px solid #DADCE0!important;font-family:Roboto,sans-serif}html.light .settings-btn-group>button:hover{background:#e8eaed!important;border-color:#00875a!important}html.light .settings-btn-group>button.active{background:#00875a!important;color:#fff!important;border-color:#00875a!important}html.light .settings-title{color:#00875a!important}html.light .settings-section-title{color:#1f1f1f!important}html.light .settings-section-desc,html.light .settings-label{color:#5f6368!important}html.light .settings-input{background:#f0f4f8!important;border-color:#dadce0!important;color:#1f1f1f!important}html.light .settings-input:focus{border-color:#00875a!important;box-shadow:0 0 0 2px #00875a1a!important;background:#fff!important}html.light .settings-btn-primary{background:#00875a!important;color:#fff!important}html.light .settings-btn-primary:hover{background:#00704a!important}html.light .settings-btn-secondary{background:transparent!important;border-color:#dadce0!important;color:#00875a!important}html.light .settings-btn-secondary:hover{background:#00875a0a!important;border-color:#00875a!important}html.light .settings-btn-danger{background:#dc2626!important;color:#fff!important}html.light .settings-btn-danger:disabled{background:#dc262680!important}html.light .settings-divider{background:#e8eaed!important}html.light .settings-chip{background:#f0f4f8!important;border-color:transparent!important;color:#5f6368!important}html.light .settings-chip.active{background:#00875a1a!important;border-color:#00875a!important;color:#00875a!important}html.light .settings-card{background:#fff!important;border-color:#e8eaed!important;box-shadow:0 1px 3px #00000014!important}html.light .settings-highlight-box{background:#f8f9fa!important;border-color:#e8eaed!important}html.light .settings-warning-box{background:#fef2f2!important;border-color:#fecaca!important}html.light .settings-warning-box p,html.light .settings-warning-box div{color:#dc2626!important}html.light .settings-warning-box ul,html.light .settings-warning-box span{color:#b91c1c!important}html.light .settings-toggle{background:#e8eaed!important}html.light .settings-toggle.active{background:#00875a!important}html.light .settings-toggle span{background:#fff!important;box-shadow:0 1px 3px #00000026!important}html.light .settings-feedback-success{background:#f0fdf4!important;border-color:#bbf7d0!important;color:#15803d!important}html.light .settings-feedback-error{background:#fef2f2!important;border-color:#fecaca!important;color:#dc2626!important}html.light .settings-text-success{color:#00875a!important}html.light .settings-text-error{color:#dc2626!important}html.light .settings-text-muted{color:#5f6368!important}
