.AiReviewer-module-scss-module__AaOIsq__container{--code-text-color:#ffffffa2;--line-number-text-color:#9898a4;--line-number-background-color:#1c1c221a;--code-line-highlight-background-color:#9971fe73;--code-line-highlight-text-color:#fff;--comment-background-color:linear-gradient(98deg,#0003 0.85%,#0003 64.97%),#29292e;--comment-inline-code-background-color:#00000054;--comment-border-color:#b587f2bf;--comment-text-color:#fff;--comment-text-color-disabled:#9898a4;--border-standard:1px solid #dfdfff21;--animation-play-state:paused;flex-direction:column;align-items:center;height:450px;display:flex;position:relative}.AiReviewer-module-scss-module__AaOIsq__container[data-start-animation=true]{--animation-play-state:running}.AiReviewer-module-scss-module__AaOIsq__container[data-theme=light]{--code-text-color:#000;--line-number-text-color:#000;--line-number-background-color:#0000001a;--code-line-highlight-background-color:#ccffd8;--code-line-highlight-text-color:#000;--comment-background-color:#fff;--comment-inline-code-background-color:#dbdbdb54;--comment-border-color:#ae88eb;--comment-text-color:#0e0e0e;--comment-text-color-disabled:#9898a4;--border-standard:1px solid #3e3e3e21}.AiReviewer-module-scss-module__AaOIsq__code{max-width:600px;max-height:100%;font-family:var(--font-jet-brains-mono);white-space:pre;color:var(--code-text-color);--mask-top-position:80%;-webkit-mask-image:linear-gradient(0deg,transparent,black 40% var(--mask-top-position),transparent);-webkit-mask-image:linear-gradient(0deg,transparent,black 40% var(--mask-top-position),transparent);mask-image:linear-gradient(0deg,transparent,black 40% var(--mask-top-position),transparent);font-size:.9rem;line-height:1.32;position:absolute;overflow:hidden}@media (max-width:767px){.AiReviewer-module-scss-module__AaOIsq__code{--mask-top-position:95%;max-width:100%}}.AiReviewer-module-scss-module__AaOIsq__code .AiReviewer-module-scss-module__AaOIsq__lines{--lines-visible-above-highlight:6;--final-code-scroll-position:calc(-1.2rem*(var(--first-highlighted-line-number,0) - var(--lines-visible-above-highlight)));opacity:0;animation:AiReviewer-module-scss-module__AaOIsq__scrollLines var(--code-scroll-animation-duration)ease-out;animation-play-state:var(--animation-play-state);animation-fill-mode:forwards}@keyframes AiReviewer-module-scss-module__AaOIsq__scrollLines{30%{opacity:1}to{transform:translateY(var(--final-code-scroll-position));opacity:1}}.AiReviewer-module-scss-module__AaOIsq__code .AiReviewer-module-scss-module__AaOIsq__lines .AiReviewer-module-scss-module__AaOIsq__lineNumber{color:var(--line-number-text-color);background-color:var(--line-number-background-color);padding:0 6px}.AiReviewer-module-scss-module__AaOIsq__code .AiReviewer-module-scss-module__AaOIsq__lines .AiReviewer-module-scss-module__AaOIsq__lineType{padding:0 4px}.AiReviewer-module-scss-module__AaOIsq__code .AiReviewer-module-scss-module__AaOIsq__lines .AiReviewer-module-scss-module__AaOIsq__line{-webkit-mask-image:linear-gradient(90deg,#0000,#000 10%,#000 90%,#0000);mask-image:linear-gradient(90deg,#0000,#000 10%,#000 90%,#0000)}.AiReviewer-module-scss-module__AaOIsq__code .AiReviewer-module-scss-module__AaOIsq__lines .AiReviewer-module-scss-module__AaOIsq__line[data-highlighted=true]{color:var(--code-text-color);animation:AiReviewer-module-scss-module__AaOIsq__codeHighlightEnter 1.2s var(--code-highlight-enter-delay)ease-in-out;animation-play-state:var(--animation-play-state);background-color:#0000;animation-fill-mode:forwards}@keyframes AiReviewer-module-scss-module__AaOIsq__codeHighlightEnter{to{color:var(--code-line-highlight-text-color);background-color:var(--code-line-highlight-background-color);-webkit-mask-image:linear-gradient(90deg,#0000001a,#000 10%,#000 70%,#0000);mask-image:linear-gradient(90deg,#0000001a,#000 10%,#000 70%,#0000)}}.AiReviewer-module-scss-module__AaOIsq__commentContainer{padding:0 12px;position:absolute;bottom:0}.AiReviewer-module-scss-module__AaOIsq__commentInnerContainer{filter:blur(18px);opacity:0;animation:AiReviewer-module-scss-module__AaOIsq__commentEnter .6s var(--comment-enter-delay)ease-in-out;animation-play-state:var(--animation-play-state);animation-fill-mode:forwards;position:relative}@keyframes AiReviewer-module-scss-module__AaOIsq__commentEnter{to{filter:none;opacity:1}}.AiReviewer-module-scss-module__AaOIsq__comment{max-width:640px;font-size:.9rem;font-family:var(--font-inter);letter-spacing:.013rem;background:var(--comment-background-color);border:1.5px solid var(--comment-border-color);z-index:1;border-radius:14px;padding:12px;position:relative;overflow:hidden}.AiReviewer-module-scss-module__AaOIsq__comment--faded{border-bottom:none;border-radius:14px 14px 0 0;padding:12px 12px 0;-webkit-mask-image:linear-gradient(0deg,#0000,#000 20px);mask-image:linear-gradient(0deg,#0000,#000 20px)}.AiReviewer-module-scss-module__AaOIsq__comment .AiReviewer-module-scss-module__AaOIsq__commentHeader{border-bottom:var(--border-standard);align-items:center;gap:6px;padding-bottom:10px;display:flex}.AiReviewer-module-scss-module__AaOIsq__comment .AiReviewer-module-scss-module__AaOIsq__commentHeader .AiReviewer-module-scss-module__AaOIsq__avatar{width:24px;height:24px;position:relative}.AiReviewer-module-scss-module__AaOIsq__comment .AiReviewer-module-scss-module__AaOIsq__commentHeader .AiReviewer-module-scss-module__AaOIsq__avatar .AiReviewer-module-scss-module__AaOIsq__sparkle{width:12px;height:12px;position:absolute;bottom:-3px;right:-3px}.AiReviewer-module-scss-module__AaOIsq__comment .AiReviewer-module-scss-module__AaOIsq__commentHeader .AiReviewer-module-scss-module__AaOIsq__justNow{color:var(--comment-text-color-disabled)}.AiReviewer-module-scss-module__AaOIsq__comment .AiReviewer-module-scss-module__AaOIsq__commentBody{color:var(--comment-text-color);white-space:pre-wrap;flex-direction:column;gap:12px;padding-top:12px;line-height:1.5;display:flex}.AiReviewer-module-scss-module__AaOIsq__comment .AiReviewer-module-scss-module__AaOIsq__commentBody code{background-color:var(--comment-inline-code-background-color);border-radius:4px;padding:2px 4px;font-size:.95em}.AiReviewer-module-scss-module__AaOIsq__comment .AiReviewer-module-scss-module__AaOIsq__commentBody .AiReviewer-module-scss-module__AaOIsq__graphiteReviewer{background:linear-gradient(25deg,#a979e8,#0254ff);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;padding:0 4px}.AiReviewer-module-scss-module__AaOIsq__comment .AiReviewer-module-scss-module__AaOIsq__commentBody .AiReviewer-module-scss-module__AaOIsq__isThisHelpful{color:#9898a4;font-size:.9em;font-weight:500}.AiReviewer-module-scss-module__AaOIsq__comment .AiReviewer-module-scss-module__AaOIsq__commentBody .AiReviewer-module-scss-module__AaOIsq__isThisHelpful .AiReviewer-module-scss-module__AaOIsq__thumbButtons{gap:8px;padding:4px 0;display:flex}.AiReviewer-module-scss-module__AaOIsq__comment .AiReviewer-module-scss-module__AaOIsq__commentBody .AiReviewer-module-scss-module__AaOIsq__isThisHelpful .AiReviewer-module-scss-module__AaOIsq__thumbButtons .AiReviewer-module-scss-module__AaOIsq__thumb{border:var(--border-standard);border-radius:4px;align-items:center;padding:2px 6px;display:flex}.AiReviewer-module-scss-module__AaOIsq__backgroundGradients{opacity:0;animation:AiReviewer-module-scss-module__AaOIsq__gradientsEnter 1.2s var(--comment-enter-delay)ease-in-out;animation-play-state:var(--animation-play-state);animation-fill-mode:forwards}@keyframes AiReviewer-module-scss-module__AaOIsq__gradientsEnter{to{opacity:1}}.AiReviewer-module-scss-module__AaOIsq__backgroundGradients *{position:absolute;top:0;bottom:0;left:0;right:0}.AiReviewer-module-scss-module__AaOIsq__backgroundGradients :first-child{filter:blur(50px);background-color:#a979e866;border-radius:50%;transform:translate(-20%)rotate(-4deg)}.AiReviewer-module-scss-module__AaOIsq__backgroundGradients :nth-child(2){filter:blur(50px);background-color:#0254ff66;border-radius:50%;transform:translate(20%)rotate(-8deg)}
