:root{--react-pdf-annotation-layer:1;--annotation-unfocused-field-background:url("data:image/svg+xml;charset=UTF-8,<svg width='1px' height='1px' xmlns='http://www.w3.org/2000/svg'><rect width='100%' height='100%' style='fill:rgba(0, 54, 255, 0.13);'/></svg>");--input-focus-border-color:Highlight;--input-focus-outline:1px solid Canvas;--input-unfocused-border-color:transparent;--input-disabled-border-color:transparent;--input-hover-border-color:black;--link-outline:none}@media screen and (forced-colors:active){:root{--input-focus-border-color:CanvasText;--input-unfocused-border-color:ActiveText;--input-disabled-border-color:GrayText;--input-hover-border-color:Highlight;--link-outline:1.5px solid LinkText}.annotationLayer .textWidgetAnnotation :is(input,textarea):required,.annotationLayer .choiceWidgetAnnotation select:required,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:required{outline:1.5px solid selecteditem}.annotationLayer .linkAnnotation:hover{-webkit-backdrop-filter:invert();backdrop-filter:invert()}}.annotationLayer{pointer-events:none;transform-origin:0 0;z-index:3;position:absolute;top:0;left:0}.annotationLayer[data-main-rotation="90"] .norotate{transform:rotate(270deg)translate(-100%)}.annotationLayer[data-main-rotation="180"] .norotate{transform:rotate(180deg)translate(-100%,-100%)}.annotationLayer[data-main-rotation="270"] .norotate{transform:rotate(90deg)translateY(-100%)}.annotationLayer canvas{width:100%;height:100%;position:absolute}.annotationLayer section{text-align:initial;pointer-events:auto;box-sizing:border-box;transform-origin:0 0;margin:0;position:absolute}.annotationLayer .linkAnnotation{outline:var(--link-outline)}.textLayer.selecting~.annotationLayer section{pointer-events:none}.annotationLayer :is(.linkAnnotation,.buttonWidgetAnnotation.pushButton)>a{width:100%;height:100%;font-size:1em;position:absolute;top:0;left:0}.annotationLayer :is(.linkAnnotation,.buttonWidgetAnnotation.pushButton)>a:hover{opacity:.2;background:#ff0;box-shadow:0 2px 10px #ff0}.annotationLayer .textAnnotation img{cursor:pointer;width:100%;height:100%;position:absolute;top:0;left:0}.annotationLayer .textWidgetAnnotation :is(input,textarea),.annotationLayer .choiceWidgetAnnotation select,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input{background-image:var(--annotation-unfocused-field-background);border:2px solid var(--input-unfocused-border-color);box-sizing:border-box;font:calc(9px * var(--total-scale-factor)) sans-serif;vertical-align:top;width:100%;height:100%;margin:0}.annotationLayer .textWidgetAnnotation :is(input,textarea):required,.annotationLayer .choiceWidgetAnnotation select:required,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:required{outline:1.5px solid red}.annotationLayer .choiceWidgetAnnotation select option{padding:0}.annotationLayer .buttonWidgetAnnotation.radioButton input{border-radius:50%}.annotationLayer .textWidgetAnnotation textarea{resize:none}.annotationLayer .textWidgetAnnotation :is(input,textarea)[disabled],.annotationLayer .choiceWidgetAnnotation select[disabled],.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input[disabled]{border:2px solid var(--input-disabled-border-color);cursor:not-allowed;background:0 0}.annotationLayer .textWidgetAnnotation :is(input,textarea):hover,.annotationLayer .choiceWidgetAnnotation select:hover,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:hover{border:2px solid var(--input-hover-border-color)}.annotationLayer .textWidgetAnnotation :is(input,textarea):hover,.annotationLayer .choiceWidgetAnnotation select:hover,.annotationLayer .buttonWidgetAnnotation.checkBox input:hover{border-radius:2px}.annotationLayer .textWidgetAnnotation :is(input,textarea):focus,.annotationLayer .choiceWidgetAnnotation select:focus{border:2px solid var(--input-focus-border-color);outline:var(--input-focus-outline);background:0 0;border-radius:2px}.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) :focus{background-color:#0000;background-image:none}.annotationLayer .buttonWidgetAnnotation.checkBox :focus{border:2px solid var(--input-focus-border-color);outline:var(--input-focus-outline);border-radius:2px}.annotationLayer .buttonWidgetAnnotation.radioButton :focus{border:2px solid var(--input-focus-border-color);outline:var(--input-focus-outline)}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before,.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after,.annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before{content:"";background-color:canvastext;display:block;position:absolute}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before,.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after{width:1px;height:80%;left:45%}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before{transform:rotate(45deg)}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after{transform:rotate(-45deg)}.annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before{border-radius:50%;width:50%;height:50%;top:20%;left:30%}.annotationLayer .textWidgetAnnotation input.comb{padding-left:2px;padding-right:0;font-family:monospace}.annotationLayer .textWidgetAnnotation input.comb:focus{width:103%}.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input{appearance:none}.annotationLayer .popupTriggerArea{width:100%;height:100%}.annotationLayer .fileAttachmentAnnotation .popupTriggerArea{position:absolute}.annotationLayer .popupWrapper{font-size:calc(9px * var(--total-scale-factor));width:100%;min-width:calc(180px * var(--total-scale-factor));pointer-events:none;position:absolute}.annotationLayer .popup{max-width:calc(180px * var(--total-scale-factor));box-shadow:0 calc(2px * var(--total-scale-factor)) calc(5px * var(--total-scale-factor)) #888;border-radius:calc(2px * var(--total-scale-factor));padding:calc(6px * var(--total-scale-factor));margin-left:calc(5px * var(--total-scale-factor));cursor:pointer;font:message-box;white-space:normal;word-wrap:break-word;pointer-events:auto;background-color:#ff9;position:absolute}.annotationLayer .popup>*{font-size:calc(9px * var(--total-scale-factor))}.annotationLayer .popup h1{display:inline-block}.annotationLayer .popupDate{margin-left:calc(5px * var(--total-scale-factor));display:inline-block}.annotationLayer .popupContent{margin-top:calc(2px * var(--total-scale-factor));padding-top:calc(2px * var(--total-scale-factor));border-top:1px solid #333}.annotationLayer .richText>*{white-space:pre-wrap;font-size:calc(9px * var(--total-scale-factor))}.annotationLayer .highlightAnnotation,.annotationLayer .underlineAnnotation,.annotationLayer .squigglyAnnotation,.annotationLayer .strikeoutAnnotation,.annotationLayer .freeTextAnnotation,.annotationLayer .lineAnnotation svg line,.annotationLayer .squareAnnotation svg rect,.annotationLayer .circleAnnotation svg ellipse,.annotationLayer .polylineAnnotation svg polyline,.annotationLayer .polygonAnnotation svg polygon,.annotationLayer .caretAnnotation,.annotationLayer .inkAnnotation svg polyline,.annotationLayer .stampAnnotation,.annotationLayer .fileAttachmentAnnotation{cursor:pointer}.annotationLayer section svg{width:100%;height:100%;position:absolute;top:0;left:0}.annotationLayer .annotationTextContent{opacity:0;color:#0000;-webkit-user-select:none;user-select:none;pointer-events:none;width:100%;height:100%;position:absolute}.annotationLayer .annotationTextContent span{width:100%;display:inline-block}:root{--react-pdf-text-layer:1;--highlight-bg-color:#b400aa;--highlight-selected-bg-color:#006400}@media screen and (forced-colors:active){:root{--highlight-bg-color:Highlight;--highlight-selected-bg-color:ButtonText}}[data-main-rotation="90"]{transform:rotate(90deg)translateY(-100%)}[data-main-rotation="180"]{transform:rotate(180deg)translate(-100%,-100%)}[data-main-rotation="270"]{transform:rotate(270deg)translate(-100%)}.textLayer{text-align:initial;-webkit-text-size-adjust:none;-moz-text-size-adjust:none;text-size-adjust:none;forced-color-adjust:none;transform-origin:0 0;z-index:2;line-height:1;position:absolute;inset:0;overflow:hidden}.textLayer :is(span,br){color:#0000;white-space:pre;cursor:text;transform-origin:0 0;margin:0;position:absolute}.textLayer span.markedContent{height:0;top:0}.textLayer .highlight{background-color:var(--highlight-bg-color);border-radius:4px;margin:-1px;padding:1px}.textLayer .highlight.appended{position:initial}.textLayer .highlight.begin{border-radius:4px 0 0 4px}.textLayer .highlight.end{border-radius:0 4px 4px 0}.textLayer .highlight.middle{border-radius:0}.textLayer .highlight.selected{background-color:var(--highlight-selected-bg-color)}.textLayer br::selection{background:0 0}.textLayer .endOfContent{z-index:-1;cursor:default;-webkit-user-select:none;user-select:none;display:block;position:absolute;inset:100% 0 0}.textLayer.selecting .endOfContent{top:0}.hiddenCanvasElement{width:0;height:0;display:none;position:absolute;top:0;left:0}:root,:root[data-theme=light]{--ark-brand-50:#eef1fe;--ark-brand-100:#dfe4fd;--ark-brand-200:#c2ccfb;--ark-brand-300:#9ba9f7;--ark-brand-400:#7d87f1;--ark-brand-500:#667eea;--ark-brand-600:#4f63d2;--ark-brand-700:#3f4fae;--ark-brand-800:#2f3c89;--ark-gradient:linear-gradient(135deg, #667eea 0%, #764ba2 100%);--ark-bg-app:#f4f6fb;--ark-bg-elevated:#fff;--ark-bg-subtle:#f7f8fc;--ark-bg-muted:#eef0f5;--ark-bg-overlay:#ffffffd1;--ark-bg-hover:#f5f7ff;--ark-sidebar-bg:#fff;--ark-sidebar-bg-gradient:linear-gradient(180deg, #fff 0%, #f7f8fc 100%);--ark-sidebar-border:#0f172a14;--ark-sidebar-text:#475569;--ark-sidebar-text-strong:#0f172a;--ark-sidebar-item-hover:#667eea14;--ark-sidebar-item-active:#667eea24;--ark-sidebar-item-active-border:#667eea;--ark-text-primary:#0f172a;--ark-text-secondary:#475569;--ark-text-muted:#8a94a6;--ark-text-inverse:#fff;--ark-border:#e6e8ef;--ark-border-strong:#d6d9e2;--ark-divider:#0f172a0f;--ark-success:#16a34a;--ark-success-bg:#16a34a1a;--ark-warning:#f59e0b;--ark-warning-bg:#f59e0b1f;--ark-danger:#ef4444;--ark-danger-bg:#ef44441a;--ark-info:#0ea5e9;--ark-info-bg:#0ea5e91a;--ark-radius-sm:6px;--ark-radius-md:10px;--ark-radius-lg:14px;--ark-radius-xl:20px;--ark-radius-pill:999px;--ark-shadow-xs:0 1px 2px #0f172a0a;--ark-shadow-sm:0 2px 6px #0f172a0d;--ark-shadow-md:0 6px 20px #0f172a14;--ark-shadow-lg:0 16px 40px #0f172a1f;--ark-shadow-brand:0 8px 24px #667eea40;--ark-scroll-thumb:#cfd4e0;--ark-scroll-thumb-hover:#a6adbd}:root[data-theme=dark]{--ark-brand-50:#1b1f36;--ark-brand-100:#202548;--ark-brand-200:#2a3160;--ark-brand-300:#4856a1;--ark-brand-400:#6673c2;--ark-brand-500:#8b9bf0;--ark-brand-600:#a6b2f5;--ark-brand-700:#c2caf8;--ark-brand-800:#dfe4fd;--ark-gradient:linear-gradient(135deg, #4f63d2 0%, #6b3a8f 100%);--ark-bg-app:#0b0f1a;--ark-bg-elevated:#131827;--ark-bg-subtle:#111624;--ark-bg-muted:#1a2033;--ark-bg-overlay:#0f1423d1;--ark-bg-hover:#1a2033;--ark-sidebar-bg:#0a0e19;--ark-sidebar-bg-gradient:linear-gradient(180deg, #0d1221 0%, #070a14 100%);--ark-sidebar-border:#ffffff0d;--ark-sidebar-text:#e2e8f0bf;--ark-sidebar-text-strong:#f8fafc;--ark-sidebar-item-hover:#ffffff0d;--ark-sidebar-item-active:#8b9bf02e;--ark-sidebar-item-active-border:#8b9bf0;--ark-text-primary:#e6eaf2;--ark-text-secondary:#aab3c5;--ark-text-muted:#6b7489;--ark-text-inverse:#0f172a;--ark-border:#232a3d;--ark-border-strong:#2f3750;--ark-divider:#ffffff0f;--ark-success:#4ade80;--ark-success-bg:#4ade8024;--ark-warning:#fbbf24;--ark-warning-bg:#fbbf2429;--ark-danger:#f87171;--ark-danger-bg:#f8717129;--ark-info:#38bdf8;--ark-info-bg:#38bdf824;--ark-shadow-xs:0 1px 2px #0000004d;--ark-shadow-sm:0 2px 6px #00000059;--ark-shadow-md:0 6px 20px #00000073;--ark-shadow-lg:0 16px 40px #0000008c;--ark-shadow-brand:0 8px 24px #667eea59;--ark-scroll-thumb:#2a3348;--ark-scroll-thumb-hover:#3b475f}*,:before,:after{box-sizing:border-box}html,body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:var(--ark-bg-app);color:var(--ark-text-primary);margin:0;padding:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;transition:background-color .25s,color .25s}#root{min-height:100vh}::selection{background:var(--ark-brand-200);color:var(--ark-text-primary)}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--ark-scroll-thumb);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--ark-scroll-thumb-hover)}.ant-btn,.ant-tag,.ant-input,.ant-select-selector,.ant-badge,.ant-switch{transition:all .18s!important}.ant-table-tbody>tr.ant-table-row{transition:background-color .15s}.ark-card-hover{transition:transform .2s,box-shadow .2s,border-color .2s}.ark-card-hover:hover{transform:translateY(-2px);box-shadow:var(--ark-shadow-md)!important}.ark-stat-card{transition:transform .2s,box-shadow .2s,border-color .2s;position:relative;overflow:hidden;border-radius:var(--ark-radius-lg)!important;border:1px solid var(--ark-border)!important;background:var(--ark-bg-elevated)!important}.ark-stat-card:after{content:"";border-radius:inherit;pointer-events:none;opacity:0;background:linear-gradient(135deg,#667eea00 0%,#667eea0a 100%);transition:opacity .2s;position:absolute;inset:0}.ark-stat-card:hover{box-shadow:var(--ark-shadow-md);transform:translateY(-2px);border-color:var(--ark-brand-300)!important}.ark-stat-card:hover:after{opacity:1}.ark-stat-value{color:var(--ark-text-primary);letter-spacing:-.3px;margin-bottom:4px;font-size:28px;font-weight:700;line-height:1.15}.ark-stat-label{color:var(--ark-text-secondary);font-size:13px;font-weight:500}.ark-stat-icon{border-radius:var(--ark-radius-md);flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:22px;display:flex}@keyframes arkFadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.ark-page-content{animation:.25s ease-out arkFadeIn}.ark-sidebar.ant-layout-sider{border-right:1px solid var(--ark-sidebar-border);background:var(--ark-sidebar-bg-gradient)!important}.ark-sidebar .ant-layout-sider-trigger{border-top:1px solid var(--ark-sidebar-border);color:var(--ark-sidebar-text)!important;background:0 0!important}.ark-sidebar .ant-menu{background:0 0!important;border-inline-end:none!important}.ark-sidebar-logo{border-bottom:1px solid var(--ark-sidebar-border);align-items:center;gap:10px;height:64px;margin-bottom:8px;padding:0 20px;display:flex}.ark-sidebar-logo-mark{background:var(--ark-gradient);color:#fff;width:34px;height:34px;box-shadow:var(--ark-shadow-brand);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;font-size:16px;font-weight:800;display:inline-flex}.ark-sidebar-logo-text{color:var(--ark-sidebar-text-strong);letter-spacing:.3px;white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:17px;font-weight:700;overflow:hidden}.ark-sidebar-collapsed .ark-sidebar-logo{justify-content:center;padding:0}.ark-header{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--ark-border);transition:background-color .25s,border-color .25s;background:var(--ark-bg-overlay)!important}.ark-header-action-btn{justify-content:center;align-items:center;border-radius:var(--ark-radius-md)!important;width:40px!important;height:40px!important;color:var(--ark-text-secondary)!important;display:inline-flex!important}.ark-header-action-btn:hover{background:var(--ark-bg-muted)!important;color:var(--ark-text-primary)!important}.ark-user-chip{align-items:center;gap:10px;transition:background .15s;border-radius:var(--ark-radius-pill)!important;height:auto!important;padding:4px 12px 4px 4px!important;display:inline-flex!important}.ark-user-chip:hover{background:var(--ark-bg-muted)!important}.ark-page-header{margin-bottom:20px}.ark-page-header .ant-breadcrumb{margin-bottom:12px}.ark-page-header-row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.ark-filter-bar{flex-wrap:wrap;gap:8px;margin-bottom:16px;display:flex}.ark-empty-state{text-align:center;padding:48px 0}.ark-loading{justify-content:center;align-items:center;padding:80px 0;display:flex}.ark-welcome-title{letter-spacing:-.4px;color:var(--ark-text-primary);margin:0;font-size:24px;font-weight:700;display:block}.ark-welcome-subtitle{color:var(--ark-text-secondary);margin-top:4px;font-size:14px}.ark-section-card{border-radius:var(--ark-radius-lg)!important;border:1px solid var(--ark-border)!important;background:var(--ark-bg-elevated)!important}.ark-section-card .ant-card-head{border-bottom:1px solid var(--ark-divider);min-height:52px}.ark-section-card .ant-card-head-title{font-size:15px;font-weight:600}.ark-quick-action{font-weight:500;text-align:left!important;border-radius:var(--ark-radius-md)!important;border:1px solid var(--ark-border)!important;background:var(--ark-bg-subtle)!important;height:auto!important;color:var(--ark-text-primary)!important;padding:14px 16px!important;transition:all .18s!important}.ark-quick-action:hover{box-shadow:var(--ark-shadow-sm);transform:translateY(-1px);border-color:var(--ark-brand-400)!important;background:var(--ark-bg-elevated)!important;color:var(--ark-brand-600)!important}.ark-birthday-row{border-radius:var(--ark-radius-md);cursor:pointer;justify-content:space-between;align-items:center;padding:10px 12px;transition:background .15s;display:flex}.ark-birthday-row:hover{background:var(--ark-bg-hover)}:root[data-theme=dark] .ant-layout{background:var(--ark-bg-app)}:root[data-theme=dark] .ant-card{background:var(--ark-bg-elevated)}.ark-chat-shell{background:var(--ark-bg-elevated)!important}.ark-chat-sider{border-right:1px solid var(--ark-border);background:var(--ark-bg-elevated)!important}.ark-chat-header{border-bottom:1px solid var(--ark-border);background:var(--ark-bg-elevated);flex-shrink:0;align-items:center;gap:12px;padding:12px 20px;display:flex}.ark-chat-empty{color:var(--ark-text-muted)}.ark-conversation-item{cursor:pointer;border-inline:3px solid #0000;transition:background .15s;padding:10px 16px!important}.ark-conversation-item:hover{background:var(--ark-bg-hover)}.ark-conversation-item.is-active{border-inline-start-color:var(--ark-brand-500);background:var(--ark-brand-50)!important}:root[data-theme=dark] .ark-conversation-item.is-active{background:#8b9bf024!important}.ark-message-bubble{word-break:break-word;border-radius:14px;max-width:100%;padding:8px 12px;line-height:1.4}.ark-message-bubble.is-own{background:var(--ark-brand-500);color:#fff;border-bottom-right-radius:4px}:root[data-theme=dark] .ark-message-bubble.is-own{background:var(--ark-brand-500);color:#fff}.ark-message-bubble.is-other{background:var(--ark-bg-muted);color:var(--ark-text-primary);border-bottom-left-radius:4px}.ark-reply-preview{border-inline-start:3px solid var(--ark-brand-500);background:var(--ark-bg-muted);border-radius:6px;max-width:100%;margin-bottom:4px;padding:6px 10px;font-size:12px}.ark-call-card{border:1px solid var(--ark-border);background:var(--ark-bg-subtle);border-radius:12px;align-items:center;gap:12px;min-width:260px;padding:10px 16px;display:flex}.ark-call-card.is-ended{background:var(--ark-bg-muted)}.ark-active-call-bar{border-bottom:1px solid var(--ark-border);background:#22c55e14;align-items:center;gap:12px;padding:10px 16px;display:flex}.ark-active-call-bar .ark-active-call-icon{color:#fff;background:#22c55e;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.ark-chat-input-bar{border-top:1px solid var(--ark-border);background:var(--ark-bg-elevated);padding:10px 16px;position:relative}.ark-attachment-chip{background:var(--ark-bg-muted);color:var(--ark-text-primary);border-radius:6px;align-items:center;gap:6px;padding:4px 10px;font-size:12px;display:inline-flex}.ark-mention-popover{background:var(--ark-bg-elevated);border:1px solid var(--ark-border);max-height:220px;box-shadow:var(--ark-shadow-md);z-index:10;border-radius:10px;margin-bottom:6px;position:absolute;bottom:100%;left:0;right:0;overflow:auto}@keyframes arkPulseRing{0%{box-shadow:0 0 #667eea8c}to{box-shadow:0 0 0 14px #667eea00}}@keyframes arkRinging{0%,to{transform:scale(1);box-shadow:0 0 #667eea8c}50%{transform:scale(1.04);box-shadow:0 0 0 18px #667eea00}}.ark-call-root{z-index:9999;color:#fff;background:radial-gradient(1200px 800px at 20% 10%,#667eea2e,#0000 60%),radial-gradient(1000px 700px at 100% 100%,#764ba22e,#0000 60%),#05070d;flex-direction:column;display:flex;position:fixed;inset:0}.ark-call-topbar{z-index:5;pointer-events:none;background:linear-gradient(#00000059 0%,#0000 100%);justify-content:space-between;align-items:center;height:64px;padding:0 20px;display:flex;position:absolute;top:0;left:0;right:0}.ark-call-topbar>*{pointer-events:auto}.ark-call-title{color:#fff;align-items:center;gap:10px;font-size:15px;font-weight:600;display:flex}.ark-call-title-dot{background:#22c55e;border-radius:50%;width:8px;height:8px;box-shadow:0 0 0 4px #22c55e33}.ark-call-meta{color:#ffffffbf;font-variant-numeric:tabular-nums;align-items:center;gap:14px;font-size:13px;display:flex}.ark-call-stage{gap:12px;min-height:0;display:flex;position:absolute;inset:64px 16px 120px}@media (width<=640px){.ark-call-stage{inset:56px 8px 104px}}.ark-call-grid{flex:1;grid-auto-rows:minmax(0,1fr);place-content:stretch;gap:12px;min-width:0;min-height:0;display:grid}.ark-call-sidebar{flex-direction:column;flex-shrink:0;gap:10px;width:min(240px,26vw);min-height:0;display:flex;overflow-y:auto}.ark-call-sidebar>*{aspect-ratio:16/10;flex-shrink:0}.ark-call-tile{background:linear-gradient(135deg,#1a1f2e 0%,#0c1020 100%);border:2px solid #0000;border-radius:14px;width:100%;min-width:0;height:100%;min-height:0;transition:border-color .2s;position:relative;overflow:hidden}.ark-call-tile.is-speaking{border-color:var(--ark-brand-500);animation:1.4s ease-out infinite arkPulseRing}.ark-call-tile-video{background:#000;width:100%;height:100%}.ark-call-tile-video.is-screen{object-fit:contain}.ark-call-tile-video.is-camera{object-fit:cover}.ark-call-tile-avatar-wrap{background:radial-gradient(circle,#262c40 0%,#0b0e19 100%);justify-content:center;align-items:center;height:100%;display:flex}.ark-call-tile-nameplate{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;white-space:nowrap;text-overflow:ellipsis;background:#0c0f199e;border-radius:8px;align-items:center;gap:6px;max-width:calc(100% - 20px);padding:5px 10px;font-size:12px;font-weight:500;display:inline-flex;position:absolute;bottom:10px;left:10px;overflow:hidden}.ark-call-tile-muted{color:#fff;width:26px;height:26px;box-shadow:var(--ark-shadow-sm);background:#ef4444e6;border-radius:50%;justify-content:center;align-items:center;font-size:12px;display:inline-flex;position:absolute;top:10px;right:10px}.ark-call-controls{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);z-index:10;background:#0f121eb8;border:1px solid #ffffff0f;border-radius:999px;flex-wrap:wrap;justify-content:center;gap:10px;max-width:calc(100vw - 32px);padding:10px 14px;display:flex;position:absolute;bottom:24px;left:50%;transform:translate(-50%);box-shadow:0 12px 40px #00000080}@media (width<=520px){.ark-call-controls{gap:8px;padding:8px 10px;bottom:16px}}.ark-call-btn{color:#fff!important;background:#ffffff14!important;border:none!important;width:52px!important;height:52px!important;font-size:20px!important;transition:all .18s!important}.ark-call-btn:hover{transform:translateY(-1px);background:#ffffff24!important}.ark-call-btn.is-off{background:#ef4444!important}.ark-call-btn.is-off:hover{background:#dc2626!important}.ark-call-btn.is-active{background:var(--ark-brand-500)!important}.ark-call-btn.is-active:hover{background:var(--ark-brand-600)!important}.ark-call-btn.is-leave{background:#ef4444!important}.ark-call-btn.is-leave:hover{background:#dc2626!important}@media (width<=520px){.ark-call-btn{width:44px!important;height:44px!important;font-size:17px!important}}.ark-call-connecting{color:#ffffffd9;flex-direction:column;justify-content:center;align-items:center;gap:14px;height:100%;display:flex}.ark-audio-stage{flex-wrap:wrap;flex:1;place-content:center;gap:32px;min-height:0;padding:20px;display:flex}.ark-audio-tile{flex-direction:column;align-items:center;gap:10px;min-width:120px;display:flex}.ark-audio-avatar{background:var(--ark-gradient);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:clamp(80px,14vw,140px);height:clamp(80px,14vw,140px);font-size:clamp(28px,4vw,48px);font-weight:700;display:inline-flex;position:relative;box-shadow:0 12px 32px #667eea59}.ark-audio-avatar.is-speaking:after{content:"";border:3px solid var(--ark-brand-400);border-radius:50%;animation:1.4s ease-out infinite arkPulseRing;position:absolute;inset:-6px}.ark-audio-name{color:#fff;text-align:center;font-size:14px;font-weight:500}.ark-audio-status{color:#fff9;align-items:center;gap:4px;font-size:12px;display:inline-flex}.ark-call-mini{z-index:9999;-webkit-user-select:none;user-select:none;background:#05070d;border:1px solid #ffffff14;border-radius:14px;position:fixed;overflow:hidden;box-shadow:0 16px 48px #0000008c}.ark-call-mini-bar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0c0f19c7;border:1px solid #ffffff0f;border-radius:999px;justify-content:center;gap:6px;padding:6px;display:flex;position:absolute;bottom:6px;left:6px;right:6px}.ark-call-mini-btn{color:#fff!important;background:#ffffff1a!important;border:none!important;width:32px!important;height:32px!important;font-size:14px!important}.ark-call-mini-btn:hover{background:#ffffff2e!important}.ark-call-mini-btn.is-off,.ark-call-mini-btn.is-leave{background:#ef4444!important}.ark-incoming-call .ant-modal-content{background:linear-gradient(180deg, var(--ark-bg-elevated) 0%, var(--ark-bg-subtle) 100%);border:1px solid var(--ark-border);overflow:hidden;border-radius:20px!important}.ark-incoming-avatar{background:var(--ark-gradient);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:84px;height:84px;font-size:34px;animation:1.6s ease-in-out infinite arkRinging;display:inline-flex}.ark-camera-frame{aspect-ratio:16/9;border-bottom-left-radius:inherit;border-bottom-right-radius:inherit;background:#000;width:100%;position:relative;overflow:hidden}.ark-camera-video{object-fit:contain;background:#000;width:100%;height:100%;display:block}.ark-camera-overlay{background:#00000073;justify-content:center;align-items:center;padding:16px;display:flex;position:absolute;inset:0}.ark-camera-live-dot{background:#ff4d4f;border-radius:50%;width:8px;height:8px;animation:1.6s ease-out infinite arkCameraLivePulse;display:inline-block;box-shadow:0 0 #ff4d4f99}@keyframes arkCameraLivePulse{0%{box-shadow:0 0 #ff4d4f99}70%{box-shadow:0 0 0 8px #ff4d4f00}to{box-shadow:0 0 #ff4d4f00}}.ark-replay-toolbar{flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:16px;display:flex}.ark-replay-video-wrap{border-top-left-radius:inherit;border-top-right-radius:inherit;background:#000;position:relative;overflow:hidden}.ark-replay-frame{aspect-ratio:16/9;border-radius:0;max-height:70vh}.ark-replay-timestamp-badge{color:#fff;font-variant-numeric:tabular-nums;letter-spacing:.5px;pointer-events:none;z-index:3;background:#000000b3;border-radius:4px;padding:4px 10px;font-size:13px;position:absolute;top:12px;right:12px}.ark-replay-controls{background:#fafafa;border-top:1px solid #f0f0f0;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding:12px 16px;display:flex}.ark-replay-timeline{-webkit-user-select:none;user-select:none;background:repeating-linear-gradient(135deg,#f5f5f5 0 6px,#ececec 6px 12px);border:1px solid #e8e8e8;border-radius:6px;height:52px;position:relative;overflow:visible}.ark-replay-timeline-segment{background:linear-gradient(#69b1ff 0%,#1677ff 100%);border-radius:3px;transition:filter .12s;position:absolute;top:2px;bottom:2px;box-shadow:0 1px 2px #1677ff40}.ark-replay-timeline-segment:hover{filter:brightness(1.08)}.ark-replay-timeline-playhead{pointer-events:none;z-index:4;background:#ff4d4f;width:2px;position:absolute;top:-4px;bottom:-4px;box-shadow:0 0 6px #ff4d4f8c}.ark-replay-timeline-playhead:before{content:"";background:#ff4d4f;border:2px solid #fff;border-radius:50%;width:12px;height:12px;position:absolute;top:-5px;left:-5px}.ark-replay-timeline-hover-line{pointer-events:none;z-index:3;background:#0006;width:1px;position:absolute;top:-3px;bottom:-3px}.ark-replay-timeline-hover-tip{color:#fff;font-variant-numeric:tabular-nums;white-space:nowrap;pointer-events:none;z-index:5;background:#000000d1;border-radius:4px;padding:3px 8px;font-size:12px;position:absolute;bottom:calc(100% + 6px);transform:translate(-50%)}.ark-replay-timeline-hover-hint{opacity:.7;margin-left:4px}.ark-replay-timeline-loading{justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.ark-replay-timeline-ticks{color:#0000008c;font-variant-numeric:tabular-nums;justify-content:space-between;margin-top:6px;font-size:11px;display:flex}.ark-replay-hint{text-align:center;margin-top:12px;font-size:12px}.ark-scope-tree .ant-tree-treenode{width:100%}.ark-scope-tree .ant-tree-node-content-wrapper{min-width:0;overflow:hidden}.ark-scope-tree .ant-tree-title{min-width:0;display:block;overflow:hidden}@media (width<=768px){.ark-sidebar-logo{padding:0 14px}.ark-welcome-title{font-size:20px}.ark-call-sidebar{display:none}}
