body.tc-search-home {
    background: #07131d;
    color: #172033;
    min-width: 0 !important;
    overflow-x: hidden;
}

body.tc-search-home,
.tc-search-home #hd,
.tc-search-home #wrapper,
.tc-search-home #container_wr,
.tc-search-home #container,
.tc-search-home #ft {
    min-width: 0 !important;
}

.tc-search-home #hd,
.tc-search-home #aside,
.tc-search-home #ft,
.tc-search-home .lt_wr,
.tc-search-home .latest_wr,
.tc-search-home .latest_top_wr {
    display: none !important;
}

.tc-search-home #wrapper,
.tc-search-home #container_wr,
.tc-search-home #container {
    float: none;
    width: 100% !important;
    min-width: 0;
    max-width: none;
    min-height: 0;
    height: auto;
    margin: 0;
    padding: 0;
    background: #07131d;
}

.tc-search-home a {
    color: inherit;
}

.tc-page {
    width: 100%;
    min-width: 0;
    min-height: 100vh;
    background: #eef3f6;
    overflow-x: hidden;
}

.tc-page,
.tc-page * {
    box-sizing: border-box;
}

.tc-topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    height: 88px;
    padding: 0 max(24px, calc((100vw - 1160px) / 2));
    background:
        linear-gradient(180deg, rgba(9, 23, 38, 0.98) 0%, rgba(3, 9, 18, 0.98) 100%),
        #050b14;
    color: #e9f6f6;
    border-bottom: 1px solid rgba(94, 234, 212, 0.2);
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.26);
}

.tc-brand {
    display: inline-flex;
    align-items: center;
    width: 276px;
    height: 68px;
    padding: 4px 10px 4px 0;
    border-radius: 8px;
    text-decoration: none;
}

.tc-brand img {
    display: block;
    width: 100%;
    height: auto;
}

