/* Public home styles extracted from index.php for cacheable delivery. */
html,
body {
    max-width: 100%;
    overflow-x: hidden;
}
body { font-family: 'Manrope', sans-serif; }
.app-bg {
    background-color: var(--site-bg);
    background-image:
        radial-gradient(at 0% 0%, var(--site-spot-a) 0, transparent 45%),
        radial-gradient(at 100% 0%, var(--site-spot-b) 0, transparent 40%),
        radial-gradient(at 50% 100%, var(--site-spot-c) 0, transparent 45%);
    background-size: cover; background-repeat: no-repeat; background-attachment: fixed;
}
.glass-card {
    background: rgba(255, 255, 255, 0.95); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(148, 163, 184, 0.24);
    border-radius: var(--ux-radius-xl) !important;
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.10), 0 2px 6px rgba(15, 23, 42, 0.05);
    transition: box-shadow 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}
.modern-header {
    position: relative;
    overflow: visible;
    background: linear-gradient(130deg, rgba(255,255,255,0.97), rgba(248,250,252,0.95));
    border-radius: var(--ux-radius-xl) !important;
}
.modern-header::before {
    content: '';
    position: absolute;
    width: 210px;
    height: 210px;
    right: -70px;
    top: -70px;
    border-radius: 9999px;
    background: radial-gradient(circle at center, rgba(99,102,241,0.28), transparent 70%);
    pointer-events: none;
}
.modern-header::after {
    content: '';
    position: absolute;
    width: 180px;
    height: 180px;
    left: -60px;
    bottom: -80px;
    border-radius: 9999px;
    background: radial-gradient(circle at center, rgba(14,165,233,0.20), transparent 72%);
    pointer-events: none;
}
.header-brand-chip {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    border-radius: 9999px;
    border: 1px solid rgba(99,102,241,0.26);
    background: rgba(238,242,255,0.9);
    color: #4338ca;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 0.19em;
    text-transform: uppercase;
    padding: 0.45rem 0.85rem;
}
.header-quick-stat {
    border-radius: 9999px;
    border: 1px solid rgba(148,163,184,0.25);
    background: rgba(255,255,255,0.82);
    color: #334155;
    font-size: 11px;
    font-weight: 800;
    padding: 0.42rem 0.78rem;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
}.public-shell [class~="rounded"] { border-radius: calc(0.25rem * var(--corner-scale)) !important; }
.public-shell [class~="rounded-md"] { border-radius: calc(0.375rem * var(--corner-scale)) !important; }
.public-shell [class~="rounded-lg"] { border-radius: calc(0.5rem * var(--corner-scale)) !important; }
.public-shell [class~="rounded-xl"] { border-radius: calc(0.75rem * var(--corner-scale)) !important; }
.public-shell [class~="rounded-2xl"] { border-radius: calc(1rem * var(--corner-scale)) !important; }
.public-shell [class~="rounded-3xl"] { border-radius: calc(1.5rem * var(--corner-scale)) !important; }
.public-shell [class~="rounded-[1.1rem]"] { border-radius: calc(1.1rem * var(--corner-scale)) !important; }
.public-shell [class~="rounded-[1.2rem]"] { border-radius: calc(1.2rem * var(--corner-scale)) !important; }
.public-shell [class~="rounded-[1.3rem]"] { border-radius: calc(1.3rem * var(--corner-scale)) !important; }
.public-shell [class~="rounded-[1.5rem]"] { border-radius: calc(1.5rem * var(--corner-scale)) !important; }
.public-shell [class~="rounded-[1.6rem]"] { border-radius: calc(1.6rem * var(--corner-scale)) !important; }
.public-shell [class~="rounded-[1.75rem]"] { border-radius: calc(1.75rem * var(--corner-scale)) !important; }
.public-shell [class~="rounded-[1.8rem]"] { border-radius: calc(1.8rem * var(--corner-scale)) !important; }
.public-shell [class~="rounded-[1.85rem]"] { border-radius: calc(1.85rem * var(--corner-scale)) !important; }
.public-shell [class~="rounded-[2rem]"] { border-radius: calc(2rem * var(--corner-scale)) !important; }
.hero-card { background: linear-gradient(135deg, var(--hero-from), var(--hero-via), var(--hero-to)); }
.story-ring { background-image: linear-gradient(135deg, var(--story-from), var(--story-via), var(--story-to)); }
.section-headline {
    color: #0f172a;
    font-size: 0.7rem;
    font-weight: 900;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    padding: 0.38rem 0.62rem;
    border-radius: var(--ux-radius-xs);
    border: 1px solid rgba(148,163,184,0.32);
    background: rgba(255,255,255,0.86);
}
.spotlight-surface {
    background: linear-gradient(135deg, rgba(255,255,255,0.98), rgba(248,250,252,0.95));
    border-radius: var(--ux-radius-xl) !important;
}
.spotlight-image { box-shadow: 0 24px 70px rgba(15, 23, 42, 0.18); }
.hero-media-fit {
    width: 100%;
    height: auto;
    max-height: min(56vh, 420px);
    object-fit: contain;
    object-position: center;
    display: block;
    background: linear-gradient(135deg, rgba(15,23,42,0.06), rgba(99,102,241,0.08));
}
@media (max-width: 640px) {
    .hero-media-fit { max-height: 300px; }
}
.student-photo-trigger {
    cursor: pointer;
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.student-photo-trigger:hover,
.student-photo-trigger:focus {
    transform: scale(1.08);
    box-shadow: 0 10px 26px rgba(79, 70, 229, 0.22);
    outline: none;
}
.share-preview-shell {
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(145deg, rgba(255,255,255,0.96), rgba(241,245,249,0.88)),
        repeating-linear-gradient(135deg, rgba(14,165,233,0.12) 0 1px, transparent 1px 18px);
    box-shadow: 0 30px 80px rgba(15, 23, 42, 0.28);
    border: 1px solid rgba(226,232,240,0.85);
}
.share-preview-shell::before {
    content: '';
    position: absolute;
    inset: 1px;
    border-radius: inherit;
    background: linear-gradient(180deg, rgba(255,255,255,0.64), rgba(255,255,255,0));
    pointer-events: none;
}
.share-preview-shell > * {
    position: relative;
    z-index: 1;
}
.share-modal-wrap {
    max-height: calc(100vh - 1.5rem);
    overflow-y: auto;
    scrollbar-width: thin;
}
#student-share-modal {
    overflow: hidden !important;
    align-items: center !important;
}
#student-share-modal .share-modal-wrap {
    width: min(92vw, 22rem) !important;
    max-height: calc(100dvh - 1rem);
    overflow: visible;
}
#student-share-modal .share-preview-shell {
    padding: 0.62rem !important;
    border-radius: 1.45rem !important;
}
.share-modal-wrap::-webkit-scrollbar {
    width: 6px;
}
.share-modal-wrap::-webkit-scrollbar-thumb {
    background: rgba(148, 163, 184, 0.6);
    border-radius: 9999px;
}
@media (max-width: 480px), (max-height: 760px) {
    #student-share-modal {
        align-items: center !important;
        padding: 0.75rem;
    }
    .share-modal-wrap {
        width: min(88vw, 19rem) !important;
        max-height: calc(100dvh - 1rem);
        overflow: visible;
    }
    .share-modal-wrap .share-preview-shell {
        padding: 0.6rem !important;
        border-radius: 1.4rem !important;
    }
    .share-modal-wrap #student-share-canvas {
        border-radius: 1.15rem !important;
    }
    .share-modal-wrap #student-share-topband {
        padding: 1rem 1rem 3.85rem !important;
    }
    .share-modal-wrap .share-photo-stage {
        margin-top: -1.85rem !important;
        padding: 0.6rem !important;
        border-radius: 1.25rem !important;
    }
    .share-modal-wrap .share-photo-stage > div {
        width: 8.9rem !important;
        height: 8.9rem !important;
        border-radius: 1.15rem !important;
    }
    .share-modal-wrap #student-share-name {
        font-size: 1.6rem !important;
        line-height: 1.2 !important;
    }
    .share-modal-wrap #student-share-detail {
        margin-top: 0.65rem !important;
        font-size: 0.83rem !important;
        line-height: 1.35rem !important;
    }
    .share-modal-actions {
        margin-top: 0.85rem !important;
    }
    .share-modal-actions button {
        padding-top: 0.65rem !important;
        padding-bottom: 0.65rem !important;
        font-size: 0.62rem !important;
    }
}
@media (max-height: 680px) {
    .share-modal-wrap {
        width: min(82vw, 16.5rem) !important;
    }
    .share-modal-wrap .share-photo-stage > div {
        width: 7.2rem !important;
        height: 7.2rem !important;
    }
    .share-modal-wrap .share-congrats-ribbon {
        width: 52% !important;
        margin-top: -0.2rem !important;
    }
    .share-modal-wrap #student-share-name {
        font-size: 1.28rem !important;
    }
    .share-modal-wrap #student-share-detail,
    .share-modal-wrap .share-poster-footer {
        display: none !important;
    }
}
.share-photo-stage {
    position: relative;
    margin: -2.3rem auto 0;
    width: fit-content;
    padding: 0.85rem;
    border-radius: 2rem;
    background: linear-gradient(145deg, #ffffff, #eff6ff);
    border: 1px solid rgba(226,232,240,0.95);
    box-shadow: 0 24px 56px rgba(15, 23, 42, 0.18);
}
.share-photo-stage::after {
    content: '';
    position: absolute;
    inset: 10px;
    border-radius: 1.45rem;
    border: 1px solid rgba(14, 165, 233, 0.20);
    pointer-events: none;
}
#student-share-canvas {
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    box-shadow: inset 0 0 0 1px rgba(226,232,240,0.9);
}
#student-share-topband {
    isolation: isolate;
    overflow: hidden;
}
#student-share-topband::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        repeating-linear-gradient(135deg, rgba(255,255,255,0.16) 0 1px, transparent 1px 22px),
        linear-gradient(180deg, rgba(255,255,255,0.10), rgba(15,23,42,0));
    opacity: 0.72;
    pointer-events: none;
    z-index: 0;
}
#student-share-topband > * {
    position: relative;
    z-index: 1;
}
.share-school-mark {
    border: 1px solid rgba(255,255,255,0.26);
    background: rgba(255,255,255,0.16);
    box-shadow: 0 14px 30px rgba(15,23,42,0.20);
}
.share-top-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    border-radius: 9999px;
    border: 1px solid rgba(255,255,255,0.28);
    background: linear-gradient(135deg, rgba(255,255,255,0.30), rgba(255,255,255,0.12));
    padding: 0.55rem 0.9rem;
    font-size: 0.62rem;
    font-weight: 900;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.95);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow: 0 10px 24px rgba(30, 41, 59, 0.24);
}
.share-info-card {
    border-radius: 1.15rem;
    border: 1px solid rgba(226,232,240,0.95);
    background: linear-gradient(145deg, #ffffff, #f8fafc);
    box-shadow: 0 12px 26px rgba(15, 23, 42, 0.07);
    padding: 0.95rem 1rem;
}
.share-note-card {
    border-radius: 1.35rem;
    border: 1px solid rgba(255,255,255,0.18);
    background: rgba(255,255,255,0.14);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.18);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}
