:root{--tc-primary:#000;--tc-primary-soft:#333;--tc-off-white:#e8e6df;--tc-gray:#737477;--tc-gray1:#707070;--tc-deep-purple:#4c1d95;--tc-accent:#553bcc;--tc-radius:12px;--tc-shadow:0 8px 32px #00000014;--font-orbitron:"Orbitron", system-ui, sans-serif;--font-mono:"IBM Plex Mono", ui-monospace, monospace;--font-sans:"IBM Plex Sans", system-ui, sans-serif;--font-serif:"IBM Plex Serif", Georgia, serif;--font-arabic:"Tajawal", "Noto Sans Arabic", "Segoe UI", Tahoma, sans-serif;--tc-night-bg:#18181c;--tc-night-well:#1c1c22;--tc-night-surface:#1f1f26;--tc-night-raised:#26262e}html[lang=ar]{--font-sans:var(--font-arabic);--font-serif:var(--font-arabic);--font-mono:var(--font-arabic);--font-orbitron:var(--font-arabic)}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth}body{min-height:100vh;font-family:var(--font-sans);background:var(--tc-off-white);color:#1a1a1a;-webkit-font-smoothing:antialiased;margin:0}body.tc-night{background:var(--tc-night-bg);color:#e8e6e0}#root{min-height:100vh}a{color:var(--tc-accent)}button{font-family:inherit}.tc-app{flex-direction:column;min-height:100vh;display:flex}.tc-header{z-index:40;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#000000eb;border-bottom:1px solid #ffffff0f;position:sticky;top:0}.tc-night .tc-header{background:#18181cf2}.tc-header-inner{flex-direction:column;align-items:center;gap:0;max-width:1200px;margin:0 auto;padding:1rem 1.25rem .625rem;display:flex}@media (width<=559px){.tc-header-inner{padding:.55rem .45rem .35rem}}.tc-header-brand{justify-content:center;align-items:center;margin-bottom:.5rem;padding:.25rem 0 .125rem;display:flex}@media (width<=559px){.tc-header-brand{margin-bottom:.3rem;padding:.1rem 0 0}}.tc-lang-switch{flex-wrap:wrap;justify-content:center;align-items:center;gap:.35rem;display:flex}.tc-lang-switch--header{margin-bottom:.5rem}.tc-lang-btn{color:#ffffffe0;cursor:pointer;letter-spacing:.02em;background:0 0;border:1px solid #ffffff47;border-radius:6px;padding:.28rem .6rem;font-size:.72rem;font-weight:600}.tc-lang-btn:hover{color:#fff;border-color:#ffffff73}.tc-lang-btn--active{color:#fff;background:#ffffff24;border-color:#ffffff80}.tc-corner-bar{z-index:200;flex-direction:row;justify-content:flex-end;align-items:center;gap:.45rem;display:flex;position:fixed;top:.55rem;right:.55rem}html[dir=rtl] .tc-corner-bar{left:.55rem;right:auto}.tc-lang-menu{position:relative}.tc-theme-trigger{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fffffff2;cursor:pointer;background:#0c0c10b8;border:1px solid #ffffff61;border-radius:999px;justify-content:center;align-items:center;width:2.4rem;height:2.4rem;padding:0;display:flex;box-shadow:0 2px 14px #00000038}.tc-theme-trigger:hover{background:#14141cd9;border-color:#ffffff8c}.tc-lang-menu-trigger{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fffffff2;cursor:pointer;background:#0c0c10b8;border:1px solid #ffffff61;border-radius:999px;justify-content:center;align-items:center;width:2.4rem;height:2.4rem;padding:0;display:flex;box-shadow:0 2px 14px #00000038}.tc-lang-menu-trigger:hover{background:#14141cd9;border-color:#ffffff8c}.tc-lang-menu-list{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#121216f5;border:1px solid #ffffff1f;border-radius:10px;min-width:10.75rem;margin:0;padding:.35rem 0;list-style:none;position:absolute;top:calc(100% + 6px);right:0;box-shadow:0 10px 36px #00000061}html[dir=rtl] .tc-lang-menu-list{left:0;right:auto}.tc-night .tc-theme-trigger{background:#1c1c22c7}.tc-night .tc-theme-trigger:hover{background:#26262ee0}.tc-night .tc-lang-menu-trigger{background:#1c1c22c7}.tc-night .tc-lang-menu-trigger:hover{background:#26262ee0}.tc-night .tc-lang-menu-list{background:#202026f5}.tc-lang-menu-item{text-align:left;color:#ffffffeb;cursor:pointer;background:0 0;border:none;width:100%;padding:.5rem 1rem;font-family:inherit;font-size:.9rem;display:block}html[dir=rtl] .tc-lang-menu-item{text-align:right}.tc-lang-menu-item:hover{background:#ffffff14}.tc-lang-menu-item--active{color:#7dd3fc}.tc-logo{object-fit:contain;width:auto;height:40px;display:block}@media (width<=559px){.tc-logo{height:32px}}.tc-tabs{grid-template-columns:repeat(4,minmax(0,1fr));align-items:stretch;gap:.35rem;width:100%;max-width:none;margin:0;padding:.45rem .35rem .55rem;display:grid}@media (width>=560px){.tc-tabs{gap:.5rem;max-width:40rem;padding:.875rem .5rem}}.tc-tab{color:#ffffffa6;cursor:pointer;width:100%;min-height:3.05rem;font-size:clamp(.52rem,2.4vw,.62rem);font-family:var(--font-orbitron);text-transform:uppercase;letter-spacing:.025em;text-align:center;box-sizing:border-box;background:0 0;border:none;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;gap:.22rem;padding:.38rem .2rem;line-height:1.15;transition:color .2s,background .2s,box-shadow .2s;display:flex}@media (width>=560px){.tc-tab{letter-spacing:.04em;border-radius:10px;gap:.35rem;min-height:4.25rem;padding:.5rem .35rem;font-size:.65rem;line-height:1.2}}.tc-tab-label{-webkit-line-clamp:2;word-break:break-word;-webkit-hyphens:auto;hyphens:auto;-webkit-box-orient:vertical;width:100%;max-width:100%;display:-webkit-box;overflow:hidden}.tc-tab svg{opacity:.85;flex-shrink:0;width:15px;height:15px}@media (width>=560px){.tc-tab svg{width:16px;height:16px}}.tc-tab:hover{color:#fff;background:#ffffff0f}.tc-tab--active{color:#fff;background:#ffffff1f;box-shadow:inset 0 0 0 1px #ffffff24}.tc-tab-icon{display:block}.tc-main{flex:1;width:100%;max-width:1200px;margin:0 auto;padding:1.5rem 1.25rem 3.5rem}@media (width<=767px){.tc-app.tc-app--snap-tabs{flex-direction:column;height:100dvh;max-height:100dvh;display:flex;overflow:hidden}.tc-main.tc-main--snap-panels{flex-direction:column;flex:1;width:100%;max-width:none;min-height:0;margin:0;padding:0;display:flex}.tc-home-panels{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain;flex:1;width:100%;max-width:1200px;min-height:0;margin:0 auto;display:flex;overflow:auto hidden}.tc-home-panel{overscroll-behavior-y:contain;scroll-snap-align:start;scroll-snap-stop:always;box-sizing:border-box;flex:0 0 100%;width:100%;min-width:100%;height:100%;max-height:100%;padding:1.25rem 1rem 2.5rem;overflow:hidden auto}}.tc-hero-lottie{box-sizing:border-box;width:100%;max-width:560px;height:275px;margin:.35rem auto 0;padding:0 clamp(12px,4vw,35px)}.tc-hero-lottie>div{justify-content:center;align-items:center;width:100%!important;height:100%!important;display:flex!important}.tc-hero-lottie svg{width:auto!important;max-width:100%!important;height:auto!important;max-height:100%!important}.tc-headline{font-family:var(--font-mono);text-align:center;margin:1.5rem 0 .75rem;font-size:clamp(1.75rem,5vw,2.4rem);line-height:1.15}.tc-headline--solutions{margin-bottom:1.35rem}.tc-headline.tc-headline--brand{justify-content:center;margin:1.5rem 0 .75rem;font-family:inherit;font-size:0;line-height:0;display:flex}.tc-brand-mark{object-fit:contain;width:auto;max-width:min(92vw,22rem);height:auto;margin:0 auto;display:block}.tc-brand-mark--hero{max-height:clamp(2.75rem,9vw,3.5rem)}.tc-brand-mark--about{max-height:clamp(2.25rem,7vw,3rem)}.tc-sub{font-family:var(--font-sans);text-align:center;max-width:42rem;color:var(--tc-gray);margin:0 auto;padding:0 .5rem;font-size:clamp(1.1rem,2.5vw,1.35rem);line-height:1.5}.tc-night .tc-sub{color:#a8a5a0}.tc-body-serif{font-family:var(--font-serif);text-align:center;white-space:pre-line;max-width:48rem;margin:1.25rem auto 0;padding:0 .75rem;font-size:1.15rem;line-height:1.65}.tc-section-title{font-family:var(--font-sans);color:var(--tc-deep-purple);text-align:center;margin:2.75rem 0 .5rem;padding:0 .75rem;font-size:1.35rem;font-weight:700;line-height:1.3}.tc-night .tc-section-title{color:#c4b5fd}.tc-service-row{border-bottom:1px solid #0000000f;flex-direction:column;align-items:center;gap:1rem;padding:1.75rem .5rem;display:flex}@media (width>=720px){.tc-service-row{flex-direction:row;align-items:flex-start}}.tc-night .tc-service-row{border-color:#ffffff14}.tc-avatar-lottie{background:#000;border-radius:50%;flex-shrink:0;place-items:center;width:136px;max-width:136px;height:136px;display:grid;overflow:hidden}.tc-avatar-lottie>div{justify-content:center;align-items:center;overflow:hidden;width:120px!important;max-width:120px!important;height:120px!important;max-height:120px!important;display:flex!important}.tc-avatar-lottie svg{max-width:100%!important;max-height:100%!important}.tc-service-text{flex:1;padding:0 .25rem;font-size:1.05rem;line-height:1.62}.tc-get-in-touch{font-family:var(--font-sans);text-align:center;color:#1a1a1a;letter-spacing:-.02em;max-width:36rem;margin:2.75rem auto 1.5rem;padding:0 1rem;font-size:clamp(1.2rem,2.8vw,1.45rem);font-weight:600;line-height:1.35}.tc-night .tc-get-in-touch{color:#f0ede6}.tc-form--contact{gap:1.125rem;margin-bottom:.5rem}.tc-form-actions{text-align:center;margin-top:.5rem;padding-top:.25rem}.tc-form{flex-direction:column;gap:.75rem;max-width:520px;margin:0 auto;display:flex}.tc-input{background:#fff;border:1.5px solid #c4c4c4;border-radius:8px;width:100%;padding:.75rem 1rem;font-size:1rem;transition:border-color .2s}.tc-night .tc-input{background:var(--tc-night-surface);color:#eee;border-color:#3d3d45}.tc-input:focus{border-color:var(--tc-primary);outline:none}.tc-input--error{border-color:#e61f34}.tc-label-error{color:#e61f34;margin-top:.35rem;font-size:.8rem;line-height:1.35}.tc-btn-primary{border-radius:var(--tc-radius);background:var(--tc-primary);color:#fff;cursor:pointer;border:none;justify-content:center;align-items:center;min-width:200px;min-height:44px;padding:0 1.5rem;font-size:.95rem;transition:transform .15s,opacity .2s;display:inline-flex}.tc-btn-primary:hover:not(:disabled){transform:translateY(-1px)}.tc-btn-primary:disabled{opacity:.45;cursor:not-allowed}.tc-btn-send.tc-btn-primary{transition:background .2s,color .2s,transform .15s,opacity .2s}.tc-btn-send.tc-btn-primary:not(:disabled){opacity:1;color:#fff;background:#16a34a}.tc-btn-send.tc-btn-primary:not(:disabled):hover{background:#15803d}.tc-btn-send.tc-btn-primary:disabled{opacity:1;color:#6b7280;cursor:not-allowed;background:#d1d5db}.tc-night .tc-btn-send.tc-btn-primary:not(:disabled){color:var(--tc-night-bg);background:#22c55e}.tc-night .tc-btn-send.tc-btn-primary:not(:disabled):hover{background:#4ade80}.tc-night .tc-btn-send.tc-btn-primary:disabled{color:#a3a3a3;background:#525252}.tc-footer-note{text-align:center;color:var(--tc-gray);margin-top:2rem;font-size:.75rem}.tc-night .tc-footer-note{color:#888}.tc-product-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem;margin-top:1rem;display:grid}.tc-product-card{aspect-ratio:4/3;border-radius:var(--tc-radius);cursor:pointer;text-align:left;border:none;padding:0;transition:transform .2s;position:relative;overflow:hidden}.tc-product-card:hover{transform:scale(1.02)}.tc-product-card--static{cursor:default;display:block}.tc-product-card--static:hover{transform:none}.tc-product-enquiry-root{min-width:0}.tc-product-card-fallback--taggen{background:linear-gradient(165deg,#22d3ee 0%,#2563eb 40%,#1e3a8a 100%)}.tc-product-enquiry-btn{color:#fff;cursor:pointer;background:#00000059;border:1px solid #ffffff73;border-radius:8px;margin-top:.65rem;padding:.45rem 1rem;font-size:.85rem;font-weight:600;transition:background .15s,border-color .15s}.tc-product-enquiry-btn:hover{background:#00000080;border-color:#ffffffa6}.tc-product-wip-note{opacity:.9;margin:.4rem 0 0;font-size:.78rem;line-height:1.35}html[lang=ar] .tc-product-wip-note{text-align:start;direction:ltr;unicode-bidi:isolate}.tc-form--product-enquiry{margin-top:.75rem}.tc-modal--enquiry{width:100%;max-width:520px;max-height:92vh;overflow-y:auto}.tc-modal-sub{color:var(--tc-gray);margin:0 0 1rem;font-size:.9rem;line-height:1.45}.tc-night .tc-modal-sub{color:#a8a5a0}.tc-modal-close{text-align:center;width:100%;margin-top:1rem}.tc-product-card img{object-fit:cover;object-position:center;width:100%;height:100%;display:block}.tc-product-card-img--contain{background:#fafafa;object-fit:contain!important}.tc-night .tc-product-card-img--contain{background:var(--tc-night-well)}.tc-product-card-img--yfit{object-position:center 28%}.tc-product-card-fallback{background:linear-gradient(135deg,#2d2d33 0%,#1a1a1f 100%);width:100%;height:100%;min-height:120px}.tc-night .tc-product-card-fallback{background:linear-gradient(135deg,#3a3a44 0%,#2a2a32 100%)}.tc-product-card:after{content:"";pointer-events:none;background:linear-gradient(#0000 0%,#0003 50%,#000000d9 100%);position:absolute;inset:0}.tc-product-meta{z-index:1;color:#fff;padding:1rem;position:absolute;bottom:0;left:0;right:0}.tc-product-meta h3{margin:0 0 .35rem;font-size:1.15rem}.tc-product-meta p{opacity:.95;-webkit-line-clamp:3;-webkit-box-orient:vertical;margin:0;font-size:.9rem;display:-webkit-box;overflow:hidden}.tc-retry{text-align:center;padding:2rem}.tc-spinner{border:3px solid #0000001a;border-top-color:var(--tc-primary);border-radius:50%;width:40px;height:40px;margin:2rem auto;animation:.8s linear infinite tc-spin}.tc-night .tc-spinner{border-color:#fff #ffffff26 #ffffff26}@keyframes tc-spin{to{transform:rotate(360deg)}}.tc-cookie{z-index:100;color:#fff;background:#000000eb;flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;padding:1rem;font-size:.9rem;display:flex;position:fixed;bottom:0;left:0;right:0}.tc-cookie button{color:#000;cursor:pointer;background:#fff;border:none;border-radius:8px;padding:.5rem 1.25rem;font-weight:600}.tc-night .tc-cookie{background:#18181cf5}.tc-back-bar{background:var(--tc-primary);color:#fff;z-index:30;flex-wrap:wrap;align-items:center;gap:.5rem;padding:.65rem 1rem;display:flex;position:sticky;top:0}.tc-lang-switch--backbar{justify-content:flex-end;margin-left:auto}.tc-lang-switch--backbar .tc-lang-btn{color:#ffffffeb;border-color:#ffffff59}.tc-lang-switch--backbar .tc-lang-btn--active{background:#ffffff2e;border-color:#ffffff8c}.tc-back-bar button{color:#fff;cursor:pointer;background:0 0;border:none;align-items:center;gap:.25rem;font-size:1rem;display:flex}.tc-page-narrow{max-width:900px;margin:0 auto;padding:1rem}.tc-feature-grid{grid-template-columns:1fr;gap:1rem;margin-top:1rem;display:grid}@media (width>=700px){.tc-feature-grid{grid-template-columns:repeat(2,1fr)}}@media (width>=1100px){.tc-feature-grid.tc-feature-grid--3{grid-template-columns:repeat(3,1fr)}}.tc-feature-tile{border-radius:var(--tc-radius);box-shadow:var(--tc-shadow);background:#fff;overflow:hidden}.tc-night .tc-feature-tile{background:var(--tc-night-surface)}.tc-feature-tile img{aspect-ratio:16/10;object-fit:cover;width:100%;display:block}.tc-feature-tile div{padding:1rem}.tc-feature-tile h4{margin:0 0 .35rem}.tc-feature-tile p{color:var(--tc-gray);margin:0;font-size:.95rem}.tc-night .tc-feature-tile p{color:#a0a0a8}.tc-video-wrap{border-radius:var(--tc-radius);background:#000;max-width:720px;margin:1rem auto;overflow:hidden}.tc-night .tc-video-wrap{background:var(--tc-night-well)}.tc-video-wrap video{width:100%;display:block}.tc-store-row{flex-wrap:wrap;justify-content:center;gap:1rem;margin:1rem 0;display:flex}.tc-store-row a{line-height:0;display:block}.tc-store-row img{width:auto;height:38px}.tc-cta-row{flex-wrap:wrap;align-items:center;gap:1rem;margin:1rem 0;display:flex}.tc-btn-danger{color:#fff;border-radius:var(--tc-radius);cursor:pointer;background:#dc2626;border:none;align-items:center;gap:.5rem;padding:.75rem 1.25rem;font-size:1rem;display:inline-flex}.tc-btn-ghost{color:var(--tc-accent);cursor:pointer;background:0 0;border:none;font-size:1rem;text-decoration:underline}.tc-modal-bg{z-index:200;background:#0000008c;place-items:center;padding:1rem;display:grid;position:fixed;inset:0}.tc-modal{color:#111;border-radius:var(--tc-radius);background:#fff;width:100%;max-width:420px;padding:1.5rem;box-shadow:0 24px 48px #00000040}.tc-night .tc-modal{background:var(--tc-night-raised);color:#eee}.tc-modal h2{margin:0 0 .5rem;font-size:1.25rem}.tc-modal p{margin:0 0 1rem;line-height:1.45}.tc-visually-hidden{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.tc-about-company-header{text-align:center;max-width:42rem;margin:0 auto 2rem;padding:0 .25rem}.tc-about-company-title{margin:0 0 .5rem;font-family:inherit;font-size:0;line-height:0}.tc-about-company-sub{color:var(--tc-gray);margin:0;font-size:1.05rem;line-height:1.45}.tc-night .tc-about-company-sub{color:#a8a5a0}.tc-about-company-body{margin-bottom:2rem}.tc-about-company-bridge{text-align:center;color:var(--tc-gray);max-width:36rem;margin:0 auto 1.5rem;padding:0 .5rem;font-size:.95rem;line-height:1.55}.tc-night .tc-about-company-bridge{color:#a8a5a0}.tc-about-company-prose{text-align:left;white-space:pre-line;max-width:56rem;margin:0 auto}.tc-about--waged{position:relative}.tc-waged-hero-backdrop{pointer-events:none;z-index:0;background:radial-gradient(85% 75% at 50% -5%,#553bcc29,#0000 58%);width:100vw;height:50vmin;max-height:480px;position:absolute;top:-1.5rem;left:50%;transform:translate(-50%)}.tc-night .tc-waged-hero-backdrop{background:radial-gradient(85% 75% at 50% -5%,#c4b5fd24,#0000 58%)}.tc-about--waged>.tc-waged-hero,.tc-about--waged>.tc-about-story,.tc-about--waged>.tc-waged-tab-hint{z-index:1;position:relative}.tc-waged-photo-wrap{border-radius:22px;max-width:300px;box-shadow:0 28px 56px #553bcc1f,0 0 0 1px #553bcc1a}.tc-night .tc-waged-photo-wrap{box-shadow:0 28px 56px #00000080,0 0 0 1px #c4b5fd26}.tc-waged-tab-hint{text-align:center;color:var(--tc-gray);max-width:30rem;margin:2.25rem auto 0;padding:0 .5rem;font-size:.88rem;line-height:1.55}.tc-night .tc-waged-tab-hint{color:#9a9690}.tc-inline-tab-link{font:inherit;color:var(--tc-accent);text-underline-offset:3px;cursor:pointer;background:0 0;border:none;margin:0;padding:0;font-weight:600;text-decoration:underline;display:inline}.tc-inline-tab-link:hover{opacity:.88}.tc-about-hero{margin-bottom:2.5rem}.tc-about-profile-card{align-items:center;gap:1.75rem 2.25rem;max-width:56rem;margin:0 auto;padding:0 .25rem;display:grid}@media (width>=768px){.tc-about-profile-card{grid-template-columns:minmax(200px,260px) minmax(0,1fr);align-items:start}}.tc-about-photo-wrap{aspect-ratio:3/4;border-radius:20px;width:100%;max-width:280px;margin:0 auto;overflow:hidden;box-shadow:0 24px 48px #00000024,0 0 0 1px #0000000f}.tc-night .tc-about-photo-wrap{box-shadow:0 24px 48px #00000073,0 0 0 1px #ffffff14}.tc-about-photo{object-fit:cover;object-position:center 22%;width:100%;height:100%;display:block}.tc-about-profile-text{text-align:center}@media (width>=768px){.tc-about-profile-text{text-align:left}}.tc-about-eyebrow{text-transform:uppercase;letter-spacing:.12em;color:var(--tc-accent);margin:0 0 .5rem;font-size:.75rem;font-weight:600}.tc-about-name{font-family:var(--font-mono);letter-spacing:-.02em;margin:0 0 .35rem;font-size:clamp(1.65rem,4vw,2.15rem);font-weight:600;line-height:1.15}.tc-about-role{color:var(--tc-gray);margin:0 0 1rem;font-size:1.05rem;line-height:1.45}.tc-night .tc-about-role{color:#a8a5a0}.tc-about-tagline{color:#2a2a2a;margin:0 0 1.35rem;font-size:1.05rem;line-height:1.65}.tc-night .tc-about-tagline{color:#d8d4cc}.tc-about-backend-blurb{color:#3a3a3a;border-left:3px solid #553bcc59;margin:0 0 1.35rem;padding-left:1rem;font-size:.95rem;line-height:1.65}.tc-night .tc-about-backend-blurb{color:#c8c4bc;border-left-color:#c4b5fd66}.tc-about-linkedin{text-align:left;background:#0a66c2;border-radius:10px;align-items:center;gap:.6rem;padding:.65rem 1.15rem;font-size:.9rem;font-weight:600;line-height:1.3;text-decoration:none;transition:background .2s,transform .15s;display:inline-flex;color:#fff!important}.tc-about-linkedin:hover{background:#004182;transform:translateY(-1px)}.tc-about-linkedin-icon{flex-shrink:0;display:flex}.tc-about-skills{max-width:56rem;margin:0 auto 2.75rem;padding:0 .25rem}.tc-about-section-title{font-family:var(--font-mono);text-align:center;letter-spacing:-.02em;margin:0 0 1.25rem;font-size:clamp(1.2rem,2.5vw,1.45rem)}.tc-about-chip-list{flex-wrap:wrap;justify-content:center;gap:.5rem .6rem;margin:0;padding:0;list-style:none;display:flex}.tc-about-chip{color:#3d2d8f;background:#553bcc1a;border:1px solid #553bcc38;border-radius:999px;padding:.4rem .85rem;font-size:.8rem}.tc-night .tc-about-chip{color:#e0dcff;background:#c4b5fd1f;border-color:#c4b5fd40}.tc-about-story{max-width:52rem;margin:0 auto 2.5rem;padding:0 .5rem}.tc-about-story-lead{color:var(--tc-gray);text-align:center;max-width:40rem;margin:0 auto 2rem;font-size:1.05rem;line-height:1.65}.tc-night .tc-about-story-lead{color:#a8a5a0}.tc-about-timeline{margin:0;padding:0;list-style:none;position:relative}.tc-about-timeline:before{content:"";background:linear-gradient(#553bcc59,#553bcc14);border-radius:2px;width:2px;position:absolute;top:.5rem;bottom:.5rem;left:.85rem}@media (width>=640px){.tc-about-timeline:before{left:1.15rem}}.tc-about-timeline-item{grid-template-columns:auto 1fr;gap:.75rem 1rem;margin:0;padding:0 0 1.75rem;display:grid;position:relative}.tc-about-timeline-item:last-child{padding-bottom:0}.tc-about-timeline-index{font-family:var(--font-mono);color:var(--tc-accent);z-index:1;background:#553bcc1f;border:1px solid #553bcc33;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:2rem;height:2rem;font-size:.75rem;font-weight:600;display:flex;position:relative}.tc-night .tc-about-timeline-index{color:#c4b5fd;background:#c4b5fd26;border-color:#c4b5fd4d}@media (width>=640px){.tc-about-timeline-index{width:2.35rem;height:2.35rem;font-size:.8rem}}.tc-about-timeline-body{padding-bottom:.25rem}.tc-about-timeline-title{color:#111;margin:0 0 .45rem;font-size:1.08rem;font-weight:700;line-height:1.3}.tc-night .tc-about-timeline-title{color:#f5f2eb}.tc-about-timeline-text{color:#3a3a3a;margin:0;font-size:.98rem;line-height:1.65}.tc-about-timeline-figure{max-width:28rem;margin:1rem 0 .25rem;padding:0}.tc-about-timeline-img{border:1px solid #0000000f;border-radius:14px;width:100%;height:auto;display:block;box-shadow:0 12px 32px #0000001f}.tc-night .tc-about-timeline-img{border-color:#ffffff14;box-shadow:0 12px 32px #00000059}.tc-about-timeline-caption{color:var(--tc-gray);margin:.5rem 0 0;font-size:.82rem;line-height:1.4}.tc-night .tc-about-timeline-caption{color:#9a9690}.tc-night .tc-about-timeline-text{color:#c8c4bc}.tc-about-timeline-links{margin:.65rem 0 0;font-size:.9rem}.tc-about-inline-link{color:var(--tc-accent);text-underline-offset:3px;font-weight:600;text-decoration:underline}.tc-about-inline-link:hover{opacity:.88}.tc-about-link-sep{color:var(--tc-gray);text-decoration:none}.tc-about-closing{margin-top:3rem;padding-top:1rem}.tc-about-contact{max-width:56rem;margin:0 auto;padding:0 .25rem 1rem}.tc-about-contact .tc-get-in-touch{margin-top:2rem}.tc-footer-legal-row{flex-wrap:wrap;justify-content:center;align-items:center;gap:.35rem .5rem;display:flex}.tc-footer-legal-row a{color:var(--tc-accent);text-underline-offset:3px;font-weight:600;text-decoration:underline}.tc-footer-legal-row a:hover{opacity:.88}.tc-footer-dot{color:var(--tc-gray);text-decoration:none}.tc-cookie-privacy{color:inherit;text-underline-offset:2px;font-weight:600;text-decoration:underline}.tc-night .tc-cookie-privacy{color:#c4b5fd}.tc-legal{max-width:44rem;min-height:100vh;margin:0 auto;padding:1.25rem 1.25rem 3rem}.tc-legal-header{margin-bottom:2rem}.tc-legal-header-row{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.tc-lang-switch--legal{justify-content:flex-end}.tc-lang-switch--legal .tc-lang-btn{color:var(--tc-gray);border-color:#00000038}.tc-lang-switch--legal .tc-lang-btn:hover{color:var(--tc-ink,#111);border-color:#0006}.tc-lang-switch--legal .tc-lang-btn--active{background:#0000000f;border-color:#00000059}.tc-night .tc-lang-switch--legal .tc-lang-btn{color:#d4d0cb;border-color:#ffffff47}.tc-night .tc-lang-switch--legal .tc-lang-btn:hover{color:#fff}.tc-night .tc-lang-switch--legal .tc-lang-btn--active{background:#ffffff1a;border-color:#ffffff73}.tc-legal-brand{color:inherit;flex-direction:column;align-items:flex-start;gap:.5rem;text-decoration:none;display:inline-flex}.tc-legal-brand:hover .tc-legal-back{color:var(--tc-accent)}.tc-legal-logo{object-fit:contain;width:auto;height:36px}.tc-legal-back{font-size:.85rem;font-family:var(--font-mono);color:var(--tc-gray);transition:color .15s}.tc-night .tc-legal-back{color:#a8a5a0}.tc-legal-article h1{font-family:var(--font-mono);letter-spacing:-.02em;margin:0 0 .5rem;font-size:clamp(1.5rem,4vw,1.85rem)}.tc-legal-meta{color:var(--tc-gray);margin:0 0 1.75rem;font-size:.88rem;line-height:1.45}.tc-night .tc-legal-meta{color:#a8a5a0}.tc-legal-article h2{font-family:var(--font-sans);color:#111;margin:1.75rem 0 .65rem;font-size:1.05rem}.tc-night .tc-legal-article h2{color:#f0ece4}.tc-legal-article p,.tc-legal-article li{color:#2a2a2a;font-size:.95rem;line-height:1.65}.tc-night .tc-legal-article p,.tc-night .tc-legal-article li{color:#d8d4cc}.tc-legal-article ul{margin:.5rem 0 1rem;padding-left:1.25rem}.tc-legal-cross{margin-top:1.5rem;font-size:.9rem}.tc-legal-cross a{color:var(--tc-accent);font-weight:600}.tc-legal-disclaimer{border-top:1px solid #00000014;margin-top:2.5rem;padding-top:1.25rem;color:var(--tc-gray)!important;font-size:.82rem!important}.tc-night .tc-legal-disclaimer{border-top-color:#ffffff1a;color:#9a9690!important}.tc-skip-link{z-index:100;background:var(--tc-night-raised);color:#f4f3ef;border-radius:0 0 var(--tc-radius) 0;box-shadow:var(--tc-shadow);padding:.65rem 1.1rem;font-size:.95rem;font-weight:600;text-decoration:none;position:absolute;top:0;left:-9999px}.tc-skip-link:focus{outline:2px solid var(--tc-accent);outline-offset:2px;left:0}.tc-route-fallback{text-align:center;color:var(--tc-gray);margin:0;padding:2.5rem 1.25rem;font-size:.95rem}.tc-night .tc-route-fallback{color:#a8a5a0}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
