
.order-page-wrapper, .order-page-wrapper *{
    font-family: -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Segoe UI", sans-serif !important;
}

html.sns-render-lock body {
    opacity: 0 !important;
}

html.sns-render-ready body {
    opacity: 1 !important;
    transition: opacity 0.18s ease-out !important;
}

html.sns-render-ready .order-page-wrapper {
    animation: snsPageSoftEnter 0.28s cubic-bezier(0.2, 0.8, 0.2, 1) both;
    will-change: opacity, transform;
}

@keyframes snsPageSoftEnter {
    0% {
        opacity: 0;
        transform: translateY(6px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (prefers-reduced-motion: reduce) {
    html.sns-render-ready body,
    html.sns-render-ready .order-page-wrapper {
        transition: none !important;
        animation: none !important;
        transform: none !important;
    }
}

/* 🔥 하단 검정 여백 삭제 + 가로/우측 스크롤바 완벽 차단 + 번쩍임 제어 🔥 */
::-webkit-scrollbar { display: none !important; width: 0 !important; background: transparent !important; }
* { scrollbar-width: none !important; -ms-overflow-style: none !important; }

footer, .footer, #footer, .site-footer, .footer-bottom { display: none !important; height: 0 !important; margin: 0 !important; padding: 0 !important; opacity: 0 !important; visibility: hidden !important; pointer-events: none !important; }

.d-none { display: none !important; }
.app-modal-overlay { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.5); backdrop-filter: blur(4px); z-index: 100001; align-items: center; justify-content: center; }
.event-modal-overlay { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.6); z-index: 100001; align-items: center; justify-content: center; }


.order-card-wrapper .alert:not(#app-toast), .order-card-wrapper .alert-warning, .order-card-wrapper .alert-danger, .order-card-wrapper .alert-dismissible, .order-card-wrapper #error-message-box { display: none !important; opacity: 0 !important; visibility: hidden !important; height: 0 !important; margin: 0 !important; padding: 0 !important; position: absolute; z-index: -9999; pointer-events: none; }

.ambient-bg { position: fixed; inset: 0; z-index: -9999; pointer-events: none; overflow: hidden; background: linear-gradient(180deg, #f6f9ff 0%, #f3f7fc 42%, #f8fbff 100%); }
.ambient-bg::before { content: ''; position: absolute; top: -22%; left: -18%; width: 72vw; height: 72vw; border-radius: 50%; background: none !important; filter: none !important; animation: none !important; }
.ambient-bg::after { content: ''; position: absolute; right: -20%; bottom: -28%; width: 82vw; height: 82vw; border-radius: 50%; background: none !important; filter: none !important; animation: none !important; }
@keyframes snsPhase1AmbientFloat { 0% { transform: translate3d(0, 0, 0) scale(1); } 100% { transform: translate3d(34px, 58px, 0) scale(1.10); } }

@keyframes fadeUp { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }
.banner-wrapper { animation: none !important; opacity: 1 !important; transform: none !important; border-radius: 24px !important; overflow: hidden; margin-bottom: 16px; background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%) !important; border: 1px solid rgba(219,234,254,0.92) !important; box-shadow: 0 14px 34px rgba(15,23,42,0.060), 0 2px 8px rgba(37,99,235,0.030) !important; }
.myBannerSwiper { width: 100%; border-radius: 24px; overflow: hidden; position: relative; background: #eef5ff; }
.myBannerSwiper .swiper-slide { border-radius: 24px; overflow: hidden; background: #eef5ff; }
.myBannerSwiper .swiper-slide img { width: 100%; height: auto; display: block; object-fit: contain; max-height: 292px; border-radius: 24px; box-shadow: none; }
.myBannerSwiper .swiper-wrapper { transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1) !important; }
.custom-fraction-pagination { position: absolute !important; right: 13px !important; bottom: 13px !important; left: auto !important; width: auto !important; z-index: 10 !important; padding: 5px 11px !important; border-radius: 999px !important; background: rgba(15,23,42,0.66) !important; color: #ffffff !important; font-size: 11px !important; font-weight: 850 !important; letter-spacing: 0.65px !important; border: 1px solid rgba(255,255,255,0.30) !important; box-shadow: 0 10px 22px rgba(15,23,42,0.18) !important; backdrop-filter: blur(10px) !important; -webkit-backdrop-filter: blur(10px) !important; }

.m-order-1 { animation: none !important; opacity: 1 !important; transform: none !important; }
.m-order-2 { animation: none !important; opacity: 1 !important; transform: none !important; }

a[href$="auth/login"], .guest-btn-login { background: transparent !important; color: #94a3b8 !important; border: 1px solid #475569 !important; border-radius: 8px !important; padding: 6px 16px !important; font-weight: 700 !important; font-size: 13px !important; transition: all 0.2s !important; display: inline-flex !important; align-items: center !important; justify-content: center !important; }
a[href$="auth/login"]:hover, .guest-btn-login:hover { background: #334155 !important; color: #ffffff !important; }
a[href$="auth/signup"], .guest-btn-signup { background: #3182F6 !important; color: #ffffff !important; border: none !important; border-radius: 8px !important; padding: 6px 16px !important; font-weight: 700 !important; font-size: 13px !important; box-shadow: none !important; display: inline-flex !important; align-items: center !important; justify-content: center !important; } 

a[href$="auth/signup"]:hover, .guest-btn-signup:hover { transform: none !important; box-shadow: none !important; filter: none !important; } 


.header .btn-primary, .topbar .btn-primary, .navbar .btn-primary { background: #3182F6 !important; border: none !important; border-radius: 10px !important; font-weight: 800 !important; padding: 8px 20px !important; box-shadow: none !important; color: #ffffff !important; transition: all 0.2s ease !important; letter-spacing: -0.5px !important; } 

.header .btn-primary:hover, .topbar .btn-primary:hover, .navbar .btn-primary:hover { transform: none !important; box-shadow: none !important; } 

.header .dropdown-toggle, .topbar .dropdown-toggle, .navbar .dropdown-toggle { background: #ffffff !important; border: 1px solid #e2e8f0 !important; border-radius: 10px !important; padding: 8px 16px !important; font-weight: 700 !important; color: #334155 !important; box-shadow: 0 2px 6px rgba(0,0,0,0.02) !important; letter-spacing: -0.5px !important; }
.header .dropdown-menu, .topbar .dropdown-menu, .navbar .dropdown-menu { border: 1px solid #f1f5f9 !important; border-radius: 16px !important; box-shadow: 0 10px 30px rgba(0,0,0,0.08) !important; padding: 8px 0 !important; margin-top: 14px !important; overflow: hidden !important; }
.header .dropdown-menu::before, .topbar .dropdown-menu::before, .navbar .dropdown-menu::before { display: none !important; }
.header .dropdown-item, .topbar .dropdown-item, .navbar .dropdown-item { padding: 12px 20px !important; font-size: 14px !important; font-weight: 600 !important; color: #475569 !important; transition: all 0.2s ease !important; }
.header .dropdown-item:hover, .topbar .dropdown-item:hover, .navbar .dropdown-item:hover { background: #f8fafc !important; color: #3182F6 !important; padding-left: 24px !important; }
.header .balance, .topbar .balance, .navbar .balance { font-weight: 800 !important; color: #3182F6 !important; background: #eff6ff !important; padding: 6px 12px !important; border-radius: 8px !important; font-size: 14px !important; border: 1px solid #bfdbfe !important; }

.ripple { position: relative; overflow: hidden; transform: translate3d(0, 0, 0); }
.ripple::after { content: ""; display: block; position: absolute; width: 100%; height: 100%; top: 0; left: 0; pointer-events: none; background-image: radial-gradient(circle, #fff 10%, transparent 10.01%); background-repeat: no-repeat; background-position: 50%; transform: scale(10, 10); opacity: 0; transition: transform .5s, opacity 1s; }
.ripple:active::after { transform: scale(0, 0); opacity: .3; transition: 0s; }


@keyframes eyePulseRed { 0% { transform: scale(1); } 50% { transform: scale(1.15); color: #f87171; } 100% { transform: scale(1); } }


.toss-notice-row:hover {
    background: #ffffff;
    border-color: #c7dcff;
    box-shadow: 0 1px 2px rgba(15,23,42,.060), inset 0 1px 0 rgba(255,255,255,.88);
}

.toss-badge.notice { background: linear-gradient(135deg, #F04452, #EF4444); }
.toss-badge.live { background: linear-gradient(135deg, #3182F6, #2563EB); }
.toss-text {
    font-size: 12.5px;
    font-weight: 700;
    color: #4E5968;
    flex: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    letter-spacing: -0.35px;
    display: flex;
    align-items: center;
    line-height: 1;
    min-width: 0;
}
.toss-text marquee { display: block; line-height: 1; margin: 0; padding: 0; }

.rolling-wrap {
    flex: 1;
    height: 18px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    min-width: 0;
}
.rolling-track { position: absolute; top: 0; left: 0; width: 100%; display: flex; flex-direction: column; }
.rolling-item {
    height: 18px;
    width: 100%;
    display: flex;
    align-items: center;
    font-size: 12.5px;
    font-weight: 700;
    color: #4E5968;
    letter-spacing: -0.35px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.rolling-item b { color: #191F28; font-weight: 900; margin-right: 4px; }
.rolling-item span { color: #3182F6; font-weight: 900; margin: 0 4px; }

.dash-stats-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    padding: 2px 0 0 0;
    margin-top: 0;
}
.stat-row {
    min-height: 46px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 4px;
    font-size: 12.5px;
    padding: 9px 12px;
    background: #FFFFFF;
    border: 1px solid #EEF2F6;
    border-radius: 14px;
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.025);
    box-sizing: border-box;
}
.stat-row:first-child,
.stat-row:last-child {
    border-bottom: 1px solid #EEF2F6;
    padding-top: 9px;
    padding-bottom: 9px;
}
.stat-row .lbl {
    color: #6B7684;
    font-weight: 800;
    letter-spacing: -0.38px;
    font-size: 11.8px;
    line-height: 1.15;
    white-space: nowrap;
}
.stat-row .val {
    color: #191F28;
    font-weight: 850;
    display: flex;
    align-items: center;
    gap: 5px;
    min-width: 0;
    line-height: 1.1;
    white-space: nowrap;
    letter-spacing: -0.35px;
}
.stat-row .val b {
    color: #3182F6;
    font-size: 16px;
    font-weight: 950;
    letter-spacing: -0.2px;
    line-height: 1;
}
.status-ok {
    color: #00B86B;
    font-weight: 900;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    line-height: 1;
}
.status-dot {
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: #00B86B;
    border-radius: 50%;
    animation: pulse-green 2s infinite;
    flex-shrink: 0;
}
@keyframes pulse-green { 0% { box-shadow: 0 0 0 0 rgba(0, 184, 107, 0.6); } 70% { box-shadow: 0 0 0 5px rgba(0, 184, 107, 0); } 100% { box-shadow: 0 0 0 0 rgba(0, 184, 107, 0); } }
.stat-row .val .time {
    font-family: 'Poppins', sans-serif;
    font-weight: 850;
    font-size: 12.8px;
    letter-spacing: -0.1px;
}
.stat-row .val .divider { color: #D1D6DB; font-size: 10px; margin: 0 2px; }

.order-card-wrapper { border: none !important; border-radius: 0 !important; box-shadow: none !important; background: transparent !important; margin-bottom: 22px !important; width: 100%; box-sizing: border-box; }
.order-card-wrapper .card-body { padding: 0 !important; background: transparent !important; box-sizing: border-box; }
.order-form-container { width: 100%; box-sizing: border-box; }
.order-form-container .form-group { margin-bottom: 24px !important; width: 100% !important; box-sizing: border-box; }
.order-form-container label { display: flex; align-items: center; text-align: left; font-size: 14.5px !important; font-weight: 880 !important; color: #111827 !important; margin-bottom: 10px !important; letter-spacing: -0.36px; transition: color 0.25s ease, transform 0.25s ease; transform-origin: left center; }
.step-text-num { color: #2563EB; font-weight: 950; margin-right: 7px; font-size: 15px; }
.modern-title-wrapper { display: flex; justify-content: space-between; align-items: center; margin: 2px 0 14px; padding: 0 1px; }
.modern-title-wrapper h4 { margin: 0; display: flex; align-items: center; gap: 9px; color: #0b1220; font-size: 18px !important; line-height: 1.24 !important; font-weight: 920; letter-spacing: -0.55px; }
.toss-guide-btn { display: inline-flex; align-items: center; gap: 6px; padding: 7px 15px; border-radius: 999px; border: 1px solid #dbeafe; background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%); color: #334155; font-size: 12.5px; font-weight: 880; letter-spacing: -0.3px; cursor: pointer; box-shadow: 0 6px 16px rgba(37,99,235,0.060); transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease, color 0.18s ease; }
.toss-guide-btn:hover { background: #ffffff; color: #0f172a; border-color: #bfdbfe; transform: translateY(-2px); box-shadow: 0 1px 2px rgba(15,23,42,.060); }
.toss-guide-btn:active { transform: scale(0.96); }
.toss-guide-btn i { color: #7C3AED; font-size: 14px; }


.input-relative-wrap {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
}

.link-input-icon {
    position: absolute !important;
    left: 16px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    z-index: 3 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: #3182F6;
    font-size: 15px !important;
    line-height: 1 !important;
    pointer-events: none !important;
    box-shadow: none !important;
    transition: color .16s ease, transform .16s ease !important;
}

.input-relative-wrap:focus-within .link-input-icon {
    transform: translateY(-50%) !important;
}

.input-relative-wrap:focus-within .valid-check-icon,
.input-relative-wrap:focus-within .input-clear-btn {
    transform: translateY(-50%) !important;
}


#standard_link_area > label,
.order-default-quantity > label,
.order-default-quantity #quantity_label_text,
.order-default-quantity #daily_qty_label_text {
    transition: color .16s ease, transform .16s ease !important;
}

.order-default-quantity:has(input[name="quantity"]:focus) #quantity_label_text,
.order-default-quantity:has(#actual_qty_input:focus) #quantity_label_text {
    color: #3182F6 !important;
    transform: translateY(-1px) !important;
}

.order-default-quantity:has(#bf_daily_count_bottom:focus) #daily_qty_label_text {
    color: #3182F6 !important;
    transform: translateY(-1px) !important;
}.order-default-quantity #quantity_label_text,
.order-default-quantity #daily_qty_label_text {
    color: #162033 !important;
    transform: none !important;
    display: flex !important;
    align-items: center !important;
    min-height: 20px !important;
    line-height: 20px !important;
    gap: 6px !important;
}

.order-default-quantity #daily_qty_label_text i,
.order-default-quantity #daily_qty_label_text svg,
.order-default-quantity #quantity_label_text i,
.order-default-quantity #quantity_label_text svg {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    line-height: 1 !important;
    vertical-align: middle !important;
    transform: none !important;
}

#standard_link_area .input-relative-wrap {
    position: relative !important;
    min-height: 50px !important;
    display: flex !important;
    align-items: center !important;
    overflow: visible !important;
}

#standard_link_area .link-input-icon {
    position: absolute !important;
    left: 16px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    z-index: 3 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    color: #3182F6;
    font-size: 15px !important;
    line-height: 1 !important;
    pointer-events: none !important;
    transition: color .16s ease, transform .18s cubic-bezier(.16,1,.3,1) !important;
}

#standard_link_area #actual_link_input::placeholder,
.order-default-quantity input[name="quantity"]::placeholder,
.order-default-quantity .input-relative-wrap input::placeholder,
.order-default-quantity .input-relative-wrap .form-control::placeholder {
    transition: color .16s ease !important;
}

#standard_link_area #actual_link_input:focus::placeholder,
.order-default-quantity input[name="quantity"]:focus::placeholder,
.order-default-quantity .input-relative-wrap input:focus::placeholder,
.order-default-quantity .input-relative-wrap .form-control:focus::placeholder {
    color: #64748b !important;
}

#link_guide_text {
    margin-top: 9px !important;
    margin-bottom: 0 !important;
}

.order-default-quantity {
    margin-top: 17px !important;
}

.order-default-quantity > div[style*="display: flex"][style*="justify-content"] {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    width: 100% !important;
    margin-bottom: 8px !important;
}

.order-default-quantity #quantity_label_text {
    width: 50% !important;
    min-width: 0 !important;
    padding-right: 0 !important;
}

.order-default-quantity #daily_qty_label_text:not(.d-none) {
    display: flex !important;
    width: 50% !important;
    min-width: 0 !important;
    padding-left: 10px !important;
}

.order-default-quantity:has(#daily_qty_label_text.d-none) #quantity_label_text {
    width: 100% !important;
}

.order-default-quantity:has(#daily_qty_label_text.d-none) #daily_qty_label_text {
    display: none !important;
}

.order-default-quantity > div[style*="display: flex"][style*="gap"] {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 10px !important;
    position: relative !important;
    width: 100% !important;
    align-items: stretch !important;
    overflow: visible !important;
}

.order-default-quantity .input-relative-wrap {
    position: relative !important;
    overflow: visible !important;
    min-width: 0 !important;
    flex: 1 1 0 !important;
    width: auto !important;
    max-width: none !important;
}

.order-default-quantity .blog-sync-wrap:not(.d-none) {
    display: block !important;
    flex: 1 1 0 !important;
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
}

.order-default-quantity:has(#daily_qty_label_text.d-none) > div[style*="display: flex"][style*="gap"] {
    display: block !important;
}

.order-default-quantity:has(#daily_qty_label_text.d-none) .blog-sync-wrap {
    display: none !important;
    flex: 0 0 0 !important;
    width: 0 !important;
    min-width: 0 !important;
    max-width: 0 !important;
    overflow: hidden !important;
}

.order-default-quantity:has(#daily_qty_label_text.d-none) .input-relative-wrap:first-child {
    display: block !important;
    flex: none !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
}

html body #new_order .order-default-quantity input[name="quantity"],
html body #new_order .order-default-quantity #actual_qty_input,
html body #new_order .order-default-quantity #bf_daily_count_bottom,
html body #new_order .order-default-quantity .input-relative-wrap input,
html body #new_order .order-default-quantity .input-relative-wrap .form-control,
html body #new_order .order-default-quantity .input-relative-wrap .form-control.square {
    display: block !important;
    width: 100% !important;
    height: 50px !important;
    min-height: 50px !important;
    padding-right: 48px !important;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
    line-height: 24px !important;
    box-sizing: border-box !important;
    transform: none !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    transition: border-color .16s ease, color .16s ease, padding .18s cubic-bezier(.16,1,.3,1) !important;
}

html body #new_order .order-default-quantity input[name="quantity"]:focus,
html body #new_order .order-default-quantity #actual_qty_input:focus,
html body #new_order .order-default-quantity #bf_daily_count_bottom:focus,
html body #new_order .order-default-quantity .input-relative-wrap input:focus,
html body #new_order .order-default-quantity .input-relative-wrap .form-control:focus,
html body #new_order .order-default-quantity .input-relative-wrap .form-control.square:focus {
    border-color: #3182F6 !important;
    color: #101828 !important;
    padding-top: 10px !important;
    padding-bottom: 14px !important;
    transform: none !important;
    box-shadow: none !important;
    outline: 0 !important;
}

.order-default-quantity .input-clear-btn,
.order-default-quantity .valid-check-icon,
.order-default-quantity .valid-check-icon.inline-visible {
    position: absolute !important;
    right: 14px !important;
    left: auto !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    margin: 0 !important;
    z-index: 10 !important;
    line-height: 1 !important;
}

.order-default-quantity .input-clear-btn,
.order-default-quantity .input-clear-btn:focus,
.order-default-quantity .input-clear-btn:focus-visible,
.order-default-quantity .input-clear-btn:active {
    width: 32px !important;
    min-width: 32px !important;
    height: 32px !important;
    min-height: 32px !important;
    padding: 7px !important;
    box-sizing: border-box !important;
    border: 0 !important;
    border-radius: 50% !important;
    background: transparent !important;
    background-color: transparent !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    outline: 0 !important;
    outline-offset: 0 !important;
    color: #ef4444 !important;
    pointer-events: auto !important;
    touch-action: manipulation !important;
    cursor: pointer !important;
    -webkit-tap-highlight-color: transparent !important;
    appearance: none !important;
    -webkit-appearance: none !important;
}

.order-default-quantity .input-clear-btn > i {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 18px !important;
    min-width: 18px !important;
    height: 18px !important;
    pointer-events: none !important;
    color: inherit !important;
    font-size: 15px !important;
    line-height: 1 !important;
}

.order-default-quantity .quick-chip-wrap {
    margin-top: 10px !important;
}

@media (max-width: 767.98px) {
    #standard_link_area {
        margin-top: 16px !important;
        margin-bottom: 16px !important;
    }
    .order-default-quantity {
        margin-top: 16px !important;
    }
}


#standard_link_area #actual_link_input,
#standard_link_area .input-relative-wrap #actual_link_input{
    height:50px !important;
    min-height:50px !important;
    padding-left:38px !important;
    padding-right:44px !important;
    padding-top:12px !important;
    padding-bottom:12px !important;
    line-height:24px !important;
    box-sizing:border-box !important;
    transform:none !important;
    margin-top:0 !important;
    margin-bottom:0 !important;
    transition:border-color .16s ease, color .16s ease, padding .18s cubic-bezier(.16,1,.3,1) !important;
}

#standard_link_area #actual_link_input:not(.sns-order-field-mirror-source):focus,
#standard_link_area .input-relative-wrap:focus-within #actual_link_input:not(.sns-order-field-mirror-source){
    border-color:#3182F6 !important;
    background:#ffffff !important;
    box-shadow:none !important;
    outline:0 !important;
    color:#101828 !important;
    padding-top:10px !important;
    padding-bottom:14px !important;
    line-height:24px !important;
    transform:none !important;
}

#standard_link_area #actual_link_input::placeholder{
    color:#8b95a1 !important;
    opacity:1 !important;
    transition:color .16s ease !important;
}

#standard_link_area #actual_link_input:focus::placeholder{
    color:#64748b !important;
    opacity:1 !important;
}


#standard_link_area .input-clear-btn,
#standard_link_area .valid-check-icon,
#standard_link_area .valid-check-icon.inline-visible{
    position:absolute !important;
    right:14px !important;
    left:auto !important;
    top:50% !important;
    transform:translateY(-50%) !important;
    margin:0 !important;
    z-index:10 !important;
    line-height:1 !important;
}

#standard_link_area .input-relative-wrap:focus-within .link-input-icon{
    transform:translateY(calc(-50% - 2px)) !important;
}

#standard_link_area:focus-within > label{
    color:#3182F6 !important;
    transform:translateY(-1px) !important;
}


html body #new_order .form-control.square, html body #new_order .input-tags{ border-radius: 12px !important; border: 1px solid #e2e8f0 !important; padding: 10px 16px !important; font-size: 14.5px !important; background: #ffffff !important; color: #0f172a !important; height: 50px !important; transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important; box-shadow: 0 2px 4px rgba(0,0,0,0.01) !important; width: 100% !important; box-sizing: border-box !important;}

/* 1. 입력창 터치 시 스르륵 올라오며 네온 블루 빛 반사 */textarea.form-control.square { height: auto !important; min-height: 120px !important; resize: vertical !important; line-height: 1.6 !important; padding-right: 16px !important;}

/* 2. 입력창을 누르면 위에 있는 라벨(글자)이 파란색으로 통통 튀어오름 */
.form-group, .app-input-group { transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important; }#main_category_select, #main_service_select { display: none !important; opacity: 0 !important; visibility: hidden !important; width: 0 !important; height: 0 !important; position: absolute !important; z-index: -9999 !important; pointer-events: none !important; }
.order-form-container .selectize-control, .order-form-container .select2-container { display: none !important; opacity: 0 !important; visibility: hidden !important; height: 0 !important; width: 0 !important; position: absolute !important; }


#custom-category-wrapper,
#custom-service-wrapper {
  width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box !important;
}html body #custom-category-wrapper .custom-select-wrapper, html body #custom-service-wrapper .custom-select-wrapper {
  position: relative !important;
  display: block !important;
  width: 100% !important;
  min-width: 0 !important;
  margin: 0 0 14px 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  overflow: visible !important;
  box-sizing: border-box !important;
}html body #custom-category-wrapper .custom-select-wrapper.open, html body #custom-service-wrapper .custom-select-wrapper.open {
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  overflow: visible !important;
}html body #custom-category-wrapper .custom-select-trigger, html body #custom-service-wrapper .custom-select-trigger {
  position: relative !important;
  z-index: 2 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 10px !important;
  width: 100% !important;
  height: 50px !important;
  min-height: 50px !important;
  padding: 0 16px !important;
  border: 1px solid #dfe7f2 !important;
  border-radius: 17px !important;
  background: #ffffff !important;
  box-shadow: none !important;
  outline: 0 !important;
  cursor: pointer !important;
  user-select: none !important;
  box-sizing: border-box !important;
  color: #101828 !important;
  font-size: 13.5px !important;
  font-weight: 850 !important;
  line-height: 1.2 !important;
  letter-spacing: -0.25px !important;
  transition: border-color .16s ease, background-color .16s ease, color .16s ease !important;
}html body #custom-category-wrapper .custom-select-wrapper.open .custom-select-trigger, html body #custom-service-wrapper .custom-select-wrapper.open .custom-select-trigger, html body #custom-category-wrapper .custom-select-trigger:hover, html body #custom-service-wrapper .custom-select-trigger:hover {
  border-color: #d3deec !important;
  background: #ffffff !important;
  box-shadow: none !important;
  color: #101828 !important;
}html body #custom-category-wrapper .custom-select-trigger:focus, html body #custom-service-wrapper .custom-select-trigger:focus {
  border-color: #d3deec !important;
  box-shadow: none !important;
  outline: 0 !important;
}html body #custom-category-wrapper .custom-select-trigger .selected-text, html body #custom-service-wrapper .custom-select-trigger .selected-text, html body #custom-category-wrapper .custom-select-trigger span:first-child, html body #custom-service-wrapper .custom-select-trigger span:first-child {
  min-width: 0 !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  color: inherit !important;
}html body #custom-category-wrapper .custom-select-trigger .arrow, html body #custom-service-wrapper .custom-select-trigger .arrow {
  flex: 0 0 auto !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 16px !important;
  height: 16px !important;
  margin-left: auto !important;
  color: #3182F6 !important;
  font-size: 11px !important;
  line-height: 1 !important;
  transition: transform .18s ease, color .16s ease !important;
}html body #custom-category-wrapper .custom-select-wrapper.open .custom-select-trigger .arrow, html body #custom-service-wrapper .custom-select-wrapper.open .custom-select-trigger .arrow {
  transform: rotate(180deg) !important;
  color: #3182F6 !important;
}html body #custom-category-wrapper .custom-select-options, html body #custom-service-wrapper .custom-select-options {
  position: relative !important;
  z-index: 1 !important;
  display: block !important;
  width: 100% !important;
  height: auto !important;
  max-height: 0 !important;
  margin: 0 !important;
  padding: 0 8px !important;
  border: 1px solid #dfe7f2 !important;
  border-radius: 17px !important;
  background: #ffffff !important;
  box-shadow: none !important;
  outline: 0 !important;
  overflow: hidden !important;
  visibility: hidden !important;
  opacity: 0 !important;
  list-style: none !important;
  box-sizing: border-box !important;
  transition: max-height .22s ease, opacity .16s ease, padding-top .16s ease, padding-bottom .16s ease, visibility 0s linear .16s !important;
}html body #custom-category-wrapper .custom-select-wrapper.open .custom-select-options, html body #custom-service-wrapper .custom-select-wrapper.open .custom-select-options {
  max-height: 340px !important;
  margin-top: 7px !important;
  padding: 8px !important;
  border: 1px solid #dfe7f2 !important;
  border-radius: 17px !important;
  background: #ffffff !important;
  box-shadow: none !important;
  overflow-y: auto !important;
  visibility: visible !important;
  opacity: 1 !important;
  transition: max-height .24s ease, opacity .16s ease, padding-top .16s ease, padding-bottom .16s ease, visibility 0s linear 0s !important;
}html body #custom-category-wrapper .custom-select-options::-webkit-scrollbar, html body #custom-service-wrapper .custom-select-options::-webkit-scrollbar {
  width: 6px !important;
}html body #custom-category-wrapper .custom-select-options::-webkit-scrollbar-thumb, html body #custom-service-wrapper .custom-select-options::-webkit-scrollbar-thumb {
  border-radius: 999px !important;
  background: #cbd5e1 !important;
}html body #custom-category-wrapper .custom-select-option, html body #custom-service-wrapper .custom-select-option, html body #custom-category-wrapper .custom-select-options li, html body #custom-service-wrapper .custom-select-options li {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  width: 100% !important;
  min-height: 40px !important;
  margin: 0 !important;
  padding: 9px 11px !important;
  border: 0 !important;
  border-radius: 10px !important;
  background: transparent !important;
  box-shadow: none !important;
  cursor: pointer !important;
  box-sizing: border-box !important;
  color: #334155 !important;
  font-size: 13px !important;
  font-weight: 760 !important;
  line-height: 1.25 !important;
  letter-spacing: -0.25px !important;
  transition: background-color .14s ease, color .14s ease !important;
}html body #custom-category-wrapper .custom-select-option:hover, html body #custom-service-wrapper .custom-select-option:hover, html body #custom-category-wrapper .custom-select-options li:hover, html body #custom-service-wrapper .custom-select-options li:hover {
  background: #f7fbff !important;
  box-shadow: none !important;
  color: #2563eb !important;
}html body #custom-category-wrapper .custom-select-option.selected, html body #custom-service-wrapper .custom-select-option.selected, html body #custom-category-wrapper .custom-select-options li.selected, html body #custom-service-wrapper .custom-select-options li.selected {
  background: #f5f9ff !important;
  box-shadow: none !important;
  color: #2563eb !important;
  font-weight: 900 !important;
}html body #custom-category-wrapper .custom-select-option .check, html body #custom-service-wrapper .custom-select-option .check, html body #custom-category-wrapper .custom-select-option i.fa-check, html body #custom-service-wrapper .custom-select-option i.fa-check {
  flex: 0 0 auto !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 14px !important;
  height: 14px !important;
  color: #2563eb !important;
  font-size: 11px !important;
}

@media (max-width: 767.98px) {html body #custom-category-wrapper .custom-select-trigger, html body #custom-service-wrapper .custom-select-trigger {
    height: 48px !important;
    min-height: 48px !important;
    padding: 0 14px !important;
    border-radius: 15px !important;
    font-size: 12.7px !important;
  }html body #custom-category-wrapper .custom-select-wrapper.open .custom-select-options, html body #custom-service-wrapper .custom-select-wrapper.open .custom-select-options {
    max-height: 310px !important;
    margin-top: 6px !important;
    padding: 7px !important;
    border-radius: 15px !important;
  }html body #custom-category-wrapper .custom-select-option, html body #custom-service-wrapper .custom-select-option, html body #custom-category-wrapper .custom-select-options li, html body #custom-service-wrapper .custom-select-options li {
    min-height: 39px !important;
    padding: 8px 10px !important;
    border-radius: 9px !important;
    font-size: 12.4px !important;
  }
}

@media (prefers-reduced-motion: reduce) {html body #custom-category-wrapper .custom-select-trigger, html body #custom-service-wrapper .custom-select-trigger, html body #custom-category-wrapper .custom-select-options, html body #custom-service-wrapper .custom-select-options, html body #custom-category-wrapper .custom-select-option, html body #custom-service-wrapper .custom-select-option {
    transition: none !important;
  }
}


html body #new_order .platform-buttons-container,
html body .order-page-wrapper .platform-buttons-container {
    display: grid !important;
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    gap: 11px !important;
    width: 100% !important;
    margin-bottom: 24px !important;
    overflow: visible !important;
    box-sizing: border-box !important;
}html body #new_order .platform-btn {
    --sns-platform-rgb: 49, 130, 246;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    position: relative !important;
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 1.08 / 1 !important;
    min-width: 0 !important;
    padding: 0 !important;
    border: 1px solid rgba(226,232,240,.96) !important;
    border-radius: 18px !important;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%) !important;
    color: #4E5968 !important;
    box-shadow: none !important;
    outline: none !important;
    overflow: visible !important;
    cursor: pointer !important;
    box-sizing: border-box !important;
    transform: translate3d(0,0,0) scale(1) !important;
    transform-origin: center center !important;
    backface-visibility: hidden !important;
    will-change: auto !important;
    transition:
        transform .26s cubic-bezier(.16, 1, .3, 1),
        border-color .18s ease,
        border-width .18s ease,
        background-color .18s ease,
        color .18s ease !important;
    -webkit-tap-highlight-color: transparent !important;
    touch-action: manipulation !important;
}

html body #new_order .platform-btn::before, html body #new_order .platform-btn::after, html body #new_order .platform-btn.ripple::after, html body #new_order .platform-btn.active.ripple::after {
    content: none !important;
    display: none !important;
    opacity: 0 !important;
    animation: none !important;
    background: none !important;
    box-shadow: none !important;
}html body #new_order .platform-btn > * {
    position: relative !important;
    z-index: 2 !important;
}html body #new_order .platform-btn:hover:not(.active):not(.is-pressing):not(.is-releasing) {
    transform: translate3d(0,-3px,0) scale(1.006) !important;
    border-color: rgba(147,197,253,.98) !important;
    background: #ffffff !important;
    box-shadow: none !important;
    will-change: transform !important;
}html body #new_order .platform-btn.active {
    border-width: 2px !important;
    background: linear-gradient(180deg, #ffffff 0%, rgba(var(--sns-platform-rgb), .060) 100%) !important;
    transform: translate3d(0,-2px,0) scale(1.004) !important;
    box-shadow: none !important;
    will-change: auto !important;
}html body #new_order .platform-btn.active:hover:not(.is-pressing):not(.is-releasing) {
    transform: translate3d(0,-2px,0) scale(1.004) !important;
    box-shadow: none !important;
    will-change: auto !important;
}html body #new_order .platform-btn:active, html body #new_order .platform-btn.is-pressing, html body #new_order .platform-btn.active:active, html body #new_order .platform-btn.active.is-pressing {
    transform: translate3d(0,1px,0) scale(.976) !important;
    transition-duration: .10s !important;
    transition-timing-function: cubic-bezier(.32,0,.67,0) !important;
    box-shadow: none !important;
    will-change: transform !important;
}html body #new_order .platform-btn.is-releasing, html body #new_order .platform-btn.active.is-releasing {
    transform: translate3d(0,-2px,0) scale(1.004) !important;
    transition-duration: .32s !important;
    transition-timing-function: cubic-bezier(.16,1,.3,1) !important;
    box-shadow: none !important;
    will-change: transform !important;
}html body #new_order .platform-btn[data-filter*="국내"].active, html body #new_order .platform-btn[data-filter*="해외"].active, html body #new_order .platform-btn[data-filter*="상위"].active { --sns-platform-rgb: 225,48,108; border-color: #e1306c !important; color: #e1306c !important; }html body #new_order .platform-btn[data-filter*="유튜브"].active { --sns-platform-rgb: 255,0,0; border-color: #ff0000 !important; color: #ff0000 !important; }html body #new_order .platform-btn[data-filter*="페이스북"].active { --sns-platform-rgb: 24,119,242; border-color: #1877f2 !important; color: #1877f2 !important; }html body #new_order .platform-btn[data-filter*="틱톡"].active, html body #new_order .platform-btn[data-filter*="쓰레드"].active, html body #new_order .platform-btn[data-filter*="트위터"].active { --sns-platform-rgb: 17,24,39; border-color: #111827 !important; color: #111827 !important; }html body #new_order .platform-btn[data-filter*="텔레그램"].active { --sns-platform-rgb: 36,161,222; border-color: #24A1DE !important; color: #24A1DE !important; }html body #new_order .platform-btn[data-filter*="카카오"].active { --sns-platform-rgb: 242,214,0; border-color: #F2D600 !important; color: #7c6500 !important; }html body #new_order .platform-btn[data-filter*="네이버"].active { --sns-platform-rgb: 3,199,90; border-color: #03c75a !important; color: #03a84c !important; }html body #new_order .platform-btn[data-filter*="당근"].active { --sns-platform-rgb: 255,126,54; border-color: #FF7E36 !important; color: #FF7E36 !important; }html body #new_order .platform-btn[data-filter*="쿠팡"].active { --sns-platform-rgb: 229,37,40; border-color: #E52528 !important; color: #E52528 !important; }html body #new_order .platform-btn[data-filter*="기타"].active { --sns-platform-rgb: 139,92,246; border-color: #8B5CF6 !important; color: #8B5CF6 !important; }


html body #new_order .platform-btn[data-filter*="콘텐츠제작"].active,
html body #new_order .platform-btn[data-filter*="컨텐츠제작"].active { --sns-platform-rgb: 124,58,237; border-color: #7C3AED !important; color: #7C3AED !important; }
html body #new_order .platform-btn[data-filter*="홈페이지제작"].active,
html body #new_order .platform-btn[data-filter*="웹사이트제작"].active { --sns-platform-rgb: 37,99,235; border-color: #2563EB !important; color: #2563EB !important; }
html body #new_order .platform-icon-img {
    width: 26px !important;
    height: 26px !important;
    max-width: 30px !important;
    max-height: 30px !important;
    margin-bottom: 7px !important;
    object-fit: contain !important;
    filter: none !important;
    transform: translate3d(0,0,0) scale(1) !important;
    transform-origin: center center !important;
    backface-visibility: hidden !important;
    will-change: auto !important;
    transition: transform .30s cubic-bezier(.16,1,.3,1), opacity .18s ease !important;
}html body #new_order .platform-btn.active .platform-icon-img {
    transform: translate3d(0,-1px,0) scale(1.055) !important;
}html body #new_order .platform-btn.is-pressing .platform-icon-img, html body #new_order .platform-btn.active.is-pressing .platform-icon-img {
    transform: translate3d(0,0,0) scale(.985) !important;
    transition-duration: .10s !important;
}html body #new_order .platform-code-icon {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
}html body #new_order .platform-code-icon i {
    width: 26px !important;
    height: 26px !important;
    color: inherit !important;
}html body #new_order .platform-icon-img i {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    height: 100% !important;
    font-size: 24px !important;
    line-height: 1 !important;
    color: inherit !important;
}html body #new_order .platform-btn span:not(.sns-hot-badge) {
    font-size: 11px !important;
    font-weight: 800 !important;
    line-height: 1.15 !important;
    letter-spacing: -0.04em !important;
    white-space: nowrap !important;
    color: #4E5968 !important;
    transition: transform .30s cubic-bezier(.16,1,.3,1), color .18s ease !important;
}html body #new_order .platform-btn.active span:not(.sns-hot-badge) {
    font-weight: 900 !important;
    color: #191F28 !important;
}html body #new_order .sns-hot-badge {
    position: absolute !important;
    top: -8px !important;
    right: -6px !important;
    z-index: 99 !important;
    padding: 3px 7px !important;
    border: 1px solid #ffffff !important;
    border-radius: 999px !important;
    background: #ff4d5f !important;
    color: #ffffff !important;
    font-size: 9.5px !important;
    font-weight: 850 !important;
    letter-spacing: 0 !important;
    box-shadow: none !important;
    animation: none !important;
}

@media (min-width: 769px) {
    html body #new_order .platform-buttons-container,
    html body .order-page-wrapper .platform-buttons-container { grid-template-columns: repeat(8, 1fr) !important; gap: 11px !important; }
    html body #new_order .platform-btn,
    html body .order-page-wrapper .platform-btn { aspect-ratio: 1.08 / 1 !important; height: auto !important; padding: 0 !important; }
    html body #new_order .platform-icon-img,
    html body .order-page-wrapper .platform-icon-img { width: 30px !important; height: 30px !important; max-width: 30px !important; max-height: 30px !important; margin-bottom: 7px !important; }
    html body #new_order .platform-btn span:not(.sns-hot-badge),
    html body .order-page-wrapper .platform-btn span:not(.sns-hot-badge) { font-size: 12px !important; }
}

