:root{font-family:Inter,Segoe UI,system-ui,sans-serif;color:#eef7fb;background:#050a10;--cyan:#59e4f7;--muted:#98abb7}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#050a10}a{color:inherit;text-decoration:none}.site-head{height:84px;display:flex;align-items:center;gap:50px;padding:0 4.5vw;position:absolute;top:0;left:0;right:0;z-index:10;border-bottom:1px solid #9bc4d11f;background:#040a1080;backdrop-filter:blur(12px)}.brand{font-weight:900;letter-spacing:.13em;font-size:21px}.brand span{display:inline-grid;place-items:center;width:44px;height:32px;margin-right:8px;border:1px solid var(--cyan);border-radius:8px;color:var(--cyan)}.site-head nav{display:flex;gap:28px;flex:1;color:#a9bdc9;font-size:13px}.site-head nav a:hover{color:#fff}.head-actions{margin-left:auto;display:flex;gap:10px;align-items:center}.ghost{padding:10px 14px;color:#b6c7d1}.primary{display:inline-flex;align-items:center;justify-content:space-between;min-width:230px;padding:17px 20px;border-radius:11px;background:linear-gradient(90deg,#087faf,#3ccde4);color:#fff;font-size:13px;font-weight:900;letter-spacing:.04em;box-shadow:0 12px 34px #0ab6dd2b}.primary.small{min-width:auto;padding:11px 16px}.public-hero{height:min(850px,92vh);min-height:660px;position:relative;display:flex;align-items:center;overflow:hidden}.hero-scene{position:absolute;inset:0;background:url('/assets/lynk08-widget-hero.png') 61% center/cover no-repeat;animation:drift 14s ease-in-out infinite alternate}.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,#03070de8 0%,#03070db8 31%,#03070d2e 59%,#03070d17),linear-gradient(0deg,#050a10 0%,transparent 30%)}.hero-copy{position:relative;z-index:2;width:min(760px,55vw);margin:70px 0 0 6vw}.eyebrow{color:var(--cyan);font-size:11px;font-weight:900;letter-spacing:.22em}.hero-copy h1{font-size:clamp(47px,5.6vw,84px);line-height:.97;letter-spacing:-.05em;margin:16px 0 22px;text-shadow:0 5px 35px #000}.hero-copy>p:not(.eyebrow){max-width:620px;color:#bacbd5;font-size:19px;line-height:1.6}.cta{display:flex;align-items:center;gap:25px;margin-top:30px}.video-link{color:#c8d8df;font-size:13px}.trust{display:flex;gap:22px;margin-top:36px;color:#9cb1bd;font-size:12px}.trust b{color:var(--cyan)}.section{max-width:1220px;margin:auto;padding:100px 24px}.section h2{max-width:800px;font-size:clamp(36px,4vw,58px);line-height:1.05;letter-spacing:-.035em;margin:13px 0}.section-lead{max-width:830px;color:var(--muted);font-size:18px;line-height:1.7}.preserve{white-space:pre-line}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px;margin-top:50px}.feature-grid article{min-height:245px;padding:28px;border:1px solid #203c4c;border-radius:19px;background:linear-gradient(145deg,#0d1b25,#08121a)}.feature-grid i{font-style:normal;color:#4cdcf1;font-size:12px}.feature-grid h3{font-size:24px;margin:45px 0 10px}.feature-grid p{color:#8fa5b2;line-height:1.6}.how{display:grid;grid-template-columns:1fr 1.15fr;gap:7vw;border-top:1px solid #152d3a;border-bottom:1px solid #152d3a}.how ol{list-style:none;margin:0;padding:0}.how li{display:grid;grid-template-columns:56px 1fr;gap:18px;padding:25px 0;border-bottom:1px solid #19323f;color:#91a7b4}.how li>b{display:grid;place-items:center;width:44px;height:44px;border:1px solid #2cc8df;border-radius:50%;color:#56dff2}.how li strong{display:block;color:#edf5f9;font-size:19px;margin-bottom:7px}.news-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px;margin-top:45px}.news-card{min-height:245px;padding:27px;border:1px solid #203c4c;border-radius:18px;background:#0b1821;transition:.25s transform,.25s border-color}.news-card:hover{transform:translateY(-5px);border-color:#4edbed}.news-card time,.article-shell time{color:#5fdff0;font-size:11px;letter-spacing:.1em}.news-card h3{font-size:22px;margin:27px 0 10px}.news-card p{color:#91a7b4;line-height:1.55}.news-card span{display:block;margin-top:25px;color:#59dff1;font-size:12px;font-weight:800}.empty-news{margin-top:35px;padding:35px;border:1px dashed #2a4756;border-radius:16px;color:#8fa5b2}footer{display:flex;align-items:center;gap:30px;padding:35px 5vw;border-top:1px solid #17303c;color:#8299a7}footer p{flex:1}.disabled{min-height:calc(100vh - 110px);display:grid;place-items:center;text-align:center;padding:100px 20px}.disabled h1{font-size:50px}.disabled p{color:var(--muted);margin-bottom:30px}.article-shell{max-width:900px;margin:auto;padding:150px 24px 100px}.article-back{color:#69dceb}.article-shell article{margin-top:35px;padding:45px;border:1px solid #203d4c;border-radius:22px;background:#0a151d}.article-shell h1{font-size:clamp(38px,5vw,64px);line-height:1.04;margin:20px 0}.article-summary{color:#b8cad4;font-size:20px;line-height:1.6}.article-body{margin-top:35px;color:#a4b7c2;font-size:17px;line-height:1.8}@keyframes drift{to{transform:scale(1.025)}}@media(prefers-reduced-motion:reduce){.hero-scene{animation:none}}@media(max-width:850px){.site-head nav{display:none}.public-hero{height:auto;min-height:780px;align-items:end}.hero-scene{background-position:68% center}.hero-shade{background:linear-gradient(0deg,#050a10 0%,#03070dd8 45%,#03070d1a 100%)}.hero-copy{width:auto;margin:0;padding:0 24px 70px}.feature-grid,.news-grid{grid-template-columns:1fr}.how{grid-template-columns:1fr}.trust{flex-wrap:wrap}.section{padding:75px 22px}}@media(max-width:520px){.site-head{height:70px;padding:0 18px}.ghost{display:none}.primary.small{font-size:11px}.public-hero{min-height:740px}.hero-copy h1{font-size:43px}.hero-copy>p:not(.eyebrow){font-size:16px}.cta{align-items:flex-start;flex-direction:column}.trust{gap:9px}.section h2{font-size:37px}.article-shell article{padding:25px}footer{align-items:flex-start;flex-direction:column}}
.brand span{font-size:0;background:url('/assets/favicon-512.png') center/cover no-repeat;border:0!important;box-shadow:0 0 22px #48ddff42}
