
.x6-shell {
    width: 100%;
}

.x6-status {
    display: grid;
    grid-template-columns: repeat(5,minmax(0,1fr));
    gap: 13px;
    margin-bottom: 13px;
}

.x6-stat {
    min-height: 104px;
    padding: 16px 17px;
    border: 1px solid #29485c;
    border-radius: 10px;
    background: linear-gradient(145deg,#142938,#0d1b26);
    box-shadow: 0 7px 17px rgba(0,0,0,.18);
}

.x6-highlight {
    border-color: #197da6;
    background: linear-gradient(145deg,#143a4e,#0d2533);
}

.x6-stat > span:first-child {
    display: block;
    margin-bottom: 7px;
    color: #7899ad;
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .7px;
}

.x6-stat strong {
    display: block;
    margin-bottom: 5px;
    color: #f3f9fc;
    font-size: 21px;
}

.x6-stat em {
    color: #718da0;
    font-size: 10px;
    font-style: normal;
}

.x6-highlight em {
    color: #43dc9a;
    font-weight: 800;
}


/* protocol totals */

.x6-protocol-strip {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 7px;
    min-height: 48px;
    margin-bottom: 20px;
    padding: 9px 12px;
    border: 1px solid #29485c;
    border-radius: 9px;
    background: #0e1d28;
}

.x6-strip-title {
    margin-right: 5px;
    color: #7798ab;
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
}

.x6-proto-total,
.x6-proto {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 50px;
    padding: 5px 8px;
    border-radius: 5px;
    font-size: 10px;
    font-weight: 850;
}

.x6-proto-total b {
    margin-left: 6px;
    font-size: 11px;
}

.proto-ysf {
    background: #086789;
    border: 1px solid #0c97c8;
    color: #e2f9ff;
}

.proto-dmr {
    background: #583e73;
    border: 1px solid #7c5b9c;
    color: #f4eaff;
}

.proto-dcs,
.proto-dstar {
    background: #235640;
    border: 1px solid #337b5e;
    color: #e0ffed;
}

.proto-other {
    background: #394955;
    border: 1px solid #596c79;
    color: #eef4f7;
}


/* layout */

.x6-grid {
    display: grid;
    grid-template-columns: minmax(0,3.3fr) minmax(350px,1fr);
    gap: 22px;
    align-items: start;
}

.x6-panel,
.x6-modules {
    overflow: hidden;
    border: 1px solid #29485c;
    border-radius: 11px;
    background: linear-gradient(180deg,#112431,#0b1923);
    box-shadow: 0 9px 23px rgba(0,0,0,.22);
}

.x6-panel-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 67px;
    padding: 14px 18px;
    border-bottom: 1px solid #29485c;
    background: linear-gradient(100deg,#162f40,#122735);
}

.x6-panel-head span:first-child {
    color: #41c3ff;
    font-size: 9px;
    font-weight: 850;
    letter-spacing: 1.2px;
}

.x6-panel-head h2 {
    margin: 2px 0 0;
    color: #f2f8fb;
    font-size: 20px;
    font-weight: 650;
}

.x6-count {
    padding: 5px 9px;
    border: 1px solid #36596f;
    border-radius: 5px;
    background: #0c1b25;
    color: #a9c5d6;
    font-size: 10px;
}


/* activity */

.x6-scroll {
    overflow-x: auto;
}

.x6-table {
    width: 100%;
    border-collapse: collapse;
}

.x6-table th {
    padding: 11px 12px;
    border-bottom: 1px solid #29485c;
    background: #0e202c;
    color: #809fb3;
    text-align: left;
    font-size: 9px;
    font-weight: 850;
    text-transform: uppercase;
    letter-spacing: .45px;
}

.x6-table td {
    padding: 13px 12px;
    border-bottom: 1px solid #1d3444;
    color: #dce8ef;
    font-size: 13px;
}

.x6-table tbody tr:nth-child(even) {
    background: rgba(26,54,73,.25);
}

.x6-table tbody tr:hover {
    background: rgba(49,111,143,.25);
}

.x6-tx-row {
    background: rgba(21,113,79,.18) !important;
}

.x6-tx-row td {
    border-bottom-color: #245d49;
}

.x6-state {
    width: 48px;
    text-align: center;
}

.x6-tx {
    display: inline-block;
    padding: 4px 7px;
    border: 1px solid #31c988;
    border-radius: 5px;
    background: #176044;
    color: #dffff0;
    font-size: 9px;
    font-weight: 900;
    box-shadow: 0 0 9px rgba(47,210,142,.25);
}

.x6-rx {
    color: #426071;
}

.x6-call {
    color: #f5fafc !important;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none !important;
}

.x6-call:hover {
    color: #4ec9ff !important;
}

.x6-module {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-width: 29px;
    height: 25px;
    border: 1px solid #39647d;
    border-radius: 5px;
    background: #122e3f;
    color: #bfeaff;
    font-weight: 850;
}

.x6-unknown,
.x6-muted {
    color: #657f91;
    font-size: 10px;
}


/* modules */

.x6-modules {
    padding-bottom: 10px;
}

.x6-module-card {
    margin: 12px 12px 0;
    overflow: hidden;
    border: 1px solid #29485c;
    border-radius: 9px;
    background: #0e1c26;
}

.x6-module-primary {
    border-color: #0b91c1;
    box-shadow: 0 5px 16px rgba(0,116,158,.17);
}

.x6-module-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 61px;
    padding: 10px 12px;
    border-bottom: 1px solid #29485c;
    background: linear-gradient(100deg,#19394c,#142e3e);
}

.x6-module-primary .x6-module-head {
    background: linear-gradient(100deg,#0879a5,#075879);
}

.x6-module-heading {
    display: flex;
    align-items: center;
}

.x6-letter {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    margin-right: 10px;
    border-radius: 6px;
    background: #071722;
    color: #55cdff;
    font-weight: 900;
}

.x6-module-primary .x6-letter {
    background: rgba(0,0,0,.24);
    color: #fff;
}

.x6-module-heading strong {
    display: block;
    color: #edf7fb;
    font-size: 13px;
}

.x6-module-heading div span {
    display: block;
    margin-top: 2px;
    color: #7293a6;
    font-size: 9px;
}

.x6-module-primary .x6-module-heading div span {
    color: #c1eaf8;
}

.x6-module-count {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-width: 29px;
    height: 29px;
    border-radius: 30px;
    background: #071722;
    color: #50d0ff;
    font-size: 11px;
    font-weight: 900;
}

.x6-node {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 11px;
    padding: 11px 12px;
    border-bottom: 1px solid #1e3747;
}

.x6-node:last-child {
    border-bottom: 0;
}

.x6-node:hover {
    background: rgba(38,89,117,.24);
}

.x6-node-info {
    min-width: 0;
}

.x6-node-info strong {
    display: block;
    color: #eff8fc;
    font-size: 12px;
}

.x6-node-info span {
    display: block;
    margin-top: 2px;
    color: #65869a;
    font-size: 9px;
}

.x6-hidden-modules {
    margin: 12px;
    padding: 8px;
    border-top: 1px solid #1f394a;
    color: #526f81;
    text-align: center;
    font-size: 9px;
}

.x6-no-active {
    padding: 24px;
    color: #66879a;
    text-align: center;
}


/* responsive */

@media (max-width: 1400px) {
    .x6-status {
        grid-template-columns: repeat(3,minmax(0,1fr));
    }
}

@media (max-width: 1000px) {
    .x6-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 650px) {
    .x6-status {
        grid-template-columns: repeat(2,minmax(0,1fr));
    }
}

@media (max-width: 450px) {
    .x6-status {
        grid-template-columns: 1fr;
    }
}

