.scbp-wrap {
    font-family: 'Roboto', sans-serif;
    color: #333;
    display: flex;
    min-height: 600px;
    background: #F7F8FA;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .08);
    position: relative
}

.scbp-wrap * {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

.scbp-sidebar {
    width: 270px;
    background: #fff;
    border-right: 1px solid #E8ECF1;
    padding: 24px;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    flex-shrink: 0
}

.scbp-logo {
    font-size: 19px;
    font-weight: 700;
    color: #1A365D;
    margin-bottom: 28px
}

.scbp-logo span {
    color: #2A4A7F;
    font-weight: 400
}

.scbp-cat {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #888;
    margin: 20px 0 8px;
    font-weight: 600
}

.scbp-sbtn {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    border-radius: 6px;
    font-size: 13px;
    color: #555;
    cursor: pointer;
    transition: all .2s;
    border: none;
    background: none;
    width: 100%;
    text-align: left;
    font-family: inherit
}

.scbp-sbtn:hover,
.scbp-sbtn.active {
    background: rgba(206, 110, 97, .08);
    color: #CE6E61
}

.scbp-ic {
    width: 28px;
    height: 28px;
    border-radius: 6px;
    background: rgba(206, 110, 97, .08);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    flex-shrink: 0
}

.scbp-main {
    flex: 1;
    padding: 40px;
    max-width: 880px
}

.scbp-topbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 36px
}

.scbp-topbar h2 {
    font-size: 26px;
    font-weight: 700;
    color: #1A365D;
    margin: 0
}

.scbp-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 24px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    border: none;
    font-family: inherit;
    transition: all .3s
}

.scbp-btn-coral {
    background: #CE6E61;
    color: #fff
}

.scbp-btn-coral:hover {
    background: #B85A4D
}

.scbp-btn-blue {
    background: #1A365D;
    color: #fff
}

.scbp-btn-blue:hover {
    background: #2A4A7F
}

.scbp-btn-green {
    background: #48BB78;
    color: #fff
}

.scbp-btn-green:hover {
    background: #38A169
}

.scbp-btn-o {
    background: transparent;
    color: #1A365D;
    border: 1px solid #E8ECF1
}

.scbp-btn-o:hover {
    border-color: #1A365D
}

.scbp-wizard {
    display: none
}

.scbp-wizard.active {
    display: block
}

.scbp-dots {
    display: flex;
    gap: 8px;
    margin-bottom: 28px
}

.scbp-dot {
    height: 4px;
    flex: 1;
    border-radius: 4px;
    background: #E8ECF1
}

.scbp-dot.done {
    background: #CE6E61
}

.scbp-dot.cur {
    background: #CE6E61;
    opacity: .6
}

.scbp-fg {
    margin-bottom: 18px
}

.scbp-fg label {
    display: block;
    font-size: 13px;
    font-weight: 500;
    color: #555;
    margin-bottom: 5px
}

.scbp-fg input,
.scbp-fg select,
.scbp-fg textarea {
    width: 100%;
    padding: 11px 14px;
    border-radius: 6px;
    border: 1px solid #E8ECF1;
    color: #333;
    font-size: 14px;
    font-family: inherit;
    outline: none;
    background: #fff
}

.scbp-fg input:focus,
.scbp-fg select:focus,
.scbp-fg textarea:focus {
    border-color: #CE6E61
}

.scbp-fg textarea {
    min-height: 100px;
    resize: vertical
}

.scbp-acts {
    display: flex;
    gap: 12px;
    margin-top: 20px;
    justify-content: flex-end
}

.scbp-empty {
    text-align: center;
    padding: 80px 40px
}

.scbp-big {
    font-size: 56px;
    margin-bottom: 18px
}

.scbp-empty h3 {
    font-size: 22px;
    color: #1A365D;
    margin-bottom: 8px
}

.scbp-empty p {
    color: #555;
    font-size: 15px
}

.scbp-result-box {
    background: #fff;
    border: 1px solid #E8ECF1;
    border-radius: 12px;
    padding: 32px;
    line-height: 1.8;
    font-size: 14px;
    color: #555;
    white-space: pre-wrap;
    max-height: 600px;
    overflow-y: auto;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .08)
}

.scbp-result-box h2,
.scbp-result-box h3 {
    color: #1A365D;
    margin: 20px 0 10px
}

.scbp-result-box h2 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 24px
}

.scbp-result-box h3 {
    font-size: 16px;
    color: #CE6E61;
    border-bottom: 1px solid #E8ECF1;
    padding-bottom: 8px
}

.scbp-result-box b {
    color: #333
}

.scbp-result-box table {
    width: 100%;
    border-collapse: collapse;
    margin: 12px 0
}

.scbp-result-box td,
.scbp-result-box th {
    padding: 8px 12px;
    border: 1px solid #E8ECF1;
    font-size: 13px;
    text-align: left
}

.scbp-result-box th {
    background: rgba(206, 110, 97, .06);
    color: #CE6E61
}

.scbp-loading {
    display: none;
    text-align: center;
    padding: 80px
}

.scbp-loading.on {
    display: block
}

.scbp-loading h3 {
    color: #1A365D
}

.scbp-loading p {
    color: #888;
    margin-top: 6px
}

.scbp-spin {
    width: 40px;
    height: 40px;
    border: 3px solid #E8ECF1;
    border-top-color: #CE6E61;
    border-radius: 50%;
    animation: scbp-sp 1s linear infinite;
    margin: 0 auto 18px
}

