.nav-inner,.nav-logo,.nav-status-badge {
    align-items: center;
    display: flex
}

.badge-dot,.pulse-dot {
    animation: 2s infinite pulse
}

.admin-table,.data-table {
    border-collapse: collapse
}

.admin-table th,.data-table th {
    text-align: left;
    text-transform: uppercase
}

.admin-table th,.badge,.data-table th {
    text-transform: uppercase
}

.back-link,.empty-state,.grid-loading,.hero,.load-more-wrap,.report-btn,.stat-block {
    text-align: center
}

.hero,.modal,.provider-desc,.site-card-wrap,.table-card {
    overflow: hidden
}

.btn,.btn-sm,.filter-btn,.modal-close,.problem-option,.report-btn,.site-card {
    cursor: pointer
}

:root {
    --bg: #0a0e14;
    --bg2: #111720;
    --bg3: #161d28;
    --bg4: #1c2535;
    --border: rgba(255,255,255,0.07);
    --border2: rgba(0,212,170,0.2);
    --cyan: #00d4aa;
    --cyan2: #00b894;
    --cyan-dim: rgba(0,212,170,0.12);
    --red: #ff4757;
    --red-dim: rgba(255,71,87,0.15);
    --yellow: #ffa502;
    --text: #e8edf5;
    --text2: #8a9ab5;
    --text3: #5a6a80;
    --radius: 12px
}

*,::after,::before {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

html {
    scroll-behavior: smooth
}

body {
    background: var(--bg);
    color: var(--text);
    font-family: 'Exo 2',sans-serif;
    min-height: 100vh;
    line-height: 1.6
}

.breadcrumb a:hover,.card-status-text.up,.footer-right a:hover,.hero-accent,.logo-2,.nav-links a:hover,.site-url-link:hover,.stat-val.good,a {
    color: var(--cyan)
}

a {
    text-decoration: none
}

a:hover {
    color: var(--cyan2)
}

canvas {
    display: block
}

.badge,.card-url,.metric,.mono,.site-url-link,.stat-val,.uptime-bar-labels,code {
    font-family: 'JetBrains Mono',monospace
}

.badge-cat,.btn,.btn-sm,.filter-btn,.lang-btn,.modal-body textarea,.report-btn {
    font-family: 'Exo 2',sans-serif
}

.navbar {
    position: sticky;
    top: 0;
    z-index: 100;
    background: rgba(10,14,20,.93);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--border)
}

.nav-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
    height: 56px;
    gap: 32px;
    justify-content: space-between
}

.nav-logo {
    gap: 5px
}

.logo-monitor,.nav-links a {
    font-size: 14px;
    font-weight: 500
}

.logo-sep {
    color: var(--text3);
    margin: 0 4px
}

.logo-monitor,.nav-links a,.nav-status-badge {
    color: var(--text2)
}

.nav-links {
    display: flex;
    gap: 24px;
    margin-left: auto
}

.nav-links a {
    transition: color .2s
}

.nav-status-badge {
    gap: 8px;
    background: var(--bg3);
    border: 1px solid var(--border);
    border-radius: 20px;
    padding: 4px 14px;
    font-size: 12px
}

.pulse-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--cyan);
    box-shadow: 0 0 0 0 rgba(0,212,170,.4)
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(0,212,170,.4)
    }

    70% {
        box-shadow: 0 0 0 6px rgba(0,212,170,0)
    }

    100% {
        box-shadow: 0 0 0 0 rgba(0,212,170,0)
    }
}

.hero {
    position: relative;
    padding: 80px 24px 60px
}

.hero-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: radial-gradient(ellipse 60% 50% at 50% -10%,rgba(0,212,170,.12) 0,transparent 70%),radial-gradient(ellipse 40% 30% at 80% 50%,rgba(0,150,200,.06) 0,transparent 60%)
}

.hero-content {
    position: relative;
    max-width: 700px;
    margin: 0 auto
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(0,212,170,.1);
    border: 1px solid var(--border2);
    border-radius: 20px;
    padding: 6px 16px;
    font-size: 13px;
    color: var(--cyan);
    margin-bottom: 24px
}

.btn,.hero-stats {
    justify-content: center
}

.badge-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--cyan)
}

.hero-title {
    font-size: clamp(34px,6vw,58px);
    font-weight: 800;
    line-height: 1.15;
    margin-bottom: 16px;
    letter-spacing: -.02em
}

.hero-sub {
    font-size: 16px;
    color: var(--text2);
    margin-bottom: 32px
}

