.t-root{--bg: #0f172a;--bg-card: #1e293b;--bg-card-hover: #334155;--text: #e2e8f0;--text-muted: #94a3b8;--brand: #10b981;--brand-glow: rgba(16, 185, 129, .25);--radius: 16px;--radius-sm: 10px;min-height:100vh;background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans SC,sans-serif;line-height:1.6;overflow-x:hidden}.t-root *,.t-root *:before,.t-root *:after{margin:0;padding:0;box-sizing:border-box}.t-dashboard,.t-services,.t-tech{opacity:0;transform:translateY(36px);transition:opacity .7s ease,transform .7s ease}.t-dashboard.is-visible,.t-services.is-visible,.t-tech.is-visible{opacity:1;transform:translateY(0)}.t-hero{position:relative;display:flex;align-items:center;justify-content:center;min-height:100vh;padding:2rem;text-align:center;overflow:hidden}.t-hero__bg{position:absolute;inset:0;z-index:0;filter:blur(100px);opacity:.45}.t-hero__orb{position:absolute;border-radius:50%}.t-hero__orb--1{width:500px;height:500px;background:#10b981;top:-10%;left:-5%;animation:t-float 14s ease-in-out infinite}.t-hero__orb--2{width:400px;height:400px;background:#6366f1;bottom:-10%;right:-5%;animation:t-float 18s ease-in-out infinite reverse}.t-hero__orb--3{width:300px;height:300px;background:#ec4899;top:40%;left:55%;animation:t-float 12s ease-in-out infinite 2s}.t-hero__orb--4{width:250px;height:250px;background:#f59e0b;top:10%;right:20%;animation:t-float 16s ease-in-out infinite 1s}.t-hero__orb--5{width:200px;height:200px;background:#10b981;bottom:20%;left:30%;animation:t-float 20s ease-in-out infinite 3s}.t-hero__orb--6{width:350px;height:350px;background:#6366f1;top:60%;right:40%;animation:t-float 15s ease-in-out infinite 4s}@keyframes t-float{0%,to{transform:translate(0) scale(1)}33%{transform:translate(30px,-30px) scale(1.05)}66%{transform:translate(-20px,20px) scale(.95)}}.t-hero__content{position:relative;z-index:1;max-width:700px}.t-hero__badge{display:inline-block;padding:.35rem 1rem;border:1px solid rgba(16,185,129,.4);border-radius:999px;font-size:.8rem;letter-spacing:.06em;color:var(--brand);margin-bottom:1.5rem;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#10b98114}.t-hero__title{font-size:clamp(2.2rem,6vw,4rem);font-weight:800;line-height:1.15;letter-spacing:-.02em}.t-hero__brand{background:linear-gradient(135deg,#10b981,#6366f1);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.t-hero__sub{margin-top:1.2rem;font-size:1.05rem;color:var(--text-muted);max-width:480px;margin-inline:auto}.t-hero__cta{display:inline-flex;align-items:center;gap:.4rem;margin-top:2.5rem;padding:.75rem 1.8rem;border-radius:999px;background:var(--brand);color:#fff;font-weight:600;font-size:.95rem;text-decoration:none;transition:transform .2s,box-shadow .2s;box-shadow:0 0 30px var(--brand-glow)}.t-hero__cta:hover{transform:translateY(-2px);box-shadow:0 0 50px var(--brand-glow)}.t-dashboard{max-width:1100px;margin:0 auto;padding:4rem 1.5rem 2rem}.t-section-header{display:flex;align-items:center;gap:.5rem;justify-content:center;margin-bottom:2.5rem;font-size:.9rem;font-weight:600;color:var(--brand)}.t-pulse{animation:t-pulse-anim 2s ease-in-out infinite}@keyframes t-pulse-anim{0%,to{opacity:1}50%{opacity:.3}}.t-metrics-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.2rem;margin-bottom:2rem}.t-metric{background:var(--bg-card);border-radius:var(--radius);padding:1.6rem;text-align:center;border:1px solid rgba(255,255,255,.06);transition:transform .25s,border-color .25s}.t-metric:hover{transform:translateY(-4px);border-color:#ffffff1f}.t-metric__icon{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:12px;background:color-mix(in srgb,var(--accent) 15%,transparent);color:var(--accent);margin-bottom:1rem}.t-metric__value{font-size:2rem;font-weight:800;letter-spacing:-.03em;line-height:1}.t-metric__label{margin-top:.4rem;font-size:.85rem;color:var(--text-muted)}.t-chart-card{background:var(--bg-card);border-radius:var(--radius);padding:1.8rem;border:1px solid rgba(255,255,255,.06)}.t-chart-card__title{font-size:1rem;font-weight:600;margin-bottom:1.5rem}.t-bar-chart{display:flex;align-items:flex-end;gap:.6rem;height:180px}.t-bar-col{flex:1;display:flex;flex-direction:column;align-items:center;height:100%;justify-content:flex-end}.t-bar{width:100%;max-width:40px;height:0;border-radius:6px 6px 0 0;background:linear-gradient(to top,#10b981,#6366f1);animation:t-grow 1s ease forwards;animation-delay:var(--delay, 0s)}.t-dashboard.is-visible .t-bar{height:var(--h)}.t-bar-label{margin-top:.5rem;font-size:.7rem;color:var(--text-muted)}@keyframes t-grow{0%{height:0}}.t-services{max-width:1100px;margin:0 auto;padding:5rem 1.5rem 3rem;text-align:center}.t-services__title{font-size:clamp(1.6rem,4vw,2.4rem);font-weight:800;letter-spacing:-.02em}.t-services__sub{color:var(--text-muted);margin-top:.5rem;margin-bottom:3rem}.t-services__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:1.4rem;text-align:left}.t-service-card{background:var(--bg-card);border-radius:var(--radius);padding:1.8rem;border:1px solid rgba(255,255,255,.06);transition:transform .3s,border-color .3s,background .3s}.t-service-card:hover{transform:translateY(-6px);border-color:#ffffff26;background:var(--bg-card-hover)}.t-service-card__icon{display:inline-flex;align-items:center;justify-content:center;width:52px;height:52px;border-radius:14px;background:color-mix(in srgb,var(--accent) 15%,transparent);color:var(--accent);margin-bottom:1rem}.t-service-card h3{font-size:1.1rem;font-weight:700;margin-bottom:.5rem}.t-service-card p{font-size:.9rem;color:var(--text-muted);line-height:1.65}.t-tech{max-width:1100px;margin:0 auto;padding:3rem 1.5rem 5rem;text-align:center}.t-tech__title{font-size:clamp(1.4rem,3.5vw,2rem);font-weight:800;letter-spacing:-.02em}.t-tech__sub{color:var(--text-muted);margin-top:.4rem;margin-bottom:2.5rem;font-size:.95rem}.t-tech__row{display:flex;flex-wrap:wrap;justify-content:center;gap:2rem}.t-tech__item{display:flex;flex-direction:column;align-items:center;gap:.6rem;padding:1.4rem 2rem;background:var(--bg-card);border-radius:var(--radius);border:1px solid rgba(255,255,255,.06);min-width:120px;transition:transform .25s,border-color .25s}.t-tech__item:hover{transform:translateY(-4px);border-color:var(--brand)}.t-tech__item span{font-size:.85rem;font-weight:600;color:var(--text-muted)}.t-tech__item:hover span{color:var(--brand)}.t-footer{text-align:center;padding:2.5rem 1.5rem;border-top:1px solid rgba(255,255,255,.06);color:var(--text-muted);font-size:.85rem}.t-footer__note{margin-top:.3rem;font-size:.75rem;opacity:.6}@media(max-width:640px){.t-hero{padding:2rem 1.2rem}.t-metrics-grid{grid-template-columns:repeat(2,1fr)}.t-bar-chart{height:120px}.t-bar-label{font-size:.6rem}.t-services__grid{grid-template-columns:1fr}.t-tech__row{gap:1rem}.t-tech__item{padding:1rem 1.4rem;min-width:100px}}:root{color:#17211b;background:#eef2ef;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-synthesis:none;line-height:1.5;text-rendering:optimizeLegibility}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}button{font:inherit}code,pre{font-family:SFMono-Regular,Consolas,Liberation Mono,monospace}.app-shell{display:grid;grid-template-columns:280px minmax(0,1fr);min-height:100vh}.sidebar{display:flex;flex-direction:column;gap:28px;padding:28px 18px;color:#f8fbf8;background:#173f2d}.brand{display:flex;align-items:center;gap:12px;padding:0 8px}.brand-mark{display:grid;place-items:center;width:44px;height:44px;border-radius:8px;color:#173f2d;background:#d8f36a}.eyebrow{margin:0 0 3px;color:inherit;font-size:.76rem;font-weight:700;letter-spacing:0;opacity:.7;text-transform:uppercase}h1,h2,h3,p{margin-top:0}h1{margin-bottom:0;font-size:1.25rem;line-height:1.1}.module-list{display:grid;gap:8px}.module-button{display:grid;gap:3px;width:100%;min-height:68px;padding:13px 14px;border:0;border-radius:8px;color:#f8fbf8;text-align:left;background:#ffffff14;cursor:pointer}.module-button:hover{background:#ffffff24}.module-button span{font-weight:800}.module-button small{color:#f8fbf8b8}.workspace{display:flex;flex-direction:column;gap:24px;padding:30px}.topbar{display:flex;align-items:center;justify-content:space-between;gap:18px}.topbar h2{margin-bottom:0;font-size:1.9rem;line-height:1.1}.status-pill{display:inline-flex;align-items:center;gap:8px;min-height:40px;padding:0 13px;border:1px solid #abc9b8;border-radius:999px;color:#0f4f31;background:#f8fbf8;font-weight:800}.status-pill.is-error{border-color:#e4aaa2;color:#8f2f24}.dashboard-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.panel{min-height:220px;padding:22px;border:1px solid #d5ddd6;border-radius:8px;background:#f8fbf8;box-shadow:0 18px 50px #173f2d14}.hero-panel{display:flex;grid-column:1 / -1;gap:18px;min-height:180px;color:#f8fbf8;background:#244c62}.panel h3{margin-bottom:10px;font-size:1.2rem}.panel p{max-width:620px;margin-bottom:0;color:inherit;opacity:.78}dl{display:grid;gap:12px;margin:18px 0 0}dt{color:#59665f;font-size:.78rem;font-weight:800;text-transform:uppercase}dd{margin:2px 0 0;color:#17211b;font-weight:700}pre{min-height:86px;margin:16px 0 0;padding:14px;overflow:auto;border-radius:8px;color:#d8f36a;background:#17211b;font-size:.85rem}@media(max-width:820px){.app-shell{grid-template-columns:1fr}.sidebar{padding:20px}.module-list{grid-template-columns:repeat(2,minmax(0,1fr))}.workspace{padding:22px}.topbar{align-items:flex-start;flex-direction:column}.dashboard-grid{grid-template-columns:1fr}}@media(max-width:520px){.module-list{grid-template-columns:1fr}.hero-panel{flex-direction:column}}
