/* ==========================================================================
   DPRATAN - Official Satta Matka Visual Design System
   Exact DPBoss Reference Replica (Orange/Peach Theme with Red Borders)
   ========================================================================== */

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  background-color: #fc9;
  text-align: center;
  padding: 3px 10px;
  margin: 0;
  font-style: italic;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #000;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a, a:hover {
  text-decoration: none;
}

/* Header & Brand Welcome Banner */
.m-icon {
  background: #fc9;
  padding: 6px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #000;
  margin-bottom: 5px;
  letter-spacing: 1px;
  font-weight: 700;
  border: 3px solid #ff0016;
  border-radius: .75em;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.4);
}

.m-icon p {
  color: #000;
  font-size: 16px;
  font-weight: 800;
  margin: 0;
}

/* Brand Title & SEO Description Cards */
.brand-header-box {
  background: #fc9;
  padding: 10px 15px;
  display: block;
  color: #fff8f8;
  margin-bottom: 5px;
  letter-spacing: 1px;
  font-weight: 700;
  border: 3px solid #ff0016;
  border-radius: .75em;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.4);
}

.brand-title {
  font-size: 2.2rem;
  color: #00094d;
  text-shadow: 2px 2px 3px #fff;
  font-weight: 900;
}

.brand-badge {
  background: #ff0016;
  color: #fff;
  font-size: 0.8rem;
  padding: 2px 8px;
  border-radius: 6px;
  font-style: normal;
  border: 1px solid #fff;
}

.text2 {
  border: 2px solid #ff182c;
  border-style: outset;
  border-radius: 10px;
  margin-bottom: 5px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.4);
  padding: 8px 10px;
  background: #fff8f0;
}

.text2 h1 {
  font-size: 16px;
  color: #000;
  padding-bottom: 3px;
  font-weight: 800;
}

.text2 h2 {
  color: #000;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
  text-shadow: none;
  font-style: normal;
}

/* Navigation Menu Bar */
.nav-bar-box {
  background: #522f92;
  border: 2px solid #ff0016;
  border-radius: 10px;
  padding: 6px 10px;
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}

.nav-item-btn {
  background: #ff00a2;
  color: #fff;
  padding: 4px 10px;
  border-radius: 6px;
  font-size: 0.85rem;
  border: 1px solid #fff;
  font-style: normal;
}

.nav-item-btn:hover, .nav-item-btn.active {
  background: #ffd902;
  color: #000;
}

/* Announcement Marquee Ticker */
.ticker-box {
  background: #ff00a2;
  color: #fff8f8;
  padding: 5px 10px;
  text-shadow: 1px 1px 2px #000;
  display: flex;
  align-items: center;
  border: 2px solid #fff;
  border-radius: .75em;
  margin-bottom: 5px;
  overflow: hidden;
  box-shadow: 0 0 15px rgba(0,0,0,0.3);
}

.ticker-tag {
  background: #00094d;
  color: #fff;
  padding: 2px 8px;
  border-radius: 6px;
  font-size: 0.8rem;
  margin-right: 10px;
  white-space: nowrap;
  font-style: normal;
}

.ticker-scroll {
  white-space: nowrap;
  animation: marquee 20s linear infinite;
  font-size: 0.95rem;
}

@keyframes marquee {
  0% { transform: translateX(100%); }
  100% { transform: translateX(-100%); }
}

/* Welcome Information Box */
.text3 {
  background: linear-gradient(187deg, #fc9 50%, #ffc387 50%);
  border: 2px solid #ff0016;
  border-style: outset;
  border-radius: 10px;
  margin-bottom: 5px;
  line-height: 1.4;
  font-size: 14px;
  padding: 8px 10px;
  color: #00094d;
  text-shadow: 1px 1px 2px #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.4);
}

/* Golden & Final Ank Box */
.f-pti {
  color: #000;
  text-align: center;
  margin-bottom: 5px;
  display: block;
  font-size: 20px;
  border: 2px solid #ff182c;
  border-style: outset;
  border-radius: 10px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.4);
  background: #fff;
  overflow: hidden;
}