@media (max-width: 768px) {
    html body #new_order .platform-buttons-container,
    html body .order-page-wrapper .platform-buttons-container { grid-template-columns: repeat(5, minmax(0, 1fr)) !important; gap: 7px !important; }
    html body #new_order .platform-btn,
    html body .order-page-wrapper .platform-btn { aspect-ratio: .98 / 1 !important; border-radius: 12px !important; min-width: 0 !important; }
    html body #new_order .platform-icon-img,
    html body .order-page-wrapper .platform-icon-img { width: 23px !important; height: 23px !important; max-width: 23px !important; max-height: 23px !important; margin-bottom: 7px !important; }
    html body #new_order .platform-btn span:not(.sns-hot-badge),
    html body .order-page-wrapper .platform-btn span:not(.sns-hot-badge) { font-size: 10px !important; letter-spacing: -0.04em !important; }
    html body #new_order .sns-hot-badge,
    html body .order-page-wrapper .sns-hot-badge { top: -9px !important; right: -7px !important; font-size: 9.5px !important; padding: 3px 7px !important; }
}

@media (prefers-reduced-motion: reduce) {
    html body #new_order .platform-btn,
    html body #new_order .platform-btn:hover,
    html body #new_order .platform-btn:active,
    html body #new_order .platform-btn.is-pressing,
    html body #new_order .platform-btn.is-releasing,
    html body #new_order .platform-btn.active,
    html body #new_order .platform-btn.active:hover,
    html body #new_order .platform-btn.active.is-pressing,
    html body #new_order .platform-btn.active.is-releasing,
    html body .order-page-wrapper .platform-btn,
    html body .order-page-wrapper .platform-btn:hover,
    html body .order-page-wrapper .platform-btn:active,
    html body .order-page-wrapper .platform-btn.is-pressing,
    html body .order-page-wrapper .platform-btn.is-releasing,
    html body .order-page-wrapper .platform-btn.active,
    html body .order-page-wrapper .platform-btn.active:hover,
    html body .order-page-wrapper .platform-btn.active.is-pressing,
    html body .order-page-wrapper .platform-btn.active.is-releasing {
        transition: border-color .12s ease, background-color .12s ease, color .12s ease !important;
        transform: none !important;
        animation: none !important;
        will-change: auto !important;
    }
}


.service-search-wrapper {
  position: relative !important;
  width: 100% !important;
  min-width: 0 !important;
  margin: 0 0 var(--sns-order-section-gap,16px) 0 !important;
  padding: 0 !important;
  box-sizing: border-box !important;
}

.search-icon-abs {
  position: absolute !important;
  left: 16px !important;
  top: 50% !important;
  z-index: 3 !important;
  transform: translateY(-50%) !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 16px !important;
  height: 16px !important;
  color: #94a3b8 !important;
  font-size: 14px !important;
  line-height: 1 !important;
  pointer-events: none !important;
  transition: color .16s ease, transform .18s cubic-bezier(.16,1,.3,1) !important;
}

.service-search-wrapper:focus-within .search-icon-abs {
  color: #3182F6 !important;
  transform: translateY(calc(-50% - 2px)) !important;
}

.service-search-wrapper.is-service-selected .search-icon-abs,
.service-search-wrapper.is-service-selected:focus-within .search-icon-abs {
  color: #16a34a !important;
  transform: translateY(-50%) !important;
}

html body #new_order .service-search-wrapper #service_search_reset_btn.service-search-reset-btn {
  position: absolute !important;
  top: 50% !important;
  right: 7px !important;
  left: auto !important;
  z-index: 12 !important;
  display: none !important;
  align-items: center !important;
  justify-content: center !important;
  width: 32px !important;
  min-width: 32px !important;
  height: 32px !important;
  min-height: 32px !important;
  margin: 0 !important;
  padding: 7px !important;
  border: 0 !important;
  border-radius: 50% !important;
  background: transparent !important;
  background-color: transparent !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  color: #8b95a1 !important;
  transform: translateY(-50%) !important;
  pointer-events: auto !important;
  touch-action: manipulation !important;
  cursor: pointer !important;
  -webkit-tap-highlight-color: transparent !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  transition: color .15s ease, background-color .15s ease, transform .15s ease !important;
}

html body #new_order .service-search-wrapper.is-service-selected #service_search_reset_btn.service-search-reset-btn {
  display: inline-flex !important;
}

html body #new_order .service-search-wrapper #service_search_reset_btn.service-search-reset-btn:hover,
html body #new_order .service-search-wrapper #service_search_reset_btn.service-search-reset-btn:focus-visible {
  color: #3182F6 !important;
  background: #f5f9ff !important;
  background-color: #f5f9ff !important;
  outline: 0 !important;
}

html body #new_order .service-search-wrapper #service_search_reset_btn.service-search-reset-btn:active {
  transform: translateY(-50%) scale(.94) !important;
}

html body #new_order .service-search-wrapper #service_search_reset_btn.service-search-reset-btn > i {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 18px !important;
  height: 18px !important;
  color: inherit !important;
  font-size: 15px !important;
  line-height: 1 !important;
  pointer-events: none !important;
}

@media (prefers-color-scheme: dark) {
  body:not(.force-light) #new_order .service-search-wrapper #service_search_reset_btn.service-search-reset-btn {
    color: #94a3b8 !important;
    background: transparent !important;
    background-color: transparent !important;
  }

  body:not(.force-light) #new_order .service-search-wrapper #service_search_reset_btn.service-search-reset-btn:hover,
  body:not(.force-light) #new_order .service-search-wrapper #service_search_reset_btn.service-search-reset-btn:focus-visible {
    color: #bfdbfe !important;
    background: rgba(147, 197, 253, .12) !important;
    background-color: rgba(147, 197, 253, .12) !important;
  }
}

html.dark body #new_order .service-search-wrapper #service_search_reset_btn.service-search-reset-btn,
body.dark #new_order .service-search-wrapper #service_search_reset_btn.service-search-reset-btn,
html.theme-dark body #new_order .service-search-wrapper #service_search_reset_btn.service-search-reset-btn,
body.theme-dark #new_order .service-search-wrapper #service_search_reset_btn.service-search-reset-btn,
html[data-theme="dark"] body #new_order .service-search-wrapper #service_search_reset_btn.service-search-reset-btn,
body[data-theme="dark"] #new_order .service-search-wrapper #service_search_reset_btn.service-search-reset-btn {
  color: #94a3b8 !important;
  background: transparent !important;
  background-color: transparent !important;
}

html.dark body #new_order .service-search-wrapper #service_search_reset_btn.service-search-reset-btn:hover,
html.dark body #new_order .service-search-wrapper #service_search_reset_btn.service-search-reset-btn:focus-visible,
body.dark #new_order .service-search-wrapper #service_search_reset_btn.service-search-reset-btn:hover,
body.dark #new_order .service-search-wrapper #service_search_reset_btn.service-search-reset-btn:focus-visible,
html.theme-dark body #new_order .service-search-wrapper #service_search_reset_btn.service-search-reset-btn:hover,
html.theme-dark body #new_order .service-search-wrapper #service_search_reset_btn.service-search-reset-btn:focus-visible,
body.theme-dark #new_order .service-search-wrapper #service_search_reset_btn.service-search-reset-btn:hover,
body.theme-dark #new_order .service-search-wrapper #service_search_reset_btn.service-search-reset-btn:focus-visible,
html[data-theme="dark"] body #new_order .service-search-wrapper #service_search_reset_btn.service-search-reset-btn:hover,
html[data-theme="dark"] body #new_order .service-search-wrapper #service_search_reset_btn.service-search-reset-btn:focus-visible,
body[data-theme="dark"] #new_order .service-search-wrapper #service_search_reset_btn.service-search-reset-btn:hover,
body[data-theme="dark"] #new_order .service-search-wrapper #service_search_reset_btn.service-search-reset-btn:focus-visible {
  color: #bfdbfe !important;
  background: rgba(147, 197, 253, .12) !important;
  background-color: rgba(147, 197, 253, .12) !important;
}html body #new_order .service-search-input{
  position: relative !important;
  z-index: 2 !important;
  display: block !important;
  width: 100% !important;
  height: 52px !important;
  min-height: 52px !important;
  padding: 12px 16px 12px 44px !important;
  border: 1px solid #dfe7f2 !important;
  border-radius: 17px !important;
  background: #ffffff !important;
  box-shadow: none !important;
  outline: 0 !important;
  box-sizing: border-box !important;
  color: #101828 !important;
  font-size: 13.8px !important;
  font-weight: 780 !important;
  line-height: 24px !important;
  letter-spacing: -0.28px !important;
  transform: none !important;
  transition: border-color .16s ease, color .16s ease, padding .18s cubic-bezier(.16,1,.3,1) !important;
}html body #new_order .service-search-input::placeholder{
  color: #8b95a1 !important;
  font-size: 13.6px !important;
  font-weight: 650 !important;
  letter-spacing: -0.25px !important;
  transition: color .16s ease !important;
}html body #new_order .service-search-input:hover{
  border-color: #d3deec !important;
  background: #ffffff !important;
  box-shadow: none !important;
}html body #new_order .service-search-input:focus, html body #new_order .service-search-wrapper:focus-within .service-search-input{
  border-color: #3182F6 !important;
  background: #ffffff !important;
  box-shadow: none !important;
  color: #101828 !important;
  padding-top: 10px !important;
  padding-bottom: 14px !important;
  transform: none !important;
}html body #new_order .service-search-input:focus::placeholder{
  color: #64748b !important;
}

.search-dropdown {
  position: absolute !important;
  top: calc(100% + 7px) !important;
  left: 0 !important;
  right: auto !important;
  z-index: 90 !important;
  display: none;
  width: 100% !important;
  max-height: 280px !important;
  margin: 0 !important;
  padding: 7px !important;
  border: 1px solid #dfe7f2 !important;
  border-radius: 17px !important;
  background: #ffffff !important;
  box-shadow: 0 14px 34px rgba(15, 23, 42, .08) !important;
  overflow-y: auto !important;
  box-sizing: border-box !important;
}

.search-dropdown::-webkit-scrollbar { width: 8px; }
.search-dropdown::-webkit-scrollbar-track { background: transparent; }
.search-dropdown::-webkit-scrollbar-thumb { background: #dbe5f2; border-radius: 99px; }

.search-item {
  display: flex !important;
  flex-direction: column !important;
  gap: 3px !important;
  min-height: 50px !important;
  padding: 10px 12px !important;
  border: 0 !important;
  border-radius: 13px !important;
  background: transparent !important;
  cursor: pointer !important;
  transition: background-color .14s ease, color .14s ease !important;
}

.search-item + .search-item { margin-top: 2px !important; }

.search-item:hover {
  background: #f5f8fc !important;
  box-shadow: none !important;
  transform: none !important;
}

.search-item-cat {
  display: block !important;
  width: fit-content !important;
  max-width: 100% !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: #3182F6 !important;
  font-size: 11.8px !important;
  font-weight: 850 !important;
  line-height: 1.2 !important;
  letter-spacing: -0.22px !important;
}

.search-item-name {
  display: block !important;
  color: #0f172a !important;
  font-size: 13.4px !important;
  font-weight: 820 !important;
  line-height: 1.35 !important;
  letter-spacing: -0.32px !important;
  word-break: keep-all !important;
}

.search-item-name b,
.search-item-name strong {
  color: #0f172a !important;
  font-weight: 900 !important;
}

@media (max-width: 767.98px) {  .search-icon-abs {
    left: 14px !important;
    font-size: 13px !important;
  }html body #new_order .service-search-input{
    height: 50px !important;
    min-height: 50px !important;
    padding: 12px 16px 12px 40px !important;
    border-radius: 15px !important;
    font-size: 13.4px !important;
    line-height: 24px !important;
  }html body #new_order .service-search-input:focus, html body #new_order .service-search-wrapper:focus-within .service-search-input{
    padding-top: 10px !important;
    padding-bottom: 14px !important;
  }html body #new_order .service-search-input::placeholder{
    font-size: 13.1px !important;
  }
  .search-dropdown {
    top: calc(100% + 6px) !important;
    max-height: 250px !important;
    border-radius: 15px !important;
  }
  .search-item {
    min-height: 48px !important;
    padding: 10px 11px !important;
    border-radius: 12px !important;
    transition-duration: .12s !important;
  }
  .search-item-cat { font-size: 11.4px !important; }
  .search-item-name { font-size: 13.1px !important; }
}


/* Unified order step labels: 1~5 */
html body #new_order .form-group > label:has(.step-text-num),
html body #new_order .order-default-link > label:has(.step-text-num),
html body #new_order .order-default-quantity > label:has(.step-text-num),
html body #new_order #result_onChange > label:has(.step-text-num),
html body #new_order #modern_order_resume label:has(.step-text-num) {
  gap: 0 !important;
  column-gap: 0 !important;
  align-items: center !important;
display: flex !important;
width: 100% !important;
  min-height: 21px !important;
  margin: 0 0 8px !important;
  padding: 0 !important;
  color: #111827 !important;
  font-size: 13.4px !important;
  font-weight: 850 !important;
  line-height: 1.25 !important;
  letter-spacing: -0.03em !important;
  text-align: left !important;
  transform: none !important;
  translate: none !important;
  opacity: 1 !important;
}

html body #new_order .step-text-num {
  display: inline !important;
  align-items: center !important;
  justify-content: center !important;
  width: auto !important;
  height: auto !important;
  min-width: 0 !important;
  max-width: 21px !important;
  flex: 0 0 21px !important;
  margin: 0 2px 0 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
  letter-spacing: -0.02em !important;
  text-align: center !important;
  box-shadow: none !important;
  transform: none !important;
  translate: none !important;
}

/* Focus color for step labels, including 4. 링크 입력 */
html body #new_order .form-group:focus-within > label:has(.step-text-num),
html body #new_order .order-default-link:focus-within > label:has(.step-text-num),
html body #new_order .order-default-quantity:focus-within > label:has(.step-text-num),
html body #new_order #result_onChange:focus-within > label:has(.step-text-num),
html body #new_order #modern_order_resume:focus-within label:has(.step-text-num) {
  color: #3182f6 !important;
}

html body #new_order .form-group:focus-within > label .step-text-num,
html body #new_order .order-default-link:focus-within > label .step-text-num,
html body #new_order .order-default-quantity:focus-within > label .step-text-num,
html body #new_order #result_onChange:focus-within > label .step-text-num,
html body #new_order #modern_order_resume:focus-within label .step-text-num {
  background: #3182f6 !important;
  color: #ffffff !important;
}

html body #new_order #modern_order_resume {
  margin: 8px 0 2px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

html body #new_order #modern_order_resume > .form-group,
html body #new_order #modern_order_resume .form-group.mt-3 {
  margin: 0 0 14px !important;
  padding: 0 !important;
}

html body #new_order #custom-desc-tabs {
  margin: 0 !important;
  padding: 0 !important;
}

html body #new_order .service-desc-box {
  position: relative !important;
  display: block !important;
  width: 100% !important;
  min-width: 0 !important;
  min-height: 92px !important;
  margin: 0 !important;
  padding: 15px 16px !important;
  border: 1px solid #dfe7f2 !important;
  border-radius: 18px !important;
  background: #ffffff !important;
  background-color: #ffffff !important;
  box-shadow: none !important;
  box-sizing: border-box !important;
  color: #334155 !important;
  font-size: 13.25px !important;
  font-weight: 620 !important;
  line-height: 1.62 !important;
  letter-spacing: -0.024em !important;
  word-break: keep-all !important;
  overflow: hidden !important;
}

html body #new_order .service-desc-box::before {
  content: "서비스 안내" !important;
  display: inline-flex !important;
  align-items: center !important;
  height: 22px !important;
  margin: 0 0 9px !important;
  padding: 0 9px !important;
  border-radius: 999px !important;
  background: #eff6ff !important;
  color: #2563eb !important;
  font-size: 11px !important;
  font-weight: 850 !important;
  line-height: 1 !important;
  letter-spacing: -0.02em !important;
}

html body #new_order .service-desc-box #display_service_desc {
  display: block !important;
  width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  color: inherit !important;
  font: inherit !important;
  line-height: inherit !important;
}

html body #new_order .service-desc-box p,
html body #new_order .service-desc-box ul,
html body #new_order .service-desc-box ol {
  margin-top: 0 !important;
  margin-bottom: 8px !important;
  padding-left: 0 !important;
}

html body #new_order .service-desc-box ul,
html body #new_order .service-desc-box ol {
  padding-left: 18px !important;
}

html body #new_order .service-desc-box p:last-child,
html body #new_order .service-desc-box ul:last-child,
html body #new_order .service-desc-box ol:last-child {
  margin-bottom: 0 !important;
}

html body #new_order .service-desc-box strong,
html body #new_order .service-desc-box b {
  color: #101828 !important;
  font-weight: 850 !important;
}

html body #new_order .emergency-desc,
html body #new_order .emergency-date {
  color: #b45309 !important;
  font-size: 12.2px !important;
  font-weight: 650 !important;
  line-height: 1.45 !important;
  letter-spacing: -0.018em !important;
}

@media (max-width: 767.98px) {
  html body #new_order .form-group > label:has(.step-text-num),
  html body #new_order .order-default-link > label:has(.step-text-num),
  html body #new_order .order-default-quantity > label:has(.step-text-num),
  html body #new_order #result_onChange > label:has(.step-text-num),
  html body #new_order #modern_order_resume label:has(.step-text-num) {
  gap: 0 !important;
  column-gap: 0 !important;
  align-items: center !important;
margin-bottom: 7px !important;
    font-size: 13.2px !important;
  }

  html body #new_order .step-text-num {
    max-width: 20px !important;
    flex-basis: 20px !important;
  }

  html body #new_order .service-desc-box {
    min-height: 84px !important;
    padding: 14px 15px !important;
    border-radius: 16px !important;
    font-size: 12.9px !important;
    line-height: 1.58 !important;
  }

  html body #new_order .service-desc-box::before {
    height: 21px !important;
    margin-bottom: 8px !important;
    font-size: 10.8px !important;
  }
}

@media (prefers-color-scheme: dark) {
  body:not(.force-light) #new_order .form-group > label:has(.step-text-num),
  body:not(.force-light) #new_order .order-default-link > label:has(.step-text-num),
  body:not(.force-light) #new_order .order-default-quantity > label:has(.step-text-num),
  body:not(.force-light) #new_order #result_onChange > label:has(.step-text-num),
  body:not(.force-light) #new_order #modern_order_resume label:has(.step-text-num) {
    color: #f8fafc !important;
  }

  body:not(.force-light) #new_order .form-group:focus-within > label:has(.step-text-num),
  body:not(.force-light) #new_order .order-default-link:focus-within > label:has(.step-text-num),
  body:not(.force-light) #new_order .order-default-quantity:focus-within > label:has(.step-text-num),
  body:not(.force-light) #new_order #result_onChange:focus-within > label:has(.step-text-num),
  body:not(.force-light) #new_order #modern_order_resume:focus-within label:has(.step-text-num) {
    color: #93c5fd !important;
  }

  body:not(.force-light) #new_order .step-text-num {
    background: rgba(49, 130, 246, .16) !important;
    color: #93c5fd !important;
  }

  body:not(.force-light) #new_order .form-group:focus-within > label .step-text-num,
  body:not(.force-light) #new_order .order-default-link:focus-within > label .step-text-num,
  body:not(.force-light) #new_order .order-default-quantity:focus-within > label .step-text-num,
  body:not(.force-light) #new_order #result_onChange:focus-within > label .step-text-num,
  body:not(.force-light) #new_order #modern_order_resume:focus-within label .step-text-num {
    background: #3182f6 !important;
    color: #ffffff !important;
  }

  body:not(.force-light) #new_order .service-desc-box {
    background: transparent !important;
    background-color: transparent !important;
    border-color: rgba(148, 163, 184, .30) !important;
    color: #cbd5e1 !important;
    box-shadow: none !important;
  }

  body:not(.force-light) #new_order .service-desc-box::before {
    background: rgba(49, 130, 246, .16) !important;
    color: #93c5fd !important;
  }

}


/* FINAL notice card. Consolidated from FR15B. */
html body #new_order #result_onChange {
  margin-bottom: 8px !important;
}

html body #new_order .emergency-notice-box {
  position: relative !important;
  display: none;
  align-items: center !important;
  gap: 10px !important;
  width: 100% !important;
  min-height: 0 !important;
  margin: 0 0 12px !important;
  padding: 10px 12px 10px 12px !important;
  border: 1px solid #dbe7f3 !important;
  border-radius: 15px !important;
  background: linear-gradient(180deg, #ffffff 0%, #f9fbff 100%) !important;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.035) !important;
  box-sizing: border-box !important;
  overflow: hidden !important;
}

html body #new_order .emergency-notice-box::before {
  content: '' !important;
  position: absolute !important;
  left: 0 !important;
  top: 10px !important;
  bottom: 10px !important;
  width: 3px !important;
  border-radius: 0 999px 999px 0 !important;
  background: linear-gradient(180deg, #3182f6 0%, #7c3aed 100%) !important;
  opacity: .68 !important;
}

html body #new_order .emergency-icon {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 26px !important;
  height: 26px !important;
  min-width: 26px !important;
  margin: 0 !important;
  border: 1px solid #dbeafe !important;
  border-radius: 999px !important;
  background: #f8fbff !important;
  color: #3182f6 !important;
  font-size: 11.5px !important;
  line-height: 1 !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.85) !important;
  flex: 0 0 auto !important;
  align-self: center !important;
}

html body #new_order .emergency-content {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  grid-template-rows: auto auto !important;
  column-gap: 8px !important;
  row-gap: 3px !important;
  align-items: center !important;
  align-self: center !important;
  flex: 1 1 auto !important;
  min-width: 0 !important;
}

html body #new_order .emergency-title {
  grid-column: 1 / 2 !important;
  grid-row: 1 / 2 !important;
  margin: 0 !important;
  color: #172033 !important;
  font-size: 12.95px !important;
  font-weight: 880 !important;
  line-height: 1.24 !important;
  letter-spacing: -0.024em !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

html body #new_order .emergency-desc {
  grid-column: 1 / 2 !important;
  grid-row: 2 / 3 !important;
  margin: 0 !important;
  color: #334155 !important;
  font-size: 12.05px !important;
  font-weight: 680 !important;
  line-height: 1.34 !important;
  letter-spacing: -0.018em !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

html body #new_order .emergency-date {
  grid-column: 2 / 3 !important;
  grid-row: 1 / 3 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  align-self: center !important;
  gap: 4px !important;
  margin: 0 !important;
  padding: 5px 8px !important;
  border: 1px solid #e5edf7 !important;
  border-radius: 999px !important;
  background: #ffffff !important;
  color: #2563eb !important;
  font-size: 11.4px !important;
  font-weight: 850 !important;
  line-height: 1 !important;
  letter-spacing: -0.015em !important;
  white-space: nowrap !important;
  box-shadow: 0 1px 2px rgba(15,23,42,.035) !important;
}

html body #new_order .emergency-date::before {
  content: '' !important;
  width: 5px !important;
  height: 5px !important;
  margin: 0 !important;
  border-radius: 999px !important;
  background: #3182f6 !important;
  opacity: .82 !important;
}

@media (max-width: 767.98px) {
  html body #new_order #result_onChange {
    margin-bottom: 7px !important;
  }
  html body #new_order #modern_order_resume {
    margin-top: 7px !important;
  }
  html body #new_order .emergency-notice-box {
    align-items: center !important;
    gap: 9px !important;
    margin-bottom: 12px !important;
    padding: 11px 12px !important;
    border-radius: 15px !important;
  }
  html body #new_order .emergency-icon {
    width: 25px !important;
    height: 25px !important;
    min-width: 25px !important;
    font-size: 11px !important;
    margin-top: 0 !important;
    align-self: center !important;
  }
  html body #new_order .emergency-content {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    grid-template-rows: auto auto !important;
    column-gap: 8px !important;
    row-gap: 5px !important;
    align-items: center !important;
    align-self: center !important;
  }
  html body #new_order .emergency-title {
    grid-column: 1 / 2 !important;
    grid-row: 1 / 2 !important;
    font-size: 12.75px !important;
    line-height: 1.25 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }
  html body #new_order .emergency-date {
    grid-column: 2 / 3 !important;
    grid-row: 1 / 2 !important;
    align-self: center !important;
    padding: 4px 7px !important;
    font-size: 11px !important;
  }
  html body #new_order .emergency-desc {
    grid-column: 1 / -1 !important;
    grid-row: 2 / 3 !important;
    font-size: 12px !important;
    line-height: 1.38 !important;
    white-space: normal !important;
    overflow: visible !important;
    text-overflow: clip !important;
  }
}

@media (prefers-color-scheme: dark) {
  body:not(.force-light) #new_order .emergency-notice-box {
    background: rgba(15, 23, 42, 0.28) !important;
    border-color: rgba(148, 163, 184, 0.30) !important;
    box-shadow: none !important;
  }
  body:not(.force-light) #new_order .emergency-icon {
    background: rgba(49, 130, 246, 0.10) !important;
    border-color: rgba(147, 197, 253, 0.28) !important;
    color: #93c5fd !important;
  }
  body:not(.force-light) #new_order .emergency-title { color: #f8fafc !important; }
  body:not(.force-light) #new_order .emergency-desc { color: #cbd5e1 !important; }
  body:not(.force-light) #new_order .emergency-date {
    background: rgba(15, 23, 42, 0.42) !important;
    border-color: rgba(147, 197, 253, 0.24) !important;
    color: #93c5fd !important;
  }
}


.sns-local-native-select {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    width: 0 !important;
    height: 0 !important;
    position: absolute !important;
    z-index: -9999 !important;
    pointer-events: none !important;
}

html body .sns-local-select-wrapper-20260601 {
    position: relative !important;
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 17px !important;
    background: transparent !important;
    box-shadow: none !important;
    overflow: visible !important;
    box-sizing: border-box !important;
    user-select: none !important;
}

html body .sns-local-select-wrapper-20260601.open {
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    overflow: visible !important;
}

html body .sns-local-select-trigger-20260601 {
    position: relative !important;
    z-index: 2 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 10px !important;
    width: 100% !important;
    height: 50px !important;
    min-height: 50px !important;
    padding: 0 16px !important;
    border: 1px solid #dfe7f2 !important;
    border-radius: 17px !important;
    background: #ffffff !important;
    box-shadow: none !important;
    outline: 0 !important;
    color: #101828 !important;
    cursor: pointer !important;
    box-sizing: border-box !important;
    transition: border-color .16s ease, background-color .16s ease, color .16s ease !important;
}

html body .sns-local-select-trigger-20260601:hover,
html body .sns-local-select-wrapper-20260601.open .sns-local-select-trigger-20260601,
html body .sns-local-select-trigger-20260601:focus,
html body .sns-local-select-trigger-20260601:active {
    border-color: #d3deec !important;
    background: #ffffff !important;
    box-shadow: none !important;
    outline: 0 !important;
    color: #101828 !important;
}

html body .sns-local-select-text-20260601 {
    flex: 1 !important;
    min-width: 0 !important;
    overflow: hidden !important;
    white-space: nowrap !important;
    text-overflow: ellipsis !important;
    color: #101828 !important;
    font-size: 13.5px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    letter-spacing: -0.025em !important;
    text-align: left !important;
}

html body .sns-local-select-arrow-20260601 {
    flex: 0 0 auto !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 16px !important;
    height: 16px !important;
    margin-left: auto !important;
    color: #8b95a1 !important;
    font-size: 11px !important;
    line-height: 1 !important;
    transition: transform .18s ease, color .16s ease !important;
}

html body .sns-local-select-wrapper-20260601.open .sns-local-select-arrow-20260601 {
    transform: rotate(180deg) !important;
    color: #8b95a1 !important;
}

html body .sns-local-select-options-20260601 {
    position: relative !important;
    z-index: 1 !important;
    display: block !important;
    width: 100% !important;
    max-height: 0 !important;
    margin: 0 !important;
    padding: 0 8px !important;
    border: 1px solid transparent !important;
    border-radius: 17px !important;
    background: #ffffff !important;
    box-shadow: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    overflow: hidden !important;
    list-style: none !important;
    box-sizing: border-box !important;
    transition: max-height .22s ease, opacity .16s ease, padding-top .16s ease, padding-bottom .16s ease, visibility 0s linear .16s !important;
}

html body .sns-local-select-wrapper-20260601.open .sns-local-select-options-20260601 {
    margin-top: 7px !important;
    padding: 8px !important;
    max-height: 320px !important;
    overflow-y: auto !important;
    opacity: 1 !important;
    visibility: visible !important;
    border: 1px solid #dfe7f2 !important;
    background: #ffffff !important;
    box-shadow: none !important;
    transition: max-height .24s ease, opacity .16s ease, padding-top .16s ease, padding-bottom .16s ease, visibility 0s linear 0s !important;
}

html body .sns-local-select-option-20260601 {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 8px !important;
    min-height: 40px !important;
    margin: 0 !important;
    padding: 9px 11px !important;
    border: 0 !important;
    border-radius: 10px !important;
    background: transparent !important;
    box-shadow: none !important;
    color: #334155 !important;
    font-size: 13px !important;
    font-weight: 760 !important;
    line-height: 1.25 !important;
    letter-spacing: -0.025em !important;
    cursor: pointer !important;
    box-sizing: border-box !important;
    transition: background-color .14s ease, color .14s ease !important;
}

html body .sns-local-select-option-20260601:hover {
    background: #f7fbff !important;
    color: #2563eb !important;
    box-shadow: none !important;
}

html body .sns-local-select-option-20260601.selected {
    background: #f5f9ff !important;
    color: #2563eb !important;
    font-weight: 900 !important;
    box-shadow: none !important;
}

html body .sns-local-select-option-text-20260601 {
    flex: 1 !important;
    min-width: 0 !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}

html body .sns-local-select-check-20260601 {
    flex: 0 0 auto !important;
    width: 16px !important;
    height: 16px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 999px !important;
    background: #3182F6 !important;
    color: #ffffff !important;
    font-size: 10px !important;
    opacity: 0 !important;
    transition: opacity .14s ease !important;
}

html body .sns-local-select-option-20260601.selected .sns-local-select-check-20260601 {
    opacity: 1 !important;
}


.traffic-keyword-extract-box-20260601 {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    width: 100% !important;
    min-height: 56px !important;
    margin: 0 !important;
    padding: 0 16px !important;
    border: 1px solid #dfe7f2 !important;
    border-radius: 17px !important;
    background: #ffffff !important;
    box-shadow: none !important;
    outline: 0 !important;
    color: #101828 !important;
    text-decoration: none !important;
    box-sizing: border-box !important;
    cursor: pointer !important;
    transition: border-color .16s ease, background-color .16s ease, transform .16s ease, color .16s ease !important;
}

.traffic-keyword-extract-box-20260601:hover,
.traffic-keyword-extract-box-20260601:focus,
.traffic-keyword-extract-box-20260601:active {
    border-color: #d3deec !important;
    background: #ffffff !important;
    box-shadow: none !important;
    outline: 0 !important;
    text-decoration: none !important;
}

.traffic-keyword-extract-box-20260601:hover {
    transform: translateY(-1px) !important;
}

.traffic-keyword-extract-box-20260601:active {
    transform: translateY(0) !important;
}

.traffic-keyword-extract-icon-20260601 {
    flex: 0 0 32px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 32px !important;
    height: 32px !important;
    border-radius: 11px !important;
    border: 1px solid #e5edf8 !important;
    background: #f5f9ff !important;
    color: #3182F6 !important;
    font-size: 14px !important;
    line-height: 1 !important;
    box-shadow: none !important;
}

.traffic-keyword-extract-text-20260601 {
    flex: 1 1 auto !important;
    min-width: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 3px !important;
    color: #101828 !important;
    line-height: 1.25 !important;
}

.traffic-keyword-extract-text-20260601 strong {
    display: block !important;
    color: #101828 !important;
    font-size: 13.5px !important;
    font-weight: 900 !important;
    letter-spacing: -0.025em !important;
    line-height: 1.25 !important;
}

.traffic-keyword-extract-text-20260601 em {
    display: block !important;
    color: #64748b !important;
    font-size: 11.5px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    letter-spacing: -0.025em !important;
    line-height: 1.35 !important;
}

.traffic-keyword-extract-arrow-20260601 {
    flex: 0 0 auto !important;
    margin-left: auto !important;
    color: #94a3b8 !important;
    font-size: 11px !important;
    line-height: 1 !important;
    transition: color .16s ease, transform .16s ease !important;
}

.traffic-keyword-extract-box-20260601:hover .traffic-keyword-extract-arrow-20260601 {
    color: #3182F6 !important;
    transform: translateX(1px) !important;
}

@media (max-width: 767.98px) {
    .traffic-keyword-extract-box-20260601 {
        min-height: 54px !important;
        padding: 0 14px !important;
        border-radius: 16px !important;
        gap: 10px !important;
    }
    .traffic-keyword-extract-icon-20260601 {
        flex-basis: 30px !important;
        width: 30px !important;
        height: 30px !important;
        border-radius: 10px !important;
    }
    .traffic-keyword-extract-text-20260601 strong {
        font-size: 13px !important;
    }
    .traffic-keyword-extract-text-20260601 em {
        font-size: 11px !important;
    }
}


