Menü aufrufen
Toggle preferences menu
Persönliches Menü aufrufen
Nicht angemeldet
Ihre IP-Adresse wird öffentlich sichtbar sein, wenn Sie Änderungen vornehmen.

MediaWiki:Citizen.css: Unterschied zwischen den Versionen

MediaWiki-Schnittstellenseite
Keine Bearbeitungszusammenfassung
Markierung: Zurückgesetzt
Keine Bearbeitungszusammenfassung
Markierung: Manuelle Zurücksetzung
 
(13 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 1: Zeile 1:
/* =========================================================
/* ===== StarCitizen.tools inspirierte Hauptseite ===== */
  StarCitizen.tools-inspirierte Main Page für Citizen
  ========================================================= */


.scwiki-home {
.sc-mainpage {
     max-width: 1500px;
     max-width: 1400px;
     margin: 0 auto;
     margin: 0 auto;
     padding: 1rem 0 3rem;
     padding: 1.5rem 0 3rem 0;
}
}


.scwiki-home a,
.sc-hero {
.scwiki-home a:hover {
    position: relative;
     text-decoration: none;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 20px;
    background:
        linear-gradient(135deg, rgba(10,14,22,0.96), rgba(22,29,40,0.94)),
        url("/images/hero-placeholder.jpg") center/cover no-repeat;
    min-height: 360px;
    display: flex;
    align-items: center;
    margin-bottom: 2rem;
     box-shadow: 0 16px 40px rgba(0,0,0,0.25);
}
}


/* HERO */
.sc-hero::after {
.scwiki-hero-grid {
     content: "";
     display: grid;
    position: absolute;
     grid-template-columns: 2.2fr 1fr;
     inset: 0;
     gap: 1rem;
     background:
     margin-bottom: 1.25rem;
        radial-gradient(circle at top right, rgba(100,170,255,0.18), transparent 28%),
        linear-gradient(to right, rgba(6,8,12,0.78), rgba(6,8,12,0.28));
     pointer-events: none;
}
}


.scwiki-welcome-card,
.sc-hero-content {
.scwiki-patch-card,
     position: relative;
.scwiki-category-card,
     z-index: 1;
.scwiki-feature-card,
     max-width: 760px;
.scwiki-edit-card,
     padding: 2.5rem;
.scwiki-info-box {
     background: linear-gradient(180deg, rgba(20,25,33,0.98), rgba(12,16,22,0.98));
     border: 1px solid rgba(255,255,255,0.08);
     border-radius: 18px;
     box-shadow: 0 12px 30px rgba(0,0,0,0.18);
}
}


.scwiki-welcome-card {
.sc-hero-kicker {
    min-height: 260px;
     font-size: 0.78rem;
    padding: 2rem;
     font-weight: 700;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background:
        linear-gradient(135deg, rgba(8,12,18,0.95), rgba(20,27,38,0.95)),
        radial-gradient(circle at top right, rgba(95,165,255,0.20), transparent 28%);
}
 
.scwiki-eyebrow,
.scwiki-section-label,
.scwiki-patch-label {
     font-size: 0.75rem;
     font-weight: 800;
     letter-spacing: 0.18em;
     letter-spacing: 0.18em;
     color: #79b7ff;
     color: #7fb8ff;
     margin-bottom: 0.75rem;
     margin-bottom: 0.8rem;
}
}


.scwiki-welcome-card h1 {
.sc-hero h1 {
     margin: 0 0 0.6rem;
     margin: 0 0 0.75rem 0;
     font-size: clamp(2rem, 4vw, 3.2rem);
     font-size: clamp(2rem, 4vw, 3.4rem);
     line-height: 1.05;
     line-height: 1.05;
     font-weight: 800;
     font-weight: 800;
}
}


.scwiki-subtitle {
.sc-hero p {
    margin: 0 0 1.25rem;
     font-size: 1.05rem;
    color: rgba(255,255,255,0.82);
     font-size: 1.03rem;
     line-height: 1.7;
     line-height: 1.7;
    color: rgba(255,255,255,0.88);
     max-width: 60ch;
     max-width: 60ch;
    margin-bottom: 1.4rem;
}
}


.scwiki-search-box {
.sc-hero-buttons {
     margin-top: 0.25rem;
     display: flex;
     padding: 0.9rem 1rem;
    flex-wrap: wrap;
     border-radius: 14px;
    gap: 0.75rem;
     background: rgba(255,255,255,0.04);
}
     border: 1px solid rgba(255,255,255,0.08);
 
.sc-btn {
    display: inline-block;
     padding: 0.82rem 1.15rem;
     border-radius: 12px;
     font-weight: 700;
     text-decoration: none;
}
}


.scwiki-patch-card {
.sc-btn-primary {
     padding: 1.4rem;
     background: linear-gradient(135deg, #4da3ff, #6db8ff);
    display: flex;
     color: #08111d;
    flex-direction: column;
     justify-content: center;
    min-height: 260px;
}
}


.scwiki-patch-status {
.sc-btn-secondary {
     font-size: 1.5rem;
     background: rgba(255,255,255,0.06);
     font-weight: 800;
     color: #fff;
     margin-bottom: 0.8rem;
     border: 1px solid rgba(255,255,255,0.12);
}
}


.scwiki-patch-status span {
.sc-section {
     color: #7ec0ff;
     margin-bottom: 2rem;
}
}


.scwiki-patch-card p {
.sc-section-header {
    color: rgba(255,255,255,0.78);
    line-height: 1.7;
     margin-bottom: 1rem;
     margin-bottom: 1rem;
}
}


.scwiki-link-btn {
.sc-section-header h2 {
     display: inline-block;
     margin-bottom: 0.25rem;
     padding: 0.75rem 1rem;
     font-size: 1.6rem;
     border-radius: 12px;
     font-weight: 750;
    background: linear-gradient(135deg, #54a9ff, #7bc0ff);
}
     color: #08111a;
 
     font-weight: 800;
.sc-section-header p {
     margin: 0;
     color: rgba(255,255,255,0.72);
}
}


/* CATEGORY GRID */
.sc-card-grid {
.scwiki-category-grid {
     display: grid;
     display: grid;
     grid-template-columns: repeat(4, minmax(0, 1fr));
     grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
     gap: 1rem;
     gap: 1rem;
    margin-bottom: 1.25rem;
}
}


.scwiki-category-card {
.sc-card {
     min-height: 150px;
     background: linear-gradient(180deg, rgba(22,27,34,0.98), rgba(16,20,26,0.98));
     padding: 1.15rem;
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 18px;
     padding: 1.2rem;
    box-shadow: 0 10px 24px rgba(0,0,0,0.16);
     transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
     transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
    position: relative;
    overflow: hidden;
}
.scwiki-category-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top right, rgba(116,185,255,0.10), transparent 32%);
    pointer-events: none;
}
}


.scwiki-category-card:hover {
.sc-card:hover {
     transform: translateY(-3px);
     transform: translateY(-3px);
     border-color: rgba(126,192,255,0.35);
     border-color: rgba(109,184,255,0.35);
     box-shadow: 0 16px 34px rgba(0,0,0,0.22);
     box-shadow: 0 16px 30px rgba(0,0,0,0.2);
}
}


.scwiki-category-title {
.sc-card h3 {
     position: relative;
     margin-top: 0;
    z-index: 1;
    font-size: 1.05rem;
    font-weight: 800;
     margin-bottom: 0.5rem;
     margin-bottom: 0.5rem;
     color: #ffffff;
     font-size: 1.15rem;
}
}


.scwiki-category-text {
.sc-card p {
     position: relative;
     margin: 0;
    z-index: 1;
     color: rgba(255,255,255,0.76);
     color: rgba(255,255,255,0.72);
     line-height: 1.6;
     line-height: 1.55;
    font-size: 0.95rem;
}
}


/* LOWER GRID */
.sc-columns {
.scwiki-lower-grid {
     display: grid;
     display: grid;
     grid-template-columns: 1.4fr 1fr;
     grid-template-columns: 2fr 1fr;
     gap: 1rem;
     gap: 1rem;
     margin-bottom: 1.25rem;
     margin-bottom: 2rem;
}
}


.scwiki-feature-card,
.sc-panel {
.scwiki-edit-card {
     min-width: 0;
    padding: 1.4rem;
     min-height: 220px;
}
}


.scwiki-feature-card h2,
.sc-panel h2 {
.scwiki-edit-card h2,
    margin-bottom: 0.8rem;
.scwiki-info-box h3 {
}
 
.sc-panel-box {
    background: linear-gradient(180deg, rgba(18,22,28,0.98), rgba(13,17,22,0.98));
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 18px;
    padding: 1.25rem;
}
 
.sc-panel-box h3 {
     margin-top: 0;
     margin-top: 0;
    margin-bottom: 0.5rem;
}
.sc-panel-box p,
.sc-panel-box li {
    color: rgba(255,255,255,0.8);
    line-height: 1.6;
}
}


.scwiki-feature-card p,
.sc-link-list {
.scwiki-edit-card p,
    list-style: none;
.scwiki-info-box p,
    margin: 0;
.scwiki-info-box li {
    padding: 0;
     color: rgba(255,255,255,0.78);
}
     line-height: 1.7;
 
.sc-link-list li {
     padding: 0.65rem 0;
    border-bottom: 1px solid rgba(255,255,255,0.06);
}
 
.sc-link-list li:last-child {
     border-bottom: 0;
}
}


/* INFO GRID */
.sc-mini-grid {
.scwiki-info-grid {
     display: grid;
     display: grid;
     grid-template-columns: repeat(3, minmax(0, 1fr));
     grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
     gap: 1rem;
     gap: 0.9rem;
}
}


.scwiki-info-box {
.sc-mini-card {
     padding: 1.25rem;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.07);
    border-radius: 14px;
     padding: 1rem;
    text-align: center;
    font-weight: 700;
    transition: transform 0.16s ease, border-color 0.16s ease;
}
}