@keyframes scbp-sp {
    to {
        transform: rotate(360deg)
    }
}

.scbp-load-step {
    padding: 8px 0;
    font-size: 14px;
    color: #CE6E61;
    animation: scbp-fadeIn .5s
}

@keyframes scbp-fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.scbp-toast {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background: #48BB78;
    color: #fff;
    padding: 13px 24px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    transform: translateY(100px);
    opacity: 0;
    transition: all .4s;
    z-index: 10000;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .08)
}

.scbp-toast.show {
    transform: translateY(0);
    opacity: 1
}

/* Usage badge */
.scbp-usage-badge{display:flex;align-items:center;gap:6px;background:rgba(206,110,97,.08);padding:6px 14px;border-radius:20px;font-size:13px;font-weight:600;color:#1A365D;white-space:nowrap}
.scbp-usage-icon{font-size:14px}
.scbp-usage-bar{width:60px;height:5px;background:#E8ECF1;border-radius:10px;overflow:hidden}
.scbp-usage-fill{height:100%;width:0;background:#CE6E61;border-radius:10px;transition:width .4s ease}
.scbp-usage-badge.limit-reached{background:rgba(229,62,62,.1);color:#E53E3E}
.scbp-usage-badge.limit-reached .scbp-usage-fill{background:#E53E3E}

/* Limit reached modal */
.scbp-limit-overlay{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);z-index:10001;align-items:center;justify-content:center}
.scbp-limit-overlay.show{display:flex}
.scbp-limit-modal{background:#fff;border-radius:14px;padding:40px 32px;max-width:420px;width:90%;text-align:center;box-shadow:0 20px 60px rgba(0,0,0,.2);animation:scbp-modalIn .3s ease}
.scbp-limit-modal h3{font-size:20px;color:#1A365D;margin:14px 0 8px}
.scbp-limit-modal p{font-size:14px;color:#666;line-height:1.6;margin-bottom:20px}
.scbp-limit-emoji{font-size:48px}
@keyframes scbp-modalIn{from{transform:scale(.9);opacity:0}to{transform:scale(1);opacity:1}}

.scbp-mobile-toggle{display:none;align-items:center;justify-content:center;width:40px;height:40px;border-radius:8px;border:1px solid #E8ECF1;background:#fff;cursor:pointer;font-size:20px;flex-shrink:0;transition:all .2s}
.scbp-mobile-toggle:hover{background:rgba(206,110,97,.06);border-color:#CE6E61}

/* Mobile overlay */
.scbp-overlay{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.4);z-index:9998;opacity:0;transition:opacity .3s}
.scbp-overlay.show{display:block;opacity:1}

/* Mobile close button inside sidebar */
.scbp-sidebar-close{display:none;align-items:center;justify-content:center;width:32px;height:32px;border-radius:6px;border:1px solid #E8ECF1;background:#fff;cursor:pointer;font-size:18px;position:absolute;top:16px;right:16px;transition:all .2s}
.scbp-sidebar-close:hover{background:rgba(206,110,97,.08);color:#CE6E61}

/* ==================== RESPONSIVE ==================== */
@media(max-width:800px){
    .scbp-wrap{flex-direction:column;min-height:0;border-radius:8px}

    /* Sidebar → slide-out drawer */
    .scbp-sidebar{
        position:fixed;top:0;left:0;bottom:0;width:280px;max-width:85vw;
        z-index:9999;transform:translateX(-100%);transition:transform .3s ease;
        padding:24px;padding-top:56px;border-right:1px solid #E8ECF1;
        box-shadow:4px 0 20px rgba(0,0,0,.15)
    }
    .scbp-sidebar.open{transform:translateX(0)}
    .scbp-sidebar-close{display:flex}

    /* Hamburger visible */
    .scbp-mobile-toggle{display:flex}

    /* Main content adjustments */
    .scbp-main{padding:20px 16px;max-width:100%}
    .scbp-topbar{margin-bottom:20px;gap:12px}
    .scbp-topbar h2{font-size:20px}

    /* Empty state */
    .scbp-empty{padding:40px 20px}
    .scbp-big{font-size:44px;margin-bottom:14px}
    .scbp-empty h3{font-size:18px}
    .scbp-empty p{font-size:13px}

    /* Forms */
    .scbp-fg input,.scbp-fg select,.scbp-fg textarea{font-size:16px;padding:12px 14px}
    .scbp-fg textarea{min-height:80px}

    /* Buttons stack on mobile */
    .scbp-acts{flex-direction:column;gap:10px}
    .scbp-acts .scbp-btn{width:100%;justify-content:center;padding:12px 20px}

    /* Result box */
    .scbp-result-box{padding:20px 16px;font-size:13px;max-height:none;border-radius:8px;overflow-x:auto}
    .scbp-result-box h2{font-size:16px}
    .scbp-result-box h3{font-size:14px}

    /* Tables scroll horizontally on mobile */
    .scbp-result-box table{display:block;overflow-x:auto;white-space:nowrap}

    /* Loading */
    .scbp-loading{padding:40px 20px}

    /* Toast */
    .scbp-toast{bottom:16px;right:16px;left:16px;text-align:center;font-size:13px;padding:12px 16px}
}

@media(max-width:400px){
    .scbp-main{padding:16px 12px}
    .scbp-topbar h2{font-size:18px}
    .scbp-result-box{padding:16px 12px;font-size:12px}
    .scbp-fg input,.scbp-fg select,.scbp-fg textarea{font-size:16px}
}