.app-input-group { margin-bottom: 18px; }
.app-input-label { display: flex; justify-content: space-between; margin-bottom: 8px; font-size: 13px; font-weight: 700; color: #334155; }
.app-input-label .req { color: #ef4444; margin-left: 3px; font-size: 14px;}
.app-input-label .sub-info { font-size: 11.5px; color: #94a3b8; font-weight: 500; }html body #new_order .app-style-form-wrapper .app-input-field{ width: 100%; background: #ffffff; border: 1px solid #dfe7f2 !important; border-radius: 17px; padding: 12px 16px; font-size: 13.5px; color: #1e293b; outline: none; box-sizing: border-box; box-shadow: none !important; transition: border-color .16s ease, background-color .16s ease, color .16s ease; }html body #new_order .app-style-form-wrapper .app-input-field:focus{ background: #ffffff; border-color: #3182F6 !important; box-shadow: none !important; }html body #new_order .app-style-form-wrapper textarea.app-input-field{ resize: vertical; min-height: 120px !important; line-height: 1.5 !important; }

.smart-warning-box { background: #ffffff !important; border: 1px solid #fecaca !important; border-left: 4px solid #ef4444 !important; border-radius: 12px !important; padding: 20px !important; margin-top: 15px !important; margin-bottom: 25px !important; box-shadow: none !important; display: block; width: 100%; box-sizing: border-box;}
.sw-header { display: flex !important; align-items: center !important; gap: 8px !important; margin-bottom: 14px !important; border-bottom: 1px dashed #fecaca !important; padding-bottom: 12px !important;}
.sw-header i { color: #ef4444 !important; font-size: 18px !important; }
.sw-header h5 { margin: 0 !important; font-size: 16px !important; font-weight: 800 !important; color: #0f172a !important; letter-spacing: -0.5px !important; }
.sw-desc { font-size: 14px; color: #475569; line-height: 1.6; margin-bottom: 16px; word-break: keep-all; font-weight: 500;}
.sw-desc strong { color: #ef4444; }

.sw-steps-container { background: transparent !important; border: none !important; padding: 0 !important; margin-bottom: 16px !important; }
.sw-step-row { display: flex !important; align-items: flex-start !important; gap: 10px !important; margin-bottom: 10px !important; flex-direction: column; }
.sw-step-row:last-child { margin-bottom: 0 !important; }
.sw-badge { background: #ef4444 !important; color: #ffffff !important; font-size: 11px !important; font-weight: 800 !important; padding: 4px 8px !important; border-radius: 6px !important; flex-shrink: 0 !important; letter-spacing: -0.3px !important; display: inline-flex !important; align-items: center !important; line-height: 1 !important; margin-top: 1px !important; box-shadow: 0 2px 4px rgba(239,68,68,0.3); }
.sw-step-text { font-size: 13.5px !important; color: #334155 !important; font-weight: 600 !important; word-break: keep-all !important; line-height: 1.4 !important; margin: 0 !important; }

.sw-common-warning { font-size: 14px !important; font-weight: 800 !important; color: #ef4444 !important; letter-spacing: -0.3px !important; line-height: 1.5 !important; word-break: keep-all !important; margin: 0 !important;}

.emergency-notice-box { background: #f0f7ff; border: 1px solid #cce0ff; border-radius: 8px; padding: 12px 16px; margin-bottom: 20px; display: none; flex-direction: row !important; gap: 14px; align-items: center !important; width: 100%; box-sizing: border-box;}
.emergency-icon { width: 32px; height: 32px; background: #3182F6; color: #ffffff; border-radius: 8px; display: flex; align-items: center; justify-content: center; font-size: 16px; flex-shrink: 0; }
.emergency-content { display: flex; flex-direction: column; justify-content: center; width: 100%; line-height: 1.3; }
.emergency-title { font-size: 14px; font-weight: 700; color: #1e293b; margin-bottom: 2px; }
.emergency-desc { font-size: 13px; color: #475569; font-weight: 500; margin-bottom: 2px; }
.emergency-date { font-size: 11.5px; color: #64748b; font-weight: 500; display: flex; align-items: center; gap: 6px; }
.emergency-date::before { content: ""; display: block; width: 4px; height: 4px; border-radius: 50%; background-color: #3b82f6; flex-shrink: 0; }

@keyframes shimmerSweep { 0% { background-position: -468px 0; } 100% { background-position: 468px 0; } }

.quick-chip-wrap { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 10px; width: 100%; box-sizing: border-box;}
.quick-chip { background: #ffffff; border: 1px solid #e2e8f0; box-shadow: 0 2px 4px rgba(0,0,0,0.02); color: #475569; font-size: 12px; font-weight: 700; padding: 6px 12px; border-radius: 12px; cursor: pointer; transition: all 0.2s; outline: none; }
.quick-chip:hover { border-color: #3182F6; color: #3182F6; background: #eff6ff; }
.quick-chip:active { transform: scale(0.92); }
.quick-chip-clear {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 5px !important;
    height: 28px !important;
    min-height: 28px !important;
    padding: 0 12px !important;
    background: #f1f5f9;
    border: none;
    color: #64748b;
    font-size: 12px;
    font-weight: 700;
    line-height: 1 !important;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.2s;
    outline: none;
    margin-left: auto;
    vertical-align: middle !important;
    box-sizing: border-box !important;
}

.quick-chip-clear i {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 13px !important;
    height: 13px !important;
    min-width: 13px !important;
    line-height: 1 !important;
    font-size: 12px !important;
    margin: 0 !important;
    padding: 0 !important;
    vertical-align: middle !important;
    transform: none !important;
    flex: 0 0 auto !important;
}

.qty-badge-wrap { display: flex; align-items: center; gap: 6px; background: transparent; padding: 0; border: none; font-size: 13px; font-weight: 600; color: #64748b; margin-top: 8px; letter-spacing: -0.3px; }
.qty-badge-wrap i { color: #8b5cf6; font-size: 14px; }
.qty-badge-wrap span.num { color: #3182F6; font-weight: 800; }

.action-buttons-container { display: flex; flex-direction: column; margin-bottom: 15px; width: 100% !important; box-sizing: border-box;}

.security-badges {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.security-badges span {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 4px !important;
    line-height: 1 !important;
    vertical-align: middle !important;
}

.security-badges span i {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 12px !important;
    height: 12px !important;
    min-width: 12px !important;
    line-height: 1 !important;
    font-size: 1em !important;
    margin: 0 !important;
    padding: 0 !important;
    vertical-align: middle !important;
    transform: none !important;
    flex: 0 0 auto !important;
}


.checkout-summary-box .cs-row,
.cs-row {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 12px !important;
    min-width: 0 !important;
}

.cs-amount-main,
.modern-charge-number {
    color: #101828 !important;
    font-size: 24px !important;
    font-weight: 950 !important;
    line-height: 1.15 !important;
    letter-spacing: -0.045em !important;
    transition: color .18s ease, transform .20s cubic-bezier(.16,1,.3,1) !important;
    transform-origin: right center !important;
}

.modern-charge-number span,
.cs-amount-main span {
    color: #64748b !important;
    font-size: 13px !important;
    font-weight: 850 !important;
    letter-spacing: -0.025em !important;
}

.modern-charge-number.active,
.cs-amount-main.active {
    color: #3182F6 !important;
}

.cs-amount-sub,
.balance-val {
    color: #101828 !important;
    font-size: 13.5px !important;
    font-weight: 850 !important;
    letter-spacing: -0.025em !important;
}

.balance-val span {
    color: #64748b !important;
    font-size: 12px !important;
    font-weight: 800 !important;
}

.cs-charge-btn:hover,
.cs-charge-btn:focus,
.cs-charge-btn:active {
    border-color: #bfdbfe !important;
    background: #f5f9ff !important;
    color: #2563eb !important;
    box-shadow: none !important;
    text-decoration: none !important;
}

.slim-order-btn {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    min-height: 56px !important;
    border: 1px solid #3182F6 !important;
    border-radius: 18px !important;
    background: #3182F6 !important;
    color: #ffffff !important;
    font-size: 15.5px !important;
    font-weight: 950 !important;
    letter-spacing: -0.035em !important;
    line-height: 1 !important;
    box-shadow: none !important;
    outline: 0 !important;
    cursor: pointer !important;
    box-sizing: border-box !important;
    transform: translate3d(0,0,0) !important;
    transition: transform .20s cubic-bezier(.16,1,.3,1), background-color .16s ease, border-color .16s ease, opacity .16s ease !important;
}

.slim-order-btn.ready {
    background: #3182F6 !important;
    border-color: #3182F6 !important;
    color: #ffffff !important;
    box-shadow: none !important;
}

.slim-order-btn.ready:hover,
.slim-order-btn:hover {
    background: #2563eb !important;
    border-color: #2563eb !important;
    color: #ffffff !important;
    transform: translate3d(0,-1px,0) !important;
    box-shadow: none !important;
}

.slim-order-btn.ready:active,
.slim-order-btn:active {
    transform: translate3d(0,1px,0) scale(.99) !important;
    box-shadow: none !important;
}

.slim-order-btn.is-loading,
.slim-order-btn:disabled {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    opacity: .78 !important;
    cursor: wait !important;
    pointer-events: none !important;
    background: #3182F6 !important;
    border-color: #3182F6 !important;
    color: #ffffff !important;
    box-shadow: none !important;
    transform: none !important;
}

.slim-order-btn.is-loading i,
.slim-order-btn.is-loading .fa-spinner {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 16px !important;
    height: 16px !important;
    margin: 0 !important;
    color: inherit !important;
    font-size: 14px !important;
    line-height: 1 !important;
}

@media (max-width: 767.98px) {
    .checkout-summary-box {
        border-radius: 18px !important;
    }
    .cs-amount-main,
    .modern-charge-number {
        font-size: 22px !important;
    }
    .slim-order-btn {
        min-height: 55px !important;
        border-radius: 16px !important;
        font-size: 15px !important;
    }
}


/* 🔥 최신 토스 UI/UX 스타일 모달 (2026 버전) 🔥 */


.app-modal-content {
    background: #ffffff;
    border-radius: 28px;
    width: 90%;
    max-width: 400px;
    box-shadow: 0 24px 48px rgba(0,0,0,0.12);
    overflow: hidden;
    border: 1px solid rgba(0,0,0,0.02);
}
.app-modal-header {
    padding: 28px 24px 16px;
    border-bottom: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.app-modal-header h4 {
    margin: 0;
    font-size: 20px;
    font-weight: 800;
    color: #191F28;
    letter-spacing: -0.5px;
}
.close-modal-btn-wrap {
    width: 32px;
    height: 32px;
    background: #f2f4f6;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.18s ease, transform 0.18s ease;
}
.close-modal-btn-wrap:hover {
    background: #e5e8eb;
    transform: translateY(-1px);
}
.close-modal-btn {
    font-size: 16px;
    color: #8B95A1;
}
.app-modal-body {
    padding: 0 24px 28px;
}

#guide-app-modal.app-modal-overlay {
    background: rgba(15, 23, 42, 0.46) !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
    padding: 18px !important;
}

#guide-app-modal .app-modal-content {
    width: min(430px, calc(100vw - 34px)) !important;
    max-width: 430px !important;
    border-radius: 30px !important;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%) !important;
    border: 1px solid rgba(219, 234, 254, 0.92) !important;
    box-shadow: 0 30px 74px rgba(15, 23, 42, 0.18), 0 8px 24px rgba(49, 130, 246, 0.08) !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
}

#guide-app-modal .app-modal-header {
    padding: 26px 26px 14px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    border-bottom: 0 !important;
    background: transparent !important;
    box-sizing: border-box !important;
}

#guide-app-modal .app-modal-header h4 {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    margin: 0 !important;
    color: #162033 !important;
    font-size: 20px !important;
    font-weight: 930 !important;
    letter-spacing: -0.72px !important;
    line-height: 1.2 !important;
}

#guide-app-modal .guide-title-icon {
    width: 32px !important;
    height: 32px !important;
    min-width: 32px !important;
    border-radius: 12px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #3182F6 !important;
    background: linear-gradient(180deg, #eef6ff 0%, #eaf2ff 100%) !important;
    border: 1px solid #dbeafe !important;
    box-shadow: 0 8px 18px rgba(49, 130, 246, 0.10) !important;
    font-size: 15px !important;
    line-height: 1 !important;
}

#guide-app-modal .close-modal-btn-wrap {
    width: 34px !important;
    height: 34px !important;
    min-width: 34px !important;
    border-radius: 50% !important;
    background: #f1f5f9 !important;
    border: 1px solid #edf2f7 !important;
    color: #8B95A1 !important;
    flex-shrink: 0 !important;
    box-shadow: none !important;
}

#guide-app-modal .close-modal-btn-wrap:hover {
    background: #e8eef6 !important;
    transform: translateY(-1px) !important;
}

#guide-app-modal .close-modal-btn {
    font-size: 15px !important;
    color: #8B95A1 !important;
    line-height: 1 !important;
}

#guide-app-modal .app-modal-body {
    padding: 6px 24px 26px !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
    box-sizing: border-box !important;
}

#guide-app-modal .guide-list {
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
}

#guide-app-modal .guide-step {
    width: 100% !important;
    min-height: 66px !important;
    display: grid !important;
    grid-template-columns: 34px minmax(0, 1fr) !important;
    align-items: center !important;
    gap: 12px !important;
    margin: 0 !important;
    padding: 14px 16px !important;
    box-sizing: border-box !important;
    background: #ffffff !important;
    border: 1px solid #e7eef8 !important;
    border-radius: 18px !important;
    box-shadow: 0 7px 18px rgba(15, 23, 42, 0.045) !important;
    transition: transform 0.18s cubic-bezier(.16,1,.3,1), border-color 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease !important;
}

#guide-app-modal .guide-step:hover {
    transform: translateY(-1px) !important;
    background: #ffffff !important;
    border-color: #dbeafe !important;
    box-shadow: 0 12px 26px rgba(15, 23, 42, 0.07) !important;
}

#guide-app-modal .step-num {
    width: 30px !important;
    height: 30px !important;
    min-width: 30px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 12px !important;
    background: linear-gradient(180deg, #eff6ff 0%, #eaf2ff 100%) !important;
    color: #3182F6 !important;
    border: 1px solid #bfdbfe !important;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.80), 0 6px 14px rgba(49, 130, 246, 0.08) !important;
    font-size: 14px !important;
    font-weight: 950 !important;
    line-height: 1 !important;
    letter-spacing: -0.2px !important;
}

#guide-app-modal .guide-step p {
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #475569 !important;
    font-size: 13.6px !important;
    font-weight: 720 !important;
    line-height: 1.45 !important;
    letter-spacing: -0.45px !important;
    text-align: left !important;
    word-break: keep-all !important;
    white-space: normal !important;
}

#guide-app-modal .guide-step p strong {
    color: #162033 !important;
    font-weight: 930 !important;
    box-shadow: inset 0 -8px 0 rgba(49, 130, 246, 0.12) !important;
}

@media (max-width: 768px) {
    #guide-app-modal.app-modal-overlay {
        padding: 16px !important;
    }

    #guide-app-modal .app-modal-content {
        width: min(390px, calc(100vw - 32px)) !important;
        max-width: 390px !important;
        border-radius: 28px !important;
    }

    #guide-app-modal .app-modal-header {
        padding: 24px 22px 12px !important;
    }

    #guide-app-modal .app-modal-header h4 {
        font-size: 18px !important;
        letter-spacing: -0.68px !important;
    }

    #guide-app-modal .guide-title-icon {
        width: 30px !important;
        height: 30px !important;
        min-width: 30px !important;
        border-radius: 11px !important;
        font-size: 14px !important;
    }

    #guide-app-modal .app-modal-body {
        padding: 6px 20px 22px !important;
        gap: 9px !important;
    }

    #guide-app-modal .guide-step {
        min-height: 62px !important;
        grid-template-columns: 31px minmax(0, 1fr) !important;
        gap: 11px !important;
        padding: 13px 14px !important;
        border-radius: 17px !important;
    }

    #guide-app-modal .step-num {
        width: 28px !important;
        height: 28px !important;
        min-width: 28px !important;
        border-radius: 11px !important;
        font-size: 13px !important;
    }

    #guide-app-modal .guide-step p {
        font-size: 13.1px !important;
        line-height: 1.43 !important;
        letter-spacing: -0.5px !important;
    }
}
/* 💡 토스 스타일 다크 툴팁 (말풍선) UI */
.toss-tooltip-wrap { position: relative; display: inline-flex; align-items: center; cursor: pointer; margin-left: 6px; }
.tooltip-icon { color: #cbd5e1; font-size: 14px; transition: color 0.2s; }
.toss-tooltip-wrap:hover .tooltip-icon { color: #94a3b8; }


/* 모바일 툴팁 위치 조정 */
@media (max-width: 768px) {
    .toss-tooltip-content {
    position: absolute;
    bottom: calc(100% + 12px);
    left: 50%;
    transform: translateX(-50%) translateY(10px);
    width: 290px;
    background: #1e293b;
    /* 다크 네이비 톤 */
    color: #f8fafc;
    font-size: 12.5px;
    font-weight: 500;
    line-height: 1.6;
    padding: 16px;
    border-radius: 14px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 9999;
    word-break: keep-all;
    letter-spacing: -0.3px;
    pointer-events: none;
    text-align: left;
}
    .toss-tooltip-content::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-width: 7px;
    border-style: solid;
    border-color: #1e293b transparent transparent transparent;
}
    .toss-tooltip-wrap:hover .toss-tooltip-content {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}
}

.event-modal-content { background: #fff; border-radius: 16px; overflow: hidden; width: 90%; max-width: 360px; box-shadow: 0 10px 40px rgba(0,0,0,0.2); }
.event-modal-footer { display: flex; justify-content: space-between; align-items: center; padding: 14px 16px; background: #fff; border-top: 1px solid #f1f5f9; }
.event-modal-footer label { display: flex; align-items: center; gap: 6px; font-size: 13.5px; color: #475569; font-weight: 600; margin: 0; cursor: pointer; }
.event-modal-footer label input { width: 16px; height: 16px; accent-color: #3182F6; cursor: pointer; }
.event-modal-close-btn { font-size: 14px; font-weight: 700; color: #1e293b; cursor: pointer; padding: 4px 8px; }

.right-sidebar-wrapper { padding-left: 20px; }
@media (min-width: 769px) { .right-sidebar-sticky { position: sticky; top: 20px; height: fit-content; } }
.sidebar-section { margin-bottom: 30px; }
.section-main-title { font-size: 18px !important; font-weight: 920 !important; color: #0f172a !important; margin-bottom: 7px !important; margin-top: 0 !important; letter-spacing: -0.55px !important; display: flex !important; align-items: center !important; gap: 8px !important;}
.section-sub-title { font-size: 13.2px !important; color: #64748b !important; margin-bottom: 18px !important; font-weight: 650 !important; letter-spacing: -0.35px !important; line-height: 1.52 !important; }

.trust-metrics-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin-bottom: 30px; }
.metric-card { background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%) !important; border: 1px solid rgba(226,232,240,.96) !important; border-radius: 22px !important; padding: 22px 10px !important; text-align: center !important; box-shadow: 0 10px 26px rgba(15,23,42,0.040), inset 0 1px 0 rgba(255,255,255,0.94) !important; transition: transform .22s cubic-bezier(0.22, 1, 0.36, 1), box-shadow .22s ease, border-color .22s ease !important; position: relative !important; overflow: hidden !important; cursor: default !important; display: flex !important; flex-direction: column !important; align-items: center !important; justify-content: center !important; min-width: 0 !important; }
@media (hover:hover) and (pointer:fine) { .metric-card:hover { transform: translateY(-3px) !important; box-shadow: 0 14px 32px rgba(15,23,42,0.060) !important; border-color: #bfdbfe !important; } }
.metric-card .icon { display: inline-flex !important; width: 42px !important; height: 42px !important; border-radius: 15px !important; align-items: center !important; justify-content: center !important; font-size: 19px !important; margin-bottom: 9px !important; box-shadow: 0 8px 18px rgba(15,23,42,0.050), inset 0 1px 0 rgba(255,255,255,0.86) !important; transition: transform .22s cubic-bezier(0.22, 1, 0.36, 1) !important; flex-shrink: 0 !important;}
@media (hover:hover) and (pointer:fine) { .metric-card:hover .icon { transform: scale(1.045) !important; } }
.metric-card:nth-child(1) .icon { background: linear-gradient(135deg, #fff7ed, #ffedd5) !important; color: #f97316 !important; }
.metric-card:nth-child(2) .icon { background: linear-gradient(135deg, #eff6ff, #dbeafe) !important; color: #2563eb !important; }
.metric-card:nth-child(3) .icon { background: linear-gradient(135deg, #ecfdf5, #d1fae5) !important; color: #059669 !important; }
.metric-card .num { font-size: 16px !important; font-weight: 920 !important; color: #0f172a !important; margin-bottom: 3px !important; letter-spacing: -0.55px !important; line-height: 1.08 !important; white-space: nowrap !important;}
.metric-card .lbl { font-size: 11px !important; font-weight: 700 !important; color: #64748b !important; letter-spacing: -0.35px !important; word-break: keep-all !important; line-height: 1.24 !important;}

.effect-card-container { display: grid !important; grid-template-columns: 1fr !important; grid-auto-rows: 1fr !important; gap: 13px !important; margin-bottom: 15px !important; }
@media (hover:hover) and (pointer:fine) { .effect-card:hover { transform: translateY(-3px) !important; box-shadow: 0 14px 32px rgba(15,23,42,0.060) !important; border-color: #bfdbfe !important; } }
.effect-card::before { content: ''; position: absolute !important; top: -42px !important; right: -42px !important; width: 128px !important; height: 128px !important; border-radius: 50% !important; opacity: 0.13 !important; pointer-events: none !important; z-index: -1 !important; transition: opacity .22s ease !important; }
@media (hover:hover) and (pointer:fine) { .effect-card:hover::before { opacity: 0.24 !important; } }
.effect-card.type-1::before { background: radial-gradient(circle, #2563eb 0%, rgba(255,255,255,0) 70%) !important; }
.effect-card.type-2::before { background: radial-gradient(circle, #10B981 0%, rgba(255,255,255,0) 70%) !important; }

.effect-header-new { display: flex !important; align-items: center !important; gap: 12px !important; z-index: 2 !important; }
.effect-icon-box { width: 42px !important; height: 42px !important; border-radius: 15px !important; display: flex !important; align-items: center !important; justify-content: center !important; font-size: 18px !important; flex-shrink: 0 !important; background: #ffffff !important; box-shadow: 0 8px 18px rgba(15,23,42,0.055) !important; z-index: 2 !important; transition: transform .22s cubic-bezier(0.22, 1, 0.36, 1) !important; }
@media (hover:hover) and (pointer:fine) { .effect-card:hover .effect-icon-box { transform: scale(1.035) rotate(-3deg) !important; } }
.effect-card.type-1 .effect-icon-box { color: #2563eb !important; border: 1px solid #bfdbfe !important; }
.effect-card.type-2 .effect-icon-box { color: #059669 !important; border: 1px solid #a7f3d0 !important; }

.effect-tags { display: flex !important; gap: 6px !important; flex-wrap: wrap !important; margin-top: 3px !important; z-index: 2 !important; }
.effect-tags span { font-size: 10.8px !important; font-weight: 850 !important; padding: 5px 11px !important; border-radius: 999px !important; letter-spacing: -0.32px !important; }
.effect-card.type-1 .effect-tags span { color: #2563eb !important; background: #eff6ff !important; border: 1px solid #dbeafe !important; }
.effect-card.type-2 .effect-tags span { color: #059669 !important; background: #ecfdf5 !important; border: 1px solid #d1fae5 !important; }

.review-grid { display: flex; flex-direction: column; gap: 12px; }

.review-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 16px; }
.review-user { display: flex; align-items: center; gap: 12px; }
.review-avatar { width: 42px; height: 42px; border-radius: 16px; color: #ffffff; display: flex; align-items: center; justify-content: center; font-weight: 900; font-size: 15px; flex-shrink: 0; box-shadow: 0 10px 20px rgba(49,130,246,0.16); }
.review-info { display: flex; flex-direction: column; gap: 2px; }
.review-name { font-size: 14.5px; font-weight: 920; color: #0f172a; line-height: 1.2; letter-spacing: -0.35px; }
.review-service { font-size: 12px; font-weight: 720; color: #64748b; }
.review-stars { color: #F59E0B; font-size: 11.5px; letter-spacing: 2px; }

.curation-wrapper { margin-top: 28px; padding-top: 24px; border-top: 1px solid rgba(219,234,254,0.92); width: 100%; box-sizing: border-box; }
.curation-wrapper .sec-title { font-size: 18px !important; font-weight: 920 !important; color: #0f172a !important; margin-bottom: 15px !important; display: flex !important; align-items: center !important; gap: 8px !important; letter-spacing:-0.55px !important; }
.curation-grid { display: flex; flex-direction: column; gap: 12px; width: 100%; box-sizing: border-box; overflow: visible !important; padding-top: 4px; }
.curation-card { position: relative !important; background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%) !important; border: 1px solid rgba(226,232,240,.96) !important; border-radius: 20px !important; padding: 17px 19px !important; cursor: pointer !important; display: flex !important; flex-direction: row !important; align-items: center !important; text-align: left !important; gap: 15px !important; transition: transform .22s cubic-bezier(0.22, 1, 0.36, 1), box-shadow .22s ease, border-color .22s ease, background .22s ease !important; box-shadow: 0 10px 26px rgba(15,23,42,0.040), inset 0 1px 0 rgba(255,255,255,0.92) !important; z-index: 1 !important; overflow: visible !important; width: 100%; box-sizing: border-box; }
@media (hover:hover) and (pointer:fine) { .curation-card:hover { transform: translateY(-2px) !important; border-color: rgba(191,219,254,1) !important; box-shadow: 0 14px 32px rgba(15,23,42,0.060) !important; } }
.curation-card.active { border: 1px solid rgba(37,99,235,0.58) !important; background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%) !important; box-shadow: 0 14px 34px rgba(37,99,235,0.13), inset 0 0 0 1px rgba(37,99,235,0.06) !important; transform: translateY(-2px) !important; }
.curation-card .icon { font-size: 24px; background: linear-gradient(180deg, #ffffff 0%, #eff6ff 100%); border: 1px solid #dbeafe; color: #2563EB; width: 48px; height: 48px; display: flex; justify-content: center; align-items: center; border-radius: 16px; flex-shrink: 0; transition: transform .22s cubic-bezier(0.22, 1, 0.36, 1), box-shadow .22s ease, background .22s ease, color .22s ease; box-shadow: 0 8px 18px rgba(37,99,235,0.055); }
.curation-card.active .icon { background: linear-gradient(135deg, #2563EB, #7C3AED); border-color: transparent; color: #ffffff; box-shadow: 0 10px 22px rgba(37,99,235,0.24); transform: scale(1.035); }
.curation-card .text-wrap { flex: 1; display: flex; flex-direction: column; gap: 4px; min-width: 0; }
.curation-card .text { font-size: 15.2px; font-weight: 920; color: #0f172a; line-height: 1.22; letter-spacing: -0.35px; transition: color .22s ease; word-break: keep-all; }
.curation-card.active .text { color: #2563EB; }
.curation-card .sub { font-size: 12.8px; font-weight: 650; color: #64748b; line-height: 1.36; word-break: keep-all; }
.curation-check { color: #cbd5e1; font-size: 23px; transition: transform .22s cubic-bezier(0.22, 1, 0.36, 1), color .22s ease, opacity .22s ease; opacity: 0.55; margin-left: auto; flex-shrink: 0; }
.curation-card.active .curation-check { color: #2563EB; opacity: 1; transform: scale(1.08); }
.curation-card:active { transform: translateY(0) scale(0.992) !important; }
.curation-card .sns-curation-badge { position: absolute !important; top: -11px !important; left: 18px !important; background: linear-gradient(135deg, #F04452, #E11D48) !important; color: #ffffff !important; font-size: 10.5px !important; font-weight: 920 !important; padding: 4px 10px !important; border-radius: 999px !important; box-shadow: 0 8px 16px rgba(240, 68, 82, 0.24) !important; z-index: 10 !important; border: 2px solid #ffffff !important; animation: floatBadge 2.4s ease-in-out infinite !important; display: inline-block !important; letter-spacing: -0.1px !important; line-height: 1.2 !important; white-space: nowrap !important; }

.faq-section { margin-top: 30px; border: 1px solid #e2e8f0; border-radius: 12px; background: #fff; box-shadow: 0 2px 4px rgba(0,0,0,0.01);}
.faq-header { padding: 16px 20px; font-size: 15px; font-weight: 800; color: #0f172a; border-bottom: 1px solid #e2e8f0; background: #f8fafc; border-radius: 12px 12px 0 0; display:flex; align-items:center; gap:8px;}
.faq-item { border-bottom: 1px solid #e2e8f0; }
.faq-item:last-child { border-bottom: none; }
.faq-question { padding: 16px 20px; font-size: 14px; font-weight: 700; color: #334155; cursor: pointer; display: flex; justify-content: space-between; align-items: center; transition: background 0.2s; }
.faq-question:hover { background: #f8fafc; color: #3182F6; }
.faq-answer { overflow: hidden; transition: max-height 0.3s ease, padding 0.3s ease; font-size: 13.5px; color: #475569; line-height: 1.6; font-weight: 500; max-height: 0; padding: 0 20px; }
.faq-item.active .faq-answer { padding: 16px 20px; max-height: 500px; }
.faq-item.active .faq-question i { transform: rotate(180deg); color: #3182F6; transition: transform 0.3s; }

.receipt-modal-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(15, 23, 42, 0.6); backdrop-filter: blur(4px); z-index: 100002; display: none; align-items: center; justify-content: center; animation: fadeInModal 0.3s; transition: opacity 0.4s ease; }
.receipt-modal-content { background: #fff; border-radius: 24px; width: 90%; max-width: 360px; box-shadow: 0 25px 50px -12px rgba(0,0,0,0.25); overflow: hidden; transform: translateY(20px); animation: slideUpReceipt 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards; transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.4s ease; }
.receipt-modal-overlay.fade-out { opacity: 0; }

@keyframes slideUpReceipt { to { transform: translateY(0); } }
@keyframes checkPop { 0% { transform: scale(0); opacity: 0; } 100% { transform: scale(1); opacity: 1; } }

.receipt-header { padding: 35px 24px 24px; text-align: center; border-bottom: none; background: #f8fafc; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.receipt-header .check-circle { width: 52px !important; height: 52px !important; background: #10B981; color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 24px !important; margin: 0 auto 18px !important; box-shadow: 0 4px 14px rgba(16,185,129,0.25) !important; opacity: 0; transform: scale(0); animation: checkPop 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.2s forwards; aspect-ratio: 1 / 1 !important; }
.receipt-header h3 { margin: 0 0 6px 0; font-size: 22px; font-weight: 900; color: #0f172a; letter-spacing: -0.5px; width: 100%; text-align: center; }
.receipt-header p { margin: 0; font-size: 13.5px; color: #64748b; font-weight: 500; width: 100%; text-align: center; }
.receipt-body { padding: 24px 28px; background: #fff; }
.receipt-row { display: flex; justify-content: space-between; align-items: center; margin-bottom: 16px; font-size: 14.5px; }
.receipt-row:last-child { margin-bottom: 0; }
.receipt-row .lbl { color: #64748b; font-weight: 600; }
.receipt-row .val { color: #0f172a; font-weight: 800; text-align: right; max-width: 60%; word-break: break-all; }
.receipt-divider { height: 1px; border-bottom: 1px dashed #cbd5e1; margin: 20px 0; }
.receipt-row.total .lbl { font-size: 16.5px; color: #0f172a; font-weight: 800; }
.receipt-row.total .val { font-size: 22px; color: #3182F6; font-weight: 900; letter-spacing: -0.5px; }
.receipt-footer { padding: 0 28px 28px; background: #fff; }
.btn-receipt-close { width: 100%; background: #3182F6; color: #fff; border: none; padding: 16px; border-radius: 14px; font-size: 16.5px; font-weight: 800; cursor: pointer; transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1); box-shadow: 0 4px 12px rgba(49,130,246,0.2); }
.btn-receipt-close:active { transform: scale(0.97); }

.flex-layout-wrapper { display: flex; flex-wrap: wrap; width: 100%; justify-content: center; margin-left: 0 !important; margin-right: 0 !important; }
@media (max-width: 768px) {
        .flex-layout-wrapper { flex-direction: column; align-items: center; }
    .row { margin-left: 0 !important; margin-right: 0 !important; }
    .col-12 { padding-left: 0 !important; padding-right: 0 !important; width: 100%; }
    .m-order-1, .m-order-2 { padding-left: 15px !important; padding-right: 15px !important; width: 100%; box-sizing: border-box !important; }
    .m-order-1 { order: 1; }
    .m-order-2 { order: 2; margin-top: 24px; }
    .right-sidebar-wrapper { padding-left: 0 !important; padding-right: 0 !important; width: 100% !important; max-width: 100% !important; margin-left: 0 !important; margin-right: 0 !important; box-sizing: border-box !important; }
    .right-sidebar-wrapper .right-sidebar-sticky, .right-sidebar-wrapper .sidebar-section { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; }

    .banner-pc { display: none !important; }

    
    .guest-preview-icon { margin-top: 0; margin-right: 12px; font-size: 18px; display: flex; align-items: center;}
    .guest-preview-message { align-items: flex-start; flex-direction: column; gap: 3px; justify-content: center;}
    
    

    .order-card-wrapper { border-radius: 0 !important; margin-bottom: 12px !important; border: none !important; box-shadow: none !important; background: transparent !important; }
    .order-card-wrapper .card-body { padding: 0 !important; background: transparent !important;}
    .banner-mobile { margin-bottom: 10px !important; }


    .toss-badge { min-width: 36px !important; height: 20px !important; font-size: 10px !important; }
    .toss-text, .rolling-item { font-size: 12px !important; }
    .dash-stats-list {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        padding: 0 !important;
        gap: 8px !important;
        margin: 0 !important;
    }

    .dash-stats-list .stat-row,
    .dash-stats-list .stat-row:first-child,
    .dash-stats-list .stat-row:last-child {
        min-height: 47px !important;
        height: 47px !important;
        padding: 0 13px !important;
        border-color: #eef3f8 !important;
        border-radius: 14px !important;
        box-shadow: none !important;
        opacity: 1 !important;
        filter: none !important;
        -webkit-filter: none !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        justify-content: center !important;
        gap: 3px !important;
    }

    .dash-stats-list .stat-row .lbl {
        color: #4b5f78 !important;
        font-size: 11.5px !important;
        font-weight: 780 !important;
        line-height: 1.05 !important;
    }

    .dash-stats-list .stat-row .val,
    .dash-stats-list .stat-row .val .time {
        color: #0f172a !important;
        font-size: 12.6px !important;
        font-weight: 860 !important;
        line-height: 1 !important;
        align-items: center !important;
        gap: 3px !important;
    }

        .dash-stats-list .status-ok {
        display: inline-flex !important;
        align-items: center !important;
        gap: 5px !important;
        font-size: 12.6px !important;
        font-weight: 880 !important;
        line-height: 1 !important;
        vertical-align: middle !important;
    }

    .dash-stats-list .status-dot {
        display: inline-block !important;
        width: 6px !important;
        height: 6px !important;
        margin: 0 !important;
        border-radius: 999px !important;
        background: #00b86b !important;
        line-height: 1 !important;
        vertical-align: middle !important;
        align-self: center !important;
        position: relative !important;
        top: 0 !important;
        transform: none !important;
    }

        .service-search-wrapper { margin-bottom: 11px !important; }
    .checkout-summary-box { padding: 16px !important; border-radius: 14px !important; }

    .curation-grid { display: flex !important; flex-direction: column !important; overflow: visible !important; gap: 9px !important; padding-top: 9px !important; padding-bottom: 6px !important; margin-top: 0 !important; }
    .curation-card { width: 100% !important; flex: auto !important; min-height: 74px !important; padding: 15px 13px !important; flex-direction: row !important; gap: 12px !important; box-sizing: border-box !important; position: relative !important; border-radius: 18px !important; }
    .curation-card.active { transform: translateY(-1px) !important; }
    .curation-card .icon { width: 42px !important; height: 42px !important; font-size: 21px !important; border-radius: 14px !important; }
    .curation-card .text-wrap { gap: 2px !important; }
    .curation-card .text { font-size: 14.2px !important; line-height: 1.22 !important; }
    .curation-card .sub { font-size: 11.7px !important; line-height: 1.32 !important; }
    .curation-check { font-size: 21px !important; }
    .curation-card .sns-curation-badge { top: -10px !important; left: 14px !important; font-size: 10px !important; padding: 3px 8px !important; }

    .review-grid { grid-template-columns: 1fr; gap: 12px; }
    .review-card { padding: 20px; border-radius: 20px; }
    .effect-card { padding: 18px 17px !important; border-radius: 20px !important; gap: 12px !important; }
    .kakao-banner-wrapper { margin-bottom: 75px !important; margin-top: 15px; }
    .sp-g { bottom: 25px !important; }
}

.svc-rec-badge { background:#ef4444; color:#fff; font-size:10px; font-weight:800; padding:2px 6px; border-radius:4px; margin-left:6px; letter-spacing:-0.3px; }

/* 🔥 후기 탭(Tab) 메뉴 및 슬라이드 디자인 🔥 */
.review-tabs-pagination { display: flex; gap: 8px; justify-content: flex-start; overflow-x: auto; padding-bottom: 6px; margin-bottom: 16px; scrollbar-width: none; }
.review-tabs-pagination::-webkit-scrollbar { display: none; }
.custom-tab-bullet { background: #ffffff !important; border: 1px solid #dbeafe !important; color: #475569 !important; font-size: 13px !important; font-weight: 850 !important; padding: 9px 17px !important; border-radius: 999px !important; white-space: nowrap !important; cursor: pointer !important; opacity: 1 !important; margin: 0 !important; height: auto !important; width: auto !important; transition: transform 0.14s ease, box-shadow 0.14s ease, border-color 0.14s ease, background 0.14s ease, color 0.14s ease !important; box-shadow: 0 2px 7px rgba(15,23,42,0.020) !important; }
.custom-tab-bullet.swiper-pagination-bullet-active { background: linear-gradient(135deg, #2563EB, #7C3AED) !important; color: #ffffff !important; border-color: transparent !important; box-shadow: 0 3px 9px rgba(37,99,235,0.120) !important; }
.reviewSwiper { width: 100%; overflow: hidden; padding-bottom: 7px; }
.reviewSwiper .swiper-slide { height: auto !important; display: flex; }
.review-card-group { display: flex; flex-direction: column; gap: 12px; width: 100%; height: auto; flex: 1; }


button, .action-btn-outline, .curation-card {
    transition: transform .16s cubic-bezier(0.22, 1, 0.36, 1), box-shadow .16s ease !important;
    will-change: transform;
}
.modern-modal.show { backdrop-filter: blur(5px); -webkit-backdrop-filter: blur(5px); background-color: rgba(15, 23, 42, 0.4) !important; }
.modern-modal .modal-dialog { transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important; }html body #new_order .form-control.square{ transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) !important; }html body #new_order .form-control.square:focus{ transform: translateY(-1px); }
.modern-charge-number { transition: color 0.3s ease, transform 0.3s ease !important; }

/* 🔥 PC 배너 여백 추가 및 모바일 사각형 복구 🔥 */
@media (min-width: 769px) {
    .banner-mobile { display: none !important; }
    .banner-pc { margin-bottom: 40px !important; }
}
@media (max-width: 768px) {
    .trust-metrics-grid { gap: 9px !important; margin-bottom: 22px !important; }
    .metric-card { aspect-ratio: 1 / 1 !important; padding: 11px 5px !important; border-radius: 18px !important; }
    .metric-card .icon { width: 36px !important; height: 36px !important; border-radius: 13px !important; margin-bottom: 7px !important; font-size: 17px !important; }
    .metric-card .num { font-size: 14.4px !important; }
    .metric-card .lbl { font-size: 10.2px !important; line-height: 1.22 !important; }
}

#app-toast {
    visibility: hidden;
    width: fit-content;
    min-width: 260px;
    max-width: 360px;
    background: rgba(25,31,40,.94);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    color: #fff;
    text-align: center;
    border-radius: 999px;
    padding: 14px 18px;
    position: fixed;
    z-index: 2147483647 !important;
    left: 50%;
    top: 24px;
    right: auto;
    bottom: auto;
    transform: translateX(-50%) translateY(-12px);
    font-size: 14px;
    font-weight: 850;
    letter-spacing: -0.035em;
    line-height: 1.35;
    box-shadow: 0 18px 46px rgba(15,23,42,.26);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 0;
    opacity: 0;
    transition: opacity .18s ease, transform .18s ease;
    pointer-events: none;
    box-sizing: border-box;
}
#app-toast.show {
    visibility: visible;
    top: 24px;
    bottom: auto;
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}
#app-toast .app-toast-icon {
    width: 24px;
    height: 24px;
    min-width: 24px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    font-weight: 900;
}
#app-toast .app-toast-icon.success {
    background: #10B981;
}
#app-toast .app-toast-icon.error {
    background: #F04452;
}
#app-toast .app-toast-text {
    min-width: 0;
    flex: 0 1 auto;
    width: auto;
    max-width: 280px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    overflow-wrap: anywhere;
    text-align: center;
}
@media(max-width: 768px) {
    #app-toast {
        top: max(18px, env(safe-area-inset-top, 0px));
        width: fit-content;
        max-width: calc(100vw - 32px);
        min-width: 260px;
        padding: 14px 18px;
        border-radius: 999px;
        font-size: 14px;
    }
    #app-toast.show {
        top: max(18px, env(safe-area-inset-top, 0px));
        bottom: auto;
    }
    #app-toast .app-toast-text {
        max-width: calc(100vw - 110px);
    }
}

/* 미리보기 배너 */
.guest-preview-banner {
  min-height: 42px !important;
  padding: 8px 13px 8px 14px !important;
  margin-top: 0 !important;
  margin-bottom: 10px !important;
  border-radius: 13px !important;
  background: #fff !important;
  border: 1px solid #ffccd1 !important;
  border-left: 4px solid #ff4b55 !important;
  box-shadow: 0 4px 11px rgba(15,23,42,.022) !important;
  align-items: center !important;
  opacity: 1 !important;
  filter: none !important;
  -webkit-filter: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  text-rendering: auto !important;

  display: flex;
  justify-content: flex-start;
  width: 100%;
  box-sizing: border-box;
  animation: fadeUp 0.6s ease-out forwards;
}

.guest-preview-icon {
  color: #ef4444;
  display: flex;
  align-items: center;
  animation: eyePulseRed 1.5s infinite ease-in-out;
  font-size: 16px !important;
  margin-right: 9px !important;
  line-height: 1 !important;
  flex: 0 0 auto !important;
}


.guest-preview-message {
  display: flex;
  flex-direction: column;
  gap: 1px !important;
  justify-content: center !important;
}


.guest-preview-message strong {
  margin: 0;
  font-size: 12.9px !important;
  line-height: 1.15 !important;
  font-weight: 860 !important;
  color: #0f172a !important;
  letter-spacing: -0.03em !important;
}


.guest-preview-message span {
  margin: 0;
  font-size: 11.25px !important;
  line-height: 1.15 !important;
  font-weight: 700 !important;
  color: #334155 !important;
  letter-spacing: -0.025em !important;
}


.toss-notice-row {
  display: flex;
  gap: 10px;
  margin-bottom: 0;
  box-sizing: border-box;
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
  min-height: 31px !important;
  height: 31px !important;
  padding: 5px 9px !important;
  align-items: center !important;
  border-radius: 13px !important;
  background: #fff !important;
  border: 1px solid #eef3f8 !important;
  box-shadow: none !important;
}


.toss-badge {
  border-radius: 999px;
  flex-shrink: 0;
  color: #fff;
  min-width: 38px !important;
  height: 20px !important;
  padding: 0 8px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 10.3px !important;
  font-weight: 850 !important;
  letter-spacing: -0.025em !important;
  line-height: 1 !important;
}


@media (min-width: 769px) {
  .dash-stats-list {
    display: grid !important;
    grid-template-columns: repeat(2,minmax(0,1fr)) !important;
    gap: 9px !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  .dash-stats-list .stat-row,
  .dash-stats-list .stat-row:first-child,
  .dash-stats-list .stat-row:last-child {
    width: 100% !important;
    min-height: 47px !important;
    height: 47px !important;
    padding: 0 13px !important;
    margin: 0 !important;
    border: 1px solid #eef3f8 !important;
    border-radius: 14px !important;
    background: #fff !important;
    box-shadow: none !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: center !important;
    gap: 3px !important;
    box-sizing: border-box !important;
    transform: none !important;
    opacity: 1 !important;
    filter: none !important;
    -webkit-filter: none !important;
    text-rendering: auto !important;
  }

  .dash-stats-list .stat-row .lbl,
  .dash-stats-list .stat-row:first-child .lbl,
  .dash-stats-list .stat-row:last-child .lbl {
    display: block !important;
    color: #4b5f78 !important;
    font-size: 11.5px !important;
    font-weight: 780 !important;
    letter-spacing: -0.028em !important;
    line-height: 1.05 !important;
    white-space: nowrap !important;
    text-align: left !important;
    transform: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .dash-stats-list .stat-row .val,
  .dash-stats-list .stat-row:first-child .val,
  .dash-stats-list .stat-row:last-child .val {
    display: inline-flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 3px !important;
    color: #0f172a !important;
    font-size: 12.6px !important;
    font-weight: 840 !important;
    line-height: 1 !important;
    white-space: nowrap !important;
    text-align: left !important;
    transform: none !important;
    margin: 0 !important;
    padding: 0 !important;
    opacity: 1 !important;
    filter: none !important;
    -webkit-filter: none !important;
  }

    .dash-stats-list .status-ok {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 5px !important;
    color: #00a96b !important;
    font-size: 12.6px !important;
    font-weight: 880 !important;
    line-height: 1 !important;
    white-space: nowrap !important;
    vertical-align: middle !important;
  }

  .dash-stats-list .status-dot {
    flex: 0 0 auto !important;
    display: inline-block !important;
    width: 6px !important;
    height: 6px !important;
    margin: 0 !important;
    border-radius: 999px !important;
    background: #00b86b !important;
    line-height: 1 !important;
    vertical-align: middle !important;
    align-self: center !important;
    position: relative !important;
    top: 0 !important;
    transform: none !important;
  }

  .dash-stats-list .stat-row .val .divider {
    display: inline-block !important;
    margin: 0 6px !important;
    color: #cbd5e1 !important;
    font-size: 12px !important;
    line-height: 1 !important;
    vertical-align: middle !important;
  }

    .modern-title-wrapper {
    margin-top: 0 !important;
    margin-bottom: 11px !important;
  }
}

@media (max-width: 768px) {
  .order-page-wrapper {
    padding-top: 6px !important;
  
    overflow-x: hidden;
    padding-left: 14px !important;
    padding-right: 14px !important;
}

  .guest-preview-banner {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  text-align: left;
  min-height: 42px !important;
  padding: 8px 13px 8px 14px !important;
  margin-top: 0 !important;
  margin-bottom: 10px !important;
  border-radius: 13px !important;
  background: #fff !important;
  border-color: #ffccd1 !important;
  border-left: 4px solid #ff4b55 !important;
  box-shadow: 0 5px 13px rgba(15,23,42,.024) !important;
}


  .guest-preview-message strong {
  margin: 0;
  text-align: left;
  font-size: 13px !important;
  font-weight: 880 !important;
  line-height: 1.16 !important;
}


  .guest-preview-message span {
  margin: 0;
  text-align: left;
  font-size: 11.35px !important;
  font-weight: 720 !important;
  line-height: 1.18 !important;
}


  .toss-notice-row {
    min-height: 31px !important;
    height: 31px !important;
    padding: 4px 9px !important;
    border-radius: 11px !important;
    border-color: #f0f4f8 !important;
    box-shadow: none !important;
  }

  }


.smart-warning-box,
.emergency-notice-box {
    box-shadow: none !important;
}

.biz-banner-container {
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    margin: 0 0 18px 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
}

.biz-time-card {
    display: flex !important;
    align-items: flex-start !important;
    justify-content: center !important;
    flex-direction: column !important;
    gap: 7px !important;
    width: 100% !important;
    min-height: 108px !important;
    margin: 0 !important;
    padding: 18px !important;
    border: 1px solid #dfe7f2 !important;
    border-radius: 17px !important;
    background: #ffffff !important;
    box-shadow: none !important;
    color: #101828 !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
}

.biz-time-card.closed {
    border-color: #fecaca !important;
    background: #ffffff !important;
}

.biz-time-card.open {
    border-color: #bbf7d0 !important;
    background: #ffffff !important;
}

.biz-time-info {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: center !important;
    gap: 5px !important;
    min-width: 0 !important;
    width: 100% !important;
    line-height: 1.35 !important;
}

.biz-time-header {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 8px !important;
    width: 100% !important;
    margin: 0 0 2px 0 !important;
    padding: 0 !important;
    border: 0 !important;
}

.biz-time-status {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: fit-content !important;
    min-width: 0 !important;
    height: 23px !important;
    padding: 0 8px !important;
    border-radius: 6px !important;
    background: #e11d48 !important;
    color: #ffffff !important;
    font-size: 11px !important;
    font-weight: 900 !important;
    line-height: 1 !important;
    letter-spacing: -0.015em !important;
    box-shadow: none !important;
}

.biz-time-card.open .biz-time-status {
    background: #16a34a !important;
    color: #ffffff !important;
}

.biz-time-title {
    display: block !important;
    margin: 0 !important;
    color: #101828 !important;
    font-size: 14.5px !important;
    font-weight: 900 !important;
    line-height: 1.35 !important;
    letter-spacing: -0.035em !important;
    white-space: normal !important;
}

.biz-time-desc,
.biz-holiday-notice {
    display: block !important;
    margin: 0 !important;
    color: #475569 !important;
    font-size: 12.5px !important;
    font-weight: 750 !important;
    line-height: 1.55 !important;
    letter-spacing: -0.03em !important;
    word-break: keep-all !important;
    white-space: normal !important;
}

.biz-time-desc strong {
    color: #101828 !important;
    font-weight: 900 !important;
}

.biz-holiday-notice {
    margin-top: 2px !important;
    color: #334155 !important;
    font-size: 12px !important;
    font-weight: 800 !important;
}

.biz-timer-box {
    flex: 0 0 auto !important;
    align-self: stretch !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    gap: 4px !important;
    min-width: 148px !important;
    padding: 12px 14px !important;
    border: 1px solid #dfe7f2 !important;
    border-radius: 15px !important;
    background: #f8fbff !important;
    box-shadow: none !important;
    box-sizing: border-box !important;
}

.biz-timer-label {
    color: #64748b !important;
    font-size: 11.5px !important;
    font-weight: 800 !important;
    line-height: 1.25 !important;
}

.biz-timer-value {
    color: #101828 !important;
    font-size: 17px !important;
    font-weight: 950 !important;
    line-height: 1.25 !important;
    letter-spacing: -0.03em !important;
}

@media (max-width: 767.98px) {
    .biz-banner-container {
        margin-bottom: 15px !important;
    }
    .biz-time-card {
        min-height: 98px !important;
        padding: 16px !important;
        border-radius: 16px !important;
    }
    .biz-time-title {
        font-size: 14px !important;
    }
    .biz-time-desc,
    .biz-holiday-notice {
        font-size: 12px !important;
    }
}


.effect-card,
.curation-card,
.faq-section {
    border-color: rgba(226,232,240,.96) !important;
    box-shadow: 0 10px 26px rgba(15,23,42,0.038) !important;
}

.effect-card {
    border-radius: 22px !important;
    padding: 20px 21px !important;

    position: relative !important;
    background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%) !important;
    border: 1px solid rgba(226,232,240,.96) !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    height: 100% !important;
    margin-bottom: 0 !important;
    box-shadow: 0 10px 26px rgba(15,23,42,0.040), inset 0 1px 0 rgba(255,255,255,0.94) !important;
    z-index: 1 !important;
    transition: transform .22s cubic-bezier(0.22, 1, 0.36, 1), box-shadow .22s ease, border-color .22s ease !important;
    overflow: hidden !important;
    cursor: default !important;
}

.effect-title-new {
    font-size: 14.7px !important;

    margin: 0 !important;
    font-weight: 860 !important;
    color: #0f172a !important;
    letter-spacing: -0.5px !important;
    line-height: 1.22 !important;
}

.effect-desc-new {
    font-size: 12.8px !important;
    line-height: 1.55 !important;

    margin: 0 !important;
    color: #475569 !important;
    word-break: keep-all !important;
    font-weight: 600 !important;
    z-index: 2 !important;
}

.review-card {
    border-radius: 20px !important;
    padding: 18px !important;
    background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%) !important;
    border: 1px solid rgba(219,234,254,0.92) !important;
    box-shadow: 0 3px 9px rgba(15,23,42,0.018), inset 0 1px 0 rgba(255,255,255,0.94) !important;

    transition: transform 0.16s ease, box-shadow 0.16s ease, border-color 0.16s ease !important;
    cursor: default;
    display: flex;
    flex-direction: column;
    height: auto;
}
.review-card:not(:last-child) {
    border-bottom: 1px solid rgba(219,234,254,0.92) !important;
}
.review-card:hover {
    transform: translateY(-1px) !important;
    box-shadow: 0 5px 12px rgba(15,23,42,0.024) !important;
    border-color: rgba(191,219,254,0.86) !important;
    background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%) !important;
}

.review-body {
    line-height: 1.65 !important;
    font-size: 13.2px !important;

    margin: 0;
    padding: 0;
    border-radius: 0;
    border: 0;
    background: transparent;
    color: #334155;
    word-break: keep-all;
    font-weight: 560;
    flex-grow: 1;
}

@media (max-width: 768px) {
    .platform-btn {
        border-radius: 12px !important;
        box-shadow: none !important;
        min-width: 0 !important;
    }

    .platform-btn.active {
        box-shadow: none !important;
    }html body #new_order .service-search-input{
        height: 50px !important;
        border-radius: 16px !important;
    
        font-size: 13.5px !important;
}

    html body #custom-category-wrapper .custom-select-trigger,
    html body #custom-service-wrapper .custom-select-trigger {
        height: 50px !important;
        border-radius: 16px !important;
    }

    .form-control.square:not(textarea),
    .app-input-field:not(textarea) {
        min-height: 50px !important;
        border-radius: 16px !important;
    }

    .service-desc-box {
        padding: 17px !important;
        border-radius: 18px !important;
        font-size: 13.35px !important;
    }

    .slim-order-btn {
        min-height: 55px !important;
        border-radius: 16px !important;
    }
}

:root {
    color-scheme: light dark;
}

.order-page-wrapper{
    background-color: #F4F7FB !important;

    background: #F4F7FB !important;
    padding-top: 8px !important;
}

/* 라이트모드 텍스트 기본값 명확화 */
.guest-preview-message strong,
.modern-title-wrapper h4,
.order-form-container label,
.app-input-label,
.section-main-title,
.curation-wrapper .sec-title,
.faq-header,
.effect-title-new,
.review-name,
.curation-card .text,
.biz-time-title,
.metric-card .num,
.service-desc-box strong,
.service-desc-box b {
    color: #0f172a !important;
}

.guest-preview-message span,
.toss-text,
.rolling-item,
.section-sub-title,
.effect-desc-new,
.review-body,
.faq-answer,
.biz-time-desc,
.biz-holiday-notice,
.metric-card .lbl,
.review-service,
.curation-card .sub {
    color: #475569 !important;
}html body #new_order .service-search-input::placeholder, html body #new_order .form-control.square::placeholder, html body #new_order .app-style-form-wrapper .app-input-field::placeholder{
    color: #8b95a1 !important;
}@media (prefers-reduced-motion: reduce) {
    *:not(.swiper-wrapper),
    *::before,
    *::after {
        animation-duration: 0.001ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.001ms !important;
        scroll-behavior: auto !important;
    }

    }

@media (prefers-color-scheme: dark) {
    html,
    body,
    .page,
    .page-main,
    .order-page-wrapper {
        background-color: #17181c !important;
    }

        .ambient-bg {
        background: #17181c !important;
    }

    .ambient-bg::before,
    .ambient-bg::after {
        opacity: 0.26 !important;
    }    .guest-preview-banner {
        border-left-color: #ef4444 !important;
    }

    .guest-preview-message strong,
    .modern-title-wrapper h4,
    .order-form-container label,
    .app-input-label,
    .section-main-title,
    .curation-wrapper .sec-title,
    .faq-header,
    .effect-title-new,
    .review-name,
    .curation-card .text,
    .biz-time-title,
    .metric-card .num,
    .service-desc-box strong,
    .service-desc-box b,
    .sw-header h5,
    .app-form-header h5 {
        color: rgba(255, 255, 255, 0.94) !important;
    }

    .guest-preview-message span,
    .toss-text,
    .rolling-item,
    .section-sub-title,
    .effect-desc-new,
    .review-body,
    .faq-answer,
    .biz-time-desc,
    .biz-holiday-notice,
    .metric-card .lbl,
    .review-service,
    .curation-card .sub,
    .sw-desc,
    .sw-step-text,
    .sw-common-warning {
        color: rgba(255, 255, 255, 0.72) !important;
    }

        html body #new_order .service-search-input::placeholder, html body #new_order .form-control.square::placeholder, html body #new_order .app-style-form-wrapper .app-input-field::placeholder{
        color: rgba(255, 255, 255, 0.42) !important;
    }

html body #new_order .service-search-input:focus, html body #new_order .form-control.square:focus, html body #new_order .app-style-form-wrapper .app-input-field:focus{
    border-color: rgba(49, 130, 246, 0.65) !important;
    box-shadow: 0 0 0 3px rgba(49, 130, 246, 0.14) !important;
    background: rgba(255, 255, 255, 0.075) !important;
}

html body #custom-category-wrapper .custom-select-wrapper.open .custom-select-trigger,
html body #custom-service-wrapper .custom-select-wrapper.open .custom-select-trigger {
    border-color: #d3deec !important;
    box-shadow: none !important;
    background: #ffffff !important;
}

.order-page-wrapper .app-style-form-wrapper .custom-select-wrapper.open .custom-select-trigger,
.app-style-form-wrapper .custom-select-wrapper.open .custom-select-trigger,
.order-page-wrapper .app-style-form-wrapper .custom-select-trigger:hover,
.app-style-form-wrapper .custom-select-trigger:hover,
.order-page-wrapper .app-style-form-wrapper .custom-select-trigger:focus,
.app-style-form-wrapper .custom-select-trigger:focus,
.order-page-wrapper .app-style-form-wrapper .custom-select-trigger:active,
.app-style-form-wrapper .custom-select-trigger:active {
    border-color: #d3deec !important;
    box-shadow: none !important;
    outline: 0 !important;
    background: #ffffff !important;
}


    .platform-btn span:not(.sns-hot-badge) {
        color: rgba(255, 255, 255, 0.72) !important;
    }

    .platform-btn.active {
        background: rgba(49,130,246,0.13) !important;
        border-color: rgba(49,130,246,0.78) !important;
        box-shadow: 0 0 0 1px rgba(49,130,246,0.12) !important;
    }

    .platform-btn.active span:not(.sns-hot-badge) {
        color: rgba(255, 255, 255, 0.94) !important;
    }

    .platform-btn.active::after {
        background: #7ab7ff !important;
        box-shadow: 0 0 0 3px rgba(122,183,255,0.12) !important;
    }

    .custom-select-options,
    .search-dropdown {
        background: #202126 !important;
        border-color: rgba(255,255,255,0.07) !important;
        box-shadow: 0 18px 42px rgba(0,0,0,0.24) !important;
    }

    .custom-select-option,
    .search-item,
    .faq-question {
        color: rgba(255,255,255,0.78) !important;
    }

    .custom-select-option:hover,
    .search-item:hover,
    .faq-question:hover {
        background: rgba(49, 130, 246, 0.10) !important;
        color: #8cc1ff !important;
    }

    html body #custom-category-wrapper .custom-select-option.selected,
    html body #custom-service-wrapper .custom-select-option.selected {
        background: rgba(49, 130, 246, 0.14) !important;
        color: #8cc1ff !important;
    }

    .toss-badge.notice {
        background: rgba(239, 68, 68, 0.74) !important;
        color: #ffffff !important;
        box-shadow: none !important;
    }

    .toss-badge.live {
        background: rgba(49, 130, 246, 0.76) !important;
        color: #ffffff !important;
        box-shadow: none !important;
    }

    .status-ok,
    .dash-stats-list .status-ok {
        color: #55e4a2 !important;
    }

    .status-dot {
        background-color: #55e4a2 !important;
    }

    .sns-hot-badge {
        border-color: #17181c !important;
        box-shadow: none !important;
    }
}

html.sns-kakao-inapp,
html.sns-kakao-inapp body,
html.sns-kakao-inapp .page,
html.sns-kakao-inapp .page-main,
html.sns-kakao-inapp .order-page-wrapper {
    color-scheme: light !important;
    background: #F4F7FB !important;
    color: #0f172a !important;
}

html.sns-kakao-inapp img,
html.sns-kakao-inapp svg,
html.sns-kakao-inapp video,
html.sns-kakao-inapp canvas {
    -webkit-filter: none !important;
    filter: none !important;
    opacity: 1 !important;
}

html.sns-kakao-inapp .ambient-bg {
    background: #F4F7FB !important;
}

html.sns-kakao-inapp .ambient-bg::before,
html.sns-kakao-inapp .ambient-bg::after {
    opacity: 0.18 !important;
}

html.sns-kakao-inapp .guest-preview-message strong,
html.sns-kakao-inapp .modern-title-wrapper h4,
html.sns-kakao-inapp .order-form-container label,
html.sns-kakao-inapp .app-input-label,
html.sns-kakao-inapp .section-main-title,
html.sns-kakao-inapp .curation-wrapper .sec-title,
html.sns-kakao-inapp .faq-header,
html.sns-kakao-inapp .effect-title-new,
html.sns-kakao-inapp .review-name,
html.sns-kakao-inapp .curation-card .text,
html.sns-kakao-inapp .biz-time-title,
html.sns-kakao-inapp .metric-card .num,
html.sns-kakao-inapp .service-desc-box strong,
html.sns-kakao-inapp .service-desc-box b,
html.sns-kakao-inapp .sw-header h5,
html.sns-kakao-inapp .app-form-header h5,
html.sns-kakao-inapp .smart-warning-box,
html.sns-kakao-inapp .smart-warning-box *,
html.sns-kakao-inapp .review-card,
html.sns-kakao-inapp .review-card * {
    color: #0f172a !important;
    -webkit-text-fill-color: #0f172a !important;
}

html.sns-kakao-inapp .guest-preview-message span,
html.sns-kakao-inapp .toss-text,
html.sns-kakao-inapp .rolling-item,
html.sns-kakao-inapp .section-sub-title,
html.sns-kakao-inapp .effect-desc-new,
html.sns-kakao-inapp .faq-answer,
html.sns-kakao-inapp .biz-time-desc,
html.sns-kakao-inapp .biz-holiday-notice,
html.sns-kakao-inapp .metric-card .lbl,
html.sns-kakao-inapp .review-service,
html.sns-kakao-inapp .curation-card .sub,
html.sns-kakao-inapp .sw-desc,
html.sns-kakao-inapp .sw-step-text,
html.sns-kakao-inapp .sw-common-warning {
    color: #475569 !important;
    -webkit-text-fill-color: #475569 !important;
}

html.sns-kakao-inapp .service-search-input::placeholder,
html.sns-kakao-inapp .form-control.square::placeholder,
html.sns-kakao-inapp .app-input-field::placeholder {
    color: #8b95a1 !important;
    -webkit-text-fill-color: #8b95a1 !important;
}

html.sns-kakao-inapp .custom-select-options,
html.sns-kakao-inapp .search-dropdown {
    background: #ffffff !important;
    border-color: #e2e8f0 !important;
    box-shadow: 0 18px 42px rgba(15, 23, 42, 0.14) !important;
}

html.sns-kakao-inapp .custom-select-option,
html.sns-kakao-inapp .search-item,
html.sns-kakao-inapp .faq-question {
    color: #475569 !important;
    -webkit-text-fill-color: #475569 !important;
}

html.sns-kakao-inapp .custom-select-option:hover,
html.sns-kakao-inapp .search-item:hover,
html.sns-kakao-inapp .faq-question:hover,
html.sns-kakao-inapp .custom-select-option.selected {
    background: rgba(49, 130, 246, 0.10) !important;
    color: #2563eb !important;
    -webkit-text-fill-color: #2563eb !important;
}

html.sns-kakao-inapp .platform-btn span:not(.sns-hot-badge) {
    color: #64748b !important;
    -webkit-text-fill-color: #64748b !important;
}

html.sns-kakao-inapp .platform-btn.active {
    background: #eff6ff !important;
    border-color: #3182F6 !important;
}

html.sns-kakao-inapp .platform-btn.active span:not(.sns-hot-badge) {
    color: #2563eb !important;
    -webkit-text-fill-color: #2563eb !important;
}

html.sns-kakao-inapp .status-ok,
html.sns-kakao-inapp .dash-stats-list .status-ok {
    color: #10b981 !important;
    -webkit-text-fill-color: #10b981 !important;
}

html.sns-kakao-inapp .status-dot {
    background-color: #10b981 !important;
}

@media (max-width: 768px) {
                      .app-input-label { flex-direction: column !important; align-items: flex-start !important; gap: 4px !important; }
                      .app-input-label .sub-info { text-align: left !important; font-size: 11px !important; margin-left: 0 !important; }
                  }

.header, .topbar, .navbar, .page-header {
                    position: sticky !important;
                    top: 0 !important;
                    z-index: 99999 !important;
                    background-color: #ffffff !important;
                    box-shadow: 0 2px 10px rgba(0,0,0,0.05) !important;
                }

                                .ssc-header { margin-bottom: 4px; padding-left: 4px; }
                .ssc-title { font-size: 18px; font-weight: 900; color: #0f172a; margin: 0; letter-spacing: -0.5px; display: flex; align-items: center; gap: 8px; }

                /* 사이트 톤앤매너에 맞춘 깔끔한 화이트 카드 (모두 동일한 테두리) */
                .ssc-card {
                    background: #ffffff; border: 1px solid #e2e8f0; border-radius: 20px;
                    padding: 20px 22px; display: flex; align-items: center; justify-content: space-between;
                    text-decoration: none !important; box-shadow: 0 4px 12px rgba(0,0,0,0.02);
                    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); cursor: pointer;
                }
                .ssc-card:hover { transform: translateY(-3px); box-shadow: 0 10px 25px rgba(0,0,0,0.05); border-color: #cbd5e1; }
                .ssc-card:active { transform: scale(0.98); }

                .ssc-icon-box {
                    width: 48px; height: 48px; border-radius: 16px; flex-shrink: 0;
                    display: flex; align-items: center; justify-content: center; font-size: 22px;
                    transition: transform 0.3s ease;
                }
                .ssc-card:hover .ssc-icon-box { transform: scale(1.1) rotate(-5deg); }

                .ssc-text-wrap { flex: 1; margin-left: 16px; text-align: left; }
                .ssc-text-wrap h4 { color: #191F28; font-size: 15.5px; font-weight: 800; margin: 0 0 4px 0; letter-spacing: -0.3px; line-height: 1.2; }
                .ssc-text-wrap p { color: #64748b; font-size: 13px; font-weight: 600; margin: 0; letter-spacing: -0.3px; }

                .ssc-arrow { color: #cbd5e1; font-size: 16px; transition: transform 0.3s, color 0.3s; }
                .ssc-card:hover .ssc-arrow { transform: translateX(4px); color: #94a3b8; }

                /* 카카오톡 배너 (테두리 기본값 통일, 아이콘 및 호버만 노란색 포인트) */

                .ssc-kakao .ssc-icon-box { background: #FEE500; color: #191F28; box-shadow: 0 4px 12px rgba(254, 229, 0, 0.2); }
                .ssc-kakao .ssc-text-wrap p span { color: #ef4444; font-weight: 800; }
                .ssc-kakao:hover .ssc-arrow { color: #ca8a04; }

                                


.ssc-grid .ssc-icon-box { width: 42px; height: 42px; font-size: 18px; border-radius: 14px; }
                .ssc-grid .ssc-text-wrap h4 { font-size: 14.5px; }
                .ssc-grid .ssc-text-wrap p { font-size: 12.5px; line-height: 1.4; }


.sns-v17-notice-full-sidebar-20260708 .right-sidebar-sticky .support-section-clean > a.ssc-card.ssc-kakao,
#result_ajaxSearch .right-sidebar-wrapper .right-sidebar-sticky .support-section-clean > a.ssc-card.ssc-kakao,
.sns-v17-notice-full-sidebar-20260708 .right-sidebar-sticky .support-section-clean .ssc-grid > a.ssc-card.ssc-company,
#result_ajaxSearch .right-sidebar-wrapper .right-sidebar-sticky .support-section-clean .ssc-grid > a.ssc-card.ssc-company,
.sns-v17-notice-full-sidebar-20260708 .right-sidebar-sticky .support-section-clean .ssc-grid > a.ssc-card.ssc-refund,
#result_ajaxSearch .right-sidebar-wrapper .right-sidebar-sticky .support-section-clean .ssc-grid > a.ssc-card.ssc-refund{
  height:80px!important;
  min-height:80px!important;
  max-height:80px!important;
  margin:0!important;
  padding:18px 20px!important;
  box-sizing:border-box!important;
  display:flex!important;
  flex-direction:row!important;
  align-items:center!important;
  justify-content:space-between!important;
  overflow:hidden!important;
}
.sns-v17-notice-full-sidebar-20260708 .right-sidebar-sticky .support-section-clean > a.ssc-card.ssc-kakao,
#result_ajaxSearch .right-sidebar-wrapper .right-sidebar-sticky .support-section-clean > a.ssc-card.ssc-kakao,
.sns-v17-notice-full-sidebar-20260708 .right-sidebar-sticky .support-section-clean .ssc-grid > a.ssc-card.ssc-company,
#result_ajaxSearch .right-sidebar-wrapper .right-sidebar-sticky .support-section-clean .ssc-grid > a.ssc-card.ssc-company{
  margin-bottom:12px!important;
}
.sns-v17-notice-full-sidebar-20260708 .right-sidebar-sticky .support-section-clean .ssc-grid,
#result_ajaxSearch .right-sidebar-wrapper .right-sidebar-sticky .support-section-clean .ssc-grid{
  display:flex!important;
  flex-direction:column!important;
  gap:0!important;
  row-gap:0!important;
  margin:0!important;
  padding:0!important;
}
.sns-v17-notice-full-sidebar-20260708 .right-sidebar-sticky .support-section-clean .ssc-header,
#result_ajaxSearch .right-sidebar-wrapper .right-sidebar-sticky .support-section-clean .ssc-header{
  margin-bottom:18px!important;
  padding-left:0!important;
}
@media (max-width: 767.98px){
  .sns-v17-notice-full-sidebar-20260708 .right-sidebar-sticky .support-section-clean,
#result_ajaxSearch .right-sidebar-wrapper .right-sidebar-sticky .support-section-clean{
    display:block!important;
    gap:0!important;
    row-gap:0!important;
    margin-top:18px!important;
    margin-bottom:0px!important;
    padding-bottom:28px!important; 

  }
  .sns-v17-notice-full-sidebar-20260708 .right-sidebar-sticky .support-section-clean > a.ssc-card.ssc-kakao,
#result_ajaxSearch .right-sidebar-wrapper .right-sidebar-sticky .support-section-clean > a.ssc-card.ssc-kakao,
  .sns-v17-notice-full-sidebar-20260708 .right-sidebar-sticky .support-section-clean .ssc-grid > a.ssc-card.ssc-company,
#result_ajaxSearch .right-sidebar-wrapper .right-sidebar-sticky .support-section-clean .ssc-grid > a.ssc-card.ssc-company,
  .sns-v17-notice-full-sidebar-20260708 .right-sidebar-sticky .support-section-clean .ssc-grid > a.ssc-card.ssc-refund,
#result_ajaxSearch .right-sidebar-wrapper .right-sidebar-sticky .support-section-clean .ssc-grid > a.ssc-card.ssc-refund{
    width:100%!important;
    height:76px!important;
    min-height:76px!important;
    max-height:76px!important;
    margin:0!important;
    padding:16px 18px!important;
    border-radius:16px!important;
    box-sizing:border-box!important;
    display:flex!important;
    flex-direction:row!important;
    align-items:center!important;
    justify-content:space-between!important;
    overflow:hidden!important;
  }
  .sns-v17-notice-full-sidebar-20260708 .right-sidebar-sticky .support-section-clean > a.ssc-card.ssc-kakao,
#result_ajaxSearch .right-sidebar-wrapper .right-sidebar-sticky .support-section-clean > a.ssc-card.ssc-kakao,
  .sns-v17-notice-full-sidebar-20260708 .right-sidebar-sticky .support-section-clean .ssc-grid > a.ssc-card.ssc-company,
  #result_ajaxSearch .right-sidebar-wrapper .right-sidebar-sticky .support-section-clean .ssc-grid > a.ssc-card.ssc-company{
    margin-bottom:10px!important;
  }
  .sns-v17-notice-full-sidebar-20260708 .right-sidebar-sticky .support-section-clean .ssc-grid,
#result_ajaxSearch .right-sidebar-wrapper .right-sidebar-sticky .support-section-clean .ssc-grid{
    display:block!important;
    gap:0!important;
    row-gap:0!important;
    margin:0!important;
    padding:0!important;
  }
}


                /* 회사소개서 (블루 포인트) */
                .ssc-company .ssc-icon-box { background: #eff6ff; color: #3182F6; }
                .ssc-company .ssc-text-wrap p span { color: #3182F6; font-weight: 800; }
                .ssc-company:hover { border-color: #bfdbfe; }
                .ssc-company:hover .ssc-arrow { color: #3182F6; }

                /* 환불정책 (로즈 포인트) */
                .ssc-refund .ssc-icon-box { background: #fff1f2; color: #e11d48; }
                .ssc-refund .ssc-text-wrap p span { color: #e11d48; font-weight: 800; }
                .ssc-refund:hover { border-color: #fecdd3; }
                .ssc-refund:hover .ssc-arrow { color: #e11d48; }

                /* 모바일 반응형 처리 (통일감 완벽 부여) */
                


[class*="bottom-nav"], [class*="bottom-menu"], [class*="mobile-nav"],
                [class*="tab-bar"], [class*="app-bottom"], .footer-menu, .mobile-bottom-bar,
                #bottom-menu, .bottom-header {
                    position: fixed !important;
                    bottom: 0 !important;
                    left: 0 !important;
                    width: 100% !important;
                    z-index: 999999 !important;
                    transform: translateY(0) !important;
                    opacity: 1 !important;
                    visibility: visible !important;
                }

                /* 🔥 텅 빈 하얀 여백을 원래대로 줄였습니다 (95px -> 20px) */
                body, .page-wrapper, .order-page-wrapper, .page-main {
                    padding-bottom: 20px !important;
                }

/* 카카오톡 로고형 아이콘 */
.kakao-logo-icon {
    width: 30px;
    height: 30px;
    border-radius: 11px;
    background: #FEE500;
    color: #191F28;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 9px;
    font-weight: 950;
    letter-spacing: -0.6px;
    font-family: Arial, sans-serif;
    box-shadow: inset 0 0 0 1px rgba(25, 31, 40, 0.06);
    line-height: 1;
}

.kakao-logo-icon::before {
    content: "TALK";
}

.ssc-icon-box .kakao-logo-icon {
    width: 32px;
    height: 32px;
    border-radius: 12px;
    font-size: 9.5px;
}

.sp-i .kakao-logo-icon {
    width: 31px;
    height: 31px;
    border-radius: 12px;
    font-size: 9px;
}
                /* 카카오톡 배너 호버 시 노란색 테두리 제거 */
                .ssc-kakao:hover {
                    border-color: #cbd5e1 !important;
                }

.ai-trigger-card:hover { transform: translateY(-3px); box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12); }
.ai-free-badge { position: absolute !important; top: -12px !important; left: 16px !important; background: linear-gradient(135deg, #F04452, #E11D48) !important; color: #ffffff !important; font-size: 11.5px !important; font-weight: 900 !important; padding: 4px 12px !important; border-radius: 20px !important; box-shadow: 0 4px 12px rgba(240, 68, 82, 0.4) !important; z-index: 10 !important; border: 2px solid #ffffff !important; animation: floatBadge 2s ease-in-out infinite !important; display: inline-block !important; letter-spacing: -0.3px !important; white-space: nowrap !important; }
.ai-trigger-card .ai-tc-icon { width: 44px; height: 44px; background: rgba(49, 130, 246, 0.2); color: #3b82f6; border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 20px; flex-shrink: 0; margin-right: 14px; border: 1px solid rgba(49, 130, 246, 0.3); }
.ai-trigger-card .ai-tc-text { flex: 1; text-align: left; }
.ai-trigger-card .ai-tc-text h4 { color: #ffffff; font-size: 15px; font-weight: 800; margin: 0 0 4px 0; letter-spacing: -0.5px; }
.ai-trigger-card .ai-tc-text p { color: #94a3b8; font-size: 12px; margin: 0; font-weight: 500; letter-spacing: -0.3px; line-height: 1.3; }
/* 화살표를 흰색으로 변경하고 살짝 빛나게 쉐도우 추가 */
.ai-trigger-card .ai-tc-arrow { color: #ffffff; font-size: 16px; margin-left: 10px; opacity: 0.95; text-shadow: 0 2px 4px rgba(0,0,0,0.2); }

@media (max-width: 768px) {
    .ai-trigger-card { margin-top: 10px; margin-bottom: 14px; border-radius: 14px; padding: 14px 16px; }
    .ai-free-badge { font-size: 10.5px !important; padding: 3px 10px !important; top: -10px !important; }

    .ai-trigger-card .ai-tc-icon { width: 36px; height: 36px; font-size: 16px; margin-right: 12px; }
    .ai-trigger-card .ai-tc-text h4 { font-size: 14px; }
    .ai-trigger-card .ai-tc-text p { font-size: 11px; }
}

/* 풀스크린 레이아웃 - 모바일 iOS 하단 삐져나옴 완벽 해결 (translateY + visibility 제어) */
.scanner-fullscreen-wrap { position: fixed; top: 100%; left: 0; width: 100%; height: 100%; background: #ffffff; z-index: 9999999; transition: top 0.4s cubic-bezier(0.175, 0.885, 0.32, 1), visibility 0.4s; display: flex; flex-direction: column; align-items: center; overflow: hidden; visibility: hidden; }
.scanner-fullscreen-wrap.open { top: 0; visibility: visible; }

.scanner-header { width: 100%; height: 60px; background: #ffffff; display: flex; align-items: center; justify-content: space-between; padding: 0 20px; z-index: 10; border-bottom: 1px solid #f1f5f9; }
.scanner-header-title { font-size: 16px; font-weight: 800; color: #191F28; margin: 0; display:flex; align-items:center; gap:6px; letter-spacing:-0.5px;}
.scanner-close-btn { font-size: 24px; color: #8B95A1; cursor: pointer; padding: 10px; transition: color 0.2s; }
.scanner-close-btn:hover { color: #191F28; }

.scanner-body { width: 100%; height: calc(100% - 60px); overflow-y: auto; padding: 20px 16px; display: flex; justify-content: center; align-items: flex-start; background: #ffffff; }
#sns-fullscreen-scanner .scanner-card { background: #ffffff; padding: 10px 16px 40px; border: none; text-align: center; width: 100%; max-width: 520px; position: relative; overflow: hidden; }

/* STEP 1 CSS */
#sns-fullscreen-scanner .scanner-icon-main { font-size: 44px; color: #3182F6; margin-bottom: 20px; animation: floatBadge 3s ease-in-out infinite; }
#sns-fullscreen-scanner .scanner-title { font-size: 20px; font-weight: 900; color: #191F28; margin: 0 0 10px 0; letter-spacing: -0.5px; }
#sns-fullscreen-scanner .scanner-subtitle { font-size: 14px; color: #6B7684; font-weight: 500; margin: 0 0 24px 0; word-break: keep-all; line-height:1.5; }
#sns-fullscreen-scanner .scanner-input-wrap { display: flex; align-items: center; background: #F2F4F6; border-radius: 12px; padding: 0 16px; height: 56px; transition: all 0.2s; margin-bottom: 12px; }
#sns-fullscreen-scanner .scanner-input-wrap:focus-within { background: #ffffff; box-shadow: 0 0 0 2px #3182F6; }
#sns-fullscreen-scanner .input-prefix { font-size: 16px; font-weight: 800; color: #8B95A1; margin-right: 8px; }
#sns-fullscreen-scanner .scanner-input-with-prefix { flex: 1; background: transparent; border: none; height: 100%; font-size: 15px; color: #191F28; font-weight: 700; outline: none; }
#sns-fullscreen-scanner .scanner-btn { background: #3182F6; color: #ffffff; border: none; border-radius: 12px; height: 56px; font-size: 15px; font-weight: 800; cursor: pointer; transition: background 0.2s; width: 100%; letter-spacing:-0.3px;}
#sns-fullscreen-scanner .scanner-btn:active { background: #1b64da; }

/* 기타 UI CSS */
#sns-fullscreen-scanner .social-proof-box { display: flex; align-items: center; justify-content: center; gap: 12px; margin-top: 24px; padding: 16px; background: #F9FAFB; border-radius: 16px; border: 1px solid #F1F5F9; }
#sns-fullscreen-scanner .avatar-group { display: flex; align-items: center; }
#sns-fullscreen-scanner .avatar { width: 32px; height: 32px; border-radius: 50%; border: 2px solid #ffffff; display: flex; align-items: center; justify-content: center; color: #ffffff; font-weight: 800; font-size: 12px; margin-left: -10px; box-shadow: 0 2px 4px rgba(0,0,0,0.05); }
#sns-fullscreen-scanner .avatar:first-child { margin-left: 0; }
#sns-fullscreen-scanner .sp-text { font-size: 13px; color: #4E5968; text-align: left; line-height: 1.4; font-weight: 500; letter-spacing: -0.3px;}
#sns-fullscreen-scanner .sp-text strong { color: #191F28; font-weight: 800; }
#sns-fullscreen-scanner .scanner-privacy-notice { font-size: 11.5px; color: #8B95A1; font-weight: 600; letter-spacing:-0.3px; line-height:1.5; text-align: center; padding: 0 10px;}

/* STEP 2 CSS - 로딩 애니메이션 및 스캐너 UI */
#sns-fullscreen-scanner .loading-step { padding: 40px 0; text-align: center; }
#sns-fullscreen-scanner .radar-box { position: relative; width: 72px; height: 72px; margin: 0 auto 30px; background: #ffffff; border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 15px rgba(49, 130, 246, 0.08); border: 1px solid #e2e8f0; }
#sns-fullscreen-scanner .radar-box::after { content: ''; position: absolute; width: 100%; height: 100%; border-radius: 50%; border: 2px solid #3182F6; animation: scanPulse 1.5s infinite; }
#sns-fullscreen-scanner .loading-icon { font-size: 26px; color: #3182F6; }
#sns-fullscreen-scanner .loading-text { font-size: 16px; font-weight: 800; color: #191F28; margin-bottom: 24px; transition: opacity 0.3s; letter-spacing: -0.5px; }
#sns-fullscreen-scanner .progress-bg { width: 100%; height: 8px; background: #f1f5f9; border-radius: 4px; overflow: hidden; margin-bottom: 20px; }
#sns-fullscreen-scanner .progress-bar { width: 0%; height: 100%; background: linear-gradient(90deg, #3B82F6, #2563EB); border-radius: 4px; transition: width 0.1s linear; }
#sns-fullscreen-scanner .terminal-log-box { background: #1e293b; border-radius: 16px; padding: 16px 20px; height: 140px; overflow: hidden; text-align: left; position: relative; font-family: 'Consolas', monospace; box-shadow: inset 0 2px 10px rgba(0,0,0,0.2); }
#sns-fullscreen-scanner .log-line { font-size: 11.5px; color: #10B981; line-height: 1.6; margin-bottom: 6px; opacity: 0; animation: fadeInLog 0.3s forwards; }
#sns-fullscreen-scanner .log-line.warn { color: #F59E0B; }

@keyframes scanPulse { 0% { transform: scale(1); box-shadow: 0 0 0 0 rgba(49, 130, 246, 0.4); opacity: 1; } 100% { transform: scale(1.4); box-shadow: 0 0 0 20px rgba(49, 130, 246, 0); opacity: 0; } }
@keyframes fadeInLog { 0% { opacity: 0; transform: translateX(-5px); } 100% { opacity: 1; transform: translateX(0); } }

/* STEP 3 CSS - 얇은 선(Thin Line)과 여백의 미를 살린 모던 UI */
#sns-fullscreen-scanner .result-step { text-align: left; animation: slideUpFade 0.5s ease forwards; }
@keyframes slideUpFade { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }

/* 🚀 메인 카드들: 아주 얇은 선(#e2e8f0) 유지 + 그림자 최소화 */
#sns-fullscreen-scanner .modern-cert,
#sns-fullscreen-scanner .result-metrics,
#sns-fullscreen-scanner .roi-calculator-box,
#sns-fullscreen-scanner .solution-card {
    background: #ffffff;
    border: 1px solid #e2e8f0 !important;
    border-radius: 20px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.02);
    margin-bottom: 24px;
    padding: 24px;
}

#sns-fullscreen-scanner .modern-cert { position: relative; overflow: hidden; }
#sns-fullscreen-scanner .modern-cert::before { content: ''; position: absolute; top: 0; left: 0; width: 4px; height: 100%; background: #3182F6; }
#sns-fullscreen-scanner .cert-header { font-size: 14.5px; font-weight: 800; color: #0f172a; margin-bottom: 16px; display: flex; align-items: center; gap: 8px; letter-spacing: -0.3px; }
#sns-fullscreen-scanner .cert-grid-new { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 16px; }

/* 내부 박스: 지저분한 선 없이 배경색만으로 깔끔하게 구분 */
#sns-fullscreen-scanner .cg-item-new { background: #f8fafc; border-radius: 12px; padding: 12px 8px; text-align: center; border: none; }
#sns-fullscreen-scanner .cg-item-new .lbl { display: block; font-size: 11.5px; color: #64748b; font-weight: 600; margin-bottom: 4px; letter-spacing: -0.3px; }
#sns-fullscreen-scanner .cg-item-new .val { display: block; font-size: 13.5px; font-weight: 900; }
#sns-fullscreen-scanner .cg-item-new .val.safe { color: #10b981; }
#sns-fullscreen-scanner .cg-item-new .val.warn { color: #f59e0b; }
#sns-fullscreen-scanner .cert-time-new { text-align: right; font-size: 11.5px; color: #94a3b8; font-weight: 600; border-top: 1px dashed #e2e8f0; padding-top: 12px; }

#sns-fullscreen-scanner .result-header { display: flex; align-items: center; justify-content: flex-start; gap: 16px; margin-bottom: 24px; padding: 0;}
.grade-badge-wrap { position: relative; border-radius: 20px; }
.grade-badge-wrap::after { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-radius: 20px; box-shadow: 0 0 0 0 rgba(49, 130, 246, 0.7); z-index: 1;}

#sns-fullscreen-scanner .result-title-box h3 { margin: 0 0 6px 0; font-size: 18px; font-weight: 900; color: #191F28; letter-spacing: -0.5px;}
#sns-fullscreen-scanner .result-title-box p { margin: 0; font-size: 13.5px; color: #6B7684; font-weight: 600; line-height: 1.4; word-break: keep-all;}

#sns-fullscreen-scanner .result-metrics { padding: 24px 20px; }
#sns-fullscreen-scanner .metric-row { display: flex; align-items: center; margin-bottom: 18px; }
#sns-fullscreen-scanner .m-label { flex: 0 0 115px; font-size: 13px; font-weight: 800; color: #333D4B; letter-spacing: -0.3px;}
#sns-fullscreen-scanner .m-bar-wrap { flex: 1; background: #f1f5f9; height: 8px; border-radius: 4px; margin: 0 10px; overflow: hidden; }
#sns-fullscreen-scanner .m-bar { height: 100%; border-radius: 4px; transition: width 1.2s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
#sns-fullscreen-scanner .m-val { flex: 0 0 45px; font-size: 14px; font-weight: 900; color: #191F28; text-align: right; }
#sns-fullscreen-scanner .metric-explanation { margin-top: 20px; padding-top: 16px; border-top: 1px dashed #e2e8f0; }
#sns-fullscreen-scanner .metric-explanation p { font-size: 12.5px; color: #6B7684; line-height: 1.6; margin: 0 0 12px 0; word-break: keep-all; font-weight:500; letter-spacing: -0.3px;}
#sns-fullscreen-scanner .metric-explanation p:last-child { margin: 0; }
#sns-fullscreen-scanner .metric-explanation strong { color: #333D4B; font-weight: 800; }

#sns-fullscreen-scanner .roi-header { display: flex; align-items: center; gap: 8px; margin-bottom: 16px; }
#sns-fullscreen-scanner .roi-tag { background: #eff6ff; color: #3182F6; font-size: 11.5px; font-weight: 800; padding: 4px 8px; border-radius: 6px; }
#sns-fullscreen-scanner .roi-header h4 { margin: 0; font-size: 16px; font-weight: 800; color: #191F28; letter-spacing: -0.5px; }
#sns-fullscreen-scanner .roi-main { background: #f8fafc; border-radius: 16px; padding: 16px; display: flex; flex-direction: column; gap: 12px; border: none; }
#sns-fullscreen-scanner .roi-item { display: flex; justify-content: space-between; align-items: center; }
#sns-fullscreen-scanner .roi-item span { font-size: 13.5px; color: #6B7684; font-weight: 600; letter-spacing: -0.3px;}
#sns-fullscreen-scanner .roi-item strong { font-size: 16px; font-weight: 900; letter-spacing: -0.5px;}
#sns-fullscreen-scanner .roi-divider { height: 1px; background: #e2e8f0; }
#sns-fullscreen-scanner .roi-footer-tip { font-size: 12px; color: #8B95A1; margin-top: 14px; font-weight: 600; text-align: center; letter-spacing: -0.3px; }

#sns-fullscreen-scanner .prescription-box { position: relative; margin-bottom: 20px;}
#sns-fullscreen-scanner .rx-label { font-size: 16px; font-weight: 900; color: #191F28; margin: 0 0 10px 0; letter-spacing:-0.5px; display:flex; align-items:center; gap:8px;}
#sns-fullscreen-scanner .rx-label::before { content: ''; display:block; width: 4px; height: 16px; background: #3182F6; border-radius: 2px;}
#sns-fullscreen-scanner .rx-sub-desc { font-size: 13.5px; color: #4E5968; margin: 0 0 20px 0; line-height: 1.5; word-break: keep-all; font-weight:500; }

#sns-fullscreen-scanner .solution-grid { display: grid; grid-template-columns: 1fr; gap: 16px; }
@media (min-width: 480px) {
    #sns-fullscreen-scanner .solution-grid { grid-template-columns: 1fr 1fr; }
    #sns-fullscreen-scanner .solution-card.full-span { grid-column: span 2; }
}

#sns-fullscreen-scanner .solution-card { transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.2s, border-color 0.2s; padding: 24px; margin-bottom: 0; }
#sns-fullscreen-scanner .solution-card:hover { transform: translateY(-4px); box-shadow: 0 12px 30px rgba(49, 130, 246, 0.08); border-color: #cbd5e1 !important; }
#sns-fullscreen-scanner .sol-header { display: flex; align-items: center; gap: 14px; margin-bottom: 16px; }
#sns-fullscreen-scanner .sol-icon { width: 48px; height: 48px; border-radius: 16px; display: flex; align-items: center; justify-content: center; font-size: 20px; flex-shrink: 0; box-shadow: inset 0 0 0 1px rgba(0,0,0,0.05); }
#sns-fullscreen-scanner .sol-title { font-size: 15px; font-weight: 800; color: #191F28; letter-spacing: -0.3px; line-height: 1.3; }
#sns-fullscreen-scanner .sol-guide-text { font-size: 13px; color: #4E5968; margin-bottom: 16px; line-height: 1.5; font-weight: 600; background: #f8fafc; padding: 14px 16px; border-radius: 14px; }
#sns-fullscreen-scanner .sol-footer { display: flex; flex-direction: column; gap: 8px; margin-top: auto; }
#sns-fullscreen-scanner .sol-qty { font-size: 14.5px; font-weight: 800; color: #191F28; display: flex; align-items: center; justify-content: space-between; padding: 0 4px; }
#sns-fullscreen-scanner .sol-qty span { color: #8B95A1; font-weight: 600; font-size: 12.5px; letter-spacing: -0.3px;}
#sns-fullscreen-scanner .sol-effect { font-size: 12.5px; font-weight: 700; display: flex; align-items: center; gap: 6px; padding: 0 4px; }

#sns-fullscreen-scanner .sol-order-btn { width: 100%; background: #F2F4F6; color: #4E5968; border: none; padding: 14px; border-radius: 14px; font-size: 14px; font-weight: 800; cursor: pointer; transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1); margin-top: 16px; display: flex; justify-content: center; align-items: center; gap: 6px; letter-spacing: -0.3px;}
#sns-fullscreen-scanner .sol-order-btn:hover { background: #e8f3ff; color: #3182F6; }
#sns-fullscreen-scanner .sol-order-btn:active { transform: scale(0.97); }

/* 내부 박스 선명화 & 팁 박스 조정 */
#sns-fullscreen-scanner .toss-tip-box { display: flex; align-items: flex-start; gap: 12px; background: #eff6ff; border-radius: 16px; padding: 18px; text-align: left; border: 1px solid #bfdbfe; box-shadow: none; }
#sns-fullscreen-scanner .tip-icon { font-size: 22px; flex-shrink: 0; line-height: 1;}
#sns-fullscreen-scanner .tip-title { font-size: 14.5px; font-weight: 800; color: #1e3a8a; margin-bottom: 6px; letter-spacing: -0.3px; }
#sns-fullscreen-scanner .tip-desc { font-size: 13.5px; color: #1e40af; line-height: 1.55; font-weight: 500; word-break: keep-all; letter-spacing: -0.3px;}
#sns-fullscreen-scanner .tip-desc strong { font-weight: 800; }

#sns-fullscreen-scanner .reference-notice { font-size: 12.5px; color: #8B95A1; font-weight: 600; text-align: center; margin-bottom: 24px; letter-spacing: -0.3px; line-height: 1.5; }
#sns-fullscreen-scanner .feedback-box { display: flex; justify-content: center; margin-bottom: 24px; }
#sns-fullscreen-scanner .fb-btn { background: #ffffff; border: 1px solid #e2e8f0; color: #4E5968; border-radius: 20px; padding: 12px 24px; font-size: 14.5px; font-weight: 800; cursor: pointer; transition: all 0.2s; display: flex; align-items: center; gap: 8px; box-shadow: 0 2px 4px rgba(0,0,0,0.02); outline:none;}
#sns-fullscreen-scanner .fb-btn i { font-size: 16px; color: #8B95A1; transition: color 0.2s; transform: translateY(-1px);}
#sns-fullscreen-scanner .fb-count { font-weight: 900; color: #3182F6; }
#sns-fullscreen-scanner .fb-btn.active { background: #eff6ff; color: #1e3a8a; border-color: #bfdbfe; box-shadow: none;}
#sns-fullscreen-scanner .fb-btn.active i { color: #3182F6; animation: popHeart 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275); }

#sns-fullscreen-scanner .secondary-actions { display: flex; gap: 10px; }
#sns-fullscreen-scanner .action-btn-outline { flex: 1; background: #ffffff; border: 1px solid #e2e8f0; color: #4E5968; height: 50px; border-radius: 14px; font-size: 14.5px; font-weight: 800; cursor: pointer; transition: all 0.2s; display: flex; align-items: center; justify-content: center; gap: 8px; box-shadow: 0 2px 4px rgba(0,0,0,0.02); outline:none;}
#sns-fullscreen-scanner .action-btn-outline:hover { background: #f8fafc; color: #191F28; border-color: #cbd5e1;}

/* 🚀 진단 결과 등급 뱃지 애니메이션 */
@keyframes gradePop {0% { transform: scale(0.5); opacity: 0; }
    50% { transform: scale(1.1); }
    100% { transform: scale(1); opacity: 1; }
}
@keyframes gradePulse {
    0% { box-shadow: 0 0 0 0 var(--grade-color-alpha, rgba(49, 130, 246, 0.7)); }
    70% { box-shadow: 0 0 0 15px rgba(0,0,0,0); }
    100% { box-shadow: 0 0 0 0 rgba(0,0,0,0); }
}#sns-fullscreen-scanner .grade-badge {
    position: relative;
    width: 68px;
    height: 68px;
    background: #191F28;
    color: #fff;
    font-size: 34px;
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    flex-shrink: 0;
    z-index: 2;
    animation: gradePop 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
}
.grade-badge-wrap.active::after {
    animation: gradePulse 2s infinite;
}


html body #new_order .order-default-link,
html body #new_order .order-default-quantity,
html body #new_order .order-comments,
html body #new_order .order-comments-custom-package,
html body #new_order .order-usernames,
html body #new_order .order-usernames-custom,
html body #new_order .order-hashtags,
html body #new_order .order-hashtag,
html body #new_order .order-username,
html body #new_order .order-media {
  margin: 0 0 14px !important;
}

html body #new_order .order-default-link > label,
html body #new_order .order-default-quantity label,
html body #new_order .order-comments > label,
html body #new_order .order-comments-custom-package > label,
html body #new_order .order-usernames > label,
html body #new_order .order-usernames-custom > label,
html body #new_order .order-hashtags > label,
html body #new_order .order-hashtag > label,
html body #new_order .order-username > label,
html body #new_order .order-media > label {
  margin: 0 0 7px !important;
  color: #111827 !important;
  font-size: 13.4px !important;
  font-weight: 850 !important;
  line-height: 1.25 !important;
  letter-spacing: -0.03em !important;
}

html body #new_order .order-default-link:focus-within > label,
html body #new_order .order-default-quantity:focus-within > label,
html body #new_order .order-comments:focus-within > label,
html body #new_order .order-comments-custom-package:focus-within > label,
html body #new_order .order-usernames:focus-within > label,
html body #new_order .order-usernames-custom:focus-within > label,
html body #new_order .order-hashtags:focus-within > label,
html body #new_order .order-hashtag:focus-within > label,
html body #new_order .order-username:focus-within > label,
html body #new_order .order-media:focus-within > label {
  color: #3182f6 !important;
}

html body #new_order #actual_link_input,
html body #new_order #actual_qty_input,
html body #new_order .order-comments textarea,
html body #new_order .order-comments-custom-package textarea,
html body #new_order .order-usernames input,
html body #new_order .order-usernames-custom textarea,
html body #new_order .order-hashtags input,
html body #new_order .order-hashtag input,
html body #new_order .order-username input,
html body #new_order .order-media input {
  height: 50px !important;
  min-height: 50px !important;
  border: 1px solid #dfe7f2 !important;
  border-radius: 16px !important;
  background: #ffffff !important;
  box-shadow: none !important;
  color: #101828 !important;
  font-size: 13.3px !important;
  font-weight: 650 !important;
  letter-spacing: -0.024em !important;
  outline: 0 !important;
  transition: border-color .14s ease, background-color .14s ease, color .14s ease !important;
}

html body #new_order .order-comments textarea,
html body #new_order .order-comments-custom-package textarea,
html body #new_order .order-usernames-custom textarea {
  height: auto !important;
  min-height: 108px !important;
  padding: 13px 15px !important;
  line-height: 1.58 !important;
}

html body #new_order #actual_link_input:not(.sns-order-field-mirror-source):focus,
html body #new_order #actual_qty_input:focus,
html body #new_order .order-comments textarea:focus,
html body #new_order .order-comments-custom-package textarea:focus,
html body #new_order .order-usernames input:focus,
html body #new_order .order-usernames-custom textarea:focus,
html body #new_order .order-hashtags input:focus,
html body #new_order .order-hashtag input:focus,
html body #new_order .order-username input:focus,
html body #new_order .order-media input:focus {
  border-color: #3182f6 !important;
  background: #ffffff !important;
  box-shadow: none !important;
}

html body #new_order .quick-chip-wrap {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 7px !important;
  width: 100% !important;
  margin: 9px 0 0 !important;
  padding: 0 !important;
  box-sizing: border-box !important;
}

html body #new_order .quick-chip,
html body #new_order .quick-chip-clear {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 5px !important;
  height: 31px !important;
  min-height: 31px !important;
  padding: 0 12px !important;
  border: 1px solid #dfe7f2 !important;
  border-radius: 999px !important;
  background: #ffffff !important;
  box-shadow: none !important;
  color: #4e5968 !important;
  font-size: 12px !important;
  font-weight: 760 !important;
  line-height: 1 !important;
  letter-spacing: -0.022em !important;
  transform: none !important;
  cursor: pointer !important;
  transition: border-color .14s ease, color .14s ease, background-color .14s ease !important;
}

html body #new_order .quick-chip:hover,
html body #new_order .quick-chip:focus,
html body #new_order .quick-chip-clear:hover,
html body #new_order .quick-chip-clear:focus {
  border-color: #bfdbfe !important;
  background: #f5f9ff !important;
  color: #2563eb !important;
  transform: none !important;
}

html body #new_order .quick-chip:active,
html body #new_order .quick-chip-clear:active {
  transform: scale(.985) !important;
}

html body #new_order #display_qty_range {
  margin: 9px 0 0 !important;
  padding: 0 !important;
}

html body #new_order .qty-badge-wrap {
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  min-height: 30px !important;
  padding: 0 11px !important;
  border: 1px solid #dfe7f2 !important;
  border-radius: 999px !important;
  background: #f8fafc !important;
  color: #64748b !important;
  font-size: 12.2px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  letter-spacing: -0.02em !important;
}

html body #new_order .qty-badge-wrap i {
  color: #3182f6 !important;
  font-size: 13px !important;
}

html body #new_order .qty-badge-wrap span.num {
  color: #2563eb !important;
  font-weight: 850 !important;
}

html body #new_order #result_total_charge {
  margin: 15px 0 0 !important;
}

html body #new_order .checkout-summary-box {
  width: 100% !important;
  margin: 0 0 14px !important;
  padding: 18px !important;
  border: 1px solid #dfe7f2 !important;
  border-radius: 20px !important;
  background: #ffffff !important;
  background-color: #ffffff !important;
  box-shadow: none !important;
  box-sizing: border-box !important;
  color: #101828 !important;
}

html body #new_order .checkout-summary-box .cs-row,
html body #new_order .cs-row {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 14px !important;
  width: 100% !important;
  min-height: 34px !important;
}

html body #new_order .cs-label {
  color: #6b7684 !important;
  font-size: 13px !important;
  font-weight: 720 !important;
  line-height: 1.25 !important;
  letter-spacing: -0.024em !important;
}

html body #new_order .cs-amount-main,
html body #new_order .modern-charge-number {
  display: inline-flex !important;
  align-items: baseline !important;
  justify-content: flex-end !important;
  gap: 4px !important;
  color: #101828 !important;
  font-size: 24px !important;
  font-weight: 900 !important;
  line-height: 1.08 !important;
  letter-spacing: -0.045em !important;
  text-align: right !important;
  transform-origin: right center !important;
  transition: color .16s ease, transform .18s cubic-bezier(.16,1,.3,1) !important;
}

html body #new_order .modern-charge-number.active,
html body #new_order .cs-amount-main.active {
  color: #3182f6 !important;
}

html body #new_order .modern-charge-number span,
html body #new_order .cs-amount-main span {
  color: #8b95a1 !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  letter-spacing: -0.024em !important;
}

html body #new_order .cs-amount-sub,
html body #new_order .balance-val {
  display: inline-flex !important;
  align-items: baseline !important;
  justify-content: flex-end !important;
  gap: 4px !important;
  color: #334155 !important;
  font-size: 14px !important;
  font-weight: 780 !important;
  letter-spacing: -0.024em !important;
}

html body #new_order .balance-val span {
  color: #8b95a1 !important;
  font-size: 12px !important;
  font-weight: 720 !important;
}

html body #new_order .cs-charge-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 30px !important;
  margin-left: 7px !important;
  padding: 0 11px !important;
  border: 1px solid #dbeafe !important;
  border-radius: 999px !important;
  background: #f5f9ff !important;
  color: #2563eb !important;
  box-shadow: none !important;
  font-size: 12px !important;
  font-weight: 820 !important;
  line-height: 1 !important;
  text-decoration: none !important;
  white-space: nowrap !important;
}

html body #new_order .cs-divider,
html body #new_order .policy-divider {
  width: 100% !important;
  height: 1px !important;
  margin: 14px 0 !important;
  border: 0 !important;
  background: #edf2f7 !important;
}

html body #new_order .policy-agree-wrap {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-wrap: wrap !important;
  gap: 4px !important;
  width: 100% !important;
  padding: 0 !important;
  background: transparent !important;
  text-align: center !important;
}

html body #new_order .policy-agree-wrap .text {
  color: #6b7684 !important;
  font-size: 11.6px !important;
  font-weight: 560 !important;
  line-height: 1.35 !important;
  letter-spacing: -0.02em !important;
}

html body #new_order .policy-agree-wrap .text strong {
  color: #334155 !important;
  font-weight: 760 !important;
}

html body #new_order .view-policy-btn {
  min-height: 22px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: #3182f6 !important;
  font-size: 11.6px !important;
  font-weight: 820 !important;
  line-height: 1.2 !important;
  text-decoration: underline !important;
  text-underline-offset: 2px !important;
  box-shadow: none !important;
}

html body #new_order .action-buttons-container {
  margin: 0 0 24px !important;
  padding: 0 !important;
}

html body #new_order .slim-order-btn {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  min-height: 56px !important;
  border: 1px solid #3182f6 !important;
  border-radius: 18px !important;
  background: #3182f6 !important;
  color: #ffffff !important;
  box-shadow: none !important;
  outline: 0 !important;
  font-size: 15.2px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  letter-spacing: -0.035em !important;
  cursor: pointer !important;
  transform: none !important;
  transition: background-color .14s ease, border-color .14s ease, opacity .14s ease, transform .12s ease !important;
}

html body #new_order .slim-order-btn.ready,
html body #new_order .slim-order-btn:hover,
html body #new_order .slim-order-btn.ready:hover {
  background: #2563eb !important;
  border-color: #2563eb !important;
  color: #ffffff !important;
  box-shadow: none !important;
}

html body #new_order .slim-order-btn:active,
html body #new_order .slim-order-btn.ready:active {
  transform: scale(.992) !important;
}

html body #new_order .slim-order-btn.is-loading,
html body #new_order .slim-order-btn:disabled {
  opacity: .78 !important;
  cursor: wait !important;
  pointer-events: none !important;
  background: #3182f6 !important;
  border-color: #3182f6 !important;
  color: #ffffff !important;
  transform: none !important;
}

html body #new_order .security-badges {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  margin-top: 12px !important;
  padding: 0 !important;
}

html body #new_order .security-badges span {
  display: inline-flex !important;
  align-items: center !important;
  gap: 4px !important;
  color: #6b7684 !important;
  font-size: 11.4px !important;
  font-weight: 650 !important;
  letter-spacing: -0.02em !important;
  line-height: 1.2 !important;
}

html body #new_order .security-badges span:nth-child(2) {
  color: #d7dee8 !important;
  font-size: 10px !important;
  font-weight: 500 !important;
}

html body #new_order .security-badges i {
  color: #3182f6 !important;
  font-size: 11.5px !important;
}

@keyframes amountBounce {
  0% { transform: scale(1); }
  42% { transform: scale(1.018); }
  100% { transform: scale(1); }
}

html body #new_order .bounce-anim {
  animation: amountBounce .24s cubic-bezier(.16,1,.3,1) !important;
  transform-origin: right center !important;
}

@media (max-width: 767.98px) {
  html body #new_order .order-default-link,
  html body #new_order .order-default-quantity,
  html body #new_order .order-comments,
  html body #new_order .order-comments-custom-package,
  html body #new_order .order-usernames,
  html body #new_order .order-usernames-custom,
  html body #new_order .order-hashtags,
  html body #new_order .order-hashtag,
  html body #new_order .order-username,
  html body #new_order .order-media {
    margin-bottom: 13px !important;
  }

  html body #new_order #actual_link_input,
  html body #new_order #actual_qty_input {
    height: 48px !important;
    min-height: 48px !important;
    border-radius: 15px !important;
    font-size: 13px !important;
  }

  html body #new_order .checkout-summary-box {
    padding: 16px !important;
    border-radius: 18px !important;
  }

  html body #new_order .cs-label {
    font-size: 12.7px !important;
  }

  html body #new_order .cs-amount-main,
  html body #new_order .modern-charge-number {
    font-size: 22px !important;
  }

  html body #new_order .slim-order-btn {
    min-height: 54px !important;
    border-radius: 16px !important;
    font-size: 14.8px !important;
  }
}

@media (prefers-color-scheme: dark) {
  body:not(.force-light) #new_order .order-default-link > label,
  body:not(.force-light) #new_order .order-default-quantity label,
  body:not(.force-light) #new_order .order-comments > label,
  body:not(.force-light) #new_order .order-comments-custom-package > label,
  body:not(.force-light) #new_order .order-usernames > label,
  body:not(.force-light) #new_order .order-usernames-custom > label,
  body:not(.force-light) #new_order .order-hashtags > label,
  body:not(.force-light) #new_order .order-hashtag > label,
  body:not(.force-light) #new_order .order-username > label,
  body:not(.force-light) #new_order .order-media > label {
    color: #f8fafc !important;
  }

  body:not(.force-light) #new_order .order-default-link:focus-within > label,
  body:not(.force-light) #new_order .order-default-quantity:focus-within > label,
  body:not(.force-light) #new_order .order-comments:focus-within > label,
  body:not(.force-light) #new_order .order-comments-custom-package:focus-within > label,
  body:not(.force-light) #new_order .order-usernames:focus-within > label,
  body:not(.force-light) #new_order .order-usernames-custom:focus-within > label,
  body:not(.force-light) #new_order .order-hashtags:focus-within > label,
  body:not(.force-light) #new_order .order-hashtag:focus-within > label,
  body:not(.force-light) #new_order .order-username:focus-within > label,
  body:not(.force-light) #new_order .order-media:focus-within > label {
    color: #93c5fd !important;
  }

  body:not(.force-light) #new_order #actual_link_input,
  body:not(.force-light) #new_order #actual_qty_input,
  body:not(.force-light) #new_order .checkout-summary-box,
  body:not(.force-light) #new_order .quick-chip,
  body:not(.force-light) #new_order .quick-chip-clear,
  body:not(.force-light) #new_order .qty-badge-wrap {
    background: transparent !important;
    background-color: transparent !important;
    border-color: rgba(148, 163, 184, .30) !important;
    color: #f8fafc !important;
    box-shadow: none !important;
  }



  body:not(.force-light) #new_order .cs-label,
  body:not(.force-light) #new_order .policy-agree-wrap .text,
  body:not(.force-light) #new_order .security-badges span {
    color: #94a3b8 !important;
  }

  body:not(.force-light) #new_order .cs-amount-main,
  body:not(.force-light) #new_order .modern-charge-number,
  body:not(.force-light) #new_order .balance-val {
    color: #f8fafc !important;
  }

  body:not(.force-light) #new_order .cs-divider,
  body:not(.force-light) #new_order .policy-divider {
    background: rgba(148, 163, 184, .20) !important;
  }
}

/* SNSPICKS_ORDER_FIELD_VISUAL_MIRROR_INTEGRATED_START
   Surface-only mobile field layer for service search, link and quantity.
   Native inputs render all text, placeholders and carets; the existing mirror
   renders only the shared light/dark/focus/validation surface. */
html body #new_order .sns-order-field-visual-mirror {
  display: none;
}

@media (pointer: coarse), (max-width: 768px) {
  html.sns-order-field-mirror-ready body #new_order .sns-order-field-mirror-host {
    position: relative !important;
  }

  html.sns-order-field-mirror-ready body #new_order .sns-order-field-visual-mirror {
    display: block !important;
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 48px !important;
    min-height: 48px !important;
    box-sizing: border-box !important;
    pointer-events: none !important;
    z-index: 2 !important;
    overflow: hidden !important;
    border: 1px solid #dfe7f2 !important;
    border-radius: 15px !important;
    background: #ffffff !important;
    background-color: #ffffff !important;
    background-image: none !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    outline: 0 !important;
    color-scheme: light !important;
    forced-color-adjust: none !important;
    filter: none !important;
    -webkit-filter: none !important;
    opacity: 1 !important;
    mix-blend-mode: normal !important;
    transition: border-color .16s ease, background-color .16s ease !important;
  }

  html.sns-order-field-mirror-ready body #new_order .sns-order-field-visual-mirror::before,
  html.sns-order-field-mirror-ready body #new_order .sns-order-field-visual-mirror::after {
    display: none !important;
    content: none !important;
    animation: none !important;
  }

  html.sns-order-field-mirror-ready body #new_order .sns-order-field-mirror-host:focus-within > .sns-order-field-visual-mirror {
    border-color: #3182F6 !important;
  }

  html.sns-order-field-mirror-ready body #new_order #service_fast_search.sns-order-field-mirror-source,
  html.sns-order-field-mirror-ready body #new_order #actual_link_input.sns-order-field-mirror-source,
  html.sns-order-field-mirror-ready body #new_order #actual_qty_input.sns-order-field-mirror-source {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    position: relative !important;
    z-index: 3 !important;
    width: 100% !important;
    height: 48px !important;
    min-height: 48px !important;
    box-sizing: border-box !important;
    border: 1px solid transparent !important;
    border-radius: 15px !important;
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
    color: #101828 !important;
    -webkit-text-fill-color: #101828 !important;
    caret-color: #3182F6 !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    outline: 0 !important;
    font-family: inherit !important;
    font-size: 13px !important;
    font-weight: 650 !important;
    line-height: 24px !important;
    letter-spacing: -0.024em !important;
    text-align: left !important;
    -webkit-user-select: text !important;
    user-select: text !important;
    -webkit-touch-callout: default !important;
    touch-action: auto !important;
    cursor: text !important;
    -webkit-appearance: none !important;
    appearance: none !important;
    forced-color-adjust: none !important;
    background-clip: padding-box !important;
    -webkit-background-clip: padding-box !important;
    color-scheme: normal !important;
    filter: none !important;
    -webkit-filter: none !important;
    mix-blend-mode: normal !important;
    transform: none !important;
    transition: color .16s ease, padding .18s cubic-bezier(.16,1,.3,1) !important;
  }

  html.sns-order-field-mirror-ready body #new_order #service_fast_search.sns-order-field-mirror-source {
    padding: 11px 16px 11px 38px !important;
  }

  html.sns-order-field-mirror-ready body #new_order #actual_link_input.sns-order-field-mirror-source {
    padding: 11px 42px 11px 38px !important;
  }

  html.sns-order-field-mirror-ready body #new_order #actual_qty_input.sns-order-field-mirror-source {
    padding: 11px 48px 11px 16px !important;
  }

  html.sns-order-field-mirror-ready body #new_order #service_fast_search.sns-order-field-mirror-source:focus {
    padding: 9px 16px 13px 38px !important;
  }

  html.sns-order-field-mirror-ready body #new_order .service-search-wrapper.is-service-selected #service_fast_search.sns-order-field-mirror-source {
    padding-right: 48px !important;
  }

  html.sns-order-field-mirror-ready body #new_order #actual_link_input.sns-order-field-mirror-source:focus {
    padding: 9px 42px 13px 38px !important;
  }

  html.sns-order-field-mirror-ready body #new_order #actual_qty_input.sns-order-field-mirror-source:focus {
    padding: 9px 48px 13px 16px !important;
  }

  html.sns-order-field-mirror-ready body #new_order #service_fast_search.sns-order-field-mirror-source::placeholder,
  html.sns-order-field-mirror-ready body #new_order #actual_link_input.sns-order-field-mirror-source::placeholder,
  html.sns-order-field-mirror-ready body #new_order #actual_qty_input.sns-order-field-mirror-source::placeholder {
    color: #8b95a1 !important;
    -webkit-text-fill-color: #8b95a1 !important;
    opacity: 1 !important;
    font-size: 13px !important;
    font-weight: 650 !important;
    line-height: 24px !important;
    letter-spacing: -0.024em !important;
  }

  html.sns-order-field-mirror-ready body #new_order #service_fast_search.sns-order-field-mirror-source:focus::placeholder,
  html.sns-order-field-mirror-ready body #new_order #actual_link_input.sns-order-field-mirror-source:focus::placeholder,
  html.sns-order-field-mirror-ready body #new_order #actual_qty_input.sns-order-field-mirror-source:focus::placeholder {
    color: #64748b !important;
    -webkit-text-fill-color: #64748b !important;
    opacity: 1 !important;
  }

  html.sns-order-field-mirror-ready body #new_order .sns-order-field-mirror-host .search-icon-abs,
  html.sns-order-field-mirror-ready body #new_order .sns-order-field-mirror-host .link-input-icon {
    z-index: 9 !important;
    pointer-events: none !important;
  }

  html.sns-order-field-mirror-ready body #new_order .sns-order-field-mirror-host .valid-check-icon,
  html.sns-order-field-mirror-ready body #new_order .sns-order-field-mirror-host .input-clear-btn {
    z-index: 12 !important;
  }

  html.sns-order-field-mirror-ready body #new_order .platform-icon-img,
  html.sns-order-field-mirror-ready body #new_order .platform-code-icon,
  html.sns-order-field-mirror-ready body #new_order .platform-code-icon i {
    position: relative !important;
    z-index: 9 !important;
    filter: none !important;
    -webkit-filter: none !important;
  }

  html body #new_order #actual_qty_input ~ .input-clear-btn {
    right: 7px !important;
  }



  /* Quantity quick chips: preserve the current light values. */
  html body #new_order .quick-chip,
  html body #new_order .quick-chip-clear {
    -webkit-appearance: none !important;
    appearance: none !important;
    color-scheme: light !important;
    forced-color-adjust: none !important;
    border: 1px solid #dfe7f2 !important;
    background: #ffffff !important;
    background-color: #ffffff !important;
    background-image: none !important;
    box-shadow: none !important;
    color: #4e5968 !important;
    -webkit-text-fill-color: #4e5968 !important;
    -webkit-tap-highlight-color: transparent !important;
    text-decoration: none !important;
    user-select: none !important;
  }

  html body #new_order .quick-chip:hover,
  html body #new_order .quick-chip:focus,
  html body #new_order .quick-chip-clear:hover,
  html body #new_order .quick-chip-clear:focus {
    border-color: #bfdbfe !important;
    background: #f5f9ff !important;
    background-color: #f5f9ff !important;
    color: #2563eb !important;
    -webkit-text-fill-color: #2563eb !important;
  }

  @media (prefers-color-scheme: dark) {
    body:not(.force-light) #new_order .sns-order-field-visual-mirror {
      border-color: rgba(148, 163, 184, .30) !important;
      background: transparent !important;
      background-color: transparent !important;
      background-image: none !important;
      box-shadow: none !important;
      -webkit-box-shadow: none !important;
    }

    body:not(.force-light) #new_order .sns-order-field-mirror-host:focus-within > .sns-order-field-visual-mirror {
      border-color: #93c5fd !important;
    }

    body:not(.force-light) #new_order #service_fast_search.sns-order-field-mirror-source,
    body:not(.force-light) #new_order #service_fast_search.sns-order-field-mirror-source:focus,
    body:not(.force-light) #new_order #actual_link_input.sns-order-field-mirror-source,
    body:not(.force-light) #new_order #actual_link_input.sns-order-field-mirror-source:focus,
    body:not(.force-light) #new_order #actual_qty_input.sns-order-field-mirror-source,
    body:not(.force-light) #new_order #actual_qty_input.sns-order-field-mirror-source:focus {
      border-color: transparent !important;
      background: transparent !important;
      background-color: transparent !important;
      background-image: none !important;
      color: #f8fafc !important;
      -webkit-text-fill-color: #f8fafc !important;
      caret-color: #93c5fd !important;
      box-shadow: none !important;
      -webkit-box-shadow: none !important;
    }

    body:not(.force-light) #new_order #service_fast_search.sns-order-field-mirror-source::placeholder,
    body:not(.force-light) #new_order #service_fast_search.sns-order-field-mirror-source:focus::placeholder,
    body:not(.force-light) #new_order #actual_link_input.sns-order-field-mirror-source::placeholder,
    body:not(.force-light) #new_order #actual_link_input.sns-order-field-mirror-source:focus::placeholder,
    body:not(.force-light) #new_order #actual_qty_input.sns-order-field-mirror-source::placeholder,
    body:not(.force-light) #new_order #actual_qty_input.sns-order-field-mirror-source:focus::placeholder {
      color: #94a3b8 !important;
      -webkit-text-fill-color: #94a3b8 !important;
      opacity: 1 !important;
    }

    body:not(.force-light) #new_order .quick-chip,
    body:not(.force-light) #new_order .quick-chip-clear {
      background: transparent !important;
      background-color: transparent !important;
      background-image: none !important;
      border-color: rgba(148, 163, 184, .30) !important;
      color: #f8fafc !important;
      -webkit-text-fill-color: #f8fafc !important;
      box-shadow: none !important;
    }

    body:not(.force-light) #new_order .quick-chip:hover,
    body:not(.force-light) #new_order .quick-chip:focus,
    body:not(.force-light) #new_order .quick-chip-clear:hover,
    body:not(.force-light) #new_order .quick-chip-clear:focus {
      border-color: #93c5fd !important;
      background: transparent !important;
      background-color: transparent !important;
      color: #93c5fd !important;
      -webkit-text-fill-color: #93c5fd !important;
    }
  }

  html.dark body #new_order .sns-order-field-visual-mirror,
  body.dark #new_order .sns-order-field-visual-mirror,
  html.theme-dark body #new_order .sns-order-field-visual-mirror,
  body.theme-dark #new_order .sns-order-field-visual-mirror,
  html[data-theme="dark"] body #new_order .sns-order-field-visual-mirror,
  body[data-theme="dark"] #new_order .sns-order-field-visual-mirror {
    border-color: rgba(148, 163, 184, .30) !important;
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
  }

  html.dark body #new_order .sns-order-field-mirror-host:focus-within > .sns-order-field-visual-mirror,
  body.dark #new_order .sns-order-field-mirror-host:focus-within > .sns-order-field-visual-mirror,
  html.theme-dark body #new_order .sns-order-field-mirror-host:focus-within > .sns-order-field-visual-mirror,
  body.theme-dark #new_order .sns-order-field-mirror-host:focus-within > .sns-order-field-visual-mirror,
  html[data-theme="dark"] body #new_order .sns-order-field-mirror-host:focus-within > .sns-order-field-visual-mirror,
  body[data-theme="dark"] #new_order .sns-order-field-mirror-host:focus-within > .sns-order-field-visual-mirror {
    border-color: #93c5fd !important;
  }

  html.dark body #new_order #service_fast_search.sns-order-field-mirror-source,
  html.dark body #new_order #service_fast_search.sns-order-field-mirror-source:focus,
  html.dark body #new_order #actual_link_input.sns-order-field-mirror-source,
  html.dark body #new_order #actual_link_input.sns-order-field-mirror-source:focus,
  html.dark body #new_order #actual_qty_input.sns-order-field-mirror-source,
  html.dark body #new_order #actual_qty_input.sns-order-field-mirror-source:focus,
  body.dark #new_order #service_fast_search.sns-order-field-mirror-source,
  body.dark #new_order #service_fast_search.sns-order-field-mirror-source:focus,
  body.dark #new_order #actual_link_input.sns-order-field-mirror-source,
  body.dark #new_order #actual_link_input.sns-order-field-mirror-source:focus,
  body.dark #new_order #actual_qty_input.sns-order-field-mirror-source,
  body.dark #new_order #actual_qty_input.sns-order-field-mirror-source:focus,
  html.theme-dark body #new_order #service_fast_search.sns-order-field-mirror-source,
  html.theme-dark body #new_order #service_fast_search.sns-order-field-mirror-source:focus,
  html.theme-dark body #new_order #actual_link_input.sns-order-field-mirror-source,
  html.theme-dark body #new_order #actual_link_input.sns-order-field-mirror-source:focus,
  html.theme-dark body #new_order #actual_qty_input.sns-order-field-mirror-source,
  html.theme-dark body #new_order #actual_qty_input.sns-order-field-mirror-source:focus,
  body.theme-dark #new_order #service_fast_search.sns-order-field-mirror-source,
  body.theme-dark #new_order #service_fast_search.sns-order-field-mirror-source:focus,
  body.theme-dark #new_order #actual_link_input.sns-order-field-mirror-source,
  body.theme-dark #new_order #actual_link_input.sns-order-field-mirror-source:focus,
  body.theme-dark #new_order #actual_qty_input.sns-order-field-mirror-source,
  body.theme-dark #new_order #actual_qty_input.sns-order-field-mirror-source:focus,
  html[data-theme="dark"] body #new_order #service_fast_search.sns-order-field-mirror-source,
  html[data-theme="dark"] body #new_order #service_fast_search.sns-order-field-mirror-source:focus,
  html[data-theme="dark"] body #new_order #actual_link_input.sns-order-field-mirror-source,
  html[data-theme="dark"] body #new_order #actual_link_input.sns-order-field-mirror-source:focus,
  html[data-theme="dark"] body #new_order #actual_qty_input.sns-order-field-mirror-source,
  html[data-theme="dark"] body #new_order #actual_qty_input.sns-order-field-mirror-source:focus,
  body[data-theme="dark"] #new_order #service_fast_search.sns-order-field-mirror-source,
  body[data-theme="dark"] #new_order #service_fast_search.sns-order-field-mirror-source:focus,
  body[data-theme="dark"] #new_order #actual_link_input.sns-order-field-mirror-source,
  body[data-theme="dark"] #new_order #actual_link_input.sns-order-field-mirror-source:focus,
  body[data-theme="dark"] #new_order #actual_qty_input.sns-order-field-mirror-source,
  body[data-theme="dark"] #new_order #actual_qty_input.sns-order-field-mirror-source:focus {
    border-color: transparent !important;
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
    color: #f8fafc !important;
    -webkit-text-fill-color: #f8fafc !important;
    caret-color: #93c5fd !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
  }

  html.dark body #new_order #service_fast_search.sns-order-field-mirror-source::placeholder,
  html.dark body #new_order #service_fast_search.sns-order-field-mirror-source:focus::placeholder,
  html.dark body #new_order #actual_link_input.sns-order-field-mirror-source::placeholder,
  html.dark body #new_order #actual_link_input.sns-order-field-mirror-source:focus::placeholder,
  html.dark body #new_order #actual_qty_input.sns-order-field-mirror-source::placeholder,
  html.dark body #new_order #actual_qty_input.sns-order-field-mirror-source:focus::placeholder,
  body.dark #new_order #service_fast_search.sns-order-field-mirror-source::placeholder,
  body.dark #new_order #service_fast_search.sns-order-field-mirror-source:focus::placeholder,
  body.dark #new_order #actual_link_input.sns-order-field-mirror-source::placeholder,
  body.dark #new_order #actual_link_input.sns-order-field-mirror-source:focus::placeholder,
  body.dark #new_order #actual_qty_input.sns-order-field-mirror-source::placeholder,
  body.dark #new_order #actual_qty_input.sns-order-field-mirror-source:focus::placeholder,
  html.theme-dark body #new_order #service_fast_search.sns-order-field-mirror-source::placeholder,
  html.theme-dark body #new_order #service_fast_search.sns-order-field-mirror-source:focus::placeholder,
  html.theme-dark body #new_order #actual_link_input.sns-order-field-mirror-source::placeholder,
  html.theme-dark body #new_order #actual_link_input.sns-order-field-mirror-source:focus::placeholder,
  html.theme-dark body #new_order #actual_qty_input.sns-order-field-mirror-source::placeholder,
  html.theme-dark body #new_order #actual_qty_input.sns-order-field-mirror-source:focus::placeholder,
  body.theme-dark #new_order #service_fast_search.sns-order-field-mirror-source::placeholder,
  body.theme-dark #new_order #service_fast_search.sns-order-field-mirror-source:focus::placeholder,
  body.theme-dark #new_order #actual_link_input.sns-order-field-mirror-source::placeholder,
  body.theme-dark #new_order #actual_link_input.sns-order-field-mirror-source:focus::placeholder,
  body.theme-dark #new_order #actual_qty_input.sns-order-field-mirror-source::placeholder,
  body.theme-dark #new_order #actual_qty_input.sns-order-field-mirror-source:focus::placeholder,
  html[data-theme="dark"] body #new_order #service_fast_search.sns-order-field-mirror-source::placeholder,
  html[data-theme="dark"] body #new_order #service_fast_search.sns-order-field-mirror-source:focus::placeholder,
  html[data-theme="dark"] body #new_order #actual_link_input.sns-order-field-mirror-source::placeholder,
  html[data-theme="dark"] body #new_order #actual_link_input.sns-order-field-mirror-source:focus::placeholder,
  html[data-theme="dark"] body #new_order #actual_qty_input.sns-order-field-mirror-source::placeholder,
  html[data-theme="dark"] body #new_order #actual_qty_input.sns-order-field-mirror-source:focus::placeholder,
  body[data-theme="dark"] #new_order #service_fast_search.sns-order-field-mirror-source::placeholder,
  body[data-theme="dark"] #new_order #service_fast_search.sns-order-field-mirror-source:focus::placeholder,
  body[data-theme="dark"] #new_order #actual_link_input.sns-order-field-mirror-source::placeholder,
  body[data-theme="dark"] #new_order #actual_link_input.sns-order-field-mirror-source:focus::placeholder,
  body[data-theme="dark"] #new_order #actual_qty_input.sns-order-field-mirror-source::placeholder,
  body[data-theme="dark"] #new_order #actual_qty_input.sns-order-field-mirror-source:focus::placeholder {
    color: #94a3b8 !important;
    -webkit-text-fill-color: #94a3b8 !important;
    opacity: 1 !important;
  }

  html.dark body #new_order .quick-chip,
  body.dark #new_order .quick-chip,
  html.theme-dark body #new_order .quick-chip,
  body.theme-dark #new_order .quick-chip,
  html[data-theme="dark"] body #new_order .quick-chip,
  body[data-theme="dark"] #new_order .quick-chip,
  html.dark body #new_order .quick-chip-clear,
  body.dark #new_order .quick-chip-clear,
  html.theme-dark body #new_order .quick-chip-clear,
  body.theme-dark #new_order .quick-chip-clear,
  html[data-theme="dark"] body #new_order .quick-chip-clear,
  body[data-theme="dark"] #new_order .quick-chip-clear {
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
    border-color: rgba(148, 163, 184, .30) !important;
    color: #f8fafc !important;
    -webkit-text-fill-color: #f8fafc !important;
    box-shadow: none !important;
  }

  html.sns-order-field-mirror-ready body #new_order #actual_link_input_sns_order_field_visual_mirror.is-link-valid {
    border-color: #10B981 !important;
    box-shadow: 0 0 0 3px rgba(16,185,129,0.16) !important;
  }

  html.sns-order-field-mirror-ready body #new_order #actual_link_input_sns_order_field_visual_mirror.is-link-invalid {
    border-color: #ef4444 !important;
    box-shadow: 0 0 0 4px rgba(239,68,68,0.15) !important;
  }
}
/* SNSPICKS_ORDER_FIELD_VISUAL_MIRROR_INTEGRATED_END */