.f-pti h3 {
  background: #ff00a2;
  padding: 5px 10px;
  text-shadow: 1px 1px 2px #000;
  display: block;
  color: #fff8f8;
  letter-spacing: 1px;
  font-weight: 700;
  border: 2px solid #fff;
  border-radius: .75em;
  margin: 3px;
}

.dflex {
  display: flex;
}

.dflex > div {
  width: 50%;
  padding: 8px;
}

.j52g4 {
  padding: 8px;
}

.bb55 {
  border-left: 2px solid #000ff4;
}

.f-pti h4 {
  font-size: 18px;
  color: #001699;
  text-shadow: 1px 1px 2px #fff;
}

.f-pti p {
  font-size: 22px;
  color: #880e4f;
  text-shadow: none;
  font-weight: 900;
  margin-top: 4px;
}

.amthltg {
  color: #000;
  white-space: nowrap;
  overflow: hidden;
  box-sizing: border-box;
  margin: 0 5px;
  max-height: 120px;
  overflow-y: auto;
}

.amthltg p {
  font-size: 14px;
  line-height: 1.5;
  color: #000;
  font-weight: 700;
  text-shadow: none;
}

/* Kalyan Warning Notice Box */
.kalyan-notice {
  background: #fff8e1;
  border: 2px solid #f0c36d;
  padding: 10px 12px;
  border-radius: 10px;
  margin-bottom: 5px;
  box-shadow: 0 0 15px rgba(0,0,0,0.2);
  text-align: center;
  font-style: normal;
}

.notice-badge {
  display: inline-block;
  background: #ff0016;
  color: #fff;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 6px;
  font-size: 14px;
  margin-bottom: 4px;
}

.notice-text {
  color: #222222;
  font-size: 14px;
  line-height: 1.4;
}

.notice-text small {
  color: #333333;
  display: block;
  margin-top: 4px;
}

/* Live Result Container */
.liv-rslt {
  color: #000;
  text-align: center;
  margin-bottom: 5px;
  display: block;
  font-size: 20px;
  border: 2px solid #ff182c;
  border-style: outset;
  border-radius: 10px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.4);
  background: #fff;
}

.liv-rslt h4 {
  background: #ff00a2;
  padding: 5px 10px;
  text-shadow: 1px 1px 2px #000;
  display: block;
  color: #fff8f8;
  letter-spacing: 1px;
  font-weight: 700;
  border: 2px solid #fff;
  border-radius: .75em;
  margin: 3px;
  font-size: 1.2rem;
}

.lv-mc {
  padding: 8px;
}

.lv-mc .h8 {
  display: block;
  font-size: 22px;
  color: #00094d;
  text-shadow: 1px 1px 2px #fff;
}

.lv-mc .h8:not(:first-child) {
  display: block;
  border-top: 1px solid #ff0020;
  margin-top: 8px;
  padding-top: 6px;
}

.lv-mc .h9 {
  display: block;
  color: #880e4f;
  text-shadow: 1px 1px 2px #ffe2c6;
  font-size: 21px;
  line-height: 1.2;
  margin: 3px 0;
  font-weight: 900;
}

/* Section Header Bar */
.sm-ttle {
  background: #ff00a2;
  padding: 5px 10px;
  text-shadow: 1px 1px 2px #000;
  display: block;
  color: #fff8f8;
  margin-bottom: 5px;
  letter-spacing: 1px;
  font-weight: 700;
  border: 2px solid #fff;
  border-radius: .75em;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.clk1-rld {
  border: 1px solid #e6e6e6;
  background: #522f92;
  color: #fff;
  padding: 4px 8px;
  border-radius: 8px;
  font-size: 12px;
  cursor: pointer;
  font-style: normal;
  transition: all 0.3s;
}

.clk1-rld:hover {
  box-shadow: 0 0 10px rgba(0,0,0,0.4);
}

/* Full-Width Market Result Rows */
.market-row {
  border: 2px solid #ff182c;
  border-radius: 10px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.4);
  background: #fff;
  margin-bottom: 5px;
  padding: 8px;
}