#student-share-achievement {
    border: 1px solid rgba(251, 146, 60, 0.30);
    background: linear-gradient(135deg, #fff7ed, #fffbeb);
    color: #c2410c;
    box-shadow: 0 10px 24px rgba(251, 146, 60, 0.16);
}
.share-modal-actions .share-primary-action {
    background: linear-gradient(135deg, #ffffff, #eff6ff) !important;
    color: #0f172a !important;
    border: 1px solid rgba(226,232,240,0.95);
}
.share-modal-actions .share-secondary-action {
    background: rgba(15,23,42,0.72) !important;
    border: 1px solid rgba(255,255,255,0.18) !important;
}
.share-preview-shell {
    background: #e8e4da;
    border: 0;
    box-shadow: 0 34px 90px rgba(15, 23, 42, 0.36);
}
.share-preview-shell::before {
    background: linear-gradient(180deg, rgba(255,255,255,0.35), rgba(255,255,255,0));
}
#student-share-canvas.share-album-card {
    --poster-accent: #18191a;
    --poster-soft: #efede7;
    isolation: isolate;
    background:
        linear-gradient(132deg, rgba(245,158,11,0.24) 0 10%, transparent 10% 100%),
        linear-gradient(226deg, rgba(14,165,233,0.18) 0 14%, transparent 14% 100%),
        linear-gradient(18deg, transparent 0 68%, rgba(24,25,26,0.065) 68% 70%, transparent 70% 100%),
        repeating-linear-gradient(135deg, rgba(24,25,26,0.045) 0 1px, transparent 1px 18px),
        #faf9f6;
    color: #18191a;
    box-shadow: inset 0 0 0 1px rgba(24,25,26,0.08);
}
#student-share-canvas.share-theme-celebration {
    --poster-accent: #172554;
    --poster-soft: #fff7ed;
    background:
        radial-gradient(circle at 15% 12%, rgba(250,204,21,0.48), transparent 24%),
        radial-gradient(circle at 84% 18%, rgba(236,72,153,0.35), transparent 26%),
        radial-gradient(circle at 74% 86%, rgba(14,165,233,0.38), transparent 30%),
        linear-gradient(145deg, #fff7ed 0%, #eef2ff 48%, #ecfeff 100%);
}
#student-share-canvas.share-theme-scholar {
    --poster-accent: #064e3b;
    --poster-soft: #ecfdf5;
    background:
        linear-gradient(135deg, rgba(6,78,59,0.09), transparent 35%),
        radial-gradient(circle at 82% 18%, rgba(245,158,11,0.22), transparent 24%),
        linear-gradient(145deg, #f8fafc 0%, #ecfdf5 52%, #fffbeb 100%);
}
#student-share-canvas.share-album-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        linear-gradient(155deg, transparent 0 58%, rgba(15,23,42,0.08) 58% 59.3%, transparent 59.3% 100%),
        linear-gradient(28deg, transparent 0 76%, rgba(245,158,11,0.18) 76% 86%, transparent 86% 100%);
    pointer-events: none;
    z-index: 0;
}
#student-share-canvas.has-custom-poster-bg::before {
    background:
        linear-gradient(145deg, rgba(255,255,255,0.78), rgba(255,255,255,0.42)),
        var(--share-custom-bg);
    background-size: cover;
    background-position: center;
}
#student-share-canvas.share-overlay-light.has-custom-poster-bg::before {
    background: linear-gradient(145deg, rgba(255,255,255,0.55), rgba(255,255,255,0.26)), var(--share-custom-bg);
    background-size: cover;
    background-position: center;
}
#student-share-canvas.share-overlay-strong.has-custom-poster-bg::before {
    background: linear-gradient(145deg, rgba(255,255,255,0.9), rgba(255,255,255,0.68)), var(--share-custom-bg);
    background-size: cover;
    background-position: center;
}
#student-share-canvas.share-layout-hero .share-photo-stage {
    width: 76%;
}
#student-share-canvas.share-layout-hero .share-photo-stage > div {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 4 / 3;
}
#student-share-canvas.share-layout-split .share-album-body {
    text-align: left;
}
#student-share-canvas.share-layout-split .share-highlight-row {
    justify-content: flex-start;
}
#student-share-canvas.share-layout-badge .share-photo-stage {
    border-radius: 999px;
    background: linear-gradient(145deg, #fff7ed, #ffffff);
}
#student-share-canvas.share-photo-square .share-photo-stage,
#student-share-canvas.share-photo-square .share-photo-stage > div {
    border-radius: 0.65rem !important;
}
#student-share-canvas.share-photo-circle .share-photo-stage,
#student-share-canvas.share-photo-circle .share-photo-stage > div {
    border-radius: 999px !important;
}
#student-share-canvas.share-name-elegant #student-share-name {
    font-family: Georgia, 'Times New Roman', serif;
    font-weight: 800 !important;
}
#student-share-canvas.share-name-compact #student-share-name {
    font-size: 2rem !important;
    line-height: 1.05 !important;
    letter-spacing: 0 !important;
}
#student-share-canvas.share-album-card > * {
    position: relative;
    z-index: 1;
}
#student-share-topband.share-album-top {
    background: transparent !important;
    color: #18191a !important;
    padding: 1.25rem 1.25rem 0 !important;
    overflow: visible;
}
#student-share-topband.share-album-top::before {
    display: none;
}
.share-album-brand-row {
    color: #18191a;
    margin-bottom: 1.05rem;
}
.share-album-school {
    font-size: 1.15rem;
    font-weight: 900;
    line-height: 1.08;
    text-transform: uppercase;
    word-break: break-word;
}
.share-album-kicker {
    margin-top: 0.28rem;
    color: rgba(24,25,26,0.76);
    font-size: 1.02rem;
    font-weight: 900;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}
