body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.Navigator_navbar__mmQ5y{background-color:#282c34;box-shadow:0 2px 10px #0003;color:#fff;justify-content:space-between;padding:10px 20px}.Navigator_leftSection__BH6PY,.Navigator_navbar__mmQ5y{align-items:center;display:flex}.Navigator_logo__qC\+J6{border-radius:8px;height:40px;margin-right:20px;width:40px}.Navigator_navButton__Nkiy1{border-radius:5px;color:#fff;padding:10px;text-decoration:none;transition:background-color .3s ease}.Navigator_navButton__Nkiy1:hover{background-color:#444}.Navigator_rightSection__3HX6h{align-items:center;display:flex}.Navigator_problemSearch__p4bj\+{align-items:center;display:flex;margin-right:20px}.Navigator_problemInput__sCaCm{border:1px solid #ccc;border-radius:5px;margin-right:5px;padding:5px;width:100px}.Navigator_searchButton__f-\+oq{background-color:#4caf50;border:none;border-radius:5px;color:#fff;cursor:pointer;padding:5px 10px;transition:background-color .3s ease}.Navigator_searchButton__f-\+oq:hover{background-color:#45a049}.Navigator_githubButton__3Scb6{align-items:center;background-color:#444;border:none;border-radius:5px;color:#fff;cursor:pointer;display:flex;padding:10px 20px;transition:background-color .3s ease,transform .3s ease}.Navigator_githubButton__3Scb6:hover{background-color:#666}.Navigator_githubIcon__N9tFY{margin-right:10px}.Navigator_welcomeMessage__rZkeb{color:#61dafb;font-size:1em;font-weight:700;margin-right:20px}.Navigator_profileImage__RFkpe{border:2px solid #fff;border-radius:50%;height:40px;margin-right:10px;width:40px}.Navigator_moreButtonContainer__rUI6K{position:relative}.Navigator_moreButton__Bwzgi{background:none;border:none;color:#fff;cursor:pointer;font-size:1.5em;transition:transform .2s ease}.Navigator_moreButton__Bwzgi:hover{transform:rotate(90deg)}.Navigator_dropdownMenu__LdJIh{animation:Navigator_fadeIn__ATix9 .3s ease;background-color:#fff;border-radius:8px;box-shadow:0 4px 12px #0000001a;color:#000;padding:10px;position:absolute;right:0;top:40px}@keyframes Navigator_fadeIn__ATix9{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.Navigator_logoutButton__0ryI7{background:none;border:none;color:#000;cursor:pointer;padding:10px;text-align:left;white-space:nowrap;width:100%}.Navigator_logoutButton__0ryI7:hover{background-color:#f0f0f0}.ProblemList_problemList__g0oXa{background-color:#f8f9fa;border-radius:8px;box-shadow:0 4px 12px #0000001a;height:calc(100% - 60px);max-width:1200px;overflow-y:auto;padding:20px;width:100%}.ProblemList_problemList__g0oXa h1{color:#333;font-size:2em;font-weight:700;margin-bottom:20px;text-align:center}.ProblemList_stepTable__MErcL{background-color:#fff;border-collapse:collapse;border-radius:8px;box-shadow:0 2px 8px #0000000d;overflow:hidden;width:100%}.ProblemList_stepTable__MErcL td,.ProblemList_stepTable__MErcL th{border-bottom:1px solid #ddd;font-size:14px;padding:14px 10px;text-align:center}.ProblemList_stepTable__MErcL tr{cursor:pointer;transition:background-color .3s ease,transform .3s ease}.ProblemList_stepTable__MErcL tr:hover{background-color:#f1f3f5;transform:scale(1.02)}.ProblemList_stepTable__MErcL th{background-color:#f1f3f5;color:#333;font-weight:700}.ProblemList_stepTable__MErcL td{color:#555}.ProblemList_stepTable__MErcL tr:last-child td{border-bottom:none}.StepDetail_stepDetail__wwTLu{background-color:#f8f9fa;border-radius:8px;box-shadow:0 4px 12px #0000001a;display:flex;flex-direction:column;justify-content:center;margin:40px auto;max-height:calc(100% - 60px);max-width:1000px;overflow-y:auto;padding:20px;width:100%}.StepDetail_backButton__A-1tU{align-self:flex-start;background-color:#6c757d;border:none;border-radius:5px;color:#fff;cursor:pointer;margin-bottom:20px;padding:10px 20px;transition:background-color .3s ease}.StepDetail_backButton__A-1tU:hover{background-color:#5a6268}.StepDetail_problemTable__lKNXe{background-color:#fff;border-collapse:collapse;border-radius:8px;box-shadow:0 2px 8px #0000000d;max-height:60vh;overflow-y:auto;width:100%}.StepDetail_problemTable__lKNXe td,.StepDetail_problemTable__lKNXe th{border-bottom:1px solid #ddd;font-size:14px;padding:14px 10px;text-align:center}.StepDetail_problemTable__lKNXe th{background-color:#f1f3f5;color:#333;font-weight:700}.StepDetail_problemTable__lKNXe td{color:#555}.StepDetail_problemTable__lKNXe tr:hover{background-color:#f8f9fa;cursor:pointer}.StepDetail_problemTable__lKNXe tr:last-child td{border-bottom:none}.TestCaseModal_modalOverlay__1pBS9{align-items:center;background-color:#00000080;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%}.TestCaseModal_modalContent__1p2t8{background-color:#fff;border-radius:8px;box-shadow:0 4px 12px #0000001a;max-width:400px;padding:20px;text-align:center;width:100%}.TestCaseModal_modalContent__1p2t8 h3{margin-top:0}.TestCaseModal_modalContent__1p2t8 label{display:block;margin-top:10px;text-align:left}.TestCaseModal_modalContent__1p2t8 textarea{border:1px solid #ddd;border-radius:4px;height:60px;margin-top:5px;padding:5px;width:100%}.TestCaseModal_modalContent__1p2t8 button{background-color:#4caf50;border:none;border-radius:5px;color:#fff;cursor:pointer;margin-right:10px;margin-top:15px;padding:10px 20px;transition:background-color .3s ease}.TestCaseModal_modalContent__1p2t8 button:hover{background-color:#45a049}.ProblemDetail_problemContainer__Aaa83{grid-gap:20px;display:grid;gap:20px;grid-template-columns:1fr 1fr;grid-template-rows:auto 1fr auto;height:calc(100% - 90px);padding:20px;width:100%}.ProblemDetail_problemDescription__Hd6Qp{background-color:#fff;border-radius:8px;box-shadow:0 4px 12px #0000001a;grid-column:1/2;grid-row:1/3;max-height:calc(100vh - 150px);overflow-y:auto;padding:20px}.ProblemDetail_inputOutputBox__qmHNS{background-color:#f7f7f7;border-radius:5px;margin-top:10px;overflow:hidden;padding:10px;white-space:pre-wrap;word-break:break-word}.ProblemDetail_inputOutputBox__qmHNS pre{overflow-wrap:break-word;white-space:pre-wrap}.ProblemDetail_editorContainer__wnEiw{display:flex;flex-direction:column;grid-column:2/3;grid-row:1/3;height:100%}.ProblemDetail_languageSelector__i365l{align-items:center;display:flex;gap:10px;justify-content:flex-end;margin-bottom:10px}.ProblemDetail_copyButton__N1wCd{background-color:#4caf50;border:1px solid #ccc;border-radius:5px;color:#fff;cursor:pointer;font-size:14px;padding:5px 10px;transition:background-color .3s ease}.ProblemDetail_copyButton__N1wCd:hover{background-color:#45a049}.ProblemDetail_languageSelector__i365l select{border:1px solid #ccc;border-radius:5px;font-size:16px;padding:5px}.ProblemDetail_editorContainer__wnEiw .ProblemDetail_output__otv2Q{background-color:#f0f0f0;border-radius:10px;box-shadow:0 4px 12px #0000001a;height:30%;margin-top:5px;overflow-y:auto;padding:20px}.ProblemDetail_buttonContainer__nh8xt{display:flex;grid-column:1/3;justify-content:space-between;padding:10px 0}.ProblemDetail_leftButtons__icUEi,.ProblemDetail_rightButtons__82TdH{display:flex;gap:10px}.ProblemDetail_leftButtons__icUEi button,.ProblemDetail_rightButtons__82TdH button{background-color:#4caf50;border:none;border-radius:5px;color:#fff;cursor:pointer;padding:10px 20px;transition:background-color .3s ease}.ProblemDetail_leftButtons__icUEi button:hover,.ProblemDetail_rightButtons__82TdH button:hover{background-color:#45a049}.ProblemDetail_leftButtons__icUEi button:active,.ProblemDetail_rightButtons__82TdH button:active{background-color:#3e8e41}.ProblemDetail_testResultBox__P8ZEi{background-color:#fff;border:1px solid #e0e0e0;border-radius:8px;box-shadow:0 4px 12px #0000000d;margin-bottom:20px;padding-left:20px}.ProblemDetail_testResultBox__P8ZEi h4{font-size:16px;font-weight:700;margin-bottom:15px}.ProblemDetail_testResultBox__P8ZEi p{align-items:flex-start;display:flex;font-size:14px;margin:5px 0}.ProblemDetail_resultLabel__BaFzX{align-self:flex-start;flex:0 0 60px;font-weight:700;white-space:nowrap}.ProblemDetail_resultValue__fU9GI{align-self:flex-start;flex:1 1;font-size:14px;overflow-wrap:break-word;white-space:pre-wrap}.ProblemDetail_testResultBox__P8ZEi .ProblemDetail_pass__xtmxq{color:blue;font-weight:700}.ProblemDetail_testResultBox__P8ZEi .ProblemDetail_fail__4xnmM{color:red;font-weight:700}.ProblemDetail_loadingOverlay__BHYLC{align-items:center;background-color:#00000080;display:flex;flex-direction:column;height:100vh;justify-content:center;left:0;position:fixed;top:0;width:100vw;z-index:1000}.ProblemDetail_spinner__Yo86e{animation:ProblemDetail_spin__fiZCZ 1s linear infinite;border:4px solid #ffffff4d;border-radius:50%;border-top-color:#fff;height:40px;width:40px}@keyframes ProblemDetail_spin__fiZCZ{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.ProblemDetail_loadingText__Yi8wT{color:#fff;font-size:1.2em;margin-top:15px}.Footer_footer__u5gg\+{background-color:#282c34;border-top:1px solid #444;box-shadow:0 -2px 10px #0003;color:#fff;font-size:.9em;padding:20px;text-align:center}.Footer_footer__u5gg\+ p{margin:0}.Footer_link__c5ir1{color:#61dafb;font-weight:700;text-decoration:none}.Footer_link__c5ir1:hover{text-decoration:underline}.App_container__TXEoH{display:flex;flex-direction:column;height:100vh;overflow:hidden}.App_nav__XB-Bh{background-color:#333;color:#fff;height:60px;position:fixed;top:0;width:100%;z-index:1000}.App_body__psWpO{align-items:center;display:flex;height:100%;justify-content:center;overflow-y:auto;width:100%}
/*# sourceMappingURL=main.665e6c69.css.map*/