@property --tw-animation-delay{syntax:"*";inherits:false;initial-value:0s}@property --tw-animation-direction{syntax:"*";inherits:false;initial-value:normal}@property --tw-animation-duration{syntax:"*";inherits:false}@property --tw-animation-fill-mode{syntax:"*";inherits:false;initial-value:none}@property --tw-animation-iteration-count{syntax:"*";inherits:false;initial-value:1}@property --tw-enter-blur{syntax:"*";inherits:false;initial-value:0}@property --tw-enter-opacity{syntax:"*";inherits:false;initial-value:1}@property --tw-enter-rotate{syntax:"*";inherits:false;initial-value:0}@property --tw-enter-scale{syntax:"*";inherits:false;initial-value:1}@property --tw-enter-translate-x{syntax:"*";inherits:false;initial-value:0}@property --tw-enter-translate-y{syntax:"*";inherits:false;initial-value:0}@property --tw-exit-blur{syntax:"*";inherits:false;initial-value:0}@property --tw-exit-opacity{syntax:"*";inherits:false;initial-value:1}@property --tw-exit-rotate{syntax:"*";inherits:false;initial-value:0}@property --tw-exit-scale{syntax:"*";inherits:false;initial-value:1}@property --tw-exit-translate-x{syntax:"*";inherits:false;initial-value:0}@property --tw-exit-translate-y{syntax:"*";inherits:false;initial-value:0}@theme inline{--animation-delay-0: 0s; --animation-delay-75: 75ms; --animation-delay-100: .1s; --animation-delay-150: .15s; --animation-delay-200: .2s; --animation-delay-300: .3s; --animation-delay-500: .5s; --animation-delay-700: .7s; --animation-delay-1000: 1s; --animation-repeat-0: 0; --animation-repeat-1: 1; --animation-repeat-infinite: infinite; --animation-direction-normal: normal; --animation-direction-reverse: reverse; --animation-direction-alternate: alternate; --animation-direction-alternate-reverse: alternate-reverse; --animation-fill-mode-none: none; --animation-fill-mode-forwards: forwards; --animation-fill-mode-backwards: backwards; --animation-fill-mode-both: both; --percentage-0: 0; --percentage-5: .05; --percentage-10: .1; --percentage-15: .15; --percentage-20: .2; --percentage-25: .25; --percentage-30: .3; --percentage-35: .35; --percentage-40: .4; --percentage-45: .45; --percentage-50: .5; --percentage-55: .55; --percentage-60: .6; --percentage-65: .65; --percentage-70: .7; --percentage-75: .75; --percentage-80: .8; --percentage-85: .85; --percentage-90: .9; --percentage-95: .95; --percentage-100: 1; --percentage-translate-full: 1; --animate-in: enter var(--tw-animation-duration,var(--tw-duration,.15s))var(--tw-ease,ease)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none); --animate-out: exit var(--tw-animation-duration,var(--tw-duration,.15s))var(--tw-ease,ease)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none); @keyframes enter { from { 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)); filter: blur(var(--tw-enter-blur,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)); filter: blur(var(--tw-exit-blur,0)); }}--animate-accordion-down: accordion-down var(--tw-animation-duration,var(--tw-duration,.2s))var(--tw-ease,ease-out)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none); --animate-accordion-up: accordion-up var(--tw-animation-duration,var(--tw-duration,.2s))var(--tw-ease,ease-out)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none); --animate-collapsible-down: collapsible-down var(--tw-animation-duration,var(--tw-duration,.2s))var(--tw-ease,ease-out)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none); --animate-collapsible-up: collapsible-up var(--tw-animation-duration,var(--tw-duration,.2s))var(--tw-ease,ease-out)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none); @keyframes accordion-down { from { height: 0; }to { height: var(--radix-accordion-content-height,var(--bits-accordion-content-height,var(--reka-accordion-content-height,var(--kb-accordion-content-height,var(--ngp-accordion-content-height,auto))))); }}@keyframes accordion-up { from { height: var(--radix-accordion-content-height,var(--bits-accordion-content-height,var(--reka-accordion-content-height,var(--kb-accordion-content-height,var(--ngp-accordion-content-height,auto))))); }to { height: 0; }}@keyframes collapsible-down { from { height: 0; }to { height: var(--radix-collapsible-content-height,var(--bits-collapsible-content-height,var(--reka-collapsible-content-height,var(--kb-collapsible-content-height,auto)))); }}@keyframes collapsible-up { from { height: var(--radix-collapsible-content-height,var(--bits-collapsible-content-height,var(--reka-collapsible-content-height,var(--kb-collapsible-content-height,auto)))); }to { height: 0; }}--animate-caret-blink: caret-blink 1.25s ease-out infinite; @keyframes caret-blink { 0%,70%,100% { opacity: 1; }20%,50% { opacity: 0; }}}@utility animation-duration-*{--tw-animation-duration: calc(--value(number)*1ms) ; --tw-animation-duration: --value(--animation-duration-*,[duration],"initial",[*]); animation-duration: calc(--value(number)*1ms) ; animation-duration: --value(--animation-duration-*,[duration],"initial",[*]);}@utility delay-*{animation-delay: calc(--value(number)*1ms) ; animation-delay: --value(--animation-delay-*,[duration],"initial",[*]); --tw-animation-delay: calc(--value(number)*1ms) ; --tw-animation-delay: --value(--animation-delay-*,[duration],"initial",[*]);}@utility repeat-*{animation-iteration-count: --value(--animation-repeat-*,number,"initial",[*]); --tw-animation-iteration-count: --value(--animation-repeat-*,number,"initial",[*]);}@utility direction-*{animation-direction: --value(--animation-direction-*,"initial",[*]); --tw-animation-direction: --value(--animation-direction-*,"initial",[*]);}@utility fill-mode-*{animation-fill-mode: --value(--animation-fill-mode-*,"initial",[*]); --tw-animation-fill-mode: --value(--animation-fill-mode-*,"initial",[*]);}@utility running{animation-play-state: running;}@utility paused{animation-play-state: paused;}@utility play-state-*{animation-play-state: --value("initial",[*]);}@utility blur-in{--tw-enter-blur: 20px;}@utility blur-in-*{--tw-enter-blur: calc(--value(number)*1px) ; --tw-enter-blur: --value(--blur-*,[*]);}@utility blur-out{--tw-exit-blur: 20px;}@utility blur-out-*{--tw-exit-blur: calc(--value(number)*1px) ; --tw-exit-blur: --value(--blur-*,[*]);}@utility fade-in{--tw-enter-opacity: 0;}@utility fade-in-*{--tw-enter-opacity: calc(--value(number)*.01) ; --tw-enter-opacity: --value(--percentage-*,[*]);}@utility fade-out{--tw-exit-opacity: 0;}@utility fade-out-*{--tw-exit-opacity: calc(--value(number)*.01) ; --tw-exit-opacity: --value(--percentage-*,[*]);}@utility zoom-in{--tw-enter-scale: 0;}@utility zoom-in-*{--tw-enter-scale: calc(--value(number)*1%) ; --tw-enter-scale: --value(ratio) ; --tw-enter-scale: --value(--percentage-*,[*]);}@utility -zoom-in-*{--tw-enter-scale: calc(--value(number)*-1%) ; --tw-enter-scale: calc(--value(ratio)*-1) ; --tw-enter-scale: --value(--percentage-*,[*]);}@utility zoom-out{--tw-exit-scale: 0;}@utility zoom-out-*{--tw-exit-scale: calc(--value(number)*1%) ; --tw-exit-scale: --value(ratio) ; --tw-exit-scale: --value(--percentage-*,[*]);}@utility -zoom-out-*{--tw-exit-scale: calc(--value(number)*-1%) ; --tw-exit-scale: calc(--value(ratio)*-1) ; --tw-exit-scale: --value(--percentage-*,[*]);}@utility spin-in{--tw-enter-rotate: 30deg;}@utility spin-in-*{--tw-enter-rotate: calc(--value(number)*1deg) ; --tw-enter-rotate: calc(--value(ratio)*360deg) ; --tw-enter-rotate: --value(--rotate-*,[*]);}@utility -spin-in{--tw-enter-rotate: -30deg;}@utility -spin-in-*{--tw-enter-rotate: calc(--value(number)*-1deg) ; --tw-enter-rotate: calc(--value(ratio)*-360deg) ; --tw-enter-rotate: --value(--rotate-*,[*]);}@utility spin-out{--tw-exit-rotate: 30deg;}@utility spin-out-*{--tw-exit-rotate: calc(--value(number)*1deg) ; --tw-exit-rotate: calc(--value(ratio)*360deg) ; --tw-exit-rotate: --value(--rotate-*,[*]);}@utility -spin-out{--tw-exit-rotate: -30deg;}@utility -spin-out-*{--tw-exit-rotate: calc(--value(number)*-1deg) ; --tw-exit-rotate: calc(--value(ratio)*-360deg) ; --tw-exit-rotate: --value(--rotate-*,[*]);}@utility slide-in-from-top{--tw-enter-translate-y: -100%;}@utility slide-in-from-top-*{--tw-enter-translate-y: calc(--value(integer)*var(--spacing)*-1); --tw-enter-translate-y: calc(--value(--percentage-*,--percentage-translate-*)*-100%) ; --tw-enter-translate-y: calc(--value(ratio)*-100%) ; --tw-enter-translate-y: calc(--value(--translate-*,[percentage],[length])*-1) ;}@utility slide-in-from-bottom{--tw-enter-translate-y: 100%;}@utility slide-in-from-bottom-*{--tw-enter-translate-y: calc(--value(integer)*var(--spacing)); --tw-enter-translate-y: calc(--value(--percentage-*,--percentage-translate-*)*100%) ; --tw-enter-translate-y: calc(--value(ratio)*100%) ; --tw-enter-translate-y: --value(--translate-*,[percentage],[length]);}@utility slide-in-from-left{--tw-enter-translate-x: -100%;}@utility slide-in-from-left-*{--tw-enter-translate-x: calc(--value(integer)*var(--spacing)*-1); --tw-enter-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*-100%) ; --tw-enter-translate-x: calc(--value(ratio)*-100%) ; --tw-enter-translate-x: calc(--value(--translate-*,[percentage],[length])*-1) ;}@utility slide-in-from-right{--tw-enter-translate-x: 100%;}@utility slide-in-from-right-*{--tw-enter-translate-x: calc(--value(integer)*var(--spacing)); --tw-enter-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*100%) ; --tw-enter-translate-x: calc(--value(ratio)*100%) ; --tw-enter-translate-x: --value(--translate-*,[percentage],[length]);}@utility slide-in-from-start{&:dir(ltr){ --tw-enter-translate-x: -100%; }&:dir(rtl){ --tw-enter-translate-x: 100%; }}@utility slide-in-from-start-*{&:where(:dir(ltr),[dir="ltr"],[dir="ltr"]*){ --tw-enter-translate-x: calc(--value(integer)*var(--spacing)*-1); --tw-enter-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*-100%) ; --tw-enter-translate-x: calc(--value(ratio)*-100%) ; --tw-enter-translate-x: calc(--value(--translate-*,[percentage],[length])*-1) ; }&:where(:dir(rtl),[dir="rtl"],[dir="rtl"]*){ --tw-enter-translate-x: calc(--value(integer)*var(--spacing)); --tw-enter-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*100%) ; --tw-enter-translate-x: calc(--value(ratio)*100%) ; --tw-enter-translate-x: --value(--translate-*,[percentage],[length]); }}@utility slide-in-from-end{&:dir(ltr){ --tw-enter-translate-x: 100%; }&:dir(rtl){ --tw-enter-translate-x: -100%; }}@utility slide-in-from-end-*{&:where(:dir(ltr),[dir="ltr"],[dir="ltr"]*){ --tw-enter-translate-x: calc(--value(integer)*var(--spacing)); --tw-enter-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*100%) ; --tw-enter-translate-x: calc(--value(ratio)*100%) ; --tw-enter-translate-x: --value(--translate-*,[percentage],[length]); }&:where(:dir(rtl),[dir="rtl"],[dir="rtl"]*){ --tw-enter-translate-x: calc(--value(integer)*var(--spacing)*-1); --tw-enter-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*-100%) ; --tw-enter-translate-x: calc(--value(ratio)*-100%) ; --tw-enter-translate-x: calc(--value(--translate-*,[percentage],[length])*-1) ; }}@utility slide-out-to-top{--tw-exit-translate-y: -100%;}@utility slide-out-to-top-*{--tw-exit-translate-y: calc(--value(integer)*var(--spacing)*-1); --tw-exit-translate-y: calc(--value(--percentage-*,--percentage-translate-*)*-100%) ; --tw-exit-translate-y: calc(--value(ratio)*-100%) ; --tw-exit-translate-y: calc(--value(--translate-*,[percentage],[length])*-1) ;}@utility slide-out-to-bottom{--tw-exit-translate-y: 100%;}@utility slide-out-to-bottom-*{--tw-exit-translate-y: calc(--value(integer)*var(--spacing)); --tw-exit-translate-y: calc(--value(--percentage-*,--percentage-translate-*)*100%) ; --tw-exit-translate-y: calc(--value(ratio)*100%) ; --tw-exit-translate-y: --value(--translate-*,[percentage],[length]);}@utility slide-out-to-left{--tw-exit-translate-x: -100%;}@utility slide-out-to-left-*{--tw-exit-translate-x: calc(--value(integer)*var(--spacing)*-1); --tw-exit-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*-100%) ; --tw-exit-translate-x: calc(--value(ratio)*-100%) ; --tw-exit-translate-x: calc(--value(--translate-*,[percentage],[length])*-1) ;}@utility slide-out-to-right{--tw-exit-translate-x: 100%;}@utility slide-out-to-right-*{--tw-exit-translate-x: calc(--value(integer)*var(--spacing)); --tw-exit-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*100%) ; --tw-exit-translate-x: calc(--value(ratio)*100%) ; --tw-exit-translate-x: --value(--translate-*,[percentage],[length]);}@utility slide-out-to-start{&:dir(ltr){ --tw-exit-translate-x: -100%; }&:dir(rtl){ --tw-exit-translate-x: 100%; }}@utility slide-out-to-start-*{&:where(:dir(ltr),[dir="ltr"],[dir="ltr"]*){ --tw-exit-translate-x: calc(--value(integer)*var(--spacing)*-1); --tw-exit-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*-100%) ; --tw-exit-translate-x: calc(--value(ratio)*-100%) ; --tw-exit-translate-x: calc(--value(--translate-*,[percentage],[length])*-1) ; }&:where(:dir(rtl),[dir="rtl"],[dir="rtl"]*){ --tw-exit-translate-x: calc(--value(integer)*var(--spacing)); --tw-exit-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*100%) ; --tw-exit-translate-x: calc(--value(ratio)*100%) ; --tw-exit-translate-x: --value(--translate-*,[percentage],[length]); }}@utility slide-out-to-end{&:dir(ltr){ --tw-exit-translate-x: 100%; }&:dir(rtl){ --tw-exit-translate-x: -100%; }}@utility slide-out-to-end-*{&:where(:dir(ltr),[dir="ltr"],[dir="ltr"]*){ --tw-exit-translate-x: calc(--value(integer)*var(--spacing)); --tw-exit-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*100%) ; --tw-exit-translate-x: calc(--value(ratio)*100%) ; --tw-exit-translate-x: --value(--translate-*,[percentage],[length]); }&:where(:dir(rtl),[dir="rtl"],[dir="rtl"]*){ --tw-exit-translate-x: calc(--value(integer)*var(--spacing)*-1); --tw-exit-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*-100%) ; --tw-exit-translate-x: calc(--value(ratio)*-100%) ; --tw-exit-translate-x: calc(--value(--translate-*,[percentage],[length])*-1) ; }}@custom-variant dark (&:is(.dark *));@theme inline{ --color-hub-bg: #F0EDE8; --color-hub-surface: #FFFFFF; --color-hub-surface-2: #EAE6E0; --color-hub-surface-3: #EAE8E3; --color-hub-border: #D4CFC8; --color-hub-border-light:#DDD8D0; --color-hub-text: #0A0908; --color-hub-text-2: #1A1816; --color-hub-text-muted: #6B6560; --color-hub-text-light: #9C9890; --color-hub-gold: #7A5F0E; --color-hub-gold-mid: #A07828; --color-hub-gold-light: #F5EDDA; --color-hub-gold-border: #C9A84C; --color-hub-accent: #8B6914; --color-eip-risk: #8B1A1A; --color-eip-risk-bg: #FDF2F2; --color-eip-risk-border: #E8B4B4; --color-eip-attention: #7A5200; --color-eip-attention-bg:#FBF5E8; --color-eip-attention-border: #D4A855; --color-eip-success: #1A5C34; --color-eip-success-bg: #F0F9F4; --color-eip-success-border: #A8D5BC; --color-background: #F0EDE8; --color-foreground: #0A0908; --color-card: #FFFFFF; --color-card-foreground: #0A0908; --color-popover: #FFFFFF; --color-popover-foreground: #0A0908; --color-primary: #0A0908; --color-primary-foreground: #FFFFFF; --color-secondary: #8B6914; --color-secondary-foreground: #0F0F0E; --color-muted: #F3F1ED; --color-muted-foreground: #6B6560; --color-accent: #8B6914; --color-accent-foreground: #0F0F0E; --color-destructive: #8B1A1A; --color-destructive-foreground: #FFFFFF; --color-border: #D4CFC8; --color-input: #D4CFC8; --color-ring: #B8962E; --color-sidebar-background: #FFFFFF; --color-sidebar-foreground: #1A1816; --color-sidebar-primary: #A8821E; --color-sidebar-primary-foreground:#0F0F0E; --color-sidebar-accent: rgba(168,130,30,.07); --color-sidebar-accent-foreground: #A8821E; --color-sidebar-border: #D8D3CC; --color-sidebar-ring: #B8962E; --radius: .125rem; --font-sans: "Inter", ui-sans-serif, system-ui, sans-serif; --font-serif: "Cormorant Garamond", Georgia, ui-serif, serif; }@layer base{*,*:before,*:after{border-color:#d8d3cc;box-sizing:border-box}html{font-feature-settings:"kern" 1,"liga" 1,"calt" 1,"ss01" 1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}body{background-color:#f2f0eb;font-family:Inter,ui-sans-serif,system-ui,sans-serif;font-size:14px;font-weight:400;line-height:1.6;letter-spacing:.005em;color:#0a0908;background:#f2f0eb}h1{font-family:Cormorant Garamond,Georgia,serif;font-size:clamp(1.75rem,3vw,2.5rem);font-weight:500;letter-spacing:-.03em;line-height:1.1;color:#0a0908}h2{font-family:Cormorant Garamond,Georgia,serif;font-size:clamp(1.25rem,2vw,1.75rem);font-weight:500;letter-spacing:-.02em;line-height:1.2;color:#0f0f0e}h3{font-family:Cormorant Garamond,Georgia,serif;font-size:1.125rem;font-weight:500;letter-spacing:-.01em;color:#0f0f0e}h4,h5,h6{font-family:Inter,sans-serif;font-weight:500;font-size:.6875rem;letter-spacing:.12em;text-transform:uppercase;color:#6b6560}p{line-height:1.6;color:#1a1816}}@layer utilities{.eip-surface{background:#fff;border:1px solid #E2DED8;border-radius:.125rem}.eip-surface-raised{background:#fff;border:1px solid #E2DED8;border-radius:.125rem;box-shadow:0 1px 4px #0000000a;transition:box-shadow .2s ease}.eip-surface-raised:hover{box-shadow:0 4px 16px #0000000f}.eip-kpi{padding:1.75rem 2rem;cursor:pointer;transition:all .2s ease;position:relative}.eip-kpi:hover{background:#fafaf8}.eip-kpi-value{font-family:Cormorant Garamond,Georgia,serif;font-size:clamp(2rem,3.5vw,2.75rem);font-weight:500;letter-spacing:-.04em;line-height:1;color:#0f0f0e}.eip-kpi-label{font-family:Inter,sans-serif;font-size:.5625rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:#9c9890;margin-top:.5rem}.eip-kpi-sub{font-size:.75rem;color:#9c9890;margin-top:.25rem;font-weight:300}.eip-kpi-risk .eip-kpi-value{color:#8b1a1a}.eip-kpi-attention .eip-kpi-value{color:#7a5200}.eip-kpi-success .eip-kpi-value{color:#1a5c34}.eip-divider{height:1px;background:#e2ded8;margin:2rem 0}.eip-divider-subtle{height:1px;background:#eae8e3;margin:1.25rem 0}.eip-accent-line{height:1px;background:linear-gradient(90deg,transparent 0%,rgba(184,150,46,.4) 30%,#C9A84C 50%,rgba(184,150,46,.4) 70%,transparent 100%)}.page-title{font-family:Cormorant Garamond,Georgia,serif;font-size:clamp(1.5rem,2.5vw,2rem);font-weight:500;color:#0f0f0e;letter-spacing:-.025em;line-height:1.15}.page-subtitle{font-size:.8125rem;color:#9c9890;margin-top:.375rem;font-weight:300;letter-spacing:.01em}.page-header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:2.5rem}.section-eyebrow{font-family:Inter,sans-serif;font-size:.5625rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:#a8821e;margin-bottom:1rem;display:block}.hub-badge{display:inline-flex;align-items:center;padding:.15rem .5rem;border-radius:.125rem;font-size:.625rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;font-family:Inter,sans-serif;white-space:nowrap}.hub-badge-gold{background:#f5edda;color:#9a7a1c;border:1px solid rgba(184,150,46,.3)}.hub-badge-success{background:#f0f9f4;color:#1a5c34;border:1px solid rgba(168,213,188,.5)}.hub-badge-warning{background:#fbf5e8;color:#7a5200;border:1px solid rgba(212,168,85,.4)}.hub-badge-danger{background:#fdf2f2;color:#8b1a1a;border:1px solid rgba(232,180,180,.5)}.hub-badge-info{background:#f0f4fa;color:#1a3a6a;border:1px solid rgba(168,196,224,.4)}.hub-badge-neutral{background:#f3f1ed;color:#6b6560;border:1px solid #E2DED8}.badge-csm-admin{display:inline-flex;align-items:center;padding:.15rem .5rem;border-radius:.125rem;font-size:.625rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap;background:#0f0f0e;color:#fff;border:1px solid #0F0F0E}.badge-csm-manager{display:inline-flex;align-items:center;padding:.15rem .5rem;border-radius:.125rem;font-size:.625rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap;background:#f5edda;color:#9a7a1c;border:1px solid rgba(184,150,46,.3)}.badge-gestor-tatico{display:inline-flex;align-items:center;padding:.15rem .5rem;border-radius:.125rem;font-size:.625rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap;background:#f3f1ed;color:#6b6560;border:1px solid #E2DED8}.badge-c-level{display:inline-flex;align-items:center;padding:.15rem .5rem;border-radius:.125rem;font-size:.625rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap;background:#0f0f0e;color:#c9a84c;border:1px solid rgba(201,168,76,.3)}.badge-ativo{display:inline-flex;align-items:center;padding:.15rem .5rem;border-radius:.125rem;font-size:.625rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap;background:#f0f9f4;color:#1a5c34;border:1px solid rgba(168,213,188,.5)}.badge-inativo{display:inline-flex;align-items:center;padding:.15rem .5rem;border-radius:.125rem;font-size:.625rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap;background:#f3f1ed;color:#6b6560;border:1px solid #E2DED8}.badge-pendente{display:inline-flex;align-items:center;padding:.15rem .5rem;border-radius:.125rem;font-size:.625rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap;background:#fbf5e8;color:#7a5200;border:1px solid rgba(212,168,85,.4)}.badge-critico{display:inline-flex;align-items:center;padding:.15rem .5rem;border-radius:.125rem;font-size:.625rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap;background:#fdf2f2;color:#8b1a1a;border:1px solid rgba(232,180,180,.5)}.badge-arquivado{display:inline-flex;align-items:center;padding:.15rem .5rem;border-radius:.125rem;font-size:.625rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap;background:#f3f1ed;color:#6b6560;border:1px solid #E2DED8}.badge-melhoria{display:inline-flex;align-items:center;padding:.15rem .5rem;border-radius:.125rem;font-size:.625rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap;background:#f0f4fa;color:#1a3a6a;border:1px solid rgba(168,196,224,.4)}.badge-bug{display:inline-flex;align-items:center;padding:.15rem .5rem;border-radius:.125rem;font-size:.625rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap;background:#fdf2f2;color:#8b1a1a;border:1px solid rgba(232,180,180,.5)}.badge-reclamacao{display:inline-flex;align-items:center;padding:.15rem .5rem;border-radius:.125rem;font-size:.625rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap;background:#fbf5e8;color:#7a5200;border:1px solid rgba(212,168,85,.4)}.badge-ciclo{display:inline-flex;align-items:center;padding:.15rem .5rem;border-radius:.125rem;font-size:.625rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap;background:#f0f9f4;color:#1a5c34;border:1px solid rgba(168,213,188,.5)}.hub-card{background:#fff;border:1px solid #E2DED8;border-radius:.125rem;transition:box-shadow .2s ease}.hub-card:hover{box-shadow:0 4px 20px #0000000d}.hub-kpi-card{background:#fff;border:1px solid #E2DED8;border-radius:.125rem;padding:1.75rem 2rem;position:relative;overflow:hidden;transition:all .2s ease;cursor:pointer}.hub-kpi-card:hover{box-shadow:0 4px 20px #0000000d;border-color:#c9a84c4d}.hub-kpi-value{font-family:Cormorant Garamond,Georgia,serif;font-size:clamp(2rem,3.5vw,2.75rem);font-weight:500;letter-spacing:-.04em;line-height:1;color:#0f0f0e}.hub-kpi-label{color:#9c9890;font-size:.5625rem;text-transform:uppercase;letter-spacing:.18em;font-weight:600;margin-top:.5rem;font-family:Inter,sans-serif}.hub-kpi-sub{font-size:.75rem;color:#9c9890;margin-top:.25rem;font-weight:300}.dado-nao-disponivel{font-style:italic;font-size:.75rem;color:#9c9890;letter-spacing:.01em;font-family:Inter,sans-serif}.field-input{width:100%;padding:.625rem .875rem;font-size:.875rem;font-weight:300;border:1px solid #E2DED8;border-radius:.125rem;background:#fff;color:#0f0f0e;transition:border-color .15s ease,box-shadow .15s ease;outline:none;font-family:Inter,sans-serif;letter-spacing:.005em}.field-input:focus{border-color:#b8962e;box-shadow:0 0 0 3px #b8962e14}.field-input::placeholder{color:#b8b4ae}.field-label{display:block;font-size:.625rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#9c9890;margin-bottom:.5rem;font-family:Inter,sans-serif}.btn-primary{display:inline-flex;align-items:center;justify-content:center;gap:.375rem;padding:.625rem 1.5rem;font-size:.6875rem;font-weight:500;color:#fff;background:#0f0f0e;border:1px solid #0F0F0E;border-radius:.125rem;cursor:pointer;transition:all .15s ease;letter-spacing:.1em;text-transform:uppercase;font-family:Inter,sans-serif;white-space:nowrap}.btn-primary:hover{background:#2a2a28;border-color:#2a2a28}.btn-primary:active{transform:scale(.97)}.btn-primary:disabled{opacity:.4;cursor:not-allowed}.btn-gold{display:inline-flex;align-items:center;justify-content:center;gap:.375rem;padding:.625rem 1.5rem;font-size:.6875rem;font-weight:500;color:#fff;background:#9a7a1c;border:1px solid #9A7A1C;border-radius:.125rem;cursor:pointer;transition:all .15s ease;letter-spacing:.1em;text-transform:uppercase;font-family:Inter,sans-serif;white-space:nowrap}.btn-gold:hover{background:#7a6016;border-color:#7a6016}.btn-gold:active{transform:scale(.97)}.btn-secondary{display:inline-flex;align-items:center;justify-content:center;gap:.375rem;padding:.625rem 1.25rem;font-size:.6875rem;font-weight:400;color:#2c2a27;background:transparent;border:1px solid #E2DED8;border-radius:.125rem;cursor:pointer;transition:all .15s ease;letter-spacing:.06em;font-family:Inter,sans-serif}.btn-secondary:hover{background:#f3f1ed;border-color:#b8962e66}.btn-secondary:active{transform:scale(.97)}.csm-drawer-overlay{position:fixed;inset:0;z-index:50;background:#0f0f0e59;backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px)}.csm-drawer-panel{position:fixed;top:0;right:0;bottom:0;height:100vh;border-radius:0;overflow-y:auto;display:flex;flex-direction:column;background:#fff;box-shadow:-12px 0 48px #00000014;animation:csmDrawerIn .22s cubic-bezier(.23,1,.32,1) both;z-index:51}@keyframes csmDrawerIn{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}.drawer-header{padding:1.75rem 2rem 1.25rem;border-bottom:1px solid #E2DED8;background:#fff;flex-shrink:0;display:flex;align-items:flex-start;justify-content:space-between}.drawer-header-title{font-family:Cormorant Garamond,Georgia,serif;font-size:1.25rem;font-weight:500;color:#0f0f0e;line-height:1.2;letter-spacing:-.015em}.drawer-header-subtitle{font-size:.75rem;color:#9c9890;margin-top:.25rem;font-weight:300;letter-spacing:.005em}.drawer-close-btn{width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;border-radius:.125rem;color:#9c9890;transition:all .15s ease;flex-shrink:0;cursor:pointer;background:transparent;border:none}.drawer-close-btn:hover{background:#f3f1ed;color:#0f0f0e}.drawer-body{flex:1;overflow-y:auto;padding:2rem}.drawer-footer{padding:1.25rem 2rem;border-top:1px solid #E2DED8;background:#f8f7f5;flex-shrink:0;display:flex;gap:.75rem}.form-section{margin-bottom:2rem}.form-section-title{font-size:.5625rem;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:#a8821e;margin-bottom:1.25rem;padding-bottom:.625rem;border-bottom:1px solid #EAE8E3;display:flex;align-items:center;gap:.375rem;font-family:Inter,sans-serif}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center}.empty-state-icon{width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;background:#f3f1ed;border-radius:50%;margin-bottom:1.5rem;color:#9c9890}.empty-state-title{font-family:Cormorant Garamond,Georgia,serif;font-size:1.125rem;font-weight:500;color:#2c2a27;margin-bottom:.5rem;letter-spacing:-.01em}.empty-state-body{font-size:.8125rem;color:#9c9890;max-width:28rem;line-height:1.6;font-weight:300}.avatar{display:flex;align-items:center;justify-content:center;border-radius:50%;font-weight:500;flex-shrink:0;font-family:Inter,sans-serif}.avatar-sm{width:2rem;height:2rem;font-size:.625rem}.avatar-md{width:2.5rem;height:2.5rem;font-size:.75rem}.avatar-lg{width:3rem;height:3rem;font-size:.875rem}.avatar-xl{width:3.5rem;height:3.5rem;font-size:1rem}.avatar-dark{background:#0f0f0e;color:#fff}.avatar-gold{background:#a8821e1f;color:#9a7a1c;border:1px solid rgba(184,150,46,.3)}.avatar-light{background:#f3f1ed;color:#2c2a27}.csm-logo-box{display:flex;align-items:center;justify-content:center;background:#0f0f0e;border:1px solid rgba(201,168,76,.3);font-family:Cormorant Garamond,Georgia,serif;font-weight:600;letter-spacing:.05em;color:#c9a84c;border-radius:2px;flex-shrink:0}.trend-up{color:#1a5c34}.trend-down{color:#8b1a1a}.trend-flat{color:#6b6560}.alert-warning{display:flex;align-items:flex-start;gap:.875rem;padding:1rem 1.25rem;background:#fbf5e8;border:1px solid rgba(212,168,85,.3);border-radius:.125rem;border-left:2px solid #B8962E}.alert-info{display:flex;align-items:flex-start;gap:.875rem;padding:1rem 1.25rem;background:#f0f4fa;border:1px solid rgba(168,196,224,.3);border-radius:.125rem;border-left:2px solid #1A3A6A}.alert-danger{display:flex;align-items:flex-start;gap:.875rem;padding:1rem 1.25rem;background:#fdf2f2;border:1px solid rgba(232,180,180,.3);border-radius:.125rem;border-left:2px solid #8B1A1A}.progress-bar{width:100%;height:2px;background:#eae8e3;border-radius:0;overflow:hidden}.progress-bar-fill{height:100%;transition:width .5s cubic-bezier(.23,1,.32,1)}.progress-gold{background:#b8962e}.progress-dark{background:#0f0f0e}.progress-green{background:#1a5c34}.progress-risk{background:#8b1a1a}.hub-skeleton{background:linear-gradient(90deg,#f3f1ed 25%,#eae8e3,#f3f1ed 75%);background-size:200% 100%;animation:hub-shimmer 2s ease-in-out infinite;border-radius:.125rem}@keyframes hub-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.kpi-number{font-family:Cormorant Garamond,Georgia,serif;font-size:clamp(2rem,3.5vw,2.75rem);font-weight:500;letter-spacing:-.04em;line-height:1;color:#0f0f0e}.label-caps{font-family:Inter,sans-serif;font-size:.5625rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:#9c9890}.heading-2{font-family:Cormorant Garamond,Georgia,serif;font-size:1.25rem;font-weight:500;letter-spacing:-.015em;color:#0f0f0e}.body-sm{font-size:.8125rem;line-height:1.6;color:#6b6560;font-weight:300}.gold-rule{height:1px;background:linear-gradient(90deg,transparent 0%,rgba(184,150,46,.4) 30%,#C9A84C 50%,rgba(184,150,46,.4) 70%,transparent 100%);margin:1.5rem 0}}@layer utilities{.animate-fade-in{animation:eipFadeIn .3s cubic-bezier(.23,1,.32,1) forwards}.animate-slide-up{animation:eipSlideUp .3s cubic-bezier(.23,1,.32,1) forwards}.animate-slide-in-right{animation:eipSlideInRight .25s cubic-bezier(.23,1,.32,1) forwards}@keyframes eipFadeIn{0%{opacity:0}to{opacity:1}}@keyframes eipSlideUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes eipSlideInRight{0%{opacity:0;transform:translate(12px)}to{opacity:1;transform:translate(0)}}.stagger-1{animation-delay:.05s}.stagger-2{animation-delay:.1s}.stagger-3{animation-delay:.15s}.stagger-4{animation-delay:.2s}.stagger-5{animation-delay:.25s}}.container{margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem;max-width:1440px}@media (min-width: 640px){.container{padding-left:1.5rem;padding-right:1.5rem}}@media (min-width: 1024px){.container{padding-left:2rem;padding-right:2rem}}.flex{min-width:0;min-height:0}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#e2ded8;border-radius:99px}::-webkit-scrollbar-thumb:hover{background:#b8962e}::selection{background:#b8962e26;color:#0f0f0e}:focus-visible{outline:2px solid #B8962E;outline-offset:3px;border-radius:1px}.markdown-content h1{font-family:Cormorant Garamond,Georgia,serif;font-size:1.5rem;font-weight:500;color:#0f0f0e;margin:2rem 0 1rem;line-height:1.15;letter-spacing:-.02em}.markdown-content h2{font-family:Cormorant Garamond,Georgia,serif;font-size:1.25rem;font-weight:500;color:#0f0f0e;margin:1.75rem 0 .875rem;line-height:1.2;letter-spacing:-.015em}.markdown-content h3{font-family:Cormorant Garamond,Georgia,serif;font-size:1.0625rem;font-weight:500;color:#0f0f0e;margin:1.5rem 0 .75rem}.markdown-content p{margin:0 0 1rem;line-height:1.7;color:#2c2a27}.markdown-content strong{font-weight:600;color:#0f0f0e}.markdown-content em{font-style:italic}.markdown-content ul,.markdown-content ol{margin:.75rem 0 1rem 1.5rem}.markdown-content li{margin-bottom:.375rem;line-height:1.65}.markdown-content blockquote{border-left:2px solid #B8962E;padding:.75rem 1.25rem;margin:1rem 0;background:#fbf5e8;color:#6b6560;font-style:italic}.markdown-content code{background:#f3f1ed;padding:.125rem .375rem;border-radius:2px;font-family:Courier New,monospace;font-size:.875em;color:#0f0f0e}.markdown-content pre{background:#0f0f0e;color:#f8f7f5;padding:1.25rem;border-radius:2px;overflow-x:auto;margin:1rem 0}.markdown-content pre code{background:none;color:inherit;padding:0}.markdown-content hr{border:none;border-top:1px solid #E2DED8;margin:1.5rem 0}.markdown-content a{color:#a8821e;text-decoration:none;border-bottom:1px solid rgba(168,130,30,.3);transition:border-color .15s}.markdown-content a:hover{border-color:#a8821e}.markdown-content table{width:100%;border-collapse:collapse;margin:1rem 0}.markdown-content th{background:#f8f7f5;padding:.625rem .875rem;text-align:left;font-size:.625rem;font-weight:600;color:#9c9890;border-bottom:1px solid #E2DED8;letter-spacing:.1em;text-transform:uppercase}.markdown-content td{padding:.625rem .875rem;border-bottom:1px solid #EAE8E3;font-size:.875rem;color:#2c2a27}@media (max-width: 768px){main.flex-1.overflow-y-auto{padding:1.25rem 1rem!important}.overflow-x-auto,[style*="overflow-x: auto"]{-webkit-overflow-scrolling:touch}.kanban-scroll{overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:thin}.flex.items-center.justify-between{flex-wrap:wrap;gap:.75rem}button{min-height:40px}input,select,textarea{font-size:16px!important}.login-main{padding:1.5rem 1.25rem!important}}@media (max-width: 640px){.grid.grid-cols-2:not(.sm\:grid-cols-2):not(.lg\:grid-cols-2){grid-template-columns:1fr!important}.col-span-2{grid-column:span 1 / span 1}[style*="overflowX: auto"],[style*="overflow-x: auto"],.overflow-x-auto{-webkit-overflow-scrolling:touch;scrollbar-width:none}[style*="overflowX: auto"]::-webkit-scrollbar,.overflow-x-auto::-webkit-scrollbar{display:none}.whitespace-nowrap{white-space:nowrap!important}.page-header{flex-direction:column!important;align-items:flex-start!important}table{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width: 480px){form .grid.grid-cols-2{grid-template-columns:1fr!important}.badge{white-space:nowrap;flex-shrink:0}.login-main>div:last-child{max-width:100%!important}}@layer utilities{.page-container{max-width:1100px;margin:0 auto;padding:0 0 4rem;display:flex;flex-direction:column;gap:1.5rem}.sovereign-section{padding:1.5rem 0}.data-block{background:#fff;padding:1.5rem}.data-row{display:flex;align-items:center;gap:1rem;padding:.875rem 1.25rem;border-bottom:1px solid #F0EDE8}.data-row:last-child{border-bottom:none}.type-primary{font-family:Cormorant Garamond,Georgia,serif;font-size:1.5rem;font-weight:400;color:#0a0908;letter-spacing:-.03em;line-height:1.1}.type-secondary{font-size:.875rem;font-weight:400;color:#1a1816;line-height:1.5}.type-tertiary{font-size:.625rem;font-weight:400;color:#7a7570;letter-spacing:.02em;line-height:1.4}.eyebrow{font-size:.45rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:#9c9890}.status-dot{width:6px;height:6px;border-radius:50%;flex-shrink:0}.status-dot-ok{background:#1a5c34}.status-dot-attn{background:#7a5200}.status-dot-risk{background:#8b1a1a}.status-dot-neutral{background:#9c9890}}