.hero-stats {
    display: flex;
    gap: 12px;
    flex-wrap: wrap
}

.stat-pill {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 20px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    border: 1px solid var(--border);
    background: var(--bg3)
}

.stat-pill.stat-up {
    border-color: rgba(0,212,170,.3);
    background: rgba(0,212,170,.08)
}

.stat-pill.stat-down {
    border-color: rgba(255,71,87,.3);
    background: rgba(255,71,87,.08)
}

.stat-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%
}

.leg-dot.up,.stat-dot.up,.uptime-bar.up {
    background: var(--cyan)
}

.leg-dot.down,.stat-dot.down,.uptime-bar.down {
    background: var(--red)
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px
}

.sites-section {
    padding: 48px 0 80px
}

.section-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 28px;
    flex-wrap: wrap;
    gap: 16px
}

.section-header h2 {
    font-size: 22px;
    font-weight: 700
}

.filter-tabs {
    display: flex;
    gap: 6px;
    flex-wrap: wrap
}

.filter-btn {
    padding: 6px 14px;
    border-radius: 6px;
    border: 1px solid var(--border);
    background: var(--bg3);
    color: var(--text2);
    font-size: 13px;
    transition: .2s
}

.admin-card,.modal,.problem-option,.site-card,.stat-block,.table-card {
    border: 1px solid var(--border)
}

.filter-btn.active,.filter-btn:hover {
    background: var(--cyan-dim);
    border-color: var(--border2);
    color: var(--cyan)
}

.sites-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(280px,1fr));
    gap: 16px
}

.site-card {
    display: block;
    background: var(--bg2);
    border-radius: var(--radius);
    padding: 20px;
    color: var(--text);
    transition: .25s
}

.site-card:hover {
    border-color: var(--border2);
    background: var(--bg3);
    transform: translateY(-2px);
}

.card-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 8px
}

.card-footer,.card-title-row {
    align-items: center;
    display: flex
}

.card-title-row {
    gap: 10px
}

.status-indicator {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    flex-shrink: 0
}

.status-indicator.up {
    background: var(--cyan);
    box-shadow: 0 0 8px rgba(0,212,170,.6)
}

.status-indicator.down {
    background: var(--red);
    box-shadow: 0 0 8px rgba(255,71,87,.6)
}

.status-indicator.timeout {
    background: var(--yellow);
    box-shadow: 0 0 8px rgba(255,165,2,.6)
}

.site-status-big.unknown .status-core,.status-indicator.unknown {
    background: var(--text3)
}

.card-name {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.3
}

.card-category {
    font-size: 11px;
    color: var(--text3);
    background: var(--bg4);
    border-radius: 4px;
    padding: 2px 8px;
    white-space: nowrap
}

.card-url {
    font-size: 12px;
    color: var(--text3);
    margin-bottom: 12px
}

.mini-chart-wrap {
    margin-bottom: 12px;
    border-radius: 6px;
    overflow: hidden;
    background: var(--bg4)
}

.mini-chart {
    width: 100%;
    height: 36px
}

.card-footer {
    justify-content: space-between
}

.card-status-text {
    font-size: 12px;
    font-weight: 600
}

.card-status-text.down,.stat-val.bad {
    color: var(--red)
}

.card-status-text.timeout,.stat-val.warn {
    color: var(--yellow)
}

.card-status-text.unknown,.footer-right a,.metric,.site-url-link {
    color: var(--text3)
}

.card-metrics {
    display: flex;
    gap: 8px
}

.data-table th,.metric,.text-small {
    font-size: 11px
}

.site-hero {
    padding: 40px 0 32px;
    background: linear-gradient(180deg,rgba(0,212,170,.05) 0,transparent 100%);
    border-bottom: 1px solid var(--border)
}

.admin-card,.chart-card,.field select option,.stat-block,.table-card {
    background: var(--bg2)
}

.breadcrumb {
    margin-bottom: 20px
}

.breadcrumb a {
    color: var(--text2);
    font-size: 14px
}

.chart-header h3,.table-card h3 {
    font-size: 16px;
    font-weight: 600
}

.site-hero-content {
    margin-bottom: 32px
}

.site-title-row {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 12px
}

.chart-card,.table-card h3 {
    margin-bottom: 16px
}

.site-status-big {
    position: relative;
    width: 48px;
    height: 48px;
    flex-shrink: 0
}

.status-ring {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    border: 2px solid;
    animation: 2.5s infinite ringPulse
}