.market-row.bg-ylw {
  background-color: #ff0;
}

.h8 {
  display: block;
  font-size: 22px;
  color: #00094d;
  text-shadow: 1px 1px 2px #fff;
  font-weight: 800;
}

.h9 {
  display: block;
  color: #880e4f;
  text-shadow: 1px 1px 2px #ffe2c6;
  font-size: 21px;
  line-height: 1.2;
  margin: 3px 0;
  font-weight: 900;
}

p.time {
  text-align: center;
  color: #444;
  font-size: 14px;
  margin-top: 2px;
}

.row-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 6px;
  flex-wrap: wrap;
}

.gm-clk {
  color: #fff;
  padding: 5px 10px;
  border-radius: 8px;
  font-size: 12px;
  display: inline-block;
  border: 1px solid #e6e6e6;
  background: #522f92;
  font-style: normal;
  cursor: pointer;
  transition: all 0.3s;
}

.gm-clk:hover {
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
}

.gm-clk-chart {
  background: #008906;
}

/* Tables Layout for Charts & Results */
.tkt-val {
  color: #000;
  margin-bottom: 5px;
  border: 2px solid #ff182c;
  border-radius: 10px;
  box-shadow: 0 0 20px 0 rgba(0,0,0,0.4);
  background: #fff;
  padding: 6px;
  overflow-x: auto;
}

table.my-table {
  width: 100%;
  border-collapse: collapse;
}

table.my-table th, table.my-table td {
  border: 1px solid #ff0016;
  padding: 6px;
  font-size: 14px;
  text-shadow: 1px 1px 2px #fff;
}

table.my-table th {
  background: #ff00a2;
  color: #fff;
}

/* Footer Box */
.footer-box {
  background: #fc9;
  border: 2px solid #003db6;
  border-radius: 10px;
  padding: 10px;
  margin-top: 10px;
  font-size: 13px;
  color: #000;
  font-style: normal;
}

.footer-links {
  margin: 8px 0;
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

.footer-links a {
  color: #0013a5;
  font-weight: 700;
}

/* Responsive adjustments */
@media only screen and (max-width: 500px) {
  body {
    padding: 2px 5px;
  }
  .h8 {
    font-size: 18px;
  }
  .h9 {
    font-size: 18px;
  }
  .dflex {
    flex-direction: column;
  }
  .dflex > div {
    width: 100%;
  }
  .bb55 {
    border-left: none;
    border-top: 2px solid #000ff4;
  }
  .hamburger-btn {
    display: inline-block;
  }
  .nav-menu {
    display: none;
    width: 100%;
  }
  .nav-menu.show {
    display: flex;
    flex-direction: column;
  }
}

/* Sub-page Compatibility Design Tokens */
.site-header {
  background: #522f92;
  border: 2px solid #ff0016;
  border-radius: 10px;
  padding: 6px 12px;
  margin-bottom: 8px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}

.header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}

.brand-logo {
  font-size: 1.8rem;
  color: #fff;
  font-weight: 900;
  text-shadow: 1px 1px 2px #000;
}

.nav-menu {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}

.nav-link {
  background: #ff00a2;
  color: #fff;
  padding: 4px 10px;
  border-radius: 6px;
  font-size: 0.85rem;
  border: 1px solid #fff;
  font-style: normal;
}

.nav-link:hover, .nav-link.active {
  background: #ffd902;
  color: #000;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.btn-live-status {
  background: #ff0016;
  color: #fff;
  padding: 4px 8px;
  border-radius: 6px;
  font-size: 0.8rem;
  font-style: normal;
}

.hamburger-btn {
  background: #ff00a2;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 6px;
  padding: 4px 8px;
  cursor: pointer;
}

/* Filter Bar & Controls */
.filter-bar {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  margin: 10px 0;
  flex-wrap: wrap;
}

