/* Buzer dashboard: hide theme chrome (menu/footer) so the dashboard feels like a real app */
/*
  Goal:
  - Keep ONLY the site logo (when the theme provides one)
  - Hide all menus/buttons/headers/footers so the dashboard becomes a portal.
*/

/* Dashboard is an "app" view: hide theme header/footer entirely. */
body.buzer-dashboard-page header,
body.buzer-dashboard-page .site-header,
body.buzer-dashboard-page .elementor-location-header,
body.buzer-dashboard-page footer,
body.buzer-dashboard-page .site-footer,
body.buzer-dashboard-page .elementor-location-footer,
body.buzer-dashboard-page #masthead,
body.buzer-dashboard-page #colophon{
  display:none !important;
}

/* ===== Brand colors (from Buzer logo gradient) ===== */
:root{
  /* Dashboard primary color (user request) */
  --buzer-yellow:#ffd34a;
  --buzer-orange:#ff9a4a;
  --buzer-pink:#ff4fa3;
  --buzer-purple:#7a4dff;
  --buzer-primary: #111111;
  --buzer-accent: var(--buzer-pink);
  --buzer-accent2: var(--buzer-purple);
  --buzer-gradient: linear-gradient(90deg,var(--buzer-yellow),var(--buzer-pink),var(--buzer-purple));
}

.buzer-wrap{max-width:none;margin:0 auto;padding:0 12px;font-family:inherit}