.scwiki-info-box ul {
.sc-mini-card:hover {
     margin-bottom: 0;
     transform: translateY(-2px);
    border-color: rgba(109,184,255,0.32);
}
}


/* InputBox etwas hübscher */
.sc-footer-note {
.scwiki-search-box .mw-inputbox-centered,
    margin-top: 2rem;
.scwiki-search-box form {
    padding: 1rem 1.2rem;
     margin: 0;
    border-left: 3px solid #59aaff;
    background: rgba(89,170,255,0.08);
    border-radius: 12px;
     color: rgba(255,255,255,0.82);
}
}


.scwiki-search-box input[type="text"],
/* Links in Cards/Panels schöner */
.scwiki-search-box input[type="search"] {
.sc-mainpage a {
     width: 100%;
     text-decoration: none;
    max-width: 100%;
    box-sizing: border-box;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.10);
    color: #fff;
    border-radius: 10px;
    padding: 0.75rem 0.9rem;
}
}


.scwiki-search-box input[type="submit"],
.sc-mainpage a:hover {
.scwiki-search-box button {
     text-decoration: none;
     margin-top: 0.75rem;
    border: 0;
    border-radius: 10px;
    padding: 0.7rem 1rem;
    font-weight: 700;
    cursor: pointer;
}
}


