:root{--primary-orange: #FF8A00;--primary-color: #FF8A00;--background-dark: #1f1f1f;--background-darker: #0A0A0A;--background-light: #1E1E1E;--background-lighter: #2D2D2D;--text-light: #FFFFFF;--text-muted: #A0A0A0;--text-dark: #1A1A1A;--text-primary: #FFFFFF;--text-secondary: #A0A0A0;--border-color: rgba(255, 255, 255, 0.1);--sidebar-bg: #141718;--content-bg: #1F1F1F;--header-bg: #232627;--header-border: #343839;--card-bg: #2B2F30;--icon-bg: #343839;--success-color: #4CAF50;--error-color: #F44336;--warning-color: #FFC107;--info-color: #2196F3;--sidebar-width: 270px;--sidebar-collapsed-width: 54px;--border-radius-sm: 4px;--border-radius-md: 8px;--border-radius-lg: 16px;--rp-grey-100: #121212;--rp-grey-200: #1F1F1F;--rp-grey-250: #252525;--rp-grey-300: #2A2A2A;--rp-grey-400: #3A3A3A;--rp-grey-500: #555555;--rp-grey-600: #666666;--rp-grey-700: #888888;--rp-grey-800: #CCCCCC;--rp-white: #FFFFFF;--rp-white-rgb: 255, 255, 255;--rp-primary-orange: #FF9900;--rp-primary-orange-hover: #E68A00;--rp-primary-orange-darker-15: #D17B00;--rp-orange: #FF9900;--rp-orange-hover: #E68A00;--rp-red-error: #E53935;--rp-red-error-darker: #CB2F28;--rp-green-success: #4CAF50;--rp-blue-info: #2196F3;--rp-font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", sans-serif;--rp-font-mono: "SF Mono", "Monaco", "Inconsolata", "Roboto Mono", monospace;--rp-sidebar-width-open: 270px;--rp-sidebar-width-closed: 54px;--rp-header-height: 60px}.new-universal-button-wrapper{padding:0}.new-universal-button{width:100%;display:flex;align-items:center;justify-content:center;gap:12px;padding:10px 0;border-radius:14px;border:1px solid rgba(255,153,28,.35);color:#ff9910;background:#0c0c0e;box-shadow:0 4px 12px rgba(0,0,0,.2);transition:all .3s cubic-bezier(0.4, 0, 0.2, 1);cursor:pointer;font-family:var(--font-grotesk),sans-serif;font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:.08em}.new-universal-button svg{width:20px;height:20px;transition:transform .4s cubic-bezier(0.175, 0.885, 0.32, 1.275)}.new-universal-button:hover{border-color:rgba(0,0,0,0);background:#ff9910;box-shadow:0 8px 24px rgba(0,0,0,.4);color:#fff}.new-universal-button--open{background:rgba(255,138,0,.12);border-color:rgba(0,0,0,0);box-shadow:0 0 20px rgba(255,138,0,.15)}.new-universal-button--open svg{transform:rotate(45deg);color:#fff}.new-universal-button--collapsed{width:2.5rem;height:2.5rem;padding:0;justify-content:center;gap:0}.new-universal-button--collapsed svg{width:18px;height:18px}.new-universal-button-overlay{position:fixed;inset:0;z-index:999;background-color:rgba(0,0,0,.45);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.new-universal-button-item{width:100%;display:flex;align-items:center;gap:14px;padding:12px;border-radius:12px;background:rgba(0,0,0,0);border:1px solid rgba(0,0,0,0);cursor:pointer;text-align:left;transition:all .25s ease}.new-universal-button-item__icon-box{width:36px;height:36px;border-radius:10px;display:flex;align-items:center;justify-content:center;background:hsla(0,0%,100%,.04);border:1px solid hsla(0,0%,100%,.06);color:hsla(0,0%,100%,.5);transition:all .3s ease;flex-shrink:0}.new-universal-button-item__icon-box svg{width:18px;height:18px}.new-universal-button-item__text-box{flex:1 1;min-width:0;display:flex;flex-direction:column;gap:1px}.new-universal-button-item__title{font-family:var(--font-grotesk),sans-serif;font-size:14px;font-weight:600;color:#fff;margin:0;transition:color .2s ease}.new-universal-button-item__subtitle{font-family:var(--font-manrope),sans-serif;font-size:11px;color:hsla(0,0%,100%,.45);margin:0;line-height:1.3}.new-universal-button-item__badge{font-family:var(--font-manrope),sans-serif;font-size:9px;padding:2px 6px;border-radius:6px;background:rgba(255,138,0,.2);color:#ff8a00;font-weight:700;border:1px solid rgba(255,138,0,.3)}.new-universal-button-item:hover{background:hsla(0,0%,100%,.05);border-color:hsla(0,0%,100%,.05)}.new-universal-button-item:hover .new-universal-button-item__icon-box{background:rgba(255,138,0,.12);color:#ff8a00;border-color:rgba(255,138,0,.25);transform:scale(1.05)}.new-universal-button-item:hover .new-universal-button-item__title{color:#ff8a00}.new-universal-button-item--active{background:rgba(255,138,0,.1);border-color:rgba(255,138,0,.2)}.new-universal-button-item--active .new-universal-button-item__icon-box{background:rgba(255,138,0,.25);color:#fff;border-color:rgba(255,138,0,.4);box-shadow:0 0 15px rgba(255,138,0,.2)}.new-universal-button-item--active .new-universal-button-item__title{color:#fff}.new-universal-button-subheader{margin:16px 12px 10px;display:flex;align-items:center;gap:12px}.new-universal-button-subheader__line{flex:1 1;height:1px;background:linear-gradient(90deg, rgba(255, 255, 255, 0.1), transparent)}.new-universal-button-subheader__line:last-child{background:linear-gradient(270deg, rgba(255, 255, 255, 0.1), transparent)}.new-universal-button-subheader__text{font-family:var(--font-manrope),sans-serif;font-size:10px;color:hsla(0,0%,100%,.35);text-transform:uppercase;font-weight:700;letter-spacing:.15em}.new-universal-button-section{margin-top:6px;padding-top:6px;border-top:1px solid hsla(0,0%,100%,.05);display:flex;flex-direction:column;gap:2px}.new-universal-button-section__header{display:flex;align-items:center;gap:10px;padding:8px 14px;color:hsla(0,0%,100%,.4)}.new-universal-button-section__header svg{width:15px;height:15px}.new-universal-button-section__header span{font-family:var(--font-manrope),sans-serif;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.12em}.new-universal-button-subitem{width:100%;display:flex;align-items:center;gap:14px;padding:10px 14px 10px 18px;border-radius:12px;background:rgba(0,0,0,0);border:none;cursor:pointer;text-align:left;transition:all .25s cubic-bezier(0.4, 0, 0.2, 1)}.new-universal-button-subitem__icon-box{width:28px;height:28px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .3s ease}.new-universal-button-subitem__icon-box svg{width:15px;height:15px}.new-universal-button-subitem__icon-box--sky{background:rgba(14,165,233,.15);color:#38bdf8;box-shadow:0 0 10px rgba(14,165,233,.1)}.new-universal-button-subitem__icon-box--blue{background:rgba(59,130,246,.15);color:#60a5fa;box-shadow:0 0 10px rgba(59,130,246,.1)}.new-universal-button-subitem__icon-box--emerald{background:rgba(16,185,129,.15);color:#34d399;box-shadow:0 0 10px rgba(16,185,129,.1)}.new-universal-button-subitem span{font-family:var(--font-manrope),sans-serif;font-size:13px;font-weight:600;color:hsla(0,0%,100%,.75);transition:all .25s ease}.new-universal-button-subitem:hover{background:hsla(0,0%,100%,.06)}.new-universal-button-subitem:hover span{color:#fff;transform:translateX(2px)}.new-universal-button-subitem:hover .new-universal-button-subitem__icon-box{filter:brightness(1.25);transform:scale(1.1)}.new-universal-button-portal{position:fixed;inset:0;z-index:9999}.new-universal-button-backdrop{position:absolute;inset:0;background-color:rgba(0,0,0,.5);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.new-universal-button-modal{position:absolute;width:224px;border-radius:16px;box-shadow:0 25px 50px -12px rgba(0,0,0,.25);overflow:hidden;background:#0c0c0e;border:1px solid hsla(0,0%,100%,.08)}.new-universal-button-modal__gradient-line{height:1px;width:100%;background:linear-gradient(to right, transparent, rgba(249, 115, 22, 0.5), transparent)}.new-universal-button-modal__content{padding:8px}.new-universal-button-modal__divider{height:1px;background-color:hsla(0,0%,100%,.05)}.new-universal-button-menu-item{width:100%;display:flex;align-items:center;gap:12px;padding:12px;border-radius:12px;transition:all .2s ease;background:rgba(0,0,0,0);border:none;cursor:pointer;text-align:left}.new-universal-button-menu-item:hover{background-color:hsla(0,0%,100%,.05)}.new-universal-button-menu-item:hover .new-universal-button-menu-item__icon-svg{color:#ff8a00}.new-universal-button-menu-item:hover .new-universal-button-menu-item__title{color:#fff}.new-universal-button-menu-item:disabled{opacity:.5;cursor:not-allowed;background:rgba(0,0,0,0) !important}.new-universal-button-menu-item:disabled .new-universal-button-menu-item__icon-svg{color:hsla(0,0%,100%,.2)}.new-universal-button-menu-item:disabled .new-universal-button-menu-item__title{color:hsla(0,0%,100%,.4)}.new-universal-button-menu-item:disabled:hover{background:rgba(0,0,0,0) !important}.new-universal-button-menu-item__icon-box{width:36px;height:36px;border-radius:8px;display:flex;align-items:center;justify-content:center;background-color:hsla(0,0%,100%,.05)}.new-universal-button-menu-item__icon-box--highlight{background-color:rgba(255,138,0,.1)}.new-universal-button-menu-item__icon-svg{width:16px;height:16px;color:#a1a1aa;transition:color .2s ease}.new-universal-button-menu-item__icon-svg--highlight{color:#ff8a00}.new-universal-button-menu-item__text-box{flex:1 1;display:flex;flex-direction:column}.new-universal-button-menu-item__title{font-size:14px;font-weight:500;color:hsla(0,0%,100%,.9);transition:color .2s ease;margin:0}.new-universal-button-menu-item__subtitle{font-size:11px;color:#71717a;margin:0}
:root{--primary-orange: #FF8A00;--primary-color: #FF8A00;--background-dark: #1f1f1f;--background-darker: #0A0A0A;--background-light: #1E1E1E;--background-lighter: #2D2D2D;--text-light: #FFFFFF;--text-muted: #A0A0A0;--text-dark: #1A1A1A;--text-primary: #FFFFFF;--text-secondary: #A0A0A0;--border-color: rgba(255, 255, 255, 0.1);--sidebar-bg: #141718;--content-bg: #1F1F1F;--header-bg: #232627;--header-border: #343839;--card-bg: #2B2F30;--icon-bg: #343839;--success-color: #4CAF50;--error-color: #F44336;--warning-color: #FFC107;--info-color: #2196F3;--sidebar-width: 270px;--sidebar-collapsed-width: 54px;--border-radius-sm: 4px;--border-radius-md: 8px;--border-radius-lg: 16px;--rp-grey-100: #121212;--rp-grey-200: #1F1F1F;--rp-grey-250: #252525;--rp-grey-300: #2A2A2A;--rp-grey-400: #3A3A3A;--rp-grey-500: #555555;--rp-grey-600: #666666;--rp-grey-700: #888888;--rp-grey-800: #CCCCCC;--rp-white: #FFFFFF;--rp-white-rgb: 255, 255, 255;--rp-primary-orange: #FF9900;--rp-primary-orange-hover: #E68A00;--rp-primary-orange-darker-15: #D17B00;--rp-orange: #FF9900;--rp-orange-hover: #E68A00;--rp-red-error: #E53935;--rp-red-error-darker: #CB2F28;--rp-green-success: #4CAF50;--rp-blue-info: #2196F3;--rp-font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", sans-serif;--rp-font-mono: "SF Mono", "Monaco", "Inconsolata", "Roboto Mono", monospace;--rp-sidebar-width-open: 270px;--rp-sidebar-width-closed: 54px;--rp-header-height: 60px}.sidebar-v2{position:fixed;left:1rem;top:1rem;bottom:1rem;background:rgba(9,9,11,.95);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid hsla(0,0%,100%,.08);border-radius:1.5rem;display:flex;flex-direction:column;z-index:100;transition:all .3s cubic-bezier(0.4, 0, 0.2, 1);overflow:visible;box-shadow:0 8px 32px rgba(0,0,0,.4)}.sidebar-v2--expanded{width:230px}.sidebar-v2--collapsed{width:80px}.sidebar-v2__inner-glow{position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg, transparent, rgba(255, 153, 28, 0.15), transparent)}.sidebar-v2__logo{padding:1.5rem 1rem 12px;display:flex;align-items:center}.sidebar-v2__logo--collapsed{justify-content:center;padding:1.5rem 0}.sidebar-v2__logo-link{display:flex;align-items:center;text-decoration:none}.sidebar-v2__logo-image{height:auto;object-fit:contain}.sidebar-v2__new-btn-container{padding:0 1rem;margin-bottom:0}.sidebar-v2__new-btn-container--collapsed{display:flex;justify-content:center}.sidebar-v2__new-btn{width:100%;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.625rem;border-radius:.75rem;font-size:.8125rem;font-weight:600;transition:all .2s ease;border:1px solid rgba(255,153,28,.35);background:rgba(0,0,0,0);color:#ff991c;cursor:pointer;letter-spacing:.05em}.sidebar-v2__new-btn:hover:not(:disabled){background:rgba(255,153,28,.05);border-color:rgba(255,153,28,.5);transform:translateY(-1px)}.sidebar-v2__new-btn:disabled{opacity:.5;cursor:not-allowed}.sidebar-v2__new-btn--active{background:#ff991c !important;color:#fff !important;border-color:#ff991c !important;box-shadow:0 0 20px rgba(255,153,28,.3)}.sidebar-v2__new-btn--collapsed{width:2.5rem;height:2.5rem;padding:0}.sidebar-v2__new-btn-icon{width:1rem;height:1rem;transition:transform .3s ease}.sidebar-v2__new-btn-icon--rotate{transform:rotate(45deg)}.sidebar-v2__divider{height:1px;background:hsla(0,0%,100%,.05);margin:8px auto;width:85%}.sidebar-v2__divider--nav{margin:0 1rem 1rem 1rem}.sidebar-v2__divider--account{margin:.25rem 1rem}.sidebar-v2__nav{padding:0 .75rem;margin-bottom:0}.sidebar-v2__nav-list{display:flex;flex-direction:column;gap:.25rem}.sidebar-v2__nav-item{position:relative;display:flex;align-items:center;padding:.625rem .75rem;border-radius:.75rem;color:#a1a1aa;text-decoration:none;transition:all .2s ease;overflow:hidden}.sidebar-v2__nav-item:hover{background:hsla(0,0%,100%,.04);color:#fff}.sidebar-v2__nav-item:hover .sidebar-v2__nav-overlay{opacity:1}.sidebar-v2__nav-item--active{background:rgba(255,153,28,.1);color:#ff991c}.sidebar-v2__nav-item--active:hover{color:#ff991c}.sidebar-v2__nav-item--active .sidebar-v2__nav-icon{color:#ff991c}.sidebar-v2__nav-item--collapsed{justify-content:center;padding:.75rem 0}.sidebar-v2__nav-indicator{position:absolute;left:0;top:.75rem;bottom:.75rem;width:3px;background:#ff991c;border-radius:0 4px 4px 0;box-shadow:0 0 10px rgba(255,153,28,.5)}.sidebar-v2__nav-icon{width:1.125rem;height:1.125rem;flex-shrink:0;transition:color .2s ease}.sidebar-v2__nav-text{margin-left:.875rem;font-size:.8125rem;font-weight:500;letter-spacing:.01em}.sidebar-v2__nav-text--active{font-weight:600}.sidebar-v2__nav-overlay{position:absolute;inset:0;background:linear-gradient(90deg, rgba(255, 255, 255, 0.03), transparent);opacity:0;transition:opacity .2s ease;pointer-events:none}.sidebar-v2__search{padding:0 1rem;margin-bottom:.5rem}.sidebar-v2__search-container{position:relative;display:flex;align-items:center;background:hsla(0,0%,100%,.03);border:1px solid hsla(0,0%,100%,.05);border-radius:.75rem;padding:0 .75rem;transition:all .2s ease}.sidebar-v2__search-container:focus-within{background:hsla(0,0%,100%,.05);border-color:rgba(255,153,28,.3);box-shadow:0 0 0 2px rgba(255,153,28,.05)}.sidebar-v2__search-icon{width:.875rem;height:.875rem;color:#71717a}.sidebar-v2__search-input{flex:1 1;background:rgba(0,0,0,0);border:none;padding:.625rem .5rem;color:#fff;font-size:.75rem;outline:none}.sidebar-v2__search-input::placeholder{color:#52525b}.sidebar-v2__search-filter{width:.875rem;height:.875rem;color:#71717a;cursor:pointer;transition:color .2s ease}.sidebar-v2__search-filter:hover,.sidebar-v2__search-filter--active{color:#ff991c}.sidebar-v2__filter-wrapper{position:relative;display:flex;align-items:center}.sidebar-v2__filter-dropdown-content{position:absolute;top:100%;right:-0.75rem;margin-top:.75rem;width:240px;background:rgba(18,18,18,.98);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid hsla(0,0%,100%,.08);border-radius:.75rem;box-shadow:0 12px 32px rgba(0,0,0,.6);z-index:100;overflow:hidden}.sidebar-v2__filter-dropdown-header{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;border-bottom:1px solid hsla(0,0%,100%,.05)}.sidebar-v2__filter-dropdown-header span{font-size:.75rem;font-weight:500;color:#a1a1aa}.sidebar-v2__filter-clear-all{background:rgba(0,0,0,0);border:none;color:#ff991c;font-size:.6875rem;font-weight:500;cursor:pointer}.sidebar-v2__filter-clear-all:hover{text-decoration:underline}.sidebar-v2__filter-dropdown-list{max-height:280px;overflow-y:auto;padding:.375rem}.sidebar-v2__filter-dropdown-list::-webkit-scrollbar{width:3px}.sidebar-v2__filter-dropdown-list::-webkit-scrollbar-thumb{background:hsla(0,0%,100%,.1);border-radius:10px}.sidebar-v2__filter-option{width:100%;display:flex;align-items:center;gap:.75rem;padding:.5rem .625rem;border-radius:.5rem;background:rgba(0,0,0,0);border:none;cursor:pointer;transition:all .2s ease;text-align:left}.sidebar-v2__filter-option:hover{background:hsla(0,0%,100%,.04)}.sidebar-v2__filter-option--selected{background:rgba(255,153,28,.08)}.sidebar-v2__filter-option--selected .sidebar-v2__filter-checkbox{background:#ff991c;border-color:#ff991c;color:#fff}.sidebar-v2__filter-checkbox{width:.875rem;height:.875rem;border-radius:.25rem;border:1px solid hsla(0,0%,100%,.2);display:flex;align-items:center;justify-content:center;transition:all .2s ease}.sidebar-v2__filter-label{flex:1 1;font-size:.75rem;color:#d4d4d8}.sidebar-v2__filter-badge{font-size:.625rem;color:#71717a;background:hsla(0,0%,100%,.04);padding:.125rem .375rem;border-radius:1rem}.sidebar-v2__history{flex:1 1;display:flex;flex-direction:column;min-height:0}.sidebar-v2__history-header{display:flex;align-items:center;gap:.625rem;padding:.75rem 1.25rem;color:#71717a}.sidebar-v2__history-icon{width:.875rem;height:.875rem}.sidebar-v2__history-title{font-size:.6875rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.sidebar-v2__history-list{flex:1 1;overflow-y:auto;padding:0 .75rem}.sidebar-v2__history-list::-webkit-scrollbar{width:3px}.sidebar-v2__history-list::-webkit-scrollbar-thumb{background:hsla(0,0%,100%,.05);border-radius:10px}.sidebar-v2__history-loading,.sidebar-v2__history-empty{padding:2rem 1rem;text-align:center;font-size:.75rem;color:#52525b}.sidebar-v2__history--collapsed{display:flex;justify-content:center;margin-bottom:.5rem}.sidebar-v2__history-toggle{width:2.5rem;height:2.5rem;border-radius:.75rem;display:flex;align-items:center;justify-content:center;background:hsla(0,0%,100%,.03);border:1px solid hsla(0,0%,100%,.05);color:#71717a;cursor:pointer;transition:all .2s ease}.sidebar-v2__history-toggle:hover,.sidebar-v2__history-toggle--active{background:rgba(255,153,28,.1);border-color:rgba(255,153,28,.2);color:#ff991c}.sidebar-v2__history-toggle-icon{width:1.125rem;height:1.125rem}.sidebar-v2__chat-item{position:relative;display:flex;align-items:center;justify-content:space-between;width:100%;padding:.625rem .75rem;margin-bottom:.25rem;border-radius:.75rem;background:rgba(0,0,0,0);border:none;cursor:pointer;transition:all .2s ease;text-align:left}.sidebar-v2__chat-item:hover{background:hsla(0,0%,100%,.04)}.sidebar-v2__chat-item:hover .sidebar-v2__chat-item-menu{opacity:1}.sidebar-v2__chat-item-content{display:flex;align-items:flex-start;gap:.75rem;min-width:0;flex:1 1}.sidebar-v2__chat-item-icon{width:.875rem;height:.875rem;margin-top:.25rem;color:#71717a;flex-shrink:0}.sidebar-v2__chat-item-info{min-width:0}.sidebar-v2__chat-item-text{font-size:.8125rem;color:#d4d4d8;font-weight:400;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-bottom:.125rem}.sidebar-v2__chat-item-meta{display:flex;align-items:center;gap:.5rem}.sidebar-v2__chat-item-time{font-size:.625rem;color:#52525b}.sidebar-v2__chat-item-tag{font-size:.625rem;color:#ff991c;opacity:.8;font-weight:500;text-transform:uppercase;letter-spacing:.02em}.sidebar-v2__chat-item-actions{position:relative;flex-shrink:0}.sidebar-v2__chat-item-menu{width:1.5rem;height:1.5rem;display:flex;align-items:center;justify-content:center;border-radius:.375rem;background:rgba(0,0,0,0);border:none;color:#a1a1aa;cursor:pointer;opacity:0;transition:all .2s ease}.sidebar-v2__chat-item-menu:hover{background:hsla(0,0%,100%,.08);color:#fff}.sidebar-v2__chat-dropdown{position:absolute;top:100%;right:0;margin-top:.25rem;width:140px;background:rgba(18,18,18,.98);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid hsla(0,0%,100%,.08);border-radius:.5rem;box-shadow:0 8px 24px rgba(0,0,0,.4);z-index:100;padding:.25rem}.sidebar-v2__chat-dropdown-item{width:100%;display:flex;align-items:center;gap:.5rem;padding:.5rem .625rem;border-radius:.375rem;background:rgba(0,0,0,0);border:none;color:#a1a1aa;font-size:.75rem;cursor:pointer;transition:all .2s ease}.sidebar-v2__chat-dropdown-item:hover{background:hsla(0,0%,100%,.05);color:#fff}.sidebar-v2__chat-dropdown-item--danger{color:rgba(248,113,113,.7)}.sidebar-v2__chat-dropdown-item--danger:hover{background:rgba(239,68,68,.1);color:#f87171}.sidebar-v2__load-more{width:100%;padding:.75rem;margin-top:.5rem;margin-bottom:1rem;background:rgba(0,0,0,0);border:1px dashed hsla(0,0%,100%,.1);border-radius:.75rem;color:#71717a;font-size:.75rem;cursor:pointer;transition:all .2s ease}.sidebar-v2__load-more:hover{border-color:rgba(255,153,28,.3);color:#ff991c;background:rgba(255,153,28,.02)}.sidebar-v2__account{flex-shrink:0;padding:.5rem 1rem .25rem}.sidebar-v2__account-row{display:flex;align-items:center;justify-content:space-between;width:100%}.sidebar-v2__account-left{display:flex;align-items:center;gap:.375rem}.sidebar-v2__account-credits-icon{width:.875rem;height:.875rem;flex-shrink:0;color:#ff991c}.sidebar-v2__account-credits-value{font-size:.75rem;font-weight:700;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;color:#ff991c}.sidebar-v2__account-refresh-btn{flex-shrink:0;background:rgba(0,0,0,0);border:none;color:#71717a;cursor:pointer;padding:.125rem;display:flex;align-items:center;justify-content:center;transition:color .2s ease;border-radius:.25rem}.sidebar-v2__account-refresh-btn:hover{color:#a1a1aa}.sidebar-v2__account-refresh-btn:disabled{cursor:not-allowed}.sidebar-v2__account-refresh-btn--spinning{animation:sidebar-account-spin 1s linear infinite;color:#ff991c}@keyframes sidebar-account-spin{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}.sidebar-v2__account-manage-btn{font-size:.625rem;font-weight:500;color:#71717a;background:rgba(0,0,0,0);border:none;padding:0;cursor:pointer;transition:color .2s ease}.sidebar-v2__account-manage-btn:hover{color:#d4d4d8}.sidebar-v2__account--collapsed{display:flex;justify-content:center;padding-bottom:.25rem}.sidebar-v2__account--collapsed .sidebar-v2__account-toggle{width:2rem;height:2rem;padding:0;display:flex;align-items:center;justify-content:center;border-radius:.75rem;background:rgba(255,153,28,.06);border:1px solid rgba(255,153,28,.12);transition:all .2s ease}.sidebar-v2__account--collapsed .sidebar-v2__account-toggle:hover{background:hsla(0,0%,100%,.04)}.sidebar-v2__footer{flex-shrink:0;position:relative;padding:.25rem 1rem .75rem}.sidebar-v2__footer--collapsed{padding:.25rem 0 .75rem}.sidebar-v2__footer-content{display:flex;align-items:center;justify-content:space-between}.sidebar-v2__footer-content--collapsed{flex-direction:column;gap:1rem}.sidebar-v2__user-btn{display:flex;align-items:center;gap:.5rem;padding:.25rem;padding-right:.375rem;border-radius:.5rem;background:rgba(0,0,0,0);border:none;cursor:pointer;transition:all .2s ease}.sidebar-v2__user-btn--collapsed{padding:0}.sidebar-v2__user-btn--active{background:hsla(0,0%,100%,.08)}.sidebar-v2__user-btn--active .sidebar-v2__user-chevron{color:#fff}.sidebar-v2__user-avatar{width:1.75rem;height:1.75rem;border-radius:.375rem;background:linear-gradient(135deg, #27272a 0%, #09090b 100%);border:1px solid hsla(0,0%,100%,.08);display:flex;align-items:center;justify-content:center;font-size:.625rem;font-weight:600;color:#fff}.sidebar-v2__user-avatar--collapsed{width:2rem;height:2rem}.sidebar-v2__user-chevron{width:.875rem;height:.875rem;color:#71717a;transition:transform .2s ease}.sidebar-v2__user-chevron--open{transform:rotate(180deg)}.sidebar-v2__collapse-btn{width:1.75rem;height:1.75rem;border-radius:.375rem;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,0);border:none;cursor:pointer;transition:all .2s ease}.sidebar-v2__collapse-btn:hover{background:hsla(0,0%,100%,.04)}.sidebar-v2__collapse-btn--collapsed{width:2.25rem;height:2.25rem}.sidebar-v2__collapse-btn-icon{width:1rem;height:1rem;color:#a1a1aa}.sidebar-v2__user-dropdown{position:absolute;bottom:100%;left:1rem;right:1rem;margin-bottom:.5rem;border-radius:.75rem;overflow:hidden;background:rgba(14,14,14,.98);border:1px solid hsla(0,0%,100%,.08);box-shadow:0 -8px 32px rgba(0,0,0,.5);z-index:50}.sidebar-v2__user-dropdown--collapsed{width:220px;left:calc(100% + .5rem);bottom:0;right:auto}.sidebar-v2__user-dropdown-glow{height:1px;background:linear-gradient(90deg, transparent 0%, rgba(255, 153, 28, 0.3) 50%, transparent 100%)}.sidebar-v2__user-dropdown-content{padding:.375rem}.sidebar-v2__user-dropdown-header{padding:.75rem .75rem .5rem}.sidebar-v2__user-dropdown-group{padding:.125rem}.sidebar-v2__user-dropdown-name{font-size:.875rem;font-weight:600;color:#fff;margin-bottom:.125rem}.sidebar-v2__user-dropdown-email{font-size:.75rem;color:#a1a1aa}.sidebar-v2__user-dropdown-divider{height:1px;background:hsla(0,0%,100%,.03);margin:.125rem .5rem}.sidebar-v2__user-dropdown-item{width:100%;display:flex;align-items:center;justify-content:space-between;gap:.625rem;padding:.375rem .625rem;border-radius:.4rem;background:rgba(0,0,0,0);border:none;cursor:pointer;transition:all .2s ease;color:#d4d4d8;font-size:.75rem}.sidebar-v2__user-dropdown-item-left{display:flex;align-items:center;gap:.625rem}.sidebar-v2__user-dropdown-item:hover{background:hsla(0,0%,100%,.04);color:#fff}.sidebar-v2__user-dropdown-item:hover svg{color:#d4d4d8}.sidebar-v2__user-dropdown-item svg{width:1rem;height:1rem;color:#71717a;transition:color .2s ease}.sidebar-v2__user-dropdown-item--danger{color:rgba(248,113,113,.7)}.sidebar-v2__user-dropdown-item--danger:hover{background:rgba(239,68,68,.1);color:#f87171}.sidebar-v2__user-dropdown-item--danger:hover svg{color:#f87171}.sidebar-v2__user-dropdown-item--danger svg{color:rgba(248,113,113,.7)}.sidebar-v2__user-dropdown-item--disabled{opacity:.5;cursor:not-allowed}.sidebar-v2__user-dropdown-item--disabled:hover{background:rgba(0,0,0,0);color:#d4d4d8}.sidebar-v2__user-dropdown-item--disabled:hover svg{color:#a1a1aa}.sidebar-v2__user-dropdown-badge{font-size:.625rem;font-weight:600;color:#ff991c;background:rgba(255,153,28,.1);padding:.125rem .375rem;border-radius:.25rem;text-transform:uppercase;letter-spacing:.02em}.tooltip{position:fixed;z-index:9999;pointer-events:none;padding:.375rem .75rem;border-radius:.5rem;font-size:.6875rem;font-weight:500;color:#fff;white-space:nowrap;background:rgba(14,14,14,.95);border:1px solid hsla(0,0%,100%,.08);box-shadow:0 4px 12px rgba(0,0,0,.4);transform:translateY(-50%)}.modal-portal{position:fixed;inset:0;z-index:9999;display:flex;align-items:center;justify-content:center}.modal-portal__backdrop{position:absolute;inset:0;background:rgba(0,0,0,.4);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.modal-portal__content{position:relative;width:16rem;border-radius:1rem;box-shadow:0 25px 50px -12px rgba(0,0,0,.5);background:rgba(12,12,12,.98);border:1px solid hsla(0,0%,100%,.08);overflow:hidden}.modal-portal__glow{height:1px;background:linear-gradient(90deg, transparent 0%, rgba(255, 153, 28, 0.5) 50%, transparent 100%)}.modal-portal__list{padding:.5rem}.modal-portal__item{width:100%;display:flex;align-items:center;gap:.75rem;padding:.75rem;border-radius:.75rem;background:rgba(0,0,0,0);border:none;cursor:pointer;transition:all .2s ease}.modal-portal__item:hover{background:hsla(0,0%,100%,.05)}.modal-portal__item:hover .modal-portal__item-icon-wrapper--secondary svg{color:#ff991c}.modal-portal__item-icon-wrapper{width:2rem;height:2rem;border-radius:.5rem;display:flex;align-items:center;justify-content:center}.modal-portal__item-icon-wrapper--primary{background:rgba(255,153,16,.1)}.modal-portal__item-icon-wrapper--primary svg{color:#ff9910}.modal-portal__item-icon-wrapper--secondary{background:hsla(0,0%,100%,.05)}.modal-portal__item-icon-wrapper--secondary svg{color:#a1a1aa}.modal-portal__item-info{text-align:left}.modal-portal__item-title{font-size:.8125rem;font-weight:500;color:#fff}.modal-portal__item-title--muted{color:hsla(0,0%,100%,.9)}.modal-portal__item-desc{font-size:.625rem;color:#71717a}.modal-portal__footer-glow{height:1px;background:hsla(0,0%,100%,.05)}
body{background-color:#000}.dashboard-layout{display:flex;width:100%;min-height:100vh;background-color:#000}.dashboard-layout__content{flex:1 1;display:flex;flex-direction:column;min-height:100vh;transition:padding-left .3s cubic-bezier(0.4, 0, 0.2, 1);position:relative;width:100%}body.sidebar-v2-open .dashboard-layout__content{padding-left:246px}body.sidebar-v2-closed .dashboard-layout__content{padding-left:112px}@media(max-width: 1024px){body.sidebar-v2-open .dashboard-layout__content,body.sidebar-v2-closed .dashboard-layout__content{padding-left:0}}.ai-tool-page{display:flex;width:100%;min-height:100vh;background-color:#000;padding:2rem 5rem 0 1.5rem}.ai-tool-page__main-content{flex:1 1;display:flex;flex-direction:column;transition:margin-left .3s ease}.ai-tool-page__content{flex:1 1;overflow:auto}@media(max-width: 768px){.ai-tool-page__main-content--sidebar-open,.ai-tool-page__main-content--sidebar-closed{margin-left:0}}
