:root{--steel: #edf0f2;--steel-2: #e2e7ea;--panel: #f7f9fa;--ink: #15171b;--ink-2: #3a4046;--mute: #5f676e;--maroon: #791214;--maroon-2: #5a0c0e;--maroon-ink: #9a2a2c;--line: rgba(21, 23, 27, .13);--line-2: rgba(21, 23, 27, .07);--r: 14px}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;overflow-x:clip}body{font-family:Inter,system-ui,sans-serif;background:var(--steel);color:var(--ink);-webkit-font-smoothing:antialiased;line-height:1.55;overflow-x:clip;max-width:100%}main{display:block}.wrap{max-width:1240px;margin:0 auto;padding:0 28px}a{color:inherit;text-decoration:none}img{max-width:100%}:focus-visible{outline:2px solid var(--maroon);outline-offset:3px;border-radius:4px}::selection{background:var(--maroon);color:#fff}.mono{font-family:IBM Plex Mono,monospace}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.wa-float{position:fixed;right:18px;bottom:18px;z-index:60;width:56px;height:56px;border-radius:50%;background:#25d366;display:grid;place-items:center;box-shadow:0 10px 26px -8px #25d366b3;transition:transform .2s,box-shadow .2s}.wa-float:hover{transform:translateY(-2px) scale(1.05)}.wa-float svg{width:30px;height:30px;fill:#fff}@media(max-width:560px){.wa-float{width:52px;height:52px;right:14px;bottom:14px}.wa-float svg{width:27px;height:27px}}@media(prefers-reduced-motion:reduce){.wa-float{transition:none}}.eyebrow{font-family:IBM Plex Mono,monospace;font-size:12px;letter-spacing:.18em;text-transform:uppercase;color:var(--maroon-ink);display:inline-block}.reveal{opacity:0;transform:translateY(18px);transition:opacity .7s cubic-bezier(.2,.7,.2,1),transform .7s cubic-bezier(.2,.7,.2,1)}.reveal.in{opacity:1;transform:none}@media(prefers-reduced-motion:reduce){.reveal{opacity:1;transform:none;transition:none}}header{position:sticky;top:0;z-index:50;background:#edf0f2d1;backdrop-filter:blur(12px);border-bottom:1px solid var(--line)}.bar{display:flex;align-items:center;justify-content:space-between;height:78px}.logo-img{height:50px;width:auto;display:block}.foot-logo{height:58px}@media(max-width:560px){.bar{height:68px}.logo-img{height:42px}}nav{display:flex;gap:30px;align-items:center}nav a{font-size:14px;color:var(--ink-2);font-weight:500}nav a.lk:hover{color:var(--maroon)}.wa{display:inline-flex;align-items:center;gap:8px;background:var(--maroon);color:#fff;font-weight:600;font-size:14px;padding:10px 18px;border-radius:100px;transition:.2s}.wa:hover{background:var(--maroon-2);transform:translateY(-1px)}.wa svg{width:16px;height:16px;fill:currentColor}.menu-toggle{display:none;flex-direction:column;justify-content:center;gap:5px;width:42px;height:42px;padding:9px;background:none;border:1px solid var(--line);border-radius:10px;cursor:pointer}.menu-toggle span{display:block;height:2px;width:100%;background:var(--ink);border-radius:2px;transition:transform .25s,opacity .2s}#siteHeader.nav-open .menu-toggle span:nth-child(1){transform:translateY(7px) rotate(45deg)}#siteHeader.nav-open .menu-toggle span:nth-child(2){opacity:0}#siteHeader.nav-open .menu-toggle span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}@media(max-width:820px){.menu-toggle{display:flex}#siteNav{position:absolute;top:66px;left:0;right:0;flex-direction:column;align-items:stretch;gap:0;background:var(--steel);border-bottom:1px solid var(--line);padding:8px 20px 18px;box-shadow:0 24px 40px -28px #15171b8c;max-height:0;overflow:hidden;opacity:0;pointer-events:none;transition:max-height .3s ease,opacity .2s ease}#siteHeader.nav-open #siteNav{max-height:380px;opacity:1;pointer-events:auto}#siteNav .lk{padding:14px 4px;font-size:16px;border-bottom:1px solid var(--line-2)}#siteNav .wa{margin-top:14px;justify-content:center;padding:14px}}.btn-ghost{display:inline-block;font-weight:600;font-size:14px;padding:12px 20px;border:1px solid var(--line);border-radius:100px;color:var(--ink);transition:.2s}.btn-ghost:hover{border-color:var(--maroon);color:var(--maroon)}.wa-lg{display:inline-flex;align-items:center;gap:10px;background:var(--maroon);color:#fff;font-weight:600;font-size:17px;padding:16px 30px;border-radius:100px;transition:.2s}.wa-lg:hover{background:var(--maroon-2);transform:translateY(-2px)}.wa-lg svg{width:20px;height:20px;fill:currentColor}section.block{padding:84px 0}.head{display:flex;justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:40px}.head h2{font-family:Archivo;font-weight:800;font-size:clamp(26px,3.4vw,40px);letter-spacing:-.02em;line-height:1.02;margin-top:8px;max-width:14em}.head p{color:var(--ink-2);max-width:24em;font-size:15px}@media(max-width:680px){.head{flex-direction:column;align-items:flex-start;gap:10px}section.block{padding:60px 0}}.grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}@media(max-width:1000px){.grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:680px){.grid{grid-template-columns:repeat(2,1fr)}}.card{background:#fff;border:1px solid var(--line-2);border-radius:var(--r);overflow:hidden;display:flex;flex-direction:column;box-shadow:0 1px 2px #15171b0a,0 12px 26px -18px #15171b4d;transition:border-color .25s,box-shadow .25s,transform .25s}.card:hover{border-color:var(--maroon);box-shadow:0 22px 46px -22px #15171b80;transform:translateY(-3px)}.card__img{aspect-ratio:4/3;background:#fff;display:grid;place-items:center;padding:12px}.card__img img{max-width:100%;max-height:100%;object-fit:contain;transition:transform .35s ease}.card:hover .card__img img{transform:scale(1.04)}.card__meta{padding:12px 14px 14px;border-top:1px solid var(--line-2)}.card__code{display:inline-block;font-family:IBM Plex Mono,monospace;font-size:10.5px;font-weight:500;color:#fff;background:var(--maroon);padding:3px 8px;border-radius:5px;letter-spacing:.03em;margin-bottom:8px}.card__meta h3{font-family:Archivo;font-weight:700;font-size:15px;letter-spacing:-.01em;line-height:1.25}.card__n{display:block;margin-top:3px;font-family:IBM Plex Mono,monospace;font-size:10.5px;color:var(--mute);text-transform:uppercase;letter-spacing:.06em}.crumb{font-family:IBM Plex Mono,monospace;font-size:12px;letter-spacing:.04em;color:var(--mute);padding:22px 0 0}.crumb a:hover{color:var(--maroon)}.crumb span{color:var(--ink-2)}footer{background:var(--ink);color:#aeb6bc;padding:54px 0 28px;font-size:14px}.foot{display:flex;justify-content:space-between;flex-wrap:wrap;gap:24px}.foot a{color:#aeb6bc}.foot a:hover{color:#fff}.foot .col{display:grid;gap:8px;align-content:start}.foot small{font-family:IBM Plex Mono,monospace;color:#9aa3a8;font-size:11px;letter-spacing:.08em}.foot-base{margin-top:36px;padding-top:18px;border-top:1px solid rgba(255,255,255,.08);display:flex;justify-content:space-between;gap:14px;flex-wrap:wrap}.foot-base small{font-family:IBM Plex Mono,monospace;color:#9aa3a8;font-size:11px;letter-spacing:.04em}.foot-base .gstin{color:#c0c7cc}
