body.ddsol-fast-pos-open { overflow: hidden !important; }
#view-pos.ddsol-fast-pos { position: fixed !important; inset: 0 !important; z-index: 10000 !important; display: flex !important; flex-direction: column; padding: 0 !important; margin: 0 !important; max-width: none !important; background: #0d0e12 !important; color: #f6f7fb; }
#view-pos.ddsol-fast-pos.hidden { display: none !important; }
.ddfp-top { display:flex; align-items:center; gap:12px; padding:12px 16px; border-bottom:1px solid #382023; background:#15161b; }
.ddfp-brand { font-weight:950; color:#fff200; white-space:nowrap; }
.ddfp-courts { display:flex; gap:8px; overflow:auto; flex:1; scrollbar-width:none; }
.ddfp-court { min-width:110px; padding:9px 12px; border:1px solid #454750; border-radius:12px; background:#202127; color:#fff; text-align:left; }
.ddfp-court.active { border-color:#ee1e23; box-shadow:0 0 0 2px rgba(238,30,35,.25); }
.ddfp-court.playing { color:#fff200; }
.ddfp-sync { font-size:12px; color:#9da1ad; white-space:nowrap; }
.ddfp-close { width:40px;height:40px;border:1px solid #555;border-radius:12px;background:#202127;color:#fff;font-size:20px; }
.ddfp-tabs { display:flex; gap:6px; padding:8px 12px; border-bottom:1px solid #292b32; overflow:auto; }
.ddfp-tabs button { padding:9px 14px;border:1px solid #3b3d46;border-radius:10px;background:#18191e;color:#d9dbe2;font-weight:800;white-space:nowrap; }
.ddfp-tabs button.active { background:#ee1e23;border-color:#ee1e23;color:#fff; }
.ddfp-main { flex:1; min-height:0; display:grid; grid-template-columns:minmax(0,1.35fr) minmax(360px,.65fr); }
.ddfp-pane { min-height:0; overflow:auto; padding:16px; }
.ddfp-pane + .ddfp-pane { border-left:1px solid #292b32; background:#121318; }
.ddfp-search-row { display:grid; grid-template-columns:1fr 120px; gap:10px; position:relative; }
.ddfp-input { width:100%; box-sizing:border-box; padding:14px;border:1px solid #4a4c56;border-radius:12px;background:#0b0c10;color:#fff;font-size:17px; }
.ddfp-input:focus { outline:none;border-color:#ee1e23;box-shadow:0 0 0 3px rgba(238,30,35,.18); }
.ddfp-suggest { position:absolute;z-index:5;left:0;right:130px;top:54px;border:1px solid #444;border-radius:12px;background:#17181d;box-shadow:0 18px 60px rgba(0,0,0,.45);overflow:hidden; }
.ddfp-suggest button { display:flex;justify-content:space-between;width:100%;padding:12px;border:0;border-bottom:1px solid #292b32;background:transparent;color:#fff;text-align:left; }
.ddfp-suggest button.selected { background:#332022; }
.ddfp-quick { display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:10px;margin-top:14px; }
.ddfp-item { padding:12px;border:1px solid #31333b;border-radius:12px;background:#191a20;color:#fff;text-align:left; }
.ddfp-item b,.ddfp-cart b { display:block; }
.ddfp-item small { color:#aeb1bc; }
.ddfp-cart-head { display:flex;align-items:center;justify-content:space-between;gap:12px; }
.ddfp-timer { font-variant-numeric:tabular-nums;font-size:24px;font-weight:950;color:#fff200; }
.ddfp-cart { margin-top:12px;display:flex;flex-direction:column;gap:8px; }
.ddfp-line { display:grid;grid-template-columns:1fr auto;gap:12px;padding:11px;border:1px solid #2c2e35;border-radius:11px;background:#1a1b20; }
.ddfp-line.pending { border-color:#72521c; }
.ddfp-total { display:flex;justify-content:space-between;align-items:center;margin-top:14px;padding-top:14px;border-top:1px solid #34363f;font-size:22px;font-weight:950; }
.ddfp-actions { display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:12px; }
.ddfp-primary,.ddfp-secondary { padding:13px;border-radius:11px;font-weight:900; }
.ddfp-primary { border:1px solid #ee1e23;background:#ee1e23;color:#fff; }
.ddfp-secondary { border:1px solid #555;background:#202127;color:#fff; }
.ddfp-section { display:none; }.ddfp-section.active { display:block; }
.ddfp-card-grid { display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px;margin-bottom:16px; }
.ddfp-card { padding:16px;border:1px solid #30323a;border-radius:14px;background:#191a20; }
.ddfp-card strong { display:block;font-size:25px;margin-top:5px; }
.ddfp-table { width:100%;border-collapse:collapse; }.ddfp-table th,.ddfp-table td{padding:10px;border-bottom:1px solid #2d2f36;text-align:left; }
.ddfp-form { display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:10px; }
.ddfp-provider { margin:12px 0;padding:16px;border:1px solid #34363e;border-radius:14px;background:#18191f; }
.ddfp-provider h3 { color:#fff200;margin:0 0 12px; }
.ddfp-note { color:#aeb1bc;font-size:13px; }
@media(max-width:850px){.ddfp-main{grid-template-columns:1fr}.ddfp-pane+.ddfp-pane{border-left:0;border-top:1px solid #292b32}.ddfp-main{overflow:auto}.ddfp-pane{overflow:visible}.ddfp-top{flex-wrap:wrap}.ddfp-courts{order:3;width:100%}}


/* Release 8 phone/tablet landscape: full viewport with independently scrolling panes */
@media (orientation:landscape) and (max-height:600px) {
  .ddfp-shell { inset:0; height:100dvh; max-height:100dvh; }
  .ddfp-top { min-height:44px; padding:4px 10px; }
  .ddfp-tabs { min-height:40px; padding:2px 8px; }
  .ddfp-main { grid-template-columns:minmax(0,1.25fr) minmax(280px,.75fr) !important; gap:8px; padding:6px; height:calc(100dvh - 88px); overflow:hidden !important; }
  .ddfp-main > * { min-height:0; overflow:auto; }
  .ddfp-card { padding:8px; }
  .ddfp-btn, .ddfp-main button { min-height:44px; }
  .ddfp-brand, .ddfp-sync-label { display:none; }
}

/* Release 21 mobile POS one-screen fix */
.ddfp-court b,.ddfp-court small{display:block}.ddfp-court small{margin-top:2px;color:#aeb1bc;font-size:10px}body.ddsol-fast-pos-open #dd22-counter-btn{display:none!important}
@media(max-width:850px){.ddfp-top{display:grid!important;grid-template-columns:1fr auto auto;gap:6px!important;padding:8px!important}.ddfp-brand{font-size:12px}.ddfp-courts{grid-column:1/-1!important;width:100%!important;order:unset!important}.ddfp-court{min-width:90px!important;padding:7px 8px!important}.ddfp-tabs{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr));gap:5px!important;padding:6px 8px!important}.ddfp-tabs button{min-width:0!important;padding:8px 5px!important;font-size:10px!important}.ddfp-main{display:grid!important;grid-template-columns:1fr!important;grid-template-rows:minmax(0,48%) minmax(0,52%)!important;overflow:hidden!important}.ddfp-pane{display:block!important;min-height:0!important;overflow:auto!important;padding:10px!important}.ddfp-pane+.ddfp-pane{border-left:0!important;border-top:1px solid #292b32}.ddfp-search-row{grid-template-columns:1fr 72px!important}.ddfp-quick{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:7px!important}.ddfp-item{min-height:72px!important;padding:9px!important}.ddfp-item small{font-size:10px}.ddfp-total{font-size:18px!important;margin-top:8px!important}.ddfp-actions{margin-top:8px!important}.ddfp-actions button{min-height:44px}}

.ddfp-empty{grid-column:1/-1;min-height:110px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;padding:16px;border:1px dashed #ffffff26;border-radius:14px;color:#d8dee9;text-align:center}.ddfp-empty span{font-size:10px;color:#8f9aaa;max-width:360px}
@media(max-width:850px){.ddfp-top>.dd26-actions{grid-column:1/-1!important;display:grid!important;grid-template-columns:1fr 1fr!important;gap:5px!important;width:100%!important}.ddfp-top>.dd26-actions .dd26-topbtn{min-height:36px!important}.ddfp-top>.dd26-actions .txt{display:inline!important}}
