:root{--text: #6b6375;--text-h: #08060d;--bg: #fff;--border: #e5e4e7;--code-bg: #f4f3ec;--accent: #aa3bff;--accent-bg: rgba(170, 59, 255, .1);--accent-border: rgba(170, 59, 255, .5);--social-bg: rgba(244, 243, 236, .5);--shadow: rgba(0, 0, 0, .1) 0 10px 15px -3px, rgba(0, 0, 0, .05) 0 4px 6px -2px;--sans: system-ui, "Segoe UI", Roboto, sans-serif;--heading: system-ui, "Segoe UI", Roboto, sans-serif;--mono: ui-monospace, Consolas, monospace;font:18px/145% var(--sans);letter-spacing:.18px;color-scheme:light dark;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (max-width: 1024px){:root{font-size:16px}}@media (prefers-color-scheme: dark){:root{--text: #9ca3af;--text-h: #f3f4f6;--bg: #16171d;--border: #2e303a;--code-bg: #1f2028;--accent: #c084fc;--accent-bg: rgba(192, 132, 252, .15);--accent-border: rgba(192, 132, 252, .5);--social-bg: rgba(47, 48, 58, .5);--shadow: rgba(0, 0, 0, .4) 0 10px 15px -3px, rgba(0, 0, 0, .25) 0 4px 6px -2px}#social .button-icon{filter:invert(1) brightness(2)}}#root{width:100%;max-width:none;margin:0;min-height:100svh;display:flex;flex-direction:column;box-sizing:border-box}body{margin:0}h1,h2{font-family:var(--heading);font-weight:500;color:var(--text-h)}h1{font-size:56px;letter-spacing:-1.68px;margin:32px 0}@media (max-width: 1024px){h1{font-size:36px;margin:20px 0}}h2{font-size:24px;line-height:118%;letter-spacing:-.24px;margin:0 0 8px}@media (max-width: 1024px){h2{font-size:20px}}p{margin:0}code,.counter{font-family:var(--mono);display:inline-flex;border-radius:4px;color:var(--text-h)}code{font-size:15px;line-height:135%;padding:4px 8px;background:var(--code-bg)}.app-root{text-align:left;flex:1;display:flex;flex-direction:column;min-height:100svh}.app-root--editor{height:100dvh;max-height:100dvh;min-height:0;overflow:hidden;box-sizing:border-box}.mcs-hidden-file-input{position:absolute;width:0;height:0;opacity:0;pointer-events:none}.mcs-video-decode-sink{position:fixed;left:0;top:0;width:2px;height:2px;overflow:hidden;clip-path:inset(50%);pointer-events:none;opacity:.02;z-index:0}.mcs-video-decode-sink video.mcs-panel-video-decode{display:block;width:2px;height:2px;object-fit:fill;will-change:transform;transform:translateZ(0)}.mcs-topbar{display:flex;align-items:center;justify-content:flex-start;flex-wrap:wrap;gap:20px;flex-shrink:0;min-height:48px;padding:0 16px;border-bottom:1px solid var(--border);background:var(--bg);box-shadow:var(--shadow, 0 1px 0 rgba(0, 0, 0, .06))}.mcs-topbar-brand{font-weight:600;font-size:.95rem;color:var(--text-h);letter-spacing:-.02em;flex-shrink:0}a.mcs-topbar-brand-link{text-decoration:none;color:inherit}a.mcs-topbar-brand-link:hover{color:var(--accent)}.mcs-topbar-nav{display:flex;align-items:center;gap:4px;flex-shrink:0;min-width:0}.mcs-topbar-btn{font:inherit;font-size:.875rem;padding:8px 14px;border:none;border-radius:6px;background:transparent;color:var(--text-h);cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;box-sizing:border-box}.mcs-topbar-btn:hover:not(:disabled){background:var(--accent-bg)}.mcs-topbar-btn:disabled{opacity:.4;cursor:not-allowed}.mcs-menu-wrap{position:relative}.mcs-dropdown{position:absolute;top:calc(100% + 6px);right:0;min-width:220px;max-height:min(70dvh,calc(100dvh - 56px));padding:10px;border-radius:10px;border:1px solid var(--border);background:var(--bg);box-shadow:var(--shadow);z-index:200;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.mcs-dropdown--wide{min-width:280px}.mcs-dropdown-desc{margin:0 0 10px;line-height:1.4}.mcs-dropdown-desc--tight{margin-bottom:4px;font-weight:600;color:var(--text-h)}.mcs-dropdown-sep{border:none;border-top:1px solid var(--border);margin:12px 0}.mcs-dropdown-action{width:100%;justify-content:center;text-align:center;text-decoration:none;display:inline-flex;align-items:center;box-sizing:border-box}.mcs-dropdown-item{display:block;width:100%;text-align:left;font:inherit;font-size:.875rem;padding:10px 12px;border:none;border-radius:6px;background:transparent;color:var(--text-h);cursor:pointer}.mcs-dropdown-item:hover:not(:disabled){background:var(--accent-bg)}.mcs-dropdown-item:disabled{opacity:.45;cursor:not-allowed}.mcs-dropdown-item--danger{color:#f87171}.mcs-export-progress{margin-top:10px}.mcs-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:300;background:#00000073;display:flex;align-items:center;justify-content:center;padding:max(16px,env(safe-area-inset-top,0px)) 24px max(24px,env(safe-area-inset-bottom,0px));box-sizing:border-box;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.mcs-modal{max-height:min(calc(100dvh - 96px),900px);width:min(960px,100%);display:flex;flex-direction:column;border-radius:12px;border:1px solid var(--border);background:var(--bg);box-shadow:var(--shadow);overflow:hidden}.mcs-modal--preview{width:min(1000px,100%)}.mcs-modal--settings{width:min(520px,100%);max-height:min(calc(100dvh - 48px),920px)}.mcs-fal-settings-body{overflow-y:auto;max-height:min(calc(100dvh - 140px),780px)}.mcs-modal--ai-prompt,.mcs-modal--ai-review{width:min(560px,100%);max-height:min(calc(100dvh - 96px),900px)}.mcs-settings-subtitle{margin:0 0 .35rem;font-size:.95rem;font-weight:600;color:#e8e8ec}.mcs-settings-section-sep{margin:1rem 0}.mcs-ai-prompt-body,.mcs-ai-review-body{display:flex;flex-direction:column;gap:.75rem}.mcs-ai-prompt-preview{max-height:200px;overflow:hidden;border-radius:8px;background:#0a0a0c;display:flex;align-items:center;justify-content:center}.mcs-ai-prompt-preview-img{max-width:100%;max-height:200px;object-fit:contain}.mcs-ai-review-prompt-label{margin:0}.mcs-ai-review-prompt-text{margin:0;font-size:.85rem;line-height:1.45;color:#c8c8d0;white-space:pre-wrap}.mcs-ai-review-video-wrap{border-radius:8px;overflow:hidden;background:#0a0a0c}.mcs-ai-review-video{display:block;width:100%;max-height:320px;object-fit:contain}.mcs-ai-video-queue-block{margin-top:0}.mcs-modal--fal-preview{width:min(920px,100%)}.mcs-modal--fal-clip{width:min(920px,100%);max-height:min(calc(100dvh - 96px),920px)}.mcs-fal-clip-body{display:flex;flex-direction:column;gap:10px}.mcs-fal-clip-hint-strong{color:#e8e8ec;font-weight:600}.mcs-fal-clip-preserve-flag{margin:.35rem 0 0}.mcs-fal-clip-hint{margin:0;line-height:1.45}.mcs-fal-clip-stage-wrap{display:flex;justify-content:center;width:100%}.mcs-fal-clip-stage{position:relative;display:inline-block;width:100%;max-width:880px;vertical-align:top}.mcs-fal-clip-video-surface{position:relative;display:block;width:100%;background:#000;border-radius:8px;overflow:hidden}.mcs-fal-clip-video-surface>video{pointer-events:none}.mcs-fal-clip-video--pre-meta{display:block;width:100%;height:auto;border-radius:8px;background:#000;vertical-align:top}.mcs-fal-clip-video--frame-fill{position:relative;display:block;width:100%;height:auto;border-radius:8px;background:#000;vertical-align:top;object-fit:contain}.mcs-fal-clip-overlay{position:absolute;left:0;top:0;right:0;bottom:0;width:100%;height:100%;box-sizing:border-box;pointer-events:none;z-index:1;border-radius:8px;overflow:visible}.mcs-fal-clip-shape-canvas{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%;height:100%;pointer-events:none;border-radius:8px}.mcs-fal-clip-dim{position:absolute;background:#0000007a;pointer-events:none}.mcs-fal-clip-rect{position:absolute;box-sizing:border-box;border:2px solid #c4b5fd;box-shadow:inset 0 0 0 1px #00000073;cursor:grab;pointer-events:auto;touch-action:none;z-index:1}.mcs-fal-clip-rect:active{cursor:grabbing}.mcs-fal-clip-rect--on-shape{border-style:dashed;border-color:#ffffff8c;box-shadow:none;background:transparent}.mcs-fal-clip-handle-br{position:absolute;right:0;bottom:0;width:20px;height:20px;box-sizing:border-box;border-radius:50%;background:#c4b5fd;border:2px solid var(--bg, #1a1a1f);cursor:nwse-resize;pointer-events:auto;touch-action:none;z-index:2;transform:translate(50%,50%)}.mcs-fal-clip-actions{flex-wrap:wrap;margin-top:4px}.mcs-fal-clip-remote{color:var(--accent)}.mcs-fal-queue-block{display:flex;flex-direction:column;gap:8px}.mcs-fal-queue-list{margin:0;padding-left:0;list-style:none;font-size:.8125rem;color:var(--text);opacity:.9}.mcs-fal-queue-item{display:block;width:100%;margin:0;padding:4px 0;border:none;background:none;color:inherit;font:inherit;text-align:left;opacity:.85}.mcs-fal-queue-item--clickable:not(:disabled){cursor:pointer;opacity:1}.mcs-fal-queue-item--clickable:not(:disabled):hover{color:var(--accent, #6ea8fe);text-decoration:underline}.mcs-fal-queue-item:disabled{cursor:default}.mcs-fal-queue-actions{flex-wrap:wrap}.mcs-fal-preview-body{display:flex;flex-direction:column;gap:12px}.mcs-fal-preview-video{display:block;width:100%;max-height:min(70vh,640px);border-radius:8px;background:#000;object-fit:contain}.mcs-fal-preview-note{margin:0;line-height:1.45}.mcs-fal-preview-actions{flex-wrap:wrap}.mcs-fal-settings-body{padding-bottom:20px}.mcs-field{display:flex;flex-direction:column;gap:6px;margin-top:14px}.mcs-field-label{font-size:.8125rem;font-weight:600;color:var(--text-h)}.mcs-field-input{width:100%;box-sizing:border-box;padding:8px 10px;border-radius:8px;border:1px solid var(--border);background:var(--bg);color:var(--text-h);font:inherit;font-size:.875rem}.mcs-field-input:focus{outline:2px solid var(--accent);outline-offset:1px}.mcs-field-textarea{resize:vertical;min-height:4.5rem;line-height:1.45}.mcs-field-row{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.mcs-field-select{flex:1;min-width:0}.mcs-field-row .btn{flex-shrink:0}.mcs-models-status{margin:6px 0 0;font-size:.8125rem}.mcs-code-inline{font-size:.85em;padding:2px 6px;border-radius:4px;background:var(--code-bg)}.mcs-fal-settings-hint{margin-top:12px;line-height:1.45}.mcs-fal-settings-actions{margin-top:18px;justify-content:flex-end}.mcs-dropdown-footnote{margin:0 12px 10px;padding-top:0;line-height:1.35}.mcs-modal-header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 16px;border-bottom:1px solid var(--border);flex-shrink:0}.mcs-modal-title{margin:0;font-size:1.05rem;font-weight:600;color:var(--text-h)}.mcs-icon-btn{width:36px;height:36px;padding:0;border:none;border-radius:8px;background:transparent;color:var(--text-h);font-size:1.35rem;line-height:1;cursor:pointer}.mcs-icon-btn:hover{background:var(--code-bg)}.mcs-modal-body{padding:16px 20px 20px;overflow:auto;flex:1;min-height:0}.preview-player-stage{min-height:auto}.preview-full-page{flex:1;display:flex;flex-direction:column;min-height:0;background:var(--bg)}.preview-full-page-bar{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:12px;padding:10px 16px;border-bottom:1px solid var(--border);flex-shrink:0;background:var(--bg)}.preview-full-page-bar-left{justify-self:start;min-width:0}.preview-full-page-bar-right{justify-self:end;min-width:0}.preview-full-page-bar-right--content{display:flex;align-items:center;gap:8px}.preview-full-page-title{margin:0;font-size:1rem;font-weight:600;color:var(--text-h);text-align:center}.preview-full-page-body{flex:1;min-height:0;overflow:auto;padding:20px 24px 32px}.reader-screen{flex:1;min-height:0;display:flex;flex-direction:column;background:var(--bg)}.reader-screen-bar{display:flex;align-items:center;justify-content:center;gap:16px;padding:10px 16px;border-bottom:1px solid var(--border);flex-shrink:0}.reader-screen-title{margin:0;font-size:1.1rem;font-weight:600;color:var(--text-h);text-align:center}.reader-screen-body{flex:1;min-height:0;overflow:auto;display:flex;align-items:center;justify-content:center;padding:24px}.reader-upload-inner{max-width:520px;width:100%}.reader-upload-lead{margin:0 0 20px;line-height:1.5}.reader-upload-lead code{font-size:.9em;padding:.1em .35em;border-radius:4px;background:var(--code-bg)}.reader-dropzone{text-align:center}.reader-upload-error{margin-top:16px;text-align:center}.reader-upload-catalog-wait{margin:0 0 12px;text-align:center}.reader-upload-busy{margin-top:12px;text-align:center}.reader-r18-gate{position:fixed;top:0;right:0;bottom:0;left:0;z-index:210;display:flex;align-items:center;justify-content:center;padding:24px;box-sizing:border-box}.reader-r18-gate-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#0a080ee0;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.reader-r18-gate-card{position:relative;z-index:1;width:100%;max-width:420px;padding:26px 24px 22px;border-radius:12px;border:1px solid rgba(180,40,60,.45);background:#161014fa;box-shadow:0 20px 60px #0000008c;outline:none}.reader-r18-gate-title{margin:0 0 14px;font-size:1.05rem;font-weight:700;color:#fff;text-align:center}.reader-r18-gate-body{margin:0 0 4px;font-size:.95rem;line-height:1.65;color:#fff0f2eb;text-align:center}.reader-r18-gate-actions{display:flex;flex-direction:column;gap:10px;margin-top:16px}.reader-r18-gate-btn{width:100%;justify-content:center}.reader-r18-gate-card .btn.secondary.reader-r18-gate-btn{background:#ffffff14;border-color:#ffafbe6b;color:#fff8fa}.reader-r18-gate-card .btn.secondary.reader-r18-gate-btn:hover:not(:disabled){background:#ffffff24;border-color:#ffc3d08c}.reader-r18-gate-card .btn.primary.reader-r18-gate-btn{color:#fff}.reader-r18-gate-card .btn.primary.reader-r18-gate-btn:hover:not(:disabled){filter:brightness(1.06)}.reader-load-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:220;display:flex;align-items:center;justify-content:center;padding:24px;box-sizing:border-box}.reader-load-overlay-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#0c0c10c7;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.reader-load-overlay-card{position:relative;z-index:1;width:100%;max-width:400px;padding:28px 24px 26px;border-radius:12px;border:1px solid var(--border);background:var(--panel-bg, rgba(28, 28, 34, .96));box-shadow:0 16px 48px #00000073}.reader-load-overlay-title{margin:0 0 10px;font-size:1.05rem;font-weight:600;color:var(--text-h);text-align:center}.reader-load-overlay-sub{margin:0 0 18px;text-align:center;line-height:1.45}.reader-load-overlay-meta{margin:10px 0 0;font-size:.85rem;color:var(--muted);text-align:center;font-variant-numeric:tabular-nums}.reader-load-work-meta{margin-top:18px;padding-top:16px;border-top:1px solid rgba(255,255,255,.08);text-align:left;max-width:100%}.reader-load-work-meta-title{margin:0 0 8px;font-size:.9rem;font-weight:700;color:var(--text-h);line-height:1.3}.reader-load-work-meta-row{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:6px}.reader-load-work-meta-author{margin:0}.reader-load-work-meta-desc{margin:0 0 8px;line-height:1.45;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.reader-load-work-meta-linkwrap{margin:4px 0 0;word-break:break-all}.reader-load-work-meta-link{color:var(--accent, #8b9dff);text-decoration:underline;text-underline-offset:2px}.reader-load-work-meta-link:hover{color:#b4c0ff}.reader-load-progress{display:block;width:100%;height:10px;margin:0;border:none;border-radius:5px;overflow:hidden;background:#ffffff14;accent-color:var(--accent, #6b8cff)}.reader-load-progress::-webkit-progress-bar{background:#ffffff14;border-radius:5px}.reader-load-progress::-webkit-progress-value{border-radius:5px;background:linear-gradient(90deg,#5a7ae8,#8b6bff)}.reader-load-progress::-moz-progress-bar{border-radius:5px;background:linear-gradient(90deg,#5a7ae8,#8b6bff)}.reader-load-spinner{width:40px;height:40px;margin:8px auto 0;border-radius:50%;border:3px solid rgba(255,255,255,.12);border-top-color:var(--accent, #6b8cff);animation:reader-load-spin .75s linear infinite}@keyframes reader-load-spin{to{transform:rotate(360deg)}}.reader-book{position:fixed;top:0;right:0;bottom:0;left:0;min-height:100svh;min-height:100dvh;z-index:50;display:flex;flex-direction:column;background:#0a0a0c;box-sizing:border-box}.reader-book-stage{flex:1;min-height:0;position:relative}.reader-book-canvas{display:block;width:100%;height:100%;vertical-align:top}.reader-book-tap{position:absolute;top:0;bottom:0;width:min(32vw,180px);margin:0;padding:0;border:none;background:transparent;cursor:pointer;z-index:2;-webkit-tap-highlight-color:transparent}.reader-book-tap--prev{left:0}.reader-book-tap--next{right:0}.reader-book-tap:disabled{cursor:default;pointer-events:none}.reader-book-toolbar{position:absolute;top:max(10px,env(safe-area-inset-top,0px));right:max(10px,env(safe-area-inset-right,0px));z-index:40;display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:8px;max-width:calc(100vw - 20px);pointer-events:none}.reader-book-toolbar>button{pointer-events:auto}.reader-book-title-chip{max-width:min(160px,38vw);margin:0;padding:6px 10px;border:1px solid rgba(255,255,255,.14);border-radius:999px;background:#0000006b;color:#ffffffeb;font:inherit;font-size:.72rem;font-weight:600;line-height:1.2;cursor:pointer;text-align:left;-webkit-tap-highlight-color:transparent}.reader-book-title-chip:hover{background:#0000008c;border-color:#ffffff38}.reader-book-title-chip:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.reader-book-title-chip-text{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.reader-book-r18{padding:2px 6px;border-radius:4px;font-size:.62rem;font-weight:800;letter-spacing:.04em;color:#fff;background:#b4283cf2}.reader-book-r18--inline{display:inline-block;vertical-align:middle}.mcs-modal--reader-work-detail{width:min(440px,100%);max-height:min(calc(100dvh - 96px),640px)}.reader-work-detail-body{padding:8px 20px 20px;overflow-y:auto}.reader-work-detail-block{margin-bottom:16px}.reader-work-detail-block:last-child{margin-bottom:0}.reader-work-detail-block--row{display:flex;flex-wrap:wrap;align-items:center;gap:10px}.reader-work-detail-block--row .reader-work-detail-label{margin-bottom:0}.reader-work-detail-label{margin:0 0 6px;font-size:.7rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--muted)}.reader-work-detail-value{margin:0;font-size:.9rem;line-height:1.5;color:var(--text-h)}.reader-work-detail-desc{white-space:pre-wrap;word-break:break-word}.reader-work-detail-external-link{color:var(--accent, #8b9dff);text-decoration:underline;text-underline-offset:2px;word-break:break-all}.reader-work-detail-external-link:hover{color:#b4c0ff}.reader-book-mode-toggle{width:40px;height:40px;margin:0;padding:0;border:none;border-radius:50%;background:#00000059;color:#ffffffd9;cursor:pointer;display:flex;align-items:center;justify-content:center;-webkit-tap-highlight-color:transparent}.reader-book-mode-toggle:hover{background:#00000080;color:#fff}.reader-book-mode-toggle:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.reader-book-close{width:40px;height:40px;margin:0;padding:0;border:none;border-radius:50%;background:#00000059;color:#ffffffd9;font-size:1.5rem;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;-webkit-tap-highlight-color:transparent}.reader-book-close:hover{background:#00000080;color:#fff}.reader-book-close:focus-visible,.reader-book-tap:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.mcs-icon-btn:focus-visible,.mcs-topbar-btn:focus-visible,.mcs-dropdown-item:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.editor-workspace{display:flex;flex:1;min-height:0;align-items:stretch;overflow:hidden}.editor-tool-rail{width:44px;flex-shrink:0;display:flex;flex-direction:column;align-items:center;padding:10px 0;border-right:1px solid var(--border);background:var(--code-bg)}.editor-tool-rail-inner{display:flex;flex-direction:column;gap:6px;align-items:center}.editor-tool-btn{display:flex;align-items:center;justify-content:center;width:36px;height:36px;padding:0;margin:0;border:1px solid var(--border);border-radius:8px;background:var(--bg);color:var(--text-h);cursor:pointer;line-height:0}.editor-tool-btn:hover:not(:disabled){background:var(--accent-bg);border-color:var(--accent-border)}.editor-tool-btn.is-active{background:var(--accent);border-color:var(--accent-border);color:#fff}@media (prefers-color-scheme: light){.editor-tool-btn.is-active{color:#fff}}.editor-tool-btn:disabled{opacity:.4;cursor:not-allowed}.editor-tool-btn:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.editor-tool-icon{width:20px;height:20px;display:block}.editor-workspace-main{flex:1;min-width:0;min-height:0;overflow:hidden;display:flex;flex-direction:column}.editor-workspace-main .editor-screen{flex:1;display:flex;flex-direction:column;min-height:0}.editor-workspace-main .editor-layout{flex:1;min-height:0}.screen.editor-screen{padding:0}.sidebar-block--fal-busy{border-left:3px solid var(--accent)}.page-rail{width:108px;flex-shrink:0;min-height:0;align-self:stretch;display:flex;flex-direction:column;overflow:hidden;border-right:1px solid var(--border);background:var(--code-bg)}.page-rail-scroll{flex:1;min-height:0;overflow-y:auto;overflow-x:hidden;overscroll-behavior:contain;padding:10px 8px;display:flex;flex-direction:column;gap:10px;align-items:center}.page-rail-scroll>.page-rail-item,.page-rail-scroll>.page-rail-empty{flex-shrink:0}.page-rail-scroll>.page-rail-footer{flex-shrink:0;align-self:stretch;width:100%;box-sizing:border-box;margin-top:2px;padding-top:10px;border-top:1px solid var(--border)}.small-rail-btn{width:100%;padding:6px 4px;font-size:.75rem}.page-rail-item{position:relative;padding:0;margin:0;border:2px solid transparent;border-radius:8px;overflow:hidden;cursor:pointer;background:var(--bg);line-height:0;width:88px}.page-rail-item:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.page-rail-item.selected{border-color:var(--accent);box-shadow:0 0 0 1px var(--accent-border)}.page-rail-thumb{display:block;width:88px;height:120px;object-fit:cover;object-position:top center}.page-rail-thumb--video{background:#0a0a0c}.page-rail-thumb--empty{height:120px;min-height:120px;background:#ffffff0a}.page-rail-num{position:absolute;bottom:4px;left:4px;font-size:10px;font-weight:700;color:var(--text-h);text-shadow:0 0 4px var(--bg),0 0 6px var(--bg);pointer-events:none}.page-rail-empty{text-align:center;padding:8px 4px;line-height:1.35;flex-shrink:0}.page-rail-context-menu{position:fixed;z-index:400;min-width:180px;max-height:min(calc(100dvh - 24px),320px);padding:4px;border-radius:8px;border:1px solid var(--border);background:var(--bg);box-shadow:var(--shadow);overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.page-rail-context-menu-item{display:block;width:100%;text-align:left;font:inherit;font-size:.8125rem;padding:8px 10px;border:none;border-radius:6px;background:transparent;color:var(--text-h);cursor:pointer}.page-rail-context-menu-item:hover{background:var(--accent-bg)}.page-rail-context-menu-item--danger:hover{background:#dc35451f;color:#c82333}.page-rail-context-menu-item:focus-visible{outline:2px solid var(--accent);outline-offset:1px}.page-rail-context-menu-sep{margin:4px;border:none;border-top:1px solid var(--border)}.editor-empty-main{display:flex;align-items:center;justify-content:center;flex:1;min-height:280px}.editor-empty-inner{max-width:440px;padding:24px;text-align:center}.editor-empty-title{font-size:1.15rem;margin:0 0 12px;color:var(--text-h)}.editor-empty-dropzone{margin-top:16px;max-width:none}.screen{padding:20px 24px 32px;flex:1}.screen-header{margin-bottom:20px}.screen-header.row{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.screen-header h1{font-size:1.35rem;margin:0;letter-spacing:-.02em}.header-actions{display:flex;gap:8px;flex-wrap:wrap}.muted{color:var(--text);opacity:.85}.muted.small,.small{font-size:.85rem}.error-msg{color:#f87171;margin:8px 0 0}.btn{font:inherit;cursor:pointer;border-radius:8px;padding:8px 16px;border:1px solid var(--border);background:var(--code-bg);color:var(--text-h)}.btn:disabled{opacity:.45;cursor:not-allowed}.btn.primary{background:var(--accent);border-color:var(--accent-border);color:#fff}@media (prefers-color-scheme: light){.btn.primary{color:#fff}}.btn.secondary{background:transparent}.btn.danger{border-color:#f8717180;color:#f87171}.dropzone{border:2px dashed var(--border);border-radius:12px;padding:32px 24px;text-align:center;max-width:520px}.dropzone:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.thumb-section{margin-top:28px}.thumb-section h2{font-size:1rem;margin-bottom:12px}.thumb-list{list-style:none;padding:0;margin:0 0 16px;display:flex;flex-wrap:wrap;gap:12px}.thumb-item{display:flex;flex-direction:column;align-items:center;gap:4px;font-size:.8rem}.thumb-img{object-fit:cover;border-radius:6px;border:1px solid var(--border)}.editor-layout{display:grid;grid-template-columns:1fr min(300px,34vw);grid-template-rows:minmax(0,1fr);gap:12px;align-items:stretch;min-height:0}.editor-workspace-main .editor-screen>.editor-layout{flex:1;min-height:0}.editor-right-rail{display:flex;flex-direction:column;gap:12px;min-height:0;min-width:0;overflow:auto;align-self:stretch}.editor-layer-list-panel{flex:1 1 auto;min-height:12rem;display:flex;flex-direction:column;overflow:hidden;border:1px solid var(--border);border-radius:10px;padding:14px;background:var(--code-bg)}.editor-layer-list-panel__title{flex-shrink:0;font-size:.95rem;margin:0 0 6px;font-weight:600;color:var(--text-h)}.editor-layer-list-panel__intro{margin:0 0 10px;line-height:1.4;flex-shrink:0}.editor-layer-list-panel__empty{margin:0;line-height:1.45;flex-shrink:0}.editor-layer-list{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:6px;flex:1 1 0;min-height:0;overflow-y:auto;overscroll-behavior:contain}.editor-layer-list__li{margin:0;position:relative}.editor-layer-list__li--dragging .editor-layer-list__card{opacity:.45}.editor-layer-list__drop-line{height:2px;margin:2px 4px;border-radius:999px;background:var(--accent, #6366f1);box-shadow:0 0 0 1px #6366f159}.editor-layer-list__drag-handle{flex-shrink:0;align-self:stretch;display:flex;align-items:center;justify-content:center;width:2rem;min-width:2rem;padding:0;margin:0;border:none;border-right:1px solid var(--border);border-radius:8px 0 0 8px;background:#ffffff0a;color:var(--text-muted, #94a3b8);cursor:grab;touch-action:none}.editor-layer-list__drag-grip{display:grid;grid-template-columns:repeat(2,4px);gap:3px}.editor-layer-list__drag-grip span{display:block;width:4px;height:4px;border-radius:50%;background:currentColor}.editor-layer-list__drag-handle:hover{background:var(--accent-bg);color:var(--text-h)}.editor-layer-list__drag-handle:active{cursor:grabbing;background:#6366f126;color:var(--accent, #818cf8)}.editor-layer-list__card{display:flex;align-items:stretch;padding:0;border-radius:8px;border:1px solid var(--border);background:var(--social-bg);color:var(--text-h);cursor:pointer;outline:none;overflow:hidden}.editor-layer-list__card-body{flex:1;min-width:0;padding:8px 10px}.editor-layer-list__card:hover{background:var(--accent-bg)}.editor-layer-list__card:focus-visible{outline:2px solid var(--accent);outline-offset:1px}.editor-layer-list__card--selected{border-color:var(--accent-border);box-shadow:0 0 0 1px var(--accent-bg)}.editor-layer-list__head-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.editor-layer-list__stack-controls{display:flex;align-items:center;gap:4px;flex-shrink:0}.editor-layer-list__step-btn{font:inherit;font-size:.85rem;font-weight:700;min-width:1.85rem;padding:3px 6px;border-radius:5px;border:1px solid var(--border);background:var(--bg);color:var(--text-h);cursor:pointer;line-height:1.2}.editor-layer-list__step-btn:hover:not(:disabled){background:var(--accent-bg);border-color:var(--accent-border)}.editor-layer-list__step-btn:disabled{opacity:.35;cursor:not-allowed}.editor-layer-list__order-num{min-width:1.75rem;text-align:center;font-weight:700;font-size:.9rem;font-variant-numeric:tabular-nums;color:var(--text-h)}.editor-layer-list__chips{display:flex;flex-wrap:wrap;gap:4px;flex:1 1 auto;min-width:0}.editor-layer-list__chip--effect{border-color:#c084fc73;color:#d8b4fef2}.editor-layer-list__effect-note{color:#c084fcd9}.editor-layer-list__badge{font-size:.65rem;font-weight:600;padding:2px 7px;border-radius:999px;background:#6366f126;border:1px solid rgba(99,102,241,.35);color:#a5b4fc;flex-shrink:0}.editor-layer-list__status{font-size:.65rem;font-weight:600;padding:2px 8px;border-radius:999px;border:1px solid var(--border);flex:1 1 auto;min-width:0;line-height:1.35}.editor-layer-list__status--generating,.editor-layer-list__status--pre-crop{border-color:#fbbf2473;background:#fbbf241a;color:#fbbf24}.editor-layer-list__status--done{border-color:#34d39966;background:#34d3991a;color:#34d399}.editor-layer-list__status--error{border-color:#f8717173;background:#f871711a;color:#f87171}.editor-layer-list__status--image{border-color:#94a3b859;background:#94a3b81a;color:#94a3b8}.editor-layer-list__chips-row{display:flex;flex-wrap:wrap;align-items:center;gap:4px;margin-top:6px}.editor-layer-list__chips-row .editor-layer-list__meta{margin-top:0;margin-left:auto}.editor-layer-list__error-msg{margin:6px 0 0;color:#f87171}.editor-layer-list__preview{margin-top:8px;border-radius:6px;overflow:hidden;border:1px solid var(--border);background:#0a0a0c;min-height:64px;position:relative}.editor-layer-list__preview-status{margin:8px}.editor-layer-list__preview-error{margin:8px;color:#f87171}.editor-layer-list__crop-frame{position:relative;width:100%;overflow:hidden;background:#0a0a0c}.editor-layer-list__crop-frame--preserve{background:#000}.editor-layer-list__video{display:block;width:100%;max-height:160px;object-fit:contain;background:#0a0a0c}.editor-layer-list__video--contain{width:100%;height:100%;object-fit:contain}.editor-layer-list__video--cropped{position:absolute;left:0;top:0}.editor-layer-list__static-img{display:block;width:100%;max-height:160px;object-fit:contain;background:#0a0a0c}.editor-layer-list__preserve-patch{position:absolute;object-fit:fill;pointer-events:none}.layer-preview-tabs{display:flex;gap:8px;margin-bottom:14px}.layer-preview-tabs__btn{flex:1;padding:8px 12px;border-radius:8px;border:1px solid var(--border);background:var(--bg);color:var(--text-h);font-size:.875rem;font-weight:600;cursor:pointer}.layer-preview-tabs__btn--active{border-color:#c084fc8c;background:#c084fc1f}.layer-preview-tab-panel{display:grid;gap:12px}.layer-preview-effect-label{display:grid;gap:6px;font-size:.8125rem;font-weight:600;color:var(--text-h)}.layer-preview-effect-select{width:100%;padding:8px 10px;border-radius:8px;border:1px solid var(--border);background:var(--bg);color:var(--text-h);font-size:.875rem}.layer-preview-effect-hint{margin:0}.layer-effect-preview{display:grid;gap:8px}.layer-effect-preview__video{display:none}.layer-effect-preview__canvas{width:100%;height:auto;border-radius:8px;background:#0a0a0c}.layer-effect-preview__controls{display:flex;gap:8px}.mcs-modal--export-video{max-width:520px;width:calc(100% - 32px)}.export-video-body{display:grid;gap:14px}.export-video-pages{border:1px solid var(--border-subtle, rgba(255, 255, 255, .08));border-radius:8px;padding:12px 14px;margin:0}.export-video-pages__legend{font-size:.85rem;font-weight:600;padding:0 4px}.export-video-pages__actions{flex-wrap:wrap;margin:10px 0 8px}.export-video-range{display:flex;align-items:flex-end;gap:12px;flex-wrap:wrap}.export-video-range__field{display:grid;gap:4px;min-width:5rem}.export-video-range__input{width:5.5rem}.export-video-range__sep{padding-bottom:.55rem;color:var(--text-muted, #888);font-size:1.1rem}.export-video-static-hold{max-width:12rem}.export-video-order{border:1px solid var(--border-subtle, rgba(255, 255, 255, .08));border-radius:8px;padding:10px 12px}.export-video-order__title{margin:0 0 8px;font-size:.85rem;font-weight:600}.export-video-order__list{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:4px;max-height:min(240px,40vh);overflow-y:auto}.export-video-order__list li{display:flex;align-items:baseline;gap:8px;font-size:.8rem;line-height:1.35}.export-video-order__seq{flex-shrink:0;min-width:1.5rem;font-weight:700;font-variant-numeric:tabular-nums;color:var(--accent, #818cf8)}.export-video-order__label{min-width:0}.export-video-order__note{margin:8px 0 0}.export-video-progress{display:grid;gap:8px}.export-video-progress__bar{height:6px;border-radius:999px;background:#ffffff14;overflow:hidden}.export-video-progress__fill{height:100%;border-radius:inherit;background:linear-gradient(90deg,#6366f1,#818cf8);transition:width .15s ease-out}.export-video-progress__meta{display:flex;flex-wrap:wrap;align-items:baseline;gap:8px 12px;font-size:.85rem}.export-video-progress__label{flex:1 1 auto;min-width:0}.export-video-progress__pct{font-variant-numeric:tabular-nums;font-weight:600}.export-video-progress--footer{flex:1 1 100%;margin-bottom:4px}.mcs-modal--export-video .mcs-fal-settings-actions{flex-wrap:wrap}.mcs-modal--layer-detail{max-width:820px;width:calc(100% - 32px);max-height:calc(100vh - 32px);display:flex;flex-direction:column}.mcs-modal--layer-detail>nav.mcs-modal-body,.mcs-modal--layer-detail>footer.mcs-modal-body{flex:0 0 auto;overflow:visible}.mcs-modal--layer-detail>footer.mcs-modal-body{margin-top:0;border-top:1px solid var(--border);padding-top:16px}.layer-detail-tab-content{overflow-y:auto;flex:1;min-height:0}.layer-detail-tab-actions{flex-wrap:wrap}.mcs-fal-clip-body--embedded .mcs-fal-clip-stage-wrap{max-height:min(50vh,420px)}.layer-detail-previews{display:grid;gap:16px;margin-top:12px}@media (min-width: 640px){.layer-detail-previews{grid-template-columns:1fr 1fr}}.layer-detail-preview-block{display:grid;gap:8px}.layer-detail-preview-title{margin:0;font-size:.875rem;font-weight:600;color:var(--text-h)}.layer-detail-plain-video{width:100%;border-radius:8px;background:#0a0a0c}.layer-effect-params{border:1px solid var(--border-subtle, rgba(255, 255, 255, .08));border-radius:8px;padding:12px 14px;margin-top:12px}.layer-effect-params__legend{font-size:.85rem;font-weight:600;padding:0 4px}.layer-effect-params__grid{display:grid;gap:10px;margin-top:8px}.layer-effect-param{display:grid;gap:4px}.layer-effect-param__label{display:flex;justify-content:space-between;align-items:baseline;font-size:.8rem;gap:8px}.layer-effect-param__value{color:var(--text-muted, #888);font-variant-numeric:tabular-nums}.layer-effect-param__range{width:100%}.layer-effect-param__select{width:100%;font-size:.85rem;padding:6px 8px;border-radius:6px;border:1px solid var(--border-subtle, rgba(255, 255, 255, .12));background:var(--surface-2, #1a1a1e);color:inherit}.mcs-modal--layer-preview{max-width:480px;width:calc(100% - 32px)}.editor-layer-list__chip{font-size:.65rem;font-weight:600;padding:1px 6px;border-radius:4px;background:var(--bg);border:1px solid var(--border);color:var(--text-h);opacity:.85}.editor-layer-list__meta{margin-top:4px;font-size:.7rem}.editor-sidebar--stacked{align-self:stretch;width:100%;flex-shrink:0}.editor-video-list-panel{flex-shrink:0;border:1px solid var(--border);border-radius:10px;padding:14px;background:var(--code-bg)}.editor-video-list-panel__title{font-size:.95rem;margin:0 0 6px;font-weight:600;color:var(--text-h)}.editor-video-list-panel__intro{margin:0 0 12px;line-height:1.4}.editor-video-list-panel__empty{margin:0;line-height:1.45}.editor-video-list-panel__footer{margin:12px 0 0;line-height:1.4;padding-top:10px;border-top:1px solid var(--border)}.editor-video-list{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:12px}.editor-video-list__item--clickable{cursor:pointer}.editor-video-list__item--clickable:hover{border-color:#c084fc59}.editor-video-list__item--clickable:focus-visible{outline:2px solid var(--accent, #c084fc);outline-offset:2px}.editor-video-list__settings-bar{display:block;width:100%;margin-bottom:8px;padding:6px 10px;border-radius:6px;border:1px dashed rgba(192,132,252,.35);background:#c084fc0f;color:#d8b4fef2;font-size:.75rem;font-weight:600;text-align:left;cursor:pointer}.editor-video-list__settings-bar:hover{background:#c084fc1f;border-color:#c084fc8c}.editor-video-list__item{border:1px solid var(--border);border-radius:8px;padding:10px;background:var(--social-bg)}.editor-video-list__item--selected{border-color:var(--accent-border);box-shadow:0 0 0 1px var(--accent-bg)}.editor-video-list__item--status{padding-bottom:10px}.editor-video-list__item--status .editor-video-list__item-head{margin-bottom:0}.editor-video-list__item-head{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin-bottom:8px}.editor-video-list__item-title{font-weight:600;font-size:.85rem;color:var(--text-h)}.editor-video-list__badge{font-size:.65rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;padding:2px 6px;border-radius:4px;background:var(--accent-bg);color:var(--accent);border:1px solid var(--accent-border)}.editor-video-list__state{font-size:.75rem;font-weight:600;padding:3px 8px;border-radius:6px;border:1px solid var(--border);color:var(--text-h);background:var(--bg)}.editor-video-list__state--generating{border-color:var(--accent-border);background:var(--accent-bg);color:var(--accent)}.editor-video-list__state--pre-crop{border-color:#fbbf2473;background:#fbbf241f;color:#fbbf24}.editor-video-list__state--done{border-color:#34d39966;background:#34d3991a;color:#34d399}.editor-video-list__state--error{border-color:#f8717173;background:#f871711a;color:#f87171;cursor:default}.editor-video-list__state--image{border-color:#94a3b859;background:#94a3b81a;color:#94a3b8}.editor-video-list__item--image{border-style:dashed}.editor-video-list__image-meta{margin:0 0 8px;padding:0 2px}.editor-video-list__player{border-radius:6px;overflow:hidden;border:1px solid var(--border);background:#0a0a0c;min-height:80px;position:relative}.editor-video-list__status{margin:0;padding:10px}.editor-video-list__player .editor-video-list__error{margin:0;padding:10px;color:#f87171}.editor-video-list__crop-frame{position:relative;width:100%;max-height:min(28vh,220px);overflow:hidden;background:#000}.editor-video-list__crop-frame--preserve{display:block}.editor-video-list__video--contain{display:block;width:100%;height:100%;max-height:none;min-width:0;min-height:0;object-fit:contain;vertical-align:top}.editor-video-list__preserve-patch{position:absolute;z-index:3;object-fit:fill;pointer-events:none;box-sizing:border-box}.editor-video-list__video{display:block;width:100%;max-height:min(28vh,220px)}.editor-video-list__video--cropped{max-height:none;width:auto;height:auto;min-width:100%;min-height:100%}@media (max-width: 900px){.editor-layout{grid-template-columns:1fr}}.editor-canvas-wrap{position:relative;width:100%;min-width:0;min-height:0;height:100%;max-height:100%;display:flex;flex-direction:column;align-items:stretch;justify-content:stretch;gap:0;box-sizing:border-box}.editor-zoom-viewport{position:relative;flex:1;min-width:0;min-height:0;width:100%;overflow:auto;overscroll-behavior:contain;scrollbar-gutter:stable;overflow-anchor:none}.editor-zoom-hud{position:absolute;top:10px;right:10px;bottom:auto;z-index:5;pointer-events:auto}.editor-zoom-hud__row{display:inline-flex;align-items:center;gap:4px;padding:4px 6px;border-radius:8px;background:var(--code-bg);border:1px solid var(--border);box-shadow:0 1px 3px #0000001f}.editor-zoom-btn{display:inline-flex;align-items:center;justify-content:center;min-width:32px;min-height:32px;margin:0;padding:0 8px;font-size:1.1rem;line-height:1;font-weight:600;color:var(--text-h);background:var(--social-bg);border:1px solid var(--border);border-radius:6px;cursor:pointer}.editor-zoom-btn:hover:not(:disabled){background:var(--bg);border-color:var(--accent-border);color:var(--accent, #38bdf8)}.editor-zoom-btn:disabled{opacity:.4;cursor:not-allowed}.editor-zoom-badge{display:inline-block;min-width:3.25rem;text-align:center;font-size:.75rem;padding:4px 6px;border-radius:6px;background:transparent;color:var(--text-h);opacity:.95}.editor-stage-center{display:inline-flex;align-items:flex-start;justify-content:center;min-width:200%;min-height:200%;box-sizing:border-box;vertical-align:top}.editor-stage{position:relative;border:1px solid var(--border);border-radius:8px;overflow:hidden;cursor:default;-webkit-user-select:none;user-select:none}.editor-stage.add-mode{cursor:crosshair}.editor-stage.no-layer-pick .panel-box{pointer-events:none}.editor-stage.add-mode .panel-box{cursor:default}.editor-stage.editor-stage--view-pan{cursor:grab}.editor-stage.editor-stage--view-panning{cursor:grabbing}.editor-img{display:block;vertical-align:top}.editor-line-overlay{position:absolute;left:0;top:0;pointer-events:none;z-index:1}.panel-box{position:absolute;box-sizing:border-box;border:2px solid rgba(192,132,252,.65);pointer-events:auto;cursor:grab}.panel-box--group:not(.selected){box-shadow:0 0 0 1px #60a5fa8c}.panel-box--fusion:not(.selected){border-color:#2dd4bfc7}.panel-box--fusion.panel-box--polygon:not(.selected){border-color:transparent;background:#2dd4bf14}.panel-box--fusion:not(.selected) .panel-polygon-stroke{stroke:#2dd4bfe0}.panel-box.selected{border-color:var(--accent);box-shadow:0 0 0 1px #38bdf861,0 0 16px #38bdf829}.panel-box--polygon{border-color:transparent;background:transparent}.panel-box-shape-fill{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:0;background:#c084fc0f}.panel-box-shape-fill--aabb{clip-path:none;-webkit-clip-path:none}.panel-box--polygon.selected .panel-box-shape-fill{background:#c084fc1a}.panel-box--polygon.selected{border-color:transparent;background:transparent;box-shadow:none;filter:drop-shadow(0 0 7px rgba(56,189,248,.45))}.panel-hit-surface{position:absolute;top:0;right:0;bottom:0;left:0;z-index:8;cursor:grab;background:transparent}.panel-freehand-dot{position:absolute;width:12px;height:12px;padding:0;margin:0;border:1px solid var(--accent-border);border-radius:50%;background:var(--accent);cursor:grab;z-index:40;box-sizing:border-box;box-shadow:0 0 0 1px #0003}.panel-freehand-dot--stage{z-index:45}.panel-ellipse-resize-dot--n,.panel-ellipse-resize-dot--s{cursor:ns-resize}.panel-ellipse-resize-dot--e,.panel-ellipse-resize-dot--w{cursor:ew-resize}.panel-box--polygon .panel-polygon-frame{z-index:1}.panel-box--polygon .panel-order{z-index:2}.panel-polygon-frame{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;pointer-events:none;overflow:visible}.panel-polygon-stroke{stroke:#c084fcd9;stroke-width:2px}.panel-box.selected .panel-polygon-stroke{stroke:var(--accent)}.panel-polygon-stroke--freehand{stroke-linejoin:round;stroke-linecap:round}.panel-vertex-h{position:absolute;width:10px;height:10px;padding:0;margin:0;border:1px solid var(--accent-border);border-radius:50%;background:var(--accent);cursor:grab;z-index:4;box-sizing:border-box}.panel-order{position:absolute;top:2px;left:4px;font-size:11px;font-weight:600;color:var(--text-h);text-shadow:0 0 4px var(--bg);pointer-events:none}.panel-order--fusion{color:#5eead4;text-shadow:0 0 6px var(--bg)}.resize-h{position:absolute;width:10px;height:10px;padding:0;border:1px solid var(--accent-border);border-radius:2px;background:var(--accent);cursor:pointer;z-index:3}.resize-h.nw{top:-5px;left:-5px;cursor:nwse-resize}.resize-h.n{top:-5px;left:50%;transform:translate(-50%);cursor:ns-resize}.resize-h.ne{top:-5px;right:-5px;cursor:nesw-resize}.resize-h.e{top:50%;right:-5px;transform:translateY(-50%);cursor:ew-resize}.resize-h.se{bottom:-5px;right:-5px;cursor:nwse-resize}.resize-h.s{bottom:-5px;left:50%;transform:translate(-50%);cursor:ns-resize}.resize-h.sw{bottom:-5px;left:-5px;cursor:nesw-resize}.resize-h.w{top:50%;left:-5px;transform:translateY(-50%);cursor:ew-resize}.rubber-rect{position:absolute;border:2px dashed var(--accent);background:var(--accent-bg);pointer-events:none}.rubber-ellipse{position:absolute;border:2px dashed var(--accent);background:var(--accent-bg);border-radius:50%;pointer-events:none;box-sizing:border-box}.page-nav{display:flex;align-items:center;gap:12px}.editor-sidebar{border:1px solid var(--border);border-radius:10px;padding:16px;display:flex;flex-direction:column;gap:16px}.sidebar-block h2{font-size:.95rem;margin:0 0 8px}.panel-list{margin:0 0 10px;padding-left:1.1rem;max-height:220px;overflow:auto}.panel-list-btn{font:inherit;font-size:.8rem;text-align:left;width:100%;padding:6px 4px;border:none;background:transparent;color:var(--text-h);cursor:pointer;border-radius:4px}.panel-list-btn:hover{background:var(--accent-bg)}.panel-list-btn.active{background:var(--accent-bg);font-weight:600}.row.gap{display:flex;gap:8px;flex-wrap:wrap}.info-dl{display:grid;grid-template-columns:auto 1fr;gap:4px 12px;margin:0 0 12px;font-size:.85rem}.info-dl dt{margin:0;color:var(--text)}.info-dl dd{margin:0;color:var(--text-h)}.preview-stage{display:flex;align-items:center;justify-content:center;min-height:min(70vh,640px);background:var(--code-bg);border-radius:12px;border:1px solid var(--border);overflow:hidden}.preview-canvas{display:block;max-width:100%;height:auto;border-radius:8px}.preview-page-nav{margin-top:12px;align-items:center;flex-wrap:wrap;justify-content:center;gap:10px}.preview-clip{max-width:100%;max-height:min(70vh,640px);overflow:visible;display:flex;align-items:center;justify-content:center}.toolbar{display:flex;gap:10px;flex-wrap:wrap;margin-top:16px}.export-actions{margin:16px 0}.progress-wrap{display:flex;align-items:center;gap:12px;margin-top:12px}progress{flex:1;max-width:360px;height:10px}.download-row{margin-top:16px}.download-row a.btn{text-decoration:none;display:inline-block}.mg-page{position:relative;min-height:100svh;overflow-x:clip;background-color:#fff8fb;background-image:radial-gradient(ellipse 80% 50% at 20% -10%,rgba(251,207,232,.55) 0%,transparent 55%),radial-gradient(ellipse 70% 45% at 90% 10%,rgba(186,230,253,.5) 0%,transparent 50%),linear-gradient(180deg,#fff5f9,#fef9ff 40%,#f0f9ff);color:#1e293b}.mg-page h1,.mg-page h2,.mg-page h3{margin:0;font-family:inherit;font-weight:inherit;color:inherit}.mg-page .landing-bubbles{position:fixed;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none;overflow:hidden}.mg-page .landing-bubble{position:absolute;left:var(--bubble-left);top:var(--bubble-top);width:var(--bubble-size);height:var(--bubble-size);border-radius:50%;background:radial-gradient(circle at 32% 28%,rgba(255,255,255,.85) 0%,var(--bubble-color) 42%,transparent 72%);filter:blur(1px);opacity:.85;animation:mg-bubble-float var(--bubble-duration) ease-in-out var(--bubble-delay) infinite}@keyframes mg-bubble-float{0%,to{transform:translate(0) scale(1)}25%{transform:translate(12px,-18px) scale(1.06)}50%{transform:translate(-8px,-32px) scale(.94)}75%{transform:translate(-14px,-12px) scale(1.03)}}.mg-topbar,.mg-main,.mg-footer{position:relative;z-index:1}.mg-topbar{position:sticky;top:0;z-index:30;border-bottom:1px solid rgba(244,114,182,.14);background:#fff8fce0;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.mg-topbar-inner{max-width:1200px;margin:0 auto;padding:10px 20px;display:flex;align-items:center;gap:12px}.mg-logo{flex-shrink:0;font-weight:800;font-size:.95rem;letter-spacing:-.02em;color:#be185d;text-decoration:none}.mg-topnav{flex:1;display:none;align-items:center;justify-content:center;gap:4px;flex-wrap:wrap}.mg-topbar-actions{margin-left:auto;display:flex;align-items:center;gap:6px}.mg-topnav-link{padding:7px 12px;border-radius:999px;font-size:.8125rem;font-weight:600;text-decoration:none;color:#1e293bc7;border:1px solid transparent;transition:background .15s ease,color .15s ease}.mg-topnav-link:hover{color:#be185d;background:#f472b61a}.mg-topnav-link--ghost{border-color:#f472b640;background:#fff9}.mg-topnav-link--accent{background:linear-gradient(135deg,#fb7185,#f472b6,#818cf8);color:#fff;box-shadow:0 4px 16px #f472b64d}.mg-topnav-link--accent:hover{color:#fff;background:linear-gradient(135deg,#fda4af,#f9a8d4,#a5b4fc)}.mg-topnav-link--subtle{font-size:.6875rem;font-weight:500;color:#1e293b61;padding:5px 8px}.mg-topnav-link--subtle:hover{color:#1e293b94;background:transparent}@media (min-width: 900px){.mg-topnav{display:flex}}.mg-kicker{margin:0 0 10px;font-size:.75rem;font-weight:800;letter-spacing:.18em;color:#ec4899}.mg-kicker--hero{font-size:.8125rem;color:#db2777}.mg-section-head{margin-bottom:28px}.mg-section-head--center{text-align:center}.mg-section-title{font-size:clamp(1.5rem,4vw,2rem);font-weight:800;letter-spacing:-.03em;line-height:1.25;color:#0f172a}.mg-section-sub{margin:12px auto 0;max-width:36rem;font-size:.9375rem;line-height:1.65;color:#1e293ba6}.mg-btn{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 22px;border-radius:999px;font:inherit;font-size:.9rem;font-weight:700;text-decoration:none;border:1px solid transparent;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,background .15s ease}.mg-btn--lg{min-height:50px;padding:0 28px;font-size:.95rem}.mg-btn--primary{background:linear-gradient(135deg,#fb7185,#f472b6,#818cf8);color:#fff;box-shadow:0 8px 24px #f472b652}.mg-btn--primary:hover{transform:translateY(-1px);box-shadow:0 12px 28px #f472b666}.mg-btn--ghost{background:#ffffffbf;color:#be185d;border-color:#f472b64d}.mg-btn--ghost:hover{background:#fff}.mg-btn--white{background:#fff;color:#be185d;box-shadow:0 6px 20px #00000014}.mg-btn--outline-white{background:transparent;color:#fff;border-color:#ffffffa6}.mg-btn--outline-white:hover{background:#ffffff1f}.mg-hero{padding:48px 20px 32px}.mg-hero-inner{max-width:1100px;margin:0 auto;display:grid;gap:36px;align-items:center}.mg-hero-copy{text-align:center}.mg-hero-title{font-size:clamp(2.2rem,7vw,3.5rem);font-weight:900;letter-spacing:-.04em;line-height:1.1;color:#0f172a;background:linear-gradient(120deg,#db2777,#7c3aed,#0284c7);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:16px}.mg-hero-lead{margin:0 auto 28px;max-width:28rem;font-size:1rem;line-height:1.75;color:#1e293bb8}.mg-hero-br{display:none}.mg-hero-actions{display:flex;flex-wrap:wrap;gap:12px;justify-content:center}.mg-hero-visual{position:relative;max-width:420px;margin:0 auto}.mg-media{position:relative;display:block;width:100%;overflow:hidden}.mg-loop-video,.mg-media-fallback{display:block;width:100%;height:auto}.mg-media-fallback{display:none}.mg-hero-media{border-radius:24px;border:3px solid rgba(255,255,255,.85);box-shadow:0 24px 48px #f472b638,0 0 0 1px #f472b61f;transform:rotate(-1.5deg)}.mg-hero-media .mg-loop-video,.mg-hero-media .mg-media-fallback{border-radius:inherit}@media (min-width: 900px){.mg-hero{padding:72px 20px 48px}.mg-hero-inner{grid-template-columns:1fr 1fr;gap:48px}.mg-hero-copy{text-align:left}.mg-hero-lead{margin-left:0;margin-right:0;max-width:none}.mg-hero-actions{justify-content:flex-start}.mg-hero-br{display:inline}.mg-hero-visual{max-width:none;margin:0}.mg-hero-media{transform:rotate(-2deg)}}@media (prefers-reduced-motion: reduce){.mg-loop-video{display:none}.mg-media-fallback{display:block}}.mg-story{padding:56px 20px}.mg-story--pink{background:#ffffff73}.mg-story--sky{background:linear-gradient(90deg,rgba(186,230,253,.25) 0%,transparent 100%)}.mg-story--mint{background:#ffffff73}.mg-story--violet{background:linear-gradient(90deg,transparent 0%,rgba(221,214,254,.35) 100%)}.mg-story-inner{max-width:1000px;margin:0 auto;display:grid;gap:28px;align-items:center}.mg-story-visual{display:flex;justify-content:center}.mg-story-frame{width:min(100%,320px);margin:0;border-radius:20px;overflow:hidden;border:3px solid rgba(255,255,255,.9);box-shadow:0 20px 48px #f472b626;background:#fff}.mg-story-frame--pink{box-shadow:0 20px 48px #f472b62e}.mg-story-frame--sky{box-shadow:0 20px 48px #38bdf82e}.mg-story-frame--mint{box-shadow:0 20px 48px #34d3992e}.mg-story-frame--violet{box-shadow:0 20px 48px #a78bfa2e}.mg-story-image{display:block;width:100%;height:auto;aspect-ratio:4 / 3;object-fit:cover}.mg-story-media .mg-loop-video,.mg-story-media .mg-media-fallback{aspect-ratio:4 / 3;object-fit:cover}.mg-story-title{font-size:clamp(1.35rem,3.5vw,1.85rem);font-weight:800;letter-spacing:-.03em;line-height:1.3;color:#0f172a;margin-bottom:12px}.mg-story-body{margin:0;font-size:.9375rem;line-height:1.75;color:#1e293bb8}@media (min-width: 768px){.mg-story-inner{grid-template-columns:1fr 1fr;gap:48px}.mg-story--reverse .mg-story-visual{order:2}.mg-story--reverse .mg-story-copy{order:1}}.mg-section{padding:56px 20px;max-width:1100px;margin:0 auto}.mg-more-grid{list-style:none;margin:0;padding:0;display:grid;gap:16px}.mg-more-card{position:relative;padding:24px 20px 22px;border-radius:18px;background:#ffffffc7;border:1px solid rgba(244,114,182,.14);box-shadow:0 10px 28px #f472b61a}.mg-more-badge{position:absolute;top:14px;right:14px;padding:3px 10px;border-radius:999px;font-size:.65rem;font-weight:700;color:#be185d;background:#f472b61f}.mg-more-image{display:block;width:100%;aspect-ratio:1;object-fit:cover;border-radius:14px;margin-bottom:14px;border:1px solid rgba(244,114,182,.12)}.mg-more-media{margin-bottom:14px;border-radius:14px;border:1px solid rgba(244,114,182,.12);overflow:hidden}.mg-more-media .mg-loop-video,.mg-more-media .mg-media-fallback{aspect-ratio:1;object-fit:cover}.mg-more-title{font-size:1.05rem;font-weight:800;color:#0f172a;margin-bottom:8px}.mg-more-body{margin:0;font-size:.875rem;line-height:1.65;color:#1e293bad}@media (min-width: 768px){.mg-more-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.mg-gallery{max-width:none;padding-left:0;padding-right:0}.mg-gallery .mg-section-head{padding:0 20px;max-width:1100px;margin-left:auto;margin-right:auto}.mg-gallery-hint{padding:0 20px;max-width:1100px;margin:0 auto 12px;font-size:.875rem;color:#1e293b8c}.mg-gallery-hint--warn{color:#b45309}.mg-gallery-track-wrap{overflow-x:auto;overflow-y:hidden;padding:8px 20px 20px;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;max-width:1100px;margin-inline:auto}.mg-gallery-track{list-style:none;margin:0 auto;padding:4px 0 8px;display:flex;gap:16px;width:max-content;justify-content:center}.mg-gallery-item{flex:0 0 auto;width:168px;scroll-snap-align:center}.mg-gallery-item .landing-card{display:flex;flex-direction:column;border-radius:14px;overflow:hidden;text-decoration:none;color:inherit;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.mg-gallery-item .landing-card--link:hover{transform:translateY(-3px)}.mg-gallery-item .landing-card-thumb{position:relative;aspect-ratio:2 / 3;width:100%;overflow:hidden;background:#f8fafc}.mg-gallery-item .landing-card-thumb img{display:block;width:100%;height:100%;object-fit:cover;object-position:center top}.mg-gallery-item .landing-card-meta{display:flex;flex-direction:column;gap:4px;padding:10px 12px 12px}.mg-gallery-item .landing-card-title{font-size:.8125rem;font-weight:600;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.mg-gallery-item .landing-card-author{font-size:.72rem;font-weight:500;line-height:1.25}.mg-gallery-item .landing-card-desc{margin:0;font-size:.72rem;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.mg-gallery-item .landing-card{background:#ffffffd9;border-color:#f472b624;box-shadow:0 8px 24px #f472b61a}.mg-gallery-item .landing-card--link:hover{border-color:#f472b673;box-shadow:0 12px 32px #f472b62e}.mg-gallery-item .landing-card-title{color:#0f172a}.mg-gallery-item .landing-card-author,.mg-gallery-item .landing-card-desc{color:#1e293b8c}.mg-gallery-empty{padding:40px 20px;font-size:.9rem;color:#1e293b80}.mg-gallery-actions{display:flex;justify-content:center;padding:0 20px}.mg-flow-list{list-style:none;margin:0 0 28px;padding:0;display:grid;gap:0}.mg-flow-step{display:grid;grid-template-columns:48px 1fr;gap:16px}.mg-flow-marker{display:flex;flex-direction:column;align-items:center}.mg-flow-dot{flex-shrink:0;width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.875rem;font-weight:800;color:#fff;background:linear-gradient(135deg,#fb7185,#818cf8);box-shadow:0 4px 14px #f472b64d}.mg-flow-line{flex:1;width:2px;min-height:24px;margin:6px 0;background:linear-gradient(180deg,#f472b680,#818cf84d)}.mg-flow-content{padding-bottom:28px}.mg-flow-when{margin:0 0 6px;font-size:.72rem;font-weight:800;letter-spacing:.12em;color:#ec4899}.mg-flow-step-title{font-size:1.1rem;font-weight:800;color:#0f172a;margin-bottom:8px}.mg-flow-step-body{margin:0;font-size:.9rem;line-height:1.65;color:#1e293bad}.mg-flow-cta{display:flex;flex-wrap:wrap;gap:12px}.mg-faq{padding-bottom:64px}.mg-faq-list{max-width:720px;margin:0 auto}.mg-faq-item{border-bottom:1px solid rgba(244,114,182,.16)}.mg-faq-item:first-child{border-top:1px solid rgba(244,114,182,.16)}.mg-faq-q{width:100%;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 4px;border:none;background:transparent;font:inherit;font-size:.9375rem;font-weight:700;text-align:left;color:#0f172a;cursor:pointer}.mg-faq-q:hover{color:#be185d}.mg-faq-icon{flex-shrink:0;width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.1rem;font-weight:400;color:#be185d;background:#f472b61f}.mg-faq-a{margin:0;padding:0 4px 18px;font-size:.9rem;line-height:1.7;color:#1e293bb8}.mg-start{padding:56px 20px 72px;background:linear-gradient(135deg,#fb7185,#c084fc 45%,#38bdf8)}.mg-start-inner{max-width:640px;margin:0 auto;text-align:center}.mg-start-title{font-size:clamp(1.5rem,4.5vw,2rem);font-weight:900;letter-spacing:-.03em;color:#fff;margin-bottom:12px}.mg-start-lead{margin:0 0 24px;font-size:.9375rem;line-height:1.65;color:#ffffffe6}.mg-inline-link{color:#fff;font-weight:700;text-decoration:underline;text-underline-offset:2px}.mg-inline-link:hover{color:#fef3c7}.mg-start-actions{display:flex;flex-wrap:wrap;gap:12px;justify-content:center}.mg-footer{padding:28px 20px 36px;border-top:1px solid rgba(244,114,182,.14);background:#fff8fcd9}.mg-footer-inner{max-width:1100px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:14px;text-align:center}.mg-footer-brand{margin:0;font-size:.875rem;font-weight:700;color:#be185d}.mg-footer-nav{display:flex;flex-wrap:wrap;justify-content:center;gap:8px 16px}.mg-footer-nav a{font-size:.8125rem;color:#1e293b99;text-decoration:none}.mg-footer-nav a:hover{color:#db2777}@media (prefers-reduced-motion: reduce){.mg-page .landing-bubble{animation:none}.mg-btn--primary:hover,.mg-gallery-item .landing-card--link:hover{transform:none}}.landing{flex:1;width:100%;min-height:100svh;display:flex;flex-direction:column;background-color:#09090d;background-image:linear-gradient(180deg,#0b0b11,#09090d 28%,#08080e);background-attachment:scroll;color:#ececf1}.landing h1,.landing h2{margin:0;font-family:inherit;font-weight:700;color:inherit;letter-spacing:inherit}.landing-topbar{position:sticky;top:0;z-index:20;flex-shrink:0;border-bottom:1px solid rgba(255,255,255,.08);background:#09090dd1;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.landing-topbar-inner{max-width:1320px;margin:0 auto;padding:12px 20px;display:flex;align-items:center;justify-content:space-between;gap:16px}.landing-logo{font-weight:700;font-size:1rem;letter-spacing:-.02em;color:#fff;text-decoration:none}.landing-topnav{display:flex;flex-wrap:wrap;align-items:center;gap:6px}.landing-topnav-link{padding:8px 14px;border-radius:999px;font-size:.875rem;font-weight:600;text-decoration:none;color:#ececf1d9;border:1px solid transparent;transition:background .15s ease,border-color .15s ease,color .15s ease}.landing-topnav-link:hover{color:#fff;background:#ffffff0f}.landing-topnav-link--accent{background:linear-gradient(135deg,#a855f7,#7c3aed);color:#fff;box-shadow:0 4px 18px #7c3aed59}.landing-topnav-link--accent:hover{background:linear-gradient(135deg,#b46ff8,#8b4dff);color:#fff}.landing-topnav-link:focus-visible{outline:2px solid var(--accent, #c084fc);outline-offset:2px}.landing-main{flex:1;padding:36px 20px 48px}.landing-main-inner{max-width:1320px;margin:0 auto}.landing-hero{margin-bottom:48px;max-width:36rem}.landing-hero-kicker{margin:0 0 10px;font-size:.8125rem;font-weight:600;letter-spacing:.2em;color:#c084fcf2}.landing-hero-tagline{font-size:clamp(2rem,6.5vw,2.85rem);font-weight:800;letter-spacing:-.04em;line-height:1.12;color:#fff;margin-bottom:16px}.landing-hero-lead{margin:0 0 24px;font-size:1rem;line-height:1.65;color:#ececf1b8}.landing-hero-actions{display:flex;flex-wrap:wrap;gap:12px}.landing-hero-btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 26px;border-radius:999px;font:inherit;font-size:.95rem;font-weight:600;text-decoration:none;transition:transform .15s ease,box-shadow .15s ease,background .15s ease}.landing-hero-btn:focus-visible{outline:2px solid var(--accent, #c084fc);outline-offset:3px}.landing-hero-btn--primary{background:linear-gradient(135deg,#a855f7,#7c3aed);color:#fff;box-shadow:0 8px 28px #7c3aed59}.landing-hero-btn--primary:hover{transform:translateY(-1px);box-shadow:0 12px 32px #7c3aed6b}.landing-hero-btn--secondary{background:#ffffff14;color:#fff;border:1px solid rgba(255,255,255,.2)}.landing-hero-btn--secondary:hover{background:#ffffff1f}.landing-gallery-block{margin-top:8px}.landing-gallery-title{font-size:.8125rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#ececf166;margin-bottom:16px}.landing-catalog-hint{margin:-8px 0 14px;line-height:1.45}.landing-catalog-hint--warn{color:#fbbf24e0}.landing-grid{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;justify-content:center;gap:14px}@media (min-width: 640px){.landing-grid{gap:16px}}.landing-grid-cell{margin:0;padding:0;width:148px}@media (min-width: 640px){.landing-grid-cell{width:168px}}@media (min-width: 1024px){.landing-grid-cell{width:180px}}.landing-card{display:flex;flex-direction:column;border-radius:14px;overflow:hidden;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.landing-card--link{text-decoration:none;color:inherit;cursor:pointer}.landing-card--link:hover{transform:translateY(-3px);border-color:#c084fc73;box-shadow:0 12px 36px #00000073,0 0 0 1px #c084fc33}.landing-card--link:focus-visible{outline:2px solid var(--accent, #c084fc);outline-offset:3px}.landing-card--empty{opacity:.92;border-style:dashed;border-color:#ffffff1a;background:#ffffff05}.landing-card--empty .landing-card-thumb{background:linear-gradient(145deg,#ffffff0a,#ffffff03)}.landing-card-thumb--soon{display:flex;align-items:center;justify-content:center}.landing-coming-soon{font-size:.8125rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#ececf161}.landing-card-thumb{position:relative;aspect-ratio:2 / 3;width:100%;overflow:hidden;background:#121218}.landing-card-r18{position:absolute;top:8px;right:8px;z-index:2;padding:3px 7px;border-radius:6px;font-size:.65rem;font-weight:800;letter-spacing:.04em;color:#fff;background:#b4283ceb;box-shadow:0 2px 8px #00000059}.landing-card-thumb img{display:block;width:100%;height:100%;object-fit:cover;object-position:center top}.landing-card-thumb-placeholder{width:100%;height:100%;min-height:120px;background:linear-gradient(145deg,#788cc81f,#282c4859)}.landing-card-meta{display:flex;flex-direction:column;align-items:flex-start;gap:6px;padding:10px 12px 12px}.landing-card-meta--empty{min-height:44px}.landing-card-title{font-size:.8125rem;font-weight:600;color:#ececf1eb;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.landing-card-author{font-size:.72rem;font-weight:500;color:#ececf18c;line-height:1.25}.landing-card-desc{margin:0;font-size:.72rem;line-height:1.35;color:#ececf173;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.landing-footer{flex-shrink:0;padding:20px;border-top:1px solid rgba(255,255,255,.06);text-align:center}.landing-footer-text{margin:0;font-size:.8rem;color:#ececf159}.landing-footer-sep{-webkit-user-select:none;user-select:none}a.landing-footer-link{color:#c4b5fdbf;text-decoration:none}a.landing-footer-link:hover{color:#c4b5fd;text-decoration:underline}a.landing-footer-link:focus-visible{outline:2px solid rgba(196,181,253,.45);outline-offset:2px;border-radius:2px}@media (prefers-reduced-motion: reduce){.landing-card--link{transition:none}.landing-card--link:hover{transform:none}.landing-topnav-link,.landing-hero-btn{transition:none}.landing-hero-btn--primary:hover{transform:none}}
