:root{color-scheme:light;--bg: oklch(98.5% .005 240);--surface: oklch(100% 0 0);--surface-muted:oklch(96% .008 240);--border: oklch(90% .008 240);--border-strong:oklch(82% .01 240);--text: oklch(14% .012 250);--text-soft: oklch(48% .01 250);--text-faint: oklch(55% .012 250);--accent: oklch(52% .2 252);--accent-bg: oklch(95% .06 252);--accent-text: oklch(42% .2 252);--danger: oklch(55% .18 25);--danger-bg: oklch(96% .05 25);--success: oklch(52% .16 155);--success-bg: oklch(95% .06 155);--warn: oklch(62% .16 70);--warn-bg: oklch(97% .07 80);--tag-bg: oklch(93% .012 240);--shadow: 0 1px 3px oklch(0% 0 0 / .06), 0 1px 2px oklch(0% 0 0 / .04);--shadow-hover: 0 4px 12px oklch(0% 0 0 / .08);--radius-lg: 8px;--radius-md: 6px;--radius-sm: 4px;--accent-soft: var(--accent-bg);--shadow-soft: var(--shadow);--font-mono: "DM Mono", monospace}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%}body{font-family:DM Sans,ui-sans-serif,-apple-system,sans-serif;background:var(--bg);color:var(--text);font-size:14px;line-height:1.5}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:oklch(0% 0 0 / .12);border-radius:2px}button,input,textarea,select{font:inherit}a{color:inherit;text-decoration-thickness:1px;text-underline-offset:3px}.app-shell{display:flex;height:100vh}.app-sidebar{width:220px;flex-shrink:0;background:var(--surface-muted);border-right:1px solid var(--border);display:flex;flex-direction:column;height:100%}.app-sidebar-logo{padding:24px 20px 20px;font-size:16px;font-weight:600;color:var(--text);letter-spacing:-.01em;line-height:1.35}.app-sidebar-company{margin-top:6px;font-size:14px;color:var(--text-faint);font-weight:500}.app-sidebar-nav{padding:0 10px;flex:1}.app-nav-item{width:100%;display:flex;align-items:center;gap:10px;padding:9px 12px;border-radius:6px;border:none;cursor:pointer;text-align:left;margin-bottom:2px;font-size:13px;font-weight:400;background:transparent;color:var(--text-soft);text-decoration:none;transition:background .15s,color .15s}.app-nav-item:hover{background:var(--accent-bg);color:var(--accent-text)}.app-nav-item.active{background:var(--accent-bg);color:var(--accent-text);font-weight:500}.app-main{flex:1;overflow-y:auto;min-width:0}.app-bottom-bar{position:fixed;bottom:0;left:0;right:0;z-index:100;background:var(--surface);border-top:1px solid var(--border);display:flex;align-items:stretch;padding-bottom:env(safe-area-inset-bottom,0px)}.app-bottom-tab{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;padding:10px 0;background:transparent;border:none;cursor:pointer;font-size:10px;font-weight:400;color:var(--text-soft);text-decoration:none;transition:color .15s}.app-bottom-tab.active{color:var(--accent);font-weight:600}.page{padding:48px 64px}@media (max-width: 900px){.page{padding:32px 40px}}@media (max-width: 600px){.app-sidebar{display:none}.app-bottom-bar{display:flex}.app-main{padding-bottom:72px}.page{padding:20px 16px}}@media (min-width: 601px){.app-bottom-bar{display:none}}.overline{font-size:11px;font-weight:500;letter-spacing:.1em;color:var(--text-faint);text-transform:uppercase;margin-bottom:12px}.page-title{font-size:clamp(22px,4vw,32px);font-weight:600;color:var(--text);letter-spacing:-.02em;margin-bottom:8px;line-height:1.15}.page-subtitle{font-size:13px;color:var(--text-soft);margin-bottom:28px;line-height:1.55}.section-title{font-size:11px;font-weight:500;text-transform:uppercase;letter-spacing:.1em;color:var(--text-faint)}.hero-title{font-size:clamp(22px,4vw,32px);font-weight:600;letter-spacing:-.02em;color:var(--text);line-height:1.15}.hero-copy{font-size:13px;color:var(--text-soft);line-height:1.55;max-width:46ch}.card{background:var(--surface);border-radius:var(--radius-lg);padding:20px;border:1px solid var(--border);box-shadow:var(--shadow)}.stack{display:grid;gap:16px}.row{display:flex;gap:10px;flex-wrap:wrap}.compact-gap{gap:6px}.button{display:inline-flex;align-items:center;gap:6px;padding:8px 18px;font-size:13px;font-weight:500;border-radius:var(--radius-md);border:1px solid var(--border);background:var(--surface);color:var(--text);cursor:pointer;text-decoration:none;transition:border-color .15s,color .15s,background .15s,box-shadow .15s;white-space:nowrap;min-height:36px}.button:hover{border-color:var(--accent);color:var(--accent-text)}.button.primary{background:var(--accent);color:oklch(100% 0 0);border-color:var(--accent)}.button.primary:hover{opacity:.88;color:oklch(100% 0 0)}.button.secondary{background:var(--surface);color:var(--text);border-color:var(--border)}.button.secondary:hover{border-color:var(--accent);color:var(--accent-text)}.button:disabled{opacity:.5;cursor:default;pointer-events:none}.button:not(:disabled):active{transform:translateY(1px)}.button,.button:link,.button:visited,.button:hover,.button:active{text-decoration:none}.field{display:grid;gap:6px}.field label,.field>span{font-size:12px;font-weight:500;color:var(--text)}.field input,.field textarea,.field .select,.select{width:100%;padding:10px 14px;border-radius:var(--radius-md);border:1px solid var(--border);background:var(--surface);color:var(--text);font-size:13px;transition:border-color .15s}.field input:focus,.field textarea:focus,.field .select:focus,.select:focus{outline:none;border-color:var(--accent)}.field small{font-size:11px;color:var(--text-faint);line-height:1.4}.pill{display:inline-flex;align-items:center;gap:4px;padding:3px 10px;border-radius:var(--radius-sm);background:var(--tag-bg);color:var(--text-soft);font-size:11px;font-weight:500;white-space:nowrap;letter-spacing:.02em}.muted{color:var(--text-soft)}.dropzone{display:grid;gap:8px;padding:28px 18px;border-radius:var(--radius-lg);border:1.5px dashed var(--border-strong);background:var(--surface-muted);cursor:pointer;text-align:center}.dropzone.active{border-color:var(--accent);background:var(--accent-bg)}.surface-list{display:grid;gap:8px}.surface-item{display:flex;justify-content:space-between;gap:12px;align-items:center;padding:14px 18px;border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--surface);box-shadow:var(--shadow);transition:border-color .15s,box-shadow .15s}.surface-item:hover{border-color:var(--accent);box-shadow:var(--shadow-hover)}.surface-item-main{display:grid;gap:4px;min-width:0}.surface-item-title{font-size:13px;font-weight:500;color:var(--text);letter-spacing:-.01em}.sourcing-card{align-items:flex-start}.role-card{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow);cursor:pointer;transition:border-color .15s,box-shadow .15s;gap:12px}.role-card:hover{border-color:var(--accent);box-shadow:var(--shadow-hover)}.role-card-title{font-size:14px;font-weight:500;color:var(--text);margin-bottom:4px}.role-card-meta{display:flex;align-items:center;gap:8px;font-size:12px;color:var(--text-soft);flex-wrap:wrap}.candidate-row{display:flex;align-items:center;justify-content:space-between;padding:14px 18px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow);cursor:pointer;transition:border-color .15s,box-shadow .15s;gap:12px;text-decoration:none}.candidate-row:hover{border-color:var(--accent);box-shadow:var(--shadow-hover)}.publish-sheet{display:grid;gap:14px;padding:18px 20px;border-radius:var(--radius-lg);border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow)}.publish-sheet-header{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.publish-option{width:100%;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface);padding:14px 16px;text-align:left;cursor:pointer;transition:background .15s,border-color .15s;display:flex;align-items:center;gap:12px}.publish-option:hover{background:var(--accent-bg);border-color:var(--accent)}.publish-option-head{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-bottom:4px}.publish-guide{padding:16px 18px;border-radius:var(--radius-md);border:1px solid var(--border);background:var(--surface)}.publish-guide-steps{display:grid;gap:8px;font-size:13px;color:var(--text-soft);line-height:1.6}.publish-notice{white-space:pre-wrap;line-height:1.6}.editor-shell{display:grid;gap:14px}.vacancy-preview-shell{padding:16px 18px;border-radius:var(--radius-md);border:1px solid var(--border);background:var(--surface)}.vacancy-preview{display:grid;gap:6px}.vacancy-heading{display:block;font-size:15px;font-weight:600;font-family:inherit;line-height:1.3;letter-spacing:-.01em;color:var(--text);margin-top:6px}.vacancy-paragraph{margin:0;color:var(--text);font-size:14px;font-family:inherit;font-weight:400;line-height:1.6}.vacancy-bullet{display:grid;grid-template-columns:14px minmax(0,1fr);gap:4px;align-items:baseline}.vacancy-bullet-mark{color:var(--text);font-size:14px;font-family:inherit;line-height:1.6}.vacancy-bullet-text{color:var(--text);font-size:14px;font-family:inherit;font-weight:400;line-height:1.6}.compact-divider{height:1px;background:var(--border)}.criteria-item{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:14px;align-items:start;padding:10px 0;border-top:1px solid var(--border)}.criteria-item:first-of-type{border-top:none;padding-top:0}.criteria-item-main{display:grid;gap:4px;min-width:0}.criteria-name{font-size:14px;line-height:1.25;letter-spacing:-.01em;font-weight:500}.criteria-description{color:var(--text-soft);font-style:italic;line-height:1.4;font-size:12px;white-space:pre-wrap}.criteria-item-side{display:flex;align-items:center;gap:8px}.criteria-stepper{display:inline-flex;align-items:stretch;border-radius:var(--radius-md);border:1px solid var(--border);background:var(--surface);overflow:hidden}.criteria-weight-badge,.criteria-weight-input{width:60px;min-width:60px;height:36px;padding:0 10px;border-radius:0;border:none;background:transparent;color:var(--text);font-weight:600;text-align:center;display:inline-flex;align-items:center;justify-content:center}.criteria-stepper-buttons{display:grid;width:24px;border-left:1px solid var(--border)}.stepper-button{border:none;background:transparent;color:var(--text-soft);cursor:pointer;font-size:9px;line-height:1;padding:0}.stepper-button:first-child{border-bottom:1px solid var(--border)}.stepper-button:hover:not(:disabled){background:var(--accent-bg);color:var(--accent-text)}.stepper-button:disabled{color:var(--text-faint);cursor:default}.criteria-name-input,.criteria-description-input{width:100%;border:none;background:transparent;color:var(--text);padding:0;resize:none}.criteria-name-input{font-weight:600;font-size:14px;line-height:1.35;letter-spacing:-.01em}.criteria-description-input{color:var(--text-soft);font-style:italic;line-height:1.5;font-size:12px}.criteria-name-input:focus,.criteria-description-input:focus,.criteria-weight-input:focus{outline:none;box-shadow:none}@keyframes spin{to{transform:rotate(360deg)}}.icon-button{width:36px;min-width:36px;height:36px;border-radius:50%;border:1px solid var(--border);background:var(--surface);color:var(--text-soft);cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.icon-button:hover{color:var(--text);background:var(--accent-bg);border-color:var(--accent)}.delete-button{width:36px;min-width:36px;height:36px;border-radius:50%;border:none;background:none;color:var(--text-faint);cursor:pointer;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;padding:0;transition:color .15s}.delete-button:hover{color:var(--danger)}.expand-button{background:none;border:none;padding:0;cursor:pointer;display:flex;align-items:center;justify-content:space-between;width:100%;text-align:left;font-size:14px;font-weight:500;color:var(--text);gap:8px}.expand-button:hover{color:var(--accent-text)}.expand-button svg{flex-shrink:0;color:var(--text-soft)}.expand-button:hover svg{color:var(--accent-text)}.candidate-meta-grid,.candidate-detail-grid{display:grid;gap:12px}.candidate-meta-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.candidate-detail-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.candidate-meta-card{display:grid;gap:6px;padding:14px 16px;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface)}.candidate-resume-preview,.candidate-message-preview{margin:0;white-space:pre-wrap;font-family:inherit;line-height:1.6;max-height:420px;overflow:auto}.candidate-score-item,.candidate-list-card{align-items:flex-start}.message-box{padding:14px 16px;border-radius:var(--radius-md);background:var(--surface-muted);border:1px solid var(--border);font-size:13px;line-height:1.65}.red-flags-box{background:var(--danger-bg);border:1px solid oklch(from var(--danger) l c h / .25);border-radius:var(--radius-lg);padding:14px 16px}.red-flags-title{font-size:11px;font-weight:600;letter-spacing:.05em;color:var(--danger);text-transform:uppercase;margin-bottom:10px}.collapsible{border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;margin-bottom:8px}.collapsible-header{width:100%;display:flex;align-items:center;justify-content:space-between;padding:14px 18px;background:var(--surface);border:none;cursor:pointer;text-align:left;font-family:inherit}.collapsible-title{font-size:13px;font-weight:500;color:var(--text)}.collapsible-arrow{font-size:11px;color:var(--text-soft);transition:transform .2s;display:inline-block}.collapsible-arrow.open{transform:rotate(180deg)}.collapsible-body{padding:0 18px 16px;background:var(--surface);font-size:13px;color:var(--text-soft);line-height:1.6;white-space:pre-wrap}.app-header{display:grid;gap:14px}.app-title-row{display:flex;align-items:baseline;justify-content:space-between;gap:12px}.app-title{font-size:16px;font-weight:600;letter-spacing:-.01em}.app-meta{color:var(--text-soft);font-size:13px}.app-company{font-size:16px;font-weight:600;letter-spacing:-.01em}.app-nav{display:flex;gap:8px;flex-wrap:wrap}.app-nav-link,.app-nav-current{padding:6px 10px;border-radius:var(--radius-md);color:var(--text-soft)}.app-nav-link{text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px}.app-nav-current{color:var(--text)}.app-nav-link:hover{background:var(--accent-bg);color:var(--accent-text)}.metric-grid{display:grid;gap:10px}@media (max-width: 760px){.candidate-meta-grid,.candidate-detail-grid{grid-template-columns:1fr}}@media (max-width: 600px){.criteria-item{grid-template-columns:1fr}.criteria-item-side{justify-content:flex-start}.surface-item,.app-title-row{align-items:flex-start;flex-direction:column}}
