@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: 251px;--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_17c05_1{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:30px var(--page-padding) 0}._csvBtn_17c05_9{--button-height: 31px;--button-padding: 0 18px;--button-font-size: 12px;--button-radius: var(--radius-btn-sm)}._csvBtnActive_17c05_16{border-color:#a78bfa80;animation:_csvPulse_17c05_1 2s ease-in-out infinite}@keyframes _csvPulse_17c05_1{0%,to{border-color:#a78bfa80}50%{border-color:#a78bfae6}}._queueBtn_17c05_26{--button-height: 31px;--button-padding: 0 18px;--button-font-size: 12px;--button-radius: var(--radius-btn-sm)}._queueBtnLabel_17c05_33{display:inline-flex;align-items:center;gap:8px}._queueBadge_17c05_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_17c05_51{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_17c05_61{display:flex;align-items:center;gap:12px;flex-shrink:0;flex-wrap:wrap;justify-content:flex-end}._superDeskSwitch_17c05_70{display:inline-flex;align-items:stretch;border:1px solid var(--border-light);border-radius:var(--radius-btn-sm);overflow:hidden}._superDeskBtn_17c05_78{margin:0;padding:0 14px;height:31px;font-family:var(--font-family);font-size:11px;font-weight:600;color:#ffffffa6;background:transparent;border:none;cursor:pointer;white-space:nowrap}._superDeskBtn_17c05_78:hover{color:var(--text-primary);background:#ffffff0f}._superDeskBtnActive_17c05_97{color:var(--text-primary);background:#a8a3f759}._superDeskBtn_17c05_78+._superDeskBtn_17c05_78{border-left:1px solid var(--border-light)}._inviteBtn_17c05_106{--button-height: 31px;--button-padding: 0 16px;--button-font-size: 12px;--button-radius: var(--radius-btn-sm)}._logoutBtn_17c05_113{--button-height: 31px;--button-padding: 0 20px;--button-font-size: 12px;--button-radius: var(--radius-btn-sm)}._bar_q5e8k_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_q5e8k_10{display:contents}._stats_q5e8k_10>*{width:160px;justify-self:start}._stats_q5e8k_10>*:nth-child(1){grid-column:1 / span 2}._stats_q5e8k_10>*:nth-child(2){grid-column:3 / span 2}._stats_q5e8k_10>*:nth-child(3){grid-column:5 / span 2}._submitBtn_q5e8k_31{grid-column:8;justify-self:stretch;--button-width: 100%;--button-height: 50px;--button-padding: 0 20px;--button-font-size: 13px;--button-gap: 8px;--button-icon-size: 12px}._submitIcon_q5e8k_42{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_1jfc7_1{width:100%;aspect-ratio:188 / 251;transition:opacity .3s ease}._wrapper_1jfc7_1._rejected_1jfc7_7{opacity:.35;pointer-events:none}._card_1jfc7_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}._image_1jfc7_22{width:100%;height:100%;object-fit:cover;display:block;border-radius:var(--radius-card)}._overlay_1jfc7_30{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}._overlay_1jfc7_30 ._actionBtn_1jfc7_43{opacity:0;transform:scale(.85);transition:opacity .18s ease,transform .18s ease,background .15s ease}._card_1jfc7_12:hover ._overlay_1jfc7_30{background:#00000080}._card_1jfc7_12:hover ._overlay_1jfc7_30 ._actionBtn_1jfc7_43{opacity:1;transform:scale(1)}._actionBtn_1jfc7_43{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_1jfc7_43:hover{background:#ffffff40;border-color:#fffc}._rejectBtn_1jfc7_77:hover{background:#ff505059;border-color:#ff6464cc}._loadingState_1jfc7_82{width:100%;height:100%;border-radius:var(--radius-card);background:var(--surface);display:flex;align-items:center;justify-content:center}._spinner_1jfc7_92{width:34px;height:34px;border-radius:50%;border:3px solid rgba(255,255,255,.18);border-top-color:#ffffffe6;animation:_spin_1jfc7_92 .85s linear infinite}@keyframes _spin_1jfc7_92{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._backdrop_r338v_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_r338v_1 .2s ease}._modal_r338v_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_r338v_1 .25s ease}._closeBtn_r338v_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_r338v_29:hover{opacity:.7}._images_r338v_50{display:flex;gap:16px;width:100%;height:100%}._panel_r338v_57{display:flex;flex:1;min-width:0;flex-direction:column;gap:8px}._imageSlot_r338v_65{flex:1;height:100%;border-radius:15px;overflow:hidden;position:relative;background:#ffffff0a}._imageSlot_r338v_65 img{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;border-radius:15px}._slotLabel_r338v_83{font-size:11px;font-weight:600;color:#ffffff73;text-transform:uppercase;letter-spacing:.5px;padding-left:2px}@media (max-width: 1279px){._modal_r338v_14{width:85vw;padding:28px;border-radius:24px}._images_r338v_50{gap:10px}}@keyframes _fadeIn_r338v_1{0%{opacity:0}to{opacity:1}}@keyframes _slideUp_r338v_1{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}._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}._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))}._wrapper_drk7b_1{position:relative;width:100%;aspect-ratio:3 / 4}._card_drk7b_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}._card_drk7b_7:hover{transform:scale(1.03);box-shadow:0 10px 24px #00000047}._image_drk7b_23{width:100%;height:100%;object-fit:cover;display:block}._loadingState_drk7b_30{width:100%;height:100%;border-radius:var(--radius-card);background:var(--surface);display:flex;align-items:center;justify-content:center}._spinner_drk7b_40{width:34px;height:34px;border-radius:50%;border:3px solid rgba(255,255,255,.18);border-top-color:#ffffffe6;animation:_spin_drk7b_40 .85s linear infinite}@keyframes _spin_drk7b_40{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._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}._backdrop_brqnp_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_brqnp_1 .2s ease}._modal_brqnp_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_brqnp_1 .25s ease}._images_brqnp_31{display:flex;gap:10px;flex:6.5 1 0;min-width:0;height:100%}._imageSlot_brqnp_39{height:100%;aspect-ratio:2 / 3;border-radius:15px;overflow:hidden;position:relative;background:#ffffff0a;flex-shrink:1;min-width:0}._imageSlot_brqnp_39 img{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;border-radius:15px}._loadingState_brqnp_59{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:#ffffff0a}._errorState_brqnp_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_brqnp_81{font-size:18px;font-weight:700;color:#ff8b8b}._errorText_brqnp_87{font-size:14px;line-height:1.5;color:#ffffffe0;max-width:320px;word-break:break-word}._spinner_brqnp_95{width:40px;height:40px;border-radius:50%;border:3px solid rgba(255,255,255,.18);border-top-color:#ffffffe6;animation:_spin_brqnp_95 .85s linear infinite}._rightColumn_brqnp_105{display:flex;flex-direction:column;gap:16px;flex:3.5 1 0;min-width:200px;height:100%;overflow:hidden}._titleRow_brqnp_115{display:flex;align-items:center;justify-content:space-between;width:100%;flex-shrink:0}._title_brqnp_115{font-family:var(--font-family);font-weight:700;font-size:22px;color:var(--text-primary);line-height:normal;white-space:nowrap}._rejectionBox_brqnp_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_brqnp_142{font-size:10px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#f8b4b4e6;margin-bottom:6px}._rejectionBoxText_brqnp_151{font-size:14px;line-height:1.45;color:#ffffffeb;white-space:pre-wrap;word-break:break-word}._closeBtn_brqnp_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_brqnp_159:hover{opacity:.7}._settingsArea_brqnp_179{display:flex;flex-direction:column;gap:8px;width:100%;flex:1 1 0;min-height:0;overflow-y:auto}._footer_brqnp_189{display:flex;align-items:center;width:100%;flex-shrink:0;justify-content:flex-end;gap:12px}._hiddenInput_brqnp_198{display:none}._uploadBtn_brqnp_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_brqnp_202 svg{width:20px;height:20px}._uploadBtn_brqnp_202:hover:not(:disabled){border-color:#ffffff80;background:#ffffff0f}._uploadBtn_brqnp_202:disabled{opacity:.4;cursor:not-allowed}._magicBtn_brqnp_233{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_brqnp_245{width:100%;height:14px}@media (min-width: 1920px){._modal_brqnp_14{max-width:1400px;max-height:800px;padding:50px;gap:24px}._title_brqnp_115{font-size:24px}._magicBtn_brqnp_233{--button-height: 53px;--button-font-size: 16px}}@media (max-width: 1439px){._modal_brqnp_14{padding:32px;gap:16px;border-radius:24px}._rightColumn_brqnp_105{gap:12px}._settingsArea_brqnp_179{gap:6px}._title_brqnp_115{font-size:20px}._closeBtn_brqnp_159{top:16px;right:16px}._uploadBtn_brqnp_202{width:44px;height:44px;border-radius:12px}._magicBtn_brqnp_233{--button-width: 170px;--button-height: 44px;--button-font-size: 14px;--button-radius: 12px}}@media (max-width: 1279px){._modal_brqnp_14{padding:24px;gap:14px;border-radius:20px;width:95vw;height:85vh}._images_brqnp_31{gap:6px}._rightColumn_brqnp_105{gap:10px}._settingsArea_brqnp_179{gap:6px}._title_brqnp_115{font-size:18px}._closeBtn_brqnp_159{top:14px;right:14px}._uploadBtn_brqnp_202{width:42px;height:42px;border-radius:10px}._magicBtn_brqnp_233{--button-width: 160px;--button-height: 42px;--button-font-size: 13px;--button-radius: 10px}}@keyframes _fadeIn_brqnp_1{0%{opacity:0}to{opacity:1}}@keyframes _slideUp_brqnp_1{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes _spin_brqnp_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_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_9xfhc_1{padding:0 var(--page-padding) 40px}._hero_9xfhc_5{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:24px;align-items:end;padding:24px 0 20px}._heroCopy_9xfhc_13{max-width:760px}._eyebrow_9xfhc_17{font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:#ffffff73;margin-bottom:12px}._hero_9xfhc_5 h1{font-size:clamp(30px,4vw,46px);line-height:1.04;margin-bottom:0}._toolbar_9xfhc_31{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:10px}._presetGroup_9xfhc_39{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end;align-items:center}._toolbarButton_9xfhc_47,._toolbarPrimary_9xfhc_48{--button-height: 36px;--button-padding: 0 16px;--button-font-size: 12px;--button-radius: 12px}._presetButtonActive_9xfhc_55{background:#d6c8ff24;color:#f0ecff;border-color:#d6c8ff8c;box-shadow:0 0 0 1px #d6c8ff2e}._presetButtonActive_9xfhc_55:hover{opacity:1;background:#d6c8ff33}._calendarWrap_9xfhc_67{position:relative}._periodDates_9xfhc_71{display:grid;grid-template-columns:repeat(2,minmax(0,160px));gap:14px}._periodActions_9xfhc_77{display:flex;gap:8px;align-items:end;justify-content:flex-end;margin-top:14px}._calendarToggle_9xfhc_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_9xfhc_85::-webkit-details-marker{display:none}._calendarToggle_9xfhc_85:hover{opacity:.92}._calendarWrap_9xfhc_67[open] ._calendarToggle_9xfhc_85{border-color:#d6c8ff;background:#d6c8ff14}._calendarIcon_9xfhc_113{width:18px;height:18px;color:var(--text-primary);flex:0 0 auto}._calendarIcon_9xfhc_113 svg{width:100%;height:100%;stroke:currentColor;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}._calendarPopover_9xfhc_130{position:absolute;top:calc(100% + 12px);right:0;z-index:20;min-width:380px;padding:18px}._calendarPopover_9xfhc_130._panel_9xfhc_139{background:#101012;border:1px solid rgba(255,255,255,.12);border-radius:18px;box-shadow:0 24px 44px #0000009e}._deskTabs_9xfhc_146{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:0 0 20px}._deskTab_9xfhc_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_9xfhc_146:focus{outline:none}._deskTab_9xfhc_146:focus-visible{outline:2px solid rgba(39,38,44,.55);outline-offset:3px}._deskTabPrimary_9xfhc_180{background:var(--yellow);color:var(--text-dark)}._deskTabPrimary_9xfhc_180:hover{transform:translateY(-4px);box-shadow:0 12px 32px #00000052;border-color:#27262c66;filter:brightness(1.03)}._deskTabPrimary_9xfhc_180:active{transform:translateY(-1px);transition-duration:.08s}._deskTabPrimary_9xfhc_180._deskTabActive_9xfhc_197{box-shadow:0 0 0 2px #27262c73,var(--shadow-sm)}._deskTabPrimary_9xfhc_180._deskTabActive_9xfhc_197:hover{box-shadow:0 0 0 2px #27262c80,0 14px 36px #00000057}._deskTabReviewer_9xfhc_205{background:var(--pink);color:var(--text-dark)}._deskTabReviewer_9xfhc_205:hover{transform:translateY(-4px);box-shadow:0 12px 32px #00000052;border-color:#27262c66;filter:brightness(1.03)}._deskTabReviewer_9xfhc_205:active{transform:translateY(-1px);transition-duration:.08s}._deskTabReviewer_9xfhc_205._deskTabActive_9xfhc_197{box-shadow:0 0 0 2px #27262c73,var(--shadow-sm)}._deskTabReviewer_9xfhc_205._deskTabActive_9xfhc_197:hover{box-shadow:0 0 0 2px #27262c80,0 14px 36px #00000057}@media (prefers-reduced-motion: reduce){._deskTab_9xfhc_146{transition:border-color .15s ease,box-shadow .15s ease,filter .15s ease}._deskTabPrimary_9xfhc_180:hover,._deskTabReviewer_9xfhc_205:hover,._deskTabPrimary_9xfhc_180:active,._deskTabReviewer_9xfhc_205:active{transform:none}}._deskTabTitle_9xfhc_246{font-size:16px;font-weight:700;color:inherit}._deskTabHint_9xfhc_252{color:#27262cad;font-size:12px;line-height:1.45}._panel_9xfhc_139{background:#ffffff06;border:1px solid rgba(255,255,255,.08);border-radius:16px;box-shadow:var(--shadow-md)}._panelHeading_9xfhc_265{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:18px}._panelHeading_9xfhc_265 h3{font-size:18px;margin-bottom:6px}._panelHeading_9xfhc_265 p{color:#fff9;font-size:13px;line-height:1.45}._filterField_9xfhc_284{display:flex;flex-direction:column;gap:8px}._filterLabel_9xfhc_290{font-size:11px;color:#ffffff8c;text-transform:uppercase;letter-spacing:.04em}._input_9xfhc_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_9xfhc_297:focus{outline:none;border-color:#d6c8ff6b;box-shadow:0 0 0 3px #d6c8ff14}._summaryGrid_9xfhc_314{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-bottom:18px}._summaryGridTwo_9xfhc_321{grid-template-columns:repeat(2,minmax(0,1fr))}._reviewerGaugesQueuesRow_9xfhc_325{display:grid;grid-template-columns:1fr 1fr minmax(260px,1.12fr);gap:14px;align-items:start;margin-bottom:18px}._reviewerRoot_9xfhc_333 ._reviewerGaugesQueuesRow_9xfhc_325 ._gaugeCard_9xfhc_333{min-height:0}._reviewerRoot_9xfhc_333 ._summaryCard_9xfhc_337{min-height:118px;padding:14px 16px 14px 18px}._reviewerRoot_9xfhc_333 ._summaryValue_9xfhc_342,._reviewerRoot_9xfhc_333 ._summaryLabel_9xfhc_346{margin-bottom:10px}._reviewerRoot_9xfhc_333 ._gaugeCard_9xfhc_333{min-height:204px;padding:14px 14px 12px}._reviewerRoot_9xfhc_333 ._gaugeHeader_9xfhc_355{min-height:44px}._reviewerRoot_9xfhc_333 ._gaugeWrap_9xfhc_359{min-height:108px}._reviewerRoot_9xfhc_333 ._gaugeValueText_9xfhc_363{top:58px;font-size:26px}._summaryCard_9xfhc_337{padding:18px 18px 18px 20px;min-height:152px;border-left:3px solid transparent;background:linear-gradient(145deg,#ffffff0a,#ffffff05 55%,#ffffff04)}._summaryAccent_violet_9xfhc_375{border-left-color:#c4b5fdd9;box-shadow:inset 0 1px #c4b5fd1f}._summaryAccent_rose_9xfhc_380{border-left-color:#e8a4c8e6;box-shadow:inset 0 1px #e8a4c81a}._summaryAccent_slate_9xfhc_385{border-left-color:#94a3b8bf;box-shadow:inset 0 1px #94a3b814}._summaryAccent_neutral_9xfhc_390{border-left-color:#ffffff24}._summaryAccent_purple_9xfhc_394{border-left-color:#a8a3f7f2;box-shadow:inset 0 1px #a8a3f724}._summaryAccent_yellow_9xfhc_399{border-left-color:#f8ffa0f2;box-shadow:inset 0 1px #f8ffa01f}._summaryLabel_9xfhc_346{color:#ffffff94;font-size:13px;margin-bottom:14px}._summaryValue_9xfhc_342{font-size:clamp(32px,3vw,44px);line-height:1;font-weight:800;margin-bottom:14px}._summaryMeta_9xfhc_417{display:flex;justify-content:space-between;gap:12px;color:#fff9;font-size:12px}._gaugeGridCompact_9xfhc_425{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-bottom:18px}._gaugeCard_9xfhc_333{padding:18px 18px 14px;min-height:238px}._gaugeTone_pink_9xfhc_437{background:linear-gradient(155deg,#f7d5ee38,#27262ceb 42%,#ffffff08);border-color:#f7d5ee73;box-shadow:0 0 0 1px #f7d5ee1f,var(--shadow-md)}._gaugeTone_pink_9xfhc_437 ._gaugeTitle_9xfhc_443{color:var(--pink)}._gaugeTone_pink_9xfhc_437 ._gaugeHint_9xfhc_447{color:#f7d5eebf}._gaugeTone_yellow_9xfhc_451{background:linear-gradient(155deg,#f8ffa033,#27262ceb 42%,#ffffff08);border-color:#f8ffa066;box-shadow:0 0 0 1px #f8ffa01a,var(--shadow-md)}._gaugeTone_yellow_9xfhc_451 ._gaugeTitle_9xfhc_443{color:var(--yellow)}._gaugeTone_yellow_9xfhc_451 ._gaugeHint_9xfhc_447{color:#f8ffa0b8}._gaugeTone_purple_9xfhc_465{background:linear-gradient(155deg,#a8a3f73d,#27262ceb 45%,#ffffff08);border-color:#a8a3f77a;box-shadow:0 0 0 1px #a8a3f724,var(--shadow-md)}._gaugeTone_purple_9xfhc_465 ._gaugeTitle_9xfhc_443{color:var(--purple)}._gaugeTone_purple_9xfhc_465 ._gaugeHint_9xfhc_447{color:#c8c4ffc7}._gaugeTone_pink_9xfhc_437 ._gaugeValueText_9xfhc_363,._gaugeTone_yellow_9xfhc_451 ._gaugeValueText_9xfhc_363,._gaugeTone_purple_9xfhc_465 ._gaugeValueText_9xfhc_363{color:var(--text-primary)}._gaugeHeader_9xfhc_355{min-height:56px}._gaugeTitle_9xfhc_443{font-size:14px;font-weight:700;margin-bottom:6px}._gaugeHint_9xfhc_447{font-size:12px;color:#ffffff94;line-height:1.4}._gaugeWrap_9xfhc_359{position:relative;display:grid;place-items:center;min-height:130px}._gaugeSvg_9xfhc_508{width:100%;max-width:180px}._gaugeTrack_9xfhc_513,._gaugeValueArc_9xfhc_514{fill:none;stroke-width:12;stroke-linecap:round}._gaugeTrack_9xfhc_513{stroke:#ffffff14}._gaugeValueText_9xfhc_363{position:absolute;top:66px;font-size:28px;font-weight:800}._twoCol_9xfhc_531{display:grid;grid-template-columns:1.45fr 1fr;gap:16px;margin-bottom:18px}._singleCol_9xfhc_538{margin-bottom:18px}._disclosureGrid_9xfhc_542{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}._chartPanel_9xfhc_548,._queuePanel_9xfhc_549,._barPanel_9xfhc_550,._durationPanel_9xfhc_551,._disclosure_9xfhc_542{padding:18px}._chartPanel_9xfhc_548,._queuePanel_9xfhc_549,._barPanel_9xfhc_550,._durationPanel_9xfhc_551{min-height:100%}._legend_9xfhc_563{display:flex;gap:12px;flex-wrap:wrap}._legendItem_9xfhc_569{display:inline-flex;align-items:center;gap:6px;font-size:12px;color:#ffffff9e}._legendItem_9xfhc_569 i{width:10px;height:10px;border-radius:999px;display:inline-block}._lineChart_9xfhc_584{width:100%;height:auto}._chartGridLine_9xfhc_589{stroke:#ffffff14;stroke-width:1}._chartPath_9xfhc_594{fill:none;stroke-width:3;stroke-linecap:round;stroke-linejoin:round}._chartAxisLabel_9xfhc_601{fill:#ffffff6b;font-size:11px}._queueGrid_9xfhc_606{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}._queueItem_9xfhc_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_9xfhc_623{background:linear-gradient(135deg,#e8a4c824,#ffffff08);border-color:#e8a4c847}._queueTone_purple_9xfhc_628{background:linear-gradient(135deg,#c4b5fd29,#ffffff08);border-color:#c4b5fd4d}._queueTone_yellow_9xfhc_633{background:linear-gradient(135deg,#d4c46a24,#ffffff08);border-color:#d4c46a47}._queueItem_9xfhc_612 span{color:#ffffffa3}._queueItem_9xfhc_612 strong{font-size:32px;line-height:1}._queuePanelCompact_9xfhc_647{padding:14px}._queuePanelCompact_9xfhc_647 ._panelHeading_9xfhc_265{margin-bottom:10px}._queuePanelCompact_9xfhc_647 ._panelHeading_9xfhc_265 h3{font-size:14px}._queuePanelCompact_9xfhc_647 ._panelHeading_9xfhc_265 p{font-size:11px;line-height:1.35}._queuePanelCompact_9xfhc_647 ._queueItem_9xfhc_612{min-height:84px;padding:12px}._queuePanelCompact_9xfhc_647 ._queueItem_9xfhc_612 strong{font-size:26px}._insightStrip_9xfhc_673{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:18px}._insightChip_9xfhc_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_9xfhc_690{font-size:12px;color:#ffffff9e}._insightChipValue_9xfhc_695{font-size:15px;font-weight:800;letter-spacing:-.02em}._funnelPanel_9xfhc_701{padding:18px}._funnelSteps_9xfhc_705{display:flex;flex-direction:column;gap:14px}._funnelStepHead_9xfhc_711{display:flex;justify-content:space-between;align-items:baseline;gap:12px;margin-bottom:6px}._funnelStepLabel_9xfhc_719{font-size:13px;color:#ffffffb8}._funnelStepValue_9xfhc_724{font-size:18px;font-weight:800;letter-spacing:-.02em}._funnelStepTrack_9xfhc_730{height:12px;border-radius:999px;background:#ffffff0f;overflow:hidden}._funnelStepFill_9xfhc_737{height:100%;border-radius:999px;background:linear-gradient(90deg,#c4b5fdf2,#818cf8a6);min-width:4px;transition:width .35s ease}._donutPanel_9xfhc_745{padding:18px}._donutLayout_9xfhc_749{display:flex;align-items:center;gap:22px;flex-wrap:wrap}._donutGraphic_9xfhc_756{position:relative;width:148px;height:148px;flex-shrink:0}._donutRing_9xfhc_763{width:100%;height:100%;border-radius:50%;box-shadow:0 0 0 1px #ffffff0f inset}._donutHole_9xfhc_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_9xfhc_784{font-size:20px;font-weight:800;line-height:1}._donutTotalHint_9xfhc_790{font-size:10px;text-transform:uppercase;letter-spacing:.08em;color:#ffffff73}._donutLegend_9xfhc_797{list-style:none;margin:0;padding:0;flex:1;min-width:200px;display:flex;flex-direction:column;gap:10px}._donutLegendRow_9xfhc_808{display:flex;align-items:center;gap:10px;font-size:13px}._donutSwatch_9xfhc_815{width:10px;height:10px;border-radius:3px;flex-shrink:0}._donutLegendLabel_9xfhc_822{flex:1;color:#ffffffc7;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._donutLegendValue_9xfhc_831{font-weight:700;text-align:right;display:flex;flex-direction:column;gap:2px;font-variant-numeric:tabular-nums}._donutLegendValue_9xfhc_831 small{font-size:11px;font-weight:600;color:#ffffff73}._barList_9xfhc_846{display:flex;flex-direction:column;gap:14px}._barRowTop_9xfhc_852{display:flex;justify-content:space-between;gap:12px;font-size:13px;margin-bottom:7px}._barTrack_9xfhc_860{height:10px;background:#ffffff0f;border-radius:999px;overflow:hidden}._barValue_9xfhc_867{height:100%;border-radius:999px;background:#d6c8ff}._durationList_9xfhc_873{display:flex;flex-direction:column;gap:14px}._durationItem_9xfhc_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_9xfhc_879:last-child{border-bottom:none}._durationItem_9xfhc_879 span{color:#ffffffad}._durationItem_9xfhc_879 strong{font-size:18px}._errorBox_9xfhc_901,._loadingBox_9xfhc_902,._emptyNote_9xfhc_903{border-radius:14px;padding:16px 18px;margin-bottom:16px;color:#ffffffd1;background:#ffffff0a;border:1px solid rgba(255,255,255,.08)}._emptyNoteInline_9xfhc_912{border-radius:14px;padding:16px 18px;margin-bottom:16px;color:#ffffffad;background:#ffffff06;border:1px dashed rgba(255,255,255,.1)}._disclosure_9xfhc_542{margin-bottom:18px;padding:0;overflow:hidden}._disclosureSummary_9xfhc_927{list-style:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px;background:#ffffff04}._disclosureSummary_9xfhc_927::-webkit-details-marker{display:none}._disclosureSummary_9xfhc_927 strong{display:block;font-size:15px;margin-bottom:4px}._disclosureSummary_9xfhc_927 span{color:#ffffff94;font-size:12px;line-height:1.45}._disclosureAction_9xfhc_954{white-space:nowrap;color:#ffffffdb}._disclosureBody_9xfhc_959{padding:0 18px 18px;border-top:1px solid rgba(255,255,255,.05)}@media (max-width: 1240px){._hero_9xfhc_5{grid-template-columns:1fr}._toolbar_9xfhc_31,._periodActions_9xfhc_77{justify-content:flex-start}._calendarPopover_9xfhc_130{left:0;right:auto}._summaryGrid_9xfhc_314,._gaugeGridCompact_9xfhc_425,._disclosureGrid_9xfhc_542,._reviewerGaugesQueuesRow_9xfhc_325{grid-template-columns:repeat(2,minmax(0,1fr))}._reviewerGaugesQueuesRow_9xfhc_325>:nth-child(3){grid-column:1 / -1}._twoCol_9xfhc_531{grid-template-columns:1fr}}@media (max-width: 760px){._scrollArea_9xfhc_1{padding:0 18px 32px}._deskTabs_9xfhc_146,._summaryGrid_9xfhc_314,._gaugeGridCompact_9xfhc_425,._queueGrid_9xfhc_606,._disclosureGrid_9xfhc_542,._reviewerGaugesQueuesRow_9xfhc_325,._periodDates_9xfhc_71{grid-template-columns:1fr}._reviewerGaugesQueuesRow_9xfhc_325>:nth-child(3){grid-column:auto}._calendarToggle_9xfhc_85,._calendarPopover_9xfhc_130{min-width:0}._calendarPopover_9xfhc_130{width:min(340px,calc(100vw - 36px))}._summaryMeta_9xfhc_417,._barRowTop_9xfhc_852,._durationItem_9xfhc_879,._panelHeading_9xfhc_265,._disclosureSummary_9xfhc_927{flex-direction:column;align-items:flex-start}}
