/* ==========================================================================
   Tenant app + self-registration. Builds on flypg.css tokens and classes.
   ========================================================================== */

/* ---------- WhatsApp entry (olive ground) ---------- */
.t-entry { flex: 1; background: var(--olive); padding: 36px 26px 26px; display: flex; flex-direction: column; color: var(--card); }
.t-entry .wa { display: flex; align-items: center; gap: 8px; font-size: 11.5px; font-weight: 600; color: var(--sage-2); }
.t-entry .wa svg { color: #5FBF6A; }
.t-entry .hello { margin-top: 44px; }
.t-entry .kicker { font-size: 12px; font-weight: 600; letter-spacing: .8px; text-transform: uppercase; color: var(--sage-2); }
.t-entry .who { font-size: 31px; font-weight: 700; color: var(--card); letter-spacing: -1px; margin-top: 9px; line-height: 1.15; }
.t-entry .where { font-size: 13.5px; color: var(--sage-3); margin-top: 12px; line-height: 1.5; }
.t-owe { background: var(--olive-mid); border: 1px solid var(--olive-btn-line); border-radius: 14px; padding: 16px 17px; margin-top: 26px; }
.t-owe .lbl { font-size: 11px; font-weight: 600; letter-spacing: .7px; text-transform: uppercase; color: var(--sage-2); }
.t-owe .amt { font-size: 27px; font-weight: 700; color: var(--card); letter-spacing: -.9px; margin-top: 6px; }
.t-owe .late { font-size: 12px; color: var(--terra-soft); font-weight: 600; margin-top: 3px; }
.t-owe .ok { font-size: 12px; color: var(--sage-light); font-weight: 600; margin-top: 3px; }
.t-entry .go { display: block; background: var(--card); border-radius: 13px; padding: 15px 0; text-align: center; font-size: 14.5px; font-weight: 700; color: var(--ink); margin-top: 14px; }
.t-entry .go:hover { background: #F0EBD9; color: var(--ink); }
.t-entry .alt { display: block; font-size: 12px; font-weight: 600; color: var(--sage-2); text-align: center; margin-top: 14px; }
.t-entry .alt:hover { color: var(--card); }
.t-powered { margin-top: auto; padding-top: 24px; display: flex; align-items: center; justify-content: center; gap: 7px; font-size: 10.5px; color: var(--sage-2); }
.t-powered b { font-weight: 700; letter-spacing: .3px; }

/* ---------- header ---------- */
.t-av { width: 34px; height: 34px; border-radius: 11px; background: var(--sage-tile); border: 1px solid var(--sage-line); display: flex; align-items: center; justify-content: center;
  font-size: 12.5px; font-weight: 700; color: var(--olive); cursor: pointer; flex-shrink: 0; padding: 0; font-family: inherit; }
.t-pg { font-size: 14px; font-weight: 600; letter-spacing: -.2px; }

/* ---------- home ---------- */
.t-due { background: var(--olive); border-radius: 16px; padding: 18px; color: var(--card); }
.t-due .lbl { font-size: 10.5px; font-weight: 500; letter-spacing: .7px; text-transform: uppercase; color: var(--sage-2); }
.t-due .amt { font-size: 33px; font-weight: 700; letter-spacing: -1.2px; line-height: 1; margin-top: 7px; }
.t-due .late { font-size: 12px; color: var(--terra-soft); font-weight: 600; margin-top: 6px; }
.t-due .ok { font-size: 12px; color: var(--sage-light); font-weight: 600; margin-top: 6px; }
.t-due .btn-pay { display: block; background: var(--card); border-radius: 11px; padding: 13px 0; text-align: center; font-size: 14px; font-weight: 700; color: var(--ink); margin-top: 15px; }
.t-due .btn-pay:hover { background: #F0EBD9; color: var(--ink); }
.t-tile { display: block; background: var(--card); border: 1px solid var(--line); border-radius: 14px; padding: 14px; color: var(--ink); }
.t-tile:hover { border-color: var(--olive); color: var(--ink); }
.t-tile .tt { font-size: 13px; font-weight: 700; margin-top: 9px; }
.t-tile .ts { font-size: 10.5px; color: var(--ink-2); margin-top: 2px; }
.t-tile.warn { border-color: var(--terra-line); }
.t-tile.warn:hover { border-color: var(--terra); }
.t-tile.warn .ts { color: var(--terra); font-weight: 600; }
.t-tile.open { border-color: var(--green); }
.t-sign { display: flex; align-items: center; gap: 11px; background: var(--terra-wash); border: 1px solid var(--terra-line); border-radius: 14px; padding: 14px; margin-bottom: 12px; color: var(--ink); }
.t-sign:hover { border-color: var(--terra); color: var(--ink); }
.t-sign .st { font-size: 13px; font-weight: 700; }
.t-sign .ss { font-size: 11px; color: var(--terra-ink); margin-top: 2px; line-height: 1.4; }
.t-leaving { font-size: 11.5px; font-weight: 600; color: var(--amber-ink); background: var(--amber-wash); border: 1px solid var(--amber-line); border-radius: 11px; padding: 9px 12px; margin-bottom: 12px; }
.t-dinner { font-size: 14px; font-weight: 600; margin-top: 8px; line-height: 1.4; }
.t-mini { flex: 1; display: block; width: 100%; text-align: center; font-size: 11.5px; font-weight: 700; color: var(--olive); border: 1px solid var(--sage-line); border-radius: 9px; padding: 9px 0; background: none; cursor: pointer; font-family: inherit; }
.t-mini:hover { border-color: var(--olive); color: var(--olive); }
.t-mini.on { background: var(--sage-panel); border-color: var(--sage-btn-line); }
.t-mini-row { display: flex; align-items: center; gap: 9px; margin-top: 12px; }
.t-mini-row form { flex: 1; display: flex; }
.t-health { display: flex; align-items: center; gap: 12px; background: var(--sage-tile); border: 1px solid var(--sage-line); border-radius: 14px; padding: 14px; margin-top: 12px; color: var(--ink); }
.t-health:hover { border-color: var(--olive); color: var(--ink); }
.t-health .ht { font-size: 12.5px; font-weight: 700; }
.t-health .hs { font-size: 10.5px; color: var(--ink-2); margin-top: 1px; }

/* ---------- pay ---------- */
.t-bill { background: var(--card); border: 1px solid var(--line); border-radius: 15px; padding: 16px; margin-top: 14px; }
.t-line { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 9px 0; border-bottom: 1px solid var(--line-3); }
.t-line .ll { font-size: 12.5px; font-weight: 600; }
.t-line .ls { font-size: 10.5px; color: var(--ink-2); margin-top: 1px; }
.t-line .la { font-size: 13.5px; font-weight: 700; white-space: nowrap; }
.t-line .la.warn { color: var(--terra); }
.t-line .la.credit { color: var(--green); }
.t-total { display: flex; align-items: center; justify-content: space-between; padding-top: 13px; }
.t-total span:first-child { font-size: 14.5px; font-weight: 700; }
.t-total span:last-child { font-size: 19px; font-weight: 700; letter-spacing: -.6px; }
.t-fee { font-size: 10.5px; color: var(--ink-2); text-align: right; margin-top: 3px; }
.t-h { font-size: 12.5px; font-weight: 700; margin: 18px 0 9px; }
.t-methods { background: var(--card); border: 1px solid var(--line); border-radius: 15px; overflow: hidden; }
.t-method { display: flex; align-items: center; gap: 12px; padding: 14px; border-bottom: 1px solid var(--line-3); color: var(--ink); }
.t-method:last-child { border-bottom: 0; }
.t-method:hover { background: #FBF8EE; color: var(--ink); }
.t-mark { width: 38px; height: 38px; border-radius: 11px; flex-shrink: 0; display: flex; align-items: center; justify-content: center; font-size: 10px; letter-spacing: .3px; font-weight: 700;
  background: var(--cream); border: 1px solid var(--line); color: var(--ink-2); }
.t-method.on .t-mark { background: var(--olive); border-color: var(--olive); color: var(--card); }
.t-method .ml { font-size: 13px; font-weight: 600; }
.t-method .ms { font-size: 10.5px; color: var(--ink-2); margin-top: 1px; }
.t-radio { width: 20px; height: 20px; border-radius: 11px; flex-shrink: 0; border: 1.5px solid var(--sage-line); }
.t-method.on .t-radio { background: radial-gradient(circle, var(--card) 4px, var(--olive) 5px); border: 1px solid var(--olive); }
.t-big { display: block; width: 100%; border: 0; background: var(--olive); border-radius: 13px; padding: 15px 0; text-align: center; font-size: 15px; font-weight: 700; color: var(--card); margin-top: 14px; cursor: pointer; font-family: inherit; }
.t-big:hover { background: var(--olive-deep); color: var(--card); }
.t-big.light { background: var(--card); border: 1px solid var(--sage-btn-line); color: var(--olive); font-size: 13.5px; padding: 14px 0; }
.t-big.light:hover { border-color: var(--olive); }
.t-big[disabled] { background: var(--line-3); color: var(--ink-4); cursor: not-allowed; }
.t-foot { font-size: 11px; color: var(--ink-2); text-align: center; margin-top: 10px; line-height: 1.5; }
.t-hist .row-amt { font-size: 13px; color: var(--green); }
.t-hist .rcpt { font-size: 10px; font-weight: 700; color: var(--olive); margin-top: 1px; display: inline-block; }
.t-cash { background: var(--amber-wash); border: 1px solid var(--amber-line); color: var(--amber-ink); border-radius: 13px; padding: 13px 14px; margin-top: 14px; font-size: 12.5px; line-height: 1.5; }
.t-cash b { font-weight: 700; }
.t-clear { background: var(--sage-tile); border: 1px solid var(--sage-line); border-radius: 15px; padding: 18px 16px; margin-top: 14px; text-align: center; }
.t-clear .ct { font-size: 15px; font-weight: 700; margin-top: 8px; }
.t-clear .cs { font-size: 11.5px; color: var(--ink-2); margin-top: 3px; line-height: 1.5; }

/* gateway sheet */
.gw-head { display: flex; align-items: center; gap: 10px; margin-top: 12px; }
.gw-amt { font-size: 28px; font-weight: 700; letter-spacing: -1px; margin-top: 14px; }
.gw-to { font-size: 12px; color: var(--ink-2); margin-top: 3px; }

/* ---------- my room ---------- */
.t-door { border-radius: 15px; padding: 16px; margin-top: 14px; background: var(--card); border: 1px solid var(--line); }
.t-door .dl { font-size: 13.5px; font-weight: 700; }
.t-door .dbtn { display: block; width: 100%; border: 0; border-radius: 12px; padding: 16px 0; text-align: center; font-size: 15px; font-weight: 700; margin-top: 13px; cursor: pointer;
  background: var(--olive); color: var(--card); font-family: inherit; }
.t-door .dbtn[disabled] { background: var(--line-3); color: var(--ink-4); cursor: not-allowed; }
.t-door .dnote { font-size: 11px; line-height: 1.5; margin-top: 11px; color: var(--ink-2); }
.t-door.open { background: var(--green); border-color: var(--green); color: var(--card); }
.t-door.open .dbtn { background: var(--card); color: #2C4A22; }
.t-door.open .dnote { color: var(--sage-panel); }
.t-door.open .pill { color: var(--green); background: var(--card); }
.t-card { background: var(--card); border: 1px solid var(--line); border-radius: 15px; padding: 16px; margin-top: 12px; }
.t-card .ct { font-size: 13.5px; font-weight: 700; }
.t-bal { display: flex; align-items: flex-end; gap: 8px; margin-top: 10px; }
.t-bal .bv { font-size: 28px; font-weight: 700; letter-spacing: -1px; line-height: 1; }
.t-bal .bv.low { color: var(--terra); }
.t-bal .bs { font-size: 12.5px; color: var(--ink-2); padding-bottom: 3px; }
.t-meter-bar { height: 7px; border-radius: 4px; background: var(--line-3); margin-top: 12px; overflow: hidden; }
.t-meter-bar span { display: block; height: 100%; background: var(--olive); border-radius: 4px; }
.t-meter-bar span.low { background: var(--terra); }
.t-meta { display: flex; justify-content: space-between; font-size: 11px; color: var(--ink-2); margin-top: 7px; }
.t-amts { display: flex; gap: 8px; margin-top: 13px; }
.t-amt { flex: 1; text-align: center; font-size: 12.5px; font-weight: 700; border-radius: 10px; padding: 11px 0; border: 1px solid var(--sage-line); color: var(--olive); }
.t-amt:hover { border-color: var(--olive); color: var(--olive); }
.t-amt.on { background: var(--olive); border-color: var(--olive); color: var(--card); }
.t-small-note { font-size: 11px; color: var(--ink-2); margin-top: 11px; line-height: 1.5; }
.t-hc-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; margin-top: 13px; }
.t-hc { background: var(--cream); border: 1px solid var(--line-3); border-radius: 11px; padding: 11px 12px; }
.t-hc .hl { font-size: 10px; font-weight: 500; letter-spacing: .5px; text-transform: uppercase; color: var(--ink-2); }
.t-hc .hv { font-size: 18px; font-weight: 700; letter-spacing: -.5px; margin-top: 4px; }
.t-btn-sm { display: block; width: 100%; border: 0; background: var(--olive); border-radius: 11px; padding: 12px 0; text-align: center; font-size: 12.5px; font-weight: 700; color: var(--card); margin-top: 11px; cursor: pointer; font-family: inherit; }
.t-btn-sm[disabled] { background: var(--line-3); color: var(--ink-4); cursor: not-allowed; }
.t-info { display: flex; align-items: flex-start; gap: 10px; background: var(--sage-tile); border: 1px solid var(--sage-line); border-radius: 14px; padding: 13px; margin-top: 12px; }
.t-info svg { flex-shrink: 0; margin-top: 1px; }
.t-info .it { font-size: 12.5px; font-weight: 700; }
.t-info .is { font-size: 11px; color: var(--ink-2); margin-top: 2px; line-height: 1.45; }
.t-info a { font-weight: 700; }

/* ---------- menu ---------- */
.t-today { background: var(--olive); border-radius: 15px; padding: 16px; margin-top: 14px; color: var(--card); }
.t-today .th { display: flex; align-items: center; justify-content: space-between; font-size: 10.5px; color: var(--sage-2); }
.t-today .th span:first-child { font-weight: 600; letter-spacing: .7px; text-transform: uppercase; }
.t-meals { display: flex; flex-direction: column; gap: 11px; margin-top: 13px; }
.t-meal { display: flex; gap: 12px; }
.t-meal .mk { font-size: 11px; font-weight: 600; color: var(--sage-2); width: 62px; flex-shrink: 0; padding-top: 2px; }
.t-meal .mv { font-size: 13px; line-height: 1.4; flex: 1; }
.t-meal .mv s { color: var(--sage-2); }
.t-meal .skip { font-size: 9.5px; font-weight: 700; color: var(--olive); background: var(--sage-3); border-radius: 20px; padding: 2px 7px; margin-left: 4px; }
.t-week { background: var(--card); border: 1px solid var(--line); border-radius: 15px; margin-top: 12px; overflow: hidden; }
.t-day { display: flex; gap: 12px; padding: 13px 14px; border-bottom: 1px solid var(--line-3); }
.t-day:last-child { border-bottom: 0; }
.t-day .dd { width: 46px; flex-shrink: 0; }
.t-day .dn { font-size: 12px; font-weight: 700; }
.t-day .dt { font-size: 10px; color: var(--ink-2); margin-top: 1px; }
.t-day .dl { font-size: 12px; line-height: 1.45; }
.t-day .dv { font-size: 12px; color: var(--ink-2); line-height: 1.45; margin-top: 3px; }
.t-tag { font-size: 9px; font-weight: 700; border-radius: 20px; padding: 3px 7px; height: 16px; line-height: 10px; flex-shrink: 0; }
.t-tag.veg { color: var(--green); background: var(--sage-panel); }
.t-tag.egg { color: var(--amber-ink); background: var(--amber-wash); }
.t-tag.special { color: var(--card); background: var(--terra); }
.t-tag.nonveg { color: var(--terra-ink); background: var(--terra-wash); }
.t-outline-btn { font-size: 10.5px; font-weight: 700; color: var(--olive); border: 1px solid var(--sage-line); border-radius: 9px; padding: 7px 11px; background: none; cursor: pointer; font-family: inherit; }
.t-outline-btn:hover { border-color: var(--olive); }
.t-rates { display: flex; gap: 8px; margin-top: 13px; }
.t-rates form { flex: 1; display: flex; }
.t-rate { flex: 1; width: 100%; text-align: center; font-size: 14px; font-weight: 700; border-radius: 10px; padding: 12px 0; cursor: pointer; border: 1px solid var(--sage-line); color: var(--olive); background: none; font-family: inherit; }
.t-rate:hover { border-color: var(--olive); }
.t-rate.on { background: var(--olive); border-color: var(--olive); color: var(--card); }
.t-rated { font-size: 11px; font-weight: 600; color: var(--green); margin-top: 9px; }

/* sheet contents */
.sheet-sub { font-size: 11.5px; color: var(--ink-2); margin-top: 3px; line-height: 1.5; }
.t-radio-chips { display: flex; gap: 7px; flex-wrap: wrap; }
.t-radio-chips label { position: relative; }
.t-radio-chips input { position: absolute; opacity: 0; pointer-events: none; }
.t-radio-chips span { display: inline-block; font-size: 12.5px; font-weight: 700; border-radius: 9px; padding: 9px 13px; background: var(--cream); border: 1px solid var(--line); color: var(--ink); cursor: pointer; }
.t-radio-chips input:checked + span { background: var(--olive); border-color: var(--olive); color: var(--card); }
.t-radio-chips input:focus-visible + span { outline: 2px solid var(--terra); outline-offset: 2px; }

/* ---------- help ---------- */
.t-cats { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.t-cat { position: relative; display: block; }
.t-cat input { position: absolute; opacity: 0; pointer-events: none; }
.t-cat .ci { display: flex; align-items: center; gap: 9px; border-radius: 12px; padding: 13px 12px; cursor: pointer; background: var(--card); border: 1px solid var(--line); color: var(--ink-2); }
.t-cat .ci span { font-size: 12.5px; font-weight: 600; color: var(--ink); }
.t-cat input:checked + .ci { background: var(--olive); border-color: var(--olive); color: var(--sage-3); }
.t-cat input:checked + .ci span { color: var(--card); }
.t-cat input:focus-visible + .ci { outline: 2px solid var(--terra); outline-offset: 2px; }
.t-describe { background: var(--card); border: 1px solid var(--line); border-radius: 15px; padding: 15px; margin-top: 13px; }
.t-describe .dh { font-size: 11px; font-weight: 600; letter-spacing: .6px; text-transform: uppercase; color: var(--ink-2); }
.t-describe textarea { margin-top: 8px; min-height: 64px; font-size: 12.5px; border-radius: 11px; }
.t-photo { position: relative; display: flex; align-items: center; justify-content: center; gap: 7px; border: 1px dashed var(--sage-line); border-radius: 11px; padding: 13px 0; margin-top: 11px;
  font-size: 11.5px; font-weight: 600; color: var(--ink-2); cursor: pointer; }
.t-photo input { position: absolute; inset: 0; opacity: 0; cursor: pointer; width: 100%; }
.t-photo:hover { border-color: var(--olive); }
.t-ticket { padding: 13px 14px; border-bottom: 1px solid var(--line-3); }
.t-ticket:last-child { border-bottom: 0; }
.t-ticket .tw { font-size: 10.5px; color: var(--ink-2); flex: 1; }
.t-ticket .tt { font-size: 12.5px; font-weight: 600; margin-top: 7px; }
.t-ticket .tn { font-size: 11px; color: var(--ink-2); margin-top: 2px; line-height: 1.45; }
.t-ticket .rate-row { display: flex; align-items: center; gap: 6px; margin-top: 9px; }
.t-ticket .rate-row .rl { font-size: 10.5px; font-weight: 600; color: var(--ink-2); margin-right: 2px; }
.t-ticket .rate-row form { display: flex; }
.t-ticket .rate-row button { width: 30px; height: 28px; border-radius: 8px; border: 1px solid var(--sage-line); background: none; color: var(--olive); font-weight: 700; font-size: 12px; cursor: pointer; font-family: inherit; }
.t-ticket .rate-row button:hover { background: var(--olive); color: var(--card); border-color: var(--olive); }
.t-emerg { display: flex; align-items: center; gap: 11px; background: var(--sage-tile); border: 1px solid var(--sage-line); border-radius: 14px; padding: 13px; margin-top: 12px; }
.t-emerg .et { font-size: 12.5px; font-weight: 700; }
.t-emerg .es { font-size: 11px; color: var(--ink-2); margin-top: 1px; }
.t-emerg-links { display: flex; gap: 8px; margin-top: 9px; }
.t-emerg-links a { flex: 1; text-align: center; font-size: 11.5px; font-weight: 700; color: var(--olive); background: var(--card); border: 1px solid var(--sage-btn-line); border-radius: 9px; padding: 9px 0; }
.t-emerg-links a:hover { border-color: var(--olive); color: var(--olive); }

/* ---------- pending / register ---------- */
.t-olive-head { background: var(--olive); padding: 26px 20px 24px; color: var(--card); }
.t-olive-head .ic { width: 44px; height: 44px; border-radius: 13px; background: var(--olive-mid); border: 1px solid var(--olive-btn-line); display: flex; align-items: center; justify-content: center; color: var(--sage-3); }
.t-olive-head h1 { font-size: 22px; font-weight: 700; letter-spacing: -.7px; margin-top: 16px; line-height: 1.2; }
.t-olive-head p { font-size: 12.5px; color: var(--sage-3); margin: 8px 0 0; line-height: 1.5; }
.t-olive-head.bad .ic { color: var(--terra-soft); }
.t-chain { margin-top: 12px; }
.t-step { display: flex; gap: 12px; padding-bottom: 14px; }
.t-step:last-child { padding-bottom: 0; }
.t-step .dot { width: 12px; height: 12px; border-radius: 7px; flex-shrink: 0; margin-top: 3px; background: var(--card); border: 2px solid var(--line-2); }
.t-step.done .dot { background: var(--green); border: 0; }
.t-step.now .dot { background: var(--terra); border: 0; }
.t-step .sb { flex: 1; min-width: 0; margin-top: -3px; }
.t-step .st { font-size: 12.5px; font-weight: 700; color: var(--ink); }
.t-step.wait .st { font-weight: 500; color: var(--ink-2); }
.t-step .ss { font-size: 11px; color: var(--ink-2); margin-top: 2px; line-height: 1.45; }
.t-step .sp { font-size: 9px; font-weight: 700; border-radius: 20px; padding: 3px 7px; height: 15px; line-height: 9px; flex-shrink: 0; }
.sp-DONE { color: var(--green); background: var(--sage-panel); }
.sp-NOW { color: var(--card); background: var(--terra); }
.sp-NEXT { color: var(--ink-2); background: var(--line-3); }
.t-owe-card { background: var(--card); border: 1px solid var(--line); border-radius: 15px; padding: 15px; margin-top: 12px; }
.t-owe-card .oh { font-size: 13px; font-weight: 700; letter-spacing: -.2px; }
.t-owe-card .ol { display: flex; justify-content: space-between; font-size: 12px; padding: 9px 0 0; }
.t-owe-card .ol span:first-child { color: var(--ink-2); }
.t-owe-card .ol span:last-child { font-weight: 600; }
.t-owe-card .ol.last { padding-bottom: 11px; border-bottom: 1px solid var(--line-3); }
.t-owe-card .ot { display: flex; justify-content: space-between; font-size: 13.5px; font-weight: 700; padding-top: 11px; }
.t-owe-card .on { font-size: 11px; color: var(--ink-2); margin-top: 10px; line-height: 1.45; }

.r-head { padding: 16px 16px 12px; background: var(--card); border-bottom: 1px solid var(--line); }
.r-head .rt { font-size: 17px; font-weight: 700; letter-spacing: -.4px; }
.r-head .rs { font-size: 11.5px; color: var(--ink-2); margin-top: 2px; }
.r-progress { display: flex; align-items: center; gap: 6px; margin-top: 12px; }
.r-progress span { flex: 1; height: 4px; border-radius: 2px; background: var(--line); }
.r-progress span.on { background: var(--olive); }
.r-head .rn { font-size: 11px; color: var(--ink-2); margin-top: 7px; }
.r-sec { background: var(--card); border: 1px solid var(--line); border-radius: 15px; padding: 15px; margin-bottom: 11px; }
.r-sec .rh { font-size: 10.5px; font-weight: 600; letter-spacing: .6px; text-transform: uppercase; color: var(--ink-2); }
.r-f { display: block; margin-top: 11px; }
.r-f .rl { display: block; font-size: 11px; font-weight: 600; color: var(--ink-2); }
.r-f .input { margin-top: 5px; font-size: 13px; font-weight: 600; border-radius: 9px; padding: 10px 11px; }
.r-f .input.missing { font-weight: 500; }
.r-f .input.missing::placeholder { color: var(--terra); }
.r-f .hint { font-size: 10.5px; color: var(--ink-3); margin-top: 4px; }
.r-pair { display: grid; grid-template-columns: 1.4fr 1fr; gap: 8px; }
.r-docs { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; margin-top: 11px; }
.upload-tile .t, .upload-tile .s { display: block; }
.upload-tile .s.optional { color: var(--ink-2); }
form.upload-tile { position: relative; }
.upload-tile .fn { font-size: 10px; color: var(--ink-3); margin-top: 2px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.r-terms { display: flex; align-items: flex-start; gap: 10px; background: var(--sage-tile); border: 1px solid var(--sage-line); border-radius: 13px; padding: 12px; margin-top: 11px; cursor: pointer; }
.r-terms input { position: absolute; opacity: 0; pointer-events: none; }
.r-terms .box { width: 18px; height: 18px; border-radius: 5px; background: var(--card); border: 1.5px solid var(--sage-line); display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 1px; color: transparent; }
.r-terms input:checked + .box { background: var(--olive); border-color: var(--olive); color: var(--card); }
.r-terms input:focus-visible + .box { outline: 2px solid var(--terra); outline-offset: 2px; }
.r-terms .tx { font-size: 11.5px; color: var(--ink); line-height: 1.45; flex: 1; }
.r-terms.missing { background: var(--terra-wash); border-color: var(--terra-line); }
.r-alt { display: block; font-size: 11.5px; font-weight: 600; color: var(--ink-2); text-align: center; margin-top: 12px; }

/* ---------- move-out ---------- */
.t-mo { background: var(--olive); border-radius: 14px; padding: 16px 17px; margin-top: 14px; color: var(--card); }
.t-mo .mr { display: flex; justify-content: space-between; align-items: baseline; }
.t-mo .mr + .mr { margin-top: 9px; padding-top: 9px; border-top: 1px solid var(--olive-line); }
.t-mo .ml { font-size: 11px; color: var(--sage-2); }
.t-mo .mv { font-size: 19px; font-weight: 700; letter-spacing: -.5px; }
.t-mo .mv.ded { font-size: 15px; color: var(--terra-soft); }
.t-mo .mv.net { font-size: 23px; letter-spacing: -.7px; color: var(--sage-light); }
.t-mo .mv.net.grey { color: #C7BCA9; }
.t-mo .ml.b { font-size: 12px; font-weight: 700; color: var(--card); }
.t-short { background: var(--terra-deep); border-radius: 11px; padding: 10px 12px; margin-top: 11px; }
.t-short .s1 { font-size: 11px; font-weight: 700; color: #F0C4AE; }
.t-short .s2 { font-size: 10.5px; color: #D9B7A4; margin-top: 3px; line-height: 1.45; }
.t-ded-amt { font-size: 12.5px; font-weight: 700; color: var(--terra); white-space: nowrap; }
.t-ded-amt.zero { color: var(--ink-2); }
.t-signbox { border-radius: 14px; padding: 14px; margin-top: 16px; background: var(--card); border: 1px solid var(--line); }
.t-signbox.done { background: #F1F5EA; border-color: var(--sage-btn-line); }
.t-signbox .si { width: 32px; height: 32px; border-radius: 10px; flex-shrink: 0; display: flex; align-items: center; justify-content: center; background: var(--terra-tile); color: var(--terra); }
.t-signbox.done .si { background: var(--sage-panel); color: var(--olive-ink); }
.t-signbox .stt { font-size: 12.5px; font-weight: 700; }
.t-signbox .sst { font-size: 10.5px; color: var(--ink-2); margin-top: 2px; line-height: 1.45; }
.t-otp { display: flex; gap: 9px; margin-top: 12px; }
.t-otp input { width: 100%; text-align: center; font-size: 22px; font-weight: 700; letter-spacing: 10px; }

/* ---------- sign-in extras ---------- */
.signin .err { background: rgba(180, 86, 47, .22); border: 1px solid var(--terra); color: #F4D3C2; border-radius: 11px; padding: 10px 12px; font-size: 12px; line-height: 1.5; margin-top: 14px; }
.signin .err a { color: var(--card); font-weight: 700; text-decoration: underline; }
.signin .prop-links { display: flex; flex-direction: column; gap: 6px; margin-top: 8px; }
.signin .prop-links a { display: flex; justify-content: space-between; font-size: 12px; font-weight: 600; color: var(--card); background: var(--olive-field); border: 1px solid var(--olive-line); border-radius: 9px; padding: 9px 11px; }
.signin .prop-links a span { color: var(--sage-4); font-weight: 500; }
.signin .text-link { background: none; border: 0; padding: 0; font: inherit; font-size: 12px; font-weight: 600; color: var(--sage-2); cursor: pointer; }
.signin .text-link:hover { color: var(--card); }
.signin .pin-dots { margin-top: 10px; }

/* ---------- receipt ---------- */
.t-receipt { background: var(--card); border: 1px solid var(--line); border-radius: 15px; padding: 18px 16px; margin-top: 14px; }
.t-receipt .rh { display: flex; justify-content: space-between; gap: 10px; }
.t-receipt .rpg { font-size: 15px; font-weight: 700; }
.t-receipt .raddr { font-size: 11px; color: var(--ink-2); margin-top: 2px; line-height: 1.45; }
.t-receipt .rbig { font-size: 26px; font-weight: 700; letter-spacing: -.9px; margin-top: 16px; color: var(--green); }
.t-receipt .rpow { font-size: 10px; color: var(--ink-3); margin-top: 14px; text-align: center; }
@media print {
  body.app { background: #fff; }
  .m-head, .m-nav, .no-print, .flash { display: none !important; }
  .phone { border: 0; max-width: none; }
  .t-receipt { border: 0; }
}
