/* SMART RT V11 - Sprint 27 Mobile/PWA/APK Ready */
:root{--smart-primary:#1d4ed8;--smart-dark:#0f172a;--smart-muted:#64748b;--smart-border:#e5e7eb;--smart-bg:#f5f7fb;}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;}
body{background:var(--smart-bg);overscroll-behavior-y:none;}
button,a,input,select,textarea{touch-action:manipulation;}
.sidebar{height:100vh;overflow-y:auto;overflow-x:hidden;}
.sidebar::-webkit-scrollbar{width:6px;}.sidebar::-webkit-scrollbar-thumb{background:#334155;border-radius:10px;}.sidebar::-webkit-scrollbar-track{background:#0f172a;}
.sidebar-overlay{display:none;}.smart-bottom-nav{display:none;}.smart-install-card{display:none;}.smart-network-banner{display:block;background:#f97316;color:#fff;font-size:13px;font-weight:700;padding:9px 12px;text-align:center;border-radius:0 0 12px 12px;margin-bottom:10px;}.smart-safe-bottom{height:0;}
@media(max-width:768px){
  body{padding-bottom:calc(74px + env(safe-area-inset-bottom));}
  .sidebar{left:-280px;transition:.25s ease;box-shadow:0 20px 50px rgba(15,23,42,.35);}
  .sidebar.show{left:0;}
  .sidebar-overlay{display:none;position:fixed;inset:0;background:rgba(15,23,42,.45);z-index:999;backdrop-filter:blur(2px);}
  .sidebar-overlay.show{display:block;}
  .main-content{margin-left:0!important;padding:14px!important;}
  .smart-mobile-header{position:sticky;top:0;z-index:800;background:var(--smart-bg);padding-top:8px;}
  .smart-bottom-nav{display:flex;position:fixed;left:0;right:0;bottom:0;height:calc(66px + env(safe-area-inset-bottom));background:#fff;border-top:1px solid var(--smart-border);box-shadow:0 -8px 24px rgba(15,23,42,.08);z-index:1100;align-items:flex-start;justify-content:space-around;padding:7px 4px calc(6px + env(safe-area-inset-bottom));}
  .smart-bottom-nav a{color:var(--smart-muted);text-decoration:none;font-size:11px;text-align:center;min-width:54px;line-height:1.15;border-radius:12px;padding:4px 2px;}
  .smart-bottom-nav a i{display:block;font-size:20px;margin-bottom:3px;}
  .smart-bottom-nav a.active{color:var(--smart-primary);font-weight:800;background:#eff6ff;}
  .smart-install-card{display:block;background:#fff;border:1px solid var(--smart-border);border-radius:14px;padding:12px;box-shadow:0 8px 22px rgba(15,23,42,.06);margin-bottom:12px;}
  .table-responsive{border-radius:12px;overflow-x:auto;-webkit-overflow-scrolling:touch;}
  .card,.modal-content,.dropdown-menu{border-radius:14px;}
  input,select,textarea,.form-control,.form-select,.btn{min-height:42px;}
  .btn-sm{min-height:34px;}
  img{max-width:100%;height:auto;}
}
@media(display-mode:standalone){.smart-install-card{display:none!important;} body{user-select:none;} input,textarea{user-select:text;}}
