@@ -14812,6 +14812,87 @@ body.is-dragging-pane .session-action-btn-drag {
1481214812 margin-top : 0 ;
1481314813}
1481414814
14815+ .workspace-agent-instructions__token-trend {
14816+ display : flex;
14817+ min-width : 0 ;
14818+ flex-direction : column;
14819+ gap : var (--gap-tight );
14820+ padding : var (--sp-2 );
14821+ overflow : hidden;
14822+ border : 1px solid var (--component-mix-border-default-84pct-transparent );
14823+ border-radius : var (--radius-md );
14824+ background :
14825+ linear-gradient (
14826+ 180deg ,
14827+ color-mix (in srgb, var (--status-success-fg ) 5% , transparent),
14828+ transparent 56%
14829+ ),
14830+ var (--surface-panel );
14831+ }
14832+
14833+ .workspace-agent-instructions__token-trend-header {
14834+ display : flex;
14835+ min-width : 0 ;
14836+ align-items : flex-start;
14837+ justify-content : space-between;
14838+ gap : var (--gap-tight );
14839+ }
14840+
14841+ .workspace-agent-instructions__token-trend-title {
14842+ margin : 0 ;
14843+ color : var (--text-primary );
14844+ font-size : var (--type-body-5-size );
14845+ line-height : var (--type-body-5-line-height );
14846+ font-weight : var (--type-body-6-weight );
14847+ }
14848+
14849+ .workspace-agent-instructions__token-trend-subtitle {
14850+ margin : 2px 0 0 ;
14851+ color : var (--text-tertiary );
14852+ font-size : var (--type-body-6-size );
14853+ line-height : var (--type-body-6-line-height );
14854+ }
14855+
14856+ .workspace-agent-instructions__token-trend-total {
14857+ flex : 0 0 auto;
14858+ color : var (--status-success-fg );
14859+ font-size : var (--type-body-5-size );
14860+ line-height : var (--type-body-5-line-height );
14861+ font-weight : var (--type-body-6-weight );
14862+ white-space : nowrap;
14863+ }
14864+
14865+ .workspace-agent-instructions__token-trend-skeleton ,
14866+ .workspace-agent-instructions__token-trend-state {
14867+ display : flex;
14868+ min-height : 56px ;
14869+ align-items : center;
14870+ margin : 0 ;
14871+ color : var (--text-secondary );
14872+ font-size : var (--type-body-6-size );
14873+ line-height : var (--type-body-6-line-height );
14874+ }
14875+
14876+ .workspace-agent-instructions__token-trend-skeleton {
14877+ color : var (--text-tertiary );
14878+ }
14879+
14880+ .workspace-agent-instructions__token-trend-chart {
14881+ min-width : 0 ;
14882+ height : 96px ;
14883+ }
14884+
14885+ .workspace-agent-instructions__token-trend-footer {
14886+ display : flex;
14887+ min-width : 0 ;
14888+ flex-wrap : wrap;
14889+ justify-content : space-between;
14890+ gap : var (--gap-compact );
14891+ color : var (--text-tertiary );
14892+ font-size : var (--type-body-6-size );
14893+ line-height : var (--type-body-6-line-height );
14894+ }
14895+
1481514896.workspace-agent-instructions__group {
1481614897 display : flex;
1481714898 min-width : 0 ;
@@ -18290,6 +18371,10 @@ body.is-dragging-pane .session-action-btn-drag {
1829018371 gap : 8px ;
1829118372}
1829218373
18374+ .mobile-sheet--files .workspace-agent-instructions__token-trend-chart {
18375+ height : 84px ;
18376+ }
18377+
1829318378.mobile-sheet--files .workspace-agent-instructions__status {
1829418379 gap : 6px ;
1829518380}
0 commit comments