@font-face{font-family:SF Pro Display;src:local("SF Pro Display"),local(".SFNSDisplay"),local("-apple-system");font-weight:100 900;font-style:normal;font-display:swap}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{margin:0;padding:0;background:var(--bg);overflow-x:hidden;width:100%;min-height:100vh;font-family:var(--font-family);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--text-primary)}:root{--font-family: "SF Pro Display", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", sans-serif;--bg: #000000;--surface: #27262c;--yellow: #f8ffa0;--pink: #f7d5ee;--purple: #a8a3f7;--purple-muted: #948fe2;--pink-surface: #f5e0ef;--gradient-cta: linear-gradient(96deg, #f7d5ee 14%, #a8a3f7 108%);--gradient-model-active: linear-gradient(98deg, #f7d5ee 4%, #f8ffa0 107%);--text-primary: #ffffff;--text-dark: #27262c;--text-placeholder: rgba(39, 38, 44, .3);--border-dashed: rgba(39, 38, 44, .4);--border-light: rgba(255, 255, 255, .1);--overlay-card: rgba(39, 38, 44, .7);--overlay-modal: rgba(0, 0, 0, .6);--radius-card: 15px;--radius-modal: 25px;--radius-btn: 10px;--radius-btn-cta: 7.5px;--radius-btn-sm: 5px;--radius-input: 3.5px;--radius-section: 5px;--shadow-sm: 0 4px 12px rgba(0, 0, 0, .3);--shadow-md: 0 8px 24px rgba(0, 0, 0, .4);--shadow-lg: 0 20px 60px rgba(0, 0, 0, .7);--page-padding: 40px;--gap-cards: 20px;--gap-sections: 10px;--card-width: 188px;--card-height: 282px;--stat-card-width: 397px;--stat-card-height: 73px;--header-height-approx: 91px}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--surface);border-radius:4px}::-webkit-scrollbar-thumb{background:#555;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#777}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes shimmer{0%{left:-100%}to{left:100%}}@keyframes batchTransition{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}._button_1yttm_1{display:inline-flex;align-items:center;justify-content:center;gap:var(--button-gap, 10px);width:var(--button-width, auto);height:var(--button-height, auto);min-width:0;padding:var(--button-padding, 0 18px);border-radius:var(--button-radius, var(--radius-btn));border:none;font-family:var(--font-family);font-weight:500;font-size:var(--button-font-size, 14px);line-height:normal;white-space:nowrap;cursor:pointer;transition:opacity .2s ease;box-sizing:border-box}._gradient_1yttm_22{background:var(--gradient-cta);color:var(--text-dark)}._outline_1yttm_27{background:transparent;color:var(--text-primary);border:1px solid currentColor}._button_1yttm_1:hover{opacity:.9}._button_1yttm_1:disabled{opacity:.5;cursor:not-allowed}._label_1yttm_42{min-width:0;overflow:hidden;text-overflow:ellipsis;flex:0 1 auto}._icon_1yttm_49{width:var(--button-icon-size, 14px);height:var(--button-icon-size, 14px);flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;color:inherit}._icon_1yttm_49>svg{width:100%;height:100%;display:block}.undo-toast-overlay{position:fixed;left:50%;transform:translate(-50%)}.undo-toast{position:relative;background:var(--surface);backdrop-filter:blur(60px) saturate(120%);-webkit-backdrop-filter:blur(60px) saturate(120%);color:var(--text-primary);border-radius:var(--radius-btn-cta);padding:0;box-shadow:var(--shadow-md);min-width:520px;max-width:640px;overflow:hidden;pointer-events:all;animation:toastSlideUp .3s cubic-bezier(.22,1,.36,1)}@keyframes toastSlideUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.undo-toast-content{display:flex;align-items:center;gap:.875rem;padding:.875rem 1.25rem;position:relative;z-index:1}.undo-toast-icon{width:14px;height:14px;flex-shrink:0;color:var(--text-primary);opacity:.7}.undo-toast-message{flex:1;font-size:13px;font-weight:400;display:flex;align-items:center;gap:.5rem;color:#ffffffe6;letter-spacing:.01em}.undo-toast-timer{font-size:12px;opacity:.45;font-weight:300;margin-left:.375rem}.undo-toast-button{background:var(--gradient-cta);color:var(--text-dark);border:none;padding:.5rem 1.125rem;border-radius:var(--radius-input);font-size:12px;font-weight:500;cursor:pointer;transition:opacity .2s;flex-shrink:0;letter-spacing:.01em}.undo-toast-button:hover{opacity:.85}.undo-toast-button:active{opacity:.7}.undo-toast-progress{position:absolute;bottom:0;left:0;height:2px;background:var(--gradient-cta);transition:width .05s linear}@media (max-width: 640px){.undo-toast-overlay{left:1rem;right:1rem;transform:none}.undo-toast{min-width:auto}.undo-toast-content{padding:.625rem .875rem;gap:.625rem}.undo-toast-button{padding:.375rem .75rem}}._header_1oiz3_1{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:16px;padding:30px var(--page-padding) 0}._csvBtn_1oiz3_9{--button-height: 31px;--button-padding: 0 18px;--button-font-size: 12px;--button-radius: var(--radius-btn-sm)}._csvBtnActive_1oiz3_16{border-color:#a78bfa80;animation:_csvPulse_1oiz3_1 2s ease-in-out infinite}@keyframes _csvPulse_1oiz3_1{0%,to{border-color:#a78bfa80}50%{border-color:#a78bfae6}}._queueBtn_1oiz3_26{--button-height: 31px;--button-padding: 0 18px;--button-font-size: 12px;--button-radius: var(--radius-btn-sm)}._queueBtnLabel_1oiz3_33{display:inline-flex;align-items:center;gap:8px}._queueBadge_1oiz3_39{font-size:12px;font-weight:700;font-variant-numeric:tabular-nums;line-height:1;color:#ff9f43;background:none;padding:0;min-width:0;border-radius:0}._logo_1oiz3_51{justify-self:start;font-family:var(--font-family);font-weight:900;font-size:22px;color:var(--text-primary);line-height:27px;white-space:nowrap;-webkit-user-select:none;user-select:none}._actions_1oiz3_62{justify-self:end;display:flex;align-items:center;gap:10px;flex-shrink:0;flex-wrap:wrap;justify-content:flex-end}._sourceSwitchWrap_1oiz3_72{justify-self:center;display:flex;align-items:center;justify-content:center;gap:16px;min-width:0}._sourceSwitch_1oiz3_72{position:relative;display:grid;grid-template-columns:1fr 1fr;height:38px;border-radius:12px;background:#ffffff0f;padding:3px;gap:0}._sourceSlider_1oiz3_92{position:absolute;top:3px;left:3px;width:calc(50% - 3px);height:calc(100% - 6px);border-radius:10px;background:linear-gradient(135deg,#a78bfa8c,#818cf873);box-shadow:0 2px 8px #a78bfa4d;transition:transform .28s cubic-bezier(.4,0,.2,1);pointer-events:none;z-index:0}._sourceBtn_1oiz3_106{position:relative;z-index:1;margin:0;padding:0 28px;height:100%;font-family:var(--font-family);font-size:13px;font-weight:600;letter-spacing:.01em;color:#ffffff80;background:transparent;border:none;border-radius:10px;cursor:pointer;white-space:nowrap;transition:color .2s ease}._sourceBtn_1oiz3_106:hover{color:#fffc}._sourceBtnActive_1oiz3_129{color:#fff}@media (max-width: 900px){._header_1oiz3_1{grid-template-columns:1fr;justify-items:center}._logo_1oiz3_51,._actions_1oiz3_62{justify-self:center}._actions_1oiz3_62{justify-content:center}._sourceSwitchWrap_1oiz3_72{flex-wrap:wrap}}._superDeskTriple_1oiz3_154{position:relative;display:grid;grid-template-columns:1fr 1fr 1fr;min-height:38px;border-radius:12px;background:#ffffff0f;padding:3px;gap:0;max-width:min(920px,100%)}._superDeskTripleSlider_1oiz3_166{position:absolute;top:3px;left:3px;width:calc(33.333333% - 5px);height:calc(100% - 6px);border-radius:10px;background:linear-gradient(135deg,#a78bfa8c,#818cf873);box-shadow:0 2px 8px #a78bfa4d;transition:transform .28s cubic-bezier(.4,0,.2,1);pointer-events:none;z-index:0}._superDeskTripleBtn_1oiz3_181{position:relative;z-index:1;margin:0;padding:0 min(14px,2vw);min-height:32px;font-family:var(--font-family);font-size:12px;font-weight:600;letter-spacing:.01em;color:#ffffff80;background:transparent;border:none;border-radius:10px;cursor:pointer;white-space:nowrap;transition:color .2s ease}._superDeskTripleBtn_1oiz3_181:hover{color:#ffffffd1}._superDeskTripleBtnActive_1oiz3_204{color:#fff}@media (max-width: 1100px){._superDeskTripleBtn_1oiz3_181{font-size:11px;padding:0 8px}}@media (max-width: 760px){._superDeskTriple_1oiz3_154{grid-template-columns:1fr;min-height:auto;gap:3px}._superDeskTripleSlider_1oiz3_166{display:none}._superDeskTripleBtn_1oiz3_181{text-align:center;min-height:36px}._superDeskTripleBtnActive_1oiz3_204{background:#a8a3f747}}._inviteBtn_1oiz3_236{--button-height: 31px;--button-padding: 0 16px;--button-font-size: 12px;--button-radius: var(--radius-btn-sm)}._logoutBtn_1oiz3_243{--button-height: 31px;--button-padding: 0 20px;--button-font-size: 12px;--button-radius: var(--radius-btn-sm)}._bar_1fbgn_1{display:grid;grid-template-columns:repeat(8,minmax(0,1fr));align-items:stretch;padding:0 var(--page-padding);margin-top:30px;gap:20px}._stats_1fbgn_10{display:contents}._stats_1fbgn_10>*{width:160px;justify-self:start}._stats_1fbgn_10>*:nth-child(1){grid-column:1 / span 2}._stats_1fbgn_10>*:nth-child(2){grid-column:3 / span 2}._stats_1fbgn_10>*:nth-child(3){grid-column:5 / span 2}._actions_1fbgn_31{grid-column:7 / span 2;display:flex;align-items:stretch;gap:10px;justify-self:stretch}._downloadBtn_1fbgn_39{flex:0 0 50px;width:50px;min-width:50px;height:50px;display:inline-flex;align-items:center;justify-content:center;padding:0;border-radius:10px;border:1px solid rgba(255,255,255,.35);background:#1e1e23eb;color:var(--yellow, #d4c46a);cursor:pointer;transition:opacity .15s ease,border-color .15s ease}._downloadBtn_1fbgn_39:hover:not(:disabled){border-color:#d4c46a8c}._downloadBtn_1fbgn_39:disabled{opacity:.35;cursor:not-allowed}._downloadIcon_1fbgn_65{width:22px;height:22px}._selectAllBtn_1fbgn_70{flex:0 0 50px;width:50px;min-width:50px;height:50px;display:inline-flex;align-items:center;justify-content:center;padding:0;border-radius:10px;border:1px solid rgba(255,255,255,.35);background:#1e1e23eb;color:var(--purple, #a78bfa);cursor:pointer;transition:opacity .15s ease,border-color .15s ease}._selectAllBtn_1fbgn_70:hover:not(:disabled){border-color:#a78bfa8c}._selectAllBtn_1fbgn_70:disabled{opacity:.35;cursor:not-allowed}._selectAllIcon_1fbgn_96{width:22px;height:22px}._submitBtn_1fbgn_101{flex:1;min-width:0;--button-width: 100%;--button-height: 50px;--button-padding: 0 20px;--button-font-size: 13px;--button-gap: 8px;--button-icon-size: 12px}._submitIcon_1fbgn_112{width:100%;height:100%}._card_yz0yh_1{display:flex;align-items:center;justify-content:space-between;width:100%;height:50px;background:var(--surface);border-radius:var(--radius-btn);padding:0 40px;overflow:hidden;min-width:0}._label_yz0yh_14{font-family:var(--font-family);font-weight:400;font-size:13px;line-height:normal;white-space:nowrap}._value_yz0yh_22{font-family:var(--font-family);font-weight:500;font-size:13px;line-height:normal;white-space:nowrap}._wrapper_j1kyj_1{position:relative;width:100%;aspect-ratio:2 / 3}._wrapper_j1kyj_1._selected_j1kyj_7 ._card_j1kyj_7{box-shadow:0 0 0 3px var(--yellow),0 12px 28px #ffc72c3d}._card_j1kyj_7{position:relative;width:100%;height:100%;border-radius:var(--radius-card);cursor:pointer;overflow:hidden;transition:transform .18s ease,box-shadow .18s ease;transform-origin:center center}._selectBtn_j1kyj_22{position:absolute;top:8px;right:8px;z-index:2;width:24px;height:24px;border:2px solid rgba(255,255,255,.75);border-radius:50%;background:#0000006b;cursor:pointer;transition:background .15s ease,border-color .15s ease,transform .15s ease}._selectBtn_j1kyj_22:hover{transform:scale(1.08);border-color:var(--yellow)}._wrapper_j1kyj_1._selected_j1kyj_7 ._selectBtn_j1kyj_22{background:var(--yellow);border-color:var(--yellow)}._wrapper_j1kyj_1._selected_j1kyj_7 ._selectBtn_j1kyj_22:after{content:"";position:absolute;left:7px;top:4px;width:6px;height:11px;border:solid #1b1200;border-width:0 2px 2px 0;transform:rotate(45deg)}._card_j1kyj_7:hover{transform:scale(1.03);box-shadow:0 10px 24px #00000047}._image_j1kyj_63{width:100%;height:100%;object-fit:cover;display:block}._loadingState_j1kyj_70{width:100%;height:100%;border-radius:var(--radius-card);background:var(--surface);display:flex;align-items:center;justify-content:center}._spinner_j1kyj_80{width:34px;height:34px;border-radius:50%;border:3px solid rgba(255,255,255,.18);border-top-color:#ffffffe6;animation:_spin_j1kyj_80 .85s linear infinite}@keyframes _spin_j1kyj_80{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._taskPlaceholder_j1kyj_94{width:100%;height:100%;border-radius:var(--radius-card);background:var(--surface);border:1px solid rgba(255,255,255,.08);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;padding:18px;text-align:center;box-shadow:inset 0 1px #ffffff0d}._taskPlaceholder_j1kyj_94:before{content:"";position:absolute;inset:10px;border-radius:calc(var(--radius-card) - 5px);border:1px dashed rgba(255,255,255,.08);pointer-events:none}._taskIcon_j1kyj_119{width:34px;height:34px;border-radius:11px;background:#a8a3f71f;color:#f7d5eef2;display:flex;align-items:center;justify-content:center}._taskIcon_j1kyj_119 svg{width:18px;height:18px}._taskName_j1kyj_135{font-size:14px;font-weight:600;color:var(--text-primary);opacity:.92;line-height:1.25;word-break:break-word;max-width:100%}._taskLink_j1kyj_145{margin-top:2px;font-size:12px;font-weight:600;color:var(--purple);text-decoration:none;transition:color .15s,opacity .15s}._taskLink_j1kyj_145:hover{color:var(--pink)}._assetLink_j1kyj_158{position:absolute;bottom:6px;right:6px;font-size:10px;font-weight:600;color:#fff;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);padding:2px 8px;border-radius:4px;text-decoration:none}._assetLink_j1kyj_158:hover{background:#000c}._wrapper_12no9_1{width:100%;aspect-ratio:2 / 3;transition:opacity .3s ease}._wrapper_12no9_1._rejected_12no9_7{opacity:.35;pointer-events:none}._wrapper_12no9_1._selected_12no9_12 ._card_12no9_12{box-shadow:0 0 0 3px var(--yellow),0 12px 28px #ffc72c3d}._wrapper_12no9_1._selected_12no9_12 ._selectBtn_12no9_16{background:var(--yellow);border-color:var(--yellow)}._wrapper_12no9_1._selected_12no9_12 ._selectBtn_12no9_16:after{content:"";position:absolute;left:7px;top:4px;width:6px;height:11px;border:solid #1b1200;border-width:0 2px 2px 0;transform:rotate(45deg)}._card_12no9_12{position:relative;width:100%;height:100%;border-radius:var(--radius-card);overflow:hidden;transition:transform .18s ease,box-shadow .18s ease;transform-origin:center center;cursor:pointer}._selectBtn_12no9_16{position:absolute;top:8px;right:8px;z-index:4;width:24px;height:24px;padding:0;border:2px solid rgba(255,255,255,.75);border-radius:50%;background:#0000006b;cursor:pointer;transition:background .15s ease,border-color .15s ease,transform .15s ease}._selectBtn_12no9_16:hover{transform:scale(1.08);border-color:var(--yellow)}._image_12no9_64{width:100%;height:100%;object-fit:cover;display:block;border-radius:var(--radius-card)}._overlay_12no9_72{position:absolute;inset:0;background:#0000;display:flex;align-items:center;justify-content:center;gap:16px;border-radius:var(--radius-card);transition:background .2s ease;cursor:default;pointer-events:none;z-index:2}._overlay_12no9_72 ._actionBtn_12no9_87{opacity:0;transform:scale(.85);transition:opacity .18s ease,transform .18s ease,background .15s ease;pointer-events:auto;z-index:3}._card_12no9_12:hover ._overlay_12no9_72{background:#00000080}._card_12no9_12:hover ._overlay_12no9_72 ._actionBtn_12no9_87{opacity:1;transform:scale(1)}._actionBtn_12no9_87{width:44px;height:44px;border-radius:50%;border:1.5px solid rgba(255,255,255,.5);background:#ffffff1f;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}._actionBtn_12no9_87:hover{background:#ffffff40;border-color:#fffc}._rejectBtn_12no9_123:hover{background:#ff505059;border-color:#ff6464cc}._loadingState_12no9_128{width:100%;height:100%;border-radius:var(--radius-card);background:var(--surface);display:flex;align-items:center;justify-content:center}._spinner_12no9_138{width:34px;height:34px;border-radius:50%;border:3px solid rgba(255,255,255,.18);border-top-color:#ffffffe6;animation:_spin_12no9_138 .85s linear infinite}@keyframes _spin_12no9_138{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._backdrop_civjo_1{position:fixed;inset:0;background:var(--overlay-modal);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:center;z-index:9999;animation:_fadeIn_civjo_1 .2s ease}._modal_civjo_14{background:var(--surface);border-radius:30px;padding:40px;position:relative;display:flex;align-items:stretch;width:70vw;max-width:1000px;height:80vh;max-height:750px;overflow:hidden;animation:_slideUp_civjo_1 .25s ease}._closeBtn_civjo_29{width:10px;height:10px;background:none;border:none;color:var(--text-primary);cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center;position:absolute;top:20px;right:20px;z-index:1}._closeBtn_civjo_29:hover{opacity:.7}._images_civjo_50{display:flex;gap:16px;width:100%;height:100%;min-height:0}._panel_civjo_58{display:flex;flex:1;min-width:0;min-height:0;flex-direction:column;gap:8px;justify-content:center}._imageSlot_civjo_68{width:100%;aspect-ratio:2 / 3;max-height:100%;border-radius:15px;overflow:hidden;position:relative;background:#ffffff0a;flex-shrink:1;min-height:0}._imageSlot_civjo_68 img{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;border-radius:15px}._slotLabel_civjo_89{font-size:11px;font-weight:600;color:#ffffff73;text-transform:uppercase;letter-spacing:.5px;padding-left:2px}@media (max-width: 1279px){._modal_civjo_14{width:85vw;padding:28px;border-radius:24px}._images_civjo_50{gap:10px}}@keyframes _fadeIn_civjo_1{0%{opacity:0}to{opacity:1}}@keyframes _slideUp_civjo_1{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}._backdrop_10vvp_1{position:fixed;inset:0;background:var(--overlay-modal);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:center;z-index:9999;animation:_fadeIn_10vvp_1 .2s ease}._modal_10vvp_14{background:var(--surface);border-radius:30px;padding:40px;position:relative;display:flex;gap:20px;align-items:stretch;width:92vw;max-width:1343px;height:80vh;max-height:750px;overflow:hidden;animation:_slideUp_10vvp_1 .25s ease}._images_10vvp_31{display:flex;gap:10px;flex:6.5 1 0;min-width:0;height:100%}._imageSlot_10vvp_39{height:100%;aspect-ratio:2 / 3;border-radius:15px;overflow:hidden;position:relative;background:#ffffff0a;flex-shrink:1;min-width:0}._imageSlot_10vvp_39 img{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;border-radius:15px}._loadingState_10vvp_59{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:#ffffff0a}._errorState_10vvp_68{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;padding:24px;text-align:center;background:#ff5a5a14}._errorTitle_10vvp_81{font-size:18px;font-weight:700;color:#ff8b8b}._errorText_10vvp_87{font-size:14px;line-height:1.5;color:#ffffffe0;max-width:320px;word-break:break-word}._spinner_10vvp_95{width:40px;height:40px;border-radius:50%;border:3px solid rgba(255,255,255,.18);border-top-color:#ffffffe6;animation:_spin_10vvp_95 .85s linear infinite}._rightColumn_10vvp_105{display:flex;flex-direction:column;gap:16px;flex:3.5 1 0;min-width:200px;height:100%;overflow:hidden}._titleRow_10vvp_115{display:flex;align-items:center;justify-content:space-between;width:100%;flex-shrink:0}._title_10vvp_115{font-family:var(--font-family);font-weight:700;font-size:22px;color:var(--text-primary);line-height:normal;white-space:nowrap}._rejectionBox_10vvp_132{flex-shrink:0;padding:12px 14px;border-radius:12px;background:#f8717114;border:1px solid rgba(248,113,113,.25);max-height:120px;overflow-y:auto}._rejectionBoxLabel_10vvp_142{font-size:10px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#f8b4b4e6;margin-bottom:6px}._rejectionBoxText_10vvp_151{font-size:14px;line-height:1.45;color:#ffffffeb;white-space:pre-wrap;word-break:break-word}._closeBtn_10vvp_159{width:10px;height:10px;background:none;border:none;color:var(--text-primary);cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center;position:absolute;top:20px;right:20px}._closeBtn_10vvp_159:hover{opacity:.7}._settingsArea_10vvp_179{display:flex;flex-direction:column;gap:8px;width:100%;flex:1 1 0;min-height:0;overflow-y:auto}._footer_10vvp_189{display:flex;align-items:center;width:100%;flex-shrink:0;justify-content:flex-end;gap:12px}._hiddenInput_10vvp_198{display:none}._uploadBtn_10vvp_202{flex-shrink:0;width:48px;height:48px;border-radius:15px;border:1.5px solid rgba(255,255,255,.25);background:transparent;color:var(--text-primary);cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;transition:border-color .15s,background .15s}._uploadBtn_10vvp_202 svg{width:20px;height:20px}._uploadBtn_10vvp_202:hover:not(:disabled){border-color:#ffffff80;background:#ffffff0f}._uploadBtn_10vvp_202:disabled{opacity:.4;cursor:not-allowed}._returnBtn_10vvp_233{flex-shrink:0;width:auto;min-width:138px;height:48px;border-radius:15px;border:1.5px solid rgba(255,255,255,.25);background:transparent;color:var(--text-primary);cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0 16px;font-family:var(--font-family);font-size:13px;font-weight:700;transition:border-color .15s,background .15s}._returnBtn_10vvp_233 svg{width:14px;height:14px}._returnBtn_10vvp_233:hover:not(:disabled){border-color:#ffffff80;background:#ffffff0f}._returnBtn_10vvp_233:disabled{opacity:.4;cursor:not-allowed}._magicBtn_10vvp_268{flex-shrink:0;justify-content:space-between;--button-width: 186px;--button-height: 48px;--button-padding: 0 20px;--button-font-size: 15px;--button-gap: 12px;--button-radius: 15px;--button-icon-size: 17px}._magicIcon_10vvp_280{width:100%;height:14px}@media (min-width: 1920px){._modal_10vvp_14{max-width:1400px;max-height:800px;padding:50px;gap:24px}._title_10vvp_115{font-size:24px}._magicBtn_10vvp_268{--button-height: 53px;--button-font-size: 16px}}@media (max-width: 1439px){._modal_10vvp_14{padding:32px;gap:16px;border-radius:24px}._rightColumn_10vvp_105{gap:12px}._settingsArea_10vvp_179{gap:6px}._title_10vvp_115{font-size:20px}._closeBtn_10vvp_159{top:16px;right:16px}._uploadBtn_10vvp_202{width:44px;height:44px;border-radius:12px}._returnBtn_10vvp_233{min-width:128px;height:44px;border-radius:12px}._magicBtn_10vvp_268{--button-width: 170px;--button-height: 44px;--button-font-size: 14px;--button-radius: 12px}}@media (max-width: 1279px){._modal_10vvp_14{padding:24px;gap:14px;border-radius:20px;width:95vw;height:85vh}._images_10vvp_31{gap:6px}._rightColumn_10vvp_105{gap:10px}._settingsArea_10vvp_179{gap:6px}._title_10vvp_115{font-size:18px}._closeBtn_10vvp_159{top:14px;right:14px}._uploadBtn_10vvp_202{width:42px;height:42px;border-radius:10px}._returnBtn_10vvp_233{min-width:122px;height:42px;border-radius:10px}._magicBtn_10vvp_268{--button-width: 160px;--button-height: 42px;--button-font-size: 13px;--button-radius: 10px}}._taskAssetBox_10vvp_347{display:flex;flex-direction:column;gap:4px;padding:10px 14px;border-radius:8px;background:#ffa5000f;border:1px solid rgba(255,165,0,.2)}._taskAssetLabel_10vvp_357{font-size:11px;font-weight:600;color:#ffa500cc;text-transform:uppercase;letter-spacing:.3px}._taskAssetLink_10vvp_365{font-size:12px;color:#a78bfae6;text-decoration:none;word-break:break-all}._taskAssetLink_10vvp_365:hover{text-decoration:underline}._taskHint_10vvp_376{font-size:13px;color:var(--text-primary);opacity:.5;text-align:center;padding:12px 0}@keyframes _fadeIn_10vvp_1{0%{opacity:0}to{opacity:1}}@keyframes _slideUp_10vvp_1{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes _spin_10vvp_95{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._section_p4bry_1{border-radius:10px;padding:14px 18px;box-sizing:border-box;display:flex;flex-direction:column;width:100%;transition:padding .18s ease}._section_p4bry_1:not(:has(._body_p4bry_11)){padding:10px 18px}._pink_p4bry_15{background:var(--pink-surface)}._purple_p4bry_16{background:var(--purple)}._yellow_p4bry_17{background:var(--yellow)}._header_p4bry_19{display:flex;align-items:center;gap:10px;cursor:pointer;-webkit-user-select:none;user-select:none}._title_p4bry_27{flex:1;font-family:var(--font-family);font-weight:700;font-size:13px;color:var(--text-dark);line-height:normal;white-space:nowrap}._purple_p4bry_16 ._title_p4bry_27{color:var(--text-primary)}._toggle_p4bry_42{position:relative;width:36px;height:20px;border-radius:999px;border:none;padding:0;cursor:pointer;flex-shrink:0;background:#00000026;transition:background .2s ease}._toggleOn_p4bry_55{background:#0000004d}._thumb_p4bry_59{position:absolute;top:2px;left:2px;width:16px;height:16px;border-radius:50%;background:#fff;transition:transform .2s ease;box-shadow:0 1px 3px #0000002e}._toggleOn_p4bry_55 ._thumb_p4bry_59{transform:translate(16px)}._body_p4bry_11{margin-top:10px;display:flex;flex-direction:column;gap:10px}@media (max-width: 1439px){._section_p4bry_1{padding:12px 16px}._section_p4bry_1:not(:has(._body_p4bry_11)){padding:9px 16px}._title_p4bry_27{font-size:12px}._toggle_p4bry_42{width:32px;height:18px}._thumb_p4bry_59{width:14px;height:14px}._toggleOn_p4bry_55 ._thumb_p4bry_59{transform:translate(14px)}._body_p4bry_11{margin-top:8px;gap:8px}}@media (max-width: 1279px){._section_p4bry_1{padding:10px 14px;border-radius:8px}._section_p4bry_1:not(:has(._body_p4bry_11)){padding:8px 14px}._title_p4bry_27{font-size:12px}._body_p4bry_11{margin-top:6px;gap:6px}}._textarea_1mrj2_1{width:100%;min-height:100px;border:1px dashed var(--border-dashed);border-radius:8px;padding:8px 10px;background:transparent;font-family:var(--font-family);font-weight:400;font-size:13px;color:var(--text-dark);resize:none;outline:none;box-sizing:border-box}._textarea_1mrj2_1::placeholder{color:var(--text-placeholder)}@media (max-width: 1439px){._textarea_1mrj2_1{min-height:80px;font-size:12px;padding:6px 8px}}@media (max-width: 1279px){._textarea_1mrj2_1{min-height:64px;font-size:12px}}._options_1izhz_1{display:flex;flex-direction:column;gap:4px}._option_1izhz_1{display:flex;align-items:center;padding:8px 16px;border-radius:7px;overflow:hidden;width:100%;font-family:var(--font-family);font-weight:500;font-size:13px;cursor:pointer;border:none;transition:opacity .15s;text-align:left;box-sizing:border-box}._optionInactive_1izhz_24{background:var(--purple-muted);color:#56516e}._optionActive_1izhz_29{background:var(--gradient-model-active);color:var(--text-dark)}._option_1izhz_1:hover{opacity:.85}@media (max-width: 1439px){._option_1izhz_1{padding:6px 14px;font-size:12px;border-radius:6px}._options_1izhz_1{gap:3px}}@media (max-width: 1279px){._option_1izhz_1{padding:5px 12px;font-size:11px}}._fields_1jxko_1{display:flex;flex-direction:column;gap:4px}._input_1jxko_7{display:flex;align-items:center;padding:8px 16px;border:1px dashed var(--border-dashed);border-radius:7px;overflow:hidden;width:100%;background:transparent;font-family:var(--font-family);font-weight:500;font-size:13px;color:var(--text-dark);outline:none;box-sizing:border-box}._input_1jxko_7::placeholder{color:var(--text-placeholder)}@media (max-width: 1439px){._input_1jxko_7{padding:6px 14px;font-size:12px;border-radius:6px}._fields_1jxko_1{gap:3px}}@media (max-width: 1279px){._input_1jxko_7{padding:5px 12px;font-size:11px}}._backdrop_1xf6t_1{position:fixed;inset:0;background:var(--overlay-modal);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:10000;animation:_fadeIn_1xf6t_1 .2s ease}._modal_1xf6t_14{background:var(--surface);border-radius:20px;padding:28px 32px;width:400px;max-width:90vw;animation:_slideUp_1xf6t_1 .25s ease}._titleRow_1xf6t_23{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}._title_1xf6t_23{font-weight:700;font-size:18px;color:var(--text-primary)}._closeBtn_1xf6t_36{width:12px;height:12px;background:none;border:none;color:var(--text-primary);cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center;opacity:.6}._closeBtn_1xf6t_36:hover{opacity:1}._options_1xf6t_54{display:flex;flex-direction:column;gap:8px;margin-bottom:24px}._option_1xf6t_54{display:flex;align-items:center;gap:10px;padding:10px 14px;border-radius:8px;border:1px solid rgba(255,255,255,.1);cursor:pointer;transition:border-color .15s ease,background .15s ease}._option_1xf6t_54:hover{border-color:#ffffff40}._optionActive_1xf6t_76{border-color:var(--purple);background:#a8a3f714}._checkbox_1xf6t_81{width:16px;height:16px;accent-color:var(--purple);flex-shrink:0}._optionLabel_1xf6t_88{font-size:14px;color:var(--text-primary)}._customInput_1xf6t_93{width:100%;padding:10px 14px;border-radius:8px;border:1px solid rgba(255,255,255,.15);background:transparent;color:var(--text-primary);font-size:14px;font-family:var(--font-family);outline:none;transition:border-color .15s ease;margin-top:4px}._customInput_1xf6t_93:focus{border-color:var(--purple)}._customInput_1xf6t_93::placeholder{color:#ffffff4d}._footer_1xf6t_115{display:flex;justify-content:flex-end}._submitBtn_1xf6t_120{--button-width: 186px;--button-height: 48px;--button-padding: 0 20px;--button-font-size: 15px;--button-radius: 15px}@keyframes _fadeIn_1xf6t_1{0%{opacity:0}to{opacity:1}}@keyframes _slideUp_1xf6t_1{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}._backdrop_aw4t9_1{position:fixed;inset:0;background:var(--overlay-modal);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:10000;animation:_fadeIn_aw4t9_1 .2s ease}._modal_aw4t9_14{background:var(--surface);border-radius:20px;padding:28px 32px 32px;width:460px;max-width:90vw;animation:_slideUp_aw4t9_1 .25s ease;display:flex;flex-direction:column}._titleRow_aw4t9_25{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px;flex-shrink:0}._title_aw4t9_25{font-weight:700;font-size:18px;color:var(--text-primary)}._closeBtn_aw4t9_39{width:12px;height:12px;background:none;border:none;color:var(--text-primary);cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center;opacity:.6}._closeBtn_aw4t9_39:hover{opacity:1}._body_aw4t9_57{display:flex;flex-direction:column;gap:16px}._hint_aw4t9_63{font-size:13px;color:var(--text-primary);opacity:.55;margin:0;line-height:1.45}._fileLabel_aw4t9_71{display:flex;align-items:center;justify-content:center;height:48px;border-radius:12px;border:1.5px dashed rgba(255,255,255,.18);background:#ffffff08;cursor:pointer;font-size:14px;font-weight:500;color:var(--text-primary);opacity:.8;transition:border-color .15s,background .15s}._fileLabel_aw4t9_71:hover{border-color:#ffffff4d;background:#ffffff0f}._hiddenInput_aw4t9_92{display:none}._error_aw4t9_96{background:#ff64641a;color:#ff6b6b;padding:12px 14px;border-radius:7px;border:1px solid rgba(255,100,100,.2);font-size:12px;line-height:1.4;margin:0}._success_aw4t9_107{background:#64ff641a;color:#6bff6b;padding:12px 14px;border-radius:7px;border:1px solid rgba(100,255,100,.2);font-size:12px;line-height:1.4;margin:0}._info_aw4t9_118{font-size:13px;color:var(--text-primary);opacity:.75;margin:0;line-height:1.5}._progressWrap_aw4t9_126{display:flex;flex-direction:column;gap:8px}._progressBar_aw4t9_132{width:100%;height:6px;border-radius:3px;background:#ffffff14;overflow:hidden}._progressFill_aw4t9_140{height:100%;border-radius:3px;background:linear-gradient(90deg,#a78bfa,#818cf8);transition:width .4s ease}._progressText_aw4t9_147{font-size:13px;color:var(--text-primary);opacity:.7;text-align:center}._footer_aw4t9_154{display:flex;flex-direction:row;justify-content:flex-end;align-items:center;gap:12px;margin:0;padding-top:8px}._footerBtn_aw4t9_164{--button-height: 48px;--button-padding: 0 18px;--button-font-size: 15px;--button-radius: 15px}._footerBtnCancel_aw4t9_171{--button-width: auto;flex:0 0 auto}._footerBtnSubmit_aw4t9_176{--button-width: auto;flex:1 1 0;min-width:0}._backdrop_1vq4a_5{position:fixed;inset:0;background:var(--overlay-modal);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:10000;animation:_fadeIn_1vq4a_1 .18s ease}._modal_1vq4a_18{background:var(--surface);border-radius:var(--radius-modal);width:920px;max-width:95vw;padding:32px 36px 28px;display:flex;flex-direction:column;gap:20px;animation:_slideUp_1vq4a_1 .22s ease}._titleRow_1vq4a_32{display:flex;align-items:center;justify-content:space-between;gap:16px}._title_1vq4a_32{font-size:18px;font-weight:700;color:var(--text-primary);margin:0}._closeBtn_1vq4a_46{width:14px;height:14px;background:none;border:none;color:var(--text-primary);cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center;opacity:.55;transition:opacity .15s;flex-shrink:0}._closeBtn_1vq4a_46:hover:not(:disabled){opacity:1}._closeBtn_1vq4a_46:disabled{cursor:not-allowed}._list_1vq4a_72{display:flex;flex-direction:column;gap:10px;max-height:min(52vh,340px);overflow-y:auto;padding-right:2px}._row_1vq4a_83{display:grid;grid-template-columns:1fr 1fr 1fr 1.45fr 24px;gap:10px;align-items:center}._fileIdCell_1vq4a_92{position:relative;min-width:0}._field_1vq4a_97{height:36px;width:100%;padding:0 14px;border-radius:7px;border:1px dashed rgba(255,255,255,.35);background:transparent;color:var(--text-primary);font-family:var(--font-family);font-size:11px;font-weight:500;outline:none;transition:border-color .15s;min-width:0}._field_1vq4a_97:focus{border-color:#ffffffa6}._field_1vq4a_97::placeholder{color:#fff6;font-weight:500}._fieldWarning_1vq4a_122{border-color:#f8ffa0a6;padding-right:74px}._existsBadge_1vq4a_127{position:absolute;top:50%;right:8px;transform:translateY(-50%);font-size:9px;font-weight:700;color:#f8ffa0f2;background:#f8ffa01a;border-radius:999px;padding:3px 7px;pointer-events:none}._duplicateBadge_1vq4a_141{color:#f7d5eef2;background:#f7d5ee1a}._source_1vq4a_148{height:36px;padding:0;border-radius:7px;border:1px dashed rgba(255,255,255,.35);display:flex;align-items:center;gap:0;transition:border-color .15s,background .15s;min-width:0}._sourceIcon_1vq4a_160{width:12px;height:12px;flex-shrink:0}._sourcePickBtn_1vq4a_166{width:36px;height:100%;border:none;border-right:1px dashed rgba(255,255,255,.16);background:transparent;color:var(--pink);cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;flex-shrink:0;transition:background .15s,color .15s}._sourcePickBtn_1vq4a_166:hover:not(:disabled){background:#ffcedb12;color:#ffcedb}._sourcePickBtn_1vq4a_166:disabled{opacity:.45;cursor:not-allowed}._sourceInput_1vq4a_192{flex:1 1 0;min-width:0;height:100%;border:none;background:transparent;color:var(--text-primary);font-family:var(--font-family);font-size:11px;font-weight:500;outline:none;padding:0 12px}._sourceInput_1vq4a_192::placeholder{color:#fff6}._sourceText_1vq4a_210{font-size:11px;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0;color:#ffffffbf;padding:0 12px}._source_1vq4a_148:hover,._sourceHover_1vq4a_222{background:#ffcedb0f;border-color:#ffcedb}._sourceHasFile_1vq4a_227{border-style:solid;border-color:#ffcedb99}._sourceHasLink_1vq4a_232{border-color:#f8ffa080}._rm_1vq4a_238{width:24px;height:24px;padding:0;background:none;border:none;color:#fff3;cursor:pointer;border-radius:6px;display:flex;align-items:center;justify-content:center;transition:color .15s,background .15s;flex-shrink:0}._rm_1vq4a_238 svg{width:9px;height:9px}._rm_1vq4a_238:hover{color:#ff6464b3;background:#ff646414}._emptyHint_1vq4a_259{font-size:12px;color:#ffffff4d;margin:0;text-align:center;padding:8px 0}._msg_1vq4a_269{padding:10px 14px;border-radius:7px;font-size:12px;line-height:1.4}._msg_1vq4a_269[data-type=error]{background:#ff646414;color:#ff6b6b;border:1px solid rgba(255,100,100,.15)}._msg_1vq4a_269[data-type=ok]{background:#64ff6414;color:#6bff6b;border:1px solid rgba(100,255,100,.15)}._progressWrap_1vq4a_290{display:flex;flex-direction:column;gap:8px}._progressBar_1vq4a_296{width:100%;height:6px;border-radius:3px;background:#ffffff14;overflow:hidden}._progressFill_1vq4a_304{width:40%;height:100%;border-radius:3px;background:linear-gradient(90deg,#f7d5ee,#a8a3f7);animation:_progressSlide_1vq4a_1 1.1s ease-in-out infinite}._progressText_1vq4a_312{font-size:12px;color:var(--text-primary);opacity:.7;text-align:center}._foot_1vq4a_321{display:flex;align-items:center;justify-content:space-between;gap:16px}._addBtns_1vq4a_328{display:flex;gap:10px}._addBtn_1vq4a_328{display:inline-flex;align-items:center;gap:8px;height:36px;padding:0 16px;border-radius:7px;border:none;font-family:var(--font-family);font-size:11px;font-weight:700;cursor:pointer;white-space:nowrap;transition:opacity .15s;color:var(--text-dark);background:var(--purple)}._addBtn_1vq4a_328:hover{opacity:.85}._addBtn_1vq4a_328:disabled{opacity:.45;cursor:not-allowed}._submitBtn_1vq4a_354{--button-height: 36px;--button-padding: 0 24px;--button-font-size: 12px;--button-radius: 7px;margin-left:auto}@keyframes _fadeIn_1vq4a_1{0%{opacity:0}to{opacity:1}}@keyframes _slideUp_1vq4a_1{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes _progressSlide_1vq4a_1{0%{transform:translate(-100%)}to{transform:translate(250%)}}._grid_jerhy_1{display:grid;grid-template-columns:repeat(8,1fr);gap:20px;padding:0 var(--page-padding);margin-top:20px;margin-bottom:8px}@media (max-width: 1100px){._grid_jerhy_1{grid-template-columns:repeat(6,1fr)}}@media (max-width: 800px){._grid_jerhy_1{grid-template-columns:repeat(4,1fr);gap:16px}}@media (max-width: 520px){._grid_jerhy_1{grid-template-columns:repeat(3,1fr);gap:12px}}._emptyState_jerhy_30{color:#aaa;text-align:center;padding:40px;font-size:16px;grid-column:1 / -1}._shell_ttkop_6{background:var(--bg);color:var(--text-primary);font-family:var(--font-family);width:100%;max-width:100%;box-sizing:border-box;margin:0;display:flex;flex-direction:column;min-height:100vh;min-height:100dvh;height:100vh;max-height:100vh;height:100dvh;max-height:100dvh;overflow:hidden}._topBlock_ttkop_25{flex:0 0 auto}._mainScroll_ttkop_29{flex:1 1 auto;min-height:0;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;overscroll-behavior-y:contain;padding-bottom:max(20px,env(safe-area-inset-bottom,0px))}._backdrop_vhl7c_1{position:fixed;inset:0;background:var(--overlay-modal);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:10000;animation:_fadeIn_vhl7c_1 .2s ease}._modal_vhl7c_14{background:var(--surface);border-radius:20px;padding:28px 32px 32px;width:420px;max-width:90vw;animation:_slideUp_vhl7c_1 .25s ease;display:flex;flex-direction:column}._titleRow_vhl7c_25{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px;flex-shrink:0}._title_vhl7c_25{font-weight:700;font-size:18px;color:var(--text-primary)}._closeBtn_vhl7c_39{width:12px;height:12px;background:none;border:none;color:var(--text-primary);cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center;opacity:.6}._closeBtn_vhl7c_39:hover{opacity:1}._form_vhl7c_57{display:flex;flex-direction:column;gap:20px}._field_vhl7c_63{display:flex;flex-direction:column;gap:8px;margin:0}._label_vhl7c_70{display:block;font-size:12px;font-weight:600;color:var(--text-primary);opacity:.75;margin:0;line-height:1.3}._input_vhl7c_81,._select_vhl7c_82{width:100%;box-sizing:border-box;height:44px;padding:0 16px;border-radius:7px;border:1px solid rgba(255,255,255,.14);background:#ffffff0a;color:var(--text-primary);font-family:var(--font-family);font-weight:500;font-size:13px;outline:none}._input_vhl7c_81:focus-visible,._select_vhl7c_82:focus-visible{border-color:#ffffff47}._input_vhl7c_81:disabled,._select_vhl7c_82:disabled{opacity:.5;cursor:not-allowed}._select_vhl7c_82{cursor:pointer;appearance:none;-webkit-appearance:none;-moz-appearance:none;padding-right:42px;background-color:#ffffff0a;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1.5 2.25L6 6.25L10.5 2.25' stroke='%23ffffff' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round' stroke-opacity='0.8'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;background-size:12px 8px}._select_vhl7c_82::-ms-expand{display:none}._hint_vhl7c_125{font-size:12px;color:var(--text-primary);opacity:.5;margin:0 0 20px;line-height:1.45;flex-shrink:0}._error_vhl7c_134{background:#ff64641a;color:#ff6b6b;padding:12px 14px;border-radius:7px;border:1px solid rgba(255,100,100,.2);font-size:12px;line-height:1.4;margin:0}._success_vhl7c_145{background:#64ff641a;color:#6bff6b;padding:12px 14px;border-radius:7px;border:1px solid rgba(100,255,100,.2);font-size:12px;line-height:1.4;margin:0}._footer_vhl7c_156{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:flex-end;align-items:center;gap:12px;margin:0;padding-top:4px}._footerBtn_vhl7c_168{--button-height: 48px;--button-padding: 0 18px;--button-font-size: 15px;--button-radius: 15px}._footerBtnCancel_vhl7c_175{--button-width: auto;flex:0 0 auto}._footerBtnSubmit_vhl7c_180{--button-width: auto;flex:1 1 0;min-width:0}._scrollArea_gxofp_1{padding:0 var(--page-padding) 40px}._hero_gxofp_5{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:24px;align-items:end;padding:24px 0 20px}._heroCopy_gxofp_13{max-width:760px}._eyebrow_gxofp_17{font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:#ffffff73;margin-bottom:12px}._hero_gxofp_5 h1{font-size:clamp(30px,4vw,46px);line-height:1.04;margin-bottom:0}._toolbar_gxofp_31{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:10px}._presetGroup_gxofp_39{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end;align-items:center}._toolbarButton_gxofp_47,._toolbarPrimary_gxofp_48{--button-height: 36px;--button-padding: 0 16px;--button-font-size: 12px;--button-radius: 12px}._presetButtonActive_gxofp_55{background:#d6c8ff24;color:#f0ecff;border-color:#d6c8ff8c;box-shadow:0 0 0 1px #d6c8ff2e}._presetButtonActive_gxofp_55:hover{opacity:1;background:#d6c8ff33}._calendarWrap_gxofp_67{position:relative}._periodDates_gxofp_71{display:grid;grid-template-columns:repeat(2,minmax(0,160px));gap:14px}._periodActions_gxofp_77{display:flex;gap:8px;align-items:end;justify-content:flex-end;margin-top:14px}._calendarToggle_gxofp_85{list-style:none;width:52px;height:36px;padding:0;display:inline-flex;align-items:center;justify-content:center;border-radius:12px;border:1px solid var(--text-primary);background:transparent;cursor:pointer;transition:opacity .15s ease,border-color .15s ease,background .15s ease}._calendarToggle_gxofp_85::-webkit-details-marker{display:none}._calendarToggle_gxofp_85:hover{opacity:.92}._calendarWrap_gxofp_67[open] ._calendarToggle_gxofp_85{border-color:#d6c8ff;background:#d6c8ff14}._calendarIcon_gxofp_113{width:18px;height:18px;color:var(--text-primary);flex:0 0 auto}._calendarIcon_gxofp_113 svg{width:100%;height:100%;stroke:currentColor;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}._calendarPopover_gxofp_130{position:absolute;top:calc(100% + 12px);right:0;z-index:20;min-width:380px;padding:18px}._calendarPopover_gxofp_130._panel_gxofp_139{background:#101012;border:1px solid rgba(255,255,255,.12);border-radius:18px;box-shadow:0 24px 44px #0000009e}._deskTabs_gxofp_146{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:0 0 20px}._deskTab_gxofp_146{display:flex;flex-direction:column;align-items:flex-start;gap:6px;padding:16px 18px;border-radius:var(--radius-card);border:1px solid rgba(39,38,44,.2);cursor:pointer;text-align:left;transform:translateY(0);transition:transform .22s cubic-bezier(.34,1.2,.64,1),box-shadow .22s ease,border-color .18s ease,filter .18s ease}._deskTab_gxofp_146:focus{outline:none}._deskTab_gxofp_146:focus-visible{outline:2px solid rgba(39,38,44,.55);outline-offset:3px}._deskTabPrimary_gxofp_180{background:var(--yellow);color:var(--text-dark)}._deskTabPrimary_gxofp_180:hover{transform:translateY(-4px);box-shadow:0 12px 32px #00000052;border-color:#27262c66;filter:brightness(1.03)}._deskTabPrimary_gxofp_180:active{transform:translateY(-1px);transition-duration:.08s}._deskTabPrimary_gxofp_180._deskTabActive_gxofp_197{box-shadow:0 0 0 2px #27262c73,var(--shadow-sm)}._deskTabPrimary_gxofp_180._deskTabActive_gxofp_197:hover{box-shadow:0 0 0 2px #27262c80,0 14px 36px #00000057}._deskTabReviewer_gxofp_205{background:var(--pink);color:var(--text-dark)}._deskTabReviewer_gxofp_205:hover{transform:translateY(-4px);box-shadow:0 12px 32px #00000052;border-color:#27262c66;filter:brightness(1.03)}._deskTabReviewer_gxofp_205:active{transform:translateY(-1px);transition-duration:.08s}._deskTabReviewer_gxofp_205._deskTabActive_gxofp_197{box-shadow:0 0 0 2px #27262c73,var(--shadow-sm)}._deskTabReviewer_gxofp_205._deskTabActive_gxofp_197:hover{box-shadow:0 0 0 2px #27262c80,0 14px 36px #00000057}@media (prefers-reduced-motion: reduce){._deskTab_gxofp_146{transition:border-color .15s ease,box-shadow .15s ease,filter .15s ease}._deskTabPrimary_gxofp_180:hover,._deskTabReviewer_gxofp_205:hover,._deskTabPrimary_gxofp_180:active,._deskTabReviewer_gxofp_205:active{transform:none}}._deskTabTitle_gxofp_246{font-size:16px;font-weight:700;color:inherit}._deskTabHint_gxofp_252{color:#27262cad;font-size:12px;line-height:1.45}._panel_gxofp_139{background:#ffffff06;border:1px solid rgba(255,255,255,.08);border-radius:16px;box-shadow:var(--shadow-md)}._panelHeading_gxofp_265{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:18px}._panelHeading_gxofp_265 h3{font-size:18px;margin-bottom:6px}._panelHeading_gxofp_265 p{color:#fff9;font-size:13px;line-height:1.45}._filterField_gxofp_284{display:flex;flex-direction:column;gap:8px}._filterLabel_gxofp_290{font-size:11px;color:#ffffff8c;text-transform:uppercase;letter-spacing:.04em}._input_gxofp_297{height:40px;width:100%;border-radius:10px;border:1px solid rgba(255,255,255,.1);background:#ffffff09;color:var(--text-primary);padding:0 12px;font-family:var(--font-family)}._input_gxofp_297:focus{outline:none;border-color:#d6c8ff6b;box-shadow:0 0 0 3px #d6c8ff14}._summaryGrid_gxofp_314{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px;margin-bottom:18px}._summaryGridTwo_gxofp_321{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}._reviewerGaugesQueuesRow_gxofp_325{display:grid;grid-template-columns:1fr 1fr minmax(260px,1.12fr);gap:14px;align-items:start;margin-bottom:18px}._reviewerRoot_gxofp_333 ._reviewerGaugesQueuesRow_gxofp_325 ._gaugeCard_gxofp_333{min-height:0}._reviewerRoot_gxofp_333 ._summaryCard_gxofp_337{min-height:118px;padding:14px 16px 14px 18px}._reviewerRoot_gxofp_333 ._summaryValue_gxofp_342,._reviewerRoot_gxofp_333 ._summaryLabel_gxofp_346{margin-bottom:10px}._reviewerRoot_gxofp_333 ._gaugeCard_gxofp_333{min-height:204px;padding:14px 14px 12px}._reviewerRoot_gxofp_333 ._gaugeHeader_gxofp_355{min-height:44px}._reviewerRoot_gxofp_333 ._gaugeWrap_gxofp_359{min-height:108px}._reviewerRoot_gxofp_333 ._gaugeValueText_gxofp_363{top:58px;font-size:26px}._summaryCard_gxofp_337{padding:18px 18px 18px 20px;min-height:152px;border-left:3px solid transparent;background:linear-gradient(145deg,#ffffff0a,#ffffff05 55%,#ffffff04)}._summaryAccent_violet_gxofp_375{border-left-color:#c4b5fdd9;box-shadow:inset 0 1px #c4b5fd1f}._summaryAccent_rose_gxofp_380{border-left-color:#e8a4c8e6;box-shadow:inset 0 1px #e8a4c81a}._summaryAccent_slate_gxofp_385{border-left-color:#94a3b8bf;box-shadow:inset 0 1px #94a3b814}._summaryAccent_neutral_gxofp_390{border-left-color:#ffffff24}._summaryAccent_purple_gxofp_394{border-left-color:#a8a3f7f2;box-shadow:inset 0 1px #a8a3f724}._summaryAccent_yellow_gxofp_399{border-left-color:#f8ffa0f2;box-shadow:inset 0 1px #f8ffa01f}._summaryLabel_gxofp_346{color:#ffffff94;font-size:13px;margin-bottom:14px}._summaryValue_gxofp_342{font-size:clamp(32px,3vw,44px);line-height:1;font-weight:800;margin-bottom:14px}._summaryMeta_gxofp_417{display:flex;justify-content:space-between;gap:12px;color:#fff9;font-size:12px}._gaugeGridCompact_gxofp_425{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-bottom:18px}._gaugeCard_gxofp_333{padding:18px 18px 14px;min-height:238px}._gaugeTone_pink_gxofp_437{background:linear-gradient(155deg,#f7d5ee38,#27262ceb 42%,#ffffff08);border-color:#f7d5ee73;box-shadow:0 0 0 1px #f7d5ee1f,var(--shadow-md)}._gaugeTone_pink_gxofp_437 ._gaugeTitle_gxofp_443{color:var(--pink)}._gaugeTone_pink_gxofp_437 ._gaugeHint_gxofp_447{color:#f7d5eebf}._gaugeTone_yellow_gxofp_451{background:linear-gradient(155deg,#f8ffa033,#27262ceb 42%,#ffffff08);border-color:#f8ffa066;box-shadow:0 0 0 1px #f8ffa01a,var(--shadow-md)}._gaugeTone_yellow_gxofp_451 ._gaugeTitle_gxofp_443{color:var(--yellow)}._gaugeTone_yellow_gxofp_451 ._gaugeHint_gxofp_447{color:#f8ffa0b8}._gaugeTone_purple_gxofp_465{background:linear-gradient(155deg,#a8a3f73d,#27262ceb 45%,#ffffff08);border-color:#a8a3f77a;box-shadow:0 0 0 1px #a8a3f724,var(--shadow-md)}._gaugeTone_purple_gxofp_465 ._gaugeTitle_gxofp_443{color:var(--purple)}._gaugeTone_purple_gxofp_465 ._gaugeHint_gxofp_447{color:#c8c4ffc7}._gaugeTone_pink_gxofp_437 ._gaugeValueText_gxofp_363,._gaugeTone_yellow_gxofp_451 ._gaugeValueText_gxofp_363,._gaugeTone_purple_gxofp_465 ._gaugeValueText_gxofp_363{color:var(--text-primary)}._gaugeHeader_gxofp_355{min-height:56px}._gaugeTitle_gxofp_443{font-size:14px;font-weight:700;margin-bottom:6px}._gaugeHint_gxofp_447{font-size:12px;color:#ffffff94;line-height:1.4}._gaugeWrap_gxofp_359{position:relative;display:grid;place-items:center;min-height:130px}._gaugeSvg_gxofp_508{width:100%;max-width:180px}._gaugeTrack_gxofp_513,._gaugeValueArc_gxofp_514{fill:none;stroke-width:12;stroke-linecap:round}._gaugeTrack_gxofp_513{stroke:#ffffff14}._gaugeValueText_gxofp_363{position:absolute;top:66px;font-size:28px;font-weight:800}._twoCol_gxofp_531{display:grid;grid-template-columns:1.45fr 1fr;gap:16px;margin-bottom:18px}._singleCol_gxofp_538{margin-bottom:18px}._disclosureGrid_gxofp_542{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}._chartPanel_gxofp_548,._queuePanel_gxofp_549,._barPanel_gxofp_550,._durationPanel_gxofp_551,._disclosure_gxofp_542{padding:18px}._chartPanel_gxofp_548,._queuePanel_gxofp_549,._barPanel_gxofp_550,._durationPanel_gxofp_551{min-height:100%}._legend_gxofp_563{display:flex;gap:12px;flex-wrap:wrap}._legendItem_gxofp_569{display:inline-flex;align-items:center;gap:6px;font-size:12px;color:#ffffff9e}._legendItem_gxofp_569 i{width:10px;height:10px;border-radius:999px;display:inline-block}._lineChart_gxofp_584{width:100%;height:auto}._chartGridLine_gxofp_589{stroke:#ffffff14;stroke-width:1}._chartPath_gxofp_594{fill:none;stroke-width:3;stroke-linecap:round;stroke-linejoin:round}._chartAxisLabel_gxofp_601{fill:#ffffff6b;font-size:11px}._queueGrid_gxofp_606{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}._queueItem_gxofp_612{min-height:100px;padding:14px;border-radius:12px;background:#ffffff08;border:1px solid rgba(255,255,255,.08);display:flex;flex-direction:column;justify-content:space-between}._queueTone_pink_gxofp_623{background:linear-gradient(135deg,#e8a4c824,#ffffff08);border-color:#e8a4c847}._queueTone_purple_gxofp_628{background:linear-gradient(135deg,#c4b5fd29,#ffffff08);border-color:#c4b5fd4d}._queueTone_yellow_gxofp_633{background:linear-gradient(135deg,#d4c46a24,#ffffff08);border-color:#d4c46a47}._queueItem_gxofp_612 span{color:#ffffffa3}._queueItem_gxofp_612 strong{font-size:32px;line-height:1}._queuePanelCompact_gxofp_647{padding:14px}._queuePanelCompact_gxofp_647 ._panelHeading_gxofp_265{margin-bottom:10px}._queuePanelCompact_gxofp_647 ._panelHeading_gxofp_265 h3{font-size:14px}._queuePanelCompact_gxofp_647 ._panelHeading_gxofp_265 p{font-size:11px;line-height:1.35}._queuePanelCompact_gxofp_647 ._queueItem_gxofp_612{min-height:84px;padding:12px}._queuePanelCompact_gxofp_647 ._queueItem_gxofp_612 strong{font-size:26px}._insightStrip_gxofp_673{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:18px}._insightChip_gxofp_680{display:inline-flex;align-items:baseline;gap:10px;padding:10px 16px;border-radius:999px;border:1px solid rgba(196,181,253,.25);background:#c4b5fd14}._insightChipLabel_gxofp_690{font-size:12px;color:#ffffff9e}._insightChipValue_gxofp_695{font-size:15px;font-weight:800;letter-spacing:-.02em}._funnelPanel_gxofp_701{padding:18px}._funnelSteps_gxofp_705{display:flex;flex-direction:column;gap:14px}._funnelStepHead_gxofp_711{display:flex;justify-content:space-between;align-items:baseline;gap:12px;margin-bottom:6px}._funnelStepLabel_gxofp_719{font-size:13px;color:#ffffffb8}._funnelStepValue_gxofp_724{font-size:18px;font-weight:800;letter-spacing:-.02em}._funnelStepTrack_gxofp_730{height:12px;border-radius:999px;background:#ffffff0f;overflow:hidden}._funnelStepFill_gxofp_737{height:100%;border-radius:999px;background:linear-gradient(90deg,#c4b5fdf2,#818cf8a6);min-width:4px;transition:width .35s ease}._donutPanel_gxofp_745{padding:18px}._donutLayout_gxofp_749{display:flex;align-items:center;gap:22px;flex-wrap:wrap}._donutGraphic_gxofp_756{position:relative;width:148px;height:148px;flex-shrink:0}._donutRing_gxofp_763{width:100%;height:100%;border-radius:50%;box-shadow:0 0 0 1px #ffffff0f inset}._donutHole_gxofp_770{position:absolute;inset:26%;border-radius:50%;background:#0c0c0e;border:1px solid rgba(255,255,255,.06);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:2px}._donutTotal_gxofp_784{font-size:20px;font-weight:800;line-height:1}._donutTotalHint_gxofp_790{font-size:10px;text-transform:uppercase;letter-spacing:.08em;color:#ffffff73}._donutLegend_gxofp_797{list-style:none;margin:0;padding:0;flex:1;min-width:200px;display:flex;flex-direction:column;gap:10px}._donutLegendRow_gxofp_808{display:flex;align-items:center;gap:10px;font-size:13px}._donutSwatch_gxofp_815{width:10px;height:10px;border-radius:3px;flex-shrink:0}._donutLegendLabel_gxofp_822{flex:1;color:#ffffffc7;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._donutLegendValue_gxofp_831{font-weight:700;text-align:right;display:flex;flex-direction:column;gap:2px;font-variant-numeric:tabular-nums}._donutLegendValue_gxofp_831 small{font-size:11px;font-weight:600;color:#ffffff73}._barList_gxofp_846{display:flex;flex-direction:column;gap:14px}._barRowTop_gxofp_852{display:flex;justify-content:space-between;gap:12px;font-size:13px;margin-bottom:7px}._barTrack_gxofp_860{height:10px;background:#ffffff0f;border-radius:999px;overflow:hidden}._barValue_gxofp_867{height:100%;border-radius:999px;background:#d6c8ff}._durationList_gxofp_873{display:flex;flex-direction:column;gap:14px}._durationItem_gxofp_879{display:flex;justify-content:space-between;gap:18px;align-items:center;min-height:44px;padding:0 2px;border-bottom:1px solid rgba(255,255,255,.06)}._durationItem_gxofp_879:last-child{border-bottom:none}._durationItem_gxofp_879 span{color:#ffffffad}._durationItem_gxofp_879 strong{font-size:18px}._errorBox_gxofp_901,._loadingBox_gxofp_902,._emptyNote_gxofp_903{border-radius:14px;padding:16px 18px;margin-bottom:16px;color:#ffffffd1;background:#ffffff0a;border:1px solid rgba(255,255,255,.08)}._emptyNoteInline_gxofp_912{border-radius:14px;padding:16px 18px;margin-bottom:16px;color:#ffffffad;background:#ffffff06;border:1px dashed rgba(255,255,255,.1)}._disclosure_gxofp_542{margin-bottom:18px;padding:0;overflow:hidden}._disclosureSummary_gxofp_927{list-style:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px;background:#ffffff04}._disclosureSummary_gxofp_927::-webkit-details-marker{display:none}._disclosureSummary_gxofp_927 strong{display:block;font-size:15px;margin-bottom:4px}._disclosureSummary_gxofp_927 span{color:#ffffff94;font-size:12px;line-height:1.45}._disclosureAction_gxofp_954{white-space:nowrap;color:#ffffffdb}._disclosureBody_gxofp_959{padding:0 18px 18px;border-top:1px solid rgba(255,255,255,.05)}@media (max-width: 1240px){._hero_gxofp_5{grid-template-columns:1fr}._toolbar_gxofp_31,._periodActions_gxofp_77{justify-content:flex-start}._calendarPopover_gxofp_130{left:0;right:auto}._summaryGrid_gxofp_314,._gaugeGridCompact_gxofp_425,._disclosureGrid_gxofp_542,._reviewerGaugesQueuesRow_gxofp_325{grid-template-columns:repeat(2,minmax(0,1fr))}._reviewerGaugesQueuesRow_gxofp_325>:nth-child(3){grid-column:1 / -1}._twoCol_gxofp_531{grid-template-columns:1fr}}@media (max-width: 760px){._scrollArea_gxofp_1{padding:0 18px 32px}._deskTabs_gxofp_146,._summaryGrid_gxofp_314,._gaugeGridCompact_gxofp_425,._queueGrid_gxofp_606,._disclosureGrid_gxofp_542,._reviewerGaugesQueuesRow_gxofp_325,._periodDates_gxofp_71{grid-template-columns:1fr}._reviewerGaugesQueuesRow_gxofp_325>:nth-child(3){grid-column:auto}._calendarToggle_gxofp_85,._calendarPopover_gxofp_130{min-width:0}._calendarPopover_gxofp_130{width:min(340px,calc(100vw - 36px))}._summaryMeta_gxofp_417,._barRowTop_gxofp_852,._durationItem_gxofp_879,._panelHeading_gxofp_265,._disclosureSummary_gxofp_927{flex-direction:column;align-items:flex-start}}
