@font-face{font-family:Geist Mono;src:url(/fonts/GeistMono-Variable.woff2) format("woff2");font-weight:100 900;font-display:swap}#frase-widget-root{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;box-sizing:border-box}#frase-widget-root *,#frase-widget-root *:before,#frase-widget-root *:after{box-sizing:border-box}#frase-widget-root .frase-scrollbar-thin::-webkit-scrollbar{width:6px}#frase-widget-root .frase-scrollbar-thin::-webkit-scrollbar-track{background:transparent}#frase-widget-root .frase-scrollbar-thin::-webkit-scrollbar-thumb{background-color:#4a5568;border-radius:3px}#frase-widget-root .frase-scrollbar-thin::-webkit-scrollbar-thumb:hover{background-color:#5a6678}#frase-widget-root .chat-widget-container{display:flex;gap:10px;align-items:center;z-index:2147483647;position:relative}#frase-widget-root .chat-widget-container.vertical{flex-direction:column}#frase-widget-root .chat-widget-body-wrapper{display:flex;flex-direction:column;align-items:flex-start;gap:10px;transition:gap .3s ease-in-out}#frase-widget-root .chat-widget-body-wrapper.has-header{gap:10px}#frase-widget-root .chat-widget-body{background:#1e1e1e;border:1px solid #333333;padding:13px 12px;border-radius:10px;display:flex;flex-direction:column;gap:0;align-items:flex-end;max-height:736px;transition:all .3s ease-in-out}#frase-widget-root .drag-handle{background:#000;border:1px solid #333333;border-radius:20px;cursor:move;transition:opacity .2s;pointer-events:auto}#frase-widget-root .drag-handle.dragging{opacity:.5}#frase-widget-root .drag-handle.vertical{width:45px;height:8px}#frase-widget-root .drag-handle.horizontal{width:8px;height:45px}#frase-widget-root .chat-input-container{display:flex;flex-direction:column;gap:12px;width:100%;align-items:flex-end}#frase-widget-root .chat-input-textarea{background:#323232;height:80px;padding:12px;border-radius:4px;width:100%;resize:none;border:none;outline:none;font-size:14px;line-height:1.4;color:#fff;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}#frase-widget-root .chat-input-textarea::placeholder{color:#ffffff80}#frase-widget-root .chat-input-textarea:focus{outline:1px solid rgba(255,255,255,.2)}#frase-widget-root .chat-input-textarea.empty{color:#ffffff80}#frase-widget-root .chat-input-textarea:disabled{opacity:.5;cursor:not-allowed}#frase-widget-root .message-list-wrapper{position:relative;width:100%;max-height:500px;display:flex;flex-direction:column;margin-bottom:24px}#frase-widget-root .message-list-gradient{position:absolute;top:0;left:0;right:0;height:48px;pointer-events:none;z-index:10;transition:opacity .3s}#frase-widget-root .message-list{width:100%;max-height:500px;transition:all .3s ease-in-out;display:flex;flex-direction:column;gap:12px;overflow-y:auto;min-height:0;flex-shrink:1}#frase-widget-root .message.tool{padding:0}#frase-widget-root .message{padding:0;border-radius:4px;color:#fff;font-size:14px;line-height:1.4;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;white-space:pre-wrap;word-wrap:break-word;width:100%}#frase-widget-root .message.user{background:#ffffff05;border:1px solid rgba(255,255,255,.2);padding:12px}#frase-widget-root .message.assistant{background:transparent;border:none}#frase-widget-root .message.first-message-loader{padding-top:0}#frase-widget-root .chat-header{background:#1d1d1d;border:1px solid #333333;border-radius:10px;display:flex;align-items:center;justify-content:space-between;overflow:hidden;max-height:0;padding:0;opacity:0;transform:translateY(-10px);transition:all .3s ease-in-out}#frase-widget-root .chat-header.visible{max-height:60px;padding:10px 12px;opacity:1;transform:translateY(0)}#frase-widget-root .chat-header-left{display:flex;align-items:center;gap:8px;flex:1;min-width:0}#frase-widget-root .chat-header-back-button{border:1px solid rgba(255,255,255,.2);background:transparent;padding:4px;border-radius:10px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#fff}#frase-widget-root .chat-header-back-button:hover{background:#ffffff0d}#frase-widget-root .chat-header-title-wrapper{flex:1;min-width:0;overflow:hidden;position:relative;mask-image:linear-gradient(to right,#000 0%,#000 calc(100% - 30px),transparent 100%);-webkit-mask-image:linear-gradient(to right,#000 0%,#000 calc(100% - 30px),transparent 100%);cursor:default}#frase-widget-root .chat-header-title-wrapper:hover{mask-image:none;-webkit-mask-image:none}#frase-widget-root .chat-header-title{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;line-height:1.4;color:#fff;white-space:nowrap;display:inline-block;padding-right:16px}#frase-widget-root .chat-header-title.marquee{animation:marquee 4s linear infinite}@keyframes marquee{0%{transform:translate(0)}80%{transform:translate(var(--marquee-distance, -50%))}80.01%,to{transform:translate(0)}}#frase-widget-root .chat-header-pr-button{background:#fff;padding:5px 10px;border-radius:10px;display:flex;align-items:center;gap:6px;cursor:pointer;border:none}#frase-widget-root .chat-header-pr-button:hover{background:#ffffffe6}#frase-widget-root .chat-header-pr-button span{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;font-weight:500;letter-spacing:-.28px;color:#000}#frase-widget-root .chat-header-pr-button svg{color:#000}@media (max-width: 350px){#frase-widget-root .chat-header-pr-button svg{display:none}}#frase-widget-root .loading-indicator{display:flex;align-items:center;gap:6px}#frase-widget-root .loading-icon{flex-shrink:0}#frase-widget-root .loading-icon.spinning{animation:spin 1.5s linear infinite}#frase-widget-root .loading-text{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;font-weight:600;line-height:1.4;color:#fff}#frase-widget-root .streaming-cursor{display:inline-block;width:2px;height:1em;background-color:#fff;margin-left:2px;animation:blink 1s infinite;vertical-align:text-bottom}@keyframes blink{0%,49%{opacity:1}50%,to{opacity:0}}#frase-widget-root .loader{flex-shrink:0;animation:spin 1s linear infinite}#frase-widget-root .loader-sm{width:10px;height:10px}#frase-widget-root .loader-md{width:16px;height:16px}#frase-widget-root .loader-lg{width:20px;height:20px}.loader{animation:spin 1s linear infinite;flex-shrink:0}.loader-sm{width:10px;height:10px}.loader-md{width:16px;height:16px}.loader-lg{width:20px;height:20px}#frase-widget-root .button{display:inline-flex;align-items:center;justify-content:center;border:none;cursor:pointer;font-family:Inter,sans-serif;font-weight:500;letter-spacing:-.28px;line-height:normal;white-space:nowrap;transition:all .2s ease;border-radius:10px;flex-shrink:0}#frase-widget-root .button:disabled{cursor:not-allowed}#frase-widget-root .button-icon-wrapper{display:flex;align-items:center;justify-content:center;flex-shrink:0}#frase-widget-root .button-sm{padding:5px 10px;font-size:14px;gap:6px;height:28px}#frase-widget-root .button-md{padding:8px 16px;font-size:14px;gap:8px;height:36px}#frase-widget-root .button-lg{padding:12px 20px;font-size:16px;gap:8px;height:44px}#frase-widget-root .button-primary{background:#000;color:#fff}#frase-widget-root .button-primary:hover:not(:disabled){background:#000000e6}#frase-widget-root .button-primary:active:not(:disabled){background:#000c}#frase-widget-root .button-primary:disabled{opacity:.4;cursor:not-allowed}#frase-widget-root .button-secondary{background:#fff;color:#000}#frase-widget-root .button-secondary:hover:not(:disabled){background:#ffffffe6}#frase-widget-root .button-secondary:active:not(:disabled){background:#fffc}#frase-widget-root .button-secondary:disabled{opacity:.4;cursor:not-allowed}#frase-widget-root .button-success{background:#17a34a;color:#fff}#frase-widget-root .button-success:hover:not(:disabled){background:#17a34ae6}#frase-widget-root .button-success:active:not(:disabled){background:#17a34acc}#frase-widget-root .button-success:disabled{opacity:.4;cursor:not-allowed}#frase-widget-root .button-ghost{background:transparent;color:#ffffffe6;border:none}#frase-widget-root .button-ghost:hover:not(:disabled){background:#ffffff14}#frase-widget-root .button-ghost:active:not(:disabled){background:#ffffff1f}#frase-widget-root .button-ghost:disabled{opacity:.4;cursor:not-allowed}#frase-widget-root .button-icon{background:transparent;border:none;color:#fff;padding:0;width:20px;height:20px}#frase-widget-root .button-icon:hover:not(:disabled){opacity:.6}#frase-widget-root .button-icon:disabled{opacity:.4}#frase-widget-root .button-fullwidth{width:100%}#frase-widget-root .feature-widget-wrapper{display:flex;flex-direction:column;align-items:flex-start;width:704px;font-family:Inter,sans-serif;position:relative}#frase-widget-root .widget-summary-tag{font-size:14px;font-weight:500;letter-spacing:-.28px;line-height:normal;color:#ffffffe6;background:linear-gradient(110deg,#202020,#202020 30%,#4d4d4d,#202020 70%,#202020);background-size:200% 100%;border:none;border-radius:10px;padding:5px 10px;display:flex;align-items:center;gap:6px;transform-origin:bottom;position:relative;z-index:0;margin-bottom:8px}#frase-widget-root .widget-summary-tag.show{animation:slideUpFromBehind .4s ease-out forwards,shimmer 3s ease-in-out infinite}#frase-widget-root .widget-summary-tag.success.show{animation:slideUpFromBehind .4s ease-out forwards}#frase-widget-root .widget-summary-tag.hide{animation:slideDownBehind .4s ease-out forwards}@keyframes slideUpFromBehind{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}@keyframes slideDownBehind{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(50px)}}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}#frase-widget-root .feature-widget{display:flex;padding:0 15px 12px;flex-direction:column;align-items:flex-start;gap:8px;align-self:stretch;border-radius:10px;border:1px solid #8F8F8F;background:linear-gradient(93deg,#212121 -4.54%,#1d1d1d 50.19%,#212121 103.88%);box-shadow:0 8px 54px #000c;width:100%;position:relative;z-index:1;transform:scale(0);opacity:0}#frase-widget-root .feature-widget.pop-in{animation:popIn .2s ease-out forwards}@keyframes popIn{0%{transform:scale(0);opacity:0}to{transform:scale(1);opacity:1}}#frase-widget-root .widget-input-block{display:flex;gap:10px;align-items:center;width:100%;align-self:stretch;padding:20px 0;border-bottom:1px solid rgba(255,255,255,.1)}#frase-widget-root .widget-input{flex:1;background:transparent;border:none;outline:none;font-family:Inter,sans-serif;font-size:18px;font-weight:400;color:#fff6;padding:0;line-height:1.4;transition:color .2s ease;resize:none;overflow-y:auto;overflow-x:hidden;max-height:500px;min-height:25.2px;word-wrap:break-word;word-break:break-word;white-space:pre-wrap}#frase-widget-root .widget-input::placeholder{color:#fff6}#frase-widget-root .widget-input.has-text{color:#fff}#frase-widget-root .widget-input:disabled{color:#ffffff80;cursor:not-allowed}#frase-widget-root .widget-input::-webkit-scrollbar{width:6px}#frase-widget-root .widget-input::-webkit-scrollbar-track{background:transparent}#frase-widget-root .widget-input::-webkit-scrollbar-thumb{background-color:#fff3;border-radius:3px}#frase-widget-root .widget-input::-webkit-scrollbar-thumb:hover{background-color:#ffffff4d}#frase-widget-root .widget-submit-button{display:flex;align-items:center;justify-content:center;width:34.37px;height:34.37px;background:#ffffff14;border:none;border-radius:71.833px;color:#ffffffb3;cursor:pointer;transition:all .2s ease;flex-shrink:0;padding:7.183px;align-self:flex-end;margin-bottom:2px}#frase-widget-root .widget-submit-button:hover{background:#ffffff1f;color:#fff}#frase-widget-root .widget-submit-button:active{background:#ffffff26}#frase-widget-root .widget-submit-button:disabled{background:#ffffff0a;color:#ffffff4d;cursor:not-allowed}#frase-widget-root .widget-submit-button:disabled:hover{background:#ffffff0a;color:#ffffff4d}#frase-widget-root .widget-actions-block{display:flex;justify-content:space-between;align-items:center;gap:16px;width:100%;align-self:stretch}#frase-widget-root .branch-info-section{flex:0 0 auto;display:flex;align-items:center;gap:8px}#frase-widget-root .pr-info-row{display:flex;align-items:center;gap:8px}#frase-widget-root .feature-name{font-size:14px;font-weight:400;color:#fff6;line-height:1.4;white-space:nowrap}#frase-widget-root .actions-section{display:flex;align-items:center;gap:8px;margin-left:auto}#frase-widget-root .action-loader{display:flex;align-items:center;gap:8px;transition:opacity .2s ease;color:#fff6;perspective:1000px}#frase-widget-root .action-loader.hidden{opacity:0;pointer-events:none}#frase-widget-root .action-loader.visible{opacity:1}#frase-widget-root .action-text{font-size:14px;font-weight:400;color:#fff6;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:200px;line-height:1.4;display:inline-block;transform-style:preserve-3d;animation:flipUp .5s ease-out forwards;transform-origin:center bottom}@keyframes flipUp{0%{transform:rotateX(90deg);opacity:0}to{transform:rotateX(0);opacity:1}}#frase-widget-root .spinner-icon{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}#frase-widget-root .branch-name{display:block;font-size:14px;font-weight:400;color:#fff6;line-height:1.4;margin-top:4px}#frase-widget-root .pr-actions-row{display:flex;align-items:center;gap:8px}#frase-widget-root .widget-insufficient-credits-tag{font-size:14px;font-weight:500;letter-spacing:-.28px;line-height:normal;color:#1a1a1a;background:#fff;border:none;padding:12px 16px;border-radius:12px;margin-bottom:12px;position:relative;z-index:1;box-shadow:0 4px 12px #0000001a;opacity:1;transform:translateY(0)}#frase-widget-root .widget-insufficient-credits-tag a{color:#06c;text-decoration:underline;font-weight:600;transition:color .2s ease}#frase-widget-root .widget-insufficient-credits-tag a:hover{color:#0052a3}