.status-core {
    position: absolute;
    inset: 10px;
    border-radius: 50%
}

.site-status-big.up .status-ring {
    border-color: var(--cyan)
}

.site-status-big.up .status-core {
    background: var(--cyan);
    box-shadow: 0 0 12px var(--cyan)
}

.site-status-big.down .status-ring {
    border-color: var(--red)
}

.site-status-big.down .status-core {
    background: var(--red);
    box-shadow: 0 0 12px var(--red)
}

.site-status-big.timeout .status-ring {
    border-color: var(--yellow)
}

.site-status-big.timeout .status-core,.uptime-bar.partial {
    background: var(--yellow)
}

.site-status-big.unknown .status-ring {
    border-color: var(--text3)
}

@keyframes ringPulse {
    0%,100% {
        transform: scale(1);
        opacity: .8
    }

    50% {
        transform: scale(1.15);
        opacity: .4
    }
}

.site-title-main {
    font-size: 32px;
    font-weight: 800
}

.modal-sub,.problem-option span,.site-url-link {
    font-size: 14px
}

.site-description {
    color: var(--text2);
    font-size: 15px
}

.stats-bar {
    display: flex;
    gap: 16px;
    flex-wrap: wrap
}

.stat-block {
    flex: 1;
    min-width: 100px;
    border-radius: var(--radius);
    padding: 16px 20px
}

.stat-val {
    font-size: 26px;
    font-weight: 800;
    line-height: 1.2
}

.stat-lbl {
    font-size: 12px;
    color: var(--text3);
    margin-top: 4px
}

.charts-section {
    padding: 32px 0
}

.chart-card {
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 24px
}

.admin-card-header,.chart-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px
}

.chart-legend {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    color: var(--text2)
}

.leg-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 2px
}

#responseChart,.btn-full {
    width: 100%
}

.uptime-bars {
    display: flex;
    gap: 3px;
    align-items: flex-end;
    height: 80px;
    padding: 0 4px
}

.uptime-bar-wrap {
    flex: 1;
    height: 100%;
    display: flex;
    align-items: flex-end;
    cursor: pointer
}

.uptime-bar {
    width: 100%;
    border-radius: 2px 2px 0 0;
    transition: opacity .2s;
    min-height: 4px
}

.btn,.btn-sm,.lang-btn {
    transition: .2s
}

.uptime-bar.nodata {
    background: var(--bg4);
    height: 100%!important
}

.uptime-bar-labels {
    display: flex;
    justify-content: space-between;
    font-size: 11px;
    color: var(--text3);
    margin-top: 6px;
    padding: 0 4px
}

.history-section {
    padding: 0 0 64px
}

.two-col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px
}

.footer-inner,.footer-left {
    align-items: center;
    gap: 12px
}

@media(max-width: 768px) {
    .two-col {
        grid-template-columns:1fr
    }
}

.table-card {
    border-radius: var(--radius);
    padding: 24px
}

.data-table {
    width: 100%;
    font-size: 13px
}

.data-table th {
    padding: 8px 10px;
    color: var(--text3);
    font-weight: 500;
    border-bottom: 1px solid var(--border);
    letter-spacing: .04em
}

.data-table td {
    padding: 8px 10px;
    border-bottom: 1px solid rgba(255,255,255,.03);
    color: var(--text2)
}

.admin-table tr:hover td,.data-table tr:hover td {
    background: rgba(255,255,255,.02)
}

.empty-state {
    padding: 40px;
    color: var(--text3)
}

.empty-icon {
    display: block;
    font-size: 32px;
    color: var(--cyan);
    margin-bottom: 8px
}

.badge {
    display: inline-block;
    padding: 2px 10px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 600
}

.badge-up {
    background: rgba(0,212,170,.15);
    color: var(--cyan)
}

.badge-down {
    background: var(--red-dim);
    color: var(--red)
}

.badge-timeout {
    background: rgba(255,165,2,.15);
    color: var(--yellow)
}

.badge-cat,.badge-unknown {
    background: var(--bg4);
    color: var(--text3)
}

.badge-cat {
    font-size: 11px;
    padding: 2px 8px;
    text-transform: none
}

.footer-desc,.footer-right {
    font-size: 13px;
    color: var(--text3)
}

.footer {
    border-top: 1px solid var(--border);
    padding: 24px 0
}

.footer-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.footer-left {
    display: flex
}

.footer-right {
    display: flex;
    align-items: center;
    gap: 20px
}

.admin-section {
    padding: 40px 0 80px
}