/* ===== Seion-style app shell (dashboard) ===== */
.buzer-app{display:flex;min-height:calc(100vh - 40px);background:#f6f7fb;border-radius:22px;overflow:hidden;box-shadow:0 10px 40px rgba(0,0,0,.06);margin:18px 0;max-width:none;width:100%}
.buzer-sidebar{width:260px;background:#fff;border-right:1px solid #ececf3;padding:18px 14px;display:flex;flex-direction:column;gap:14px}
.buzer-brand{display:flex;flex-direction:column;align-items:stretch;gap:10px;padding:8px 10px}
.buzer-sidebar-logo{display:flex;justify-content:center;align-items:center;padding:2px 6px 8px 6px}
.buzer-sidebar-logo img{max-width:180px;height:auto;display:block}
.buzer-sidebar-logo--in-card{padding:0 0 10px 0}
.buzer-sidebar-logo--in-card img{max-width:160px}
.buzer-logo{width:40px;height:40px;border-radius:14px;background:var(--buzer-gradient);color:#111;display:flex;align-items:center;justify-content:center;font-weight:900;letter-spacing:-.5px}
.buzer-owner{display:flex;align-items:center;gap:12px}
.buzer-owner-avatar{width:72px;height:72px;border-radius:20px;object-fit:cover;background:#f0f1f8;border:1px solid #ececf3}
.buzer-owner-avatar--fallback{display:flex;align-items:center;justify-content:center;font-weight:900;color:#111;background:rgba(255,211,74,.25)}
.buzer-brand-title{font-weight:800;line-height:1}
.buzer-brand-sub{font-size:12px;color:#777;margin-top:3px}
.buzer-nav{display:flex;flex-direction:column;gap:6px;padding:6px 8px}
.buzer-nav-item{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:14px;color:#222;text-decoration:none;font-weight:600}
.buzer-nav-item:hover{background:#f4f5fa}
.buzer-nav-item.is-active{background:rgba(255,211,74,.28);color:#111}
.buzer-nav-sub{padding-left:28px;font-weight:700;font-size:13px;opacity:.95}
.buzer-nav-sep{height:1px;background:#ececf3;margin:8px 0}
.buzer-sidebar-footer{margin-top:auto;padding:10px}
.buzer-main{flex:1;padding:18px 18px 22px 18px}
.buzer-topbar{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:12px}
.buzer-page-title{margin:0;font-size:26px}
.buzer-link{color:var(--buzer-accent);text-decoration:none;font-weight:800}
.buzer-link:hover{text-decoration:underline}

.buzer-kpi-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px;margin:10px 0 16px 0;align-items:stretch}
.buzer-kpi-card{background:#fff;border:1px solid #ececf3;border-radius:18px;padding:14px 14px 12px 14px;display:flex;flex-direction:column;min-height:132px}
.buzer-kpi-label{font-size:12px;color:#666;font-weight:700}
.buzer-kpi-value{font-size:26px;font-weight:900;margin-top:6px}
.buzer-kpi-sub{font-size:12px;color:#777;margin-top:6px}

.buzer-home-grid{display:grid;grid-template-columns:1.4fr .9fr;gap:16px;align-items:stretch}
.buzer-card--chart{min-height:240px}
.buzer-chart-skeleton{height:170px;border-radius:16px;border:1px dashed #d9d9e6;background:linear-gradient(90deg,#fafafe,#f1f1fb,#fafafe);margin-top:10px}
.buzer-needreview{list-style:none;padding:0;margin:12px 0 0 0;display:flex;flex-direction:column;gap:10px}
.buzer-needreview li{display:flex;justify-content:space-between;align-items:center;border:1px solid #ececf3;border-radius:16px;padding:10px 12px;background:#fff}
.buzer-needreview-title{font-weight:800}
.buzer-needreview-sub{font-size:12px;color:#777;margin-top:2px}

@media(max-width:980px){.buzer-kpi-grid{grid-template-columns:repeat(2,1fr)}.buzer-home-grid{grid-template-columns:1fr}.buzer-sidebar{width:220px}}
@media(max-width:760px){.buzer-app{flex-direction:column}.buzer-sidebar{width:100%;border-right:0;border-bottom:1px solid #ececf3}.buzer-nav{flex-direction:row;flex-wrap:wrap}.buzer-nav-item{flex:1 1 auto}}
.buzer-header{display:flex;justify-content:space-between;align-items:flex-end;gap:16px;margin-bottom:16px}
.buzer-header h2{margin:0 0 4px 0;font-size:24px}
.buzer-muted{color:#666;font-size:13px}
.buzer-actions{display:flex;flex-wrap:wrap;gap:10px}
.buzer-card{background:#fff;border:1px solid #e6e6e6;border-radius:14px;padding:18px;box-shadow:0 2px 10px rgba(0,0,0,.04)}
.buzer-card h3{margin-top:0}

/* Context card (top of editor/availability) */
.buzer-context-card{display:flex;gap:14px;align-items:center;background:#fff;border:1px solid #ececf3;border-radius:18px;overflow:hidden;box-shadow:0 6px 18px rgba(0,0,0,.04);margin:0 0 14px 0}
.buzer-context-media{width:220px;aspect-ratio:16/10;background:#f3f4fb;overflow:hidden}
.buzer-context-media img{width:100%;height:100%;object-fit:cover;display:block}
.buzer-context-body{padding:12px 12px 12px 0}
.buzer-context-title{font-weight:900;font-size:18px;line-height:1.1;margin-bottom:4px}
@media(max-width:760px){.buzer-context-card{flex-direction:column;align-items:stretch}.buzer-context-media{width:100%}.buzer-context-body{padding:12px}}

/* Simple checklist */
.buzer-checklist{display:flex;flex-direction:column;gap:10px;margin:10px 0 0 0}
.buzer-checklist label{display:flex;align-items:center;gap:10px;font-weight:700;margin:0}
.buzer-checklist input[type=checkbox]{width:18px;height:18px;border-radius:6px}
.buzer-notice{border-radius:12px;padding:10px 14px;margin:12px 0}
.buzer-success{background:#f1fff3;border:1px solid #c7f3ce}
.buzer-error{background:#fff1f1;border:1px solid #f3c7c7}
.buzer-btn{display:inline-flex;align-items:center;gap:6px;padding:9px 12px;border-radius:var(--buzer-radius,12px);border:1px solid var(--buzer-yellow);background:var(--buzer-yellow);color:#111;text-decoration:none;cursor:pointer;font-size:14px;line-height:1}
.buzer-btn:hover{background:#f5c93a;border-color:#f5c93a}
/* Keep class for backwards compatibility, but make it identical */
.buzer-btn-primary{background:var(--buzer-yellow);color:#111;border-color:var(--buzer-yellow)}
.buzer-btn-primary:hover{background:#f5c93a;border-color:#f5c93a}

/* Some themes/plugins force their own button colors (often purple). Override hard inside the dashboard. */
body.buzer-dashboard-page .buzer-app a.buzer-btn,
body.buzer-dashboard-page .buzer-app button.buzer-btn,
body.buzer-dashboard-page .buzer-app input[type=submit].buzer-btn,
body.buzer-dashboard-page .buzer-app .buzer-btn{
  background:var(--buzer-yellow) !important;
  border-color:var(--buzer-yellow) !important;
  color:#111 !important;
  border-radius:20px !important;
}
body.buzer-dashboard-page .buzer-app a.buzer-btn:hover,
body.buzer-dashboard-page .buzer-app button.buzer-btn:hover,
body.buzer-dashboard-page .buzer-app input[type=submit].buzer-btn:hover{
  background:#f5c93a !important;
  border-color:#f5c93a !important;
}

/* Make all buttons follow the brand; remove "purple" look */
.buzer-btn{border-radius:20px}
.buzer-btn:focus{outline:none;box-shadow:0 0 0 3px rgba(255,211,74,.35)}
label{display:block;font-weight:600;margin:10px 0 6px 0}
input[type=text],input[type=url],input[type=password],input[type=number],input[type=email],textarea,select{
  width:100%;
  border:1px solid #e3e6ef;
  border-radius:20px;
  padding:12px 14px;
  font-size:14px;
  background:#f7f8fb;
  transition:box-shadow .15s ease,border-color .15s ease,background .15s ease;
}
textarea{resize:vertical}
input[type=text]:focus,input[type=url]:focus,input[type=password]:focus,input[type=number]:focus,textarea:focus,select:focus{
  outline:none;
  border-color:rgba(255,211,74,.9);
  box-shadow:0 0 0 3px rgba(255,211,74,.25);
  background:#fff;
}
.buzer-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}
@media(max-width:760px){.buzer-header{align-items:flex-start;flex-direction:column}.buzer-grid{grid-template-columns:1fr}}
.buzer-table{width:100%;border-collapse:collapse}
.buzer-table th,.buzer-table td{border-bottom:1px solid #eee;padding:10px 8px;text-align:left;vertical-align:top}
.buzer-row-title{font-weight:700}
.buzer-media{display:flex;align-items:center;gap:10px;flex-wrap:wrap}
.buzer-media-preview{width:72px;height:72px;object-fit:cover;border-radius:12px;border:1px solid #e6e6e6}

/* ===== Accommodation editor ===== */
.buzer-prop-content{min-width:0}
.buzer-prop-section{padding:14px 0 18px 0;border-bottom:1px solid #f0f0f6}
.buzer-prop-section:last-child{border-bottom:0}
.buzer-prop-section h4{margin:0 0 10px 0;font-size:18px}

/* Show ONE section at a time in the property editor */
.buzer-prop-form .buzer-prop-section{display:none}
.buzer-prop-form .buzer-prop-section.is-active{display:block}

/* Cards (properties & availability chooser) */
.buzer-card-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px}
.buzer-prop-card{background:#fff;border:1px solid #ececf3;border-radius:18px;overflow:hidden;box-shadow:0 8px 24px rgba(0,0,0,.05)}
.buzer-prop-card-media{aspect-ratio: 16/10; background:#f3f4fb; overflow:hidden}
.buzer-prop-card-media img{width:100%;height:100%;object-fit:cover;display:block}
.buzer-prop-card-body{padding:12px 12px 14px 12px}
.buzer-prop-card-title{font-weight:900;font-size:18px;margin:0 0 6px 0}
.buzer-prop-card-sub{font-size:13px;color:#666;margin:0 0 12px 0}
.buzer-prop-card-actions{display:flex;flex-direction:column;gap:10px}
.buzer-prop-card-actions .buzer-btn{justify-content:center;width:100%;padding:11px 12px}

/* Gallery */
.buzer-gallery-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:10px;margin-top:10px}
.buzer-gallery-thumb{border:1px solid #e6e6e6;border-radius:14px;background:#fafafe;overflow:hidden;min-height:86px;display:flex;align-items:center;justify-content:center;position:relative}
.buzer-gallery-thumb img{width:100%;height:100%;object-fit:cover;display:block}
.buzer-gallery-thumb-label{font-size:12px;color:#666;font-weight:800}

.buzer-drag-handle{position:absolute;top:8px;left:8px;background:rgba(255,255,255,0.85);border-radius:10px;padding:4px 6px;font-size:14px;line-height:1;cursor:grab;user-select:none}
.buzer-gallery-remove{position:absolute;top:8px;right:8px;width:26px;height:26px;border-radius:999px;border:1px solid #e6e6e6;background:rgba(255,255,255,0.9);cursor:pointer;font-weight:900;line-height:24px;text-align:center}
.buzer-gallery-remove:hover{filter:brightness(0.97)}

.buzer-gallery-grid .ui-sortable-placeholder{visibility:visible !important;background:rgba(0,0,0,0.03);border:2px dashed rgba(0,0,0,0.15);border-radius:14px}

/* Documents manager */
.buzer-docs-list{margin-top:10px;display:flex;flex-direction:column;gap:10px}
.buzer-doc-row{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:12px;border:1px solid rgba(0,0,0,.08);border-radius:16px;background:#fff}
.buzer-doc-left{display:flex;align-items:center;gap:12px;min-width:0}
.buzer-doc-ico{width:38px;height:38px;border-radius:14px;background:#f3f4fb;display:flex;align-items:center;justify-content:center;font-size:18px}
.buzer-doc-meta{min-width:0}
.buzer-doc-title{font-weight:900;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:520px}
.buzer-doc-right{display:flex;align-items:center;gap:10px;flex-wrap:wrap;justify-content:flex-end}
.buzer-doc-right select{min-width:170px}
.buzer-doc-required{display:flex;align-items:center;gap:8px;font-weight:800;color:#111}

@media (max-width: 720px){
  .buzer-doc-row{flex-direction:column;align-items:flex-start}
  .buzer-doc-title{max-width:100%}
  .buzer-doc-right{width:100%;justify-content:flex-start}
}

@media(max-width:760px){.buzer-gallery-grid{grid-template-columns:repeat(3,1fr)}}

/* Step 2B: Availability */
.buzer-flex{display:flex}
.buzer-flex-between{justify-content:space-between}
.buzer-flex-center{align-items:center}
.buzer-month-label{font-weight:700}
.buzer-loading{padding:18px;border:1px dashed #ddd;border-radius:12px;background:#fafafa}
.buzer-list{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:10px}

.buzer-availability{margin-top:8px}
.buzer-cal-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:8px;margin-top:12px}
.buzer-cal-dow{font-size:12px;color:#666;text-align:center;padding:6px 0}
.buzer-cal-empty{min-height:44px}
.buzer-cal-cell{min-height:44px;border-radius:12px;border:1px solid #e6e6e6;background:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;position:relative}
.buzer-cal-cell:hover{background:#f7f7f7}
.buzer-cal-cell.is-busy{opacity:.6;pointer-events:none}
.buzer-cal-cell.is-free{background:#f6fffa;border-color:#cdeed9}
.buzer-cal-cell.is-blocked{background:#fff5f5;border-color:#f2c6c6}
.buzer-cal-cell.is-booked{background:#f2f4f7;border-color:#d7dbe0;cursor:not-allowed;opacity:.9}
.buzer-cal-cell.is-today{box-shadow:0 0 0 2px rgba(17,17,17,.25) inset}
.buzer-cal-price{position:absolute;right:8px;bottom:8px;font-size:12px;opacity:.75;line-height:1}
.buzer-cal-num{font-weight:700}

.buzer-pill.booked{background:#eef1f5;color:#333;border:1px solid #d7dbe0;padding:2px 8px;border-radius:999px;font-size:12px;margin-left:6px}

.buzer-pill{display:inline-block;border-radius:999px;padding:3px 10px;font-size:12px;border:1px solid #ddd;margin-left:6px}
.buzer-pill.free{background:#f6fffa;border-color:#cdeed9}
.buzer-pill.blocked{background:#fff5f5;border-color:#f2c6c6}

.buzer-pill--ok{background:#f6fffa;border-color:#cdeed9;color:#1b6b3a}
.buzer-pill--warn{background:#fff8e6;border-color:#ffe3a3;color:#7a5200}
.buzer-pill--info{background:#eef6ff;border-color:#cfe3ff;color:#1a4e8a}
.buzer-pill--bad{background:#fff5f5;border-color:#f2c6c6;color:#8a1f1f}
.buzer-pill--muted{background:#f3f4fb;border-color:#e3e6ef;color:#555}

/* Bookings overview: filters + bulk */
.buzer-filterbar,.buzer-bulkbar{margin:14px 0 10px}
.buzer-filterbar__row,.buzer-bulkbar__row{display:flex;flex-wrap:wrap;gap:10px;align-items:end}
.buzer-filterbar label,.buzer-bulkbar label{display:flex;flex-direction:column;gap:6px;font-size:13px}
.buzer-filterbar input[type="text"],.buzer-filterbar select,.buzer-bulkbar select{min-width:180px}
.buzer-checkbox{flex-direction:row !important;align-items:center;gap:8px}
.buzer-row-sla{background:#fffdf4}

/* Status pills */
.buzer-pill[data-status="pending"],
.buzer-pill[data-status="pending_payment"],
.buzer-pill[data-status="pending_transfer"]{background:#fff8e6;border-color:#ffe3a3;color:#7a5200}
.buzer-pill[data-status="confirmed"]{background:#f6fffa;border-color:#cdeed9;color:#1b6b3a}
.buzer-pill[data-status="cancelled"]{background:#fff5f5;border-color:#f2c6c6;color:#8a1f1f}

.buzer-bulk{margin-top:18px;padding-top:14px;border-top:1px solid #eee}
.buzer-bulk h4{margin:0 0 8px 0}
input[type=date],select{
  width:100%;
  border:1px solid #e3e6ef;
  border-radius:16px;
  padding:12px 14px;
  font-size:14px;
  background:#f7f8fb;
  transition:box-shadow .15s ease,border-color .15s ease,background .15s ease;
}

/* Weekday checkboxes (Booking rules) */
.buzer-weekdays{display:flex;flex-wrap:wrap;gap:10px;padding:10px;border:1px solid #e3e6ef;border-radius:16px;background:#f7f8fb}
.buzer-weekday{display:flex;align-items:center;gap:8px;font-weight:800;font-size:13px;color:#222}
.buzer-weekday input{accent-color:#ffd34a}

/* ===== Property cards (dashboard lists) ===== */
.buzer-card-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:16px}
.buzer-prop-card{background:#fff;border:1px solid #ececf3;border-radius:18px;overflow:hidden;box-shadow:0 6px 22px rgba(0,0,0,.05)}
.buzer-prop-card__img{width:100%;aspect-ratio: 16 / 10;object-fit:cover;display:block;background:#f6f7fb}
.buzer-prop-card__body{padding:12px 14px 14px}
.buzer-prop-card__title{font-weight:900;font-size:18px;margin:0}
.buzer-prop-card__sub{margin:6px 0 0 0;color:#666;font-size:13px}
.buzer-prop-card__actions{display:flex;flex-direction:column;gap:8px;margin-top:12px}
.buzer-prop-card__actions .buzer-btn{justify-content:center;width:100%}

/* ===== Property editor: show one section at a time ===== */
.buzer-prop-section{display:none}
.buzer-prop-section.is-active{display:block}

/* ===== Sidebar owner card (bigger, like screenshot) ===== */
.buzer-brand{padding:10px}
.buzer-owner-card{width:100%;border:1px solid #ececf3;border-radius:18px;overflow:hidden;background:#fff;box-shadow:0 8px 22px rgba(0,0,0,.05)}
.buzer-owner-photo{width:100%;aspect-ratio:16/10;background:#f3f4fb;overflow:hidden}
.buzer-owner-photo img,.buzer-owner-photo .buzer-owner-avatar{width:100%;height:100%;object-fit:cover;border-radius:0;border:0}
.buzer-owner-meta{padding:12px 12px 14px 12px}
.buzer-owner-meta .buzer-brand-title{font-size:16px}

/* ===== Hub pages (Website / Financieel) ===== */
.buzer-hub-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:14px;margin-top:12px}
.buzer-hub-card{display:block;text-decoration:none;color:#111;background:#fff;border:1px solid #ececf3;border-radius:18px;padding:14px 14px;box-shadow:0 8px 22px rgba(0,0,0,.05)}
.buzer-hub-card:hover{transform:translateY(-1px);box-shadow:0 10px 26px rgba(0,0,0,.06)}
.buzer-hub-title{font-weight:900;font-size:16px;margin-bottom:4px}
.buzer-hub-sub{font-size:13px;color:#666;line-height:1.4}

/* Back links */
.buzer-backlink{display:inline-flex;align-items:center;gap:8px;text-decoration:none;font-weight:800;color:#111;margin:0 0 10px 0}
.buzer-backlink:hover{text-decoration:underline}

/* ===== Bookings table ===== */
.buzer-actions-inline{display:flex;flex-wrap:wrap;gap:8px}
.buzer-bookings-table th{font-weight:900;font-size:12px;color:#555;text-transform:none}
.buzer-bookings-table td{font-size:14px}
@media(max-width:860px){
  .buzer-bookings-table thead{display:none}
  .buzer-bookings-table, .buzer-bookings-table tbody, .buzer-bookings-table tr, .buzer-bookings-table td{display:block;width:100%}
  .buzer-bookings-table tr{border:1px solid #ececf3;border-radius:16px;overflow:hidden;margin:0 0 12px 0;background:#fff}
  .buzer-bookings-table td{border:0;border-bottom:1px solid #f0f0f6}
  .buzer-bookings-table td:last-child{border-bottom:0}
}

/* Booking detail view */
.buzer-booking-detail{width:100%}
.buzer-booking-detail-head{display:flex;gap:16px;align-items:stretch}
.buzer-booking-detail-media{flex:0 0 240px}
.buzer-booking-detail-media img{width:100%;height:160px;object-fit:cover;border-radius:16px}
.buzer-booking-detail-meta{flex:1}
.buzer-booking-detail-title{font-size:22px;font-weight:700;line-height:1.2;margin:2px 0 8px}

/* Booking detail layout */
.buzer-booking-two-col{display:grid;grid-template-columns:1fr 1fr;gap:14px;align-items:start}
@media(max-width:980px){.buzer-booking-two-col{grid-template-columns:1fr}}

/* Collapsible card (Guest portal) */
details.buzer-collapse>summary{cursor:pointer;display:flex;justify-content:space-between;align-items:baseline;gap:12px;user-select:none}
details.buzer-collapse>summary::-webkit-details-marker{display:none}
.buzer-collapse-title{font-weight:800}
.buzer-collapse-body{margin-top:12px}
@media(max-width:760px){
  .buzer-booking-detail-head{flex-direction:column}
  .buzer-booking-detail-media{flex:0 0 auto}
  .buzer-booking-detail-media img{height:200px}
}


/* Booking communication timeline */
.buzer-timeline{list-style:none;margin:12px 0 0;padding:0;display:flex;flex-direction:column;gap:10px;}
.buzer-timeline-item{padding:12px;border:1px solid rgba(0,0,0,.06);border-radius:14px;background:rgba(255,255,255,.7);}
.buzer-timeline-meta{font-size:13px;display:flex;gap:10px;align-items:baseline;}
.buzer-timeline-text{margin-top:6px;white-space:pre-wrap;line-height:1.35;}


/* Guest/host message thread */

.buzer-thread{display:flex;flex-direction:column;gap:10px;margin-top:10px}
.buzer-bubble{max-width:78%;padding:12px;border-radius:16px;border:1px solid rgba(0,0,0,.06);background:rgba(255,255,255,.85)}
.buzer-bubble--me{margin-left:auto;background:rgba(255,211,74,.18);border-color:rgba(255,211,74,.45)}
.buzer-bubble--them{margin-right:auto}
.buzer-bubble-meta{font-size:12px;display:flex;gap:10px;align-items:baseline;margin-bottom:6px}
.buzer-bubble-text{white-space:pre-wrap;line-height:1.35}


/* Guest readiness checklist */
.buzer-ready-list{list-style:none;margin:0;padding:0;display:grid;gap:8px}
.buzer-ready-list li{padding:10px 12px;border-radius:12px;background:#f7f8ff;border:1px solid rgba(0,0,0,.06);font-weight:600}
.buzer-ready-list li.ok{opacity:.95}
.buzer-ready-list li.bad{background:#fff7e6;border-color:rgba(255,211,74,.6)}
.buzer-card .buzer-note{margin-top:10px;color:#555}




/* --- Extra hardening: themes differ wildly --- */
body.buzer-dashboard-page #header,
body.buzer-dashboard-page .header,
body.buzer-dashboard-page .page-header,
body.buzer-dashboard-page .ast-header,
body.buzer-dashboard-page .ast-site-header,
body.buzer-dashboard-page .kadence-header,
body.buzer-dashboard-page .wp-block-template-part header,
body.buzer-dashboard-page [data-elementor-type="header"],
body.buzer-dashboard-page [data-elementor-type="footer"],
body.buzer-dashboard-page #footer{
  display:none !important;
}

/* Make the content truly edge-to-edge */
body.buzer-dashboard-page,
body.buzer-dashboard-page .site,
body.buzer-dashboard-page .site-content,
body.buzer-dashboard-page .content-area,
body.buzer-dashboard-page .entry-content,
body.buzer-dashboard-page .page,
body.buzer-dashboard-page .container,
body.buzer-dashboard-page .wrap,
body.buzer-dashboard-page .elementor-section,
body.buzer-dashboard-page .elementor-container,
body.buzer-dashboard-page .elementor-widget-wrap{
  max-width:none !important;
  width:100% !important;
}

body.buzer-dashboard-page .entry-content,
body.buzer-dashboard-page .site-content,
body.buzer-dashboard-page .content-area,
body.buzer-dashboard-page .container,
body.buzer-dashboard-page .wrap{
  padding-left:0 !important;
  padding-right:0 !important;
  margin-left:0 !important;
  margin-right:0 !important;
}

/* If we are using the minimal dashboard template, also remove any body padding */
.buzer-dashboard-shell{ width:100%; max-width:none; padding:0; margin:0; }

/* --- Collapsible (Gastportaal override) with clear open/close arrow --- */
.buzer-collapse > summary{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  cursor:pointer;
  list-style:none;
}

.buzer-collapse > summary::-webkit-details-marker{ display:none; }

.buzer-collapse-arrow{
  width:34px;
  height:34px;
  border-radius:999px;
  display:flex;
  align-items:center;
  justify-content:center;
  background: rgba(0,0,0,0.04);
  flex:0 0 auto;
}

.buzer-collapse-arrow::before{
  content:"▾";
  font-size:18px;
  line-height:1;
  transform: rotate(0deg);
  transition: transform .18s ease;
}

.buzer-collapse[open] .buzer-collapse-arrow::before{
  transform: rotate(180deg);
}

/* --- Make "cards" consistent everywhere without rewriting templates --- */
.buzer-panel,
.buzer-section,
.buzer-box,
.buzer-table-wrap{
  background:#fff;
  border:1px solid rgba(0,0,0,0.06);
  border-radius:18px;
  padding:18px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.06);
  margin:0 0 16px 0;
}


/* Nav badge (Notifications count) */
.buzer-nav-item{display:flex;align-items:center;justify-content:space-between;gap:12px}
.buzer-nav-label{display:inline-block}
.buzer-nav-badge{
  min-width:22px;height:22px;padding:0 7px;border-radius:999px;
  display:inline-flex;align-items:center;justify-content:center;
  font-weight:700;line-height:1;
  background: var(--buzer-yellow, #ffd34a);
  color: #111;
}


/* Home: mini cards under KPIs */
.buzer-home-mini-grid{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap:16px;
  margin:16px 0;
}
@media (max-width: 960px){
  .buzer-home-mini-grid{ grid-template-columns: 1fr; }
}
.buzer-chart-wrap{ margin-top:10px; position:relative; height:220px; }
.buzer-pill--new{
  margin-left:8px;
  font-size:12px;
  padding:3px 10px;
}

/* Option A: extra KPI charts on dashboard home */
.buzer-home-kpi-charts{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px;
  margin:16px 0 0 0;
  align-items:stretch;
}
@media (max-width: 960px){
  .buzer-home-kpi-charts{ grid-template-columns:1fr; }
}
.buzer-home-kpi-charts .buzer-card--chart{ min-height:300px; }


/* Reports KPI layout */
.buzer-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin:0 0 14px 0;}
@media (max-width: 980px){.buzer-cards{grid-template-columns:repeat(2,minmax(0,1fr));}}
@media (max-width: 640px){.buzer-cards{grid-template-columns:1fr;}}

.buzer-card-head{flex-wrap:wrap;gap:12px;}
.buzer-inline-form{margin-left:auto;}
@media (max-width:640px){.buzer-inline-form{margin-left:0;width:100%;}.buzer-inline-form select{width:100%;}}


/* Safety: never render main page blocks inside sidebar (prevents accidental spill/duplication) */


/* Reports extra charts grid */
.buzer-cards--charts{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px;
  margin-top:16px;
}
@media (max-width: 900px){
  .buzer-cards--charts{ grid-template-columns:1fr; }
}
.buzer-chart-box{ height:260px; margin-top:8px; }

/* Step 5: Discount codes table */
.buzer-codes-toolbar{display:flex; justify-content:flex-end; margin:8px 0 10px;}
.buzer-discount-codes-table{width:100%; border-collapse:separate; border-spacing:0;}
.buzer-discount-codes-table th{font-weight:600; font-size:13px; text-align:left; padding:10px 10px;}
.buzer-discount-codes-table td{padding:8px 10px; vertical-align:middle;}
.buzer-discount-codes-table input[type="text"],
.buzer-discount-codes-table input[type="date"],
.buzer-discount-codes-table select{width:100%;}
.buzer-discount-codes-table tbody tr{border-radius:14px;}


/* ===============================
   FORCE YELLOW ACCENT INSTEAD OF ROSE
   =============================== */

:root {
  --buzer-accent: #EAB308;
}

.buzer-accent,
.buzer-highlight,
.text-pink,
.text-rose {
  color: #EAB308 !important;
}

a,
.buzer-link {
  color: #EAB308 !important;
}

a:hover,
.buzer-link:hover {
  color: #CA8A04 !important;
}

.buzer-btn-primary,
.buzer-button-primary {
  background: #EAB308 !important;
  border-color: #EAB308 !important;
  color: #111 !important;
}

.buzer-btn-primary:hover,
.buzer-button-primary:hover {
  background: #CA8A04 !important;
  border-color: #CA8A04 !important;
}



/* ===============================
   FORCE SIDEBAR MENU TEXT BLACK
   =============================== */

.buzer-sidebar a,
.buzer-sidebar .menu-item,
.buzer-sidebar nav a {
    color: #111111 !important;
}

.buzer-sidebar a:hover,
.buzer-sidebar nav a:hover {
    color: #000000 !important;
}

.buzer-sidebar .active,
.buzer-sidebar .current {
    color: #111111 !important;
}

/* ===============================
   STEP 2 (Luxe): unify tables, filters, inputs & buttons
   =============================== */

/* Font + crisp typography */
body.buzer-dashboard-page,
.buzer-app{
  font-family: "Plus Jakarta Sans","Inter","Manrope",ui-sans-serif,system-ui,-apple-system,"Segoe UI",Roboto,Arial !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.buzer-app h1,.buzer-app h2,.buzer-app h3{letter-spacing:-0.02em;}
.buzer-app h1{font-weight:900;}
.buzer-app h2{font-weight:850;}
.buzer-app h3{font-weight:800;}

/* Inputs */
.buzer-app input[type="text"],
.buzer-app input[type="email"],
.buzer-app input[type="number"],
.buzer-app input[type="date"],
.buzer-app input[type="search"],
.buzer-app input[type="password"],
.buzer-app select,
.buzer-app textarea{
  background:#fff !important;
  border:1px solid var(--buzer-border, #E7EAF1) !important;
  border-radius:14px !important;
  padding:10px 12px !important;
  color:#0F172A !important;
  outline:none !important;
  box-shadow:0 1px 0 rgba(15,23,42,.03) !important;
}
.buzer-app textarea{min-height:120px;}
.buzer-app input:focus,
.buzer-app select:focus,
.buzer-app textarea:focus{
  border-color:rgba(234,179,8,.95) !important;
  box-shadow:0 0 0 4px rgba(234,179,8,.22) !important;
}
.buzer-app input::placeholder,
.buzer-app textarea::placeholder{color:#94A3B8;}

/* Filter toolbars */
.buzer-app .buzer-filters,
.buzer-app .buzer-table-filters,
.buzer-app .buzer-toolbar,
.buzer-app .buzer-actions{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  align-items:flex-end;
}
.buzer-app label{font-weight:800; font-size:12px; color:#64748B;}

/* Buttons */
.buzer-btn,
.buzer-app button,
.buzer-app input[type="submit"],
.buzer-app .button{
  border:1px solid var(--buzer-border, #E7EAF1) !important;
  background:#fff !important;
  color:#0F172A !important;
  border-radius:999px !important;
  padding:10px 14px !important;
  font-weight:900 !important;
  letter-spacing:.01em;
  cursor:pointer;
  display:inline-flex;
  align-items:center;
  gap:8px;
  box-shadow:0 10px 24px rgba(15,23,42,.08) !important;
  transition:transform .12s ease, box-shadow .12s ease, filter .12s ease;
}
.buzer-btn:hover,
.buzer-app button:hover,
.buzer-app input[type="submit"]:hover,
.buzer-app .button:hover{transform:translateY(-1px); box-shadow:0 14px 30px rgba(15,23,42,.10) !important;}
.buzer-btn:active,
.buzer-app button:active{transform:translateY(0);}

/* Tables */
.buzer-app table{
  width:100%;
  border-collapse:separate;
  border-spacing:0;
}
.buzer-app table thead th{
  text-align:left;
  font-size:12px;
  color:#64748B;
  font-weight:900;
  padding:10px 12px;
  border-bottom:1px solid var(--buzer-border, #E7EAF1);
  white-space:nowrap;
}
.buzer-app table tbody td{
  padding:12px;
  border-bottom:1px solid rgba(231,234,241,.75);
  vertical-align:middle;
}
.buzer-app table tbody tr:hover{background:rgba(234,179,8,.06);}
.buzer-app table tbody tr:last-child td{border-bottom:0;}

/* Pills */
.buzer-app .buzer-pill,
.buzer-app .buzer-badge,
.buzer-app .buzer-status-pill{
  border-radius:999px;
  padding:6px 10px;
  font-weight:900;
  font-size:12px;
  display:inline-flex;
  align-items:center;
  gap:6px;
}

/* Mobile: tables scroll nicely */
@media (max-width: 900px){
  .buzer-app table{display:block; overflow:auto; -webkit-overflow-scrolling:touch;}
  .buzer-app table tbody td{white-space:nowrap;}
}



/* =========================================================
   STEP 3 – Component polish & consistency (v1.9.61.63)
   - table action buttons alignment
   - subtle micro-interactions
   - consistent pills/badges, links, dividers
   ========================================================= */

:root{
  --bz-accent:#EAB308;           /* gold */
  --bz-accent-hover:#CA8A04;     /* darker gold */
  --bz-text:#111827;
  --bz-muted:#6B7280;
  --bz-border:#E5E7EB;
  --bz-surface:#FFFFFF;
  --bz-radius:14px;
}

/* Reduce visual noise */
.buzer-card hr,
.buzer-divider{
  border:0 !important;
  border-top:1px solid var(--bz-border) !important;
  margin:14px 0 !important;
  opacity:1 !important;
}

/* Links: gold everywhere except sidebar (sidebar forced black in previous step) */
.buzer-owner-wrap a,
.buzer-card a,
.buzer-host-cards-wrap a,
.buzer-host-content a{
  color: var(--bz-accent) !important;
  text-decoration: none !important;
  font-weight: 600;
}
.buzer-owner-wrap a:hover,
.buzer-card a:hover,
.buzer-host-cards-wrap a:hover,
.buzer-host-content a:hover{
  color: var(--bz-accent-hover) !important;
  text-decoration: underline !important;
  text-underline-offset: 3px;
}

/* Buttons: unify sizes */
.buzer-btn,
.buzer-btn-primary,
.buzer-btn-secondary,
.buzer-btn-outline,
.buzer-button{
  border-radius: 12px !important;
  padding: 10px 14px !important;
  line-height: 1.1 !important;
  font-weight: 700 !important;
  letter-spacing: -0.01em;
  transition: transform .12s ease, box-shadow .12s ease, background-color .12s ease, border-color .12s ease;
}
.buzer-btn:active,
.buzer-btn-primary:active,
.buzer-btn-secondary:active,
.buzer-btn-outline:active,
.buzer-button:active{
  transform: translateY(0px) scale(0.99);
}

/* Micro-lift on hover (desktop only) */
@media (hover:hover){
  .buzer-btn:hover,
  .buzer-btn-primary:hover,
  .buzer-btn-secondary:hover,
  .buzer-btn-outline:hover,
  .buzer-button:hover{
    transform: translateY(-1px);
  }
}

/* Icon buttons */
.buzer-btn-icon,
.buzer-icon-btn{
  width: 40px;
  height: 40px;
  padding: 0 !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px !important;
  border: 1px solid var(--bz-border) !important;
  background: var(--bz-surface) !important;
}

/* Pills/badges */
.buzer-pill{
  border-radius: 999px !important;
  padding: 6px 10px !important;
  font-weight: 800 !important;
  letter-spacing: -0.01em;
  border: 1px solid rgba(17,24,39,.06);
}
.buzer-pill--ok{ background: rgba(34,197,94,.10) !important; color:#166534 !important; }
.buzer-pill--info{ background: rgba(59,130,246,.10) !important; color:#1d4ed8 !important; }
.buzer-pill--warn{ background: rgba(234,179,8,.14) !important; color:#92400e !important; }
.buzer-pill--danger{ background: rgba(239,68,68,.10) !important; color:#b91c1c !important; }

/* Table polish */
.buzer-table,
.buzer-owner-wrap table{
  width: 100%;
  border-collapse: separate !important;
  border-spacing: 0 !important;
  background: var(--bz-surface) !important;
  border: 1px solid var(--bz-border) !important;
  border-radius: var(--bz-radius) !important;
  overflow: hidden;
}
.buzer-table thead th,
.buzer-owner-wrap table thead th{
  background: #FAFAFA !important;
  color: var(--bz-text) !important;
  font-weight: 800 !important;
  padding: 12px 14px !important;
  border-bottom: 1px solid var(--bz-border) !important;
}
.buzer-table tbody td,
.buzer-owner-wrap table tbody td{
  padding: 12px 14px !important;
  border-bottom: 1px solid var(--bz-border) !important;
  vertical-align: middle !important;
}
.buzer-table tbody tr:last-child td,
.buzer-owner-wrap table tbody tr:last-child td{
  border-bottom: 0 !important;
}
.buzer-table tbody tr:hover td,
.buzer-owner-wrap table tbody tr:hover td{
  background: rgba(17,24,39,.02) !important;
}

/* Action column: keep buttons aligned and not wrapping weirdly */
.buzer-table .buzer-actions,
.buzer-owner-wrap table .buzer-actions,
.buzer-table td:last-child,
.buzer-owner-wrap table td:last-child{
  white-space: nowrap;
}
.buzer-actions,
.buzer-table-actions{
  display: inline-flex;
  gap: 8px;
  align-items: center;
}

/* Forms: consistent labels + help text */
.buzer-field label,
.buzer-form label{
  font-weight: 800 !important;
  color: var(--bz-text) !important;
  margin-bottom: 6px !important;
  display: inline-block;
}
.buzer-help,
.buzer-field .description,
.buzer-form .description{
  color: var(--bz-muted) !important;
  font-size: 12px !important;
  margin-top: 6px !important;
  line-height: 1.35 !important;
}

/* Modals: premium backdrop */
.buzer-modal-backdrop,
.buzer-modal-overlay{
  background: rgba(17,24,39,.55) !important;
  backdrop-filter: blur(6px);
}

/* Respect reduced motion */
@media (prefers-reduced-motion: reduce){
  *{ transition: none !important; animation: none !important; scroll-behavior:auto !important; }
}



/* ===============================
   DASHBOARD GRID ALIGNMENT FIX
   =============================== */

.buzer-dashboard-grid {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    align-items: stretch;
}

.buzer-dashboard-grid .buzer-card {
    height: 100%;
}

@media (max-width: 1200px) {
    .buzer-dashboard-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .buzer-dashboard-grid {
        grid-template-columns: 1fr;
    }
}

/* KPI cards consistent spacing */
.buzer-kpi-card {
    padding: 22px !important;
    border-radius: 18px !important;
    min-height: 130px;
}

/* Chart cards alignment */
.buzer-chart-card {
    padding: 26px !important;
    border-radius: 20px !important;
}

/* ===============================
   EXTRA KPI PLACEHOLDER STYLES
   =============================== */

.buzer-kpi-secondary {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.buzer-kpi-secondary h3 {
    font-size: 14px;
    font-weight: 600;
    opacity: .7;
}

.buzer-kpi-secondary .value {
    font-size: 24px;
    font-weight: 700;
    margin-top: 6px;
}



/* KPI mini charts */
.buzer-kpi-mini{margin-top:10px;flex:1;min-height:56px;position:relative}
.buzer-kpi-mini canvas{width:100% !important;height:56px !important}

/* Buzer 1.9.62 visual system — aligned with BuzPush */
body.buzer-dashboard-page{background:#f4f5f7!important;color:#15171b}
.buzer-dashboard,.buzer-app,.buzer-dashboard-shell{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
.buzer-sidebar,.buzer-dashboard-sidebar{background:linear-gradient(180deg,#111318,#1d2027)!important;border-right:1px solid rgba(255,255,255,.06)!important}
.buzer-sidebar a,.buzer-dashboard-sidebar a{border-radius:12px!important;margin:3px 8px!important;transition:.2s ease!important}
.buzer-sidebar a:hover,.buzer-dashboard-sidebar a:hover,.buzer-sidebar .active,.buzer-dashboard-sidebar .active{background:rgba(255,212,0,.13)!important;color:#ffd400!important}
.buzer-card,.buzer-panel,.buzer-stat-card,.buzer-kpi-card{border:1px solid #e7e9ed!important;border-radius:18px!important;background:#fff!important;box-shadow:0 8px 28px rgba(17,20,27,.055)!important}
.buzer-card:hover,.buzer-stat-card:hover{box-shadow:0 14px 38px rgba(17,20,27,.09)!important;transform:translateY(-1px)}
.buzer-dashboard button,.buzer-dashboard .button,.buzer-dashboard input[type=submit]{min-height:44px;border-radius:11px!important;font-weight:750!important}
.buzer-dashboard .button-primary,.buzer-dashboard button.primary,.buzer-dashboard input[type=submit]{background:linear-gradient(135deg,#ffe45a,#ffd400)!important;border-color:#ffd400!important;color:#111!important;box-shadow:0 9px 22px rgba(255,212,0,.2)!important}
.buzer-dashboard input:not([type=checkbox]):not([type=radio]),.buzer-dashboard select,.buzer-dashboard textarea{border:1px solid #dfe3e8!important;border-radius:11px!important;min-height:44px!important;box-shadow:none!important}
.buzer-dashboard input:focus,.buzer-dashboard select:focus,.buzer-dashboard textarea:focus{border-color:#d9b900!important;box-shadow:0 0 0 4px rgba(255,212,0,.13)!important;outline:0!important}
.buzer-dashboard table{border-collapse:separate!important;border-spacing:0!important;border:1px solid #e6e9ed!important;border-radius:16px!important;overflow:hidden!important}.buzer-dashboard th{background:#f7f8fa!important;color:#596272!important;text-transform:uppercase;font-size:11px;letter-spacing:.06em}.buzer-dashboard td,.buzer-dashboard th{padding:14px 16px!important}
@media(max-width:782px){.buzer-dashboard button,.buzer-dashboard .button{min-height:48px}.buzer-card,.buzer-panel{border-radius:15px!important}}

/* ===== Buzer 1.9.62.1 unified BuzPush-inspired yellow interface ===== */
:root{--buzer-yellow:#ffd400;--buzer-yellow-deep:#ffb800;--buzer-ink:#0b0b0d;--buzer-panel:#151519;--buzer-soft:#f5f5f7;--buzer-border:#e8e8ed;--buzer-shadow:0 18px 50px rgba(16,16,22,.09)}
body.buzer-dashboard-page{background:#ececef!important}.buzer-app{background:var(--buzer-soft);border-radius:26px;box-shadow:var(--buzer-shadow)}.buzer-sidebar{background:linear-gradient(180deg,#0b0b0d,#17171b);border-right:0;color:#fff}.buzer-brand-title,.buzer-sidebar .buzer-owner,.buzer-sidebar .buzer-brand-sub{color:#fff}.buzer-sidebar .buzer-brand-sub{opacity:.62}.buzer-sidebar-logo img{content:url('brand/buzer-logo-yellow.svg');max-width:174px}.buzer-nav-item{color:#d4d4da}.buzer-nav-item:hover{background:rgba(255,255,255,.07);color:#fff}.buzer-nav-item.is-active{background:linear-gradient(135deg,var(--buzer-yellow),var(--buzer-yellow-deep));color:#111;box-shadow:0 10px 28px rgba(255,212,0,.16)}.buzer-nav-sep{background:#29292f}.buzer-main{padding:24px}.buzer-page-title{font-size:30px;letter-spacing:-.03em}.buzer-card,.buzer-kpi-card,.buzer-prop-card,.buzer-context-card{border-color:var(--buzer-border);border-radius:22px;box-shadow:0 8px 28px rgba(18,18,24,.045)}.buzer-kpi-card{position:relative;overflow:hidden}.buzer-kpi-card:before{content:"";position:absolute;left:0;top:0;bottom:0;width:5px;background:var(--buzer-yellow)}.buzer-kpi-value{letter-spacing:-.035em}.buzer-btn,.buzer-btn-primary{min-height:44px;padding:11px 18px!important;font-weight:850!important;background:linear-gradient(135deg,var(--buzer-yellow),var(--buzer-yellow-deep))!important;border-color:transparent!important;color:#111!important;box-shadow:0 8px 20px rgba(255,212,0,.16)}.buzer-btn:hover{transform:translateY(-1px);filter:brightness(.98)}input[type=text],input[type=url],input[type=password],input[type=number],input[type=email],input[type=date],textarea,select{border-radius:15px;background:#fafafd}.buzer-table th{background:#111;color:#fff}.buzer-table th:first-child{border-radius:12px 0 0 12px}.buzer-table th:last-child{border-radius:0 12px 12px 0}
/* Dashboard 2: guest portal */
body.buzer-guest-portal-shell{background:#f3f3f6!important}.buzer-guest-portal-shell .buzer-host-topnav{background:#0b0b0d!important;border-bottom:1px solid #25252b!important}.buzer-guest-portal-shell .buzer-host-topnav-brand img{content:url('brand/buzer-logo-yellow.svg');height:38px!important;max-width:160px!important}.buzer-guest-portal-shell .buzer-host-topnav-brand-text{color:var(--buzer-yellow)!important;font-weight:900}.buzer-guest-portal-shell .buzer-host-topnav-links a{color:#efeff3!important;border-radius:12px;padding:10px 12px}.buzer-guest-portal-shell .buzer-host-topnav-links a:hover{color:#111!important;background:var(--buzer-yellow)!important}.buzer-guest-portal-shell .buzer-host-hero{min-height:300px;background-color:#111!important}.buzer-guest-portal-shell .buzer-host-hero-overlay{background:linear-gradient(180deg,rgba(8,8,10,.2),rgba(8,8,10,.78))!important}.buzer-guest-portal-shell .buzer-host-cards-wrap>.buzer-card,.buzer-guest-portal-shell .buzer-card{border-radius:24px;border-color:var(--buzer-border);box-shadow:var(--buzer-shadow)}.buzer-guest-portal-shell .buzer-site-footer{background:#0b0b0d!important}.buzer-guest-portal-shell .buzer-site-footer__logo img{content:url('brand/buzer-logo-yellow.svg');max-width:155px}.buzer-guest-portal-shell .buzer-site-footer__links a{color:#d6d6dc}.buzer-guest-portal-shell .buzer-site-footer__links a:hover{color:var(--buzer-yellow)}.buzer-guest-portal-shell .buzer-lang-switcher select{background:#202026!important;color:#fff!important;border-color:#383840!important}.buzer-guest-portal-page .buzer-hero{background-color:#111!important}.buzer-guest-portal-page .buzer-card{border-radius:24px}
@media(max-width:760px){.buzer-main{padding:15px}.buzer-sidebar-logo{justify-content:flex-start}.buzer-sidebar-logo img{max-width:145px}.buzer-guest-portal-shell .buzer-host-topnav-inner{gap:10px}.buzer-guest-portal-shell .buzer-host-topnav-links{overflow-x:auto}}

/* ===== Buzer 1.9.62.2 – full BuzPush dashboard alignment ===== */
:root{
  --buzer-yellow:#ffd400;
  --buzer-yellow-deep:#f0bd00;
  --buzer-app-bg:#0b0c0f;
  --buzer-panel:#121318;
  --buzer-panel-2:#17191f;
  --buzer-panel-3:#1e2129;
  --buzer-line:#2a2d35;
  --buzer-text:#f7f7f8;
  --buzer-muted-dark:#a8acb7;
}
body.buzer-dashboard-page{background:#07080a!important;color:var(--buzer-text)!important}
body.buzer-dashboard-page .buzer-wrap{padding:0!important;margin:0!important}
body.buzer-dashboard-page .buzer-app{margin:0!important;min-height:100vh!important;border-radius:0!important;background:var(--buzer-app-bg)!important;box-shadow:none!important;overflow:visible!important}
body.buzer-dashboard-page .buzer-sidebar{position:sticky;top:0;height:100vh;width:218px;flex:0 0 218px;padding:18px 10px;background:#050506!important;border-right:1px solid #24262d!important;overflow-y:auto;z-index:15}
body.buzer-dashboard-page .buzer-brand{padding:0 0 14px}
body.buzer-dashboard-page .buzer-owner-card{background:transparent!important;border:0!important;box-shadow:none!important;padding:0 8px!important}
body.buzer-dashboard-page .buzer-sidebar-logo--in-card{justify-content:flex-start!important;padding:0 0 16px!important}
body.buzer-dashboard-page .buzer-sidebar-logo img{content:url('brand/buzer-logo-yellow.svg');max-width:178px!important;width:100%!important}
body.buzer-dashboard-page .buzer-owner-photo{display:none!important}
body.buzer-dashboard-page .buzer-owner-meta{border-top:1px solid #24262d;padding-top:14px;width:100%}
body.buzer-dashboard-page .buzer-brand-title{font-size:15px!important;color:#fff!important;white-space:normal}
body.buzer-dashboard-page .buzer-brand-sub{font-size:10px!important;color:var(--buzer-yellow)!important;text-transform:uppercase;letter-spacing:.13em;font-weight:900;opacity:1!important}
body.buzer-dashboard-page .buzer-nav{gap:3px;padding:4px 0}
body.buzer-dashboard-page .buzer-nav-item,
body.buzer-dashboard-page .buzer-sidebar a,
body.buzer-dashboard-page .buzer-sidebar nav a{min-height:42px;margin:0!important;padding:10px 12px!important;border-radius:11px!important;color:#f0f1f4!important;font-size:13px!important;font-weight:800!important;opacity:1!important;text-shadow:none!important}
body.buzer-dashboard-page .buzer-nav-item:hover{background:#1b1d23!important;color:#fff!important}
body.buzer-dashboard-page .buzer-nav-item.is-active{background:linear-gradient(135deg,var(--buzer-yellow),#ffc400)!important;color:#080808!important;box-shadow:0 8px 24px rgba(255,212,0,.16)!important}
body.buzer-dashboard-page .buzer-nav-sub{padding-left:18px!important}
body.buzer-dashboard-page .buzer-nav-sep{background:#24262d!important;margin:10px 8px!important}
body.buzer-dashboard-page .buzer-nav-badge{background:var(--buzer-yellow)!important;color:#080808!important;border-radius:999px;min-width:20px;height:20px;padding:0 6px;display:inline-flex;align-items:center;justify-content:center;margin-left:auto;font-weight:950}
body.buzer-dashboard-page .buzer-sidebar-footer{padding:16px 0 0}
body.buzer-dashboard-page .buzer-sidebar-footer .buzer-btn{width:100%;justify-content:center}
body.buzer-dashboard-page .buzer-main{min-width:0;padding:0 26px 36px!important;background:radial-gradient(circle at 70% -10%,rgba(255,212,0,.055),transparent 30%),#0b0c0f!important;color:var(--buzer-text)!important}
body.buzer-dashboard-page .buzer-dashboard-topbar{min-height:82px;display:flex;align-items:center;justify-content:space-between;gap:20px;border-bottom:1px solid var(--buzer-line);margin:0 -26px 24px;padding:0 26px;background:rgba(11,12,15,.94);position:sticky;top:0;z-index:10;backdrop-filter:blur(14px)}
body.buzer-dashboard-page .buzer-dashboard-topbar__eyebrow{font-size:10px;color:var(--buzer-yellow);font-weight:950;letter-spacing:.16em;text-transform:uppercase}
body.buzer-dashboard-page .buzer-dashboard-topbar h1{margin:3px 0 0;color:#fff;font-size:25px;line-height:1.1;letter-spacing:-.03em}
body.buzer-dashboard-page .buzer-dashboard-topbar__actions{display:flex;gap:10px;align-items:center;flex-wrap:wrap}
body.buzer-dashboard-page .buzer-top-action{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 16px;border:1px solid var(--buzer-line);border-radius:12px;background:#15171c;color:#fff;text-decoration:none;font-size:13px;font-weight:850}
body.buzer-dashboard-page .buzer-top-action--primary{background:var(--buzer-yellow);border-color:var(--buzer-yellow);color:#090909}
body.buzer-dashboard-page .buzer-card,
body.buzer-dashboard-page .buzer-kpi-card,
body.buzer-dashboard-page .buzer-prop-card,
body.buzer-dashboard-page .buzer-context-card{background:linear-gradient(180deg,#15171c,#111216)!important;border:1px solid var(--buzer-line)!important;color:#fff!important;border-radius:18px!important;box-shadow:none!important}
body.buzer-dashboard-page .buzer-kpi-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:14px!important;margin:0 0 18px!important}
body.buzer-dashboard-page .buzer-kpi-card{min-width:0;min-height:150px;padding:18px!important}
body.buzer-dashboard-page .buzer-kpi-card:before{width:3px!important;background:var(--buzer-yellow)!important}
body.buzer-dashboard-page .buzer-kpi-label{color:#c9ccd4!important;font-size:11px!important;letter-spacing:.02em;text-transform:uppercase}
body.buzer-dashboard-page .buzer-kpi-value{color:#fff!important;font-size:29px!important}
body.buzer-dashboard-page .buzer-kpi-sub,
body.buzer-dashboard-page .buzer-muted,
body.buzer-dashboard-page .buzer-brand-sub{color:var(--buzer-muted-dark)!important}
body.buzer-dashboard-page .buzer-kpi-mini{min-height:62px;margin-top:auto}
body.buzer-dashboard-page .buzer-home-mini-grid{grid-column:1/-1!important;display:grid!important;grid-template-columns:1fr 1fr!important;gap:14px!important}
body.buzer-dashboard-page .buzer-home-grid{grid-template-columns:minmax(0,1.45fr) minmax(320px,.75fr)!important;gap:14px!important;margin-bottom:14px}
body.buzer-dashboard-page .buzer-home-kpi-charts{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:14px!important}
body.buzer-dashboard-page .buzer-card--chart{min-height:315px!important}
body.buzer-dashboard-page .buzer-card h1,
body.buzer-dashboard-page .buzer-card h2,
body.buzer-dashboard-page .buzer-card h3,
body.buzer-dashboard-page .buzer-card h4{color:#fff!important}
body.buzer-dashboard-page .buzer-link{color:var(--buzer-yellow)!important}
body.buzer-dashboard-page .buzer-needreview li{background:#0d0e12!important;border-color:var(--buzer-line)!important;color:#fff!important}
body.buzer-dashboard-page .buzer-needreview-title{color:#fff!important}
body.buzer-dashboard-page .buzer-needreview-sub{color:#a8acb7!important}
body.buzer-dashboard-page .buzer-table{color:#fff!important}
body.buzer-dashboard-page .buzer-table th{background:#08090b!important;color:var(--buzer-yellow)!important;border-color:var(--buzer-line)!important}
body.buzer-dashboard-page .buzer-table td{border-color:var(--buzer-line)!important;color:#eef0f4!important}
body.buzer-dashboard-page label{color:#f5f5f7!important}
body.buzer-dashboard-page input[type=text],body.buzer-dashboard-page input[type=url],body.buzer-dashboard-page input[type=password],body.buzer-dashboard-page input[type=number],body.buzer-dashboard-page input[type=email],body.buzer-dashboard-page input[type=date],body.buzer-dashboard-page textarea,body.buzer-dashboard-page select{background:#0e0f13!important;border-color:#343741!important;color:#fff!important}
body.buzer-dashboard-page input::placeholder,body.buzer-dashboard-page textarea::placeholder{color:#777c87!important}
body.buzer-dashboard-page .buzer-btn,body.buzer-dashboard-page .buzer-btn-primary{border-radius:11px!important;box-shadow:none!important;font-weight:900!important}
body.buzer-dashboard-page canvas{max-width:100%!important}
@media(max-width:1180px){body.buzer-dashboard-page .buzer-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.buzer-home-grid{grid-template-columns:1fr!important}}
@media(max-width:820px){body.buzer-dashboard-page .buzer-app{display:block!important}body.buzer-dashboard-page .buzer-sidebar{position:relative;width:100%;height:auto;max-height:none}body.buzer-dashboard-page .buzer-nav{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}body.buzer-dashboard-page .buzer-main{padding:0 14px 24px!important}body.buzer-dashboard-page .buzer-dashboard-topbar{margin:0 -14px 18px;padding:14px;position:relative;align-items:flex-start}body.buzer-dashboard-page .buzer-kpi-grid,body.buzer-dashboard-page .buzer-home-mini-grid,body.buzer-dashboard-page .buzer-home-kpi-charts{grid-template-columns:1fr!important}}
