html,body,#root{margin:0;padding:0;height:100%;overflow-x:hidden}*{box-sizing:border-box}.replica-clickable-row{cursor:pointer;transition:background-color .15s ease}.replica-clickable-row:hover>td{background-color:#f5f9ff!important}.ant-select-dropdown,.ant-picker-dropdown .ant-picker-panel-container,.ant-dropdown-menu{border:1px solid #e8eaee;box-shadow:0 8px 24px #0d121c14}.replica-checkbox-top{align-items:flex-start}.replica-checkbox-top>.ant-checkbox{margin-top:3px}.replica-checkbox-top>span:not(.ant-checkbox){line-height:1.4}.replica-kb-row{border-bottom:1px solid #eef0f3;transition:background-color .1s ease}.replica-kb-row:hover{background-color:#fafbfc}.replica-kb-row:focus-within{background-color:#f0f6ff}.replica-kb-row .replica-kb-remove{opacity:0;transition:opacity .15s ease}.replica-kb-row:hover .replica-kb-remove,.replica-kb-row:focus-within .replica-kb-remove{opacity:1}.replica-import-menu .ant-upload-wrapper,.replica-import-menu .ant-upload{display:block;width:100%}.replica-import-mode{padding:8px 12px;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:background-color .12s ease}.replica-import-mode:hover{background-color:#f0f6ff}.replica-import-mode--danger{color:#d4380d}.replica-import-mode--danger:hover{background-color:#fff1f0}@media (max-width: 768px){.ant-input,textarea.ant-input,.ant-input-number-input,.ant-picker-input>input,.ant-select,.ant-select-selector,.ant-select-selection-item,.ant-select-selection-placeholder,.ant-select-selection-search-input{font-size:16px!important}}.wc-root{--wc-text: #f5f6fa;--wc-muted: rgba(235, 238, 245, .72);--wc-green: #34c759;--wc-red: #ff3b30;--wc-glass: rgba(120, 128, 145, .32);position:fixed;top:0;right:0;bottom:0;left:0;background:#05070b;color:var(--wc-text);font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,Segoe UI,Roboto,sans-serif;overflow:hidden;display:flex;align-items:center;justify-content:center}.wc-root *{box-sizing:border-box}.wc-call{position:relative;width:100%;height:100dvh;display:flex;flex-direction:column;align-items:center;padding:calc(56px + env(safe-area-inset-top)) 20px calc(34px + env(safe-area-inset-bottom));overflow:hidden}@media (min-width: 640px) and (pointer: fine){.wc-root{padding:28px}.wc-call{width:100%;max-width:420px;height:100%;max-height:880px;border-radius:34px;box-shadow:0 30px 90px #0009}}.wc-bg{position:absolute;top:0;right:0;bottom:0;left:0;background-image:var(--wc-avatar);background-size:cover;background-position:center;filter:blur(26px) brightness(.55) saturate(1.1);transform:scale(1.25);z-index:0}.wc-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#080a1073,#080a1059 40%,#080a10d9);z-index:0}.wc-callee{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;text-align:center}.wc-avatar-wrap{position:relative;width:132px;height:132px;border-radius:50%;display:grid;place-items:center;margin-bottom:22px}.wc-avatar{width:132px;height:132px;border-radius:50%;object-fit:cover;box-shadow:0 12px 40px #00000073;position:relative;z-index:2}.wc-avatar-wrap:before,.wc-avatar-wrap:after{content:"";position:absolute;top:-6px;right:-6px;bottom:-6px;left:-6px;border-radius:50%;border:2px solid rgba(255,255,255,.6);opacity:0;z-index:1}.wc-avatar-wrap.speaking:before{animation:wc-ring 1.6s ease-out infinite}.wc-avatar-wrap.speaking:after{animation:wc-ring 1.6s ease-out infinite .8s}.wc-avatar-wrap.listening .wc-avatar{animation:wc-bob 2.4s ease-in-out infinite}.wc-avatar-wrap.idle .wc-avatar{filter:saturate(.9) brightness(.92)}@keyframes wc-ring{0%{transform:scale(1);opacity:.7}to{transform:scale(1.5);opacity:0}}@keyframes wc-bob{0%,to{transform:scale(1)}50%{transform:scale(1.03)}}.wc-name{font-size:34px;font-weight:500;letter-spacing:.2px;margin:0}.wc-substatus{margin:8px 0 0;font-size:17px;color:var(--wc-muted);min-height:22px;font-variant-numeric:tabular-nums}.wc-transcript{position:relative;z-index:1;width:100%;flex:1;min-height:0;margin:26px 0 8px;padding:4px 2px;overflow-y:auto;display:flex;flex-direction:column;gap:9px;-webkit-mask-image:linear-gradient(180deg,transparent 0,#000 26px,#000 calc(100% - 8px),transparent 100%);mask-image:linear-gradient(180deg,transparent 0,#000 26px,#000 calc(100% - 8px),transparent 100%)}.wc-transcript::-webkit-scrollbar{width:0}.wc-msg{max-width:80%;padding:10px 14px;border-radius:18px;font-size:15px;line-height:1.38;white-space:pre-wrap;word-wrap:break-word;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);animation:wc-fade .18s ease}.wc-msg.user{align-self:flex-end;background:#3478f6d9;color:#fff;border-bottom-right-radius:6px}.wc-msg.ai{align-self:flex-start;background:#3c425099;color:#fff;border-bottom-left-radius:6px}@keyframes wc-fade{0%{opacity:0;transform:translateY(5px)}to{opacity:1}}.wc-dock{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;gap:16px;width:100%}.wc-dock-row{display:flex;align-items:center;justify-content:center;gap:34px}.wc-round-btn{flex:0 0 auto;width:72px;height:72px;aspect-ratio:1;padding:0;border-radius:50%;border:none;display:grid;place-items:center;color:#fff;cursor:pointer;transition:transform .12s ease,filter .2s,background .2s}.wc-round-btn:active{transform:scale(.92)}.wc-round-btn.call{background:var(--wc-green);box-shadow:0 8px 26px #34c75966}.wc-round-btn.call.active{background:var(--wc-red);box-shadow:0 8px 26px #ff3b306b;transform:rotate(133deg)}.wc-round-btn.mute{width:60px;height:60px;background:var(--wc-glass);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}.wc-round-btn.mute.on{background:#fff;color:#111}.wc-round-btn:disabled{opacity:.6;cursor:default}.wc-dock-label{font-size:14px;color:var(--wc-muted);min-height:18px}.wc-list-screen{justify-content:center}.wc-list{position:relative;z-index:1;width:100%;max-width:360px;display:flex;flex-direction:column;align-items:stretch;gap:12px}.wc-list-title{font-size:30px;font-weight:600;text-align:center;margin:0}.wc-list-sub{margin:2px 0 18px;text-align:center;color:var(--wc-muted);font-size:16px}.wc-list-btn{width:100%;padding:16px 18px;border:none;border-radius:16px;background:var(--wc-glass);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);color:var(--wc-text);font-size:16px;font-weight:500;text-align:left;cursor:pointer;transition:transform .1s ease,background .2s}.wc-list-btn:hover{background:#8c94a56b}.wc-list-btn:active{transform:scale(.98)}.wc-back{position:absolute;top:calc(18px + env(safe-area-inset-top));left:16px;z-index:2;width:40px;height:40px;display:grid;place-items:center;border:none;border-radius:50%;background:var(--wc-glass);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);color:var(--wc-text);cursor:pointer}.wc-error{position:relative;z-index:1;width:100%;background:#ff3b3029;border:1px solid rgba(255,59,48,.4);color:#ffd0cc;border-radius:12px;padding:10px 14px;font-size:14px;text-align:center;margin-bottom:8px}