/* FINAL link field/feedback consolidation. */
html body #new_order #standard_link_area > .order-step-label-row,
html body #new_order .order-default-quantity > div:first-child {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  width: 100% !important;
  margin: 0 0 8px !important;
  padding: 0 !important;
}

html body #new_order #standard_link_area #link_label_text,
html body #new_order .order-default-quantity #quantity_label_text {
  gap: 0 !important;
align-items: center !important;
display: flex !important;
margin: 0 !important;
  width: 100% !important;
  color: #0f172a !important;
  font-size: 14px !important;
  font-weight: 850 !important;
  line-height: 1.3 !important;
  letter-spacing: -0.022em !important;
}

html body #new_order #standard_link_area:focus-within #link_label_text,
html body #new_order .order-default-quantity:focus-within #quantity_label_text {
  color: #3182F6 !important;
  transform: translateY(-1px) !important;
}

html body #new_order #standard_link_area > .input-relative-wrap {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  width: 100% !important;
  height: 50px !important;
  min-height: 50px !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
  transform: none !important;
}

html body #new_order #standard_link_area #actual_link_input,
html body #new_order #standard_link_area .input-relative-wrap #actual_link_input {
  display: block !important;
  width: 100% !important;
  height: 50px !important;
  min-height: 50px !important;
  margin: 0 !important;
  padding-left: 38px !important;
  padding-right: 44px !important;
  padding-top: 12px !important;
  padding-bottom: 12px !important;
  line-height: 24px !important;
  box-sizing: border-box !important;
  transform: none !important;
  transition: border-color .16s ease, color .16s ease, padding .18s cubic-bezier(.16,1,.3,1) !important;
}