.search-input, .select-input, .date-input {
  padding: 6px 12px;
  border: 2px solid #ff182c;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 700;
  background: #fff;
  color: #000;
  outline: none;
}

/* Tables & Records */
.table-wrapper {
  border: 2px solid #ff182c;
  border-radius: 10px;
  box-shadow: 0 0 20px 0 rgba(0,0,0,0.4);
  background: #fff;
  padding: 6px;
  overflow-x: auto;
  margin-top: 10px;
}

table.custom-table {
  width: 100%;
  border-collapse: collapse;
}

table.custom-table th, table.custom-table td {
  border: 1px solid #ff0016;
  padding: 8px;
  font-size: 14px;
  text-align: center;
  text-shadow: 1px 1px 2px #fff;
}

table.custom-table th {
  background: #ff00a2;
  color: #fff;
  font-size: 15px;
}

/* Ticker wrap */
.ticker-wrap {
  background: #ff00a2;
  color: #fff8f8;
  padding: 5px 10px;
  text-shadow: 1px 1px 2px #000;
  display: flex;
  align-items: center;
  border: 2px solid #fff;
  border-radius: .75em;
  margin-bottom: 5px;
  overflow: hidden;
  box-shadow: 0 0 15px rgba(0,0,0,0.3);
}

.ticker-title {
  background: #00094d;
  color: #fff;
  padding: 2px 8px;
  border-radius: 6px;
  font-size: 0.8rem;
  margin-right: 10px;
  white-space: nowrap;
  font-style: normal;
}

.ticker-content {
  white-space: nowrap;
  animation: marquee 20s linear infinite;
  font-size: 0.95rem;
}

/* Section Container & Titles */
.section-container {
  max-width: 1000px;
  margin: 10px auto;
  padding: 0 5px;
}

.section-title {
  background: #ff00a2;
  padding: 6px 12px;
  text-shadow: 1px 1px 2px #000;
  color: #fff8f8;
  letter-spacing: 1px;
  font-weight: 700;
  border: 2px solid #fff;
  border-radius: .75em;
  font-size: 1.3rem;
  margin-bottom: 10px;
  display: block;
}

.site-footer {
  background: #fc9;
  border: 2px solid #003db6;
  border-radius: 10px;
  padding: 10px;
  margin-top: 15px;
  font-size: 13px;
  color: #000;
  font-style: normal;
}

.footer-container {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 15px;
  text-align: left;
}

.footer-col h4 {
  color: #00094d;
  font-size: 16px;
  margin-bottom: 6px;
}

.footer-col ul {
  list-style: none;
}

.footer-col li a {
  color: #0013a5;
  font-weight: 700;
  line-height: 1.6;
}

/* Starline & Spin Wheel Tables */
.mr-sl, .mumraj-sl {
  background: #fff;
  border: 2px solid #ff0016;
  border-radius: 10px;
  margin: 10px 0;
  box-shadow: 0 0 20px rgba(0,0,0,0.4);
  padding: 6px;
}

.mr-sl h4, .mumraj-sl h4 {
  background: #ff00a2;
  color: #fff;
  padding: 6px 10px;
  border-radius: 8px;
  font-size: 18px;
  margin-bottom: 8px;
  text-shadow: 1px 1px 2px #000;
}

.wheel-section {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
}

.wheel-container {
  position: relative;
  width: 180px;
  height: 180px;
}

.wheel-image {
  width: 100%;
  height: 100%;
  animation: spin 6s linear infinite;
}

.spin-center-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 22px;
  font-weight: 900;
  color: #039;
  text-shadow: 0 0 4px #fff;
  z-index: 2;
}

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

/* Game Zone & Special Links Box */
.sky-23 {
  border: 2px solid #1f3092;
  border-radius: 10px;
  background: #fff;
  margin: 8px 0;
  box-shadow: 0 0 15px rgba(0,0,0,0.3);
  overflow: hidden;
}

.sky-23 h4 {
  background: #ff1731;
  color: #fff;
  border-radius: 8px;
  font-size: 20px;
  padding: 6px 10px;
  text-shadow: 1px 1px 2px #000;
  margin: 4px;
}

