*{margin:0;padding:0;box-sizing:border-box}html,body{background:#060e16;color:#c8dce8;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;line-height:1.7;min-height:100%}nav{position:sticky;top:0;background:#060e16f5;border-bottom:1px solid rgba(255,255,255,.07);display:flex;align-items:center;padding:0 40px;height:52px;z-index:100;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.nav-brand{font-family:Courier New,monospace;font-size:13px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#c8dce8;text-decoration:none}.nav-links{display:flex;gap:24px;margin-left:auto}.nav-links a{font-size:12px;color:#c8dce880;text-decoration:none;letter-spacing:.06em;transition:color .15s}.nav-links a:hover,.nav-links a.active{color:#c8dce8}.page{max-width:760px;margin:0 auto;padding:64px 24px 120px}.hero{margin-bottom:72px}.hero-label{font-family:Courier New,monospace;font-size:10px;letter-spacing:.18em;text-transform:uppercase;color:#4a9eff;margin-bottom:16px}.hero h1{font-size:36px;font-weight:300;letter-spacing:-.01em;color:#e8f4ff;line-height:1.2;margin-bottom:20px}.hero p{font-size:17px;color:#c8dce8b3;max-width:600px;line-height:1.8}.section{margin-bottom:60px;padding-bottom:60px;border-bottom:1px solid rgba(255,255,255,.06)}.section:last-child{border-bottom:none}.section-tag{font-family:Courier New,monospace;font-size:9px;letter-spacing:.18em;text-transform:uppercase;color:#4a9eff99;margin-bottom:10px}.section h2{font-size:22px;font-weight:400;color:#e8f4ff;margin-bottom:18px;letter-spacing:-.01em}.section p{color:#c8dce8cc;margin-bottom:14px}.section p:last-child{margin-bottom:0}.stat-row{display:flex;gap:16px;margin:24px 0;flex-wrap:wrap}.stat-box{flex:1;min-width:140px;background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:6px;padding:16px}.stat-box .val{font-family:Courier New,monospace;font-size:22px;color:#4a9eff;font-weight:700;line-height:1;margin-bottom:6px}.stat-box .lbl{font-size:11px;color:#c8dce873;line-height:1.4}.tech-block{margin-top:20px;border:1px solid rgba(74,158,255,.15);border-radius:6px;overflow:hidden}.tech-toggle{width:100%;background:#4a9eff0d;border:none;padding:12px 16px;text-align:left;cursor:pointer;display:flex;align-items:center;justify-content:space-between;color:#4a9eff;font-size:11px;font-family:Courier New,monospace;letter-spacing:.1em;text-transform:uppercase}.tech-toggle:hover{background:#4a9eff1a}.tech-toggle .arrow{transition:transform .2s;font-size:10px}.tech-toggle.open .arrow{transform:rotate(90deg)}.tech-body{display:none;padding:16px;background:#0003;border-top:1px solid rgba(74,158,255,.1);font-size:13px;color:#c8dce8b3;line-height:1.7}.tech-body.open{display:block}.tech-body p{margin-bottom:10px}.tech-body p:last-child{margin-bottom:0}.tech-body code{background:#ffffff0f;border-radius:3px;padding:1px 5px;font-family:Courier New,monospace;font-size:12px;color:#90caf9}.limitation-list{list-style:none;margin-top:16px}.limitation-list li{display:flex;gap:14px;padding:14px 0;border-bottom:1px solid rgba(255,255,255,.05);font-size:14px;color:#c8dce8bf}.limitation-list li:last-child{border-bottom:none}.limitation-list .lim-icon{font-size:15px;flex-shrink:0;margin-top:1px;opacity:.6}.limitation-list strong{display:block;color:#c8dce8;font-size:13px;margin-bottom:3px}.pipeline{display:flex;flex-direction:column;margin:24px 0;position:relative}.pipeline:before{content:"";position:absolute;left:17px;top:20px;bottom:20px;width:1px;background:#4a9eff33}.pipe-step{display:flex;gap:16px;align-items:flex-start;padding:12px 0}.pipe-num{width:34px;height:34px;flex-shrink:0;background:#4a9eff1a;border:1px solid rgba(74,158,255,.3);border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:Courier New,monospace;font-size:11px;color:#4a9eff;position:relative;z-index:1}.pipe-content strong{display:block;color:#e8f4ff;font-size:14px;margin-bottom:3px}.pipe-content span{font-size:13px;color:#c8dce899}.founder-block{display:flex;gap:24px;align-items:flex-start;margin:24px 0}.founder-info h3{font-size:16px;font-weight:500;color:#e8f4ff;margin-bottom:4px}.founder-info .title{font-family:Courier New,monospace;font-size:10px;letter-spacing:.12em;text-transform:uppercase;color:#4a9eff;margin-bottom:12px}.founder-info p{font-size:14px;color:#c8dce8b3;margin-bottom:10px}.founder-info p:last-child{margin-bottom:0}.contact-list{list-style:none;margin-top:16px}.contact-list li{display:flex;align-items:center;gap:14px;padding:14px 0;border-bottom:1px solid rgba(255,255,255,.05);font-size:14px}.contact-list li:last-child{border-bottom:none}.contact-list .contact-label{font-family:Courier New,monospace;font-size:9px;letter-spacing:.14em;text-transform:uppercase;color:#c8dce859;width:72px;flex-shrink:0}.contact-list a,.section a{color:#4a9eff;text-decoration:none;transition:color .15s}.contact-list a:hover,.section a:hover{color:#90caf9}.page-wide{max-width:960px;margin:0 auto;padding:64px 24px 120px}.badge{display:inline-block;font-family:Courier New,monospace;font-size:9px;letter-spacing:.1em;text-transform:uppercase;padding:2px 7px;border-radius:2px;border:1px solid}.badge-pending{color:#c8dce880;border-color:#c8dce826}.badge-processing{color:#81c784;border-color:#4caf5066}.badge-done{color:#4a9eff;border-color:#4a9eff4d}.badge-failed{color:#ef9a9a;border-color:#f4433666}.data-table{width:100%;border-collapse:collapse;font-family:Courier New,monospace;font-size:12px;margin-top:16px}.data-table th{text-align:left;font-size:9px;letter-spacing:.14em;text-transform:uppercase;color:#c8dce859;padding:0 12px 10px 0;border-bottom:1px solid rgba(255,255,255,.07);font-weight:400}.data-table td{padding:10px 12px 10px 0;border-bottom:1px solid rgba(255,255,255,.04);color:#c8dce8bf;vertical-align:top}.data-table tr:last-child td{border-bottom:none}.data-table .dim{color:#c8dce84d}.data-table .error-msg{color:#ef9a9ab3;font-size:11px;max-width:400px;word-break:break-word}.data-table .granule-id{color:#c8dce8}.refresh-bar{display:flex;align-items:center;gap:12px;font-family:Courier New,monospace;font-size:10px;color:#c8dce84d;margin-bottom:40px}.refresh-dot{width:6px;height:6px;border-radius:50%;background:#4caf50;animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.3}}footer{border-top:1px solid rgba(255,255,255,.06);padding:32px 40px;font-family:Courier New,monospace;font-size:10px;color:#c8dce833;letter-spacing:.08em;display:flex;justify-content:space-between}