html body #new_order #standard_link_area #actual_link_input:focus,
html body #new_order #standard_link_area .input-relative-wrap #actual_link_input:focus {
  border-color: #3182F6 !important;
  color: #101828 !important;
  padding-top: 10px !important;
  padding-bottom: 14px !important;
  line-height: 24px !important;
  transform: none !important;
  box-shadow: none !important;
  outline: 0 !important;
}

html body #new_order #standard_link_area #actual_link_input::placeholder {
  color: #8b95a1 !important;
  line-height: 24px !important;
  transition: color .16s ease !important;
}

html body #new_order #standard_link_area #actual_link_input:focus::placeholder {
  color: #64748b !important;
  line-height: 24px !important;
}

html body #new_order #standard_link_area .link-input-icon {
  position: absolute !important;
  left: 16px !important;
  top: 50% !important;
  z-index: 3 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: auto !important;
  height: auto !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  font-size: 15px !important;
  line-height: 1 !important;
  pointer-events: none !important;
  transform: translateY(-50%) !important;
  transition: transform .18s cubic-bezier(.16,1,.3,1) !important;
}

html body #new_order #standard_link_area:focus-within .link-input-icon,
html body #new_order #standard_link_area .input-relative-wrap:focus-within .link-input-icon {
  transform: translateY(calc(-50% - 2px)) !important;
}

