@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600&display=swap");.lg-wrap{position:relative;min-height:100vh;background:#1c1c1c;overflow:hidden;font-family:Outfit,sans-serif;padding:40px 20px 64px}.lg-glow1,.lg-glow2{position:fixed;pointer-events:none;z-index:0}.lg-glow1{top:-120px;right:8%;width:500px;height:500px;background:radial-gradient(circle,rgba(187,85,58,.22) 0,transparent 65%);animation:lgBronze 8s ease-in-out infinite}.lg-glow2{bottom:-80px;left:10%;width:360px;height:360px;background:radial-gradient(circle,rgba(42,92,69,.36) 0,transparent 65%);animation:lgGreen 10s ease-in-out infinite}@keyframes lgBronze{0%{transform:translate(0) scale(1)}25%{transform:translate(-120px,80px) scale(1.15)}50%{transform:translate(-60px,150px) scale(.9)}75%{transform:translate(80px,60px) scale(1.1)}to{transform:translate(0) scale(1)}}@keyframes lgGreen{0%{transform:translate(0) scale(1)}25%{transform:translate(100px,-80px) scale(1.12)}50%{transform:translate(60px,-140px) scale(.88)}75%{transform:translate(-80px,-40px) scale(1.08)}to{transform:translate(0) scale(1)}}.lg-header{position:relative;z-index:1;max-width:860px;margin:0 auto 28px;display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.lg-header img{height:44px;width:auto;display:block}.lg-back{font-size:13px;color:hsla(0,0%,100%,.55);text-decoration:none;transition:color .15s ease}.lg-back:hover{color:hsla(0,0%,100%,.85)}.lg-card{position:relative;z-index:1;max-width:860px;margin:0 auto;background:#fff;border-radius:24px;padding:56px 60px;animation:lgFadeIn .35s ease forwards}@keyframes lgFadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.lg-doc{color:#3b3b4f;font-size:15px;line-height:1.75}.lg-title{font-family:"Inter Tight",var(--font-inter-tight),sans-serif;font-size:34px;font-weight:600;color:#111118;line-height:1.2;margin-bottom:10px}.lg-updated{font-size:13px;color:#8b8ba0;margin-bottom:28px}.lg-updated strong{font-weight:500;color:#8b8ba0}.lg-doc h2{font-family:"Inter Tight",var(--font-inter-tight),sans-serif;font-size:21px;margin:34px 0 12px;line-height:1.3}.lg-doc h2,.lg-doc h3{font-weight:600;color:#111118}.lg-doc h3{font-size:16px;margin:24px 0 8px}.lg-doc p{margin-bottom:14px}.lg-doc strong{font-weight:600;color:#111118}.lg-doc ul{margin:0 0 16px;padding-left:20px}.lg-doc li{margin-bottom:7px}.lg-doc li::marker{color:#bb553a}.lg-doc a{color:#bb553a;text-decoration:none;border-bottom:1px solid rgba(187,85,58,.35)}.lg-doc a:hover{color:#a44830;border-bottom-color:#a44830}.lg-doc hr{border:none;border-top:1px solid #e8e3d8;margin:32px 0}.lg-table-wrap{overflow-x:auto;margin:0 0 20px;border:1px solid #e8e3d8;border-radius:10px}.lg-doc table{width:100%;border-collapse:collapse;font-size:14px;min-width:480px}.lg-doc td,.lg-doc th{text-align:left;padding:11px 14px;border-bottom:1px solid #e8e3d8;vertical-align:top;line-height:1.6}.lg-doc th{background:#f5f2ec;font-weight:600;color:#111118;font-size:13px}.lg-doc tr:last-child td{border-bottom:none}.lg-footer{position:relative;z-index:1;max-width:860px;margin:24px auto 0;text-align:center;font-size:12px;color:hsla(0,0%,100%,.5)}.lg-footer a{color:hsla(0,0%,100%,.7);text-decoration:none}.lg-footer a:hover{color:hsla(0,0%,100%,.9)}.lg-footer .lg-sep{margin:0 6px}@media (max-width:767px){.lg-wrap{padding:20px 12px 40px}.lg-header{margin-bottom:16px}.lg-header img{height:34px}.lg-card{border-radius:16px;padding:28px 20px}.lg-title{font-size:26px}.lg-doc{font-size:14.5px}.lg-doc h2{font-size:19px;margin-top:28px}}