.tc-brand-mark {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 8px;
    background: linear-gradient(135deg, #00a99d, #f59e0b);
    color: #fff;
    font-size: 18px;
}

.tc-brand-text {
    font-size: 23px;
    letter-spacing: 0;
}

.tc-nav,
.tc-account {
    display: flex;
    align-items: center;
    gap: 6px;
}

.tc-nav a,
.tc-account a {
    display: inline-flex;
    align-items: center;
    height: 40px;
    padding: 0 13px;
    border: 1px solid transparent;
    border-radius: 6px;
    color: #c9d6df;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}

.tc-nav a.is-active,
.tc-nav a:hover,
.tc-account a:hover {
    border-color: rgba(94, 234, 212, 0.2);
    background: rgba(20, 184, 166, 0.13);
    color: #ffffff;
}

.tc-account .tc-join,
.tc-account .tc-admin-link {
    border-color: rgba(245, 158, 11, 0.44);
    background: linear-gradient(180deg, #f7b43c 0%, #f59e0b 100%);
    color: #111827;
    font-weight: 700;
    box-shadow: 0 10px 24px rgba(245, 158, 11, 0.18);
}

.tc-hero {
    position: relative;
    overflow: hidden;
    min-height: 560px;
    padding: 78px 24px 86px;
    background: #07131d url("../img/hero-police-bg.png") center/cover no-repeat;
    isolation: isolate;
}

.tc-hero::before,
.tc-hero::after {
    content: none;
}

.tc-hero-shade {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background:
        linear-gradient(180deg, rgba(7, 19, 29, 0.18) 0%, rgba(7, 19, 29, 0.64) 74%, #07131d 100%),
        linear-gradient(90deg, rgba(7, 19, 29, 0.78) 0%, rgba(7, 19, 29, 0.28) 50%, rgba(7, 19, 29, 0.78) 100%);
}

.tc-hero-shade::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(110deg, transparent 0 42%, rgba(255, 255, 255, 0.07) 49%, transparent 58% 100%);
    transform: translateX(-55%);
    animation: tcHeroSweep 9s ease-in-out infinite;
}

.tc-hero-inner {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

/* 상단 신뢰 라인 — 알약칩 대신 아이콘+텍스트를 가는 구분선으로 나눈 한 줄.
   고정 height 없이 자연스러운 라인박스라 세로 정렬이 깨지지 않는다. */
.tc-trust {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 0 0 24px;
    padding: 0;
    list-style: none;
}

.tc-trust li {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 4px 18px;
    color: #d4ece8;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
}

.tc-trust li + li {
    border-left: 1px solid rgba(255, 255, 255, 0.18);
}

.tc-trust li i {
    color: #5eead4;
    font-size: 14px;
    line-height: 1;
}

.tc-kicker {
    margin: 0 0 14px;
    color: #5eead4;
    font-size: 15px;
    font-weight: 800;
}

.tc-hero h1 {
    margin: 0;
    color: #ffffff;
    font-size: 62px;
    line-height: 1.08;
    letter-spacing: 0;
    text-shadow: 0 16px 44px rgba(0, 0, 0, 0.45);
}

.tc-lead {
    max-width: 680px;
    margin: 20px auto 34px;
    color: #d3e0e7;
    font-size: 18px;
    line-height: 1.75;
}

.tc-search {
    position: relative;
    z-index: 3;
    display: flex;
    align-items: center;
    gap: 7px;
    width: 100%;
    max-width: 760px;
    min-height: 66px;
    margin: 0 auto;
    padding: 7px;
    border: 1px solid rgba(255, 255, 255, 0.26);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.34);
    transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.tc-search:focus-within {
    border-color: rgba(94, 234, 212, 0.72);
    transform: translateY(-2px);
    box-shadow: 0 30px 82px rgba(0, 0, 0, 0.4), 0 0 0 4px rgba(94, 234, 212, 0.13);
}

.tc-search input {
    flex: 1 1 auto;
    display: block;
    width: 100%;
    min-width: 0;
    height: 52px;
    padding: 0 18px;
    border: 0;
    background: transparent;
    color: #10202d;
    font-size: 17px;
    outline: 0;
}

.tc-search button {
    flex: 0 0 124px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    height: 52px;
    border: 0;
    border-radius: 6px;
    background: #0f766e;
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    cursor: pointer;
    transition: background-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
    white-space: nowrap;
}

.tc-search button:hover {
    background: #0b5f59;
    transform: translateY(-1px);
    box-shadow: 0 10px 20px rgba(15, 118, 110, 0.22);
}

/* 검색 예시 — "검색 예시" 라벨 + 클릭하면 입력창에 채워지는 예시 버튼들.
   padding 기반이라 텍스트가 항상 수직 가운데에 온다. */
.tc-examples {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 8px 10px;
    margin-top: 20px;
}

.tc-examples-label {
    display: inline-flex;
    align-items: center;
    color: #9fc7c2;
    font-size: 12.5px;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.tc-examples-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.tc-example {
    display: inline-flex;
    align-items: center;
    margin: 0;
    padding: 7px 14px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.06);
    color: #eafdfa;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13.5px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: 0.04em;
    cursor: pointer;
    transition: border-color 160ms ease, background-color 160ms ease, transform 160ms ease;
}

.tc-example:hover {
    border-color: rgba(94, 234, 212, 0.6);
    background: rgba(20, 184, 166, 0.18);
    transform: translateY(-1px);
}

.tc-quick,
.tc-recent,
.tc-stats,
.tc-renewal,
.tc-footer {
    max-width: 1120px;
    margin-right: auto;
    margin-left: auto;
}

.tc-quick {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
    margin-top: -52px;
    padding: 0 24px 34px;
    position: relative;
    z-index: 2;
}

.tc-quick-item {
    display: grid;
    gap: 8px;
    min-width: 0;
    min-height: 136px;
    padding: 22px;
    border: 1px solid #dce5ea;
    border-radius: 8px;
    background: #fff;
    text-decoration: none;
    box-shadow: 0 18px 40px rgba(10, 27, 40, 0.12);
    transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.tc-quick-item:hover {
    border-color: #14b8a6;
    transform: translateY(-5px);
    box-shadow: 0 26px 54px rgba(10, 27, 40, 0.16);
}

.tc-quick-item i {
    color: #0f766e;
    font-size: 26px;
    transition: transform 220ms ease, color 220ms ease;
}

.tc-quick-item:hover i {
    color: #f59e0b;
    transform: translateY(-2px) scale(1.08);
}

.tc-quick-item strong {
    color: #10202d;
    font-size: 18px;
}

.tc-quick-item span {
    color: #637282;
    font-size: 14px;
    line-height: 1.5;
}

.tc-recent {
    display: grid;
    grid-template-columns: minmax(0, 300px) minmax(0, 1fr);
    gap: 22px;
    align-items: stretch;
    margin-bottom: 34px;
    padding: 28px 24px;
    border: 1px solid #172637;
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(12, 27, 41, 0.98), rgba(7, 19, 29, 0.98) 62%, rgba(15, 118, 110, 0.82)),
        #07131d;
    box-shadow: 0 20px 48px rgba(10, 27, 40, 0.16);
}

.tc-recent-head {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
    padding: 8px 6px 8px 2px;
}

.tc-recent-head .tc-section-label {
    width: fit-content;
    background: rgba(94, 234, 212, 0.13);
    color: #5eead4;
}

.tc-recent-head .tc-section-label i {
    color: #22c55e;
    font-size: 8px;
    animation: tcLivePulse 1.35s ease-in-out infinite;
}

.tc-recent-head h2 {
    margin: 0 0 12px;
    color: #ffffff;
    font-size: 26px;
    line-height: 1.32;
    letter-spacing: 0;
}

.tc-recent-head p {
    margin: 0;
    color: #c9d6df;
    font-size: 15px;
    line-height: 1.7;
}

.tc-recent-board {
    position: relative;
    overflow: hidden;
    height: 334px;
    padding: 14px;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 8px;
    background: rgba(2, 8, 15, 0.46);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.tc-recent-board::before,
.tc-recent-board::after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    z-index: 2;
    height: 52px;
    pointer-events: none;
}

.tc-recent-board::before {
    top: 0;
    background: linear-gradient(180deg, rgba(4, 13, 22, 0.98), rgba(4, 13, 22, 0));
}

.tc-recent-board::after {
    bottom: 0;
    background: linear-gradient(0deg, rgba(4, 13, 22, 0.98), rgba(4, 13, 22, 0));
}

/* 무한 롤링은 mtpolis JS(search_home.php)가 transform 으로 직접 제어한다.
   목록은 2벌 출력되며 한 벌 높이만큼 순환시켜 끊김이 없다. */
.tc-recent-track {
    display: flex;
    flex-direction: column;
    padding: 0;
    will-change: transform;
}

.tc-recent-item {
    display: grid;
    grid-template-columns: 92px minmax(0, 1fr) 52px;
    gap: 12px;
    align-items: center;
    flex: 0 0 auto;
    height: 54px;
    margin-bottom: 8px;
    padding: 0 16px;
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.06);
    color: #d3e0e7;
    text-decoration: none;
    transition: border-color 180ms ease, background-color 180ms ease, transform 180ms ease;
    animation: tcRecentItemBreathe 2.8s ease-in-out infinite;
    animation-delay: calc(var(--tc-recent-order, 0) * 120ms);
}

.tc-recent-item:hover {
    border-color: rgba(94, 234, 212, 0.42);
    background: rgba(20, 184, 166, 0.12);
    transform: translateX(3px);
}

.tc-recent-item time {
    color: #7dd3fc;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 800;
    white-space: nowrap;
}

.tc-recent-item strong {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 26px;
    border-radius: 999px;
    background: rgba(245, 158, 11, 0.16);
    color: #fbbf24;
    font-size: 12px;
    font-weight: 800;
    white-space: nowrap;
}

.tc-recent-item span {
    min-width: 0;
    overflow: hidden;
    color: #eef6f7;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.45;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tc-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
    overflow: hidden;
    border: 1px solid #172637;
    border-radius: 8px;
    background: #172637;
}

.tc-stat {
    padding: 30px 18px;
    background: #0c1b29;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.tc-stat::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, transparent 0 34%, rgba(94, 234, 212, 0.08) 48%, transparent 64% 100%);
    transform: translateX(-100%);
    animation: tcStatSweep 5.6s ease-in-out infinite;
}

.tc-stat > * {
    position: relative;
    z-index: 1;
}

.tc-stat h2 {
    margin: 0 0 12px;
    color: #7dd3fc;
    font-size: 14px;
    font-weight: 700;
}

.tc-stat p {
    margin: 0;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 30px;
    font-weight: 800;
    line-height: 1.1;
}

.tc-renewal {
    display: grid;
    grid-template-columns: 1fr 360px;
    gap: 28px;
    margin-top: 34px;
    padding: 34px 24px 48px;
    color: #172033;
}

.tc-renewal > * {
    min-width: 0;
}

.tc-section-label {
    display: inline-flex;
    align-items: center;
    height: 28px;
    margin-bottom: 12px;
    padding: 0 10px;
    border-radius: 999px;
    background: #fff3d8;
    color: #9a5a00;
    font-size: 12px;
    font-weight: 800;
}

.tc-renewal h2 {
    max-width: 660px;
    margin: 0 0 12px;
    font-size: 28px;
    line-height: 1.35;
    letter-spacing: 0;
}

.tc-renewal p {
    max-width: 720px;
    margin: 0;
    color: #637282;
    font-size: 16px;
    line-height: 1.75;
}

.tc-renewal ul {
    margin: 0;
    padding: 22px;
    border: 1px solid #dce5ea;
    border-radius: 8px;
    background: #fff;
    list-style: none;
    box-shadow: 0 14px 34px rgba(10, 27, 40, 0.08);
    transition: transform 220ms ease, box-shadow 220ms ease;
}

.tc-renewal ul:hover {
    transform: translateY(-3px);
    box-shadow: 0 22px 44px rgba(10, 27, 40, 0.12);
}

.tc-renewal li {
    display: flex;
    gap: 10px;
    align-items: center;
    min-height: 34px;
    color: #334155;
    font-size: 14px;
}

.tc-renewal li i {
    color: #0f766e;
}

/* 이용 방법 3단계 소개 섹션 */
.tc-guide {
    max-width: 1120px;
    margin: 0 auto;
    padding: 6px 24px 70px;
}

.tc-guide-head {
    max-width: 680px;
    margin: 0 auto 30px;
    text-align: center;
}

.tc-guide-head h2 {
    margin: 10px 0 12px;
    color: #10202d;
    font-size: 28px;
    line-height: 1.3;
    letter-spacing: 0;
}

.tc-guide-head p {
    margin: 0;
    color: #637282;
    font-size: 16px;
    line-height: 1.75;
}

.tc-guide-steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.tc-guide-step {
    position: relative;
    display: grid;
    gap: 8px;
    padding: 26px 22px;
    border: 1px solid #dce5ea;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 14px 34px rgba(10, 27, 40, 0.08);
    transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.tc-guide-step:hover {
    transform: translateY(-4px);
    border-color: #14b8a6;
    box-shadow: 0 24px 50px rgba(10, 27, 40, 0.14);
}

.tc-guide-num {
    position: absolute;
    top: 16px;
    right: 20px;
    color: #e5edf1;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 32px;
    font-weight: 800;
    line-height: 1;
}

.tc-guide-step > i {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    border-radius: 12px;
    background: rgba(15, 118, 110, 0.1);
    color: #0f766e;
    font-size: 22px;
}

.tc-guide-step strong {
    color: #10202d;
    font-size: 18px;
}

.tc-guide-step > span {
    color: #637282;
    font-size: 14px;
    line-height: 1.6;
}

.tc-guide-cta {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin-top: 32px;
}

.tc-guide-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    height: 52px;
    padding: 0 26px;
    border: 1px solid #cfdbe2;
    border-radius: 10px;
    background: #fff;
    color: #13303a;
    font-size: 15px;
    font-weight: 800;
    text-decoration: none;
    transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.tc-guide-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 30px rgba(10, 27, 40, 0.12);
}

.tc-guide-btn--primary {
    border-color: transparent;
    background: #0f766e;
    color: #fff;
}

.tc-guide-btn--primary:hover {
    background: #0b5f59;
}

@keyframes tcHeroGlow {
    0% { opacity: 0.55; transform: translate3d(-1%, -1%, 0) scale(1); }
    100% { opacity: 0.95; transform: translate3d(1%, 1%, 0) scale(1.06); }
}

@keyframes tcHeroSweep {
    0%, 38% { transform: translateX(-58%); opacity: 0; }
    48% { opacity: 1; }
    72%, 100% { transform: translateX(58%); opacity: 0; }
}

@keyframes tcFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-5px); }
}