html body #new_order #standard_link_area .valid-check-icon {
  position: absolute !important;
  top: 50% !important;
  right: 14px !important;
  width: 18px !important;
  height: 18px !important;
  margin: 0 !important;
  padding: 0 !important;
  align-items: center !important;
  justify-content: center !important;
  line-height: 1 !important;
  transform: translateY(-50%) !important;
  z-index: 10 !important;
  display: none !important;
}

html body #new_order #standard_link_area #clear_link_btn.input-clear-btn {
  position: absolute !important;
  top: 50% !important;
  right: 7px !important;
  left: auto !important;
  width: 32px !important;
  min-width: 32px !important;
  height: 32px !important;
  min-height: 32px !important;
  margin: 0 !important;
  padding: 7px !important;
  border: 0 !important;
  border-radius: 50% !important;
  background: transparent !important;
  background-color: transparent !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  align-items: center !important;
  justify-content: center !important;
  line-height: 1 !important;
  transform: translateY(-50%) !important;
  z-index: 12 !important;
  display: none !important;
  pointer-events: auto !important;
  touch-action: manipulation !important;
  cursor: pointer !important;
  -webkit-tap-highlight-color: transparent !important;
  appearance: none !important;
  -webkit-appearance: none !important;
}

html body #new_order #standard_link_area #clear_link_btn.input-clear-btn > i {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 18px !important;
  min-width: 18px !important;
  height: 18px !important;
  pointer-events: none !important;
  color: inherit !important;
  font-size: 15px !important;
  line-height: 1 !important;
}

html body #new_order #standard_link_area .valid-check-icon.sns-link-feedback-visible,
html body #new_order #standard_link_area #clear_link_btn.input-clear-btn.sns-link-feedback-visible,
html body #new_order #standard_link_area .input-clear-btn.sns-link-feedback-visible {
  display: inline-flex !important;
}

html body #new_order #standard_link_area .valid-check-icon.sns-link-feedback-visible {
  color: #10B981 !important;
}

html body #new_order #standard_link_area #clear_link_btn.input-clear-btn.sns-link-feedback-visible,
html body #new_order #standard_link_area .input-clear-btn.sns-link-feedback-visible {
  color: #ef4444 !important;
}

@media (max-width: 767.98px) {
  html body #new_order #standard_link_area > .input-relative-wrap,
  html body #new_order #standard_link_area #actual_link_input {
    height: 48px !important;
    min-height: 48px !important;
  }
  html body #new_order #standard_link_area #actual_link_input,
  html body #new_order #standard_link_area .input-relative-wrap #actual_link_input {
    padding-left: 38px !important;
    padding-right: 42px !important;
    padding-top: 11px !important;
    padding-bottom: 11px !important;
    line-height: 24px !important;
  }
  html body #new_order #standard_link_area #actual_link_input.sns-order-field-mirror-source:focus,
  html body #new_order #standard_link_area .input-relative-wrap #actual_link_input.sns-order-field-mirror-source:focus {
    padding-top: 9px !important;
    padding-bottom: 13px !important;
    line-height: 24px !important;
    border-color: transparent !important;
  }
  html body #new_order #standard_link_area .link-input-icon {
    left: 15px !important;
    font-size: 14px !important;
  }
}

@media (prefers-color-scheme: dark) {
  body:not(.force-light) #new_order #standard_link_area #actual_link_input:not(.sns-order-field-mirror-source):focus {
    color: #f8fafc !important;
    border-color: #93c5fd !important;
  }
  body:not(.force-light) #new_order #standard_link_area:focus-within #link_label_text {
    color: #93c5fd !important;
  }
}


/* 🚨 AI 진단 뱃지 자르던 범인(ripple) 강제 무효화 !!! */
.card, .card-body, .order-card-wrapper, .order-form-container, #main-order-form, #new_order { overflow: visible !important; }
.ai-trigger-card { overflow: visible !important; 
    display: flex;
    align-items: center;
    background: linear-gradient(135deg, #0f172a 0%, #3182F6 100%);
    border-radius: 16px;
    padding: 18px 20px;
    cursor: pointer;
    transition: transform 0.2s, box-shadow 0.2s;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    margin-bottom: 20px;
    border: none;
    position: relative;
}
.ai-trigger-card.ripple { overflow: visible !important; }
.ai-trigger-card.ripple::after { display: none !important; }

.sns-order-confirm-backdrop {
    position: fixed;
    inset: 0;
    z-index: 2147483000;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 18px;
    background: rgba(15, 23, 42, 0.52);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

.sns-order-confirm-backdrop.show {
    display: flex;
}

.sns-order-confirm-sheet {
    position: relative;
    width: min(440px, 100%);
    max-height: calc(100vh - 36px);
    overflow: auto;
    background: #ffffff;
    border: 1px solid rgba(226, 232, 240, 0.95);
    border-radius: 26px;
    box-shadow: 0 28px 70px rgba(15, 23, 42, 0.26);
    padding: 0;
    animation: snsConfirmPop .22s cubic-bezier(.2,.8,.2,1) both;
}

@keyframes snsConfirmPop {
    from { opacity: 0; transform: translateY(12px) scale(.985); }
    to { opacity: 1; transform: translateY(0) scale(1); }
}

.sns-confirm-close {
    position: absolute;
    width: 34px;
    height: 34px;
    top: 18px;
    right: 18px;
    z-index: 3;
    border: 0;
    border-radius: 999px;
    background: #f2f4f6;
    color: #6B7684;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background .15s ease, transform .15s ease, color .15s ease;
}

.sns-confirm-close:hover {
    background: #e8edf3;
    color: #333D4B;
}

.sns-confirm-close:active {
    transform: scale(.94);
}

.sns-confirm-head {
    padding: 24px 62px 18px 24px;
    display: flex;
    gap: 14px;
    align-items: center;
    border-bottom: 1px solid #f1f4f8;
}

.sns-confirm-icon {
    width: 44px;
    height: 44px;
    border-radius: 16px;
    background: linear-gradient(135deg, #3182F6 0%, #6D5DFC 100%);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    box-shadow: 0 12px 24px rgba(49,130,246,.22);
}

.sns-confirm-title {
    min-width: 0;
}

.sns-confirm-title h3 {
    margin: 0 0 5px;
    color: #191F28;
    font-size: 19px;
    font-weight: 950;
    letter-spacing: -0.06em;
    line-height: 1.18;
}

.sns-confirm-title p {
    margin: 0;
    color: #6B7684;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: -0.035em;
    line-height: 1.45;
}

.sns-confirm-body {
    padding: 18px 24px 4px;
}

.sns-confirm-summary-card {
    background: #f8fafc;
    border: 1px solid #e8eef5;
    border-radius: 20px;
    padding: 16px;
    display: grid;
    gap: 11px;
}

.sns-confirm-row {
    display: grid;
    grid-template-columns: 82px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
}

.sns-confirm-row .label {
    color: #8B95A1;
    font-size: 12.5px;
    font-weight: 850;
    letter-spacing: -0.035em;
    line-height: 1.35;
    white-space: nowrap;
}

.sns-confirm-row .value {
    color: #191F28;
    font-size: 13.5px;
    font-weight: 850;
    letter-spacing: -0.04em;
    line-height: 1.42;
    text-align: right;
    word-break: break-word;
}

.sns-confirm-row .value.link {
    color: #3182F6;
    font-weight: 900;
}

.sns-confirm-row.total {
    margin-top: 4px;
    padding-top: 14px;
    border-top: 1px dashed #d9e2ec;
    align-items: center;
}

.sns-confirm-row.total .label {
    color: #4E5968;
    font-size: 13px;
}

.sns-confirm-row.total .value {
    color: #3182F6;
    font-size: 20px;
    font-weight: 950;
}

.sns-confirm-policy {
    margin: 14px 0 0;
    padding: 12px 12px;
    border-radius: 16px;
    background: #fff7ed;
    border: 1px solid #fed7aa;
    display: grid;
    grid-template-columns: 18px minmax(0, 1fr) auto;
    gap: 7px;
    align-items: center;
}

.sns-confirm-policy i {
    color: #ea580c;
    font-size: 13px;
}

.sns-confirm-policy-text {
    color: #9a3412;
    font-size: 11.4px;
    font-weight: 850;
    line-height: 1.2;
    letter-spacing: -0.055em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sns-confirm-policy-btn {
    height: 30px;
    padding: 0 10px;
    border: 1px solid rgba(234, 88, 12, .22);
    border-radius: 999px;
    background: #ffffff;
    color: #ea580c;
    font-size: 11.4px;
    font-weight: 900;
    letter-spacing: -0.05em;
    white-space: nowrap;
    cursor: pointer;
}

.sns-confirm-policy-btn:active {
    transform: scale(.97);
}

.sns-confirm-actions {
    padding: 18px 24px 24px;
    display: grid;
    grid-template-columns: 1fr 1.35fr;
    gap: 10px;
}

.sns-confirm-actions button {
    height: 52px;
    border: 0;
    border-radius: 16px;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: -0.045em;
    cursor: pointer;
    transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
}

.sns-confirm-actions button:active {
    transform: scale(.985);
}

.sns-confirm-cancel {
    background: #f2f4f6;
    color: #4E5968;
}

.sns-confirm-submit {
    background: linear-gradient(135deg, #3182F6 0%, #435DFF 100%);
    color: #fff;
    box-shadow: 0 14px 28px rgba(49,130,246,.24);
}

.sns-order-confirm-sheet-wrap {
    width: min(440px, 100%);
}

@media (max-width: 480px) {
    .sns-order-confirm-backdrop {
        align-items: flex-end;
        padding: 12px;
    }

    .sns-order-confirm-sheet,
    .sns-order-confirm-sheet-wrap {
        width: 100%;
    }

    .sns-order-confirm-sheet {
        border-radius: 26px 26px 22px 22px;
    }

    .sns-confirm-head {
        padding: 24px 58px 16px 20px;
    }

    .sns-confirm-body {
        padding: 16px 20px 2px;
    }

    .sns-confirm-actions {
        padding: 16px 20px 20px;
        grid-template-columns: 1fr;
    }

    .sns-confirm-row {
        grid-template-columns: 74px minmax(0, 1fr);
        gap: 10px;
    }

    .sns-confirm-row .value {
        font-size: 13px;
    }

    .sns-confirm-policy {
        grid-template-columns: 18px minmax(0, 1fr) auto;
        gap: 6px;
        padding: 11px 10px;
    }

    .sns-confirm-policy-text {
        font-size: 10.6px;
        letter-spacing: -0.065em;
    }

    .sns-confirm-policy-btn {
        height: 28px;
        padding: 0 8px;
        font-size: 10.8px;
    }
}

@media (prefers-color-scheme: dark) {
    .sns-order-confirm-backdrop {
        background: rgba(0, 0, 0, 0.58);
    }

    .sns-order-confirm-sheet {
        background: #232428;
        border-color: rgba(255,255,255,.075);
        box-shadow: 0 28px 70px rgba(0,0,0,.38);
    }

    .sns-confirm-head {
        border-bottom-color: rgba(255,255,255,.06);
    }

    .sns-confirm-title h3,
    .sns-confirm-row .value {
        color: rgba(255,255,255,.94);
    }

    .sns-confirm-title p,
    .sns-confirm-row .label {
        color: rgba(255,255,255,.62);
    }

    .sns-confirm-summary-card {
        background: rgba(255,255,255,.045);
        border-color: rgba(255,255,255,.075);
    }

    .sns-confirm-row.total {
        border-top-color: rgba(255,255,255,.13);
    }

    .sns-confirm-row.total .label {
        color: rgba(255,255,255,.72);
    }

    .sns-confirm-row.total .value,
    .sns-confirm-row .value.link {
        color: #7ab7ff;
    }

    .sns-confirm-policy {
        background: rgba(245,158,11,.11);
        border-color: rgba(245,158,11,.22);
    }

    .sns-confirm-policy i,
    .sns-confirm-policy-text {
        color: #fbbf24;
    }

    .sns-confirm-policy-btn {
        background: rgba(255,255,255,.09);
        border-color: rgba(245,158,11,.22);
        color: #fbbf24;
    }

    .sns-confirm-cancel,
    .sns-confirm-close {
        background: rgba(255,255,255,.09);
        color: rgba(255,255,255,.72);
    }
}

@keyframes floatWrench { 0%, 100% { transform: translateY(0) rotate(0deg); } 50% { transform: translateY(-6px) rotate(12deg); } }
                        @keyframes pulseGlow { 0% { box-shadow: 0 0 0 0 rgba(254, 229, 0, 0.4); } 70% { box-shadow: 0 0 0 15px rgba(254, 229, 0, 0); } 100% { box-shadow: 0 0 0 0 rgba(254, 229, 0, 0); } }
                        .maint-box { padding: 50px 20px; background:#ffffff; border:1px solid #e2e8f0; border-radius:24px; margin-top:15px; margin-bottom:20px; box-shadow: 0 10px 30px rgba(0,0,0,0.03); text-align:center; }
                        .maint-icon-wrap { display:inline-flex; align-items:center; justify-content:center; width:80px; height:80px; background:#fff1f2; border-radius:50%; margin-bottom:20px; animation: floatWrench 3s ease-in-out infinite; }
                        .maint-icon-wrap i { font-size:36px; color:#f43f5e; }
                        .maint-title { font-size:24px; font-weight:900; color:#0f172a; line-height:1.4; margin-bottom:28px; letter-spacing:-0.5px; }
                        .maint-reason-box { background:#f8fafc; border-radius:14px; padding:18px; margin-bottom:30px; display:flex; align-items:center; justify-content:center; gap:16px; border: 1px solid #f1f5f9; width: fit-content; margin-left: auto; margin-right: auto; }
                        .maint-desc { font-size:14.5px; color:#64748b; line-height:1.6; margin-bottom:35px; font-weight:500; }
                        .maint-btn { display:inline-flex; align-items:center; justify-content:center; gap:8px; background:#FEE500; color:#191F28; font-size:16px; font-weight:900; padding:16px 24px; border-radius:16px; text-decoration:none; width:100%; max-width:280px; transition:transform 0.2s; animation: pulseGlow 2s infinite; }
                        @media (max-width: 768px) {
                            .maint-box { padding: 25px 16px 30px 16px !important; margin-top: 5px !important; margin-bottom: 15px !important; border-radius: 18px !important; box-shadow: 0 4px 15px rgba(0,0,0,0.02) !important; }
                            .maint-icon-wrap { width: 60px !important; height: 60px !important; margin-bottom: 14px !important; }
                            .maint-icon-wrap i { font-size: 26px !important; }
                            .maint-title { font-size: 18px !important; margin-bottom: 18px !important; }
                            .maint-reason-box { padding: 14px !important; margin-bottom: 22px !important; flex-direction: column !important; gap: 6px !important; width: 100% !important; border-radius: 12px !important; box-sizing: border-box; }
                            .maint-desc { font-size: 13.5px !important; margin-bottom: 24px !important; }
                            .maint-btn { max-width: 100% !important; padding: 14px 20px !important; font-size: 15px !important; border-radius: 14px !important; box-sizing: border-box; }
                        }
                        html body #custom-category-wrapper .custom-select-option.selected::after,
                        html body #custom-service-wrapper .custom-select-option.selected::after { display: none !important; }


/* 2. 모달창 ➔ 모바일 중앙 팝업으로 깔끔하게 통일 (어설픈 바텀시트 제거) */
@media (max-width: 768px) {
    .app-modal-overlay, .event-modal-overlay, .receipt-modal-overlay {
        align-items: center !important; /* 하단이 아닌 중앙 정렬로 고정 */
        padding: 16px !important;
    
        background: rgba(15, 23, 42, 0.4) !important;
        backdrop-filter: blur(12px) !important;
        -webkit-backdrop-filter: blur(12px) !important;
        transition: all 0.3s ease !important;
        z-index: 9999999 !important;
        /* 하단 네비게이션(999999)보다 무조건 위에 뜨도록 락 설정 */;
}
    .app-modal-content, .event-modal-content, .receipt-modal-content {
        width: 100% !important;
        max-width: 420px !important;
        border-radius: 28px !important; /* 둥근 사각형 유지 */
        margin: 0 auto !important;
        padding-bottom: 0 !important; /* 이상한 여백 제거 */
        box-shadow: 0 10px 40px rgba(0,0,0,0.15) !important;
        transform: scale(1);
        opacity: 1;
    }

    .app-modal-header, .receipt-header {
        padding-top: 24px !important;
        border-bottom: none !important;
    }
    .receipt-modal-overlay.fade-out .receipt-modal-content {
        transform: scale(0.9) !important;
        opacity: 0 !important;
    }
    .event-modal-img img {
        border-radius: 16px !important;
        width: 100% !important;
        margin: 0 auto !important;
        height: auto;
        display: block;
    }
}

/* 3. 스켈레톤 로딩 애니메이션 (최신 앱 스타일의 빛 반사 효과) */
@keyframes skeletonModernShimmer {
    0% { background-position: 200% 0; }
    100% { background-position: -200% 0; }
}.skeleton-box {
    background-image: linear-gradient(to right, #f1f5f9 0%, #e2e8f0 20%, #f1f5f9 40%, #f1f5f9 100%);
    background-repeat: no-repeat;
    width: 100%;
    height: 20px;
    margin-bottom: 8px;
    display: none;
    background: linear-gradient(90deg, #f1f5f9 25%, #e2e8f0 50%, #f1f5f9 75%) !important;
    background-size: 400% 100% !important;
    animation: skeletonModernShimmer 1.5s cubic-bezier(0.4, 0, 0.2, 1) infinite !important;
    border-radius: 12px !important;
    opacity: 0.9 !important;
}

/*
 * 로그인/회원가입 모달 input 좌측 X/깨짐 제거.
 * 기존 feather/icon font 의존을 되살리지 않고, input background SVG로 대체한다.
 */

/* 깨진 아이콘/이미지 영역 숨김 */
#loginPopupModal .input-icon-addon,
#signupPopupModal .input-icon-addon,
#loginPopupModal .input-icon-addon *,
#signupPopupModal .input-icon-addon *,
#loginPopupModal .input-icon > i,
#signupPopupModal .input-icon > i,
#loginPopupModal .input-icon > img,
#signupPopupModal .input-icon > img,
#loginPopupModal i[class*="fe-"],
#signupPopupModal i[class*="fe-"],
#loginPopupModal span[class*="fe-"],
#signupPopupModal span[class*="fe-"],
#loginPopupModal img[src=""],
#signupPopupModal img[src=""] {
  display: none !important;
  visibility: hidden !important;
}

/* input 자체에 아이콘 적용 */
#loginPopupModal input,
#signupPopupModal input,
#loginPopupModal .form-control,
#signupPopupModal .form-control {
  background-repeat: no-repeat !important;
  background-position: 18px 50% !important;
  background-size: 18px 18px !important;
  padding-left: 52px !important;
}

/* 아이디/이메일/계정 */
#loginPopupModal input[name*="user"],
#signupPopupModal input[name*="user"],
#loginPopupModal input[name*="email"],
#signupPopupModal input[name*="email"],
#loginPopupModal input[placeholder*="아이디"],
#signupPopupModal input[placeholder*="아이디"],
#loginPopupModal input[placeholder*="이메일"],
#signupPopupModal input[placeholder*="이메일"],
#loginPopupModal input[placeholder*="계정"],
#signupPopupModal input[placeholder*="계정"] {
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 12.25C14.3472 12.25 16.25 10.3472 16.25 8C16.25 5.65279 14.3472 3.75 12 3.75C9.65279 3.75 7.75 5.65279 7.75 8C7.75 10.3472 9.65279 12.25 12 12.25Z' stroke='%2394A3B8' stroke-width='1.8'/%3E%3Cpath d='M4.75 20.25C5.5 16.75 8.2 15.25 12 15.25C15.8 15.25 18.5 16.75 19.25 20.25' stroke='%2394A3B8' stroke-width='1.8' stroke-linecap='round'/%3E%3C/svg%3E") !important;
}

/* 비밀번호 */
#loginPopupModal input[type="password"],
#signupPopupModal input[type="password"],
#loginPopupModal input[name*="pass"],
#signupPopupModal input[name*="pass"],
#loginPopupModal input[placeholder*="비밀번호"],
#signupPopupModal input[placeholder*="비밀번호"] {
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='5.75' y='10.25' width='12.5' height='9.5' rx='2.25' stroke='%2394A3B8' stroke-width='1.8'/%3E%3Cpath d='M8.25 10.25V7.75C8.25 5.67893 9.92893 4 12 4C14.0711 4 15.75 5.67893 15.75 7.75V10.25' stroke='%2394A3B8' stroke-width='1.8' stroke-linecap='round'/%3E%3Cpath d='M12 14.25V16.25' stroke='%2394A3B8' stroke-width='1.8' stroke-linecap='round'/%3E%3C/svg%3E") !important;
}

@media (min-width: 992px) {
  /*
   * PC 주문페이지 공통 폭 기준.
   * 로그인/비로그인, vertical/horizontal 여부와 관계없이
   * 상단 공지/실시간 영역과 하단 신규주문/AI진단 영역의 좌우 라인을 같은 값으로 고정한다.
   */
  body.sns-hybrid-user-layout-20260601 {
    --sns-order-page-max-20260603: 1340px;
    --sns-order-right-col-20260603: 408px;
    --sns-order-gap-20260603: 26px;
    --sns-order-pc-side-pad-20260603: clamp(20px, 2.05vw, 36px);
  }

  body.sns-hybrid-user-layout-20260601 .sns-hybrid-app-content-20260601 {
    width: 100% !important;
    min-width: 0 !important;
    padding: 18px var(--sns-order-pc-side-pad-20260603) 58px !important;
    margin: 0 !important;
    box-sizing: border-box !important;
    background: #F5F7FB !important;
  }

    /*
   * 실제 2단 주문 영역.
   * flex가 남아 있어도 PC에서는 같은 grid 기준으로 고정한다.
   */
  body.sns-hybrid-user-layout-20260601 .sns-hybrid-app-content-20260601 .flex-layout-wrapper {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) var(--sns-order-right-col-20260603) !important;
    gap: var(--sns-order-gap-20260603) !important;
    align-items: start !important;
    justify-content: stretch !important;
  }

  body.sns-hybrid-user-layout-20260601 .sns-hybrid-app-content-20260601 .m-order-1 {
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    margin: 0 !important;
    flex: unset !important;
    box-sizing: border-box !important;
  }

  body.sns-hybrid-user-layout-20260601 .sns-hybrid-app-content-20260601 .m-order-2,
  body.sns-hybrid-user-layout-20260601 .sns-hybrid-app-content-20260601 .right-sidebar-wrapper {
    width: 100% !important;
    max-width: var(--sns-order-right-col-20260603) !important;
    min-width: 0 !important;
    margin: 0 !important;
    flex: unset !important;
    box-sizing: border-box !important;
  }

  body.sns-hybrid-user-layout-20260601 .sns-hybrid-app-content-20260601 .right-sidebar-sticky,
  body.sns-hybrid-user-layout-20260601 .sns-hybrid-app-content-20260601 .right-sidebar-wrapper > *,
  body.sns-hybrid-user-layout-20260601 .sns-hybrid-app-content-20260601 .m-order-1 > *,
  body.sns-hybrid-user-layout-20260601 .sns-hybrid-app-content-20260601 .m-order-2 > * {
    max-width: 100% !important;
    box-sizing: border-box !important;
  }
}

@media (min-width: 992px) and (max-width: 1360px) {
  body.sns-hybrid-user-layout-20260601 {
    --sns-order-page-max-20260603: calc(100vw - var(--sns-fixed-sidebar-width-20260601, 252px) - 40px);
    --sns-order-right-col-20260603: 382px;
    --sns-order-gap-20260603: 22px;
    --sns-order-pc-side-pad-20260603: 18px;
  }

  body.sns-hybrid-user-layout-20260601 .sns-hybrid-app-content-20260601 {
    padding-top: 16px !important;
  }
}

@media (min-width: 1600px) {
  body.sns-hybrid-user-layout-20260601 {
    --sns-order-page-max-20260603: 1360px;
    --sns-order-right-col-20260603: 410px;
    --sns-order-gap-20260603: 28px;
  }

  body.sns-hybrid-user-layout-20260601 .sns-hybrid-app-content-20260601 {
    padding-top: 20px !important;
  }
}

@media (max-width: 991px) {
  body.sns-hybrid-user-layout-20260601 .sns-hybrid-app-content-20260601 {
    padding: 0 !important;
  }

  body.sns-hybrid-user-layout-20260601 .sns-hybrid-app-content-20260601 .flex-layout-wrapper {
    display: block !important;
  }

  body.sns-hybrid-user-layout-20260601 .sns-hybrid-app-content-20260601 .m-order-1,
  body.sns-hybrid-user-layout-20260601 .sns-hybrid-app-content-20260601 .m-order-2,
  body.sns-hybrid-user-layout-20260601 .sns-hybrid-app-content-20260601 .right-sidebar-wrapper {
    width: 100% !important;
    max-width: 100% !important;
  }
}


@media (min-width: 992px) {
  /*
   * V4는 크기 조정이 아니라 좌우 세로선 정렬용.
   * V3에서 통일된 page max/right column/gap 값을 그대로 사용한다.
   */

  body.sns-hybrid-user-layout-20260601 .sns-hybrid-app-content-20260601 .order-page-wrapper {
    width: 100% !important;
    max-width: var(--sns-order-page-max-20260603) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    box-sizing: border-box !important;
  }

  /*
   * Bootstrap container/row의 기본 gutter가 상단 카드와 하단 주문 그리드의
   * 좌우 기준선을 다르게 만드는 문제를 PC 주문페이지 안에서만 정리한다.
   */
  body.sns-hybrid-user-layout-20260601 .sns-hybrid-app-content-20260601 .order-page-wrapper > .container,
  body.sns-hybrid-user-layout-20260601 .sns-hybrid-app-content-20260601 .order-page-wrapper > .container-fluid {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    box-sizing: border-box !important;
  }

  body.sns-hybrid-user-layout-20260601 .sns-hybrid-app-content-20260601 .order-page-wrapper > .row,
  body.sns-hybrid-user-layout-20260601 .sns-hybrid-app-content-20260601 .order-page-wrapper > .container > .row,
  body.sns-hybrid-user-layout-20260601 .sns-hybrid-app-content-20260601 .order-page-wrapper > .container-fluid > .row,
  body.sns-hybrid-user-layout-20260601 .sns-hybrid-app-content-20260601 .order-page-wrapper #result_ajaxSearch {
    width: 100% !important;
    max-width: var(--sns-order-page-max-20260603) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    box-sizing: border-box !important;
  }

  /*
   * 신규주문 제목/주문가이드 줄과 실제 2단 그리드를 상단 카드 기준선에 맞춘다.
   */
  body.sns-hybrid-user-layout-20260601 .sns-hybrid-app-content-20260601 .modern-title-wrapper,
  body.sns-hybrid-user-layout-20260601 .sns-hybrid-app-content-20260601 .section-title-wrapper,
  body.sns-hybrid-user-layout-20260601 .sns-hybrid-app-content-20260601 .order-title-wrapper,
  body.sns-hybrid-user-layout-20260601 .sns-hybrid-app-content-20260601 .flex-layout-wrapper {
    width: 100% !important;
    max-width: var(--sns-order-page-max-20260603) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    box-sizing: border-box !important;
  }

  /*
   * 하단 2단 영역의 col padding만 제거한다.
   * form 내부 row/col은 건드리지 않고, m-order-1/2 wrapper에만 적용한다.
   */
  body.sns-hybrid-user-layout-20260601 .sns-hybrid-app-content-20260601 .flex-layout-wrapper > .m-order-1,
  body.sns-hybrid-user-layout-20260601 .sns-hybrid-app-content-20260601 .flex-layout-wrapper > .m-order-2,
  body.sns-hybrid-user-layout-20260601 .sns-hybrid-app-content-20260601 .flex-layout-wrapper > .right-sidebar-wrapper {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    box-sizing: border-box !important;
  }

  body.sns-hybrid-user-layout-20260601 .sns-hybrid-app-content-20260601 .right-sidebar-sticky {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    box-sizing: border-box !important;
  }

  /*
   * 우측 상단 AI 진단 박스와 배너가 right column 내부에서 살짝 안쪽으로 밀리는 경우 방지.
   */
  body.sns-hybrid-user-layout-20260601 .sns-hybrid-app-content-20260601 .right-sidebar-wrapper .banner-wrapper,
  body.sns-hybrid-user-layout-20260601 .sns-hybrid-app-content-20260601 .right-sidebar-wrapper .sidebar-section,
  body.sns-hybrid-user-layout-20260601 .sns-hybrid-app-content-20260601 .right-sidebar-wrapper .ai-diagnosis-card,
  body.sns-hybrid-user-layout-20260601 .sns-hybrid-app-content-20260601 .right-sidebar-wrapper .sns-ai-diagnosis-card,
  body.sns-hybrid-user-layout-20260601 .sns-hybrid-app-content-20260601 .right-sidebar-wrapper [class*="diagnosis"] {
    max-width: 100% !important;
    box-sizing: border-box !important;
  }
}


@media (min-width: 992px) {
  /*
   * V6 핵심:
   * add.php 상단 구조는 order-page-wrapper > .row > .col-12(style padding 15px) > guest/toss 이다.
   * 그 col-12 inline padding 때문에 상단 카드가 하단 주문 그리드보다 안쪽으로 밀렸으므로,
   * PC에서 상단 첫 row/col padding만 제거한다.
   */

  body.sns-hybrid-user-layout-20260601 .sns-hybrid-app-content-20260601 .order-page-wrapper > .row:first-of-type {
    width: 100% !important;
    max-width: var(--sns-order-page-max-20260603) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    box-sizing: border-box !important;
  }

  body.sns-hybrid-user-layout-20260601 .sns-hybrid-app-content-20260601 .order-page-wrapper > .row:first-of-type > .col-12 {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    box-sizing: border-box !important;
  }

    body.sns-hybrid-user-layout-20260601 .sns-hybrid-app-content-20260601 .order-page-wrapper > .row:first-of-type .toss-notice-row,
  body.sns-hybrid-user-layout-20260601 .sns-hybrid-app-content-20260601 .order-page-wrapper > .row:first-of-type .dash-stats-list,
  body.sns-hybrid-user-layout-20260601 .sns-hybrid-app-content-20260601 .order-page-wrapper > .row:first-of-type .stat-row {
    max-width: 100% !important;
    box-sizing: border-box !important;
  }
}

@media (max-width: 991px) {
  /*
   * 모바일은 기존 상단 헤더/주문 레이아웃 유지.
   * V6 PC edge 보정의 영향 차단.
   */
  body.sns-hybrid-user-layout-20260601 .sns-hybrid-app-content-20260601 .order-page-wrapper > .row:first-of-type > .col-12 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}


#signupPopupModal .input-icon-wrap,
#signupPopupModal .sns-custom-select-wrap-20260530{
    position:relative!important;
}

/* 1) input/button 안쪽 배경아이콘 완전 제거: 중복 원인 차단 */
#signupPopupModal .input-icon-wrap>input,
#signupPopupModal .input-icon-wrap>.form-control,
#signupPopupModal .sns-custom-select-wrap-20260530>.sns-custom-select-trigger-20260530,
#signupPopupModal input,
#signupPopupModal .form-control,
#signupPopupModal button{
    background-image:none!important;
    background-repeat:no-repeat!important;
}

/* 2) 기존 아이콘 캐리어 완전 숨김: fe glyph / 깨진 네모 / 기존 svg/img 차단 */
#signupPopupModal .input-icon-wrap>i,
#signupPopupModal .input-icon-wrap>em,
#signupPopupModal .input-icon-wrap>svg,
#signupPopupModal .input-icon-wrap>img,
#signupPopupModal .input-icon-wrap>span[class*="icon"],
#signupPopupModal .input-icon-wrap>span[class*="fa"],
#signupPopupModal .input-icon-wrap>span[class*="fe"],
#signupPopupModal .input-icon-wrap>span[class*="la"],
#signupPopupModal .input-icon-wrap>span[class*="material"],
#signupPopupModal .sns-custom-select-wrap-20260530>i,
#signupPopupModal .sns-custom-select-wrap-20260530>em,
#signupPopupModal .sns-custom-select-wrap-20260530>svg,
#signupPopupModal .sns-custom-select-wrap-20260530>img,
#signupPopupModal .sns-custom-select-wrap-20260530>span[class*="icon"],
#signupPopupModal .sns-custom-select-wrap-20260530>span[class*="fa"],
#signupPopupModal .sns-custom-select-wrap-20260530>span[class*="fe"],
#signupPopupModal .sns-custom-select-wrap-20260530>span[class*="la"],
#signupPopupModal .sns-custom-select-wrap-20260530>span[class*="material"]{
    display:none!important;
    opacity:0!important;
    visibility:hidden!important;
    width:0!important;
    height:0!important;
    max-width:0!important;
    max-height:0!important;
    font-size:0!important;
    line-height:0!important;
    color:transparent!important;
    overflow:hidden!important;
    pointer-events:none!important;
}

/* 3) 기존 after 계열도 제거 */
#signupPopupModal .input-icon-wrap:after,
#signupPopupModal .sns-custom-select-wrap-20260530:after{
    content:none!important;
    display:none!important;
}

/* 4) 새 아이콘은 before 하나만 사용 */
#signupPopupModal .input-icon-wrap:before,
#signupPopupModal .sns-custom-select-wrap-20260530:before{
    content:""!important;
    position:absolute!important;
    left:18px!important;
    top:50%!important;
    transform:translateY(-50%)!important;
    width:16px!important;
    height:16px!important;
    display:block!important;
    z-index:5!important;
    pointer-events:none!important;
    background:#8EA0B8!important;
    opacity:1!important;
    visibility:visible!important;
}

/* 5) 텍스트 시작 위치 통일 */
#signupPopupModal .input-icon-wrap>input,
#signupPopupModal .input-icon-wrap>.form-control{
    padding-left:48px!important;
}

#signupPopupModal .sns-custom-select-wrap-20260530>.sns-custom-select-trigger-20260530{
    padding-left:48px!important;
}

/* 기본 아이콘: 일반 입력 */
#signupPopupModal .input-icon-wrap:before{
    -webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2Zm2 4v2h12V8H6Zm0 4v2h12v-2H6Zm0 4v1h9v-1H6Z'/%3E%3C/svg%3E") center/16px 16px no-repeat!important;
    mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2Zm2 4v2h12V8H6Zm0 4v2h12v-2H6Zm0 4v1h9v-1H6Z'/%3E%3C/svg%3E") center/16px 16px no-repeat!important;
}

