:root{--orange:#ff7a00;--bg:#0b1015;--panel:#121a22;--line:rgba(255,255,255,.13)}*{box-sizing:border-box}.material-page{margin:0;background:var(--bg);color:#fff}.material-header{position:fixed;z-index:10;top:0;display:flex;align-items:center;justify-content:space-between;width:100%;padding:18px 4vw;border-bottom:1px solid var(--line);background:rgba(8,12,16,.92);backdrop-filter:blur(16px)}.material-header .brand{display:flex;align-items:center;gap:14px;color:#fff;text-decoration:none}.material-header img{width:71px;height:30px;object-fit:contain}.material-header nav{display:flex;gap:10px}.material-header nav a{padding:11px 16px;border:1px solid rgba(255,255,255,.3);border-radius:999px;color:#fff;font-size:10px;font-weight:700;letter-spacing:.1em;text-decoration:none}.material-hero{min-height:570px;padding:170px 6vw 90px;background:radial-gradient(circle at 82% 25%,rgba(255,122,0,.22),transparent 30%),linear-gradient(135deg,#0b1015,#14202a)}.material-kicker{color:var(--orange);font-size:10px;font-weight:800;letter-spacing:.2em}.material-hero h1{margin:25px 0 0;font-size:clamp(76px,12vw,180px);line-height:.9;letter-spacing:-.06em}.material-hero>p{margin:24px 0;color:#adb8c0;font-size:18px}.material-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:42px}.material-tags span{padding:9px 12px;border:1px solid var(--line);border-radius:999px;color:#c5ccd1;font-size:10px}.material-content{padding:110px 6vw}.material-intro{display:grid;grid-template-columns:1fr 1fr;gap:8vw;max-width:1400px;margin:0 auto 70px}.material-intro h2{margin:18px 0 0;font-size:clamp(38px,5vw,68px);line-height:1.08;letter-spacing:-.04em}.material-intro>p{align-self:end;color:#aab4bb;font-size:16px;line-height:1.9}.property-panel{max-width:1400px;margin:auto;border:1px solid var(--line);background:var(--panel)}.property-heading{display:flex;justify-content:space-between;padding:22px 26px;border-bottom:1px solid var(--line);color:#fff;font-weight:700}.property-heading small{color:var(--orange);font-weight:700}.property-table{display:grid;grid-template-columns:1fr 1fr}.property-row{display:grid;grid-template-columns:1.25fr .75fr;padding:20px 26px;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.property-row:nth-child(even){border-right:0}.property-row span{color:#9faab2}.property-row b{text-align:right;color:#fff}.material-note{max-width:1400px;margin:28px auto;padding:24px 26px;border-left:3px solid var(--orange);background:#0f161d}.material-note strong{color:var(--orange)}.material-note p{margin:10px 0 0;color:#94a0a8;font-size:13px;line-height:1.8}.source-link{display:flex;justify-content:space-between;max-width:1400px;margin:18px auto 0;padding:20px 24px;background:var(--orange);color:#111;font-weight:800;text-decoration:none}footer{display:flex;justify-content:space-between;padding:28px 4vw;background:#05080b;color:#8f979d;font-size:9px;letter-spacing:.14em}footer a{color:#fff;text-decoration:none}@media(max-width:760px){.material-header .brand-name{display:none}.material-header nav a:first-child{display:none}.material-hero{min-height:480px;padding:150px 24px 70px}.material-content{padding:80px 24px}.material-intro{grid-template-columns:1fr}.property-table{grid-template-columns:1fr}.property-row{border-right:0}.property-heading{display:block}.property-heading small{display:block;margin-top:8px}footer{flex-direction:column;gap:16px}}
