.home-shortcuts [hidden],
.home-section [hidden] {
    display: none !important;
}

/* ---------------------------------------------------------
   GENERAL HOMEPAGE SECTIONS
--------------------------------------------------------- */

.home-section {
    width: 100%;
    padding-top: 18px;
}

.home-section__title {
    margin: 0 0 11px;
    padding: 0 18px 9px;

    border-bottom: 1px solid rgba(255, 255, 255, 0.10);

    color: var(--ffo-gold);
    font-size: 14px;
    font-weight: 700;
    line-height: 1;

    text-transform: uppercase;
    letter-spacing: 0.08em;
}

/* ---------------------------------------------------------
   CLUB QUICK LINKS
--------------------------------------------------------- */

.personal-shortcuts {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.personal-shortcut {
    position: relative;

    min-width: 0;
    height: 220px;

    overflow: hidden;

    background: transparent;
    border: 0;
}

.personal-shortcut__display {
    width: 100%;
    height: 100%;
}

.personal-shortcut__main {
    width: 100%;
    height: 100%;

    padding: 6px 8px 34px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: transparent;
    border: 0;

    color: var(--ffo-text);
    font-family: inherit;

    cursor: pointer;
}

.personal-shortcut__main:focus-visible {
    outline: 3px solid var(--ffo-gold);
    outline-offset: -3px;
}

.personal-shortcut__logo-wrap {
    width: 180px;
    height: 180px;

    display: flex;
    align-items: center;
    justify-content: center;
}

.personal-shortcut__logo {
    width: 170px;
    height: 170px;

    display: block;

    object-fit: contain;

    transition: transform 140ms ease;
}

.personal-shortcut:hover .personal-shortcut__logo {
    transform: scale(1.04);
}

.personal-shortcut__select-button {
    min-width: 128px;
    height: 46px;

    padding: 0 18px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    background: var(--ffo-gold);
    border: 1px solid var(--ffo-gold-dark);

    color: var(--ffo-navy-dark);

    font-size: 13px;
    font-weight: 700;
    line-height: 1;

    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.personal-shortcut__main:hover .personal-shortcut__select-button {
    background: #f7d15a;
}

.personal-shortcut__name {
    display: none;
}

.personal-shortcut__change {
    position: absolute;

    right: 0;
    bottom: 9px;
    left: 0;

    width: max-content;
    height: auto;

    margin: 0 auto;
    padding: 4px 6px;

    background: transparent;
    border: 0;

    color: #91a0b3;

    font-family: inherit;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;

    text-transform: uppercase;
    letter-spacing: 0.10em;

    cursor: pointer;
}

.personal-shortcut__change:hover {
    color: var(--ffo-gold);
}

/* ---------------------------------------------------------
   CLUB QUICK LINK EDITOR
--------------------------------------------------------- */

.personal-shortcut__editor {
    width: 100%;
    height: 100%;

    padding: 28px 18px 18px;

    background: #0d1a2c;
}

.personal-shortcut__editor label {
    display: block;

    margin-bottom: 12px;

    color: var(--ffo-gold);

    font-size: 12px;
    font-weight: 700;

    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.personal-shortcut__editor select {
    width: 100%;
    height: 46px;

    padding: 0 10px;

    background: #07111f;
    border: 1px solid rgba(255, 255, 255, 0.20);

    color: #ffffff;

    font-family: inherit;
    font-size: 13px;
}

.personal-shortcut__editor select:focus {
    border-color: var(--ffo-gold);

    outline: 2px solid rgba(240, 197, 69, 0.18);
}

.personal-shortcut__editor-actions {
    margin-top: 18px;

    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 7px;
}

.personal-shortcut__editor-actions button {
    height: 35px;

    padding: 0 11px;

    background: #14243b;
    border: 1px solid rgba(255, 255, 255, 0.16);

    color: #ffffff;

    font-family: inherit;
    font-size: 11px;
    font-weight: 700;

    cursor: pointer;
}

.personal-shortcut__editor-actions button:hover {
    background: #1a2d49;
}

.personal-shortcut__editor-actions .personal-shortcut__clear {
    color: #ff8d8d;
}

.personal-shortcut__editor-actions .personal-shortcut__save {
    background: var(--ffo-gold);
    border-color: var(--ffo-gold-dark);

    color: var(--ffo-navy-dark);
}

.personal-shortcut__editor-actions .personal-shortcut__save:hover {
    background: #f7d15a;
}

/* ---------------------------------------------------------
   TOOL QUICK LINKS
--------------------------------------------------------- */

.tool-shortcuts {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));

    background: transparent;
    border: 0;
}

.tool-shortcut {
    position: relative;

    min-width: 0;
    height: 64px;

    padding: 0 18px;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;

    background: transparent;
    border: 0;

    color: #ffffff;

    text-decoration: none;
}

.tool-shortcut + .tool-shortcut {
    border-left: 1px solid rgba(255, 255, 255, 0.10);
}

.tool-shortcut:hover {
    background: transparent;

    color: var(--ffo-gold);
}

.tool-shortcut::after {
    content: "";

    position: absolute;

    right: 20px;
    bottom: 0;
    left: 20px;

    height: 2px;

    background: var(--ffo-gold);

    opacity: 0;
}

.tool-shortcut:hover::after {
    opacity: 1;
}

.tool-shortcut:focus-visible {
    outline: 2px solid var(--ffo-gold);
    outline-offset: -2px;
}

.tool-shortcut__icon {
    width: 27px;
    height: 27px;

    flex: 0 0 27px;

    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.tool-shortcut span {
    font-size: 13px;
    font-weight: 700;
    line-height: 1;

    white-space: nowrap;
}

/* ---------------------------------------------------------
   MAIN HOMEPAGE FEATURE
--------------------------------------------------------- */

.home-feature {
    padding-top: 20px;
}

.home-feature__image {
    display: block;

    width: calc(100% - 36px);
    max-width: 959px;
    height: auto;

    margin: 0 18px;

    border: 1px solid rgba(240, 197, 69, 0.55);

    object-fit: contain;
}

/* ---------------------------------------------------------
   MATCHDAY STATUS
--------------------------------------------------------- */

.home-section--matchday {
    margin-top: 22px;

    padding-top: 0;
    padding-bottom: 24px;
}

.home-section--matchday .home-section__title {
    margin-bottom: 12px;
}

.matchday-status-placeholder {
    min-height: 96px;

    padding: 0 18px;

    display: flex;
    align-items: center;

    background: #0b1728;

    border-top: 1px solid rgba(255, 255, 255, 0.08);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);

    color: var(--ffo-text-muted);

    font-size: 15px;
    font-weight: 500;
}