@import url("https://cdn.jsdelivr.net/gh/wanteddev/wanted-sans@v1.0.3/packages/wanted-sans/fonts/webfonts/variable/split/WantedSansVariable.min.css");

html, body {
    width: 100vw;
    height: 100vh;
    background-color: #191017;
    overflow: hidden;
}

#main {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    min-height: 100vh;
    margin-left: 1rem;
    margin-right: 1rem;
}

* {
    margin: 0;
    padding: 0;
    font-family: "Wanted Sans Variable", "Wanted Sans", -apple-system, BlinkMacSystemFont, system-ui, "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
    -webkit-touch-callout: none !important;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -webkit-user-drag: none;
    -moz-user-select: none;
    -moz-user-drag: none;
    -ms-user-select: none;
    -ms-user-drag: none;
    user-select: none;
}

#title h1.big {
    font-size: 4rem;
    font-weight: 800;
    color: #FFC7E5;
    letter-spacing: 0.05em;
    text-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

#title h3.gone {
    font-size: 2.4rem;
    font-weight: 600;
    color: #f8f9fa;
    margin-bottom: 0.2rem;
}

#title h3.domain {
    font-size: 1.2rem;
    font-weight: 500;
    color: #adb5bd;
    margin-bottom: 1.2rem;
}

#by {
    margin-top: 2rem;
    font-size: 1rem;
    color: #e9ecef;
    opacity: 0.9;
    font-weight: 500;
}

@media (max-width: 768px) {
    #by {
        position: fixed;
        left: 1rem;
        bottom: 1rem;
        width: 100vw;
        margin-top: 0;
        font-size: 0.9rem;
    }
}

#since {
    font-size: 1.3rem;
    margin-bottom: 0.5rem;
    color: #dee2e6;
    font-weight: 500;
}

@media (max-width: 768px) {
    #since {
        font-size: 1.1rem;
    }
}

#cc a {
    color: #FFC7E5;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.2s;
}
#cc a:hover {
    color: #f1a9d0;
}

@media (max-width: 768px) {
    #cc a {
        font-size: 0.9rem;
    }
}
