/* Tango Calendar discovery screen */

html,
body {
    margin: 0;
    min-height: 100%;
    background: #050606;
}

* {
    box-sizing: border-box;
}

.tc-discovery {
    min-height: 100vh;
    display: grid;
    grid-template-columns: 258px minmax(0, 1fr) 282px;
    gap: 22px;
    padding: 18px 20px 18px 0;
    background:
        radial-gradient(circle at 48% -10%, rgba(138, 53, 33, .22), transparent 38%),
        radial-gradient(circle at 92% 8%, rgba(202, 122, 55, .13), transparent 26%),
        #050606;
    color: #eee3d8;
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    letter-spacing: .01em;
}

.tc-loading {
    position: fixed;
    inset: 0;
    z-index: 50;
    display: none;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .72);
    color: #f5e7d8;
    font-size: 22px;
}

.tc-version-badge {
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 60;
    padding: 5px 8px;
    border: 1px solid rgba(210, 141, 73, .42);
    border-radius: 6px;
    background: rgba(5, 5, 5, .82);
    color: #d9a66d;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .08em;
    line-height: 1;
    pointer-events: none;
    text-transform: uppercase;
}

.tc-sidebar {
    position: sticky;
    top: 0;
    z-index: 30;
    min-height: 100vh;
    padding: 28px 18px 22px 24px;
    border-right: 1px solid rgba(197, 116, 52, .2);
    background: rgba(0, 0, 0, .74);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.tc-logo {
    display: inline-flex;
    flex-direction: column;
    gap: 5px;
    width: 178px;
    margin-bottom: 30px;
    color: inherit;
    text-decoration: none;
}

.tc-logo__name {
    display: flex;
    justify-content: space-between;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 30px;
    line-height: .9;
    letter-spacing: 0;
    color: #d6a15f;
}

.tc-logo__sub {
    display: flex;
    justify-content: space-between;
    width: 100%;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 10px;
    letter-spacing: 0;
    color: rgba(238, 227, 216, .68);
}

.tc-nav {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.tc-nav-section {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.tc-nav-kicker {
    margin-bottom: 7px;
    color: rgba(238, 227, 216, .55);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .13em;
    line-height: 1.5;
    text-transform: uppercase;
}

.tc-nav-row,
.tc-other-country,
.tc-country-row__main,
.tc-country-row__calendar,
.tc-drilldown-row,
.tc-school-row,
.tc-city-picker-trigger,
.tc-city-picker__close,
.tc-city-picker__row,
.tc-city-picker__all,
.tc-city-picker__apply,
.tc-city-picker__cancel {
    border: 0;
    color: inherit;
    background: transparent;
    cursor: pointer;
}

.tc-nav-row {
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr);
    align-items: center;
    width: 100%;
    min-height: 36px;
    padding: 5px 8px 5px 6px;
    border: 1px solid transparent;
    border-radius: 8px;
    color: rgba(238, 227, 216, .74);
    text-align: left;
}

.tc-nav-row.is-active {
    border-color: rgba(210, 141, 73, .45);
    background: linear-gradient(90deg, rgba(142, 72, 29, .36), rgba(255, 255, 255, .035));
    color: #fff2e3;
}

.tc-nav-row.is-expanded {
    border-color: rgba(210, 141, 73, .62);
}

.tc-nav-row__toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    min-height: 25px;
    border: 1px solid rgba(210, 141, 73, .42);
    border-radius: 7px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .12), rgba(255, 255, 255, .02)),
        rgba(40, 22, 12, .78);
    color: #d29a5e;
    font-size: 10px;
    font-weight: 700;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .11), 0 2px 7px rgba(0, 0, 0, .28);
    cursor: pointer;
    line-height: 1;
    text-transform: uppercase;
}

.tc-nav-row__toggle:disabled {
    border-color: rgba(210, 141, 73, .16);
    background: rgba(0, 0, 0, .16);
    box-shadow: none;
    color: rgba(210, 154, 94, .58);
    cursor: default;
}

.tc-nav-row__content {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
    align-items: center;
    min-width: 0;
    border: 0;
    background: transparent;
    color: inherit;
    cursor: pointer;
    padding: 4px 0 4px 8px;
    text-align: left;
}

.tc-nav-row__label {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tc-nav-row__count {
    color: #d9a66d;
}

.tc-country-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 38px;
    align-items: center;
    min-height: 38px;
    border: 1px solid transparent;
    border-radius: 8px;
}

.tc-country-row.is-active {
    border-color: rgba(210, 141, 73, .52);
    background: rgba(210, 141, 73, .12);
}

.tc-country-row__main {
    display: flex;
    min-width: 0;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 9px 8px 9px 10px;
    color: rgba(238, 227, 216, .82);
    font-size: 13px;
    text-align: left;
}

.tc-country-search {
    position: relative;
    margin: 7px 0 4px;
}

.tc-country-search input {
    width: 100%;
    height: 36px;
    border: 1px solid rgba(210, 141, 73, .22);
    border-radius: 8px;
    outline: 0;
    padding: 0 10px;
    background: rgba(255, 255, 255, .045);
    color: #eee3d8;
}

.tc-country-search input:focus {
    border-color: rgba(210, 141, 73, .5);
}

.tc-country-dropdown {
    position: absolute;
    left: 0;
    top: calc(100% + 8px);
    z-index: 90;
    max-height: min(620px, calc(100vh - 190px));
    overflow: auto;
    scrollbar-color: rgba(217, 166, 109, .82) rgba(255, 255, 255, .08);
    scrollbar-width: thin;
    padding: 10px 16px 10px 10px;
    border: 1px solid rgba(210, 141, 73, .32);
    border-radius: 8px;
    background:
        linear-gradient(180deg, rgba(13, 13, 13, .98), rgba(5, 5, 5, .96)),
        rgba(0, 0, 0, .96);
    box-shadow: 0 22px 58px rgba(0, 0, 0, .52);
}