/* Responsive */
/* Mobile */
@media (max-width: 1200px) {
@media (max-width: 900px) {
     .scwiki-category-grid {
     .sc-columns {
         grid-template-columns: repeat(3, minmax(0, 1fr));
         grid-template-columns: 1fr;
    }
 
    .sc-hero {
        min-height: 300px;
    }
 
    .sc-hero-content {
        padding: 1.5rem;
     }
     }
}
}


@media (max-width: 980px) {
@media (max-width: 640px) {
     .scwiki-hero-grid,
     .sc-hero h1 {
     .scwiki-lower-grid,
        font-size: 2rem;
     .scwiki-info-grid {
    }
 
    .sc-hero p {
        font-size: 0.98rem;
    }
 
     .sc-card-grid,
     .sc-mini-grid {
         grid-template-columns: 1fr;
         grid-template-columns: 1fr;
     }
     }
}


     .scwiki-category-grid {
/* ===== 2-Spalten-Boxen im gleichen Design ===== */
        grid-template-columns: repeat(2, minmax(0, 1fr));
 
     }
.sc-table {
    display: flex;
     flex-direction: column;
    gap: 0.5rem;
    margin-top: 1rem;
}
 
.sc-table-head {
    display: grid;
    grid-template-columns: 220px 1fr;
    gap: 1rem;
    padding: 0 0.4rem 0.35rem 0.4rem;
    border-bottom: 1px solid rgba(255,255,255,0.10);
}
 
.sc-table-head-left,
.sc-table-head-right {
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #7fb8ff;
}
 
.sc-table-row {
    display: grid;
    grid-template-columns: 220px 1fr;
    gap: 1rem;
    align-items: center;
    padding: 0.95rem 1.1rem;
    border-radius: 14px;
    background: linear-gradient(180deg, rgba(22,27,34,0.98), rgba(16,20,26,0.98));
    border: 1px solid rgba(255,255,255,0.08);
    transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}
 
.sc-table-row:hover {
    transform: translateY(-2px);
    border-color: rgba(109,184,255,0.20);
    box-shadow: 0 10px 24px rgba(0,0,0,0.16);
}
 
.sc-table-left {
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
}
 
.sc-table-right {
    color: rgba(255,255,255,0.78);
    line-height: 1.6;
}
.sc-table-header .sc-table-left,
.sc-table-header .sc-table-right {
    color: #9cc9ff !important;
    font-size: 0.85rem !important;
    font-weight: 800 !important;
    letter-spacing: 0.12em !important;
    text-transform: uppercase !important;
}
.sc-table-header .sc-table-left {
    font-size: 0.9rem !important;
}
.sc-farm-table {
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
    margin-bottom: 1.5rem;
}
 
.sc-farm-row {
    display: grid;
    grid-template-columns: 1.1fr 1.2fr 1.2fr 1.2fr;
    gap: 1rem;
    align-items: center;
    padding: 0.95rem 1.1rem;
    border-radius: 14px;
    background: linear-gradient(180deg, rgba(22,27,34,0.98), rgba(16,20,26,0.98));
     border: 1px solid rgba(255,255,255,0.08);
    transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}
 
.sc-farm-row:hover {
    transform: translateY(-2px);
    border-color: rgba(109,184,255,0.20);
    box-shadow: 0 10px 24px rgba(0,0,0,0.16);
}
 
.sc-farm-header {
    background: linear-gradient(180deg, rgba(35,45,58,0.98), rgba(24,31,40,0.98)) !important;
    border: 1px solid rgba(127,184,255,0.35) !important;
}
 
.sc-farm-header .sc-farm-col-1,
.sc-farm-header .sc-farm-col-2,
.sc-farm-header .sc-farm-col-3,
.sc-farm-header .sc-farm-col-4 {
    color: #9cc9ff !important;
    font-size: 0.85rem !important;
    font-weight: 800 !important;
    letter-spacing: 0.12em !important;
    text-transform: uppercase !important;
}
 
.sc-farm-col-1 {
    font-weight: 700;
    color: #fff;
}
 
.sc-farm-col-2,
.sc-farm-col-3,
.sc-farm-col-4 {
    color: rgba(255,255,255,0.78);
    line-height: 1.5;
}
}


