:root{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;color:#111827;line-height:1.4;font-weight:400;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}*,*:before,*:after{box-sizing:border-box}body{margin:0;min-width:320px}.container{min-height:100vh;display:flex;align-items:flex-start;justify-content:center;background:#f3f4f6;padding:2rem .5rem}.container-auth{padding-top:5rem}.card{width:100%;max-width:1240px;background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 8px 24px #11182714;padding:1.5rem}h1{margin:0;font-size:1.5rem}h2{margin-bottom:.5rem}.subtitle{color:#4b5563;margin:.6rem 0 1.25rem}.form{display:flex;flex-direction:column;gap:.7rem}.checkbox-row{display:flex;align-items:flex-start;gap:.6rem;font-weight:500}.checkbox-row input[type=checkbox]{margin-top:.2rem}label{font-weight:600}input[type=file],textarea,input[type=email],input[type=password],select{width:100%;border:1px solid #d1d5db;border-radius:8px;padding:.7rem;font:inherit;box-sizing:border-box;background:#fff}.submit-button,.secondary-button{margin-top:.5rem;border:0;background:#2563eb;color:#fff;font-weight:600;border-radius:8px;padding:.75rem 1rem;cursor:pointer}.submit-button:disabled{background:#93c5fd;cursor:not-allowed}.secondary-button{background:#111827;padding:.55rem .85rem;font-size:.92rem}.results{margin-top:1.2rem;border-top:1px solid #e5e7eb;padding-top:1rem}.results-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.review-shell{margin-top:1rem;display:grid;grid-template-columns:260px minmax(0,1fr);gap:1rem;align-items:start}.workspace-links-column{border:1px solid #e5e7eb;border-radius:10px;background:#f8fafc;padding:.9rem}.workspace-links-column h2{margin:0 0 .6rem;font-size:1.1rem}.workspace-link-list{list-style:none;margin:.5rem 0 0;padding:0;display:flex;flex-direction:column;gap:.6rem}.workspace-submission-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.6rem}.workspace-submission-item{border:1px solid #d1d5db;border-radius:10px;background:#eef2ff;padding:.5rem}.workspace-submission-toggle{width:100%;border:1px solid #c7d2fe;border-radius:8px;background:#fff;text-align:left;padding:.65rem;cursor:pointer;display:flex;flex-direction:column;gap:.2rem}.workspace-link-item{display:flex;flex-direction:column;gap:.45rem}.workspace-link{border:1px solid #d1d5db;border-radius:10px;background:#fff;text-align:left;padding:.7rem;cursor:pointer;display:flex;flex-direction:column;gap:.35rem}.workspace-link:hover{border-color:#2563eb}.workspace-link.is-active{border-color:#2563eb;background:#eff6ff}.workspace-link-title{font-weight:600;color:#111827;white-space:normal;overflow-wrap:anywhere;word-break:break-word}.workspace-link-meta{font-size:.82rem;color:#6b7280}.review-main-column{display:flex;flex-direction:column;gap:1rem}.rollup-panel{border:1px solid #e5e7eb;border-radius:10px;background:#fff;overflow:hidden}.rollup-toggle{width:100%;border:0;background:#111827;color:#fff;font-weight:700;cursor:pointer;padding:.75rem .9rem;display:flex;align-items:center;justify-content:space-between}.rollup-body{padding:.95rem}.job-description-step{transition:opacity .18s ease;opacity:1}.job-description-step.is-transitioning{opacity:.2}.job-description-nav{display:flex;gap:.5rem;justify-content:flex-end}.rollup-content{max-height:0;opacity:0;overflow:hidden;transition:max-height .28s ease,opacity .22s ease}.rollup-content.is-open{max-height:5000px;opacity:1}.recommendation-delete{margin-top:0;align-self:flex-end}.recommendation-detail{border:1px solid #e5e7eb;border-radius:10px;background:#f9fafb;padding:.9rem}.section-pill-nav{margin:.8rem 0;display:flex;flex-wrap:wrap;gap:.5rem}.section-pill{border:1px solid #cbd5e1;border-radius:999px;background:#fff;color:#0f172a;font-weight:600;padding:.38rem .8rem;cursor:pointer}.section-pill.is-active{border-color:#2563eb;background:#dbeafe}.section-card{border:1px solid #d1d5db;border-radius:10px;padding:.9rem;background:#f9fafb;box-shadow:0 10px 28px #11182724}.section-card-header{display:flex;align-items:center;justify-content:space-between;gap:.75rem;flex-wrap:wrap}.section-card-header h3{margin:0}.stream-output{margin:.8rem 0 0;white-space:pre-wrap;word-break:break-word;background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:.75rem;line-height:1.5;max-height:38rem;overflow:auto}.section-columns{margin-top:.6rem;display:grid;grid-template-columns:1fr 1fr;gap:.8rem}.section-column{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:.65rem}.section-column h4,.section-column p{margin:0 0 .35rem}.section-column ul{margin:.2rem 0 0;padding-left:1.1rem}.reason{margin:.7rem 0 0;color:#1f2937}.warnings{margin-top:.75rem;color:#92400e}.danger-button{background:#b91c1c}.danger-button:disabled{background:#fca5a5}.error{margin-top:.8rem;color:#b91c1c;font-weight:600}.required{color:#dc2626}.copy-message{margin-top:.8rem;color:#1d4ed8;font-weight:600}.progress{margin-top:.6rem;color:#334155;font-weight:600}.pending{color:#6b7280;font-style:italic}.auth-card{max-width:540px}.auth-link-row{margin-top:1rem;color:#374151}.link-button{border:0;background:transparent;color:#2563eb;font-weight:600;cursor:pointer;padding:0}.top-nav{position:sticky;top:0;z-index:30;background:#fff;border-bottom:1px solid #e5e7eb}.top-nav-content{max-width:980px;margin:0 auto;padding:.8rem 1rem;display:flex;justify-content:flex-end;align-items:center;gap:.8rem}.user-label{color:#4b5563;font-size:.9rem}.modal-backdrop{position:fixed;inset:0;background:#00000059;display:flex;align-items:center;justify-content:center;padding:1rem;z-index:60}.modal-card{width:100%;max-width:560px;background:#fff;border-radius:12px;border:1px solid #d1d5db;padding:1.2rem}.modal-actions{display:flex;gap:.75rem;justify-content:flex-end}@media(max-width:760px){.section-columns,.review-shell{grid-template-columns:1fr}.recommendation-delete{width:100%}}.viewer-shell{border:1px solid #d1d5db;border-radius:8px;background:#fff;max-height:34rem;overflow:auto;padding:.5rem}.resume-workspace-viewer{min-height:18rem}.workspace-transfer-section{padding:.7rem}.workspace-transfer-section-group{border:1px solid #e5e7eb;border-radius:8px;background:#fff;padding:.7rem;margin-top:.75rem}.workspace-group-actions{display:flex;align-items:center;gap:.6rem}.workspace-plus-button{border:0;background:#2563eb;color:#fff;width:1.8rem;height:1.8rem;border-radius:999px;cursor:pointer;font-size:1.15rem;font-weight:700;line-height:1}.workspace-plus-button:hover{background:#1d4ed8}.workspace-transfer-rollup-panel{border:1px solid #e5e7eb;border-radius:8px;background:#fff;margin-top:.75rem;overflow:hidden}.workspace-transfer-rollup-toggle{width:100%;border:0;background:#111827;color:#fff;font-weight:700;cursor:pointer;padding:.72rem .9rem;display:flex;align-items:center;justify-content:space-between}.workspace-transfer-rollup-toggle.is-filled{background:#86efac;color:#14532d}.workspace-rollup-panel{border:1px solid #d1d5db;border-radius:8px;background:#fff;overflow:hidden}.workspace-rollup-toggle{width:100%;border:0;background:#111827;color:#fff;font-weight:700;cursor:pointer;padding:.72rem .9rem;display:flex;align-items:center;justify-content:space-between}.workspace-rollup-content{max-height:0;opacity:0;transform:translateY(-6px);overflow:hidden;transition:max-height .32s ease,opacity .24s ease,transform .24s ease}.workspace-rollup-content.is-open{max-height:4000px;opacity:1;transform:translateY(0)}.workspace-rollup-body{padding:.85rem}
