:root{--font-display: "Cormorant Garamond", "Georgia", serif;--font-heading: "IBM Plex Sans", sans-serif;--font-body: "IBM Plex Sans", sans-serif;--font-mono: "IBM Plex Mono", "SF Mono", "Consolas", monospace;--background: 220 20% 7%;--foreground: 210 20% 92%;--card: 220 18% 10%;--card-foreground: 210 20% 92%;--popover: 220 18% 12%;--popover-foreground: 210 20% 92%;--primary: 39 44% 62%;--primary-foreground: 220 20% 7%;--secondary: 220 15% 16%;--secondary-foreground: 210 15% 75%;--muted: 220 14% 14%;--muted-foreground: 215 12% 50%;--accent: 39 35% 58%;--accent-foreground: 220 20% 10%;--destructive: 0 72% 55%;--destructive-foreground: 210 20% 92%;--success: 160 60% 45%;--success-foreground: 220 20% 7%;--border: 220 14% 18%;--input: 220 14% 18%;--ring: 39 44% 62%;--radius: .5rem;--sidebar-background: 220 22% 5%;--sidebar-foreground: 210 15% 65%;--sidebar-primary: 39 44% 62%;--sidebar-primary-foreground: 220 20% 7%;--sidebar-accent: 220 18% 12%;--sidebar-accent-foreground: 210 20% 92%;--sidebar-border: 220 14% 14%;--sidebar-ring: 39 44% 62%;--gradient-brand: linear-gradient(135deg, hsl(39, 44%, 62%), hsl(216, 16%, 46%));--gradient-gold: linear-gradient(135deg, hsl(39, 44%, 58%), hsl(39, 50%, 68%));--gradient-card: linear-gradient(145deg, hsl(220, 18%, 12%), hsl(220, 18%, 8%));--gradient-glow: radial-gradient(ellipse at top, hsl(39, 44%, 62%, .1), transparent 60%);--shadow-card: 0 2px 8px -2px hsl(0, 0%, 0%, .2);--shadow-card-hover: 0 4px 16px -4px hsl(0, 0%, 0%, .3), 0 0 12px -4px hsl(39, 44%, 62%, .08);--shadow-glow: 0 0 20px -4px hsl(39, 44%, 62%, .12);--dashboard-production-accent: 39 44% 62%;--dashboard-production-accent-strong: 39 50% 68%;--dashboard-production-accent-soft: 39 30% 58%;--native-color-scheme: dark}*,*:before,*:after{box-sizing:border-box}::selection{background:hsl(var(--primary) / .25);color:hsl(var(--foreground))}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}body{margin:0;background:hsl(var(--background));color:hsl(var(--foreground));font-family:var(--font-body);font-feature-settings:"kern" 1,"liga" 1,"calt" 1;font-optical-sizing:auto;text-rendering:optimizeLegibility;height:100vh;overflow:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3{font-family:var(--font-display);letter-spacing:-.01em;font-weight:600}h4,h5,h6{font-family:var(--font-heading);letter-spacing:.01em;font-weight:700}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:hsl(var(--border));border-radius:999px}::-webkit-scrollbar-thumb:hover{background:hsl(var(--primary) / .4)}:focus-visible{outline:1.5px solid hsl(var(--primary) / .6);outline-offset:2px}.dashboard-shell{height:100vh;display:flex;overflow:hidden;color-scheme:var(--native-color-scheme);background:radial-gradient(ellipse at top,hsl(var(--primary) / .08),transparent 55%),hsl(var(--background))}.dashboard-sidebar{width:260px;flex-shrink:0;border-right:1px solid hsl(var(--sidebar-border));background:hsl(var(--sidebar-background));color:hsl(var(--sidebar-foreground));padding:1.25rem .75rem;display:flex;flex-direction:column;gap:.85rem;position:sticky;top:0;height:100vh;z-index:20}.dashboard-sidebar:after{content:"";position:absolute;top:0;right:-1px;bottom:0;width:1px;background:linear-gradient(180deg,hsl(var(--sidebar-primary) / .15),transparent 40%,transparent 60%,hsl(var(--sidebar-primary) / .08));pointer-events:none}.dashboard-shell[data-target-kind=fund]{--sidebar-primary: 39 44% 62%;--sidebar-primary-foreground: 220 20% 7%;--sidebar-ring: 39 44% 62%}.sidebar-brand{display:flex;flex-direction:column;align-items:center;gap:.25rem;padding:.3rem 0 .6rem;border-bottom:1px solid hsl(var(--sidebar-border))}.brand-logo-image{width:100%;max-width:10rem;max-height:5.5rem;height:auto;object-fit:contain;filter:drop-shadow(0 1px 8px hsl(39 50% 55% / .2));transition:filter .3s ease}.brand-logo-image:hover{filter:drop-shadow(0 1px 14px hsl(39 50% 60% / .3))}.brand-byline{font-family:var(--font-heading);font-size:.5rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:hsl(var(--sidebar-primary) / .45)}.sidebar-menu-label{margin:.2rem 0 0;padding:0 .7rem;font-size:.5rem;font-weight:700;text-transform:uppercase;letter-spacing:.16em;color:hsl(var(--muted-foreground) / .35);font-family:var(--font-heading)}.sidebar-menu{display:grid;gap:.3rem}.menu-item{text-decoration:none;display:flex;align-items:center;gap:.65rem;border-radius:.3rem;padding:.52rem .7rem;color:hsl(var(--sidebar-foreground));font-size:.78rem;font-weight:450;letter-spacing:.01em;border-left:2px solid transparent;transition:background-color .2s ease,color .2s ease,border-color .2s ease}.nav-icon{display:flex;align-items:center;justify-content:center;width:16px;height:16px;opacity:.35;flex-shrink:0;transition:opacity .2s ease}.menu-item:hover .nav-icon{opacity:.55}.menu-item.active .nav-icon{opacity:.85;color:hsl(var(--sidebar-primary))}.menu-item:hover{background:hsl(var(--sidebar-accent));color:hsl(var(--sidebar-accent-foreground));border-left-color:hsl(var(--sidebar-primary) / .15)}.menu-item:focus-visible{outline:none;box-shadow:0 0 0 2px hsl(var(--sidebar-ring) / .3)}.menu-item.active{background:hsl(var(--sidebar-primary) / .08);color:hsl(var(--sidebar-primary));font-weight:550;border-left-color:hsl(var(--sidebar-primary));letter-spacing:.005em}.sidebar-footer-card{margin-top:auto;border-top:1px solid hsl(var(--sidebar-border));padding:.9rem .5rem 0;display:flex;align-items:center;gap:.62rem}.avatar{width:2rem;height:2rem;border-radius:999px;display:grid;place-items:center;font-size:.75rem;font-weight:700;color:hsl(var(--sidebar-primary));background:hsl(var(--sidebar-primary) / .12);border:1.5px solid hsl(var(--sidebar-primary) / .3);font-family:var(--font-display)}.sidebar-footer-card p{margin:0;font-size:.74rem;font-weight:500;color:hsl(var(--sidebar-accent-foreground));letter-spacing:.01em}.sidebar-footer-card small{display:block;margin-top:.1rem;color:hsl(var(--sidebar-foreground) / .7);font-size:.6rem;letter-spacing:.02em}.logout-form{margin-top:.7rem;padding:0 .5rem}.logout-form .btn-secondary{width:100%}.theme-selector{position:relative;margin:.55rem .5rem 0}.theme-selector-trigger{display:flex;align-items:center;gap:.65rem;width:100%;padding:.5rem .6rem;background:hsl(var(--sidebar-background));border:1px solid hsl(var(--sidebar-border));border-radius:.45rem;color:hsl(var(--sidebar-accent-foreground));font-size:.68rem;font-weight:500;letter-spacing:.02em;cursor:pointer;transition:border-color .15s ease,background .15s ease,transform .15s ease;text-align:left;line-height:1.3}.theme-selector-trigger:hover{border-color:hsl(var(--sidebar-primary) / .35);background:hsl(var(--sidebar-accent) / .42)}.theme-trigger-preview{width:1.45rem;height:1.45rem;border-radius:.4rem;flex-shrink:0;border:1px solid hsl(var(--sidebar-primary) / .18);box-shadow:inset 0 1px #ffffff2e,0 4px 10px #0000002e}.theme-trigger-label{display:block;color:hsl(var(--sidebar-foreground) / .5);font-size:.55rem;font-weight:400;letter-spacing:.05em;text-transform:uppercase;margin-bottom:.15rem}.theme-trigger-name{display:block}.theme-selector-chevron{opacity:.4;flex-shrink:0;margin-left:auto;transition:transform .15s ease,opacity .15s ease}.theme-selector.open .theme-selector-chevron{transform:rotate(180deg);opacity:.6}.theme-selector-dropdown{position:absolute;bottom:calc(100% + .35rem);left:0;right:0;display:grid;gap:.7rem;background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:var(--radius);padding:.55rem;z-index:220;box-shadow:0 -10px 26px #00000047;animation:fund-dropdown-in .12s ease-out}.theme-option-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.35rem}.theme-option-grid button{border:1px solid hsl(var(--border) / .75);border-radius:.5rem;background:hsl(var(--card));color:hsl(var(--foreground));padding:.38rem;display:grid;gap:.35rem;justify-items:start;cursor:pointer;font-size:.62rem;font-weight:550;transition:border-color .15s ease,background .15s ease,transform .15s ease}.theme-option-grid button:hover{border-color:hsl(var(--primary) / .28);background:hsl(var(--secondary))}.theme-option-grid button.active{border-color:hsl(var(--primary) / .4);background:hsl(var(--primary) / .08);color:hsl(var(--primary))}.theme-option-swatch{width:100%;height:1.8rem;border-radius:.38rem;border:1px solid hsl(var(--border) / .55);box-shadow:inset 0 1px #ffffff2e}.theme-custom-panel{display:grid;gap:.7rem;padding-top:.75rem;border-top:1px solid hsl(var(--border) / .72)}.theme-custom-header{display:flex;align-items:flex-start;justify-content:space-between;gap:.65rem}.theme-custom-header p{margin:0;color:hsl(var(--foreground));font-size:.72rem;font-weight:650;letter-spacing:.01em}.theme-custom-header small{display:block;margin-top:.18rem;color:hsl(var(--muted-foreground));font-size:.61rem;line-height:1.45}.theme-reset-button{border:1px solid hsl(var(--border));border-radius:999px;background:transparent;color:hsl(var(--muted-foreground));padding:.18rem .5rem;font-size:.56rem;font-weight:650;letter-spacing:.05em;text-transform:uppercase;cursor:pointer;transition:border-color .15s ease,color .15s ease,background .15s ease}.theme-reset-button:hover{border-color:hsl(var(--primary) / .28);color:hsl(var(--primary));background:hsl(var(--primary) / .06)}.theme-custom-count{display:inline-flex;gap:.3rem}.theme-custom-count button{border:1px solid hsl(var(--border));border-radius:999px;background:hsl(var(--secondary));color:hsl(var(--muted-foreground));padding:.24rem .55rem;font-size:.58rem;font-weight:650;letter-spacing:.04em;text-transform:uppercase;cursor:pointer;transition:border-color .15s ease,background .15s ease,color .15s ease}.theme-custom-count button.active{border-color:hsl(var(--primary) / .34);background:hsl(var(--primary) / .1);color:hsl(var(--primary))}.theme-color-fields{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.45rem}.theme-color-fields label{display:grid;gap:.32rem}.theme-color-fields span{font-size:.56rem;font-weight:650;letter-spacing:.06em;text-transform:uppercase;color:hsl(var(--muted-foreground))}.theme-color-fields input[type=color]{width:100%;height:2.15rem;border:1px solid hsl(var(--border));border-radius:.45rem;background:transparent;cursor:pointer;padding:.16rem}.theme-color-fields input[type=color]::-webkit-color-swatch-wrapper{padding:0}.theme-color-fields input[type=color]::-webkit-color-swatch{border:none;border-radius:.3rem}.theme-color-fields input[type=color]::-moz-color-swatch{border:none;border-radius:.3rem}.theme-preview-card{border:1px solid hsl(var(--border) / .7);border-radius:.6rem;background:hsl(var(--secondary) / .7);padding:.6rem;display:grid;gap:.45rem}.theme-preview-label{font-size:.54rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:hsl(var(--muted-foreground))}.theme-preview-surfaces{display:grid;grid-template-columns:3.4rem 1fr;gap:.65rem;align-items:center}.theme-preview-canvas{width:3.4rem;height:3.4rem;border-radius:.7rem;border:1px solid hsl(var(--border) / .55);box-shadow:inset 0 1px #ffffff29,0 8px 20px #00000024}.theme-preview-meta strong{display:block;color:hsl(var(--foreground));font-size:.69rem;font-weight:650;letter-spacing:.01em}.theme-preview-meta small{display:block;margin-top:.18rem;color:hsl(var(--muted-foreground));font-size:.61rem;line-height:1.45}.fund-selector{position:relative;margin:.5rem .5rem 0}.fund-selector-trigger{display:flex;align-items:center;justify-content:space-between;width:100%;padding:.45rem .6rem;background:hsl(var(--sidebar-background));border:1px solid hsl(var(--sidebar-border));border-radius:.3rem;color:hsl(var(--sidebar-accent-foreground));font-size:.68rem;font-weight:500;letter-spacing:.02em;cursor:pointer;transition:border-color .15s ease,background .15s ease;text-align:left;line-height:1.3}.fund-selector-trigger:hover{border-color:hsl(var(--sidebar-primary) / .35);background:hsl(var(--sidebar-accent) / .4)}.fund-selector-trigger .fund-trigger-label{color:hsl(var(--sidebar-foreground) / .5);font-size:.55rem;font-weight:400;letter-spacing:.04em;text-transform:uppercase;display:block;margin-bottom:.15rem}.fund-selector-trigger .fund-trigger-name{display:block}.fund-selector-chevron{opacity:.4;flex-shrink:0;transition:transform .15s ease,opacity .15s ease}.fund-selector.open .fund-selector-chevron{transform:rotate(180deg);opacity:.6}.fund-selector-dropdown{position:absolute;bottom:calc(100% + .35rem);left:0;right:0;background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:var(--radius);padding:.25rem;z-index:200;box-shadow:0 -4px 16px #00000059;animation:fund-dropdown-in .12s ease-out}@keyframes fund-dropdown-in{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.fund-selector-dropdown button{display:flex;align-items:center;gap:.5rem;width:100%;padding:.45rem .55rem;background:transparent;border:none;border-radius:.3rem;color:hsl(var(--foreground));font-size:.68rem;font-weight:450;letter-spacing:.01em;cursor:pointer;text-align:left;transition:background .12s ease,color .12s ease;line-height:1.35}.fund-selector-dropdown button:hover{background:hsl(var(--accent) / .5)}.fund-selector-dropdown button.fund-active{background:hsl(var(--sidebar-primary) / .08);color:hsl(var(--sidebar-primary))}.fund-selector-dropdown .fund-selector-group-label{margin:.4rem .45rem .2rem;font-size:.52rem;letter-spacing:.09em;text-transform:uppercase;color:hsl(var(--muted-foreground))}.fund-selector-dropdown .fund-item-status{font-size:.55rem;font-weight:400;letter-spacing:.02em;color:hsl(var(--muted-foreground));display:block;margin-top:.1rem}.fund-selector-dropdown button.fund-active .fund-item-status{color:hsl(var(--sidebar-primary) / .7)}.fund-selector-dropdown .fund-item-dot{width:6px;height:6px;border-radius:50%;flex-shrink:0;background:hsl(var(--muted-foreground) / .3)}.fund-selector-dropdown .fund-item-dot.operational{background:#2eb88a}.fund-selector-dropdown .fund-item-dot.pre-op{background:#dda73c}.preop-overlay{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;text-align:center;padding:2rem;animation:fade-in .4s ease-out both}.preop-icon-ring{width:5rem;height:5rem;border-radius:50%;border:1.5px solid hsl(var(--border));display:grid;place-items:center;margin-bottom:1.5rem;background:hsl(var(--card))}.preop-overlay h2{font-family:var(--font-heading);font-size:1.15rem;font-weight:600;color:hsl(var(--foreground));letter-spacing:-.01em;margin:0 0 .5rem}.preop-overlay .preop-fund-name{font-family:var(--font-mono);font-size:.78rem;font-weight:500;color:hsl(var(--primary));letter-spacing:.03em;margin:0 0 1rem}.preop-overlay .preop-description{font-size:.78rem;color:hsl(var(--muted-foreground));max-width:28rem;line-height:1.55;margin:0 0 1.5rem}.preop-overlay .preop-badge{display:inline-flex;align-items:center;gap:.4rem;padding:.35rem .75rem;border-radius:.3rem;background:#dda73c14;border:1px solid hsl(40 70% 55% / .15);color:#dda73c;font-size:.65rem;font-weight:500;letter-spacing:.03em;text-transform:uppercase}.dashboard-main{flex:1;min-width:0;height:100vh;overflow-y:auto;overscroll-behavior:contain;background:var(--gradient-glow),hsl(var(--background))}.dashboard-header{position:sticky;top:0;z-index:16;height:3.5rem;border-bottom:1px solid hsl(var(--border));background:hsl(var(--background) / .85);-webkit-backdrop-filter:blur(16px) saturate(1.2);backdrop-filter:blur(16px) saturate(1.2);padding:0 1.3rem;display:flex;align-items:center;gap:.75rem}.dashboard-header:after{content:"";position:absolute;bottom:-1px;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,hsl(var(--primary) / .15) 30%,hsl(var(--primary) / .15) 70%,transparent)}.dashboard-header h1{font-size:.92rem;margin:0;font-family:var(--font-heading);font-weight:600;letter-spacing:.02em}.sidebar-trigger{display:none;border:1px solid hsl(var(--border));border-radius:.5rem;color:hsl(var(--foreground));background:hsl(var(--card));width:2rem;height:2rem}.dashboard-content{padding:1.15rem 1.25rem}.auth-layout{min-height:100vh;padding:1.5rem;display:grid;place-items:center;color-scheme:var(--native-color-scheme);background:radial-gradient(ellipse at 50% 30%,hsl(39,44%,62%,.06) 0%,transparent 50%),radial-gradient(ellipse at 50% 80%,hsl(220,30%,12%,.5) 0%,transparent 50%),hsl(var(--background))}.dashboard-shell[data-tenant=compound-fia] .brand-logo-image,.auth-layout[data-tenant=compound-fia] .auth-brand-logo{filter:drop-shadow(0 8px 24px hsl(var(--primary) / .22))}.dashboard-shell[data-tenant=oobi-fia] .brand-logo-image,.dashboard-shell[data-tenant=compp-growth-fia] .brand-logo-image,.auth-layout[data-tenant=oobi-fia] .auth-brand-logo,.auth-layout[data-tenant=compp-growth-fia] .auth-brand-logo{max-width:9rem}.auth-shell{width:min(100%,380px);display:flex;flex-direction:column;align-items:center;transform:translateY(-18px)}.auth-brand{display:flex;justify-content:center;margin:-.6rem auto 1rem;width:100%}.auth-brand-logo{width:min(76%,232px);height:auto;object-fit:contain;filter:drop-shadow(0 8px 24px hsl(0 0% 0% / .25));opacity:.9}.auth-card{width:100%;border:1px solid hsl(var(--border));background:hsl(var(--card));border-radius:.5rem;padding:1.15rem;box-shadow:0 4px 20px -4px #00000059;position:relative;animation:auth-enter .5s cubic-bezier(.16,1,.3,1) both}.auth-card:before{content:"";position:absolute;top:-1px;left:15%;right:15%;height:1px;background:linear-gradient(90deg,transparent,hsl(var(--primary) / .35),transparent);border-radius:999px}.auth-card h1{margin:0 0 .35rem;font-size:1.15rem;font-family:var(--font-display);font-weight:600;letter-spacing:-.01em}.auth-card p{margin:0 0 .7rem;font-size:.82rem;color:hsl(var(--muted-foreground))}.auth-form{display:grid;gap:.38rem}.auth-form label{font-size:.65rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:hsl(var(--muted-foreground) / .75);font-family:var(--font-heading)}.auth-form input{width:100%;border:1px solid hsl(var(--input));border-radius:.3rem;padding:.48rem .6rem;background:hsl(var(--secondary));color:hsl(var(--foreground));font:inherit;font-size:.85rem;letter-spacing:.01em;transition:border-color .2s ease,box-shadow .2s ease}.auth-form input::placeholder{color:hsl(var(--muted-foreground) / .4);font-size:.8rem}.auth-form input:hover:not(:disabled):not(:focus){border-color:hsl(var(--primary) / .2)}.auth-form input:focus{outline:none;border-color:hsl(var(--primary) / .5);box-shadow:0 0 0 3px hsl(var(--primary) / .1),0 0 12px -4px hsl(var(--primary) / .15)}.auth-form input:focus-visible{border-color:hsl(var(--primary) / .6);box-shadow:0 0 0 3px hsl(var(--primary) / .15),0 0 12px -4px hsl(var(--primary) / .2)}.auth-message{margin:.25rem 0 .2rem;border-radius:.5rem;padding:.35rem .48rem;font-size:.76rem}.auth-message-error{border:1px solid hsl(var(--destructive) / .35);color:hsl(var(--destructive));background:hsl(var(--destructive) / .08)}.auth-message-ok{border:1px solid hsl(var(--success) / .35);color:hsl(var(--success));background:hsl(var(--success) / .08)}.auth-submit{margin-top:.3rem}.auth-links{margin-top:.65rem;font-size:.7rem;display:flex;flex-wrap:wrap;gap:.6rem 1rem;letter-spacing:.01em}.auth-links a{color:hsl(var(--primary));text-decoration:none;transition:color .2s ease}.auth-links a:hover{color:hsl(var(--primary) / .75)}.auth-links a:focus-visible{outline:none;box-shadow:0 0 0 2px hsl(var(--primary) / .3);border-radius:.15rem}.auth-secure-badge{margin:.7rem 0 0;display:flex;align-items:center;justify-content:center;gap:.35rem;font-size:.6rem;font-weight:500;letter-spacing:.04em;text-transform:uppercase;color:hsl(var(--muted-foreground) / .45);font-family:var(--font-heading)}.top-loading-bar{height:2px;background:var(--gradient-gold);background-size:200% 100%;animation:shimmer 1.5s ease-in-out infinite;box-shadow:0 0 8px hsl(var(--primary) / .3)}.sidebar-overlay{display:none}.page-panel{position:relative;border:1px solid hsl(var(--border));border-radius:.5rem;background:hsl(var(--card));padding:1.25rem 1.35rem;box-shadow:0 2px 8px -2px #0003;transition:border-color .2s ease,box-shadow .2s ease;animation:fade-in .4s ease-out both}.page-panel:before{content:"";position:absolute;top:-1px;left:15%;right:15%;height:1px;background:linear-gradient(90deg,transparent,hsl(var(--primary) / .2),transparent);border-radius:999px;pointer-events:none}.page-panel:hover{border-color:hsl(var(--border) / .8)}.page-header{display:flex;justify-content:space-between;gap:1rem;align-items:flex-start;margin-bottom:1rem}.dashboard-header-main{flex:1;min-width:0}.dashboard-header-side{min-width:220px}.page-header h2{margin:0;font-size:1.4rem;font-family:var(--font-display);font-weight:600;letter-spacing:-.02em;color:hsl(var(--foreground))}.page-header p{margin:.3rem 0 0;color:hsl(var(--muted-foreground))}.dashboard-welcome-subtitle{margin:.28rem 0 0;font-size:.84rem;color:hsl(var(--muted-foreground) / .9)}.dashboard-source-label{margin:.2rem 0 0;font-size:.68rem;color:hsl(var(--muted-foreground) / .6);font-variant-numeric:tabular-nums;letter-spacing:.01em}.dashboard-source-label.is-history-fallback{color:hsl(var(--dashboard-production-accent) / .95)}.dashboard-detail-pill{display:inline-flex;align-items:center;margin-top:.38rem;padding:.08rem .4rem;border-radius:.2rem;font-size:.58rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;font-family:var(--font-heading);border:1px solid transparent}.dashboard-detail-pill.is-core{color:hsl(var(--muted-foreground) / .82);background:hsl(var(--foreground) / .03);border-color:hsl(var(--foreground) / .08)}.dashboard-detail-pill.is-full{color:hsl(var(--muted-foreground) / .9);background:hsl(var(--dashboard-production-accent) / .1);border-color:hsl(var(--dashboard-production-accent) / .2)}.dashboard-date-form{display:grid;gap:.35rem}.dashboard-date-label{font-size:.68rem;font-weight:600;color:hsl(var(--muted-foreground) / .8);letter-spacing:.02em}.dashboard-date-control{display:flex}.dashboard-date-select{width:100%;border:1px solid hsl(var(--border) / .7);background:hsl(var(--card));color:hsl(var(--foreground));border-radius:.45rem;padding:.6rem .75rem;font-size:.82rem;font-family:var(--font-body);color-scheme:var(--native-color-scheme, dark)}.dashboard-date-hint{margin:0;font-size:.68rem;color:hsl(var(--muted-foreground) / .72)}.allocation-list{display:grid;gap:.8rem}.allocation-row{display:grid;gap:.28rem}.allocation-row-top{display:flex;justify-content:space-between;gap:.75rem;align-items:center;font-size:.82rem;font-weight:600}.btn-primary{border:none;border-radius:.3rem;background:var(--gradient-gold);color:hsl(var(--primary-foreground));padding:.42rem .78rem;font-size:.72rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;font-family:var(--font-heading);cursor:pointer;transition:box-shadow .25s ease,transform .15s ease,filter .25s ease}.btn-primary:hover{box-shadow:0 0 18px -4px hsl(var(--primary) / .35);filter:brightness(1.05)}.btn-primary:focus-visible{outline:none;box-shadow:0 0 0 2px hsl(var(--background)),0 0 0 4px hsl(var(--primary) / .5)}.btn-primary:active{transform:scale(.97)}.btn-primary:disabled{opacity:.4;cursor:not-allowed;pointer-events:none;filter:grayscale(.3)}.stats-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:.7rem}.stat-card{border:1px solid hsl(var(--border));background:hsl(var(--card));border-radius:.5rem;padding:.85rem .95rem;box-shadow:0 2px 8px -2px #0003;transition:border-color .2s ease,box-shadow .2s ease}.stat-card:hover{border-color:hsl(var(--primary) / .2);box-shadow:0 4px 12px -3px #00000040}.stat-label-row{display:flex;justify-content:space-between;gap:.6rem}.stat-label-row p{margin:0}.stat-label-row>span{font-size:.6rem;font-weight:700;font-family:var(--font-heading);letter-spacing:.06em;color:hsl(var(--dashboard-production-accent) / .55);background:hsl(var(--dashboard-production-accent) / .08);border:1px solid hsl(var(--dashboard-production-accent) / .14);border-radius:.2rem;padding:.15rem .3rem;line-height:1}.stat-title{font-size:.7rem;text-transform:uppercase;letter-spacing:.1em;color:hsl(var(--dashboard-production-accent-strong) / .92);font-weight:600}.stat-subtitle{margin:.2rem 0 0;font-size:.62rem;color:hsl(var(--muted-foreground) / .55);letter-spacing:.01em}.stat-value{margin:.72rem 0 0;font-family:var(--font-mono);font-size:1.45rem;font-weight:600;letter-spacing:-.02em;font-variant-numeric:tabular-nums}.stat-delta{margin-top:.32rem;font-size:.76rem;display:flex;align-items:center;gap:.3rem;font-variant-numeric:tabular-nums}.delta-positive{color:hsl(var(--success))}.delta-negative{color:hsl(var(--destructive))}.delta-arrow{display:inline-flex;align-items:center;vertical-align:middle;line-height:1}.section-grid-2{margin-top:1rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:.85rem}.card-section{position:relative;border:1px solid hsl(var(--border));background:hsl(var(--card));border-radius:.5rem;padding:1.1rem 1.2rem;box-shadow:0 2px 8px -2px #0003;animation:fade-in .45s cubic-bezier(.16,1,.3,1) both;transition:border-color .2s ease,box-shadow .2s ease}.card-section:before{content:"";position:absolute;top:-1px;left:15%;right:15%;height:1px;background:linear-gradient(90deg,transparent,hsl(var(--dashboard-production-accent) / .2),transparent);border-radius:999px;pointer-events:none}.card-section:hover{border-color:hsl(var(--border) / .8)}.card-section+.card-section,.card-section.mt{margin-top:1rem}.card-section.delay-1{animation-delay:.1s}.card-section.delay-2{animation-delay:.2s}.card-section.delay-3{animation-delay:.3s}.section-title{margin:0 0 .9rem;display:flex;gap:.5rem;align-items:center;font-family:var(--font-display);font-size:1.08rem;font-weight:600;letter-spacing:-.005em}.section-title .icon,.section-title .section-accent{display:inline-block;width:3px;height:.85em;background:hsl(var(--dashboard-production-accent-soft) / .5);border-radius:1px;vertical-align:middle;font-size:0;line-height:0;flex-shrink:0}.dashboard-card-title{text-transform:uppercase;letter-spacing:.11em;font-size:.78rem;font-weight:650;color:hsl(var(--dashboard-production-accent-strong) / .92);padding-bottom:.52rem;border-bottom:1px solid hsl(var(--dashboard-production-accent) / .2);margin-bottom:.8rem}.dashboard-card-title .icon,.dashboard-card-title .section-accent{width:3px;height:.75em;background:hsl(var(--dashboard-production-accent-soft) / .55);border-radius:1px}.chart-svg{width:100%;height:auto}.chart-wrap{position:relative;overflow:visible}.chart-grid{stroke:hsl(var(--border));stroke-dasharray:3 3}.chart-zero-line{stroke:#c9ab73;stroke-width:1.5;stroke-linecap:round;opacity:.4}.chart-y{fill:hsl(var(--muted-foreground));font-size:.62rem;font-family:var(--font-mono);font-variant-numeric:tabular-nums}.chart-x{fill:hsl(var(--muted-foreground));font-size:.62rem;font-family:var(--font-heading);letter-spacing:.02em}.chart-tooltip{position:absolute;transform:translate(-50%,calc(-100% - 12px));border:1px solid hsl(var(--border) / .7);background:hsl(var(--card) / .95);-webkit-backdrop-filter:blur(12px) saturate(1.3);backdrop-filter:blur(12px) saturate(1.3);border-radius:.3rem;padding:.4rem .5rem;pointer-events:none;box-shadow:0 4px 16px -4px #0006;min-width:120px}.chart-tooltip strong{display:block;font-size:.68rem;font-weight:700;font-family:var(--font-heading);text-transform:uppercase;letter-spacing:.04em;margin-bottom:.25rem;color:hsl(var(--foreground))}.chart-tooltip p{margin:.12rem 0;font-size:.72rem;font-family:var(--font-mono);font-variant-numeric:tabular-nums;color:hsl(var(--muted-foreground));letter-spacing:-.01em}.chart-legend{display:flex;gap:.5rem;margin-bottom:.55rem}.legend-btn{border:1px solid hsl(var(--border));background:hsl(var(--muted));color:hsl(var(--foreground));border-radius:.25rem;padding:.18rem .5rem;font-size:.68rem;font-weight:500;display:inline-flex;align-items:center;gap:.3rem;cursor:pointer;transition:border-color .2s ease,background-color .2s ease,color .2s ease}.legend-btn:hover{background:hsl(var(--muted) / .8);border-color:hsl(var(--border) / .8)}.legend-btn:focus-visible{outline:none;box-shadow:0 0 0 2px hsl(var(--primary) / .3)}.legend-btn.active{border-color:hsl(var(--dashboard-production-accent) / .6);background:hsl(var(--dashboard-production-accent) / .08);color:hsl(var(--dashboard-production-accent-strong))}.legend-off{opacity:.4;text-decoration:line-through}.dot{width:.45rem;height:.45rem;border-radius:999px}.dot.fund{background:#c9ab73cc}.dot.benchmark{background:#707d8f}.dot.success{background:#2eb88a}.dot.gold{background:#c9ab73d9}.chart-bar{transform-origin:center bottom;animation:bar-enter .6s ease-out both}.chart-area-enter{animation:chart-fade-in .55s ease-out both}.chart-line-enter{animation:line-enter .8s ease-out both}.chart-point-enter{animation:point-enter .35s ease-out both}.table-wrap{width:100%;overflow-x:auto;scrollbar-width:thin;scrollbar-color:hsl(var(--muted-foreground) / .12) transparent}.table-wrap::-webkit-scrollbar{height:4px}.table-wrap::-webkit-scrollbar-track{background:transparent}.table-wrap::-webkit-scrollbar-thumb{background:hsl(var(--muted-foreground) / .12);border-radius:2px}.table-wrap::-webkit-scrollbar-thumb:hover{background:hsl(var(--muted-foreground) / .2)}.section-header-inline{display:flex;justify-content:space-between;align-items:center;gap:.7rem;flex-wrap:wrap;padding-bottom:.6rem;margin-bottom:.6rem;border-bottom:1px solid hsl(var(--border) / .3)}.json-result-box{border:1px solid hsl(var(--border));border-radius:.5rem;background:hsl(var(--muted) / .25);max-height:320px;overflow:auto}.json-result-box pre{margin:0;padding:.75rem;font-size:.72rem;font-family:var(--font-mono);line-height:1.5;white-space:pre-wrap;word-break:break-word;font-variant-numeric:tabular-nums;letter-spacing:-.01em}.risk-cards-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:.6rem}.risk-layout{display:grid;grid-template-columns:minmax(0,1fr);gap:.8rem}.risk-compliance-panel{border:1px solid hsl(var(--border) / .72);border-radius:.5rem;padding:.78rem .82rem;background:hsl(var(--muted) / .14)}.risk-compliance-title{margin:0 0 .55rem;font-size:.68rem;text-transform:uppercase;letter-spacing:.08em;color:hsl(var(--dashboard-production-accent-strong) / .9);font-weight:700}@media(min-width:1100px){.risk-layout{grid-template-columns:minmax(0,2.2fr) minmax(250px,.95fr);align-items:start}}.risk-card{border:1px solid hsl(var(--border));border-left:2px solid hsl(var(--border));border-radius:.5rem;padding:.78rem .82rem;background:linear-gradient(180deg,hsl(var(--dashboard-production-accent) / .05),transparent 45%),hsl(var(--muted) / .15);transition:border-color .2s ease,box-shadow .2s ease,border-left-color .2s ease,background .2s ease}.risk-card:hover{border-left-color:hsl(var(--dashboard-production-accent) / .4);box-shadow:0 2px 8px #0003;background:linear-gradient(180deg,hsl(var(--dashboard-production-accent) / .08),transparent 45%),hsl(var(--muted) / .2)}.risk-card-label{margin:0;font-size:.62rem;text-transform:uppercase;letter-spacing:.08em;color:hsl(var(--muted-foreground))}.risk-card-value{margin:.42rem 0 0;font-family:var(--font-mono);font-size:1rem;font-weight:600;letter-spacing:-.01em;color:hsl(var(--foreground));font-variant-numeric:tabular-nums}.risk-card-sub{margin:.26rem 0 0;font-size:.68rem;color:hsl(var(--muted-foreground) / .8)}.risk-positive{color:hsl(var(--success))}.risk-negative{color:hsl(var(--destructive))}.risk-neutral{color:hsl(var(--foreground))}.compliance-footnote,.operations-footnote{margin:-.15rem 0 0;font-size:.72rem;line-height:1.45;color:hsl(var(--muted-foreground) / .82)}.data-table{width:100%;border-collapse:collapse}.composition-table{table-layout:fixed}.composition-table th,.composition-table td,.composition-table .num{text-align:center}.composition-table th:first-child,.composition-table td:first-child,.composition-table th.meta-col,.composition-table td.meta-cell{text-align:left}.operations-table th:nth-child(4),.operations-table td:nth-child(4),.operations-table th:nth-child(5),.operations-table td:nth-child(5){text-align:center}.composition-table th,.operations-table th{font-size:.62rem;letter-spacing:.06em}.composition-table td,.operations-table td{font-size:.83rem;line-height:1.35}.composition-table .badge,.operations-table .badge{font-size:.7rem;padding:.1rem .4rem}.operations-table td:nth-child(2){font-size:.86rem;font-weight:500;letter-spacing:.01em}.composition-table td.num,.operations-table td.num{font-size:.76rem;letter-spacing:.01em}.composition-table td.asset-cell{padding-top:.7rem;padding-bottom:.7rem}.composition-table td.meta-cell{font-size:.76rem;color:hsl(var(--muted-foreground) / .92);line-height:1.35;white-space:nowrap}.asset-name{display:block;font-family:var(--font-heading);font-size:.82rem;font-weight:600;letter-spacing:.012em;line-height:1.3;color:hsl(var(--dashboard-production-accent-strong) / .96);text-shadow:0 0 14px hsl(var(--dashboard-production-accent) / .1);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%;transition:color .18s ease,text-shadow .18s ease}.composition-table tbody tr:hover .asset-name{color:hsl(var(--dashboard-production-accent-strong));text-shadow:0 0 16px hsl(var(--dashboard-production-accent) / .18)}.composition-change-cell{font-weight:600}.composition-profitability{display:inline-flex;align-items:center;justify-content:flex-end;gap:.28rem}.composition-profitability :global(svg){display:block}.profitability-positive{color:#22c373}.profitability-negative{color:#e44444}.data-table thead{position:sticky;top:0;z-index:1}.data-table th{text-align:left;font-size:.68rem;text-transform:uppercase;letter-spacing:.06em;font-weight:600;color:hsl(var(--muted-foreground) / .75);border-bottom:1px solid hsl(var(--border) / .5);padding:.7rem .55rem;vertical-align:middle;font-family:var(--font-heading);background:hsl(var(--card));transition:color .15s ease}.data-table th:hover{color:hsl(var(--muted-foreground))}.data-table td{border-bottom:1px solid hsl(var(--border) / .4);padding:.55rem;font-size:.82rem;vertical-align:middle;font-variant-numeric:tabular-nums}.data-table tbody tr:last-child td{border-bottom:0}.data-table tbody tr{transition:background-color .15s ease,box-shadow .15s ease}.data-table tbody tr:nth-child(2n){background:hsl(var(--muted) / .08)}.data-table tbody tr:hover{background:hsl(var(--muted) / .4);box-shadow:inset 2px 0 hsl(var(--primary) / .15)}.lamina-monthly-table{table-layout:fixed;min-width:760px}.lamina-monthly-table th,.lamina-monthly-table td{padding:.52rem .36rem;text-align:center;vertical-align:middle}.lamina-monthly-table th{font-size:.66rem;letter-spacing:.05em}.lamina-monthly-table td{font-size:.76rem;font-weight:500;font-family:var(--font-mono);letter-spacing:-.01em}.lamina-monthly-table .label-col{width:84px;text-align:center;font-size:.68rem;font-weight:700;font-family:var(--font-heading);letter-spacing:.03em}.lamina-monthly-table .label-accent{color:hsl(var(--primary) / .9);font-weight:700}[data-theme-surface=dark] .lamina-monthly-table .lamina-year-label{color:hsl(var(--dashboard-production-accent-strong) / .96)}.lamina-monthly-table .month-col{text-align:center}.lamina-comp-row{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:.55rem}.lamina-comp-label{font-size:.82rem;font-weight:500}.lamina-comp-value{font-family:var(--font-mono);font-variant-numeric:tabular-nums;font-size:.78rem;font-weight:600;letter-spacing:-.01em}.lamina-comp-bar{width:100%;margin-bottom:.85rem}.num{text-align:right;font-variant-numeric:tabular-nums}.val-negative{color:hsl(var(--destructive))}.val-positive,.data-table td.val-positive,.lamina-monthly-table td.val-positive,.data-table td.profitability-positive{color:hsl(var(--success))}.data-table td.val-negative,.lamina-monthly-table td.val-negative,.data-table td.profitability-negative{color:hsl(var(--destructive))}.m0{margin:0}.mb0{margin-bottom:0}.mb{margin-bottom:1rem}.mt-sm{margin-top:.75rem}.badge{border-radius:.25rem;padding:.1rem .4rem;font-size:.65rem;font-weight:600;display:inline-flex;align-items:center;gap:.2rem;letter-spacing:.04em;text-transform:uppercase;font-family:var(--font-heading)}.badge-positive{background:hsl(var(--success) / .08);color:hsl(var(--success));border:1px solid hsl(var(--success) / .15)}.badge-negative{background:hsl(var(--destructive) / .08);color:hsl(var(--destructive));border:1px solid hsl(var(--destructive) / .15)}.badge-accent{background:hsl(var(--accent) / .1);color:hsl(var(--accent));border:1px solid hsl(var(--accent) / .15)}.progress-row{display:flex;align-items:center;justify-content:flex-end;gap:.4rem}.progress-track{width:4rem;height:.36rem;border-radius:999px;background:hsl(var(--muted));overflow:hidden}.progress-fill{height:100%;border-radius:999px;background:var(--gradient-gold);transition:width .4s cubic-bezier(.22,1,.36,1)}.form-card{border:1px solid hsl(var(--primary) / .3);box-shadow:var(--shadow-glow)}.form-grid{display:grid;gap:.7rem;grid-template-columns:repeat(1,minmax(0,1fr))}.form-field label{display:block;margin-bottom:.28rem;font-size:.68rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:hsl(var(--muted-foreground) / .75);font-family:var(--font-heading)}.form-field input,.form-field select,.form-field textarea{width:100%;border:1px solid hsl(var(--input));border-radius:.3rem;padding:.45rem .55rem;background:hsl(var(--secondary));color:hsl(var(--foreground));font:inherit;font-size:.85rem;font-variant-numeric:tabular-nums;transition:border-color .2s ease,box-shadow .2s ease}.form-field input:hover:not(:disabled):not(:focus),.form-field select:hover:not(:disabled):not(:focus),.form-field textarea:hover:not(:disabled):not(:focus){border-color:hsl(var(--primary) / .2)}.form-field input:focus,.form-field select:focus,.form-field textarea:focus{outline:none;border-color:hsl(var(--primary) / .5);box-shadow:0 0 0 3px hsl(var(--primary) / .1)}.form-field input:focus-visible,.form-field select:focus-visible,.form-field textarea:focus-visible{border-color:hsl(var(--primary) / .6);box-shadow:0 0 0 3px hsl(var(--primary) / .15)}.form-actions{display:flex;gap:.5rem}.btn-secondary{border:1px solid hsl(var(--border));background:hsl(var(--secondary));color:hsl(var(--secondary-foreground));border-radius:.3rem;padding:.42rem .78rem;font-size:.72rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;font-family:var(--font-heading);cursor:pointer;transition:border-color .2s ease,background-color .2s ease,color .2s ease}.btn-secondary:hover{border-color:hsl(var(--primary) / .3);color:hsl(var(--foreground))}.btn-secondary:focus-visible{outline:none;box-shadow:0 0 0 2px hsl(var(--background)),0 0 0 4px hsl(var(--primary) / .3)}.btn-secondary:active{transform:scale(.97)}.status-banner{border:1px solid hsl(var(--success) / .25);border-left:3px solid hsl(var(--success) / .5);background:hsl(var(--success) / .05);color:hsl(var(--success));border-radius:.3rem;padding:.6rem .75rem;display:flex;gap:.55rem;align-items:center;font-size:.82rem}.accordion-list{display:grid;gap:.65rem}.accordion-item{border:1px solid hsl(var(--border));border-radius:.5rem;background:hsl(var(--secondary));overflow:hidden;transition:border-color .2s ease}.accordion-item:hover{border-color:hsl(var(--primary) / .2)}.accordion-item[open]{border-color:hsl(var(--primary) / .15);border-left:2px solid hsl(var(--primary) / .35)}.accordion-item summary{list-style:none;cursor:pointer;padding:.75rem;font-weight:600;font-size:.88rem;letter-spacing:.005em;transition:color .2s ease}.accordion-item summary:hover{color:hsl(var(--primary))}.accordion-item summary:focus-visible{outline:none;box-shadow:inset 0 0 0 2px hsl(var(--primary) / .25);color:hsl(var(--primary))}.accordion-item p{margin:0;padding:0 .75rem .85rem;color:hsl(var(--muted-foreground))}.accordion-summary{border-top:1px solid hsl(var(--border) / .5);padding-top:.7rem;margin:-.2rem 0 0}.accordion-body{display:grid;gap:.6rem;padding:0 .75rem .85rem}.accordion-body p{margin:0;padding:0;color:hsl(var(--muted-foreground))}.accordion-ref{font-size:.82rem;color:hsl(var(--foreground))}.regulation-table th:first-child,.regulation-table td:first-child{width:38%}.disclaimer{margin-top:.9rem;color:hsl(var(--muted-foreground) / .7);display:flex;gap:.45rem;align-items:flex-start;font-size:.72rem;line-height:1.5;padding:.5rem .65rem;border-left:2px solid hsl(var(--border) / .4);border-radius:0 .2rem .2rem 0;background:hsl(var(--muted) / .05)}.bg-glow{position:fixed;inset:0;pointer-events:none;background:radial-gradient(ellipse at 20% 0%,hsl(39,44%,62%,.03),transparent 45%),radial-gradient(ellipse at 80% 100%,hsl(220,30%,15%,.15),transparent 45%);z-index:0}.dashboard-main{position:relative;z-index:1}@keyframes fade-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes bar-enter{0%{opacity:0;transform:scaleY(.12)}to{opacity:1;transform:scaleY(1)}}@keyframes chart-fade-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes line-enter{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes point-enter{0%{opacity:0;transform:scale(.6)}to{opacity:1;transform:scale(1)}}@keyframes slide-in-left{0%{opacity:0;transform:translate(-12px)}to{opacity:1;transform:translate(0)}}@keyframes auth-enter{0%{opacity:0;transform:translateY(12px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.dashboard-loading-overlay{display:flex;flex-direction:column;align-items:center;gap:2.5rem;padding:3rem 0;animation:fade-in-up .4s ease-out}.dashboard-loader{display:flex;align-items:center;justify-content:center}.dashboard-loading-seconds{margin:-1.25rem 0 0;color:hsl(var(--muted-foreground));font-size:.82rem;font-variant-numeric:tabular-nums;letter-spacing:.02em;font-family:var(--font-heading)}.loader-ring{width:40px;height:40px;animation:loader-rotate 1.8s linear infinite;filter:drop-shadow(0 0 8px hsl(var(--primary) / .2))}.loader-track{stroke:hsl(var(--foreground) / .12)}.loader-arc{stroke:hsl(var(--primary));stroke-dasharray:80,126;stroke-dashoffset:0;animation:loader-dash 1.4s ease-in-out infinite}@keyframes loader-rotate{to{transform:rotate(360deg)}}@keyframes loader-dash{0%{stroke-dasharray:1,126;stroke-dashoffset:0}50%{stroke-dasharray:80,126;stroke-dashoffset:-35}to{stroke-dasharray:80,126;stroke-dashoffset:-124}}@keyframes fade-in-up{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.loading-skeleton-grid{display:grid;grid-template-columns:1fr;gap:1rem;width:100%}.skeleton-card{background:hsl(var(--card));border:1px solid hsl(var(--border) / .5);border-radius:.5rem;padding:1.1rem;display:flex;flex-direction:column;gap:.75rem}.skeleton-line{height:.75rem;border-radius:.375rem;background:linear-gradient(90deg,#ffffff0a 25%,#ffffff14,#ffffff0a 75%);background-size:400% 100%;animation:shimmer 1.5s ease-in-out infinite}.skeleton-line.short{width:35%}.skeleton-line.medium{width:55%}.skeleton-line.wide{width:80%;height:1.25rem}@media(min-width:640px){.loading-skeleton-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:1024px){.loading-skeleton-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(min-width:640px){.stats-grid,.risk-cards-grid,.form-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:1024px){.stats-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.section-grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.risk-cards-grid{grid-template-columns:repeat(5,minmax(0,1fr))}.form-grid.cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}}.btg-action-group{border:1px solid hsl(var(--border));border-radius:.5rem;padding:.9rem;background:linear-gradient(180deg,hsl(var(--primary) / .04),transparent 50%),hsl(var(--muted) / .15);display:flex;flex-direction:column;gap:.65rem;transition:opacity .2s ease,transform .2s ease,box-shadow .2s ease,border-color .2s ease}.btg-action-group[draggable=true]{cursor:grab}.btg-action-group[draggable=true]:active{cursor:grabbing}.btg-action-group.dragging{opacity:.4;transform:scale(.97)}.btg-action-group.drag-over{border-color:hsl(var(--primary) / .5);box-shadow:0 0 0 2px hsl(var(--primary) / .25),0 0 16px -4px hsl(var(--primary) / .2)}.btg-action-group-title{margin:0;font-size:.62rem;text-transform:uppercase;letter-spacing:.1em;font-weight:600;color:hsl(var(--primary) / .85);padding-bottom:.35rem;border-bottom:1px solid hsl(var(--primary) / .12)}.btg-action-group .form-grid{margin:0}.btg-action-group .form-actions{flex-wrap:wrap}.btg-groups-grid{display:grid;grid-template-columns:1fr;gap:.75rem}.loading-inline{display:inline-block;width:.85em;height:.85em;border:1.5px solid hsl(var(--foreground) / .2);border-top-color:hsl(var(--primary));border-radius:999px;animation:loader-rotate .8s linear infinite;vertical-align:middle;margin-right:.3em}.btn-secondary:disabled{opacity:.45;cursor:not-allowed;pointer-events:none}.json-result-header{display:flex;justify-content:space-between;align-items:center;padding:.55rem .75rem;border-bottom:1px solid hsl(var(--border) / .5);background:hsl(var(--muted) / .15);border-radius:.5rem .5rem 0 0}.json-result-header .label{font-size:.68rem;text-transform:uppercase;letter-spacing:.06em;font-weight:600;color:hsl(var(--muted-foreground))}.json-result-box.has-header{border-radius:0 0 .5rem .5rem;border-top:none}@media(min-width:640px){.btg-groups-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:1024px){.btg-groups-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:1023px){.dashboard-sidebar{position:fixed;left:-100%;transition:left .2s ease;max-width:320px;width:84vw}.dashboard-sidebar.open{left:0}.sidebar-overlay{display:block;position:fixed;inset:0;border:none;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:15}.sidebar-trigger{display:grid;place-items:center}}.stale-data-banner{margin-bottom:1.2rem;padding:.85rem 1.1rem;border:1px solid hsl(40 80% 55% / .25);border-left:3px solid hsl(40 80% 55% / .6);border-radius:.5rem;background:linear-gradient(180deg,#e8ab300d,#e8ab3006);box-shadow:0 2px 8px -3px #e8ab301a;animation:fade-in .4s ease-out both}.stale-data-content{display:flex;align-items:flex-start;gap:.75rem}.stale-data-icon{flex-shrink:0;display:flex;align-items:center;color:#e8ab30;margin-top:.1rem}.stale-data-title{font-size:.88rem;font-weight:600;color:#e8ab30;margin:0 0 .25rem}.stale-data-sub{font-size:.78rem;color:hsl(var(--muted-foreground));margin:0;line-height:1.45}.page-hero{margin-bottom:1.2rem;animation:fade-in .35s ease-out both}.page-hero h1{margin:0 0 .25rem;font-family:var(--font-heading);font-size:1.1rem;font-weight:700;letter-spacing:.01em;color:hsl(var(--foreground))}.page-hero p{margin:0;font-size:.78rem;color:hsl(var(--muted-foreground));line-height:1.4}.section-card{border:1px solid hsl(var(--border));border-radius:var(--radius);background:hsl(var(--card));margin-bottom:1rem;overflow:hidden;animation:fade-in .4s ease-out both;transition:border-color .15s ease}.section-card:hover{border-color:hsl(var(--border) / .8)}.section-head{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.75rem 1rem;border-bottom:1px solid hsl(var(--border) / .5);background:hsl(var(--muted) / .08)}.section-head h2{margin:0;font-family:var(--font-heading);font-size:.82rem;font-weight:700;letter-spacing:.02em;color:hsl(var(--foreground))}.section-head p{margin:.15rem 0 0;font-size:.68rem;color:hsl(var(--muted-foreground))}.section-actions{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.section-content{padding:.85rem 1rem}.grid-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:.65rem}.kpi-card{padding:.65rem .85rem;border:1px solid hsl(var(--border) / .5);border-radius:.3rem;background:hsl(var(--muted) / .06);transition:border-color .15s ease,background-color .15s ease}.kpi-card:hover{border-color:hsl(var(--border));background:hsl(var(--muted) / .12)}.kpi-card .kpi-label{margin:0 0 .2rem;font-size:.58rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:hsl(var(--muted-foreground) / .6)}.kpi-card .kpi-value{margin:0;font-size:.84rem;font-weight:600;color:hsl(var(--foreground));letter-spacing:.01em}.holdings-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.35rem}.holdings-list li{border:1px solid hsl(var(--border) / .4);border-radius:.3rem;overflow:hidden;transition:border-color .15s ease}.holdings-list li:hover{border-color:hsl(var(--border))}.holdings-list details>summary{padding:.55rem .75rem;font-size:.82rem;font-weight:600;cursor:pointer;list-style:none;transition:color .15s ease,background-color .15s ease}.holdings-list details>summary:hover{color:hsl(var(--primary));background:hsl(var(--muted) / .1)}.holdings-list details>summary:focus-visible{outline:none;box-shadow:inset 0 0 0 2px hsl(var(--primary) / .3)}.holdings-list details>summary::-webkit-details-marker{display:none}.holdings-extra{padding:.35rem .75rem .55rem;font-size:.76rem;color:hsl(var(--muted-foreground));border-top:1px solid hsl(var(--border) / .3);background:hsl(var(--muted) / .05)}.state-card{display:flex;flex-direction:column;align-items:center;gap:.3rem;padding:2.5rem 1.5rem;text-align:center;animation:fade-in .3s ease-out both}.state-card h3{margin:0;font-family:var(--font-heading);font-size:.84rem;font-weight:600;color:hsl(var(--muted-foreground) / .6);letter-spacing:.01em}.state-card p{margin:0;font-size:.72rem;color:hsl(var(--muted-foreground) / .4);line-height:1.4}@media(max-width:639px){.grid-cards{grid-template-columns:1fr}.section-head{flex-direction:column;align-items:flex-start;gap:.5rem}.page-hero h1{font-size:.95rem}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}@media(prefers-contrast:more){:root{--border: 220 10% 35%;--muted-foreground: 220 10% 72%}.data-table th,.data-table td{border-color:#50566299}.card-section,.stat-card,.risk-card{border-color:#50566280}.btn-primary{border:1px solid hsl(var(--primary) / .6)}}@media print{body{background:#fff;color:#111;font-size:10pt}.dashboard-sidebar,.dashboard-header,.sidebar-overlay,.sidebar-trigger,.btn-primary,.btn-secondary,.fund-selector,.logout-form,.bg-glow{display:none!important}.dashboard-shell{display:block;height:auto;overflow:visible}.dashboard-main{margin:0;padding:0;overflow:visible}.card-section,.page-panel,.section-card,.stat-card,.risk-card,.kpi-card{border:1px solid #ddd;box-shadow:none;break-inside:avoid;background:#fff;color:#111}.data-table th{background:#f5f5f5;color:#333;-webkit-print-color-adjust:exact;print-color-adjust:exact}.data-table td{color:#111}.table-wrap{overflow:visible;max-height:none}a[href]:after{content:none}.stat-value,.risk-card-value,.kpi-value{color:#111}.delta-positive{color:#0a6e3a}.delta-negative{color:#c41e3a}.progress-fill,.cx-gauge-fill,.cx-micro-bar-fill{-webkit-print-color-adjust:exact;print-color-adjust:exact}}[data-theme-surface=light]{color-scheme:light}[data-theme-surface=light].auth-layout{background:radial-gradient(ellipse at 50% 30%,hsl(var(--primary) / .06) 0%,transparent 55%),radial-gradient(ellipse at 50% 85%,hsl(var(--primary) / .04) 0%,transparent 50%),hsl(var(--background));color:hsl(var(--foreground))}[data-theme-surface=light].dashboard-shell{background:hsl(var(--background));color:hsl(var(--foreground))}[data-theme-surface=light] .auth-card{box-shadow:0 1px 2px #0f172a0a,0 24px 60px -24px #0f172a33}[data-theme-surface=light] .auth-card h1{color:hsl(var(--foreground))}[data-theme-surface=light] .auth-card p,[data-theme-surface=light] .auth-form label{color:hsl(var(--muted-foreground))}[data-theme-surface=light] ::selection{background:hsl(var(--primary) / .16);color:hsl(var(--foreground))}[data-theme-surface=light] ::-webkit-scrollbar-thumb{background:#0b122024}[data-theme-surface=light] ::-webkit-scrollbar-thumb:hover{background:hsl(var(--primary) / .45)}[data-theme-surface=light] .card-section,[data-theme-surface=light] .page-panel,[data-theme-surface=light] .stat-card,[data-theme-surface=light] .section-card,[data-theme-surface=light] .kpi-card,[data-theme-surface=light] .state-card,[data-theme-surface=light] .form-card,[data-theme-surface=light] .risk-card,[data-theme-surface=light] .auth-card{background:hsl(var(--card));border-color:hsl(var(--border));box-shadow:var(--shadow-card)}[data-theme-surface=light] .card-section:hover,[data-theme-surface=light] .page-panel:hover,[data-theme-surface=light] .stat-card:hover,[data-theme-surface=light] .section-card:hover,[data-theme-surface=light] .kpi-card:hover,[data-theme-surface=light] .risk-card:hover{box-shadow:var(--shadow-card-hover);border-color:hsl(var(--border))}[data-theme-surface=light] .card-section:before,[data-theme-surface=light] .page-panel:before{opacity:.6}[data-theme-surface=light] h1,[data-theme-surface=light] h2,[data-theme-surface=light] h3,[data-theme-surface=light] .section-title,[data-theme-surface=light] .page-header h2,[data-theme-surface=light] .dashboard-header h1{color:hsl(var(--foreground))}[data-theme-surface=light] .dashboard-card-title{color:hsl(var(--primary));border-bottom-color:hsl(var(--border))}[data-theme-surface=light] .section-title .section-accent,[data-theme-surface=light] .dashboard-card-title .section-accent{background:hsl(var(--primary) / .7)}[data-theme-surface=light][data-target-kind=fund],[data-theme-surface=light] [data-target-kind=fund]{--sidebar-primary: var(--primary);--sidebar-primary-foreground: var(--primary-foreground);--sidebar-ring: var(--ring)}[data-theme-surface=light] .dashboard-sidebar{border-right:1px solid hsl(var(--sidebar-border));background:hsl(var(--sidebar-background))}[data-theme-surface=light] .dashboard-sidebar:after{opacity:.35}[data-theme-surface=light] .sidebar-menu-label,[data-theme-surface=light] .brand-byline{color:hsl(var(--muted-foreground))}[data-theme-surface=light] .menu-item{color:hsl(var(--sidebar-foreground))}[data-theme-surface=light] .menu-item:hover{background:hsl(var(--primary) / .06);color:hsl(var(--foreground))}[data-theme-surface=light] .menu-item.active{background:hsl(var(--primary) / .1);color:hsl(var(--primary));border-color:hsl(var(--primary) / .22)}[data-theme-surface=light] .menu-item.active .nav-icon,[data-theme-surface=light] .menu-item:hover .nav-icon{color:hsl(var(--primary))}[data-theme-surface=light] .sidebar-footer-card{background:hsl(var(--card));border-color:hsl(var(--border));box-shadow:0 1px 2px #0f172a0a}[data-theme-surface=light] .sidebar-footer-card p{color:hsl(var(--foreground))}[data-theme-surface=light] .sidebar-footer-card small{color:hsl(var(--muted-foreground))}[data-theme-surface=light] .theme-selector-trigger,[data-theme-surface=light] .fund-selector-trigger{background:hsl(var(--card));border-color:hsl(var(--border));color:hsl(var(--foreground));box-shadow:0 1px 2px #0f172a0a}[data-theme-surface=light] .theme-selector-trigger:hover,[data-theme-surface=light] .fund-selector-trigger:hover{border-color:hsl(var(--primary) / .32);box-shadow:0 2px 6px #0f172a0f}[data-theme-surface=light] .theme-trigger-label,[data-theme-surface=light] .fund-selector-trigger .fund-trigger-label{color:hsl(var(--muted-foreground))}[data-theme-surface=light] .theme-trigger-name,[data-theme-surface=light] .fund-selector-trigger .fund-trigger-name{color:hsl(var(--foreground))}[data-theme-surface=light] .theme-selector-dropdown,[data-theme-surface=light] .fund-selector-dropdown{background:hsl(var(--popover));border-color:hsl(var(--border));box-shadow:0 16px 40px -16px #0f172a2e,0 1px 2px #0f172a0a}[data-theme-surface=light] .theme-option-grid button{background:hsl(var(--card));border-color:hsl(var(--border));color:hsl(var(--muted-foreground))}[data-theme-surface=light] .theme-option-grid button:hover{border-color:hsl(var(--primary) / .32);color:hsl(var(--foreground))}[data-theme-surface=light] .theme-option-grid button.active{background:hsl(var(--primary) / .08);border-color:hsl(var(--primary) / .45);color:hsl(var(--primary))}[data-theme-surface=light] .theme-custom-panel{background:hsl(var(--muted));border-color:hsl(var(--border))}[data-theme-surface=light] .theme-custom-header p,[data-theme-surface=light] .theme-preview-meta strong{color:hsl(var(--foreground))}[data-theme-surface=light] .theme-custom-header small,[data-theme-surface=light] .theme-preview-meta small,[data-theme-surface=light] .theme-preview-label,[data-theme-surface=light] .theme-color-fields span{color:hsl(var(--muted-foreground))}[data-theme-surface=light] .theme-reset-button{background:hsl(var(--card));border-color:hsl(var(--border));color:hsl(var(--foreground))}[data-theme-surface=light] .theme-reset-button:hover{background:hsl(var(--primary) / .06);border-color:hsl(var(--primary) / .32)}[data-theme-surface=light] .theme-custom-count button{background:hsl(var(--card));border-color:hsl(var(--border));color:hsl(var(--muted-foreground))}[data-theme-surface=light] .theme-custom-count button.active{background:hsl(var(--primary) / .1);border-color:hsl(var(--primary) / .4);color:hsl(var(--primary))}[data-theme-surface=light] .theme-preview-card{background:hsl(var(--card));border-color:hsl(var(--border))}[data-theme-surface=light] .fund-selector-dropdown button{color:hsl(var(--foreground))}[data-theme-surface=light] .fund-selector-dropdown button:hover{background:hsl(var(--primary) / .06)}[data-theme-surface=light] .fund-selector-dropdown button.fund-active{background:hsl(var(--primary) / .1);color:hsl(var(--primary))}[data-theme-surface=light] .fund-selector-dropdown .fund-selector-group-label,[data-theme-surface=light] .fund-selector-dropdown .fund-item-status{color:hsl(var(--muted-foreground))}[data-theme-surface=light] .dashboard-widget-library{border-color:hsl(var(--border));background:linear-gradient(180deg,#fff,hsl(var(--muted)));box-shadow:0 24px 60px -20px #0f172a33,0 1px 2px #0f172a0d;-webkit-backdrop-filter:none;backdrop-filter:none}[data-theme-surface=light] .dashboard-widget-library-item{border-color:hsl(var(--border));background:#fff;color:hsl(var(--foreground))}[data-theme-surface=light] .dashboard-widget-library-item:hover{border-color:hsl(var(--primary) / .45);background:hsl(var(--primary) / .04)}[data-theme-surface=light] .dashboard-widget-library-item.is-disabled{color:hsl(var(--muted-foreground));background:hsl(var(--muted))}[data-theme-surface=light] .dashboard-widget-close{color:hsl(var(--foreground) / .48)}[data-theme-surface=light] .mrg-table th,[data-theme-surface=light] .mrg-table td{border-bottom-color:hsl(var(--border))}[data-theme-surface=light] .mrg-th-year,[data-theme-surface=light] .mrg-td-year{color:hsl(var(--foreground))}[data-theme-surface=light] .mrg-th-month,[data-theme-surface=light] .mrg-th-total{color:hsl(var(--muted-foreground))}[data-theme-surface=light] .mrg-th-total,[data-theme-surface=light] .mrg-td-total,[data-theme-surface=light] .mrg-td-cdi{border-left-color:hsl(var(--border))}[data-theme-surface=light] .mrg-td-val{color:hsl(var(--foreground) / .82)}[data-theme-surface=light] .mrg-td-cdi,[data-theme-surface=light] .mrg-td-cdi-ratio,[data-theme-surface=light] .mrg-td-cdi-label{color:hsl(var(--muted-foreground))!important}[data-theme-surface=light] .cell-positive{color:hsl(var(--success))}[data-theme-surface=light] .cell-negative{color:hsl(var(--destructive))}[data-theme-surface=light] .cell-zero{color:hsl(var(--muted-foreground))}[data-theme-surface=light] .cell-empty{color:hsl(var(--foreground) / .22)}[data-theme-surface=light] .mrg-row-cdi-pct td{border-bottom-color:hsl(var(--primary) / .22)}[data-theme-surface=light] .donut-legend-label{color:hsl(var(--muted-foreground))}[data-theme-surface=light] .donut-legend-value{color:hsl(var(--foreground))}[data-theme-surface=light] .lr{--lr-navy: #FFFFFF;--lr-navy-2: hsl(var(--muted));--lr-navy-3: hsl(var(--secondary));--lr-gold: hsl(var(--primary));--lr-gold-light: hsl(var(--primary) / .82);--lr-gold-dim: hsl(var(--primary) / .32);--lr-text: hsl(var(--foreground));--lr-text-2: hsl(var(--secondary-foreground));--lr-text-3: hsl(var(--muted-foreground));--lr-border: hsl(var(--primary) / .22);--lr-border-subtle: hsl(var(--border));--lr-pos: hsl(var(--success));--lr-neg: hsl(var(--destructive))}[data-theme-surface=light] .lr-header{background:#fff;box-shadow:var(--shadow-card)}[data-theme-surface=light] .lr-header-banner{background:linear-gradient(135deg,#fff,hsl(var(--muted)));border-bottom:1px solid hsl(var(--border))}[data-theme-surface=light] .lr-header-info-row{background:hsl(var(--muted))}[data-theme-surface=light] .lr-section{background:#fff;box-shadow:var(--shadow-card);border-color:hsl(var(--border))}[data-theme-surface=light] .lr-table tbody tr:nth-child(2n) td{background:#0f172a05}[data-theme-surface=light] .lr-table tbody tr:hover td{background:hsl(var(--primary) / .04)}[data-theme-surface=light] .lr-returns-table tbody tr.lr-row-highlight td{background:hsl(var(--primary) / .06)!important}[data-theme-surface=light] .lr-strategy-row td{background:hsl(var(--primary) / .05)!important;border-bottom-color:hsl(var(--primary) / .22)}[data-theme-surface=light] .lr-hbar-row:hover{background:hsl(var(--primary) / .05)}[data-theme-surface=light] .lr-hbar-track,[data-theme-surface=light] .lr-liq-track,[data-theme-surface=light] .lr-compare-bar-track{background:#0f172a0f}[data-theme-surface=light] .lr-metric-card,[data-theme-surface=light] .lr-risk-card{background:#fff;border-color:hsl(var(--border));box-shadow:0 1px 2px #0f172a0a}[data-theme-surface=light] .lr-spread-bar-center{background:#0f172a38}[data-theme-surface=light] .lr-compare-bar-row{border-bottom-color:#0f172a0d}[data-theme-surface=light] .lr-fallback{background:hsl(var(--muted));border-color:hsl(var(--primary) / .28);color:hsl(var(--muted-foreground))}[data-theme-surface=light] .lr-risk-warn{border-color:hsl(var(--destructive) / .32)}[data-theme-surface=light] .lr-spread-bar-neg{background:linear-gradient(270deg,hsl(var(--destructive)),hsl(var(--destructive) / .32))}[data-theme-surface=light] .lr-spread-bar-pos{background:linear-gradient(90deg,hsl(var(--success) / .32),hsl(var(--success)))}[data-theme-surface=light] .data-table thead{background:hsl(var(--muted))}[data-theme-surface=light] .data-table th{color:hsl(var(--muted-foreground));border-bottom:1px solid hsl(var(--border))}[data-theme-surface=light] .data-table td{color:hsl(var(--foreground) / .88);border-bottom-color:hsl(var(--border))}[data-theme-surface=light] .data-table td.val-positive,[data-theme-surface=light] .lamina-monthly-table td.val-positive,[data-theme-surface=light] .data-table td.profitability-positive{color:hsl(var(--success))}[data-theme-surface=light] .data-table td.val-negative,[data-theme-surface=light] .lamina-monthly-table td.val-negative,[data-theme-surface=light] .data-table td.profitability-negative{color:hsl(var(--destructive))}[data-theme-surface=light] .data-table tbody tr:nth-child(2n){background:hsl(var(--muted) / .4)}[data-theme-surface=light] .data-table tbody tr:hover{background:hsl(var(--primary) / .04)}[data-theme-surface=light] .auth-form input,[data-theme-surface=light] .form-field textarea,[data-theme-surface=light] input[type=text],[data-theme-surface=light] input[type=email],[data-theme-surface=light] input[type=password],[data-theme-surface=light] input[type=search],[data-theme-surface=light] input[type=number],[data-theme-surface=light] select,[data-theme-surface=light] textarea{background:hsl(var(--card));border-color:hsl(var(--input));color:hsl(var(--foreground))}[data-theme-surface=light] .auth-form input::placeholder,[data-theme-surface=light] input::placeholder,[data-theme-surface=light] textarea::placeholder{color:hsl(var(--muted-foreground) / .75)}[data-theme-surface=light] .auth-form input:focus,[data-theme-surface=light] .form-field textarea:focus,[data-theme-surface=light] input:focus,[data-theme-surface=light] textarea:focus,[data-theme-surface=light] select:focus{border-color:hsl(var(--primary) / .55);box-shadow:0 0 0 3px hsl(var(--primary) / .12)}[data-theme-surface=light] .btn-secondary{background:hsl(var(--card));border-color:hsl(var(--border));color:hsl(var(--foreground))}[data-theme-surface=light] .btn-secondary:hover{background:hsl(var(--primary) / .06);border-color:hsl(var(--primary) / .4);color:hsl(var(--primary))}[data-theme-surface=light] .stat-label-row p,[data-theme-surface=light] .stat-title,[data-theme-surface=light] .stat-subtitle{color:hsl(var(--muted-foreground))}[data-theme-surface=light] .stat-value,[data-theme-surface=light] .risk-card-value,[data-theme-surface=light] .kpi-card .kpi-value{color:hsl(var(--foreground))}[data-theme-surface=light] .risk-card-label,[data-theme-surface=light] .kpi-card .kpi-label{color:hsl(var(--muted-foreground))}[data-theme-surface=light] .delta-positive,[data-theme-surface=light] .risk-positive,[data-theme-surface=light] .profitability-positive,[data-theme-surface=light] .val-positive,[data-theme-surface=light] .badge-positive{color:hsl(var(--success))}[data-theme-surface=light] .delta-negative,[data-theme-surface=light] .risk-negative,[data-theme-surface=light] .profitability-negative,[data-theme-surface=light] .val-negative,[data-theme-surface=light] .badge-negative{color:hsl(var(--destructive))}[data-theme-surface=light] .data-table td.composition-change-cell.profitability-positive{color:#22c373}[data-theme-surface=light] .data-table td.composition-change-cell.profitability-negative{color:#e44444}[data-theme-surface=light] .badge-positive{background:hsl(var(--success) / .08);border:1px solid hsl(var(--success) / .2)}[data-theme-surface=light] .badge-negative{background:hsl(var(--destructive) / .08);border:1px solid hsl(var(--destructive) / .2)}[data-theme-surface=light] .badge-accent{background:hsl(var(--primary) / .1);border:1px solid hsl(var(--primary) / .25);color:hsl(var(--primary))}[data-theme-surface=light] .progress-track{background:hsl(var(--muted))}[data-theme-surface=light] .chart-grid{stroke:hsl(var(--foreground) / .06)}[data-theme-surface=light] .chart-y,[data-theme-surface=light] .chart-x{fill:hsl(var(--muted-foreground))}[data-theme-surface=light] .chart-tooltip{background:hsl(var(--popover));border-color:hsl(var(--border));color:hsl(var(--foreground));box-shadow:0 12px 32px -12px #0f172a2e}[data-theme-surface=light] .legend-btn{color:hsl(var(--muted-foreground))}[data-theme-surface=light] .legend-btn:hover,[data-theme-surface=light] .legend-btn.active{color:hsl(var(--foreground));background:hsl(var(--primary) / .05)}[data-theme-surface=light] .skeleton-card,[data-theme-surface=light] .skeleton-line{background:linear-gradient(90deg,hsl(var(--muted)),#0f172a0a,#0f172a14,#0f172a0a,hsl(var(--muted)));background-size:200% 100%}[data-theme-surface=light] .accordion-item{background:hsl(var(--card));border-color:hsl(var(--border));box-shadow:0 1px 2px #0f172a08}[data-theme-surface=light] .accordion-item summary{color:hsl(var(--foreground))}[data-theme-surface=light] .accordion-item p,[data-theme-surface=light] .accordion-body p,[data-theme-surface=light] .accordion-ref,[data-theme-surface=light] .disclaimer,[data-theme-surface=light] .dashboard-source-label,[data-theme-surface=light] .dashboard-welcome-subtitle{color:hsl(var(--muted-foreground))}[data-theme-surface=light] .dashboard-detail-pill{background:hsl(var(--card));border-color:hsl(var(--border));color:hsl(var(--muted-foreground))}[data-theme-surface=light] .dashboard-detail-pill.is-core{background:hsl(var(--primary) / .08);border-color:hsl(var(--primary) / .22);color:hsl(var(--primary))}[data-theme-surface=light] .dashboard-detail-pill.is-full{background:hsl(var(--success) / .08);border-color:hsl(var(--success) / .22);color:hsl(var(--success))}[data-theme-surface=light] .preop-overlay{background:hsl(var(--card));border:1px solid hsl(var(--border));box-shadow:var(--shadow-card);border-radius:.75rem}[data-theme-surface=light] .preop-overlay h2{color:hsl(var(--foreground))}[data-theme-surface=light] .preop-fund-name{color:hsl(var(--primary))}[data-theme-surface=light] .preop-description{color:hsl(var(--muted-foreground))}[data-theme-surface=light] .preop-badge{background:hsl(var(--primary) / .08);color:hsl(var(--primary));border:1px solid hsl(var(--primary) / .22)}[data-theme-surface=light] .dashboard-date-select{background:hsl(var(--card));border-color:hsl(var(--border));color:hsl(var(--foreground))}[data-theme-surface=light] .dashboard-date-label,[data-theme-surface=light] .dashboard-date-hint{color:hsl(var(--muted-foreground))}[data-theme-surface=light] .cx-val-positive,[data-theme-surface=light] .cx-val-live{color:hsl(var(--success))}[data-theme-surface=light] .cx-val-negative{color:hsl(var(--destructive))}[data-theme-surface=light] .cx-val-muted{color:hsl(var(--muted-foreground) / .72)}[data-theme-surface=light] .stale-data-banner{background:hsl(var(--card));border-color:hsl(var(--border));box-shadow:0 1px 2px #0f172a0a}[data-theme-surface=light] .stale-data-title{color:hsl(var(--foreground))}[data-theme-surface=light] .stale-data-sub{color:hsl(var(--muted-foreground))}