@media (max-width: 640px) {
@media (max-width: 700px) {
     .scwiki-category-grid {
     .sc-table-head,
    .sc-table-row {
         grid-template-columns: 1fr;
         grid-template-columns: 1fr;
     }
     }


     .scwiki-welcome-card,
     .sc-table-head {
    .scwiki-patch-card,
        gap: 0.25rem;
     .scwiki-feature-card,
     }
    .scwiki-edit-card,
 
     .scwiki-info-box {
     .sc-table-row {
         padding: 1rem;
         gap: 0.35rem;
     }
     }
}

Aktuelle Version vom 2. Mai 2026, 11:22 Uhr

/* ===== StarCitizen.tools inspirierte Hauptseite ===== */

.sc-mainpage {
    max-width: 1400px;
    margin: 0 auto;
    padding: 1.5rem 0 3rem 0;
}

.sc-hero {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 20px;
    background:
        linear-gradient(135deg, rgba(10,14,22,0.96), rgba(22,29,40,0.94)),
        url("/images/hero-placeholder.jpg") center/cover no-repeat;
    min-height: 360px;
    display: flex;
    align-items: center;
    margin-bottom: 2rem;
    box-shadow: 0 16px 40px rgba(0,0,0,0.25);
}

.sc-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at top right, rgba(100,170,255,0.18), transparent 28%),
        linear-gradient(to right, rgba(6,8,12,0.78), rgba(6,8,12,0.28));
    pointer-events: none;
}

