.skeleton{position:relative;overflow:hidden;background:var(--skeleton-base, #edebe9)}.skeleton:after{content:"";position:absolute;inset:0;transform:translate(-100%);background:linear-gradient(90deg,transparent,var(--skeleton-shimmer, rgba(255, 255, 255, .45)),transparent);animation:skeleton-shimmer 1.35s ease-in-out infinite}@keyframes skeleton-shimmer{to{transform:translate(100%)}}@media(prefers-reduced-motion:reduce){.skeleton:after{animation:none;opacity:.35}}.home-page{min-height:100vh;background:var(--home-bg);color:var(--home-text)}.home-nav{position:sticky;top:0;z-index:100;display:flex;align-items:center;justify-content:space-between;padding:0 32px;height:56px;background:var(--home-nav-bg);border-bottom:1px solid var(--home-border);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.home-nav-brand{font-size:1.25rem;font-weight:700;color:var(--home-brand);letter-spacing:-.02em}.home-nav-links{display:flex;align-items:center;gap:12px}.home-hero{max-width:1100px;margin:0 auto;padding:72px 32px 56px;text-align:center}.home-hero-badge{display:inline-block;padding:6px 14px;border-radius:999px;background:var(--home-badge-bg);color:var(--home-brand);font-size:.85rem;font-weight:600;margin-bottom:20px}.home-hero h1{font-size:clamp(2.2rem,5vw,3.5rem);font-weight:700;line-height:1.15;letter-spacing:-.03em;margin-bottom:20px;color:var(--home-text)}.home-hero-subtitle{font-size:1.15rem;line-height:1.6;color:var(--home-text-secondary);max-width:720px;margin:0 auto 32px}.home-hero-actions{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;margin-bottom:48px}.home-hero-visual{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;max-width:900px;margin:0 auto}.home-preview-card{background:var(--home-card-bg);border:1px solid var(--home-border);border-radius:12px;padding:20px;text-align:left;box-shadow:var(--home-card-shadow)}.home-preview-card h3{font-size:.95rem;font-weight:700;margin-bottom:8px;color:var(--home-text)}.home-preview-card p{font-size:.85rem;line-height:1.5;color:var(--home-text-secondary)}.home-preview-bar{height:8px;border-radius:4px;margin-top:12px}.home-section{max-width:1100px;margin:0 auto;padding:56px 32px}.home-section-header{text-align:center;margin-bottom:40px}.home-section-header h2{font-size:2rem;font-weight:700;letter-spacing:-.02em;margin-bottom:12px}.home-section-header p{color:var(--home-text-secondary);font-size:1.05rem;max-width:640px;margin:0 auto;line-height:1.6}.home-features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px}.home-feature-card{background:var(--home-card-bg);border:1px solid var(--home-border);border-radius:12px;padding:24px;transition:box-shadow .2s,transform .2s}.home-feature-card:hover{box-shadow:var(--home-card-shadow-hover);transform:translateY(-2px)}.home-feature-icon{width:44px;height:44px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:1.25rem;margin-bottom:16px}.home-feature-card h3{font-size:1.05rem;font-weight:700;margin-bottom:8px}.home-feature-card p{font-size:.9rem;line-height:1.55;color:var(--home-text-secondary)}.home-views-section{background:var(--home-surface);border-top:1px solid var(--home-border);border-bottom:1px solid var(--home-border)}.home-views-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.home-view-card{background:var(--home-card-bg);border:1px solid var(--home-border);border-radius:12px;overflow:hidden}.home-view-card-header{padding:16px 20px;border-bottom:1px solid var(--home-border);font-weight:700}.home-view-card-body{padding:20px;font-size:.9rem;line-height:1.6;color:var(--home-text-secondary)}.home-view-card-body ul{margin:12px 0 0;padding-left:18px}.home-view-card-body li{margin-bottom:6px}.home-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.home-step{text-align:center;padding:24px 16px}.home-step-number{width:40px;height:40px;border-radius:50%;background:var(--home-brand);color:#fff;font-weight:700;display:flex;align-items:center;justify-content:center;margin:0 auto 16px}.home-step h3{font-size:1rem;font-weight:700;margin-bottom:8px}.home-step p{font-size:.88rem;color:var(--home-text-secondary);line-height:1.5}.home-cta{text-align:center;padding:64px 32px;background:linear-gradient(135deg,var(--home-cta-start) 0%,var(--home-cta-end) 100%);color:#fff}.home-cta h2{font-size:2rem;font-weight:700;margin-bottom:12px}.home-cta p{font-size:1.05rem;opacity:.92;margin-bottom:28px;max-width:520px;margin-left:auto;margin-right:auto}.home-footer{padding:32px;text-align:center;color:var(--home-text-muted);font-size:.85rem;border-top:1px solid var(--home-border)}@media(max-width:900px){.home-hero-visual,.home-views-grid,.home-steps{grid-template-columns:1fr}.home-nav{padding:0 16px}.home-section,.home-hero{padding-left:20px;padding-right:20px}}.docs-page{min-height:100vh;background:var(--home-bg);color:var(--home-text)}.docs-nav{position:sticky;top:0;z-index:100;display:flex;align-items:center;justify-content:space-between;padding:0 32px;height:56px;background:var(--home-nav-bg);border-bottom:1px solid var(--home-border);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.docs-nav-brand{font-size:1.25rem;font-weight:700;color:var(--home-brand);letter-spacing:-.02em;text-decoration:none}.docs-nav-links{display:flex;align-items:center;gap:12px}.docs-layout{display:grid;grid-template-columns:260px minmax(0,1fr);max-width:1280px;margin:0 auto;gap:0;min-height:calc(100vh - 56px)}.docs-sidebar{position:sticky;top:56px;align-self:start;max-height:calc(100vh - 56px);overflow-y:auto;padding:24px 12px 48px 24px;border-right:1px solid var(--home-border)}.docs-sidebar-group{margin-bottom:20px}.docs-sidebar-title{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--home-text-muted);margin-bottom:8px;padding:0 12px}.docs-sidebar a{display:block;padding:7px 12px;margin-bottom:1px;border-radius:6px;color:var(--home-text-secondary);text-decoration:none;font-size:.875rem;transition:background .15s,color .15s}.docs-sidebar a:hover{background:var(--home-surface);color:var(--home-text)}.docs-sidebar a.active{background:var(--home-badge-bg);color:var(--home-brand);font-weight:600}.docs-main{padding:32px 48px 64px;max-width:860px}.docs-main h1{font-size:2rem;font-weight:700;letter-spacing:-.02em;margin-bottom:8px}.docs-lead{font-size:1.05rem;line-height:1.6;color:var(--home-text-secondary);margin-bottom:32px}.docs-feature-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:12px;margin:20px 0 8px}.docs-feature-pill{background:var(--home-surface);border:1px solid var(--home-border);border-radius:8px;padding:12px 14px}.docs-feature-pill strong{display:block;font-size:.88rem;margin-bottom:4px;color:var(--home-text)}.docs-feature-pill span{font-size:.8rem;line-height:1.45;color:var(--home-text-secondary)}.docs-section{margin-bottom:48px;scroll-margin-top:72px}.docs-section h2{font-size:1.45rem;font-weight:700;margin-bottom:12px;padding-bottom:8px;border-bottom:1px solid var(--home-border)}.docs-section h3{font-size:1.05rem;font-weight:700;margin:24px 0 8px}.docs-section p,.docs-section li{line-height:1.65;color:var(--home-text-secondary);font-size:.95rem}.docs-section ul,.docs-section ol{margin:12px 0;padding-left:22px}.docs-section li{margin-bottom:6px}.docs-code{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.85rem;background:var(--home-surface);border:1px solid var(--home-border);border-radius:8px;padding:14px 16px;margin:12px 0;overflow-x:auto;color:var(--home-text);white-space:pre-wrap}.docs-inline-code{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.85em;background:var(--home-surface);border:1px solid var(--home-border);border-radius:4px;padding:2px 6px;color:var(--home-text)}.docs-table-wrap{overflow-x:auto;margin:16px 0}.docs-table{width:100%;border-collapse:collapse;font-size:.9rem}.docs-table th,.docs-table td{text-align:left;padding:10px 12px;border-bottom:1px solid var(--home-border);vertical-align:top}.docs-table th{font-weight:700;color:var(--home-text);background:var(--home-surface)}.docs-table td{color:var(--home-text-secondary)}.docs-table code{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.85em}.docs-callout{background:var(--home-badge-bg);border-left:4px solid var(--home-brand);border-radius:0 8px 8px 0;padding:14px 16px;margin:16px 0}.docs-callout p{margin:0;color:var(--home-text)}.docs-footer{padding:32px;text-align:center;color:var(--home-text-muted);font-size:.85rem;border-top:1px solid var(--home-border)}@media(max-width:900px){.docs-layout{grid-template-columns:1fr}.docs-sidebar{position:static;max-height:none;border-right:none;border-bottom:1px solid var(--home-border);padding:16px 20px;display:flex;flex-wrap:wrap;gap:4px 8px}.docs-sidebar-group{width:100%;margin-bottom:8px}.docs-sidebar-title{width:100%;padding:0}.docs-sidebar a{display:inline-block;margin-bottom:0}.docs-main{padding:24px 20px 48px}.docs-nav{padding:0 16px}.docs-feature-grid{grid-template-columns:1fr}}.rich-text-editor{border:1px solid var(--rt-border, #edebe9);border-radius:6px;background:var(--rt-bg, #fff);overflow:hidden}.rich-text-toolbar{display:flex;flex-wrap:wrap;gap:2px;padding:6px 8px;border-bottom:1px solid var(--rt-border, #edebe9);background:var(--rt-toolbar-bg, #faf9f8)}.rich-text-toolbar button{border:none;background:transparent;border-radius:4px;width:32px;height:32px;cursor:pointer;color:var(--rt-text, #323130);font-size:14px;font-weight:600}.rich-text-toolbar button:hover{background:var(--rt-hover, rgba(0, 0, 0, .05))}.rich-text-toolbar button.is-active{background:var(--rt-active, #deecf9);color:#0078d4}.rich-text-toolbar .toolbar-divider{width:1px;height:24px;background:var(--rt-border, #edebe9);margin:4px}.rich-text-editor .ProseMirror{min-height:var(--rt-min-height, 120px);padding:12px;outline:none;color:var(--rt-text, #323130);line-height:1.5}.rich-text-editor .ProseMirror p{margin:0 0 .75em}.rich-text-editor .ProseMirror p:last-child{margin-bottom:0}.rich-text-editor .ProseMirror h2{font-size:1.25rem;margin:.5em 0}.rich-text-editor .ProseMirror ul,.rich-text-editor .ProseMirror ol{margin:.5em 0;padding-left:1.5em}.rich-text-editor .ProseMirror blockquote{border-left:3px solid #0078d4;margin:.5em 0;padding-left:12px;color:#605e5c}.rich-text-editor .ProseMirror img,.rich-text-content img{max-width:100%;height:auto;border-radius:6px;margin:8px 0}.rich-text-editor .ProseMirror video,.rich-text-content video{max-width:100%;border-radius:6px;margin:8px 0}.rich-text-editor .ProseMirror a,.rich-text-content a{color:#0078d4;text-decoration:underline}.rich-text-editor .ProseMirror p.is-editor-empty:first-child:before{color:#a19f9d;content:attr(data-placeholder);float:left;height:0;pointer-events:none}.rich-text-content{color:var(--rt-text, #323130);line-height:1.5;word-break:break-word}.rich-text-content p{margin:0 0 .75em}.rich-text-content p:last-child{margin-bottom:0}.rich-text-content ul,.rich-text-content ol{margin:.5em 0;padding-left:1.5em}.rich-text-content blockquote{border-left:3px solid #0078d4;margin:.5em 0;padding-left:12px;color:#605e5c}.rich-text-content a.mention,.rich-text-editor .ProseMirror a.mention{color:#0078d4;font-weight:600;text-decoration:none}.rich-text-content a.mention:hover,.rich-text-editor .ProseMirror a.mention:hover{text-decoration:underline}.rich-text-mention-menu{position:absolute;left:0;right:0;top:100%;margin-top:4px;background:#fff;border:1px solid #edebe9;border-radius:6px;box-shadow:0 4px 12px #0000001f;z-index:1000;max-height:220px;overflow-y:auto}.rich-text-mention-menu button{display:block;width:100%;text-align:left;padding:8px 12px;border:none;background:transparent;cursor:pointer}.rich-text-mention-menu button.is-active,.rich-text-mention-menu button:hover{background:#f3f2f1}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Segoe UI,"Segoe UI Web (West European)",-apple-system,BlinkMacSystemFont,Roboto,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transition:background-color .2s,color .2s}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#c8c6c4;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#a19f9d}a{text-decoration:none}
