:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6;font-weight:400;color-scheme:light;color:#1a1a1a;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{text-decoration:none;color:inherit;transition:color .2s ease}body{margin:0;min-width:320px;min-height:100vh}h1,h2,h3{font-weight:700;letter-spacing:-.01em}button{font-family:inherit;cursor:pointer}button:focus,button:focus-visible{outline:2px solid #1a1a1a;outline-offset:2px}.language-toggle{position:relative;display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border:1px solid #cbd5e1;border-radius:8px;background:#fff;color:#0f172a;font-size:.75rem;font-weight:700;cursor:pointer;transition:all .18s ease;flex-shrink:0}.language-toggle:hover{border-color:#94a3b8;background:#f8fafc;box-shadow:0 4px 12px #0f172a14}.language-toggle:active{transform:scale(.95)}.language-toggle.animating{opacity:.6}.lang-badge{display:block;padding:.25rem 0;transition:transform .15s ease}.language-toggle.animating .lang-badge{transform:rotateY(180deg)}.header{position:sticky;top:0;z-index:100;background:#fffffff5;border-bottom:1px solid #dfe3e8;padding:.8rem 0;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.header-container{width:min(1160px,calc(100% - 48px));margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:1.2rem}.header-left,.header-right{flex-shrink:0}.logo{display:inline-flex;align-items:center;gap:.6rem;color:#141414;text-decoration:none;font-size:1rem;font-weight:800}.logo-mark{width:34px;height:34px;object-fit:contain;border-radius:8px;background:#fff}.header-nav{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:.25rem}.nav-link{min-height:38px;padding:.45rem .75rem;border:1px solid transparent;border-radius:8px;background:transparent;color:#4b5563;cursor:pointer;font-size:.9rem;font-weight:650;transition:color .16s ease,background .16s ease,border-color .16s ease}.nav-link:hover{color:#141414;background:#f2f4f6;border-color:#dfe3e8}.header-right{display:flex;align-items:center}@media(max-width:780px){.header-container{width:min(100% - 32px,1160px);align-items:flex-start;flex-wrap:wrap}.header-nav{order:3;width:100%;justify-content:flex-start}}@media(max-width:520px){.header{padding:.7rem 0}.header-container{width:min(100% - 24px,1160px);gap:.75rem}.logo span{font-size:.95rem}.logo-mark{width:30px;height:30px}.nav-link{min-height:34px;padding:.35rem .55rem;font-size:.84rem}}.disclosure{padding:4.25rem 0;background:#f6f7f9;border-bottom:1px solid #dfe3e8;scroll-margin-top:96px}.disclosure-surface{width:min(980px,calc(100% - 48px));margin:0 auto}.disclosure-header{margin-bottom:1.2rem;display:grid;row-gap:.45rem}.disclosure-subtitle{color:#4b5563;font-size:.98rem;font-weight:650}.disclosure-body{display:grid;gap:1rem}.disclosure-description{margin:0;color:#39414c;font-size:.98rem;line-height:1.8}.disclosure-grid{display:grid;gap:1rem;grid-template-columns:1.2fr .8fr}.disclosure-card{padding:1.25rem;background:#fff;border:1px solid #dfe3e8;border-radius:8px}.disclosure-card-cta{background:#141414;color:#fff;border-color:#141414}.disclosure-card-title,.disclosure-cta-title{margin:0 0 .75rem;color:#141414;font-size:1rem;font-weight:800}.disclosure-card-cta .disclosure-card-title,.disclosure-card-cta .disclosure-cta-title,.disclosure-card-cta .disclosure-cta-hint{color:#fff}.disclosure-list{margin:0;padding-left:1.1rem;color:#39414c;font-size:.95rem;line-height:1.7}.disclosure-list li{margin-bottom:.45rem}.disclosure-list li:last-child{margin-bottom:0}.disclosure-cta-hint{margin:0 0 1rem;color:#ffffffb8;font-size:.94rem;line-height:1.6}.disclosure-button{display:inline-flex;align-items:center;justify-content:center;gap:.45rem;min-height:42px;padding:.68rem .98rem;background:#fff;color:#141414;border:1px solid #ffffff;border-radius:8px;text-decoration:none;font-size:.9rem;font-weight:740;transition:transform .16s ease,box-shadow .16s ease}.disclosure-button:hover{transform:translateY(-1px);box-shadow:0 10px 20px #0000002e}.button-icon,.button-text{display:inline}@media(max-width:780px){.disclosure{padding:3.25rem 0;scroll-margin-top:132px}.disclosure-surface{width:min(100% - 32px,980px)}.disclosure-grid{grid-template-columns:1fr}}@media(max-width:520px){.disclosure-surface{width:min(100% - 24px,980px)}.disclosure-button{width:100%}}:root{--page-bg: #f6f7f9;--surface: #ffffff;--ink: #141414;--muted: #5b6470;--line: #dfe3e8;--line-strong: #c8d0d9;--teal: #14756d;--teal-soft: #e4f5f2;--coral: #c4492d;--coral-soft: #fae9e4;--amber: #9a5b00;--amber-soft: #fff0cf;--blue: #295bdb;--blue-soft: #e8eefc;--shadow: 0 18px 40px rgba(20, 20, 20, .08)}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:var(--page-bg);color:var(--ink);line-height:1.65}button,a{font:inherit}#root{width:100%;min-height:100vh;display:flex;flex-direction:column}.route-loading{min-height:100vh;background:var(--page-bg)}.section-frame{width:min(1160px,calc(100% - 48px));margin:0 auto}.section-heading{max-width:780px;margin-bottom:2rem;display:grid;gap:.5rem}.section-title{font-size:1.75rem;font-weight:750;color:var(--ink);word-break:keep-all}.section-subtitle{font-size:1rem;color:var(--muted);font-weight:500;word-break:keep-all}.hero{padding:3.2rem 0 2rem;background:#fff;border-bottom:1px solid var(--line)}.hero-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(340px,.95fr);gap:3rem;align-items:center}.hero-copy{max-width:720px}.hero-eyebrow{display:inline-flex;align-items:center;min-height:28px;padding:.2rem .65rem;margin-bottom:1rem;border:1px solid var(--line-strong);border-radius:999px;background:#fff;color:var(--teal);font-size:.86rem;font-weight:700}.hero-title{max-width:720px;margin-bottom:1rem;color:var(--ink);font-size:3rem;line-height:1.08;font-weight:800;word-break:keep-all}.hero-subtitle{max-width:680px;margin-bottom:.85rem;color:#2f353d;font-size:1.22rem;line-height:1.75;font-weight:520;word-break:keep-all}.hero-meta{margin-bottom:1.65rem;color:var(--muted);font-size:.98rem;font-weight:560;word-break:keep-all}.hero-actions{display:flex;flex-wrap:wrap;gap:.8rem;margin-bottom:1.8rem}.cta-button{display:inline-flex;align-items:center;justify-content:center;gap:.55rem;min-height:46px;padding:.78rem 1.15rem;border:1px solid var(--ink);border-radius:8px;text-decoration:none;font-size:.94rem;font-weight:700;cursor:pointer;transition:transform .16s ease,box-shadow .16s ease,background .16s ease}.cta-button:hover{transform:translateY(-1px);box-shadow:0 10px 22px #1414141f}.cta-button:active{transform:translateY(0)}.cta-button-primary{background:var(--ink);color:#fff}.cta-button-secondary{background:#fff;color:var(--ink);border-color:var(--line-strong)}.cta-icon{width:24px;height:24px;border-radius:6px}.hero-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem;max-width:690px}.hero-metric{min-height:92px;padding:.9rem;background:#fff;border:1px solid var(--line);border-radius:8px}.hero-metric strong{display:block;margin-bottom:.22rem;font-size:1.45rem;line-height:1.1;color:var(--ink)}.hero-metric span{display:block;color:var(--muted);font-size:.86rem;line-height:1.45}.hero-panel{padding:1.1rem;border-radius:8px;background:#151515;color:#fff;box-shadow:var(--shadow);border:1px solid rgba(255,255,255,.08)}.hero-panel-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding:.4rem .35rem 1rem;border-bottom:1px solid rgba(255,255,255,.14)}.hero-panel-kicker{margin-bottom:.25rem;font-size:.92rem;font-weight:760}.hero-panel-subtitle{max-width:360px;color:#ffffffad;font-size:.88rem;line-height:1.55}.hero-panel-logo{width:42px;height:42px;object-fit:contain;border-radius:8px;background:#fff}.hero-stack{display:grid;gap:.65rem;padding-top:.95rem}.hero-stack-row{display:grid;grid-template-columns:92px minmax(0,1fr);gap:1rem;align-items:center;min-height:96px;padding:.75rem .85rem;border:1px solid rgba(255,255,255,.1);border-radius:8px;background:#ffffff0e}.hero-stack-thumb{position:relative;width:92px;height:68px;border-radius:8px;overflow:hidden;background:#ffffff1a;border:1px solid rgba(255,255,255,.14)}.hero-stack-thumb img{display:block;width:100%;height:100%;object-fit:cover}.hero-stack-row strong,.hero-stack-row span{display:block}.hero-stack-row strong{font-size:.98rem;line-height:1.25}.hero-stack-row span{margin-top:.15rem;color:#ffffffa8;font-size:.86rem;line-height:1.45}.products,.mobile-apps{padding:4.25rem 0;border-bottom:1px solid var(--line);scroll-margin-top:96px}.product-portfolio{background:#fff}.mobile-apps{background:#f5f7f8}.portfolio-grid,.app-grid{display:grid;gap:1rem}.portfolio-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.portfolio-card,.app-card,.about-card,.about-timeline{border:1px solid var(--line);border-radius:8px;background:#fff}.portfolio-card{display:flex;flex-direction:column;min-height:360px;padding:1.2rem;position:relative;overflow:hidden;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}.portfolio-card-excraper{grid-column:span 2}.portfolio-card:before{content:"";position:absolute;inset:0 0 auto;height:4px;background:var(--teal)}.portfolio-card-shorts33:before{background:var(--coral)}.portfolio-card-simplemirror:before{background:var(--blue)}.portfolio-card-loci:before{background:var(--amber)}.portfolio-card:hover,.app-card:hover{transform:translateY(-2px);box-shadow:var(--shadow);border-color:var(--line-strong)}.portfolio-card-top{display:flex;align-items:flex-start;justify-content:flex-start;gap:1rem;margin-bottom:1.1rem}.portfolio-mark,.app-icon{display:grid;place-items:center;flex:0 0 auto;border-radius:8px;background:#f2f4f6;border:1px solid var(--line);overflow:hidden}.portfolio-mark{width:104px;height:76px}.portfolio-mark img,.app-icon img{width:100%;height:100%;object-fit:cover}.portfolio-mark span,.app-icon span{color:var(--ink);font-weight:800}.portfolio-card-excraper .portfolio-mark{background:var(--teal-soft)}.portfolio-card-shorts33 .portfolio-mark{background:var(--coral-soft)}.portfolio-card-loci .portfolio-mark{background:var(--amber-soft)}.portfolio-card-simplemirror .portfolio-mark{background:#111827}.portfolio-card-simplemirror .portfolio-mark img{object-fit:contain;padding:.45rem}.product-tags{display:flex;flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:.4rem;min-width:0}.product-tag{display:inline-flex;align-items:center;justify-content:center;min-height:26px;padding:.2rem .55rem;border-radius:999px;font-size:.73rem;font-weight:760;white-space:nowrap}.product-tag-live{background:var(--teal-soft);color:var(--teal);border:1px solid #b9dfd9}.product-tag-beta{background:var(--blue-soft);color:var(--blue);border:1px solid #c9d7fb}.product-tag-featured{background:var(--amber-soft);color:var(--amber);border:1px solid #f1d89c}.portfolio-card-body{display:grid;align-content:start;gap:.85rem;flex:1}.product-title-row{display:flex;align-items:flex-start;justify-content:flex-start;flex-wrap:wrap;gap:.55rem .75rem}.product-title-row .product-tags{padding-top:.05rem}.product-name,.app-name{color:var(--ink);font-size:1.28rem;line-height:1.25;font-weight:800;min-width:0}.product-description,.app-description{color:#39414c;font-size:.97rem;line-height:1.75;word-break:keep-all}.product-points{display:flex;flex-wrap:wrap;gap:.45rem;margin-top:.2rem;list-style:none}.product-points li{padding:.28rem .55rem;border-radius:999px;background:#f2f4f6;color:#39414c;font-size:.8rem;font-weight:650}.product-link-button{display:inline-flex;align-items:center;justify-content:center;gap:.45rem;min-height:42px;width:fit-content;margin-top:1.15rem;padding:.68rem .98rem;background:var(--ink);color:#fff;text-decoration:none;font-size:.9rem;font-weight:740;border:1px solid var(--ink);border-radius:8px;transition:transform .16s ease,box-shadow .16s ease,background .16s ease}.product-link-button:hover{transform:translateY(-1px);box-shadow:0 10px 20px #1414141f;background:#000}.product-actions{display:flex;flex-wrap:wrap;gap:.7rem;margin-top:1.15rem}.product-actions .product-link-button,.app-actions .product-link-button{margin-top:0}.product-link-muted{background:#fff;color:var(--ink);border-color:var(--line-strong)}.product-link-muted:hover{background:#f2f4f6;color:var(--ink)}.app-grid{grid-template-columns:1.12fr .88fr;align-items:stretch}.app-card{display:flex;flex-direction:column;padding:1.25rem;min-height:248px;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}.app-card-featured{grid-row:span 2;min-height:100%;background:#fff;border-color:#bddbd7}.app-card-loci{background:#fffaf0}.app-card-shorts33Android{background:#fff7f4}.app-thumbnail{width:100%;aspect-ratio:16 / 9;margin-bottom:1rem;border-radius:8px;overflow:hidden;background:#fff;border:1px solid var(--line)}.app-thumbnail img{display:block;width:100%;height:100%;object-fit:cover}.app-card-simplemirror .app-thumbnail{background:#111827}.app-card-simplemirror .app-thumbnail img{object-fit:contain;padding:1rem}.app-identity{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:.8rem}.app-icon{width:74px;height:74px}.app-card-featured .app-icon{width:96px;height:96px}.app-description{flex:1}.app-actions{display:flex;flex-wrap:wrap;gap:.7rem;margin-top:1rem}.about{padding:4.25rem 0;background:#fff;border-bottom:1px solid var(--line);scroll-margin-top:96px}.about-surface{width:min(980px,calc(100% - 48px));margin:0 auto}.about-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.2rem}.section-divider{flex:1;height:1px;background:var(--line)}.about-content{display:grid;gap:1.2rem}.about-lead{max-width:880px;color:#2f353d;font-size:1.08rem;line-height:1.85;font-weight:560;word-break:keep-all}.about-grid{display:grid;gap:1rem;grid-template-columns:repeat(2,minmax(0,1fr))}.about-card,.about-timeline{padding:1.25rem}.about-card-title{margin-bottom:.75rem;color:var(--ink);font-size:1rem;font-weight:800}.about-list{margin:0;padding-left:1.1rem;color:#39414c;font-size:.96rem;line-height:1.7}.about-list li{margin-bottom:.45rem}.about-list li:last-child{margin-bottom:0}.about-timeline-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1rem}.about-timeline-badge{padding:.25rem .55rem;border-radius:999px;background:var(--teal-soft);color:var(--teal);font-size:.78rem;font-weight:760}.about-timeline-list{list-style:none;display:grid;gap:.65rem}.about-timeline-list li{display:grid;grid-template-columns:18px minmax(0,1fr);gap:.55rem;color:#39414c;font-size:.96rem;line-height:1.65}.about-timeline-dot{width:8px;height:8px;margin-top:.55rem;border-radius:999px;background:var(--teal)}.footer{margin-top:auto;padding:2rem 0;background:#111;color:#ffffffb8}.footer-content{width:min(960px,calc(100% - 48px));margin:0 auto;text-align:center}.footer-text,.company-name,.company-address,.footer-details{font-size:.9rem}.footer-info{margin-top:1.2rem;padding-top:1.2rem;border-top:1px solid rgba(255,255,255,.14)}.company-name{color:#fff;font-weight:700}.company-address{margin-top:.2rem;color:#ffffffad}.footer-details{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:.5rem;margin-top:.85rem}.footer-divider{opacity:.45}.footer-email,.footer-certificate{color:#9ee3dc;text-decoration:none}.footer-email:hover,.footer-certificate:hover{text-decoration:underline}@media(max-width:980px){.hero-grid,.portfolio-grid,.app-grid,.about-grid{grid-template-columns:1fr}.portfolio-card-excraper{grid-column:auto}.hero-panel{max-width:680px}.app-card-featured{grid-row:auto}}@media(max-width:720px){.section-frame,.about-surface,.footer-content{width:min(100% - 32px,1160px)}.hero{padding:2rem 0 1.5rem}.hero-title{font-size:2.35rem;line-height:1.12}.hero-subtitle{font-size:1.04rem}.hero-metrics,.hero-panel{display:none}.products,.mobile-apps,.about{padding:3.25rem 0;scroll-margin-top:132px}}@media(max-width:520px){.section-frame,.about-surface,.footer-content{width:min(100% - 24px,1160px)}.hero-title{font-size:2rem}.hero-actions,.product-actions,.app-actions{flex-direction:column;align-items:stretch}.cta-button,.product-link-button{width:100%}.hero-panel-header,.portfolio-card-top{align-items:flex-start}.hero-stack-row{grid-template-columns:82px minmax(0,1fr)}.hero-stack-thumb{width:82px;height:62px}.product-tags{justify-content:flex-start}.about-header,.about-timeline-header{align-items:flex-start;flex-direction:column}.section-divider{width:72px;flex:0 0 1px}}
