.app-brand-lockup{--app-brand-font-size:12px;--app-brand-line-height:18px;--app-brand-font-weight:600;--app-brand-mark-size:16px;--app-brand-mobile-font-size:14px;--app-brand-mobile-line-height:21px;--app-brand-mobile-font-weight:500;--app-brand-mobile-mark-size:18px;--app-brand-mobile-secondary-display:none;font-size:var(--app-brand-font-size);line-height:var(--app-brand-line-height);align-items:center;gap:7px;display:flex}:is(.app-brand-home-link,.app-brand-name):link,:is(.app-brand-home-link,.app-brand-name):hover,:is(.app-brand-home-link,.app-brand-name):visited,:is(.app-brand-home-link,.app-brand-name):active{text-decoration:none}.app-brand-home-link{flex:none;display:flex}.app-brand-mark{color:var(--ui-text-bold);width:var(--app-brand-mark-size);height:var(--app-brand-mark-size);flex:none;transition:all .5s ease-in-out}.app-brand-name{color:var(--ui-text-bold);font-weight:var(--app-brand-font-weight);display:flex}.app-brand-divider,.app-brand-tagline{color:var(--ui-text-muted);font-weight:500}.app-brand-secondary{align-items:center;min-width:0;display:flex}@media screen and (width<=768px){.app-brand-lockup{font-size:var(--app-brand-mobile-font-size);line-height:var(--app-brand-mobile-line-height)}.app-brand-mark{width:var(--app-brand-mobile-mark-size);height:var(--app-brand-mobile-mark-size)}.app-brand-name{font-weight:var(--app-brand-mobile-font-weight)}.app-brand-divider,.app-brand-tagline{display:var(--app-brand-mobile-secondary-display)}}.prompt-form-wrap{box-sizing:border-box;flex-direction:column;padding:0 10px 5px;display:flex}@media screen and (width<=768px){.prompt-form-wrap{padding:10px 18px 0}}form.prompt-form{background-color:#fff;border:1px solid #ececec;border-radius:16px;flex-direction:column;flex:auto;display:flex;position:relative}form.prompt-form:is(:focus-within,:has(textarea.prompt-input:not(:placeholder-shown))) .prompt-action-btns-wrap{background-color:#000}form.prompt-form:has(textarea.prompt-input:disabled){cursor:progress}form.prompt-form .prompt-gradient{pointer-events:none;background-image:linear-gradient(#0000 0%,#f8f8f8 70% 100%);width:100%;height:14px;display:flex;position:absolute;top:-1px;left:0;transform:translateY(-100%)}form.prompt-form .prompt-panel{flex-direction:column;width:100%;display:flex}form.prompt-form .prompt-url-attach-row{background-color:var(--modal-background);border-radius:32px;align-items:center;gap:8px;padding:0 3px 0 0;display:flex;position:absolute;bottom:45px;left:8px;box-shadow:0 4px 18px #0009}form.prompt-form .prompt-url-input{background-color:#0000;border-color:#0000;font-size:13px;font-weight:400}form.prompt-form .prompt-url-attach-btn{color:#ffffff94;background:0 0;border-radius:50%;flex:none;width:35px;height:35px;padding:0;font-size:12px}form.prompt-form .prompt-url-attach-btn svg{width:12px;height:12px}form.prompt-form .prompt-url-attach-btn:hover{color:#fffc;background:#ffffff0a}form.prompt-form .prompt-attachments{flex-wrap:wrap;gap:6px;padding:10px 12px 0 10px;display:flex}form.prompt-form .prompt-attachment-chip{background:#fafafa;border:1px solid #e2e2e2;border-radius:999px;align-items:center;gap:5px;max-width:100%;padding:4px 8px 4px 4px;display:inline-flex}form.prompt-form .prompt-attachment-chip.is-history{padding:4px 6px}form.prompt-form .prompt-attachment-chip:is(:hover,:focus-within) .prompt-attachment-remove{opacity:1;visibility:visible;width:12px;margin-left:0;transition-delay:0s;translate:0}form.prompt-form .prompt-attachment-thumb,form.prompt-form .prompt-attachment-icon{border-radius:50%;flex:none;width:18px;height:18px;overflow:hidden}form.prompt-form .prompt-attachment-icon{background:#efefef;justify-content:center;align-items:center;display:inline-flex}form.prompt-form .prompt-attachment-icon svg{width:11px;height:11px}form.prompt-form .prompt-attachment-history-icon{width:12px;height:12px}form.prompt-form .prompt-attachment-name{text-overflow:ellipsis;white-space:nowrap;max-width:12ch;font-size:11px;font-weight:600;line-height:14px;overflow:hidden}form.prompt-form .prompt-attachment-remove{color:#666;opacity:0;visibility:hidden;flex:none;width:0;margin-left:0;font-size:12px;line-height:1;transition:width .25s ease-in-out,margin-left .25s ease-in-out,opacity .2s ease-in-out,translate .25s ease-in-out,visibility 0s linear .25s;display:inline-flex;overflow:hidden;translate:-2px}form.prompt-form .prompt-attachment-remove svg{width:11px;height:11px}form.prompt-form textarea.prompt-input{resize:none;color:#424242;background-color:#0000;border:none;border-radius:0;outline:none;padding:12px;font-size:14px;font-weight:400;line-height:21px;display:flex}form.prompt-form textarea.prompt-input::placeholder{color:#aeaeae}form.prompt-form textarea.prompt-input:focus{box-shadow:none;border:none}form.prompt-form textarea.prompt-input:focus-within{border:none}form.prompt-form textarea.prompt-input:disabled{cursor:progress;opacity:1;color:#424242}@media screen and (width<=768px){form.prompt-form textarea.prompt-input{padding:12px 14px 0;font-size:16px;line-height:24px}}form.prompt-form .prompt-actions{box-sizing:border-box;justify-content:space-between;align-items:center;width:100%;padding:9px;display:flex}@media screen and (width<=768px){form.prompt-form .prompt-actions{padding:0 10px 10px}}form.prompt-form .prompt-actions .prompt-btn{cursor:pointer;color:#888;border-radius:3px;justify-content:center;align-items:center;width:20px;height:20px;display:flex}form.prompt-form .prompt-actions .prompt-btn:hover{color:#373737;background-color:#f4f4f4}form.prompt-form .prompt-actions .prompt-btn .prompt-btn-icon{width:15px;height:15px}form.prompt-form .prompt-actions .prompt-btn.select-content-btn{display:none}form.prompt-form .prompt-actions .action-group{align-items:center;gap:4px;display:flex}form.prompt-form .prompt-actions .action-group.icons{gap:4px}@media screen and (width<=768px){form.prompt-form .prompt-actions .action-group{gap:14px}}form.prompt-form .prompt-actions .prompt-secondary-action{align-items:center;display:flex}form.prompt-form .model-badge{padding-inline:6px;display:flex}form.prompt-form .model-label-text{text-transform:capitalize;letter-spacing:0;color:#9c9c9c;margin:0;font-size:11px;font-weight:600;line-height:18px}form.prompt-form .surprise-me-btn{border:1px solid var(--ui-btn-border-ghost);background-color:#0000;border-radius:999px;align-items:center;gap:6px;height:26px;margin-left:3px;padding:0 9px;transition:background-color .18s,border-color .18s;display:flex}@media screen and (width<=768px){form.prompt-form .surprise-me-btn{height:28px;padding:0 10px}}form.prompt-form .surprise-me-btn:disabled{opacity:.7}form.prompt-form .surprise-me-btn:not(:disabled):hover .rolling-dice-icon{animation:.6s ease-in-out forwards dice}form.prompt-form .surprise-me-btn.generating .rolling-dice-icon{animation:.6s ease-in-out infinite dice}form.prompt-form .surprise-me-btn .rolling-dice-icon{color:#8c8c8c;width:13px;height:13px}form.prompt-form .surprise-me-btn .model-label-text{color:#777;white-space:nowrap}form.prompt-form .prompt-action-btns-wrap{background-color:#000;border-radius:50%;width:26px;height:26px;transition:background-color .18s;position:relative;overflow:hidden}@media screen and (width<=768px){form.prompt-form .prompt-action-btns-wrap{width:35px;height:35px}}form.prompt-form .prompt-account-type{align-items:center;display:flex}form.prompt-form .prompt-submit-btn{border-radius:50%;justify-content:center;align-items:center;width:26px;height:26px;display:flex}form.prompt-form .prompt-submit-btn:disabled{cursor:not-allowed}@media screen and (width<=768px){form.prompt-form .prompt-submit-btn{width:35px;height:35px}}form.prompt-form .prompt-submit-btn svg{color:#fff;width:12px;height:12px}@media screen and (width<=768px){form.prompt-form .prompt-submit-btn svg{width:14px;height:14px}}form.prompt-form .prompt-submit-btn .loader-5{color:#fff}form.prompt-form .prompt-stop-btn{border-radius:50%;width:26px;height:26px}@media screen and (width<=768px){form.prompt-form .prompt-stop-btn{width:35px;height:35px}}form.prompt-form .prompt-stop-btn svg{color:#fff;width:15px;height:15px}@media screen and (width<=768px){form.prompt-form .prompt-stop-btn svg{width:18px;height:18px}}form.prompt-form .prompt-error-text{box-sizing:border-box;color:#a84343;margin:0;padding:0 10px 6px;font-size:11px;line-height:14px}.explore-projects-nav{box-sizing:border-box;z-index:2;flex-direction:row;justify-content:flex-end;align-items:center;gap:12px;padding:15px 20px;display:flex;position:fixed;top:0;right:0}@media screen and (width<=768px){.explore-projects-nav{display:none}}.explore-projects-nav .auth-actions{box-sizing:border-box;align-items:center;gap:8px;display:flex}.explore-projects-nav .auth-actions .auth-btn{opacity:1;min-width:70px;transition:opacity .25s,scale .25s;scale:1}.explore-projects-nav .auth-actions .auth-btn:active{scale:.95}