.share-school-mark {
    background: #ffffff;
    border: 1px solid rgba(24,25,26,0.10);
    box-shadow: 0 12px 24px rgba(24,25,26,0.10);
}
.share-top-pill {
    border-color: rgba(24,25,26,0.14);
    background: #ffffff;
    color: #18191a;
    box-shadow: 0 10px 22px rgba(24,25,26,0.08);
}
.share-photo-stage {
    width: 100%;
    margin: 0;
    padding: 0;
    border-radius: 0.25rem;
    background: #111827;
    border: 5px solid rgba(255,255,255,0.84);
    box-shadow: 0 28px 56px rgba(24,25,26,0.26);
}
.share-photo-stage::after {
    display: none;
}
.share-photo-stage > div {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 1 / 1;
    border-radius: 0.2rem !important;
    box-shadow: none !important;
}
.share-album-body {
    padding: 1.25rem 1.25rem 1.35rem !important;
}
#student-share-achievement {
    border: 0 !important;
    background: transparent !important;
    color: var(--poster-accent) !important;
    box-shadow: none !important;
    padding: 0 !important;
    font-size: 0.86rem !important;
    letter-spacing: 0.12em !important;
}
#student-share-name {
    color: #18191a !important;
    font-size: clamp(2.05rem, 8vw, 3.25rem) !important;
    line-height: 0.95 !important;
    font-weight: 900 !important;
    text-transform: uppercase;
    word-break: break-word;
}
#student-share-section {
    color: #18191a !important;
}
#student-share-detail {
    color: rgba(24,25,26,0.72) !important;
    font-weight: 800;
    text-transform: uppercase;
}
.share-congrats-ribbon {
    position: relative;
    display: flex;
    justify-content: center;
    margin: 0.1rem auto 0.9rem;
    width: min(72%, 15.5rem);
    transform: rotate(-2deg);
    filter: drop-shadow(0 13px 16px rgba(24,25,26,0.20));
}
.share-congrats-ribbon img {
    display: block;
    width: 100%;
    height: auto;
}
.share-highlight-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.7rem;
    margin-top: 1.1rem;
}
.share-highlight-pill {
    position: relative;
    overflow: hidden;
    border: 2px solid rgba(24,25,26,0.92);
    border-radius: 1rem;
    background: linear-gradient(135deg, #ffffff, #fff7ed);
    padding: 0.68rem 0.78rem;
    text-align: left;
    text-transform: uppercase;
    box-shadow: 0 10px 20px rgba(24,25,26,0.08);
}
.share-highlight-pill:nth-child(2) {
    background: linear-gradient(135deg, #ffffff, #ecfeff);
}
.share-highlight-pill::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 0.32rem;
    background: linear-gradient(90deg, #18191a, #f59e0b);
}
.share-highlight-pill:nth-child(2)::before {
    background: linear-gradient(90deg, #18191a, #0891b2);
}
.share-highlight-label {
    display: block;
    color: rgba(24,25,26,0.56);
    font-size: 0.55rem;
    font-weight: 900;
    letter-spacing: 0.16em;
    line-height: 1;
}
.share-highlight-value {
    display: block;
    margin-top: 0.35rem;
    color: #18191a;
    font-size: 1.12rem;
    font-weight: 900;
    line-height: 1.05;
    word-break: break-word;
}
.share-album-meta {
    display: none;
}
.share-poster-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.85rem;
    margin-top: 1.2rem;
    color: #18191a;
    font-size: 0.62rem;
    font-weight: 900;
    line-height: 1.2;
    text-transform: uppercase;
}
.share-info-card {
    border: 0;
    background: transparent;
    box-shadow: none;
    padding: 0;
}
.share-modal-actions .share-primary-action {
    background: #faf9f6 !important;
    color: #18191a !important;
    border: 1px solid rgba(24,25,26,0.14);
}
.share-modal-actions .share-secondary-action {
    background: rgba(24,25,26,0.78) !important;
    border: 1px solid rgba(255,255,255,0.14) !important;
}
@media (max-width: 480px), (max-height: 760px) {
    .share-modal-wrap #student-share-topband.share-album-top {
        padding: 0.85rem 0.85rem 0 !important;
    }
    .share-modal-wrap .share-album-body {
        padding: 0.95rem 0.95rem 1rem !important;
    }
    .share-modal-wrap .share-photo-stage {
        margin-top: 0 !important;
        padding: 0 !important;
        border-radius: 0.2rem !important;
    }
    .share-modal-wrap .share-photo-stage > div {
        width: 100% !important;
        height: auto !important;
        border-radius: 0.16rem !important;
    }
    .share-modal-wrap #student-share-name {
        font-size: 2rem !important;
    }
    .share-poster-footer {
        gap: 0.5rem;
        font-size: 0.54rem;
    }
    .share-highlight-row {
        gap: 0.5rem;
    }
    .share-highlight-pill {
        padding: 0.58rem 0.6rem;
    }
    .share-highlight-value {
        font-size: 0.88rem;
    }
}
@media (max-height: 680px) {
    #student-share-modal .share-modal-wrap {
        width: min(82vw, 16.5rem) !important;
    }
    #student-share-modal .share-preview-shell {
        padding: 0.45rem !important;
        border-radius: 1.15rem !important;
    }
    .share-modal-wrap .share-album-body {
        padding: 0.65rem 0.7rem 0.75rem !important;
    }
    .share-modal-wrap .share-congrats-ribbon {
        width: 52% !important;
        margin-top: -0.2rem !important;
    }
    .share-modal-wrap #student-share-name {
        font-size: 1.28rem !important;
    }
    .share-modal-wrap #student-share-detail,
    .share-modal-wrap .share-poster-footer {
        display: none !important;
    }
    .share-modal-actions {
        margin-top: 0.65rem !important;
    }
    .share-modal-actions button {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
}
#student-share-modal {
    align-items: flex-start !important;
    overflow-y: auto !important;
    padding-top: max(1rem, env(safe-area-inset-top)) !important;
    padding-bottom: max(6rem, calc(5.25rem + env(safe-area-inset-bottom))) !important;
}
#student-share-modal .share-modal-wrap {
    width: min(94vw, 30rem) !important;
    max-width: min(94vw, 30rem) !important;
    max-height: none !important;
    overflow: visible !important;
    margin-left: auto;
    margin-right: auto;
}
#student-share-modal .share-preview-shell {
    width: 100%;
}
#student-share-modal .share-modal-actions {
    position: fixed !important;
    left: 50% !important;
    right: auto !important;
    bottom: max(0.75rem, env(safe-area-inset-bottom)) !important;
    transform: translateX(-50%);
    z-index: 9999;
    width: min(94vw, 30rem);
    display: flex !important;
    margin-top: 0 !important;
    padding: 0.45rem;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.72);
    box-shadow: 0 18px 46px rgba(15, 23, 42, 0.32);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}
