.resume-chatbot{--chatbot-radius: var(--radius-xl, .875rem);--chatbot-offset-bottom: calc(var(--spacing, .25rem) * 17);--chatbot-offset-side: calc(var(--spacing, .25rem) * 4);position:fixed;right:var(--chatbot-offset-side);bottom:calc(var(--chatbot-offset-bottom) + env(safe-area-inset-bottom,0px));z-index:60;display:flex;flex-direction:column;align-items:flex-end;gap:calc(var(--spacing, .25rem) * 3);pointer-events:none;font-family:var(--font-sans)}.resume-chatbot>*{pointer-events:auto}@media(min-width:640px){.resume-chatbot{--chatbot-offset-bottom: calc(var(--spacing, .25rem) * 6);--chatbot-offset-side: calc(var(--spacing, .25rem) * 5)}}.resume-chatbot__launcher{display:inline-flex;align-items:center;gap:calc(var(--spacing, .25rem) * 2);height:calc(var(--spacing, .25rem) * 11);padding-inline:calc(var(--spacing, .25rem) * 3.5);border:1px solid var(--border);border-radius:999px;background-color:var(--primary);color:var(--primary-foreground);font-size:.875rem;font-weight:500;line-height:1;white-space:nowrap;cursor:pointer;box-shadow:0 1px 2px #00000014,0 12px 28px -10px #00000059;transition:transform .2s var(--expo-out, cubic-bezier(.16, 1, .3, 1)),background-color .15s ease,box-shadow .2s ease}.resume-chatbot__launcher:hover{background-color:color-mix(in oklab,var(--primary) 88%,var(--background));transform:translateY(-2px)}.resume-chatbot__launcher:active{transform:scale(.97)}.resume-chatbot__launcher:focus-visible{outline:none;box-shadow:0 0 0 3px color-mix(in oklab,var(--ring) 50%,transparent)}.resume-chatbot__launcher-icon{display:inline-flex;align-items:center;justify-content:center;width:calc(var(--spacing, .25rem) * 6);height:calc(var(--spacing, .25rem) * 6);border-radius:999px;background-color:color-mix(in oklab,var(--primary-foreground) 16%,transparent)}@media(max-width:479px){.resume-chatbot__launcher{height:calc(var(--spacing, .25rem) * 12);width:calc(var(--spacing, .25rem) * 12);justify-content:center;padding-inline:0}.resume-chatbot__launcher-label{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip-path:inset(50%);white-space:nowrap;border:0}}.resume-chatbot__panel{display:flex;flex-direction:column;overflow:hidden;width:min(23rem,calc(100vw - (var(--chatbot-offset-side) * 2)));height:min(33rem,calc(100dvh - var(--chatbot-offset-bottom) - 5.5rem));border:1px solid var(--line);border-radius:var(--chatbot-radius);background-color:var(--background);color:var(--foreground);box-shadow:0 1px 2px #0000000f,0 24px 48px -16px #00000047;transform-origin:bottom right;visibility:hidden;opacity:0;transform:translateY(12px) scale(.97);transition:opacity .18s ease,transform .22s var(--expo-out, cubic-bezier(.16, 1, .3, 1)),visibility 0s linear .22s}.resume-chatbot__panel[data-open=true]{visibility:visible;opacity:1;transform:translateY(0) scale(1);transition:opacity .18s ease,transform .22s var(--expo-out, cubic-bezier(.16, 1, .3, 1)),visibility 0s}@media(prefers-reduced-motion:reduce){.resume-chatbot__panel,.resume-chatbot__launcher{transition-duration:1ms}}.resume-chatbot__header{display:flex;align-items:center;justify-content:space-between;gap:calc(var(--spacing, .25rem) * 2);padding:calc(var(--spacing, .25rem) * 3) calc(var(--spacing, .25rem) * 3.5);border-bottom:1px solid var(--line);background-color:var(--surface)}.resume-chatbot__avatar{display:inline-flex;align-items:center;justify-content:center;width:calc(var(--spacing, .25rem) * 8);height:calc(var(--spacing, .25rem) * 8);flex-shrink:0;border-radius:999px;background-color:var(--primary);color:var(--primary-foreground)}.resume-chatbot__title{font-family:var(--font-heading);font-size:.9375rem;font-weight:600;line-height:1.2;letter-spacing:-.01em}.resume-chatbot__subtitle{display:flex;align-items:center;gap:calc(var(--spacing, .25rem) * 1.5);margin-top:2px;font-size:.75rem;line-height:1.2;color:var(--muted-foreground)}.resume-chatbot__subtitle:before{content:"";width:6px;height:6px;flex-shrink:0;border-radius:999px;background-color:var(--success)}.resume-chatbot__icon-button{display:inline-flex;align-items:center;justify-content:center;width:calc(var(--spacing, .25rem) * 8);height:calc(var(--spacing, .25rem) * 8);flex-shrink:0;border:0;border-radius:var(--radius-lg, .625rem);background-color:transparent;color:var(--muted-foreground);cursor:pointer;transition:background-color .15s ease,color .15s ease}.resume-chatbot__icon-button:hover{background-color:var(--muted);color:var(--foreground)}.resume-chatbot__icon-button:focus-visible{outline:none;box-shadow:0 0 0 3px color-mix(in oklab,var(--ring) 45%,transparent)}.resume-chatbot__messages{display:flex;flex:1;flex-direction:column;gap:calc(var(--spacing, .25rem) * 2.5);overflow-y:auto;overscroll-behavior:contain;padding:calc(var(--spacing, .25rem) * 3.5);scrollbar-width:thin}.resume-chatbot__row{display:flex;justify-content:flex-start;animation:chatbot-message-in .26s var(--expo-out, ease-out) both}.resume-chatbot__row--user{justify-content:flex-end}@keyframes chatbot-message-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){.resume-chatbot__row{animation:none}}.resume-chatbot__bubble{max-width:88%;padding:calc(var(--spacing, .25rem) * 2.5) calc(var(--spacing, .25rem) * 3);border-radius:var(--chatbot-radius);font-size:.8125rem;line-height:1.55;white-space:pre-wrap;overflow-wrap:anywhere}.resume-chatbot__paragraph{margin:0;white-space:pre-wrap}.resume-chatbot__paragraph+.resume-chatbot__paragraph{margin-top:calc(var(--spacing, .25rem) * 2)}.resume-chatbot__list{margin:calc(var(--spacing, .25rem) * 1.5) 0 0;padding:0;list-style:none;display:flex;flex-direction:column;gap:calc(var(--spacing, .25rem) * 1.25)}.resume-chatbot__paragraph+.resume-chatbot__list{margin-top:calc(var(--spacing, .25rem) * 2)}.resume-chatbot__list+.resume-chatbot__paragraph{margin-top:calc(var(--spacing, .25rem) * 2)}.resume-chatbot__list-item{position:relative;padding-left:calc(var(--spacing, .25rem) * 3.5);white-space:pre-wrap}.resume-chatbot__list-item:before{content:"";position:absolute;left:calc(var(--spacing, .25rem) * 1);top:.62em;width:5px;height:1px;background-color:var(--muted-foreground)}.resume-chatbot__bubble--bot{border:1px solid var(--line);border-bottom-left-radius:calc(var(--chatbot-radius) * .45);background-color:var(--muted);color:var(--foreground)}.resume-chatbot__bubble--user{border-bottom-right-radius:calc(var(--chatbot-radius) * .45);background-color:var(--primary);color:var(--primary-foreground)}.resume-chatbot__bubble--error{border-color:color-mix(in oklab,var(--destructive) 35%,var(--line));background-color:color-mix(in oklab,var(--destructive) 8%,var(--background));color:var(--foreground)}.resume-chatbot__typing{display:inline-flex;align-items:center;gap:4px;padding-block:calc(var(--spacing, .25rem) * 3.5)}.resume-chatbot__dot{width:6px;height:6px;border-radius:999px;background-color:var(--muted-foreground);animation:chatbot-dot 1.2s ease-in-out infinite}.resume-chatbot__dot:nth-child(2){animation-delay:.15s}.resume-chatbot__dot:nth-child(3){animation-delay:.3s}@keyframes chatbot-dot{0%,60%,to{opacity:.35;transform:translateY(0)}30%{opacity:1;transform:translateY(-3px)}}@media(prefers-reduced-motion:reduce){.resume-chatbot__dot{animation:none;opacity:.6}}.resume-chatbot__suggestions{display:flex;flex-direction:column;gap:calc(var(--spacing, .25rem) * 1.5);margin-top:calc(var(--spacing, .25rem) * 1)}.resume-chatbot__suggestions-label{margin-bottom:calc(var(--spacing, .25rem) * .5);font-size:.6875rem;font-weight:500;text-transform:uppercase;letter-spacing:.06em;color:var(--muted-foreground)}.resume-chatbot__suggestion{display:flex;align-items:center;justify-content:space-between;gap:calc(var(--spacing, .25rem) * 2);width:100%;padding:calc(var(--spacing, .25rem) * 2.5) calc(var(--spacing, .25rem) * 3);border:1px solid var(--line);border-radius:var(--radius-lg, .625rem);background-color:var(--background);color:var(--foreground);font-size:.8125rem;line-height:1.35;text-align:left;cursor:pointer;transition:border-color .15s ease,background-color .15s ease,transform .15s ease}.resume-chatbot__suggestion:hover{border-color:color-mix(in oklab,var(--ring) 45%,var(--line));background-color:var(--muted)}.resume-chatbot__suggestion:active{transform:scale(.99)}.resume-chatbot__suggestion:focus-visible{outline:none;box-shadow:0 0 0 3px color-mix(in oklab,var(--ring) 45%,transparent)}.resume-chatbot__composer{display:flex;align-items:flex-end;gap:calc(var(--spacing, .25rem) * 2);padding:calc(var(--spacing, .25rem) * 2.5) calc(var(--spacing, .25rem) * 3);border-top:1px solid var(--line);background-color:var(--background)}.resume-chatbot__input{flex:1;max-height:calc(var(--spacing, .25rem) * 24);min-height:calc(var(--spacing, .25rem) * 9);padding:calc(var(--spacing, .25rem) * 2) calc(var(--spacing, .25rem) * 2.5);border:1px solid var(--input);border-radius:var(--radius-lg, .625rem);background-color:var(--background);color:var(--foreground);font-family:var(--font-sans);font-size:.8125rem;line-height:1.45;resize:none;field-sizing:content;transition:border-color .15s ease,box-shadow .15s ease}.resume-chatbot__input::placeholder{color:var(--muted-foreground)}.resume-chatbot__input:focus{outline:none;border-color:color-mix(in oklab,var(--ring) 60%,var(--input));box-shadow:0 0 0 3px color-mix(in oklab,var(--ring) 28%,transparent)}.resume-chatbot__send{display:inline-flex;align-items:center;justify-content:center;width:calc(var(--spacing, .25rem) * 9);height:calc(var(--spacing, .25rem) * 9);flex-shrink:0;border:0;border-radius:var(--radius-lg, .625rem);background-color:var(--primary);color:var(--primary-foreground);cursor:pointer;transition:background-color .15s ease,opacity .15s ease,transform .15s ease}.resume-chatbot__send:hover:not(:disabled){background-color:color-mix(in oklab,var(--primary) 88%,var(--background))}.resume-chatbot__send:active:not(:disabled){transform:scale(.96)}.resume-chatbot__send:disabled{opacity:.45;cursor:not-allowed}.resume-chatbot__send:focus-visible{outline:none;box-shadow:0 0 0 3px color-mix(in oklab,var(--ring) 50%,transparent)}.resume-chatbot__footnote{padding:0 calc(var(--spacing, .25rem) * 3) calc(var(--spacing, .25rem) * 2.5);font-size:.6875rem;line-height:1.4;color:var(--muted-foreground)}html[data-resume-chatbot-open] [aria-label="Scroll to top"]{opacity:0;pointer-events:none;transition:opacity .18s ease}