.admin-title {
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 32px
}

.admin-grid {
    display: grid;
    grid-template-columns: 340px 1fr;
    gap: 24px;
    align-items: start
}

@media(max-width: 900px) {
    .admin-grid {
        grid-template-columns:1fr
    }
}

.admin-card {
    border-radius: var(--radius);
    padding: 28px
}

.admin-card.wide {
    overflow-x: auto
}

.admin-card h3 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 20px
}

.admin-form {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.actions-cell,.field {
    display: flex;
    gap: 6px
}

.field {
    flex-direction: column
}

.field label {
    font-size: 13px;
    color: var(--text2);
    font-weight: 500
}

.field input,.field select,.field textarea {
    background: var(--bg3);
    border: 1px solid var(--border);
    border-radius: 8px;
    padding: 10px 14px;
    color: var(--text);
    font-size: 14px;
    font-family: 'Exo 2',sans-serif;
    outline: 0;
    transition: border-color .2s
}

.field input:focus,.field select:focus {
    border-color: var(--border2);
    box-shadow: 0 0 0 3px rgba(0,212,170,.08)
}

.admin-table {
    width: 100%;
    font-size: 13px;
    min-width: 700px
}

.admin-table th {
    padding: 10px 12px;
    color: var(--text3);
    font-weight: 500;
    border-bottom: 1px solid var(--border);
    font-size: 11px;
    letter-spacing: .05em
}

.admin-table td {
    padding: 10px 12px;
    border-bottom: 1px solid rgba(255,255,255,.03);
    vertical-align: middle
}

.admin-table tr.row-disabled td {
    opacity: .45
}

.actions-cell {
    align-items: center;
    white-space: nowrap
}

.btn,.login-wrap {
    align-items: center
}

.btn {
    display: inline-flex;
    padding: 10px 20px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    border: none
}

.btn-primary {
    background: var(--cyan);
    color: #0a0e14
}

.btn-primary:hover {
    background: var(--cyan2);
    transform: translateY(-1px)
}

.btn-outline {
    background: 0 0;
    color: var(--cyan);
    border: 1px solid var(--border2)
}

.btn-outline:hover {
    background: var(--cyan-dim)
}

.btn-sm {
    padding: 4px 10px;
    font-size: 12px;
    border-radius: 5px;
    background: var(--bg4);
    border: 1px solid var(--border);
    color: var(--text2)
}

.btn-sm:hover,.modal-close:hover {
    background: var(--bg3);
    color: var(--text)
}

.btn-sm-warn {
    color: var(--yellow)!important;
    border-color: rgba(255,165,2,.3)!important
}

.btn-sm-danger {
    color: var(--red)!important;
    border-color: rgba(255,71,87,.3)!important
}

.alert,.flash {
    padding: 12px 16px;
    border-radius: 8px;
    font-size: 14px;
    margin-bottom: 20px
}

.alert-error,.flash-error {
    background: var(--red-dim);
    border: 1px solid rgba(255,71,87,.3);
    color: var(--red)
}

.flash-success {
    background: rgba(0,212,170,.1);
    border: 1px solid var(--border2);
    color: var(--cyan)
}

.login-wrap {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    padding: 24px
}

.login-card {
    width: 100%;
    max-width: 400px;
    background: var(--bg2);
    border: 1px solid var(--border);
    border-radius: 16px;
    padding: 40px
}

.login-logo {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 28px;
    font-size: 22px;
    font-weight: 800;
    flex-wrap: wrap
}

.login-title {
    color: var(--text2);
    font-size: 15px;
    font-weight: 500;
    margin-left: 4px
}

.login-form {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 16px
}

.back-link {
    display: block;
    font-size: 13px;
    color: var(--text3);
    margin-top: 16px
}

.lang-btn,.report-btn {
    font-size: 12px
}

.lang-switcher {
    display: flex;
    align-items: center;
    gap: 2px;
    background: var(--bg3);
    border: 1px solid var(--border);
    border-radius: 8px;
    padding: 3px
}

.lang-btn {
    padding: 4px 10px;
    border-radius: 5px;
    font-weight: 700;
    color: var(--text3);
    letter-spacing: .04em
}

.lang-btn:hover {
    color: var(--text)
}

.lang-btn.active {
    background: var(--cyan);
    color: #0a0e14!important
}

@media(max-width: 600px) {
    .nav-links {
        display:none
    }

    .sites-grid {
        grid-template-columns: 1fr
    }

    .stats-bar {
        flex-direction: column
    }

    .section-header {
        flex-direction: column;
        align-items: flex-start
    }
}

.site-card-wrap {
    display: flex;
    flex-direction: column;
    gap: 0;
    border-radius: 12px;
    border: 1px solid var(--border);
    background: var(--bg2);
    transition: box-shadow .2s;
    height: 100%
}

#providersGrid,#sitesGrid {
    align-items: stretch
}