@media (max-width: 480px) {
    #student-share-modal .share-modal-wrap {
        width: min(94vw, 23rem) !important;
        max-width: min(94vw, 23rem) !important;
    }
    #student-share-modal .share-modal-actions {
        width: min(94vw, 23rem);
        max-width: 23rem;
    }
}
.share-action-label {
    display: inline;
}
body.is-exporting-share .share-action-label {
    display: none !important;
}
.footer-icon {
    width: 2.75rem; height: 2.75rem; border-radius: 9999px; display: inline-flex; align-items: center; justify-content: center;
    background: rgba(15, 23, 42, 0.06); color: #0f172a; border: 1px solid rgba(148, 163, 184, 0.28); transition: transform 0.18s ease, background 0.18s ease;
}
.footer-icon:hover { transform: translateY(-2px); background: rgba(15, 23, 42, 0.1); }
.footer-icon.is-disabled { opacity: 0.55; cursor: default; }
.discover-card {
    background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(248,250,252,0.98));
    border: 1px solid rgba(226,232,240,0.95);
    border-radius: var(--ux-radius-lg);
    box-shadow: 0 18px 46px rgba(15, 23, 42, 0.08);
}
.discover-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 24px 54px rgba(15, 23, 42, 0.12);
}
.discover-icon {
    width: 3rem;
    height: 3rem;
    border-radius: 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.05rem;
    color: #1e293b;
    background: linear-gradient(135deg, rgba(224,231,255,0.92), rgba(191,219,254,0.9));
    border: 1px solid rgba(165,180,252,0.4);
}
.discover-filter-chip {
    border-radius: 9999px;
    border: 1px solid rgba(148,163,184,0.35);
    background: rgba(255,255,255,0.92);
    color: #334155;
    padding: 0.5rem 0.9rem;
    font-size: 0.66rem;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    transition: all 0.2s ease;
}
.discover-filter-chip:hover {
    border-color: rgba(99,102,241,0.45);
    color: #4338ca;
    transform: translateY(-1px);
}
.discover-filter-chip.is-active {
    color: #ffffff;
    border-color: transparent;
    background: linear-gradient(135deg, #4f46e5, #7c3aed);
    box-shadow: 0 12px 24px rgba(79,70,229,0.3);
}
.discover-featured-card {
    border-radius: var(--ux-radius-lg);
    border: 1px solid rgba(165,180,252,0.38);
    background: linear-gradient(130deg, rgba(79,70,229,0.08), rgba(14,165,233,0.08), rgba(255,255,255,0.95));
    box-shadow: 0 20px 48px rgba(30, 41, 59, 0.10);
    overflow: hidden;
}
.discover-featured-media {
    width: 100%;
    max-height: min(46vh, 420px);
    object-fit: cover;
    display: block;
}
.discover-page-link {
    min-width: 2.35rem;
    height: 2.35rem;
    border-radius: 9999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(148,163,184,0.35);
    background: rgba(255,255,255,0.9);
    color: #334155;
    font-weight: 800;
    font-size: 0.83rem;
    transition: all 0.18s ease;
}
.discover-page-link:hover {
    border-color: rgba(99,102,241,0.45);
    color: #4338ca;
    transform: translateY(-1px);
}
.discover-page-link.is-active {
    color: #ffffff;
    border-color: transparent;
    background: linear-gradient(135deg, #4f46e5, #7c3aed);
    box-shadow: 0 12px 28px rgba(79, 70, 229, 0.35);
}
.discover-page-nav {
    width: auto;
    padding: 0 0.85rem;
}
.carousel-wrapper[data-carousel-mode="slideshow"] .carousel-container {
    scroll-behavior: smooth;
    transition: height 0.28s ease;
    gap: 0.9rem;
    padding: 0.35rem 0.32rem 0.72rem;
    scroll-padding-left: 0.32rem;
    scroll-padding-right: 0.32rem;
}
.carousel-wrapper[data-carousel-mode="slideshow"] {
    padding: 0.2rem 0.22rem 0.4rem;
}
.carousel-wrapper[data-carousel-mode="slideshow"] .carousel-controls {
    margin-top: 0.38rem;
    padding: 0 0.36rem;
}
.carousel-wrapper[data-carousel-mode="slideshow"] .carousel-slide {
    opacity: 0.93;
    transform: scale(0.985);
    border-radius: var(--ux-radius-lg) !important;
    transition: transform 0.35s ease, opacity 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}
.carousel-wrapper[data-carousel-mode="slideshow"] .carousel-slide.is-active {
    opacity: 1;
    transform: scale(1);
    border-color: rgba(99, 102, 241, 0.30);
    box-shadow: 0 18px 44px rgba(15, 23, 42, 0.12);
}
.carousel-wrapper[data-carousel-mode="slideshow"] .carousel-slide > div:first-child {
    padding: 0.76rem 0.88rem !important;
}
.carousel-wrapper[data-carousel-mode="slideshow"] .carousel-nav-btn {
    width: 2.2rem;
    height: 2.2rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    border: 1px solid rgba(148, 163, 184, 0.34);
    background: rgba(255, 255, 255, 0.94);
    color: #1e293b;
    box-shadow: 0 10px 26px rgba(15, 23, 42, 0.14);
    transition: transform 0.2s ease, background 0.2s ease;
}
.carousel-wrapper[data-carousel-mode="slideshow"] .carousel-nav-btn:hover {
    transform: translateY(-1px);
    background: #ffffff;
}
@media (max-width: 768px) {
    .carousel-wrapper[data-carousel-mode="slideshow"] .carousel-nav-btn {
        width: 2.45rem;
        height: 2.45rem;
    }
}
.home-highlights-layout {
    border-radius: 0;
    border: 0;
    background: transparent;
    padding: 0;
    overflow: visible;
}
.home-highlights-head {
    position: relative;
    z-index: 80;
    border-radius: 0;
    border: 0;
    background: transparent;
    padding: 0;
    overflow: visible;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}
.home-highlights-title {
    color: #ffffff;
    font-size: clamp(1.3rem, 4vw, 2.3rem);
    line-height: 1.05;
    font-weight: 900;
    letter-spacing: 0;
}
.home-highlights-copy {
    color: rgba(255,255,255,0.74);
    font-size: 0.86rem;
    line-height: 1.65;
}
.home-highlights-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.55rem;
}
.home-login-button {
    min-height: 2.55rem;
    border-radius: var(--ux-radius-sm) !important;
    background: rgba(255,255,255,0.94) !important;
    color: #1e293b !important;
    box-shadow: 0 10px 24px rgba(15,23,42,0.10);
}
.home-login-button:hover {
    border-color: rgba(99,102,241,0.52) !important;
    transform: translateY(-1px);
}
.home-login-panel {
    right: 0;
    width: min(100%, 360px);
}
.home-inline-login-form {
    border-radius: var(--ux-radius-lg) !important;
    box-shadow: 0 18px 45px rgba(15,23,42,0.18);
}
.home-feature-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    align-items: stretch;
}
.home-feature-grid > .carousel-slide {
    min-width: 0 !important;
    width: 100% !important;
    scroll-snap-align: none !important;
    opacity: 1 !important;
    transform: none !important;
}
.home-feature-grid > .card-capture {
    height: 100%;
}
.home-feature-grid > .card-capture:first-child {
    border-color: rgba(255,255,255,0.34);
    box-shadow: 0 26px 70px rgba(15, 23, 42, 0.22);
}
.home-feature-grid > .card-capture:first-child::after {
    content: 'Featured';
    position: absolute;
    top: 0.8rem;
    right: 0.8rem;
    z-index: 4;
    border-radius: 9999px;
    background: rgba(15, 23, 42, 0.78);
    color: #ffffff;
    padding: 0.38rem 0.65rem;
    font-size: 0.62rem;
    font-weight: 900;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}
