

/* GLOBAL */
body {
    margin: 0 auto;
    padding: 0;
    background: #08090c; /* глубже и чище */
    font-family: 'Exo 2', sans-serif;
    color: #e7e7e7;
    max-width: 1380px;
}

.card-title {
    color: #e9c25a;
}
.bg-light {

    background-color: #495057 !important;
}

.btn-outline-dark {
    color: #fff !important;
    border: 1px solid #ffffff !important;
    background-color: #495057 !important;
}

.btn-outline-dark:hover {
    color: #fff !important;
    border: 1px solid #d4c087 !important;
    background-color: #cdbb83 !important;
}

.stats-bar {
    width: 100%;
    background: rgba(8, 8, 10, 0.95);
    border-bottom: 1px solid rgba(255,224,140,0.12);
    padding: 10px 0;
    box-shadow: 0 8px 20px rgba(0,0,0,0.55);
    backdrop-filter: blur(12px);
}

.stats-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 16px;
}

.stats-container .stat {
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  box-sizing: border-box;
  padding: 8px;
  font-size: 14px;
}



.stat-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 110px;

    background: rgba(255,224,140,0.04);
    padding: 10px 16px;
    border-radius: 14px;
    border: 1px solid rgba(255,224,140,0.08);

    box-shadow:
        inset 0 0 14px rgba(0,0,0,0.3),
        0 4px 16px rgba(0,0,0,0.3);

    transition: 0.25s;
}

.stat-item:hover {
    background: rgba(255,224,140,0.10);
    transform: translateY(-2px);
    box-shadow:
        inset 0 0 20px rgba(0,0,0,0.35),
        0 6px 22px rgba(255,224,140,0.25);
}

.stat-item i {
    font-size: 20px;
    color: #ffe8a3;
    margin-bottom: 4px;
}

.stat-item span {
    color: #d6c389;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .5px;
}

.stat-item b {
    color: #fff;
    font-size: 15px;
    margin-top: 3px;
}

/* ======================================================
   NAVIGATION (PREMIUM METAL)
====================================================== */
.navbar {
    background: rgba(8, 9, 12, 0.95) !important;
    border-bottom: 1px solid rgba(255, 214, 120, 0.07);
    backdrop-filter: blur(18px);
    box-shadow: 0 0 22px rgba(0,0,0,0.65);
}

.navbar-brand {
    color: #ffe4a1 !important;
    font-weight: 800;
    letter-spacing: 1.5px;
}

.logo {
    color: #ffeebd;
    text-shadow: 0 0 12px rgba(255,208,115,0.35);
}
.logo span {
    color: #fff;
}

/* TOP BUTTONS */
.btn_head {
    background: rgba(255,224,140,0.04);
    border: 1px solid rgba(255,224,140,0.12);
    padding: 8px 18px;
    border-radius: 12px;
    color: #f3f3f3;
    font-weight: 600;
    transition: 0.3s;
    margin: 2px;
}
.btn_head:hover {
    background: rgba(255,224,140,0.25);
    border-color: rgba(255,224,140,0.4);
    color: #ffeebd;
    box-shadow: 0 0 15px rgba(255,214,120,0.45);
}

.head-btn {
	background: #0e1235;
}
.head-btn a {
	margin: 1px 3px;
	border-radius: 2em;
}
.head-btn .btn:hover {
	color: #fff;
}

/* ======================================================
   STATUS PANEL
====================================================== */
.st-block {
    padding: 12px 20px;
    background: rgba(255,255,255,0.02) !important;
    border: 1px solid rgba(255,224,140,0.1);
    color: #eaeaea;
    border-radius: 14px;
    box-shadow: inset 0 0 18px rgba(0,0,0,0.3), 0 6px 16px rgba(0,0,0,0.45);
}

.st-block span {
    margin: 0 20px;
    color: #ffe8a6;
    font-size: 14px;
    font-weight: 700;
}

/* ======================================================
   PREMIUM CARDS (all panels)
====================================================== */
.card,
.card-new {
    background: rgba(14, 14, 16, 0.65);
    border: 1px solid rgba(255,224,140,0.08);
    border-radius: 10px;

    box-shadow:
        0 16px 40px rgba(0,0,0,0.55),
        inset 0 0 25px rgba(0,0,0,0.35);
   
}

table, tbody, tr, td {
    overflow: visible !important;
}

/* ======================================================
   CARD HEADERS
====================================================== */
.card-header {
    background: rgba(255,224,140,0.03);
    border-bottom: 1px solid rgba(255,224,140,0.12);
    color: #ffe7a8;
    font-weight: 800;
    font-size: 17px;
    padding: 12px;
    border-radius: 18px 18px 0 0 !important;
}

/* ======================================================
   TABLES — LUXURY DARK GRID
====================================================== */
.table {
    background: #495057;
    font-size: 14px;
    color: #f0f0f0;
}

.table th {
    color: #ffe5a5;
    font-weight: 700;
    border-color: rgba(255,224,140,0.12) !important;
}

.table td {
    border-color: rgba(255,224,140,0.07) !important;
}

/* мягкая золотистая полоска */
.table-striped tbody tr:nth-of-type(odd) {
    background: rgba(255,214,115,0.06);
}

/* ======================================================
   CENTRAL PROMO BLOCK
====================================================== */
.promo {
    background: rgba(22,22,26,0.65);
    border: 1px solid rgba(255,224,140,0.1);
    border-radius: 10px;
    padding: 28px;
    text-align: center;

    box-shadow:
        inset 0 0 35px rgba(0,0,0,0.4),
        0 20px 45px rgba(0,0,0,0.65);

    backdrop-filter: blur(22px);
}

.bg-logo {
    font-size: 150%;
    font-weight: 900;
    letter-spacing: 1px;
    color: #ffe7a8;
    text-shadow: 0 0 18px rgba(255,224,140,0.35);
}

/* ======================================================
   PROMO BUTTONS ULTRA PREMIUM
====================================================== */
.promo .btn {
    background: linear-gradient(135deg, #ffe4a1, #caa55a);
    border: none;
    padding: 12px 26px;
    color: #1b1b1b !important;
    font-weight: 900;
    border-radius: 14px;
    letter-spacing: .5px;

    box-shadow:
        0 4px 18px rgba(255,214,120,0.45),
        inset 0 0 10px rgba(255,214,120,0.35);

    transition: .25s;
}

.promo .btn:hover {
    transform: translateY(-3px);
    filter: brightness(1.15);
    box-shadow:
        0 8px 28px rgba(255,214,120,0.65),
        inset 0 0 16px rgba(255,214,120,0.55);
}

/* ======================================================
   FOOTER
====================================================== */
.bg-foot {
    background: rgba(12,12,16,0.85);
    border-top: 1px solid rgba(255,224,140,0.12);
    padding: 22px;
    text-align: center;
    color: #d0d0d0;
}

.menu {
	margin: 0 -10pt!important;
	margin-bottom: 0;
	margin-bottom: 5px!important;
	border-bottom: 4px #afafaf solid;
	overflow: hidden;
	background: #495057;
	border-radius: 3px;
}

.alert-warning {
    color: #000000;
    background-color: #dee2e6;
    border-color: #3e361f;
}

.border-warning {
    border-color: #827b66!important;

}

.menu .btn:hover {
	background: #83a5ca;
}
.menu i {
	color: #dee2e6!important;
	font-size: 130%;
}
.menu a {
	color: #fff!important;
	font-size: 110%;
}