:root{--ot-bg: #0d1117;--ot-surface: #161b22;--ot-surface-2: #1c2128;--ot-border: #30363d;--ot-text: #e6edf3;--ot-text-2: #8b949e;--ot-text-3: #484f58;--ot-teal: #1f8a8a;--ot-teal-light: rgba(31,138,138,.12);--ot-teal-border: rgba(31,138,138,.25);--ot-green: #3fb950;--ot-amber: #d29922;--ot-blue: #58a6ff;--ot-font: -apple-system, BlinkMacSystemFont, "Inter", "Segoe UI", sans-serif}.ot-page{min-height:100vh;background:var(--ot-bg);color:var(--ot-text);font-family:var(--ot-font);-webkit-font-smoothing:antialiased}.ot-topnav{position:sticky;top:0;z-index:100;background:#0d1117eb;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--ot-border);padding:0 24px;height:56px;display:flex;align-items:center;gap:24px}.ot-topnav-logo{font-size:17px;font-weight:700;color:var(--ot-teal);text-decoration:none;letter-spacing:-.4px;flex-shrink:0}.ot-topnav-links{display:flex;gap:20px;flex:1}.ot-topnav-link{font-size:13px;font-weight:500;color:var(--ot-text-2);text-decoration:none;transition:color .15s}.ot-topnav-link:hover,.ot-topnav-link--active{color:var(--ot-text)}.ot-topnav-cta{font-size:13px;font-weight:600;color:var(--ot-teal);text-decoration:none;border:1px solid var(--ot-teal-border);padding:6px 14px;border-radius:6px;transition:background .15s;flex-shrink:0}.ot-topnav-cta:hover{background:var(--ot-teal-light)}.ot-hero{max-width:820px;margin:0 auto;padding:56px 24px 40px}.ot-hero-eyebrow{font-size:11px;font-weight:700;color:var(--ot-teal);text-transform:uppercase;letter-spacing:1px;margin-bottom:12px}.ot-hero-h1{font-size:clamp(28px,4vw,40px);font-weight:800;letter-spacing:-.6px;line-height:1.2;margin:0 0 14px;color:var(--ot-text)}.ot-hero-sub{font-size:16px;line-height:1.7;color:var(--ot-text-2);margin:0;max-width:600px}.ot-content{max-width:820px;margin:0 auto;padding:0 24px 80px}.ot-section{margin-bottom:52px}.ot-section-h2{font-size:20px;font-weight:700;color:var(--ot-text);margin:0 0 4px;letter-spacing:-.3px}.ot-section-divider{width:36px;height:2px;background:var(--ot-teal);border:none;margin:10px 0 20px}.ot-section-p{font-size:14px;line-height:1.8;color:var(--ot-text-2);margin:0 0 14px}.ot-section-p strong{color:var(--ot-text)}.ot-card{background:var(--ot-surface);border:1px solid var(--ot-border);border-radius:10px;padding:24px;margin-bottom:14px}.ot-card-h3{font-size:15px;font-weight:600;color:var(--ot-text);margin:0 0 8px}.ot-card-p{font-size:13px;line-height:1.7;color:var(--ot-text-2);margin:0}.ot-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:20px}.ot-grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:20px}.ot-stat-card{background:var(--ot-surface);border:1px solid var(--ot-border);border-radius:10px;padding:20px;text-align:center}.ot-stat-val{font-size:28px;font-weight:800;color:var(--ot-text);letter-spacing:-.5px;display:block;margin-bottom:4px}.ot-stat-label{font-size:12px;color:var(--ot-text-2);line-height:1.4}.ot-stat-source{font-size:10px;color:var(--ot-text-3);margin-top:6px;display:block}.ot-promise-list{list-style:none;padding:0;margin:20px 0 0;display:flex;flex-direction:column;gap:12px}.ot-promise-item{display:flex;gap:14px;align-items:flex-start;background:var(--ot-surface);border:1px solid var(--ot-border);border-radius:8px;padding:16px 20px}.ot-promise-icon{width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0;background:var(--ot-teal-light);border:1px solid var(--ot-teal-border);color:var(--ot-teal);margin-top:1px}.ot-promise-body strong{display:block;font-size:14px;font-weight:600;color:var(--ot-text);margin-bottom:3px}.ot-promise-body p{font-size:13px;color:var(--ot-text-2);margin:0;line-height:1.6}.ot-check-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}.ot-check-item{display:flex;gap:10px;align-items:flex-start;font-size:13px;color:var(--ot-text-2);line-height:1.6}.ot-check-item:before{content:"";width:16px;height:16px;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='8' cy='8' r='7' stroke='%231f8a8a' stroke-width='1.2'/%3E%3Cpath d='M5 8l2 2 4-4' stroke='%231f8a8a' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat;flex-shrink:0;margin-top:2px}.ot-table-wrap{overflow-x:auto}.ot-table{width:100%;border-collapse:collapse;font-size:13px}.ot-table th{text-align:left;font-size:11px;font-weight:600;color:var(--ot-text-2);text-transform:uppercase;letter-spacing:.5px;padding:10px 14px;border-bottom:1px solid var(--ot-border)}.ot-table td{padding:11px 14px;border-bottom:1px solid rgba(48,54,61,.4);color:var(--ot-text-2);line-height:1.5;vertical-align:top}.ot-table tr:last-child td{border-bottom:none}.ot-table td strong{color:var(--ot-text)}.ot-timeline{position:relative;padding-left:28px}.ot-timeline:before{content:"";position:absolute;left:7px;top:8px;bottom:8px;width:1px;background:var(--ot-border)}.ot-timeline-item{position:relative;margin-bottom:32px}.ot-timeline-item:before{content:"";position:absolute;left:-24px;top:6px;width:10px;height:10px;border-radius:50%;background:var(--ot-teal);border:2px solid var(--ot-bg);box-shadow:0 0 0 1px var(--ot-teal)}.ot-timeline-date{font-size:11px;font-weight:700;color:var(--ot-teal);text-transform:uppercase;letter-spacing:.5px;margin-bottom:6px}.ot-timeline-title{font-size:15px;font-weight:600;color:var(--ot-text);margin:0 0 6px}.ot-timeline-body{font-size:13px;color:var(--ot-text-2);line-height:1.7;margin:0}.ot-timeline-tags{display:flex;gap:6px;flex-wrap:wrap;margin-top:8px}.ot-timeline-tag{font-size:10px;font-weight:600;padding:2px 7px;border-radius:4px;text-transform:uppercase;letter-spacing:.4px}.ot-timeline-tag--feature{color:#3fb950;background:#3fb9501a;border:1px solid rgba(63,185,80,.2)}.ot-timeline-tag--fix{color:#d29922;background:#d299221a;border:1px solid rgba(210,153,34,.2)}.ot-timeline-tag--data{color:#58a6ff;background:#58a6ff1a;border:1px solid rgba(88,166,255,.2)}.ot-timeline-tag--security{color:#1f8a8a;background:#1f8a8a1a;border:1px solid rgba(31,138,138,.2)}.ot-roadmap-card{background:var(--ot-surface);border:1px solid var(--ot-border);border-radius:10px;padding:20px 24px;margin-bottom:12px;display:flex;gap:16px;align-items:flex-start}.ot-roadmap-quarter{font-size:11px;font-weight:700;color:var(--ot-teal);text-transform:uppercase;letter-spacing:.5px;min-width:48px;padding-top:1px}.ot-roadmap-body{flex:1}.ot-roadmap-title{font-size:14px;font-weight:600;color:var(--ot-text);margin:0 0 4px}.ot-roadmap-desc{font-size:13px;color:var(--ot-text-2);margin:0;line-height:1.6}.ot-roadmap-status{font-size:11px;font-weight:600;padding:2px 8px;border-radius:4px;text-transform:uppercase;letter-spacing:.4px;flex-shrink:0;align-self:flex-start}.ot-roadmap-status--done{color:#3fb950;background:#3fb9501a;border:1px solid rgba(63,185,80,.2)}.ot-roadmap-status--now{color:#1f8a8a;background:#1f8a8a1a;border:1px solid rgba(31,138,138,.2)}.ot-roadmap-status--next{color:#d29922;background:#d299221a;border:1px solid rgba(210,153,34,.2)}.ot-roadmap-status--later{color:#8b949e;background:#8b949e1a;border:1px solid rgba(139,148,158,.15)}.ot-cta-band{background:var(--ot-surface);border-top:1px solid var(--ot-border);padding:48px 24px;text-align:center;margin-top:40px}.ot-cta-title{font-size:22px;font-weight:700;color:var(--ot-text);margin:0 0 10px;letter-spacing:-.3px}.ot-cta-sub{font-size:14px;color:var(--ot-text-2);margin:0 auto 24px;max-width:440px;line-height:1.6}.ot-cta-btns{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}.ot-btn{display:inline-flex;align-items:center;gap:6px;font-size:14px;font-weight:600;padding:10px 22px;border-radius:7px;text-decoration:none;transition:all .15s;border:none;cursor:pointer}.ot-btn--primary{background:var(--ot-teal);color:#fff}.ot-btn--primary:hover{background:#17706f}.ot-btn--ghost{background:transparent;color:var(--ot-text-2);border:1px solid var(--ot-border)}.ot-btn--ghost:hover{color:var(--ot-text);border-color:#484f58}.ot-footer{background:var(--ot-surface);border-top:1px solid var(--ot-border);padding:32px 24px}.ot-footer-inner{max-width:820px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;gap:16px;flex-wrap:wrap}.ot-footer-links{display:flex;gap:20px;flex-wrap:wrap}.ot-footer-link{font-size:12px;color:var(--ot-text-3);text-decoration:none;transition:color .15s}.ot-footer-link:hover{color:var(--ot-text-2)}.ot-footer-copy{font-size:12px;color:var(--ot-text-3)}@media(max-width:768px){.ot-topnav-links{display:none}.ot-grid-2,.ot-grid-3{grid-template-columns:1fr}.ot-hero{padding:40px 16px 32px}.ot-content{padding:0 16px 60px}.ot-roadmap-card{flex-direction:column;gap:8px}}
/*# sourceMappingURL=/cdn/shop/t/145/assets/opora-trust.css.map */