.sc-hero-content {
    position: relative;
    z-index: 1;
    max-width: 760px;
    padding: 2.5rem;
}

.sc-hero-kicker {
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    color: #7fb8ff;
    margin-bottom: 0.8rem;
}

.sc-hero h1 {
    margin: 0 0 0.75rem 0;
    font-size: clamp(2rem, 4vw, 3.4rem);
    line-height: 1.05;
    font-weight: 800;
}

.sc-hero p {
    font-size: 1.05rem;
    line-height: 1.7;
    color: rgba(255,255,255,0.88);
    max-width: 60ch;
    margin-bottom: 1.4rem;
}

.sc-hero-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.sc-btn {
    display: inline-block;
    padding: 0.82rem 1.15rem;
    border-radius: 12px;
    font-weight: 700;
    text-decoration: none;
}

.sc-btn-primary {
    background: linear-gradient(135deg, #4da3ff, #6db8ff);
    color: #08111d;
}

.sc-btn-secondary {
    background: rgba(255,255,255,0.06);
    color: #fff;
    border: 1px solid rgba(255,255,255,0.12);
}

.sc-section {
    margin-bottom: 2rem;
}

.sc-section-header {
    margin-bottom: 1rem;
}

.sc-section-header h2 {
    margin-bottom: 0.25rem;
    font-size: 1.6rem;
    font-weight: 750;
}

.sc-section-header p {
    margin: 0;
    color: rgba(255,255,255,0.72);
}

.sc-card-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    gap: 1rem;
}

.sc-card {
    background: linear-gradient(180deg, rgba(22,27,34,0.98), rgba(16,20,26,0.98));
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 18px;
    padding: 1.2rem;
    box-shadow: 0 10px 24px rgba(0,0,0,0.16);
    transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.sc-card:hover {
    transform: translateY(-3px);
    border-color: rgba(109,184,255,0.35);
    box-shadow: 0 16px 30px rgba(0,0,0,0.2);
}

.sc-card h3 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-size: 1.15rem;
}

.sc-card p {
    margin: 0;
    color: rgba(255,255,255,0.76);
    line-height: 1.6;
}

.sc-columns {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 1rem;
    margin-bottom: 2rem;
}

.sc-panel {
    min-width: 0;
}

.sc-panel h2 {
    margin-bottom: 0.8rem;
}

.sc-panel-box {
    background: linear-gradient(180deg, rgba(18,22,28,0.98), rgba(13,17,22,0.98));
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 18px;
    padding: 1.25rem;
}

.sc-panel-box h3 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

.sc-panel-box p,
.sc-panel-box li {
    color: rgba(255,255,255,0.8);
    line-height: 1.6;
}

.sc-link-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sc-link-list li {
    padding: 0.65rem 0;
    border-bottom: 1px solid rgba(255,255,255,0.06);
}

.sc-link-list li:last-child {
    border-bottom: 0;
}

.sc-mini-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 0.9rem;
}

.sc-mini-card {
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.07);
    border-radius: 14px;
    padding: 1rem;
    text-align: center;
    font-weight: 700;
    transition: transform 0.16s ease, border-color 0.16s ease;
}

.sc-mini-card:hover {
    transform: translateY(-2px);
    border-color: rgba(109,184,255,0.32);
}

.sc-footer-note {
    margin-top: 2rem;
    padding: 1rem 1.2rem;
    border-left: 3px solid #59aaff;
    background: rgba(89,170,255,0.08);
    border-radius: 12px;
    color: rgba(255,255,255,0.82);
}

