/* V268 Android UI refresh: consolidated mobile layout, calmer surfaces, and cleaner nav. */
:root{
  --sibo-surface:#ffffff;
  --sibo-surface-2:#f7fbff;
  --sibo-blue:#236ad4;
  --sibo-blue-2:#1154aa;
  --sibo-ink:#183657;
  --sibo-muted:#71869e;
  --sibo-line:#d9e8f8;
  --sibo-shadow-soft:0 10px 24px rgba(23,75,145,.09);
  --sibo-shadow-card:0 14px 32px rgba(23,75,145,.11);
  --bottom-nav-height:74px;
  --bottom-safe:max(8px,env(safe-area-inset-bottom,0px));
}
html,body{
  background:
    radial-gradient(circle at 12% 0%,rgba(74,144,226,.18),transparent 30%),
    linear-gradient(180deg,#edf6ff 0%,#f8fbff 44%,#edf5ff 100%) !important;
  color:var(--sibo-ink) !important;
}
.main{max-width:1440px;margin:0 auto;width:100%;}
.topbar,.card,.kpi,.table-wrap,.mobile-top,.sibo-search-trigger{
  border-color:var(--sibo-line)!important;
  box-shadow:var(--sibo-shadow-soft)!important;
}
.topbar{
  background:linear-gradient(180deg,rgba(255,255,255,.96),rgba(248,252,255,.96))!important;
  border-radius:24px!important;
  padding:18px 20px!important;
}
.top-title h1{color:#17365e!important;font-weight:1000!important;letter-spacing:-.035em!important;}
.top-title p{font-weight:650!important;line-height:1.45!important;color:var(--sibo-muted)!important;}
.breadcrumb-premium{color:#7a91aa!important;}
.card{
  background:linear-gradient(180deg,#fff 0%,#fbfdff 100%)!important;
  border-radius:24px!important;
  padding:20px!important;
  margin-bottom:16px!important;
  box-shadow:var(--sibo-shadow-card)!important;
}
.card h2,.card h3{color:#17365e!important;letter-spacing:-.025em!important;}
.kpi{
  border-radius:20px!important;
  background:linear-gradient(180deg,#fff,#f8fbff)!important;
  box-shadow:none!important;
}
.kpi strong{letter-spacing:-.04em!important;color:#17365e!important;}
.btn{
  border-radius:14px!important;
  min-height:42px;
  transition:transform .14s ease,box-shadow .14s ease,border-color .14s ease,background .14s ease!important;
}
.btn:active{transform:scale(.98)!important;}
.btn.primary{background:linear-gradient(135deg,var(--sibo-blue),var(--sibo-blue-2))!important;box-shadow:0 10px 22px rgba(35,106,212,.22)!important;}
.btn.gold{background:linear-gradient(135deg,#ffd26b,#f2aa28)!important;color:#17365e!important;}
.btn.ghost{background:linear-gradient(180deg,#fff,#f7fbff)!important;border:1px solid var(--sibo-line)!important;color:#1450a3!important;}
.pill{background:#edf6ff!important;color:#1450a3!important;border:1px solid #d8e9fb!important;}
.page-action-group{display:flex;align-items:center;justify-content:flex-end;gap:8px;flex-wrap:wrap;}
.page-action-group .btn{min-height:42px;}
.icon-btn-premium{flex:0 0 44px!important;}
.command-btn{min-width:146px!important;}
.user-chip-premium{box-shadow:none!important;}
.mobile-top{background:rgba(255,255,255,.94)!important;backdrop-filter:blur(14px)!important;border-radius:22px!important;padding:10px 12px!important;}
.mobile-top b{max-width:58vw;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#17365e;}

/* Dashboard refresh */
.page-dashboard .dashboard-greeting{
  position:relative;
  overflow:hidden!important;
  background:linear-gradient(135deg,#ffffff 0%,#eff6ff 58%,#e5f0ff 100%)!important;
}
.page-dashboard .dashboard-greeting::after{
  content:'';position:absolute;right:-52px;top:-62px;width:190px;height:190px;border-radius:50%;
  background:radial-gradient(circle,rgba(47,115,217,.20),rgba(47,115,217,0) 64%);pointer-events:none;
}
.page-dashboard .dashboard-greeting .section-title{position:relative;z-index:1;margin-bottom:0!important;}
.page-dashboard .dashboard-greeting h2{font-size:24px!important;margin-bottom:6px!important;}
.page-dashboard .clock-card{min-width:220px!important;text-align:center!important;background:rgba(255,255,255,.72)!important;border-color:#bdd7fb!important;}
.page-dashboard .clock-card strong{font-size:24px!important;}
.page-dashboard .dashboard-filter-card{
  background:linear-gradient(180deg,#fff,#f8fbff)!important;
}
.page-dashboard .dashboard-filter-card .section-title{margin-bottom:14px!important;}
.page-dashboard .dashboard-filter-row{align-items:end!important;}
.page-dashboard .dashboard-filter-actions{display:grid!important;grid-template-columns:1fr 1fr 1fr!important;gap:8px!important;}
.page-dashboard .insight-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;}
.page-dashboard .insight-card{box-shadow:none!important;border-radius:20px!important;}
.page-dashboard .grid.four{gap:12px!important;}
.page-dashboard .dashboard-wide-kpi{grid-column:auto!important;}

/* Consolidated Android/mobile rules */
@media(max-width:980px){
  html.android-webview,body.android-webview{background:#edf6ff!important;}
  .main{
    padding:10px 14px calc(var(--bottom-nav-height) + var(--bottom-safe) + 20px)!important;
    max-width:100vw!important;overflow-x:hidden!important;
  }
  .mobile-top{position:sticky!important;top:8px!important;z-index:70!important;margin-bottom:10px!important;}
  .mobile-top-actions{gap:7px!important;}
  .mobile-top .btn{min-height:40px!important;padding:8px 11px!important;border-radius:14px!important;font-size:12px!important;}
  .topbar-premium{
    padding:16px!important;border-radius:24px!important;gap:12px!important;margin-bottom:14px!important;
    position:relative!important;top:auto!important;display:block!important;
  }
  .top-title h1{font-size:22px!important;line-height:1.12!important;}
  .top-title p{font-size:14px!important;margin-top:6px!important;}
  .top-actions-premium{
    width:100%!important;margin-top:14px!important;display:grid!important;
    grid-template-columns:minmax(0,1fr) 44px!important;gap:8px!important;align-items:center!important;
  }
  .top-actions-premium #toggleDensityBtn,
  .top-actions-premium #toggleThemeBtn,
  .top-actions-premium .user-chip-premium{display:none!important;}
  .command-btn{min-width:0!important;width:100%!important;justify-content:flex-start!important;height:44px!important;}
  .command-btn small{display:none!important;}
  .notification-bell-premium{width:44px!important;height:44px!important;min-width:44px!important;}
  .page-action-group{
    grid-column:1/-1!important;width:100%!important;display:grid!important;
    grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:8px!important;margin-top:2px!important;
  }
  .page-action-group .btn{width:100%!important;min-width:0!important;min-height:43px!important;font-size:12px!important;padding:8px 9px!important;white-space:normal!important;line-height:1.12!important;}
  .card{padding:16px!important;border-radius:24px!important;margin-bottom:14px!important;}
  .section-title{gap:10px!important;margin-bottom:12px!important;}
  .section-title h2{font-size:20px!important;line-height:1.16!important;}
  .section-title p{font-size:13px!important;line-height:1.45!important;}
  input,select,textarea,.sibo-search-trigger{border-radius:15px!important;min-height:45px!important;}
  .form-row,.form-row.two,.form-row.three,.form-row.five{grid-template-columns:1fr!important;gap:12px!important;}
  .table-wrap{border-radius:20px!important;}

  .bottom-nav{
    position:fixed!important;left:14px!important;right:14px!important;bottom:var(--bottom-safe)!important;
    width:auto!important;height:var(--bottom-nav-height)!important;min-height:var(--bottom-nav-height)!important;max-height:var(--bottom-nav-height)!important;
    display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:5px!important;align-items:center!important;
    padding:8px!important;border:1px solid rgba(201,220,247,.95)!important;border-radius:26px!important;
    background:rgba(255,255,255,.95)!important;backdrop-filter:blur(18px)!important;
    box-shadow:0 18px 42px rgba(23,75,145,.22)!important;z-index:880!important;overflow:visible!important;
  }
  .bottom-nav::before{display:none!important;content:none!important;}
  .bottom-nav a,
  .bottom-nav a:not(.center-action),
  .bottom-nav a.center-action{
    width:100%!important;height:56px!important;min-height:56px!important;max-height:56px!important;margin:0!important;padding:6px 2px!important;
    border:0!important;border-radius:19px!important;background:transparent!important;box-shadow:none!important;
    display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:3px!important;
    color:#667b94!important;overflow:hidden!important;transform:none!important;
  }
  .bottom-nav a.active:not(.center-action),
  .bottom-nav a.active{
    background:linear-gradient(180deg,#edf6ff,#e4f0ff)!important;color:#1557ad!important;border:1px solid #d1e5fb!important;
  }
  .bottom-nav a.center-action{
    color:#fff!important;background:linear-gradient(135deg,var(--sibo-blue),var(--sibo-blue-2))!important;
    border:1px solid rgba(255,255,255,.34)!important;
  }
  .bottom-nav a.center-action::before,.bottom-nav a.center-action::after{display:none!important;content:none!important;}
  .bottom-nav .bottom-ico,
  .bottom-nav a.center-action .bottom-ico{
    width:25px!important;height:25px!important;background:transparent!important;border:0!important;box-shadow:none!important;color:currentColor!important;
  }
  .bottom-nav .bottom-ico svg,
  .bottom-nav .bottom-ico svg *,
  .bottom-nav a.center-action .bottom-ico svg,
  .bottom-nav a.center-action .bottom-ico svg *{
    width:22px!important;height:22px!important;stroke:currentColor!important;fill:none!important;stroke-width:2!important;stroke-linecap:round!important;stroke-linejoin:round!important;
  }
  .bottom-label-premium,.bottom-nav a span:last-child,
  .bottom-nav a.center-action .bottom-label-premium,.bottom-nav a.center-action span:last-child{
    font-size:9px!important;line-height:1.05!important;letter-spacing:-.02em!important;max-width:100%!important;color:currentColor!important;
    white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;margin:0!important;
  }
  body.modal-open .bottom-nav{display:none!important;}

  .mobile-more-panel{border-radius:30px 30px 0 0!important;padding:10px 16px calc(20px + env(safe-area-inset-bottom,0px))!important;}
  .mobile-more-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;}
  .mobile-more-grid a{min-height:82px!important;border-radius:20px!important;}

  .page-dashboard .dashboard-greeting .section-title{display:grid!important;grid-template-columns:1fr!important;}
  .page-dashboard .dashboard-greeting h2{font-size:22px!important;}
  .page-dashboard .dashboard-greeting p{max-width:94%!important;}
  .page-dashboard .clock-card{min-width:0!important;width:100%!important;padding:14px!important;margin-top:4px!important;}
  .page-dashboard .clock-card strong{font-size:23px!important;}
  .page-dashboard .dashboard-filter-card .section-title{display:grid!important;grid-template-columns:1fr!important;}
  .page-dashboard #dashboardRangePill{width:max-content;max-width:100%;font-size:11px!important;}
  .page-dashboard .dashboard-filter-actions{grid-template-columns:1fr!important;}
  .page-dashboard .insight-grid{grid-template-columns:1fr!important;gap:10px!important;}
  .page-dashboard .insight-card{padding:14px!important;}
  .page-dashboard .grid.four,.page-dashboard .grid.two,.page-dashboard .grid.three{grid-template-columns:1fr!important;}
  .page-dashboard .kpi{padding:15px!important;}
  .page-dashboard .kpi strong{font-size:24px!important;}
}
@media(max-width:390px){
  .main{padding-left:10px!important;padding-right:10px!important;}
  .bottom-nav{left:8px!important;right:8px!important;gap:3px!important;padding:7px!important;border-radius:24px!important;}
  .bottom-label-premium,.bottom-nav a span:last-child{font-size:8px!important;}
  .page-action-group{grid-template-columns:1fr 1fr!important;}
  .page-action-group .btn.primary{grid-column:1/-1!important;order:-1!important;}
  .mobile-more-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
}

/* Keep V267 dropdown fix, but normalize to one sane layer scale where possible. */
body.modal-open .sibo-search-panel-portal.open{z-index:2147483000!important;}
html.android-webview .modal-backdrop,body.android-webview .modal-backdrop{z-index:2147482000!important;}
html.android-webview .toast,body.android-webview .toast{z-index:2147483100!important;}

/* V269 Android bottom navigation correction
   Fixes leftover translateX(-50%) from older base.css rules that pushed the 5-item nav off-screen. */
@media(max-width:980px){
  html.android-webview .bottom-nav,
  body.android-webview .bottom-nav,
  .bottom-nav{
    left:12px!important;
    right:12px!important;
    bottom:calc(max(14px,env(safe-area-inset-bottom,0px)) + 4px)!important;
    width:calc(100vw - 24px)!important;
    min-width:0!important;
    max-width:none!important;
    margin:0!important;
    transform:none!important;
    translate:none!important;
    grid-template-columns:repeat(5,minmax(0,1fr))!important;
    gap:4px!important;
    box-sizing:border-box!important;
    overflow:hidden!important;
  }
  html.android-webview .bottom-nav a,
  body.android-webview .bottom-nav a,
  .bottom-nav a{
    min-width:0!important;
    width:100%!important;
    margin:0!important;
    transform:none!important;
    translate:none!important;
    box-sizing:border-box!important;
  }
  html.android-webview .bottom-nav a.center-action,
  body.android-webview .bottom-nav a.center-action,
  .bottom-nav a.center-action{
    height:56px!important;
    min-height:56px!important;
    max-height:56px!important;
    margin:0!important;
    border-width:1px!important;
    border-radius:19px!important;
    transform:none!important;
  }
  html.android-webview .main,
  body.android-webview .main,
  .main{
    padding-bottom:calc(var(--bottom-nav-height) + max(18px,env(safe-area-inset-bottom,0px)) + 30px)!important;
  }
}
@media(max-width:390px){
  html.android-webview .bottom-nav,
  body.android-webview .bottom-nav,
  .bottom-nav{
    left:10px!important;
    right:10px!important;
    width:calc(100vw - 20px)!important;
    gap:3px!important;
    padding:7px!important;
  }
}


/* V270 Android more-sheet cleanup
   Hide bottom navigation while the More sheet is open so it does not sit on top of the sheet. */
@media(max-width:980px){
  html.android-webview body.more-sheet-open,
  body.android-webview.more-sheet-open,
  body.more-sheet-open{
    overflow:hidden!important;
  }
  html.android-webview body.more-sheet-open .bottom-nav,
  body.android-webview.more-sheet-open .bottom-nav,
  body.more-sheet-open .bottom-nav{
    opacity:0!important;
    visibility:hidden!important;
    pointer-events:none!important;
    transform:translateY(18px)!important;
  }
  html.android-webview body.more-sheet-open .mobile-more-sheet,
  body.android-webview.more-sheet-open .mobile-more-sheet,
  body.more-sheet-open .mobile-more-sheet{
    z-index:2147483200!important;
  }
  html.android-webview .mobile-more-panel,
  body.android-webview .mobile-more-panel,
  .mobile-more-panel{
    padding-bottom:calc(24px + env(safe-area-inset-bottom,0px))!important;
    max-height:min(82vh,760px)!important;
    overscroll-behavior:contain;
  }
}


/* v281 - Responsive popup input for Sales Plan and Sales Call */
body.input-modal-open{overflow:hidden!important;touch-action:none}
.input-launch-card{display:flex;align-items:center;justify-content:space-between;gap:22px;padding:22px 24px!important;border:1px solid rgba(147,197,253,.75)!important;background:linear-gradient(135deg,#ffffff 0%,#f1f7ff 58%,#e8f3ff 100%)!important;box-shadow:0 18px 44px rgba(23,75,145,.10)!important;position:relative;isolation:isolate}
.input-launch-card:before{content:"";position:absolute;right:-80px;top:-100px;width:260px;height:260px;border-radius:50%;background:radial-gradient(circle,rgba(47,115,217,.18),rgba(47,115,217,0) 70%);z-index:-1;pointer-events:none}
.input-launch-copy{display:flex;align-items:center;gap:16px;min-width:0}.input-launch-copy h2{margin:3px 0 6px;font-size:clamp(20px,2vw,28px);letter-spacing:-.035em;color:#0b2d55}.input-launch-copy p{margin:0;color:#5d7593;font-weight:750;line-height:1.55}.input-launch-kicker,.input-modal-kicker{display:block;color:#1d66bd;font-size:11px;font-weight:1000;letter-spacing:.12em;text-transform:uppercase}.input-launch-icon{width:58px;height:58px;flex:0 0 58px;border-radius:19px;display:grid;place-items:center;background:linear-gradient(145deg,#2f73d9,#1556aa);color:#fff;font-size:34px;line-height:1;box-shadow:0 13px 28px rgba(47,115,217,.28)}.input-launch-icon.camera-icon{font-size:30px}.input-launch-button{min-height:50px;padding:0 22px!important;white-space:nowrap;box-shadow:0 12px 24px rgba(47,115,217,.24)}
.input-modal-backdrop{z-index:260!important;padding:clamp(10px,2.2vw,28px)!important;background:rgba(4,18,38,.64)!important;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);overscroll-behavior:contain}
.input-modal-panel{width:min(1080px,100%)!important;max-height:min(92dvh,940px)!important;padding:0!important;overflow:hidden!important;border-radius:28px!important;border:1px solid rgba(191,219,254,.9)!important;box-shadow:0 34px 110px rgba(0,15,40,.42)!important;background:#fff!important;animation:inputModalIn .19s ease-out}
.input-modal-head{position:relative;margin:0!important;padding:20px 24px 18px;border-bottom:1px solid #dfebf8;background:linear-gradient(135deg,#ffffff,#f2f7ff);align-items:flex-start!important}.input-modal-head h2{margin:3px 0 5px;font-size:clamp(23px,2.4vw,32px);letter-spacing:-.035em;color:#0b2d55}.input-modal-head p{margin:0;color:#617896;font-weight:750;line-height:1.5}.input-modal-close{width:42px;height:42px;flex:0 0 42px;border:1px solid #cfe0f5;border-radius:14px;background:#fff;color:#315b8e;font-size:28px;line-height:1;display:grid;place-items:center;cursor:pointer;box-shadow:0 8px 18px rgba(23,75,145,.08)}.input-modal-close:hover{background:#edf5ff;color:#174b91;border-color:#9ec5fe}.input-modal-body{max-height:calc(min(92dvh,940px) - 105px);overflow-y:auto;overscroll-behavior:contain;padding:22px 24px 26px;-webkit-overflow-scrolling:touch}.input-modal-body .form-actions{position:sticky;bottom:-26px;margin:18px -24px -26px;padding:15px 24px calc(16px + env(safe-area-inset-bottom));background:rgba(255,255,255,.96);border-top:1px solid #e2ebf6;backdrop-filter:blur(10px);z-index:8}.plan-input-modal{width:min(980px,100%)!important}.salescall-input-modal{width:min(1220px,100%)!important}.salesplan-import-layout{grid-template-columns:1fr!important}.salesplan-import-layout .salesplan-import-card{width:100%}
@keyframes inputModalIn{from{opacity:0;transform:translateY(12px) scale(.975)}to{opacity:1;transform:none}}
@media(max-width:760px){
  .input-launch-card{align-items:stretch;flex-direction:column;padding:18px!important;gap:16px}.input-launch-copy{align-items:flex-start}.input-launch-icon{width:48px;height:48px;flex-basis:48px;border-radius:16px;font-size:28px}.input-launch-copy h2{font-size:21px}.input-launch-copy p{font-size:13px}.input-launch-button{width:100%;min-height:52px}
  .input-modal-backdrop{padding:0!important;align-items:flex-end!important}.input-modal-panel{width:100%!important;max-height:96dvh!important;border-radius:26px 26px 0 0!important;border-bottom:0!important;animation:inputModalMobileIn .2s ease-out}.input-modal-head{padding:16px 16px 14px}.input-modal-head h2{font-size:23px}.input-modal-head p{font-size:12px;padding-right:4px}.input-modal-close{width:40px;height:40px;flex-basis:40px;border-radius:13px}.input-modal-body{max-height:calc(96dvh - 92px);padding:16px 14px calc(20px + env(safe-area-inset-bottom))}.input-modal-body .form-row,.input-modal-body .form-row.two,.input-modal-body .form-row.three{grid-template-columns:1fr!important;gap:10px;margin-bottom:10px}.input-modal-body .form-actions{bottom:calc(-20px - env(safe-area-inset-bottom));margin:16px -14px calc(-20px - env(safe-area-inset-bottom));padding:12px 14px calc(14px + env(safe-area-inset-bottom));display:grid;grid-template-columns:1fr 1.35fr}.input-modal-body .form-actions .btn{width:100%;min-height:48px}.salescall-input-modal .salescall-evidence{grid-template-columns:1fr!important}.salescall-input-modal .crm-plan-results{max-height:250px}.salescall-input-modal .crm-plan-tabs{overflow-x:auto;flex-wrap:nowrap;padding-bottom:4px}.salescall-input-modal .crm-tab{white-space:nowrap}.salescall-input-modal .live-camera-stage{min-height:220px}.salescall-input-modal .camera-live-actions{display:grid;grid-template-columns:1fr 1fr}.salescall-input-modal .camera-live-actions .camera-pick-btn{grid-column:1/-1}.salescall-input-modal .photo-preview img{height:auto;max-height:360px}.android-webview .input-modal-panel{max-height:calc(100dvh - 8px)!important}.android-webview .input-modal-body{max-height:calc(100dvh - 100px)!important}
}
@keyframes inputModalMobileIn{from{opacity:0;transform:translateY(28px)}to{opacity:1;transform:none}}
.dark .input-launch-card{background:linear-gradient(135deg,#10213a,#0d1b30)!important;border-color:rgba(96,165,250,.26)!important}.dark .input-launch-copy h2,.dark .input-modal-head h2{color:#eaf2ff}.dark .input-launch-copy p,.dark .input-modal-head p{color:#9db1ca}.dark .input-modal-panel{background:#0b1628!important;border-color:rgba(96,165,250,.28)!important}.dark .input-modal-head{background:linear-gradient(135deg,#10213a,#0b1628);border-color:rgba(148,163,184,.2)}.dark .input-modal-close{background:#132640;color:#dceaff;border-color:rgba(148,163,184,.25)}.dark .input-modal-body .form-actions{background:rgba(11,22,40,.96);border-color:rgba(148,163,184,.2)}


/* V282 Android Native UI Polish */
:root{
  --native-sheet-radius:28px;
  --native-blue:#236ad4;
  --native-blue-dark:#0b2d55;
  --native-safe-bottom:max(10px,env(safe-area-inset-bottom,0px));
}
.form-section{position:relative;border:1px solid #dbe8f7;border-radius:20px;background:linear-gradient(180deg,#fbfdff,#f5f9ff);padding:16px;margin-bottom:14px}
.form-section-head{display:flex;align-items:center;gap:12px;margin-bottom:14px}
.form-section-step{width:34px;height:34px;flex:0 0 34px;border-radius:12px;display:grid;place-items:center;background:linear-gradient(135deg,#2f73d9,#1450a3);color:#fff;font-size:13px;font-weight:1000;box-shadow:0 8px 18px rgba(47,115,217,.22)}
.form-section-head h3{margin:0;color:#123b68;font-size:17px;letter-spacing:-.02em}.form-section-head p{margin:3px 0 0;color:#70849d;font-size:12px;font-weight:750;line-height:1.4}
.input-modal-panel::before{content:'';display:none}
.input-modal-head{position:sticky!important;top:0;z-index:12!important}
.input-modal-body{scrollbar-gutter:stable}
.input-modal-body .form-actions .btn.primary.is-loading{position:relative;color:transparent!important;pointer-events:none;opacity:.82}
.input-modal-body .form-actions .btn.primary.is-loading::after{content:'';position:absolute;inset:0;margin:auto;width:18px;height:18px;border:2px solid rgba(255,255,255,.45);border-top-color:#fff;border-radius:50%;animation:siboSpin .7s linear infinite}
.empty-state{min-height:180px;border:1px dashed #c3d8ef;border-radius:22px;background:linear-gradient(180deg,#fbfdff,#f4f9ff);display:grid;place-items:center;text-align:center;padding:28px;color:#647a95}
.empty-state-inner{max-width:380px}.empty-state-icon{width:58px;height:58px;margin:0 auto 12px;border-radius:19px;display:grid;place-items:center;background:#eaf4ff;color:#1f65bd;font-size:27px;font-weight:1000}.empty-state h3{margin:0 0 7px;color:#17365e;font-size:19px}.empty-state p{margin:0 0 14px;line-height:1.5;font-weight:700}
.toast{display:flex!important;align-items:center!important;gap:10px!important;background:rgba(11,45,85,.97)!important;border:1px solid rgba(255,255,255,.16)!important;backdrop-filter:blur(14px)!important;font-weight:850!important;animation:siboSnackbarIn .2s ease-out}
.toast::before{content:'✓';width:24px;height:24px;flex:0 0 24px;border-radius:50%;display:grid;place-items:center;background:#22c55e;color:#fff;font-size:13px;font-weight:1000}
@keyframes siboSpin{to{transform:rotate(360deg)}}
@keyframes siboSnackbarIn{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}
@media(max-width:980px){
  .mobile-top{min-height:56px!important;border-radius:18px!important;box-shadow:0 10px 28px rgba(15,61,111,.13)!important}
  .bottom-nav{height:78px!important;min-height:78px!important;max-height:78px!important;border-radius:25px!important;padding:7px!important;gap:4px!important;background:rgba(255,255,255,.97)!important;box-shadow:0 18px 46px rgba(11,45,85,.24)!important}
  .bottom-nav a,.bottom-nav a:not(.center-action),.bottom-nav a.center-action{height:62px!important;min-height:62px!important;max-height:62px!important;border-radius:19px!important}
  .bottom-nav a.center-action{background:linear-gradient(145deg,#2f73d9,#0f4e9d)!important;box-shadow:0 10px 22px rgba(35,106,212,.28)!important}
  .bottom-nav a.active:not(.center-action){background:linear-gradient(180deg,#eef6ff,#e2efff)!important;box-shadow:inset 0 0 0 1px #cfe2fb!important}
  .bottom-nav .bottom-ico{width:26px!important;height:26px!important}.bottom-nav .bottom-label-premium{font-size:9.5px!important;font-weight:950!important}
  .form-section{padding:13px 12px;border-radius:18px;margin-bottom:12px}.form-section-head{align-items:flex-start;margin-bottom:12px}.form-section-head h3{font-size:16px}
  .input-modal-panel{position:relative!important;border-radius:var(--native-sheet-radius) var(--native-sheet-radius) 0 0!important;box-shadow:0 -20px 60px rgba(3,18,38,.34)!important}
  .input-modal-panel::before{display:block;position:absolute;content:'';top:8px;left:50%;transform:translateX(-50%);width:46px;height:5px;border-radius:999px;background:#c2d3e8;z-index:20}
  .input-modal-head{padding-top:25px!important;border-radius:var(--native-sheet-radius) var(--native-sheet-radius) 0 0!important}
  .input-modal-body{padding-bottom:calc(24px + var(--native-safe-bottom))!important}
  .input-modal-body .form-actions{box-shadow:0 -12px 26px rgba(15,61,111,.09)!important}
  .toast{left:12px!important;right:12px!important;bottom:calc(92px + var(--native-safe-bottom))!important;border-radius:18px!important;padding:14px 16px!important}
}
html.android-native-polish body{overscroll-behavior-y:none}
html.android-native-polish .input-modal-panel{max-height:calc(100dvh - 6px)!important}
html.android-native-polish .input-modal-body{max-height:calc(100dvh - 108px)!important}
html.android-native-polish .input-modal-body input,html.android-native-polish .input-modal-body select,html.android-native-polish .input-modal-body textarea{font-size:16px!important}
.dark .form-section{background:linear-gradient(180deg,#10213a,#0d1b30);border-color:rgba(96,165,250,.22)}.dark .form-section-head h3{color:#eaf2ff}.dark .form-section-head p{color:#9db1ca}