.tc-country-dropdown::-webkit-scrollbar {
    width: 6px;
}

.tc-country-dropdown::-webkit-scrollbar-track {
    border-radius: 999px;
    background: rgba(255, 255, 255, .08);
}

.tc-country-dropdown::-webkit-scrollbar-thumb {
    border-radius: 999px;
    background: rgba(217, 166, 109, .78);
}

.tc-country-dropdown-wrap {
    position: relative;
}

.tc-country-dropdown__title {
    position: sticky;
    top: -10px;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 54px;
    align-items: center;
    min-height: 50px;
    margin: -10px -16px 0 -10px;
    padding: 0 0 0 18px;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
    background: rgba(7, 7, 7, .98);
    color: rgba(238, 227, 216, .5);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.tc-country-dropdown__title span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tc-country-dropdown__close {
    width: 54px;
    height: 50px;
    border: 0;
    border-left: 1px solid rgba(255, 255, 255, .08);
    background: transparent;
    color: #e0a86c;
    cursor: pointer;
    font-size: 18px !important;
    line-height: 1;
}

.tc-country-dropdown__close:hover {
    background: rgba(217, 109, 93, .08);
    color: #ff8a76;
}

.tc-country-option {
    display: grid;
    grid-template-columns: 48px 112px minmax(210px, 1fr) minmax(112px, auto);
    gap: 16px;
    align-items: center;
    width: 100%;
    min-height: 78px;
    border: 0;
    border-top: 1px solid rgba(255, 255, 255, .07);
    background: transparent;
    color: #eee3d8;
    cursor: pointer;
    padding: 13px 10px;
    text-align: left;
}

.tc-country-option:hover {
    background: rgba(210, 141, 73, .08);
}

.tc-country-option__flag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 1px solid rgba(210, 141, 73, .28);
    border-radius: 50%;
    color: #d9a66d;
    font-size: 10px;
    font-weight: 800;
    overflow: hidden;
}

.tc-country-option__flag .tc-flag {
    box-shadow: none;
    zoom: 2.8;
    opacity: .4;
}

.tc-country-option__main {
    display: grid;
    min-width: 0;
    gap: 4px;
}

.tc-country-option__main strong,
.tc-country-option__main em,
.tc-country-option__counts,
.tc-country-option__meta {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tc-country-option__main strong {
    font-size: 13px;
    font-weight: 650;
}

.tc-country-option__main em {
    color: rgba(238, 227, 216, .42);
    font-size: 11px;
    font-style: normal;
}

.tc-country-option__counts {
    color: rgba(238, 227, 216, .56);
    font-size: 11px;
}

.tc-country-option__meta {
    color: #d96d5d;
    font-size: 11px;
    justify-self: end;
    text-align: right;
}

.tc-country-option-empty {
    padding: 16px 4px;
    color: rgba(238, 227, 216, .52);
    font-size: 12px;
}

.tc-country-row__main span,
.tc-other-country span,
.tc-drilldown-row span,
.tc-school-row span {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tc-country-row__main span {
    display: grid;
    gap: 2px;
}

.tc-country-row__main small {
    overflow: hidden;
    color: rgba(238, 227, 216, .43);
    font-size: 10px;
    line-height: 1.2;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tc-country-row__main strong,
.tc-other-country strong,
.tc-drilldown-row strong,
.tc-school-row strong {
    color: #d8a266;
    font-size: 12px;
}

.tc-country-more {
    padding: 2px 10px;
    color: rgba(238, 227, 216, .46);
    font-size: 18px;
    letter-spacing: .16em;
}

.tc-country-row__calendar {
    width: 30px;
    height: 28px;
    margin-right: 5px;
    border: 1px solid rgba(210, 141, 73, .35);
    border-radius: 7px;
    color: #d8a266;
    font-size: 10px;
}

.tc-context {
    padding: 12px;
    border: 1px solid rgba(210, 141, 73, .18);
    border-radius: 10px;
    background: rgba(255, 255, 255, .035);
}

.tc-context-hint {
    margin: 10px 0 0;
    color: rgba(238, 227, 216, .46);
    font-size: 11px;
    line-height: 1.5;
}

.tc-drilldown {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid rgba(255, 255, 255, .08);
}

.tc-city-drilldown {
    position: relative;
    margin: 0 0 7px;
    padding: 4px 0 8px;
    border-top: 1px solid rgba(255, 255, 255, .06);
    border-bottom: 1px solid rgba(255, 255, 255, .06);
}

.tc-drilldown__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 5px;
}

.tc-drilldown__title {
    margin-bottom: 0;
    color: rgba(238, 227, 216, .5);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.tc-city-picker-trigger {
    position: relative;
    display: inline-flex;
    width: 31px;
    height: 31px;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(210, 141, 73, .6);
    border-radius: 8px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .1), rgba(255, 255, 255, .025)),
        rgba(48, 25, 13, .9);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 5px 11px rgba(0, 0, 0, .24);
    color: #f0ad64;
}

.tc-city-picker-trigger span,
.tc-city-picker-trigger::before,
.tc-city-picker-trigger::after {
    width: 70%;
    position: absolute;
    left: 15%;
    height: 1px;
    border-radius: 999px;
    background: currentColor;
    content: "";
}

.tc-city-picker-trigger span {
    position: absolute;
}

.tc-city-picker-trigger::before {
    transform: translateY(-5px);
}

.tc-city-picker-trigger::after {
    transform: translateY(5px);
}

.tc-drilldown-row,
.tc-school-row,
.tc-other-country {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 6px 8px;
    border-left: 2px solid transparent;
    color: rgba(238, 227, 216, .64);
    text-align: left;
}

.tc-drilldown-row.is-active,
.tc-school-row.is-active {
    border-left-color: #d28d49;
    background: rgba(210, 141, 73, .08);
    color: #fff0de;
}

.tc-city-row {
    display: grid;
    grid-template-columns: 21px minmax(0, 1fr) auto;
    gap: 7px;
    min-height: 29px;
    align-items: center;
    border-left: 0;
    border-radius: 7px;
    padding: 4px 6px;
    font-size: 11px;
}

.tc-city-row span:nth-child(2) {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tc-city-row.is-active {
    background: linear-gradient(90deg, rgba(210, 141, 73, .18), rgba(210, 141, 73, .035));
    color: #fff2e3;
}

.tc-city-row strong {
    color: #f0ad64;
    font-size: 11px;
    font-weight: 800;
}

.tc-city-check {
    position: relative;
    width: 14px;
    height: 14px;
    border: 1px solid rgba(238, 227, 216, .28);
    border-radius: 4px;
    background: rgba(0, 0, 0, .24);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .55);
}

.is-active > .tc-city-check {
    border-color: rgba(249, 178, 99, .82);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .24), rgba(255, 255, 255, .04)),
        #b87436;
}