.sky-23 a {
  background-image: linear-gradient(-225deg, #231557 0, #44107a 29%, #ff1361 67%, #ff0025 100%);
  color: #fff;
  font-size: 16px;
  display: block;
  border-bottom: 2px solid #ff0026;
  padding: 8px;
  font-weight: 800;
  text-decoration: none;
}

/* Aaj Kya Pass Hua Box */
.aaj-pass {
  border: 2px solid red;
  border-radius: 10px;
  margin: 8px 0;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 0 15px rgba(0,0,0,0.3);
}

.aaj-pass .hd1 {
  color: #fff;
  display: block;
  font-size: 18px;
  background: red;
  padding: 6px;
  font-weight: 800;
}

.aaj-pass .hd2 {
  padding: 4px;
  display: block;
  font-size: 14px;
  color: #000;
  font-weight: 700;
}

.aj-pass-txt {
  color: #00009c;
  line-height: 22px;
  font-weight: 800;
  background: #fff;
  padding: 8px;
  font-size: 15px;
}

/* Weekly Chart Section */
.sun-col {
  border: 2px solid #e71d36;
  border-radius: 10px;
  background: #fff;
  margin: 8px 0;
  padding: 6px;
  box-shadow: 0 0 15px rgba(0,0,0,0.3);
}

.sun-col h4 {
  background: #ff001d;
  color: #fff;
  border-radius: 8px;
  padding: 6px 10px;
  font-size: 18px;
  text-shadow: 1px 1px 2px #000;
  margin-bottom: 6px;
}

.sun-col p {
  font-size: 16px;
  color: #000;
  line-height: 1.4;
  font-weight: 800;
  margin-bottom: 4px;
}

/* Free Game Zone Open-Close */
.oc-fg {
  border: 2px solid #ff001d;
  border-radius: 10px;
  background: #fff;
  margin: 8px 0;
  padding: 6px;
  box-shadow: 0 0 15px rgba(0,0,0,0.3);
}

.oc-fg h4 {
  background: #ff00a2;
  color: #fff;
  padding: 6px 10px;
  border-radius: 8px;
  font-size: 18px;
  text-shadow: 1px 1px 2px #000;
  margin-bottom: 6px;
}

.oc-3a-69 {
  width: 48%;
  display: inline-block;
  vertical-align: top;
  padding: 5px;
  margin: 1%;
  border: 2px solid #009206;
  border-radius: 8px;
  background: #f9fff9;
}

.oc-3a-69 .g5a1 {
  background: linear-gradient(#00d309, #004503);
  font-size: 15px;
  padding: 5px;
  border-radius: 6px;
  color: #fff;
  font-weight: 800;
  margin-bottom: 4px;
}

.oc-3a-69 .l9w2v {
  font-size: 14px;
  color: #000;
  font-weight: 800;
  line-height: 1.3;
}

/* Weekly Fixed Scheme Tables */
.l-obj-giv {
  border: 2px solid #000;
  margin: 10px 0;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 0 15px rgba(0,0,0,0.3);
}

.l-obj-giv td {
  border: 1px solid #e91e63;
  padding: 4px;
  font-size: 13px;
  font-weight: 800;
}

.v5a25 {
  font-size: 20px;
  background-color: #ff0;
  color: blue;
  font-weight: 900;
  padding: 6px;
}

.v5a25-v4a5 {
  font-size: 16px;
  font-weight: 800;
  color: #00f;
}

.v5a25-v85b {
  font-size: 20px;
  font-weight: 900;
  color: #f51111;
}

/* Chart Links Lists */
.sta-div {
  border: 2px solid #00189f;
  border-radius: 10px;
  background: #fff;
  margin: 8px 0;
  padding: 6px;
  box-shadow: 0 0 15px rgba(0,0,0,0.3);
}

.sta-div h6 {
  color: #fff;
  background: #00189f;
  padding: 6px;
  border-radius: 6px;
  font-size: 18px;
  margin-bottom: 6px;
}

.sta-div a {
  display: block;
  font-size: 15px;
  padding: 6px;
  border-bottom: 1px solid #00189f;
  color: #1a237e;
  font-weight: 800;
  text-decoration: none;
}

.sta-div a:last-child {
  border-bottom: none;
}

/* FAQ & Intro Section */
.qtn14 {
  border: 2px solid #003db6;
  border-radius: 10px;
  background: #fff;
  padding: 10px;
  margin: 10px 0;
  text-align: left;
  box-shadow: 0 0 15px rgba(0,0,0,0.3);
  font-style: normal;
}

.qtn14 h6 {
  color: #d70544;
  font-size: 20px;
  margin-bottom: 8px;
  font-weight: 800;
}

.qtn14 p {
  font-size: 13px;
  line-height: 1.5;
  color: #1a1a1a;
  margin-bottom: 10px;
}

.qtn14 label {
  color: #0013a5;
  font-weight: 800;
  font-size: 16px;
  display: block;
  margin-top: 10px;
  border-top: 1px solid #e0557f;
  padding-top: 8px;
}

/* SEO Articles & Guides */
.be-stone {
  border: 2px solid #ff0020;
  border-radius: 10px;
  background: #fff;
  padding: 10px;
  margin: 10px 0;
  text-align: left;
  box-shadow: 0 0 15px rgba(0,0,0,0.3);
  font-style: normal;
}

.be-stone .c-stone {
  color: #0013a5;
  font-weight: 900;
  font-size: 16px;
  margin: 12px 0 4px;
  text-transform: uppercase;
}

.be-stone p {
  font-size: 13px;
  line-height: 1.5;
  color: #222;
  margin-bottom: 8px;
}

.eml-us {
  padding: 8px;
  background-color: #fbe7ff;
  border: 2px solid #ff0016;
  border-radius: 10px;
  margin: 8px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-style: normal;
}

.eml-us p {
  font-size: 16px;
  color: #000;
  font-weight: 800;
  margin: 0;
}

.eml-us a {
  background: radial-gradient(#ffe500, #ff9800);
  color: #000;
  padding: 6px 14px;
  border-radius: 20px;
  border: 1px solid #ff0016;
  font-weight: 800;
  text-decoration: none;
}

/* ==========================================================================
   PUBLIC & USER APP MOBILE RESPONSIVE MEDIA QUERIES (320px - 768px)
   ========================================================================== */

html, body {
  max-width: 100vw !important;
  overflow-x: hidden !important;
}

@media (max-width: 768px) {
  /* Public Landing Page Market Grid */
  .market-master-section {
    width: 100% !important;
    padding: 0 4px !important;
  }

  .market-row-split {
    padding: 10px 8px !important;
    min-height: auto !important;
    flex-wrap: wrap !important;
  }

  .center-info {
    text-align: center !important;
    width: 100% !important;
    margin: 4px 0 !important;
  }

  .btn-side-action, .btn-chart-action {
    position: static !important;
    transform: none !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 2px 4px !important;
    min-height: 36px !important;
  }

  /* Record Tables (Jodi, Panel, Charts) */
  .my-table, table.my-table {
    display: block !important;
    width: 100% !important;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch !important;
  }

  /* User App Portal */
  .user-header-card {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 12px !important;
    padding: 16px !important;
  }

  .market-grid {
    grid-template-columns: 1fr !important;
    gap: 14px !important;
  }

  .container {
    padding: 0 10px !important;
  }

  .nav-bar {
    padding-bottom: 10px !important;
  }

  .form-row {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }

  .form-input, .form-select {
    font-size: 16px !important;
  }
}

@media (max-width: 480px) {
  .brand-title {
    font-size: 1.6rem !important;
  }
  .h8 {
    font-size: 13px !important;
  }
  .h9 {
    font-size: 17px !important;
  }
  .time {
    font-size: 9px !important;
  }
  .nav-link {
    padding: 8px 12px !important;
    font-size: 0.85rem !important;
  }
}




