@charset "UTF-8";*{box-sizing:border-box}html{font-size:17px;font-family:Ubuntu,Segoe UI,-apple-system,BlinkMacSystemFont,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{height:100%;margin:0;padding:0;font-family:var(--font-family);font-size:var(--font-size-body-medium);line-height:var(--line-height-body-medium);font-weight:400;color:var(--text-primary)}#root{height:100%}:root{--font-family: "Ubuntu", "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Oxygen", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;--font-size-body-medium: 17px;--line-height-body-medium: 22px;--font-size-title-large: 24px;--line-height-title-large: 28px;--font-size-button-medium: 20px;--line-height-button-medium: 23px;--font-size-headline-medium: 35px;--line-height-headline-medium: 40px;--brand-dark: #0070AD;--brand-primary: #12abdb;--brand-accent: #2bd9fe;--neutral-light: #fdfaf9;--neutral-500: #a8a8a8;--bg-primary: #fdfaf9;--bg-secondary: #f3f6fb;--bg-tertiary: #ffffff;--bg-elevated: #ffffff;--text-primary: #0f172a;--text-secondary: #334155;--text-muted: #64748b;--border-primary: #e2e8f0;--border-secondary: rgba(0, 30, 80, .08);--shadow-color: rgba(0, 30, 80, .08);--input-bg: #ffffff;--card-bg: #ffffff;--overlay-bg: rgba(0, 0, 0, .5)}[data-theme=dark]{--bg-primary: #0a1628;--bg-secondary: #0f1d32;--bg-tertiary: #162236;--bg-elevated: #1a2942;--text-primary: #f1f5f9;--text-secondary: #cbd5e1;--text-muted: #94a3b8;--border-primary: #1e3a5f;--border-secondary: rgba(255, 255, 255, .08);--shadow-color: rgba(0, 0, 0, .4);--input-bg: #0f1d32;--card-bg: #162236;--overlay-bg: rgba(0, 0, 0, .7);--neutral-light: #f1f5f9}@media(prefers-color-scheme:dark){:root:not([data-theme=light]){--bg-primary: #0a1628;--bg-secondary: #0f1d32;--bg-tertiary: #162236;--bg-elevated: #1a2942;--text-primary: #f1f5f9;--text-secondary: #cbd5e1;--text-muted: #94a3b8;--border-primary: #1e3a5f;--border-secondary: rgba(255, 255, 255, .08);--shadow-color: rgba(0, 0, 0, .4);--input-bg: #0f1d32;--card-bg: #162236;--overlay-bg: rgba(0, 0, 0, .7);--neutral-light: #f1f5f9}}html,body,#root{height:100%;background:var(--bg-primary);transition:background-color .3s ease}button,input,select,textarea,label,p,span,li,a,th,td,small,strong{font-family:var(--font-family)}h1,h2,h3,h4,h5,h6{font-family:var(--font-family);margin-top:0}h1{font-size:var(--font-size-headline-medium);line-height:var(--line-height-headline-medium);font-weight:400}h2{font-size:var(--font-size-title-large);line-height:var(--line-height-title-large);font-weight:700}h3,h4,h5,h6{font-size:var(--font-size-body-medium);line-height:var(--line-height-body-medium);font-weight:700}html{color-scheme:light}[data-theme=dark] html,html[data-theme=dark]{color-scheme:dark}[data-theme=dark] .ms-TextField-field,[data-theme=dark] .ms-TextField-fieldGroup{background:#0f1d32!important;border-color:#1e3a5f!important;color:#f1f5f9!important}[data-theme=dark] .ms-TextField-field::placeholder{color:#64748b!important}[data-theme=dark] .ms-TextField-field:hover,[data-theme=dark] .ms-TextField-fieldGroup:hover{border-color:#43def04d!important}[data-theme=dark] .ms-TextField-field:focus,[data-theme=dark] .ms-TextField-fieldGroup:focus-within{border-color:#43def0!important}[data-theme=dark] .ms-Label{color:#f1f5f9!important}[data-theme=dark] .ms-TextField-description{color:#94a3b8!important}[data-theme=dark] .ms-Dropdown-title,[data-theme=dark] .ms-Dropdown-caretDownWrapper{background:#0f1d32!important;border-color:#1e3a5f!important;color:#f1f5f9!important}[data-theme=dark] .ms-Dropdown-title:hover{border-color:#43def04d!important}[data-theme=dark] .ms-Dropdown-callout,[data-theme=dark] .ms-Dropdown-items{background:#162236!important;border-color:#1e3a5f!important}[data-theme=dark] .ms-Dropdown-item{background:transparent!important;color:#f1f5f9!important}[data-theme=dark] .ms-Dropdown-item:hover,[data-theme=dark] .ms-Dropdown-item.is-selected{background:#1a2942!important;color:#f1f5f9!important}[data-theme=dark] .ms-Dropdown-optionText{color:#f1f5f9!important}[data-theme=dark] .ms-MessageBar{background:#162236!important;border-color:#1e3a5f!important}[data-theme=dark] .ms-MessageBar-text{color:#f1f5f9!important}[data-theme=dark] .ms-MessageBar--info{background:#43def01f!important;border-color:#43def04d!important}[data-theme=dark] .ms-MessageBar--warning{background:#ffc1071f!important;border-color:#ffc1074d!important}[data-theme=dark] .ms-MessageBar--error{background:#dc26261f!important;border-color:#dc26264d!important}[data-theme=dark] .ms-MessageBar--success{background:#22c55e1f!important;border-color:#22c55e4d!important}[data-theme=dark] .ms-MessageBar-icon{color:#43def0!important}[data-theme=dark] .ms-Button--default{background:#162236!important;border-color:#1e3a5f!important;color:#f1f5f9!important}[data-theme=dark] .ms-Button--default:hover{background:#1a2942!important;border-color:#43def04d!important}[data-theme=dark] .ms-Button--primary{background:#43def038!important;border-color:#43def0!important;color:#fff!important}[data-theme=dark] .ms-Button--primary:hover{background:#43def052!important;border-color:#43def0!important}[data-theme=dark] .ms-Separator{background:#1e3a5f!important}[data-theme=dark] .ms-Separator:before{background:#1e3a5f!important}[data-theme=dark] .ms-Spinner-label,[data-theme=dark] .ms-Text{color:#f1f5f9!important}[data-theme=dark] .ms-Callout-main,[data-theme=dark] .ms-Panel-main,[data-theme=dark] .ms-Dialog-main{background:#0f1d32!important;border-color:#1e3a5f!important}[data-theme=dark] .ms-Panel-header,[data-theme=dark] .ms-Dialog-header{background:#0f1d32!important}[data-theme=dark] .ms-Panel-headerText,[data-theme=dark] .ms-Dialog-title{color:#f1f5f9!important}[data-theme=dark] .ms-Panel-content,[data-theme=dark] .ms-Panel-scrollableContent,[data-theme=dark] .ms-Panel-contentInner{background:#0f1d32!important}[data-theme=dark] .ms-Panel-footer{background:#0f1d32!important;border-top-color:#1e3a5f!important}[data-theme=dark] .ms-Panel-closeButton{color:#f1f5f9!important}[data-theme=dark] .ms-Panel-closeButton:hover{background:#1e3a5f!important}[data-theme=dark] .ms-Checkbox-text{color:#f1f5f9!important}[data-theme=dark] .ms-Checkbox-checkbox{background:#0f1d32!important;border-color:#1e3a5f!important}[data-theme=dark] .ms-Toggle-label{color:#f1f5f9!important}[data-theme=dark] .ms-Stack>strong{color:#f1f5f9!important}.headerLogo{height:2rem;width:auto}[data-theme=dark] .headerLogo,:root:not([data-theme=light]) .headerLogo{filter:brightness(0) invert(1)!important}[data-theme=dark] .headerLogo--muted{filter:brightness(0) invert(1) opacity(.85)!important}[data-theme=dark] .headerLogo--grayish{filter:grayscale(1) brightness(0) invert(1) opacity(.9)!important}.headerLogo,.headerLogo img,img.headerLogo{filter:none!important}[data-theme=dark] .headerLogo,[data-theme=dark] .headerLogo img,[data-theme=dark] img.headerLogo{filter:brightness(0) invert(1)!important}@media(prefers-color-scheme:dark){:root:not([data-theme=light]) .headerLogo,:root:not([data-theme=light]) .headerLogo img,:root:not([data-theme=light]) img.headerLogo{filter:brightness(0) invert(1)!important}}[data-theme=dark] .headerLogo--muted,[data-theme=dark] .headerLogo--muted img,[data-theme=dark] img.headerLogo.headerLogo--muted{filter:brightness(0) invert(1) opacity(.85)!important}:global(img[alt*=logo i]),:global(img[src*=logo]){filter:none!important}:global([data-theme=dark] img[alt*=logo i]),:global([data-theme=dark] img[src*=logo]){filter:brightness(0) invert(1)!important}@media(prefers-color-scheme:dark){:global(:root:not([data-theme=light]) img[alt*=logo i]),:global(:root:not([data-theme=light]) img[src*=logo]){filter:brightness(0) invert(1)!important}}:global([data-theme=dark] img[alt*=logo i].muted),:global([data-theme=dark] img[src*=logo].muted){filter:brightness(0) invert(1) opacity(.85)!important}._assistantPanel_1mmv8_3{position:relative;display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-start;width:clamp(360px,32vw,512px);margin-left:clamp(24px,1.5vw,24px);margin-top:auto;margin-bottom:clamp(24px,2.8vw,45px);flex-shrink:0;background:#43def012;border:1px solid rgba(67,222,240,.22);box-shadow:inset 0 0 38px #43def026;backdrop-filter:blur(16px);border-radius:clamp(24px,2.25vw,36px);overflow:visible;z-index:6;padding:clamp(24px,2.5vw,40px) clamp(16px,1.5vw,24px) clamp(36px,3.5vw,56px);gap:clamp(8px,.625vw,10px);height:clamp(560px,57.5625vw,876px);max-height:calc(100vh - 140px);box-sizing:border-box}._assistantHeader_1mmv8_28{display:flex;flex-direction:column;align-items:center;gap:clamp(8px,.75vw,12px);flex-shrink:0;width:100%}._assistantTitle_1mmv8_37{font-family:Ubuntu,sans-serif;font-weight:700;font-size:clamp(16px,1.25vw,20px);line-height:clamp(18px,1.4375vw,23px);color:#fff;margin:0;text-align:center}._assistantMeta_1mmv8_47{flex-shrink:0;width:100%;display:flex;justify-content:center;padding:0 clamp(16px,1.5vw,24px)}._disclaimer_1mmv8_55{font-family:Ubuntu,sans-serif;font-size:clamp(12px,.875vw,14px);line-height:clamp(16px,1.25vw,20px);color:#fff9;margin:0;text-align:center;max-width:100%}._assistantBody_1mmv8_66{flex:1;overflow-y:auto;display:flex;flex-direction:column;justify-content:flex-end;gap:clamp(12px,1vw,16px);width:100%;padding:0;position:relative}._assistantBody_1mmv8_66::-webkit-scrollbar{width:4px}._assistantBody_1mmv8_66::-webkit-scrollbar-thumb{border-radius:4px;background:#43def04d}._msgRow_1mmv8_88{display:flex;width:100%}._msgAssistant_1mmv8_93{justify-content:flex-start;padding-right:clamp(32px,3vw,48px)}._msgUser_1mmv8_98{justify-content:flex-end;padding-left:clamp(32px,3vw,48px)}._msgBubble_1mmv8_104{position:relative;max-width:100%;border-radius:clamp(12px,1vw,16px);font-family:Ubuntu,sans-serif;font-weight:400;font-size:clamp(12px,.875vw,14px);line-height:clamp(16px,1.25vw,20px);color:#fffc}._bubbleAssistant_1mmv8_115{background:#ffffff14;padding:clamp(8px,.75vw,12px) clamp(12px,1vw,16px)}._bubbleUser_1mmv8_120{background:#43def038;padding:clamp(8px,.75vw,12px) clamp(12px,1vw,16px)}._msgContent_1mmv8_125{word-break:break-word;display:block}._msgContent_1mmv8_125 p{margin:0}._msgContent_1mmv8_125 p+p{margin-top:clamp(4px,.5vh,8px)}._chatError_1mmv8_138{color:#ff6b6b;font-size:clamp(10px,.75vw,12px);padding:0 clamp(12px,1.25vw,20px)}._chatInputArea_1mmv8_145{display:flex;align-items:flex-end;gap:8px;width:100%;padding-top:clamp(8px,.75vw,12px);flex-shrink:0}._chatInput_1mmv8_145{flex:1;background:#ffffff14;border:1px solid rgba(67,222,240,.25);border-radius:12px;padding:8px 12px;font-family:Ubuntu,sans-serif;font-size:clamp(12px,.875vw,14px);line-height:clamp(16px,1.25vw,20px);color:#ffffffe6;resize:none;outline:none;min-height:36px;max-height:80px}._chatInput_1mmv8_145::placeholder{color:#fff6}._chatInput_1mmv8_145:focus{border-color:#43def080}._chatSendBtn_1mmv8_178{flex-shrink:0;width:36px;height:36px;border-radius:10px;border:none;background:#43def0;color:#051624;display:flex;align-items:center;justify-content:center;cursor:pointer}._chatSendBtn_1mmv8_178:disabled{opacity:.4;cursor:default}._voiceRecordArea_1mmv8_200{position:fixed;left:clamp(320px,27.4vw,438px);bottom:0;z-index:101;box-sizing:border-box;width:clamp(124px,12.39vw,198.17px);height:clamp(106px,10.63vw,170px);padding:clamp(15px,1.51vw,24.17px);border-radius:clamp(109px,10.88vw,174px) clamp(109px,10.88vw,174px) 0 0;overflow:hidden;background:#43def008;box-shadow:0 0 29px #43def008;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;cursor:pointer}._voiceLvl2_1mmv8_221{width:clamp(94px,9.36vw,149.83px);height:clamp(133px,13.29vw,212.67px);min-height:clamp(133px,13.29vw,212.67px);flex-shrink:0;background:#43def00a;backdrop-filter:blur(1px);border-radius:clamp(151px,15.1vw,241.67px);display:flex;justify-content:center;align-items:center;padding:clamp(15px,1.51vw,24.17px)}._voiceLvl3_1mmv8_236{width:clamp(63px,6.34vw,101.5px);height:clamp(103px,10.27vw,164.33px);min-height:clamp(103px,10.27vw,164.33px);flex-shrink:0;background:#43def012;box-shadow:inset 0 0 14.5px #d9f8fc6b;backdrop-filter:blur(4.83px);border-radius:clamp(151px,15.1vw,241.67px);display:flex;justify-content:center;align-items:center;padding:clamp(15px,1.51vw,24.17px) clamp(15px,1.51vw,24.17px) clamp(54px,5.44vw,87px)}._voiceBtn_1mmv8_252{width:clamp(33px,3.32vw,53.17px);height:clamp(33px,3.32vw,53.17px);flex-shrink:0;background:#43def0;border-radius:clamp(24px,2.42vw,38.67px);display:flex;justify-content:center;align-items:center}._voiceActive_1mmv8_263 ._voiceBtn_1mmv8_252{background:#ff5050;animation:_voicePulse_1mmv8_1 1.2s ease-in-out infinite}@keyframes _voicePulse_1mmv8_1{0%,to{box-shadow:0 0 #43def04d}50%{box-shadow:0 0 0 12px #43def014}}@media(min-width:1921px){._assistantPanel_1mmv8_3{width:min(32vw,620px)}}@media(max-width:1600px){._assistantPanel_1mmv8_3{width:clamp(340px,28vw,440px);padding:clamp(16px,1.5vw,24px) clamp(12px,1vw,18px) clamp(28px,2.5vw,40px);margin-left:clamp(16px,2vw,32px)}._voiceRecordArea_1mmv8_200{left:clamp(280px,24vw,380px)}}@media(max-width:1200px){._assistantPanel_1mmv8_3{width:90vw;height:220px;margin:1vh auto;margin-left:auto;margin-bottom:0;border-radius:16px;flex-direction:row;align-self:center;overflow:hidden}._assistantHeader_1mmv8_28,._assistantMeta_1mmv8_47,._voiceRecordArea_1mmv8_200{display:none}._assistantBody_1mmv8_66{justify-content:flex-start;flex-direction:row;flex-wrap:nowrap;overflow-x:auto;gap:8px}}._landingRoot_s6b9n_2{position:relative;width:100vw;height:100vh;min-height:100vh;overflow:hidden;background:#051624;font-family:Ubuntu,sans-serif}._planetsBgWrapper_s6b9n_12{position:absolute;inset:0;width:100%;height:100%;z-index:0;pointer-events:none;opacity:.8;mix-blend-mode:screen}._planetsBg_s6b9n_12{width:100%;height:100%;object-fit:cover}._header_s6b9n_29{position:absolute;top:0;left:0;right:0;display:flex;justify-content:space-between;align-items:center;padding:2.22vh 3.75vw;height:8.89vh;z-index:10}._logoLeft_s6b9n_42{width:11.25vw;height:auto;max-height:4.17vh;object-fit:contain;filter:brightness(0) invert(1)}._logoRightSection_s6b9n_50{display:flex;align-items:center;gap:2.5vw}._logoCapgemini_s6b9n_56{width:2.734vw;height:auto;max-height:4.44vh;object-fit:contain}._heroText_s6b9n_63{position:absolute;left:2.75vw;top:19.44vh;z-index:5;max-width:45vw;display:flex;gap:50px;flex-direction:column}._title_s6b9n_74{font-weight:100;font-size:1.333vw;margin:0;opacity:.6;color:#fff;font-family:NDot45InspiredByNothing,sans-serif}._subtitle_s6b9n_83{font-weight:400;font-size:2.596vw;margin:0;color:#fff}._tagline_s6b9n_90{font-weight:400;font-size:1.399vw;color:#fff;margin:0;opacity:.8}._startersArea_s6b9n_98{position:absolute;left:2.75vw;top:46.3vh;z-index:5}._launchBtn_s6b9n_105{box-sizing:border-box;display:flex;justify-content:center;align-items:center;padding:1.85vh 1.458vw;gap:.625vw;min-width:8.333vw;height:6.667vh;background:#43def0;box-shadow:0 0 1.25vw #43def0;border-radius:5000px;border:none;cursor:pointer;transition:background .2s ease,transform .15s ease}._launchBtn_s6b9n_105:hover{background:#5ae4f3;transform:translateY(-2px)}._launchLabel_s6b9n_127{font-weight:500;font-size:1.25vw;line-height:1.33;letter-spacing:-.01em;color:#051624;white-space:nowrap}._spaceshipArea_s6b9n_136{position:absolute;left:0;top:0;width:100%;height:100%;z-index:2;pointer-events:none}._spaceshipImg_s6b9n_146{position:absolute;width:22.275vw;height:auto;left:40.625vw;top:8vh;transform:rotate(20deg) translate(200px,30px);transform-origin:center center;pointer-events:none;opacity:.6}._kpiLabel_s6b9n_264{font-weight:700;font-size:16px;text-transform:uppercase;color:#fff;opacity:.6}._personaDesc_s6b9n_285{font-weight:200;font-size:.729vw;line-height:1.29;color:#fff9;opacity:.6}._linesSvg_s6b9n_158{position:absolute;width:100%;height:100%;top:0;left:0;z-index:4;pointer-events:none}._personaCard1_s6b9n_168,._personaCard2_s6b9n_168,._personaCard3_s6b9n_168{position:absolute;z-index:5;pointer-events:auto;box-sizing:border-box;width:22.083vw;padding:1.25vw;background:#25333f4d;box-shadow:-27px 66px #25333f03,-15px 37px #25333f08,-7px 17px #25333f0a,-2px 4px #25333f0d,inset 0 -2px #71a5d340,inset 0 2px #71a5d340;backdrop-filter:blur(18px);border-radius:1.615vw}._personaCardContent_s6b9n_181{display:flex;flex-direction:column;gap:1.48vh}._personaTop_s6b9n_187{display:flex;align-items:center;gap:1.042vw}._personaAvatar_s6b9n_193{width:3.5vw;height:3.5vw;border-radius:50%;object-fit:cover}._personaInfo_s6b9n_200{display:flex;flex-direction:column;gap:.37vh}._personaName_s6b9n_206{font-weight:400;font-size:1.042vw;line-height:1.18;color:#fff}._personaRole_s6b9n_213{font-weight:400;font-size:.833vw;line-height:1.3;color:#fff9}._personaBottom_s6b9n_220{display:flex;gap:24px;align-items:flex-start}._personaKpi_s6b9n_226{display:flex;flex-direction:column;align-items:center;border-radius:.833vw;min-width:64px}._kpiNumber_s6b9n_234{font-weight:400;font-size:2.8vw;line-height:1;color:#fff;display:flex;align-items:baseline}._kpiPercent_s6b9n_243{font-weight:200;font-size:1.6vw;margin-left:.2ch;color:#fff}._kpiMeta_s6b9n_250{display:flex;align-items:center;gap:.5vw;margin-top:.3vh}._kpiTriangle_s6b9n_257{width:.6vw;height:.45vw;display:block;flex-shrink:0}._kpiLabel_s6b9n_264{font-weight:700;font-size:13px;text-transform:uppercase;color:#fff;opacity:.6}._kpiIcon_s6b9n_272{width:1.5vw;height:1.5vw;color:#43def0}._kpiValue_s6b9n_278{font-weight:700;font-size:.633vw;color:#43def0;white-space:nowrap}._personaDescription_s6b9n_285{display:flex;flex-direction:column;gap:12px;flex:1}._personaTitle_s6b9n_292{font-weight:400;font-size:.885vw;line-height:1.29;color:#fff}._personaDesc_s6b9n_285{font-weight:200;font-size:.729vw;line-height:1.29;color:#fff9}._annotationTop_s6b9n_455,._annotationBottom_s6b9n_455{position:absolute;z-index:5;pointer-events:auto}._annotationTop_s6b9n_455{left:55.52vw;top:15.74vh}._annotationBottom_s6b9n_455{left:42.19vw;top:60.19vh}._annotationHeader_s6b9n_471{display:flex;align-items:center;gap:.52vw;margin-bottom:.74vh}._annotationLabels_s6b9n_478{display:flex;align-items:center;gap:.31vw}._flapLabel_s6b9n_484{font-family:Poppins,sans-serif;font-weight:700;font-size:.729vw;line-height:1.5;letter-spacing:.1em;text-transform:uppercase;color:#fff;white-space:nowrap}._flapSeparator_s6b9n_495{font-family:Poppins,sans-serif;font-weight:700;font-size:.729vw;line-height:1.5;color:#8e8887}._flapOk_s6b9n_503{font-family:Poppins,sans-serif;font-weight:700;font-size:.729vw;line-height:1.5;letter-spacing:.2em;color:#8e8887}._annotationDot_s6b9n_512{width:.417vw;height:.417vw;border-radius:50%;background:#637c81;flex-shrink:0}._annotationLine_s6b9n_520{width:3.177vw;height:2px;background:#637c81;flex-shrink:0}._alertBadge_s6b9n_527{width:2.604vw;height:2.604vw;flex-shrink:0}._solutionCard_s6b9n_533{box-sizing:border-box;width:22.083vw;padding:1.25vw;background:#25333f4d;box-shadow:-27px 66px #25333f03,-15px 37px #25333f08,-7px 17px #25333f0a,-2px 4px #25333f0d,inset 0 -2px #71a5d340,inset 0 2px #71a5d340;backdrop-filter:blur(18px);border-radius:1.615vw}._solutionCardHeader_s6b9n_543{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.48vh}._solutionLabel_s6b9n_550{font-weight:700;font-size:.885vw;line-height:1.18;color:#fff}._slaLabel_s6b9n_557{font-weight:700;font-size:.885vw;line-height:1.18;color:#43def0}._solutionBody_s6b9n_564{display:flex;flex-direction:column;gap:.74vh}._solutionTitle_s6b9n_570{font-weight:700;font-size:.885vw;line-height:1.29;color:#fff;margin:0}._solutionSteps_s6b9n_578{margin:0;padding-left:1.042vw;display:flex;flex-direction:column;gap:.74vh}._solutionSteps_s6b9n_578 li{font-weight:400;font-size:.729vw;line-height:1.29;color:#fff9}._bottomLeft_s6b9n_593{position:absolute;left:2.75vw;bottom:5.56vh;display:flex;align-items:flex-end;gap:24px;z-index:5}._qrBlock_s6b9n_603{display:flex;flex-direction:column;align-items:flex-start;gap:1.48vh}._qrLabel_s6b9n_610{font-weight:400;font-size:1.042vw;line-height:1.15;color:#fff}._qrImage_s6b9n_617{width:7.813vw;height:7.813vw;border-radius:1.042vw;object-fit:contain}._mottoBlock_s6b9n_624{padding-bottom:.37vh}._motto_s6b9n_624{font-weight:100;font-size:.9vw;line-height:1.2;color:#fff;margin:0}._soundBtn_s6b9n_636{box-sizing:border-box;display:flex;justify-content:center;align-items:center;position:absolute;width:3.333vw;height:3.333vw;right:3.75vw;bottom:5.93vh;border:3px solid #ffffff;filter:drop-shadow(0px 0px 12px #ffffff) drop-shadow(0px 0px 4px rgba(255,255,255,.1));border-radius:50%;background:transparent;cursor:pointer;z-index:5;padding:0;transition:opacity .2s ease}._soundBtn_s6b9n_636:hover{opacity:.85}._soundIcon_s6b9n_660{width:1.25vw;height:1.25vw}@media(max-width:1400px){._heroText_s6b9n_63{max-width:50vw;top:15vh}._spaceshipImg_s6b9n_146{width:29.16vw;left:48vw;top:10vh}._annotationTop_s6b9n_455,._annotationBottom_s6b9n_455{display:none}._soundBtn_s6b9n_636{width:48px;height:48px}._soundIcon_s6b9n_660{width:20px;height:20px}}@media(max-width:768px){._heroText_s6b9n_63{max-width:90vw;top:12vh;left:5vw}._spaceshipImg_s6b9n_146{width:38.88vw;left:30vw;top:25vh;opacity:.3}._startersArea_s6b9n_98{left:5vw}._bottomLeft_s6b9n_593{left:5vw;flex-direction:column;align-items:flex-start;gap:16px}._qrImage_s6b9n_617{width:100px;height:100px}._soundBtn_s6b9n_636{width:44px;height:44px;right:5vw}._soundIcon_s6b9n_660{width:18px;height:18px}._kpiTriangle_s6b9n_257{width:8px;height:6px}._kpiNumber_s6b9n_234{font-size:28px}._kpiPercent_s6b9n_243{font-size:12px}}._baseCard_12blq_1{backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-radius:24px;padding:24px;box-shadow:0 3px 12px #0000000d;transition-property:opacity,transform;transition-timing-function:ease-in-out}._avatarWrapper_d5g6b_3{position:relative;display:inline-block}._avatarOverlay_d5g6b_8{position:absolute;top:0;left:0;width:100%;height:100%;z-index:2;background:transparent}._root_d5g6b_19{position:relative;width:100vw;height:100vh;min-height:100vh;overflow:hidden;background:#051624;font-family:Ubuntu,sans-serif;display:flex;flex-direction:column}._bgWrapper_d5g6b_32{position:absolute;inset:0;width:100%;height:100%;z-index:0;pointer-events:none;opacity:.8;mix-blend-mode:screen}._bgImage_d5g6b_43{width:100%;height:100%;object-fit:cover}._header_d5g6b_50{position:relative;display:flex;justify-content:space-between;align-items:center;padding:clamp(16px,1.5vw,24px) clamp(32px,4.5vw,72px);height:clamp(60px,5.6vw,90px);z-index:10;flex-shrink:0;opacity:.6}._logoLeft_d5g6b_62{width:clamp(120px,11.7vw,187px);height:auto;max-height:40px;object-fit:contain;filter:brightness(0) invert(1)}._headerTitle_d5g6b_70{font-family:Ubuntu,sans-serif;font-weight:700;font-size:clamp(18px,1.5vw,24px);line-height:28px;color:#fff}._logoRight_d5g6b_78{width:clamp(36px,3.3vw,52.5px);height:auto;max-height:48px;object-fit:contain}._contentArea_d5g6b_86{position:relative;flex:1;display:flex;flex-direction:row;align-items:stretch;z-index:5;overflow:hidden}._carouselSection_d5g6b_97{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding:0 2vw;padding-top:clamp(10px,1vw,20px);overflow:visible}._pageTitle_d5g6b_108{font-family:Ubuntu,sans-serif;font-weight:700;font-size:clamp(28px,2.6vw,42px);line-height:48px;color:#fff;text-align:center;margin:0 0 40px}._carouselViewport_d5g6b_119{position:relative;width:100%;height:clamp(550px,56vw,900px);overflow:visible}._tile_d5g6b_129{box-sizing:border-box;display:flex;flex-direction:column;align-items:center;isolation:isolate;position:absolute;top:50%;left:50%;background:#43def00a;border:1px solid rgba(67,222,240,.25);flex-shrink:0;user-select:none;overflow:visible;transition:all .5s cubic-bezier(.4,0,.2,1)}._tileCenter_d5g6b_147{width:clamp(400px,30.4vw,487px);padding:clamp(44px,3.5vw,56px) clamp(30px,2.5vw,40px) clamp(30px,2.5vw,40px);gap:clamp(28px,2.25vw,36px);transform:translate(-50%,-50%);opacity:1;z-index:3;cursor:default;filter:none;background:#43def00d;box-shadow:inset 0 0 38px #43def01a;backdrop-filter:blur(50px);border-radius:clamp(42px,3.5vw,56px);border:1px solid rgba(67,222,240,.3)}._tileLeft_d5g6b_164{width:clamp(280px,22.8vw,365.25px);padding:clamp(30px,2.6vw,42px) clamp(20px,1.9vw,30px) clamp(20px,1.9vw,30px);gap:clamp(24px,2.25vw,36px);transform:translate(calc(-50% - clamp(140px,11vw,180px)),-50%);opacity:.5;filter:blur(clamp(3px,.3vw,4.875px));z-index:1;cursor:pointer;border-radius:clamp(30px,2.6vw,42px)}._tileRight_d5g6b_177{width:clamp(280px,22.8vw,365.25px);padding:clamp(30px,2.6vw,42px) clamp(20px,1.9vw,30px) clamp(20px,1.9vw,30px);gap:clamp(24px,2.25vw,36px);transform:translate(calc(-50% + clamp(140px,11vw,180px)),-50%);opacity:.5;filter:blur(clamp(3px,.3vw,4.875px));z-index:1;cursor:pointer;border-radius:clamp(30px,2.6vw,42px)}._recommendedBadge_d5g6b_194{box-sizing:border-box;display:flex;flex-direction:row;align-items:center;justify-content:center;padding:clamp(6px,.5vw,8px) clamp(12px,1vw,16px);gap:clamp(4px,.375vw,6px);position:absolute;left:50%;transform:translate(-50%);top:clamp(-16px,-1.125vw,-18px);background:#283c4bf2;backdrop-filter:blur(24px);border:1px solid rgba(67,222,240,.25);border-radius:1000000px;z-index:11;white-space:nowrap;transition:opacity .5s cubic-bezier(.4,0,.2,1)}._recommendedBadgeVisible_d5g6b_215{opacity:1}._recommendedBadgeHidden_d5g6b_219{opacity:0}._recommendedText_d5g6b_223{font-family:Ubuntu,sans-serif;font-style:normal;font-weight:500;font-size:clamp(14px,1.0625vw,17px);line-height:clamp(16px,1.25vw,20px);display:flex;align-items:center;color:#fff}._tileTopSection_d5g6b_238{display:flex;flex-direction:column;align-items:center;gap:clamp(9px,.75vw,12px);z-index:0}._avatar_d5g6b_3{border-radius:50%;object-fit:cover;transition:width .5s cubic-bezier(.4,0,.2,1),height .5s cubic-bezier(.4,0,.2,1)}._avatarActive_d5g6b_253{width:clamp(150px,12.5vw,200px);height:clamp(150px,12.5vw,200px)}._avatarSide_d5g6b_259{width:clamp(100px,9.375vw,150px);height:clamp(100px,9.375vw,150px)}._nameRoleBlock_d5g6b_264{display:flex;flex-direction:column;align-items:center;gap:clamp(3px,.25vw,4px)}._personaName_d5g6b_272{font-family:Ubuntu,sans-serif;font-style:normal;font-weight:400;text-align:center;color:#fff;margin:0;transition:font-size .5s cubic-bezier(.4,0,.2,1),line-height .5s cubic-bezier(.4,0,.2,1)}._nameActive_d5g6b_282{font-size:clamp(22px,1.8125vw,29px);line-height:126%}._nameSide_d5g6b_288{font-size:clamp(15px,1.359vw,21.75px);line-height:126%}._personaRole_d5g6b_294{font-family:Ubuntu,sans-serif;font-style:normal;font-weight:400;text-align:center;color:#fffc;margin:0;transition:font-size .5s cubic-bezier(.4,0,.2,1),line-height .5s cubic-bezier(.4,0,.2,1)}._roleActive_d5g6b_304{font-size:clamp(16px,1.25vw,20px);line-height:clamp(18px,1.4375vw,23px)}._roleSide_d5g6b_310{font-size:clamp(11px,.9375vw,15px);line-height:clamp(13px,1.0625vw,17px)}._tileBottomSection_d5g6b_319{display:flex;flex-direction:column;align-items:center;gap:clamp(12px,1vw,16px);width:100%;transition:gap .5s cubic-bezier(.4,0,.2,1)}._tileLeft_d5g6b_164 ._tileBottomSection_d5g6b_319,._tileRight_d5g6b_177 ._tileBottomSection_d5g6b_319{gap:clamp(10px,1.125vw,18px)}._missionRow_d5g6b_334{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:clamp(3px,.25vw,4px)}._missionLabel_d5g6b_343{font-family:Ubuntu,sans-serif;font-style:normal;font-weight:500;text-align:center;color:#c0f4fa;margin:0;transition:font-size .5s cubic-bezier(.4,0,.2,1),line-height .5s cubic-bezier(.4,0,.2,1),color .5s cubic-bezier(.4,0,.2,1)}._missionLabelActive_d5g6b_353{font-size:clamp(14px,1.0625vw,17px);line-height:clamp(16px,1.25vw,20px)}._missionLabelSide_d5g6b_359{font-weight:400;font-size:clamp(10px,.797vw,12.75px);line-height:clamp(14px,1.125vw,18px)}._missionValue_d5g6b_366{font-family:Ubuntu,sans-serif;font-style:normal;font-weight:500;color:#fff;margin:0;transition:font-size .5s cubic-bezier(.4,0,.2,1),line-height .5s cubic-bezier(.4,0,.2,1),color .5s cubic-bezier(.4,0,.2,1)}._missionValueActive_d5g6b_375{font-size:clamp(14px,1.0625vw,17px);line-height:clamp(16px,1.25vw,20px)}._missionValueSide_d5g6b_381{font-size:clamp(10px,.797vw,12.75px);line-height:clamp(12px,.9375vw,15px);color:#62e4f3}._personaBio_d5g6b_388{font-family:Ubuntu,sans-serif;font-style:normal;font-weight:400;text-align:center;color:#fffc;margin:0;transition:font-size .5s cubic-bezier(.4,0,.2,1),line-height .5s cubic-bezier(.4,0,.2,1)}._personaBioActive_d5g6b_398{font-size:clamp(14px,1.0625vw,17px);line-height:clamp(18px,1.5vw,24px)}._personaBioSide_d5g6b_404{font-size:clamp(10px,.797vw,12.75px);line-height:clamp(14px,1.125vw,18px)}._selectArea_d5g6b_412{display:flex;flex-direction:column;align-items:center;gap:clamp(8px,.75vw,12px);width:100%;transition:opacity .5s cubic-bezier(.4,0,.2,1),max-height .5s cubic-bezier(.4,0,.2,1),margin-top .5s cubic-bezier(.4,0,.2,1),transform .5s cubic-bezier(.4,0,.2,1)}._selectAreaVisible_d5g6b_421{opacity:1;max-height:120px;margin-top:0;transform:translateY(0);overflow:visible;transition-delay:.2s}._selectAreaHidden_d5g6b_430{opacity:0;max-height:0;margin-top:-36px;transform:translateY(10px);pointer-events:none;overflow:hidden;transition-delay:0s}._selectBtn_d5g6b_441{box-sizing:border-box;display:flex;flex-direction:row;justify-content:center;align-items:center;padding:clamp(12px,1vw,16px) clamp(18px,1.5vw,24px);gap:clamp(8px,.75vw,12px);width:100%;min-width:clamp(101px,8.4375vw,135px);height:clamp(42px,3.4375vw,55px);background:#43def0;border:1.5px solid #43DEF0;box-shadow:0 0 24px #43def0;border-radius:32px;cursor:pointer;transition:background .2s ease,transform .15s ease;z-index:2}._selectBtn_d5g6b_441:hover{background:#5ae4f3;transform:translateY(-2px)}._selectBtnLabel_d5g6b_467{font-family:Ubuntu,sans-serif;font-style:normal;font-weight:500;font-size:clamp(16px,1.25vw,20px);line-height:clamp(18px,1.4375vw,23px);color:#051624;white-space:nowrap}@media(max-width:1840px){._tileCenter_d5g6b_147{width:min(30.4vw,580px)}._tileLeft_d5g6b_164,._tileRight_d5g6b_177{width:min(22.8vw,440px)}._tileLeft_d5g6b_164{transform:translate(calc(-50% - 11vw),-50%)}._tileRight_d5g6b_177{transform:translate(calc(-50% + 11vw),-50%)}._avatarActive_d5g6b_253{width:min(12.5vw,260px);height:min(12.5vw,260px)}._avatarSide_d5g6b_259{width:min(9.375vw,190px);height:min(9.375vw,190px)}._carouselViewport_d5g6b_119{height:min(56vw,1080px)}}@media(max-width:1400px){._contentArea_d5g6b_86{flex-direction:column;align-items:center}._carouselSection_d5g6b_97{padding:0 1vw;padding-top:20px}._pageTitle_d5g6b_108{font-size:28px;line-height:32px}._tileCenter_d5g6b_147{width:320px;min-height:auto}._tileLeft_d5g6b_164{width:220px;min-height:auto;transform:translate(calc(-50% - 150px),-50%)}._tileRight_d5g6b_177{width:220px;min-height:auto;transform:translate(calc(-50% + 150px),-50%)}._avatarActive_d5g6b_253{width:140px;height:140px}._avatarSide_d5g6b_259{width:100px;height:100px}._nameActive_d5g6b_282{font-size:22px;line-height:126%}._nameSide_d5g6b_288{font-size:15px;line-height:126%}._roleActive_d5g6b_304{font-size:16px;line-height:18px}._roleSide_d5g6b_310{font-size:11px;line-height:13px}._personaBioActive_d5g6b_398{font-size:13px;line-height:18px}._personaBioSide_d5g6b_404{font-size:10px;line-height:14px}._selectBtn_d5g6b_441{height:42px}._selectBtnLabel_d5g6b_467{font-size:16px}._recommendedBadge_d5g6b_194{top:-14px}._recommendedText_d5g6b_223{font-size:13px}}._footer_1qcau_1{display:grid;grid-template-columns:45.7% 31.2% auto;align-items:end;position:fixed;bottom:0;left:0;right:0;z-index:100;pointer-events:none}._footer_1qcau_1:before{content:"";position:absolute;bottom:0;left:0;right:0;height:21px;background:#25333f40;border-top:1px solid rgba(255,255,255,.15);backdrop-filter:blur(12px);box-shadow:inset 0 0 38px #43def01a;z-index:0}._svgBackgroundLayer_1qcau_28{position:absolute;inset:0;width:100%;height:100%;z-index:1;pointer-events:none;clip-path:url(#footerBlurClip)}._footerBlurLayer_1qcau_39{position:absolute;inset:0;width:100%;height:100%;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);clip-path:url(#footerBlurClip);z-index:2;pointer-events:none}._footerInnerShadowLayer_1qcau_52{position:absolute;inset:0;width:100%;height:100%;clip-path:url(#footerBlurClip);z-index:3;pointer-events:none;opacity:.5}._footerBorderOverlay_1qcau_64{position:absolute;inset:0;width:100%;height:100%;z-index:4;pointer-events:none;overflow:visible}._stepperWrapper_1qcau_74{pointer-events:auto;position:relative;z-index:5;height:83px;display:flex;align-items:center;justify-content:center;margin-bottom:0}._personaWrapper_1qcau_85{pointer-events:auto;display:flex;justify-content:flex-end;position:relative;z-index:5;height:83px;overflow:visible}._stepper_vxc3m_2{display:flex;justify-content:space-around;align-items:center;width:100%}._stepItem_vxc3m_10{display:flex;flex-direction:row;align-items:center;gap:12px;padding:8px 24px 8px 8px;border-radius:1000000px;backdrop-filter:blur(16px)}._active_vxc3m_21{background:#ffffff0d;border:1px solid rgba(255,255,255,.1)}._completed_vxc3m_26{background:#1018202e;border:1px solid rgba(16,185,129,.12);box-shadow:0 1px #ffffff05 inset}._inactive_vxc3m_32{background:#05162440;border:1px solid rgba(255,255,255,.15)}._circle_vxc3m_38{width:38px;height:38px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}._activeCircle_vxc3m_48{background:#ffffff0f;display:flex;align-items:center;justify-content:center}._completedCircle_vxc3m_55{background:#46ff841a;border:1px solid rgba(255,255,255,.12);display:flex;align-items:center;justify-content:center;box-shadow:none}._completedCircleInactive_vxc3m_64{background:transparent;border:1px solid rgba(255,255,255,.12);display:flex;align-items:center;justify-content:center;box-shadow:none}._inactiveCircle_vxc3m_73{border:1px solid rgba(255,255,255,.15)}._checkIcon_vxc3m_78{color:#fff}._index_vxc3m_83{font-family:Ubuntu,sans-serif;font-size:17px;line-height:1.15}._label_vxc3m_90{font-family:Ubuntu,sans-serif;font-size:17px;line-height:1.15;white-space:nowrap}._labelFull_vxc3m_97{display:inline}._labelFirstWord_vxc3m_101{display:none}._active_vxc3m_21 ._index_vxc3m_83,._active_vxc3m_21 ._label_vxc3m_90{font-weight:500;color:#fff}._completed_vxc3m_26 ._index_vxc3m_83,._completed_vxc3m_26 ._label_vxc3m_90,._inactive_vxc3m_32 ._index_vxc3m_83,._inactive_vxc3m_32 ._label_vxc3m_90{font-weight:400;color:#fff6}@media(max-width:1840px){._labelFull_vxc3m_97{display:none}._labelFirstWord_vxc3m_101{display:inline}}@media(max-width:1400px){._label_vxc3m_90{display:none}._stepItem_vxc3m_10{padding:.41667%}}._persona_1v2td_3{display:flex;align-items:center;position:relative;top:-32px;background:#25333f40;border-radius:1000000px 0 0 1000000px;padding:12px 72px 12px 12px;gap:16px;border:1px solid rgba(255,255,255,.15);box-shadow:inset 0 0 38px #43def01a;backdrop-filter:blur(12px);min-width:320px}._inactive_1v2td_18{opacity:.3}._profilePicture_1v2td_22{width:64px;height:64px;border-radius:50%;object-fit:cover;flex-shrink:0}._info_1v2td_30{display:flex;flex-direction:column;justify-content:center;gap:6px}._nameRow_1v2td_38{display:flex;align-items:center;gap:6px}._name_1v2td_38{font-family:Ubuntu,sans-serif;font-weight:500;font-size:20px;color:#fff;line-height:1.149}._nameIcons_1v2td_52{display:flex;align-items:center;gap:4px}._personaIcon_1v2td_58{color:#fffc;width:18px;height:18px}._roleRow_1v2td_65{display:flex;align-items:center;gap:2px}._role_1v2td_65{font-family:Ubuntu,sans-serif;font-weight:500;font-size:14px;color:#fff9;line-height:1.149}._roleSeparator_1v2td_79{font-family:Ubuntu,sans-serif;font-weight:400;font-size:17px;color:#fff9;margin:0 2px}@font-face{font-family:NDot45InspiredByNothing;src:url(/assets/ndot-45-inspired-by-nothing.otf-Ct-PsyjG.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}._svgBackgroundLayer_1geyo_8{position:absolute;inset:0;width:100%;height:100%;z-index:0;pointer-events:none;clip-path:url(#navbarBlurClip);opacity:.1}._headerSubtitle_1geyo_19{color:#fff;font-size:28px;font-weight:400;opacity:.85;display:flex;text-align:center}._headerSubtitle_1geyo_19._green_1geyo_27{color:#46ff84}._navbarBlurLayer_1geyo_31{position:absolute;inset:0;background:#051624a6;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);clip-path:url(#navbarBlurClip);pointer-events:none}._navbarInnerShadowLayer_1geyo_41{position:absolute;inset:0;clip-path:url(#navbarBlurClip);pointer-events:none;z-index:1;opacity:.5}._navbarBorderOverlay_1geyo_50{position:absolute;inset:0;width:100%;height:100%;pointer-events:none;z-index:2;overflow:visible}._logoContainer_1geyo_60{display:flex;align-items:center;z-index:1}._header_1geyo_19{height:114px;width:100%;position:relative;display:flex;align-items:center;justify-content:space-between;font-family:Inter,sans-serif;z-index:10;isolation:isolate}._logoLeft_1geyo_78{height:48px;margin-top:24px;margin-left:48px;z-index:1;opacity:.4}._logoRight_1geyo_86{height:48px;margin-top:24px;margin-right:48px;z-index:1;opacity:.4}._leftContent_1geyo_94{display:flex;align-items:center;gap:50px}._middleContent_1geyo_100{display:flex;flex-direction:row;align-items:flex-end;justify-content:space-between;width:58.4%;position:absolute;left:32.1%;transform:none;z-index:3;height:114px}._middleContent_1geyo_100>button{margin-bottom:8px}._titleContainer_1geyo_117{display:flex;flex-direction:column;justify-content:space-between;align-items:center;width:650px;height:100%;padding:24px 0}._headerTitle_1geyo_127{color:#fff;font-size:12px;font-weight:100;letter-spacing:60%;opacity:.9;z-index:1;font-family:NDot45InspiredByNothing,sans-serif;opacity:.6;margin-left:8px}._simpleHeaderContent_1geyo_139{display:flex;align-items:center;justify-content:space-between;width:100%;padding:0;opacity:1}@media(max-width:1400px){._logoLeft_1geyo_78{margin-left:8px}._logoRight_1geyo_86{margin-right:8px}}._iconButton_1nl64_1{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:50%;border:1px solid rgba(255,255,255,.2);background:transparent;backdrop-filter:blur(10px);color:#fff;cursor:pointer;transition:all .2s ease;padding:0}._iconButton_1nl64_1:hover{background:#fff3;border-color:#ffffff4d}._iconButton_1nl64_1:focus-visible{outline:2px solid rgba(255,255,255,.5);outline-offset:2px}._root_1pit8_3{position:relative;width:100vw;height:100vh;min-height:100vh;overflow:hidden;background:#051624;font-family:Ubuntu,sans-serif;display:flex;flex-direction:column}._bgWrapper_1pit8_16{position:absolute;inset:0;width:100%;height:100%;z-index:0;pointer-events:none;opacity:.4;mix-blend-mode:screen}._bgImage_1pit8_27{width:100%;height:100%;object-fit:cover}._planetBlob_1pit8_34{position:absolute;border-radius:50%;pointer-events:none;z-index:1}._planetBlob1_1pit8_41{width:18%;height:22%;left:-2%;top:2%;background:radial-gradient(120.5% 120.5% at -19.95% 23.74%,#2e0f2b 47.39%,#87407c);opacity:.8;filter:blur(30px)}._planetBlob2_1pit8_51{width:14%;height:17%;left:17%;top:37%;background:radial-gradient(98.36% 106.32% at 8.79% 50.88%,#3a3465,#504784 68.23%,#b4a7ffb3 93.23%);opacity:.8;filter:blur(17px)}._planetBlob3_1pit8_61{width:13%;height:16%;right:23%;top:9%;background:radial-gradient(97.61% 88.7% at 90.87% 44.7%,#1b3b5a,#050e26 64.43%,#a6b7cb 79.81%);opacity:.6;filter:blur(20px);transform:rotate(165deg)}._planetBlob4_1pit8_72{width:11%;height:12%;right:5%;top:45%;background:radial-gradient(109.51% 109.45% at 15.67% 107.45%,#1f2047 50.97%,#4f4369 75.49%,#b79aca 99.14%);opacity:.8;filter:blur(15px);transform:rotate(45deg)}._planetBlob5_1pit8_83{width:16%;height:20%;right:18%;bottom:5%;background:radial-gradient(97.61% 88.7% at 90.87% 44.7%,#1b535a,#052226 71.87%,#99cec7 89.58%);opacity:.8;filter:blur(17px);transform:rotate(150deg)}._header_1pit8_95{position:relative;display:flex;justify-content:center;align-items:center;padding:0 72px;height:114px;z-index:10;flex-shrink:0;background:#25333f40;border-bottom:1px solid rgba(255,255,255,.15);backdrop-filter:blur(16px)}._headerInner_1pit8_109{display:flex;flex-direction:column;align-items:center;gap:6px}._headerSubtitle_1pit8_116{font-family:Ubuntu,sans-serif;font-weight:400;font-size:16px;line-height:20px;letter-spacing:.6em;color:#fff9;text-transform:uppercase;margin:0}._headerTitle_1pit8_127{font-family:Ubuntu,sans-serif;font-weight:700;font-size:clamp(20px,1.5vw,29px);line-height:37px;color:#fff;text-align:center;margin:0}._contentArea_1pit8_138{position:relative;flex:1;display:flex;flex-direction:row;align-items:stretch;z-index:5;overflow:hidden}._assistantPanel_1pit8_149{display:flex;flex-direction:column;align-items:flex-start;width:580px;margin-left:24px;margin-top:24px;margin-bottom:24px;flex-shrink:0;background:#43def012;backdrop-filter:blur(16px);border-radius:36px;box-shadow:inset 0 0 38px #43def01a;overflow:hidden;z-index:6;padding:40px 24px 56px;gap:10px;max-height:calc(100vh - 186px);box-sizing:border-box}._assistantHeader_1pit8_170{display:flex;align-items:center;justify-content:space-between;flex-shrink:0;width:100%}._assistantHeaderSpacer_1pit8_178{width:24px;height:24px;opacity:0}._assistantTitle_1pit8_184{font-family:Ubuntu,sans-serif;font-weight:700;font-size:20px;line-height:23px;color:#fff;margin:0;text-align:center;flex:1}._assistantClose_1pit8_195{background:none;border:none;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center}._assistantMeta_1pit8_205{flex-shrink:0;width:100%}._disclaimer_1pit8_210{font-family:Ubuntu,sans-serif;font-size:14px;line-height:20px;color:#fff9;margin:0;text-align:center}._assistantBody_1pit8_219{flex:1;overflow-y:auto;display:flex;flex-direction:column;gap:1vh;width:100%}._startersAreaChat_1pit8_228{display:flex;flex-direction:column;align-items:center;gap:24px;padding-top:32px;width:100%}._starterChips_1pit8_237{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;align-items:flex-start;gap:8px;width:100%}._starterChip_1pit8_237{box-sizing:border-box;background:transparent;border:1px solid rgba(217,248,252,.42);border-radius:24px;color:#a1eff8;font-family:Inter,sans-serif;font-weight:700;font-size:16px;line-height:24px;padding:8px 16px;cursor:pointer;text-align:left;transition:background .2s;white-space:nowrap}._starterChip_1pit8_237:hover{background:#43def01f}._msgRow_1pit8_268{display:flex;gap:8px;align-items:flex-start}._msgAssistant_1pit8_274{flex-direction:row}._msgUser_1pit8_278{flex-direction:row-reverse}._msgAvatar_1pit8_282{width:32px;height:32px;border-radius:50%;background:#43def033;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;color:#43def0;flex-shrink:0}._msgBubble_1pit8_296{position:relative;max-width:80%;padding:12px 16px;border-radius:16px;font-size:14px;line-height:20px;color:#fffc}._bubbleAssistant_1pit8_306{background:#ffffff0d;border-radius:0 16px 16px}._bubbleUser_1pit8_311{background:#43def038;border-radius:16px 0 16px 16px}._msgContent_1pit8_316{word-break:break-word}._msgContent_1pit8_316 p{margin:.3vh 0}._chatError_1pit8_324{color:#ff6b6b;font-size:12px;padding:0 20px}._voiceRecordArea_1pit8_331{display:flex;flex-direction:column;align-items:center;flex-shrink:0;padding-top:8px;width:100%}._voiceRecordBtn_1pit8_340{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:24px;width:198px;height:159px;background:#43def012;box-shadow:0 0 29px #43def012;border-radius:174px 174px 0 0;border:none;cursor:pointer}._voiceRecordBtnLvl2_1pit8_355{display:flex;justify-content:center;align-items:center;padding:24px;width:149px;height:212px;background:#43def012;backdrop-filter:blur(2.4px);border-radius:242px}._voiceRecordBtnLvl3_1pit8_367{display:flex;justify-content:center;align-items:center;padding:24px 24px 87px;width:101px;height:164px;background:#43def012;box-shadow:inset 0 0 14.5px #d9f8fc6b;backdrop-filter:blur(4.8px);border-radius:242px}._voiceRecordBtnInner_1pit8_380{display:flex;justify-content:center;align-items:center;padding:14.5px;width:53px;height:53px;background:#43def0;border-radius:39px}._voiceActive_1pit8_391 ._voiceRecordBtnInner_1pit8_380{background:#ff5050;animation:_voicePulse_1pit8_1 1.2s ease-in-out infinite}._voiceRecordIcon_1pit8_396{width:24px;height:24px}@keyframes _voicePulse_1pit8_1{0%,to{box-shadow:0 0 #43def04d}50%{box-shadow:0 0 0 12px #43def014}}._rocketSection_1pit8_410{flex:1;position:relative;overflow:visible}._rocketWrapper_1pit8_417{position:absolute;left:12%;top:47%;transform:translateY(-50%);height:80%;max-height:700px;aspect-ratio:706/1377;overflow:visible}._rocketImage_1pit8_428{width:100%;height:100%;object-fit:contain;opacity:.9;filter:drop-shadow(0px 0px 40px rgba(67,222,240,.08));pointer-events:none}._markerWrapper_1pit8_438{position:absolute;z-index:10;cursor:pointer;transform:translate(-50%,-50%)}._markerLvl1_1pit8_445{position:relative;width:100%;height:100%;border-radius:50%;background:#43def014;filter:drop-shadow(0px 0px 45px rgba(5,22,36,.6));display:flex;align-items:center;justify-content:center;transition:transform .3s ease,filter .3s ease}._markerWrapper_1pit8_438:hover ._markerLvl1_1pit8_445{transform:scale(1.08)}._markerLvl2_1pit8_462{width:80%;height:80%;border-radius:50%;background:#43def026;box-shadow:inset 0 0 8px #43def099;display:flex;align-items:center;justify-content:center;transition:background .3s ease,box-shadow .3s ease}._markerWrapper_1pit8_438:hover ._markerLvl2_1pit8_462{background:#43def038;box-shadow:inset 0 0 12px #43def0b3}._markerLvl3_1pit8_479{width:75%;height:75%;border-radius:50%;background:#43def038;box-shadow:inset 0 0 14.5px #d9f8fc6b;display:flex;align-items:center;justify-content:center}._markerCenter_1pit8_490{width:63%;height:63%;border-radius:50%;background:#43def0;border:1.5px solid #43DEF0;box-shadow:0 0 24px #43def0;display:flex;align-items:center;justify-content:center;transition:box-shadow .3s ease,transform .2s ease}._markerWrapper_1pit8_438:hover ._markerCenter_1pit8_490{box-shadow:0 0 32px #43def0;transform:scale(1.05)}._markerIcon_1pit8_508{width:40%;height:40%;display:flex;align-items:center;justify-content:center}._markerIcon_1pit8_508 img,._markerIcon_1pit8_508 svg{width:100%;height:100%;object-fit:contain}._markerActive_1pit8_524 ._markerLvl1_1pit8_445{filter:drop-shadow(0px 0px 55px rgba(67,222,240,.3))}._markerActive_1pit8_524 ._markerLvl2_1pit8_462{background:#43def040;box-shadow:inset 0 0 14px #43def0b3}._markerActive_1pit8_524 ._markerCenter_1pit8_490{width:33%;height:33%;box-shadow:0 0 16px #43def0;transform:none}._markerActive_1pit8_524 ._markerIcon_1pit8_508{display:none}._issueCard_1pit8_546{width:clamp(300px,22vw,425px);background:#ffffff0d;border:1px solid rgba(67,222,240,.25);box-shadow:inset 0 0 38px #43def01a;backdrop-filter:blur(16px);border-radius:36px;padding:clamp(20px,1.67vw,32px);display:flex;flex-direction:column;gap:16px;box-sizing:border-box}._cardHeadline_1pit8_560{display:flex;flex-direction:column;gap:4px}._cardExpandedContent_1pit8_566{display:flex;flex-direction:column;gap:24px}._cardTypeLabel_1pit8_572{font-family:Ubuntu,sans-serif;font-weight:400;font-size:14px;line-height:20px;color:#fffc;margin:0}._cardTitle_1pit8_581{font-family:Ubuntu,sans-serif;font-weight:400;font-size:clamp(18px,1.25vw,24px);line-height:126%;color:#fff;margin:0}._cardDescription_1pit8_590{font-family:Ubuntu,sans-serif;font-weight:400;font-size:clamp(14px,.89vw,17px);line-height:24px;color:#fff9;margin:0}._cardDetails_1pit8_599{display:flex;flex-direction:column;gap:24px}._detailRow_1pit8_605{display:flex;flex-direction:column;gap:4px}._detailLabel_1pit8_611{font-family:Ubuntu,sans-serif;font-weight:400;font-size:14px;line-height:20px;color:#fff9}._detailValue_1pit8_619{font-family:Ubuntu,sans-serif;font-weight:400;font-size:14px;line-height:20px;color:#fff}._tagsRow_1pit8_627{display:flex;flex-wrap:wrap;gap:6px}._tag_1pit8_627{display:inline-flex;align-items:center;gap:6px;padding:4px 8px 4px 6px;border-radius:8px;background:#ffffff0d;font-family:Ubuntu,sans-serif;font-weight:400;font-size:14px;line-height:20px;color:#fff}._cardCta_1pit8_647{display:flex;justify-content:center;align-items:center;padding:12px 16px;width:100%;background:#43def0;border:1.5px solid #43DEF0;box-shadow:0 0 24px #43def0;border-radius:32px;cursor:pointer;font-family:Ubuntu,sans-serif;font-weight:500;font-size:16px;line-height:18px;color:#051624;transition:background .2s ease,transform .15s ease,box-shadow .2s ease;margin-top:8px}._cardCta_1pit8_647:hover{background:#5ae4f3;transform:translateY(-1px);box-shadow:0 0 32px #43def0}._connectorSvg_1pit8_674{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:15;overflow:visible}@media(min-width:1920px){._rocketWrapper_1pit8_417{height:85%;max-height:780px}}@media(max-width:1840px){._rocketWrapper_1pit8_417{height:65%;left:5%}._issueCard_1pit8_546{width:clamp(280px,20vw,380px)}}@media(max-width:1400px){._contentArea_1pit8_138{flex-direction:column;align-items:center}._rocketSection_1pit8_410{min-height:55vh}._rocketWrapper_1pit8_417{height:60%;left:5%}._issueCard_1pit8_546{width:280px;padding:16px;border-radius:24px}}@media(max-width:768px){._rocketWrapper_1pit8_417{height:55%}._issueCard_1pit8_546{width:240px;padding:14px}}._root_dafmq_4{position:relative;width:100%;height:100vh;min-height:100vh;overflow:hidden;background:#051624;font-family:Ubuntu,sans-serif;color:#fff;display:flex;flex-direction:column}._bgImage_dafmq_18{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0;pointer-events:none}._header_dafmq_29{position:relative;display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:24px clamp(24px,4vw,72px);height:90px;flex-shrink:0;z-index:10;box-sizing:border-box}._logoLeft_dafmq_42{width:clamp(110px,10vw,187px);height:40px;object-fit:contain}._headerCenter_dafmq_48{display:flex;flex-direction:row;align-items:center;gap:24px}._headerTitle_dafmq_55{font-weight:700;font-size:clamp(18px,1.5vw,24px);line-height:28px;color:#fff}._processManagementBtn_dafmq_62{background:#43def01f;border:1px solid rgba(67,222,240,.32);border-radius:8px;padding:8px 16px;color:#43def0;font-family:Ubuntu,sans-serif;font-weight:500;font-size:14px;line-height:18px;cursor:pointer;white-space:nowrap;transition:background .15s,border-color .15s}._processManagementBtn_dafmq_62:hover{background:#43def038;border-color:#43def080}._logoRight_dafmq_82{width:clamp(40px,10vw,187px);height:48px;object-fit:contain}._contentLayout_dafmq_89{position:relative;z-index:5;flex:1;display:grid;grid-template-columns:186px 1fr 485px;gap:clamp(16px,2vw,32px);padding:0 clamp(24px,4vw,72px) 24px;overflow:hidden;box-sizing:border-box}._kpiSection_dafmq_102{display:flex;flex-direction:column;justify-content:space-between;align-items:center;gap:16px;padding:8px 0 16px;overflow-y:auto;overflow-x:hidden;min-height:0}._kpiSection_dafmq_102::-webkit-scrollbar{display:none}._kpiCard_dafmq_119{width:clamp(100px,10vw,186px);height:clamp(100px,10vw,186px);border-radius:50%;overflow:hidden;position:relative;flex-shrink:0}._kpiImage_dafmq_128{width:100%;height:100%;object-fit:contain}._backToStart_dafmq_134{background:none;border:none;cursor:pointer;padding:0;display:flex;align-items:center;gap:4px;flex-shrink:0}._backLabel_dafmq_145{font-family:Ubuntu,sans-serif;font-weight:500;font-size:14px;line-height:18px;color:#43def0}._backLabel_dafmq_145:hover{text-decoration:underline}._mainContent_dafmq_158{display:flex;flex-direction:column;gap:0;overflow-y:auto;overflow-x:hidden;min-height:0;padding-bottom:24px}._mainContent_dafmq_158::-webkit-scrollbar{width:6px}._mainContent_dafmq_158::-webkit-scrollbar-thumb{border-radius:8px;background:#43def04d}._headlineArea_dafmq_178{display:flex;align-items:center;flex-shrink:0}._headline_dafmq_178{font-weight:400;font-size:clamp(28px,2.5vw,42px);line-height:1.15;color:#fff;margin:0}._chooseRole_dafmq_193{font-weight:700;font-size:clamp(18px,1.4vw,24px);line-height:28px;color:#fff;margin-top:24px;flex-shrink:0}._cardsColumn_dafmq_203{display:flex;flex-direction:column;align-items:stretch;gap:clamp(16px,2vw,32px);margin-top:20px;min-width:0}._card_dafmq_203{box-sizing:border-box;display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:clamp(16px,2vw,32px);gap:24px;min-height:clamp(120px,12vw,178px);border:1px solid rgba(67,222,240,.22);backdrop-filter:blur(12px);border-radius:16px;flex-shrink:0}._cardCompact_dafmq_229{min-height:auto}._cardContent_dafmq_234{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;gap:clamp(16px,2vw,35px);flex:1;min-width:0}._cardHeader_dafmq_245{display:flex;flex-direction:row;align-items:center;gap:16px;flex-wrap:wrap}._cardHeadline_dafmq_254{font-family:Ubuntu,sans-serif;font-style:normal;font-weight:400;font-size:clamp(20px,1.6vw,29px);line-height:1.15;color:#fff}._cardHeadlineDimmed_dafmq_263{color:#fff9}._badge_dafmq_268{box-sizing:border-box;display:flex;flex-direction:row;justify-content:center;align-items:center;padding:4px 10px;gap:10px;height:30px;background:#ffffff1a;border:1px solid #43def0;backdrop-filter:blur(20px);border-radius:4px;font-family:Ubuntu,sans-serif;font-style:normal;font-weight:400;font-size:clamp(13px,1vw,17px);line-height:22px;color:#43def0;white-space:nowrap}._cardSubBlock_dafmq_291{display:flex;flex-direction:column;align-items:flex-start;gap:8px;min-width:0;width:100%}._cardSubtitle_dafmq_301{font-family:Ubuntu,sans-serif;font-style:normal;font-weight:700;font-size:clamp(16px,1.1vw,20px);line-height:1.15;color:#fff}._cardDesc_dafmq_311{font-family:Ubuntu,sans-serif;font-style:normal;font-weight:400;font-size:clamp(14px,1vw,17px);line-height:1.3;color:#fff9}._btnAccent_dafmq_321{box-sizing:border-box;display:flex;flex-direction:row;justify-content:center;align-items:center;padding:8px 16px;gap:10px;min-width:100px;height:48px;border:3px solid #43def0;filter:drop-shadow(0px 0px 16px #43def0);border-radius:64px;background:transparent;font-family:Ubuntu,sans-serif;font-style:normal;font-weight:500;font-size:14px;line-height:18px;color:#d9f8fc;cursor:pointer;white-space:nowrap;flex-shrink:0;transition:background .2s ease,transform .15s ease}._btnAccent_dafmq_321:hover{background:#43def026;transform:translateY(-2px)}._btnWhite_dafmq_352{box-sizing:border-box;display:flex;flex-direction:row;justify-content:center;align-items:center;padding:8px 16px;gap:10px;height:48px;border:3px solid #ffffff;filter:drop-shadow(0px 0px 12px #ffffff) drop-shadow(0px 0px 4px rgba(255,255,255,.1));border-radius:64px;background:transparent;font-family:Ubuntu,sans-serif;font-style:normal;font-weight:500;font-size:14px;line-height:18px;color:#fff;cursor:pointer;white-space:nowrap;flex-shrink:0;transition:background .2s ease,transform .15s ease}._btnWhite_dafmq_352:hover{background:#ffffff1a;transform:translateY(-2px)}._assistantPanel_dafmq_383{display:flex;flex-direction:column;justify-content:space-between;padding:clamp(16px,2vw,32px);gap:10px;box-sizing:border-box;z-index:5;border-radius:16px;border:1px solid rgba(67,222,240,.22);background:#43def012;backdrop-filter:blur(16px);box-shadow:0 4px 40px #43def038,inset 0 0 8px #43def06b;min-height:0;overflow:hidden}._assistantHeader_dafmq_400{display:flex;justify-content:space-between;align-items:center}._assistantHeaderSpacer_dafmq_406{width:24px;height:24px;opacity:0}._assistantTitle_dafmq_412{margin:0;font-weight:700;font-size:20px;line-height:23px;color:#fff}._assistantClose_dafmq_420{width:24px;height:24px;background:none;border:none;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center}._assistantClose_dafmq_420:focus-visible{outline:2px solid #43def0}._assistantMeta_dafmq_437{text-align:center;margin-top:8px}._disclaimer_dafmq_442{margin:0;font-size:14px;line-height:18px;color:#fff;max-width:500px}._dateLabel_dafmq_450{margin:14px 0 0;font-family:Inter,sans-serif;font-weight:700;font-size:12px;line-height:15px;color:#fff}._assistantBody_dafmq_460{flex:1;overflow-y:auto;display:flex;flex-direction:column;gap:16px;padding:8px 0}._assistantBody_dafmq_460::-webkit-scrollbar{width:8px}._assistantBody_dafmq_460::-webkit-scrollbar-thumb{border-radius:8px;background:#43def080}._startersArea_dafmq_479{display:flex;flex-direction:column;align-items:center;gap:24px}._helpTitle_dafmq_486{margin:0;font-weight:700;font-size:20px;line-height:23px;color:#fff;text-align:center}._starterChips_dafmq_495{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;gap:8px}._starterChip_dafmq_495{box-sizing:border-box;display:flex;align-items:center;padding:8px 16px;border:1px solid #ffffff;border-radius:24px;background:transparent;font-family:Inter,sans-serif;font-weight:700;font-size:16px;line-height:24px;color:#fff;cursor:pointer;transition:background .2s ease}._starterChip_dafmq_495:hover{background:#ffffff1a}._msgRow_dafmq_525{width:100%;display:flex;align-items:flex-end;gap:8px}._msgAssistant_dafmq_532{justify-content:flex-start}._msgUser_dafmq_536{justify-content:flex-end}._msgUser_dafmq_536 ._msgAvatar_dafmq_540{order:2}._msgUser_dafmq_536 ._msgBubble_dafmq_544{order:1}._msgAvatar_dafmq_540{width:40px;height:40px;border-radius:100px;display:inline-flex;align-items:center;justify-content:center;color:#fff;font-size:12px;font-weight:700;flex:0 0 auto;background:#d9f8fc12;box-shadow:0 3px 12px #0000000d}._msgUser_dafmq_536 ._msgAvatar_dafmq_540{background:#43def038}._msgBubble_dafmq_544{max-width:calc(100% - 48px);display:flex;flex-direction:row;align-items:flex-end}._msgContent_dafmq_574{flex:1;min-width:0;border-radius:8px;padding:12px 16px;font-size:14px;line-height:18px;color:#fff;white-space:pre-wrap}._bubbleAssistant_dafmq_585{filter:drop-shadow(0 0 8px rgba(217,248,252,.42)) drop-shadow(0 0 2px rgba(217,248,252,.42))}._bubbleAssistant_dafmq_585 ._msgContent_dafmq_574{background:#d9f8fc12;border-radius:8px 8px 8px 0}._arrowAssistant_dafmq_594{width:12px;height:12px;flex-shrink:0;align-self:flex-end;background:#d9f8fc12;clip-path:polygon(100% 0,0% 100%,100% 100%)}._bubbleAssistant_dafmq_585 p{margin:0}._bubbleAssistant_dafmq_585 p+p{margin-top:8px}._bubbleUser_dafmq_611{filter:drop-shadow(0 0 8px rgba(67,222,240,.07)) drop-shadow(0 0 4px rgba(67,222,240,.8))}._bubbleUser_dafmq_611 ._msgContent_dafmq_574{background:#43def038;border-radius:8px 8px 0}._arrowUser_dafmq_620{width:12px;height:12px;flex-shrink:0;align-self:flex-end;background:#43def038;clip-path:polygon(0 0,0% 100%,100% 100%)}._chatError_dafmq_630{border-radius:8px;padding:10px 12px;background:#ff575733;border:1px solid rgba(255,87,87,.4);color:#ffdede;font-size:13px}._assistantFooter_dafmq_640{padding-top:8px}._chatInputWrapper_dafmq_644{display:flex;align-items:center;width:100%;min-height:56px;border-radius:24px;border:1px solid rgba(67,222,240,.22);background:#43def038;padding:4px 8px 4px 16px;box-sizing:border-box;gap:8px}._chatInput_dafmq_644{flex:1;min-height:48px;max-height:120px;resize:none;border:none;background:transparent;color:#fff;padding:12px 0;font-size:17px;line-height:22px;font-family:Ubuntu,sans-serif;outline:none;width:100%}._chatInput_dafmq_644::placeholder{color:#fff9}._chatActionBtn_dafmq_677{flex:0 0 auto;width:42px;height:42px;border:3px solid #43def0;filter:drop-shadow(0px 0px 16px #43def0);border-radius:64px;background:transparent;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center}._chatActionBtn_dafmq_677:focus-visible{outline:2px solid #43def0;outline-offset:2px}._chatActionIcon_dafmq_697{width:24px;height:24px;object-fit:contain;filter:brightness(0) invert(1)}._recording_dafmq_704{background:#ff3c3c40;animation:_pulse_dafmq_1 1.2s ease-in-out infinite}@keyframes _pulse_dafmq_1{0%,to{box-shadow:0 0 #ff3c3c66}50%{box-shadow:0 0 0 8px #ff3c3c00}}@media(max-width:1840px){._contentLayout_dafmq_89{grid-template-columns:140px 1fr 400px}._kpiCard_dafmq_119{width:130px;height:130px}}@media(max-width:1400px){._contentLayout_dafmq_89{grid-template-columns:1fr}._kpiSection_dafmq_102,._assistantPanel_dafmq_383{display:none}}@media(max-width:768px){._header_dafmq_29{padding:16px 24px;height:70px}._logoLeft_dafmq_42{width:100px;height:28px}._headerTitle_dafmq_55{font-size:16px}._logoRight_dafmq_82{width:36px;height:36px}._contentLayout_dafmq_89{grid-template-columns:1fr;padding:0 16px 16px}._headline_dafmq_178{font-size:24px;line-height:30px}._chooseRole_dafmq_193{font-size:16px;margin-top:12px}._cardsColumn_dafmq_203{gap:12px;margin-top:12px}._card_dafmq_203{flex-direction:column;align-items:flex-start;padding:16px;gap:12px;min-height:auto}._cardContent_dafmq_234{width:100%;gap:12px}._cardHeadline_dafmq_254{font-size:20px}._btnAccent_dafmq_321,._btnWhite_dafmq_352{width:100%;height:44px}}._root_ywh8k_4{position:relative;width:100%;height:100vh;min-height:100vh;overflow:hidden;background:#051624;font-family:Ubuntu,sans-serif;color:#fff;display:flex;flex-direction:column}._bgImage_ywh8k_18{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0;pointer-events:none}._header_ywh8k_29{position:relative;display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:24px clamp(24px,4vw,72px);height:90px;flex-shrink:0;z-index:10;box-sizing:border-box}._logoLeft_ywh8k_42{width:clamp(110px,10vw,187px);height:40px;object-fit:contain}._headerTitle_ywh8k_48{font-weight:700;font-size:clamp(18px,1.5vw,24px);line-height:28px;color:#fff}._logoRight_ywh8k_55{width:clamp(40px,10vw,187px);height:48px;object-fit:contain}._contentLayout_ywh8k_62{position:relative;z-index:5;flex:1;display:grid;grid-template-columns:186px 1fr 485px;gap:clamp(16px,2vw,32px);padding:0 clamp(24px,4vw,72px) 24px;overflow:hidden;box-sizing:border-box}._kpiSection_ywh8k_75{display:flex;flex-direction:column;justify-content:space-between;align-items:center;gap:16px;padding:8px 0 16px;overflow-y:auto;overflow-x:hidden;min-height:0}._kpiSection_ywh8k_75::-webkit-scrollbar{display:none}._kpiCard_ywh8k_91{width:clamp(100px,10vw,186px);height:clamp(100px,10vw,186px);border-radius:50%;overflow:hidden;position:relative;flex-shrink:0}._kpiImage_ywh8k_100{width:100%;height:100%;object-fit:contain}._backToStart_ywh8k_106{background:none;border:none;cursor:pointer;padding:0;display:flex;align-items:center;gap:4px;flex-shrink:0}._backLabel_ywh8k_117{font-family:Ubuntu,sans-serif;font-weight:500;font-size:14px;line-height:18px;color:#43def0}._backLabel_ywh8k_117:hover{text-decoration:underline}._titleBar_ywh8k_130{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:0;gap:24px;flex-shrink:0}._pageTitle_ywh8k_140{margin:0;font-family:Ubuntu,sans-serif;font-style:normal;font-weight:400;font-size:clamp(28px,2.2vw,35px);line-height:40px;color:#fff;white-space:nowrap}._stepper_ywh8k_152{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:0;gap:0}._stepItem_ywh8k_161{display:flex;flex-direction:row;align-items:center;padding:0;gap:11px}._stepDot_ywh8k_169{box-sizing:border-box;width:28px;height:28px;border-radius:999px;border:8px solid rgba(56,185,200,.6);flex-shrink:0}._stepDotActive_ywh8k_178{width:40px;height:40px;border:12px solid #43def0}._stepLabel_ywh8k_184{font-family:Ubuntu,sans-serif;font-style:normal;font-weight:400;font-size:17px;line-height:22px;display:flex;align-items:center;color:#43def0;white-space:nowrap}._stepConnector_ywh8k_196{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:0 8px}._stepLine_ywh8k_204{width:40px;height:0;border:3px solid rgba(56,185,200,.6);border-radius:2px}._mainContent_ywh8k_212{display:flex;flex-direction:column;gap:32px;overflow-y:auto;overflow-x:hidden;min-height:0;padding-bottom:24px}._mainContent_ywh8k_212::-webkit-scrollbar{width:6px}._mainContent_ywh8k_212::-webkit-scrollbar-thumb{border-radius:8px;background:#43def04d}._formCard_ywh8k_232{box-sizing:border-box;display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;padding:clamp(16px,2vw,32px);gap:24px;border:1px solid rgba(67,222,240,.22);backdrop-filter:blur(6px);border-radius:16px}._cardHeaderRow_ywh8k_246{display:flex;flex-direction:row;align-items:center;padding:0;gap:24px;width:100%}._cardHeadline_ywh8k_255{font-family:Ubuntu,sans-serif;font-style:normal;font-weight:400;font-size:clamp(22px,1.8vw,29px);line-height:33px;color:#fff}._badge_ywh8k_265{box-sizing:border-box;display:flex;flex-direction:row;justify-content:center;align-items:center;padding:4px 10px;gap:10px;height:30px;background:#ffffff1a;border:1px solid #43def0;backdrop-filter:blur(20px);border-radius:4px;font-family:Ubuntu,sans-serif;font-style:normal;font-weight:400;font-size:clamp(13px,1vw,17px);line-height:22px;color:#43def0;white-space:nowrap}._actionsRow_ywh8k_288{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;align-content:flex-start;padding:0;gap:24px;width:100%}._actionBtn_ywh8k_299{box-sizing:border-box;display:flex;flex-direction:row;justify-content:center;align-items:center;padding:16px 32px;gap:10px;height:64px;border:3px solid #ffffff;filter:drop-shadow(0px 0px 12px #ffffff) drop-shadow(0px 0px 4px rgba(255,255,255,.1));border-radius:64px;background:transparent;font-family:Ubuntu,sans-serif;font-style:normal;font-weight:500;font-size:clamp(16px,1.1vw,20px);line-height:23px;color:#fff;cursor:pointer;white-space:nowrap;transition:background .2s ease,transform .15s ease}._actionBtn_ywh8k_299:hover{background:#ffffff1a;transform:translateY(-2px)}._deviceCard_ywh8k_329{box-sizing:border-box;display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:clamp(16px,2vw,32px);gap:24px;border:1px solid rgba(67,222,240,.22);backdrop-filter:blur(6px);border-radius:16px}._deviceCardContent_ywh8k_342{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;gap:clamp(16px,2vw,35px);flex:1;min-width:0}._deviceSubtitle_ywh8k_352{font-family:Ubuntu,sans-serif;font-style:normal;font-weight:700;font-size:clamp(16px,1.1vw,20px);line-height:23px;color:#fff}._predefinedList_ywh8k_362{display:flex;flex-direction:column;gap:12px;width:100%}._predefinedItem_ywh8k_369{box-sizing:border-box;display:flex;flex-direction:row;align-items:center;padding:14px 24px;gap:12px;width:100%;border:1px solid rgba(67,222,240,.18);border-radius:80px;background:transparent;font-family:Ubuntu,sans-serif;font-style:normal;font-weight:500;font-size:clamp(16px,1.1vw,20px);line-height:23px;color:#fff;cursor:pointer;transition:background .2s ease,border-color .2s ease;text-align:left}._predefinedItem_ywh8k_369:hover{background:#43def01a;border-color:#43def066}._predefinedItemActive_ywh8k_396{background:#43def026;border-color:#43def0;box-shadow:0 0 12px #43def04d}._issuePopup_ywh8k_403{display:flex;flex-direction:column;align-items:flex-start;padding:32px;gap:20px;width:100%;box-sizing:border-box;background:#43def012;box-shadow:0 4px 40px #43def038,inset 0 0 8px #43def06b;backdrop-filter:blur(16px);border-radius:16px;animation:_popupFadeIn_ywh8k_1 .3s ease-out}@keyframes _popupFadeIn_ywh8k_1{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}._issuePopupHeader_ywh8k_429{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:0;gap:20px;width:100%}._issuePopupHeadline_ywh8k_439{font-family:Ubuntu,sans-serif;font-style:normal;font-weight:400;font-size:clamp(22px,1.8vw,29px);line-height:33px;color:#fff;flex:1}._issuePopupClose_ywh8k_449{width:24px;height:24px;background:none;border:none;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center;flex-shrink:0}._issuePopupClose_ywh8k_449:focus-visible{outline:2px solid #43def0}._issuePopupStarters_ywh8k_467{display:flex;flex-direction:row;flex-wrap:wrap;align-items:flex-start;align-content:flex-start;padding:0;gap:24px;width:100%}._issuePopupBtn_ywh8k_479{box-sizing:border-box;display:flex;flex-direction:row;justify-content:center;align-items:center;padding:16px 32px;gap:10px;width:100%;height:64px;border:3px solid #43def0;filter:drop-shadow(0px 0px 16px #43def0);border-radius:64px;background:transparent;cursor:pointer;transition:background .2s ease,transform .15s ease}._issuePopupBtn_ywh8k_479:hover{background:#43def01f;transform:translateY(-2px)}._issuePopupBtnLabel_ywh8k_502{font-family:Ubuntu,sans-serif;font-style:normal;font-weight:500;font-size:clamp(18px,1.3vw,22px);line-height:25px;color:#d9f8fc}._assistantPanel_ywh8k_512{display:flex;flex-direction:column;justify-content:space-between;padding:clamp(16px,2vw,32px);gap:10px;box-sizing:border-box;z-index:5;border-radius:16px;border:1px solid rgba(67,222,240,.22);background:#43def012;backdrop-filter:blur(16px);box-shadow:0 4px 40px #43def038,inset 0 0 8px #43def06b;min-height:0;overflow:hidden}._assistantHeader_ywh8k_529{display:flex;justify-content:space-between;align-items:center}._assistantHeaderSpacer_ywh8k_535{width:24px;height:24px;opacity:0}._assistantTitle_ywh8k_541{margin:0;font-weight:700;font-size:20px;line-height:23px;color:#fff}._assistantClose_ywh8k_549{width:24px;height:24px;background:none;border:none;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center}._assistantClose_ywh8k_549:focus-visible{outline:2px solid #43def0}._assistantMeta_ywh8k_566{text-align:center;margin-top:8px}._disclaimer_ywh8k_571{margin:0;font-size:14px;line-height:18px;color:#fff;max-width:500px}._dateLabel_ywh8k_579{margin:14px 0 0;font-family:Inter,sans-serif;font-weight:700;font-size:12px;line-height:15px;color:#fff}._assistantBody_ywh8k_589{flex:1;overflow-y:auto;display:flex;flex-direction:column;gap:16px;padding:8px 0}._assistantBody_ywh8k_589::-webkit-scrollbar{width:8px}._assistantBody_ywh8k_589::-webkit-scrollbar-thumb{border-radius:8px;background:#43def080}._startersArea_ywh8k_608{display:flex;flex-direction:column;align-items:center;gap:24px}._helpTitle_ywh8k_615{margin:0;font-weight:700;font-size:20px;line-height:23px;color:#fff;text-align:center}._starterChips_ywh8k_624{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;gap:8px}._starterChip_ywh8k_624{box-sizing:border-box;display:flex;align-items:center;padding:8px 16px;border:1px solid #ffffff;border-radius:24px;background:transparent;font-family:Inter,sans-serif;font-weight:700;font-size:16px;line-height:24px;color:#fff;cursor:pointer;transition:background .2s ease}._starterChip_ywh8k_624:hover{background:#ffffff1a}._msgRow_ywh8k_654{width:100%;display:flex;align-items:flex-end;gap:8px}._msgAssistant_ywh8k_661{justify-content:flex-start}._msgUser_ywh8k_665{justify-content:flex-end}._msgUser_ywh8k_665 ._msgAvatar_ywh8k_669{order:2}._msgUser_ywh8k_665 ._msgBubble_ywh8k_673{order:1}._msgAvatar_ywh8k_669{width:40px;height:40px;border-radius:100px;display:inline-flex;align-items:center;justify-content:center;color:#fff;font-size:12px;font-weight:700;flex:0 0 auto;background:#d9f8fc12;box-shadow:0 3px 12px #0000000d}._msgUser_ywh8k_665 ._msgAvatar_ywh8k_669{background:#43def038}._msgBubble_ywh8k_673{max-width:calc(100% - 48px);display:flex;flex-direction:row;align-items:flex-end}._msgContent_ywh8k_703{flex:1;min-width:0;border-radius:8px;padding:12px 16px;font-size:14px;line-height:18px;color:#fff;white-space:pre-wrap}._bubbleAssistant_ywh8k_714{filter:drop-shadow(0 0 8px rgba(217,248,252,.42)) drop-shadow(0 0 2px rgba(217,248,252,.42))}._bubbleAssistant_ywh8k_714 ._msgContent_ywh8k_703{background:#d9f8fc12;border-radius:8px 8px 8px 0}._arrowAssistant_ywh8k_723{width:12px;height:12px;flex-shrink:0;align-self:flex-end;background:#d9f8fc12;clip-path:polygon(100% 0,0% 100%,100% 100%)}._bubbleAssistant_ywh8k_714 p{margin:0}._bubbleAssistant_ywh8k_714 p+p{margin-top:8px}._bubbleUser_ywh8k_740{filter:drop-shadow(0 0 8px rgba(67,222,240,.07)) drop-shadow(0 0 4px rgba(67,222,240,.8))}._bubbleUser_ywh8k_740 ._msgContent_ywh8k_703{background:#43def038;border-radius:8px 8px 0}._arrowUser_ywh8k_749{width:12px;height:12px;flex-shrink:0;align-self:flex-end;background:#43def038;clip-path:polygon(0 0,0% 100%,100% 100%)}._chatError_ywh8k_759{border-radius:8px;padding:10px 12px;background:#ff575733;border:1px solid rgba(255,87,87,.4);color:#ffdede;font-size:13px}._assistantFooter_ywh8k_769{padding-top:8px}._chatInputWrapper_ywh8k_773{display:flex;align-items:center;width:100%;min-height:56px;border-radius:24px;border:1px solid rgba(67,222,240,.22);background:#43def038;padding:4px 8px 4px 16px;box-sizing:border-box;gap:8px}._chatInput_ywh8k_773{flex:1;min-height:48px;max-height:120px;resize:none;border:none;background:transparent;color:#fff;padding:12px 0;font-size:17px;line-height:22px;font-family:Ubuntu,sans-serif;outline:none;width:100%}._chatInput_ywh8k_773::placeholder{color:#fff9}._chatActionBtn_ywh8k_806{flex:0 0 auto;width:42px;height:42px;border:3px solid #43def0;filter:drop-shadow(0px 0px 16px #43def0);border-radius:64px;background:transparent;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center}._chatActionBtn_ywh8k_806:focus-visible{outline:2px solid #43def0;outline-offset:2px}._chatActionIcon_ywh8k_826{width:24px;height:24px;object-fit:contain;filter:brightness(0) invert(1)}._recording_ywh8k_833{background:#ff3c3c40;animation:_pulse_ywh8k_1 1.2s ease-in-out infinite}@keyframes _pulse_ywh8k_1{0%,to{box-shadow:0 0 #ff3c3c66}50%{box-shadow:0 0 0 8px #ff3c3c00}}@media(max-width:1840px){._contentLayout_ywh8k_62{grid-template-columns:140px 1fr 400px}._kpiCard_ywh8k_91{width:130px;height:130px}}@media(max-width:1400px){._contentLayout_ywh8k_62{grid-template-columns:1fr}._kpiSection_ywh8k_75,._assistantPanel_ywh8k_512{display:none}._titleBar_ywh8k_130{flex-direction:column;align-items:flex-start;gap:16px}._stepper_ywh8k_152{flex-wrap:wrap;gap:8px}}@media(max-width:768px){._header_ywh8k_29{padding:16px 24px;height:70px}._logoLeft_ywh8k_42{width:100px;height:28px}._headerTitle_ywh8k_48{font-size:16px}._logoRight_ywh8k_55{width:36px;height:36px}._contentLayout_ywh8k_62{grid-template-columns:1fr;padding:0 16px 16px}._actionsRow_ywh8k_288{gap:12px}._actionBtn_ywh8k_299{width:100%;height:52px;padding:12px 24px;font-size:16px}}._root_15z03_4{position:relative;width:100%;height:100vh;min-height:100vh;overflow:hidden;background:#051624;font-family:Ubuntu,sans-serif;color:#fff;display:flex;flex-direction:column}._bgImage_15z03_18{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0;pointer-events:none}._header_15z03_29{position:relative;display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:24px clamp(24px,4vw,72px);height:90px;flex-shrink:0;z-index:10;box-sizing:border-box}._logoLeft_15z03_42{width:clamp(110px,10vw,187px);height:40px;object-fit:contain}._headerCenter_15z03_48{display:flex;flex-direction:row;align-items:center;gap:24px}._headerTitle_15z03_55{font-weight:700;font-size:clamp(18px,1.5vw,24px);line-height:28px;color:#fff}._processManagementBtn_15z03_62{background:#43def01f;border:1px solid rgba(67,222,240,.32);border-radius:8px;padding:8px 16px;color:#43def0;font-family:Ubuntu,sans-serif;font-weight:500;font-size:14px;line-height:18px;cursor:pointer;white-space:nowrap;transition:background .15s,border-color .15s}._processManagementBtn_15z03_62:hover{background:#43def038;border-color:#43def080}._logoRight_15z03_82{width:clamp(40px,10vw,187px);height:48px;object-fit:contain}._contentLayout_15z03_89{position:relative;z-index:5;flex:1;display:grid;grid-template-columns:186px 1fr 485px;gap:clamp(16px,2vw,32px);padding:0 clamp(24px,4vw,72px) 24px;overflow:hidden;box-sizing:border-box}._kpiSection_15z03_102{display:flex;flex-direction:column;justify-content:space-between;align-items:center;gap:16px;padding:8px 0 16px;overflow-y:auto;overflow-x:hidden;min-height:0}._kpiSection_15z03_102::-webkit-scrollbar{display:none}._kpiCard_15z03_118{width:clamp(100px,10vw,186px);height:clamp(100px,10vw,186px);border-radius:50%;overflow:hidden;position:relative;flex-shrink:0}._kpiImage_15z03_127{width:100%;height:100%;object-fit:contain}._backToStart_15z03_133{background:none;border:none;cursor:pointer;padding:0;display:flex;align-items:center;gap:4px;flex-shrink:0}._backLabel_15z03_144{font-family:Ubuntu,sans-serif;font-weight:500;font-size:14px;line-height:18px;color:#43def0}._backLabel_15z03_144:hover{text-decoration:underline}._titleBar_15z03_157{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:0;gap:24px;flex-shrink:0}._pageTitle_15z03_167{margin:0;font-family:Ubuntu,sans-serif;font-style:normal;font-weight:400;font-size:clamp(28px,2.2vw,35px);line-height:40px;color:#fff;white-space:nowrap}._stepper_15z03_179{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:0;gap:0}._stepItem_15z03_188{display:flex;flex-direction:row;align-items:center;padding:0;gap:11px}._stepDot_15z03_196{box-sizing:border-box;width:28px;height:28px;border-radius:999px;border:8px solid rgba(56,185,200,.6);flex-shrink:0}._stepDotActive_15z03_205{width:40px;height:40px;border:12px solid #43def0}._stepLabel_15z03_211{font-family:Ubuntu,sans-serif;font-style:normal;font-weight:400;font-size:14px;line-height:18px;display:flex;align-items:center;color:#43def0;white-space:nowrap}._stepConnector_15z03_223{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:0 8px}._stepLine_15z03_231{width:40px;height:0;border:3px solid rgba(56,185,200,.6);border-radius:2px}._mainContent_15z03_239{display:flex;flex-direction:column;gap:24px;overflow-y:auto;overflow-x:hidden;min-height:0;padding-bottom:24px}._mainContent_15z03_239::-webkit-scrollbar{width:6px}._mainContent_15z03_239::-webkit-scrollbar-thumb{border-radius:8px;background:#43def04d}._processBtn_15z03_259{box-sizing:border-box;display:flex;flex-direction:row;justify-content:center;align-items:center;padding:16px 24px;gap:10px;border:3px solid #43def0;filter:drop-shadow(0px 0px 16px #43def0);border-radius:64px;background:transparent;font-family:Ubuntu,sans-serif;font-weight:500;font-size:14px;line-height:18px;color:#d9f8fc;cursor:pointer;white-space:nowrap;transition:background .2s ease,transform .15s ease}._processBtn_15z03_259:hover{background:#43def026;transform:translateY(-2px)}._tableCard_15z03_287{box-sizing:border-box;display:flex;flex-direction:column;justify-content:space-between;align-items:center;padding:0;gap:32px;width:100%;backdrop-filter:blur(16px);border-radius:16px;flex:1;min-height:0;overflow:hidden}._tableHeaderRow_15z03_304{display:flex;flex-direction:row;align-items:center;gap:24px;width:100%}._tableTitle_15z03_312{font-family:Ubuntu,sans-serif;font-weight:700;font-size:20px;line-height:23px;color:#fff}._ticketTable_15z03_321{width:100%;flex:1;overflow-y:auto;min-height:0}._ticketTable_15z03_321::-webkit-scrollbar{width:6px}._ticketTable_15z03_321::-webkit-scrollbar-thumb{border-radius:8px;background:#43def04d}._tHead_15z03_338{display:flex;flex-direction:row;align-items:center;width:100%;border-bottom:1px solid rgba(255,255,255,.1)}._tHeadCell_15z03_346{box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:8px 16px;height:52px;font-family:Ubuntu,sans-serif;font-weight:700;font-size:17px;line-height:20px;color:#fff}._tBody_15z03_362{display:flex;flex-direction:column;width:100%}._tRow_15z03_368{display:flex;flex-direction:row;align-items:center;width:100%;border-bottom:1px solid rgba(255,255,255,.1);transition:background .15s ease;cursor:pointer}._tRow_15z03_368:hover{background:#43def00d}._tCell_15z03_382{box-sizing:border-box;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;padding:8px 16px;height:64px;font-family:Ubuntu,sans-serif;font-weight:400;font-size:17px;line-height:22px;color:#fff9;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._colId_15z03_401{width:87px;flex-shrink:0}._colType_15z03_406{width:105px;flex-shrink:0}._colTitle_15z03_411{flex:1;min-width:0}._colTitle_15z03_411._tCell_15z03_382{color:#eee}._colPriority_15z03_420{width:115px;flex-shrink:0}._colAssign_15z03_425{width:151px;flex-shrink:0}._colDate_15z03_430{width:149px;flex-shrink:0}._colAction_15z03_435{width:58px;flex-shrink:0;justify-content:center}._typeChip_15z03_442{box-sizing:border-box;display:flex;flex-direction:row;justify-content:center;align-items:center;padding:4px 10px;gap:10px;max-width:341px;background:#ffffff26;border:1px solid rgba(255,255,255,.4);backdrop-filter:blur(20px);border-radius:4px;font-family:Ubuntu,sans-serif;font-weight:400;font-size:17px;line-height:22px;color:#fff;white-space:nowrap}._priorityChip_15z03_464{box-sizing:border-box;display:flex;flex-direction:row;justify-content:center;align-items:center;padding:4px 10px;gap:10px;max-width:341px;background:#ffffff1a;border:1px solid #43def0;backdrop-filter:blur(20px);border-radius:4px;font-family:Ubuntu,sans-serif;font-weight:400;font-size:17px;line-height:22px;color:#43def0;white-space:nowrap}._rowArrowBtn_15z03_486{box-sizing:border-box;display:flex;flex-direction:row;justify-content:center;align-items:center;padding:8px;gap:10px;width:42px;height:42px;border:3px solid #43def0;filter:drop-shadow(0px 0px 16px #43def0);border-radius:64px;background:transparent;cursor:pointer;transition:background .2s ease}._rowArrowBtn_15z03_486:hover{background:#43def026}._paginationRow_15z03_509{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:11px;width:100%}._paginationSpacer_15z03_518{width:49px;height:20px;opacity:0}._pagination_15z03_509{display:flex;flex-direction:row;justify-content:center;align-items:flex-start;gap:11px}._pageBtn_15z03_532{box-sizing:border-box;width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:#ffffff1a;border:1px solid rgba(255,255,255,.3);border-radius:4px;font-family:Inter,sans-serif;font-weight:700;font-size:14px;line-height:20px;text-align:center;color:#fff;cursor:pointer;padding:0;transition:border-color .15s ease}._pageBtn_15z03_532:hover{border-color:#43def080}._pageBtnActive_15z03_557{background:#ffffff1a;border:1px solid #43def0;color:#43def0;font-family:Ubuntu,sans-serif;font-weight:700;font-size:17px;line-height:20px}._paginationInfo_15z03_567{font-family:Ubuntu,sans-serif;font-weight:400;font-size:17px;line-height:22px;color:#fff9;white-space:nowrap}._assistantPanel_15z03_577{display:flex;flex-direction:column;justify-content:space-between;padding:clamp(16px,2vw,32px);gap:10px;box-sizing:border-box;z-index:5;border-radius:16px;border:1px solid rgba(67,222,240,.22);background:#43def012;backdrop-filter:blur(16px);box-shadow:0 4px 40px #43def038,inset 0 0 8px #43def06b;min-height:0;overflow:hidden}._assistantHeader_15z03_594{display:flex;justify-content:space-between;align-items:center}._assistantHeaderSpacer_15z03_600{width:24px;height:24px;opacity:0}._assistantTitle_15z03_606{margin:0;font-weight:700;font-size:20px;line-height:23px;color:#fff}._assistantClose_15z03_614{width:24px;height:24px;background:none;border:none;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center}._assistantClose_15z03_614:focus-visible{outline:2px solid #43def0}._assistantMeta_15z03_631{text-align:center;margin-top:8px}._disclaimer_15z03_636{margin:0;font-size:14px;line-height:18px;color:#fff;max-width:500px}._dateLabel_15z03_644{margin:14px 0 0;font-family:Inter,sans-serif;font-weight:700;font-size:12px;line-height:15px;color:#fff}._assistantBody_15z03_654{flex:1;overflow-y:auto;display:flex;flex-direction:column;gap:16px;padding:8px 0}._assistantBody_15z03_654::-webkit-scrollbar{width:8px}._assistantBody_15z03_654::-webkit-scrollbar-thumb{border-radius:8px;background:#43def080}._startersArea_15z03_673{display:flex;flex-direction:column;align-items:center;gap:24px}._helpTitle_15z03_680{margin:0;font-weight:700;font-size:20px;line-height:23px;color:#fff;text-align:center}._starterChips_15z03_689{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;gap:8px}._starterChip_15z03_689{box-sizing:border-box;display:flex;align-items:center;padding:8px 16px;border:1px solid #ffffff;border-radius:24px;background:transparent;font-family:Inter,sans-serif;font-weight:700;font-size:16px;line-height:24px;color:#fff;cursor:pointer;transition:background .2s ease}._starterChip_15z03_689:hover{background:#ffffff1a}._msgRow_15z03_719{width:100%;display:flex;align-items:flex-end;gap:8px}._msgAssistant_15z03_726{justify-content:flex-start}._msgUser_15z03_730{justify-content:flex-end}._msgUser_15z03_730 ._msgAvatar_15z03_734{order:2}._msgUser_15z03_730 ._msgBubble_15z03_738{order:1}._msgAvatar_15z03_734{width:40px;height:40px;border-radius:100px;display:inline-flex;align-items:center;justify-content:center;color:#fff;font-size:12px;font-weight:700;flex:0 0 auto;background:#d9f8fc12;box-shadow:0 3px 12px #0000000d}._msgUser_15z03_730 ._msgAvatar_15z03_734{background:#43def038}._msgBubble_15z03_738{max-width:calc(100% - 48px);display:flex;flex-direction:row;align-items:flex-end}._msgContent_15z03_768{flex:1;min-width:0;border-radius:8px;padding:12px 16px;font-size:14px;line-height:18px;color:#fff;white-space:pre-wrap}._bubbleAssistant_15z03_779{filter:drop-shadow(0 0 8px rgba(217,248,252,.42)) drop-shadow(0 0 2px rgba(217,248,252,.42))}._bubbleAssistant_15z03_779 ._msgContent_15z03_768{background:#d9f8fc12;border-radius:8px 8px 8px 0}._arrowAssistant_15z03_788{width:12px;height:12px;flex-shrink:0;align-self:flex-end;background:#d9f8fc12;clip-path:polygon(100% 0,0% 100%,100% 100%)}._bubbleAssistant_15z03_779 p{margin:0}._bubbleAssistant_15z03_779 p+p{margin-top:8px}._bubbleUser_15z03_805{filter:drop-shadow(0 0 8px rgba(67,222,240,.07)) drop-shadow(0 0 4px rgba(67,222,240,.8))}._bubbleUser_15z03_805 ._msgContent_15z03_768{background:#43def038;border-radius:8px 8px 0}._arrowUser_15z03_814{width:12px;height:12px;flex-shrink:0;align-self:flex-end;background:#43def038;clip-path:polygon(0 0,0% 100%,100% 100%)}._chatError_15z03_824{border-radius:8px;padding:10px 12px;background:#ff575733;border:1px solid rgba(255,87,87,.4);color:#ffdede;font-size:13px}._assistantFooter_15z03_834{padding-top:8px}._chatInputWrapper_15z03_838{display:flex;align-items:center;width:100%;min-height:56px;border-radius:24px;border:1px solid rgba(67,222,240,.22);background:#43def038;padding:4px 8px 4px 16px;box-sizing:border-box;gap:8px}._chatInput_15z03_838{flex:1;min-height:48px;max-height:120px;resize:none;border:none;background:transparent;color:#fff;padding:12px 0;font-size:17px;line-height:22px;font-family:Ubuntu,sans-serif;outline:none;width:100%}._chatInput_15z03_838::placeholder{color:#fff9}._chatActionBtn_15z03_871{flex:0 0 auto;width:42px;height:42px;border:3px solid #43def0;filter:drop-shadow(0px 0px 16px #43def0);border-radius:64px;background:transparent;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center}._chatActionBtn_15z03_871:focus-visible{outline:2px solid #43def0;outline-offset:2px}._chatActionIcon_15z03_891{width:24px;height:24px;object-fit:contain;filter:brightness(0) invert(1)}._recording_15z03_898{background:#ff3c3c40;animation:_pulse_15z03_1 1.2s ease-in-out infinite}@keyframes _pulse_15z03_1{0%,to{box-shadow:0 0 #ff3c3c66}50%{box-shadow:0 0 0 8px #ff3c3c00}}@media(max-width:1840px){._contentLayout_15z03_89{grid-template-columns:140px 1fr 400px}._kpiCard_15z03_118{width:130px;height:130px}}@media(max-width:1400px){._contentLayout_15z03_89{grid-template-columns:1fr}._kpiSection_15z03_102,._assistantPanel_15z03_577{display:none}._titleBar_15z03_157{flex-direction:column;align-items:flex-start;gap:16px}._stepper_15z03_179{flex-wrap:wrap;gap:8px}}@media(max-width:768px){._header_15z03_29{padding:16px 24px;height:70px}._logoLeft_15z03_42{width:100px;height:28px}._headerTitle_15z03_55{font-size:16px}._logoRight_15z03_82{width:36px;height:36px}._contentLayout_15z03_89{grid-template-columns:1fr;padding:0 16px 16px}}._root_165ww_4{position:relative;width:100%;height:100vh;min-height:100vh;overflow:hidden;background:#051624;font-family:Ubuntu,sans-serif;color:#fff;display:flex;flex-direction:column}._bgImage_165ww_18{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0;pointer-events:none}._header_165ww_29{position:relative;display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:24px clamp(24px,4vw,72px);height:90px;flex-shrink:0;z-index:10;box-sizing:border-box}._logoLeft_165ww_42{width:clamp(110px,10vw,187px);height:40px;object-fit:contain}._headerTitle_165ww_48{font-weight:700;font-size:clamp(18px,1.5vw,24px);line-height:28px;color:#fff}._logoRight_165ww_55{width:clamp(40px,10vw,187px);height:48px;object-fit:contain}._contentLayout_165ww_62{position:relative;z-index:5;flex:1;display:grid;grid-template-columns:186px 1fr 485px;gap:clamp(16px,2vw,32px);padding:0 clamp(24px,4vw,72px) 24px;overflow:hidden;box-sizing:border-box}._kpiSection_165ww_75{display:flex;flex-direction:column;justify-content:space-between;align-items:center;gap:16px;padding:8px 0 16px;overflow-y:auto;overflow-x:hidden;min-height:0}._kpiSection_165ww_75::-webkit-scrollbar{display:none}._kpiCard_165ww_91{width:clamp(100px,10vw,186px);height:clamp(100px,10vw,186px);border-radius:50%;overflow:hidden;position:relative;flex-shrink:0}._kpiImage_165ww_100{width:100%;height:100%;object-fit:contain}._backToStart_165ww_106{background:none;border:none;cursor:pointer;padding:0;display:flex;align-items:center;gap:4px;flex-shrink:0}._backLabel_165ww_117{font-family:Ubuntu,sans-serif;font-weight:500;font-size:14px;line-height:18px;color:#43def0}._backLabel_165ww_117:hover{text-decoration:underline}._titleBar_165ww_130{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:0;gap:24px;flex-shrink:0}._pageTitle_165ww_140{margin:0;font-family:Ubuntu,sans-serif;font-style:normal;font-weight:400;font-size:clamp(28px,2.2vw,35px);line-height:40px;color:#fff;white-space:nowrap}._stepper_165ww_152{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:0;gap:0}._stepItem_165ww_161{display:flex;flex-direction:row;align-items:center;padding:0;gap:11px}._stepDot_165ww_169{box-sizing:border-box;width:28px;height:28px;border-radius:999px;border:8px solid rgba(56,185,200,.6);flex-shrink:0}._stepDotActive_165ww_178{width:40px;height:40px;border:12px solid #43def0}._stepLabel_165ww_184{font-family:Ubuntu,sans-serif;font-style:normal;font-weight:400;font-size:17px;line-height:22px;display:flex;align-items:center;color:#43def0;white-space:nowrap}._stepConnector_165ww_196{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:0 8px}._stepLine_165ww_204{width:40px;height:0;border:3px solid rgba(56,185,200,.6);border-radius:2px}._mainContent_165ww_212{display:flex;flex-direction:column;gap:24px;overflow-y:auto;overflow-x:hidden;min-height:0;padding-bottom:24px}._mainContent_165ww_212::-webkit-scrollbar{width:6px}._mainContent_165ww_212::-webkit-scrollbar-thumb{border-radius:8px;background:#43def04d}._ticketBar_165ww_232{box-sizing:border-box;display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:24px;gap:12px;border-radius:16px;flex-shrink:0}._ticketBarLeft_165ww_244{display:flex;flex-direction:row;align-items:center;gap:12px}._ticketBarLabel_165ww_251{font-family:Ubuntu,sans-serif;font-weight:700;font-size:20px;line-height:23px;color:#fff}._ticketBarValue_165ww_259{font-family:Ubuntu,sans-serif;font-weight:400;font-size:20px;line-height:23px;color:#fff}._ticketBarRight_165ww_267{display:flex;flex-direction:row;justify-content:flex-end;align-items:center;gap:4px}._refreshIcon_165ww_275{width:24px;height:24px;color:#fff9;animation:_spin_165ww_1 2s linear infinite}@keyframes _spin_165ww_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._ticketBarStatus_165ww_290{font-family:Ubuntu,sans-serif;font-weight:400;font-size:14px;line-height:18px;color:#fff9}._card_165ww_299{box-sizing:border-box;display:flex;flex-direction:column;align-items:flex-start;padding:24px;gap:24px;border:1px solid rgba(67,222,240,.12);backdrop-filter:blur(6px);border-radius:16px}._cardTitle_165ww_311{font-family:Ubuntu,sans-serif;font-weight:700;font-size:24px;line-height:28px;color:#fff;margin:0;display:none}._fieldRow_165ww_322{display:flex;flex-direction:row;align-items:center;gap:34px;width:100%}._field_165ww_322{display:flex;flex-direction:column;align-items:flex-start;gap:16px;flex:1;min-width:0}._fieldLabel_165ww_339{font-family:Ubuntu,sans-serif;font-weight:400;font-size:17px;line-height:22px;color:#fff9}._skeletonBar_165ww_348{width:100%;height:44px;border-radius:0;background:#43def014;position:relative;overflow:hidden}._skeletonFill_165ww_357{position:absolute;top:0;left:0;height:100%;width:0%;background:#43def02e;transition:width .3s ease}._skeletonBarTall_165ww_368{height:88px}._assistantPanel_165ww_374{display:flex;flex-direction:column;justify-content:space-between;padding:clamp(16px,2vw,32px);gap:10px;box-sizing:border-box;z-index:5;border-radius:16px;border:1px solid rgba(67,222,240,.22);background:#43def012;backdrop-filter:blur(16px);box-shadow:0 4px 40px #43def038,inset 0 0 8px #43def06b;min-height:0;overflow:hidden}._assistantHeader_165ww_391{display:flex;justify-content:space-between;align-items:center}._assistantHeaderSpacer_165ww_397{width:24px;height:24px;opacity:0}._assistantTitle_165ww_403{margin:0;font-weight:700;font-size:20px;line-height:23px;color:#fff}._assistantClose_165ww_411{width:24px;height:24px;background:none;border:none;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center}._assistantClose_165ww_411:focus-visible{outline:2px solid #43def0}._assistantMeta_165ww_428{text-align:center;margin-top:8px}._disclaimer_165ww_433{margin:0;font-size:14px;line-height:18px;color:#fff;max-width:500px}._dateLabel_165ww_441{margin:14px 0 0;font-family:Inter,sans-serif;font-weight:700;font-size:12px;line-height:15px;color:#fff}._assistantBody_165ww_451{flex:1;overflow-y:auto;display:flex;flex-direction:column;gap:16px;padding:8px 0}._assistantBody_165ww_451::-webkit-scrollbar{width:8px}._assistantBody_165ww_451::-webkit-scrollbar-thumb{border-radius:8px;background:#43def080}._startersArea_165ww_470{display:flex;flex-direction:column;align-items:center;gap:24px}._helpTitle_165ww_477{margin:0;font-weight:700;font-size:20px;line-height:23px;color:#fff;text-align:center}._starterChips_165ww_486{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;gap:8px}._starterChip_165ww_486{box-sizing:border-box;display:flex;align-items:center;padding:8px 16px;border:1px solid #ffffff;border-radius:24px;background:transparent;font-family:Inter,sans-serif;font-weight:700;font-size:16px;line-height:24px;color:#fff;cursor:pointer;transition:background .2s ease}._starterChip_165ww_486:hover{background:#ffffff1a}._msgRow_165ww_516{width:100%;display:flex;align-items:flex-end;gap:8px}._msgAssistant_165ww_523{justify-content:flex-start}._msgUser_165ww_527{justify-content:flex-end}._msgUser_165ww_527 ._msgAvatar_165ww_531{order:2}._msgUser_165ww_527 ._msgBubble_165ww_535{order:1}._msgAvatar_165ww_531{width:40px;height:40px;border-radius:100px;display:inline-flex;align-items:center;justify-content:center;color:#fff;font-size:12px;font-weight:700;flex:0 0 auto;background:#d9f8fc12;box-shadow:0 3px 12px #0000000d}._msgUser_165ww_527 ._msgAvatar_165ww_531{background:#43def038}._msgBubble_165ww_535{max-width:calc(100% - 48px);display:flex;flex-direction:row;align-items:flex-end}._msgContent_165ww_565{flex:1;min-width:0;border-radius:8px;padding:12px 16px;font-size:14px;line-height:18px;color:#fff;white-space:pre-wrap}._bubbleAssistant_165ww_576{filter:drop-shadow(0 0 8px rgba(217,248,252,.42)) drop-shadow(0 0 2px rgba(217,248,252,.42))}._bubbleAssistant_165ww_576 ._msgContent_165ww_565{background:#d9f8fc12;border-radius:8px 8px 8px 0}._arrowAssistant_165ww_585{width:12px;height:12px;flex-shrink:0;align-self:flex-end;background:#d9f8fc12;clip-path:polygon(100% 0,0% 100%,100% 100%)}._bubbleAssistant_165ww_576 p{margin:0}._bubbleAssistant_165ww_576 p+p{margin-top:8px}._bubbleUser_165ww_602{filter:drop-shadow(0 0 8px rgba(67,222,240,.07)) drop-shadow(0 0 4px rgba(67,222,240,.8))}._bubbleUser_165ww_602 ._msgContent_165ww_565{background:#43def038;border-radius:8px 8px 0}._arrowUser_165ww_611{width:12px;height:12px;flex-shrink:0;align-self:flex-end;background:#43def038;clip-path:polygon(0 0,0% 100%,100% 100%)}._chatError_165ww_621{border-radius:8px;padding:10px 12px;background:#ff575733;border:1px solid rgba(255,87,87,.4);color:#ffdede;font-size:13px}._assistantFooter_165ww_631{padding-top:8px}._chatInputWrapper_165ww_635{display:flex;align-items:center;width:100%;min-height:56px;border-radius:24px;border:1px solid rgba(67,222,240,.22);background:#43def038;padding:4px 8px 4px 16px;box-sizing:border-box;gap:8px}._chatInput_165ww_635{flex:1;min-height:48px;max-height:120px;resize:none;border:none;background:transparent;color:#fff;padding:12px 0;font-size:17px;line-height:22px;font-family:Ubuntu,sans-serif;outline:none;width:100%}._chatInput_165ww_635::placeholder{color:#fff9}._chatActionBtn_165ww_668{flex:0 0 auto;width:42px;height:42px;border:3px solid #43def0;filter:drop-shadow(0px 0px 16px #43def0);border-radius:64px;background:transparent;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center}._chatActionBtn_165ww_668:focus-visible{outline:2px solid #43def0;outline-offset:2px}._chatActionIcon_165ww_688{width:24px;height:24px;object-fit:contain;filter:brightness(0) invert(1)}._recording_165ww_695{background:#ff3c3c40;animation:_pulse_165ww_1 1.2s ease-in-out infinite}@keyframes _pulse_165ww_1{0%,to{box-shadow:0 0 #ff3c3c66}50%{box-shadow:0 0 0 8px #ff3c3c00}}@media(max-width:1840px){._contentLayout_165ww_62{grid-template-columns:140px 1fr 400px}._kpiCard_165ww_91{width:130px;height:130px}}@media(max-width:1400px){._contentLayout_165ww_62{grid-template-columns:1fr}._kpiSection_165ww_75,._assistantPanel_165ww_374{display:none}._titleBar_165ww_130{flex-direction:column;align-items:flex-start;gap:16px}._stepper_165ww_152{flex-wrap:wrap;gap:8px}}@media(max-width:768px){._header_165ww_29{padding:16px 24px;height:70px}._logoLeft_165ww_42{width:100px;height:28px}._headerTitle_165ww_48{font-size:16px}._logoRight_165ww_55{width:36px;height:36px}._contentLayout_165ww_62{grid-template-columns:1fr;padding:0 16px 16px}._fieldRow_165ww_322{flex-direction:column;gap:24px}}._root_1wx46_4{position:relative;width:100%;height:100vh;min-height:100vh;overflow:hidden;background:#051624;font-family:Ubuntu,sans-serif;color:#fff;display:flex;flex-direction:column}._bgImage_1wx46_18{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0;pointer-events:none}._header_1wx46_29{position:relative;display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:24px clamp(24px,4vw,72px);height:90px;flex-shrink:0;z-index:10;box-sizing:border-box}._logoLeft_1wx46_42{width:clamp(110px,10vw,187px);height:40px;object-fit:contain}._headerCenter_1wx46_48{display:flex;flex-direction:row;align-items:center;gap:24px}._headerTitle_1wx46_55{font-weight:700;font-size:clamp(18px,1.5vw,24px);line-height:28px;color:#fff}._processManagementBtn_1wx46_62{background:#43def01f;border:1px solid rgba(67,222,240,.32);border-radius:8px;padding:8px 16px;color:#43def0;font-family:Ubuntu,sans-serif;font-weight:500;font-size:14px;line-height:18px;cursor:pointer;white-space:nowrap;transition:background .15s,border-color .15s}._processManagementBtn_1wx46_62:hover{background:#43def038;border-color:#43def080}._logoRight_1wx46_82{width:clamp(40px,10vw,187px);height:48px;object-fit:contain}._contentLayout_1wx46_89{position:relative;z-index:5;flex:1;display:grid;grid-template-columns:186px 1fr 485px;gap:clamp(16px,2vw,32px);padding:0 clamp(24px,4vw,72px) 24px;overflow:hidden;box-sizing:border-box}._kpiSection_1wx46_102{display:flex;flex-direction:column;justify-content:space-between;align-items:center;gap:16px;padding:8px 0 16px;overflow-y:auto;overflow-x:hidden;min-height:0}._kpiSection_1wx46_102::-webkit-scrollbar{display:none}._kpiCard_1wx46_118{width:clamp(100px,10vw,186px);height:clamp(100px,10vw,186px);border-radius:50%;overflow:hidden;position:relative;flex-shrink:0}._kpiImage_1wx46_127{width:100%;height:100%;object-fit:contain}._backToStart_1wx46_133{background:none;border:none;cursor:pointer;padding:0;display:flex;align-items:center;gap:4px;flex-shrink:0}._backLabel_1wx46_144{font-family:Ubuntu,sans-serif;font-weight:500;font-size:14px;line-height:18px;color:#43def0}._backLabel_1wx46_144:hover{text-decoration:underline}._titleBar_1wx46_157{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:0;gap:24px;flex-shrink:0}._pageTitle_1wx46_167{margin:0;font-family:Ubuntu,sans-serif;font-style:normal;font-weight:400;font-size:clamp(28px,2.2vw,35px);line-height:40px;color:#fff;white-space:nowrap}._stepper_1wx46_179{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:0;gap:0}._stepItem_1wx46_188{display:flex;flex-direction:row;align-items:center;padding:0;gap:11px}._stepDot_1wx46_196{box-sizing:border-box;width:28px;height:28px;border-radius:999px;border:8px solid rgba(56,185,200,.6);flex-shrink:0}._stepDotActive_1wx46_205{width:40px;height:40px;border:12px solid #43def0}._stepLabel_1wx46_211{font-family:Ubuntu,sans-serif;font-style:normal;font-weight:400;font-size:17px;line-height:22px;display:flex;align-items:center;color:#43def0;white-space:nowrap}._stepConnector_1wx46_223{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:0 8px}._stepLine_1wx46_231{width:40px;height:0;border:3px solid rgba(56,185,200,.6);border-radius:2px}._mainContent_1wx46_239{display:flex;flex-direction:column;gap:24px;overflow-y:auto;overflow-x:hidden;min-height:0;padding-bottom:24px}._mainContent_1wx46_239::-webkit-scrollbar{width:6px}._mainContent_1wx46_239::-webkit-scrollbar-thumb{border-radius:8px;background:#43def04d}._ticketBar_1wx46_259{box-sizing:border-box;display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:16px 24px;gap:12px;border-radius:16px;flex-shrink:0}._ticketBarLeft_1wx46_271{display:flex;flex-direction:row;align-items:center;gap:12px}._ticketBarLabel_1wx46_278{font-family:Ubuntu,sans-serif;font-weight:700;font-size:17px;line-height:20px;color:#fff}._ticketBarValue_1wx46_286{font-family:Ubuntu,sans-serif;font-weight:400;font-size:17px;line-height:22px;color:#fff}._ticketBarRight_1wx46_294{display:flex;flex-direction:row;justify-content:flex-end;align-items:center;gap:4px}._checkIcon_1wx46_302{width:24px;height:24px;color:#fff9}._ticketBarStatus_1wx46_308{font-family:Ubuntu,sans-serif;font-weight:400;font-size:14px;line-height:18px;color:#fff9}._card_1wx46_317{box-sizing:border-box;display:flex;flex-direction:column;align-items:flex-start;padding:24px;gap:24px;border:1px solid rgba(67,222,240,.12);backdrop-filter:blur(6px);border-radius:16px}._fieldRow_1wx46_330{display:flex;flex-direction:row;align-items:flex-start;gap:34px;width:100%}._field_1wx46_330{display:flex;flex-direction:column;align-items:flex-start;gap:16px;flex:1;min-width:0}._fieldLabelRow_1wx46_348{display:flex;flex-direction:row;align-items:center;gap:8px}._fieldLabel_1wx46_348{font-family:Ubuntu,sans-serif;font-weight:400;font-size:17px;line-height:22px;color:#fff9}._aiBadge_1wx46_363{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:4px 8px;background:#43def038;border-radius:4px;font-family:Ubuntu,sans-serif;font-weight:500;font-size:14px;line-height:18px;color:#fff}._fieldInput_1wx46_379{box-sizing:border-box;display:flex;flex-direction:row;align-items:center;padding:0 24px;gap:8px;width:100%;height:44px;background:#ffffff26;border:1px solid rgba(255,255,255,.4);backdrop-filter:blur(20px);border-radius:4px;font-family:Ubuntu,sans-serif;font-weight:400;font-size:17px;line-height:22px;color:#fff9}._solutionCardsRow_1wx46_400{display:flex;flex-direction:row;align-items:stretch;gap:24px;flex:1;min-height:0}._solutionCard_1wx46_400{box-sizing:border-box;display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start;padding:24px;gap:16px;flex:1;min-width:0;background:#43def012;border-bottom:1px solid rgba(67,222,240,.12);border-radius:16px}._solutionCardInner_1wx46_424{display:flex;flex-direction:column;align-items:flex-start;gap:24px;width:100%;flex:1}._solutionLabelRow_1wx46_434{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:8px;width:100%}._solutionLabelLeft_1wx46_443{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:24px;flex:1}._solutionTitle_1wx46_452{font-family:Ubuntu,sans-serif;font-weight:700;font-size:17px;line-height:20px;color:#fff}._solutionTime_1wx46_460{font-family:Ubuntu,sans-serif;font-weight:400;font-size:17px;line-height:22px;color:#43def0}._solutionStepsArea_1wx46_469{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;gap:8px;width:100%;flex:1}._solutionSummary_1wx46_479{font-family:Ubuntu,sans-serif;font-weight:400;font-size:17px;line-height:22px;color:#fff}._solutionStepsList_1wx46_487{display:flex;flex-direction:column;align-items:flex-start;padding:0 0 16px;gap:16px;width:100%}._solutionStepItem_1wx46_496{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;align-content:flex-start;gap:8px 16px;width:100%}._solutionStepText_1wx46_507{font-family:Ubuntu,sans-serif;font-weight:400;font-size:14px;line-height:18px;color:#fff9;flex:1}._solutionFooter_1wx46_517{display:flex;flex-direction:column;align-items:flex-start;gap:8px}._sourceLink_1wx46_524{box-sizing:border-box;display:inline-flex;flex-direction:row;justify-content:center;align-items:center;padding:4px 8px;gap:10px;background:#ffffff26;border:1px solid rgba(255,255,255,.4);border-radius:16px;font-family:Ubuntu,sans-serif;font-weight:400;font-size:14px;line-height:18px;color:#fff}._sourceExtra_1wx46_542{font-family:Ubuntu,sans-serif;font-weight:400;font-size:14px;line-height:18px;color:#fff}._resolveBtn_1wx46_551{box-sizing:border-box;display:flex;flex-direction:row;justify-content:center;align-items:center;padding:16px 32px;gap:10px;border:3px solid #43def0;filter:drop-shadow(0px 0px 16px #43def0);border-radius:64px;background:transparent;font-family:Ubuntu,sans-serif;font-weight:500;font-size:20px;line-height:23px;color:#d9f8fc;cursor:pointer;white-space:nowrap;transition:background .2s ease,transform .15s ease}._resolveBtn_1wx46_551:hover{background:#43def026;transform:translateY(-2px)}._assistantPanel_1wx46_579{display:flex;flex-direction:column;justify-content:space-between;padding:clamp(16px,2vw,32px);gap:10px;box-sizing:border-box;z-index:5;border-radius:16px;border:1px solid rgba(67,222,240,.22);background:#43def012;backdrop-filter:blur(16px);box-shadow:0 4px 40px #43def038,inset 0 0 8px #43def06b;min-height:0;overflow:hidden}._assistantHeader_1wx46_596{display:flex;justify-content:space-between;align-items:center}._assistantHeaderSpacer_1wx46_602{width:24px;height:24px;opacity:0}._assistantTitle_1wx46_608{margin:0;font-weight:700;font-size:20px;line-height:23px;color:#fff}._assistantClose_1wx46_616{width:24px;height:24px;background:none;border:none;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center}._assistantClose_1wx46_616:focus-visible{outline:2px solid #43def0}._assistantMeta_1wx46_633{text-align:center;margin-top:8px}._disclaimer_1wx46_638{margin:0;font-size:14px;line-height:18px;color:#fff;max-width:500px}._dateLabel_1wx46_646{margin:14px 0 0;font-family:Inter,sans-serif;font-weight:700;font-size:12px;line-height:15px;color:#fff}._assistantBody_1wx46_656{flex:1;overflow-y:auto;display:flex;flex-direction:column;gap:16px;padding:8px 0}._assistantBody_1wx46_656::-webkit-scrollbar{width:8px}._assistantBody_1wx46_656::-webkit-scrollbar-thumb{border-radius:8px;background:#43def080}._startersArea_1wx46_675{display:flex;flex-direction:column;align-items:center;gap:24px}._helpTitle_1wx46_682{margin:0;font-weight:700;font-size:20px;line-height:23px;color:#fff;text-align:center}._starterChips_1wx46_691{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;gap:8px}._starterChip_1wx46_691{box-sizing:border-box;display:flex;align-items:center;padding:8px 16px;border:1px solid #ffffff;border-radius:24px;background:transparent;font-family:Inter,sans-serif;font-weight:700;font-size:16px;line-height:24px;color:#fff;cursor:pointer;transition:background .2s ease}._starterChip_1wx46_691:hover{background:#ffffff1a}._msgRow_1wx46_721{width:100%;display:flex;align-items:flex-end;gap:8px}._msgAssistant_1wx46_728{justify-content:flex-start}._msgUser_1wx46_732{justify-content:flex-end}._msgUser_1wx46_732 ._msgAvatar_1wx46_736{order:2}._msgUser_1wx46_732 ._msgBubble_1wx46_740{order:1}._msgAvatar_1wx46_736{width:40px;height:40px;border-radius:100px;display:inline-flex;align-items:center;justify-content:center;color:#fff;font-size:12px;font-weight:700;flex:0 0 auto;background:#d9f8fc12;box-shadow:0 3px 12px #0000000d}._msgUser_1wx46_732 ._msgAvatar_1wx46_736{background:#43def038}._msgBubble_1wx46_740{max-width:calc(100% - 48px);display:flex;flex-direction:row;align-items:flex-end}._msgContent_1wx46_770{flex:1;min-width:0;border-radius:8px;padding:12px 16px;font-size:14px;line-height:18px;color:#fff;white-space:pre-wrap}._bubbleAssistant_1wx46_781{filter:drop-shadow(0 0 8px rgba(217,248,252,.42)) drop-shadow(0 0 2px rgba(217,248,252,.42))}._bubbleAssistant_1wx46_781 ._msgContent_1wx46_770{background:#d9f8fc12;border-radius:8px 8px 8px 0}._arrowAssistant_1wx46_790{width:12px;height:12px;flex-shrink:0;align-self:flex-end;background:#d9f8fc12;clip-path:polygon(100% 0,0% 100%,100% 100%)}._bubbleAssistant_1wx46_781 p{margin:0}._bubbleAssistant_1wx46_781 p+p{margin-top:8px}._bubbleUser_1wx46_807{filter:drop-shadow(0 0 8px rgba(67,222,240,.07)) drop-shadow(0 0 4px rgba(67,222,240,.8))}._bubbleUser_1wx46_807 ._msgContent_1wx46_770{background:#43def038;border-radius:8px 8px 0}._arrowUser_1wx46_816{width:12px;height:12px;flex-shrink:0;align-self:flex-end;background:#43def038;clip-path:polygon(0 0,0% 100%,100% 100%)}._chatError_1wx46_826{border-radius:8px;padding:10px 12px;background:#ff575733;border:1px solid rgba(255,87,87,.4);color:#ffdede;font-size:13px}._assistantFooter_1wx46_836{padding-top:8px}._chatInputWrapper_1wx46_840{display:flex;align-items:center;width:100%;min-height:56px;border-radius:24px;border:1px solid rgba(67,222,240,.22);background:#43def038;padding:4px 8px 4px 16px;box-sizing:border-box;gap:8px}._chatInput_1wx46_840{flex:1;min-height:48px;max-height:120px;resize:none;border:none;background:transparent;color:#fff;padding:12px 0;font-size:17px;line-height:22px;font-family:Ubuntu,sans-serif;outline:none;width:100%}._chatInput_1wx46_840::placeholder{color:#fff9}._chatActionBtn_1wx46_873{flex:0 0 auto;width:42px;height:42px;border:3px solid #43def0;filter:drop-shadow(0px 0px 16px #43def0);border-radius:64px;background:transparent;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center}._chatActionBtn_1wx46_873:focus-visible{outline:2px solid #43def0;outline-offset:2px}._chatActionIcon_1wx46_893{width:24px;height:24px;object-fit:contain;filter:brightness(0) invert(1)}._recording_1wx46_900{background:#ff3c3c40;animation:_pulse_1wx46_1 1.2s ease-in-out infinite}@keyframes _pulse_1wx46_1{0%,to{box-shadow:0 0 #ff3c3c66}50%{box-shadow:0 0 0 8px #ff3c3c00}}._popupOverlay_1wx46_914{position:fixed;left:72px;bottom:40px;z-index:100;animation:_popupSlideIn_1wx46_1 .4s ease-out}@keyframes _popupSlideIn_1wx46_1{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes _popupFadeOut_1wx46_942{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(20px)}}._popupFadeOut_1wx46_942{animation:_popupFadeOut_1wx46_942 .4s ease-in forwards}._popup_1wx46_914{display:flex;flex-direction:column;align-items:flex-start;padding:32px;gap:20px;width:521px;background:#43def012;box-shadow:0 4px 40px #43def038,inset 0 0 8px #43def06b;backdrop-filter:blur(16px);border-radius:16px}._popupHeader_1wx46_959{display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:100%}._popupTitle_1wx46_967{margin:0;font-family:Ubuntu,sans-serif;font-weight:400;font-size:29px;line-height:33px;color:#fff}._popupClose_1wx46_976{width:24px;height:24px;background:none;border:none;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center}._popupClose_1wx46_976:focus-visible{outline:2px solid #43def0}._popupSubtitle_1wx46_992{margin:0;font-family:Ubuntu,sans-serif;font-weight:400;font-size:17px;line-height:22px;color:#fff9}._popupStats_1wx46_1002{display:flex;flex-direction:column;align-items:flex-start;gap:24px;width:100%}._popupStatRow_1wx46_1010{box-sizing:border-box;display:flex;flex-direction:row;align-items:center;padding:4px;gap:12px;width:100%;border:1px solid rgba(67,222,240,.18);border-radius:80px}._popupStatIcon_1wx46_1022{width:44px;height:44px;display:flex;align-items:center;justify-content:center;flex-shrink:0}._popupStatText_1wx46_1031{font-family:Ubuntu,sans-serif;font-weight:700;font-size:20px;line-height:23px;color:#fff}._solvedOverlay_1wx46_1040{position:fixed;inset:0;z-index:200;display:flex;align-items:center;justify-content:center;background:#05162499;animation:_solvedFadeIn_1wx46_1 .35s ease-out}@keyframes _solvedFadeIn_1wx46_1{0%{opacity:0}to{opacity:1}}@keyframes _solvedFadeOut_1wx46_1067{0%{opacity:1}to{opacity:0}}._solvedFadeOut_1wx46_1067{animation:_solvedFadeOut_1wx46_1067 .35s ease-in forwards}._solvedPopup_1wx46_1071{display:flex;flex-direction:column;align-items:flex-start;padding:32px;gap:20px;width:633px;background:#43def038;box-shadow:0 4px 40px #43def038,inset 0 0 8px #43def06b;backdrop-filter:blur(16px);border-radius:16px}._solvedHeader_1wx46_1085{display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:100%}._solvedTitle_1wx46_1093{margin:0;font-family:Ubuntu,sans-serif;font-style:normal;font-weight:400;font-size:29px;line-height:33px;color:#fff}._solvedStats_1wx46_1104{display:flex;flex-direction:column;align-items:flex-start;gap:24px;width:100%}._solvedStatRow_1wx46_1112{box-sizing:border-box;display:flex;flex-direction:row;align-items:center;padding:12px;gap:12px;width:100%;border:1px solid rgba(67,222,240,.18);border-radius:80px}._solvedStatIcon_1wx46_1124{width:44px;height:44px;display:flex;align-items:center;justify-content:center;flex-shrink:0}._solvedStatText_1wx46_1133{font-family:Ubuntu,sans-serif;font-style:normal;font-weight:700;font-size:20px;line-height:23px;color:#fff}._solvedActions_1wx46_1143{display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:100%;gap:16px}._solvedBackToStart_1wx46_1152{background:none;border:none;cursor:pointer;padding:0;font-family:Ubuntu,sans-serif;font-style:normal;font-weight:500;font-size:14px;line-height:18px;color:#43def0}._solvedBackToStart_1wx46_1152:hover{text-decoration:underline}._solvedButtonsGroup_1wx46_1169{display:flex;flex-direction:row;align-items:center;gap:12px}._solvedBtn_1wx46_1176{box-sizing:border-box;display:flex;flex-direction:row;justify-content:center;align-items:center;padding:8px 16px;gap:10px;height:56px;border:3px solid #43def0;filter:drop-shadow(0px 0px 16px #43def0);border-radius:64px;background:transparent;font-family:Ubuntu,sans-serif;font-style:normal;font-weight:500;font-size:14px;line-height:18px;color:#d9f8fc;cursor:pointer;white-space:nowrap;transition:background .2s ease,transform .15s ease}._solvedBtn_1wx46_1176:hover{background:#43def026;transform:translateY(-2px)}@media(max-width:1840px){._contentLayout_1wx46_89{grid-template-columns:140px 1fr 400px}._kpiCard_1wx46_118{width:130px;height:130px}}@media(max-width:1400px){._contentLayout_1wx46_89{grid-template-columns:1fr}._kpiSection_1wx46_102,._assistantPanel_1wx46_579{display:none}._titleBar_1wx46_157{flex-direction:column;align-items:flex-start;gap:16px}._stepper_1wx46_179{flex-wrap:wrap;gap:8px}._popupOverlay_1wx46_914{left:16px;right:16px}._popup_1wx46_914{width:auto}}@media(max-width:768px){._header_1wx46_29{padding:16px 24px;height:70px}._logoLeft_1wx46_42{width:100px;height:28px}._headerTitle_1wx46_55{font-size:16px}._logoRight_1wx46_82{width:36px;height:36px}._contentLayout_1wx46_89{grid-template-columns:1fr;padding:0 16px 16px}._fieldRow_1wx46_330{flex-direction:column;gap:24px}._solutionCardsRow_1wx46_400{flex-direction:column}._popup_1wx46_914{width:auto;padding:24px}._popupTitle_1wx46_967{font-size:22px}._solvedPopup_1wx46_1071{width:calc(100% - 32px);padding:24px}._solvedTitle_1wx46_1093{font-size:22px}._solvedActions_1wx46_1143{flex-direction:column;gap:12px}._solvedButtonsGroup_1wx46_1169{flex-direction:column;width:100%}._solvedBtn_1wx46_1176{width:100%}}._root_c8yyf_4{position:relative;width:100%;height:100vh;min-height:100vh;overflow:hidden;background:#051624;font-family:Ubuntu,sans-serif;color:#fff;display:flex;flex-direction:column}._bgImage_c8yyf_18{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0;pointer-events:none}._header_c8yyf_29{position:relative;display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:24px clamp(24px,4vw,72px);height:90px;flex-shrink:0;z-index:10;box-sizing:border-box}._logoLeft_c8yyf_42{width:clamp(110px,10vw,187px);height:40px;object-fit:contain}._headerTitle_c8yyf_48{font-weight:700;font-size:clamp(18px,1.5vw,24px);line-height:28px;color:#fff}._logoRight_c8yyf_55{width:clamp(40px,10vw,187px);height:48px;object-fit:contain}._contentLayout_c8yyf_62{position:relative;z-index:5;flex:1;display:grid;grid-template-columns:186px 1fr 485px;gap:clamp(16px,2vw,32px);padding:0 clamp(24px,4vw,72px) 24px;overflow:hidden;box-sizing:border-box}._kpiSection_c8yyf_75{display:flex;flex-direction:column;justify-content:space-between;align-items:center;gap:16px;padding:8px 0 16px;overflow-y:auto;overflow-x:hidden;min-height:0}._kpiSection_c8yyf_75::-webkit-scrollbar{display:none}._kpiCard_c8yyf_91{width:clamp(100px,10vw,186px);height:clamp(100px,10vw,186px);border-radius:50%;overflow:hidden;position:relative;flex-shrink:0}._kpiImage_c8yyf_100{width:100%;height:100%;object-fit:contain}._backToStart_c8yyf_106{background:none;border:none;cursor:pointer;padding:0;display:flex;align-items:center;gap:4px;flex-shrink:0}._backLabel_c8yyf_117{font-family:Ubuntu,sans-serif;font-weight:500;font-size:14px;line-height:18px;color:#43def0}._backLabel_c8yyf_117:hover{text-decoration:underline}._titleBar_c8yyf_130{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:0;gap:24px;flex-shrink:0}._pageTitle_c8yyf_140{margin:0;font-family:Ubuntu,sans-serif;font-style:normal;font-weight:400;font-size:clamp(28px,2.2vw,35px);line-height:40px;color:#fff;white-space:nowrap}._stepper_c8yyf_152{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:0;gap:0}._stepItem_c8yyf_161{display:flex;flex-direction:row;align-items:center;padding:0;gap:11px}._stepDot_c8yyf_169{box-sizing:border-box;width:28px;height:28px;border-radius:999px;border:8px solid rgba(56,185,200,.6);flex-shrink:0}._stepDotActive_c8yyf_178{width:40px;height:40px;border:12px solid #43def0}._stepLabel_c8yyf_184{font-family:Ubuntu,sans-serif;font-style:normal;font-weight:400;font-size:17px;line-height:22px;display:flex;align-items:center;color:#43def0;white-space:nowrap}._stepConnector_c8yyf_196{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:0 8px}._stepLine_c8yyf_204{width:40px;height:0;border:3px solid rgba(56,185,200,.6);border-radius:2px}._mainContent_c8yyf_212{display:flex;flex-direction:column;gap:24px;overflow-y:auto;overflow-x:hidden;min-height:0;padding-bottom:24px}._mainContent_c8yyf_212::-webkit-scrollbar{width:6px}._mainContent_c8yyf_212::-webkit-scrollbar-thumb{border-radius:8px;background:#43def04d}._statsRow_c8yyf_232{display:flex;flex-direction:row;align-items:center;gap:24px;flex-shrink:0}._statCard_c8yyf_240{display:flex;flex-direction:row;align-items:center;padding:18px;gap:16px;flex:1;min-width:0;height:64px;box-sizing:border-box;background:#43def01f;box-shadow:0 4px 40px #43def038,inset 0 0 8px #43def06b;backdrop-filter:blur(12px);border-radius:8px}._statValue_c8yyf_256{font-family:Ubuntu,sans-serif;font-style:normal;font-weight:700;font-size:24px;line-height:28px;color:#fff;flex:none}._statLabel_c8yyf_266{font-family:Ubuntu,sans-serif;font-style:normal;font-weight:400;font-size:17px;line-height:22px;color:#fff;flex:none}._chartsRow_c8yyf_277{display:flex;flex-direction:row;gap:24px;flex:1;min-height:0}._chartCard_c8yyf_285{flex:1;min-width:0;display:flex;flex-direction:column;align-items:flex-start;padding:16px;border-radius:16px;border:1px solid rgba(67,222,240,.12);backdrop-filter:blur(6px);overflow:hidden}._chartImage_c8yyf_298{width:100%;height:100%;object-fit:contain;border-radius:8px}._assistantPanel_c8yyf_306{display:flex;flex-direction:column;background:#43def00f;border:1px solid rgba(67,222,240,.12);backdrop-filter:blur(12px);border-radius:24px;overflow:hidden;min-height:0}._assistantHeader_c8yyf_317{display:flex;flex-direction:row;align-items:center;padding:20px 24px;gap:12px;flex-shrink:0;border-bottom:1px solid rgba(67,222,240,.12)}._assistantHeaderSpacer_c8yyf_327{flex:1}._assistantTitle_c8yyf_331{margin:0;font-family:Ubuntu,sans-serif;font-weight:700;font-size:17px;line-height:20px;color:#fff;text-align:center;flex:1}._assistantClose_c8yyf_342{background:none;border:none;cursor:pointer;padding:0;display:flex;align-items:center}._assistantMeta_c8yyf_351{padding:12px 24px;display:flex;flex-direction:column;gap:8px;flex-shrink:0}._disclaimer_c8yyf_359{margin:0;font-family:Ubuntu,sans-serif;font-size:11px;line-height:14px;color:#ffffff73;text-align:center}._dateLabel_c8yyf_368{margin:0;font-family:Ubuntu,sans-serif;font-size:12px;line-height:16px;color:#ffffff80;text-align:center}._assistantBody_c8yyf_377{flex:1;overflow-y:auto;padding:0 24px 16px}._assistantBody_c8yyf_377::-webkit-scrollbar{width:4px}._assistantBody_c8yyf_377::-webkit-scrollbar-thumb{border-radius:4px;background:#43def04d}._startersArea_c8yyf_393{display:flex;flex-direction:column;align-items:center;gap:16px;padding:32px 0 16px}._helpTitle_c8yyf_401{margin:0;font-family:Ubuntu,sans-serif;font-weight:700;font-size:22px;line-height:28px;color:#fff}._starterChips_c8yyf_410{display:flex;flex-direction:column;gap:8px;width:100%}._starterChip_c8yyf_410{background:#43def014;border:1px solid rgba(67,222,240,.22);border-radius:12px;padding:12px 16px;color:#fff;font-family:Ubuntu,sans-serif;font-size:14px;line-height:18px;cursor:pointer;text-align:left;transition:background .15s}._starterChip_c8yyf_410:hover{background:#43def029}._msgRow_c8yyf_436{display:flex;gap:8px;margin-bottom:12px}._msgAssistant_c8yyf_442{flex-direction:row}._msgUser_c8yyf_446{flex-direction:row-reverse}._msgAvatar_c8yyf_450{width:32px;height:32px;border-radius:50%;background:#43def02e;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;flex-shrink:0;color:#43def0}._msgBubble_c8yyf_464{position:relative;max-width:80%;padding:10px 14px;border-radius:12px;font-size:14px;line-height:20px}._bubbleAssistant_c8yyf_473{background:#43def01a;border:1px solid rgba(67,222,240,.18)}._bubbleUser_c8yyf_478{background:#43def033;border:1px solid rgba(67,222,240,.28)}._arrowAssistant_c8yyf_483,._arrowUser_c8yyf_484{display:none}._msgContent_c8yyf_488{word-break:break-word}._msgContent_c8yyf_488 p{margin:0 0 8px}._msgContent_c8yyf_488 p:last-child{margin-bottom:0}._chatError_c8yyf_500{padding:8px 24px;color:#ff6b6b;font-size:13px}._assistantFooter_c8yyf_507{padding:12px 24px 16px;flex-shrink:0}._chatInputWrapper_c8yyf_512{display:flex;flex-direction:row;align-items:center;gap:8px;background:#43def00f;border:1px solid rgba(67,222,240,.22);border-radius:14px;padding:8px 12px}._chatInput_c8yyf_512{flex:1;background:transparent;border:none;outline:none;color:#fff;font-family:Ubuntu,sans-serif;font-size:14px;line-height:18px;resize:none;min-height:18px;max-height:80px}._chatInput_c8yyf_512::placeholder{color:#fff6}._chatActionBtn_c8yyf_541{background:none;border:none;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;flex-shrink:0}._chatActionIcon_c8yyf_552{width:22px;height:22px;object-fit:contain;filter:brightness(0) invert(1)}._recording_c8yyf_559{animation:_pulse_c8yyf_1 1s infinite}@keyframes _pulse_c8yyf_1{0%,to{opacity:1}50%{opacity:.4}}._root_1ckyu_4{position:relative;width:100%;height:100vh;overflow:hidden;background:#051624;font-family:Ubuntu,Inter,sans-serif;display:flex;flex-direction:column}._bgWrapper_1ckyu_16{position:absolute;inset:0;width:100%;height:100%;z-index:0;pointer-events:none;opacity:.4;mix-blend-mode:screen}._bgImage_1ckyu_27{width:100%;height:100%;object-fit:cover}._planetBlob_1ckyu_34{position:absolute;border-radius:50%;pointer-events:none;z-index:1}._planetBlob1_1ckyu_41{width:18%;height:22%;left:-2%;top:2%;background:radial-gradient(120.5% 120.5% at -19.95% 23.74%,#2e0f2b 47.39%,#87407c);opacity:.8;filter:blur(30px)}._planetBlob2_1ckyu_51{width:14%;height:17%;left:17%;top:37%;background:radial-gradient(98.36% 106.32% at 8.79% 50.88%,#3a3465,#504784 68.23%,#b4a7ffb3 93.23%);opacity:.8;filter:blur(17px)}._planetBlob3_1ckyu_61{width:13%;height:16%;right:23%;top:9%;background:radial-gradient(97.61% 88.7% at 90.87% 44.7%,#1b3b5a,#050e26 64.43%,#a6b7cb 79.81%);opacity:.6;filter:blur(20px);transform:rotate(165deg)}._planetBlob4_1ckyu_72{width:11%;height:12%;right:5%;top:45%;background:radial-gradient(109.51% 109.45% at 15.67% 107.45%,#1f2047 50.97%,#4f4369 75.49%,#b79aca 99.14%);opacity:.8;filter:blur(15px);transform:rotate(45deg)}._planetBlob5_1ckyu_83{width:16%;height:20%;right:18%;bottom:5%;background:radial-gradient(97.61% 88.7% at 90.87% 44.7%,#1b535a,#052226 71.87%,#99cec7 89.58%);opacity:.8;filter:blur(17px);transform:rotate(150deg)}._contentArea_1ckyu_95{position:relative;z-index:5;display:flex;flex:1;min-height:0;padding:0}._spaceshipArea_1ckyu_105{flex:1;display:flex;align-items:center;justify-content:center;overflow:visible;min-width:0;position:relative}._rocketWrapper_1ckyu_115{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);height:82%;max-height:700px;aspect-ratio:706/1377;overflow:visible}._rocketImage_1ckyu_126{width:100%;height:100%;object-fit:contain;opacity:.6;filter:drop-shadow(0 0 60px rgba(34,111,120,.25));pointer-events:none}._areaPill_1ckyu_138{position:absolute;z-index:3;display:flex;flex-direction:column;justify-content:center;align-items:center;filter:drop-shadow(0px 0px 45px #051624);border-radius:270px;cursor:pointer;transition:transform .6s ease,opacity .6s ease,filter .6s ease;transform:translate(-50%,-50%)}._areaPill_1ckyu_138:hover{filter:drop-shadow(0px 0px 45px #051624) brightness(1.15)}._areaPillSelected_1ckyu_157{filter:drop-shadow(0px 0px 55px rgba(67,222,240,.3))!important}._areaPillSelected_1ckyu_157 ._pillLvl2_1ckyu_161{padding:10px;border-radius:50%;transition:all .6s ease}._areaPillSelected_1ckyu_157 ._pillLvl3_1ckyu_167{padding:8px;border-radius:50%;transition:all .6s ease}._areaPillSelected_1ckyu_157 ._pillBtn_1ckyu_173{padding:0;width:14px;height:14px;min-width:14px;min-height:14px;overflow:hidden;border-radius:50%;transition:all .6s ease}._areaPillSelected_1ckyu_157 ._pillBtnLabel_1ckyu_184,._areaPillSelected_1ckyu_157 ._pillBtnIcon_1ckyu_185{opacity:0;width:0;height:0;overflow:hidden;transition:opacity .3s ease,width .3s ease}._areaPillDimmed_1ckyu_194{opacity:.35;pointer-events:auto;transition:opacity .4s ease}._pillLvl2_1ckyu_161{display:flex;justify-content:center;align-items:center;padding:12px;border-radius:123px;transition:padding .4s ease,background .4s ease,box-shadow .4s ease}._pillLvl3_1ckyu_167{display:flex;justify-content:center;align-items:center;padding:10px;border-radius:123px;transition:padding .4s ease,background .4s ease,box-shadow .4s ease}._pillBtn_1ckyu_173{display:flex;align-items:center;justify-content:center;gap:8px;padding:8px 12px;border-radius:32px;border:none;font-family:Ubuntu,sans-serif;font-weight:500;font-size:14px;line-height:18px;color:#051624;cursor:pointer;white-space:nowrap;transition:padding .4s ease,width .4s ease,opacity .3s ease}._pillBtnLabel_1ckyu_184{transition:opacity .3s ease,width .3s ease}._pillBtnIcon_1ckyu_185{width:16px;height:16px;transition:opacity .3s ease,width .3s ease}._colorCyan_1ckyu_253 ._pillLvl2_1ckyu_161{background:#43def026;box-shadow:inset 0 0 8px #43def099}._colorCyan_1ckyu_253 ._pillLvl3_1ckyu_167{background:#43def038;box-shadow:inset 0 0 8px #43def066}._colorCyan_1ckyu_253 ._pillBtn_1ckyu_173{background:#43def0;border:1.5px solid #43DEF0;box-shadow:0 0 24px #43def0}._colorCyan_1ckyu_253._areaPillSelected_1ckyu_157 ._pillLvl2_1ckyu_161{background:#43def040;box-shadow:inset 0 0 14px #43def0b3}._colorCyan_1ckyu_253._areaPillSelected_1ckyu_157 ._pillLvl3_1ckyu_167{background:#43def038;box-shadow:inset 0 0 14.5px #d9f8fc6b}._colorCyan_1ckyu_253._areaPillSelected_1ckyu_157 ._pillBtn_1ckyu_173{background:#43def0;box-shadow:0 0 16px #43def0}._colorYellow_1ckyu_285 ._pillLvl2_1ckyu_161,._colorYellow_1ckyu_285 ._pillLvl3_1ckyu_167{background:#fcff641a;box-shadow:inset 0 0 8px #fcff6499}._colorYellow_1ckyu_285 ._pillBtn_1ckyu_173{background:#fcff64;box-shadow:0 0 24px #fcff64}._colorYellow_1ckyu_285._areaPillSelected_1ckyu_157 ._pillLvl2_1ckyu_161{background:#fcff6440;box-shadow:inset 0 0 14px #fcff64b3}._colorYellow_1ckyu_285._areaPillSelected_1ckyu_157 ._pillLvl3_1ckyu_167{background:#fcff6438;box-shadow:inset 0 0 14.5px #fdffc86b}._colorYellow_1ckyu_285._areaPillSelected_1ckyu_157 ._pillBtn_1ckyu_173{background:#fcff64;box-shadow:0 0 16px #fcff64}._colorRed_1ckyu_316 ._pillLvl2_1ckyu_161,._colorRed_1ckyu_316 ._pillLvl3_1ckyu_167{background:#ff585826;box-shadow:inset 0 0 8px #ff585899}._colorRed_1ckyu_316 ._pillBtn_1ckyu_173{background:#ff8e8e;box-shadow:0 0 24px #ff5858}._colorRed_1ckyu_316._areaPillSelected_1ckyu_157 ._pillLvl2_1ckyu_161{background:#ff585840;box-shadow:inset 0 0 14px #ff5858b3}._colorRed_1ckyu_316._areaPillSelected_1ckyu_157 ._pillLvl3_1ckyu_167{background:#ff585838;box-shadow:inset 0 0 14.5px #ffb4b46b}._colorRed_1ckyu_316._areaPillSelected_1ckyu_157 ._pillBtn_1ckyu_173{background:#ff8e8e;box-shadow:0 0 16px #ff5858}._connectorSvg_1ckyu_347{position:absolute;inset:0;width:100%;height:100%;pointer-events:none;z-index:15;overflow:visible}._kpiPanel_1ckyu_358{position:relative;width:28vw;max-width:520px;min-width:380px;display:flex;flex-direction:column;align-items:stretch;padding:24px 20px;margin-right:clamp(16px,1.5vw,32px);gap:16px;overflow-y:auto;overflow-x:hidden;z-index:6;flex-shrink:0}._kpiPanel_1ckyu_358::-webkit-scrollbar{width:4px}._kpiPanel_1ckyu_358::-webkit-scrollbar-thumb{background:#43def04d;border-radius:4px}._kpiHeading_1ckyu_384{font-family:Ubuntu,sans-serif;font-weight:400;font-size:20px;line-height:23px;color:#fff9;text-align:right;margin:0}._globalKpiContent_1ckyu_395{display:flex;flex-direction:column;align-items:stretch;gap:16px;width:100%}._kpiCard_1ckyu_404{box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:24px;gap:16px;width:100%;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);backdrop-filter:blur(21px);border-radius:24px}._kpiTagRow_1ckyu_419{display:flex;justify-content:flex-end;align-items:center;gap:8px;width:100%}._kpiTag_1ckyu_419{display:inline-flex;align-items:center;gap:6px;padding:4px 8px 4px 6px;background:#ffffff1a;border-radius:8px;font-family:Ubuntu,sans-serif;font-weight:400;font-size:14px;line-height:20px;color:#fff}._kpiTagIcon_1ckyu_441{width:16px;height:16px;opacity:.8}._kpiNumberRow_1ckyu_447{display:flex;flex-direction:row;align-items:center}._kpiValue_1ckyu_453{font-family:Ubuntu,sans-serif;font-weight:400;font-size:63px;line-height:72px;color:#fff}._kpiUnit_1ckyu_461{font-family:Ubuntu,sans-serif;font-weight:400;font-size:35px;line-height:40px;color:#fff}._kpiDelta_1ckyu_469{display:flex;flex-direction:row;align-items:center;gap:4px}._kpiDeltaDot_1ckyu_476{width:9px;height:9px;border-radius:50%;background:#46ff84;flex-shrink:0}._kpiDeltaLabel_1ckyu_484{font-family:Ubuntu,sans-serif;font-weight:500;font-size:14px;line-height:16px;color:#46ff84}._kpiDeltaSub_1ckyu_492{font-family:Ubuntu,sans-serif;font-weight:500;font-size:14px;line-height:16px;color:#fff9;text-transform:lowercase}._kpiTitle_1ckyu_501{font-family:Ubuntu,sans-serif;font-weight:500;font-size:17px;line-height:20px;color:#fff}._kpiAvatarSmall_1ckyu_510{width:28px;height:28px;border-radius:50%;overflow:hidden;flex-shrink:0}._kpiAvatarImg_1ckyu_518{width:100%;height:100%;object-fit:cover}._issueTile_1ckyu_525{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;padding:32px;gap:16px;width:100%;box-sizing:border-box;background:#ffffff0d;box-shadow:inset 0 0 38px #43def01a;backdrop-filter:blur(16px);border-radius:36px}._tileKpiCard_1ckyu_541{box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:16px;gap:4px;width:100%;height:124px;border:1px solid rgba(255,255,255,.1);backdrop-filter:blur(21px);border-radius:16px;align-self:stretch}._tileKpiTopRow_1ckyu_558{display:flex;flex-direction:row;justify-content:flex-end;align-items:center;gap:8px;width:100%;height:28px}._tileKpiTagsRight_1ckyu_568{display:flex;flex-direction:column;align-items:flex-end;flex:1}._tileKpiValueRow_1ckyu_576{display:flex;flex-direction:row;align-items:flex-end;gap:6px;width:100%;height:36px}._tileKpiValueNum_1ckyu_585{font-family:Ubuntu,sans-serif;font-weight:400;font-size:35px;line-height:40px;color:#fff}._tileKpiDeltaInline_1ckyu_593{display:flex;flex-direction:row;align-items:center;gap:3px;padding-bottom:4px}._tileKpiDeltaGreen_1ckyu_601{font-family:Ubuntu,sans-serif;font-weight:400;font-size:14px;line-height:20px;color:#46ff84;text-align:center}._tileKpiDeltaSub_1ckyu_610{font-family:Ubuntu,sans-serif;font-weight:400;font-size:14px;line-height:20px;color:#fff9;text-align:center}._tileKpiTitle_1ckyu_620{font-family:Ubuntu,sans-serif;font-weight:400;font-size:14px;line-height:20px;color:#fff;width:100%}._tileBadge_1ckyu_630{display:inline-flex;align-items:center;gap:6px;padding:4px 8px;border-radius:8px;font-family:Ubuntu,sans-serif;font-weight:400;font-size:14px;line-height:20px;width:fit-content;backdrop-filter:blur(24px);box-sizing:border-box}._tileAreaName_1ckyu_646{font-family:Ubuntu,sans-serif;font-weight:400;font-size:24px;line-height:126%;color:#fff;margin:0}._tileInfoRow_1ckyu_656{display:flex;flex-direction:row;justify-content:center;align-items:flex-start;gap:12px;width:100%}._tileInfoCol_1ckyu_665{display:flex;flex-direction:column;gap:4px;flex:1}._tileInfoLabel_1ckyu_672{font-family:Ubuntu,sans-serif;font-weight:400;font-size:14px;line-height:20px;color:#fff9}._tileInfoValue_1ckyu_680{display:flex;flex-direction:row;align-items:center;gap:8px;font-family:Ubuntu,sans-serif;font-weight:400;font-size:14px;line-height:20px;color:#fff}._tileAvatar_1ckyu_692{width:28px;height:27px;border-radius:50%;object-fit:cover}._tileTicketBadge_1ckyu_699{display:inline-flex;align-items:center;justify-content:center;padding:4px;border-radius:8px;width:22px;height:22px;box-sizing:border-box}._tileTicketExtra_1ckyu_710{color:#fff9;font-size:14px;line-height:20px}._tileKpiLabel_1ckyu_717{font-family:Ubuntu,sans-serif;font-weight:400;font-size:14px;line-height:20px;color:#fff9;margin-top:0}._tileCta_1ckyu_727{box-sizing:border-box;display:flex;flex-direction:row;justify-content:center;align-items:center;padding:12px 16px;gap:8px;border:1.5px solid #43DEF0;background:#43def0;box-shadow:0 0 24px #43def0;border-radius:32px;font-family:Ubuntu,sans-serif;font-weight:500;font-size:16px;line-height:18px;color:#051624;cursor:pointer;white-space:nowrap;transition:background .2s ease,transform .15s ease;align-self:stretch;height:42px}._tileCta_1ckyu_727:hover{background:#5ae6f5;transform:translateY(-2px)}@media(min-width:1840px){._kpiPanel_1ckyu_358{width:20vw;max-width:750px}}@media(max-width:1840px){._kpiPanel_1ckyu_358{width:32vw;min-width:420px;max-width:520px;margin-right:clamp(16px,1.5vw,32px)}._kpiValue_1ckyu_453{font-size:clamp(40px,4vw,63px)}._kpiUnit_1ckyu_461{font-size:clamp(22px,2.2vw,35px)}}@media(max-width:1400px){._kpiPanel_1ckyu_358{display:none}}._root_qe1z5_4{position:relative;width:100%;height:100vh;min-height:100vh;overflow:hidden;background:#051624;font-family:Ubuntu,sans-serif;color:#fff;display:flex;flex-direction:column}._bgWrapper_qe1z5_18{position:absolute;inset:0;width:100%;height:100%;z-index:0;pointer-events:none;opacity:.8;mix-blend-mode:screen}._bgImage_qe1z5_29{width:100%;height:100%;object-fit:cover}._contentArea_qe1z5_36{position:relative;z-index:5;flex:1;display:flex;flex-direction:row;align-items:stretch;overflow:hidden}._assistantPanel_qe1z5_47{display:flex;flex-direction:column;align-items:flex-start;width:580px;margin-left:24px;margin-top:24px;margin-bottom:24px;flex-shrink:0;background:#43def012;backdrop-filter:blur(16px);border-radius:36px;box-shadow:inset 0 0 38px #43def01a;overflow:hidden;z-index:6;padding:40px 24px 56px;gap:10px;max-height:calc(100vh - 48px);box-sizing:border-box}._assistantHeader_qe1z5_68{display:flex;align-items:center;justify-content:space-between;flex-shrink:0;width:100%}._assistantHeaderSpacer_qe1z5_76{width:24px;height:24px;opacity:0}._assistantTitle_qe1z5_82{font-family:Ubuntu,sans-serif;font-weight:700;font-size:20px;line-height:23px;color:#fff;margin:0;text-align:center;flex:1}._assistantClose_qe1z5_93{background:none;border:none;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center}._assistantMeta_qe1z5_103{flex-shrink:0;width:100%}._disclaimer_qe1z5_108{font-family:Ubuntu,sans-serif;font-size:14px;line-height:20px;color:#fff9;margin:0;text-align:center}._assistantBody_qe1z5_117{flex:1;overflow-y:auto;display:flex;flex-direction:column;justify-content:flex-end;gap:16px;width:100%;min-height:0;padding-top:40px}._assistantBody_qe1z5_117::-webkit-scrollbar{width:6px}._assistantBody_qe1z5_117::-webkit-scrollbar-thumb{border-radius:8px;background:#43def04d}._msgRow_qe1z5_139{display:flex;gap:8px;align-items:flex-start}._msgAssistant_qe1z5_145{flex-direction:row}._msgUser_qe1z5_149{flex-direction:row-reverse}._msgAvatar_qe1z5_153{width:32px;height:32px;border-radius:50%;background:#43def033;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;color:#43def0;flex-shrink:0}._msgBubble_qe1z5_167{position:relative;max-width:80%;padding:12px 16px;border-radius:16px;font-size:14px;line-height:20px;color:#fffc}._bubbleAssistant_qe1z5_177{background:#ffffff0d;border-radius:0 16px 16px}._bubbleUser_qe1z5_182{background:#43def038;border-radius:16px 0 16px 16px}._msgContent_qe1z5_187{word-break:break-word}._msgContent_qe1z5_187 p{margin:.3vh 0}._chatError_qe1z5_195{color:#ff6b6b;font-size:12px;padding:0 20px}._voiceRecordArea_qe1z5_202{display:flex;flex-direction:column;align-items:center;flex-shrink:0;padding-top:8px;width:100%}._voiceRecordBtn_qe1z5_211{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:24px;width:198px;height:159px;background:#43def012;box-shadow:0 0 29px #43def012;border-radius:174px 174px 0 0;border:none;cursor:pointer;transition:transform .15s ease}._voiceRecordBtn_qe1z5_211:hover{transform:scale(1.03)}._voiceActive_qe1z5_231{background:#ff3c3c26;animation:_pulse_qe1z5_1 1.2s ease-in-out infinite}@keyframes _pulse_qe1z5_1{0%,to{box-shadow:0 0 #43def066}50%{box-shadow:0 0 0 12px #43def000}}._voiceRecordBtnLvl2_qe1z5_244{display:flex;justify-content:center;align-items:center;padding:24px;background:#43def012;backdrop-filter:blur(2.4px);border-radius:50%}._voiceRecordBtnLvl3_qe1z5_254{display:flex;justify-content:center;align-items:center;padding:24px;background:#43def012;box-shadow:inset 0 0 14.5px #d9f8fc6b;backdrop-filter:blur(4.8px);border-radius:50%}._voiceRecordBtnInner_qe1z5_265{display:flex;justify-content:center;align-items:center;width:53px;height:53px;background:#43def0;border-radius:50%}._voiceRecordIcon_qe1z5_275{width:24px;height:24px}._rightSide_qe1z5_281{position:relative;z-index:5;flex:1;display:flex;flex-direction:column;align-self:flex-end;height:clamp(560px,57.5625vw,876px);max-height:calc(100vh - 140px);margin-bottom:clamp(24px,2.8vw,45px);padding:0 clamp(80px,9.2vw,176px) clamp(12px,1.25vw,24px) clamp(16px,1.667vw,32px);gap:clamp(20px,1.667vw,32px);overflow-y:auto;min-height:0;box-sizing:border-box}._rightSide_qe1z5_281::-webkit-scrollbar{width:6px}._rightSide_qe1z5_281::-webkit-scrollbar-thumb{border-radius:8px;background:#43def04d}._pageTitleArea_qe1z5_313{display:flex;flex-direction:column;align-items:center;gap:4px;padding:8px 0 16px}._prometheusLabel_qe1z5_321{font-family:Ubuntu,sans-serif;font-weight:400;font-size:clamp(10px,.729vw,14px);line-height:20px;letter-spacing:.3em;text-transform:uppercase;color:#fff9}._pageTitle_qe1z5_313{margin:0;font-family:Ubuntu,sans-serif;font-weight:400;font-size:clamp(28px,2.083vw,40px);line-height:1.2;color:#43def0;text-align:center}._summaryCard_qe1z5_342{box-sizing:border-box;display:flex;flex-direction:column;align-items:flex-start;padding:clamp(16px,1.5vw,24px);background:#ffffff0d;border:1px solid rgba(255,255,255,.12);-webkit-backdrop-filter:blur(21px);backdrop-filter:blur(21px);border-radius:24px;flex-shrink:0;width:100%;overflow:hidden;box-shadow:0 0 0 .5px #ffffff0d inset}._summaryHeadline_qe1z5_360{display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:100%;gap:8px}._summaryLeft_qe1z5_369{display:flex;flex-direction:column;align-items:flex-start;gap:2px}._ticketIdRow_qe1z5_376{display:flex;flex-direction:row;align-items:center;gap:6px}._ticketIdLabel_qe1z5_383{font-family:Ubuntu,sans-serif;font-weight:400;font-size:clamp(12px,.729vw,14px);line-height:20px;color:#fffc}._ticketIdText_qe1z5_391{font-family:Ubuntu,sans-serif;font-weight:400;font-size:clamp(12px,.729vw,14px);line-height:20px;color:#fff9}._ticketTitle_qe1z5_399{margin:0;font-weight:400;font-size:clamp(22px,1.51vw,29px);line-height:126%;color:#fff}._expandButton_qe1z5_407{box-sizing:border-box;display:flex;justify-content:center;align-items:center;padding:12px;width:40px;height:40px;border:1px solid rgba(255,255,255,.2);border-radius:32px;background:transparent;color:#fff;cursor:pointer;flex-shrink:0;transition:background .2s ease}._expandButton_qe1z5_407:hover{background:#ffffff1a}._expandIcon_qe1z5_428{width:16px;height:16px;color:#fff}._summaryBody_qe1z5_435{display:grid;grid-template-rows:1fr;transition:grid-template-rows .4s ease;width:100%}._summaryBody_qe1z5_435>*{overflow:hidden}._summaryBodyCollapsed_qe1z5_446{grid-template-rows:0fr}._summaryBodyInner_qe1z5_450{display:flex;flex-direction:column;gap:16px;min-height:0;padding-top:clamp(12px,.833vw,16px)}._summaryDescription_qe1z5_458{margin:0;font-weight:400;font-size:clamp(14px,.885vw,17px);line-height:24px;color:#fff9}._summaryDivider_qe1z5_466{width:100%;height:0;border:none;border-top:1px solid rgba(255,255,255,.1)}._metadataRow_qe1z5_474{display:flex;flex-direction:row;flex-wrap:wrap;align-items:flex-start;gap:clamp(24px,4vw,72px)}._metadataField_qe1z5_482{display:flex;flex-direction:column;gap:4px}._metadataLabel_qe1z5_488{font-size:14px;line-height:20px;color:#fff9}._metadataValue_qe1z5_494{font-size:14px;line-height:20px;color:#fff}._categoryTag_qe1z5_501{box-sizing:border-box;display:flex;flex-direction:row;align-items:center;padding:4px 8px 4px 6px;gap:6px;background:#ffffff0d;border-radius:8px}._categoryIcon_qe1z5_512{width:16px;height:16px;opacity:.8}._categoryText_qe1z5_518{font-size:14px;line-height:20px;color:#fff}._reporterRow_qe1z5_525{display:flex;flex-direction:row;align-items:center;gap:8px}._reporterAvatar_qe1z5_532{width:28px;height:28px;border-radius:50%;object-fit:cover;background:#43def033}._reporterName_qe1z5_540{font-size:14px;line-height:20px;color:#fff}._relatedRow_qe1z5_547{display:flex;flex-direction:row;align-items:center;gap:4px}._relatedLink_qe1z5_554{display:flex;flex-direction:row;align-items:center;padding:4px 0;gap:6px}._relatedIcon_qe1z5_562{width:14px;height:14px}._relatedText_qe1z5_567,._relatedMore_qe1z5_573{font-size:14px;line-height:20px;color:#fff}._kpiSection_qe1z5_580{display:flex;flex-direction:column;align-items:flex-start;gap:clamp(12px,.833vw,16px);width:100%}._kpiTabBar_qe1z5_589{display:flex;flex-direction:row;align-items:flex-start}._kpiTab_qe1z5_589{box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:clamp(12px,.833vw,16px) clamp(16px,1.25vw,24px);backdrop-filter:blur(24px);cursor:pointer;user-select:none;transition:background .2s ease}._kpiTabLeft_qe1z5_608{border-radius:18px 0 0 18px;margin-right:-1px}._kpiTabRight_qe1z5_613{border-radius:0 18px 18px 0}._kpiTabActive_qe1z5_617{background:#ffffff0d;border:1.5px solid rgba(255,255,255,.1)}._kpiTabInactive_qe1z5_622{border:1.5px solid rgba(255,255,255,.1);background:transparent}._kpiTabLabel_qe1z5_627{font-family:Ubuntu,sans-serif;font-weight:500;font-size:clamp(14px,.885vw,17px);line-height:20px;text-align:center;color:#fff;white-space:nowrap}._kpiTabLabelInactive_qe1z5_637{font-family:Ubuntu,sans-serif;font-weight:500;font-size:clamp(14px,.885vw,17px);line-height:20px;text-align:center;color:#fffc;white-space:nowrap}._kpiRow_qe1z5_648{display:flex;flex-direction:row;justify-content:center;gap:clamp(12px,.833vw,16px);width:100%}._kpiCard_qe1z5_657{box-sizing:border-box;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;padding:clamp(16px,1.25vw,24px);gap:clamp(16px,1.25vw,24px);flex:1;min-width:0;background:#ffffff0d;border:1px solid rgba(255,255,255,.12);-webkit-backdrop-filter:blur(21px);backdrop-filter:blur(21px);border-radius:24px;box-shadow:0 0 0 .5px #ffffff0d inset}._kpiTagsRow_qe1z5_676{display:flex;flex-direction:row;justify-content:flex-end;align-items:center;width:100%;min-height:28px}._kpiBadge_qe1z5_686{box-sizing:border-box;display:flex;flex-direction:row;align-items:center;padding:4px 8px 4px 6px;gap:6px;background:#ffffff1a;border-radius:8px}._kpiBadgeIcon_qe1z5_697{width:16px;height:16px;opacity:.8;flex-shrink:0}._kpiBadgeText_qe1z5_704{font-family:Ubuntu,sans-serif;font-weight:400;font-size:clamp(12px,.729vw,14px);line-height:20px;color:#fff;white-space:nowrap}._kpiStatBlock_qe1z5_714{display:flex;flex-direction:column;align-items:flex-start;gap:4px}._kpiNumberRow_qe1z5_721{display:flex;flex-direction:row;align-items:baseline}._kpiStatNumber_qe1z5_727{font-family:Ubuntu,sans-serif;font-weight:400;font-size:clamp(36px,3.281vw,63px);line-height:1.14;color:#fff}._kpiStatPercent_qe1z5_735{font-family:Ubuntu,sans-serif;font-weight:400;font-size:clamp(20px,1.823vw,35px);line-height:1.14;color:#fff}._kpiStatusRow_qe1z5_744{display:flex;flex-direction:row;align-items:center;gap:4px}._kpiStatusDot_qe1z5_751{width:9px;height:9px;border-radius:50%;background:#46ff84;flex-shrink:0}._kpiStatusFaster_qe1z5_759{font-family:Ubuntu,sans-serif;font-weight:500;font-size:clamp(12px,.729vw,14px);line-height:16px;text-align:center;color:#46ff84}._kpiStatusSub_qe1z5_768{font-family:Ubuntu,sans-serif;font-weight:500;font-size:clamp(12px,.729vw,14px);line-height:16px;text-align:center;text-transform:lowercase;color:#fff9}._kpiInfo_qe1z5_779{display:flex;flex-direction:column;gap:clamp(4px,.417vw,8px);width:100%}._kpiTitle_qe1z5_786{font-family:Ubuntu,sans-serif;font-weight:500;font-size:clamp(14px,.885vw,17px);line-height:20px;color:#fff}._kpiDescription_qe1z5_794{font-family:Ubuntu,sans-serif;font-weight:400;font-size:clamp(12px,.729vw,14px);line-height:20px;color:#fff9}._personaPopup_qe1z5_803{position:fixed;bottom:calc(clamp(24px,2vw,40px) + 83px);right:0;z-index:30;display:flex;flex-direction:row;align-items:center;padding:24px 40px 24px 24px;gap:32px;background:#ffffff0d;border:1px solid rgba(255,255,255,.15);backdrop-filter:blur(21px);border-radius:1000000px 0 0 1000000px;transform:translate(100%);opacity:0;transition:transform .6s cubic-bezier(.22,1,.36,1),opacity .4s ease}._personaPopupVisible_qe1z5_823{transform:translate(0);opacity:1}._personaCard_qe1z5_828{display:flex;flex-direction:row;align-items:center;gap:16px}._personaAvatar_qe1z5_835{width:64px;height:64px;border-radius:50%;object-fit:cover;flex-shrink:0}._personaInfo_qe1z5_843{display:flex;flex-direction:column;justify-content:center;gap:8px}._personaName_qe1z5_850{font-family:Ubuntu,sans-serif;font-weight:500;font-size:20px;line-height:23px;color:#fff}._personaRoleRow_qe1z5_858{display:flex;flex-direction:row;align-items:center;gap:10px}._personaRole_qe1z5_858{font-family:Ubuntu,sans-serif;font-weight:500;font-size:17px;line-height:20px;color:#fff9}._personaIcons_qe1z5_873{display:flex;flex-direction:row;align-items:center;gap:4px}._continueBtn_qe1z5_880{box-sizing:border-box;display:flex;flex-direction:row;justify-content:center;align-items:center;padding:16px 24px;gap:12px;min-width:135px;background:#43def0;border:1.5px solid #43DEF0;box-shadow:0 0 24px #43def0;border-radius:32px;cursor:pointer;font-family:Ubuntu,sans-serif;font-weight:500;font-size:20px;line-height:23px;color:#051624;white-space:nowrap;transition:background .2s ease,transform .15s ease}._continueBtn_qe1z5_880:hover{background:#5ae6f5;transform:translateY(-2px)}@media(max-width:1840px){._kpiStatNumber_qe1z5_727{font-size:clamp(32px,3vw,50px)}}@media(max-width:1400px){._contentArea_qe1z5_36{flex-direction:column}._assistantPanel_qe1z5_47{width:100%;margin:0;max-height:40vh;border-radius:24px}._rightSide_qe1z5_281{flex:1;bottom:83px}._kpiRow_qe1z5_648{flex-wrap:wrap}._kpiCard_qe1z5_657{min-width:200px;flex:1 1 calc(50% - 16px)}}@media(max-width:768px){._assistantPanel_qe1z5_47{display:none}._metadataRow_qe1z5_474{flex-direction:column;gap:16px}._kpiCard_qe1z5_657{flex:1 1 100%}._personaPopup_qe1z5_803{flex-direction:column;border-radius:24px 24px 0 0;right:0;left:0;bottom:50px;padding:20px;gap:16px}}._popup_7sdz9_3{position:fixed;right:0;z-index:30;display:flex;flex-direction:row;align-items:center;padding:24px 40px 24px 24px;gap:32px;backdrop-filter:blur(21px);border-radius:1000000px 0 0 1000000px;transform:translate(100%);opacity:0;transition:transform .6s cubic-bezier(.22,1,.36,1),opacity .4s ease}._popupVisible_7sdz9_19{transform:translate(0);opacity:1}._popupPersona_7sdz9_25{bottom:calc(clamp(24px,2vw,40px) + 83px);background:#ffffff0d;border:1px solid rgba(255,255,255,.15)}._popupBanner_7sdz9_31{bottom:12vh;gap:32px;background:#ff585826;border:1px solid rgba(255,88,88,.4);backdrop-filter:blur(21px)}._card_7sdz9_40{display:flex;flex-direction:row;align-items:center;gap:16px}._avatar_7sdz9_47{width:64px;height:64px;border-radius:50%;object-fit:cover;flex-shrink:0}._info_7sdz9_55{display:flex;flex-direction:column;justify-content:center;gap:8px}._nameRow_7sdz9_62{display:flex;flex-direction:row;align-items:center;gap:10px}._name_7sdz9_62{font-family:Ubuntu,sans-serif;font-weight:500;font-size:20px;line-height:23px;color:#fff}._role_7sdz9_77{font-family:Ubuntu,sans-serif;font-weight:500;font-size:17px;line-height:20px;color:#fff9}._roleDot_7sdz9_85{color:#fff9}._icons_7sdz9_89{display:flex;flex-direction:row;align-items:center;gap:4px}._icon_7sdz9_89{color:#fffc}._continueBtn_7sdz9_101{box-sizing:border-box;display:flex;flex-direction:row;justify-content:center;align-items:center;padding:16px 24px;gap:12px;min-width:135px;border-radius:32px;cursor:pointer;font-family:Ubuntu,sans-serif;font-weight:500;font-size:20px;line-height:23px;white-space:nowrap;transition:background .2s ease,border-color .2s ease,color .2s ease,transform .15s ease}._filledBtn_7sdz9_121{background:#43def0;border:1.5px solid #43DEF0;box-shadow:0 0 24px #43def0;color:#051624}._filledBtn_7sdz9_121:hover{background:#5ae6f5;border-color:#5ae6f5;transform:translateY(-2px)}._outlinedBtn_7sdz9_134{background:transparent;border:1.5px solid #43DEF0;box-shadow:0 0 12px #43def04d;color:#43def0}._outlinedBtn_7sdz9_134:hover{background:#43def01a;border-color:#5ae6f5;color:#5ae6f5;box-shadow:0 0 18px #43def080;transform:translateY(-2px)}._actionBtn_7sdz9_150{position:fixed;bottom:calc(clamp(24px,3vw,48px) + 150px);right:clamp(24px,3vw,48px);z-index:30;box-sizing:border-box;display:flex;flex-direction:row;justify-content:center;align-items:center;padding:16px 24px;gap:12px;min-width:135px;border-radius:32px;cursor:pointer;font-family:Ubuntu,sans-serif;font-weight:500;font-size:clamp(16px,1.042vw,20px);line-height:23px;white-space:nowrap;transform:translate(calc(100% + 60px));opacity:0;transition:background .2s ease,border-color .2s ease,color .2s ease,transform .6s cubic-bezier(.22,1,.36,1),opacity .4s ease}._actionBtnVisible_7sdz9_175{transform:translate(0);opacity:1}._actionBtn_7sdz9_150._filledBtn_7sdz9_121:hover,._actionBtn_7sdz9_150._outlinedBtn_7sdz9_134:hover,._actionBtnVisible_7sdz9_175._filledBtn_7sdz9_121:hover,._actionBtnVisible_7sdz9_175._outlinedBtn_7sdz9_134:hover{transform:translateY(-2px)}@media(max-width:1400px){._actionBtn_7sdz9_150{right:16px;bottom:66px}}@media(max-width:768px){._popup_7sdz9_3{flex-direction:column;border-radius:24px 24px 0 0;right:0;left:0;bottom:50px;padding:20px;gap:16px}}._bannerContent_7sdz9_212{display:flex;flex-direction:row;align-items:center;gap:16px}._bannerIcon_7sdz9_219{width:34px;height:34px;flex-shrink:0;display:flex;align-items:center;justify-content:center}._bannerText_7sdz9_228{font-family:Ubuntu,sans-serif;font-weight:500;font-size:20px;line-height:23px;color:#fff;white-space:nowrap}._bannerBtn_7sdz9_237{box-sizing:border-box;display:flex;justify-content:center;align-items:center;padding:16px 24px;min-width:105px;background:transparent;border:1.5px solid #43DEF0;filter:drop-shadow(0px 0px 24px #43DEF0);border-radius:32px;cursor:pointer;font-family:Ubuntu,sans-serif;font-weight:500;font-size:16px;line-height:18px;color:#d9f8fc;white-space:nowrap;transition:background .2s ease,transform .15s ease,border-color .2s ease}._bannerBtn_7sdz9_237:hover{background:#43def01a;border-color:#5ae6f5;transform:translateY(-1px)}._root_1wyj0_3{position:relative;width:100vw;height:100vh;min-height:100vh;overflow:hidden;background:#051624;font-family:Ubuntu,sans-serif;display:flex;flex-direction:column}._bgWrapper_1wyj0_16{position:absolute;inset:0;width:100%;height:100%;z-index:0;pointer-events:none;opacity:.4;mix-blend-mode:screen}._bgImage_1wyj0_27{width:100%;height:100%;object-fit:cover}._planetBlob_1wyj0_34{position:absolute;border-radius:50%;pointer-events:none;z-index:1}._planetBlob1_1wyj0_41{width:18%;height:22%;left:-2%;top:2%;background:radial-gradient(120.5% 120.5% at -19.95% 23.74%,#2e0f2b 47.39%,#87407c);opacity:.8;filter:blur(30px)}._planetBlob2_1wyj0_51{width:14%;height:17%;left:17%;top:37%;background:radial-gradient(98.36% 106.32% at 8.79% 50.88%,#3a3465,#504784 68.23%,#b4a7ffb3 93.23%);opacity:.8;filter:blur(17px)}._planetBlob3_1wyj0_61{width:13%;height:16%;right:23%;top:9%;background:radial-gradient(97.61% 88.7% at 90.87% 44.7%,#1b3b5a,#050e26 64.43%,#a6b7cb 79.81%);opacity:.6;filter:blur(20px);transform:rotate(165deg)}._planetBlob4_1wyj0_72{width:11%;height:12%;right:5%;top:45%;background:radial-gradient(109.51% 109.45% at 15.67% 107.45%,#1f2047 50.97%,#4f4369 75.49%,#b79aca 99.14%);opacity:.8;filter:blur(15px);transform:rotate(45deg)}._planetBlob5_1wyj0_83{width:16%;height:20%;right:18%;bottom:5%;background:radial-gradient(97.61% 88.7% at 90.87% 44.7%,#1b535a,#052226 71.87%,#99cec7 89.58%);opacity:.8;filter:blur(17px);transform:rotate(150deg)}._contentArea_1wyj0_95{position:relative;flex:1;display:flex;flex-direction:row;align-items:stretch;z-index:5;overflow:hidden}._rocketSection_1wyj0_106{flex:1;position:relative;overflow:visible}._rocketWrapper_1wyj0_112{position:absolute;left:12%;top:47%;transform:translateY(-50%);height:80%;max-height:700px;aspect-ratio:706/1377;overflow:visible}._rocketImage_1wyj0_123{width:100%;height:100%;object-fit:contain;opacity:.9;filter:drop-shadow(0px 0px 40px rgba(67,222,240,.08));pointer-events:none}._markerWrapper_1wyj0_136{position:absolute;z-index:10;cursor:pointer;transform:translate(-50%,-50%)}._markerLvl1Yellow_1wyj0_146{position:relative;width:100%;height:100%;border-radius:50%;background:#fcff640f;filter:drop-shadow(0px 0px 45px rgba(5,22,36,.6));display:flex;align-items:center;justify-content:center;transition:transform .3s ease,filter .3s ease}._markerWrapperYellow_1wyj0_144:hover ._markerLvl1Yellow_1wyj0_146{transform:scale(1.08)}._markerLvl2Yellow_1wyj0_163{width:80%;height:80%;border-radius:50%;background:#fcff641a;box-shadow:inset 0 0 8px #fcff6499;display:flex;align-items:center;justify-content:center;transition:background .3s ease}._markerWrapperYellow_1wyj0_144:hover ._markerLvl2Yellow_1wyj0_163{background:#fcff642e}._markerLvl3Yellow_1wyj0_179{width:75%;height:75%;border-radius:50%;background:#fcff641a;box-shadow:inset 0 0 8px #fcff6499;display:flex;align-items:center;justify-content:center}._markerCenterYellow_1wyj0_190{width:63%;height:63%;border-radius:50%;background:#fcff64;border:1.5px solid #FCFF64;box-shadow:0 0 24px #fcff64;display:flex;align-items:center;justify-content:center;transition:box-shadow .3s ease,transform .2s ease}._markerWrapperYellow_1wyj0_144:hover ._markerCenterYellow_1wyj0_190{box-shadow:0 0 32px #fcff64;transform:scale(1.05)}._markerActiveYellow_1wyj0_209 ._markerLvl1Yellow_1wyj0_146{filter:drop-shadow(0px 0px 55px rgba(252,255,100,.2))}._markerActiveYellow_1wyj0_209 ._markerLvl2Yellow_1wyj0_163{background:#fcff641a;box-shadow:inset 0 0 8px #fcff6499}._markerActiveYellow_1wyj0_209 ._markerLvl3Yellow_1wyj0_179{background:#fcff6426;box-shadow:inset 0 0 14.5px #fcff646b}._markerActiveYellow_1wyj0_209 ._markerCenterYellow_1wyj0_190{width:33%;height:33%;background:#fcff64;box-shadow:0 0 16px #fcff64;transform:none}._markerActiveYellow_1wyj0_209 ._markerIcon_1wyj0_231{display:none}._markerLvl1Blue_1wyj0_238{position:relative;width:100%;height:100%;border-radius:50%;background:#43def014;filter:drop-shadow(0px 0px 45px rgba(5,22,36,.6));display:flex;align-items:center;justify-content:center;transition:transform .3s ease,filter .3s ease}._markerWrapperBlue_1wyj0_236:hover ._markerLvl1Blue_1wyj0_238{transform:scale(1.08)}._markerLvl2Blue_1wyj0_255{width:80%;height:80%;border-radius:50%;background:#43def026;box-shadow:inset 0 0 8px #43def099;display:flex;align-items:center;justify-content:center;transition:background .3s ease}._markerWrapperBlue_1wyj0_236:hover ._markerLvl2Blue_1wyj0_255{background:#43def038}._markerLvl3Blue_1wyj0_271{width:75%;height:75%;border-radius:50%;background:#43def038;box-shadow:inset 0 0 14.5px #d9f8fc6b;display:flex;align-items:center;justify-content:center}._markerCenterBlue_1wyj0_282{width:63%;height:63%;border-radius:50%;background:#43def0;border:1.5px solid #43DEF0;box-shadow:0 0 24px #43def0;display:flex;align-items:center;justify-content:center;transition:box-shadow .3s ease,transform .2s ease}._markerWrapperBlue_1wyj0_236:hover ._markerCenterBlue_1wyj0_282{box-shadow:0 0 32px #43def0;transform:scale(1.05)}._markerActiveBlue_1wyj0_301 ._markerLvl1Blue_1wyj0_238{filter:drop-shadow(0px 0px 55px rgba(67,222,240,.3))}._markerActiveBlue_1wyj0_301 ._markerCenterBlue_1wyj0_282{width:33%;height:33%;box-shadow:0 0 16px #43def0;transform:none}._markerActiveBlue_1wyj0_301 ._markerIcon_1wyj0_231{display:none}._markerWrapperRed_1wyj0_317{animation:_markerFadeIn_1wyj0_1 .6s ease-out both}@keyframes _markerFadeIn_1wyj0_1{0%{opacity:0;transform:translate(-50%,-50%) scale(.5)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}._markerLvl1Red_1wyj0_331{position:relative;width:100%;height:100%;border-radius:50%;background:#ff585814;filter:drop-shadow(0px 0px 45px rgba(5,22,36,.6));display:flex;align-items:center;justify-content:center;transition:transform .3s ease;animation:_redPulse_1wyj0_1 2s ease-in-out infinite;will-change:transform,opacity}._markerWrapperRed_1wyj0_317:hover ._markerLvl1Red_1wyj0_331{transform:scale(1.08)}@keyframes _redPulse_1wyj0_1{0%,to{opacity:.85}50%{opacity:1}}._markerLvl2Red_1wyj0_358{width:80%;height:80%;border-radius:50%;background:#ff585826;box-shadow:inset 0 0 8px #ff585899;display:flex;align-items:center;justify-content:center;transition:background .3s ease}._markerWrapperRed_1wyj0_317:hover ._markerLvl2Red_1wyj0_358{background:#ff585840}._markerLvl3Red_1wyj0_374{width:75%;height:75%;border-radius:50%;background:#ff585826;box-shadow:inset 0 0 8px #ff585899;display:flex;align-items:center;justify-content:center}._markerCenterRed_1wyj0_385{width:63%;height:63%;border-radius:50%;background:#ff8e8e;border:1.5px solid #FF8E8E;box-shadow:0 0 24px #ff5858;display:flex;align-items:center;justify-content:center;transition:box-shadow .3s ease,transform .2s ease}._markerWrapperRed_1wyj0_317:hover ._markerCenterRed_1wyj0_385{box-shadow:0 0 32px #ff5858;transform:scale(1.05)}._markerActiveRed_1wyj0_404 ._markerLvl1Red_1wyj0_331{filter:drop-shadow(0px 0px 55px rgba(255,88,88,.3));animation:none}._markerActiveRed_1wyj0_404 ._markerLvl2Red_1wyj0_358{background:#ff585826;box-shadow:inset 0 0 8px #ff585899}._markerActiveRed_1wyj0_404 ._markerLvl3Red_1wyj0_374{background:#ff585838;box-shadow:inset 0 0 14.5px #ff58586b}._markerActiveRed_1wyj0_404 ._markerCenterRed_1wyj0_385{width:33%;height:33%;background:#ff5858;box-shadow:0 0 16px #ff5858;transform:none}._markerActiveRed_1wyj0_404 ._markerIcon_1wyj0_231{display:none}._markerIcon_1wyj0_231{width:40%;height:40%;display:flex;align-items:center;justify-content:center}._markerIcon_1wyj0_231 img,._markerIcon_1wyj0_231 svg{width:100%;height:100%;object-fit:contain}._ticketCard_1wyj0_448{width:clamp(300px,22vw,425px);background:#ffffff0d;border:1px solid rgba(67,222,240,.25);box-shadow:inset 0 0 38px #43def01a;backdrop-filter:blur(16px);border-radius:36px;padding:clamp(20px,1.67vw,32px);display:flex;flex-direction:column;gap:16px;box-sizing:border-box}._cardHeadline_1wyj0_462{display:flex;flex-direction:column;gap:4px}._cardHeaderRow_1wyj0_468{display:flex;align-items:center;gap:6px}._cardTypeLabel_1wyj0_474{font-family:Ubuntu,sans-serif;font-weight:400;font-size:14px;line-height:20px;color:#fffc;margin:0}._ticketId_1wyj0_483{font-family:Ubuntu,sans-serif;font-weight:400;font-size:14px;line-height:20px;color:#fff9}._cardTitle_1wyj0_491{font-family:Ubuntu,sans-serif;font-weight:400;font-size:clamp(18px,1.25vw,24px);line-height:126%;color:#fff;margin:0}._cardExpandedContent_1wyj0_500{display:flex;flex-direction:column;gap:24px}._cardDescription_1wyj0_506{font-family:Ubuntu,sans-serif;font-weight:400;font-size:clamp(14px,.89vw,17px);line-height:24px;color:#fff9;margin:0}._cardDetails_1wyj0_515{display:flex;flex-direction:column;gap:24px}._detailGrid_1wyj0_521{display:flex;flex-direction:row;flex-wrap:wrap;gap:24px}._detailColumn_1wyj0_528{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:4px;min-width:140px}._detailLabel_1wyj0_537{font-family:Ubuntu,sans-serif;font-weight:400;font-size:14px;line-height:20px;color:#fff9}._detailValue_1wyj0_545{font-family:Ubuntu,sans-serif;font-weight:400;font-size:14px;line-height:20px;color:#fff}._priorityBadge_1wyj0_554{display:flex;align-items:center;padding:4px 8px;gap:6px;background:#fcff641a;border:1px solid rgba(252,255,100,.2);backdrop-filter:blur(24px);border-radius:8px}._priorityIcon_1wyj0_565{width:14px;height:14px;opacity:.8}._priorityText_1wyj0_571{font-family:Ubuntu,sans-serif;font-weight:400;font-size:14px;line-height:20px;color:#fcff64}._priorityBadgeCritical_1wyj0_579{display:flex;align-items:center;padding:4px 8px;gap:6px;background:#ff585826;border:1px solid rgba(255,88,88,.4);backdrop-filter:blur(9px);border-radius:8px}._priorityTextCritical_1wyj0_590{font-family:Ubuntu,sans-serif;font-weight:400;font-size:14px;line-height:20px;color:#ff5858}._responsibleRow_1wyj0_599{display:flex;align-items:center;gap:8px}._responsibleAvatar_1wyj0_605{width:28px;height:28px;border-radius:50%;object-fit:cover}._relatedTicketsRow_1wyj0_613{display:flex;align-items:center;gap:6px;padding:4px 0}._categoryRow_1wyj0_621{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:4px}._tagsRow_1wyj0_629{display:flex;flex-wrap:wrap;gap:6px}._tag_1wyj0_629{display:inline-flex;align-items:center;gap:6px;padding:4px 8px 4px 6px;border-radius:8px;background:#ffffff0d;font-family:Ubuntu,sans-serif;font-weight:400;font-size:14px;line-height:20px;color:#fff}._cardCta_1wyj0_650{display:flex;justify-content:center;align-items:center;padding:12px 16px;width:100%;background:#43def0;border:1.5px solid #43DEF0;box-shadow:0 0 24px #43def0;border-radius:32px;cursor:pointer;font-family:Ubuntu,sans-serif;font-weight:500;font-size:16px;line-height:18px;color:#051624;transition:background .2s ease,transform .15s ease,box-shadow .2s ease}._cardCta_1wyj0_650:hover{background:#5ae4f3;transform:translateY(-1px);box-shadow:0 0 32px #43def0}._cardCtaOutline_1wyj0_675{display:flex;justify-content:center;align-items:center;padding:12px 16px;width:100%;background:transparent;border:1.5px solid #43DEF0;box-shadow:0 0 16px #43def04d;border-radius:32px;cursor:pointer;font-family:Ubuntu,sans-serif;font-weight:500;font-size:16px;line-height:18px;color:#d9f8fc;transition:background .2s ease,transform .15s ease,box-shadow .2s ease}._cardCtaOutline_1wyj0_675:hover{background:#43def01f;transform:translateY(-1px);box-shadow:0 0 24px #43def066}._connectorSvg_1wyj0_701{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:15;overflow:visible}@media(min-width:1920px){._rocketWrapper_1wyj0_112{height:85%;max-height:780px}}@media(max-width:1840px){._rocketWrapper_1wyj0_112{height:65%;left:5%}._ticketCard_1wyj0_448{width:clamp(280px,20vw,380px)}}@media(max-width:1400px){._contentArea_1wyj0_95{flex-direction:column;align-items:center}._rocketSection_1wyj0_106{min-height:55vh}._rocketWrapper_1wyj0_112{height:60%;left:5%}._ticketCard_1wyj0_448{width:280px;padding:16px;border-radius:24px}}@media(max-width:768px){._rocketWrapper_1wyj0_112{height:55%}._ticketCard_1wyj0_448{width:240px;padding:14px}}._root_r0s9z_3{position:relative;width:100vw;height:100vh;min-height:100vh;overflow:hidden;background:#051624;font-family:Ubuntu,sans-serif;display:flex;flex-direction:column}._bgWrapper_r0s9z_16{position:absolute;inset:0;width:100%;height:100%;z-index:0;pointer-events:none;opacity:.8;mix-blend-mode:screen}._bgImage_r0s9z_27{width:100%;height:100%;object-fit:cover}._header_r0s9z_34{position:relative;display:flex;justify-content:space-between;align-items:center;padding:24px 72px;height:90px;z-index:10;flex-shrink:0;opacity:.6}._logoLeft_r0s9z_46{width:187px;height:auto;max-height:40px;object-fit:contain;filter:brightness(0) invert(1)}._headerTitle_r0s9z_54{font-family:Ubuntu,sans-serif;font-weight:700;font-size:24px;line-height:28px;color:#fff}._logoRight_r0s9z_62{width:52.5px;height:auto;max-height:48px;object-fit:contain}._contentArea_r0s9z_70{position:relative;flex:1;display:flex;flex-direction:row;align-items:stretch;z-index:5;overflow:hidden}._assistantPanel_r0s9z_81{display:flex;flex-direction:column;align-items:flex-start;width:485px;margin-left:72px;margin-top:38px;flex-shrink:0;background:#43def012;backdrop-filter:blur(16px);border-radius:56px;border:1px solid rgba(67,222,240,.22);box-shadow:0 4px 40px #43def038,inset 0 0 8px #43def06b;overflow:hidden;z-index:6;padding:32px;gap:10px;height:880px;max-height:calc(100vh - 170px);box-sizing:border-box}._assistantHeader_r0s9z_103{display:flex;align-items:center;justify-content:space-between;flex-shrink:0;width:100%}._assistantHeaderSpacer_r0s9z_111{width:24px;height:24px;opacity:0}._assistantTitle_r0s9z_117{font-family:Ubuntu,sans-serif;font-weight:700;font-size:20px;line-height:23px;color:#fff;margin:0}._assistantClose_r0s9z_126{background:none;border:none;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center}._assistantMeta_r0s9z_136{flex-shrink:0;width:100%}._disclaimer_r0s9z_141{font-family:Ubuntu,sans-serif;font-size:14px;line-height:18px;color:#fff;opacity:.7;margin:0 0 8px;text-align:center;max-width:500px}._assistantBody_r0s9z_152{flex:1;overflow-y:auto;display:flex;flex-direction:column;gap:1vh;width:100%}._startersAreaChat_r0s9z_161{display:flex;flex-direction:column;align-items:center;gap:24px;padding-top:32px;width:100%}._starterChips_r0s9z_170{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;align-items:flex-start;gap:8px;width:100%}._starterChip_r0s9z_170{box-sizing:border-box;background:transparent;border:1px solid rgba(217,248,252,.42);border-radius:24px;color:#a1eff8;font-family:Inter,sans-serif;font-weight:700;font-size:16px;line-height:24px;padding:8px 16px;cursor:pointer;text-align:left;transition:background .2s;white-space:nowrap}._starterChip_r0s9z_170:hover{background:#43def01f}._msgRow_r0s9z_201{display:flex;gap:.5vw;align-items:flex-start}._msgAssistant_r0s9z_207{flex-direction:row}._msgUser_r0s9z_211{flex-direction:row-reverse}._msgAvatar_r0s9z_215{width:1.8vw;height:1.8vw;border-radius:50%;background:#43def033;display:flex;align-items:center;justify-content:center;font-size:.55vw;font-weight:700;color:#43def0;flex-shrink:0}._msgBubble_r0s9z_229{position:relative;max-width:80%;padding:.8vh .8vw;border-radius:.6vw;font-size:14px;line-height:1.5;color:#fff}._bubbleAssistant_r0s9z_239{background:#ffffff14}._bubbleUser_r0s9z_243{background:#43def026}._msgContent_r0s9z_247{word-break:break-word}._msgContent_r0s9z_247 p{margin:.3vh 0}._chatError_r0s9z_255{color:#ff6b6b;font-size:12px;padding:0 20px}._voiceRecordArea_r0s9z_262{display:flex;flex-direction:column;align-items:center;flex-shrink:0;padding-top:8px;width:100%}._voiceRecordBtn_r0s9z_271{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:24.17px;width:198px;height:261px;background:#43def012;box-shadow:0 0 29px #43def012;border-radius:174px;border:none;cursor:pointer;position:relative}._voiceRecordBtnLvl2_r0s9z_287{display:flex;justify-content:center;align-items:center;padding:24.17px;width:149.83px;height:212.67px;background:#43def012;backdrop-filter:blur(2.4px);border-radius:241.67px}._voiceRecordBtnLvl3_r0s9z_299{display:flex;justify-content:center;align-items:center;padding:24.17px 24.17px 87px;width:101.5px;height:164.33px;background:#43def012;box-shadow:inset 0 0 14.5px #d9f8fc6b;backdrop-filter:blur(4.83px);border-radius:241.67px}._voiceRecordBtnInner_r0s9z_312{display:flex;justify-content:center;align-items:center;padding:14.5px;width:53.17px;height:53.17px;background:#43def0;border-radius:38.67px}._voiceActive_r0s9z_323 ._voiceRecordBtnInner_r0s9z_312{background:#ff5050;animation:_voicePulse_r0s9z_1 1.2s ease-in-out infinite}._voiceRecordIcon_r0s9z_328{width:24px;height:24px}@keyframes _voicePulse_r0s9z_1{0%,to{box-shadow:0 0 #43def04d}50%{box-shadow:0 0 0 12px #43def014}}._carouselSection_r0s9z_342{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:0 2vw;overflow:visible;min-width:0}._pageTitle_r0s9z_353{font-family:Ubuntu,sans-serif;font-weight:400;font-size:clamp(24px,2.2vw,35px);line-height:40px;color:#fff;text-align:center;margin:0 0 30px}._carouselViewport_r0s9z_364{position:relative;width:100%;height:clamp(500px,52vw,800px);overflow:visible}._tile_r0s9z_375{box-sizing:border-box;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;isolation:isolate;position:absolute;top:50%;left:50%;background:#43def00a;border:1px solid rgba(67,222,240,.25);flex-shrink:0;user-select:none;overflow:hidden;transition:transform .5s cubic-bezier(.4,0,.2,1),width .5s cubic-bezier(.4,0,.2,1),padding .5s cubic-bezier(.4,0,.2,1),gap .5s cubic-bezier(.4,0,.2,1),opacity .5s cubic-bezier(.4,0,.2,1),filter .5s cubic-bezier(.4,0,.2,1),border-radius .5s cubic-bezier(.4,0,.2,1),box-shadow .5s cubic-bezier(.4,0,.2,1),backdrop-filter .5s cubic-bezier(.4,0,.2,1),background .5s cubic-bezier(.4,0,.2,1)}._tileCenter_r0s9z_394{width:clamp(400px,30.4vw,501px);padding:clamp(44px,3.5vw,56px) clamp(30px,2.5vw,40px) clamp(30px,2.5vw,40px);gap:clamp(32px,3vw,48px);transform:translate(-50%,-50%);opacity:1;z-index:3;cursor:default;filter:none;overflow:visible;background:#43def00d;box-shadow:inset 0 0 38px #43def01a;backdrop-filter:blur(16px);border-radius:clamp(42px,3.5vw,56px);border:1px solid rgba(67,222,240,.3)}._tileLeft_r0s9z_412,._tileRight_r0s9z_413{width:clamp(220px,17.5vw,280px);padding:clamp(28px,2.45vw,39.2px) clamp(20px,1.75vw,28px) clamp(20px,1.75vw,28px);gap:clamp(24px,2.1vw,33.6px);opacity:.5;filter:blur(clamp(3px,.28vw,4.55px));z-index:1;cursor:pointer;border-radius:clamp(28px,2.45vw,39.2px);box-shadow:none;backdrop-filter:none}._tileLeft_r0s9z_412{transform:translate(calc(-50% - clamp(160px,12.5vw,200px)),-50%)}._tileRight_r0s9z_413{transform:translate(calc(-50% + clamp(160px,12.5vw,200px)),-50%)}._recommendedBadge_r0s9z_438{box-sizing:border-box;display:flex;flex-direction:row;align-items:center;justify-content:center;padding:clamp(6px,.5vw,8px) clamp(10px,.75vw,12px);gap:clamp(4px,.375vw,6px);position:absolute;left:50%;transform:translate(-50%);top:clamp(-16px,-1.125vw,-18px);background:#283c4bf2;backdrop-filter:blur(24px);border:1px solid rgba(67,222,240,.25);border-radius:1000000px;z-index:11;white-space:nowrap;transition:opacity .5s cubic-bezier(.4,0,.2,1)}._recommendedBadgeVisible_r0s9z_459{opacity:1}._recommendedBadgeHidden_r0s9z_463{opacity:0}._recommendedText_r0s9z_467{font-family:Ubuntu,sans-serif;font-style:normal;font-weight:500;font-size:clamp(13px,1.0625vw,17px);line-height:clamp(16px,1.25vw,20px);display:flex;align-items:center;color:#fff}._tileContent_r0s9z_479{display:flex;flex-direction:column;align-items:center;gap:clamp(18px,1.5vw,24px);width:100%}._tileHeader_r0s9z_487{display:flex;flex-direction:column;align-items:center;gap:clamp(8px,.75vw,12px);width:100%}._solutionTitle_r0s9z_495{font-family:Ubuntu,sans-serif;font-weight:400;text-align:center;color:#fff;margin:0;transition:font-size .5s cubic-bezier(.4,0,.2,1),line-height .5s cubic-bezier(.4,0,.2,1)}._titleCenter_r0s9z_504{font-size:clamp(22px,1.8125vw,29px);line-height:126%}._titleSide_r0s9z_509{font-size:clamp(14px,1.27vw,20.3px);line-height:126%}._solutionTimeRow_r0s9z_515{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:clamp(3px,.25vw,4px)}._solutionTimeLabel_r0s9z_523{font-family:Ubuntu,sans-serif;font-weight:500;text-align:center;color:#c0f4fa;transition:font-size .5s cubic-bezier(.4,0,.2,1)}._timeLabelCenter_r0s9z_531{font-size:clamp(14px,1.0625vw,17px);line-height:clamp(16px,1.25vw,20px)}._timeLabelSide_r0s9z_536{font-size:clamp(9px,.74vw,11.9px);line-height:clamp(13px,1.0625vw,17px)}._solutionTimeValue_r0s9z_541{font-family:Ubuntu,sans-serif;font-weight:500;text-align:center;transition:font-size .5s cubic-bezier(.4,0,.2,1)}._timeValueCenter_r0s9z_548{font-size:clamp(14px,1.0625vw,17px);line-height:clamp(16px,1.25vw,20px);color:#fff}._timeValueSide_r0s9z_554{font-size:clamp(9px,.74vw,11.9px);line-height:clamp(11px,.875vw,14px);color:#62e4f3}._solutionDescription_r0s9z_561{font-family:Ubuntu,sans-serif;font-weight:400;text-align:center;color:#fffc;margin:0;transition:font-size .5s cubic-bezier(.4,0,.2,1)}._descCenter_r0s9z_570{font-size:clamp(14px,1.0625vw,17px);line-height:clamp(18px,1.5vw,24px)}._descSide_r0s9z_575{font-size:clamp(9px,.74vw,11.9px);line-height:clamp(13px,1.0625vw,17px)}._kpiRow_r0s9z_581{display:flex;flex-direction:row;align-items:flex-start;gap:clamp(8px,.75vw,12px);width:100%;flex-shrink:0;transition:opacity .5s cubic-bezier(.4,0,.2,1)}._kpiCard_r0s9z_591{box-sizing:border-box;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:clamp(10px,1vw,16px);gap:clamp(4px,.375vw,6px);flex:1;height:clamp(60px,4.875vw,78px);background:#ffffff0d;border:1px solid rgba(255,255,255,.05);border-radius:clamp(10px,1vw,16px);min-width:0}._kpiValueRow_r0s9z_607{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:2px}._kpiIcon_r0s9z_615{width:clamp(9px,.75vw,12px);height:clamp(9px,.75vw,12px);display:flex;align-items:center;justify-content:center;flex-shrink:0}._kpiValue_r0s9z_607{font-family:Ubuntu,sans-serif;font-weight:400;font-size:clamp(13px,1.0625vw,17px);line-height:clamp(18px,1.5vw,24px);color:#46ff84;white-space:nowrap}._kpiLabel_r0s9z_633{font-family:Ubuntu,sans-serif;font-weight:500;font-size:clamp(11px,.875vw,14px);line-height:clamp(12px,1vw,16px);color:#fff;text-align:center;white-space:nowrap}._tileLeft_r0s9z_412 ._kpiRow_r0s9z_581,._tileRight_r0s9z_413 ._kpiRow_r0s9z_581{opacity:0}._selectArea_r0s9z_650{display:flex;flex-direction:column;align-items:center;width:100%;align-self:stretch;flex-shrink:0;transition:opacity .5s cubic-bezier(.4,0,.2,1),max-height .5s cubic-bezier(.4,0,.2,1),margin-top .5s cubic-bezier(.4,0,.2,1),transform .5s cubic-bezier(.4,0,.2,1)}._selectAreaVisible_r0s9z_660{opacity:1;max-height:120px;margin-top:0;transform:translateY(0);overflow:visible;transition-delay:.2s}._selectAreaHidden_r0s9z_669{opacity:0;max-height:0;margin-top:-36px;transform:translateY(10px);pointer-events:none;overflow:hidden;transition-delay:0s}._selectBtn_r0s9z_679{box-sizing:border-box;display:flex;flex-direction:row;justify-content:center;align-items:center;padding:clamp(12px,1vw,16px) clamp(18px,1.5vw,24px);gap:clamp(8px,.75vw,12px);width:100%;min-width:clamp(101px,8.4375vw,135px);height:clamp(42px,3.4375vw,55px);background:#43def0;border:1.5px solid #43DEF0;box-shadow:0 0 24px #43def0;border-radius:32px;cursor:pointer;transition:background .2s ease,transform .15s ease;z-index:2}._selectBtn_r0s9z_679:hover{background:#5ae4f3;transform:translateY(-2px)}._selectBtnLabel_r0s9z_704{font-family:Ubuntu,sans-serif;font-style:normal;font-weight:500;font-size:clamp(16px,1.25vw,20px);line-height:clamp(18px,1.4375vw,23px);color:#051624;white-space:nowrap}._summaryCard_r0s9z_719{box-sizing:border-box;display:flex;flex-direction:column;align-items:flex-start;padding:clamp(24px,2vw,32px);gap:clamp(8px,.5vw,12px);width:clamp(280px,22.2vw,355px);flex-shrink:0;align-self:center;margin-top:-8vh;max-height:calc(100vh - 200px);overflow-y:auto;background:#25333f40;border:1px solid rgba(255,255,255,.1);backdrop-filter:blur(21px);border-radius:clamp(24px,2.25vw,36px) 0px 0px clamp(24px,2.25vw,36px);margin-right:0}._summaryHeaderRow_r0s9z_740{display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:100%}._ticketIdRow_r0s9z_749{display:flex;flex-direction:row;align-items:center;gap:clamp(4px,.375vw,6px)}._ticketIdLabel_r0s9z_756{font-family:Ubuntu,sans-serif;font-weight:400;font-size:clamp(12px,.875vw,14px);line-height:clamp(16px,1.25vw,20px);color:#fffc}._ticketIdValue_r0s9z_764{font-family:Ubuntu,sans-serif;font-weight:400;font-size:clamp(12px,.875vw,14px);line-height:clamp(16px,1.25vw,20px);color:#fff9}._criticalBadge_r0s9z_773{box-sizing:border-box;display:inline-flex;flex-direction:row;align-items:center;width:fit-content;padding:clamp(3px,.25vw,4px) clamp(6px,.5vw,8px);gap:clamp(4px,.375vw,6px);background:#ff58580d;border:1px solid rgba(255,88,88,.6);backdrop-filter:blur(24px);border-radius:clamp(6px,.5vw,8px)}._criticalIcon_r0s9z_787{width:clamp(11px,.875vw,14px);height:clamp(11px,.875vw,14px);opacity:.8}._criticalText_r0s9z_793{font-family:Ubuntu,sans-serif;font-weight:400;font-size:clamp(11px,.875vw,14px);line-height:clamp(16px,1.25vw,20px);color:#ff8e8e}._collapseBtn_r0s9z_801{display:flex;justify-content:center;align-items:center;padding:clamp(6px,.5vw,8px);width:clamp(24px,2vw,32px);height:clamp(24px,2vw,32px);background:none;border:none;border-radius:32px;cursor:pointer;transition:background .2s}._collapseBtn_r0s9z_801:hover{background:#ffffff1a}._collapseIcon_r0s9z_819{width:clamp(12px,1vw,16px);height:clamp(12px,1vw,16px);color:#82e9f5;transition:transform .3s ease}._collapseIconOpen_r0s9z_826{transform:rotate(0)}._collapseIconClosed_r0s9z_830{transform:rotate(180deg)}._summaryBody_r0s9z_835{display:grid;grid-template-rows:1fr;transition:grid-template-rows .4s ease;width:100%}._summaryBody_r0s9z_835>*{overflow:hidden}._summaryBodyCollapsed_r0s9z_846{grid-template-rows:0fr}._summaryBodyInner_r0s9z_850{display:flex;flex-direction:column;align-items:flex-start;gap:clamp(16px,1.5vw,24px);min-height:0;width:100%}._summaryTitleBlock_r0s9z_859{display:flex;flex-direction:column;gap:clamp(8px,.75vw,12px);width:100%}._summaryTitle_r0s9z_859{font-family:Ubuntu,sans-serif;font-weight:400;font-size:clamp(18px,1.5vw,24px);line-height:126%;color:#fff;margin:0}._summaryDescription_r0s9z_875{font-family:Ubuntu,sans-serif;font-weight:400;font-size:clamp(12px,.875vw,14px);line-height:clamp(16px,1.25vw,20px);color:#fff9;margin:0}._summaryDetails_r0s9z_885{display:flex;flex-direction:column;gap:clamp(16px,1.5vw,24px);width:100%}._detailField_r0s9z_892{display:flex;flex-direction:column;gap:clamp(3px,.25vw,4px)}._detailLabel_r0s9z_898{font-family:Ubuntu,sans-serif;font-weight:400;font-size:clamp(12px,.875vw,14px);line-height:clamp(16px,1.25vw,20px);color:#fff9}._detailValue_r0s9z_906{font-family:Ubuntu,sans-serif;font-weight:400;font-size:clamp(12px,.875vw,14px);line-height:clamp(16px,1.25vw,20px);color:#fff}._reportedByRow_r0s9z_915{display:flex;flex-direction:row;align-items:center;gap:clamp(6px,.5vw,8px)}._reportedByAvatar_r0s9z_922{width:clamp(22px,1.75vw,28px);height:clamp(22px,1.75vw,28px);border-radius:50%;object-fit:cover}._categoryTagsRow_r0s9z_930{display:flex;flex-direction:row;flex-wrap:wrap;gap:clamp(6px,.5vw,8px)}._categoryTag_r0s9z_930{box-sizing:border-box;display:flex;flex-direction:row;align-items:center;padding:clamp(3px,.25vw,4px) clamp(6px,.5vw,8px) clamp(3px,.25vw,4px) clamp(5px,.375vw,6px);gap:clamp(4px,.375vw,6px);background:#ffffff0d;border-radius:clamp(6px,.5vw,8px)}._categoryTagIcon_r0s9z_948{width:clamp(12px,1vw,16px);height:clamp(12px,1vw,16px);opacity:.8}._categoryTagText_r0s9z_954{font-family:Ubuntu,sans-serif;font-weight:400;font-size:clamp(12px,.875vw,14px);line-height:clamp(16px,1.25vw,20px);color:#fff}._relatedTicketsRow_r0s9z_963{display:flex;flex-direction:row;align-items:center;gap:clamp(3px,.25vw,4px)}._bookmarkIcon_r0s9z_970{width:clamp(11px,.875vw,14px);height:clamp(11px,.875vw,14px);color:#43def0}._relatedTicketId_r0s9z_976{font-family:Ubuntu,sans-serif;font-weight:400;font-size:clamp(12px,.875vw,14px);line-height:clamp(16px,1.25vw,20px);color:#fff}._relatedTicketExtra_r0s9z_984{font-family:Ubuntu,sans-serif;font-weight:400;font-size:clamp(12px,.875vw,14px);line-height:clamp(16px,1.25vw,20px);color:#fff;margin-left:clamp(3px,.25vw,4px)}@media(max-width:1840px){._assistantPanel_r0s9z_81{width:420px;padding:24px;margin-left:48px}._summaryCard_r0s9z_719{width:clamp(260px,20vw,320px);padding:clamp(20px,1.5vw,24px)}._voiceRecordBtn_r0s9z_271{width:160px;height:210px}._voiceRecordBtnLvl2_r0s9z_287{width:120px;height:170px}._voiceRecordBtnLvl3_r0s9z_299{width:82px;height:132px;padding:20px 20px 70px}}@media(max-width:1400px){._contentArea_r0s9z_70{flex-direction:column;align-items:center}._assistantPanel_r0s9z_81{width:90vw;height:200px;margin:1vh auto;border-radius:2vw;flex-direction:row}._voiceRecordArea_r0s9z_262,._summaryCard_r0s9z_719{display:none}._carouselSection_r0s9z_342{padding:0 1vw}._tileCenter_r0s9z_394{width:380px;height:auto}._tileLeft_r0s9z_412{width:220px;height:auto;transform:translate(calc(-50% - 250px),-50%)}._tileRight_r0s9z_413{width:220px;height:auto;transform:translate(calc(-50% + 250px),-50%)}}._root_1f6z3_3{position:relative;width:100vw;height:100vh;min-height:100vh;overflow:hidden;background:#051624;font-family:Ubuntu,sans-serif;display:flex;flex-direction:column}._bgWrapper_1f6z3_16{position:absolute;inset:0;width:100%;height:100%;z-index:0;pointer-events:none;opacity:.8;mix-blend-mode:screen}._bgImage_1f6z3_27{width:100%;height:100%;object-fit:cover}._contentArea_1f6z3_34{position:relative;flex:1;display:flex;flex-direction:row;align-items:stretch;z-index:5;overflow:hidden}._carouselSection_1f6z3_45{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:0 2vw;overflow:visible;min-width:0}._carouselViewport_1f6z3_57{position:relative;width:100%;height:clamp(500px,52vw,800px);overflow:visible}._tile_1f6z3_68{box-sizing:border-box;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;isolation:isolate;position:absolute;top:50%;left:50%;background:#43def00a;border:1px solid rgba(67,222,240,.25);flex-shrink:0;user-select:none;overflow:visible;transition:transform .5s cubic-bezier(.4,0,.2,1),width .5s cubic-bezier(.4,0,.2,1),padding .5s cubic-bezier(.4,0,.2,1),gap .5s cubic-bezier(.4,0,.2,1),opacity .5s cubic-bezier(.4,0,.2,1),filter .5s cubic-bezier(.4,0,.2,1),border-radius .5s cubic-bezier(.4,0,.2,1),box-shadow .5s cubic-bezier(.4,0,.2,1),backdrop-filter .5s cubic-bezier(.4,0,.2,1),background .5s cubic-bezier(.4,0,.2,1)}._tileCenter_1f6z3_87{width:clamp(400px,30.4vw,501px);padding:clamp(44px,3.5vw,56px) clamp(30px,2.5vw,40px) clamp(30px,2.5vw,40px);gap:clamp(32px,3vw,48px);transform:translate(-50%,-50%);opacity:1;z-index:3;cursor:default;filter:none;overflow:visible;background:#43def00d;box-shadow:inset 0 0 38px #43def01a;backdrop-filter:blur(16px);border-radius:clamp(42px,3.5vw,56px);border:1px solid rgba(67,222,240,.3)}._tileLeft_1f6z3_105,._tileRight_1f6z3_106{width:clamp(220px,17.5vw,280px);padding:clamp(28px,2.45vw,39.2px) clamp(20px,1.75vw,28px) clamp(20px,1.75vw,28px);gap:clamp(24px,2.1vw,33.6px);opacity:.5;filter:blur(clamp(3px,.28vw,4.55px));z-index:1;cursor:pointer;border-radius:clamp(28px,2.45vw,39.2px);box-shadow:none;backdrop-filter:none}._tileLeft_1f6z3_105{transform:translate(calc(-50% - clamp(160px,12.5vw,200px)),-50%)}._tileRight_1f6z3_106{transform:translate(calc(-50% + clamp(160px,12.5vw,200px)),-50%)}._recommendedBadge_1f6z3_130{box-sizing:border-box;display:flex;flex-direction:row;align-items:center;justify-content:center;padding:clamp(6px,.5vw,8px) clamp(10px,.75vw,12px);gap:clamp(4px,.375vw,6px);position:absolute;left:50%;transform:translate(-50%);top:clamp(-16px,-1.125vw,-18px);background:#104632d9;backdrop-filter:blur(24px);border:1px solid rgba(70,255,132,.35);border-radius:1000000px;z-index:11;white-space:nowrap;transition:opacity .5s cubic-bezier(.4,0,.2,1)}._recommendedBadgeVisible_1f6z3_151{opacity:1}._recommendedBadgeHidden_1f6z3_155{opacity:0}._recommendedIcon_1f6z3_159{width:clamp(14px,1vw,18px);height:clamp(14px,1vw,18px);flex-shrink:0}._recommendedText_1f6z3_165{font-family:Ubuntu,sans-serif;font-style:normal;font-weight:500;font-size:clamp(13px,1.0625vw,17px);line-height:clamp(16px,1.25vw,20px);display:flex;align-items:center;color:#46ff84}._tileContent_1f6z3_177{display:flex;flex-direction:column;align-items:center;gap:clamp(18px,1.5vw,24px);width:100%}._tileHeader_1f6z3_185{display:flex;flex-direction:column;align-items:center;gap:clamp(8px,.75vw,12px);width:100%}._solutionTitle_1f6z3_193{font-family:Ubuntu,sans-serif;font-weight:400;text-align:center;color:#fff;margin:0;transition:font-size .5s cubic-bezier(.4,0,.2,1),line-height .5s cubic-bezier(.4,0,.2,1)}._titleCenter_1f6z3_202{font-size:clamp(22px,1.8125vw,29px);line-height:126%}._titleSide_1f6z3_207{font-size:clamp(14px,1.27vw,20.3px);line-height:126%}._solutionTimeRow_1f6z3_213{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:clamp(3px,.25vw,4px)}._solutionTimeLabel_1f6z3_221{font-family:Ubuntu,sans-serif;font-weight:500;text-align:center;color:#c0f4fa;transition:font-size .5s cubic-bezier(.4,0,.2,1)}._timeLabelCenter_1f6z3_229{font-size:clamp(14px,1.0625vw,17px);line-height:clamp(16px,1.25vw,20px)}._timeLabelSide_1f6z3_234{font-size:clamp(9px,.74vw,11.9px);line-height:clamp(13px,1.0625vw,17px)}._solutionTimeValue_1f6z3_239{font-family:Ubuntu,sans-serif;font-weight:500;text-align:center;transition:font-size .5s cubic-bezier(.4,0,.2,1)}._timeValueCenter_1f6z3_246{font-size:clamp(14px,1.0625vw,17px);line-height:clamp(16px,1.25vw,20px);color:#fff}._timeValueSide_1f6z3_252{font-size:clamp(9px,.74vw,11.9px);line-height:clamp(11px,.875vw,14px);color:#62e4f3}._solutionDescription_1f6z3_259{font-family:Ubuntu,sans-serif;font-weight:400;text-align:center;color:#fffc;margin:0;transition:font-size .5s cubic-bezier(.4,0,.2,1)}._descCenter_1f6z3_268{font-size:clamp(14px,1.0625vw,17px);line-height:clamp(18px,1.5vw,24px)}._descSide_1f6z3_273{font-size:clamp(9px,.74vw,11.9px);line-height:clamp(13px,1.0625vw,17px)}._kpiRow_1f6z3_279{display:flex;flex-direction:row;align-items:flex-start;gap:clamp(8px,.75vw,12px);width:100%;flex-shrink:0;transition:opacity .5s cubic-bezier(.4,0,.2,1)}._kpiCard_1f6z3_289{box-sizing:border-box;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:clamp(10px,1vw,16px);gap:clamp(4px,.375vw,6px);flex:1;height:clamp(60px,4.875vw,78px);background:#ffffff0d;border:1px solid rgba(255,255,255,.05);border-radius:clamp(10px,1vw,16px);min-width:0}._kpiValueRow_1f6z3_305{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:2px}._kpiIcon_1f6z3_313{width:clamp(9px,.75vw,12px);height:clamp(9px,.75vw,12px);display:flex;align-items:center;justify-content:center;flex-shrink:0}._kpiValue_1f6z3_305{font-family:Ubuntu,sans-serif;font-weight:400;font-size:clamp(13px,1.0625vw,17px);line-height:clamp(18px,1.5vw,24px);color:#46ff84;white-space:nowrap}._kpiLabel_1f6z3_331{font-family:Ubuntu,sans-serif;font-weight:500;font-size:clamp(11px,.875vw,14px);line-height:clamp(12px,1vw,16px);color:#fff;text-align:center;white-space:nowrap}._tileLeft_1f6z3_105 ._kpiRow_1f6z3_279,._tileRight_1f6z3_106 ._kpiRow_1f6z3_279{opacity:0}._selectArea_1f6z3_348{display:flex;flex-direction:column;align-items:center;width:100%;align-self:stretch;flex-shrink:0;transition:opacity .5s cubic-bezier(.4,0,.2,1),max-height .5s cubic-bezier(.4,0,.2,1),margin-top .5s cubic-bezier(.4,0,.2,1),transform .5s cubic-bezier(.4,0,.2,1)}._selectAreaVisible_1f6z3_358{opacity:1;max-height:120px;margin-top:0;transform:translateY(0);overflow:visible;transition-delay:.2s}._selectAreaHidden_1f6z3_367{opacity:0;max-height:0;margin-top:-36px;transform:translateY(10px);pointer-events:none;overflow:hidden;transition-delay:0s}._selectBtn_1f6z3_377{box-sizing:border-box;display:flex;flex-direction:row;justify-content:center;align-items:center;padding:clamp(12px,1vw,16px) clamp(18px,1.5vw,24px);gap:clamp(8px,.75vw,12px);width:100%;min-width:clamp(101px,8.4375vw,135px);height:clamp(42px,3.4375vw,55px);background:#43def0;border:1.5px solid #43DEF0;box-shadow:0 0 24px #43def0;border-radius:32px;cursor:pointer;transition:background .2s ease,transform .15s ease;z-index:2}._selectBtn_1f6z3_377:hover{background:#5ae4f3;transform:translateY(-2px)}._selectBtnLabel_1f6z3_402{font-family:Ubuntu,sans-serif;font-style:normal;font-weight:500;font-size:clamp(16px,1.25vw,20px);line-height:clamp(18px,1.4375vw,23px);color:#051624;white-space:nowrap}._summaryCard_1f6z3_415{box-sizing:border-box;display:flex;flex-direction:column;align-items:flex-start;padding:clamp(24px,2vw,32px);gap:clamp(8px,.5vw,12px);width:clamp(280px,22.2vw,355px);flex-shrink:0;align-self:center;margin-top:-8vh;max-height:calc(100vh - 200px);overflow-y:auto;background:#25333f40;border:1px solid rgba(255,255,255,.1);backdrop-filter:blur(21px);border-radius:clamp(24px,2.25vw,36px) 0px 0px clamp(24px,2.25vw,36px);margin-right:0}._summaryCard_1f6z3_415::-webkit-scrollbar{width:4px}._summaryCard_1f6z3_415::-webkit-scrollbar-thumb{background:#43def04d;border-radius:4px}._summaryHeaderRow_1f6z3_445{display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:100%}._summaryHeaderLeft_1f6z3_453{display:flex;flex-direction:column;gap:4px;min-width:0;flex:1}._summaryHeaderLabel_1f6z3_461{font-family:Ubuntu,sans-serif;font-weight:400;font-size:clamp(12px,.875vw,14px);line-height:clamp(16px,1.25vw,20px);color:#fff9}._summaryHeaderTitle_1f6z3_469{font-family:Ubuntu,sans-serif;font-weight:400;font-size:clamp(16px,1.04vw,20px);line-height:1.3;color:#fff;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._collapseBtn_1f6z3_481{display:flex;justify-content:center;align-items:center;padding:clamp(6px,.5vw,8px);width:clamp(24px,2vw,32px);height:clamp(24px,2vw,32px);background:none;border:none;border-radius:32px;cursor:pointer;transition:background .2s}._collapseBtn_1f6z3_481:hover{background:#ffffff1a}._collapseIcon_1f6z3_499{width:clamp(12px,1vw,16px);height:clamp(12px,1vw,16px);color:#82e9f5;transition:transform .3s ease}._collapseIconOpen_1f6z3_506{transform:rotate(0)}._collapseIconClosed_1f6z3_510{transform:rotate(180deg)}._summaryBody_1f6z3_515{display:grid;grid-template-rows:1fr;transition:grid-template-rows .4s ease;width:100%}._summaryBody_1f6z3_515>*{overflow:hidden}._summaryBodyCollapsed_1f6z3_526{grid-template-rows:0fr}._summaryBodyInner_1f6z3_530{display:flex;flex-direction:column;align-items:flex-start;gap:clamp(16px,1.5vw,24px);min-height:0;width:100%}._summaryAreaName_1f6z3_540{font-family:Ubuntu,sans-serif;font-weight:400;font-size:clamp(18px,1.5vw,24px);line-height:126%;color:#fff;margin:0}._summaryDescription_1f6z3_549{font-family:Ubuntu,sans-serif;font-weight:400;font-size:clamp(12px,.875vw,14px);line-height:clamp(16px,1.25vw,20px);color:#fff9;margin:0}._detailField_1f6z3_559{display:flex;flex-direction:column;gap:clamp(3px,.25vw,4px);width:100%}._detailLabel_1f6z3_566{font-family:Ubuntu,sans-serif;font-weight:400;font-size:clamp(12px,.875vw,14px);line-height:clamp(16px,1.25vw,20px);color:#fff9}._detailValue_1f6z3_574{font-family:Ubuntu,sans-serif;font-weight:400;font-size:clamp(12px,.875vw,14px);line-height:clamp(16px,1.25vw,20px);color:#fff}._statusBadge_1f6z3_583{box-sizing:border-box;display:inline-flex;flex-direction:row;align-items:center;width:fit-content;padding:clamp(3px,.25vw,4px) clamp(6px,.5vw,8px);gap:clamp(4px,.375vw,6px);background:#ff58580d;border:1px solid rgba(255,88,88,.6);backdrop-filter:blur(24px);border-radius:clamp(6px,.5vw,8px)}._statusBadgeIcon_1f6z3_597{width:clamp(11px,.875vw,14px);height:clamp(11px,.875vw,14px);opacity:.8;flex-shrink:0}._statusBadgeText_1f6z3_604{font-family:Ubuntu,sans-serif;font-weight:400;font-size:clamp(11px,.875vw,14px);line-height:clamp(16px,1.25vw,20px);color:#ff8e8e}._reportedByRow_1f6z3_613{display:flex;flex-direction:row;align-items:center;gap:clamp(6px,.5vw,8px)}._reportedByAvatar_1f6z3_620{width:clamp(22px,1.75vw,28px);height:clamp(22px,1.75vw,28px);border-radius:50%;object-fit:cover}._relatedTicketsRow_1f6z3_628{display:flex;flex-direction:row;align-items:center;gap:clamp(3px,.25vw,4px)}._bookmarkIcon_1f6z3_635{width:clamp(11px,.875vw,14px);height:clamp(11px,.875vw,14px);color:#43def0}._relatedTicketId_1f6z3_641{font-family:Ubuntu,sans-serif;font-weight:400;font-size:clamp(12px,.875vw,14px);line-height:clamp(16px,1.25vw,20px);color:#fff}._relatedTicketExtra_1f6z3_649{font-family:Ubuntu,sans-serif;font-weight:400;font-size:clamp(12px,.875vw,14px);line-height:clamp(16px,1.25vw,20px);color:#fff;margin-left:clamp(3px,.25vw,4px)}._categoryTagsRow_1f6z3_659{display:flex;flex-direction:row;flex-wrap:wrap;gap:clamp(6px,.5vw,8px)}._categoryTag_1f6z3_659{box-sizing:border-box;display:flex;flex-direction:row;align-items:center;padding:clamp(3px,.25vw,4px) clamp(6px,.5vw,8px) clamp(3px,.25vw,4px) clamp(5px,.375vw,6px);gap:clamp(4px,.375vw,6px);background:#ffffff0d;border-radius:clamp(6px,.5vw,8px)}._categoryTagExtra_1f6z3_677{box-sizing:border-box;display:flex;align-items:center;padding:clamp(3px,.25vw,4px) clamp(6px,.5vw,8px);background:#ffffff0d;border-radius:clamp(6px,.5vw,8px)}._categoryTagText_1f6z3_686{font-family:Ubuntu,sans-serif;font-weight:400;font-size:clamp(12px,.875vw,14px);line-height:clamp(16px,1.25vw,20px);color:#fff}@media(min-width:1840px){._tileCenter_1f6z3_87{width:min(30.4vw,600px)}._tileLeft_1f6z3_105,._tileRight_1f6z3_106{width:min(17.5vw,340px)}._tileLeft_1f6z3_105{transform:translate(calc(-50% - 12.5vw),-50%)}._tileRight_1f6z3_106{transform:translate(calc(-50% + 12.5vw),-50%)}._carouselViewport_1f6z3_57{height:min(52vw,1000px)}._summaryCard_1f6z3_415{width:clamp(320px,20vw,420px)}}@media(max-width:1840px){._assistantPanel_1f6z3_720{width:clamp(320px,24vw,420px);padding:clamp(16px,1.5vw,24px);margin-left:clamp(20px,2.5vw,48px)}._tileCenter_1f6z3_87{width:clamp(300px,24vw,440px);min-height:clamp(340px,42vh,460px)}._tileLeft_1f6z3_105{transform:translate(calc(-50% - clamp(200px,16vw,300px)),-50%)}._tileRight_1f6z3_106{transform:translate(calc(-50% + clamp(200px,16vw,300px)),-50%)}._summaryCard_1f6z3_415{width:clamp(240px,17vw,320px);padding:clamp(16px,1.25vw,24px)}._voiceRecordBtn_1f6z3_739{width:clamp(100px,8.3vw,160px);height:clamp(130px,11vw,210px)}._voiceRecordBtnLvl2_1f6z3_743{width:clamp(76px,6.3vw,120px);height:clamp(106px,8.9vw,170px)}._voiceRecordBtnLvl3_1f6z3_747{width:clamp(52px,4.3vw,82px);height:clamp(82px,6.9vw,132px);padding:clamp(12px,1vw,20px) clamp(12px,1vw,20px) clamp(36px,3.6vw,70px)}}@media(max-width:1400px){._contentArea_1f6z3_34{flex-direction:column;align-items:center}._summaryCard_1f6z3_415{display:none}._carouselSection_1f6z3_45{padding:0 1vw}._tileCenter_1f6z3_87{width:380px;height:auto}._tileLeft_1f6z3_105{width:220px;height:auto;transform:translate(calc(-50% - 250px),-50%)}._tileRight_1f6z3_106{width:220px;height:auto;transform:translate(calc(-50% + 250px),-50%)}}._root_y71st_4{position:relative;width:100%;height:100vh;min-height:100vh;overflow:hidden;background:#051624;font-family:Ubuntu,sans-serif;color:#fff;display:flex;flex-direction:column}._bgWrapper_y71st_18{position:absolute;inset:0;width:100%;height:100%;z-index:0;pointer-events:none;opacity:.8;mix-blend-mode:screen}._bgImage_y71st_29{width:100%;height:100%;object-fit:cover}._contentArea_y71st_36{position:relative;z-index:5;flex:1;display:flex;flex-direction:row;align-items:stretch;overflow:hidden}._rightSide_y71st_47{position:relative;z-index:5;flex:1;display:flex;flex-direction:column;align-self:flex-end;height:clamp(560px,57.5625vw,876px);max-height:calc(100vh - 140px);margin-bottom:clamp(24px,2.8vw,45px);padding:0 clamp(80px,9.2vw,176px) clamp(12px,1.25vw,24px) clamp(16px,1.667vw,32px);gap:clamp(20px,1.667vw,32px);overflow-y:auto;min-height:0;box-sizing:border-box}._rightSide_y71st_47::-webkit-scrollbar{width:6px}._rightSide_y71st_47::-webkit-scrollbar-thumb{border-radius:8px;background:#43def04d}._summaryCard_y71st_74{box-sizing:border-box;display:flex;flex-direction:column;align-items:flex-start;padding:clamp(14px,1.25vw,24px);gap:0;background:#ffffff0d;border:1px solid rgba(255,255,255,.12);-webkit-backdrop-filter:blur(21px);backdrop-filter:blur(21px);border-radius:24px;flex-shrink:0;width:100%;overflow:hidden;box-shadow:0 0 0 .5px #ffffff0d inset}._summaryHeadline_y71st_95{display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:100%;gap:8px}._summaryLeft_y71st_104{display:flex;flex-direction:column;align-items:flex-start;gap:2px}._ticketIdRow_y71st_111{display:flex;flex-direction:row;align-items:center;gap:6px}._ticketIdLabel_y71st_118{font-family:Ubuntu,sans-serif;font-weight:400;font-size:clamp(12px,.729vw,14px);line-height:20px;color:#fffc}._ticketIdText_y71st_126{font-family:Ubuntu,sans-serif;font-weight:400;font-size:clamp(12px,.729vw,14px);line-height:20px;color:#fff9}._ticketTitleRow_y71st_134{display:flex;flex-direction:row;align-items:center;gap:12px}._ticketTitle_y71st_134{margin:0;font-weight:400;font-size:clamp(22px,1.51vw,29px);line-height:126%;color:#fff}._resolvedBadge_y71st_150{box-sizing:border-box;display:flex;flex-direction:row;align-items:center;padding:4px 8px;gap:6px;background:#46ff841a;border:1px solid rgba(70,255,132,.1);backdrop-filter:blur(24px);border-radius:8px;font-size:14px;line-height:20px;color:#46ff84;white-space:nowrap}._expandButton_y71st_167{box-sizing:border-box;display:flex;justify-content:center;align-items:center;padding:12px;width:40px;height:40px;border:1px solid rgba(255,255,255,.2);border-radius:32px;background:transparent;color:#fff;cursor:pointer;flex-shrink:0;transition:background .2s ease}._expandButton_y71st_167:hover{background:#ffffff1a}._expandIcon_y71st_188{width:16px;height:16px;color:#fff}._solutionCard_y71st_195{box-sizing:border-box;display:flex;flex-direction:column;align-items:center;padding:clamp(12px,1.25vw,24px);gap:8px;margin-top:4px;background:#43def012;border:1px solid rgba(67,222,240,.22);backdrop-filter:blur(21px);border-radius:16px;width:100%;position:relative}._solutionCenterContent_y71st_211{display:flex;flex-direction:column;align-items:center;gap:4px;width:100%}._solutionAppliedLabel_y71st_219{font-size:clamp(12px,.729vw,14px);line-height:16px;color:#43def0;font-weight:500}._solutionTitle_y71st_226{margin:0;font-family:Ubuntu,sans-serif;font-weight:400;font-size:clamp(16px,1.042vw,20px);line-height:23px;color:#fff;text-align:center}._solutionTimeBadge_y71st_236{display:flex;flex-direction:row;align-items:center;gap:6px;position:absolute;right:clamp(12px,1.25vw,18px);top:clamp(8px,.729vw,11px)}._solutionTimeTag_y71st_246{display:flex;flex-direction:row;align-items:center;justify-content:center;padding:4px;width:22px;height:22px;background:#43def01a;border-radius:8px;box-sizing:border-box}._solutionTimeIcon_y71st_259{width:14px;height:14px;flex-shrink:0}._solutionTimeText_y71st_265{font-family:Ubuntu,sans-serif;font-weight:400;font-size:clamp(12px,.729vw,14px);line-height:20px;color:#c0f4fa;white-space:nowrap}._solutionDescription_y71st_274{margin:0;font-family:Ubuntu,sans-serif;font-weight:400;font-size:clamp(12px,.729vw,14px);line-height:20px;color:#fffc;text-align:center;width:100%}._summaryBody_y71st_286{display:grid;grid-template-rows:1fr;transition:grid-template-rows .4s ease;width:100%;margin:0;padding:0;border:0}._summaryBody_y71st_286>*{overflow:hidden}._summaryBodyCollapsed_y71st_301{grid-template-rows:0fr}._summaryBodyInner_y71st_305{display:flex;flex-direction:column;gap:16px;min-height:0;padding-bottom:12px}._summaryBodyInner_y71st_305:before{content:"";display:block;height:clamp(12px,.833vw,16px);flex-shrink:0}._summaryDescription_y71st_320{margin:0;font-weight:400;font-size:clamp(14px,.885vw,17px);line-height:24px;color:#fff9}._summaryDivider_y71st_328{width:100%;height:0;border:none;border-top:1px solid rgba(255,255,255,.1)}._metadataRow_y71st_336{display:flex;flex-direction:row;flex-wrap:wrap;align-items:flex-start;gap:clamp(24px,4vw,72px)}._metadataField_y71st_344{display:flex;flex-direction:column;gap:4px}._metadataLabel_y71st_350{font-size:14px;line-height:20px;color:#fff9}._metadataValue_y71st_356{font-size:14px;line-height:20px;color:#fff}._categoryTag_y71st_363{box-sizing:border-box;display:flex;flex-direction:row;align-items:center;padding:4px 8px 4px 6px;gap:6px;background:#ffffff0d;border-radius:8px}._categoryIcon_y71st_374{width:16px;height:16px;opacity:.8}._categoryText_y71st_380{font-size:14px;line-height:20px;color:#fff}._reporterRow_y71st_387{display:flex;flex-direction:row;align-items:center;gap:8px}._reporterAvatar_y71st_394{width:28px;height:28px;border-radius:50%;object-fit:cover;background:#43def033}._reporterName_y71st_402{font-size:14px;line-height:20px;color:#fff}._relatedRow_y71st_409{display:flex;flex-direction:row;align-items:center;gap:4px}._relatedLink_y71st_416{display:flex;flex-direction:row;align-items:center;padding:4px 0;gap:6px}._relatedIcon_y71st_424{width:14px;height:14px}._relatedText_y71st_429,._relatedMore_y71st_435{font-size:14px;line-height:20px;color:#fff}._kpiSection_y71st_442{display:flex;flex-direction:column;align-items:flex-start;gap:clamp(12px,.833vw,16px);width:100%}._kpiTabBar_y71st_451{display:flex;flex-direction:row;align-items:flex-start}._kpiTab_y71st_451{box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:clamp(12px,.833vw,16px) clamp(16px,1.25vw,24px);backdrop-filter:blur(24px);cursor:pointer;user-select:none;transition:background .2s ease}._kpiTabLeft_y71st_470{border-radius:18px 0 0 18px;margin-right:-1px}._kpiTabRight_y71st_475{border-radius:0 18px 18px 0}._kpiTabActive_y71st_479{background:#ffffff0d;border:1.5px solid rgba(255,255,255,.1)}._kpiTabInactive_y71st_484{border:1.5px solid rgba(255,255,255,.1);background:transparent}._kpiTabLabel_y71st_489{font-family:Ubuntu,sans-serif;font-weight:500;font-size:clamp(14px,.885vw,17px);line-height:20px;text-align:center;color:#fff;white-space:nowrap}._kpiTabLabelInactive_y71st_499{font-family:Ubuntu,sans-serif;font-weight:500;font-size:clamp(14px,.885vw,17px);line-height:20px;text-align:center;color:#fffc;white-space:nowrap}._kpiRow_y71st_510{display:flex;flex-direction:row;justify-content:center;gap:clamp(12px,.833vw,16px);width:100%}._kpiCard_y71st_519{box-sizing:border-box;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;padding:clamp(16px,1.25vw,24px);gap:clamp(16px,1.25vw,24px);flex:1;min-width:0;background:#ffffff0d;border:1px solid rgba(255,255,255,.12);-webkit-backdrop-filter:blur(21px);backdrop-filter:blur(21px);border-radius:24px;box-shadow:0 0 0 .5px #ffffff0d inset}._kpiTagsRow_y71st_538{display:flex;flex-direction:row;justify-content:flex-end;align-items:center;width:100%;min-height:28px}._kpiBadge_y71st_548{box-sizing:border-box;display:flex;flex-direction:row;align-items:center;padding:4px 8px 4px 6px;gap:6px;background:#ffffff1a;border-radius:8px}._kpiBadgeIcon_y71st_559{width:16px;height:16px;opacity:.8;flex-shrink:0}._kpiBadgeText_y71st_566{font-family:Ubuntu,sans-serif;font-weight:400;font-size:clamp(12px,.729vw,14px);line-height:20px;color:#fff;white-space:nowrap}._kpiStatBlock_y71st_576{display:flex;flex-direction:column;align-items:flex-start;gap:4px}._kpiNumberRow_y71st_583{display:flex;flex-direction:row;align-items:baseline}._kpiStatNumber_y71st_589{font-family:Ubuntu,sans-serif;font-weight:400;font-size:clamp(36px,3.281vw,63px);line-height:1.14;color:#fff}._kpiStatPercent_y71st_597{font-family:Ubuntu,sans-serif;font-weight:400;font-size:clamp(20px,1.823vw,35px);line-height:1.14;color:#fff}._kpiStatusRow_y71st_606{display:flex;flex-direction:row;align-items:center;gap:4px}._kpiStatusDot_y71st_613{width:9px;height:9px;border-radius:50%;background:#46ff84;flex-shrink:0}._kpiStatusFaster_y71st_621{font-family:Ubuntu,sans-serif;font-weight:500;font-size:clamp(12px,.729vw,14px);line-height:16px;text-align:center;color:#46ff84}._kpiStatusSub_y71st_630{font-family:Ubuntu,sans-serif;font-weight:500;font-size:clamp(12px,.729vw,14px);line-height:16px;text-align:center;text-transform:lowercase;color:#fff9}._kpiInfo_y71st_641{display:flex;flex-direction:column;gap:clamp(4px,.417vw,8px);width:100%}._kpiTitle_y71st_648{font-family:Ubuntu,sans-serif;font-weight:500;font-size:clamp(14px,.885vw,17px);line-height:20px;color:#fff}._kpiDescription_y71st_656{font-family:Ubuntu,sans-serif;font-weight:400;font-size:clamp(12px,.729vw,14px);line-height:20px;color:#fff9}._miraPopup_y71st_665{position:fixed;bottom:calc(clamp(80px,8vw,120px) + 83px);right:0;z-index:30;display:flex;flex-direction:row;align-items:center;padding:24px 40px 24px 24px;gap:32px;background:#ffffff0d;border:1px solid rgba(255,255,255,.15);backdrop-filter:blur(21px);border-radius:1000000px 0 0 1000000px;transform:translate(100%);opacity:0;transition:transform .6s cubic-bezier(.22,1,.36,1),opacity .4s ease}._miraPopupVisible_y71st_685{transform:translate(0);opacity:1}._miraCard_y71st_690{display:flex;flex-direction:row;align-items:center;gap:16px}._miraAvatar_y71st_697{width:64px;height:64px;border-radius:50%;object-fit:cover;flex-shrink:0}._miraInfo_y71st_705{display:flex;flex-direction:column;justify-content:center;gap:8px}._miraNameRow_y71st_712{display:flex;flex-direction:row;align-items:center;gap:10px}._miraName_y71st_712{font-family:Ubuntu,sans-serif;font-weight:500;font-size:20px;line-height:23px;color:#fff}._miraRole_y71st_727{font-family:Ubuntu,sans-serif;font-weight:500;font-size:17px;line-height:20px;color:#fff9}._miraIcons_y71st_735{display:flex;flex-direction:row;align-items:center;gap:4px}._miraContinueBtn_y71st_742{box-sizing:border-box;display:flex;flex-direction:row;justify-content:center;align-items:center;padding:16px 24px;gap:12px;min-width:135px;background:#43def0;border:1.5px solid #43DEF0;box-shadow:0 0 24px #43def0;border-radius:32px;cursor:pointer;font-family:Ubuntu,sans-serif;font-weight:500;font-size:20px;line-height:23px;color:#051624;white-space:nowrap;transition:background .2s ease,transform .15s ease}._miraContinueBtn_y71st_742:hover{background:#5ae6f5;transform:translateY(-2px)}@media(min-width:1840px){._contentArea_y71st_36{max-width:2400px;margin:0 auto}}@media(max-width:1840px){._kpiStatNumber_y71st_589{font-size:clamp(32px,3vw,50px)}}@media(max-width:1400px){._contentArea_y71st_36{flex-direction:column}._rightSide_y71st_47{flex:1;align-self:auto;height:auto;max-height:none;margin-bottom:0;padding:clamp(16px,2vw,32px) clamp(24px,3vw,48px)}._kpiRow_y71st_510{flex-wrap:wrap}._kpiCard_y71st_519{min-width:200px;flex:1 1 calc(50% - 16px)}._miraPopup_y71st_665{flex-direction:column;border-radius:24px 24px 0 0;right:0;left:0;bottom:50px;padding:20px;gap:16px}}@media(max-width:768px){._metadataRow_y71st_336{flex-direction:column;gap:16px}._assistantPanel_y71st_816{display:none}._kpiCard_y71st_519{flex:1 1 100%}._miraPopup_y71st_665{flex-direction:column;border-radius:24px 24px 0 0;right:0;left:0;bottom:50px;padding:20px;gap:16px}}._root_1e0vx_3{position:relative;width:100%;height:100vh;min-height:100vh;overflow:hidden;background:#051624;font-family:Ubuntu,sans-serif;color:#fff;display:flex;flex-direction:column}._bgImage_1e0vx_17{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0;pointer-events:none;opacity:.4}._contentArea_1e0vx_29{position:relative;z-index:5;flex:1;display:flex;flex-direction:row;align-items:stretch;overflow:hidden}._assistantPanel_1e0vx_40{display:flex;flex-direction:column;align-items:flex-start;width:580px;margin-left:24px;margin-top:24px;margin-bottom:24px;flex-shrink:0;background:#43def012;backdrop-filter:blur(16px);border-radius:36px;box-shadow:inset 0 0 38px #43def01a;overflow:hidden;z-index:6;padding:40px 24px 56px;gap:10px;max-height:calc(100vh - 48px);box-sizing:border-box}._assistantHeader_1e0vx_61{display:flex;align-items:center;justify-content:space-between;flex-shrink:0;width:100%}._assistantHeaderSpacer_1e0vx_69{width:24px;height:24px;opacity:0}._assistantTitle_1e0vx_75{font-family:Ubuntu,sans-serif;font-weight:700;font-size:20px;line-height:23px;color:#fff;margin:0;text-align:center;flex:1}._assistantClose_1e0vx_86{background:none;border:none;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center}._assistantMeta_1e0vx_96{flex-shrink:0;width:100%}._disclaimer_1e0vx_101{font-family:Ubuntu,sans-serif;font-size:14px;line-height:20px;color:#fff9;margin:0;text-align:center}._assistantBody_1e0vx_110{flex:1;overflow-y:auto;display:flex;flex-direction:column;justify-content:flex-end;gap:16px;width:100%;min-height:0;padding-top:40px}._assistantBody_1e0vx_110::-webkit-scrollbar{width:6px}._assistantBody_1e0vx_110::-webkit-scrollbar-thumb{border-radius:8px;background:#43def04d}._msgRow_1e0vx_132{display:flex;gap:8px;align-items:flex-start}._msgAssistant_1e0vx_138{flex-direction:row}._msgUser_1e0vx_142{flex-direction:row-reverse}._msgAvatar_1e0vx_146{width:32px;height:32px;border-radius:50%;background:#43def033;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;color:#43def0;flex-shrink:0}._msgBubble_1e0vx_160{position:relative;max-width:80%;padding:12px 16px;border-radius:16px;font-size:14px;line-height:20px;color:#fffc}._bubbleAssistant_1e0vx_170{background:#ffffff0d;border-radius:0 16px 16px}._bubbleUser_1e0vx_175{background:#43def038;border-radius:16px 0 16px 16px}._msgContent_1e0vx_180{word-break:break-word}._msgContent_1e0vx_180 p{margin:.3vh 0}._chatError_1e0vx_188{color:#ff6b6b;font-size:12px;padding:0 20px}._voiceRecordArea_1e0vx_195{display:flex;flex-direction:column;align-items:center;flex-shrink:0;padding-top:8px;width:100%}._voiceRecordBtn_1e0vx_204{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:24px;width:198px;height:159px;background:#43def012;box-shadow:0 0 29px #43def012;border-radius:174px 174px 0 0;border:none;cursor:pointer;transition:transform .15s ease}._voiceRecordBtn_1e0vx_204:hover{transform:scale(1.03)}._voiceActive_1e0vx_224{background:#ff3c3c26;animation:_pulse_1e0vx_1 1.2s ease-in-out infinite}@keyframes _pulse_1e0vx_1{0%,to{box-shadow:0 0 #43def066}50%{box-shadow:0 0 0 12px #43def000}}._voiceRecordBtnLvl2_1e0vx_237{display:flex;justify-content:center;align-items:center;padding:24px;background:#43def012;backdrop-filter:blur(2.4px);border-radius:50%}._voiceRecordBtnLvl3_1e0vx_247{display:flex;justify-content:center;align-items:center;padding:24px;background:#43def012;box-shadow:inset 0 0 14.5px #d9f8fc6b;backdrop-filter:blur(4.8px);border-radius:50%}._voiceRecordBtnInner_1e0vx_258{display:flex;justify-content:center;align-items:center;width:53px;height:53px;background:#43def0;border-radius:50%}._voiceRecordIcon_1e0vx_268{width:24px;height:24px}._rightSide_1e0vx_274{position:relative;z-index:5;flex:1;display:flex;flex-direction:column;padding:clamp(16px,2vw,32px) clamp(24px,3vw,48px);gap:clamp(16px,1.5vw,24px);overflow-y:auto;min-height:0;box-sizing:border-box}._rightSide_1e0vx_274::-webkit-scrollbar{width:6px}._rightSide_1e0vx_274::-webkit-scrollbar-thumb{border-radius:8px;background:#43def04d}._pageTitleArea_1e0vx_297{display:flex;flex-direction:column;align-items:center;gap:6px;padding:clamp(4px,.5vw,8px) 0 clamp(8px,1vw,16px)}._prometheusLabel_1e0vx_305{font-family:Ubuntu,sans-serif;font-weight:400;font-size:clamp(10px,.833vw,16px);line-height:23px;letter-spacing:.6em;color:#fff9}._pageTitle_1e0vx_297{margin:0;font-family:Ubuntu,sans-serif;font-weight:400;font-size:clamp(22px,1.51vw,29px);line-height:126%;text-align:center;color:#46ff84}._sectionHeading_1e0vx_325{font-family:Ubuntu,sans-serif;font-weight:400;font-size:clamp(16px,1.25vw,24px);line-height:1.3;color:#fff;margin:0}._kpiRow_1e0vx_335{display:flex;flex-direction:row;gap:clamp(12px,1.2vw,16px);width:100%}._emailSection_1e0vx_343{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:16px;display:flex;flex-direction:column;align-items:center;padding:40px 200px;gap:clamp(16px,1.5vw,20px);width:100%;max-width:none;align-self:stretch}._emailSection__inputWrapper_1e0vx_356{gap:12px;width:100%;display:flex}._emailSection__title_1e0vx_361{font-family:Ubuntu,sans-serif;font-weight:400;font-size:clamp(18px,1.5vw,28px);line-height:1.3;color:#fff;margin:0}._emailSection__description_1e0vx_369{font-family:Ubuntu,sans-serif;font-weight:400;font-size:clamp(12px,.833vw,16px);line-height:1.5;color:#fff9;margin:0}._emailSection__input_1e0vx_356{width:auto;flex:0 0 80%;max-width:80%;padding:clamp(14px,1.2vw,20px) clamp(18px,1.5vw,24px);font-size:clamp(16px,1.25vw,20px);font-family:Ubuntu,sans-serif;color:#fff;background:#43def012;border:1px solid rgba(67,222,240,.25);border-radius:16px;outline:none;backdrop-filter:blur(12px);transition:border-color .2s ease,box-shadow .2s ease;box-sizing:border-box}._emailSection__input_1e0vx_356::placeholder{color:#fff6}._emailSection__input_1e0vx_356:focus{border-color:#43def0;box-shadow:inset 0 0 14px #43def038}._emailSection__input__invalid_1e0vx_400{border-color:#ff6b6b99}._emailSection__input__invalid_1e0vx_400:focus{border-color:#ff6b6bcc;box-shadow:inset 0 0 14px #ff6b6b33}._emailSection__error_1e0vx_407{font-family:Ubuntu,sans-serif;font-size:clamp(11px,.729vw,13px);line-height:1.4;color:#ff6b6b;margin:-8px 0 0}._emailSection__button_1e0vx_414{width:auto;flex:0 0 20%;display:flex;justify-content:center;align-items:center;padding:clamp(12px,1vw,16px) clamp(20px,1.5vw,24px);background:#43def0;color:#051624;font-family:Ubuntu,sans-serif;font-size:clamp(14px,1vw,18px);font-weight:500;border:none;border-radius:16px;cursor:pointer;box-shadow:0 0 clamp(18px,1.5vw,24px) #43def06b;transition:background .2s ease,transform .15s ease}._emailSection__button_1e0vx_414:hover{background:#5ae4f3;transform:translateY(-2px)}._emailSection__button_1e0vx_414:disabled{opacity:.4;cursor:not-allowed;box-shadow:none;transform:none}._emailSection__button_1e0vx_414:not(:disabled):hover{background:#5ae4f3;transform:translateY(-2px)}._emailSection__button_1e0vx_414:active{transform:translateY(0)}._emailSection__button_1e0vx_414._emailSection__buttonDisabled_1e0vx_456,._emailSection__button_1e0vx_414._disabled_1e0vx_456{opacity:.4;cursor:not-allowed;box-shadow:none;transform:none}@media(max-width:768px){._emailSection__input_1e0vx_356,._emailSection__button_1e0vx_414{flex:1 1 100%;max-width:100%;width:100%}}._emailSection__checkboxLabel_1e0vx_474{display:flex;align-items:flex-start;gap:10px;cursor:pointer;position:relative;margin-right:20%}._emailSection__checkbox_1e0vx_474{appearance:none;-webkit-appearance:none;flex-shrink:0;width:18px;height:18px;margin-top:2px;cursor:pointer;border:1.5px solid #43DEF0;border-radius:4px;background:transparent;transition:background-color .2s ease,border-color .2s ease;position:relative}._emailSection__checkbox_1e0vx_474:checked{background:#43def038;border-color:#43def0}._emailSection__checkbox_1e0vx_474:checked:after{content:"";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%) rotate(45deg);width:4px;height:8px;border:solid #ffffff;border-width:0 2px 2px 0}._emailSection__checkbox_1e0vx_474:hover{border-color:#5ae4f3}._emailSection__checkboxText_1e0vx_514{font-family:Ubuntu,sans-serif;font-size:clamp(11px,.729vw,14px);line-height:1.5;color:#fff9}._emailSection__privacyLink_1e0vx_520{background:none;border:none;padding:0;font-family:inherit;font-size:inherit;cursor:pointer;color:#43def0;text-decoration:none;transition:color .2s ease}._emailSection__privacyLink_1e0vx_520:hover{color:#5ae4f3;text-decoration:underline}._emailSection__privacyLink_1e0vx_520:focus{outline:2px solid #43DEF0;outline-offset:2px;border-radius:2px}._restartContainer_1e0vx_542{display:flex;align-items:center;position:relative;top:-32px;background:#25333f40;border-radius:1000000px 0 0 1000000px;padding:24px 40px 24px 24px;gap:32px;border:1px solid rgba(255,255,255,.15);box-shadow:inset 0 0 38px #43def01a;backdrop-filter:blur(50px);min-width:320px;transform:translate(100%);opacity:0;transition:transform .6s cubic-bezier(.22,1,.36,1),opacity .4s ease}._restartContainerVisible_1e0vx_560{transform:translate(0);opacity:1}._restartBtn_1e0vx_565{box-sizing:border-box;display:flex;flex-direction:row;justify-content:center;align-items:center;padding:16px 24px;gap:12px;width:100%;min-width:105px;height:50px;background:#43def0;border:1.5px solid #43DEF0;box-shadow:0 0 24px #43def0;border-radius:32px;cursor:pointer;font-family:Ubuntu,sans-serif;font-weight:500;font-size:16px;line-height:18px;color:#051624;white-space:nowrap;transition:background .2s ease,border-color .2s ease,transform .15s ease}._restartBtn_1e0vx_565:hover{background:#5ae6f5;border-color:#5ae6f5;transform:translateY(-2px)}._keyboardWrapper_1e0vx_597{position:fixed;bottom:2vh;left:28vw;right:0;z-index:1000;transition:opacity .25s ease}@media(max-width:1400px){._contentArea_1e0vx_29{flex-direction:column}._assistantPanel_1e0vx_40{width:100%;margin:0;max-height:40vh;border-radius:24px}._rightSide_1e0vx_274{flex:1;overflow-y:auto}._kpiRow_1e0vx_335{flex-wrap:wrap}._kpiRow_1e0vx_335>*{min-width:200px;flex:1 1 calc(50% - 16px)}._restartContainer_1e0vx_542{min-width:auto;padding:16px 24px 16px 16px}}@media(max-width:768px){._assistantPanel_1e0vx_40{display:none}._kpiRow_1e0vx_335>*{flex:1 1 100%}._emailSection_1e0vx_343{max-width:100%}._keyboardWrapper_1e0vx_597{left:0;bottom:4vh}}._icon_14nzb_1{display:inline-flex;align-items:center;justify-content:center;padding:8px;border-radius:16px}._cyan_14nzb_9{color:#43def0;background-color:#43def01a}._green_14nzb_14{color:#46ff84;background-color:#46ff841a}._yellow_14nzb_19{color:#fcff64;background-color:#fcff641a}._red_14nzb_24{color:#ff5050;background-color:#ff50501a}._white_14nzb_29{color:#fff;background-color:#ffffff1a}._gray_14nzb_34{color:#637c81;background-color:#637c811a}._purple_14nzb_39{color:#c3c9ff;background-color:#c3c9ff1a}._orange_14nzb_44{color:#ec9e0d;background-color:#ec9e0d1a}._root_1gcs6_2{display:inline-flex;align-items:center;gap:4px;padding:4px 8px;border-radius:8px;border:1px solid transparent;font-size:14px}._icon_1gcs6_12{display:inline-flex;align-items:center;justify-content:center;line-height:0}._icon_1gcs6_12 svg{display:block;width:14px;height:14px;color:inherit}._label_1gcs6_25{color:inherit}._grey_1gcs6_29{background:#637c811a;border-color:#637c8199;color:#637c81}._yellow_1gcs6_35{background:#fcff641a;border-color:#fcff6499;color:#fcff64}._red_1gcs6_41{background:#ff50501a;border-color:#ff505099;color:#ff5050}._green_1gcs6_47{background:#46ff841a;border-color:#46ff8499;color:#46ff84}._purple_1gcs6_53{background:#c3c9ff1a;border-color:#c3c9ff99;color:#c3c9ff}._orange_1gcs6_59{background:#ec9e0d1a;border-color:#ec9e0d99;color:#ec9e0d}._white_1gcs6_66{background:#ffffff1a;border-color:#fff9;color:#fff}._noBorder_1gcs6_73{border:none;box-shadow:none}._kpiCard_1m95f_1{box-sizing:border-box;position:relative;flex:1;min-width:0;min-height:180px}._kpiCardInner_1m95f_10{width:100%;position:relative;display:grid;transform-style:preserve-3d;transition:transform .6s cubic-bezier(.2,.8,.2,1);cursor:pointer}._flipped_1m95f_19{transform:rotateY(180deg)}._kpiFace_1m95f_23{box-sizing:border-box;grid-area:1/1/2/2;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:clamp(16px,1.5vw,24px);gap:clamp(14px,1.2vw,24px);align-self:stretch;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);backdrop-filter:blur(21px);border-radius:24px;-webkit-backface-visibility:hidden;backface-visibility:hidden}._kpiBack_1m95f_41{transform:rotateY(180deg);display:flex;gap:16px;flex-direction:column;align-items:flex-start;justify-content:center;padding:24px;border-radius:16px}._kpiBack_1m95f_41 ._kpiTagsRow_1m95f_51{align-self:flex-start;gap:10px}._kpiFront_1m95f_56{transform:rotateY(0);background-origin:border-box;background-clip:padding-box,border-box;border:1px solid transparent;border-radius:24px;box-shadow:inset 0 -2px #71a5d340,inset 0 2px #71a5d340;backdrop-filter:blur(21px);display:flex;flex-direction:column;justify-content:center;align-items:center}._kpiFront__info_1m95f_69{display:flex;align-items:center;flex-direction:column;gap:12px;width:100%}._kpiTagsRow_1m95f_51{display:flex;width:100%;justify-content:flex-end;flex-direction:row;align-items:center;gap:8px;flex-wrap:wrap}._kpiTypeTag_1m95f_87{display:flex;flex-direction:row;align-items:center;padding:4px 8px 4px 6px;gap:6px;border-radius:8px}._kpiTypeTagTime_1m95f_96{background:#c3c9ff1a}._kpiTypeTagCost_1m95f_100{background:#ec9e0d1a}._kpiTypeTagEfficiency_1m95f_104{background:#ff8ef51a}._kpiTypeIcon_1m95f_108{width:16px;height:16px;opacity:.8}._kpiTypeLabel_1m95f_114{font-size:14px;line-height:20px}._kpiTypeLabelTime_1m95f_119{color:#c3c9ff}._kpiTypeLabelCost_1m95f_123{color:#ec9e0d}._kpiTypeLabelEfficiency_1m95f_127{color:#ff8ef5}._kpiStatBlock_1m95f_131{display:flex;flex-direction:column;justify-content:center;align-items:flex-start}._kpiStatBlock__primary_1m95f_137{display:flex;flex-direction:row;align-items:center;gap:8px}._kpiStatBlock__secondary_1m95f_143{display:flex;flex-direction:row;align-items:center;gap:4px}._kpiStatBlock__secondary_1m95f_143 ._kpiStatSuffixBold_1m95f_149,._kpiStatBlock__secondary_1m95f_143 ._kpiStatSuffixLight_1m95f_150{display:inline-block;margin:0}._kpiStatNumber_1m95f_155{font-family:Ubuntu,sans-serif;font-weight:400;font-size:clamp(32px,3.229vw,62px);line-height:1.15;color:#fff;letter-spacing:-.02em}._kpiStatPercent_1m95f_164{font-family:Ubuntu,sans-serif;font-weight:400;font-size:clamp(18px,1.875vw,36px);line-height:1;color:#fff;vertical-align:super}._kpiStatSuffix_1m95f_149{margin-left:4px;display:inline-block;vertical-align:middle}._kpiStatSuffixBold_1m95f_149{font-family:Ubuntu,sans-serif;font-weight:500;font-size:clamp(11px,.833vw,16px);line-height:1.2;color:#fff;display:block}._kpiStatSuffixLight_1m95f_150{font-family:Ubuntu,sans-serif;font-weight:500;font-size:clamp(9px,.729vw,14px);line-height:16px;color:#fffc;display:block}._kpiStatBlock__secondary_1m95f_143 ._kpiStatSuffixBold_1m95f_149,._kpiStatBlock__secondary_1m95f_143 ._kpiStatSuffixLight_1m95f_150{display:inline-block;margin:0;font-size:14px;line-height:20px}._kpiStatBlock__secondary_1m95f_143 ._kpiStatSuffixBold_1m95f_149{text-transform:uppercase;color:#46ff84;font-weight:500;position:relative}._kpiStatBlock__secondary_1m95f_143 ._kpiStatSuffixBold_1m95f_149:before{content:"";display:inline-block;width:8px;height:8px;border-radius:50%;background:#46ff84;margin-right:4px;vertical-align:middle}._kpiInfo_1m95f_224{display:flex;flex-direction:column;gap:12px;width:100%}._kpiTitle_1m95f_231{font-family:Ubuntu,sans-serif;font-weight:500;font-size:clamp(14px,1.042vw,20px);line-height:23px;color:#fff}._kpiDescription_1m95f_239{font-family:Ubuntu,sans-serif;font-weight:400;font-size:clamp(12px,.729vw,14px);line-height:20px;color:#fff9;text-align:center}._kpiReveal_1m95f_249{font-size:clamp(14px,1.25vw,18px);color:#62e4f3;font-weight:400;display:inline-block}.hg-theme-default{position:relative;bottom:12px;font-size:1.2rem;background-color:#62626205;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border-radius:36px;box-sizing:border-box;font-family:Inter,sans-serif;overflow:hidden;touch-action:manipulation;user-select:none;width:100%;max-width:60rem;justify-self:center;z-index:1000;box-shadow:inset 0 0 14.5px #d9f8fc6b,0 4px 40px #43def038;padding:2rem}.hg-theme-default .hg-button span,.hg-theme-default .hg-button span svg{pointer-events:none}.hg-theme-default .hg-button span{display:inline-flex;align-items:center;justify-content:center}.hg-theme-default .hg-button span svg{width:1.25rem;height:1.25rem;display:block}.hg-theme-default .hg-button[data-skbtn="{bksp}"] span svg,.hg-theme-default .hg-button[data-skbtn=bksp] span svg,.hg-theme-default .hg-button.hg-button-bksp span svg,.hg-theme-default .hg-button[data-skbtn="{lock}"] span svg,.hg-theme-default .hg-button[data-skbtn=lock] span svg,.hg-theme-default .hg-button.hg-button-lock span svg{width:1.5rem;height:1.5rem}.hg-theme-default button.hg-button{border-width:0;font-size:inherit;outline:0}.hg-theme-default .hg-row{display:flex}.hg-theme-default .hg-row:not(:last-child){margin-bottom:6px}.hg-theme-default .hg-row .hg-button-container,.hg-theme-default .hg-row .hg-button:not(:last-child){margin-right:6px}.hg-theme-default .hg-row>div:last-child{margin-right:0}.hg-theme-default .hg-row .hg-button-container{display:flex}.hg-theme-default .hg-button{display:inline-flex;flex-grow:1;align-items:center;justify-content:center;background:transparent;border:1.5px solid rgba(255,255,255,.2);border-radius:8px;box-shadow:0 0 3px -1px #0000004d;box-sizing:border-box;cursor:pointer;height:3rem;padding:4px;-webkit-tap-highlight-color:transparent;color:#fff;font-family:Inter,sans-serif;transition:background .15s ease}.hg-theme-default .hg-button.hg-standardBtn{width:3rem}.hg-theme-default .hg-button.hg-activeButton{background:#43def033}.hg-theme-default.hg-layout-numeric .hg-button{align-items:center;display:flex;height:48px;justify-content:center;width:33.3%}.hg-theme-default .hg-button.hg-button-numpadadd,.hg-theme-default .hg-button.hg-button-numpadenter{height:68px}.hg-theme-default .hg-button.hg-button-numpad0{width:90px}.hg-theme-default .hg-button[data-skbtn="{enter}"],.hg-theme-default .hg-button[data-skbtn=enter],.hg-theme-default .hg-button.hg-button-enter{flex:0 0 6rem;width:6rem}.hg-theme-default .hg-button[data-skbtn="{tab}"],.hg-theme-default .hg-button[data-skbtn=tab],.hg-theme-default .hg-button.hg-button-tab{flex:0 0 3.5rem;width:3.5rem}.hg-theme-default .hg-button[data-skbtn="{shift}"],.hg-theme-default .hg-button[data-skbtn=shift],.hg-theme-default .hg-button.hg-button-shift{flex:0 0 4.5rem;width:4.5rem}.hg-theme-default .hg-button[data-skbtn="{lock}"],.hg-theme-default .hg-button[data-skbtn=lock],.hg-theme-default .hg-button.hg-button-lock,.hg-theme-default .hg-button[data-skbtn="{bksp}"],.hg-theme-default .hg-button[data-skbtn=bksp],.hg-theme-default .hg-button.hg-button-bksp{flex:0 0 5rem;width:5rem}.hg-theme-default .hg-button.hg-button-com{max-width:85px}.hg-theme-default .hg-button.hg-standardBtn.hg-button-at{max-width:45px}.hg-theme-default .hg-button.hg-selectedButton{background:#05194687;color:#fff}.hg-theme-default .hg-button.hg-standardBtn[data-skbtn=".com"]{max-width:8rem}.hg-theme-default .hg-button.hg-standardBtn[data-skbtn="@"]{max-width:6rem}.hg-candidate-box{background:#ececec;border-bottom:2px solid #b5b5b5;border-radius:4px;display:inline-flex;margin-top:-10px;position:absolute;transform:translateY(-100%);user-select:none}ul.hg-candidate-box-list{display:flex;flex:1;list-style:none;margin:0;padding:0}li.hg-candidate-box-list-item{align-items:center;display:flex;height:32px;justify-content:center;width:32px}li.hg-candidate-box-list-item:hover{background:#00000008;cursor:pointer}li.hg-candidate-box-list-item:active{background:#0000001a}.hg-candidate-box-prev:before{content:"◄"}.hg-candidate-box-next:before{content:"►"}.hg-candidate-box-next,.hg-candidate-box-prev{align-items:center;color:#969696;cursor:pointer;display:flex;padding:0 10px}.hg-candidate-box-next{border-bottom-right-radius:4px;border-top-right-radius:4px}.hg-candidate-box-prev{border-bottom-left-radius:4px;border-top-left-radius:4px}.hg-candidate-box-btn-active{color:#444}._modalOverlay_13anh_1{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;z-index:9999;padding:20px;animation:_fadeIn_13anh_1 .2s ease}@keyframes _fadeIn_13anh_1{0%{opacity:0}to{opacity:1}}._modalContent_13anh_23{background:linear-gradient(135deg,#ffffff26,#ffffff14);backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px);padding:56px 48px;border-radius:56px;border:1px solid rgba(255,255,255,.15);max-width:560px;width:100%;position:relative;box-shadow:0 20px 60px #0006,inset 0 1px #fff3,0 4px 40px #43def038;animation:_slideUp_13anh_1 .3s ease;text-align:center}@keyframes _slideUp_13anh_1{0%{transform:translateY(30px) scale(.95);opacity:0}to{transform:translateY(0) scale(1);opacity:1}}._headerRow_13anh_48{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:16px}._headerText_13anh_56{flex:1 1 auto;text-align:left}._closeBtn_13anh_61{position:static;margin-left:16px;background:none;border:1px solid rgba(255,255,255,.4);cursor:pointer;color:#fff;width:56px;height:56px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease;line-height:1;padding:0;font-size:0}._closeBtn_13anh_61>svg{width:20px;height:20px;color:currentColor}._closeBtn_13anh_61:hover{background:#ffffff1a;border-color:#fff;color:#fff;transform:scale(1.05)}._closeBtn_13anh_61:active{transform:scale(.95)}._title_13anh_94{margin:0 0 12px;color:#fff;font-size:29px;font-weight:400;font-family:Ubuntu,sans-serif;padding-right:0;text-shadow:0 1px 8px rgba(0,0,0,.25)}._description_13anh_104{margin:0 0 24px;line-height:1.5;color:#fffc;font-size:17px;font-weight:400;font-family:Ubuntu,sans-serif;text-shadow:0 1px 4px rgba(0,0,0,.15)}._qrCodeContainer_13anh_114{display:flex;justify-content:center;align-items:center;margin:0 auto;padding:24px;background:#fff;border-radius:16px;box-shadow:0 8px 32px #0000004d,inset 0 0 0 1px #ffffff80;max-width:320px}._qrCode_13anh_114{max-width:280px;width:100%;height:auto;display:block;border-radius:8px}@media(max-width:768px){._modalOverlay_13anh_1{padding:16px}._modalContent_13anh_23{padding:32px 24px;border-radius:56px}._title_13anh_94{font-size:24px;margin-bottom:12px}._description_13anh_104{font-size:17px;margin-bottom:24px}._qrCodeContainer_13anh_114{padding:16px;max-width:280px}._qrCode_13anh_114{max-width:240px}._closeBtn_13anh_61{width:44px;height:44px;font-size:0;align-self:flex-start}}._root_bn5y7_3{position:relative;width:100vw;height:100vh;overflow:hidden;background:#051624;font-family:Ubuntu,sans-serif;display:flex;flex-direction:column}._bgWrapper_bn5y7_15{position:absolute;inset:0;width:100%;height:100%;z-index:0;pointer-events:none;opacity:.5;mix-blend-mode:screen}._bgImage_bn5y7_26{width:100%;height:100%;object-fit:cover}._starsLayer_bn5y7_33{position:absolute;inset:0;z-index:1;overflow:hidden}._star_bn5y7_33{position:absolute;width:2px;height:2px;background:#fff;border-radius:50%;animation:_starTwinkle_bn5y7_1 2s ease-in-out infinite alternate;will-change:transform,opacity}@keyframes _starTwinkle_bn5y7_1{0%{opacity:.2;transform:scale(.8)}to{opacity:1;transform:scale(1.2)}}._splitContent_bn5y7_62{position:relative;z-index:5;flex:1;display:flex;flex-direction:row;align-items:stretch;overflow:hidden}._rocketSection_bn5y7_72{flex:1;position:relative;overflow:visible}._spaceshipWrapper_bn5y7_80{position:absolute;left:12%;top:47%;transform:translateY(-50%);height:80%;max-height:700px;aspect-ratio:706/1377;overflow:visible}._spaceshipImage_bn5y7_91{width:100%;height:100%;object-fit:contain;opacity:.9;pointer-events:none;animation:_spaceshipFloat_bn5y7_1 3s ease-in-out infinite;position:relative;z-index:3;will-change:transform}@keyframes _spaceshipFloat_bn5y7_1{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}._scanEffects_bn5y7_112{position:absolute;inset:-15% -30%;z-index:4;pointer-events:none;contain:layout style}._scanBeam_bn5y7_121{position:absolute;left:0;top:0;width:100%;height:3px;background:linear-gradient(90deg,transparent 0%,rgba(67,222,240,.1) 20%,rgba(67,222,240,.8) 50%,rgba(67,222,240,.1) 80%,transparent 100%);z-index:4;animation:_scanSweep_bn5y7_1 2.5s ease-in-out infinite;box-shadow:0 0 20px #43def080,0 0 60px #43def033;will-change:transform,opacity}._scanBeam_bn5y7_121:after{content:"";position:absolute;inset:-20px 10%;background:linear-gradient(180deg,transparent 0%,rgba(67,222,240,.06) 40%,rgba(67,222,240,.06) 60%,transparent 100%);border-radius:50%}@keyframes _scanSweep_bn5y7_1{0%{transform:translateY(-5vh);opacity:0}10%{opacity:1}90%{opacity:1}to{transform:translateY(85vh);opacity:0}}._pulseRing_bn5y7_162{position:absolute;top:50%;left:50%;width:140%;height:90%;transform:translate(-50%,-50%) scale(.21);border-radius:50%;border:1px solid rgba(67,222,240,.3);z-index:2;animation:_pulseExpand_bn5y7_1 3s ease-out infinite;will-change:transform,opacity}._pulseRing_bn5y7_162:nth-child(2){animation-delay:1s}._pulseRing_bn5y7_162:nth-child(3){animation-delay:2s}@keyframes _pulseExpand_bn5y7_1{0%{transform:translate(-50%,-50%) scale(.21);opacity:.6;border-color:#43def066}to{transform:translate(-50%,-50%) scale(1);opacity:0;border-color:#43def000}}._hudBrackets_bn5y7_197{position:absolute;inset:5%;z-index:4;pointer-events:none}._bracketCorner_bn5y7_204{position:absolute;width:24px;height:24px;border-color:#43def080;border-style:solid;border-width:0}._bracketTL_bn5y7_213{top:0;left:0;border-top-width:2px;border-left-width:2px}._bracketTR_bn5y7_220{top:0;right:0;border-top-width:2px;border-right-width:2px}._bracketBL_bn5y7_227{bottom:0;left:0;border-bottom-width:2px;border-left-width:2px}._bracketBR_bn5y7_234{bottom:0;right:0;border-bottom-width:2px;border-right-width:2px}._dataStream_bn5y7_242{position:absolute;width:1px;background:linear-gradient(180deg,transparent 0%,rgba(67,222,240,.4) 50%,transparent 100%);z-index:2;animation:_dataStreamFlow_bn5y7_1 1.8s linear infinite;will-change:transform,opacity}._dataStreamLeft_bn5y7_251{left:8%;top:10%;height:80%}._dataStreamRight_bn5y7_257{right:8%;top:10%;height:80%;animation-delay:.9s}@keyframes _dataStreamFlow_bn5y7_1{0%{opacity:0;transform:scaleY(0);transform-origin:bottom}25%{opacity:.8;transform:scaleY(1);transform-origin:bottom}50%{opacity:.8;transform:scaleY(1);transform-origin:top}75%{opacity:0;transform:scaleY(0);transform-origin:top}to{opacity:0;transform:scaleY(0);transform-origin:top}}._particle_bn5y7_292{position:absolute;width:3px;height:3px;background:#43def099;border-radius:50%;z-index:3;animation:_particleFloat_bn5y7_1 4s ease-in-out infinite;will-change:transform,opacity}@keyframes _particleFloat_bn5y7_1{0%{transform:translateY(0) translate(0);opacity:0}25%{opacity:.8}75%{opacity:.8}to{transform:translateY(-60px) translate(20px);opacity:0}}._rightPanel_bn5y7_325{position:absolute;left:67%;top:50%;transform:translate(-50%,-50%);display:flex;flex-direction:column;gap:20px;width:clamp(300px,45%,480px);overflow:hidden;z-index:5}._agentTitle_bn5y7_339{font-family:Ubuntu,sans-serif;font-weight:500;font-size:clamp(22px,2vw,32px);line-height:1.3;color:#fff;letter-spacing:1.5px;text-transform:uppercase;margin:0;animation:_titlePulse_bn5y7_1 2s ease-in-out infinite}@keyframes _titlePulse_bn5y7_1{0%,to{text-shadow:0 0 10px rgba(67,222,240,.3)}50%{text-shadow:0 0 24px rgba(67,222,240,.6)}}._agentSubtitle_bn5y7_359{font-family:Ubuntu,sans-serif;font-weight:400;font-size:clamp(14px,1.1vw,18px);line-height:1.5;color:#ffffff8c;margin:0}._agentLogFeed_bn5y7_369{display:flex;flex-direction:column;gap:8px;margin-top:8px}._agentLogEntry_bn5y7_376{display:flex;align-items:center;gap:12px;padding:10px 14px;border-radius:6px;background:#43def00a;border:1px solid rgba(67,222,240,.08);opacity:0;transform:translate(16px);transition:opacity .5s ease,transform .5s ease}._agentLogVisible_bn5y7_389{opacity:1;transform:translate(0)}._agentLogStatus_bn5y7_394{font-family:Ubuntu Mono,Courier New,monospace;font-size:10px;font-weight:700;letter-spacing:.5px;text-transform:uppercase;padding:2px 8px;border-radius:3px;flex-shrink:0;min-width:64px;text-align:center}._agentLogStatus_bn5y7_394[data-status=ACTIVE]{color:#43def0;background:#43def01f;border:1px solid rgba(67,222,240,.25);box-shadow:0 0 6px #43def033}._agentLogStatus_bn5y7_394[data-status=RUNNING]{color:#43def0;background:#43def014;border:1px solid rgba(67,222,240,.18);box-shadow:0 0 6px #43def033}._agentLogStatus_bn5y7_394[data-status=STANDBY]{color:#fff6;background:#ffffff0a;border:1px solid rgba(255,255,255,.08)}._agentLogName_bn5y7_427{font-family:Ubuntu,sans-serif;font-weight:500;font-size:13px;color:#ffffffe6;white-space:nowrap;flex-shrink:0}._agentLogAction_bn5y7_436{font-family:Ubuntu Mono,Courier New,monospace;font-size:12px;color:#43def080;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media(min-width:1920px){._spaceshipWrapper_bn5y7_80{height:85%;max-height:780px}}._root_13hoi_3{position:relative;width:100vw;height:100vh;overflow:hidden;background:#051624;font-family:Ubuntu,sans-serif;display:flex;flex-direction:column}._bgWrapper_13hoi_15{position:absolute;inset:0;width:100%;height:100%;z-index:0;pointer-events:none;opacity:.3;mix-blend-mode:screen;filter:blur(6px)}._bgImage_13hoi_27{width:100%;height:100%;object-fit:cover}._starsLayer_13hoi_34{position:absolute;inset:0;z-index:1;overflow:hidden}._star_13hoi_34{position:absolute;background:#fff;border-radius:50%;animation:_starTwinkle_13hoi_1 2s ease-in-out infinite alternate;will-change:transform,opacity}@keyframes _starTwinkle_13hoi_1{0%{opacity:.2;transform:scale(.8)}to{opacity:1;transform:scale(1.2)}}._splitContent_13hoi_60{position:relative;z-index:5;flex:1;display:flex;flex-direction:row;align-items:stretch;overflow:hidden}._mainSection_13hoi_71{flex:1;position:relative;overflow:visible}._hologramWrapper_13hoi_78{position:absolute;left:12%;top:47%;transform:translateY(-50%);width:clamp(220px,22vw,340px);height:clamp(220px,22vw,340px);overflow:visible;display:flex;align-items:center;justify-content:center}._orbitalRing_13hoi_93{position:absolute;border-radius:50%;border:2px solid rgba(67,222,240,.45);box-shadow:0 0 12px #43def033,inset 0 0 12px #43def01a;will-change:transform}._orbitalRing1_13hoi_101{width:100%;height:100%;animation:_orbitalSpin1_13hoi_1 6s linear infinite}._orbitalRing2_13hoi_107{width:80%;height:80%;border-width:1.5px;border-color:#43def04d;animation:_orbitalSpin2_13hoi_1 8s linear infinite reverse}._orbitalRing3_13hoi_115{width:125%;height:125%;border-width:1px;border-color:#43def033;animation:_orbitalSpin3_13hoi_1 10s linear infinite;box-shadow:0 0 20px #43def01a,inset 0 0 20px #43def00d}@keyframes _orbitalSpin1_13hoi_1{0%{transform:rotateX(65deg) rotate(0)}to{transform:rotateX(65deg) rotate(360deg)}}@keyframes _orbitalSpin2_13hoi_1{0%{transform:rotateX(65deg) rotate(60deg)}to{transform:rotateX(65deg) rotate(420deg)}}@keyframes _orbitalSpin3_13hoi_1{0%{transform:rotateX(65deg) rotate(-30deg)}to{transform:rotateX(65deg) rotate(330deg)}}._coreGlow_13hoi_149{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:50%;height:50%;z-index:2}._coreInner_13hoi_159{position:absolute;inset:10%;border-radius:50%;background:radial-gradient(circle,rgb(67,222,240) 0%,rgba(67,222,240,.6) 30%,rgba(67,222,240,.15) 60%,transparent 100%);animation:_corePulse_13hoi_1 2s ease-in-out infinite;box-shadow:0 0 30px #43def099,0 0 60px #43def04d;will-change:transform,opacity}._coreOuter_13hoi_169{position:absolute;inset:-30%;border-radius:50%;background:radial-gradient(circle,rgba(67,222,240,.25) 0%,rgba(67,222,240,.08) 40%,transparent 65%);animation:_corePulse_13hoi_1 2s ease-in-out infinite .3s;filter:blur(8px);will-change:transform,opacity}@keyframes _corePulse_13hoi_1{0%,to{transform:scale(.85);opacity:.75}50%{transform:scale(1.2);opacity:1}}._hexGrid_13hoi_190{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;pointer-events:none}._hexRing_13hoi_199{position:absolute;border-radius:50%;border:1.5px dashed rgba(67,222,240,.2);animation:_hexRotate_13hoi_1 12s linear infinite;will-change:transform}._hexRing_13hoi_199:first-child{width:55%;height:55%}._hexRing_13hoi_199:last-child{width:75%;height:75%;animation-direction:reverse;animation-duration:15s;border-color:#43def024}@keyframes _hexRotate_13hoi_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._dataParticle_13hoi_229{position:absolute;top:50%;left:50%;background:#43def0e6;border-radius:50%;box-shadow:0 0 8px #43def080;z-index:3;animation:_particleOrbit_13hoi_1 var(--orbit-duration, 3s) ease-in-out infinite;will-change:transform,opacity;transform:translate(-50%,-50%) rotate(var(--orbit-angle, 0deg)) translate(var(--orbit-radius, 100px))}@keyframes _particleOrbit_13hoi_1{0%{opacity:0;transform:translate(-50%,-50%) rotate(var(--orbit-angle, 0deg)) translate(var(--orbit-radius, 100px)) scale(.5)}25%{opacity:1}50%{opacity:1;transform:translate(-50%,-50%) rotate(calc(var(--orbit-angle, 0deg) + 60deg)) translate(var(--orbit-radius, 100px)) scale(1.4)}75%{opacity:1}to{opacity:0;transform:translate(-50%,-50%) rotate(calc(var(--orbit-angle, 0deg) + 120deg)) translate(var(--orbit-radius, 100px)) scale(.5)}}._scanLine_13hoi_263{position:absolute;top:5%;left:0;height:90%;width:2px;background:linear-gradient(180deg,transparent 0%,rgba(67,222,240,.1) 15%,rgba(67,222,240,.5) 50%,rgba(67,222,240,.1) 85%,transparent 100%);animation:_scanLineMove_13hoi_1 3s ease-in-out infinite;box-shadow:0 0 10px #43def04d,0 0 20px #43def01a;z-index:1;will-change:transform,opacity}._scanLine2_13hoi_276{animation-delay:1.5s;animation-direction:reverse}@keyframes _scanLineMove_13hoi_1{0%{transform:translate(5vw);opacity:0}10%{opacity:.8}90%{opacity:.8}to{transform:translate(20vw);opacity:0}}._rightPanel_13hoi_298{position:absolute;left:67%;top:50%;transform:translate(-50%,-50%);display:flex;flex-direction:column;gap:24px;width:clamp(300px,45%,480px);overflow:hidden;z-index:5}._progressArea_13hoi_312{display:flex;flex-direction:column;gap:10px}._progressLabel_13hoi_318{display:flex;justify-content:space-between;align-items:baseline}._progressPrefix_13hoi_324{font-family:Ubuntu Mono,Courier New,monospace;font-size:11px;font-weight:700;letter-spacing:2px;color:#43def080;text-transform:uppercase}._progressValue_13hoi_333{font-family:Ubuntu Mono,Courier New,monospace;font-size:14px;font-weight:700;color:#43def0e6;text-shadow:0 0 8px rgba(67,222,240,.4)}._progressTrack_13hoi_341{width:100%;height:3px;background:#43def01a;border-radius:2px;overflow:hidden}._progressFill_13hoi_349{height:100%;background:linear-gradient(90deg,#43def066,#43def0);border-radius:2px;transition:width .1s linear;box-shadow:0 0 8px #43def080,0 0 16px #43def033}._terminalFeed_13hoi_358{display:flex;flex-direction:column;gap:6px;padding:16px;border-radius:8px;background:#05162499;border:1px solid rgba(67,222,240,.1);backdrop-filter:blur(4px)}._terminalLine_13hoi_369{display:flex;align-items:baseline;gap:10px;font-family:Ubuntu Mono,Courier New,monospace;font-size:12px;line-height:1.7;opacity:0;transform:translateY(6px);transition:opacity .4s ease,transform .4s ease}._terminalLineVisible_13hoi_381{opacity:1;transform:translateY(0)}._terminalTimestamp_13hoi_386{color:#fff3;flex-shrink:0;font-size:11px}._terminalPrefix_13hoi_392{color:#43def0b3;font-weight:700;flex-shrink:0}._terminalText_13hoi_398{color:#fff9;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._terminalCursor_13hoi_405{color:#43def0e6;animation:_cursorBlink_13hoi_1 .6s steps(2) infinite;margin-left:2px}@keyframes _cursorBlink_13hoi_1{0%,49%{opacity:1}50%,to{opacity:0}}@media(min-width:1920px){._hologramWrapper_13hoi_78{width:clamp(280px,24vw,400px);height:clamp(280px,24vw,400px)}}._root_owshh_1{position:relative;width:100vw;height:100vh;min-height:100vh;overflow:hidden;background:#051624;font-family:Ubuntu,sans-serif;display:flex;flex-direction:column}._bgWrapper_owshh_13{position:absolute;inset:0;width:100%;height:100%;z-index:0;pointer-events:none;opacity:.8;mix-blend-mode:screen}._bg_owshh_13{width:100%;height:100%;object-fit:cover}._contentArea_owshh_30{position:relative;flex:1;display:flex;flex-direction:row;align-items:stretch;z-index:5;overflow:hidden}._content_owshh_30{position:absolute;left:62vw;top:42vh;transform:translate(-50%,-50%);opacity:1;z-index:1000;cursor:default;filter:none;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:clamp(28px,2.25vw,36px);width:clamp(400px,30.4vw,487px);padding:clamp(44px,3.5vw,56px) clamp(30px,2.5vw,40px) clamp(30px,2.5vw,40px);box-sizing:border-box;background:#43def00d;box-shadow:inset 0 0 38px #43def01a;backdrop-filter:blur(50px);border-radius:clamp(42px,3.5vw,56px);border:1px solid rgba(67,222,240,.3)}._focused_owshh_64{top:20vh;z-index:1100}._mounted_owshh_70{transition:top .6s cubic-bezier(.22,1,.36,1),transform .6s cubic-bezier(.22,1,.36,1),box-shadow .15s ease,filter .15s ease;will-change:top,transform}@media(prefers-reduced-motion:reduce){._mounted_owshh_70{transition:none;will-change:auto}._focused_owshh_64{transform:translate(-50%,-50%);top:42vh}}._title_owshh_85{font-size:35px;font-weight:400;color:#fff;margin:0;text-align:center}._subtitle_owshh_93{font-size:20px;color:#fffc;margin:0}._inputArea_owshh_99{display:flex;flex-direction:column;gap:12px;width:min(90vw,600px)}._label_owshh_106{font-size:14px;color:#a1eff8;text-transform:uppercase;letter-spacing:.08em}._input_owshh_99{width:100%;padding:16px 20px;font-size:24px;font-family:Ubuntu,sans-serif;color:#fff;background:#43def012;border:1px solid rgba(67,222,240,.25);border-radius:16px;outline:none;backdrop-filter:blur(12px);transition:border-color .15s ease,box-shadow .15s ease}._input_owshh_99::placeholder{color:#fff6}._input_owshh_99:focus{border-color:#43def0;box-shadow:inset 0 0 8px #43def06b}._mirror_owshh_134{font-size:17px;color:#fff;min-height:1.5em;margin:0}._placeholder_owshh_141{color:#fff6;font-style:italic}._continueBtn_owshh_146{width:100%;display:flex;justify-content:center;align-items:center;padding:12px 32px;background:#43def0;color:#0d2c30;font-family:Ubuntu,sans-serif;font-size:16px;font-weight:600;border:none;border-radius:999px;cursor:pointer;box-shadow:0 0 16px #43def0;transition:background .15s ease,transform .15s ease}._continueBtn_owshh_146:hover{background:#5ae4f3}._continueBtn_owshh_146:active{transform:scale(.97)}._keyboardWrapper_owshh_170{position:fixed;bottom:8vh;left:32vw;right:0;z-index:1000;transition:opacity .25s ease}
