.app-page { background: #050505; }
.app-page [hidden] { display: none !important; }
.site-header--app { padding-bottom: 0; }
.site-header--app [aria-current="page"] { color: #fff0a0; }
.site-header--app [aria-current="page"]::after { opacity: 1; transform: scaleX(1); }
.account-shell, .forum-shell { width: min(100% - 72px, 1120px); margin: 0 auto; padding: 100px 0 130px; }
.page-heading { max-width: 580px; margin-bottom: 58px; }
.page-heading .section-kicker { margin-bottom: 16px; }
.page-heading h1 { margin: 0; font-size: clamp(44px, 6vw, 78px); letter-spacing: -0.075em; line-height: .88; }
.page-heading > p:not(.section-kicker) { margin: 24px 0 0; color: #9e9d9a; font-size: 17px; line-height: 1.6; }
.auth-layout { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border: 1px solid rgb(198 92 255 / .25); background: linear-gradient(120deg, rgb(78 20 105 / .17), transparent 46%), #0b0a0d; }
.auth-form { display: grid; gap: 18px; padding: clamp(32px, 4vw, 54px); }
.auth-form + .auth-form { border-left: 1px solid rgb(255 255 255 / .12); }
.auth-form__eyebrow { margin: 0; color: #a94ce0; font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.auth-form h2, .profile-card h2 { margin: 0 0 10px; font-size: 28px; letter-spacing: -.05em; }
.minecraft-login { grid-template-columns: minmax(0, 1fr); max-width: 620px; }
.minecraft-login__text { max-width: 480px; margin: -3px 0 4px; color: #aaa6af; font-size: 14px; line-height: 1.6; }
.minecraft-login__text b { color: var(--gold); }
.auth-form label, .new-thread label { display: grid; gap: 8px; color: #b9b7be; font-size: 11px; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }
input, textarea, select { width: 100%; border: 1px solid rgb(255 255 255 / .13); border-radius: 0; background: #070708; color: #eeedf0; font: inherit; outline: none; }
input, select { height: 46px; padding: 0 13px; }
textarea { min-height: 160px; padding: 13px; resize: vertical; }
input:focus, textarea:focus, select:focus { border-color: #bd55f5; }
button { border-radius: 0; }
.auth-form button, .new-thread button, .reply-form button { width: max-content; padding: 13px 17px; border: 0; background: #b747ef; color: #fff; cursor: pointer; font-size: 11px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; transition: background 160ms ease; }
.auth-form button:hover, .new-thread button:hover, .reply-form button:hover { background: #ce68ff; }
.auth-form button:disabled { cursor: wait; opacity: .65; }
.form-message { min-height: 16px; margin: -5px 0 0; color: #f296bc; font-size: 12px; line-height: 1.4; }
.profile-card { display: grid; grid-template-columns: minmax(0, 1.5fr) minmax(190px, .65fr); gap: 42px; align-items: center; padding: clamp(36px, 5vw, 64px); border: 1px solid rgb(198 92 255 / .25); background: linear-gradient(120deg, rgb(78 20 105 / .17), transparent 46%), #0b0a0d; }
.profile-card p { margin: 0; color: #aaa8af; }
.profile-card__identity { display: flex; gap: 28px; align-items: center; min-width: 0; }
.identity-copy { display: grid; gap: 8px; min-width: 0; }
.identity-copy .section-kicker { margin: 0; }
.identity-copy h2 { margin: 0; font-size: 31px; overflow-wrap: anywhere; }
.identity-copy > p { display: flex; flex-wrap: wrap; gap: 9px; align-items: baseline; }
.identity-copy > p span { color: #827e88; font-size: 12px; }
.identity-copy > p b { color: #e0dde4; font-size: 14px; font-weight: 600; overflow-wrap: anywhere; }
.avatar-editor { flex: 0 0 154px; }
.avatar { position: relative; display: grid; width: 136px; height: 136px; place-items: center; overflow: hidden; border: 1px solid rgb(198 92 255 / .42); background: linear-gradient(135deg, #7f28a7, #160c20); color: #fff; font-size: 48px; font-weight: 850; }
.avatar img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.avatar-editor form { display: grid; gap: 7px; margin-top: 12px; }
.avatar-editor__button { width: max-content; color: var(--gold); cursor: pointer; font-size: 11px; font-weight: 800; letter-spacing: .04em; }
.avatar-editor input { position: absolute; width: 1px; height: 1px; overflow: hidden; opacity: 0; }
.avatar-editor small { color: #7b7780; font-size: 10px; line-height: 1.35; }
.avatar-editor .form-message { margin: 0; }
.security-card { display: grid; grid-template-columns: minmax(220px, .85fr) minmax(0, 1.15fr); gap: clamp(35px, 6vw, 90px); margin-top: 24px; padding: clamp(34px, 4vw, 54px); border: 1px solid rgb(198 92 255 / .18); background: #0a090c; }
.security-card h2 { margin: 0; font-size: 28px; letter-spacing: -.05em; }
.security-card > div > p:last-child { margin: 14px 0 0; color: #97939d; line-height: 1.55; }
.security-card form { display: grid; gap: 17px; }
.security-card label { display: grid; gap: 8px; color: #b9b7be; font-size: 11px; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }
.security-card button { width: max-content; padding: 13px 17px; border: 0; background: #b747ef; color: #fff; cursor: pointer; font-size: 11px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.profile-card__meta { display: grid; gap: 16px; padding-left: 40px; border-left: 1px solid rgb(255 255 255 / .12); color: #77747d; font-size: 12px; }
.profile-card__meta b { display: block; margin-top: 5px; color: #e5e3e8; font-size: 14px; letter-spacing: 0; text-transform: none; }
.profile-card__actions { display: flex; gap: 25px; align-items: center; grid-column: 1 / -1; }
.profile-card__actions a, .forum-account { color: var(--gold); font-size: 11px; font-weight: 850; letter-spacing: .12em; text-decoration: none; text-transform: uppercase; }
.quiet-button { padding: 0; border: 0; background: transparent; color: #aaa8ae; cursor: pointer; font-size: 11px; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }
.page-heading--forum { position: relative; padding: 49px 55px; border: 1px solid rgb(198 92 255 / .24); background: linear-gradient(110deg, rgb(78 20 105 / .21), transparent 56%), #0b0a0d; }
.page-heading--forum::after { position: absolute; right: 55px; bottom: 50px; width: 150px; height: 150px; border: 1px solid rgb(198 92 255 / .25); border-radius: 50%; box-shadow: 0 0 0 28px rgb(198 92 255 / .05), 0 0 0 56px rgb(198 92 255 / .03); content: ""; }
.forum-account { display: inline-block; margin-top: 28px; }
.block-heading { display: flex; justify-content: space-between; align-items: baseline; gap: 20px; margin-bottom: 17px; }
.block-heading h2 { margin: 0; font-size: 19px; letter-spacing: -.04em; }
.block-heading > span { color: #77747c; font-size: 10px; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.forum-categories, .forum-feed, .new-thread, .thread-detail { margin-top: 55px; }
.category-list, .thread-list { border-top: 1px solid rgb(255 255 255 / .12); background: #0a090c; }
.category-group { border-bottom: 1px solid rgb(255 255 255 / .1); }
.category-item, .thread-item { display: flex; width: 100%; justify-content: space-between; gap: 28px; align-items: center; padding: 24px 29px; border: 0; border-bottom: 1px solid rgb(255 255 255 / .1); background: transparent; color: #e4e1e7; cursor: pointer; text-align: left; }
.category-group .category-item { border-bottom: 0; }
.category-item:hover, .category-item.is-active, .thread-item:hover { background: rgb(152 53 202 / .09); }
.category-item__info, .thread-item__content { display: grid; gap: 7px; }
.category-item b, .thread-item b { font-size: 15px; }
.category-item small, .thread-item__meta { color: #89868f; font-size: 12px; line-height: 1.4; }
.category-item__count, .thread-item__replies { color: #b84ef2; font-size: 11px; font-weight: 800; letter-spacing: .08em; white-space: nowrap; }
.category-topics { border-top: 1px solid rgb(198 92 255 / .17); background: rgb(97 31 125 / .1); }
.category-topic { display: flex; justify-content: space-between; gap: 25px; align-items: center; padding: 18px 29px 18px 49px; border-bottom: 1px solid rgb(255 255 255 / .07); color: #d8d4dc; text-decoration: none; }
.category-topic:hover { background: rgb(183 78 239 / .1); }
.category-topic__info { display: grid; gap: 5px; min-width: 0; }
.category-topic__info b { overflow: hidden; font-size: 14px; text-overflow: ellipsis; white-space: nowrap; }
.category-topic__info small { color: #908b96; font-size: 11px; }
.category-topic__replies { color: #b84ef2; font-size: 11px; font-weight: 750; white-space: nowrap; }
.category-topics__loading, .category-topics__empty { margin: 0; padding: 18px 49px; color: #948f99; font-size: 12px; }
.new-thread-button { padding: 0; border: 0; background: transparent; color: var(--gold); cursor: pointer; font-size: 11px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.new-thread { padding: clamp(30px, 4vw, 52px); border: 1px solid rgb(198 92 255 / .23); background: #0b0a0d; }
.new-thread form { display: grid; gap: 19px; }
.image-input { display: grid; gap: 8px; }
.image-input > span { color: #77747c; font-size: 10px; font-weight: 600; letter-spacing: .04em; text-transform: none; }
.image-input input { height: auto; padding: 10px; color: #aaa6b0; font-size: 12px; }
.image-preview { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 10px; }
.image-preview:empty { display: none; }
.image-preview__item { position: relative; min-width: 0; aspect-ratio: 1; overflow: hidden; border: 1px solid rgb(198 92 255 / .28); background: #08070a; }
.image-preview__item img { width: 100%; height: 100%; object-fit: cover; }
.image-preview__item span { position: absolute; right: 5px; bottom: 5px; max-width: calc(100% - 10px); overflow: hidden; color: #fff; font-size: 9px; font-weight: 800; letter-spacing: .03em; text-overflow: ellipsis; text-shadow: 0 1px 4px #000; white-space: nowrap; }
.image-preview__item button { position: absolute; top: 4px; right: 4px; width: 22px; height: 22px; padding: 0; border: 0; background: #100c14; color: #fff; cursor: pointer; font-size: 15px; line-height: 1; }
.post__images { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); grid-column: 2 / 3; gap: 10px; }
.post__images a { display: block; overflow: hidden; border: 1px solid rgb(198 92 255 / .22); background: #08070a; }
.post__images img { display: block; width: 100%; max-height: 330px; object-fit: cover; transition: transform 160ms ease; }
.post__images a:hover img { transform: scale(1.025); }
.empty-state { margin: 0; padding: 30px; color: #97949d; }
.back-button { padding: 0; border: 0; background: transparent; color: var(--gold); cursor: pointer; font-size: 11px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.thread-detail__heading { margin: 26px 0 35px; padding: 0 0 31px; border-bottom: 1px solid rgb(255 255 255 / .12); }
.thread-detail__heading .section-kicker { margin-bottom: 12px; color: #b64fed; }
.thread-detail__heading h2 { max-width: 760px; margin: 0; font-size: clamp(27px, 4vw, 48px); letter-spacing: -.06em; line-height: 1; }
.thread-detail__heading h1 { max-width: 760px; margin: 0; font-size: clamp(27px, 4vw, 48px); letter-spacing: -.06em; line-height: 1; }
.thread-detail__by { margin: 15px 0 0; color: #8f8b95; font-size: 12px; }
.post-list { display: grid; gap: 13px; }
.post { display: grid; grid-template-columns: 112px minmax(0, 1fr) auto; gap: 25px; padding: 30px 32px; background: #0a090c; border: 1px solid rgb(255 255 255 / .09); }
.post--starter { grid-template-columns: 164px minmax(0, 1fr) auto; padding: 43px 46px; border-color: rgb(198 92 255 / .34); background: linear-gradient(112deg, rgb(91 28 121 / .2), transparent 53%), #0c0a0f; }
.post__author { display: grid; gap: 5px; align-content: start; }
.post__avatar { display: grid; width: 72px; height: 72px; place-items: center; overflow: hidden; margin-bottom: 8px; border: 1px solid rgb(198 92 255 / .34); background: linear-gradient(135deg, #612582, #130b1a); color: #fff; font-size: 26px; font-weight: 800; }
.post--starter .post__avatar { width: 124px; height: 124px; font-size: 44px; }
.post__avatar img { width: 100%; height: 100%; object-fit: cover; }
.post__author b { color: #edeaf0; font-size: 15px; overflow-wrap: anywhere; }
.post__author span, .post time { color: #9b47cf; font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.post__author a { color: inherit; text-decoration: none; }
.post__author a:hover { color: #fff0a0; }
.post__content { min-width: 0; }
.post__body { margin: 0; color: #c8c5cc; white-space: pre-wrap; line-height: 1.68; }
.post--starter .post__body { color: #e0dce3; font-size: 17px; line-height: 1.8; }
.post__reply-to { display: inline-block; margin: 0 0 12px; color: #be5cf4; font-size: 12px; font-weight: 750; text-decoration: none; }
.post__reply-to:hover { color: #e0a4ff; }
.post time { color: #77737c; white-space: nowrap; }
.post__side { display: grid; align-content: space-between; justify-items: end; gap: 18px; }
.post__vote { display: flex; align-items: center; gap: 7px; }
.post__vote button { width: 26px; height: 26px; padding: 0; border: 1px solid rgb(255 255 255 / .12); background: #09080b; color: #c8c4cd; cursor: pointer; font-size: 17px; line-height: 1; }
.post__vote button:hover, .post__vote button.is-active { border-color: #b84ef2; color: #fff; background: rgb(184 78 242 / .2); }
.post__vote b { min-width: 22px; text-align: center; color: #ccc8d0; font-size: 13px; }
.post__vote b.is-positive { color: #a6dc7e; }
.post__vote b.is-negative { color: #f294b3; }
.post__reply-button { padding: 0; border: 0; background: transparent; color: var(--gold); cursor: pointer; font-size: 11px; font-weight: 800; }
.reply-form { display: grid; gap: 16px; margin-top: 25px; padding: 28px; border: 1px solid rgb(198 92 255 / .23); background: #0b0a0d; }
.reply-context { display: flex; justify-content: space-between; gap: 15px; align-items: center; padding: 11px 13px; border-left: 2px solid #b84ef2; background: rgb(184 78 242 / .1); color: #e4d9eb; font-size: 13px; }
.reply-context button { padding: 0; border: 0; background: transparent; color: #f0c6ff; cursor: pointer; font-size: 11px; }
.thread-shell .thread-detail { margin-top: 0; }
.thread-login { margin: 25px 0 0; padding: 22px 27px; border: 1px solid rgb(255 255 255 / .12); color: #9e9aa4; background: #0a090c; }
.thread-login a { color: var(--gold); font-weight: 750; }
.rules-shell { width: min(100% - 72px, 1280px); margin: 0 auto; padding: 105px 0 120px; }
.rules-layout { display: grid; grid-template-columns: minmax(0, 1fr) 270px; gap: clamp(35px, 6vw, 90px); align-items: start; }
.rules-content { min-width: 0; }
.rules-hero { max-width: 760px; padding: 58px 60px; border: 1px solid rgb(198 92 255 / .25); background: linear-gradient(115deg, rgb(92 29 121 / .26), rgb(10 9 13 / .62) 62%), url("assets/politreboot-map.webp") center / cover; box-shadow: 0 28px 70px rgb(0 0 0 / .2); }
.rules-hero .section-kicker { margin-bottom: 17px; }
.rules-hero h1 { margin: 0; font-size: clamp(50px, 7vw, 90px); letter-spacing: -.08em; line-height: .8; }
.rules-hero h1 span { color: #d16bff; }
.rules-hero > p:last-child { max-width: 520px; margin: 31px 0 0; color: #c3bdca; font-size: 16px; line-height: 1.7; }
.principles-note { display: flex; gap: 20px; align-items: baseline; max-width: 760px; margin: 18px 0 0; padding: 17px 21px; border-left: 2px solid #bd55f5; background: rgb(102 32 135 / .16); }
.principles-note b { flex: 0 0 auto; color: #e7b4ff; font-size: 12px; }
.principles-note p { margin: 0; color: #aaa3b0; font-size: 13px; line-height: 1.5; }
.principles, .rules-list { margin-top: 78px; }
.principles__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border: 1px solid rgb(255 255 255 / .12); background: #0a090c; }
.principles__grid article { min-height: 245px; padding: 33px; }
.principles__grid article + article { border-left: 1px solid rgb(255 255 255 / .1); }
.principles__grid b { color: #bd55f5; font-size: 12px; letter-spacing: .1em; }
.principles__grid h3 { margin: 38px 0 12px; font-size: 20px; letter-spacing: -.04em; }
.principles__grid p { margin: 0; color: #9994a0; font-size: 13px; line-height: 1.6; }
.rules-list { border-top: 1px solid rgb(255 255 255 / .12); background: #0a090c; }
.server-rules-nav { position: sticky; top: 30px; padding: 28px; border: 1px solid rgb(198 92 255 / .24); background: linear-gradient(145deg, rgb(72 23 94 / .17), transparent 58%), #0b0a0d; }
.server-rules-nav .section-kicker { margin-bottom: 11px; }
.server-rules-nav h2 { margin: 0 0 24px; font-size: 22px; letter-spacing: -.045em; }
.server-rules-nav__item { position: relative; display: grid; gap: 6px; padding: 17px 40px 17px 17px; border: 1px solid rgb(198 92 255 / .31); background: rgb(184 78 242 / .1); color: #ece7f0; text-decoration: none; }
.server-rules-nav__item span { font-size: 15px; font-weight: 800; }
.server-rules-nav__item small { color: #b8b0c0; font-size: 11px; }
.server-rules-nav__item b { position: absolute; right: 15px; top: 50%; color: #d776ff; font-size: 18px; transform: translateY(-50%); }
.server-rules-nav__hint { margin: 20px 0 0; color: #85808b; font-size: 12px; line-height: 1.55; }
.rule { display: grid; grid-template-columns: 64px 1fr; gap: 28px; padding: 31px 34px; border-bottom: 1px solid rgb(255 255 255 / .1); }
.rule > span { color: #bd55f5; font-size: 20px; font-weight: 800; }
.rule h3 { margin: 0; color: #e7e3ea; font-size: 18px; letter-spacing: -.03em; }
.rule p { max-width: 800px; margin: 10px 0 0; color: #aaa5af; font-size: 14px; line-height: 1.65; }
.rules-help { display: flex; justify-content: space-between; gap: 40px; align-items: end; margin-top: 48px; padding: 44px 50px; border-left: 2px solid #bd55f5; background: rgb(82 26 108 / .18); }
.rules-help .section-kicker { margin-bottom: 13px; }
.rules-help h2 { max-width: 550px; margin: 0; font-size: 28px; letter-spacing: -.05em; }
.rules-help p:last-child { margin: 14px 0 0; color: #a9a4ad; }
.rules-help a { color: var(--gold); font-size: 11px; font-weight: 850; letter-spacing: .11em; text-decoration: none; text-transform: uppercase; white-space: nowrap; }
.public-profile-shell { padding-top: 100px; }
.public-profile-card { display: grid; grid-template-columns: minmax(0, 1fr) auto auto; gap: clamp(34px, 6vw, 92px); align-items: center; margin-top: 28px; padding: clamp(38px, 5vw, 66px); border: 1px solid rgb(198 92 255 / .27); background: linear-gradient(112deg, rgb(83 23 111 / .18), transparent 54%), #0b0a0d; }
.public-profile-card__identity { display: flex; gap: 30px; align-items: center; min-width: 0; }
.public-avatar { display: grid; flex: 0 0 138px; width: 138px; height: 138px; place-items: center; overflow: hidden; border: 1px solid rgb(198 92 255 / .43); background: linear-gradient(135deg, #7f28a7, #160c20); color: #fff; font-size: 52px; font-weight: 850; }
.public-avatar img { width: 100%; height: 100%; object-fit: cover; }
.public-profile-card h1 { margin: 0; font-size: clamp(32px, 4vw, 52px); letter-spacing: -.06em; overflow-wrap: anywhere; }
.public-role { margin: 8px 0 0; color: #b650eb; font-size: 14px; }
.public-profile-card__facts { display: grid; gap: 10px; color: #a6a1ab; font-size: 13px; line-height: 1.4; }
.karma-panel { display: grid; grid-template-columns: auto auto auto; gap: 8px; align-items: center; justify-items: center; min-width: 92px; }
.karma-panel span { grid-column: 1 / -1; color: #847e89; font-size: 11px; }
.karma-panel b { min-width: 24px; color: #e8e4eb; font-size: 20px; }
.karma-panel button { width: 28px; height: 28px; padding: 0; border: 1px solid rgb(255 255 255 / .12); background: #09080b; color: #d8d2dc; cursor: pointer; font-size: 18px; }
.karma-panel button:hover, .karma-panel button.is-active { border-color: #b84ef2; color: #fff; background: rgb(184 78 242 / .2); }
.wiki-shell, .wiki-article-shell { width: min(100% - 72px, 1180px); margin: 0 auto; padding: 100px 0 135px; }
.wiki-hero { padding: clamp(42px, 5.5vw, 75px); border: 1px solid rgb(198 92 255 / .28); background: linear-gradient(105deg, rgb(86 27 113 / .32), rgb(11 10 15 / .65) 60%), url("assets/politreboot-map.webp") center / cover; }
.wiki-hero .section-kicker { margin-bottom: 18px; }
.wiki-hero h1 { margin: 0; font-size: clamp(48px, 7vw, 82px); letter-spacing: -.08em; line-height: .86; }
.wiki-hero h1 span { color: #d16bff; }
.wiki-hero > p { max-width: 540px; margin: 25px 0 0; color: #c6becd; font-size: 16px; line-height: 1.65; }
.wiki-search { display: flex; max-width: 590px; gap: 0; margin-top: 36px; }
.wiki-search input { border-right: 0; background: rgb(7 7 8 / .85); }
.wiki-search button { padding: 0 22px; border: 0; background: #b747ef; color: #fff; cursor: pointer; font-size: 11px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.wiki-layout { display: grid; grid-template-columns: 250px minmax(0, 1fr); gap: clamp(36px, 7vw, 90px); align-items: start; margin-top: 65px; }
.wiki-categories { position: sticky; top: 30px; padding: 25px; border: 1px solid rgb(198 92 255 / .2); background: #0b0a0d; }
.wiki-categories .section-kicker { margin-bottom: 13px; }
.wiki-category { display: flex; width: 100%; justify-content: space-between; gap: 10px; padding: 14px 0; border: 0; border-top: 1px solid rgb(255 255 255 / .08); background: transparent; color: #bab4c0; cursor: pointer; font-size: 13px; text-align: left; }
.wiki-category:first-child { border-top: 0; }
.wiki-category span { font-weight: 700; }
.wiki-category small { color: #a04bd1; font-size: 11px; }
.wiki-category:hover, .wiki-category.is-active { color: #fff1a7; }
.wiki-results .block-heading { margin-bottom: 18px; }
.wiki-articles { display: grid; border-top: 1px solid rgb(255 255 255 / .12); background: #0a090c; }
.wiki-article { display: block; padding: 27px 30px; border-bottom: 1px solid rgb(255 255 255 / .1); color: inherit; text-decoration: none; transition: background 160ms ease; }
.wiki-article:hover { background: rgb(158 54 208 / .1); }
.wiki-article__category { color: #c45afb; font-size: 10px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.wiki-article h3 { margin: 12px 0 9px; color: #efebf1; font-size: 21px; letter-spacing: -.045em; }
.wiki-article p { max-width: 660px; margin: 0; color: #9e98a5; font-size: 13px; line-height: 1.6; }
.wiki-article small { display: block; margin-top: 16px; color: #79737e; font-size: 11px; }
.wiki-article small b { margin-left: 9px; color: var(--gold); font-size: 15px; }
.wiki-empty { margin: 0; padding: 31px; color: #97919d; border: 1px solid rgb(255 255 255 / .1); background: #0a090c; font-size: 13px; line-height: 1.6; }
.wiki-article-shell { max-width: 900px; }
.wiki-page { margin-top: 27px; border: 1px solid rgb(198 92 255 / .22); background: #0b0a0d; }
.wiki-page__header { padding: clamp(36px, 5vw, 65px); border-bottom: 1px solid rgb(255 255 255 / .1); background: linear-gradient(115deg, rgb(74 23 99 / .22), transparent 70%); }
.wiki-page__header .section-kicker { margin-bottom: 17px; }
.wiki-page__header h1 { max-width: 720px; margin: 0; font-size: clamp(38px, 5.5vw, 66px); letter-spacing: -.07em; line-height: .94; }
.wiki-page__header > p { max-width: 680px; margin: 24px 0 0; color: #c1bac8; font-size: 16px; line-height: 1.65; }
.wiki-page__header small { display: block; margin-top: 27px; color: #8d8792; font-size: 11px; }
.wiki-page__body { padding: clamp(32px, 5vw, 62px); }
.wiki-page__body p { max-width: 720px; margin: 0 0 22px; color: #c9c4ce; font-size: 16px; line-height: 1.8; }
.admin-shell { width: min(100% - 72px, 1280px); margin: 0 auto; padding: 100px 0 135px; }
.admin-heading { display: flex; justify-content: space-between; gap: 32px; align-items: end; max-width: none; }
.admin-heading__account { color: var(--gold); font-size: 11px; font-weight: 850; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; white-space: nowrap; }
.admin-denied { max-width: 650px; padding: 42px; border: 1px solid rgb(198 92 255 / .25); background: #0b0a0d; }
.admin-denied h2 { margin: 0; font-size: 30px; letter-spacing: -.05em; }
.admin-denied p { margin: 15px 0 0; color: #a7a2ab; line-height: 1.6; }
.admin-denied a { display: inline-block; margin-top: 25px; color: var(--gold); font-size: 12px; font-weight: 800; text-decoration: none; text-transform: uppercase; }
.admin-tabs { display: flex; flex-wrap: wrap; gap: 23px; margin: 0 0 27px; border-bottom: 1px solid rgb(255 255 255 / .12); }
.admin-tabs button { position: relative; padding: 0 0 16px; border: 0; background: transparent; color: #94909a; cursor: pointer; font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.admin-tabs button.is-active { color: #f3eef5; }
.admin-tabs button.is-active::after { position: absolute; right: 0; bottom: -1px; left: 0; height: 2px; background: #bd55f5; content: ''; }
.admin-panel { display: grid; gap: 25px; }
.admin-stats { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border: 1px solid rgb(198 92 255 / .24); background: #0b0a0d; }
.admin-stat { padding: 28px; border-right: 1px solid rgb(255 255 255 / .1); }
.admin-stat:last-child { border-right: 0; }
.admin-stat span { display: block; color: #98939e; font-size: 11px; letter-spacing: .09em; text-transform: uppercase; }
.admin-stat b { display: block; margin-top: 12px; color: #f0edf2; font-size: 35px; letter-spacing: -.06em; }
.admin-card { overflow: hidden; border: 1px solid rgb(198 92 255 / .22); background: #0b0a0d; }
.admin-card__head { display: flex; justify-content: space-between; gap: 20px; align-items: center; padding: 25px 29px; border-bottom: 1px solid rgb(255 255 255 / .1); }
.admin-card__head h2 { margin: 0; font-size: 20px; letter-spacing: -.04em; }
.admin-card__head p { margin: 5px 0 0; color: #928d98; font-size: 12px; }
.admin-list { display: grid; }
.admin-row { display: grid; grid-template-columns: minmax(170px, 1.1fr) minmax(200px, 1.3fr) minmax(105px, .55fr) minmax(120px, .5fr); gap: 20px; align-items: center; padding: 17px 28px; border-bottom: 1px solid rgb(255 255 255 / .08); color: #c4bec9; font-size: 13px; }
.admin-row:last-child { border-bottom: 0; }
.admin-row--threads { grid-template-columns: minmax(220px, 1.6fr) minmax(130px, .7fr) minmax(130px, .7fr) auto; }
.admin-row__title { display: grid; gap: 5px; min-width: 0; }
.admin-row__title b { overflow: hidden; color: #eeebf0; font-size: 14px; text-overflow: ellipsis; white-space: nowrap; }
.admin-row__title small { color: #928d98; font-size: 11px; }
.admin-row select { height: 36px; padding: 0 9px; font-size: 12px; }
.admin-row a { color: #ede8f0; text-decoration: none; }
.admin-row a:hover { color: #fff0a0; }
.admin-action { width: max-content; padding: 9px 12px; border: 1px solid rgb(198 92 255 / .32); background: transparent; color: #e2c4f4; cursor: pointer; font-size: 10px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.admin-action:hover { background: rgb(184 78 242 / .15); }
.admin-message { min-height: 18px; margin: 0; color: #e79abe; font-size: 12px; }
.admin-category-form { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.4fr) auto; gap: 13px; padding: 27px 29px; border-top: 1px solid rgb(255 255 255 / .1); }
.admin-category-form button { width: max-content; padding: 0 16px; border: 0; background: #b747ef; color: #fff; cursor: pointer; font-size: 11px; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
.admin-socials-form { grid-template-columns: repeat(2, minmax(0, 1fr)) auto; }
.admin-socials-form button { height: 46px; }
.admin-wiki-form { grid-template-columns: minmax(0, .7fr) minmax(0, 1.3fr); }
.admin-wiki-form textarea { grid-column: 1 / -1; min-height: 130px; }
.admin-wiki-form__actions { display: flex; gap: 18px; align-items: center; grid-column: 1 / -1; }
.admin-wiki-form__actions label { display: flex; gap: 9px; align-items: center; color: #b9b2c0; font-size: 12px; }
.admin-wiki-form__actions input { width: auto; height: auto; }
.admin-empty { padding: 29px; color: #918c96; font-size: 13px; }
/* GLOBALGAME uses gold. Purple is reserved for PolitReboot-specific elements only. */
.app-page { background-color: #0a0906; background-image: radial-gradient(ellipse 70% 55% at 12% 7%, rgb(126 83 11 / .2), transparent 72%), radial-gradient(ellipse 48% 44% at 90% 70%, rgb(78 52 10 / .12), transparent 74%), linear-gradient(100deg, rgb(10 9 6 / .95), rgb(13 11 7 / .87), rgb(9 8 5 / .96)); }
.auth-layout, .profile-card, .security-card, .page-heading--forum, .new-thread, .reply-form, .public-profile-card, .wiki-hero, .wiki-categories, .wiki-page, .admin-denied, .admin-stats, .admin-card { border-color: rgb(245 202 75 / .26); }
.auth-layout, .profile-card { background: linear-gradient(120deg, rgb(132 88 13 / .16), transparent 46%), #0b0a0d; }
.page-heading--forum { background: linear-gradient(110deg, rgb(132 88 13 / .18), transparent 56%), #0b0a0d; }
.page-heading--forum::after { border-color: rgb(245 202 75 / .28); box-shadow: 0 0 0 28px rgb(245 202 75 / .05), 0 0 0 56px rgb(245 202 75 / .025); }
.auth-form__eyebrow, .thread-detail__heading .section-kicker, .public-role, .wiki-article__category, .wiki-category small { color: #f5ca4b; }
input:focus, textarea:focus, select:focus { border-color: #f5ca4b; }
.auth-form button, .new-thread button, .reply-form button, .security-card button, .wiki-search button, .admin-category-form button { background: #c89526; color: #151006; }
.auth-form button:hover, .new-thread button:hover, .reply-form button:hover { background: #f5ca4b; }
.avatar, .public-avatar { border-color: rgb(245 202 75 / .46); background: linear-gradient(135deg, #9b6b13, #1b1306); }
.category-item:hover, .category-item.is-active, .thread-item:hover, .wiki-article:hover { background: rgb(245 202 75 / .09); }
.category-item__count, .thread-item__replies, .category-topic__replies { color: #f5ca4b; }
.category-topics { border-top-color: rgb(245 202 75 / .22); background: rgb(145 97 14 / .1); }
.category-topic:hover { background: rgb(245 202 75 / .1); }
.image-preview__item, .post__images a { border-color: rgb(245 202 75 / .26); }
.post--starter { border-color: rgb(245 202 75 / .38); background: linear-gradient(112deg, rgb(131 86 13 / .16), transparent 53%), #0c0a0f; }
.post__avatar { border-color: rgb(245 202 75 / .4); background: linear-gradient(135deg, #8f6113, #171006); }
.post__author span, .post time, .post__reply-to { color: #d6a837; }
.post__reply-to:hover { color: #ffe29a; }
.post__vote button:hover, .post__vote button.is-active, .karma-panel button:hover, .karma-panel button.is-active { border-color: #f5ca4b; background: rgb(245 202 75 / .18); }
.reply-context { border-left-color: #f5ca4b; background: rgb(245 202 75 / .1); color: #eee3c8; }
.reply-context button { color: #ffe29a; }
.rules-hero { border-color: rgb(245 202 75 / .28); background: linear-gradient(115deg, rgb(133 88 13 / .22), rgb(10 9 13 / .62) 62%), url("assets/politreboot-map.webp") center / cover; }
.rules-hero h1 span, .principles-note b, .principles__grid b, .rule > span { color: #f5ca4b; }
.principles-note, .rules-help { border-left-color: #f5ca4b; background: rgb(123 82 12 / .14); }
.wiki-hero { background: linear-gradient(105deg, rgb(130 84 12 / .28), rgb(11 10 15 / .65) 60%), url("assets/politreboot-map.webp") center / cover; }
.wiki-hero h1 span { color: #f5ca4b; }
.wiki-page__header { background: linear-gradient(115deg, rgb(121 79 12 / .18), transparent 70%); }
.admin-tabs button.is-active::after { background: #f5ca4b; }
.admin-action { border-color: rgb(245 202 75 / .38); color: #f4d78c; }
.admin-action:hover { background: rgb(245 202 75 / .14); }
/* The only purple component on the rules page is the PolitReboot server card. */
.server-rules-nav { border-color: rgb(198 92 255 / .28); background: linear-gradient(145deg, rgb(72 23 94 / .2), transparent 58%), #0b0a0d; }
.server-rules-nav__item { border-color: rgb(198 92 255 / .36); background: rgb(184 78 242 / .12); }
@media (max-width: 840px) { .account-shell, .forum-shell, .rules-shell, .admin-shell, .wiki-shell, .wiki-article-shell { width: min(100% - 40px, 600px); padding-top: 75px; } .auth-layout, .profile-card, .security-card, .public-profile-card, .rules-layout, .wiki-layout { grid-template-columns: 1fr; } .auth-form + .auth-form { border-top: 1px solid rgb(255 255 255 / .12); border-left: 0; } .profile-card__meta { padding-top: 25px; padding-left: 0; border-top: 1px solid rgb(255 255 255 / .12); border-left: 0; } .page-heading--forum::after { display: none; } .post, .post--starter { grid-template-columns: 1fr; gap: 14px; padding: 28px; } .post__images { grid-column: auto; } .post__side { justify-items: start; grid-auto-flow: column; justify-content: start; } .post--starter .post__avatar { width: 96px; height: 96px; } .principles__grid { grid-template-columns: 1fr; } .principles__grid article + article { border-top: 1px solid rgb(255 255 255 / .1); border-left: 0; } .rules-help { align-items: flex-start; flex-direction: column; } .principles-note { align-items: flex-start; flex-direction: column; gap: 8px; } .server-rules-nav, .wiki-categories { position: static; } .admin-heading { align-items: flex-start; flex-direction: column; } .admin-stats { grid-template-columns: repeat(2, minmax(0, 1fr)); } .admin-stat:nth-child(2) { border-right: 0; } .admin-stat:nth-child(-n+2) { border-bottom: 1px solid rgb(255 255 255 / .1); } .admin-row, .admin-row--threads { grid-template-columns: 1fr; gap: 8px; align-items: start; } .admin-category-form { grid-template-columns: 1fr; } .admin-category-form button { height: 44px; } }
@media (max-width: 430px) { .account-shell, .forum-shell, .rules-shell { width: min(100% - 28px, 600px); } .page-heading--forum, .rules-hero { padding: 35px 26px; } .category-item, .thread-item { padding: 21px; } .category-item { align-items: start; flex-direction: column; } .rule { grid-template-columns: 1fr; gap: 13px; padding: 27px 23px; } .rules-help { padding: 34px 26px; } }
