.outcomes{min-height:100vh;background:var(--cw-ivory);color:var(--cw-slate-dark);padding-top:var(--nav-height)}.outcomes__hero{text-align:center;padding:var(--space-10) 0 var(--space-8);position:relative;overflow:hidden}.outcomes__hero:before{content:"";position:absolute;top:-120px;left:50%;transform:translateX(-50%);width:600px;height:600px;background:radial-gradient(circle,rgba(106,155,204,.08) 0,transparent 70%);pointer-events:none;z-index:0}.outcomes__hero-content{position:relative;z-index:1}.outcomes__label{font-family:var(--font-mono);font-size:var(--text-detail);text-transform:uppercase;letter-spacing:.12em;color:var(--cw-coral);margin-bottom:var(--space-4);display:inline-flex;align-items:center;gap:var(--space-2)}.outcomes__label:before{content:"";display:inline-block;width:8px;height:8px;background:var(--cw-coral);border-radius:50%;animation:pulse 2s ease-in-out infinite}.outcomes__title{font-family:var(--font-heading);font-size:var(--text-display-xl);font-weight:700;color:var(--cw-slate-dark);letter-spacing:-.03em;margin-bottom:var(--space-4)}.outcomes__subtitle{font-family:var(--font-body);font-size:var(--text-paragraph-l);color:var(--cw-slate-light);max-width:55ch;margin:0 auto;line-height:1.6}.outcomes__summary{display:flex;justify-content:center;gap:var(--space-5);padding:var(--space-5) 0;margin-bottom:var(--space-6);border-top:1px solid var(--cw-oat);border-bottom:1px solid var(--cw-oat);flex-wrap:wrap}.outcomes__summary-item{display:flex;align-items:center;gap:var(--space-2);font-family:var(--font-mono);font-size:var(--text-detail);text-transform:uppercase;letter-spacing:.06em}.outcomes__summary-count{font-family:var(--font-heading);font-size:var(--text-display-s);font-weight:700;line-height:1}.outcomes__summary-count--applied{color:var(--cw-slate-light)}.outcomes__summary-count--screen{color:var(--cw-blue)}.outcomes__summary-count--interview{color:var(--cw-score-mid)}.outcomes__summary-count--offer{color:var(--cw-score-strong)}.outcomes__summary-label{color:var(--cw-slate-light)}.outcomes__form-section{padding:0 0 var(--space-8)}.outcomes__form{background:rgba(0,0,0,.02);border:1px solid rgba(0,0,0,.04);border-radius:var(--radius-lg);padding:var(--space-6);transition:border-color var(--duration-normal) ease,box-shadow var(--duration-normal) ease}.outcomes__form:focus-within{border-color:rgba(217,119,87,.3);box-shadow:0 0 0 4px rgba(217,119,87,.06)}.outcomes__form-title{font-family:var(--font-heading);font-size:var(--text-paragraph-l);font-weight:600;color:var(--cw-slate-dark);margin-bottom:var(--space-4)}.outcomes__form-grid{display:grid;grid-template-columns:1fr 1fr auto;grid-gap:var(--space-4);gap:var(--space-4);align-items:end}.outcomes__input-group{display:flex;flex-direction:column;gap:var(--space-2)}.outcomes__input-group label{font-family:var(--font-mono);font-size:var(--text-detail);text-transform:uppercase;letter-spacing:.08em;color:var(--cw-slate-light)}.outcomes__input{font-family:var(--font-heading);font-size:var(--text-paragraph-s);padding:.75rem 1rem;background:var(--cw-ivory-medium);border:1.5px solid var(--cw-oat);border-radius:var(--radius-sm);color:var(--cw-slate-dark);width:100%;transition:border-color var(--duration-fast) ease,box-shadow var(--duration-fast) ease}.outcomes__input:focus{outline:none;border-color:var(--cw-coral);box-shadow:0 0 0 3px rgba(217,119,87,.15);background:var(--cw-oat)}.outcomes__input::placeholder{color:rgba(176,174,165,.5)}.outcomes__select{font-family:var(--font-heading);font-size:var(--text-paragraph-s);background:var(--cw-ivory-medium);border:1.5px solid var(--cw-oat);border-radius:var(--radius-sm);color:var(--cw-slate-dark);width:100%;cursor:pointer;transition:border-color var(--duration-fast) ease;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' fill='%23B0AEA5'%3E%3Cpath d='M1 1l5 5 5-5'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;padding:.75rem 2.5rem .75rem 1rem}.outcomes__select:focus{outline:none;border-color:var(--cw-coral);box-shadow:0 0 0 3px rgba(217,119,87,.15)}.outcomes__select option{background:var(--cw-ivory);color:var(--cw-slate-dark)}.outcomes__submit{display:inline-flex;align-items:center;gap:var(--space-2);font-family:var(--font-heading);font-size:var(--text-paragraph-s);font-weight:600;padding:.75rem 1.75rem;background:var(--cw-coral);color:white;border:none;border-radius:var(--radius-md);cursor:pointer;transition:all var(--duration-normal) var(--ease-out-expo);box-shadow:var(--shadow-sm);white-space:nowrap;height:-moz-fit-content;height:fit-content}.outcomes__submit:hover:not(:disabled){background:var(--cw-coral-hover);transform:translateY(-1px);box-shadow:var(--shadow-md)}.outcomes__submit:active:not(:disabled){transform:translateY(0)}.outcomes__submit:disabled{opacity:.5;cursor:not-allowed}.outcomes__error{background:rgba(217,79,61,.12);border:1px solid rgba(217,79,61,.25);border-radius:var(--radius-md);padding:var(--space-4);margin-top:var(--space-4);font-family:var(--font-heading);font-size:var(--text-paragraph-s);color:var(--cw-score-weak);display:flex;align-items:center;gap:var(--space-2)}.outcomes__pipeline{padding:0 0 var(--space-12)}.outcomes__pipeline-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:var(--space-6);flex-wrap:wrap;gap:var(--space-3)}.outcomes__pipeline-title{font-family:var(--font-heading);font-size:var(--text-display-s);font-weight:600;color:var(--cw-slate-dark);display:flex;align-items:center;gap:var(--space-3)}.outcomes__pipeline-count{font-family:var(--font-mono);font-size:var(--text-detail);color:var(--cw-slate-light);text-transform:uppercase;letter-spacing:.08em}.outcomes__groups{display:flex;flex-direction:column;gap:var(--space-6)}.outcomes__group{animation:fadeInUp .4s var(--ease-out-expo) both}.outcomes__group-header{display:flex;align-items:center;gap:var(--space-3);margin-bottom:var(--space-3);padding-bottom:var(--space-2);border-bottom:1px solid var(--cw-oat)}.outcomes__group-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0}.outcomes__group-dot--APPLIED{background:var(--cw-cloud)}.outcomes__group-dot--SCREEN{background:#6A9BCC}.outcomes__group-dot--INTERVIEW{background:#D9A03D}.outcomes__group-dot--FINAL{background:#D97757}.outcomes__group-dot--OFFER{background:#5DAD6A}.outcomes__group-dot--REJECTED{background:#D94F3D}.outcomes__group-dot--GHOSTED{background:#5E5D59}.outcomes__group-dot--WITHDRAWN{background:#8B6DAE}.outcomes__group-name{font-family:var(--font-heading);font-size:var(--text-paragraph-m);font-weight:600;color:var(--cw-slate-dark)}.outcomes__group-count{font-family:var(--font-mono);font-size:var(--text-detail);color:var(--cw-slate-light);margin-left:auto}.outcomes__group-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));grid-gap:var(--space-3);gap:var(--space-3)}.outcomes__card{background:rgba(0,0,0,.02);border:1px solid rgba(0,0,0,.04);border-radius:var(--radius-md);padding:var(--space-4) var(--space-5);transition:all var(--duration-normal) var(--ease-out-expo);animation:fadeInUp .35s var(--ease-out-expo) both;display:flex;flex-direction:column;gap:var(--space-2)}.outcomes__card:hover{border-color:rgba(255,255,255,.14);background:rgba(255,255,255,.05);box-shadow:0 4px 24px rgba(0,0,0,.2);transform:translateY(-2px)}.outcomes__card--APPLIED{border-left:3px solid var(--cw-cloud)}.outcomes__card--SCREEN{border-left:3px solid #6a9bcc}.outcomes__card--INTERVIEW{border-left:3px solid #d9a03d}.outcomes__card--FINAL{border-left:3px solid #d97757}.outcomes__card--OFFER{border-left:3px solid #5dad6a}.outcomes__card--REJECTED{border-left:3px solid #d94f3d}.outcomes__card--GHOSTED{border-left:3px solid #5e5d59}.outcomes__card--WITHDRAWN{border-left:3px solid #8b6dae}.outcomes__card-top{display:flex;align-items:center;justify-content:space-between;gap:var(--space-3)}.outcomes__card-company{font-family:var(--font-heading);font-size:var(--text-paragraph-m);font-weight:600;color:var(--cw-slate-dark)}.outcomes__card-role{font-family:var(--font-body);font-size:var(--text-paragraph-s);color:var(--cw-slate-light);line-height:1.4}.outcomes__card-meta{display:flex;align-items:center;justify-content:space-between;margin-top:var(--space-2);padding-top:var(--space-2);border-top:1px solid var(--cw-oat);flex-wrap:wrap;gap:var(--space-2)}.outcomes__card-date{font-family:var(--font-mono);font-size:var(--text-detail);color:rgba(176,174,165,.6);letter-spacing:.03em}.outcomes__status{display:inline-flex;align-items:center;gap:5px;font-family:var(--font-mono);font-size:.65rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;padding:3px 10px;border-radius:var(--radius-pill);white-space:nowrap}.outcomes__status:before{content:"";width:5px;height:5px;border-radius:50%;flex-shrink:0}.outcomes__status--APPLIED{background:rgba(176,174,165,.12);color:var(--cw-slate-light)}.outcomes__status--APPLIED:before{background:var(--cw-cloud)}.outcomes__status--SCREEN{background:rgba(106,155,204,.15);color:#6A9BCC}.outcomes__status--SCREEN:before{background:#6A9BCC}.outcomes__status--INTERVIEW{background:rgba(217,160,61,.15);color:#D9A03D}.outcomes__status--INTERVIEW:before{background:#D9A03D}.outcomes__status--FINAL{background:rgba(217,119,87,.15);color:#D97757}.outcomes__status--FINAL:before{background:#D97757}.outcomes__status--OFFER{background:rgba(93,173,106,.15);color:#5DAD6A}.outcomes__status--OFFER:before{background:#5DAD6A;box-shadow:0 0 6px rgba(93,173,106,.4)}.outcomes__status--REJECTED{background:rgba(217,79,61,.12);color:#D94F3D}.outcomes__status--REJECTED:before{background:#D94F3D}.outcomes__status--GHOSTED{background:rgba(94,93,89,.15);color:#8A8985}.outcomes__status--GHOSTED:before{background:#8A8985}.outcomes__status--WITHDRAWN{background:rgba(139,109,174,.12);color:#8B6DAE}.outcomes__status--WITHDRAWN:before{background:#8B6DAE}.outcomes__empty{text-align:center;padding:var(--space-10) var(--space-6);border:1px dashed var(--cw-oat);border-radius:var(--radius-lg)}.outcomes__empty-icon{font-size:3rem;margin-bottom:var(--space-4);opacity:.4}.outcomes__empty-title{font-family:var(--font-heading);font-size:var(--text-display-s);font-weight:600;color:var(--cw-slate-dark);margin-bottom:var(--space-2)}.outcomes__empty-text{font-family:var(--font-body);font-size:var(--text-paragraph-s);color:var(--cw-slate-light);max-width:45ch;margin:0 auto}.outcomes__spinner{display:inline-block;width:16px;height:16px;border:2px solid rgba(255,255,255,.2);border-top-color:white;border-radius:50%;animation:spin .6s linear infinite}@media (max-width:768px){.outcomes__hero{padding:var(--space-8) 0 var(--space-6)}.outcomes__title{font-size:var(--text-display-l)}.outcomes__form-grid{grid-template-columns:1fr}.outcomes__submit{justify-content:center;width:100%}.outcomes__summary{gap:var(--space-3)}.outcomes__group-cards{grid-template-columns:1fr}.outcomes__card-top{flex-direction:column;align-items:flex-start;gap:var(--space-2)}}@media (max-width:480px){.outcomes__summary{flex-direction:column;align-items:center;gap:var(--space-3)}.outcomes__pipeline-header{flex-direction:column;align-items:flex-start}}