/* _content/NaraehaReignited/Components/Pages/Admin/Updates.razor.rz.scp.css */
.drop-zone[b-snq1ojw52h] {
    border: 2px dashed #999;
    border-radius: 12px;
    padding: 28px;
    text-align: center;
    color: #555;
}

    .drop-zone.dragover[b-snq1ojw52h] {
        border-color: #555;
        background: #fafafa;
    }

.input[b-snq1ojw52h] {
    border: 1px solid #ccc;
    padding: 8px;
    border-radius: 8px;
    width: 100%;
}

.textarea[b-snq1ojw52h] {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 8px;
}

.btn[b-snq1ojw52h] {
    background: #111827;
    color: #fff;
    padding: 8px 14px;
    border-radius: 8px;
    border: 0;
}

.progress[b-snq1ojw52h] {
    background: #eee;
    height: 8px;
    border-radius: 999px;
    overflow: hidden;
}

.progress-bar[b-snq1ojw52h] {
    background: #111827;
    height: 8px;
}
/* _content/NaraehaReignited/Components/Pages/Guides.razor.rz.scp.css */
.guide-category-list[b-vfrw0plajm] {
	list-style: none;
	padding: 0;
	margin: 0;
}

	.guide-category-list a[b-vfrw0plajm] {
		display: block;
		padding: 10px 15px;
		margin: 5px 0;
		text-decoration: none;
		font-weight: 700;
		border-radius: 4px;
		transition: background-color 0.2s, color 0.2s;
	}

/* Externe Links (Öffnen in neuem Tab - Rot) */
.external-guide-link[b-vfrw0plajm] {
	color: #ff6347;
	background-color: #3a3a3a;
	border-left: 5px solid #ff6347;
}

	.external-guide-link:hover[b-vfrw0plajm] {
		background-color: #ff6347;
		color: #1a1a1a;
	}

/* Interne Links (Laden rechts - Blau) */
.internal-guide-link[b-vfrw0plajm] {
	color: #ffffff;
	background-color: #333333;
	border-left: 5px solid #00aaff; /* Blauer Akzent */
}

	.internal-guide-link:hover[b-vfrw0plajm],
	.internal-guide-link.active-guide[b-vfrw0plajm] {
		/* Active Status durch JS gesetzt */
		background-color: #00aaff;
		color: #1a1a1a;
	}

.guide-separator[b-vfrw0plajm] {
	border-top: 2px solid #5a5e66;
	margin: 20px 0;
}

/* Initialer Inhalt (Styling bleibt wie die quest-content Box) */
.initial-content h2[b-vfrw0plajm] {
	border-bottom: 2px solid #ff6347;
	padding-bottom: 5px;
	margin-bottom: 20px;
}
/* _content/NaraehaReignited/Components/Pages/Register.razor.rz.scp.css */
.form-signin[b-nqji0hml1u] {
    display: grid;
    max-width: 450px;
    margin: 5rem auto auto auto;
}

    .form-signin .row[b-nqji0hml1u] {
        margin-bottom: 1rem;
    }

h1[b-nqji0hml1u] {
    margin-bottom: 2rem;
}
