.Header-module__j_WmEq__header{background-color:var(--color-bg-creme);border-bottom:1px solid var(--color-border);z-index:100;position:sticky;top:0}.Header-module__j_WmEq__inner{justify-content:space-between;align-items:center;max-width:1200px;height:64px;margin:0 auto;padding:0 1.5rem;display:flex}.Header-module__j_WmEq__logo{color:var(--color-text-main);align-items:center;gap:.625rem;font-size:1.25rem;font-weight:700;display:flex}.Header-module__j_WmEq__logoImage{object-fit:contain;width:90px;height:64px}.Header-module__j_WmEq__logoVideo{object-fit:cover;width:90px;height:64px}.Header-module__j_WmEq__logoText{font-weight:700}.Header-module__j_WmEq__nav{gap:2rem;display:flex}.Header-module__j_WmEq__navLink{color:var(--color-text-muted);font-size:.9375rem;font-weight:500;transition:color .15s}.Header-module__j_WmEq__navLink:hover{color:var(--color-text-main)}.Header-module__j_WmEq__actions{align-items:center;gap:1.5rem;display:flex}.Header-module__j_WmEq__loginBtn{color:var(--color-text-main);border-radius:var(--radius-full);border:1px solid var(--color-border);padding:.5rem 1rem;font-size:.9375rem;font-weight:500;transition:border-color .15s}.Header-module__j_WmEq__loginBtn:hover{border-color:var(--color-text-main)}.Header-module__j_WmEq__startBtn{background-color:var(--color-text-main);color:var(--color-white);border-radius:var(--radius-full);padding:.5rem 1.25rem;font-size:.9375rem;font-weight:600;transition:background-color .15s}.Header-module__j_WmEq__startBtn:hover{background-color:#333}@media (max-width:768px){.Header-module__j_WmEq__nav,.Header-module__j_WmEq__loginBtn{display:none}.Header-module__j_WmEq__inner{height:56px;padding:0 .75rem}.Header-module__j_WmEq__logoImage,.Header-module__j_WmEq__logoVideo{width:70px;height:48px}.Header-module__j_WmEq__actions{gap:.75rem}.Header-module__j_WmEq__startBtn{padding:.4rem 1rem;font-size:.8rem}}@media (max-width:480px){.Header-module__j_WmEq__inner{height:52px;padding:0 .5rem}.Header-module__j_WmEq__logoImage,.Header-module__j_WmEq__logoVideo{width:60px;height:42px}.Header-module__j_WmEq__startBtn{padding:.375rem .75rem;font-size:.75rem}}
.DownloadButton-module__QcBvVG__wrapper{align-items:center;display:flex}.DownloadButton-module__QcBvVG__button{--main-focus:#2d8cf0;--font-color:#f5f5f5;--bg-color-sub:#75e86b;--bg-color:#7a7575;--main-color:#dedede;cursor:pointer;border:2px solid var(--main-color);width:150px;height:40px;box-shadow:4px 4px var(--main-color);background-color:var(--bg-color);font-family:var(--font-outfit),sans-serif;border-radius:10px;align-items:center;display:flex;position:relative;overflow:hidden}.DownloadButton-module__QcBvVG__button,.DownloadButton-module__QcBvVG__buttonIcon,.DownloadButton-module__QcBvVG__buttonText{transition:all .3s}.DownloadButton-module__QcBvVG__buttonText{color:var(--font-color);font-size:.9rem;font-weight:600;transform:translate(21px)}.DownloadButton-module__QcBvVG__buttonIcon{background-color:var(--bg-color-sub);justify-content:center;align-items:center;width:39px;height:100%;display:flex;position:absolute;transform:translate(109px)}.DownloadButton-module__QcBvVG__svg{fill:#fff;width:20px}.DownloadButton-module__QcBvVG__button:hover{background:var(--bg-color);box-shadow:2px 2px var(--main-color);transform:translate(1px,1px)}.DownloadButton-module__QcBvVG__button:hover .DownloadButton-module__QcBvVG__buttonText{color:#0000}.DownloadButton-module__QcBvVG__button:hover .DownloadButton-module__QcBvVG__buttonIcon{width:100%;transform:translate(0)}.DownloadButton-module__QcBvVG__button:active{box-shadow:0px 0px var(--main-color);transform:translate(3px,3px)}
.InstallModal-module__TB47dG__overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9999;background:#0006;justify-content:center;align-items:center;animation:.2s ease-out InstallModal-module__TB47dG__fadeIn;display:flex;position:fixed;inset:0}.InstallModal-module__TB47dG__modal{text-align:center;background:#fff;border-radius:20px;width:90%;max-width:380px;padding:2rem;animation:.3s cubic-bezier(.16,1,.3,1) InstallModal-module__TB47dG__slideUp;position:relative;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.InstallModal-module__TB47dG__closeBtn{color:#94a3b8;cursor:pointer;background:0 0;border:none;padding:.5rem;transition:color .2s;position:absolute;top:1rem;right:1rem}.InstallModal-module__TB47dG__closeBtn:hover{color:#64748b}.InstallModal-module__TB47dG__iconWrapper{width:80px;height:80px;margin:0 auto 1.5rem;position:relative}.InstallModal-module__TB47dG__appIcon{background:#f8fafc;border:1px solid #e2e8f0;border-radius:18px;justify-content:center;align-items:center;width:100%;height:100%;display:flex;overflow:hidden;box-shadow:0 10px 15px -3px #0000001a}.InstallModal-module__TB47dG__logoImg{object-fit:cover;width:100%;height:100%}.InstallModal-module__TB47dG__downloadIndicator{background:#22c55e;border:3px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;display:flex;position:absolute;bottom:-5px;right:-5px;box-shadow:0 4px 6px -1px #0000001a}.InstallModal-module__TB47dG__title{color:#0f172a;margin-bottom:.75rem;font-size:1.5rem;font-weight:700}.InstallModal-module__TB47dG__description{color:#64748b;margin-bottom:1.5rem;font-size:.95rem;line-height:1.5}.InstallModal-module__TB47dG__features{text-align:left;background:#f8fafc;border-radius:12px;margin-bottom:2rem;padding:1rem}.InstallModal-module__TB47dG__featureItem{color:#334155;align-items:center;gap:12px;margin-bottom:.5rem;font-size:.85rem;display:flex}.InstallModal-module__TB47dG__featureItem:last-child{margin-bottom:0}.InstallModal-module__TB47dG__featureIcon{color:#3b82f6}.InstallModal-module__TB47dG__nativePromptNote{color:#94a3b8;background:#f1f5f9;border-radius:6px;margin-top:1rem;padding:.4rem;font-size:.75rem;font-style:italic}.InstallModal-module__TB47dG__footer{flex-direction:column;gap:.75rem;display:flex}.InstallModal-module__TB47dG__installBtn{color:#fff;cursor:pointer;background:#0f172a;border:none;border-radius:12px;padding:.875rem;font-size:1rem;font-weight:600;transition:transform .2s,background .2s}.InstallModal-module__TB47dG__installBtn:hover{background:#1e293b;transform:translateY(-1px)}.InstallModal-module__TB47dG__installBtn:active{transform:translateY(0)}.InstallModal-module__TB47dG__notNowBtn{color:#64748b;cursor:pointer;background:0 0;border:none;padding:.5rem;font-size:.9rem;font-weight:500}.InstallModal-module__TB47dG__notNowBtn:hover{color:#475569}@keyframes InstallModal-module__TB47dG__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes InstallModal-module__TB47dG__slideUp{0%{opacity:0;transform:translateY(20px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}
