:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Microsoft YaHei,sans-serif;color:#f4f4f4;background:#101112;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}html,body{width:100%;height:100%;margin:0;overflow:hidden}button,textarea{font:inherit}button{cursor:pointer}#root{min-height:100vh}.project-list-page{width:100vw;height:100vh;overflow:auto;color:#171717;background:#f7f7f8}.canvas-route-state{width:100vw;height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;color:#d8d8d8;background:#101112}.canvas-route-state.error{color:#f0d7d7}.canvas-route-state button{height:38px;padding:0 16px;color:#f4f4f4;background:#343434;border:1px solid rgba(255,255,255,.14);border-radius:10px}.project-list-header{position:sticky;top:0;z-index:10;display:flex;align-items:center;justify-content:space-between;height:58px;padding:0;background:#fff;box-shadow:0 1px #0000000a}.project-list-header h1{margin:0;color:#111;font-size:16px;font-weight:500}.project-list-header span{display:block;margin-top:3px;color:#777;font-size:12px}.project-header-actions{display:flex;align-items:center;gap:12px}.point-balance{display:inline-flex;align-items:center;gap:6px;height:36px;color:#ffb726;font-size:16px;font-weight:500;line-height:1;font-variant-numeric:tabular-nums;white-space:nowrap}.point-balance img{display:block;width:24px;height:24px;object-fit:contain}.membership-entry img{display:block;width:15px;height:15px;object-fit:contain}.membership-entry{display:inline-flex;align-items:center;gap:7px;height:36px;padding:0 14px;color:#6038d9;background:#f4f0ff;border:1px solid #ddd2ff;border-radius:9px;font-size:13px;font-weight:600;transition:color .16s ease,background .16s ease,border-color .16s ease,transform .16s ease}.membership-entry:hover{color:#4f28c5;background:#ece5ff;border-color:#cbbaff;transform:translateY(-1px)}.project-list-error{margin:16px 28px 0;padding:10px 12px;color:#9b1c1c;background:#fff0f0;border:1px solid #ffd2d2;border-radius:8px;font-size:14px}.project-grid{display:grid;grid-template-columns:repeat(4,minmax(220px,1fr));gap:28px 10px;padding:12px 32px 56px 8px}.new-project-card,.project-cover,.project-loading-card,.project-empty-card{width:100%;aspect-ratio:1.7;overflow:hidden;background:#fff;border:0;border-radius:8px;padding:0}.new-project-card,.project-loading-card,.project-empty-card{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px}.new-project-card{color:#7447ff;border:1px solid #7447ff;font-size:15px}.project-loading-card,.project-empty-card{color:#6b6b6b;border:1px solid transparent;font-size:14px}.new-project-card:hover:not(:disabled){background:#fbf9ff}.project-card{position:relative;min-width:0;padding:0 8px}.project-cover{display:flex;align-items:center;justify-content:center;color:#686868}.project-cover img{display:block;width:100%;height:100%;object-fit:cover}.project-cover:hover{box-shadow:inset 0 0 0 1px #7447ff59}.project-meta{position:relative;display:grid;grid-template-columns:minmax(0,1fr) 34px;gap:8px;align-items:start;padding:12px 0 0}.project-open{min-width:0;padding:0;color:#171717;background:transparent;border:0;text-align:left}.project-open strong,.project-open span,.project-open small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.project-open strong{margin-bottom:5px;font-size:15px;font-weight:700}.project-open span{color:#202020;font-size:14px}.project-open small{margin-top:5px;color:#777;font-size:12px}.project-more{display:inline-flex;align-items:center;justify-content:center;width:34px;height:26px;color:#111;background:transparent;border:0;border-radius:6px}.project-more:hover{background:#ebebee}.project-more:disabled,.project-cover:disabled,.project-open:disabled{cursor:not-allowed;opacity:.62}.project-card-menu{position:absolute;top:38px;right:5px;z-index:5;display:grid;width:72px;padding:8px 0;background:#565656;border-radius:6px;box-shadow:0 14px 34px #00000038}.project-card-menu button{height:34px;padding:0 10px;color:#fff;background:transparent;border:0;font-size:12px;text-align:left}.project-card-menu button:hover{background:#ffffff1f}.project-card-menu button.danger{color:#ffb4ad}.project-card-menu button:disabled{cursor:not-allowed;opacity:.58}.project-delete-dialog{position:fixed;top:0;right:0;bottom:0;left:0;z-index:80;display:flex;align-items:center;justify-content:center;padding:24px}.project-delete-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#10111261;border:0;cursor:default}.project-delete-backdrop:disabled{cursor:not-allowed}.project-delete-panel{position:relative;z-index:1;display:grid;grid-template-columns:44px minmax(0,1fr);gap:14px;width:min(420px,calc(100vw - 48px));padding:22px;color:#171717;background:#fffffffa;border:1px solid rgba(17,17,17,.08);border-radius:14px;box-shadow:0 26px 90px #1011123d}.project-edit-panel{color:#f3f4f6;background:#242426fa;border-color:#ffffff14;box-shadow:0 28px 90px #0000007a}.project-edit-panel .project-delete-copy h2,.project-edit-panel .project-edit-field span{color:#f5f5f7}.project-edit-panel .project-edit-field{color:#dcdde0b8}.project-edit-panel .project-edit-field input,.project-edit-panel .project-edit-field textarea{color:#f5f5f7;background:#ffffff0a;border-color:#ffffff1a}.project-edit-panel .project-edit-field input::placeholder,.project-edit-panel .project-edit-field textarea::placeholder{color:#dcdde066}.project-edit-panel .project-edit-field input:focus,.project-edit-panel .project-edit-field textarea:focus{background:#ffffff0f;border-color:#fff3}.project-delete-icon{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;color:#b42318;background:#fff0ef;border-radius:12px}.project-delete-copy{min-width:0}.project-delete-copy h2{margin:0 0 8px;font-size:18px;line-height:1.25}.project-edit-panel .project-delete-copy{grid-column:1 / -1}.project-edit-panel .project-delete-copy h2{white-space:nowrap}.project-delete-copy p{margin:0;color:#5f6368;font-size:14px;line-height:1.65}.project-delete-actions{grid-column:1 / -1;display:flex;justify-content:flex-end;gap:10px;margin-top:6px}.project-delete-actions button{display:inline-flex;align-items:center;justify-content:center;gap:7px;height:38px;padding:0 14px;border-radius:9px;font-size:14px;font-weight:650}.project-delete-actions button:disabled{cursor:not-allowed;opacity:.65}.project-delete-cancel{color:#30333a;background:#f1f2f4;border:1px solid #e1e3e7}.project-delete-cancel:hover:not(:disabled){background:#e9eaee}.project-edit-fields{grid-column:1 / -1;display:flex;flex-direction:column;gap:14px}.project-edit-field{display:flex;flex-direction:column;gap:6px;font-size:14px;color:#555}.project-edit-field span{font-weight:600;color:#30333a}.project-edit-field input,.project-edit-field textarea{width:100%;padding:9px 12px;font-size:14px;color:#30333a;background:#f7f8fa;border:1px solid #e1e3e7;border-radius:8px;outline:none;resize:vertical;font-family:inherit;transition:border-color .15s}.project-edit-field input:focus,.project-edit-field textarea:focus{border-color:#a0a4ad;background:#fff}.project-delete-confirm{color:#fff;background:#d92d20;border:1px solid #d92d20}.project-delete-confirm:hover:not(:disabled){background:#b42318;border-color:#b42318}.workflow-shell{position:fixed;top:0;right:0;bottom:0;left:0;overflow:hidden;background:#101112;color:#f3f3f3}.editor-toolbar{position:fixed;top:16px;left:18px;z-index:20;display:flex;align-items:center;gap:14px;max-width:calc(100vw - 36px);height:42px;padding:0 14px;color:#d6d6d6;background:#212223e0;border:1px solid rgba(255,255,255,.1);border-radius:12px;box-shadow:0 18px 50px #0000003d;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.toolbar-brand{display:inline-flex;align-items:center;flex:0 1 auto;gap:8px;max-width:min(340px,36vw);min-width:0;font-weight:650}.toolbar-brand span,.toolbar-canvas-id{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.toolbar-canvas-id{flex:1 1 auto;min-width:0;max-width:180px;color:#9b9b9b;font-size:12px}.toolbar-brand .toolbar-readonly{flex:0 0 auto;padding:2px 7px;border:1px solid rgba(255,255,255,.18);border-radius:999px;color:#ffffffa8;font-size:11px;font-weight:500}.toolbar-action{display:inline-flex;align-items:center;gap:6px;height:30px;padding:0 10px;color:#f4f4f4;background:#8e64ff2e;border:1px solid rgba(180,152,255,.3);border-radius:8px;font-size:13px;font-weight:650;white-space:nowrap}.toolbar-action:hover:not(:disabled){background:#8e64ff47;border-color:#dad0ff85}.canvas-zoom-control{position:fixed;left:18px;bottom:18px;z-index:20;display:inline-flex;align-items:center;height:38px;overflow:hidden;color:#d6d6d6;background:#212223e0;border:1px solid rgba(255,255,255,.1);border-radius:10px;box-shadow:0 18px 50px #0000003d;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.canvas-zoom-control button{display:inline-flex;align-items:center;justify-content:center;width:38px;height:100%;padding:0;color:#e8e8e8;background:transparent;border:0}.canvas-zoom-control button:hover:not(:disabled){background:#ffffff1a}.canvas-zoom-control button:disabled{color:#ffffff3d;cursor:not-allowed}.canvas-zoom-control span{min-width:52px;padding:0 8px;font-size:13px;font-variant-numeric:tabular-nums;text-align:center;white-space:nowrap;border-right:1px solid rgba(255,255,255,.08);border-left:1px solid rgba(255,255,255,.08)}.canvas-node-toolbar{position:fixed;top:50%;left:18px;z-index:20;display:flex;flex-direction:column;gap:4px;padding:6px;color:#d6d6d6;background:#212223e6;border:1px solid rgba(255,255,255,.1);border-radius:14px;box-shadow:0 18px 50px #00000047;transform:translateY(-50%);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.canvas-node-toolbar button{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;width:58px;height:58px;padding:0;color:#d8d8da;background:transparent;border:1px solid transparent;border-radius:10px;font-size:12px;line-height:1;transition:color .14s ease,background-color .14s ease,border-color .14s ease}.canvas-node-toolbar button:hover:not(:disabled){color:#fff;background:#8e64ff2e;border-color:#b498ff42}.canvas-node-toolbar button:active:not(:disabled){background:#8e64ff47}.canvas-node-toolbar button:disabled{color:#ffffff47;cursor:not-allowed}.empty-viewport-prompt{position:fixed;bottom:22px;left:50%;z-index:30;display:flex;align-items:center;justify-content:space-between;gap:44px;width:min(505px,calc(100vw - 260px));max-width:calc(100vw - 260px);min-height:56px;padding:7px 9px 7px 24px;color:#ffffffd1;background:#232326f0;border:1px solid rgba(255,255,255,.12);border-radius:999px;box-shadow:0 16px 42px #00000061,inset 0 1px #ffffff0d;font-size:15px;line-height:1.4;white-space:nowrap;transform:translate(-50%);animation:empty-viewport-prompt-in .18s ease-out both;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.empty-viewport-prompt button{flex:0 0 auto;min-width:96px;height:42px;padding:0 18px;color:#fff;background:linear-gradient(135deg,#8157f5,#7040e9);border:1px solid rgba(216,203,255,.22);border-radius:999px;font-size:15px;font-weight:400;box-shadow:0 6px 18px #7040e947;transition:filter .14s ease,transform .14s ease}.empty-viewport-prompt button:hover{filter:brightness(1.1)}.empty-viewport-prompt button:active{transform:scale(.97)}@keyframes empty-viewport-prompt-in{0%{opacity:0;transform:translate(-50%,8px)}to{opacity:1;transform:translate(-50%)}}@media (max-width: 720px){.empty-viewport-prompt{right:14px;bottom:70px;left:14px;justify-content:space-between;gap:12px;width:auto;max-width:none;min-height:52px;padding:7px 8px 7px 18px;font-size:13px;white-space:normal;transform:none}@keyframes empty-viewport-prompt-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}}.canvas-viewport{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;background-color:#111213;background-image:radial-gradient(circle,rgba(255,255,255,.12) 1.1px,transparent 1.1px);-webkit-user-select:none;user-select:none;touch-action:none}.canvas-stage{position:absolute;top:0;left:0;width:1px;height:1px;transform-origin:0 0}.canvas-stage.is-readonly{cursor:default}.canvas-stage.is-readonly .node-group{pointer-events:none}.group-layer{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.alignment-guides{position:absolute;z-index:20;top:0;right:0;bottom:0;left:0;pointer-events:none}.alignment-guide{position:absolute;display:block;background:#ff5f68;box-shadow:0 0 0 1px #ff5f6829}.alignment-guide.is-vertical{width:2px;transform:translate(-1px)}.alignment-guide.is-horizontal{height:2px;transform:translateY(-1px)}.selection-bounds{position:absolute;z-index:0;background:#242424e0;border:1px dashed rgba(255,255,255,.28);border-radius:18px;box-shadow:0 22px 80px #0000002e inset,0 0 32px #8e64ff14;pointer-events:none}.selection-bounds span{position:absolute;top:-30px;left:0;color:#e2e2e2b8;font-size:16px;white-space:nowrap}.group-connect-port{position:absolute;top:50%;right:-23px;z-index:2;display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;color:#f4f4f4;background:#272727f5;border:2px solid rgba(218,208,255,.82);border-radius:999px;box-shadow:0 14px 34px #00000057,0 0 18px #8e64ff38;pointer-events:auto;transform:translateY(-50%)}.group-connect-port:hover{color:#fff;border-color:#fff;background:#443668fa}.node-group{position:absolute;z-index:0;display:block;padding:0;color:#e2e2e2b8;background:#242424e6;border:1px solid rgba(255,255,255,.22);border-radius:18px;box-shadow:0 22px 80px #0003 inset,0 0 36px #8e64ff14;cursor:move;pointer-events:auto}.node-group.is-active{background:#2b2b2beb;border-color:#ffffff57}.node-group:before,.node-group:after{position:absolute;width:12px;height:12px;content:"";background:#bfbfbf;border-radius:3px}.node-group:before{top:-7px;left:-7px}.node-group:after{right:-7px;bottom:-7px}.group-title{position:absolute;top:-36px;left:-8px;display:inline-flex;align-items:center;max-width:min(420px,70vw);min-height:34px;padding:3px 8px;border-radius:7px;font-size:16px;white-space:nowrap;cursor:pointer}.group-title:hover{color:#ededed;background:#ffffff0f}.group-title-button{display:block;min-width:0;max-width:300px;padding:1px 0;overflow:hidden;color:inherit;background:transparent;border:0;border-radius:5px;font:inherit;text-overflow:ellipsis;white-space:nowrap;cursor:pointer}.group-title-button:hover{color:#ededed;background:#ffffff14}.group-title-input{min-width:0;width:min(220px,42vw);height:26px;padding:0 6px;color:#f4f4f4;background:#1e1e1ef5;border:1px solid rgba(255,255,255,.36);border-radius:6px;outline:0;box-shadow:0 10px 28px #00000052;font:inherit}.group-title-input:focus{border-color:#dad0ffe6}.selection-marquee{position:absolute;z-index:26;background:#8e64ff1f;border:1px dashed rgba(218,208,255,.82);border-radius:10px;box-shadow:0 0 28px #8e64ff2e;pointer-events:none}.selection-toolbar{position:absolute;z-index:36;display:inline-flex;align-items:center;gap:8px;min-height:58px;padding:8px 10px;color:#f5f5f5;background:#262626f5;border:1px solid rgba(255,255,255,.13);border-radius:14px;box-shadow:0 22px 70px #00000061;-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);transform:translate(-50%)}.selection-toolbar.is-grouped{min-height:62px}.selection-toolbar-item{position:relative}.selection-tool{display:inline-flex;align-items:center;justify-content:center;gap:8px;height:42px;padding:0 12px;color:#f1f1f1;background:transparent;border:0;border-radius:10px;font-size:15px;white-space:nowrap}.selection-tool:hover,.selection-tool.is-active{background:#ffffff1a}.selection-tool.is-muted{color:#858585}.selection-tool small{min-width:20px;height:20px;padding:0 6px;color:#d9d1ff;background:#8e64ff2e;border-radius:999px;font-size:12px;line-height:20px}.selection-divider{width:1px;height:36px;background:#ffffff1a}.arrange-menu{position:absolute;top:52px;left:0;z-index:2;width:188px;padding:10px;background:#262626fa;border:1px solid rgba(255,255,255,.12);border-radius:14px;box-shadow:0 22px 70px #00000061;-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px)}.arrange-menu button{display:flex;align-items:center;gap:12px;width:100%;height:44px;padding:0 10px;color:#f1f1f1;background:transparent;border:0;border-radius:10px;font-size:16px;text-align:left}.arrange-menu button:hover{background:#ffffff17}.rotate-icon{transform:rotate(90deg)}.edges-layer{position:absolute;left:0;top:0;width:1px;height:1px;overflow:visible;pointer-events:none}.edge path{fill:none;vector-effect:non-scaling-stroke}.edge-hit{pointer-events:stroke;stroke:transparent;stroke-width:32;cursor:pointer}.edge-base{pointer-events:none;stroke:#d6dadebd;stroke-linecap:round;stroke-width:3}.edge-flow{pointer-events:none;stroke:#8e64ff;stroke-linecap:round;stroke-width:5;stroke-dasharray:70 190;filter:drop-shadow(0 0 8px rgba(142,100,255,.92));animation:edge-flow 1.15s linear infinite}@keyframes edge-flow{to{stroke-dashoffset:-260}}.workflow-node{position:absolute;z-index:1;display:flex;flex-direction:column;color:#f5f5f5;background:#252525;border:2px solid rgba(255,255,255,.2);border-radius:18px;box-shadow:0 24px 80px #00000042;cursor:move;transition:border-color .16s ease,box-shadow .16s ease,background .16s ease}.workflow-node.is-selected{z-index:10;border-color:#ebeef2d1;box-shadow:0 0 0 1px #ffffff1f,0 28px 90px #00000057}.workflow-node.is-referenced{z-index:11;border-color:#8e64ff;background:#1d1b27;box-shadow:0 0 0 3px #7e57ff47,0 0 34px #7e57ff70,0 28px 90px #0000005c}.workflow-node.is-inline-editing{background:#171717;border-color:#ffffff2e;box-shadow:0 24px 80px #00000042}.workflow-node.is-inline-editing.is-referenced{border-color:#8e64ff;background:#1d1b27;box-shadow:0 0 0 3px #7e57ff47,0 0 34px #7e57ff70,0 28px 90px #0000005c}.node-title{position:absolute;left:0;right:54px;top:-34px;display:inline-flex;align-items:center;gap:7px;height:34px;color:#9f9f9f;font-size:20px;font-weight:550;white-space:nowrap;cursor:move}.node-title-button{max-width:280px;padding:1px 3px;overflow:hidden;color:inherit;background:transparent;border:0;border-radius:5px;font:inherit;font-weight:inherit;text-align:left;text-overflow:ellipsis;white-space:nowrap;cursor:move}.node-title-button:hover{color:#ededed;background:#ffffff14}.node-title-input{width:min(280px,52vw);height:28px;padding:0 7px;color:#f4f4f4;background:#1e1e1ef5;border:1px solid rgba(255,255,255,.36);border-radius:6px;outline:0;box-shadow:0 10px 28px #00000052;font:inherit;font-weight:inherit}.node-title-input:focus{border-color:#dad0ffe6}.node-download,.node-copy{position:absolute;top:-43px;right:0;display:inline-flex;align-items:center;justify-content:center;width:44px;height:32px;color:#f4f4f4;background:#282828f5;border:1px solid rgba(255,255,255,.14);border-radius:9px}.node-download:hover,.node-copy:hover{background:#ffffff1f}.node-upload{position:absolute;top:-58px;left:50%;display:inline-flex;align-items:center;gap:8px;height:44px;padding:0 18px;color:#f4f4f4;background:#282828;border:1px solid rgba(255,255,255,.12);border-radius:16px;transform:translate(-50%)}.node-upload:disabled{color:#f4f4f4b8;cursor:wait}.node-content{position:relative;flex:1;padding:86px 64px 64px;overflow:hidden;border-radius:16px;min-height:0}.workflow-node.text .node-content{padding:76px 42px 44px}.workflow-node.text.is-inline-editing .node-content,.workflow-node.text .node-content,.workflow-node.script .node-content{padding:0}.script-node-preview{position:relative;z-index:1;display:flex;flex-direction:column;height:100%;min-height:0}.script-node-document{display:flex;flex:1;flex-direction:column;min-height:0;padding:42px 42px 18px}.script-node-heading{display:flex;flex:none;align-items:stretch;gap:28px;margin-bottom:30px}.script-node-heading>span{width:1px;background:#ffffff8f}.script-node-heading strong{flex:none;overflow:hidden;color:#f4f4f4;font-size:36px;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}.script-node-document pre{flex:1;min-height:0;margin:0;overflow:auto;color:#f4f4f4d1;font:inherit;padding-left:29px;font-size:21px;line-height:1.75;overflow-wrap:anywhere;scrollbar-color:rgba(255,255,255,.28) transparent;white-space:pre-wrap}.script-node-actions{display:flex;flex:none;align-items:center;gap:18px;padding:18px 24px 24px 42px}.script-node-actions button{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:48px;padding:0 14px;color:#ffffffe6;background:transparent;border:0;border-radius:8px;font:inherit;font-size:18px}.script-node-actions button:hover{background:#ffffff14}.script-node-actions .script-parse-button{min-width:230px;margin-left:auto;color:#fff;background:#7640f6}.script-node-actions .script-parse-button:hover{background:#8453f8}.script-preview-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10000;display:flex;align-items:center;justify-content:center;padding:42px;background:#08080ac7;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.script-preview-dialog{position:relative;display:flex;flex-direction:column;width:min(980px,92vw);height:min(900px,88vh);min-height:0;overflow:hidden;color:#f4f4f4;background:#252525;border:1px solid rgba(255,255,255,.64);border-radius:22px;box-shadow:0 32px 120px #0000008f}.script-preview-close{position:absolute;top:20px;right:20px;z-index:2;display:grid;width:42px;height:42px;padding:0;color:#ffffffd1;background:#ffffff14;border:0;border-radius:50%;place-items:center}.script-preview-close:hover{color:#fff;background:#ffffff29}.script-preview-heading{display:flex;flex:none;gap:30px;margin:44px 76px 30px}.script-preview-heading>span{width:1px;background:#ffffff9e}.script-preview-heading strong{padding-right:48px;font-size:40px;line-height:1.3}.script-preview-scroll{flex:1;min-height:0;margin:0 40px 40px 76px;padding-right:30px;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;scrollbar-color:rgba(255,255,255,.35) transparent;scrollbar-width:thin}.script-preview-scroll pre{margin:0;color:#f4f4f4e0;font:inherit;font-size:22px;line-height:1.85;overflow-wrap:anywhere;white-space:pre-wrap}.text-node-resize-handle{position:absolute;right:5px;bottom:5px;z-index:8;width:24px;height:24px;padding:0;background:linear-gradient(135deg,transparent 48%,rgba(255,255,255,.72) 49%,rgba(255,255,255,.72) 57%,transparent 58%) right 2px bottom 2px / 13px 13px no-repeat;border:0;cursor:nwse-resize;touch-action:none}.text-node-resize-handle:hover{background:linear-gradient(135deg,transparent 48%,#fff 49%,#fff 57%,transparent 58%) right 2px bottom 2px / 13px 13px no-repeat}.node-placeholder{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;color:#ffffff38;pointer-events:none}.node-placeholder.is-interactive-media{pointer-events:auto}.text-node-result{width:100%;height:100%;padding:28px 30px;overflow-y:auto;color:#ededed;scrollbar-color:rgba(255,255,255,.3) transparent;scrollbar-width:thin}.text-node-result p{margin:0;font-size:24px;line-height:1.65;white-space:pre-wrap;overflow-wrap:anywhere}.text-node-result::-webkit-scrollbar{width:6px}.text-node-result::-webkit-scrollbar-track{background:transparent}.text-node-result::-webkit-scrollbar-thumb{background:#ffffff47;border-radius:3px}.text-node-result::-webkit-scrollbar-button,.text-node-result::-webkit-scrollbar-corner{display:none;width:0;height:0}.node-media-preview{width:min(62%,360px);max-height:180px;object-fit:contain;border-radius:12px;box-shadow:0 12px 40px #0000003d}.workflow-node.image .node-media-preview,.workflow-node.video .node-media-preview{width:100%;height:100%;max-height:none;border-radius:16px}.workflow-node.image .node-media-preview{object-fit:cover}.image-upload-waiting{position:absolute;top:0;right:0;bottom:0;left:0;z-index:3;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;color:#ffffffe0;background:radial-gradient(circle at center,#404040d1,#1c1c1cf0),#1c1c1ceb;border-radius:16px;pointer-events:none}.image-upload-waiting strong{font-size:18px;font-weight:500}.workflow-node.video .node-media-preview{object-fit:contain;cursor:default}.video-node-preview{position:relative;width:100%;height:100%;overflow:hidden;background:#000;border-radius:16px}.video-node-preview:fullscreen{border-radius:0}.video-node-controls{position:absolute;right:0;bottom:0;left:0;z-index:2;display:flex;align-items:center;gap:12px;min-width:0;padding:14px 16px;color:#fff;background:linear-gradient(transparent,#000000e0)}.video-node-controls button{display:inline-flex;flex:0 0 auto;align-items:center;justify-content:center;width:28px;height:28px;padding:0;color:inherit;background:transparent;border:0}.video-node-time{flex:0 0 auto;min-width:82px;font-size:13px;font-variant-numeric:tabular-nums}.video-node-controls input[type=range]{min-width:0;height:4px;accent-color:#fff;cursor:pointer}.video-node-progress{flex:1 1 auto}.video-node-volume{flex:0 1 100px}.audio-preview{display:inline-flex;align-items:center;gap:14px;max-width:70%;padding:18px 20px;color:#d8d8d8;background:#ffffff0f;border-radius:14px}.audio-preview span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.node-status{position:absolute;left:50%;top:50%;display:inline-flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;min-width:150px;min-height:78px;padding:12px 16px;color:#8e64ff;background:#252525c7;border:0;border-radius:14px;font-size:15px;font-weight:650;transform:translate(-50%,-50%)}.node-status.succeeded{color:#9fe0b2}.node-status.has-frame-loading{top:0;right:0;bottom:0;left:0;width:100%;height:100%;gap:18px;padding:0;overflow:hidden;color:#e5e5e5;background:#111416;border-radius:16px;transform:none}.node-status.failed,.node-status.cancelled{top:0;right:0;bottom:0;left:0;width:100%;height:100%;box-sizing:border-box;gap:10px;overflow:hidden;color:#e5e5e5;background:#111416;border-radius:16px;transform:none}.node-status.failed strong,.node-status.cancelled strong{font-size:24px;font-weight:500}.node-status.failed small{width:78%;max-height:62%;overflow-y:auto;color:#89869a;font-size:18px;font-weight:400;line-height:1.5;text-align:center;white-space:pre-wrap;overflow-wrap:anywhere;word-break:break-word;scrollbar-color:rgba(255,255,255,.22) transparent;scrollbar-width:thin}.status-spin{animation:status-spin .9s linear infinite}@keyframes status-spin{to{transform:rotate(360deg)}}.node-try{position:absolute;left:64px;bottom:58px;display:flex;flex-direction:column;align-items:flex-start;gap:22px;color:#aaa;font-size:18px}.try-action{display:inline-flex;align-items:center;gap:13px;color:#f5f5f5;background:transparent;border:0;font-size:20px;cursor:pointer}.try-action.is-active strong{text-decoration:underline;text-underline-offset:4px}.inline-text-editor{position:absolute;top:0;right:0;bottom:0;left:0;z-index:5;cursor:move}.inline-text-editor.is-editing{cursor:text}.inline-text-editor .inline-text-input{pointer-events:none}.inline-text-editor.is-editing .inline-text-input{pointer-events:auto}.inline-text-input{width:100%;height:100%;min-height:0;padding:48px 66px 48px 58px;overflow-y:auto;scrollbar-color:rgba(255,255,255,.26) transparent;scrollbar-width:thin;resize:none;color:#f3f3f3;background:transparent;border:0;border-radius:16px;outline:0;box-shadow:none;font:inherit;font-size:24px;line-height:1.65}.inline-text-input::-webkit-scrollbar{width:8px}.inline-text-input::-webkit-scrollbar-track{margin:14px 0;background:transparent}.inline-text-input::-webkit-scrollbar-thumb{background:#ffffff3d;border:2px solid transparent;border-radius:999px;background-clip:padding-box}.inline-text-input::-webkit-scrollbar-thumb:hover{background:#fff6;border:2px solid transparent;background-clip:padding-box}.inline-text-input::-webkit-scrollbar-button,.inline-text-input::-webkit-scrollbar-corner{display:none;width:0;height:0;background:transparent}.inline-text-input:focus{box-shadow:inset 0 0 0 1px #ffffff0a}.inline-text-input::placeholder{color:transparent}.inline-text-empty{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#a9b0bb;pointer-events:none}.inline-text-empty p{margin:0 0 56px;font-size:28px;font-weight:500}.inline-text-empty span{width:124px;height:13px;margin-top:17px;background:#ffffff52}.inline-text-empty span.short{width:74px;margin-right:50px}.node-empty{display:flex;flex:1;flex-direction:column;align-items:center;justify-content:center;gap:22px;color:#ffffff5c;font-size:18px}.compose-empty p{color:#bababa}.compose-materials{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;max-width:360px}.compose-materials span{display:inline-flex;align-items:center;height:34px;padding:0 12px;color:#efefef;background:#ffffff14;border:1px solid rgba(255,255,255,.12);border-radius:10px;font-size:15px}.compose-source-list{display:grid;gap:8px;margin:12px 0 16px}.compose-source-item{display:flex;align-items:center;justify-content:space-between;height:36px;padding:0 12px;color:#e7e7e7;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);border-radius:10px;font-size:13px}.compose-source-item button{color:#ffb4ad;background:transparent;border:0;font-size:13px}.node-port-zone{position:absolute;z-index:4;top:50%;width:300px;height:240px;pointer-events:none;transform:translateY(-50%)}.node-port-zone.input{left:-266px}.node-port-zone.output{right:-266px}.node-port{position:absolute;top:50%;display:inline-flex;align-items:center;justify-content:center;width:31px;height:31px;color:#e8e8e8;background:#292a2be6;border:2px solid rgba(224,228,232,.8);border-radius:999px;box-shadow:0 10px 24px #00000042;cursor:crosshair;line-height:0;opacity:0;pointer-events:none;transform:translate(calc(-50% + var(--port-dx, 0px)),calc(-50% + var(--port-dy, 0px)));transition:opacity .14s ease,transform 70ms linear,box-shadow .15s ease,border-color .15s ease}.node-port.input{left:calc(100% - 54px)}.node-port.output{left:54px}.node-port-zone.is-visible .node-port{opacity:1;pointer-events:auto}.node-port-zone.is-visible{pointer-events:auto;cursor:crosshair}.node-port:hover{color:#fff;border-color:#fff;box-shadow:0 0 0 5px #519eff1f}.node-menu,.reference-menu{position:fixed;z-index:30;width:292px;padding:16px;background:#272727f5;border:1px solid rgba(255,255,255,.1);border-radius:20px;box-shadow:0 30px 100px #0000005c;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px)}.reference-menu{width:280px;padding:12px;border-radius:14px;background:#2b2b2bf7}.menu-section-title{margin:0 0 10px;color:#aaa;font-size:15px;font-weight:650}.menu-section-title:not(:first-child){margin-top:16px}.node-menu-item{display:flex;align-items:center;gap:11px;width:100%;height:56px;padding:0 2px;color:#f4f4f4;background:transparent;border:0;border-radius:12px;font-size:18px;text-align:left;cursor:pointer}.node-menu-item:hover{background:#ffffff0f}.node-menu-item.is-disabled,.node-menu-item:disabled{color:#f4f4f457;cursor:not-allowed}.node-menu-item.is-disabled .menu-icon,.node-menu-item:disabled .menu-icon{opacity:.45}.node-menu-item.is-disabled:hover,.node-menu-item:disabled:hover{background:transparent}.node-menu-item small{padding:3px 7px;color:#d1d1d1;background:#555;border-radius:7px;font-size:11px;font-weight:700}.menu-icon{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;background:#414141;border-radius:10px}.edge-delete{position:absolute;z-index:25;display:inline-flex;align-items:center;justify-content:center;width:54px;height:54px;color:#d7d7d7;background:#212223e6;border:1px solid rgba(255,255,255,.12);border-radius:999px;box-shadow:0 12px 30px #00000057;transform:translate(-50%,-50%)}.node-context-menu{position:fixed;z-index:32;width:176px;padding:8px;background:#262728f5;border:1px solid rgba(255,255,255,.12);border-radius:14px;box-shadow:0 22px 70px #0000005c;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.node-context-menu button{display:flex;align-items:center;gap:10px;width:100%;height:42px;padding:0 10px;color:#eee;background:transparent;border:0;border-radius:10px;font-size:15px;text-align:left}.node-context-menu button:hover{background:#ffffff14}.node-context-menu button.danger{color:#ffb4ad}.node-context-menu button.danger:hover{background:#ff615321}.toast-viewport{position:fixed;top:22px;left:50%;z-index:120;display:flex;flex-direction:column;gap:10px;align-items:center;width:min(440px,calc(100vw - 32px));pointer-events:none;transform:translate(-50%)}.toast{position:relative;display:grid;grid-template-columns:34px minmax(0,1fr) 24px;gap:10px;align-items:center;width:100%;min-height:58px;padding:11px 12px 13px;overflow:hidden;color:#f7f4ff;background:linear-gradient(135deg,#2f2b3efa,#1e1c27fa),#201e29fa;border:1px solid rgba(164,128,255,.42);border-radius:14px;box-shadow:0 20px 70px #00000075,0 0 0 1px #ffffff0f inset,0 0 38px #8e64ff2e;-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);cursor:pointer;text-align:left;pointer-events:auto;animation:toast-enter .34s cubic-bezier(.18,1.2,.22,1)}.toast-icon{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;color:#dacdff;background:#8e64ff33;border:1px solid rgba(180,152,255,.32);border-radius:10px}.toast-copy{display:flex;flex-direction:column;min-width:0;gap:2px}.toast-copy strong{color:#fff;font-size:13px;font-weight:700}.toast-copy span{color:#d9d5e5;font-size:14px;line-height:1.35}.toast-close{display:inline-flex;align-items:center;justify-content:center;color:#ffffff8f}.toast-progress{position:absolute;right:0;bottom:0;left:0;height:2px;background:linear-gradient(90deg,#8e64ff,#c3a8ff);transform-origin:left;animation:toast-progress 2.6s linear forwards}.toast-warning{color:#fff7e6;background:linear-gradient(135deg,#3a2d1cfa,#221e2afa),#241f27fa;border-color:#f7bb5599;box-shadow:0 20px 70px #00000075,0 0 0 1px #ffffff0f inset,0 0 34px #f7bb5524}.toast-warning .toast-icon{color:#ffd891;background:#f7bb552e;border-color:#f7bb5557}.toast-warning .toast-progress{background:linear-gradient(90deg,#f7bb55,#8e64ff)}.toast-success{border-color:#5edc9580}.toast-success .toast-icon{color:#a8f0c3;background:#5edc9529;border-color:#5edc954d}.toast-success .toast-progress{background:linear-gradient(90deg,#5edc95,#8e64ff)}.toast-error{border-color:#ff70708c}.toast-error .toast-icon{color:#ffb4b4;background:#ff707024;border-color:#ff70704d}.toast-error .toast-progress{background:linear-gradient(90deg,#ff7070,#8e64ff)}@keyframes toast-enter{0%{opacity:0;filter:blur(8px);transform:translateY(-18px) scale(.94)}to{opacity:1;filter:blur(0);transform:translateY(0) scale(1)}}@keyframes toast-progress{to{transform:scaleX(0)}}.bottom-panel{position:fixed;z-index:18;min-height:124px;max-width:min(960px,calc(100vw - 32px));padding:14px;overflow:visible;color:#f1f1f1;background:#252525f5;border:1px solid rgba(255,255,255,.1);border-radius:14px;box-shadow:0 22px 70px #00000057;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px)}.panel-mainline{color:#aaa;font-size:14px}.panel-chips{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:9px}.video-mode-tabs{display:inline-flex;gap:4px;margin-bottom:10px;padding:5px;background:#ffffff0a;border:1px solid rgba(255,255,255,.14);border-radius:10px}.video-mode-tab{height:34px;padding:0 13px;color:#a8a8a8;background:transparent;border:0;border-radius:8px;font-size:13px}.video-mode-tab.is-active{color:#fff;background:#ffffff24}.video-mode-tab[aria-disabled=true]{color:#666;cursor:not-allowed}.video-mode-tab:disabled{background:transparent}.panel-chip{display:inline-flex;align-items:center;gap:6px;height:34px;padding:0 12px;color:#a8a8a8;background:#ffffff08;border:1px solid rgba(255,255,255,.15);border-radius:10px;font-size:13px}.prompt-stack{position:relative;margin:2px 0 15px}.prompt-stack.has-references{display:flex;flex-direction:column;gap:12px}.reference-chips{display:flex;align-items:center;gap:7px;min-height:48px}.reference-chip{position:relative;display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;padding:0;overflow:visible;color:#f3f3f3;background:#ffffff17;border:1px solid rgba(255,255,255,.18);border-radius:8px}.reference-chip.has-thumbnail{background:#ffffff0f;border-color:#ffffff3d}.reference-chip img{display:block;width:calc(100% + 2px);height:calc(100% + 2px);object-fit:cover;border-radius:8px}.reference-chip:hover{background:#8e64ff2e;border-color:#a78bfab8}.reference-chip:focus{outline:none}.reference-chip:active{transform:translateY(1px)}.reference-chip span{position:absolute;top:-6px;right:-6px;z-index:1;min-width:18px;height:18px;padding:0 5px;color:#f8f8f8;background:#555;border:1px solid rgba(255,255,255,.45);border-radius:999px;font-size:11px;line-height:16px}.prompt-input{width:100%;min-height:48px;margin:0;overflow-y:auto;scrollbar-color:rgba(255,255,255,.3) transparent;scrollbar-width:thin;resize:none;color:#e5e5e5;background:transparent;border:0;outline:0;font:inherit;font-size:15px;line-height:1.5;white-space:pre-wrap;word-break:break-word}.prompt-input:empty:before{color:#8e8e8e;content:attr(data-placeholder);pointer-events:none}.prompt-mention{display:inline;color:#a78bfa;font-weight:600;caret-color:#e5e5e5;-webkit-user-select:all;user-select:all;white-space:nowrap}.prompt-mention::selection{color:#f4efff;background:#8b5cf68c}.prompt-input::-webkit-scrollbar{width:6px}.prompt-input::-webkit-scrollbar-track{background:transparent}.prompt-input::-webkit-scrollbar-thumb{background:#ffffff47;border:0;border-radius:3px}.prompt-input::-webkit-scrollbar-thumb:hover{background:#ffffff6b}.prompt-input::-webkit-scrollbar-button,.prompt-input::-webkit-scrollbar-corner{display:none;width:0;height:0;background:transparent}.image-panel .prompt-input{height:112px;min-height:112px}.video-panel .prompt-input{height:132px;min-height:132px;max-height:132px}.text-panel .prompt-input{height:88px;min-height:88px;line-height:1.35}.mention-menu{position:absolute;left:0;bottom:calc(100% + 8px);z-index:42;display:grid;gap:4px;width:252px;max-height:260px;padding:8px;overflow:auto;color:#f3f3f3;background:#262728fa;border:1px solid rgba(255,255,255,.13);border-radius:12px;box-shadow:0 22px 70px #0000007a}.mention-menu button{display:flex;align-items:center;gap:10px;width:100%;min-height:46px;padding:7px 8px;color:inherit;background:transparent;border:0;border-radius:10px;text-align:left}.mention-menu button:hover{background:#ffffff1a}.mention-menu-icon{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;width:32px;height:32px;color:#f2f2f2;background:#ffffff17;border-radius:8px}.mention-menu-copy{display:flex;flex:1;flex-direction:column;gap:2px;min-width:0}.mention-menu-copy strong,.mention-menu-copy small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mention-menu-copy strong{font-size:14px;font-weight:650}.mention-menu-copy small{color:#aaa;font-size:12px}.panel-footer{display:flex;align-items:center;gap:12px;min-width:0;overflow:visible}.model-pill,.meta-item{display:inline-flex;align-items:center;gap:7px;color:#f2f2f2;font-size:15px;font-weight:650;white-space:nowrap}.model-select-wrap{flex:0 1 auto;min-width:0}.model-pill span,.meta-item span{overflow:hidden;text-overflow:ellipsis}.model-pill-icon{flex:0 0 auto;width:18px;height:18px;filter:brightness(0) invert(1);opacity:.9;object-fit:contain}.model-select-wrap{position:relative}.model-pill{height:36px;padding:0;background:transparent;border:0}.model-pill.is-selectable{padding:0 10px;background:#ffffff14;border-radius:10px}.model-pill.is-selectable:hover{background:#ffffff1f}.image-style-row{display:flex;align-items:center;margin-bottom:10px}.image-style-library-control{position:relative}.image-style-library-trigger{display:inline-flex;align-items:center;gap:7px;height:38px;padding:0 13px;color:#e8e8e8;background:#ffffff12;border:1px solid rgba(255,255,255,.18);border-radius:10px;font-size:14px}.image-style-library-trigger.is-open{color:#fff;background:#8e64ff33;border-color:#a78bfab3}.image-style-library-trigger:hover{background:#ffffff1f;border-color:#ffffff4d}.image-style-select{position:relative}.image-style-trigger{padding-right:10px}.image-style-dropdown{width:288px}.visual-style-library-popover{position:absolute;bottom:calc(100% + 10px);left:0;z-index:100;width:min(580px,calc(100vw - 48px));padding:14px;overflow:hidden;color:#f4f4f4;background:#18191bfa;border:1px solid rgba(255,255,255,.22);border-radius:14px;box-shadow:0 24px 80px #00000094;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px)}.visual-style-library-popover header{display:flex;align-items:center;gap:7px;margin-bottom:10px;font-size:15px}.visual-style-library-content{max-height:min(400px,calc(100vh - 260px));min-height:190px;padding:10px;overflow-y:auto;background:#ffffff06;border:1px dashed rgba(255,255,255,.12);border-radius:10px;scrollbar-color:rgba(180,180,188,.52) rgba(255,255,255,.035);scrollbar-width:thin}.visual-style-library-content::-webkit-scrollbar{width:6px}.visual-style-library-content::-webkit-scrollbar-track{background:#ffffff09;border-radius:999px}.visual-style-library-content::-webkit-scrollbar-thumb{background:#b4b4bc80;border-radius:999px}.visual-style-library-content::-webkit-scrollbar-thumb:hover{background:#d2d2dab3}.visual-style-library-content::-webkit-scrollbar-button,.visual-style-library-content::-webkit-scrollbar-corner{display:none;width:0;height:0;background:transparent}.visual-style-library-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:9px}.visual-style-card{position:relative;min-width:0;padding:0;overflow:hidden;color:#fff;background:#ffffff0d;border:1px solid transparent;border-radius:9px}.visual-style-card:hover,.visual-style-card.is-selected{border-color:#a78bfae0;box-shadow:inset 0 0 0 1px #a78bfa7a}.visual-style-card img{display:block;width:100%;aspect-ratio:1 / 1;object-fit:cover;border-radius:8px}.visual-style-card span{position:absolute;right:0;bottom:0;left:0;padding:6px 4px;overflow:hidden;background:#0a0a0aad;border-radius:0 0 8px 8px;font-size:12px;text-align:center;text-overflow:ellipsis;white-space:nowrap;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.visual-style-library-state{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;min-height:168px;color:#aaa;text-align:center}.visual-style-library-state strong{color:#eee;font-size:15px}.visual-style-library-state.is-error{color:#d7a4a4}@media (max-width: 760px){.visual-style-library-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.image-count-select{position:relative}.image-count-trigger{height:36px;padding:0 10px;background:#ffffff14;border-radius:10px}.image-count-trigger:hover{background:#ffffff1f}.image-count-dropdown{right:0;left:auto;width:132px}.meta-item{flex:0 1 auto;min-width:0;color:#dedede;font-weight:560}.meta-item.is-selectable{height:36px;max-width:180px;padding:0 10px;background:#ffffff14;border-radius:10px}.preset-param-icon{color:#bdbdbd}.preset-param-icon-url{flex:0 0 auto;width:19px;height:19px;object-fit:contain;filter:brightness(0) invert(.8)}.meta-item.is-selectable:hover{background:#ffffff1f}.preset-param-select{min-width:0}.preset-param-dropdown{width:190px}.video-settings-wrap{position:relative;flex:0 0 auto}.video-settings-trigger{display:inline-flex;align-items:center;gap:8px;height:40px;padding:0 10px;color:#f4f4f4;background:transparent;border:0;border-radius:9px;font-size:15px;font-weight:500;white-space:nowrap}.video-settings-trigger:hover,.video-settings-trigger.is-open{background:#ffffff1a}.ratio-icon{width:23px;height:13px;border:2px solid currentColor;border-radius:3px}.ratio-trigger-shape{flex:0 0 auto}.ratio-trigger-icon{flex:0 0 auto;width:20px;height:20px;object-fit:contain;filter:brightness(0) invert(.85)}.video-settings-popover{position:absolute;left:0;z-index:60;width:440px;padding:17px 15px 15px;color:#f2f2f2;background:#282828;border:1px solid rgba(255,255,255,.12);border-radius:15px;box-shadow:0 28px 90px #0000006b;font-weight:400}.video-settings-popover.down{top:48px}.video-settings-popover.up{bottom:48px}.video-settings-popover section+section{margin-top:14px}.image-settings-popover section+section{margin-top:14px}.video-settings-popover h3{margin:0 0 9px;color:#a6a6a6;font-size:15px;font-weight:400}.ratio-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:6px}.ratio-option{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;height:54px;color:#a9a9a9;background:#ffffff05;border:1px solid rgba(255,255,255,.12);border-radius:7px;font-size:12px;font-weight:400}.ratio-option.is-active{color:#fff;border-color:#ffffffd1;background:#ffffff14}.ratio-option-icon{width:22px;height:22px;object-fit:contain;filter:brightness(0) invert(.7)}.ratio-option.is-active .ratio-option-icon{filter:brightness(0) invert(1)}.ratio-shape{display:block;border:2px solid currentColor;border-radius:3px}.ratio-auto{width:18px;height:12px}.ratio-16-9,.ratio-21-9{width:26px;height:14px}.ratio-4-3{width:22px;height:16px}.ratio-3-2,.ratio-5-4{width:24px;height:15px}.ratio-1-1{width:17px;height:17px}.ratio-3-4,.ratio-2-3,.ratio-4-5,.ratio-9-16{width:14px;height:24px}.quality-row,.audio-toggle-row{display:grid;grid-template-columns:repeat(3,1fr);gap:9px}.audio-toggle-row{grid-template-columns:repeat(2,1fr)}.quality-option,.audio-toggle{height:39px;color:#a8a8a8;background:transparent;border:1px solid rgba(255,255,255,.15);border-radius:8px;font-size:14px;font-weight:400}.quality-option.is-active,.audio-toggle.is-active{color:#fff;border-color:#ffffffd1;background:#ffffff14}.duration-row{display:flex;align-items:center;gap:14px;font-size:14px}.duration-row input{flex:1;height:18px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;cursor:pointer}.duration-row input::-webkit-slider-runnable-track{height:5px;background:linear-gradient(to right,#7343f1 0%,#7343f1 var(--range-progress, 44%),rgba(255,255,255,.25) var(--range-progress, 44%),rgba(255,255,255,.25) 100%);border-radius:999px}.duration-row input::-webkit-slider-thumb{width:15px;height:15px;margin-top:-5px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#7343f1;border:0;border-radius:999px}.duration-row input::-moz-range-track{height:5px;background:#ffffff40;border-radius:999px}.duration-row input::-moz-range-progress{height:5px;background:#7343f1;border-radius:999px}.duration-row input::-moz-range-thumb{width:18px;height:18px;background:#7343f1;border:0;border-radius:999px}.duration-row span{color:#a6a6a6;font-size:16px}.help-dot{display:inline-flex;align-items:center;justify-content:center;width:17px;height:17px;margin-left:4px;border:1px solid #9a9a9a;border-radius:999px;font-size:12px}.panel-icon-button{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;color:#ededed;background:transparent;border:0;border-radius:8px}.panel-icon-button:hover{background:#ffffff14}.footer-spacer{flex:1}.inline-status{display:inline-flex;align-items:center;gap:5px;color:#bdbdbd;font-size:13px;white-space:nowrap}.inline-status.done{color:#9fe0b2}.generation-cost{display:inline-flex;flex:0 0 auto;align-items:center;gap:5px;color:#e9e4ff;font-size:14px;font-weight:650;white-space:nowrap}.generation-cost img{width:19px;height:19px;object-fit:contain}.send-button{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;color:#fff;background:#7343f1;border:0;border-radius:11px}.send-button:disabled{color:#fff;background:#9a93af;opacity:1}button{font-family:inherit}button:disabled{cursor:not-allowed;opacity:.52}.hidden-file-input{display:none}@media (max-width: 800px){.project-list-header{padding:0 18px}.membership-entry{width:36px;padding:0;justify-content:center}.point-balance{gap:5px;font-size:16px}.point-balance img{width:22px;height:22px}.membership-entry img{width:15px;height:15px}.membership-entry span{display:none}.project-grid{grid-template-columns:1fr;gap:22px;padding:12px 18px 42px}.project-card{padding:0}.bottom-panel{padding:18px}.panel-footer{gap:14px}.model-pill,.meta-item{font-size:15px}}.project-list-page{min-height:100vh;height:auto;color:#242031;background:radial-gradient(circle at 12% 0%,rgba(222,211,255,.52),transparent 30%),radial-gradient(circle at 88% 12%,rgba(255,222,237,.48),transparent 26%),#faf9fd}.project-list-header{height:72px;background:#ffffffc7;border-bottom:1px solid rgba(93,73,141,.09);box-shadow:none;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);padding:0 20px}.project-brand{display:flex;align-items:center;gap:11px}.project-brand-icon{display:block;width:72px;object-fit:contain}.project-brand-mark{display:grid;width:38px;height:38px;place-items:center;color:#fff;background:linear-gradient(145deg,#7c55e9,#a26ef2);border-radius:12px;box-shadow:0 8px 20px #6843c93d}.project-list-header h1{color:#211c2e;font-size:16px;font-weight:750;letter-spacing:-.01em}.project-list-header span{margin-top:2px;color:#8b8498;font-size:11px}.project-header-actions{gap:14px}.point-balance{height:34px;color:#ffbd2e}.project-list-header .point-balance span{margin-top:0;color:inherit;font-size:16px;font-weight:500}.membership-entry{gap:6px;height:34px;padding:0 13px;color:#6842c7;background:#f4efffe0;border-color:#774eda29;border-radius:999px;box-shadow:0 5px 14px #6344a614}.project-list-header .membership-entry span{margin-top:0;color:inherit;font-size:12px;font-weight:600}.membership-entry:hover{color:#5a32c5;background:#ece5fff5;border-color:#774eda47}.project-list-content{width:min(1480px,100%);margin:0 auto;padding:42px 0 80px}.project-hero{position:relative;display:flex;align-items:end;justify-content:space-between;gap:32px;min-height:188px;overflow:hidden;padding:clamp(28px,4vw,48px);background:radial-gradient(circle at 73% 18%,rgba(255,255,255,.88) 0 8%,transparent 9%),radial-gradient(circle at 86% 78%,rgba(255,255,255,.6) 0 12%,transparent 13%),linear-gradient(122deg,#eee8ff,#f8ecf8 52%,#ffefe9);border:1px solid rgba(109,80,169,.1);border-radius:26px;box-shadow:0 18px 55px #533b811a}.project-hero:after{position:absolute;top:-96px;right:12%;width:240px;height:240px;background:linear-gradient(145deg,#7d51e638,#ffa8c42e);border-radius:40% 60% 65% 35%;filter:blur(2px);content:"";transform:rotate(18deg)}.project-hero-copy{position:relative;z-index:1}.project-eyebrow{display:inline-flex;align-items:center;gap:6px;margin-bottom:14px;color:#7651ce;font-size:12px;font-weight:750;letter-spacing:.08em}.project-hero h2{margin:0;color:#251d36;font-size:clamp(28px,3vw,44px);font-weight:760;letter-spacing:-.055em}.project-hero p{margin:13px 0 0;color:#766d83;font-size:14px}.project-create-button{position:relative;z-index:1;display:inline-flex;align-items:center;justify-content:center;gap:8px;min-width:132px;height:46px;padding:0 20px;color:#fff;background:linear-gradient(135deg,#7750dc,#9769e6);border:0;border-radius:13px;box-shadow:0 12px 26px #6643be42;font-size:14px;font-weight:700;transition:transform .18s ease,box-shadow .18s ease}.project-create-button:hover:not(:disabled){box-shadow:0 16px 32px #6643be57;transform:translateY(-2px)}.project-gallery-section{margin-top:40px}.project-gallery-toolbar{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:20px}.project-gallery-toolbar h3{margin:0;color:#282132;font-size:22px;letter-spacing:-.035em}.project-gallery-toolbar span{display:block;margin-top:5px;color:#958d9f;font-size:12px}.project-search{display:flex;align-items:center;gap:8px;width:min(250px,100%);height:40px;padding:0 13px;color:#968ba4;background:#ffffffd1;border:1px solid rgba(78,60,113,.1);border-radius:12px;box-shadow:0 6px 20px #372a4e0d}.project-search:focus-within{border-color:#7750dc59;box-shadow:0 0 0 3px #7750dc14}.project-search input{min-width:0;width:100%;color:#31283e;background:transparent;border:0;outline:0;font:inherit;font-size:13px}.project-search input::placeholder{color:#aaa2b2}.project-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px 22px;padding:0}.project-card{min-width:0;padding:0;transition:transform .22s ease}.project-card:hover{transform:translateY(-4px)}.project-cover{position:relative;isolation:isolate;display:block;aspect-ratio:1.38;overflow:hidden;color:#fff;background:#eee9fa;border:1px solid rgba(85,65,126,.1);border-radius:18px;box-shadow:0 14px 34px #3f2e5d1a;transition:box-shadow .22s ease,transform .22s ease}.project-cover:hover{box-shadow:0 22px 44px #45306d2b}.project-cover:before{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-2;background-color:#03050d;content:""}.project-cover.artwork-1:before{background:linear-gradient(145deg,#b7d8ff,#d6c4ff 48%,#f8c4dc)}.project-cover.artwork-2:before{background:linear-gradient(145deg,#ffd4c2,#f5bed6 48%,#c9c5ff)}.project-cover.artwork-3:before{background:linear-gradient(145deg,#bde8df,#cae0ff 48%,#d6c4fb)}.project-cover.artwork-4:before{background:linear-gradient(145deg,#e8c5ff,#ffc9d6 48%,#ffe0b3)}.project-cover.artwork-5:before{background:linear-gradient(145deg,#c2d4ff,#d5c2ef 48%,#ffccb9)}.project-artwork-orb{position:absolute;border-radius:50%;filter:blur(1px)}.project-artwork-orb.orb-one{top:12%;left:17%;width:38%;aspect-ratio:1;background:linear-gradient(145deg,#ffffffd1,#754fda5c);box-shadow:28px 32px 55px #5538a038}.project-artwork-orb.orb-two{right:8%;bottom:-22%;width:58%;aspect-ratio:1;background:linear-gradient(145deg,#ffffff4d,#ff80a46b)}.project-artwork-grid{position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(255,255,255,.16) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.16) 1px,transparent 1px);background-size:30px 30px;-webkit-mask-image:linear-gradient(to bottom,rgba(0,0,0,.68),transparent);mask-image:linear-gradient(to bottom,rgba(0,0,0,.68),transparent)}.project-cover-badge,.project-cover-open{position:absolute;z-index:2;display:inline-flex;align-items:center;gap:6px;height:30px;padding:0 10px;color:#fffffff5;background:#32234e38;border:1px solid rgba(255,255,255,.24);border-radius:999px;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);font-size:11px;font-weight:650}.project-cover-badge{top:14px;left:14px}.project-cover-open{right:14px;bottom:14px;opacity:0;transform:translateY(6px);transition:opacity .18s ease,transform .18s ease}.project-cover:hover .project-cover-open{opacity:1;transform:translateY(0)}.project-meta{grid-template-columns:minmax(0,1fr) 32px;gap:8px;padding:14px 3px 0}.project-open strong{margin-bottom:7px;color:#2c2537;font-size:15px;font-weight:700}.project-open span{color:#8d8498;font-size:12px}.project-open small{margin-top:4px;color:#a49cab;font-size:11px}.project-more{width:32px;height:30px;color:#7e748b;border-radius:9px}.project-more:hover{color:#6842c7;background:#f0eafd}.project-card-menu{top:42px;right:0;width:112px;padding:6px;background:#fffffff5;border:1px solid rgba(76,57,110,.1);border-radius:11px;box-shadow:0 16px 38px #2f244129;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.project-card-menu button{height:34px;padding:0 9px;color:#4b4356;border-radius:7px}.project-card-menu button:hover{background:#f4f0fa}.project-card-menu button.danger{color:#c64f5a}.project-list-error{width:min(1336px,calc(100% - 44px));margin:16px auto 0}.project-gallery-state{display:flex;min-height:220px;flex-direction:column;align-items:center;justify-content:center;gap:8px;color:#978da2;background:#ffffff94;border:1px dashed rgba(105,78,156,.18);border-radius:18px}.project-gallery-state strong{color:#554b62;font-size:15px}.project-gallery-state span{font-size:12px}@media (max-width: 1080px){.project-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 680px){.project-list-header{height:64px;padding:0}.project-brand-mark{width:34px;height:34px}.project-list-content{padding:24px 0 52px}.project-hero{min-height:230px;flex-direction:column;align-items:flex-start;padding:26px 22px;border-radius:20px}.project-create-button{width:100%}.project-gallery-toolbar{align-items:stretch;flex-direction:column}.project-search{width:100%}.project-grid{grid-template-columns:1fr;gap:24px;padding:0}}.project-list-page{display:flex;height:100vh;min-height:0;flex-direction:column;overflow-x:hidden;overflow-y:hidden;background:radial-gradient(circle at 8% 0%,rgba(237,232,255,.72),transparent 30%),radial-gradient(circle at 96% 18%,rgba(255,236,241,.58),transparent 26%),#fbfafc}.project-list-header{position:relative;z-index:100;flex:0 0 auto;background:#fffffff0;box-shadow:0 1px #48396014;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.project-list-content{width:100%;max-width:none;min-height:0;flex:1 1 auto;overflow-x:hidden;overflow-y:auto;padding:0 0 72px;background:#fbfafc}.project-gallery-sticky{position:sticky;top:0;z-index:50;display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin:0;padding:30px 20px 0;background:#fbfafc}.project-page-intro{display:flex;align-items:center;justify-content:flex-end;order:2;min-width:min(820px,60%);flex:1 1 auto;gap:clamp(28px,5vw,80px);margin:0}.project-main-search{min-width:0;flex:1 1 auto;width:auto}.project-intro-actions{display:flex;align-items:center;justify-content:flex-end;gap:12px;width:min(820px,100%)}.project-create-button{flex:0 0 auto;min-width:136px;height:44px;margin:0;border-radius:999px}.project-gallery-section{margin-top:0;padding:0 20px}.project-gallery-toolbar{align-items:center;order:1;flex:0 0 auto;margin-bottom:0}.project-gallery-filters{display:flex;align-items:center;gap:30px}.project-gallery-filters button{position:relative;height:44px;padding:0;color:#8b8493;background:transparent;border:0;font-size:13px}.project-gallery-filters button.is-active{color:#7245e8;font-weight:700}.project-gallery-filters button.is-active:after{position:absolute;right:0;bottom:-1px;left:0;height:2px;background:#7949ed;border-radius:999px;content:""}.project-gallery-count{margin:16px 0 12px;color:#9991a1;font-size:11px}.project-grid{grid-template-columns:repeat(auto-fill,minmax(min(280px,100%),1fr));gap:22px}.project-pagination{display:flex;align-items:center;justify-content:center;gap:7px;margin-top:32px}.project-pagination button{display:grid;width:34px;height:34px;place-items:center;color:#756d80;background:#fff;border:1px solid rgba(72,57,96,.1);border-radius:9px;box-shadow:0 4px 12px #2f24410a;font-size:12px;transition:color .16s ease,background .16s ease,border-color .16s ease}.project-pagination button:hover:not(:disabled):not(.is-active){color:#7245e8;background:#f7f3ff;border-color:#7245e838}.project-pagination button.is-active{color:#fff;background:#7d50e6;border-color:#7d50e6;box-shadow:0 7px 16px #7245e838}.project-pagination button:disabled{box-shadow:none;opacity:.4}.project-pagination-ellipsis{display:grid;width:24px;height:34px;place-items:center;color:#9a92a2;font-size:12px}.project-card{position:relative;z-index:0;overflow:visible;background:#fff;border:1px solid rgba(72,57,96,.08);border-radius:13px;box-shadow:0 7px 22px #2f244112}.project-card.is-menu-open{z-index:20}.project-card:hover{box-shadow:0 14px 32px #2f24411f;transform:translateY(-3px)}.project-cover{aspect-ratio:1.58;border:0;border-radius:12px 12px 0 0;box-shadow:none}.project-cover:hover{box-shadow:none}.project-cover:before{background-color:#03050d}.project-cover-placeholder{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;display:flex;align-items:center;justify-content:center;gap:8px;color:#a49bac;font-size:12px}.project-artwork-grid{opacity:.28}.project-cover-favorite{position:absolute;top:10px;right:10px;z-index:3;display:grid;width:28px;height:28px;place-items:center;color:#655a72;background:#ffffffe0;border-radius:999px;box-shadow:0 4px 12px #2f24411f;opacity:0;transition:opacity .16s ease}.project-cover:hover .project-cover-favorite{opacity:1}.project-cover-open{display:none}.project-meta{min-height:72px;padding:11px 10px 10px}.project-open strong{margin-bottom:7px;color:#393142;font-size:13px;font-weight:650}.project-open span,.project-open small{display:inline-block;margin:0;color:#9a92a2;font-size:10px}.project-open small{float:right}.project-more{align-self:center}.project-card-menu{top:38px;right:6px}@media (max-width: 760px){.project-gallery-sticky{align-items:stretch;flex-direction:column;gap:12px;padding-bottom:12px}.project-page-intro{align-items:stretch;flex-direction:column;gap:18px;min-width:0;width:100%}.project-intro-actions{align-items:stretch;flex-direction:column;width:100%}.project-create-button{width:100%}.project-gallery-toolbar{align-items:stretch;flex-direction:column;gap:12px}.project-gallery-filters{gap:20px;overflow-x:auto}.project-grid{grid-template-columns:minmax(0,1fr)}}.project-home-page{height:100vh;overflow:hidden;color:#f5f7fb;background:#03050d}.project-home-header{position:relative;z-index:20;display:flex;align-items:center;justify-content:space-between;flex:0 0 auto;height:66px;width:calc(100% - 20px);max-width:none;margin:0 auto;padding:0 10px;box-sizing:border-box;color:#fff;background:transparent}.project-home-brand,.project-home-actions{display:flex;align-items:center}.project-home-logo{display:block;max-height:42px;filter:brightness(0) invert(1);object-fit:contain}.project-home-actions{gap:18px}.project-home-actions .point-balance{height:36px;color:#fff;font-size:17px;font-weight:700}.project-home-actions .point-balance img{width:24px;height:24px}.project-home-actions .membership-entry{height:34px;padding:0 14px;color:#ffe9a6;background:#1b192de6;border:1px solid rgba(166,130,255,.22);border-radius:999px;box-shadow:inset 0 1px #ffffff0f}.project-home-actions .membership-entry:hover{color:#fff3c5;background:#2d244cf2;border-color:#c4a4ff6b;transform:translateY(-1px)}.project-home-actions .membership-entry span{margin-top:0;color:inherit;font-size:13px;font-weight:700}.project-user-avatar{display:inline-flex;width:44px;height:44px;align-items:center;justify-content:center;padding:0;overflow:hidden;background:#ffffff1a;border:2px solid rgba(255,255,255,.26);border-radius:999px}.project-user-avatar img{width:100%;height:100%;object-fit:cover}.project-user-menu-wrap{position:relative}.project-user-trigger{display:inline-flex;align-items:center;gap:12px;min-width:0;padding:0;color:#f8f5ff;background:transparent;border:0}.project-user-trigger:hover .project-user-avatar,.project-user-trigger.is-open .project-user-avatar{border-color:#ffffff7a;box-shadow:0 0 0 4px #ffffff14}.project-user-name{max-width:132px;overflow:hidden;color:#fff;font-size:17px;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.project-user-chevron{flex:0 0 auto;color:#ffffffbd;transform:rotate(90deg);transition:transform .16s ease}.project-user-trigger.is-open .project-user-chevron{transform:rotate(-90deg)}@keyframes project-menu-pop{0%{opacity:0;transform:translateY(-8px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}.project-user-popover{position:absolute;top:calc(100% + 16px);right:0;z-index:60;display:grid;width:248px;padding:18px 0;overflow:hidden;background:#0b1020f0;border:1px solid rgba(128,145,176,.28);border-radius:18px;box-shadow:0 22px 64px #00000075,inset 0 1px #ffffff0f;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);transform-origin:86% 0;animation:project-menu-pop .17s cubic-bezier(.2,.8,.2,1)}.project-user-menu-item{display:flex;align-items:center;gap:18px;height:66px;padding:0 38px;color:#d5ddecbd;background:transparent;border:0;font-size:19px;font-weight:500;text-align:left}.project-user-menu-item.is-disabled{color:#b2bccd8a;cursor:default}.project-user-menu-item.is-danger{color:#ff5a62}.project-user-menu-item.is-danger:hover{background:#ff5a621f}.logout-confirm-panel{width:min(600px,calc(100vw - 48px));padding:28px 30px;color:#f6f8fc;background:#0a0e1bf5;border-color:#8091b047;border-radius:18px;box-shadow:0 28px 90px #0000008f,inset 0 1px #ffffff0f;-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px)}.logout-confirm-icon{color:#ff5a62;background:#ff5a621f}.logout-confirm-panel .project-delete-copy h2{color:#f8fafc;font-size:24px}.logout-confirm-panel .project-delete-copy p{color:#d5ddecbd;font-size:16px}.logout-confirm-panel .project-delete-cancel{color:#d7deea;background:#ffffff0f;border-color:#94a3b83d}.logout-confirm-panel .project-delete-cancel:hover:not(:disabled){background:#ffffff1a}.logout-confirm-panel .project-delete-confirm{color:#fff;background:#e5393f;border-color:#e5393f}.logout-confirm-panel .project-delete-confirm:hover:not(:disabled){background:#f0444a;border-color:#f0444a}.project-home-content{width:min(1760px,calc(100% - 20px));margin:40px auto 0;padding:0 0 56px;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none;background:#03050d}.project-home-content::-webkit-scrollbar{display:none}.project-home-content>.project-home-hero:first-child{display:none}.project-home-hero{position:relative;min-height:clamp(330px,39vw,455px);overflow:hidden;border-radius:18px;background:transparent;box-shadow:none}.project-home-hero-video,.project-home-hero>video,.project-home-hero-media{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;-webkit-mask-image:radial-gradient(108% 104% at 50% 50%,#000 52%,transparent 92%);mask-image:radial-gradient(108% 104% at 50% 50%,#000 52%,transparent 92%)}.project-home-hero-shade{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(112% 106% at 50% 50%,transparent 32%,rgba(3,5,13,.82) 72%,#03050d 100%),linear-gradient(#03050d29,#03050d29),linear-gradient(90deg,rgba(3,5,13,.68) 0%,transparent 58%),linear-gradient(0deg,rgba(3,5,13,.5),transparent 42%)}.project-home-hero-carousel .project-home-hero-video,.project-home-hero-carousel .project-home-hero-media{opacity:0;transition:opacity .7s ease;pointer-events:none}.project-home-hero-carousel .project-home-hero-video.is-active,.project-home-hero-carousel .project-home-hero-media.is-active{opacity:1}.project-home-hero-copy{position:absolute;top:25%;left:clamp(54px,8vw,150px);z-index:2}.project-home-hero-copy h1{margin:0;color:#f6f2ff;font-size:clamp(38px,4.1vw,68px);font-weight:850;line-height:1.22}.project-home-hero-copy h1:first-line{color:#fff}.project-home-hero-copy p{margin:22px 0 0;color:#f0eaffbd;font-size:18px}.project-home-hero-arrow{position:absolute;top:50%;z-index:3;display:grid;width:46px;height:46px;place-items:center;color:#ffffffdb;background:#ffffff1a;border:0;border-radius:999px;transform:translateY(-50%);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.project-home-hero-arrow:hover{color:#fff;background:#ffffff2b}.project-home-hero-arrow.is-left{left:18px}.project-home-hero-arrow.is-right{right:18px}.project-home-hero-dots{position:absolute;bottom:22px;left:50%;z-index:3;display:flex;gap:10px;transform:translate(-50%)}.project-home-hero-dots button{width:18px;height:6px;padding:0;background:#ffffff57;border:0;border-radius:999px}.project-home-hero-dots button.is-active{background:#b36cff}.project-home-section{margin-top:20px;padding:0 0 12px;background:transparent;border:0;border-radius:0;box-shadow:none}.project-home-section-heading{display:flex;align-items:center;justify-content:space-between;gap:20px;min-height:68px}.project-home-section-heading h2{position:relative;margin:0;padding-left:18px;color:#f6f2ff;font-size:18px;font-weight:400}.project-home-section-heading h2:before{position:absolute;top:50%;left:0;width:4px;height:22px;background:linear-gradient(180deg,#7b4dff,#d66dff);border-radius:999px;content:"";transform:translateY(-50%)}.project-home-section-tools{display:flex;align-items:center;gap:28px}.project-home-page .project-search{width:min(300px,34vw);height:42px;color:#e8e2ffad;background:#0e1122db;border:1px solid rgba(133,124,180,.2);border-radius:10px;box-shadow:none}.project-home-page .project-search:focus-within{border-color:#b074ff8c;box-shadow:0 0 0 3px #b074ff1f}.project-home-page .project-search input{color:#fff}.project-home-page .project-search input::placeholder{color:#e8e2ff7a}.project-see-all{display:inline-flex;align-items:center;gap:5px;height:36px;padding:0;color:#e8e2ffb8;background:transparent;border:0;font-size:14px}.project-see-all:hover{color:#fff}.project-home-personal-grid{display:grid;grid-template-columns:repeat(auto-fill,280px);justify-content:flex-start;gap:12px}.project-create-tile{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:18px;width:100%;height:200px;min-width:0;padding:0;overflow:hidden;color:#f5f0ff;background:radial-gradient(circle at 50% 28%,rgba(131,74,255,.16),transparent 36%),linear-gradient(145deg,#15182bf5,#0f111ff5);border:1px solid rgba(147,103,255,.08);border-radius:20px;box-shadow:inset 0 1px #ffffff09,0 16px 36px #0000003d;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.project-create-tile .project-create-icon{display:grid;width:60px;height:60px;place-items:center;color:#bd7dff;border:2px solid rgba(142,77,228,.88);border-radius:999px;box-shadow:0 0 0 1px #c79bff14,0 0 22px #864be557,inset 0 0 14px #6e3dd02e}.project-create-tile strong{color:#f0edf7;font-size:15px;font-weight:400;line-height:1.15;text-align:center;text-shadow:0 2px 12px rgba(0,0,0,.46)}.project-home-page .project-card{position:relative;min-width:0;height:200px;padding:0;overflow:hidden;background:linear-gradient(180deg,#121526fa,#0e101dfa);border:1px solid rgba(147,103,255,.08);border-radius:14px;box-shadow:inset 0 1px #ffffff09,0 16px 36px #0000003d;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.project-create-tile:hover:not(:disabled),.project-home-page .project-card:hover{border-color:#a46bff3d;box-shadow:inset 0 1px #ffffff0d,0 20px 44px #00000052;transform:translateY(-2px)}.project-create-tile:disabled{cursor:wait;opacity:.72}.project-home-page .project-cover{position:relative;display:flex;width:100%;height:124px;align-items:center;justify-content:center;overflow:hidden;color:#e8e2ff85;background:radial-gradient(circle at 50% 30%,rgba(128,91,211,.18),transparent 38%),#141729;border:0;border-radius:0}.project-home-page .project-cover:hover{box-shadow:none}.project-home-page .project-cover img{width:100%;height:100%;object-fit:cover}.project-home-page .project-cover-empty{display:flex;flex-direction:column;gap:12px;width:100%;height:100%;align-items:center;justify-content:center;padding:20px;color:#ffffff2e;font-size:0;letter-spacing:.02em}.project-home-page .project-cover-empty:before{width:52px;height:40px;background:radial-gradient(circle at 78% 25%,rgba(255,255,255,.2) 0 10%,transparent 12%),linear-gradient(135deg,transparent 48%,rgba(255,255,255,.2) 48% 52%,transparent 52%),linear-gradient(0deg,#ffffff24,#ffffff24);clip-path:polygon(0 100%,28% 45%,52% 78%,69% 56%,100% 100%);content:""}.project-home-page .project-cover-empty:after{color:#ffffff94;font-size:14px;content:"暂无封面图"}.project-home-page .project-cover-empty>span{color:#ffffff94}.project-home-page .project-cover:after{position:absolute;inset:auto 0 0;height:48%;background:linear-gradient(0deg,rgba(7,9,18,.18),transparent);content:"";pointer-events:none}.project-home-page .project-meta{position:relative;min-height:76px;padding:12px 16px;background:linear-gradient(180deg,#101221fa,#0e101dfa);grid-template-columns:minmax(0,1fr) 34px;align-items:center;gap:12px}.project-home-page .project-open strong{display:-webkit-box;margin-bottom:6px;color:#f7f2ff;font-size:14px;font-weight:400;line-height:1.2;text-shadow:0 2px 12px rgba(0,0,0,.52);-webkit-box-orient:vertical;-webkit-line-clamp:1;white-space:normal}.project-home-page .project-open span{color:#e3e1eda8;font-size:12px;font-weight:400;line-height:1.1}.project-home-page .project-more{width:36px;height:36px;align-self:center;color:#e5e0f1d1;border-radius:10px}.project-home-page .project-more:hover{color:#fff;background:#ffffff0f}.project-home-page .project-card-menu{top:auto;right:14px;bottom:54px;z-index:40;width:114px;background:#242426fa;border:1px solid rgba(255,255,255,.08);box-shadow:0 18px 44px #0000006b}.project-home-page .project-card-menu button{color:#f5f1ffe0}.project-home-page .project-card-menu button:hover{background:#ffffff14}.project-home-page .project-card-menu button.danger{color:#ffb7b7}.project-showcase-grid{display:grid;grid-template-columns:repeat(auto-fill,340px);justify-content:flex-start;gap:30px 14px}.project-showcase-card{position:relative;display:grid;gap:16px;overflow:visible;background:transparent;border:0;border-radius:0}.project-showcase-poster{position:relative;overflow:hidden;border-radius:22px}.project-showcase-poster img,.project-showcase-poster video{width:348px;height:195px;min-height:280px;object-fit:cover}.project-showcase-meta{display:grid;gap:10px;padding:0 4px;color:#fff}.project-showcase-author{display:flex;align-items:center;gap:12px}.project-showcase-avatar{display:inline-flex;width:42px;height:42px;overflow:hidden;border-radius:999px}.project-showcase-avatar img{width:100%;height:100%;min-height:0;object-fit:cover}.project-showcase-author strong{flex:1 1 auto;min-width:0;color:#fff;font-size:14px;font-weight:400;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;word-break:break-word}.project-showcase-author small{padding:2px 8px;color:#0f1717;background:#1ad7d0;border-radius:999px;font-size:10px;font-weight:400}.project-showcase-meta p{margin:0;color:#d7c198;font-size:13px;line-height:1.5}.project-home-page .project-gallery-state{min-height:180px;color:#eee8ffb8;background:#171a30c7;border:1px dashed rgba(164,126,255,.26)}.project-home-page .project-gallery-state strong{color:#fff}.project-home-page .project-list-error{width:min(1760px,calc(100% - 20px));margin:8px auto 10px;color:#ffc7ca;background:#4e1624bd;border-color:#ff809247;box-shadow:0 12px 34px #0000003d}.project-home-page .project-pagination button{color:#e8e2ffbd;background:#171a30eb;border-color:#756ca433}.project-home-page .project-pagination button:hover:not(:disabled):not(.is-active){color:#fff;background:#35275ceb}.project-home-page .project-pagination button.is-active{background:#8c5cff;border-color:#8c5cff}@media (max-width: 1280px){.project-home-personal-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.project-showcase-grid{grid-template-columns:repeat(auto-fill,minmax(348px,1fr))}}@media (max-width: 760px){.project-home-header,.project-home-content{width:calc(100% - 20px)}.project-home-header{height:auto;min-height:66px;padding:10px}.project-home-logo{width:118px}.project-home-page .project-list-error{width:calc(100% - 20px)}.project-home-actions{gap:10px}.project-user-avatar{width:38px;height:38px}.project-home-hero{min-height:310px}.project-home-hero-copy{top:26%;left:42px}.project-home-hero-copy p{font-size:14px}.project-home-section{padding:0 0 18px}.project-home-section-heading,.project-home-section-tools{align-items:stretch;flex-direction:column}.project-home-section-heading{padding:18px 0}.project-home-section-tools{gap:12px}.project-home-page .project-search{width:100%}.project-home-personal-grid,.project-showcase-grid{grid-template-columns:minmax(0,1fr)}.project-home-page .project-cover,.project-showcase-poster img,.project-showcase-poster video{width:100%}.project-home-page .project-cover{height:56vw;max-height:180px}.project-create-tile,.project-home-page .project-card{height:200px}.project-showcase-poster img,.project-showcase-poster video{height:auto;min-height:0;aspect-ratio:348 / 195}}.membership-dialog{position:fixed;top:0;right:0;bottom:0;left:0;z-index:90;display:flex;align-items:center;justify-content:center;padding:24px}.membership-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#1f1f235c;border:0;cursor:default;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.membership-panel{position:relative;z-index:1;width:min(1440px,calc(100vw - 48px));max-height:calc(100vh - 48px);padding:28px;overflow:auto;color:#171717;background:radial-gradient(circle at 82% 0%,rgba(116,71,255,.08),transparent 30%),#f8f8fa;border:1px solid rgba(17,17,17,.08);border-radius:20px;box-shadow:0 28px 100px #1d1a263d}.membership-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:24px}.membership-heading-actions{display:flex;align-items:center;gap:10px}.point-detail-entry{display:inline-flex;align-items:center;justify-content:center;gap:6px;height:38px;padding:0 14px;color:#6538dc;background:#ffffffc2;border:1px solid #d9ceff;border-radius:10px;font-size:12px;font-weight:750;box-shadow:0 5px 16px #7447ff14;transition:color .16s ease,background .16s ease,border-color .16s ease,transform .16s ease}.point-detail-entry:hover{color:#fff;background:#7447ff;border-color:#7447ff;transform:translateY(-1px)}.membership-kicker{display:inline-flex;align-items:center;gap:6px;margin-bottom:8px;color:#7042ed;font-size:12px;font-weight:750;letter-spacing:.08em}.membership-heading h2{margin:0;color:#171717;font-size:clamp(24px,2.5vw,34px);line-height:1.2;letter-spacing:-.04em}.membership-heading p{margin:9px 0 0;color:#6b6b73;font-size:14px}.membership-close{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;width:38px;height:38px;color:#595963;background:#fff;border:1px solid #e3e3e8;border-radius:10px}.membership-close:hover{color:#171717;border-color:#cacacf}.membership-panel.is-point-detail{width:min(620px,calc(100vw - 48px));height:min(760px,calc(100vh - 48px));min-height:0;padding:24px;overflow:hidden}.point-detail{display:flex;flex-direction:column;height:100%;min-height:0}.point-detail-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:24px}.point-detail-heading h2{margin:0;color:#171717;font-size:clamp(24px,2.5vw,32px);line-height:1.2;letter-spacing:-.04em}.point-detail-heading p{margin:9px 0 0;color:#6b6b73;font-size:13px}.point-detail-tabs{display:grid;grid-template-columns:repeat(3,1fr);flex:0 0 auto;margin-top:24px;padding:5px;background:#ececf0;border:1px solid #e1e1e6;border-radius:13px}.point-detail-tabs button{position:relative;min-height:42px;padding:6px 12px;color:#65656d;background:transparent;border:0;border-radius:9px;font-size:13px;font-weight:700}.point-detail-tabs button:not(:last-child):after{position:absolute;top:50%;right:-1px;width:1px;height:16px;background:#d4d4da;content:"";transform:translateY(-50%)}.point-detail-tabs button.is-active{color:#fff;background:#7447ff;box-shadow:0 5px 16px #7447ff3d}.point-detail-tabs button.is-active:after{display:none}.point-detail-list{display:grid;align-content:start;gap:10px;min-height:0;margin:14px -5px 0 0;padding-right:5px;overflow-y:auto;scrollbar-color:#cfc5ef transparent;scrollbar-width:thin}.point-detail-record{display:flex;align-items:center;justify-content:space-between;gap:18px;min-height:76px;padding:14px 16px;background:#fff;border:1px solid #e7e7ec;border-radius:12px;box-shadow:0 6px 18px #1f1f2309}.point-detail-record>div{display:grid;gap:5px;min-width:0}.point-detail-record strong{color:#303036;font-size:13px;line-height:1.3}.point-detail-record span{color:#85858e;font-size:12px}.point-detail-record b{flex:0 0 auto;color:#7151c7;font-size:15px;font-weight:700}.point-detail-record b.is-income{color:#7447ff}.point-detail-empty{display:flex;align-items:center;justify-content:center;flex:1;flex-direction:column;min-height:310px;color:#777780;text-align:center}.point-detail-empty>span{display:inline-flex;align-items:center;justify-content:center;width:68px;height:68px;margin-bottom:16px;color:#7447ff;background:#f0ebff;border:1px solid #ded3ff;border-radius:22px;box-shadow:0 10px 28px #7447ff1f}.point-detail-empty strong{color:#424249;font-size:14px}.point-detail-empty p{margin:7px 0 0;color:#9a9aa2;font-size:12px}.point-detail-footer{display:flex;align-items:center;justify-content:center;flex:0 0 auto;gap:6px;margin-top:14px;padding-top:18px;color:#92929a;border-top:1px solid #e8e8ec;font-size:12px}.point-detail-footer button{padding:0;color:#7042ed;background:transparent;border:0;font-size:12px;font-weight:700}.point-detail-footer button:hover{color:#5123c8;text-decoration:underline}.membership-cycle-tabs{display:grid;grid-template-columns:repeat(2,1fr);width:min(620px,100%);margin:25px auto 24px;padding:5px;background:#ececf0;border:1px solid #e1e1e6;border-radius:13px}.membership-cycle-tabs button{display:flex;align-items:center;justify-content:center;gap:7px;min-height:42px;padding:6px 12px;color:#65656d;background:transparent;border:0;border-radius:9px;font-size:13px}.membership-cycle-tabs button small{color:#8d8d95;font-size:11px}.membership-cycle-tabs button.is-active{color:#fff;background:#7447ff;box-shadow:0 5px 16px #7447ff3d}.membership-cycle-tabs button.is-active small{color:#ffffffb8}.membership-plan-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}.membership-plan{position:relative;min-width:0;padding:22px 18px 18px;background:#fff;border:1px solid #e4e4e9;border-radius:15px;box-shadow:0 8px 24px #1f1f230a;cursor:pointer;outline:0;transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}.membership-plan:hover,.membership-plan:focus-visible{border-color:#c8b9fb;box-shadow:0 14px 34px #7447ff1a;transform:translateY(-2px)}.membership-plan.is-recommended{border-color:#e4e4e9;box-shadow:0 8px 24px #1f1f230a}.membership-plan.is-selected{border-color:#7447ff;box-shadow:0 0 0 2px #7447ff1f,0 16px 38px #7447ff26}.membership-recommendation{position:absolute;top:0;left:18px;height:24px;padding:0 9px;color:#fff;background:#7447ff;border-radius:0 0 8px 8px;font-size:10px;font-weight:750;line-height:24px}.membership-plan-top{position:relative;display:block;min-height:68px;padding-right:90px}.membership-plan-top>div{min-width:0;padding-top:8px}.membership-plan-icon-wrap{position:absolute;top:-25px;right:-16px;display:flex;align-items:center;justify-content:center;width:108px;height:104px;overflow:visible;background:transparent;border:0;pointer-events:none}.membership-plan-icon-basic{background:transparent;border:0}.membership-plan-icon{width:106px;height:106px;flex:0 0 auto;object-fit:contain}.membership-plan h3{margin:0;color:#202024;font-size:16px}.membership-plan-top p{margin:4px 0 0;color:#8a8a92;font-size:11px}.membership-price{display:flex;align-items:baseline;min-height:48px;margin-top:4px;color:#171717}.membership-price>span{margin-right:3px;color:#7447ff;font-size:15px;font-weight:750}.membership-price strong{font-size:36px;line-height:1;letter-spacing:-.06em}.membership-price em{margin-left:8px;color:#ff3b30;font-size:14px;font-style:normal;font-weight:800;line-height:1;white-space:nowrap}.membership-price small{margin-left:6px;color:#777780;font-size:11px}.membership-price-note{height:22px;color:#9a9aa2;font-size:11px}.membership-price-note span:first-child{text-decoration:line-through;text-decoration-color:#bdbdc3}.membership-select{width:100%;height:39px;margin:12px 0 16px;color:#5d36ce;background:#f2edff;border:1px solid #d9ceff;border-radius:9px;font-size:12px;font-weight:750}.membership-select:hover{color:#fff;background:#7447ff;border-color:#7447ff}.membership-plan.is-selected .membership-select{color:#fff;background:#7447ff;border-color:#7447ff;box-shadow:0 5px 14px #7447ff33}.membership-package-summary{display:flex;flex-direction:column;justify-content:center;gap:3px;min-height:58px;margin-bottom:15px;padding:9px 11px;color:#484850;background:#fafafd;border:1px solid #d8d2e8;border-radius:9px;font-size:11px;font-weight:600;line-height:1.35}.membership-package-summary span{display:block}.membership-plan ul{display:grid;gap:10px;margin:0;padding:0;color:#66666e;font-size:11px;line-height:1.35;list-style:none}.membership-plan li{display:flex;align-items:flex-start;gap:7px}.membership-plan li svg{flex:0 0 auto;color:#7447ff}@media (max-width: 800px){.membership-dialog{padding:10px}.membership-panel{width:calc(100vw - 20px);max-height:calc(100vh - 20px);padding:20px 14px;border-radius:16px}.membership-panel.is-point-detail{width:calc(100vw - 20px);height:calc(100vh - 20px);min-height:0;padding:20px 14px}.membership-heading-actions{gap:6px}.point-detail-entry{width:38px;padding:0;font-size:0}.point-detail{height:100%}.point-detail-record{min-height:72px;padding:13px 14px}.membership-cycle-tabs button{gap:2px;flex-direction:column}.membership-plan-grid{grid-template-columns:1fr}}@media (min-width: 801px) and (max-width: 1180px){.membership-plan-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.membership-dialog{color:#f8f4ff}.membership-backdrop{background:#02040db8;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.membership-panel{color:#f8f4ff;background:radial-gradient(circle at 16% 0%,rgba(145,87,255,.25),transparent 30%),radial-gradient(circle at 88% 8%,rgba(68,122,255,.14),transparent 28%),#090c1bfa;border-color:#a58bff38;box-shadow:0 34px 120px #0000008c}.membership-kicker{color:#c99aff}.membership-heading h2,.point-detail-heading h2,.membership-plan h3,.point-detail-record strong,.point-detail-empty strong{color:#fff}.membership-heading p,.point-detail-heading p,.membership-plan-top p,.membership-price small,.membership-price-note,.membership-plan ul,.point-detail-record span,.point-detail-empty p,.point-detail-footer{color:#eee8ffa3}.membership-close,.point-detail-entry{color:#f6f2ffdb;background:#171a30e6;border-color:#a58bff33}.membership-close:hover,.point-detail-entry:hover{color:#fff;background:#52368ef0;border-color:#ca9aff73}.membership-cycle-tabs,.point-detail-tabs{background:#101326eb;border-color:#a58bff2e}.membership-cycle-tabs button,.point-detail-tabs button{color:#eee8ffad}.membership-cycle-tabs button small{color:#eee8ff7a}.membership-cycle-tabs button.is-active,.point-detail-tabs button.is-active{color:#fff;background:linear-gradient(135deg,#7c4dff,#b66cff);box-shadow:0 8px 22px #8e5cff57}.membership-plan,.point-detail-record{background:#14182df5;border-color:#a58bff29;box-shadow:0 12px 32px #0000002e}.membership-plan:hover,.membership-plan:focus-visible{border-color:#ca9aff80;box-shadow:0 18px 44px #6740c438}.membership-plan.is-recommended{border-color:#ffda8557}.membership-plan.is-selected{border-color:#b66cff;box-shadow:0 0 0 2px #b66cff2e,0 22px 48px #6740c447}.membership-recommendation{color:#2b1a00;background:linear-gradient(135deg,#ffd778,#ff9f6e)}.membership-price{color:#fff}.membership-price>span,.membership-plan li svg,.point-detail-record b,.point-detail-record b.is-income,.point-detail-footer button{color:#c99aff}.membership-price em{color:#ffca7a}.membership-select{color:#f6f2ff;background:#8256ff2e;border-color:#be90ff47}.membership-select:hover,.membership-plan.is-selected .membership-select{color:#fff;background:linear-gradient(135deg,#7c4dff,#b66cff);border-color:transparent;box-shadow:0 8px 22px #8e5cff47}.membership-package-summary{color:#f8f4ffe0;background:#090c1bad;border-color:#a58bff2e}.point-detail-empty>span{color:#c99aff;background:#8256ff29;border-color:#be90ff42}.point-detail-footer{border-top-color:#a58bff24}.loading-frame-container{display:flex;align-items:center;justify-content:center}.loading-frame-box{overflow:hidden;border-radius:10px}.loading-frame-animation{display:block;width:100%;height:100%;object-fit:contain;pointer-events:none}.floating-select{position:relative;display:inline-flex}.floating-select-trigger{display:inline-flex;align-items:center;padding:0;color:inherit;background:transparent;border:0}.floating-select-dropdown{position:absolute;left:0;z-index:40;width:360px;padding:7px;background:#2b2b2bfa;border:1px solid rgba(255,255,255,.12);border-radius:16px;box-shadow:0 24px 80px #00000061;transform-origin:top left}.floating-select-dropdown.up{bottom:44px}.floating-select-dropdown.down{top:44px}.floating-select-option{display:flex;align-items:center;gap:10px;width:100%;min-height:52px;padding:8px 10px;color:#f1f1f1;background:transparent;border:0;border-radius:12px;text-align:left}.floating-select-option.is-active,.floating-select-option:not(:disabled):hover{background:#ffffff17}.floating-select-option:disabled{color:#777;cursor:not-allowed;opacity:.55}.floating-select-option:disabled .floating-select-option-icon{background:#ffffff08}.floating-select-option:disabled .floating-select-option-copy small,.floating-select-option:disabled .floating-select-option-meta{color:#777}.floating-select-option-icon{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;width:32px;height:32px;background:#ffffff1a;border-radius:9px}.floating-select-option-icon img{display:block;width:20px;height:20px;filter:brightness(0) invert(1);opacity:.9;object-fit:contain}.floating-select-option-copy{display:flex;flex:1;flex-direction:column;gap:2px;min-width:0}.floating-select-option-copy strong{font-size:14px;line-height:1.15}.floating-select-option-copy small{color:#a5a5a5;font-size:12px}.floating-select-option-meta{flex:0 0 auto;padding:2px 7px;color:#bdbdbd;background:#ffffff14;border-radius:7px;font-size:12px}@keyframes floating-select-down{0%{opacity:0;transform:translateY(-8px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes floating-select-up{0%{opacity:0;transform:translateY(8px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}
