.WorkTestSection-module__cVRzea__container{min-height:0;font-family:var(--font-sans);flex-direction:column;flex:1;display:flex;position:relative;overflow:hidden}.WorkTestSection-module__cVRzea__listScreen{height:100%;overflow-y:auto}.WorkTestSection-module__cVRzea__listHeader{z-index:60;background:var(--bg-primary);border-bottom:1px solid var(--border-light);padding:0 28px;transition:background-color .3s,border-color .3s;position:sticky;top:0}.WorkTestSection-module__cVRzea__listHeaderTop{justify-content:space-between;align-items:center;padding:18px 0 0;display:flex}.WorkTestSection-module__cVRzea__listTitle{letter-spacing:-.02em;color:var(--text-primary);margin:0;font-size:1.4rem;font-weight:700}.WorkTestSection-module__cVRzea__listTitleAccent{color:var(--accent-primary)}.WorkTestSection-module__cVRzea__listActions{align-items:center;gap:8px;display:flex}.WorkTestSection-module__cVRzea__btnGhost{color:var(--text-secondary);background:var(--bg-secondary);border:1px solid var(--border-light);cursor:pointer;border-radius:8px;align-items:center;gap:6px;padding:7px 14px;font-size:.82rem;font-weight:500;transition:all .15s;display:inline-flex}.WorkTestSection-module__cVRzea__btnGhost:hover{background:var(--bg-tertiary,#e5e7eb);color:var(--text-primary)}body.dark-mode .WorkTestSection-module__cVRzea__btnGhost:hover{background:#ffffff0f}.WorkTestSection-module__cVRzea__tabsRow{gap:2px;padding:14px 0 0;display:flex}.WorkTestSection-module__cVRzea__tabGroup{align-items:center;display:inline-flex}.WorkTestSection-module__cVRzea__tabBtn{color:var(--text-tertiary);cursor:pointer;background:0 0;border:none;align-items:center;gap:4px;padding:8px 16px;font-size:.85rem;font-weight:500;transition:all .15s;display:inline-flex;position:relative}.WorkTestSection-module__cVRzea__tabBtn:hover{color:var(--text-secondary)}.WorkTestSection-module__cVRzea__tabBtnActive{color:var(--accent-primary)}.WorkTestSection-module__cVRzea__tabBtnActive:after{content:"";background:var(--accent-primary);border-radius:1px;height:2px;position:absolute;bottom:0;left:8px;right:8px}.WorkTestSection-module__cVRzea__tabSub{gap:1px;margin-left:4px;display:inline-flex}.WorkTestSection-module__cVRzea__tabSubBtn{color:var(--text-tertiary);background:var(--bg-secondary);cursor:pointer;border:none;border-radius:4px;padding:3px 8px;font-size:.72rem;transition:all .15s}.WorkTestSection-module__cVRzea__tabSubBtn:hover{color:var(--text-secondary)}.WorkTestSection-module__cVRzea__tabSubBtnActive{color:var(--accent-primary);background:#4f46e51a}body.dark-mode .WorkTestSection-module__cVRzea__tabSubBtnActive{background:#818cf81a}.WorkTestSection-module__cVRzea__tagDropdown{border-top:1px solid var(--border-light);flex-wrap:wrap;gap:6px;margin-top:8px;padding:12px 0 14px;display:flex}.WorkTestSection-module__cVRzea__tagChip{background:var(--bg-secondary);border:1px solid var(--border-light);color:var(--text-tertiary);cursor:pointer;border-radius:9999px;padding:4px 12px;font-size:.78rem;transition:all .15s}.WorkTestSection-module__cVRzea__tagChip:hover{background:var(--bg-tertiary,#e5e7eb);color:var(--text-primary)}.WorkTestSection-module__cVRzea__tagChipActive{color:var(--accent-primary);border-color:var(--accent-primary);background:#4f46e51a}body.dark-mode .WorkTestSection-module__cVRzea__tagChipActive{background:#818cf81a}.WorkTestSection-module__cVRzea__cardGrid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:12px;padding:20px 28px 40px;display:grid}.WorkTestSection-module__cVRzea__workCard{background:var(--bg-primary);border:1px solid var(--border-light);cursor:pointer;border-radius:10px;transition:all .25s;position:relative;overflow:hidden}body.dark-mode .WorkTestSection-module__cVRzea__workCard{background:#252830;border-color:#ffffff0a}.WorkTestSection-module__cVRzea__workCard:hover{border-color:var(--accent-primary);box-shadow:0 0 0 1px var(--accent-primary),0 4px 6px #00000012}body.dark-mode .WorkTestSection-module__cVRzea__workCard:hover{border-color:#818cf84d;box-shadow:0 0 0 1px #818cf833}.WorkTestSection-module__cVRzea__workCard:hover .WorkTestSection-module__cVRzea__cardThumbInner{transform:scale(1.05)}.WorkTestSection-module__cVRzea__cardThumb{aspect-ratio:4/5;background:var(--bg-secondary);position:relative;overflow:hidden}.WorkTestSection-module__cVRzea__cardThumbInner{justify-content:center;align-items:center;width:100%;height:100%;transition:transform .4s;display:flex}.WorkTestSection-module__cVRzea__cardThumbInitial{color:#00000026;font-size:2rem;font-weight:800}body.dark-mode .WorkTestSection-module__cVRzea__cardThumbInitial{color:#ffffff26}.WorkTestSection-module__cVRzea__cardThumbOverlay{background:linear-gradient(#0000,#000000a6);align-items:center;gap:12px;padding:8px 10px;display:flex;position:absolute;bottom:0;left:0;right:0}.WorkTestSection-module__cVRzea__cardStat{color:#ffffffd9;align-items:center;gap:4px;font-size:.72rem;font-weight:500;display:flex}.WorkTestSection-module__cVRzea__cardStatFav svg{color:#f87171}.WorkTestSection-module__cVRzea__cardDraftBadge{color:#fff;letter-spacing:.04em;z-index:2;background:#d97706e6;border-radius:4px;padding:2px 8px;font-size:.65rem;font-weight:700;position:absolute;top:8px;left:8px}.WorkTestSection-module__cVRzea__cardBody{padding:12px 12px 14px}.WorkTestSection-module__cVRzea__cardTitle{-webkit-line-clamp:1;color:var(--text-primary);-webkit-box-orient:vertical;margin-bottom:4px;font-size:.92rem;font-weight:600;line-height:1.35;transition:color .3s;display:-webkit-box;overflow:hidden}.WorkTestSection-module__cVRzea__cardDesc{color:var(--text-secondary);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:8px;font-size:.78rem;line-height:1.45;transition:color .3s;display:-webkit-box;overflow:hidden}.WorkTestSection-module__cVRzea__cardTags{flex-wrap:nowrap;gap:4px;display:flex;overflow:hidden}.WorkTestSection-module__cVRzea__cardTag{background:var(--bg-secondary);border:1px solid var(--border-light);color:var(--text-tertiary);white-space:nowrap;border-radius:4px;flex-shrink:0;padding:2px 8px;font-size:.68rem;transition:all .3s}.WorkTestSection-module__cVRzea__cardSkeleton{border:1px solid var(--border-light);border-radius:10px;overflow:hidden}.WorkTestSection-module__cVRzea__cardSkeletonThumb{aspect-ratio:4/5;background:var(--bg-secondary);animation:1.5s infinite WorkTestSection-module__cVRzea__shimmer}.WorkTestSection-module__cVRzea__cardSkeletonBody{padding:12px}.WorkTestSection-module__cVRzea__cardSkeletonLine{background:var(--bg-secondary);border-radius:4px;height:14px;margin-bottom:8px;animation:1.5s infinite WorkTestSection-module__cVRzea__shimmer}.WorkTestSection-module__cVRzea__cardSkeletonLineShort{background:var(--bg-secondary);border-radius:4px;width:60%;height:10px;animation:1.5s infinite WorkTestSection-module__cVRzea__shimmer}@keyframes WorkTestSection-module__cVRzea__shimmer{0%,to{opacity:1}50%{opacity:.5}}.WorkTestSection-module__cVRzea__emptyState{min-height:300px;color:var(--text-tertiary);text-align:center;flex-direction:column;grid-column:1/-1;justify-content:center;align-items:center;gap:8px;font-size:.92rem;display:flex}.WorkTestSection-module__cVRzea__emptyStateHint{color:var(--text-tertiary);opacity:.7;font-size:.78rem}.WorkTestSection-module__cVRzea__loadMore{justify-content:center;padding:0 28px 40px;display:flex}.WorkTestSection-module__cVRzea__sentinel{justify-content:center;min-height:60px;padding:2rem 0;display:flex}.WorkTestSection-module__cVRzea__loadingSpinner{border:2px solid var(--border-light);border-top-color:var(--accent-primary);border-radius:50%;width:24px;height:24px;animation:.6s linear infinite WorkTestSection-module__cVRzea__spin}@keyframes WorkTestSection-module__cVRzea__spin{to{transform:rotate(360deg)}}.WorkTestSection-module__cVRzea__detailScreen{background:var(--bg-primary);height:100%;transition:background-color .3s;overflow-y:auto}.WorkTestSection-module__cVRzea__detailBack{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;align-items:center;gap:6px;padding:14px 28px;font-size:.85rem;transition:color .15s;display:inline-flex}.WorkTestSection-module__cVRzea__detailBack:hover{color:var(--text-primary)}.WorkTestSection-module__cVRzea__detailLoading{min-height:300px;color:var(--text-tertiary);justify-content:center;align-items:center;font-size:.92rem;display:flex}.WorkTestSection-module__cVRzea__detailHero{gap:36px;max-width:960px;margin:0 auto;padding:0 28px 32px;display:flex}.WorkTestSection-module__cVRzea__detailImageWrap{flex-shrink:0;width:320px}.WorkTestSection-module__cVRzea__detailImageMain{aspect-ratio:3/4;background:var(--bg-secondary);border-radius:16px;justify-content:center;align-items:center;width:100%;transition:background-image .3s,background-color .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 0 0 1px #0000000f}.WorkTestSection-module__cVRzea__detailImageImg{object-fit:cover;border-radius:inherit;width:100%;height:100%;position:absolute;inset:0}.WorkTestSection-module__cVRzea__detailImageInitial{color:#00000026;font-size:3rem;font-weight:800}body.dark-mode .WorkTestSection-module__cVRzea__detailImageInitial{color:#ffffff26}.WorkTestSection-module__cVRzea__favBtn{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);cursor:pointer;color:#fff;z-index:2;-webkit-tap-highlight-color:transparent;touch-action:manipulation;-webkit-user-select:none;user-select:none;background:#00000073;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:background .15s,transform .1s;display:flex;position:absolute;bottom:8px;right:8px}.WorkTestSection-module__cVRzea__favBtn:hover{background:#000000a6}.WorkTestSection-module__cVRzea__favBtn:active{transform:scale(.92)}.WorkTestSection-module__cVRzea__favBtnBusy{opacity:.7;cursor:wait}.WorkTestSection-module__cVRzea__favBtnActive svg{color:#f87171;fill:#f87171}.WorkTestSection-module__cVRzea__detailInfo{flex-direction:column;flex:1;padding-top:4px;display:flex}.WorkTestSection-module__cVRzea__detailCharName{width:fit-content;color:var(--accent-primary);background:#4f46e51a;border-radius:8px;align-items:center;gap:6px;margin-bottom:10px;padding:3px 10px;font-size:.78rem;font-weight:500;transition:all .3s;display:inline-flex}body.dark-mode .WorkTestSection-module__cVRzea__detailCharName{background:#818cf81a}.WorkTestSection-module__cVRzea__detailCreator{background:var(--bg-secondary);cursor:pointer;width:fit-content;font:inherit;border:none;border-radius:9999px;align-items:center;gap:8px;margin-bottom:14px;padding:4px 8px 4px 4px;text-decoration:none;transition:all .15s;display:inline-flex}.WorkTestSection-module__cVRzea__detailCreator:hover{background:var(--bg-tertiary,#e5e7eb)}.WorkTestSection-module__cVRzea__detailCreatorAvatar{object-fit:cover;border-radius:50%;width:28px;height:28px}.WorkTestSection-module__cVRzea__detailCreatorAvatarFallback{background:var(--bg-tertiary,#e5e7eb);width:28px;height:28px;color:var(--text-tertiary);border-radius:50%;justify-content:center;align-items:center;display:flex}.WorkTestSection-module__cVRzea__detailCreatorName{color:var(--text-secondary);font-size:.82rem;font-weight:500;transition:color .15s}.WorkTestSection-module__cVRzea__detailCreator:hover .WorkTestSection-module__cVRzea__detailCreatorName{color:var(--text-primary)}.WorkTestSection-module__cVRzea__detailTitle{letter-spacing:-.03em;color:var(--text-primary);margin:0 0 12px;font-size:1.6rem;font-weight:800;line-height:1.3;transition:color .3s}.WorkTestSection-module__cVRzea__detailTags{flex-wrap:wrap;gap:6px;margin-bottom:16px;display:flex}.WorkTestSection-module__cVRzea__detailTag{background:var(--bg-secondary);border:1px solid var(--border-light);color:var(--text-tertiary);border-radius:9999px;padding:4px 12px;font-size:.78rem;transition:all .15s}.WorkTestSection-module__cVRzea__detailTag:hover{background:var(--bg-tertiary,#e5e7eb);color:var(--text-primary)}.WorkTestSection-module__cVRzea__detailStats{border-top:1px solid var(--border-light);border-bottom:1px solid var(--border-light);gap:20px;margin-bottom:20px;padding:12px 0;transition:border-color .3s;display:flex}.WorkTestSection-module__cVRzea__detailStat{color:var(--text-secondary);align-items:center;gap:6px;font-size:.82rem;transition:color .3s;display:flex}.WorkTestSection-module__cVRzea__detailStat svg{opacity:.6}.WorkTestSection-module__cVRzea__detailStat strong{color:var(--text-primary);font-weight:600;transition:color .3s}.WorkTestSection-module__cVRzea__detailDates{gap:24px;margin-bottom:24px;display:flex}.WorkTestSection-module__cVRzea__detailDateItem{color:var(--text-tertiary);font-size:.78rem;transition:color .3s}.WorkTestSection-module__cVRzea__detailDateItem span{color:var(--text-secondary);margin-left:6px}.WorkTestSection-module__cVRzea__detailGalleryStrip{scrollbar-width:none;-ms-overflow-style:none;gap:8px;margin-top:4px;margin-bottom:16px;display:flex;overflow-x:auto}.WorkTestSection-module__cVRzea__detailGalleryStrip::-webkit-scrollbar{display:none}.WorkTestSection-module__cVRzea__detailGalleryThumb{background:var(--bg-secondary);cursor:pointer;border:2px solid #0000;border-radius:10px;flex-shrink:0;width:56px;height:56px;padding:0;transition:border-color .15s,opacity .15s;overflow:hidden}.WorkTestSection-module__cVRzea__detailGalleryThumb img{object-fit:cover;width:100%;height:100%;display:block}.WorkTestSection-module__cVRzea__detailGalleryThumb:hover{border-color:var(--accent-primary,#6366f1)}.WorkTestSection-module__cVRzea__detailGalleryThumbActive{border-color:var(--accent-primary,#6366f1);box-shadow:0 0 0 1px var(--accent-primary,#6366f1)}.WorkTestSection-module__cVRzea__detailDescBelow{border-top:1px solid var(--border-light);max-width:960px;margin:0 auto;padding:28px 28px 32px;transition:border-color .3s}.WorkTestSection-module__cVRzea__detailDescSection{margin-bottom:24px}.WorkTestSection-module__cVRzea__detailDescLabel{color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.06em;margin-bottom:8px;font-size:.78rem;font-weight:600;transition:color .3s}.WorkTestSection-module__cVRzea__detailDescText{color:var(--text-secondary);margin:0;font-size:.88rem;line-height:1.7;transition:color .3s}.WorkTestSection-module__cVRzea__detailDescText p{margin:0 0 .6em}.WorkTestSection-module__cVRzea__detailDescText p:last-child{margin-bottom:0}.WorkTestSection-module__cVRzea__detailDescText strong,.WorkTestSection-module__cVRzea__detailDescText b{color:var(--text-primary);font-weight:600}.WorkTestSection-module__cVRzea__detailDescText em,.WorkTestSection-module__cVRzea__detailDescText i{font-style:italic}.WorkTestSection-module__cVRzea__detailDescText a{color:var(--accent-primary,#6366f1);text-decoration:underline}.WorkTestSection-module__cVRzea__detailDescText blockquote{border-left:3px solid var(--accent-primary,#6366f1);opacity:.9;margin:.6em 0;padding-left:10px;font-style:italic}.WorkTestSection-module__cVRzea__detailDescText code{background:var(--bg-secondary,#f4f4f5);border-radius:3px;padding:2px 5px;font-family:monospace;font-size:.85em}.WorkTestSection-module__cVRzea__detailDescText ul,.WorkTestSection-module__cVRzea__detailDescText ol{margin:.6em 0;padding-left:1.2em}.WorkTestSection-module__cVRzea__detailDescText hr{border:none;border-top:1px solid var(--border-light,#e4e4e7);margin:1em 0}.WorkTestSection-module__cVRzea__btnStart{width:100%;color:var(--accent-primary,#6366f1);cursor:pointer;background:#6366f114;border:1px solid #6366f12e;border-radius:14px;justify-content:center;align-items:center;gap:8px;margin-top:auto;padding:15px 24px;font-size:1rem;font-weight:600;transition:background .15s,border-color .15s;display:flex}.WorkTestSection-module__cVRzea__btnStart:hover{background:#6366f124;border-color:#6366f147}body.dark-mode .WorkTestSection-module__cVRzea__btnStart{color:var(--accent-primary,#a78bfa);background:#a78bfa1a;border-color:#a78bfa33}body.dark-mode .WorkTestSection-module__cVRzea__btnStart:hover{background:#a78bfa29;border-color:#a78bfa52}.WorkTestSection-module__cVRzea__commentsSection{border-top:1px solid var(--border-light,#e4e4e7);max-width:960px;margin:0 auto;padding:24px 28px 40px}body.dark-mode .WorkTestSection-module__cVRzea__commentsSection{border-top-color:#27272a}.WorkTestSection-module__cVRzea__commentsHeader{color:var(--text-secondary,#52525b);align-items:center;gap:8px;margin-bottom:16px;display:flex}.WorkTestSection-module__cVRzea__commentsTitle{color:var(--text-tertiary,#71717a);letter-spacing:.02em;font-size:.82rem;font-weight:600}.WorkTestSection-module__cVRzea__commentsCount{background:var(--bg-secondary,#f4f4f5);min-width:20px;height:20px;color:var(--text-tertiary,#71717a);border-radius:10px;justify-content:center;align-items:center;margin-left:4px;padding:0 6px;font-size:.72rem;font-weight:700;display:inline-flex}body.dark-mode .WorkTestSection-module__cVRzea__commentsCount{color:#a1a1aa;background:#27272a}.WorkTestSection-module__cVRzea__commentsInputArea{margin-bottom:20px}.WorkTestSection-module__cVRzea__commentsTextarea{border:1px solid var(--border-light,#e4e4e7);background:var(--bg-primary,#fff);width:100%;min-height:140px;max-height:500px;color:var(--text-primary,#18181b);font-size:.88rem;font-family:var(--font-sans);resize:vertical;border-radius:10px;outline:none;padding:10px 14px;line-height:1.6;transition:border-color .15s}.WorkTestSection-module__cVRzea__commentsTextarea:focus-visible{border-color:var(--focus-border)}.WorkTestSection-module__cVRzea__commentsTextarea::placeholder{color:var(--text-tertiary,#a1a1aa)}body.dark-mode .WorkTestSection-module__cVRzea__commentsTextarea{color:#e4e4e7;background:#27272a;border-color:#3f3f46}.WorkTestSection-module__cVRzea__commentsInputFooter{justify-content:space-between;align-items:center;margin-top:8px;display:flex}.WorkTestSection-module__cVRzea__commentsSecretLabel{cursor:pointer;color:var(--text-secondary,#71717a);-webkit-user-select:none;user-select:none;align-items:center;gap:4px;font-size:.78rem;display:inline-flex}.WorkTestSection-module__cVRzea__commentsSecretLabel:has(.WorkTestSection-module__cVRzea__commentsSecretCheckbox:checked){color:var(--accent,#7c3aed)}.WorkTestSection-module__cVRzea__commentsSecretCheckbox{cursor:pointer;width:14px;height:14px;accent-color:var(--accent,#7c3aed);margin:0}.WorkTestSection-module__cVRzea__commentsCharCount{color:var(--text-tertiary,#a1a1aa);font-size:.75rem}.WorkTestSection-module__cVRzea__commentsSubmitBtn{background:var(--accent-primary,#6366f1);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:6px 16px;font-size:.82rem;font-weight:600;transition:all .15s}.WorkTestSection-module__cVRzea__commentsSubmitBtn:hover:not(:disabled){opacity:.9;transform:translateY(-1px)}.WorkTestSection-module__cVRzea__commentsSubmitBtn:disabled{opacity:.5;cursor:not-allowed}.WorkTestSection-module__cVRzea__commentsError{color:#dc2626;background:#fef2f2;border-radius:8px;margin-bottom:12px;padding:8px 14px;font-size:.82rem}body.dark-mode .WorkTestSection-module__cVRzea__commentsError{color:#fca5a5;background:#dc26261a}.WorkTestSection-module__cVRzea__commentsLoading,.WorkTestSection-module__cVRzea__commentsEmpty{text-align:center;color:var(--text-tertiary,#a1a1aa);padding:32px 0;font-size:.85rem}.WorkTestSection-module__cVRzea__commentsList{flex-direction:column;display:flex}.WorkTestSection-module__cVRzea__commentItem{border-bottom:1px solid var(--border-light,#f0f0f2);gap:10px;padding:14px 0;display:flex}.WorkTestSection-module__cVRzea__commentItem:last-child{border-bottom:none}body.dark-mode .WorkTestSection-module__cVRzea__commentItem{border-bottom-color:#27272a}.WorkTestSection-module__cVRzea__commentAvatar{flex-shrink:0;width:34px;height:34px;margin-top:1px}.WorkTestSection-module__cVRzea__commentAvatarImg{object-fit:cover;border-radius:50%;width:34px;height:34px}.WorkTestSection-module__cVRzea__commentAvatarFallback{background:var(--bg-secondary,#f4f4f5);width:34px;height:34px;color:var(--text-tertiary,#a1a1aa);border-radius:50%;justify-content:center;align-items:center;display:flex}body.dark-mode .WorkTestSection-module__cVRzea__commentAvatarFallback{color:#71717a;background:#3f3f46}.WorkTestSection-module__cVRzea__commentBody{flex:1;min-width:0}.WorkTestSection-module__cVRzea__commentMeta{align-items:baseline;gap:6px;margin-bottom:2px;display:flex}.WorkTestSection-module__cVRzea__commentAuthor{color:var(--text-primary,#18181b);font-size:.82rem;font-weight:600}body.dark-mode .WorkTestSection-module__cVRzea__commentAuthor{color:#e4e4e7}.WorkTestSection-module__cVRzea__commentDate{color:var(--text-tertiary,#a1a1aa);font-size:.72rem}.WorkTestSection-module__cVRzea__commentContent{color:var(--text-secondary,#3f3f46);word-break:break-word;white-space:pre-wrap;font-size:.82rem;line-height:1.65}body.dark-mode .WorkTestSection-module__cVRzea__commentContent{color:#a1a1aa}.WorkTestSection-module__cVRzea__commentDeleteBtn{width:28px;height:28px;color:var(--text-tertiary,#a1a1aa);cursor:pointer;opacity:0;background:0 0;border:none;border-radius:6px;flex-shrink:0;justify-content:center;align-self:flex-start;align-items:center;margin-top:2px;transition:all .15s;display:flex}.WorkTestSection-module__cVRzea__commentItem:hover .WorkTestSection-module__cVRzea__commentDeleteBtn{opacity:1}.WorkTestSection-module__cVRzea__commentDeleteBtn:hover{color:#dc2626;background:#fef2f2}body.dark-mode .WorkTestSection-module__cVRzea__commentDeleteBtn:hover{color:#fca5a5;background:#dc262626}.WorkTestSection-module__cVRzea__commentsLoadMoreBtn{border:1px dashed var(--border-light,#e4e4e7);width:100%;color:var(--text-tertiary,#a1a1aa);cursor:pointer;background:0 0;border-radius:8px;margin-top:8px;padding:10px;font-size:.82rem;transition:all .15s;display:block}.WorkTestSection-module__cVRzea__commentsLoadMoreBtn:hover:not(:disabled){background:var(--bg-secondary,#f4f4f5);color:var(--text-secondary,#52525b)}.WorkTestSection-module__cVRzea__commentsLoadMoreBtn:disabled{cursor:not-allowed;opacity:.6}body.dark-mode .WorkTestSection-module__cVRzea__commentsLoadMoreBtn{border-color:#3f3f46}body.dark-mode .WorkTestSection-module__cVRzea__commentsLoadMoreBtn:hover:not(:disabled){color:#a1a1aa;background:#27272a}.WorkTestSection-module__cVRzea__commentSortTabs{gap:4px;margin-bottom:12px;display:flex}.WorkTestSection-module__cVRzea__commentSortTab{border:1px solid var(--border-light,#e4e4e7);color:var(--text-tertiary,#a1a1aa);cursor:pointer;background:0 0;border-radius:16px;padding:4px 12px;font-size:.78rem;transition:all .15s}.WorkTestSection-module__cVRzea__commentSortTab:hover{background:var(--bg-secondary,#f4f4f5);color:var(--text-secondary,#52525b)}.WorkTestSection-module__cVRzea__commentSortTabActive{background:var(--text-primary,#18181b);color:#fff;border-color:var(--text-primary,#18181b)}.WorkTestSection-module__cVRzea__commentSortTabActive:hover{background:var(--text-primary,#18181b);color:#fff}body.dark-mode .WorkTestSection-module__cVRzea__commentSortTab{color:#71717a;border-color:#3f3f46}body.dark-mode .WorkTestSection-module__cVRzea__commentSortTab:hover{color:#a1a1aa;background:#27272a}body.dark-mode .WorkTestSection-module__cVRzea__commentSortTabActive{color:#18181b;background:#a1a1aa;border-color:#a1a1aa}body.dark-mode .WorkTestSection-module__cVRzea__commentSortTabActive:hover{color:#18181b;background:#a1a1aa}.WorkTestSection-module__cVRzea__commentActions{align-items:center;gap:2px;margin-top:4px;display:flex}.WorkTestSection-module__cVRzea__commentActions button{color:var(--text-tertiary,#a1a1aa);cursor:pointer;background:0 0;border:none;border-radius:4px;align-items:center;gap:3px;padding:3px 8px;font-size:.72rem;transition:all .15s;display:inline-flex}.WorkTestSection-module__cVRzea__commentActions button:hover:not(:disabled){background:var(--bg-secondary,#f4f4f5);color:var(--text-secondary,#52525b)}.WorkTestSection-module__cVRzea__commentActions button:disabled{cursor:default;opacity:.5}body.dark-mode .WorkTestSection-module__cVRzea__commentActions button:hover:not(:disabled){color:#a1a1aa;background:#27272a}.WorkTestSection-module__cVRzea__commentLikeBtn{}.WorkTestSection-module__cVRzea__commentLikeBtnActive{color:#ef4444!important}.WorkTestSection-module__cVRzea__commentLikeBtnActive:hover{color:#dc2626!important}.WorkTestSection-module__cVRzea__commentLikeCount{font-size:.72rem;font-weight:500}.WorkTestSection-module__cVRzea__commentReplyBtn{}.WorkTestSection-module__cVRzea__commentEditBtn{}.WorkTestSection-module__cVRzea__commentReportBtn{}.WorkTestSection-module__cVRzea__creatorHeart{opacity:.9;-webkit-user-select:none;user-select:none;align-items:center;gap:3px;padding:3px 4px;display:inline-flex}.WorkTestSection-module__cVRzea__creatorAvatarMini{color:#db2777;background:#ec48992e;border-radius:50%;justify-content:center;align-items:center;width:16px;height:16px;font-size:9px;font-weight:700;line-height:1;display:inline-flex;overflow:hidden}.WorkTestSection-module__cVRzea__creatorAvatarMini img{object-fit:cover;width:100%;height:100%}body.dark-mode .WorkTestSection-module__cVRzea__creatorAvatarMini{color:#f9a8d4;background:#ec489938}.WorkTestSection-module__cVRzea__authorCreatorTag{color:#db2777;letter-spacing:.02em;background:#ec489929;border-radius:4px;align-items:center;padding:2px 6px;font-size:.62rem;font-weight:700;line-height:1.2;display:inline-flex}body.dark-mode .WorkTestSection-module__cVRzea__authorCreatorTag{color:#f9a8d4;background:#ec489938}.WorkTestSection-module__cVRzea__creatorLikeBtn{}.WorkTestSection-module__cVRzea__creatorLikeBtn:hover:not(:disabled),.WorkTestSection-module__cVRzea__creatorLikeBtnActive{color:#db2777!important}.WorkTestSection-module__cVRzea__creatorLikeBtnActive:hover:not(:disabled){color:#be185d!important}body.dark-mode .WorkTestSection-module__cVRzea__creatorLikeBtn:hover:not(:disabled){color:#f9a8d4!important}body.dark-mode .WorkTestSection-module__cVRzea__creatorLikeBtnActive{color:#f9a8d4!important}body.dark-mode .WorkTestSection-module__cVRzea__creatorLikeBtnActive:hover:not(:disabled){color:#f9a8d4!important}.WorkTestSection-module__cVRzea__commentReplyTo{color:var(--text-tertiary,#a1a1aa);font-size:.72rem;font-weight:500}.WorkTestSection-module__cVRzea__commentSecret{color:var(--accent,#7c3aed);align-items:center;display:inline-flex}.WorkTestSection-module__cVRzea__commentEdited{color:var(--text-tertiary,#a1a1aa);font-size:.72rem;font-style:italic}.WorkTestSection-module__cVRzea__commentDeleted{opacity:.5}.WorkTestSection-module__cVRzea__commentDeletedText{color:var(--text-tertiary,#a1a1aa);font-size:.82rem;font-style:italic}.WorkTestSection-module__cVRzea__commentReplyToggle{color:var(--text-tertiary,#71717a);cursor:pointer;background:0 0;border:none;align-items:center;gap:4px;padding:3px 0 0 20px;font-size:.72rem;font-weight:500;transition:color .15s;display:flex}.WorkTestSection-module__cVRzea__commentReplyToggle:hover{color:var(--text-primary,#18181b)}body.dark-mode .WorkTestSection-module__cVRzea__commentReplyToggle{color:#71717a}body.dark-mode .WorkTestSection-module__cVRzea__commentReplyToggle:hover{color:#e4e4e7}.WorkTestSection-module__cVRzea__commentReplyGroup{border-left:1.5px solid var(--border-light,#e4e4e7);margin-top:6px;margin-left:20px;padding-left:16px}.WorkTestSection-module__cVRzea__commentReplyGroup .WorkTestSection-module__cVRzea__commentItem{border-bottom:none;padding:8px 0}.WorkTestSection-module__cVRzea__commentReplyGroup .WorkTestSection-module__cVRzea__commentAvatar,.WorkTestSection-module__cVRzea__commentReplyGroup .WorkTestSection-module__cVRzea__commentAvatarImg,.WorkTestSection-module__cVRzea__commentReplyGroup .WorkTestSection-module__cVRzea__commentAvatarFallback{width:24px;height:24px}.WorkTestSection-module__cVRzea__commentReplyGroup .WorkTestSection-module__cVRzea__commentAuthor{font-size:.75rem}.WorkTestSection-module__cVRzea__commentReplyGroup .WorkTestSection-module__cVRzea__commentContent{font-size:.78rem;line-height:1.55}.WorkTestSection-module__cVRzea__commentReplyGroup .WorkTestSection-module__cVRzea__commentActions{margin-top:2px}.WorkTestSection-module__cVRzea__commentReplyGroup .WorkTestSection-module__cVRzea__commentActions button{padding:2px 6px;font-size:.68rem}.WorkTestSection-module__cVRzea__commentReplyForm{padding:8px 0}.WorkTestSection-module__cVRzea__commentReplyTextarea{border:1px solid var(--border-light,#e4e4e7);background:var(--bg-primary,#fff);width:100%;color:var(--text-primary,#18181b);resize:none;border-radius:8px;outline:none;padding:8px 10px;font-size:.82rem;line-height:1.5;transition:border-color .15s}.WorkTestSection-module__cVRzea__commentReplyTextarea:focus-visible{border-color:var(--focus-border)}body.dark-mode .WorkTestSection-module__cVRzea__commentReplyTextarea{color:#d4d4d8;background:#18181b;border-color:#3f3f46}.WorkTestSection-module__cVRzea__commentReplyFormActions{justify-content:flex-end;gap:6px;margin-top:6px;display:flex}.WorkTestSection-module__cVRzea__commentEditForm{margin-top:4px}.WorkTestSection-module__cVRzea__commentEditTextarea{border:1px solid var(--border-light,#e4e4e7);background:var(--bg-primary,#fff);width:100%;color:var(--text-primary,#18181b);resize:none;border-radius:8px;outline:none;padding:8px 10px;font-size:.82rem;line-height:1.5;transition:border-color .15s}.WorkTestSection-module__cVRzea__commentEditTextarea:focus-visible{border-color:var(--focus-border)}body.dark-mode .WorkTestSection-module__cVRzea__commentEditTextarea{color:#d4d4d8;background:#18181b;border-color:#3f3f46}.WorkTestSection-module__cVRzea__commentEditActions{justify-content:flex-end;gap:6px;margin-top:6px;display:flex}.WorkTestSection-module__cVRzea__commentEditCancel{border:1px solid var(--border-light,#e4e4e7);color:var(--text-secondary,#52525b);cursor:pointer;background:0 0;border-radius:6px;padding:4px 10px;font-size:.78rem;transition:all .15s}.WorkTestSection-module__cVRzea__commentEditCancel:hover{background:var(--bg-secondary,#f4f4f5)}body.dark-mode .WorkTestSection-module__cVRzea__commentEditCancel{color:#a1a1aa;border-color:#3f3f46}body.dark-mode .WorkTestSection-module__cVRzea__commentEditCancel:hover{background:#27272a}.WorkTestSection-module__cVRzea__commentEditSave{background:var(--text-primary,#18181b);color:#fff;cursor:pointer;border:none;border-radius:6px;padding:4px 10px;font-size:.78rem;transition:all .15s}.WorkTestSection-module__cVRzea__commentEditSave:hover:not(:disabled){opacity:.85}.WorkTestSection-module__cVRzea__commentEditSave:disabled{opacity:.4;cursor:not-allowed}body.dark-mode .WorkTestSection-module__cVRzea__commentEditSave{color:#18181b;background:#a1a1aa}@media (max-width:1280px){.WorkTestSection-module__cVRzea__cardGrid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr))}}@media (max-width:768px){.WorkTestSection-module__cVRzea__listHeader{padding:0 16px}.WorkTestSection-module__cVRzea__cardGrid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:10px;padding:16px 16px 32px}.WorkTestSection-module__cVRzea__detailHero{flex-direction:column;gap:20px;padding:0 16px 24px}.WorkTestSection-module__cVRzea__detailImageWrap{width:100%;max-width:320px}.WorkTestSection-module__cVRzea__btnStart{max-width:100%}.WorkTestSection-module__cVRzea__commentsSection{padding:20px 16px 32px}}.WorkTestSection-module__cVRzea__chatScreenOuter{background:#fff;flex:1;justify-content:center;min-height:0;display:flex;overflow:hidden}body.dark-mode .WorkTestSection-module__cVRzea__chatScreenOuter{background:#0d0d10}.WorkTestSection-module__cVRzea__chatScreen{height:100%;min-height:0;font-family:var(--font-sans);background:#fff;flex-direction:column;flex:1;width:100%;display:flex;position:relative;overflow:hidden}body.dark-mode .WorkTestSection-module__cVRzea__chatScreen{background:#0d0d10}@media (min-width:768px){.WorkTestSection-module__cVRzea__chatScreen{max-width:none}}.WorkTestSection-module__cVRzea__chatHeader{background:var(--bg-primary,#fff);border-bottom:none;flex-shrink:0;align-items:stretch;transition:all .18s;display:flex}.WorkTestSection-module__cVRzea__chatHeaderLogoCell{border-right:none;flex-shrink:0;align-items:center;gap:8px;width:320px;padding:0 24px;transition:width .24s,padding .24s,opacity .18s;display:none}body.dark-mode .WorkTestSection-module__cVRzea__chatHeaderLogoCell{border-right-color:#0000}@media (min-width:768px){.WorkTestSection-module__cVRzea__chatHeaderLogoCell{display:flex}.WorkTestSection-module__cVRzea__chatLayoutSidebarClosed .WorkTestSection-module__cVRzea__chatHeaderLogoCell{opacity:0;pointer-events:none;width:0;padding-left:0;padding-right:0}}.WorkTestSection-module__cVRzea__chatHeaderLogo{letter-spacing:.5px;background:linear-gradient(135deg,#6366f1,#a78bfa);-webkit-text-fill-color:transparent;cursor:pointer;-webkit-user-select:none;user-select:none;-webkit-background-clip:text;background-clip:text;font-size:17px;font-weight:800}body.dark-mode .WorkTestSection-module__cVRzea__chatHeaderLogo{background:linear-gradient(135deg,#c7d2fe,#a78bfa);-webkit-background-clip:text;background-clip:text}.WorkTestSection-module__cVRzea__chatHeaderRightCell{flex:1;align-items:center;gap:14px;min-width:0;padding:12px 24px;display:flex}.WorkTestSection-module__cVRzea__chatBackBtn{width:34px;height:34px;color:var(--text-tertiary,#a1a1aa);cursor:pointer;background:0 0;border:none;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;transition:all .18s;display:flex}.WorkTestSection-module__cVRzea__chatBackBtn:hover{background:var(--bg-secondary,#f4f4f5);color:var(--text-secondary,#52525b)}body.dark-mode .WorkTestSection-module__cVRzea__chatBackBtn{color:#71717a}body.dark-mode .WorkTestSection-module__cVRzea__chatBackBtn:hover{color:#a1a1aa;background:#27272a}.WorkTestSection-module__cVRzea__chatBackBtnMobile{display:flex}@media (min-width:768px){.WorkTestSection-module__cVRzea__chatBackBtnMobile{display:none}}.WorkTestSection-module__cVRzea__chatHeaderAvatarWrap{flex-shrink:0;position:relative}.WorkTestSection-module__cVRzea__chatHeaderAvatar{object-fit:cover;border-radius:50%;flex-shrink:0;width:30px;height:30px}body.dark-mode .WorkTestSection-module__cVRzea__chatHeaderAvatar{border-color:#0000}.WorkTestSection-module__cVRzea__chatHeaderOnlineDot{border:1.5px solid var(--bg-primary,#fff);background:#22c55e;border-radius:50%;width:8px;height:8px;position:absolute;bottom:0;right:0}.WorkTestSection-module__cVRzea__chatHeaderInfo{flex:1;min-width:0}.WorkTestSection-module__cVRzea__chatHeaderName{color:var(--text-primary,#18181b);white-space:nowrap;text-overflow:ellipsis;font-size:14.5px;font-weight:700;line-height:1.3;overflow:hidden}body.dark-mode .WorkTestSection-module__cVRzea__chatHeaderName{color:#e4e4e7}.WorkTestSection-module__cVRzea__chatHeaderTitle{color:var(--text-tertiary,#a1a1aa);white-space:nowrap;text-overflow:ellipsis;font-size:11.5px;overflow:hidden}body.dark-mode .WorkTestSection-module__cVRzea__chatHeaderTitle{color:#71717a}.WorkTestSection-module__cVRzea__chatHeaderActions{flex-shrink:0;align-items:center;gap:4px;display:flex}.WorkTestSection-module__cVRzea__chatHeaderToken{color:#6366f1;background:#eef2ff;border:1px solid #e0e7ff;border-radius:16px;align-items:center;gap:4px;padding:4px 10px;font-size:12px;font-weight:600;display:flex}body.dark-mode .WorkTestSection-module__cVRzea__chatHeaderToken{color:#a5b4fc;background:#6366f11f;border-color:#6366f133}.WorkTestSection-module__cVRzea__chatHeaderDesktopHidden{display:flex}@media (min-width:768px){.WorkTestSection-module__cVRzea__chatHeaderActionBtn.WorkTestSection-module__cVRzea__chatHeaderDesktopHidden{display:none}}.WorkTestSection-module__cVRzea__chatHeaderActionBtn{width:30px;height:30px;color:var(--text-tertiary,#a1a1aa);cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;transition:all .15s;display:flex}.WorkTestSection-module__cVRzea__chatHeaderActionBtn:hover{background:var(--bg-secondary,#f4f4f5);color:var(--text-secondary,#52525b)}.WorkTestSection-module__cVRzea__chatHeaderActionBtnActive{background:var(--chat-accent-soft,#eef2ff);color:var(--chat-accent,#6366f1)}body.dark-mode .WorkTestSection-module__cVRzea__chatHeaderActionBtn{color:#71717a}body.dark-mode .WorkTestSection-module__cVRzea__chatHeaderActionBtn:hover{color:#a1a1aa;background:#27272a}body.dark-mode .WorkTestSection-module__cVRzea__chatHeaderActionBtnActive{color:#818cf8;background:#6366f126}.WorkTestSection-module__cVRzea__chatMoreMenuWrap{position:relative}@media (min-width:768px){.WorkTestSection-module__cVRzea__chatMoreMenuWrapMobileOnly{display:none}}.WorkTestSection-module__cVRzea__chatMoreMenu{z-index:50;background:#fff;border:1px solid #e4e4e7;border-radius:10px;min-width:200px;margin-top:4px;padding:4px;animation:.12s ease-out WorkTestSection-module__cVRzea__menuFadeIn;position:absolute;top:100%;right:0;box-shadow:0 4px 16px #00000014}body.dark-mode .WorkTestSection-module__cVRzea__chatMoreMenu{background:#1a1a20;border-color:#2a2a30;box-shadow:0 8px 24px #00000080}.WorkTestSection-module__cVRzea__chatMoreMenuSep{background:#e4e4e7;height:1px;margin:4px 6px}body.dark-mode .WorkTestSection-module__cVRzea__chatMoreMenuSep{background:#2a2a30}@media (min-width:768px){.WorkTestSection-module__cVRzea__chatMoreMenuItem.WorkTestSection-module__cVRzea__chatMoreMenuMobileOnly{display:none}}@keyframes WorkTestSection-module__cVRzea__menuFadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.WorkTestSection-module__cVRzea__chatMoreMenuItem{width:100%;color:var(--text-secondary,#52525b);cursor:pointer;background:0 0;border:none;border-radius:6px;align-items:center;gap:8px;padding:8px 12px;font-size:13px;transition:background .12s;display:flex}.WorkTestSection-module__cVRzea__chatMoreMenuItem:hover{background:var(--bg-secondary,#f4f4f5)}body.dark-mode .WorkTestSection-module__cVRzea__chatMoreMenuItem{color:#d4d4d8}body.dark-mode .WorkTestSection-module__cVRzea__chatMoreMenuItem:hover{background:#232328}.WorkTestSection-module__cVRzea__chatMessages{overscroll-behavior-y:contain;scroll-behavior:auto;-webkit-user-select:text;user-select:text;scrollbar-width:thin;scrollbar-color:#a1a1aa8c transparent;flex-direction:column;flex:1;gap:0;min-height:0;padding:20px 22px 20px 28px;display:flex;overflow-y:auto}@media (max-width:768px){.WorkTestSection-module__cVRzea__chatMessages{padding:12px}}@media (min-width:768px){.WorkTestSection-module__cVRzea__chatMessages{padding-left:4px;padding-right:4px}.WorkTestSection-module__cVRzea__chatMessages>.WorkTestSection-module__cVRzea__chatProfile,.WorkTestSection-module__cVRzea__chatMessages>.WorkTestSection-module__cVRzea__chatMessageSearchTarget,.WorkTestSection-module__cVRzea__chatMessages>.WorkTestSection-module__cVRzea__chatTurnActions,.WorkTestSection-module__cVRzea__chatMessages>.WorkTestSection-module__cVRzea__chatError{align-self:center;width:min(660px,100% - 60px)}.WorkTestSection-module__cVRzea__chatScreen>.WorkTestSection-module__cVRzea__chatSearchBar,.WorkTestSection-module__cVRzea__chatScreen>.WorkTestSection-module__cVRzea__chatInputArea{align-self:center;width:min(660px,100% - 60px);padding-left:0;padding-right:0}}body.dark-mode .WorkTestSection-module__cVRzea__chatMessages{scrollbar-color:#71717aa6 transparent}.WorkTestSection-module__cVRzea__chatMessages::-webkit-scrollbar{width:4px}.WorkTestSection-module__cVRzea__chatMessages::-webkit-scrollbar-track{background:0 0;border-radius:6px}.WorkTestSection-module__cVRzea__chatMessages::-webkit-scrollbar-thumb{background:#a1a1aa8c;border-radius:6px;min-height:40px}.WorkTestSection-module__cVRzea__chatMessages::-webkit-scrollbar-thumb:hover{background:#a1a1aa}body.dark-mode .WorkTestSection-module__cVRzea__chatMessages::-webkit-scrollbar-track{background:0 0}body.dark-mode .WorkTestSection-module__cVRzea__chatMessages::-webkit-scrollbar-thumb{background:#71717aa6}body.dark-mode .WorkTestSection-module__cVRzea__chatMessages::-webkit-scrollbar-thumb:hover{background:#71717a}.WorkTestSection-module__cVRzea__chatSearchBar{background:#fff;flex-shrink:0;align-items:center;gap:6px;padding:8px 20px;display:flex}body.dark-mode .WorkTestSection-module__cVRzea__chatSearchBar{background:#0d0d10}.WorkTestSection-module__cVRzea__chatSearchInput{border:1px solid var(--border-light,#e4e4e7);min-width:0;height:32px;color:var(--text-primary,#18181b);background:#f8fafc;border-radius:8px;flex:1;padding:0 10px;font-family:inherit;font-size:12.5px}.WorkTestSection-module__cVRzea__chatSearchInput:focus{border-color:var(--focus-border,#6366f1);outline:none}body.dark-mode .WorkTestSection-module__cVRzea__chatSearchInput{color:#e4e4e7;background:#14141a;border-color:#27272a}.WorkTestSection-module__cVRzea__chatSearchCount{text-align:center;min-width:42px;color:var(--text-tertiary,#71717a);font-size:11px}.WorkTestSection-module__cVRzea__chatSearchBtn,.WorkTestSection-module__cVRzea__chatSearchClose{background:var(--bg-secondary,#f4f4f5);height:32px;color:var(--text-secondary,#52525b);cursor:pointer;border:none;border-radius:8px;padding:0 9px;font-family:inherit;font-size:11.5px;font-weight:700}.WorkTestSection-module__cVRzea__chatSearchBtn:disabled{opacity:.45;cursor:default}.WorkTestSection-module__cVRzea__chatSearchClose{width:32px;padding:0;font-size:16px}:is(body.dark-mode .WorkTestSection-module__cVRzea__chatSearchBtn,body.dark-mode .WorkTestSection-module__cVRzea__chatSearchClose){color:#a1a1aa;background:#18181b}.WorkTestSection-module__cVRzea__chatMessageSearchTarget{border-radius:10px;scroll-margin:80px}.WorkTestSection-module__cVRzea__chatMessageSearchMatch{background:#6366f109;outline:1px solid #6366f133}.WorkTestSection-module__cVRzea__chatMessageSearchActive{background:#6366f112;outline-color:#6366f18c}body.dark-mode .WorkTestSection-module__cVRzea__chatMessageSearchMatch{background:#818cf80f;outline-color:#818cf83d}body.dark-mode .WorkTestSection-module__cVRzea__chatMessageSearchActive{background:#818cf81a;outline-color:#818cf88c}.raonChatSearchMark{color:inherit;background:#facc1573;border-radius:3px;padding:0 2px}.raonChatSearchMarkActive{color:#111827;background:#f59e0b;box-shadow:0 0 0 2px #f59e0b38}body.dark-mode .raonChatSearchMark{color:inherit;background:#eab30857}body.dark-mode .raonChatSearchMarkActive{color:#111827;background:#fbbf24}.WorkTestSection-module__cVRzea__chatProfile{border-bottom:1px solid var(--border-light,#f0f0f2);flex-direction:column;align-items:center;gap:8px;margin-bottom:20px;padding:28px 16px 24px;display:flex}body.dark-mode .WorkTestSection-module__cVRzea__chatProfile{border-bottom-color:#1f1f23}.WorkTestSection-module__cVRzea__chatProfileImage{border:3px solid var(--border-light,#e4e4e7);border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;display:flex;overflow:hidden}body.dark-mode .WorkTestSection-module__cVRzea__chatProfileImage{border-color:#27272a}.WorkTestSection-module__cVRzea__chatProfileInitial{color:#fff;text-shadow:0 1px 3px #0000004d;font-size:1.8rem;font-weight:700}.WorkTestSection-module__cVRzea__chatProfileName{color:var(--text-primary,#18181b);margin-top:2px;font-size:17px;font-weight:800}body.dark-mode .WorkTestSection-module__cVRzea__chatProfileName{color:#e4e4e7}.WorkTestSection-module__cVRzea__chatProfileDesc{color:var(--text-tertiary,#a1a1aa);text-align:center;max-width:380px;font-size:13px;line-height:1.5}body.dark-mode .WorkTestSection-module__cVRzea__chatProfileDesc{color:#71717a}.WorkTestSection-module__cVRzea__chatProfileTags{flex-wrap:wrap;justify-content:center;gap:6px;margin-top:4px;display:flex}.WorkTestSection-module__cVRzea__chatProfileTag{color:#6366f1;background:#eef2ff;border-radius:999px;padding:3px 10px;font-size:11px;font-weight:600}body.dark-mode .WorkTestSection-module__cVRzea__chatProfileTag{color:#818cf8;background:#6366f11f}.WorkTestSection-module__cVRzea__chatSessionLoading{border:1px solid var(--border-light,#e5e7eb);background:var(--bg-secondary,#f4f4f5);color:var(--text-tertiary,#6b7280);border-radius:10px;align-self:center;margin:2px 0 18px;padding:10px 14px;font-size:.82rem}body.dark-mode .WorkTestSection-module__cVRzea__chatSessionLoading{background:var(--bg-secondary,#15161a);border-color:var(--border-default,#ffffff1a);color:var(--text-secondary,#c4c5cc)}.WorkTestSection-module__cVRzea__chatGreetingPicker{flex-direction:column;gap:6px;width:100%;max-width:420px;margin-top:10px;display:flex}.WorkTestSection-module__cVRzea__chatGreetingLabel{color:var(--text-tertiary,#a1a1aa);letter-spacing:.02em;font-size:11px;font-weight:800}body.dark-mode .WorkTestSection-module__cVRzea__chatGreetingLabel{color:#71717a}.WorkTestSection-module__cVRzea__chatGreetingSelect{border:1px solid var(--border-light,#e4e4e7);width:100%;color:var(--text-primary,#18181b);background:#fff;border-radius:10px;padding:8px 10px;font-family:inherit;font-size:13px}.WorkTestSection-module__cVRzea__chatGreetingSelect:disabled{opacity:.6;cursor:not-allowed}body.dark-mode .WorkTestSection-module__cVRzea__chatGreetingSelect{color:#e4e4e7;background:#ffffff08;border-color:#ffffff14}.WorkTestSection-module__cVRzea__chatUserRow{justify-content:flex-end;margin:14px 0 18px;display:flex}.WorkTestSection-module__cVRzea__chatUserBubble{max-width:72%;font-size:var(--chat-font-size,14.5px);background:var(--chat-user-bg,#6366f1);color:#fff;word-break:break-word;white-space:pre-wrap;border-radius:18px 18px 4px;padding:11px 16px;line-height:1.65}.WorkTestSection-module__cVRzea__chatText{color:#fff}.WorkTestSection-module__cVRzea__chatAct{color:#ffffff80;font-style:italic}body.dark-mode .WorkTestSection-module__cVRzea__chatAct{color:#ffffff73}.WorkTestSection-module__cVRzea__chatChoices{flex-direction:column;align-items:flex-end;gap:6px;margin:12px 0 4px;animation:.25s WorkTestSection-module__cVRzea__chatChoicesIn;display:flex}@keyframes WorkTestSection-module__cVRzea__chatChoicesIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.WorkTestSection-module__cVRzea__chatChoiceChip{border:1px solid var(--border-light,#e4e4e7);max-width:72%;font-size:var(--chat-font-size,14.5px);color:#52525b;cursor:pointer;text-align:left;word-break:break-word;white-space:pre-wrap;background:#f4f4f5;border-radius:18px 18px 4px;padding:11px 16px;font-family:inherit;line-height:1.65;transition:all .15s;display:block}.WorkTestSection-module__cVRzea__chatChoiceChip:hover{color:var(--text-primary,#18181b);background:#ececef;border-color:#d4d4d8}.WorkTestSection-module__cVRzea__chatChoiceChip:active{transform:scale(.985)}body.dark-mode .WorkTestSection-module__cVRzea__chatChoiceChip{color:#d4d4d8;background:#ffffff0a;border-color:#ffffff14}body.dark-mode .WorkTestSection-module__cVRzea__chatChoiceChip:hover{color:#f4f4f5;background:#ffffff12;border-color:#ffffff24}@media (max-width:768px){.WorkTestSection-module__cVRzea__chatChoiceChip{max-width:85%;padding:12px 16px}}.WorkTestSection-module__cVRzea__chatTurnActions{flex-wrap:wrap;gap:6px;padding:6px 0 10px;display:flex}.WorkTestSection-module__cVRzea__chatTurnCount{letter-spacing:.5px;color:#a1a1aa;white-space:nowrap;align-items:center;height:30px;padding:0 8px;font-size:11px;font-weight:600;display:flex}body.dark-mode .WorkTestSection-module__cVRzea__chatTurnCount{color:#71717a}.WorkTestSection-module__cVRzea__chatTurnBtn{color:#a1a1aa;cursor:pointer;white-space:nowrap;background:0 0;border:1px solid #e4e4e7;border-radius:15px;align-items:center;gap:4px;height:30px;padding:0 10px;font-size:12px;transition:all .15s;display:flex}.WorkTestSection-module__cVRzea__chatTurnBtn:hover{color:#52525b;background:#f4f4f5;border-color:#d4d4d8}body.dark-mode .WorkTestSection-module__cVRzea__chatTurnBtn{color:#71717a;border-color:#3f3f46}body.dark-mode .WorkTestSection-module__cVRzea__chatTurnBtn:hover{color:#a1a1aa;background:#27272a;border-color:#52525b}.WorkTestSection-module__cVRzea__chatTurnBtnIconOnly{justify-content:center;gap:0;width:30px;padding:0}@media (max-width:768px){.WorkTestSection-module__cVRzea__chatTurnBtn{height:44px;padding:0 14px;font-size:13px}.WorkTestSection-module__cVRzea__chatTurnBtnIconOnly{width:44px;padding:0}}.WorkTestSection-module__cVRzea__chatStopBtn{color:#a1a1aa;border-color:#a1a1aa33}.WorkTestSection-module__cVRzea__chatStopBtn:hover{color:#71717a;background:#a1a1aa0f;border-color:#a1a1aa66}body.dark-mode .WorkTestSection-module__cVRzea__chatStopBtn{color:#71717a;border-color:#71717a33}body.dark-mode .WorkTestSection-module__cVRzea__chatStopBtn:hover{color:#a1a1aa;background:#71717a14;border-color:#71717a66}.WorkTestSection-module__cVRzea__chatAiBlock{margin:0 0 1.6em}.WorkTestSection-module__cVRzea__chatScene{width:fit-content;max-width:min(calc(100%*var(--chat-image-scale,1)),100%);cursor:pointer;border-radius:14px;margin:8px auto 16px;transition:transform .18s;position:relative;overflow:hidden;box-shadow:0 3px 16px #0000001a}.WorkTestSection-module__cVRzea__chatScene:hover{transform:scale(1.01)}body.dark-mode .WorkTestSection-module__cVRzea__chatScene{box-shadow:0 3px 16px #00000059}.WorkTestSection-module__cVRzea__chatSceneImg{object-fit:contain;border-radius:12px;width:100%;transition:width .25s;display:block}.WorkTestSection-module__cVRzea__chatSceneWide{width:calc(92%*var(--chat-image-scale,1));aspect-ratio:16/9}.WorkTestSection-module__cVRzea__chatSceneLandscape{width:calc(88%*var(--chat-image-scale,1));aspect-ratio:4/3}.WorkTestSection-module__cVRzea__chatSceneSquare{width:calc(72%*var(--chat-image-scale,1));aspect-ratio:1}.WorkTestSection-module__cVRzea__chatScenePortrait{width:calc(60%*var(--chat-image-scale,1));aspect-ratio:3/4}.WorkTestSection-module__cVRzea__chatSceneTall{width:calc(45%*var(--chat-image-scale,1));aspect-ratio:9/16}.WorkTestSection-module__cVRzea__chatSceneFallback{border:1px dashed var(--border-light,#d4d4d8);background:var(--bg-secondary,#f4f4f5);color:var(--text-tertiary,#71717a);border-radius:8px;margin:2px 0 10px;padding:4px 10px;font-size:.74rem;font-style:italic;display:inline-block}body.dark-mode .WorkTestSection-module__cVRzea__chatSceneFallback{color:#a1a1aa;background:#27272a;border-color:#3f3f46}.WorkTestSection-module__cVRzea__chatSceneCollapsed{border:1px solid var(--chat-accent-border,#c7d2fe);background:var(--chat-accent-soft,#eef2ff);color:var(--chat-accent,#6366f1);cursor:pointer;border-radius:20px;align-items:center;gap:6px;margin:6px 0;padding:6px 14px;font-size:12.5px;font-weight:500;transition:background .15s,border-color .15s;display:inline-flex}.WorkTestSection-module__cVRzea__chatSceneCollapsed:hover{background:var(--chat-accent-border,#c7d2fe);border-color:var(--chat-accent,#6366f1)}body.dark-mode .WorkTestSection-module__cVRzea__chatSceneCollapsed{color:var(--chat-accent,#818cf8);background:#6366f11a;border-color:#818cf84d}body.dark-mode .WorkTestSection-module__cVRzea__chatSceneCollapsed:hover{background:#6366f133;border-color:#818cf880}.WorkTestSection-module__cVRzea__chatIntroImg{object-fit:cover;width:100%;display:block}.WorkTestSection-module__cVRzea__chatNarr{font-size:var(--chat-font-size,14.5px);letter-spacing:.01em;color:#52525b;word-break:keep-all;overflow-wrap:anywhere;white-space:pre-wrap;margin:1.5em 0;line-height:1.6}.WorkTestSection-module__cVRzea__chatThought{font-size:var(--chat-font-size,14.5px);letter-spacing:.01em;color:#78716c;word-break:keep-all;overflow-wrap:anywhere;white-space:pre-wrap;margin:.4em 0;font-style:italic;line-height:1.6}body.dark-mode .WorkTestSection-module__cVRzea__chatThought{color:#a8a29e}.WorkTestSection-module__cVRzea__chatCodeBlock{background:#1e1e2e;border-radius:8px;margin:8px 0;position:relative;overflow:hidden}.WorkTestSection-module__cVRzea__chatCodeLang{color:#a0a0b8;font-size:11px;font-family:var(--font-mono,monospace);text-transform:uppercase;letter-spacing:.04em;padding:4px 10px;display:inline-block}.WorkTestSection-module__cVRzea__chatCodeCopy{color:#a0a0b8;cursor:pointer;background:0 0;border:1px solid #3a3a4e;border-radius:4px;padding:3px 10px;font-size:11px;transition:background .15s,color .15s;position:absolute;top:4px;right:6px}.WorkTestSection-module__cVRzea__chatCodeCopy:hover{color:#e0e0f0;background:#3a3a4e}.WorkTestSection-module__cVRzea__chatCodePre{color:#e0e0f0;font-size:13px;line-height:1.6;font-family:var(--font-mono,"Fira Code","Cascadia Code",Consolas,monospace);white-space:pre;tab-size:2;margin:0;padding:0 14px 12px;overflow-x:auto}.WorkTestSection-module__cVRzea__chatCodePre code{font-family:inherit}.WorkTestSection-module__cVRzea__chatCharName{color:var(--chat-accent,#6366f1);align-items:center;gap:8px;margin:14px 0 4px;font-size:13.5px;font-weight:600;display:flex}body.dark-mode .WorkTestSection-module__cVRzea__chatCharName{color:var(--chat-accent,#818cf8)}.WorkTestSection-module__cVRzea__chatCharDot{background:var(--chat-accent,#6366f1);border-radius:50%;flex-shrink:0;width:5px;height:5px}body.dark-mode .WorkTestSection-module__cVRzea__chatCharDot{background:var(--chat-accent,#818cf8)}.WorkTestSection-module__cVRzea__chatChar_c0{--char-color:#6366f1;--char-color-dark:#818cf8;--char-border:#6366f166;--char-border-dark:#818cf840;--char-bg:#6366f126;--char-dial-bg:#eef2ff;--char-dial-bg-dark:#6366f10a}.WorkTestSection-module__cVRzea__chatChar_c1{--char-color:#f59e0b;--char-color-dark:#fbbf24;--char-border:#f59e0b66;--char-border-dark:#fbbf2440;--char-bg:#fbbf241f;--char-dial-bg:#fef9ee;--char-dial-bg-dark:#fbbf2408}.WorkTestSection-module__cVRzea__chatChar_c2{--char-color:#10b981;--char-color-dark:#34d399;--char-border:#10b98166;--char-border-dark:#34d39940;--char-bg:#34d3991f;--char-dial-bg:#eefbf4;--char-dial-bg-dark:#34d39908}.WorkTestSection-module__cVRzea__chatChar_c3{--char-color:#f43f5e;--char-color-dark:#fb7185;--char-border:#f43f5e66;--char-border-dark:#fb718540;--char-bg:#fb71851f;--char-dial-bg:#fff1f2;--char-dial-bg-dark:#fb718508}.WorkTestSection-module__cVRzea__chatChar_c4{--char-color:#0ea5e9;--char-color-dark:#38bdf8;--char-border:#0ea5e966;--char-border-dark:#38bdf840;--char-bg:#38bdf81f;--char-dial-bg:#eff8ff;--char-dial-bg-dark:#38bdf808}.WorkTestSection-module__cVRzea__chatChar_c5{--char-color:#a855f7;--char-color-dark:#c084fc;--char-border:#a855f766;--char-border-dark:#c084fc40;--char-bg:#c084fc1f;--char-dial-bg:#f5f3ff;--char-dial-bg-dark:#c084fc08}.WorkTestSection-module__cVRzea__chatChar_c6{--char-color:#ec4899;--char-color-dark:#f472b6;--char-border:#ec489966;--char-border-dark:#f472b640;--char-bg:#f472b61f;--char-dial-bg:#fdf2f8;--char-dial-bg-dark:#f472b608}.WorkTestSection-module__cVRzea__chatChar_c7{--char-color:#14b8a6;--char-color-dark:#2dd4bf;--char-border:#14b8a666;--char-border-dark:#2dd4bf40;--char-bg:#2dd4bf1f;--char-dial-bg:#f0fdfa;--char-dial-bg-dark:#2dd4bf08}.WorkTestSection-module__cVRzea__chatChar_c8{--char-color:#f97316;--char-color-dark:#fb923c;--char-border:#f9731666;--char-border-dark:#fb923c40;--char-bg:#fb923c1f;--char-dial-bg:#fff7ed;--char-dial-bg-dark:#fb923c08}.WorkTestSection-module__cVRzea__chatChar_c9{--char-color:#6366f1;--char-color-dark:#818cf8;--char-border:#6366f166;--char-border-dark:#818cf840;--char-bg:#6366f126;--char-dial-bg:#eef2ff;--char-dial-bg-dark:#6366f10a}.WorkTestSection-module__cVRzea__chatChar_user{--char-color:#d97706;--char-color-dark:#f59e0b;--char-border:#d9770666;--char-border-dark:#f59e0b40;--char-bg:#f59e0b1f;--char-dial-bg:#fef9ee;--char-dial-bg-dark:#f59e0b08}.WorkTestSection-module__cVRzea__chatChar_etc{--char-color:#27272a;--char-color-dark:#fafafa;--char-border:#27272a59;--char-border-dark:#fafafa40;--char-bg:#52525b1a;--char-dial-bg:#f4f4f5;--char-dial-bg-dark:#ffffff05}.WorkTestSection-module__cVRzea__chatCharName[class*=chatChar_]{color:var(--char-color)}body.dark-mode .WorkTestSection-module__cVRzea__chatCharName[class*=chatChar_]{color:var(--char-color-dark)}.WorkTestSection-module__cVRzea__chatCharDot[class*=chatChar_]{background:var(--char-color)}body.dark-mode .WorkTestSection-module__cVRzea__chatCharDot[class*=chatChar_]{background:var(--char-color-dark)}.WorkTestSection-module__cVRzea__chatDial{background:var(--char-dial-bg,#f8fafc);font-size:var(--chat-font-size,14.5px);letter-spacing:.01em;color:var(--text-primary,#18181b);word-break:keep-all;overflow-wrap:anywhere;white-space:pre-wrap;border:none;border-radius:2px 12px 12px;margin:0 0 1.5em 44px;padding:10px 14px;line-height:1.6}body.dark-mode .WorkTestSection-module__cVRzea__chatDial{background:var(--char-dial-bg-dark,#ffffff08);color:#e4e4e7}.WorkTestSection-module__cVRzea__chatDial[class*=chatChar_]{background:var(--char-dial-bg)}body.dark-mode .WorkTestSection-module__cVRzea__chatDial[class*=chatChar_]{background:var(--char-dial-bg-dark)}.WorkTestSection-module__cVRzea__chatCharAvatar{aspect-ratio:1;object-fit:cover;object-position:center;background:var(--char-bg,#6366f11f);border:1px solid var(--char-border,#6366f152);-webkit-user-select:none;user-select:none;border-radius:50%;flex-shrink:0;width:44px;height:44px;display:block;box-shadow:0 4px 12px #0f172a1f,0 0 0 3px #ffffffb8}.WorkTestSection-module__cVRzea__chatCharInitial{background:var(--char-bg,#6366f126);width:44px;height:44px;color:var(--char-color,#6366f1);border:1px solid var(--char-border,#6366f152);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:17px;font-weight:700;display:flex;box-shadow:0 4px 12px #0f172a1a,0 0 0 3px #ffffffb8}body.dark-mode .WorkTestSection-module__cVRzea__chatCharAvatar{border-color:var(--char-border-dark,#818cf840);box-shadow:0 4px 14px #00000052,0 0 0 3px #ffffff0a}body.dark-mode .WorkTestSection-module__cVRzea__chatCharInitial{color:var(--char-color-dark,#818cf8);border-color:var(--char-border-dark,#818cf840);box-shadow:0 4px 14px #00000052,0 0 0 3px #ffffff0a}.WorkTestSection-module__cVRzea__chatCharInitial[class*=chatChar_]{background:var(--char-bg);color:var(--char-color)}body.dark-mode .WorkTestSection-module__cVRzea__chatCharInitial[class*=chatChar_]{color:var(--char-color-dark)}.WorkTestSection-module__cVRzea__novelDial{font-size:var(--chat-font-size,14.5px);letter-spacing:.02em;white-space:pre-wrap;word-break:keep-all;overflow-wrap:anywhere;color:#18181b;background:0 0;border:none;margin:1.5em 0;padding:0;line-height:1.85}.WorkTestSection-module__cVRzea__novelDial+.WorkTestSection-module__cVRzea__chatNarr,.WorkTestSection-module__cVRzea__novelDial+.WorkTestSection-module__cVRzea__chatThought,.WorkTestSection-module__cVRzea__chatNarr+.WorkTestSection-module__cVRzea__novelDial,.WorkTestSection-module__cVRzea__chatThought+.WorkTestSection-module__cVRzea__novelDial{margin-top:1.5em}body.dark-mode .WorkTestSection-module__cVRzea__novelDial{color:#e4e4e7}.WorkTestSection-module__cVRzea__novelDial[class*=chatChar_]{color:var(--char-color)}body.dark-mode .WorkTestSection-module__cVRzea__novelDial[class*=chatChar_]{color:var(--char-color-dark)}.WorkTestSection-module__cVRzea__novelSpeakerPrefix{white-space:nowrap;vertical-align:baseline;align-items:baseline;gap:8px;margin-right:10px;display:inline-flex}.WorkTestSection-module__cVRzea__novelSpeakerInline{color:currentColor;font-size:.9em;font-weight:700}.WorkTestSection-module__cVRzea__novelSpeakerDivider{color:color-mix(in srgb,currentColor 42%,transparent)}.WorkTestSection-module__cVRzea__viewModeGroup{gap:6px;display:flex}.WorkTestSection-module__cVRzea__viewModeBtn{border:1.5px solid var(--border-light,#e4e4e7);cursor:pointer;color:var(--text-tertiary,#71717a);background:0 0;border-radius:8px;flex-direction:column;flex:1;align-items:center;gap:4px;padding:10px 0;font-size:11px;font-weight:600;transition:all .15s;display:flex}body.dark-mode .WorkTestSection-module__cVRzea__viewModeBtn{border-color:#27272a}.WorkTestSection-module__cVRzea__viewModeBtnActive{border-color:var(--accent-primary,#6366f1);background:var(--accent-soft,#6366f114);color:var(--accent-primary,#6366f1)}body.dark-mode .WorkTestSection-module__cVRzea__viewModeBtnActive{color:#a5b4fc;background:#6366f114;border-color:#6366f1}.WorkTestSection-module__cVRzea__chatTurnLabel{align-items:center;gap:12px;margin:22px 0 10px;display:flex}.WorkTestSection-module__cVRzea__chatTurnLabel:before,.WorkTestSection-module__cVRzea__chatTurnLabel:after{content:"";background:var(--border-light,#e8e8ec);flex:1;height:1px}.WorkTestSection-module__cVRzea__chatTurnLabelText{letter-spacing:.5px;color:var(--text-tertiary,#999);white-space:nowrap;font-size:11px;font-weight:600}body.dark-mode .WorkTestSection-module__cVRzea__chatTurnLabel:before{background:#2a2a30}body.dark-mode .WorkTestSection-module__cVRzea__chatTurnLabel:after{background:#2a2a30}body.dark-mode .WorkTestSection-module__cVRzea__chatTurnLabelText{color:#888}.WorkTestSection-module__cVRzea__chatSkeleton{flex-direction:column;gap:10px;padding:14px 0;display:flex}.WorkTestSection-module__cVRzea__chatSkeletonDots{gap:6px;display:flex}.WorkTestSection-module__cVRzea__chatSkeletonDots span{background:var(--chat-accent,#6366f1);border-radius:50%;width:8px;height:8px;animation:1.4s ease-in-out infinite WorkTestSection-module__cVRzea__chatBounce}.WorkTestSection-module__cVRzea__chatSkeletonDots span:nth-child(2){animation-delay:.16s}.WorkTestSection-module__cVRzea__chatSkeletonDots span:nth-child(3){animation-delay:.32s}@keyframes WorkTestSection-module__cVRzea__chatBounce{0%,80%,to{opacity:.5;transform:scale(1)}40%{opacity:1;transform:scale(1.3)}}.WorkTestSection-module__cVRzea__chatSkeletonBars{flex-direction:column;gap:8px;display:flex}.WorkTestSection-module__cVRzea__chatSkeletonBar{background:linear-gradient(90deg,var(--bg-secondary,#f4f4f5)25%,var(--bg-tertiary,#e4e4e7)50%,var(--bg-secondary,#f4f4f5)75%);background-size:200% 100%;border-radius:6px;height:12px;animation:1.5s ease-in-out infinite WorkTestSection-module__cVRzea__chatShimmer}body.dark-mode .WorkTestSection-module__cVRzea__chatSkeletonBar{background:linear-gradient(90deg,#ffffff0d 25%,#ffffff1a 50%,#ffffff0d 75%) 0 0/200% 100%;animation:1.5s ease-in-out infinite WorkTestSection-module__cVRzea__chatShimmer}@keyframes WorkTestSection-module__cVRzea__chatShimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.WorkTestSection-module__cVRzea__chatCursor{vertical-align:text-bottom;background:currentColor;width:2px;height:1em;margin-left:1px;animation:.8s steps(2,end) infinite WorkTestSection-module__cVRzea__cursorBlink;display:inline-block}@keyframes WorkTestSection-module__cVRzea__cursorBlink{0%{opacity:1}50%{opacity:0}}.WorkTestSection-module__cVRzea__chatError{color:#dc2626;background:#fef2f2;border:1px solid #fecaca;border-radius:10px;align-items:center;gap:8px;margin:8px 0;padding:10px 14px;font-size:13px;font-weight:600;display:flex}.WorkTestSection-module__cVRzea__chatError svg{flex-shrink:0}.WorkTestSection-module__cVRzea__chatError button{color:#dc2626;cursor:pointer;background:0 0;border:none;margin-left:auto;font-family:inherit;font-size:12px;font-weight:700;text-decoration:underline}body.dark-mode .WorkTestSection-module__cVRzea__chatError{color:#f87171;background:#dc26261a;border-color:#dc262633}body.dark-mode .WorkTestSection-module__cVRzea__chatError button{color:#f87171}.WorkTestSection-module__cVRzea__contentNotice{color:#e87171;opacity:.85;align-items:center;gap:6px;margin:2px 0 4px;padding:6px 14px;font-size:11.5px;display:flex}.WorkTestSection-module__cVRzea__contentNoticeDot{background:#e87171;border-radius:50%;flex-shrink:0;width:4px;height:4px}body:not(.dark-mode) .WorkTestSection-module__cVRzea__contentNotice{color:#dc2626}body:not(.dark-mode) .WorkTestSection-module__cVRzea__contentNoticeDot{background:#dc2626}.WorkTestSection-module__cVRzea__chatTruncated{color:#a16207;background:#eab30814;border:1px solid #eab30833;border-radius:8px;padding:8px 12px;font-size:12px;line-height:1.5}body.dark-mode .WorkTestSection-module__cVRzea__chatTruncated{color:#facc15;background:#eab3081a;border-color:#eab30833}.WorkTestSection-module__cVRzea__chatInputHighlight{white-space:pre-wrap;word-break:break-word;overflow-wrap:anywhere;pointer-events:none;color:var(--text-primary,#18181b);padding:11px 14px;font-family:inherit;font-size:14px;line-height:1.5;position:absolute;inset:0;overflow:hidden}body.dark-mode .WorkTestSection-module__cVRzea__chatInputHighlight{color:#e4e4e7}.WorkTestSection-module__cVRzea__chatHighlightAct{color:#7c3aed}body.dark-mode .WorkTestSection-module__cVRzea__chatHighlightAct{color:#a78bfa}.WorkTestSection-module__cVRzea__chatInputFieldTransparent{caret-color:#18181b;color:#0000!important}body.dark-mode .WorkTestSection-module__cVRzea__chatInputFieldTransparent{caret-color:#e4e4e7}.WorkTestSection-module__cVRzea__chatInputArea{padding:10px 20px;padding-bottom:max(14px,env(safe-area-inset-bottom,0px));box-sizing:border-box;background:var(--bg-primary,#fff);flex-shrink:0;width:100%;min-width:0;transition:background-color .18s;display:flex;overflow:visible}body.dark-mode .WorkTestSection-module__cVRzea__chatInputArea{background:#0d0d10}.WorkTestSection-module__cVRzea__chatComposer{border:1px solid var(--border-light,#e4e4e7);background:#f8fafc;border-radius:18px;align-items:flex-end;gap:7px;width:100%;min-width:0;padding:7px;transition:border-color .18s,background-color .18s,box-shadow .18s;display:flex;box-shadow:0 1px 2px #0f172a08}.WorkTestSection-module__cVRzea__chatComposer:focus-within{border-color:#6366f138;box-shadow:inset 0 0 0 1px #6366f10e,0 1px 2px #0f172a09}body.dark-mode .WorkTestSection-module__cVRzea__chatComposer{box-shadow:none;background:#14141a;border-color:#27272a}body.dark-mode .WorkTestSection-module__cVRzea__chatComposer:focus-within{border-color:#818cf82e;box-shadow:inset 0 0 0 1px #818cf80f}.WorkTestSection-module__cVRzea__chatLegend{border-top:1px solid var(--border-light,#f0f0f2);color:var(--text-tertiary,#a1a1aa);background:var(--bg-primary,#fff);flex-shrink:0;justify-content:center;gap:14px;padding:8px 16px;font-size:11px;font-weight:600;display:flex}body.dark-mode .WorkTestSection-module__cVRzea__chatLegend{color:#71717a;background:#18181b;border-top-color:#1f1f23}.WorkTestSection-module__cVRzea__chatLegendItem{align-items:center;gap:5px;display:inline-flex}.WorkTestSection-module__cVRzea__chatLegendDot{border-radius:3px;flex-shrink:0;width:10px;height:10px}@media (max-width:520px){.WorkTestSection-module__cVRzea__chatLegend{display:none}}.WorkTestSection-module__cVRzea__chatInputBox{background:0 0;border:none;border-radius:11px;flex:1;align-items:flex-end;min-width:0;transition:background-color .18s;display:flex;position:relative;overflow:hidden}.WorkTestSection-module__cVRzea__chatInputBox:focus-within{background:#ffffffb8}body.dark-mode .WorkTestSection-module__cVRzea__chatInputBox{background:0 0}.WorkTestSection-module__cVRzea__chatInputBoxAction{background:#faf5ff;border-color:#ddd6fe}.WorkTestSection-module__cVRzea__chatInputBoxAction:focus-within{border-color:var(--focus-border)}body.dark-mode .WorkTestSection-module__cVRzea__chatInputBoxAction{background:#7c3aed1a;border-color:#7c3aed40}.WorkTestSection-module__cVRzea__chatInputBoxAction .WorkTestSection-module__cVRzea__chatInputField{color:#7c3aed}.WorkTestSection-module__cVRzea__chatInputBoxAction .WorkTestSection-module__cVRzea__chatInputField::placeholder{color:#7c3aed;opacity:.4}body.dark-mode .WorkTestSection-module__cVRzea__chatInputBoxAction .WorkTestSection-module__cVRzea__chatInputField{color:#a78bfa}body.dark-mode .WorkTestSection-module__cVRzea__chatInputBoxAction .WorkTestSection-module__cVRzea__chatInputField::placeholder{color:#a78bfa;opacity:.4}.WorkTestSection-module__cVRzea__chatInputField{resize:none;min-height:36px;max-height:120px;color:var(--text-primary,#18181b);z-index:1;white-space:pre-wrap;word-break:break-word;overflow-wrap:anywhere;scrollbar-width:thin;scrollbar-color:#a1a1aa47 transparent;background:0 0;border:none;flex:1;padding:8px 10px;font-family:inherit;font-size:14px;line-height:1.5;position:relative}.WorkTestSection-module__cVRzea__chatInputField::-webkit-scrollbar{width:3px}.WorkTestSection-module__cVRzea__chatInputField::-webkit-scrollbar-track{background:0 0}.WorkTestSection-module__cVRzea__chatInputField::-webkit-scrollbar-thumb{background:#a1a1aa47;border-radius:6px;min-height:28px}.WorkTestSection-module__cVRzea__chatInputField::-webkit-scrollbar-thumb:hover{background:#71717a7a}.WorkTestSection-module__cVRzea__chatInputField:focus{outline:none}.WorkTestSection-module__cVRzea__chatInputField:disabled{opacity:.5;cursor:not-allowed}.WorkTestSection-module__cVRzea__chatInputField::placeholder{color:var(--text-tertiary,#a1a1aa)}body.dark-mode .WorkTestSection-module__cVRzea__chatInputField{color:#e4e4e7;scrollbar-color:#71717a57 transparent}body.dark-mode .WorkTestSection-module__cVRzea__chatInputField::-webkit-scrollbar-thumb{background:#71717a57}body.dark-mode .WorkTestSection-module__cVRzea__chatInputField::-webkit-scrollbar-thumb:hover{background:#a1a1aa85}body.dark-mode .WorkTestSection-module__cVRzea__chatInputField::placeholder{color:#71717a}.WorkTestSection-module__cVRzea__chatInputBtns{align-items:center;gap:1px;padding:3px 2px 3px 0;display:flex}.WorkTestSection-module__cVRzea__chatInputCounter{color:var(--text-tertiary,#a1a1aa);white-space:nowrap;padding:0 4px;font-size:10px}.WorkTestSection-module__cVRzea__chatInBtn{width:30px;height:30px;color:var(--text-tertiary,#a1a1aa);cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;transition:all .18s;display:flex}.WorkTestSection-module__cVRzea__chatInBtn:hover{background:var(--bg-secondary,#f4f4f5);color:var(--text-secondary,#52525b)}body.dark-mode .WorkTestSection-module__cVRzea__chatInBtn:hover{background:#27272a}.WorkTestSection-module__cVRzea__chatInBtnActive{color:#7c3aed;background:#faf5ff}body.dark-mode .WorkTestSection-module__cVRzea__chatInBtnActive{color:#a78bfa;background:#7c3aed1a}.WorkTestSection-module__cVRzea__chatSendBtn{color:#fff;cursor:pointer;background:#6366f1;border:none;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;transition:all .18s;display:flex}body.dark-mode .WorkTestSection-module__cVRzea__chatSendBtn{background:#818cf8}.WorkTestSection-module__cVRzea__chatSendBtn:hover{background:#4f46e5;transform:scale(1.04)}body.dark-mode .WorkTestSection-module__cVRzea__chatSendBtn:hover{background:#6366f1}.WorkTestSection-module__cVRzea__chatSendBtn:disabled{color:#a1a1aa;cursor:default;background:#e4e4e7;transform:none}body.dark-mode .WorkTestSection-module__cVRzea__chatSendBtn:disabled{color:#71717a;background:#3f3f46}.WorkTestSection-module__cVRzea__chatContinueBtn{color:#fff;cursor:pointer;background:#10b981;border:none;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:36px;transition:background .15s,transform .1s;display:flex}.WorkTestSection-module__cVRzea__chatContinueBtn:hover{background:#059669;transform:scale(1.08)}.WorkTestSection-module__cVRzea__chatContinueBtn:disabled{color:#a1a1aa;cursor:default;background:#e4e4e7;transform:none}body.dark-mode .WorkTestSection-module__cVRzea__chatContinueBtn{background:#059669}body.dark-mode .WorkTestSection-module__cVRzea__chatContinueBtn:hover{background:#047857}body.dark-mode .WorkTestSection-module__cVRzea__chatContinueBtn:disabled{color:#71717a;background:#3f3f46}.WorkTestSection-module__cVRzea__chatLightbox{z-index:200;cursor:zoom-out;background:#000000d9;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.WorkTestSection-module__cVRzea__chatLightboxImg{object-fit:contain;border-radius:14px;max-width:90vw;max-height:85vh}.WorkTestSection-module__cVRzea__chatSessionsPanel{background:inherit;flex-direction:column;height:100%;display:flex}.WorkTestSection-module__cVRzea__chatSessionsHeader{border-bottom:1px solid var(--border-light,#e5e7eb);flex-shrink:0;justify-content:space-between;align-items:center;padding:10px 14px;display:flex}body.dark-mode .WorkTestSection-module__cVRzea__chatSessionsHeader{border-bottom-color:#ffffff0f}.WorkTestSection-module__cVRzea__chatSessionsTitle{color:var(--text-primary,#111827);font-size:.85rem;font-weight:700}body.dark-mode .WorkTestSection-module__cVRzea__chatSessionsTitle{color:#e0e0e0}.WorkTestSection-module__cVRzea__chatSessionsHeaderBtns{gap:6px;display:flex}.WorkTestSection-module__cVRzea__chatSessionsBtn{width:28px;height:28px;color:var(--text-tertiary,#6b7280);cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;transition:all .18s;display:flex}.WorkTestSection-module__cVRzea__chatSessionsBtn:hover{background:var(--bg-secondary,#f4f4f5);color:var(--text-secondary,#374151)}body.dark-mode .WorkTestSection-module__cVRzea__chatSessionsBtn{color:#71717a}body.dark-mode .WorkTestSection-module__cVRzea__chatSessionsBtn:hover{color:#a1a1aa;background:#27272a}.WorkTestSection-module__cVRzea__chatSessionsBody{flex-direction:column;flex:1;gap:10px;min-height:0;padding:12px;display:flex;overflow-y:auto}.WorkTestSection-module__cVRzea__chatSessionsEmpty{color:var(--text-tertiary,#6b7280);text-align:center;padding:18px 12px;font-size:13px}body.dark-mode .WorkTestSection-module__cVRzea__chatSessionsEmpty{color:#71717a}.WorkTestSection-module__cVRzea__chatSessionItem{border:1px solid var(--border-light,#e5e7eb);background:#fff;border-radius:12px;align-items:center;gap:0;width:100%;transition:all .18s;display:flex;position:relative}.WorkTestSection-module__cVRzea__chatSessionItem:hover{background:#eef2ff;border-color:#c7d2fe}body.dark-mode .WorkTestSection-module__cVRzea__chatSessionItem{background:#ffffff05;border-color:#ffffff14}body.dark-mode .WorkTestSection-module__cVRzea__chatSessionItem:hover{background:#6366f11f;border-color:#818cf840}.WorkTestSection-module__cVRzea__chatSessionBody{text-align:left;cursor:pointer;background:0 0;border:none;flex:1;min-width:0;padding:10px 12px;font-family:inherit}.WorkTestSection-module__cVRzea__chatSessionDeleteBtn{color:#ef4444;cursor:pointer;opacity:.7;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;margin-right:8px;transition:all .15s;display:flex}.WorkTestSection-module__cVRzea__chatSessionItem:hover .WorkTestSection-module__cVRzea__chatSessionDeleteBtn{opacity:1}.WorkTestSection-module__cVRzea__chatSessionDeleteBtn:hover{color:#dc2626;background:#fee2e2;border-color:#fca5a5}body.dark-mode .WorkTestSection-module__cVRzea__chatSessionDeleteBtn{color:#f87171;background:#dc26261a;border-color:#dc262633}body.dark-mode .WorkTestSection-module__cVRzea__chatSessionDeleteBtn:hover{color:#fca5a5;background:#dc262633;border-color:#f871714d}.WorkTestSection-module__cVRzea__chatSessionConfirm{align-items:center;gap:8px;width:100%;padding:10px 12px;display:flex}.WorkTestSection-module__cVRzea__chatSessionConfirmText{color:#dc2626;flex:1;font-size:12.5px;font-weight:700}body.dark-mode .WorkTestSection-module__cVRzea__chatSessionConfirmText{color:#f87171}.WorkTestSection-module__cVRzea__chatSessionConfirmYes{color:#fff;cursor:pointer;background:#dc2626;border:none;border-radius:8px;padding:5px 12px;font-family:inherit;font-size:12px;font-weight:700;transition:opacity .15s}.WorkTestSection-module__cVRzea__chatSessionConfirmYes:hover{opacity:.85}.WorkTestSection-module__cVRzea__chatSessionConfirmNo{color:var(--text-secondary,#71717a);cursor:pointer;background:0 0;border:1px solid #e5e7eb;border-radius:8px;padding:5px 12px;font-family:inherit;font-size:12px;font-weight:700;transition:opacity .15s}body.dark-mode .WorkTestSection-module__cVRzea__chatSessionConfirmNo{color:#a1a1aa;border-color:#ffffff1a}.WorkTestSection-module__cVRzea__chatSessionItemActive{border-color:#a5b4fc;box-shadow:0 0 0 2px #6366f126}.WorkTestSection-module__cVRzea__chatSessionRow{justify-content:space-between;align-items:center;gap:8px;display:flex}.WorkTestSection-module__cVRzea__chatSessionPreview{color:var(--text-secondary,#52525b);-webkit-line-clamp:2;word-break:break-all;-webkit-box-orient:vertical;margin-top:6px;font-size:12px;line-height:1.4;display:-webkit-box;overflow:hidden}body.dark-mode .WorkTestSection-module__cVRzea__chatSessionPreview{color:#a1a1aa}.WorkTestSection-module__cVRzea__chatSessionRowSub{justify-content:space-between;align-items:center;gap:8px;margin-top:6px;display:flex}.WorkTestSection-module__cVRzea__chatSessionBadge{color:#4f46e5;background:#6366f11f;border-radius:999px;align-items:center;padding:2px 8px;font-size:11px;font-weight:800;display:inline-flex}body.dark-mode .WorkTestSection-module__cVRzea__chatSessionBadge{color:#a5b4fc;background:#818cf826}.WorkTestSection-module__cVRzea__chatSessionMeta{color:var(--text-tertiary,#6b7280);font-size:11.5px;font-weight:700}body.dark-mode .WorkTestSection-module__cVRzea__chatSessionMeta{color:#71717a}.WorkTestSection-module__cVRzea__chatSessionTime{color:var(--text-tertiary,#6b7280);font-size:11.5px}body.dark-mode .WorkTestSection-module__cVRzea__chatSessionTime{color:#71717a}.WorkTestSection-module__cVRzea__chatSessionsFooter{border-top:1px solid var(--border-light,#e5e7eb);flex-shrink:0;padding:12px}body.dark-mode .WorkTestSection-module__cVRzea__chatSessionsFooter{border-top-color:#ffffff0f}.WorkTestSection-module__cVRzea__chatSessionsNewBtn{color:#4f46e5;cursor:pointer;background:#eef2ff;border:1px solid #c7d2fe;border-radius:12px;width:100%;padding:10px 12px;font-weight:800;transition:all .18s}.WorkTestSection-module__cVRzea__chatSessionsNewBtn:hover{opacity:.9}body.dark-mode .WorkTestSection-module__cVRzea__chatSessionsNewBtn{color:#a5b4fc;background:#6366f11f;border-color:#818cf840}.WorkTestSection-module__cVRzea__debugPanel{background:var(--bg-primary,#fff);border-left:1px solid var(--border-light,#e5e7eb);z-index:10;flex-direction:column;width:380px;max-width:100%;display:flex;position:absolute;top:56px;bottom:56px;right:0;box-shadow:-4px 0 12px #00000014}body.dark-mode .WorkTestSection-module__cVRzea__debugPanel{background:#1d1f24;border-left-color:#ffffff0f;box-shadow:-4px 0 12px #0000004d}.WorkTestSection-module__cVRzea__debugHeader{border-bottom:1px solid var(--border-light,#e5e7eb);flex-shrink:0;justify-content:space-between;align-items:center;padding:10px 14px;display:flex}body.dark-mode .WorkTestSection-module__cVRzea__debugHeader{border-bottom-color:#ffffff0f}.WorkTestSection-module__cVRzea__debugTitle{color:var(--text-primary,#111827);font-size:.85rem;font-weight:600}body.dark-mode .WorkTestSection-module__cVRzea__debugTitle{color:#e0e0e0}.WorkTestSection-module__cVRzea__debugCloseBtn{width:28px;height:28px;color:var(--text-tertiary,#6b7280);cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;display:flex}.WorkTestSection-module__cVRzea__debugCloseBtn:hover{background:var(--bg-secondary,#f3f4f6)}body.dark-mode .WorkTestSection-module__cVRzea__debugCloseBtn:hover{background:#ffffff0f}.WorkTestSection-module__cVRzea__debugContent{flex-direction:column;flex:1;gap:12px;padding:12px;display:flex;overflow-y:auto}.WorkTestSection-module__cVRzea__debugStats{grid-template-columns:1fr 1fr;gap:8px;display:grid}.WorkTestSection-module__cVRzea__debugStatItem{background:var(--bg-secondary,#f3f4f6);border-radius:8px;flex-direction:column;gap:2px;padding:8px 10px;display:flex}body.dark-mode .WorkTestSection-module__cVRzea__debugStatItem{background:#252830}.WorkTestSection-module__cVRzea__debugStatLabel{color:var(--text-tertiary,#6b7280);text-transform:uppercase;letter-spacing:.03em;font-size:.7rem}body.dark-mode .WorkTestSection-module__cVRzea__debugStatLabel{color:#525252}.WorkTestSection-module__cVRzea__debugStatValue{color:var(--text-primary,#111827);font-variant-numeric:tabular-nums;font-size:.85rem;font-weight:600}body.dark-mode .WorkTestSection-module__cVRzea__debugStatValue{color:#e0e0e0}.WorkTestSection-module__cVRzea__debugSection{border:1px solid var(--border-light,#e5e7eb);border-radius:8px;overflow:hidden}body.dark-mode .WorkTestSection-module__cVRzea__debugSection{border-color:#ffffff0f}.WorkTestSection-module__cVRzea__debugSectionHeader{background:var(--bg-secondary,#f3f4f6);width:100%;color:var(--text-secondary,#374151);cursor:pointer;text-align:left;border:none;justify-content:space-between;align-items:center;padding:8px 10px;font-size:.8rem;font-weight:500;display:flex}body.dark-mode .WorkTestSection-module__cVRzea__debugSectionHeader{color:#a3a3a3;background:#252830}.WorkTestSection-module__cVRzea__debugSectionHeader:hover{background:var(--bg-tertiary,#e5e7eb)}body.dark-mode .WorkTestSection-module__cVRzea__debugSectionHeader:hover{background:#ffffff0a}.WorkTestSection-module__cVRzea__debugSectionBody{flex-direction:column;gap:6px;padding:8px 10px;display:flex}.WorkTestSection-module__cVRzea__debugSectionPre{white-space:pre-wrap;word-break:break-word;color:var(--text-secondary,#374151);max-height:300px;margin:0;padding:8px 10px;font-family:Menlo,Monaco,Consolas,monospace;font-size:.75rem;line-height:1.5;overflow-y:auto}body.dark-mode .WorkTestSection-module__cVRzea__debugSectionPre{color:#a3a3a3}.WorkTestSection-module__cVRzea__debugLoreItem{background:var(--bg-secondary,#f3f4f6);border-radius:6px;padding:6px 8px}body.dark-mode .WorkTestSection-module__cVRzea__debugLoreItem{background:#ffffff08}.WorkTestSection-module__cVRzea__debugLoreName{color:var(--text-primary,#111827);align-items:center;gap:6px;font-size:.8rem;font-weight:600;display:flex}body.dark-mode .WorkTestSection-module__cVRzea__debugLoreName{color:#e0e0e0}.WorkTestSection-module__cVRzea__debugLorePriority{background:var(--accent-primary,#4f46e5);color:#fff;border-radius:4px;padding:1px 5px;font-size:.65rem;font-weight:500}.WorkTestSection-module__cVRzea__debugLoreKeys{color:var(--text-tertiary,#6b7280);margin-top:2px;font-size:.72rem}body.dark-mode .WorkTestSection-module__cVRzea__debugLoreKeys{color:#525252}@media (max-width:768px){.WorkTestSection-module__cVRzea__chatBubbleWrap{max-width:90%}.WorkTestSection-module__cVRzea__debugPanel{width:100%;top:56px;bottom:56px;right:0}}@media (prefers-reduced-motion:reduce){.WorkTestSection-module__cVRzea__workCard,.WorkTestSection-module__cVRzea__workCard:hover .WorkTestSection-module__cVRzea__cardThumbInner,.WorkTestSection-module__cVRzea__btnStart:hover{transition:none;transform:none}.WorkTestSection-module__cVRzea__cardSkeletonThumb,.WorkTestSection-module__cVRzea__cardSkeletonLine,.WorkTestSection-module__cVRzea__cardSkeletonLineShort,.WorkTestSection-module__cVRzea__chatSkeletonDots span,.WorkTestSection-module__cVRzea__chatSkeletonBar{animation:none}}.WorkTestSection-module__cVRzea__btnGhostWide{color:#111827;background:#ffffffe6;border:1px solid #00000014;border-radius:14px;justify-content:center;align-items:center;gap:8px;width:100%;margin-top:10px;padding:12px 14px;font-weight:700;display:inline-flex}body.dark-mode .WorkTestSection-module__cVRzea__btnGhostWide{color:#e5e7eb;background:#00000040;border-color:#ffffff1a}.WorkTestSection-module__cVRzea__btnStartSmall{color:#fff;background:#111827;border:1px solid #00000014;border-radius:12px;justify-content:center;align-items:center;gap:8px;padding:10px 12px;font-weight:800;display:inline-flex}.WorkTestSection-module__cVRzea__btnDangerSmall{color:#be123c;background:#e11d481a;border:1px solid #e11d4859;border-radius:12px;justify-content:center;align-items:center;gap:8px;padding:10px 12px;font-weight:800;display:inline-flex}body.dark-mode .WorkTestSection-module__cVRzea__btnStartSmall{background:#ffffff1a;border-color:#ffffff1a}body.dark-mode .WorkTestSection-module__cVRzea__btnDangerSmall{color:#fb7185;background:#e11d481f;border-color:#e11d4859}.WorkTestSection-module__cVRzea__btnIconDanger{color:#be123c;background:#e11d4814;border:1px solid #e11d4859;border-radius:10px;justify-content:center;align-items:center;width:34px;height:34px;display:inline-flex}body.dark-mode .WorkTestSection-module__cVRzea__btnIconDanger{color:#fb7185}.WorkTestSection-module__cVRzea__scenesScreen{min-height:calc(100vh - 64px);padding:16px}.WorkTestSection-module__cVRzea__scenesHeader{justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px;display:flex}.WorkTestSection-module__cVRzea__scenesHeaderActions{align-items:center;gap:8px;display:inline-flex}.WorkTestSection-module__cVRzea__scenesLayout{grid-template-columns:320px 1fr;align-items:start;gap:14px;display:grid}.WorkTestSection-module__cVRzea__scenesSidebar{background:#ffffffd9;border:1px solid #00000014;border-radius:16px;padding:12px}body.dark-mode .WorkTestSection-module__cVRzea__scenesSidebar{background:#00000040;border-color:#ffffff1a}.WorkTestSection-module__cVRzea__scenesSidebarTitle{color:#111827;margin-bottom:10px;font-weight:900}body.dark-mode .WorkTestSection-module__cVRzea__scenesSidebarTitle{color:#e5e7eb}.WorkTestSection-module__cVRzea__scenesKeyList{gap:8px;display:grid}.WorkTestSection-module__cVRzea__scenesKeyItem{text-align:left;color:#111827;background:#ffffffbf;border:1px solid #00000014;border-radius:14px;padding:10px}body.dark-mode .WorkTestSection-module__cVRzea__scenesKeyItem{color:#e5e7eb;background:#ffffff0f;border-color:#ffffff1a}.WorkTestSection-module__cVRzea__scenesKeyItemActive{outline:2px solid #2563eb59}.WorkTestSection-module__cVRzea__scenesKeyTop{justify-content:space-between;align-items:center;gap:10px;display:flex}.WorkTestSection-module__cVRzea__scenesKeyName{letter-spacing:-.01em;font-weight:900}.WorkTestSection-module__cVRzea__scenesKeyCount{background:#0000000f;border-radius:999px;justify-content:center;align-items:center;min-width:26px;height:22px;padding:0 8px;font-size:12px;font-weight:800;display:inline-flex}body.dark-mode .WorkTestSection-module__cVRzea__scenesKeyCount{background:#ffffff1a}.WorkTestSection-module__cVRzea__scenesKeySub{color:#111827a6;margin-top:6px;font-size:12px;font-weight:700}body.dark-mode .WorkTestSection-module__cVRzea__scenesKeySub{color:#e5e7eba6}.WorkTestSection-module__cVRzea__scenesMain{background:#ffffffd9;border:1px solid #00000014;border-radius:16px;padding:12px}body.dark-mode .WorkTestSection-module__cVRzea__scenesMain{background:#00000040;border-color:#ffffff1a}.WorkTestSection-module__cVRzea__scenesPanelTitle{color:#111827;margin-bottom:10px;font-weight:950}body.dark-mode .WorkTestSection-module__cVRzea__scenesPanelTitle{color:#e5e7eb}.WorkTestSection-module__cVRzea__scenesForm{gap:10px;display:grid}.WorkTestSection-module__cVRzea__scenesLabel{color:#111827c7;gap:6px;font-size:12px;font-weight:900;display:grid}body.dark-mode .WorkTestSection-module__cVRzea__scenesLabel{color:#e5e7ebc7}.WorkTestSection-module__cVRzea__scenesLabelInline{color:#111827c7;align-items:center;gap:8px;font-size:12px;font-weight:900;display:inline-flex}body.dark-mode .WorkTestSection-module__cVRzea__scenesLabelInline{color:#e5e7ebc7}.WorkTestSection-module__cVRzea__scenesInput,.WorkTestSection-module__cVRzea__scenesTextarea,.WorkTestSection-module__cVRzea__scenesInputSmall{color:#111827;background:#ffffffe6;border:1px solid #0000001a;border-radius:12px;width:100%;padding:10px 12px;font-weight:700}:is(body.dark-mode .WorkTestSection-module__cVRzea__scenesInput,body.dark-mode .WorkTestSection-module__cVRzea__scenesTextarea,body.dark-mode .WorkTestSection-module__cVRzea__scenesInputSmall){color:#e5e7eb;background:#ffffff0f;border-color:#ffffff1f}.WorkTestSection-module__cVRzea__scenesTextarea{resize:vertical;min-height:92px;font-family:inherit;line-height:1.4}.WorkTestSection-module__cVRzea__scenesInputSmall{width:96px;padding:8px 10px}.WorkTestSection-module__cVRzea__scenesRow{align-items:center;gap:10px;display:flex}.WorkTestSection-module__cVRzea__scenesGrow{flex:1}.WorkTestSection-module__cVRzea__scenesDivider{background:#00000014;height:1px;margin:14px 0}body.dark-mode .WorkTestSection-module__cVRzea__scenesDivider{background:#ffffff1a}.WorkTestSection-module__cVRzea__scenesBulk{gap:8px;margin-bottom:10px;display:grid}.WorkTestSection-module__cVRzea__scenesBulkTop{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;display:flex}.WorkTestSection-module__cVRzea__scenesBulkHelp{color:#111827a6;font-size:12px;font-weight:700}body.dark-mode .WorkTestSection-module__cVRzea__scenesBulkHelp{color:#e5e7eba6}.WorkTestSection-module__cVRzea__scenesImageGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.WorkTestSection-module__cVRzea__scenesImageCard{background:#ffffffd9;border:1px solid #00000014;border-radius:14px;overflow:hidden}body.dark-mode .WorkTestSection-module__cVRzea__scenesImageCard{background:#ffffff0f;border-color:#ffffff1a}.WorkTestSection-module__cVRzea__scenesImageThumb{aspect-ratio:16/10;background:#0000000a}.WorkTestSection-module__cVRzea__scenesImageThumb img{object-fit:cover;width:100%;height:100%;display:block}.WorkTestSection-module__cVRzea__scenesImageMeta{gap:8px;padding:10px;display:grid}.WorkTestSection-module__cVRzea__scenesImageUrl{color:#111827c7;white-space:nowrap;text-overflow:ellipsis;font-size:12px;font-weight:800;overflow:hidden}body.dark-mode .WorkTestSection-module__cVRzea__scenesImageUrl{color:#e5e7ebc7}.WorkTestSection-module__cVRzea__scenesEmpty{color:#111827a6;padding:12px;font-weight:700}body.dark-mode .WorkTestSection-module__cVRzea__scenesEmpty{color:#e5e7eba6}@media (max-width:900px){.WorkTestSection-module__cVRzea__scenesLayout{grid-template-columns:1fr}.WorkTestSection-module__cVRzea__scenesImageGrid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:540px){.WorkTestSection-module__cVRzea__scenesImageGrid{grid-template-columns:1fr}.WorkTestSection-module__cVRzea__scenesInputSmall{width:84px}}.WorkTestSection-module__cVRzea__settingsHeader{border-bottom:1px solid #e4e4e7;flex-shrink:0;justify-content:space-between;align-items:center;padding:14px 18px;display:flex}body.dark-mode .WorkTestSection-module__cVRzea__settingsHeader{border-bottom-color:#27272a}.WorkTestSection-module__cVRzea__settingsTitle{letter-spacing:-.01em;font-size:15px;font-weight:800}.WorkTestSection-module__cVRzea__settingsHeaderRight{align-items:center;gap:8px;display:flex}.WorkTestSection-module__cVRzea__settingsTokenBadge{color:#6366f1;white-space:nowrap;background:#6366f114;border-radius:8px;align-items:center;gap:4px;padding:3px 8px;font-size:12px;font-weight:700;line-height:1;display:flex}body.dark-mode .WorkTestSection-module__cVRzea__settingsTokenBadge{color:#a5b4fc;background:#6366f126}.WorkTestSection-module__cVRzea__settingsClose{color:#a1a1aa;cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;width:30px;height:30px;transition:all .18s;display:flex}.WorkTestSection-module__cVRzea__settingsClose:hover{color:#52525b;background:#f4f4f5}body.dark-mode .WorkTestSection-module__cVRzea__settingsClose:hover{color:#a1a1aa;background:#27272a}.WorkTestSection-module__cVRzea__settingsTabs{border-bottom:1px solid #f0f0f2;flex-shrink:0;gap:0;padding:0 18px;display:flex}body.dark-mode .WorkTestSection-module__cVRzea__settingsTabs{border-bottom-color:#27272a}.WorkTestSection-module__cVRzea__settingsTab{color:#a1a1aa;cursor:pointer;background:0 0;border:none;flex:1;justify-content:center;align-items:center;gap:6px;padding:11px 8px;font-family:inherit;font-size:13px;font-weight:600;transition:all .18s;display:flex;position:relative}.WorkTestSection-module__cVRzea__settingsTab:hover{color:#52525b}body.dark-mode .WorkTestSection-module__cVRzea__settingsTab:hover{color:#a1a1aa}.WorkTestSection-module__cVRzea__settingsTabActive{color:var(--chat-accent,#6366f1)}.WorkTestSection-module__cVRzea__settingsTabActive:after{content:"";background:var(--chat-accent,#6366f1);border-radius:1px;height:2px;position:absolute;bottom:-1px;left:12px;right:12px}.WorkTestSection-module__cVRzea__settingsBody{flex:1;min-height:0;padding:0;overflow-y:auto}.WorkTestSection-module__cVRzea__settingsBody::-webkit-scrollbar{width:4px}.WorkTestSection-module__cVRzea__settingsBody::-webkit-scrollbar-track{background:0 0}.WorkTestSection-module__cVRzea__settingsBody::-webkit-scrollbar-thumb{background:#d4d4d8;border-radius:4px}body.dark-mode .WorkTestSection-module__cVRzea__settingsBody::-webkit-scrollbar-thumb{background:#3f3f46}.WorkTestSection-module__cVRzea__settingsSection{border-bottom:1px solid #f0f0f2;padding:18px}.WorkTestSection-module__cVRzea__settingsSection:last-child{border-bottom:none}body.dark-mode .WorkTestSection-module__cVRzea__settingsSection{border-bottom-color:#27272a}.WorkTestSection-module__cVRzea__autoRunEntryMobile{border:1px solid var(--border-light,#e4e4e7);background:var(--bg-secondary,#fafafa);width:100%;color:inherit;text-align:left;cursor:pointer;border-radius:10px;flex-direction:column;gap:6px;padding:14px 16px;transition:border-color .14s,background .14s;display:flex}.WorkTestSection-module__cVRzea__autoRunEntryMobile:hover{background:#f59e0b0f;border-color:#f59e0b73}.WorkTestSection-module__cVRzea__autoRunEntryMobile:disabled{cursor:not-allowed;opacity:.55}body.dark-mode .WorkTestSection-module__cVRzea__autoRunEntryMobile{background:#18181b;border-color:#2a2a30}.WorkTestSection-module__cVRzea__autoRunEntryMobileHead{align-items:center;gap:8px;display:flex}.WorkTestSection-module__cVRzea__autoRunEntryMobileIco{color:#f59e0b;background:#f59e0b29;border-radius:6px;justify-content:center;align-items:center;width:24px;height:24px;font-size:12px;font-weight:700;display:inline-flex}.WorkTestSection-module__cVRzea__autoRunEntryMobileTitle{flex:1;font-size:14px;font-weight:600}.WorkTestSection-module__cVRzea__autoRunEntryMobileChip{color:#b45309;background:#f59e0b29;border-radius:999px;padding:2px 8px;font-size:11px;font-weight:600}body.dark-mode .WorkTestSection-module__cVRzea__autoRunEntryMobileChip{color:#fbbf24}.WorkTestSection-module__cVRzea__autoRunEntryMobilePreview{color:var(--text-secondary,#71717a);padding-left:32px;font-size:12.5px}.WorkTestSection-module__cVRzea__sectionLabel{color:#a1a1aa;text-transform:uppercase;letter-spacing:.06em;align-items:center;gap:6px;margin-bottom:14px;font-size:11.5px;font-weight:800;display:flex}.WorkTestSection-module__cVRzea__sectionLabel svg{opacity:.6}.WorkTestSection-module__cVRzea__sectionHint{color:#a1a1aa;margin:-8px 0 10px;font-size:11px;line-height:1.4}body.dark-mode .WorkTestSection-module__cVRzea__sectionHint{color:#71717a}.WorkTestSection-module__cVRzea__personaActiveBadge{color:#6366f1;background:#eef2ff;border-radius:8px;margin-left:4px;padding:1px 7px;font-size:10px;font-weight:600}body.dark-mode .WorkTestSection-module__cVRzea__personaActiveBadge{color:#a5b4fc;background:#6366f126}.WorkTestSection-module__cVRzea__personaSelector{align-items:center;gap:6px;display:flex}.WorkTestSection-module__cVRzea__personaSelect{color:var(--text-primary,#18181b);cursor:pointer;appearance:none;background:#fff url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23a1a1aa' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E") right 10px center no-repeat;border:1.5px solid #e4e4e7;border-radius:10px;flex:1;padding:8px 30px 8px 12px;font-family:inherit;font-size:13px;font-weight:600;transition:all .18s}body.dark-mode .WorkTestSection-module__cVRzea__personaSelect{color:#e4e4e7;background-color:#27272a;border-color:#3f3f46}.WorkTestSection-module__cVRzea__personaSelect:focus-visible{border-color:var(--focus-border);outline:none}.WorkTestSection-module__cVRzea__personaAddBtn{color:#a1a1aa;cursor:pointer;background:0 0;border:1.5px solid #e4e4e7;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;transition:all .18s;display:flex}body.dark-mode .WorkTestSection-module__cVRzea__personaAddBtn{border-color:#3f3f46}.WorkTestSection-module__cVRzea__personaAddBtn:hover{border-color:var(--chat-accent-border,#c7d2fe);color:var(--chat-accent,#6366f1);background:var(--chat-accent-soft,#eef2ff)}.WorkTestSection-module__cVRzea__personaAddBtn:disabled{opacity:.4;cursor:default}.WorkTestSection-module__cVRzea__personaAddBtn:disabled:hover{color:#a1a1aa;background:0 0;border-color:#e4e4e7}.WorkTestSection-module__cVRzea__personaEdit{flex-direction:column;gap:10px;margin-top:12px;display:flex}.WorkTestSection-module__cVRzea__personaFieldLabel{color:#a1a1aa;margin-bottom:4px;font-size:11.5px;font-weight:700}.WorkTestSection-module__cVRzea__personaNameInput{width:100%;color:var(--text-primary,#18181b);background:#fff;border:1.5px solid #e4e4e7;border-radius:10px;padding:8px 12px;font-family:inherit;font-size:13px;font-weight:600;transition:all .18s}body.dark-mode .WorkTestSection-module__cVRzea__personaNameInput{color:#e4e4e7;background:#27272a;border-color:#3f3f46}.WorkTestSection-module__cVRzea__personaNameInput:focus-visible{border-color:var(--focus-border);outline:none}.WorkTestSection-module__cVRzea__personaNameInput::placeholder{color:#a1a1aa}.WorkTestSection-module__cVRzea__personaInfoTextarea{width:100%;min-height:100px;color:var(--text-primary,#18181b);resize:vertical;background:#fff;border:1.5px solid #e4e4e7;border-radius:10px;padding:10px 12px;font-family:inherit;font-size:13px;line-height:1.55;transition:all .18s}body.dark-mode .WorkTestSection-module__cVRzea__personaInfoTextarea{color:#e4e4e7;background:#27272a;border-color:#3f3f46}.WorkTestSection-module__cVRzea__personaInfoTextarea:focus-visible{border-color:var(--focus-border);outline:none}.WorkTestSection-module__cVRzea__personaInfoTextarea::placeholder{color:#a1a1aa}.WorkTestSection-module__cVRzea__personaInfoCounter{color:#a1a1aa;text-align:right;font-variant-numeric:tabular-nums;margin-top:2px;font-size:11px}.WorkTestSection-module__cVRzea__personaInfoHint{color:#a1a1aa;align-items:flex-start;gap:5px;margin-top:2px;font-size:11px;line-height:1.4;display:flex}.WorkTestSection-module__cVRzea__personaInfoHint svg{opacity:.6;flex-shrink:0;margin-top:1px}.WorkTestSection-module__cVRzea__personaActions{gap:6px;margin-top:2px;display:flex}.WorkTestSection-module__cVRzea__autoSaveHint{color:#a1a1aa;opacity:0;flex:1;font-size:11.5px;line-height:34px;transition:opacity .3s}.WorkTestSection-module__cVRzea__autoSaveShow{opacity:1;color:#22c55e}body.dark-mode .WorkTestSection-module__cVRzea__autoSaveShow{color:#4ade80}.WorkTestSection-module__cVRzea__personaDeleteBtn{color:#dc2626;cursor:pointer;background:#fef2f2;border:1.5px solid #fecaca;border-radius:10px;flex-shrink:0;padding:8px 12px;font-family:inherit;font-size:12.5px;font-weight:700;transition:all .18s}body.dark-mode .WorkTestSection-module__cVRzea__personaDeleteBtn{color:#f87171;background:#dc26261a;border-color:#dc262633}.WorkTestSection-module__cVRzea__personaDeleteBtn:hover{opacity:.85}.WorkTestSection-module__cVRzea__personaSlotHint{color:#a1a1aa;text-align:center;padding:4px 0 0;font-size:11px}.WorkTestSection-module__cVRzea__noteTextarea{width:100%;min-height:88px;color:var(--text-primary,#18181b);resize:vertical;background:#fff;border:1.5px solid #e4e4e7;border-radius:10px;padding:10px 12px;font-family:inherit;font-size:13px;line-height:1.55;transition:all .18s}body.dark-mode .WorkTestSection-module__cVRzea__noteTextarea{color:#e4e4e7;background:#27272a;border-color:#3f3f46}.WorkTestSection-module__cVRzea__noteTextarea:focus-visible{border-color:var(--focus-border);outline:none}.WorkTestSection-module__cVRzea__noteTextarea::placeholder{color:#a1a1aa}.WorkTestSection-module__cVRzea__noteCounter{color:#a1a1aa;text-align:right;font-variant-numeric:tabular-nums;margin-top:4px;font-size:11px}.WorkTestSection-module__cVRzea__historySummaryBtn{color:#52525b;cursor:pointer;text-align:left;background:#fafafa;border:1.5px solid #e4e4e7;border-radius:10px;align-items:center;gap:8px;width:100%;padding:10px 14px;font-family:inherit;font-size:13px;font-weight:600;transition:all .18s;display:flex}body.dark-mode .WorkTestSection-module__cVRzea__historySummaryBtn{color:#a1a1aa;background:#1f1f23;border-color:#3f3f46}.WorkTestSection-module__cVRzea__historySummaryBtn:hover{color:#18181b;background:#e4e4e7;border-color:#a1a1aa}body.dark-mode .WorkTestSection-module__cVRzea__historySummaryBtn:hover{color:#e4e4e7;background:#27272a}.WorkTestSection-module__cVRzea__historyBadge{background:var(--chat-accent-soft,#eef2ff);min-width:22px;height:20px;color:var(--chat-accent,#6366f1);border-radius:999px;justify-content:center;align-items:center;margin-left:auto;padding:0 6px;font-size:11px;font-weight:800;display:inline-flex}.WorkTestSection-module__cVRzea__historySummaryText{color:#52525b;white-space:pre-wrap;background:#fafafa;border:1.5px solid #e4e4e7;border-radius:10px;margin-top:8px;padding:10px 14px;font-size:12.5px;line-height:1.5}body.dark-mode .WorkTestSection-module__cVRzea__historySummaryText{color:#a1a1aa;background:#1f1f23;border-color:#3f3f46}.WorkTestSection-module__cVRzea__summaryRefreshBtn{color:#a1a1aa;cursor:pointer;vertical-align:middle;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;width:22px;height:22px;margin-left:6px;padding:0;display:inline-flex}.WorkTestSection-module__cVRzea__summaryRefreshBtn:hover{color:#52525b;background:#f4f4f5}body.dark-mode .WorkTestSection-module__cVRzea__summaryRefreshBtn:hover{color:#d4d4d8;background:#27272a}.WorkTestSection-module__cVRzea__summaryErrorText{color:#ef4444;font-size:12px}.WorkTestSection-module__cVRzea__chunkGenerating{color:var(--chat-accent,#6366f1);align-items:center;gap:8px;padding:12px 0;font-size:12.5px;animation:1.5s ease-in-out infinite WorkTestSection-module__cVRzea__chunkPulse;display:flex}.WorkTestSection-module__cVRzea__chunkGeneratingDot{background:var(--chat-accent,#6366f1);border-radius:50%;width:8px;height:8px;animation:1.5s ease-in-out infinite WorkTestSection-module__cVRzea__chunkPulse}@keyframes WorkTestSection-module__cVRzea__chunkPulse{0%,to{opacity:1}50%{opacity:.4}}.WorkTestSection-module__cVRzea__chunkEmpty{color:#a1a1aa;text-align:center;padding:16px 0;font-size:12px}.WorkTestSection-module__cVRzea__chunkErrorText{color:#ef4444;margin-top:6px;font-size:12px}.WorkTestSection-module__cVRzea__chunkPanel{background:#fafafa;border:1.5px solid #e4e4e7;border-radius:10px;flex-direction:column;gap:12px;max-height:360px;margin-top:8px;padding:12px;display:flex;overflow-y:auto}body.dark-mode .WorkTestSection-module__cVRzea__chunkPanel{background:#1f1f23;border-color:#3f3f46}.WorkTestSection-module__cVRzea__chunkEntry{flex-direction:column;gap:4px;display:flex}.WorkTestSection-module__cVRzea__chunkEntry+.WorkTestSection-module__cVRzea__chunkEntry{border-top:1px solid #e4e4e7;padding-top:12px}body.dark-mode .WorkTestSection-module__cVRzea__chunkEntry+.WorkTestSection-module__cVRzea__chunkEntry{border-top-color:#3f3f46}.WorkTestSection-module__cVRzea__chunkEntryLabel{color:var(--chat-accent,#6366f1);font-size:11.5px;font-weight:700}.WorkTestSection-module__cVRzea__chunkEntryText{color:#52525b;white-space:pre-wrap;word-break:break-word;font-size:12.5px;line-height:1.55}body.dark-mode .WorkTestSection-module__cVRzea__chunkEntryText{color:#a1a1aa}.WorkTestSection-module__cVRzea__fontSizeControl{align-items:center;gap:10px;margin-top:8px;display:flex}.WorkTestSection-module__cVRzea__fontSizeLabel{color:#a1a1aa;text-align:center;font-variant-numeric:tabular-nums;min-width:24px;font-size:11.5px;font-weight:700}.WorkTestSection-module__cVRzea__fontSizeCurrent{color:var(--chat-accent,#6366f1);text-align:center;min-width:32px;font-size:13px;font-weight:800}.WorkTestSection-module__cVRzea__fontSlider{appearance:none;cursor:pointer;background:#e4e4e7;border-radius:2px;outline:none;flex:1;height:4px}body.dark-mode .WorkTestSection-module__cVRzea__fontSlider{background:#3f3f46}.WorkTestSection-module__cVRzea__fontSlider::-webkit-slider-thumb{appearance:none;background:var(--chat-accent,#6366f1);cursor:pointer;border:3px solid #fff;border-radius:50%;width:18px;height:18px;transition:transform .15s;box-shadow:0 1px 4px #00000026}body.dark-mode .WorkTestSection-module__cVRzea__fontSlider::-webkit-slider-thumb{border-color:#18181b}.WorkTestSection-module__cVRzea__fontSlider::-webkit-slider-thumb:hover{transform:scale(1.15)}.WorkTestSection-module__cVRzea__fontSlider::-moz-range-thumb{background:var(--chat-accent,#6366f1);cursor:pointer;border:3px solid #fff;border-radius:50%;width:18px;height:18px;box-shadow:0 1px 4px #00000026}body.dark-mode .WorkTestSection-module__cVRzea__fontSlider::-moz-range-thumb{border-color:#18181b}.WorkTestSection-module__cVRzea__fontPresets{gap:6px;margin-top:10px;display:flex}.WorkTestSection-module__cVRzea__fontPreset{color:#a1a1aa;cursor:pointer;background:0 0;border:1.5px solid #e4e4e7;border-radius:999px;padding:5px 12px;font-family:inherit;font-size:12px;font-weight:600;transition:all .18s}body.dark-mode .WorkTestSection-module__cVRzea__fontPreset{border-color:#3f3f46}.WorkTestSection-module__cVRzea__fontPreset:hover{color:#52525b;border-color:#a1a1aa}body.dark-mode .WorkTestSection-module__cVRzea__fontPreset:hover{color:#a1a1aa}.WorkTestSection-module__cVRzea__fontPresetActive{background:var(--chat-accent-soft,#eef2ff);border-color:var(--chat-accent-border,#c7d2fe);color:var(--chat-accent,#6366f1)}.WorkTestSection-module__cVRzea__previewBox{background:#fafafa;border:1.5px solid #e4e4e7;border-radius:10px;margin-top:10px;padding:12px 14px;transition:all .18s}body.dark-mode .WorkTestSection-module__cVRzea__previewBox{background:#1f1f23;border-color:#3f3f46}.WorkTestSection-module__cVRzea__previewLabel{color:#a1a1aa;text-transform:uppercase;letter-spacing:.04em;margin-bottom:8px;font-size:10.5px;font-weight:700}.WorkTestSection-module__cVRzea__previewNarr{color:#52525b;margin:3px 0;line-height:1.85;transition:font-size .18s}body.dark-mode .WorkTestSection-module__cVRzea__previewNarr{color:#a1a1aa}.WorkTestSection-module__cVRzea__previewChar{color:var(--chat-accent,#6366f1);align-items:center;gap:5px;margin:8px 0 4px;font-size:11.5px;font-weight:700;display:flex}.WorkTestSection-module__cVRzea__previewCharDot{background:var(--chat-accent,#6366f1);border-radius:50%;flex-shrink:0;width:4px;height:4px}.WorkTestSection-module__cVRzea__previewDial{border-left:3px solid var(--chat-dialogue-border,#cbd5e1);background:var(--chat-dialogue-bg,#f8fafc);border-radius:8px;margin:6px 0 3px;padding:8px 12px;line-height:1.7;transition:all .18s}.WorkTestSection-module__cVRzea__colorThemes{grid-template-columns:repeat(4,1fr);gap:8px;margin-top:8px;display:grid}.WorkTestSection-module__cVRzea__colorThemeBtn{cursor:pointer;background:0 0;border:1.5px solid #e4e4e7;border-radius:10px;flex-direction:column;align-items:center;gap:6px;padding:10px 4px 8px;transition:all .18s;display:flex}body.dark-mode .WorkTestSection-module__cVRzea__colorThemeBtn{border-color:#3f3f46}.WorkTestSection-module__cVRzea__colorThemeBtn:hover{background:#fafafa;border-color:#a1a1aa}body.dark-mode .WorkTestSection-module__cVRzea__colorThemeBtn:hover{background:#1f1f23}.WorkTestSection-module__cVRzea__colorThemeBtnActive{border-color:var(--chat-accent-border,#c7d2fe);background:var(--chat-accent-soft,#eef2ff)}.WorkTestSection-module__cVRzea__colorSwatch{border:2px solid #0000000f;border-radius:50%;width:32px;height:32px;position:relative;overflow:hidden}body.dark-mode .WorkTestSection-module__cVRzea__colorSwatch{border-color:#ffffff1a}.WorkTestSection-module__cVRzea__colorSwatch:after{content:"";width:50%;height:100%;position:absolute;top:0;right:0}.WorkTestSection-module__cVRzea__swatchDefault{background:#f8fafc}.WorkTestSection-module__cVRzea__swatchDefault:after{background:#6366f1}.WorkTestSection-module__cVRzea__swatchRose{background:#fff1f2}.WorkTestSection-module__cVRzea__swatchRose:after{background:#f43f5e}.WorkTestSection-module__cVRzea__swatchAmber{background:#fffbeb}.WorkTestSection-module__cVRzea__swatchAmber:after{background:#f59e0b}.WorkTestSection-module__cVRzea__swatchEmerald{background:#ecfdf5}.WorkTestSection-module__cVRzea__swatchEmerald:after{background:#10b981}.WorkTestSection-module__cVRzea__swatchViolet{background:#f5f3ff}.WorkTestSection-module__cVRzea__swatchViolet:after{background:#8b5cf6}.WorkTestSection-module__cVRzea__swatchSky{background:#f0f9ff}.WorkTestSection-module__cVRzea__swatchSky:after{background:#0ea5e9}.WorkTestSection-module__cVRzea__swatchSlate{background:#f8fafc}.WorkTestSection-module__cVRzea__swatchSlate:after{background:#64748b}.WorkTestSection-module__cVRzea__swatchCoral{background:#fff7ed}.WorkTestSection-module__cVRzea__swatchCoral:after{background:#f97316}.WorkTestSection-module__cVRzea__colorThemeName{color:#a1a1aa;white-space:nowrap;font-size:11px;font-weight:700}.WorkTestSection-module__cVRzea__colorThemeBtnActive .WorkTestSection-module__cVRzea__colorThemeName{color:var(--chat-accent,#6366f1)}.WorkTestSection-module__cVRzea__settingsFooter{border-top:1px solid #f0f0f2;flex-shrink:0;padding:14px 18px}body.dark-mode .WorkTestSection-module__cVRzea__settingsFooter{border-top-color:#27272a}.WorkTestSection-module__cVRzea__resetBtn{color:#dc2626;cursor:pointer;background:#fef2f2;border:1.5px solid #fecaca;border-radius:10px;justify-content:center;align-items:center;gap:6px;width:100%;padding:10px 14px;font-family:inherit;font-size:13px;font-weight:700;transition:all .18s;display:flex}body.dark-mode .WorkTestSection-module__cVRzea__resetBtn{color:#f87171;background:#dc26261a;border-color:#dc262633}.WorkTestSection-module__cVRzea__resetBtn:hover{opacity:.85}.WorkTestSection-module__cVRzea__resetBtnDone{background:var(--chat-accent-soft,#eef2ff);border-color:var(--chat-accent-border,#c7d2fe);color:var(--chat-accent,#6366f1)}.WorkTestSection-module__cVRzea__nsfwToggleRow{cursor:pointer;align-items:flex-start;gap:10px;padding:2px 0;display:flex}.WorkTestSection-module__cVRzea__nsfwCheckbox{accent-color:#ef4444;cursor:pointer;flex-shrink:0;width:16px;height:16px;margin-top:2px}.WorkTestSection-module__cVRzea__toggleSwitch{appearance:none;cursor:pointer;background:#e4e4e7;border-radius:999px;flex-shrink:0;width:34px;height:20px;margin-top:2px;transition:background .18s;position:relative}.WorkTestSection-module__cVRzea__toggleSwitch:checked{background:#6366f1}.WorkTestSection-module__cVRzea__toggleSwitch:checked:after{transform:translate(14px)}body.dark-mode .WorkTestSection-module__cVRzea__toggleSwitch:checked{background:#818cf8}.WorkTestSection-module__cVRzea__nsfwToggleText{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.WorkTestSection-module__cVRzea__nsfwToggleTitle{color:#27272a;font-size:13px;font-weight:700}body.dark-mode .WorkTestSection-module__cVRzea__nsfwToggleTitle{color:#fafafa}.WorkTestSection-module__cVRzea__nsfwToggleDesc{color:#71717a;font-size:11.5px;line-height:1.4}body.dark-mode .WorkTestSection-module__cVRzea__nsfwToggleDesc{color:#a1a1aa}.WorkTestSection-module__cVRzea__thinkingRow{cursor:pointer;text-align:left;background:0 0;border:1.5px solid #e4e4e7;border-radius:10px;justify-content:space-between;align-items:center;gap:12px;width:100%;padding:10px 14px;transition:all .2s;display:flex}body.dark-mode .WorkTestSection-module__cVRzea__thinkingRow{border-color:#3f3f46}.WorkTestSection-module__cVRzea__thinkingRow:hover{background:#fafafa;border-color:#a1a1aa}body.dark-mode .WorkTestSection-module__cVRzea__thinkingRow:hover{background:#1f1f23}.WorkTestSection-module__cVRzea__thinkingRowActive{border-color:var(--chat-accent-border,#c7d2fe);background:var(--chat-accent-soft,#eef2ff)}body.dark-mode .WorkTestSection-module__cVRzea__thinkingRowActive{border-color:var(--chat-accent-border,#818cf840);background:var(--chat-accent-soft,#6366f11f)}.WorkTestSection-module__cVRzea__thinkingRowDisabled{cursor:default;opacity:.7}.WorkTestSection-module__cVRzea__thinkingLeft{flex:1;align-items:center;gap:10px;min-width:0;display:flex}.WorkTestSection-module__cVRzea__thinkingIcon{color:#a1a1aa;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;transition:color .2s;display:flex}.WorkTestSection-module__cVRzea__thinkingRowActive .WorkTestSection-module__cVRzea__thinkingIcon{color:var(--chat-accent,#6366f1)}.WorkTestSection-module__cVRzea__thinkingText{flex-direction:column;gap:1px;min-width:0;display:flex}.WorkTestSection-module__cVRzea__thinkingTitle{color:#27272a;align-items:center;gap:6px;font-size:13px;font-weight:700;display:flex}body.dark-mode .WorkTestSection-module__cVRzea__thinkingTitle{color:#fafafa}.WorkTestSection-module__cVRzea__thinkingBadge{color:#6366f1;letter-spacing:.2px;background:#6366f114;border-radius:4px;padding:1px 5px;font-size:9.5px;font-weight:700}body.dark-mode .WorkTestSection-module__cVRzea__thinkingBadge{color:#a5b4fc;background:#6366f126}.WorkTestSection-module__cVRzea__thinkingDesc{color:#a1a1aa;font-size:11px;line-height:1.4}body.dark-mode .WorkTestSection-module__cVRzea__thinkingDesc{color:#71717a}.WorkTestSection-module__cVRzea__toggleSwitch{background:#d4d4d8;border-radius:10px;flex-shrink:0;width:36px;height:20px;transition:background .2s;position:relative}body.dark-mode .WorkTestSection-module__cVRzea__toggleSwitch{background:#3f3f46}.WorkTestSection-module__cVRzea__toggleSwitch:after{content:"";background:#fff;border-radius:50%;width:16px;height:16px;transition:all .2s;position:absolute;top:2px;left:2px;box-shadow:0 1px 3px #00000026}.WorkTestSection-module__cVRzea__thinkingRowActive .WorkTestSection-module__cVRzea__toggleSwitch{background:#6366f1}body.dark-mode .WorkTestSection-module__cVRzea__thinkingRowActive .WorkTestSection-module__cVRzea__toggleSwitch{background:#818cf8}.WorkTestSection-module__cVRzea__thinkingRowActive .WorkTestSection-module__cVRzea__toggleSwitch:after{left:18px}.WorkTestSection-module__cVRzea__thinkingDetail{background:#6366f10a;border-left:2px solid #6366f126;border-radius:8px;margin-top:10px;padding:8px 10px}body.dark-mode .WorkTestSection-module__cVRzea__thinkingDetail{background:#6366f10f;border-left-color:#6366f140}.WorkTestSection-module__cVRzea__thinkingDetail p{color:#71717a;font-size:11px;line-height:1.5}body.dark-mode .WorkTestSection-module__cVRzea__thinkingDetail p{color:#a1a1aa}.WorkTestSection-module__cVRzea__thinkingLevelGroup{grid-template-columns:repeat(auto-fit,minmax(72px,1fr));gap:6px;display:grid}.WorkTestSection-module__cVRzea__thinkingLevelBtn{color:#52525b;cursor:pointer;background:#ffffffa6;border:1px solid #6366f129;border-radius:7px;min-height:30px;padding:6px 4px;font-size:11px;font-weight:700;transition:border-color .15s,background .15s,color .15s}body.dark-mode .WorkTestSection-module__cVRzea__thinkingLevelBtn{color:#a1a1aa;background:#18181ba6;border-color:#818cf82e}.WorkTestSection-module__cVRzea__thinkingLevelBtnActive{border-color:var(--chat-accent,#6366f1);background:var(--chat-accent,#6366f1);color:#fff}body.dark-mode .WorkTestSection-module__cVRzea__thinkingLevelBtnActive{border-color:var(--chat-accent,#818cf8);background:var(--chat-accent,#818cf8);color:#111827}.WorkTestSection-module__cVRzea__responseTierGroup{grid-template-columns:repeat(3,1fr);gap:6px;margin-top:8px;display:grid}.WorkTestSection-module__cVRzea__responseTierBtn{cursor:pointer;background:0 0;border:1.5px solid #e4e4e7;border-radius:10px;flex-direction:column;align-items:center;gap:2px;padding:10px 6px;font-family:inherit;transition:all .18s;display:flex}body.dark-mode .WorkTestSection-module__cVRzea__responseTierBtn{border-color:#3f3f46}.WorkTestSection-module__cVRzea__responseTierBtn:hover{background:#fafafa;border-color:#a1a1aa}body.dark-mode .WorkTestSection-module__cVRzea__responseTierBtn:hover{background:#1f1f23}.WorkTestSection-module__cVRzea__responseTierBtnActive{border-color:var(--chat-accent-border,#c7d2fe);background:var(--chat-accent-soft,#eef2ff)}body.dark-mode .WorkTestSection-module__cVRzea__responseTierBtnActive{border-color:var(--chat-accent-border,#818cf840);background:var(--chat-accent-soft,#6366f11f)}.WorkTestSection-module__cVRzea__responseTierLabel{color:#27272a;font-size:13px;font-weight:700}body.dark-mode .WorkTestSection-module__cVRzea__responseTierLabel{color:#fafafa}.WorkTestSection-module__cVRzea__responseTierBtnActive .WorkTestSection-module__cVRzea__responseTierLabel{color:var(--chat-accent,#6366f1)}.WorkTestSection-module__cVRzea__responseTierCost{color:#a1a1aa;align-items:center;gap:3px;font-size:11px;font-weight:600;display:inline-flex}body.dark-mode .WorkTestSection-module__cVRzea__responseTierCost{color:#71717a}.WorkTestSection-module__cVRzea__responseTierBtnActive .WorkTestSection-module__cVRzea__responseTierCost{color:var(--chat-accent,#6366f1)}.WorkTestSection-module__cVRzea__responseTierHint{color:#71717a;text-align:center;margin-top:8px;font-size:11.5px}body.dark-mode .WorkTestSection-module__cVRzea__responseTierHint{color:#a1a1aa}.WorkTestSection-module__cVRzea__tierThinkingExtra{color:#6366f1;font-size:9px;font-weight:600}body.dark-mode .WorkTestSection-module__cVRzea__tierThinkingExtra{color:#a5b4fc}.WorkTestSection-module__cVRzea__responseTierHintAccent{color:#6366f1;font-weight:600}body.dark-mode .WorkTestSection-module__cVRzea__responseTierHintAccent{color:#a5b4fc}.WorkTestSection-module__cVRzea__spOverlay{z-index:50;background:#00000059;animation:.25s WorkTestSection-module__cVRzea__spFadeIn;position:fixed;inset:0}body.dark-mode .WorkTestSection-module__cVRzea__spOverlay{background:#0000008c}@keyframes WorkTestSection-module__cVRzea__spFadeIn{0%{opacity:0}to{opacity:1}}@keyframes WorkTestSection-module__cVRzea__spScaleIn{0%{opacity:0;transform:translate(-50%,-50%)scale(.92)}to{opacity:1;transform:translate(-50%,-50%)scale(1)}}.WorkTestSection-module__cVRzea__spDialog{z-index:60;background:#fff;border-radius:20px;flex-direction:column;width:90%;max-width:440px;max-height:80vh;animation:.28s cubic-bezier(.32,.72,0,1) WorkTestSection-module__cVRzea__spScaleIn;display:flex;position:fixed;top:50%;left:50%;overflow:hidden;transform:translate(-50%,-50%);box-shadow:0 20px 60px #0000002e,0 8px 24px #0000001a}body.dark-mode .WorkTestSection-module__cVRzea__spDialog{background:#18181b;box-shadow:0 20px 60px #0009,0 8px 24px #0006}.WorkTestSection-module__cVRzea__spClose{z-index:2;color:#71717a;cursor:pointer;background:#f4f4f5;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:16px;transition:all .18s;display:flex;position:absolute;top:14px;right:14px}.WorkTestSection-module__cVRzea__spClose:hover{color:#18181b;background:#e4e4e7}body.dark-mode .WorkTestSection-module__cVRzea__spClose{color:#a1a1aa;background:#27272a}body.dark-mode .WorkTestSection-module__cVRzea__spClose:hover{color:#fafafa;background:#3f3f46}.WorkTestSection-module__cVRzea__spHeader{text-align:center;flex-shrink:0;padding:28px 24px 20px}.WorkTestSection-module__cVRzea__spTitle{color:#18181b;margin:0;font-size:18px;font-weight:700}body.dark-mode .WorkTestSection-module__cVRzea__spTitle{color:#fafafa}.WorkTestSection-module__cVRzea__spSubtitle{color:#a1a1aa;margin-top:4px;font-size:13px}body.dark-mode .WorkTestSection-module__cVRzea__spSubtitle{color:#71717a}.WorkTestSection-module__cVRzea__spChoices{flex-direction:column;gap:10px;padding:0 24px 24px;display:flex}.WorkTestSection-module__cVRzea__spChoiceBtn{cursor:pointer;text-align:left;background:#fff;border:1px solid #e4e4e7;border-radius:14px;align-items:center;gap:14px;width:100%;padding:16px;transition:all .18s;display:flex}.WorkTestSection-module__cVRzea__spChoiceBtn:hover{border-color:#c7d2fe;transform:translateY(-1px);box-shadow:0 4px 12px #00000014,0 2px 4px #0000000a}body.dark-mode .WorkTestSection-module__cVRzea__spChoiceBtn{background:#18181b;border-color:#3f3f46}body.dark-mode .WorkTestSection-module__cVRzea__spChoiceBtn:hover{border-color:#6366f166;box-shadow:0 4px 12px #0000004d}.WorkTestSection-module__cVRzea__spChoiceIcon{border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:20px;display:flex}.WorkTestSection-module__cVRzea__spChoiceIconNew{color:#fff;background:linear-gradient(135deg,#4f46e5 0%,#7c3aed 100%)}.WorkTestSection-module__cVRzea__spChoiceIconContinue{color:#6366f1;background:#eef2ff}body.dark-mode .WorkTestSection-module__cVRzea__spChoiceIconContinue{color:#818cf8;background:#6366f126}.WorkTestSection-module__cVRzea__spChoiceBody{flex:1;min-width:0}.WorkTestSection-module__cVRzea__spChoiceLabel{color:#18181b;font-size:15px;font-weight:600}body.dark-mode .WorkTestSection-module__cVRzea__spChoiceLabel{color:#fafafa}.WorkTestSection-module__cVRzea__spChoiceDesc{color:#a1a1aa;margin-top:2px;font-size:12px}body.dark-mode .WorkTestSection-module__cVRzea__spChoiceDesc{color:#71717a}.WorkTestSection-module__cVRzea__spChoiceCount{color:#6366f1;background:#eef2ff;border-radius:999px;flex-shrink:0;padding:2px 8px;font-size:11px;font-weight:600}body.dark-mode .WorkTestSection-module__cVRzea__spChoiceCount{color:#818cf8;background:#6366f126}.WorkTestSection-module__cVRzea__spChoiceArrow{color:#a1a1aa;flex-shrink:0;font-size:18px}body.dark-mode .WorkTestSection-module__cVRzea__spChoiceArrow{color:#71717a}.WorkTestSection-module__cVRzea__spSessions{flex-direction:column;flex:1;min-height:0;display:flex;overflow:hidden}.WorkTestSection-module__cVRzea__spSsHeader{flex-shrink:0;align-items:center;gap:10px;padding:0 24px 16px;display:flex}.WorkTestSection-module__cVRzea__spSsBack{color:#52525b;cursor:pointer;background:0 0;border:1px solid #e4e4e7;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;transition:all .18s;display:flex}.WorkTestSection-module__cVRzea__spSsBack:hover{color:#18181b;background:#f4f4f5}body.dark-mode .WorkTestSection-module__cVRzea__spSsBack{color:#a1a1aa;border-color:#3f3f46}body.dark-mode .WorkTestSection-module__cVRzea__spSsBack:hover{color:#fafafa;background:#27272a}.WorkTestSection-module__cVRzea__spSsTitle{color:#18181b;font-size:16px;font-weight:700}body.dark-mode .WorkTestSection-module__cVRzea__spSsTitle{color:#fafafa}.WorkTestSection-module__cVRzea__spSsCount{color:#6366f1;background:#eef2ff;border-radius:999px;padding:2px 8px;font-size:12px;font-weight:600}body.dark-mode .WorkTestSection-module__cVRzea__spSsCount{color:#818cf8;background:#6366f126}.WorkTestSection-module__cVRzea__spSsList{flex-direction:column;flex:1;gap:8px;padding:0 24px 24px;display:flex;overflow-y:auto}.WorkTestSection-module__cVRzea__spSsList::-webkit-scrollbar{width:4px}.WorkTestSection-module__cVRzea__spSsList::-webkit-scrollbar-thumb{background:#d4d4d8;border-radius:999px}body.dark-mode .WorkTestSection-module__cVRzea__spSsList::-webkit-scrollbar-thumb{background:#3f3f46}.WorkTestSection-module__cVRzea__spSsDate{color:#a1a1aa;text-transform:uppercase;letter-spacing:.02em;align-items:center;gap:10px;padding:8px 0 4px;font-size:11px;font-weight:600;display:flex}.WorkTestSection-module__cVRzea__spSsDate:after{content:"";background:#e4e4e7;flex:1;height:1px}body.dark-mode .WorkTestSection-module__cVRzea__spSsDate{color:#71717a}body.dark-mode .WorkTestSection-module__cVRzea__spSsDate:after{background:#27272a}.WorkTestSection-module__cVRzea__spSsEmpty{text-align:center;color:#a1a1aa;padding:32px 16px;font-size:13px}body.dark-mode .WorkTestSection-module__cVRzea__spSsEmpty{color:#71717a}.WorkTestSection-module__cVRzea__spSsCard{cursor:pointer;text-align:left;background:#fff;border:1px solid #e4e4e7;border-radius:14px;align-items:flex-start;gap:12px;width:100%;padding:14px;transition:all .18s;display:flex}.WorkTestSection-module__cVRzea__spSsCard:hover{border-color:#c7d2fe;transform:translateY(-1px);box-shadow:0 4px 12px #00000014,0 2px 4px #0000000a}body.dark-mode .WorkTestSection-module__cVRzea__spSsCard{background:#18181b;border-color:#27272a}body.dark-mode .WorkTestSection-module__cVRzea__spSsCard:hover{border-color:#6366f166;box-shadow:0 4px 12px #0000004d}.WorkTestSection-module__cVRzea__spSsCardLeft{flex-direction:column;flex-shrink:0;align-items:center;display:flex}.WorkTestSection-module__cVRzea__spSsCardAvatar{color:#fff;background:linear-gradient(135deg,#4f46e5 0%,#7c3aed 100%);border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:16px;font-weight:700;display:flex;overflow:hidden}.WorkTestSection-module__cVRzea__spSsCardAvatarImg{object-fit:cover;width:100%;height:100%}.WorkTestSection-module__cVRzea__spSsCardBody{flex:1;min-width:0}.WorkTestSection-module__cVRzea__spSsCardBadge{text-transform:uppercase;letter-spacing:.03em;border-radius:999px;margin-left:auto;padding:1px 5px;font-size:9px;font-weight:700}.WorkTestSection-module__cVRzea__spSsCardBadgeActive{color:#16a34a;background:#dcfce7}body.dark-mode .WorkTestSection-module__cVRzea__spSsCardBadgeActive{color:#4ade80;background:#22c55e26}.WorkTestSection-module__cVRzea__spSsCardBadgeEnded{color:#a1a1aa;background:#f4f4f5}body.dark-mode .WorkTestSection-module__cVRzea__spSsCardBadgeEnded{color:#71717a;background:#27272a}.WorkTestSection-module__cVRzea__spSsCardSummary{color:#27272a;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:13px;font-weight:500;line-height:1.5;display:-webkit-box;overflow:hidden}body.dark-mode .WorkTestSection-module__cVRzea__spSsCardSummary{color:#e4e4e7}.WorkTestSection-module__cVRzea__spSsCardMeta{color:#a1a1aa;align-items:center;gap:10px;margin-top:6px;font-size:11px;display:flex}body.dark-mode .WorkTestSection-module__cVRzea__spSsCardMeta{color:#71717a}.WorkTestSection-module__cVRzea__spSsCardMetaItem{align-items:center;gap:3px;display:flex}@media (max-width:768px){.WorkTestSection-module__cVRzea__spDialog{width:94%;max-width:420px}.WorkTestSection-module__cVRzea__spChoiceBtn{padding:14px}}@media (max-width:480px){.WorkTestSection-module__cVRzea__spDialog{border-radius:16px;width:calc(100% - 32px);max-width:none;max-height:75vh}.WorkTestSection-module__cVRzea__spHeader{padding:24px 20px 16px}.WorkTestSection-module__cVRzea__spChoices{padding:0 20px 20px}.WorkTestSection-module__cVRzea__spChoiceBtn{gap:12px;padding:12px}.WorkTestSection-module__cVRzea__spChoiceIcon{border-radius:10px;width:40px;height:40px;font-size:18px}.WorkTestSection-module__cVRzea__spSsHeader{padding:0 20px 12px}.WorkTestSection-module__cVRzea__spSsList{padding:0 20px 20px}.WorkTestSection-module__cVRzea__spSsCard{padding:12px}.WorkTestSection-module__cVRzea__spSsCardAvatar{width:36px;height:36px;font-size:14px}}@media (max-width:360px){.WorkTestSection-module__cVRzea__spHeader{padding:20px 16px 12px}.WorkTestSection-module__cVRzea__spTitle{font-size:16px}.WorkTestSection-module__cVRzea__spChoices{padding:0 16px 16px}.WorkTestSection-module__cVRzea__spChoiceLabel{font-size:14px}.WorkTestSection-module__cVRzea__spSsCard{padding:10px}}.WorkTestSection-module__cVRzea__chatHtmlAsset{background:#fff;border:1px solid #e2e8f0;border-radius:12px;margin:8px 0 4px;overflow:hidden}.WorkTestSection-module__cVRzea__chatHtmlAsset img{max-width:100%;height:auto;display:block}body.dark-mode .WorkTestSection-module__cVRzea__chatHtmlAsset{background:#ffffff08;border-color:#ffffff14}.WorkTestSection-module__cVRzea__chatAssetCopyBtn{color:#64748b;cursor:pointer;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:6px;margin:8px 12px 10px auto;padding:5px 14px;font-size:12px;font-weight:500;transition:all .15s;display:block}.WorkTestSection-module__cVRzea__chatAssetCopyBtn:hover{color:#334155;background:#e2e8f0}body.dark-mode .WorkTestSection-module__cVRzea__chatAssetCopyBtn{color:#94a3b8;background:#ffffff0f;border-color:#ffffff1a}body.dark-mode .WorkTestSection-module__cVRzea__chatAssetCopyBtn:hover{color:#e2e8f0;background:#ffffff1f}.WorkTestSection-module__cVRzea__chatAssetActions{justify-content:flex-end;gap:6px;padding:6px 12px 8px;display:flex}.WorkTestSection-module__cVRzea__chatAssetActions .WorkTestSection-module__cVRzea__chatAssetCopyBtn{margin:0}.WorkTestSection-module__cVRzea__chatAssetSource{color:#c0caf5;white-space:pre-wrap;word-break:break-word;background:#1a1b26;border-top:1px solid #e2e8f0;max-height:400px;margin:0;padding:12px 16px;font-family:Cascadia Code,Fira Code,Consolas,monospace;font-size:12.5px;line-height:1.6;overflow-y:auto}body.dark-mode .WorkTestSection-module__cVRzea__chatAssetSource{border-top-color:#ffffff14}.WorkTestSection-module__cVRzea__costChip{font-variant-numeric:tabular-nums;color:#a1a1aa;cursor:pointer;appearance:none;background:0 0;border:1px solid #0000;border-radius:8px;align-items:center;gap:5px;margin:2px 0 6px;padding:3px 10px;font-size:11px;font-weight:500;transition:all .15s;display:inline-flex}.WorkTestSection-module__cVRzea__costChip:hover{color:#52525b;background:#f4f4f5;border-color:#e4e4e7}body.dark-mode .WorkTestSection-module__cVRzea__costChip{color:#52525b}body.dark-mode .WorkTestSection-module__cVRzea__costChip:hover{color:#a1a1aa;background:#ffffff0a;border-color:#ffffff14}.WorkTestSection-module__cVRzea__costOverlay{z-index:210;background:#0009;justify-content:center;align-items:center;padding:20px;animation:.15s WorkTestSection-module__cVRzea__costFadeIn;display:flex;position:fixed;inset:0}@keyframes WorkTestSection-module__cVRzea__costFadeIn{0%{opacity:0}to{opacity:1}}.WorkTestSection-module__cVRzea__costModal{background:#fff;border-radius:16px;width:100%;max-width:440px;animation:.2s WorkTestSection-module__cVRzea__costSlideUp;overflow:hidden;box-shadow:0 20px 60px #0003}@keyframes WorkTestSection-module__cVRzea__costSlideUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}body.dark-mode .WorkTestSection-module__cVRzea__costModal{background:#1c1c20;box-shadow:0 20px 60px #00000080}.WorkTestSection-module__cVRzea__costHeader{border-bottom:1px solid #f0f0f2;justify-content:space-between;align-items:center;padding:14px 18px;display:flex}body.dark-mode .WorkTestSection-module__cVRzea__costHeader{border-bottom-color:#ffffff0f}.WorkTestSection-module__cVRzea__costTitle{color:#18181b;font-size:13px;font-weight:700}body.dark-mode .WorkTestSection-module__cVRzea__costTitle{color:#e4e4e7}.WorkTestSection-module__cVRzea__costCloseBtn{color:#a1a1aa;cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;width:28px;height:28px;transition:all .15s;display:flex}.WorkTestSection-module__cVRzea__costCloseBtn:hover{color:#52525b;background:#f4f4f5}body.dark-mode .WorkTestSection-module__cVRzea__costCloseBtn:hover{color:#e4e4e7;background:#ffffff0f}.WorkTestSection-module__cVRzea__costBody{padding:16px 18px 20px}.WorkTestSection-module__cVRzea__costTable{border-collapse:collapse;font-variant-numeric:tabular-nums;width:100%;font-size:12.5px}.WorkTestSection-module__cVRzea__costTable th{text-align:left;color:#a1a1aa;text-transform:uppercase;letter-spacing:.03em;padding:5px 0;font-size:11px;font-weight:500}body.dark-mode .WorkTestSection-module__cVRzea__costTable th{color:#52525b}.WorkTestSection-module__cVRzea__costTable td{color:#3f3f46;padding:5px 0}body.dark-mode .WorkTestSection-module__cVRzea__costTable td{color:#a1a1aa}.WorkTestSection-module__cVRzea__costTable td:nth-child(2),.WorkTestSection-module__cVRzea__costTable td:nth-child(3),.WorkTestSection-module__cVRzea__costTable td:nth-child(4),.WorkTestSection-module__cVRzea__costTable th:nth-child(2),.WorkTestSection-module__cVRzea__costTable th:nth-child(3),.WorkTestSection-module__cVRzea__costTable th:nth-child(4){text-align:right}.WorkTestSection-module__cVRzea__costRowTotal{border-top:1px solid #e4e4e7;font-weight:700}.WorkTestSection-module__cVRzea__costRowTotal td{color:#18181b;padding-top:8px}body.dark-mode .WorkTestSection-module__cVRzea__costRowTotal{border-top-color:#ffffff14}body.dark-mode .WorkTestSection-module__cVRzea__costRowTotal td{color:#e4e4e7}.WorkTestSection-module__cVRzea__costDivider{background:#f0f0f2;height:1px;margin:12px 0}body.dark-mode .WorkTestSection-module__cVRzea__costDivider{background:#ffffff0f}.WorkTestSection-module__cVRzea__costSummary{grid-template-columns:1fr 1fr;gap:10px;display:grid}.WorkTestSection-module__cVRzea__costSummaryItem{background:#f8fafc;border:1px solid #f0f0f2;border-radius:10px;padding:10px 12px}body.dark-mode .WorkTestSection-module__cVRzea__costSummaryItem{background:#ffffff08;border-color:#ffffff0f}.WorkTestSection-module__cVRzea__costSummaryLabel{color:#a1a1aa;text-transform:uppercase;letter-spacing:.03em;margin-bottom:4px;font-size:10.5px;font-weight:600}body.dark-mode .WorkTestSection-module__cVRzea__costSummaryLabel{color:#52525b}.WorkTestSection-module__cVRzea__costSummaryValue{font-variant-numeric:tabular-nums;color:#18181b;font-size:15px;font-weight:700}body.dark-mode .WorkTestSection-module__cVRzea__costSummaryValue{color:#e4e4e7}.WorkTestSection-module__cVRzea__costMarginPositive{color:#10b981}.WorkTestSection-module__cVRzea__costMarginNegative{color:#f43f5e}.WorkTestSection-module__cVRzea__costMeta{color:#a1a1aa;gap:14px;margin-top:12px;font-size:11px;display:flex}body.dark-mode .WorkTestSection-module__cVRzea__costMeta{color:#52525b}.WorkTestSection-module__cVRzea__chatAssetFallback{color:#92400e;background:#fef3c7;border:1px solid #fcd34d;border-radius:10px;margin:8px 0 4px;padding:10px 14px;font-size:12px;line-height:1.5}body.dark-mode .WorkTestSection-module__cVRzea__chatAssetFallback{color:#fbbf24;background:#fbbf241a;border-color:#fbbf244d}.WorkTestSection-module__cVRzea__chatLayout{flex-direction:column;height:100%;display:flex;position:relative;overflow:hidden}.WorkTestSection-module__cVRzea__chatMain{flex:1;min-height:0;display:flex;overflow:hidden}.WorkTestSection-module__cVRzea__chatSidebarLeft{z-index:10;background:#fff;border-right:none;flex-direction:column;flex-shrink:0;width:320px;transition:margin-left .45s cubic-bezier(.25,.8,.25,1),opacity .35s cubic-bezier(.25,.8,.25,1);display:flex;overflow:hidden}.WorkTestSection-module__cVRzea__chatSidebarLeft>*{min-width:320px}body.dark-mode .WorkTestSection-module__cVRzea__chatSidebarLeft{background:#18181b;border-right-color:#0000}.WorkTestSection-module__cVRzea__chatSidebarRight{z-index:10;background:#fff;border-left:1px solid #e4e4e7;flex-direction:column;flex-shrink:0;width:340px;transition:margin-right .35s cubic-bezier(.32,.72,0,1),opacity .3s;display:flex;overflow:hidden}.WorkTestSection-module__cVRzea__chatSidebarRight>*{min-width:340px}body.dark-mode .WorkTestSection-module__cVRzea__chatSidebarRight{background:#18181b;border-left-color:#27272a}.WorkTestSection-module__cVRzea__chatSidebarCollapsed{opacity:0;pointer-events:none}.WorkTestSection-module__cVRzea__chatSidebarLeft.WorkTestSection-module__cVRzea__chatSidebarCollapsed{margin-left:-320px}.WorkTestSection-module__cVRzea__chatSidebarRight.WorkTestSection-module__cVRzea__chatSidebarCollapsed{margin-right:-340px}.WorkTestSection-module__cVRzea__chatCenter{flex:1;align-items:stretch;min-width:0;display:flex}.WorkTestSection-module__cVRzea__chatToggleBtn{cursor:pointer;color:#71717a;z-index:80;background:#fffffff5;border:1px solid #d4d4d8e6;justify-content:center;align-items:center;width:32px;height:32px;padding:0;font-size:12px;transition:top .24s,left .35s cubic-bezier(.32,.72,0,1),right .35s cubic-bezier(.32,.72,0,1),background .18s,color .18s,box-shadow .18s,transform .18s;display:flex;position:absolute;top:64px;box-shadow:0 8px 18px #0f172a17}@media (min-width:768px){.WorkTestSection-module__cVRzea__chatToggleBtn{display:flex}.WorkTestSection-module__cVRzea__chatToggleRight{display:none}}.WorkTestSection-module__cVRzea__chatToggleBtn:hover{color:#4f46e5;background:#fff;transform:translateY(-1px);box-shadow:0 10px 22px #0f172a24}body.dark-mode .WorkTestSection-module__cVRzea__chatToggleBtn{color:#a1a1aa;background:#202027f5;border-color:#34343c;box-shadow:0 10px 28px #00000057}body.dark-mode .WorkTestSection-module__cVRzea__chatToggleBtn:hover{color:#a5b4fc;background:#27272f}.WorkTestSection-module__cVRzea__chatToggleLeft{border-radius:9px;left:14px}.WorkTestSection-module__cVRzea__chatToggleLeft.WorkTestSection-module__cVRzea__chatToggleActive{top:14px;left:274px}.WorkTestSection-module__cVRzea__chatToggleRight{border-right:none;border-radius:8px 0 0 8px;right:0}.WorkTestSection-module__cVRzea__chatToggleRight.WorkTestSection-module__cVRzea__chatToggleActive{right:340px}.WorkTestSection-module__cVRzea__chatMobileBackdrop{display:none}.WorkTestSection-module__cVRzea__settingsContent{flex-direction:column;height:100%;display:flex}@media (max-width:768px){.WorkTestSection-module__cVRzea__chatSidebarLeft,.WorkTestSection-module__cVRzea__chatSidebarRight{z-index:50;position:fixed;top:0;bottom:0}.WorkTestSection-module__cVRzea__chatSidebarLeft{left:0;box-shadow:4px 0 24px #00000026}.WorkTestSection-module__cVRzea__chatSidebarRight{right:0;box-shadow:-4px 0 24px #00000026}.WorkTestSection-module__cVRzea__chatSidebarCollapsed{box-shadow:none}body.dark-mode .WorkTestSection-module__cVRzea__chatSidebarLeft{box-shadow:4px 0 24px #0006}body.dark-mode .WorkTestSection-module__cVRzea__chatSidebarRight{box-shadow:-4px 0 24px #0006}body.dark-mode .WorkTestSection-module__cVRzea__chatSidebarCollapsed{box-shadow:none}.WorkTestSection-module__cVRzea__chatMobileBackdrop{z-index:40;background:#0000004d;display:block;position:fixed;inset:0}body.dark-mode .WorkTestSection-module__cVRzea__chatMobileBackdrop{background:#0000008c}.WorkTestSection-module__cVRzea__chatToggleBtn{display:none}}@media (prefers-reduced-motion:reduce){.WorkTestSection-module__cVRzea__chatSidebarLeft{transition:margin-left .15s,opacity .1s!important}.WorkTestSection-module__cVRzea__chatSidebarRight{transition:margin-right .15s,opacity .1s!important}.WorkTestSection-module__cVRzea__chatToggleBtn{transition:none}}.WorkTestSection-module__cVRzea__chunkExpandIcon{color:#a1a1aa;cursor:pointer;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;margin-left:auto;transition:all .15s;display:inline-flex}.WorkTestSection-module__cVRzea__chunkExpandIcon:hover{color:#52525b;background:#0000000f}body.dark-mode .WorkTestSection-module__cVRzea__chunkExpandIcon:hover{color:#e4e4e7;background:#ffffff14}.WorkTestSection-module__cVRzea__memoryOverlay{z-index:210;background:#0009;justify-content:center;align-items:center;padding:20px;animation:.15s WorkTestSection-module__cVRzea__memoryFadeIn;display:flex;position:fixed;inset:0}@keyframes WorkTestSection-module__cVRzea__memoryFadeIn{0%{opacity:0}to{opacity:1}}.WorkTestSection-module__cVRzea__memoryModal{background:#fff;border-radius:16px;flex-direction:column;width:100%;max-width:600px;max-height:85vh;animation:.2s WorkTestSection-module__cVRzea__memorySlideUp;display:flex;overflow:hidden;box-shadow:0 20px 60px #0003}@keyframes WorkTestSection-module__cVRzea__memorySlideUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}body.dark-mode .WorkTestSection-module__cVRzea__memoryModal{background:#1c1c20;box-shadow:0 20px 60px #00000080}.WorkTestSection-module__cVRzea__memoryHeader{border-bottom:1px solid #f0f0f2;align-items:center;gap:12px;padding:16px 18px;display:flex}body.dark-mode .WorkTestSection-module__cVRzea__memoryHeader{border-bottom-color:#ffffff0f}.WorkTestSection-module__cVRzea__memoryHeaderIcon{color:#fff;background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.WorkTestSection-module__cVRzea__memoryHeaderText{flex:1;min-width:0}.WorkTestSection-module__cVRzea__memoryTitle{color:#18181b;font-size:14px;font-weight:700}body.dark-mode .WorkTestSection-module__cVRzea__memoryTitle{color:#e4e4e7}.WorkTestSection-module__cVRzea__memorySubtitle{color:#71717a;margin-top:1px;font-size:11.5px}body.dark-mode .WorkTestSection-module__cVRzea__memorySubtitle{color:#a1a1aa}.WorkTestSection-module__cVRzea__memoryProgressWrap{border-bottom:1px solid #f0f0f2;align-items:center;gap:10px;padding:10px 18px;display:flex}body.dark-mode .WorkTestSection-module__cVRzea__memoryProgressWrap{border-bottom-color:#ffffff0f}.WorkTestSection-module__cVRzea__memoryProgressTrack{background:#e8e8ec;border-radius:2px;flex:1;height:3px;overflow:hidden}body.dark-mode .WorkTestSection-module__cVRzea__memoryProgressTrack{background:#2a2a30}.WorkTestSection-module__cVRzea__memoryProgressFill{background:#60a5fa;border-radius:2px;height:100%;transition:width .4s,background .4s}.WorkTestSection-module__cVRzea__memoryBarMid{background:#a78bfa}.WorkTestSection-module__cVRzea__memoryBarHigh{background:#fb923c}.WorkTestSection-module__cVRzea__memoryBarFull{background:#f87171}.WorkTestSection-module__cVRzea__memoryProgressText{color:#a1a1aa;white-space:nowrap;font-variant-numeric:tabular-nums;flex-shrink:0;font-size:11px}body.dark-mode .WorkTestSection-module__cVRzea__memoryProgressText{color:#71717a}.WorkTestSection-module__cVRzea__memoryBody{flex-direction:column;flex:1;gap:10px;padding:14px 18px;display:flex;overflow-y:auto}.WorkTestSection-module__cVRzea__memoryChunk{border:1px solid #e4e4e7;border-radius:10px;padding:12px 14px;transition:border-color .15s}body.dark-mode .WorkTestSection-module__cVRzea__memoryChunk{border-color:#3f3f46}.WorkTestSection-module__cVRzea__memoryChunkEditing{border-color:#6366f1;box-shadow:0 0 0 2px #6366f126}body.dark-mode .WorkTestSection-module__cVRzea__memoryChunkEditing{border-color:#818cf8;box-shadow:0 0 0 2px #818cf826}.WorkTestSection-module__cVRzea__memoryChunkHeader{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.WorkTestSection-module__cVRzea__memoryChunkTurn{color:#6366f1;background:#6366f114;border-radius:6px;padding:2px 8px;font-size:11px;font-weight:600}body.dark-mode .WorkTestSection-module__cVRzea__memoryChunkTurn{color:#a5b4fc;background:#6366f126}.WorkTestSection-module__cVRzea__memoryChunkEditBtn{color:#a1a1aa;cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;width:26px;height:26px;transition:all .15s;display:flex}.WorkTestSection-module__cVRzea__memoryChunkEditBtn:hover{color:#6366f1;background:#f4f4f5}body.dark-mode .WorkTestSection-module__cVRzea__memoryChunkEditBtn:hover{color:#818cf8;background:#ffffff0f}.WorkTestSection-module__cVRzea__memoryChunkText{color:#3f3f46;white-space:pre-wrap;word-break:break-word;font-size:12.5px;line-height:1.6}body.dark-mode .WorkTestSection-module__cVRzea__memoryChunkText{color:#d4d4d8}.WorkTestSection-module__cVRzea__memoryTextarea{color:#18181b;resize:vertical;background:#fafafa;border:1px solid #d4d4d8;border-radius:8px;outline:none;width:100%;min-height:100px;padding:10px 12px;font-family:inherit;font-size:12.5px;line-height:1.6;transition:border-color .15s}.WorkTestSection-module__cVRzea__memoryTextarea:focus-visible{border-color:var(--focus-border)}body.dark-mode .WorkTestSection-module__cVRzea__memoryTextarea{color:#e4e4e7;background:#27272a;border-color:#3f3f46}.WorkTestSection-module__cVRzea__memoryEditActions{justify-content:flex-end;gap:8px;margin-top:8px;display:flex}.WorkTestSection-module__cVRzea__memoryBtnCancel{color:#71717a;cursor:pointer;background:0 0;border:1px solid #d4d4d8;border-radius:8px;padding:6px 14px;font-size:12px;font-weight:500;transition:all .15s}.WorkTestSection-module__cVRzea__memoryBtnCancel:hover{color:#18181b;background:#f4f4f5}body.dark-mode .WorkTestSection-module__cVRzea__memoryBtnCancel{color:#a1a1aa;border-color:#3f3f46}body.dark-mode .WorkTestSection-module__cVRzea__memoryBtnCancel:hover{color:#e4e4e7;background:#ffffff0f}.WorkTestSection-module__cVRzea__memoryBtnSave{color:#fff;cursor:pointer;background:#6366f1;border:none;border-radius:8px;padding:6px 14px;font-size:12px;font-weight:600;transition:all .15s}.WorkTestSection-module__cVRzea__memoryBtnSave:hover{background:#4f46e5}.WorkTestSection-module__cVRzea__memoryBtnSave:disabled{opacity:.5;cursor:not-allowed}.WorkTestSection-module__cVRzea__memoryFooter{text-align:center;border-top:1px solid #f0f0f2;padding:12px 18px}body.dark-mode .WorkTestSection-module__cVRzea__memoryFooter{border-top-color:#ffffff0f}.WorkTestSection-module__cVRzea__memoryFooterInfo{color:#71717a;font-size:11.5px}body.dark-mode .WorkTestSection-module__cVRzea__memoryFooterInfo{color:#a1a1aa}.WorkTestSection-module__cVRzea__memorySliderWrap{border-bottom:1px solid #f0f0f2;flex-direction:column;gap:6px;padding:12px 18px;display:flex}body.dark-mode .WorkTestSection-module__cVRzea__memorySliderWrap{border-bottom-color:#ffffff0f}.WorkTestSection-module__cVRzea__memorySliderLabel{color:#3f3f46;justify-content:space-between;align-items:center;font-size:12px;font-weight:600;display:flex}body.dark-mode .WorkTestSection-module__cVRzea__memorySliderLabel{color:#d4d4d8}.WorkTestSection-module__cVRzea__memorySliderValue{color:#6366f1;font-variant-numeric:tabular-nums;font-size:12px;font-weight:700}body.dark-mode .WorkTestSection-module__cVRzea__memorySliderValue{color:#a5b4fc}.WorkTestSection-module__cVRzea__memorySliderSaving{color:#a1a1aa;font-size:10.5px;font-weight:400}.WorkTestSection-module__cVRzea__memorySliderInput{accent-color:#6366f1;cursor:pointer;width:100%;margin:2px 0}body.dark-mode .WorkTestSection-module__cVRzea__memorySliderInput{accent-color:#818cf8}.WorkTestSection-module__cVRzea__memorySliderHint{color:#a1a1aa;font-size:10.5px}body.dark-mode .WorkTestSection-module__cVRzea__memorySliderHint{color:#71717a}.WorkTestSection-module__cVRzea__modelSelector{z-index:10;flex-shrink:0;align-self:center;position:relative}.WorkTestSection-module__cVRzea__modelTrigger{cursor:pointer;white-space:nowrap;background:0 0;border:1.5px solid;border-radius:16px;align-items:center;gap:6px;height:32px;padding:0 12px;transition:background .15s,opacity .15s;display:flex}.WorkTestSection-module__cVRzea__modelTrigger:hover{background:#0000000a}.WorkTestSection-module__cVRzea__modelTrigger:disabled{opacity:.5;cursor:not-allowed}.WorkTestSection-module__cVRzea__modelDot{border-radius:50%;flex-shrink:0;width:7px;height:7px}.WorkTestSection-module__cVRzea__modelTriggerLabel{color:var(--text-primary,#1a1a1a);letter-spacing:-.01em;font-size:12px;font-weight:600}.WorkTestSection-module__cVRzea__modelDropdown{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#ffffffeb;border:1px solid #00000014;border-radius:12px;min-width:240px;padding:4px;animation:.15s ease-out WorkTestSection-module__cVRzea__modelDropIn;position:absolute;bottom:calc(100% + 6px);left:0;box-shadow:0 8px 32px #0000001f}@keyframes WorkTestSection-module__cVRzea__modelDropIn{0%{opacity:0;transform:translateY(4px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}.WorkTestSection-module__cVRzea__modelGroupLabel{letter-spacing:.4px;text-transform:uppercase;color:#b0b0b0;align-items:center;gap:5px;padding:6px 12px 3px;font-size:10px;font-weight:600;display:flex}.WorkTestSection-module__cVRzea__modelGroupDot{border-radius:50%;width:5px;height:5px}.WorkTestSection-module__cVRzea__modelGroupDivider{background:#0000000d;height:1px;margin:3px 8px}.WorkTestSection-module__cVRzea__modelOption{cursor:pointer;text-align:left;background:0 0;border:none;border-radius:8px;align-items:center;width:100%;padding:7px 12px;transition:background .12s;display:flex}.WorkTestSection-module__cVRzea__modelOption:hover{background:#0000000d}.WorkTestSection-module__cVRzea__modelOptionActive{background:#0000000a}.WorkTestSection-module__cVRzea__modelOptionLabel{color:var(--text-secondary,#6b7280);letter-spacing:-.01em;text-overflow:ellipsis;white-space:nowrap;flex:1;font-size:13px;overflow:hidden}.WorkTestSection-module__cVRzea__modelOptionActive .WorkTestSection-module__cVRzea__modelOptionLabel{color:var(--text-primary,#1a1a1a)}body.dark-mode .WorkTestSection-module__cVRzea__modelTrigger:hover{background:#ffffff0f}body.dark-mode .WorkTestSection-module__cVRzea__modelTriggerLabel{color:var(--text-primary,#e5e5e5)}body.dark-mode .WorkTestSection-module__cVRzea__modelDropdown{background:#1e1e1eeb;border-color:#ffffff1a;box-shadow:0 8px 32px #0006}body.dark-mode .WorkTestSection-module__cVRzea__modelGroupLabel{color:#ffffff47}body.dark-mode .WorkTestSection-module__cVRzea__modelGroupDivider{background:#ffffff0f}body.dark-mode .WorkTestSection-module__cVRzea__modelOption:hover{background:#ffffff0f}body.dark-mode .WorkTestSection-module__cVRzea__modelOptionActive{background:#ffffff0d}body.dark-mode .WorkTestSection-module__cVRzea__modelOptionLabel{color:#ffffff80}body.dark-mode .WorkTestSection-module__cVRzea__modelOptionActive .WorkTestSection-module__cVRzea__modelOptionLabel{color:var(--text-primary,#e5e5e5)}@media (max-width:600px){.WorkTestSection-module__cVRzea__modelTrigger{gap:5px;height:44px;min-height:44px;padding:0 12px}.WorkTestSection-module__cVRzea__modelTriggerLabel{font-size:11px}.WorkTestSection-module__cVRzea__modelDot{width:6px;height:6px}.WorkTestSection-module__cVRzea__modelDropdown{min-width:200px}.WorkTestSection-module__cVRzea__modelOptionLabel{font-size:12px}}.WorkTestSection-module__cVRzea__modelSelectorDesktop{display:contents}@media (max-width:768px){.WorkTestSection-module__cVRzea__modelSelectorDesktop{display:none}}.WorkTestSection-module__cVRzea__drawerModelSection{display:none}@media (max-width:768px){.WorkTestSection-module__cVRzea__drawerModelSection{display:block}}.WorkTestSection-module__cVRzea__drawerGroupLabel{letter-spacing:.4px;text-transform:uppercase;color:#b0b0b0;align-items:center;gap:5px;padding:0 4px 6px;font-size:10px;font-weight:600;display:flex}.WorkTestSection-module__cVRzea__drawerGroupDot{border-radius:50%;width:5px;height:5px}.WorkTestSection-module__cVRzea__drawerGroupDivider{background:#00000014;height:1px;margin:10px 0}body.dark-mode .WorkTestSection-module__cVRzea__drawerGroupLabel{color:#ffffff47}.WorkTestSection-module__cVRzea__drawerModelCard{gap:6px;display:grid}.WorkTestSection-module__cVRzea__drawerModelRow{border:1px solid var(--border-light,#e4e4e7);background:var(--bg-primary,#fff);cursor:pointer;border-radius:12px;align-items:center;gap:10px;padding:12px;transition:background .15s,border-color .15s;display:flex}.WorkTestSection-module__cVRzea__drawerModelRow:hover{background:var(--chat-accent-soft,#eef2ff)}.WorkTestSection-module__cVRzea__drawerModelRowActive{border-color:var(--chat-accent-border,#c7d2fe);background:var(--chat-accent-soft,#eef2ff)}.WorkTestSection-module__cVRzea__drawerModelInfo{text-align:left;flex:auto;min-width:0}.WorkTestSection-module__cVRzea__drawerModelName{color:var(--text-primary,#18181b);font-size:13px;font-weight:700;line-height:1.3}.WorkTestSection-module__cVRzea__drawerModelDesc{color:var(--text-tertiary,#a1a1aa);margin-top:2px;font-size:11px}.WorkTestSection-module__cVRzea__drawerModelCheck{border:2px solid var(--chat-accent,#6366f1);color:#0000;background:0 0;border-radius:50%;flex-shrink:0;width:16px;height:16px;font-size:0;position:relative}.WorkTestSection-module__cVRzea__drawerModelCheck:after{content:"";background:var(--chat-accent,#6366f1);border-radius:50%;position:absolute;inset:2px}body.dark-mode .WorkTestSection-module__cVRzea__drawerModelRow{background:#18181b;border-color:#27272a}body.dark-mode .WorkTestSection-module__cVRzea__drawerModelRow:hover{background:#6366f114}body.dark-mode .WorkTestSection-module__cVRzea__drawerModelRowActive{background:#6366f114;border-color:#6366f14d}body.dark-mode .WorkTestSection-module__cVRzea__drawerModelName{color:#e4e4e7}body.dark-mode .WorkTestSection-module__cVRzea__drawerModelDesc{color:#71717a}body.dark-mode .WorkTestSection-module__cVRzea__chatLayout{--chat-dark-bg:#141418;--chat-dark-panel:#1b1b22;--chat-dark-panel-soft:#202027;--chat-dark-border:#303038;--chat-dark-text:#d4d4d8;--chat-dark-text-soft:#c7c7cf;--chat-dark-muted:#8b8b95}:is(body.dark-mode .WorkTestSection-module__cVRzea__chatScreenOuter,body.dark-mode .WorkTestSection-module__cVRzea__chatScreen,body.dark-mode .WorkTestSection-module__cVRzea__chatInputArea,body.dark-mode .WorkTestSection-module__cVRzea__chatSearchBar){background:var(--chat-dark-bg)}body.dark-mode .WorkTestSection-module__cVRzea__chatHeader{background:#18181f}body.dark-mode .WorkTestSection-module__cVRzea__chatHeaderOnlineDot{border-color:#18181f}:is(body.dark-mode .WorkTestSection-module__cVRzea__chatSidebarLeft,body.dark-mode .WorkTestSection-module__cVRzea__chatSidebarRight){background:var(--chat-dark-panel)}:is(body.dark-mode .WorkTestSection-module__cVRzea__chatHeaderName,body.dark-mode .WorkTestSection-module__cVRzea__chatProfileName,body.dark-mode .WorkTestSection-module__cVRzea__chatDial,body.dark-mode .WorkTestSection-module__cVRzea__novelDial,body.dark-mode .WorkTestSection-module__cVRzea__chatInputField,body.dark-mode .WorkTestSection-module__cVRzea__drawerModelName){color:var(--chat-dark-text)}body.dark-mode .WorkTestSection-module__cVRzea__chatNarr{color:var(--chat-dark-text-soft)}:is(body.dark-mode .WorkTestSection-module__cVRzea__chatThought,body.dark-mode .WorkTestSection-module__cVRzea__chatChoiceChip,body.dark-mode .WorkTestSection-module__cVRzea__chatSearchBtn,body.dark-mode .WorkTestSection-module__cVRzea__chatSearchClose,body.dark-mode .WorkTestSection-module__cVRzea__drawerModelDesc){color:var(--chat-dark-muted)}:is(body.dark-mode .WorkTestSection-module__cVRzea__chatComposer,body.dark-mode .WorkTestSection-module__cVRzea__chatSearchInput,body.dark-mode .WorkTestSection-module__cVRzea__drawerModelRow){border-color:var(--chat-dark-border);background:var(--chat-dark-panel-soft)}body.dark-mode .WorkTestSection-module__cVRzea__chatInputBox:focus-within{background:#ffffff06}body.dark-mode .WorkTestSection-module__cVRzea__chatChoiceChip:hover{color:var(--chat-dark-text)}
/*# sourceMappingURL=f48d2794d2682e46.css.map*/