/* assets/share-gate.css */
.fsg-gate {
    border: 1px solid #ff3900;
    padding: 2rem;
    text-align: center;
    background: #080808;
    font-family: 'Epilogue', sans-serif;
}

.fsg-title {
    font-family: 'Unbounded', sans-serif;
    font-weight: 700;
    font-size: 1.1rem;
    color: white;
    margin-bottom: 0.75rem;
}

.fsg-gate p {
    color: rgba(255, 255, 255, 0.55);
    font-size: 0.9rem;
}

.fsg-btn {
    display: inline-block;
    margin-top: 1.25rem;
    background: #ff3900;
    color: white;
    font-family: 'Space Mono', monospace;
    font-size: 0.65rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    padding: 0.9rem 2rem;
    text-decoration: none;
    clip-path: polygon(0 0, 100% 0, 100% 70%, 96% 100%, 0 100%);
}

.fsg-btn:hover {
    background: #e03000;
}