/* 이름/닉네임 */
#signupPopupModal .input-icon-wrap[data-auto-field="nickname"]:before{
    -webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M12 12c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5Zm0 2c-4.42 0-8 2.24-8 5v1.2c0 .44.36.8.8.8h14.4c.44 0 .8-.36.8-.8V19c0-2.76-3.58-5-8-5Z'/%3E%3C/svg%3E") center/16px 16px no-repeat!important;
    mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M12 12c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5Zm0 2c-4.42 0-8 2.24-8 5v1.2c0 .44.36.8.8.8h14.4c.44 0 .8-.36.8-.8V19c0-2.76-3.58-5-8-5Z'/%3E%3C/svg%3E") center/16px 16px no-repeat!important;
}

/* 비밀번호 */
#signupPopupModal .input-icon-wrap:has(>input[type="password"]):before,
#signupPopupModal .input-icon-wrap:has(>input[name*="password"]):before,
#signupPopupModal .input-icon-wrap:has(>input[placeholder*="비밀번호"]):before{
    -webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M17 9V7A5 5 0 0 0 7 7v2H6c-1.1 0-2 .9-2 2v9c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2v-9c0-1.1-.9-2-2-2h-1ZM9 7a3 3 0 0 1 6 0v2H9V7Zm3 6.5a1.5 1.5 0 0 1 .75 2.8V18h-1.5v-1.7A1.5 1.5 0 0 1 12 13.5Z'/%3E%3C/svg%3E") center/16px 16px no-repeat!important;
    mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M17 9V7A5 5 0 0 0 7 7v2H6c-1.1 0-2 .9-2 2v9c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2v-9c0-1.1-.9-2-2-2h-1ZM9 7a3 3 0 0 1 6 0v2H9V7Zm3 6.5a1.5 1.5 0 0 1 .75 2.8V18h-1.5v-1.7A1.5 1.5 0 0 1 12 13.5Z'/%3E%3C/svg%3E") center/16px 16px no-repeat!important;
}

/* 휴대폰 */
#signupPopupModal .input-icon-wrap[data-auto-field="phone"]:before,
#signupPopupModal .input-icon-wrap:has(>input[name*="phone"]):before,
#signupPopupModal .input-icon-wrap:has(>input[name*="mobile"]):before,
#signupPopupModal .input-icon-wrap:has(>input[placeholder*="휴대폰"]):before{
    -webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M17 1H7C5.9 1 5 1.9 5 3v18c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V3c0-1.1-.9-2-2-2Zm-5 20.5c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5ZM17 17H7V4h10v13Z'/%3E%3C/svg%3E") center/16px 16px no-repeat!important;
    mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M17 1H7C5.9 1 5 1.9 5 3v18c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V3c0-1.1-.9-2-2-2Zm-5 20.5c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5ZM17 17H7V4h10v13Z'/%3E%3C/svg%3E") center/16px 16px no-repeat!important;
}

/* 이메일 */
#signupPopupModal .input-icon-wrap[data-auto-field="email"]:before,
#signupPopupModal .input-icon-wrap:has(>input[placeholder*="이메일"]):before,
#signupPopupModal .input-icon-wrap:has(>input[placeholder*="메일"]):before{
    -webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M20 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2Zm0 4-8 5-8-5V6l8 5 8-5v2Z'/%3E%3C/svg%3E") center/16px 16px no-repeat!important;
    mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M20 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2Zm0 4-8 5-8-5V6l8 5 8-5v2Z'/%3E%3C/svg%3E") center/16px 16px no-repeat!important;
}

/* 회원유형 */
#signupPopupModal #snsMemberTypeSelect20260530:before{
    -webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M16 11c2.21 0 4-1.79 4-4s-1.79-4-4-4c-.62 0-1.2.14-1.72.39A6.97 6.97 0 0 1 16 8c0 1.07-.24 2.08-.67 2.99.22.01.44.01.67.01ZM8 11c2.21 0 4-1.79 4-4S10.21 3 8 3 4 4.79 4 7s1.79 4 4 4Zm0 2c-3.31 0-6 1.79-6 4v1.5c0 .28.22.5.5.5h11c.28 0 .5-.22.5-.5V17c0-2.21-2.69-4-6-4Zm8 0c-.48 0-.94.04-1.38.12.86.9 1.38 1.98 1.38 3.18V19h5.5c.28 0 .5-.22.5-.5V17c0-2.21-2.69-4-6-4Z'/%3E%3C/svg%3E") center/16px 16px no-repeat!important;
    mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M16 11c2.21 0 4-1.79 4-4s-1.79-4-4-4c-.62 0-1.2.14-1.72.39A6.97 6.97 0 0 1 16 8c0 1.07-.24 2.08-.67 2.99.22.01.44.01.67.01ZM8 11c2.21 0 4-1.79 4-4S10.21 3 8 3 4 4.79 4 7s1.79 4 4 4Zm0 2c-3.31 0-6 1.79-6 4v1.5c0 .28.22.5.5.5h11c.28 0 .5-.22.5-.5V17c0-2.21-2.69-4-6-4Zm8 0c-.48 0-.94.04-1.38.12.86.9 1.38 1.98 1.38 3.18V19h5.5c.28 0 .5-.22.5-.5V17c0-2.21-2.69-4-6-4Z'/%3E%3C/svg%3E") center/16px 16px no-repeat!important;
}


/* 큰 주문 전체를 감싸는 흰색 카드 제거 */
.order-page-wrapper .card.order-card-wrapper,
.order-page-wrapper .order-card-wrapper,
#result_ajaxSearch .card.order-card-wrapper,
#new_order.order-form-container .card.order-card-wrapper{
    background: transparent !important;
    border: 0 !important;
    border-color: transparent !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    overflow: visible !important;
}

/* 큰 카드 안쪽 흰 배경/테두리 제거 */
.order-page-wrapper .order-card-wrapper > .card-body,
.order-page-wrapper .card.order-card-wrapper > .card-body,
#result_ajaxSearch .order-card-wrapper > .card-body,
#new_order .order-card-wrapper > .card-body{
    background: transparent !important;
    border: 0 !important;
    border-color: transparent !important;
    box-shadow: none !important;
    border-radius: 0 !important;
}

/* 카드 pseudo 잔상 차단 */
.order-page-wrapper .order-card-wrapper::before,
.order-page-wrapper .order-card-wrapper::after,
.order-page-wrapper .card.order-card-wrapper::before,
.order-page-wrapper .card.order-card-wrapper::after,
#result_ajaxSearch .order-card-wrapper::before,
#result_ajaxSearch .order-card-wrapper::after{
    content: none !important;
    display: none !important;
}

/* 주문창 본문 자체는 페이지 배경과 자연스럽게 */
.order-page-wrapper,
.order-page-wrapper #new_order,
#result_ajaxSearch,
#new_order.order-form-container{
    background: transparent !important;
}/* 내부 요소들은 기존처럼 독립 카드 유지 */
.order-page-wrapper .platform-btn, .order-page-wrapper .form-control, .order-page-wrapper .app-input-field, .order-page-wrapper .service-description-card, .order-page-wrapper .order-notice-box, html body #new_order .app-style-form-wrapper{
    box-shadow: inherit;
}/* 서비스 설명/주의 박스는 흰 카드로 유지 */
.order-page-wrapper .service-description-card, .order-page-wrapper .order-notice-box, html body #new_order .app-style-form-wrapper{
    background: #fff;
}

/* 다크모드에서도 큰 외곽 카드만 제거하고 내부 카드는 유지 */
@media (prefers-color-scheme: dark){
    body:not(.force-light) .order-page-wrapper .card.order-card-wrapper,
    body:not(.force-light) .order-page-wrapper .order-card-wrapper,
    body:not(.force-light) #result_ajaxSearch .card.order-card-wrapper,
    body:not(.force-light) #new_order.order-form-container .card.order-card-wrapper{
        background: transparent !important;
        border: 0 !important;
        border-color: transparent !important;
        box-shadow: none !important;
    }

    body:not(.force-light) .order-page-wrapper .order-card-wrapper > .card-body,
    body:not(.force-light) .order-page-wrapper .card.order-card-wrapper > .card-body{
        background: transparent !important;
        border: 0 !important;
        box-shadow: none !important;
    }
}


.order-page-wrapper .app-form-header{
    margin:0 0 19px !important;
    padding-bottom:15px !important;
    border-bottom:1px dashed rgba(191,219,254,.92) !important;
    transform:none !important;
}

.order-page-wrapper .app-form-header h5,
.order-page-wrapper .app-form-header h5 *,
.order-page-wrapper .app-form-header i{
    margin:0 !important;
    color:#0b1220 !important;
    font-size:18px !important;
    font-weight:950 !important;
    letter-spacing:-.04em !important;
    transform:none !important;
    transition:none !important;
}

.order-page-wrapper .app-input-group{
    margin-bottom:17px !important;
}

.order-page-wrapper .app-input-label,
.order-page-wrapper .app-input-label > span,
.order-page-wrapper .app-input-label label{
    position:static !important;
    left:auto !important;
    top:auto !important;
    display:flex !important;
    align-items:center !important;
    width:100% !important;
    min-height:20px !important;
    margin:0 0 9px 0 !important;
    padding:0 !important;
    color:#162033 !important;
    font-size:13.2px !important;
    font-weight:920 !important;
    line-height:20px !important;
    letter-spacing:-.025em !important;
    opacity:1 !important;
    transform:none !important;
    translate:none !important;
    transition:color .16s ease, transform .16s ease !important;
}

.order-page-wrapper .app-input-group:focus-within > .app-input-label,
.order-page-wrapper .app-input-group:focus-within > .app-input-label > span:not(.req),
.order-page-wrapper .app-input-group:focus-within > .app-input-label label{
    color:#3182F6 !important;
    transform:translateY(-1px) !important;
    translate:none !important;
}

.order-page-wrapper .app-input-label .req,
.order-page-wrapper .app-input-group:focus-within .app-input-label .req{
    color:#ef4444 !important;
    transform:none !important;
}

.order-page-wrapper .app-input-label .sub-info,
.order-page-wrapper .app-input-group .sub-info,
.order-page-wrapper .app-input-group:focus-within .sub-info{
    color:#64748b !important;
    font-size:12px !important;
    font-weight:720 !important;
    line-height:20px !important;
    transform:none !important;
}html body #new_order .app-style-form-wrapper input:not([type="hidden"]), html body #new_order .app-style-form-wrapper textarea, html body #new_order .app-style-form-wrapper select, html body #new_order .app-style-form-wrapper .form-control, html body #new_order .app-style-form-wrapper .app-input-field{
    min-height:50px !important;
    border-radius:17px !important;
    border:1px solid #dfe7f2 !important;
    background:#ffffff !important;
    color:#0f172a !important;
    font-weight:780 !important;
    box-shadow:none !important;
    outline:0 !important;
    transform:none !important;
    translate:none !important;
    box-sizing:border-box !important;
    transition:border-color .16s ease, background-color .16s ease, color .16s ease, padding .16s ease !important;
}html body #new_order .app-style-form-wrapper input:not([type="hidden"]), html body #new_order .app-style-form-wrapper select, html body #new_order .app-style-form-wrapper .form-control, html body #new_order .app-style-form-wrapper .app-input-field{
    height:50px !important;
    padding-top:12px !important;
    padding-bottom:12px !important;
    line-height:24px !important;
}html body #new_order .app-style-form-wrapper input:not([type="hidden"]):focus, html body #new_order .app-style-form-wrapper textarea:focus, html body #new_order .app-style-form-wrapper select:focus, html body #new_order .app-style-form-wrapper .form-control:focus, html body #new_order .app-style-form-wrapper .app-input-field:focus{
    background:#ffffff !important;
    border-color:#3182F6 !important;
    color:#101828 !important;
    box-shadow:none !important;
    outline:0 !important;
    transform:none !important;
    translate:none !important;
}html body #new_order .app-style-form-wrapper input:not([type="hidden"]):focus, html body #new_order .app-style-form-wrapper select:focus, html body #new_order .app-style-form-wrapper .form-control:focus, html body #new_order .app-style-form-wrapper .app-input-field:focus{
    padding-top:11px !important;
    padding-bottom:13px !important;
}html body #new_order .app-style-form-wrapper input:not([type="hidden"])::placeholder, html body #new_order .app-style-form-wrapper textarea::placeholder, html body #new_order .app-style-form-wrapper .form-control::placeholder, html body #new_order .app-style-form-wrapper .app-input-field::placeholder{
    color:#8b95a1 !important;
    transition:color .16s ease !important;
}html body #new_order .app-style-form-wrapper input:not([type="hidden"]):focus::placeholder, html body #new_order .app-style-form-wrapper textarea:focus::placeholder, html body #new_order .app-style-form-wrapper .form-control:focus::placeholder, html body #new_order .app-style-form-wrapper .app-input-field:focus::placeholder{
    color:#64748b !important;
}html body #new_order .app-style-form-wrapper .form-floating > .form-control, html body #new_order .app-style-form-wrapper .form-floating > .form-select{
    height:50px !important;
    min-height:50px !important;
    padding-top:12px !important;
    padding-bottom:12px !important;
    line-height:24px !important;
}html body #new_order .app-style-form-wrapper .form-floating > .form-control:focus, html body #new_order .app-style-form-wrapper .form-floating > .form-select:focus{
    padding-top:11px !important;
    padding-bottom:13px !important;
}html body #new_order .app-style-form-wrapper select, html body #new_order .app-style-form-wrapper select.form-control, html body #new_order .app-style-form-wrapper .sns-local-native-select{
    background-color:#ffffff !important;
    cursor:pointer !important;
    transform:none !important;
}html body #new_order .app-style-form-wrapper .custom-select-wrapper, html body #new_order .app-style-form-wrapper .custom-select-wrapper.open{
    border:0 !important;
    background:transparent !important;
    box-shadow:none !important;
    transform:none !important;
}html body #new_order .app-style-form-wrapper .custom-select-wrapper.open .custom-select-trigger, html body #new_order .app-style-form-wrapper .custom-select-trigger:focus, html body #new_order .app-style-form-wrapper .custom-select-trigger:active{
    border-color:#3182F6 !important;
    box-shadow:none !important;
    outline:0 !important;
    transform:none !important;
}html body #new_order .app-style-form-wrapper textarea{
    min-height:118px !important;
    line-height:1.58 !important;
    resize:vertical !important;
}

/* 당근 후기 수량 박스 고급화 */
.order-page-wrapper .dg-review-flow-summary-20260605{
    margin:18px 0 !important;
    padding:18px !important;
    border-radius:17px !important;
    background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%) !important;
    border:1px solid rgba(226,232,240,.96) !important;
    box-shadow:0 1px 2px rgba(15,23,42,.060), inset 0 1px 0 rgba(255,255,255,.88) !important;
}

.order-page-wrapper .dg-review-flow-title-20260605{
    display:flex !important;
    align-items:center !important;
    justify-content:space-between !important;
    gap:12px !important;
    margin:0 0 16px !important;
    color:#0f172a !important;
    font-size:16px !important;
    font-weight:950 !important;
    letter-spacing:-.035em !important;
}

.order-page-wrapper .dg-review-flow-badge-20260605{
    min-height:28px !important;
    padding:0 12px !important;
    border-radius:999px !important;
    background:rgba(37,99,235,.10) !important;
    color:#2563eb !important;
    font-size:12px !important;
    font-weight:950 !important;
    border:1px solid rgba(37,99,235,.14) !important;
}

.order-page-wrapper .dg-review-flow-grid-20260605{
    display:grid !important;
    grid-template-columns:1fr 1.05fr 1fr !important;
    gap:12px !important;
    align-items:stretch !important;
}

.order-page-wrapper .dg-review-flow-item-20260605{
    min-height:92px !important;
    padding:16px !important;
    border-radius:20px !important;
    background:#ffffff !important;
    border:1px solid rgba(226,232,240,.96) !important;
    box-shadow:0 1px 2px rgba(15,23,42,.060) !important;
    display:flex !important;
    flex-direction:column !important;
    justify-content:center !important;
}

.order-page-wrapper .dg-review-flow-label-20260605{
    margin:0 0 9px !important;
    color:#64748b !important;
    font-size:12px !important;
    font-weight:900 !important;
    letter-spacing:-.02em !important;
}

.order-page-wrapper .dg-review-flow-value-20260605{
    display:flex !important;
    align-items:baseline !important;
    gap:5px !important;
    color:#0f172a !important;
    font-size:24px !important;
    font-weight:950 !important;
    letter-spacing:-.04em !important;
    line-height:1 !important;
}

.order-page-wrapper .dg-review-flow-value-20260605 small{
    color:#475569 !important;
    font-size:13px !important;
    font-weight:900 !important;
}

.order-page-wrapper .dg-daily-input-20260605{
    width:100% !important;
    height:46px !important;
    padding:0 12px !important;
    border-radius:16px !important;
    border:1px solid rgba(226,232,240,.96) !important;
    background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%) !important;
    color:#0f172a !important;
    font-size:20px !important;
    font-weight:950 !important;
    text-align:center !important;
    letter-spacing:-.03em !important;
}

.order-page-wrapper .dg-review-flow-help-20260605{
    margin-top:13px !important;
    padding:11px 12px !important;
    border-radius:15px !important;
    background:rgba(248,250,252,.96) !important;
    color:#64748b !important;
    font-size:12px !important;
    line-height:1.5 !important;
    font-weight:750 !important;
}

@media (max-width:767.98px){
    .order-page-wrapper .app-style-form-wrapper{
        padding:19px !important;
        border-radius:22px !important;
    }
    .order-page-wrapper .dg-review-flow-grid-20260605{
        grid-template-columns:1fr !important;
    }
    .order-page-wrapper .dg-review-flow-item-20260605{
        min-height:78px !important;
    }
}

@media (prefers-color-scheme: dark){
    body:not(.force-light) .order-page-wrapper .app-style-form-wrapper{
        background:linear-gradient(180deg,#111827 0%,#0f172a 100%) !important;
        border-color:rgba(71,85,105,.86) !important;
        color:#e5e7eb !important;
    }
    body:not(.force-light) .order-page-wrapper .app-form-header{
        border-bottom-color:rgba(71,85,105,.72) !important;
    }
    body:not(.force-light) .order-page-wrapper .app-form-header h5,
    body:not(.force-light) .order-page-wrapper .app-input-label{
        color:#f8fafc !important;
    }
    body:not(.force-light) .order-page-wrapper .app-input-label .sub-info,
    body:not(.force-light) .order-page-wrapper .app-input-group .sub-info{
        color:#94a3b8 !important;
    }
    body:not(.force-light) .order-page-wrapper .app-style-form-wrapper input:not([type="hidden"]),
    body:not(.force-light) .order-page-wrapper .app-style-form-wrapper textarea,
    body:not(.force-light) .order-page-wrapper .app-style-form-wrapper select,
    body:not(.force-light) .order-page-wrapper .app-style-form-wrapper .form-control,
    body:not(.force-light) .order-page-wrapper .app-style-form-wrapper .app-input-field{
        background:#1f2937 !important;
        border-color:#334155 !important;
        color:#f8fafc !important;
        box-shadow:none !important;
    }
    body:not(.force-light) .order-page-wrapper .dg-review-flow-summary-20260605{
        background:linear-gradient(180deg,#111827 0%,#0f172a 100%) !important;
        border-color:rgba(226,232,240,.96) !important;
    }
    body:not(.force-light) .order-page-wrapper .dg-review-flow-title-20260605,
    body:not(.force-light) .order-page-wrapper .dg-review-flow-value-20260605{
        color:#f8fafc !important;
    }
    body:not(.force-light) .order-page-wrapper .dg-review-flow-item-20260605{
        background:#111827 !important;
        border-color:#334155 !important;
    }
    body:not(.force-light) .order-page-wrapper .dg-review-flow-label-20260605,
    body:not(.force-light) .order-page-wrapper .dg-review-flow-value-20260605 small,
    body:not(.force-light) .order-page-wrapper .dg-review-flow-help-20260605{
        color:#94a3b8 !important;
    }
    body:not(.force-light) .order-page-wrapper .dg-daily-input-20260605{
        background:#0f172a !important;
        border-color:#334155 !important;
        color:#f8fafc !important;
    }
}

html body #new_order .app-style-form-wrapper .custom-select-wrapper{
    position: relative !important;
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    overflow: visible !important;
    box-sizing: border-box !important;
}html body #new_order .app-style-form-wrapper .custom-select-wrapper.open{
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    overflow: visible !important;
}html body #new_order .app-style-form-wrapper .custom-select-trigger{
    position: relative !important;
    z-index: 2 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 10px !important;
    width: 100% !important;
    height: 50px !important;
    min-height: 50px !important;
    padding: 0 16px !important;
    border: 1px solid #dfe7f2 !important;
    border-radius: 17px !important;
    background: #ffffff !important;
    box-shadow: none !important;
    outline: 0 !important;
    color: #101828 !important;
    font-size: 13.5px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    letter-spacing: -0.025em !important;
    box-sizing: border-box !important;
    transform: none !important;
    transition: border-color .16s ease, background-color .16s ease, color .16s ease !important;
}html body #new_order .app-style-form-wrapper .custom-select-trigger:hover, html body #new_order .app-style-form-wrapper .custom-select-wrapper.open .custom-select-trigger{
    border-color: #d3deec !important;
    background: #ffffff !important;
    box-shadow: none !important;
    color: #101828 !important;
}html body #new_order .app-style-form-wrapper .custom-select-trigger:focus, html body #new_order .app-style-form-wrapper .custom-select-trigger:active{
    border-color: #d3deec !important;
    background: #ffffff !important;
    box-shadow: none !important;
    outline: 0 !important;
    color: #101828 !important;
}html body #new_order .app-style-form-wrapper .custom-select-trigger .arrow{
    color: #8b95a1 !important;
    transition: transform .18s ease, color .16s ease !important;
}html body #new_order .app-style-form-wrapper .custom-select-wrapper.open .custom-select-trigger .arrow{
    color: #8b95a1 !important;
    transform: rotate(180deg) !important;
}html body #new_order .app-style-form-wrapper .custom-select-options{
    display: block !important;
    width: 100% !important;
    max-height: 0 !important;
    margin: 0 !important;
    padding: 0 8px !important;
    border: 1px solid transparent !important;
    border-radius: 17px !important;
    background: #ffffff !important;
    box-shadow: none !important;
    outline: 0 !important;
    opacity: 0 !important;
    visibility: hidden !important;
    overflow: hidden !important;
    list-style: none !important;
    box-sizing: border-box !important;
    transition: max-height .22s ease, opacity .16s ease, padding-top .16s ease, padding-bottom .16s ease, visibility 0s linear .16s !important;
}html body #new_order .app-style-form-wrapper .custom-select-wrapper.open .custom-select-options{
    margin-top: 7px !important;
    padding: 8px !important;
    max-height: 320px !important;
    overflow-y: auto !important;
    opacity: 1 !important;
    visibility: visible !important;
    border: 1px solid #dfe7f2 !important;
    background: #ffffff !important;
    box-shadow: none !important;
    transition: max-height .24s ease, opacity .16s ease, padding-top .16s ease, padding-bottom .16s ease, visibility 0s linear 0s !important;
}html body #new_order .app-style-form-wrapper .custom-select-option, html body #new_order .app-style-form-wrapper .custom-select-options li{
    display: flex !important;
    align-items: center !important;
    min-height: 40px !important;
    margin: 0 !important;
    padding: 9px 11px !important;
    border: 0 !important;
    border-radius: 10px !important;
    background: transparent !important;
    box-shadow: none !important;
    color: #334155 !important;
    font-size: 13px !important;
    font-weight: 760 !important;
    line-height: 1.25 !important;
    letter-spacing: -0.025em !important;
    box-sizing: border-box !important;
    transition: background-color .14s ease, color .14s ease !important;
}html body #new_order .app-style-form-wrapper .custom-select-option:hover, html body #new_order .app-style-form-wrapper .custom-select-options li:hover{
    background: #f7fbff !important;
    box-shadow: none !important;
    color: #2563eb !important;
}html body #new_order .app-style-form-wrapper .custom-select-option.selected, html body #new_order .app-style-form-wrapper .custom-select-options li.selected{
    background: #f5f9ff !important;
    box-shadow: none !important;
    color: #2563eb !important;
    font-weight: 900 !important;
}html body #new_order .app-style-form-wrapper .custom-select-option .check, html body #new_order .app-style-form-wrapper .custom-select-option i.fa-check, html body #new_order .app-style-form-wrapper .custom-select-options li .check, html body #new_order .app-style-form-wrapper .custom-select-options li i.fa-check{
    color: #f59e0b !important;
}html body #new_order .app-style-form-wrapper .sns-local-native-select, html body #new_order .app-style-form-wrapper select.form-control{
    height: 50px !important;
    min-height: 50px !important;
    padding: 0 16px !important;
    border: 1px solid #dfe7f2 !important;
    border-radius: 17px !important;
    background: #ffffff !important;
    box-shadow: none !important;
    outline: 0 !important;
    color: #101828 !important;
    font-size: 13.5px !important;
    font-weight: 800 !important;
    letter-spacing: -0.025em !important;
    transition: border-color .16s ease, background-color .16s ease, color .16s ease !important;
}html body #new_order .app-style-form-wrapper .sns-local-native-select:hover, html body #new_order .app-style-form-wrapper select.form-control:hover, html body #new_order .app-style-form-wrapper .sns-local-native-select:focus, html body #new_order .app-style-form-wrapper select.form-control:focus{
    border-color: #d3deec !important;
    background: #ffffff !important;
    box-shadow: none !important;
    outline: 0 !important;
    color: #101828 !important;
}


.order-page-wrapper .dg-review-flow-summary-20260605,
.dg-review-flow-summary-20260605 {
    display: block !important;
    width: 100% !important;
    margin: 18px 0 !important;
    padding: 18px !important;
    border-radius: 18px !important;
    background: #ffffff !important;
    border: 1px solid #dfe7f2 !important;
    box-shadow: none !important;
    overflow: hidden !important;
    clear: both !important;
    box-sizing: border-box !important;
}

.order-page-wrapper .dg-review-flow-title-20260605,
.dg-review-flow-title-20260605 {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 12px !important;
    margin: 0 0 15px !important;
    color: #101828 !important;
    font-size: 16px !important;
    font-weight: 950 !important;
    letter-spacing: -0.04em !important;
    line-height: 1.22 !important;
}

.order-page-wrapper .dg-review-flow-badge-20260605,
.dg-review-flow-badge-20260605 {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 28px !important;
    height: 28px !important;
    padding: 0 11px !important;
    border-radius: 999px !important;
    background: #eff6ff !important;
    color: #2563eb !important;
    font-size: 12px !important;
    font-weight: 900 !important;
    border: 1px solid #bfdbfe !important;
    white-space: nowrap !important;
    line-height: 1 !important;
    flex: 0 0 auto !important;
}

.order-page-wrapper .dg-review-flow-grid-20260605,
.dg-review-flow-grid-20260605 {
    display: grid !important;
    grid-template-columns: 1fr 1.05fr 1fr !important;
    gap: 10px !important;
    align-items: stretch !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

.order-page-wrapper .dg-review-flow-item-20260605,
.dg-review-flow-item-20260605 {
    min-height: 84px !important;
    padding: 14px 15px !important;
    border-radius: 15px !important;
    background: #f8fafc !important;
    border: 1px solid #e7edf5 !important;
    box-shadow: none !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    box-sizing: border-box !important;
}

.order-page-wrapper .dg-review-flow-label-20260605,
.dg-review-flow-label-20260605 {
    display: block !important;
    margin: 0 0 8px !important;
    color: #64748b !important;
    font-size: 12px !important;
    font-weight: 850 !important;
    letter-spacing: -0.02em !important;
    line-height: 1.15 !important;
}

.order-page-wrapper .dg-review-flow-value-20260605,
.dg-review-flow-value-20260605 {
    display: flex !important;
    align-items: baseline !important;
    gap: 5px !important;
    color: #101828 !important;
    font-size: 23px !important;
    font-weight: 950 !important;
    letter-spacing: -0.05em !important;
    line-height: 1 !important;
}

.order-page-wrapper .dg-review-flow-value-20260605 small,
.dg-review-flow-value-20260605 small {
    color: #64748b !important;
    font-size: 13px !important;
    font-weight: 800 !important;
}

.order-page-wrapper .dg-daily-input-wrap-20260605,
.dg-daily-input-wrap-20260605 {
    position: relative !important;
    width: 100% !important;
    display: block !important;
    box-sizing: border-box !important;
}

.order-page-wrapper .dg-daily-input-20260605,
.dg-daily-input-20260605 {
    display: block !important;
    width: 100% !important;
    height: 44px !important;
    line-height: 44px !important;
    padding: 0 34px 0 12px !important;
    margin: 0 !important;
    border-radius: 14px !important;
    border: 1px solid #dfe7f2 !important;
    background: #ffffff !important;
    color: #101828 !important;
    box-shadow: none !important;
    font-size: 20px !important;
    font-weight: 950 !important;
    text-align: center !important;
    letter-spacing: -0.04em !important;
    outline: none !important;
    box-sizing: border-box !important;
}

.order-page-wrapper .dg-daily-input-20260605:focus,
.dg-daily-input-20260605:focus {
    border-color: #3182F6 !important;
    box-shadow: 0 0 0 3px rgba(49,130,246,.10) !important;
}

.order-page-wrapper .dg-daily-unit-20260605,
.dg-daily-unit-20260605 {
    position: absolute !important;
    right: 12px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    color: #64748b !important;
    font-size: 13px !important;
    font-weight: 850 !important;
    pointer-events: none !important;
}

.order-page-wrapper .dg-review-flow-result-20260605,
.dg-review-flow-result-20260605,
.order-page-wrapper .dg-review-flow-help-20260605,
.dg-review-flow-help-20260605 {
    margin-top: 12px !important;
    padding: 11px 12px !important;
    border-radius: 14px !important;
    background: #f8fafc !important;
    border: 1px solid #e7edf5 !important;
    color: #64748b !important;
    box-shadow: none !important;
    font-size: 12.5px !important;
    line-height: 1.5 !important;
    font-weight: 750 !important;
}

.order-page-wrapper .dg-review-flow-result-20260605 strong,
.dg-review-flow-result-20260605 strong {
    color: #2563eb !important;
    font-weight: 950 !important;
}

@media (max-width: 767.98px) {
    .order-page-wrapper .dg-review-flow-summary-20260605,
    .dg-review-flow-summary-20260605 {
        padding: 16px !important;
        border-radius: 16px !important;
    }

    .order-page-wrapper .dg-review-flow-grid-20260605,
    .dg-review-flow-grid-20260605 {
        grid-template-columns: 1fr !important;
        gap: 8px !important;
    }

    .order-page-wrapper .dg-review-flow-item-20260605,
    .dg-review-flow-item-20260605 {
        min-height: 74px !important;
    }
}

@media (prefers-color-scheme: dark) {
    body:not(.force-light) .order-page-wrapper .dg-review-flow-summary-20260605,
    body:not(.force-light) .dg-review-flow-summary-20260605,
    body:not(.force-light) .order-page-wrapper .dg-review-flow-item-20260605,
    body:not(.force-light) .dg-review-flow-item-20260605,
    body:not(.force-light) .order-page-wrapper .dg-daily-input-20260605,
    body:not(.force-light) .dg-daily-input-20260605 {
        background: #111827 !important;
        border-color: #334155 !important;
        color: #f8fafc !important;
        box-shadow: none !important;
    }

    body:not(.force-light) .order-page-wrapper .dg-review-flow-title-20260605,
    body:not(.force-light) .dg-review-flow-title-20260605,
    body:not(.force-light) .order-page-wrapper .dg-review-flow-value-20260605,
    body:not(.force-light) .dg-review-flow-value-20260605 {
        color: #f8fafc !important;
    }
}


html body #new_order .app-style-form-wrapper {
  width: 100%;
  margin: 12px 0 22px !important;
  padding: 22px !important;
  border: 1px solid #dfe7f2 !important;
  border-radius: 22px !important;
  background: #ffffff !important;
  box-shadow: none !important;
  box-sizing: border-box !important;
  transform: none !important;
}

html body #new_order .app-style-form-wrapper .app-form-header {
  margin: 0 0 15px !important;
  padding: 0 0 12px !important;
  border-bottom: 1px solid #eef2f6 !important;
  transform: none !important;
}

html body #new_order .app-style-form-wrapper .app-form-header h5,
html body #new_order .app-style-form-wrapper .app-form-header h5 *,
html body #new_order .app-style-form-wrapper .app-form-header i {
  margin: 0 !important;
  color: #0f172a !important;
  font-size: 16px !important;
  font-weight: 850 !important;
  line-height: 1.28 !important;
  letter-spacing: -0.035em !important;
  transform: none !important;
  transition: none !important;
}

html body #new_order .app-style-form-wrapper .biz-banner-container {
  margin: 0 0 14px !important;
}

html body #new_order .app-style-form-wrapper .app-input-group,
html body #new_order .app-style-form-wrapper .form-group,
html body #new_order .app-style-form-wrapper .form-floating {
  position: relative !important;
  width: 100% !important;
  margin: 0 0 14px !important;
  padding: 0 !important;
  box-sizing: border-box !important;
  text-align: left !important;
  transform: none !important;
  translate: none !important;
}

html body #new_order .app-style-form-wrapper .app-input-group:last-child,
html body #new_order .app-style-form-wrapper .form-group:last-child,
html body #new_order .app-style-form-wrapper .form-floating:last-child {
  margin-bottom: 0 !important;
}

html body #new_order .app-style-form-wrapper .app-input-label,
html body #new_order .app-style-form-wrapper label,
html body #new_order .app-style-form-wrapper .form-floating > label {
  position: static !important;
  left: auto !important;
  top: auto !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  gap: 2px !important;
  width: 100% !important;
  max-width: 100% !important;
  min-height: 0 !important;
  height: auto !important;
  margin: 0 0 6px !important;
  padding: 0 !important;
  text-align: left !important;
  line-height: 1.28 !important;
  color: #111827 !important;
  opacity: 1 !important;
  pointer-events: auto !important;
  transform: none !important;
  translate: none !important;
  transition: color .14s ease !important;
}

html body #new_order .app-style-form-wrapper .app-input-label > span,
html body #new_order .app-style-form-wrapper .app-input-label label,
html body #new_order .app-style-form-wrapper label > span,
html body #new_order .app-style-form-wrapper .form-floating > label > span {
  display: inline-flex !important;
  align-items: center !important;
  gap: 3px !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #111827 !important;
  font-size: 13.2px !important;
  font-weight: 780 !important;
  line-height: 1.3 !important;
  letter-spacing: -0.028em !important;
  text-align: left !important;
  transform: none !important;
  translate: none !important;
  opacity: 1 !important;
}

