.credit-display{display:flex;max-height:32px;padding:18px 10px;justify-content:center;align-items:center;gap:8.223px;border-radius:82.234px;border:1px solid hsla(0,0%,100%,.1);flex-shrink:0;min-width:0}.credit-display--clickable{cursor:pointer}.credit-display--clickable:hover{background:rgba(25,25,30,.95);border-color:hsla(0,0%,100%,.2)}.credit-display__credits-container{display:flex;align-items:center;gap:4px}.credit-display--loading{justify-content:center;align-items:center;min-height:60px}.credit-display--error{border-color:rgba(239,68,68,.3);background:rgba(239,68,68,.1)}.credit-display--low{border-color:rgba(245,158,11,.3);background:rgba(245,158,11,.05)}.credit-display--out{border-color:rgba(239,68,68,.3);background:rgba(239,68,68,.05)}.credit-display__main{display:flex;align-items:center;gap:12px}.credit-display__main img{margin-bottom:2px}.credit-display__icon{display:flex;align-items:center;justify-content:center;font-size:18px;width:24px;height:24px;flex-shrink:0;border-radius:4px;transition:all .2s ease;position:relative}.credit-display__icon--card::before{content:"";position:absolute;width:18px;height:12px;background:linear-gradient(135deg, #fb923c, #f97316);border-radius:3px;border:1px solid hsla(0,0%,100%,.2)}.credit-display__icon--card::after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:12px;height:2px;background:hsla(0,0%,100%,.9);border-radius:1px;margin-top:1px}.credit-display__icon--warning::before{content:"";position:absolute;width:18px;height:16px;background:linear-gradient(135deg, #f59e0b, #d97706);-webkit-clip-path:polygon(50% 0%, 0% 100%, 100% 100%);clip-path:polygon(50% 0%, 0% 100%, 100% 100%);border-radius:1px}.credit-display__icon--warning::after{content:"!";position:absolute;color:#fff;font-size:10px;font-weight:700;top:50%;left:50%;transform:translate(-50%, -50%);margin-top:1px}.credit-display__icon--blocked::before{content:"";position:absolute;width:16px;height:16px;background:linear-gradient(135deg, #ef4444, #dc2626);border-radius:50%;border:2px solid hsla(0,0%,100%,.2)}.credit-display__icon--blocked::after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%, -50%) rotate(45deg);width:12px;height:2px;background:#fff;border-radius:1px}.credit-display__icon--error::before{content:"";position:absolute;width:16px;height:16px;background:linear-gradient(135deg, #f59e0b, #d97706);-webkit-clip-path:polygon(50% 0%, 0% 100%, 100% 100%);clip-path:polygon(50% 0%, 0% 100%, 100% 100%)}.credit-display__icon--error::after{content:"!";position:absolute;color:#fff;font-size:9px;font-weight:700;top:50%;left:50%;transform:translate(-50%, -50%);margin-top:1px}.credit-display__content{flex:1 1;display:flex;flex-direction:column;gap:4px}.credit-display__balance{display:flex;align-items:baseline;gap:4px}.credit-display__number{color:#fff;text-align:center;font-family:var(--font-manrope),sans-serif;font-size:12px;font-style:normal;font-weight:500;line-height:140%;padding-top:1px}.credit-display__label{color:#fff;text-align:center;font-family:var(--font-manrope),sans-serif;font-size:12px;font-style:normal;font-weight:500;line-height:140%;padding-top:1px}.credit-display__plan{display:flex;align-items:center}.credit-display__plan-badge{font-size:10px;font-weight:600;padding:2px 6px;border-radius:4px;text-transform:uppercase;letter-spacing:.5px}.credit-display__plan-badge--trial{background:rgba(168,85,247,.2);color:#a855f7;border:1px solid rgba(168,85,247,.3)}.credit-display__plan-badge--basic{background:rgba(34,197,94,.2);color:#22c55e;border:1px solid rgba(34,197,94,.3)}.credit-display__plan-badge--premium{background:rgba(255,138,0,.2);color:#ff8a00;border:1px solid rgba(255,138,0,.3)}.credit-display__refresh-btn{background:rgba(0,0,0,0);border:none;border-radius:6px;color:hsla(0,0%,100%,.6);width:20px;height:20px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;font-size:14px}.credit-display__refresh-btn:hover{background:hsla(0,0%,100%,.1);color:hsla(0,0%,100%,.8);border-color:hsla(0,0%,100%,.3)}.credit-display__refresh-btn:disabled{opacity:.5;cursor:not-allowed}.credit-display__refresh-icon{width:14px;height:14px;position:relative;display:inline-block}.credit-display__refresh-icon::before{content:"";position:absolute;top:0;left:0;width:14px;height:14px;border:2px solid currentColor;border-top-color:rgba(0,0,0,0);border-radius:50%}.credit-display__refresh-icon::after{content:"";position:absolute;top:-1px;right:3px;width:0;height:0;border-left:3px solid rgba(0,0,0,0);border-right:3px solid rgba(0,0,0,0);border-bottom:4px solid currentColor}.credit-display__refresh-icon--spinning::before{animation:credit-refresh-spin 1s linear infinite}.credit-display__progress{margin-top:8px;height:4px;background:hsla(0,0%,100%,.1);border-radius:2px;overflow:hidden}.credit-display__progress-bar{height:100%;border-radius:2px;transition:width .3s ease}.credit-display__status{margin-top:8px;padding:8px;border-radius:6px;font-size:12px;display:flex;justify-content:space-between;align-items:center}.credit-display__status--error{background:rgba(239,68,68,.1);border:1px solid rgba(239,68,68,.2);color:#fca5a5}.credit-display__status--warning{background:rgba(245,158,11,.1);border:1px solid rgba(245,158,11,.2);color:#fcd34d}.credit-display__upgrade-btn{background:#ff8a00;border:none;border-radius:4px;color:#fff;font-size:11px;font-weight:600;padding:4px 8px;cursor:pointer;transition:all .2s ease}.credit-display__upgrade-btn:hover{background:#e07600}.credit-display__upgrade-btn--secondary{background:rgba(255,138,0,.2);border:1px solid rgba(255,138,0,.3);color:#ff8a00}.credit-display__upgrade-btn--secondary:hover{background:rgba(255,138,0,.3)}.credit-display__text{font-size:12px;color:hsla(0,0%,100%,.6);margin-left:8px}.credit-display__tooltip{position:absolute;top:100%;left:0;right:0;margin-top:8px;background:rgba(15,15,15,.95);border:1px solid hsla(0,0%,100%,.2);border-radius:8px;padding:12px;opacity:0;pointer-events:none;transition:all .2s ease;z-index:1000}.credit-display:hover .credit-display__tooltip{opacity:1;pointer-events:auto}.credit-display__usage-info{display:flex;flex-direction:column;gap:8px}.credit-display__usage-row{display:flex;justify-content:space-between;align-items:center;font-size:12px}.credit-display__usage-row span:first-child{color:hsla(0,0%,100%,.7)}.credit-display__usage-row span:last-child{color:#ff8a00;font-weight:500}.credit-display.credit-display--compact{padding:8px;min-width:auto}.credit-display.credit-display--compact .credit-display__main{gap:8px}.credit-display.credit-display--compact .credit-display__icon{font-size:16px;width:24px;height:24px}.credit-display.credit-display--compact .credit-display__number{font-size:14px}.credit-display.credit-display--compact .credit-display__refresh-btn{width:24px;height:24px;font-size:12px}.credit-display__upgrade-hint{margin-top:8px;text-align:center}.credit-display__upgrade-link{background:none;border:none;color:var(--rp-primary-orange);font-size:11px;font-weight:500;cursor:pointer;text-decoration:underline;transition:color .2s ease;padding:0}.credit-display__upgrade-link:hover{color:var(--rp-primary-orange-hover)}@keyframes credit-refresh-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}@media(max-width: 768px){.credit-display{min-width:160px;padding:10px}.credit-display__main{gap:10px}.credit-display__icon{font-size:18px;width:28px;height:28px}.credit-display__number{font-size:16px}.credit-display__tooltip{display:none}}
: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}.header{display:flex;align-items:center;justify-content:space-between;padding:20px 16px 20px 8px;position:relative;width:-webkit-fill-available;height:auto;z-index:10;position:fixed;top:0;left:0;right:0;background-color:#191919;transition:background-color .5s cubic-bezier(0.4, 0, 0.2, 1),opacity .5s cubic-bezier(0.4, 0, 0.2, 1),transform .5s cubic-bezier(0.4, 0, 0.2, 1),margin-left .3s ease,-webkit-backdrop-filter .5s cubic-bezier(0.4, 0, 0.2, 1);transition:background-color .5s cubic-bezier(0.4, 0, 0.2, 1),backdrop-filter .5s cubic-bezier(0.4, 0, 0.2, 1),opacity .5s cubic-bezier(0.4, 0, 0.2, 1),transform .5s cubic-bezier(0.4, 0, 0.2, 1),margin-left .3s ease;transition:background-color .5s cubic-bezier(0.4, 0, 0.2, 1),backdrop-filter .5s cubic-bezier(0.4, 0, 0.2, 1),opacity .5s cubic-bezier(0.4, 0, 0.2, 1),transform .5s cubic-bezier(0.4, 0, 0.2, 1),margin-left .3s ease,-webkit-backdrop-filter .5s cubic-bezier(0.4, 0, 0.2, 1);background-color:rgba(0,0,0,0);opacity:1;transform:translateY(0)}.header__shadow{position:absolute;top:-320px;left:50%;transform:translateX(-30%);z-index:0;pointer-events:none}.header__left{display:flex;align-items:center;flex-shrink:0;min-width:0}.header__title{font-size:17px;font-weight:500;color:#fff;margin:0;font-family:var(--font-grotesk),sans-serif}.header__right{display:flex;align-items:center;gap:16px;position:relative;z-index:10;flex-wrap:wrap;min-width:0;flex-shrink:1}.header__new-btn{background-color:#ff991c;color:#fff;border:none;border-radius:10px;padding:8px 18px;width:92px;height:37px;display:flex;align-items:center;justify-content:center;gap:0px;cursor:pointer;transition:background-color .2s ease}.header__new-btn-icon-wrapper{display:flex;align-items:center;justify-content:center;background-color:rgba(0,0,0,0);border:2px solid #fff;border-radius:50%;width:20px;height:20px;margin-right:8px}.header__new-btn-icon-wrapper svg{font-size:14px;color:#fff;stroke-width:3}.header__new-btn>span:not(.header__new-btn-icon-wrapper){font-size:14px;font-weight:500}.header__new-btn:hover{background-color:rgb(255,141.5418502203,2.5)}.header__upgrade-btn{display:flex;height:32px;padding:10px 6px 10px 10px;justify-content:center;align-items:center;gap:4px;border-radius:82.234px;background:#f90;box-shadow:0 4px 10px 0 hsla(0,0%,100%,.5) inset;color:#fff;text-align:center;font-family:var(--font-manrope),sans-serif;font-size:12px;font-style:normal;font-weight:500;line-height:140%;transition:all .3s ease;cursor:pointer}.header__upgrade-btn svg{width:20px;height:20px;padding-bottom:2px;transition:transform .3s ease}.header__upgrade-btn:hover{background:#ffae33;box-shadow:0 0 15px rgba(255,153,0,.6)}.header__upgrade-btn:hover svg{transform:translateX(2px)}.header__upgrade-btn:active{transform:translateY(0) scale(0.98);box-shadow:0 0 8px rgba(255,153,0,.3)}.header__plan-pill{display:flex;height:32px;padding:12px;justify-content:center;align-items:center;gap:8px;border-radius:57px;border:1px solid #f90;background:#000;box-shadow:0 3px 12px 0 rgba(255,153,0,.5) inset}.header__plan-pill-text{color:#fff;text-align:center;text-shadow:0 0 10px hsla(0,0%,100%,.5);font-family:var(--font-inter),sans-serif;font-size:12px;font-style:normal;font-weight:400;line-height:140%;text-transform:capitalize}.header__user{position:relative;display:flex;align-items:center;gap:12px;padding:4px;border-radius:8px;transition:background-color .2s ease}.header__user:hover{background-color:hsla(0,0%,100%,.05)}.header__user-name{color:#fff;font-family:var(--font-inter),sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:140%;text-transform:capitalize}.header__user-avatar{width:36px;height:36px;border-radius:50%;overflow:visible;cursor:pointer;background-color:#6e7073;display:flex;align-items:center;justify-content:center;position:relative;flex-shrink:0;transition:all .4s cubic-bezier(0.25, 0.46, 0.45, 0.94)}.header__user-avatar img{width:100%;height:100%;object-fit:cover;border-radius:50%}.header__user-avatar .header__user-initials{color:#fff;font-weight:600;font-size:1rem}.header__user-avatar::after{content:"";position:absolute;bottom:0px;right:0px;width:10.8px;height:10.8px;background-color:#10b981;border-radius:50%;border:1.8px solid #191919;z-index:2;transition:all .4s cubic-bezier(0.25, 0.46, 0.45, 0.94)}.header__dropdown-arrow{color:#fff;font-size:18px;cursor:pointer;transition:all .2s ease;padding:6px;border-radius:4px;display:flex;align-items:center;justify-content:center;min-width:28px;min-height:28px}.header__dropdown-arrow:hover{color:#fff;background-color:hsla(0,0%,100%,.15)}.header__dropdown-arrow--open{transform:rotate(180deg);color:#fff}.header__dropdown-arrow svg{display:block;width:16px;height:16px}.header__dropdown{position:fixed;background-color:#0f0f0f;border:1px solid #262626;border-radius:16px;min-width:220px;padding:12px 0;box-shadow:0 18px 38px rgba(0,0,0,.55),0 0 0 1px hsla(0,0%,100%,.03);z-index:999999999;opacity:1;transform:translateY(0);transition:all .2s ease;pointer-events:all;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.header__dropdown-email{padding:12px 16px 8px 16px;color:#cfd2d6;font-size:14px;font-weight:500;border-bottom:none}.header__dropdown-divider{height:1px;background-color:#262626;margin:8px 12px}.header__dropdown-item{display:flex;align-items:center;gap:12px;padding:10px 16px;margin:0 8px;border-radius:10px;color:#e6e9ed;font-size:14px;font-weight:400;cursor:pointer;transition:all .2s ease}.header__dropdown-item:hover{background-color:hsla(0,0%,100%,.06);color:#fff}.header__dropdown-item:hover .header__dropdown-icon{color:#fff}.header__dropdown-item--logout:hover{background-color:rgba(220,38,38,.1);color:#f87171}.header__dropdown-item--logout:hover .header__dropdown-icon{color:#f87171}.header__dropdown-icon{font-size:16px;color:#b7bdc3;transition:color .2s ease;flex-shrink:0}@media(max-width: 768px){.header{height:50px;padding:0 16px;position:-webkit-sticky;position:sticky;top:0;z-index:50;background-color:#1f1f1f}.header__title{font-size:16px}.header__right{gap:12px}.header__new-btn{padding:6px 14px;width:auto;height:32px}.header__new-btn-icon-wrapper{width:16px;height:16px;margin-right:6px}.header__new-btn-icon-wrapper svg{font-size:12px}.header__new-btn>span:not(.header__new-btn-icon-wrapper){font-size:13px}.header__user-avatar{width:32px;height:32px}.header__user-avatar .header__user-initials{font-size:.875rem}.header__user-avatar::after{width:9px;height:9px;border:1.5px solid #1f1f1f}.header__dropdown-arrow{font-size:16px;min-width:24px;min-height:24px;padding:4px}.header__dropdown-arrow svg{width:14px;height:14px}.header__plan-pill{padding:6px 14px;border-radius:6px;min-width:75px;box-shadow:0 1px 6px rgba(255,153,28,.12),inset 0 1px 0 hsla(0,0%,100%,.08)}.header__plan-pill-text{font-size:10px;letter-spacing:.6px}.header__dropdown{right:-8px;min-width:200px}}@media(max-width: 480px){.header{height:50px;padding:0 12px}.header__title{font-size:15px}.header__right{gap:10px}.header__user-avatar{width:30px;height:30px}.header__user-avatar .header__user-initials{font-size:.75rem}.header__user-avatar::after{width:8px;height:8px;border:1px solid #1f1f1f}.header__dropdown-arrow{font-size:16px}.header__plan-pill{padding:5px 12px;border-radius:5px;min-width:65px;box-shadow:0 1px 4px rgba(255,153,28,.1),inset 0 1px 0 hsla(0,0%,100%,.06)}.header__plan-pill-text{font-size:9px;letter-spacing:.5px}.header__dropdown{right:-12px;min-width:180px}}.header__plan-switcher{position:relative;height:32px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;flex-shrink:0}.header__plan-switcher>div{position:absolute;top:0;left:0}
