@charset "UTF-8";
@import url(css.css);

/* Reset CSS */
html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre, 
a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, 
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, 
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, 
article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 Display */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* Body & Typography - WARNA THREADS */
body {
    -webkit-text-size-adjust: none;
    height: 100%;
    background: #000000 !important; /* Background hitam Threads */
}

body, input, select, textarea {
    color: #ffffff !important; /* Teks putih Threads */
    font-family: source sans pro, Helvetica, sans-serif;
    font-size: 14pt;
    font-weight: 300;
    line-height: 2;
    letter-spacing: .2em;
    text-transform: uppercase;
}

/* Text Elements - WARNA THREADS */
strong, b {
    color: #ffffff !important; /* Teks strong putih */
}

em, i {
    font-style: italic;
}

p {
    margin: 0 0 1.5em;
}

/* Headings - WARNA THREADS */
h1, h2, h3, h4, h5, h6 {
    color: #ffffff !important; /* Heading putih */
    line-height: 1.5;
    margin: 0 0 .75em;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: inherit;
    text-decoration: none;
}

h1 {
    font-size: 1.85em;
    letter-spacing: .22em;
    margin: 0 0 .525em;
}

h2 {
    font-size: 1.25em;
}

h3, h4, h5, h6 {
    font-size: 1em;
}

/* Links - WARNA THREADS */
a {
    -moz-transition: color .2s ease, border-color .2s ease;
    -webkit-transition: color .2s ease, border-color .2s ease;
    -ms-transition: color .2s ease, border-color .2s ease;
    transition: color .2s ease, border-color .2s ease;
    color: inherit;
    text-decoration: none;
}

a:hover {
    color: #0095f6 !important; /* Biru Threads untuk hover */
}

/* Box Sizing */
*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/* Buttons - WARNA THREADS */
input[type="submit"],
input[type="reset"],
input[type="button"],
button,
.button {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    -moz-transition: background-color .2s ease-in-out, border-color .2s ease-in-out, color .2s ease-in-out;
    -webkit-transition: background-color .2s ease-in-out, border-color .2s ease-in-out, color .2s ease-in-out;
    -ms-transition: background-color .2s ease-in-out, border-color .2s ease-in-out, color .2s ease-in-out;
    transition: background-color .2s ease-in-out, border-color .2s ease-in-out, color .2s ease-in-out;
    display: inline-block;
    height: 2.75em;
    line-height: 2.75em;
    padding: 0 1.5em;
    background-color: #0095f6 !important; /* Biru Threads */
    border-radius: 4px;
    border: solid 1px #0095f6 !important; /* Biru Threads */
    color: #ffffff !important; /* Teks putih */
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
}

input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
button:hover,
.button:hover {
    border-color: #1877f2 !important; /* Biru lebih gelap */
    background-color: #1877f2 !important; /* Biru lebih gelap */
    color: #ffffff !important;
}

/* Button Variants */
input[type="submit"].icon,
input[type="reset"].icon,
input[type="button"].icon,
button.icon,
.button.icon {
    padding-left: 1.35em;
}

input[type="submit"].fit,
input[type="reset"].fit,
input[type="button"].fit,
button.fit,
.button.fit {
    display: block;
    width: 100%;
    margin: 0 0 .75em;
}

/* Main Content - WARNA THREADS */
#main {
    position: relative;
    max-width: 100%;
    min-width: 27em;
    padding: 4.5em 3em 3em;
    background: #000000 !important; /* Card background Threads */
    border-radius: 4px;
    cursor: default;
    opacity: .95;
    text-align: center;
    -moz-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -moz-transform: rotateX(0);
    -webkit-transform: rotateX(0);
    -ms-transform: rotateX(0);
    transform: rotateX(0);
    -moz-transition: opacity 1s ease, -moz-transform 1s ease;
    -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
    -ms-transition: opacity 1s ease, -ms-transform 1s ease;
    transition: opacity 1s ease, transform 1s ease;
    border: 1px solid #000000 !important; /* Border card Threads */
}

#main .avatar {
    position: relative;
    display: block;
    margin-bottom: 1.5em;
}

/* GARIS AVATAR - WARNA THREADS */
#main .avatar:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: -3em;
    width: calc(100% + 6em);
    height: 1px;
    z-index: -1;
    background: #000000 !important; /* Border color Threads */
}

#main .avatar img,
#main .avatar video {
    display: block;
    margin: 0 auto;
    border-radius: 100%;
    box-shadow: 0 0 0 1.5em #000000 !important; /* Match card background */
    border: 5px solid #0095f6 !important; /* Border biru Threads */
}

/* Footer - WARNA THREADS */
#footer {
    -moz-align-self: -moz-flex-end;
    -webkit-align-self: -webkit-flex-end;
    -ms-align-self: -ms-flex-end;
    align-self: flex-end;
    width: 100%;
    padding: 1.5em 0 0;
    color: #a8a8a8 !important; /* Text secondary Threads */
    cursor: default;
    text-align: center;
}

#footer .copyright {
    margin: 0;
    padding: 0;
    font-size: .9em;
    list-style: none;
}

#footer .copyright li {
    display: inline-block;
    margin: 0 0 0 .45em;
    padding: 0 0 0 .85em;
    border-left: solid 1px #a8a8a8 !important; /* Border secondary Threads */
    line-height: 1;
}

#footer .copyright li:first-child {
    border-left: 0;
}

/* Wrapper - WARNA THREADS */
#wrapper {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -moz-perspective: 1000px;
    -webkit-perspective: 1000px;
    -ms-perspective: 1000px;
    perspective: 1000px;
    position: relative;
    min-height: 100%;
    padding: 1.5em;
    z-index: 2;
    background: #000000 !important; /* Background hitam Threads */
}

#wrapper > * {
    z-index: 1;
}

#wrapper:before {
    content: '';
    display: block;
}

/* Media Queries */
@media screen and (max-width: 1680px) {
    body, input, select, textarea {
        font-size: 11pt;
    }
}

@media screen and (max-width: 480px) {
    html, body {
        min-width: 320px;
    }
    
    body, input, select, textarea {
        font-size: 10pt;
        line-height: 1.75;
    }
    
    h1 {
        font-size: 1.65em;
    }
    
    #main {
        min-width: 0;
        width: 100%;
        padding: 4em 2em 2.5em;
    }
    
    /* GARIS AVATAR RESPONSIVE - WARNA THREADS */
    #main .avatar:before {
        left: -2em;
        width: calc(100% + 4em);
        background: #000000 !important; /* Border color Threads */
    }
}

@media screen and (max-width: 360px) {
    #wrapper {
        padding: .75em;
    }
}