:root{
  --lpp-accent:#e11d48;
  --lpp-accent-2:#f59e0b;
  --lpp-accent-3:#7c3aed;
  --lpp-border:#e5e7eb;
  --lpp-bg:#f5f7fb;
  --lpp-text:#0f172a;
  --lpp-muted:#64748b;
  --lpp-card:#ffffff;
  --lpp-shadow:0 12px 30px rgba(15,23,42,.08);
}
.lpp-shell,.lpp-login-box{font-family:Inter,Arial,sans-serif;color:var(--lpp-text)}
.lpp-shell{background:linear-gradient(180deg,#f8fafc 0%,#f3f4f6 100%);border:1px solid var(--lpp-border);padding:18px;border-radius:28px;box-shadow:var(--lpp-shadow);position:relative;overflow:hidden}
.lpp-shell::before{content:"";position:absolute;inset:-30% auto auto -20%;width:320px;height:320px;background:conic-gradient(from 90deg,var(--lpp-accent),var(--lpp-accent-2),var(--lpp-accent-3),var(--lpp-accent));filter:blur(48px);opacity:.12;animation:lppSpin 14s linear infinite;pointer-events:none}
@keyframes lppSpin{from{transform:rotate(0)}to{transform:rotate(360deg)}}
.lpp-login-box{display:flex;justify-content:center;padding:24px 0}
.lpp-login-card{max-width:460px;width:100%;background:#fff;border:1px solid var(--lpp-border);padding:28px;border-radius:24px;box-shadow:var(--lpp-shadow)}
.lpp-login-error,.lpp-note-error{background:#fef2f2;color:#991b1b;border:1px solid #fecaca;padding:10px 12px;border-radius:12px;margin:12px 0}
.lpp-login-success,.lpp-note-success{background:#ecfdf5;color:#166534;border:1px solid #bbf7d0;padding:10px 12px;border-radius:12px;margin:12px 0}
.lpp-login-help{margin-top:12px}.lpp-login-help a{color:var(--lpp-accent)}
.lpp-auth-switch{display:flex;gap:8px;margin-bottom:16px}.lpp-auth-switch a{flex:1;text-align:center;padding:10px 12px;border:1px solid var(--lpp-border);border-radius:999px;text-decoration:none;color:var(--lpp-text);background:#fff}.lpp-auth-switch a.is-active{background:linear-gradient(135deg,var(--lpp-accent),#fb7185);border-color:transparent;color:#fff}
.lpp-hero{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(320px,.9fr);gap:16px;align-items:stretch;margin-bottom:18px}
.lpp-hero>div:first-child,.lpp-summary-grid,.lpp-topbar-actions{position:relative;z-index:1}
.lpp-hero>div:first-child,.lpp-topbar-actions{background:rgba(255,255,255,.82);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.8);border-radius:24px;padding:18px}
.lpp-hero h2{margin:0 0 8px;font-size:clamp(24px,3vw,34px);line-height:1.1}
.lpp-hero p{margin:0 0 10px}
.lpp-summary-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.lpp-stat-card{background:rgba(255,255,255,.92);border:1px solid rgba(255,255,255,.9);box-shadow:var(--lpp-shadow);border-radius:22px;padding:18px;display:flex;flex-direction:column;gap:8px;min-height:132px}
.lpp-stat-card strong{font-size:44px;line-height:1;font-weight:800}
.lpp-muted{color:var(--lpp-muted);font-size:13px;line-height:1.5}
.lpp-topbar-actions{display:flex;gap:12px;align-items:end;justify-content:space-between;flex-wrap:wrap}
.lpp-topbar-controls{display:flex;gap:10px;flex-wrap:wrap;flex:1}
.lpp-restaurant-switcher,.lpp-language-switcher{display:flex;flex-direction:column;gap:6px;min-width:160px}
.lpp-restaurant-switcher select,.lpp-language-switcher select,.lpp-form input,.lpp-form textarea,.lpp-form select{width:100%;padding:12px 14px;border:1px solid #d1d5db;border-radius:16px;background:#fff;box-sizing:border-box;color:var(--lpp-text)}
.lpp-tabs{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:12px;margin:18px 0;position:relative;z-index:1}
.lpp-tab{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:54px;padding:12px 16px;border:1px solid rgba(226,232,240,.9);background:rgba(255,255,255,.9);backdrop-filter:blur(6px);border-radius:18px;cursor:pointer;font-weight:600;color:var(--lpp-text);box-shadow:0 6px 16px rgba(15,23,42,.04);transition:.2s transform,.2s box-shadow,.2s background}
.lpp-tab:hover{transform:translateY(-1px);box-shadow:0 10px 20px rgba(15,23,42,.08)}
.lpp-tab.is-active{background:linear-gradient(135deg,var(--lpp-accent),#fb7185);color:#fff;border-color:transparent;box-shadow:0 16px 30px rgba(225,29,72,.22)}
.lpp-tab-badge{display:inline-flex;min-width:20px;height:20px;padding:0 6px;border-radius:999px;align-items:center;justify-content:center;background:#111827;color:#fff;font-size:11px;font-weight:700;line-height:20px}
.lpp-tab.is-active .lpp-tab-badge{background:rgba(255,255,255,.22)}
.lpp-panel{display:none}.lpp-panel.is-active{display:block;animation:lppFade .2s ease}
@keyframes lppFade{from{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}
.lpp-panel__head{display:flex;justify-content:space-between;gap:12px;align-items:center;margin-bottom:14px;flex-wrap:wrap}
.lpp-dashboard-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.lpp-card,.lpp-item,.lpp-schedule-card,.lpp-login-card,.lpp-form{background:rgba(255,255,255,.92)}
.lpp-card,.lpp-item,.lpp-schedule-card,.lpp-form{border:1px solid rgba(255,255,255,.88);box-shadow:var(--lpp-shadow);border-radius:24px;padding:16px}
.lpp-card__head{margin-bottom:10px}.lpp-card__head h4{margin:0}
.lpp-form-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.lpp-form-grid__full{grid-column:1/-1}.lpp-form label{display:flex;flex-direction:column;gap:6px;font-size:14px}.lpp-form-actions{display:flex;gap:10px;align-items:center;flex-wrap:wrap;margin-top:14px}
.lpp-primary-btn,.lpp-secondary-btn{border-radius:16px;padding:12px 16px;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;font-weight:700}
.lpp-primary-btn{background:linear-gradient(135deg,var(--lpp-accent),#fb7185);border:0;color:#fff;box-shadow:0 14px 28px rgba(225,29,72,.22)}
.lpp-secondary-btn{background:#fff;border:1px solid #dbe1ea;color:var(--lpp-text)}
.lpp-item,.lpp-schedule-card{margin:10px 0}
.lpp-item__head{display:flex;justify-content:space-between;gap:10px;align-items:flex-start;flex-wrap:wrap}
.lpp-item__meta,.lpp-item__body,.lpp-item__actions,.lpp-item__comments,.lpp-item__timeline{margin-top:10px}
.lpp-item__actions{display:flex;gap:8px;flex-wrap:wrap}
.lpp-item__actions button{padding:10px 12px;border-radius:14px;border:1px solid #d1d5db;background:#fff;cursor:pointer;font-weight:600}
.lpp-inline-form{margin-top:10px}.lpp-inline-form textarea{min-height:90px}
.lpp-file-link{display:inline-block;margin-top:8px;color:var(--lpp-accent);font-weight:600}
.lpp-checkbox{flex-direction:row !important;align-items:center !important;gap:8px !important}
.lpp-mini-stats{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}
.lpp-mini-stats span{display:inline-flex;align-items:center;padding:6px 10px;border:1px solid #d9dce3;border-radius:999px;background:#f8fafc;font-size:12px}
.lpp-powered-by{margin-top:18px;padding-top:14px;border-top:1px solid var(--lpp-border);color:var(--lpp-muted);font-size:13px;text-align:center}
.lpp-status{display:inline-flex;align-items:center;gap:8px;padding:6px 10px;border-radius:999px;font-size:12px;font-weight:700;border:1px solid #d1d5db;background:#f8fafc;color:#334155}
.lpp-status__icon{width:18px;height:18px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;font-size:12px}
.lpp-status--open .lpp-status__icon,.lpp-status--pending .lpp-status__icon,.lpp-status--new .lpp-status__icon{background:#fef3c7;color:#92400e}
.lpp-status--done .lpp-status__icon,.lpp-status--approved .lpp-status__icon,.lpp-status--answered .lpp-status__icon,.lpp-status--active .lpp-status__icon{background:#dcfce7;color:#166534}
.lpp-status--closed .lpp-status__icon,.lpp-status--deleted .lpp-status__icon,.lpp-status--rejected .lpp-status__icon,.lpp-status--inactive .lpp-status__icon{background:#fee2e2;color:#991b1b}
.lpp-status--cancelled .lpp-status__icon,.lpp-status--off .lpp-status__icon,.lpp-status--frei .lpp-status__icon{background:#e2e8f0;color:#334155}
.lpp-item__actions .lpp-open-context{background:#111827;color:#fff;border-color:#111827}
.lpp-icon-btn{min-width:44px;padding:10px 12px;font-size:18px;line-height:1}
.lpp-mobile-stack{display:flex;gap:12px;flex-wrap:wrap}
@media (max-width: 980px){
  .lpp-hero{grid-template-columns:1fr}
  .lpp-dashboard-grid,.lpp-form-grid{grid-template-columns:1fr}
}
@media (max-width: 640px){
  .lpp-shell{padding:14px;border-radius:22px}
  .lpp-hero>div:first-child,.lpp-topbar-actions{padding:14px;border-radius:20px}
  .lpp-summary-grid{grid-template-columns:1fr 1fr}
  .lpp-stat-card{min-height:118px;padding:14px}
  .lpp-stat-card strong{font-size:36px}
  .lpp-topbar-actions{align-items:stretch}
  .lpp-topbar-controls{width:100%;display:grid;grid-template-columns:1fr 1fr}
  .lpp-secondary-btn{width:100%}
  .lpp-tabs{grid-template-columns:1fr 1fr}
  .lpp-tab{min-height:50px;padding:12px 12px;border-radius:16px;font-size:14px}
  .lpp-panel__head h3{font-size:24px;margin:0}
  .lpp-card,.lpp-item,.lpp-form,.lpp-schedule-card{padding:14px;border-radius:20px}
  .lpp-item__head{flex-direction:column;align-items:flex-start}
  .lpp-item__actions button,.lpp-primary-btn,.lpp-secondary-btn{width:100%;justify-content:center}
  .lpp-item__actions{display:grid;grid-template-columns:1fr 1fr}
  .lpp-item__actions .lpp-open-context{grid-column:1/-1}
  .lpp-form-actions{display:grid;grid-template-columns:1fr}
}


/* v1.4.1 mobile refinement */
.lpp-tabs{overflow:auto;scrollbar-width:none}
.lpp-tabs::-webkit-scrollbar{display:none}
.lpp-item__timeline--status{display:flex;align-items:center;justify-content:space-between;gap:12px}
.lpp-topbar-actions .lpp-secondary-btn{min-width:140px}
@media (max-width: 768px){
  .lpp-shell{padding:12px;border-radius:18px}
  .lpp-hero{gap:12px;margin-bottom:12px}
  .lpp-hero h2{font-size:26px}
  .lpp-muted{font-size:12px}
  .lpp-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
  .lpp-stat-card{border-radius:18px;min-height:102px;padding:12px}
  .lpp-stat-card strong{font-size:32px}
  .lpp-topbar-controls{grid-template-columns:1fr 1fr;gap:8px}
  .lpp-tabs{display:flex;gap:10px;flex-wrap:nowrap;overflow-x:auto;padding-bottom:4px;margin:14px 0;position:sticky;top:0;z-index:20;background:linear-gradient(180deg,rgba(245,247,251,.98),rgba(245,247,251,.9));backdrop-filter:blur(10px)}
  .lpp-tab{flex:0 0 auto;min-width:140px;padding:12px 14px;border-radius:999px}
  .lpp-tab-badge{position:absolute;top:6px;right:8px}
  .lpp-panel__head{margin-bottom:10px}
  .lpp-item__actions{grid-template-columns:repeat(2,minmax(0,1fr))}
  .lpp-status{padding:6px 8px}
  .lpp-status__label{display:none}
  .lpp-language-switcher label,.lpp-restaurant-switcher label{font-weight:700;font-size:12px;color:var(--lpp-muted)}
  .lpp-powered-by{font-size:12px;padding-bottom:16px}
}


/* v1.5.0 mobile-first refresh */
.lpp-shell{padding:20px 20px 26px;}
.lpp-hero{position:relative;z-index:1}
.lpp-topbar-actions{position:sticky;top:10px;z-index:5;box-shadow:0 18px 40px rgba(15,23,42,.08)}
.lpp-topbar-actions,.lpp-hero>div:first-child{background:rgba(255,255,255,.88)}
.lpp-hero p{max-width:62ch}
.lpp-stat-card span{font-size:15px;font-weight:600;line-height:1.35}
.lpp-tabs{padding-bottom:2px;scroll-snap-type:x proximity}
.lpp-tab{scroll-snap-align:start;white-space:nowrap;line-height:1.15}
.lpp-tab-badge{position:absolute;top:8px;right:8px;box-shadow:0 6px 16px rgba(15,23,42,.15)}
.lpp-badge{display:inline-flex;align-items:center;justify-content:center;min-height:28px;padding:4px 10px;border-radius:999px;background:#f8fafc;border:1px solid #dbe3ee;color:#0f172a;font-weight:700;font-size:12px}
.lpp-item,.lpp-card,.lpp-schedule-card,.lpp-form{overflow:hidden}
.lpp-item--employee-done{border-color:#86efac;background:linear-gradient(180deg,#f0fdf4 0%,#ecfdf5 100%);box-shadow:0 16px 32px rgba(34,197,94,.10)}
.lpp-item--employee-done .lpp-item__head strong{color:#166534}
.lpp-item--employee-done .lpp-item__meta,.lpp-item--employee-done .lpp-item__timeline{color:#166534}
.lpp-item__head strong,.lpp-card__head h4{letter-spacing:-.01em}
.lpp-item__meta{font-size:13px;color:var(--lpp-muted);line-height:1.55}
.lpp-item__body{font-size:16px;line-height:1.65}
.lpp-item__timeline{font-size:14px;line-height:1.55;color:#334155}
.lpp-item__actions .lpp-icon-btn{display:inline-flex;align-items:center;justify-content:center;border-radius:16px;min-height:46px;min-width:46px;font-weight:800}
.lpp-item__actions .lpp-icon-btn[data-lpp-task-action="done"],
.lpp-item__actions .lpp-icon-btn[data-lpp-request-action="approved"],
.lpp-item__actions .lpp-icon-btn[data-lpp-message-action="answered"]{background:#ecfdf5;border-color:#bbf7d0;color:#166534}
.lpp-item__actions .lpp-icon-btn[data-lpp-task-action="open"]{background:#eff6ff;border-color:#bfdbfe;color:#1d4ed8}
.lpp-item__actions .lpp-icon-btn[data-lpp-task-action="deleted"],
.lpp-item__actions .lpp-icon-btn[data-lpp-request-action="rejected"],
.lpp-item__actions .lpp-icon-btn[data-lpp-request-action="cancelled"],
.lpp-item__actions .lpp-icon-btn[data-lpp-message-action="closed"]{background:#fef2f2;border-color:#fecaca;color:#b91c1c}
.lpp-powered-by{opacity:.72}
.lpp-language-switcher select,.lpp-restaurant-switcher select{font-weight:700}

@media (max-width: 900px){
  .lpp-hero{display:flex;flex-direction:column;gap:14px}
  .lpp-summary-grid{order:2}
  .lpp-topbar-actions{order:3}
}
@media (max-width: 640px){
  .lpp-shell{padding:10px 10px 22px;border-radius:20px;background:linear-gradient(180deg,#fbfdff 0%,#f4f7fb 100%)}
  .lpp-shell::before{opacity:.16;filter:blur(38px)}
  .lpp-hero>div:first-child,.lpp-topbar-actions{padding:12px 12px 14px;border-radius:18px}
  .lpp-hero h2{font-size:22px;line-height:1.08;margin-bottom:6px}
  .lpp-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
  .lpp-stat-card{min-height:110px;border-radius:20px;padding:14px 12px;justify-content:space-between}
  .lpp-stat-card strong{font-size:34px}
  .lpp-stat-card span{font-size:14px}
  .lpp-topbar-actions{gap:10px}
  .lpp-topbar-controls{display:grid;grid-template-columns:1fr;gap:8px;width:100%}
  .lpp-restaurant-switcher,.lpp-language-switcher{min-width:0}
  .lpp-tabs{display:flex !important;gap:10px;overflow-x:auto;overflow-y:hidden;padding:2px 2px 8px 2px;margin:14px -2px 12px}
  .lpp-tab{flex:0 0 auto;min-width:132px;max-width:82vw;padding:14px 14px 13px;border-radius:20px;font-size:14px;justify-content:flex-start;text-align:left}
  .lpp-tab .lpp-tab-badge{top:6px;right:6px}
  .lpp-panel__head{margin-bottom:12px}
  .lpp-panel__head h3{font-size:22px;line-height:1.15}
  .lpp-card,.lpp-item,.lpp-form,.lpp-schedule-card{padding:14px 14px 16px;border-radius:22px}
  .lpp-item__actions{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}
  .lpp-item__actions .lpp-open-context{grid-column:1/-1}
  .lpp-item__actions button,.lpp-primary-btn,.lpp-secondary-btn{width:100%;min-height:46px}
  .lpp-status{padding:6px;border-radius:999px;gap:0}
  .lpp-status__label{display:none}
  .lpp-status__icon{width:22px;height:22px;font-size:13px}
  .lpp-item__head{gap:8px}
  .lpp-item__head strong{font-size:20px;line-height:1.25}
  .lpp-item__meta{font-size:12px}
  .lpp-item__body{font-size:15px;line-height:1.6}
  .lpp-powered-by{font-size:12px;padding-top:10px;margin-top:14px}
  .lpp-inline-form textarea{min-height:78px}
}


/* v1.5.1 app-like mobile polish */
html body .lpp-shell{max-width:1200px;margin:0 auto;}
.lpp-shell{isolation:isolate;}
.lpp-hero{grid-template-columns:minmax(0,1fr);gap:14px;}
.lpp-topbar-actions{align-items:center;}
.lpp-language-pills{display:flex;gap:8px;flex-wrap:wrap;margin-top:8px;}
.lpp-language-pill{border:1px solid #dbe1ea;background:#fff;border-radius:999px;padding:10px 12px;font-weight:700;cursor:pointer;min-width:84px;text-align:center;}
.lpp-language-pill.is-active{background:linear-gradient(135deg,var(--lpp-accent),#fb7185);border-color:transparent;color:#fff;box-shadow:0 12px 24px rgba(225,29,72,.22);}
.lpp-status__label{display:none;}
.lpp-status{padding:6px;border-radius:999px;gap:0;min-width:34px;justify-content:center;}
.lpp-status__icon{width:22px;height:22px;font-size:13px;}
.lpp-item__head{align-items:center;}
.lpp-item__head strong{font-size:clamp(18px,2vw,22px);}
.lpp-item__actions{gap:10px;}
.lpp-item__actions button,.lpp-primary-btn,.lpp-secondary-btn{transition:transform .18s ease, box-shadow .18s ease, background .18s ease;}
.lpp-item__actions button:hover,.lpp-primary-btn:hover,.lpp-secondary-btn:hover{transform:translateY(-1px);}
.lpp-tab{min-width:150px;}
.lpp-tab::after{content:"";position:absolute;inset:auto 12px 8px 12px;height:3px;border-radius:999px;background:transparent;}
.lpp-tab.is-active::after{background:rgba(255,255,255,.72);}
.lpp-dashboard-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;}
.lpp-card__head h4{font-size:18px;line-height:1.2;}
.lpp-item,.lpp-card,.lpp-schedule-card,.lpp-form{backdrop-filter:blur(10px);}
.lpp-powered-by{opacity:.68;}
@media (max-width: 768px){
  .lpp-shell{padding:10px 10px 96px;border-radius:24px;}
  .lpp-hero{gap:12px;margin-bottom:12px;}
  .lpp-summary-grid{order:1;}
  .lpp-topbar-actions{position:sticky;top:0;z-index:30;border-radius:20px;gap:10px;padding:12px;box-shadow:0 18px 42px rgba(15,23,42,.10);}
  .lpp-topbar-controls{grid-template-columns:1fr 1fr;align-items:start;}
  .lpp-language-switcher select{display:none;}
  .lpp-language-switcher{gap:4px;}
  .lpp-language-pills{margin-top:0;}
  .lpp-hero>div:first-child{padding-bottom:12px;}
  .lpp-summary-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;}
  .lpp-stat-card{min-height:106px;border-radius:22px;}
  .lpp-tabs{position:sticky;top:92px;z-index:28;background:linear-gradient(180deg,rgba(245,247,251,.98),rgba(245,247,251,.92));padding:8px 2px 10px;margin:0 -2px 14px;box-shadow:0 8px 20px rgba(15,23,42,.04);}
  .lpp-tab{min-width:126px;max-width:78vw;padding:13px 14px 14px;border-radius:20px;box-shadow:0 8px 18px rgba(15,23,42,.05);}
  .lpp-dashboard-grid{grid-template-columns:1fr;gap:12px;}
  .lpp-card,.lpp-item,.lpp-form,.lpp-schedule-card{padding:14px 14px 16px;border-radius:24px;}
  .lpp-item__actions{grid-template-columns:repeat(3,minmax(0,1fr));}
  .lpp-item__actions .lpp-open-context{grid-column:1/-1;}
  .lpp-panel__head{position:sticky;top:146px;z-index:18;background:linear-gradient(180deg,rgba(245,247,251,.98),rgba(245,247,251,.92));padding:0 0 10px;margin-bottom:10px;}
}


.lpp-alert-card{border-left:4px solid var(--lpp-accent,#6d28d9);}
.lpp-birthday-banner{display:flex;gap:10px;align-items:center;padding:12px 14px;border-radius:16px;background:linear-gradient(135deg,rgba(255,215,0,.15),rgba(255,105,180,.08));}
.lpp-dashboard-birthdays .lpp-item__timeline,.lpp-dashboard-alerts .lpp-item__timeline{display:flex;justify-content:space-between;gap:10px;align-items:center;}
.lpp-tab-badge{display:inline-flex;min-width:18px;height:18px;border-radius:999px;align-items:center;justify-content:center;font-size:11px;padding:0 6px;background:var(--lpp-accent,#6d28d9);color:#fff;margin-left:6px;}

.lpp-topbar-quick-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap;justify-content:flex-end}
.lpp-sync-message{font-size:12px;color:#6b7280;min-height:18px}
.lpp-sync-message.is-error{color:#b91c1c}
@media (max-width: 768px){
  .lpp-topbar-quick-actions{width:100%;justify-content:space-between}
  .lpp-sync-message{flex:1 1 100%;order:3}
}

/* v1.6.3 mobile drawer navigation */
.lpp-mobile-menu-toggle,.lpp-mobile-overlay{display:none}
@media (max-width: 768px){
  .lpp-mobile-menu-toggle{display:inline-flex !important;min-width:auto;padding:12px 14px;font-weight:800}
  .lpp-mobile-overlay{display:block;position:fixed;inset:0;background:rgba(15,23,42,.42);backdrop-filter:blur(2px);opacity:0;pointer-events:none;transition:opacity .24s ease;z-index:48;border:0;padding:0;margin:0}
  .lpp-shell{overflow:visible}
  .lpp-tabs{position:fixed !important;left:0;top:0;bottom:0;width:min(86vw,340px);max-width:340px;z-index:55;display:flex !important;flex-direction:column;gap:10px;overflow-y:auto;overflow-x:hidden;padding:84px 14px 22px;margin:0 !important;background:linear-gradient(180deg,#0f172a 0%,#172554 100%);box-shadow:22px 0 60px rgba(15,23,42,.32);transform:translateX(-108%);transition:transform .28s ease;scroll-snap-type:none;border-radius:0 24px 24px 0}
  .lpp-tabs::before{content:'Menü';position:absolute;left:16px;top:24px;font-size:26px;font-weight:800;color:#fff;letter-spacing:-.02em}
  .lpp-tab{width:100%;max-width:none !important;min-width:0 !important;justify-content:flex-start !important;text-align:left;border-radius:18px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.10);color:#fff;box-shadow:none}
  .lpp-tab.is-active{background:linear-gradient(135deg,var(--lpp-accent),#fb7185);box-shadow:0 16px 30px rgba(225,29,72,.25)}
  .lpp-tab::after{display:none}
  .lpp-tab-badge{background:rgba(255,255,255,.2);color:#fff;top:50% !important;right:12px !important;transform:translateY(-50%)}
  .lpp-shell.lpp-mobile-menu-open .lpp-tabs{transform:translateX(0)}
  .lpp-shell.lpp-mobile-menu-open .lpp-mobile-overlay{opacity:1;pointer-events:auto}
  .lpp-shell.lpp-mobile-menu-open{overflow:hidden}
  .lpp-panel__head{top:96px}
}


/* v1.7.1 desktop sidebar ui */
.lpp-shell{display:grid;grid-template-columns:280px minmax(0,1fr);gap:22px;align-items:start;max-width:1480px;padding:22px;}
.lpp-hero{grid-column:2;display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,460px);gap:18px;margin-bottom:0;}
.lpp-sidebar{grid-column:1;grid-row:1 / span 200;position:sticky;top:18px;align-self:start;background:linear-gradient(180deg,#0f172a 0%,#172554 100%);border-radius:28px;padding:18px 16px;box-shadow:0 24px 60px rgba(15,23,42,.28);color:#fff;overflow:hidden;}
.lpp-sidebar::before{content:"";position:absolute;inset:-30% auto auto -15%;width:260px;height:260px;background:radial-gradient(circle,rgba(225,29,72,.35),transparent 60%);pointer-events:none;}
.lpp-sidebar__brand,.lpp-sidebar__profile{position:relative;z-index:1;display:flex;align-items:center;gap:14px;}
.lpp-sidebar__brand{padding-bottom:18px;border-bottom:1px solid rgba(255,255,255,.08);margin-bottom:18px;}
.lpp-sidebar__brand strong{display:block;font-size:24px;letter-spacing:-.03em;}
.lpp-sidebar__brand span{display:block;font-size:13px;color:rgba(255,255,255,.65);margin-top:2px;}
.lpp-sidebar__logo-dot{width:18px;height:18px;border-radius:999px;background:conic-gradient(from 180deg,var(--lpp-accent),var(--lpp-accent-2),var(--lpp-accent-3),var(--lpp-accent));box-shadow:0 0 0 6px rgba(255,255,255,.08);animation:lppSpin 9s linear infinite;}
.lpp-sidebar__profile{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1);border-radius:22px;padding:14px;margin-bottom:14px;}
.lpp-sidebar__avatar{width:52px;height:52px;border-radius:999px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#fff,rgba(255,255,255,.65));color:#0f172a;font-size:22px;font-weight:800;}
.lpp-sidebar__profile-text strong{display:block;font-size:18px;line-height:1.2;}
.lpp-sidebar__profile-text span{display:block;font-size:13px;color:rgba(255,255,255,.7);margin-top:2px;}
.lpp-sidebar__restaurant-pill{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:10px 14px;border-radius:999px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.1);font-size:13px;font-weight:700;margin-bottom:14px;color:#fff;}
.lpp-tabs{display:flex;flex-direction:column;gap:10px;margin:0;background:none;padding:0;}
.lpp-tab{justify-content:flex-start;min-height:52px;border-radius:18px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.09);color:#fff;box-shadow:none;padding:14px 18px;}
.lpp-tab:hover{transform:none;background:rgba(255,255,255,.11);box-shadow:none;}
.lpp-tab.is-active{background:linear-gradient(135deg,var(--lpp-accent),#fb7185);box-shadow:0 16px 28px rgba(225,29,72,.24);}
.lpp-tab-badge{background:rgba(255,255,255,.18);color:#fff;top:50%;right:12px;transform:translateY(-50%);}
.lpp-panel{grid-column:2;}
.lpp-dashboard-layout{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:18px;align-items:start;}
.lpp-dashboard-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;}
.lpp-dashboard-side{display:flex;flex-direction:column;gap:18px;}
.lpp-activity-card,.lpp-quick-card{min-height:220px;}
.lpp-quick-actions{display:flex;flex-direction:column;gap:12px;}
.lpp-quick-actions .lpp-secondary-btn{width:100%;justify-content:space-between;padding-right:18px;}
.lpp-quick-actions .lpp-secondary-btn::after{content:"›";font-size:20px;line-height:1;opacity:.5;}
.lpp-panel__head{margin-bottom:16px;}
.lpp-card,.lpp-item,.lpp-schedule-card,.lpp-form{border-radius:26px;padding:18px;box-shadow:0 18px 36px rgba(15,23,42,.08);}
.lpp-card__head h4{font-size:20px;}
.lpp-powered-by{grid-column:2;}
@media (max-width: 1200px){.lpp-shell{grid-template-columns:240px minmax(0,1fr);} .lpp-dashboard-layout{grid-template-columns:1fr;} .lpp-dashboard-side{order:-1;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));} .lpp-activity-card,.lpp-quick-card{min-height:auto;}}
@media (max-width: 768px){.lpp-shell{display:block;padding:10px 10px 96px;max-width:none;} .lpp-sidebar{position:static;top:auto;grid-row:auto;grid-column:auto;padding:0;background:none;box-shadow:none;border-radius:0;color:inherit;} .lpp-sidebar::before,.lpp-sidebar__brand,.lpp-sidebar__profile,.lpp-sidebar__restaurant-pill{display:none;} .lpp-hero{display:grid;grid-template-columns:1fr;gap:12px;margin-bottom:12px;} .lpp-dashboard-layout{grid-template-columns:1fr;} .lpp-dashboard-side{display:flex;order:0;} .lpp-tabs{position:fixed !important;left:0;top:0;bottom:0;width:min(86vw,340px);max-width:340px;z-index:55;display:flex !important;flex-direction:column;gap:10px;overflow-y:auto;overflow-x:hidden;padding:84px 14px 22px;margin:0 !important;background:linear-gradient(180deg,#0f172a 0%,#172554 100%);box-shadow:22px 0 60px rgba(15,23,42,.32);transform:translateX(-108%);transition:transform .28s ease;scroll-snap-type:none;border-radius:0 24px 24px 0;} .lpp-tabs::before{content:"Menü";position:absolute;left:16px;top:24px;font-size:26px;font-weight:800;color:#fff;} .lpp-tab{width:100%;max-width:none !important;min-width:0 !important;justify-content:flex-start !important;text-align:left;border-radius:18px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.10);color:#fff;box-shadow:none;} .lpp-shell.lpp-mobile-menu-open .lpp-tabs{transform:translateX(0);} }

.lpp-item--focus{outline:2px solid var(--lpp-accent,#2563eb);box-shadow:0 0 0 4px rgba(37,99,235,.14);border-radius:18px;}


/* v1.8.5 polish */
.lpp-shell{gap:18px;}
.lpp-sidebar{width:260px;max-width:260px;}
.lpp-main{min-width:0;}
.lpp-dashboard-layout{align-items:start;}
.lpp-dashboard-side{position:sticky;top:96px;}
.lpp-item--focus{outline:2px solid rgba(59,130,246,.45); box-shadow:0 0 0 6px rgba(59,130,246,.12); transition:box-shadow .25s ease, outline-color .25s ease;}
.lpp-status__label{white-space:nowrap;}
@media (max-width: 768px){.lpp-topbar{padding:12px 14px;border-radius:18px;}.lpp-hero{margin-top:4px;}.lpp-card,.lpp-panel{border-radius:18px;}.lpp-dashboard-side{position:static;}.lpp-tabs{padding-top:88px;}.lpp-tab{padding:13px 14px;font-size:15px;}}


/* v1.8.1 notification/language/performance polish */
.lpp-status__label{display:none !important;}
.lpp-dashboard-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;}
.lpp-dashboard-kpi{padding:12px 14px;border-radius:18px;background:#f8fafc;border:1px solid #e2e8f0;display:flex;flex-direction:column;gap:6px;}
.lpp-dashboard-kpi strong{font-size:22px;line-height:1;font-weight:800;}
.lpp-dashboard-kpi span{font-size:12px;color:#64748b;font-weight:700;text-transform:uppercase;letter-spacing:.04em;}
.lpp-compact-list{display:flex;flex-direction:column;gap:10px;}
.lpp-compact-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;border-radius:16px;background:#f8fafc;border:1px solid #e2e8f0;}
.lpp-compact-row__main{min-width:0;display:flex;flex-direction:column;gap:4px;}
.lpp-compact-row__title{font-weight:700;line-height:1.35;}
.lpp-compact-row__meta{font-size:12px;color:#64748b;line-height:1.45;}
.lpp-user-card .lpp-form-grid{margin-top:14px;grid-template-columns:repeat(2,minmax(0,1fr));}
.lpp-user-card .lpp-item__actions{margin-top:14px;}
.lpp-user-card .lpp-item__head{align-items:flex-start;}
.lpp-user-card .lpp-item__meta + .lpp-form-grid{margin-top:12px;}
@media (max-width: 900px){
  .lpp-dashboard-metrics{grid-template-columns:1fr;}
  .lpp-user-card .lpp-form-grid{grid-template-columns:1fr;}
}


/* v1.8.2 layout rebuild */
html body .lpp-shell{max-width:none;width:min(calc(100vw - 24px),1720px);margin:12px auto;padding:16px;grid-template-columns:270px minmax(0,1fr);gap:16px;}
.lpp-hero{grid-column:2;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:16px;align-items:start;background:transparent;border:none;padding:0;margin-bottom:8px;}
.lpp-hero>div:first-child{padding:20px 22px;border-radius:24px;background:rgba(255,255,255,.78);border:1px solid rgba(226,232,240,.9);box-shadow:0 18px 40px rgba(15,23,42,.06);}
.lpp-hero h2{font-size:22px;margin:0 0 6px;}
.lpp-summary-grid{grid-column:1 / -1;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;}
.lpp-topbar-actions{min-width:min(100%,520px);padding:14px 16px;border-radius:24px;background:rgba(255,255,255,.86);border:1px solid rgba(226,232,240,.9);box-shadow:0 18px 40px rgba(15,23,42,.06);}
.lpp-topbar-controls{display:grid;grid-template-columns:minmax(200px,1fr) auto;gap:12px;align-items:end;}
.lpp-language-switcher{align-items:flex-end;}
.lpp-language-switcher>select{display:none;}
.lpp-language-pills{margin-top:0;}
.lpp-topbar-quick-actions{justify-content:flex-end;}
.lpp-topbar-quick-actions a[href], .lpp-topbar-quick-actions .lpp-sync-message{display:none;}
.lpp-sidebar{top:12px;height:calc(100vh - 24px);padding:16px 14px 16px;border-radius:28px;}
.lpp-sidebar__brand strong{font-size:18px;}
.lpp-sidebar__brand span{font-size:12px;}
.lpp-sidebar__profile{padding:12px;margin-bottom:12px;}
.lpp-sidebar__avatar{width:50px;height:50px;font-size:20px;}
.lpp-sidebar__meta-row{display:flex;flex-direction:column;gap:10px;margin-bottom:12px;}
.lpp-sidebar__restaurant-pill{margin-bottom:0;width:100%;justify-content:flex-start;padding-inline:14px;}
.lpp-sidebar__logout{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:10px 14px;border-radius:16px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);font-weight:700;color:#fff;text-decoration:none;}
.lpp-sidebar__logout:hover{background:rgba(255,255,255,.14);}
.lpp-tabs{display:block !important;overflow:auto;padding-right:4px;}
.lpp-nav-section+.lpp-nav-section{margin-top:18px;padding-top:18px;border-top:1px solid rgba(255,255,255,.08);}
.lpp-nav-title{font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:rgba(255,255,255,.54);margin:0 0 10px 4px;font-weight:800;}
.lpp-tab{width:100%;min-width:0;margin:0 0 8px;justify-content:flex-start;text-align:left;padding:14px 16px;border-radius:18px;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);box-shadow:none;color:#fff;}
.lpp-tab:hover{background:rgba(255,255,255,.08);}
.lpp-tab.is-active{background:rgba(255,255,255,.14);border-color:rgba(255,255,255,.16);}
.lpp-tab::after{display:none;}
.lpp-tab-badge{position:absolute;right:12px;top:50%;transform:translateY(-50%);margin-left:0;background:rgba(255,255,255,.16);color:#fff;}
.lpp-panel{grid-column:2;}
.lpp-panel__head{display:flex;align-items:center;justify-content:space-between;gap:12px;position:sticky;top:12px;z-index:20;padding:0 0 10px;background:linear-gradient(180deg,rgba(244,247,251,.96),rgba(244,247,251,.72) 80%,transparent);backdrop-filter:blur(8px);}
.lpp-panel__head h3{font-size:32px;letter-spacing:-.03em;}
.lpp-dashboard-layout{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:16px;align-items:start;}
.lpp-dashboard-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;}
.lpp-card,.lpp-item,.lpp-form,.lpp-schedule-card{border-radius:24px;}
.lpp-dashboard-side{position:sticky;top:84px;}
@media (max-width: 1200px){
  html body .lpp-shell{width:min(calc(100vw - 20px),1400px);grid-template-columns:248px minmax(0,1fr);padding:14px;}
  .lpp-dashboard-layout{grid-template-columns:1fr;}
  .lpp-dashboard-side{position:static;}
}
@media (max-width: 768px){
  html body .lpp-shell{width:100%;margin:0;padding:12px 12px 88px;display:block;border-radius:0;box-shadow:none;background:linear-gradient(180deg,#f8fafc 0%,#eef2f7 100%);}
  .lpp-shell::before{display:none;}
  .lpp-hero{display:block;margin-bottom:14px;}
  .lpp-hero>div:first-child,.lpp-summary-grid{display:none !important;}
  .lpp-topbar-actions{display:grid;grid-template-columns:minmax(0,1fr) auto auto;padding:10px;border-radius:20px;position:sticky;top:8px;z-index:40;gap:10px;}
  .lpp-topbar-controls{display:contents;}
  .lpp-restaurant-switcher{min-width:0;}
  .lpp-restaurant-switcher label,.lpp-language-switcher label{display:none;}
  .lpp-restaurant-switcher select{min-height:48px;border-radius:16px;font-size:16px;padding:0 14px;}
  .lpp-language-switcher{display:flex;align-items:center;justify-content:flex-end;}
  .lpp-language-pills{gap:8px;}
  .lpp-language-pill{min-width:64px;padding:12px 14px;font-size:18px;}
  .lpp-topbar-quick-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px;}
  .lpp-topbar-quick-actions > [data-lpp-refresh-all]{display:none;}
  .lpp-mobile-menu-toggle{display:inline-flex !important;min-height:48px;min-width:48px;padding:12px 14px;border-radius:16px;font-size:0;position:relative;}
  .lpp-mobile-menu-toggle::before{content:"☰";font-size:24px;line-height:1;}
  .lpp-sidebar{position:fixed;left:0;top:0;bottom:0;width:min(84vw,330px);height:auto;transform:translateX(-108%);transition:transform .28s ease;z-index:55;border-radius:0 28px 28px 0;padding:18px 14px 22px;overflow:auto;}
  .lpp-shell.lpp-mobile-menu-open .lpp-sidebar{transform:translateX(0);}
  .lpp-mobile-overlay{display:block;position:fixed;inset:0;background:rgba(15,23,42,.45);opacity:0;pointer-events:none;z-index:50;transition:opacity .25s ease;}
  .lpp-shell.lpp-mobile-menu-open .lpp-mobile-overlay{opacity:1;pointer-events:auto;}
  .lpp-tabs{position:static !important;transform:none !important;width:auto !important;max-width:none !important;background:none !important;box-shadow:none !important;padding:0 !important;margin:0 !important;border-radius:0 !important;}
  .lpp-tabs::before{display:none !important;}
  .lpp-panel__head{position:static;background:none;padding:0 0 10px;backdrop-filter:none;}
  .lpp-panel__head h3{font-size:24px;}
  .lpp-panel__head .lpp-secondary-btn{display:none;}
  .lpp-dashboard-layout,.lpp-dashboard-grid{display:grid;grid-template-columns:1fr;gap:12px;}
  .lpp-card,.lpp-item,.lpp-form,.lpp-schedule-card,.lpp-stat-card{border-radius:22px;padding:14px;}
}


/* v1.8.4 final polish */
html body .lpp-shell{width:min(calc(100vw - 18px),1500px);padding:14px;gap:14px;}
.lpp-shell{grid-template-columns:264px minmax(0,1fr);}
.lpp-sidebar{width:264px;max-width:264px;padding:14px 12px 14px;}
.lpp-hero{grid-template-columns:minmax(0,1fr) auto;gap:14px;margin-bottom:6px;}
.lpp-hero>div:first-child{padding:16px 18px;border-radius:22px;}
.lpp-topbar-actions{padding:12px 14px;border-radius:22px;min-width:0;}
.lpp-topbar-controls{gap:10px;}
.lpp-topbar-quick-actions{gap:10px;}
.lpp-restaurant-switcher,.lpp-language-switcher{min-width:0}
.lpp-restaurant-switcher select,.lpp-language-switcher select{min-width:150px}
.lpp-panel__head{margin-bottom:12px;}
.lpp-dashboard-layout{grid-template-columns:minmax(0,1fr) 286px;gap:14px;}
.lpp-dashboard-grid{gap:14px;}
.lpp-dashboard-side{gap:14px;top:78px;}
.lpp-card,.lpp-panel{border-radius:22px;}
.lpp-card{padding:16px;}
.lpp-card__head h4{font-size:15px;}
.lpp-quick-actions .lpp-secondary-btn{justify-content:flex-start;width:100%;}
.lpp-activity-card .lpp-compact-row__title{font-size:14px;}
.lpp-activity-card .lpp-compact-row__meta{font-size:12px;}
.lpp-sidebar .lpp-tab{font-size:15px;padding:12px 14px;}
.lpp-nav-title{font-size:12px;letter-spacing:.08em;}
@media (max-width: 1100px){
  html body .lpp-shell{width:min(calc(100vw - 14px),1320px);}
  .lpp-dashboard-layout{grid-template-columns:1fr;}
}
@media (max-width: 768px){
  html body .lpp-shell{padding:10px 10px 86px;}
  .lpp-topbar-actions{padding:10px 10px 12px;border-radius:18px;display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:10px;}
  .lpp-topbar-controls{display:flex;gap:8px;min-width:0;}
  .lpp-topbar-controls .lpp-language-switcher select{display:none;}
  .lpp-topbar-controls label{display:none;}
  .lpp-topbar-quick-actions .lpp-secondary-btn:not(.lpp-mobile-menu-toggle){display:none;}
  .lpp-sidebar{width:min(84vw,318px);padding:14px 12px 18px;}
  .lpp-sidebar__brand{padding-bottom:14px;margin-bottom:14px;}
  .lpp-sidebar__profile{padding:12px;border-radius:20px;}
  .lpp-sidebar__profile-text strong{font-size:16px;}
  .lpp-sidebar__meta-row{gap:8px;}
  .lpp-sidebar__restaurant-pill,.lpp-sidebar__logout{min-height:38px;border-radius:14px;}
  .lpp-panel__head h3{font-size:18px;}
  .lpp-card{padding:14px;}
}


/* v1.8.7 compact edge spacing + scrollable header tabs */
html body .lpp-shell{
  width:min(calc(100vw - 10px), 1600px) !important;
  margin:5px auto !important;
  padding:12px 5px 18px !important;
}
.lpp-hero{
  margin-bottom:8px;
}
.lpp-header-tabs{
  grid-column:2;
  display:flex;
  align-items:center;
  gap:8px;
  overflow-x:auto;
  overflow-y:hidden;
  white-space:nowrap;
  padding:2px 0 8px;
  margin:0 0 8px;
  scrollbar-width:thin;
  scrollbar-color:rgba(15,23,42,.28) transparent;
}
.lpp-header-tabs::-webkit-scrollbar{height:6px}
.lpp-header-tabs::-webkit-scrollbar-thumb{background:rgba(15,23,42,.22);border-radius:999px}
.lpp-header-tabs::-webkit-scrollbar-track{background:transparent}
.lpp-header-tab{
  display:inline-flex;
  align-items:center;
  gap:9px;
  flex:0 0 auto;
  min-height:44px;
  padding:10px 14px;
  border-radius:14px;
  border:1px solid rgba(226,232,240,.95);
  background:rgba(255,255,255,.86);
  color:#0f172a;
  font-weight:700;
  box-shadow:0 10px 24px rgba(15,23,42,.05);
}
.lpp-header-tab.is-active{
  background:linear-gradient(135deg,#0f172a,#1e293b);
  color:#fff;
  border-color:rgba(15,23,42,.94);
}
.lpp-header-tab__icon{
  display:inline-flex;
  width:18px;
  justify-content:center;
  font-size:16px;
  line-height:1;
}
.lpp-panel__head{
  position:sticky;
  top:116px;
  z-index:18;
  background:linear-gradient(180deg,rgba(248,250,252,.96),rgba(248,250,252,.86));
  backdrop-filter:blur(8px);
  padding:8px 0 10px;
}
@media (max-width: 768px){
  html body .lpp-shell{
    width:calc(100vw - 10px) !important;
    margin:5px auto !important;
    padding:8px 5px 84px !important;
    border-radius:18px !important;
  }
  .lpp-topbar-actions{
    margin:0;
  }
  .lpp-header-tabs{
    grid-column:auto;
    position:sticky;
    top:74px;
    z-index:36;
    margin:0 0 10px;
    padding:2px 0 8px;
    background:linear-gradient(180deg,rgba(248,250,252,.98),rgba(248,250,252,.88));
    backdrop-filter:blur(10px);
  }
  .lpp-header-tab{
    min-height:42px;
    padding:10px 12px;
    border-radius:13px;
    font-size:14px;
  }
  .lpp-panel__head{
    top:124px;
    padding-top:6px;
  }
}
@media (min-width: 769px){
  .lpp-header-tabs{padding-right:2px;}
}


/* v1.8.8 ui cleanup */
.lpp-header-tabs{display:none !important;}
html body .lpp-shell{
  width:calc(100vw - 10px) !important;
  max-width:none !important;
  margin:5px auto !important;
  padding:5px !important;
  gap:10px !important;
  grid-template-columns:248px minmax(0,1fr) !important;
  background:linear-gradient(180deg,#f8fafc 0%,#eef2f7 100%) !important;
}
.lpp-shell{border-radius:22px !important; overflow:visible !important;}
.lpp-sidebar{
  top:5px !important;
  height:calc(100vh - 10px) !important;
  width:248px !important;
  max-width:248px !important;
  padding:10px !important;
  border-radius:22px !important;
}
.lpp-sidebar__brand{padding-bottom:12px !important; margin-bottom:12px !important;}
.lpp-sidebar__profile{padding:10px !important; border-radius:18px !important; margin-bottom:10px !important;}
.lpp-sidebar__meta-row{gap:8px !important; margin-bottom:10px !important;}
.lpp-sidebar .lpp-tab{padding:11px 14px !important; border-radius:16px !important; margin-bottom:6px !important;}
.lpp-nav-section+.lpp-nav-section{margin-top:12px !important; padding-top:12px !important;}
.lpp-nav-title{margin-bottom:8px !important;}
.lpp-hero{grid-column:2 !important; gap:10px !important; margin-bottom:8px !important;}
.lpp-hero>div:first-child{padding:16px !important; border-radius:20px !important;}
.lpp-topbar-actions{padding:10px 12px !important; border-radius:20px !important; box-shadow:0 10px 26px rgba(15,23,42,.05) !important;}
.lpp-topbar-controls{grid-template-columns:minmax(180px,1fr) auto !important; gap:10px !important;}
.lpp-restaurant-switcher select,.lpp-language-switcher select,.lpp-form input,.lpp-form textarea,.lpp-form select{border-radius:14px !important;}
.lpp-summary-grid{gap:10px !important;}
.lpp-stat-card{min-height:118px !important; border-radius:20px !important; padding:16px !important;}
.lpp-panel{grid-column:2 !important;}
.lpp-panel__head{top:5px !important; padding:4px 0 10px !important; margin-bottom:10px !important; background:linear-gradient(180deg,rgba(248,250,252,.97),rgba(248,250,252,.88),transparent) !important;}
.lpp-dashboard-layout{grid-template-columns:minmax(0,1fr) 270px !important; gap:10px !important;}
.lpp-dashboard-grid{gap:10px !important;}
.lpp-dashboard-side{top:64px !important; gap:10px !important;}
.lpp-card,.lpp-item,.lpp-form,.lpp-schedule-card{border-radius:20px !important; padding:14px !important;}
@media (max-width:1100px){
  html body .lpp-shell{grid-template-columns:228px minmax(0,1fr) !important;}
  .lpp-sidebar{width:228px !important; max-width:228px !important;}
  .lpp-dashboard-layout{grid-template-columns:1fr !important;}
  .lpp-dashboard-side{position:static !important;}
}
@media (max-width:768px){
  html body .lpp-shell{
    width:calc(100vw - 10px) !important;
    margin:5px auto !important;
    padding:5px 5px 78px !important;
    display:block !important;
    border-radius:18px !important;
    box-shadow:none !important;
  }
  .lpp-hero{display:block !important; margin-bottom:10px !important;}
  .lpp-hero>div:first-child,.lpp-summary-grid{display:none !important;}
  .lpp-topbar-actions{
    display:grid !important;
    grid-template-columns:minmax(0,1fr) auto auto !important;
    align-items:center !important;
    gap:8px !important;
    padding:8px !important;
    border-radius:18px !important;
    position:sticky !important;
    top:5px !important;
    z-index:40 !important;
  }
  .lpp-topbar-controls{display:contents !important;}
  .lpp-restaurant-switcher label,.lpp-language-switcher label{display:none !important;}
  .lpp-restaurant-switcher select{min-height:46px !important; padding:0 14px !important; font-size:16px !important;}
  .lpp-language-switcher{justify-content:flex-end !important;}
  .lpp-language-pills{gap:6px !important;}
  .lpp-language-pill{min-width:58px !important; padding:11px 12px !important; font-size:16px !important; border-radius:14px !important;}
  .lpp-topbar-quick-actions{justify-content:flex-end !important; gap:8px !important;}
  .lpp-topbar-quick-actions > [data-lpp-refresh-all],
  .lpp-topbar-quick-actions > a[href],
  .lpp-sync-message{display:none !important;}
  .lpp-mobile-menu-toggle{display:inline-flex !important; width:46px !important; min-width:46px !important; min-height:46px !important; padding:0 !important; border-radius:14px !important;}
  .lpp-mobile-menu-toggle::before{font-size:22px !important;}
  .lpp-mobile-overlay{background:rgba(15,23,42,.48) !important; backdrop-filter:blur(3px) !important;}
  .lpp-sidebar{
    position:fixed !important;
    left:0 !important;
    top:0 !important;
    bottom:0 !important;
    width:min(88vw,336px) !important;
    max-width:min(88vw,336px) !important;
    height:auto !important;
    border-radius:0 22px 22px 0 !important;
    padding:14px 12px 18px !important;
    overflow:auto !important;
    transform:translateX(-108%) !important;
    transition:transform .26s ease !important;
    z-index:55 !important;
    background:linear-gradient(180deg,#0f172a 0%,#18223a 100%) !important;
    box-shadow:18px 0 50px rgba(15,23,42,.34) !important;
    color:#fff !important;
  }
  .lpp-shell.lpp-mobile-menu-open .lpp-sidebar{transform:translateX(0) !important;}
  .lpp-sidebar__brand{display:flex !important; padding-bottom:12px !important; margin-bottom:12px !important;}
  .lpp-sidebar__profile{display:flex !important; background:rgba(255,255,255,.08) !important; border:1px solid rgba(255,255,255,.1) !important;}
  .lpp-sidebar__restaurant-pill,.lpp-sidebar__logout{background:rgba(255,255,255,.08) !important; border:1px solid rgba(255,255,255,.12) !important; color:#fff !important;}
  .lpp-sidebar__logout{text-align:center !important; justify-content:center !important;}
  .lpp-sidebar .lpp-tab{background:rgba(255,255,255,.07) !important; border:1px solid rgba(255,255,255,.1) !important; color:#fff !important; min-height:52px !important; padding:14px 16px !important;}
  .lpp-sidebar .lpp-tab.is-active{background:linear-gradient(135deg,var(--lpp-accent),#fb7185) !important; border-color:transparent !important;}
  .lpp-sidebar .lpp-tab-badge{background:rgba(255,255,255,.18) !important; color:#fff !important; right:10px !important;}
  .lpp-nav-title{color:rgba(255,255,255,.58) !important; margin-left:2px !important;}
  .lpp-panel{grid-column:auto !important;}
  .lpp-panel__head{position:static !important; padding:0 0 8px !important; background:none !important; backdrop-filter:none !important;}
  .lpp-panel__head .lpp-secondary-btn{display:none !important;}
  .lpp-panel__head h3{font-size:22px !important;}
  .lpp-dashboard-layout,.lpp-dashboard-grid{grid-template-columns:1fr !important; gap:10px !important;}
  .lpp-card,.lpp-item,.lpp-form,.lpp-schedule-card,.lpp-stat-card{border-radius:18px !important; padding:13px !important;}
}


/* v1.8.9 final shell rebuild */
html body .lpp-shell{
  width:calc(100vw - 10px) !important;
  max-width:none !important;
  margin:5px auto !important;
  padding:5px !important;
  gap:8px !important;
  grid-template-columns:220px minmax(0,1fr) !important;
  border-radius:20px !important;
}
.lpp-sidebar{
  width:220px !important;
  max-width:220px !important;
  top:5px !important;
  height:calc(100vh - 10px) !important;
  padding:10px !important;
  border-radius:20px !important;
}
.lpp-sidebar__brand strong{font-size:17px !important;}
.lpp-sidebar__brand span{font-size:11px !important;}
.lpp-sidebar__avatar{width:44px !important;height:44px !important;font-size:18px !important;}
.lpp-sidebar__profile-text strong{font-size:14px !important;}
.lpp-sidebar__profile-text span{font-size:12px !important;}
.lpp-sidebar .lpp-tab{min-height:44px !important;padding:10px 12px 10px 38px !important;font-size:14px !important;position:relative !important;}
.lpp-sidebar .lpp-tab::before{
  position:absolute;left:12px;top:50%;transform:translateY(-50%);
  font-size:14px;opacity:.92;
}
.lpp-sidebar .lpp-tab[data-lpp-tab="dashboard"]::before{content:"⌂";}
.lpp-sidebar .lpp-tab[data-lpp-tab="my-plan"]::before{content:"☷";}
.lpp-sidebar .lpp-tab[data-lpp-tab="notifications"]::before{content:"🔔";font-size:13px;}
.lpp-sidebar .lpp-tab[data-lpp-tab="assigned"]::before{content:"✓";}
.lpp-sidebar .lpp-tab[data-lpp-tab="sent"]::before{content:"↗";}
.lpp-sidebar .lpp-tab[data-lpp-tab="requests-mine"]::before{content:"☑";}
.lpp-sidebar .lpp-tab[data-lpp-tab="sick-leave"]::before{content:"•";font-size:18px;}
.lpp-sidebar .lpp-tab[data-lpp-tab="request-create"]::before{content:"☑";}
.lpp-sidebar .lpp-tab[data-lpp-tab="appointments-mine"]::before{content:"◷";}
.lpp-sidebar .lpp-tab[data-lpp-tab="messages-mine"]::before{content:"✉";}
.lpp-sidebar .lpp-tab[data-lpp-tab="message-create"]::before{content:"✎";}
.lpp-sidebar .lpp-tab[data-lpp-tab="messages-inbox"]::before{content:"⌁";}
.lpp-sidebar .lpp-tab[data-lpp-tab="alerts"]::before{content:"⚠";}
.lpp-sidebar .lpp-tab[data-lpp-tab="birthdays"]::before{content:"✦";}
.lpp-sidebar .lpp-tab[data-lpp-tab="team"]::before{content:"☰";}
.lpp-sidebar .lpp-tab[data-lpp-tab="settings"]::before{content:"⚙";}

.lpp-hero{
  grid-column:2 !important;
  grid-template-columns:1fr !important;
  gap:0 !important;
  margin:0 0 6px !important;
}
.lpp-hero > div:first-child,
.lpp-summary-grid{display:none !important;}
.lpp-topbar-actions{
  width:100% !important;
  min-width:0 !important;
  padding:10px 12px !important;
  border-radius:18px !important;
  display:grid !important;
  grid-template-columns:minmax(220px,1fr) auto !important;
  gap:10px !important;
  align-items:end !important;
}
.lpp-topbar-controls{display:grid !important;grid-template-columns:minmax(220px,1fr) auto !important;gap:10px !important;align-items:end !important;}
.lpp-topbar-quick-actions{justify-content:flex-end !important;gap:8px !important;}
.lpp-topbar-quick-actions a[href]{display:none !important;}
.lpp-language-switcher select{display:none !important;}
.lpp-language-switcher{min-width:0 !important;}
.lpp-language-switcher .lpp-language-pills{justify-content:flex-end !important;}
.lpp-restaurant-switcher select{min-height:46px !important;}
.lpp-panel{grid-column:2 !important;}
.lpp-panel[data-lpp-panel="dashboard"]{margin-top:0 !important;}
.lpp-panel__head{padding-top:2px !important;margin-bottom:8px !important;}
.lpp-panel__head h3{font-size:24px !important;line-height:1.1 !important;}
.lpp-dashboard-layout{grid-template-columns:minmax(0,1fr) 240px !important;gap:10px !important;}
.lpp-dashboard-side{top:56px !important;gap:10px !important;}
.lpp-card,.lpp-item,.lpp-form,.lpp-schedule-card{padding:14px !important;border-radius:18px !important;}
.lpp-dashboard-grid{gap:10px !important;}
.lpp-panel__head .lpp-secondary-btn{min-height:40px !important;padding:10px 14px !important;border-radius:14px !important;}

@media (max-width: 1100px){
  html body .lpp-shell{grid-template-columns:210px minmax(0,1fr) !important;}
  .lpp-sidebar{width:210px !important;max-width:210px !important;}
  .lpp-dashboard-layout{grid-template-columns:1fr !important;}
  .lpp-dashboard-side{position:static !important;}
}

@media (max-width: 768px){
  html body .lpp-shell{
    width:calc(100vw - 10px) !important;
    margin:5px auto !important;
    padding:5px 5px 82px !important;
    display:block !important;
    border-radius:16px !important;
  }
  .lpp-topbar-actions{
    grid-template-columns:minmax(0,1fr) auto auto !important;
    align-items:center !important;
    padding:8px !important;
    border-radius:16px !important;
    top:5px !important;
  }
  .lpp-topbar-controls{display:contents !important;}
  .lpp-restaurant-switcher label,.lpp-language-switcher label{display:none !important;}
  .lpp-restaurant-switcher{min-width:0 !important;}
  .lpp-restaurant-switcher select{min-height:44px !important;padding:0 12px !important;border-radius:14px !important;font-size:16px !important;}
  .lpp-language-pills{display:flex !important;gap:6px !important;}
  .lpp-language-pill{min-width:54px !important;min-height:44px !important;padding:10px 10px !important;border-radius:14px !important;font-size:15px !important;}
  .lpp-mobile-menu-toggle{width:44px !important;min-width:44px !important;min-height:44px !important;border-radius:14px !important;}
  .lpp-mobile-menu-toggle::before{content:"☰";font-size:21px !important;}
  .lpp-sidebar{
    width:min(86vw,320px) !important;
    max-width:min(86vw,320px) !important;
    border-radius:0 18px 18px 0 !important;
    padding:12px 10px 18px !important;
  }
  .lpp-sidebar .lpp-tab{min-height:50px !important;padding:13px 14px 13px 42px !important;font-size:15px !important;}
  .lpp-sidebar .lpp-tab::before{left:14px !important;font-size:15px !important;}
  .lpp-panel__head{padding:2px 0 8px !important;}
  .lpp-panel__head h3{font-size:20px !important;}
  .lpp-dashboard-layout,.lpp-dashboard-grid{grid-template-columns:1fr !important;gap:10px !important;}
  .lpp-card,.lpp-item,.lpp-form,.lpp-schedule-card{padding:13px !important;border-radius:16px !important;}
}


/* v1.9.0 mobile sidebar scroll + profile photo */
.lpp-sidebar__avatar{overflow:hidden;display:flex;align-items:center;justify-content:center;flex:0 0 auto;}
.lpp-sidebar__avatar img{width:100%;height:100%;object-fit:cover;display:block;}
.lpp-sidebar__profile-actions{display:grid;gap:6px;margin:-2px 0 12px;position:relative;z-index:1;}
.lpp-sidebar__upload-btn{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:10px 12px;border-radius:14px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);color:#fff;font-weight:700;cursor:pointer;text-align:center;}
.lpp-sidebar__upload-btn:hover{background:rgba(255,255,255,.12);}
.lpp-sidebar__upload-note{font-size:12px;color:rgba(255,255,255,.68);line-height:1.35;}
.lpp-sidebar__upload-status{min-height:18px;font-size:12px;color:#fff;}
@media (max-width: 768px){
  .lpp-sidebar{padding-top:18px !important;padding-bottom:24px !important;overflow-y:auto !important;-webkit-overflow-scrolling:touch !important;overscroll-behavior:contain !important;}
  .lpp-sidebar .lpp-tabs{display:block !important;position:static !important;top:auto !important;left:auto !important;bottom:auto !important;width:auto !important;max-width:none !important;transform:none !important;padding:0 !important;margin:0 !important;background:transparent !important;box-shadow:none !important;border-radius:0 !important;overflow:visible !important;}
  .lpp-sidebar .lpp-tabs::before{display:none !important;content:none !important;}
  .lpp-sidebar__brand,.lpp-sidebar__profile,.lpp-sidebar__profile-actions,.lpp-sidebar__meta-row{display:flex !important;}
  .lpp-sidebar__profile-actions{display:grid !important;}
  .lpp-sidebar__meta-row{flex-direction:column !important;align-items:stretch !important;gap:10px !important;}
  .lpp-sidebar__restaurant-pill,.lpp-sidebar__logout{width:100% !important;}
}


/* v1.9.3 round2 desktop rebuild */
html body .lpp-shell{
  width:calc(100vw - 10px) !important;
  max-width:none !important;
  margin:5px auto !important;
  padding:5px !important;
  gap:8px !important;
  grid-template-columns:236px minmax(0,1fr) !important;
  align-items:start !important;
}
.lpp-shell{border-radius:18px !important; background:linear-gradient(180deg,#f8fafc 0%,#eef2f7 100%) !important;}
.lpp-sidebar{
  width:236px !important;
  max-width:236px !important;
  top:5px !important;
  height:calc(100vh - 10px) !important;
  padding:10px !important;
  border-radius:18px !important;
  overflow:auto !important;
}
.lpp-sidebar__profile-actions{margin-bottom:10px;}
.lpp-sidebar__upload-btn,.lpp-sidebar__upload-note,.lpp-sidebar__upload-status{position:relative;z-index:1;}
.lpp-sidebar__avatar img{width:100%;height:100%;object-fit:cover;border-radius:999px;display:block;}
.lpp-hero.lpp-hero--round2{
  grid-column:2 !important;
  display:grid !important;
  grid-template-columns:minmax(0,1fr) !important;
  gap:8px !important;
  margin:0 0 8px !important;
}
.lpp-hero--round2 > div:first-child{display:none !important;}
.lpp-topbar-actions--round2{
  min-width:0 !important;
  width:100% !important;
  display:grid !important;
  grid-template-columns:minmax(240px,1fr) auto !important;
  align-items:center !important;
  gap:12px !important;
  padding:10px 12px !important;
  border-radius:18px !important;
  position:sticky !important;
  top:5px !important;
  z-index:30 !important;
}
.lpp-topbar-controls{grid-template-columns:minmax(220px,1fr) auto !important;align-items:center !important;}
.lpp-topbar-quick-actions{gap:8px !important;justify-content:flex-end !important;}
.lpp-topbar-quick-actions .lpp-secondary-btn{min-height:42px !important;border-radius:14px !important;}
.lpp-summary-grid{grid-column:2 !important;display:grid !important;grid-template-columns:repeat(4,minmax(0,1fr)) !important;gap:8px !important;margin:0 0 8px !important;}
.lpp-stat-card{min-height:96px !important;padding:14px !important;border-radius:18px !important;box-shadow:0 8px 20px rgba(15,23,42,.04) !important;}
.lpp-stat-card strong{font-size:40px !important;line-height:1 !important;}
.lpp-panel{grid-column:2 !important;margin-top:0 !important;}
.lpp-panel__head{position:static !important;top:auto !important;background:none !important;padding:0 0 8px !important;margin-bottom:8px !important;backdrop-filter:none !important;}
.lpp-panel__head h3{font-size:22px !important;line-height:1.1 !important;}
.lpp-dashboard-layout{grid-template-columns:minmax(0,1fr) 250px !important;gap:8px !important;}
.lpp-dashboard-side{top:62px !important;gap:8px !important;}
.lpp-dashboard-grid{gap:8px !important;}
.lpp-card,.lpp-item,.lpp-form,.lpp-schedule-card,.lpp-stat-card{border-radius:18px !important;}
.lpp-card,.lpp-item,.lpp-form,.lpp-schedule-card{padding:14px !important;}
.lpp-card h4,.lpp-card__head h4{font-size:15px !important;}
body.page .site-main,body.page .content-area,body.page .site-content,body.page article.page,body.page .entry-content{max-width:none !important;width:100% !important;padding-left:0 !important;padding-right:0 !important;margin-left:0 !important;margin-right:0 !important;}
@media (max-width: 1200px){
  html body .lpp-shell{grid-template-columns:220px minmax(0,1fr) !important;}
  .lpp-sidebar{width:220px !important;max-width:220px !important;}
  .lpp-dashboard-layout{grid-template-columns:1fr !important;}
  .lpp-dashboard-side{position:static !important;}
}
@media (max-width: 768px){
  html body .lpp-shell{display:block !important;padding:5px 5px 78px !important;}
  .lpp-hero.lpp-hero--round2{display:block !important;margin:0 0 8px !important;}
  .lpp-summary-grid{display:none !important;}
  .lpp-topbar-actions--round2{grid-template-columns:minmax(0,1fr) auto auto !important;gap:8px !important;padding:8px !important;border-radius:18px !important;}
  .lpp-topbar-controls{display:contents !important;}
  .lpp-sidebar{width:min(86vw,330px) !important;max-width:330px !important;height:auto !important;max-height:100dvh !important;padding:14px 12px 22px !important;overflow-y:auto !important;-webkit-overflow-scrolling:touch !important;}
  .lpp-sidebar__profile-actions{display:block !important;}
}


/* v1.9.4 desktop hard reset */
@media (min-width: 769px){
  html body .lpp-shell,
  body .entry-content .lpp-shell,
  body .site-main .lpp-shell,
  body .elementor-widget-shortcode .lpp-shell{
    width:calc(100vw - 10px) !important;
    max-width:none !important;
    margin:5px auto !important;
    padding:5px !important;
    display:grid !important;
    grid-template-columns:220px minmax(0,1fr) !important;
    gap:8px !important;
    border-radius:16px !important;
    overflow:visible !important;
    box-sizing:border-box !important;
    box-shadow:0 8px 24px rgba(15,23,42,.06) !important;
    background:#eef3f9 !important;
  }
  html body .lpp-shell::before{display:none !important;content:none !important;}
  html body .lpp-sidebar{
    grid-column:1 !important;
    grid-row:1 / span 40 !important;
    width:220px !important;
    max-width:220px !important;
    min-width:220px !important;
    height:calc(100vh - 10px) !important;
    position:sticky !important;
    top:5px !important;
    align-self:start !important;
    padding:10px !important;
    border-radius:14px !important;
    overflow:auto !important;
    background:linear-gradient(180deg,#0f172a 0%,#172554 100%) !important;
    box-shadow:none !important;
  }
  html body .lpp-sidebar__brand,
  html body .lpp-sidebar__profile,
  html body .lpp-sidebar__meta-row,
  html body .lpp-sidebar__profile-actions{position:relative !important; z-index:1 !important;}
  html body .lpp-sidebar .lpp-tabs{
    display:flex !important;
    flex-direction:column !important;
    gap:8px !important;
    margin:12px 0 0 !important;
    overflow:visible !important;
  }
  html body .lpp-sidebar .lpp-tab{
    width:100% !important;
    justify-content:flex-start !important;
    text-align:left !important;
    min-height:44px !important;
    padding:10px 12px 10px 38px !important;
    border-radius:14px !important;
    background:rgba(255,255,255,.08) !important;
    border:1px solid rgba(255,255,255,.12) !important;
    color:#fff !important;
    box-shadow:none !important;
    font-size:14px !important;
  }
  html body .lpp-sidebar .lpp-tab.is-active{
    background:#fff !important;
    color:#0f172a !important;
    border-color:#fff !important;
    box-shadow:none !important;
  }
  html body .lpp-hero,
  html body .lpp-hero.lpp-hero--round2{
    grid-column:2 !important;
    display:block !important;
    margin:0 0 8px !important;
  }
  html body .lpp-hero > div:first-child,
  html body .lpp-summary-grid{display:none !important;}
  html body .lpp-topbar-actions,
  html body .lpp-topbar-actions--round2{
    display:grid !important;
    grid-template-columns:minmax(260px,1fr) auto !important;
    align-items:center !important;
    gap:10px !important;
    width:100% !important;
    min-width:0 !important;
    padding:10px 12px !important;
    border-radius:14px !important;
    background:#ffffff !important;
    border:1px solid #dbe4ef !important;
    backdrop-filter:none !important;
    box-shadow:none !important;
    position:sticky !important;
    top:5px !important;
    z-index:20 !important;
  }
  html body .lpp-topbar-controls{
    display:grid !important;
    grid-template-columns:minmax(220px,1fr) auto !important;
    gap:10px !important;
    align-items:end !important;
  }
  html body .lpp-topbar-quick-actions{
    display:flex !important;
    justify-content:flex-end !important;
    align-items:center !important;
    gap:8px !important;
  }
  html body .lpp-topbar-quick-actions a[href]{display:none !important;}
  html body .lpp-language-switcher select{display:none !important;}
  html body .lpp-language-pills{display:flex !important; gap:6px !important;}
  html body .lpp-language-pill,
  html body .lpp-secondary-btn,
  html body .lpp-primary-btn{
    min-height:40px !important;
    padding:10px 14px !important;
    border-radius:12px !important;
  }
  html body .lpp-panel{
    grid-column:2 !important;
    margin:0 !important;
    padding:0 !important;
  }
  html body .lpp-panel__head{
    margin:0 0 8px !important;
    padding:0 !important;
    position:static !important;
    background:transparent !important;
    border:0 !important;
  }
  html body .lpp-panel__head h3{margin:0 !important; font-size:22px !important; line-height:1.15 !important;}
  html body .lpp-dashboard-layout{
    display:grid !important;
    grid-template-columns:minmax(0,1fr) 260px !important;
    gap:8px !important;
    align-items:start !important;
  }
  html body .lpp-dashboard-grid{
    display:grid !important;
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:8px !important;
  }
  html body .lpp-dashboard-side{
    position:sticky !important;
    top:61px !important;
    gap:8px !important;
  }
  html body .lpp-card,
  html body .lpp-item,
  html body .lpp-form,
  html body .lpp-schedule-card{
    padding:14px !important;
    border-radius:14px !important;
    background:#fff !important;
    border:1px solid #dbe4ef !important;
    box-shadow:none !important;
  }
  html body .lpp-card__head{margin-bottom:8px !important;}
  html body .lpp-card__head h4{font-size:15px !important;}
  html body .lpp-item{margin:8px 0 !important;}
  html body .lpp-form-grid{grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:10px !important;}
  html body .lpp-form-grid__full{grid-column:1 / -1 !important;}
}
@media (min-width: 769px) and (max-width: 1200px){
  html body .lpp-shell{grid-template-columns:210px minmax(0,1fr) !important;}
  html body .lpp-sidebar{width:210px !important;max-width:210px !important;min-width:210px !important;}
  html body .lpp-dashboard-layout{grid-template-columns:1fr !important;}
  html body .lpp-dashboard-side{position:static !important;}
}

.lpp-action-btn{min-height:38px;padding:8px 12px;font-size:13px;font-weight:700;border-radius:12px}.lpp-action-btn--danger{background:#fef2f2;border-color:#fecaca;color:#b91c1c}.lpp-action-btn--success{background:#ecfdf5;border-color:#bbf7d0;color:#166534}.lpp-action-btn--neutral{background:#eff6ff;border-color:#bfdbfe;color:#1d4ed8}.lpp-status__icon{display:none !important}.lpp-status__label{display:inline-flex;align-items:center;justify-content:center;padding:4px 10px;border-radius:999px;font-weight:700}


/* v1.9.20.9 bugfix + mobile polish */
.lpp-plan-cards{display:grid;gap:10px;}
.lpp-plan-card{padding:14px;border:1px solid #dbe4ef;border-radius:16px;background:#fff;box-shadow:0 8px 20px rgba(15,23,42,.04);}
.lpp-plan-card__head{display:flex;align-items:center;justify-content:space-between;gap:10px;}
.lpp-plan-card__head strong{font-size:15px;line-height:1.25;color:#0f172a;}
.lpp-plan-card__meta{margin-top:8px;font-size:13px;color:#475569;}
.lpp-plan-card__time{margin-top:8px;font-size:14px;font-weight:700;color:#111827;}
.lpp-plan-card__stats{display:grid;gap:6px;margin-top:10px;font-size:12px;color:#475569;}

@media (max-width: 768px){
  html body .lpp-topbar-actions,
  html body .lpp-topbar-actions--round2{
    grid-template-columns:minmax(0,1fr) auto !important;
    align-items:center !important;
  }
  html body .lpp-topbar-controls{
    display:grid !important;
    grid-template-columns:minmax(0,1fr) !important;
    gap:8px !important;
  }
  html body .lpp-topbar-quick-actions{
    justify-content:flex-end !important;
    gap:8px !important;
  }
  html body .lpp-topbar-weather{display:none !important;}
  html body .lpp-panel{padding:0 !important;}
  html body .lpp-panel__head{display:block !important;}
  html body .lpp-panel__head h3{font-size:18px !important;margin:0 0 8px !important;}
  html body .lpp-panel__head .lpp-secondary-btn{width:100% !important;display:flex !important;justify-content:center !important;}
  html body .lpp-form,
  html body .lpp-item,
  html body .lpp-card{padding:12px !important;border-radius:16px !important;}
  html body .lpp-item__head{align-items:flex-start !important;gap:8px !important;}
  html body .lpp-item__meta{font-size:12px !important;line-height:1.45 !important;}
  html body .lpp-item__actions{grid-template-columns:repeat(2,minmax(0,1fr)) !important;}
  html body .lpp-item__actions button{min-height:42px !important;font-size:13px !important;}
  html body .lpp-inline-form textarea{min-height:96px !important;}
  html body .lpp-plan-group > h4{margin:0 0 10px !important;font-size:15px !important;}
}


.lpp-today-plan-manager{display:flex;flex-direction:column;gap:14px}
.lpp-today-plan-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
.lpp-today-plan-grid.is-compact{margin-bottom:4px}
.lpp-today-plan-stat{padding:16px 18px;border:1px solid #e2e8f0;border-radius:18px;background:linear-gradient(180deg,#fff 0%,#f8fbff 100%)}
.lpp-today-plan-stat strong{display:block;font-size:28px;line-height:1;color:#0f172a;margin-bottom:6px}
.lpp-today-plan-stat span{display:block;font-size:13px;font-weight:700;color:#64748b;text-transform:uppercase;letter-spacing:.04em}
.lpp-today-plan-list{display:flex;flex-direction:column;gap:10px}
.lpp-today-plan-item{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:14px 16px;border:1px solid #e2e8f0;border-radius:16px;background:#fff}
.lpp-today-plan-item strong{display:block;font-size:15px;color:#0f172a}
.lpp-today-plan-item__meta{margin-top:4px;font-size:13px;color:#64748b}
.lpp-today-plan-item__time{white-space:nowrap;font-weight:800;color:#0f172a}
.lpp-form-actions--top{margin-bottom:14px}

@media (max-width: 768px){
  .lpp-home-header{flex-direction:column;align-items:flex-start;gap:12px}
  .lpp-home-kpis{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
  .lpp-home-kpi{padding:14px 14px}
  .lpp-home-body{gap:14px}
  .lpp-card__head{flex-wrap:wrap;gap:10px}
  .lpp-today-plan-grid{grid-template-columns:1fr}
  .lpp-today-plan-item{flex-direction:column;align-items:flex-start}
  .lpp-today-plan-item__time{white-space:normal}
}

.lpp-today-plan-sections{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.lpp-today-plan-section{display:flex;flex-direction:column;gap:10px}
.lpp-today-plan-section h4{margin:0;font-size:14px;font-weight:800;color:#0f172a}
.lpp-today-plan-item.is-sick{border-color:#fecaca;background:#fff7f7}
.lpp-today-plan-item.is-replacement{border-color:#bfdbfe;background:#f8fbff}
@media (max-width: 900px){.lpp-today-plan-sections{grid-template-columns:1fr}}


/* v1.9.21.8 mobile manager polish */
@media (max-width: 768px){
  html body .lpp-shell{
    padding:8px 8px 88px !important;
    border-radius:22px !important;
  }
  html body .lpp-hero{
    gap:10px !important;
    margin-bottom:10px !important;
  }
  html body .lpp-hero > div:first-child{
    display:none !important;
  }
  html body .lpp-topbar-actions,
  html body .lpp-topbar-actions--round2{
    position:sticky !important;
    top:0 !important;
    z-index:45 !important;
    padding:10px !important;
    border-radius:18px !important;
    background:#ffffff !important;
    box-shadow:0 14px 32px rgba(15,23,42,.10) !important;
  }
  html body .lpp-topbar-controls{
    grid-template-columns:minmax(0,1fr) !important;
    gap:10px !important;
  }
  html body .lpp-restaurant-switcher,
  html body .lpp-language-switcher{
    width:100% !important;
  }
  html body .lpp-restaurant-switcher select,
  html body .lpp-language-pill,
  html body .lpp-mobile-menu-toggle,
  html body .lpp-topbar-actions .lpp-secondary-btn,
  html body .lpp-topbar-actions .lpp-primary-btn{
    min-height:52px !important;
    border-radius:18px !important;
    font-size:15px !important;
    font-weight:800 !important;
  }
  html body .lpp-language-pills{
    display:grid !important;
    grid-template-columns:1fr 1fr !important;
    gap:10px !important;
    width:100% !important;
  }
  html body .lpp-topbar-quick-actions{
    display:grid !important;
    grid-template-columns:1fr auto !important;
    gap:10px !important;
    width:100% !important;
    align-items:center !important;
  }
  html body .lpp-topbar-quick-actions > .lpp-secondary-btn:not(.lpp-mobile-menu-toggle),
  html body .lpp-topbar-quick-actions > a.lpp-secondary-btn{
    display:none !important;
  }
  html body .lpp-mobile-menu-toggle{
    width:52px !important;
    min-width:52px !important;
    padding:0 !important;
    justify-content:center !important;
    font-size:0 !important;
  }
  html body .lpp-mobile-menu-toggle::before{
    content:'☰';
    font-size:22px;
    line-height:1;
  }
  html body .lpp-dashboard-layout,
  html body .lpp-home-body,
  html body .lpp-home-kpis,
  html body .lpp-dashboard-grid{
    gap:12px !important;
  }
  html body .lpp-home-kpis,
  html body .lpp-summary-grid{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  }
  html body .lpp-home-kpi,
  html body .lpp-stat-card,
  html body .lpp-dashboard-kpi,
  html body .lpp-today-plan-stat{
    min-height:auto !important;
    padding:14px 14px !important;
    border-radius:18px !important;
  }
  html body .lpp-home-kpi strong,
  html body .lpp-stat-card strong,
  html body .lpp-dashboard-kpi strong,
  html body .lpp-today-plan-stat strong{
    font-size:28px !important;
  }
  html body .lpp-card,
  html body .lpp-item,
  html body .lpp-form,
  html body .lpp-schedule-card,
  html body .lpp-plan-card{
    padding:14px !important;
    border-radius:18px !important;
    box-shadow:0 8px 22px rgba(15,23,42,.06) !important;
  }
  html body .lpp-card__head h4,
  html body .lpp-panel__head h3,
  html body .lpp-home-header h3{
    font-size:20px !important;
    line-height:1.15 !important;
  }
  html body .lpp-item__head strong,
  html body .lpp-plan-card__head strong,
  html body .lpp-today-plan-item strong{
    font-size:18px !important;
    line-height:1.25 !important;
  }
  html body .lpp-item__meta,
  html body .lpp-plan-card__meta,
  html body .lpp-today-plan-item__meta,
  html body .lpp-item__timeline{
    font-size:13px !important;
    line-height:1.5 !important;
  }
  html body .lpp-today-plan-grid,
  html body .lpp-today-plan-sections{
    grid-template-columns:1fr !important;
    gap:10px !important;
  }
  html body .lpp-today-plan-item{
    padding:14px !important;
    border-radius:16px !important;
    gap:10px !important;
    align-items:flex-start !important;
  }
  html body .lpp-today-plan-item__time{
    width:100% !important;
  }
  html body .lpp-today-plan-item__time .lpp-secondary-btn,
  html body .lpp-today-plan-item__time .lpp-primary-btn{
    width:100% !important;
  }
  html body .lpp-home-action,
  html body .lpp-home-link,
  html body .lpp-open-context,
  html body .lpp-action-btn,
  html body .lpp-secondary-btn,
  html body .lpp-primary-btn{
    min-height:46px !important;
    border-radius:14px !important;
  }
}

.lpp-today-plan-item.is-replacement .lpp-secondary-btn.is-sent{
  background:#ecfdf5 !important;
  border-color:#bbf7d0 !important;
  color:#166534 !important;
}

/* v1.9.21.9 mobile + replacement polish */
.lpp-today-plan-section:nth-child(4){grid-column:1 / -1}
.lpp-today-plan-item__time{display:flex;gap:10px;align-items:center;flex-wrap:wrap;justify-content:flex-end}
.lpp-today-plan-item__time-label{font-weight:800;color:#0f172a}
.lpp-today-plan-item__pause{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:24px;padding:3px 8px;border-radius:999px;background:#f8fafc;border:1px solid #dbe5f0;color:#475569;font-size:11px;font-weight:700;line-height:1.1;letter-spacing:.01em;white-space:nowrap}.lpp-today-plan-item__pause::before{content:'';display:block;width:6px;height:6px;border-radius:999px;background:#22c55e;box-shadow:0 0 0 3px rgba(34,197,94,.10)}
.lpp-secondary-btn.is-sent{background:#dcfce7!important;color:#166534!important;border-color:#86efac!important}
.lpp-today-plan-item.is-sick{border-color:#fecaca;background:#fff7f7}
.lpp-today-plan-item.is-request-response{border-color:#c7d2fe;background:#f8faff}
@media (max-width: 768px){
  .lpp-hero{padding:14px 14px 10px;border-radius:24px}
  .lpp-topbar-actions--round2{padding:10px 12px;border-radius:22px;gap:10px}
  .lpp-topbar-controls{display:grid;grid-template-columns:1fr auto;gap:10px;align-items:end}
  .lpp-restaurant-switcher{grid-column:1/-1}
  .lpp-language-switcher{justify-self:start}
  .lpp-language-pills{gap:8px}
  .lpp-language-pill{min-width:74px;min-height:56px;border-radius:18px;font-size:18px;font-weight:800;box-shadow:none}
  .lpp-mobile-menu-toggle{min-width:56px;min-height:56px;border-radius:18px;padding:0;font-size:0;position:relative}
  .lpp-mobile-menu-toggle:before{content:'☰';font-size:28px;line-height:1}
  .lpp-home-header{padding:0 2px 6px}
  .lpp-home-header h3{font-size:20px;margin-bottom:6px}
  .lpp-home-header p{font-size:15px;line-height:1.45}
  .lpp-home-kpis{grid-template-columns:1fr 1fr;gap:12px}
  .lpp-home-kpi{padding:14px 14px;border-radius:18px;min-height:unset}
  .lpp-home-kpi strong{font-size:28px}
  .lpp-card,.lpp-panel{border-radius:22px}
  .lpp-today-plan-grid{grid-template-columns:1fr 1fr;gap:10px}
  .lpp-today-plan-stat{padding:12px 14px;border-radius:18px}
  .lpp-today-plan-stat strong{font-size:28px}
  .lpp-today-plan-sections{grid-template-columns:1fr;gap:14px}
  .lpp-today-plan-section{padding:14px;border-radius:18px}
  .lpp-today-plan-section h4{font-size:16px;margin-bottom:10px}
  .lpp-today-plan-item{padding:12px 12px;border-radius:16px;gap:10px;align-items:flex-start}
  .lpp-today-plan-item strong{font-size:17px;display:block;line-height:1.25}
  .lpp-today-plan-item__meta{font-size:13px;line-height:1.4}
  .lpp-today-plan-item__time{width:100%;justify-content:space-between;font-size:14px}
  .lpp-today-plan-item__time .lpp-secondary-btn,
  .lpp-today-plan-item__time .lpp-primary-btn{width:100%;justify-content:center;padding:12px 14px;border-radius:14px}
}

/* v1.9.22 menu refresh */
.lpp-sick-manager-guide{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:0 0 18px;}
.lpp-sick-manager-guide__item{background:#f8fafc;border:1px solid #e2e8f0;border-radius:18px;padding:14px 16px;box-shadow:0 10px 30px rgba(15,23,42,.05);}
.lpp-sick-manager-guide__item strong{display:block;font-size:14px;margin-bottom:6px;color:#0f172a;}
.lpp-sick-manager-guide__item span{display:block;font-size:13px;line-height:1.45;color:#475569;}
.lpp-sidebar .lpp-tab{display:flex;align-items:center;gap:12px;font-weight:700;letter-spacing:-.01em;transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease;}
.lpp-sidebar .lpp-tab:hover{transform:translateX(2px);box-shadow:0 14px 26px rgba(15,23,42,.14);}
.lpp-sidebar .lpp-tab.is-active{box-shadow:0 0 0 1px rgba(255,255,255,.22),0 0 22px rgba(251,113,133,.38),0 14px 30px rgba(225,29,72,.28) !important;}
.lpp-sidebar .lpp-tab::before{width:22px;height:22px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:rgba(255,255,255,.10);box-shadow:inset 0 0 0 1px rgba(255,255,255,.08);font-size:12px !important;left:12px !important;}
.lpp-sidebar .lpp-tab[data-lpp-tab="dashboard"]::before{content:"◈";}
.lpp-sidebar .lpp-tab[data-lpp-tab="my-plan"]::before{content:"◫";}
.lpp-sidebar .lpp-tab[data-lpp-tab="today-plan"]::before{content:"☼";}
.lpp-sidebar .lpp-tab[data-lpp-tab="all-plans"]::before{content:"▤";}
.lpp-sidebar .lpp-tab[data-lpp-tab="notifications"]::before{content:"✦";}
.lpp-sidebar .lpp-tab[data-lpp-tab="time-account"]::before{content:"◷";}
.lpp-sidebar .lpp-tab[data-lpp-tab="assigned"]::before{content:"✓";}
.lpp-sidebar .lpp-tab[data-lpp-tab="create"]::before{content:"＋";}
.lpp-sidebar .lpp-tab[data-lpp-tab="sent"]::before{content:"↗";}
.lpp-sidebar .lpp-tab[data-lpp-tab="requests-mine"]::before{content:"☑";}
.lpp-sidebar .lpp-tab[data-lpp-tab="requests-approvals"]::before{content:"⊚";}
.lpp-sidebar .lpp-tab[data-lpp-tab="request-create"]::before{content:"☼";}
.lpp-sidebar .lpp-tab[data-lpp-tab="messages-inbox"]::before{content:"✉";}
.lpp-sidebar .lpp-tab[data-lpp-tab="messages-mine"]::before{content:"◌";}
.lpp-sidebar .lpp-tab[data-lpp-tab="message-create"]::before{content:"✎";}
.lpp-sidebar .lpp-tab[data-lpp-tab="appointments-mine"]::before{content:"◔";}
.lpp-sidebar .lpp-tab[data-lpp-tab="appointments-manage"]::before{content:"⌚";}
.lpp-sidebar .lpp-tab[data-lpp-tab="sick-leave"]::before{content:"❤";}
.lpp-sidebar .lpp-tab[data-lpp-tab="alerts"]::before{content:"⚑";}
.lpp-sidebar .lpp-tab[data-lpp-tab="team"]::before{content:"◍";}
.lpp-sidebar .lpp-tab[data-lpp-tab="user-create"]::before{content:"⨁";}
.lpp-sidebar .lpp-tab[data-lpp-tab="matrix-import"]::before{content:"▦";}
.lpp-sidebar .lpp-tab[data-lpp-tab="restaurant-settings"]::before{content:"⚙";}
.lpp-sidebar .lpp-tab[data-lpp-tab="super-admin"]::before{content:"⬢";}
.lpp-sidebar .lpp-tab[data-lpp-tab="company-branding"]::before{content:"✸";}
@media (max-width:768px){
  .lpp-sick-manager-guide{grid-template-columns:1fr;gap:10px;}
  .lpp-sidebar .lpp-tab{min-height:48px !important;padding:12px 14px 12px 44px !important;}
}

/* v1.9.22.1 mobile account + dashboard + sidebar cleanup */
.lpp-mobile-account-trigger{display:none;align-items:center;gap:12px;width:100%;padding:12px 14px;border:1px solid rgba(226,232,240,.9);border-radius:18px;background:#fff;color:var(--lpp-text);box-shadow:0 8px 24px rgba(15,23,42,.06);text-align:left}
.lpp-mobile-account-trigger__avatar,
.lpp-sidebar__settings-card{display:grid;gap:12px;margin:12px 0 14px;padding:14px 16px;border:1px solid rgba(148,163,184,.22);border-radius:18px;background:rgba(15,23,42,.22);backdrop-filter:blur(10px)}
.lpp-sidebar__settings-field{display:grid;gap:8px}
.lpp-sidebar__settings-field>span{font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:rgba(226,232,240,.72)}
.lpp-sidebar__settings-field select{width:100%;border-radius:14px;border:1px solid rgba(148,163,184,.24);background:rgba(255,255,255,.96);color:#0f172a;padding:12px 14px;font-weight:700}
.lpp-sidebar__settings-card .lpp-language-pills{margin-top:0;justify-content:flex-start}
.lpp-dashboard-hero-card__avatar{width:48px;height:48px;border-radius:999px;overflow:hidden;background:linear-gradient(135deg,var(--lpp-accent),#fb7185);display:grid;place-items:center;color:#fff;font-weight:800}
.lpp-mobile-account-trigger__avatar img,.lpp-dashboard-hero-card__avatar img{width:100%;height:100%;object-fit:cover}
.lpp-mobile-account-trigger__text strong{display:block;font-size:16px;line-height:1.1}
.lpp-mobile-account-trigger__text small{display:block;margin-top:2px;color:var(--lpp-muted);font-size:12px}
.lpp-mobile-account-panel{display:grid;grid-template-columns:1fr 1fr;gap:12px;width:100%;padding:14px;border-radius:18px;background:#fff;border:1px solid rgba(226,232,240,.9);box-shadow:0 10px 24px rgba(15,23,42,.06)}
.lpp-mobile-account-panel[hidden]{display:none !important}
.lpp-dashboard-hero-card{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:18px 20px;border:1px solid rgba(226,232,240,.9);border-radius:24px;background:linear-gradient(135deg,#ffffff 0%,#f8fafc 100%);box-shadow:0 12px 30px rgba(15,23,42,.05);margin-bottom:16px}
.lpp-dashboard-hero-card__profile{display:flex;align-items:center;gap:14px;min-width:0}
.lpp-dashboard-hero-card__profile h4{margin:0;font-size:24px;line-height:1.1}
.lpp-dashboard-hero-card__profile p{margin:4px 0 0;color:var(--lpp-muted)}
.lpp-dashboard-hero-card__weather{min-width:260px;max-width:320px}
.lpp-weather--pro{display:flex;align-items:center;gap:14px}
.lpp-weather__icon{width:56px;height:56px;border-radius:18px;background:linear-gradient(135deg,rgba(225,29,72,.12),rgba(244,63,94,.2));display:grid;place-items:center;font-size:28px}
.lpp-weather__content{display:grid;gap:2px}
.lpp-weather-header__icon{margin-right:6px}
.lpp-topbar-weather{display:flex;align-items:center;gap:8px;flex-wrap:wrap}

.lpp-sidebar .lpp-tab{padding:12px 14px 12px 50px !important;min-height:56px !important;border-radius:20px !important;font-size:15px !important;font-weight:700 !important;letter-spacing:-.01em}
.lpp-sidebar .lpp-tab::before{left:16px !important;width:24px;height:24px;border-radius:999px;display:grid;place-items:center;background:rgba(255,255,255,.08);font-size:13px;box-shadow:inset 0 0 0 1px rgba(255,255,255,.08)}
.lpp-sidebar .lpp-tab.is-active{box-shadow:0 0 0 1px rgba(255,255,255,.16),0 16px 32px rgba(244,63,94,.32),0 0 24px rgba(244,63,94,.18) !important}
.lpp-sidebar .lpp-tab[data-lpp-tab="dashboard"]::before{content:"⌘"}
.lpp-sidebar .lpp-tab[data-lpp-tab="my-plan"]::before{content:"🗓";font-size:12px}
.lpp-sidebar .lpp-tab[data-lpp-tab="time-account"]::before{content:"◔"}
.lpp-sidebar .lpp-tab[data-lpp-tab="notifications"]::before{content:"🔔";font-size:12px}
.lpp-sidebar .lpp-tab[data-lpp-tab="assigned"]::before{content:"✓"}
.lpp-sidebar .lpp-tab[data-lpp-tab="create"]::before{content:"＋"}
.lpp-sidebar .lpp-tab[data-lpp-tab="sent"]::before{content:"↗"}
.lpp-sidebar .lpp-tab[data-lpp-tab="requests-mine"]::before{content:"✉"}
.lpp-sidebar .lpp-tab[data-lpp-tab="sick-leave"]::before{content:"✚"}
.lpp-sidebar .lpp-tab[data-lpp-tab="request-create"]::before{content:"☼"}
.lpp-sidebar .lpp-tab[data-lpp-tab="appointments-mine"]::before{content:"◷"}
.lpp-sidebar .lpp-tab[data-lpp-tab="messages-mine"]::before{content:"✎"}
.lpp-sidebar .lpp-tab[data-lpp-tab="message-create"]::before{content:"⬆"}
.lpp-sidebar .lpp-tab[data-lpp-tab="messages-inbox"]::before{content:"⌂"}
.lpp-sidebar .lpp-tab[data-lpp-tab="alerts"]::before{content:"⚠"}
.lpp-sidebar .lpp-tab[data-lpp-tab="today-plan"]::before{content:"☰"}
.lpp-sidebar .lpp-tab[data-lpp-tab="all-plans"]::before{content:"▤"}
.lpp-sidebar .lpp-tab[data-lpp-tab="team"]::before{content:"👥";font-size:11px}

@media (max-width: 768px){
  .lpp-restaurant-switcher,.lpp-language-switcher{min-width:0}
  .lpp-topbar-controls{grid-template-columns:1fr !important}
  .lpp-mobile-account-trigger{display:flex}
  .lpp-topbar-controls > .lpp-restaurant-switcher,
  .lpp-topbar-controls > .lpp-language-switcher{display:none !important}
  .lpp-dashboard-hero-card{display:grid;grid-template-columns:1fr;gap:14px;padding:16px;border-radius:22px}
  .lpp-dashboard-hero-card__weather{min-width:0;max-width:none}
  .lpp-dashboard-hero-card__profile h4{font-size:20px}
  .lpp-topbar-weather{display:none}
  .lpp-home-header{align-items:flex-start;gap:12px}
}


.lpp-request-subsection{margin-top:18px;padding-top:12px;border-top:1px solid rgba(148,163,184,.2)}
.lpp-request-subsection h4{margin:0 0 12px;font-size:16px;font-weight:700}
.lpp-request-card--replacement{border-left:3px solid rgba(244,63,94,.45)}


/* v1.9.22.5 sidebar language + sick stats + restaurant contrast */
.lpp-sidebar__settings-card .lpp-restaurant-switcher select{appearance:none;-webkit-appearance:none;background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M5 7.5L10 12.5L15 7.5' stroke='%230f172a' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat right 14px center/14px;padding-right:40px;color:#0f172a !important;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;}
.lpp-sidebar__settings-card .lpp-language-pill{background:rgba(255,255,255,.92);color:#0f172a;border:1px solid rgba(226,232,240,.9);box-shadow:none;}
.lpp-sidebar__settings-card .lpp-language-pill.is-active{background:linear-gradient(135deg,var(--lpp-accent),#fb7185);color:#fff;border-color:transparent;box-shadow:0 12px 24px rgba(225,29,72,.22);}
.lpp-sick-manager-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:0 0 14px;}
.lpp-sick-manager-stats__card{padding:16px 18px;border:1px solid #e2e8f0;border-radius:18px;background:#fff;box-shadow:0 10px 24px rgba(15,23,42,.04);display:grid;gap:4px;}
.lpp-sick-manager-stats__card strong{font-size:28px;line-height:1;color:#0f172a;}
.lpp-sick-manager-stats__card span{font-size:13px;color:#64748b;font-weight:700;}
.lpp-sick-history-box{margin:0 0 16px;padding:16px 18px;border:1px solid #e2e8f0;border-radius:18px;background:#fff;box-shadow:0 10px 24px rgba(15,23,42,.04);}
.lpp-sick-history__head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:10px;}
.lpp-sick-history__head strong{font-size:16px;color:#0f172a;}
.lpp-sick-history__head span{font-size:13px;color:#64748b;}
.lpp-sick-history__list{display:grid;gap:8px;}
.lpp-sick-history__row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 12px;border-radius:14px;background:#f8fafc;border:1px solid #e2e8f0;}
@media (max-width: 768px){.lpp-sick-manager-stats{grid-template-columns:1fr;}.lpp-sick-history__head{display:grid;justify-content:start;}}


/* v1.9.22.6 performance/profile/header/mobile round */
[data-lpp-sticky-topbar]{position:sticky;top:32px;z-index:40;backdrop-filter:blur(12px);background:rgba(255,255,255,.9);border:1px solid rgba(15,23,42,.08);border-radius:20px;padding:12px 14px;box-shadow:0 10px 30px rgba(15,23,42,.08)}
.lpp-topbar-desktop-settings{display:flex;align-items:flex-end;gap:12px;flex-wrap:wrap}
.lpp-topbar-desktop-settings__field{display:flex;flex-direction:column;gap:6px;min-width:180px}
.lpp-topbar-desktop-settings__field span{font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#64748b}
.lpp-topbar-desktop-settings__field select{min-width:220px;max-width:320px;padding:10px 14px;border-radius:14px}
.lpp-sidebar__settings-field select{min-height:48px;font-size:15px;font-weight:700;padding-right:42px}
.lpp-sidebar__profile-panel{margin-top:12px;padding:14px;border-radius:18px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.08)}
.lpp-sidebar__profile-panel-head{font-weight:800;margin-bottom:10px;color:#fff}
.lpp-sidebar__profile-grid{display:grid;grid-template-columns:1fr;gap:10px}
.lpp-sidebar__profile-grid label span{display:block;font-size:12px;font-weight:700;margin-bottom:6px;color:rgba(255,255,255,.82)}
.lpp-sidebar__profile-grid input{width:100%;min-height:44px;border-radius:12px;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.08);color:#fff;padding:10px 12px}
.lpp-sidebar__profile-actions{display:flex;align-items:center;gap:10px;margin-top:10px;flex-wrap:wrap}
.lpp-sidebar__profile-message{font-size:12px;color:rgba(255,255,255,.82)}
.lpp-checkbox-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:10px;padding:4px 0}
.lpp-check-chip{display:flex;align-items:center;gap:10px;padding:10px 12px;border:1px solid #dbe3f1;border-radius:14px;background:#fff;min-height:46px}
.lpp-check-chip input{width:18px;height:18px}
.lpp-check-chip span{font-weight:700;color:#0f172a}
.lpp-topbar-weather{font-weight:700;white-space:nowrap}
@media (max-width: 960px){
  [data-lpp-sticky-topbar]{top:0;border-radius:0 0 18px 18px;padding:10px 12px}
  .lpp-topbar-desktop-settings{display:none}
  .lpp-shell{padding-top:6px}
  .lpp-home-kpis{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
  .lpp-home-kpi,.lpp-card,.lpp-item{border-radius:20px}
  .lpp-sidebar__settings-card{display:none}
}
@media (min-width: 961px){
  .lpp-mobile-account-trigger,.lpp-mobile-account-panel,.lpp-mobile-menu-toggle{display:none !important}
}


/* v1.9.22.7 performance + premium cleanup */
.lpp-home-side-card--status .lpp-card__head{margin-bottom:10px;}
.lpp-home-status-list{display:grid;gap:12px;}
.lpp-home-status-item{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:12px 14px;border-radius:16px;background:linear-gradient(180deg,#fff,rgba(248,250,252,.95));border:1px solid rgba(226,232,240,.95);}
.lpp-home-status-item span{font-size:12px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;color:#64748b;}
.lpp-home-status-item strong{font-size:14px;color:#0f172a;text-align:right;}
[data-lpp-sticky-topbar]{top:14px !important;}
.lpp-topbar-desktop-settings__field select,[data-lpp-restaurant-switch]{min-height:48px;}
.lpp-topbar-weather{font-weight:800;white-space:nowrap;}
.lpp-sidebar__settings-card select{min-height:50px;font-size:15px;font-weight:700;}
.lpp-sidebar__settings-card .lpp-language-pill{min-width:64px;min-height:46px;}
.lpp-home-header h3{font-size:34px;line-height:1.05;margin:0 0 8px;}
.lpp-home-header p{margin:0;color:#64748b;font-weight:600;}
@media (max-width: 991px){
  .lpp-home-header{display:grid;grid-template-columns:1fr;gap:12px;}
  .lpp-home-header h3{font-size:26px;}
  .lpp-home-kpis{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;}
  .lpp-home-kpi{border-radius:18px;padding:16px 14px;}
  .lpp-home-body{display:flex;flex-direction:column;gap:14px;}
  .lpp-home-side{order:2;}
  .lpp-home-main{order:1;}
  .lpp-card,.lpp-home-card,.lpp-home-side-card{border-radius:22px;}
  .lpp-topbar-actions--round2{padding:10px 12px !important;}
  .lpp-mobile-account-trigger{border-radius:18px;min-height:58px;box-shadow:0 12px 30px rgba(15,23,42,.08);}
  .lpp-mobile-account-panel{grid-template-columns:1fr !important;padding:12px !important;border-radius:20px !important;}
}
@media (max-width: 640px){
  .lpp-shell{padding-top:10px;}
  [data-lpp-sticky-topbar]{top:0 !important;border-radius:0 0 18px 18px !important;padding:10px 12px !important;}
  .lpp-hero{padding:14px 14px 10px !important;border-radius:26px !important;}
  .lpp-summary-grid{display:none !important;}
  .lpp-home-kpis{grid-template-columns:1fr 1fr;}
  .lpp-home-kpi strong{font-size:28px;}
  .lpp-home-status-item{padding:10px 12px;}
  .lpp-sidebar__settings-card select{font-size:16px !important;}
}

/* v1.9.22.8 performance/header cleanup */
.lpp-topbar-weather{display:flex;align-items:center;gap:10px;min-height:48px;padding:0 16px;border-radius:14px;background:#fff;border:1px solid rgba(15,23,42,.08);font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:min(100%,420px)}
.lpp-topbar-desktop-settings__field select{min-width:280px;max-width:420px;font-size:15px}
.lpp-sidebar__settings-field select{min-height:54px;font-size:16px;padding:14px 44px 14px 16px}
.lpp-home-side-card--compact .lpp-home-compact-note{color:#475569;line-height:1.6;font-size:14px}
[data-lpp-sticky-topbar]{position:sticky;top:0;z-index:70}
@media (max-width: 768px){
  .lpp-topbar-weather{max-width:100%;font-size:14px;padding:0 12px;min-height:44px}
  .lpp-sidebar__settings-field select{font-size:15px}
  .lpp-home-side-card--compact{display:none}
}


/* v1.9.22.9 sidebar language removed + sidebar restaurant width */
.lpp-sidebar__settings-card{grid-template-columns:1fr !important;}
.lpp-sidebar__settings-card .lpp-sidebar__settings-field{width:100%;}
.lpp-sidebar__settings-card select[data-lpp-restaurant-switch]{min-height:52px;font-size:16px;padding-right:42px;}

/* v1.9.23.2 final sticky top header fix */
.lpp-topbar-sticky-spacer{display:block;height:0;pointer-events:none;}
[data-lpp-sticky-topbar].is-fixed{
  position:fixed !important;
  top:var(--lpp-sticky-top, 0px) !important;
  left:var(--lpp-sticky-left, 0px) !important;
  width:var(--lpp-sticky-width, 100%) !important;
  max-width:none !important;
  z-index:9999 !important;
  margin:0 !important;
}
[data-lpp-sticky-topbar].is-fixed + *{scroll-margin-top:120px;}
html body.admin-bar [data-lpp-sticky-topbar].is-fixed{z-index:10010 !important;}
@media (max-width: 768px){
  [data-lpp-sticky-topbar].is-fixed{
    border-radius:0 0 18px 18px !important;
  }
}

/* v1.9.23.3 cleanup + mobile polish */
.lpp-sidebar .lpp-restaurant-switcher,
.lpp-sidebar .lpp-language-switcher,
.lpp-sidebar__restaurant-pill,
.lpp-sidebar [data-lpp-restaurant-switch]{display:none !important;}

.lpp-sidebar__profile-panel{background:linear-gradient(180deg,rgba(255,255,255,.07),rgba(255,255,255,.04));border:1px solid rgba(255,255,255,.12);box-shadow:0 14px 28px rgba(0,0,0,.12)}
.lpp-sidebar__profile-panel-head{font-size:15px;letter-spacing:.01em}
.lpp-sidebar__profile-grid{gap:12px}
.lpp-sidebar__profile-grid input{background:rgba(15,23,42,.28);border-color:rgba(255,255,255,.16);box-shadow:inset 0 1px 0 rgba(255,255,255,.04)}
.lpp-sidebar__profile-grid label:has(input[type="checkbox"]){display:grid;grid-template-columns:18px 1fr;align-items:center;gap:10px;padding:10px 12px;border-radius:14px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1)}
.lpp-sidebar__profile-grid label:has(input[type="checkbox"]) span{margin:0;order:2}
.lpp-sidebar__profile-grid input[type="checkbox"]{width:18px;height:18px;accent-color:#f43f5e;margin:0;order:1}
.lpp-sidebar__profile-actions .lpp-primary-btn{width:100%;justify-content:center}

.lpp-alert-card{border:1px solid rgba(239,68,68,.26);border-left:4px solid #ef4444;background:linear-gradient(180deg,rgba(254,242,242,.98),rgba(255,255,255,.96));box-shadow:0 10px 28px rgba(239,68,68,.08)}
.lpp-alert-card .lpp-item__head strong{color:#991b1b}

@media (max-width: 768px){
  .lpp-shell{padding:8px 8px 92px}
  .lpp-hero{display:grid;gap:10px;margin-bottom:10px}
  .lpp-topbar-actions,.lpp-card,.lpp-home-kpi,.lpp-item,.lpp-today-plan-item,.lpp-home-card,.lpp-panel{border-radius:20px !important;box-shadow:0 14px 34px rgba(15,23,42,.08)}
  .lpp-tabs{padding:86px 12px 18px !important;background:linear-gradient(180deg,#0b1220 0%,#172554 100%) !important}
  .lpp-tab{min-height:54px !important;border-radius:18px !important;font-weight:700 !important}
  .lpp-topbar-actions{padding:10px 12px !important}
  .lpp-home-kpis{grid-template-columns:1fr 1fr !important;gap:10px !important}
  .lpp-home-body,.lpp-dashboard-layout,.lpp-today-plan-sections{display:grid;grid-template-columns:1fr !important;gap:10px !important}
  .lpp-home-card,.lpp-card{padding:14px !important}
  .lpp-sidebar__profile-panel{margin-inline:6px}
}

/* v1.9.24 final cleanup + sticky + mobile cards */
[data-lpp-sticky-topbar]{position:relative !important; top:auto !important;}
[data-lpp-sticky-topbar].is-fixed{position:fixed !important; top:var(--lpp-sticky-top,8px) !important; left:var(--lpp-sticky-left,0) !important; width:var(--lpp-sticky-width,100%) !important; z-index:9999 !important; box-shadow:0 18px 40px rgba(15,23,42,.14) !important;}
.lpp-topbar-sticky-spacer{display:block;height:0;pointer-events:none;}
.lpp-topbar-weather{display:flex !important;align-items:center !important;gap:10px !important;min-height:46px !important;font-weight:800 !important;}
.lpp-topbar-weather span:last-child{display:inline-block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%;}
.lpp-sidebar__profile-panel{background:rgba(255,255,255,.08) !important;border:1px solid rgba(255,255,255,.14) !important;border-radius:18px !important;padding:14px !important;box-shadow:inset 0 1px 0 rgba(255,255,255,.06);}
.lpp-sidebar__profile-grid{display:grid !important;grid-template-columns:1fr !important;gap:10px !important;}
.lpp-sidebar__profile-grid label{display:grid !important;gap:6px !important;color:#fff !important;font-size:13px !important;}
.lpp-sidebar__profile-grid input{min-height:44px !important;border-radius:14px !important;border:1px solid rgba(255,255,255,.16) !important;background:rgba(255,255,255,.95) !important;color:#0f172a !important;padding:0 12px !important;}
.lpp-sidebar__profile-grid input[type="checkbox"]{width:18px;height:18px;min-height:18px;padding:0;accent-color:var(--lpp-accent,#2563eb);}
.lpp-sidebar__profile-actions{display:flex !important;align-items:center !important;gap:10px !important;flex-wrap:wrap !important;margin-top:12px !important;}
.lpp-sidebar__profile-message{font-weight:700 !important;color:#fff !important;}
.lpp-alert-card,.lpp-dashboard-alerts .lpp-item,.lpp-home-notes .lpp-alert-card{border:1px solid rgba(239,68,68,.3) !important;border-left:5px solid #ef4444 !important;background:linear-gradient(180deg,#fff5f5 0%,#ffffff 100%) !important;box-shadow:0 14px 30px rgba(239,68,68,.10) !important;}
.lpp-alert-card .lpp-badge,.lpp-alert-card .lpp-status-badge{background:#fee2e2 !important;color:#991b1b !important;border-color:#fecaca !important;}
@media (max-width:768px){
  .lpp-shell{padding:10px 10px 92px !important;background:#f5f7fb !important;}
  .lpp-topbar-actions,.lpp-card,.lpp-home-kpi,.lpp-item,.lpp-today-plan-item,.lpp-home-card,.lpp-panel,.lpp-plan-card{border-radius:22px !important;box-shadow:0 16px 34px rgba(15,23,42,.09) !important;background:#fff !important;}
  .lpp-topbar-actions--round2{grid-template-columns:minmax(0,1fr) auto auto !important;align-items:center !important;gap:8px !important;padding:10px !important;}
  .lpp-topbar-weather{display:flex !important;grid-column:1 / -1 !important;order:4 !important;max-width:100% !important;font-size:14px !important;padding:10px 12px !important;min-height:44px !important;}
  .lpp-mobile-account-trigger{min-height:54px !important;border-radius:18px !important;background:#fff !important;border:1px solid rgba(15,23,42,.08) !important;box-shadow:0 8px 18px rgba(15,23,42,.06) !important;}
  .lpp-mobile-account-panel{background:#fff !important;border:1px solid rgba(15,23,42,.08) !important;border-radius:18px !important;box-shadow:0 12px 28px rgba(15,23,42,.08) !important;}
  .lpp-tabs{padding:86px 14px 22px !important;background:linear-gradient(180deg,#0f172a 0%,#172554 100%) !important;}
  .lpp-tab{border-radius:18px !important;padding:14px 14px !important;font-weight:700 !important;}
  .lpp-tab.is-active{background:linear-gradient(135deg,rgba(255,255,255,.18),rgba(255,255,255,.12)) !important;box-shadow:0 10px 26px rgba(0,0,0,.18) !important;}
  .lpp-home-kpis,.lpp-dashboard-metrics,.lpp-today-plan-grid{grid-template-columns:1fr 1fr !important;gap:10px !important;}
  .lpp-card__head,.lpp-panel__head{position:static !important;background:transparent !important;padding:0 0 8px !important;}
  .lpp-plan-card,.lpp-today-plan-item,.lpp-item{padding:14px !important;}
  .lpp-item__actions .lpp-primary-btn,.lpp-item__actions .lpp-secondary-btn,.lpp-today-plan-item .lpp-primary-btn,.lpp-today-plan-item .lpp-secondary-btn{width:100% !important;justify-content:center !important;}
}
@media (min-width:769px){
  .lpp-mobile-account-trigger,.lpp-mobile-account-panel,.lpp-mobile-menu-toggle,.lpp-mobile-overlay{display:none !important;}
  .lpp-topbar-desktop-settings{display:flex !important;}
}
@media (max-width:768px){
  .lpp-topbar-desktop-settings{display:none !important;}
  .lpp-mobile-account-trigger{display:flex !important;}
}

/* v1.9.25 mobile app style round */
@media (max-width: 768px){
  .lpp-shell{
    max-width:none !important;
    width:100% !important;
    margin:0 !important;
    padding:8px 8px 96px !important;
    border-radius:28px !important;
    border:0 !important;
    background:linear-gradient(180deg,#f7f8fb 0%,#eef2f7 100%) !important;
    box-shadow:none !important;
  }
  .lpp-shell::before{display:none !important;}
  .lpp-sidebar{display:none !important;}
  .lpp-hero{display:block !important;margin-bottom:12px !important;}
  .lpp-hero > div:first-child,
  .lpp-summary-grid,
  .lpp-topbar-quick-actions > .lpp-secondary-btn:not(.lpp-mobile-menu-toggle),
  .lpp-topbar-quick-actions > a.lpp-secondary-btn,
  .lpp-sync-message{display:none !important;}

  [data-lpp-sticky-topbar]{
    position:sticky !important;
    top:0 !important;
    left:auto !important;
    width:auto !important;
    z-index:120 !important;
    background:rgba(255,255,255,.96) !important;
    backdrop-filter:blur(18px) !important;
    border:1px solid rgba(15,23,42,.06) !important;
    border-radius:24px !important;
    box-shadow:0 16px 36px rgba(15,23,42,.08) !important;
    padding:12px !important;
  }
  [data-lpp-sticky-topbar].is-fixed{
    position:sticky !important;
    top:0 !important;
    left:auto !important;
    width:auto !important;
    box-shadow:0 18px 40px rgba(15,23,42,.10) !important;
  }
  .lpp-topbar-sticky-spacer{display:none !important;}
  .lpp-topbar-actions{gap:12px !important;align-items:stretch !important;}
  .lpp-topbar-controls{display:block !important;width:100% !important;}

  .lpp-mobile-appbar{display:flex !important;align-items:center;gap:10px;padding:2px 2px 10px;}
  .lpp-mobile-appbar__menu,
  .lpp-mobile-appbar__notify{
    flex:0 0 48px;
    width:48px;height:48px;
    border-radius:16px;
    border:1px solid rgba(15,23,42,.08);
    background:#fff;
    color:#0f172a;
    font-size:22px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    box-shadow:0 8px 18px rgba(15,23,42,.05);
  }
  .lpp-mobile-appbar__brand{flex:1 1 auto;display:flex;align-items:center;gap:12px;min-width:0;}
  .lpp-mobile-appbar__logo-dot{
    width:52px;height:52px;border-radius:18px;
    background:linear-gradient(135deg,#0f172a,#1e3a8a);
    position:relative;
    box-shadow:0 14px 28px rgba(30,64,175,.18);
  }
  .lpp-mobile-appbar__logo-dot::before,
  .lpp-mobile-appbar__logo-dot::after{content:'';position:absolute;background:#fff;border-radius:4px;opacity:.96;}
  .lpp-mobile-appbar__logo-dot::before{width:10px;height:10px;left:12px;top:12px;box-shadow:16px 0 0 #fff,32px 0 0 #fff,0 16px 0 #fff,16px 16px 0 #fff,32px 16px 0 #fff,0 32px 0 #fff,16px 32px 0 #fff;}
  .lpp-mobile-appbar__logo-dot::after{width:8px;height:8px;right:9px;top:9px;background:#fb7185;border-radius:999px;}
  .lpp-mobile-appbar__brand-text{min-width:0;display:flex;flex-direction:column;}
  .lpp-mobile-appbar__brand-text strong{font-size:18px;line-height:1.05;color:#0f172a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
  .lpp-mobile-appbar__brand-text span{font-size:12px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;color:#334155;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
  .lpp-mobile-appbar__right{display:flex;align-items:center;gap:8px;}

  .lpp-mobile-account-trigger{display:inline-flex !important;align-items:center;justify-content:center;min-width:52px !important;width:52px;height:52px;padding:0 !important;border-radius:18px !important;background:#fff !important;border:1px solid rgba(15,23,42,.08) !important;box-shadow:0 8px 18px rgba(15,23,42,.05) !important;}
  .lpp-mobile-account-trigger__avatar{width:40px !important;height:40px !important;box-shadow:none !important;}
  .lpp-mobile-account-trigger__text{display:none !important;}
  .lpp-mobile-account-panel{margin-top:6px !important;padding:14px !important;border-radius:22px !important;background:#fff !important;border:1px solid rgba(15,23,42,.06) !important;box-shadow:0 14px 28px rgba(15,23,42,.08) !important;}

  .lpp-topbar-quick-actions{display:grid !important;grid-template-columns:1.15fr .85fr auto;gap:10px !important;width:100% !important;align-items:stretch !important;justify-content:stretch !important;}
  .lpp-topbar-desktop-settings{display:contents !important;}
  .lpp-topbar-desktop-settings__field,
  .lpp-topbar-weather{
    min-height:84px;
    padding:12px 14px !important;
    border-radius:20px !important;
    background:#fff !important;
    border:1px solid rgba(15,23,42,.07) !important;
    box-shadow:0 10px 24px rgba(15,23,42,.05) !important;
  }
  .lpp-topbar-desktop-settings__field{display:flex !important;flex-direction:column;justify-content:center;gap:8px;}
  .lpp-topbar-desktop-settings__field span{font-size:12px !important;font-weight:800 !important;letter-spacing:.02em;color:#64748b !important;text-transform:none !important;}
  .lpp-topbar-desktop-settings__field select{padding:0 !important;border:0 !important;background:transparent !important;font-size:16px !important;font-weight:800 !important;color:#0f172a !important;min-height:0 !important;}
  .lpp-topbar-weather{display:flex !important;align-items:center !important;justify-content:flex-start !important;font-size:15px !important;font-weight:800 !important;color:#334155 !important;line-height:1.25 !important;white-space:normal !important;}
  .lpp-language-pills{display:flex !important;gap:8px !important;flex-wrap:nowrap !important;}
  .lpp-language-pill{flex:1 1 0;min-width:0 !important;height:44px !important;border-radius:14px !important;padding:0 14px !important;background:#fff !important;border:1px solid rgba(15,23,42,.08) !important;color:#0f172a !important;box-shadow:none !important;}
  .lpp-language-pill.is-active{background:#0f172a !important;color:#fff !important;border-color:#0f172a !important;box-shadow:0 12px 24px rgba(15,23,42,.18) !important;}
  .lpp-mobile-menu-toggle{display:none !important;}

  .lpp-panel[data-lpp-panel="dashboard"]{background:transparent !important;border:0 !important;box-shadow:none !important;padding:0 !important;}
  .lpp-home-header{display:block !important;margin-bottom:14px !important;padding:6px 4px 0 !important;}
  .lpp-home-header h3{font-size:28px !important;line-height:1.08 !important;margin:0 0 6px !important;color:#111827 !important;}
  .lpp-home-header p{font-size:15px !important;line-height:1.5 !important;color:#64748b !important;margin:0 0 14px !important;max-width:none !important;}
  .lpp-home-header .lpp-secondary-btn{width:100% !important;min-height:56px !important;border-radius:18px !important;background:#fff !important;border:1px solid rgba(15,23,42,.08) !important;box-shadow:0 10px 24px rgba(15,23,42,.05) !important;font-size:18px !important;}

  .lpp-home-kpis{display:grid !important;grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:12px !important;margin-bottom:16px !important;}
  .lpp-home-kpi{position:relative;min-height:128px !important;padding:18px 16px !important;border-radius:24px !important;background:#fff !important;color:#0f172a !important;border:1px solid rgba(15,23,42,.06) !important;box-shadow:0 12px 30px rgba(15,23,42,.05) !important;}
  .lpp-home-kpi::before{content:'';position:absolute;left:16px;top:16px;width:46px;height:46px;border-radius:16px;background:#eef2ff;}
  .lpp-home-kpi--green::before{background:#dcfce7 !important;}
  .lpp-home-kpi--amber::before{background:#ffedd5 !important;}
  .lpp-home-kpi--orange::before{background:#dbeafe !important;}
  .lpp-home-kpi--red::before{background:#f3e8ff !important;}
  .lpp-home-kpi strong{display:block !important;margin-top:34px !important;font-size:58px !important;line-height:1 !important;letter-spacing:-.04em !important;color:#0f172a !important;}
  .lpp-home-kpi__label{display:block !important;font-size:15px !important;font-weight:700 !important;line-height:1.3 !important;color:#475569 !important;padding-right:8px;}

  .lpp-home-body{display:flex !important;flex-direction:column !important;gap:14px !important;}
  .lpp-home-main,.lpp-home-side{display:flex !important;flex-direction:column !important;gap:14px !important;}
  .lpp-home-side{order:3;}
  .lpp-card,.lpp-item,.lpp-schedule-card,.lpp-form{padding:18px 16px !important;border-radius:28px !important;background:#fff !important;border:1px solid rgba(15,23,42,.06) !important;box-shadow:0 14px 30px rgba(15,23,42,.05) !important;backdrop-filter:none !important;overflow:hidden !important;}
  .lpp-card__head{display:flex !important;align-items:center !important;justify-content:space-between !important;gap:10px !important;margin-bottom:12px !important;}
  .lpp-card__head h4{font-size:18px !important;line-height:1.15 !important;color:#111827 !important;}
  .lpp-card__head .lpp-secondary-btn{min-height:40px !important;width:auto !important;padding:0 14px !important;border-radius:14px !important;font-size:15px !important;}

  .lpp-home-action-list{display:grid !important;grid-template-columns:repeat(3,minmax(0,1fr)) !important;gap:10px !important;}
  .lpp-home-action,.lpp-home-link{min-height:50px !important;padding:12px 10px !important;border-radius:16px !important;background:#f8fafc !important;border:1px solid #e2e8f0 !important;font-size:15px !important;font-weight:700 !important;}
  .lpp-home-side-card--compact,.lpp-home-help-list{display:block !important;}
  .lpp-home-compact-note{padding:14px 14px 0 14px;font-size:15px;line-height:1.55;color:#475569;}

  .lpp-home-notes [data-lpp-dashboard-alerts] > .lpp-item,
  [data-lpp-panel="alerts"] .lpp-item,
  .lpp-alert-card,
  .lpp-item[data-lpp-alert-id]{
    background:linear-gradient(135deg,#ef2323 0%,#ff3d3d 100%) !important;
    border:0 !important;
    box-shadow:0 18px 34px rgba(239,35,35,.22) !important;
    color:#fff !important;
  }
  .lpp-home-notes [data-lpp-dashboard-alerts] > .lpp-item *,
  [data-lpp-panel="alerts"] .lpp-item *,
  .lpp-item[data-lpp-alert-id] *{color:#fff !important;}
  .lpp-home-notes [data-lpp-dashboard-alerts] > .lpp-item .lpp-item__actions button,
  [data-lpp-panel="alerts"] .lpp-item .lpp-item__actions button,
  .lpp-item[data-lpp-alert-id] .lpp-item__actions button{
    background:rgba(255,255,255,.12) !important;
    border:1px solid rgba(255,255,255,.28) !important;
    color:#fff !important;
  }

  [data-lpp-dashboard-my-plan] .lpp-item,
  [data-lpp-dashboard-manager-today] .lpp-item,
  [data-lpp-dashboard-sick] .lpp-item,
  [data-lpp-dashboard-tasks] .lpp-item,
  [data-lpp-dashboard-requests] .lpp-item,
  [data-lpp-dashboard-notifications] .lpp-item,
  [data-lpp-dashboard-birthdays] .lpp-item{
    border-radius:22px !important;
    background:#fff !important;
    border:1px solid #e2e8f0 !important;
    box-shadow:none !important;
  }
  [data-lpp-dashboard-my-plan] .lpp-item__head strong,
  [data-lpp-dashboard-manager-today] .lpp-item__head strong{font-size:20px !important;line-height:1.2 !important;}
  .lpp-status{padding:8px 12px !important;gap:8px !important;background:#ecfdf5 !important;border-color:#bbf7d0 !important;min-width:auto !important;}
  .lpp-status__label{display:inline !important;}

  .lpp-tabs{position:fixed !important;left:0;top:0;bottom:0;width:min(86vw,340px) !important;max-width:340px !important;z-index:160 !important;display:flex !important;flex-direction:column !important;gap:10px !important;overflow-y:auto !important;overflow-x:hidden !important;padding:86px 14px 28px !important;margin:0 !important;background:linear-gradient(180deg,#0b1530 0%,#142850 100%) !important;box-shadow:22px 0 60px rgba(15,23,42,.34) !important;transform:translateX(-108%) !important;transition:transform .28s ease !important;border-radius:0 28px 28px 0 !important;}
  .lpp-mobile-menu-open .lpp-tabs{transform:translateX(0) !important;}
  .lpp-mobile-overlay{display:block !important;position:fixed !important;inset:0 !important;background:rgba(15,23,42,.42) !important;opacity:0 !important;pointer-events:none !important;transition:opacity .24s ease !important;z-index:150 !important;}
  .lpp-mobile-menu-open .lpp-mobile-overlay{opacity:1 !important;pointer-events:auto !important;}
  .lpp-tabs::before{content:'Menü';position:absolute;left:18px;top:26px;font-size:28px;font-weight:800;color:#fff;letter-spacing:-.03em;}
  .lpp-nav-title{color:rgba(255,255,255,.55) !important;text-transform:uppercase;letter-spacing:.08em;font-size:11px !important;}
  .lpp-tab{width:100% !important;max-width:none !important;min-width:0 !important;justify-content:flex-start !important;text-align:left !important;min-height:54px !important;padding:0 16px !important;border-radius:18px !important;background:rgba(255,255,255,.06) !important;border:1px solid rgba(255,255,255,.10) !important;color:#fff !important;box-shadow:none !important;}
  .lpp-tab.is-active{background:linear-gradient(135deg,#ff2d55,#ff5a72) !important;border-color:transparent !important;box-shadow:0 14px 28px rgba(255,45,85,.28) !important;}

  .lpp-mobile-bottom-nav{display:grid !important;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px;position:fixed;left:12px;right:12px;bottom:12px;z-index:140;padding:10px;border-radius:28px;background:rgba(255,255,255,.96);backdrop-filter:blur(18px);border:1px solid rgba(15,23,42,.06);box-shadow:0 18px 38px rgba(15,23,42,.12);}
  .lpp-mobile-bottom-nav__item{border:0;background:transparent;min-height:58px;border-radius:18px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;color:#475569;font-weight:700;font-size:11px;}
  .lpp-mobile-bottom-nav__item span{font-size:22px;line-height:1;}
  .lpp-mobile-bottom-nav__item.is-active{background:#eaf2ff;color:#2563eb;}
  .lpp-powered-by{padding-bottom:90px !important;}
}

@media (min-width: 769px){
  .lpp-mobile-appbar,
  .lpp-mobile-bottom-nav{display:none !important;}
}

/* v1.9.26 mobile-only reset: clean app layout, no desktop overlap */
@media (max-width: 768px){
  html body .lpp-shell,
  body .entry-content .lpp-shell,
  body .site-main .lpp-shell,
  body .elementor-widget-shortcode .lpp-shell{
    display:block !important;
    width:100% !important;
    max-width:none !important;
    margin:0 !important;
    padding:8px 8px calc(92px + env(safe-area-inset-bottom, 0px)) !important;
    border-radius:0 !important;
    background:linear-gradient(180deg,#f8fafc 0%,#eef3f8 100%) !important;
    box-shadow:none !important;
    overflow:visible !important;
  }
  html body .lpp-shell::before{display:none !important;content:none !important;}

  html body .lpp-hero,
  html body .lpp-hero.lpp-hero--round2{
    display:block !important;
    margin:0 0 12px !important;
    padding:0 !important;
    background:transparent !important;
    border:0 !important;
    box-shadow:none !important;
  }
  html body .lpp-hero > div:first-child,
  html body .lpp-summary-grid,
  html body .lpp-topbar-sticky-spacer{display:none !important;}

  html body [data-lpp-sticky-topbar],
  html body .lpp-topbar-actions,
  html body .lpp-topbar-actions--round2{
    position:sticky !important;
    top:0 !important;
    left:auto !important;
    display:flex !important;
    flex-direction:column !important;
    gap:10px !important;
    width:100% !important;
    padding:10px !important;
    border-radius:20px !important;
    background:rgba(255,255,255,.95) !important;
    border:1px solid rgba(148,163,184,.18) !important;
    box-shadow:0 12px 28px rgba(15,23,42,.08) !important;
    backdrop-filter:blur(14px) !important;
    z-index:120 !important;
  }
  html body .lpp-topbar-controls,
  html body .lpp-topbar-quick-actions{
    display:block !important;
    width:100% !important;
    min-width:0 !important;
    margin:0 !important;
  }

  html body .lpp-mobile-appbar{
    display:grid !important;
    grid-template-columns:44px minmax(0,1fr) auto !important;
    align-items:center !important;
    gap:10px !important;
    padding:0 !important;
  }
  html body .lpp-mobile-appbar__menu,
  html body .lpp-mobile-appbar__notify,
  html body .lpp-mobile-account-trigger{
    width:44px !important;
    min-width:44px !important;
    height:44px !important;
    min-height:44px !important;
    padding:0 !important;
    border-radius:14px !important;
    border:1px solid rgba(148,163,184,.22) !important;
    background:#fff !important;
    box-shadow:none !important;
  }
  html body .lpp-mobile-appbar__brand{
    min-width:0 !important;
    gap:10px !important;
  }
  html body .lpp-mobile-appbar__logo-dot{
    width:40px !important;
    height:40px !important;
    border-radius:14px !important;
    flex:0 0 40px !important;
    box-shadow:none !important;
  }
  html body .lpp-mobile-appbar__logo-dot::before{
    width:8px !important;
    height:8px !important;
    left:9px !important;
    top:9px !important;
    box-shadow:12px 0 0 #fff,24px 0 0 #fff,0 12px 0 #fff,12px 12px 0 #fff,24px 12px 0 #fff,0 24px 0 #fff,12px 24px 0 #fff !important;
  }
  html body .lpp-mobile-appbar__logo-dot::after{
    width:6px !important;
    height:6px !important;
    top:7px !important;
    right:7px !important;
  }
  html body .lpp-mobile-appbar__brand-text strong{
    font-size:15px !important;
    line-height:1.15 !important;
    color:#0f172a !important;
  }
  html body .lpp-mobile-appbar__brand-text span{
    font-size:10px !important;
    line-height:1.2 !important;
    letter-spacing:.06em !important;
    color:#64748b !important;
  }
  html body .lpp-mobile-appbar__right{
    display:flex !important;
    align-items:center !important;
    gap:6px !important;
  }
  html body .lpp-mobile-account-trigger__avatar{
    width:32px !important;
    height:32px !important;
  }
  html body .lpp-mobile-account-trigger__text{display:none !important;}
  html body .lpp-mobile-account-panel{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:10px !important;
    margin-top:10px !important;
    padding:12px !important;
    border-radius:16px !important;
    border:1px solid rgba(148,163,184,.18) !important;
    background:#fff !important;
    box-shadow:none !important;
  }

  html body .lpp-topbar-quick-actions{
    display:grid !important;
    grid-template-columns:repeat(3,minmax(0,1fr)) !important;
    gap:8px !important;
    align-items:stretch !important;
  }
  html body .lpp-topbar-desktop-settings{display:contents !important;}
  html body .lpp-topbar-quick-actions > .lpp-secondary-btn,
  html body .lpp-topbar-quick-actions > .lpp-primary-btn,
  html body .lpp-topbar-quick-actions > a.lpp-secondary-btn,
  html body .lpp-topbar-quick-actions > a.lpp-primary-btn,
  html body .lpp-topbar-quick-actions > .lpp-sync-message,
  html body .lpp-mobile-menu-toggle{display:none !important;}

  html body .lpp-topbar-desktop-settings__field,
  html body .lpp-topbar-weather{
    min-height:74px !important;
    padding:10px 12px !important;
    border-radius:16px !important;
    background:#f8fafc !important;
    border:1px solid rgba(226,232,240,.95) !important;
    box-shadow:none !important;
    overflow:hidden !important;
  }
  html body .lpp-topbar-desktop-settings__field{
    display:flex !important;
    flex-direction:column !important;
    justify-content:center !important;
    gap:6px !important;
  }
  html body .lpp-topbar-desktop-settings__field span{
    display:block !important;
    margin:0 !important;
    font-size:10px !important;
    font-weight:800 !important;
    line-height:1.2 !important;
    letter-spacing:.06em !important;
    text-transform:uppercase !important;
    color:#94a3b8 !important;
  }
  html body .lpp-topbar-desktop-settings__field select{
    min-width:0 !important;
    max-width:none !important;
    width:100% !important;
    min-height:0 !important;
    padding:0 !important;
    border:0 !important;
    background:transparent !important;
    box-shadow:none !important;
    font-size:14px !important;
    font-weight:800 !important;
    line-height:1.2 !important;
    color:#0f172a !important;
  }
  html body .lpp-language-pills{
    display:grid !important;
    grid-template-columns:1fr 1fr !important;
    gap:6px !important;
    width:100% !important;
    margin:0 !important;
  }
  html body .lpp-language-pill{
    min-width:0 !important;
    min-height:34px !important;
    height:34px !important;
    padding:0 8px !important;
    border-radius:10px !important;
    border:1px solid rgba(148,163,184,.22) !important;
    background:#fff !important;
    box-shadow:none !important;
    font-size:12px !important;
    font-weight:800 !important;
    color:#334155 !important;
  }
  html body .lpp-language-pill.is-active{
    background:#0f172a !important;
    border-color:#0f172a !important;
    color:#fff !important;
  }
  html body .lpp-topbar-weather{
    display:flex !important;
    align-items:center !important;
    justify-content:flex-start !important;
    font-size:13px !important;
    font-weight:700 !important;
    line-height:1.35 !important;
    color:#334155 !important;
    white-space:normal !important;
  }
  html body .lpp-weather-header__icon{font-size:16px !important;}

  html body .lpp-panel{
    padding:0 !important;
    margin:0 0 12px !important;
    background:transparent !important;
    border:0 !important;
    box-shadow:none !important;
  }
  html body .lpp-panel__head{
    position:static !important;
    margin:0 0 10px !important;
    padding:0 !important;
    background:transparent !important;
    border:0 !important;
    box-shadow:none !important;
  }
  html body .lpp-panel__head h3{font-size:20px !important;line-height:1.15 !important;}

  html body .lpp-home-header{
    display:flex !important;
    flex-direction:column !important;
    align-items:stretch !important;
    gap:10px !important;
    margin:0 0 12px !important;
    padding:2px 2px 0 !important;
  }
  html body .lpp-home-header h3{
    margin:0 !important;
    font-size:22px !important;
    line-height:1.1 !important;
    color:#0f172a !important;
  }
  html body .lpp-home-header p{
    margin:0 !important;
    font-size:13px !important;
    line-height:1.45 !important;
    color:#64748b !important;
  }
  html body .lpp-home-header .lpp-secondary-btn{
    width:100% !important;
    min-height:42px !important;
    border-radius:14px !important;
    border:1px solid rgba(226,232,240,.95) !important;
    background:#fff !important;
    box-shadow:none !important;
    font-size:14px !important;
  }

  html body .lpp-home-kpis{
    display:grid !important;
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:10px !important;
    margin:0 0 12px !important;
  }
  html body .lpp-home-kpi{
    position:relative !important;
    display:flex !important;
    flex-direction:column !important;
    justify-content:flex-end !important;
    min-height:108px !important;
    padding:14px !important;
    border-radius:18px !important;
    border:1px solid rgba(226,232,240,.95) !important;
    background:#fff !important;
    box-shadow:none !important;
    overflow:hidden !important;
  }
  html body .lpp-home-kpi::before{
    content:'' !important;
    position:absolute !important;
    inset:12px auto auto 12px !important;
    width:32px !important;
    height:32px !important;
    border-radius:12px !important;
    background:#e2e8f0 !important;
  }
  html body .lpp-home-kpi--green::before{background:#dcfce7 !important;}
  html body .lpp-home-kpi--amber::before{background:#fef3c7 !important;}
  html body .lpp-home-kpi--orange::before{background:#dbeafe !important;}
  html body .lpp-home-kpi--red::before{background:#fce7f3 !important;}
  html body .lpp-home-kpi__label{
    display:block !important;
    padding-right:0 !important;
    font-size:11px !important;
    font-weight:800 !important;
    line-height:1.35 !important;
    color:#64748b !important;
  }
  html body .lpp-home-kpi strong{
    display:block !important;
    margin:20px 0 0 !important;
    font-size:34px !important;
    line-height:1 !important;
    letter-spacing:-.04em !important;
    color:#0f172a !important;
  }

  html body .lpp-home-body,
  html body .lpp-home-main,
  html body .lpp-home-side,
  html body .lpp-home-secondary-grid,
  html body .lpp-dashboard-layout,
  html body .lpp-dashboard-grid,
  html body .lpp-today-plan-sections{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:12px !important;
  }
  html body .lpp-home-side{order:2 !important;}
  html body .lpp-home-main{order:1 !important;}

  html body .lpp-card,
  html body .lpp-home-card,
  html body .lpp-home-side-card,
  html body .lpp-item,
  html body .lpp-form,
  html body .lpp-schedule-card,
  html body .lpp-plan-card,
  html body .lpp-today-plan-item,
  html body .lpp-today-plan-stat{
    padding:14px !important;
    border-radius:18px !important;
    border:1px solid rgba(226,232,240,.95) !important;
    background:#fff !important;
    box-shadow:none !important;
    min-height:0 !important;
    overflow:hidden !important;
  }
  html body .lpp-card__head{
    display:flex !important;
    align-items:flex-start !important;
    justify-content:space-between !important;
    gap:10px !important;
    margin-bottom:10px !important;
    flex-wrap:wrap !important;
  }
  html body .lpp-card__head h4{
    margin:0 !important;
    font-size:16px !important;
    line-height:1.2 !important;
    color:#0f172a !important;
  }
  html body .lpp-card__head .lpp-secondary-btn,
  html body .lpp-card__head .lpp-primary-btn{
    min-height:36px !important;
    padding:0 12px !important;
    border-radius:12px !important;
    font-size:13px !important;
    box-shadow:none !important;
  }

  html body .lpp-home-action-list{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:8px !important;
  }
  html body .lpp-home-action,
  html body .lpp-home-link{
    min-height:42px !important;
    padding:10px 12px !important;
    border-radius:12px !important;
    border:1px solid rgba(226,232,240,.95) !important;
    background:#f8fafc !important;
    font-size:13px !important;
    line-height:1.35 !important;
    font-weight:700 !important;
  }
  html body .lpp-home-side-card--compact{display:none !important;}

  html body .lpp-today-plan-grid{grid-template-columns:1fr !important;gap:10px !important;}
  html body .lpp-today-plan-item{
    display:flex !important;
    flex-direction:column !important;
    align-items:flex-start !important;
    gap:8px !important;
  }
  html body .lpp-today-plan-item__time{white-space:normal !important;}

  html body .lpp-item__head{align-items:flex-start !important;gap:8px !important;}
  html body .lpp-item__meta{font-size:12px !important;line-height:1.45 !important;}
  html body .lpp-item__actions{grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:8px !important;}
  html body .lpp-item__actions button,
  html body .lpp-secondary-btn,
  html body .lpp-primary-btn{
    min-height:40px !important;
    border-radius:12px !important;
    box-shadow:none !important;
  }
  html body .lpp-form-grid{grid-template-columns:1fr !important;gap:10px !important;}

  html body .lpp-sidebar{
    position:fixed !important;
    top:0 !important;
    left:0 !important;
    bottom:0 !important;
    width:min(82vw,320px) !important;
    max-width:320px !important;
    height:auto !important;
    padding:16px 12px 20px !important;
    border-radius:0 20px 20px 0 !important;
    background:linear-gradient(180deg,#0f172a 0%,#172554 100%) !important;
    box-shadow:20px 0 48px rgba(15,23,42,.34) !important;
    overflow-y:auto !important;
    -webkit-overflow-scrolling:touch !important;
    transform:translateX(-110%) !important;
    transition:transform .24s ease !important;
    z-index:160 !important;
  }
  html body .lpp-sidebar::before{display:block !important;}
  html body .lpp-shell.lpp-mobile-menu-open .lpp-sidebar{transform:translateX(0) !important;}
  html body .lpp-mobile-overlay{
    display:block !important;
    position:fixed !important;
    inset:0 !important;
    background:rgba(15,23,42,.42) !important;
    opacity:0 !important;
    pointer-events:none !important;
    transition:opacity .24s ease !important;
    z-index:150 !important;
  }
  html body .lpp-shell.lpp-mobile-menu-open .lpp-mobile-overlay{
    opacity:1 !important;
    pointer-events:auto !important;
  }

  html body .lpp-tabs{
    position:static !important;
    transform:none !important;
    width:auto !important;
    max-width:none !important;
    padding:0 !important;
    margin:0 !important;
    background:transparent !important;
    box-shadow:none !important;
    border-radius:0 !important;
    display:flex !important;
    flex-direction:column !important;
    gap:8px !important;
    overflow:visible !important;
  }
  html body .lpp-tabs::before{display:none !important;content:none !important;}
  html body .lpp-tab{
    width:100% !important;
    max-width:none !important;
    min-width:0 !important;
    min-height:48px !important;
    padding:10px 14px 10px 44px !important;
    justify-content:flex-start !important;
    text-align:left !important;
    border-radius:14px !important;
    background:rgba(255,255,255,.07) !important;
    border:1px solid rgba(255,255,255,.12) !important;
    box-shadow:none !important;
    color:#fff !important;
  }
  html body .lpp-tab.is-active{
    background:linear-gradient(135deg,#ff2d55,#ff5a72) !important;
    border-color:transparent !important;
    box-shadow:none !important;
  }

  html body .lpp-mobile-bottom-nav{
    display:grid !important;
    grid-template-columns:repeat(5,minmax(0,1fr)) !important;
    gap:4px !important;
    position:fixed !important;
    left:10px !important;
    right:10px !important;
    bottom:calc(10px + env(safe-area-inset-bottom, 0px)) !important;
    z-index:140 !important;
    padding:6px !important;
    border-radius:18px !important;
    background:rgba(255,255,255,.96) !important;
    backdrop-filter:blur(14px) !important;
    border:1px solid rgba(148,163,184,.16) !important;
    box-shadow:0 12px 28px rgba(15,23,42,.12) !important;
  }
  html body .lpp-mobile-bottom-nav__item{
    min-height:48px !important;
    padding:4px 2px !important;
    border:0 !important;
    border-radius:12px !important;
    background:transparent !important;
    display:flex !important;
    flex-direction:column !important;
    align-items:center !important;
    justify-content:center !important;
    gap:2px !important;
    color:#64748b !important;
    font-size:10px !important;
    font-weight:700 !important;
    line-height:1.1 !important;
  }
  html body .lpp-mobile-bottom-nav__item span{
    font-size:18px !important;
    line-height:1 !important;
  }
  html body .lpp-mobile-bottom-nav__item small{
    font-size:10px !important;
    line-height:1.1 !important;
  }
  html body .lpp-mobile-bottom-nav__item.is-active{
    background:#eef4ff !important;
    color:#2563eb !important;
  }

  html body .lpp-powered-by{
    padding:4px 4px calc(78px + env(safe-area-inset-bottom, 0px)) !important;
  }
}

/* v1.9.27 app polish + menu repair + date placement */
.lpp-topbar-date{
  display:flex;
  align-items:center;
  min-height:46px;
  padding:0 14px;
  border-radius:14px;
  border:1px solid rgba(148,163,184,.2);
  background:#fff;
  color:#0f172a;
  font-weight:800;
  letter-spacing:-.01em;
  white-space:nowrap;
}
.lpp-topbar-date--mobile{display:none;}
[data-lpp-brand-logo]{overflow:hidden;display:flex;align-items:center;justify-content:center;}
[data-lpp-brand-logo].has-image{background:#fff !important;box-shadow:0 8px 22px rgba(15,23,42,.10) !important;}
[data-lpp-brand-logo] img{width:100%;height:100%;object-fit:contain;display:block;}

@media (min-width: 769px){
  .lpp-topbar-desktop-settings{display:flex;align-items:center;gap:10px;flex-wrap:wrap;}
  .lpp-topbar-date{min-width:210px;justify-content:center;}
}

@media (max-width: 768px){
  html body .lpp-shell{padding:10px 10px calc(96px + env(safe-area-inset-bottom, 0px)) !important;background:linear-gradient(180deg,#f8fafc 0%,#eef4fa 100%) !important;}
  html body [data-lpp-sticky-topbar],
  html body .lpp-topbar-actions,
  html body .lpp-topbar-actions--round2{
    border-radius:24px !important;
    padding:12px !important;
    background:rgba(255,255,255,.98) !important;
    box-shadow:0 16px 40px rgba(15,23,42,.08) !important;
  }

  html body .lpp-mobile-appbar__menu,
  html body .lpp-mobile-appbar__notify,
  html body .lpp-mobile-account-trigger{
    border-radius:16px !important;
    background:#f8fafc !important;
  }
  html body .lpp-mobile-appbar__brand-text strong{font-size:16px !important;font-weight:800 !important;}
  html body .lpp-mobile-appbar__brand-text span{font-size:11px !important;color:#94a3b8 !important;}
  html body .lpp-mobile-appbar__logo-dot,
  html body .lpp-sidebar__logo-dot{
    background:linear-gradient(135deg,#1e3a8a 0%,#0f172a 100%) !important;
  }
  html body .lpp-mobile-appbar__logo-dot.has-image,
  html body .lpp-sidebar__logo-dot.has-image{
    padding:6px !important;
    background:#fff !important;
    border:1px solid rgba(226,232,240,.95) !important;
  }
  html body .lpp-mobile-appbar__logo-dot.has-image::before,
  html body .lpp-mobile-appbar__logo-dot.has-image::after,
  html body .lpp-sidebar__logo-dot.has-image::before,
  html body .lpp-sidebar__logo-dot.has-image::after{display:none !important;}

  html body .lpp-topbar-quick-actions{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:10px !important;
  }
  html body .lpp-topbar-date{
    min-height:58px !important;
    padding:12px 14px !important;
    border-radius:18px !important;
    justify-content:flex-start !important;
    background:#f8fafc !important;
    border:1px solid #e2e8f0 !important;
    box-shadow:none !important;
    font-size:15px !important;
  }
  html body .lpp-topbar-date--mobile{display:flex !important;order:3 !important;grid-column:1 / -1 !important;}
  html body .lpp-topbar-desktop-settings .lpp-topbar-date{display:none !important;}
  html body .lpp-topbar-weather{
    min-height:74px !important;
    grid-column:1 / -1 !important;
    order:4 !important;
    background:linear-gradient(180deg,#fff 0%,#f8fafc 100%) !important;
  }

  html body .lpp-sidebar{
    position:fixed !important;
    left:0 !important;
    top:0 !important;
    bottom:0 !important;
    width:min(86vw,336px) !important;
    max-width:336px !important;
    min-width:0 !important;
    display:block !important;
    transform:translateX(-108%) !important;
    transition:transform .28s ease !important;
    z-index:181 !important;
    padding:18px 14px 24px !important;
    background:linear-gradient(180deg,#0f172a 0%,#14213d 100%) !important;
    border-radius:0 28px 28px 0 !important;
    box-shadow:22px 0 54px rgba(15,23,42,.38) !important;
    overflow-y:auto !important;
    -webkit-overflow-scrolling:touch !important;
  }
  html body .lpp-shell.lpp-mobile-menu-open .lpp-sidebar{transform:translateX(0) !important;}
  html body .lpp-mobile-overlay{z-index:180 !important;background:rgba(15,23,42,.42) !important;backdrop-filter:blur(5px) !important;}
  html body .lpp-sidebar .lpp-tabs{
    display:block !important;
    position:static !important;
    transform:none !important;
    width:auto !important;
    max-width:none !important;
    padding:0 !important;
    margin:0 !important;
    background:transparent !important;
    box-shadow:none !important;
    border-radius:0 !important;
    overflow:visible !important;
  }
  html body .lpp-sidebar .lpp-tabs::before{display:none !important;content:none !important;}

  html body .lpp-home-header{
    align-items:flex-start !important;
    gap:12px !important;
    margin-bottom:14px !important;
  }
  html body .lpp-home-header h3{font-size:28px !important;line-height:1.05 !important;color:#0f172a !important;}
  html body .lpp-home-header p{font-size:15px !important;line-height:1.45 !important;color:#64748b !important;max-width:28ch !important;}
  html body .lpp-home-header .lpp-secondary-btn{
    width:100% !important;
    min-height:54px !important;
    border-radius:18px !important;
    background:#fff !important;
    border:1px solid #dbe4ee !important;
    color:#0f172a !important;
    font-size:16px !important;
    font-weight:800 !important;
  }

  html body .lpp-home-kpis{
    display:grid !important;
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:12px !important;
    margin:0 0 14px !important;
  }
  html body .lpp-home-kpi{
    min-height:136px !important;
    padding:18px 16px !important;
    border-radius:24px !important;
    border:1px solid rgba(226,232,240,.96) !important;
    box-shadow:0 10px 24px rgba(15,23,42,.04) !important;
    background:linear-gradient(180deg,#fff 0%,#f8fafc 100%) !important;
  }
  html body .lpp-home-kpi::before{
    width:54px !important;
    height:54px !important;
    border-radius:18px !important;
    left:16px !important;
    top:16px !important;
    opacity:1 !important;
  }
  html body .lpp-home-kpi__label{
    display:block !important;
    padding-left:68px !important;
    min-height:54px !important;
    font-size:14px !important;
    line-height:1.3 !important;
    color:#64748b !important;
    font-weight:800 !important;
    text-transform:none !important;
  }
  html body .lpp-home-kpi strong{
    display:block !important;
    margin-top:14px !important;
    font-size:58px !important;
    line-height:.95 !important;
    color:#0f172a !important;
    letter-spacing:-.05em !important;
  }
  html body .lpp-home-kpi--green::before{background:#dcfce7 !important;}
  html body .lpp-home-kpi--amber::before{background:#fef3c7 !important;}
  html body .lpp-home-kpi--orange::before{background:#dbeafe !important;}
  html body .lpp-home-kpi--red::before{background:#fce7f3 !important;}

  html body .lpp-card,
  html body .lpp-panel{
    border-radius:24px !important;
    border:1px solid rgba(226,232,240,.92) !important;
    box-shadow:0 12px 30px rgba(15,23,42,.05) !important;
    background:#fff !important;
  }
  html body .lpp-card__head h4,
  html body .lpp-home-card h4{font-size:19px !important;color:#0f172a !important;}
  html body [data-lpp-dashboard-my-plan],
  html body [data-lpp-dashboard-manager-today],
  html body .lpp-home-notes{font-size:15px !important;color:#334155 !important;}

  html body .lpp-mobile-bottom-nav{
    left:10px !important;
    right:10px !important;
    bottom:10px !important;
    padding:8px !important;
    gap:6px !important;
    border-radius:24px !important;
    box-shadow:0 14px 34px rgba(15,23,42,.12) !important;
  }
  html body .lpp-mobile-bottom-nav__item{
    min-height:54px !important;
    border-radius:16px !important;
    font-size:11px !important;
    color:#64748b !important;
  }
  html body .lpp-mobile-bottom-nav__item span{font-size:20px !important;}
  html body .lpp-mobile-bottom-nav__item.is-active{
    background:#edf4ff !important;
    color:#2563eb !important;
  }
}

/* v1.9.28 layout/profile/notification stabilization */
.lpp-sidebar__photo-btn{
  width:100%;min-height:42px;border-radius:14px;border:1px solid rgba(255,255,255,.16);
  background:rgba(255,255,255,.08);color:#fff;font-weight:700;padding:0 14px;cursor:pointer;
}
.lpp-sidebar__photo-btn:hover{background:rgba(255,255,255,.12)}
.lpp-profile-invite-toggle{
  display:flex !important;align-items:center !important;justify-content:space-between !important;gap:14px !important;
  padding:12px 14px !important;border-radius:16px !important;border:1px solid rgba(255,255,255,.12) !important;
  background:rgba(255,255,255,.06) !important;
}
.lpp-profile-invite-toggle span{margin:0 !important;flex:1 1 auto !important;line-height:1.35 !important;}
.lpp-profile-invite-toggle input{
  position:absolute !important;opacity:0 !important;pointer-events:none !important;width:1px !important;height:1px !important;
}
.lpp-profile-invite-toggle em{
  position:relative;flex:0 0 auto;width:50px;height:30px;border-radius:999px;background:rgba(148,163,184,.4);border:1px solid rgba(255,255,255,.18);
  transition:all .18s ease;
}
.lpp-profile-invite-toggle em::after{
  content:'';position:absolute;left:3px;top:3px;width:22px;height:22px;border-radius:999px;background:#fff;box-shadow:0 4px 10px rgba(15,23,42,.18);transition:all .18s ease;
}
.lpp-profile-invite-toggle input:checked + em{background:linear-gradient(135deg,#2563eb 0%,#0f172a 100%)}
.lpp-profile-invite-toggle input:checked + em::after{left:23px}

@media (min-width: 769px){
  html body .lpp-topbar-actions,
  html body .lpp-topbar-actions--round2{
    display:flex !important;align-items:center !important;justify-content:space-between !important;gap:14px !important;
    padding:14px 16px !important;
  }
  html body .lpp-topbar-controls{flex:1 1 auto !important;min-width:0 !important;}
  html body .lpp-topbar-quick-actions{
    flex:1 1 auto !important;display:flex !important;align-items:center !important;justify-content:flex-start !important;gap:12px !important;flex-wrap:nowrap !important;
  }
  html body .lpp-topbar-desktop-settings{
    display:flex !important;align-items:stretch !important;gap:12px !important;flex:1 1 auto !important;flex-wrap:nowrap !important;
  }
  html body .lpp-topbar-desktop-settings__field,
  html body .lpp-topbar-date,
  html body .lpp-topbar-weather{
    min-height:54px !important;border-radius:16px !important;background:#fff !important;border:1px solid rgba(226,232,240,.95) !important;box-shadow:none !important;
  }
  html body .lpp-topbar-date{order:1 !important;min-width:220px !important;max-width:260px !important;padding:0 18px !important;display:flex !important;align-items:center !important;font-weight:800 !important;justify-content:flex-start !important;}
  html body .lpp-topbar-desktop-settings__field--restaurant{order:2 !important;min-width:240px !important;max-width:320px !important;}
  html body .lpp-topbar-desktop-settings__field--language{order:3 !important;min-width:170px !important;max-width:210px !important;}
  html body .lpp-topbar-weather{order:4 !important;flex:1 1 auto !important;max-width:none !important;padding:0 16px !important;display:flex !important;align-items:center !important;overflow:hidden !important;text-overflow:ellipsis !important;white-space:nowrap !important;}
  html body .lpp-topbar-quick-actions > [data-lpp-refresh-all]{order:5 !important;display:inline-flex !important;min-width:150px !important;justify-content:center !important;}
  html body .lpp-topbar-quick-actions > .lpp-sync-message{order:6 !important;min-width:0 !important;}
}

@media (max-width: 768px){
  html body .lpp-mobile-appbar__brand-text span{display:none !important;}
  html body .lpp-topbar-quick-actions{
    display:grid !important;grid-template-columns:1fr !important;gap:10px !important;width:100% !important;
  }
  html body .lpp-topbar-desktop-settings{
    display:grid !important;grid-template-columns:1fr !important;gap:10px !important;
  }
  html body .lpp-topbar-desktop-settings__field,
  html body .lpp-topbar-date,
  html body .lpp-topbar-weather,
  html body .lpp-topbar-date--mobile{
    grid-column:1 / -1 !important;width:100% !important;max-width:none !important;min-width:0 !important;
  }
  html body .lpp-topbar-date--mobile{display:flex !important;order:3 !important;}
  html body .lpp-topbar-desktop-settings .lpp-topbar-date{display:none !important;}
  html body .lpp-topbar-desktop-settings__field{
    padding:12px 14px !important;border-radius:18px !important;background:#f8fafc !important;border:1px solid #e2e8f0 !important;box-shadow:none !important;
  }
  html body .lpp-topbar-desktop-settings__field select{
    width:100% !important;max-width:none !important;min-width:0 !important;display:block !important;font-size:18px !important;line-height:1.2 !important;
  }
  html body .lpp-topbar-date{
    min-height:58px !important;padding:12px 14px !important;border-radius:18px !important;background:#f8fafc !important;border:1px solid #e2e8f0 !important;
  }
  html body .lpp-topbar-weather{
    order:4 !important;min-height:68px !important;padding:14px !important;white-space:normal !important;line-height:1.35 !important;
    background:linear-gradient(180deg,#fff 0%,#f8fafc 100%) !important;border-radius:20px !important;
  }
  html body .lpp-topbar-quick-actions > .lpp-secondary-btn:not(.lpp-mobile-menu-toggle),
  html body .lpp-topbar-quick-actions > .lpp-primary-btn,
  html body .lpp-topbar-quick-actions > a.lpp-secondary-btn,
  html body .lpp-topbar-quick-actions > a.lpp-primary-btn,
  html body .lpp-topbar-quick-actions > .lpp-sync-message{display:none !important;}
  html body .lpp-sidebar__profile-status{display:grid !important;gap:10px !important;}
  html body .lpp-profile-invite-toggle{background:rgba(255,255,255,.08) !important;border-color:rgba(255,255,255,.14) !important;}
}

/* v1.9.29 sick workflow */
.lpp-sick-active-box{display:grid;gap:16px;margin:0 0 18px;}
.lpp-sick-case{background:#fff;border:1px solid #e2e8f0;border-radius:22px;padding:18px;box-shadow:0 14px 34px rgba(15,23,42,.05);display:grid;gap:14px;}
.lpp-sick-case.is-today-affected{border-color:#fca5a5;background:linear-gradient(180deg,#fff 0%,#fff7f7 100%);}
.lpp-sick-case__head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;}
.lpp-sick-case__badges{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end;}
.lpp-sick-case__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;}
.lpp-sick-case__meta-card{padding:14px;border-radius:16px;background:#f8fafc;border:1px solid #e2e8f0;display:grid;gap:6px;}
.lpp-sick-case__meta-card span{font-size:12px;color:#64748b;font-weight:700;text-transform:uppercase;letter-spacing:.04em;}
.lpp-sick-case__meta-card strong{font-size:14px;color:#0f172a;line-height:1.45;}
.lpp-sick-case__section{display:grid;gap:8px;}
.lpp-sick-case__section h4{margin:0;font-size:14px;color:#0f172a;}
.lpp-sick-chip-list{display:flex;flex-wrap:wrap;gap:8px;}
.lpp-sick-response-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;border-radius:16px;background:#f8fafc;border:1px solid #e2e8f0;}
.lpp-sick-history__actions{display:flex;gap:10px;align-items:center;}
.lpp-sick-history-filters{margin-bottom:8px;}
.lpp-sick-history__row{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px 14px;border-radius:16px;background:#f8fafc;border:1px solid #e2e8f0;}
.lpp-sick-history__right{display:flex;align-items:center;justify-content:flex-end;}
.lpp-badge.is-danger{background:#7f1d1d;color:#fff;}
@media (max-width: 768px){
  .lpp-sick-case{padding:14px;border-radius:18px;}
  .lpp-sick-case__head,.lpp-sick-response-row,.lpp-sick-history__row{display:grid;justify-content:stretch;}
  .lpp-sick-case__badges{justify-content:flex-start;}
  .lpp-sick-case__grid{grid-template-columns:1fr;gap:10px;}
}

/* v1.9.31 user filters + top header polish */
.lpp-user-filters{display:grid;gap:14px;margin:0 0 20px;padding:16px;border:1px solid rgba(15,23,42,.08);border-radius:22px;background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%);box-shadow:0 18px 40px rgba(15,23,42,.05)}
.lpp-user-filters__top{display:grid;grid-template-columns:minmax(280px,1.4fr) repeat(2,minmax(180px,.8fr));gap:12px;align-items:end}
.lpp-user-filters label{display:flex;flex-direction:column;gap:7px}
.lpp-user-filters span{font-size:12px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;color:#64748b}
.lpp-user-filters input,.lpp-user-filters select{min-height:50px;border-radius:16px;border:1px solid rgba(15,23,42,.1);background:#fff;padding:0 16px;font-weight:700;color:#0f172a}
.lpp-user-filters__chips{display:flex;flex-wrap:wrap;gap:10px}
.lpp-user-chip{display:inline-flex;align-items:center;gap:10px;min-height:44px;padding:0 16px;border-radius:999px;border:1px solid rgba(15,23,42,.08);background:#fff;font-weight:800;color:#334155;cursor:pointer}
.lpp-user-chip strong{display:inline-flex;align-items:center;justify-content:center;min-width:28px;height:28px;padding:0 8px;border-radius:999px;background:#eef2ff;color:#0f172a;font-size:12px}
.lpp-user-chip.is-active{background:#0f172a;border-color:#0f172a;color:#fff;box-shadow:0 10px 24px rgba(15,23,42,.16)}
.lpp-user-chip.is-active strong{background:rgba(255,255,255,.18);color:#fff}
.lpp-user-section{margin:0 0 24px}
.lpp-user-section__head{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;margin:0 0 14px;padding:0 4px}
.lpp-user-section__head h4{margin:0;font-size:22px;line-height:1.1}
.lpp-user-section__head p{margin:6px 0 0;color:#64748b}
.lpp-user-card-list{display:grid;gap:18px}
.lpp-user-card{border-radius:24px !important;border:1px solid rgba(15,23,42,.08) !important;box-shadow:0 22px 50px rgba(15,23,42,.05) !important;background:linear-gradient(180deg,#fff 0%,#fbfdff 100%) !important;padding:22px !important}
.lpp-user-card.is-not-invited{border-color:rgba(245,158,11,.22) !important;background:linear-gradient(180deg,#fffdfa 0%,#fff 100%) !important}
.lpp-user-card__hero{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:14px}
.lpp-user-card__badges{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:10px}
.lpp-user-pill{display:inline-flex;align-items:center;min-height:30px;padding:0 12px;border-radius:999px;font-size:12px;font-weight:800}
.lpp-user-pill.is-invited{background:#dcfce7;color:#166534}
.lpp-user-pill.is-not-invited{background:#fef3c7;color:#92400e}
.lpp-user-card__grid{margin-top:0 !important}
.lpp-user-card input[readonly]{background:#f8fafc;color:#475569;font-weight:800}
.lpp-user-card__actions{margin-top:16px !important;display:grid !important;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.lpp-empty-state{display:grid;gap:6px;justify-items:start;padding:22px;border-radius:22px;border:1px dashed rgba(15,23,42,.16);background:#fff}
.lpp-empty-state strong{font-size:18px;color:#0f172a}
.lpp-empty-state span{color:#64748b}

html body .lpp-topbar-quick-actions{display:grid !important;grid-template-columns:minmax(170px,.8fr) minmax(240px,1.2fr) minmax(150px,.7fr) minmax(260px,1.1fr) minmax(140px,.6fr);gap:12px !important;align-items:stretch !important;justify-content:stretch !important}
html body .lpp-topbar-desktop-settings{display:contents !important}
html body .lpp-topbar-desktop-settings .lpp-topbar-date,
html body .lpp-topbar-desktop-settings__field,
html body .lpp-topbar-weather,
html body .lpp-topbar-quick-actions > .lpp-secondary-btn[data-lpp-refresh-all]{display:flex !important;align-items:center !important;min-height:58px !important;padding:0 18px !important;border-radius:18px !important;border:1px solid rgba(15,23,42,.08) !important;background:#fff !important;box-shadow:0 12px 28px rgba(15,23,42,.05) !important}
html body .lpp-topbar-date--mobile{display:none !important}
html body .lpp-topbar-desktop-settings .lpp-topbar-date{justify-content:flex-start !important;font-size:18px !important;font-weight:800 !important;color:#0f172a !important;white-space:nowrap !important}
html body .lpp-topbar-desktop-settings__field{display:flex !important;flex-direction:column;justify-content:center !important;gap:6px !important}
html body .lpp-topbar-desktop-settings__field span{font-size:11px !important;letter-spacing:.06em !important;text-transform:uppercase !important;color:#64748b !important}
html body .lpp-topbar-desktop-settings__field select{width:100% !important;min-height:0 !important;border:0 !important;padding:0 !important;background:transparent !important;font-size:17px !important;font-weight:800 !important;color:#0f172a !important;box-shadow:none !important}
html body .lpp-topbar-weather{position:relative;overflow:hidden;gap:10px !important;font-size:16px !important;font-weight:800 !important;color:#334155 !important;white-space:nowrap !important}
html body .lpp-topbar-weather::before{content:"";position:absolute;inset:-2px;border-radius:20px;padding:2px;background:conic-gradient(from 0deg, rgba(250,204,21,.1), rgba(59,130,246,.72), rgba(250,204,21,.1));-webkit-mask:linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask-composite:exclude;animation:lppWeatherOrbit 6s linear infinite;pointer-events:none;opacity:.95}
html body .lpp-topbar-weather::after{content:"";position:absolute;inset:auto auto 10px 26px;width:78px;height:26px;border-radius:999px;background:radial-gradient(circle, rgba(255,255,255,.95) 0%, rgba(255,255,255,.2) 55%, rgba(255,255,255,0) 75%);animation:lppWeatherGlow 4.6s linear infinite;pointer-events:none}
html body .lpp-topbar-weather > *{position:relative;z-index:1}
@keyframes lppWeatherOrbit{to{transform:rotate(360deg)}}
@keyframes lppWeatherGlow{0%{transform:translateX(-26px);opacity:.15}50%{transform:translateX(160px);opacity:.7}100%{transform:translateX(320px);opacity:.15}}

@media (max-width: 1200px){
  html body .lpp-topbar-quick-actions{grid-template-columns:repeat(3,minmax(0,1fr)) !important}
  html body .lpp-topbar-weather{grid-column:1 / span 2}
}
@media (max-width: 900px){
  .lpp-user-filters__top{grid-template-columns:1fr}
  .lpp-user-card__actions{grid-template-columns:1fr}
}
@media (max-width: 768px){
  .lpp-user-filters{padding:14px;border-radius:20px}
  .lpp-user-filters__chips{display:grid;grid-template-columns:1fr;gap:8px}
  .lpp-user-chip{justify-content:space-between;width:100%}
  .lpp-user-section__head{align-items:flex-start;flex-direction:column}
  .lpp-user-card{padding:18px !important;border-radius:22px !important}
  .lpp-user-card__badges{margin-bottom:8px}
  html body .lpp-topbar-quick-actions{display:flex !important;flex-wrap:wrap !important}
  html body .lpp-topbar-desktop-settings,
  html body .lpp-topbar-desktop-settings .lpp-topbar-date{display:none !important}
  html body .lpp-topbar-date--mobile{display:flex !important;min-height:50px !important;padding:0 16px !important;border-radius:16px !important;background:#fff !important;border:1px solid rgba(15,23,42,.08) !important;box-shadow:0 12px 28px rgba(15,23,42,.05) !important}
  html body .lpp-topbar-weather{min-height:50px !important;width:100% !important;max-width:100% !important;white-space:normal !important}
  html body .lpp-topbar-weather::after{display:none}
}


/* v1.9.32 employee profiles polish */
.lpp-user-filters__actions{display:flex;align-items:flex-end;justify-content:flex-end}
.lpp-user-filters__actions .lpp-secondary-btn{min-height:50px;border-radius:16px;padding:0 18px;font-weight:800;white-space:nowrap}
.lpp-user-card{padding:24px !important}
.lpp-user-card__hero{padding-bottom:14px;border-bottom:1px solid rgba(148,163,184,.18)}
.lpp-user-card__grid{gap:14px !important}
.lpp-user-card .lpp-form-grid label>span{display:block;margin-bottom:7px;font-size:12px;font-weight:800;letter-spacing:.03em;text-transform:uppercase;color:#64748b}
.lpp-user-card input,
.lpp-user-card select,
.lpp-user-card textarea{width:100%;min-height:52px;border-radius:16px;border:1px solid rgba(15,23,42,.12);background:linear-gradient(180deg,#fff 0%,#f8fbff 100%);padding:0 16px;color:#0f172a;font-size:15px;font-weight:700;box-shadow:inset 0 1px 0 rgba(255,255,255,.7);transition:border-color .18s ease, box-shadow .18s ease, background .18s ease}
.lpp-user-card input:focus,
.lpp-user-card select:focus,
.lpp-user-card textarea:focus{outline:none;border-color:rgba(37,99,235,.4);box-shadow:0 0 0 4px rgba(37,99,235,.10);background:#fff}
.lpp-user-card input[readonly]{background:#f1f5f9 !important;color:#475569 !important}
.lpp-user-card select[multiple]{min-height:128px;padding:10px 12px}
.lpp-user-card select[multiple] option{padding:8px 10px;border-radius:10px}
.lpp-user-card__actions button{min-height:54px;border-radius:18px;font-size:16px;font-weight:800}
.lpp-user-location-box{padding:16px 18px;border:1px solid rgba(15,23,42,.08);border-radius:20px;background:linear-gradient(180deg,#f8fbff 0%,#fff 100%)}
.lpp-user-location-box__head{display:flex;flex-direction:column;gap:4px;margin-bottom:14px}
.lpp-user-location-box__head strong{font-size:15px;color:#0f172a}
.lpp-user-location-box__head span{font-size:13px;line-height:1.45;color:#64748b}
.lpp-user-location-box__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
@media (max-width: 1100px){
  .lpp-user-filters__top{grid-template-columns:1fr 1fr}
  .lpp-user-filters__actions{grid-column:1/-1;justify-content:flex-start}
  .lpp-user-location-box__grid{grid-template-columns:1fr}
}
@media (max-width: 768px){
  .lpp-user-filters__top{grid-template-columns:1fr}
  .lpp-user-filters__actions .lpp-secondary-btn{width:100%}
}


/* v1.9.33 employee checkbox polish */
.lpp-checkbox-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:12px;padding:6px 0 2px;}
.lpp-checkbox-grid--restaurants{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));}
.lpp-check-pill{position:relative;display:flex;align-items:center;gap:12px;min-height:56px;padding:12px 14px;border-radius:18px;border:1px solid #dbe4f0;background:linear-gradient(180deg,#fff 0%,#f8fbff 100%);box-shadow:0 8px 20px rgba(15,23,42,.04);transition:.18s ease;}
.lpp-check-pill:hover{border-color:#bfd1ea;transform:translateY(-1px);box-shadow:0 12px 24px rgba(15,23,42,.06);}
.lpp-check-pill input{width:20px;height:20px;margin:0;accent-color:#0f2a66;flex:0 0 20px;}
.lpp-check-pill span{font-size:14px;font-weight:700;line-height:1.35;color:#0f172a;}
.lpp-check-pill:has(input:checked){border-color:#bcd0ff;background:linear-gradient(180deg,#eef4ff 0%,#f8fbff 100%);box-shadow:0 12px 26px rgba(37,99,235,.10);}
.lpp-check-pill--compact{min-height:54px;}
.lpp-user-location-box{padding:18px;border:1px solid #e2e8f0;border-radius:22px;background:linear-gradient(180deg,#fbfdff 0%,#f8fafc 100%);}
.lpp-user-location-box__head{display:grid;gap:6px;margin-bottom:14px;}
.lpp-user-location-box__head strong{font-size:15px;color:#0f172a;}
.lpp-user-location-box__head span{font-size:13px;color:#64748b;line-height:1.5;}
.lpp-user-location-box__grid{display:grid;grid-template-columns:minmax(240px,320px) minmax(0,1fr);gap:18px;align-items:start;}
.lpp-user-location-box__checkboxes > span{display:block;margin-bottom:10px;font-size:12px;font-weight:800;letter-spacing:.05em;text-transform:uppercase;color:#64748b;}
.lpp-user-card .lpp-form-grid input,.lpp-user-card .lpp-form-grid select{min-height:50px;border-radius:16px;border:1px solid #dbe3ee;background:#fff;padding:0 14px;font-size:15px;box-shadow:0 1px 0 rgba(255,255,255,.85),0 6px 18px rgba(15,23,42,.03) inset;}
.lpp-user-card .lpp-form-grid input:focus,.lpp-user-card .lpp-form-grid select:focus{border-color:#9bb8ff;box-shadow:0 0 0 4px rgba(59,130,246,.12);outline:none;}
@media (max-width: 960px){.lpp-user-location-box__grid{grid-template-columns:1fr;}.lpp-checkbox-grid,.lpp-checkbox-grid--restaurants{grid-template-columns:1fr 1fr;}}
@media (max-width: 640px){.lpp-checkbox-grid,.lpp-checkbox-grid--restaurants{grid-template-columns:1fr;}.lpp-check-pill{min-height:52px;padding:10px 12px;}}

/* v1.9.34 employee form redesign */
.lpp-user-card{border-radius:24px;border:1px solid #e5eaf1;background:#fff;box-shadow:0 10px 30px rgba(15,23,42,.04)}
.lpp-user-card__hero{padding-bottom:8px;border-bottom:1px solid #eef2f7;margin-bottom:14px}
.lpp-user-card .lpp-form-grid{gap:14px 16px}
.lpp-user-card .lpp-form-grid label>span{margin-bottom:6px;font-size:11px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:#64748b}
.lpp-user-card .lpp-form-grid input,.lpp-user-card .lpp-form-grid select{min-height:48px;border-radius:14px;border:1px solid #dbe3ee;background:#fff;padding:0 14px;font-size:15px;box-shadow:none}
.lpp-user-card .lpp-form-grid input[readonly]{background:#f8fafc;color:#334155}
.lpp-user-card .lpp-form-grid input:focus,.lpp-user-card .lpp-form-grid select:focus{border-color:#94a3b8;box-shadow:0 0 0 3px rgba(148,163,184,.14);outline:none}
.lpp-checkbox-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px 14px;padding:2px 0}
.lpp-checkbox-grid--restaurants{grid-template-columns:repeat(3,minmax(0,1fr))}
.lpp-checkline{display:flex;align-items:center;gap:10px;min-height:24px;padding:4px 0;border:0;background:transparent;box-shadow:none;border-radius:0}
.lpp-checkline input{width:18px;height:18px;margin:0;accent-color:#0f172a;flex:0 0 18px}
.lpp-checkline span{font-size:14px;line-height:1.35;font-weight:600;color:#334155}
.lpp-checkline:hover span{color:#0f172a}
.lpp-user-location-box{padding:18px 18px 16px;border:1px solid #e5eaf1;border-radius:18px;background:#fbfcfe}
.lpp-user-location-box__head{display:flex;flex-direction:column;gap:5px;margin-bottom:12px}
.lpp-user-location-box__head strong{font-size:15px;color:#0f172a}
.lpp-user-location-box__head span{font-size:13px;color:#64748b;line-height:1.5;max-width:880px}
.lpp-user-location-box__grid{display:grid;grid-template-columns:minmax(260px,320px) 1fr;gap:18px;align-items:start}
.lpp-user-location-box__checkboxes>span{display:block;margin-bottom:8px;font-size:11px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:#64748b}
.lpp-item__actions.lpp-user-card__actions{margin-top:14px;padding-top:12px;border-top:1px solid #eef2f7}
.lpp-item__actions.lpp-user-card__actions button{min-height:48px;border-radius:14px}
@media (max-width: 1180px){
  .lpp-checkbox-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .lpp-checkbox-grid--restaurants{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width: 860px){
  .lpp-user-location-box__grid{grid-template-columns:1fr}
  .lpp-checkbox-grid,.lpp-checkbox-grid--restaurants{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width: 560px){
  .lpp-checkbox-grid,.lpp-checkbox-grid--restaurants{grid-template-columns:1fr}
}


/* v1.9.35 checkbox + mobile language fix */
.lpp-checkline{display:flex;align-items:center;gap:12px;min-height:52px;padding:0 14px;border-radius:16px;border:1px solid rgba(15,23,42,.08);background:#fff;box-shadow:0 8px 20px rgba(15,23,42,.04);transition:border-color .18s ease, box-shadow .18s ease, background .18s ease;cursor:pointer;}
.lpp-checkline:hover{border-color:rgba(37,99,235,.22);box-shadow:0 12px 24px rgba(15,23,42,.06);}
.lpp-checkline input[type="checkbox"]{appearance:auto;-webkit-appearance:checkbox;width:18px;height:18px;min-width:18px;min-height:18px;margin:0;accent-color:#0f172a;display:block;}
.lpp-checkline span{display:block;margin:0;font-size:14px;line-height:1.35;font-weight:700;color:#334155;}
.lpp-checkline:has(input:checked){border-color:rgba(37,99,235,.24);background:#f8fbff;box-shadow:0 12px 24px rgba(37,99,235,.08);}
.lpp-checkline:has(input:checked) span{color:#0f172a;}
.lpp-mobile-account-panel[hidden]{display:none !important;}
@media (max-width: 768px){
  html body .lpp-mobile-account-panel{display:grid !important;grid-template-columns:1fr !important;gap:12px !important;width:100% !important;}
  html body .lpp-mobile-account-panel[hidden]{display:none !important;}
  html body .lpp-mobile-account-panel .lpp-language-switcher,
  html body .lpp-mobile-account-panel .lpp-restaurant-switcher{display:flex !important;align-items:stretch !important;justify-content:flex-start !important;width:100% !important;}
  html body .lpp-mobile-account-panel .lpp-language-switcher label,
  html body .lpp-mobile-account-panel .lpp-restaurant-switcher label{display:block !important;font-size:11px !important;font-weight:800 !important;letter-spacing:.06em !important;text-transform:uppercase !important;color:#64748b !important;}
  html body .lpp-mobile-account-panel .lpp-language-pills{display:grid !important;grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:8px !important;width:100% !important;}
  html body .lpp-mobile-account-panel .lpp-language-pill{min-width:0 !important;height:42px !important;min-height:42px !important;border-radius:14px !important;font-size:14px !important;}
}


/* v1.9.36 mobile language button + avatar fix */
.lpp-mobile-account-trigger__avatar{width:44px;height:44px;min-width:44px;min-height:44px;border-radius:999px;overflow:hidden;display:grid;place-items:center;padding:0 !important;margin:0 !important;gap:0 !important;background:linear-gradient(135deg,#cbd5e1,#94a3b8);border:1px solid rgba(148,163,184,.25);color:#fff;font-weight:800;font-size:15px;line-height:1;box-shadow:none !important;}
.lpp-mobile-account-trigger__avatar img{display:block;width:100%;height:100%;object-fit:cover;border-radius:inherit;}
.lpp-mobile-appbar__lang{display:none;align-items:center;justify-content:center;min-width:44px;height:44px;padding:0 10px;border-radius:14px;border:1px solid rgba(148,163,184,.22);background:#fff;color:#0f172a;font-size:12px;font-weight:800;letter-spacing:.04em;box-shadow:none;}
@media (max-width: 1024px){
  html body .lpp-mobile-appbar__lang{display:inline-flex !important;}
}
@media (max-width: 768px){
  html body .lpp-mobile-appbar{grid-template-columns:44px minmax(0,1fr) auto !important;}
  html body .lpp-mobile-appbar__right{display:flex !important;align-items:center !important;gap:6px !important;}
  html body .lpp-mobile-appbar__lang,
  html body .lpp-mobile-appbar__notify,
  html body .lpp-mobile-account-trigger{width:44px !important;min-width:44px !important;height:44px !important;min-height:44px !important;padding:0 !important;border-radius:16px !important;}
  html body .lpp-mobile-account-trigger{display:inline-flex !important;align-items:center !important;justify-content:center !important;overflow:hidden !important;}
  html body .lpp-mobile-account-trigger__avatar{width:36px !important;height:36px !important;min-width:36px !important;min-height:36px !important;background:linear-gradient(135deg,#94a3b8,#64748b) !important;color:#fff !important;}
  html body .lpp-mobile-account-trigger__text{display:none !important;}
}


/* v1.9.39 mobile notify badge + plain checkbox + mobile time */
html body .lpp-mobile-appbar__notify{position:relative !important;overflow:visible !important;}
html body .lpp-mobile-appbar__notify-badge{
  position:absolute !important; top:-6px !important; right:-4px !important; min-width:20px !important; height:20px !important; padding:0 5px !important;
  border-radius:999px !important; display:inline-flex !important; align-items:center !important; justify-content:center !important;
  background:#ff3b47 !important; color:#fff !important; font-size:11px !important; font-weight:800 !important; box-shadow:0 8px 18px rgba(255,59,71,.28) !important;
}
html body .lpp-mobile-appbar__notify-badge[hidden],
html body .lpp-mobile-bottom-nav__badge[hidden]{display:none !important;}
html body .lpp-mobile-bottom-nav__item--notifications{position:relative !important;}
html body .lpp-mobile-bottom-nav__badge{
  position:absolute !important; top:8px !important; right:16px !important; min-width:18px !important; height:18px !important; padding:0 4px !important;
  border-radius:999px !important; background:#ff3b47 !important; color:#fff !important; font-style:normal !important; font-size:10px !important; font-weight:800 !important;
  display:inline-flex !important; align-items:center !important; justify-content:center !important;
}
html body .lpp-topbar-date--mobile{display:flex !important; align-items:center !important; justify-content:space-between !important; gap:12px !important;}
html body .lpp-topbar-date--mobile .lpp-topbar-date__time{display:inline-flex !important; font-size:14px !important; font-weight:800 !important; color:#2563eb !important;}
html body .lpp-profile-invite-toggle{
  display:flex !important; align-items:flex-start !important; gap:10px !important; background:rgba(255,255,255,.08) !important; border:1px solid rgba(255,255,255,.14) !important;
  border-radius:16px !important; padding:12px 14px !important;
}
html body .lpp-profile-invite-toggle input{
  appearance:auto !important; -webkit-appearance:checkbox !important; width:18px !important; height:18px !important; min-height:18px !important; margin:2px 0 0 !important; accent-color:#f59e0b !important;
  border-radius:4px !important; flex:0 0 18px !important; background:#fff !important;
}
html body .lpp-profile-invite-toggle em{display:none !important;}


/* v1.9.40 sticky header conflict cleanup */
[data-lpp-sticky-topbar]{will-change:transform;}
@media (min-width:1024px){
  [data-lpp-sticky-topbar],
  [data-lpp-sticky-topbar].is-fixed{
    border-radius:24px !important;
  }
  .lpp-topbar-sticky-spacer{display:block !important;height:0 !important;pointer-events:none !important;}
}
@media (max-width:768px){
  .lpp-profile-invite-toggle{display:flex !important;align-items:center !important;gap:10px !important;}
  .lpp-profile-invite-toggle input[type="checkbox"]{appearance:auto !important;-webkit-appearance:checkbox !important;width:18px !important;height:18px !important;min-height:18px !important;margin:0 !important;flex:0 0 18px !important;}
  .lpp-profile-invite-toggle em{display:none !important;}
}


/* v1.9.49 mobile dashboard + profile alignment + professional today plan */
@media (max-width: 768px){
  html body .lpp-sidebar__profile-edit,
  html body .lpp-sidebar__photo-btn,
  html body .lpp-sidebar__logout{
    justify-content:flex-start !important;
    text-align:left !important;
    padding-left:18px !important;
  }

  html body .lpp-manager-dashboard,
  html body .lpp-manager-dashboard__grid,
  html body .lpp-manager-dashboard__right-top{
    display:flex !important;
    flex-direction:column !important;
    gap:14px !important;
  }

  html body .lpp-manager-dashboard__plan{order:1 !important;}
  html body .lpp-manager-dashboard__inbox{order:2 !important;}
  html body .lpp-manager-dashboard__alerts{order:3 !important;}
  html body .lpp-manager-dashboard__actions{order:4 !important;}
  html body .lpp-manager-dashboard__appointments{order:5 !important;}
  html body .lpp-manager-dashboard__approvals{order:6 !important;}
  html body .lpp-manager-dashboard__sick{order:7 !important;}
  html body .lpp-manager-dashboard__tasks{order:8 !important;}
  html body .lpp-manager-dashboard__birthdays{order:9 !important;}

  html body .lpp-manager-dashboard__right-top > *{
    margin:0 !important;
    min-height:0 !important;
  }

  html body .lpp-card__head{
    gap:10px !important;
  }
  html body .lpp-card__head-actions{
    display:grid !important;
    grid-template-columns:1fr 1fr !important;
    gap:8px !important;
    width:100% !important;
  }
  html body .lpp-card__head-actions .lpp-secondary-btn{
    width:100% !important;
    min-width:0 !important;
  }

  html body .lpp-dashboard-team-board{
    display:flex !important;
    flex-direction:column !important;
    gap:14px !important;
  }
  html body .lpp-dashboard-team-stats--compact{
    display:grid !important;
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:10px !important;
  }
  html body .lpp-dashboard-team-stat{
    display:flex !important;
    flex-direction:column !important;
    gap:6px !important;
    padding:14px !important;
    border-radius:18px !important;
    border:1px solid rgba(226,232,240,.95) !important;
    background:linear-gradient(180deg,#ffffff 0%,#f8fafc 100%) !important;
  }
  html body .lpp-dashboard-team-stat strong{
    display:block !important;
    font-size:34px !important;
    line-height:1 !important;
    letter-spacing:-.04em !important;
    color:#0f172a !important;
  }
  html body .lpp-dashboard-team-stat span{
    display:block !important;
    font-size:13px !important;
    font-weight:800 !important;
    line-height:1.35 !important;
    color:#64748b !important;
  }

  html body .lpp-dashboard-team-section{
    display:flex !important;
    flex-direction:column !important;
    gap:10px !important;
  }
  html body .lpp-dashboard-team-section__head{
    display:flex !important;
    align-items:center !important;
    justify-content:space-between !important;
    gap:10px !important;
  }
  html body .lpp-dashboard-team-section__head h5{
    margin:0 !important;
    font-size:18px !important;
    line-height:1.2 !important;
    color:#0f172a !important;
  }
  html body .lpp-dashboard-team-section__head > span{
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    min-width:34px !important;
    height:34px !important;
    padding:0 10px !important;
    border-radius:999px !important;
    background:#eef4ff !important;
    color:#2563eb !important;
    font-weight:800 !important;
  }

  html body .lpp-dashboard-team-table{
    display:flex !important;
    flex-direction:column !important;
    gap:10px !important;
  }
  html body .lpp-dashboard-team-row{
    display:flex !important;
    flex-direction:column !important;
    align-items:flex-start !important;
    gap:8px !important;
    padding:14px !important;
    border-radius:18px !important;
    border:1px solid rgba(226,232,240,.95) !important;
    background:#fff !important;
    box-shadow:none !important;
  }
  html body .lpp-dashboard-team-row__name{
    display:flex !important;
    flex-direction:column !important;
    gap:4px !important;
    min-width:0 !important;
  }
  html body .lpp-dashboard-team-row__name strong{
    display:block !important;
    font-size:18px !important;
    line-height:1.35 !important;
    color:#0f172a !important;
    white-space:normal !important;
    word-break:break-word !important;
  }
  html body .lpp-dashboard-team-row__name span{
    display:block !important;
    font-size:14px !important;
    line-height:1.45 !important;
    color:#64748b !important;
    white-space:normal !important;
    word-break:break-word !important;
  }
  html body .lpp-dashboard-team-row__time{
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    min-height:34px !important;
    padding:6px 12px !important;
    border-radius:999px !important;
    background:#eef4ff !important;
    color:#0f172a !important;
    font-size:13px !important;
    font-weight:800 !important;
    white-space:normal !important;
    text-align:left !important;
  }

  html body .lpp-dashboard-alert-card{
    display:flex !important;
    flex-direction:column !important;
    gap:8px !important;
    padding:14px !important;
    border-radius:18px !important;
    border:1px solid #fecaca !important;
    border-left:4px solid #ef4444 !important;
    background:linear-gradient(180deg,#fff7f7 0%,#ffffff 100%) !important;
  }
  html body .lpp-dashboard-alert-card__head{
    display:flex !important;
    align-items:flex-start !important;
    justify-content:space-between !important;
    gap:10px !important;
  }
  html body .lpp-dashboard-alert-card__head strong{
    font-size:16px !important;
    line-height:1.35 !important;
    color:#7f1d1d !important;
  }
  html body .lpp-dashboard-alert-card__meta{
    font-size:13px !important;
    line-height:1.4 !important;
    color:#991b1b !important;
  }
  html body .lpp-dashboard-alert-card__body{
    font-size:15px !important;
    line-height:1.55 !important;
    color:#334155 !important;
    white-space:pre-wrap !important;
    word-break:break-word !important;
  }

  html body .lpp-manager-quick-actions{
    display:grid !important;
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:10px !important;
  }
  html body .lpp-manager-quick-actions .lpp-home-action{
    min-height:56px !important;
    justify-content:flex-start !important;
    text-align:left !important;
    padding:14px !important;
    border-radius:16px !important;
    background:#fff !important;
    border:1px solid rgba(226,232,240,.95) !important;
  }
}

/* print helper iframe stays invisible */
.lpp-print-frame{
  position:fixed !important;
  width:0 !important;
  height:0 !important;
  border:0 !important;
  opacity:0 !important;
  pointer-events:none !important;
}


/* v1.9.50 refresh persistence and dashboard spacing polish */
@media (min-width: 1024px){
  html body .lpp-shell[data-lpp-root] [data-lpp-panel="dashboard"] .lpp-manager-dashboard__grid{
    gap:14px !important;
    align-items:start !important;
  }
  html body .lpp-shell[data-lpp-root] [data-lpp-panel="dashboard"] .lpp-manager-dashboard__right-top{
    gap:12px !important;
    align-self:start !important;
  }
  html body .lpp-shell[data-lpp-root] [data-lpp-panel="dashboard"] .lpp-manager-dashboard__right-top > .lpp-card,
  html body .lpp-shell[data-lpp-root] [data-lpp-panel="dashboard"] .lpp-manager-dashboard__sick,
  html body .lpp-shell[data-lpp-root] [data-lpp-panel="dashboard"] .lpp-manager-dashboard__tasks,
  html body .lpp-shell[data-lpp-root] [data-lpp-panel="dashboard"] .lpp-manager-dashboard__birthdays{
    margin:0 !important;
    min-height:0 !important;
  }
  html body .lpp-shell[data-lpp-root] [data-lpp-panel="dashboard"] .lpp-card__head{
    margin-bottom:12px !important;
  }
}

@media (max-width: 768px){
  html body .lpp-shell[data-lpp-root] [data-lpp-panel="dashboard"] .lpp-card__head{
    align-items:flex-start !important;
  }
  html body .lpp-shell[data-lpp-root] [data-lpp-panel="dashboard"] .lpp-card__head-actions{
    grid-template-columns:1fr 1fr !important;
    gap:10px !important;
  }
  html body .lpp-shell[data-lpp-root] [data-lpp-panel="dashboard"] .lpp-dashboard-team-stats--compact{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  }
  html body .lpp-shell[data-lpp-root] [data-lpp-panel="dashboard"] .lpp-dashboard-team-row{
    gap:10px !important;
  }
  html body .lpp-shell[data-lpp-root] [data-lpp-panel="dashboard"] .lpp-dashboard-team-row__name strong{
    font-size:17px !important;
  }
  html body .lpp-shell[data-lpp-root] [data-lpp-panel="dashboard"] .lpp-dashboard-team-row__time{
    width:auto !important;
    max-width:100% !important;
  }
}

/* v1.9.51 quality pass mobile + dashboard layout */
html body .lpp-dashboard-team-row__right,
html body .lpp-dashboard-team-card__aside{
  display:flex;
  flex-direction:column;
  align-items:flex-end;
  gap:6px;
}
html body .lpp-dashboard-team-row__hours,
html body .lpp-dashboard-team-card__hours{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:30px;
  padding:5px 10px;
  border-radius:999px;
  background:#f8fafc;
  border:1px solid #dbe5f0;
  color:#475569;
  font-size:12px;
  font-weight:800;
  line-height:1;
}
html body .lpp-dashboard-team-row__pause,
html body .lpp-dashboard-team-card__pause{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:6px;
  min-height:24px;
  padding:3px 8px;
  border-radius:999px;
  background:#f3faf5;
  border:1px solid #cae9d2;
  color:#166534;
  font-size:11px;
  font-weight:700;
  line-height:1.1;
  letter-spacing:.01em;
  white-space:nowrap;
}
html body .lpp-dashboard-team-row__pause::before,
html body .lpp-dashboard-team-card__pause::before{
  content:'';
  display:block;
  width:6px;
  height:6px;
  border-radius:999px;
  background:#22c55e;
  box-shadow:0 0 0 3px rgba(34,197,94,.10);
}
html body .lpp-dashboard-team-row__time{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:36px;
  padding:7px 12px;
  border-radius:999px;
  background:#eef4ff;
  border:1px solid #d9e7ff;
}
html body .lpp-dashboard-team-card__time{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:34px;
  padding:6px 10px;
  border-radius:999px;
  background:#eef4ff;
  border:1px solid #d9e7ff;
  color:#0f172a;
  font-size:12px;
  font-weight:800;
}
html body .lpp-manager-quick-actions{
  align-items:stretch !important;
}
html body .lpp-manager-quick-actions .lpp-home-action{
  min-height:64px !important;
}
@media (max-width: 768px){
  html body .lpp-shell[data-lpp-root] .lpp-sidebar__profile-edit,
  html body .lpp-shell[data-lpp-root] .lpp-sidebar__photo-btn,
  html body .lpp-shell[data-lpp-root] .lpp-sidebar__logout{
    justify-content:flex-start !important;
    text-align:left !important;
    padding-left:18px !important;
  }
  html body .lpp-shell[data-lpp-root] [data-lpp-panel="dashboard"] .lpp-home-kpis--manager{
    display:grid !important;
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:12px !important;
  }
  html body .lpp-shell[data-lpp-root] [data-lpp-panel="dashboard"] .lpp-home-kpi--manager{
    min-height:0 !important;
    padding:16px !important;
    border-radius:22px !important;
  }
  html body .lpp-shell[data-lpp-root] [data-lpp-panel="dashboard"] .lpp-home-kpi--manager strong{
    font-size:36px !important;
    line-height:1 !important;
    margin:8px 0 6px !important;
  }
  html body .lpp-shell[data-lpp-root] [data-lpp-panel="dashboard"] .lpp-card__head{
    display:flex !important;
    flex-direction:column !important;
    align-items:flex-start !important;
    gap:10px !important;
    margin-bottom:12px !important;
  }
  html body .lpp-shell[data-lpp-root] [data-lpp-panel="dashboard"] .lpp-card__head h4{
    margin:0 !important;
    font-size:18px !important;
    line-height:1.2 !important;
  }
  html body .lpp-shell[data-lpp-root] [data-lpp-panel="dashboard"] .lpp-card__head-actions{
    width:100% !important;
    display:grid !important;
    grid-template-columns:1fr 1fr !important;
    gap:8px !important;
  }
  html body .lpp-shell[data-lpp-root] [data-lpp-panel="dashboard"] .lpp-card__head-actions .lpp-secondary-btn{
    width:100% !important;
    min-width:0 !important;
    padding-inline:12px !important;
  }
  html body .lpp-shell[data-lpp-root] [data-lpp-panel="dashboard"] .lpp-dashboard-team-board{
    gap:12px !important;
  }
  html body .lpp-shell[data-lpp-root] [data-lpp-panel="dashboard"] .lpp-dashboard-team-stats--compact{
    display:grid !important;
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:10px !important;
  }
  html body .lpp-shell[data-lpp-root] [data-lpp-panel="dashboard"] .lpp-dashboard-team-stat{
    padding:14px !important;
    border-radius:18px !important;
    border:1px solid #e2e8f0 !important;
    background:#fff !important;
    box-shadow:none !important;
  }
  html body .lpp-shell[data-lpp-root] [data-lpp-panel="dashboard"] .lpp-dashboard-team-stat strong,
  html body .lpp-shell[data-lpp-root] [data-lpp-panel="dashboard"] .lpp-dashboard-team-stat span{
    display:block !important;
  }
  html body .lpp-shell[data-lpp-root] [data-lpp-panel="dashboard"] .lpp-dashboard-team-stat strong{
    font-size:28px !important;
    margin:0 0 6px !important;
  }
  html body .lpp-shell[data-lpp-root] [data-lpp-panel="dashboard"] .lpp-dashboard-team-row{
    display:flex !important;
    flex-direction:column !important;
    align-items:stretch !important;
    gap:10px !important;
    padding:14px !important;
    border-radius:18px !important;
  }
  html body .lpp-shell[data-lpp-root] [data-lpp-panel="dashboard"] .lpp-dashboard-team-row__name strong{
    display:block !important;
    font-size:18px !important;
    line-height:1.35 !important;
    white-space:normal !important;
    word-break:break-word !important;
  }
  html body .lpp-shell[data-lpp-root] [data-lpp-panel="dashboard"] .lpp-dashboard-team-row__name span{
    display:block !important;
    margin-top:4px !important;
    font-size:14px !important;
    line-height:1.45 !important;
    white-space:normal !important;
    word-break:break-word !important;
  }
  html body .lpp-shell[data-lpp-root] [data-lpp-panel="dashboard"] .lpp-dashboard-team-row__right{
    width:100% !important;
    align-items:flex-start !important;
  }
  html body .lpp-shell[data-lpp-root] [data-lpp-panel="dashboard"] .lpp-dashboard-team-row__time,
  html body .lpp-shell[data-lpp-root] [data-lpp-panel="dashboard"] .lpp-dashboard-team-row__hours{
    white-space:normal !important;
    text-align:left !important;
  }
  html body .lpp-shell[data-lpp-root] [data-lpp-panel="dashboard"] .lpp-manager-quick-actions{
    display:grid !important;
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:10px !important;
  }
  html body .lpp-shell[data-lpp-root] [data-lpp-panel="dashboard"] .lpp-manager-quick-actions .lpp-home-action{
    display:flex !important;
    align-items:center !important;
    justify-content:flex-start !important;
    min-height:52px !important;
    padding:0 14px !important;
    font-size:15px !important;
    border-radius:16px !important;
  }
  html body .lpp-shell[data-lpp-root] [data-lpp-panel="dashboard"] .lpp-manager-dashboard__right-top{
    gap:12px !important;
  }
  html body .lpp-shell[data-lpp-root] [data-lpp-panel="dashboard"] .lpp-manager-dashboard__appointments,
  html body .lpp-shell[data-lpp-root] [data-lpp-panel="dashboard"] .lpp-manager-dashboard__approvals,
  html body .lpp-shell[data-lpp-root] [data-lpp-panel="dashboard"] .lpp-manager-dashboard__sick,
  html body .lpp-shell[data-lpp-root] [data-lpp-panel="dashboard"] .lpp-manager-dashboard__tasks,
  html body .lpp-shell[data-lpp-root] [data-lpp-panel="dashboard"] .lpp-manager-dashboard__birthdays{
    min-height:0 !important;
    margin:0 !important;
  }
}

/* v1.9.52 complete QA round: mobile schedule cards, print-safe layout, stronger plan readability */
.lpp-plan-card__summary{
  display:flex;
  flex-direction:column;
  gap:10px;
  margin-top:10px;
}
.lpp-plan-card__line{
  display:flex;
  flex-direction:column;
  gap:4px;
}
.lpp-plan-card__line-label{
  font-size:11px;
  font-weight:800;
  letter-spacing:.04em;
  text-transform:uppercase;
  color:#64748b;
}
.lpp-plan-card__line-value{
  font-size:14px;
  line-height:1.5;
  color:#334155;
}
.lpp-plan-card__timeline{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:8px;
}
.lpp-plan-card__hours{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:32px;
  padding:6px 12px;
  border-radius:999px;
  background:#ecfdf5;
  border:1px solid #bbf7d0;
  color:#166534;
  font-size:12px;
  font-weight:800;
  line-height:1;
}
.lpp-plan-card__stats{
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:8px;
}
.lpp-plan-card__stats span{
  display:flex;
  flex-direction:column;
  gap:3px;
  padding:9px 10px;
  border-radius:14px;
  background:#f8fafc;
  border:1px solid #e2e8f0;
}
.lpp-plan-card__stats span b{
  font-size:11px;
  line-height:1.2;
  color:#64748b;
}
.lpp-plan-card__stats span{
  font-size:13px;
  color:#0f172a;
}
.lpp-dashboard-team-row__meta,
.lpp-dashboard-team-card__meta{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}
.lpp-dashboard-team-row__meta-pill,
.lpp-dashboard-team-card__meta-pill{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:28px;
  padding:4px 10px;
  border-radius:999px;
  background:#f8fafc;
  border:1px solid #dbe5f0;
  color:#475569;
  font-size:12px;
  font-weight:800;
  line-height:1.2;
}
@media (max-width: 768px){
  html body .lpp-plan-card{
    padding:16px !important;
    border-radius:20px !important;
  }
  html body .lpp-plan-card__head{
    align-items:flex-start !important;
    gap:10px !important;
  }
  html body .lpp-plan-card__head strong{
    font-size:19px !important;
    line-height:1.35 !important;
    display:block !important;
    flex:1 1 auto !important;
  }
  html body .lpp-plan-card__summary{
    gap:12px !important;
  }
  html body .lpp-plan-card__timeline{
    align-items:flex-start !important;
    flex-direction:column !important;
  }
  html body .lpp-plan-card__time{
    margin-top:0 !important;
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    min-height:36px !important;
    padding:8px 12px !important;
    border-radius:999px !important;
    background:#eef4ff !important;
    border:1px solid #d9e7ff !important;
    color:#0f172a !important;
    font-size:14px !important;
    font-weight:800 !important;
    line-height:1.3 !important;
    text-align:left !important;
  }
  html body .lpp-plan-card__hours{
    min-height:34px !important;
    padding:7px 12px !important;
    font-size:12px !important;
  }
  html body .lpp-plan-card__stats{
    grid-template-columns:1fr !important;
    gap:8px !important;
  }
  html body .lpp-plan-card__stats span{
    padding:10px 12px !important;
  }
  html body .lpp-dashboard-team-row__meta,
  html body .lpp-dashboard-team-card__meta{
    gap:6px !important;
  }
  html body .lpp-dashboard-team-row__meta-pill,
  html body .lpp-dashboard-team-card__meta-pill{
    font-size:11px !important;
    min-height:26px !important;
    padding:4px 9px !important;
  }
}

.lpp-time-track-list{display:grid;gap:14px}.lpp-time-track-card{border:1px solid rgba(15,23,42,.08);border-radius:18px;padding:16px;background:#fff;box-shadow:0 10px 30px rgba(15,23,42,.05)}.lpp-time-track-card.is-adjusted{border-color:rgba(245,158,11,.35);box-shadow:0 12px 30px rgba(245,158,11,.10)}.lpp-time-track-card__head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.lpp-time-track-card__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:14px}.lpp-time-track-card__grid>div{padding:12px 14px;border-radius:14px;background:#f8fafc}.lpp-time-track-form{margin-top:14px;padding-top:14px;border-top:1px solid rgba(15,23,42,.08)}.lpp-time-track-note{margin-top:10px;padding:10px 12px;border-radius:12px;background:#fff7ed;color:#9a3412}.lpp-sidebar__profile-actions .lpp-primary-btn,.lpp-sidebar__profile-meta .lpp-secondary-btn,.lpp-sidebar__meta-row .lpp-sidebar__logout{text-align:left;justify-content:flex-start}.lpp-sidebar__logout{display:flex}
@media (max-width:768px){.lpp-time-track-card__grid{grid-template-columns:1fr 1fr}.lpp-time-track-card{padding:14px}}

.lpp-time-track-breaks{display:flex;flex-wrap:wrap;gap:8px}.lpp-time-track-muted{color:#64748b}.lpp-time-track-pause-row{display:grid;grid-template-columns:1fr 1fr auto;gap:10px;align-items:end;margin-bottom:10px}.lpp-item__timeline--danger{color:#b91c1c;font-weight:600}.lpp-badge--danger{background:#fee2e2;color:#991b1b}.lpp-badge--success{background:#dcfce7;color:#166534}
@media (max-width:768px){.lpp-time-track-pause-row{grid-template-columns:1fr}.lpp-time-track-card__head{flex-direction:column}}

.lpp-tab__icon{display:inline-flex;align-items:center;justify-content:center;margin-right:8px;font-size:16px}
.lpp-time-track-toolbar{display:grid;gap:14px;margin-bottom:18px}
.lpp-time-track-calendar{background:#fff;border:1px solid rgba(15,23,42,.08);border-radius:18px;padding:14px 16px;box-shadow:0 10px 24px rgba(15,23,42,.04)}
.lpp-time-track-calendar__head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}
.lpp-time-track-calendar__head strong{text-transform:capitalize;font-size:18px;color:#0f172a}
.lpp-time-track-calendar__nav{width:42px;height:42px;border-radius:12px;border:1px solid rgba(15,23,42,.1);background:#fff;color:#0f172a;font-weight:700}
.lpp-time-track-calendar__days{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:10px}
.lpp-time-track-calendar__day{border:1px solid rgba(15,23,42,.08);background:#f8fafc;border-radius:14px;padding:10px 6px;display:flex;flex-direction:column;align-items:center;gap:4px;color:#475569}
.lpp-time-track-calendar__day strong{font-size:18px;color:#0f172a}
.lpp-time-track-calendar__day.is-active{background:linear-gradient(135deg,#0f172a,#1e3a8a);border-color:transparent;box-shadow:0 12px 24px rgba(30,58,138,.24);color:#cbd5e1}
.lpp-time-track-calendar__day.is-active strong{color:#fff}
.lpp-time-track-card__grid{grid-template-columns:repeat(2,minmax(0,1fr))}
.lpp-time-track-card__grid--summary{grid-template-columns:repeat(4,minmax(0,1fr))}
.lpp-time-track-form{display:block}
.lpp-time-track-card__head .lpp-badge{white-space:nowrap}
@media (max-width:768px){
  .lpp-time-track-calendar{padding:12px}
  .lpp-time-track-calendar__days{grid-template-columns:repeat(7,minmax(44px,1fr));gap:6px;overflow:auto}
  .lpp-time-track-calendar__day{min-width:44px;padding:8px 4px}
  .lpp-time-track-calendar__day strong{font-size:16px}
  .lpp-time-track-card__grid,.lpp-time-track-card__grid--summary{grid-template-columns:1fr}
}


.lpp-time-track-card__actions{display:flex;gap:10px;align-items:center;flex-wrap:wrap;justify-content:flex-end}
.lpp-time-track-form[hidden]{display:none!important}
.lpp-time-track-calendar__top{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:14px;flex-wrap:wrap}
.lpp-time-track-month{display:flex;align-items:center;gap:8px;font-weight:600}
.lpp-time-track-month input{min-width:150px}
.lpp-time-track-calendar__days{display:grid;grid-template-columns:repeat(10,minmax(0,1fr));gap:12px}
.lpp-time-track-day{border:1px solid rgba(15,23,42,.08);border-radius:16px;background:#fff;padding:14px 10px;display:flex;flex-direction:column;align-items:center;gap:6px;font-weight:700;color:#1f2937}
.lpp-time-track-day.is-active{background:linear-gradient(135deg,#0f1f5c,#1f3b9a);color:#fff;box-shadow:0 16px 30px rgba(31,59,154,.22)}
@media (max-width: 1024px){.lpp-time-track-calendar__days{grid-template-columns:repeat(5,minmax(0,1fr));}}


/* v1.9.58 time tracking polish */
.lpp-sidebar .lpp-tab[data-lpp-tab="time-tracking"]::before{content:"◷"}
.lpp-hours-summary-label{display:block;margin-bottom:6px;color:#64748b;font-size:12px;line-height:1.35}
.lpp-time-track-controls{display:flex;align-items:flex-end;gap:12px;flex-wrap:wrap;justify-content:center;flex:1 1 auto}
.lpp-time-track-user-filter{display:flex;align-items:center;gap:8px;font-weight:600}
.lpp-time-track-user-filter input{min-width:220px;padding:10px 12px;border:1px solid rgba(15,23,42,.12);border-radius:12px;background:#fff}
.lpp-time-track-card__head .lpp-badge{margin-left:8px}
.lpp-time-track-card__grid strong{display:block}
.lpp-time-track-card__actions .lpp-badge{white-space:nowrap}
@media (max-width: 1024px){.lpp-time-track-controls{justify-content:flex-start}.lpp-time-track-user-filter input{min-width:160px}}


/* v1.9.60 manager header icons */
html body .lpp-shell[data-lpp-root] [data-lpp-panel="dashboard"] .lpp-home-kpi--inbox::before{content:'📥' !important;}
html body .lpp-shell[data-lpp-root] [data-lpp-panel="dashboard"] .lpp-home-kpi--absences::before{content:'🩺' !important;}
html body .lpp-shell[data-lpp-root] [data-lpp-panel="dashboard"] .lpp-home-kpi--appointments::before{
  content:'' !important;
  background-color:#dbeafe !important;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 24 24' fill='none'%3E%3Crect x='3.5' y='5.5' width='17' height='15' rx='3' stroke='%233b82f6' stroke-width='1.8'/%3E%3Cpath d='M7.5 3.75v3.5M16.5 3.75v3.5M3.5 9.5h17' stroke='%233b82f6' stroke-width='1.8' stroke-linecap='round'/%3E%3Ccircle cx='8.5' cy='13' r='1.1' fill='%233b82f6'/%3E%3Ccircle cx='12' cy='13' r='1.1' fill='%2394a3b8'/%3E%3Ccircle cx='15.5' cy='13' r='1.1' fill='%2394a3b8'/%3E%3C/svg%3E") !important;
  background-repeat:no-repeat !important;
  background-position:center !important;
  background-size:26px 26px !important;
  font-size:0 !important;
}
html body .lpp-shell[data-lpp-root] [data-lpp-panel="dashboard"] .lpp-home-kpi--leave::before{content:'📝' !important;}
html body .lpp-shell[data-lpp-root] [data-lpp-panel="dashboard"] .lpp-home-kpi--approvals::before{content:'✅' !important;}
html body .lpp-shell[data-lpp-root] [data-lpp-panel="dashboard"] .lpp-home-kpi--alerts::before{content:'🚨' !important;}

/* v1.9.70 mobile dashboard/header harmonization */
@media (max-width: 768px){
  html body .lpp-topbar-actions,
  html body .lpp-topbar-actions--round2{
    padding:10px !important;
    border-radius:24px !important;
  }
  html body .lpp-topbar-controls{
    display:flex !important;
    flex-direction:column !important;
    gap:10px !important;
    align-items:stretch !important;
  }
  html body .lpp-mobile-appbar{
    display:grid !important;
    grid-template-columns:48px minmax(0,1fr) auto auto auto !important;
    gap:10px !important;
    align-items:center !important;
    width:100% !important;
  }
  html body .lpp-mobile-appbar__menu,
  html body .lpp-mobile-appbar__lang,
  html body .lpp-mobile-appbar__notify,
  html body .lpp-mobile-account-trigger__avatar,
  html body .lpp-mobile-account-trigger{
    min-height:48px !important;
    border-radius:18px !important;
  }
  html body .lpp-mobile-appbar__menu,
  html body .lpp-mobile-appbar__lang,
  html body .lpp-mobile-appbar__notify{
    width:48px !important;
    min-width:48px !important;
    padding:0 !important;
    justify-content:center !important;
  }
  html body .lpp-mobile-appbar__brand{
    min-width:0 !important;
    gap:10px !important;
  }
  html body .lpp-mobile-appbar__logo-dot{
    width:48px !important;
    height:48px !important;
    border-radius:18px !important;
    flex:0 0 48px !important;
  }
  html body .lpp-mobile-appbar__brand-text strong,
  html body .lpp-mobile-appbar__brand-text span{
    display:none !important;
  }
  html body .lpp-mobile-appbar__brand::after{
    content:attr(data-mobile-restaurant);
    content:"";
  }
  html body .lpp-mobile-appbar__brand{
    position:relative !important;
  }
  html body .lpp-mobile-appbar__brand::before{
    content: attr(data-lpp-brand-fallback);
    display:none !important;
  }
  html body .lpp-mobile-appbar__brand-text{
    display:block !important;
    min-width:0 !important;
  }
  html body .lpp-mobile-appbar__brand-text::before{
    content: attr(data-lpp-mobile-brand);
    display:none !important;
  }
  html body .lpp-mobile-appbar__brand-text strong{
    display:block !important;
    font-size:0 !important;
    line-height:0 !important;
  }
  html body .lpp-mobile-appbar__brand-text strong::after{
    content: attr(data-lpp-brand-short);
    content: normal;
  }
  html body .lpp-mobile-appbar__brand-text{
    overflow:hidden !important;
  }
  html body .lpp-mobile-appbar__brand-text strong,
  html body .lpp-mobile-appbar__brand-text span{
    font-size:16px !important;
    line-height:1.15 !important;
    font-weight:800 !important;
    color:#0f172a !important;
    white-space:nowrap !important;
    overflow:hidden !important;
    text-overflow:ellipsis !important;
  }
  html body .lpp-mobile-appbar__brand-text span{
    display:none !important;
  }
  html body .lpp-mobile-account-trigger{
    width:48px !important;
    min-width:48px !important;
    padding:0 !important;
    justify-content:center !important;
  }
  html body .lpp-mobile-account-trigger__text{
    display:none !important;
  }
  html body .lpp-mobile-account-panel[hidden]{
    display:none !important;
  }
  html body .lpp-mobile-account-panel:not([hidden]){
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:10px !important;
    width:100% !important;
  }
  html body .lpp-topbar-desktop-settings,
  html body .lpp-topbar-desktop-settings__field,
  html body .lpp-topbar-utility,
  html body .lpp-topbar-controls > .lpp-secondary-btn[data-lpp-refresh-all],
  html body .lpp-topbar-controls > a.lpp-secondary-btn,
  html body .lpp-topbar-controls > .lpp-sync-message,
  html body .lpp-topbar-controls > .lpp-mobile-menu-toggle,
  html body .lpp-topbar-controls .lpp-language-switcher{
    display:none !important;
  }
  html body .lpp-topbar-quick-actions{
    display:grid !important;
    grid-template-columns:repeat(3,minmax(0,1fr)) !important;
    gap:8px !important;
    width:100% !important;
    align-items:stretch !important;
  }
  html body .lpp-topbar-quick-actions > .lpp-topbar-date--mobile,
  html body .lpp-topbar-quick-actions > .lpp-topbar-weather,
  html body .lpp-topbar-quick-actions > .lpp-topbar-desktop-settings,
  html body .lpp-topbar-quick-actions > .lpp-topbar-utility,
  html body .lpp-topbar-quick-actions > .lpp-mobile-menu-toggle,
  html body .lpp-topbar-quick-actions > .lpp-secondary-btn,
  html body .lpp-topbar-quick-actions > a{
    grid-column:auto !important;
    order:initial !important;
    width:100% !important;
    max-width:none !important;
  }
  html body .lpp-topbar-quick-actions > .lpp-topbar-date--mobile{
    display:flex !important;
  }
  html body .lpp-topbar-quick-actions::before{
    content:"";
    display:block;
    min-height:0;
    background:transparent;
  }
  html body .lpp-topbar-quick-actions{
    position:relative !important;
  }
  html body .lpp-topbar-quick-actions > .lpp-topbar-date--mobile,
  html body .lpp-topbar-quick-actions > .lpp-topbar-weather{
    min-height:72px !important;
    padding:12px 14px !important;
    border-radius:20px !important;
    align-items:flex-start !important;
    justify-content:center !important;
    white-space:normal !important;
  }
  html body .lpp-topbar-quick-actions > .lpp-topbar-date--mobile{
    flex-direction:column !important;
    gap:4px !important;
  }
  html body .lpp-topbar-quick-actions > .lpp-topbar-date--mobile .lpp-topbar-date__primary{
    font-size:13px !important;
    line-height:1.25 !important;
    font-weight:800 !important;
  }
  html body .lpp-topbar-quick-actions > .lpp-topbar-date--mobile .lpp-topbar-date__time{
    font-size:20px !important;
    line-height:1 !important;
    font-weight:900 !important;
    color:#2563eb !important;
  }
  html body .lpp-topbar-quick-actions > .lpp-topbar-weather{
    display:flex !important;
    gap:8px !important;
    font-size:13px !important;
    line-height:1.25 !important;
    font-weight:800 !important;
    color:#0f172a !important;
    background:#fff !important;
    border:1px solid rgba(15,23,42,.08) !important;
    position:relative !important;
    overflow:hidden !important;
  }
  html body .lpp-topbar-quick-actions > .lpp-topbar-weather::before{
    content:"" !important;
    position:absolute !important;
    inset:-2px !important;
    border-radius:20px !important;
    padding:2px !important;
    background:conic-gradient(from 0deg, rgba(250,204,21,.15), rgba(96,165,250,.95), rgba(250,204,21,.15)) !important;
    -webkit-mask:linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0) !important;
    -webkit-mask-composite:xor !important;
    mask-composite:exclude !important;
    animation:lppWeatherOrbit 6s linear infinite !important;
    opacity:.95 !important;
    pointer-events:none !important;
  }
  html body .lpp-topbar-quick-actions > .lpp-topbar-weather::after{
    content:"" !important;
    position:absolute !important;
    left:18px !important;
    bottom:10px !important;
    width:72px !important;
    height:22px !important;
    border-radius:999px !important;
    background:radial-gradient(circle, rgba(255,255,255,.95) 0%, rgba(255,255,255,.2) 58%, rgba(255,255,255,0) 76%) !important;
    animation:lppWeatherGlow 4.6s linear infinite !important;
    pointer-events:none !important;
  }
  html body .lpp-topbar-quick-actions > .lpp-topbar-weather > *{
    position:relative !important;
    z-index:1 !important;
  }
  html body .lpp-topbar-quick-actions > .lpp-topbar-weather span:last-child{
    display:block !important;
    white-space:normal !important;
    overflow:visible !important;
  }
  html body .lpp-topbar-quick-actions > .lpp-topbar-date--mobile,
  html body .lpp-topbar-quick-actions > .lpp-topbar-weather{
    box-shadow:0 10px 22px rgba(15,23,42,.06) !important;
  }
  html body .lpp-topbar-quick-actions > .lpp-topbar-date--mobile{order:2 !important;}
  html body .lpp-topbar-quick-actions > .lpp-topbar-weather{order:3 !important;}
  html body .lpp-topbar-quick-actions > .lpp-topbar-date--mobile,
  html body .lpp-topbar-quick-actions > .lpp-topbar-weather{
    grid-column:span 1 !important;
  }
  html body .lpp-topbar-quick-actions::before{
    order:1;
  }
  html body .lpp-topbar-quick-actions > .lpp-topbar-date--mobile,
  html body .lpp-topbar-quick-actions > .lpp-topbar-weather{
    width:100% !important;
  }
  html body .lpp-topbar-quick-actions{
    grid-template-areas:"restaurant date weather" !important;
  }
  html body .lpp-topbar-quick-actions::before{
    grid-area:restaurant;
    content:attr(data-empty);
    padding:0;
  }
  html body .lpp-topbar-quick-actions > .lpp-topbar-date--mobile{grid-area:date !important;}
  html body .lpp-topbar-quick-actions > .lpp-topbar-weather{grid-area:weather !important;}
  html body .lpp-topbar-quick-actions > .lpp-topbar-desktop-settings{display:none !important;}
  html body .lpp-topbar-quick-actions > .lpp-topbar-date--mobile,
  html body .lpp-topbar-quick-actions > .lpp-topbar-weather,
  html body .lpp-topbar-quick-actions > .lpp-topbar-restaurant-mobile{
    min-width:0 !important;
  }
  html body .lpp-topbar-controls .lpp-restaurant-switcher{
    display:block !important;
    width:100% !important;
  }
  html body .lpp-topbar-controls .lpp-restaurant-switcher label{display:none !important;}
  html body .lpp-topbar-controls .lpp-restaurant-switcher select{
    min-height:54px !important;
    border-radius:20px !important;
    font-size:16px !important;
    font-weight:800 !important;
    padding:0 42px 0 16px !important;
  }
  html body .lpp-topbar-controls .lpp-restaurant-switcher{order:2 !important;}
  html body .lpp-topbar-quick-actions{order:3 !important;}

  html body .lpp-shell[data-lpp-root] [data-lpp-panel="dashboard"] .lpp-home-kpis--manager{
    grid-template-columns:repeat(3,minmax(0,1fr)) !important;
    gap:8px !important;
  }
  html body .lpp-shell[data-lpp-root] [data-lpp-panel="dashboard"] .lpp-home-kpi--manager{
    padding:12px 10px !important;
    border-radius:20px !important;
    min-height:128px !important;
    box-shadow:0 10px 22px rgba(15,23,42,.05) !important;
  }
  html body .lpp-shell[data-lpp-root] [data-lpp-panel="dashboard"] .lpp-home-kpi--manager::before{
    left:10px !important;
    top:10px !important;
    width:40px !important;
    height:40px !important;
    border-radius:14px !important;
    background:#eef2f7 !important;
  }
  html body .lpp-shell[data-lpp-root] [data-lpp-panel="dashboard"] .lpp-home-kpi--manager .lpp-home-kpi__label{
    padding-left:0 !important;
    margin:0 0 4px 0 !important;
    font-size:11px !important;
    line-height:1.18 !important;
    font-weight:800 !important;
    color:#64748b !important;
    display:-webkit-box !important;
    -webkit-line-clamp:2 !important;
    -webkit-box-orient:vertical !important;
    overflow:hidden !important;
    min-height:26px !important;
  }
  html body .lpp-shell[data-lpp-root] [data-lpp-panel="dashboard"] .lpp-home-kpi--manager strong{
    font-size:32px !important;
    line-height:1 !important;
    margin:8px 0 6px !important;
  }
  html body .lpp-shell[data-lpp-root] [data-lpp-panel="dashboard"] .lpp-home-kpi--manager .lpp-home-kpi__sub{
    font-size:10px !important;
    line-height:1.2 !important;
    color:#64748b !important;
    display:-webkit-box !important;
    -webkit-line-clamp:2 !important;
    -webkit-box-orient:vertical !important;
    overflow:hidden !important;
    min-height:24px !important;
  }
}

@media (max-width: 430px){
  html body .lpp-topbar-actions,
  html body .lpp-topbar-actions--round2{
    padding:8px !important;
  }
  html body .lpp-mobile-appbar{
    grid-template-columns:44px minmax(0,1fr) 44px 44px 44px !important;
    gap:8px !important;
  }
  html body .lpp-mobile-appbar__menu,
  html body .lpp-mobile-appbar__lang,
  html body .lpp-mobile-appbar__notify,
  html body .lpp-mobile-account-trigger,
  html body .lpp-mobile-account-trigger__avatar,
  html body .lpp-mobile-appbar__logo-dot{
    width:44px !important;
    min-width:44px !important;
    height:44px !important;
    min-height:44px !important;
    border-radius:16px !important;
  }
  html body .lpp-topbar-controls .lpp-restaurant-switcher select{
    min-height:50px !important;
    font-size:15px !important;
  }
  html body .lpp-topbar-quick-actions > .lpp-topbar-date--mobile,
  html body .lpp-topbar-quick-actions > .lpp-topbar-weather{
    min-height:64px !important;
    padding:10px 12px !important;
  }
  html body .lpp-topbar-quick-actions > .lpp-topbar-date--mobile .lpp-topbar-date__primary,
  html body .lpp-topbar-quick-actions > .lpp-topbar-weather{
    font-size:12px !important;
  }
  html body .lpp-topbar-quick-actions > .lpp-topbar-date--mobile .lpp-topbar-date__time{
    font-size:18px !important;
  }
  html body .lpp-shell[data-lpp-root] [data-lpp-panel="dashboard"] .lpp-home-kpis--manager{
    gap:6px !important;
  }
  html body .lpp-shell[data-lpp-root] [data-lpp-panel="dashboard"] .lpp-home-kpi--manager{
    padding:10px 8px !important;
    min-height:118px !important;
    border-radius:18px !important;
  }
  html body .lpp-shell[data-lpp-root] [data-lpp-panel="dashboard"] .lpp-home-kpi--manager::before{
    width:36px !important;
    height:36px !important;
    left:8px !important;
    top:8px !important;
  }
  html body .lpp-shell[data-lpp-root] [data-lpp-panel="dashboard"] .lpp-home-kpi--manager .lpp-home-kpi__label{
    font-size:10px !important;
    min-height:24px !important;
  }
  html body .lpp-shell[data-lpp-root] [data-lpp-panel="dashboard"] .lpp-home-kpi--manager strong{
    font-size:28px !important;
    margin:6px 0 4px !important;
  }
  html body .lpp-shell[data-lpp-root] [data-lpp-panel="dashboard"] .lpp-home-kpi--manager .lpp-home-kpi__sub{
    font-size:9px !important;
    min-height:20px !important;
  }
}

.lpp-sidebar .lpp-tab[data-lpp-tab="shift-swaps"]::before{content:"↔";}
.lpp-shift-meta{display:flex;flex-wrap:wrap;gap:8px;margin:8px 0 4px;}
.lpp-shift-meta span{display:inline-flex;align-items:center;padding:6px 10px;border:1px solid #dfe6f2;border-radius:999px;background:#f7faff;font-size:12px;font-weight:600;color:#1b2a4a;}

/* v1.9.99 mobile dashboard cleanup round */
@media (max-width: 767px){
  html body .lpp-shell[data-lpp-root] .lpp-topbar-actions--round2{
    padding:12px !important;
    border-radius:28px !important;
    background:linear-gradient(180deg,#ffffff 0%,#f8fafc 100%) !important;
    box-shadow:0 16px 40px rgba(15,23,42,.06) !important;
  }
  html body .lpp-topbar-controls{display:block !important;width:100% !important;}
  html body .lpp-mobile-appbar{
    display:grid !important;
    grid-template-columns:44px minmax(0,1fr) auto !important;
    align-items:center !important;
    gap:10px !important;
    padding:0 0 12px !important;
    margin:0 !important;
  }
  html body .lpp-mobile-appbar__menu,
  html body .lpp-mobile-appbar__lang,
  html body .lpp-mobile-appbar__notify,
  html body .lpp-mobile-account-trigger{
    width:44px !important;
    min-width:44px !important;
    height:44px !important;
    min-height:44px !important;
    border-radius:16px !important;
    box-shadow:none !important;
  }
  html body .lpp-mobile-appbar__brand{
    gap:10px !important;
    min-width:0 !important;
  }
  html body .lpp-mobile-appbar__logo-dot{
    width:44px !important;
    height:44px !important;
    min-width:44px !important;
    border-radius:15px !important;
  }
  html body .lpp-mobile-appbar__brand-text{min-width:0 !important;}
  html body .lpp-mobile-appbar__brand-text strong{
    font-size:20px !important;
    font-weight:800 !important;
    line-height:1.05 !important;
    overflow:hidden !important;
    text-overflow:ellipsis !important;
    white-space:nowrap !important;
  }
  html body .lpp-mobile-appbar__brand-text span{
    display:block !important;
    margin-top:2px !important;
    font-size:11px !important;
    font-weight:700 !important;
    color:#64748b !important;
    text-transform:none !important;
    letter-spacing:0 !important;
    overflow:hidden !important;
    text-overflow:ellipsis !important;
    white-space:nowrap !important;
  }
  html body .lpp-topbar-quick-actions{
    display:grid !important;
    grid-template-columns:1fr 1fr !important;
    gap:10px !important;
    width:100% !important;
    align-items:stretch !important;
    margin-top:4px !important;
  }
  html body .lpp-topbar-quick-actions > .lpp-topbar-date--mobile,
  html body .lpp-topbar-quick-actions > .lpp-topbar-weather{
    min-height:92px !important;
    border-radius:22px !important;
    border:1px solid rgba(15,23,42,.08) !important;
    background:#fff !important;
    box-shadow:0 10px 24px rgba(15,23,42,.05) !important;
  }
  html body .lpp-topbar-quick-actions > .lpp-topbar-date--mobile{
    display:flex !important;
    flex-direction:column !important;
    align-items:flex-start !important;
    justify-content:center !important;
    padding:14px 16px !important;
    gap:6px !important;
  }
  html body .lpp-topbar-quick-actions > .lpp-topbar-date--mobile .lpp-topbar-date__primary{
    font-size:14px !important;
    line-height:1.25 !important;
    font-weight:800 !important;
    color:#0f172a !important;
    white-space:normal !important;
  }
  html body .lpp-topbar-quick-actions > .lpp-topbar-date--mobile .lpp-topbar-date__time{
    font-size:24px !important;
    line-height:1 !important;
    font-weight:800 !important;
    color:#2563eb !important;
  }
  html body .lpp-topbar-quick-actions > .lpp-topbar-weather{
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    padding:14px 16px !important;
    font-size:16px !important;
    line-height:1.3 !important;
    font-weight:700 !important;
    color:#0f172a !important;
    white-space:normal !important;
    text-align:left !important;
  }
  html body .lpp-topbar-quick-actions > [data-lpp-refresh-all]{
    grid-column:1 / -1 !important;
    width:auto !important;
    min-width:0 !important;
    min-height:46px !important;
    padding:0 18px !important;
    border-radius:18px !important;
    font-size:16px !important;
    font-weight:800 !important;
    justify-self:start !important;
    box-shadow:none !important;
  }
  html body .lpp-topbar-quick-actions > .lpp-sync-message,
  html body .lpp-topbar-quick-actions > .lpp-mobile-menu-toggle,
  html body .lpp-topbar-quick-actions > .lpp-topbar-utility,
  html body .lpp-topbar-quick-actions > a.lpp-secondary-btn{display:none !important;}

  html body .lpp-panel[data-lpp-panel="dashboard"]{padding:0 !important;background:transparent !important;border:0 !important;box-shadow:none !important;}
  html body .lpp-shell[data-lpp-root] [data-lpp-panel="dashboard"] .lpp-home-kpis--manager{
    display:grid !important;
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:12px !important;
    margin:0 0 16px !important;
  }
  html body .lpp-shell[data-lpp-root] [data-lpp-panel="dashboard"] .lpp-home-kpi--manager{
    min-height:138px !important;
    padding:18px 14px 16px 14px !important;
    border-radius:24px !important;
    border:1px solid rgba(15,23,42,.07) !important;
    box-shadow:0 12px 28px rgba(15,23,42,.05) !important;
    overflow:hidden !important;
  }
  html body .lpp-shell[data-lpp-root] [data-lpp-panel="dashboard"] .lpp-home-kpi--manager::before{
    left:14px !important;
    top:14px !important;
    width:42px !important;
    height:42px !important;
    border-radius:14px !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    font-size:22px !important;
    line-height:1 !important;
  }
  html body .lpp-shell[data-lpp-root] [data-lpp-panel="dashboard"] .lpp-home-kpi--manager .lpp-home-kpi__label,
  html body .lpp-shell[data-lpp-root] [data-lpp-panel="dashboard"] .lpp-home-kpi--manager .lpp-home-kpi__sub{
    display:block !important;
    padding-left:54px !important;
    padding-right:0 !important;
    max-width:100% !important;
    white-space:normal !important;
    word-break:break-word !important;
    overflow:visible !important;
  }
  html body .lpp-shell[data-lpp-root] [data-lpp-panel="dashboard"] .lpp-home-kpi--manager .lpp-home-kpi__label{
    min-height:38px !important;
    font-size:13px !important;
    line-height:1.25 !important;
    font-weight:800 !important;
    color:#334155 !important;
  }
  html body .lpp-shell[data-lpp-root] [data-lpp-panel="dashboard"] .lpp-home-kpi--manager strong{
    margin:16px 0 4px !important;
    font-size:42px !important;
    line-height:1 !important;
    letter-spacing:-.03em !important;
    color:#0f172a !important;
  }
  html body .lpp-shell[data-lpp-root] [data-lpp-panel="dashboard"] .lpp-home-kpi--manager .lpp-home-kpi__sub{
    min-height:34px !important;
    font-size:12px !important;
    line-height:1.25 !important;
    color:#64748b !important;
  }

  html body .lpp-shell[data-lpp-root] [data-lpp-panel="dashboard"] .lpp-manager-dashboard__grid,
  html body .lpp-shell[data-lpp-root] [data-lpp-panel="dashboard"] .lpp-manager-dashboard__right-top{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:14px !important;
  }
  html body .lpp-shell[data-lpp-root] [data-lpp-panel="dashboard"] .lpp-home-card,
  html body .lpp-shell[data-lpp-root] [data-lpp-panel="dashboard"] .lpp-card{
    padding:18px !important;
    border-radius:24px !important;
    border:1px solid rgba(15,23,42,.07) !important;
    box-shadow:0 12px 28px rgba(15,23,42,.05) !important;
  }
  html body .lpp-shell[data-lpp-root] [data-lpp-panel="dashboard"] .lpp-card__head{
    display:flex !important;
    align-items:flex-start !important;
    justify-content:space-between !important;
    gap:10px !important;
    margin-bottom:12px !important;
  }
  html body .lpp-shell[data-lpp-root] [data-lpp-panel="dashboard"] .lpp-card__head h4{
    font-size:22px !important;
    line-height:1.15 !important;
    margin:0 !important;
  }
  html body .lpp-shell[data-lpp-root] [data-lpp-panel="dashboard"] .lpp-card__head-actions{
    display:flex !important;
    flex-wrap:wrap !important;
    justify-content:flex-start !important;
    gap:8px !important;
    width:100% !important;
  }
  html body .lpp-shell[data-lpp-root] [data-lpp-panel="dashboard"] .lpp-card__head .lpp-secondary-btn,
  html body .lpp-shell[data-lpp-root] [data-lpp-panel="dashboard"] .lpp-card__head .lpp-primary-btn{
    min-height:40px !important;
    padding:0 14px !important;
    border-radius:14px !important;
    font-size:14px !important;
  }
  html body .lpp-shell[data-lpp-root] [data-lpp-panel="dashboard"] .lpp-manager-dashboard__actions .lpp-manager-quick-actions{
    display:grid !important;
    grid-template-columns:1fr 1fr !important;
    gap:10px !important;
  }
  html body .lpp-shell[data-lpp-root] [data-lpp-panel="dashboard"] .lpp-home-action{
    min-height:48px !important;
    border-radius:16px !important;
    font-size:14px !important;
    padding:0 12px !important;
  }
  html body .lpp-shell[data-lpp-root] [data-lpp-panel="dashboard"] [data-lpp-dashboard-inbox] p,
  html body .lpp-shell[data-lpp-root] [data-lpp-panel="dashboard"] [data-lpp-dashboard-alerts] p,
  html body .lpp-shell[data-lpp-root] [data-lpp-panel="dashboard"] [data-lpp-dashboard-appointments] p,
  html body .lpp-shell[data-lpp-root] [data-lpp-panel="dashboard"] [data-lpp-dashboard-requests] p,
  html body .lpp-shell[data-lpp-root] [data-lpp-panel="dashboard"] [data-lpp-dashboard-tasks] p,
  html body .lpp-shell[data-lpp-root] [data-lpp-panel="dashboard"] [data-lpp-dashboard-birthdays] p{
    margin:0 !important;
    font-size:15px !important;
    line-height:1.5 !important;
    color:#475569 !important;
  }
}


/* v1.10.7 mobile header cleanup + super admin birthday preview */
@media (max-width: 768px){
  html body .lpp-topbar-actions,
  html body .lpp-topbar-actions--round2{
    padding:8px 10px !important;
    gap:8px !important;
  }
  html body .lpp-topbar-quick-actions{
    display:flex !important;
    flex-wrap:wrap !important;
    gap:8px !important;
    align-items:stretch !important;
  }
  html body .lpp-topbar-weather{
    display:flex !important;
    align-items:center !important;
    justify-content:flex-start !important;
    gap:8px !important;
    width:100% !important;
    max-width:100% !important;
    min-height:46px !important;
    padding:0 14px !important;
    border-radius:16px !important;
    border:1px solid rgba(15,23,42,.08) !important;
    background:#fff !important;
    box-shadow:0 10px 24px rgba(15,23,42,.05) !important;
    color:#0f172a !important;
    font-size:15px !important;
    font-weight:700 !important;
    line-height:1.2 !important;
    white-space:nowrap !important;
    overflow:hidden !important;
    text-overflow:ellipsis !important;
  }
  html body .lpp-topbar-weather::before,
  html body .lpp-topbar-weather::after{
    display:none !important;
    content:none !important;
    animation:none !important;
  }
  html body .lpp-topbar-weather > *{
    position:static !important;
  }
  html body .lpp-topbar-date--mobile{
    min-height:46px !important;
    padding:0 14px !important;
    border-radius:16px !important;
  }
  html body .lpp-topbar-date__primary{
    font-size:15px !important;
    line-height:1.15 !important;
  }
  html body .lpp-topbar-date__time{
    font-size:13px !important;
  }
  html body .lpp-topbar-quick-actions .lpp-secondary-btn,
  html body .lpp-topbar-quick-actions .lpp-desktop-lang-toggle,
  html body .lpp-topbar-quick-actions .lpp-desktop-notify,
  html body .lpp-topbar-quick-actions .lpp-desktop-avatar,
  html body .lpp-topbar-quick-actions .lpp-mobile-menu-toggle{
    min-height:44px !important;
    padding:0 12px !important;
    border-radius:14px !important;
  }
  html body .lpp-topbar-utility{
    gap:8px !important;
  }
  html body .lpp-desktop-lang-toggle,
  html body .lpp-desktop-notify,
  html body .lpp-desktop-avatar{
    width:44px !important;
    min-width:44px !important;
    height:44px !important;
    padding:0 !important;
  }
  html body .lpp-desktop-lang-toggle__label{
    font-size:14px !important;
  }
  html body .lpp-desktop-lang-toggle__icon{
    display:none !important;
  }
}

/* v1.10.8 reservations + mobile refinement */
.lpp-reservation-layout{display:grid;grid-template-columns:minmax(320px,.9fr) minmax(0,1.1fr);gap:18px;align-items:start}
.lpp-reservation-card{padding:0}
.lpp-reservation-toolbar{display:flex;gap:12px;align-items:end;justify-content:space-between;padding:0 18px 18px;flex-wrap:wrap}
.lpp-reservation-toolbar__filter{display:flex;flex-direction:column;gap:6px;min-width:220px}
.lpp-reservation-toolbar__filter span{font-size:12px;font-weight:700;color:#64748b;text-transform:uppercase;letter-spacing:.05em}
.lpp-reservation-form{margin:0}
.lpp-reservation-item{border-left:4px solid rgba(37,99,235,.18);background:linear-gradient(180deg,#fff,#f8fbff)}
.lpp-reservation-item .lpp-item__head{align-items:flex-start}
.lpp-reservation-item .lpp-item__actions{margin-top:12px}
.lpp-reservation-item .lpp-primary-btn{min-height:42px}
.lpp-reservations-empty{padding:18px;color:#64748b}

@media (max-width: 980px){
  .lpp-reservation-layout{grid-template-columns:1fr}
}

@media (max-width: 768px){
  html body .lpp-shell::before{display:none !important;animation:none !important}
  html body .lpp-shell[data-lpp-root],
  html body .lpp-shell[data-lpp-root] .lpp-home-panel,
  html body .lpp-shell[data-lpp-root] .lpp-panel{padding-left:12px !important;padding-right:12px !important;box-sizing:border-box !important}
  html body .lpp-shell[data-lpp-root] .lpp-manager-dashboard,
  html body .lpp-shell[data-lpp-root] .lpp-home-body,
  html body .lpp-shell[data-lpp-root] .lpp-home-kpis,
  html body .lpp-shell[data-lpp-root] .lpp-manager-dashboard__grid{padding-left:0 !important;padding-right:0 !important}

  html body .lpp-shell[data-lpp-root] .lpp-mobile-appbar__lang,
  html body .lpp-shell[data-lpp-root] .lpp-mobile-appbar__notify,
  html body .lpp-shell[data-lpp-root] .lpp-mobile-account-trigger,
  html body .lpp-shell[data-lpp-root] .lpp-topbar-utility > button,
  html body .lpp-shell[data-lpp-root] .lpp-topbar-utility > a{
    padding-left:10px !important;padding-right:10px !important;
  }

  html body .lpp-shell[data-lpp-root] .lpp-topbar-quick-actions > .lpp-topbar-date--mobile{
    align-items:center !important;justify-content:center !important;text-align:center !important;padding:14px 12px !important;
  }
  html body .lpp-shell[data-lpp-root] .lpp-topbar-quick-actions > .lpp-topbar-date--mobile .lpp-topbar-date__primary,
  html body .lpp-shell[data-lpp-root] .lpp-topbar-quick-actions > .lpp-topbar-date--mobile .lpp-topbar-date__time{width:100% !important;text-align:center !important}

  html body .lpp-shell[data-lpp-root] .lpp-topbar-quick-actions > .lpp-topbar-weather{
    background:linear-gradient(135deg,#f7fbff 0%,#ffffff 58%,#eef6ff 100%) !important;
    border:1px solid #dce9fb !important;
    box-shadow:0 10px 24px rgba(59,130,246,.08) !important;
    justify-content:center !important;
    text-align:center !important;
    gap:8px !important;
    padding:14px 14px !important;
  }
  html body .lpp-shell[data-lpp-root] .lpp-topbar-quick-actions > .lpp-topbar-weather .lpp-weather-header__icon{font-size:22px !important;filter:drop-shadow(0 4px 10px rgba(59,130,246,.18))}
  html body .lpp-shell[data-lpp-root] .lpp-topbar-quick-actions > .lpp-topbar-weather > span:last-child{font-weight:900 !important;letter-spacing:.01em !important;text-align:center !important}

  html body .lpp-shell[data-lpp-root] [data-lpp-panel="reservations"] .lpp-panel__head,
  html body .lpp-shell[data-lpp-root] [data-lpp-panel="reservations"] .lpp-card__head{gap:10px;align-items:flex-start}
  html body .lpp-shell[data-lpp-root] .lpp-reservation-toolbar{padding:0 0 14px !important}
  html body .lpp-shell[data-lpp-root] .lpp-reservation-toolbar__filter{min-width:100%}
}

@media print{
  body.lpp-print-reservations .lpp-shell{background:#fff !important;border:none !important;box-shadow:none !important;padding:0 !important}
  body.lpp-print-reservations .lpp-shell::before,
  body.lpp-print-reservations .lpp-hero,
  body.lpp-print-reservations .lpp-sidebar,
  body.lpp-print-reservations .lpp-mobile-bottom-nav,
  body.lpp-print-reservations [data-lpp-panel]:not([data-lpp-panel="reservations"]){display:none !important}
  body.lpp-print-reservations [data-lpp-panel="reservations"]{display:block !important;padding:0 !important}
  body.lpp-print-reservations [data-lpp-panel="reservations"] .lpp-form,
  body.lpp-print-reservations [data-lpp-print-reservations],
  body.lpp-print-reservations [data-lpp-refresh="reservations"],
  body.lpp-print-reservations [data-lpp-reservation-clear-filter],
  body.lpp-print-reservations [data-lpp-reservation-resolve]{display:none !important}
  body.lpp-print-reservations .lpp-reservation-item{break-inside:avoid;border:1px solid #dbe3ef !important;box-shadow:none !important;background:#fff !important}
}

/* v1.10.9 mobile header compact row + card text padding */
@media (max-width: 768px){
  html body .lpp-shell[data-lpp-root] .lpp-topbar-quick-actions{
    display:grid !important;
    grid-template-columns:minmax(108px,.78fr) minmax(0,1.22fr) !important;
    grid-template-areas:
      "refresh date"
      "weather weather" !important;
    gap:10px !important;
    align-items:stretch !important;
    width:100% !important;
  }

  html body .lpp-shell[data-lpp-root] .lpp-topbar-quick-actions > [data-lpp-refresh-all]{
    display:inline-flex !important;
    grid-area:refresh !important;
    min-width:0 !important;
    width:100% !important;
    min-height:54px !important;
    justify-content:center !important;
    align-items:center !important;
    padding:0 14px !important;
    border-radius:18px !important;
    font-weight:800 !important;
  }

  html body .lpp-shell[data-lpp-root] .lpp-topbar-quick-actions > .lpp-topbar-date--mobile{
    display:flex !important;
    grid-area:date !important;
    min-height:54px !important;
    padding:12px 14px !important;
    border-radius:18px !important;
    align-items:flex-start !important;
    justify-content:center !important;
    flex-direction:column !important;
    gap:6px !important;
    text-align:left !important;
  }

  html body .lpp-shell[data-lpp-root] .lpp-topbar-quick-actions > .lpp-topbar-date--mobile .lpp-topbar-date__primary,
  html body .lpp-shell[data-lpp-root] .lpp-topbar-quick-actions > .lpp-topbar-date--mobile .lpp-topbar-date__time{
    width:100% !important;
    text-align:left !important;
    display:block !important;
  }

  html body .lpp-shell[data-lpp-root] .lpp-topbar-quick-actions > .lpp-topbar-date--mobile .lpp-topbar-date__primary{
    font-size:15px !important;
    line-height:1.18 !important;
  }

  html body .lpp-shell[data-lpp-root] .lpp-topbar-quick-actions > .lpp-topbar-date--mobile .lpp-topbar-date__time{
    font-size:15px !important;
    line-height:1 !important;
    font-weight:900 !important;
    color:#2563eb !important;
  }

  html body .lpp-shell[data-lpp-root] .lpp-topbar-quick-actions > .lpp-topbar-weather{
    grid-area:weather !important;
    position:relative !important;
    overflow:hidden !important;
    min-height:70px !important;
    padding:14px 16px !important;
    border-radius:22px !important;
    border:1px solid #d7e7ff !important;
    background:linear-gradient(135deg,#f7fbff 0%,#ffffff 55%,#eef6ff 100%) !important;
    box-shadow:0 12px 30px rgba(59,130,246,.10) !important;
    justify-content:flex-start !important;
    text-align:left !important;
    gap:10px !important;
    white-space:normal !important;
    line-height:1.3 !important;
    isolation:isolate !important;
  }

  html body .lpp-shell[data-lpp-root] .lpp-topbar-quick-actions > .lpp-topbar-weather::before{
    content:'' !important;
    position:absolute !important;
    width:118px !important;
    height:118px !important;
    top:-28px !important;
    right:-22px !important;
    border-radius:999px !important;
    background:conic-gradient(from 0deg, rgba(96,165,250,.00) 0deg, rgba(96,165,250,.26) 76deg, rgba(255,255,255,.00) 138deg, rgba(191,219,254,.34) 236deg, rgba(96,165,250,.00) 360deg) !important;
    filter:blur(0px) !important;
    animation:lppWeatherOrbitMobile 10s linear infinite !important;
    pointer-events:none !important;
    opacity:.95 !important;
  }

  html body .lpp-shell[data-lpp-root] .lpp-topbar-quick-actions > .lpp-topbar-weather::after{
    content:'' !important;
    position:absolute !important;
    inset:0 !important;
    background:linear-gradient(135deg,transparent 18%,rgba(96,165,250,.16) 19%,rgba(96,165,250,.16) 22%,transparent 23%,transparent 58%,rgba(147,197,253,.18) 59%,rgba(147,197,253,.18) 62%,transparent 63%) !important;
    pointer-events:none !important;
    opacity:.65 !important;
  }

  html body .lpp-shell[data-lpp-root] .lpp-topbar-quick-actions > .lpp-topbar-weather > *{
    position:relative !important;
    z-index:1 !important;
  }

  html body .lpp-shell[data-lpp-root] .lpp-topbar-quick-actions > .lpp-topbar-weather .lpp-weather-header__icon{
    font-size:22px !important;
    line-height:1 !important;
    filter:drop-shadow(0 4px 10px rgba(59,130,246,.16)) !important;
  }

  html body .lpp-shell[data-lpp-root] .lpp-topbar-quick-actions > .lpp-topbar-weather > span:last-child{
    font-weight:900 !important;
    letter-spacing:.01em !important;
    text-align:left !important;
  }

  html body .lpp-shell[data-lpp-root] .lpp-topbar-quick-actions > .lpp-topbar-utility,
  html body .lpp-shell[data-lpp-root] .lpp-topbar-quick-actions > .lpp-sync-message,
  html body .lpp-shell[data-lpp-root] .lpp-topbar-quick-actions > .lpp-mobile-menu-toggle,
  html body .lpp-shell[data-lpp-root] .lpp-topbar-quick-actions > a.lpp-secondary-btn{
    display:none !important;
  }

  html body .lpp-shell[data-lpp-root] .lpp-panel,
  html body .lpp-shell[data-lpp-root] .lpp-card,
  html body .lpp-shell[data-lpp-root] .lpp-home-card,
  html body .lpp-shell[data-lpp-root] .lpp-item,
  html body .lpp-shell[data-lpp-root] .lpp-home-kpi,
  html body .lpp-shell[data-lpp-root] .lpp-plan-card{
    padding-left:16px !important;
    padding-right:16px !important;
    box-sizing:border-box !important;
  }

  html body .lpp-shell[data-lpp-root] .lpp-panel__head,
  html body .lpp-shell[data-lpp-root] .lpp-card__head,
  html body .lpp-shell[data-lpp-root] .lpp-form,
  html body .lpp-shell[data-lpp-root] .lpp-muted,
  html body .lpp-shell[data-lpp-root] .lpp-panel > p,
  html body .lpp-shell[data-lpp-root] .lpp-card > p{
    padding-left:2px !important;
    padding-right:2px !important;
    box-sizing:border-box !important;
  }
}

@keyframes lppWeatherOrbitMobile{
  from{transform:rotate(0deg);}
  to{transform:rotate(360deg);}
}


/* v1.10.11 mobile avatar topbar cleanup */
html body .lpp-mobile-appbar__logo-dot--avatar{
  overflow:hidden !important;
  padding:0 !important;
  background:#ffffff !important;
  border:1px solid rgba(226,232,240,.95) !important;
  box-shadow:0 8px 18px rgba(15,23,42,.06) !important;
}
html body .lpp-mobile-appbar__logo-dot--avatar::before,
html body .lpp-mobile-appbar__logo-dot--avatar::after{
  display:none !important;
}
html body .lpp-mobile-appbar__logo-dot--avatar img{
  width:100% !important;
  height:100% !important;
  display:block !important;
  object-fit:cover !important;
  border-radius:inherit !important;
}

/* v1.10.12 topbar refresh + shift status */
html body .lpp-shell[data-lpp-root] .lpp-topbar-refresh-mini{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  min-height:44px !important;
  padding:0 14px !important;
  border-radius:14px !important;
  font-weight:800 !important;
  white-space:nowrap !important;
}
html body .lpp-shell[data-lpp-root] .lpp-topbar-shift-status{
  display:flex;
  align-items:center;
  gap:12px;
  min-height:52px;
  padding:12px 16px;
  border-radius:18px;
  background:#fff;
  border:1px solid rgba(148,163,184,.22);
  box-shadow:0 12px 28px rgba(15,23,42,.05);
  grid-column:1 / -1;
}
html body .lpp-shell[data-lpp-root] .lpp-topbar-shift-status__badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:32px;
  padding:0 12px;
  border-radius:999px;
  font-size:12px;
  font-weight:900;
  letter-spacing:.02em;
  white-space:nowrap;
  background:#e2e8f0;
  color:#0f172a;
}
html body .lpp-shell[data-lpp-root] .lpp-topbar-shift-status__badge.is-work{background:rgba(34,197,94,.14);color:#15803d;}
html body .lpp-shell[data-lpp-root] .lpp-topbar-shift-status__badge.is-off{background:rgba(59,130,246,.12);color:#1d4ed8;}
html body .lpp-shell[data-lpp-root] .lpp-topbar-shift-status__badge.is-vacation{background:rgba(251,191,36,.18);color:#b45309;}
html body .lpp-shell[data-lpp-root] .lpp-topbar-shift-status__badge.is-sick{background:rgba(248,113,113,.14);color:#b91c1c;}
html body .lpp-shell[data-lpp-root] .lpp-topbar-shift-status__badge.is-next{background:rgba(168,85,247,.14);color:#7c3aed;}
html body .lpp-shell[data-lpp-root] .lpp-topbar-shift-status__text{
  flex:1 1 auto;
  font-size:14px;
  font-weight:700;
  color:#334155;
  line-height:1.45;
}
html body .lpp-shell[data-lpp-root] [data-lpp-panel="dashboard"] .lpp-home-kpi--shift strong{
  font-size:24px !important;
  line-height:1.12 !important;
  white-space:normal !important;
}
html body .lpp-shell[data-lpp-root] [data-lpp-panel="dashboard"] .lpp-home-kpi--shift[data-tone="work"]::before{background:linear-gradient(135deg,rgba(34,197,94,.18),rgba(16,185,129,.28)) !important;}
html body .lpp-shell[data-lpp-root] [data-lpp-panel="dashboard"] .lpp-home-kpi--shift[data-tone="off"]::before{background:linear-gradient(135deg,rgba(59,130,246,.16),rgba(37,99,235,.24)) !important;}
html body .lpp-shell[data-lpp-root] [data-lpp-panel="dashboard"] .lpp-home-kpi--shift[data-tone="vacation"]::before{background:linear-gradient(135deg,rgba(250,204,21,.18),rgba(251,146,60,.24)) !important;}
html body .lpp-shell[data-lpp-root] [data-lpp-panel="dashboard"] .lpp-home-kpi--shift[data-tone="sick"]::before{background:linear-gradient(135deg,rgba(248,113,113,.18),rgba(239,68,68,.24)) !important;}
html body .lpp-shell[data-lpp-root] [data-lpp-panel="dashboard"] .lpp-home-kpi--shift[data-tone="next"]::before{background:linear-gradient(135deg,rgba(168,85,247,.16),rgba(129,140,248,.24)) !important;}
@media (max-width: 768px){
  html body .lpp-shell[data-lpp-root] .lpp-mobile-appbar__refresh{
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    width:44px !important;
    height:44px !important;
    border-radius:14px !important;
    border:1px solid rgba(148,163,184,.24) !important;
    background:#fff !important;
    color:#0f172a !important;
    font-size:22px !important;
    font-weight:900 !important;
    box-shadow:0 8px 20px rgba(15,23,42,.06) !important;
  }
  html body .lpp-shell[data-lpp-root] .lpp-topbar-utility .lpp-topbar-refresh-mini{display:none !important;}
  html body .lpp-shell[data-lpp-root] .lpp-topbar-shift-status{
    padding:10px 12px !important;
    min-height:48px !important;
    border-radius:16px !important;
    gap:10px !important;
  }
  html body .lpp-shell[data-lpp-root] .lpp-topbar-shift-status__badge{
    min-height:28px !important;
    padding:0 10px !important;
    font-size:11px !important;
  }
  html body .lpp-shell[data-lpp-root] .lpp-topbar-shift-status__text{
    font-size:13px !important;
    line-height:1.4 !important;
  }
}


/* v1.10.15 desktop shift bar + reservation icon */
html body .lpp-shell[data-lpp-root] .lpp-topbar-shift-status{
  width:100% !important;
}

html body .lpp-shell[data-lpp-root] .lpp-manager-quick-actions .lpp-home-action--reservations{
  display:flex !important;
  flex-direction:column !important;
  align-items:center !important;
  justify-content:center !important;
  gap:8px !important;
}

html body .lpp-shell[data-lpp-root] .lpp-manager-quick-actions .lpp-home-action--reservations::before{
  content:none !important;
  display:none !important;
}

html body .lpp-shell[data-lpp-root] .lpp-manager-quick-actions .lpp-home-action__icon{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  width:34px !important;
  height:34px !important;
  border-radius:10px !important;
  background:linear-gradient(180deg,#ffffff 0%,#dbeafe 100%) !important;
  border:1px solid #bfdbfe !important;
  box-shadow:inset 0 10px 0 #ef4444 !important;
  color:#0f172a !important;
  font-size:14px !important;
  font-weight:900 !important;
  line-height:1 !important;
}

html body .lpp-shell[data-lpp-root] .lpp-manager-quick-actions .lpp-home-action__label{
  display:block !important;
}


/* v1.10.16 real mobile date card fix */
@media (max-width: 768px){
  html body .lpp-shell[data-lpp-root] .lpp-topbar-quick-actions{
    display:grid !important;
    grid-template-columns:minmax(0,1fr) !important;
    gap:10px !important;
    width:100% !important;
    align-items:stretch !important;
  }
  html body .lpp-shell[data-lpp-root] .lpp-topbar-quick-actions > .lpp-topbar-date--mobile,
  html body .lpp-shell[data-lpp-root] .lpp-topbar-quick-actions > .lpp-topbar-weather,
  html body .lpp-shell[data-lpp-root] .lpp-topbar-quick-actions > .lpp-topbar-shift-status{
    grid-column:1 / -1 !important;
    width:100% !important;
    max-width:100% !important;
    margin:0 !important;
  }
  html body .lpp-shell[data-lpp-root] .lpp-topbar-quick-actions > .lpp-topbar-date--mobile{
    display:flex !important;
    align-items:flex-start !important;
    justify-content:center !important;
    min-height:72px !important;
    padding:16px 18px !important;
    border-radius:20px !important;
    border:1px solid #dce9fb !important;
    background:linear-gradient(135deg,#f7fbff 0%,#ffffff 58%,#eef6ff 100%) !important;
    box-shadow:0 10px 24px rgba(59,130,246,.08) !important;
    text-align:left !important;
    gap:4px !important;
  }
  html body .lpp-shell[data-lpp-root] .lpp-topbar-quick-actions > .lpp-topbar-date--mobile::before{display:none !important;content:none !important;}
  html body .lpp-shell[data-lpp-root] .lpp-topbar-quick-actions > .lpp-topbar-date--mobile .lpp-topbar-date__primary,
  html body .lpp-shell[data-lpp-root] .lpp-topbar-quick-actions > .lpp-topbar-date--mobile .lpp-topbar-date__time{
    width:100% !important;
    text-align:left !important;
  }
  html body .lpp-shell[data-lpp-root] .lpp-topbar-quick-actions > .lpp-topbar-date--mobile .lpp-topbar-date__primary{
    font-size:15px !important;
    line-height:1.3 !important;
    font-weight:800 !important;
    color:#0f172a !important;
    white-space:normal !important;
  }
  html body .lpp-shell[data-lpp-root] .lpp-topbar-quick-actions > .lpp-topbar-date--mobile .lpp-topbar-date__time{
    font-size:18px !important;
    line-height:1.1 !important;
    font-weight:900 !important;
    color:#2563eb !important;
  }
  html body .lpp-shell[data-lpp-root] .lpp-topbar-quick-actions > .lpp-topbar-weather{
    min-height:72px !important;
    padding:16px 18px !important;
    border-radius:20px !important;
    justify-content:flex-start !important;
    text-align:left !important;
    gap:10px !important;
  }
}


/* v1.10.17 dashboard reservations kpi */
html body .lpp-shell[data-lpp-root] [data-lpp-panel="dashboard"] .lpp-home-kpi--reservations{background:linear-gradient(180deg,#ffffff 0%,#f5fbff 100%) !important;border-color:#bae6fd !important;}
html body .lpp-shell[data-lpp-root] [data-lpp-panel="dashboard"] .lpp-home-kpi--reservations::before{content:'🍽️' !important;background:linear-gradient(180deg,#e0f2fe,#bae6fd) !important;}

/* v1.10.18 manager mandatory tasks + order info + clickable KPIs */
html body .lpp-shell[data-lpp-root] .lpp-home-kpi[data-lpp-open-tab]{cursor:pointer;}
html body .lpp-shell[data-lpp-root] .lpp-home-kpi--mandatory{background:linear-gradient(180deg,#ffffff 0%,#f3f0ff 100%) !important;border-color:#ddd6fe !important;}
html body .lpp-shell[data-lpp-root] .lpp-home-kpi--mandatory::before{content:'✅' !important;background:linear-gradient(180deg,#ede9fe,#ddd6fe) !important;}
html body .lpp-shell[data-lpp-root] .lpp-tab--hidden{display:none !important;}
html body .lpp-shell[data-lpp-root] .lpp-tab--mandatory::before{content:'✅';margin-right:8px;}
html body .lpp-shell[data-lpp-root] [data-lpp-tab="reservations"]::before{content:'🪑';margin-right:8px;}
html body .lpp-shell[data-lpp-root] .lpp-manager-quick-actions .lpp-home-action--order-info{
  display:flex !important;flex-direction:column !important;align-items:center !important;justify-content:center !important;gap:8px !important;
}
html body .lpp-shell[data-lpp-root] .lpp-manager-quick-actions .lpp-home-action--order-info::before{content:none !important;display:none !important;}
html body .lpp-shell[data-lpp-root] .lpp-mandatory-task__counts{display:flex;gap:10px;flex-wrap:wrap;margin:12px 0 0;color:#475569;font-size:13px;font-weight:700;}
html body .lpp-shell[data-lpp-root] .lpp-mandatory-task__manager-controls{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:14px;}
html body .lpp-shell[data-lpp-root] .lpp-mandatory-task__manager-controls label{display:flex;align-items:center;gap:8px;padding:10px 12px;border:1px solid #e2e8f0;border-radius:12px;background:#f8fafc;}
html body .lpp-shell[data-lpp-root] .lpp-mandatory-task__manager-controls textarea{grid-column:1 / -1;min-height:90px;border-radius:14px;border:1px solid #dbe3ef;padding:12px 14px;}
html body .lpp-shell[data-lpp-root] .lpp-mandatory-task__responses{display:grid;gap:10px;margin-top:14px;}
html body .lpp-shell[data-lpp-root] .lpp-mandatory-task__response{display:grid;gap:2px;padding:10px 12px;border:1px solid #e2e8f0;border-radius:12px;background:#fff;}
html body .lpp-shell[data-lpp-root] .lpp-order-info-item{border-left:4px solid rgba(14,116,144,.18);background:linear-gradient(180deg,#fff,#f4fbff);}
html body .lpp-shell[data-lpp-root] .lpp-mandatory-submit-row{justify-content:flex-end;}
@media (min-width: 769px){
  html body .lpp-shell[data-lpp-root] .lpp-topbar-quick-actions{display:grid !important;grid-template-columns:minmax(0,1fr) auto !important;gap:12px !important;align-items:start !important;width:100% !important;}
  html body .lpp-shell[data-lpp-root] .lpp-topbar-quick-actions > .lpp-topbar-date--mobile,
  html body .lpp-shell[data-lpp-root] .lpp-topbar-quick-actions > .lpp-topbar-weather{grid-column:1 / 2 !important;}
  html body .lpp-shell[data-lpp-root] .lpp-topbar-quick-actions > .lpp-topbar-shift-status{grid-column:1 / 2 !important;width:100% !important;}
  html body .lpp-shell[data-lpp-root] .lpp-topbar-quick-actions > .lpp-topbar-utility{grid-column:2 / 3 !important;grid-row:1 / span 3 !important;align-self:stretch !important;}
}
@media (max-width: 768px){
  html body .lpp-shell[data-lpp-root] .lpp-mandatory-task__manager-controls{grid-template-columns:1fr !important;}
}


/* v1.10.39 mobile time tracking exact mockup polish */
@media (max-width: 768px){
  .lpp-panel[data-lpp-panel="time-tracking"] .lpp-panel__head{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
    margin-bottom:12px;
  }
  .lpp-panel[data-lpp-panel="time-tracking"] .lpp-panel__head .lpp-secondary-btn{
    display:none;
  }
  .lpp-panel[data-lpp-panel="time-tracking"] .lpp-panel__head h3{
    margin:0;
    font-size:20px;
    line-height:1.2;
  }
  .lpp-time-track-toolbar{gap:12px;margin-bottom:12px}
  .lpp-time-track-calendar{
    padding:12px 12px 10px;
    border-radius:22px;
    box-shadow:0 10px 24px rgba(15,23,42,.06);
  }
  .lpp-time-track-calendar__head{margin-bottom:10px}
  .lpp-time-track-calendar__head strong,
  .lpp-time-track-calendar__top strong{
    font-size:18px;
    line-height:1.2;
  }
  .lpp-time-track-calendar__nav,
  .lpp-time-track-calendar__top .lpp-secondary-btn{
    width:44px;
    height:44px;
    border-radius:14px;
    padding:0;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    font-size:20px;
  }
  .lpp-time-track-calendar__top{
    display:grid;
    grid-template-columns:44px minmax(0,1fr) 44px;
    align-items:center;
    gap:10px;
    margin-bottom:10px;
  }
  .lpp-time-track-controls{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    min-width:0;
  }
  .lpp-time-track-month{flex:1 1 auto;min-width:0}
  .lpp-time-track-month span,
  .lpp-time-track-user-filter span,
  .lpp-time-track-controls > strong,
  .lpp-time-track-user-filter{
    display:none !important;
  }
  .lpp-time-track-month input{
    min-width:0;
    width:100%;
    max-width:none;
    height:44px;
    border-radius:14px;
    font-size:16px;
    font-weight:700;
  }
  .lpp-time-track-calendar__days{
    grid-template-columns:repeat(7,minmax(0,1fr));
    gap:6px;
    overflow:visible;
  }
  .lpp-time-track-day,
  .lpp-time-track-calendar__day{
    min-width:0;
    padding:8px 2px;
    border-radius:14px;
    gap:2px;
  }
  .lpp-time-track-day span,
  .lpp-time-track-calendar__day span{
    font-size:11px;
    line-height:1;
    text-transform:uppercase;
    letter-spacing:.02em;
  }
  .lpp-time-track-day strong,
  .lpp-time-track-calendar__day strong{
    font-size:15px;
    line-height:1.1;
  }
  .lpp-time-track-list{gap:10px}
  .lpp-plan-group > h4{
    margin:8px 0 10px;
    font-size:17px;
  }
  .lpp-time-track-card{
    border-radius:22px;
    padding:14px;
    box-shadow:0 10px 24px rgba(15,23,42,.05);
  }
  .lpp-time-track-card__head{
    display:grid;
    grid-template-columns:minmax(0,1fr) auto;
    align-items:start;
    gap:10px;
  }
  .lpp-time-track-card__head > div:first-child{min-width:0}
  .lpp-time-track-card__head h4{
    margin:0 0 4px;
    font-size:18px;
    line-height:1.2;
  }
  .lpp-time-track-card__head p{
    margin:0;
    font-size:13px;
    color:#64748b;
    line-height:1.35;
  }
  .lpp-time-track-card__actions{
    justify-content:flex-end;
    align-items:flex-start;
    gap:8px;
  }
  .lpp-time-track-card__actions .lpp-secondary-btn{
    min-height:42px;
    padding:0 14px;
    border-radius:14px;
    font-size:15px;
    font-weight:700;
  }
  .lpp-time-track-card__actions .lpp-badge{
    display:none;
  }
  .lpp-time-track-card__grid--summary{
    margin-top:12px;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:8px;
  }
  .lpp-time-track-card__grid--summary > div:first-child{
    display:none;
  }
  .lpp-time-track-card__grid--summary > div{
    padding:12px 10px;
    border-radius:16px;
    background:#f8fafc;
  }
  .lpp-time-track-card__grid--summary > div strong{
    font-size:16px;
    line-height:1.2;
  }
  .lpp-time-track-card__grid--summary > div .lpp-hours-summary-label{
    font-size:12px;
    margin-bottom:4px;
  }
  .lpp-time-track-card__grid{
    grid-template-columns:1fr;
    gap:8px;
    margin-top:8px;
  }
  .lpp-time-track-card__grid > div:first-child{
    display:none;
  }
  .lpp-time-track-card__grid > div{
    padding:10px 12px;
    border-radius:16px;
    background:#f8fafc;
  }
  .lpp-time-track-form{
    margin-top:12px;
    padding-top:12px;
  }
}

/* v1.10.50 mobile dashboard + bottom bar cleanup */
@media (max-width: 768px){
  html body .lpp-topbar-shift-status{display:none !important;}

  html body .lpp-shell[data-lpp-root][data-lpp-active-tab]:not([data-lpp-active-tab="dashboard"]) .lpp-topbar-date--mobile,
  html body .lpp-shell[data-lpp-root][data-lpp-active-tab]:not([data-lpp-active-tab="dashboard"]) .lpp-topbar-weather{
    display:none !important;
  }

  html body .lpp-shell[data-lpp-root][data-lpp-active-tab="dashboard"] .lpp-topbar-date--mobile,
  html body .lpp-shell[data-lpp-root][data-lpp-active-tab="dashboard"] .lpp-topbar-weather{
    display:flex !important;
  }

  html body .lpp-shell[data-lpp-root] .lpp-topbar-date--mobile,
  html body .lpp-shell[data-lpp-root] .lpp-topbar-weather{
    width:100% !important;
    min-width:0 !important;
    max-width:none !important;
    min-height:56px !important;
    padding:12px 14px !important;
    border-radius:18px !important;
    align-items:center !important;
    box-shadow:0 8px 22px rgba(15,23,42,.08) !important;
  }

  html body .lpp-shell[data-lpp-root] .lpp-topbar-date--mobile{
    background:linear-gradient(180deg,#f8fbff 0%, #eef4ff 100%) !important;
    border:1px solid rgba(59,130,246,.14) !important;
    justify-content:space-between !important;
    gap:12px !important;
  }

  html body .lpp-shell[data-lpp-root] .lpp-topbar-date--mobile .lpp-topbar-date__primary{
    font-size:14px !important;
    line-height:1.3 !important;
    font-weight:800 !important;
    color:#0f1f3d !important;
    white-space:normal !important;
  }

  html body .lpp-shell[data-lpp-root] .lpp-topbar-date--mobile .lpp-topbar-date__time{
    font-size:18px !important;
    line-height:1 !important;
    font-weight:900 !important;
    color:#2563eb !important;
    margin-left:auto !important;
    white-space:nowrap !important;
  }

  html body .lpp-shell[data-lpp-root] .lpp-topbar-weather{
    background:#ffffff !important;
    border:1px solid rgba(148,163,184,.18) !important;
    justify-content:flex-start !important;
    gap:10px !important;
    color:#0f1f3d !important;
    font-size:14px !important;
    line-height:1.3 !important;
    white-space:normal !important;
  }

  html body .lpp-shell[data-lpp-root] .lpp-topbar-weather::before,
  html body .lpp-shell[data-lpp-root] .lpp-topbar-weather::after{
    display:none !important;
    content:none !important;
  }

  html body .lpp-shell[data-lpp-root] .lpp-topbar-weather > *{
    position:static !important;
  }

  html body .lpp-mobile-bottom-nav{
    background:linear-gradient(180deg,#0b1530 0%, #142850 100%) !important;
    border:1px solid rgba(255,255,255,.08) !important;
    box-shadow:0 20px 42px rgba(7,14,28,.34) !important;
  }

  html body .lpp-mobile-bottom-nav__item{
    color:rgba(255,255,255,.86) !important;
    background:transparent !important;
  }

  html body .lpp-mobile-bottom-nav__item span,
  html body .lpp-mobile-bottom-nav__item small{
    color:inherit !important;
  }

  html body .lpp-mobile-bottom-nav__item.is-active{
    background:rgba(255,255,255,.14) !important;
    color:#ffffff !important;
    box-shadow:inset 0 0 0 1px rgba(255,255,255,.08) !important;
  }

  html body .lpp-mobile-bottom-nav__badge{
    background:#ffffff !important;
    color:#0b1530 !important;
    border:2px solid #142850 !important;
  }

  html body .lpp-shell[data-lpp-root] .lpp-card-title,
  html body .lpp-shell[data-lpp-root] .lpp-dashboard-stat-title,
  html body .lpp-shell[data-lpp-root] .lpp-kpi-card-title,
  html body .lpp-shell[data-lpp-root] .lpp-stat-title{
    word-break:normal !important;
    overflow-wrap:normal !important;
    hyphens:none !important;
  }
}


/* v1.10.53 desktop topheader one-row rebuild */
@media (min-width: 769px){
  html body .lpp-shell[data-lpp-root] [data-lpp-sticky-topbar]{
    display:block !important;
    padding:12px 14px !important;
    border-radius:22px !important;
  }
  html body .lpp-shell[data-lpp-root] .lpp-topbar-controls,
  html body .lpp-shell[data-lpp-root] .lpp-topbar-quick-actions,
  html body .lpp-shell[data-lpp-root] .lpp-topbar-date--mobile,
  html body .lpp-shell[data-lpp-root] .lpp-topbar-shift-status,
  html body .lpp-shell[data-lpp-root] .lpp-mobile-menu-toggle,
  html body .lpp-shell[data-lpp-root] .lpp-mobile-appbar,
  html body .lpp-shell[data-lpp-root] .lpp-mobile-account-panel{display:none !important;}

  html body .lpp-shell[data-lpp-root] .lpp-topbar-desktop-row{
    display:flex !important;
    align-items:center !important;
    justify-content:space-between !important;
    gap:14px !important;
    flex-wrap:nowrap !important;
    min-width:0 !important;
  }
  html body .lpp-shell[data-lpp-root] .lpp-topbar-desktop-row__left,
  html body .lpp-shell[data-lpp-root] .lpp-topbar-desktop-row__right{
    display:flex !important;
    align-items:center !important;
    flex-wrap:nowrap !important;
    min-width:0 !important;
  }
  html body .lpp-shell[data-lpp-root] .lpp-topbar-desktop-row__left{gap:8px !important; flex:1 1 auto !important;}
  html body .lpp-shell[data-lpp-root] .lpp-topbar-desktop-row__right{gap:8px !important; flex:0 0 auto !important; margin-left:auto !important;}

  html body .lpp-shell[data-lpp-root] .lpp-topbar-desktop-block{
    min-height:48px !important;
    height:48px !important;
    border-radius:16px !important;
    background:#fff !important;
    border:1px solid rgba(15,23,42,.08) !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    white-space:nowrap !important;
    box-shadow:0 10px 24px rgba(15,23,42,.05) !important;
    flex-shrink:0 !important;
    overflow:hidden !important;
  }

  html body .lpp-shell[data-lpp-root] .lpp-topbar-desktop-block--branch{width:190px !important; min-width:190px !important; max-width:190px !important; padding:0 !important;}
  html body .lpp-shell[data-lpp-root] .lpp-topbar-desktop-block--branch select{
    width:100% !important; min-width:100% !important; max-width:100% !important; height:100% !important;
    border:0 !important; background:transparent !important; box-shadow:none !important; padding:0 42px 0 18px !important;
    font-size:17px !important; font-weight:800 !important; color:#0f172a !important; text-overflow:ellipsis !important;
  }
  html body .lpp-shell[data-lpp-root] .lpp-topbar-desktop-block--date{width:220px !important; min-width:220px !important; max-width:220px !important; padding:0 18px !important; justify-content:flex-start !important;}
  html body .lpp-shell[data-lpp-root] .lpp-topbar-desktop-block--weather{width:180px !important; min-width:180px !important; max-width:180px !important; padding:0 16px !important; justify-content:flex-start !important;}

  html body .lpp-shell[data-lpp-root] .lpp-topbar-date__primary{display:block !important; width:100% !important; overflow:hidden !important; text-overflow:ellipsis !important; white-space:nowrap !important; font-size:15px !important; font-weight:800 !important; line-height:1.15 !important; color:#0f172a !important; text-align:center !important;}
  html body .lpp-shell[data-lpp-root] .lpp-topbar-date__time{display:block !important; margin-top:2px !important; font-size:12px !important; font-weight:800 !important; color:#475569 !important; text-align:center !important;}
  html body .lpp-shell[data-lpp-root] .lpp-topbar-desktop-block--date{display:flex !important; flex-direction:column !important; align-items:center !important; justify-content:center !important; gap:0 !important;}
  html body .lpp-shell[data-lpp-root] .lpp-topbar-desktop-block--weather{font-size:14px !important; font-weight:800 !important; color:#1e293b !important; gap:8px !important;}
  html body .lpp-shell[data-lpp-root] .lpp-topbar-desktop-block--weather .lpp-weather-header__icon{font-size:18px !important;}
  html body .lpp-shell[data-lpp-root] .lpp-topbar-desktop-block--weather > span:last-child{overflow:hidden !important; text-overflow:ellipsis !important; white-space:nowrap !important;}
  html body .lpp-shell[data-lpp-root] .lpp-topbar-desktop-block--weather::before,
  html body .lpp-shell[data-lpp-root] .lpp-topbar-desktop-block--weather::after{display:none !important;}

  html body .lpp-shell[data-lpp-root] .lpp-desktop-lang-toggle,
  html body .lpp-shell[data-lpp-root] .lpp-desktop-notify,
  html body .lpp-shell[data-lpp-root] .lpp-desktop-avatar{width:56px !important; min-width:56px !important; max-width:56px !important; padding:0 !important;}
  html body .lpp-shell[data-lpp-root] .lpp-desktop-lang-toggle{gap:0 !important;}
  html body .lpp-shell[data-lpp-root] .lpp-desktop-lang-toggle__icon{display:none !important;}
  html body .lpp-shell[data-lpp-root] .lpp-desktop-lang-toggle__label{font-size:14px !important; font-weight:800 !important; color:#0f172a !important;}
  html body .lpp-shell[data-lpp-root] .lpp-desktop-notify{position:relative !important;}
  html body .lpp-shell[data-lpp-root] .lpp-desktop-notify__badge{top:5px !important; right:5px !important;}
  html body .lpp-shell[data-lpp-root] .lpp-desktop-avatar__image,
  html body .lpp-shell[data-lpp-root] .lpp-desktop-avatar__image img{width:38px !important; height:38px !important; border-radius:999px !important;}
  html body .lpp-shell[data-lpp-root] .lpp-topbar-refresh-mini{width:110px !important; min-width:110px !important; max-width:110px !important; padding:0 16px !important; font-size:14px !important; font-weight:800 !important; justify-content:center !important;}

  @media (max-width: 1440px){
    html body .lpp-shell[data-lpp-root] .lpp-topbar-desktop-block--branch{width:172px !important; min-width:172px !important; max-width:172px !important;}
    html body .lpp-shell[data-lpp-root] .lpp-topbar-desktop-block--date{width:205px !important; min-width:205px !important; max-width:205px !important;}
    html body .lpp-shell[data-lpp-root] .lpp-topbar-desktop-block--weather{width:165px !important; min-width:165px !important; max-width:165px !important;}
    html body .lpp-shell[data-lpp-root] .lpp-topbar-desktop-row__left{gap:6px !important;}
    html body .lpp-shell[data-lpp-root] .lpp-topbar-desktop-row__right{gap:6px !important;}
  }
}

@media (max-width: 768px){
  html body .lpp-shell[data-lpp-root] .lpp-topbar-desktop-row{display:none !important;}
}


/* v1.10.61 premium gradient shell */
html body .lpp-shell[data-lpp-root]{background:radial-gradient(circle at 14% 18%, rgba(147,197,253,.26), transparent 28%), radial-gradient(circle at 86% 10%, rgba(196,181,253,.22), transparent 24%), radial-gradient(circle at 52% 78%, rgba(255,255,255,.72), transparent 34%), linear-gradient(180deg,#eef4fb 0%,#f7faff 48%,#edf3fa 100%) !important;}
html body .lpp-shell[data-lpp-root] > .lpp-hero > div:first-child, html body .lpp-shell[data-lpp-root] > .lpp-hero > .lpp-topbar-actions{background:rgba(255,255,255,.72) !important;backdrop-filter:blur(16px) !important;-webkit-backdrop-filter:blur(16px) !important;border:1px solid rgba(255,255,255,.58) !important;box-shadow:0 16px 40px rgba(15,23,42,.07) !important;}
html body .lpp-shell[data-lpp-root] .lpp-stat-card, html body .lpp-shell[data-lpp-root] .lpp-card, html body .lpp-shell[data-lpp-root] .lpp-panel, html body .lpp-shell[data-lpp-root] .lpp-item, html body .lpp-shell[data-lpp-root] .lpp-schedule-card{background:#fff !important;border-color:#e4ebf4 !important;box-shadow:0 10px 28px rgba(15,23,42,.045) !important;}


/* v1.10.63 order info icon safety */
html body .lpp-shell[data-lpp-root] .lpp-manager-quick-actions .lpp-home-action--order-info{display:flex !important;flex-direction:column !important;align-items:center !important;justify-content:center !important;gap:8px !important;}
html body .lpp-shell[data-lpp-root] .lpp-manager-quick-actions .lpp-home-action--order-info .lpp-home-action__icon{display:inline-flex !important;align-items:center !important;justify-content:center !important;width:34px !important;height:34px !important;border-radius:10px !important;background:linear-gradient(180deg,#ffffff 0%,#dbeafe 100%) !important;border:1px solid #bfdbfe !important;box-shadow:inset 0 10px 0 #ef4444 !important;color:#0f172a !important;font-size:14px !important;font-weight:900 !important;line-height:1 !important;}
html body .lpp-shell[data-lpp-root] .lpp-tab--order-info{display:inline-flex !important;align-items:center !important;}
html body .lpp-shell[data-lpp-root] .lpp-tab--order-info .lpp-tab__icon{display:inline-flex !important;align-items:center !important;justify-content:center !important;width:18px !important;height:18px !important;margin-right:8px !important;}


/* v1.10.64 responsive top header + order info alignment */
html body .lpp-shell[data-lpp-root] .lpp-topbar-actions--header-v2{
  background:#163b63 !important;
  border:1px solid rgba(255,255,255,.08) !important;
  box-shadow:0 18px 40px rgba(11,27,46,.22) !important;
}
html body .lpp-shell[data-lpp-root] .lpp-topbar-desktop-row--header-v2{
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:14px !important;
  width:100% !important;
  max-width:1680px !important;
  margin:0 auto !important;
}
html body .lpp-shell[data-lpp-root] .lpp-topbar-desktop-row__left{flex:0 1 230px !important; min-width:180px !important;}
html body .lpp-shell[data-lpp-root] .lpp-topbar-desktop-row__center{flex:1 1 auto !important; min-width:320px !important; display:flex !important; justify-content:center !important;}
html body .lpp-shell[data-lpp-root] .lpp-topbar-desktop-row__right{flex:0 0 auto !important; display:flex !important; align-items:center !important; gap:10px !important; margin-left:auto !important;}

html body .lpp-shell[data-lpp-root] .lpp-topbar-desktop-row--header-v2 .lpp-topbar-desktop-block--branch,
html body .lpp-shell[data-lpp-root] .lpp-topbar-desktop-row--header-v2 .lpp-topbar-desktop-block--live,
html body .lpp-shell[data-lpp-root] .lpp-topbar-desktop-row--header-v2 .lpp-topbar-refresh-mini,
html body .lpp-shell[data-lpp-root] .lpp-topbar-desktop-row--header-v2 .lpp-topbar-language-switch,
html body .lpp-shell[data-lpp-root] .lpp-topbar-desktop-row--header-v2 .lpp-desktop-notify{
  min-height:46px !important;
  height:46px !important;
  border-radius:15px !important;
  background:#ffffff !important;
  border:1px solid rgba(255,255,255,.55) !important;
  box-shadow:none !important;
}
html body .lpp-shell[data-lpp-root] .lpp-topbar-desktop-row--header-v2 .lpp-topbar-desktop-block--branch{width:100% !important; min-width:0 !important; max-width:none !important; overflow:hidden !important;}
html body .lpp-shell[data-lpp-root] .lpp-topbar-desktop-row--header-v2 .lpp-topbar-desktop-block--branch select{font-size:15px !important; font-weight:800 !important;}
html body .lpp-shell[data-lpp-root] .lpp-topbar-desktop-row--header-v2 .lpp-topbar-desktop-block--live{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:14px !important;
  width:100% !important;
  min-width:0 !important;
  padding:0 18px !important;
  overflow:hidden !important;
}
html body .lpp-shell[data-lpp-root] .lpp-topbar-desktop-row--header-v2 .lpp-topbar-live-item{
  min-width:0 !important;
  display:inline-flex !important;
  align-items:center !important;
  gap:8px !important;
  white-space:nowrap !important;
}
html body .lpp-shell[data-lpp-root] .lpp-topbar-desktop-row--header-v2 .lpp-topbar-live-item--date{flex:1 1 auto !important; justify-content:flex-start !important;}
html body .lpp-shell[data-lpp-root] .lpp-topbar-desktop-row--header-v2 .lpp-topbar-live-item--time{flex:0 0 auto !important;}
html body .lpp-shell[data-lpp-root] .lpp-topbar-desktop-row--header-v2 .lpp-topbar-live-item--weather{flex:0 1 220px !important; min-width:120px !important; justify-content:flex-start !important;}
html body .lpp-shell[data-lpp-root] .lpp-topbar-desktop-row--header-v2 .lpp-topbar-live-separator{width:1px !important; height:20px !important; background:rgba(22,59,99,.12) !important; border-radius:999px !important; flex:0 0 auto !important;}
html body .lpp-shell[data-lpp-root] .lpp-topbar-desktop-row--header-v2 .lpp-topbar-live-icon--calendar{
  width:28px !important; height:28px !important; min-width:28px !important;
  border-radius:10px !important; background:#163b63 !important; color:#ffffff !important;
  display:inline-flex !important; align-items:center !important; justify-content:center !important;
  box-shadow:none !important;
}
html body .lpp-shell[data-lpp-root] .lpp-topbar-desktop-row--header-v2 .lpp-topbar-live-icon--calendar .lpp-topbar-live-icon__day{
  color:#ffffff !important; font-size:11px !important; font-weight:900 !important; line-height:1 !important;
}
html body .lpp-shell[data-lpp-root] .lpp-topbar-desktop-row--header-v2 .lpp-topbar-date__primary{
  font-size:15px !important; font-weight:800 !important; color:#163b63 !important; overflow:hidden !important; text-overflow:ellipsis !important;
}
html body .lpp-shell[data-lpp-root] .lpp-topbar-desktop-row--header-v2 .lpp-topbar-time__value{font-size:15px !important; font-weight:800 !important; color:#0f172a !important;}
html body .lpp-shell[data-lpp-root] .lpp-topbar-desktop-row--header-v2 .lpp-topbar-live-item--weather,
html body .lpp-shell[data-lpp-root] .lpp-topbar-desktop-row--header-v2 .lpp-topbar-weather{
  background:transparent !important; border:0 !important; box-shadow:none !important; padding:0 !important; border-radius:0 !important;
  min-height:auto !important; height:auto !important; overflow:hidden !important; text-overflow:ellipsis !important;
}
html body .lpp-shell[data-lpp-root] .lpp-topbar-desktop-row--header-v2 .lpp-topbar-weather::before,
html body .lpp-shell[data-lpp-root] .lpp-topbar-desktop-row--header-v2 .lpp-topbar-weather::after{display:none !important;}
html body .lpp-shell[data-lpp-root] .lpp-topbar-desktop-row--header-v2 .lpp-weather-header__icon{font-size:18px !important; line-height:1 !important;}
html body .lpp-shell[data-lpp-root] .lpp-topbar-desktop-row--header-v2 .lpp-topbar-language-switch{display:inline-flex !important; align-items:center !important; gap:0 !important; padding:0 4px !important;}
html body .lpp-shell[data-lpp-root] .lpp-topbar-desktop-row--header-v2 .lpp-topbar-language-switch .lpp-language-pill{min-width:40px !important; height:36px !important; border-radius:11px !important;}
html body .lpp-shell[data-lpp-root] .lpp-topbar-desktop-row--header-v2 .lpp-desktop-notify{position:relative !important; width:46px !important; min-width:46px !important; padding:0 !important; overflow:visible !important;}
html body .lpp-shell[data-lpp-root] .lpp-topbar-desktop-row--header-v2 .lpp-desktop-notify__badge{top:-6px !important; right:-6px !important; min-width:20px !important; height:20px !important; padding:0 5px !important; font-size:11px !important; line-height:20px !important;}
html body .lpp-shell[data-lpp-root] .lpp-topbar-desktop-row--header-v2 .lpp-topbar-refresh-mini{width:46px !important; min-width:46px !important; font-size:18px !important; padding:0 !important;}

@media (max-width: 1380px){
  html body .lpp-shell[data-lpp-root] .lpp-topbar-desktop-row--header-v2{
    flex-wrap:wrap !important;
    row-gap:10px !important;
  }
  html body .lpp-shell[data-lpp-root] .lpp-topbar-desktop-row--header-v2 .lpp-topbar-desktop-row__left{flex:1 1 260px !important;}
  html body .lpp-shell[data-lpp-root] .lpp-topbar-desktop-row--header-v2 .lpp-topbar-desktop-row__right{flex:0 0 auto !important; margin-left:auto !important;}
  html body .lpp-shell[data-lpp-root] .lpp-topbar-desktop-row--header-v2 .lpp-topbar-desktop-row__center{
    order:3 !important;
    flex:1 1 100% !important;
    min-width:100% !important;
  }
  html body .lpp-shell[data-lpp-root] .lpp-topbar-desktop-row--header-v2 .lpp-topbar-desktop-block--live{justify-content:flex-start !important;}
}

@media (max-width: 1180px){
  html body .lpp-shell[data-lpp-root] .lpp-topbar-desktop-row--header-v2 .lpp-topbar-desktop-block--live{gap:10px !important; padding:0 14px !important;}
  html body .lpp-shell[data-lpp-root] .lpp-topbar-desktop-row--header-v2 .lpp-topbar-live-item--weather{flex:0 1 160px !important;}
  html body .lpp-shell[data-lpp-root] .lpp-topbar-desktop-row--header-v2 .lpp-topbar-date__primary{font-size:14px !important;}
}

html body .lpp-shell[data-lpp-root] .lpp-tabs .lpp-tab--order-info{justify-content:flex-start !important; text-align:left !important;}
html body .lpp-shell[data-lpp-root] .lpp-tabs .lpp-tab--order-info .lpp-tab__icon{margin-right:10px !important; color:inherit !important;}


/* v1.10.65 sidebar order info icon */
html body .lpp-shell[data-lpp-root] .lpp-sidebar .lpp-tab[data-lpp-tab="order-info"]::before,
html body .lpp-shell[data-lpp-root] .lpp-tabs .lpp-tab[data-lpp-tab="order-info"]::before{
  content:"📦";
}


/* v1.10.67 mobile top header cleanup */
@media (min-width: 769px){
  html body .lpp-shell[data-lpp-root] .lpp-mobile-appbar,
  html body .lpp-shell[data-lpp-root] .lpp-mobile-dashboard-extra--header-v2{display:none !important;}
}

@media (max-width: 768px){
  html body .lpp-shell[data-lpp-root] .lpp-topbar-actions--header-v2{
    padding:10px !important;
    border-radius:22px !important;
  }
  html body .lpp-shell[data-lpp-root] .lpp-topbar-desktop-row,
  html body .lpp-shell[data-lpp-root] .lpp-topbar-desktop-row--header-v2,
  html body .lpp-shell[data-lpp-root] .lpp-topbar-controls,
  html body .lpp-shell[data-lpp-root] .lpp-topbar-quick-actions,
  html body .lpp-shell[data-lpp-root] .lpp-topbar-date,
  html body .lpp-shell[data-lpp-root] .lpp-topbar-date--mobile,
  html body .lpp-shell[data-lpp-root] .lpp-topbar-desktop-settings,
  html body .lpp-shell[data-lpp-root] .lpp-mobile-account-panel{display:none !important;}

  html body .lpp-shell[data-lpp-root] .lpp-mobile-appbar{
    display:grid !important;
    grid-template-columns:44px minmax(0,1fr) auto !important;
    align-items:center !important;
    gap:8px !important;
    padding:0 !important;
  }
  html body .lpp-shell[data-lpp-root] .lpp-mobile-appbar__branch{
    display:block !important;
    min-width:0 !important;
    margin:0 !important;
  }
  html body .lpp-shell[data-lpp-root] .lpp-mobile-appbar__branch select{
    width:100% !important;
    height:44px !important;
    border:1px solid rgba(255,255,255,.18) !important;
    border-radius:14px !important;
    background:#ffffff !important;
    color:#0f172a !important;
    font-size:14px !important;
    font-weight:800 !important;
    padding:0 34px 0 12px !important;
    box-shadow:none !important;
  }
  html body .lpp-shell[data-lpp-root] .lpp-mobile-appbar__actions{
    display:flex !important;
    align-items:center !important;
    justify-content:flex-end !important;
    gap:8px !important;
    min-width:0 !important;
  }
  html body .lpp-shell[data-lpp-root] .lpp-mobile-appbar__refresh,
  html body .lpp-shell[data-lpp-root] .lpp-mobile-appbar__notify,
  html body .lpp-shell[data-lpp-root] .lpp-mobile-appbar__menu{
    width:44px !important;
    min-width:44px !important;
    height:44px !important;
    border-radius:14px !important;
    border:1px solid rgba(255,255,255,.18) !important;
    background:#ffffff !important;
    color:#163b63 !important;
    box-shadow:none !important;
  }
  html body .lpp-shell[data-lpp-root] .lpp-mobile-appbar__language{
    display:inline-flex !important;
    align-items:center !important;
    gap:4px !important;
    padding:4px !important;
    min-height:44px !important;
    border:1px solid rgba(255,255,255,.18) !important;
    border-radius:14px !important;
    background:#ffffff !important;
    box-shadow:none !important;
  }
  html body .lpp-shell[data-lpp-root] .lpp-mobile-appbar__language .lpp-language-pill{
    min-width:32px !important;
    height:34px !important;
    padding:0 8px !important;
    border:none !important;
    border-radius:10px !important;
    background:transparent !important;
    color:#163b63 !important;
    font-size:12px !important;
    font-weight:900 !important;
  }
  html body .lpp-shell[data-lpp-root] .lpp-mobile-appbar__language .lpp-language-pill.is-active{
    background:#163b63 !important;
    color:#ffffff !important;
  }
  html body .lpp-shell[data-lpp-root] .lpp-mobile-dashboard-extra--header-v2{
    display:grid !important;
    grid-template-columns:minmax(0,1fr) !important;
    gap:10px !important;
    margin-top:10px !important;
  }
  html body .lpp-shell[data-lpp-root] .lpp-mobile-date-card--inline,
  html body .lpp-shell[data-lpp-root] .lpp-mobile-weather-card{
    min-height:52px !important;
    border-radius:16px !important;
    background:#ffffff !important;
    border:1px solid rgba(255,255,255,.18) !important;
    box-shadow:none !important;
  }
  html body .lpp-shell[data-lpp-root] .lpp-mobile-date-card--inline{
    display:flex !important;
    align-items:center !important;
    justify-content:space-between !important;
    gap:12px !important;
    padding:0 14px !important;
  }
  html body .lpp-shell[data-lpp-root] .lpp-mobile-date-card--inline .lpp-mobile-date-card__date{
    font-size:14px !important;
    font-weight:800 !important;
    color:#163b63 !important;
  }
  html body .lpp-shell[data-lpp-root] .lpp-mobile-date-card--inline .lpp-mobile-date-card__time{
    font-size:15px !important;
    font-weight:900 !important;
    color:#0f172a !important;
  }
  html body .lpp-shell[data-lpp-root] .lpp-mobile-weather-card{
    display:flex !important;
    align-items:center !important;
    justify-content:flex-start !important;
    padding:0 14px !important;
    color:#163b63 !important;
    font-size:14px !important;
    font-weight:800 !important;
  }
}

/* v1.10.68 mobile header branch removed */
@media (max-width: 768px){
  html body .lpp-shell[data-lpp-root] .lpp-mobile-appbar{
    display:flex !important;
    align-items:center !important;
    justify-content:space-between !important;
    gap:10px !important;
  }
  html body .lpp-shell[data-lpp-root] .lpp-mobile-appbar__branch{display:none !important;}
  html body .lpp-shell[data-lpp-root] .lpp-mobile-appbar__actions{margin-left:auto !important;}
}


/* v1.10.69 mobile header centered actions */
@media (max-width: 768px){
  html body .lpp-shell[data-lpp-root] .lpp-topbar-actions--header-v2,
  html body .lpp-shell[data-lpp-root] > .lpp-hero > .lpp-topbar-actions--header-v2{
    background:linear-gradient(180deg,#0f172a 0%,#172554 100%) !important;
    border:1px solid rgba(255,255,255,.08) !important;
    box-shadow:0 18px 44px rgba(15,23,42,.22) !important;
    backdrop-filter:none !important;
  }
  html body .lpp-shell[data-lpp-root] .lpp-mobile-appbar{
    display:grid !important;
    grid-template-columns:44px minmax(0,1fr) 44px !important;
    align-items:center !important;
    gap:0 !important;
    min-height:44px !important;
    width:100% !important;
  }
  html body .lpp-shell[data-lpp-root] .lpp-mobile-appbar::after{
    content:"" !important;
    display:block !important;
    width:44px !important;
    height:44px !important;
    grid-column:3 !important;
    justify-self:end !important;
  }
  html body .lpp-shell[data-lpp-root] .lpp-mobile-appbar__menu{
    grid-column:1 !important;
    justify-self:start !important;
  }
  html body .lpp-shell[data-lpp-root] .lpp-mobile-appbar__actions{
    grid-column:2 !important;
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    gap:8px !important;
    width:auto !important;
    margin:0 auto !important;
  }
  html body .lpp-shell[data-lpp-root] .lpp-mobile-appbar__refresh,
  html body .lpp-shell[data-lpp-root] .lpp-mobile-appbar__notify,
  html body .lpp-shell[data-lpp-root] .lpp-mobile-appbar__menu{
    width:44px !important;
    min-width:44px !important;
    height:44px !important;
    min-height:44px !important;
    border-radius:14px !important;
    border:1px solid rgba(255,255,255,.16) !important;
    background:#ffffff !important;
    color:#163b63 !important;
    box-shadow:none !important;
  }
  html body .lpp-shell[data-lpp-root] .lpp-mobile-appbar__language{
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    gap:4px !important;
    padding:4px !important;
    min-height:44px !important;
    border:1px solid rgba(255,255,255,.16) !important;
    border-radius:14px !important;
    background:#ffffff !important;
    box-shadow:none !important;
  }
  html body .lpp-shell[data-lpp-root] .lpp-mobile-appbar__language .lpp-language-pill{
    min-width:32px !important;
    height:34px !important;
    padding:0 8px !important;
    border:none !important;
    border-radius:10px !important;
    background:transparent !important;
    color:#163b63 !important;
    font-size:12px !important;
    font-weight:900 !important;
  }
  html body .lpp-shell[data-lpp-root] .lpp-mobile-appbar__language .lpp-language-pill.is-active{
    background:#163b63 !important;
    color:#ffffff !important;
  }
}

@media (max-width: 420px){
  html body .lpp-shell[data-lpp-root] .lpp-mobile-appbar{
    grid-template-columns:42px minmax(0,1fr) 42px !important;
  }
  html body .lpp-shell[data-lpp-root] .lpp-mobile-appbar::after,
  html body .lpp-shell[data-lpp-root] .lpp-mobile-appbar__refresh,
  html body .lpp-shell[data-lpp-root] .lpp-mobile-appbar__notify,
  html body .lpp-shell[data-lpp-root] .lpp-mobile-appbar__menu{
    width:42px !important;
    min-width:42px !important;
    height:42px !important;
    min-height:42px !important;
  }
  html body .lpp-shell[data-lpp-root] .lpp-mobile-appbar__actions{
    gap:6px !important;
  }
  html body .lpp-shell[data-lpp-root] .lpp-mobile-appbar__language{
    padding:4px !important;
  }
  html body .lpp-shell[data-lpp-root] .lpp-mobile-appbar__language .lpp-language-pill{
    min-width:30px !important;
    padding:0 7px !important;
    font-size:11px !important;
  }
}


/* v1.10.70 mobile header actions centered */
@media (max-width: 768px){
  html body .lpp-shell[data-lpp-root] .lpp-mobile-appbar{
    display:grid !important;
    grid-template-columns:48px minmax(0,1fr) 48px !important;
    align-items:center !important;
    gap:10px !important;
    justify-content:stretch !important;
  }
  html body .lpp-shell[data-lpp-root] .lpp-mobile-appbar::after{
    content:"" !important;
    display:block !important;
    width:48px !important;
    height:48px !important;
  }
  html body .lpp-shell[data-lpp-root] .lpp-mobile-appbar__menu,
  html body .lpp-shell[data-lpp-root] .lpp-mobile-appbar__refresh,
  html body .lpp-shell[data-lpp-root] .lpp-mobile-appbar__notify{
    width:48px !important;
    min-width:48px !important;
    height:48px !important;
  }
  html body .lpp-shell[data-lpp-root] .lpp-mobile-appbar__menu{
    justify-self:start !important;
  }
  html body .lpp-shell[data-lpp-root] .lpp-mobile-appbar__actions{
    justify-self:center !important;
    justify-content:center !important;
    margin-left:0 !important;
  }
  html body .lpp-shell[data-lpp-root] .lpp-mobile-appbar__language{
    min-height:48px !important;
  }
}



/* v1.10.71 mobile header profile image */
@media (max-width: 768px){
  html body .lpp-shell[data-lpp-root] .lpp-mobile-appbar::after{display:none !important;}
  html body .lpp-shell[data-lpp-root] .lpp-mobile-appbar__profile{
    grid-column:3 !important;
    justify-self:end !important;
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    width:48px !important;
    min-width:48px !important;
    height:48px !important;
    min-height:48px !important;
    padding:0 !important;
    border-radius:14px !important;
    border:1px solid rgba(255,255,255,.16) !important;
    background:#ffffff !important;
    box-shadow:none !important;
    overflow:hidden !important;
  }
  html body .lpp-shell[data-lpp-root] .lpp-mobile-appbar__profile-avatar{
    width:36px !important;
    height:36px !important;
    border-radius:999px !important;
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    overflow:hidden !important;
    background:linear-gradient(135deg,#163b63 0%,#284f7a 100%) !important;
    color:#ffffff !important;
    font-size:13px !important;
    font-weight:900 !important;
    letter-spacing:.03em !important;
  }
  html body .lpp-shell[data-lpp-root] .lpp-mobile-appbar__profile-avatar img{
    width:100% !important;
    height:100% !important;
    display:block !important;
    object-fit:cover !important;
    border-radius:999px !important;
  }
  html body .lpp-shell[data-lpp-root] .lpp-mobile-appbar__profile-fallback{
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    width:100% !important;
    height:100% !important;
  }
}

@media (max-width: 420px){
  html body .lpp-shell[data-lpp-root] .lpp-mobile-appbar__profile{
    width:44px !important;
    min-width:44px !important;
    height:44px !important;
    min-height:44px !important;
  }
  html body .lpp-shell[data-lpp-root] .lpp-mobile-appbar__profile-avatar{
    width:34px !important;
    height:34px !important;
  }
}


/* v1.10.72 mobile header info row restored */
@media (max-width: 768px){
  html body .lpp-shell[data-lpp-root] .lpp-mobile-dashboard-extra--header-v2{
    display:flex !important;
    align-items:stretch !important;
    gap:8px !important;
    width:100% !important;
    min-width:0 !important;
    flex:1 0 100% !important;
    margin-top:10px !important;
  }
  html body .lpp-shell[data-lpp-root] .lpp-mobile-date-card--inline,
  html body .lpp-shell[data-lpp-root] .lpp-mobile-weather-card{
    flex:1 1 0 !important;
    min-width:0 !important;
    min-height:42px !important;
    height:42px !important;
    border-radius:14px !important;
    padding:0 10px !important;
    box-shadow:none !important;
    overflow:hidden !important;
  }
  html body .lpp-shell[data-lpp-root] .lpp-mobile-date-card--inline{
    display:flex !important;
    align-items:center !important;
    justify-content:space-between !important;
    gap:8px !important;
  }
  html body .lpp-shell[data-lpp-root] .lpp-mobile-date-card--inline .lpp-mobile-date-card__date{
    flex:1 1 auto !important;
    min-width:0 !important;
    font-size:11px !important;
    line-height:1.05 !important;
    font-weight:800 !important;
    white-space:nowrap !important;
    overflow:hidden !important;
    text-overflow:ellipsis !important;
  }
  html body .lpp-shell[data-lpp-root] .lpp-mobile-date-card--inline .lpp-mobile-date-card__time{
    flex:0 0 auto !important;
    font-size:12px !important;
    line-height:1 !important;
    font-weight:900 !important;
    white-space:nowrap !important;
  }
  html body .lpp-shell[data-lpp-root] .lpp-mobile-weather-card{
    display:flex !important;
    align-items:center !important;
    justify-content:flex-start !important;
    gap:6px !important;
    font-size:11px !important;
    line-height:1.05 !important;
    font-weight:800 !important;
    white-space:nowrap !important;
    text-overflow:ellipsis !important;
  }
  html body .lpp-shell[data-lpp-root] .lpp-mobile-weather-card::before,
  html body .lpp-shell[data-lpp-root] .lpp-mobile-weather-card::after{
    display:none !important;
  }
  html body .lpp-shell[data-lpp-root] .lpp-mobile-weather-card > *{
    min-width:0 !important;
  }
}


.lpp-nav-hint{margin:8px 0 0;padding:10px 12px;border:1px dashed rgba(15,23,42,.15);border-radius:14px;font-size:12px;line-height:1.45;color:#64748b;background:#f8fafc;}


.lpp-leave-quick-card{margin-bottom:18px}.lpp-leave-quick-note{margin:6px 0 0;color:#64748b;max-width:920px}.lpp-leave-quick-alert{margin:0 0 14px;padding:12px 14px;border-radius:14px;font-weight:700}.lpp-leave-quick-alert.is-success{background:#ecfdf5;color:#166534;border:1px solid #bbf7d0}.lpp-leave-quick-alert.is-error{background:#fef2f2;color:#b91c1c;border:1px solid #fecaca}.lpp-leave-quick-form textarea{min-height:110px;border-radius:14px;border:1px solid #dbe3ee;background:#fff;padding:12px 14px;font-size:15px;resize:vertical}.lpp-leave-quick-form textarea:focus{border-color:#94a3b8;box-shadow:0 0 0 3px rgba(148,163,184,.14);outline:none}

/* v1.10.84 grouped daily schedules */
.lpp-plan-table--merged{min-width:780px}
.lpp-plan-shift-list{display:flex;flex-wrap:wrap;gap:8px;align-items:center}
.lpp-plan-shift-chip{display:inline-flex;align-items:center;min-height:32px;padding:6px 10px;border-radius:999px;border:1px solid #dbe4f0;background:#f8fbff;color:#102348;font-size:12px;font-weight:700;line-height:1.3}
.lpp-plan-card__line-value .lpp-plan-shift-list{margin-top:6px}
.lpp-plan-table--merged td{vertical-align:top}

html body .lpp-shell[data-lpp-root] .lpp-sidebar .lpp-tab[data-lpp-tab="request-calendar"]::before,
html body .lpp-shell[data-lpp-root] .lpp-tabs .lpp-tab[data-lpp-tab="request-calendar"]::before{content:"☂" !important;font-size:15px !important;}


/* v1.10.88 collapsible users + time tracking + schedule sorting polish */
.lpp-collapse-toolbar{display:flex;justify-content:flex-end;gap:10px;flex-wrap:wrap;margin:0 0 14px}
.lpp-collapse-toggle{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:12px;border:1px solid rgba(15,23,42,.12);background:#fff;color:#102348;font-size:16px;font-weight:800;box-shadow:0 6px 16px rgba(15,23,42,.05);transition:transform .18s ease,background .18s ease,border-color .18s ease}
.lpp-collapse-toggle span{display:block;line-height:1;transition:transform .18s ease}
[data-lpp-collapsible-card].is-expanded .lpp-collapse-toggle span{transform:rotate(180deg)}
.lpp-user-card{padding:16px !important}
.lpp-user-card__hero--compact{margin-bottom:0 !important;padding-bottom:0 !important;border-bottom:none !important;display:flex;align-items:center;justify-content:space-between;gap:16px}
.lpp-user-card__hero-main{min-width:0;flex:1 1 auto}
.lpp-user-card [data-lpp-collapsible-body]{margin-top:14px;padding-top:14px;border-top:1px solid #eef2f7}
.lpp-user-card__badges{margin-bottom:8px}
.lpp-time-track-card{padding:14px}
.lpp-time-track-card__head--compact{align-items:center}
.lpp-time-track-card__titlewrap{display:flex;align-items:center;gap:12px;min-width:0;flex:1 1 auto}
.lpp-time-track-card__titlewrap>div{min-width:0}
.lpp-time-track-card__compact-meta{display:flex;align-items:center;justify-content:flex-end;gap:10px;flex-wrap:wrap}
.lpp-time-track-card__compact-time{font-weight:800;color:#102348;white-space:nowrap}
.lpp-time-track-card__compact-hours{display:inline-flex;align-items:center;justify-content:center;min-width:82px;padding:10px 12px;border-radius:12px;background:#eef4ff;color:#163b63;font-weight:800}
.lpp-time-track-card [data-lpp-collapsible-body]{margin-top:14px;padding-top:14px;border-top:1px solid rgba(15,23,42,.08)}
.lpp-time-track-list{gap:10px}
.lpp-plan-group>h4{margin-bottom:12px}
@media (max-width: 1024px){
  .lpp-time-track-card__compact-meta{justify-content:flex-start}
}
@media (max-width: 768px){
  .lpp-collapse-toolbar{justify-content:stretch}
  .lpp-collapse-toolbar .lpp-secondary-btn{flex:1 1 calc(50% - 6px)}
  .lpp-user-card{padding:14px !important}
  .lpp-user-card__hero--compact{align-items:flex-start}
  .lpp-time-track-card__head--compact{align-items:flex-start;flex-direction:column}
  .lpp-time-track-card__titlewrap{width:100%}
  .lpp-time-track-card__compact-meta{width:100%;justify-content:flex-start}
  .lpp-time-track-card__compact-time,.lpp-time-track-card__compact-hours{white-space:normal}
}

/* Phase 1 navigation cleanup */
html body .lpp-shell[data-lpp-root] .lpp-tab--subpanel-hidden{display:none !important;}
html body .lpp-shell[data-lpp-root] .lpp-tab--group{position:relative;}
html body .lpp-shell[data-lpp-root] .lpp-subnav{display:flex;flex-wrap:wrap;gap:12px;margin:0 0 18px;padding:0;}
html body .lpp-shell[data-lpp-root] .lpp-subnav__btn{display:inline-flex;align-items:center;gap:8px;min-height:44px;padding:0 16px;border-radius:16px;border:1px solid #c7d8ff;background:#fff;color:#2046b3;font-weight:700;cursor:pointer;box-shadow:none;}
html body .lpp-shell[data-lpp-root] .lpp-subnav__btn.is-active{background:linear-gradient(135deg,#59b8ff,#2d6cff);border-color:transparent;color:#fff;box-shadow:0 10px 24px rgba(32,70,179,.16);}
html body .lpp-shell[data-lpp-root] .lpp-subnav__badge{display:inline-flex;align-items:center;justify-content:center;min-width:22px;height:22px;padding:0 7px;border-radius:999px;background:rgba(14,31,89,.08);color:inherit;font-size:12px;font-weight:800;}
html body .lpp-shell[data-lpp-root] .lpp-subnav__btn.is-active .lpp-subnav__badge{background:rgba(255,255,255,.2);color:#fff;}
html body .lpp-shell[data-lpp-root] .lpp-tab-badge[data-lpp-tab-badge-group]{margin-left:8px;}
@media (max-width: 768px){
  html body .lpp-shell[data-lpp-root] .lpp-subnav{overflow:auto;flex-wrap:nowrap;padding-bottom:4px;}
  html body .lpp-shell[data-lpp-root] .lpp-subnav__btn{white-space:nowrap;}
}


/* Phase 4 professional menu polish */
html body .lpp-shell[data-lpp-root] .lpp-subnav{
  display:flex; flex-wrap:wrap; gap:12px; margin-bottom:18px;
}
html body .lpp-shell[data-lpp-root] .lpp-subnav__btn{
  min-height:42px;
  padding:0 16px;
  border-radius:14px;
  border:1px solid rgba(22,45,112,.14);
  background:#ffffff;
  color:#18306b;
  font-weight:700;
  box-shadow:0 4px 14px rgba(15,23,42,.04);
}
html body .lpp-shell[data-lpp-root] .lpp-subnav__btn:hover{
  border-color:rgba(22,45,112,.26);
  background:#f7faff;
}
html body .lpp-shell[data-lpp-root] .lpp-subnav__btn.is-active{
  background:linear-gradient(180deg,#1e3a8a 0%, #162d70 100%);
  border-color:#162d70;
  color:#ffffff;
  box-shadow:0 10px 24px rgba(22,45,112,.18);
}
html body .lpp-shell[data-lpp-root] .lpp-subnav__badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:22px;
  height:22px;
  padding:0 7px;
  border-radius:999px;
  background:#dbe7ff;
  color:#18306b;
  font-size:11px;
  font-weight:800;
}
html body .lpp-shell[data-lpp-root] .lpp-subnav__btn.is-active .lpp-subnav__badge{
  background:rgba(255,255,255,.18);
  color:#fff;
}
html body .lpp-shell[data-lpp-root] .lpp-tab[data-lpp-tab="matrix-import"]{
  background:#ffffff;
}
html body .lpp-shell[data-lpp-root] .lpp-tab[data-lpp-tab="matrix-import"].is-active{
  background:#ffffff !important;
  color:#0f172a !important;
}
html body .lpp-shell[data-lpp-root] .lpp-card--matrix-upload{
  max-width:780px;
  padding:20px 20px 18px;
  border:1px solid rgba(22,45,112,.08);
}
html body .lpp-shell[data-lpp-root] .lpp-card--matrix-upload p{
  margin:0 0 16px;
  color:#475569;
}


/* Phase 5 professional menu finish */
@media (min-width: 1024px){
  html body .lpp-shell[data-lpp-root] .lpp-subnav{
    gap:14px !important;
    align-items:stretch !important;
    margin:0 0 22px !important;
  }
  html body .lpp-shell[data-lpp-root] .lpp-subnav__btn{
    min-height:46px !important;
    min-width:190px !important;
    justify-content:center !important;
    padding:0 18px !important;
    border-radius:15px !important;
    border-color:rgba(22,45,112,.16) !important;
    background:#ffffff !important;
    color:#162d70 !important;
    box-shadow:0 6px 18px rgba(15,23,42,.05) !important;
  }
  html body .lpp-shell[data-lpp-root] .lpp-subnav__btn:hover{
    background:#f6f9ff !important;
    border-color:rgba(22,45,112,.28) !important;
    transform:translateY(-1px);
  }
  html body .lpp-shell[data-lpp-root] .lpp-subnav__btn.is-active{
    background:linear-gradient(180deg,#19367f 0%, #11275f 100%) !important;
    border-color:#11275f !important;
    color:#ffffff !important;
    box-shadow:0 12px 26px rgba(17,39,95,.18) !important;
  }
  html body .lpp-shell[data-lpp-root] .lpp-subnav__badge{
    min-width:24px !important;
    height:24px !important;
    padding:0 8px !important;
    background:#e5edff !important;
    color:#11275f !important;
    font-size:11px !important;
    font-weight:800 !important;
  }
  html body .lpp-shell[data-lpp-root] .lpp-subnav__btn.is-active .lpp-subnav__badge{
    background:rgba(255,255,255,.16) !important;
    color:#ffffff !important;
  }
  html body .lpp-shell[data-lpp-root] .lpp-panel__head{
    margin-bottom:18px !important;
    padding-bottom:12px !important;
    border-bottom:1px solid rgba(22,45,112,.08) !important;
  }
  html body .lpp-shell[data-lpp-root] .lpp-panel__head h3{
    letter-spacing:-.01em !important;
    color:#0f172a !important;
  }
  html body .lpp-shell[data-lpp-root] .lpp-secondary-btn{
    min-height:42px !important;
    border-radius:14px !important;
    border-color:rgba(22,45,112,.12) !important;
    color:#16306b !important;
  }
  html body .lpp-shell[data-lpp-root] .lpp-secondary-btn:hover{
    background:#f6f9ff !important;
    border-color:rgba(22,45,112,.24) !important;
  }
}


/* Phase 6: cleaner primary sidebar */
html body .lpp-sidebar .lpp-tab--subpanel-hidden{display:none !important;}
html body .lpp-sidebar .lpp-tab--group{font-weight:800 !important;}
html body .lpp-sidebar .lpp-tab{padding-left:40px !important;}
html body .lpp-sidebar .lpp-tab::before{
  position:absolute !important;
  left:14px !important;
  top:50% !important;
  transform:translateY(-50%) !important;
  font-size:14px !important;
  line-height:1 !important;
  color:rgba(255,255,255,.92) !important;
  opacity:.95 !important;
  filter:none !important;
}
html body .lpp-sidebar .lpp-tab[data-lpp-tab="dashboard"]::before{content:"⌂" !important;}
html body .lpp-sidebar .lpp-tab[data-lpp-tab="my-plan"]::before{content:"◫" !important;}
html body .lpp-sidebar .lpp-tab[data-lpp-tab="time-account"]::before{content:"◎" !important;}
html body .lpp-sidebar .lpp-tab[data-lpp-tab="time-tracking"]::before{content:"◴" !important;}
html body .lpp-sidebar .lpp-tab[data-lpp-tab="notifications"]::before{content:"◌" !important;}
html body .lpp-sidebar .lpp-tab[data-lpp-tab="assigned"]::before{content:"✓" !important;}
html body .lpp-sidebar .lpp-tab[data-lpp-tab="duty-today"]::before{content:"☑" !important;}
html body .lpp-sidebar .lpp-tab[data-lpp-tab="appointments-mine"]::before{content:"◷" !important;}
html body .lpp-sidebar .lpp-tab[data-lpp-tab="request-calendar"]::before{content:"☂" !important;}
html body .lpp-sidebar .lpp-tab[data-lpp-tab="messages-mine"]::before{content:"✉" !important;}
html body .lpp-sidebar .lpp-tab[data-lpp-tab="alerts"]::before{content:"△" !important;}
html body .lpp-sidebar .lpp-tab[data-lpp-tab="team"]::before{content:"◉" !important;}
html body .lpp-sidebar .lpp-tab[data-lpp-tab="today-plan"]::before{content:"▦" !important;}
html body .lpp-sidebar .lpp-tab[data-lpp-tab="reservations"]::before{content:"◇" !important;}
html body .lpp-sidebar .lpp-tab[data-lpp-tab="order-info"]::before{content:"▣" !important;}
html body .lpp-sidebar .lpp-tab[data-lpp-tab="matrix-import"]::before{content:"⇪" !important;}
html body .lpp-sidebar .lpp-tab[data-lpp-tab="restaurant-settings"]::before{content:"⚙" !important;}
html body .lpp-sidebar .lpp-tab[data-lpp-tab="super-admin"]::before{content:"★" !important;}
html body .lpp-sidebar .lpp-tab[data-lpp-tab="company-branding"]::before{content:"⌘" !important;}

/* v1.10.97 dashboard inline weather beside Heute im Einsatz */
html body .lpp-dashboard-team-section__tools{
  display:flex !important;
  align-items:center !important;
  justify-content:flex-end !important;
  gap:10px !important;
  flex-wrap:wrap !important;
}
html body .lpp-dashboard-weather-chip{
  display:inline-flex !important;
  align-items:center !important;
  gap:10px !important;
  min-height:40px !important;
  padding:8px 12px !important;
  border:1px solid rgba(191,219,254,.95) !important;
  border-radius:999px !important;
  background:linear-gradient(180deg,#f8fbff 0%,#eef6ff 100%) !important;
  color:#0f172a !important;
  font-size:12px !important;
  font-weight:700 !important;
  line-height:1.2 !important;
}
html body .lpp-dashboard-weather-chip__icon{
  flex:0 0 auto !important;
  font-size:18px !important;
  line-height:1 !important;
}
html body .lpp-dashboard-weather-chip__text{
  display:flex !important;
  flex-direction:column !important;
  gap:2px !important;
  min-width:0 !important;
}
html body .lpp-dashboard-weather-chip__text strong{
  display:block !important;
  color:#0f172a !important;
  font-size:13px !important;
  font-weight:800 !important;
  line-height:1 !important;
}
html body .lpp-dashboard-weather-chip__text span,
html body .lpp-dashboard-weather-chip__range{
  display:block !important;
  color:#64748b !important;
  font-size:11px !important;
  font-weight:700 !important;
  white-space:nowrap !important;
}
@media (max-width: 767px){
  html body .lpp-dashboard-team-section__head{
    align-items:flex-start !important;
    flex-direction:column !important;
  }
  html body .lpp-dashboard-team-section__tools{
    width:100% !important;
    justify-content:space-between !important;
  }
  html body .lpp-dashboard-weather-chip{
    flex:1 1 auto !important;
    min-width:0 !important;
    border-radius:16px !important;
  }
}


/* Popup forms + mobile my-plan redesign */
html body .lpp-form-popup-launcher{
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:16px !important;
  padding:18px 20px !important;
  margin:0 0 18px !important;
  border:1px solid #dbe3f0 !important;
  border-radius:18px !important;
  background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%) !important;
  box-shadow:0 10px 30px rgba(15,23,42,.06) !important;
}
html body .lpp-form-popup-launcher__text{flex:1 1 auto !important;min-width:0 !important;}
html body .lpp-form-popup-launcher__text strong{display:block !important;font-size:16px !important;font-weight:800 !important;color:#0f172a !important;margin:0 0 4px !important;}
html body .lpp-form-popup-launcher__text p{margin:0 !important;color:#64748b !important;font-size:13px !important;line-height:1.45 !important;}
html body .lpp-form--popup{display:none !important;}
html body .lpp-form-modal[hidden]{display:none !important;}
html body .lpp-form-modal{
  position:fixed !important;
  inset:0 !important;
  z-index:99999 !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  padding:24px !important;
}
html body .lpp-form-modal__backdrop{
  position:absolute !important;
  inset:0 !important;
  background:rgba(15,23,42,.62) !important;
  backdrop-filter:blur(3px) !important;
}
html body .lpp-form-modal__dialog{
  position:relative !important;
  z-index:1 !important;
  width:min(760px,100%) !important;
  max-height:min(88vh,960px) !important;
  overflow:hidden !important;
  border-radius:24px !important;
  background:#fff !important;
  box-shadow:0 28px 80px rgba(2,8,23,.28) !important;
  display:flex !important;
  flex-direction:column !important;
}
html body .lpp-form-modal__header{
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:14px !important;
  padding:18px 22px !important;
  border-bottom:1px solid #e2e8f0 !important;
  background:#f8fafc !important;
}
html body .lpp-form-modal__header h3{margin:0 !important;font-size:20px !important;font-weight:800 !important;color:#0f172a !important;}
html body .lpp-form-modal__close{
  width:40px !important;
  height:40px !important;
  border-radius:12px !important;
  border:1px solid #cbd5e1 !important;
  background:#fff !important;
  color:#0f172a !important;
  font-size:24px !important;
  line-height:1 !important;
  cursor:pointer !important;
}
html body .lpp-form-modal__body{
  padding:22px !important;
  overflow:auto !important;
  -webkit-overflow-scrolling:touch !important;
}
html body.lpp-form-modal-open,
html.lpp-form-modal-open{overflow:hidden !important;}

@media (max-width: 768px){
  html body .lpp-form-popup-launcher{
    flex-direction:column !important;
    align-items:stretch !important;
    padding:16px !important;
    border-radius:20px !important;
  }
  html body .lpp-form-popup-launcher .lpp-primary-btn{width:100% !important;}
  html body .lpp-form-modal{
    align-items:flex-end !important;
    padding:0 !important;
  }
  html body .lpp-form-modal__dialog{
    width:100% !important;
    max-height:92vh !important;
    border-radius:24px 24px 0 0 !important;
  }
  html body .lpp-form-modal__header{padding:16px 18px !important;}
  html body .lpp-form-modal__header h3{font-size:18px !important;}
  html body .lpp-form-modal__body{padding:18px !important;}

  html body .lpp-panel[data-lpp-panel="my-plan"] [data-lpp-schedule-list="my"]{
    margin-top:10px !important;
  }
  html body .lpp-mobile-plan{
    display:flex !important;
    flex-direction:column !important;
    gap:14px !important;
  }
  html body .lpp-mobile-plan__summary{
    background:linear-gradient(180deg,#032b52 0%,#0a3f6a 100%) !important;
    color:#fff !important;
    border-radius:22px !important;
    padding:16px 18px !important;
    display:flex !important;
    flex-direction:column !important;
    align-items:center !important;
    text-align:center !important;
    box-shadow:0 16px 34px rgba(3,43,82,.24) !important;
  }
  html body .lpp-mobile-plan__summary strong{font-size:40px !important;line-height:1 !important;font-weight:900 !important;letter-spacing:-.03em !important;margin:6px 0 !important;}
  html body .lpp-mobile-plan__summary small,
  html body .lpp-mobile-plan__range{font-size:13px !important;line-height:1.35 !important;opacity:.88 !important;}
  html body .lpp-mobile-plan__list{
    background:#fff !important;
    border:1px solid #e2e8f0 !important;
    border-radius:22px !important;
    overflow:hidden !important;
    box-shadow:0 12px 28px rgba(15,23,42,.06) !important;
  }
  html body .lpp-mobile-plan-item{
    display:grid !important;
    grid-template-columns:52px minmax(0,1fr) auto !important;
    align-items:center !important;
    gap:14px !important;
    padding:16px 18px !important;
    border-bottom:1px solid #edf2f7 !important;
    background:#fff !important;
  }
  html body .lpp-mobile-plan-item:last-child{border-bottom:0 !important;}
  html body .lpp-mobile-plan-item__date{
    display:flex !important;
    flex-direction:column !important;
    align-items:center !important;
    justify-content:center !important;
    gap:2px !important;
    color:#64748b !important;
    text-transform:none !important;
    border-right:1px solid #e2e8f0 !important;
    padding-right:12px !important;
    min-height:52px !important;
  }
  html body .lpp-mobile-plan-item__date strong{font-size:22px !important;line-height:1 !important;font-weight:800 !important;color:#0f172a !important;}
  html body .lpp-mobile-plan-item__date span{font-size:13px !important;font-weight:700 !important;}
  html body .lpp-mobile-plan-item__content{min-width:0 !important;}
  html body .lpp-mobile-plan-item__title{
    font-size:18px !important;
    line-height:1.2 !important;
    font-weight:800 !important;
    color:#0f172a !important;
    margin:0 0 4px !important;
  }
  html body .lpp-mobile-plan-item__meta{
    font-size:13px !important;
    line-height:1.4 !important;
    color:#64748b !important;
    word-break:break-word !important;
  }
  html body .lpp-mobile-plan-item__aside{
    display:flex !important;
    align-items:center !important;
    gap:10px !important;
    color:#94a3b8 !important;
  }
  html body .lpp-mobile-plan-item__hours{
    font-size:13px !important;
    font-weight:800 !important;
    color:#0f172a !important;
    background:#eff6ff !important;
    border:1px solid #dbeafe !important;
    border-radius:999px !important;
    padding:6px 10px !important;
    white-space:nowrap !important;
  }
  html body .lpp-mobile-plan-item__chevron{font-size:28px !important;line-height:1 !important;}
  html body .lpp-mobile-plan-item.is-off .lpp-mobile-plan-item__title{font-size:17px !important;}
}


/* v1.10.98 dashboard big weather block + desktop header weather removed */
@media (min-width: 768px){
  html body .lpp-shell[data-lpp-root] .lpp-topbar-desktop-row .lpp-topbar-live-item--weather,
  html body .lpp-shell[data-lpp-root] .lpp-topbar-desktop-row .lpp-topbar-weather{display:none !important;}
  html body .lpp-shell[data-lpp-root] [data-lpp-panel="dashboard"] .lpp-dashboard-team-stats--compact{
    grid-template-columns:minmax(220px, 320px) minmax(300px, 1fr) !important;
    align-items:stretch !important;
  }
  html body .lpp-shell[data-lpp-root] [data-lpp-panel="dashboard"] .lpp-dashboard-team-weather{
    display:flex !important;
    align-items:center !important;
    justify-content:space-between !important;
    gap:20px !important;
    min-height:128px !important;
    padding:20px 22px !important;
    border:1px solid #d8e7ff !important;
    border-radius:22px !important;
    background:linear-gradient(135deg,#f8fbff 0%,#eef6ff 42%,#e0efff 100%) !important;
    box-shadow:0 16px 38px rgba(59,130,246,.10) !important;
    overflow:hidden !important;
  }
  html body .lpp-shell[data-lpp-root] [data-lpp-panel="dashboard"] .lpp-dashboard-team-weather::before{
    content:"" !important;
    position:absolute !important;
  }
  html body .lpp-shell[data-lpp-root] [data-lpp-panel="dashboard"] .lpp-dashboard-team-weather{position:relative !important;}
  html body .lpp-shell[data-lpp-root] [data-lpp-panel="dashboard"] .lpp-dashboard-team-weather::after{
    content:"" !important;
    position:absolute !important;
    right:-30px !important;
    top:-30px !important;
    width:160px !important;
    height:160px !important;
    border-radius:999px !important;
    background:radial-gradient(circle, rgba(255,255,255,.7) 0%, rgba(255,255,255,.15) 55%, rgba(255,255,255,0) 75%) !important;
    pointer-events:none !important;
  }
  html body .lpp-shell[data-lpp-root] [data-lpp-panel="dashboard"] .lpp-dashboard-weather-card__main,
  html body .lpp-shell[data-lpp-root] [data-lpp-panel="dashboard"] .lpp-dashboard-weather-card__stats{position:relative !important;z-index:1 !important;}
  html body .lpp-shell[data-lpp-root] [data-lpp-panel="dashboard"] .lpp-dashboard-weather-card__eyebrow{
    font-size:13px !important;
    font-weight:800 !important;
    letter-spacing:.04em !important;
    text-transform:uppercase !important;
    color:#64748b !important;
    margin-bottom:10px !important;
  }
  html body .lpp-shell[data-lpp-root] [data-lpp-panel="dashboard"] .lpp-dashboard-weather-card__temp-row{
    display:flex !important;
    align-items:center !important;
    gap:12px !important;
    margin-bottom:6px !important;
  }
  html body .lpp-shell[data-lpp-root] [data-lpp-panel="dashboard"] .lpp-dashboard-weather-card__icon{font-size:34px !important;line-height:1 !important;}
  html body .lpp-shell[data-lpp-root] [data-lpp-panel="dashboard"] .lpp-dashboard-weather-card__temp-row strong{
    font-size:42px !important;
    line-height:1 !important;
    font-weight:900 !important;
    color:#0f172a !important;
    letter-spacing:-.03em !important;
  }
  html body .lpp-shell[data-lpp-root] [data-lpp-panel="dashboard"] .lpp-dashboard-weather-card__desc{
    font-size:16px !important;
    font-weight:800 !important;
    color:#1d4ed8 !important;
  }
  html body .lpp-shell[data-lpp-root] [data-lpp-panel="dashboard"] .lpp-dashboard-weather-card__stats{
    display:grid !important;
    grid-template-columns:repeat(2,minmax(120px,1fr)) !important;
    gap:12px !important;
    min-width:260px !important;
  }
  html body .lpp-shell[data-lpp-root] [data-lpp-panel="dashboard"] .lpp-dashboard-weather-card__stat{
    display:flex !important;
    flex-direction:column !important;
    gap:6px !important;
    padding:14px 16px !important;
    border-radius:18px !important;
    background:rgba(255,255,255,.72) !important;
    border:1px solid rgba(191,219,254,.9) !important;
    backdrop-filter:blur(4px) !important;
  }
  html body .lpp-shell[data-lpp-root] [data-lpp-panel="dashboard"] .lpp-dashboard-weather-card__stat span{
    font-size:12px !important;
    font-weight:800 !important;
    letter-spacing:.03em !important;
    text-transform:uppercase !important;
    color:#64748b !important;
  }
  html body .lpp-shell[data-lpp-root] [data-lpp-panel="dashboard"] .lpp-dashboard-weather-card__stat strong{
    font-size:20px !important;
    font-weight:900 !important;
    color:#0f172a !important;
    line-height:1.1 !important;
  }
}
@media (max-width: 767px){
  html body .lpp-shell[data-lpp-root] [data-lpp-panel="dashboard"] .lpp-dashboard-team-weather{
    display:none !important;
  }
}


/* Popup fix: form must be visible inside modal */
html body .lpp-form-modal__body .lpp-form--popup,
html body .lpp-form-modal__body form.lpp-form--popup,
html body .lpp-form-modal__body .lpp-form,
html body .lpp-form-modal__body .lpp-reservation-form{display:block !important;visibility:visible !important;opacity:1 !important;}

/* v1.10.96 user support + collapsible filters + monochrome order icon */
html body .lpp-filter-toggle{
  margin:0 0 18px !important;
  border:1px solid rgba(15,23,42,.08) !important;
  border-radius:22px !important;
  background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%) !important;
  box-shadow:0 14px 34px rgba(15,23,42,.05) !important;
  overflow:hidden !important;
}
html body .lpp-filter-toggle__summary{
  list-style:none !important;
  cursor:pointer !important;
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:12px !important;
  padding:16px 18px !important;
  font-weight:800 !important;
  color:#0f172a !important;
}
html body .lpp-filter-toggle__summary::-webkit-details-marker{display:none !important;}
html body .lpp-filter-toggle__title{font-size:16px !important;line-height:1.2 !important;}
html body .lpp-filter-toggle__hint{
  display:inline-flex !important;
  align-items:center !important;
  gap:8px !important;
  font-size:13px !important;
  color:#5b6b83 !important;
}
html body .lpp-filter-toggle__hint::after{
  content:'▾' !important;
  font-size:13px !important;
  line-height:1 !important;
  transition:transform .18s ease !important;
}
html body .lpp-filter-toggle[open] .lpp-filter-toggle__hint::after{transform:rotate(180deg) !important;}
html body .lpp-filter-toggle[open] .lpp-filter-toggle__hint{color:#123f72 !important;}
html body .lpp-filter-toggle .lpp-plan-filters{
  margin:0 !important;
  border:0 !important;
  border-top:1px solid rgba(15,23,42,.06) !important;
  border-radius:0 !important;
  box-shadow:none !important;
}
html body .lpp-sidebar__support-box,
html body .lpp-support-card{
  border:1px solid rgba(18,63,114,.12) !important;
  border-radius:20px !important;
  background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%) !important;
  box-shadow:0 14px 34px rgba(15,23,42,.05) !important;
}
html body .lpp-sidebar__support-box{
  margin:18px 14px 14px !important;
  padding:14px 14px 16px !important;
  color:#dbe7ff !important;
  background:linear-gradient(180deg,rgba(255,255,255,.08) 0%,rgba(255,255,255,.03) 100%) !important;
  border-color:rgba(255,255,255,.12) !important;
  box-shadow:none !important;
}
html body .lpp-sidebar__support-box strong{
  display:block !important;
  margin:0 0 6px !important;
  color:#ffffff !important;
  font-size:14px !important;
}
html body .lpp-sidebar__support-box p{
  margin:0 !important;
  font-size:12px !important;
  line-height:1.5 !important;
  color:rgba(226,232,240,.92) !important;
}
html body .lpp-support-card{
  padding:18px !important;
}
html body .lpp-support-card__title{
  display:block !important;
  margin:0 0 10px !important;
  font-size:18px !important;
  line-height:1.25 !important;
  color:#0f172a !important;
}
html body .lpp-support-card p{
  margin:0 0 10px !important;
  color:#475569 !important;
  line-height:1.6 !important;
}
html body .lpp-support-card__actions{
  display:flex !important;
  flex-wrap:wrap !important;
  gap:12px !important;
  margin-top:8px !important;
}
html body .lpp-support-card__actions .lpp-primary-btn,
html body .lpp-support-card__actions .lpp-secondary-btn{
  min-height:46px !important;
  padding:0 18px !important;
}
html body .lpp-manager-quick-actions .lpp-home-action--order-info .lpp-home-action__icon{
  background:#123f72 !important;
  border:1px solid #123f72 !important;
  box-shadow:none !important;
  color:#ffffff !important;
}
html body .lpp-manager-quick-actions .lpp-home-action--order-info::before{display:none !important;content:none !important;}

@media (max-width: 768px){
  html body .lpp-filter-toggle__summary{padding:14px 16px !important;}
  html body .lpp-support-card__actions{display:grid !important;grid-template-columns:1fr !important;}
}


/* v1.10.96 final polish: support text, unique monochrome order icon, desktop-aligned mobile colors */
html body .lpp-shell[data-lpp-root] .lpp-sidebar__support-box p,
html body .lpp-shell[data-lpp-root] .lpp-support-card p{
  line-height:1.65 !important;
}
html body .lpp-shell[data-lpp-root] .lpp-sidebar .lpp-tab[data-lpp-tab="order-info"]::before,
html body .lpp-shell[data-lpp-root] .lpp-tabs .lpp-tab[data-lpp-tab="order-info"]::before{
  content:"◪" !important;
}
html body .lpp-shell[data-lpp-root] .lpp-manager-quick-actions .lpp-home-action--order-info .lpp-home-action__icon{
  background:#ffffff !important;
  border:1px solid rgba(15,23,42,.12) !important;
  box-shadow:0 6px 14px rgba(15,23,42,.06) !important;
  color:#0f172a !important;
}

@media (max-width: 768px){
  html body .lpp-shell[data-lpp-root] .lpp-sidebar .lpp-tab,
  html body .lpp-shell[data-lpp-root] .lpp-tabs .lpp-tab{
    background:rgba(255,255,255,.06) !important;
    border:1px solid rgba(255,255,255,.10) !important;
    color:#ffffff !important;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.04) !important;
  }
  html body .lpp-shell[data-lpp-root] .lpp-sidebar .lpp-tab.is-active,
  html body .lpp-shell[data-lpp-root] .lpp-tabs .lpp-tab.is-active{
    background:#ffffff !important;
    border-color:#ffffff !important;
    color:#0f172a !important;
    box-shadow:0 10px 24px rgba(15,23,42,.14) !important;
  }
  html body .lpp-shell[data-lpp-root] .lpp-sidebar .lpp-tab.is-active::before,
  html body .lpp-shell[data-lpp-root] .lpp-tabs .lpp-tab.is-active::before{
    color:#0f172a !important;
  }
  html body .lpp-shell[data-lpp-root] .lpp-primary-btn,
  html body .lpp-shell[data-lpp-root] button[type="submit"],
  html body .lpp-shell[data-lpp-root] input[type="submit"]{
    background:linear-gradient(180deg,#173f73 0%,#0f2e56 100%) !important;
    border:1px solid rgba(15,47,87,.9) !important;
    color:#ffffff !important;
    box-shadow:0 12px 24px rgba(15,47,87,.22) !important;
  }
  html body .lpp-shell[data-lpp-root] .lpp-secondary-btn{
    background:#ffffff !important;
    border:1px solid rgba(15,23,42,.10) !important;
    color:#123f72 !important;
    box-shadow:0 10px 22px rgba(15,23,42,.06) !important;
  }
  html body .lpp-shell[data-lpp-root] .lpp-subnav__btn.is-active{
    background:linear-gradient(180deg,#173f73 0%,#0f2e56 100%) !important;
    border-color:#173f73 !important;
    color:#ffffff !important;
    box-shadow:0 12px 24px rgba(15,47,87,.18) !important;
  }
  html body .lpp-shell[data-lpp-root] .lpp-mobile-bottom-nav__item.is-active{
    background:#ffffff !important;
    border:1px solid rgba(15,23,42,.08) !important;
    color:#0f172a !important;
    box-shadow:0 8px 18px rgba(15,23,42,.12) !important;
  }
}


/* v1.10.96 final polish: compact top 5 KPI cards on desktop */
@media (min-width: 1200px){
  html body .lpp-shell[data-lpp-root] [data-lpp-panel="dashboard"] .lpp-home-kpis--manager{
    grid-template-columns:repeat(5,minmax(0,1fr)) !important;
    gap:12px !important;
    margin:0 0 16px !important;
  }
  html body .lpp-shell[data-lpp-root] [data-lpp-panel="dashboard"] .lpp-home-kpi--manager{
    min-height:108px !important;
    padding:14px 14px 12px 68px !important;
    border-radius:22px !important;
    box-shadow:0 10px 22px rgba(15,23,42,.05) !important;
  }
  html body .lpp-shell[data-lpp-root] [data-lpp-panel="dashboard"] .lpp-home-kpi--manager::before{
    left:14px !important;
    top:14px !important;
    width:34px !important;
    height:34px !important;
    border-radius:12px !important;
    font-size:18px !important;
  }
  html body .lpp-shell[data-lpp-root] [data-lpp-panel="dashboard"] .lpp-home-kpi--manager .lpp-home-kpi__label{
    min-height:0 !important;
    font-size:13px !important;
    line-height:1.2 !important;
    padding:0 !important;
    margin:0 !important;
  }
  html body .lpp-shell[data-lpp-root] [data-lpp-panel="dashboard"] .lpp-home-kpi--manager strong{
    margin:6px 0 4px !important;
    font-size:28px !important;
    line-height:1 !important;
  }
  html body .lpp-shell[data-lpp-root] [data-lpp-panel="dashboard"] .lpp-home-kpi--manager .lpp-home-kpi__sub{
    min-height:0 !important;
    font-size:11px !important;
    line-height:1.22 !important;
    padding:0 !important;
    margin:0 !important;
  }
}

/* v1.10.19 duty score foundation */
html body .lpp-duty-hero{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:20px 22px;border:1px solid rgba(15,23,42,.08);border-radius:24px;background:linear-gradient(180deg,#ffffff 0%,#f5f9ff 100%);box-shadow:0 14px 30px rgba(15,23,42,.05);margin-bottom:16px}
html body .lpp-duty-hero__eyebrow{display:inline-block;margin-bottom:6px;font-size:12px;font-weight:800;letter-spacing:.05em;text-transform:uppercase;color:#64748b}
html body .lpp-duty-hero h4{margin:0 0 6px;font-size:20px;font-weight:800;color:#0f172a}
html body .lpp-duty-hero p{margin:0;color:#64748b;line-height:1.5}
html body .lpp-duty-hero__meta{display:flex;flex-direction:column;align-items:flex-end;gap:6px;min-width:120px;color:#0f172a}
html body .lpp-duty-blocks{display:grid;gap:14px}
html body .lpp-duty-card{padding:18px 20px;border:1px solid rgba(15,23,42,.08);border-radius:22px;background:#fff;box-shadow:0 12px 26px rgba(15,23,42,.04)}
html body .lpp-duty-card.is-success{border-color:rgba(16,185,129,.24);background:linear-gradient(180deg,#ffffff 0%,#f0fdf4 100%)}
html body .lpp-duty-card.is-pending{border-color:rgba(245,158,11,.28);background:linear-gradient(180deg,#ffffff 0%,#fffaf0 100%)}
html body .lpp-duty-card__head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:8px}
html body .lpp-duty-card__body{color:#475569;line-height:1.55}
html body .lpp-duty-candidate-group{margin-top:16px;padding:18px 20px;border:1px solid rgba(15,23,42,.08);border-radius:22px;background:#fff}
html body .lpp-duty-candidate-group h4{margin:0 0 12px;font-size:16px;font-weight:800;color:#0f172a}
html body .lpp-duty-manager-list{display:grid;gap:10px}
html body .lpp-duty-mini-card{padding:14px 16px;border-radius:18px;background:#f8fafc;border:1px solid rgba(15,23,42,.06)}
html body .lpp-duty-support-note{margin-top:16px;padding:16px 18px;border-radius:18px;background:#eff6ff;border:1px solid #bfdbfe;color:#1e3a8a;line-height:1.5;font-weight:600}
html body .lpp-duty-template-flags{justify-content:flex-start;gap:14px;flex-wrap:wrap}
html body .lpp-duty-template-flags label{display:inline-flex;align-items:center;gap:8px;font-weight:700;color:#334155}
@media (max-width:768px){html body .lpp-duty-hero{padding:16px;border-radius:20px;flex-direction:column}html body .lpp-duty-hero__meta{align-items:flex-start}html body .lpp-duty-card,html body .lpp-duty-candidate-group{padding:16px;border-radius:18px}}

/* duty phase 2 */
html body .lpp-duty-item-list{display:grid;gap:12px;margin-top:14px}
html body .lpp-duty-item-card{padding:14px 16px;border:1px solid rgba(15,23,42,.08);border-radius:18px;background:#fff}
html body .lpp-duty-card .lpp-item__actions{margin-top:12px}
html body .lpp-duty-card .lpp-item__actions .lpp-primary-btn,
html body .lpp-duty-card .lpp-item__actions .lpp-secondary-btn{min-height:42px}

/* Duty Score Phase 3 */
html body .lpp-duty-stat-row{display:flex;flex-wrap:wrap;gap:10px;margin:10px 0 12px}
html body .lpp-duty-stat-pill{display:inline-flex;align-items:center;gap:8px;padding:10px 12px;border-radius:999px;background:#f8fafc;border:1px solid rgba(15,23,42,.08);color:#475569;font-size:12px;font-weight:700}
html body .lpp-duty-stat-pill strong{font-size:14px;color:#0f172a}
html body .lpp-duty-reason-editor{display:grid;gap:10px;margin-top:12px;padding:14px;border-radius:16px;background:#f8fafc;border:1px solid rgba(15,23,42,.08)}
html body .lpp-duty-reason-editor label{display:flex;flex-direction:column;gap:6px}
html body .lpp-duty-reason-editor span{font-size:12px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;color:#64748b}
html body .lpp-duty-reason-editor select,
html body .lpp-duty-reason-editor textarea{width:100%;border:1px solid rgba(15,23,42,.12);border-radius:14px;background:#fff;padding:12px 14px;color:#0f172a;font-weight:600}
html body .lpp-duty-reason-editor__actions{display:flex;gap:10px;flex-wrap:wrap}
html body .lpp-duty-summary-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-bottom:16px}
html body .lpp-duty-summary-card{padding:18px;border-radius:20px;background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%);border:1px solid rgba(15,23,42,.08);box-shadow:0 12px 26px rgba(15,23,42,.04)}
html body .lpp-duty-summary-card span{display:block;font-size:12px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;color:#64748b;margin-bottom:6px}
html body .lpp-duty-summary-card strong{display:block;font-size:28px;line-height:1.05;color:#0f172a}
html body .lpp-duty-summary-card small{display:block;margin-top:8px;color:#64748b;font-weight:700}
html body .lpp-duty-item-card.is-vergessen{border-color:rgba(239,68,68,.22);background:linear-gradient(180deg,#fff 0%,#fff5f5 100%)}
html body .lpp-duty-item-card.is-nicht_erledigt{border-color:rgba(245,158,11,.24);background:linear-gradient(180deg,#fff 0%,#fffaf0 100%)}
@media (max-width:768px){
  html body .lpp-duty-summary-grid{grid-template-columns:1fr}
  html body .lpp-duty-reason-editor__actions{display:grid;grid-template-columns:1fr}
  html body .lpp-duty-stat-row{gap:8px}
}


/* v1.10.22 duty phase 4 */
html body .lpp-duty-filter-bar{margin:0 0 16px !important;padding:16px !important;border:1px solid rgba(15,23,42,.08) !important;border-radius:20px !important;background:linear-gradient(180deg,#fff 0%,#f8fbff 100%) !important;box-shadow:0 10px 24px rgba(15,23,42,.05) !important;}
html body .lpp-duty-filter-bar .lpp-form-grid{display:grid !important;grid-template-columns:repeat(auto-fit,minmax(180px,1fr)) !important;gap:12px !important;}
html body .lpp-duty-filter-bar label{display:flex !important;flex-direction:column !important;gap:6px !important;}
html body .lpp-duty-filter-bar label span{font-size:12px !important;font-weight:800 !important;letter-spacing:.04em !important;text-transform:uppercase !important;color:#64748b !important;}
html body .lpp-duty-filter-bar input,html body .lpp-duty-filter-bar select{min-height:46px !important;border-radius:14px !important;border:1px solid #dbe3ee !important;background:#fff !important;padding:0 14px !important;}
html body .lpp-duty-proof-gallery{display:flex !important;flex-wrap:wrap !important;gap:10px !important;margin:12px 0 0 !important;}
html body .lpp-duty-proof{display:flex !important;flex-direction:column !important;align-items:center !important;gap:6px !important;width:96px !important;text-decoration:none !important;color:#16306b !important;font-size:11px !important;font-weight:700 !important;}
html body .lpp-duty-proof img{width:96px !important;height:72px !important;object-fit:cover !important;border-radius:14px !important;border:1px solid #dbe3ee !important;box-shadow:0 8px 20px rgba(15,23,42,.08) !important;background:#fff !important;}
html body .lpp-duty-reason-editor{display:grid !important;gap:12px !important;margin-top:12px !important;padding:14px !important;border-radius:16px !important;background:#f8fbff !important;border:1px solid #dbeafe !important;}
html body .lpp-duty-reason-editor[hidden]{display:none !important;}
html body .lpp-duty-reason-display{display:grid;gap:6px;background:#fff7ed;border:1px solid #fed7aa;border-radius:14px;padding:12px 14px;}
html body .lpp-duty-reason-editor__actions{display:flex !important;flex-wrap:wrap !important;gap:10px !important;}
html body .lpp-duty-reason-editor__actions .lpp-primary-btn,html body .lpp-duty-reason-editor__actions .lpp-secondary-btn{width:auto !important;}
@media (max-width:768px){html body .lpp-duty-filter-bar .lpp-form-actions{display:grid !important;grid-template-columns:1fr 1fr !important;gap:10px !important;} html body .lpp-duty-proof{width:84px !important;} html body .lpp-duty-proof img{width:84px !important;height:64px !important;}}

html body .lpp-duty-proof-upload{margin-top:12px !important;}
html body .lpp-duty-proof-upload label{display:flex !important;flex-direction:column !important;gap:6px !important;}
html body .lpp-duty-proof-upload label span{font-size:12px !important;font-weight:800 !important;color:#64748b !important;text-transform:uppercase !important;letter-spacing:.04em !important;}
html body .lpp-duty-proof-upload input[type=file]{display:block !important;width:100% !important;padding:10px 12px !important;border:1px dashed #bfdbfe !important;border-radius:14px !important;background:#f8fbff !important;}


.lpp-duty-rule-toggle{align-items:center !important;justify-content:space-between !important;min-height:52px; padding:10px 14px; border:1px solid rgba(15,23,42,.08); border-radius:16px; background:#fff;}
.lpp-duty-rule-toggle span{max-width:calc(100% - 72px);}

html body .lpp-form[data-lpp-duty-rules-form] .lpp-profile-invite-toggle,
html body .lpp-form[data-lpp-duty-rules-form] .lpp-duty-rule-toggle{
  flex-direction:row !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:14px !important;
}
html body .lpp-form[data-lpp-duty-rules-form] .lpp-profile-invite-toggle span,
html body .lpp-form[data-lpp-duty-rules-form] .lpp-duty-rule-toggle span{
  flex:1 1 auto !important;
  max-width:none !important;
  white-space:normal !important;
  word-break:normal !important;
  overflow-wrap:anywhere !important;
  text-align:left !important;
}
html body .lpp-form[data-lpp-duty-rules-form] .lpp-profile-invite-toggle input[type="checkbox"],
html body .lpp-form[data-lpp-duty-rules-form] .lpp-duty-rule-toggle input[type="checkbox"]{
  position:static !important;
  opacity:1 !important;
  pointer-events:auto !important;
  width:18px !important;
  height:18px !important;
  min-height:18px !important;
  margin:0 !important;
  flex:0 0 18px !important;
  appearance:auto !important;
  -webkit-appearance:checkbox !important;
}
html body .lpp-form[data-lpp-duty-rules-form] .lpp-profile-invite-toggle em,
html body .lpp-form[data-lpp-duty-rules-form] .lpp-duty-rule-toggle em{display:none !important;}


/* v1.10.25 duty rules compact + CRUD/SSE foundation */
html body .lpp-duty-rules-form{
  display:grid !important;
  gap:16px !important;
}
html body .lpp-duty-rules-intro{
  padding:16px 18px !important;
  border:1px solid rgba(15,23,42,.06) !important;
  border-radius:18px !important;
  background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%) !important;
}
html body .lpp-duty-rules-intro strong{display:block !important;margin:0 0 4px !important;font-size:16px !important;line-height:1.25 !important;color:#0f172a !important;}
html body .lpp-duty-rules-intro p{margin:0 !important;font-size:13px !important;line-height:1.5 !important;color:#64748b !important;}
html body .lpp-duty-rules-grid{display:grid !important;grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:14px 16px !important;}
html body .lpp-duty-rules-grid > label,
html body .lpp-duty-rules-switches .lpp-duty-rule-toggle{
  padding:14px 16px !important;
  border:1px solid rgba(15,23,42,.08) !important;
  border-radius:18px !important;
  background:#fff !important;
  box-shadow:0 8px 20px rgba(15,23,42,.04) !important;
}
html body .lpp-duty-rules-grid > label > span{display:block !important;margin-bottom:7px !important;font-size:12px !important;font-weight:800 !important;letter-spacing:.04em !important;text-transform:uppercase !important;color:#64748b !important;}
html body .lpp-duty-rules-grid > label input[type="number"],
html body .lpp-duty-rules-grid > label textarea{
  width:100% !important;
  min-height:48px !important;
  border-radius:14px !important;
  border:1px solid #dbe3ee !important;
  background:#fff !important;
  padding:0 14px !important;
  font-size:15px !important;
}
html body .lpp-duty-rules-grid > label textarea{min-height:120px !important;padding:12px 14px !important;resize:vertical !important;}
html body .lpp-duty-rules-switches{display:grid !important;grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:12px !important;}
html body .lpp-form[data-lpp-duty-rules-form] .lpp-profile-invite-toggle,
html body .lpp-form[data-lpp-duty-rules-form] .lpp-duty-rule-toggle{display:flex !important;flex-direction:row !important;align-items:center !important;justify-content:space-between !important;gap:14px !important;}
html body .lpp-form[data-lpp-duty-rules-form] .lpp-profile-invite-toggle span,
html body .lpp-form[data-lpp-duty-rules-form] .lpp-duty-rule-toggle span{margin:0 !important;white-space:normal !important;word-break:normal !important;overflow-wrap:anywhere !important;}
html body .lpp-form[data-lpp-duty-rules-form] .lpp-profile-invite-toggle input[type="checkbox"],
html body .lpp-form[data-lpp-duty-rules-form] .lpp-duty-rule-toggle input[type="checkbox"]{position:static !important;opacity:1 !important;pointer-events:auto !important;appearance:auto !important;-webkit-appearance:checkbox !important;width:18px !important;height:18px !important;min-height:18px !important;margin:0 !important;flex:0 0 18px !important;}
html body .lpp-form[data-lpp-duty-rules-form] .lpp-profile-invite-toggle em,
html body .lpp-form[data-lpp-duty-rules-form] .lpp-duty-rule-toggle em{display:none !important;}
@media (max-width: 768px){
  html body .lpp-duty-rules-grid{grid-template-columns:1fr !important;}
  html body .lpp-duty-rules-switches{grid-template-columns:1fr !important;}
}


/* v1.10.27 duty rules layout hard-fix */
html body .lpp-duty-rules-switches{
  display:grid !important;
  grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  gap:14px !important;
  align-items:stretch !important;
}
html body .lpp-duty-rule-switch{
  display:flex !important;
  flex-direction:row !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:14px !important;
  width:100% !important;
  min-height:58px !important;
  padding:14px 16px !important;
  margin:0 !important;
  border:1px solid rgba(15,23,42,.08) !important;
  border-radius:18px !important;
  background:#fff !important;
  box-shadow:0 8px 20px rgba(15,23,42,.04) !important;
  font-size:14px !important;
}
html body .lpp-duty-rule-switch > span{
  display:block !important;
  flex:1 1 auto !important;
  margin:0 !important;
  color:#0f172a !important;
  font-weight:700 !important;
  line-height:1.4 !important;
  white-space:normal !important;
  word-break:normal !important;
  overflow-wrap:anywhere !important;
  text-align:left !important;
}
html body .lpp-duty-rule-switch > input[type="checkbox"]{
  position:static !important;
  opacity:1 !important;
  pointer-events:auto !important;
  appearance:auto !important;
  -webkit-appearance:checkbox !important;
  width:18px !important;
  height:18px !important;
  min-height:18px !important;
  margin:0 !important;
  flex:0 0 18px !important;
  accent-color:#16306b !important;
}
@media (max-width: 768px){
  html body .lpp-duty-rules-switches{grid-template-columns:1fr !important;}
}

/* v1.10.28 simple duty phase1 */
html body .lpp-duty-mini-card .lpp-item__actions{margin-top:10px !important;}
html body .lpp-duty-card .lpp-item__meta + .lpp-item__meta{margin-top:6px !important;}


/* v1.10.29 duty simple phase 2 */
.lpp-duty-manual-assign{margin-top:12px;padding:14px 16px;border:1px solid rgba(15,23,42,.08);border-radius:16px;background:#f8fbff;display:grid;gap:10px}
.lpp-duty-manual-assign strong{font-size:14px;line-height:1.3;color:#0f172a}
.lpp-duty-manual-assign__row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:center}
.lpp-duty-manual-assign select{min-height:44px;border:1px solid #dbe3ee;border-radius:14px;padding:0 14px;background:#fff;color:#0f172a;font-weight:700}
@media (max-width: 768px){.lpp-duty-manual-assign__row{grid-template-columns:1fr}.lpp-duty-manual-assign__row .lpp-primary-btn{width:100%}}

/* v1.10.31 dashboard duty card + cleaner header */
html body .lpp-shell[data-lpp-root] .lpp-mobile-dashboard-extra--header-v2{display:none !important;}
html body .lpp-shell[data-lpp-root] .lpp-topbar-desktop-row__center[hidden]{display:none !important;}
html body .lpp-shell[data-lpp-root] .lpp-topbar-desktop-row--header-v2{
  grid-template-columns:minmax(220px,1fr) auto !important;
  justify-content:space-between !important;
}
html body .lpp-shell[data-lpp-root] .lpp-topbar-desktop-row--header-v2 .lpp-topbar-desktop-row__left{
  flex:1 1 auto !important;
  min-width:220px !important;
}
html body .lpp-shell[data-lpp-root] .lpp-topbar-desktop-row--header-v2 .lpp-topbar-desktop-row__right{
  margin-left:auto !important;
}
html body .lpp-shell[data-lpp-root] .lpp-home-kpi--mandatory{
  cursor:pointer;
}


/* v1.10.32 weather planner modal + interactive dashboard card */
html body .lpp-shell[data-lpp-root] [data-lpp-panel="dashboard"] .lpp-dashboard-weather-card--interactive{
  cursor:pointer !important;
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease !important;
}
html body .lpp-shell[data-lpp-root] [data-lpp-panel="dashboard"] .lpp-dashboard-weather-card--interactive:hover,
html body .lpp-shell[data-lpp-root] [data-lpp-panel="dashboard"] .lpp-dashboard-weather-card--interactive:focus{
  transform:translateY(-1px) !important;
  box-shadow:0 14px 30px rgba(15,23,42,.10) !important;
  border-color:#bfd2ff !important;
  outline:none !important;
}
html body .lpp-shell[data-lpp-root] [data-lpp-panel="dashboard"] .lpp-dashboard-weather-card__cta{
  margin-top:12px !important;
  display:inline-flex !important;
  align-items:center !important;
  gap:8px !important;
  font-size:12px !important;
  font-weight:800 !important;
  color:#163b63 !important;
}
html body .lpp-weather-detail-modal__dialog{max-width:920px !important;}
html body .lpp-weather-detail-panel{display:flex !important;flex-direction:column !important;gap:16px !important;}
html body .lpp-weather-detail-panel__summary{
  display:grid !important;
  grid-template-columns:minmax(0,1.3fr) minmax(240px,.7fr) !important;
  gap:16px !important;
  align-items:stretch !important;
}
html body .lpp-weather-detail-panel__main,
html body .lpp-weather-detail-panel__stats{
  border:1px solid #dbe3ee !important;
  border-radius:18px !important;
  background:#f8fbff !important;
  padding:18px !important;
}
html body .lpp-weather-detail-panel__eyebrow{font-size:12px !important;font-weight:800 !important;letter-spacing:.08em !important;text-transform:uppercase !important;color:#64748b !important;margin-bottom:8px !important;}
html body .lpp-weather-detail-panel__hero{display:flex !important;align-items:center !important;gap:12px !important;margin-bottom:6px !important;}
html body .lpp-weather-detail-panel__hero span{font-size:34px !important;line-height:1 !important;}
html body .lpp-weather-detail-panel__hero strong{font-size:32px !important;line-height:1 !important;color:#102348 !important;}
html body .lpp-weather-detail-panel__desc{font-size:15px !important;font-weight:700 !important;color:#334155 !important;}
html body .lpp-weather-detail-panel__stats{display:grid !important;grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:12px !important;}
html body .lpp-weather-detail-panel__stats div{border:1px solid #dbe3ee !important;border-radius:14px !important;background:#ffffff !important;padding:14px !important;}
html body .lpp-weather-detail-panel__stats span{display:block !important;font-size:11px !important;font-weight:800 !important;letter-spacing:.08em !important;text-transform:uppercase !important;color:#64748b !important;margin-bottom:6px !important;}
html body .lpp-weather-detail-panel__stats strong{display:block !important;font-size:18px !important;color:#102348 !important;}
html body .lpp-weather-detail-panel__hint{border:1px solid #dbe3ee !important;border-radius:16px !important;background:#ffffff !important;padding:14px 16px !important;font-size:13px !important;line-height:1.55 !important;color:#475569 !important;}
html body .lpp-weather-detail-grid{display:grid !important;grid-template-columns:repeat(4,minmax(0,1fr)) !important;gap:12px !important;}
html body .lpp-weather-detail-card{border:1px solid #dbe3ee !important;border-radius:18px !important;background:#ffffff !important;padding:14px !important;min-height:156px !important;display:flex !important;flex-direction:column !important;}
html body .lpp-weather-detail-card.is-reduce{border-color:#cfe7da !important;background:#f3fbf6 !important;}
html body .lpp-weather-detail-card.is-watch{border-color:#f5ddaa !important;background:#fff9ec !important;}
html body .lpp-weather-detail-card__top{display:flex !important;align-items:center !important;justify-content:space-between !important;gap:8px !important;margin-bottom:8px !important;}
html body .lpp-weather-detail-card__top strong{font-size:15px !important;color:#102348 !important;}
html body .lpp-weather-detail-card__temp{font-size:22px !important;font-weight:800 !important;color:#102348 !important;margin-bottom:6px !important;}
html body .lpp-weather-detail-card__meta{font-size:12px !important;line-height:1.45 !important;color:#475569 !important;margin-bottom:10px !important;}
html body .lpp-weather-detail-card__badge{margin-top:auto !important;display:inline-flex !important;align-items:center !important;justify-content:center !important;padding:7px 10px !important;border-radius:999px !important;background:#0f172a !important;color:#ffffff !important;font-size:11px !important;font-weight:800 !important;letter-spacing:.04em !important;text-transform:uppercase !important;}
@media (max-width: 980px){
  html body .lpp-weather-detail-panel__summary{grid-template-columns:1fr !important;}
  html body .lpp-weather-detail-grid{grid-template-columns:repeat(2,minmax(0,1fr)) !important;}
}
@media (max-width: 640px){
  html body .lpp-weather-detail-grid{grid-template-columns:1fr !important;}
  html body .lpp-weather-detail-panel__stats{grid-template-columns:1fr !important;}
}


/* v1.10.33 desktop top header date + time center layout */
html body .lpp-shell[data-lpp-root] .lpp-topbar-desktop-row--header-v2 .lpp-topbar-desktop-row__center{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
}
html body .lpp-shell[data-lpp-root] .lpp-topbar-live-hub{
  width:100% !important;
  min-width:0 !important;
  display:grid !important;
  grid-template-columns:minmax(0,1fr) auto !important;
  align-items:center !important;
  gap:14px !important;
}
html body .lpp-shell[data-lpp-root] .lpp-topbar-live-hub__date,
html body .lpp-shell[data-lpp-root] .lpp-topbar-live-hub__time{
  min-height:52px !important;
  border-radius:16px !important;
  background:linear-gradient(180deg,#132452 0%,#0f1f4a 100%) !important;
  border:1px solid rgba(255,255,255,.08) !important;
  color:#ffffff !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.04) !important;
}
html body .lpp-shell[data-lpp-root] .lpp-topbar-live-hub__date{
  padding:0 22px !important;
  font-size:24px !important;
  font-weight:900 !important;
  letter-spacing:.01em !important;
  text-align:center !important;
  white-space:nowrap !important;
  overflow:hidden !important;
  text-overflow:ellipsis !important;
}
html body .lpp-shell[data-lpp-root] .lpp-topbar-live-hub__time{
  min-width:210px !important;
  padding:0 26px !important;
  font-size:28px !important;
  font-weight:900 !important;
  letter-spacing:.08em !important;
  font-variant-numeric:tabular-nums !important;
  font-feature-settings:"tnum" 1, "lnum" 1 !important;
}
@media (max-width: 1500px){
  html body .lpp-shell[data-lpp-root] .lpp-topbar-live-hub{gap:12px !important;}
  html body .lpp-shell[data-lpp-root] .lpp-topbar-live-hub__date{font-size:22px !important;}
  html body .lpp-shell[data-lpp-root] .lpp-topbar-live-hub__time{min-width:180px !important;font-size:26px !important;}
}
@media (max-width: 1360px){
  html body .lpp-shell[data-lpp-root] .lpp-topbar-live-hub__date{font-size:20px !important;padding:0 18px !important;}
  html body .lpp-shell[data-lpp-root] .lpp-topbar-live-hub__time{min-width:160px !important;padding:0 20px !important;font-size:24px !important;}
}
@media (max-width: 1180px){
  html body .lpp-shell[data-lpp-root] .lpp-topbar-live-hub{grid-template-columns:1fr !important;}
  html body .lpp-shell[data-lpp-root] .lpp-topbar-live-hub__date,
  html body .lpp-shell[data-lpp-root] .lpp-topbar-live-hub__time{width:100% !important;}
  html body .lpp-shell[data-lpp-root] .lpp-topbar-live-hub__time{min-width:0 !important;}
}


/* v1.10.34 weather staff recommendations */
html body .lpp-weather-staff-rec,
html body .lpp-print-staff-rec{border:1px solid #dbe3ee !important;border-radius:18px !important;background:#ffffff !important;margin:0 16px 14px !important;overflow:hidden !important;}
html body .lpp-weather-staff-rec__head,
html body .lpp-print-staff-rec__head{display:flex !important;align-items:flex-start !important;justify-content:space-between !important;gap:12px !important;padding:14px 16px !important;background:#f8fbff !important;border-bottom:1px solid #e2e8f0 !important;}
html body .lpp-weather-staff-rec__head h4,
html body .lpp-print-staff-rec__head h4{margin:0 0 4px !important;font-size:17px !important;font-weight:800 !important;color:#102348 !important;}
html body .lpp-weather-staff-rec__head p,
html body .lpp-print-staff-rec__head p{margin:0 !important;font-size:12px !important;line-height:1.45 !important;color:#64748b !important;}
html body .lpp-weather-staff-rec__head span,
html body .lpp-print-staff-rec__head span{display:inline-flex !important;align-items:center !important;justify-content:center !important;min-width:42px !important;height:42px !important;padding:0 12px !important;border-radius:999px !important;background:#102348 !important;color:#fff !important;font-size:13px !important;font-weight:800 !important;}
html body .lpp-weather-staff-rec__window,
html body .lpp-print-staff-rec__window{padding:14px 16px !important;border-bottom:1px solid #edf2f7 !important;}
html body .lpp-weather-staff-rec__window:last-of-type,
html body .lpp-print-staff-rec__window:last-of-type{border-bottom:none !important;}
html body .lpp-weather-staff-rec__window.is-positive,
html body .lpp-print-staff-rec__window.is-positive{background:#f6fbff !important;}
html body .lpp-weather-staff-rec__window.is-negative,
html body .lpp-print-staff-rec__window.is-negative{background:#fffaf3 !important;}
html body .lpp-weather-staff-rec__window-head,
html body .lpp-print-staff-rec__window-head{display:flex !important;align-items:center !important;justify-content:space-between !important;gap:12px !important;margin-bottom:12px !important;}
html body .lpp-weather-staff-rec__window-head strong,
html body .lpp-print-staff-rec__window-head strong{font-size:15px !important;color:#102348 !important;}
html body .lpp-weather-staff-rec__window-head span,
html body .lpp-print-staff-rec__window-head span{font-size:12px !important;font-weight:700 !important;color:#475569 !important;}
html body .lpp-weather-staff-rec__block,
html body .lpp-print-staff-rec__block{margin:0 0 12px !important;}
html body .lpp-weather-staff-rec__block:last-child,
html body .lpp-print-staff-rec__block:last-child{margin-bottom:0 !important;}
html body .lpp-weather-staff-rec__block h5,
html body .lpp-print-staff-rec__block h5{margin:0 0 8px !important;font-size:12px !important;font-weight:800 !important;letter-spacing:.08em !important;text-transform:uppercase !important;color:#64748b !important;}
html body .lpp-weather-staff-rec__block ul,
html body .lpp-print-staff-rec__block ul{list-style:none !important;margin:0 !important;padding:0 !important;display:grid !important;grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:10px !important;}
html body .lpp-weather-staff-rec__block li,
html body .lpp-print-staff-rec__block li{border:1px solid #dbe3ee !important;border-radius:14px !important;background:#fff !important;padding:10px 12px !important;display:flex !important;flex-direction:column !important;gap:4px !important;}
html body .lpp-weather-staff-rec__block li strong,
html body .lpp-print-staff-rec__block li strong{font-size:14px !important;color:#102348 !important;}
html body .lpp-weather-staff-rec__block li span,
html body .lpp-print-staff-rec__block li span{font-size:12px !important;color:#475569 !important;}
html body .lpp-weather-staff-rec__block li em,
html body .lpp-print-staff-rec__block li em{font-style:normal !important;font-size:12px !important;line-height:1.45 !important;color:#64748b !important;}
html body .lpp-weather-staff-rec__fallback,
html body .lpp-print-staff-rec__fallback,
html body .lpp-weather-staff-rec__empty,
html body .lpp-print-staff-rec__empty{margin:0 !important;padding:0 16px 16px !important;font-size:13px !important;line-height:1.5 !important;color:#64748b !important;}
html body .lpp-weather-staff-rec__note,
html body .lpp-print-staff-rec__note{padding:0 16px 16px !important;font-size:12px !important;color:#64748b !important;}
html body .lpp-print-weather-grid{grid-template-columns:repeat(5,minmax(0,1fr)) !important;}
html body .lpp-print-weather-hour{min-height:88px !important;}
@media (max-width: 980px){
  html body .lpp-weather-staff-rec__block ul,
  html body .lpp-print-staff-rec__block ul{grid-template-columns:1fr !important;}
}


/* v1.10.35 weather staff planning plus */
html body .lpp-shell[data-lpp-root] [data-lpp-panel="dashboard"] .lpp-dashboard-weather-card__advice{
  margin:12px 0 0 !important;
  padding:10px 12px !important;
  border:1px solid #dbe3ee !important;
  border-radius:14px !important;
  background:#f8fbff !important;
  display:flex !important;
  flex-direction:column !important;
  gap:4px !important;
}
html body .lpp-shell[data-lpp-root] [data-lpp-panel="dashboard"] .lpp-dashboard-weather-card__advice.is-keep{background:#f3fbf6 !important;border-color:#cfe7da !important;}
html body .lpp-shell[data-lpp-root] [data-lpp-panel="dashboard"] .lpp-dashboard-weather-card__advice.is-watch{background:#fff9ec !important;border-color:#f5ddaa !important;}
html body .lpp-shell[data-lpp-root] [data-lpp-panel="dashboard"] .lpp-dashboard-weather-card__advice.is-reduce{background:#fff5f5 !important;border-color:#fecaca !important;}
html body .lpp-shell[data-lpp-root] [data-lpp-panel="dashboard"] .lpp-dashboard-weather-card__advice strong{font-size:13px !important;color:#102348 !important;}
html body .lpp-shell[data-lpp-root] [data-lpp-panel="dashboard"] .lpp-dashboard-weather-card__advice span{font-size:11px !important;line-height:1.45 !important;color:#475569 !important;}
html body .lpp-shell[data-lpp-root] [data-lpp-panel="dashboard"] .lpp-dashboard-weather-card__mini{display:flex !important;flex-wrap:wrap !important;gap:10px !important;margin-top:12px !important;font-size:11px !important;color:#475569 !important;}
html body .lpp-shell[data-lpp-root] [data-lpp-panel="dashboard"] .lpp-dashboard-weather-card__mini strong{color:#102348 !important;}
html body .lpp-weather-staff-rec__day,
html body .lpp-print-staff-rec__day{margin:14px 16px 0 !important;border:1px solid #dbe3ee !important;border-radius:16px !important;background:#f8fbff !important;padding:14px 16px !important;}
html body .lpp-weather-staff-rec__day.is-keep,
html body .lpp-print-staff-rec__day.is-keep{background:#f3fbf6 !important;border-color:#cfe7da !important;}
html body .lpp-weather-staff-rec__day.is-watch,
html body .lpp-print-staff-rec__day.is-watch{background:#fff9ec !important;border-color:#f5ddaa !important;}
html body .lpp-weather-staff-rec__day.is-reduce,
html body .lpp-print-staff-rec__day.is-reduce{background:#fff5f5 !important;border-color:#fecaca !important;}
html body .lpp-weather-staff-rec__day strong,
html body .lpp-print-staff-rec__day strong{display:block !important;font-size:15px !important;color:#102348 !important;margin-bottom:4px !important;}
html body .lpp-weather-staff-rec__day p,
html body .lpp-print-staff-rec__day p{margin:0 !important;font-size:12px !important;line-height:1.5 !important;color:#475569 !important;}
html body .lpp-weather-staff-rec__chips,
html body .lpp-print-staff-rec__chips{display:flex !important;flex-wrap:wrap !important;gap:8px !important;margin-top:10px !important;}
html body .lpp-weather-staff-rec__chips span,
html body .lpp-print-staff-rec__chips span{display:inline-flex !important;align-items:center !important;gap:6px !important;padding:7px 10px !important;border-radius:999px !important;background:#ffffff !important;border:1px solid #dbe3ee !important;font-size:11px !important;font-weight:700 !important;color:#475569 !important;}
html body .lpp-weather-staff-rec__chips strong,
html body .lpp-print-staff-rec__chips strong{display:inline !important;margin:0 !important;font-size:12px !important;color:#102348 !important;}


/* v1.10.37 sidebar profile card layout */
html body .lpp-shell[data-lpp-root] .lpp-sidebar__profile.lpp-sidebar__profile-btn{
  display:flex !important;
  flex-direction:column !important;
  align-items:center !important;
  justify-content:center !important;
  gap:14px !important;
  width:100% !important;
  text-align:center !important;
  padding:18px 16px !important;
  border-radius:22px !important;
  background:linear-gradient(180deg, rgba(255,255,255,.11) 0%, rgba(255,255,255,.06) 100%) !important;
  border:1px solid rgba(255,255,255,.12) !important;
  box-shadow:0 16px 32px rgba(2,8,23,.16), inset 0 1px 0 rgba(255,255,255,.08) !important;
}
html body .lpp-shell[data-lpp-root] .lpp-sidebar__profile.lpp-sidebar__profile-btn:hover{
  background:linear-gradient(180deg, rgba(255,255,255,.15) 0%, rgba(255,255,255,.08) 100%) !important;
  transform:translateY(-1px) !important;
}
html body .lpp-shell[data-lpp-root] .lpp-sidebar__avatar-wrap{
  position:relative !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  width:96px !important;
  height:96px !important;
  padding:4px !important;
  border-radius:999px !important;
  background:radial-gradient(circle at 30% 30%, rgba(255,255,255,.34), rgba(255,255,255,.06) 68%, rgba(96,165,250,.18) 100%) !important;
  box-shadow:0 0 0 1px rgba(255,255,255,.10), 0 10px 22px rgba(15,23,42,.22) !important;
}
html body .lpp-shell[data-lpp-root] .lpp-sidebar__avatar{
  width:88px !important;
  height:88px !important;
  border-radius:999px !important;
  overflow:hidden !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  background:linear-gradient(135deg,#ffffff 0%, #dbeafe 100%) !important;
  color:#0f172a !important;
  font-size:30px !important;
  font-weight:800 !important;
  letter-spacing:.02em !important;
  box-shadow:inset 0 1px 1px rgba(255,255,255,.55) !important;
}
html body .lpp-shell[data-lpp-root] .lpp-sidebar__avatar img{
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  display:block !important;
}
html body .lpp-shell[data-lpp-root] .lpp-sidebar__profile-text{
  display:flex !important;
  flex-direction:column !important;
  align-items:center !important;
  justify-content:center !important;
  gap:4px !important;
  width:100% !important;
}
html body .lpp-shell[data-lpp-root] .lpp-sidebar__profile-name{
  display:block !important;
  width:100% !important;
  font-size:20px !important;
  line-height:1.2 !important;
  font-weight:800 !important;
  color:#ffffff !important;
  margin:0 !important;
}
html body .lpp-shell[data-lpp-root] .lpp-sidebar__profile-role{
  display:block !important;
  width:100% !important;
  font-size:14px !important;
  line-height:1.35 !important;
  font-weight:600 !important;
  color:rgba(255,255,255,.82) !important;
}
html body .lpp-shell[data-lpp-root] .lpp-sidebar__profile-branch-label{
  display:block !important;
  width:100% !important;
  margin-top:6px !important;
  font-size:11px !important;
  line-height:1.2 !important;
  letter-spacing:.12em !important;
  text-transform:uppercase !important;
  color:rgba(255,255,255,.55) !important;
}
html body .lpp-shell[data-lpp-root] .lpp-sidebar__profile-branch{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  min-height:28px !important;
  margin-top:2px !important;
  padding:6px 12px !important;
  border-radius:999px !important;
  background:rgba(255,255,255,.09) !important;
  border:1px solid rgba(255,255,255,.12) !important;
  font-size:13px !important;
  line-height:1.2 !important;
  font-weight:700 !important;
  color:#ffffff !important;
  max-width:100% !important;
  text-align:center !important;
}
html body .lpp-shell[data-lpp-root] .lpp-sidebar__profile-status{
  gap:8px !important;
}
html body .lpp-shell[data-lpp-root] .lpp-sidebar__upload-note{
  text-align:center !important;
}
@media (max-width: 768px){
  html body .lpp-shell[data-lpp-root] .lpp-sidebar__profile.lpp-sidebar__profile-btn{
    padding:14px 14px !important;
    gap:12px !important;
  }
  html body .lpp-shell[data-lpp-root] .lpp-sidebar__avatar-wrap{
    width:82px !important;
    height:82px !important;
  }
  html body .lpp-shell[data-lpp-root] .lpp-sidebar__avatar{
    width:74px !important;
    height:74px !important;
    font-size:24px !important;
  }
  html body .lpp-shell[data-lpp-root] .lpp-sidebar__profile-name{
    font-size:17px !important;
  }
}


/* v1.10.38 sidebar profile location icon */
html body .lpp-shell[data-lpp-root] .lpp-sidebar__profile-branch-label{
  display:none !important;
}
html body .lpp-shell[data-lpp-root] .lpp-sidebar__profile-location{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:8px !important;
  min-height:30px !important;
  margin-top:8px !important;
  padding:6px 12px !important;
  border-radius:999px !important;
  background:rgba(255,255,255,.09) !important;
  border:1px solid rgba(255,255,255,.12) !important;
  max-width:100% !important;
}
html body .lpp-shell[data-lpp-root] .lpp-sidebar__profile-location-icon{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  width:18px !important;
  height:18px !important;
  font-size:14px !important;
  line-height:1 !important;
  color:rgba(255,255,255,.92) !important;
  opacity:.95 !important;
}
html body .lpp-shell[data-lpp-root] .lpp-sidebar__profile-location .lpp-sidebar__profile-branch{
  display:inline !important;
  margin:0 !important;
  padding:0 !important;
  min-height:0 !important;
  border:none !important;
  background:transparent !important;
  font-size:13px !important;
  line-height:1.2 !important;
  font-weight:700 !important;
  color:#ffffff !important;
}


/* v1.10.39 sidebar profile card mockup style */
html body .lpp-shell[data-lpp-root] .lpp-sidebar__profile.lpp-sidebar__profile-btn{
  position:relative !important;
  isolation:isolate !important;
  min-height:240px !important;
  padding:20px 18px 18px !important;
  gap:16px !important;
  border-radius:24px !important;
  background:
    radial-gradient(circle at 50% 18%, rgba(147,197,253,.20) 0%, rgba(147,197,253,.08) 18%, rgba(255,255,255,.04) 36%, rgba(255,255,255,.02) 58%, transparent 78%),
    linear-gradient(180deg, rgba(34,51,101,.90) 0%, rgba(16,31,71,.95) 100%) !important;
  border:1px solid rgba(255,255,255,.10) !important;
  box-shadow:0 18px 34px rgba(2,8,23,.22), inset 0 1px 0 rgba(255,255,255,.08) !important;
  overflow:hidden !important;
}
html body .lpp-shell[data-lpp-root] .lpp-sidebar__profile.lpp-sidebar__profile-btn::before{
  content:'' !important;
  position:absolute !important;
  inset:0 !important;
  border-radius:inherit !important;
  background:linear-gradient(180deg, rgba(255,255,255,.05), transparent 40%, rgba(255,255,255,.02)) !important;
  pointer-events:none !important;
  z-index:-1 !important;
}
html body .lpp-shell[data-lpp-root] .lpp-sidebar__profile.lpp-sidebar__profile-btn:hover{
  transform:translateY(-1px) !important;
  box-shadow:0 22px 40px rgba(2,8,23,.26), inset 0 1px 0 rgba(255,255,255,.09) !important;
}
html body .lpp-shell[data-lpp-root] .lpp-sidebar__avatar-wrap{
  width:102px !important;
  height:102px !important;
  padding:4px !important;
  background:linear-gradient(180deg, rgba(255,255,255,.36), rgba(255,255,255,.10)) !important;
  box-shadow:0 10px 24px rgba(2,8,23,.24), 0 0 0 1px rgba(255,255,255,.10) !important;
}
html body .lpp-shell[data-lpp-root] .lpp-sidebar__avatar{
  width:94px !important;
  height:94px !important;
  font-size:32px !important;
  background:linear-gradient(135deg, #ffffff 0%, #e6f0ff 100%) !important;
}
html body .lpp-shell[data-lpp-root] .lpp-sidebar__profile-text{
  gap:5px !important;
}
html body .lpp-shell[data-lpp-root] .lpp-sidebar__profile-name{
  font-size:22px !important;
  line-height:1.15 !important;
  letter-spacing:-.01em !important;
}
html body .lpp-shell[data-lpp-root] .lpp-sidebar__profile-role{
  font-size:15px !important;
  line-height:1.35 !important;
  color:rgba(255,255,255,.90) !important;
}
html body .lpp-shell[data-lpp-root] .lpp-sidebar__profile-location{
  margin-top:10px !important;
  padding:7px 12px !important;
  background:rgba(255,255,255,.08) !important;
  border:1px solid rgba(255,255,255,.10) !important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.05) !important;
}
html body .lpp-shell[data-lpp-root] .lpp-sidebar__profile-location-icon{
  width:16px !important;
  height:16px !important;
  font-size:13px !important;
}
html body .lpp-shell[data-lpp-root] .lpp-sidebar__profile-location .lpp-sidebar__profile-branch{
  font-size:13px !important;
  font-weight:800 !important;
  letter-spacing:.01em !important;
}
@media (max-width: 768px){
  html body .lpp-shell[data-lpp-root] .lpp-sidebar__profile.lpp-sidebar__profile-btn{
    min-height:220px !important;
    padding:18px 16px 16px !important;
  }
  html body .lpp-shell[data-lpp-root] .lpp-sidebar__avatar-wrap{
    width:92px !important;
    height:92px !important;
  }
  html body .lpp-shell[data-lpp-root] .lpp-sidebar__avatar{
    width:84px !important;
    height:84px !important;
  }
  html body .lpp-shell[data-lpp-root] .lpp-sidebar__profile-name{
    font-size:20px !important;
  }
}


/* v1.10.40 sidebar profile card mockup refined */
html body .lpp-shell[data-lpp-root] .lpp-sidebar__profile.lpp-sidebar__profile-btn{
  min-height:262px !important;
  padding:24px 20px 20px !important;
  gap:18px !important;
  border-radius:26px !important;
  background:
    radial-gradient(circle at 50% 14%, rgba(191,219,254,.24) 0%, rgba(191,219,254,.10) 14%, rgba(255,255,255,.05) 30%, rgba(255,255,255,.02) 50%, transparent 74%),
    linear-gradient(180deg, rgba(35,53,105,.94) 0%, rgba(15,28,69,.98) 100%) !important;
  border:1px solid rgba(255,255,255,.11) !important;
  box-shadow:0 20px 42px rgba(2,8,23,.30), inset 0 1px 0 rgba(255,255,255,.10) !important;
}
html body .lpp-shell[data-lpp-root] .lpp-sidebar__profile.lpp-sidebar__profile-btn::after{
  content:'' !important;
  position:absolute !important;
  top:-28px !important;
  left:50% !important;
  transform:translateX(-50%) !important;
  width:148px !important;
  height:148px !important;
  border-radius:999px !important;
  background:radial-gradient(circle, rgba(147,197,253,.28) 0%, rgba(147,197,253,.10) 35%, rgba(147,197,253,0) 72%) !important;
  pointer-events:none !important;
  z-index:-1 !important;
}
html body .lpp-shell[data-lpp-root] .lpp-sidebar__avatar-wrap{
  width:114px !important;
  height:114px !important;
  padding:5px !important;
  background:linear-gradient(180deg, rgba(255,255,255,.42), rgba(255,255,255,.12)) !important;
  box-shadow:0 16px 28px rgba(2,8,23,.28), 0 0 0 1px rgba(255,255,255,.12) !important;
}
html body .lpp-shell[data-lpp-root] .lpp-sidebar__avatar{
  width:104px !important;
  height:104px !important;
  font-size:34px !important;
  box-shadow:inset 0 1px 2px rgba(255,255,255,.68), 0 8px 18px rgba(15,23,42,.16) !important;
}
html body .lpp-shell[data-lpp-root] .lpp-sidebar__profile-text{
  gap:6px !important;
  max-width:100% !important;
}
html body .lpp-shell[data-lpp-root] .lpp-sidebar__profile-name{
  font-size:24px !important;
  line-height:1.1 !important;
  font-weight:800 !important;
  letter-spacing:-.015em !important;
  max-width:100% !important;
  text-wrap:balance !important;
}
html body .lpp-shell[data-lpp-root] .lpp-sidebar__profile-role{
  font-size:14px !important;
  line-height:1.35 !important;
  color:rgba(255,255,255,.86) !important;
  max-width:100% !important;
}
html body .lpp-shell[data-lpp-root] .lpp-sidebar__profile-location{
  margin-top:12px !important;
  min-height:34px !important;
  padding:8px 14px !important;
  border-radius:999px !important;
  background:rgba(255,255,255,.10) !important;
  border:1px solid rgba(255,255,255,.11) !important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.05) !important;
}
html body .lpp-shell[data-lpp-root] .lpp-sidebar__profile-location-icon{
  width:17px !important;
  height:17px !important;
  font-size:13px !important;
  opacity:1 !important;
}
html body .lpp-shell[data-lpp-root] .lpp-sidebar__profile-location .lpp-sidebar__profile-branch{
  font-size:13px !important;
  line-height:1.2 !important;
  font-weight:800 !important;
  white-space:normal !important;
  word-break:break-word !important;
}
html body .lpp-shell[data-lpp-root] .lpp-sidebar__profile-status{
  margin-top:2px !important;
}
@media (max-width: 768px){
  html body .lpp-shell[data-lpp-root] .lpp-sidebar__profile.lpp-sidebar__profile-btn{
    min-height:236px !important;
    padding:20px 16px 18px !important;
    gap:16px !important;
  }
  html body .lpp-shell[data-lpp-root] .lpp-sidebar__avatar-wrap{
    width:96px !important;
    height:96px !important;
  }
  html body .lpp-shell[data-lpp-root] .lpp-sidebar__avatar{
    width:86px !important;
    height:86px !important;
    font-size:28px !important;
  }
  html body .lpp-shell[data-lpp-root] .lpp-sidebar__profile-name{
    font-size:21px !important;
  }
}


/* v1.10.41 sidebar profile final polish */
html body .lpp-shell[data-lpp-root] .lpp-sidebar__profile.lpp-sidebar__profile-btn{
  min-height:276px !important;
  padding:26px 20px 22px !important;
  gap:20px !important;
  border-radius:28px !important;
  background:
    radial-gradient(circle at 50% 11%, rgba(219,234,254,.28) 0%, rgba(219,234,254,.12) 12%, rgba(255,255,255,.06) 27%, rgba(255,255,255,.02) 48%, transparent 73%),
    linear-gradient(180deg, rgba(39,58,112,.96) 0%, rgba(19,34,79,.98) 58%, rgba(11,23,61,1) 100%) !important;
  border:1px solid rgba(255,255,255,.12) !important;
  box-shadow:0 22px 44px rgba(2,8,23,.34), inset 0 1px 0 rgba(255,255,255,.12) !important;
}
html body .lpp-shell[data-lpp-root] .lpp-sidebar__profile.lpp-sidebar__profile-btn::before{
  background:linear-gradient(180deg, rgba(255,255,255,.09), rgba(255,255,255,.03) 28%, transparent 55%, rgba(255,255,255,.025)) !important;
}
html body .lpp-shell[data-lpp-root] .lpp-sidebar__profile.lpp-sidebar__profile-btn::after{
  top:-34px !important;
  width:164px !important;
  height:164px !important;
  background:radial-gradient(circle, rgba(191,219,254,.30) 0%, rgba(191,219,254,.12) 35%, rgba(191,219,254,0) 74%) !important;
}
html body .lpp-shell[data-lpp-root] .lpp-sidebar__avatar-wrap{
  width:120px !important;
  height:120px !important;
  padding:5px !important;
  background:linear-gradient(180deg, rgba(255,255,255,.48), rgba(255,255,255,.14)) !important;
  box-shadow:0 18px 32px rgba(2,8,23,.30), 0 0 0 1px rgba(255,255,255,.14) !important;
}
html body .lpp-shell[data-lpp-root] .lpp-sidebar__avatar{
  width:110px !important;
  height:110px !important;
  font-size:36px !important;
  background:linear-gradient(135deg, #ffffff 0%, #edf4ff 100%) !important;
}
html body .lpp-shell[data-lpp-root] .lpp-sidebar__profile-text{
  gap:7px !important;
}
html body .lpp-shell[data-lpp-root] .lpp-sidebar__profile-name{
  font-size:25px !important;
  line-height:1.08 !important;
}
html body .lpp-shell[data-lpp-root] .lpp-sidebar__profile-role{
  font-size:14px !important;
  color:rgba(255,255,255,.88) !important;
}
html body .lpp-shell[data-lpp-root] .lpp-sidebar__profile-location{
  margin-top:14px !important;
  min-height:36px !important;
  padding:9px 14px !important;
  background:rgba(255,255,255,.11) !important;
  border:1px solid rgba(255,255,255,.12) !important;
}
html body .lpp-shell[data-lpp-root] .lpp-sidebar__profile-location-icon{
  width:18px !important;
  height:18px !important;
  font-size:14px !important;
}
html body .lpp-shell[data-lpp-root] .lpp-sidebar__profile-location .lpp-sidebar__profile-branch{
  font-size:13px !important;
}
html body .lpp-shell[data-lpp-root] .lpp-sidebar__profile-status{
  margin-top:6px !important;
  gap:9px !important;
}
html body .lpp-shell[data-lpp-root] .lpp-sidebar__profile-edit{
  border-radius:16px !important;
  min-height:42px !important;
  background:rgba(255,255,255,.10) !important;
  border:1px solid rgba(255,255,255,.12) !important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.05) !important;
}
html body .lpp-shell[data-lpp-root] .lpp-sidebar__profile-edit:hover{
  background:rgba(255,255,255,.14) !important;
}
html body .lpp-shell[data-lpp-root] .lpp-sidebar__upload-note{
  font-size:12px !important;
  line-height:1.4 !important;
  color:rgba(255,255,255,.68) !important;
}
html body .lpp-shell[data-lpp-root] .lpp-sidebar__upload-status{
  text-align:center !important;
}
@media (max-width: 768px){
  html body .lpp-shell[data-lpp-root] .lpp-sidebar__profile.lpp-sidebar__profile-btn{
    min-height:244px !important;
    padding:22px 16px 18px !important;
    gap:16px !important;
    border-radius:24px !important;
  }
  html body .lpp-shell[data-lpp-root] .lpp-sidebar__avatar-wrap{
    width:100px !important;
    height:100px !important;
  }
  html body .lpp-shell[data-lpp-root] .lpp-sidebar__avatar{
    width:90px !important;
    height:90px !important;
    font-size:30px !important;
  }
  html body .lpp-shell[data-lpp-root] .lpp-sidebar__profile-name{
    font-size:22px !important;
  }
}


/* v1.10.42 animated glow ring for sidebar profile avatar */
html body .lpp-shell[data-lpp-root] .lpp-sidebar__avatar-wrap{
  position:relative !important;
  overflow:visible !important;
}
html body .lpp-shell[data-lpp-root] .lpp-sidebar__avatar-wrap::before,
html body .lpp-shell[data-lpp-root] .lpp-sidebar__avatar-wrap::after{
  content:'' !important;
  position:absolute !important;
  inset:-6px !important;
  border-radius:999px !important;
  pointer-events:none !important;
}
html body .lpp-shell[data-lpp-root] .lpp-sidebar__avatar-wrap::before{
  background:radial-gradient(circle, rgba(191,219,254,.00) 54%, rgba(191,219,254,.28) 72%, rgba(255,255,255,.55) 83%, rgba(191,219,254,.00) 100%) !important;
  filter:blur(1px) !important;
  opacity:.82 !important;
  animation:lppAvatarGlowPulse 4.8s ease-in-out infinite !important;
}
html body .lpp-shell[data-lpp-root] .lpp-sidebar__avatar-wrap::after{
  inset:-10px !important;
  background:radial-gradient(circle, rgba(147,197,253,.22) 0%, rgba(147,197,253,.10) 38%, rgba(147,197,253,.02) 58%, rgba(147,197,253,0) 76%) !important;
  filter:blur(6px) !important;
  opacity:.55 !important;
  animation:lppAvatarGlowAura 5.8s ease-in-out infinite !important;
}
html body .lpp-shell[data-lpp-root] .lpp-sidebar__avatar{
  position:relative !important;
  z-index:2 !important;
}
@keyframes lppAvatarGlowPulse{
  0%,100%{ transform:scale(0.985); opacity:.62; }
  50%{ transform:scale(1.035); opacity:1; }
}
@keyframes lppAvatarGlowAura{
  0%,100%{ transform:scale(.96); opacity:.34; }
  50%{ transform:scale(1.06); opacity:.62; }
}
@media (prefers-reduced-motion: reduce){
  html body .lpp-shell[data-lpp-root] .lpp-sidebar__avatar-wrap::before,
  html body .lpp-shell[data-lpp-root] .lpp-sidebar__avatar-wrap::after{
    animation:none !important;
  }
}


/* v1.10.43 stronger visible animated frame around sidebar avatar */
html body .lpp-shell[data-lpp-root] .lpp-sidebar__avatar-wrap{
  position:relative !important;
  isolation:isolate !important;
  overflow:visible !important;
}
html body .lpp-shell[data-lpp-root] .lpp-sidebar__avatar-wrap::before,
html body .lpp-shell[data-lpp-root] .lpp-sidebar__avatar-wrap::after{
  content:'' !important;
  position:absolute !important;
  border-radius:999px !important;
  pointer-events:none !important;
}
/* clearly visible animated ring */
html body .lpp-shell[data-lpp-root] .lpp-sidebar__avatar-wrap::before{
  inset:-5px !important;
  padding:3px !important;
  background:conic-gradient(from 0deg,
    rgba(255,255,255,.12) 0deg,
    rgba(191,219,254,.96) 70deg,
    rgba(255,255,255,.20) 145deg,
    rgba(96,165,250,.92) 220deg,
    rgba(255,255,255,.14) 310deg,
    rgba(191,219,254,.96) 360deg) !important;
  -webkit-mask:linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0) !important;
  -webkit-mask-composite:xor !important;
  mask-composite:exclude !important;
  filter:drop-shadow(0 0 10px rgba(147,197,253,.50)) !important;
  opacity:.98 !important;
  animation:lppAvatarFrameSpin 4.2s linear infinite !important;
  z-index:0 !important;
}
/* outer soft aura */
html body .lpp-shell[data-lpp-root] .lpp-sidebar__avatar-wrap::after{
  inset:-14px !important;
  background:radial-gradient(circle,
    rgba(191,219,254,.34) 0%,
    rgba(147,197,253,.16) 36%,
    rgba(147,197,253,.06) 54%,
    rgba(147,197,253,0) 72%) !important;
  filter:blur(7px) !important;
  opacity:.78 !important;
  animation:lppAvatarFramePulse 3.6s ease-in-out infinite !important;
  z-index:-1 !important;
}
html body .lpp-shell[data-lpp-root] .lpp-sidebar__avatar{
  position:relative !important;
  z-index:1 !important;
}
@keyframes lppAvatarFrameSpin{
  from{ transform:rotate(0deg); }
  to{ transform:rotate(360deg); }
}
@keyframes lppAvatarFramePulse{
  0%,100%{ transform:scale(.98); opacity:.58; }
  50%{ transform:scale(1.06); opacity:.92; }
}
@media (prefers-reduced-motion: reduce){
  html body .lpp-shell[data-lpp-root] .lpp-sidebar__avatar-wrap::before,
  html body .lpp-shell[data-lpp-root] .lpp-sidebar__avatar-wrap::after{
    animation:none !important;
  }
}


/* v1.10.44 top header elegant calendar icon next to date */
html body .lpp-shell[data-lpp-root] .lpp-topbar-live-hub__date{
  gap:12px !important;
}
html body .lpp-shell[data-lpp-root] .lpp-topbar-live-hub__date::before{
  content:'' !important;
  display:inline-block !important;
  width:20px !important;
  height:20px !important;
  min-width:20px !important;
  flex:0 0 20px !important;
  opacity:.92 !important;
  background-repeat:no-repeat !important;
  background-position:center !important;
  background-size:20px 20px !important;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='1.85' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3.5' y='5' width='17' height='15.5' rx='3'/%3E%3Cpath d='M7.5 3.75v3.5M16.5 3.75v3.5M3.5 9.25h17'/%3E%3C/svg%3E") !important;
}
@media (max-width: 1500px){
  html body .lpp-shell[data-lpp-root] .lpp-topbar-live-hub__date{gap:10px !important;}
  html body .lpp-shell[data-lpp-root] .lpp-topbar-live-hub__date::before{width:18px !important;height:18px !important;min-width:18px !important;flex-basis:18px !important;background-size:18px 18px !important;}
}
@media (max-width: 1360px){
  html body .lpp-shell[data-lpp-root] .lpp-topbar-live-hub__date{gap:9px !important;}
  html body .lpp-shell[data-lpp-root] .lpp-topbar-live-hub__date::before{width:17px !important;height:17px !important;min-width:17px !important;flex-basis:17px !important;background-size:17px 17px !important;}
}
@media (max-width: 1100px){
  html body .lpp-shell[data-lpp-root] .lpp-topbar-live-hub__date{justify-content:center !important;}
}


/* v1.10.45 larger calendar icon in top header */
html body .lpp-shell[data-lpp-root] .lpp-topbar-live-hub__date{
  gap:13px !important;
}
html body .lpp-shell[data-lpp-root] .lpp-topbar-live-hub__date::before{
  width:24px !important;
  height:24px !important;
  min-width:24px !important;
  flex:0 0 24px !important;
  background-size:24px 24px !important;
}
@media (max-width: 1500px){
  html body .lpp-shell[data-lpp-root] .lpp-topbar-live-hub__date{gap:11px !important;}
  html body .lpp-shell[data-lpp-root] .lpp-topbar-live-hub__date::before{
    width:21px !important;
    height:21px !important;
    min-width:21px !important;
    flex-basis:21px !important;
    background-size:21px 21px !important;
  }
}
@media (max-width: 1360px){
  html body .lpp-shell[data-lpp-root] .lpp-topbar-live-hub__date::before{
    width:19px !important;
    height:19px !important;
    min-width:19px !important;
    flex-basis:19px !important;
    background-size:19px 19px !important;
  }
}


/* Startup receipt loader */
.lpp-start-loader{position:fixed;inset:0;z-index:100000;display:flex;align-items:center;justify-content:center;padding:24px;transition:opacity .28s ease,visibility .28s ease}
.lpp-start-loader[hidden]{display:none !important}
.lpp-start-loader.is-hidden{opacity:0;visibility:hidden;pointer-events:none}
.lpp-start-loader__backdrop{position:absolute;inset:0;background:rgba(15,23,42,.38);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}
.lpp-start-loader__ticket{position:relative;z-index:1;width:min(100%,420px);background:#fff;border-radius:28px 28px 0 0;box-shadow:0 24px 80px rgba(15,23,42,.26);padding:26px 28px 34px;color:#0f172a;overflow:hidden;clip-path:polygon(0 0,100% 0,100% calc(100% - 14px),97% 100%,94% calc(100% - 14px),91% 100%,88% calc(100% - 14px),85% 100%,82% calc(100% - 14px),79% 100%,76% calc(100% - 14px),73% 100%,70% calc(100% - 14px),67% 100%,64% calc(100% - 14px),61% 100%,58% calc(100% - 14px),55% 100%,52% calc(100% - 14px),49% 100%,46% calc(100% - 14px),43% 100%,40% calc(100% - 14px),37% 100%,34% calc(100% - 14px),31% 100%,28% calc(100% - 14px),25% 100%,22% calc(100% - 14px),19% 100%,16% calc(100% - 14px),13% 100%,10% calc(100% - 14px),7% 100%,4% calc(100% - 14px),0 calc(100% - 14px))}
.lpp-start-loader__logo{display:flex;align-items:center;justify-content:center;min-height:60px;margin-bottom:14px}
.lpp-start-loader__logo img{max-width:88px;max-height:60px;object-fit:contain;display:block}
.lpp-start-loader__brand-text{font-size:22px;font-weight:800;letter-spacing:.02em}
.lpp-start-loader__headline{font-size:22px;line-height:1.2;font-weight:800;text-align:center;margin:0 0 8px}
.lpp-start-loader__subline{font-size:16px;line-height:1.4;color:#64748b;text-align:center;margin:0 0 14px}
.lpp-start-loader__separator{height:1px;border-top:2px dotted #dbe3ee;margin:16px 0}
.lpp-start-loader__rows,.lpp-start-loader__summary{display:grid;grid-template-columns:minmax(0,1fr) 64px;gap:12px 18px}
.lpp-start-loader__rows span,.lpp-start-loader__summary span{display:block;height:14px;border-radius:999px;background:linear-gradient(90deg,#e9eef5 0%,#d9e2ee 18%,#f8fbff 36%,#d9e2ee 54%,#e9eef5 100%);background-size:220% 100%;animation:lppLoaderShimmer 1.35s linear infinite}
.lpp-start-loader__rows .is-short,.lpp-start-loader__summary .is-short{width:52px;justify-self:end}
.lpp-start-loader__rows .is-long{width:100%}
.lpp-start-loader__summary .is-strong{height:16px}
.lpp-start-loader__dots{display:flex;justify-content:center;gap:10px;margin-top:22px}
.lpp-start-loader__dots i{width:14px;height:14px;border-radius:50%;background:#d4deea;display:block}
.lpp-start-loader__dots .is-active{background:#2563eb}
@keyframes lppLoaderShimmer{0%{background-position:200% 0}100%{background-position:-20% 0}}
@media (max-width: 767px){
  .lpp-start-loader{padding:18px}
  .lpp-start-loader__ticket{width:min(100%,340px);padding:20px 18px 28px;border-radius:22px 22px 0 0}
  .lpp-start-loader__headline{font-size:20px}
  .lpp-start-loader__subline{font-size:15px}
  .lpp-start-loader__rows,.lpp-start-loader__summary{grid-template-columns:minmax(0,1fr) 54px;gap:10px 14px}
}


/* v1.10.50 sidebar brand cleanup */
html body .lpp-sidebar__brand{
  align-items:flex-start !important;
  gap:14px !important;
}
html body .lpp-sidebar__brand-text{
  display:flex !important;
  flex-direction:column !important;
  justify-content:center !important;
  min-width:0 !important;
}
html body .lpp-sidebar__brand strong{
  display:block !important;
  font-size:20px !important;
  line-height:1.05 !important;
  letter-spacing:-.03em !important;
  font-weight:800 !important;
  color:#fff !important;
}
html body .lpp-sidebar__brand-subtitle{
  display:block !important;
  font-size:13px !important;
  line-height:1.15 !important;
  color:rgba(255,255,255,.82) !important;
  margin-top:3px !important;
  font-weight:600 !important;
}
html body .lpp-sidebar__brand-location{
  display:block !important;
  font-size:12px !important;
  line-height:1.2 !important;
  color:rgba(255,255,255,.62) !important;
  margin-top:6px !important;
}
html body .lpp-sidebar__logo-dot{
  width:52px !important;
  height:52px !important;
  flex:0 0 52px !important;
  border-radius:0 !important;
  background:transparent !important;
  box-shadow:none !important;
  border:none !important;
  animation:none !important;
  transform:none !important;
  overflow:visible !important;
  padding:0 !important;
}
html body .lpp-sidebar__logo-dot::before,
html body .lpp-sidebar__logo-dot::after{
  display:none !important;
}
html body .lpp-sidebar__logo-dot img{
  width:100% !important;
  height:100% !important;
  object-fit:contain !important;
  display:block !important;
  padding:0 !important;
  border-radius:0 !important;
  background:transparent !important;
  box-shadow:none !important;
}
html body .lpp-sidebar__logo-fallback{
  font-size:26px !important;
  font-weight:800 !important;
  color:#fff !important;
  line-height:1 !important;
}
@media (max-width: 767px){
  html body .lpp-sidebar__logo-dot{
    width:42px !important;
    height:42px !important;
    flex-basis:42px !important;
  }
  html body .lpp-sidebar__brand strong{
    font-size:17px !important;
  }
  html body .lpp-sidebar__brand-subtitle{
    font-size:12px !important;
  }
  html body .lpp-sidebar__brand-location{
    font-size:11px !important;
  }
}


/* v1.10.51 transparent company logo: no frame */
html body [data-lpp-brand-logo].has-image,
html body .lpp-sidebar__logo-dot.has-image{
  background: transparent !important;
  box-shadow: none !important;
  border: none !important;
  outline: none !important;
}
html body [data-lpp-brand-logo].has-image img,
html body .lpp-sidebar__logo-dot.has-image img{
  background: transparent !important;
  box-shadow: none !important;
  border: none !important;
  outline: none !important;
}


/* v1.10.53 Switzerland brand label */
html body .lpp-sidebar__brand-location{
  display:inline-flex !important;
  align-items:center !important;
  gap:8px !important;
}
html body .lpp-sidebar__brand-location-flag{
  width:16px !important;
  height:16px !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  flex:0 0 16px !important;
  opacity:1 !important;
}
html body .lpp-sidebar__brand-location-flag svg{
  width:16px !important;
  height:16px !important;
  display:block !important;
}
html body .lpp-sidebar__brand-location-text{
  color:inherit !important;
}

/* v1.10.54 duty templates compact list + drawer */
html body .lpp-panel__head-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap;justify-content:flex-end;}
html body .lpp-duty-template-toolbar{display:grid;grid-template-columns:minmax(220px,1.2fr) auto auto auto;gap:12px;align-items:end;margin:14px 0 18px;}
html body .lpp-duty-template-toolbar label{display:flex;flex-direction:column;gap:6px;margin:0;}
html body .lpp-duty-template-toolbar label span,
html body .lpp-duty-template-toolbar__count{font-size:12px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;color:#64748b;}
html body .lpp-duty-template-toolbar input[type="search"],
html body .lpp-duty-template-toolbar select{min-height:48px;border-radius:16px;border:1px solid #dbe4f0;background:#fff;padding:0 16px;box-shadow:0 10px 24px rgba(15,23,42,.04);}
html body .lpp-duty-template-toolbar__filters{display:flex;align-items:center;gap:8px;flex-wrap:wrap;}
html body .lpp-duty-filter-chip{min-height:44px;padding:0 14px;border-radius:999px;border:1px solid #dbe4f0;background:#fff;color:#334155;font-weight:800;}
html body .lpp-duty-filter-chip.is-active{background:#172b67;border-color:#172b67;color:#fff;box-shadow:0 12px 24px rgba(23,43,103,.18);}
html body .lpp-duty-template-toolbar__count{display:flex;align-items:center;justify-content:flex-end;min-height:48px;padding:0 8px;text-transform:none;letter-spacing:0;font-size:14px;color:#334155;}
html body .lpp-duty-template-list{display:grid;gap:16px;}
html body .lpp-duty-template-card{padding:18px 20px;border-radius:24px;border:1px solid rgba(15,23,42,.08);background:#fff;box-shadow:0 14px 34px rgba(15,23,42,.05);}
html body .lpp-duty-template-card__summary{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:16px;align-items:start;}
html body .lpp-duty-template-card__main{min-width:0;display:grid;gap:10px;}
html body .lpp-duty-template-card__title-row strong{font-size:24px;font-weight:900;color:#0f172a;line-height:1.15;}
html body .lpp-duty-template-card__badges{display:flex;flex-wrap:wrap;gap:8px;}
html body .lpp-duty-template-badge{display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:0 12px;border-radius:999px;background:#eef4ff;color:#17306d;font-weight:800;font-size:13px;}
html body .lpp-duty-template-badge.is-accent{background:#dbeafe;color:#0f3b82;}
html body .lpp-duty-template-card__teaser{margin:0;color:#475569;font-size:14px;line-height:1.55;}
html body .lpp-duty-template-card__actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap;justify-content:flex-end;}
html body .lpp-duty-template-expand{width:44px;min-width:44px;height:44px;border-radius:14px;border:1px solid #dbe4f0;background:#f8fafc;color:#17306d;font-size:20px;font-weight:900;transition:transform .2s ease;}
html body .lpp-duty-template-expand.is-open{transform:rotate(180deg);}
html body .lpp-duty-template-card__details{margin-top:16px;padding-top:16px;border-top:1px solid rgba(148,163,184,.18);}
html body .lpp-duty-template-card__detail-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:16px;}
html body .lpp-duty-template-card__detail-grid span{display:block;margin-bottom:6px;font-size:12px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;color:#64748b;}
html body .lpp-duty-template-card__detail-grid p{margin:0;color:#334155;line-height:1.6;}
html body .lpp-duty-template-drawer[hidden]{display:none !important;}
html body .lpp-duty-template-drawer{position:fixed;inset:0;z-index:1000;}
html body .lpp-duty-template-drawer__backdrop{position:absolute;inset:0;border:0;background:rgba(15,23,42,.42);backdrop-filter:blur(3px);}
html body .lpp-duty-template-drawer__panel{position:absolute;top:0;right:0;width:min(520px,100vw);height:100%;background:#f8fafc;border-left:1px solid rgba(148,163,184,.2);box-shadow:-28px 0 60px rgba(15,23,42,.22);padding:24px;overflow:auto;display:grid;align-content:start;gap:18px;}
html body .lpp-duty-template-drawer__header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;}
html body .lpp-duty-template-drawer__eyebrow{display:inline-block;margin-bottom:6px;font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#64748b;}
html body .lpp-duty-template-drawer__header h4{margin:0;font-size:28px;font-weight:900;color:#0f172a;line-height:1.1;}
html body .lpp-duty-template-drawer__close{width:44px;min-width:44px;height:44px;border-radius:14px;border:1px solid #dbe4f0;background:#fff;color:#0f172a;font-size:26px;line-height:1;}
html body .lpp-duty-template-drawer__form{margin:0 !important;padding:20px !important;border-radius:24px !important;background:#fff !important;box-shadow:0 16px 36px rgba(15,23,42,.06) !important;}
html body .lpp-duty-template-drawer__grid{gap:14px !important;}
html body .lpp-duty-template-drawer__grid input[type="number"]{min-width:110px;}
html body .lpp-duty-template-drawer__flags{padding-top:4px;}
html body .lpp-duty-template-drawer__flags label{padding:10px 14px;border-radius:16px;background:#f8fafc;border:1px solid #e2e8f0;}
html body .lpp-duty-template-drawer__actions{position:sticky;bottom:0;background:linear-gradient(180deg,rgba(255,255,255,0) 0%, #fff 24%);padding-top:12px;}
html body.lpp-duty-template-drawer-open, html.lpp-duty-template-drawer-open{overflow:hidden !important;}

@media (max-width: 1100px){
  html body .lpp-duty-template-toolbar{grid-template-columns:1fr 1fr;}
  html body .lpp-duty-template-toolbar__count{justify-content:flex-start;padding:0;}
}
@media (max-width: 768px){
  html body .lpp-duty-template-toolbar{grid-template-columns:1fr;gap:10px;}
  html body .lpp-duty-template-card{padding:16px;border-radius:22px;}
  html body .lpp-duty-template-card__summary{grid-template-columns:1fr;}
  html body .lpp-duty-template-card__actions{justify-content:flex-start;}
  html body .lpp-duty-template-card__title-row strong{font-size:20px;}
  html body .lpp-duty-template-card__detail-grid{grid-template-columns:1fr;}
  html body .lpp-duty-template-drawer__panel{width:100%;padding:16px;}
  html body .lpp-duty-template-drawer__header h4{font-size:24px;}
  html body .lpp-duty-template-drawer__form{padding:16px !important;border-radius:22px !important;}
}


/* v1.10.55 duty templates density / show 15+ items on one desktop page */
html body .lpp-shell[data-lpp-root] [data-lpp-panel="duty-templates-morning"],
html body .lpp-shell[data-lpp-root] [data-lpp-panel="duty-templates-evening"]{padding-top:12px;}
html body .lpp-duty-template-toolbar{grid-template-columns:minmax(220px,1.4fr) auto auto auto !important;gap:10px !important;align-items:center !important;margin:10px 0 12px !important;}
html body .lpp-duty-template-toolbar label{gap:4px !important;}
html body .lpp-duty-template-toolbar label span,
html body .lpp-duty-template-toolbar__count{font-size:11px !important;}
html body .lpp-duty-template-toolbar input[type="search"],
html body .lpp-duty-template-toolbar select{min-height:44px !important;border-radius:14px !important;padding:0 14px !important;box-shadow:none !important;}
html body .lpp-duty-template-toolbar__filters{gap:6px !important;}
html body .lpp-duty-filter-chip{min-height:42px !important;padding:0 14px !important;font-size:13px !important;}
html body .lpp-duty-template-toolbar__count{min-height:44px !important;padding:0 2px !important;font-size:13px !important;white-space:nowrap;}
html body .lpp-duty-template-list{display:grid !important;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px !important;align-items:start;}
html body .lpp-duty-template-card{padding:14px 16px !important;border-radius:18px !important;box-shadow:0 8px 18px rgba(15,23,42,.045) !important;}
html body .lpp-duty-template-card__summary{gap:12px !important;align-items:center !important;}
html body .lpp-duty-template-card__main{gap:7px !important;}
html body .lpp-duty-template-card__title-row strong{font-size:18px !important;line-height:1.16 !important;}
html body .lpp-duty-template-card__badges{gap:6px !important;}
html body .lpp-duty-template-badge{min-height:28px !important;padding:0 10px !important;font-size:12px !important;}
html body .lpp-duty-template-card__teaser{font-size:13px !important;line-height:1.35 !important;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;color:#64748b !important;}
html body .lpp-duty-template-card__actions{gap:8px !important;flex-wrap:nowrap !important;}
html body .lpp-duty-template-card__actions .lpp-secondary-btn{min-height:40px !important;padding:0 14px !important;border-radius:12px !important;font-size:13px !important;box-shadow:none !important;}
html body .lpp-duty-template-expand{width:40px !important;min-width:40px !important;height:40px !important;border-radius:12px !important;}
html body .lpp-duty-template-card__details{margin-top:12px !important;padding-top:12px !important;}
html body .lpp-duty-template-card__detail-grid{gap:12px !important;}
html body .lpp-shell[data-lpp-root] [data-lpp-panel="duty-templates-morning"] .lpp-panel__head,
html body .lpp-shell[data-lpp-root] [data-lpp-panel="duty-templates-evening"] .lpp-panel__head{margin-bottom:10px !important;}
html body .lpp-shell[data-lpp-root] [data-lpp-panel="duty-templates-morning"] .lpp-panel__head h3,
html body .lpp-shell[data-lpp-root] [data-lpp-panel="duty-templates-evening"] .lpp-panel__head h3{font-size:24px !important;}
html body .lpp-shell[data-lpp-root] [data-lpp-panel="duty-templates-morning"] .lpp-panel__head .lpp-secondary-btn,
html body .lpp-shell[data-lpp-root] [data-lpp-panel="duty-templates-evening"] .lpp-panel__head .lpp-secondary-btn,
html body .lpp-shell[data-lpp-root] [data-lpp-panel="duty-templates-morning"] .lpp-panel__head .lpp-primary-btn,
html body .lpp-shell[data-lpp-root] [data-lpp-panel="duty-templates-evening"] .lpp-panel__head .lpp-primary-btn{min-height:48px !important;padding:0 18px !important;}
@media (min-width: 1600px){
  html body .lpp-duty-template-list{grid-template-columns:repeat(2,minmax(0,1fr)) !important;}
}
@media (max-width: 1180px){
  html body .lpp-duty-template-list{grid-template-columns:1fr !important;}
  html body .lpp-duty-template-card__actions{flex-wrap:wrap !important;}
}
@media (max-width: 980px){
  html body .lpp-duty-template-toolbar{grid-template-columns:1fr 1fr !important;}
}
@media (max-width: 720px){
  html body .lpp-duty-template-toolbar{grid-template-columns:1fr !important;gap:8px !important;}
  html body .lpp-duty-template-card{padding:14px !important;}
  html body .lpp-duty-template-card__summary{grid-template-columns:1fr !important;align-items:start !important;}
  html body .lpp-duty-template-card__actions{flex-wrap:wrap !important;justify-content:flex-start !important;}
  html body .lpp-duty-template-card__title-row strong{font-size:17px !important;}
}


/* v1.10.56 duty rules input enlargement + sidebar cleanup + wp-admin-only branding */
html body .lpp-shell[data-lpp-root] .lpp-sidebar__support-box{display:none !important;}
html body .lpp-shell[data-lpp-root] .lpp-duty-rules-form{gap:14px !important;}
html body .lpp-shell[data-lpp-root] .lpp-duty-rules-grid{gap:12px 14px !important;}
html body .lpp-shell[data-lpp-root] .lpp-duty-rules-grid > label{padding:12px 16px !important;min-height:110px !important;}
html body .lpp-shell[data-lpp-root] .lpp-duty-rules-grid > label > span{margin-bottom:10px !important;}
html body .lpp-shell[data-lpp-root] .lpp-duty-rules-grid > label input[type="number"],
html body .lpp-shell[data-lpp-root] .lpp-duty-rules-grid > label .lpp-duty-rules-number{
  width:min(190px,100%) !important;
  min-width:150px !important;
  height:56px !important;
  min-height:56px !important;
  padding:0 16px !important;
  font-size:18px !important;
  font-weight:700 !important;
  line-height:56px !important;
  border-radius:16px !important;
  display:inline-flex !important;
  align-items:center !important;
}
html body .lpp-shell[data-lpp-root] .lpp-duty-rules-grid > label textarea{min-height:132px !important;}
html body .lpp-shell[data-lpp-root] .lpp-duty-rules-switches{gap:10px !important;}
html body .lpp-shell[data-lpp-root] .lpp-duty-rule-switch{min-height:56px !important;padding:12px 16px !important;}
@media (max-width: 768px){
  html body .lpp-shell[data-lpp-root] .lpp-duty-rules-grid > label{min-height:auto !important;}
  html body .lpp-shell[data-lpp-root] .lpp-duty-rules-grid > label input[type="number"],
  html body .lpp-shell[data-lpp-root] .lpp-duty-rules-grid > label .lpp-duty-rules-number{width:100% !important;min-width:0 !important;}
}


/* v1.10.59 total hours submenu + mandatory KPI border */
html body .lpp-shell[data-lpp-root] .lpp-tab[data-lpp-tab="my-total-hours"]::before{content:"◎" !important;}
html body .lpp-shell[data-lpp-root] .lpp-home-kpi--mandatory{
  border:1px solid #ddd6fe !important;
  box-shadow:0 12px 30px rgba(91,33,182,.08) !important;
}
html body .lpp-shell[data-lpp-root] .lpp-hours-summary-card{
  background:#f8fbff !important;
  border:1px solid #dbe6f6 !important;
  border-radius:22px !important;
  padding:18px 20px !important;
  margin-bottom:16px !important;
}
html body .lpp-shell[data-lpp-root] .lpp-hours-summary-top{
  display:grid !important;
  grid-template-columns:repeat(4,minmax(0,1fr)) !important;
  gap:14px !important;
}
html body .lpp-shell[data-lpp-root] .lpp-hours-summary-top > div{
  background:#fff !important;
  border:1px solid #dbe6f6 !important;
  border-radius:18px !important;
  padding:16px 18px !important;
}
html body .lpp-shell[data-lpp-root] .lpp-hours-summary-top > div strong{
  display:block !important;
  font-size:30px !important;
  line-height:1.1 !important;
  color:#0f172a !important;
}
html body .lpp-shell[data-lpp-root] .lpp-hours-filters--team{margin-bottom:16px !important;}
@media (max-width: 1024px){
  html body .lpp-shell[data-lpp-root] .lpp-hours-summary-top{grid-template-columns:repeat(2,minmax(0,1fr)) !important;}
}
@media (max-width: 640px){
  html body .lpp-shell[data-lpp-root] .lpp-hours-summary-top{grid-template-columns:1fr !important;}
}

html body .lpp-date-range-field .lpp-date-range-fields{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
}
html body .lpp-date-range-field .lpp-date-range-fields input{
  width:100%;
}
@media (max-width: 767px){
  html body .lpp-date-range-field .lpp-date-range-fields{
    grid-template-columns:1fr;
  }
}

.lpp-order-hub-nav{display:flex;flex-wrap:wrap;gap:10px;margin:0 0 18px}
.lpp-order-hub-nav .lpp-secondary-btn.is-active{background:#111827;color:#fff;border-color:#111827}
.lpp-order-hub-view{display:block}
.lpp-order-settings-card{margin-bottom:18px}
.lpp-order-single-page{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr);gap:18px;align-items:start}
.lpp-order-single-page__list,.lpp-order-single-page__form{height:100%}
.lpp-order-form-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}
.lpp-order-form-head p{margin:6px 0 0;color:#64748b;font-size:13px;line-height:1.45}
.lpp-order-form-compact__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.lpp-order-form-compact__days,.lpp-order-form-compact__contact,.lpp-order-form-compact__toggles{grid-column:1/-1}
.lpp-order-form-compact__toggles{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.lpp-order-form-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap}
.lpp-order-days-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:10px}
.lpp-order-check{display:flex;align-items:center;gap:10px;padding:10px 12px;border:1px solid rgba(15,23,42,.08);border-radius:14px;background:#fff}
.lpp-order-check input{margin:0}
.lpp-order-run-item .lpp-primary-btn{min-width:130px}
.lpp-order-monitoring-item,.lpp-order-run-item,.lpp-order-info-item{border-left:4px solid rgba(15,23,42,.08)}
@media (max-width: 980px){
  .lpp-order-single-page{grid-template-columns:1fr}
}
@media (max-width: 768px){
  .lpp-order-hub-nav{flex-direction:column}
  .lpp-order-check{padding:12px}
  .lpp-order-form-head{flex-direction:column;align-items:stretch}
  .lpp-order-form-compact__grid,.lpp-order-form-compact__toggles{grid-template-columns:1fr}
}
