@@ -47,21 +47,6 @@ html, body {
4747a { color : var (--accent-3 ); text-decoration : none; }
4848a : hover { color : var (--accent-1 ); }
4949
50- .gradient-text {
51- background : linear-gradient (135deg , var (--accent-1 ), var (--accent-2 ), var (--accent-cyan ));
52- -webkit-background-clip : text;
53- background-clip : text;
54- -webkit-text-fill-color : transparent;
55- background-size : 200% 200% ;
56- animation : gradientShift 4s ease infinite;
57- }
58-
59- @keyframes gradientShift {
60- 0% { background-position : 0% 50% ; }
61- 50% { background-position : 100% 50% ; }
62- 100% { background-position : 0% 50% ; }
63- }
64-
6550/* ===== AUTH PAGES ===== */
6651.auth-page {
6752 min-height : 100vh ;
@@ -969,34 +954,6 @@ tbody tr:hover {
969954 transition : width 0.5s ease;
970955}
971956
972- /* ===== LOADING SCREEN ===== */
973- .loading-screen {
974- display : flex;
975- align-items : center;
976- justify-content : center;
977- min-height : 100vh ;
978- background : var (--bg-primary );
979- }
980-
981- .loading-content {
982- text-align : center;
983- }
984-
985- .loading-spinner {
986- width : 40px ;
987- height : 40px ;
988- border : 3px solid rgba (99 , 102 , 241 , 0.15 );
989- border-top-color : var (--accent-1 );
990- border-radius : 50% ;
991- animation : spin 0.7s linear infinite;
992- margin : 0 auto 16px ;
993- }
994-
995- .loading-text {
996- font-size : 0.95rem ;
997- color : var (--text-secondary );
998- }
999-
1000957/* ===== RESPONSIVE ===== */
1001958.hamburger-toggle {
1002959 display : none;
@@ -1189,26 +1146,6 @@ tbody tr:hover {
11891146 color : var (--accent-orange );
11901147}
11911148
1192- .exp-col {
1193- font-size : 0.82rem ;
1194- display : flex;
1195- gap : 4px ;
1196- align-items : center;
1197- }
1198-
1199- .exp-col .expired {
1200- color : var (--accent-red );
1201- }
1202-
1203- .exp-col .expiring {
1204- color : var (--accent-orange );
1205- }
1206-
1207- .exp-days {
1208- font-size : 0.75rem ;
1209- opacity : 0.8 ;
1210- }
1211-
12121149/* ===== SERVER DETAIL PAGE ===== */
12131150.server-detail-grid {
12141151 display : grid;
@@ -1317,20 +1254,6 @@ tbody tr:hover {
13171254 gap : 10px ;
13181255}
13191256
1320- .input-readonly {
1321- width : 100% ;
1322- padding : 12px 16px ;
1323- background : var (--bg-secondary );
1324- border : 1px solid var (--border );
1325- border-radius : var (--radius-sm );
1326- color : var (--text-muted );
1327- font-family : 'Inter' , sans-serif;
1328- font-size : 0.95rem ;
1329- outline : none;
1330- cursor : default;
1331- opacity : 0.7 ;
1332- }
1333-
13341257.consent-group input [type = "checkbox" ] {
13351258 width : 18px ;
13361259 height : 18px ;
@@ -1352,5 +1275,4 @@ tbody tr:hover {
13521275 text-decoration : underline;
13531276}
13541277
1355- /* ===== PRIVACY / LEGAL PAGES ===== */
13561278
0 commit comments