@import url("https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&family=Space+Mono:wght@400;700&display=swap");:root{--background: #ffffff;--foreground: #0a0a0a;--card: #ffffff;--card-foreground: #0a0a0a;--primary: #e65d23;--primary-foreground: #ffffff;--secondary: #f5f5f5;--secondary-foreground: #171717;--muted: #f5f5f5;--muted-foreground: #737373;--border: #e5e5e5;--radius: 0.625rem;--font-sans: 'Space Grotesk', ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;--font-mono: 'Space Mono', ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace}.dark{--background: #000000;--foreground: #fafafa;--card: #171717;--card-foreground: #fafafa;--primary: #e65d23;--primary-foreground: #ffffff;--secondary: #262626;--secondary-foreground: #fafafa;--muted: #262626;--muted-foreground: #a1a1a1;--border: #404040}*,*::before,*::after{box-sizing:border-box}html{font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;padding:0;font-family:var(--font-sans);background-color:var(--background);color:var(--foreground);line-height:1.6;transition:background-color 0.2s ease, color 0.2s ease}.site-wrapper{min-height:100vh;display:flex;flex-direction:column}.site-header{border-bottom:1px solid var(--border);padding:1rem 0;background-color:var(--background);position:sticky;top:0;z-index:100;transition:background-color 0.2s ease, border-color 0.2s ease}.header-content{max-width:800px;margin:0 auto;padding:0 1.5rem;display:flex;justify-content:space-between;align-items:center}.site-title{font-size:1.25rem;font-weight:600;color:var(--foreground);text-decoration:none;display:flex;align-items:center;gap:0.5rem}.site-title:hover{color:var(--primary)}.site-logo{color:var(--primary);font-weight:700}.site-main{flex:1;max-width:800px;margin:0 auto;padding:3rem 1.5rem;width:100%}.site-footer{border-top:1px solid var(--border);padding:2rem 0;text-align:center;color:var(--muted-foreground);font-size:0.875rem;transition:border-color 0.2s ease}.theme-toggle{background:none;border:none;padding:0.5rem;cursor:pointer;color:var(--muted-foreground);display:flex;align-items:center;justify-content:center;transition:color 0.2s ease}.theme-toggle:hover{color:var(--foreground)}.theme-toggle svg{width:1.25rem;height:1.25rem}.theme-toggle .sun-icon{display:none}.theme-toggle .moon-icon{display:block}.dark .theme-toggle .sun-icon{display:block}.dark .theme-toggle .moon-icon{display:none}h1,h2,h3,h4,h5,h6{margin-top:2rem;margin-bottom:1rem;font-weight:600;line-height:1.3;color:var(--foreground)}h1{font-size:2.25rem}h2{font-size:1.75rem}h3{font-size:1.5rem}h4{font-size:1.25rem}p{margin-bottom:1.5rem}a{color:var(--primary);text-decoration:none}a:hover{text-decoration:underline}ul,ol{margin-bottom:1.5rem;padding-left:1.5rem}li{margin-bottom:0.5rem}code{font-family:var(--font-mono);font-size:0.875em;background-color:var(--secondary);padding:0.2em 0.4em;border-radius:calc(var(--radius) - 4px)}pre{font-family:var(--font-mono);font-size:0.875rem;background-color:var(--secondary);padding:1rem;border-radius:var(--radius);overflow-x:auto;margin-bottom:1.5rem}pre code{background:none;padding:0}.document-list{list-style:none;padding:0;margin:2rem 0}.document-item{margin-bottom:1rem}.document-link{display:block;padding:1.25rem;background-color:var(--card);border:1px solid var(--border);border-radius:var(--radius);color:var(--card-foreground);text-decoration:none;transition:border-color 0.2s ease, box-shadow 0.2s ease}.document-link:hover{border-color:var(--primary);box-shadow:0 2px 8px rgba(0,0,0,0.05);text-decoration:none}.section--cloud .document-link:hover{border-color:#22c55e}.section--platform .document-link:hover{border-color:#e65d23}.document-title{font-weight:600;font-size:1.125rem;margin-bottom:0.25rem}.document-description{color:var(--muted-foreground);font-size:0.875rem;margin:0}.page-header{margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid var(--border)}.page-title{margin:0 0 0.5rem 0}.page-description{color:var(--muted-foreground);font-size:1.125rem;margin:0}table{width:100%;border-collapse:collapse;margin-bottom:1.5rem;font-size:0.875rem}th,td{padding:0.75rem 1rem;text-align:left;border-bottom:1px solid var(--border)}th{font-weight:600;background-color:var(--secondary);border-bottom:2px solid var(--border)}tr:hover{background-color:var(--secondary)}.last-updated{color:var(--muted-foreground);font-size:0.875rem;margin-top:3rem;padding-top:1.5rem;border-top:1px solid var(--border)}.section{margin-bottom:3rem}.section-header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.section-header-text{display:flex;flex-direction:column;gap:0.125rem}.section-logo{width:3rem;height:3rem;border-radius:6px;border:2px solid transparent;transition:border-color 0.2s ease}.section-logo--cloud:hover{border-color:#22c55e}.section-logo--platform:hover{border-color:#e65d23}.section-title{font-size:1.25rem;font-weight:600;margin:0;line-height:1.2}.section-domain{color:var(--muted-foreground);font-size:0.875rem;font-family:var(--font-mono)}