.is-active > .tc-city-check::after {
    position: absolute;
    left: 4px;
    top: 1px;
    width: 4px;
    height: 8px;
    border-right: 2px solid #fff4e5;
    border-bottom: 2px solid #fff4e5;
    content: "";
    transform: rotate(45deg);
}

.tc-city-picker {
    position: absolute;
    left: calc(100% + 11px);
    top: -16px;
    z-index: 120;
    width: min(286px, calc(100vw - 28px));
    padding: 11px 12px 12px;
    border: 1px solid rgba(210, 141, 73, .5);
    border-radius: 10px;
    background:
        radial-gradient(circle at 18% 0, rgba(210, 141, 73, .12), transparent 42%),
        linear-gradient(180deg, rgba(20, 18, 15, .98), rgba(5, 6, 6, .98));
    box-shadow: 0 24px 56px rgba(0, 0, 0, .62), inset 0 1px 0 rgba(255, 255, 255, .06);
}

.tc-city-picker__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 9px;
    color: rgba(238, 227, 216, .68);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.tc-city-picker__close {
    width: 24px;
    height: 24px;
    border: 1px solid rgba(210, 141, 73, .42);
    border-radius: 50%;
    color: rgba(238, 227, 216, .7);
    font-size: 13px;
    line-height: 1;
}

.tc-city-picker__search {
    display: grid;
    grid-template-columns: 18px minmax(0, 1fr);
    gap: 7px;
    align-items: center;
    min-height: 34px;
    margin-bottom: 9px;
    padding: 0 10px;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 7px;
    background: rgba(255, 255, 255, .045);
}

.tc-city-picker__search span {
    width: 12px;
    height: 12px;
    border: 2px solid rgba(238, 227, 216, .46);
    border-radius: 50%;
}

.tc-city-picker__search span::after {
    display: block;
    width: 6px;
    height: 2px;
    margin: 7px 0 0 8px;
    border-radius: 999px;
    background: rgba(238, 227, 216, .46);
    content: "";
    transform: rotate(45deg);
}

.tc-city-picker__search input {
    min-width: 0;
    border: 0;
    outline: 0;
    background: transparent;
    color: #eee3d8;
    font: inherit;
    font-size: 12px;
}

.tc-city-picker__search input::placeholder {
    color: rgba(238, 227, 216, .36);
}

.tc-city-picker__list {
    display: grid;
    gap: 2px;
}

.tc-city-picker__row {
    display: grid;
    grid-template-columns: 21px minmax(0, 1fr) auto;
    gap: 8px;
    align-items: center;
    width: 100%;
    min-height: 29px;
    padding: 3px 4px 3px 2px;
    border-radius: 6px;
    color: rgba(238, 227, 216, .7);
    font-size: 12px;
    text-align: left;
}

.tc-city-picker__row.is-active {
    background: rgba(210, 141, 73, .08);
    color: #fff1df;
}

.tc-city-picker__more {
    padding: 1px 0 3px 29px;
    color: rgba(240, 173, 100, .72);
    font-size: 14px;
    font-weight: 800;
    letter-spacing: .18em;
    line-height: 1;
}

.tc-city-picker__row strong,
.tc-city-picker__all {
    color: #f0ad64;
}

.tc-city-picker__empty {
    padding: 9px 0;
    color: rgba(238, 227, 216, .48);
    font-size: 12px;
}

.tc-city-picker__all {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    margin-top: 8px;
    padding: 8px 0 7px;
    border-top: 1px solid rgba(255, 255, 255, .08);
    font-size: 11px;
    font-weight: 700;
    text-align: left;
}

.tc-city-picker__actions {
    display: grid;
    gap: 6px;
    margin-top: 8px;
    grid-template-columns: 1fr 1fr;
}

.tc-city-picker__apply,
.tc-city-picker__cancel {
    min-height: 32px;
    border-radius: 7px;
    font-size: 12px;
    font-weight: 800;
}

