@@ -98,6 +98,33 @@ img, video, svg { display: block; max-width: 100%; }
9898.ghost-pill : hover { background : var (--surface-2 ); border-color : # 3a3a3a ; }
9999.ghost-pill .ic { font-size : 1.05rem ; }
100100.ghost-pill .star-ic { color : # f5c518 ; font-size : 0.98rem ; }
101+ .ghost-pill .dl-ic { color : # 9ad7ff ; font-size : 1rem ; }
102+
103+ .nav-downloads { display : none; }
104+ @media (min-width : 761px ) { .nav-downloads { display : inline-flex; } }
105+
106+ .mobile-dl-card {
107+ display : flex; align-items : center; gap : 14px ;
108+ margin : 14px 16px ; padding : 14px 16px ;
109+ background : linear-gradient (180deg , # 161616 0% , # 0e0e0e 100% );
110+ border : 1px solid var (--border-2 ); border-radius : 14px ;
111+ color : var (--text ); text-decoration : none;
112+ font-weight : 600 ; box-shadow : 0 1px 0 rgba (255 , 255 , 255 , 0.02 ) inset;
113+ }
114+ .mobile-dl-card : active { background : var (--surface ); }
115+ .mobile-dl-card .mobile-dl-icon {
116+ width : 40px ; height : 40px ; border-radius : 10px ;
117+ display : inline-flex; align-items : center; justify-content : center;
118+ background : rgba (154 , 215 , 255 , 0.12 ); border : 1px solid rgba (154 , 215 , 255 , 0.3 );
119+ flex : 0 0 auto;
120+ }
121+ .mobile-dl-card .mobile-dl-icon .dl-ic { color : # 9ad7ff ; font-size : 1.2rem ; }
122+ .mobile-dl-card .mobile-dl-text { display : flex; flex-direction : column; gap : 2px ; line-height : 1.2 ; flex : 1 1 auto; min-width : 0 ; }
123+ .mobile-dl-card .mobile-dl-eyebrow { font-size : 0.72rem ; font-weight : 600 ; color : var (--muted ); letter-spacing : 0.06em ; text-transform : uppercase; }
124+ .mobile-dl-card .mobile-dl-count { font-size : 1.05rem ; font-weight : 700 ; color : var (--text ); }
125+ .mobile-dl-card .mobile-dl-go { color : var (--muted ); flex : 0 0 auto; }
126+ .mobile-dl-card .mobile-dl-go .ic { font-size : 1.1rem ; }
127+ @media (min-width : 761px ) { .mobile-dl-card { display : none; } }
101128
102129.menu-btn {
103130 display : none; background : var (--surface ); color : var (--text );
0 commit comments