html,body{background:var(--bg);color:var(--fg);min-height:100vh}.HomeLayout-module__94OU2q__pageBg{background:var(--bg);color:var(--fg);min-height:100vh;display:block}.HomeLayout-module__94OU2q__wrap{box-sizing:border-box;flex-direction:column;align-items:center;width:100%;max-width:900px;margin-left:auto;margin-right:auto;padding:0 24px 40px;display:flex}.HomeLayout-module__94OU2q__coinsInfo{color:var(--muted);text-align:center;margin:6px 0 20px;font-size:.84rem}.HomeLayout-module__94OU2q__coinsInfoLink{color:var(--accent);font-weight:600;text-decoration:none;transition:-webkit-text-decoration .15s,text-decoration .15s}.HomeLayout-module__94OU2q__coinsInfoLink:hover{text-decoration:underline}.HomeLayout-module__94OU2q__errorBlock{color:#ef4444;text-align:center;background:#ef444412;border:1px solid #ef444433;border-radius:10px;width:100%;max-width:700px;margin:8px auto;padding:10px 14px;font-size:.9rem}.HomeLayout-module__94OU2q__menuBtn{display:none}.HomeLayout-module__94OU2q__card{background:var(--card);width:100%;max-width:100%;color:var(--fg);border:1.5px solid var(--card-border);border-radius:24px;flex-direction:column;align-items:stretch;margin-bottom:8px;margin-left:0;margin-right:0;padding:32px 28px 18px;transition:box-shadow .22s;display:flex;box-shadow:0 4px 24px #2563eb12,0 1px 4px #0000000a}.HomeLayout-module__94OU2q__cardHero{text-align:center;padding-bottom:18px}.HomeLayout-module__94OU2q__heroHeading{letter-spacing:-.03em;color:var(--fg);margin:0 0 10px;font-size:1.9rem;font-weight:800;line-height:1.18}.HomeLayout-module__94OU2q__heroAccent{background:linear-gradient(90deg,#6366f1 0%,#0ea5e9 60%,#22c55e 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.HomeLayout-module__94OU2q__heroTagline{flex-wrap:wrap;justify-content:center;align-items:center;gap:6px;display:flex}.HomeLayout-module__94OU2q__heroTag{color:var(--muted);letter-spacing:.02em;border:1px solid var(--card-border);background:var(--input-bg);border-radius:999px;align-items:center;gap:5px;padding:3px 10px;font-size:.72rem;font-weight:600;display:inline-flex}.HomeLayout-module__94OU2q__heroTagDot{border-radius:50%;flex-shrink:0;width:5px;height:5px}.HomeLayout-module__94OU2q__charRow{justify-content:flex-end;margin:2px 0 10px;display:flex}.HomeLayout-module__94OU2q__charCount{color:var(--muted);opacity:.65;font-size:.69rem}.HomeLayout-module__94OU2q__charCountWarn{color:#f59e0b;opacity:1;font-weight:600}.HomeLayout-module__94OU2q__label{color:var(--fg);margin-bottom:12px;font-size:1rem;font-weight:600}.HomeLayout-module__94OU2q__inputContainer{background:var(--input-bg);border:1.5px solid #6366f147;border-radius:20px;transition:border-color .22s,box-shadow .22s;overflow:hidden;box-shadow:0 2px 12px #6366f10f}.HomeLayout-module__94OU2q__inputContainer:focus-within{border-color:#6366f1;box-shadow:0 0 0 3.5px #6366f11f,0 4px 20px #6366f11a}html.HomeLayout-module__94OU2q__dark .HomeLayout-module__94OU2q__inputContainer,body.HomeLayout-module__94OU2q__dark .HomeLayout-module__94OU2q__inputContainer{border-color:#818cf838!important;box-shadow:0 2px 12px #6366f11a!important}html.HomeLayout-module__94OU2q__dark .HomeLayout-module__94OU2q__inputContainer:focus-within,body.HomeLayout-module__94OU2q__dark .HomeLayout-module__94OU2q__inputContainer:focus-within{border-color:#818cf8!important}.HomeLayout-module__94OU2q__textarea{box-sizing:border-box;width:100%;color:var(--fg);resize:none;background:0 0;border:none;border-radius:0;outline:none;height:90px;min-height:90px;padding:18px 20px 10px;font-size:1rem;line-height:1.65;display:block}.HomeLayout-module__94OU2q__textarea::placeholder{color:var(--muted);opacity:.45;font-style:italic}.HomeLayout-module__94OU2q__inputBar{border-top:1px solid var(--card-border);justify-content:space-between;align-items:center;gap:8px;padding:8px 10px 10px;display:flex}.HomeLayout-module__94OU2q__inputBarRight{flex-shrink:0;align-items:center;gap:8px;display:flex}.HomeLayout-module__94OU2q__settingsBtn{color:var(--muted);cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:9px;align-items:center;gap:7px;padding:5px 9px;font-size:.78rem;font-weight:600;transition:background .18s,color .18s;display:inline-flex}.HomeLayout-module__94OU2q__settingsBtn:hover{background:var(--sidebar-hover);color:var(--fg)}.HomeLayout-module__94OU2q__settingsBtnIcon{background:linear-gradient(135deg,#6366f1 0%,#818cf8 100%);border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;display:flex;box-shadow:0 2px 5px #6366f14d}.HomeLayout-module__94OU2q__createBtn{color:#fff;letter-spacing:.01em;cursor:pointer;white-space:nowrap;background:linear-gradient(135deg,#2563eb 0%,#7c3aed 100%);border:none;border-radius:11px;align-items:center;gap:7px;height:36px;padding:0 16px;font-size:.86rem;font-weight:700;transition:opacity .18s,transform .18s,box-shadow .18s;display:inline-flex;box-shadow:0 2px 10px #2563eb47}.HomeLayout-module__94OU2q__createBtn:hover:not(:disabled){opacity:.92;transform:translateY(-1px);box-shadow:0 4px 16px #2563eb61}.HomeLayout-module__94OU2q__createBtn:disabled{opacity:.42;cursor:not-allowed;transform:none}html.HomeLayout-module__94OU2q__dark .HomeLayout-module__94OU2q__createBtn,body.HomeLayout-module__94OU2q__dark .HomeLayout-module__94OU2q__createBtn{background:linear-gradient(135deg,#3b76f0 0%,#8b5cf6 100%)!important}.HomeLayout-module__94OU2q__row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:32px;margin-top:0;display:flex}.HomeLayout-module__94OU2q__controlsRow{justify-content:space-between;align-items:center;gap:16px;width:100%;display:flex}.HomeLayout-module__94OU2q__dropdownRow{gap:18px;display:flex}.HomeLayout-module__94OU2q__btnsRow{align-items:center;gap:16px;display:flex}.HomeLayout-module__94OU2q__inputSm{background:var(--dropdown-bg);height:36px;min-height:36px;color:var(--fg);border:1px solid var(--input-border);cursor:pointer;border-radius:10px;margin-bottom:6px;padding:3px 5px;font-size:1.05rem;transition:border-color .22s,box-shadow .22s}.HomeLayout-module__94OU2q__btns{align-items:center;gap:16px;display:flex}.HomeLayout-module__94OU2q__secondary{background:var(--btn-secondary-bg);color:var(--fg)}.HomeLayout-module__94OU2q__customTooltip{visibility:hidden;opacity:0;color:#fff;text-align:center;z-index:10;white-space:nowrap;pointer-events:none;background:#000;border-radius:8px;padding:8px 16px;font-size:1rem;transition:opacity .18s;position:absolute;top:120%;bottom:auto;left:50%;transform:translate(-50%);box-shadow:0 2px 8px #0000002e}.HomeLayout-module__94OU2q__iconBtn:hover .HomeLayout-module__94OU2q__customTooltip,.HomeLayout-module__94OU2q__iconBtn:focus .HomeLayout-module__94OU2q__customTooltip{visibility:visible;opacity:1}.HomeLayout-module__94OU2q__toggleSwitch{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;height:44px;display:inline-flex;position:relative}.HomeLayout-module__94OU2q__slider{background:0 0;border:1.5px solid #7882962e;border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;transition:background .2s,border-color .2s;display:flex;position:relative}.HomeLayout-module__94OU2q__slider svg{color:#8a8fa7;transition:color .18s}.HomeLayout-module__94OU2q__eye,.HomeLayout-module__94OU2q__eyeOff{color:var(--muted);opacity:0;transition:opacity .18s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.HomeLayout-module__94OU2q__eye{opacity:1}.HomeLayout-module__94OU2q__eyeOff,.HomeLayout-module__94OU2q__toggleSwitch input:checked+.HomeLayout-module__94OU2q__slider .HomeLayout-module__94OU2q__eye{opacity:0}.HomeLayout-module__94OU2q__toggleSwitch input:checked+.HomeLayout-module__94OU2q__slider .HomeLayout-module__94OU2q__eyeOff{opacity:1;color:var(--accent)}.HomeLayout-module__94OU2q__toggleSwitch input:checked+.HomeLayout-module__94OU2q__slider svg{color:#6366f1}.HomeLayout-module__94OU2q__toggleSwitch:hover .HomeLayout-module__94OU2q__customTooltip,.HomeLayout-module__94OU2q__toggleSwitch:focus-within .HomeLayout-module__94OU2q__customTooltip,.HomeLayout-module__94OU2q__inputSm:focus+.HomeLayout-module__94OU2q__customTooltip,.HomeLayout-module__94OU2q__inputSm:hover+.HomeLayout-module__94OU2q__customTooltip,.HomeLayout-module__94OU2q__inputSm:active+.HomeLayout-module__94OU2q__customTooltip,.HomeLayout-module__94OU2q__inputSm:focus-visible+.HomeLayout-module__94OU2q__customTooltip{visibility:visible;opacity:1}.HomeLayout-module__94OU2q__bar{justify-content:space-between;align-items:center;gap:16px;margin-top:24px;display:flex}.HomeLayout-module__94OU2q__muted{color:var(--muted);font-size:1rem}.HomeLayout-module__94OU2q__answerBlock{color:var(--fg);background:var(--card);box-sizing:border-box;border-top:1.5px solid #6366f12e;border-radius:0 0 16px 16px;flex-direction:column;gap:0;width:100%;margin-top:16px;padding:18px 22px 14px;font-size:1.05rem;display:flex;box-shadow:inset 0 0 0 1.5px #6366f126}.HomeLayout-module__94OU2q__answerRow{align-items:center;gap:10px;margin-bottom:4px;display:flex}.HomeLayout-module__94OU2q__answerLabel{color:#6366f1;margin-bottom:0;font-size:1.08rem;font-weight:700}.HomeLayout-module__94OU2q__answerText{color:#16a34a;margin-bottom:0;font-size:1.05rem;font-weight:600}.HomeLayout-module__94OU2q__explanationLabel{color:#6366f1;margin-top:8px;margin-bottom:2px;font-size:1.02rem;font-weight:700}.HomeLayout-module__94OU2q__explanation{color:var(--muted);margin-top:2px;font-size:.98rem;line-height:1.6}#HomeLayout-module__94OU2q__out{margin-top:32px;margin-bottom:40px}.HomeLayout-module__94OU2q__evalBar{justify-content:space-between;align-items:center;width:100%;max-width:900px;margin:32px auto 40px;display:flex}.HomeLayout-module__94OU2q__score{color:#6366f1;font-size:1.08rem;font-weight:700}.HomeLayout-module__94OU2q__correctResult{color:#16a34a;margin-top:8px;font-weight:600}.HomeLayout-module__94OU2q__wrongResult{color:#dc2626;margin-top:8px;font-weight:600}.HomeLayout-module__94OU2q__noneResult{color:var(--muted);margin-top:8px;font-weight:600}@media (max-width:700px){.HomeLayout-module__94OU2q__heroHeading{font-size:1.4rem}.HomeLayout-module__94OU2q__card{border-radius:18px;padding:24px 18px 16px}html,body{overflow-x:hidden}.HomeLayout-module__94OU2q__wrap{box-sizing:border-box;width:100%;max-width:100%;margin:0;padding:0 4vw 32px}.HomeLayout-module__94OU2q__headerBar{box-sizing:border-box;justify-content:center;width:100%;max-width:100%;margin-bottom:18px;padding:0 4px}.HomeLayout-module__94OU2q__headerBar h1{text-overflow:ellipsis;text-align:center;flex:0 auto;min-width:0;padding-right:8px;overflow:hidden}.HomeLayout-module__94OU2q__headerControls{flex:1 1 0;min-width:0;max-width:100%}.HomeLayout-module__94OU2q__controlsRow{flex-direction:row;justify-content:space-between;align-items:center;width:100%}.HomeLayout-module__94OU2q__row{flex-flow:column;align-items:stretch;gap:8px;width:100%;margin-bottom:12px}.HomeLayout-module__94OU2q__dropdownRow{flex-direction:row;justify-content:space-between;align-items:stretch;gap:6px;width:100%;margin-bottom:0}.HomeLayout-module__94OU2q__dropdownRow>div{flex:1 1 0;min-width:0}.HomeLayout-module__94OU2q__dropdownRow select{box-sizing:border-box;width:100%;min-width:0}.HomeLayout-module__94OU2q__btnsRow{flex-direction:row;justify-content:space-between;align-items:center;gap:8px;width:100%;margin-bottom:0}.HomeLayout-module__94OU2q__toggleSwitch{flex:0 0 44px;justify-content:center;align-items:center;min-width:44px;max-width:44px;padding:0;display:flex}.HomeLayout-module__94OU2q__clearBtn{justify-content:center;align-items:center;display:flex;flex:0 0 44px!important;width:44px!important;min-width:44px!important;max-width:44px!important;padding:0!important}.HomeLayout-module__94OU2q__genBtn{flex:1 1 0;justify-content:center;align-self:stretch;align-items:center;width:auto;min-width:0;max-width:100%;margin-left:8px;font-size:1rem;display:flex}.HomeLayout-module__94OU2q__mcq{box-sizing:border-box;border-radius:16px!important;width:100%!important;max-width:100%!important;margin-left:0!important;margin-right:0!important;padding:8px 20px!important}.HomeLayout-module__94OU2q__shimmerCard{box-sizing:border-box;border-radius:16px!important;width:100%!important;max-width:100%!important;margin-left:0!important;margin-right:0!important;padding:8px 12px!important}.HomeLayout-module__94OU2q__answerBlock{border-radius:0 0 12px 12px;padding:12px 8px 10px;font-size:1rem}.HomeLayout-module__94OU2q__qtitle{margin-bottom:8px;font-size:.98rem}.HomeLayout-module__94OU2q__optGroup{gap:6px}.HomeLayout-module__94OU2q__opt input[type=radio]{width:18px;height:18px;margin-right:6px}.HomeLayout-module__94OU2q__opt input[type=radio]:checked:after{width:8px;height:8px;top:4px;left:4px}.HomeLayout-module__94OU2q__opt input[type=checkbox]{width:18px;height:18px;margin-right:6px}.HomeLayout-module__94OU2q__opt input[type=checkbox]:checked:after{border-width:0 2px 2px 0;width:4px;height:8px;top:2px;left:5px}.HomeLayout-module__94OU2q__opt span,.HomeLayout-module__94OU2q__label{font-size:.98rem}.HomeLayout-module__94OU2q__evalBar{box-sizing:border-box;flex-direction:row;justify-content:space-between;align-items:center;gap:0;width:100%;max-width:100%;margin-top:24px;margin-bottom:24px;padding:0 2vw}.HomeLayout-module__94OU2q__evalBar .HomeLayout-module__94OU2q__score{order:1;margin-right:auto}.HomeLayout-module__94OU2q__evalBar .HomeLayout-module__94OU2q__evalBtn{order:2;margin-left:auto}}body.HomeLayout-module__94OU2q__dark .HomeLayout-module__94OU2q__menuBtn span,html.HomeLayout-module__94OU2q__dark .HomeLayout-module__94OU2q__menuBtn span{background:#bfc3ca!important}.HomeLayout-module__94OU2q__iconBtn,.HomeLayout-module__94OU2q__clearBtn{justify-content:center;align-items:center;width:38px;height:38px;padding:0;display:flex;position:relative;border:1.5px solid var(--card-border)!important;color:var(--muted)!important;box-shadow:none!important;background:0 0!important;border-radius:10px!important;transition:border-color .18s,color .18s!important}.HomeLayout-module__94OU2q__iconBtn:hover,.HomeLayout-module__94OU2q__clearBtn:hover{border-color:var(--accent)!important;color:var(--accent)!important}.HomeLayout-module__94OU2q__settingsChipBtn{background:var(--input-bg);border:1.5px solid var(--card-border);height:38px;color:var(--muted);cursor:pointer;white-space:nowrap;border-radius:999px;align-items:center;gap:7px;padding:0 14px;font-size:.78rem;font-weight:600;transition:border-color .18s,color .18s,box-shadow .18s;display:inline-flex}.HomeLayout-module__94OU2q__settingsChipBtn:hover{border-color:var(--accent);color:var(--fg);box-shadow:0 2px 10px #2563eb1a}.HomeLayout-module__94OU2q__genBtn,.HomeLayout-module__94OU2q__evalBtn{color:#fff;cursor:pointer;letter-spacing:.01em;background:linear-gradient(135deg,#2563eb 0%,#7c3aed 100%);border:0;border-radius:10px;height:38px;margin-left:8px;padding:0 20px;font-size:.95rem;font-weight:700;transition:opacity .18s,box-shadow .18s;box-shadow:0 2px 12px #2563eb38}.HomeLayout-module__94OU2q__genBtn:hover:not(:disabled),.HomeLayout-module__94OU2q__evalBtn:hover:not(:disabled){opacity:.9;box-shadow:0 4px 20px #2563eb52}.HomeLayout-module__94OU2q__genBtn:disabled,.HomeLayout-module__94OU2q__evalBtn:disabled{opacity:.55;cursor:not-allowed}html.HomeLayout-module__94OU2q__dark .HomeLayout-module__94OU2q__genBtn,body.HomeLayout-module__94OU2q__dark .HomeLayout-module__94OU2q__genBtn,html.HomeLayout-module__94OU2q__dark .HomeLayout-module__94OU2q__evalBtn,body.HomeLayout-module__94OU2q__dark .HomeLayout-module__94OU2q__evalBtn{background:linear-gradient(135deg,#3b76f0 0%,#8b5cf6 100%)!important;box-shadow:0 2px 18px #4f8cff42!important}.HomeLayout-module__94OU2q__mcq{background:var(--card);border:1.5px solid var(--card-border);box-sizing:border-box;border-radius:20px;flex-direction:column;width:100%;min-width:0;max-width:900px;margin-bottom:14px;margin-left:auto;margin-right:auto;padding:20px 20px 14px;transition:border-color .18s,box-shadow .18s;display:flex;box-shadow:0 1px 4px #0000000a}.HomeLayout-module__94OU2q__mcq:hover{border-color:#6366f147;box-shadow:0 3px 14px #6366f112}.HomeLayout-module__94OU2q__qtitle{color:var(--fg);letter-spacing:.005em;margin-bottom:14px;font-size:.97rem;font-weight:600;line-height:1.55}.HomeLayout-module__94OU2q__optGroup{flex-direction:column;gap:7px;display:flex}.HomeLayout-module__94OU2q__opt{border:1.5px solid var(--card-border);background:var(--input-bg);cursor:pointer;border-radius:11px;align-items:center;gap:8px;margin-bottom:0;padding:9px 12px;transition:border-color .18s,background .18s,box-shadow .18s;display:flex}.HomeLayout-module__94OU2q__opt:hover{background:#6366f10a;border-color:#6366f166}.HomeLayout-module__94OU2q__opt:has(input:checked){background:#6366f11c;border-color:#6366f1;box-shadow:0 0 0 2.5px #6366f12e}.HomeLayout-module__94OU2q__opt input[type=radio]{appearance:none;background:var(--input-bg);cursor:pointer;border:2px solid #6366f166;border-radius:50%;outline:none;flex-shrink:0;width:18px;min-width:18px;height:18px;transition:border-color .18s,background .18s,box-shadow .18s;position:relative}.HomeLayout-module__94OU2q__opt input[type=radio]:checked{background:#6366f1;border-color:#6366f1;box-shadow:0 0 0 3px #6366f126}.HomeLayout-module__94OU2q__opt input[type=radio]:checked:after{content:"";background:#fff;border-radius:50%;width:6px;height:6px;display:block;position:absolute;top:4px;left:4px}.HomeLayout-module__94OU2q__opt input[type=checkbox]{appearance:none;background:var(--input-bg);cursor:pointer;border:2px solid #6366f166;border-radius:5px;outline:none;flex-shrink:0;width:18px;min-width:18px;height:18px;transition:border-color .18s,background .18s,box-shadow .18s;position:relative}.HomeLayout-module__94OU2q__opt input[type=checkbox]:checked{background:#6366f1;border-color:#6366f1;box-shadow:0 0 0 3px #6366f126}.HomeLayout-module__94OU2q__opt input[type=checkbox]:checked:after{content:"";border:2px solid #fff;border-width:0 2px 2px 0;width:4px;height:8px;display:block;position:absolute;top:2px;left:5px;transform:rotate(45deg)}.HomeLayout-module__94OU2q__opt span{white-space:normal;word-break:break-word;color:var(--fg);flex:1;font-size:.9rem;line-height:1.5}body.HomeLayout-module__94OU2q__light .HomeLayout-module__94OU2q__answerBlock{background:#6366f10a}body.HomeLayout-module__94OU2q__light .HomeLayout-module__94OU2q__answerLabel,body.HomeLayout-module__94OU2q__light .HomeLayout-module__94OU2q__explanationLabel{color:#4f46e5}body.HomeLayout-module__94OU2q__light .HomeLayout-module__94OU2q__answerText{color:#15803d}body.HomeLayout-module__94OU2q__light .HomeLayout-module__94OU2q__explanation{color:var(--muted)}.HomeLayout-module__94OU2q__iconBtn,.HomeLayout-module__94OU2q__menuBtn,.HomeLayout-module__94OU2q__clearBtn,.HomeLayout-module__94OU2q__genBtn,.HomeLayout-module__94OU2q__evalBtn,.HomeLayout-module__94OU2q__toggleSwitch,.HomeLayout-module__94OU2q__iconBtn svg,.HomeLayout-module__94OU2q__menuBtn svg,.HomeLayout-module__94OU2q__clearBtn svg,.HomeLayout-module__94OU2q__genBtn svg,.HomeLayout-module__94OU2q__evalBtn svg,.HomeLayout-module__94OU2q__toggleSwitch svg{cursor:pointer}.HomeLayout-module__94OU2q__shimmerCard{background:var(--card);border:1px solid var(--card-border);border-radius:24px;flex-direction:column;gap:18px;width:100%;max-width:900px;min-height:120px;margin:0 auto 32px;padding:24px 18px 10px;display:flex;position:relative;overflow:hidden}.HomeLayout-module__94OU2q__shimmerLine{border-radius:8px;width:80%;height:18px;margin-bottom:12px;position:relative;overflow:hidden}.HomeLayout-module__94OU2q__shimmerLine.HomeLayout-module__94OU2q__short{width:40%}.HomeLayout-module__94OU2q__shimmerAnim{z-index:1;opacity:.85;background:linear-gradient(90deg,#e0e3ea 0% 35%,#d6e6f7 50%,#e0e3ea 65% 100%) 0 0/200% 100%;border-radius:8px;width:100%;height:100%;animation:.8s linear infinite HomeLayout-module__94OU2q__shimmer;position:absolute;inset:0}@keyframes HomeLayout-module__94OU2q__shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.HomeLayout-module__94OU2q__retryIcon:hover svg{stroke:#1565c0;transition:stroke .18s,transform .18s;transform:rotate(-20deg)scale(1.08)}
.MCQQuestion-module__0YZNFq__qHeader{align-items:flex-start;gap:12px;margin-bottom:14px;display:flex}.MCQQuestion-module__0YZNFq__qNum{color:#fff;letter-spacing:-.02em;background:linear-gradient(135deg,#6366f1 0%,#818cf8 100%);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;margin-top:1px;font-size:.72rem;font-weight:700;display:flex;box-shadow:0 1px 6px #6366f152}.MCQQuestion-module__0YZNFq__qBody{flex:1;min-width:0}.MCQQuestion-module__0YZNFq__qText{color:var(--fg);font-size:.94rem;font-weight:500;line-height:1.65;display:block}.MCQQuestion-module__0YZNFq__qBadges{flex-wrap:wrap;align-items:center;gap:6px;margin-top:6px;display:flex}.MCQQuestion-module__0YZNFq__multipleCorrectLabel{color:#6366f1;letter-spacing:.01em;background:#6366f114;border:1px solid #6366f133;border-radius:999px;padding:2px 9px;font-size:.69rem;font-weight:600}.MCQQuestion-module__0YZNFq__evaluationBadge{letter-spacing:.01em;border-radius:999px;align-items:center;gap:4px;padding:2px 9px;font-size:.69rem;font-weight:700;display:inline-flex}.MCQQuestion-module__0YZNFq__correct{color:#15803d;background:#22c55e1a;border:1px solid #22c55e40}.MCQQuestion-module__0YZNFq__incorrect{color:#dc2626;background:#ef444414;border:1px solid #ef444438}.MCQQuestion-module__0YZNFq__optGroupIndent{padding-left:34px}.MCQQuestion-module__0YZNFq__optInput{opacity:0!important;pointer-events:none!important;width:0!important;height:0!important;margin:0!important;padding:0!important;position:absolute!important}.MCQQuestion-module__0YZNFq__optLetter{background:var(--input-bg);border:1.5px solid var(--card-border);width:20px;min-width:20px;height:20px;color:var(--muted);letter-spacing:0;border-radius:50%;justify-content:center;align-items:center;font-size:.62rem;font-weight:700;transition:background .18s,color .18s,border-color .18s,box-shadow .18s;display:flex;flex:0 0 20px!important}.MCQQuestion-module__0YZNFq__optLetterActive{color:#fff;background:#6366f1;border-color:#6366f1;box-shadow:0 1px 5px #6366f173}.MCQQuestion-module__0YZNFq__optLetterCorrect{color:#fff;background:#16a34a;border-color:#16a34a;box-shadow:0 1px 5px #16a34a66}.MCQQuestion-module__0YZNFq__optLetterWrong{color:#fff;background:#dc2626;border-color:#dc2626;box-shadow:0 1px 5px #dc262661}.MCQQuestion-module__0YZNFq__optText{min-width:0;color:var(--fg);word-break:break-word;white-space:normal;font-size:.88rem;font-weight:400;line-height:1.55;flex:1 1 0!important}.MCQQuestion-module__0YZNFq__optMark{border-radius:50%;justify-content:center;align-items:center;width:20px;min-width:20px;height:20px;display:inline-flex;flex:0 0 20px!important}.MCQQuestion-module__0YZNFq__optMarkCorrect{color:#16a34a;background:#16a34a1f}.MCQQuestion-module__0YZNFq__optMarkWrong{color:#dc2626;background:#ef44441a}.MCQQuestion-module__0YZNFq__optCorrectBg{background:#16a34a0d!important;border-color:#16a34a6b!important}.MCQQuestion-module__0YZNFq__optWrongBg{background:#ef44440d!important;border-color:#ef444461!important}.MCQQuestion-module__0YZNFq__mcqCorrect{border-color:#16a34a61!important}.MCQQuestion-module__0YZNFq__mcqWrong{border-color:#ef444459!important}@media (max-width:600px){.MCQQuestion-module__0YZNFq__qNum{border-radius:7px;width:24px;height:24px;font-size:.68rem}.MCQQuestion-module__0YZNFq__qText{font-size:.9rem}.MCQQuestion-module__0YZNFq__optGroupIndent{padding-left:30px}.MCQQuestion-module__0YZNFq__optLetter{width:18px;height:18px;font-size:.58rem}.MCQQuestion-module__0YZNFq__optText{font-size:.84rem}.MCQQuestion-module__0YZNFq__evaluationBadge{padding:2px 7px;font-size:.65em}.MCQQuestion-module__0YZNFq__multipleCorrectLabel{padding:1px 7px;font-size:.65rem}}
.MCQExplanation-module__i0zSEG__toggleBtn{background:var(--input-bg);border:1.5px solid var(--card-border);color:var(--muted);cursor:pointer;letter-spacing:.005em;border-radius:8px;align-items:center;gap:6px;margin-top:14px;margin-left:40px;padding:6px 13px;font-family:inherit;font-size:.77rem;font-weight:600;line-height:1;transition:border-color .18s,color .18s,background .18s;display:inline-flex}.MCQExplanation-module__i0zSEG__toggleBtn:hover{color:#6366f1;background:#6366f10d;border-color:#6366f1}.MCQExplanation-module__i0zSEG__toggleBtn:hover .MCQExplanation-module__i0zSEG__chevron{color:#6366f1}.MCQExplanation-module__i0zSEG__chevron{color:var(--muted);flex-shrink:0;align-items:center;transition:transform .2s,color .18s;display:flex}.MCQExplanation-module__i0zSEG__chevronOpen{transform:rotate(180deg)}@media (max-width:600px){.MCQExplanation-module__i0zSEG__toggleBtn{margin-left:36px;padding:5px 11px;font-size:.73rem}}
.LoadingSpinner-module__56kcka__container{flex-direction:column;justify-content:center;align-items:center;gap:22px;min-height:300px;padding:48px 20px;display:flex}.LoadingSpinner-module__56kcka__spinnerWrapper{width:72px;height:72px;position:relative}.LoadingSpinner-module__56kcka__spinner{width:100%;height:100%;position:relative}.LoadingSpinner-module__56kcka__spinnerRing{border:3.5px solid #0000;border-top-color:#6366f1;border-radius:50%;animation:1.4s cubic-bezier(.6,.2,.4,.8) infinite LoadingSpinner-module__56kcka__spin;position:absolute;inset:0}.LoadingSpinner-module__56kcka__spinnerRing:nth-child(2){border-top-color:#6366f18c;animation-duration:1.75s;animation-delay:-.48s;inset:9px}.LoadingSpinner-module__56kcka__spinnerRing:nth-child(3){border-top-color:#6366f147;animation-duration:2.1s;animation-delay:-.96s;inset:18px}.LoadingSpinner-module__56kcka__spinnerRing:nth-child(3):after{content:"";opacity:.4;background:#6366f1;border-radius:50%;width:8px;height:8px;margin:auto;position:absolute;inset:0}@keyframes LoadingSpinner-module__56kcka__spin{to{transform:rotate(360deg)}}.LoadingSpinner-module__56kcka__message{color:var(--muted);text-align:center;letter-spacing:.005em;max-width:340px;min-height:1.4em;margin:0;font-size:.92rem;font-weight:500;transition:opacity .28s}.LoadingSpinner-module__56kcka__fadeIn{opacity:1}.LoadingSpinner-module__56kcka__fadeOut{opacity:0}@media (max-width:640px){.LoadingSpinner-module__56kcka__container{min-height:240px;padding:36px 16px}.LoadingSpinner-module__56kcka__spinnerWrapper{width:58px;height:58px}.LoadingSpinner-module__56kcka__message{font-size:.86rem}}
.MCQSummary-module__21e3na__mcqSummaryCard{background:var(--card);border:1.5px solid var(--card-border);box-sizing:border-box;border-radius:20px;width:100%;max-width:100%;margin-bottom:20px;padding:0;transition:box-shadow .22s;position:relative;overflow:clip;box-shadow:0 4px 24px #6366f11a,0 1px 4px #0000000a}.MCQSummary-module__21e3na__mcqSummaryCard:hover{box-shadow:0 8px 32px #6366f124,0 2px 8px #0000000f}.MCQSummary-module__21e3na__mcqSummaryCard:before{content:"";background:linear-gradient(90deg,#6366f1 0%,#0ea5e9 50%,#22c55e 100%);height:3px;position:absolute;top:0;left:0;right:0}.MCQSummary-module__21e3na__mcqSummaryHeader{border-bottom:1.5px solid var(--card-border);background:linear-gradient(135deg,#6366f10d 0%,#0ea5e90a 55%,#22c55e08 100%);border-radius:18px 18px 0 0;justify-content:space-between;align-items:flex-start;gap:16px;padding:20px 24px 18px;display:flex;position:relative}body.dark .MCQSummary-module__21e3na__mcqSummaryHeader{background:linear-gradient(135deg,#6366f117 0%,#0ea5e912 55%,#22c55e0d 100%)}.MCQSummary-module__21e3na__mcqSummaryTopic{flex:1;align-items:flex-start;gap:12px;min-width:0;display:flex}.MCQSummary-module__21e3na__mcqSummaryTopic:before{content:"";background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z'/%3E%3Cpolyline points='14 2 14 8 20 8'/%3E%3Cline x1='16' y1='13' x2='8' y2='13'/%3E%3Cline x1='16' y1='17' x2='8' y2='17'/%3E%3C/svg%3E") 50%/18px 18px no-repeat,linear-gradient(135deg,#6366f1 0%,#818cf8 100%);border-radius:10px;flex-shrink:0;width:36px;height:36px;margin-top:2px;display:block;box-shadow:0 2px 8px #6366f159}.MCQSummary-module__21e3na__mcqSummaryTopicText{color:var(--fg);letter-spacing:-.005em;padding-top:2px;font-size:.97rem;font-weight:600;line-height:1.5}.MCQSummary-module__21e3na__mcqSummaryInfoIcon{cursor:pointer;color:#6366f1;vertical-align:middle;background:#6366f114;border:1px solid #6366f140;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;margin-left:6px;font-size:11px;font-weight:700;transition:background .18s,color .18s,border-color .18s;display:inline-flex}.MCQSummary-module__21e3na__mcqSummaryInfoIcon:hover{color:#fff;background:#6366f1;border-color:#6366f1}.MCQSummary-module__21e3na__mcqSummaryDetails{grid-template-columns:1fr 1fr;gap:0;padding:4px 0;display:grid}.MCQSummary-module__21e3na__mcqSummaryDetailRow{align-items:center;gap:10px;padding:11px 24px;font-size:.85rem;font-weight:500;display:flex}.MCQSummary-module__21e3na__mcqSummaryDetailRow:nth-child(odd){border-right:1.5px solid var(--card-border)}.MCQSummary-module__21e3na__mcqSummaryDetailRow:nth-child(2n){padding-left:24px}.MCQSummary-module__21e3na__mcqSummaryDetailRow:first-child,.MCQSummary-module__21e3na__mcqSummaryDetailRow:nth-child(2),.MCQSummary-module__21e3na__mcqSummaryDetailRow:nth-child(3),.MCQSummary-module__21e3na__mcqSummaryDetailRow:nth-child(4),.MCQSummary-module__21e3na__mcqSummaryDetailRow:nth-child(5),.MCQSummary-module__21e3na__mcqSummaryDetailRow:nth-child(6){border-bottom:1px solid var(--card-border)}.MCQSummary-module__21e3na__mcqDetailIcon{color:#fff;background:linear-gradient(135deg,#6366f1 0%,#818cf8 100%);border-radius:7px;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;display:flex;box-shadow:0 1px 4px #6366f140}.MCQSummary-module__21e3na__mcqSummaryDetailRow:first-child .MCQSummary-module__21e3na__mcqDetailIcon,.MCQSummary-module__21e3na__mcqSummaryDetailRow:nth-child(7) .MCQSummary-module__21e3na__mcqDetailIcon{background:linear-gradient(135deg,#6366f1 0%,#818cf8 100%);box-shadow:0 1px 4px #6366f140}.MCQSummary-module__21e3na__mcqSummaryDetailRow:nth-child(2) .MCQSummary-module__21e3na__mcqDetailIcon{background:linear-gradient(135deg,#0ea5e9 0%,#38bdf8 100%);box-shadow:0 1px 4px #0ea5e940}.MCQSummary-module__21e3na__mcqSummaryDetailRow:nth-child(3) .MCQSummary-module__21e3na__mcqDetailIcon{background:linear-gradient(135deg,#f59e0b 0%,#fbbf24 100%);box-shadow:0 1px 4px #f59e0b40}.MCQSummary-module__21e3na__mcqSummaryDetailRow:nth-child(4) .MCQSummary-module__21e3na__mcqDetailIcon{background:linear-gradient(135deg,#22c55e 0%,#4ade80 100%);box-shadow:0 1px 4px #22c55e40}.MCQSummary-module__21e3na__mcqSummaryDetailRow:nth-child(5) .MCQSummary-module__21e3na__mcqDetailIcon{background:linear-gradient(135deg,#0ea5e9 0%,#38bdf8 100%);box-shadow:0 1px 4px #0ea5e940}.MCQSummary-module__21e3na__mcqSummaryDetailRow:nth-child(6) .MCQSummary-module__21e3na__mcqDetailIcon{background:linear-gradient(135deg,#f59e0b 0%,#fbbf24 100%);box-shadow:0 1px 4px #f59e0b40}.MCQSummary-module__21e3na__mcqDetailLabel{color:var(--muted);white-space:nowrap;flex:1;font-size:.82rem}.MCQSummary-module__21e3na__mcqDetailValue{color:var(--fg);letter-spacing:-.01em;text-align:right;font-size:.84rem;font-weight:600}.MCQSummary-module__21e3na__mcqDivider{background:var(--card-border);height:1.5px;position:relative}.MCQSummary-module__21e3na__mcqDivider:after{content:"";background:linear-gradient(90deg,#6366f1,#0ea5e9);width:48px;height:1.5px;position:absolute;top:0;left:24px}.MCQSummary-module__21e3na__mcqSummaryResultRow{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;padding:14px 24px 16px;display:flex}.MCQSummary-module__21e3na__mcqSummaryResultText{color:var(--fg);word-break:break-word;letter-spacing:-.005em;min-width:0;font-size:.93rem;font-weight:500}.MCQSummary-module__21e3na__mcqSummaryResultActions{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.MCQSummary-module__21e3na__mcqSummaryPublishWrap{position:relative}.MCQSummary-module__21e3na__publishTooltip{color:#fff;white-space:nowrap;z-index:10;letter-spacing:.01em;background:linear-gradient(135deg,#2563eb 0%,#7c3aed 100%);border-radius:10px;padding:10px 14px;font-size:12px;font-weight:600;animation:.5s ease-out MCQSummary-module__21e3na__tooltipBounce;position:absolute;bottom:calc(100% + 10px);right:0;box-shadow:0 6px 20px #2563eb59}.MCQSummary-module__21e3na__publishTooltipArrow{border-top:5px solid #7c3aed;border-left:5px solid #0000;border-right:5px solid #0000;width:0;height:0;position:absolute;bottom:-5px;right:16px}.MCQSummary-module__21e3na__publishHighlight{display:inline-block;position:relative}.MCQSummary-module__21e3na__publishHighlight:before{content:"";opacity:0;pointer-events:none;z-index:-1;filter:blur(8px);background:linear-gradient(135deg,#6366f1,#0ea5e9);border-radius:12px;animation:2.5s ease-in-out infinite MCQSummary-module__21e3na__pulseGlow;position:absolute;inset:-5px}@keyframes MCQSummary-module__21e3na__pulseGlow{0%,to{opacity:0;transform:scale(.95)}50%{opacity:.35;transform:scale(1.08)}}@keyframes MCQSummary-module__21e3na__tooltipBounce{0%{opacity:0;transform:translateY(8px)}60%{opacity:1;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.MCQSummary-module__21e3na__popupOverlay{z-index:9999;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#0000008c;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.MCQSummary-module__21e3na__popupContent{background:var(--card);color:var(--fg);border:1.5px solid var(--card-border);word-break:break-word;border-radius:18px;max-width:500px;max-height:70vh;padding:28px 28px 24px;font-size:.95rem;line-height:1.6;position:relative;overflow-y:auto;box-shadow:0 12px 40px #0003,0 2px 8px #00000014}.MCQSummary-module__21e3na__popupTitle{color:var(--fg);letter-spacing:-.01em;margin-bottom:14px;font-size:1.05rem;font-weight:700}.MCQSummary-module__21e3na__popupCloseBtn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#2563eb 0%,#7c3aed 100%);border:none;border-radius:8px;padding:6px 14px;font-size:.82rem;font-weight:700;transition:opacity .18s,transform .18s;position:absolute;top:14px;right:14px}.MCQSummary-module__21e3na__popupCloseBtn:hover{opacity:.9;transform:translateY(-1px)}.MCQSummary-module__21e3na__scoreBadge{color:#16a34a;letter-spacing:.01em;background:#16a34a1a;border:1px solid #16a34a47;border-radius:999px;align-items:center;gap:4px;padding:2px 9px;font-size:.79rem;font-weight:600;display:inline-flex}body.dark .MCQSummary-module__21e3na__scoreBadge{color:#4ade80;background:#22c55e1f;border-color:#4ade8040}@media (max-width:640px){.MCQSummary-module__21e3na__mcqSummaryHeader{gap:12px;padding:16px 18px 14px}.MCQSummary-module__21e3na__mcqSummaryDetails{grid-template-columns:1fr 1fr}.MCQSummary-module__21e3na__mcqSummaryDetailRow{padding:10px 16px;font-size:.8rem}.MCQSummary-module__21e3na__mcqSummaryDetailRow:nth-child(2n){padding-left:16px}.MCQSummary-module__21e3na__mcqSummaryResultRow{padding:12px 18px 14px}.MCQSummary-module__21e3na__mcqSummaryTopicText{font-size:.95rem}.MCQSummary-module__21e3na__mcqDetailIcon{border-radius:6px;width:22px;height:22px}.MCQSummary-module__21e3na__mcqSummaryTopic:before{border-radius:8px;width:30px;height:30px}}@media (max-width:420px){.MCQSummary-module__21e3na__mcqSummaryCard{border-radius:16px}.MCQSummary-module__21e3na__mcqSummaryTopic:before{display:none}.MCQSummary-module__21e3na__mcqSummaryDetails{grid-template-columns:1fr 1fr}.MCQSummary-module__21e3na__mcqSummaryDetailRow{padding:9px 12px;font-size:.77rem}.MCQSummary-module__21e3na__mcqDetailValue{font-size:.8rem}.MCQSummary-module__21e3na__popupContent{max-width:calc(100% - 28px);margin:14px;padding:22px 18px}}
.PublishButton-module__s6vrSW__publishButton{letter-spacing:.005em;cursor:pointer;white-space:nowrap;border:1.5px solid #0000;border-radius:10px;outline:none;align-items:center;gap:7px;height:36px;padding:0 16px;font-size:.84rem;font-weight:600;transition:opacity .2s,transform .18s,box-shadow .2s,background .2s,border-color .2s,color .2s;display:inline-flex;position:relative}.PublishButton-module__s6vrSW__publishButton:active:not(:disabled){transform:translateY(1px)!important}.PublishButton-module__s6vrSW__publishButton:disabled{opacity:.5;cursor:not-allowed}.PublishButton-module__s6vrSW__unpublished{background:linear-gradient(135deg,#2563eb 0%,#7c3aed 100%);box-shadow:0 2px 12px #2563eb4d;color:#fff!important;border-color:#0000!important}.PublishButton-module__s6vrSW__unpublished:hover:not(:disabled){opacity:.9;transform:translateY(-1px);box-shadow:0 4px 18px #2563eb6b}.PublishButton-module__s6vrSW__published{background:var(--input-bg);box-shadow:none;color:var(--muted)!important;border-color:var(--card-border)!important}.PublishButton-module__s6vrSW__published .PublishButton-module__s6vrSW__icon{color:var(--muted)}.PublishButton-module__s6vrSW__published:hover:not(:disabled){background:#ef44440f;box-shadow:0 2px 10px #ef44441f;color:#dc2626!important;border-color:#ef444459!important}.PublishButton-module__s6vrSW__published:hover:not(:disabled) .PublishButton-module__s6vrSW__icon{color:#dc2626}.PublishButton-module__s6vrSW__icon{flex-shrink:0;width:15px;height:15px;transition:transform .2s}.PublishButton-module__s6vrSW__publishButton:hover:not(:disabled) .PublishButton-module__s6vrSW__icon{transform:scale(1.15)}.PublishButton-module__s6vrSW__spinner{border:2px solid #ffffff59;border-top-color:currentColor;border-radius:50%;flex-shrink:0;width:15px;height:15px;animation:.7s linear infinite PublishButton-module__s6vrSW__spin}.PublishButton-module__s6vrSW__published .PublishButton-module__s6vrSW__spinner{border-color:#00000026;border-top-color:var(--muted)}@keyframes PublishButton-module__s6vrSW__spin{to{transform:rotate(360deg)}}@media (max-width:600px){.PublishButton-module__s6vrSW__publishButton{height:34px;padding:0 13px;font-size:.8rem}}
.CopyUrlButton-module___Rsosa__copyUrlBtnRoot{z-index:20;flex-shrink:0;align-items:center;display:inline-flex;position:relative}.CopyUrlButton-module___Rsosa__copyUrlBtnInner{color:#6366f1;letter-spacing:.01em;cursor:pointer;white-space:nowrap;height:34px;box-shadow:none;background:#6366f112;border:1.5px solid #6366f147;border-radius:999px;align-items:center;gap:6px;padding:0 13px 0 10px;font-size:.76rem;font-weight:600;transition:border-color .2s,color .2s,background .2s,box-shadow .2s;display:inline-flex}.CopyUrlButton-module___Rsosa__copyUrlBtnInner:hover:not(:disabled){color:#4f46e5;background:#6366f11f;border-color:#6366f1;box-shadow:0 2px 10px #6366f12e}.CopyUrlButton-module___Rsosa__copyUrlBtnInner:active:not(:disabled){transform:translateY(1px)}.CopyUrlButton-module___Rsosa__copyUrlBtnInner:disabled{opacity:.45;cursor:not-allowed}.CopyUrlButton-module___Rsosa__copyUrlBtnInner.CopyUrlButton-module___Rsosa__copied{color:#16a34a;background:#16a34a12;border-color:#16a34a73;animation:.35s CopyUrlButton-module___Rsosa__successPulse;box-shadow:0 2px 10px #16a34a1a}.CopyUrlButton-module___Rsosa__copyUrlBtnIcon{flex-shrink:0;justify-content:center;align-items:center;transition:transform .2s;display:flex}.CopyUrlButton-module___Rsosa__copyUrlBtnInner:hover:not(:disabled) .CopyUrlButton-module___Rsosa__copyUrlBtnIcon{transform:scale(1.1)}.CopyUrlButton-module___Rsosa__copyUrlBtnIcon.CopyUrlButton-module___Rsosa__copied{animation:.35s CopyUrlButton-module___Rsosa__checkmark}.CopyUrlButton-module___Rsosa__copyUrlBtnLabel{line-height:1}.CopyUrlButton-module___Rsosa__tooltip{color:#f8fafc;white-space:nowrap;z-index:1000;pointer-events:none;letter-spacing:.01em;background:#1e293b;border-radius:8px;padding:6px 12px;font-size:11px;font-weight:600;animation:.18s CopyUrlButton-module___Rsosa__tooltipFadeIn;position:absolute;bottom:calc(100% + 9px);left:50%;transform:translate(-50%);box-shadow:0 4px 14px #0003}.CopyUrlButton-module___Rsosa__tooltipArrow{border-top:5px solid #1e293b;border-left:5px solid #0000;border-right:5px solid #0000;width:0;height:0;position:absolute;top:100%;left:50%;transform:translate(-50%)}.CopyUrlButton-module___Rsosa__tooltipCopied{background:#16a34a}.CopyUrlButton-module___Rsosa__tooltipCopied .CopyUrlButton-module___Rsosa__tooltipArrow{border-top-color:#16a34a}@keyframes CopyUrlButton-module___Rsosa__successPulse{0%,to{transform:scale(1)}50%{transform:scale(1.04)}}@keyframes CopyUrlButton-module___Rsosa__checkmark{0%{transform:scale(0)rotate(-30deg)}55%{transform:scale(1.15)rotate(0)}to{transform:scale(1)rotate(0)}}@keyframes CopyUrlButton-module___Rsosa__tooltipFadeIn{0%{opacity:0;transform:translate(-50%)translateY(4px)}to{opacity:1;transform:translate(-50%)translateY(0)}}body.dark .CopyUrlButton-module___Rsosa__copyUrlBtnInner{color:#a5b4fc;background:#6366f11f;border-color:#818cf84d}body.dark .CopyUrlButton-module___Rsosa__copyUrlBtnInner:hover:not(:disabled){color:#c7d2fe;background:#6366f133;border-color:#818cf8}@media (max-width:600px){.CopyUrlButton-module___Rsosa__copyUrlBtnInner{gap:5px;height:32px;padding:0 10px 0 8px;font-size:.72rem}}
.MCQHeader-module__xgHg7G__container{box-sizing:border-box;width:100%;max-width:950px;margin:0 auto;padding:0 24px}.MCQHeader-module__xgHg7G__header{border-bottom:1px solid var(--card-border);justify-content:space-between;align-items:center;margin-bottom:32px;padding:20px 0;display:flex}.MCQHeader-module__xgHg7G__headerInner{justify-content:center;align-items:center;gap:16px;width:100%;display:flex}.MCQHeader-module__xgHg7G__headerInner.MCQHeader-module__xgHg7G__authenticated{justify-content:space-between}.MCQHeader-module__xgHg7G__brand{cursor:pointer;flex-shrink:0;align-items:center;gap:12px;text-decoration:none;display:flex}.MCQHeader-module__xgHg7G__logoBox{background:var(--card);border:1.5px solid var(--card-border);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;transition:transform .22s,box-shadow .22s,border-color .22s;display:flex;box-shadow:0 2px 8px #0000000f}.MCQHeader-module__xgHg7G__brand:hover .MCQHeader-module__xgHg7G__logoBox{border-color:#6366f159;transform:translateY(-2px)scale(1.04);box-shadow:0 8px 24px #6366f138}.MCQHeader-module__xgHg7G__brandInfo{flex-direction:column;gap:2px;display:flex}.MCQHeader-module__xgHg7G__brandTitle{color:var(--fg);-webkit-user-select:none;user-select:none;letter-spacing:-.01em;font-size:1.06rem;font-weight:700;line-height:1.2}.MCQHeader-module__xgHg7G__brandTagline{color:var(--muted);-webkit-user-select:none;user-select:none;letter-spacing:.01em;font-size:.72rem;font-weight:400;line-height:1}.MCQHeader-module__xgHg7G__headerRight{flex-shrink:0;align-items:center;gap:10px;display:flex}.MCQHeader-module__xgHg7G__walletChip{color:var(--accent);white-space:nowrap;cursor:default;-webkit-user-select:none;user-select:none;background:#2563eb12;border:1.5px solid #2563eb26;border-radius:999px;align-items:center;gap:5px;padding:6px 12px 6px 9px;font-size:.82rem;font-weight:600;transition:background .18s,border-color .18s;display:inline-flex}.MCQHeader-module__xgHg7G__walletChip:hover{background:#2563eb1f;border-color:#2563eb47}.MCQHeader-module__xgHg7G__walletLabel{opacity:.75;font-size:.78rem;font-weight:400}.MCQHeader-module__xgHg7G__notificationButton{background:var(--card);border:1.5px solid var(--card-border);width:44px;height:44px;color:var(--fg);cursor:pointer;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;transition:border-color .18s,box-shadow .18s,transform .18s;display:flex;position:relative}.MCQHeader-module__xgHg7G__notificationButton:hover{border-color:var(--accent);transform:translateY(-1px);box-shadow:0 4px 12px #2563eb24}.MCQHeader-module__xgHg7G__notificationBadge{color:#fff;border:2px solid var(--bg);background:#ef4444;border-radius:9px;justify-content:center;align-items:center;min-width:18px;height:18px;padding:0 5px;font-size:10px;font-weight:700;display:flex;position:absolute;top:-5px;right:-5px}html.MCQHeader-module__xgHg7G__dark .MCQHeader-module__xgHg7G__logoBox,body.MCQHeader-module__xgHg7G__dark .MCQHeader-module__xgHg7G__logoBox{background:#252830!important;border-color:#3a3f50!important;box-shadow:0 2px 12px #00000073!important}html.MCQHeader-module__xgHg7G__dark .MCQHeader-module__xgHg7G__brandTitle,body.MCQHeader-module__xgHg7G__dark .MCQHeader-module__xgHg7G__brandTitle{color:#eaecf4!important}html.MCQHeader-module__xgHg7G__dark .MCQHeader-module__xgHg7G__brandTagline,body.MCQHeader-module__xgHg7G__dark .MCQHeader-module__xgHg7G__brandTagline{color:#8892a4!important}html.MCQHeader-module__xgHg7G__dark .MCQHeader-module__xgHg7G__walletChip,body.MCQHeader-module__xgHg7G__dark .MCQHeader-module__xgHg7G__walletChip{color:#4f8cff!important;background:#4f8cff1a!important;border-color:#4f8cff40!important}html.MCQHeader-module__xgHg7G__dark .MCQHeader-module__xgHg7G__notificationButton,body.MCQHeader-module__xgHg7G__dark .MCQHeader-module__xgHg7G__notificationButton{background:#252830!important;border-color:#3a3f50!important}html.MCQHeader-module__xgHg7G__dark .MCQHeader-module__xgHg7G__notificationButton:hover,body.MCQHeader-module__xgHg7G__dark .MCQHeader-module__xgHg7G__notificationButton:hover{border-color:#4f8cff!important;box-shadow:0 4px 12px #4f8cff33!important}@media (max-width:768px){.MCQHeader-module__xgHg7G__container{padding:0 16px}.MCQHeader-module__xgHg7G__header{margin-bottom:24px;padding:16px 0}.MCQHeader-module__xgHg7G__logoBox{width:38px;height:38px}.MCQHeader-module__xgHg7G__logoBox svg{width:22px;height:22px}.MCQHeader-module__xgHg7G__brandTitle{font-size:.96rem}.MCQHeader-module__xgHg7G__brandTagline{display:none}.MCQHeader-module__xgHg7G__walletChip{gap:4px;padding:5px 9px 5px 7px;font-size:.78rem}.MCQHeader-module__xgHg7G__walletLabel{display:none}.MCQHeader-module__xgHg7G__notificationButton{width:38px;height:38px}}@media (max-width:480px){.MCQHeader-module__xgHg7G__brandTagline{display:none}}
.MCQSimmer-module__B8cPZG__root{width:100%}@keyframes MCQSimmer-module__B8cPZG__shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.MCQSimmer-module__B8cPZG__bone{background:linear-gradient(90deg,var(--card-border)0%,var(--card-border)35%,var(--input-bg)50%,var(--card-border)65%,var(--card-border)100%);background-size:200% 100%;border-radius:8px;animation:1.4s ease-in-out infinite MCQSimmer-module__B8cPZG__shimmer}.MCQSimmer-module__B8cPZG__card{background:var(--card);border:1.5px solid var(--card-border);box-sizing:border-box;border-radius:20px;width:100%;max-width:100%;margin-bottom:14px;padding:22px 24px;overflow:hidden}.MCQSimmer-module__B8cPZG__summaryCard{margin-bottom:20px;padding:0;box-shadow:0 4px 24px #2563eb12,0 1px 4px #0000000a}.MCQSimmer-module__B8cPZG__summaryHeader{background:linear-gradient(90deg,var(--card-border)0%,var(--card-border)35%,var(--input-bg)50%,var(--card-border)65%,var(--card-border)100%);background-size:200% 100%;border-radius:18px 18px 0 0;height:56px;animation:1.4s ease-in-out infinite MCQSimmer-module__B8cPZG__shimmer}.MCQSimmer-module__B8cPZG__summaryBody{padding:18px 22px 20px}.MCQSimmer-module__B8cPZG__summaryTopic{align-items:center;gap:10px;margin-bottom:16px;display:flex}.MCQSimmer-module__B8cPZG__topicIcon{border-radius:9px;flex-shrink:0;width:34px;height:34px}.MCQSimmer-module__B8cPZG__topicLines{flex-direction:column;flex:1;gap:7px;display:flex}.MCQSimmer-module__B8cPZG__statsRow{grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:16px;display:grid}.MCQSimmer-module__B8cPZG__statBox{border-radius:12px;height:58px}.MCQSimmer-module__B8cPZG__btnRow{justify-content:flex-end;gap:10px;display:flex}.MCQSimmer-module__B8cPZG__btnChip{border-radius:999px;height:34px}.MCQSimmer-module__B8cPZG__qCard{padding:18px 20px}.MCQSimmer-module__B8cPZG__qHeader{align-items:flex-start;gap:10px;margin-bottom:14px;display:flex}.MCQSimmer-module__B8cPZG__qNum{border-radius:7px;flex-shrink:0;width:26px;height:26px}.MCQSimmer-module__B8cPZG__qLines{flex-direction:column;flex:1;gap:7px;padding-top:2px;display:flex}.MCQSimmer-module__B8cPZG__optGroup{flex-direction:column;gap:9px;padding-left:36px;display:flex}.MCQSimmer-module__B8cPZG__optRow{align-items:center;gap:9px;display:flex}.MCQSimmer-module__B8cPZG__optBadge{border-radius:50%;flex-shrink:0;width:20px;height:20px}.MCQSimmer-module__B8cPZG__optLine{border-radius:6px;flex:1;height:14px}@media (max-width:600px){.MCQSimmer-module__B8cPZG__card{border-radius:16px;padding:16px 14px}.MCQSimmer-module__B8cPZG__statsRow{grid-template-columns:1fr 1fr}.MCQSimmer-module__B8cPZG__optGroup{padding-left:28px}}
.NotificationDropdown-module__TqMspW__notificationDropdown{background:var(--card);border:1.5px solid var(--card-border);z-index:1000;border-radius:20px;flex-direction:column;width:340px;max-height:460px;animation:.24s cubic-bezier(.34,1.36,.64,1) NotificationDropdown-module__TqMspW__dropIn;display:flex;position:absolute;top:calc(100% + 10px);right:0;overflow:hidden;box-shadow:0 20px 56px #00000029,0 4px 12px #6366f114}.NotificationDropdown-module__TqMspW__notificationDropdown:before{content:"";background:linear-gradient(90deg,#6366f1 0%,#0ea5e9 50%,#22c55e 100%);border-radius:20px 20px 0 0;flex-shrink:0;height:3px;display:block}@keyframes NotificationDropdown-module__TqMspW__dropIn{0%{opacity:0;transform:translateY(-10px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}.NotificationDropdown-module__TqMspW__dropdownHeader{border-bottom:1.5px solid var(--card-border);flex-shrink:0;justify-content:space-between;align-items:center;padding:12px 16px 11px;display:flex}.NotificationDropdown-module__TqMspW__dropdownTitle{color:var(--fg);letter-spacing:-.01em;font-size:.86rem;font-weight:700}.NotificationDropdown-module__TqMspW__headerRight{align-items:center;gap:7px;display:flex}.NotificationDropdown-module__TqMspW__walletBalance{color:#d97706;white-space:nowrap;background:#f59e0b14;border:1.5px solid #f59e0b38;border-radius:999px;align-items:center;gap:5px;padding:3px 9px 3px 7px;font-size:.76rem;font-weight:700;display:inline-flex}.NotificationDropdown-module__TqMspW__walletCoinIcon{flex-shrink:0}.NotificationDropdown-module__TqMspW__liveIndicator{color:#16a34a;letter-spacing:.03em;background:#16a34a14;border:1.5px solid #16a34a33;border-radius:999px;align-items:center;gap:5px;padding:3px 8px;font-size:.68rem;font-weight:700;display:inline-flex}.NotificationDropdown-module__TqMspW__liveDot{background:#16a34a;border-radius:50%;flex-shrink:0;width:5px;height:5px;animation:2s ease-in-out infinite NotificationDropdown-module__TqMspW__livePulse}@keyframes NotificationDropdown-module__TqMspW__livePulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.45;transform:scale(.8)}}.NotificationDropdown-module__TqMspW__transactionList{flex:1;overflow-y:auto}.NotificationDropdown-module__TqMspW__transactionItem{border-bottom:1px solid var(--card-border);cursor:default;align-items:center;gap:10px;padding:10px 16px;transition:background .14s;display:flex}.NotificationDropdown-module__TqMspW__transactionItem:last-child{border-bottom:none}.NotificationDropdown-module__TqMspW__transactionItem:hover{background:var(--input-bg)}.NotificationDropdown-module__TqMspW__transactionItem.NotificationDropdown-module__TqMspW__unread{background:#6366f10a}.NotificationDropdown-module__TqMspW__transactionItem.NotificationDropdown-module__TqMspW__unread:hover{background:#6366f112}.NotificationDropdown-module__TqMspW__unreadDot{background:#6366f1;border-radius:50%;flex-shrink:0;width:5px;height:5px}.NotificationDropdown-module__TqMspW__transactionIcon{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:30px;min-width:30px;height:30px;font-size:.76rem;font-weight:800;display:flex}.NotificationDropdown-module__TqMspW__iconPositive{color:#16a34a;background:#16a34a17;border:1.5px solid #16a34a33}.NotificationDropdown-module__TqMspW__iconNegative{color:#dc2626;background:#ef444412;border:1.5px solid #ef44442e}.NotificationDropdown-module__TqMspW__transactionContent{flex:1;min-width:0}.NotificationDropdown-module__TqMspW__transactionDescription{color:var(--fg);white-space:nowrap;text-overflow:ellipsis;margin-bottom:2px;font-size:.81rem;font-weight:500;line-height:1.3;overflow:hidden}.NotificationDropdown-module__TqMspW__transactionTime{color:var(--muted);font-size:.7rem;font-weight:400}.NotificationDropdown-module__TqMspW__transactionAmount{letter-spacing:-.01em;flex-shrink:0;font-size:.84rem;font-weight:700}.NotificationDropdown-module__TqMspW__positive{color:#16a34a}.NotificationDropdown-module__TqMspW__negative{color:#dc2626}.NotificationDropdown-module__TqMspW__emptyState{flex-direction:column;justify-content:center;align-items:center;gap:10px;padding:36px 20px;display:flex}.NotificationDropdown-module__TqMspW__emptyIcon{background:var(--input-bg);border:1.5px solid var(--card-border);width:38px;height:38px;color:var(--muted);border-radius:50%;justify-content:center;align-items:center;display:flex}.NotificationDropdown-module__TqMspW__emptyText{color:var(--muted);font-size:.8rem;font-weight:500}@media (max-width:640px){.NotificationDropdown-module__TqMspW__notificationDropdown{width:calc(100vw - 24px);max-width:340px;right:-4px}}
.PaperTags-module__0drsuG__tagsContainer{flex-wrap:wrap;align-items:center;gap:7px;width:100%;margin:10px 0 16px;display:flex}.PaperTags-module__0drsuG__tag{letter-spacing:.01em;white-space:nowrap;cursor:default;border:1.5px solid #0000;border-radius:999px;align-items:center;gap:4px;padding:4px 11px 4px 8px;font-size:.76rem;font-weight:600;line-height:1;transition:transform .18s,box-shadow .18s,background .18s;display:inline-flex}.PaperTags-module__0drsuG__tag:hover{transform:translateY(-1px)}.PaperTags-module__0drsuG__tag:before{content:"#";opacity:.55;font-size:.72em;font-weight:700;line-height:1}.PaperTags-module__0drsuG__tagIndigo{color:#4f46e5;background:#6366f117;border-color:#6366f138}.PaperTags-module__0drsuG__tagIndigo:hover{box-shadow:0 2px 10px #6366f138}.PaperTags-module__0drsuG__tagCyan{color:#0284c7;background:#0ea5e917;border-color:#0ea5e938}.PaperTags-module__0drsuG__tagCyan:hover{box-shadow:0 2px 10px #0ea5e938}.PaperTags-module__0drsuG__tagGreen{color:#16a34a;background:#22c55e17;border-color:#22c55e38}.PaperTags-module__0drsuG__tagGreen:hover{box-shadow:0 2px 10px #22c55e38}.PaperTags-module__0drsuG__tagAmber{color:#b45309;background:#f59e0b17;border-color:#f59e0b38}.PaperTags-module__0drsuG__tagAmber:hover{box-shadow:0 2px 10px #f59e0b38}.PaperTags-module__0drsuG__tagPurple{color:#7c3aed;background:#a855f717;border-color:#a855f738}.PaperTags-module__0drsuG__tagPurple:hover{box-shadow:0 2px 10px #a855f738}.PaperTags-module__0drsuG__tagRose{color:#e11d48;background:#f43f5e17;border-color:#f43f5e38}.PaperTags-module__0drsuG__tagRose:hover{box-shadow:0 2px 10px #f43f5e38}body.dark .PaperTags-module__0drsuG__tagIndigo{color:#a5b4fc;background:#6366f126;border-color:#6366f147}body.dark .PaperTags-module__0drsuG__tagCyan{color:#38bdf8;background:#0ea5e926;border-color:#0ea5e947}body.dark .PaperTags-module__0drsuG__tagGreen{color:#4ade80;background:#22c55e26;border-color:#22c55e47}body.dark .PaperTags-module__0drsuG__tagAmber{color:#fbbf24;background:#f59e0b26;border-color:#f59e0b47}body.dark .PaperTags-module__0drsuG__tagPurple{color:#d8b4fe;background:#a855f726;border-color:#a855f747}body.dark .PaperTags-module__0drsuG__tagRose{color:#fda4af;background:#f43f5e26;border-color:#f43f5e47}@media (max-width:640px){.PaperTags-module__0drsuG__tagsContainer{gap:6px}.PaperTags-module__0drsuG__tag{padding:3px 9px 3px 7px;font-size:.71rem}}
.ControlsPopup-module__PhOYFa__overlay{z-index:1000;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#0000008c;justify-content:center;align-items:center;animation:.18s ControlsPopup-module__PhOYFa__overlayIn;display:flex;position:fixed;inset:0}@keyframes ControlsPopup-module__PhOYFa__overlayIn{0%{opacity:0}to{opacity:1}}.ControlsPopup-module__PhOYFa__popup{background:var(--card);border:1.5px solid var(--card-border);border-radius:20px;width:90%;max-width:420px;animation:.22s cubic-bezier(.4,0,.2,1) ControlsPopup-module__PhOYFa__popupIn;overflow:hidden;box-shadow:0 20px 60px #00000040,0 4px 16px #0000001f}@keyframes ControlsPopup-module__PhOYFa__popupIn{0%{opacity:0;transform:scale(.94)translateY(10px)}to{opacity:1;transform:scale(1)translateY(0)}}.ControlsPopup-module__PhOYFa__header{background:linear-gradient(148deg,#0f1f45 0%,#1e40af 52%,#6d28d9 100%);justify-content:space-between;align-items:center;padding:18px 20px;display:flex;position:relative;overflow:hidden}.ControlsPopup-module__PhOYFa__header:before{content:"";pointer-events:none;background:radial-gradient(circle,#8b5cf659 0%,#0000 70%);width:120px;height:120px;position:absolute;top:-40px;right:-40px}.ControlsPopup-module__PhOYFa__headerLeft{z-index:1;align-items:center;gap:12px;display:flex;position:relative}.ControlsPopup-module__PhOYFa__headerIcon{background:#ffffff1f;border:1.5px solid #fff3;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;display:flex}.ControlsPopup-module__PhOYFa__title{color:#fff;margin:0;font-size:1rem;font-weight:700;line-height:1.2}.ControlsPopup-module__PhOYFa__subtitle{color:#ffffff8c;margin:2px 0 0;font-size:.72rem;line-height:1}.ControlsPopup-module__PhOYFa__closeBtn{z-index:1;cursor:pointer;color:#ffffffb3;background:#ffffff1a;border:1px solid #ffffff2e;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;transition:background .18s,color .18s;display:flex;position:relative}.ControlsPopup-module__PhOYFa__closeBtn:hover{color:#fff;background:#fff3}.ControlsPopup-module__PhOYFa__content{padding:6px 0}.ControlsPopup-module__PhOYFa__divider{background:var(--card-border);height:1px;margin:0 20px}.ControlsPopup-module__PhOYFa__section{justify-content:space-between;align-items:center;gap:12px;padding:14px 20px;display:flex}.ControlsPopup-module__PhOYFa__sectionCol{flex-direction:column;align-items:stretch;gap:10px}.ControlsPopup-module__PhOYFa__sectionHead{flex-shrink:0;align-items:center;gap:9px;display:flex}.ControlsPopup-module__PhOYFa__sectionIcon{border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;display:flex}.ControlsPopup-module__PhOYFa__iconIndigo{background:linear-gradient(135deg,#6366f1 0%,#818cf8 100%);box-shadow:0 2px 6px #6366f14d}.ControlsPopup-module__PhOYFa__iconCyan{background:linear-gradient(135deg,#0ea5e9 0%,#38bdf8 100%);box-shadow:0 2px 6px #0ea5e94d}.ControlsPopup-module__PhOYFa__iconAmber{background:linear-gradient(135deg,#f59e0b 0%,#fbbf24 100%);box-shadow:0 2px 6px #f59e0b4d}.ControlsPopup-module__PhOYFa__iconGreen{background:linear-gradient(135deg,#22c55e 0%,#4ade80 100%);box-shadow:0 2px 6px #22c55e4d}.ControlsPopup-module__PhOYFa__sectionLabel{color:var(--fg);white-space:nowrap;font-size:.83rem;font-weight:600}.ControlsPopup-module__PhOYFa__stepper{background:var(--input-bg);border:1.5px solid var(--card-border);border-radius:10px;align-items:center;display:flex;overflow:hidden}.ControlsPopup-module__PhOYFa__stepBtn{cursor:pointer;width:36px;height:36px;color:var(--fg);background:0 0;border:none;justify-content:center;align-items:center;transition:background .15s;display:flex}.ControlsPopup-module__PhOYFa__stepBtn:hover:not(:disabled){background:var(--sidebar-hover)}.ControlsPopup-module__PhOYFa__stepBtn:disabled{opacity:.3;cursor:not-allowed}.ControlsPopup-module__PhOYFa__stepValue{min-width:38px;height:36px;color:var(--fg);border-left:1px solid var(--card-border);border-right:1px solid var(--card-border);justify-content:center;align-items:center;font-size:.9rem;font-weight:700;display:flex}.ControlsPopup-module__PhOYFa__pillGroup{flex-wrap:wrap;justify-content:flex-end;gap:6px;display:flex}.ControlsPopup-module__PhOYFa__pill{border:1.5px solid var(--card-border);background:var(--input-bg);color:var(--muted);cursor:pointer;white-space:nowrap;border-radius:999px;padding:6px 14px;font-size:.78rem;font-weight:600;transition:border-color .18s,background .18s,color .18s,box-shadow .18s}.ControlsPopup-module__PhOYFa__pill:hover:not(.ControlsPopup-module__PhOYFa__pillActive){border-color:var(--accent);color:var(--fg)}.ControlsPopup-module__PhOYFa__pillActive{color:#fff;background:linear-gradient(135deg,#2563eb 0%,#7c3aed 100%);border-color:#0000;box-shadow:0 2px 8px #2563eb4d}.ControlsPopup-module__PhOYFa__pill_mix.ControlsPopup-module__PhOYFa__pillActive{background:linear-gradient(135deg,#2563eb 0%,#7c3aed 100%);box-shadow:0 2px 8px #2563eb4d}.ControlsPopup-module__PhOYFa__pill_easy.ControlsPopup-module__PhOYFa__pillActive{background:linear-gradient(135deg,#16a34a 0%,#22c55e 100%);box-shadow:0 2px 8px #22c55e4d}.ControlsPopup-module__PhOYFa__pill_medium.ControlsPopup-module__PhOYFa__pillActive{background:linear-gradient(135deg,#d97706 0%,#f59e0b 100%);box-shadow:0 2px 8px #f59e0b4d}.ControlsPopup-module__PhOYFa__pill_hard.ControlsPopup-module__PhOYFa__pillActive{background:linear-gradient(135deg,#dc2626 0%,#ef4444 100%);box-shadow:0 2px 8px #ef44444d}.ControlsPopup-module__PhOYFa__typeGroup{flex-direction:column;gap:8px;display:flex}.ControlsPopup-module__PhOYFa__typeCard{border:1.5px solid var(--card-border);background:var(--input-bg);cursor:pointer;text-align:left;border-radius:12px;align-items:center;gap:12px;padding:11px 14px;transition:border-color .18s,background .18s,box-shadow .18s;display:flex}.ControlsPopup-module__PhOYFa__typeCard:hover:not(.ControlsPopup-module__PhOYFa__typeCardActive){border-color:#6366f166;box-shadow:0 2px 10px #6366f114}.ControlsPopup-module__PhOYFa__typeCardActive{background:#6366f10f;border-color:#6366f1;box-shadow:0 2px 12px #6366f126}.ControlsPopup-module__PhOYFa__typeIconBox{background:var(--card);border:1.5px solid var(--card-border);width:32px;height:32px;color:var(--muted);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;transition:background .18s,color .18s,border-color .18s;display:flex}.ControlsPopup-module__PhOYFa__typeCardActive .ControlsPopup-module__PhOYFa__typeIconBox{color:#fff;background:linear-gradient(135deg,#6366f1 0%,#818cf8 100%);border-color:#0000}.ControlsPopup-module__PhOYFa__typeInfo{flex-direction:column;gap:2px;display:flex}.ControlsPopup-module__PhOYFa__typeLabel{color:var(--fg);font-size:.84rem;font-weight:600;line-height:1.2}.ControlsPopup-module__PhOYFa__typeSub{color:var(--muted);font-size:.7rem;line-height:1.3}.ControlsPopup-module__PhOYFa__footer{border-top:1px solid var(--card-border);padding:12px 20px 20px}.ControlsPopup-module__PhOYFa__doneBtn{color:#fff;letter-spacing:.01em;cursor:pointer;background:linear-gradient(135deg,#2563eb 0%,#7c3aed 100%);border:none;border-radius:12px;width:100%;height:42px;font-size:.9rem;font-weight:700;transition:opacity .18s,transform .18s,box-shadow .18s;box-shadow:0 4px 14px #2563eb4d}.ControlsPopup-module__PhOYFa__doneBtn:hover{opacity:.92;transform:translateY(-1px);box-shadow:0 6px 20px #2563eb66}.ControlsPopup-module__PhOYFa__doneBtn:active{transform:translateY(0)}@media (max-width:700px){.ControlsPopup-module__PhOYFa__popup{width:95%}.ControlsPopup-module__PhOYFa__header{padding:16px}.ControlsPopup-module__PhOYFa__section{padding:12px 16px}.ControlsPopup-module__PhOYFa__divider{margin:0 16px}.ControlsPopup-module__PhOYFa__footer{padding:12px 16px 18px}}
.InsufficientCoinsCard-module__ayGznG__card{background:var(--card);border:1.5px solid var(--card-border);border-radius:20px;width:100%;max-width:100%;animation:.28s cubic-bezier(.34,1.36,.64,1) InsufficientCoinsCard-module__ayGznG__cardIn;position:relative;overflow:clip;box-shadow:0 8px 32px #00000012,0 2px 8px #f59e0b12}.InsufficientCoinsCard-module__ayGznG__card:before{content:"";background:linear-gradient(90deg,#f59e0b 0%,#fbbf24 50%,#f97316 100%);height:3px;position:absolute;top:0;left:0;right:0}@keyframes InsufficientCoinsCard-module__ayGznG__cardIn{0%{opacity:0;transform:scale(.96)translateY(10px)}to{opacity:1;transform:scale(1)translateY(0)}}.InsufficientCoinsCard-module__ayGznG__header{border-bottom:1.5px solid var(--card-border);align-items:center;gap:12px;padding:22px 22px 16px;display:flex}.InsufficientCoinsCard-module__ayGznG__headerIcon{color:#d97706;background:#f59e0b1a;border:1.5px solid #f59e0b40;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;display:flex}.InsufficientCoinsCard-module__ayGznG__headerText{flex:1;min-width:0}.InsufficientCoinsCard-module__ayGznG__title{color:var(--fg);letter-spacing:-.01em;margin:0 0 3px;font-size:1rem;font-weight:700}.InsufficientCoinsCard-module__ayGznG__subtitle{color:var(--muted);margin:0;font-size:.8rem;font-weight:400}.InsufficientCoinsCard-module__ayGznG__errorBanner{color:#d97706;background:#f59e0b12;border:1.5px solid #f59e0b38;border-radius:10px;margin:14px 22px 0;padding:10px 14px;font-size:.84rem;font-weight:500;line-height:1.5}.InsufficientCoinsCard-module__ayGznG__body{padding:16px 22px 20px}.InsufficientCoinsCard-module__ayGznG__sectionLabel{color:var(--muted);text-transform:uppercase;letter-spacing:.06em;align-items:center;gap:6px;margin-bottom:10px;font-size:.72rem;font-weight:700;display:flex}.InsufficientCoinsCard-module__ayGznG__sectionLabelIcon{color:#d97706;background:#f59e0b1f;border-radius:5px;justify-content:center;align-items:center;width:18px;height:18px;display:inline-flex}.InsufficientCoinsCard-module__ayGznG__activities{flex-direction:column;gap:7px;margin-bottom:14px;display:flex}.InsufficientCoinsCard-module__ayGznG__activity{background:var(--input-bg);border:1.5px solid var(--card-border);border-radius:11px;align-items:flex-start;gap:10px;padding:10px 12px;transition:border-color .18s;display:flex}.InsufficientCoinsCard-module__ayGznG__activity:hover{border-color:#f59e0b59}.InsufficientCoinsCard-module__ayGznG__activityIcon{border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;margin-top:1px;display:flex}.InsufficientCoinsCard-module__ayGznG__iconAmber{color:#d97706;background:#f59e0b1a}.InsufficientCoinsCard-module__ayGznG__iconIndigo{color:#6366f1;background:#6366f11a}.InsufficientCoinsCard-module__ayGznG__iconGreen{color:#16a34a;background:#16a34a1a}.InsufficientCoinsCard-module__ayGznG__iconBlue{color:#0ea5e9;background:#0ea5e91a}.InsufficientCoinsCard-module__ayGznG__iconPurple{color:#7c3aed;background:#7c3aed1a}.InsufficientCoinsCard-module__ayGznG__iconRose{color:#e11d48;background:#f43f5e1a}.InsufficientCoinsCard-module__ayGznG__activityContent{flex:1;min-width:0}.InsufficientCoinsCard-module__ayGznG__activityRow{align-items:center;gap:7px;margin-bottom:3px;display:flex}.InsufficientCoinsCard-module__ayGznG__activityTitle{color:var(--fg);letter-spacing:-.005em;font-size:.84rem;font-weight:600}.InsufficientCoinsCard-module__ayGznG__coinBadge{color:#d97706;white-space:nowrap;letter-spacing:.01em;background:#f59e0b1f;border:1px solid #f59e0b47;border-radius:999px;padding:1px 7px;font-size:.7rem;font-weight:800}.InsufficientCoinsCard-module__ayGznG__activityDesc{color:var(--muted);font-size:.76rem;font-weight:400;line-height:1.45}.InsufficientCoinsCard-module__ayGznG__divider{background:var(--card-border);height:1.5px;margin:0 0 12px;position:relative}.InsufficientCoinsCard-module__ayGznG__divider:after{content:"";background:linear-gradient(90deg,#f59e0b,#fbbf24);width:40px;height:1.5px;position:absolute;top:0;left:0}.InsufficientCoinsCard-module__ayGznG__footerHint{color:var(--muted);background:var(--input-bg);border:1.5px solid var(--card-border);border-radius:9px;align-items:center;gap:7px;margin-bottom:16px;padding:8px 12px;font-size:.78rem;font-weight:500;display:flex}.InsufficientCoinsCard-module__ayGznG__footerHintIcon{color:#d97706;flex-shrink:0}.InsufficientCoinsCard-module__ayGznG__closeBtn{color:#fff;letter-spacing:.01em;cursor:pointer;background:linear-gradient(135deg,#2563eb 0%,#7c3aed 100%);border:none;border-radius:11px;width:100%;height:40px;font-family:inherit;font-size:.88rem;font-weight:700;transition:opacity .18s,transform .18s,box-shadow .18s;box-shadow:0 2px 12px #2563eb47}.InsufficientCoinsCard-module__ayGznG__closeBtn:hover{opacity:.9;transform:translateY(-1px);box-shadow:0 4px 18px #2563eb61}@media (max-width:480px){.InsufficientCoinsCard-module__ayGznG__header{padding:18px 16px 14px}.InsufficientCoinsCard-module__ayGznG__body{padding:14px 16px 16px}.InsufficientCoinsCard-module__ayGznG__errorBanner{margin:12px 16px 0}.InsufficientCoinsCard-module__ayGznG__card{border-radius:16px}}
.LoginPromptPopup-module__lcfciq__overlay{-webkit-backdrop-filter:blur(6px);z-index:9999;background:#00000080;justify-content:center;align-items:center;padding:20px;animation:.22s LoginPromptPopup-module__lcfciq__overlayIn;display:flex;position:fixed;inset:0}@keyframes LoginPromptPopup-module__lcfciq__overlayIn{0%{opacity:0}to{opacity:1}}.LoginPromptPopup-module__lcfciq__popup{background:var(--card);color:var(--fg);border:1.5px solid var(--card-border);border-radius:22px;width:100%;max-width:440px;max-height:90vh;animation:.28s cubic-bezier(.34,1.36,.64,1) LoginPromptPopup-module__lcfciq__popupIn;position:relative;overflow:hidden auto;box-shadow:0 24px 64px #0000002e,0 4px 16px #6366f11a}@keyframes LoginPromptPopup-module__lcfciq__popupIn{0%{opacity:0;transform:scale(.92)translateY(16px)}to{opacity:1;transform:scale(1)translateY(0)}}.LoginPromptPopup-module__lcfciq__popup:before{content:"";z-index:1;background:linear-gradient(90deg,#6366f1 0%,#0ea5e9 50%,#22c55e 100%);border-radius:22px 22px 0 0;height:3px;position:absolute;top:0;left:0;right:0}.LoginPromptPopup-module__lcfciq__closeBtn{background:var(--input-bg);border:1.5px solid var(--card-border);width:32px;height:32px;color:var(--muted);cursor:pointer;z-index:2;border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;transition:border-color .18s,color .18s,background .18s;display:flex;position:absolute;top:14px;right:14px}.LoginPromptPopup-module__lcfciq__closeBtn:hover{color:#dc2626;background:#ef44440f;border-color:#dc2626}.LoginPromptPopup-module__lcfciq__body{padding:28px 28px 24px}.LoginPromptPopup-module__lcfciq__header{align-items:center;gap:10px;margin-bottom:22px;padding-right:40px;display:flex}.LoginPromptPopup-module__lcfciq__headerIcon{color:#fff;background:linear-gradient(135deg,#6366f1 0%,#818cf8 100%);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex;box-shadow:0 2px 8px #6366f14d}.LoginPromptPopup-module__lcfciq__headerTitle{color:var(--fg);letter-spacing:-.01em;font-size:1rem;font-weight:700}.LoginPromptPopup-module__lcfciq__scoreWrap{flex-direction:column;align-items:center;gap:12px;margin-bottom:22px;display:flex}.LoginPromptPopup-module__lcfciq__scoreRing{border:3px solid #0000;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:108px;height:108px;display:flex;position:relative}.LoginPromptPopup-module__lcfciq__scorePercent{letter-spacing:-.04em;font-size:1.9rem;font-weight:800;line-height:1}.LoginPromptPopup-module__lcfciq__scoreLabel{letter-spacing:.06em;text-transform:uppercase;opacity:.7;margin-top:3px;font-size:.65rem;font-weight:600}.LoginPromptPopup-module__lcfciq__scoreGreen .LoginPromptPopup-module__lcfciq__scoreRing{background:#16a34a14;border-color:#16a34a59;box-shadow:0 0 0 6px #16a34a12}.LoginPromptPopup-module__lcfciq__scoreGreen .LoginPromptPopup-module__lcfciq__scorePercent,.LoginPromptPopup-module__lcfciq__scoreGreen .LoginPromptPopup-module__lcfciq__scoreLabel{color:#16a34a}.LoginPromptPopup-module__lcfciq__scoreAmber .LoginPromptPopup-module__lcfciq__scoreRing{background:#f59e0b14;border-color:#f59e0b59;box-shadow:0 0 0 6px #f59e0b12}.LoginPromptPopup-module__lcfciq__scoreAmber .LoginPromptPopup-module__lcfciq__scorePercent,.LoginPromptPopup-module__lcfciq__scoreAmber .LoginPromptPopup-module__lcfciq__scoreLabel{color:#d97706}.LoginPromptPopup-module__lcfciq__scoreRed .LoginPromptPopup-module__lcfciq__scoreRing{background:#ef444412;border-color:#ef44444d;box-shadow:0 0 0 6px #ef44440f}.LoginPromptPopup-module__lcfciq__scoreRed .LoginPromptPopup-module__lcfciq__scorePercent,.LoginPromptPopup-module__lcfciq__scoreRed .LoginPromptPopup-module__lcfciq__scoreLabel{color:#dc2626}.LoginPromptPopup-module__lcfciq__progressWrap{width:100%}.LoginPromptPopup-module__lcfciq__progressTrack{background:var(--card-border);border-radius:999px;width:100%;height:6px;overflow:hidden}.LoginPromptPopup-module__lcfciq__progressFill{border-radius:999px;height:100%;transition:width .7s cubic-bezier(.4,0,.2,1)}.LoginPromptPopup-module__lcfciq__progressFillGreen{background:linear-gradient(90deg,#22c55e,#16a34a)}.LoginPromptPopup-module__lcfciq__progressFillAmber{background:linear-gradient(90deg,#fbbf24,#d97706)}.LoginPromptPopup-module__lcfciq__progressFillRed{background:linear-gradient(90deg,#f87171,#dc2626)}.LoginPromptPopup-module__lcfciq__scoreSub{color:var(--muted);text-align:center;font-size:.78rem;font-weight:500}.LoginPromptPopup-module__lcfciq__divider{background:var(--card-border);height:1.5px;margin:20px 0;position:relative}.LoginPromptPopup-module__lcfciq__divider:after{content:"";background:linear-gradient(90deg,#6366f1,#0ea5e9);width:48px;height:1.5px;position:absolute;top:0;left:0}.LoginPromptPopup-module__lcfciq__remarksBox{background:var(--input-bg);border:1.5px solid var(--card-border);border-radius:14px;margin-bottom:16px;padding:14px 16px}.LoginPromptPopup-module__lcfciq__remarksLabel{color:var(--muted);text-transform:uppercase;letter-spacing:.05em;align-items:center;gap:5px;margin-bottom:8px;font-size:.7rem;font-weight:600;display:flex}.LoginPromptPopup-module__lcfciq__remarksText{color:var(--fg);font-size:.88rem;font-weight:400;line-height:1.65}.LoginPromptPopup-module__lcfciq__upsellBox{background:var(--input-bg);border:1.5px solid var(--card-border);border-radius:14px;margin-bottom:20px;padding:14px 16px}.LoginPromptPopup-module__lcfciq__upsellTitle{color:var(--fg);letter-spacing:-.01em;align-items:center;gap:7px;margin-bottom:12px;font-size:.78rem;font-weight:700;display:flex}.LoginPromptPopup-module__lcfciq__upsellTitleIcon{color:#fff;background:linear-gradient(135deg,#2563eb 0%,#7c3aed 100%);border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;display:flex}.LoginPromptPopup-module__lcfciq__featureList{flex-direction:column;gap:0;display:flex}.LoginPromptPopup-module__lcfciq__featureItem{color:var(--fg);border-bottom:1px solid var(--card-border);align-items:center;gap:10px;padding:9px 0;font-size:.84rem;font-weight:400;display:flex}.LoginPromptPopup-module__lcfciq__featureItem:last-child{border-bottom:none;padding-bottom:0}.LoginPromptPopup-module__lcfciq__featureItem:first-child{padding-top:0}.LoginPromptPopup-module__lcfciq__featureIcon{border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.LoginPromptPopup-module__lcfciq__featureIconIndigo{color:#6366f1;background:#6366f11a}.LoginPromptPopup-module__lcfciq__featureIconCyan{color:#0ea5e9;background:#0ea5e91a}.LoginPromptPopup-module__lcfciq__featureIconGreen{color:#16a34a;background:#22c55e1a}.LoginPromptPopup-module__lcfciq__featureIconAmber{color:#d97706;background:#f59e0b1a}.LoginPromptPopup-module__lcfciq__featureIconPurple{color:#7c3aed;background:#7c3aed1a}.LoginPromptPopup-module__lcfciq__featureIconRose{color:#e11d48;background:#f43f5e1a}.LoginPromptPopup-module__lcfciq__ctaHint{color:var(--muted);text-align:center;margin-bottom:14px;font-size:.78rem;font-weight:500}.LoginPromptPopup-module__lcfciq__actionRow{justify-content:center;gap:10px;display:flex}.LoginPromptPopup-module__lcfciq__signInBtn{color:#fff;letter-spacing:.01em;cursor:pointer;background:linear-gradient(135deg,#2563eb 0%,#7c3aed 100%);border:none;border-radius:11px;align-items:center;gap:7px;height:40px;padding:0 28px;font-family:inherit;font-size:.86rem;font-weight:700;transition:opacity .18s,transform .18s,box-shadow .18s;display:inline-flex;box-shadow:0 2px 12px #2563eb4d}.LoginPromptPopup-module__lcfciq__signInBtn:hover{opacity:.9;transform:translateY(-1px);box-shadow:0 4px 18px #2563eb66}.LoginPromptPopup-module__lcfciq__cancelBtn{background:var(--input-bg);border:1.5px solid var(--card-border);height:40px;color:var(--muted);cursor:pointer;border-radius:11px;align-items:center;padding:0 20px;font-family:inherit;font-size:.86rem;font-weight:600;transition:border-color .18s,color .18s;display:inline-flex}.LoginPromptPopup-module__lcfciq__cancelBtn:hover{border-color:var(--fg);color:var(--fg)}.LoginPromptPopup-module__lcfciq__evalBody{text-align:center;padding:40px 28px 36px}.LoginPromptPopup-module__lcfciq__spinnerWrap{justify-content:center;align-items:center;margin-bottom:22px;display:flex}.LoginPromptPopup-module__lcfciq__spinner{border:4px solid var(--card-border);border-top-color:#6366f1;border-radius:50%;width:56px;height:56px;animation:.8s linear infinite LoginPromptPopup-module__lcfciq__spin}@keyframes LoginPromptPopup-module__lcfciq__spin{to{transform:rotate(360deg)}}.LoginPromptPopup-module__lcfciq__evalStage{color:var(--fg);letter-spacing:-.01em;margin-bottom:18px;font-size:1rem;font-weight:600}.LoginPromptPopup-module__lcfciq__evalProgressTrack{background:var(--card-border);border-radius:999px;width:100%;height:6px;margin-bottom:8px;overflow:hidden}.LoginPromptPopup-module__lcfciq__evalProgressFill{background:linear-gradient(90deg,#6366f1 0%,#0ea5e9 100%);border-radius:999px;height:100%;transition:width .5s}.LoginPromptPopup-module__lcfciq__evalPercent{color:var(--muted);font-size:.78rem;font-weight:600}@media (max-width:480px){.LoginPromptPopup-module__lcfciq__body{padding:22px 18px 20px}.LoginPromptPopup-module__lcfciq__evalBody{padding:32px 18px 28px}.LoginPromptPopup-module__lcfciq__scoreRing{width:90px;height:90px}.LoginPromptPopup-module__lcfciq__scorePercent{font-size:1.6rem}.LoginPromptPopup-module__lcfciq__popup{border-radius:18px}.LoginPromptPopup-module__lcfciq__actionRow{flex-direction:column}.LoginPromptPopup-module__lcfciq__signInBtn,.LoginPromptPopup-module__lcfciq__cancelBtn{justify-content:center;width:100%}}