.tc-city-picker__apply {
    border: 1px solid rgba(255, 195, 126, .62);
    background: linear-gradient(180deg, #bd7b3c, #8e4b24);
    color: #fff4e5;
}

.tc-city-picker__cancel {
    color: rgba(238, 227, 216, .55);
}

.tc-school-group {
    display: grid;
    gap: 2px;
    padding: 5px 0;
}

.tc-school-group + .tc-school-group {
    margin-top: 6px;
    padding-top: 9px;
    border-top: 1px solid rgba(255, 255, 255, .06);
}

.tc-school-group__city {
    padding: 2px 8px 4px;
    color: rgba(217, 166, 109, .72);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.tc-sidebar-bottom {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: auto;
    padding-top: 26px;
}

.tc-subscribe-mini h4 {
    margin: 0 0 8px;
    color: rgba(238, 227, 216, .64);
    font-size: 11px;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.tc-subscribe-mini p {
    max-width: 160px;
    margin: 0 0 12px;
    color: rgba(238, 227, 216, .46);
    font-size: 12px;
    line-height: 1.5;
}

.tc-subscribe-mini form,
.tc-side-form {
    display: flex;
    height: 38px;
    border: 1px solid rgba(255, 255, 255, .08);
    background: rgba(255, 255, 255, .045);
}

.tc-subscribe-mini input,
.tc-side-form input {
    min-width: 0;
    flex: 1;
    border: 0;
    outline: 0;
    padding: 0 12px;
    background: transparent;
    color: #eee3d8;
}

.tc-subscribe-mini button,
.tc-side-form button {
    width: 42px;
    border: 0;
    background: linear-gradient(135deg, #a65f31, #d0924f);
    color: #120b07;
    cursor: pointer;
    font-weight: 800;
}

.tc-lang {
    display: flex;
    gap: 8px;
    align-items: center;
    color: rgba(238, 227, 216, .38);
    font-size: 11px;
}

.tc-lang button {
    border: 0;
    background: transparent;
    color: rgba(238, 227, 216, .46);
    cursor: pointer;
}

.tc-lang button.is-active {
    color: #d99b5d;
}

.tc-main {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.tc-hero {
    position: relative;
    min-height: 192px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
    padding: 28px 32px;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 8px;
    background:
        linear-gradient(90deg, rgba(5, 6, 6, .96), rgba(5, 6, 6, .55) 58%, rgba(5, 6, 6, .98)),
        url('/assets/tango-dark/hero-bg.png') center / cover;
    overflow: hidden;
}
.tc-hero__actions {
    position: absolute;
    top: 6px;
    right: 6px;
}
.tc-eyebrow,
.tc-section-head span {
    color: #d99b5d;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.tc-hero h1 {
    max-width: 720px;
    margin: 10px 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.12;
    letter-spacing: .045em;
    text-transform: uppercase;
}

.tc-hero p {
    max-width: 470px;
    margin: 0;
    color: rgba(238, 227, 216, .72);
    font-size: 15px;
    line-height: 1.55;
}

.tc-state-pill {
    display: inline-flex;
    align-items: center;
    padding: 4px 14px;
    border: 1px solid rgba(210, 141, 73, .35);
    border-radius: 999px;
    background: rgba(0, 0, 0, .42);
    color: #f1c08a;
    font-size: 12px;
    font-weight: 100;
    text-transform: uppercase;
    width: max-content;
}

.tc-section-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 12px;
}

.tc-section-actions {
    display: inline-flex;
    align-items: center;
    align-self: center;
    gap: 9px;
}

.tc-section-head h2 {
    margin: 4px 0 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 19px;
    font-weight: 500;
    line-height: 1.15;
    letter-spacing: .055em;
    text-transform: uppercase;
}

.tc-calendar-shell > .tc-section-head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 2px 15px;
}

.tc-calendar-title {
    display: grid;
    gap: 8px;
    min-width: 0;
}

.tc-calendar-title h2 {
    margin-top: 0;
}

.tc-quick-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    max-width: 520px;
}

.tc-quick-filters--cities {
    grid-column: 1 / -1;
    max-width: none;
    width: 100%;
}

.tc-quick-filters--categories {
    grid-column: 1 / -1;
    justify-content: flex-end;
    justify-self: end;
    width: 100%;
    max-width: none;
    padding-right: 4px;
    padding-top: 4px;
}

.tc-quick-filter-wrap {
    position: relative;
    display: inline-flex;
}

.tc-quick-filter {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 24px !important;
    max-width: 150px;
    overflow: hidden;
    padding: 7px 8px 5px !important;
    border: 1px solid rgba(210, 141, 73, .18) !important;
    border-radius: 999px !important;
    background: rgba(0, 0, 0, .28) !important;
    color: rgba(238, 227, 216, .5) !important;
    font-size: 10px;
    font-weight: 750;
    letter-spacing: .04em;
    line-height: 1;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
}

.tc-school-dropdown {
    position: absolute;
    right: 0;
    top: calc(100% + 8px);
    z-index: 20;
    width: min(360px, calc(100vw - 40px));
    max-height: 260px;
    overflow-y: auto;
    padding: 12px;
    border: 1px solid rgba(210, 141, 73, .3);
    border-radius: 8px;
    background:
        linear-gradient(180deg, rgba(16, 13, 12, .98), rgba(7, 7, 7, .97)),
        rgba(0, 0, 0, .96);
    box-shadow: 0 18px 45px rgba(0, 0, 0, .45);
    scrollbar-color: rgba(217, 166, 109, .68) rgba(255, 255, 255, .06);
    scrollbar-width: thin;
}

.tc-school-dropdown::-webkit-scrollbar {
    width: 6px;
}

.tc-school-dropdown::-webkit-scrollbar-track {
    border-radius: 999px;
    background: rgba(255, 255, 255, .06);
}

.tc-school-dropdown::-webkit-scrollbar-thumb {
    border-radius: 999px;
    background: rgba(217, 166, 109, .68);
}

.tc-school-dropdown__head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto;
    align-items: center;
    gap: 12px;
    margin-bottom: 8px;
    color: rgba(238, 227, 216, .52);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.tc-school-dropdown__head button {
    min-height: 22px !important;
    padding: 0 7px !important;
    border-radius: 999px !important;
    font-size: 11px;
    line-height: 1;
}

.tc-school-switch {
    position: relative;
    width: 50px;
    height: 26px;
    min-height: 26px !important;
    padding: 0 !important;
    border: 1px solid rgba(210, 141, 73, .36) !important;
    border-radius: 999px !important;
    background: rgba(0, 0, 0, .5) !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08);
    cursor: pointer;
}

.tc-school-switch i {
    position: absolute;
    left: 3px;
    top: 3px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: rgba(238, 227, 216, .72);
    transition: transform .16s ease, background .16s ease;
}

.tc-school-switch.is-active {
    border-color: rgba(232, 189, 134, .72) !important;
    background: linear-gradient(180deg, rgba(196, 114, 48, .88), rgba(117, 58, 23, .92)) !important;
}

.tc-school-switch.is-active i {
    transform: translateX(24px);
    background: #fff4df;
}

.tc-quick-filter.is-active {
    border-color: rgba(217, 166, 109, .5) !important;
    background: rgba(101, 53, 22, .44) !important;
    color: #e8bd86 !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08);
}

.tc-section-head button:not(.tc-carousel-btn),
.tc-month-controls button,
.tc-join {
    min-height: 34px;
    border: 1px solid rgba(210, 141, 73, .24);
    border-radius: 7px;
    background: rgba(255, 255, 255, .04);
    color: #d9a66d;
    cursor: pointer;
    padding: 0 12px;
}

.tc-data-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 34px;
    min-height: 34px;
    padding: 0 10px;
    border: 1px solid rgba(210, 141, 73, .24);
    border-radius: 7px;
    color: #d9a66d;
    font-size: 12px;
}

