:root{--brand-accent: #ff8562;--brand-accent-dark: #f2663d;--brand-dark: #0e113b;--brand-dark-2: #1a1f55;--ink: #16181f;--muted: #5b6170;--line: #e4e6ec;--bg: #ffffff;--bg-soft: #f6f7f9;--radius: 12px;--maxw: 1120px;--font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji", sans-serif}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{margin:0;font-family:var(--font);color:var(--ink);background:var(--bg);line-height:1.6;font-size:17px}a{color:var(--brand-accent-dark);text-decoration:none}a:hover{text-decoration:underline}img{max-width:100%;height:auto;display:block}h1,h2,h3{line-height:1.2;color:var(--brand-dark);margin:0 0 .5em}h1{font-size:clamp(1.8rem,4vw,2.6rem)}h2{font-size:clamp(1.4rem,3vw,1.9rem)}p{margin:0 0 1em}.container{width:100%;max-width:var(--maxw);margin-inline:auto;padding-inline:20px}.section{padding-block:clamp(2.5rem,6vw,4.5rem)}.section--soft{background:var(--bg-soft)}.btn{display:inline-block;padding:.7em 1.5em;border-radius:var(--radius);font-weight:600;border:2px solid transparent;cursor:pointer;transition:background-color .18s ease,color .18s ease,border-color .18s ease}.btn:hover{text-decoration:none}.btn--primary{background:var(--brand-accent);color:#fff}.btn--primary:hover{background:var(--brand-accent-dark)}.btn--ghost{border-color:var(--brand-dark);color:var(--brand-dark);background:transparent}.btn--ghost:hover{background:var(--brand-dark);color:#fff}.grid{display:grid;gap:1.25rem}.grid--cards{grid-template-columns:repeat(auto-fill,minmax(260px,1fr))}.card{border:1px solid var(--line);border-radius:var(--radius);padding:1.25rem;background:#fff;transition:box-shadow .18s ease,transform .18s ease;height:100%;display:flex;flex-direction:column}.card:hover{box-shadow:0 8px 28px #0e113b1a;transform:translateY(-2px)}.card__badge{display:inline-block;font-size:.72rem;font-weight:700;letter-spacing:.03em;text-transform:uppercase;padding:.25em .7em;border-radius:999px;margin-bottom:.6rem;align-self:flex-start}.card__badge--own{background:#ff856226;color:var(--brand-accent-dark)}.card__badge--supplied{background:#0e113b14;color:var(--brand-dark)}.site-header{background:var(--brand-dark);color:#fff;position:sticky;top:0;z-index:50}.site-header a{color:#fff}.site-header__inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding-block:.75rem;flex-wrap:wrap}.site-header__logo{display:flex;align-items:center;gap:.6rem;font-weight:700;font-size:1.05rem}.site-header__logo img{height:40px;width:auto}.site-nav{display:flex;align-items:center;gap:1.1rem;flex-wrap:wrap}.site-nav a{font-size:.95rem;padding-block:.2rem}.site-nav a[aria-current=page]{color:var(--brand-accent);text-decoration:none}.lang-switch{display:flex;gap:.4rem;align-items:center;font-size:.85rem}.lang-switch a{padding:.15em .5em;border-radius:6px;border:1px solid rgba(255,255,255,.25)}.lang-switch a[aria-current=true]{background:var(--brand-accent);border-color:var(--brand-accent)}.hero{background:linear-gradient(135deg,var(--brand-dark) 0%,var(--brand-dark-2) 100%);color:#fff}.hero h1{color:#fff}.hero p{color:#ffffffd9;font-size:1.15rem;max-width:60ch}.hero__actions{display:flex;gap:.8rem;flex-wrap:wrap;margin-top:1.5rem}.site-footer{background:var(--brand-dark);color:#ffffffd9;padding-block:2.5rem 1.5rem;margin-top:auto}.site-footer a{color:#fff}.site-footer__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem}.site-footer h3{color:#fff;font-size:1rem}.site-footer__bottom{border-top:1px solid rgba(255,255,255,.15);margin-top:1.5rem;padding-top:1rem;font-size:.85rem;color:#fff9}.lead{font-size:1.15rem;color:var(--muted)}.muted{color:var(--muted)}.prose{max-width:70ch}.prose ul{padding-left:1.2em}.dl-spec{margin:0}.dl-spec dt{font-weight:700;color:var(--brand-dark);margin-top:1rem}.dl-spec dd{margin:.25rem 0 0}body{min-height:100vh;display:flex;flex-direction:column}main{flex:1 0 auto}@media(max-width:640px){.site-header__inner{flex-direction:column;align-items:flex-start}}
