
    @font-face {
        font-family: "Cabin UDRINK";
        src: url("/ui/fonts/cabin-latin-wght-400-700.woff2") format("woff2");
        font-style: normal;
        font-weight: 400 700;
        font-display: swap;
    }

    .bh-shell:has(.bh-account) {
        --client-primary: #1A3260;
        --client-deep: #002060;
        --client-support: #4590B8;
        --client-white: #FFFFFF;
        --client-ink: #101828;
        --client-ink-2: #344054;
        --client-muted: #667085;
        --client-line: #D0D5DD;
        --client-line-soft: #EAECF0;
        --client-surface: #F7F8FA;
        --client-success: #067647;
        --client-success-bg: #ECFDF3;
        --client-info: #175CD3;
        --client-info-bg: #EFF8FF;
        --client-radius-control: 4px;
        --client-radius-card: 8px;
        --client-shadow-sm: 0 1px 2px rgba(16, 24, 40, .08);
        --client-shadow-md: 0 10px 28px rgba(16, 24, 40, .12);
        --client-font: "Cabin UDRINK", system-ui, -apple-system, sans-serif;
        --font-sans: var(--client-font);

        min-height: 100vh;
        background: var(--client-surface);
        color: var(--client-ink);
        font-family: var(--client-font);
        font-size: 16px;
        line-height: 24px;
    }

    .bh-shell:has(.bh-account) :focus-visible {
        outline: 3px solid var(--client-support);
        outline-offset: 3px;
    }

    .bh-shell:has(.bh-account) .app-header {
        height: 80px;
        padding: 0 24px;
        gap: 12px;
        border-bottom-color: var(--client-line-soft);
        background: var(--client-white);
        box-shadow: var(--client-shadow-sm);
    }

    .bh-shell:has(.bh-account) .header-left,
    .bh-shell:has(.bh-account) .header-right {
        gap: 10px;
    }

    .bh-shell:has(.bh-account) .icon-btn,
    .bh-shell:has(.bh-account) .avatar {
        width: 44px;
        height: 44px;
        min-width: 44px;
        min-height: 44px;
        padding: 0;
        border: 1px solid var(--client-line);
        border-radius: var(--client-radius-control);
        background: var(--client-white);
        color: var(--client-primary);
    }

    .bh-shell:has(.bh-account) .icon-btn:hover,
    .bh-shell:has(.bh-account) .avatar:hover {
        border-color: var(--client-primary);
        background: var(--client-info-bg);
        color: var(--client-primary);
    }

    .bh-shell:has(.bh-account) .brand {
        gap: 0;
    }

    .bh-shell:has(.bh-account) .brand-text {
        display: none;
    }

    .bh-shell:has(.bh-account) .bh-client-v2-brand-logo {
        display: block;
        width: 118px;
        height: auto;
        max-height: 66px;
        object-fit: contain;
    }

    .bh-shell:has(.bh-account) .availability-pill {
        min-height: 44px;
        height: 44px;
        padding: 0 14px;
        gap: 7px;
        border: 1px solid var(--client-line);
        border-radius: 999px;
        background: var(--client-white);
        color: var(--client-ink-2);
        font-family: var(--client-font);
        font-size: 14px;
        line-height: 20px;
        font-weight: 600;
    }

    .bh-shell:has(.bh-account) .availability-pill .dot {
        width: 7px;
        height: 7px;
        background: var(--client-muted);
        box-shadow: none;
    }

    .bh-shell:has(.bh-account) .availability-pill[data-state="online"] {
        border-color: var(--client-success);
        background: var(--client-success-bg);
        color: var(--client-success);
    }

    .bh-shell:has(.bh-account) .availability-pill[data-state="online"] .dot {
        background: var(--client-success);
        box-shadow: none;
    }

    .bh-shell:has(.bh-account) .availability-pill[data-state="offline"] {
        border-color: var(--client-danger, #B42318);
        background: var(--client-danger-bg, #FEF3F2);
        color: var(--client-danger, #B42318);
    }

    .bh-shell:has(.bh-account) .availability-pill:disabled {
        border-color: var(--client-line-soft);
        background: var(--client-line-soft);
        color: var(--client-muted);
        cursor: not-allowed;
    }

    .bh-shell:has(.bh-account) .app-main {
        width: 100%;
        min-width: 0;
        max-width: 980px;
        padding: 24px 28px 48px;
    }

    .bh-shell:has(.bh-account) .drawer-overlay.open {
        background: rgba(16, 24, 40, .56);
    }

    .bh-shell:has(.bh-account) .drawer {
        width: 280px;
        max-width: 85vw;
        border-right-color: var(--client-line-soft);
        background: var(--client-white);
        color: var(--client-ink);
        box-shadow: var(--client-shadow-md);
    }

    .bh-shell:has(.bh-account) .drawer-head {
        min-height: 80px;
        height: 80px;
        padding: 0 16px;
        border-bottom-color: var(--client-line-soft);
    }

    .bh-shell:has(.bh-account) .drawer-nav {
        padding: 12px 8px;
        gap: 3px;
        scrollbar-color: var(--client-line) transparent;
    }

    .bh-shell:has(.bh-account) .nav-group-title {
        padding: 11px 12px 6px;
        color: var(--client-muted);
        font-family: var(--client-font);
        font-size: 11px;
        line-height: 16px;
        font-weight: 600;
        letter-spacing: .04em;
        text-transform: none;
    }

    .bh-shell:has(.bh-account) .nav-item {
        min-height: 44px;
        padding: 9px 12px;
        gap: 10px;
        border: 0;
        border-left: 3px solid transparent;
        border-radius: var(--client-radius-control);
        background: transparent;
        color: var(--client-ink-2);
        font-family: var(--client-font);
        font-size: 15px;
        line-height: 20px;
        font-weight: 400;
    }

    .bh-shell:has(.bh-account) .nav-item:hover {
        background: var(--client-surface);
        color: var(--client-ink);
    }

    .bh-shell:has(.bh-account) .nav-item .material-symbols-outlined {
        color: var(--client-muted);
    }

    .bh-shell:has(.bh-account) .nav-item.active {
        border-left-color: var(--client-support);
        background: var(--client-info-bg);
        color: var(--client-primary);
        font-weight: 600;
    }

    .bh-shell:has(.bh-account) .nav-item.active .material-symbols-outlined {
        color: var(--client-primary);
    }

    .bh-shell:has(.bh-account) .drawer-foot {
        gap: 10px;
        padding: 12px;
        border-top-color: var(--client-line-soft);
        background: var(--client-white);
    }

    .bh-shell:has(.bh-account) .drawer-foot__user-name {
        color: var(--client-ink);
        font-family: var(--client-font);
        font-size: 14px;
        line-height: 20px;
    }

    .bh-shell:has(.bh-account) .btn-danger {
        min-height: 44px;
        height: 44px;
        padding: 0 18px;
        border: 1px solid #B42318;
        border-radius: var(--client-radius-control);
        background: #B42318;
        color: var(--client-white);
        font-family: var(--client-font);
        font-size: 14px;
        line-height: 20px;
        font-weight: 600;
    }


@font-face{font-family:Cabin;src:url('../fonts/bh-account-cabin.woff2') format('woff2');font-style:normal;font-weight:400 700;font-display:swap}
@font-face{font-family:'Material Symbols Outlined';src:url('../fonts/bh-account-symbols.woff2') format('woff2');font-style:normal;font-weight:100 700;font-display:block}
.bh-account{--primary:#1A3260;--deep:#002060;--support:#4590B8;--ink:#101828;--ink2:#344054;--muted:#667085;--line:#D0D5DD;--soft:#EAECF0;--surface:#F7F8FA;--white:#fff;--success:#067647;--success-bg:#ECFDF3;--info:#175CD3;--info-bg:#EFF8FF;--danger:#B42318}
.bh-account *{box-sizing:border-box}
.bh-account{margin:0;color:var(--ink);background:var(--surface);font:16px/1.5 Cabin,system-ui,sans-serif}
.bh-account button,.bh-account input,.bh-account select{font:inherit}
.bh-account button,.bh-account a,.bh-account summary{-webkit-tap-highlight-color:transparent}
.bh-account button{cursor:pointer}
.bh-account button:disabled{cursor:default}
.bh-account a{color:var(--primary)}
.bh-account button:focus-visible,.bh-account a:focus-visible,.bh-account input:focus-visible,.bh-account select:focus-visible,.bh-account summary:focus-visible{outline:3px solid var(--support);outline-offset:3px}
.bh-account [hidden]{display:none!important}
.bh-account .icon{font:24px/1 'Material Symbols Outlined';font-weight:400;display:inline-block;flex:none;vertical-align:middle;font-feature-settings:'liga';-webkit-font-smoothing:antialiased}
.bh-account h1,.bh-account h2,.bh-account h3,.bh-account p{margin-top:0}
.bh-account button{border:0;background:none;color:inherit}
.bh-account .eyebrow{font-size:12px;letter-spacing:.12em;font-weight:700;color:var(--support);margin-bottom:10px}
.bh-account .muted{color:var(--muted)}
.bh-account .app-header{height:80px;padding:0 28px;background:white;border-bottom:1px solid var(--soft);display:flex;align-items:center;justify-content:space-between;gap:20px}
.bh-account .header-left,.bh-account .header-right{display:flex;align-items:center;gap:17px}
.bh-account .app-logo{width:118px;max-height:64px;object-fit:contain}
.bh-account .menu-icon{display:grid;place-items:center;width:44px;height:44px;border:1px solid var(--line);border-radius:4px;color:var(--primary)}
.bh-account .online{display:flex;align-items:center;gap:8px;min-height:36px;border-radius:20px;font-size:13px;font-weight:600;color:var(--success);background:var(--success-bg);padding:5px 12px;border:1px solid #ABEFC6}
.bh-account .online:before{content:'';width:6px;height:6px;border-radius:50%;background:var(--success)}
.bh-account .small-avatar{width:42px;height:42px;display:grid;place-items:center;background:var(--primary);border-radius:50%;color:white;font-size:14px;font-weight:600}
.bh-account .app-content{max-width:1160px;margin:auto;padding:34px 36px 48px;min-width:0}
.bh-account .page-heading{margin-bottom:25px}
.bh-account .page-heading h1{font-size:32px;line-height:1.2;font-weight:600;color:var(--primary);letter-spacing:-.025em;margin-bottom:8px}
.bh-account .page-heading p{font-size:15px;color:var(--muted);margin:0}
.bh-account .profile-banner{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:25px 28px;border:1px solid var(--soft);border-radius:8px;background:white;margin-bottom:22px;border-top:3px solid var(--support)}
.bh-account .profile-id{display:flex;align-items:center;gap:19px;min-width:0}
.bh-account .avatar{width:70px;height:70px;flex:none;border-radius:50%;display:grid;place-items:center;background:#EDF2F8;color:var(--primary);font-size:27px;font-weight:500;border:1px solid #dbe4ee}
.bh-account .profile-name{font-size:23px;font-weight:600;line-height:1.25;color:var(--primary);margin:0 0 5px}
.bh-account .profile-role{font-size:14px;color:var(--muted);margin:0}
.bh-account .quiet-tag{color:var(--ink2);font-size:12px;padding:5px 11px;background:var(--surface);border:1px solid var(--soft);border-radius:20px;white-space:nowrap}
.bh-account .two-column{display:grid;grid-template-columns:minmax(0,1fr) 285px;gap:22px;align-items:start}
.bh-account .main-column,.bh-account .side-column{min-width:0;display:grid;gap:22px}
.bh-account .card{background:#fff;border:1px solid var(--soft);border-radius:8px;padding:25px;min-width:0}
.bh-account .card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:23px}
.bh-account .card-head h2{font-size:19px;line-height:1.3;margin:0 0 5px;font-weight:600;color:var(--primary)}
.bh-account .card-head p{font-size:13px;margin:0;color:var(--muted)}
.bh-account .field-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:32px;row-gap:24px}
.bh-account .field{min-width:0}
.bh-account .field-label{display:flex;gap:6px;align-items:center;font-size:13px;color:var(--muted);margin-bottom:7px}
.bh-account .field-label .icon{font-size:14px}
.bh-account .field-value{margin:0;font-size:16px;color:var(--ink);overflow-wrap:anywhere}
.bh-account .field-hint{font-size:12px;color:var(--muted);margin:5px 0 0}
.bh-account .full-span{grid-column:1/-1}
.bh-account .divider{height:1px;background:var(--soft);margin:25px 0}
.bh-account .btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;padding:10px 17px;border:1px solid var(--primary);border-radius:4px;font-size:14px;font-weight:600;color:var(--primary);background:#fff;white-space:normal}
.bh-account .btn:hover{background:var(--info-bg)}
.bh-account .btn.primary{background:var(--primary);color:#fff;border-color:var(--primary)}
.bh-account .btn.primary:hover{background:#274575}
.bh-account .btn.secondary{background:var(--support);color:var(--ink);border-color:var(--support)}
.bh-account .btn .icon{font-size:18px}
.bh-account .btn.link{border-color:transparent;padding-inline:0;justify-content:flex-start}
.bh-account .side-title{font-size:15px;color:var(--primary);margin:0 0 14px;font-weight:600}
.bh-account .quick-action{display:flex;align-items:center;gap:12px;min-height:72px;text-align:left;width:100%;padding:13px 0;border-top:1px solid var(--soft)}
.bh-account .quick-action> .icon:first-child{color:var(--support);font-size:22px}
.bh-account .quick-action strong{display:block;font-size:14px;font-weight:600}
.bh-account .quick-action small{display:block;font-size:12px;color:var(--muted);margin-top:2px}
.bh-account .quick-action>.icon:last-child{font-size:19px;margin-left:auto;color:var(--muted)}
.bh-account .quick-action:hover{color:var(--primary)}
.bh-account .help-card{background:#EDF3F8;border:1px solid #DFE8F1;padding:22px;border-radius:8px}
.bh-account .help-card>.icon{font-size:25px;color:var(--support);margin-bottom:12px}
.bh-account .help-card h3{font-size:16px;color:var(--primary);margin-bottom:8px}
.bh-account .help-card p{font-size:13px;color:var(--ink2);margin:0;line-height:1.6}
.bh-account .address-row{display:flex;gap:15px;align-items:flex-start}
.bh-account .address-icon{display:grid;place-items:center;width:44px;height:44px;flex:none;background:var(--surface);border:1px solid var(--soft);border-radius:4px;color:var(--support)}
.bh-account .address-row strong{font-size:15px;font-weight:500;display:block}
.bh-account .address-row p{font-size:13px;color:var(--muted);margin:4px 0 0}
.bh-account .fine-note{display:flex;align-items:flex-start;gap:8px;color:var(--muted);font-size:12px;margin:18px 0 0;line-height:1.5}
.bh-account .fine-note .icon{font-size:17px}
.bh-account .security-row{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:19px 0;border-bottom:1px solid var(--soft)}
.bh-account .security-row:first-child{padding-top:0}
.bh-account .security-row:last-child{border:0;padding-bottom:0}
.bh-account .security-row strong{display:block;font-size:15px;font-weight:600}
.bh-account .security-row p{font-size:13px;color:var(--muted);margin:5px 0 0}
.bh-account .security-row .btn{flex:none}
.bh-account .page-end{color:var(--muted);font-size:12px;display:flex;align-items:center;gap:7px;justify-content:center;padding-top:27px}
.bh-account .page-end .icon{font-size:16px}
.bh-account[data-layout='2'] .app-content{max-width:842px;padding-top:38px}
.bh-account[data-layout='2'] .profile-banner{background:transparent;border:0;padding:0 0 24px;margin-bottom:0;border-bottom:1px solid var(--line);border-radius:0}
.bh-account[data-layout='2'] .profile-banner .avatar{background:white}
.bh-account .accordion{margin-top:22px;background:white;border:1px solid var(--soft);border-radius:8px}
.bh-account .accordion-section{border-bottom:1px solid var(--soft);min-width:0}
.bh-account .accordion-section:last-child{border-bottom:0}
.bh-account .accordion-section summary{list-style:none;display:flex;align-items:center;gap:15px;padding:22px 25px;cursor:pointer;min-height:88px}
.bh-account .accordion-section summary::-webkit-details-marker{display:none}
.bh-account .section-icon{display:grid;place-items:center;width:43px;height:43px;border-radius:8px;background:var(--surface);color:var(--primary);flex:none}
.bh-account .accordion-section summary strong{display:block;font-size:17px;color:var(--primary);font-weight:600}
.bh-account .accordion-section summary small{display:block;font-size:13px;color:var(--muted);margin-top:3px}
.bh-account .accordion-section summary>.icon{margin-left:auto;transition:transform .15s;color:var(--muted)}
.bh-account .accordion-section[open] summary>.icon{transform:rotate(180deg)}
.bh-account .accordion-section[open] summary .section-icon{background:var(--info-bg);color:var(--info)}
.bh-account .accordion-body{padding:0 25px 25px 83px}
.bh-account .accordion-body>.btn{margin-top:22px}
.bh-account[data-layout='2'] .page-heading{margin-bottom:28px}
.bh-account[data-layout='3'] .profile-banner{margin-bottom:0;border-bottom:0;border-radius:8px 8px 0 0;padding:26px 30px;background:var(--primary);color:#fff;border-top-color:var(--primary)}
.bh-account[data-layout='3'] .profile-name{color:white}
.bh-account[data-layout='3'] .profile-role{color:#D5E1EF}
.bh-account[data-layout='3'] .avatar{background:white;border-color:white}
.bh-account[data-layout='3'] .profile-banner .quiet-tag{color:#fff;background:#ffffff12;border-color:#ffffff40}
.bh-account .account-tabs{display:flex;gap:24px;border:1px solid var(--soft);border-top:0;background:white;padding:0 30px;margin-bottom:24px;overflow-x:auto;max-width:100%;border-radius:0 0 8px 8px}
.bh-account .account-tabs button{display:flex;align-items:center;gap:8px;min-height:61px;padding:12px 1px;border-bottom:3px solid transparent;font-size:14px;color:var(--muted);white-space:nowrap}
.bh-account .account-tabs button .icon{font-size:20px}
.bh-account .account-tabs button[aria-selected=true]{color:var(--primary);border-bottom-color:var(--support);font-weight:600}
.bh-account .tab-panel .card{min-height:294px}
.bh-account .tab-panel .card-head{border-bottom:1px solid var(--soft);padding-bottom:21px}
.bh-account .tab-summary{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-bottom:24px}
.bh-account .mini-card{display:flex;gap:12px;align-items:flex-start;padding:18px;background:var(--surface);border-radius:4px;border:1px solid var(--soft)}
.bh-account .mini-card>.icon{color:var(--support);font-size:22px}
.bh-account .mini-card strong{font-weight:500;font-size:14px;display:block}
.bh-account .mini-card small{font-size:12px;color:var(--muted)}
.bh-account .state-box{padding:45px 24px;text-align:center;background:white;border:1px solid var(--soft);border-radius:8px;margin-top:20px}
.bh-account .state-box>.icon{font-size:40px;color:var(--support);margin-bottom:16px}
.bh-account .state-box h2{font-size:20px;color:var(--primary);margin-bottom:9px}
.bh-account .state-box p{color:var(--muted);font-size:14px;max-width:370px;margin:0 auto 23px}
.bh-account .skeleton{height:14px;border-radius:4px;background:#e6ebf0;margin:18px auto;width:76%;max-width:530px}
.bh-account .skeleton.short{width:46%}
.bh-account .current-notice{background:var(--info-bg);border:1px solid #B2CCFF;border-radius:8px;padding:22px;display:flex;gap:15px;color:var(--ink2);max-width:720px}
.bh-account .current-notice>.icon{color:var(--info);margin-top:2px}
.bh-account .current-notice p{margin:0}
.bh-account .current-card{max-width:720px;margin-top:20px;border-top:4px solid var(--primary)}
.bh-account .current-card h2{font-size:18px;display:flex;gap:10px;align-items:center;color:var(--primary)}
.bh-account .current-card ul{list-style:none;padding:0;margin:0;display:grid;gap:12px}
.bh-account .current-card li{display:flex;align-items:flex-start;gap:10px;overflow-wrap:anywhere}
.bh-account .current-card li .icon{color:var(--success);font-size:20px}
.bh-account code{font:13px/1.5 Consolas,monospace;overflow-wrap:anywhere}
.bh-account dialog{width:min(500px,calc(100% - 32px));max-height:calc(100% - 32px);overflow:auto;border:1px solid var(--line);border-radius:8px;padding:0;color:var(--ink);box-shadow:0 22px 80px #10182833}
.bh-account dialog::backdrop{background:#10182888}
.bh-account .dialog-head{padding:24px 24px 18px;display:flex;align-items:flex-start;justify-content:space-between;gap:12px;border-bottom:1px solid var(--soft)}
.bh-account .dialog-head h2{font-size:21px;color:var(--primary);margin:0 0 5px}
.bh-account .dialog-head p{font-size:12px;color:var(--muted);margin:0}
.bh-account .close-dialog{display:grid;place-items:center;min-width:44px;min-height:44px;border:1px solid var(--line);border-radius:4px}
.bh-account .dialog-body{padding:23px 24px}
.bh-account .dialog-body label{display:block;font-size:14px;margin-bottom:18px}
.bh-account .dialog-body input{display:block;margin-top:7px;width:100%;height:48px;border:1px solid var(--line);border-radius:4px;background:white;padding:0 13px;color:var(--ink)}
.bh-account .dialog-actions{display:flex;justify-content:flex-end;gap:12px;padding:18px 24px;border-top:1px solid var(--soft);flex-wrap:wrap}
.bh-account .demo-message{border:1px solid #B2CCFF;padding:13px;background:var(--info-bg);border-radius:4px;color:var(--ink2);font-size:13px}
.bh-account .toast{position:fixed;left:50%;bottom:20px;transform:translateX(-50%);background:var(--primary);color:white;padding:13px 18px;border-radius:6px;max-width:calc(100% - 32px);font-size:14px;box-shadow:0 6px 20px #10182825;z-index:5;width:max-content}
.bh-account.is-mobile .app-header{height:64px;padding:0 14px;gap:10px}
.bh-account.is-mobile .header-left,.bh-account.is-mobile .header-right{gap:10px}
.bh-account.is-mobile .app-logo{width:94px;max-height:53px}
.bh-account.is-mobile .small-avatar{width:36px;height:36px;font-size:12px}
.bh-account.is-mobile .online{font-size:12px;padding:4px 9px;gap:6px}
.bh-account.is-mobile .app-content{padding:26px 16px 32px}
.bh-account.is-mobile .page-heading h1{font-size:28px}
.bh-account.is-mobile .page-heading p{font-size:14px}
.bh-account.is-mobile .profile-banner{padding:20px 18px;flex-wrap:wrap;gap:13px}
.bh-account.is-mobile .profile-id{gap:13px}
.bh-account.is-mobile .avatar{width:55px;height:55px;font-size:22px}
.bh-account.is-mobile .profile-name{font-size:21px}
.bh-account.is-mobile .profile-role{font-size:13px}
.bh-account.is-mobile .two-column{grid-template-columns:minmax(0,1fr)}
.bh-account.is-mobile .main-column{order:1}
.bh-account.is-mobile .side-column{order:2}
.bh-account.is-mobile .card{padding:20px}
.bh-account.is-mobile .card-head{flex-wrap:wrap;align-items:center;margin-bottom:20px}
.bh-account.is-mobile .card-head h2{font-size:18px}
.bh-account.is-mobile .field-grid{grid-template-columns:minmax(0,1fr);gap:20px}
.bh-account.is-mobile .accordion-section summary{padding:18px;gap:12px;min-height:86px}
.bh-account.is-mobile .accordion-section summary strong{font-size:16px}
.bh-account.is-mobile .accordion-section summary small{font-size:12px}
.bh-account.is-mobile .accordion-body{padding:0 20px 22px}
.bh-account.is-mobile .account-tabs{padding:0 17px;gap:20px}
.bh-account.is-mobile .account-tabs button{gap:6px;min-height:55px}
.bh-account.is-mobile .account-tabs button .icon{font-size:18px}
.bh-account.is-mobile .tab-summary{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.bh-account.is-mobile .mini-card{display:block;padding:13px}
.bh-account.is-mobile .mini-card>.icon{margin-bottom:8px}
.bh-account.is-mobile .mini-card strong{font-size:13px}
.bh-account.is-mobile .security-row{align-items:flex-start;flex-wrap:wrap;gap:9px}
.bh-account.is-mobile .security-row .btn{width:100%}
.bh-account.is-mobile .current-notice{padding:17px;gap:10px;font-size:15px}
.bh-account.is-mobile .current-card li{font-size:14px}
.bh-account.is-mobile[data-layout='2'] .profile-banner{padding:0 0 22px}
.bh-account.is-mobile[data-layout='3'] .profile-banner{padding:22px}
@media(max-width:1000px){}
@media(max-width:620px){}
.bh-account.is-compact .two-column{grid-template-columns:minmax(0,1fr)}
.bh-account.is-compact .main-column{order:1}
.bh-account.is-compact .side-column{order:2}
.bh-account.is-mobile .account-tabs{gap:14px}
.bh-account.is-mobile .account-tabs button{font-size:13px}
.bh-account .security-bottom{margin-top:22px}
.bh-account .security-bottom .card-head{margin-bottom:15px}
.bh-account .security-bottom .card-head h2{margin:0}
.bh-account .password-field{margin-bottom:20px}
.bh-account .password-field label{margin-bottom:7px;font-weight:500}
.bh-account .password-input{position:relative;min-width:0}
.bh-account .password-input input{margin-top:0;padding-right:54px}
.bh-account .password-input input[aria-invalid=true]{border-color:var(--danger)}
.bh-account .password-toggle{position:absolute;right:2px;top:2px;width:44px;height:44px;display:grid;place-items:center;border-radius:4px;color:var(--muted)}
.bh-account .password-toggle:hover{background:var(--surface);color:var(--primary)}
.bh-account .password-hint{font-size:12px;color:var(--muted);line-height:1.5;margin:8px 0 0}
.bh-account .password-error{font-size:13px;color:var(--danger);margin:7px 0 0}
.bh-account .password-count{font-size:12px;color:var(--muted);text-align:right;margin:6px 0 0}
.bh-account .password-count[data-over-limit=true]{color:var(--danger);font-weight:600}
.bh-account .password-feedback{font-size:13px;color:var(--danger);margin:12px 0 0}
.bh-account #bh-password-dialog .demo-message{margin-bottom:0}
.bh-account #bh-password-dialog h3{font-size:21px;line-height:1.3;color:var(--primary);margin:0 0 12px;font-weight:600}
.bh-account .password-stage{color:var(--support);font-size:12px;font-weight:600;margin:0 0 8px}
.bh-account .password-lead{font-size:14px;color:var(--muted);margin:0 0 22px;overflow-wrap:anywhere}
.bh-account .password-email{display:flex;align-items:center;gap:12px;padding:16px;background:var(--surface);border:1px solid var(--soft);border-radius:6px;margin-bottom:22px;min-width:0}
.bh-account .password-email>.icon{color:var(--support)}
.bh-account .password-email>div{min-width:0}
.bh-account .password-email span:not(.icon){display:block;font-size:12px;color:var(--muted);margin-bottom:3px}
.bh-account .password-email strong{font-size:14px;overflow-wrap:anywhere;font-weight:500}
.bh-account .password-otp{display:flex;justify-content:center;gap:12px;margin:22px 0 12px}
.bh-account .password-otp input{width:52px;height:58px;margin:0;padding:0;text-align:center;font-size:27px;color:var(--primary)}
.bh-account .password-otp input[aria-invalid=true]{border-color:var(--danger)}
.bh-account .password-resend{text-align:center;margin-bottom:12px}
.bh-account .password-countdown{text-align:center;font-size:12px;color:var(--muted);margin:8px 0 12px}
.bh-account .profile-name{overflow-wrap:anywhere}
.bh-account #bh-password-dialog .btn:disabled{opacity:.5;cursor:not-allowed}
.bh-account .password-success{text-align:center;padding:10px 0 12px}
.bh-account .password-success>.icon{font-size:48px;color:var(--success);margin-bottom:16px}
.bh-account .password-success p{font-size:14px;color:var(--muted);margin-bottom:12px}
.bh-account.is-mobile #bh-password-dialog .dialog-head,.bh-account.is-mobile #bh-password-dialog .dialog-body,.bh-account.is-mobile #bh-password-dialog .dialog-actions{padding:18px}
.bh-account.is-mobile #bh-password-dialog .dialog-actions{display:grid;grid-template-columns:minmax(0,1fr)}
.bh-account.is-mobile #bh-password-dialog .dialog-actions .primary{grid-row:1}
.bh-account .avatar-wrap{position:relative;flex:none;padding:3px 5px 5px 0}
.bh-account .avatar-edit{position:relative;padding:0;cursor:pointer;transition:box-shadow .15s}
.bh-account .avatar-edit:hover{box-shadow:0 0 0 3px #4590b833}
.bh-account .avatar-edit>.icon{font-size:36px}
.bh-account .avatar-edit>img,.bh-account .small-avatar>img{width:100%;height:100%;object-fit:cover;border-radius:50%;display:block}
.bh-account .avatar-camera{position:absolute;right:-4px;bottom:-3px;width:28px;height:28px;display:grid;place-items:center;background:var(--primary);color:#fff;border:2px solid #fff;border-radius:50%}
.bh-account .avatar-camera .icon{font-size:16px}
.bh-account .avatar-remove{position:absolute;right:-10px;top:-11px;width:44px;height:44px;display:grid;place-items:center;padding:0;border-radius:50%}
.bh-account .avatar-remove .icon{display:grid;place-items:center;font-size:15px;width:25px;height:25px;background:var(--danger);color:#fff;border:2px solid #fff;border-radius:50%}
.bh-account .avatar-help{font-size:12px;color:var(--muted);margin:5px 0 0}
.bh-account[data-layout='3'] .avatar-help{color:#D5E1EF}
.bh-account.is-mobile .avatar-edit>.icon{font-size:29px}
.bh-account #ud-crop-ok{background:var(--primary)!important;border-radius:4px!important}
.bh-account #ud-crop-cancel{border:1px solid var(--line)!important;border-radius:4px!important;color:var(--primary)!important}
.bh-account #ud-crop-x{min-width:44px;min-height:44px;border-radius:4px!important;color:var(--primary)!important}
.bh-account #ud-crop-zoom{min-height:44px;accent-color:var(--primary)!important}
.bh-account .base-address-map-layout{display:grid;grid-template-columns:minmax(200px,.85fr) minmax(0,1.15fr);gap:28px;align-items:start}
.bh-account .base-address-copy{min-width:0}
.bh-account .base-address-copy .card-head{margin-bottom:20px}
.bh-account .address-details{min-width:0;padding-top:6px}
.bh-account .base-map-panel{margin:0;min-width:0}
.bh-account .base-map-status{height:100%;min-height:180px;margin:0;padding:20px;display:flex;align-items:center;justify-content:center;gap:10px;flex-direction:column;font-size:14px;text-align:center;color:var(--muted)}
.bh-account .base-map-status>.icon{color:var(--support);font-size:30px}
.bh-account.is-mobile .base-address-map-layout{grid-template-columns:minmax(0,1fr);gap:20px}
@media(prefers-reduced-motion:reduce){.bh-account *{scroll-behavior:auto!important;transition:none!important}}
.bh-account #edit-dialog{width:min(620px,calc(100% - 32px))}
.bh-account .profile-edit-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:24px}
.bh-account .profile-edit-grid>div{min-width:0}
.bh-account .profile-edit-grid label{margin:0}
.bh-account .profile-input-hint{font-size:12px;color:var(--muted);margin:7px 0 0}
.bh-account .profile-input-error{font-size:12px;color:#b42318;margin:7px 0 0}
.bh-account #edit-dialog input[aria-invalid="true"]{border-color:#b42318}
.bh-account #profile-save:disabled{opacity:.5;cursor:not-allowed}
@media(max-width:620px){.bh-account .profile-edit-grid{grid-template-columns:1fr}}
.bh-account.is-mobile .profile-edit-grid{grid-template-columns:1fr}
@media(max-width:900px){.bh-account .two-column{grid-template-columns:minmax(0,1fr)}.bh-account .main-column{order:1}.bh-account .side-column{order:2}}
@media(max-width:620px){.bh-account .app-header{height:64px;padding:0 14px;gap:10px}.bh-account .header-left{gap:10px}.bh-account .header-right{gap:10px}.bh-account .app-logo{width:94px;max-height:53px}.bh-account .small-avatar{width:36px;height:36px;font-size:12px}.bh-account .online{font-size:12px;padding:4px 9px;gap:6px}.bh-account .app-content{padding:26px 16px 32px}.bh-account .page-heading h1{font-size:28px}.bh-account .page-heading p{font-size:14px}.bh-account .profile-banner{padding:20px 18px;flex-wrap:wrap;gap:13px}.bh-account .profile-id{gap:13px}.bh-account .avatar{width:55px;height:55px;font-size:22px}.bh-account .profile-name{font-size:21px}.bh-account .profile-role{font-size:13px}.bh-account .two-column{grid-template-columns:minmax(0,1fr)}.bh-account .main-column{order:1}.bh-account .side-column{order:2}.bh-account .card{padding:20px}.bh-account .card-head{flex-wrap:wrap;align-items:center;margin-bottom:20px}.bh-account .card-head h2{font-size:18px}.bh-account .field-grid{grid-template-columns:minmax(0,1fr);gap:20px}.bh-account .accordion-section summary{padding:18px;gap:12px;min-height:86px}.bh-account .accordion-section summary strong{font-size:16px}.bh-account .accordion-section summary small{font-size:12px}.bh-account .accordion-body{padding:0 20px 22px}.bh-account .account-tabs{padding:0 17px;gap:20px}.bh-account .account-tabs button{gap:6px;min-height:55px}.bh-account .account-tabs button .icon{font-size:18px}.bh-account .tab-summary{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.bh-account .mini-card{display:block;padding:13px}.bh-account .mini-card>.icon{margin-bottom:8px}.bh-account .mini-card strong{font-size:13px}.bh-account .security-row{align-items:flex-start;flex-wrap:wrap;gap:9px}.bh-account .security-row .btn{width:100%}.bh-account .current-notice{padding:17px;gap:10px;font-size:15px}.bh-account .current-card li{font-size:14px}.bh-account[data-layout='2'] .profile-banner{padding:0 0 22px}.bh-account[data-layout='3'] .profile-banner{padding:22px}.bh-account .account-tabs{gap:14px}.bh-account .account-tabs button{font-size:13px}.bh-account #bh-password-dialog .dialog-head{padding:18px}.bh-account #bh-password-dialog .dialog-body{padding:18px}.bh-account #bh-password-dialog .dialog-actions{padding:18px}.bh-account #bh-password-dialog .dialog-actions{display:grid;grid-template-columns:minmax(0,1fr)}.bh-account #bh-password-dialog .dialog-actions .primary{grid-row:1}.bh-account .avatar-edit>.icon{font-size:29px}.bh-account .base-address-map-layout{grid-template-columns:minmax(0,1fr);gap:20px}.bh-account .profile-edit-grid{grid-template-columns:1fr}}

.bh-account{display:block;width:100%;min-width:0;font-family:Cabin,system-ui,sans-serif;color:var(--ink);background:var(--surface)}
.bh-account dialog{max-height:90vh;overflow:auto;max-width:calc(100vw - 32px)}
.bh-account .avatar-file{position:absolute;width:1px;height:1px;opacity:0;overflow:hidden}
.bh-account .avatar-wrap:focus-within{outline:3px solid var(--support);outline-offset:3px;border-radius:50%}
.bh-account .profile-banner{margin-bottom:24px}
.bh-account .avatar{display:flex;align-items:center;justify-content:center;cursor:pointer}
.bh-account .account-feedback{padding:14px 18px;border:1px solid var(--support);border-radius:4px;background:var(--info-bg);margin-top:16px}
.bh-shell .avatar img{width:100%;height:100%;object-fit:cover;border-radius:inherit}
.bh-account .btn:disabled{opacity:.5;cursor:not-allowed}
.bh-account input[aria-invalid=true]{border-color:var(--danger)}
.bh-account .base-map-canvas{width:100%;height:250px;border:1px solid var(--line);border-radius:8px;overflow:hidden;background:#EEF1F4}
.bh-account .base-map-canvas>iframe{display:block;width:100%;height:100%;border:0}
.bh-account .password-input input{min-width:0;width:100%;padding-right:48px}
.bh-account .profile-input-error:empty,.bh-account .password-error:empty{display:none}