.tc-carousel-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 30px;
    padding-bottom: 5px;
    min-height: 0;
    border: 1px solid rgba(210, 141, 73, .24);
    border-radius: 8px;
    background: rgba(255, 255, 255, .04);
    color: #d9a66d;
    cursor: pointer;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 0;
}

.tc-carousel-btn:disabled,
.tc-carousel-side:disabled {
    opacity: .34;
    cursor: default;
}

.tc-festivals,
.tc-latest,
.tc-calendar-shell {
    padding: 16px;
    border: 1px solid rgba(255, 255, 255, .075);
    border-radius: 8px;
    background: rgba(255, 255, 255, .028);
}

.tc-section-subtitle {
    margin: 6px 0 0;
    color: rgba(238, 227, 216, .68);
    font-size: 14px;
    line-height: 1.35;
}

.tc-calendar-shell {
    max-height: 70vh;
    overflow: hidden;
    padding-top: 8px;
}
.tc-school-row {
    opacity: 0.3;
}
.tc-school-row.is-active {
    opacity: 1;
}
.tc-festival-grid {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: calc((100% - 24px) / 3);
    grid-template-rows: repeat(2, auto);
    gap: 12px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    transition: opacity .18s ease, transform .18s ease;
}

.tc-festival-grid.is-page-loading {
    opacity: .28;
    transform: translateX(-16px);
}

.tc-festival-grid::-webkit-scrollbar {
    display: none;
}

.tc-carousel-shell {
    position: relative;
}

.tc-carousel-overlay {
    position: absolute;
    inset: 0;
    z-index: 4;
    display: none;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: linear-gradient(90deg, rgba(0, 0, 0, .48), rgba(0, 0, 0, .22));
    pointer-events: none;
}

.tc-carousel-overlay span {
    padding: 9px 13px;
    border: 1px solid rgba(210, 141, 73, .28);
    border-radius: 999px;
    background: rgba(0, 0, 0, .66);
    color: #e8bd86;
    font-size: 12px;
    font-weight: 700;
}

.tc-festival-card {
    position: relative;
    min-height: 250px;
    scroll-snap-align: start;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 8px;
    background-size: cover;
    background-position: center;
}

.tc-carousel-side {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    padding-bottom: 4px;
    transform: translateY(-50%);
    border: 1px solid rgba(210, 141, 73, .24);
    border-radius: 50%;
    background: rgba(0, 0, 0, .62);
    color: #d9a66d;
    cursor: pointer;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 1;
}

.tc-carousel-side--prev {
    left: -16px;
}

.tc-carousel-side--next {
    right: -16px;
}

.tc-festival-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(0, 0, 0, .1), rgba(0, 0, 0, .86)),
        linear-gradient(90deg, rgba(0, 0, 0, .32), transparent);
}

.tc-festival-card__top {
    position: absolute;
    top: 14px;
    left: 14px;
    right: 14px;
    z-index: 1;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
}

.tc-card-date {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 112px;
    padding: 10px 11px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 7px;
    background: rgba(0, 0, 0, .58);
    text-align: center;
}

.tc-card-date strong {
    display: block;
    font-size: 18px;
    line-height: 1;
    white-space: nowrap;
}

.tc-card-date small {
    color: #d99b5d;
    font-size: 11px;
    text-transform: uppercase;
}

.tc-card-city {
    display: block;
    margin-top: 12px;
    color: #d99b5d;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.tc-card-country {
    position: absolute;
    top: 2px;
    right: 1px;
    z-index: 2;
    padding: 5px 12px;
    border: 1px solid rgba(217, 166, 109, .42);
    border-radius: 999px;
    background: rgb(0 0 0 / 62%);
    color: rgba(235, 184, 122, .88);
    font-size: 9px;
    font-weight: 100;
    letter-spacing: .08em;
    line-height: 1;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
}

