.account-nav-button{display:inline-flex;align-items:center;gap:7px;padding:6px 10px;border:1px solid var(--edge);border-radius:8px;color:var(--ink);background:#fff;cursor:pointer}.account-nav-button:hover{border-color:#2f6df659;color:var(--blue)}.account-status-dot{width:7px;height:7px;border-radius:50%;background:#20a66a;box-shadow:0 0 0 3px #e4f7ee}.account-backdrop{position:fixed;inset:0;z-index:100;display:grid;place-items:center;padding:20px;background:#10172575;backdrop-filter:blur(8px)}.account-panel{min-width:0;width:min(430px,100%);max-height:min(720px,calc(100vh - 40px));overflow-y:auto;padding:28px;border:1px solid rgba(20,28,45,.12);border-radius:20px;color:var(--ink);background:#fff;box-shadow:0 30px 90px #18233c47}.account-panel-embedded{width:100%;max-height:none;padding:0;border:0;border-radius:0;box-shadow:none;overflow:visible}.account-panel-header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}.account-panel-header h2{margin:0;font-size:27px;line-height:1.15;letter-spacing:-.035em}.account-kicker{margin:0 0 8px;color:var(--blue);font-size:11px;font-weight:800;letter-spacing:.13em;text-transform:uppercase}.account-close{flex:0 0 auto;width:34px;height:34px;border:1px solid var(--edge);border-radius:10px;color:#697181;background:#f8f9fb;cursor:pointer;font-size:22px;line-height:1}.account-close:hover{color:var(--ink);background:#f0f3f8}.account-panel-body{margin:15px 0 22px;color:var(--dim);font-size:14px;line-height:1.65}.account-tabs{display:grid;grid-template-columns:1fr 1fr;gap:4px;padding:4px;border-radius:11px;background:#eef1f6}.account-tabs button{min-height:38px;border:0;border-radius:8px;color:#687181;background:transparent;cursor:pointer;font-size:13px;font-weight:700}.account-tabs button.is-active{color:var(--ink);background:#fff;box-shadow:0 2px 8px #212d461a}.account-form{display:grid;gap:15px;margin-top:20px}.account-form label{display:grid;gap:7px}.account-form label>span,.device-code-field>span{color:#505967;font-size:12px;font-weight:750}.account-form input,.device-code-field input{width:100%;min-height:45px;padding:0 13px;border:1px solid rgba(20,28,45,.15);border-radius:10px;outline:none;color:var(--ink);background:#fbfcfe;font:inherit}.account-form input:focus,.device-code-field input:focus{border-color:#5984ed;box-shadow:0 0 0 3px #2f6df61c}.account-form small,.device-code-field small{margin-top:-7px;color:#858d99;font-size:11px;line-height:1.5}.account-submit{display:inline-flex;align-items:center;justify-content:center;width:100%;min-height:45px;padding:0 18px;border:0;border-radius:10px;color:#fff;background:var(--blue);box-shadow:0 10px 24px #2f6df62e;cursor:pointer;font-size:13px;font-weight:750}.account-submit:hover:not(:disabled){background:var(--blue-dark)}.account-submit:disabled{opacity:.6;cursor:wait}.account-submit-secondary{margin-top:5px;color:#445062;background:#eef1f6;box-shadow:none}.account-submit-secondary:hover:not(:disabled){color:var(--ink);background:#e4e8ef}.account-state{margin:25px 0 4px;color:var(--dim);font-size:14px}.account-label{margin:0 0 7px;color:#7e8794;font-size:11px;font-weight:750;letter-spacing:.05em;text-transform:uppercase}.account-signed-in{margin-top:28px}.account-signed-in>strong,.device-approve>strong{display:block;font-size:17px;overflow-wrap:anywhere}.account-signed-in>p:not(.account-label,.account-message),.device-approve>p:not(.account-label,.account-message){margin:11px 0 20px;color:var(--dim);font-size:13px;line-height:1.6}.account-message{margin:0;padding:10px 12px;border-radius:9px;font-size:12px;line-height:1.5}.account-message-error{color:#9c2c2c;background:#fff0ef}.account-message-warning{margin-bottom:14px;color:#76500c;background:#fff7df}.device-page{min-height:100vh;background:radial-gradient(circle at 12% 0%,#e7efff 0,transparent 34%),#f7f8fb}.device-header{display:flex;align-items:center;justify-content:space-between;min-height:76px;border-bottom:1px solid rgba(20,28,45,.07)}.device-header-actions{display:flex;align-items:center;gap:18px;color:#5d6675;font-size:13px}.device-header-actions>a:hover{color:var(--blue)}.device-main{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(280px,.75fr);gap:24px;align-items:start;padding-block:58px 80px}.device-card{min-width:0;padding:clamp(28px,5vw,54px);border:1px solid var(--edge);border-radius:24px;background:#fffffff2;box-shadow:0 25px 70px #2635531a}.device-card>h1{max-width:640px;margin:0;font-size:clamp(36px,5vw,56px);line-height:1.02;letter-spacing:-.05em}.device-lead{max-width:650px;margin:20px 0 0;color:var(--dim);font-size:15px;line-height:1.7}.device-steps{display:flex;align-items:center;gap:12px;margin:30px 0;color:#939aa6;font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.device-steps i{width:36px;height:1px;background:#dce1e9}.device-steps .is-current{color:var(--blue)}.device-steps .is-complete{color:#188557}.device-code-field{display:grid;gap:9px}.device-code-field input{height:59px;padding-inline:17px;color:#2458c6;background:#f7f9fd;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:25px;font-weight:750;letter-spacing:.14em;text-transform:uppercase}.device-code-field input:disabled{color:#7b8490;background:#f0f2f5}.device-code-field small{margin:0}.device-sign-in{margin-top:30px;padding-top:28px;border-top:1px solid #e9ecf1}.device-sign-in>h2{margin:0;font-size:23px;letter-spacing:-.03em}.device-sign-in>p:not(.account-message){margin:9px 0 24px;color:var(--dim);font-size:13px;line-height:1.6}.device-sign-in>.account-message{margin-bottom:16px}.device-sign-in .account-panel-header{display:none}.device-sign-in .account-panel-body{margin-top:0}.device-approve{margin-top:30px;padding-top:28px;border-top:1px solid #e9ecf1}.device-approve form{margin-top:18px}.device-success{display:flex;gap:14px;margin-top:28px;padding:18px;border:1px solid #cde9da;border-radius:13px;color:#176d49;background:#effaf4}.device-success>span{display:grid;place-items:center;flex:0 0 auto;width:28px;height:28px;border-radius:50%;color:#fff;background:#239864}.device-success strong{display:block;margin:2px 0 5px}.device-success p{margin:0;color:#49715f;font-size:13px;line-height:1.55}.device-approved-code{display:block;width:fit-content;margin-top:10px;padding:4px 8px;border-radius:7px;color:#176d49;background:#dff3e8;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-weight:750;letter-spacing:.1em}.device-notes{display:grid;gap:14px}.device-notes article{display:flex;gap:14px;padding:24px;border:1px solid var(--edge);border-radius:18px;background:#ffffffb8}.device-notes article>span{display:grid;place-items:center;flex:0 0 auto;width:35px;height:35px;border-radius:10px;color:var(--blue);background:#e8efff;font-weight:800}.device-notes h2{margin:3px 0 9px;font-size:16px;letter-spacing:-.02em}.device-notes p{margin:0;color:var(--dim);font-size:12px;line-height:1.65}@media(max-width:850px){.device-main{grid-template-columns:minmax(0,1fr)}.device-notes{grid-template-columns:1fr 1fr}}@media(max-width:540px){.site-header nav{gap:8px}.account-nav-button{padding-inline:9px}.account-backdrop{align-items:end;padding:0}.account-panel:not(.account-panel-embedded){width:100%;max-height:calc(100vh - 16px);padding:24px 20px;border-radius:20px 20px 0 0}.device-header{min-height:64px}.device-header-actions{gap:9px}.device-header-actions>a{display:none}.device-main{padding-block:24px 50px}.device-card{padding:24px 20px;border-radius:19px}.device-card>h1{font-size:38px}.device-code-field input{font-size:21px}.device-notes{grid-template-columns:1fr}}:root{color:#15171b;background:#f7f8fb;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility;--blue: #2f6df6;--blue-dark: #1f55d6;--ink: #15171b;--dim: #697181;--edge: rgba(20, 28, 45, .11);--surface: #fff}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px}a{color:inherit;text-decoration:none}button{font:inherit}.shell{width:min(1140px,calc(100% - 48px));margin-inline:auto}.site-header{position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;height:68px;padding:0 max(24px,calc((100% - 1140px)/2));border-bottom:1px solid rgba(20,28,45,.07);background:#f7f8fbdb;backdrop-filter:blur(18px)}.brand{display:inline-flex;align-items:center;gap:10px;font-weight:750;letter-spacing:-.02em}.brand-mark{display:grid;place-items:center;width:34px;height:34px;border-radius:10px;color:#fff;background:linear-gradient(145deg,#4a80f8,#255bdc);box-shadow:0 8px 18px #2f6df63d;font-size:14px;letter-spacing:-.08em}nav{display:flex;align-items:center;gap:28px;color:#4e5664;font-size:14px}nav a:hover{color:var(--blue)}.language-button{border:1px solid var(--edge);background:#fff;padding:6px 10px;border-radius:8px;cursor:pointer;color:var(--ink)}.hero{display:grid;grid-template-columns:.92fr 1.08fr;align-items:center;gap:72px;min-height:690px;padding-block:80px 90px}.eyebrow{margin:0 0 15px;color:var(--blue);font-size:12px;font-weight:800;letter-spacing:.13em;text-transform:uppercase}h1,h2,h3,p{overflow-wrap:break-word}h1{margin:0;font-size:clamp(48px,6vw,76px);line-height:.98;letter-spacing:-.055em}h1 span{display:block;color:var(--blue)}.lead{max-width:570px;margin:28px 0;color:var(--dim);font-size:19px;line-height:1.65}.hero-actions{display:flex;flex-wrap:wrap;gap:12px}.button{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 20px;border-radius:11px;font-size:14px;font-weight:700}.button-primary{color:#fff;background:var(--blue);box-shadow:0 12px 28px #2f6df633}.button-primary:hover{background:var(--blue-dark);transform:translateY(-1px)}.button-secondary{border:1px solid var(--edge);background:var(--surface)}.platforms{display:flex;align-items:center;gap:10px;margin-top:22px;color:#858c98;font-size:12px}.platforms i{width:3px;height:3px;border-radius:50%;background:#aab0ba}.demo{position:relative;min-height:480px;padding:80px 10px 20px;border-radius:30px;background:radial-gradient(circle at 74% 18%,#dfe9ff,transparent 32%),linear-gradient(150deg,#eef2fa,#e5eaf3);box-shadow:inset 0 0 0 1px #283c5a0f}.demo:before{content:"";position:absolute;inset:24px;border-radius:18px;border:1px solid rgba(67,84,112,.08)}.demo-hint{position:relative;margin:0 46px 34px;color:#7c8491;font-size:12px}.demo-hint span{margin-right:7px;color:var(--blue)}.sentence{position:relative;margin:0 45px;color:#58606d;font-family:Georgia,serif;font-size:18px;line-height:1.7}mark{padding:2px 4px;border-radius:5px;color:#1d4fbf;background:#2f6df62e}.lookup-card{position:relative;width:min(430px,calc(100% - 34px));margin:16px auto 0;overflow:hidden;border:1px solid rgba(20,28,45,.12);border-radius:15px;background:#fffffff5;box-shadow:0 25px 70px #25324e2e,0 3px 8px #25324e14}.lookup-title{display:flex;justify-content:space-between;align-items:center;padding:17px 19px 13px}.lookup-title div{display:flex;align-items:baseline;gap:9px}.lookup-title strong{font-size:22px}.lookup-title span{color:#89909b;font-family:Georgia,serif;font-size:12px}.lookup-title b{color:var(--blue);font-size:14px}.lookup-row{padding:13px 19px;border-top:1px solid #edf0f4}.lookup-row small{display:block;margin-bottom:6px;color:#8a929f;font-size:9px;font-weight:800;letter-spacing:.1em}.lookup-row p{margin:0;font-size:13px;line-height:1.55}.lookup-row em{margin-right:8px;color:var(--blue);font-size:11px}.lookup-card footer{display:flex;justify-content:space-between;padding:10px 19px;color:#979eaa;background:#fafbfc;font-size:10px}.spark{color:var(--blue)}.features-section{padding:110px 0 120px;background:#fff}h2{max-width:780px;margin:0;font-size:clamp(36px,4.5vw,58px);line-height:1.08;letter-spacing:-.045em}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:55px}.feature{min-height:260px;padding:28px;border:1px solid var(--edge);border-radius:18px;background:#fbfcfe}.feature>span{display:grid;place-items:center;width:43px;height:43px;border-radius:12px;color:var(--blue);background:#eaf0ff;font-weight:800}.feature h3{margin:42px 0 12px;font-size:19px;letter-spacing:-.02em}.feature p{margin:0;color:var(--dim);font-size:14px;line-height:1.65}.privacy{display:grid;grid-template-columns:1.15fr .85fr;gap:100px;align-items:center;padding-block:125px}.privacy>div>p:last-child{max-width:640px;color:var(--dim);line-height:1.75}.privacy-card{padding:14px;border:1px solid var(--edge);border-radius:19px;background:#fff;box-shadow:0 20px 50px #28375514}.privacy-card div{display:flex;align-items:center;gap:12px;padding:16px}.privacy-card div+div{border-top:1px solid #edf0f4}.privacy-card span{display:grid;place-items:center;width:25px;height:25px;border-radius:50%;color:#18794e;background:#e8f7ef;font-size:12px}.privacy-card strong{font-size:14px}.download-section{padding:115px 0;color:#fff;background:#151923}.download-section .eyebrow{color:#8eafff}.download-section h2{max-width:760px}.release-state{margin:30px 0 0;color:#aeb6c5}.release-meta{display:flex;flex-wrap:wrap;justify-content:space-between;gap:12px;margin-top:30px;color:#9ba6b7;font-size:12px}.release-meta span:first-child{color:#b8cbff;font-weight:700}.download-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin-top:28px}.download-card{display:flex;align-items:center;gap:15px;padding:19px;border:1px solid rgba(255,255,255,.12);border-radius:15px;background:#ffffff0e;transition:border-color .2s,background .2s,transform .2s}.download-card:hover{border-color:#668ff0;background:#4670dc24;transform:translateY(-2px)}.os-icon{display:grid;place-items:center;width:42px;height:42px;border-radius:11px;background:#ffffff1a;font-size:20px}.download-copy{display:flex;flex:1;flex-direction:column;gap:5px}.download-copy small{color:#99a3b4}.download-action{color:#a9c0ff;font-size:12px;font-weight:700}.github-release{display:inline-block;margin-top:25px;color:#a9b3c2;font-size:13px}.github-release:hover{color:#fff}.site-footer{display:flex;justify-content:space-between;align-items:center;min-height:110px;color:#828996;font-size:12px}@media(max-width:850px){nav a{display:none}.hero{grid-template-columns:1fr;gap:48px;padding-top:70px}.hero-copy{text-align:center}.lead{margin-inline:auto}.hero-actions,.platforms{justify-content:center}.demo{width:min(620px,100%);margin-inline:auto}.feature-grid{grid-template-columns:1fr}.feature{min-height:210px}.feature h3{margin-top:28px}.privacy{grid-template-columns:1fr;gap:42px}.download-grid{grid-template-columns:1fr}}@media(max-width:540px){.shell{width:min(100% - 28px,1140px)}.site-header{height:60px;padding-inline:14px}.brand-mark{width:31px;height:31px}h1{font-size:47px}.hero{min-height:auto;padding-block:55px 65px}.demo{min-height:430px;padding-top:60px;border-radius:22px}.demo-hint,.sentence{margin-inline:25px}.sentence{font-size:16px}.lookup-title{align-items:flex-start}.lookup-title div{flex-direction:column;gap:2px}.features-section,.privacy,.download-section{padding-block:85px}.site-footer{flex-direction:column;justify-content:center;gap:10px;text-align:center}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition-duration:.01ms!important}}
