body {
    margin: 0;
    font-family: Arial, sans-serif;
    background: #0b0f1a;
    color: white;
}

/* HEADER */

header {
    display: flex;
    justify-content: space-between;
    padding: 20px 50px;
    background: #111827;
}

nav a {
    margin-left: 20px;
    color: #ccc;
    text-decoration: none;
    font-weight: bold;
}

nav a:hover {
    color: #22c55e;
}

/* HERO */

.hero {
    text-align: center;
    padding: 140px 20px;
    background: linear-gradient(45deg, #1e293b, #020617);
}

.hero h2 {
    font-size: 50px;
    margin-bottom: 10px;
}

.hero-buttons {
    margin-top: 30px;
}

/* BUTTONS */

.btn {
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    display: inline-block;
    margin: 10px;
}

.join {
    background: #22c55e;
    color: white;
}

.discord {
    background: #5865F2;
    color: white;
}

/* ABOUT */

.about {
    text-align: center;
    padding: 80px 20px;
    max-width: 800px;
    margin: auto;
}

/* CARDS */

section {
    padding: 80px 50px;
    text-align: center;
}

.cards {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

.card {
    background: #111827;
    padding: 30px;
    border-radius: 12px;
    width: 250px;
    transition: 0.3s;
}

.card:hover {
    transform: translateY(-10px);
    background: #1f2937;
}

/* CTA */

.cta {
    background: #020617;
}

/* FOOTER */

footer {
    text-align: center;
    padding: 30px;
    background: #111827;
    font-size: 14px;
}

/* ===================== */
/* FORUM STYLE */
/* ===================== */

.forum-container {
    max-width: 1100px;
    margin: auto;
}

.forum-category {
    background: #111827;
    padding: 20px;
    border-radius: 12px;
    margin-bottom: 25px;
}

.topic {
    display: flex;
    justify-content: space-between;
    padding: 15px;
    background: #1f2937;
    border-radius: 8px;
    margin-top: 10px;
    transition: 0.2s;
}

.topic:hover {
    background: #374151;
}

.new-post {
    margin-top: 40px;
    background: #111827;
    padding: 25px;
    border-radius: 12px;
}

.new-post input,
.new-post textarea {
    width: 100%;
    padding: 12px;
    margin-top: 10px;
    background: #020617;
    border: none;
    color: white;
    border-radius: 6px;
}

/* REGISTER FORM */

.form-container {
    max-width: 400px;
    margin: auto;
    background: #111827;
    padding: 40px;
    border-radius: 12px;
    margin-top: 80px;
}

.form-container input {
    width: 100%;
    padding: 12px;
    margin-top: 15px;
    background: #020617;
    border: none;
    color: white;
    border-radius: 6px;
}

.form-container {
    max-width: 400px;
    margin: auto;
    background: #111827;
    padding: 40px;
    border-radius: 12px;
    margin-top: 80px;
}

.form-container input {
    width: 100%;
    padding: 12px;
    margin-top: 15px;
    background: #020617;
    border: none;
    color: white;
    border-radius: 6px;
}

.verify-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background: #0b0f1a;
}

.verify-card {
    background: #111827;
    padding: 50px;
    border-radius: 12px;
    text-align: center;
    width: 420px;
}

.verify-card h1 {
    margin-top: 0;
}

.verify-card.success h1 {
    color: #22c55e;
}

.verify-card.error h1 {
    color: #ef4444;
}

.verify-card p {
    color: #aaa;
    margin-bottom: 30px;
}

.error-box {
    background: #7f1d1d;
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 20px;
    color: #fecaca;
    text-align: center;
    font-weight: bold;
}

.profile-container {
    display: flex;
    justify-content: center;
    margin-top: 80px;
}

.profile-card {
    background: #111827;
    padding: 40px;
    border-radius: 12px;
    width: 450px;
}

.profile-card h3 {
    margin-top: 30px;
}

.profile-card input {
    width: 100%;
    padding: 12px;
    margin-top: 10px;
    background: #020617;
    border: none;
    color: white;
    border-radius: 6px;
}

.dashboard {
    display: flex;
    justify-content: center;
    margin-top: 80px;
}

.profile-box {
    background: #111827;
    padding: 50px;
    border-radius: 14px;
    width: 480px;
    text-align: center;
}

.avatar-circle {
    width: 90px;
    height: 90px;
    background: #22c55e;
    border-radius: 50%;
    font-size: 40px;
    font-weight: bold;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px auto;
}

.subtitle {
    color: #888;
    margin-bottom: 30px;
}

.profile-info {
    text-align: left;
    margin-bottom: 30px;
}

.info-row {
    margin-bottom: 15px;
}

.info-row span {
    color: #888;
    font-size: 14px;
}

.info-row strong {
    display: block;
    font-size: 16px;
    margin-top: 3px;
}

.profile-box input {
    width: 100%;
    padding: 12px;
    background: #020617;
    border: none;
    color: white;
    border-radius: 6px;
    margin-bottom: 15px;
}

.profile-banner {
    height: 260px;
    background-size: cover;
    background-position: center;
}

.profile-header {
    text-align: center;
    margin-top: -80px;
}

.profile-avatar {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 5px solid #0b0f1a;
}

.profile-bio {
    color: #aaa;
    max-width: 500px;
    margin: 20px auto;
}

.profile-comments {
    max-width: 600px;
    margin: 40px auto;
}

.profile-comments textarea {
    width: 100%;
    padding: 12px;
    background: #020617;
    border: none;
    color: white;
    border-radius: 6px;
    margin-bottom: 10px;
}

.comment {
    background: #111827;
    padding: 15px;
    border-radius: 8px;
    margin-top: 10px;
}

.banner {
    height: 280px;
    background: linear-gradient(135deg,#020617,#111827);
}

.profile-header {
    text-align: center;
    margin-top: -100px;
}

.avatar {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background: #22c55e;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 60px;
    color: white;
    margin: 0 auto;
    border: 6px solid #0b0f1a;
}

.profile-header h1 {
    margin-top: 15px;
}

.bio {
    color: #aaa;
    max-width: 600px;
    margin: 20px auto;
}

.profile-content {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin: 60px auto;
    max-width: 1000px;
}

.card {
    background: #111827;
    padding: 30px;
    border-radius: 12px;
    width: 450px;
}

.card textarea {
    width: 100%;
    padding: 12px;
    background: #020617;
    border: none;
    color: white;
    border-radius: 6px;
    margin-bottom: 10px;
}

.comment {
    background: #020617;
    padding: 10px;
    border-radius: 6px;
    margin-top: 10px;
}

.profile-wrapper {
    max-width: 1200px;
    margin: 40px auto;
}

.profile-banner {
    height: 300px;
    background: url('https://images.unsplash.com/photo-1501785888041-af3ef285b470') center/cover;
    border-radius: 12px;
    position: relative;

}

.profile-header {
    position: absolute;
    bottom: -60px;
    left: 40px;
    display: flex;
    align-items: center;
    z-index: 2;
}


.profile-avatar {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    border: 5px solid #0b0f1a;
}

.profile-info {
    margin-left: 20px;
}

.profile-stats {
    display: flex;
    gap: 40px;
    margin-top: 15px;

    background: rgba(2,6,23,0.85);
    padding: 10px 20px;
    border-radius: 8px;
    width: fit-content;
}

.profile-stats div {
    text-align: center;
}

.profile-stats strong {
    font-size: 18px;
    display: block;
}

.profile-stats span {
    color: #ccc;
    font-size: 13px;
}


.profile-grid {
    display: flex;
    gap: 30px;
    margin-top: 120px;
}

.profile-left {
    width: 300px;
}

.profile-right {
    flex: 1;
}

.card {
    background: #111827;
    padding: 25px;
    border-radius: 10px;
}

.profile-right textarea {
    width: 100%;
    height: 80px;
    background: #020617;
    border: none;
    color: white;
    border-radius: 6px;
    padding: 10px;
    margin-bottom: 10px;
}

.wall-post {
    background: #020617;
    padding: 12px;
    border-radius: 6px;
    margin-top: 15px;
}

/* ==============================
   FORM DESIGN (LOGIN / REGISTER)
============================== */

.form-box {
    max-width: 400px;
    margin-top: 30px;
    padding: 25px;
    background: #0f172a;
    border-radius: 8px;
    box-shadow: 0 0 15px rgba(0,0,0,0.4);
}

.form-box label {
    display: block;
    margin-top: 15px;
    margin-bottom: 5px;
    font-weight: bold;
}

.form-box input {
    width: 100%;
    padding: 10px;
    border: none;
    border-radius: 4px;
    background: #020617;
    color: white;
    font-size: 15px;
}

.form-box input:focus {
    outline: none;
    box-shadow: 0 0 5px #22c55e;
}

.form-box button {
    margin-top: 20px;
    width: 100%;
    padding: 12px;
    background: #22c55e;
    border: none;
    color: white;
    font-weight: bold;
    cursor: pointer;
    border-radius: 4px;
    transition: 0.2s;
}

.form-box button:hover {
    background: #16a34a;
}

.error {
    background: #7f1d1d;
    padding: 10px;
    border-radius: 4px;
    margin-top: 15px;
}