:root{--font-primary:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--color-primary:#0768ff;--color-primary-light:#16b9ff;--color-primary-dark:#034fd1;--color-background:#050914;--color-background-soft:#080e1c;--color-surface:#0c1424;--color-surface-light:#111d31;--color-white:#fff;--color-text:#f7f9fc;--color-text-secondary:#aab5c6;--color-text-muted:#7d899c;--color-border:#ffffff17;--color-border-light:#ffffff24;--color-success:#20d886;--container-width:1240px;--container-padding:24px;--radius-sm:10px;--radius-md:16px;--radius-lg:24px;--radius-xl:32px;--header-height:86px;--shadow-card:0 30px 80px #00000061, 0 0 0 1px #ffffff0b;--transition:.22s ease}*,:before,:after{box-sizing:border-box}*{margin:0;padding:0}html{scroll-behavior:smooth}body{min-width:320px;min-height:100vh}img,picture,svg,video{max-width:100%;display:block}button,input,textarea,select{font:inherit}a{color:inherit;text-decoration:none}button{background:0 0;border:0}ul,ol{list-style:none}html{background:var(--color-background);scroll-behavior:smooth;scroll-padding-top:var(--header-height)}body{min-width:320px;min-height:100vh;color:var(--color-text);background:var(--color-background);font-family:var(--font-primary);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}body,#root{min-height:100vh}.site{width:100%;min-height:100vh}.container{width:min(calc(100% - (var(--container-padding) * 2)), var(--container-width));margin-inline:auto}.button{cursor:pointer;min-height:52px;transition:transform var(--transition), background-color var(--transition), border-color var(--transition), box-shadow var(--transition);border:1px solid #0000;border-radius:10px;justify-content:center;align-items:center;gap:9px;padding:0 23px;font-size:.9rem;font-weight:700;display:inline-flex}.button:hover{transform:translateY(-2px)}.button--primary{color:#fff;background:linear-gradient(135deg,#066bff,#009fe8);box-shadow:0 14px 34px #0069ff3d}.button--primary:hover{box-shadow:0 18px 40px #0069ff57}.button--ghost{color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0a;border-color:#ffffff2e}.button--ghost:hover{background:#ffffff14;border-color:#ffffff4d}.section-kicker{color:var(--color-primary-light);letter-spacing:.15em;font-size:.72rem;font-weight:800;display:block}.section-kicker--light{color:#8ad8ff}.section-description{color:var(--color-text-secondary)}::selection{color:#fff;background:var(--color-primary)}@media (width<=640px){:root{--container-padding:18px}.button{width:100%}}section[id],#configuracao{scroll-margin-top:20px}.button{text-align:center;padding:12px 20px;line-height:1.45}.button svg{flex-shrink:0}.button--primary{box-shadow:none;background:#075dcc}.button--primary:hover{box-shadow:none;background:#064da9}.button--secondary{color:#164c8e;background:#fff;border-color:#bdcde0}.button--secondary:hover{background:#edf4fc;border-color:#7498c5}:focus-visible{outline-offset:4px;outline:3px solid #168dff}.skip-link{z-index:3000;color:#152236;background:#fff;padding:14px;position:fixed;top:-100px;left:16px}.skip-link:focus{top:12px}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition:none!important;animation:none!important}.button:hover{transform:none}}.header{z-index:1000;width:100%;height:var(--header-height);transition:background-color var(--transition), border-color var(--transition), box-shadow var(--transition);border-bottom:1px solid #0000;position:fixed;top:0;left:0}.header--scrolled{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#040912e6;border-bottom-color:#ffffff14;box-shadow:0 10px 35px #00000029}.header__container{align-items:center;gap:40px;height:100%;display:flex}.header__brand{flex-shrink:0;align-items:center;display:flex}.header__logo{object-fit:contain;width:auto;height:45px}.header__nav{align-items:center;gap:28px;margin-left:auto;display:flex}.header__nav>a:not(.header__mobile-download){color:#ffffffb8;transition:color var(--transition);font-size:.84rem;font-weight:600}.header__nav>a:not(.header__mobile-download):hover{color:#fff}.header__actions{align-items:center;gap:10px;display:flex}.header__download{color:#fff;min-height:42px;transition:background-color var(--transition), transform var(--transition);background:#0878f9;border-radius:9px;align-items:center;gap:8px;padding:0 17px;font-size:.82rem;font-weight:700;display:inline-flex}.header__download:hover{background:#1687ff;transform:translateY(-1px)}.header__menu,.header__mobile-site,.header__mobile-download{display:none}.header__menu,.header__mobile-site{color:#fff;background:#ffffff0b;border:1px solid #ffffff21;border-radius:10px;justify-content:center;align-items:center;width:44px;height:44px}@media (width<=980px) and (width>=761px){.header__nav{top:calc(var(--header-height) - 1px);visibility:hidden;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);opacity:0;transition:visibility var(--transition), opacity var(--transition), transform var(--transition);background:#050b16f7;border:1px solid #ffffff1a;border-radius:16px;flex-direction:column;align-items:stretch;gap:2px;margin:0;padding:12px;display:flex;position:fixed;left:18px;right:18px;transform:translateY(-10px);box-shadow:0 25px 60px #0006}.header__nav--open{visibility:visible;opacity:1;transform:translateY(0)}.header__nav>a:not(.header__mobile-download){border-radius:8px;padding:13px 14px}.header__nav>a:not(.header__mobile-download):hover{background:#ffffff0d}.header__menu{cursor:pointer;display:flex}.header__mobile-download{color:#fff;background:#0878f9;border-radius:9px;justify-content:center;align-items:center;gap:8px;min-height:46px;margin-top:6px;font-size:.86rem;font-weight:700;display:flex}}@media (width<=760px){:root{--header-height:68px}.header{height:var(--header-height);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:linear-gradient(#040912ed,#040912b8)}.header__container{gap:12px}.header__brand{flex:1;min-width:0}.header__logo{max-width:190px;height:36px}.header__nav,.header__download,.header__menu{display:none}.header__mobile-site{display:flex}}@media (width<=380px){.header__logo{max-width:165px;height:32px}.header__mobile-site{width:40px;height:40px}}.header{border-bottom:1px solid var(--color-border);background:#040912f5}.header__nav-link{padding-block:12px;position:relative}.header__nav-link:after{content:"";opacity:0;background:#16b9ff;border-radius:2px;width:22px;height:2px;transition:opacity .18s,transform .18s;position:absolute;bottom:3px;left:50%;transform:translate(-50%)scaleX(.5)}.header__nav>.header__nav-link--active:not(.header__mobile-download){color:#fff}.header__nav-link--active:after{opacity:1;transform:translate(-50%)scaleX(1)}@media (width>=761px) and (width<=980px){.header__nav-link:after{left:14px;transform:scaleX(.5)}.header__nav-link--active:after{transform:scaleX(1)}}.hero{background:#050b16;position:relative;overflow:hidden}.hero__media,.hero__overlay{position:absolute;inset:0}.hero__media img{object-fit:cover;object-position:65% center;width:100%;height:100%}.hero__overlay{background:linear-gradient(90deg,#050b16f5,#050b16bf),linear-gradient(#0000,#050b16)}.hero__container{padding-block:calc(var(--header-height) + 56px) 64px;position:relative}.hero__content{max-width:680px}.hero__title{letter-spacing:-.04em;margin-top:20px;font-size:clamp(2.25rem,5vw,4rem);font-weight:720;line-height:1.1}.hero__title span{color:#54b8ff}.hero__description{color:#c4cedc;max-width:580px;margin-top:24px;line-height:1.75}.hero__actions{flex-wrap:wrap;gap:12px;margin-top:30px;display:flex}.hero__rustdesk{border-top:1px solid var(--color-border-light);align-items:center;gap:16px;margin-top:36px;padding-top:24px;display:flex}.hero__rustdesk-logo{background:#fff;border-radius:4px;flex-shrink:0;width:140px;padding:10px}.hero__rustdesk p{color:#c4cedc;font-size:.85rem;line-height:1.6}.hero__rustdesk p span{display:block}@media (width<=760px){.hero__rustdesk{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:14px;margin-inline:auto}.hero__rustdesk-logo{width:140px;max-width:100%;margin-inline:auto}.hero__rustdesk-logo img{width:100%;height:auto}.hero__rustdesk p{width:100%;max-width:320px;margin-inline:auto;padding-inline:8px}.hero__rustdesk-title{color:#f7f9fc;font-weight:500}.hero__rustdesk-description{color:#b0bfd2;margin-top:4px;font-size:.8rem;line-height:1.65}}@media (width>=761px){.hero__media{left:40%}.hero__overlay{background:linear-gradient(90deg,#050b16 25%,#050b16eb 48%,#050b1640)}.hero__container{padding-block:calc(var(--header-height) + 80px) 90px}.hero__content{width:65%}.hero__rustdesk-logo{width:164px}}.remote-section,.download-section{color:#152236;background:#f5f7fa;padding-block:64px}.remote-section__grid,.download-section__grid{align-items:center;gap:32px;display:grid}.remote-section__content,.download-section__content{min-width:0}.remote-section__content{order:-1}.remote-section__image,.download-section__image{border-radius:12px;height:280px;overflow:hidden}.remote-section__image img,.download-section__image img{object-fit:cover;width:100%;height:100%}.remote-section h2,.steps-section h2,.infrastructure h2,.download-section h2{letter-spacing:-.035em;margin-top:14px;font-size:clamp(1.9rem,3.5vw,3rem);font-weight:700;line-height:1.15}.remote-section .section-kicker,.download-section .section-kicker{color:#075abe}.feature-list{margin-top:28px;display:grid}.feature-list__item{border-bottom:1px solid #dbe2eb;align-items:flex-start;gap:14px;padding-block:19px;display:flex}.feature-list__item svg{color:#075abe;flex-shrink:0}.feature-list__item strong{font-size:.95rem}.feature-list__item p{color:#526176;margin-top:6px;font-size:.875rem;line-height:1.6}.steps-section{background:var(--color-background-soft);padding-block:64px}.steps{gap:24px;margin-top:32px;display:grid}.step{border-top:1px solid var(--color-border-light);padding-top:24px}.step__number{color:#54b8ff;font-size:.85rem;font-weight:700}.step h3{margin-top:14px;font-size:1.2rem;line-height:1.4}.step p{color:#b4c0d0;margin-top:10px;font-size:.9rem;line-height:1.7}.infrastructure{background:#030911;position:relative;overflow:hidden}.infrastructure__background,.infrastructure__overlay{position:absolute;inset:0}.infrastructure__background img{object-fit:cover;width:100%;height:100%}.infrastructure__overlay{background:linear-gradient(90deg,#030911f5,#030911c7)}.infrastructure__container{padding-block:72px;position:relative}.infrastructure__content{max-width:650px}.infrastructure__content p{color:#c1cddd;margin-block:24px;line-height:1.75}.download-section__content>p{color:#526176;margin-top:20px;line-height:1.7}.download-section__actions{flex-wrap:wrap;gap:12px;margin-top:28px;display:flex}.download-brands{align-items:center;gap:18px;margin-top:24px;display:flex}.brand-platform-logo{object-fit:contain;flex-shrink:0;width:auto;height:30px}.download-brands__separator{color:#6f7c8f;flex-shrink:0;font-size:.8rem;font-weight:500}@media (width>=761px){.brand-platform-logo{height:36px}}.download-section .action-status{color:#234571;min-height:24px;font-size:.875rem}.config-card{background:#fff;border:1px solid #d5deea;border-radius:12px;margin-top:20px;padding:20px}.config-card h3{font-size:1.05rem}.config-card dl{margin-top:12px}.config-card dl>div{border-bottom:1px solid #e6ebf1;padding-block:12px}.config-card dt{color:#526176;margin-bottom:6px;font-size:.8rem}.config-card dd{min-width:0}.config-card__intro{color:#526176;margin-top:12px;font-size:.85rem;line-height:1.7}.config-card__value{align-items:flex-start;gap:12px;display:flex}.config-card__value code{flex:1;min-width:0}.config-card__value .copy-control{flex:0 0 104px}.copy-control{min-width:0}.copy-button{min-height:44px;font-size:.8rem}.config-card .copy-button{width:104px;padding:10px}.copy-button--copied,.copy-button--copied:hover{color:#17643b;background:#edf8f0;border-color:#9cccae}.copy-error{color:#9e2f29;margin-top:8px;font-size:.75rem;line-height:1.5;display:block}.download-section__actions>.copy-control{min-width:210px}@media (width<=640px){.download-section__actions>.copy-control{width:100%}}.config-card code{overflow-wrap:anywhere;-webkit-user-select:text;user-select:text;font-size:.85rem;line-height:1.65}.config-card details{border-top:1px solid #e6ebf1;margin-top:20px;padding-top:12px}.config-card summary{cursor:pointer;padding-block:12px;font-weight:600;line-height:1.5}.config-card details p{color:#526176;margin-top:8px;font-size:.875rem;line-height:1.7}@media (width>=761px){.remote-section,.download-section,.steps-section{padding-block:88px}.steps{grid-template-columns:repeat(3,minmax(0,1fr));gap:40px}.infrastructure__container{padding-block:100px}}@media (width>=981px){.remote-section__grid,.download-section__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:64px}.remote-section__content{order:0}.remote-section__image{height:480px}.download-section__image{height:600px}.infrastructure__overlay{background:linear-gradient(90deg,#030911f7,#030911d9 50%,#03091166)}}.footer{display:none}@media (width>=761px){.footer{text-align:center;background:#030812;padding-block:32px;display:block}.footer__container{justify-items:center;gap:16px;display:grid}.footer__brand img{width:160px;height:auto;margin-inline:auto}.footer__brand p{color:#acb9cc;margin-top:12px;font-size:.8rem;line-height:1.6}.footer__links{flex-wrap:wrap;justify-content:center;gap:4px 20px;display:flex}.footer__links a,.footer__links button{color:#b4c0d2;cursor:pointer;align-items:center;min-height:44px;padding:8px;font-size:.8rem;line-height:1.5;display:flex}.footer__links a:hover,.footer__links button:hover{color:#fff;text-decoration:underline}.footer__bottom{color:#98a8bd;flex-direction:column;gap:6px;font-size:.75rem;line-height:1.6;display:flex}}.mobile-bottom-nav{z-index:1000;padding:6px 8px calc(6px + env(safe-area-inset-bottom));border-top:1px solid var(--color-border-light);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#040912f7;position:fixed;inset:auto 0 0}.mobile-bottom-nav__inner{grid-template-columns:repeat(5,minmax(0,1fr));gap:2px;max-width:540px;margin-inline:auto;display:grid}.mobile-bottom-nav__item{color:#aab9cd;border-top:2px solid #0000;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;gap:6px;min-width:0;min-height:56px;display:flex}.mobile-bottom-nav__label{white-space:nowrap;font-size:.65rem;font-weight:600;line-height:1.3}.mobile-bottom-nav__item--active{color:#7bcaff;background:#102139;border-top-color:#54b8ff}@media (width>=761px){.mobile-bottom-nav{display:none}}main{width:100%}.legal-page{max-width:820px;padding-block:calc(var(--header-height) + 48px) 72px;min-height:65vh}.legal-back{color:#9dd4ff;align-items:center;min-height:44px;margin-bottom:24px;display:inline-flex}.legal-page h1{margin-top:16px;font-size:clamp(2rem,5vw,3rem);line-height:1.2}.legal-page section{margin-top:32px}.legal-page h2{margin-bottom:12px;font-size:1.2rem}.legal-page p{color:#b9c6d8;line-height:1.8}.legal-page p a,.cookie-banner a{text-underline-offset:3px;text-decoration:underline}.legal-page .button{margin-top:20px}.cookie-banner{z-index:2100;bottom:calc(80px + env(safe-area-inset-bottom));max-height:calc(100dvh - 170px - env(safe-area-inset-bottom));color:#152236;background:#fff;border:1px solid #d5deea;border-radius:12px;padding:20px;position:fixed;inset-inline:12px;overflow-y:auto;box-shadow:0 8px 36px #0003}.cookie-banner h2{margin-bottom:8px;font-size:1.1rem}.cookie-banner p,.cookie-modal p{font-size:.875rem;line-height:1.6}.cookie-actions{flex-wrap:wrap;gap:10px;margin-top:20px;display:flex}.cookie-actions .button{flex:auto;min-height:44px;padding:10px 14px;font-size:.8rem}.cookie-modal{width:min(560px,100% - 32px);max-height:calc(100dvh - 48px - env(safe-area-inset-bottom));color:#152236;background:#fff;border:1px solid #d5deea;border-radius:16px;margin:auto;padding:24px;position:fixed;inset:0;overflow-y:auto}.cookie-modal::backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#020714bd}.cookie-modal__heading{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:16px;display:flex}.cookie-modal h2{font-size:1.35rem;line-height:1.3}.close-button{cursor:pointer;color:#152236;background:#edf2f8;border-radius:6px;flex-shrink:0;min-width:44px;min-height:44px;font-size:1.7rem}.cookie-category{cursor:pointer;border-bottom:1px solid #dbe2eb;justify-content:space-between;align-items:center;gap:20px;padding-block:20px;display:flex}.cookie-category small{color:#526176;margin-top:6px;font-size:.8rem;line-height:1.6;display:block}.cookie-category input{accent-color:#075abe;flex-shrink:0;width:24px;height:24px}.storage-notice{z-index:2200;bottom:calc(84px + env(safe-area-inset-bottom));color:#152236;background:#fff;border:1px solid #d5deea;border-radius:10px;align-items:center;gap:16px;padding:16px;line-height:1.6;display:flex;position:fixed;inset-inline:16px}.storage-notice button{cursor:pointer;min-width:44px;min-height:44px;font-size:1.5rem}@media (width>=641px){.cookie-actions .button{width:auto}}@media (width>=761px){.cookie-banner{inset-inline:24px;max-width:1100px;max-height:calc(100dvh - 48px);margin-inline:auto;bottom:24px}.storage-notice{max-width:600px;margin-inline:auto;bottom:24px}}.mobile-about{padding-block:40px calc(105px + env(safe-area-inset-bottom));text-align:center;background:#030812}.mobile-about__content{color:#b4c0d2;max-width:440px;font-size:.82rem;line-height:1.65}.mobile-about h2{color:#f7f9fc;margin-bottom:24px;font-size:1.25rem}.mobile-about img{width:170px;height:auto;margin-inline:auto}.mobile-about__name{color:#f7f9fc;margin-top:20px;margin-bottom:6px;font-weight:600}.mobile-about__website{color:#8fcfff;justify-content:center;align-items:center;gap:8px;min-height:44px;margin-top:12px;display:inline-flex}.mobile-about__links{grid-template-columns:repeat(2,minmax(0,1fr));gap:6px 12px;margin-block:22px;display:grid}.mobile-about__links a,.mobile-about__links button{color:#c5cfdd;cursor:pointer;justify-content:center;align-items:center;min-height:44px;padding:8px 0;font-size:.8rem;line-height:1.5;display:flex}.mobile-about a:hover,.mobile-about button:hover{color:#fff;text-decoration:underline}.mobile-about__notice,.mobile-about__copyright{color:#98a8bd;font-size:.72rem}.mobile-about__copyright{margin-top:12px}@media (width>=761px){.mobile-about{display:none}}
