.michael-chat-root{--michael-chat-background:0 0% 100%;--michael-chat-foreground:0 0% 0%;--michael-chat-card:0 0% 100%;--michael-chat-primary:0 0% 0%;--michael-chat-primary-foreground:0 0% 100%;--michael-chat-muted:0 0% 96%;--michael-chat-muted-foreground:0 0% 47%;--michael-chat-border:0 0% 84%;--michael-chat-info:217 91% 54%;--michael-chat-compact-panel-width:25%;--michael-chat-content-width:85%;--michael-chat-content-max-width:31.5rem;--michael-chat-log-top-padding:5rem;--michael-chat-assistant-inset:1.25rem;--michael-chat-message-gap:1.25rem;--michael-chat-turn-gap:3.5rem;--michael-chat-composer-bottom-padding:4.375rem;box-sizing:border-box;color:hsl(var(--michael-chat-foreground));background:hsl(var(--michael-chat-background));font-family:var(--font-careers-mono),"IBM Plex Mono",ui-monospace,monospace;font-size:1rem;font-weight:400;line-height:1.75;letter-spacing:normal;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.michael-chat-root *,.michael-chat-root :after,.michael-chat-root :before{box-sizing:border-box;font-family:inherit;letter-spacing:normal}.michael-chat-shell{position:relative;display:flex;width:100%;height:50vh;min-height:0;flex-direction:column;overflow:hidden;border:1px solid rgba(0,0,0,.1);border-right:1px solid hsl(var(--michael-chat-border));background:#fff;transition:all .7s ease-in-out}.michael-chat-shell--expanded{width:100%;height:100%}.michael-chat-shell:before{content:"";display:block;width:100%;flex:0 0 auto;margin-bottom:1rem;border-top:1px solid hsl(var(--michael-chat-border))}.michael-chat-log{flex:1 1;overflow-y:auto;padding:var(--michael-chat-log-top-padding) 1rem 0;background:#fff;font-size:.875rem;-webkit-overflow-scrolling:touch;-webkit-mask-image:linear-gradient(180deg,transparent 0,#000 3.5rem);mask-image:linear-gradient(180deg,transparent 0,#000 3.5rem)}.michael-chat-hide-scrollbar{scrollbar-width:none;-ms-overflow-style:none}.michael-chat-hide-scrollbar::-webkit-scrollbar{display:none}.michael-chat-composer-inner,.michael-chat-message-list{width:var(--michael-chat-content-width);max-width:var(--michael-chat-content-width);margin-inline:auto}.michael-chat-shell--expanded .michael-chat-composer-inner,.michael-chat-shell--expanded .michael-chat-message-list{width:100%;max-width:var(--michael-chat-content-max-width)}.michael-chat-assistant-text+.michael-chat-message,.michael-chat-message+.michael-chat-assistant-text,.michael-chat-message+.michael-chat-message{margin-top:var(--michael-chat-message-gap)}.michael-chat-message--new-turn{margin-top:var(--michael-chat-turn-gap)!important}.michael-chat-message--user{animation:michael-chat-message-in .2s ease-out both}.michael-chat-user-text{max-width:85%;margin:0;color:hsl(var(--michael-chat-foreground));font-size:1.125rem;font-weight:700;line-height:1.5rem;overflow-wrap:anywhere;white-space:pre-wrap}.michael-chat-assistant-text{padding-left:var(--michael-chat-assistant-inset)}.michael-chat-streaming{margin-top:1.25rem}.michael-chat-markdown{color:hsl(var(--michael-chat-foreground));font-size:.875rem;line-height:1.5rem;overflow-wrap:anywhere}.michael-chat-markdown--compact{font-size:.75rem;line-height:1.25rem}.michael-chat-markdown>*{max-width:85%}.michael-chat-markdown>div{max-width:100%}.michael-chat-markdown h1,.michael-chat-markdown h2,.michael-chat-markdown h3{color:hsl(var(--michael-chat-foreground));font-weight:600;line-height:1.3;text-wrap:balance}.michael-chat-markdown h1{margin:0 0 1.5rem;font-family:var(--font-body),ui-sans-serif,system-ui,sans-serif;font-size:1.75rem;font-weight:700;letter-spacing:-.02em}@media (max-width:640px){.michael-chat-markdown h1{font-size:1.375rem}}.michael-chat-markdown h2{margin:1.75rem 0 1.5rem;font-size:24px;font-weight:700}.michael-chat-markdown h3{margin:1.5rem 0 .5rem;font-size:.875rem;font-weight:600}.michael-chat-markdown h4{max-width:85%;margin:1.25rem 0 .5rem;font-size:.875rem;font-weight:600}.michael-chat-markdown p{max-width:85%;margin:.625rem 0;text-wrap:pretty}.michael-chat-markdown strong{font-weight:700}.michael-chat-markdown em{font-style:italic}.michael-chat-markdown a{color:#0000ee;font-weight:500;text-decoration:none}.michael-chat-markdown a:hover{color:hsl(var(--michael-chat-foreground))}.michael-chat-copy-button:focus-visible,.michael-chat-input:focus-visible,.michael-chat-markdown a:focus-visible,.michael-chat-send:focus-visible{outline:1px solid #000;outline-offset:2px}.michael-chat-markdown ol,.michael-chat-markdown ul{max-width:85%;margin:.75rem 0 1.25rem;padding-left:1.75rem}.michael-chat-markdown ul{list-style:disc}.michael-chat-markdown ol{list-style:decimal}.michael-chat-markdown li+li{margin-top:.75rem}.michael-chat-markdown li>p{max-width:100%;margin:0}.michael-chat-markdown ol li::marker{font-weight:700}.michael-chat-markdown hr{max-width:85%;margin:2rem 0 1.25rem;border:0;border-top:1px solid hsl(var(--michael-chat-border))}.michael-chat-markdown hr+p{margin-top:1.25rem;font-size:.8125rem;line-height:1.5}.michael-chat-markdown blockquote{max-width:100%!important;margin:1.25rem 0;padding:.5rem 1rem;border-radius:0;background:hsl(var(--michael-chat-muted));color:hsl(var(--michael-chat-foreground))}.michael-chat-markdown blockquote>*{max-width:100%}.michael-chat-inline-code{padding:.125rem .375rem;border-radius:.25rem;background:hsl(var(--michael-chat-muted));color:hsl(var(--michael-chat-foreground));font-family:var(--font-careers-mono),"IBM Plex Mono",ui-monospace,monospace;font-size:.8125rem}.michael-chat-code-block{position:relative;max-width:100%!important;margin:1rem 0;overflow:hidden;border:1px solid hsl(var(--michael-chat-border));border-radius:0;background:hsl(var(--michael-chat-muted))}.michael-chat-code-block pre{margin:0;overflow-x:auto;padding:2.5rem 1rem 1rem;font-size:.8125rem;line-height:1.5rem}.michael-chat-code-block .hljs{display:block;padding:0;background:transparent;color:hsl(var(--michael-chat-foreground));font-family:var(--font-careers-mono),"IBM Plex Mono",ui-monospace,monospace}.michael-chat-copy-button{position:absolute;z-index:1;top:.5rem;right:.5rem;display:inline-flex;height:1.75rem;align-items:center;justify-content:center;gap:.375rem;padding:0 .5rem;border:1px solid hsl(var(--michael-chat-border));border-radius:0;background:hsl(var(--michael-chat-card)/.9);color:hsl(var(--michael-chat-muted-foreground));font-size:.75rem;font-weight:500;cursor:pointer}.michael-chat-copy-button:hover{color:hsl(var(--michael-chat-foreground))}.michael-chat-copy-button svg{width:.875rem;height:.875rem}.michael-chat-table-scroll{max-width:100%!important;margin:1.25rem 0;overflow-x:auto}.michael-chat-table-scroll table{min-width:100%;border-collapse:collapse;text-align:left;font-size:.625rem}.michael-chat-table-scroll td,.michael-chat-table-scroll th{padding:.375rem .5rem;border:1px solid hsl(var(--michael-chat-border));font-size:.625rem;vertical-align:top}.michael-chat-table-scroll th{background:hsl(var(--michael-chat-foreground));color:hsl(var(--michael-chat-background));font-weight:600}.michael-chat-markdown img{display:block;max-width:100%;height:auto}.michael-chat-markdown input[type=checkbox]{width:.8125rem;height:.8125rem;margin:0 .375rem 0 0;vertical-align:middle}.michael-chat-system-confirmation{color:hsl(var(--michael-chat-info))}.michael-chat-empty-state{display:flex;height:100%;flex-direction:column;align-items:center;justify-content:center;padding:2rem .5rem 0;text-align:center}.michael-chat-shell--expanded .michael-chat-empty-state{height:60vh;padding-top:0}.michael-chat-empty-state h2{margin:0;color:hsl(var(--michael-chat-foreground));font-size:1.25rem;font-weight:700;line-height:1.2}.michael-chat-shell--expanded .michael-chat-empty-state h2{font-size:1.5rem}.michael-chat-empty-state p{max-width:28rem;margin:.75rem 0 0;color:hsl(var(--michael-chat-muted-foreground));font-size:.875rem;line-height:1.625}.michael-chat-loading{width:100%;padding-block:.5rem}.michael-chat-status{margin:0;color:transparent;font-size:.75rem;background-image:linear-gradient(110deg,hsl(var(--michael-chat-muted-foreground)/.52) 0,hsl(var(--michael-chat-foreground)/.88) 42%,hsl(var(--michael-chat-muted-foreground)/.52) 75%,hsl(var(--michael-chat-foreground)/.8) 100%);background-size:240% 100%;background-clip:text;-webkit-background-clip:text;animation:michael-chat-status-shimmer 2.4s linear infinite}.michael-chat-composer-dock{position:absolute;right:0;bottom:0;left:0;pointer-events:none}.michael-chat-fade{height:3rem;background:linear-gradient(0deg,#fff 0,rgba(255,255,255,0))}.michael-chat-composer{padding:0 1rem;background:#fff;pointer-events:auto}.careers-chat-progress{width:80%;height:1px;margin:10px auto 0;overflow:hidden;border-radius:999px;background:hsl(0 0% 95%)}.careers-chat-progress-value{height:100%;border-radius:inherit;background:hsl(var(--michael-chat-primary));transition:width .6s ease-out}.careers-chat-privacy{max-width:calc(var(--michael-chat-content-max-width) + 2rem);margin:10px auto 0;padding:0 1rem;background:#fff;color:hsl(0 0% 45%);font-family:var(--font-careers-mono),"IBM Plex Mono",ui-monospace,monospace;font-size:10px;line-height:1.5;text-align:center;pointer-events:auto}.careers-chat-privacy-links{display:block;white-space:nowrap}.careers-chat-privacy a{color:inherit;text-decoration:underline}.careers-chat-privacy a:focus-visible,.careers-chat-privacy a:hover{color:hsl(var(--michael-chat-foreground));outline:none}.careers-chat-brand{display:flex;justify-content:center;padding:32px 1rem 45px;background:#fff;pointer-events:auto}.careers-chat-brand img{width:55px;height:auto}.michael-chat-readiness-wrap{display:flex;justify-content:center;margin-bottom:.5rem}.michael-chat-readiness{display:flex;width:30%;min-width:8.75rem;max-width:12.5rem;align-items:center;gap:.5rem;color:hsl(var(--michael-chat-muted-foreground));font-size:.625rem;opacity:0;transition:opacity .7s}.michael-chat-readiness[data-visible=true]{opacity:1}.michael-chat-readiness-track{position:relative;display:block;height:2px;flex:1 1;overflow:hidden;border-radius:9999px;background:hsl(var(--michael-chat-border))}.michael-chat-readiness-value{display:block;height:100%;border-radius:inherit;background:hsl(var(--michael-chat-foreground));transition:width .7s ease-out}.michael-chat-readiness-value[data-loading=true]{opacity:.7}.michael-chat-readiness-shimmer{position:absolute;inset:0;background:linear-gradient(90deg,transparent 0,hsl(var(--michael-chat-foreground)/.3) 50%,transparent 100%);background-size:50% 100%;animation:michael-chat-readiness-shimmer 1.5s ease-in-out infinite}.michael-chat-readiness-score{font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.michael-chat-input-row{position:relative;display:flex;align-items:flex-end}.michael-chat-input{width:100%;min-height:3rem;max-height:158px;padding:.8125rem 3rem .8125rem 3.25rem;border:1px solid #000;border-radius:9999px;background:#fff;color:hsl(var(--michael-chat-foreground));font-family:inherit;font-size:.875rem;font-weight:400;line-height:1.375rem;outline:none;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none;resize:none;transition:border-width .12s ease,border-radius .12s ease,box-shadow .12s ease}.michael-chat-input::-webkit-scrollbar{display:none}.michael-chat-input--multiline{border-radius:1.25rem}.michael-chat-input::placeholder{color:hsl(var(--michael-chat-muted-foreground));opacity:1}.michael-chat-input:focus,.michael-chat-input:focus-visible{border-width:1.5px;box-shadow:0 0 0 .35px #000;outline:none}.michael-chat-input:disabled{cursor:not-allowed;color:hsl(var(--michael-chat-muted-foreground))}.michael-chat-mic{position:absolute;left:.5rem;bottom:.375rem;display:inline-flex;width:2.25rem;height:2.25rem;align-items:center;justify-content:center;padding:0;border:1px solid #000;border-radius:9999px;background:#fff;color:#000;cursor:pointer;transition:background-color .12s ease,color .12s ease}.michael-chat-mic svg{width:1rem;height:1rem}.michael-chat-mic--live{background:#000;color:#fff;animation:michael-chat-mic-pulse 1.6s ease-in-out infinite}@keyframes michael-chat-mic-pulse{0%,to{box-shadow:0 0 0 0 rgba(0,0,0,.35)}50%{box-shadow:0 0 0 4px rgba(0,0,0,0)}}@media (prefers-reduced-motion:reduce){.michael-chat-mic--live{animation:none}}.michael-chat-mic-error{margin:.5rem 0 0;padding-left:1.25rem;color:hsl(var(--michael-chat-muted-foreground));font-size:.75rem;line-height:1.25rem}.michael-chat-mic:disabled{border-color:hsl(var(--michael-chat-border));color:hsl(var(--michael-chat-muted-foreground));cursor:not-allowed}.michael-chat-send{position:absolute;right:.5rem;bottom:.375rem;display:inline-flex;width:2.25rem;height:2.25rem;align-items:center;justify-content:center;padding:0;border:1px solid #000;border-radius:9999px;background:#fff;color:#000;cursor:pointer;transition:background-color .12s ease,color .12s ease}.michael-chat-send:not(:disabled){background:#000;color:#fff}.michael-chat-send:disabled{cursor:not-allowed}.michael-chat-send svg{width:1rem;height:1rem}@keyframes michael-chat-message-in{0%{opacity:0;transform:translateY(.5rem)}to{opacity:1;transform:translateY(0)}}@keyframes michael-chat-status-shimmer{0%{background-position:160% 0}to{background-position:-60% 0}}@keyframes michael-chat-readiness-shimmer{0%{transform:translateX(-100%)}to{transform:translateX(200%)}}@media (min-width:80rem){.michael-chat-shell:not(.michael-chat-shell--expanded){width:var(--michael-chat-compact-panel-width);min-width:var(--michael-chat-compact-panel-width);max-width:var(--michael-chat-compact-panel-width);height:100%;flex:0 0 var(--michael-chat-compact-panel-width)}}@media (prefers-reduced-motion:reduce){.michael-chat-root *,.michael-chat-root :after,.michael-chat-root :before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}.michael-chat-status{animation:none;background:none;color:hsl(var(--michael-chat-muted-foreground))}}