/* Navigation: usr 공통 기능 스타일 */

.selection-action-bar {
    position: fixed;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 100%;
    max-width: var(--usr-page-max-width);
    display: flex;
    gap: 10px;
    padding: 14px 18px 20px;
    background: rgba(255, 255, 255, 0.95);
    border-top: 1px solid #eee;
}

.top-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo {
    display: flex;
    align-items: center;
}

.logo img {
    height: 60px;
    width: auto;

    object-fit: contain;
    display: block;
}

.logo-icon {
    width: 36px;
    height: 36px;
    border-radius: 12px;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, #22b864, #ffbd45);
    color: #fff;
}

.menu-wrap {
    position: relative;
}

.site-footer {
    margin-top: 10px;
    padding: 18px 18px 20px;

    background: #fafafa;
    border-top: 1px solid #eee;
}

.footer-inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
}

.footer-logo {
    display: inline-flex;
    align-items: center;
    margin-bottom: 4px;
}

.footer-logo img {
    height: 60px;
    width: auto;
    display: block;
}

.footer-links {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 7px;

    margin-top: 2px;
}

.footer-links a,
.footer-links span {
    font-size: 11px;
    line-height: 1.2;
}

.footer-links a {
    color: #666;
    text-decoration: none;
    font-weight: 700;
}

.footer-links span {
    color: #d4d4d4;
}

.footer-desc,
.footer-copy,
.footer-contact {
    margin: 0;
    color: #aaa;
    font-size: 10px;
    line-height: 1.35;
}

.footer-desc {
    margin-top: 6px;
}

.pagination-wrap {
    display: flex;
    justify-content: center;
    margin: 26px 0 8px;
}

.custom-pagination {
    display: flex;
    align-items: center;
    gap: 8px;

    padding: 8px;
    margin: 0;

    list-style: none;
    border-radius: 999px;

    background: #fff;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}

.recipe-detail .menu-icon {
    height: 140px;
    border-radius: 22px;
    background: linear-gradient(135deg, #fff7df, #e9f7df);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
}

.recipe-detail .menu-icon div {
    font-size: 54px;
}

.recipe-detail .menu-icon span {
    font-size: 17px;
    font-weight: 800;
}

.dashboard .quick-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    flex-shrink: 0;
}

.account-summary .mypage-menu h3 {
    margin-bottom: 14px;

    font-size: 24px;
    font-weight: 800;
}

.account-summary .mypage-menu-card {
    display: flex;
    align-items: center;
    justify-content: space-between;

    padding: 18px;
    margin-bottom: 14px;

    border-radius: 24px;

    background: #fff;

    text-decoration: none;
    color: #222;

    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);

    transition: all .2s;
}

.account-summary .mypage-menu-card:active {
    transform: scale(.98);
}

.account-summary .menu-left {
    display: flex;
    align-items: center;
    gap: 14px;
}

.account-summary .menu-icon {
    width: 52px;
    height: 52px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 18px;

    font-size: 24px;
}

.account-summary .menu-icon.pink {
    background: #ffe8ef;
}

.account-summary .menu-icon.green {
    background: #e9f8e7;
}

.account-summary .menu-icon.orange {
    background: #fff1df;
}

.account-summary .menu-icon.purple {
    background: #f1eaff;
}

.account-summary .menu-icon.blue {
    background: #dbeafe;
    color: #2563eb;
}

.account-summary .menu-icon.amber {
    background: #fef3c7;
    color: #d97706;
}

.account-summary .menu-icon.teal {
    background: #ccfbf1;
    color: #0f766e;
}

.account-summary .mypage-menu-card strong {
    display: block;

    margin-bottom: 4px;

    font-size: 15px;
    font-weight: 700;
}

.account-summary .mypage-menu-card p {
    margin: 0;

    font-size: 12px;
    color: #888;
}

.account-summary .mypage-menu-card span {
    font-size: 24px;
    color: #bbb;
}

.recipe-catalog .recipe-menu {
    font-size: 12px;
    color: #888;
    font-weight: 700;
}

.auth-shell .login-logo img {
    width: 154px;
    height: auto;
    margin-bottom: 28px;

    filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.08));
}

.auth-shell .login-policy {
    margin-top: 22px;

    color: #999;

    font-size: 12px;
    line-height: 1.7;
}

.auth-shell .login-policy a {
    color: #555;
    font-weight: 800;
    text-decoration: underline;
}

@media (max-width: 480px) {
    .auth-shell .login-logo img {
        width: 138px;
    }
}

.subscribe-modal .cardSwiper .swiper-pagination-bullet {
    background: #bbf7d0;
    opacity: 1;
}

.subscribe-modal .cardSwiper .swiper-pagination-bullet-active {
    background: #22c55e;
}

.pricing-options .policy-link {
    text-align: right;
    display: inline-block;
    color: #6b5cff;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}

.pricing-options .policy-link:hover {
    text-decoration: underline;
}
