:root {
    --bp-navy: #10233f;
    --bp-blue: #1f5eff;
    --bp-sky: #eaf1ff;
    --bp-bg: #f4f7fb;
    --bp-border: #e1e8f2;
    --bp-text: #172033;
    --bp-muted: #667085;
}
[x-cloak] {
    display: none !important;
}
body {
    background: var(--bp-bg);
    color: var(--bp-text);
}
.bp-navbar {
    background: rgba(255,255,255,.96);
    border-bottom: 1px solid var(--bp-border);
    backdrop-filter: blur(8px);
}
.bp-hero {
    background:
        radial-gradient(circle at top right, rgba(255,255,255,.22), transparent 34%),
        linear-gradient(135deg, #10233f, #1f5eff);
    color: #fff;
    border-radius: 28px;
    overflow: hidden;
}
.bp-card {
    border: 1px solid var(--bp-border);
    border-radius: 20px;
    box-shadow: 0 10px 28px rgba(16,35,63,.06);
}
.bp-soft-card {
    background: #fff;
    border: 1px solid var(--bp-border);
    border-radius: 18px;
}
.bp-score {
    font-size: 2.4rem;
    font-weight: 800;
}
.bp-map,
.address-picker-map {
    min-height: 360px;
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid #d9e2ef;
}
.bp-map-help {
    font-size: .875rem;
    color: #5b6577;
}
.bp-loading {
    position: fixed;
    inset: 0;
    background: rgba(16, 35, 63, .72);
    z-index: 2000;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bp-section-title {
    letter-spacing: -0.03em;
    font-weight: 800;
}
.bp-kicker {
    display: inline-flex;
    align-items: center;
    gap: .35rem;
    padding: .35rem .65rem;
    border-radius: 999px;
    background: var(--bp-sky);
    color: #1744b8;
    font-size: .82rem;
    font-weight: 700;
}
.bp-step {
    display: flex;
    gap: .85rem;
    padding: 1rem;
    border: 1px solid var(--bp-border);
    border-radius: 16px;
    background: #fff;
    height: 100%;
}
.bp-step-number {
    flex: 0 0 34px;
    height: 34px;
    border-radius: 50%;
    background: var(--bp-navy);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
}
.bp-form-section {
    background: #fff;
    border: 1px solid var(--bp-border);
    border-radius: 22px;
    padding: 1.25rem;
}
.bp-status-pill {
    display: inline-flex;
    align-items: center;
    gap: .35rem;
    padding: .45rem .7rem;
    border-radius: 999px;
    background: #f8fafc;
    border: 1px solid var(--bp-border);
    color: var(--bp-muted);
    font-size: .85rem;
}
@media (max-width: 767.98px) {
    .bp-hero {
        border-radius: 22px;
    }
    .bp-map,
    .address-picker-map {
        min-height: 320px;
    }
}

/* BizPoint result print/share polish */
.bp-action-bar {
    position: sticky;
    top: 72px;
    z-index: 900;
    background: rgba(244, 247, 251, .92);
    backdrop-filter: blur(8px);
    border: 1px solid var(--bp-border);
    border-radius: 18px;
    padding: .75rem;
}
.bp-judgement-box {
    border: 1px solid var(--bp-border);
    border-left: 6px solid var(--bp-blue);
    border-radius: 18px;
    background: #fff;
    padding: 1.1rem;
}
.bp-chart-box {
    min-height: 320px;
}
.bp-chart-box canvas {
    max-height: 300px;
}
.bp-map {
    min-height: 390px;
}
@media (max-width: 767.98px) {
    .bp-action-bar {
        position: static;
    }
    .bp-chart-box {
        min-height: 280px;
    }
    .bp-chart-box canvas {
        max-height: 260px;
    }
    .bp-map {
        min-height: 330px;
    }
}
@media print {
    .bp-navbar,
    footer,
    .bp-action-bar,
    .toast-container,
    .btn {
        display: none !important;
    }
    body {
        background: #fff !important;
    }
    main {
        padding-top: 0 !important;
    }
    .container {
        max-width: 100% !important;
        width: 100% !important;
    }
    .bp-card,
    .card {
        box-shadow: none !important;
        break-inside: avoid;
    }
    .bp-map {
        min-height: 280px !important;
    }
}

/* Korean UI line-break rules */
body,
button,
input,
select,
textarea,
.card,
.navbar,
.bp-card,
.bp-soft-card,
.bp-step,
.bp-form-section {
    word-break: keep-all;
    overflow-wrap: break-word;
}

h1, h2, h3, h4, h5, h6,
.bp-section-title,
.bp-hero-title {
    word-break: keep-all;
    overflow-wrap: normal;
    line-height: 1.22;
    letter-spacing: -0.045em;
}

.bp-hero-title {
    max-width: 760px;
}

.bp-hero-title .hero-line {
    display: inline-block;
}

@media (max-width: 767.98px) {
    .bp-hero-title {
        font-size: 2.25rem;
        line-height: 1.18;
    }
}
