﻿:root {
    --m-sub-primary: #e67e22;
    --m-sub-primary-dark: #b95600;
    --m-sub-bg: #0c0f13;
    --m-sub-surface: rgba(18, 22, 28, 0.9);
    --m-sub-surface-2: rgba(11, 14, 18, 0.92);
    --m-sub-border: rgba(230, 126, 34, 0.28);
    --m-sub-text: #f2f5f8;
    --m-sub-muted: #b2bac1;
}

* {
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    min-height: 100%;
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    background: transparent;
    color: var(--m-sub-text);
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

body {
    padding: 0;
}

.mobile-subpage {
    padding: 10px;
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    color: var(--m-sub-text);
}

.mobile-subpage--info,
.mobile-subpage--info .mobile-info-facelift,
.mobile-subpage--info .stats-grid,
.mobile-subpage--info .stat-card,
.mobile-subpage--info .stat-copy {
    width: 100%;
    max-width: 100%;
    min-width: 0;
}

.mobile-subpage-head {
    margin-bottom: 10px;
}

.mobile-subpage-kicker {
    display: inline-block;
    margin-bottom: 4px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    color: var(--m-sub-primary);
    text-transform: uppercase;
}

.mobile-subpage-head h2 {
    margin: 0;
    font-size: 20px;
    line-height: 1.2;
    color: #ffffff;
}

.mobile-subpage-head p {
    margin: 6px 0 0;
    font-size: 13px;
    line-height: 1.5;
    color: var(--m-sub-muted);
}

.mobile-card {
    border-radius: 14px;
    border: 1px solid var(--m-sub-border);
    background: linear-gradient(160deg, var(--m-sub-surface), var(--m-sub-surface-2));
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.25);
    padding: 10px;
}

.mobile-muted-note {
    margin-top: 8px;
    color: #aab2b9;
    font-size: 11px;
}

.mobile-info-facelift {
    --mi-primary: #e67e22;
    --mi-bg: #111418;
    --mi-surface: rgba(20, 23, 28, 0.88);
    --mi-border: rgba(230, 126, 34, 0.28);
    --mi-text: #ffffff;
    --mi-muted: #b8c0c7;
    min-height: 100%;
    padding: 0;
    color: var(--mi-text);
}

.mobile-info-facelift .stats-grid {
    display: grid;
    gap: 10px;
}

.mobile-info-facelift .stat-card {
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 12px;
    border: 1px solid var(--mi-border);
    background: linear-gradient(155deg, var(--mi-surface), rgba(14, 16, 20, 0.8));
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.22);
    padding: 10px 12px;
}

.mobile-info-facelift .stat-icon {
    width: 34px;
    height: 34px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(230, 126, 34, 0.18);
    color: var(--mi-primary);
    font-size: 14px;
    flex-shrink: 0;
}

.mobile-info-facelift .stat-copy {
    min-width: 0;
}

.mobile-info-facelift .stat-label {
    color: var(--mi-muted);
    font-size: 12px;
    margin-bottom: 2px;
}

