:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74d3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-container-width:fit-content;--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset),env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset),env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset),env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset),env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-padding:14px;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-toast-shadow:0px 4px 12px #0000001a;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(to right,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:.2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));width:var(--toastify-container-width);box-sizing:border-box;color:#fff;flex-direction:column;display:flex;position:fixed}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);align-items:center;left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);align-items:center;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y:0;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;word-break:break-word;flex:auto;align-items:center;margin-bottom:1rem;display:flex;position:relative}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width:100%;border-radius:0;margin-bottom:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{width:100%;transform:translate3d(0,var(--y),0)scale(var(--s));transition:transform .3s;position:absolute}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";height:calc(var(--g)*1px);position:absolute;bottom:100%;left:0;right:0}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";z-index:-1;height:100%;position:absolute;bottom:0;left:0;right:0;transform:scaleY(3)}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{flex-shrink:0;width:22px;margin-inline-end:10px;display:flex}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;cursor:pointer;opacity:.7;z-index:1;background:0 0;border:none;outline:none;padding:0;transition:all .3s;position:absolute;top:6px;right:6px}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;width:14px;height:16px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{z-index:1;opacity:.7;transform-origin:0;width:100%;height:100%;position:absolute;bottom:0;left:0}.Toastify__progress-bar--animated{animation:linear forwards Toastify__trackProgress}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:100%;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius);width:100%;height:5px;position:absolute;bottom:0;left:0;overflow:hidden}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{box-sizing:border-box;border:2px solid;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);border-radius:100%;width:20px;height:20px;animation:.65s linear infinite Toastify__spin}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate(3000px)}60%{opacity:1;transform:translate(-25px)}75%{transform:translate(10px)}90%{transform:translate(-5px)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate(-3000px)}60%{opacity:1;transform:translate(25px)}75%{transform:translate(-10px)}90%{transform:translate(5px)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translateY(3000px)}60%{opacity:1;transform:translateY(-20px)}75%{transform:translateY(10px)}90%{transform:translateY(-5px)}to{transform:translate(0,0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translateY(-2000px)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translateY(-3000px)}60%{opacity:1;transform:translateY(25px)}75%{transform:translateY(-10px)}90%{transform:translateY(5px)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translateY(2000px)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0)scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{opacity:0;animation-timing-function:ease-in;transform:perspective(400px)rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px)rotateX(-20deg)}60%{opacity:1;transform:perspective(400px)rotateX(10deg)}80%{transform:perspective(400px)rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0)perspective(400px)}30%{transform:translate3d(0,var(--y),0)perspective(400px)rotate3d(1,0,0,-20deg);opacity:1}to{transform:translate3d(0,var(--y),0)perspective(400px)rotate3d(1,0,0,90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{visibility:visible;transform:translate(110%)}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{visibility:visible;transform:translate(-110%)}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{visibility:visible;transform:translateY(110%)}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{visibility:visible;transform:translateY(-110%)}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translateY(500px)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translateY(-500px)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-duration:.3s;animation-timing-function:ease-in}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
@font-face{font-family:Poppins;font-style:normal;font-weight:400;font-display:swap;src:url(../media/41e95f694c5c4549-s.666bad7d.woff2)format("woff2");unicode-range:U+900-97F,U+1CD0-1CF9,U+200C-200D,U+20A8,U+20B9,U+20F0,U+25CC,U+A830-A839,U+A8E0-A8FF,U+11B00-11B09}@font-face{font-family:Poppins;font-style:normal;font-weight:400;font-display:swap;src:url(../media/6c55a692938ebbbc-s.0a77efb4.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Poppins;font-style:normal;font-weight:400;font-display:swap;src:url(../media/a218039a3287bcfd-s.p.4a23d71b.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Poppins;font-style:normal;font-weight:500;font-display:swap;src:url(../media/bdc7e24a509eb931-s.43b0b13e.woff2)format("woff2");unicode-range:U+900-97F,U+1CD0-1CF9,U+200C-200D,U+20A8,U+20B9,U+20F0,U+25CC,U+A830-A839,U+A8E0-A8FF,U+11B00-11B09}@font-face{font-family:Poppins;font-style:normal;font-weight:500;font-display:swap;src:url(../media/0da9c7f357bd9d4d-s.b2288445.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Poppins;font-style:normal;font-weight:500;font-display:swap;src:url(../media/8e6fa89aa22d24ec-s.p.3aec397d.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Poppins;font-style:normal;font-weight:600;font-display:swap;src:url(../media/0a7740363b4d4863-s.95e4158a.woff2)format("woff2");unicode-range:U+900-97F,U+1CD0-1CF9,U+200C-200D,U+20A8,U+20B9,U+20F0,U+25CC,U+A830-A839,U+A8E0-A8FF,U+11B00-11B09}@font-face{font-family:Poppins;font-style:normal;font-weight:600;font-display:swap;src:url(../media/5f9d24ebef5d5292-s.bd593fbe.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Poppins;font-style:normal;font-weight:600;font-display:swap;src:url(../media/e2334d715941921e-s.p.d82a9aff.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Poppins;font-style:normal;font-weight:700;font-display:swap;src:url(../media/b53057dbf91a7acf-s.c55744ae.woff2)format("woff2");unicode-range:U+900-97F,U+1CD0-1CF9,U+200C-200D,U+20A8,U+20B9,U+20F0,U+25CC,U+A830-A839,U+A8E0-A8FF,U+11B00-11B09}@font-face{font-family:Poppins;font-style:normal;font-weight:700;font-display:swap;src:url(../media/798ea22d9983e047-s.b460e02c.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Poppins;font-style:normal;font-weight:700;font-display:swap;src:url(../media/47fe1b7cd6e6ed85-s.p.855a563b.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Poppins Fallback;src:local(Arial);ascent-override:93.62%;descent-override:31.21%;line-gap-override:8.92%;size-adjust:112.16%}.poppins_1cca20f2-module__Lmdkma__className{font-family:Poppins,Poppins Fallback;font-style:normal}.poppins_1cca20f2-module__Lmdkma__variable{--font-heading:"Poppins","Poppins Fallback"}
@font-face{font-family:Lato;font-style:normal;font-weight:300;font-display:swap;src:url(../media/20f1c48c725d3555-s.06aaffe1.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Lato;font-style:normal;font-weight:300;font-display:swap;src:url(../media/f30fd2e485acf1bc-s.p.3d1b066d.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Lato;font-style:normal;font-weight:400;font-display:swap;src:url(../media/b529365fa126a3f2-s.38647399.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Lato;font-style:normal;font-weight:400;font-display:swap;src:url(../media/8e451580e5e95631-s.p.0e564e6e.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Lato;font-style:normal;font-weight:700;font-display:swap;src:url(../media/d74bdd14d6019bc6-s.99b0b73b.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Lato;font-style:normal;font-weight:700;font-display:swap;src:url(../media/345c85a432359eed-s.p.eead68dd.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Lato Fallback;src:local(Arial);ascent-override:101.03%;descent-override:21.8%;line-gap-override:0.0%;size-adjust:97.69%}.lato_e0721d1b-module__iXWzfW__className{font-family:Lato,Lato Fallback;font-style:normal}.lato_e0721d1b-module__iXWzfW__variable{--font-body:"Lato","Lato Fallback"}
@font-face{font-family:EB Garamond;font-style:normal;font-weight:400;font-display:swap;src:url(../media/0fec32c78403d184.52db332e.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:EB Garamond;font-style:normal;font-weight:400;font-display:swap;src:url(../media/9d30e1ac529a223a.072a0475.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:EB Garamond;font-style:normal;font-weight:400;font-display:swap;src:url(../media/9056bf441d45cedc.cb42ab76.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:EB Garamond;font-style:normal;font-weight:400;font-display:swap;src:url(../media/e6c3b2b7c3a61f79.9b5477f3.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:EB Garamond;font-style:normal;font-weight:400;font-display:swap;src:url(../media/e557826f452dbd06.0dabfe84.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:EB Garamond;font-style:normal;font-weight:400;font-display:swap;src:url(../media/1497d94d4ac5c969.a27bcaa7.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:EB Garamond;font-style:normal;font-weight:400;font-display:swap;src:url(../media/e4505858a30c79c2.p.0f58a291.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:EB Garamond;font-style:normal;font-weight:500;font-display:swap;src:url(../media/0fec32c78403d184.52db332e.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:EB Garamond;font-style:normal;font-weight:500;font-display:swap;src:url(../media/9d30e1ac529a223a.072a0475.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:EB Garamond;font-style:normal;font-weight:500;font-display:swap;src:url(../media/9056bf441d45cedc.cb42ab76.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:EB Garamond;font-style:normal;font-weight:500;font-display:swap;src:url(../media/e6c3b2b7c3a61f79.9b5477f3.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:EB Garamond;font-style:normal;font-weight:500;font-display:swap;src:url(../media/e557826f452dbd06.0dabfe84.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:EB Garamond;font-style:normal;font-weight:500;font-display:swap;src:url(../media/1497d94d4ac5c969.a27bcaa7.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:EB Garamond;font-style:normal;font-weight:500;font-display:swap;src:url(../media/e4505858a30c79c2.p.0f58a291.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:EB Garamond;font-style:normal;font-weight:600;font-display:swap;src:url(../media/0fec32c78403d184.52db332e.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:EB Garamond;font-style:normal;font-weight:600;font-display:swap;src:url(../media/9d30e1ac529a223a.072a0475.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:EB Garamond;font-style:normal;font-weight:600;font-display:swap;src:url(../media/9056bf441d45cedc.cb42ab76.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:EB Garamond;font-style:normal;font-weight:600;font-display:swap;src:url(../media/e6c3b2b7c3a61f79.9b5477f3.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:EB Garamond;font-style:normal;font-weight:600;font-display:swap;src:url(../media/e557826f452dbd06.0dabfe84.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:EB Garamond;font-style:normal;font-weight:600;font-display:swap;src:url(../media/1497d94d4ac5c969.a27bcaa7.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:EB Garamond;font-style:normal;font-weight:600;font-display:swap;src:url(../media/e4505858a30c79c2.p.0f58a291.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}.eb_garamond_9fd5d47a-module__MkT0ma__className{font-family:EB Garamond,Garamond,Times New Roman,serif;font-style:normal}.eb_garamond_9fd5d47a-module__MkT0ma__variable{--font-resume:"EB Garamond",Garamond,Times New Roman,serif}
@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/4fa387ec64143e14-s.c1fdd6c2.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/bbc41e54d2fcbd21-s.799d8ef8.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/797e433ab948586e-s.p.dbea232f.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Geist Mono Fallback;src:local(Arial);ascent-override:74.67%;descent-override:21.92%;line-gap-override:0.0%;size-adjust:134.59%}.geist_mono_4ac27a97-module__1EEhOq__className{font-family:Geist Mono,Geist Mono Fallback;font-style:normal}.geist_mono_4ac27a97-module__1EEhOq__variable{--font-mono:"Geist Mono","Geist Mono Fallback"}
:root{--navbar-height:68px}html,body{color:#111827;background-color:#fff}.recruiter-chat-page{width:100%;height:calc(100vh - var(--navbar-height));box-sizing:border-box;gap:12px;padding-top:12px;display:flex;overflow:hidden}.recruiter-chat-page__sidebar{width:220px;min-width:220px;display:flex}.recruiter-chat-page__main{background:#fff;border:1px solid #e5e7eb;border-radius:12px;flex-direction:column;flex:1;min-width:0;display:flex;overflow:hidden;box-shadow:0 4px 14px #0f172a0a}.recruiter-chat-page__empty{color:var(--color-text-muted,#6b7280);flex:1;justify-content:center;align-items:center;font-size:.95rem;display:flex}.recruiter-chat-sidebar{background:#f8fafcc7;border-right:1px solid #0f172a14;flex-direction:column;flex:1;height:100%;display:flex}.recruiter-chat-sidebar__body{flex:1;padding:.35rem .5rem .75rem;overflow-y:auto}.recruiter-chat-sidebar__footer{display:none}.recruiter-chat-sidebar__user{min-width:0}.recruiter-chat-sidebar__user-name{color:var(--color-text-muted,#6b7280);white-space:nowrap;text-overflow:ellipsis;font-size:.9rem;display:none;overflow:hidden}.recruiter-chat-session-group__label{letter-spacing:.08em;text-transform:uppercase;color:var(--color-text-muted,#6b7280);padding:.5rem .6rem .35rem;font-size:.7rem;font-weight:600}.recruiter-chat-session-group__items{flex-direction:column;gap:.2rem;display:flex}.recruiter-chat-session-item{border-radius:12px;width:100%;transition:background-color .16s,color .16s;position:relative}.recruiter-chat-session-item:hover{background:#0f172a0d}.recruiter-chat-session-item--active{background:#e8f0fe;border-left:0;border-radius:8px}.recruiter-chat-session-item__trigger{text-align:left;cursor:pointer;background:0 0;border:0;width:100%;padding:.65rem 2.35rem .65rem .65rem}.recruiter-chat-session-item__title{color:var(--color-text,#111827);white-space:nowrap;text-overflow:ellipsis;font-size:.92rem;overflow:hidden}.recruiter-chat-session-item__title--muted{color:var(--color-text-muted,#6b7280);font-style:italic}.recruiter-chat-session-item__delete{opacity:0;pointer-events:none;transition:opacity .16s;position:absolute;top:50%;right:.4rem;transform:translateY(-50%)}.recruiter-chat-session-item:hover .recruiter-chat-session-item__delete,.recruiter-chat-session-item__delete--visible{opacity:1;pointer-events:auto}.recruiter-chat-sidebar__skeletons{padding:.25rem}.recruiter-chat-session-skeleton{background:#94a3b847;border-radius:10px;height:2.25rem;margin-bottom:.4rem;animation:1.4s ease-in-out infinite recruiter-chat-pulse}.recruiter-chat-session-skeleton--wide{width:80%}.recruiter-chat-session-skeleton--medium{width:72%}.recruiter-chat-topbar{background:#ffffffeb;border-bottom:1px solid #0f172a14;flex-shrink:0;justify-content:flex-start;align-items:center;gap:1rem;height:48px;padding:0 1.1rem;display:flex}.recruiter-chat-topbar__left{align-items:center;gap:.75rem;min-width:0;display:flex}.recruiter-chat-topbar__title{color:var(--color-text,#111827);white-space:nowrap;text-overflow:ellipsis;max-width:min(32rem,60vw);font-size:.92rem;font-weight:600;overflow:hidden}.recruiter-chat-topbar__title--muted{color:var(--color-text-muted,#6b7280)}.recruiter-chat-topbar__title-skeleton{background:#94a3b847;border-radius:999px;width:min(14rem,45vw);height:.85rem;animation:1.4s ease-in-out infinite recruiter-chat-pulse}.recruiter-chat-area{flex-direction:column;flex:1;min-height:0;display:flex;overflow:hidden}.recruiter-chat-thread-shell{background:0 0;flex-direction:column;flex:1;min-height:0;display:flex}.recruiter-chat-message-avatar{border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;display:inline-flex}.recruiter-chat-message-avatar--assistant{color:#0070f3;background:#0070f31a}.recruiter-chat-message-avatar--user{color:#fff;letter-spacing:.02em;background:#0070f3;font-size:.72rem;font-weight:700}.recruiter-chat-assistant-bubble{max-width:min(42rem,100vw - 10rem);color:var(--color-text,#111827);white-space:pre-wrap;word-break:break-word;background:#f8fafc;border:1px solid #0f172a0f;border-radius:18px 18px 18px 8px;padding:12px 16px;font-size:.92rem;line-height:1.6;box-shadow:0 1px 4px #0000000a}.recruiter-chat-scroll-view{overscroll-behavior:contain;-webkit-overflow-scrolling:touch;flex:1;min-height:0;padding:0 1.1rem;overflow:hidden auto}.recruiter-chat-message-view{flex-direction:column;gap:1rem;padding:1rem 1.5rem;display:flex}.recruiter-chat-message-row{margin-bottom:0}.recruiter-chat-assistant-bubble--cursor{align-items:center;gap:.7rem;padding-top:.7rem;padding-bottom:.7rem;display:inline-flex}.recruiter-chat-cursor-dots{align-items:center;gap:.28rem;display:inline-flex}.recruiter-chat-cursor-dot{background:#94a3b8;border-radius:999px;width:6px;height:6px;animation:1.25s ease-in-out infinite recruiter-chat-cursor-bounce}.recruiter-chat-cursor-dot--2{animation-delay:.16s}.recruiter-chat-cursor-dot--3{animation-delay:.32s}.recruiter-chat-cursor-label{color:var(--color-text-muted,#6b7280);font-size:.78rem}.recruiter-chat-assistant-row,.recruiter-chat-user-row{align-items:flex-end;gap:.7rem;width:min(100%,920px);margin:0 auto;display:flex}.recruiter-chat-assistant-row{align-items:center}.recruiter-chat-user-message{flex-direction:column;align-items:flex-end;width:100%;display:flex}.recruiter-chat-user-row{justify-content:flex-end}.recruiter-chat-user-bubble{color:#fff;white-space:pre-wrap;word-break:break-word;background:#2563eb;border-radius:18px 18px 6px;max-width:75%;padding:12px 16px;font-size:.92rem;line-height:1.6;box-shadow:0 1px 4px #0000000f}.recruiter-chat-tool-panel{width:min(100%,920px)}.recruiter-chat-composer{flex-shrink:0;padding:0 1rem .75rem}.recruiter-chat-input-shell{width:100%;max-width:920px;min-height:0;box-shadow:none;background:#fff;border:1px solid #0f172a14;border-radius:18px;align-items:flex-end;gap:.5rem;margin:0 auto;display:flex;overflow:hidden}.recruiter-chat-input-textarea{resize:none;background:0 0;border:0;outline:none;flex:1;min-height:0;padding:.38rem 1rem;font-size:.88rem;line-height:1.25;overflow-y:auto}.recruiter-chat-disclaimer{color:var(--color-text-muted,#6b7280);font-size:.78rem}.recruiter-chat-markdown-paragraph{margin:0 0 .6rem}.recruiter-chat-markdown-paragraph:last-child{margin-bottom:0}.recruiter-chat-markdown-strong{font-weight:700}.recruiter-chat-markdown-list{margin:0 0 .7rem;padding-left:1.1rem;list-style:outside}.recruiter-chat-markdown-list--ordered{list-style:decimal}.recruiter-chat-markdown-item+.recruiter-chat-markdown-item{margin-top:.2rem}.recruiter-chat-markdown-code{font-family:var(--font-mono,monospace);background:#0f172a14;border-radius:6px;padding:.12rem .35rem;font-size:.82em}.recruiter-chat-markdown-link,.recruiter-chat-source-link{color:inherit;text-underline-offset:2px}.recruiter-chat-card-shell{flex-direction:column;align-items:flex-start;width:fit-content;max-width:min(100%,480px);margin-top:.6rem;display:inline-flex}.recruiter-chat-card-count{color:#94a3b8;margin-bottom:.45rem;font-size:.72rem}.recruiter-chat-job-mini-list{flex-direction:column;align-items:flex-start;gap:.45rem;width:auto;display:flex}.recruiter-chat-job-mini-row{text-align:left;background:#fff;border:1px solid #e2e8f0eb;border-radius:14px;justify-content:flex-start;align-items:flex-start;gap:.9rem;width:fit-content;max-width:480px;min-height:0;padding:.7rem .9rem;display:inline-flex}.recruiter-chat-job-mini-row__main{gap:.35rem;width:100%;min-width:0;display:grid}.recruiter-chat-job-mini-row__header{justify-content:space-between;align-items:center;gap:.55rem;width:100%;min-width:0;display:flex;overflow:hidden}.recruiter-chat-job-mini-row__title{color:#0f172a;text-align:left;text-overflow:ellipsis;white-space:nowrap;flex:auto;min-width:0;font-size:.88rem;font-weight:600;line-height:1.35;overflow:hidden}.recruiter-chat-job-mini-row .recruiter-chat-badge{white-space:nowrap;flex-shrink:0}.recruiter-chat-job-mini-row__posted{color:#94a3b8;text-align:left;font-size:.72rem;line-height:1.4}.recruiter-chat-card{background:#fff;border:1px solid #0f172a14;border-radius:18px;width:100%;padding:1rem;box-shadow:0 10px 24px #0f172a0a}.recruiter-chat-card--candidate{cursor:pointer;transition:transform .16s,box-shadow .16s}.recruiter-chat-card--candidate:hover{transform:translateY(-1px);box-shadow:0 14px 28px #0f172a14}.recruiter-chat-card--candidate-row{text-align:left;justify-content:space-between;align-items:center;gap:.8rem;width:min(100%,320px);min-height:58px;padding:.6rem .7rem;display:flex;box-shadow:0 6px 18px #0f172a0f}.recruiter-chat-card--candidate-row:hover,.recruiter-chat-card--job-row:hover{transform:translateY(-1px);box-shadow:0 10px 22px #0f172a14}.recruiter-chat-card--job-row{text-align:left;justify-content:space-between;align-items:flex-start;gap:.8rem;width:min(100%,420px);min-height:0;padding:.8rem .9rem;display:flex;box-shadow:0 6px 18px #0f172a0f}.recruiter-chat-card--salary{max-width:42rem}.recruiter-chat-card--detail,.recruiter-chat-card--job-edit{max-width:52rem}.recruiter-chat-card--clarification{background:linear-gradient(#2563eb0f,#fffffffa 56%),#fff;border-color:#2563eb29;max-width:34rem;box-shadow:0 10px 28px #2563eb1a}.recruiter-chat-card--job-edit{background:linear-gradient(#2563eb0d,#fffffffa 72%),#fff;border-color:#2563eb1f;box-shadow:0 14px 34px #0f172a14}.recruiter-chat-card--empty-state{max-width:32rem;color:var(--color-text-muted,#6b7280)}.recruiter-chat-clarification__question{color:var(--color-text,#111827);font-size:.95rem;font-weight:600;line-height:1.5}.recruiter-chat-clarification__subtitle{color:var(--color-text-muted,#6b7280);margin-top:.35rem;font-size:.82rem;line-height:1.45}.recruiter-chat-review-header{padding:.1rem 0 .2rem}.recruiter-chat-review-eyebrow{color:#1d4ed8;letter-spacing:.05em;text-transform:uppercase;background:#2563eb1a;border-radius:999px;align-items:center;min-height:1.55rem;margin-bottom:.55rem;padding:.18rem .65rem;font-size:.72rem;font-weight:700;display:inline-flex}.recruiter-chat-clarification__actions{gap:.55rem;margin-top:.9rem;display:flex}.recruiter-chat-clarification__button{border:1px solid #0f172a1a;border-radius:999px;min-width:72px;height:34px;padding:0 .95rem;font-size:.82rem;font-weight:600;transition:background-color .14s,border-color .14s,color .14s}.recruiter-chat-clarification__button:disabled{opacity:.55;cursor:not-allowed}.recruiter-chat-clarification__button--primary{color:#fff;background:#2563eb;border-color:#2563eb}.recruiter-chat-clarification__button--primary:hover:not(:disabled){background:#1d4ed8;border-color:#1d4ed8}.recruiter-chat-clarification__button--secondary{color:var(--color-text,#111827);background:#fff}.recruiter-chat-clarification__button--secondary:hover:not(:disabled){background:#94a3b81a}.recruiter-chat-card-title{color:var(--color-text,#111827);font-size:1rem;font-weight:700}.recruiter-chat-card-subtitle{color:var(--color-text-muted,#6b7280);margin-top:.2rem;font-size:.8rem}.recruiter-chat-candidate-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem;display:grid}.recruiter-chat-candidate-list{flex-direction:column;gap:.45rem;width:100%;display:flex}.recruiter-chat-candidate-row__main,.recruiter-chat-candidate-row__job,.recruiter-chat-candidate-row__meta{align-items:center;display:flex}.recruiter-chat-candidate-row__main{flex:1;gap:.7rem;min-width:0}.recruiter-chat-avatar--candidate-row{width:36px;height:36px}.recruiter-chat-candidate-row__copy{flex:1;min-width:0}.recruiter-chat-candidate-row__name{color:var(--color-text,#111827);white-space:nowrap;text-overflow:ellipsis;font-size:.9rem;font-weight:700;overflow:hidden}.recruiter-chat-candidate-row__job{color:var(--color-text-muted,#6b7280);gap:.38rem;min-width:0;margin-top:.1rem;font-size:.76rem}.recruiter-chat-candidate-row__job span{white-space:nowrap;text-overflow:ellipsis;min-width:0;overflow:hidden}.recruiter-chat-candidate-row__meta{flex-shrink:0;gap:.45rem}.recruiter-chat-candidate-row__score{color:var(--color-text-muted,#6b7280);white-space:nowrap;font-size:.74rem}.recruiter-chat-candidate-row__chevron{color:#94a3b8;flex-shrink:0}.recruiter-chat-candidate-mini-row{align-items:center;gap:.6rem}.recruiter-chat-candidate-mini-avatar{color:#fff;background:#3b82f6;border-radius:50%;justify-content:center;align-items:center;width:28px;min-width:28px;height:28px;font-size:.65rem;font-weight:700;display:flex;position:relative;overflow:hidden}.recruiter-chat-candidate-mini-row__sub{color:#94a3b8;align-items:center;gap:.45rem;min-width:0;font-size:.72rem;line-height:1.4;display:flex}.recruiter-chat-candidate-mini-row__sub-job{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.recruiter-chat-candidate-mini-row__score{color:#64748b;white-space:nowrap;flex-shrink:0;font-size:.7rem}.recruiter-chat-job-row__main,.recruiter-chat-job-row__location,.recruiter-chat-job-row__salary,.recruiter-chat-job-row__meta{align-items:center;display:flex}.recruiter-chat-job-row__main,.recruiter-chat-job-row__copy{flex:1;min-width:0}.recruiter-chat-job-row__name{color:var(--color-text,#111827);white-space:normal;overflow-wrap:anywhere;font-size:.9rem;font-weight:700;line-height:1.3}.recruiter-chat-job-row__meta-copy{margin-top:.35rem}.recruiter-chat-job-row__summary{color:var(--color-text-muted,#6b7280);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-top:.25rem;font-size:.78rem;line-height:1.4;display:-webkit-box;overflow:hidden}.recruiter-chat-job-row__meta-copy--chips,.recruiter-chat-job-row__meta-copy--details{flex-wrap:wrap;gap:.4rem .55rem;display:flex}.recruiter-chat-job-row__location{color:var(--color-text-muted,#6b7280);gap:.3rem;min-width:0;font-size:.76rem}.recruiter-chat-job-row__location span{white-space:normal;overflow-wrap:anywhere;min-width:0;line-height:1.35}.recruiter-chat-job-row__salary{color:var(--color-text-muted,#6b7280);gap:.3rem;min-width:0;font-size:.76rem}.recruiter-chat-job-row__salary span{white-space:normal;overflow-wrap:anywhere;min-width:0;line-height:1.35}.recruiter-chat-job-row__meta{flex-shrink:0;align-self:center;gap:.45rem;padding-top:.1rem}.recruiter-chat-job-row__cta{color:#2563eb;white-space:nowrap;font-size:.76rem;font-weight:600}.recruiter-chat-job-row__chevron{color:#94a3b8;flex-shrink:0}.recruiter-chat-combo-card{margin-top:.75rem}.recruiter-chat-candidate-top,.recruiter-chat-detail-header,.recruiter-chat-salary-header,.recruiter-chat-skeleton-row{align-items:flex-start;gap:.8rem;display:flex}.recruiter-chat-skeleton-row--between,.recruiter-chat-salary-header{justify-content:space-between}.recruiter-chat-candidate-copy,.recruiter-chat-detail-identity,.recruiter-chat-skeleton-stack--grow{flex:1;min-width:0}.recruiter-chat-candidate-name,.recruiter-chat-detail-name{color:var(--color-text,#111827);font-size:.95rem;font-weight:700}.recruiter-chat-candidate-headline,.recruiter-chat-detail-headline{color:var(--color-text-muted,#6b7280);white-space:nowrap;text-overflow:ellipsis;margin-top:.16rem;font-size:.8rem;overflow:hidden}.recruiter-chat-candidate-meta,.recruiter-chat-detail-meta,.recruiter-chat-salary-values,.recruiter-chat-card-actions{flex-wrap:wrap;align-items:center;gap:.6rem;display:flex}.recruiter-chat-action-button{border:1px solid #0f172a1a;border-radius:999px;min-width:116px;height:38px;padding:0 1rem;font-size:.83rem;font-weight:700;transition:background-color .14s,border-color .14s,color .14s,box-shadow .14s,transform .14s}.recruiter-chat-action-button:hover{transform:translateY(-1px)}.recruiter-chat-action-button:disabled{opacity:.55;cursor:not-allowed;transform:none}.recruiter-chat-action-button--primary{color:#fff;background:linear-gradient(#3b82f6,#2563eb);border-color:#2563eb;box-shadow:0 10px 18px #2563eb33}.recruiter-chat-action-button--primary:hover:not(:disabled){background:linear-gradient(#2563eb,#1d4ed8);border-color:#1d4ed8}.recruiter-chat-action-button--secondary{color:#1e3a8a;background:#ffffffe0;border-color:#2563eb29}.recruiter-chat-action-button--secondary:hover:not(:disabled){background:#dbeafe94;border-color:#2563eb3d}.recruiter-chat-action-button--danger{color:#b91c1c;background:#fef2f2eb;border-color:#ef44443d}.recruiter-chat-action-button--danger:hover:not(:disabled){background:#fee2e2fa;border-color:#dc262652}.recruiter-chat-candidate-meta,.recruiter-chat-detail-meta,.recruiter-chat-chip-row,.recruiter-chat-candidate-job,.recruiter-chat-sources,.recruiter-chat-section,.recruiter-chat-section-stack,.recruiter-chat-salary-range,.recruiter-chat-feedback,.recruiter-chat-diff-card{margin-top:.75rem}.recruiter-chat-chip-row{flex-wrap:wrap;gap:.35rem;display:flex}.recruiter-chat-chip,.recruiter-chat-badge{border-radius:6px;align-items:center;padding:.24rem .55rem;font-size:.74rem;font-weight:600;display:inline-flex}.recruiter-chat-chip,.recruiter-chat-badge--gray,.recruiter-chat-badge--muted{color:#475569;background:#94a3b829}.recruiter-chat-badge--warning{color:#a16207;background:#f59e0b29}.recruiter-chat-badge--primary{color:#1d4ed8;background:#3b82f624}.recruiter-chat-badge--success{color:#047857;background:#10b98124}.recruiter-chat-badge--danger{color:#b91c1c;background:#ef44441f}.recruiter-chat-match-score,.recruiter-chat-detail-score{color:var(--color-text-muted,#6b7280);font-size:.8rem}.recruiter-chat-candidate-job{color:var(--color-text-muted,#6b7280);align-items:center;gap:.45rem;font-size:.8rem;display:flex}.recruiter-chat-avatar{color:#111827;background:#0f172a14;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;font-weight:700;display:inline-flex;position:relative;overflow:hidden}.recruiter-chat-avatar--candidate{width:40px;height:40px}.recruiter-chat-avatar--large{width:56px;height:56px}.recruiter-chat-avatar--sidebar{width:28px;height:28px;font-size:.75rem;display:none}.recruiter-chat-salary-track{background:#94a3b833;border-radius:999px;width:100%;height:8px;position:relative;overflow:hidden}.recruiter-chat-salary-fill{background:#111827;border-radius:999px;position:absolute;top:0;bottom:0}.recruiter-chat-salary-values{justify-content:space-between;margin-top:.45rem;font-size:.78rem;font-weight:600}.recruiter-chat-muted-copy{color:var(--color-text-muted,#6b7280);font-size:.88rem;line-height:1.6}.recruiter-chat-muted-copy p{margin:0}.recruiter-chat-muted-copy p+p{margin-top:.4rem}.recruiter-chat-sources-label,.recruiter-chat-section-title,.recruiter-chat-feedback-label,.recruiter-chat-diff-title,.recruiter-chat-diff-pane-label{letter-spacing:.08em;text-transform:uppercase;color:var(--color-text-muted,#6b7280);font-size:.72rem;font-weight:700}.recruiter-chat-diff-title{color:#1e3a8a}.recruiter-chat-markdown-container{display:inline}.recruiter-chat-markdown-paragraph{margin:0;display:inline}.recruiter-chat-markdown-paragraph:not(:last-child):after{content:"\a ";white-space:pre}.recruiter-chat-inline-citations{margin-left:.15rem;display:inline}.recruiter-chat-sources-list{display:inline}.recruiter-chat-section-stack,.recruiter-chat-diff-list{flex-flow:wrap;gap:.35rem;display:flex}.recruiter-chat-feedback{background:#94a3b81a;border-left:2px solid #0f172a24;border-radius:12px;padding:.85rem .95rem}.recruiter-chat-feedback p{color:var(--color-text-muted,#6b7280);margin:.35rem 0 0;font-size:.88rem;font-style:italic}.recruiter-chat-review-list{flex-direction:column;gap:.25rem;margin:.35rem 0 0;padding:0;list-style:none;display:flex}.recruiter-chat-strength{color:#059669;padding-left:1rem;font-size:.85rem;position:relative}.recruiter-chat-strength:before{content:"✓";font-weight:600;position:absolute;left:0}.recruiter-chat-weakness{color:#dc2626;padding-left:1rem;font-size:.85rem;position:relative}.recruiter-chat-weakness:before{content:"✗";font-weight:600;position:absolute;left:0}.recruiter-chat-timeline-item{background:#f8fafcd9;border:1px solid #0f172a14;border-radius:14px;padding:.85rem .95rem}.recruiter-chat-timeline-title{color:var(--color-text,#111827);font-size:.9rem;font-weight:700}.recruiter-chat-timeline-subtitle{color:var(--color-text-muted,#6b7280);margin-top:.2rem;font-size:.85rem}.recruiter-chat-timeline-meta,.recruiter-chat-detail-footer{color:var(--color-text-muted,#6b7280);margin-top:.3rem;font-size:.76rem}.recruiter-chat-bullet-list{color:var(--color-text-muted,#6b7280);margin:.55rem 0 0;padding-left:1rem;font-size:.8rem;line-height:1.5}.recruiter-chat-detail-footer{border-top:1px solid #0f172a14;padding-top:.8rem}.recruiter-chat-diff-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;margin-top:.55rem;display:grid}.recruiter-chat-diff-card{background:#f8fafcd9;border:1px solid #2563eb14;border-radius:16px;padding:.9rem 1rem}.recruiter-chat-diff-pane{min-width:0}.recruiter-chat-diff-list-item,.recruiter-chat-scalar{color:var(--color-text,#111827);word-break:break-word;white-space:pre-wrap;background:#dbeafe6b;border:1px solid #2563eb14;border-radius:12px;padding:.6rem .75rem;font-size:.88rem;line-height:1.45}.recruiter-chat-diff-list-item--added,.recruiter-chat-scalar--after{color:#166534;background:#dcfce7eb;border-left:3px solid #22c55e8c}.recruiter-chat-diff-list-item--removed,.recruiter-chat-scalar--before{color:#b91c1c;background:#fef2f2f5;border-left:3px solid #ef444473;text-decoration:line-through}.recruiter-chat-diff-marker{justify-content:center;align-items:center;min-width:.9rem;margin-right:.45rem;font-size:.92rem;font-weight:700;line-height:1;display:inline-flex}.recruiter-chat-diff-marker--added{color:#15803d}.recruiter-chat-diff-marker--removed{color:#dc2626}.recruiter-chat-tool-error{max-width:42rem;color:var(--color-text-muted,#6b7280);background:#ef44440f;border:1px solid #ef444433;border-radius:12px;padding:.85rem .95rem;font-size:.88rem}.recruiter-chat-skeleton{background:#94a3b847;border-radius:999px;height:.8rem;animation:1.4s ease-in-out infinite recruiter-chat-pulse}.recruiter-chat-skeleton--title{border-radius:12px;height:1.1rem}.recruiter-chat-skeleton--title-sm{border-radius:12px;height:.95rem}.recruiter-chat-skeleton-stack{flex-direction:column;gap:.45rem;display:flex}.recruiter-chat-skeleton--avatar{border-radius:999px;width:40px;height:40px}.recruiter-chat-skeleton--avatar-lg{border-radius:999px;width:56px;height:56px}.recruiter-chat-skeleton--avatar-sm{border-radius:999px;flex-shrink:0;width:28px;height:28px}.recruiter-chat-skeleton--w-85{width:85%}.recruiter-chat-skeleton--w-80{width:80%}.recruiter-chat-skeleton--w-75{width:75%}.recruiter-chat-skeleton--w-70{width:70%}.recruiter-chat-skeleton--w-55{width:55%}.recruiter-chat-skeleton--w-50{width:50%}.recruiter-chat-skeleton--w-45{width:45%}.recruiter-chat-skeleton--w-40{width:40%}.recruiter-chat-skeleton--w-35{width:35%}.recruiter-chat-skeleton--w-30{width:30%}.recruiter-chat-skeleton--chip{border-radius:999px;width:3.8rem;height:1.4rem}.recruiter-chat-skeleton--pill{border-radius:999px;width:4.8rem;height:1.5rem}.recruiter-chat-skeleton--bar{height:.5rem}.recruiter-chat-skeleton--block{border-radius:12px;height:2.4rem}.recruiter-chat-skeleton--send{border-radius:999px;flex-shrink:0;width:32px;height:32px}.recruiter-chat-panel-skeleton{flex-direction:column;flex:1;min-height:0;display:flex;overflow:hidden}.recruiter-chat-panel-skeleton__thread{flex:1;min-height:0;display:flex;overflow:hidden}.recruiter-chat-panel-skeleton__scroll-view{background:linear-gradient(#fff,#fbfdff);flex:1;min-width:0;padding:0 1rem;overflow:hidden}.recruiter-chat-panel-skeleton__message-view{flex-direction:column;gap:1rem;padding:1.25rem;display:flex}.recruiter-chat-panel-skeleton__row{align-items:flex-start;gap:.65rem;display:flex}.recruiter-chat-panel-skeleton__row--assistant{justify-content:flex-start}.recruiter-chat-panel-skeleton__row--user{justify-content:flex-end}.recruiter-chat-panel-skeleton__assistant-stack{flex-direction:column;flex:1;align-items:flex-start;gap:.65rem;min-width:0;display:flex}.recruiter-chat-panel-skeleton__assistant-bubble{background:#f8fafc;border:1px solid #0f172a0f;border-radius:18px 18px 18px 8px;flex-direction:column;gap:.55rem;width:min(42rem,100vw - 10rem);max-width:100%;padding:12px 16px;display:flex;box-shadow:0 1px 4px #0000000a}.recruiter-chat-panel-skeleton__user-bubble{background:#2563eb1f;border-radius:18px 18px 8px;flex-direction:column;gap:.55rem;width:min(34rem,70%);max-width:100%;padding:12px 16px;display:flex}.recruiter-chat-panel-skeleton__user-bubble .recruiter-chat-skeleton{margin-left:auto}.recruiter-chat-panel-skeleton__tool-card{flex-direction:column;gap:.7rem;width:min(26rem,100%);padding:.25rem 0;display:flex}.recruiter-chat-panel-skeleton__mini-card-list{flex-direction:column;gap:.65rem;display:flex}.recruiter-chat-panel-skeleton__mini-card{background:#fff;border:1px solid #e2e8f0eb;border-radius:16px;flex-direction:column;gap:.45rem;width:fit-content;max-width:min(100%,480px);padding:.9rem 1rem;display:flex;box-shadow:0 1px 4px #0000000a}.recruiter-chat-panel-skeleton__composer{background:#fffffffa;border-top:1px solid #e2e8f0d9;flex-shrink:0;padding:.8rem 1rem 1rem}.recruiter-chat-panel-skeleton__input-shell{background:#f8fafc;border:1px solid #cbd5e1d9;border-radius:18px;align-items:center;gap:.5rem;width:100%;max-width:920px;min-height:0;margin-left:auto;margin-right:auto;padding:.35rem .45rem .35rem .95rem;display:flex;overflow:hidden;box-shadow:inset 0 1px #ffffffb8}.recruiter-chat-panel-skeleton__input-line{height:.95rem}@media (max-width:767px){.recruiter-chat-panel-skeleton__scroll-view,.recruiter-chat-panel-skeleton__message-view{padding-left:.85rem;padding-right:.85rem}.recruiter-chat-panel-skeleton__assistant-bubble{max-width:calc(100vw - 6rem)}.recruiter-chat-panel-skeleton__user-bubble{width:min(92%,34rem)}}.recruiter-chat-mobile-drawer{z-index:50;display:none;position:fixed;inset:0}.recruiter-chat-mobile-drawer__backdrop{background:#0f172a6b;border:0;position:absolute;inset:0}.recruiter-chat-mobile-drawer__panel{z-index:1;background:#fff;width:min(320px,100vw - 24px);height:100%;position:relative;box-shadow:0 20px 40px #0f172a29}.recruiter-chat-mobile-drawer__close-row{justify-content:flex-end;padding:.75rem .75rem 0;display:flex}.recruiter-chat-spin{animation:1s linear infinite recruiter-chat-spin}.recruiter-chat-sidebar__header .btn{color:#0070f3!important;border-color:#0070f3!important}.recruiter-chat-sidebar__header .btn:before{background-color:#0070f314!important}.recruiter-chat-sidebar__header .btn:hover:not(:disabled){color:#0070f3!important;border-color:#0070f3!important}.recruiter-chat-page__main{border:1px solid #cbd5e18c;border-radius:18px;box-shadow:0 16px 36px #0f172a0f}.recruiter-chat-sidebar{background:#fff;border-right:1px solid #e2e8f0d9}.recruiter-chat-sidebar__header,.recruiter-chat-sidebar__footer{padding:1rem .9rem .85rem}.recruiter-chat-sidebar__body{padding:.15rem .6rem .85rem}.recruiter-chat-session-group+.recruiter-chat-session-group{margin-top:.65rem}.recruiter-chat-session-group__label{color:#64748b;padding:.45rem .55rem .35rem;font-size:.63rem;font-weight:700}.recruiter-chat-session-item{border:1px solid #0000}.recruiter-chat-session-item:hover{background:#f8fafc;border-color:#e2e8f0e6}.recruiter-chat-session-item--active{background:#eff4ff;border-color:#1a56db14;border-radius:12px}.recruiter-chat-session-item__trigger{padding:.65rem 2.15rem .65rem .7rem}.recruiter-chat-session-item__title{color:#0f172a;font-size:.84rem;font-weight:600}.recruiter-chat-session-item__meta{color:#94a3b8;margin-top:.15rem;font-size:.7rem}.recruiter-chat-topbar{background:#fffffff5;border-bottom:1px solid #e2e8f0d9;height:52px;padding:0 1.25rem}.recruiter-chat-topbar__title{color:#64748b;font-size:.88rem;font-weight:500}.recruiter-chat-area{position:relative}.recruiter-chat-thread-shell{overflow:hidden}.recruiter-chat-scroll-view{overscroll-behavior:contain;-webkit-overflow-scrolling:touch;touch-action:pan-y;scrollbar-gutter:stable;background:linear-gradient(#fff,#fbfdff);padding:0 1rem;position:relative;overflow:hidden auto}.recruiter-chat-message-view{gap:1rem;padding:1.25rem}.recruiter-chat-assistant-row,.recruiter-chat-user-row{gap:.65rem}.recruiter-chat-message-avatar{width:28px;height:28px}.recruiter-chat-message-avatar--assistant{color:var(--color-primary,#2563eb);background:#f8fafc;border:1px solid #e2e8f0f2;margin-top:0}.recruiter-chat-bot-mark{object-fit:contain;width:16px;height:16px;display:block}.recruiter-chat-assistant-bubble{color:#0f172a;box-shadow:none;background:#f8fafc;border:1px solid #e2e8f0e6;border-radius:0 14px 14px;padding:.7rem .9rem;font-size:.845rem;line-height:1.58}.recruiter-chat-tool-panel{flex-direction:column;align-items:flex-start;display:flex}.recruiter-chat-assistant-bubble{width:fit-content;display:inline-block}.recruiter-chat-user-bubble{background:var(--color-primary,#2563eb);box-shadow:none;border-radius:14px 14px 0;padding:.72rem .92rem;font-size:.845rem;line-height:1.58}.recruiter-chat-composer{background:#fffffffa;border-top:1px solid #e2e8f0d9;padding:.8rem 1rem 1rem}.recruiter-chat-input-shell{background:#f8fafc;border:1px solid #cbd5e1d9;border-radius:18px;align-items:center;padding:.35rem .45rem .35rem .95rem;box-shadow:inset 0 1px #ffffffb8}.recruiter-chat-input-shell:focus-within{border-color:var(--color-primary,#2563eb);box-shadow:0 0 0 3px #2563eb1f}.recruiter-chat-input-textarea{color:#0f172a;padding:.28rem 0;font-size:.84rem;line-height:1.45}.recruiter-chat-stream-error{color:#7f1d1d;background:#fff7f7;border:1px solid #f8717138;border-radius:16px;flex-direction:column;gap:.55rem;max-width:min(100%,32rem);padding:.85rem 1rem;display:flex}.recruiter-chat-stream-error__title{font-size:.85rem;font-weight:600}.recruiter-chat-stream-error__body{color:#991b1b;font-size:.8rem;line-height:1.55}.recruiter-chat-tool-activity{color:#3358c4;background:#eef4ff;border-radius:999px;align-items:center;gap:.5rem;margin-top:.55rem;padding:.35rem .7rem;font-size:.74rem;font-weight:600;display:inline-flex}.recruiter-chat-agent-steps{background:#f8fafceb;border:1px solid #cbd5e1d9;border-radius:14px;width:100%;max-width:42rem;margin-top:.55rem}.recruiter-chat-agent-steps summary{cursor:pointer;color:#475569;padding:.65rem .8rem;font-size:.76rem;font-weight:600;list-style:none}.recruiter-chat-agent-steps summary::-webkit-details-marker{display:none}.recruiter-chat-agent-steps__list{flex-direction:column;gap:.6rem;padding:0 .8rem .8rem;display:flex}.recruiter-chat-agent-steps__item{border-top:1px solid #e2e8f0e0;padding-top:.6rem}.recruiter-chat-agent-steps__item:first-child{border-top:0;padding-top:0}.recruiter-chat-agent-steps__name{color:#1e3a8a;text-transform:uppercase;letter-spacing:.06em;font-size:.73rem;font-weight:700}.recruiter-chat-agent-steps__text{color:#64748b;margin-top:.22rem;font-size:.78rem;line-height:1.5}.recruiter-chat-source-link{justify-content:space-between;align-items:center;gap:.75rem;display:flex}.recruiter-chat-source-link__meta{color:#64748b;flex-shrink:0;font-size:.72rem}.recruiter-chat-source-chip{color:#1d4ed8;text-underline-offset:2px;cursor:pointer;margin-left:.15rem;font-size:.85em;font-weight:500;text-decoration:underline;transition:color .15s;display:inline}.recruiter-chat-source-chip:hover{color:#0f3aa7}.recruiter-chat-card-count{color:#64748b;margin-bottom:.3rem;font-size:.74rem;font-weight:500}.recruiter-chat-card{border:1px solid #cbd5e1cc;border-radius:16px;padding:.9rem;box-shadow:0 8px 24px #0f172a0f}.recruiter-chat-card--candidate-row,.recruiter-chat-card--job-row{box-shadow:none}.recruiter-chat-card--candidate-row{gap:.7rem;padding:.7rem .8rem}.recruiter-chat-card--job-row{border-radius:18px;gap:.9rem;padding:.78rem .88rem}.recruiter-chat-card--candidate-row:hover,.recruiter-chat-card--job-row:hover{background:#f7faff;border-color:#1a56db59;box-shadow:0 12px 28px #1a56db14}.recruiter-chat-card--clarification{background:linear-gradient(#1a56db0f,#fffffffa 56%),#fff;border-color:#1a56db29;box-shadow:0 10px 28px #1a56db1a}.recruiter-chat-card--job-edit{background:linear-gradient(#1a56db0d,#fffffffa 72%),#fff;border-color:#1a56db1f}.recruiter-chat-card-title{color:#0f172a;font-size:.98rem}.recruiter-chat-card-subtitle,.recruiter-chat-clarification__subtitle,.recruiter-chat-job-row__summary,.recruiter-chat-job-row__location,.recruiter-chat-job-row__salary,.recruiter-chat-candidate-row__job,.recruiter-chat-tool-error{color:#64748b}.recruiter-chat-card-subtitle{font-size:.78rem;line-height:1.55}.recruiter-chat-candidate-list{gap:.5rem}.recruiter-chat-candidate-row__name{color:#0f172a;font-size:.84rem}.recruiter-chat-job-row__name{color:#0f172a;font-size:.86rem;line-height:1.35}.recruiter-chat-job-row__summary{font-size:.75rem}.recruiter-chat-job-row__location,.recruiter-chat-job-row__salary{font-size:.72rem}.recruiter-chat-job-row__cta,.recruiter-chat-markdown-link,.recruiter-chat-source-link{color:#1a56db}.recruiter-chat-job-row__cta{font-size:.74rem}.recruiter-chat-chip,.recruiter-chat-badge{font-size:.68rem}.recruiter-chat-badge--muted,.recruiter-chat-badge--gray{color:#475569;background:#eef2f7}.recruiter-chat-badge--primary{color:#3358c4;background:#eff4ff;border:1px solid #c5d4f5}.recruiter-chat-badge--success{color:#2a7a2a;background:#e8f5e8;border:1px solid #b8ddb8}.recruiter-chat-review-eyebrow{color:#1a56db;background:#1a56db1a}.recruiter-chat-clarification__button--primary,.recruiter-chat-action-button--primary{background:linear-gradient(#2b67e8,#1a56db);border-color:#1a56db}.recruiter-chat-clarification__button--primary:hover:not(:disabled),.recruiter-chat-action-button--primary:hover:not(:disabled){background:linear-gradient(#1a56db,#1447b8);border-color:#1447b8}.recruiter-chat-action-button--secondary,.recruiter-chat-clarification__button--secondary{color:#1e3a8a;border-color:#1a56db29}@keyframes recruiter-chat-pulse{0%,to{opacity:.45}50%{opacity:1}}@keyframes recruiter-chat-spin{to{transform:rotate(360deg)}}@keyframes recruiter-chat-cursor-bounce{0%,80%,to{opacity:.45;transform:translateY(0)}40%{opacity:1;transform:translateY(-2px)}}@media (max-width:1023px){.recruiter-chat-page{width:100%}.recruiter-chat-page__sidebar{display:none}.recruiter-chat-mobile-drawer{display:block}.recruiter-chat-thread-shell,.recruiter-chat-input-shell{width:100%}.recruiter-chat-scroll-view,.recruiter-chat-message-view{padding-left:.85rem;padding-right:.85rem}}@media (max-width:767px){.recruiter-chat-candidate-grid,.recruiter-chat-diff-grid{grid-template-columns:1fr}.recruiter-chat-user-bubble{max-width:92%}.recruiter-chat-message-view--empty:before,.recruiter-chat-assistant-bubble{max-width:calc(100vw - 6rem)}.recruiter-chat-card--candidate-row{width:100%}.recruiter-chat-candidate-row__meta{gap:.4rem}}.button-spinner{justify-content:center;align-items:center;gap:.45rem;display:inline-flex}.button-spinner__icon{flex-shrink:0;width:.95rem;height:.95rem;animation:.9s linear infinite button-spinner-rotate}@keyframes button-spinner-rotate{to{transform:rotate(360deg)}}
