@charset "UTF-8";@keyframes skeleton-shimmer{to{transform:translate(100%)}}.feature-list{display:flex;flex-direction:column;gap:.75rem;width:100%}.feature-list-item{display:flex;align-items:flex-start;gap:1rem;font-size:15px;color:var(--theme-text-color);position:relative;padding-left:24px;line-height:1.5;text-align:left}.feature-list-item:before{content:"✓";position:absolute;left:0;top:.1em;font-size:14px;color:var(--theme-accent-color);font-weight:700}.feature-list--dots .feature-list-item:before{content:"•";color:var(--theme-primary-color);font-size:20px;top:-.1em}.feature-list--large{gap:1rem}.feature-list--large .feature-list-item{font-size:16px;padding-left:28px}.feature-list--large .feature-list-item:before{font-size:16px}.feature-list--large.feature-list--dots .feature-list-item:before{font-size:24px}.feature-list--compact{gap:.5rem}.feature-list--compact .feature-list-item{font-size:14px;padding-left:20px}.feature-list--compact .feature-list-item:before{font-size:12px}.feature-list--compact.feature-list--dots .feature-list-item:before{font-size:16px}.cost-reports-block .cost-panel{width:100%;max-width:650px;background:var(--theme-card-bg-color);border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:24px;box-shadow:0 8px 24px #0000001f}.cost-reports-block .cost-panel .cost-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.cost-reports-block .cost-panel .cost-header h3{font-size:18px;font-weight:600;color:var(--theme-text-color);margin:0}.cost-reports-block .cost-panel .cost-header .total-cost{display:flex;align-items:center;gap:8px}.cost-reports-block .cost-panel .cost-header .total-cost .cost-label{font-size:12px;color:var(--theme-hint-color)}.cost-reports-block .cost-panel .cost-header .total-cost .cost-value{font-size:20px;font-weight:700;color:var(--theme-text-color)}.cost-reports-block .cost-panel .cost-chart{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;height:120px;margin-bottom:20px;padding:12px;background:var(--theme-bg-color);border-radius:8px}.cost-reports-block .cost-panel .cost-chart .cost-bar-container{flex:1;display:flex;flex-direction:column;align-items:center;gap:8px}.cost-reports-block .cost-panel .cost-chart .cost-bar-container .cost-bar{position:relative;width:100%;min-height:20%;background:linear-gradient(180deg,#6366f1,#8b5cf6);border-radius:4px 4px 0 0;display:flex;align-items:flex-start;justify-content:center;padding-top:6px;transition:all .3s ease}.cost-reports-block .cost-panel .cost-chart .cost-bar-container .cost-bar:hover{transform:translateY(-4px);box-shadow:0 4px 12px #6366f14d}.cost-reports-block .cost-panel .cost-chart .cost-bar-container .cost-bar .bar-value{font-size:11px;font-weight:600;color:#fff}.cost-reports-block .cost-panel .cost-chart .cost-bar-container .bar-label{font-size:11px;color:var(--theme-hint-color)}.cost-reports-block .cost-panel .cost-details{display:flex;flex-direction:column;gap:12px;padding-top:16px;border-top:1px solid rgba(255,255,255,.05)}.cost-reports-block .cost-panel .cost-details .detail-row{display:flex;justify-content:space-between;align-items:center}.cost-reports-block .cost-panel .cost-details .detail-row .detail-label{font-size:13px;color:var(--theme-hint-color)}.cost-reports-block .cost-panel .cost-details .detail-row .detail-value{font-size:14px;font-weight:600;color:var(--theme-text-color)}