.mobile-info-facelift .stat-value {
    color: var(--mi-text);
    font-size: 14px;
    font-weight: 700;
    line-height: 1.35;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mobile-info-facelift .stat-value.loading {
    color: #c8d0d6;
    font-weight: 600;
}

.mobile-info-facelift .info-foot {
    margin-top: 10px;
    color: #aeb6bd;
    font-size: 11px;
    letter-spacing: 0.03em;
}

.mobile-subpage--schedule .schedule-tab .nav-tabs {
    margin: 0;
    border: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
}

.mobile-subpage--schedule .schedule-tab .nav-item {
    margin: 0;
}

.mobile-subpage--schedule .schedule-tab .nav-link {
    border: 1px solid rgba(230, 126, 34, 0.24);
    border-radius: 10px;
    background: rgba(18, 21, 27, 0.8);
    color: #d2dae1;
    font-size: 12px;
    line-height: 1.3;
    text-align: center;
    padding: 9px 8px;
    transition: color 220ms ease, border-color 220ms ease, background-color 220ms ease;
}

.mobile-subpage--schedule .schedule-tab .nav-link span {
    display: block;
    margin-top: 2px;
    font-size: 11px;
    color: #9ea6ae;
}

.mobile-subpage--schedule .schedule-tab .nav-link.active,
.mobile-subpage--schedule .schedule-tab .nav-link:hover {
    color: #fff;
    border-color: var(--m-sub-primary);
    background: linear-gradient(120deg, rgba(230, 126, 34, 0.24), rgba(185, 86, 0, 0.24));
}

.mobile-subpage--schedule .tab-content {
    margin-top: 10px;
}

.mobile-subpage--schedule .single-schedule-area {
    border-radius: 12px;
    border: 1px solid rgba(230, 126, 34, 0.24);
    background: linear-gradient(165deg, rgba(19, 23, 29, 0.94), rgba(12, 15, 20, 0.86));
    box-shadow: 0 10px 18px rgba(0, 0, 0, 0.24);
    padding: 10px;
    margin-bottom: 8px;
}

.mobile-subpage--schedule .single-schedule-area .single-schedule-tumb-info {
    gap: 10px;
}

.mobile-subpage--schedule .single-schedule-area .single-schedule-tumb {
    margin-right: 0;
}

.mobile-subpage--schedule .single-schedule-area .single-schedule-tumb img {
    width: 62px;
    height: 62px;
    object-fit: cover;
    border-radius: 10px;
    border: 1px solid rgba(230, 126, 34, 0.36);
}

.mobile-subpage--schedule .single-schedule-area .single-schedule-info h6 {
    margin-bottom: 4px;
    color: #ffffff;
    font-size: 15px;
    line-height: 1.35;
}

.mobile-subpage--schedule .single-schedule-area .single-schedule-info p,
.mobile-subpage--schedule .single-schedule-area .single-schedule-info p span {
    color: #c0c9d0;
    font-size: 12px;
}

.mobile-subpage--schedule .single-schedule-area .schedule-time-place {
    margin-top: 6px;
}

.mobile-subpage--schedule .single-schedule-area .schedule-time-place p {
    margin: 0 0 4px;
    font-size: 12px;
    color: #d8e0e6;
}

.mobile-subpage--schedule .single-schedule-area .schedule-time-place p:last-child {
    margin-bottom: 0;
}

.mobile-subpage--schedule .single-schedule-area .schedule-time-place p i {
    color: var(--m-sub-primary);
    margin-right: 5px;
}

.mobile-subpage--schedule .schedule-empty {
    color: #d6dde4;
    font-size: 13px;
    text-align: center;
    margin: 2px 0;
}

.mobile-subpage--wish .mobile-wish-form {
    display: grid;
    gap: 10px;
}

.mobile-subpage--wish .input-group {
    margin-bottom: 0 !important;
    display: flex;
    align-items: stretch;
}

.mobile-subpage--wish .input-group-prepend,
.mobile-subpage--wish .input-group-text,
.mobile-subpage--wish label.input-group-text {
    background: rgba(230, 126, 34, 0.18);
    border: 1px solid rgba(230, 126, 34, 0.32);
    color: #ffe7d4;
    min-width: 92px;
}

.mobile-subpage--wish .form-control,
.mobile-subpage--wish .custom-select,
.mobile-subpage--wish textarea {
    background: rgba(14, 17, 22, 0.88);
    color: #ffffff;
    border: 1px solid rgba(230, 126, 34, 0.24);
    border-left: 0;
    font-size: 13px;
}

.mobile-subpage--wish .custom-select,
.mobile-subpage--wish select {
    border-left: 0;
}

.mobile-subpage--wish .form-control:focus,
.mobile-subpage--wish .custom-select:focus,
.mobile-subpage--wish textarea:focus {
    border-color: rgba(230, 126, 34, 0.62);
    box-shadow: none;
    outline: none;
}

.mobile-subpage--wish textarea.form-control {
    border-left: 0;
    min-height: 96px;
    resize: vertical;
}

.mobile-subpage--wish .mobile-submit-btn {
    width: 100%;
    border: 1px solid rgba(230, 126, 34, 0.8);
    border-radius: 11px;
    background: linear-gradient(120deg, #e67e22, #c76a16);
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    padding: 11px 12px;
    cursor: pointer;
    transition: transform 200ms ease, box-shadow 200ms ease;
}

.mobile-subpage--wish .mobile-submit-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 20px rgba(230, 126, 34, 0.22);
}

.mobile-subpage--wish .alert {
    border-radius: 11px;
    border: 1px solid rgba(230, 126, 34, 0.32);
    color: #ffe6d2;
    background: rgba(180, 62, 26, 0.24);
    margin-bottom: 0;
}

.mobile-subpage--track #tracklist {
    min-height: 160px;
}

.mobile-subpage--track .tracklist-loading {
    border-radius: 12px;
    border: 1px dashed rgba(230, 126, 34, 0.38);
    background: rgba(230, 126, 34, 0.08);
    color: #d8e0e6;
    text-align: center;
    font-size: 13px;
    padding: 12px 10px;
}

.mobile-subpage--track #tracklist,
.mobile-subpage--track #tracklist * {
    color: #e8edf1;
}

.mobile-subpage--track #tracklist .tracklist_box {
    border-radius: 11px;
    border: 1px solid rgba(230, 126, 34, 0.24);
    background: rgba(14, 17, 22, 0.86);
    padding: 9px;
    margin-bottom: 8px;
}

.mobile-subpage--track #tracklist table {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
}

.mobile-subpage--track #tracklist td,
.mobile-subpage--track #tracklist th {
    border-bottom: 1px solid rgba(230, 126, 34, 0.16);
    padding: 8px 6px;
    vertical-align: middle;
}

.mobile-subpage--track #tracklist tr:last-child td {
    border-bottom: 0;
}

.mobile-subpage--track #tracklist img {
    max-width: 42px;
    max-height: 42px;
    border-radius: 7px;
    border: 1px solid rgba(230, 126, 34, 0.34);
    object-fit: cover;
}

@media only screen and (max-width: 380px) {
    .mobile-subpage {
        padding: 8px;
    }

    .mobile-subpage--schedule .schedule-tab .nav-tabs {
        grid-template-columns: 1fr;
    }

    .mobile-subpage--schedule .single-schedule-area .single-schedule-tumb img {
        width: 54px;
        height: 54px;
    }
}