.home-feature-grid .card-actions {
    margin-top: auto;
}
@media (min-width: 760px) {
    .home-feature-grid {
        grid-template-columns: 1fr;
    }
    .home-feature-grid > .card-capture:first-child {
        grid-column: auto;
    }
}
@media (min-width: 1100px) {
    .home-feature-grid {
        grid-template-columns: 1fr;
    }
    .home-feature-grid > .card-capture:first-child {
        grid-column: auto;
        grid-row: auto;
    }
}
@media (max-width: 640px) {
    .home-highlights-layout {
        padding: 0;
    }
    .home-highlights-head {
        padding: 0;
    }
    .home-highlights-actions {
        width: 100%;
        justify-content: stretch;
    }
    .home-login-button,
    .home-highlights-actions .public-menu-details {
        flex: 1 1 0;
    }
    .home-login-button,
    .home-highlights-actions .public-menu-toggle {
        justify-content: center;
        width: 100%;
    }
    .home-login-panel {
        width: 100%;
    }
}
.public-menu-header {
    margin-left: 0;
    position: relative;
    z-index: 120;
    flex-shrink: 0;
}
.public-menu-details {
    position: relative;
    background: transparent;
    border: 0;
    box-shadow: none;
    overflow: visible;
}
.public-menu-toggle {
    list-style: none;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    padding: 0;
}
.public-menu-toggle::-webkit-details-marker { display: none; }
.public-menu-toggle-badge {
    width: 2.2rem;
    height: 2.2rem;
    border-radius: 0.8rem;
    border: 1px solid rgba(99,102,241,0.28);
    background: linear-gradient(135deg, rgba(79,70,229,0.16), rgba(14,165,233,0.20));
    color: #1d4ed8;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    box-shadow: 0 10px 24px rgba(79,70,229,0.16);
    transition: transform 0.18s ease, background 0.18s ease;
}
.public-menu-details[open] .public-menu-toggle-badge {
    background: linear-gradient(135deg, rgba(79,70,229,0.24), rgba(14,165,233,0.24));
    transform: translateY(-1px);
}
.public-menu-toggle-arrow {
    width: 2.2rem;
    height: 2.2rem;
    border-radius: 9999px;
    border: 1px solid rgba(148,163,184,0.35);
    background: rgba(255,255,255,0.84);
    color: #334155;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.78rem;
    transition: transform 0.18s ease, background 0.18s ease;
}
.public-menu-toggle-arrow .icon-open { display: none; }
.public-menu-details[open] .public-menu-toggle-arrow .icon-closed { display: none; }
.public-menu-details[open] .public-menu-toggle-arrow .icon-open { display: inline-block; }
.public-menu-panel {
    position: absolute;
    top: calc(100% + 0.5rem);
    right: 0;
    width: min(90vw, 340px);
    padding: 0.8rem;
    background: linear-gradient(135deg, rgba(255,255,255,0.98), rgba(241,245,249,0.95));
    border: 1px solid rgba(148,163,184,0.22);
    border-radius: var(--ux-radius-md);
    box-shadow: 0 16px 40px rgba(15,23,42,0.12);
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.55rem;
    z-index: 140;
}
@media (min-width: 640px) {
    .public-menu-panel { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (min-width: 1024px) {
    .public-menu-panel { width: min(72vw, 520px); }
}
.public-login-panel {
    position: absolute;
    top: calc(100% + 0.5rem);
    right: 0;
    width: 100%;
    z-index: 130;
    transition: opacity 0.2s ease, transform 0.2s ease;
}
.public-menu-link {
    min-height: 2.55rem;
    border-radius: var(--ux-radius-sm);
    border: 1px solid rgba(148,163,184,0.24);
    background: rgba(255,255,255,0.9);
    color: #1f2937;
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.52rem 0.65rem;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    line-height: 1.25;
    transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}
.public-menu-link i {
    width: 1.35rem;
    height: 1.35rem;
    border-radius: 9999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(79,70,229,0.12);
    color: #4338ca;
    font-size: 0.78rem;
    flex-shrink: 0;
}
.public-menu-link:hover {
    transform: translateY(-1px);
    border-color: rgba(99,102,241,0.46);
    background: #ffffff;
}
.public-menu-link.is-active {
    border-color: rgba(99,102,241,0.65);
    background: linear-gradient(135deg, rgba(79,70,229,0.16), rgba(14,165,233,0.12));
    color: #312e81;
}
.public-menu-link.is-active i {
    background: rgba(79,70,229,0.22);
    color: #312e81;
}
.card-linkable { cursor: pointer; }
.card-linkable:focus-visible {
    outline: 3px solid rgba(59,130,246,0.45);
    outline-offset: 2px;
}
.highlight-student-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.65rem;
    align-content: start;
}
.student-list-toggle-wrap {
    padding: 0.72rem 0.9rem 0.18rem;
}
.student-list-toggle-btn {
    width: 100%;
    min-height: 2.1rem;
    border-radius: var(--ux-radius-sm);
    border: 1px solid rgba(148, 163, 184, 0.32);
    background: linear-gradient(135deg, rgba(248, 250, 252, 0.98), rgba(241, 245, 249, 0.95));
    color: #334155;
    font-size: 0.66rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.36rem;
    transition: all 0.18s ease;
}
.student-list-toggle-btn:hover {
    background: #ffffff;
    border-color: rgba(99, 102, 241, 0.5);
    color: #312e81;
    transform: translateY(-1px);
}
.student-list-toggle-btn i {
    font-size: 0.72rem;
    transition: transform 0.2s ease;
}
.student-list-toggle-btn.is-expanded i {
    transform: rotate(180deg);
}
.student-list-toggle-count {
    color: #6366f1;
    font-weight: 900;
}
.student-list {
    position: relative;
}
.student-list.compact .highlight-student-tile:nth-child(n+7) {
    display: none;
}
.student-list.compact::after {
    display: none;
}
.carousel-wrapper[data-carousel-mode="slideshow"] .carousel-slide .highlight-student-grid {
    padding: 0.9rem 0.9rem 0.96rem !important;
    gap: 0.74rem;
}
.highlight-student-tile {
    border-radius: var(--ux-radius-sm);
    border: 1px solid rgba(226, 232, 240, 0.95);
    background: linear-gradient(160deg, #ffffff 0%, #f8fafc 72%, #eef2ff 100%);
    box-shadow: 0 10px 22px rgba(15, 23, 42, 0.08);
    padding: 0.7rem;
    min-height: 9.8rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    gap: 0.46rem;
}
.highlight-student-photo {
    width: 4.7rem;
    height: 4.7rem;
    border-radius: var(--ux-radius-sm);
    object-fit: cover;
    border: 2px solid #ffffff;
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.15);
    background: #eef2ff;
    flex-shrink: 0;
}
.card-capture {
    border-radius: var(--ux-radius-lg) !important;
    border: 1px solid rgba(129, 140, 248, 0.22);
    background: linear-gradient(180deg, rgba(255,255,255,0.99), rgba(238,242,255,0.72) 52%, rgba(224,242,254,0.66));
    box-shadow: 0 14px 38px rgba(30, 41, 59, 0.12);
    position: relative;
    overflow: hidden;
}
.card-capture::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 3px;
    background: linear-gradient(90deg, #22d3ee, #6366f1, #f472b6);
    opacity: 0.92;
    z-index: 1;
    pointer-events: none;
}
.card-capture:hover {
    box-shadow: 0 24px 52px rgba(15, 23, 42, 0.18);
    transform: translateY(-2px);
}
.card-capture .card-actions {
    background: linear-gradient(180deg, rgba(238,242,255,0.92), rgba(224,242,254,0.86));
    border-top: 1px solid rgba(129,140,248,0.18) !important;
}
.card-capture .card-actions button {
    border-radius: 9999px;
    padding: 0.3rem 0.6rem;
    background: rgba(255,255,255,0.78);
    box-shadow: 0 6px 16px rgba(15, 23, 42, 0.08);
}
#public-inline-username,
#public-inline-password,
#public-inline-login-btn {
    border-radius: var(--ux-radius-sm) !important;
}
.highlight-student-name {
    font-size: 0.72rem;
    line-height: 1.2;
    font-weight: 800;
    color: #0f172a;
    width: 100%;
    word-break: break-word;
}
.highlight-student-meta {
    font-size: 0.65rem;
    line-height: 1.28;
    font-weight: 700;
    color: #64748b;
    width: 100%;
    word-break: break-word;
}
.highlight-student-score {
    margin-top: auto;
    border-radius: 9999px;
    padding: 0.18rem 0.55rem;
    font-size: 0.62rem;
    font-weight: 900;
    letter-spacing: 0.02em;
    background: #eef2ff;
    color: #4338ca;
    border: 1px solid #e0e7ff;
    white-space: nowrap;
}
@media (max-width: 420px) {
    .highlight-student-photo {
        width: 4.05rem;
        height: 4.05rem;
    }
    .highlight-student-tile {
        min-height: 8.8rem;
        padding: 0.6rem;
    }
    .highlight-student-name {
        font-size: 0.68rem;
    }
    .highlight-student-meta {
        font-size: 0.62rem;
    }
}
.hide-scroll::-webkit-scrollbar { display: none; } .hide-scroll { -ms-overflow-style: none; scrollbar-width: none; }
.btn-whatsapp { color: #16a34a; border: 1px solid rgba(22,163,74,0.18); }
.btn-instagram { color: #db2777; border: 1px solid rgba(219,39,119,0.18); }
.btn-facebook { color: #2563eb; border: 1px solid rgba(37,99,235,0.18); }

body.layout-spotlight .public-shell {
    max-width: 1220px !important;
}
body.layout-spotlight .modern-header {
    background: linear-gradient(145deg, rgba(255,255,255,0.99), rgba(237,243,255,0.95));
    border: 1px solid rgba(99, 102, 241, 0.18);
    box-shadow: 0 20px 56px rgba(15, 23, 42, 0.12);
}
body.layout-spotlight .glass-card {
    border-radius: 20px !important;
}
body.layout-spotlight .section-headline {
    background: linear-gradient(135deg, rgba(15,23,42,0.92), rgba(67,56,202,0.92));
    color: #ffffff;
    border-color: rgba(255,255,255,0.18);
    letter-spacing: 0.18em;
}
body.layout-spotlight .story-ring {
    background-image: linear-gradient(140deg, #22d3ee, #6366f1, #ec4899);
}

body.layout-journal .public-shell {
    max-width: 900px !important;
}
body.layout-journal .modern-header {
    background: linear-gradient(145deg, rgba(255,255,255,0.97), rgba(248,250,252,0.92));
    border: 1px solid rgba(30, 64, 175, 0.16);
}
body.layout-journal .section-headline {
    background: rgba(15, 23, 42, 0.92);
    color: #fff;
    border-color: rgba(255,255,255,0.22);
}
body.layout-journal .index-primary-layout {
    position: relative;
    padding-left: 1.3rem;
}
body.layout-journal .index-primary-layout::before {
    content: '';
    position: absolute;
    left: 0.38rem;
    top: 0.4rem;
    bottom: 0.4rem;
    width: 2px;
    border-radius: 9999px;
    background: linear-gradient(180deg, rgba(99,102,241,0.55), rgba(14,165,233,0.5), rgba(236,72,153,0.48));
}
body.layout-journal .index-primary-layout > section {
    position: relative;
    margin-left: 0.35rem;
}
body.layout-journal .index-primary-layout > section::before {
    content: '';
    position: absolute;
    left: -1.08rem;
    top: 1.15rem;
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 9999px;
    background: linear-gradient(135deg, #6366f1, #06b6d4);
    box-shadow: 0 0 0 4px rgba(255,255,255,0.9);
}
body.layout-journal .glass-card {
    border-radius: 18px !important;
}
body.layout-journal .discover-card {
    border-left: 4px solid rgba(99,102,241,0.35);
}
body.layout-pinterest .public-shell {
    max-width: 1260px !important;
}
body.layout-pinterest .modern-header {
    background: linear-gradient(145deg, rgba(255,255,255,0.99), rgba(241,245,249,0.95));
    border: 1px solid rgba(148,163,184,0.22);
    box-shadow: 0 22px 58px rgba(15, 23, 42, 0.12);
}
body.layout-pinterest .section-headline {
    background: linear-gradient(135deg, rgba(15,23,42,0.95), rgba(79,70,229,0.9));
    color: #ffffff;
    border-color: rgba(255,255,255,0.2);
}
body.layout-pinterest .discover-pinterest-grid {
    columns: 1;
    column-gap: 1rem;
}
body.layout-pinterest .discover-pin-card {
    break-inside: avoid;
    -webkit-column-break-inside: avoid;
    display: inline-block;
    width: 100%;
    margin: 0 0 1rem;
    border-radius: 1.25rem;
    overflow: hidden;
}
body.layout-pinterest .discover-pin-featured {
    border: 1px solid rgba(99,102,241,0.24);
}
body.layout-pinterest .discover-pin-media {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    background: #e2e8f0;
}
body.layout-pinterest .discover-card {
    box-shadow: 0 18px 46px rgba(15, 23, 42, 0.08);
}
@media (max-width: 640px) {
    body.layout-journal .index-primary-layout {
        padding-left: 0;
    }
    body.layout-journal .index-primary-layout::before,
    body.layout-journal .index-primary-layout > section::before {
        display: none;
    }
}
@media (min-width: 1100px) {
    body.layout-spotlight .index-primary-layout {
        display: grid;
        grid-template-columns: minmax(0, 1.45fr) minmax(340px, 0.9fr);
        gap: 1rem;
        align-items: start;
    }
    body.layout-spotlight .index-section-highlights {
        grid-column: 1 / -1;
    }
    body.layout-spotlight .index-section-spotlight {
        grid-column: 1 / 2;
        grid-row: 2 / 4;
    }
    body.layout-spotlight .index-section-blog {
        grid-column: 1 / 2;
    }
    body.layout-spotlight .index-section-login {
        grid-column: 2 / 3;
        position: sticky;
        top: 1rem;
    }
    body.layout-spotlight .index-section-shortcuts {
        grid-column: 2 / 3;
    }
    body.layout-pinterest .index-primary-layout {
        display: grid;
        grid-template-columns: minmax(0, 1.5fr) minmax(320px, 0.82fr);
        gap: 1rem;
        align-items: start;
    }
    body.layout-pinterest .index-section-highlights {
        grid-column: 1 / -1;
    }
    body.layout-pinterest .index-section-spotlight,
    body.layout-pinterest .index-section-blog {
        grid-column: 1 / 2;
    }
    body.layout-pinterest .index-section-login {
        grid-column: 2 / 3;
        position: sticky;
        top: 1rem;
    }
    body.layout-pinterest .index-section-shortcuts {
        grid-column: 2 / 3;
    }
    body.layout-pinterest .discover-pinterest-grid {
        columns: 3;
    }
}
@media (min-width: 720px) and (max-width: 1099px) {
    body.layout-pinterest .discover-pinterest-grid {
        columns: 2;
    }
}