/* Links in Cards/Panels schöner */
.sc-mainpage a {
    text-decoration: none;
}

.sc-mainpage a:hover {
    text-decoration: none;
}

/* Mobile */
@media (max-width: 900px) {
    .sc-columns {
        grid-template-columns: 1fr;
    }

    .sc-hero {
        min-height: 300px;
    }

    .sc-hero-content {
        padding: 1.5rem;
    }
}

@media (max-width: 640px) {
    .sc-hero h1 {
        font-size: 2rem;
    }

    .sc-hero p {
        font-size: 0.98rem;
    }

    .sc-card-grid,
    .sc-mini-grid {
        grid-template-columns: 1fr;
    }
}

/* ===== 2-Spalten-Boxen im gleichen Design ===== */

.sc-table {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-top: 1rem;
}

.sc-table-head {
    display: grid;
    grid-template-columns: 220px 1fr;
    gap: 1rem;
    padding: 0 0.4rem 0.35rem 0.4rem;
    border-bottom: 1px solid rgba(255,255,255,0.10);
}

.sc-table-head-left,
.sc-table-head-right {
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #7fb8ff;
}

.sc-table-row {
    display: grid;
    grid-template-columns: 220px 1fr;
    gap: 1rem;
    align-items: center;
    padding: 0.95rem 1.1rem;
    border-radius: 14px;
    background: linear-gradient(180deg, rgba(22,27,34,0.98), rgba(16,20,26,0.98));
    border: 1px solid rgba(255,255,255,0.08);
    transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.sc-table-row:hover {
    transform: translateY(-2px);
    border-color: rgba(109,184,255,0.20);
    box-shadow: 0 10px 24px rgba(0,0,0,0.16);
}

.sc-table-left {
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
}

.sc-table-right {
    color: rgba(255,255,255,0.78);
    line-height: 1.6;
}
.sc-table-header .sc-table-left,
.sc-table-header .sc-table-right {
    color: #9cc9ff !important;
    font-size: 0.85rem !important;
    font-weight: 800 !important;
    letter-spacing: 0.12em !important;
    text-transform: uppercase !important;
}
.sc-table-header .sc-table-left {
    font-size: 0.9rem !important;
}
.sc-farm-table {
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
    margin-bottom: 1.5rem;
}

.sc-farm-row {
    display: grid;
    grid-template-columns: 1.1fr 1.2fr 1.2fr 1.2fr;
    gap: 1rem;
    align-items: center;
    padding: 0.95rem 1.1rem;
    border-radius: 14px;
    background: linear-gradient(180deg, rgba(22,27,34,0.98), rgba(16,20,26,0.98));
    border: 1px solid rgba(255,255,255,0.08);
    transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.sc-farm-row:hover {
    transform: translateY(-2px);
    border-color: rgba(109,184,255,0.20);
    box-shadow: 0 10px 24px rgba(0,0,0,0.16);
}

.sc-farm-header {
    background: linear-gradient(180deg, rgba(35,45,58,0.98), rgba(24,31,40,0.98)) !important;
    border: 1px solid rgba(127,184,255,0.35) !important;
}

.sc-farm-header .sc-farm-col-1,
.sc-farm-header .sc-farm-col-2,
.sc-farm-header .sc-farm-col-3,
.sc-farm-header .sc-farm-col-4 {
    color: #9cc9ff !important;
    font-size: 0.85rem !important;
    font-weight: 800 !important;
    letter-spacing: 0.12em !important;
    text-transform: uppercase !important;
}

.sc-farm-col-1 {
    font-weight: 700;
    color: #fff;
}

.sc-farm-col-2,
.sc-farm-col-3,
.sc-farm-col-4 {
    color: rgba(255,255,255,0.78);
    line-height: 1.5;
}

@media (max-width: 700px) {
    .sc-table-head,
    .sc-table-row {
        grid-template-columns: 1fr;
    }

    .sc-table-head {
        gap: 0.25rem;
    }

    .sc-table-row {
        gap: 0.35rem;
    }