*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body,#app{height:100%;width:100%}body{font-family:DM Sans,Arial;font-size:16px;background:#fff;color:#0f0f0f;-webkit-font-smoothing:antialiased;overflow-x:hidden}:root{--background: #ffffff;--foreground: #0f0f0f;--card: #ffffff;--card-foreground: #0f0f0f;--popover: #ffffff;--popover-foreground: #0f0f0f;--primary: #2D3A8C;--primary-foreground: #ffffff;--primary-light: #2D3A8C12;--primary-mid: #2D3A8C35;--secondary: #f8f7f5;--secondary-foreground: #0f0f0f;--muted: #f8f7f5;--muted-foreground: #57534e;--accent: #f4f3f0;--accent-foreground: #0f0f0f;--destructive: #dc2626;--destructive-foreground: #ffffff;--border: #e3e0da;--border-strong: #b0a89c;--input: #b0a89c;--ring: #2D3A8C;--radius: .625rem;--radius-sm: calc(var(--radius) - 4px);--radius-md: calc(var(--radius) - 2px);--radius-lg: var(--radius);--radius-xl: calc(var(--radius) + 4px);--shadow-xs: 0 1px 2px 0 rgb(0 0 0 / .05);--shadow-sm: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--shadow-xl: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--sidebar-w: 240px;--bg: var(--secondary);--text-muted: var(--muted-foreground)}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#d0cecc;border-radius:99px}button,input,select,textarea{font:inherit;color:inherit}button{cursor:pointer}:focus-visible{outline:none}#app{display:flex;width:100%}.sidebar{width:var(--sidebar-w);flex-shrink:0;background:linear-gradient(180deg,#f7f7f6,#f7f7f6 45%,#e6e3dd,#cac6bd 85%,#b0aca3);border-right:1px solid var(--border);display:flex;flex-direction:column;padding:20px 12px}.logo{display:flex;align-items:center;gap:10px;padding:0 8px 22px}.logo-mark{width:30px;height:30px;border-radius:8px;background:var(--primary);display:grid;grid-template-columns:1fr 1fr;gap:2px;padding:5px;flex-shrink:0}.logo-mark span{background:#fff;border-radius:2px}.logo-mark span:nth-child(2),.logo-mark span:nth-child(3){opacity:.45}.logo b{font-size:16px;letter-spacing:-.01em;color:var(--primary)}.nav-item{display:flex;align-items:center;gap:10px;padding:9px 10px;border-radius:7px;border:0;background:transparent;text-align:left;width:100%;color:#57534e;font-size:1rem;font-weight:500}.nav-item svg{width:16px;height:16px;flex-shrink:0;opacity:.65}.nav-item:hover{background:#00000008}.nav-item.active{background:var(--primary-light);color:var(--primary)}.nav-item.active svg{opacity:1}.sidebar-foot{margin-top:auto;padding:14px 8px 0;font-size:14px;color:var(--text-muted);border-top:1px solid var(--border)}.main-col{flex:1;min-width:0;display:flex;flex-direction:column;height:100vh}.topbar{flex-shrink:0;display:flex;justify-content:flex-end;align-items:center;gap:10px;padding:16px 32px 0}main{flex:1;min-width:0;overflow-y:auto;overflow-x:hidden}.page{padding:32px clamp(20px,4vw,56px) 60px;width:100%}.user-menu-item{display:block;width:100%;text-align:left;padding:9px 14px;font-size:14px;background:none;border:none;cursor:pointer;color:var(--foreground)}.user-menu-item:hover{background:var(--bg)}.page-head{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:24px}.back-link{display:inline-flex;align-items:center;gap:6px;border:0;background:none;box-shadow:none;padding:0;margin-bottom:16px;font-size:14px;font-weight:500;color:var(--text-muted);height:auto}.back-link:hover{color:var(--primary);background:none}.back-link svg{width:15px;height:15px}.page-head h1{font-size:1.75rem;font-weight:600;letter-spacing:-.01em;line-height:1.25}.page-head p{color:var(--text-muted);font-size:14px;margin-top:4px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;height:36px;padding:0 16px;border-radius:var(--radius-md);border:1px solid var(--border-strong);background:var(--background);box-shadow:var(--shadow-xs);font-size:14px;font-weight:500;white-space:nowrap;text-decoration:none;transition:background-color .13s,box-shadow .13s,border-color .13s}.btn:hover{background:var(--muted)}.btn:focus-visible{border-color:var(--ring);box-shadow:0 0 0 3px color-mix(in srgb,var(--ring) 50%,transparent)}.btn-primary{background:var(--primary);color:var(--primary-foreground);border-color:var(--primary)}.btn-primary:hover{background:#263073}.btn-danger{color:#b91c1c}.btn svg{width:14px;height:14px}.row-action{height:32px;padding:0 12px}.toolbar-btn{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border:none;background:transparent;border-radius:var(--radius-sm);color:var(--text-muted);flex-shrink:0}.toolbar-btn:hover{background:var(--muted);color:var(--foreground)}.toolbar-btn svg{width:15px;height:15px}.toolbar-divider{width:1px;height:18px;background:var(--border);margin:0 6px;flex-shrink:0}.pagination{display:flex;align-items:center;justify-content:flex-end;gap:12px;margin-top:14px;font-size:14px;color:var(--muted-foreground)}.pagination button:disabled{opacity:.4;cursor:default}.toolbar{display:flex;align-items:center;gap:10px;margin-bottom:20px;flex-wrap:wrap}.input,.select{height:36px;padding:0 12px;border:1px solid var(--input);border-radius:var(--radius-md);background:var(--background);box-shadow:var(--shadow-xs);font-size:16px;transition:border-color .13s,box-shadow .13s}.input:focus,.select:focus,textarea:focus{outline:none;border-color:var(--ring);box-shadow:0 0 0 3px color-mix(in srgb,var(--ring) 50%,transparent)}.search{position:relative}.search input{padding-left:30px;width:220px}.search svg{position:absolute;left:9px;top:50%;transform:translateY(-50%);width:14px;height:14px;color:var(--text-muted)}.stat-bar{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:16px;margin-bottom:26px}.stat-item{background:var(--card);border:1px solid var(--border-strong);border-radius:var(--radius-xl);padding:20px 24px;box-shadow:var(--shadow-sm)}.stat-top{display:flex;justify-content:space-between;align-items:flex-start}.stat-top>span{font-size:14px;color:var(--text-muted);font-weight:500}.stat-icon{width:30px;height:30px;border-radius:9px;background:var(--primary-light);color:var(--primary);display:flex;align-items:center;justify-content:center;flex-shrink:0}.stat-icon svg{width:15px;height:15px}.stat-item b{display:block;font-size:32px;font-weight:650;letter-spacing:-.02em;line-height:1.1;margin-top:12px;font-variant-numeric:tabular-nums}.stat-sub{font-size:14px;color:var(--text-muted);margin-top:6px}.stat-sub.pos{color:#065f46;font-weight:600}.card{background:var(--card);border:1px solid var(--border-strong);border-radius:var(--radius-xl);box-shadow:var(--shadow-sm)}.section-stack{display:flex;flex-direction:column;gap:24px}.section-stack>div:not(:last-child){padding-bottom:24px;border-bottom:1px solid var(--border)}.card-head{padding:20px 24px 8px;font-size:16px;font-weight:600}.card-body{padding:4px 24px 16px}.dot{display:inline-block;width:7px;height:7px;border-radius:50%;margin-right:8px}.card-head{display:flex;align-items:center;gap:10px}.card-head-icon{width:26px;height:26px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.card-head-icon svg{width:14px;height:14px}.card-link{font-size:14px;font-weight:500;color:var(--text-muted);text-decoration:none}.card-link:hover{color:var(--primary)}.two-col{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px;align-items:start}.card-secondary{margin-top:20px}.card-secondary .card-head{font-size:14px;font-weight:500;color:var(--text-muted);text-transform:none;letter-spacing:normal;padding:16px 24px 4px}.card-secondary .list-row{padding:7px 0;font-size:14px}.list-row{display:flex;align-items:center;justify-content:space-between;padding:9px 0;border-bottom:1px solid #ece9e3;font-size:16px}.list-row:last-child{border-bottom:0}.list-row .meta{color:var(--text-muted);font-size:14px}.empty-note{color:var(--text-muted);font-size:16px;padding:16px 0}.badge{display:inline-flex;align-items:center;padding:2px 8px;border-radius:var(--radius-md);font-size:14px;font-weight:500}.badge-talentPool{background:#ccfbf1;color:#0f766e}.badge-applied{background:#f4f4f5;color:#52525b}.badge-screening{background:#e0e7ff;color:#3730a3}.badge-interview1{background:#ede9fe;color:#5b21b6}.badge-interview2{background:#ddd6fe;color:#4c1d95}.badge-offer{background:#fef3c7;color:#92400e}.badge-hired{background:#d1fae5;color:#065f46}.badge-rejected{background:#fee2e2;color:#991b1b}.badge-pass{background:#d1fae5;color:#065f46}.badge-fail{background:#fee2e2;color:#991b1b}.badge-strong_pass{background:#e0f2fe;color:#075985}.badge-open{background:#d1fae5;color:#065f46}.badge-closed{background:#f4f4f5;color:#52525b}.badge-paused{background:#fef3c7;color:#92400e}.badge-archived{background:#f4f4f5;color:#52525b}.avatar{width:30px;height:30px;border-radius:50%;background:var(--primary-mid);color:var(--primary);display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;flex-shrink:0}.field-hint{font-size:14px;color:var(--text-muted);margin-top:6px}.kanban{display:flex;gap:14px;overflow-x:auto;padding-bottom:12px}.kanban-col{flex:0 0 240px;background:var(--bg);border-radius:var(--radius-lg);padding:10px;min-height:120px;display:flex;flex-direction:column}.kanban-col-cards{overflow-y:auto;min-height:0}.page-pipeline{height:100%;display:flex;flex-direction:column}.kanban-wrap{position:relative;flex:1;min-height:0;display:flex}.kanban-wrap:after{content:"";position:absolute;top:0;right:0;bottom:12px;width:48px;background:linear-gradient(to right,transparent,var(--background) 85%);pointer-events:none}.page-pipeline .kanban{flex:1;min-height:0}.page-pipeline .kanban-col{min-height:0}.kanban-col.drop-hover{outline:2px dashed var(--primary);outline-offset:-2px}.kanban-col-head{display:flex;align-items:center;justify-content:space-between;padding:4px 6px 10px;font-size:14px;font-weight:600}.kanban-col-head .count{color:var(--text-muted);font-weight:500}.kcard{background:var(--card);border:1px solid var(--border-strong);border-radius:var(--radius-md);padding:10px 11px;margin-bottom:8px;cursor:grab;box-shadow:var(--shadow-xs)}.kcard:active{cursor:grabbing}.kcard.dragging{opacity:.4}.kcard-name{font-size:16px;font-weight:600;margin-bottom:2px}.kcard-role{font-size:14px;color:var(--text-muted);margin-bottom:2px}.kcard-meta{font-size:14px;color:var(--text-muted);margin-bottom:8px}table{width:100%;border-collapse:collapse;font-size:16px}th{text-align:left;font-size:16px;text-transform:none;letter-spacing:normal;color:var(--muted-foreground);font-weight:500;height:40px;padding:0 10px;border-bottom:1px solid var(--border)}td{padding:11px 10px;border-bottom:1px solid var(--border);vertical-align:middle}tr.tr-hover:hover{background:var(--muted);cursor:pointer}.name-cell{display:flex;align-items:center;gap:10px}.overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px);z-index:40}.overlay-top{z-index:50}.modal{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background:var(--background);border:1px solid var(--border-strong);border-radius:var(--radius-xl);width:560px;max-width:calc(100vw - 32px);max-height:calc(100vh - 64px);overflow-y:auto;z-index:51;box-shadow:var(--shadow-xl)}.modal-head{display:flex;align-items:flex-start;justify-content:space-between;padding:24px 24px 8px}.modal-head h2{font-size:1.125rem;font-weight:600;line-height:1.3}.modal-body{padding:8px 24px 20px;display:flex;flex-direction:column;gap:14px}.modal-foot{padding:16px 24px 24px;display:flex;justify-content:flex-end;gap:8px}.close-x{border:0;background:none;width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;color:var(--foreground);opacity:.7;vertical-align:middle;transition:opacity .13s}.close-x:hover{opacity:1;background:none}.chip-remove svg{width:10px;height:10px}.auth-form .meta,.auth-form .field label,.auth-form a,.auth-form .btn,.auth-form>div:last-child{font-size:16px}.auth-form .btn{height:48px;padding:0 20px}.auth-form .input{height:44px}.bell-btn{position:relative;width:36px;height:36px;border-radius:var(--radius-md);border:1px solid var(--border-strong);background:var(--background);display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:var(--shadow-xs);flex-shrink:0}.bell-btn:hover{background:var(--bg)}.bell-btn svg{width:18px;height:18px}.bell-badge{position:absolute;top:-4px;right:-4px;min-width:16px;height:16px;padding:0 3px;border-radius:999px;background:#dc2626;color:#fff;font-size:10px;font-weight:700;display:flex;align-items:center;justify-content:center;line-height:1}.notif-panel{position:absolute;top:calc(100% + 8px);right:0;width:384px;max-height:70vh;overflow-y:auto;z-index:30;background:var(--card);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-lg)}.notif-head{position:sticky;top:0;display:flex;align-items:center;justify-content:space-between;background:var(--card);padding:12px 16px;border-bottom:1px solid var(--border)}.notif-item{display:block;padding:12px 16px;cursor:pointer;text-align:left;width:100%;transition:background-color .1s;border:none;border-top:1px solid var(--border);background:none;font-family:inherit}.notif-item:first-child{border-top:none}.notif-item:hover{background:var(--bg)}.notif-item.unread{background:color-mix(in srgb,var(--primary) 5%,transparent)}.notif-item.unread:hover{background:color-mix(in srgb,var(--primary) 8%,transparent)}.notif-item .meta{color:var(--text-muted)}.notif-delete{flex-shrink:0;width:24px;height:24px;border:none;background:none;border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;color:color-mix(in srgb,var(--text-muted) 60%,transparent);cursor:pointer;opacity:0;transition:opacity .1s,background-color .1s,color .1s}.notif-delete svg{width:14px;height:14px}.notif-item:hover .notif-delete{opacity:1}.notif-delete:hover{background:#fee2e2;color:#dc2626}.switch{position:relative;display:inline-block;width:38px;height:22px;flex-shrink:0}.switch input{opacity:0;width:0;height:0}.switch-track{position:absolute;top:0;right:0;bottom:0;left:0;background:var(--border-strong);border-radius:999px;transition:background-color .15s;cursor:pointer}.switch-track:before{content:"";position:absolute;width:16px;height:16px;left:3px;top:3px;background:#fff;border-radius:50%;box-shadow:var(--shadow-xs);transition:transform .15s}.switch input:checked+.switch-track{background:var(--primary)}.switch input:checked+.switch-track:before{transform:translate(16px)}.field label{display:block;font-size:14px;font-weight:500;color:var(--foreground);line-height:1;margin-bottom:6px}.field .input,.field .select,.field textarea{width:100%}.field-row{display:flex;gap:10px}.field-row .field{flex:1}textarea{border:1px solid var(--input);border-radius:var(--radius-md);padding:8px 12px;resize:vertical;min-height:60px;font-size:16px;box-shadow:var(--shadow-xs)}textarea:focus{outline:none;border-color:var(--ring);box-shadow:0 0 0 3px color-mix(in srgb,var(--ring) 50%,transparent)}.textarea-plain,.textarea-plain:focus{border:none;box-shadow:none;padding:0;resize:none;overflow:hidden;min-height:0}.panel-section-title{font-size:14px;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);font-weight:600;margin-bottom:10px}.tag{display:inline-flex;padding:2px 8px;border-radius:var(--radius-sm);background:var(--bg);font-size:14px;color:#57534e;margin-right:4px}.info-row{display:flex;align-items:center;gap:10px;padding:5px 0;font-size:16px}.note-item{padding:8px 0;border-bottom:1px solid var(--border);font-size:16px;display:flex;gap:9px;align-items:flex-start}.note-item:last-child{border-bottom:0}.note-item .meta{color:var(--text-muted);font-size:14px;margin-top:2px}.act-icon{flex-shrink:0;width:20px;height:20px;border-radius:50%;background:transparent;display:flex;align-items:center;justify-content:center;margin-top:3px}.act-icon:before{content:"";width:10px;height:10px;border-radius:50%;background:var(--border-strong)}.act-icon.current:before{width:14px;height:14px;background:var(--primary);box-shadow:0 0 0 4px color-mix(in srgb,var(--primary) 18%,transparent)}.round-trail{display:inline-flex;gap:4px;align-items:center}.round-chip{width:18px;height:18px;border-radius:5px;background:#e5e4e0;color:#78716c;font-size:9.5px;font-weight:700;display:flex;align-items:center;justify-content:center}.round-chip.pass{background:#059669;color:#fff}.round-chip.strong_pass{background:#0284c7;color:#fff}.round-chip.fail{background:#dc2626;color:#fff}.activity-list{padding-right:4px}.activity-list .note-item{border-bottom:none;position:relative}.activity-list .note-item:not(:last-child):before{content:"";position:absolute;left:9.5px;top:28px;bottom:-8px;width:1px;background:var(--border)}.activity-list .act-icon{position:relative;z-index:1}.inline-icon{display:inline-flex;vertical-align:-3px;color:var(--text-muted)}.inline-icon svg{width:14px;height:14px}.quick-actions{display:flex;gap:8px}.quick-actions .btn{flex:1;justify-content:center}.quick-actions .btn-danger{flex:0 0 auto;justify-content:flex-start;margin-left:10px}.toast{position:fixed;bottom:20px;right:20px;background:#1c1917;color:#fff;padding:10px 16px;border-radius:var(--radius-lg);font-size:14px;z-index:60;box-shadow:var(--shadow-lg)}@keyframes spin{to{transform:rotate(360deg)}}.drop-zone{display:flex;flex-direction:column;align-items:center;gap:7px;padding:24px 16px;border:1.5px dashed #c9c4ba;border-radius:var(--radius-lg);background:var(--bg);cursor:pointer;width:100%;font:inherit;text-align:center}.drop-zone:hover{border-color:var(--primary);background:#2d3a8c08}.drop-icon{width:36px;height:36px;border-radius:10px;background:var(--primary-light);color:var(--primary);display:flex;align-items:center;justify-content:center}.drop-icon svg{width:17px;height:17px}.file-card{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 16px;border-radius:var(--radius-lg)}.file-card.ok{border:1px solid #cde9db;background:#f2faf6}.file-card.plain{border:1px solid #e0dcd4;background:var(--bg);padding:10px 16px}.spinner{width:16px;height:16px;border:2px solid #2D3A8C30;border-top-color:var(--primary);border-radius:50%;animation:spin .7s linear infinite;flex-shrink:0}.autofill-tag{font-size:14px;font-weight:500;color:var(--primary);background:var(--primary-light);padding:1px 7px;border-radius:var(--radius-sm);margin-left:8px;display:none}.type-tag{font-size:14px;font-weight:500;padding:1px 7px;border-radius:var(--radius-sm);white-space:nowrap}.link-btn{border:0;background:none;font-size:14px;font-weight:600;color:#57534e;cursor:pointer;padding:2px 0;font-family:inherit}.link-btn:hover{color:var(--primary)}.or-divider{display:flex;align-items:center;gap:12px}.or-divider i{flex:1;height:1px;background:#ece9e3;display:block}.or-divider span{font-size:14px;color:#a8a29e;font-weight:500;text-transform:uppercase;letter-spacing:.04em}
