:root{color-scheme:dark;--ch-primary: #62f3ff;--ch-primary-strong: #18d7e5;--ch-secondary: #ff4dce;--ch-accent: #00ffb2;--ch-success: #2ef7a3;--ch-warning: #ffb95c;--ch-danger: #ff5a7a;--ch-info: #62f3ff;--ch-bg: #03060d;--ch-canvas: #02040a;--ch-elevated: #08101e;--ch-panel: rgba(11, 23, 42, .78);--ch-panel-sheen: linear-gradient(180deg, rgba(255, 255, 255, .055), rgba(255, 255, 255, .012));--ch-surface: rgba(255, 255, 255, .045);--ch-surface-soft: rgba(8, 18, 33, .6);--ch-surface-hover: rgba(255, 255, 255, .07);--ch-surface-active: rgba(98, 243, 255, .1);--ch-border: rgba(150, 200, 230, .13);--ch-border-strong: rgba(150, 210, 235, .2);--ch-hairline: rgba(150, 200, 230, .1);--ch-text: #f4fbff;--ch-text-secondary: rgba(226, 242, 255, .76);--ch-text-tertiary: rgba(180, 206, 227, .52);--ch-space-1: 4px;--ch-space-2: 8px;--ch-space-3: 12px;--ch-space-4: 16px;--ch-space-5: 20px;--ch-space-6: 24px;--ch-space-7: 32px;--ch-space-8: 40px;--ch-radius-pill: 999px;--ch-radius-control: 14px;--ch-radius-card: 20px;--ch-radius-panel: 26px;--ch-radius-xl: 30px;--ch-text-xs: .76rem;--ch-text-sm: .86rem;--ch-text-base: .95rem;--ch-text-md: 1.05rem;--ch-text-lg: 1.22rem;--ch-text-xl: 1.5rem;--ch-text-2xl: 1.9rem;--ch-text-3xl: clamp(2rem, 3.2vw, 2.8rem);--ch-shadow-sm: 0 2px 8px rgba(0, 0, 0, .22), 0 8px 20px -12px rgba(0, 0, 0, .34);--ch-shadow-md: 0 6px 20px rgba(0, 0, 0, .26), 0 18px 44px -20px rgba(2, 12, 24, .6);--ch-shadow-lg: 0 12px 36px rgba(0, 0, 0, .3), 0 32px 80px -28px rgba(2, 12, 24, .72);--ch-shadow: var(--ch-shadow-lg);--ch-glow-primary: 0 18px 40px -18px rgba(24, 215, 229, .55);--ch-inner-top: inset 0 1px 0 rgba(255, 255, 255, .06);--ch-ring: 0 0 0 3px rgba(98, 243, 255, .26);--ch-ease: cubic-bezier(.22, 1, .36, 1);--ch-ease-spring: cubic-bezier(.34, 1.56, .64, 1);--ch-blur: 22px}body[data-theme=light]{color-scheme:light;--ch-bg: #eaf3fb;--ch-canvas: #f5f9fd;--ch-elevated: #ffffff;--ch-panel: rgba(255, 255, 255, .82);--ch-panel-sheen: linear-gradient(180deg, rgba(255, 255, 255, .6), rgba(255, 255, 255, .15));--ch-surface: rgba(20, 58, 84, .05);--ch-surface-soft: rgba(255, 255, 255, .72);--ch-surface-hover: rgba(20, 58, 84, .09);--ch-surface-active: rgba(24, 175, 196, .12);--ch-border: rgba(64, 116, 146, .18);--ch-border-strong: rgba(64, 116, 146, .3);--ch-hairline: rgba(64, 116, 146, .14);--ch-primary: #62f3ff;--ch-primary-strong: #0fb8c8;--ch-info: #0fb8c8;--ch-text: #0f2033;--ch-text-secondary: rgba(15, 32, 51, .72);--ch-text-tertiary: rgba(15, 32, 51, .48);--ch-shadow-sm: 0 2px 8px rgba(40, 84, 110, .08), 0 8px 20px -14px rgba(40, 84, 110, .16);--ch-shadow-md: 0 8px 24px -8px rgba(40, 84, 110, .16), 0 20px 48px -28px rgba(40, 84, 110, .22);--ch-shadow-lg: 0 14px 40px -12px rgba(40, 84, 110, .18), 0 32px 72px -34px rgba(40, 84, 110, .26);--ch-glow-primary: 0 18px 38px -18px rgba(15, 184, 200, .42);--ch-inner-top: inset 0 1px 0 rgba(255, 255, 255, .7)}*{box-sizing:border-box}html,body,#root{min-height:100%}html{scroll-behavior:smooth;background:radial-gradient(circle at top left,rgba(98,243,255,.1),transparent 30%),radial-gradient(circle at top right,rgba(255,77,206,.1),transparent 26%),var(--ch-canvas)}body{margin:0;font-family:Avenir Next,SF Pro Display,Segoe UI Variable,Segoe UI,system-ui,-apple-system,BlinkMacSystemFont,Helvetica Neue,sans-serif;font-feature-settings:"kern","liga","calt","ss01";background:transparent;color:var(--ch-text);text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}a{color:inherit}button,input,textarea,select{font:inherit}:focus-visible{outline:none;box-shadow:var(--ch-ring);border-radius:12px;transition:box-shadow .18s var(--ch-ease)}::selection{background:#62f3ff40}*{scrollbar-width:thin;scrollbar-color:var(--ch-border-strong) transparent}*::-webkit-scrollbar{width:10px;height:10px}*::-webkit-scrollbar-thumb{background:var(--ch-border-strong);border:3px solid transparent;border-radius:999px;background-clip:content-box}*::-webkit-scrollbar-thumb:hover{background:var(--ch-primary-strong);background-clip:content-box}@keyframes ch-fade-up{0%{opacity:0;transform:translate3d(0,14px,0)}to{opacity:1;transform:translateZ(0)}}@keyframes ch-fade-in{0%{opacity:0}to{opacity:1}}@keyframes ch-orb-drift{0%,to{transform:translateZ(0) scale(1)}50%{transform:translate3d(2%,-1.5%,0) scale(1.04)}}@keyframes ch-pulse-dot{0%,to{box-shadow:0 0 #00ffb273}60%{box-shadow:0 0 0 10px #00ffb200}}@keyframes ch-shimmer{0%{background-position:-180% 0}to{background-position:180% 0}}.ch-route-fallback{min-height:100dvh;background:var(--ch-canvas)}.ch-app-shell,.ch-auth-page{position:relative;width:100%;min-height:100dvh;overflow-x:clip;background:radial-gradient(circle at top left,rgba(98,243,255,.1),transparent 30%),radial-gradient(circle at top right,rgba(255,77,206,.1),transparent 28%),linear-gradient(180deg,rgba(7,22,38,.92) 0%,transparent 36%),linear-gradient(145deg,var(--ch-bg) 0%,var(--ch-canvas) 100%)}.ch-ambient{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;pointer-events:none}.ch-ambient__orb{position:absolute;border-radius:999px;filter:blur(26px);opacity:.55;will-change:transform;animation:ch-orb-drift 18s ease-in-out infinite}.ch-ambient__orb--primary{top:-8%;left:-10%;width:32rem;height:32rem;background:radial-gradient(circle,rgba(98,243,255,.2) 0%,transparent 68%)}.ch-ambient__orb--secondary{top:10%;right:-8%;width:28rem;height:28rem;background:radial-gradient(circle,rgba(255,77,206,.15) 0%,transparent 70%);animation-duration:22s;animation-direction:reverse}.ch-ambient__orb--accent{bottom:-14%;left:24%;width:34rem;height:34rem;background:radial-gradient(circle,rgba(0,255,178,.11) 0%,transparent 74%);animation-duration:26s;animation-delay:-8s}.ch-ambient__grid,.ch-ambient__noise{position:absolute;top:0;right:0;bottom:0;left:0}.ch-ambient__grid{background-image:linear-gradient(rgba(120,216,255,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(120,216,255,.045) 1px,transparent 1px);background-size:96px 96px;-webkit-mask-image:linear-gradient(180deg,rgba(0,0,0,.6),transparent 80%);mask-image:linear-gradient(180deg,rgba(0,0,0,.6),transparent 80%)}.ch-ambient__noise{opacity:.045;background-image:radial-gradient(circle at 20% 20%,rgba(255,255,255,.8) 0 1px,transparent 1.4px),radial-gradient(circle at 80% 30%,rgba(255,255,255,.7) 0 1px,transparent 1.4px),radial-gradient(circle at 35% 65%,rgba(255,255,255,.8) 0 1px,transparent 1.4px),radial-gradient(circle at 70% 80%,rgba(255,255,255,.7) 0 1px,transparent 1.4px);background-size:220px 220px}.ch-shell{position:relative;z-index:1;display:grid;width:100%;grid-template-columns:272px minmax(0,1fr);gap:var(--ch-space-5);min-height:100vh;padding:var(--ch-space-5)}.ch-sidebar,.ch-topbar,.ch-hero-panel,.ch-content-panel,.ch-auth-shell__panel,.ch-auth-shell__hero,.ch-auth-shell__feature,.ch-auth-shell__signal{backdrop-filter:blur(var(--ch-blur));-webkit-backdrop-filter:blur(var(--ch-blur));background:var(--ch-panel-sheen),var(--ch-panel);border:1px solid var(--ch-border-strong);box-shadow:var(--ch-shadow),var(--ch-inner-top)}.ch-sidebar{display:flex;flex-direction:column;gap:var(--ch-space-5);min-height:calc(100vh - 40px);padding:var(--ch-space-5) var(--ch-space-4);border-radius:var(--ch-radius-panel)}.ch-sidebar--drawer{min-height:auto;padding:0;border:0;box-shadow:none;background:transparent;backdrop-filter:none;-webkit-backdrop-filter:none}.ch-brand{display:flex;align-items:center;gap:var(--ch-space-4)}.ch-brand__mark{display:grid;place-items:center;width:52px;height:52px;border-radius:16px;color:#001018;font-size:1rem;font-weight:800;letter-spacing:.08em;background:linear-gradient(135deg,#62f3ff,#18d7e5b8),#62f3ff2e;box-shadow:0 0 0 1px #ffffff24,var(--ch-glow-primary);transition:transform .32s var(--ch-ease-spring),box-shadow .32s var(--ch-ease)}.ch-brand:hover .ch-brand__mark{transform:rotate(-4deg) scale(1.04);box-shadow:0 0 0 1px #fff3,0 24px 48px -16px #18d7e566}.ch-brand__copy{display:flex;flex-direction:column;gap:4px;min-width:0}.ch-brand__copy strong{color:var(--ch-text);font-size:.98rem;font-weight:800;line-height:1.15}.ch-brand__copy span:last-child{color:var(--ch-text-secondary);font-size:.86rem}.ch-eyebrow{color:var(--ch-primary);font-size:.72rem;font-weight:700;letter-spacing:.22em;text-transform:uppercase}body[data-theme=light] .ch-eyebrow{color:var(--ch-primary-strong)}.ch-menu.ant-menu{background:transparent;border-inline-end:0;font-size:.96rem}.ch-menu.ant-menu .ant-menu-item{position:relative;display:flex;align-items:center;gap:14px;height:auto;min-height:52px;margin:0 0 8px;padding-top:13px;padding-bottom:13px;border-radius:var(--ch-radius-control);transition:background .22s var(--ch-ease),color .22s var(--ch-ease),transform .22s var(--ch-ease)}.ch-menu.ant-menu .ant-menu-item:hover{transform:translate3d(2px,0,0)}.ch-menu.ant-menu .ant-menu-item-selected{background:linear-gradient(135deg,#62f3ff29,#62f3ff08)!important;box-shadow:inset 0 0 0 1px #62f3ff38}.ch-menu.ant-menu .ant-menu-item-selected:before{content:"";position:absolute;left:4px;top:50%;transform:translateY(-50%);width:3px;height:22px;border-radius:999px;background:linear-gradient(180deg,var(--ch-primary),var(--ch-primary-strong));box-shadow:0 0 12px #62f3ff99}.ch-menu.ant-menu .ant-menu-item-selected .anticon{color:var(--ch-primary)}.ch-sidebar__footer{display:flex;flex-direction:column;gap:var(--ch-space-3);margin-top:auto;padding:var(--ch-space-4);border-radius:var(--ch-radius-card);background:var(--ch-surface-soft);border:1px solid var(--ch-border)}.ch-sidebar__footer p{margin:0;color:var(--ch-text-secondary);line-height:1.55;font-size:.88rem}.ch-account{display:flex;align-items:center;gap:var(--ch-space-3);padding:var(--ch-space-3);border-radius:var(--ch-radius-card);background:var(--ch-surface-soft);border:1px solid var(--ch-border)}.ch-account__avatar{display:grid;place-items:center;width:42px;height:42px;flex:0 0 42px;border-radius:13px;font-weight:800;color:#001018;background:linear-gradient(135deg,#62f3ffe6,#ff4dce8c)}.ch-account__meta{display:flex;flex-direction:column;gap:2px;min-width:0}.ch-account__name{color:var(--ch-text);font-weight:700;font-size:.92rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ch-account__role{color:var(--ch-text-tertiary);font-size:.74rem;letter-spacing:.14em;text-transform:uppercase}.ch-main{display:flex;flex-direction:column;gap:var(--ch-space-5);min-width:0}.ch-topbar{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--ch-space-5);padding:var(--ch-space-5) var(--ch-space-6);border-radius:var(--ch-radius-xl)}.ch-topbar__main,.ch-topbar__actions{display:flex;align-items:center;gap:var(--ch-space-4)}.ch-topbar__main{min-width:0}.ch-topbar__copy h1,.ch-hero-panel__copy h2,.ch-auth-shell__copy h1,.ch-auth-shell__form-copy h2{margin:0;color:var(--ch-text);font-size:clamp(1.55rem,2.4vw,2.3rem);line-height:1.05;font-weight:800;letter-spacing:-.02em;text-wrap:balance}.ch-topbar__copy p,.ch-hero-panel__copy p,.ch-auth-shell__copy p,.ch-auth-shell__form-copy p,.ch-auth-shell__feature p{margin:8px 0 0;max-width:62ch;color:var(--ch-text-secondary);line-height:1.65;text-wrap:pretty}.ch-hero-panel__secondary{color:var(--ch-text);font-weight:600}.ch-chip{display:inline-flex;align-items:center;gap:10px;min-height:44px;padding:0 16px;border-radius:var(--ch-radius-pill);color:var(--ch-text);background:var(--ch-surface-soft);border:1px solid var(--ch-border);font-size:.86rem}.ch-chip__dot{width:10px;height:10px;border-radius:999px;background:var(--ch-accent);box-shadow:0 0 0 6px #00ffb224;animation:ch-pulse-dot 2.4s var(--ch-ease) infinite}.ch-icon-button.ant-btn,.ch-ghost-button.ant-btn{color:var(--ch-text)}.ch-hero-panel{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(300px,.85fr);gap:var(--ch-space-6);padding:var(--ch-space-7);border-radius:var(--ch-radius-xl);animation:ch-fade-up .6s var(--ch-ease) both}.ch-hero-panel--compact{gap:var(--ch-space-4);padding:var(--ch-space-5);align-items:center}.ch-hero-panel__copy{display:flex;flex-direction:column;gap:var(--ch-space-2);min-width:0}.ch-hero-panel__copy h2{max-width:18ch}.ch-hero-panel--compact .ch-hero-panel__copy h2{font-size:clamp(1.2rem,1.7vw,1.7rem)}.ch-hero-panel__summary{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}.ch-hero-panel__secondary{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;font-size:.96rem}.ch-signal-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--ch-space-3);min-width:0;align-content:start}.ch-signal-card{position:relative;overflow:hidden;padding:var(--ch-space-4);border-radius:var(--ch-radius-card);border:1px solid var(--ch-border);background:var(--ch-surface-soft);transition:transform .32s var(--ch-ease),border-color .32s var(--ch-ease),box-shadow .32s var(--ch-ease)}.ch-signal-card span{display:block;color:var(--ch-text-tertiary);font-size:.85rem}.ch-signal-card strong{display:block;margin-top:10px;color:var(--ch-text);font-size:1.1rem;font-weight:800;letter-spacing:-.01em}.ch-command-rail{display:grid;grid-template-columns:1fr;gap:var(--ch-space-3);align-content:start;min-width:0}.ch-command-tile{display:flex;align-items:center;justify-content:space-between;gap:var(--ch-space-3);padding:var(--ch-space-3) var(--ch-space-4);border-radius:var(--ch-radius-card);border:1px solid var(--ch-border);background:var(--ch-surface-soft);color:var(--ch-text);text-align:left;cursor:pointer;transition:transform .28s var(--ch-ease),border-color .28s var(--ch-ease),background .28s var(--ch-ease),box-shadow .28s var(--ch-ease);animation:ch-fade-up .5s var(--ch-ease) both;will-change:transform}.ch-command-rail>.ch-command-tile:nth-child(1){animation-delay:.06s}.ch-command-rail>.ch-command-tile:nth-child(2){animation-delay:.12s}.ch-command-rail>.ch-command-tile:nth-child(3){animation-delay:.18s}.ch-command-tile:hover{transform:translate3d(0,-2px,0);border-color:#62f3ff52;background:var(--ch-surface-hover);box-shadow:var(--ch-shadow-md)}.ch-command-tile__copy{display:flex;flex-direction:column;gap:3px;min-width:0}.ch-command-tile__kicker{color:var(--ch-text-tertiary);font-size:.72rem;letter-spacing:.16em;text-transform:uppercase}.ch-command-tile__label{color:var(--ch-text);font-weight:700;font-size:.98rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ch-command-tile__arrow{flex:0 0 auto;display:grid;place-items:center;width:34px;height:34px;border-radius:11px;color:var(--ch-primary);background:var(--ch-surface-active);border:1px solid rgba(98,243,255,.22);transition:transform .28s var(--ch-ease-spring)}.ch-command-tile:hover .ch-command-tile__arrow{transform:translate3d(3px,0,0)}.ch-command-tile--primary{background:linear-gradient(135deg,#62f3ff29,#62f3ff08),var(--ch-surface-soft);border-color:#62f3ff42}.ch-command-links{display:flex;flex-wrap:wrap;gap:var(--ch-space-3);margin-top:var(--ch-space-5)}.ch-content-panel{min-width:0;padding:var(--ch-space-6);border-radius:var(--ch-radius-xl)}.ch-page{display:flex;flex-direction:column;gap:var(--ch-space-6)}.ch-section__head{display:flex;align-items:flex-end;justify-content:space-between;gap:var(--ch-space-5);flex-wrap:wrap}.ch-section__head>div:first-child{display:flex;flex-direction:column;gap:6px;min-width:0}.ch-section__actions{display:flex;align-items:center;gap:var(--ch-space-3);flex-wrap:wrap}.ch-section-title{margin:0;color:var(--ch-text);font-size:var(--ch-text-2xl);font-weight:800;letter-spacing:-.02em;line-height:1.1}.ch-subtitle{margin:0;max-width:70ch;color:var(--ch-text-secondary);line-height:1.6}.ch-toolbar,.ch-filter-bar{display:flex;align-items:center;gap:var(--ch-space-3);flex-wrap:wrap}.ch-filter-bar{justify-content:flex-start}.ch-toolbar--between{justify-content:space-between}.ch-filter-bar__spacer{flex:1 1 auto}.ch-stat-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:var(--ch-space-4)}.ch-stat{position:relative;overflow:hidden;display:flex;flex-direction:column;gap:6px;padding:var(--ch-space-5);border-radius:var(--ch-radius-card);border:1px solid var(--ch-border);background:var(--ch-surface-soft);box-shadow:var(--ch-inner-top);transition:transform .3s var(--ch-ease),border-color .3s var(--ch-ease),box-shadow .3s var(--ch-ease);animation:ch-fade-up .5s var(--ch-ease) both;will-change:transform}.ch-stat:hover{transform:translate3d(0,-2px,0);border-color:var(--ch-border-strong);box-shadow:var(--ch-shadow-md)}.ch-stat:after{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:var(--ch-accent-color, var(--ch-primary));opacity:.9}.ch-stat__head{display:flex;align-items:center;gap:10px}.ch-stat__icon{display:grid;place-items:center;width:36px;height:36px;border-radius:11px;color:var(--ch-accent-color, var(--ch-primary));background:color-mix(in srgb,var(--ch-accent-color, var(--ch-primary)) 14%,transparent);border:1px solid color-mix(in srgb,var(--ch-accent-color, var(--ch-primary)) 26%,transparent);font-size:1.05rem}.ch-stat__label{color:var(--ch-text-tertiary);font-size:.85rem;letter-spacing:.02em}.ch-stat__value{color:var(--ch-text);font-size:var(--ch-text-2xl);font-weight:800;letter-spacing:-.02em;font-variant-numeric:tabular-nums;line-height:1.1}.ch-stat__hint{color:var(--ch-text-secondary);font-size:.84rem}.ch-stat--primary{--ch-accent-color: var(--ch-primary)}.ch-stat--secondary{--ch-accent-color: var(--ch-secondary)}.ch-stat--accent{--ch-accent-color: var(--ch-accent)}.ch-stat--success{--ch-accent-color: var(--ch-success)}.ch-stat--warning{--ch-accent-color: var(--ch-warning)}.ch-stat--danger{--ch-accent-color: var(--ch-danger)}.ch-stat--neutral{--ch-accent-color: var(--ch-text-tertiary)}.ch-data-card{padding:var(--ch-space-5);border-radius:var(--ch-radius-card);border:1px solid var(--ch-border);background:var(--ch-surface-soft);box-shadow:var(--ch-inner-top)}.ch-status{display:inline-flex;align-items:center;gap:7px;height:26px;padding:0 12px;border-radius:var(--ch-radius-pill);font-size:.78rem;font-weight:700;letter-spacing:.02em;color:var(--ch-status-color, var(--ch-text));background:color-mix(in srgb,var(--ch-status-color, var(--ch-primary)) 14%,transparent);border:1px solid color-mix(in srgb,var(--ch-status-color, var(--ch-primary)) 30%,transparent)}.ch-status:before{content:"";width:7px;height:7px;border-radius:999px;background:var(--ch-status-color, var(--ch-primary))}.ch-status--success{--ch-status-color: var(--ch-success)}.ch-status--warning{--ch-status-color: var(--ch-warning)}.ch-status--danger{--ch-status-color: var(--ch-danger)}.ch-status--info{--ch-status-color: var(--ch-info)}.ch-status--accent{--ch-status-color: var(--ch-accent)}.ch-status--secondary{--ch-status-color: var(--ch-secondary)}.ch-status--neutral{--ch-status-color: var(--ch-text-tertiary);color:var(--ch-text-secondary)}.ant-tag[style*="62F3FF" i],.ant-tag[style*="98, 243, 255"],.ant-tag[style*="2EF7A3" i],.ant-tag[style*="46, 247, 163"],.ant-tag[style*=FF4DCE i],.ant-tag[style*="255, 77, 206"]{color:#06101c!important;font-weight:600;border-color:transparent!important}.ant-tag[style*="62F3FF" i] .anticon,.ant-tag[style*="98, 243, 255"] .anticon,.ant-tag[style*="2EF7A3" i] .anticon,.ant-tag[style*="46, 247, 163"] .anticon,.ant-tag[style*=FF4DCE i] .anticon,.ant-tag[style*="255, 77, 206"] .anticon{color:#06101c!important}.ch-meta{display:grid;gap:var(--ch-space-3)}.ch-meta__item{display:flex;align-items:baseline;justify-content:space-between;gap:var(--ch-space-4);padding-bottom:var(--ch-space-3);border-bottom:1px solid var(--ch-hairline)}.ch-meta__item:last-child{border-bottom:0;padding-bottom:0}.ch-meta__label{color:var(--ch-text-tertiary);font-size:.86rem}.ch-meta__value{color:var(--ch-text);font-weight:600;text-align:right}.ch-divider{height:1px;border:0;margin:var(--ch-space-2) 0;background:var(--ch-hairline)}.ch-empty{display:flex;flex-direction:column;align-items:center;gap:var(--ch-space-3);padding:var(--ch-space-8) var(--ch-space-6);text-align:center}.ch-empty__icon{display:grid;place-items:center;width:64px;height:64px;border-radius:20px;font-size:1.7rem;color:var(--ch-primary);background:var(--ch-surface-active);border:1px solid rgba(98,243,255,.2)}.ch-empty__title{color:var(--ch-text);font-size:1.05rem;font-weight:700}.ch-empty__hint{color:var(--ch-text-secondary);max-width:42ch;line-height:1.6}.ch-skeleton{border-radius:var(--ch-radius-card);background:linear-gradient(90deg,#ffffff08 25%,#ffffff14 37%,#ffffff08 63%);background-size:280% 100%;animation:ch-shimmer 1.4s linear infinite}.ch-skeleton--text{height:12px;border-radius:6px}.ch-skeleton--row{height:56px;margin-bottom:var(--ch-space-3)}.ch-skeleton--tile{height:108px}.ch-kbd{display:inline-flex;align-items:center;height:22px;padding:0 7px;border-radius:7px;font-size:.74rem;font-family:JetBrains Mono,monospace;color:var(--ch-text-secondary);background:var(--ch-surface);border:1px solid var(--ch-border);box-shadow:0 1px 0 var(--ch-border-strong)}.ch-content-panel .ant-card,.ch-content-panel .ant-table-wrapper,.ch-content-panel .ant-empty,.ch-content-panel .ant-statistic,.ch-content-panel .ant-list,.ch-content-panel .ant-descriptions,.ch-content-panel .ant-tabs-nav,.ch-content-panel .ant-form-item-control-input-content>.ant-input,.ch-content-panel .ant-form-item-control-input-content>.ant-input-affix-wrapper,.ch-content-panel .ant-select-selector,.ch-content-panel .ant-picker,.ch-content-panel .ant-alert,.ch-content-panel .ant-segmented{border-radius:var(--ch-radius-card)}.ch-content-panel .ant-card,.ch-content-panel .ant-table-container,.ch-content-panel .ant-list,.ch-content-panel .ant-descriptions,.ch-content-panel .ant-alert,.ch-content-panel .ant-segmented{background:var(--ch-surface-soft);border:1px solid var(--ch-border)}.ch-content-panel .ant-card{box-shadow:var(--ch-inner-top)}.ch-content-panel .ant-card-head{border-bottom-color:var(--ch-hairline)}.ch-content-panel .ant-table-wrapper .ant-table{background:transparent}.ch-content-panel .ant-table-wrapper .ant-table-thead>tr>th{font-size:.76rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:var(--ch-text-secondary)}.ch-content-panel .ant-table-tbody>tr>td{border-bottom-color:var(--ch-hairline)}.ch-content-panel .ant-table-cell-row-hover{background:var(--ch-surface-hover)!important}.ch-content-panel .ant-statistic-content,.ch-content-panel .ant-statistic-content-value{color:var(--ch-text);font-variant-numeric:tabular-nums}.ch-content-panel .ant-statistic-title{color:var(--ch-text-tertiary)}.ch-content-panel .ant-segmented{padding:4px;background:var(--ch-surface-soft)}.ch-content-panel .ant-segmented .ant-segmented-item-selected{background:var(--ch-surface-active);color:var(--ch-text)}.ch-content-panel .ant-input-affix-wrapper,.ch-content-panel .ant-input,.ch-content-panel .ant-select-selector,.ch-content-panel .ant-picker,.ch-auth-form .ant-input-affix-wrapper,.ch-auth-form .ant-input{min-height:48px;background:var(--ch-surface-soft);border-color:var(--ch-border-strong);color:var(--ch-text);transition:border-color .2s var(--ch-ease),box-shadow .2s var(--ch-ease),background .2s var(--ch-ease)}.ch-content-panel .ant-input-affix-wrapper-focused,.ch-content-panel .ant-input:focus,.ch-content-panel .ant-select-focused .ant-select-selector,.ch-auth-form .ant-input-affix-wrapper-focused,.ch-auth-form .ant-input:focus{border-color:#62f3ff8c;box-shadow:0 0 0 3px #62f3ff29}.ch-content-panel .ant-btn,.ch-auth-form .ant-btn,.ch-hero-panel .ant-btn,.ch-sidebar .ant-btn,.ch-topbar .ant-btn{transition:transform .18s var(--ch-ease),box-shadow .18s var(--ch-ease),background .18s var(--ch-ease),border-color .18s var(--ch-ease),color .18s var(--ch-ease);will-change:transform}.ch-content-panel .ant-btn:hover,.ch-auth-form .ant-btn:hover,.ch-hero-panel .ant-btn:hover{transform:translate3d(0,-1px,0)}.ch-content-panel .ant-btn:active,.ch-auth-form .ant-btn:active,.ch-hero-panel .ant-btn:active,.ch-sidebar .ant-btn:active,.ch-topbar .ant-btn:active{transform:translateZ(0) scale(.98)}.ch-content-panel .ant-btn-primary,.ch-auth-form .ant-btn-primary,.ch-hero-panel .ant-btn-primary{color:#001018;font-weight:700;background:linear-gradient(135deg,var(--ch-primary),var(--ch-primary-strong));border:0;box-shadow:var(--ch-glow-primary)}.ch-content-panel .ant-btn-primary:hover,.ch-auth-form .ant-btn-primary:hover,.ch-hero-panel .ant-btn-primary:hover{box-shadow:0 22px 40px -14px #18d7e599}.ch-content-panel .ant-btn-default,.ch-auth-form .ant-btn-default{background:var(--ch-surface-soft);border-color:var(--ch-border-strong)}.ch-content-panel .ant-btn-default:hover,.ch-auth-form .ant-btn-default:hover,.ch-hero-panel .ant-btn-default:hover{background:var(--ch-surface-hover);border-color:#85ecff66}.ch-content-panel .ant-typography,.ch-auth-page .ant-typography,.ch-content-panel .ant-table-cell,.ch-content-panel .ant-form-item-label>label,.ch-content-panel .ant-descriptions-item-label{color:var(--ch-text)}.ch-content-panel .ant-table-cell:last-child{white-space:nowrap}.ch-content-panel .ant-form-item-explain-error{color:#ff7b98}.ch-chat-page{display:grid;grid-template-columns:minmax(300px,340px) minmax(0,1fr);gap:var(--ch-space-6);min-height:clamp(460px,60vh,800px)}.ch-chat-sidebar,.ch-chat-window,.ch-chat-room{min-width:0;border-radius:var(--ch-radius-xl);border:1px solid var(--ch-border);background:var(--ch-surface-soft)}.ch-chat-sidebar,.ch-chat-room{box-shadow:var(--ch-inner-top)}.ch-chat-sidebar{display:flex;flex-direction:column;gap:14px;overflow:hidden}.ch-chat-sidebar__top{display:flex;flex-direction:column;gap:14px;padding:20px 20px 0}.ch-chat-sidebar__header,.ch-chat-sidebar__status,.ch-chat-room__header,.ch-chat-room__composer{padding:18px 20px}.ch-chat-sidebar__header,.ch-chat-room__header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.ch-chat-sidebar__status{display:flex;flex-direction:column;gap:8px;padding:14px 16px;border-radius:var(--ch-radius-control);background:var(--ch-surface);border:1px solid var(--ch-border)}.ch-chat-sidebar__status .ant-typography{color:var(--ch-text-secondary)}.ch-chat-sidebar__hint{padding:0 2px 2px}.ch-chat-sidebar__hint .ch-eyebrow{display:inline-block;margin-bottom:8px}.ch-chat-sidebar__hint .ant-typography,.ch-chat-sidebar__hint{color:var(--ch-text-secondary);font-size:.9rem;line-height:1.55}.ch-chat-list{flex:1;overflow:auto;padding:0 0 10px}.ch-chat-list .ant-spin-nested-loading,.ch-chat-list .ant-spin-container,.ch-chat-list .ant-list-items{height:100%}.ch-chat-list .ant-list-item{padding:0;border-block-end-color:var(--ch-border)}.ch-chat-list__item{width:100%;padding:14px 18px;cursor:pointer;transition:background .2s ease,border-color .2s ease,transform .2s ease;border-radius:var(--ch-radius-control);margin:0 12px;border:1px solid transparent}.ch-chat-list__item:hover{background:var(--ch-surface);border-color:#62f3ff29;transform:translateY(-1px)}.ch-chat-list__item--active{background:linear-gradient(135deg,rgba(98,243,255,.12),transparent 72%),var(--ch-surface);border-color:#62f3ff33}.ch-chat-list__item .ant-list-item-meta-title,.ch-chat-list__item .ant-list-item-meta-description,.ch-chat-list__item .ant-typography{color:var(--ch-text)}.ch-chat-list__item .ant-list-item-meta{align-items:center}.ch-chat-list__item .ant-list-item-meta-content{min-width:0}.ch-chat-list__item .ant-avatar{background:linear-gradient(135deg,#62f3ff52,#ff4dce38);color:var(--ch-text)}.ch-chat-list__meta{display:flex;flex-direction:column;gap:4px;min-width:0}.ch-chat-list__title{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.96rem}.ch-chat-list__time{font-size:.76rem;letter-spacing:.02em}.ch-chat-window{overflow:hidden}.ch-chat-room{display:flex;flex-direction:column;min-height:100%;background:radial-gradient(circle at top right,rgba(98,243,255,.06),transparent 32%),linear-gradient(180deg,#081322d1,#050c18f0)}.ch-chat-room__title{display:flex;flex-direction:column;gap:6px;min-width:0}.ch-chat-room__title-text{display:block;font-size:1.02rem;line-height:1.25}.ch-chat-room__subtitle{max-width:52ch;font-size:.9rem;line-height:1.5}.ch-chat-room__header{border-bottom:1px solid var(--ch-border)}.ch-chat-room__toolbar{display:flex;align-items:center;gap:10px;flex-wrap:wrap;justify-content:flex-end}.ch-chat-room__load-more.ant-btn{height:36px;border-radius:999px}.ch-chat-room__messages{flex:1;min-height:0;max-height:62vh;overflow:auto;padding:24px 22px 28px}.ch-chat-room__composer{padding-top:16px;border-top:1px solid var(--ch-border);background:linear-gradient(180deg,#07111f00,#07111f9e)}.ch-chat-room__action.ant-btn,.ch-chat-room__composer .ant-btn-default{background:var(--ch-surface-soft);border-color:var(--ch-border-strong);color:var(--ch-text)}.ch-chat-room__action.ant-btn{width:44px;height:44px;box-shadow:var(--ch-inner-top)}.ch-chat-empty{display:grid;place-items:center;min-height:100%}.ch-chat-message{display:flex;flex-direction:column;align-items:flex-start;gap:8px;margin-bottom:18px;animation:ch-fade-up .36s var(--ch-ease) both}.ch-chat-message--own{align-items:flex-end}.ch-chat-message__meta{display:inline-flex;align-items:center;gap:8px;padding-inline:4px}.ch-chat-message__author{font-size:.78rem;letter-spacing:.01em}.ch-chat-message__time{font-size:.72rem}.ch-chat-bubble{max-width:min(72%,760px);padding:14px 16px;border-radius:20px 20px 20px 8px;background:linear-gradient(180deg,#ffffff0f,#ffffff08),#ffffff0a;border:1px solid var(--ch-border);box-shadow:var(--ch-shadow-sm)}.ch-chat-bubble--own{border-radius:20px 20px 8px;background:linear-gradient(135deg,#62f3ff38,#18d7e51a),#ffffff0d;border-color:#62f3ff38}.ch-chat-bubble .ant-typography{color:var(--ch-text);white-space:pre-wrap}.ch-chat-bubble__text.ant-typography{display:block;margin:0;line-height:1.6;overflow-wrap:anywhere;word-break:break-word}.ch-chat-room__composer-shell{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:end;gap:12px;padding:10px 12px;border-radius:var(--ch-radius-card);background:#060f1cc7;border:1px solid var(--ch-border);box-shadow:var(--ch-inner-top)}.ch-chat-room__composer-shell .ant-dropdown-trigger.ant-btn,.ch-chat-room__composer-shell .ant-btn-default{width:44px;min-width:44px;height:44px;border-radius:14px}.ch-chat-room__composer-input.ant-input,.ch-chat-room__composer-input.ant-input-textarea textarea{background:transparent;border:0;box-shadow:none;color:var(--ch-text);resize:none}.ch-chat-room__composer-input.ant-input-textarea textarea{min-height:44px!important;padding:11px 2px 9px;line-height:1.5}.ch-chat-room__composer-input.ant-input-textarea textarea::placeholder{color:var(--ch-text-tertiary)}.ch-chat-room__composer-shell .ant-input-textarea-affix-wrapper,.ch-chat-room__composer-shell .ant-input-textarea-show-count:after{display:none}.ch-chat-room__send.ant-btn{width:48px;min-width:48px;height:48px;border-radius:16px;box-shadow:0 12px 24px #18d7e53d;transition:transform .18s var(--ch-ease-spring),box-shadow .18s var(--ch-ease)}.ch-chat-room__send.ant-btn:hover{transform:translate3d(0,-1px,0) scale(1.04);box-shadow:0 18px 32px #18d7e557}.ch-chat-room__send.ant-btn:active{transform:scale(.96)}.ch-auth-page{display:flex;align-items:stretch;justify-content:center;padding:var(--ch-space-7)}.ch-auth-shell{position:relative;z-index:1;display:grid;grid-template-columns:minmax(320px,1.05fr) minmax(360px,.95fr);gap:var(--ch-space-6);width:min(1180px,100%);margin:auto}.ch-auth-shell__hero,.ch-auth-shell__panel{animation:ch-fade-up .6s var(--ch-ease) both}.ch-auth-shell__panel{animation-delay:.08s}.ch-auth-shell__hero,.ch-auth-shell__panel{border-radius:var(--ch-radius-xl);padding:var(--ch-space-7)}.ch-auth-shell__hero{display:flex;flex-direction:column;gap:var(--ch-space-6)}.ch-auth-shell__copy{display:flex;flex-direction:column;gap:10px}.ch-auth-shell__signals{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.ch-auth-shell__signal{padding:var(--ch-space-4);border-radius:var(--ch-radius-card);background:var(--ch-surface-soft);border:1px solid var(--ch-border);transition:transform .32s var(--ch-ease),border-color .32s var(--ch-ease);animation:ch-fade-up .55s var(--ch-ease) both}.ch-auth-shell__signals>.ch-auth-shell__signal:nth-child(1){animation-delay:.04s}.ch-auth-shell__signals>.ch-auth-shell__signal:nth-child(2){animation-delay:.1s}.ch-auth-shell__signals>.ch-auth-shell__signal:nth-child(3){animation-delay:.16s}.ch-auth-shell__signal:hover{transform:translate3d(0,-2px,0);border-color:var(--ch-border-strong)}.ch-auth-shell__signal span{display:block;color:var(--ch-text-tertiary);font-size:.85rem}.ch-auth-shell__signal strong{display:block;margin-top:10px;color:var(--ch-text);font-size:1.2rem;font-weight:800;letter-spacing:-.01em}.ch-auth-shell__features{display:flex;flex-direction:column;gap:14px}.ch-auth-shell__feature{display:flex;gap:16px;align-items:flex-start;padding:var(--ch-space-4);border-radius:var(--ch-radius-card);background:var(--ch-surface-soft);border:1px solid var(--ch-border);transition:transform .32s var(--ch-ease),border-color .32s var(--ch-ease),background .32s var(--ch-ease);animation:ch-fade-up .55s var(--ch-ease) both}.ch-auth-shell__features>.ch-auth-shell__feature:nth-child(1){animation-delay:.12s}.ch-auth-shell__features>.ch-auth-shell__feature:nth-child(2){animation-delay:.2s}.ch-auth-shell__features>.ch-auth-shell__feature:nth-child(3){animation-delay:.28s}.ch-auth-shell__feature:hover{transform:translate3d(0,-2px,0);border-color:#62f3ff47;background:var(--ch-surface)}.ch-auth-shell__feature:hover .ch-auth-shell__feature-icon{color:var(--ch-primary);border-color:#62f3ff66;background:#62f3ff1a}.ch-auth-shell__feature-icon{display:grid;place-items:center;flex:0 0 48px;width:48px;height:48px;border-radius:16px;color:var(--ch-text);background:var(--ch-surface);border:1px solid var(--ch-border);font-size:1.25rem;transition:color .32s var(--ch-ease),border-color .32s var(--ch-ease),background .32s var(--ch-ease)}.ch-auth-shell__panel{display:flex;flex-direction:column;justify-content:center;gap:var(--ch-space-6)}.ch-auth-shell__form-copy{display:flex;flex-direction:column;gap:10px}.ch-auth-form .ant-form-item{margin-bottom:18px}.ch-auth-form .ant-form-item-label>label{color:var(--ch-text-secondary);font-weight:600;letter-spacing:.04em}.ch-auth-form__footer{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:10px}.ch-auth-form__hint{color:var(--ch-text-tertiary);line-height:1.5}.ch-public{position:relative;z-index:1;width:min(1140px,100%);margin:0 auto;padding:clamp(40px,7vw,88px) var(--ch-space-6) var(--ch-space-8)}.ch-public__panel{border-radius:var(--ch-radius-xl);border:1px solid var(--ch-border-strong);background:var(--ch-panel-sheen),var(--ch-panel);backdrop-filter:blur(var(--ch-blur));-webkit-backdrop-filter:blur(var(--ch-blur));box-shadow:var(--ch-shadow),var(--ch-inner-top)}.ch-public__nav{display:flex;align-items:center;justify-content:space-between;gap:var(--ch-space-4);flex-wrap:wrap;margin-bottom:var(--ch-space-8)}.ch-public__nav-actions{display:flex;align-items:center;gap:var(--ch-space-2);flex-wrap:wrap}.ch-public__hero{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);gap:var(--ch-space-7);align-items:center;margin-bottom:var(--ch-space-8)}.ch-public__hero-copy{display:flex;flex-direction:column;gap:var(--ch-space-5);min-width:0}.ch-public__headline{margin:0;color:var(--ch-text);font-size:clamp(2.1rem,4.2vw,3.2rem);font-weight:800;line-height:1.04;letter-spacing:-.03em;text-wrap:balance}.ch-public__headline-accent{color:var(--ch-primary-strong)}.ch-public__lead{margin:0;max-width:56ch;color:var(--ch-text-secondary);font-size:1.05rem;line-height:1.7}.ch-public__cta{display:flex;gap:var(--ch-space-3);flex-wrap:wrap}.ch-public__trust{display:flex;align-items:center;gap:var(--ch-space-3);flex-wrap:wrap;margin-top:var(--ch-space-1)}.ch-public__hero-visual{display:flex;flex-direction:column;gap:var(--ch-space-5);padding:var(--ch-space-6)}.ch-public__snapshot-metric{display:flex;align-items:baseline;gap:var(--ch-space-3)}.ch-public__snapshot-metric strong{color:var(--ch-text);font-size:3rem;font-weight:800;letter-spacing:-.03em;font-variant-numeric:tabular-nums;line-height:1}.ch-public__snapshot-metric span{color:var(--ch-text-tertiary);font-size:.86rem;max-width:16ch}.ch-public__snapshot-bars{display:flex;flex-direction:column;gap:var(--ch-space-4)}.ch-public__snapshot-row{display:flex;flex-direction:column;gap:6px}.ch-public__snapshot-head{display:flex;justify-content:space-between;font-size:.86rem}.ch-public__snapshot-head span{color:var(--ch-text-secondary)}.ch-public__snapshot-head strong{color:var(--ch-text);font-variant-numeric:tabular-nums}.ch-public__snapshot-track{height:8px;border-radius:var(--ch-radius-pill);background:var(--ch-surface);overflow:hidden}.ch-public__snapshot-fill{height:100%;border-radius:var(--ch-radius-pill);transition:width .6s var(--ch-ease)}.ch-public__snapshot-tags{display:flex;gap:var(--ch-space-2);flex-wrap:wrap}.ch-public__section{display:flex;flex-direction:column;gap:var(--ch-space-6);margin-bottom:var(--ch-space-8)}.ch-public__bento{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--ch-space-4)}.ch-public__feature{display:flex;flex-direction:column;gap:var(--ch-space-3);padding:var(--ch-space-6);border-radius:var(--ch-radius-card);transition:transform .32s var(--ch-ease),border-color .32s var(--ch-ease)}.ch-public__feature:hover{transform:translate3d(0,-3px,0);border-color:#62f3ff47}.ch-public__feature-icon{display:grid;place-items:center;width:48px;height:48px;border-radius:16px;color:var(--ch-primary);background:var(--ch-surface-active);border:1px solid rgba(98,243,255,.22);font-size:1.4rem}.ch-public__feature-title{color:var(--ch-text);font-size:1.1rem;font-weight:700}.ch-public__plans{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:var(--ch-space-4)}.ch-public__plan{height:100%}.ch-public__doctor-cta{display:flex;align-items:center;justify-content:space-between;gap:var(--ch-space-6);flex-wrap:wrap;padding:var(--ch-space-7);margin-bottom:var(--ch-space-8)}.ch-public__legal{text-align:center;padding-top:var(--ch-space-6);border-top:1px solid var(--ch-hairline)}@media(max-width:900px){.ch-public__hero,.ch-public__bento{grid-template-columns:1fr}.ch-public__doctor-cta{flex-direction:column;align-items:flex-start}}.ch-shell-drawer .ant-drawer-content,.ch-shell-drawer .ant-drawer-header{background:transparent}.ch-shell-drawer .ant-drawer-body{padding:16px}@media(max-width:991px){.ch-shell{grid-template-columns:1fr}}@media(max-width:1023px){.ch-app-shell,.ch-auth-page{padding:var(--ch-space-5)}.ch-topbar,.ch-hero-panel,.ch-content-panel,.ch-auth-shell__hero,.ch-auth-shell__panel{padding:var(--ch-space-5);border-radius:var(--ch-radius-panel)}.ch-hero-panel,.ch-auth-shell{grid-template-columns:1fr;height:auto}.ch-chat-page{grid-template-columns:1fr}}@media(max-width:767px){.ch-shell,.ch-auth-page{padding:var(--ch-space-4)}.ch-topbar{flex-direction:column;align-items:stretch}.ch-topbar__actions,.ch-auth-form__footer{justify-content:space-between}.ch-signal-grid,.ch-auth-shell__signals{grid-template-columns:1fr}.ch-content-panel{padding:var(--ch-space-5)}.ch-section__head{align-items:flex-start}}
