:root{--bo-bg:#f8fafc;--bo-surface:#ffffff;--bo-border:#e2e8f0;--bo-text:#0f172a;--bo-muted:#475569;--bo-primary:#0f766e;--bo-danger:#b91c1c;--bo-danger-soft:#fee2e2;--bo-warning:#92400e;--bo-warning-soft:#fef3c7;--bo-shadow:0 18px 40px rgba(15,23,42,.08);--bo-radius:18px}
*{box-sizing:border-box}html,body{margin:0;padding:0;background:var(--bo-bg);color:var(--bo-text);font-family:Inter,Pretendard,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}a{color:inherit;text-decoration:none}img,video{max-width:100%;display:block}body{min-height:100vh}.bo-page{max-width:1440px;margin:0 auto;padding:24px}.bo-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:24px}.bo-header__title{margin:0;font-size:32px;line-height:1.1;font-weight:900}.bo-header__sub{margin:8px 0 0;color:var(--bo-muted);line-height:1.6}.bo-header__actions{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}.bo-btn{border:1px solid var(--bo-border);background:var(--bo-surface);color:var(--bo-text);border-radius:999px;padding:12px 16px;min-height:44px;font-weight:700;cursor:pointer;transition:.16s ease;display:inline-flex;align-items:center;justify-content:center;gap:8px}.bo-btn:hover{transform:translateY(-1px);box-shadow:0 10px 20px rgba(15,23,42,.08)}.bo-btn--primary{background:var(--bo-primary);border-color:var(--bo-primary);color:#fff}.bo-btn--ghost{background:transparent}.bo-btn--danger{background:var(--bo-danger-soft);border-color:#fecaca;color:var(--bo-danger)}.bo-card{background:var(--bo-surface);border:1px solid var(--bo-border);border-radius:var(--bo-radius);padding:20px;box-shadow:var(--bo-shadow)}.bo-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:18px}.bo-stat{background:var(--bo-surface);border:1px solid var(--bo-border);border-radius:16px;padding:16px;box-shadow:var(--bo-shadow)}.bo-stat__label{font-size:13px;color:var(--bo-muted);font-weight:700}.bo-stat__value{margin-top:8px;font-size:28px;font-weight:900}.bo-layout{display:grid;grid-template-columns:380px minmax(0,1fr);gap:18px}.bo-mainStack{display:grid;gap:18px}.bo-form{display:grid;gap:14px}.bo-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.bo-row--3{grid-template-columns:repeat(3,minmax(0,1fr))}.bo-field{display:grid;gap:8px}.bo-field label,.bo-label{font-size:13px;font-weight:800;color:var(--bo-muted)}.bo-field input,.bo-field select,.bo-field textarea{width:100%;padding:12px 14px;border:1px solid var(--bo-border);border-radius:14px;background:#fff;color:var(--bo-text);font:inherit}.bo-field textarea{min-height:120px;resize:vertical}.bo-field__hint{font-size:12px;color:var(--bo-muted);line-height:1.5}.bo-fieldStatus{min-height:18px;font-size:12px;line-height:1.5;color:var(--bo-muted)}.bo-fieldStatus.is-success{color:#166534}.bo-fieldStatus.is-error{color:#991b1b}.bo-fieldStatus.is-pending{color:var(--bo-muted)}.bo-checks{display:flex;flex-wrap:wrap;gap:10px}.bo-check{display:inline-flex;align-items:center;gap:8px;border:1px solid var(--bo-border);border-radius:999px;padding:8px 12px;background:#fff}.bo-check input{width:auto;margin:0}.bo-sectionHead{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}.bo-sectionTitle{margin:0;font-size:19px;font-weight:900}.bo-muted{color:var(--bo-muted)}.bo-list{display:grid;gap:12px}.bo-item{border:1px solid var(--bo-border);border-radius:16px;padding:16px;background:#fff}.bo-item__head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:10px}.bo-item__title{margin:0;font-size:17px;font-weight:900}.bo-item__meta{font-size:13px;color:var(--bo-muted);line-height:1.6}.bo-item__body{display:grid;gap:8px}.bo-actions{display:flex;gap:8px;flex-wrap:wrap}.bo-pill{display:inline-flex;align-items:center;gap:6px;border-radius:999px;padding:6px 10px;font-size:12px;font-weight:800;background:#eef2ff;color:#3730a3;border:1px solid #c7d2fe}.bo-pill--warning{background:var(--bo-warning-soft);color:var(--bo-warning);border-color:#fde68a}.bo-pill--success{background:#dcfce7;color:#166534;border-color:#bbf7d0}.bo-pill--muted{background:#f1f5f9;color:#334155;border-color:#cbd5e1}.bo-empty{padding:36px 20px;text-align:center;color:var(--bo-muted);border:1px dashed var(--bo-border);border-radius:16px;background:#fff}.bo-tabs{display:flex;gap:10px;flex-wrap:wrap}.bo-tab{border:1px solid var(--bo-border);background:#fff;border-radius:999px;padding:10px 14px;font-weight:800;cursor:pointer}.bo-tab.is-active{background:var(--bo-primary);border-color:var(--bo-primary);color:#fff}.bo-loginWrap{max-width:480px;margin:64px auto 0}.bo-inline{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.bo-requestGrid{display:grid;gap:14px}.bo-requestCard{border:1px solid var(--bo-border);border-radius:16px;padding:16px;background:#fff;display:grid;gap:12px}.bo-requestMeta{font-size:13px;color:var(--bo-muted);line-height:1.7}.bo-requestBody{white-space:pre-wrap;line-height:1.7}.bo-table{width:100%;border-collapse:collapse}.bo-table th,.bo-table td{padding:12px 10px;border-bottom:1px solid var(--bo-border);font-size:14px;text-align:left;vertical-align:top}.bo-table th{color:var(--bo-muted);font-weight:800}.bo-tableWrap{overflow:auto}.bo-toastRoot{position:fixed;right:20px;bottom:20px;z-index:420;display:grid;gap:10px}.bo-toast{padding:12px 16px;border-radius:14px;background:#0f172a;color:#fff;box-shadow:var(--bo-shadow);opacity:1;transform:translateY(0);transition:.2s ease}.bo-toast--success{background:#166534}.bo-toast--error{background:#991b1b}.bo-toast.is-hide{opacity:0;transform:translateY(10px)}.bo-kicker{font-size:12px;letter-spacing:.12em;text-transform:uppercase;color:var(--bo-muted);font-weight:800}.bo-previewGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.bo-preview{border:1px solid var(--bo-border);border-radius:12px;overflow:hidden;background:#fff}.bo-preview img,.bo-preview video{width:100%;height:120px;object-fit:cover}.bo-preview__caption{padding:8px 10px;font-size:12px;color:var(--bo-muted);word-break:break-all}@media (max-width:1080px){.bo-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.bo-layout{grid-template-columns:1fr}}@media (max-width:720px){.bo-page{padding:16px}.bo-header{flex-direction:column}.bo-stats{grid-template-columns:1fr}.bo-row,.bo-row--3{grid-template-columns:1fr}.bo-previewGrid{grid-template-columns:repeat(2,minmax(0,1fr))}}

.bo-card--tabs{margin-bottom:18px}
.bo-tabs--main{gap:12px}
.bo-toolbar{display:flex;align-items:flex-end;justify-content:space-between;gap:14px;flex-wrap:wrap;margin-bottom:14px}
.bo-toolbar__right{margin-left:auto}
.bo-wrap{flex-wrap:wrap}
.bo-select{min-width:220px;padding:12px 14px;border:1px solid var(--bo-border);border-radius:14px;background:#fff;color:var(--bo-text);font:inherit}
.bo-field--compact{min-width:160px}
.bo-field--compact input,.bo-field--compact select{min-height:44px}
.bo-modal{position:fixed;inset:0;z-index:220;display:block}
.bo-modal__backdrop{position:absolute;inset:0;background:rgba(15,23,42,.42);backdrop-filter:blur(6px)}
.bo-modal__dialog{position:relative;z-index:1;max-width:860px;margin:5vh auto 0;background:#fff;border:1px solid var(--bo-border);border-radius:24px;box-shadow:0 24px 70px rgba(15,23,42,.18);padding:22px;max-height:88vh;overflow:auto}
.bo-modal__dialog--wide{max-width:1080px}
.bo-modal__head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:16px}
.bo-modal__body{display:grid;gap:14px}
.bo-item__head .bo-inline{justify-content:flex-end}
.bo-requestGrid{grid-template-columns:1fr}
@media (max-width:960px){.bo-modal__dialog,.bo-modal__dialog--wide{margin:4vh 14px 0;max-width:none}}
@media (max-width:720px){.bo-toolbar{align-items:stretch}.bo-toolbar__right{margin-left:0}.bo-select,.bo-field--compact{width:100%}}

.bo-row--2{grid-template-columns:repeat(2,minmax(0,1fr))}
.bo-row--4{grid-template-columns:repeat(4,minmax(0,1fr))}
.bo-field--search{min-width:220px}
.bo-inline--stretch{align-items:flex-start;flex:1}
.bo-listThumb{width:84px;height:84px;border-radius:14px;overflow:hidden;flex:0 0 84px;background:#f8fafc;border:1px solid var(--bo-border);box-shadow:var(--bo-shadow)}
.bo-listThumb img{width:100%;height:100%;object-fit:cover}
.bo-empty--compact{padding:18px 16px;font-size:13px}
.bo-mediaGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
.bo-mediaCard{position:relative;border:1px solid var(--bo-border);border-radius:16px;overflow:hidden;background:#fff;box-shadow:var(--bo-shadow)}
.bo-mediaCard__body{background:#f8fafc}
.bo-mediaCard__body img,.bo-mediaCard__body video{width:100%;height:180px;object-fit:cover;background:#e2e8f0}
.bo-mediaCard__caption{padding:10px 12px;font-size:12px;color:var(--bo-muted);font-weight:700;word-break:break-all}
.bo-mediaCard__remove{position:absolute;top:10px;right:10px;width:32px;height:32px;border:none;border-radius:999px;background:rgba(15,23,42,.78);color:#fff;font-weight:900;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 8px 20px rgba(15,23,42,.18)}
.bo-mediaCard__remove:hover{transform:translateY(-1px)}
.bo-detailStack{display:grid;gap:18px}
.bo-detailHero{width:min(320px,100%);border-radius:20px;overflow:hidden;border:1px solid var(--bo-border);background:#f8fafc;box-shadow:var(--bo-shadow);flex:0 0 auto}
.bo-detailHero img{width:100%;aspect-ratio:4/3;object-fit:cover}
.bo-detailGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.bo-detailRow{border:1px solid var(--bo-border);border-radius:16px;padding:14px;background:#fff;box-shadow:var(--bo-shadow)}
.bo-detailRow__label{font-size:12px;font-weight:800;color:var(--bo-muted);margin-bottom:8px}
.bo-detailRow__value{font-size:14px;line-height:1.65;white-space:pre-wrap;word-break:break-word}

@media (max-width:1080px){
  .bo-row--4{grid-template-columns:repeat(2,minmax(0,1fr))}
  .bo-mediaGrid{grid-template-columns:repeat(2,minmax(0,1fr))}
}

@media (max-width:720px){
  .bo-row--2,.bo-row--4{grid-template-columns:1fr}
  .bo-listThumb{width:72px;height:72px;flex-basis:72px}
  .bo-mediaGrid,.bo-detailGrid{grid-template-columns:1fr}
  .bo-mediaCard__body img,.bo-mediaCard__body video{height:160px}
  .bo-detailHero{width:100%}
}


.bo-loading{position:fixed;inset:0;z-index:300;display:none;align-items:center;justify-content:center;padding:24px;background:rgba(241,245,249,.76);backdrop-filter:blur(6px)}
.bo-loading.is-open{display:flex}
.bo-loading__panel{display:flex;align-items:center;gap:12px;padding:16px 18px;border-radius:18px;background:rgba(255,255,255,.98);border:1px solid var(--bo-border);box-shadow:0 24px 70px rgba(15,23,42,.18);font-weight:900}
.bo-loading__spinner{width:22px;height:22px;border-radius:999px;border:3px solid rgba(15,118,110,.18);border-top-color:var(--bo-primary);animation:boSpin .8s linear infinite}
html.bo-loading-open,body.bo-loading-open{cursor:progress}
@keyframes boSpin{to{transform:rotate(360deg)}}

.bo-formMessage{position:sticky;top:0;z-index:18;padding:12px 14px;border-radius:14px;font-size:13px;line-height:1.55;border:1px solid transparent;display:none;box-shadow:0 10px 24px rgba(15,23,42,.12);background:#fff}
.bo-formMessage.is-show{display:block;margin-bottom:12px;position:sticky;top:0;z-index:18}
.bo-formMessage--error{background:#fef2f2;border-color:#fecaca;color:#991b1b}
.bo-formMessage--success{background:#ecfdf5;border-color:#bbf7d0;color:#166534}

.bo-item--product,.bo-item--partner{padding:22px;background:linear-gradient(180deg,#ffffff,#fbfdff)}
.bo-productCard{display:grid;grid-template-areas:"media body side";grid-template-columns:112px minmax(0,1fr) auto;gap:18px;align-items:center}
.bo-productCard__media{grid-area:media;width:112px;height:112px;border-radius:20px;overflow:hidden;border:1px solid var(--bo-border);background:#f8fafc;box-shadow:var(--bo-shadow)}
.bo-productCard__media img{width:100%;height:100%;object-fit:cover}
.bo-productCard__body{grid-area:body;min-width:0;display:grid;gap:8px}
.bo-productCard__title{margin:0;font-size:22px;line-height:1.2;font-weight:900;word-break:keep-all}
.bo-productCard__meta{font-size:14px;color:var(--bo-muted);line-height:1.65;word-break:break-word}
.bo-productCard__sub{display:flex;gap:8px;flex-wrap:wrap;font-size:13px;color:var(--bo-muted)}
.bo-productCard__tags,.bo-productCard__status{display:flex;gap:8px;flex-wrap:wrap}
.bo-productCard__side{grid-area:side;min-width:0;display:grid;gap:12px;justify-items:start;align-content:center}
.bo-productCard__actions{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-start}

.bo-partnerCard{display:grid;grid-template-areas:"body side";grid-template-columns:minmax(0,1fr) auto;gap:18px;align-items:center}
.bo-partnerCard__body{grid-area:body;display:grid;gap:8px}
.bo-partnerCard__title{margin:0;font-size:22px;font-weight:900;line-height:1.25}
.bo-partnerCard__meta{font-size:14px;color:var(--bo-muted);line-height:1.65}
.bo-partnerCard__chips{display:flex;gap:8px;flex-wrap:wrap}
.bo-partnerCard__side{grid-area:side;display:grid;gap:12px;justify-items:start}
.bo-partnerCard__actions{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-start}

.bo-requestCard{border-radius:20px;box-shadow:var(--bo-shadow)}
.bo-requestCard .bo-item__head{margin-bottom:0}
.bo-requestMeta strong{color:var(--bo-text)}

@media (max-width:960px){
  .bo-productCard{grid-template-areas:"media body" "side side";grid-template-columns:92px minmax(0,1fr)}
  .bo-productCard__side{min-width:0;justify-items:start}
  .bo-productCard__actions{justify-content:flex-start}
  .bo-partnerCard{grid-template-areas:"body" "side";grid-template-columns:1fr}
  .bo-partnerCard__side,.bo-partnerCard__actions{justify-items:start;justify-content:flex-start}
}

@media (max-width:720px){
  .bo-item--product,.bo-item--partner{padding:16px}
  .bo-productCard{grid-template-areas:"media" "body" "side";grid-template-columns:1fr;align-items:start}
  .bo-productCard__media{width:100%;height:auto;aspect-ratio:4/3}
  .bo-productCard__title{font-size:20px}
}

.bo-item--product,.bo-item--partner{background:linear-gradient(180deg,#fff,#fbfdff)}
.bo-list{display:grid;gap:14px}
.bo-toolbar--filters{margin-top:12px;padding:16px 18px;border:1px solid var(--bo-border);border-radius:18px;background:#f8fbff}
.bo-sectionHead{gap:16px}
.bo-productCard__status .bo-pill,.bo-partnerCard__chips .bo-pill{box-shadow:none}
.bo-requestGrid{display:grid;gap:14px}

/* 2026-04-23 polish overrides */
.bo-modal{z-index:420}
.bo-modal__dialog{z-index:2}
.bo-toastRoot{z-index:560}
.bo-loading{z-index:640;pointer-events:auto}
html.bo-loading-open,body.bo-loading-open{overflow:hidden}
.bo-formMessage,.bo-formMessage.is-show{position:relative;top:auto;z-index:6;box-shadow:0 16px 34px rgba(15,23,42,.12)}
.bo-productCard,.bo-partnerCard{display:flex;align-items:center;gap:18px;min-width:0}
.bo-productCard__media{flex:0 0 112px}
.bo-productCard__body,.bo-partnerCard__body{flex:1 1 auto;min-width:0}
.bo-productCard__side,.bo-partnerCard__side{margin-left:auto;display:flex;flex-direction:column;align-items:flex-end;gap:12px;min-width:0}
.bo-productCard__actions,.bo-partnerCard__actions{justify-content:flex-end}
.bo-productCard__status,.bo-partnerCard__chips{justify-content:flex-end}
.bo-item--product,.bo-item--partner{padding:20px 22px;overflow:hidden}
.bo-item--product .bo-btn,.bo-item--partner .bo-btn{white-space:nowrap}
.bo-toolbar--filters{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:16px}
.bo-toolbar--filters .bo-tabs{align-self:start}
.bo-toolbar--filters .bo-inline.bo-wrap{gap:10px}
.bo-requestCard .bo-row{align-items:start}
.bo-detailHero img{display:block}
@media (max-width:960px){
  .bo-productCard,.bo-partnerCard{align-items:flex-start}
  .bo-productCard__side,.bo-partnerCard__side{align-items:flex-start;justify-content:flex-start;margin-left:0}
  .bo-productCard__actions,.bo-partnerCard__actions,.bo-productCard__status,.bo-partnerCard__chips{justify-content:flex-start}
  .bo-toolbar--filters{grid-template-columns:1fr}
}
@media (max-width:720px){
  .bo-productCard,.bo-partnerCard{flex-direction:column;align-items:stretch}
  .bo-productCard__media{flex-basis:auto;width:100%;height:auto;aspect-ratio:4/3}
  .bo-productCard__side,.bo-partnerCard__side{width:100%}
  .bo-productCard__actions,.bo-partnerCard__actions{width:100%;justify-content:flex-start}
}

.bo-field__hint.is-error{color:var(--bo-danger);font-weight:700}.bo-field__hint.is-success{color:#166534;font-weight:700}

.bo-tabs--sub{margin-top:12px;padding-top:12px;border-top:1px dashed var(--bo-border)}

/* Compact checkbox chips in product forms */
.bo-check{min-height:38px;line-height:1.2;align-self:flex-start;font-size:13px;font-weight:800;color:var(--bo-text)}
.bo-field .bo-check input[type="checkbox"],
.bo-check input[type="checkbox"]{
  width:16px;
  height:16px;
  min-width:16px;
  min-height:16px;
  padding:0;
  margin:0;
  border-radius:4px;
  flex:0 0 16px;
  accent-color:var(--bo-primary);
}

/* Admin product form/status alignment fixes */
.bo-toggleRow{
  display:flex;
  align-items:flex-start;
  justify-content:flex-start;
  gap:10px;
  flex-wrap:wrap;
}
.bo-toggleRow .bo-check{margin:0}
.bo-productCard__side,.bo-partnerCard__side{align-items:flex-start}
.bo-productCard__actions,.bo-partnerCard__actions{justify-content:flex-start}
.bo-productCard__status,.bo-partnerCard__chips{justify-content:flex-start}
.bo-check{justify-content:flex-start;text-align:left}
.bo-toggleRow .bo-check{justify-content:flex-start;text-align:left}

/* Home ad banner management */
.bo-bannerCard{display:grid;grid-template-columns:minmax(220px,360px) minmax(0,1fr) auto;gap:16px;align-items:center}
.bo-bannerCard__media{overflow:hidden;border:1px solid var(--bo-border);border-radius:14px;background:#f8fafc;aspect-ratio:1080/300;display:flex;align-items:center;justify-content:center;color:var(--bo-muted);font-weight:800}
.bo-bannerCard__media img{width:100%;height:100%;object-fit:cover}
.bo-bannerCard__title{margin:0;font-size:17px;font-weight:900}
.bo-bannerCard__meta,.bo-bannerCard__sub{margin-top:6px;color:var(--bo-muted);font-size:13px;word-break:break-all}
.bo-bannerCard__chips{display:flex;gap:8px;flex-wrap:wrap;margin-top:10px}
.bo-bannerCard__actions{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}
.bo-mediaGrid--banner{grid-template-columns:minmax(240px,520px)}
.bo-mediaGrid--banner .bo-mediaCard__body{aspect-ratio:1080/300;height:auto}
.bo-mediaGrid--banner .bo-mediaCard__body img{width:100%;height:100%;object-fit:cover}
@media (max-width:900px){.bo-bannerCard{grid-template-columns:1fr}.bo-bannerCard__actions{justify-content:flex-start}.bo-mediaGrid--banner{grid-template-columns:1fr}}

/* Product discount status */
.bo-pill--danger{
  background:#fee2e2;
  color:#b91c1c;
  border-color:#fecaca;
}

/* Product card status/action alignment after discount badge */
.bo-item--product .bo-productCard__side{
  margin-left:auto;
  align-items:flex-end;
  text-align:right;
}
.bo-item--product .bo-productCard__status,
.bo-item--product .bo-productCard__actions{
  justify-content:flex-end;
}
.bo-item--product .bo-productCard__actions{
  width:100%;
}
@media (max-width:720px){
  .bo-item--product .bo-productCard__side{
    width:100%;
    align-items:flex-end;
  }
  .bo-item--product .bo-productCard__status,
  .bo-item--product .bo-productCard__actions{
    justify-content:flex-end;
  }
}

/* Partner reservation request alarm */
.bo-alarmButton{position:relative}
.bo-alarmButton.is-active{border-color:rgba(15,118,110,.42);background:#ecfdf5;color:#065f46;box-shadow:0 8px 22px rgba(15,118,110,.12)}
.bo-alertCount{display:inline-flex;align-items:center;justify-content:center;min-width:22px;height:22px;margin-left:6px;padding:0 7px;border-radius:999px;background:#dc2626;color:#fff;font-size:11px;font-weight:900;line-height:1;box-shadow:0 0 0 3px rgba(220,38,38,.12);animation:boAlertPulse 1.25s ease-in-out infinite}
.bo-alertCount[hidden]{display:none!important}
@keyframes boAlertPulse{0%,100%{transform:scale(1)}50%{transform:scale(1.08)}}

/* Product registration example (read-only) */
.bo-exampleNotice{padding:14px 16px;border:1px solid #bfdbfe;border-radius:16px;background:#eff6ff;color:#1e3a8a;font-size:13px;font-weight:700;line-height:1.65}
.bo-exampleChooser{padding:14px;border:1px solid var(--bo-border);border-radius:16px;background:#f8fafc}
.bo-exampleFieldset{display:grid;gap:14px;min-width:0;margin:0;padding:0;border:0;opacity:1}
.bo-exampleForm .bo-exampleFieldset:disabled{opacity:1}
.bo-exampleForm .bo-exampleFieldset input:disabled,
.bo-exampleForm .bo-exampleFieldset select:disabled,
.bo-exampleForm .bo-exampleFieldset textarea:disabled{opacity:1;background:#f8fafc;color:#334155;border-color:#cbd5e1;cursor:not-allowed;-webkit-text-fill-color:#334155}
.bo-exampleForm .bo-exampleFieldset input[type="checkbox"]:disabled{opacity:1;accent-color:var(--bo-primary)}
.bo-exampleForm .bo-exampleFieldset .bo-check{background:#f8fafc;color:#334155}
.bo-exampleForm .bo-exampleFieldset textarea:disabled{resize:none}
.bo-exampleForm .bo-mediaCard__remove{display:none}

/* Partner signup approval and contact information */
.bo-loginWrap--wide{max-width:760px}
.bo-authTabs{margin-top:20px}
.bo-authForm{margin-top:18px}
.bo-authIntro{display:grid;gap:5px;margin-top:16px;padding:14px 16px;border:1px solid #bfdbfe;border-radius:16px;background:#eff6ff;color:#1e3a8a;line-height:1.55}
.bo-authIntro strong{font-size:14px;font-weight:900}
.bo-authIntro span{font-size:13px}
.bo-authNotice{margin-top:16px;margin-bottom:0!important}
.bo-authFooter{margin-top:16px}
.bo-partnerSectionTabs{margin-top:4px}
.bo-partnerSectionBody{display:grid;gap:16px;margin-top:18px;padding-top:18px;border-top:1px solid var(--bo-border)}
.bo-sectionHead--sub{margin-bottom:14px}
.bo-partnerSignupStatusTabs{margin-top:0;padding-top:0;border-top:0}
.bo-tabCount{display:inline-flex;align-items:center;justify-content:center;min-width:21px;height:21px;margin-left:5px;padding:0 6px;border-radius:999px;background:#fee2e2;color:#b91c1c;font-size:11px;font-weight:900;line-height:1}
.bo-tab.is-active .bo-tabCount{background:rgba(255,255,255,.22);color:#fff}
.bo-textDanger{color:var(--bo-danger)!important}
@media (max-width:720px){
  .bo-loginWrap,.bo-loginWrap--wide{max-width:none;margin-top:24px}
  .bo-authTabs .bo-tab{flex:1 1 0}
  .bo-partnerSectionTabs .bo-tab{flex:1 1 0}
  .bo-partnerSectionBody{margin-top:14px;padding-top:14px}
}
