:root{--ql-brand-primary: #0284c7;--ql-brand-primary-hover: #0369a1;--ql-brand-accent: #059669;--ql-brand-accent-hover: #047857;--ql-brand-accent-light: #ecfdf5;--ql-brand-bg-dark: #0f172a;--ql-brand-bg-card: #1e293b;--ql-gray-50: #f8fafc;--ql-gray-100: #f1f5f9;--ql-gray-200: #e2e8f0;--ql-gray-300: #cbd5e1;--ql-gray-400: #94a3b8;--ql-gray-500: #64748b;--ql-gray-600: #475569;--ql-gray-700: #334155;--ql-gray-800: #1e293b;--ql-gray-900: #0f172a;--ql-success: #10b981;--ql-warning: #f59e0b;--ql-danger: #ef4444;--ql-info: #3b82f6;--ql-shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .05);--ql-shadow-md: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--ql-shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--ql-shadow-xl: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--ql-shadow-glow: 0 0 20px rgba(5, 150, 105, .25);--ql-font-family: "Noto Sans SC", "Source Han Sans SC", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--ql-radius-sm: 6px;--ql-radius-md: 10px;--ql-radius-lg: 16px;--ql-radius-full: 9999px;--ql-header-height: 52px}*{box-sizing:border-box;margin:0;padding:0}html,body{height:100%;width:100%;font-family:var(--ql-font-family);font-size:14px;color:var(--ql-gray-800);background-color:#f8fafc;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{min-height:100vh;display:flex;flex-direction:column}button{cursor:pointer;border:none;background:none;font-family:inherit;transition:all .2s ease}input{font-family:inherit;outline:none}a{color:inherit;text-decoration:none}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--ql-gray-300);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--ql-gray-400)}.ql-login-page{display:flex;min-height:100vh;width:100vw;background-color:#0c1524;overflow:hidden;position:relative}.ql-login-hero{flex:1.2;display:flex;flex-direction:column;justify-content:space-between;padding:48px 64px;position:relative;background:radial-gradient(circle at 20% 20%,#1e3a8a,#0c1524 60%),radial-gradient(circle at 80% 80%,#064e3b 0%,transparent 50%);color:#fff;overflow:hidden}.ql-login-hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:linear-gradient(rgba(255,255,255,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 1px);background-size:40px 40px;pointer-events:none}.ql-hero-brand{display:flex;align-items:center;gap:14px;z-index:1}.ql-brand-logo-icon{width:44px;height:44px;background:linear-gradient(135deg,#10b981,#0284c7);border-radius:var(--ql-radius-md);display:flex;align-items:center;justify-content:center;box-shadow:0 0 20px #10b98166}.ql-brand-title{font-size:22px;font-weight:700;letter-spacing:.5px}.ql-brand-badge{background:#10b9812e;color:#34d399;border:1px solid rgba(52,211,153,.3);font-size:11px;padding:2px 8px;border-radius:var(--ql-radius-full);margin-left:8px;vertical-align:middle}.ql-hero-content{z-index:1;max-width:580px;margin:40px 0}.ql-hero-subtitle{color:#38bdf8;font-size:14px;font-weight:600;letter-spacing:1.5px;text-transform:uppercase;margin-bottom:12px;display:flex;align-items:center;gap:8px}.ql-hero-h1{font-size:38px;line-height:1.25;font-weight:800;margin-bottom:20px;background:linear-gradient(120deg,#fff,#e2e8f0 70%,#38bdf8);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.ql-hero-desc{font-size:15px;line-height:1.7;color:#94a3b8;margin-bottom:32px}.ql-features-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.ql-feature-card{background:#1e293b99;border:1px solid rgba(255,255,255,.08);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);padding:18px;border-radius:var(--ql-radius-md);transition:transform .2s ease,border-color .2s ease}.ql-feature-card:hover{transform:translateY(-2px);border-color:#38bdf866}.ql-feature-icon{width:34px;height:34px;border-radius:8px;background:#38bdf81f;color:#38bdf8;display:flex;align-items:center;justify-content:center;margin-bottom:10px}.ql-feature-title{font-size:14px;font-weight:600;color:#f8fafc;margin-bottom:4px}.ql-feature-detail{font-size:12px;color:#94a3b8;line-height:1.5}.ql-hero-footer{z-index:1;display:flex;justify-content:space-between;align-items:center;font-size:12px;color:#64748b;border-top:1px solid rgba(255,255,255,.08);padding-top:20px}.ql-login-panel{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px;position:relative;background-color:#0f172a}.ql-login-card{width:100%;max-width:440px;background:#1e293bd9;border:1px solid rgba(255,255,255,.1);box-shadow:0 25px 50px -12px #00000080;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-radius:var(--ql-radius-lg);padding:40px 36px;color:#f8fafc;animation:fadeIn .4s ease-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.ql-card-header{margin-bottom:28px;text-align:left}.ql-card-h2{font-size:24px;font-weight:700;color:#fff;margin-bottom:6px}.ql-card-sub{font-size:13px;color:#94a3b8}.ql-auth-tabs{display:flex;background:#0f172ab3;border-radius:var(--ql-radius-md);padding:4px;margin-bottom:24px;border:1px solid rgba(255,255,255,.06)}.ql-auth-tab{flex:1;padding:9px 0;text-align:center;font-size:13px;font-weight:600;color:#94a3b8;border-radius:var(--ql-radius-sm);transition:all .2s ease}.ql-auth-tab.active{background:var(--ql-brand-primary);color:#fff;box-shadow:0 2px 8px #0284c766}.ql-form-group{margin-bottom:20px}.ql-form-label{display:block;font-size:13px;font-weight:500;color:#cbd5e1;margin-bottom:8px}.ql-input-wrapper{position:relative;display:flex;align-items:center}.ql-input-icon{position:absolute;left:14px;color:#64748b;pointer-events:none}.ql-form-input{width:100%;height:44px;padding:0 42px;background:#0f172a99;border:1px solid #334155;border-radius:var(--ql-radius-md);color:#f8fafc;font-size:14px;transition:border-color .2s ease,box-shadow .2s ease}.ql-form-input:focus{border-color:#38bdf8;box-shadow:0 0 0 3px #38bdf833}.ql-input-action{position:absolute;right:12px;color:#64748b;padding:4px;display:flex;align-items:center;justify-content:center;border-radius:4px}.ql-input-action:hover{color:#cbd5e1}.ql-code-container{display:flex;gap:12px}.ql-code-container .ql-input-wrapper{flex:1}.ql-code-btn{height:44px;padding:0 16px;background:#38bdf81a;border:1px solid rgba(56,189,248,.3);color:#38bdf8;font-size:13px;font-weight:500;border-radius:var(--ql-radius-md);white-space:nowrap}.ql-code-btn:hover:not(:disabled){background:#38bdf833}.ql-code-btn:disabled{opacity:.5;cursor:not-allowed}.ql-form-options{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px;font-size:13px;color:#94a3b8}.ql-checkbox-label{display:flex;align-items:center;gap:8px;cursor:pointer;-webkit-user-select:none;user-select:none}.ql-forgot-link{color:#38bdf8;transition:color .2s}.ql-forgot-link:hover{color:#7dd3fc;text-decoration:underline}.ql-submit-btn{width:100%;height:46px;background:linear-gradient(135deg,#0284c7,#059669);color:#fff;font-size:15px;font-weight:600;border-radius:var(--ql-radius-md);display:flex;align-items:center;justify-content:center;gap:8px;box-shadow:0 4px 14px #0284c759;transition:all .2s ease}.ql-submit-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 6px 20px #05966973}.ql-submit-btn:disabled{opacity:.65;cursor:not-allowed}.ql-error-tip{display:flex;align-items:center;gap:8px;background:#ef444426;border:1px solid rgba(239,68,68,.3);color:#fca5a5;padding:10px 14px;border-radius:var(--ql-radius-sm);font-size:13px;margin-bottom:20px}.ql-preset-roles{margin-top:28px;padding-top:20px;border-top:1px solid rgba(255,255,255,.08)}.ql-preset-title{display:flex;align-items:center;gap:6px;font-size:12px;color:#94a3b8;margin-bottom:12px}.ql-preset-buttons{display:flex;gap:8px;flex-wrap:wrap}.ql-role-tag-btn{background:#ffffff0d;border:1px solid rgba(255,255,255,.12);color:#cbd5e1;padding:6px 10px;border-radius:var(--ql-radius-sm);font-size:12px;display:flex;align-items:center;gap:6px;transition:all .2s ease}.ql-role-tag-btn:hover{background:#38bdf826;border-color:#38bdf8;color:#fff}.ql-app-layout{display:flex;flex-direction:column;min-height:100vh;background-color:#f1f5f9}.ql-top-header{height:52px;background:#fff;border-bottom:1px solid #e2e8f0;display:flex;align-items:center;justify-content:space-between;padding:0 20px;position:sticky;top:0;z-index:100;box-shadow:0 1px 3px #00000008}.ql-header-left{display:flex;align-items:center;gap:28px}.ql-header-logo{display:flex;align-items:center;gap:8px;font-weight:700;font-size:16px;color:#0f172a}.ql-logo-badge{background:linear-gradient(135deg,#0284c7,#059669);color:#fff;width:26px;height:26px;border-radius:6px;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:800}.ql-main-nav{display:flex;align-items:center;gap:2px;height:52px}.ql-nav-item{position:relative;display:flex;align-items:center;gap:5px;padding:0 14px;height:100%;font-size:14px;font-weight:500;color:#475569;border-bottom:2px solid transparent;transition:all .2s ease}.ql-nav-item:hover{color:#0284c7;background-color:#f8fafc}.ql-nav-item.active{color:#0284c7;font-weight:600;border-bottom-color:#0284c7}.ql-dropdown-wrapper{position:relative;height:100%;display:flex;align-items:center}.ql-dropdown-menu{position:absolute;top:100%;left:0;width:200px;background:#fff;border:1px solid #e2e8f0;box-shadow:0 10px 25px -5px #0000001a;border-radius:6px;padding:6px 0;z-index:110;animation:fadeIn .15s ease-out}.ql-dropdown-item{display:block;width:100%;text-align:left;padding:8px 16px;font-size:13px;color:#334155;transition:all .15s ease}.ql-dropdown-item:hover{background-color:#f1f5f9;color:#0284c7}.ql-header-right{display:flex;align-items:center;gap:16px}.ql-user-pill{display:flex;align-items:center;gap:10px;padding:4px 10px;border-radius:var(--ql-radius-full);background-color:#f8fafc;border:1px solid #e2e8f0}.ql-user-avatar{width:28px;height:28px;border-radius:50%;background:#0284c7;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:12px}.ql-user-name{font-weight:600;font-size:13px;color:#1e293b}.ql-user-title{font-size:11px;color:#64748b;background:#e2e8f0;padding:1px 6px;border-radius:4px}.ql-logout-btn{color:#64748b;display:flex;align-items:center;gap:5px;font-size:13px;padding:6px 10px;border-radius:6px;transition:all .2s ease}.ql-logout-btn:hover{color:#ef4444;background-color:#fef2f2}.ql-main-body{flex:1;padding:24px;max-width:1600px;margin:0 auto;width:100%}@media (max-width: 960px){.ql-login-hero{display:none}.ql-login-panel{flex:1;width:100%;padding:20px}}.ql-talent-page-layout{display:flex;gap:16px;align-items:flex-start}.ql-talent-sidebar{width:200px;flex-shrink:0;background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:16px 12px;box-shadow:0 1px 3px #00000005}.ql-cat-title-row{display:flex;justify-content:space-between;align-items:center;font-size:13px;font-weight:700;color:#334155;margin-bottom:10px;padding:0 6px}.ql-cat-item{display:flex;justify-content:space-between;align-items:center;padding:8px 10px;border-radius:6px;font-size:13px;color:#475569;cursor:pointer;margin-bottom:2px;transition:all .15s ease}.ql-cat-item:hover{background:#f1f5f9;color:#0284c7}.ql-cat-item.active{background:#0284c7;color:#fff;font-weight:600}.ql-cat-badge{font-size:11px;padding:1px 6px;border-radius:10px;background:#f1f5f9;color:#64748b}.ql-cat-item.active .ql-cat-badge{background:#ffffff40;color:#fff}.ql-talent-content{flex:1;min-width:0;display:flex;flex-direction:column;gap:14px}.ql-talent-filter-card{background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:14px 18px;box-shadow:0 1px 3px #00000005}.ql-filter-grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:12px 18px;margin-bottom:14px}.ql-filter-cell{display:flex;align-items:center;gap:8px}.ql-filter-cell label{font-size:13px;color:#475569;width:58px;text-align:right;flex-shrink:0}.ql-filter-input,.ql-filter-select{flex:1;height:32px;border:1px solid #cbd5e1;border-radius:4px;padding:0 8px;font-size:13px;color:#1e293b;background:#fff}.ql-filter-input:focus,.ql-filter-select:focus{border-color:#0284c7;box-shadow:0 0 0 2px #0284c726}.ql-filter-bottom-bar{display:flex;justify-content:space-between;align-items:center;border-top:1px solid #f1f5f9;padding-top:12px;gap:16px}.ql-keyword-search-box{flex:1;max-width:500px;height:32px;display:flex;align-items:center;gap:6px;border:1px solid #cbd5e1;border-radius:4px;padding:0 10px;background:#f8fafc}.ql-keyword-search-box input{flex:1;border:none;background:transparent;font-size:13px}.ql-btn-primary{height:32px;background:#0284c7;color:#fff;padding:0 14px;border-radius:4px;font-size:13px;font-weight:500;display:inline-flex;align-items:center;gap:6px}.ql-btn-primary:hover{background:#0369a1}.ql-btn-outline{height:32px;background:#fff;border:1px solid #cbd5e1;color:#475569;padding:0 12px;border-radius:4px;font-size:13px;display:inline-flex;align-items:center;gap:5px}.ql-btn-outline:hover{background:#f1f5f9;border-color:#94a3b8}.ql-btn-ai{height:32px;background:linear-gradient(135deg,#059669,#0284c7);color:#fff;padding:0 14px;border-radius:4px;font-size:13px;font-weight:600;display:inline-flex;align-items:center;gap:6px;box-shadow:0 2px 6px #05966940}.ql-btn-ai:hover{filter:brightness(1.08)}.ql-table-action-bar{display:flex;justify-content:space-between;align-items:center;padding:0 4px}.ql-table-btn-group{display:flex;gap:8px}.ql-action-pill-btn{height:30px;padding:0 12px;border:1px solid #cbd5e1;background:#fff;border-radius:4px;font-size:13px;color:#334155;display:flex;align-items:center;gap:5px}.ql-action-pill-btn:hover:not(:disabled){background:#f8fafc;border-color:#0284c7;color:#0284c7}.ql-action-pill-btn.primary{background:#0284c7;color:#fff;border-color:#0284c7}.ql-action-pill-btn.primary:hover{background:#0369a1}.ql-action-pill-btn:disabled{opacity:.5;cursor:not-allowed}.ql-table-wrapper{background:#fff;border:1px solid #e2e8f0;border-radius:8px;overflow-x:auto;box-shadow:0 1px 3px #00000005}.ql-talent-table{width:100%;border-collapse:collapse;text-align:left;font-size:13px}.ql-talent-table th{background:#f8fafc;color:#475569;font-weight:600;padding:10px 12px;border-bottom:1px solid #e2e8f0;white-space:nowrap}.ql-talent-table td{padding:10px 12px;border-bottom:1px solid #f1f5f9;color:#334155;vertical-align:middle}.ql-talent-row:hover{background:#f8fafc}.ql-icon-counts{display:flex;align-items:center;gap:8px;color:#94a3b8;font-size:12px}.ql-talent-name-link{color:#0284c7;font-weight:600;display:inline-flex;align-items:center;gap:4px;cursor:pointer}.ql-talent-name-link:hover{text-decoration:underline;color:#0369a1}.ql-company-name{color:#0284c7;max-width:180px;display:inline-block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ql-title-name{max-width:160px;display:inline-block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#1e293b;font-weight:500}.ql-salary-text{color:#0284c7;font-weight:500}.ql-phone-pill-btn{display:inline-flex;align-items:center;background:#f1f5f9;padding:2px 8px;border-radius:4px;font-size:12px;color:#475569;border:1px solid #e2e8f0}.ql-phone-pill-btn:hover{background:#e2e8f0}.ql-tags-cell{display:flex;gap:4px;flex-wrap:wrap}.ql-tag-pill{background:#f1f5f9;color:#475569;font-size:11px;padding:1px 6px;border-radius:4px}.ql-status-badge{display:inline-block;font-size:11px;padding:2px 8px;border-radius:12px;font-weight:500;text-align:center}.ql-status-badge.在职{background:#dbeafe;color:#1d4ed8}.ql-status-badge.离职{background:#fef3c7;color:#d97706}.ql-status-badge.客户面试{background:#dcfce7;color:#15803d}.ql-status-badge.加入项目{background:#e0e7ff;color:#4338ca}.ql-status-badge.看机会{background:#f3e8ff;color:#7e22ce}.ql-table-action-icon{color:#64748b;padding:4px;border-radius:4px}.ql-table-action-icon:hover{background:#e2e8f0;color:#0f172a}.ql-talent-detail-page{background:#fff;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 2px 6px #0000000a;overflow:hidden;display:flex;flex-direction:column}.ql-detail-top-bar{display:flex;justify-content:space-between;align-items:center;padding:12px 20px;border-bottom:1px solid #e2e8f0;background:#fff}.ql-top-left-profile{display:flex;align-items:center;gap:14px}.ql-btn-back{display:flex;align-items:center;gap:5px;font-size:13px;color:#475569;font-weight:500;padding:5px 10px;border-radius:4px;background:#f1f5f9}.ql-btn-back:hover{background:#e2e8f0;color:#0f172a}.ql-divider-v{width:1px;height:20px;background:#e2e8f0}.ql-candidate-header-title{display:flex;align-items:center;gap:8px}.ql-name-text{font-size:20px;font-weight:700;color:#0f172a}.ql-id-tag{font-size:12px;color:#64748b;background:#f1f5f9;padding:2px 6px;border-radius:4px}.ql-status-pill{font-size:11px;padding:2px 8px;border-radius:10px;background:#ecfdf5;color:#059669;font-weight:500}.ql-header-tags{display:flex;gap:6px}.ql-header-tag-item{font-size:11px;color:#0284c7;background:#e0f2fe;padding:2px 8px;border-radius:4px}.ql-top-right-actions{display:flex;gap:8px}.ql-action-btn{height:32px;padding:0 12px;border:1px solid #cbd5e1;background:#fff;border-radius:4px;font-size:13px;color:#334155;display:flex;align-items:center;gap:5px}.ql-action-btn:hover{background:#f8fafc;border-color:#0284c7}.ql-action-btn.primary{background:#0284c7;color:#fff;border-color:#0284c7}.ql-action-btn.primary.active{background:#059669;border-color:#059669}.ql-action-btn.starred{color:#d97706;border-color:#f59e0b}.ql-detail-nav-tabs{display:flex;justify-content:space-between;align-items:center;padding:0 20px;background:#f8fafc;border-bottom:1px solid #e2e8f0}.ql-tabs-left{display:flex;gap:4px}.ql-tab-btn{padding:10px 16px;font-size:13px;font-weight:500;color:#475569;border-bottom:2px solid transparent}.ql-tab-btn:hover{color:#0284c7}.ql-tab-btn.active{color:#0284c7;border-bottom-color:#0284c7;font-weight:600;background:#fff}.ql-editing-badge{font-size:11px;background:#ef4444;color:#fff;padding:1px 6px;border-radius:10px;margin-left:4px}.ql-tabs-right{display:flex;gap:12px}.ql-link-btn{font-size:12px;color:#0284c7}.ql-link-btn:hover{text-decoration:underline}.ql-detail-body-area{min-height:700px;background:#f8fafc}.ql-resume-viewer-container{display:flex;flex-direction:column;height:800px;background:#262626;position:relative}.ql-viewer-toolbar{height:44px;background:#333;border-bottom:1px solid #444444;display:flex;justify-content:space-between;align-items:center;padding:0 16px;color:#e5e5e5}.ql-toolbar-left,.ql-toolbar-center,.ql-toolbar-right{display:flex;align-items:center;gap:8px}.ql-doc-title{font-size:13px;color:#cbd5e1}.ql-tool-icon-btn{color:#cbd5e1;padding:5px;border-radius:4px}.ql-tool-icon-btn:hover:not(:disabled){background:#444;color:#fff}.ql-tool-icon-btn:disabled{opacity:.4;cursor:not-allowed}.ql-toolbar-divider{width:1px;height:18px;background:#555;margin:0 4px}.ql-page-indicator,.ql-zoom-indicator{font-size:12px;color:#e2e8f0;padding:0 4px}.ql-tool-action-btn{background:#444;color:#fff;padding:4px 10px;border-radius:4px;font-size:12px;display:flex;align-items:center;gap:5px}.ql-tool-action-btn:hover{background:#555}.ql-viewer-workspace{flex:1;display:flex;overflow:hidden}.ql-viewer-sidebar{width:140px;background:#2a2a2a;border-right:1px solid #383838;padding:16px 12px;display:flex;flex-direction:column;gap:16px;align-items:center;overflow-y:auto}.ql-thumbnail-card{cursor:pointer;display:flex;flex-direction:column;align-items:center;gap:4px}.ql-thumb-mini-page{width:80px;height:110px;background:#fff;border:1px solid #555555;border-radius:2px;padding:8px 6px;display:flex;flex-direction:column;gap:6px;box-shadow:0 2px 5px #0000004d}.ql-thumbnail-card.active .ql-thumb-mini-page{border:2px solid #38bdf8;box-shadow:0 0 8px #38bdf880}.ql-mini-line{background:#e2e8f0;height:4px;border-radius:2px}.ql-mini-line.title{background:#0284c7;width:50%}.ql-mini-line.header{background:#94a3b8;width:80%}.ql-mini-line.body{width:100%}.ql-thumb-num{font-size:11px;color:#94a3b8}.ql-document-scroll-area{flex:1;overflow-y:auto;padding:30px 20px 80px;display:flex;justify-content:center;background:#1f1f1f}.ql-a4-document-page{width:820px;min-height:1120px;background:#fff;box-shadow:0 4px 20px #0006;padding:48px 56px;color:#1e293b;line-height:1.6;transition:transform .15s ease}.ql-resume-doc-header{text-align:center;border-bottom:2px solid #0f172a;padding-bottom:12px;margin-bottom:24px}.ql-resume-doc-title{font-size:26px;letter-spacing:6px;font-weight:800;color:#0f172a}.ql-resume-doc-subtitle{font-size:11px;color:#64748b;letter-spacing:2px;display:block}.ql-resume-profile-box{display:flex;justify-content:space-between;margin-bottom:24px;padding-bottom:20px;border-bottom:1px dashed #cbd5e1}.ql-candidate-big-name{font-size:24px;font-weight:800;color:#0f172a;margin-bottom:8px}.ql-profile-meta-row{font-size:13px;color:#475569;margin-bottom:4px}.ql-profile-info-right{display:flex;gap:20px}.ql-qualifications-block{text-align:left;font-size:13px;display:flex;flex-direction:column;gap:6px}.ql-candidate-photo-frame{width:88px;height:116px;border:1px solid #cbd5e1;background:#f8fafc;overflow:hidden;display:flex;align-items:center;justify-content:center}.ql-candidate-img{width:100%;height:100%;object-fit:cover}.ql-candidate-photo-placeholder{font-size:12px;color:#94a3b8}.ql-resume-section{margin-top:20px}.ql-section-heading{background:#1e3a8a;color:#fff;font-size:13px;font-weight:700;display:inline-block;padding:4px 14px;border-radius:3px;margin-bottom:12px}.ql-section-list{padding-left:20px;font-size:13px;color:#334155;display:flex;flex-direction:column;gap:6px}.ql-exp-item{margin-bottom:16px}.ql-exp-top-row{display:flex;align-items:baseline;gap:12px;font-size:13px;margin-bottom:8px}.ql-exp-company{font-size:14px;color:#0f172a}.ql-exp-industry{color:#64748b;font-size:12px}.ql-exp-title{color:#0284c7;font-weight:600}.ql-exp-date{color:#64748b;margin-left:auto}.ql-exp-resp-list{font-size:13px;color:#334155;display:flex;flex-direction:column;gap:6px;padding-left:10px}.ql-exp-resp-point{display:flex;gap:6px;line-height:1.6}.ql-point-bullet{color:#0284c7;font-weight:700}.ql-doc-tag{background:#e0f2fe;color:#0369a1;padding:4px 10px;border-radius:4px;font-size:12px;font-weight:500}.ql-doc-tag.outline{background:#f8fafc;border:1px solid #cbd5e1;color:#475569}.ql-consultant-review-box{background:#f8fafc;border-left:3px solid #0284c7;padding:12px 16px;border-radius:0 6px 6px 0}.ql-floating-capsule-bar{position:absolute;right:24px;bottom:20px;background:#0284c7;border-radius:20px;display:flex;padding:4px 8px;gap:6px;box-shadow:0 4px 14px #0284c766}.ql-capsule-btn{color:#fff;font-size:12px;padding:4px 10px;border-radius:14px;transition:all .15s ease}.ql-capsule-btn:hover{background:#ffffff26}.ql-capsule-btn.ai-highlight{background:#fff3;display:flex;align-items:center;gap:4px;font-weight:600}.ql-talent-edit-container{padding:24px;max-width:1100px;margin:0 auto}.ql-edit-success-banner{background:#ecfdf5;border:1px solid #a7f3d0;color:#065f46;padding:12px 16px;border-radius:6px;font-size:14px;font-weight:500;display:flex;align-items:center;gap:8px;margin-bottom:20px;animation:fadeIn .3s ease}.ql-form-section-card{background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:20px;margin-bottom:20px}.ql-form-card-title{font-size:15px;font-weight:700;color:#0f172a;margin-bottom:16px;border-left:3px solid #0284c7;padding-left:8px}.ql-form-card-title-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.ql-form-grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.ql-form-grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.ql-form-item{display:flex;flex-direction:column;gap:6px}.ql-form-item label{font-size:12px;font-weight:500;color:#475569}.ql-form-item input,.ql-form-item select{height:36px;border:1px solid #cbd5e1;border-radius:4px;padding:0 10px;font-size:13px}.ql-form-textarea{border:1px solid #cbd5e1;border-radius:4px;padding:8px 10px;font-size:13px;line-height:1.5;font-family:inherit;outline:none}.ql-btn-secondary-sm{background:#f1f5f9;border:1px solid #cbd5e1;color:#334155;padding:4px 10px;border-radius:4px;font-size:12px;display:inline-flex;align-items:center;gap:4px}.ql-btn-secondary-sm:hover{background:#e2e8f0}.ql-exp-form-item{background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;padding:14px;margin-bottom:12px}.ql-exp-form-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.ql-exp-index-badge{font-size:12px;font-weight:600;color:#0284c7}.ql-delete-btn{color:#ef4444;font-size:12px;display:inline-flex;align-items:center;gap:4px}.ql-delete-btn:hover{text-decoration:underline}.ql-edit-form-footer{display:flex;justify-content:flex-end;gap:12px;margin-top:24px;padding-bottom:40px}.ql-standard-resume-view{padding:24px;max-width:1000px;margin:0 auto}.ql-standard-view-header{display:flex;justify-content:space-between;align-items:center;padding-bottom:16px;border-bottom:1px solid #e2e8f0}.ql-standard-exp-card{background:#fff;border:1px solid #e2e8f0;border-radius:6px;padding:16px;margin-bottom:12px}.ql-talent-projects-view,.ql-ai-match-view{padding:24px;max-width:900px;margin:0 auto}.ql-proj-card{background:#fff;border:1px solid #e2e8f0;border-radius:6px;padding:16px;margin-bottom:12px}.ql-proj-status-badge{background:#e0f2fe;color:#0284c7;font-size:12px;padding:2px 8px;border-radius:4px;font-weight:600}.ql-pinpin-detail-wrapper{background:#fff;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 1px 3px #00000008;overflow:hidden;display:flex;flex-direction:column}.ql-pinpin-header{display:flex;justify-content:space-between;align-items:center;padding:10px 16px;border-bottom:1px solid #e5e7eb;background:#fff}.ql-pinpin-header-left{display:flex;align-items:center;gap:10px}.ql-pinpin-back-btn{display:flex;align-items:center;gap:4px;font-size:12px;color:#64748b;background:#f1f5f9;border:1px solid #e2e8f0;padding:4px 8px;border-radius:4px;font-weight:500}.ql-pinpin-back-btn:hover{background:#e2e8f0;color:#0f172a}.ql-pinpin-candidate-name{font-size:22px;font-weight:800;color:#0f172a;letter-spacing:-.2px}.ql-pinpin-candidate-id{font-size:12px;color:#64748b;font-family:inherit}.ql-pinpin-link-icon{display:flex;align-items:center;cursor:pointer}.ql-pinpin-status-capsule{font-size:11px;background:#f1f5f9;color:#64748b;padding:2px 8px;border-radius:10px}.ql-pinpin-quick-contact{display:flex;gap:6px;margin-left:6px}.ql-contact-btn{display:inline-flex;align-items:center;gap:3px;color:#0284c7;font-size:11px;background:#f0f9ff;border:1px solid #bae6fd;padding:2px 6px;border-radius:3px}.ql-contact-btn:hover{background:#e0f2fe}.ql-pinpin-tags-group{display:flex;align-items:center;gap:8px;margin-left:6px}.ql-pinpin-label-add{font-size:11px;color:#475569;display:inline-flex;align-items:center;gap:2px;cursor:pointer}.ql-pinpin-label-add:hover{color:#0284c7}.ql-pinpin-header-right{display:flex;align-items:center;gap:8px}.ql-icon-tool{color:#64748b;padding:4px;border-radius:4px}.ql-icon-tool:hover{background:#f1f5f9;color:#0f172a}.ql-pinpin-tool-btn{height:28px;padding:0 10px;border:1px solid #d1d5db;background:#fff;border-radius:3px;font-size:12px;color:#374151;display:flex;align-items:center;gap:4px}.ql-pinpin-tool-btn:hover{background:#f9fafb;border-color:#9ca3af}.ql-pinpin-tool-btn.primary{background:#0284c7;border-color:#0284c7;color:#fff}.ql-pinpin-tool-btn.primary:hover{background:#0369a1}.ql-pinpin-tool-btn.primary.active{background:#059669;border-color:#059669}.ql-pinpin-tool-btn.starred{color:#d97706;border-color:#f59e0b}.ql-pinpin-tabs-nav{display:flex;justify-content:space-between;align-items:center;padding:0 16px;background:#f9fafb;border-bottom:1px solid #e5e7eb}.ql-tabs-nav-left{display:flex;gap:2px}.ql-nav-tab-btn{padding:9px 14px;font-size:13px;color:#4b5563;font-weight:500;border-bottom:2px solid transparent;transition:all .15s ease}.ql-nav-tab-btn:hover{color:#0284c7}.ql-nav-tab-btn.active{color:#0284c7;font-weight:700;border-bottom-color:#0284c7;background:#fff}.ql-pinpin-main-body{min-height:700px;background:#f9fafb;padding:16px}.ql-standard-resume-container{max-width:1200px;margin:0 auto}.ql-pinpin-section-card{background:#fff;border:1px solid #e5e7eb;border-radius:6px;padding:16px 20px;box-shadow:0 1px 2px #00000005}.ql-card-title-bar{font-size:14px;font-weight:700;color:#374151;margin-bottom:14px;padding-bottom:8px;border-bottom:1px solid #f3f4f6}.ql-basic-info-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;background:#fdfdfd;border:1px solid #e5e7eb;border-radius:6px;padding:16px 20px}.ql-info-column{display:flex;flex-direction:column;gap:9px}.ql-info-row{display:flex;font-size:13px;line-height:1.5}.ql-field-label{width:90px;color:#6b7280;text-align:right;flex-shrink:0}.ql-field-val{color:#111827;flex:1}.ql-field-val.link-color{color:#0284c7;font-weight:500}.ql-field-val.bold{font-weight:700}.ql-experience-timeline{display:flex;flex-direction:column;gap:24px;margin-top:10px}.ql-timeline-item{display:flex;gap:28px;padding-bottom:20px;border-bottom:1px dashed #e5e7eb}.ql-timeline-item:last-child{border-bottom:none;padding-bottom:0}.ql-timeline-left{width:110px;flex-shrink:0;text-align:left}.ql-date-range{font-size:13px;font-weight:700;color:#111827}.ql-date-duration{font-size:12px;color:#6b7280;margin-top:2px}.ql-timeline-right{flex:1;min-width:0}.ql-exp-company-bar{display:flex;align-items:center;gap:12px;margin-bottom:12px}.ql-exp-company-text{font-size:15px;font-weight:800;color:#111827}.ql-exp-title-text{font-size:13px;color:#4b5563;font-weight:500}.ql-ai-mapping-badge{display:inline-flex;align-items:center;gap:4px;background:#eff6ff;border:1px solid #bfdbfe;color:#2563eb;font-size:11px;font-weight:600;padding:1px 8px;border-radius:12px;cursor:pointer;margin-left:auto}.ql-ai-mapping-badge:hover{background:#dbeafe}.ql-exp-desc-box{font-size:13px;color:#374151;line-height:1.7}.ql-desc-block{margin-bottom:12px}.ql-sub-heading{font-weight:700;color:#111827;margin-top:8px;margin-bottom:2px}.ql-text-para{color:#4b5563;margin-bottom:4px}.ql-pinpin-logs-container{background:#fff;border:1px solid #e5e7eb;border-radius:6px;padding:20px 24px;max-width:1200px;margin:0 auto}.ql-log-section-title{font-size:14px;font-weight:700;color:#0284c7;margin-bottom:14px}.ql-pinpin-log-table{width:100%;border-collapse:collapse;font-size:13px}.ql-pinpin-log-table th{text-align:left;font-weight:600;color:#374151;padding:10px 12px;border-bottom:1px solid #e5e7eb;background:#f9fafb}.ql-pinpin-log-table td{padding:12px;border-bottom:1px solid #f3f4f6;color:#1f2937}.ql-log-field{color:#111827;font-weight:500}.ql-log-current{color:#0284c7}.ql-log-previous{color:#9ca3af}.ql-log-operator{color:#4b5563}.ql-log-time{color:#6b7280}.ql-project-page-layout{display:flex;gap:16px;align-items:flex-start}.ql-project-sidebar{width:200px;flex-shrink:0;background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:14px 10px;box-shadow:0 1px 3px #00000005}.ql-proj-cat-tabs{display:flex;align-items:center;gap:4px;padding:0 4px 10px;border-bottom:1px solid #f1f5f9;margin-bottom:8px;font-size:13px;font-weight:700}.ql-cat-tab-btn{color:#64748b;font-weight:700}.ql-cat-tab-btn.active{color:#0f172a}.ql-proj-cat-list{display:flex;flex-direction:column;gap:2px}.ql-proj-cat-item{display:flex;justify-content:space-between;align-items:center;padding:8px 10px;border-radius:6px;font-size:13px;color:#475569;cursor:pointer;transition:all .15s ease}.ql-proj-cat-item:hover{background:#f1f5f9;color:#0284c7}.ql-proj-cat-item.active{background:#0284c7;color:#fff;font-weight:600}.ql-proj-cat-badge{font-size:11px;padding:1px 6px;border-radius:10px;background:#f1f5f9;color:#64748b}.ql-proj-cat-item.active .ql-proj-cat-badge{background:#ffffff40;color:#fff}.ql-proj-folder-title{font-size:13px;font-weight:700;color:#334155;padding:0 6px 8px}.ql-project-content{flex:1;min-width:0;display:flex;flex-direction:column;gap:14px}.ql-proj-filter-card{background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:14px 18px;box-shadow:0 1px 3px #00000005}.ql-proj-filter-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px 18px;margin-bottom:12px}.ql-proj-filter-cell{display:flex;align-items:center;gap:8px}.ql-proj-filter-cell label{font-size:13px;color:#475569;width:70px;text-align:right;flex-shrink:0}.ql-proj-filter-bottom{display:flex;justify-content:space-between;align-items:center;border-top:1px solid #f1f5f9;padding-top:10px}.ql-btn-link-blue{color:#0284c7;font-size:13px;padding:0 6px}.ql-btn-link-blue:hover{text-decoration:underline}.ql-project-table{width:100%;border-collapse:collapse;font-size:13px;text-align:left}.ql-project-table th{background:#f8fafc;color:#475569;font-weight:600;padding:10px;border-bottom:1px solid #e2e8f0;white-space:nowrap}.ql-project-table td{padding:10px;border-bottom:1px solid #f1f5f9;color:#334155;vertical-align:middle}.ql-project-row:hover{background:#f8fafc}.ql-project-name-cell{display:inline-flex;align-items:center;gap:5px;color:#0284c7;font-weight:600;cursor:pointer}.ql-project-name-cell:hover{text-decoration:underline}.ql-proj-title-link{color:#0284c7;font-weight:600}.ql-client-link{color:#0284c7;max-width:170px;display:inline-block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ql-badge-new{background:#ef4444;color:#fff;font-size:10px;padding:1px 4px;border-radius:3px;font-weight:700}.ql-proj-status-pill{font-size:11px;padding:2px 6px;border-radius:4px;background:#fef08a;color:#854d0e;font-weight:600}.ql-proj-level-badge{width:20px;height:20px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:11px;font-weight:700}.ql-proj-level-badge.medium{background:#fed7aa;color:#c2410c}.ql-proj-level-badge.high,.ql-proj-level-badge.red{background:#fecaca;color:#dc2626;border:1px solid #ef4444}.ql-proj-detail-wrapper{background:#fff;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 1px 3px #00000008;overflow:hidden}.ql-proj-header-bar{display:flex;justify-content:space-between;align-items:center;padding:10px 16px;border-bottom:1px solid #e5e7eb}.ql-proj-header-left{display:flex;align-items:center;gap:10px}.ql-proj-main-name{font-size:22px;font-weight:800;color:#0f172a}.ql-proj-main-id{font-size:12px;color:#64748b}.ql-proj-client-pill{background:#0284c7;color:#fff;font-size:12px;font-weight:600;padding:3px 10px;border-radius:12px}.ql-proj-header-right{display:flex;align-items:center;gap:8px}.ql-ai-gradient-badge{background:linear-gradient(135deg,#06b6d4,#3b82f6);color:#fff;padding:2px 6px;border-radius:4px;font-size:11px;font-weight:700;display:inline-flex;align-items:center;gap:2px}.ql-proj-tabs-nav{display:flex;justify-content:space-between;align-items:center;padding:0 16px;background:#f9fafb;border-bottom:1px solid #e5e7eb}.ql-proj-main-body{padding:16px;background:#f9fafb;min-height:750px}.ql-proj-details-layout{display:flex;gap:16px;max-width:1400px;margin:0 auto}.ql-proj-left-cards{flex:2.8;min-width:0}.ql-proj-right-comm{flex:1.2;min-width:320px}.ql-req-funnel-counts{display:flex;gap:12px;font-size:12px;color:#475569}.ql-pill-yellow{background:#fef08a;color:#854d0e;padding:2px 8px;border-radius:10px;font-size:11px;font-weight:600}.ql-pill-cyan{background:#e0f2fe;color:#0284c7;padding:2px 8px;border-radius:10px;font-size:11px;font-weight:600}.ql-jd-content-box{font-size:13px;line-height:1.7;color:#334155}.ql-jd-sub-title{font-size:13px;font-weight:700;color:#0f172a;margin-bottom:6px}.ql-jd-list{display:flex;flex-direction:column;gap:4px;color:#475569}.ql-team-members-bar{display:flex;gap:24px;font-size:13px}.ql-team-member-item{display:flex;gap:4px}.ql-member-role{color:#059669;font-weight:700}.ql-member-name{color:#0284c7;font-weight:600}.ql-comm-list{display:flex;flex-direction:column;gap:12px}.ql-comm-item{background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;padding:10px 12px}.ql-comm-meta{display:flex;justify-content:space-between;font-size:11px;color:#64748b;margin-bottom:4px}.ql-comm-body{font-size:12px;color:#1e293b;line-height:1.5}.ql-proj-candidates-wrapper{max-width:1400px;margin:0 auto}.ql-funnel-filter-bar{display:flex;justify-content:space-between;align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:6px;padding:8px 12px;margin-top:10px}.ql-funnel-chips{display:flex;gap:6px}.ql-funnel-chip{font-size:12px;color:#4b5563;padding:3px 8px;border-radius:4px}.ql-funnel-chip:hover{background:#f1f5f9;color:#0284c7}.ql-funnel-chip.active{color:#0f172a;font-weight:800;border-bottom:2px solid #0284c7}.ql-candidate-search-input{display:flex;align-items:center;gap:6px;border:1px solid #cbd5e1;border-radius:4px;padding:0 8px;height:28px;width:180px}.ql-candidate-search-input input{border:none;background:transparent;font-size:12px;flex:1}.ql-btn-text-blue{color:#0284c7;font-size:12px}.ql-btn-text-blue:hover{text-decoration:underline}.ql-candidate-status-chip{display:inline-block;font-size:11px;padding:1px 6px;border-radius:4px;font-weight:500}.ql-candidate-status-chip.blue{background:#dbeafe;color:#1d4ed8}.ql-candidate-status-chip.green{background:#dcfce7;color:#15803d}.ql-client-page-layout{display:flex;gap:16px;align-items:flex-start}.ql-client-sidebar{width:210px;flex-shrink:0;background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:14px 12px;box-shadow:0 1px 3px #00000005}.ql-client-content{flex:1;min-width:0;display:flex;flex-direction:column;gap:14px}.ql-cat-title-row{display:flex;justify-content:space-between;align-items:center;padding:0 4px 10px;border-bottom:1px solid #f1f5f9;margin-bottom:8px;font-size:13px;font-weight:700;color:#334155}.ql-client-type-badge{font-size:11px;padding:2px 8px;border-radius:4px;font-weight:600;display:inline-block}.ql-client-type-badge.signed{background:#fee2e2;color:#b91c1c;border:1px solid #fca5a5}.ql-client-type-badge.developing{background:#dcfce7;color:#15803d;border:1px solid #86efac}.ql-icon-counts{display:flex;gap:8px;font-size:11px;color:#64748b}.ql-icon-counts span{display:inline-flex;align-items:center;gap:2px}.ql-btn-edit-cell{color:#0284c7;font-size:12px;background:none;border:none;cursor:pointer}.ql-btn-edit-cell:hover{text-decoration:underline}.ql-client-detail-wrapper{background:#fff;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 1px 3px #00000008;overflow:hidden}.ql-client-header-bar{display:flex;justify-content:space-between;align-items:center;padding:10px 16px;border-bottom:1px solid #e5e7eb;background:#fff}.ql-client-header-left{display:flex;align-items:center;gap:10px}.ql-client-main-name{font-size:22px;font-weight:800;color:#0f172a;letter-spacing:-.2px}.ql-client-main-id{font-size:12px;color:#64748b}.ql-client-ai-tag{display:inline-flex;align-items:center;gap:3px;font-size:11px;font-weight:600;color:#0284c7;background:#e0f2fe;padding:2px 8px;border-radius:12px;border:1px solid #bae6fd}.ql-client-header-right{display:flex;align-items:center;gap:8px}.ql-client-tabs-nav{display:flex;justify-content:space-between;align-items:center;padding:0 16px;background:#f9fafb;border-bottom:1px solid #e5e7eb}.ql-client-main-body{padding:16px;background:#f9fafb;min-height:750px}.ql-client-projects-layout{display:flex;flex-direction:column;gap:12px}.ql-card-filter-row{display:flex;justify-content:space-between;align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:6px;padding:10px 14px}.ql-client-proj-card-list{display:flex;flex-direction:column;gap:12px}.ql-client-proj-card{background:#fff;border:1px solid #e2e8f0;border-radius:6px;padding:14px 16px;box-shadow:0 1px 2px #00000005;display:flex;flex-direction:column;gap:10px;transition:all .15s ease}.ql-client-proj-card:hover{border-color:#cbd5e1;box-shadow:0 2px 8px #0000000a}.ql-client-proj-top{display:flex;align-items:center;gap:10px}.ql-proj-card-name{font-size:15px;font-weight:700;color:#0284c7;cursor:pointer}.ql-proj-card-name:hover{text-decoration:underline}.ql-proj-card-counts{display:flex;gap:14px;font-size:12px;color:#64748b;margin-left:10px}.ql-proj-card-counts strong{color:#0f172a;margin-left:2px}.ql-btn-text-tool{background:none;border:none;color:#64748b;font-size:12px;cursor:pointer;display:inline-flex;align-items:center;gap:3px}.ql-btn-text-tool:hover{color:#0284c7}.ql-proj-funnel-progressbar{height:4px;background:#e2e8f0;border-radius:2px;overflow:hidden;margin:2px 0}.ql-funnel-bar-fill{height:100%;background:#0284c7;border-radius:2px;transition:width .3s ease}.ql-client-proj-bottom{display:flex;justify-content:space-between;align-items:center;border-top:1px dashed #f1f5f9;padding-top:8px}.ql-client-rec-layout{display:flex;flex-direction:column;gap:12px}.ql-rec-filter-card{background:#fff;border:1px solid #e2e8f0;border-radius:6px;padding:14px 16px}.ql-rec-filter-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px 16px;margin-bottom:12px}.ql-rec-filter-cell{display:flex;align-items:center;gap:8px}.ql-rec-filter-cell label{font-size:13px;color:#475569;width:65px;text-align:right;flex-shrink:0}.ql-rec-funnel-chips{display:flex;gap:8px;border-top:1px solid #f1f5f9;padding-top:10px}.ql-contract-layout{display:flex;flex-direction:column;gap:16px;max-width:1000px;margin:0 auto}.ql-contract-card{border:1px solid #e2e8f0;padding:20px 24px}.ql-contract-title-row{margin-bottom:16px;display:flex;align-items:center;justify-content:space-between}.ql-contract-name-badge{font-size:14px;font-weight:700;color:#0284c7;background:#eff6ff;padding:4px 12px;border-radius:4px;border:1px solid #bfdbfe}.ql-contract-grid{display:flex;flex-direction:column;gap:12px}.ql-contract-row{display:flex;font-size:13px;line-height:1.6}.ql-contract-clause{background:#f8fafc;border:1px solid #e2e8f0;border-radius:4px;padding:6px 12px;color:#334155;font-weight:500}.ql-contract-bottom-bar{display:flex;justify-content:space-between;align-items:center;border-top:1px solid #f1f5f9;padding-top:14px;margin-top:16px}.ql-contract-validity{display:flex;align-items:center;gap:6px;font-size:13px;color:#475569}.ql-talent-map-layout{display:flex;flex-direction:column;gap:12px}.ql-map-badge{color:#0284c7;font-weight:600;cursor:pointer}.ql-map-badge:hover{text-decoration:underline}.ql-client-contacts-layout{display:flex;flex-direction:column;gap:12px}.ql-client-details-grid-layout{display:flex;gap:16px;align-items:flex-start}.ql-details-left-pane{flex:2.3;min-width:0;display:flex;flex-direction:column;gap:14px}.ql-details-right-comm-pane{flex:1.1;min-width:320px}.ql-details-quad-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;background:#fdfdfd;border:1px solid #e5e7eb;border-radius:6px;padding:16px 20px}.ql-quad-col{display:flex;flex-direction:column;gap:8px}.ql-intro-paragraphs{display:flex;flex-direction:column;gap:8px;font-size:13px;color:#334155;line-height:1.7}.ql-intro-p{margin:0}.ql-add-comm-box{background:#f8fafc;border:1px solid #cbd5e1;border-radius:6px;padding:10px;margin-bottom:12px}.ql-comm-feed{display:flex;flex-direction:column;gap:10px;margin-top:6px;max-height:750px;overflow-y:auto}.ql-comm-card-item{background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;padding:10px 12px}.ql-comm-top-tags{display:flex;align-items:center;gap:6px;margin-bottom:6px}.ql-comm-pill-blue{background:#0284c7;color:#fff;font-size:11px;padding:1px 6px;border-radius:4px;font-weight:500}.ql-comm-pill-outline{border:1px solid #0284c7;color:#0284c7;background:#fff;font-size:11px;padding:1px 6px;border-radius:4px;font-weight:500}.ql-comm-person-name{font-size:12px;font-weight:700;color:#0f172a;margin-left:2px}.ql-comm-content-text{font-size:12px;color:#1e293b;line-height:1.6;margin-bottom:6px}.ql-comm-footer-meta{display:flex;justify-content:space-between;font-size:11px;color:#64748b}.ql-client-invoices-layout{display:flex;flex-direction:column;gap:12px}.ql-inv-filter-bar{display:flex;justify-content:space-between;align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:6px;padding:8px 12px}.ql-inv-chips{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.ql-inv-chip-btn{background:none;border:none;font-size:12px;color:#475569;padding:4px 8px;border-radius:4px;cursor:pointer;transition:all .15s ease}.ql-inv-chip-btn:hover{background:#f1f5f9;color:#0284c7}.ql-inv-chip-btn.active{background:#e0f2fe;color:#0369a1;font-weight:700}.ql-invoice-cards-container{display:flex;flex-direction:column;gap:12px}.ql-invoice-card{background:#fff;border:1px solid #e2e8f0;border-radius:6px;padding:14px 16px;box-shadow:0 1px 2px #00000005;display:flex;flex-direction:column;gap:8px}.ql-inv-header-row{display:flex;justify-content:space-between;align-items:center;border-bottom:1px dashed #f1f5f9;padding-bottom:8px}.ql-inv-tag-yellow{background:#fef08a;color:#854d0e;font-size:10px;padding:1px 5px;border-radius:3px;font-weight:700}.ql-inv-tag-red{background:#fee2e2;color:#b91c1c;font-size:10px;padding:1px 5px;border-radius:3px;font-weight:700}.ql-inv-status-received{background:#1e40af;color:#fff;font-size:11px;padding:2px 8px;border-radius:10px;font-weight:600}.ql-inv-status-issued{background:#f43f5e;color:#fff;font-size:11px;padding:2px 8px;border-radius:10px;font-weight:600}.ql-inv-link-row{display:flex;gap:16px;font-size:12px;color:#64748b;flex-wrap:wrap}.ql-inv-link{color:#0284c7;font-weight:600;text-decoration:none}.ql-inv-link:hover{text-decoration:underline}.ql-inv-meta-row{display:flex;gap:16px;font-size:12px;color:#475569;flex-wrap:wrap}.ql-inv-action-row{display:flex;justify-content:flex-end;gap:6px;margin-top:4px;border-top:1px dashed #f1f5f9;padding-top:6px}.ql-inv-btn-tool{background:none;border:1px solid #e2e8f0;border-radius:4px;color:#475569;font-size:11px;padding:2px 8px;cursor:pointer;display:inline-flex;align-items:center;gap:3px}.ql-inv-btn-tool:hover{background:#f8fafc;color:#0284c7;border-color:#cbd5e1}.ql-client-remarks-layout{display:flex;flex-direction:column;gap:12px}.ql-rem-filter-bar{display:flex;gap:6px;background:#fff;border:1px solid #e2e8f0;border-radius:6px;padding:8px 12px;flex-wrap:wrap}.ql-rem-chip-btn{background:none;border:1px solid #e2e8f0;font-size:12px;color:#475569;padding:3px 10px;border-radius:4px;cursor:pointer;transition:all .15s ease}.ql-rem-chip-btn:hover{background:#f1f5f9;color:#0284c7}.ql-rem-chip-btn.active{background:#0284c7;color:#fff;border-color:#0284c7;font-weight:600}.ql-remarks-timeline-list{display:flex;flex-direction:column;gap:14px}.ql-remark-item-row{display:flex;gap:16px;align-items:flex-start}.ql-remark-left-author{width:120px;flex-shrink:0;text-align:right}.ql-remark-time{font-size:11px;color:#64748b}.ql-remark-name{font-size:12px;font-weight:600;color:#0284c7;margin-top:2px}.ql-remark-bubble-card{flex:1;background:#fff;border:1px solid #e2e8f0;border-radius:6px;padding:14px 18px;box-shadow:0 1px 2px #00000005}.ql-remark-badge-tag{background:#0d9488;color:#fff;font-size:11px;padding:1px 8px;border-radius:3px;display:inline-block;font-weight:600;margin-bottom:10px}.ql-remark-text-body{font-size:13px;color:#1e293b;line-height:1.7;white-space:pre-line}.ql-dashboard-page-container{display:flex;flex-direction:column;gap:12px;padding:8px 4px 24px}.ql-dash-top-bar{display:flex;justify-content:space-between;align-items:center;padding:2px 0 4px}.ql-dash-scope-buttons{display:flex;gap:8px;align-items:center}.ql-scope-btn{background:#fff;border:1px solid #cbd5e1;border-radius:4px;padding:4px 12px;font-size:12px;color:#475569;cursor:pointer;display:inline-flex;align-items:center;gap:4px;transition:all .15s ease}.ql-scope-btn:hover{border-color:#1976d2;color:#1976d2}.ql-scope-btn.active{background:#e0f2fe;border-color:#0284c7;color:#0284c7;font-weight:600}.ql-scope-btn.setting-btn{color:#64748b;border-color:#e2e8f0}.ql-dash-motto-row{font-size:13px;color:#334155;display:flex;align-items:center}.ql-motto-red-text{color:#e11d48;font-weight:600;margin-left:2px}.ql-dash-kpi-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:8px}.ql-kpi-blue-card{background:linear-gradient(180deg,#1e88e5,#1565c0);border-radius:5px;padding:8px 10px;color:#fff;display:flex;flex-direction:column;justify-content:space-between;min-height:90px;box-shadow:0 1px 3px #1565c033;transition:transform .15s ease,box-shadow .15s ease}.ql-kpi-blue-card:hover{transform:translateY(-2px);box-shadow:0 4px 10px #1565c059}.ql-kpi-top{display:flex;justify-content:space-between;align-items:center;font-size:12px;opacity:.95}.ql-kpi-title{font-weight:600;letter-spacing:.2px}.ql-kpi-period-dropdown{display:inline-flex;align-items:center;gap:2px;font-size:11px;opacity:.85;cursor:pointer}.ql-kpi-period-dropdown:hover{opacity:1}.ql-kpi-big-value{display:flex;justify-content:center;align-items:center;font-size:24px;font-weight:700;margin:3px 0 5px;line-height:1}.ql-kpi-big-value span{border-bottom:1.5px solid rgba(255,255,255,.4);padding:0 10px 2px;display:inline-block}.ql-kpi-bottom-row{display:flex;justify-content:space-between;align-items:center;font-size:11px;opacity:.88}.ql-kpi-trend-rate{font-weight:600;font-size:11px}.ql-dash-card{background:#fff;border:1px solid #e2e8f0;border-radius:6px;box-shadow:0 1px 3px #00000005;overflow:hidden}.ql-quick-query-card{margin-top:2px}.ql-quick-query-header{display:flex;justify-content:space-between;align-items:center;padding:8px 12px;background:#fff;border-bottom:1px solid #f1f5f9;flex-wrap:wrap;gap:8px}.ql-quick-title{font-size:13px;font-weight:700;color:#1e293b}.ql-quick-chips{display:flex;gap:4px;flex-wrap:wrap}.ql-quick-chip-btn{background:#fff;border:1px solid #cbd5e1;border-radius:3px;font-size:12px;color:#475569;padding:2px 10px;cursor:pointer;transition:all .15s ease}.ql-quick-chip-btn:hover{border-color:#1976d2;color:#1976d2}.ql-quick-chip-btn.active{background:#1976d2;border-color:#1976d2;color:#fff;font-weight:600}.ql-badge-new{background:#ef4444;color:#fff;font-size:10px;padding:1px 4px;border-radius:3px;font-weight:600;margin-left:4px;display:inline-block;line-height:1.2}.ql-proj-status-pill.yellow{background:#fef3c7;color:#b45309;border:1px solid #fde68a;font-size:11px;padding:1px 6px;border-radius:10px;font-weight:600}.ql-proj-level-pill{display:inline-block;width:18px;height:18px;line-height:18px;text-align:center;border-radius:50%;font-size:10px;font-weight:700;color:#fff}.ql-proj-level-pill.high{background:#ef4444}.ql-proj-level-pill.med{background:#f59e0b}.ql-dash-three-cols{display:grid;grid-template-columns:1fr 1fr 1fr;gap:12px}.ql-card-title-bar{background:#fafbfc;border-bottom:1px solid #f1f5f9;padding:8px 12px;font-size:13px;font-weight:700;color:#1e293b}.ql-schedule-content{padding:12px}.ql-schedule-top-row{display:flex;align-items:center;gap:8px;margin-bottom:8px}.ql-pill-orange{background:#ffedd5;color:#c2410c;border:1px solid #fed7aa;font-size:11px;padding:1px 6px;border-radius:10px;font-weight:600}.ql-candidate-name-highlight{color:#0284c7;font-size:13px;cursor:pointer;text-decoration:underline}.ql-schedule-time-green{margin-left:auto;color:#16a34a;font-size:12px;font-weight:600}.ql-schedule-details{font-size:12px;color:#475569;line-height:1.7}.ql-sub-muted{color:#64748b}.ql-rank-table-wrap{padding:8px 12px}.ql-rank-table{width:100%;font-size:12px;border-collapse:collapse}.ql-rank-table th{text-align:left;padding:6px 4px;color:#64748b;font-weight:600;border-bottom:1px solid #f1f5f9}.ql-rank-table td{padding:8px 4px;color:#334155;border-bottom:1px dashed #f1f5f9}.ql-rank-val-green{color:#16a34a;font-weight:600}.ql-notice-list{padding:6px 12px;display:flex;flex-direction:column;gap:4px}.ql-notice-item{display:flex;justify-content:space-between;align-items:center;font-size:12px;color:#334155;padding:4px 0;border-bottom:1px dashed #f1f5f9}.ql-notice-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:80%;cursor:pointer}.ql-notice-text:hover{color:#0284c7;text-decoration:underline}.ql-notice-date{color:#94a3b8;font-size:11px;flex-shrink:0}.ql-trend-card{padding-bottom:10px}.ql-trend-header{display:flex;justify-content:space-between;align-items:center;padding:8px 12px;border-bottom:1px solid #f1f5f9;background:#fafbfc}.ql-trend-title{font-size:13px;font-weight:700;color:#1e293b}.ql-trend-controls{display:flex;gap:10px;align-items:center}.ql-trend-metric-group,.ql-trend-scope-group{display:inline-flex;border-radius:4px;overflow:hidden;border:1px solid #cbd5e1}.ql-trend-pill,.ql-scope-pill{background:#fff;border:none;border-right:1px solid #cbd5e1;padding:2px 10px;font-size:12px;color:#475569;cursor:pointer;transition:all .15s ease}.ql-trend-pill:last-child,.ql-scope-pill:last-child{border-right:none}.ql-trend-pill.active-blue,.ql-scope-pill.active{background:#1976d2;color:#fff;font-weight:600}.ql-chart-container{padding:12px 12px 0;width:100%}.ql-trend-svg{width:100%;height:190px;overflow:visible}.ql-svg-datapoint circle{transition:r .2s ease,fill .2s ease;cursor:pointer}.ql-svg-datapoint:hover circle{r:6;fill:#0284c7;stroke:#fff}.ql-dash-bottom-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.ql-dev-clients-list{padding:12px 16px;display:flex;flex-direction:column;gap:8px}.ql-dev-client-item{cursor:pointer}.ql-dev-client-link{color:#0284c7;font-size:13px;text-decoration:none}.ql-dev-client-link:hover{text-decoration:underline}.ql-training-list{padding:8px 12px;display:flex;flex-direction:column;gap:3px}.ql-training-item{display:flex;align-items:center;padding:5px 8px;border-radius:4px;font-size:12px;color:#0284c7;cursor:pointer;transition:background .15s ease}.ql-training-item:nth-child(2n){background:#f8fafc}.ql-training-item:hover{background:#e0f2fe}
