/* /Components/Pages/Home.razor.rz.scp.css */
.chooser[b-kx8esvr2d6] {
    min-height: 100vh;
    padding: 2rem 1rem 3rem;
    box-sizing: border-box;
    color: #e8d9b0;
    font-family: "Palatino Linotype", "Book Antiqua", Georgia, serif;
    background:
        radial-gradient(ellipse at top, rgba(255, 190, 80, 0.15), transparent 60%),
        linear-gradient(#0d0b08, #1a140c 50%, #0d0b08);
    transition: background 0.8s;
}

.chooser.horde[b-kx8esvr2d6] {
    background:
        radial-gradient(ellipse at top, rgba(200, 30, 20, 0.35), transparent 60%),
        linear-gradient(#120606, #1f0b08 50%, #0c0404);
}

.chooser.alliance[b-kx8esvr2d6] {
    background:
        radial-gradient(ellipse at top, rgba(40, 90, 220, 0.35), transparent 60%),
        linear-gradient(#060a14, #0b1424 50%, #04070e);
}

header[b-kx8esvr2d6] {
    text-align: center;
    margin-bottom: 2rem;
}

h1[b-kx8esvr2d6] {
    font-size: clamp(2rem, 5vw, 3.5rem);
    margin: 0;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    background: linear-gradient(#fff3c4, #f8b700 55%, #a86b00);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    filter: drop-shadow(0 3px 4px #000);
}

.title-sub[b-kx8esvr2d6] {
    display: block;
    font-size: 0.45em;
    letter-spacing: 0.35em;
    margin-top: 0.3rem;
}

.subtitle[b-kx8esvr2d6] {
    color: #c9a95a;
    font-style: italic;
    margin: 0.4rem 0 0;
}

.reels[b-kx8esvr2d6] {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.reel[b-kx8esvr2d6] {
    width: 200px;
    flex: 0 0 200px;
    box-sizing: border-box;
    padding: 1.2rem 1rem;
    text-align: center;
    background: linear-gradient(160deg, rgba(40, 30, 18, 0.95), rgba(15, 11, 6, 0.95));
    border: 2px solid #6b5220;
    border-radius: 10px;
    box-shadow: inset 0 0 25px rgba(0, 0, 0, 0.8), 0 6px 14px rgba(0, 0, 0, 0.6);
    transition: border-color 0.3s, box-shadow 0.3s, transform 0.3s;
}

.reel .label[b-kx8esvr2d6] {
    font-size: 0.8rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #8d7648;
}

.emblem[b-kx8esvr2d6] {
    width: 96px;
    height: 96px;
    margin: 0.8rem auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid #6b5220;
    border-radius: 10px;
    background: #0a0805;
    overflow: hidden;
    box-shadow: inset 0 0 12px #000;
}

.emblem img[b-kx8esvr2d6] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.unknown[b-kx8esvr2d6], .rune[b-kx8esvr2d6] {
    font-size: 3.2rem;
    font-weight: bold;
    color: #6b5220;
}

.rune[b-kx8esvr2d6] {
    color: var(--accent);
    text-shadow: 0 0 12px var(--accent);
}

.reel .value[b-kx8esvr2d6] {
    font-size: 1.4rem;
    line-height: 1.2;
    height: 3.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    color: #bfae88;
}

.reel.spinning[b-kx8esvr2d6] {
    border-color: #ffd96a;
    box-shadow: 0 0 20px rgba(255, 200, 60, 0.6), inset 0 0 25px #000;
    animation: shake-b-kx8esvr2d6 0.15s infinite;
}

.reel.spinning .emblem[b-kx8esvr2d6] {
    filter: blur(1px) brightness(1.2);
}

.reel.locked[b-kx8esvr2d6] {
    border-color: var(--accent);
    box-shadow: 0 0 26px var(--accent), inset 0 0 25px #000;
    animation: lock-b-kx8esvr2d6 0.4s ease-out;
}

.reel.locked .emblem[b-kx8esvr2d6] {
    border-color: var(--accent);
}

.reel.locked .value[b-kx8esvr2d6] {
    color: var(--accent);
    text-shadow: 0 2px 2px #000;
}

.status[b-kx8esvr2d6] {
    text-align: center;
    font-size: 1.2rem;
    font-style: italic;
    color: #f8d77a;
    min-height: 1.6rem;
    margin: 1.8rem 0 1rem;
}

.status.thinking[b-kx8esvr2d6]::after {
    content: "";
    animation: dots-b-kx8esvr2d6 1.2s steps(4) infinite;
}

.result[b-kx8esvr2d6] {
    max-width: 560px;
    margin: 0 auto;
    padding: 1.8rem 2rem;
    text-align: center;
    background: linear-gradient(160deg, rgba(40, 30, 18, 0.97), rgba(15, 11, 6, 0.97));
    border: 3px double var(--accent);
    border-radius: 12px;
    box-shadow: 0 0 40px var(--accent), inset 0 0 30px #000;
    animation: reveal-b-kx8esvr2d6 0.6s ease-out;
}

.result .title[b-kx8esvr2d6] {
    font-size: 2.2rem;
    color: #f8d77a;
    text-shadow: 0 2px 3px #000;
}

.result p[b-kx8esvr2d6] {
    color: #d4c49a;
    margin: 0.5rem 0;
}

.result .badge[b-kx8esvr2d6] {
    color: #ffd96a;
    font-weight: bold;
    letter-spacing: 0.1em;
}

.name-box[b-kx8esvr2d6] {
    margin: 1.2rem auto 0.5rem;
    padding: 1rem;
    border: 1px solid #6b5220;
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.35);
}

.name-box .label[b-kx8esvr2d6] {
    font-size: 0.8rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #8d7648;
}

.hero-name[b-kx8esvr2d6] {
    font-size: 1.9rem;
    margin: 0.4rem 0 0.8rem;
    text-shadow: 0 0 10px currentColor, 0 2px 2px #000;
}

.name-box.naming .hero-name[b-kx8esvr2d6] {
    filter: blur(1px);
    opacity: 0.8;
}

.btn-wow.small[b-kx8esvr2d6] {
    padding: 0.5rem 1.4rem;
    font-size: 1rem;
}

.result .motto[b-kx8esvr2d6] {
    font-size: 1.3rem;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-top: 1rem;
}

.actions[b-kx8esvr2d6] {
    display: flex;
    justify-content: center;
    margin-top: 2rem;
}

.btn-wow[b-kx8esvr2d6] {
    cursor: pointer;
    padding: 0.9rem 2.6rem;
    font-family: inherit;
    font-size: 1.3rem;
    font-weight: bold;
    color: #ffd96a;
    background: linear-gradient(#a8200f, #4a0a05);
    border: 2px solid #c98f00;
    border-radius: 8px;
    text-shadow: 0 1px 2px #000;
    box-shadow: 0 0 18px rgba(255, 170, 40, 0.35), 0 3px 8px rgba(0, 0, 0, 0.6);
    transition: filter 0.2s, transform 0.2s;
}

.btn-wow:hover:not(:disabled)[b-kx8esvr2d6] {
    filter: brightness(1.3);
    transform: scale(1.04);
}

.btn-wow:disabled[b-kx8esvr2d6] {
    cursor: wait;
    filter: grayscale(0.5) brightness(0.8);
}

footer[b-kx8esvr2d6] {
    margin-top: 2rem;
    text-align: center;
    font-size: 0.8rem;
    color: #6f5e3d;
}

footer p[b-kx8esvr2d6] {
    margin: 0.3rem 0;
}

.donate[b-kx8esvr2d6] {
    display: inline-block;
    margin-bottom: 0.8rem;
    padding: 0.5rem 1.2rem;
    font-size: 1rem;
    color: #ffd96a;
    text-decoration: none;
    border: 1px solid #c98f00;
    border-radius: 999px;
    background: rgba(201, 143, 0, 0.12);
    transition: background 0.2s, box-shadow 0.2s;
}

.donate:hover[b-kx8esvr2d6] {
    background: rgba(201, 143, 0, 0.3);
    box-shadow: 0 0 12px rgba(255, 200, 60, 0.5);
}

@keyframes shake-b-kx8esvr2d6 {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-3px); }
}

@keyframes lock-b-kx8esvr2d6 {
    0% { transform: scale(1.12); }
    100% { transform: scale(1); }
}

@keyframes reveal-b-kx8esvr2d6 {
    from { opacity: 0; transform: scale(0.85); }
    to { opacity: 1; transform: scale(1); }
}

@keyframes dots-b-kx8esvr2d6 {
    0% { content: ""; }
    25% { content: "."; }
    50% { content: ".."; }
    75% { content: "..."; }
}

footer p a[b-kx8esvr2d6] {
    color: #c9a95a;
}

/* /Components/Pages/Privacy.razor.rz.scp.css */
.doc[b-o2hpqqo99l] {
    min-height: 100vh;
    padding: 2rem 1rem 3rem;
    box-sizing: border-box;
    color: #d4c49a;
    font-family: "Palatino Linotype", "Book Antiqua", Georgia, serif;
    background:
        radial-gradient(ellipse at top, rgba(255, 190, 80, 0.12), transparent 60%),
        linear-gradient(#0d0b08, #1a140c 50%, #0d0b08);
}

article[b-o2hpqqo99l] {
    max-width: 720px;
    margin: 0 auto;
    padding: 2rem;
    background: linear-gradient(160deg, rgba(40, 30, 18, 0.95), rgba(15, 11, 6, 0.95));
    border: 2px solid #6b5220;
    border-radius: 10px;
    box-shadow: inset 0 0 25px rgba(0, 0, 0, 0.8), 0 6px 14px rgba(0, 0, 0, 0.6);
    line-height: 1.6;
}

h1[b-o2hpqqo99l] {
    margin: 1rem 0 0;
    color: #f8d77a;
    letter-spacing: 0.05em;
    text-shadow: 0 2px 3px #000;
}

h2[b-o2hpqqo99l] {
    margin: 1.6rem 0 0.4rem;
    font-size: 1.2rem;
    color: #f8d77a;
}

a[b-o2hpqqo99l] {
    color: #ffd96a;
}

.back[b-o2hpqqo99l] {
    text-decoration: none;
    font-size: 0.95rem;
}

.updated[b-o2hpqqo99l] {
    margin-top: 0.2rem;
    font-size: 0.85rem;
    font-style: italic;
    color: #8d7648;
}

ul[b-o2hpqqo99l] {
    padding-left: 1.2rem;
}

li[b-o2hpqqo99l] {
    margin-bottom: 0.5rem;
}

.disclaimer[b-o2hpqqo99l] {
    margin-top: 2rem;
    font-size: 0.8rem;
    color: #6f5e3d;
}
/* /Components/Shared/AboutSection.razor.rz.scp.css */
.about[b-y2cwrkspd9] {
    max-width: 720px;
    margin: 2.5rem auto 0;
    padding: 1.5rem 2rem;
    color: #d4c49a;
    line-height: 1.6;
    font-family: "Palatino Linotype", "Book Antiqua", Georgia, serif;
    background: linear-gradient(160deg, rgba(40, 30, 18, 0.9), rgba(15, 11, 6, 0.9));
    border: 1px solid #5a4520;
    border-radius: 10px;
}

h2[b-y2cwrkspd9] {
    margin: 1.2rem 0 0.4rem;
    font-size: 1.25rem;
    font-weight: normal;
    color: #f8d77a;
    text-align: left;
    text-shadow: 0 2px 3px #000;
}

h2:first-child[b-y2cwrkspd9] {
    margin-top: 0;
}

strong[b-y2cwrkspd9] {
    color: #f8d77a;
}

.combos[b-y2cwrkspd9] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    padding: 0;
    list-style: none;
}

.combos li[b-y2cwrkspd9] {
    padding: 0.25rem 0.8rem;
    font-size: 0.9rem;
    color: #ffd96a;
    border: 1px solid #c98f00;
    border-radius: 999px;
    background: rgba(201, 143, 0, 0.1);
}

dt[b-y2cwrkspd9] {
    margin-top: 0.8rem;
    font-weight: bold;
    color: #e8d9b0;
}

dd[b-y2cwrkspd9] {
    margin: 0.2rem 0 0;
}
/* /Components/Shared/AdSlot.razor.rz.scp.css */
.ad-slot[b-s4sot55n6g] {
    max-width: 728px;
    margin: 2rem auto 0;
    text-align: center;
}

.ad-label[b-s4sot55n6g] {
    display: block;
    font-size: 0.7rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #6f5e3d;
    margin-bottom: 0.3rem;
}

.ad-placeholder[b-s4sot55n6g] {
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px dashed #5a4520;
    border-radius: 6px;
    color: #6f5e3d;
    background: rgba(0, 0, 0, 0.3);
    font-family: "Palatino Linotype", "Book Antiqua", Georgia, serif;
}
