.artemis-community-shell {
    max-width: 1180px;
    margin: 0 auto;
    padding: 32px 24px 72px;
    color: rgba(230, 245, 255, 0.9);
}

.artemis-community-hero,
.artemis-community-topic-card,
.artemis-community-compose,
.artemis-community-section-card,
.artemis-community-topic-row,
.artemis-community-reply-card,
.artemis-community-auth,
.artemis-community-notice {
    border-radius: 18px;
    border: 1px solid rgba(114, 196, 255, 0.18);
    background: linear-gradient(180deg, rgba(11, 18, 34, 0.96) 0%, rgba(7, 11, 24, 0.96) 100%);
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.24);
}

.artemis-community-hero,
.artemis-community-topic-card,
.artemis-community-compose,
.artemis-community-auth,
.artemis-community-notice {
    padding: 24px 26px;
}

.artemis-community-hero {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    align-items: flex-start;
    margin-bottom: 20px;
}

.artemis-community-hero.is-section {
    margin-bottom: 18px;
}

.artemis-community-eyebrow {
    margin: 0 0 8px;
    color: rgba(122, 211, 255, 0.82);
    font-size: 12px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
}

.artemis-community-hero h2,
.artemis-community-topic-card h2 {
    margin: 0 0 10px;
    color: #e8f4ff;
    font-size: clamp(28px, 3vw, 40px);
    line-height: 1.06;
}

.artemis-community-hero p,
.artemis-community-section-card p,
.artemis-community-topic-row p,
.artemis-community-stream-head p,
.artemis-community-form-foot p,
.artemis-community-post-body,
.artemis-community-auth,
.artemis-community-empty {
    color: rgba(205, 224, 245, 0.82);
    line-height: 1.65;
}

.artemis-community-meta {
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-width: 180px;
}

.artemis-community-meta span,
.artemis-community-topic-meta span,
.artemis-community-post-meta span,
.artemis-community-section-meta span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: rgba(122, 211, 255, 0.86);
    font-size: 13px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.artemis-community-notice {
    margin-bottom: 18px;
    font-weight: 700;
}

.artemis-community-notice.is-success {
    border-color: rgba(63, 214, 118, 0.38);
    color: #83eca0;
}

.artemis-community-notice.is-info {
    border-color: rgba(114, 196, 255, 0.24);
    color: rgba(214, 232, 255, 0.92);
}

.artemis-community-notice.is-error {
    border-color: rgba(255, 123, 114, 0.34);
    color: #ffaba5;
}

.artemis-community-auth {
    margin-bottom: 24px;
}

.artemis-community-auth a,
.artemis-community-link,
.artemis-community-breadcrumbs a,
.artemis-community-topic-row h4 a {
    color: #78dbff;
    text-decoration: none;
}

.artemis-community-auth a:hover,
.artemis-community-link:hover,
.artemis-community-breadcrumbs a:hover,
.artemis-community-topic-row h4 a:hover {
    text-decoration: underline;
}

.artemis-community-sections,
.artemis-community-topic-list,
.artemis-community-replies {
    display: grid;
    gap: 18px;
}

.artemis-community-sections {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-bottom: 28px;
}

.artemis-community-section-card,
.artemis-community-topic-row,
.artemis-community-reply-card {
    padding: 20px 22px;
}

.artemis-community-section-card {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.artemis-community-section-card h3,
.artemis-community-stream-head h3,
.artemis-community-compose h3,
.artemis-community-topic-row h4 {
    margin: 0;
    color: #edf7ff;
}

.artemis-community-stream {
    margin-bottom: 28px;
}

.artemis-community-stream-head {
    margin-bottom: 14px;
}

.artemis-community-stream-head h3 {
    font-size: 22px;
}

.artemis-community-topic-row {
    display: flex;
    justify-content: space-between;
    gap: 18px;
}

.artemis-community-topic-row h4 {
    font-size: 21px;
    margin-bottom: 8px;
}

.artemis-community-topic-meta {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 8px;
    min-width: 160px;
}

.artemis-community-link {
    font-weight: 700;
}

.artemis-community-form {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.artemis-community-compose {
    margin-top: 20px;
    scroll-margin-top: 140px;
}

.artemis-community-form label {
    display: flex;
    flex-direction: column;
    gap: 8px;
    color: #dcecff;
    font-weight: 700;
}

.artemis-community-form input,
.artemis-community-form textarea,
.artemis-community-form select {
    width: 100%;
    padding: 14px 16px;
    border-radius: 14px;
    border: 1px solid rgba(114, 196, 255, 0.2);
    background: rgba(3, 10, 23, 0.82);
    color: #edf7ff;
    font-size: 15px;
    box-sizing: border-box;
}

.artemis-community-form select {
    min-height: 62px;
    padding: 16px 48px 16px 18px;
    line-height: 1.35;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image:
        linear-gradient(45deg, transparent 50%, #edf7ff 50%),
        linear-gradient(135deg, #edf7ff 50%, transparent 50%);
    background-position:
        calc(100% - 24px) calc(50% - 3px),
        calc(100% - 18px) calc(50% - 3px);
    background-size: 7px 7px, 7px 7px;
    background-repeat: no-repeat;
}

.artemis-community-form textarea {
    min-height: 140px;
    resize: vertical;
}

.artemis-community-form input:focus,
.artemis-community-form textarea:focus,
.artemis-community-form select:focus {
    outline: none;
    border-color: rgba(114, 196, 255, 0.7);
    box-shadow: 0 0 0 3px rgba(83, 192, 255, 0.14);
}

.artemis-community-form-foot {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
}

.artemis-community-form-foot button {
    border: 0;
    border-radius: 14px;
    background: linear-gradient(135deg, #6ed1ff 0%, #95e7ff 100%);
    color: #061120;
    padding: 13px 18px;
    font-size: 15px;
    font-weight: 800;
    cursor: pointer;
    box-shadow: 0 12px 26px rgba(34, 192, 255, 0.2);
}

.artemis-community-breadcrumbs {
    display: flex;
    gap: 8px;
    align-items: center;
    margin-bottom: 18px;
    color: rgba(205, 224, 245, 0.68);
}

.artemis-community-pill {
    display: inline-flex;
    margin-bottom: 12px;
    padding: 6px 10px;
    border-radius: 999px;
    border: 1px solid rgba(122, 211, 255, 0.22);
    background: rgba(122, 211, 255, 0.08);
    color: #8ae0ff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.artemis-community-post-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 14px;
}

.artemis-community-post-body p:first-child {
    margin-top: 0;
}

.artemis-community-post-body p:last-child {
    margin-bottom: 0;
}

.artemis-community-empty {
    margin: 0;
}

@media (max-width: 960px) {
    .artemis-community-sections {
        grid-template-columns: 1fr;
    }

    .artemis-community-topic-row,
    .artemis-community-hero,
    .artemis-community-form-foot {
        flex-direction: column;
    }

    .artemis-community-topic-meta {
        align-items: flex-start;
        min-width: 0;
    }
}

@media (max-width: 640px) {
    .artemis-community-shell {
        padding: 24px 14px 54px;
    }

    .artemis-community-hero,
    .artemis-community-topic-card,
    .artemis-community-compose,
    .artemis-community-auth,
    .artemis-community-notice,
    .artemis-community-section-card,
    .artemis-community-topic-row,
    .artemis-community-reply-card {
        padding: 18px;
    }

    .artemis-community-hero h2,
    .artemis-community-topic-card h2 {
        font-size: 28px;
    }
}
