/* Shared styles for the Quik Rupee legal pages. Colours match index.html. */
:root{
  --green:#0B3D2E; --green-l:#1A7A5C; --gold:#F5A623; --gold-l:#FFC85C;
  --white:#FFFFFF; --off:#F7F5F0; --text:#1A1A1A; --muted:#6B7280; --border:#E5E7EB;
}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
body{font-family:'Inter',sans-serif;font-size:16px;color:var(--text);background:var(--off);line-height:1.7}

/* Placeholder marker for facts we do not have yet. Must be empty before launch. */
.todo{background:#FFE9B8;color:#7A4F00;border:1px dashed #C98A00;border-radius:4px;padding:0 5px;font-weight:600;font-size:.95em}
.prelaunch{background:#7A4F00;color:#FFE9B8;font-size:13px;text-align:center;padding:8px 20px}

header.site{background:var(--green);padding:20px 20px}
header.site .inner{max-width:820px;margin:0 auto;display:flex;align-items:center;gap:12px;flex-wrap:wrap}
header.site a.logo{display:flex;align-items:center;gap:9px;text-decoration:none}
header.site .chip{width:34px;height:34px;background:var(--gold);border-radius:9px;display:flex;align-items:center;justify-content:center;font-family:'Sora',sans-serif;font-weight:700;color:var(--green);font-size:18px}
header.site .name{font-family:'Sora',sans-serif;font-weight:700;color:#fff;font-size:20px}
header.site .crumb{margin-left:auto;color:rgba(255,255,255,.65);font-size:13px}
header.site .crumb a{color:rgba(255,255,255,.9)}

.wrap{max-width:820px;margin:0 auto;padding:32px 20px 64px}
h1{font-family:'Sora',sans-serif;font-size:clamp(26px,4vw,34px);font-weight:700;color:var(--green);margin-bottom:6px}
.updated{color:var(--muted);font-size:13px;margin-bottom:16px}
.broker{background:#fff;border:1px solid var(--border);border-left:4px solid var(--gold);border-radius:0 12px 12px 0;padding:14px 18px;font-size:14px;color:var(--green);font-weight:600;margin:0 0 28px}
h2{font-family:'Sora',sans-serif;font-size:20px;font-weight:700;color:var(--text);margin:30px 0 10px}
h3{font-family:'Sora',sans-serif;font-size:16px;font-weight:600;color:var(--text);margin:20px 0 8px}
p,li{font-size:15px;color:#2f3440;margin-bottom:12px}
ul,ol{padding-left:22px;margin-bottom:12px}
li{margin-bottom:6px}
a{color:var(--green-l)}
strong{color:var(--text)}
table{border-collapse:collapse;width:100%;margin-bottom:16px;font-size:14px}
th,td{border:1px solid var(--border);padding:9px 12px;text-align:left;background:#fff;vertical-align:top}
th{background:#fff;font-weight:600;color:var(--green)}
.note{background:#FFF8EC;border:1px solid #F5D9A8;border-radius:10px;padding:14px 18px;font-size:13.5px;color:#7A5020;margin:22px 0}
.legal-block{background:#fff;border:1px solid var(--border);border-radius:12px;padding:20px 24px;margin:18px 0}
.legal-block div{font-size:14.5px;margin-bottom:8px}
.legal-block div:last-child{margin-bottom:0}
footer.site{border-top:1px solid var(--border);margin-top:44px;padding-top:20px;font-size:13px;color:var(--muted)}
footer.site a{margin-right:14px;display:inline-block;margin-bottom:6px}
