@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Noto+Sans+SC:wght@400;500;700&display=swap";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}:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;color:#1e293b;background:#f8fafc;font-family:Inter,Noto Sans SC,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}*{box-sizing:border-box}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f8fafc;min-width:1200px;min-height:100vh;margin:0}#root{min-height:100vh}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes float-glow{0%{transform:translate(0)scale(1)}50%{transform:translate(30px,-50px)scale(1.1)}to{transform:translate(-20px,20px)scale(.95)}}@keyframes pulse-light{0%{box-shadow:0 0 #10b98166}70%{box-shadow:0 0 0 6px #10b98100}to{box-shadow:0 0 #10b98100}}.login-page{background:#0f172a;justify-content:center;align-items:center;min-height:100vh;padding:24px;display:flex;position:relative;overflow:hidden}.login-bg-glow{pointer-events:none;z-index:1;position:absolute;inset:0;overflow:hidden}.glow-orb{filter:blur(120px);opacity:.35;border-radius:50%;animation:25s ease-in-out infinite alternate float-glow;position:absolute}.glow-orb-1{background:radial-gradient(circle,#4f46e5 0%,#7c3aed 100%);width:600px;height:600px;top:-150px;left:-100px}.glow-orb-2{background:radial-gradient(circle,#06b6d4 0%,#3b82f6 100%);width:700px;height:700px;animation-delay:-8s;bottom:-200px;right:-100px}.login-card{z-index:2;-webkit-backdrop-filter:blur(25px);width:440px;padding:12px 8px;animation:.6s cubic-bezier(.16,1,.3,1) both fadeIn;position:relative;background:#ffffffd9!important;border:1px solid #fff6!important;border-radius:20px!important;box-shadow:0 25px 50px -12px #00000040!important}.login-card .ant-card-body{padding:24px 16px}.login-card h2{letter-spacing:-.5px;background:linear-gradient(135deg,#1e293b 0%,#475569 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:8px;font-weight:800}.login-form{margin-top:24px}.login-form .ant-input-affix-wrapper,.login-form .ant-input{border-radius:8px}.login-btn-gradient{background:linear-gradient(135deg,#6366f1 0%,#4f46e5 100%);border:none;height:42px;font-weight:600;transition:all .3s;box-shadow:0 4px 12px #6366f14d}.login-btn-gradient:hover{opacity:.95;transform:translateY(-1px);box-shadow:0 6px 16px #6366f173}.login-btn-gradient:active{transform:translateY(0)}.admin-shell{background:#f8fafc;min-height:100vh}.admin-sider{z-index:10;border-right:1px solid #e2e8f0;background:#fff!important}.admin-brand{color:#0f172a;letter-spacing:-.5px;background:#fff;border-bottom:1px solid #e2e8f0;align-items:center;gap:12px;height:64px;padding:0 24px;font-size:18px;font-weight:800;display:flex}.admin-brand .anticon{background:linear-gradient(135deg,#6366f1 0%,#4f46e5 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;font-size:20px}.admin-header{background:#fff;border-bottom:1px solid #e2e8f0;justify-content:flex-end;align-items:center;gap:16px;height:64px;padding:0 32px;display:flex;position:relative}.admin-online-indicator{color:#15803d;white-space:nowrap;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:9999px;align-items:center;gap:8px;padding:6px 14px;font-size:14px;font-weight:500;display:inline-flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.pulse-dot{background-color:#10b981;border-radius:50%;width:8px;height:8px;animation:2s infinite pulse-light;display:inline-block}.admin-header-actions{align-items:center;gap:12px;display:flex}.admin-header-username{color:#334155;font-size:14px;font-weight:600}.logout-btn{color:#64748b;border-color:#e2e8f0;font-weight:500;transition:all .2s}.logout-btn:hover{background:#fff5f5;color:#f43f5e!important;border-color:#fca5a5!important}.admin-content{background:#f8fafc;min-height:calc(100vh - 64px);padding:28px 32px}.admin-content>section{animation:.4s cubic-bezier(.16,1,.3,1) both fadeIn}.page-header{margin-bottom:24px}.page-header h2{color:#0f172a;letter-spacing:-.5px;margin:0 0 6px;font-size:24px;font-weight:800}.page-header .ant-typography-secondary{color:#64748b;font-size:14px}.toolbar{flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:20px;padding:4px 0;display:flex}.full-width{width:100%}.ant-table-wrapper{background:#fff;border-radius:12px}.ant-table-row{transition:background-color .2s}.ant-table-row:hover{background-color:#f8fafc}.chat-message-list{background:#f1f5f9;border:1px solid #e2e8f0;border-radius:12px;flex-direction:column;gap:16px;height:calc(100vh - 320px);min-height:400px;padding:16px;display:flex;overflow-y:auto}.admin-message{flex-direction:column;align-items:flex-start;max-width:85%;display:flex}.admin-message.own{align-self:flex-end;align-items:flex-end}.message-bubble{color:#1e293b;white-space:pre-wrap;overflow-wrap:anywhere;background:#fff;border:1px solid #e2e8f0;border-radius:16px 16px 16px 4px;padding:10px 14px;font-size:14px;line-height:1.5;box-shadow:0 2px 4px #0f172a08}.admin-message.own .message-bubble{color:#fff;background:linear-gradient(135deg,#6366f1 0%,#4f46e5 100%);border:none;border-radius:16px 16px 4px;box-shadow:0 4px 12px #6366f126}.message-time{color:#94a3b8;margin-top:4px;padding:0 4px;font-size:11px}.reply-box{flex-direction:column;gap:12px;margin-top:16px;display:flex}.reply-box textarea{border:1px solid #cbd5e1;border-radius:10px;padding:10px 14px;transition:all .2s}.reply-box textarea:focus{border-color:#6366f1;box-shadow:0 0 0 2px #6366f126}.reply-box .ant-btn{border-radius:8px;align-self:flex-end;padding:0 20px;font-weight:600}.voice-audio{border-radius:18px;outline:none;width:200px;height:36px}.video-task-cover-link{border-radius:8px;width:54px;height:72px;transition:transform .2s,box-shadow .2s;display:block;overflow:hidden;box-shadow:0 4px 8px #0000001a}.video-task-cover-link:hover{transform:scale(1.08);box-shadow:0 6px 12px #00000026}.video-task-cover-image{object-fit:cover;width:100%;height:100%;display:block}.ant-layout-sider .ant-menu{padding:16px 12px;border-inline-end:none!important}.ant-layout-sider .ant-menu-item{color:#475569;height:44px;font-weight:500;line-height:44px;margin-bottom:6px!important}.ant-layout-sider .ant-menu-item-selected{font-weight:600}.ant-tag{border:none;padding:2px 8px;font-size:12px}.vip-badge{font-weight:600;box-shadow:0 2px 8px #f59e0b4d;color:#fff!important;background:linear-gradient(135deg,#f59e0b 0%,#d97706 100%)!important}.sound-test-btn{color:#64748b;border-color:#cbd5e1;transition:all .2s}.sound-test-btn:hover{color:#6366f1!important;border-color:#6366f1!important}.ant-table-cell{font-size:14px}
