    body { font-family: 'Inter', sans-serif; background-color: #f1f5f9; color: #1e293b; margin: 0; display: flex; flex-direction: column; min-height: 100vh; }
    
    /* Убрал lowercase и ::first-letter — теперь текст будет как в HTML */
    h1, .value, .breadcrumb a, .breadcrumb span, .tab-btn, #countdown, #prev-bus-diff { display: inline-block; }
    
    .city-name-fix { text-transform: none !important; display: inline !important; }
    
    /* Оставил uppercase только для мелких служебных меток, где это обычно уместно по дизайну */
    .label { font-size: 10px; font-weight: 800; text-transform: uppercase; color: #94a3b8; letter-spacing: 0.5px; margin-bottom: 2px; }
    
    .admin-header { background-color: #26334f; min-height: 70px; display: flex; align-items: center; padding: 0 20px; flex-shrink: 0; position: relative; }
    .nav-menu { display: flex; gap: 20px; margin-left: 40px; }
    
    /* Убрал uppercase из навигации */
    .nav-link { color: #94a3b8; font-size: 13px; font-weight: 700; text-transform: none; text-decoration: none; transition: color 0.2s; display: flex; align-items: center; gap: 8px; }
    .nav-link:hover, .nav-link.active { color: #fff; }

    /* HERO & STATS */
    .hero-section { background: #fff; border: 1px solid #e2e8f0; padding: 60px; position: relative; }
    .stat-card { background: #26334f; padding: 25px; color: #fff; border-left: 4px solid #f9bc15; }
    .stat-val { font-size: 32px; font-weight: 900; font-style: italic; line-height: 1; color: #fff; }
    
    /* Убрал принудительный регистр для подписей стат-карт */
    .stat-label { font-size: 9px; text-transform: none; color: #6c757d; font-weight: 800; letter-spacing: 1.5px; margin-top: 8px; }

    /* CITY GRID */
    .city-card { background: #ffffff; display: flex; align-items: center; justify-content: space-between; cursor: pointer; transition: all 0.1s; height: 60px; border: 1px solid #e2e8f0; text-decoration: none; }
    .city-card:hover { border-color: #26334f; transform: translateY(-2px); box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1); }
    .icon-box { width: 60px; height: 60px; background-color: #26334f; display: flex; align-items: center; justify-content: center; color: #f9bc15; flex-shrink: 0; }
    
    /* Убрал uppercase для названий городов */
    .city-name { font-weight: 800; font-size: 13px; text-transform: none; color: #26334f; padding-left: 20px; flex-grow: 1; }
    .status-dot { width: 8px; height: 8px; background: #22c55e; margin-right: 20px; }

    /* SEARCH */
    .search-bar { background: #fff; border: 1px solid #e2e8f0; display: flex; align-items: center; height: 60px; margin-bottom: 30px; }
    
    /* Убрал uppercase для плейсхолдера и ввода */
    .search-input { flex: 1; height: 100%; padding: 0 20px; font-size: 11px; font-weight: 800; text-transform: none; outline: none; letter-spacing: 1px; }
    
    .info-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 12px; margin-bottom: 24px; }
    .info-card { background: #fff; padding: 16px; border-radius: 16px; border: 1px solid #e2e8f0; display: flex; align-items: center; gap: 12px; }
    .info-icon { width: 44px; height: 44px; display: flex; align-items: center; justify-content: center; border-radius: 12px; flex-shrink: 0; }
    .value { font-size: 14px; font-weight: 700; color: #1e293b; line-height: 1.2; }
    
    .progress-container { background: #fff; border-radius: 12px; padding: 16px; margin-bottom: 24px; border: 1px solid #e2e8f0; }
    .progress-track { height: 8px; background: #e2e8f0; border-radius: 20px; overflow: hidden; }
    .progress-fill { height: 100%; width: 0%; background: linear-gradient(90deg, #22c55e, #4ade80); transition: width 0.5s ease-out; }   
    
    
    .tabs-nav { background: #e2e8f0; padding: 4px; border-radius: 12px; display: flex; gap: 4px; margin-bottom: 20px; }
    .tab-btn { flex: 1; padding: 10px; font-size: 12px; font-weight: 700; color: #64748b; border-radius: 8px; cursor: pointer; text-align: center; }
    .tab-btn.active { background: #fff; color: #1e293b; box-shadow: 0 2px 4px rgba(0,0,0,0.05); }
    
    #clock { font-size: 18px; font-weight: 800; color: #fff; line-height: 1; font-variant-numeric: tabular-nums; }
    footer { background: #26334f; padding: 20px; color: #94a3b8; font-size: 11px; margin-top: auto; }
    .breadcrumb { font-size: 11px; font-weight: 600; color: #64748b; margin-bottom: 12px; display: flex; flex-wrap: wrap; align-items: center; gap: 4px; }
    
    /* Route Badge */
    .route-badge-new { 
        background: #f9bc15; color: #26334f; font-weight: 900; font-style: italic; 
        padding: 20px 40px; font-size: 48px; line-height: 1; border-right: 12px solid #26334f; 
    }

    /* Stop Cards */
    .stop-card { 
        background: #ffffff; display: flex; align-items: center; height: 35px; 
        border: 1px solid #e2e8f0; margin-bottom: 4px; text-decoration: none; 
        transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    }
    .stop-card:hover { border-color: #f9bc15; transform: translateX(5px); box-shadow: 10px 0 0 -5px #f9bc15; }
    
    .icon-box { 
        width: 50px; height: 100%; background-color: #f1f5f9; display: flex; 
        align-items: center; justify-content: center; color: #26334f; 
        font-weight: 900; border-right: 1px solid #e2e8f0; transition: 0.2s;
    }
    .stop-card:hover .icon-box { background: #26334f; color: #f9bc15; }

    .stop-name { font-weight: 800; font-size: 13px; text-transform: none; color: #26334f; padding: 0 20px; flex-grow: 1; letter-spacing: -0.2px; }
	
	.error-code { 
            font-size: clamp(8rem, 20vw, 12rem); 
            line-height: 1; 
            background: linear-gradient(180deg, #26334f 0%, #1e293b 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            font-weight: 900;
            letter-spacing: -0.05em;
        }
        .yellow-glow {
            box-shadow: 0 0 50px -10px rgba(249, 188, 21, 0.3);
        }
    
    /* Убрал uppercase для направления */
    .direction-label { font-size: 12px; font-weight: 900; text-transform: none; color: #26334f; letter-spacing: 1px; margin-bottom: 20px; display: flex; align-items: center; gap: 10px; }


.time-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(80px, 1fr)); gap: 8px; }
    .time-item { background: #fff; border: 1px solid #e2e8f0; padding: 10px 0; text-align: center; font-size: 14px; font-weight: 700; color: #475569; border-radius: 10px; position: relative; }
    .next-bus { background: #22c55e !important; color: #fff !important; border-color: #16a34a !important; overflow: hidden; }
    .status-tag { position: absolute; top: 0; left: 0; right: 0; background: #000; color: #fff; font-size: 7px; text-transform: uppercase; font-weight: 900; padding: 1px 0; }
	

    /* Стиль цифр времени */
    .time-main {
        font-weight: 900;
        font-size: 14px;
        line-height: 1.5; /* Убирает пустоту сверху и снизу цифр */
        margin: 0 !important;
    }

    .time-note { 
        display: block !important;
        font-size: 8px; 
        text-transform: normal-case; 
        font-weight: 800; 
        margin-top: 1px !important; /* Если всё еще далеко, поставь 0 или -1px */
        color: #3b82f6; 
        opacity: 0.9; 
        line-height: 1 !important;
        padding: 0 !important;
    }

    .next-bus .time-note { 
        color: #fff !important; 
        opacity: 1; 
		margin-bottom:1px !important; /* Отступ между надписью и временем */

    }

	
	#mobile-nav { display: none; position: absolute; top: 70px; left: 0; width: 100%; background: #26334f; z-index: 100; flex-direction: column; padding: 10px 0; border-top: 1px solid rgba(255,255,255,0.1); box-shadow: 0 10px 15px -3px rgba(0,0,0,0.4); }
    #mobile-nav.active { display: flex; }
    #mobile-nav .nav-link { padding: 15px 25px; border-bottom: 1px solid rgba(255,255,255,0.05); width: 100%; margin-left: 0; text-transform: none; }
