.bg-cream {
    background: #f7f1ea;
}
.main {
    margin-top: 20px;
}
.btn.dis {
    cursor: default;
    opacity: 0.4;
}
.form-control:focus {
    border-color: #c45c6a;
    outline: 0;
    box-shadow: 0 0 10px 0 rgb(196 92 106 / 28%);
}
.logo {
    text-decoration: none;
    color: #3d3229;
}
.logo:hover {
    color: #c45c6a;
}
.logo-mark {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: radial-gradient(circle at 30% 30%, #f3d3c7, #c45c6a);
    display: inline-block;
}
.logo-text {
    font-weight: 700;
    font-size: 20px;
}
.step .step_num {
    font-weight: bold;
    color: #c45c6a;
}
.btn-primary {
    background-color: #c45c6a !important;
    border-color: #c45c6a !important;
}
.btn-primary:hover {
    background-color: #a94c59 !important;
    border-color: #a94c59 !important;
}
.h1 {
    text-decoration: none;
    color: #c45c6a;
}
.status_block {
    border: 1px dashed #c45c6a;
}
.stat_round {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    margin-right: 6px;
}
.stat_round.load_round {
    background: #e0a35b;
    animation: load_anim 2s infinite ease-in-out;
}
.stat_round.compl_round {
    background: #5b8a7a;
}
.stat_round.dis_round {
    background: gray;
}
@keyframes load_anim {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.2; }
}
.upload-box {
    cursor: pointer;
}
.upload-box:hover {
    border-color: #c45c6a !important;
}
.baby-photo-thumb {
    max-height: 140px;
}
.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: #3d3229;
}
.style-btn.active {
    border-color: #c45c6a;
    background: #fbeeee;
    font-weight: 600;
}
.style-btn-custom {
    grid-column: 1 / -1;
}
.style_text {
    min-height: 88px;
}
.poster-frame {
    background: #efe6dc;
    padding: 16px;
    border-radius: 12px;
}
.poster-preview {
    max-height: 720px;
    box-shadow: 0 10px 30px rgba(61, 50, 41, 0.12);
}
.catalog-card {
    text-decoration: none;
    color: #3d3229;
}
.catalog-card img {
    width: 100%;
    aspect-ratio: 3 / 4;
    object-fit: cover;
    border-radius: 6px;
    display: block;
}
.catalog-card span {
    display: block;
    font-size: 12px;
    color: #7a685a;
    text-align: center;
    margin-top: 6px;
}
.catalog-pending {
    aspect-ratio: 3 / 4;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #efe6dc;
    color: #7a685a;
    font-size: 13px;
    border-radius: 6px;
    text-align: center;
    padding: 8px;
}
