
*{box-sizing:border-box;margin:0;padding:0}
:root{--g:#1A6B4A;--gl:#2EAA72;--gold:#C8973A;--gold-d:#A8862A;--ink:#0E120C;
--muted:#3F4739;--cream:#F6F3ED;--bd:rgba(26,107,74,.14);--red:#8E2740}
@font-face{font-family:'S fallback';src:local('Georgia'),local('Noto Serif'),local('Times New Roman');size-adjust:108%;ascent-override:92%;descent-override:24%}
body{font:400 16px/1.65 -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Noto Sans',sans-serif;color:var(--ink);background:#fff}
h1,h2,h3{font-family:Georgia,'S fallback',serif;line-height:1.2}
a{color:var(--g)}
.wrap{max-width:1080px;margin:0 auto;padding:0 20px}
header{border-bottom:1px solid var(--bd);background:rgba(255,255,255,.97);position:sticky;top:0;z-index:50}
.logo{font-family:Georgia,'S fallback',serif;font-weight:700;font-size:18px;text-decoration:none;color:var(--ink)}

.hd{display:flex;align-items:center;justify-content:space-between;gap:16px}
.crumb{font-size:13.5px;color:#3F4739;padding:14px 0}
.crumb a{color:var(--muted)}
.hero{background:linear-gradient(160deg,#F7F5EF,#EFF5EC);padding:40px 0;border-bottom:1px solid var(--bd)}
.hero h1{font-size:clamp(26px,4vw,40px);margin-bottom:10px}
.hero p{color:var(--muted);max-width:660px}
.sec{padding:32px 0}
.sec h2{font-size:22px;margin-bottom:6px}
.sec .sub{color:var(--muted);font-size:14px;margin-bottom:18px}
.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:14px}
.card{display:block;border:1px solid var(--bd);border-radius:12px;padding:16px;text-decoration:none;color:inherit;background:#fff;transition:.18s}
.card:hover{border-color:var(--g);transform:translateY(-2px);box-shadow:0 10px 26px -12px rgba(26,107,74,.28)}
.card h3{font-size:16px;margin-bottom:5px}
.card p{font-size:13px;color:var(--muted)}
.pill{display:inline-block;font-size:11px;font-weight:700;letter-spacing:.4px;padding:3px 9px;border-radius:20px;margin:0 5px 5px 0}
/* Opaque, not translucent. Translucent pills composite against whatever is
 * behind them, so the same pill passed contrast on white and failed at 3.9:1
 * once it sat on the cream digest panel. Fixed values render identically
 * everywhere; measured ratios are 6.2:1 to 11.4:1. */
.p-sc{background:#F3E3E7;color:#6E1B2D}
.p-hc{background:#F6EBD6;color:#6B5314}
.p-itat{background:#E2EFE8;color:#0F4A32}
.p-cbdt{background:#E3E8F5;color:#16307A}
.p-concept{background:#E6F0EA;color:#14513A}
.p-study{background:#EDE7F6;color:#3F2A6B}
.p-tax{background:#E2EFE8;color:#0F4A32}
.p-rev{background:#F3E3E7;color:#6E1B2D}
.p-mix{background:#E7E9E4;color:#2E3529}
.p-sec{background:#EDE8DC;color:#2E3529}
.list{list-style:none}
.list li{border-bottom:1px solid var(--bd)}
.list li:last-child{border:none}
.list a{display:block;padding:16px 0;text-decoration:none;color:inherit}
.list a:hover h3{color:var(--g)}
.list h3{font-size:17px;margin-bottom:4px}
.sr-h{font-size:15px;color:var(--muted);font-family:inherit;font-weight:600;margin-bottom:10px}
.list .q{font-size:14px;color:var(--muted);margin-bottom:6px}
.badge{display:flex;gap:10px;align-items:flex-start;background:#FFFBF0;border:1px solid rgba(200,151,58,.35);
border-left:4px solid var(--gold);border-radius:0 10px 10px 0;padding:13px 16px;font-size:13.5px;line-height:1.6;margin:18px 0}
.badge b{color:#6B5314}
.tabs{display:flex;gap:4px;border-bottom:2px solid var(--bd);margin:22px 0 0;overflow-x:auto}
.tabs button{border:none;background:none;font:600 14px inherit;color:var(--muted);padding:10px 16px;cursor:pointer;
border-bottom:2px solid transparent;margin-bottom:-2px;white-space:nowrap}
.tabs button[aria-selected=true]{color:var(--g);border-bottom-color:var(--g)}
.panel{padding:22px 0}
.panel[hidden]{display:none}
.kv{border:1px solid var(--bd);border-radius:10px;overflow:hidden;margin:16px 0}
.kv div{display:flex;gap:12px;padding:10px 14px;border-bottom:1px solid var(--bd);font-size:14px}
.kv div:last-child{border:none}
.kv dt{flex:0 0 148px;color:var(--muted)}
.kv dd{flex:1}
.todo{list-style:none;counter-reset:s}
.todo li{counter-increment:s;position:relative;padding:9px 0 9px 38px;font-size:15px;border-bottom:1px solid var(--bd)}
.todo li:last-child{border:none}
.todo li::before{content:counter(s);position:absolute;left:0;top:9px;width:24px;height:24px;border-radius:50%;
background:var(--g);color:#fff;font:700 12px/24px sans-serif;text-align:center}
.calcbox{background:var(--cream);border-radius:12px;padding:16px 18px;margin:22px 0}
.calcbox h3{font-size:15px;margin-bottom:10px}
.calcbox a{display:inline-block;margin:0 8px 8px 0;padding:8px 14px;background:#fff;border:1px solid var(--bd);
border-radius:8px;font-size:13px;font-weight:600;text-decoration:none}
.calcbox a:hover{border-color:var(--g)}
.src{font-size:13px;color:var(--muted);word-break:break-word}
/* ── concept pages ────────────────────────────────────────────────
 * Longer prose than a case page, so the measure is tighter and the
 * leading looser: these are read, not scanned. */
.pills{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:14px}
.lede{font-size:17px;color:var(--muted);max-width:640px;line-height:1.6;font-style:italic}
.ans{font-size:17.5px;line-height:1.65;max-width:680px;margin-bottom:18px;font-weight:500}
.cp{font-size:16px;line-height:1.75;max-width:680px;margin-bottom:14px}
.list-plain{list-style:none;padding:0;margin:0;max-width:700px}
.list-plain li{font-size:15.5px;line-height:1.7;padding:9px 0 9px 22px;position:relative;border-bottom:1px solid var(--bd)}
.list-plain li:last-child{border-bottom:0}
.list-plain li:before{content:"→";position:absolute;left:0;color:var(--g);font-weight:600}
/* Opaque, not rgba: this pill sits on both the white panel and the cream one,
 * and a translucent fill composites differently against each. Measured 7.1:1. */
.srcp{display:inline-block;background:#E7EEF6;color:#264A6B;border-radius:4px;padding:1px 6px;font-size:11px;font-weight:600;letter-spacing:.02em;white-space:nowrap;vertical-align:1px}
.src li{margin-bottom:5px}
.qa{padding:14px 0;border-bottom:1px solid var(--bd)}
.qa:last-child{border:none}
.qa h2{font-size:17px;margin-bottom:7px}
.qa p{font-size:15px}
.explain{background:var(--cream);border-radius:12px;padding:20px 22px}
.explain h2{font-size:19px;margin-bottom:10px}
.explain h3{font-size:16px;margin:16px 0 8px}
.explain p{font-size:15px;margin-bottom:10px}
.explain p:last-child{margin-bottom:0}
.rules{list-style:none;font-size:15px}
.rules li{padding:9px 0 9px 16px;border-left:3px solid var(--gold);margin-bottom:8px;background:rgba(255,255,255,.6)}
.rules li:last-child{margin-bottom:0}
.rules a{font-weight:600}
.rules .rq{color:var(--muted);font-size:14px;font-style:italic;margin:4px 0 4px}
.val{display:flex;gap:10px;align-items:flex-start;border-radius:0 10px 10px 0;padding:13px 16px;
font-size:13.5px;line-height:1.6;margin:18px 0;border:1px solid;border-left-width:4px}
.val b{display:block;margin-bottom:2px}
.val-good{background:#F2F8F4;border-color:#BFDCCB;border-left-color:#1A6B4A}
.val-good b{color:#12563A}
.val-warn{background:#FFF7E8;border-color:#E8D4A8;border-left-color:#C8973A}
.val-warn b{color:#6B5314}
.val-bad{background:#FBF0F2;border-color:#E6C7CE;border-left-color:#8E2740}
.val-bad b{color:#6E1B2D}
.val-none{background:#F4F5F3;border-color:#D8DCD4;border-left-color:#3F4739}
.val-alert{background:#FDECE8;border-color:#EFC7BC;border-left-color:#A8301A;border-left-width:5px;color:#7A1F12;font-weight:500}
.val-alert b{letter-spacing:.03em;text-transform:uppercase;font-size:12.5px}
.val-none b{color:#2E3529}
.vflag{display:inline-block;font-size:10.5px;font-weight:700;letter-spacing:.4px;padding:2px 8px;border-radius:20px;
margin:0 5px 5px 0;background:#FFF7E8;color:#6B5314;border:1px solid #E8D4A8}
.vflag-bad{background:#FBF0F2;color:#6E1B2D;border-color:#E6C7CE}
.vflag-none{background:#F4F5F3;color:#2E3529;border-color:#D8DCD4}
.quote{border-left:4px solid var(--g);background:var(--cream);border-radius:0 10px 10px 0;padding:16px 20px;margin:22px 0}
.quote blockquote{font-family:Georgia,'S fallback',serif;font-size:18px;line-height:1.55}
.quote blockquote::before{content:'\201C'}
.quote blockquote::after{content:'\201D'}
.quote figcaption{font-size:13px;color:var(--muted);margin-top:10px}
.plain{list-style:none;font-size:15px}
.plain li{padding:7px 0 7px 16px;border-left:2px solid var(--bd)}
/* The whole block is the tap target, not the heading inside it. A 19px
 * heading link failed Lighthouse's 24px target-size check; this passes and
 * is easier to hit on a phone. */
.dig{display:block;border:1px solid var(--bd);border-radius:12px;padding:16px 18px;margin-bottom:14px;
text-decoration:none;color:inherit;transition:.18s}
a.dig:hover{border-color:var(--g);box-shadow:0 8px 22px -14px rgba(26,107,74,.30)}
a.dig:hover h3{color:var(--g)}
.dig h3{font-size:16px;margin-bottom:6px}
.dig p{font-size:14.5px;color:var(--muted)}
.dig .dq{font-style:italic;margin-bottom:6px}
.dig .rule{color:var(--ink);font-size:15px;margin-bottom:8px}
.dig b{display:block;font-size:16px;margin-bottom:5px}
.dig span{display:block;font-size:14.5px;color:var(--muted)}
a.dig:hover b{color:var(--g)}
.muted-s{font-size:13px;color:var(--muted)}
/* Worked-example steps. The number sits outside the text column so the
 * reasoning reads as prose rather than as a form, and the authority list is
 * boxed underneath because it is the part a sceptical reader jumps to. */
.stps{list-style:none;padding:0;margin:0;counter-reset:none}
.stp{display:flex;gap:16px;align-items:flex-start;padding:20px 0;border-top:1px solid var(--bd)}
.stp:first-child{border-top:0;padding-top:6px}
.stp-n{flex:0 0 30px;height:30px;border-radius:50%;background:var(--g);color:#fff;
font-weight:700;font-size:14px;display:flex;align-items:center;justify-content:center;margin-top:2px}
.stp-b{flex:1 1 auto;min-width:0}
.stp-b h3{font-size:17px;margin-bottom:7px;line-height:1.4}
.stp-b>p{font-size:15.5px;line-height:1.72;color:var(--ink);max-width:66ch}
.stp-a{margin-top:12px;background:var(--soft,#F6F8F6);border:1px solid var(--bd);border-radius:10px;padding:12px 14px}
.stp-a>b{font-size:12.5px;letter-spacing:.05em;text-transform:uppercase;color:var(--muted);display:block;margin-bottom:7px}
.auth{list-style:none;padding:0;margin:0}
.auth li{font-size:14.5px;line-height:1.65;padding:4px 0}
.auth li a{font-weight:600}
.pill.p-alert{background:#FDECE8;color:#7A1F12;font-size:11.5px}
table.tt{border-collapse:collapse;width:100%;font-size:15px;line-height:1.6;margin:4px 0 2px}
table.tt th,table.tt td{border:1px solid var(--bd);padding:9px 12px;text-align:left;vertical-align:top}
table.tt th{background:var(--cream);font-weight:600;color:var(--muted);font-size:13.5px;letter-spacing:.02em;width:26%}
table.tt tr:first-child th{color:var(--ink);width:auto}
table.tt td a{font-weight:600}
.pill.p-treaty{background:#E8F1FB;color:#1B4A78}
.pill.p-act{background:#F3EDFB;color:#4A2A78}
.pill.p-page{background:#EFEFEA;color:#4A4A42}
footer{background:#0B0F0A;color:rgba(255,255,255,.72);padding:30px 0;font-size:13px;margin-top:40px}
footer a{color:rgba(255,255,255,.88)}
.disc{font-size:12.5px;line-height:1.7;color:rgba(255,255,255,.62);margin-top:14px;max-width:820px}
.lazy{content-visibility:auto}
@media(prefers-reduced-motion:reduce){*{transition:none!important}}

.sbox{position:relative;max-width:680px}
.sbar{display:flex;align-items:center;gap:8px;background:#fff;border:2px solid var(--bd);
border-radius:12px;padding:6px 6px 6px 14px;transition:border-color .15s}
.sbar:focus-within{border-color:var(--g)}
.sbar input{flex:1;border:none;outline:none;font:400 16px inherit;color:var(--ink);background:none;padding:10px 0;min-width:0}
.sbar input::placeholder{color:#7A8274}
.sbtn{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;
border:1px solid var(--bd);background:#fff;border-radius:9px;cursor:pointer;color:var(--muted);padding:0}
.sbtn:hover{border-color:var(--g);color:var(--g)}
.sbtn[aria-pressed=true]{background:var(--g);border-color:var(--g);color:#fff}
.sbtn svg{width:19px;height:19px;fill:currentColor}
.slang{flex:0 0 auto;border:1px solid var(--bd);background:#fff;border-radius:9px;height:40px;
font:600 13px inherit;color:var(--muted);padding:0 8px;cursor:pointer}
.sres{list-style:none;margin-top:10px;border:1px solid var(--bd);border-radius:12px;overflow:hidden;background:#fff}
.sres:empty{display:none}
.sres li{border-bottom:1px solid var(--bd)}
.sres li:last-child{border:none}
.sres a{display:block;padding:12px 16px;text-decoration:none;color:inherit}
.sres a:hover,.sres [aria-selected=true] a{background:var(--cream)}
.sres [aria-selected=true] a{box-shadow:inset 3px 0 0 var(--g)}
.sres h3{font-size:16px;margin-bottom:3px}
.sres p{font-size:13.5px;color:var(--muted);margin-bottom:5px}
.smeta{font-size:11px}
.shint{font-size:13px;color:var(--muted);margin-top:9px}
.shint b{color:var(--ink)}
.smic-live{color:var(--red);font-weight:600}
.listen{display:inline-flex;align-items:center;gap:7px;border:1px solid var(--bd);background:#fff;
border-radius:9px;padding:8px 14px;font:600 13px inherit;color:var(--muted);cursor:pointer;margin:0 8px 8px 0}
.listen:hover{border-color:var(--g);color:var(--g)}
.listen[aria-pressed=true]{background:var(--g);border-color:var(--g);color:#fff}
.listen svg{width:16px;height:16px;fill:currentColor}
.hd{display:flex;align-items:center;justify-content:space-between;min-height:54px;gap:16px}
.cta{font-size:13.5px;font-weight:600;color:#fff;background:var(--g);padding:7px 14px;border-radius:6px;text-decoration:none;white-space:nowrap}
.cta:hover{filter:brightness(1.08)}

.navbar nav{display:flex;flex-wrap:wrap;align-items:baseline;gap:2px 15px;font-size:13.5px}
.navlab{font-size:10.5px;letter-spacing:.09em;text-transform:uppercase;color:var(--muted);opacity:.7;font-weight:700}
.navbar nav a{color:var(--muted);text-decoration:none;white-space:nowrap;padding:3px 0;border-bottom:1.5px solid transparent}
.navbar nav a:hover{color:var(--ink);border-bottom-color:var(--g)}
@media(max-width:620px){.navbar{gap:2px 18px}.navbar nav{font-size:13px;gap:2px 12px}}
.lrow{margin:18px 0 0}

/* ---- masthead, reworked ------------------------------------------------ */
.ubar{background:var(--cream);border-bottom:1px solid var(--bd)}
.ub{display:flex;align-items:center;gap:0 16px;min-height:30px;font-size:12px;flex-wrap:wrap}
.ub a{color:var(--muted);text-decoration:none}
.ub a:hover{color:var(--g);text-decoration:underline}
.ubfam{font-weight:700;letter-spacing:.04em;text-transform:uppercase;font-size:11px;color:var(--g)!important}
.ubby{margin-left:auto;color:var(--muted);opacity:.8;white-space:nowrap}
.hd{display:flex;align-items:center;justify-content:space-between;min-height:60px;gap:16px;padding-top:9px;padding-bottom:7px}
.logo{display:block;font-family:Georgia,'S fallback',serif;text-decoration:none;color:var(--ink)}
.lgm{display:block;font-weight:700;font-size:21px;line-height:1.1;letter-spacing:-.01em}
.lgm b{color:var(--g);font-weight:700}
.logo .tag{display:block;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Noto Sans',sans-serif;font-size:11.5px;font-weight:500;letter-spacing:.02em;color:var(--muted);opacity:.9;margin-top:3px}
.hdact{display:flex;align-items:center;gap:18px}
.qlink{font-size:13.5px;color:var(--muted);text-decoration:none;white-space:nowrap;border-bottom:1px solid transparent}
.qlink:hover{color:var(--g);border-bottom-color:var(--g)}
.cta{font-size:13.5px;font-weight:600;color:#fff;background:var(--g);padding:8px 15px;border-radius:6px;text-decoration:none;white-space:nowrap}
.cta:hover{background:#14563b}
.navbar{display:flex;flex-wrap:wrap;gap:2px 26px;padding-top:0;padding-bottom:9px}
.navbar nav{display:flex;align-items:baseline;flex-wrap:wrap;font-size:13px;gap:2px 13px}
.navlab{display:inline-block;flex:0 0 auto;min-width:74px;font-size:10px;letter-spacing:.1em;text-transform:uppercase;color:var(--g);opacity:.75;font-weight:700}
.crumb{font-size:13.5px;color:var(--muted);padding:14px 0}
header{overflow-x:hidden}
@media(max-width:760px){
  .ubby{display:none}
  .ub{min-height:28px;font-size:11.5px;gap:0 13px;flex-wrap:nowrap;overflow-x:auto;scrollbar-width:none}
  .ub::-webkit-scrollbar{display:none}
  .hd{min-height:0;padding-top:8px;padding-bottom:6px;gap:10px}
  .lgm{font-size:19px}
  .logo .tag{font-size:11px}
  .hdact .qlink{display:none}
  .cta{font-size:12.5px;padding:7px 12px}
  .navbar{flex-direction:column;gap:0;padding-bottom:7px}
  .navbar nav{padding-left:0;padding-right:0}
  .navbar nav{flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;
              gap:0 15px;scrollbar-width:none;padding:2px 0;max-width:100%}
  .navbar nav::-webkit-scrollbar{display:none}
  .navlab{flex:0 0 auto;min-width:0;padding-right:4px}
  .navbar nav a{flex:0 0 auto}
}
@media(max-width:400px){ .lgm{font-size:17.5px} }

/* ---- footer social row -------------------------------------------------- */
.fsoc{margin-top:8px;display:flex;flex-wrap:wrap;align-items:baseline;gap:0 14px;font-size:12.5px}
/* the footer is dark; --muted is a light-background colour and was unreadable here */
.fsoc a{color:rgba(255,255,255,.72);text-decoration:none;border-bottom:1px solid transparent}
.fsoc a:hover{color:#fff;border-bottom-color:rgba(255,255,255,.55)}
.fsoc-sep{color:rgba(255,255,255,.3)}
.fsoc-lab{font-size:10.5px;letter-spacing:.09em;text-transform:uppercase;
          color:rgba(255,255,255,.5);font-weight:700}

/* ---- page tools: share, print, report ----------------------------------- */
.tnt{border-top:1px solid var(--bd);background:var(--cream)}
.tnt-in{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;
        gap:10px 18px;padding-top:14px;padding-bottom:14px}
.tnt-grp{display:flex;flex-wrap:wrap;align-items:center;gap:8px}
.tnt-right{margin-left:auto}
.tnt-lab{font-size:11px;letter-spacing:.09em;text-transform:uppercase;color:var(--muted);
         font-weight:700;margin-right:4px}
.tnt-b{display:inline-flex;align-items:center;gap:6px;font-family:inherit;
       font-size:13px;font-weight:600;line-height:1;
       color:var(--muted);background:#fff;border:1px solid var(--bd);border-radius:8px;
       padding:8px 12px;cursor:pointer;text-decoration:none;white-space:nowrap;transition:.15s}
.tnt-b:hover{color:var(--g);border-color:var(--g)}
.tnt-b svg{flex:0 0 auto}
.tnt-primary{color:#fff;background:var(--g);border-color:var(--g)}
.tnt-primary:hover{color:#fff;background:#14563b;border-color:#14563b}
.tnt-flag:hover{color:var(--gold-dk,#8B6818);border-color:var(--gold,#C8973A)}

/* ---- report a problem --------------------------------------------------- */
.tnf{border-top:1px solid var(--bd);background:#fff}
.tnf-in{padding-top:20px;padding-bottom:24px;max-width:720px}
.tnf-h{font-family:Georgia,'S fallback',serif;font-size:19px;font-weight:700;color:var(--ink);margin-bottom:5px}
.tnf-sub{font-size:13.5px;line-height:1.6;color:var(--muted);margin-bottom:14px}
.tnf-types{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:12px}
.tnf-t{font-family:inherit;font-size:12.5px;font-weight:600;line-height:1;color:var(--muted);background:#fff;border:1px solid var(--bd);
       border-radius:99px;padding:8px 14px;cursor:pointer;transition:.15s}
.tnf-t:hover{color:var(--g);border-color:var(--g)}
.tnf-t.on{color:#fff;background:var(--g);border-color:var(--g)}
.tnf-ta-wrap{position:relative}
.tnf-ta{width:100%;box-sizing:border-box;font-family:inherit;font-size:14.5px;
        line-height:1.6;color:var(--ink);
        background:#fff;border:1px solid var(--bd);border-radius:10px;padding:12px 46px 12px 13px;resize:vertical}
.tnf-ta:focus{outline:none;border-color:var(--g)}
.tnf-mic{position:absolute;top:8px;right:8px;width:32px;height:32px;display:flex;
         align-items:center;justify-content:center;color:var(--muted);background:#fff;
         border:1px solid var(--bd);border-radius:8px;cursor:pointer;transition:.15s}
.tnf-mic:hover{color:var(--g);border-color:var(--g)}
.tnf-mic.on{color:#fff;background:var(--g);border-color:var(--g)}
.tnf-micnote{font-size:12px;color:var(--g);margin-top:6px}
.tnf-hp{position:absolute;left:-9999px;width:1px;height:1px;opacity:0}
.tnf-contact{width:100%;box-sizing:border-box;margin-top:10px;font-family:inherit;
             font-size:13.5px;
             color:var(--ink);background:#fff;border:1px solid var(--bd);border-radius:9px;padding:11px 13px}
.tnf-contact:focus{outline:none;border-color:var(--g)}
.tnf-foot{display:flex;flex-wrap:wrap;align-items:center;gap:12px;margin-top:12px}
.tnf-send{font-family:inherit;font-size:13.5px;font-weight:700;line-height:1;color:#fff;background:var(--g);border:1px solid var(--g);
          border-radius:8px;padding:11px 22px;cursor:pointer}
.tnf-send:hover{background:#14563b}
.tnf-send:disabled{opacity:.55;cursor:default}
.tnf-msg{font-size:13px;color:var(--muted)}
.tnf-priv{margin-left:auto;font-size:12px}
.tnf-priv a{color:var(--muted)}
@media(max-width:560px){
  .tnt-lab{width:100%;margin-bottom:2px}
  .tnt-right{margin-left:0}
  .tnt-b span{display:none}
  .tnt-b{padding:9px 11px}
  .tnt-primary span,.tnt-flag span{display:inline}
  .tnf-priv{margin-left:0;width:100%}
}

/* ---- print -------------------------------------------------------------- */
/* People print a case page to carry it into a hearing.  What they need on the
   paper is the entry, the source link and the caveat - not the masthead, the
   navigation, or a share button that cannot be clicked. */
@media print{
  header,.tnt,.tnf,.hsrch,.cta,.qlink,.ubar,.navbar,.crumb,
  .tabs,[data-vs-listen],[data-listen],.lrow,.lnote,.vh{display:none!important}
  /* A case page keeps five of its six panels in the DOM with [hidden] set, so
     printing it gave you the Summary tab and a row of tab labels you cannot
     click.  Somebody printing a case is taking it into a hearing and wants the
     judgment, the what-to-do and the sources on the paper.  Print them all,
     each under its own heading, and drop the tab strip. */
  .panel[hidden]{display:block!important}
  .panel{padding:0;border-top:1pt solid #ccc;margin-top:12pt;padding-top:8pt}
  .panel:first-of-type{border-top:0;margin-top:0}
  .panel:before{display:block;font-family:Georgia,serif;font-size:13.5pt;
    font-weight:700;margin-bottom:6pt}
  #pn-summary:before{content:"Summary"}
  #pn-judgment:before{content:"The judgment"}
  #pn-what-to-do:before{content:"What to do"}
  #pn-questions:before{content:"Common questions"}
  #pn-details:before{content:"Details and citation"}
  #pn-sources:before{content:"Sources"}
  html,body{background:#fff!important;color:#000!important;font-size:11pt}
  .wrap{max-width:100%!important;padding:0!important}
  .hero{background:none!important;padding:0!important;border:0!important}
  h1{font-size:19pt;margin:0 0 6pt}
  h2{font-size:13.5pt;margin-top:14pt}
  h3{font-size:12pt}
  a{color:#000!important;text-decoration:none}
  /* a printed page is useless if the reader cannot get back to the source */
  .prose a[href^="http"]:after,.dig a[href^="http"]:after{content:" (" attr(href) ")";
    font-size:8.5pt;color:#444;word-break:break-all}
  .card,.dig,.badge,.dig h3,table,figure,.p-sec{page-break-inside:avoid}
  h1,h2,h3{page-break-after:avoid}
  footer{border-top:1pt solid #999;margin-top:14pt;padding-top:8pt;
         background:none!important;color:#000!important;font-size:8.5pt}
  footer a{color:#000!important}
  .fsoc,.disc{display:none!important}
  footer:after{content:"Printed from taxnotice.vittsphere.com/caselaw — TaxSphere, "
    "India's income tax library. CA Prabhakar Kumar, FCA, ICAI 560762. "
    "Not yet CA-verified against the certified copy: read the source before relying on it.";
    display:block;margin-top:6pt;font-size:8.5pt;color:#000}
}

/* ---- the header search box ---------------------------------------------- */
/* These three rules existed only in the stylesheet on the server - not in
   build.py, not in this file.  Build 91 regenerated s.css from build.py and
   extended it from here, so they were dropped: the box collapsed to a bare
   input, the "Search the library" label that .vh is supposed to hide appeared
   next to it, and the submit button rendered as a stray vertical bar.  They
   live here now, so a rebuild cannot lose them again. */
.vh{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;
    overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;border:0}
.hsrch{flex:1 1 420px;max-width:600px;display:flex;align-items:center;
       background:#fff;border:1px solid var(--bd);border-radius:10px;
       padding-right:4px;transition:border-color .15s}
.hsrch:focus-within{border-color:var(--g)}
.hsrch input{flex:1 1 auto;min-width:0;font-family:inherit;font-size:14px;
       color:var(--ink);background:transparent;border:0;padding:11px 6px 11px 14px}
.hsrch input:focus{outline:none}
.hsrch input::placeholder{color:var(--muted);opacity:.72}
.hsb{flex:0 0 auto;width:34px;height:34px;display:flex;align-items:center;
     justify-content:center;color:var(--muted);background:transparent;border:0;
     border-radius:8px;cursor:pointer}
.hsb:hover{color:var(--g);background:var(--cream)}
.hsb svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:2;
     stroke-linecap:round}
@media(max-width:1000px){.hsrch{flex-basis:240px}}
@media(max-width:760px){.hsrch{order:3;flex:1 1 100%;max-width:none;margin-top:6px}}

/* The sticky header was 97% opaque with nothing behind it, so every line of
   the page showed faintly through the masthead as it scrolled under. */
header{background:#fff}

/* Advance rulings had no pill colour, so 112 pages printed an uncoloured one
   next to five that were coloured. */
.p-aar{background:#EDE4F1;color:#4A2A5C}
