.dashboard-module__a0MMCG__dashboardPage{background:var(--bg);min-height:100vh}.dashboard-module__a0MMCG__pageBody{width:min(1600px,100%);margin:0 auto;padding:27px 30px 48px}.dashboard-module__a0MMCG__dashboardGrid{grid-template-columns:280px minmax(0,1fr);align-items:start;column-gap:34px;display:grid}.dashboard-module__a0MMCG__contentColumn{gap:18px;min-width:0;display:grid}.dashboard-module__a0MMCG__hero{padding:4px 0 0}.dashboard-module__a0MMCG__hero h1{color:#172332;letter-spacing:-.012em;font-size:clamp(27px,2vw,31px);font-weight:600;line-height:1.25}.dashboard-module__a0MMCG__hero p{color:#748297;margin-top:8px;font-size:14px;font-weight:400}.dashboard-module__a0MMCG__leftRail{background:#fff;border:1px solid #e3e8ef;border-radius:12px;align-content:start;min-width:0;min-height:calc(100dvh - 124px);padding:16px;display:grid;position:sticky;top:96px;box-shadow:0 6px 22px #223a5209}.dashboard-module__a0MMCG__mainColumn{min-width:0}.dashboard-module__a0MMCG__search{color:#8290a3;background:#fff;border:1px solid #d7e1ec;border-radius:9px;align-items:center;width:100%;min-width:0;height:48px;padding:0 13px;transition:border-color .18s,box-shadow .18s;display:flex}.dashboard-module__a0MMCG__search:focus-within{border-color:var(--primary);box-shadow:0 0 0 3px #2f6f9f1a}.dashboard-module__a0MMCG__search input{color:#263344;background:0 0;border:0;outline:none;flex:1;min-width:0;padding:0 9px;font-size:14px;font-weight:400}.dashboard-module__a0MMCG__search input::placeholder{color:#8b98a9}.dashboard-module__a0MMCG__search kbd{color:#7d8a9c;white-space:nowrap;background:#f1f4f7;border-radius:5px;flex:none;padding:3px 7px;font-size:11px}.dashboard-module__a0MMCG__categoryFilters{gap:3px;margin-top:12px;display:grid}.dashboard-module__a0MMCG__categoryFilters button{color:#4f6075;text-align:left;cursor:pointer;white-space:nowrap;background:0 0;border:1px solid #0000;border-radius:8px;outline:0;grid-template-columns:21px minmax(0,1fr) auto;align-items:center;gap:10px;width:100%;min-width:0;height:46px;padding:0 12px;font-size:14px;font-weight:500;transition:color .18s,background .18s,border-color .18s;display:grid;position:relative}.dashboard-module__a0MMCG__categoryFilters button:before{opacity:0;background:var(--primary);content:"";border-radius:2px;width:3px;position:absolute;top:9px;bottom:9px;left:-1px}.dashboard-module__a0MMCG__categoryFilters button span{text-overflow:ellipsis;overflow:hidden}.dashboard-module__a0MMCG__categoryFilters button small{color:#73839a;text-align:center;background:#eef3f7;border-radius:10px;min-width:24px;padding:2px 6px;font-size:12px;font-weight:500}.dashboard-module__a0MMCG__categoryFilters button:hover,.dashboard-module__a0MMCG__categoryFilters button:focus-visible{color:var(--primary-dark);background:#f0f6fb}.dashboard-module__a0MMCG__categoryFilters button:focus-visible{box-shadow:0 0 0 3px #2f6f9f1a}.dashboard-module__a0MMCG__categoryFilters button[data-active=true]{color:var(--primary-dark);background:var(--primary-soft);border-color:#bfd3e5}.dashboard-module__a0MMCG__categoryFilters button[data-active=true]:before{opacity:1}.dashboard-module__a0MMCG__adSlot{color:#71829a;background:#fafbfd;border:1px dashed #d2dbe5;border-radius:10px;min-height:248px;margin-top:22px;display:none;overflow:hidden}.dashboard-module__a0MMCG__adSlot>header{border-bottom:1px solid #e8edf2;justify-content:space-between;align-items:center;padding:13px 15px;display:flex}.dashboard-module__a0MMCG__adSlot>header span{color:#50627a;font-size:13px;font-weight:600}.dashboard-module__a0MMCG__adSlot>header small{color:#8190a4;font-size:11px;font-weight:500}.dashboard-module__a0MMCG__adSlot>div{text-align:center;align-content:center;place-items:center;gap:8px;min-height:190px;padding:18px;display:grid}.dashboard-module__a0MMCG__adSlot>div svg{color:#7da1bf}.dashboard-module__a0MMCG__adSlot>div strong{color:#65778e;font-size:14px;font-weight:500}.dashboard-module__a0MMCG__adSlot>div small{color:#93a0b1;font-size:12px;font-weight:400}.dashboard-module__a0MMCG__recentTasks{margin-bottom:26px}.dashboard-module__a0MMCG__recentTasks>header{justify-content:space-between;align-items:center;margin-bottom:10px;display:flex}.dashboard-module__a0MMCG__recentTasks>header>div,.dashboard-module__a0MMCG__recentTasks>header>a{align-items:center;display:flex}.dashboard-module__a0MMCG__recentTasks>header>div{color:var(--primary);gap:8px}.dashboard-module__a0MMCG__recentTasks h2{color:#203044;font-size:18px;font-weight:600}.dashboard-module__a0MMCG__recentTasks>header>a{color:var(--primary);gap:5px;font-size:12px;font-weight:500}.dashboard-module__a0MMCG__recentTasks>header>a:hover{color:var(--primary-dark)}.dashboard-module__a0MMCG__recentTaskList{background:#fff;border:1px solid #d8e2ec;border-radius:10px;grid-template-columns:repeat(3,minmax(0,1fr));display:grid;overflow:hidden}.dashboard-module__a0MMCG__recentTaskItem{border-right:1px solid #e3e9ef;grid-template-columns:38px minmax(0,1fr) auto;align-items:center;gap:11px;min-width:0;min-height:88px;padding:14px 17px;transition:background .18s;display:grid}.dashboard-module__a0MMCG__recentTaskItem:last-child{border-right:0}.dashboard-module__a0MMCG__recentTaskItem:hover,.dashboard-module__a0MMCG__recentTaskItem:focus-visible{background:#f3f8fc;outline:0}.dashboard-module__a0MMCG__fallbackTaskIcon{width:34px;height:34px;color:var(--primary);background:var(--primary-soft);border-radius:8px;place-items:center;display:grid}.dashboard-module__a0MMCG__recentTaskCopy{gap:6px;min-width:0;display:grid}.dashboard-module__a0MMCG__recentTaskCopy>strong{color:#243246;text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:550;overflow:hidden}.dashboard-module__a0MMCG__recentTaskCopy>small{color:#75859a;white-space:nowrap;align-items:center;gap:8px;font-size:11px;font-weight:400;display:flex}.dashboard-module__a0MMCG__recentTaskCopy>small>span{color:#0e9470;font-weight:550}.dashboard-module__a0MMCG__recentTaskItem[data-status=processing] .dashboard-module__a0MMCG__recentTaskCopy>small>span{color:#c57b16}.dashboard-module__a0MMCG__recentTaskItem[data-status=failed] .dashboard-module__a0MMCG__recentTaskCopy>small>span,.dashboard-module__a0MMCG__recentTaskItem[data-status=cancelled] .dashboard-module__a0MMCG__recentTaskCopy>small>span{color:#d54f5b}.dashboard-module__a0MMCG__recentTaskItem time{color:#8b98a9;white-space:nowrap;align-self:end;font-size:11px;font-weight:400}.dashboard-module__a0MMCG__recentTaskSkeleton{background:linear-gradient(90deg,#f8fafc 25%,#eef3f7 50%,#f8fafc 75%) 0 0/200% 100%;border-right:1px solid #e3e9ef;min-height:88px;animation:1.2s linear infinite dashboard-module__a0MMCG__skeleton}.dashboard-module__a0MMCG__recentTaskSkeleton:last-child{border-right:0}@keyframes dashboard-module__a0MMCG__skeleton{to{background-position:-200% 0}}.dashboard-module__a0MMCG__recentTaskEmpty{color:#6f8093;text-align:left;grid-column:1/-1;justify-content:center;align-items:center;gap:11px;min-height:88px;display:flex}.dashboard-module__a0MMCG__recentTaskEmpty>span{width:38px;height:38px;color:var(--primary);background:var(--primary-soft);border-radius:10px;place-items:center;display:grid}.dashboard-module__a0MMCG__recentTaskEmpty>div{gap:3px;display:grid}.dashboard-module__a0MMCG__recentTaskEmpty strong{color:#304155;font-size:13px;font-weight:600}.dashboard-module__a0MMCG__recentTaskEmpty small{font-size:12px;font-weight:400}.dashboard-module__a0MMCG__recentTaskList.dashboard-module__a0MMCG__recentTaskListEmpty{grid-template-columns:minmax(0,1fr);overflow:hidden}.dashboard-module__a0MMCG__sectionHeading{justify-content:space-between;align-items:center;gap:18px;margin:0 0 14px;display:flex}.dashboard-module__a0MMCG__sectionTitleGroup{align-items:flex-start;gap:11px;min-width:0;display:flex}.dashboard-module__a0MMCG__sectionTitleGroup>span{background:var(--primary);border-radius:3px;flex:none;width:4px;height:22px;margin-top:1px}.dashboard-module__a0MMCG__sectionTitleGroup h2{color:#1d2d41;align-items:center;gap:8px;font-size:19px;font-weight:600;display:flex}.dashboard-module__a0MMCG__sectionTitleGroup h2 small{color:#8795a8;font-size:12px;font-weight:500}.dashboard-module__a0MMCG__sectionTitleGroup p{color:#8390a2;margin-top:5px;font-size:12px;font-weight:400}.dashboard-module__a0MMCG__sectionHeading>button{color:#66788f;cursor:pointer;white-space:nowrap;background:0 0;border:0;align-items:center;gap:6px;font-size:12px;font-weight:500;display:inline-flex}.dashboard-module__a0MMCG__sectionHeading>button:hover{color:var(--primary)}.dashboard-module__a0MMCG__serviceGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.dashboard-module__a0MMCG__serviceCard{background:#fff;border:1px solid #d7e1ea;border-radius:10px;min-height:0;transition:border-color .18s,box-shadow .18s,transform .18s;position:relative;overflow:hidden}.dashboard-module__a0MMCG__serviceCard:hover,.dashboard-module__a0MMCG__serviceCard:focus-within{border-color:#9dbbd3;transform:translateY(-1px);box-shadow:0 9px 24px #264a6812}.dashboard-module__a0MMCG__serviceCard header{border-bottom:1px solid #e4eaf0;justify-content:space-between;align-items:center;min-height:58px;padding:0 17px;display:flex}.dashboard-module__a0MMCG__serviceName{min-width:0;color:inherit;cursor:help;background:0 0;border:0;outline:0;align-items:center;gap:10px;padding:0;display:flex}.dashboard-module__a0MMCG__serviceName b{color:#1f2d40;text-overflow:ellipsis;white-space:nowrap;font-size:16px;font-weight:600;overflow:hidden}.dashboard-module__a0MMCG__serviceName>svg{opacity:.38;color:#748399;flex:none;transition:opacity .18s,color .18s}.dashboard-module__a0MMCG__serviceName:hover>svg,.dashboard-module__a0MMCG__serviceName:focus-visible>svg{opacity:1;color:var(--primary)}.dashboard-module__a0MMCG__serviceName:focus-visible{border-radius:5px;box-shadow:0 0 0 3px #2f6f9f1f}.dashboard-module__a0MMCG__serviceCard header em{color:#dc2626;background:#fff0f1;border-radius:5px;flex-shrink:0;align-items:center;gap:4px;padding:3px 7px;font-size:11px;font-style:normal;font-weight:600;display:inline-flex}.dashboard-module__a0MMCG__platformIcon{flex:none;place-items:center;display:inline-grid}.dashboard-module__a0MMCG__platformIcon img{object-fit:contain;display:block}.dashboard-module__a0MMCG__serviceRows{display:grid}.dashboard-module__a0MMCG__projectRow{color:#253349;text-align:left;cursor:pointer;background:0 0;border:0;border-bottom:1px solid #e5ebf1;outline:0;grid-template-columns:minmax(0,1fr) auto 26px;align-items:center;gap:10px;width:100%;min-width:0;min-height:72px;padding:11px 11px 11px 17px;transition:color .18s,background .18s,box-shadow .18s;display:grid;position:relative}.dashboard-module__a0MMCG__projectRow:last-child{border-bottom:0}.dashboard-module__a0MMCG__projectRow:before{opacity:0;background:var(--primary);content:"";border-radius:3px;width:3px;transition:opacity .18s;position:absolute;top:13px;bottom:13px;left:0}.dashboard-module__a0MMCG__projectIdentity{align-items:center;gap:7px;min-width:0;display:flex}.dashboard-module__a0MMCG__projectIdentity>span{text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:500;overflow:hidden}.dashboard-module__a0MMCG__projectIdentity>svg{opacity:.32;color:#8190a5;flex:none}.dashboard-module__a0MMCG__projectRow>strong{color:#182539;justify-items:end;font-size:18px;font-weight:600;display:grid}.dashboard-module__a0MMCG__projectRow>strong small{color:#718198;white-space:nowrap;margin-top:2px;font-size:12px;font-weight:400}.dashboard-module__a0MMCG__projectArrow{opacity:.5;color:#718198;border-radius:7px;place-items:center;width:24px;height:24px;transition:opacity .18s,color .18s,background .18s,transform .18s;display:grid}.dashboard-module__a0MMCG__projectRow:hover:before,.dashboard-module__a0MMCG__projectRow:focus-visible:before,.dashboard-module__a0MMCG__projectRow[data-selected=true]:before{opacity:1}.dashboard-module__a0MMCG__projectRow:hover .dashboard-module__a0MMCG__projectIdentity>svg,.dashboard-module__a0MMCG__projectRow:focus-visible .dashboard-module__a0MMCG__projectIdentity>svg,.dashboard-module__a0MMCG__projectRow[data-selected=true] .dashboard-module__a0MMCG__projectIdentity>svg{opacity:1;color:var(--primary)}.dashboard-module__a0MMCG__projectRow:hover .dashboard-module__a0MMCG__projectArrow,.dashboard-module__a0MMCG__projectRow:focus-visible .dashboard-module__a0MMCG__projectArrow,.dashboard-module__a0MMCG__projectRow[data-selected=true] .dashboard-module__a0MMCG__projectArrow{opacity:1;color:#fff;background:var(--primary);transform:translate(1px)}.dashboard-module__a0MMCG__securityFooter{color:#8d99aa;justify-content:center;align-items:center;gap:6px;margin-top:14px;font-size:12px;font-weight:400;display:flex}.dashboard-module__a0MMCG__emptyState{color:#8c98a8;grid-column:1/-1;place-items:center;gap:10px;min-height:230px;display:grid}.dashboard-module__a0MMCG__emptyState h3{color:#39475a;font-weight:600}.dashboard-module__a0MMCG__emptyState button{color:var(--primary);cursor:pointer;background:0 0;border:0}.dashboard-module__a0MMCG__loadMore{color:#858fa0;grid-column:1/-1;justify-content:center;align-items:center;gap:7px;min-height:48px;font-size:12px;display:flex}.dashboard-module__a0MMCG__loadMore svg{color:var(--primary);animation:1s linear infinite dashboard-module__a0MMCG__spin}@keyframes dashboard-module__a0MMCG__spin{to{transform:rotate(360deg)}}.dashboard-module__a0MMCG__tooltip{z-index:70;color:#fff;box-shadow:var(--shadow-sm);background:#253246;border-radius:6px;padding:7px 10px;font-size:12px}.dashboard-module__a0MMCG__tooltipArrow{fill:#253246}.dashboard-module__a0MMCG__serviceInfoTooltip{z-index:90;color:#202d40;background:#fff;border:1px solid #dbe3eb;border-radius:10px;width:min(300px,100vw - 24px);padding:12px 14px;animation:.16s ease-out dashboard-module__a0MMCG__tooltipIn;box-shadow:0 16px 38px #19304829}.dashboard-module__a0MMCG__serviceInfoTooltip strong{color:var(--primary-dark);align-items:center;gap:7px;font-size:12px;font-weight:600;display:flex}.dashboard-module__a0MMCG__serviceInfoTooltip strong svg{color:var(--primary)}.dashboard-module__a0MMCG__serviceInfoTooltip p{color:#65758a;margin-top:6px;font-size:12px;line-height:1.65}.dashboard-module__a0MMCG__serviceInfoArrow{fill:#fff}.dashboard-module__a0MMCG__serviceInfoTooltip[data-side=top]{transform-origin:bottom}.dashboard-module__a0MMCG__serviceInfoTooltip[data-side=bottom]{transform-origin:top}@keyframes dashboard-module__a0MMCG__tooltipIn{0%{opacity:0;transform:translateY(3px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.dashboard-module__a0MMCG__tooltipAction{color:var(--primary);margin-top:7px;font-size:12px;font-weight:600;display:block}.dashboard-module__a0MMCG__createOverlay{z-index:110;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#1418268f;animation:.18s ease-out dashboard-module__a0MMCG__overlayIn;position:fixed;inset:0}.dashboard-module__a0MMCG__createDialog{z-index:111;color:#20283b;background:#fff;border:1px solid #e3e6ed;border-radius:16px;outline:0;width:min(760px,100% - 32px);padding:0;animation:.2s cubic-bezier(.16,1,.3,1) dashboard-module__a0MMCG__dialogIn;position:fixed;top:50%;left:50%;overflow:visible;transform:translate(-50%,-50%);box-shadow:0 30px 90px #1014254d}.dashboard-module__a0MMCG__createDialogViewport{overscroll-behavior:contain;border-radius:inherit;max-height:calc(100dvh - 34px);padding:26px;overflow:hidden auto}.dashboard-module__a0MMCG__createHeader{justify-content:space-between;align-items:flex-start;gap:20px;display:flex}.dashboard-module__a0MMCG__createHeader>div{min-width:0}.dashboard-module__a0MMCG__createHeader h2{letter-spacing:-.025em;font-size:24px;line-height:1.2}.dashboard-module__a0MMCG__createHeader p{color:#7d8699;margin-top:6px;font-size:13px;line-height:1.45}.dashboard-module__a0MMCG__createClose{color:#687185;cursor:pointer;background:0 0;border:0;border-radius:8px;outline:0;flex:none;place-items:center;width:36px;height:36px;display:grid}.dashboard-module__a0MMCG__createClose:hover,.dashboard-module__a0MMCG__createClose:focus-visible{color:var(--primary);background:#edf5ff;box-shadow:0 0 0 2px #1677ff29}.dashboard-module__a0MMCG__selectedProjectSummary{background:#f4f8ff;border:1px solid #d5e5f8;border-radius:11px;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:13px;margin-top:18px;padding:14px 16px;display:grid}.dashboard-module__a0MMCG__selectedProjectSummary>span:first-child{background:#fff;border-radius:9px;place-items:center;width:40px;height:40px;display:grid;box-shadow:0 4px 12px #322a6914}.dashboard-module__a0MMCG__selectedProjectSummary>div{min-width:0}.dashboard-module__a0MMCG__selectedProjectSummary>div small{color:#397ac2;font-size:12px;font-weight:750}.dashboard-module__a0MMCG__selectedProjectSummary>div strong{text-overflow:ellipsis;white-space:nowrap;margin-top:3px;font-size:15px;display:block;overflow:hidden}.dashboard-module__a0MMCG__selectedProjectSummary>div p{color:#687287;text-overflow:ellipsis;white-space:nowrap;margin-top:4px;font-size:12px;overflow:hidden}.dashboard-module__a0MMCG__selectedProjectSummary>span:last-child{color:#07975b;justify-items:end;display:grid}.dashboard-module__a0MMCG__selectedProjectSummary>span:last-child b{font-size:19px}.dashboard-module__a0MMCG__selectedProjectSummary>span:last-child small{color:#8891a3;margin-top:2px;font-size:12px}.dashboard-module__a0MMCG__uploadZone{color:#263047;cursor:pointer;background:#fbfcfe;border:1.5px dashed #d8dce6;border-radius:11px;outline:0;align-content:center;place-items:center;gap:6px;width:100%;min-height:150px;margin-top:16px;padding:18px;transition:border-color .18s,background .18s,box-shadow .18s;display:grid}.dashboard-module__a0MMCG__uploadZone:hover,.dashboard-module__a0MMCG__uploadZone:focus-visible,.dashboard-module__a0MMCG__uploadZone[data-dragging=true]{background:#f2f7ff;border-color:#75adf8;box-shadow:0 0 0 3px #1677ff14}.dashboard-module__a0MMCG__uploadZone[data-has-file=true]{background:#f7fcf9;border-style:solid;border-color:#9eddbd}.dashboard-module__a0MMCG__uploadZone[data-invalid=true]{background:#fff8f8;border-color:#efacb3}.dashboard-module__a0MMCG__uploadIcon{color:#7d879a;background:#f0f2f6;border-radius:11px;place-items:center;width:44px;height:44px;display:grid}.dashboard-module__a0MMCG__uploadIcon[data-complete=true]{color:#14a765;background:#e6f8ee}.dashboard-module__a0MMCG__uploadIcon[data-error=true]{color:#d84957;background:#ffecef}.dashboard-module__a0MMCG__uploadSpinner{animation:1s linear infinite dashboard-module__a0MMCG__spin}.dashboard-module__a0MMCG__uploadZone strong{margin-top:3px;font-size:15px}.dashboard-module__a0MMCG__uploadZone p{color:#687287;font-size:12px}.dashboard-module__a0MMCG__uploadZone>small{color:var(--primary);font-size:12px;font-weight:700}.dashboard-module__a0MMCG__uploadZone>small[data-error=true]{color:#c43745;max-width:620px;line-height:1.45}.dashboard-module__a0MMCG__taskNotice{color:#8e5819;background:#fffaf0;border:1px solid #f0d999;border-radius:9px;align-items:flex-start;gap:10px;margin-top:14px;padding:13px 15px;display:flex}.dashboard-module__a0MMCG__taskNotice>span{color:#d58b1d;flex:none;margin-top:1px;display:grid}.dashboard-module__a0MMCG__taskNotice>div{flex:1;min-width:0}.dashboard-module__a0MMCG__taskNotice h3{font-size:13px}.dashboard-module__a0MMCG__taskNotice ul{color:#8d571c;gap:3px;margin:6px 0 0 16px;font-size:12px;line-height:1.55;display:grid}.dashboard-module__a0MMCG__phoneExample{margin-top:8px}.dashboard-module__a0MMCG__phoneExample>button{color:#a45f11;cursor:pointer;background:0 0;border:0;outline:0;align-items:center;gap:5px;padding:2px 0;font-size:12px;font-weight:700;display:inline-flex}.dashboard-module__a0MMCG__phoneExample>button:hover,.dashboard-module__a0MMCG__phoneExample>button:focus-visible{color:#78430b}.dashboard-module__a0MMCG__phoneExample>button:focus-visible{text-underline-offset:3px;text-decoration:underline}.dashboard-module__a0MMCG__phoneExample>button svg{transition:transform .18s}.dashboard-module__a0MMCG__phoneExample>button svg[data-open=true]{transform:rotate(180deg)}.dashboard-module__a0MMCG__phoneExampleBody{gap:5px;margin-top:6px;display:grid}.dashboard-module__a0MMCG__phoneExampleBody>small{color:#9a641f;font-size:11px}.dashboard-module__a0MMCG__phoneExampleBody pre{color:#7d470e;background:#fff4d1b8;border:1px solid #d58b1d24;border-radius:7px;margin:0;padding:8px 10px;font:12px/1.5 ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace;overflow-x:auto}.dashboard-module__a0MMCG__createFields{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:16px;display:grid}.dashboard-module__a0MMCG__createFields>label{gap:8px;min-width:0;display:grid}.dashboard-module__a0MMCG__createFields>label>span{color:#475166;font-size:12px;font-weight:750}.dashboard-module__a0MMCG__taskSelectTrigger{color:#303a50;cursor:pointer;background:#fff;border:1px solid #dfe3eb;border-radius:9px;outline:0;justify-content:space-between;align-items:center;gap:10px;width:100%;height:46px;padding:0 13px;font-size:13px;display:flex}.dashboard-module__a0MMCG__taskSelectTrigger:hover,.dashboard-module__a0MMCG__taskSelectTrigger:focus{border-color:#75adf8;box-shadow:0 0 0 3px #1677ff14}.dashboard-module__a0MMCG__taskSelectContent{z-index:130;min-width:var(--radix-select-trigger-width);color:#3f485c;background:#fff;border:1px solid #e0e3eb;border-radius:9px;padding:6px;overflow:hidden;box-shadow:0 16px 38px #1f24432e}.dashboard-module__a0MMCG__taskSelectItem{cursor:pointer;border-radius:6px;outline:0;justify-content:space-between;align-items:center;gap:12px;min-height:40px;padding:0 10px;font-size:12px;display:flex;position:relative}.dashboard-module__a0MMCG__taskSelectItem[data-highlighted]{color:var(--primary);background:#edf5ff}.dashboard-module__a0MMCG__countryTrigger>svg{flex:none}.dashboard-module__a0MMCG__countryPlaceholder{color:#788196;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.dashboard-module__a0MMCG__countryTriggerValue{text-align:left;flex:1;align-items:center;gap:7px;min-width:0;display:flex;overflow:hidden}.dashboard-module__a0MMCG__countryTriggerValue strong{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.dashboard-module__a0MMCG__countryTriggerValue small{color:#8a93a6;font-size:12px}.dashboard-module__a0MMCG__countryTriggerValue em{color:#64718a;white-space:nowrap;margin-left:auto;font-size:12px;font-style:normal}.dashboard-module__a0MMCG__countryPopover{z-index:140;color:#273147;background:#fff;border:1px solid #dde1ea;border-radius:12px;width:min(480px,100vw - 28px);padding:8px;animation:.16s ease-out dashboard-module__a0MMCG__tooltipIn;overflow:hidden;box-shadow:0 20px 50px #181d3538}.dashboard-module__a0MMCG__countrySearch{color:#8290a7;background:#fafbfe;border:1px solid #dfe3eb;border-radius:9px;align-items:center;gap:9px;height:44px;padding:0 12px;display:flex}.dashboard-module__a0MMCG__countrySearch:focus-within{border-color:#75adf8;box-shadow:0 0 0 3px #1677ff17}.dashboard-module__a0MMCG__countrySearch input{color:#263047;background:0 0;border:0;outline:0;flex:1;min-width:0;font-size:13px}.dashboard-module__a0MMCG__countrySearch input::placeholder{color:#8c96aa}.dashboard-module__a0MMCG__countryListHeader{z-index:1;color:#929bad;background:#fff;grid-template-columns:108px minmax(0,1fr) 70px;gap:10px;padding:10px 34px 7px 10px;font-size:12px;font-weight:700;display:grid;position:sticky;top:0}.dashboard-module__a0MMCG__countryListHeader span:last-child{text-align:right}.dashboard-module__a0MMCG__countryList{overscroll-behavior:contain;scrollbar-width:thin;max-height:min(340px,48vh);padding:2px;overflow-y:auto}.dashboard-module__a0MMCG__countryOption{color:#273147;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:7px;outline:0;grid-template-columns:108px minmax(0,1fr) 70px;align-items:center;gap:10px;width:100%;min-height:42px;padding:0 34px 0 10px;display:grid;position:relative}.dashboard-module__a0MMCG__countryOption:hover,.dashboard-module__a0MMCG__countryOption:focus-visible,.dashboard-module__a0MMCG__countryOption[data-selected]{color:#0b5dcc;background:#eef6ff}.dashboard-module__a0MMCG__countryOption>span{color:#64738d;white-space:nowrap;font-size:12px}.dashboard-module__a0MMCG__countryOption>strong{text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:650;overflow:hidden}.dashboard-module__a0MMCG__countryOption>small{color:#8d99af;text-align:right;font-size:12px}.dashboard-module__a0MMCG__countryOption>svg{color:var(--primary);position:absolute;right:10px}.dashboard-module__a0MMCG__countryEmpty{color:#8992a4;place-items:center;min-height:100px;font-size:12px;display:grid}.dashboard-module__a0MMCG__createFooter{border-top:1px solid #e8eaf0;justify-content:space-between;align-items:center;gap:18px;margin-top:20px;padding-top:17px;display:flex}.dashboard-module__a0MMCG__createFooter p{color:#7c8699;border:1px solid #0000;border-radius:8px;align-items:center;gap:7px;min-width:0;padding:8px 10px;font-size:12px;line-height:1.45;transition:color .18s,border-color .18s,background .18s;display:flex}.dashboard-module__a0MMCG__createFooter p svg{flex:none}.dashboard-module__a0MMCG__createFooter[data-tone=success] p{color:#087a4b;background:#edf9f2;border-color:#b7e4ca}.dashboard-module__a0MMCG__createFooter[data-tone=error] p{color:#c43745;background:#fff0f2;border-color:#f0bec4}.dashboard-module__a0MMCG__createFooter>button{color:#fff;background:var(--primary);cursor:pointer;border:0;border-radius:8px;justify-content:center;align-items:center;gap:7px;min-width:152px;height:44px;padding:0 18px;font-size:13px;font-weight:750;display:inline-flex;box-shadow:0 8px 18px #1677ff38}.dashboard-module__a0MMCG__createFooter>button:disabled{color:#fff;box-shadow:none;cursor:not-allowed;background:#a5aab6}@keyframes dashboard-module__a0MMCG__overlayIn{0%{opacity:0}to{opacity:1}}@keyframes dashboard-module__a0MMCG__dialogIn{0%{opacity:0;transform:translate(-50%,-48%)scale(.98)}to{opacity:1;transform:translate(-50%,-50%)scale(1)}}.dashboard-module__a0MMCG__toast{z-index:160;color:#233247;background:#fff;border:1px solid #b9dfcb;border-radius:12px;grid-template-columns:38px minmax(0,1fr) 28px;align-items:center;gap:11px;width:min(430px,100vw - 28px);min-height:82px;padding:13px 12px 13px 14px;animation:.22s cubic-bezier(.16,1,.3,1) dashboard-module__a0MMCG__toastIn;display:grid;position:fixed;top:88px;right:24px;box-shadow:0 18px 46px #1930482e}.dashboard-module__a0MMCG__toast[data-tone=error]{border-color:#f1c2c7}.dashboard-module__a0MMCG__toastIcon{color:#119861;background:#e7f7ef;border-radius:10px;place-items:center;width:36px;height:36px;display:grid}.dashboard-module__a0MMCG__toast[data-tone=error] .dashboard-module__a0MMCG__toastIcon{color:#d84957;background:#fff0f1}.dashboard-module__a0MMCG__toastCopy{gap:3px;min-width:0;display:grid}.dashboard-module__a0MMCG__toastCopy strong{color:#263549;font-size:13px;font-weight:650}.dashboard-module__a0MMCG__toastCopy small{color:#66768a;font-size:12px;font-weight:400;line-height:1.5}.dashboard-module__a0MMCG__toastCopy a{width:max-content;color:var(--primary-dark);align-items:center;gap:4px;margin-top:3px;font-size:12px;font-weight:650;display:inline-flex}.dashboard-module__a0MMCG__toastCopy a:hover,.dashboard-module__a0MMCG__toastCopy a:focus-visible{color:var(--primary);text-underline-offset:3px;text-decoration:underline}.dashboard-module__a0MMCG__toast>button{color:#8794a5;cursor:pointer;background:0 0;border:0;border-radius:7px;outline:0;place-items:center;width:28px;height:28px;display:grid}.dashboard-module__a0MMCG__toast>button:hover,.dashboard-module__a0MMCG__toast>button:focus-visible{color:#44566d;background:#f0f4f7;box-shadow:0 0 0 2px #1682e81f}@keyframes dashboard-module__a0MMCG__toastIn{0%{opacity:0;transform:translateY(-8px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.dashboard-module__a0MMCG__projectRow[aria-disabled=true]{color:#7f8796;cursor:not-allowed}.dashboard-module__a0MMCG__projectRow[aria-disabled=true]:hover{color:#7f8796;background:0 0}.dashboard-module__a0MMCG__taskSelectItem[data-disabled]{opacity:.48;cursor:not-allowed}.dashboard-module__a0MMCG__projectRow{box-sizing:border-box;height:60px;min-height:60px;max-height:60px;padding-block:6px}.dashboard-module__a0MMCG__projectRow:before{top:10px;bottom:10px}@media (max-width:1320px){.dashboard-module__a0MMCG__dashboardGrid{grid-template-columns:246px minmax(0,1fr);column-gap:24px}.dashboard-module__a0MMCG__recentTaskItem{padding-inline:13px}.dashboard-module__a0MMCG__recentTaskItem time{display:none}}@media (max-width:1120px){.dashboard-module__a0MMCG__dashboardGrid{grid-template-columns:minmax(0,1fr);grid-template-areas:"hero""sidebar""main";row-gap:18px}.dashboard-module__a0MMCG__contentColumn{display:contents}.dashboard-module__a0MMCG__hero{grid-area:hero}.dashboard-module__a0MMCG__leftRail{min-height:0;box-shadow:none;background:0 0;border:0;border-radius:0;grid-area:sidebar;padding:0;position:static}.dashboard-module__a0MMCG__mainColumn{grid-area:main}.dashboard-module__a0MMCG__categoryTitle{margin-top:16px}.dashboard-module__a0MMCG__categoryFilters{overscroll-behavior-x:contain;scrollbar-width:none;gap:8px;padding:1px 1px 5px;display:flex;overflow-x:auto}.dashboard-module__a0MMCG__categoryFilters::-webkit-scrollbar{display:none}.dashboard-module__a0MMCG__categoryFilters button{background:#fff;border-color:#dce5ed;grid-template-columns:18px auto auto;width:auto;min-width:max-content;padding-inline:13px}.dashboard-module__a0MMCG__categoryFilters button:before{display:none}.dashboard-module__a0MMCG__adSlot{min-height:128px}.dashboard-module__a0MMCG__adSlot>div{grid-template-columns:auto auto auto;min-height:74px}.dashboard-module__a0MMCG__adSlot>div svg{width:24px}.dashboard-module__a0MMCG__serviceGrid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:900px){.dashboard-module__a0MMCG__serviceGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-module__a0MMCG__recentTaskList{scrollbar-width:none;grid-template-columns:repeat(3,minmax(250px,1fr));overflow-x:auto}.dashboard-module__a0MMCG__recentTaskList::-webkit-scrollbar{display:none}.dashboard-module__a0MMCG__recentTaskItem time{display:block}}@media (max-width:800px){.dashboard-module__a0MMCG__pageBody{padding:20px 14px 34px}.dashboard-module__a0MMCG__dashboardGrid{row-gap:16px}.dashboard-module__a0MMCG__hero{padding-top:1px}.dashboard-module__a0MMCG__hero h1{font-size:27px}.dashboard-module__a0MMCG__search{height:50px}.dashboard-module__a0MMCG__adSlot{margin-top:16px}.dashboard-module__a0MMCG__recentTasks{margin-bottom:22px}.dashboard-module__a0MMCG__recentTaskList{grid-template-columns:repeat(3,minmax(270px,1fr))}.dashboard-module__a0MMCG__serviceGrid{gap:11px}.dashboard-module__a0MMCG__createDialogViewport{padding:18px}.dashboard-module__a0MMCG__createFields{grid-template-columns:1fr}}@media (max-width:600px){.dashboard-module__a0MMCG__serviceGrid{grid-template-columns:1fr}.dashboard-module__a0MMCG__sectionTitleGroup p{display:none}.dashboard-module__a0MMCG__sectionHeading{align-items:flex-start}.dashboard-module__a0MMCG__adSlot{display:none}.dashboard-module__a0MMCG__recentTaskItem{min-height:82px}.dashboard-module__a0MMCG__projectRow{min-height:60px}}@media (max-width:480px){.dashboard-module__a0MMCG__pageBody{padding-inline:12px}.dashboard-module__a0MMCG__hero p{max-width:310px}.dashboard-module__a0MMCG__categoryFilters button{height:42px;padding-inline:11px}.dashboard-module__a0MMCG__recentTaskList{grid-template-columns:repeat(3,minmax(258px,1fr))}.dashboard-module__a0MMCG__createDialog{border-radius:12px;width:calc(100% - 18px)}.dashboard-module__a0MMCG__createDialogViewport{max-height:calc(100dvh - 18px);padding:16px}.dashboard-module__a0MMCG__createHeader h2{font-size:20px}.dashboard-module__a0MMCG__selectedProjectSummary{grid-template-columns:38px minmax(0,1fr)}.dashboard-module__a0MMCG__selectedProjectSummary>span:last-child{grid-column:2;justify-items:start}.dashboard-module__a0MMCG__selectedProjectSummary>div p{white-space:normal}.dashboard-module__a0MMCG__uploadZone{min-height:136px}.dashboard-module__a0MMCG__taskNotice{padding:11px}.dashboard-module__a0MMCG__countryListHeader,.dashboard-module__a0MMCG__countryOption{grid-template-columns:82px minmax(0,1fr) 46px;gap:6px}.dashboard-module__a0MMCG__countryListHeader{padding-left:8px;padding-right:34px}.dashboard-module__a0MMCG__countryOption{padding-left:8px}.dashboard-module__a0MMCG__countryOption>span,.dashboard-module__a0MMCG__countryOption>small,.dashboard-module__a0MMCG__countryOption>strong{font-size:12px}.dashboard-module__a0MMCG__createFooter{flex-direction:column;align-items:stretch}.dashboard-module__a0MMCG__createFooter>button{width:100%}}.dashboard-module__a0MMCG__dashboardSkeletonBody{pointer-events:none;-webkit-user-select:none;user-select:none}.dashboard-module__a0MMCG__dashboardSkeletonSurface,.dashboard-module__a0MMCG__dashboardSkeletonLine,.dashboard-module__a0MMCG__dashboardSkeletonIcon,.dashboard-module__a0MMCG__dashboardSkeletonFilterIcon,.dashboard-module__a0MMCG__dashboardSkeletonCount,.dashboard-module__a0MMCG__dashboardSkeletonProject i,.dashboard-module__a0MMCG__dashboardSkeletonAccent{background:linear-gradient(100deg,#edf2f6 18%,#f7f9fb 42%,#edf2f6 66%) 0 0/220% 100%;border-radius:7px;animation:1.35s ease-in-out infinite dashboard-module__a0MMCG__dashboardSkeletonShimmer;display:block}.dashboard-module__a0MMCG__dashboardSkeletonSearch{border:1px solid #e3e9ef;border-radius:9px;width:100%;height:48px}.dashboard-module__a0MMCG__dashboardSkeletonFilters{gap:3px;margin-top:12px;display:grid}.dashboard-module__a0MMCG__dashboardSkeletonFilters>span{grid-template-columns:21px minmax(0,1fr) 24px;align-items:center;gap:10px;height:46px;padding:0 12px;display:grid}.dashboard-module__a0MMCG__dashboardSkeletonFilters .dashboard-module__a0MMCG__dashboardSkeletonLine{width:min(132px,76%);height:13px}.dashboard-module__a0MMCG__dashboardSkeletonFilterIcon{border-radius:5px;width:17px;height:17px}.dashboard-module__a0MMCG__dashboardSkeletonCount{border-radius:10px;width:24px;height:18px}.dashboard-module__a0MMCG__dashboardSkeletonAd{border:1px dashed #dbe3ea;border-radius:10px;width:100%;height:248px;margin-top:22px;display:none}.dashboard-module__a0MMCG__dashboardSkeletonHero{gap:9px;display:grid}.dashboard-module__a0MMCG__dashboardSkeletonHeroTitle{border-radius:8px;width:min(270px,62%);height:31px}.dashboard-module__a0MMCG__dashboardSkeletonHeroCopy{width:min(310px,72%);height:14px}.dashboard-module__a0MMCG__dashboardSkeletonRecent{display:block}.dashboard-module__a0MMCG__dashboardSkeletonHeading{width:96px;height:22px;margin-bottom:10px}.dashboard-module__a0MMCG__dashboardSkeletonTask{border-right:1px solid #e3e9ef;grid-template-columns:38px minmax(0,1fr);align-items:center;gap:11px;min-width:0;min-height:88px;padding:14px 17px;display:grid}.dashboard-module__a0MMCG__dashboardSkeletonTask:last-child{border-right:0}.dashboard-module__a0MMCG__dashboardSkeletonIcon{border-radius:9px;width:34px;height:34px}.dashboard-module__a0MMCG__dashboardSkeletonTaskCopy{gap:9px;display:grid}.dashboard-module__a0MMCG__dashboardSkeletonTaskCopy .dashboard-module__a0MMCG__dashboardSkeletonLine{width:min(176px,72%);height:12px}.dashboard-module__a0MMCG__dashboardSkeletonTaskCopy .dashboard-module__a0MMCG__dashboardSkeletonLineShort{width:min(116px,52%);height:10px}.dashboard-module__a0MMCG__dashboardSkeletonSectionHeading{align-items:flex-start;gap:11px;margin-bottom:14px;display:flex}.dashboard-module__a0MMCG__dashboardSkeletonAccent{border-radius:3px;flex:none;width:4px;height:22px}.dashboard-module__a0MMCG__dashboardSkeletonSectionHeading>span{gap:8px;display:grid}.dashboard-module__a0MMCG__dashboardSkeletonSectionTitle{width:188px;height:19px}.dashboard-module__a0MMCG__dashboardSkeletonSectionCopy{width:230px;height:11px}.dashboard-module__a0MMCG__dashboardSkeletonCard{background:#fff;border:1px solid #dde5ec;border-radius:10px;overflow:hidden}.dashboard-module__a0MMCG__dashboardSkeletonCard>header{border-bottom:1px solid #e7edf2;align-items:center;gap:10px;height:58px;padding:0 17px;display:flex}.dashboard-module__a0MMCG__dashboardSkeletonCard>header .dashboard-module__a0MMCG__dashboardSkeletonIcon{border-radius:7px;width:24px;height:24px}.dashboard-module__a0MMCG__dashboardSkeletonServiceName{width:min(116px,48%);height:15px}.dashboard-module__a0MMCG__dashboardSkeletonProject{box-sizing:border-box;border-bottom:1px solid #e8edf2;grid-template-columns:minmax(74px,38%) minmax(80px,30%);justify-content:space-between;align-items:center;gap:18px;width:100%;height:60px;padding:6px 42px 6px 17px;display:grid}.dashboard-module__a0MMCG__dashboardSkeletonProject:last-child{border-bottom:0}.dashboard-module__a0MMCG__dashboardSkeletonProjectName{width:100%;height:13px}.dashboard-module__a0MMCG__dashboardSkeletonPrice{border-radius:6px;width:100%;height:30px}@keyframes dashboard-module__a0MMCG__dashboardSkeletonShimmer{0%{background-position:100% 0}to{background-position:-120% 0}}@media (max-width:1120px){.dashboard-module__a0MMCG__dashboardSkeletonFilters{gap:8px;display:flex;overflow:hidden}.dashboard-module__a0MMCG__dashboardSkeletonFilters>span{background:#fff;border:1px solid #e2e8ee;border-radius:8px;min-width:142px}.dashboard-module__a0MMCG__dashboardSkeletonFilters>span:nth-child(n+7){display:none}.dashboard-module__a0MMCG__dashboardSkeletonAd{height:128px}}@media (max-width:600px){.dashboard-module__a0MMCG__dashboardSkeletonAd{display:none}.dashboard-module__a0MMCG__dashboardSkeletonHeroTitle{width:230px;height:27px}.dashboard-module__a0MMCG__dashboardSkeletonRecent .dashboard-module__a0MMCG__recentTaskList{grid-template-columns:minmax(0,1fr)}.dashboard-module__a0MMCG__dashboardSkeletonTask{border-bottom:1px solid #e3e9ef;border-right:0;min-height:82px}.dashboard-module__a0MMCG__dashboardSkeletonTask:last-child{border-bottom:0}}@media (prefers-reduced-motion:reduce){.dashboard-module__a0MMCG__dashboardSkeletonSurface,.dashboard-module__a0MMCG__dashboardSkeletonLine,.dashboard-module__a0MMCG__dashboardSkeletonIcon,.dashboard-module__a0MMCG__dashboardSkeletonFilterIcon,.dashboard-module__a0MMCG__dashboardSkeletonCount,.dashboard-module__a0MMCG__dashboardSkeletonProject i,.dashboard-module__a0MMCG__dashboardSkeletonAccent{animation:none}}.dashboard-module__a0MMCG__categoryFilters button[data-active=true]{color:#0969c8;background:#eaf4ff;border-color:#9bc8f3;box-shadow:0 2px 8px #126cbe14}.dashboard-module__a0MMCG__categoryFilters button[data-active=true]:before{background:#1682e8}.dashboard-module__a0MMCG__categoryFilters button[data-active=true] small{color:#0969c8;background:#d8ebff}.dashboard-module__a0MMCG__projectRow:hover,.dashboard-module__a0MMCG__projectRow:focus-visible,.dashboard-module__a0MMCG__projectRow[data-selected=true]{color:var(--primary-dark);background:var(--primary-soft)}.dashboard-module__a0MMCG__projectRow:hover>strong,.dashboard-module__a0MMCG__projectRow:focus-visible>strong,.dashboard-module__a0MMCG__projectRow[data-selected=true]>strong,.dashboard-module__a0MMCG__projectRow:hover>strong small,.dashboard-module__a0MMCG__projectRow:focus-visible>strong small,.dashboard-module__a0MMCG__projectRow[data-selected=true]>strong small{color:var(--primary-dark)}.dashboard-module__a0MMCG__projectRow:focus-visible{box-shadow:inset 0 0 0 2px #1682e82e}.dashboard-module__a0MMCG__serviceInfoTooltip strong,.dashboard-module__a0MMCG__tooltipAction{color:var(--primary-dark)}@media (max-width:600px){.dashboard-module__a0MMCG__toast{width:calc(100vw - 28px);top:80px;right:14px}.dashboard-module__a0MMCG__recentTaskList{grid-template-columns:minmax(0,1fr);overflow:hidden}.dashboard-module__a0MMCG__recentTaskItem{border-bottom:1px solid #e3e9ef;border-right:0;grid-template-columns:38px minmax(0,1fr);gap:4px 11px;min-height:82px;padding:12px 14px}.dashboard-module__a0MMCG__recentTaskItem:last-child{border-bottom:0}.dashboard-module__a0MMCG__recentTaskCopy{gap:5px}.dashboard-module__a0MMCG__recentTaskCopy>small{white-space:normal;flex-wrap:wrap;gap:3px 8px}.dashboard-module__a0MMCG__recentTaskItem time{grid-column:2;align-self:start;line-height:1.35}.dashboard-module__a0MMCG__recentTaskSkeleton{border-bottom:1px solid #e3e9ef;border-right:0;min-height:82px}.dashboard-module__a0MMCG__recentTaskSkeleton:last-child{border-bottom:0}}@media (prefers-reduced-motion:reduce){.dashboard-module__a0MMCG__toast{animation:none}}.dashboard-module__a0MMCG__unavailableBadge{color:#b45309;white-space:nowrap;background:#fff0dc;border-radius:6px;grid-column:2/-1;justify-self:end;padding:4px 9px;font-size:12px;font-weight:500;line-height:1.5}.dashboard-module__a0MMCG__projectRow[aria-disabled=true]:before{opacity:0}.dashboard-module__a0MMCG__projectRow[aria-disabled=true] .dashboard-module__a0MMCG__projectIdentity>svg{color:#8190a5}
