.m5proto{--m5p-primary:24 95% 53.1%;--m5p-primary-foreground:0 0% 98%;--m5p-background:0 0% 96%;--m5p-foreground:222.2 84% 4.9%;--m5p-card:0 0% 100%;--m5p-muted:215.4 16.3% 46.9%;--m5p-border:214.3 31.8% 91.4%;--m5p-panel-min-h:700px;--m5p-panel-max-h:min(calc(100dvh - 80px),1120px);background:hsl(var(--m5p-background));color:hsl(var(--m5p-foreground))}.m5proto-card{background:hsl(var(--m5p-card));border:1px solid hsl(var(--m5p-border));border-radius:22px}.m5proto-progress-title-row{display:flex;align-items:baseline;gap:10px;flex-wrap:wrap}.m5proto-status-chip{display:inline-flex;align-items:center;height:24px;padding:0 10px;border-radius:9999px;border:1px solid hsl(var(--m5p-border));font-size:12px;font-weight:900;letter-spacing:.02em;white-space:nowrap}.m5proto-block{display:grid;grid-gap:8px;gap:8px;padding:12px;border-radius:18px;border:1px solid hsl(var(--m5p-border));background:hsl(var(--m5p-card))}.m5proto-block-title{font-size:16px;letter-spacing:.08em;font-weight:900;color:hsl(var(--m5p-foreground)/.82)}.m5proto-block--compact{padding:10px 12px;gap:6px}.m5proto-block-title--sm{font-size:14px;letter-spacing:.04em;font-weight:700;color:hsl(var(--m5p-foreground));margin-bottom:2px}.m5proto-form-stack{display:grid;grid-gap:10px;gap:10px}.m5proto-param-group{display:grid;grid-gap:4px;gap:4px}.m5proto-param-label{font-size:12px;font-weight:700;color:hsl(var(--m5p-muted))}.m5proto-seg-row{display:flex;gap:8px;flex-wrap:wrap}.m5proto-points-card{border:1px solid hsl(var(--m5p-border));border-radius:18px;padding:14px 16px;background:hsl(var(--m5p-card))}.m5proto-points-title{margin:0;font-size:12px;font-weight:900;letter-spacing:.06em;color:hsl(var(--m5p-muted))}.m5proto-points-row{margin-top:10px;display:flex;align-items:baseline;justify-content:space-between;gap:10px}.m5proto-points-value{font-size:44px;line-height:1;font-weight:950;letter-spacing:-.02em;color:hsl(var(--m5p-foreground))}.m5proto-points-unit{font-size:14px}.m5proto-points-meta,.m5proto-points-unit{font-weight:800;color:hsl(var(--m5p-muted))}.m5proto-points-meta{margin-top:10px;font-size:13px}.m5proto-input{width:100%;border-radius:16px;border:1px solid hsl(var(--m5p-border));background:hsl(var(--m5p-card));padding:12px 14px;outline:none;font-weight:700;font-size:13px}.m5proto-input:focus{border-color:hsl(var(--m5p-primary)/.55);box-shadow:0 0 0 4px hsl(var(--m5p-primary)/.14)}.m5proto .proto-select-label{font-size:13px;font-weight:700;color:#374151}.m5proto .proto-select-wrap--field .proto-select-trigger{border-radius:16px;padding:12px 14px;font-size:13px;font-weight:700;border-color:hsl(var(--m5p-border));background:hsl(var(--m5p-card));color:hsl(var(--m5p-foreground))}.m5proto .proto-select-trigger:hover:not(:disabled){border-color:hsl(var(--m5p-primary)/.45);box-shadow:0 0 0 4px hsl(var(--m5p-primary)/.1)}.m5proto .proto-select-wrap.is-open .proto-select-trigger{border-color:hsl(var(--m5p-primary)/.55);box-shadow:0 0 0 4px hsl(var(--m5p-primary)/.14)}.m5proto .proto-select-menu{border-color:hsl(var(--m5p-border));background:hsl(var(--m5p-card));border-radius:16px;box-shadow:0 18px 40px rgb(15 23 42/.12),0 4px 12px rgb(15 23 42/.06)}.m5proto .proto-select-option{font-size:13px;font-weight:700;border-radius:12px;padding:10px 12px}.m5proto .proto-select-option:hover{background:hsl(var(--m5p-primary)/.1)}.m5proto .proto-select-option.is-active{background:hsl(var(--m5p-primary));color:hsl(var(--m5p-primary-foreground))}.m5proto .proto-select-chevron{color:hsl(var(--m5p-muted))}.m5proto-seg{height:40px;min-width:42px;padding:0 14px;border-radius:14px;border:1px solid hsl(var(--m5p-border));background:hsl(var(--m5p-card));color:hsl(var(--m5p-foreground));font-weight:800;font-size:13px;cursor:pointer}.m5proto-seg-active{border-color:hsl(var(--m5p-primary)/.2);background:hsl(var(--m5p-primary));color:hsl(var(--m5p-primary-foreground))}.m5proto-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 14px;border-radius:14px;border:1px solid hsl(var(--m5p-border));background:hsl(var(--m5p-card));color:hsl(var(--m5p-foreground));font-size:13px;font-weight:800;cursor:pointer;transition:border-color .16s ease,background-color .16s ease,color .16s ease,opacity .16s ease}.m5proto-btn-primary{border-color:hsl(var(--m5p-primary)/.2);background:hsl(var(--m5p-primary));color:hsl(var(--m5p-primary-foreground))}.m5proto-btn:disabled{border-color:#e2e8f0;background:#f1f5f9;color:#94a3b8;box-shadow:none;opacity:.65;cursor:not-allowed}.m5proto-progress{height:10px;border-radius:9999px;background:hsl(var(--m5p-border));overflow:hidden}.m5proto-progress>div{height:100%;border-radius:9999px;background:hsl(var(--m5p-primary));transition:width .22s ease}.m5proto-upload{border-radius:18px;border:1px dashed hsl(var(--m5p-border));min-height:84px;display:grid;place-items:center;cursor:pointer;color:hsl(var(--m5p-muted))}.m5proto-thumb{width:96px;height:96px;object-fit:cover;border-radius:14px;border:1px solid hsl(var(--m5p-border))}.m5proto-design-thumbs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:10px;gap:10px}.m5proto-design-item{border-radius:14px;overflow:visible;position:relative;aspect-ratio:1/1}.m5proto-design-item-media{width:100%;height:100%;border-radius:14px;border:1px solid hsl(var(--m5p-border));overflow:hidden;background:hsl(var(--m5p-card))}.m5proto-design-item img{width:100%;height:100%;object-fit:cover;display:block}.m5proto-file-placeholder{width:100%;height:100%;display:grid;place-items:center;grid-gap:6px;gap:6px;color:hsl(var(--m5p-muted));font-weight:900;letter-spacing:.04em;background:linear-gradient(180deg,rgba(0,0,0,.02),rgba(0,0,0,0))}.m5proto-file-placeholder-icon{width:44px;height:44px;border-radius:9999px;display:grid;place-items:center;border:1px solid hsl(var(--m5p-border));background:hsl(var(--m5p-card));color:hsl(var(--m5p-foreground)/.8);font-size:18px}.m5proto-file-placeholder-text{font-size:12px}.m5proto-thumb-preview-pop{position:absolute;left:14px;top:14px;width:320px;height:320px;border-radius:20px;border:1px solid hsl(var(--m5p-border));background:hsl(var(--m5p-card));overflow:hidden;box-shadow:0 24px 70px rgba(0,0,0,.18);display:none;z-index:20}.m5proto-design-item:hover .m5proto-thumb-preview-pop{display:block}.m5proto-design-item.m5proto-preview-left .m5proto-thumb-preview-pop{left:auto;right:14px}.m5proto-design-item.m5proto-preview-edge .m5proto-thumb-preview-pop{left:0}.m5proto-thumb-preview-pop img{width:100%;height:100%;object-fit:cover}.m5proto-design-upload-tile{border-radius:18px;border:1px dashed hsl(var(--m5p-border));background:hsl(var(--m5p-card));aspect-ratio:1/1;display:grid;place-items:center;color:hsl(var(--m5p-muted));cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;font-weight:800;text-align:center;font-size:12px}.m5proto-design-upload-plus{color:hsl(var(--m5p-primary));font-size:18px;line-height:1;font-weight:900}.m5proto-thumb-remove{position:absolute;top:6px;right:6px;width:22px;height:22px;border-radius:9999px;border:1px solid rgba(255,255,255,.55);background:rgba(0,0,0,.45);color:#fff;font-weight:900;font-size:12px;line-height:1;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;z-index:10}.m5proto-form-shell{padding:18px}.m5proto-form-shell,.m5proto-task-shell{display:flex;flex-direction:column;max-height:var(--m5p-panel-max-h);min-height:var(--m5p-panel-min-h);overflow:hidden}.m5proto-task-header{flex-shrink:0}.m5proto-task-scroll{margin-top:8px}.m5proto-form-scroll,.m5proto-task-scroll{flex:1 1;min-height:0;overflow:auto;padding-right:2px}.m5proto-form-scroll{margin-top:14px;display:grid;grid-gap:12px;gap:12px}.m5proto-form-footer{flex-shrink:0;margin-top:12px;padding-top:12px;border-top:1px solid hsl(var(--m5p-border));display:grid;grid-gap:10px;gap:10px}.m5proto-media-tabs{display:flex;gap:6px;margin-bottom:8px}.m5proto-media-tab{flex:1 1;border:1px solid hsl(var(--m5p-border));border-radius:10px;padding:7px 8px;font-size:11px;font-weight:800;text-align:center;background:hsl(var(--m5p-card));color:hsl(var(--m5p-foreground));cursor:pointer}.m5proto-media-tab-active{border-color:hsl(var(--m5p-primary)/.35);background:hsl(var(--m5p-primary)/.08);color:hsl(var(--m5p-primary))}.m5proto-media-tab-badge{display:inline-block;margin-left:4px;padding:1px 6px;border-radius:9999px;background:hsl(var(--m5p-border));font-size:10px;font-weight:800;color:hsl(var(--m5p-muted))}.m5proto-media-tab-active .m5proto-media-tab-badge{background:hsl(var(--m5p-primary)/.15);color:hsl(var(--m5p-primary))}.m5proto-settings-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px}.m5proto-audio-toggle{min-height:52px;margin-top:12px;padding:4px 2px;display:flex;align-items:center;justify-content:space-between;gap:16px;color:#374151;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.m5proto-audio-toggle-copy{min-width:0;display:flex;align-items:baseline;gap:8px;font-size:13px;font-weight:700}.m5proto-audio-toggle-state{color:#64748b;font-size:12px;font-weight:700}.m5proto-switch{position:relative;width:48px;height:44px;flex:0 0 48px;display:grid;place-items:center}.m5proto-switch input{position:absolute;width:1px;height:1px;opacity:0}.m5proto-switch-track{position:relative;width:44px;height:24px;border:1px solid #cbd5e1;border-radius:999px;background:#e2e8f0;transition:background-color .18s ease,border-color .18s ease}.m5proto-switch-track:after{content:"";position:absolute;top:2px;left:2px;width:18px;height:18px;border-radius:50%;background:#fff;box-shadow:0 1px 3px rgb(15 23 42/.25);transition:transform .18s ease}.m5proto-switch input:checked+.m5proto-switch-track{border-color:hsl(var(--m5p-primary));background:hsl(var(--m5p-primary))}.m5proto-switch input:checked+.m5proto-switch-track:after{transform:translateX(20px)}.m5proto-switch input:focus-visible+.m5proto-switch-track{outline:3px solid hsl(var(--m5p-primary)/.2);outline-offset:2px}@media (prefers-reduced-motion:reduce){.m5proto-switch-track,.m5proto-switch-track:after{transition:none}}.m5proto-form-footer .m5proto-points-card{padding:10px 12px}.m5proto-form-footer .m5proto-points-value{font-size:32px}.m5proto-form-footer .m5proto-points-row{margin-top:6px}.m5proto-form-footer .m5proto-points-meta{margin-top:6px;font-size:12px}.m5proto-composer{display:grid;grid-gap:6px;gap:6px}.m5proto-composer-toolbar{display:flex;align-items:center;gap:8px}.m5proto-composer-at{width:32px;height:32px;border:1px solid hsl(var(--m5p-border));border-radius:10px;background:hsl(var(--m5p-card));color:hsl(var(--m5p-primary));font-weight:900;font-size:15px;cursor:pointer;display:grid;place-items:center;flex-shrink:0}.m5proto-composer-at.is-active,.m5proto-composer-at:hover{border-color:hsl(var(--m5p-primary)/.45);background:hsl(var(--m5p-primary)/.08)}.m5proto-composer-hint,.m5proto-composer-hint-block{font-size:11px;color:hsl(var(--m5p-muted));font-weight:600}.m5proto-composer-hint-block{padding:6px 0 2px}.m5proto-composer-editor-wrap{position:relative}.m5proto-composer-placeholder{position:absolute;left:12px;top:10px;right:12px;font-size:13px;color:#94a3b8;pointer-events:none;font-weight:500;line-height:1.55;z-index:1}.m5proto-composer-editor{min-height:96px;max-height:160px;overflow:auto;border:1px solid hsl(var(--m5p-border));border-radius:var(--radius-sm,14px);padding:10px 12px;font-size:13px;line-height:1.75;outline:none;background:hsl(var(--m5p-card));font-weight:500}.m5proto-composer-editor:focus{border-color:hsl(var(--m5p-primary)/.55);box-shadow:0 0 0 4px hsl(var(--m5p-primary)/.14)}.m5proto-token{display:inline-flex;align-items:center;gap:4px;padding:1px 8px 1px 4px;border-radius:999px;font-size:12px;font-weight:700;vertical-align:baseline;margin:0 1px;white-space:nowrap}.m5proto-token-mini{width:16px;height:16px;border-radius:4px;background:hsl(var(--m5p-border));background-size:cover;background-position:50%;flex-shrink:0;display:inline-block}.m5proto-token-img{background:hsl(var(--m5p-primary)/.1);color:#c2410c;border:1px solid hsl(var(--m5p-primary)/.25)}.m5proto-token-vid{background:#eff6ff;color:#1d4ed8;border:1px solid #bfdbfe}.m5proto-token-aud{background:#ecfdf5;color:#047857;border:1px solid #bbf7d0}.m5proto-token-invalid{background:#fef2f2;color:#dc2626;border:1px solid #fecaca;text-decoration:line-through}.m5proto-mention-pop{position:absolute;left:0;right:0;top:calc(100% + 4px);border:1px solid hsl(var(--m5p-border));border-radius:12px;background:hsl(var(--m5p-card));box-shadow:0 8px 24px rgba(15,23,42,.12);z-index:40;overflow:hidden;max-height:240px;overflow-y:auto}.m5proto-mention-pop-head{padding:8px 10px;font-size:11px;color:hsl(var(--m5p-muted));border-bottom:1px solid #f1f5f9;font-weight:700;display:flex;justify-content:space-between;gap:8px}.m5proto-mention-group-label{padding:4px 10px;font-size:10px;font-weight:800;color:hsl(var(--m5p-muted));letter-spacing:.06em}.m5proto-mention-item{display:flex;align-items:center;gap:8px;width:100%;padding:8px 10px;font-size:12px;border:none;background:transparent;cursor:pointer;text-align:left}.m5proto-mention-item.is-active,.m5proto-mention-item:hover{background:hsl(var(--m5p-primary)/.08)}.m5proto-mention-thumb{width:36px;height:36px;border-radius:8px;background:linear-gradient(135deg,#e2e8f0,#f8fafc);flex-shrink:0;display:grid;place-items:center;overflow:hidden;font-size:12px;font-weight:800;color:hsl(var(--m5p-muted))}.m5proto-mention-thumb img{width:100%;height:100%;object-fit:cover}.m5proto-mention-thumb-vid{background:linear-gradient(135deg,#bfdbfe,#eff6ff);color:#1d4ed8}.m5proto-mention-thumb-aud{background:linear-gradient(135deg,#bbf7d0,#ecfdf5);color:#047857}.m5proto-mention-item-text{display:grid;grid-gap:2px;gap:2px;min-width:0}.m5proto-mention-item-text strong{font-size:12px}.m5proto-mention-sub{font-size:11px;color:hsl(var(--m5p-muted));overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.m5proto-composer-chips{display:flex;flex-wrap:wrap;gap:6px}.m5proto-composer-chip{display:inline-flex;align-items:center;gap:5px;border:1px solid hsl(var(--m5p-border));border-radius:999px;padding:3px 9px 3px 3px;font-size:11px;font-weight:700;background:hsl(var(--m5p-card));cursor:pointer}.m5proto-composer-chip:hover{border-color:hsl(var(--m5p-primary)/.4);background:hsl(var(--m5p-primary)/.08)}.m5proto-composer-chip-thumb{width:20px;height:20px;border-radius:5px;background:hsl(var(--m5p-border));overflow:hidden;display:grid;place-items:center;font-size:10px;flex-shrink:0}.m5proto-composer-chip-thumb img{width:100%;height:100%;object-fit:cover}.m5proto-composer-chip-role{font-size:9px;color:hsl(var(--m5p-muted));font-weight:600;margin-left:2px}.m5proto-composer-meta{display:flex;flex-wrap:wrap;justify-content:space-between;gap:6px;font-size:12px;color:hsl(var(--m5p-muted));font-weight:700}.m5proto-composer-warn{color:#b45309;font-size:11px}.m5proto-workspace{display:grid;grid-template-columns:minmax(320px,1fr) 2fr;grid-gap:18px;gap:18px;align-items:stretch}.m5proto-remix-workspace-tabs{width:min(100%,1180px);min-height:58px;margin:12px auto 0;padding:0 14px;display:flex;align-items:flex-end;gap:4px;border:1px solid hsl(var(--m5p-border));border-bottom:0;border-radius:8px 8px 0 0;background:#f8fafc}.m5proto-remix-workspace-tabs button{min-width:156px;min-height:44px;padding:0 14px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid transparent;border-bottom:0;border-radius:7px 7px 0 0;background:transparent;color:#64748b;font:inherit;font-size:13px;font-weight:800;cursor:pointer}.m5proto-remix-workspace-tabs button:hover{color:#0f172a;background:#f1f5f9}.m5proto-remix-workspace-tabs button.is-active{border-color:hsl(var(--m5p-border));background:#fff;color:#0f172a}.m5proto-remix-workspace-tabs button span{min-width:20px;height:20px;padding:0 6px;display:inline-grid;place-items:center;border-radius:999px;background:#e2e8f0;color:#475569;font-size:10px}.m5proto-remix-workspace-tabs button.is-active span{background:#ffedd5;color:#c2410c}.m5-remix-wizard button:focus-visible,.m5-remix-wizard summary:focus-visible,.m5proto-remix-workspace-tabs button:focus-visible{outline:3px solid rgba(37,99,235,.28);outline-offset:2px}.m5proto-workspace--remix-tabs{width:min(100%,1180px);margin:0 auto;grid-template-columns:minmax(0,1fr);gap:0}.m5proto-workspace--remix-tabs>.m5proto-card{border-radius:0 0 8px 8px}.m5proto-workspace--remix-tabs>.m5proto-card[hidden]{display:none!important}.m5proto-workspace--remix-tabs>.m5proto-form-shell{min-height:0;max-height:none;padding:18px;overflow:visible}.m5proto-workspace--remix-tabs>.m5proto-task-shell{min-height:420px;max-height:none}.m5proto-workspace--remix-tabs .m5proto-task-scroll{max-height:none;overflow:visible}.m5proto-remix-workspace-copy{margin:4px 0 0;color:#64748b;font-size:12px;line-height:1.5}.m5-remix-wizard{margin-top:14px;display:grid;grid-gap:12px;gap:12px;overflow:visible}.m5-remix-compose-layout{display:grid;grid-template-columns:minmax(0,820px) 280px;justify-content:center;align-items:start;grid-gap:18px;gap:18px}.m5-remix-flow{min-width:0;display:grid;grid-template-columns:minmax(0,1.08fr) minmax(300px,.92fr);grid-template-areas:"reference prompt" "reference depth" "reference generate";align-items:start;grid-gap:12px;gap:12px}.m5-remix-source-grid{display:contents}.m5-remix-source-grid .m5-remix-reference-card{grid-area:reference;margin-bottom:0}.m5-remix-prompt-card{grid-area:prompt}.m5-remix-depth-optional{grid-area:depth}.m5-remix-generate-card{grid-area:generate}.m5-remix-check-card{position:-webkit-sticky;position:sticky;top:88px;padding:16px;border:1px solid hsl(var(--m5p-border));border-radius:8px;background:#fff;box-shadow:0 10px 28px rgba(15,23,42,.06)}.m5-remix-check-card h3{margin:0;color:#0f172a;font-size:14px}.m5-remix-check-card>p:first-of-type{margin:4px 0 14px;color:#64748b;font-size:10px;line-height:1.5}.m5-remix-check-list{border-top:1px solid #e2e8f0}.m5-remix-check-row{min-height:42px;display:flex;align-items:center;justify-content:space-between;gap:10px;border-bottom:1px solid #e2e8f0;color:#64748b;font-size:11px}.m5-remix-check-row span{display:inline-flex;align-items:center;gap:7px}.m5-remix-check-row strong{color:#64748b;font-size:10px;white-space:nowrap}.m5-remix-check-dot{width:10px;height:10px;flex:0 0 auto;border:2px solid #94a3b8;border-radius:50%;background:#fff}.m5-remix-check-row.is-ready{color:#166534}.m5-remix-check-row.is-ready strong{color:#15803d}.m5-remix-check-row.is-ready .m5-remix-check-dot{border-color:#16a34a;background:#16a34a;box-shadow:inset 0 0 0 2px #fff}.m5-remix-check-row.is-optional:not(.is-ready) .m5-remix-check-dot{border-color:#cbd5e1;background:#f1f5f9}.m5-remix-check-cost{margin-top:14px;display:flex;align-items:baseline;justify-content:space-between;gap:12px;color:#475569;font-size:11px}.m5-remix-check-cost strong{color:#0f172a;font-size:18px;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.m5-remix-check-cost small{font-size:10px}.m5-remix-check-meta{margin:5px 0 12px!important;color:#64748b;font-size:9px;line-height:1.5}.m5-remix-generate-btn{width:100%;min-height:44px}.m5-remix-submit-note{margin:7px 0 0!important;color:#64748b;text-align:center;font-size:9px}.m5-remix-check-message{margin-top:10px;padding:8px 9px;border-radius:6px;font-size:10px;font-weight:700;line-height:1.5}.m5-remix-check-message.is-running{background:#eff6ff;color:#1e3a8a}.m5-remix-check-message.is-error{background:#fef2f2;color:#b91c1c}.m5-remix-check-message.is-success{background:#f0fdf4;color:#15803d}@media (max-width:1280px){.m5-remix-compose-layout{grid-template-columns:minmax(0,820px)}.m5-remix-check-card{position:static}}.m5-remix-step-card{border-radius:8px!important;margin-bottom:0!important}.m5-remix-consent{min-height:44px;margin:8px 0 4px;padding:9px 10px;display:flex;align-items:flex-start;gap:8px;border:1px solid #e2e8f0;border-radius:6px;background:#f8fafc;color:#334155;font-size:12px;line-height:1.5;cursor:pointer}.m5-remix-consent input{width:18px;height:18px;margin:1px 0 0;flex:0 0 auto}.m5-remix-depth-optional{align-self:start;overflow:hidden;border:1px dashed #d6bb78;border-radius:8px;background:#fffdf7}.m5-remix-depth-header{min-height:58px;padding:10px 14px;display:flex;align-items:center;justify-content:space-between;gap:12px}.m5-remix-depth-header small,.m5-remix-depth-header strong{display:block}.m5-remix-depth-header strong{color:#493a18;font-size:13px}.m5-remix-depth-header small{margin-top:3px;color:#756641;font-size:10px;font-weight:500}.m5-remix-optional-badge{flex:0 0 auto;padding:5px 7px;border-radius:4px;background:#faf1d8;color:#74551b;font-size:10px;font-weight:800}.m5-remix-depth-body{padding:12px 14px 14px;border-top:1px dashed #dfcca0}.m5-remix-depth-chain{margin-bottom:10px;display:grid;grid-template-columns:minmax(0,1fr) 28px minmax(0,1fr);align-items:center;grid-gap:6px;gap:6px}.m5-remix-depth-chain>span{padding:9px 10px;border:1px solid #e2e8f0;border-radius:6px;background:#fff}.m5-remix-depth-chain>span:last-child{border-color:#d6bb78;background:#faf1d8}.m5-remix-depth-chain b,.m5-remix-depth-chain small{display:block}.m5-remix-depth-chain b{font-size:11px}.m5-remix-depth-chain small{margin-top:3px;color:#64748b;font-size:9px}.m5-remix-depth-chain>i{justify-self:center;color:#8a641c;font-style:normal}.m5-remix-depth-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:8px;gap:8px}.m5-remix-depth-actions .m5proto-btn{min-width:0;padding-inline:8px}.m5-remix-action-btn{cursor:pointer;touch-action:manipulation;transition:border-color .16s ease,background-color .16s ease,color .16s ease,box-shadow .16s ease}.m5-remix-action-btn:hover:not(:disabled){border-color:rgb(249 115 22/.7);background:#fff7ed;color:#c2410c;box-shadow:0 0 0 3px rgb(249 115 22/.1)}.m5-remix-action-btn:active:not(:disabled){border-color:#f97316;background:#ffedd5;box-shadow:inset 0 0 0 1px rgb(249 115 22/.18)}.m5-remix-action-btn:focus-visible{outline:3px solid rgb(249 115 22/.18);outline-offset:2px}.m5-remix-action-btn:disabled{border-color:#e2e8f0;background:#f8fafc;color:#94a3b8;cursor:not-allowed;opacity:.72}@media (prefers-reduced-motion:reduce){.m5-remix-action-btn{transition:none}}.m5-remix-wizard .m5proto-btn{min-height:44px}.m5proto-voice-layout{min-height:0;flex:1 1;display:flex;flex-direction:column;gap:14px;margin-top:14px}.m5proto-voice-tools{display:flex;gap:18px;overflow-x:auto;border-bottom:1px solid hsl(var(--m5p-border))}.m5proto-voice-tool{flex:0 0 auto;min-height:44px;padding:0 4px;border:0;border-bottom:2px solid transparent;background:transparent;color:hsl(var(--m5p-muted));font-size:14px;font-weight:800;cursor:pointer}.m5proto-voice-tool.is-active{border-bottom-color:hsl(var(--m5p-primary));color:hsl(var(--m5p-foreground))}.m5proto-voice-tool:focus-visible{outline:3px solid hsl(var(--m5p-primary)/.18);outline-offset:-3px}.m5proto-voice-fields{min-height:0;flex:1 1;overflow:auto;display:grid;align-content:start;grid-gap:16px;gap:16px;padding-right:2px}.m5proto-voice-field{display:grid;grid-gap:8px;gap:8px;min-width:0}.m5proto-voice-field-head{display:flex;align-items:center;justify-content:space-between;gap:12px;color:#334155;font-size:13px;font-weight:800}.m5proto-voice-field-head label{flex:0 0 auto}.m5proto-voice-field-head span{flex:1 1 auto;min-width:0;max-width:60%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#64748b;font-size:12px;font-weight:600}.m5proto-voice-upload{min-height:92px;border:1px dashed #cbd5e1;border-radius:8px;background:#f8fafc;color:#334155;font-size:13px;font-weight:800;cursor:pointer;overflow:hidden}.m5proto-voice-upload.is-uploading{border-style:solid;cursor:wait}.m5proto-upload-progress{display:grid;grid-gap:10px;gap:10px;width:min(240px,calc(100% - 24px));margin:0 auto}.m5proto-upload-progress-track{display:block;width:100%;height:6px;overflow:hidden;border-radius:999px;background:#e2e8f0}.m5proto-upload-progress-track>span{display:block;height:100%;border-radius:inherit;background:hsl(var(--m5p-primary));transition:width .18s ease-out}@media (prefers-reduced-motion:reduce){.m5proto-upload-progress-track>span{transition:none}}.m5proto-voice-upload:hover:not(:disabled){border-color:hsl(var(--m5p-primary)/.65);background:hsl(var(--m5p-primary)/.05)}.m5proto-voice-consent:focus-within,.m5proto-voice-upload:focus-visible{outline:3px solid hsl(var(--m5p-primary)/.18);outline-offset:2px}.m5proto-voice-audio{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;grid-gap:10px;gap:10px;min-height:72px;padding:12px;border:1px solid hsl(var(--m5p-border));border-radius:8px;background:#f8fafc}.m5proto-voice-audio audio{width:100%;min-width:0;height:36px}.m5proto-dh-media-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,260px),1fr));grid-gap:14px;gap:14px}.m5proto-dh-media{display:grid;grid-template-columns:minmax(0,1fr);align-items:stretch;grid-gap:10px;gap:10px;min-height:92px;padding:10px;border:1px solid hsl(var(--m5p-border));border-radius:8px;background:#f8fafc}.m5proto-dh-media img,.m5proto-dh-media video{display:block;width:100%;min-width:0;height:176px;border-radius:6px;background:#0f172a;object-fit:contain}.m5proto-dh-media .m5proto-btn{width:100%;min-height:44px}.m5proto-dh-media img{background:#e2e8f0}.m5proto-dh-media audio{width:100%;min-width:0;height:36px}.m5proto-dh-textarea{min-height:104px;resize:vertical;line-height:1.6}.m5proto-dh-settings{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px}.m5proto-dh-settings label{display:grid;grid-gap:7px;gap:7px;color:#334155;font-size:12px;font-weight:800}.m5proto-dh-settings .m5proto-input{min-height:44px}.m5proto-voice-textarea{min-height:176px;resize:vertical;line-height:1.65}.m5proto-voice-consent{display:flex;align-items:center;gap:9px;min-height:44px;color:#475569;font-size:12px;font-weight:700;cursor:pointer}.m5proto-voice-consent input{width:16px;height:16px;margin:0;accent-color:hsl(var(--m5p-primary))}.m5proto-voice-hint{color:#92400e;font-size:12px;font-weight:700}.m5proto-voice-layout .m5proto-btn-primary{min-height:44px}.m5proto-voice-layout .m5proto-btn-primary:disabled{opacity:.5;cursor:not-allowed}@media (max-width:768px){.m5proto-remix-workspace-tabs{margin-top:10px;padding:0 8px}.m5proto-remix-workspace-tabs button{min-width:0;flex:1 1;padding:0 8px}.m5proto-workspace--remix-tabs>.m5proto-form-shell{padding:12px}.m5-remix-flow{grid-template-columns:minmax(0,1fr);grid-template-areas:"reference" "prompt" "depth" "generate"}.m5-remix-depth-actions,.m5-remix-depth-chain{grid-template-columns:1fr}.m5-remix-depth-chain>i{transform:rotate(90deg)}.m5proto-workspace{grid-template-columns:1fr;gap:14px}.m5proto{--m5p-panel-min-h:0;--m5p-panel-max-h:none}.m5proto-form-shell,.m5proto-task-shell{min-height:0;max-height:none}.m5proto-form-scroll,.m5proto-task-scroll{max-height:none}.m5proto-settings-grid{grid-template-columns:1fr}.m5proto-design-thumbs{grid-template-columns:repeat(2,minmax(0,1fr))}.m5proto-points-value{font-size:32px}.m5proto-thumb-preview-pop{display:none!important}.m5proto-media-tabs{flex-wrap:wrap}.m5proto-voice-fields{overflow:visible}.m5proto-dh-media,.m5proto-dh-media-grid,.m5proto-dh-settings,.m5proto-voice-audio{grid-template-columns:1fr}}.m5-remix-wizard{--m5-remix-border:#dfe5ec;--m5-remix-soft:#f8fafc;--m5-remix-muted:#64748b}.m5-remix-wizard .m5-remix-flow{gap:14px}.m5-remix-wizard .m5-remix-step-card{padding:16px!important;border:1px solid var(--m5-remix-border)!important;border-radius:8px!important;box-shadow:none}.m5-remix-section-heading{margin-bottom:12px;padding-bottom:10px;border-bottom:1px solid #e8edf2;color:#111827!important;font-weight:800!important;line-height:1.35}.m5-remix-section-heading+p{margin-top:-4px!important;color:var(--m5-remix-muted)!important;font-size:11px!important}.m5-remix-primary-upload{display:grid;grid-gap:6px;gap:6px}.m5-remix-primary-upload .m5proto-btn{width:100%;border-style:dashed;background:var(--m5-remix-soft)}.m5-remix-material-status{display:block;padding:7px 9px;border-radius:6px;font-size:12px;font-weight:700;line-height:1.45}.m5-remix-material-status.is-ready{border:1px solid #bbf7d0;background:#f0fdf4;color:#166534}.m5-remix-material-status.is-stale,.m5-remix-prompt-stale{border:1px solid #fed7aa;background:#fff7ed;color:#9a3412}.m5-remix-prompt-stale{margin-bottom:10px;padding:9px 10px;border-radius:6px;font-size:12px;font-weight:700;line-height:1.5}.m5-remix-mode-list{overflow:hidden;display:grid;border:1px solid var(--m5-remix-border);border-radius:7px}.m5-remix-mode-option{min-height:58px;padding:10px 11px;display:grid;grid-template-columns:auto minmax(0,1fr);align-items:start;grid-gap:9px;gap:9px;border-bottom:1px solid #e8edf2;background:#fff;cursor:pointer;transition:background-color .16s ease,box-shadow .16s ease}.m5-remix-mode-option:last-child{border-bottom:0}.m5-remix-mode-option.is-selected{background:#fff7ed;box-shadow:inset 3px 0 0 #f97316}.m5-remix-mode-option input{margin-top:3px!important;accent-color:#f97316}.m5-remix-wizard .m5proto-btn,.m5-remix-wizard .m5proto-seg,.m5-remix-wizard .proto-select-trigger,.m5-remix-wizard textarea{border-radius:7px!important}.m5-remix-wizard textarea{border-color:#d5dde7!important;line-height:1.5}.m5-remix-wizard textarea:focus{border-color:#f97316!important;outline:3px solid rgb(249 115 22/.12)}.m5-remix-wizard .m5proto-btn,.m5-remix-wizard .m5proto-seg,.m5-remix-wizard .proto-select-trigger{min-height:44px}.m5-remix-wizard .m5-remix-consent{margin-top:10px;border-color:var(--m5-remix-border);background:var(--m5-remix-soft)}.m5-remix-wizard .m5-remix-depth-optional{border:1px solid var(--m5-remix-border);border-radius:8px;background:#fff}.m5-remix-engine-field{display:flex;flex-direction:column;gap:6px;margin-bottom:14px;min-width:0}.m5-remix-engine-select{position:relative;width:100%}.m5-remix-wizard .m5-remix-depth-header{min-height:54px;padding:11px 14px}.m5-remix-wizard .m5-remix-depth-header strong{color:#111827;font-size:13px}.m5-remix-wizard .m5-remix-depth-header small{color:var(--m5-remix-muted)}.m5-remix-wizard .m5-remix-optional-badge{background:#f1f5f9;color:#475569}.m5-remix-wizard .m5-remix-depth-body{padding:12px 14px 14px;border-top:1px solid #e8edf2}.m5-remix-wizard .m5-remix-depth-chain>span,.m5-remix-wizard .m5-remix-depth-chain>span:last-child{border-color:var(--m5-remix-border);background:var(--m5-remix-soft)}.m5-remix-wizard .m5-remix-depth-chain>i{color:#94a3b8}.m5-remix-engine-select .image-model-select-trigger{display:flex;align-items:center;gap:9px;width:100%;min-height:46px;padding:6px 12px 6px 8px;border:1px solid #d5dde7;border-radius:7px;background:#fff;color:#111827;font:inherit;text-align:left;cursor:pointer;transition:border-color .18s ease,box-shadow .18s ease,background-color .18s ease}.m5-remix-engine-select .image-model-select-trigger:hover,.m5-remix-engine-select.is-open .image-model-select-trigger{border-color:rgb(249 115 22/.7);box-shadow:0 0 0 3px rgb(249 115 22/.12)}.m5-remix-engine-select .image-model-select-option:focus-visible,.m5-remix-engine-select .image-model-select-trigger:focus-visible{outline:3px solid rgb(249 115 22/.18);outline-offset:2px}.m5-remix-engine-select .image-model-mark{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;width:34px;height:34px;overflow:hidden;border-radius:7px;background:#fff7ed;color:#f97316;font-size:11px;font-weight:800;line-height:1}.m5-remix-engine-select .image-model-mark img{display:block;width:24px;height:24px;object-fit:contain;filter:brightness(0) saturate(100%) invert(48%) sepia(96%) saturate(2504%) hue-rotate(355deg) brightness(101%) contrast(95%)}.m5-remix-engine-select .image-model-select-option-copy,.m5-remix-engine-select .image-model-select-trigger-copy{display:grid;min-width:0}.m5-remix-engine-select .image-model-select-option-copy strong,.m5-remix-engine-select .image-model-select-trigger-copy strong{color:#111827;font-size:13px;font-weight:700;line-height:1.3}.m5-remix-engine-select .proto-select-chevron{flex:0 0 auto;margin-left:auto;color:#64748b;transition:transform .18s ease}.m5-remix-engine-select.is-open .proto-select-chevron{transform:rotate(180deg)}.m5-remix-engine-select .image-model-select-menu{position:absolute;z-index:80;top:calc(100% + 6px);left:0;width:100%;max-height:min(360px,60vh);margin:0;padding:6px;overflow-y:auto;list-style:none;border:1px solid var(--m5-remix-border);border-radius:8px;background:#fff;box-shadow:0 16px 36px rgb(15 23 42/.14),0 4px 10px rgb(15 23 42/.06)}.m5-remix-engine-select .image-model-select-option{display:grid;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;grid-gap:10px;gap:10px;width:100%;min-height:60px;padding:8px;border:0;border-radius:7px;background:transparent;color:#111827;font:inherit;text-align:left;cursor:pointer;transition:background-color .16s ease}.m5-remix-engine-select .image-model-select-option:hover{background:#f8fafc}.m5-remix-engine-select .image-model-select-option.is-active{background:#fff1e7}.m5-remix-engine-select .image-model-select-option .image-model-mark{width:42px;height:42px}.m5-remix-engine-select .image-model-select-option-copy em{color:#64748b;font-size:11px;font-style:normal;line-height:1.4;white-space:normal}.m5-remix-engine-select .image-model-select-check{color:#f97316;font-size:16px;font-weight:800}.m5-remix-wizard .m5-remix-check-card{border-color:var(--m5-remix-border);box-shadow:none}@media (max-width:520px){.m5-remix-engine-select .image-model-select-menu{max-height:min(320px,55vh)}}@media (prefers-reduced-motion:reduce){.m5-remix-engine-select .image-model-select-option,.m5-remix-engine-select .image-model-select-trigger,.m5-remix-engine-select .proto-select-chevron{transition:none}}.m6proto-page{padding:24px 28px 28px;font-family:PingFang SC,Hiragino Sans GB,Microsoft YaHei,system-ui,-apple-system,Segoe UI,sans-serif;background:var(--kbb-bg);min-height:100vh}.m6proto-wrap{max-width:1500px;margin:0 auto}.m6proto-header{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:12px}.m6proto-title{margin:0;font-size:24px;font-weight:900;color:var(--kbb-text)}.m6proto-grid{display:grid;grid-template-columns:minmax(320px,1fr) minmax(0,2fr);grid-gap:18px;gap:18px}.m6proto-card{background:var(--kbb-surface);border:1px solid var(--kbb-border);border-radius:22px;padding:22px;display:grid;grid-gap:14px;gap:14px;align-content:start}.m6proto-card-title{margin:0;font-size:21px;font-weight:900;color:var(--kbb-text)}.m6proto-label{display:grid;grid-gap:6px;gap:6px;color:var(--kbb-text-strong)}.m6proto-input,.m6proto-label{font-size:13px;font-weight:800}.m6proto-input{width:100%;border:1px solid var(--kbb-border);background:var(--kbb-surface);border-radius:16px;padding:12px 14px;color:var(--kbb-text);outline:none}.m6proto-input:focus{border-color:var(--kbb-primary-soft-25);box-shadow:0 0 0 4px var(--kbb-primary-soft-10)}textarea.m6proto-input{resize:vertical;min-height:176px}.m6proto-btn{border:1px solid var(--kbb-border);border-radius:14px;padding:10px 14px;font-size:13px;font-weight:900;cursor:pointer;transition:all .2s ease;text-decoration:none;color:var(--kbb-text)}.m6proto-btn:disabled{opacity:.6;cursor:not-allowed}.m6proto-btn-primary{border-color:var(--kbb-primary-soft-20);background:var(--kbb-primary);color:#fff}.m6proto-meta{display:grid;grid-gap:6px;gap:6px;margin-bottom:2px;font-size:14px;color:var(--kbb-text-strong)}.m6proto-note{border-radius:16px;border:1px solid var(--kbb-border);background:var(--kbb-surface);padding:10px 12px;font-size:12px;font-weight:700;color:var(--kbb-text-muted)}.m6proto-segGroup{display:grid;grid-gap:8px;gap:8px}.m6proto-segLabel{margin:0;font-size:12px;font-weight:900;color:var(--kbb-text-muted);letter-spacing:.08em;text-transform:uppercase}.m6proto-segBtns{display:flex;gap:8px;flex-wrap:wrap}.m6proto-segBtn{height:40px;min-width:40px;padding:0 14px;border-radius:14px;border:1px solid var(--kbb-border);background:var(--kbb-surface);color:var(--kbb-text);font-weight:900;font-size:13px;transition:all .2s ease;cursor:pointer}.m6proto-segBtn:hover{border-color:var(--kbb-primary-soft-25);box-shadow:0 0 0 4px var(--kbb-primary-soft-10)}.m6proto-segBtn.active{border-color:var(--kbb-primary-soft-20);background:var(--kbb-primary);color:#fff}.m6proto-uploadBlock{display:grid;grid-gap:8px;gap:8px}.m6proto-uploadTitle{margin:0;font-size:14px;font-weight:900;letter-spacing:.08em;color:var(--kbb-text-muted)}.m6proto-uploadTile{border-radius:18px;border:1px dashed var(--kbb-border);background:var(--kbb-surface);min-height:96px;display:grid;place-items:center;color:var(--kbb-text-muted);cursor:pointer;position:relative}.m6proto-uploadTile[aria-disabled=true]{opacity:.65;cursor:not-allowed}.m6proto-uploadInner{display:grid;grid-gap:4px;gap:4px;justify-items:center;text-align:center}.m6proto-uploadPlus{width:28px;height:28px;border-radius:9999px;background:var(--kbb-primary-soft-10);color:var(--kbb-primary);font-size:18px;font-weight:900;line-height:28px}.m6proto-uploadText{font-size:12px;font-weight:900;color:var(--kbb-text-strong)}.m6proto-uploadSub{font-size:11px;font-weight:700;color:var(--kbb-text-muted)}.m6proto-uploadInput{position:absolute;inset:0;opacity:0;cursor:pointer}.m6proto-uploadPreview{display:flex;align-items:center;gap:10px}.m6proto-thumbWrap{width:88px;height:88px;border-radius:14px;overflow:hidden;border:1px solid var(--kbb-border);display:inline-block}.m6proto-thumbWrap img{width:100%;height:100%;object-fit:cover}.m6proto-uploadHint{font-size:12px;font-weight:700;color:var(--kbb-text-muted)}.m6proto-progressWrap{border-radius:16px;border:1px solid var(--kbb-border);padding:12px;display:grid;grid-gap:8px;gap:8px}.m6proto-progressLabel{margin:0;font-size:12px;font-weight:900;color:var(--kbb-text-muted);letter-spacing:.08em;text-transform:uppercase}.m6proto-progress{height:10px;border-radius:9999px;background:var(--kbb-border);overflow:hidden}.m6proto-progress>div{height:100%;border-radius:9999px;background:var(--kbb-primary);transition:width .22s ease}.m6proto-links{margin-top:2px;display:grid;grid-gap:8px;gap:8px}.m6proto-link{color:var(--kbb-primary);text-decoration:none;font-weight:800;width:-moz-fit-content;width:fit-content}.m6proto-link:hover{text-decoration:underline}.m6proto-taskBoard{min-height:0;display:flex;flex-direction:column;gap:10px}.m6proto-taskBoardHead{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap}.m6proto-taskBoardActions{display:flex;gap:8px;flex-wrap:wrap}.m6proto-taskBoardActions .m6proto-btn{padding:6px 10px;font-size:12px}.m6proto-taskBoardBody{flex:1 1;min-height:0;overflow-y:auto;padding-right:4px}.m6proto-emptyHint{margin:0;color:var(--kbb-text-muted);font-size:12px}.m6proto-taskCardsGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:10px;gap:10px;align-items:start}.m6proto-taskCard{border:1px solid #fb923c;background:#fff7ed;border-radius:12px;padding:10px;display:grid;grid-gap:8px;gap:8px}.m6proto-taskCardHead{display:flex;align-items:center;justify-content:space-between;gap:8px}.m6proto-taskCardTitle{font-size:13px;font-weight:900}.m6proto-taskStatus{display:inline-flex;align-items:center;height:24px;padding:0 10px;border-radius:9999px;border:1px solid transparent;font-size:11px;font-weight:900;white-space:nowrap}.m6proto-taskMeta{font-size:11px;line-height:1.35;color:var(--kbb-text-muted);font-weight:700;word-break:break-all}.m6proto-taskErr{font-size:11px;color:#b91c1c;font-weight:700}.m6proto-taskPreviewGrid{display:grid;grid-gap:8px;gap:8px}.m6proto-resultTile{border:1px solid var(--kbb-border);border-radius:12px;overflow:hidden;background:var(--kbb-surface);padding:0;cursor:pointer}.m6proto-resultTile img{width:100%;height:96px;object-fit:cover;display:block}.m6proto-taskLinks{display:flex;gap:6px;flex-wrap:wrap}.m6proto-linkBtn{border:1px solid var(--kbb-border);border-radius:10px;padding:4px 8px;font-size:11px;font-weight:800;color:var(--kbb-text);text-decoration:none;background:#fff}@media (max-width:1080px){.m6proto-grid{grid-template-columns:1fr}.m6proto-taskCardsGrid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:760px){.m6proto-taskCardsGrid{grid-template-columns:1fr}}.m10-page{min-height:calc(100vh - 64px);padding:16px clamp(12px,2vw,20px) 220px;transition:padding-bottom .22s ease;--m5p-primary:var(--m4p-primary);--m5p-primary-foreground:var(--m4p-primary-foreground);--m5p-background:var(--m4p-background);--m5p-foreground:var(--m4p-foreground);--m5p-card:var(--m4p-card);--m5p-muted:var(--m4p-muted);--m5p-border:var(--m4p-border)}.m10-page.is-panel-compact{padding-bottom:96px}.m10-feed{max-width:1120px;margin:0 auto;display:grid;grid-gap:20px;gap:20px}.m10-feed-toolbar{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:12px}.m10-feed-filters{display:flex;flex-wrap:wrap;gap:8px}.m10-toolbar-select{width:auto;min-width:68px;max-width:132px;padding:7px 9px;font-size:12px;font-weight:800}.m10-panel-body .m10-toolbar-select{min-width:64px;max-width:120px}.m10-select-wrap{position:relative;flex-shrink:0}.m10-select-trigger{display:inline-flex;align-items:center;gap:5px;min-width:0;max-width:132px;padding:7px 10px;border-radius:999px;border:1px solid hsl(var(--m4p-border));background:hsl(var(--m4p-card));color:hsl(var(--m4p-foreground));font:inherit;font-size:12px;font-weight:800;line-height:1.2;cursor:pointer;transition:border-color .16s ease,background .16s ease,box-shadow .16s ease}.m10-select-trigger-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.m10-select-trigger:hover:not(:disabled),.m10-select-wrap.is-open .m10-select-trigger{border-color:hsl(var(--m4p-primary)/.45);box-shadow:0 0 0 3px hsl(var(--m4p-primary)/.1)}.m10-select-wrap.is-disabled .m10-select-trigger{opacity:.55;cursor:not-allowed}.m10-select-chevron{flex-shrink:0;width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-top:5px solid hsl(var(--m4p-muted));opacity:.85;transform:translateY(1px);transition:transform .16s ease}.m10-select-wrap.is-open .m10-select-chevron{transform:translateY(1px) rotate(180deg)}.m10-select-menu{position:absolute;z-index:40;min-width:max(100%,104px);margin:0;padding:6px;list-style:none;border-radius:14px;border:1px solid hsl(var(--m4p-border));background:hsl(var(--m4p-card));box-shadow:0 12px 32px rgb(15 23 42/.12)}.m10-select-menu--top{bottom:calc(100% + 6px);left:0}.m10-select-menu--bottom{top:calc(100% + 6px);left:0}.m10-select-option{display:block;width:100%;padding:8px 10px;border:none;border-radius:10px;background:transparent;color:hsl(var(--m4p-foreground));font:inherit;font-size:12px;font-weight:800;line-height:1.25;text-align:left;cursor:pointer;transition:background .14s ease,color .14s ease}.m10-select-option:hover{background:hsl(var(--m4p-primary)/.08)}.m10-select-option.is-active{background:hsl(var(--m4p-primary));color:hsl(var(--m4p-primary-foreground))}.m10-group-prompt-wrap{margin:0 0 12px}.m10-group-prompt{margin:0;padding-right:28px;font-size:15px;line-height:1.55;font-weight:700;word-break:break-word}.m10-group-prompt.is-clamped{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4;overflow:hidden}.m10-group-prompt.is-expanded{display:block;overflow:visible}.m10-group-prompt-toggle{display:inline-flex;align-items:center;gap:4px;min-height:36px;margin:2px 0 0;padding:0;border:0;background:transparent;color:hsl(var(--m4p-primary));font:inherit;font-size:13px;font-weight:800;line-height:1.2;cursor:pointer;touch-action:manipulation;transition:opacity .16s ease}.m10-group-prompt-toggle:hover{opacity:.85}.m10-group-prompt-toggle:focus-visible{outline:3px solid hsl(var(--m4p-primary)/.28);outline-offset:2px;border-radius:6px}.m10-group-prompt-chevron{width:14px;height:14px;flex-shrink:0;transition:transform .16s ease}.m10-group-prompt-toggle[aria-expanded=true] .m10-group-prompt-chevron{transform:rotate(180deg)}@media (prefers-reduced-motion:reduce){.m10-group-prompt-chevron,.m10-group-prompt-toggle{transition:none}}.m10-group-meta{display:flex;flex-wrap:wrap;align-items:center;gap:8px 12px;margin-bottom:14px}.m10-gallery{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px}@media (min-width:900px){.m10-gallery{grid-template-columns:repeat(4,minmax(0,1fr))}}.m10-gallery-item{position:relative;border-radius:18px;overflow:hidden;border:1px solid hsl(var(--m4p-border));aspect-ratio:1;background:hsl(var(--m4p-background));cursor:pointer;transition:box-shadow .2s ease,border-color .2s ease}.m10-gallery-item:hover{border-color:hsl(var(--m4p-primary)/.45);box-shadow:0 0 0 4px hsl(var(--m4p-primary)/.1)}.m10-gallery-item .m10-video-thumb,.m10-gallery-item .m10-video-thumb-wrap,.m10-gallery-item img,.m10-gallery-item video{width:100%;height:100%;object-fit:cover;display:block}.m10-video-thumb-wrap{position:relative;overflow:hidden}.m10-video-thumb-wrap .m10-video-thumb{width:100%;height:100%;object-fit:cover;display:block}.m10-video-thumb-play{position:absolute;right:8px;bottom:8px;width:22px;height:22px;border-radius:999px;background:rgba(15,23,42,.55);color:#fff;font-size:10px;display:grid;place-items:center;pointer-events:none}.m10-video-thumb--empty{width:100%;height:100%;background:hsl(var(--m4p-background))}.m10-group-card{position:relative}.m10-group-card:focus-within .taskCardDeleteBtn,.m10-group-card:hover .taskCardDeleteBtn{opacity:1;pointer-events:auto}.m10-group-delete{top:10px;right:10px}.m10-gallery-badge{position:absolute;top:8px;left:8px;z-index:1}.m10-panel-wrap{position:fixed;left:var(--app-shell-sidebar-width,200px);right:0;bottom:16px;z-index:25;display:flex;justify-content:center;padding:0 16px;box-sizing:border-box;pointer-events:none;transition:left .3s cubic-bezier(.4,0,.2,1)}.m10-panel-wrap .m10-panel{pointer-events:auto;width:min(720px,100%);max-width:100%;overflow:visible;transition:width .22s ease,box-shadow .22s ease}.m10-panel-wrap.is-compact .m10-panel{width:min(680px,100%);border-radius:20px;box-shadow:0 8px 32px rgb(0 0 0/.08)}.m10-compact-bar{display:flex;align-items:center;gap:10px;padding:8px 10px 8px 8px;cursor:pointer}.m10-compact-add{flex-shrink:0}.m10-compact-add .m10-asset-slot{width:42px;height:42px;transform:rotate(-8deg);border-radius:10px;border-style:solid;border-width:1px;box-shadow:0 2px 8px rgb(0 0 0/.06)}.m10-compact-add .m10-asset-slot-label{display:none}.m10-compact-add .m10-asset-add-plus{font-size:20px}.m10-compact-prompt{flex:1 1;min-width:0;border:none;outline:none;background:transparent;font:inherit;font-size:14px;font-weight:700;line-height:1.4;color:hsl(var(--m4p-foreground));cursor:text}.m10-compact-prompt::placeholder{color:hsl(var(--m4p-muted));font-weight:700}.m10-compact-submit{flex-shrink:0;min-width:88px;padding:9px 12px;border-radius:999px;display:inline-flex;align-items:center;justify-content:space-between;gap:8px;cursor:pointer}.m10-panel-wrap.is-expanded{bottom:12px}.m10-panel-wrap.is-expanded .m10-panel{width:min(800px,100%)}.m10-panel-head{justify-content:space-between;padding:8px 12px 0;gap:8px}.m10-panel-head,.m10-tabs{display:flex;align-items:center}.m10-tabs{flex-wrap:wrap;gap:6px}.m10-tab-btn{height:auto;min-height:0;min-width:0;padding:7px 10px;border-radius:999px;border:1px solid hsl(var(--m4p-border));background:hsl(var(--m4p-card));color:hsl(var(--m4p-foreground));font-size:12px;font-weight:800;line-height:1.2;cursor:pointer;transition:border-color .16s ease,background .16s ease,box-shadow .16s ease}.m10-tab-btn:hover{border-color:hsl(var(--m4p-primary)/.45);box-shadow:0 0 0 3px hsl(var(--m4p-primary)/.1)}.m10-tab-btn--active{border-color:hsl(var(--m4p-primary)/.2);background:hsl(var(--m4p-primary));color:hsl(var(--m4p-primary-foreground))}.m10-expand-btn{flex-shrink:0;width:32px;height:32px;min-width:32px;padding:0;font-size:14px;line-height:1}.m10-panel-body{padding:10px 12px 12px;display:grid;grid-gap:10px;gap:10px;overflow:visible}.m10-panel-wrap.is-expanded .m10-panel-body{padding:12px 14px 14px;gap:12px}.m10-composer{border:1px solid hsl(var(--m4p-border));border-radius:18px;background:hsl(var(--m4p-background));overflow:visible}.m10-composer .m5proto-composer{position:relative;min-height:128px;padding:16px 16px 38px;gap:0}.m10-composer .m5proto-composer-toolbar{position:absolute;z-index:3;left:14px;bottom:10px}.m10-composer .m5proto-composer-editor-wrap{min-height:72px}.m10-composer.is-expanded .m5proto-composer-editor-wrap{min-height:116px}.m10-composer .m5proto-composer-editor{min-height:72px;max-height:180px;padding:2px 0;border:0;border-radius:0;background:transparent;font-weight:700;font-size:14px}.m10-composer .m5proto-composer-editor:focus{border-color:transparent;box-shadow:none}.m10-composer .m5proto-composer-placeholder{inset:2px 0 auto;font-size:14px}.m10-composer .m5proto-composer-at{width:auto;height:26px;padding:0 8px;border:0;border-radius:8px;background:hsl(var(--m4p-primary)/.08)}.m10-composer .m5proto-composer-meta{position:absolute;right:16px;bottom:14px;justify-content:flex-end;max-width:calc(100% - 70px);font-size:11px}.m10-composer-divider{height:1px;margin:0 12px;background:hsl(var(--m4p-border))}.m10-material-dock{display:flex;align-items:center;gap:8px;min-height:66px;padding:9px 12px;border-top:1px solid hsl(var(--m4p-border));background:hsl(var(--m4p-card)/.55)}.m10-material-dock-title{flex:0 0 auto;font-size:11px;font-weight:800;color:hsl(var(--m4p-muted));letter-spacing:.02em}.m10-material-dock-scroll{display:flex;flex-wrap:nowrap;align-items:center;gap:8px;min-width:0;overflow-x:auto;scrollbar-width:thin;padding-bottom:1px}.m10-material-chip{position:relative;flex:0 0 auto;gap:7px;min-height:42px;padding:4px 28px 4px 6px;border:1px solid hsl(var(--m4p-border));border-radius:12px;background:hsl(var(--m4p-background))}.m10-material-chip,.m10-material-preview{display:flex;align-items:center;min-width:0}.m10-material-preview{gap:6px;padding:0;border:none;background:transparent;color:inherit;cursor:zoom-in;text-align:left}.m10-material-preview:hover .m10-material-thumb{box-shadow:0 0 0 2px hsl(var(--m4p-primary)/.35)}.m10-material-thumb{position:relative;width:28px;height:28px;border-radius:7px;overflow:hidden;background:hsl(var(--m4p-card));flex:0 0 auto;transition:box-shadow .16s ease}.m10-material-thumb .m10-video-thumb,.m10-material-thumb .m10-video-thumb-wrap,.m10-material-thumb img{width:100%;height:100%;object-fit:cover;display:block}.m10-material-thumb .m10-video-thumb-play{width:14px;height:14px;font-size:7px;right:3px;bottom:3px}.m10-material-audio{display:grid;place-items:center;width:100%;height:100%;color:hsl(var(--m4p-primary));background:hsl(var(--m4p-primary)/.1)}.m10-material-audio svg{width:18px;height:18px}.m10-material-label{display:none}.m10-material-token{flex:0 0 auto;padding:4px 2px;border:0;border-radius:6px;background:transparent;color:hsl(var(--m4p-foreground));font-size:11px;font-weight:800;cursor:pointer}.m10-material-token:hover{color:hsl(var(--m4p-primary));background:hsl(var(--m4p-primary)/.08)}.m10-material-remove{position:absolute;top:50%;right:6px;transform:translateY(-50%);width:18px;height:18px;padding:0;border:none;border-radius:999px;background:hsl(var(--m4p-border));color:hsl(var(--m4p-muted));font-size:13px;font-weight:900;line-height:1;cursor:pointer}.m10-material-remove:hover{color:#fff;background:rgb(0 0 0/.62)}.m10-material-adds{display:flex;flex:0 0 auto;align-items:center;gap:6px}.m10-material-add{position:relative;display:inline-flex;align-items:center;gap:4px;min-height:42px;padding:5px 10px 5px 6px;border:1.5px dashed hsl(var(--m4p-border));border-radius:11px;background:hsl(var(--m4p-background));color:hsl(var(--m4p-muted));cursor:pointer;transition:border-color .16s ease,background .16s ease,color .16s ease}.m10-material-add:hover:not(.is-disabled){border-color:hsl(var(--m4p-primary)/.55);background:hsl(var(--m4p-primary)/.06);color:hsl(var(--m4p-primary))}.m10-material-add.is-disabled{opacity:.55;cursor:not-allowed}.m10-material-add-plus{display:grid;place-items:center;width:28px;height:28px;border-radius:7px;background:hsl(var(--m4p-primary)/.08);font-size:16px;font-weight:300;line-height:1}.m10-material-add-label{font-size:11px;font-weight:800;white-space:nowrap}.m10-audio-preview-backdrop{position:fixed;inset:0;z-index:80;display:grid;place-items:center;padding:24px;background:rgb(15 23 42/.48)}.m10-audio-preview{width:min(420px,100%);border-radius:16px;border:1px solid hsl(var(--m4p-border));background:hsl(var(--m4p-background));box-shadow:0 18px 48px rgb(15 23 42/.22);overflow:hidden}.m10-audio-preview-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:14px 16px 10px;border-bottom:1px solid hsl(var(--m4p-border))}.m10-audio-preview-kicker{display:block;margin-bottom:2px;font-size:11px;font-weight:800;color:hsl(var(--m4p-muted))}.m10-audio-preview-head h2{margin:0;font-size:16px;font-weight:900}.m10-audio-preview-head button{width:28px;height:28px;border:none;border-radius:999px;background:hsl(var(--m4p-card));color:hsl(var(--m4p-foreground));font-size:18px;font-weight:900;line-height:1;cursor:pointer}.m10-audio-preview-body{display:grid;grid-gap:14px;gap:14px;justify-items:center;padding:20px 16px 18px}.m10-audio-preview-icon{display:grid;place-items:center;width:64px;height:64px;border-radius:18px;color:hsl(var(--m4p-primary));background:hsl(var(--m4p-primary)/.1)}.m10-audio-preview-icon svg{width:28px;height:28px}.m10-audio-preview-body audio{width:100%}.m10-asset-strip{display:flex;flex-wrap:nowrap;align-items:center;gap:6px;padding:6px 12px 8px;overflow-x:auto;scrollbar-width:thin}.m10-asset-slot{position:relative;flex:0 0 56px;width:56px;height:56px;border-radius:8px;overflow:hidden;box-sizing:border-box}.m10-asset-slot--add{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;border:1.5px dashed hsl(var(--m4p-border));background:hsl(var(--m4p-card));cursor:pointer;transition:border-color .16s ease,background .16s ease}.m10-asset-slot--add:hover:not(.is-disabled){border-color:hsl(var(--m4p-primary)/.55);background:hsl(var(--m4p-primary)/.06)}.m10-asset-slot--add.is-disabled{opacity:.55;cursor:not-allowed}.m10-asset-add-plus{font-size:18px;font-weight:300;line-height:1;color:hsl(var(--m4p-muted))}.m10-asset-slot--add .m10-asset-slot-label{position:static;padding:0;font-size:9px;color:hsl(var(--m4p-muted));background:none}.m10-asset-slot--filled{border:1px solid hsl(var(--m4p-border));background:hsl(var(--m4p-card))}.m10-asset-slot--filled .m10-video-thumb,.m10-asset-slot--filled .m10-video-thumb-wrap,.m10-asset-slot--filled img,.m10-asset-slot--filled video{width:100%;height:100%;object-fit:cover;display:block}.m10-asset-slot--filled .m10-video-thumb-play{width:16px;height:16px;font-size:8px;right:4px;bottom:4px}.m10-asset-audio-icon{display:grid;place-items:center;width:100%;height:100%;font-size:22px;color:hsl(var(--m4p-primary));background:hsl(var(--m4p-primary)/.08)}.m10-asset-slot-label{position:absolute;left:0;right:0;bottom:0;padding:10px 3px 3px;font-size:9px;font-weight:800;text-align:center;color:#fff;background:linear-gradient(transparent,rgb(0 0 0/.62));pointer-events:none}.m10-asset-slot-remove{position:absolute;top:3px;right:3px;z-index:2;width:18px;height:18px;padding:0;border:none;border-radius:999px;background:rgb(0 0 0/.55);color:#fff;font-size:14px;line-height:1;font-weight:900;cursor:pointer}.m10-asset-slot-remove:hover{background:rgb(0 0 0/.75)}.m10-asset-file-input{position:absolute;inset:0;opacity:0;cursor:pointer}.m10-asset-slot--add.is-disabled .m10-asset-file-input{cursor:not-allowed}.m10-toolbar{display:flex;flex-wrap:wrap;align-items:flex-end;gap:10px;justify-content:space-between}.m10-toolbar-left{display:flex;flex-wrap:wrap;gap:8px;flex:1 1;align-items:center}.m10-submit{flex-shrink:0;min-width:96px;padding:9px 14px;border-radius:999px;display:inline-flex;align-items:center;justify-content:space-between;gap:10px}.m10-scroll-bottom{position:fixed;right:20px;bottom:180px;z-index:24;transition:bottom .22s ease}.m10-page.is-panel-compact .m10-scroll-bottom{bottom:88px}.m10-empty{text-align:center;padding:40px 16px;font-size:14px;font-weight:800}.m10-status-running{color:hsl(var(--m4p-primary));font-weight:900;font-size:12px}.m10-status-failed{color:#dc2626;font-weight:900;font-size:12px}