.bg-paper {
    background: #f4f0ea;
}
.main {
    margin-top: 20px;
}
.btn.dis {
    cursor: default;
    opacity: 0.4;
}
.form-control:focus {
    border-color: #c4a574;
    outline: 0;
    box-shadow: 0 0 10px 0 rgb(196 165 116 / 35%);
}
.logo {
    text-decoration: none;
    color: #2c2a28;
}
.logo:hover {
    color: #c4a574;
}
.logo-mark {
    width: 48px;
    height: 48px;
    display: block;
    object-fit: contain;
    border-radius: 50%;
}
.logo-text {
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 0.02em;
}
.step .step_num {
    font-weight: bold;
    color: #c4a574;
}
.btn-primary {
    background-color: #2c2a28 !important;
    border-color: #2c2a28 !important;
}
.btn-primary:hover {
    background-color: #1a1918 !important;
    border-color: #1a1918 !important;
}
.btn-success {
    background-color: #5f7d6b !important;
    border-color: #5f7d6b !important;
}
.h1 {
    text-decoration: none;
    color: #2c2a28;
}
.status_block {
    border: 1px dashed #c4a574;
}
.stat_round {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    margin-right: 6px;
}
.stat_round.load_round {
    background: #c4a574;
    animation: load_anim 2s infinite ease-in-out;
}
.stat_round.compl_round {
    background: #5f7d6b;
}
.stat_round.dis_round {
    background: gray;
}
@keyframes load_anim {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.2; }
}
.style-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
}
.style-btn {
    border: 1px solid #e4d9cf;
    background: #fff;
    border-radius: 8px;
    padding: 10px 8px;
    color: #2c2a28;
}
.style-btn.active {
    border-color: #c4a574;
    background: #f7f1e6;
    font-weight: 600;
}
.style-btn-custom {
    grid-column: 1 / -1;
}
.style_text {
    min-height: 88px;
}
.poster-frame {
    background: #efe8de;
    padding: 16px;
    border-radius: 12px;
}
.poster-preview {
    max-height: 720px;
    box-shadow: 0 10px 30px rgba(44, 42, 40, 0.12);
}
.pending-tile {
    min-height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.catalog-card {
    text-decoration: none;
    color: #2c2a28;
}
.catalog-card img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 6px;
    display: block;
}
.catalog-card span {
    display: block;
    font-size: 12px;
    color: #6e6256;
    text-align: center;
    margin-top: 6px;
}
.catalog-pending {
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #efe8de;
    color: #6e6256;
    font-size: 13px;
    border-radius: 6px;
    text-align: center;
    padding: 8px;
}
.legal-page {
    max-width: 800px;
}
.legal-page h2 {
    color: #2c2a28;
}
.legal-page p,
.legal-page li {
    color: #2c2a28;
}
