.enterprise-sidebar__footer{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:2px 8px;display:grid}.enterprise-sidebar__footer span{color:rgb(var(--muted-foreground));grid-column:1;font-size:10px}.enterprise-sidebar__footer strong{text-overflow:ellipsis;white-space:nowrap;grid-column:1;font-size:12px;overflow:hidden}.enterprise-sidebar__footer .agent-semantic-status{grid-area:1/2/3;margin:0}.home-page{flex-direction:column;gap:18px;width:100%;max-width:1480px;margin:0 auto;display:flex}.workspace-banner{background:#f2f7ff;border:1px solid #cfe3ff;border-left:4px solid #1677ff;border-radius:8px;justify-content:space-between;align-items:center;gap:28px;min-height:118px;padding:22px 26px;display:flex}.dark .workspace-banner{background:#111d2c;border-color:#15395b #15395b #15395b #1677ff}.workspace-banner__identity{align-items:center;gap:16px;min-width:0;display:flex}.workspace-banner__mark{color:#fff;background:#1677ff;border-radius:8px;flex:none;justify-content:center;align-items:center;width:44px;height:44px;display:inline-flex;box-shadow:0 6px 16px #1677ff33}.workspace-banner__date{color:#52739d;margin-bottom:3px;font-size:12px;display:block}.workspace-banner h3.ant-typography{margin:0 0 3px;font-size:22px}.workspace-banner__stats{border:1px solid rgb(var(--border));background:rgb(var(--card) / .88);border-radius:7px;flex:none;align-items:stretch;display:flex;overflow:hidden}.workspace-stat{border:0;border-right:1px solid rgb(var(--border));width:138px;min-height:82px;color:inherit;text-align:left;background:0 0;align-items:center;gap:12px;padding:14px 16px;transition:background-color .16s,box-shadow .16s;display:flex}.workspace-stat:last-child{border-right:0}.workspace-stat.is-clickable{cursor:pointer}.workspace-stat.is-clickable:hover{background:rgb(var(--accent));box-shadow:inset 0 -2px #d46b08}.workspace-stat.is-clickable:focus-visible{outline-offset:-3px;outline:2px solid #1677ff;position:relative}.workspace-stat:disabled{cursor:default}.workspace-stat__icon{border-radius:7px;flex:none;justify-content:center;align-items:center;width:36px;height:36px;display:inline-flex}.workspace-stat__content{gap:4px;min-width:0;display:grid}.workspace-stat strong{color:rgb(var(--foreground));font-variant-numeric:tabular-nums;font-size:23px;line-height:1}.workspace-stat small{color:rgb(var(--muted-foreground));white-space:nowrap;font-size:12px;line-height:18px}.workspace-stat--apps .workspace-stat__icon{color:#1677ff;background:#eaf3ff}.workspace-stat--favorites .workspace-stat__icon{color:#d48806;background:#fff7e6}.workspace-stat--approval .workspace-stat__icon{color:#d46b08;background:#fff2e8}.workspace-stat.is-alert .workspace-stat__icon{color:#cf1322;background:#fff1f0}.workspace-stat.is-alert strong{color:#cf1322}.dark .workspace-stat--apps .workspace-stat__icon{background:#112a45}.dark .workspace-stat--favorites .workspace-stat__icon{background:#2b2111}.dark .workspace-stat--approval .workspace-stat__icon{background:#2b1d11}.dark .workspace-stat.is-alert .workspace-stat__icon{background:#2a1215}.home-app-task-badge{width:100%;display:block}.home-app-task-badge>.ant-badge{width:100%}.home-app-task-badge .ant-badge-count{top:10px;right:10px}.workspace-overview-grid{grid-template-columns:minmax(0,2fr) minmax(300px,.8fr);align-items:stretch;gap:16px;display:grid}.workspace-panel{border-radius:8px;flex-direction:column;width:100%;height:100%;display:flex}.workspace-panel .ant-card-head{min-height:46px;padding-inline:16px}.workspace-panel .ant-card-body{flex:1;padding:12px 16px 14px}.workspace-panel .ant-card-extra{font-size:12px}.panel-title-icon{color:#1677ff;display:inline-flex}.workspace-quick-panel .ant-card-body{display:flex}.quick-app-grid{flex:1;grid-template-columns:repeat(4,minmax(0,1fr));grid-auto-rows:minmax(72px,1fr);gap:10px;display:grid}.quick-app{background:rgb(var(--background) / .72);cursor:pointer;border:1px solid #0000;border-radius:7px;flex-direction:column;justify-content:center;align-items:center;gap:5px;min-width:0;min-height:72px;padding:8px 28px 8px 10px;transition:border-color .16s,background-color .16s,transform .16s;display:flex;position:relative}.quick-app:hover{background:#f0f7ff;border-color:#91caff;transform:translateY(-1px)}.dark .quick-app:hover{background:#111d2c;border-color:#1554ad}.quick-app:focus-visible,.directory-app:focus-visible{outline-offset:2px;outline:2px solid #1677ff}.quick-app__icon{border:1px solid;border-radius:7px;justify-content:center;align-items:center;width:34px;height:34px;display:inline-flex}.quick-app__name{width:100%;color:rgb(var(--foreground));text-align:center;text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:600;overflow:hidden}.quick-app .favorite-action{position:absolute;top:5px;right:4px}.favorite-action{color:rgb(var(--muted-foreground))}.favorite-action.is-active{color:#d48806}.recent-app-list{flex-direction:column;gap:2px;display:flex}.recent-app-item{border:0;border-bottom:1px solid rgb(var(--border));width:100%;min-height:43px;color:rgb(var(--foreground));cursor:pointer;text-align:left;background:0 0;align-items:center;gap:9px;padding:5px 8px;display:flex}.recent-app-item:last-child{border-bottom:0}.recent-app-item:hover{background:rgb(var(--accent) / .65)}.recent-app-item__icon{border-radius:6px;flex:none;justify-content:center;align-items:center;width:30px;height:30px;display:inline-flex}.recent-app-item__content{flex-direction:column;flex:1;min-width:0;display:flex}.recent-app-item__content strong,.recent-app-item__content small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.recent-app-item__content strong{font-size:13px;font-weight:600}.recent-app-item__content small{color:rgb(var(--muted-foreground));margin-top:2px;font-size:11px}.recent-app-item>svg{color:rgb(var(--muted-foreground))}.app-directory{padding-top:2px}.app-directory__heading{justify-content:space-between;align-items:flex-end;gap:16px;margin-bottom:12px;display:flex}.app-directory__heading h4.ant-typography{margin:0 0 2px;font-size:18px}.app-directory__toolbar{border:1px solid rgb(var(--border));background:rgb(var(--card));border-radius:8px;justify-content:space-between;align-items:center;gap:16px;margin-bottom:14px;padding:10px 12px;display:flex}.app-directory__toolbar .ant-segmented{max-width:100%;overflow-x:auto}.app-directory__toolbar .ant-input-affix-wrapper{flex:none;width:min(360px,38vw)}.app-directory-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.directory-app{border-radius:8px;width:100%;min-width:0}.directory-app .ant-card-body{gap:12px;min-height:126px;padding:14px;display:flex}.directory-app__icon{border:1px solid;border-radius:7px;flex:none;justify-content:center;align-items:center;width:38px;height:38px;display:inline-flex}.directory-app__content{flex-direction:column;flex:1;min-width:0;display:flex}.directory-app__title-row{justify-content:space-between;align-items:center;gap:6px;min-width:0;display:flex}.directory-app__title-row h5.ant-typography{min-width:0;margin:0;font-size:14px}.directory-app__title-row .ant-btn{flex:none}.directory-app p.ant-typography{margin:6px 0 10px;font-size:12px}.directory-app__meta{color:#1677ff;justify-content:space-between;align-items:center;gap:8px;margin-top:auto;display:flex}.directory-app__meta .ant-tag{text-overflow:ellipsis;white-space:nowrap;max-width:calc(100% - 24px);margin:0;overflow:hidden}.home-empty-description{max-width:460px;color:rgb(var(--muted-foreground));margin:12px auto 0;font-size:13px;line-height:1.6}@media (width<=1180px){.app-directory-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=900px){.workspace-banner{flex-direction:column;align-items:flex-start}.workspace-banner__stats{width:100%}.workspace-stat{flex:1;width:auto}.workspace-overview-grid{grid-template-columns:minmax(0,1fr);align-items:start}.workspace-panel{height:auto}.workspace-quick-panel .ant-card-body{display:block}.quick-app-grid{grid-auto-rows:72px}.app-directory-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=680px){.workspace-banner{padding:18px}.workspace-banner__mark{display:none}.workspace-banner__stats{width:100%;overflow-x:auto}.workspace-stat{flex:1;width:auto;min-width:124px;padding-inline:12px}.workspace-stat__icon{width:32px;height:32px}.quick-app-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.app-directory__heading{align-items:flex-start}.app-directory__heading>.ant-typography{display:none}.app-directory__toolbar{flex-direction:column;align-items:stretch}.app-directory__toolbar .ant-input-affix-wrapper{width:100%}.app-directory-grid{grid-template-columns:minmax(0,1fr)}}@media (width<=420px){.workspace-banner__stats{grid-template-columns:repeat(3,minmax(104px,1fr));display:grid}.workspace-stat{gap:8px;width:auto;min-width:104px;padding-inline:9px}.workspace-stat strong{font-size:20px}.workspace-stat small{font-size:11px}.workspace-panel .ant-card-extra{display:none}}.public-account-page{min-height:100vh;color:rgb(var(--foreground));background:#f5f7fa;justify-content:center;align-items:center;padding:32px 20px;display:flex}.public-account-page--split{background:#eef2f7;grid-template-columns:minmax(460px,1.15fr) minmax(520px,.85fr);align-items:stretch;padding:0;display:grid}.public-account-aside{color:#fff;background:#132238;min-height:100vh;position:relative;overflow:hidden}.public-account-aside:before,.public-account-aside:after{content:"";pointer-events:none;position:absolute}.public-account-aside:before{opacity:.2;background-image:linear-gradient(#97b2d638 1px,#0000 1px),linear-gradient(90deg,#97b2d638 1px,#0000 1px);background-size:56px 56px;inset:0}.public-account-aside:after{aspect-ratio:1;border:1px solid #91b7e747;border-radius:50%;width:72%;bottom:-26%;right:-18%;box-shadow:0 0 0 72px #4881c712,0 0 0 144px #4881c70d}.public-account-container--split{place-self:center;max-width:560px;padding:40px}.public-account-container--split .public-account-brand{justify-content:flex-start}.public-account-container--split .public-account-surface{box-shadow:0 14px 36px #1f2d4214}.public-account-container{width:100%}.public-account-container--compact{max-width:460px}.public-account-container--compact.public-account-container--split{max-width:520px}.public-account-container--wide{max-width:820px}.public-account-brand{justify-content:center;align-items:center;gap:10px;margin-bottom:18px;display:flex}.public-account-brand-mark{color:#1677ff;background:#eaf2ff;border:1px solid #cfe0ff;border-radius:8px;place-items:center;width:42px;height:36px;font-size:14px;font-weight:700;display:grid}.public-account-brand-name{color:#172033;font-size:16px;font-weight:650;line-height:22px}.public-account-brand-caption{color:#7a8699;font-size:12px;line-height:18px}.public-account-surface{background:rgb(var(--card));border:1px solid #e3e8ef;border-radius:8px;padding:28px 32px;box-shadow:0 8px 24px #1622330f}.public-account-heading{border-bottom:1px solid #edf0f4;align-items:flex-start;gap:14px;margin-bottom:24px;padding-bottom:22px;display:flex}.public-account-heading-icon{color:#1677ff;background:#eaf2ff;border-radius:8px;flex:none;place-items:center;width:40px;height:40px;display:grid}.public-account-heading-copy h1{color:#172033;margin:0;font-size:22px;font-weight:650;line-height:30px}.public-account-container--split .public-account-heading-copy h1{font-size:24px;line-height:32px}.public-account-heading-copy p{color:#667085;margin:4px 0 0;font-size:14px;line-height:22px}.public-account-footer-actions{color:#667085;text-align:center;border-top:1px solid #edf0f4;margin-top:18px;padding-top:18px;font-size:14px}.public-account-footer-actions a{white-space:nowrap}.public-account-security{color:#7a8699;text-align:center;justify-content:center;align-items:center;gap:6px;margin-top:16px;font-size:12px;line-height:20px;display:flex}.public-account-security--inside{background:#f8fafc;border-top:1px solid #edf0f4;border-radius:0 0 8px 8px;justify-content:flex-start;margin:20px -32px -28px;padding:12px 32px}.public-account-form .ant-form-item{margin-bottom:18px}.public-account-form .ant-form-item-label>label{color:#344054;font-weight:500}.public-account-form .ant-input,.public-account-form .ant-input-affix-wrapper,.public-account-form .ant-btn{border-radius:6px;min-height:40px}.public-account-form .ant-input-affix-wrapper>.ant-input{height:auto;min-height:0}.public-account-container--split .public-account-form .ant-input,.public-account-container--split .public-account-form .ant-input-affix-wrapper,.public-account-container--split .public-account-form .ant-btn{min-height:44px;font-size:14px}.public-account-container--split .public-account-form .ant-input-affix-wrapper>.ant-input{height:auto;min-height:0}.public-account-container--split .public-account-form .ant-form-item-label>label{width:100%;font-size:14px;font-weight:600}.public-account-field-label{justify-content:space-between;align-items:center;gap:12px;width:100%;display:flex}.public-account-field-label a{font-size:13px;font-weight:400}.public-account-alert{border-radius:6px;margin-bottom:18px}.public-account-helper-row{color:#7a8699;justify-content:space-between;align-items:center;gap:12px;margin-top:-8px;margin-bottom:18px;font-size:12px;display:flex}.public-account-section-title{color:#172033;margin:2px 0 16px;font-size:15px;font-weight:600}.public-account-section-title:not(:first-child){border-top:1px solid #edf0f4;margin-top:4px;padding-top:20px}@media (width<=640px){.public-account-page{align-items:flex-start;padding:20px 12px}.public-account-surface{padding:22px 18px}.public-account-security--inside{margin:20px -18px -22px;padding:12px 18px}.public-account-heading{gap:12px;margin-bottom:20px;padding-bottom:18px}.public-account-heading-copy h1{font-size:20px;line-height:28px}}@media (width<=980px){.public-account-page--split{align-items:flex-start;padding:20px 12px;display:flex}.public-account-page--split .public-account-aside{display:none}.public-account-container--split{max-width:460px;padding:0}.public-account-container--split .public-account-brand{justify-content:center}}@media (width>=981px){.public-account-container--split .public-account-brand{display:none}}.login-platform-panel{z-index:1;flex-direction:column;min-height:100vh;padding:clamp(40px,6vw,88px);display:flex;position:relative}.login-platform-topline{color:#dce8f8;align-items:center;gap:10px;font-size:13px;font-weight:500;display:flex}.login-platform-symbol{color:#fff;background:#ffffff1a;border:1px solid #ffffff47;border-radius:7px;place-items:center;width:40px;height:34px;font-size:14px;font-weight:700;display:grid}.login-platform-copy{max-width:560px;margin-top:clamp(72px,12vh,132px)}.login-platform-kicker{color:#8fb9ed;letter-spacing:1.8px;margin-bottom:14px;font-size:11px;font-weight:600}.login-platform-copy h1{letter-spacing:0;margin:0;font-family:Noto Serif SC,Songti SC,serif;font-size:clamp(38px,4.2vw,62px);font-weight:650;line-height:1.15}.login-platform-copy p{color:#b9c9de;max-width:460px;margin:22px 0 0;font-size:16px;line-height:28px}.login-platform-map{width:min(520px,86%);height:240px;margin-top:52px;position:relative}.login-platform-map:before,.login-platform-map:after{content:"";background:#84b1e859;position:absolute}.login-platform-map:before{width:64%;height:1px;top:50%;left:18%}.login-platform-map:after{width:1px;height:56%;top:22%;left:50%}.login-platform-core,.login-platform-node{color:#dce8f8;background:#162a43e0;border:1px solid #9cbee842;border-radius:7px;align-items:center;gap:9px;display:flex;position:absolute;box-shadow:0 12px 28px #050f1d2e}.login-platform-core{z-index:2;color:#fff;min-width:152px;padding:18px 20px;font-size:15px;font-weight:600;top:50%;left:50%;transform:translate(-50%,-50%)}.login-platform-node{padding:11px 13px;font-size:13px}.login-platform-node--auth{top:0;left:8%}.login-platform-node--mes{top:0;right:0}.login-platform-node--storage{top:50%;left:0;transform:translateY(-50%)}.login-platform-node--apps{top:50%;right:0;transform:translateY(-50%)}.login-platform-node--iot{bottom:0;left:5%}.login-platform-node--analytics{bottom:0;right:5%}.login-platform-footnote{color:#9fb3cb;align-items:center;gap:8px;margin-top:auto;font-size:13px;display:flex}.account-guidance{border-top:1px solid #edf0f4;margin-top:22px;padding-top:20px}.account-guidance .public-account-section-title{align-items:center;gap:7px;display:flex}.account-guidance-item{color:#667085;grid-template-columns:24px minmax(0,1fr);align-items:center;gap:10px;min-height:34px;font-size:13px;line-height:20px;display:grid}.account-guidance--compact{margin-top:20px;padding-top:18px}.account-guidance-index{color:#1677ff;background:#f0f5ff;border-radius:50%;place-items:center;width:22px;height:22px;font-size:12px;font-weight:600;display:grid}.account-back-link{align-items:center;gap:5px;margin-top:20px;display:inline-flex}.account-back-link--top{margin:0 0 18px}.password-sent-summary{color:#1677ff;background:#f5f9ff;border:1px solid #d9e7ff;border-radius:6px;align-items:center;gap:12px;padding:16px;display:flex}.password-sent-summary div{gap:3px;min-width:0;display:grid}.password-sent-summary strong{color:#344054;font-size:13px}.password-sent-summary span{overflow-wrap:anywhere;font-size:14px}.password-sent-tips{color:#667085;gap:10px;padding:20px 0;font-size:13px;line-height:20px;display:grid}.password-sent-tips div{align-items:flex-start;gap:8px;display:flex}.password-sent-actions{justify-content:flex-end;gap:10px;display:flex}.company-register-flow{border-bottom:1px solid #edf0f4;margin-bottom:22px;padding:0 8px 22px}.company-register-actions{justify-content:space-between;align-items:center;gap:16px;padding-top:4px;display:flex}.company-register-actions .ant-btn{min-width:128px}.company-register-helper{color:#7a8699;margin:-8px 0 18px;font-size:12px;line-height:20px}.company-register-success-status{background:#f5f9ff;border:1px solid #d9e7ff;border-radius:6px;justify-content:space-between;align-items:center;gap:16px;margin-bottom:18px;padding:14px 16px;display:flex}.company-register-success-status>div{gap:3px;display:grid}.company-register-success-status span{color:#667085;font-size:12px}.company-register-success-status strong{color:#172033;font-size:15px}.company-register-success-status .ant-tag{align-items:center;gap:4px;margin:0;display:inline-flex}.company-register-summary{margin:0 auto 18px}.company-register-next-steps{color:#667085;gap:8px;max-width:560px;margin:0 auto;font-size:13px;line-height:20px;display:grid}.company-register-next-step{align-items:flex-start;gap:8px;display:flex}.company-register-actions--success{border-top:1px solid #edf0f4;margin-top:22px;padding-top:22px}@media (width<=640px){.password-sent-actions{flex-direction:column-reverse;align-items:stretch}.password-sent-actions .ant-btn{width:100%}.company-register-flow{padding:0 0 18px}.company-register-flow .ant-steps-item-title{font-size:12px}.company-register-actions{flex-direction:column-reverse;align-items:stretch}.company-register-actions .ant-btn{width:100%}}.profile-page{width:100%;max-width:1200px;margin:0 auto}.profile-back-button{color:rgb(var(--muted-foreground));margin:-4px 0 8px -10px;padding-inline:10px}.profile-back-button:hover{color:#1677ff!important}.profile-page__header{margin-bottom:18px}.profile-page__header h3.ant-typography{margin:0 0 4px;font-size:22px}.profile-layout{grid-template-columns:300px minmax(0,1fr);align-items:start;gap:18px;display:grid}.profile-summary-card,.profile-settings-card{border-radius:8px}.profile-summary-card{position:sticky;top:0}.profile-summary-card .ant-card-body{padding:22px}.profile-identity{text-align:center;flex-direction:column;align-items:center;display:flex}.profile-identity .ant-avatar{color:#fff;background:#1677ff;margin-bottom:12px;font-size:26px;font-weight:700}.profile-identity h4.ant-typography{margin:0 0 2px;font-size:18px}.profile-identity .ant-tag{margin:12px 0 0}.profile-context{background:#f2f7ff;border:1px solid #cfe3ff;border-radius:7px;flex-direction:column;padding:10px 12px;display:flex}.dark .profile-context{background:#111d2c;border-color:#15395b}.profile-context span{color:rgb(var(--muted-foreground));font-size:11px}.profile-context strong{text-overflow:ellipsis;white-space:nowrap;margin-top:3px;font-size:14px;overflow:hidden}.profile-context small{color:#1677ff;margin-top:3px;font-size:11px}.profile-details .ant-descriptions-item{padding-bottom:12px}.profile-details .ant-descriptions-item-label{width:82px;color:rgb(var(--muted-foreground))}.profile-details .ant-descriptions-item-content{overflow-wrap:anywhere;color:rgb(var(--foreground));font-weight:500}.profile-settings-card .ant-card-body{min-height:520px;padding:0 22px 24px}.profile-settings-card .ant-tabs-nav{margin-bottom:22px}.profile-form-panel{max-width:600px}.profile-form-heading{margin-bottom:22px}.profile-form-heading h5.ant-typography{margin:0 0 3px;font-size:16px}.profile-form .ant-form-item{margin-bottom:20px}.profile-form .ant-form-item-label>label{font-weight:600}.profile-form .ant-input-affix-wrapper{min-height:36px;padding-block:4px}.profile-form .ant-input-affix-wrapper .ant-input{min-height:0}.profile-form-actions{align-items:center;gap:12px;display:flex}.password-strength{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;margin-top:8px;display:grid}.password-strength span{white-space:nowrap;font-size:11px}.password-rules{border:1px solid rgb(var(--border));background:rgb(var(--background));border-radius:7px;flex-direction:column;gap:7px;margin:-4px 0 18px;padding:12px 14px;display:flex}.password-rules strong{margin-bottom:2px;font-size:12px}.password-rules span{color:rgb(var(--muted-foreground));align-items:center;gap:7px;font-size:12px;display:inline-flex}.password-rules span.is-valid{color:#389e0d}@media (width<=860px){.profile-layout{grid-template-columns:minmax(0,1fr)}.profile-summary-card{position:static}.profile-settings-card .ant-card-body{min-height:0}}@media (width<=560px){.profile-page__header h3.ant-typography{font-size:20px}.profile-summary-card .ant-card-body{padding:18px}.profile-settings-card .ant-card-body{padding:0 16px 20px}.profile-settings-card .ant-tabs-tab{padding-inline:4px}.profile-form-actions{flex-direction:column;align-items:stretch}.profile-form-actions .ant-btn,.profile-form>.ant-btn{width:100%}}.system-diagnostic-page{flex-direction:column;gap:20px;width:min(1180px,100%);margin:0 auto;padding:24px;display:flex}.system-diagnostic-toolbar{justify-content:space-between;align-items:center;gap:16px;display:flex}.system-diagnostic-header{align-items:center;gap:14px;display:flex}.system-diagnostic-header .ant-typography{margin:0}.system-diagnostic-title-icon{color:#0958d9;background:#e6f4ff;border:1px solid #91caff;border-radius:7px;flex:0 0 42px;place-items:center;width:42px;height:42px;display:grid}.diagnostic-stat-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.diagnostic-stat-grid .ant-card{border-radius:7px}.diagnostic-stat-grid .ant-card-body{padding:18px}.diagnostic-stat-grid .ant-statistic-content{align-items:center;gap:7px;font-size:23px;display:flex}.diagnostic-section{flex-direction:column;gap:12px;display:flex}.diagnostic-section-heading{justify-content:space-between;align-items:flex-end;gap:16px;display:flex}.diagnostic-section-heading .ant-typography{margin:0}.diagnostic-section .ant-table-wrapper,.diagnostic-section .ant-descriptions{background:rgb(var(--card))}.diagnostic-module-name{flex-direction:column;gap:2px;display:flex}.diagnostic-module-name span{color:rgb(var(--muted-foreground));font-size:12px}.diagnostic-version{flex-direction:column;align-items:flex-start;gap:3px;display:flex}.diagnostic-version span{color:rgb(var(--muted-foreground));font-size:12px}@media (width<=900px){.diagnostic-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=640px){.system-diagnostic-page{gap:16px;padding:16px}.system-diagnostic-toolbar{align-items:flex-start}.system-diagnostic-toolbar>.ant-btn{padding-inline:0}.diagnostic-stat-grid{grid-template-columns:1fr}}.company-select-page{color:#172033;background:#f4f6f9;min-height:100vh;padding:64px 24px 56px}.company-select-panel{background:rgb(var(--card));border:1px solid #e3e8ef;border-radius:8px;width:100%;max-width:1080px;margin:0 auto;padding:36px 42px 0;box-shadow:0 14px 36px #16223314}.company-select-heading{border-bottom:1px solid #edf0f4;align-items:flex-start;gap:16px;padding-bottom:28px;display:flex}.company-select-heading-icon{color:#1677ff;background:#eaf2ff;border-radius:8px;flex:none;place-items:center;width:48px;height:48px;display:grid}.company-select-heading h1{margin:0;font-size:27px;font-weight:650;line-height:36px}.company-select-heading p{color:#667085;max-width:720px;margin:7px 0 0;font-size:14px;line-height:23px}.company-select-target{color:#1677ff;background:#f5f9ff;border:1px solid #d9e7ff;border-radius:6px;grid-template-columns:20px minmax(0,1fr) auto;align-items:center;gap:14px;min-height:78px;margin:24px 0 18px;padding:16px 20px;display:grid}.company-select-target div{gap:4px;display:grid}.company-select-target span{color:#667085;font-size:12px}.company-select-target strong{color:#172033;font-size:16px;line-height:24px}.company-select-target b{background:#e8f2ff;border-radius:4px;padding:5px 10px;font-size:13px;font-weight:600}.company-select-current{color:#667085;margin-bottom:18px;font-size:13px}.company-select-tools{align-items:center;gap:14px;margin:22px 0 12px;display:flex}.company-select-tools>.ant-input-affix-wrapper{border-radius:6px;flex:1;min-height:46px}.company-select-filter{flex:none}.company-select-filter.ant-segmented{min-height:40px;padding:3px}.company-select-filter .ant-segmented-item-label{min-height:34px;padding-inline:14px;line-height:34px}.company-select-result-meta{color:#7a8699;justify-content:space-between;gap:16px;margin-bottom:12px;font-size:12px;line-height:20px;display:flex}.company-select-alert{border-radius:6px;margin-bottom:12px}.company-select-list{background:#fff;border:1px solid #e3e8ef;border-radius:6px;max-height:min(48vh,520px);overflow-y:auto}.company-select-list .ant-empty{margin-block:42px}.company-select-row{color:#172033;text-align:left;cursor:pointer;background:#fff;border:0;border-bottom:1px solid #edf0f4;grid-template-columns:38px minmax(0,1fr) auto;align-items:center;gap:14px;width:100%;min-height:88px;padding:16px 18px;display:grid}.company-select-row:last-child{border-bottom:0}.company-select-row:hover:not(:disabled){background:#f8fbff}.company-select-row--active{background:#f0f6ff;box-shadow:inset 3px 0 #1677ff}.company-select-row:disabled{color:#8b95a5;cursor:not-allowed;opacity:.68}.company-select-row-avatar{color:#1677ff;background:#edf4ff;border-radius:6px;place-items:center;width:40px;height:40px;font-size:15px;font-weight:650;display:grid}.company-select-row-main{gap:8px;min-width:0;display:grid}.company-select-row-title{align-items:center;gap:8px;min-width:0;display:flex}.company-select-row-title strong{text-overflow:ellipsis;white-space:nowrap;font-size:15px;line-height:22px;overflow:hidden}.company-select-row-title .ant-tag{align-items:center;gap:3px;margin:0;display:inline-flex}.company-select-row-meta{color:#7a8699;gap:16px;font-size:12px;line-height:18px;display:flex}.company-select-row-status{align-items:center;gap:14px;display:flex}.company-select-row-status .ant-tag,.company-select-row-status .ant-radio-wrapper{margin:0}.company-select-footer{z-index:3;background:rgb(var(--card));border-top:1px solid #edf0f4;justify-content:space-between;align-items:center;gap:24px;margin-top:18px;padding:20px 0 24px;display:flex;position:sticky;bottom:0}.company-select-selection{gap:5px;min-width:0;display:grid}.company-select-selection span{color:#7a8699;font-size:12px}.company-select-selection strong{color:#172033;text-overflow:ellipsis;white-space:nowrap;font-size:15px;line-height:22px;overflow:hidden}.company-select-actions{gap:12px;display:flex}.company-select-actions .ant-btn{border-radius:6px;min-height:42px;padding-inline:18px}.company-select-spin{animation:1s linear infinite company-select-spin}@keyframes company-select-spin{to{transform:rotate(360deg)}}@media (width<=640px){.company-select-page{padding:20px 12px}.company-select-panel{padding:22px 18px 0}.company-select-heading h1{font-size:21px;line-height:29px}.company-select-target{grid-template-columns:20px minmax(0,1fr)}.company-select-target b{grid-column:2}.company-select-tools{flex-direction:column;align-items:stretch}.company-select-result-meta{flex-direction:column;align-items:flex-start}.company-select-list{max-height:none;padding-bottom:112px;overflow:visible}.company-select-row{grid-template-columns:38px minmax(0,1fr);padding:14px 12px}.company-select-row-status{grid-column:2;justify-content:space-between}.company-select-row-meta{flex-direction:column;align-items:flex-start;gap:3px}.company-select-footer{flex-direction:column;align-items:stretch}.company-select-actions{grid-template-columns:1fr 1.4fr;display:grid}.company-select-actions .ant-btn{width:100%}}@media (width>=641px) and (height<=760px){.company-select-page{padding-block:24px 32px}.company-select-panel{padding-top:28px}.company-select-heading{padding-bottom:22px}.company-select-target{min-height:68px;margin-block:18px 14px}.company-select-tools{margin-top:16px}.company-select-row{min-height:78px;padding-block:13px}}html,body{width:100%;height:100%}input::-ms-clear{display:none}input::-ms-reveal{display:none}*,:before,:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:#0000;font-family:sans-serif;line-height:1.15}body{margin:0}[tabindex="-1"]:focus{outline:none}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5em;font-weight:500}p{margin-top:0;margin-bottom:1em}abbr[title],abbr[data-original-title]{cursor:help;border-bottom:0;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}address{font-style:normal;line-height:inherit;margin-bottom:1em}input[type=text],input[type=password],input[type=number],textarea{-webkit-appearance:none}ol,ul,dl{margin-top:0;margin-bottom:1em}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:500}dd{margin-bottom:.5em;margin-left:0}blockquote{margin:0 0 1em}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}pre,code,kbd,samp{font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace;font-size:1em}pre{margin-top:0;margin-bottom:1em;overflow:auto}figure{margin:0 0 1em}img{vertical-align:middle;border-style:none}a,area,button,[role=button],input:not([type=range]),label,select,summary,textarea{touch-action:manipulation}table{border-collapse:collapse}caption{text-align:left;caption-side:bottom;padding-top:.75em;padding-bottom:.3em}input,button,select,optgroup,textarea{color:inherit;font-size:inherit;font-family:inherit;line-height:inherit;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,html [type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner{border-style:none;padding:0}[type=button]::-moz-focus-inner{border-style:none;padding:0}[type=reset]::-moz-focus-inner{border-style:none;padding:0}[type=submit]::-moz-focus-inner{border-style:none;padding:0}input[type=radio],input[type=checkbox]{box-sizing:border-box;padding:0}input[type=date],input[type=time],input[type=datetime-local],input[type=month]{-webkit-appearance:listbox}textarea{resize:vertical;overflow:auto}fieldset{border:0;min-width:0;margin:0;padding:0}legend{width:100%;max-width:100%;color:inherit;font-size:1.5em;line-height:inherit;white-space:normal;margin-bottom:.5em;padding:0;display:block}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button{height:auto}[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button{-webkit-appearance:none}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}.agent-semantic-status.ant-tag{letter-spacing:0;border-radius:5px;align-items:center;gap:4px;min-height:22px;margin-inline-end:0;padding-inline:8px;font-size:12px;font-weight:500;line-height:20px;display:inline-flex}.agent-semantic-status.ant-tag .anticon{margin-inline-end:0;font-size:12px}.agent-brand{min-width:0;color:inherit;text-align:left;letter-spacing:0;background:0 0;border:0;align-items:center;gap:10px;padding:0;display:inline-flex}button.agent-brand{cursor:pointer}.agent-brand__logo{color:#fff;background:#1677ff;border-radius:6px;flex:none;justify-content:center;align-items:center;width:32px;height:32px;font-size:14px;font-weight:800;display:inline-flex}.agent-brand__text{flex-direction:column;min-width:0;display:flex}.agent-brand__text strong,.agent-brand__text small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.agent-brand__text strong{font-size:15px}.agent-brand__text small{color:rgb(var(--muted-foreground));margin-top:2px;font-size:11px;font-weight:400}.agent-brand.is-compact .agent-brand__logo{width:28px;height:28px;font-size:13px}.agent-brand.is-compact .agent-brand__text small{display:none}.agent-enterprise-header{border-bottom:1px solid rgb(var(--border));background:rgb(var(--card));z-index:1000;flex:0 0 56px;justify-content:space-between;align-items:center;gap:20px;height:56px;padding:0 20px;display:flex;position:relative}.agent-enterprise-header__left,.agent-enterprise-header__right{align-items:center;min-width:0;display:flex}.agent-enterprise-header__left{gap:10px}.agent-enterprise-header__right{gap:8px}.agent-task-badge .ant-badge-count{box-shadow:0 0 0 2px rgb(var(--card));font-size:10px;font-weight:700}.agent-task-center__trigger-wrap{display:inline-flex}.agent-task-center__trigger{width:38px;height:38px;color:rgb(var(--muted-foreground))}.agent-task-center__trigger:hover,.agent-task-center__trigger:focus-visible{color:rgb(var(--foreground))!important;background:rgb(var(--accent))!important}.agent-task-center__panel{border:1px solid rgb(var(--border));background:rgb(var(--card));border-radius:8px;width:min(340px,100vw - 24px);padding:7px;box-shadow:0 12px 32px #0f172a29}.agent-task-center__title{border-bottom:1px solid rgb(var(--border));color:rgb(var(--foreground));padding:8px 10px 10px;font-size:14px;font-weight:700}.agent-task-center__panel .ant-dropdown-menu{box-shadow:none;background:0 0;border:0;padding:5px 0 0}.agent-task-center__panel .ant-dropdown-menu-item{border-radius:6px;padding:0!important}.agent-task-center__panel .ant-dropdown-menu-item-disabled{cursor:default}.agent-task-center__panel .ant-empty{margin:18px 0}.agent-task-center__item{width:100%;min-height:58px;color:rgb(var(--foreground));cursor:pointer;text-align:left;background:0 0;border:0;border-radius:6px;align-items:center;gap:10px;padding:8px 10px;display:flex}.agent-task-center__item:hover{background:rgb(var(--accent))}.agent-task-center__icon{color:#1677ff;background:#e6f4ff;border-radius:6px;flex:none;justify-content:center;align-items:center;width:30px;height:30px;display:inline-flex}.dark .agent-task-center__icon{color:#69b1ff;background:#111d2c}.agent-task-center__content{flex-direction:column;flex:1;min-width:0;display:flex}.agent-task-center__content strong,.agent-task-center__content small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.agent-task-center__content strong{font-size:13px}.agent-task-center__content small{color:rgb(var(--muted-foreground));margin-top:2px;font-size:11px}.agent-task-center__count{color:#cf1322;text-align:right;min-width:22px;font-size:13px;font-weight:700}.agent-task-center__arrow{color:rgb(var(--muted-foreground));font-size:10px}.agent-enterprise-header__menu{width:36px;height:36px;color:rgb(var(--foreground));flex:none}.agent-enterprise-header__divider{background:rgb(var(--border));width:1px;height:18px}.agent-enterprise-header__page{color:rgb(var(--muted-foreground));white-space:nowrap;font-size:13px}.agent-header__context,.agent-header__account{height:42px;color:rgb(var(--foreground));align-items:center;display:flex}.agent-header__context{gap:9px;padding-inline:10px}.agent-header__context-icon{color:#1677ff;background:#e6f4ff;border-radius:6px;justify-content:center;align-items:center;width:28px;height:28px;font-size:12px;font-weight:700;display:inline-flex}.dark .agent-header__context-icon{color:#69b1ff;background:#111d2c}.agent-header__account{gap:8px;padding:0 5px 0 4px}.agent-header__account .ant-avatar{color:#fff;background:#1677ff;font-size:13px;font-weight:700}.agent-header__context>.anticon-down,.agent-header__account>.anticon-down{color:rgb(var(--muted-foreground));opacity:.68;margin-inline-start:2px;font-size:12px;transition:color .18s,opacity .18s,transform .18s}.agent-header__context:hover>.anticon-down,.agent-header__account:hover>.anticon-down,.agent-header__context:focus-visible>.anticon-down,.agent-header__account:focus-visible>.anticon-down{color:rgb(var(--foreground));opacity:.82}.agent-header__context.ant-dropdown-open>.anticon-down,.agent-header__account.ant-dropdown-open>.anticon-down{color:rgb(var(--primary));opacity:.9;transform:rotate(180deg)}.agent-header__stack{flex-direction:column;align-items:flex-start;min-width:0;line-height:1.25;display:flex}.agent-header__stack small{color:rgb(var(--muted-foreground));font-size:10px;font-weight:400}.agent-header__stack strong{text-overflow:ellipsis;white-space:nowrap;max-width:160px;font-size:12px;overflow:hidden}.agent-company-panel{border:1px solid rgb(var(--border));background:rgb(var(--card));border-radius:8px;width:min(360px,100vw - 24px);padding:8px;box-shadow:0 12px 32px #0f172a29}.agent-company-panel__header{border-bottom:1px solid rgb(var(--border));justify-content:space-between;align-items:flex-start;gap:12px;padding:10px 10px 12px;display:flex}.agent-company-panel__header>div{flex-direction:column;display:flex}.agent-company-panel__header strong{font-size:14px}.agent-company-panel__header span{color:rgb(var(--muted-foreground));margin-top:2px;font-size:11px}.agent-company-panel__list{max-height:320px;overflow-y:auto}.agent-company-item{width:100%;min-height:54px;color:rgb(var(--foreground));cursor:pointer;text-align:left;background:0 0;border:0;border-radius:6px;align-items:center;gap:10px;padding:8px 10px;display:flex}.agent-company-item:hover,.agent-company-item.is-active{background:rgb(var(--accent))}.agent-company-item:disabled{cursor:wait;opacity:.65}.agent-company-item__icon{color:#1677ff;background:#e6f4ff;border-radius:6px;flex:none;justify-content:center;align-items:center;width:30px;height:30px;font-size:12px;font-weight:700;display:inline-flex}.dark .agent-company-item__icon{color:#69b1ff;background:#111d2c}.agent-company-item__content{flex-direction:column;flex:1;min-width:0;display:flex}.agent-company-item__content strong,.agent-company-item__content small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.agent-company-item__content strong{font-size:13px}.agent-company-item__content small{color:rgb(var(--muted-foreground));margin-top:2px;font-size:11px}.agent-menu-option{justify-content:space-between;align-items:center;gap:16px;min-width:120px;display:inline-flex}@media (width<=760px){.agent-enterprise-header{gap:8px;padding:0 10px}.agent-enterprise-header__left{gap:5px}.agent-enterprise-header__divider,.agent-enterprise-header__page,.agent-header__account-text,.agent-header__account>.anticon-down{display:none}.agent-enterprise-header__right{gap:2px}.agent-header__context{max-width:132px;padding-inline:7px}.agent-header__stack small{display:none}.agent-header__stack strong{max-width:80px}.agent-header__account{width:40px;padding:0 4px}}@media (width<=420px){.agent-brand__logo{display:none}.agent-brand__text strong{max-width:86px}.agent-header__context{max-width:112px}.agent-header__stack strong{max-width:64px}}.agent-drawer-navigation .ant-drawer-content{background:rgb(var(--card))}.agent-drawer-navigation .ant-drawer-header{border-bottom:1px solid rgb(var(--border));min-height:72px;padding:14px 16px}.agent-drawer-navigation .ant-drawer-header-title{flex-direction:row-reverse;gap:10px}.agent-drawer-navigation .ant-drawer-title{min-width:0}.agent-drawer-navigation .ant-drawer-close{color:rgb(var(--muted-foreground));margin:0}.agent-drawer-navigation .ant-drawer-body{padding:10px 8px}.agent-drawer-navigation .ant-drawer-footer{border-top:1px solid rgb(var(--border));padding:12px 16px}.agent-drawer-navigation .ant-menu{background:0 0;border-inline-end:0!important}.agent-drawer-navigation .ant-menu-item-group-title{color:rgb(var(--muted-foreground));padding:12px 12px 6px;font-size:11px;font-weight:700}.agent-drawer-navigation .ant-menu-item{height:40px;color:rgb(var(--foreground));border-radius:6px;margin:3px 4px;font-size:13px}.agent-drawer-navigation .ant-menu-item-selected{color:#1677ff;background:#e6f4ff;font-weight:600}.dark .agent-drawer-navigation .ant-menu-item-selected{color:#69b1ff;background:#111d2c}.agent-drawer-navigation .ant-menu-item-selected:before{content:"";background:#1677ff;border-radius:2px;width:3px;position:absolute;top:9px;bottom:9px;left:0}.agent-app-shell{background:rgb(var(--background));flex-direction:column;height:100vh;display:flex;position:relative;overflow:hidden}.agent-app-shell__content{z-index:1;background:rgb(var(--background));flex:1;padding:20px 24px 32px;position:relative;overflow:auto}@media (width<=760px){.agent-app-shell__content{padding:16px 12px 24px}}@media (width<=420px){.agent-drawer-navigation .ant-drawer-content-wrapper{width:min(86vw,320px)!important}}@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-border-style:solid;--tw-outline-style:solid;--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial}}}@layer theme{:root,:host{--font-sans:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab, red, red)){::placeholder{color:color-mix(in oklab, currentcolor 50%, transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}body{background-color:rgb(var(--background));color:rgb(var(--foreground));min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;transition:background-color .3s,color .3s}}@layer components;@layer utilities{.visible{visibility:visible}.fixed{position:fixed}.static{position:static}.block{display:block}.flex{display:flex}.hidden{display:none}.transform{transform:var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,)}.border{border-style:var(--tw-border-style);border-width:1px}.outline{outline-style:var(--tw-outline-style);outline-width:1px}.filter{filter:var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,)}}:root{--background:250 250 249;--foreground:15 23 42;--card:255 255 255;--card-foreground:15 23 42;--primary:37 99 235;--primary-foreground:255 255 255;--secondary:241 245 249;--secondary-foreground:15 23 42;--muted:241 245 249;--muted-foreground:100 116 139;--accent:241 245 249;--accent-foreground:15 23 42;--border:226 232 240;--input:226 232 240;--ring:37 99 235;--destructive:239 68 68;--destructive-foreground:255 255 255;--sidebar:255 255 255;--sidebar-foreground:15 23 42;--shadow-color:15 23 42;--shadow-soft:0 10px 30px rgb(var(--shadow-color) / .08);--shadow-medium:0 12px 36px rgb(var(--shadow-color) / .12);--radius:.5rem}.dark{--background:2 6 23;--foreground:248 250 252;--card:15 23 42;--card-foreground:248 250 252;--primary:59 130 246;--primary-foreground:255 255 255;--secondary:30 41 59;--secondary-foreground:248 250 252;--muted:30 41 59;--muted-foreground:148 163 184;--accent:30 41 59;--accent-foreground:248 250 252;--border:51 65 85;--input:51 65 85;--ring:59 130 246;--destructive:239 68 68;--destructive-foreground:255 255 255;--sidebar:15 23 42;--sidebar-foreground:248 250 252;--shadow-color:2 6 23;--shadow-soft:0 10px 30px #02061761;--shadow-medium:0 12px 36px #02061785}#root{min-height:100vh}.app-loading{background:rgb(var(--background));justify-content:center;align-items:center;min-height:100vh;display:flex}@keyframes fadeIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}#subapp-viewport>div{animation:.2s ease-in-out fadeIn}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-outline-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}
