@@ -14276,15 +14276,17 @@ body.dependency-onboarding-active #dependency-setup-modal {
1427614276}
1427714277
1427814278.dashboard-title-icon {
14279- width : 44px ;
14280- height : 44px ;
14281- border-radius : 12px ;
14282- background : linear-gradient (135deg , var (--accent-primary ) 0% , var (--accent-primary-pressed ) 100% );
14283- color : white;
14284- display : flex;
14285- align-items : center;
14286- justify-content : center;
14287- box-shadow : 0 8px 16px rgba (31 , 111 , 235 , 0.25 );
14279+ width : 28px ;
14280+ height : 28px ;
14281+ border-radius : 50% ;
14282+ background : conic-gradient (from 180deg at 50% 50% , # 52d3ff 0deg , # 4b92ff 180deg , # 52d3ff 360deg );
14283+ flex-shrink : 0 ;
14284+ box-shadow : 0 0 20px rgba (82 , 211 , 255 , 0.7 );
14285+ animation : dashboard-title-orb-spin 4s linear infinite;
14286+ }
14287+
14288+ @keyframes dashboard-title-orb-spin {
14289+ 100% { transform : rotate (360deg ); }
1428814290}
1428914291
1429014292.dashboard-title-group h1 {
@@ -14478,8 +14480,8 @@ body.dependency-onboarding-active #dependency-setup-modal {
1447814480
1447914481/* Dashboard Layout */
1448014482.dashboard-wrapper {
14481- max-width : 1800 px ;
14482- margin : 0 auto ;
14483+ max-width : none ;
14484+ margin : 0 ;
1448314485 padding : 0 var (--space-lg ) var (--space-lg );
1448414486 display : flex;
1448514487 flex-direction : column;
@@ -14554,6 +14556,22 @@ body.dependency-onboarding-active #dependency-setup-modal {
1455414556 font-weight : 600 !important ;
1455514557 font-size : 0.82rem !important ;
1455614558 white-space : nowrap;
14559+ border : 1px solid color-mix (in srgb, var (--accent-success ) 72% , rgba (255 , 255 , 255 , 0.14 )) !important ;
14560+ background :
14561+ linear-gradient (180deg , rgba (255 , 255 , 255 , 0.24 ), rgba (255 , 255 , 255 , 0 ) 40% ),
14562+ linear-gradient (180deg , color-mix (in srgb, var (--accent-success ) 58% , white 42% ) 0% , color-mix (in srgb, var (--accent-success ) 88% , # 09110b 12% ) 100% ) !important ;
14563+ color : # 09110b !important ;
14564+ box-shadow :
14565+ inset 0 1px 0 rgba (255 , 255 , 255 , 0.42 ),
14566+ 0 8px 18px rgba (0 , 0 , 0 , 0.22 ) !important ;
14567+ }
14568+
14569+ .dashboard-create-btn : hover {
14570+ background :
14571+ linear-gradient (180deg , rgba (255 , 255 , 255 , 0.28 ), rgba (255 , 255 , 255 , 0 ) 42% ),
14572+ linear-gradient (180deg , color-mix (in srgb, var (--accent-success ) 66% , white 34% ) 0% , color-mix (in srgb, var (--accent-success ) 92% , # 09110b 8% ) 100% ) !important ;
14573+ color : # 09110b !important ;
14574+ transform : translateY (-1px );
1455714575}
1455814576
1455914577/* Bento Cards */
@@ -14741,6 +14759,37 @@ body.dependency-onboarding-active #dependency-setup-modal {
1474114759 border : 1px solid var (--border-color );
1474214760}
1474314761
14762+ .dashboard-wrapper ,
14763+ .dashboard-wrapper : is (
14764+ h1 ,
14765+ h2 ,
14766+ h3 ,
14767+ h4 ,
14768+ h5 ,
14769+ h6 ,
14770+ p ,
14771+ span ,
14772+ strong ,
14773+ small ,
14774+ code ,
14775+ label ,
14776+ button : not (.dashboard-create-btn ),
14777+ a ,
14778+ .dashboard-create-title ,
14779+ .dashboard-create-desc ,
14780+ .workspace-meta ,
14781+ .port-card-port ,
14782+ .dashboard-project-group-title ,
14783+ .dashboard-project-group-count ,
14784+ .dashboard-project-tile-name ,
14785+ .dashboard-project-tile-subtitle ,
14786+ .dashboard-project-tile-live ,
14787+ .quick-link-label
14788+ ) {
14789+ color : # fff !important ;
14790+ opacity : 1 !important ;
14791+ }
14792+
1474414793@media (max-width : 1200px ) {
1474514794 .dashboard-main-content {
1474614795 grid-template-columns : 1fr ;
0 commit comments