html body #new_order .app-style-form-wrapper .app-input-label > span:first-child,
html body #new_order .app-style-form-wrapper .app-input-label label,
html body #new_order .app-style-form-wrapper label > span:first-child,
html body #new_order .app-style-form-wrapper .form-floating > label {
  color: #111827 !important;
  font-size: 13.2px !important;
  font-weight: 800 !important;
}

html body #new_order .app-style-form-wrapper .app-input-label .req,
html body #new_order .app-style-form-wrapper label .req,
html body #new_order .app-style-form-wrapper .app-input-group:focus-within .app-input-label .req {
  color: #ef4444 !important;
  font-size: inherit !important;
  font-weight: 850 !important;
  line-height: inherit !important;
  transform: none !important;
}

html body #new_order .app-style-form-wrapper .app-input-label .sub-info,
html body #new_order .app-style-form-wrapper .app-input-group .sub-info,
html body #new_order .app-style-form-wrapper .app-input-help,
html body #new_order .app-style-form-wrapper .app-input-desc,
html body #new_order .app-style-form-wrapper small,
html body #new_order .app-style-form-wrapper .text-muted {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #6b7684 !important;
  font-size: 11.7px !important;
  font-weight: 620 !important;
  line-height: 1.35 !important;
  letter-spacing: -0.018em !important;
  text-align: left !important;
  transform: none !important;
  translate: none !important;
}

html body #new_order .app-style-form-wrapper .app-input-label .sub-info[style*="ef4444"],
html body #new_order .app-style-form-wrapper .app-input-label .sub-info[style*="red"] {
  color: #ef4444 !important;
  font-size: 11.4px !important;
  font-weight: 700 !important;
  line-height: 1.34 !important;
}

html body #new_order .app-style-form-wrapper .app-input-group:focus-within > .app-input-label,
html body #new_order .app-style-form-wrapper .app-input-group:focus-within > .app-input-label > span:first-child,
html body #new_order .app-style-form-wrapper .app-input-group:focus-within > .app-input-label label,
html body #new_order .app-style-form-wrapper .form-floating:focus-within > label,
html body #new_order .app-style-form-wrapper .form-floating > .form-control:focus ~ label,
html body #new_order .app-style-form-wrapper .form-floating > .form-control:not(:placeholder-shown) ~ label,
html body #new_order .app-style-form-wrapper .form-floating > .form-select ~ label {
  color: #2563eb !important;
  transform: none !important;
  translate: none !important;
  opacity: 1 !important;
}

html body #new_order .app-style-form-wrapper input:not([type="hidden"]):not([type="checkbox"]):not([type="radio"]),
html body #new_order .app-style-form-wrapper select,
html body #new_order .app-style-form-wrapper .form-control,
html body #new_order .app-style-form-wrapper .form-select,
html body #new_order .app-style-form-wrapper .app-input-field,
html body #new_order .app-style-form-wrapper .sns-local-select-trigger-20260601,
html body #new_order .app-style-form-wrapper .custom-select-trigger,
html body #new_order .app-style-form-wrapper .traffic-keyword-extract-box-20260601 {
  width: 100% !important;
  height: 48px !important;
  min-height: 48px !important;
  padding: 0 15px !important;
  border: 1px solid #dfe7f2 !important;
  border-radius: 16px !important;
  background: #ffffff !important;
  background-color: #ffffff !important;
  background-image: none !important;
  box-shadow: none !important;
  outline: 0 !important;
  box-sizing: border-box !important;
  color: #101828 !important;
  font-size: 13.25px !important;
  font-weight: 680 !important;
  line-height: 22px !important;
  letter-spacing: -0.024em !important;
  text-align: left !important;
  transform: none !important;
  translate: none !important;
  transition: border-color .14s ease, background-color .14s ease, color .14s ease !important;
}

html body #new_order .app-style-form-wrapper input:not([type="hidden"]):not([type="checkbox"]):not([type="radio"]):hover,
html body #new_order .app-style-form-wrapper select:hover,
html body #new_order .app-style-form-wrapper .form-control:hover,
html body #new_order .app-style-form-wrapper .form-select:hover,
html body #new_order .app-style-form-wrapper .app-input-field:hover,
html body #new_order .app-style-form-wrapper .sns-local-select-trigger-20260601:hover,
html body #new_order .app-style-form-wrapper .custom-select-trigger:hover,
html body #new_order .app-style-form-wrapper .traffic-keyword-extract-box-20260601:hover {
  border-color: #d3deec !important;
  background: #ffffff !important;
  background-color: #ffffff !important;
  box-shadow: none !important;
  transform: none !important;
}

html body #new_order .app-style-form-wrapper input:not([type="hidden"]):not([type="checkbox"]):not([type="radio"]):focus,
html body #new_order .app-style-form-wrapper textarea:focus,
html body #new_order .app-style-form-wrapper select:focus,
html body #new_order .app-style-form-wrapper .form-control:focus,
html body #new_order .app-style-form-wrapper .form-select:focus,
html body #new_order .app-style-form-wrapper .app-input-field:focus,
html body #new_order .app-style-form-wrapper .sns-local-select-trigger-20260601:focus,
html body #new_order .app-style-form-wrapper .custom-select-trigger:focus,
html body #new_order .app-style-form-wrapper .sns-local-select-wrapper-20260601.open .sns-local-select-trigger-20260601,
html body #new_order .app-style-form-wrapper .custom-select-wrapper.open .custom-select-trigger {
  border-color: #3182f6 !important;
  background: #ffffff !important;
  background-color: #ffffff !important;
  color: #101828 !important;
  box-shadow: none !important;
  outline: 0 !important;
  transform: none !important;
  translate: none !important;
}

html body #new_order .app-style-form-wrapper textarea,
html body #new_order .app-style-form-wrapper textarea.app-input-field {
  height: auto !important;
  min-height: 108px !important;
  padding: 13px 15px !important;
  resize: vertical !important;
  line-height: 1.58 !important;
  white-space: pre-wrap !important;
}

html body #new_order .app-style-form-wrapper input::placeholder,
html body #new_order .app-style-form-wrapper textarea::placeholder,
html body #new_order .app-style-form-wrapper .form-control::placeholder,
html body #new_order .app-style-form-wrapper .app-input-field::placeholder {
  color: #8b95a1 !important;
  font-size: 13px !important;
  font-weight: 540 !important;
  line-height: inherit !important;
  letter-spacing: -0.02em !important;
}

html body #new_order .app-style-form-wrapper .sns-local-select-text-20260601,
html body #new_order .app-style-form-wrapper .custom-select-trigger .selected-text,
html body #new_order .app-style-form-wrapper .custom-select-trigger span:first-child {
  color: #101828 !important;
  font-size: 13.25px !important;
  font-weight: 720 !important;
  letter-spacing: -0.024em !important;
}

html body #new_order .app-style-form-wrapper .sns-local-select-wrapper-20260601,
html body #new_order .app-style-form-wrapper .custom-select-wrapper,
html body #new_order .app-style-form-wrapper .custom-select-wrapper.open {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  transform: none !important;
}

html body #new_order .app-style-form-wrapper .sns-local-select-wrapper-20260601.open .sns-local-select-options-20260601,
html body #new_order .app-style-form-wrapper .custom-select-wrapper.open .custom-select-options {
  margin-top: 6px !important;
  padding: 7px !important;
  border: 1px solid #dfe7f2 !important;
  border-radius: 16px !important;
  background: #ffffff !important;
  box-shadow: none !important;
}


html body #new_order .app-style-form-wrapper .dg-review-flow-summary-20260605 {
  position: relative !important;
  margin: 18px 0 20px !important;
  padding: 18px !important;
  border-radius: 24px !important;
  background: linear-gradient(135deg, #ffffff 0%, #fffaf4 48%, #f8fbff 100%) !important;
  border: 1px solid rgba(245, 158, 11, .28) !important;
  box-shadow: 0 14px 34px rgba(15, 23, 42, .075), 0 2px 8px rgba(245, 158, 11, .055), inset 0 1px 0 rgba(255, 255, 255, .92) !important;
  overflow: hidden !important;
}

html body #new_order .app-style-form-wrapper .dg-review-flow-summary-20260605::before {
  content: '' !important;
  position: absolute !important;
  inset: 0 auto 0 0 !important;
  width: 5px !important;
  border-radius: 24px 0 0 24px !important;
  background: linear-gradient(180deg, #f97316 0%, #f59e0b 48%, #3182f6 100%) !important;
}

html body #new_order .app-style-form-wrapper .dg-review-flow-title-20260605 {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 12px !important;
  margin: 0 0 16px !important;
  color: #101828 !important;
  font-size: 16px !important;
  font-weight: 950 !important;
  line-height: 1.22 !important;
  letter-spacing: -0.045em !important;
}

html body #new_order .app-style-form-wrapper .dg-review-flow-title-20260605 > span:first-child {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
}

html body #new_order .app-style-form-wrapper .dg-review-flow-title-20260605 > span:first-child::before {
  content: '✓' !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 24px !important;
  height: 24px !important;
  border-radius: 10px !important;
  background: linear-gradient(135deg, #ffedd5 0%, #fed7aa 100%) !important;
  color: #f97316 !important;
  font-size: 13px !important;
  font-weight: 950 !important;
  box-shadow: inset 0 0 0 1px rgba(249, 115, 22, .18) !important;
}

html body #new_order .app-style-form-wrapper .dg-review-flow-badge-20260605 {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 30px !important;
  min-height: 30px !important;
  padding: 0 13px !important;
  border-radius: 999px !important;
  background: #eff6ff !important;
  color: #2563eb !important;
  border: 1px solid rgba(49, 130, 246, .20) !important;
  box-shadow: 0 6px 14px rgba(49, 130, 246, .08) !important;
  font-size: 12px !important;
  font-weight: 950 !important;
  line-height: 1 !important;
  white-space: nowrap !important;
}

html body #new_order .app-style-form-wrapper .dg-review-flow-grid-20260605 {
  display: grid !important;
  grid-template-columns: 1fr 1.1fr 1fr !important;
  gap: 12px !important;
  align-items: stretch !important;
}

html body #new_order .app-style-form-wrapper .dg-review-flow-item-20260605 {
  position: relative !important;
  min-height: 94px !important;
  padding: 16px !important;
  border-radius: 20px !important;
  background: rgba(255, 255, 255, .88) !important;
  border: 1px solid rgba(226, 232, 240, .98) !important;
  box-shadow: 0 8px 18px rgba(15, 23, 42, .045), inset 0 1px 0 rgba(255, 255, 255, .95) !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  overflow: hidden !important;
}

html body #new_order .app-style-form-wrapper .dg-review-flow-item-20260605::after {
  content: '' !important;
  position: absolute !important;
  right: -22px !important;
  top: -22px !important;
  width: 58px !important;
  height: 58px !important;
  border-radius: 50% !important;
  background: rgba(249, 115, 22, .075) !important;
  pointer-events: none !important;
}

html body #new_order .app-style-form-wrapper .dg-review-flow-item-20260605:nth-child(2) {
  border-color: rgba(249, 115, 22, .32) !important;
  background: linear-gradient(180deg, #ffffff 0%, #fff7ed 100%) !important;
}

html body #new_order .app-style-form-wrapper .dg-review-flow-label-20260605 {
  display: block !important;
  margin: 0 0 9px !important;
  color: #64748b !important;
  font-size: 12px !important;
  font-weight: 850 !important;
  line-height: 1.2 !important;
  letter-spacing: -0.025em !important;
}

html body #new_order .app-style-form-wrapper .dg-review-flow-value-20260605 {
  display: flex !important;
  align-items: baseline !important;
  gap: 5px !important;
  color: #0f172a !important;
  font-size: 28px !important;
  font-weight: 950 !important;
  line-height: 1 !important;
  letter-spacing: -0.055em !important;
}

html body #new_order .app-style-form-wrapper .dg-review-flow-value-20260605 small {
  color: #64748b !important;
  font-size: 13px !important;
  font-weight: 850 !important;
  letter-spacing: -0.025em !important;
}

html body #new_order .app-style-form-wrapper .dg-daily-input-wrap-20260605 {
  position: relative !important;
  display: block !important;
  width: 100% !important;
}

html body #new_order .app-style-form-wrapper .dg-daily-input-20260605 {
  height: 50px !important;
  min-height: 50px !important;
  padding: 0 38px 0 14px !important;
  border-radius: 16px !important;
  background: #ffffff !important;
  border: 1px solid rgba(249, 115, 22, .34) !important;
  box-shadow: 0 0 0 3px rgba(249, 115, 22, .055), inset 0 1px 0 rgba(255, 255, 255, .95) !important;
  color: #0f172a !important;
  font-size: 22px !important;
  font-weight: 950 !important;
  text-align: center !important;
  letter-spacing: -0.045em !important;
}

html body #new_order .app-style-form-wrapper .dg-daily-input-20260605:focus {
  border-color: #f97316 !important;
  box-shadow: 0 0 0 4px rgba(249, 115, 22, .13) !important;
}

html body #new_order .app-style-form-wrapper .dg-daily-unit-20260605 {
  right: 13px !important;
  color: #f97316 !important;
  font-size: 13px !important;
  font-weight: 950 !important;
}

html body #new_order .app-style-form-wrapper .dg-review-flow-result-20260605,
html body #new_order .app-style-form-wrapper .dg-review-flow-help-20260605 {
  margin-top: 12px !important;
  padding: 12px 13px !important;
  border-radius: 16px !important;
  background: rgba(255, 247, 237, .80) !important;
  border: 1px solid rgba(254, 215, 170, .88) !important;
  color: #6b7280 !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .75) !important;
  font-size: 12.5px !important;
  font-weight: 750 !important;
  line-height: 1.52 !important;
}

html body #new_order .app-style-form-wrapper .dg-review-flow-result-20260605 strong {
  color: #f97316 !important;
  font-weight: 950 !important;
}


@media (max-width: 640px) {
  html body #new_order .app-style-form-wrapper .dg-review-flow-summary-20260605 {
    margin: 14px 0 18px !important;
    padding: 16px !important;
    border-radius: 22px !important;
  }

  html body #new_order .app-style-form-wrapper .dg-review-flow-title-20260605 {
    margin-bottom: 14px !important;
    font-size: 15px !important;
  }

  html body #new_order .app-style-form-wrapper .dg-review-flow-title-20260605 > span:first-child::before {
    width: 22px !important;
    height: 22px !important;
    border-radius: 9px !important;
    font-size: 12px !important;
  }

  html body #new_order .app-style-form-wrapper .dg-review-flow-badge-20260605 {
    height: 28px !important;
    min-height: 28px !important;
    padding: 0 11px !important;
    font-size: 11.5px !important;
  }

  html body #new_order .app-style-form-wrapper .dg-review-flow-grid-20260605 {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }

  html body #new_order .app-style-form-wrapper .dg-review-flow-item-20260605 {
    min-height: 76px !important;
    padding: 14px 15px !important;
    border-radius: 18px !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    align-items: center !important;
    column-gap: 14px !important;
  }

  html body #new_order .app-style-form-wrapper .dg-review-flow-label-20260605 {
    margin: 0 !important;
    font-size: 12.5px !important;
  }

  html body #new_order .app-style-form-wrapper .dg-review-flow-value-20260605 {
    justify-content: flex-end !important;
    font-size: 28px !important;
    white-space: nowrap !important;
  }

  html body #new_order .app-style-form-wrapper .dg-daily-input-wrap-20260605 {
    width: 118px !important;
    min-width: 118px !important;
  }

  html body #new_order .app-style-form-wrapper .dg-daily-input-20260605 {
    height: 46px !important;
    min-height: 46px !important;
    padding: 0 34px 0 12px !important;
    border-radius: 15px !important;
    font-size: 20px !important;
  }

  html body #new_order .app-style-form-wrapper .dg-review-flow-result-20260605,
  html body #new_order .app-style-form-wrapper .dg-review-flow-help-20260605 {
    margin-top: 11px !important;
    padding: 11px 12px !important;
    border-radius: 15px !important;
    font-size: 12px !important;
  }
}


@media (max-width: 767.98px) {
  html body #new_order .app-style-form-wrapper {
    margin: 11px 0 20px !important;
    padding: 18px !important;
    border-radius: 20px !important;
  }

  html body #new_order .app-style-form-wrapper .app-form-header {
    margin-bottom: 13px !important;
    padding-bottom: 10px !important;
  }

  html body #new_order .app-style-form-wrapper .app-form-header h5,
  html body #new_order .app-style-form-wrapper .app-form-header h5 *,
  html body #new_order .app-style-form-wrapper .app-form-header i {
    font-size: 15.5px !important;
    font-weight: 840 !important;
  }

  html body #new_order .app-style-form-wrapper .app-input-group,
  html body #new_order .app-style-form-wrapper .form-group,
  html body #new_order .app-style-form-wrapper .form-floating {
    margin-bottom: 13px !important;
  }

  html body #new_order .app-style-form-wrapper .app-input-label,
  html body #new_order .app-style-form-wrapper label,
  html body #new_order .app-style-form-wrapper .form-floating > label {
    gap: 2px !important;
    margin-bottom: 6px !important;
  }

  html body #new_order .app-style-form-wrapper .app-input-label > span,
  html body #new_order .app-style-form-wrapper .app-input-label label,
  html body #new_order .app-style-form-wrapper label > span {
    font-size: 12.9px !important;
  }

  html body #new_order .app-style-form-wrapper .app-input-label .sub-info,
  html body #new_order .app-style-form-wrapper .app-input-group .sub-info,
  html body #new_order .app-style-form-wrapper small,
  html body #new_order .app-style-form-wrapper .text-muted {
    font-size: 11.3px !important;
    line-height: 1.32 !important;
  }

  html body #new_order .app-style-form-wrapper input:not([type="hidden"]):not([type="checkbox"]):not([type="radio"]),
  html body #new_order .app-style-form-wrapper select,
  html body #new_order .app-style-form-wrapper .form-control,
  html body #new_order .app-style-form-wrapper .form-select,
  html body #new_order .app-style-form-wrapper .app-input-field,
  html body #new_order .app-style-form-wrapper .sns-local-select-trigger-20260601,
  html body #new_order .app-style-form-wrapper .custom-select-trigger,
  html body #new_order .app-style-form-wrapper .traffic-keyword-extract-box-20260601 {
    height: 48px !important;
    min-height: 48px !important;
    padding-left: 14px !important;
    padding-right: 14px !important;
    border-radius: 15px !important;
    font-size: 13px !important;
  }

  html body #new_order .app-style-form-wrapper textarea,
  html body #new_order .app-style-form-wrapper textarea.app-input-field {
    min-height: 104px !important;
    padding: 12px 14px !important;
    border-radius: 15px !important;
  }
}


html body #new_order #app_style_real_delivery_form.sns-real-delivery-form-20260705 {
  --sns-rd-accent: #2563eb;
  --sns-rd-soft: #eff6ff;
  --sns-rd-line: #d7e3f3;
  --sns-rd-line-active: #3b82f6;
  --sns-rd-ink: #0f172a;
  --sns-rd-muted: #64748b;
}

html body #new_order #app_style_real_delivery_form.sns-real-delivery-form-20260705 .biz-banner-container {
  margin-bottom: 18px !important;
}

html body #new_order #app_style_real_delivery_form .sns-real-delivery-grid-20260705 {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
  gap: 14px 12px !important;
}

html body #new_order #app_style_real_delivery_form .sns-real-delivery-span-2-20260705 {
  grid-column: 1 / -1 !important;
}

html body #new_order #app_style_real_delivery_form .app-input-group {
  margin-bottom: 0 !important;
}

html body #new_order #app_style_real_delivery_form .app-input-label {
  min-height: 35px !important;
  margin-bottom: 7px !important;
  align-items: flex-start !important;
}

html body #new_order #app_style_real_delivery_form .app-input-label > span:first-child {
  color: var(--sns-rd-ink) !important;
  font-size: 13.25px !important;
  font-weight: 850 !important;
  letter-spacing: -0.035em !important;
  line-height: 1.35 !important;
}

html body #new_order #app_style_real_delivery_form .sns-real-delivery-danger-20260705,
html body #new_order #app_style_real_delivery_form .app-input-label .sns-real-delivery-danger-20260705 {
  color: #ef4444 !important;
  font-weight: 820 !important;
}

html body #new_order #app_style_real_delivery_form .sns-real-delivery-textarea-20260705 {
  min-height: 112px !important;
}

html body #new_order #app_style_real_delivery_form .sns-rd-method-control-20260705 {
  position: relative !important;
  width: 100% !important;
}

html body #new_order #app_style_real_delivery_form .sns-rd-method-button-20260705 {
  width: 100% !important;
  min-height: 52px !important;
  border: 1px solid var(--sns-rd-line) !important;
  border-radius: 16px !important;
  background: #fff !important;
  color: #0f172a !important;
  padding: 0 16px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 10px !important;
  font-size: 14px !important;
  font-weight: 850 !important;
  letter-spacing: -0.035em !important;
  box-shadow: none !important;
  outline: 0 !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
}

html body #new_order #app_style_real_delivery_form .sns-rd-method-button-20260705[aria-expanded="true"] {
  border-color: var(--sns-rd-line-active) !important;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.08) !important;
}

html body #new_order #app_style_real_delivery_form .sns-rd-method-button-20260705:focus,
html body #new_order #app_style_real_delivery_form .sns-rd-method-button-20260705:focus-visible {
  outline: 0 !important;
  box-shadow: none !important;
}

html body #new_order #app_style_real_delivery_form .sns-rd-method-button-20260705:focus:not([aria-expanded="true"]),
html body #new_order #app_style_real_delivery_form .sns-rd-method-button-20260705:focus-visible:not([aria-expanded="true"]) {
  border-color: var(--sns-rd-line) !important;
}

html body #new_order #app_style_real_delivery_form .sns-rd-method-button-20260705::-moz-focus-inner {
  border: 0 !important;
}

html body #new_order #app_style_real_delivery_form .sns-rd-method-button-20260705 i {
  color: var(--sns-rd-accent) !important;
  font-size: 11px !important;
}

html body #new_order #app_style_real_delivery_form .sns-rd-method-menu-20260705 {
  position: absolute !important;
  z-index: 40 !important;
  left: 0 !important;
  right: 0 !important;
  top: calc(100% + 8px) !important;
  padding: 7px !important;
  border: 1px solid #dbeafe !important;
  border-radius: 16px !important;
  background: #fff !important;
  box-shadow: none !important;
}

html body #new_order #app_style_real_delivery_form .sns-rd-method-option-20260705 {
  width: 100% !important;
  min-height: 40px !important;
  border: 0 !important;
  border-radius: 10px !important;
  background: transparent !important;
  padding: 0 12px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 12px !important;
  text-align: left !important;
  cursor: pointer !important;
}

html body #new_order #app_style_real_delivery_form .sns-rd-method-option-20260705 span {
  color: #0f172a !important;
  font-size: 13.25px !important;
  font-weight: 850 !important;
  letter-spacing: -0.035em !important;
}

html body #new_order #app_style_real_delivery_form .sns-rd-method-option-20260705 i {
  color: var(--sns-rd-accent) !important;
  font-size: 14px !important;
  opacity: 0 !important;
}

html body #new_order #app_style_real_delivery_form .sns-rd-method-option-20260705:hover,
html body #new_order #app_style_real_delivery_form .sns-rd-method-option-20260705.is-active {
  background: var(--sns-rd-soft) !important;
}

html body #new_order #app_style_real_delivery_form .sns-rd-method-option-20260705.is-active span {
  color: var(--sns-rd-accent) !important;
}

html body #new_order #app_style_real_delivery_form .sns-rd-method-option-20260705.is-active i {
  opacity: 1 !important;
}

@media (max-width: 767.98px) {
  html body #new_order #app_style_real_delivery_form .sns-real-delivery-grid-20260705 {
    grid-template-columns: 1fr !important;
    gap: 13px !important;
  }

  html body #new_order #app_style_real_delivery_form .sns-real-delivery-span-2-20260705 {
    grid-column: auto !important;
  }

  html body #new_order #app_style_real_delivery_form .app-input-label {
    min-height: auto !important;
  }
}


#new_order {
    --sns-form-text-main: #0f172a;
    --sns-form-text-sub: #64748b;
    --sns-form-line: #d7e3f3;
    --sns-form-line-soft: #e2e8f0;
    --sns-form-bg-soft: #f8fafc;
    --sns-form-accent: #3182F6;
    --sns-form-danger: #ef4444;
    --sns-form-radius-card: 18px;
    --sns-form-radius-input: 14px;
    --sns-form-radius-chip: 999px;
    --sns-form-shadow-soft: 0 10px 24px rgba(15, 23, 42, .06);
}

#new_order .app-style-form-wrapper {
    margin-top: 14px;
    letter-spacing: -0.035em;
}

#new_order .app-style-form-wrapper .app-form-header {
    display: flex;
    align-items: center;
    min-height: 46px;
    margin: 0 0 14px;
    padding: 0 0 10px;
}

#new_order .app-style-form-wrapper .app-form-header h5 {
    display: flex;
    align-items: center;
    gap: 8px;
    min-height: 46px;
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 950;
    line-height: 1.25;
    color: var(--sns-form-text-main);
}

#new_order .app-style-form-wrapper .app-form-header h5 i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    min-width: 18px;
    height: 18px;
    line-height: 1;
}

#new_order .app-style-form-wrapper .app-input-group {
    margin: 0 0 16px;
}

#new_order .app-style-form-wrapper .app-input-label {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 8px;
    margin: 0 0 8px;
    font-size: 13px;
    font-weight: 900;
    line-height: 1.35;
    color: var(--sns-form-text-main);
}

#new_order .app-style-form-wrapper .app-input-label > span:first-child {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    min-width: 0;
}

#new_order .app-style-form-wrapper .sub-info,
#new_order .app-style-form-wrapper .app-input-label .sub-info {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    max-width: 56%;
    font-size: 11.5px;
    font-weight: 800;
    line-height: 1.35;
    text-align: right;
    color: var(--sns-form-text-sub);
    word-break: keep-all;
}

#new_order .app-style-form-wrapper .req {
    color: var(--sns-form-danger);
    font-weight: 950;
}

#new_order .app-style-form-wrapper .form-control.square {
    min-height: 44px;
    border: 1px solid var(--sns-form-line);
    border-radius: var(--sns-form-radius-input);
    font-size: 13px;
    font-weight: 750;
    color: var(--sns-form-text-main);
    background: #fff;
    box-shadow: none;
    box-sizing: border-box;
}

#new_order .app-style-form-wrapper textarea.form-control.square {
    min-height: 88px;
    padding: 12px 13px;
    line-height: 1.5;
    resize: vertical;
}

#new_order .app-style-form-wrapper .form-control.square:focus {
    border-color: var(--sns-form-accent);
    box-shadow: 0 0 0 3px rgba(49, 130, 246, .10);
    outline: 0;
}

#new_order .app-style-form-wrapper .content-option-card-20260704,
#new_order .app-style-form-wrapper .website-option-card-20260704,
#new_order .app-style-form-wrapper .sns-rd-method-option-20260705,
#new_order .app-style-form-wrapper .sns-rd-qty-mode-card-20260705,
#new_order .app-style-form-wrapper .sns-qty-mode-card-20260705 {
    border-radius: var(--sns-form-radius-card);
    box-sizing: border-box;
}

#new_order .app-style-form-wrapper .content-option-card-20260704,
#new_order .app-style-form-wrapper .website-option-card-20260704 {
    min-height: 74px;
    box-shadow: 0 1px 0 rgba(15, 23, 42, .03);
}

#new_order .app-style-form-wrapper .content-option-card-20260704 strong,
#new_order .app-style-form-wrapper .website-option-card-20260704 strong,
#new_order .app-style-form-wrapper .sns-rd-method-option-20260705 strong {
    letter-spacing: -0.04em;
}

#new_order .app-style-form-wrapper .content-option-card-20260704 p,
#new_order .app-style-form-wrapper .website-option-card-20260704 p,
#new_order .app-style-form-wrapper .sns-rd-method-option-20260705 p {
    word-break: keep-all;
}

#new_order .app-style-form-wrapper .quick-chip,
#new_order .app-style-form-wrapper .quick-chip-clear {
    border-radius: var(--sns-form-radius-chip);
    font-weight: 850;
}

@media (max-width: 767px) {
    #new_order .app-style-form-wrapper {
        margin-top: 12px;
    }

    #new_order .app-style-form-wrapper .app-form-header {
        min-height: 42px;
        margin-bottom: 12px;
    }

    #new_order .app-style-form-wrapper .app-form-header h5 {
        min-height: 42px;
        font-size: 15px;
    }

    #new_order .app-style-form-wrapper .app-input-label {
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
    }

    #new_order .app-style-form-wrapper .sub-info,
    #new_order .app-style-form-wrapper .app-input-label .sub-info {
        max-width: 100%;
        justify-content: flex-start;
        text-align: left;
    }

    #new_order .app-style-form-wrapper .content-card-grid-20260704,
    #new_order .app-style-form-wrapper .website-card-grid-20260704,
    #new_order .app-style-form-wrapper .sns-rd-method-menu-20260705,
    #new_order .app-style-form-wrapper #sns_real_delivery_qty_mode_cards_20260705 {
        grid-template-columns: 1fr;
    }
}


#new_order .app-style-form-wrapper .app-input-field {
    display: block;
    width: 100%;
    min-height: 44px;
    padding: 0 13px;
    border: 1px solid var(--sns-form-line);
    border-radius: var(--sns-form-radius-input);
    background: #fff;
    color: var(--sns-form-text-main);
    font-size: 13px;
    font-weight: 750;
    line-height: 1.45;
    letter-spacing: -0.025em;
    box-shadow: none;
    box-sizing: border-box;
    transition: border-color .16s ease, box-shadow .16s ease, background-color .16s ease;
}

#new_order .app-style-form-wrapper textarea.app-input-field {
    min-height: 96px;
    padding: 12px 13px;
    line-height: 1.55;
    resize: vertical;
}

#new_order .app-style-form-wrapper select.app-input-field {
    padding-right: 34px;
    appearance: auto;
    cursor: pointer;
}

#new_order .app-style-form-wrapper .app-input-field::placeholder {
    color: #94a3b8;
    font-weight: 650;
    opacity: 1;
}

#new_order .app-style-form-wrapper .app-input-field:focus {
    border-color: var(--sns-form-accent);
    background: #fff;
    box-shadow: 0 0 0 3px rgba(49, 130, 246, .10);
    outline: 0;
}

#new_order .app-style-form-wrapper .app-input-field[readonly],
#new_order .app-style-form-wrapper .app-input-field:disabled {
    background: var(--sns-form-bg-soft);
    color: #475569;
    cursor: not-allowed;
}

#new_order .app-style-form-wrapper .app-input-group > .app-input-field + .sub-info,
#new_order .app-style-form-wrapper .app-input-group > .sub-info {
    margin-top: 7px;
}

#new_order .app-style-form-wrapper .biz-banner-container:empty {
    display: none;
}

#new_order .app-style-form-wrapper .content-card-grid-20260704,
#new_order .app-style-form-wrapper .website-card-grid-20260704 {
    gap: 12px;
}

#new_order .app-style-form-wrapper .content-option-card-20260704:hover,
#new_order .app-style-form-wrapper .website-option-card-20260704:hover {
    transform: translateY(-1px);
}

#new_order .app-style-form-wrapper .content-option-card-20260704.is-active,
#new_order .app-style-form-wrapper .website-option-card-20260704.is-active {
    box-shadow: var(--sns-form-shadow-soft);
}

@media (max-width: 767px) {
    #new_order .app-style-form-wrapper .app-input-field {
        min-height: 43px;
        font-size: 13px;
    }

    #new_order .app-style-form-wrapper textarea.app-input-field {
        min-height: 90px;
    }

    #new_order .app-style-form-wrapper .content-option-card-20260704,
    #new_order .app-style-form-wrapper .website-option-card-20260704 {
        padding: 15px 15px;
    }
}


@media (prefers-color-scheme: dark) {
    body:not(.force-light) #new_order .app-style-form-wrapper {
    background: transparent !important;
    border-color: rgba(148, 163, 184, .30) !important;
    color: #f8fafc !important;
    box-shadow: none !important;
  }

  body:not(.force-light) #new_order .app-style-form-wrapper .app-form-header {
    border-bottom-color: rgba(148, 163, 184, .22) !important;
  }

  body:not(.force-light) #new_order .app-style-form-wrapper .app-form-header h5,
  body:not(.force-light) #new_order .app-style-form-wrapper .app-form-header h5 *,
  body:not(.force-light) #new_order .app-style-form-wrapper .app-input-label > span:first-child,
  body:not(.force-light) #new_order .app-style-form-wrapper .app-input-label label,
  body:not(.force-light) #new_order .app-style-form-wrapper label > span:first-child {
    color: #f8fafc !important;
  }

  body:not(.force-light) #new_order .app-style-form-wrapper .app-input-label .sub-info,
  body:not(.force-light) #new_order .app-style-form-wrapper .app-input-group .sub-info,
  body:not(.force-light) #new_order .app-style-form-wrapper small,
  body:not(.force-light) #new_order .app-style-form-wrapper .text-muted {
    color: #94a3b8 !important;
  }

  body:not(.force-light) #new_order .app-style-form-wrapper input:not([type="hidden"]):not([type="checkbox"]):not([type="radio"]),
  body:not(.force-light) #new_order .app-style-form-wrapper textarea,
  body:not(.force-light) #new_order .app-style-form-wrapper select,
  body:not(.force-light) #new_order .app-style-form-wrapper .form-control,
  body:not(.force-light) #new_order .app-style-form-wrapper .form-select,
  body:not(.force-light) #new_order .app-style-form-wrapper .app-input-field,
  body:not(.force-light) #new_order .app-style-form-wrapper .sns-local-select-trigger-20260601,
  body:not(.force-light) #new_order .app-style-form-wrapper .custom-select-trigger,
  body:not(.force-light) #new_order .app-style-form-wrapper .traffic-keyword-extract-box-20260601,
  body:not(.force-light) #new_order .app-style-form-wrapper .dg-review-flow-summary-20260605,
  body:not(.force-light) #new_order .app-style-form-wrapper .dg-review-flow-item-20260605 {
    background: transparent !important;
    background-color: transparent !important;
    border-color: rgba(148, 163, 184, .30) !important;
    color: #f8fafc !important;
    box-shadow: none !important;
  }

  body:not(.force-light) #new_order .app-style-form-wrapper input::placeholder,
  body:not(.force-light) #new_order .app-style-form-wrapper textarea::placeholder,
  body:not(.force-light) #new_order .app-style-form-wrapper .form-control::placeholder,
  body:not(.force-light) #new_order .app-style-form-wrapper .app-input-field::placeholder {
    color: #94a3b8 !important;
  }
}


@media (pointer: coarse), (max-width: 768px) {
  html body #new_order#new_order#new_order .platform-btn.platform-btn.platform-btn,
  html body #new_order#new_order#new_order .platform-btn.platform-btn.platform-btn:hover,
  html body #new_order#new_order#new_order .platform-btn.platform-btn.platform-btn:active,
  html body #new_order#new_order#new_order .platform-btn.platform-btn.platform-btn.active,
  html body #new_order#new_order#new_order .platform-btn.platform-btn.platform-btn.active:hover,
  html body #new_order#new_order#new_order .platform-btn.platform-btn.platform-btn.is-pressing,
  html body #new_order#new_order#new_order .platform-btn.platform-btn.platform-btn.is-releasing,
  html body .order-page-wrapper.order-page-wrapper.order-page-wrapper .platform-btn.platform-btn.platform-btn,
  html body .order-page-wrapper.order-page-wrapper.order-page-wrapper .platform-btn.platform-btn.platform-btn:hover,
  html body .order-page-wrapper.order-page-wrapper.order-page-wrapper .platform-btn.platform-btn.platform-btn:active,
  html body .order-page-wrapper.order-page-wrapper.order-page-wrapper .platform-btn.platform-btn.platform-btn.active,
  html body .order-page-wrapper.order-page-wrapper.order-page-wrapper .platform-btn.platform-btn.platform-btn.active:hover,
  html body .order-page-wrapper.order-page-wrapper.order-page-wrapper .platform-btn.platform-btn.platform-btn.is-pressing,
  html body .order-page-wrapper.order-page-wrapper.order-page-wrapper .platform-btn.platform-btn.platform-btn.is-releasing {
    -webkit-appearance: none !important;
    appearance: none !important;
    color-scheme: light !important;
    forced-color-adjust: none !important;
    -webkit-tap-highlight-color: transparent !important;

    background: #ffffff !important;
    background-color: #ffffff !important;
    background-image: none !important;
    background-origin: padding-box !important;
    background-clip: padding-box !important;
    -webkit-background-clip: padding-box !important;

    border: 1px solid #dfe7f2 !important;
    border-radius: 16px !important;

    box-shadow: none !important;
    filter: none !important;
    opacity: 1 !important;
    outline: 0 !important;
    transform: none !important;
    -webkit-transform: none !important;
    translate: 0 0 !important;
    scale: 1 !important;
    rotate: 0deg !important;
    will-change: auto !important;
    isolation: isolate !important;
    cursor: pointer !important;
    user-select: none !important;
    touch-action: manipulation !important;

    color: #4E5968 !important;
    transition: border-color .12s ease, color .12s ease, background-color .12s ease !important;
  }

  html body #new_order#new_order#new_order .platform-btn.platform-btn.platform-btn.active,
  html body #new_order#new_order#new_order .platform-btn.platform-btn.platform-btn.active:hover,
  html body .order-page-wrapper.order-page-wrapper.order-page-wrapper .platform-btn.platform-btn.platform-btn.active,
  html body .order-page-wrapper.order-page-wrapper.order-page-wrapper .platform-btn.platform-btn.platform-btn.active:hover {
    background: #ffffff !important;
    background-color: #ffffff !important;
    background-image: none !important;
    border-color: rgba(var(--sns-platform-rgb, 225,48,108), .88) !important;
    box-shadow: none !important;
    filter: none !important;
    color: #191F28 !important;
  }

  html body #new_order#new_order#new_order .platform-btn.platform-btn.platform-btn > *:not(.sns-hot-badge),
  html body .order-page-wrapper.order-page-wrapper.order-page-wrapper .platform-btn.platform-btn.platform-btn > *:not(.sns-hot-badge),
  html body #new_order#new_order#new_order .platform-icon-img,
  html body #new_order#new_order#new_order .platform-code-icon,
  html body #new_order#new_order#new_order .platform-code-icon i,
  html body .order-page-wrapper.order-page-wrapper.order-page-wrapper .platform-icon-img,
  html body .order-page-wrapper.order-page-wrapper.order-page-wrapper .platform-code-icon,
  html body .order-page-wrapper.order-page-wrapper.order-page-wrapper .platform-code-icon i {
    transform: none !important;
    -webkit-transform: none !important;
    translate: 0 0 !important;
    scale: 1 !important;
    rotate: 0deg !important;
    filter: none !important;
    will-change: auto !important;
  }

  html body #new_order#new_order#new_order .platform-btn.platform-btn.platform-btn span:not(.sns-hot-badge),
  html body .order-page-wrapper.order-page-wrapper.order-page-wrapper .platform-btn.platform-btn.platform-btn span:not(.sns-hot-badge) {
    color: #4E5968 !important;
    font-weight: 800 !important;
  }

  html body #new_order#new_order#new_order .platform-btn.platform-btn.platform-btn.active span:not(.sns-hot-badge),
  html body .order-page-wrapper.order-page-wrapper.order-page-wrapper .platform-btn.platform-btn.platform-btn.active span:not(.sns-hot-badge) {
    color: #191F28 !important;
    font-weight: 900 !important;
  }
}


