.trust-layout{min-height:100vh;display:flex;flex-direction:column;background:linear-gradient(180deg,#f8fafc,#fff)}.trust-header{background:#fff;border-bottom:1px solid var(--border);position:-webkit-sticky;position:sticky;top:0;z-index:100}.trust-header-content{max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex;align-items:center;justify-content:space-between}.trust-logo{display:flex;align-items:center;gap:.75rem;text-decoration:none;color:var(--foreground)}.trust-logo-icon{width:36px;height:36px}.trust-logo-text{display:flex;flex-direction:column;line-height:1.2}.trust-logo-company{font-weight:600;font-size:.95rem}.trust-logo-section{font-size:.75rem;color:var(--muted);text-transform:uppercase;letter-spacing:.05em}.trust-header-nav{display:flex;align-items:center;gap:1.5rem}.trust-nav-link{color:var(--muted);text-decoration:none;font-size:.875rem;transition:color .2s}.trust-nav-link:hover{color:var(--foreground)}.trust-nav-cta{background:var(--foreground);color:#fff;padding:.5rem 1rem;border-radius:6px;text-decoration:none;font-size:.875rem;font-weight:500;transition:background .2s}.trust-nav-cta:hover{background:#2a2a4e}.trust-main{flex:1 1;max-width:1200px;margin:0 auto;padding:2rem;width:100%}.trust-footer{background:#f8fafc;border-top:1px solid var(--border);padding:2rem}.trust-footer-content{max-width:1200px;margin:0 auto;text-align:center;color:var(--muted);font-size:.875rem}.trust-footer-contact{margin-top:.5rem}.trust-footer-contact a{color:var(--accent);text-decoration:none}.trust-footer-contact a:hover{text-decoration:underline}.trust-hero{text-align:center;padding:3rem 0 4rem}.trust-hero h1{font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:var(--foreground)}.trust-hero p{font-size:1.125rem;color:var(--muted);max-width:600px;margin:0 auto}.trust-categories{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:1.5rem;gap:1.5rem;margin-top:2rem}.trust-category-card{background:#fff;border:1px solid var(--border);border-radius:12px;padding:1.5rem;text-decoration:none;color:inherit;transition:all .2s;display:flex;flex-direction:column}.trust-category-card:hover{border-color:var(--accent);box-shadow:0 4px 12px rgba(0,0,0,.08);transform:translateY(-2px)}.trust-category-icon{width:48px;height:48px;background:#f1f5f9;border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:1rem;color:var(--foreground)}.trust-category-icon svg{width:24px;height:24px}.trust-category-card h2{font-size:1.125rem;font-weight:600;margin-bottom:.5rem}.trust-category-card p{font-size:.875rem;color:var(--muted);flex:1 1}.trust-category-count{font-size:.75rem;color:var(--accent);margin-top:1rem;font-weight:500}.trust-doc-list{display:flex;flex-direction:column;gap:1rem}.trust-doc-item{background:#fff;border:1px solid var(--border);border-radius:8px;padding:1.25rem;text-decoration:none;color:inherit;transition:all .2s}.trust-doc-item:hover{border-color:var(--accent);background:#f8fafc}.trust-doc-item h3{font-size:1rem;font-weight:600;margin-bottom:.25rem}.trust-doc-item p{font-size:.875rem;color:var(--muted)}.trust-breadcrumb{display:flex;align-items:center;gap:.5rem;font-size:.875rem;margin-bottom:2rem}.trust-breadcrumb a{color:var(--muted);text-decoration:none}.trust-breadcrumb a:hover{color:var(--accent)}.trust-breadcrumb span{color:var(--muted)}.trust-breadcrumb-current{color:var(--foreground);font-weight:500}.trust-category-header{margin-bottom:2rem}.trust-category-header h1{font-size:2rem;font-weight:700;margin-bottom:.5rem}.trust-category-header p{color:var(--muted);font-size:1rem}.trust-document{background:#fff;border:1px solid var(--border);border-radius:12px;padding:2.5rem}.trust-document-header{border-bottom:1px solid var(--border);padding-bottom:1.5rem;margin-bottom:2rem}.trust-document-header h1{font-size:1.75rem;font-weight:700;margin-bottom:.5rem}.trust-document-meta{display:flex;gap:1.5rem;font-size:.875rem;color:var(--muted)}.trust-content{line-height:1.7}.trust-content h2{font-size:1.375rem;margin-top:2rem;margin-bottom:1rem}.trust-content h2,.trust-content h3{font-weight:600;color:var(--foreground)}.trust-content h3{font-size:1.125rem;margin-top:1.5rem;margin-bottom:.75rem}.trust-content h4{font-size:1rem;font-weight:600;margin-top:1.25rem;margin-bottom:.5rem;color:var(--foreground)}.trust-content p{margin-bottom:1rem}.trust-content ol,.trust-content ul{margin-bottom:1rem;padding-left:1.5rem}.trust-content li{margin-bottom:.5rem}.trust-content strong{font-weight:600}.trust-content table{width:100%;border-collapse:collapse;margin:1.5rem 0;font-size:.875rem}.trust-content td,.trust-content th{padding:.75rem 1rem;text-align:left;border:1px solid var(--border)}.trust-content th{background:#f8fafc;font-weight:600}.trust-content tr:hover td{background:#fafbfc}.trust-content blockquote{border-left:4px solid var(--accent);padding-left:1rem;margin:1.5rem 0;color:var(--muted);font-style:italic}.trust-content code{background:#f1f5f9;padding:.125rem .375rem;border-radius:4px;font-family:Fira Code,Monaco,monospace;font-size:.875em}.trust-content pre{background:#1a1a2e;color:#e2e8f0;padding:1rem;border-radius:8px;overflow-x:auto;margin:1.5rem 0}.trust-content pre code{background:none;padding:0;color:inherit}.trust-content hr{border:none;border-top:1px solid var(--border);margin:2rem 0}.trust-status{display:inline-flex;align-items:center;gap:.375rem;padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:500}.trust-status-active{background:#dcfce7;color:#166534}.trust-status-pending{background:#fef9c3;color:#854d0e}.trust-doc-layout{display:grid;grid-template-columns:250px 1fr;grid-gap:2rem;gap:2rem}.trust-sidebar{position:-webkit-sticky;position:sticky;top:100px;height:-moz-fit-content;height:fit-content}.trust-sidebar-section{margin-bottom:1.5rem}.trust-sidebar-title{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--muted);margin-bottom:.75rem}.trust-sidebar-links{display:flex;flex-direction:column;gap:.25rem}.trust-sidebar-link{font-size:.875rem;color:var(--muted);text-decoration:none;padding:.5rem .75rem;border-radius:6px;transition:all .2s}.trust-sidebar-link:hover{color:var(--foreground);background:#f1f5f9}.trust-sidebar-link.active{color:var(--accent);background:#eff6ff;font-weight:500}@media (max-width:768px){.trust-header-content{flex-direction:column;gap:1rem;padding:1rem}.trust-header-nav{gap:1rem}.trust-hero h1{font-size:1.75rem}.trust-main{padding:1rem}.trust-doc-layout{grid-template-columns:1fr}.trust-sidebar{position:static;border-bottom:1px solid var(--border);padding-bottom:1rem;margin-bottom:1rem}.trust-document{padding:1.5rem}}