@@ -1296,11 +1296,13 @@ body.radar-layout {
12961296 2. --design-text-title page titles, CTA messages
12971297 3. --design-text-size body / lists / descriptions
12981298 4. --design-text-compact code, meta, eyebrows, buttons, nav
1299+ 5. --design-text-micro badges, tight chips
12991300 */
13001301 --design-text-display : clamp (2.85rem , 7vw , 4rem );
13011302 --design-text-title : 1.75rem ;
13021303 --design-text-size : 15px ;
13031304 --design-text-compact : 13px ;
1305+ --design-text-micro : 11px ;
13041306 --radar-shell : 72rem ;
13051307 /* Soft well — terminal amber #c09e3f holds; no light-mode border */
13061308 --design-code-bg : color-mix (in srgb, var (--design-ink ) 5% , transparent);
@@ -3274,19 +3276,20 @@ html.dark .design-card--danger {
32743276 color : var (--design-mid );
32753277 display : inline-flex;
32763278 font-family : var (--design-font-mono );
3277- font-size : var (--design-text-compact );
3279+ font-size : var (--design-text-micro );
32783280 font-weight : 600 ;
32793281 letter-spacing : 0.1em ;
32803282 line-height : 1 ;
3281- padding : 0.32rem 0.48rem ;
3283+ padding : 0.28rem 0.42rem ;
3284+ text-decoration : none;
32823285 text-transform : uppercase;
32833286 white-space : nowrap;
32843287}
32853288
32863289.design-badge .design-badge--sm {
3287- font-size : var (--design-text-compact );
3290+ font-size : var (--design-text-micro );
32883291 letter-spacing : 0.08em ;
3289- padding : 0.18 rem 0.32 rem ;
3292+ padding : 0.16 rem 0.3 rem ;
32903293}
32913294
32923295.design-badge .design-badge--plain {
@@ -3839,6 +3842,31 @@ html.dark .design-badge.design-badge--danger {
38393842 text-transform : uppercase;
38403843}
38413844
3845+ /* Keep plan + metric columns content-sized so CTAs absorb leftover width */
3846+ .pricing-summary .design-table thead th : first-child ,
3847+ .pricing-summary .design-table tbody th .pricing-summary-plan {
3848+ padding-right : 0.85rem ;
3849+ white-space : nowrap;
3850+ width : 1% ;
3851+ }
3852+
3853+ .pricing-summary .design-table thead th : nth-child (2 ),
3854+ .pricing-summary .design-table tbody td : nth-child (2 ),
3855+ .pricing-summary .design-table thead th .pricing-summary-retention ,
3856+ .pricing-summary .design-table tbody td .pricing-summary-retention ,
3857+ .pricing-summary .design-table thead th .pricing-summary-price ,
3858+ .pricing-summary .design-table tbody td .pricing-summary-price {
3859+ white-space : nowrap;
3860+ width : 1% ;
3861+ }
3862+
3863+ .pricing-summary-plan-row {
3864+ align-items : center;
3865+ display : inline-flex;
3866+ flex-wrap : nowrap;
3867+ gap : 0.45rem ;
3868+ }
3869+
38423870.pricing-plan-label-short {
38433871 display : none;
38443872}
0 commit comments