.tc-festival-card__body {
    position: absolute;
    inset: auto 16px 16px;
    z-index: 1;
}

.tc-latest-card time {
    color: #d99b5d;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.tc-festival-card__body h3 {
    margin: 8px 0 6px;
    font-family: Georgia, "Times New Roman", serif;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.12;
}

.tc-festival-card__body p,
.tc-latest-card p,
.tc-side-card p,
.tc-near-event p,
.tc-day-event p {
    margin: 0;
    color: rgba(238, 227, 216, .58);
    line-height: 1.45;
}

.tc-latest-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.tc-latest-card {
    position: relative;
    min-height: 230px;
    overflow: hidden;
    padding: 18px;
    border: 1px solid rgba(217, 166, 109, .18);
    border-radius: 8px;
    background-position: center;
    background-size: cover;
    color: #fff2e5;
}

.tc-latest-card::before {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(0, 0, 0, .12), rgba(0, 0, 0, .86)),
        linear-gradient(90deg, rgba(0, 0, 0, .55), rgba(0, 0, 0, .16));
    content: "";
}

.tc-latest-card__top,
.tc-latest-card__body {
    position: relative;
    z-index: 1;
}

.tc-latest-card__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.tc-latest-type,
.tc-latest-new {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 28px;
    padding: 0 14px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.tc-latest-type {
    background: rgba(91, 55, 132, .72);
    color: #f0d9ff;
}

.tc-latest-new {
    border: 1px solid rgba(217, 166, 109, .28);
    background: rgba(87, 43, 18, .72);
    color: #f4ad68;
}

.tc-latest-card__body {
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 18px;
}

.tc-latest-card__body time {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 0;
    margin-bottom: 12px;
    padding: 10px 11px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 7px;
    background: rgba(0, 0, 0, .56);
    color: #fff3e6;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1;
    text-transform: uppercase;
}

.tc-latest-card__body .tc-latest-card__legacy-date,
.tc-latest-card__legacy-category {
    display: none;
}

.tc-latest-card h3,
.tc-day-event h3,
.tc-near-event h3 {
    margin: 4px 0;
    overflow: hidden;
    color: #fff0e2;
    font-size: 12px;
}

.tc-latest-card h3 {
    display: -webkit-box;
    margin: 8px 0 6px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.12;
    white-space: normal;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.tc-latest-card__body p {
    margin-bottom: 0;
    color: #d99b5d;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .08em;
    line-height: 1.25;
    text-transform: uppercase;
}

.tc-latest-card__body small {
    display: block;
    overflow: hidden;
    color: rgba(238, 227, 216, .58);
    font-size: 14px;
    line-height: 1.35;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tc-day-event > span {
    border: 1px solid rgba(210, 141, 73, .2);
    border-radius: 999px;
    color: #d99b5d;
    font-size: 10px;
    padding: 4px 7px;
    white-space: nowrap;
}

.activity-map {
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 18px;
    background:
        radial-gradient(circle at 24% 0, rgba(217, 116, 42, .09), transparent 34%),
        linear-gradient(180deg, rgba(12, 12, 12, .84), rgba(4, 5, 5, .78));
    box-shadow: 0 22px 70px rgba(0, 0, 0, .28), inset 0 1px 0 rgba(255, 255, 255, .045);
}

.activity-map__head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 4px;
    padding: 0 20px;
}

.activity-map__head span {
    color: #d99b5d;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.activity-map__head h2 {
    margin: 6px 0 0;
    font-family: Georgia, "Times New Roman", serif;
    color: #fff1df;
    font-size: 27px;
    font-weight: 500;
    letter-spacing: .02em;
    line-height: 1.05;
    text-transform: uppercase;
}

.activity-map__head strong {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 48px;
    padding: 2px 12px;
    border: 1px solid rgba(217, 166, 109, .28);
    border-radius: 10px;
    background: rgba(18, 11, 8, .62);
    color: #f0ad64;
    font-size: 15px;
    font-weight: 800;
}

.activity-map__layers {
    display: flex;
    gap: 7px;
    max-width: 100%;
    overflow-x: auto;
    padding: 0 20px 8px;
    scrollbar-width: none;
}

.activity-map__layers::-webkit-scrollbar {
    display: none;
}

.activity-map__layers button {
    flex: 0 0 auto;
    min-height: 30px;
    padding: 0 12px;
    border: 1px solid rgba(217, 166, 109, .18);
    border-radius: 999px;
    background: rgba(255, 255, 255, .035);
    color: rgba(238, 227, 216, .62);
    cursor: pointer;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .04em;
}

.activity-map__layers button.is-active {
    border-color: rgba(217, 166, 109, .58);
    background: linear-gradient(180deg, rgba(142, 72, 29, .54), rgba(47, 23, 12, .74));
    color: #ffe0b3;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .12), 0 8px 18px rgba(0, 0, 0, .22);
}

.activity-map__leaflet {
    position: relative;
}

.geo-map-picker {
    position: relative;
    min-height: 150px;
    height: 200px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .065);
    border-radius: 12px;
    background:
        radial-gradient(circle at 68% 28%, rgba(217, 116, 42, .08), transparent 24%),
        #050707;
    isolation: isolate;
}

.geo-map-picker__canvas {
    position: absolute;
    inset: 0;
    z-index: 1;
    min-height: 340px;
    background: #050707;
}

.geo-map-picker__shade {
    position: absolute;
    inset: 0;
    z-index: 2;
    background:
        radial-gradient(ellipse at center, transparent 52%, rgba(0, 0, 0, .64) 100%),
        linear-gradient(180deg, rgba(255, 255, 255, .025), transparent 22%, rgba(0, 0, 0, .22));
    pointer-events: none;
}

.geo-map-picker .leaflet-container {
    background: #050707;
    font-family: inherit;
}

.geo-map-picker .leaflet-tile {
    filter: saturate(.72) brightness(.72) contrast(1.08);
}

.geo-map-picker .leaflet-control-zoom {
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .09);
    border-radius: 12px;
    background: rgba(8, 8, 8, .56);
    backdrop-filter: blur(10px);
    box-shadow: none;
}