#providersGrid .site-card-wrap {
    height: 100%
}

#providersGrid .site-card {
    flex: 1;
    display: flex;
    flex-direction: column
}

#providersGrid .card-footer {
    margin-top: auto
}

.site-card-wrap:hover {
    box-shadow: 0 4px 24px rgba(0,212,170,.08);
    border-color: rgba(0,212,170,.2)
}

.site-card-wrap .site-card {
    border: none;
    border-radius: 0;
    background: 0 0
}

.report-btn {
    width: 150px;
    padding: 8px 14px;
    background: rgba(255,71,87,.06);
    border: none;
    color: #ff6b7a;
    font-weight: 600;
    transition: background .2s,color .2s;
    border-radius: 0 12px 0 0
}

.report-btn:hover {
    background: rgba(255,71,87,.14);
    color: #ff4757
}

.card-reports-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    background: rgba(255,71,87,.15);
    border: 1px solid rgba(255,71,87,.3);
    color: #ff6b7a;
    font-size: 11px;
    font-weight: 700;
    padding: 2px 8px;
    border-radius: 20px
}

.site-card {
    position: relative
}

.section-sub {
    color: var(--text3);
    font-size: 14px;
    margin-top: 4px
}

.providers-section {
    margin-top: 0;
    border-top: 1px solid var(--border);
    padding-top: 60px
}

.provider-desc {
    font-size: 13px;
    color: var(--text3);
    padding: 0 16px 12px;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    flex: 1
}

.load-more-wrap {
    padding: 32px 0 8px
}

.load-more-btn {
    min-width: 200px
}

.grid-loading {
    grid-column: 1/-1;
    padding: 60px
}

.spinner {
    display: inline-block;
    width: 28px;
    height: 28px;
    border: 3px solid var(--border);
    border-top-color: var(--cyan);
    border-radius: 50%;
    animation: .7s linear infinite spin
}

@keyframes spin {
    to {
        transform: rotate(360deg)
    }
}

.modal-overlay {
    position: fixed;
    inset: 0;
    z-index: 1000;
    background: rgba(0,0,0,.7);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    backdrop-filter: blur(4px)
}

.modal {
    background: var(--bg2);
    border-radius: 16px;
    width: 100%;
    max-width: 440px;
    animation: .2s modalIn
}

@keyframes modalIn {
    from {
        transform: scale(.95);
        opacity: 0
    }

    to {
        transform: scale(1);
        opacity: 1
    }
}

.modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 24px 16px;
    border-bottom: 1px solid var(--border)
}

.modal-header h3 {
    font-size: 16px;
    font-weight: 700;
    margin: 0
}

.modal-close {
    background: 0 0;
    border: none;
    color: var(--text3);
    font-size: 18px;
    padding: 4px 8px;
    line-height: 1;
    border-radius: 6px
}

.modal-body textarea,.problem-option {
    background: var(--bg3);
    transition: border-color .15s
}

.modal-body {
    padding: 20px 24px
}

.modal-sub {
    color: var(--cyan);
    font-weight: 600;
    margin: 0 0 16px
}

.problem-types {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 16px
}

.problem-option {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    border-radius: 8px
}

.problem-option:hover {
    border-color: rgba(0,212,170,.3)
}

.problem-option input {
    accent-color: var(--cyan);
    width: 16px;
    height: 16px
}

.modal-body textarea {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid var(--border);
    color: var(--text);
    font-size: 13px;
    border-radius: 8px;
    padding: 10px 12px;
    resize: vertical;
    outline: 0
}

.modal-body textarea:focus {
    border-color: rgba(0,212,170,.4)
}

.modal-footer {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
    padding: 16px 24px;
    border-top: 1px solid var(--border)
}

.report-success {
    margin-top: 12px;
    color: #00d4aa;
    font-size: 13px;
    font-weight: 600
}

.report-warning {
    margin-top: 6px;
    color: #ffa502;
    font-size: 13px;
    font-weight: 600
}

.report-error {
    margin-top: 12px;
    color: #ff4757;
    font-size: 13px
}

.nav-logo img {
    width: 50px
}
