:root{--bg:#f3f6fb;--surface:#fff;--surface-soft:#f6f8fc;--surface-2:#eaf0fb;--line:#d6deeb;--line-strong:#b8c7df;--text:#152033;--muted:#66738e;--primary:#2f63ff;--primary-strong:#224fd2;--danger:#cb3f31;--success:#157a4c;--shadow:0 16px 34px #25385a14;--radius-lg:18px;--radius-md:12px;--radius-sm:10px;--result-card-min:220px;--result-card-single-max:320px}*,:before,:after{box-sizing:border-box}*{min-width:0}html,body{width:100%;min-height:100%;color:var(--text);letter-spacing:0;background:radial-gradient(circle at 0 0,#fff 0%,#f7faff 28%,#eef3fb 100%);margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Microsoft YaHei,sans-serif;overflow-x:hidden}img,svg,video,canvas{max-width:100%}button,textarea,select,input{font:inherit}button{cursor:pointer}.app-shell{width:min(100%,480px);margin:0 auto;padding:14px 14px 24px}@supports (padding:max(0px)){.app-shell{padding-right:max(14px, env(safe-area-inset-right));padding-left:max(14px, env(safe-area-inset-left));padding-top:max(14px, env(safe-area-inset-top))}}.topbar{gap:14px;margin-bottom:16px;display:grid}.topbar-brand{text-align:center}.topbar-brand h1{margin:0;font-size:26px;font-weight:800;line-height:1.2}.topbar-brand p{color:var(--muted);margin:8px 0 0;font-size:14px;line-height:1.45}.topbar-actions{justify-content:center;align-items:center;display:flex}.topbar-meta{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.top-chip{border:1px solid var(--line);background:var(--surface);height:30px;color:var(--muted);border-radius:999px;align-items:center;padding:0 10px;font-size:12px;font-weight:700;display:inline-flex}.top-chip-live{color:#1f56ee;background:#edf3ff;border-color:#c9d9ff}.top-chip-action{color:var(--primary-strong);background:linear-gradient(#fff 0%,#eef3ff 100%);border-color:#b9caf2;min-width:0;padding-inline:12px}@media (max-width:560px){.topbar-actions{justify-content:center;width:100%}.topbar-meta{justify-content:center}.selected-result-section{min-height:0}.selected-result-body,.generating-result{min-height:300px}.selected-result-image{min-height:0;max-height:none}.selected-result-image img{max-height:360px}.prompt-library-modal{place-items:end stretch;padding:0}.prompt-library-dialog{border-radius:18px 18px 0 0;width:100%;max-height:92vh}.prompt-library-dialog .prompt-library-section{max-height:92vh}.prompt-library-scroll-body{padding:14px 16px 16px}}.workspace{width:100%}.generator,.creator-pane{gap:14px;display:grid}.creator-scroll{gap:14px;min-height:0;display:grid}.surface,.result-section{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow)}.surface{padding:14px}.section-title{margin:0;font-size:15px;font-weight:500;line-height:1.3}.mode-tabs,.member-tabs{background:var(--surface-2);border-radius:12px;grid-template-columns:1fr 1fr;gap:6px;padding:4px;display:grid}.mode-tabs{grid-template-columns:repeat(3,minmax(0,1fr))}.mode-tab,.member-tab{min-height:44px;color:var(--muted);background:0 0;border:1px solid #0000;border-radius:10px;font-size:15px;font-weight:700}.mode-tab{padding-inline:6px}.mode-tab.is-active,.member-tab.is-active{color:var(--primary);background:#fff;border-color:#b8cbff}.textarea-shell{margin-top:10px;position:relative}.textarea-shell textarea{border:1px solid var(--line);border-radius:var(--radius-md);width:100%;min-height:156px;color:var(--text);resize:none;background:#fff;outline:none;padding:12px 12px 34px;font-size:15px;line-height:1.5}.textarea-shell textarea::placeholder,.auth-field input::placeholder{color:#8f99ac}.textarea-shell.is-reference-preparing textarea,.textarea-shell.is-reference-ready textarea{background:linear-gradient(#fff 0%,#f8fbff 100%);border-color:#9ab5ff;box-shadow:0 0 0 3px #4a75ff1a}.textarea-shell.is-reference-preparing textarea::placeholder{color:#3867d8;font-weight:800}.textarea-shell.is-reference-ready textarea{border-color:#ff8fbd;animation:1.8s ease-in-out 2 referenceReadyPulse;box-shadow:0 0 0 3px #ff6fa829,0 10px 24px #ff6fa81f}.textarea-shell.is-reference-ready textarea::placeholder{color:#d93178;font-weight:900}.prompt-counter{color:var(--muted);font-size:12px;line-height:1;position:absolute;bottom:10px;right:10px}.follow-stack{grid-template-columns:1fr;align-items:stretch;gap:0;margin-top:8px;display:grid}.qr-card{border:1px solid var(--line);background:linear-gradient(180deg, #fff 0%, var(--surface-soft) 100%);color:inherit;text-align:left;border-radius:10px;grid-template-columns:68px minmax(0,1fr);align-self:stretch;place-items:center stretch;gap:10px;width:100%;min-height:86px;padding:8px 10px;display:grid}.qr-card img{object-fit:cover;border-radius:8px;justify-self:center;width:68px;height:68px}.qr-copy{text-align:left;white-space:normal;overflow-wrap:anywhere;word-break:break-word;min-width:0;max-width:100%;display:block}.qr-copy strong{font-size:14px;font-weight:700;line-height:1.25;display:block}.qr-copy small{color:var(--muted);margin-top:2px;font-size:12px;line-height:1.25;display:block}.upload-panel{gap:10px;display:grid}.upload-drop{border-radius:var(--radius-md);background:#f4f8ff;border:1px dashed #aac0ed;grid-template-columns:minmax(0,1fr) 68px;align-items:center;gap:12px;height:92px;min-height:92px;padding:12px;display:grid;position:relative;overflow:hidden}.upload-drop.has-preview{grid-template-columns:1fr;justify-items:center}.upload-drop input{opacity:0;cursor:pointer;position:absolute;inset:0}.upload-copy[hidden],.upload-drop.has-preview .upload-copy{display:none!important}.upload-copy strong{font-size:15px;display:block}.upload-copy small{color:var(--muted);margin-top:4px;font-size:12px;display:block}.upload-preview{object-fit:cover;border:1px solid var(--line);border-radius:10px;grid-area:1/2;place-self:center end;width:68px;height:68px;max-height:none;margin:0}.upload-drop.has-preview .upload-preview{grid-column:1;justify-self:center}.upload-clear{color:#bb3329;background:#fff5f4;border:1px solid #f2c4c0;border-radius:10px;height:36px;font-size:13px;font-weight:700}.size-list{scrollbar-width:thin;gap:10px;margin-top:10px;padding-bottom:2px;display:flex;overflow-x:auto}.size-option{border:1px solid var(--line);width:80px;height:74px;color:var(--muted);background:#fff;border-radius:12px;flex:0 0 80px;align-content:center;justify-items:center;gap:8px;font-size:12px;font-weight:500;display:grid}.size-option.is-active{color:#1c4fdf;background:#edf3ff;border-color:#8caeff}.size-shape{opacity:.85;border:2px solid;border-radius:4px}.shape-square{width:22px;height:22px}.shape-wide{width:28px;height:18px}.shape-tall{width:17px;height:26px}.shape-auto{border-style:dashed;border-radius:50%;width:24px;height:24px;position:relative}.shape-auto:after{content:"";background:currentColor;border-radius:50%;position:absolute;inset:6px}.quantity-section{gap:10px;display:grid}.quantity-head{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.quantity-cost-hint{color:#d93178;white-space:nowrap;font-size:12px;font-weight:500}.quantity-list{grid-template-columns:repeat(10,minmax(0,1fr));gap:6px;display:grid}.quantity-option{border:1px solid var(--line);height:34px;color:var(--muted);background:#fff;border-radius:10px;font-size:13px;font-weight:500}.quantity-option.is-active{color:#d93178;background:linear-gradient(#fff7fb 0%,#ffeaf4 100%);border-color:#ff8fbd;box-shadow:0 8px 18px #ff6fa824}.submit-wrap{gap:8px;display:grid}.generate-btn,.auth-submit{color:#fff;background:linear-gradient(120deg,#2c58ff,#3970ff);border:0;border-radius:12px;height:50px;font-size:16px;font-weight:800}.generate-btn{justify-content:center;align-items:center;padding:0 18px;display:flex;position:relative}.generate-btn #generateBtnText{white-space:nowrap;position:absolute;left:50%;transform:translate(-50%)}.generate-cost{display:none}.theme-toggle{width:30px;height:30px;color:var(--text);box-shadow:none;background:0 0;border:0;border-radius:8px;flex:none;place-items:center;padding:0;display:grid;position:relative}.theme-toggle:before{display:none}.theme-toggle span{z-index:1;justify-content:center;align-items:center;font-size:21px;font-weight:900;line-height:1;display:inline-flex;position:relative}.theme-toggle:hover{background:#2f63ff14}.generate-btn:disabled,.member-action:disabled{opacity:.56;cursor:not-allowed}.status-message,.auth-status{min-height:18px;color:var(--muted);margin:0;font-size:13px;line-height:1.35}.status-message.is-success,.auth-status.is-success{color:var(--success)}.status-message.is-error,.auth-status.is-error{color:var(--danger)}.result-pane{gap:14px;display:grid}.result-section{padding:12px}.prompt-library-section{min-height:560px}.prompt-library-head{align-items:flex-start}.prompt-library-head p{color:var(--muted);margin:4px 0 0;font-size:12px;line-height:1.4}.prompt-library-tools{gap:10px;margin-bottom:12px;display:grid}.prompt-library-search input{border:1px solid var(--line);width:100%;height:42px;color:var(--text);background:#fff;border-radius:10px;outline:none;padding:0 12px}.prompt-category-row{gap:8px;padding-bottom:2px;display:flex;overflow-x:auto}.prompt-category-chip{border:1px solid var(--line);min-height:32px;color:var(--muted);white-space:nowrap;background:#fff;border-radius:999px;flex:none;padding:0 10px;font-size:12px;font-weight:700}.prompt-category-chip.is-active{color:var(--primary-strong);background:#edf3ff;border-color:#b8cbff}.prompt-library-grid{gap:12px;display:grid}.prompt-card{border:1px solid var(--line);border-radius:var(--radius-md);background:#fff;display:grid;overflow:hidden}.prompt-card-image{aspect-ratio:4/3;background:#e9effb;position:relative;overflow:hidden}.prompt-card-image img{object-fit:cover;width:100%;height:100%;display:block}.prompt-card-badge{color:#fff;text-overflow:ellipsis;white-space:nowrap;background:#152033c7;border-radius:999px;max-width:calc(100% - 16px);padding:4px 8px;font-size:11px;font-weight:700;position:absolute;top:8px;left:8px;overflow:hidden}.prompt-card-body{gap:9px;padding:12px;display:grid}.prompt-card-body h3{margin:0;font-size:15px;line-height:1.35}.prompt-card-meta{flex-wrap:wrap;gap:6px;display:flex}.prompt-card-meta span{border:1px solid var(--line);background:var(--surface-soft);color:var(--muted);border-radius:999px;padding:3px 7px;font-size:11px;font-weight:700}.prompt-card-meta .prompt-size-chip{color:var(--primary-strong);background:#edf3ff;border-color:#b8cbff}.prompt-card-preview{min-height:76px;color:var(--muted);-webkit-line-clamp:4;-webkit-box-orient:vertical;margin:0;font-size:13px;line-height:1.45;display:-webkit-box;overflow:hidden}.prompt-card-actions{grid-template-columns:minmax(0,1fr) auto;gap:8px;display:grid}.prompt-card-actions button,.prompt-library-pager button,.prompt-library-empty button{border:1px solid var(--line);border-radius:10px;min-height:38px;padding:0 12px;font-size:13px;font-weight:800}.prompt-use-btn{background:var(--primary);border-color:var(--primary);color:#fff}.prompt-copy-btn,.prompt-library-pager button,.prompt-library-empty button{color:var(--primary-strong);background:#fff}.prompt-library-pager{border-top:1px solid var(--line);justify-content:center;align-items:center;gap:10px;margin-top:14px;padding-top:12px;display:flex}.prompt-library-pager button:disabled{cursor:not-allowed;opacity:.45}.prompt-library-pager span{text-align:center;min-width:52px;color:var(--muted);font-size:13px;font-weight:800}.prompt-library-empty{color:var(--muted);text-align:center;justify-items:center;gap:10px;padding:36px 12px;display:grid}.prompt-library-empty p{margin:0}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.result-head,.member-card-head{justify-content:space-between;align-items:center;gap:10px;margin-bottom:10px;display:flex}.result-head h2,.member-card-head h3{margin:0;font-size:15px}.head-count{border:1px solid var(--line);background:var(--surface-soft);min-width:26px;height:24px;color:var(--muted);border-radius:999px;justify-content:center;align-items:center;padding:0 7px;font-size:12px;font-weight:500;display:inline-flex}.task-list{gap:10px;display:grid}.task-card{border:1px solid var(--line);border-radius:var(--radius-md);background:var(--surface-soft);padding:10px}.task-header{justify-content:space-between;align-items:flex-start;gap:8px;display:flex}.task-title{gap:4px;display:grid}.task-title strong{font-size:14px}.task-title span{color:var(--muted);font-size:12px}.status-badge{color:#315ea7;background:#e7eefb;border-radius:999px;flex:none;justify-content:center;align-items:center;min-width:58px;height:24px;padding:0 8px;font-size:11px;font-weight:700;display:inline-flex}.status-badge.is-completed{color:var(--success);background:#e6f7ee}.status-badge.is-failed{color:var(--danger);background:#fff0ef}.task-prompt{margin:10px 0 0;font-size:13px;line-height:1.45}.task-progress{background:#dfe7f6;border-radius:999px;height:6px;margin-top:10px;overflow:hidden}.task-progress span{background:linear-gradient(90deg,#3a68ff,#6990ff);width:0;height:100%;display:block}.task-message{color:var(--muted);margin:10px 0 0;font-size:12px;line-height:1.45}.task-message.is-error{color:var(--danger)}.gallery-grid{grid-template-columns:1fr;gap:10px;display:grid}.gallery-card{border:1px solid var(--line);border-radius:var(--radius-md);background:#fff;overflow:hidden}.gallery-thumb{aspect-ratio:1;object-fit:cover;background:#e9effb;width:100%;display:block}.gallery-info{gap:7px;padding:9px;display:grid}.gallery-info p{color:var(--muted);margin:0;font-size:12px;line-height:1.4}.task-actions{gap:8px;display:flex}.task-actions button,.task-actions a{border:1px solid var(--line);background:var(--surface-soft);color:#2b3956;border-radius:8px;flex:1 1 0;justify-content:center;align-items:center;height:34px;font-size:12px;font-weight:700;text-decoration:none;display:inline-flex}.task-actions .btn-primary{color:#254fd0;background:#eaf0ff;border-color:#95b0f7}.empty-record{border:1px dashed var(--line-strong);border-radius:var(--radius-md);color:var(--muted);text-align:center;margin:0;padding:14px;font-size:13px}.record-pane{display:none}.mobile-record-button{border:1px solid var(--line);width:100%;min-height:42px;color:var(--text);background:#fff;border-radius:10px;justify-content:space-between;align-items:center;gap:10px;margin-top:10px;padding:0 12px;font-size:14px;font-weight:500;display:flex}.mobile-record-button strong{background:var(--surface-soft);min-width:28px;height:24px;color:var(--muted);border-radius:999px;justify-content:center;align-items:center;font-size:12px;display:inline-flex}.record-panel{padding:12px}.record-head,.record-sheet-head{justify-content:space-between;align-items:flex-start;gap:10px;margin-bottom:10px;display:flex}.record-head h2,.record-sheet-head h2{margin:0;font-size:18px;font-weight:500;line-height:1.25}.record-head p,.record-sheet-head p,.selected-result-head p{color:var(--muted);margin:5px 0 0;font-size:12px;line-height:1.4}.record-tools{gap:6px;margin-bottom:8px;display:flex}.record-tool{border:1px solid var(--line);color:#2b3956;white-space:nowrap;background:#fff;border-radius:7px;min-height:26px;padding:0 8px;font-size:12px;font-weight:500;line-height:1.2}.record-tool:disabled{cursor:not-allowed;color:#a3adbf;background:#f2f4f8}.record-delete.is-ready{color:#d9366b;background:#fff0f6;border-color:#ff9fbd}.record-list{gap:6px;display:grid}.record-card{border-radius:var(--radius-md);text-align:left;background:#f8fbfa;border:1px solid #d6e0df;grid-template-columns:20px 40px minmax(0,1fr);align-items:start;gap:7px;width:100%;padding:7px;transition:transform .18s,border-color .18s,background .18s,box-shadow .18s;display:grid;box-shadow:0 6px 14px #1f31520a}.record-card.is-active{background:#f0fbf8;border-color:#22a493;box-shadow:0 0 0 2px #22a4931f,0 10px 20px #1f31520f}.record-card.is-checked{background:#fff8fb;border-color:#ff9fbd}.record-check{border:1px solid var(--line);color:#d9366b;background:#fff;border-radius:999px;justify-content:center;align-items:center;width:19px;height:19px;font-size:13px;font-weight:600;line-height:1;display:inline-flex}.record-card.is-checked .record-check{background:#ffe5ee;border-color:#ff85ad}.record-thumb{background:#edf2f2;border-radius:8px;place-items:center;width:40px;height:40px;display:grid;overflow:hidden}.record-thumb img{object-fit:cover;width:100%;height:100%;display:block}.record-thumb-pulse{background:#2f63ff2e;border-radius:999px;width:28px;height:28px;position:relative}.record-thumb-pulse:after{content:"";border-radius:inherit;background:var(--primary);animation:1.4s ease-in-out infinite pulse-dot;position:absolute;inset:7px}.record-thumb-empty{color:var(--muted);font-size:12px;font-weight:500}.record-card-body{grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:4px 6px;min-width:0;display:grid}.record-card-body h3{white-space:nowrap;color:#111827;max-width:6.4em;margin:0;font-size:13px;font-weight:400;line-height:1.35;display:block;overflow:hidden}.record-card-lines{text-align:right;grid-area:1/2/span 3;justify-items:end;gap:2px;font-size:11px;line-height:1.32;display:grid}.record-card-line{white-space:nowrap;margin:0;overflow:hidden}.record-card-status-line{justify-content:flex-end;align-items:center;gap:4px;font-weight:400;display:inline-flex}.record-card-duration-line{justify-content:flex-end;align-items:center;gap:4px;display:inline-flex}.record-card-time-line{color:#4b5563;font-weight:400}.record-stat{border-radius:7px;justify-content:center;align-items:center;min-height:20px;padding:2px 7px;font-weight:400;line-height:1.2;display:inline-flex}.record-stat-success{color:#1d63d8;background:#eaf3ff}.record-stat-failed{color:#e23c4f;background:#fff0f2}.record-stat-count{color:#344054;background:#eef2f4}.record-stat-duration{color:#2b9b19;background:#ecffe4}.record-card-meta{white-space:nowrap;flex-wrap:nowrap;grid-area:1/2;justify-content:flex-end;align-items:center;gap:4px;display:flex}.record-card-meta span{color:#315ea7;background:#eef3ff;border-radius:999px;padding:2px 7px;font-size:12px;line-height:1.3}.record-card-meta .record-status{color:#1a6f55;background:#e8f7ef}.record-card.is-failed .record-card-meta .record-status{color:var(--danger);background:#fff0ef}.record-card-time{color:var(--muted);text-align:right;white-space:nowrap;grid-area:2/2;margin:0;font-size:12px;line-height:1.35}.record-progress{background:#dfe7f6;border-radius:999px;grid-column:1/-1;height:5px;overflow:hidden}.record-progress span{border-radius:inherit;background:linear-gradient(90deg,#1b8b7e,#51c8b4);width:0;height:100%;display:block}.selected-result-section{min-height:0}.selected-result-head{align-items:flex-start}.result-status-count{min-width:56px}.selected-result-head h2{font-size:18px;font-weight:500;line-height:1.25}.selected-result-body{min-height:0;display:grid}.result-empty-state{border-radius:var(--radius-md);color:#9aa4ae;text-align:center;background:linear-gradient(#fff 0%,#fbfcfd 100%);border:1px dashed #c8d2dc;align-content:center;justify-items:center;gap:10px;height:100%;min-height:360px;padding:30px 18px;display:grid}.result-empty-state strong{color:#9aa4ae;font-size:16px;font-weight:500;line-height:1.35}.result-empty-state p{color:#b0b8c1;margin:0;font-size:13px;line-height:1.45}.result-empty-icon{opacity:.58;border:4px solid;border-radius:9px;width:52px;height:42px;margin-bottom:4px;position:relative}.result-empty-icon:before{content:"";border:4px solid;border-radius:999px;width:9px;height:9px;position:absolute;top:7px;right:7px}.result-empty-icon:after{content:"";transform-origin:0 100%;border-bottom:4px solid;border-left:4px solid;width:30px;height:18px;position:absolute;bottom:7px;left:7px;transform:skew(-22deg)rotate(-4deg)}.result-empty-crack{width:18px;height:28px;position:absolute;top:4px;left:25px}.result-empty-crack:before,.result-empty-crack:after{content:"";background:currentColor;border-radius:999px;width:4px;position:absolute}.result-empty-crack:before{height:28px;top:0;left:7px;transform:rotate(20deg)}.result-empty-crack:after{transform-origin:top;height:15px;top:9px;left:12px;transform:rotate(-44deg)}.selected-result-gallery{grid-template-columns:repeat(auto-fit, minmax(min(100%, var(--result-card-min)), 1fr));justify-content:stretch;place-items:start stretch;gap:10px;display:grid}.selected-result-gallery.is-single{grid-template-columns:minmax(0, min(100%, var(--result-card-single-max)));justify-content:start}.selected-result-card{border:1px solid var(--line);border-radius:var(--radius-md);background:#fff;gap:10px;width:100%;max-width:none;padding:10px;display:grid;box-shadow:0 10px 24px #1f31520f}.selected-result-gallery.is-single .selected-result-card{max-width:var(--result-card-single-max)}.generating-result-card{width:100%}.selected-result-card-head{justify-content:space-between;align-items:center;gap:10px;min-height:24px;display:flex}.selected-result-card-head strong{color:var(--text);font-size:14px;font-weight:400;line-height:1.3}.selected-result-card-head span{color:#315ea7;background:#eef3ff;border-radius:999px;padding:3px 8px;font-size:12px;font-weight:400;line-height:1.2}.selected-result-image{border:1px solid var(--line);border-radius:var(--radius-md);aspect-ratio:4/3;background:#eef3f8;place-items:center;width:100%;display:grid;overflow:hidden}.selected-result-image img{object-fit:contain;cursor:zoom-in;width:100%;height:100%;max-height:none;display:block}.result-image-switcher{gap:8px;display:flex;overflow-x:auto}.result-image-switcher:empty{display:none}.result-image-switcher button{background:#fff;border:2px solid #0000;border-radius:8px;flex:0 0 54px;width:54px;height:54px;padding:0;overflow:hidden}.result-image-switcher button.is-active{border-color:#1b8b7e}.result-image-switcher img{object-fit:cover;width:100%;height:100%;display:block}.selected-result-meta{gap:4px;min-height:19px;display:grid}.selected-result-meta p{color:var(--muted);margin:0;font-size:13px;line-height:1.45}.selected-result-actions,.modal-image-actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.selected-result-actions a,.selected-result-actions button,.modal-image-actions a,.modal-image-actions button{border:1px solid var(--line);color:#2b3956;background:#fff;border-radius:10px;justify-content:center;align-items:center;min-height:40px;font-size:14px;font-weight:500;text-decoration:none;display:inline-flex}.selected-result-actions a,.modal-image-actions a{color:#254fd0;background:#eaf0ff;border-color:#95b0f7}.result-ad-card{position:relative}.result-ad-card-no-image{align-content:center;min-height:180px}.result-ad-card-no-image .result-ad-meta p{white-space:normal;text-align:center}.result-ad-card-head{justify-content:center;min-height:24px;padding:0 30px;position:relative}.result-ad-card-head strong{text-align:center;width:100%}.result-ad-close{border:1px solid var(--line);background:var(--surface-soft);width:24px;height:24px;color:var(--muted);border-radius:999px;justify-content:center;align-items:center;padding:0;font-size:18px;line-height:1;display:inline-flex;position:absolute;top:50%;right:0;transform:translateY(-50%)}.result-ad-image img{cursor:default}.result-ad-meta p{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.result-ad-actions{grid-template-columns:1fr}.result-ad-actions a{color:#fff;background:#ff4f8b;border-color:#ff4f8b;width:100%;box-shadow:0 8px 18px #ff4f8b38}.generating-result{border:1px dashed var(--line-strong);border-radius:var(--radius-md);text-align:center;background:linear-gradient(#fff 0%,#f4f8ff 100%);align-content:center;justify-items:center;gap:14px;width:min(100%,430px);min-height:300px;padding:24px;display:grid;overflow:hidden}.generating-visual{aspect-ratio:4/3;background:linear-gradient(135deg,#eaf0ff,#edf9f5 52%,#fff5ea);border:1px solid #b8c7dfb3;border-radius:14px;place-items:center;width:min(100%,320px);display:grid;position:relative;overflow:hidden}.generating-result-card .generating-visual{aspect-ratio:4/3;border-radius:10px;width:100%;min-height:0}.generating-glow,.generating-scan{position:absolute;inset:0}.generating-glow{background:radial-gradient(circle at 30% 30%,#2f63ff38,#0000 30%),radial-gradient(circle at 70% 60%,#1b8b7e33,#0000 32%);animation:2.4s ease-in-out infinite breathing-glow}.generating-scan{background:linear-gradient(90deg,#0000,#ffffffc7,#0000);width:38%;animation:1.8s ease-in-out infinite scan-light;transform:skew(-12deg)translate(-120%)}.generating-visual-text{z-index:1;color:#10243f;text-align:center;text-shadow:0 1px #ffffffb8;font-size:15px;font-weight:900;position:relative}.generating-result h3,.generating-result p{margin:0}.generating-result h3{font-size:20px}.generating-result p{color:var(--muted);font-size:13px;line-height:1.45}.generating-progress{width:min(100%,360px);margin-top:0}.generating-result-card .generating-progress{width:100%}.generating-result-card .generating-meta{color:var(--muted);text-align:center;margin:0;font-size:12px;line-height:1.35}.record-drawer[hidden],.prompt-library-modal[hidden]{display:none!important}.record-drawer,.prompt-library-modal{z-index:48;display:grid;position:fixed;inset:0}.prompt-library-modal{z-index:70}.record-drawer{align-items:end}.record-sheet{z-index:1;border:1px solid var(--line);background:#fff;border-radius:18px 18px 0 0;width:100%;max-height:min(82vh,720px);padding:16px;position:relative;overflow:auto;box-shadow:0 -18px 42px #08102229}.mobile-record-list{padding-bottom:max(8px, env(safe-area-inset-bottom))}.prompt-library-modal{place-items:center;padding:16px}.prompt-library-dialog{z-index:1;border-radius:var(--radius-lg);background:#fff;width:min(100%,1120px);max-height:calc(100vh - 32px);display:grid;position:relative;overflow:hidden;box-shadow:0 24px 60px #08102233}.prompt-library-dialog .prompt-library-section{min-height:0;box-shadow:none;border:0;grid-template-rows:auto minmax(0,1fr);max-height:calc(100vh - 32px);padding:0;display:grid}.prompt-library-dialog .prompt-library-head{z-index:2;text-align:center;background:#fff;border-bottom:1px solid #b8c7dfb8;justify-content:center;align-items:center;min-height:42px;margin:0;padding:5px 54px;position:relative;box-shadow:0 8px 18px #25385a0f}.prompt-library-dialog .prompt-library-head>div{min-width:0}.prompt-library-dialog .prompt-library-head h2{margin:0;font-size:17px;line-height:1.25}.prompt-library-dialog .prompt-library-head p,.prompt-library-dialog .prompt-library-head .head-count{display:none!important}.prompt-library-scroll-body{scrollbar-width:thin;min-height:0;padding:16px 18px 18px;overflow:auto}.prompt-library-dialog .modal-close{z-index:3;position:absolute;top:50%;right:14px;transform:translateY(-50%)}.modal-image-actions{margin-top:12px}.modal-image-actions #imageModalDownload{width:auto;margin-top:0}.modal-image-actions #imageModalEdit{background:#fff}.modal-backdrop{animation:.18s ease-out both backdropFadeIn}.modal-dialog,.prompt-library-dialog{animation:.2s cubic-bezier(.2,.75,.25,1) both dialogPopIn}.member-drawer{animation:.2s cubic-bezier(.2,.75,.25,1) both memberPopIn}.record-sheet{animation:.22s cubic-bezier(.2,.75,.25,1) both sheetRiseIn}.record-tool,.mobile-record-button,.top-chip-action,.theme-toggle,.mode-tab,.size-option,.quantity-option,.selected-result-card,.selected-result-actions a,.selected-result-actions button,.modal-image-actions a,.modal-image-actions button,.prompt-card,.member-card,.member-action,.member-link,.qr-card,.upload-drop,.auth-inline-btn,.auth-submit,.generate-btn{transition:transform .18s,border-color .18s,background .18s,color .18s,box-shadow .18s}@media (hover:hover){.record-card:hover,.selected-result-card:hover,.prompt-card:hover,.member-card:hover,.member-action:hover,.member-link:hover,.qr-card:hover,.upload-drop:hover{border-color:#9fb2c8;transform:translateY(-1px);box-shadow:0 12px 26px #1f31521a}.record-card.is-active:hover{border-color:#22a493;box-shadow:0 0 0 2px #22a49324,0 14px 28px #1f31521a}.record-tool:not(:disabled):hover,.mobile-record-button:hover,.top-chip-action:hover,.theme-toggle:hover,.mode-tab:hover,.size-option:hover,.quantity-option:hover,.selected-result-actions a:hover,.selected-result-actions button:hover,.modal-image-actions a:hover,.modal-image-actions button:hover,.auth-inline-btn:hover,.auth-submit:hover,.generate-btn:not(:disabled):hover{transform:translateY(-1px);box-shadow:0 10px 20px #1f31521a}.result-ad-actions a:hover{color:#fff;background:#ef3f7d;border-color:#ef3f7d;box-shadow:0 12px 24px #ff4f8b47}}@keyframes pulse-dot{0%,to{opacity:.55;transform:scale(.82)}50%{opacity:1;transform:scale(1)}}@keyframes breathing-glow{0%,to{opacity:.72;transform:scale(1)}50%{opacity:1;transform:scale(1.04)}}@keyframes scan-light{0%{transform:skew(-12deg)translate(-120%)}to{transform:skew(-12deg)translate(320%)}}@keyframes backdropFadeIn{0%{opacity:0}to{opacity:1}}@keyframes dialogPopIn{0%{opacity:0;transform:translateY(10px)scale(.985)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes memberPopIn{0%{opacity:0;transform:translate(-50%,calc(10px - 50%))scale(.985)}to{opacity:1;transform:translate(-50%,-50%)scale(1)}}@keyframes sheetRiseIn{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@keyframes referenceReadyPulse{0%,to{box-shadow:0 0 0 3px #ff6fa829,0 10px 24px #ff6fa81f}45%{box-shadow:0 0 0 5px #ff6fa83d,0 14px 30px #ff6fa82e}}@media (prefers-reduced-motion:reduce){.record-thumb-pulse:after,.generating-glow,.generating-scan,.textarea-shell.is-reference-ready textarea,.modal-backdrop,.modal-dialog,.prompt-library-dialog,.member-drawer,.record-sheet{animation:none}}.site-footer{color:#8a95aa;text-align:center;margin:18px 0 0;font-size:12px;line-height:1.4}.member-backdrop[hidden],.member-drawer[hidden],.image-modal[hidden]{display:none!important}.member-backdrop{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:40;background:#07102275;position:fixed;inset:0}.member-drawer{z-index:41;background:linear-gradient(#f8fbff 0%,#eef3fb 100%);border:1px solid #b8c7dff2;border-radius:18px;width:min(100% - 32px,920px);max-height:min(86vh,820px);position:fixed;inset:50% auto auto 50%;overflow:hidden;transform:translate(-50%,-50%);box-shadow:0 28px 80px #0810223d}.member-drawer.is-auth-view{width:min(100% - 32px,620px)}.member-inner{background:linear-gradient(#f8fbff 0%,#eef3fb 100%);grid-template-rows:auto minmax(0,1fr);align-content:stretch;gap:0;max-height:min(86vh,820px);padding:0;display:grid;overflow:hidden}.member-head{z-index:3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);text-align:center;background:linear-gradient(#f8fbff 0%,#f4f8ff 100%);border-bottom:1px solid #b8c7dfb8;justify-content:center;align-items:center;gap:12px;min-height:46px;margin:0;padding:8px 54px;display:flex;position:relative;box-shadow:0 8px 18px #25385a0f}.member-scroll-body{scrollbar-width:thin;align-content:start;gap:16px;min-height:0;padding:16px 22px 22px;display:grid;overflow:auto}.member-drawer.is-auth-view .member-head{padding:8px 54px}.member-close{position:absolute;top:7px;right:14px}.member-head h2{margin:0;font-size:22px;line-height:1.25}.member-head p{display:none}.member-close,.modal-close{border:1px solid var(--line);background:var(--surface-soft);width:32px;height:32px;color:var(--text);border-radius:999px;font-size:20px;line-height:1}.member-panel,.member-card{background:#ffffffeb;border:1px solid #bbcae3e6;border-radius:14px;padding:18px;box-shadow:0 10px 26px #25385a0f}#memberGuestPanel{background:linear-gradient(#fff 0%,#f7faff 100%);justify-self:center;width:100%;padding:22px}#memberGuestPanel .member-tabs{background:#eef4ff;border:1px solid #dbe5f5;padding:5px}#memberGuestPanel .member-tab{border-radius:9px;min-height:42px}.member-note p,.member-card-copy,.member-summary-note{color:var(--muted);margin:0;font-size:13px;line-height:1.45}.auth-form{gap:14px;margin-top:16px;display:grid}.auth-field{gap:7px;display:grid}.auth-field span{color:var(--muted);font-size:13px;font-weight:700}.auth-field input{border:1px solid var(--line);background:#fff;border-radius:12px;outline:none;width:100%;height:46px;padding:0 13px}.auth-field input:focus{border-color:#9bb5ff;box-shadow:0 0 0 4px #2f63ff1a}.auth-field-inline{gap:6px}.auth-inline-row{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px;display:grid}.auth-inline-btn{color:#254fd0;white-space:nowrap;background:linear-gradient(#f9fbff 0%,#eaf0ff 100%);border:1px solid #95b0f7;border-radius:10px;height:46px;padding:0 14px;font-size:13px;font-weight:700}.auth-submit{border-radius:12px;height:48px}.auth-inline-btn:disabled{cursor:not-allowed;opacity:.72}.auth-tools{justify-content:center;display:flex}.auth-link-btn{color:var(--primary-strong);background:0 0;border:0;padding:4px 8px;font-size:13px;font-weight:700}.member-bind-card{gap:12px;display:grid}.member-summary{background:linear-gradient(#eef4ff 0%,#fff 100%);border:1px solid #c9d8ff;border-radius:20px;gap:16px;padding:18px;display:grid;box-shadow:0 14px 28px #2f63ff14}.member-summary-top{justify-content:space-between;align-items:flex-start;gap:12px;padding:2px 0;display:flex}.member-summary strong{font-size:20px}.member-summary p{color:var(--muted);margin:6px 0 0;font-size:13px;line-height:1.45}.member-summary .member-summary-note{text-align:center;color:#d93178;margin:0;font-size:16px;font-weight:500;line-height:1.45}.member-profile-lines{min-width:0}.member-email-line{text-overflow:ellipsis;white-space:nowrap;background:#fff;border:1px solid #d5e0f3;border-radius:999px;max-width:100%;padding:5px 10px;display:inline-flex;overflow:hidden;color:#45536f!important;margin-top:8px!important;font-size:12px!important}.member-email-line span{text-overflow:ellipsis;min-width:0;overflow:hidden}.member-invite-box{background:#ffffffb8;border:1px dashed #c6d5fb;border-radius:12px;gap:6px;padding:10px 12px;display:grid}.member-invite-label{color:var(--muted);font-size:12px}.member-invite-row{justify-content:space-between;align-items:center;gap:10px;display:flex}.member-invite-row strong{color:var(--primary-strong);letter-spacing:0;font-size:18px}.member-invite-row .member-link{width:auto;min-width:96px;min-height:38px;padding:0 10px;font-size:13px}.member-code-input{border:1px solid var(--line);width:100%;min-width:0;min-height:38px;color:var(--ink);text-transform:uppercase;background:#fff;border-radius:12px;padding:0 10px;font-size:14px}.member-code-input.is-error{border-color:var(--danger);box-shadow:0 0 0 3px #b423181f}.app-toast{z-index:80;border:1px solid var(--line);min-width:180px;max-width:min(100vw - 32px,360px);color:var(--ink);text-align:center;background:#fff;border-radius:999px;padding:12px 18px;font-size:14px;font-weight:700;position:fixed;top:18%;left:50%;transform:translate(-50%);box-shadow:0 18px 44px #0810222e}.app-toast.is-error{color:var(--danger);border-color:#b4231838}.app-toast.is-success{color:var(--success);border-color:#12805c38}.member-points{text-align:center;background:linear-gradient(#fff 0%,#eef3ff 100%);border:1px solid #c7d7ff;border-radius:16px;place-items:center;gap:6px;min-width:104px;padding:12px 14px;display:grid}.member-points span{color:var(--muted);font-size:12px}.member-points strong{color:var(--primary-strong);font-size:24px}.member-grid{gap:14px;display:grid}.member-actions-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.member-action,.member-link{color:#254fd0;background:linear-gradient(#f9fbff 0%,#eaf0ff 100%);border:1px solid #95b0f7;border-radius:12px;min-height:44px;font-size:14px;font-weight:700}.member-action-ghost{border-color:var(--line);color:var(--text);background:#fff}.member-action-full{grid-column:1/-1}.member-link{width:100%}.member-card-head{justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px;display:flex}.member-card-head h3{white-space:nowrap;min-width:0;margin:0;font-size:14px;line-height:1.3}.member-card-head .member-link{flex:none;width:auto;min-width:56px;min-height:32px;padding:0 12px;font-size:13px}.member-history-list{gap:12px;display:grid}.member-history-item{border:1px solid var(--line);background:linear-gradient(#fff 0%,#fbfcff 100%);border-radius:16px;gap:10px;padding:12px;display:grid;box-shadow:0 8px 18px #25385a0d}.member-history-item.has-thumb{grid-template-columns:minmax(0,1fr) 96px;align-items:start}.member-history-item.has-thumb .member-history-head{min-width:0}.member-history-item.has-thumb .member-history-thumb{width:96px;height:96px}.member-history-head{gap:6px;display:grid}.member-history-prompt,.member-history-meta{margin:0;line-height:1.45}.member-history-prompt{font-size:14px}.member-history-meta{color:var(--muted);font-size:12px}.member-history-thumb{aspect-ratio:1;object-fit:cover;background:#e9effb;border-radius:14px;width:100%}.image-modal{z-index:50;place-items:center;padding:12px;display:grid;position:fixed;inset:0}.modal-backdrop{background:#14203861;border:0;position:absolute;inset:0}.modal-dialog{border-radius:var(--radius-lg);border:1px solid var(--line);width:min(100%,900px);max-height:calc(100vh - 24px);color:var(--ink);z-index:1;background:linear-gradient(#fff 0%,#f5f8ff 100%);padding:16px;position:relative;overflow:auto;box-shadow:0 24px 60px #0810222e}.modal-close{border-color:var(--line);color:var(--ink);background:#fff;position:absolute;top:12px;right:12px}#imageModalImg{object-fit:contain;background:#e9effb;border-radius:10px;width:100%;max-height:72vh;display:block}#imageModalPrompt{color:var(--muted);margin:10px 0 0;font-size:13px;line-height:1.45}#imageModalDownload{color:#fff;background:#2d67ff;border-radius:10px;justify-content:center;align-items:center;width:100%;height:40px;margin-top:12px;font-size:14px;font-weight:700;text-decoration:none;display:inline-flex}.qr-modal-dialog{text-align:center;width:min(100%,360px)}.qr-modal-dialog h3{margin:4px 0 14px;font-size:18px}.qr-modal-dialog img{border-radius:12px;width:100%;max-width:280px;margin:0 auto;display:block}.qr-modal-dialog p{color:var(--muted);margin:16px 0 0;font-size:14px;line-height:1.45}.points-modal-dialog{width:min(100%,760px)}.points-log-list{gap:10px;max-height:62vh;margin-top:14px;display:grid;overflow:auto}.points-log-item{border:1px solid var(--line);background:#fff;border-radius:10px;grid-template-columns:1fr auto;align-items:center;gap:12px;padding:10px 12px;display:grid}.points-log-right{text-align:right}.points-log-right .is-plus{color:#12805c}.points-log-right .is-minus{color:#b42318}[hidden]{display:none!important}textarea:focus,select:focus,input:focus,button:focus-visible,a:focus-visible{outline-offset:1px;outline:2px solid #386cf873}@media (max-width:420px){.follow-stack{grid-template-columns:1fr}.qr-card img{width:56px;height:56px}.member-grid{gap:12px}.member-actions-grid{grid-template-columns:1fr 1fr}.member-action-full{grid-column:1/-1}.member-history-item.has-thumb{grid-template-columns:1fr}.member-history-item.has-thumb .member-history-thumb{width:100%;height:auto}}@media (min-width:1024px){.app-shell{--workspace-panel-height:clamp(560px, calc(100vh - 132px), 820px);width:100%;padding:18px 6px 24px}.topbar{grid-template-columns:1fr auto;align-items:center;width:min(100%,1880px);margin:0 auto 16px;padding:0 clamp(120px,12vw,260px)}.topbar-brand{text-align:left}.topbar-actions{justify-items:end}.follow-stack{grid-template-columns:1fr;align-items:stretch}.workspace{max-width:none;margin:0}.generator{min-height:var(--workspace-panel-height);grid-template-columns:minmax(240px,288px) minmax(380px,450px) minmax(0,1fr);align-items:stretch;gap:16px}.record-pane{height:var(--workspace-panel-height);display:block;position:sticky;top:18px;overflow:hidden}.record-panel{flex-direction:column;height:100%;display:flex;overflow:hidden}.record-list{scrollbar-width:thin;min-height:0;padding-right:3px;overflow:hidden auto}.mobile-record-button{display:none}.creator-pane{height:var(--workspace-panel-height);max-height:var(--workspace-panel-height);border:1px solid var(--line);border-radius:var(--radius-lg);background:var(--surface);box-shadow:var(--shadow);padding:0;position:sticky;top:18px;overflow:hidden}.creator-scroll{border-radius:calc(var(--radius-lg) - 1px);scrollbar-width:thin;scrollbar-gutter:stable;flex-direction:column;gap:14px;height:100%;min-height:0;padding:14px;display:flex;overflow:hidden auto}.creator-scroll>.surface{box-shadow:none;background:0 0;border:0;border-radius:0;flex:none;padding:0}.creator-scroll .prompt-panel,.creator-scroll .size-section,.creator-scroll .quantity-section{flex:none}.creator-scroll .submit-wrap{flex:none;margin-top:auto}.result-pane{height:var(--workspace-panel-height);justify-self:stretch;width:100%;min-height:0}.selected-result-section{flex-direction:column;height:100%;min-height:0;display:flex;overflow:hidden}.selected-result-body{scrollbar-width:thin;flex:auto;min-height:0;overflow:auto}.selected-result-gallery{grid-template-columns:repeat(auto-fit, minmax(min(100%, var(--result-card-min)), 1fr));justify-content:stretch;place-items:start stretch}.selected-result-gallery.is-single{grid-template-columns:minmax(0, min(100%, var(--result-card-single-max)));justify-content:start}.selected-result-image{aspect-ratio:4/3;max-width:none}.selected-result-image img{object-fit:contain;width:100%;height:100%;max-height:none}.member-inner{gap:0;padding:0}.member-scroll-body{gap:18px;padding:18px 22px 26px}.member-grid{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start}.gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.prompt-library-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width:1440px){.gallery-grid,.prompt-library-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:560px){.selected-result-section{min-height:0}.selected-result-body,.generating-result{min-height:300px}.selected-result-image{min-height:280px;max-height:72vh}.selected-result-image img{max-height:72vh}.prompt-library-modal{place-items:end stretch;padding:0}.prompt-library-dialog{border-radius:18px 18px 0 0;width:100%;max-height:92vh}.prompt-library-dialog .prompt-library-section{max-height:92vh;padding:0}}html[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--bg:#070809;--surface:#141617;--surface-soft:#1b1d20;--surface-2:#23262a;--line:#2f3338;--line-strong:#444a52;--text:#d7dbe0;--muted:#8f98a4;--primary:#7aa7ff;--primary-strong:#a9c5ff;--danger:#ff9b91;--success:#86d39d;--shadow:0 18px 42px #00000057;background:#050506;min-height:100%}html[data-theme=dark],html[data-theme=dark] body{color:var(--text);background:radial-gradient(circle at 0 0,#15171d 0%,#0c0d10 36%,#050506 100%)}html[data-theme=dark] body,html[data-theme=dark] .app-shell{min-height:100vh}html[data-theme=dark] :is(.surface,.result-section,.creator-pane,.record-panel,.record-sheet,.modal-dialog,.member-drawer,.member-panel,.member-card,.points-log-item){background:var(--surface);border-color:var(--line);color:var(--text);box-shadow:var(--shadow)}html[data-theme=dark] :is(.top-chip,.mobile-record-button,.theme-toggle,.qr-card,.upload-drop,.size-option,.quantity-option,.record-tool,.record-card,.selected-result-card,.result-image-switcher button,.selected-result-actions a,.selected-result-actions button,.modal-image-actions a,.modal-image-actions button,.result-ad-close,.prompt-category-chip,.prompt-card,.member-summary,.member-invite-box,.member-action,.member-link,.member-points,.member-history-item,.member-code-input,.auth-field input,.prompt-library-search input,.textarea-shell textarea){background:var(--surface-soft);border-color:var(--line);color:var(--text)}html[data-theme=dark] :is(.mode-tabs,.member-tabs){background:#0d0e12}html[data-theme=dark] :is(.mode-tab,.member-tab){color:var(--muted)}html[data-theme=dark] :is(.mode-tab.is-active,.member-tab.is-active,.size-option.is-active,.quantity-option.is-active,.prompt-category-chip.is-active){color:#dce6ff;background:#252a36;border-color:#5f7fd6;box-shadow:0 8px 18px #5a7bd229}html[data-theme=dark] :is(.top-chip-live,.task-actions .btn-primary,.selected-result-actions a,.modal-image-actions a){color:#dbe7ff;background:#1c263a;border-color:#536fae}html[data-theme=dark] .result-ad-actions a{color:#fff;background:#ff5c92;border-color:#ff7aa6;box-shadow:0 10px 22px #ff5c922e}html[data-theme=dark] .top-chip-action{color:#d7dbe0;background:#20232b;border-color:#474b58}html[data-theme=dark] .generate-btn,html[data-theme=dark] .auth-submit{background:linear-gradient(120deg,#2e5cff,#4a72ff)}html[data-theme=dark] .theme-toggle{color:#d7dbe0}html[data-theme=dark] .theme-toggle:hover{background:#ffffff14}html[data-theme=dark] :is(.topbar-brand p,.record-head p,.record-sheet-head p,.selected-result-head p,.selected-result-meta p,.generating-result-card .generating-meta,.member-card-copy,.member-summary-note,.member-history-meta,.record-card-lines,.status-message,.auth-status){color:var(--muted)}html[data-theme=dark] .empty-record{border-color:var(--line-strong);color:var(--muted);background:#1c1d22b8}html[data-theme=dark] .result-empty-state{color:#727b85;background:linear-gradient(#151718 0%,#101112 100%);border-color:#3a4047}html[data-theme=dark] .result-empty-state strong{color:#9aa3ad}html[data-theme=dark] .result-empty-state p{color:#747d88}html[data-theme=dark] .record-card{background:#101314;border-color:#273034;box-shadow:0 8px 18px #00000029}html[data-theme=dark] .record-card.is-active{background:#111b1a;border-color:#39b8a5;box-shadow:0 0 0 2px #39b8a524,0 12px 24px #0000002e}html[data-theme=dark] .record-card.is-checked{background:#322632;border-color:#c0759a}html[data-theme=dark] .record-card-body h3{color:#dbe0e5}html[data-theme=dark] .record-check{border-color:var(--line);background:#0d0e12}html[data-theme=dark] .record-card.is-checked .record-check{background:#513047;border-color:#d78ab0}html[data-theme=dark] .record-thumb{background:#171b1d}html[data-theme=dark] .record-card-status-line{color:#c4cad2}html[data-theme=dark] .record-stat-success{color:#8fb8ff;background:#2f63ff2e}html[data-theme=dark] .record-stat-failed{color:#ff8e9a;background:#e043502e}html[data-theme=dark] .record-stat-count{color:#c2c8d0;background:#ffffff14}html[data-theme=dark] .record-stat-duration{color:#7dd66f;background:#4ec44229}html[data-theme=dark] .record-card-time-line{color:#9ca4af}html[data-theme=dark] .record-card.is-failed .record-card-status-line,html[data-theme=dark] .status-message.is-error,html[data-theme=dark] .auth-status.is-error{color:var(--danger)}html[data-theme=dark] .quantity-cost-hint{color:#f6a0c6}html[data-theme=dark] .upload-clear{color:#ffb5ad;background:#34201f;border-color:#7b4945}html[data-theme=dark] .selected-result-image,html[data-theme=dark] .generating-result{border-color:var(--line);background:#0e0f13}html[data-theme=dark] .generating-visual{background:linear-gradient(135deg,#1b1d24,#242733 52%,#2b2b30);border-color:#3c404c}html[data-theme=dark] .generating-visual-text{color:#d8dde4;text-shadow:none}html[data-theme=dark] .generating-glow{background:radial-gradient(circle at 30% 30%,#7aa7ff2e,#0000 30%),radial-gradient(circle at 70% 60%,#ffffff1a,#0000 32%)}html[data-theme=dark] .record-progress,html[data-theme=dark] .task-progress{background:#0b0c10}html[data-theme=dark] .modal-backdrop,html[data-theme=dark] .member-backdrop{background:#000000ad}html[data-theme=dark] .member-inner,html[data-theme=dark] .member-scroll-body{background:var(--surface)}html[data-theme=dark] #memberGuestPanel{background:var(--surface);border-color:var(--line);box-shadow:none}html[data-theme=dark] #memberGuestPanel .member-tabs{border-color:var(--line);background:#0d0e12}html[data-theme=dark] .auth-inline-btn{color:#dbe7ff;background:#1c263a;border-color:#536fae}html[data-theme=dark] .member-email-line{background:var(--surface-soft);border-color:var(--line);color:#c2c8d0!important}html[data-theme=dark] .member-summary .member-summary-note{color:#ff9fc4}html[data-theme=dark] .member-head,html[data-theme=dark] .prompt-library-dialog .prompt-library-head{border-color:var(--line);background:#141518f5}html[data-theme=dark] .modal-close,html[data-theme=dark] .member-close{border-color:var(--line);color:var(--text);background:#202126}@media (hover:hover){html[data-theme=dark] :is(.record-card,.selected-result-card,.prompt-card,.member-card,.member-action,.member-link,.qr-card,.upload-drop):hover{border-color:#4a525c;box-shadow:0 14px 28px #0000003d}html[data-theme=dark] .record-card.is-active:hover{border-color:#39b8a5;box-shadow:0 0 0 2px #39b8a529,0 14px 28px #0000003d}html[data-theme=dark] :is(.record-tool:not(:disabled),.mobile-record-button,.top-chip-action,.theme-toggle,.mode-tab,.size-option,.quantity-option,.selected-result-actions a,.selected-result-actions button,.modal-image-actions a,.modal-image-actions button,.auth-inline-btn,.auth-submit,.generate-btn:not(:disabled)):hover{box-shadow:0 10px 22px #00000038}}html[data-theme=dark] .selected-result-card.result-ad-card .result-ad-card-head strong{color:#ff9fc4}html[data-theme=dark] .selected-result-card.result-ad-card .result-ad-meta p{color:#d7b7c7}html[data-theme=dark] .selected-result-card.result-ad-card .selected-result-actions.result-ad-actions a{color:#fff;background:linear-gradient(135deg,#ff4f8b,#ff7a45);border-color:#ff8ab1;box-shadow:0 12px 26px #ff4f8b47}@media (hover:hover){html[data-theme=dark] .selected-result-card.result-ad-card .selected-result-actions.result-ad-actions a:hover{color:#fff;background:linear-gradient(135deg,#ff6fa0,#ff8b5f);border-color:#ffadc8;box-shadow:0 14px 30px #ff699e57}}html[data-theme=dark] ::placeholder{color:#7f8490}html[data-theme=dark] *{scrollbar-color:#555966 #0b0c10}.admin-login-screen,.admin-console{color:#1c1917;background:radial-gradient(circle at 0 0,#fffffff5,#f5efe7f5 42%,#f0ebe3fc 100%);min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Microsoft YaHei,sans-serif}.admin-login-screen{place-items:center;padding:24px;display:grid}.admin-login-card{background:#fffffff2;border:1px solid #fffc;border-radius:30px;width:min(100%,505px);padding:32px;box-shadow:0 28px 90px #1c19171a}.admin-login-mark{color:#fff;background:#1c1917;border-radius:18px;place-items:center;width:56px;height:56px;margin:0 auto 18px;display:grid}.admin-login-card h1{text-align:center;margin:0;font-size:30px;font-weight:650;line-height:1.2}.admin-login-card p{text-align:center;color:#78716c;margin:10px 0 24px;font-size:14px;line-height:1.7}.admin-login-card label{color:#44403c;gap:8px;font-size:14px;font-weight:600;display:grid}.admin-login-card input{background:#fff;border:1px solid #e7e5e4;border-radius:16px;outline:none;width:100%;height:52px;padding:0 16px}.admin-login-card input:focus{border-color:#a8a29e;box-shadow:0 0 0 3px #a8a29e2e}.admin-login-card button{color:#fff;background:#1c1917;border:0;border-radius:16px;justify-content:center;align-items:center;gap:8px;width:100%;height:52px;margin-top:14px;font-weight:700;display:inline-flex}.admin-login-card button:disabled{opacity:.7}.admin-login-card strong{color:#b42318;text-align:center;margin-top:14px;font-size:13px;display:block}.admin-spinner,.admin-spin-inline{animation:.8s linear infinite admin-spin}@keyframes admin-spin{to{transform:rotate(360deg)}}.admin-console-topbar{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);z-index:10;background:#ffffffb8;border-bottom:1px solid #1c191714;align-items:center;gap:16px;min-height:52px;padding:0 24px;display:flex;position:sticky;top:0}.admin-console-brand{color:#1c1917;align-items:center;gap:9px;font-size:15px;font-weight:800;display:inline-flex}.admin-console-brand span{color:#fff;background:#1c1917;border-radius:10px;place-items:center;width:28px;height:28px;font-size:12px;display:grid}.admin-console-topbar nav{flex:1;justify-content:center;align-items:center;gap:18px;min-width:0;display:flex;overflow-x:auto}.admin-console-topbar nav i{background:#1c191724;flex:none;width:1px;height:18px}.admin-console-topbar nav button,.admin-logout,.admin-section-title button{color:#78716c;white-space:nowrap;background:0 0;border:0}.admin-console-topbar nav button{padding:16px 0;font-size:14px;font-weight:650;position:relative}.admin-console-topbar nav button.is-active{color:#1c1917}.admin-console-topbar nav button.is-active:after{content:"";background:#1c1917;height:2px;position:absolute;bottom:0;left:0;right:0}.admin-logout{align-items:center;gap:6px;font-size:13px;display:inline-flex}.admin-console-body{width:min(1240px,100% - 32px);margin:0 auto;padding:28px 0 56px}.admin-section-title{grid-template-columns:auto 1fr auto;align-items:center;gap:14px;margin-bottom:18px;display:grid}.admin-section-title>svg{color:#fff;background:#1c1917;border-radius:16px;width:44px;height:44px;padding:11px}.admin-section-title h1{margin:0;font-size:28px;font-weight:700;line-height:1.2}.admin-section-title p{color:#78716c;margin:4px 0 0;font-size:13px}.admin-section-title button{color:#44403c;background:#fffc;border:1px solid #e7e5e4;border-radius:12px;height:38px;padding:0 14px;font-weight:700}.admin-error,.admin-empty,.admin-json,.admin-table-wrap,.admin-metric{background:#ffffffdb;border:1px solid #ffffffd9;border-radius:18px;box-shadow:0 18px 55px #1c191712}.admin-error{color:#b42318;margin-bottom:14px;padding:14px 16px}.admin-empty{color:#78716c;justify-content:center;align-items:center;gap:8px;min-height:160px;display:flex}.admin-metrics{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;display:grid}.admin-metric{padding:20px}.admin-metric span{color:#78716c;font-size:13px}.admin-metric strong{margin-top:10px;font-size:34px;line-height:1;display:block}.admin-table-wrap{overflow:auto}.admin-table-wrap table{border-collapse:collapse;width:100%}.admin-table-wrap th,.admin-table-wrap td{text-align:left;vertical-align:top;border-bottom:1px solid #e7e5e4e6;padding:12px 14px;font-size:13px}.admin-table-wrap th{color:#57534e;background:#fafaf9bd;font-weight:750}.admin-table-wrap td{text-overflow:ellipsis;white-space:nowrap;max-width:280px;overflow:hidden}.admin-json{color:#292524;max-height:680px;margin:0;padding:18px;font-size:12px;line-height:1.6;overflow:auto}@media (max-width:900px){.admin-console-topbar{flex-wrap:wrap;align-items:flex-start;padding:12px 16px}.admin-console-topbar nav{order:3;justify-content:flex-start;width:100%}.admin-section-title{grid-template-columns:auto 1fr}.admin-section-title button{grid-column:1/-1}.admin-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:560px){.admin-login-card{border-radius:24px;padding:24px}.admin-metrics{grid-template-columns:1fr}}.cg-login-screen,.cg-admin{color:#1c1917;background:radial-gradient(circle at 0 0,#fff 0%,#f7f3ed 42%,#f0ebe3 100%);min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Microsoft YaHei,sans-serif}.cg-login-screen *,.cg-admin *{box-sizing:border-box}.cg-login-screen{place-items:center;padding:24px;display:grid}.cg-login-card{background:#fffffff5;border:1px solid #ffffffd1;border-radius:30px;width:min(100%,505px);padding:32px;box-shadow:0 28px 90px #1c19171a}.cg-login-mark{color:#fff;background:#1c1917;border-radius:18px;place-items:center;width:56px;height:56px;margin:0 auto 18px;display:grid}.cg-login-card h1{text-align:center;margin:0;font-size:30px;font-weight:650;line-height:1.2}.cg-login-card p{text-align:center;color:#78716c;margin:10px 0 24px;font-size:14px;line-height:1.7}.cg-login-card label,.cg-settings-form label{color:#44403c;gap:8px;font-size:13px;font-weight:650;display:grid}.cg-login-card input,.cg-inline-form input,.cg-form-grid input,.cg-search input{color:#1c1917;background:#fff;border:1px solid #e7e5e4;outline:none;width:100%}.cg-login-card input{border-radius:16px;height:52px;padding:0 16px}.cg-login-card input:focus,.cg-inline-form input:focus,.cg-form-grid input:focus,.cg-search input:focus{border-color:#a8a29e;box-shadow:0 0 0 3px #a8a29e2e}.cg-login-card button,.cg-refresh,.cg-actions button,.cg-card-head button,.cg-inline-form button,.cg-mini-btn,.cg-row-actions button{white-space:nowrap;border:0;justify-content:center;align-items:center;gap:8px;font-weight:700;display:inline-flex}.cg-login-card button{color:#fff;background:#1c1917;border-radius:16px;width:100%;height:52px;margin-top:14px}.cg-login-card button:disabled,.cg-refresh:disabled{opacity:.7;cursor:not-allowed}.cg-login-card strong{text-align:center;color:#b42318;margin-top:14px;font-size:13px;display:block}.cg-topbar{z-index:20;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#ffffffc2;border-bottom:1px solid #1c191714;align-items:center;gap:12px;min-height:52px;padding:0 24px;display:flex;position:sticky;top:0}.cg-brand{flex:none;align-items:center;gap:9px;display:flex}.cg-brand a{color:#1c1917;font-size:15px;font-weight:800;text-decoration:none}.cg-account span{color:#78716c;background:#f5f5f4;border-radius:6px;padding:5px 8px;font-size:11px;font-weight:700}.cg-nav{scrollbar-width:thin;-webkit-overflow-scrolling:touch;flex:auto;justify-content:flex-start;align-items:center;gap:6px;min-width:0;display:flex;overflow-x:auto}.cg-nav a{color:#78716c;flex:none;padding:14px 3px;font-size:13px;font-weight:650;text-decoration:none;position:relative}.cg-nav a.is-active{color:#1c1917}.cg-nav a.is-active:after{content:"";background:#1c1917;height:2px;position:absolute;bottom:0;left:0;right:0}.cg-nav i{background:#1c191724;flex:none;width:1px;height:18px}.cg-account{flex:none;justify-content:flex-end;align-items:center;gap:8px;display:flex}.cg-account button{color:#78716c;background:0 0;border:0;align-items:center;gap:6px;font-size:13px;font-weight:700;display:inline-flex}.cg-mobile-menu{display:none}.cg-shell{width:min(1240px,100% - 32px);margin:0 auto;padding:28px 0 56px}.cg-page-head{grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:14px;margin-bottom:18px;display:grid}.cg-title-icon{color:#fff;background:#1c1917;border-radius:16px;place-items:center;width:44px;height:44px;display:grid}.cg-page-head h1{margin:0;font-size:28px;font-weight:720;line-height:1.2}.cg-page-head p,.cg-card-head p{color:#78716c;margin:4px 0 0;font-size:13px;line-height:1.55}.cg-refresh,.cg-card-head button,.cg-inline-form button,.cg-actions button{color:#fff;background:#1c1917;border-radius:12px;min-height:38px;padding:0 14px}.cg-refresh{color:#44403c;background:#ffffffd6;border:1px solid #e7e5e4}.cg-stack{gap:14px;display:grid}.cg-metrics{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:14px;display:grid}.cg-card,.cg-metric,.cg-empty,.cg-json,.cg-alert{background:#ffffffe0;border:1px solid #ffffffd9;border-radius:16px;box-shadow:0 18px 55px #1c191712}.cg-card{overflow:hidden}.cg-metric{align-content:start;gap:9px;min-height:128px;padding:18px;display:grid}.cg-metric svg{color:#57534e}.cg-metric span{color:#78716c;font-size:13px;font-weight:700}.cg-metric strong{color:#1c1917;word-break:break-word;font-size:32px;line-height:1}.cg-tone-green svg,.cg-tone-green strong{color:#059669}.cg-tone-orange svg,.cg-tone-orange strong{color:#d97706}.cg-tone-red svg,.cg-tone-red strong{color:#dc2626}.cg-alert{color:#9a3412;align-items:center;gap:8px;min-height:44px;margin-bottom:14px;padding:12px 14px;font-size:13px;font-weight:700;display:flex}.cg-empty{color:#78716c;text-align:center;place-items:center;gap:10px;min-height:180px;padding:24px;font-weight:700;display:grid}.cg-table-tools{border-bottom:1px solid #e7e5e4e6;justify-content:space-between;align-items:center;gap:14px;padding:12px 14px;display:flex}.cg-search{color:#a8a29e;background:#fff;border:1px solid #e7e5e4;border-radius:12px;grid-template-columns:auto 1fr;align-items:center;gap:8px;width:min(100%,320px);height:40px;padding:0 12px;display:grid}.cg-search input{border:0;height:36px;padding:0;box-shadow:none!important}.cg-table-tools span{color:#78716c;flex:none;font-size:13px;font-weight:700}.cg-table-wrap{overflow-x:auto}.cg-table-wrap table{border-collapse:collapse;text-align:left;width:100%;min-width:920px}.cg-table-wrap th,.cg-table-wrap td{vertical-align:top;border-bottom:1px solid #e7e5e4e0;padding:12px 14px;font-size:13px}.cg-table-wrap th{color:#57534e;text-transform:uppercase;background:#fafaf9c2;font-size:11px;font-weight:800}.cg-table-wrap td{color:#44403c;white-space:nowrap;text-overflow:ellipsis;max-width:320px;overflow:hidden}.cg-row-actions{white-space:nowrap;flex-wrap:nowrap;gap:6px;display:flex}.cg-row-actions button,.cg-mini-btn{color:#44403c;background:#f5f5f4;border-radius:8px;min-height:30px;padding:0 10px}.cg-table-footer,.cg-pagination{color:#78716c;border-top:1px solid #1c191714;justify-content:space-between;align-items:center;gap:12px;padding:12px 16px 16px;font-size:13px;font-weight:700;display:flex}.cg-table-footer .cg-head-actions,.cg-pagination>div{flex-wrap:nowrap;align-items:center;gap:8px;display:flex}.cg-table-footer button,.cg-pagination button{color:#44403c;background:#f5f5f4;border-radius:8px;min-height:32px;padding:0 10px}.cg-actions,.cg-inline-form{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.cg-inline-form.jobs-filter{flex-wrap:nowrap;align-items:center;padding-bottom:12px;display:flex;overflow-x:auto}.cg-inline-form.users-filter{flex-wrap:nowrap;align-items:center;display:flex;overflow-x:auto}.cg-inline-form.users-filter input{flex:0 0 280px;width:280px}.cg-inline-form.users-filter select{flex:0 0 132px;width:132px}.cg-inline-form.users-filter button{flex:none}.cg-inline-form.jobs-filter input,.cg-inline-form.jobs-filter select{flex:none;width:128px;min-width:128px}.cg-inline-form.jobs-filter input:first-child{width:260px;min-width:240px}.cg-inline-form.jobs-filter input[type=date]{width:140px;min-width:140px}.cg-inline-form.jobs-filter button{white-space:nowrap;flex:none}.cg-inline-form .cg-ghost-btn{color:#292524;background:#f5f5f4}.cg-modal{z-index:80;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.cg-modal-backdrop{background:#1c19176b;border:0;position:absolute;inset:0}.cg-modal-panel{z-index:1;background:#fff;border:1px solid #e7e5e4f2;border-radius:14px;width:min(1120px,100vw - 32px);max-height:calc(100vh - 48px);position:relative;overflow:auto;box-shadow:0 24px 80px #1c191738}.cg-user-detail-panel,.cg-record-detail-panel{border-radius:16px;width:min(760px,100vw - 48px);max-height:80vh}.cg-info-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;padding:10px 12px;display:grid}.cg-info-card{background:#f8fafc;border:1px solid #dbe4f0;border-radius:10px;align-content:center;gap:4px;min-height:58px;padding:9px 10px;display:grid}.cg-info-card span{color:#64748b;font-size:12px;font-weight:800}.cg-info-card strong{color:#111827;word-break:break-word;font-size:14px;line-height:1.25}.cg-collapse-head{justify-content:space-between;align-items:center;gap:12px;padding-right:16px;display:flex}.cg-collapse-head button{color:#fff;background:#1c1917;border:0;border-radius:10px;min-height:34px;padding:0 14px;font-weight:800}.cg-drawer{place-items:stretch end;padding:0}.cg-drawer-panel{border-top:0;border-bottom:0;border-right:0;border-radius:0;width:min(760px,100vw - 28px);height:100vh;max-height:100vh;animation:.16s ease-out cg-drawer-in}@keyframes cg-drawer-in{0%{opacity:.7;transform:translate(28px)}to{opacity:1;transform:translate(0)}}.cg-modal-panel>.cg-card,.cg-modal-panel .cg-card{box-shadow:none;border-radius:0}.cg-subtitle{margin:18px 16px 10px;font-size:15px}.cg-prompt-block{background:#fafaf9;border:1px solid #e7e5e4;border-radius:10px;margin:16px;padding:12px}.cg-prompt-block p{white-space:pre-wrap;margin:8px 0 0;line-height:1.65}.cg-detail-images{padding:0 16px 16px}.cg-inline-form{background:#ffffffe0;border:1px solid #ffffffd9;border-radius:16px;padding:14px;box-shadow:0 18px 55px #1c191712}.cg-inline-form input{border-radius:12px;flex:180px;width:auto;min-width:180px;height:40px;padding:0 12px}.cg-card-head{border-bottom:1px solid #e7e5e4e6;justify-content:space-between;align-items:flex-start;gap:16px;padding:16px;display:flex}.cg-modal-panel>.cg-card-head{z-index:3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff5;position:sticky;top:0}.cg-card-head h2{margin:0;font-size:18px;line-height:1.3}.cg-editor-card textarea{color:#292524;resize:vertical;background:#fff;border:1px solid #e7e5e4;border-radius:12px;outline:none;width:calc(100% - 32px);min-height:520px;margin:16px;padding:14px;font-family:ui-monospace,SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:12px;line-height:1.6}.cg-json{color:#292524;max-height:680px;margin:0;padding:18px;font-family:ui-monospace,SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:12px;line-height:1.6;overflow:auto}.cg-image-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:14px;display:grid}.cg-image-card{background:#ffffffe6;border:1px solid #ffffffd9;border-radius:16px;overflow:hidden;box-shadow:0 18px 55px #1c191712}.cg-image-card img,.cg-image-fallback{aspect-ratio:1;object-fit:cover;color:#78716c;background:#e7e5e4;place-items:center;width:100%;font-weight:800;display:grid}.cg-image-card div{gap:5px;padding:10px;display:grid}.cg-image-card strong,.cg-image-card span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.cg-image-card strong{color:#292524;font-size:13px}.cg-image-card span{color:#78716c;font-size:12px}.cg-settings-form{padding-bottom:16px}.cg-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;padding:16px;display:grid}.cg-form-grid label{min-width:0}.cg-form-grid input{border-radius:12px;height:42px;padding:0 12px}.cg-field{color:#44403c;gap:8px;font-size:13px;font-weight:650;display:grid}.cg-field input,.cg-field select,.cg-field textarea,.cg-inline-form select{color:#1c1917;background:#fff;border:1px solid #e7e5e4;border-radius:12px;outline:none;width:100%}.cg-field input,.cg-field select,.cg-inline-form select{height:42px;padding:0 12px}.cg-field textarea,.cg-panel-form textarea{resize:vertical;min-height:110px;padding:12px;line-height:1.6}.cg-panel-form textarea{color:#292524;background:#fff;border:1px solid #e7e5e4;border-radius:12px;outline:none;width:calc(100% - 32px);margin:16px}.cg-field input:focus,.cg-field select:focus,.cg-field textarea:focus,.cg-inline-form select:focus,.cg-panel-form textarea:focus{border-color:#a8a29e;box-shadow:0 0 0 3px #a8a29e2e}.cg-full-row{grid-column:1/-1}.cg-check-field{color:#44403c;background:#fff;border:1px solid #e7e5e4;border-radius:12px;align-items:center;gap:8px;min-height:42px;padding:0 12px;font-size:13px;font-weight:650;display:inline-flex}.cg-tabs{background:#ffffffe0;border:1px solid #ffffffd9;border-radius:16px;flex-wrap:wrap;gap:8px;padding:8px;display:flex;box-shadow:0 18px 55px #1c191712}.cg-tabs button,.cg-head-actions button,.cg-editor-row>button{border:0;border-radius:10px;justify-content:center;align-items:center;gap:6px;min-height:34px;padding:0 12px;font-weight:750;display:inline-flex}.cg-tabs button{color:#78716c;background:0 0}.cg-tabs button.is-active{color:#fff;background:#1c1917}.cg-head-actions{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.cg-editor-list{gap:12px;padding:16px;display:grid}.cg-editor-row{background:#fafaf9c7;border:1px solid #e7e5e4f2;border-radius:12px;gap:12px;padding:14px;display:grid}.cg-row-head{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;display:flex}.cg-row-head strong{color:#292524;font-size:14px}.cg-size-row{grid-template-columns:repeat(6,minmax(0,1fr));align-items:end}.cg-log-box{max-height:440px;padding:16px;font-family:ui-monospace,SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:12px;line-height:1.7;overflow:auto}.cg-log-box p{color:#44403c;margin:0 0 6px}.cg-log-box span{color:#a8a29e;margin-right:8px}.cg-token{cursor:pointer;font-family:ui-monospace,SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace}.cg-alert-ok{color:#047857}.cg-image-card{position:relative}.cg-image-check{z-index:2;background:#ffffffe6;border-radius:8px;place-items:center;width:28px;height:28px;display:grid;position:absolute;top:8px;left:8px}.cg-actions button:disabled,.cg-head-actions button:disabled,.cg-row-actions button:disabled,.cg-tabs button:disabled,.cg-editor-row button:disabled{opacity:.55;cursor:not-allowed}.cg-ok,.cg-error-text{margin:0 16px 16px;font-size:13px;font-weight:750}.cg-ok{color:#059669}.cg-error-text{color:#b42318}.cg-spin{animation:.8s linear infinite cg-spin}@keyframes cg-spin{to{transform:rotate(360deg)}}@media (max-width:980px){.cg-topbar{flex-wrap:wrap;align-items:flex-start;padding:12px 16px}.cg-nav{flex-basis:100%;order:3;justify-content:flex-start;width:100%;padding:2px 0 4px}.cg-nav a{align-items:center;min-height:34px;padding:8px 3px;display:inline-flex}.cg-account{margin-left:auto}.cg-page-head{grid-template-columns:auto minmax(0,1fr)}.cg-refresh{grid-column:1/-1;justify-self:start}}@media (max-width:680px){.cg-login-card{border-radius:24px;padding:24px}.cg-shell{width:min(100% - 20px,1240px);padding-top:20px}.cg-mobile-menu{background:#ffffffe6;border:1px solid #1c191714;border-radius:14px;gap:8px;margin-bottom:14px;padding:12px;display:grid}.cg-mobile-menu span{color:#78716c;font-size:12px;font-weight:800}.cg-mobile-menu select{color:#1c1917;background:#fff;border:1px solid #e7e5e4;border-radius:10px;width:100%;min-height:42px;padding:0 12px;font-size:15px;font-weight:800}.cg-brand span,.cg-account span{display:none}.cg-topbar{gap:8px;padding:10px 12px}.cg-nav{gap:10px;padding-bottom:6px}.cg-nav a{font-size:13px}.cg-table-footer,.cg-pagination{flex-direction:column;align-items:flex-start}.cg-row-actions{max-width:100%;overflow-x:auto}.cg-page-head h1{font-size:24px}.cg-form-grid{grid-template-columns:1fr}}.site-ad-slot-wrap{width:min(1180px,100% - 28px);margin:10px auto 0}.site-ad-slot-member{width:100%;margin:0 0 12px}.site-ad-card{color:#172033;background:linear-gradient(135deg,#fffffff0,#f8fafce6);border:1px solid #3b82f62e;border-radius:8px;overflow:hidden;box-shadow:0 12px 30px #0f172a14}.site-ad-head{justify-content:space-between;align-items:center;gap:12px;padding:12px 14px 8px;display:flex}.site-ad-head strong{font-size:.95rem;line-height:1.35}.site-ad-close{color:#334155;cursor:pointer;background:#0f172a14;border:0;border-radius:50%;width:28px;height:28px;font-size:18px;line-height:1}.site-ad-card img{object-fit:cover;background:#eef2f7;width:100%;max-height:180px;display:block}.site-ad-copy{color:#475569;margin:0;padding:10px 14px 0;font-size:.88rem;line-height:1.55}.site-ad-actions{padding:12px 14px 14px}.site-ad-actions a{color:#fff;background:#2563eb;border-radius:999px;justify-content:center;align-items:center;min-height:34px;padding:0 14px;font-size:.88rem;font-weight:700;text-decoration:none;display:inline-flex}.site-ad-member img{max-height:140px}.site-ad-modal{z-index:90;justify-content:center;align-items:center;padding:18px;display:flex;position:fixed;inset:0}.site-ad-modal-backdrop{background:#0f172a7a;border:0;position:absolute;inset:0}.site-ad-modal-dialog{z-index:1;width:min(420px,100%);position:relative}.site-ad-card-modal img{max-height:360px}html[data-theme=dark] .site-ad-card{color:#e5edf7;background:linear-gradient(135deg,#0f172af5,#1e293bf0);border-color:#60a5fa47}html[data-theme=dark] .site-ad-copy{color:#b9c6d6}html[data-theme=dark] .site-ad-close{color:#dbeafe;background:#e2e8f01f}@media (max-width:720px){.site-ad-slot-wrap{width:calc(100% - 20px);margin-top:8px}.site-ad-card img{max-height:150px}.site-ad-card-modal img{max-height:320px}}.record-stat-cleaned{color:#8a6d1d;background:#f59e0b1f}.member-history-cleaned,.selected-result-cleaned{border:1px dashed var(--line);color:var(--muted);text-align:center;background:repeating-linear-gradient(135deg,#f7f9fc 0 8px,#eef3f8 8px 16px);place-items:center;font-size:13px;font-weight:700;display:grid}html[data-theme=dark] .member-history-cleaned,html[data-theme=dark] .selected-result-cleaned{background:repeating-linear-gradient(135deg,#ffffff0a 0 8px,#ffffff14 8px 16px)}.cg-detail-grid{border-bottom:1px solid #e7e5e4e6;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;padding:16px;display:grid}.cg-record-detail-panel .cg-detail-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;padding:12px}.cg-detail-grid span{color:#78716c;font-size:12px;font-weight:700}.cg-detail-grid strong{color:#292524;overflow-wrap:anywhere;margin-top:4px;display:block}@media (max-width:760px){.cg-detail-grid,.cg-record-detail-panel .cg-detail-grid,.cg-info-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.cg-detail-log-table{padding:0 16px 16px;overflow-x:auto}.cg-detail-log-table table{border-collapse:collapse;width:100%;min-width:760px}.cg-detail-log-table th,.cg-detail-log-table td{text-align:left;white-space:nowrap;border-bottom:1px solid #e7e5e4e0;padding:10px 8px;font-size:12px}.cg-detail-log-table th{color:#57534e;font-weight:800}