.geo-map-picker .leaflet-control-zoom a {
    width: 42px;
    height: 42px;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
    background: transparent;
    color: rgba(255, 222, 185, .86);
    font-size: 20px;
    line-height: 42px;
}

.geo-map-picker .leaflet-control-zoom a:hover {
    background: rgba(217, 116, 42, .12);
    color: #ffd195;
}

.geo-map-picker .leaflet-control-attribution {
    background: rgba(0, 0, 0, .42);
    color: rgba(238, 227, 216, .42);
    font-size: 9px;
}

.geo-map-picker .leaflet-control-attribution a {
    color: rgba(240, 173, 100, .56);
}

.geo-map-picker__marker {
    border: 0;
    background: transparent;
}

.geo-map-picker__marker-core {
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    transform: translate(-50%, -50%);
    border: 1px solid rgb(241 202 149 / 10%);
    border-radius: 50%;
    background: radial-gradient(circle at 34% 28%, #ffedb291, #ffb15c52 30%, #d76b222e 68%);
    box-shadow: 0 0 22px rgb(255 145 53 / 23%), 0 0 3px rgb(255 235 195 / 0%);
}
.geo-map-picker__marker-core:hover {
    border: 1px solid rgb(241 202 149 / 32%);
    background: radial-gradient(circle at 34% 28%, #ffedb2ba, #ffb15c75 30%, #b07f5e94 68%);
    box-shadow: 0 0 22px rgb(255 145 53 / 61%), 0 0 3px rgb(255 235 195 / 38%);
}

.tango-map-marker--base {
    opacity: .36;
}

.tango-map-marker--active {
    opacity: .76;
}

.tango-map-marker--selected {
    opacity: 1;
}

.tango-map-marker--selected .geo-map-picker__marker-core {
    border-color: rgba(255, 226, 178, .82);
    box-shadow: 0 0 32px rgba(255, 158, 62, .78), 0 0 7px rgba(255, 235, 195, .48);
}

.tango-map-marker--selected .geo-map-picker__marker-label {
    opacity: 1;
}

.tango-map-marker--milonga .geo-map-picker__marker-core {
    filter: hue-rotate(-12deg) saturate(1.08);
}

.tango-map-marker--lesson .geo-map-picker__marker-core,
.tango-map-marker--school .geo-map-picker__marker-core {
    filter: hue-rotate(18deg) saturate(.92);
}

.tango-map-marker--practica .geo-map-picker__marker-core {
    filter: hue-rotate(-28deg) saturate(.86);
}

.tango-map-marker--level-1 .geo-map-picker__marker-core {
    opacity: .72;
}

.tango-map-marker--level-4 .geo-map-picker__marker-core {
    box-shadow: 0 0 34px rgba(255, 145, 53, .7), 0 0 4px rgba(255, 235, 195, .42);
}

.geo-map-picker__marker-core::after {
    position: absolute;
    inset: -8px;
    border: 1px solid rgba(255, 173, 87, .22);
    border-radius: 50%;
    animation: activityPulse 2.8s ease-out infinite;
    content: "";
}

.geo-map-picker__marker-label {
    position: absolute;
    left: 50%;
    bottom: calc(100% + 8px);
    transform: translateX(-50%);
    max-width: 120px;
    overflow: hidden;
    padding: 3px 7px;
    border: 1px solid rgba(217, 166, 109, .2);
    border-radius: 999px;
    background: rgba(0, 0, 0, .7);
    color: #ffd195;
    font-size: 10px;
    font-weight: 800;
    opacity: 0;
    pointer-events: none;
    text-overflow: ellipsis;
    transition: opacity .16s ease, transform .16s ease;
    white-space: nowrap;
}

.geo-map-picker__marker:hover .geo-map-picker__marker-label {
    opacity: 1;
    transform: translate(-50%, -2px);
}

.geo-map-picker__tooltip {
    border: 1px solid rgba(217, 166, 109, .28);
    border-radius: 999px;
    background: rgba(5, 5, 5, .84);
    color: #ffd195;
    font-size: 11px;
    font-weight: 800;
    box-shadow: 0 8px 22px rgba(0, 0, 0, .34);
}

.geo-map-picker__tooltip strong,
.geo-map-picker__tooltip span,
.geo-map-picker__tooltip small {
    display: block;
    line-height: 1.25;
}

.geo-map-picker__tooltip small {
    color: rgba(238, 227, 216, .58);
    font-size: 10px;
    font-weight: 700;
}

.geo-map-picker__empty {
    position: absolute;
    inset: 0;
    z-index: 4;
    display: none;
    align-items: center;
    justify-content: center;
    color: rgba(238, 227, 216, .58);
    pointer-events: none;
}

.geo-map-picker__empty.is-visible {
    display: flex;
}

.activity-map__context {
    display: grid;
    gap: 3px;
    margin: 8px 14px 12px;
    padding: 9px 12px;
    border: 1px solid rgba(255, 255, 255, .065);
    border-radius: 10px;
    background: rgba(5, 5, 5, .42);
}

.activity-map__context strong {
    color: #f0ad64;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.activity-map__context span {
    overflow: hidden;
    color: rgba(238, 227, 216, .58);
    font-size: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@keyframes activityPulse {
    0% {
        opacity: .72;
        transform: scale(.5);
    }
    100% {
        opacity: 0;
        transform: scale(2.8);
    }
}

.tc-calendar-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 18px;
}

.tc-month-controls {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.tc-month-controls strong {
    min-width: 150px;
    text-align: center;
    text-transform: uppercase;
}

.tc-month,
.tc-day-panel {
    border: 1px solid rgba(255, 255, 255, .075);
    border-radius: 8px;
    background: rgba(0, 0, 0, .28);
    padding: 14px;
}

.tc-weekdays,
.tc-days {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
}

.tc-weekdays span {
    padding: 0 0 10px;
    color: #d99b5d;
    font-size: 11px;
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
}

.tc-day {
    aspect-ratio: 1.15;
    border: 1px solid rgba(255, 255, 255, .045);
    background: transparent;
    color: rgba(238, 227, 216, .78);
    cursor: pointer;
}

.tc-day.is-muted {
    color: rgba(238, 227, 216, .25);
}

.tc-day.is-active {
    border-color: rgba(210, 141, 73, .78);
    background: rgba(210, 141, 73, .12);
    color: #fff1e1;
}

.tc-day small {
    display: flex;
    justify-content: center;
    gap: 3px;
    margin-top: 6px;
}

.tc-day i {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #d99b5d;
}

.tc-day-panel__head {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 12px;
    color: #d99b5d;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.tc-day-events {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-height: min(320px, calc(60vh - 175px));
    overflow-y: auto;
    padding-right: 4px;
    scrollbar-color: rgba(217, 166, 109, .7) rgba(255, 255, 255, .06);
    scrollbar-width: thin;
}

.tc-day-events::-webkit-scrollbar {
    width: 6px;
}

.tc-day-events::-webkit-scrollbar-track {
    border-radius: 999px;
    background: rgba(255, 255, 255, .06);
}

.tc-day-events::-webkit-scrollbar-thumb {
    border-radius: 999px;
    background: rgba(217, 166, 109, .7);
}

.tc-day-event {
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px;
    padding: 10px;
    border: 1px solid rgba(255, 255, 255, .07);
    border-radius: 8px;
    background: rgba(255, 255, 255, .04);
}

.tc-day-event time {
    color: #f0c18b;
    font-weight: 800;
}

.tc-empty {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 112px;
    border: 1px dashed rgba(255, 255, 255, .14);
    border-radius: 8px;
    color: rgba(238, 227, 216, .54);
}

.tc-empty--wide {
    grid-column: 1 / -1;
}

.tc-right {
    position: sticky;
    top: 18px;
    align-self: start;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.tc-side-card {
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, .075);
    border-radius: 8px;
    background: rgba(255, 255, 255, .035);
}

.tc-side-card__head {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 14px;
    color: #f2dcc5;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.tc-side-card__head small {
    color: #d99b5d;
    font-size: 11px;
    letter-spacing: 0;
    text-transform: none;
}

.tc-near-event {
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 12px;
    padding: 12px 0;
    border-top: 1px solid rgba(255, 255, 255, .075);
}

.tc-near-event time {
    color: #d99b5d;
    font-size: 12px;
    font-weight: 800;
}

.tc-avatars {
    display: flex;
    align-items: center;
    margin-bottom: 14px;
}

.tc-avatars i,
.tc-avatars strong {
    width: 36px;
    height: 36px;
    margin-right: -8px;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 50%;
    background: linear-gradient(135deg, #d9a66d, #2c1710);
}

.tc-avatars strong {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #111;
    color: #f1d3b0;
    font-size: 11px;
}

.tc-join {
    width: 100%;
    margin-top: 14px;
}

@media (max-width: 1220px) {
    .tc-discovery {
        grid-template-columns: 238px minmax(0, 1fr);
        padding-right: 18px;
    }

    .tc-right {
        display: none;
    }

    .tc-festival-grid,
    .tc-latest-row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .tc-festival-grid {
        grid-template-columns: none;
        grid-auto-columns: calc((100% - 12px) / 2);
    }
}

@media (max-width: 840px) {
    .tc-discovery {
        display: block;
        padding: 0;
    }

    .tc-sidebar {
        position: relative;
        min-height: auto;
        border-right: 0;
        border-bottom: 1px solid rgba(197, 116, 52, .2);
    }

    .tc-main {
        padding: 14px;
    }

    .tc-hero {
        min-height: 0;
        padding: 22px;
    }

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

    .tc-festival-grid,
    .tc-latest-row,
    .tc-calendar-layout {
        grid-template-columns: 1fr;
    }

    .tc-festival-grid {
        grid-template-columns: none;
        grid-auto-columns: 88%;
    }

    .tc-country-option {
        grid-template-columns: 42px minmax(0, 1fr);
        gap: 12px;
    }

    .tc-country-option__counts,
    .tc-country-option__meta {
        grid-column: 2;
        justify-self: start;
        text-align: left;
    }

    .tc-city-picker {
        left: 0;
        top: calc(100% + 10px);
        width: 100%;
    }

    .activity-map {
        padding: 12px;
        border-radius: 12px;
    }

    .activity-map__head {
        align-items: center;
    }

    .activity-map__head h2 {
        font-size: 22px;
    }

    .geo-map-picker,
    .geo-map-picker__canvas {
        min-height: 300px;
    }

    .geo-map-picker .leaflet-control-zoom a {
        width: 36px;
        height: 36px;
        line-height: 36px;
    }

}