@keyframes tcStatSweep {
    0%, 45% { transform: translateX(-105%); opacity: 0; }
    55% { opacity: 1; }
    85%, 100% { transform: translateX(105%); opacity: 0; }
}

@keyframes tcRecentRoll {
    0% { transform: translateY(0); }
    100% { transform: translateY(-50%); }
}

@keyframes tcLivePulse {
    0%, 100% { opacity: 0.38; transform: scale(0.85); }
    50% { opacity: 1; transform: scale(1.25); }
}

@keyframes tcRecentItemBreathe {
    0%, 100% { border-color: rgba(255, 255, 255, 0.09); }
    50% { border-color: rgba(94, 234, 212, 0.22); }
}

@media (prefers-reduced-motion: reduce) {
    .tc-recent-track,
    .tc-recent-item,
    .tc-recent-head .tc-section-label i {
        animation: none;
    }
}

.tc-footer {
    padding: 28px 24px 42px;
    border-top: 1px solid #dce5ea;
    color: #637282;
    font-size: 13px;
}

.tc-footer nav {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 10px;
}

.tc-footer a {
    color: #263849;
    text-decoration: none;
}

.tc-footer p {
    margin: 0;
    line-height: 1.6;
}

@media (max-width: 900px) {
    .tc-topbar {
        height: auto;
        flex-wrap: wrap;
        padding-top: 18px;
        padding-bottom: 18px;
    }

    .tc-nav {
        order: 3;
        width: 100%;
        justify-content: center;
        overflow-x: auto;
    }

    .tc-hero {
        min-height: 520px;
        padding-top: 56px;
    }

    .tc-hero h1 {
        font-size: 42px;
    }

    .tc-quick,
    .tc-recent,
    .tc-stats,
    .tc-renewal {
        grid-template-columns: repeat(2, 1fr);
    }

    .tc-renewal {
        grid-template-columns: 1fr;
    }

    .tc-recent {
        grid-template-columns: 1fr;
    }

    .tc-guide-steps {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 560px) {
    .tc-brand {
        width: 210px;
        height: 52px;
    }

    .tc-account {
        gap: 4px;
    }

    .tc-nav a,
    .tc-account a {
        padding: 0 9px;
        font-size: 13px;
    }

    .tc-hero {
        min-height: 560px;
        padding: 38px 16px 72px;
    }

    .tc-trust {
        gap: 4px 14px;
        margin-bottom: 18px;
    }

    .tc-trust li {
        padding: 2px 0;
        font-size: 12.5px;
    }

    /* 모바일에선 줄바꿈 시 어색하므로 구분선 제거(아이콘으로 구분) */
    .tc-trust li + li {
        border-left: 0;
    }

    .tc-examples {
        margin-top: 16px;
        gap: 7px;
    }

    .tc-examples-label {
        flex: 0 0 100%;
        justify-content: center;
        margin-bottom: 2px;
    }

    .tc-example {
        padding: 6px 11px;
        font-size: 12.5px;
    }

    .tc-hero h1 {
        font-size: 34px;
    }

    .tc-lead {
        font-size: 15px;
    }

    .tc-search {
        flex-direction: column;
        gap: 6px;
        padding: 6px;
    }

    .tc-search button {
        flex: 0 0 auto;
        width: 100%;
    }

    .tc-quick,
    .tc-recent,
    .tc-stats,
    .tc-renewal {
        grid-template-columns: 1fr;
        padding-right: 16px;
        padding-left: 16px;
    }

    .tc-quick {
        margin-top: -42px;
    }

    .tc-recent {
        gap: 14px;
    }

    .tc-recent-head {
        padding: 22px;
    }

    .tc-recent-head h2 {
        font-size: 22px;
    }

    .tc-recent-board {
        height: 424px;
    }

    /* 모바일: 날짜 + 신규배지를 윗줄에, 제목을 아랫줄에 두는 카드형 */
    .tc-recent-item {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        column-gap: 8px;
        row-gap: 7px;
        height: 70px;
        padding: 11px 14px;
    }

    .tc-recent-item time {
        order: 1;
        font-size: 12px;
    }

    .tc-recent-item strong {
        order: 2;
        margin-left: auto;
        gap: 5px;
        height: 22px;
        padding: 0 10px;
        border-radius: 999px;
        background: rgba(245, 158, 11, 0.18);
        color: #fcd34d;
        font-size: 11px;
        letter-spacing: 0.02em;
    }

    .tc-recent-item strong::before {
        content: "";
        width: 5px;
        height: 5px;
        border-radius: 50%;
        background: #fbbf24;
        box-shadow: 0 0 0 3px rgba(251, 191, 36, 0.22);
    }

    .tc-recent-item span {
        order: 3;
        flex: 0 0 100%;
        width: 100%;
        font-size: 13.5px;
        line-height: 1.4;
    }

    .tc-stat p {
        font-size: 27px;
    }

    .tc-guide {
        padding: 4px 16px 56px;
    }

    .tc-guide-head h2 {
        font-size: 22px;
    }

    .tc-guide-head p {
        font-size: 15px;
    }

    .tc-guide-btn {
        width: 100%;
        justify-content: center;
    }

    .tc-footer {
        padding-right: 16px;
        padding-left: 16px;
    }
}
