@layer spartan{*{margin:0;padding:0;box-sizing:border-box;font-family:Inter Variable,Inter,Space Grotesk,system-ui,sans-serif}:root{--line:#1a1a1a;--muted:#9c9c9c;--surface:#0b0b0b}html,body{background:#000;color:#fff;-webkit-font-smoothing:antialiased;overflow-x:clip}a{color:inherit;text-decoration:none}.wrap{width:100%;max-width:1280px;margin:0 auto;padding-left:24px;padding-right:24px}@media(min-width:1920px){.wrap{max-width:1640px}}@media(max-width:640px){.wrap{padding-left:22px;padding-right:22px}}.nav-dd{position:relative;display:flex;align-items:center}.nav-dd>a{display:inline-flex;align-items:center;gap:6px;cursor:pointer}.nav-dd>a:after{content:"";width:5px;height:5px;border-right:1.4px solid currentColor;border-bottom:1.4px solid currentColor;transform:rotate(45deg) translateY(-2px);opacity:.6;transition:transform .2s}.nav-dd:hover>a:after{transform:rotate(225deg) translateY(-2px)}.nav-dd:after{content:"";position:absolute;top:100%;left:-20px;right:-20px;height:22px}.nav-panel{position:absolute;top:calc(100% + 16px);left:50%;transform:translate(-50%) translateY(8px);width:540px;background:#0a0a0c;border:1px solid #1a1a1a;border-radius:14px;padding:12px;display:grid;grid-template-columns:1fr 1fr;gap:10px;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .2s,transform .2s;box-shadow:0 24px 60px #0009;z-index:60}.nav-dd:hover .nav-panel{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%) translateY(0)}.nav-pcard{display:flex;flex-direction:column;gap:7px;padding:15px;border-radius:10px;background:transparent;border:1px solid #1a1a1a;transition:border-color .2s}.nav-pcard:hover{border-color:#2ea45f}.nav-pcard .pt{display:flex;align-items:center;gap:8px;font-family:Space Grotesk Variable,Space Grotesk,sans-serif;font-size:14.5px;color:#f2f2f2}.nav-pcard .pt .i{width:20px;height:20px;border-radius:6px;display:inline-block;flex:none}.nav-pcard .pt .product-logo{display:block;width:auto;height:22px;max-width:142px}.nav-pcard .pd{font-family:Inter Variable,Inter,sans-serif;font-size:11.5px;color:#9c9c9c;line-height:1.5}.lh{margin:32px 0 0;border-radius:16px;overflow:hidden;position:relative;background:#0a0a0a;border:1px solid #1e1e1e;aspect-ratio:1240/698}.lh-img{width:100%;height:100%;display:block;object-fit:cover}.lh-brand{display:flex;align-items:center;gap:9px;font-family:Space Grotesk Variable,Space Grotesk,sans-serif;font-weight:600;font-size:16px;color:#f0f0f2;margin-bottom:16px}.lh-brand .ic{width:22px;height:22px;border-radius:6px;background:linear-gradient(135deg,#f4b41a,#e94f3d);display:inline-block}.lh h1{font-family:Space Grotesk Variable,Space Grotesk,sans-serif;font-weight:600;font-size:40px;line-height:1.04;letter-spacing:.01em;color:#fff;max-width:640px}.lh .sub{font-size:14px;color:#a1a1a1;margin-top:14px;max-width:420px}.lh .cta{margin-top:22px;background:#e5e5e5;color:#0a0a0a;font-family:Space Grotesk Variable,Space Grotesk,sans-serif;font-size:14px;padding:10px 22px;border-radius:999px}.lh-stage{position:relative;width:88%;max-width:820px;margin-top:30px;display:flex;justify-content:center;align-items:flex-end}.lh-laptop{width:100%;border:3px solid #2a2a30;border-bottom:none;border-radius:14px 14px 0 0;background:#0d0d10;padding:12px 12px 0}.lh-cap{text-align:center;font-family:Space Grotesk Variable,Space Grotesk,sans-serif;font-weight:700;font-size:16px;color:#fff;letter-spacing:.03em;padding:8px 0 12px}.lh-screen{border-radius:6px;background:#0a0a0a;display:grid;grid-template-columns:repeat(4,1fr);gap:8px;padding:0 16px 16px}.lh-screen .s{aspect-ratio:16/11;border-radius:5px}.lh-screen .s:nth-child(4n+1){background:#f4b41a}.lh-screen .s:nth-child(4n+2){background:#2e8b57}.lh-screen .s:nth-child(4n+3){background:#e0651a}.lh-screen .s:nth-child(4n){background:#7048c0}.lh-screen .s:nth-child(5){background:#d64560}.lh-screen .s:nth-child(6){background:#2a6fd6}.lh-screen .s:nth-child(7){background:#c0392b}.lh-phone{position:absolute;right:-2%;bottom:0;width:16%;min-width:74px;border:3px solid #2a2a30;border-radius:14px 14px 0 0;background:#0d0d10;padding:6px 6px 0}.lh-phone .pg{aspect-ratio:9/15;border-radius:6px;background:linear-gradient(180deg,#e0651a,#7048c0)}.dstrip{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--line);border:1px solid var(--line);margin-top:16px}@media(max-width:760px){.dstrip{grid-template-columns:1fr 1fr}}.dstrip .cell{background:#000;padding:22px 22px 26px}.dstrip .h{display:flex;align-items:center;gap:7px;font-family:Space Grotesk,monospace;font-size:11px;letter-spacing:.06em;text-transform:uppercase;color:#9c9c9c;margin-bottom:16px}.dstrip .h .sq{width:9px;height:9px;background:#2a2a2e}.dstrip .v{font-size:13.5px;line-height:1.55;color:#e6e6e6}.dstrip .v span{display:block;color:#9c9c9c}.dmain{display:grid;grid-template-columns:230px 1fr;gap:64px;align-items:start;padding:64px 0 90px}@media(max-width:900px){.dmain{grid-template-columns:1fr;gap:30px}}.drail{position:sticky;top:96px;display:flex;flex-direction:column;gap:6px}@media(max-width:900px){.drail{position:static;flex-direction:row;flex-wrap:wrap;gap:8px}}.drail a{align-self:flex-start;padding:7px 16px;font-family:Space Grotesk,monospace;font-size:11px;line-height:1.35;letter-spacing:.1em;text-transform:uppercase;color:#9c9c9c;background:transparent;transition:color .2s,background-color .2s}.drail a:hover{color:#cfcfcf}.drail a.on{color:#fff;background:#232424}.drail a:focus-visible{outline:2px solid #fff;outline-offset:3px}.dbody{min-width:0}.dtitle{font-family:Space Grotesk Variable,Space Grotesk,sans-serif;font-weight:500;font-size:26px;color:#fff;margin-bottom:40px}.sec{margin-bottom:52px}.sec>h2{font-family:Space Grotesk Variable,Space Grotesk,sans-serif;font-weight:500;font-size:22px;color:#fff;margin-bottom:22px}.lead{font-size:14px;line-height:1.7;color:#9c9c9c;max-width:820px;margin-bottom:18px}.prob{display:flex;flex-direction:column;gap:16px;max-width:820px}.prob p{display:flex;gap:12px;font-size:14px;line-height:1.6;color:#9c9c9c}.prob p .em{flex:none;font-size:13px;margin-top:1px}.prob p b{color:#fff;font-weight:600}.io{display:grid;grid-template-columns:1fr;gap:16px;margin-top:24px}.io .box{border:1px solid var(--line);border-radius:12px;background:#050506;overflow:hidden}.io .box img{display:block;width:100%;height:auto}.sub{border-top:1px solid var(--line);padding-top:34px;margin-top:6px}.sub h3{font-family:Space Grotesk Variable,Space Grotesk,sans-serif;font-weight:500;font-size:18px;color:#fff;margin-bottom:14px}.sub ul{list-style:none;display:flex;flex-direction:column;gap:9px;margin-bottom:20px;max-width:760px}.sub ul li{display:flex;gap:11px;font-size:13.5px;color:#9c9c9c;line-height:1.55}.sub ul li:before{content:"";width:6px;height:6px;margin-top:7px;background:#3a3a40;border-radius:50%;flex:none}.sub .vis{aspect-ratio:820/591;border-radius:12px;margin-top:6px;overflow:hidden;background:#080808}.sub .vis img{display:block;width:100%;height:100%;object-fit:cover}.achi{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:34px 40px;margin-top:20px;max-width:520px}.achi .n{font-family:Space Grotesk Variable,Space Grotesk,sans-serif;font-weight:500;font-size:38px;color:#fff}.achi .l{font-size:12.5px;color:#9c9c9c;margin-top:6px;line-height:1.4}.achievement-wrap{display:grid;grid-template-columns:minmax(0,1fr) 220px;gap:48px;align-items:center}.certificate{display:block;width:100%;height:auto}@media(max-width:680px){.achievement-wrap{grid-template-columns:1fr}.certificate{width:172px}}.tcat{margin-bottom:20px}.tcat .cn{font-family:Space Grotesk,monospace;font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:#9c9c9c;margin-bottom:10px}.chips{display:flex;flex-wrap:wrap;gap:10px}.chips span{display:block;width:190px;max-width:100%;background:#090909;border-radius:5px;overflow:hidden}.chips img{display:block;width:100%;height:auto}.bm{width:100%;border-collapse:collapse;border:1px solid var(--line);font-size:13px}.bm th,.bm td{text-align:left;padding:16px 18px;border-bottom:1px solid var(--line);vertical-align:top}.bm th{font-family:Space Grotesk,monospace;font-size:11px;letter-spacing:.06em;text-transform:uppercase;color:#9c9c9c;font-weight:500}.bm td{color:#cfcfcf;line-height:1.55}.bm td:first-child{color:#fff;font-weight:600;white-space:nowrap}@media(max-width:520px){.bm td:first-child{white-space:normal}.bm th,.bm td{padding:12px 10px}}.relp{border:1px solid var(--line);display:flex;flex-direction:column;margin-top:8px;overflow:hidden}.relp-main{display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,42%);height:250px;min-height:0}.relp-info{padding:24px;display:flex;flex-direction:column;justify-content:space-between;gap:28px}.relp-logo{display:block;align-self:flex-start;width:auto;height:30px;max-width:210px}.relp-copy h4{font-family:Space Grotesk Variable,Space Grotesk,sans-serif;font-weight:500;font-size:1.5rem;line-height:1.2;color:#f4f4f5;margin-bottom:12px;letter-spacing:-.02em}.relp-copy p{font-size:1.0625rem;color:#b0b0b3;line-height:1.55;max-width:42ch}.relp-preview{border-left:1px solid var(--line);padding:24px;min-width:0;min-height:0;background:#050505;display:flex;align-items:center}.relp-preview img{display:block;width:100%;height:auto;aspect-ratio:16/9;object-fit:cover}.relp-explore{min-height:56px;border-top:1px solid var(--line);background:#0b0b0b;padding:0 24px;display:flex;align-items:center;gap:12px;font-family:Space Grotesk Variable,Space Grotesk,sans-serif;font-size:.9375rem;letter-spacing:.04em;text-transform:uppercase;color:#a7a7aa;transition:color .2s,background-color .2s}.relp:hover .relp-explore{color:#fff}.relp-explore .ar{width:10px;height:10px;border-top:1.4px solid currentColor;border-right:1.4px solid currentColor;transform:rotate(45deg)}@media(max-width:640px){.relp-main{grid-template-columns:1fr;height:auto}.relp-preview{height:220px;border-left:none;border-top:1px solid var(--line)}}.nav-actions{display:flex;align-items:center;gap:12px}.nav-burger{display:none;width:40px;height:40px;align-items:center;justify-content:center;background:none;border:1px solid #2a2a2e;border-radius:8px;cursor:pointer;padding:0;flex:none}.nav-burger b{position:relative;display:block;width:16px;height:2px;background:#e6e6e6;transition:background .2s}.nav-burger b:before,.nav-burger b:after{content:"";position:absolute;left:0;width:16px;height:2px;background:#e6e6e6;transition:transform .25s,top .25s}.nav-burger b:before{top:-5px}.nav-burger b:after{top:5px}body.nav-open .nav-burger b{background:transparent}body.nav-open .nav-burger b:before{top:0;transform:rotate(45deg)}body.nav-open .nav-burger b:after{top:0;transform:rotate(-45deg)}.mobile-menu{display:none;position:absolute;top:100%;left:0;right:0;z-index:49;flex-direction:column;background:#000;backdrop-filter:blur(12px);border-bottom:1px solid #1a1a1a;padding:10px 24px 20px;opacity:0;visibility:hidden;transform:translateY(-6px);transition:opacity .22s,transform .22s,visibility .22s}.mobile-menu a{padding:12px 2px;font-size:16px;color:#e6e6e6;border-bottom:1px solid #141416}.mobile-menu a.mm-sub{padding-left:16px;font-size:14px;color:#9c9c9c}.mobile-menu a:last-child{border-bottom:none}@media(max-width:1023px){.nav-burger{display:inline-flex}.mobile-menu{display:flex}body.nav-open .mobile-menu{opacity:1;visibility:visible;transform:none}}}@layer spartan{*{margin:0;padding:0;box-sizing:border-box;font-family:Inter Variable,Inter,Space Grotesk,system-ui,sans-serif}:root{--line:#1a1a1a;--muted:#9c9c9c;--surface:#0b0b0b;--orange:#e8781f}html,body{background:#000;color:#fff;-webkit-font-smoothing:antialiased;overflow-x:clip}a{color:inherit;text-decoration:none}.wrap{width:100%;max-width:1280px;margin:0 auto;padding-left:24px;padding-right:24px}@media(min-width:1920px){.wrap{max-width:1640px}}@media(max-width:640px){.wrap{padding-left:22px;padding-right:22px}}.nav-dd{position:relative;display:flex;align-items:center}.nav-dd>a{display:inline-flex;align-items:center;gap:6px;cursor:pointer}.nav-dd>a:after{content:"";width:5px;height:5px;border-right:1.4px solid currentColor;border-bottom:1.4px solid currentColor;transform:rotate(45deg) translateY(-2px);opacity:.6;transition:transform .2s}.nav-dd:hover>a:after{transform:rotate(225deg) translateY(-2px)}.nav-dd:after{content:"";position:absolute;top:100%;left:-20px;right:-20px;height:22px}.nav-panel{position:absolute;top:calc(100% + 16px);left:50%;transform:translate(-50%) translateY(8px);width:540px;background:#0a0a0c;border:1px solid #1a1a1a;border-radius:14px;padding:12px;display:grid;grid-template-columns:1fr 1fr;gap:10px;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .2s,transform .2s;box-shadow:0 24px 60px #0009;z-index:60}.nav-dd:hover .nav-panel{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%) translateY(0)}.nav-pcard{display:flex;flex-direction:column;gap:7px;padding:15px;border-radius:10px;background:transparent;border:1px solid #1a1a1a;transition:border-color .2s}.nav-pcard:hover{border-color:#2ea45f}.nav-pcard .pt{display:flex;align-items:center;gap:8px;font-family:Space Grotesk Variable,Space Grotesk,sans-serif;font-size:14.5px;color:#f2f2f2}.nav-pcard .pt .i{width:20px;height:20px;border-radius:6px;display:inline-block;flex:none}.nav-pcard .pt .product-logo{display:block;width:auto;height:22px;max-width:142px}.nav-pcard .pd{font-family:Inter Variable,Inter,sans-serif;font-size:11.5px;color:#9c9c9c;line-height:1.5}.dh{margin:32px 0 0;border-radius:16px;overflow:hidden;position:relative;background:#0c0b0a;aspect-ratio:1240/698}.dh-img{width:100%;height:100%;display:block;object-fit:cover}@media(max-width:820px){.dh{grid-template-columns:1fr;text-align:left}}.dh-brand{display:flex;align-items:center;gap:9px;font-family:Space Grotesk Variable,Space Grotesk,sans-serif;font-weight:600;font-size:18px;color:#2a1c0c;margin-bottom:12px}.dh-brand .ic{width:28px;height:28px;border-radius:7px;background:#e8781f;display:flex;align-items:center;justify-content:center;font-size:15px}.dh h1{font-family:Space Grotesk Variable,Space Grotesk,sans-serif;font-weight:600;font-size:56px;line-height:.98;color:#241a0c;margin-bottom:12px}.dh .sub{font-size:14px;color:#3a2c16;max-width:320px;margin-bottom:22px}.dh-feats{display:flex;flex-direction:column;gap:12px}.dh-feats div{display:flex;align-items:center;gap:10px;font-size:14px;color:#2c2110;font-weight:500}.dh-feats .b{width:24px;height:24px;border-radius:7px;background:#e8781f;flex:none;display:flex;align-items:center;justify-content:center;font-size:11px}.dh-phone{justify-self:center;align-self:center;width:210px;aspect-ratio:9/18;border-radius:28px;border:6px solid #17130c;background:#faf5ec;box-shadow:0 26px 60px #3c1e0066;display:flex;flex-direction:column;align-items:center;gap:8px;padding:16px 12px}.dh-phone .plate{width:84%;aspect-ratio:1;border-radius:50%;margin-top:6px;background:radial-gradient(circle at 50% 45%,#9cc25f 0 24%,#e7a94f 26% 50%,#cf4a35 52% 76%,#7fae54 78% 100%)}.dh-phone .t{font-family:Space Grotesk Variable,Space Grotesk,sans-serif;font-weight:600;font-size:15px;color:#211a0c;margin-top:4px}.dh-phone .t small{display:block;font-weight:400;font-size:9px;color:#7a6a4a}.dh-phone .btn{margin-top:auto;width:76%;height:22px;border-radius:12px;background:#e8781f}.dstrip{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--line);border:1px solid var(--line);margin-top:16px}@media(max-width:760px){.dstrip{grid-template-columns:1fr 1fr}}.dstrip .cell{background:#000;padding:22px 22px 26px}.dstrip .h{display:flex;align-items:center;gap:7px;font-family:Space Grotesk,monospace;font-size:11px;letter-spacing:.06em;text-transform:uppercase;color:#9c9c9c;margin-bottom:16px}.dstrip .h .sq{width:9px;height:9px;background:#2a2a2e}.dstrip .v{font-size:13.5px;line-height:1.55;color:#e6e6e6}.dstrip .v span{display:block;color:#9c9c9c}.dmain{display:grid;grid-template-columns:230px 1fr;gap:64px;align-items:start;padding:64px 0 90px}@media(max-width:900px){.dmain{grid-template-columns:1fr;gap:30px}}.drail{position:sticky;top:96px;display:flex;flex-direction:column;gap:6px}@media(max-width:900px){.drail{position:static;flex-direction:row;flex-wrap:wrap;gap:8px}}.drail a{align-self:flex-start;padding:7px 16px;font-family:Space Grotesk,monospace;font-size:11px;line-height:1.35;letter-spacing:.1em;text-transform:uppercase;color:#9c9c9c;background:transparent;transition:color .2s,background-color .2s}.drail a:hover{color:#cfcfcf}.drail a.on{color:#fff;background:#232424}.drail a:focus-visible{outline:2px solid #fff;outline-offset:3px}.dbody{min-width:0}.dtitle{font-family:Space Grotesk Variable,Space Grotesk,sans-serif;font-weight:500;font-size:26px;color:#fff;margin-bottom:40px}.sec{margin-bottom:52px}.sec>h2{font-family:Space Grotesk Variable,Space Grotesk,sans-serif;font-weight:500;font-size:22px;color:#fff;margin-bottom:22px}.prob{display:flex;flex-direction:column;gap:16px;max-width:820px}.prob p{display:flex;gap:12px;font-size:14px;line-height:1.6;color:#9c9c9c}.prob p .em{flex:none;font-size:13px;margin-top:1px}.prob p b{color:#fff;font-weight:600}.screens{display:flex;gap:16px;margin-top:28px;overflow-x:auto;scroll-behavior:auto;overscroll-behavior-inline:contain;padding:0 1px 12px;cursor:grab;scrollbar-width:none;touch-action:pan-x pan-y}.screens::-webkit-scrollbar{display:none}.screens:active{cursor:grabbing}.screens .sc{flex:0 0 calc((100% - 32px)/3);overflow:hidden;border:1px solid #202022;background:#101010;transition:transform .3s ease,border-color .3s ease;user-select:none}@media(max-width:820px){.screens .sc{flex-basis:calc((100% - 16px)/2)}}@media(max-width:520px){.screens .sc{flex-basis:84%}}.screens .sc:hover{transform:translateY(-4px);border-color:#3a3a3d}.screens .sc img{display:block;width:100%;height:auto;aspect-ratio:272/589;object-fit:cover}#how>h2{font-size:clamp(1.375rem,1.8vw,1.75rem);margin-bottom:20px}.steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:4px}.stp{display:flex;flex-direction:column-reverse;justify-content:flex-end;gap:12px;border:1px solid var(--line);border-radius:12px;padding:14px;background:transparent;overflow:hidden}@media(max-width:600px){.steps{grid-template-columns:1fr}.stp{display:flex;flex-direction:column-reverse;align-items:stretch}}.stp h4{font-weight:600;color:#fff;margin-bottom:5px}.stp p{color:#9c9c9c}.stp .img{aspect-ratio:928/780;border-radius:8px;overflow:hidden;background:#eee8df}.stp .img img{display:block;width:100%;height:100%;object-fit:cover}.checks{display:flex;flex-direction:column;gap:12px;margin-top:26px}.checks div{display:flex;align-items:center;gap:11px;font-size:14px;color:#cfcfcf}.checks .ck{width:18px;height:18px;display:block;flex:none}.achi{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:34px 40px;margin-top:20px;max-width:520px}.achi .n{font-family:Space Grotesk Variable,Space Grotesk,sans-serif;font-weight:500;font-size:38px;color:#fff}.achi .l{font-size:12.5px;color:#9c9c9c;margin-top:6px;line-height:1.4}.tstack ul{list-style:none;display:flex;flex-direction:column;gap:10px;margin-bottom:22px;max-width:760px}.tstack ul li{display:flex;gap:12px;font-size:14px;color:#9c9c9c;line-height:1.6}.tstack ul li:before{content:"";width:6px;height:6px;margin-top:8px;background:#3a3a40;border-radius:50%;flex:none}.chips{display:flex;flex-wrap:wrap;gap:10px}.chips span{display:block;width:190px;max-width:100%;overflow:hidden;border-radius:5px}.chips img{display:block;width:100%;height:auto}.bm{width:100%;border-collapse:collapse;border:1px solid var(--line);font-size:13px}.bm th,.bm td{text-align:left;padding:16px 18px;border-bottom:1px solid var(--line);vertical-align:top}.bm th{font-family:Space Grotesk,monospace;font-size:11px;letter-spacing:.06em;text-transform:uppercase;color:#9c9c9c;font-weight:500}.bm td{color:#cfcfcf;line-height:1.55}.bm td:first-child{color:#fff;font-weight:600;white-space:nowrap}.relp{border:1px solid var(--line);display:flex;flex-direction:column;margin-top:8px;overflow:hidden}.relp-main{display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,42%);height:250px;min-height:0}.relp-info{padding:24px;display:flex;flex-direction:column;justify-content:space-between;gap:28px}.relp-logo{display:block;align-self:flex-start;width:auto;height:30px;max-width:210px}.relp-copy h4{font-family:Space Grotesk Variable,Space Grotesk,sans-serif;font-weight:500;font-size:1.5rem;line-height:1.2;color:#f4f4f5;margin-bottom:12px;letter-spacing:-.02em}.relp-copy p{font-size:1.0625rem;color:#b0b0b3;line-height:1.55;max-width:42ch}.relp-preview{border-left:1px solid var(--line);padding:24px;min-width:0;min-height:0;background:#050505;display:flex;align-items:center}.relp-preview img{display:block;width:100%;height:auto;aspect-ratio:16/9;object-fit:cover}.relp-explore{min-height:56px;border-top:1px solid var(--line);background:#0b0b0b;padding:0 24px;display:flex;align-items:center;gap:12px;font-family:Space Grotesk Variable,Space Grotesk,sans-serif;font-size:.9375rem;letter-spacing:.04em;text-transform:uppercase;color:#a7a7aa;transition:color .2s,background-color .2s}.relp:hover .relp-explore{color:#fff}.relp-explore .ar{width:10px;height:10px;border-top:1.4px solid currentColor;border-right:1.4px solid currentColor;transform:rotate(45deg)}@media(max-width:640px){.relp-main{grid-template-columns:1fr;height:auto}.relp-preview{height:220px;border-left:none;border-top:1px solid var(--line)}}.nav-actions{display:flex;align-items:center;gap:12px}.nav-burger{display:none;width:40px;height:40px;align-items:center;justify-content:center;background:none;border:1px solid #2a2a2e;border-radius:8px;cursor:pointer;padding:0;flex:none}.nav-burger b{position:relative;display:block;width:16px;height:2px;background:#e6e6e6;transition:background .2s}.nav-burger b:before,.nav-burger b:after{content:"";position:absolute;left:0;width:16px;height:2px;background:#e6e6e6;transition:transform .25s,top .25s}.nav-burger b:before{top:-5px}.nav-burger b:after{top:5px}body.nav-open .nav-burger b{background:transparent}body.nav-open .nav-burger b:before{top:0;transform:rotate(45deg)}body.nav-open .nav-burger b:after{top:0;transform:rotate(-45deg)}.mobile-menu{display:none;position:absolute;top:100%;left:0;right:0;z-index:49;flex-direction:column;background:#000;backdrop-filter:blur(12px);border-bottom:1px solid #1a1a1a;padding:10px 24px 20px;opacity:0;visibility:hidden;transform:translateY(-6px);transition:opacity .22s,transform .22s,visibility .22s}.mobile-menu a{padding:12px 2px;font-size:16px;color:#e6e6e6;border-bottom:1px solid #141416}.mobile-menu a.mm-sub{padding-left:16px;font-size:14px;color:#9c9c9c}.mobile-menu a:last-child{border-bottom:none}@media(max-width:1023px){.nav-burger{display:inline-flex}.mobile-menu{display:flex}body.nav-open .mobile-menu{opacity:1;visibility:visible;transform:none}}}.dbody .chips span{display:flex;align-items:center;gap:10px;width:auto;padding:9px 14px 9px 10px;background:#090909;border:1px solid var(--line, #1a1a1a);border-radius:8px}.dbody .chips span img{width:22px;height:22px;flex:none;object-fit:contain}.dbody .chips span b{font-weight:500;font-size:13.5px;line-height:1;color:#d0d0d4;white-space:nowrap}
