*,*:before,*:after{box-sizing:border-box;margin:0;padding:0;font-family:Yu Gothic UI,sans-serif!important;color:#333;font-weight:500}:root{--color-primary: #1976d2;--color-primary-dark: #125ea0;--color-secondary: #ff4444;--color-bg: #fff;--radius: 8px;--transition-fast: .15s ease}html,body{width:100%;height:100%;background:var(--color-bg);line-height:1.4;-webkit-font-smoothing:antialiased;scroll-behavior:smooth}#root{min-height:100%;display:flex;flex-direction:column}main{flex:1 0 auto}img,picture,svg,video{max-width:100%;display:block}figure{margin:0}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.3;margin-bottom:.5em}p{margin-bottom:1em}a{color:#666;text-decoration:none;transition:color var(--transition-fast)}a:hover{color:#333}button,[role=button],input[type=button],input[type=submit]{cursor:pointer;border:none;border-radius:0!important;padding:.4rem .8rem;background:var(--color-primary);color:#fff;font-size:.875rem;min-width:90px;transition:opacity var(--transition-fast)}button:hover,[role=button]:hover,button:focus-visible{opacity:.7}button:disabled{opacity:.5;cursor:not-allowed;transform:none}input,textarea,select{width:100%;padding:.6rem .8rem;border:1px solid #ddd;border-radius:var(--radius);background:#fff;font-size:1rem;transition:border-color var(--transition-fast),box-shadow var(--transition-fast)}input:focus,textarea:focus,select:focus{border-color:var(--color-primary);box-shadow:0 0 0 2px #0064ff33;outline:none}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:1000;display:flex;align-items:center;justify-content:center;opacity:0;animation:fadeIn var(--transition-fast) forwards}.modal{background:#fff;border-radius:var(--radius);padding:2rem;max-width:600px;width:90%;margin:0 .2rem;box-shadow:0 4px 20px #0000001a;transform:translateY(20px);animation:slideUp var(--transition-fast) forwards}@keyframes fadeIn{to{opacity:1}}@keyframes slideUp{to{transform:translateY(0)}}.fade-in{opacity:0;animation:fadeIn .3s ease forwards}.slide-up{transform:translateY(20px);animation:slideUp .3s ease forwards}.hidden{display:none!important}.flex{display:flex!important}.flex-center{display:flex;align-items:center;justify-content:center}.grid{display:grid;gap:1rem}.container{width:100%;max-width:900px;margin:0 auto;padding-inline:.5rem}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-thumb{background:#0003;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#0000004d}@media (max-width: 600px){label{font-size:.875rem}}.header-hidden .Header-header{display:none}.Header-header{width:100%;margin-bottom:0;box-shadow:0 2px 4px #0000000d;background:linear-gradient(45deg,#e156a9,#2b63b5);color:#fff;transition:background var(--transition-fast),box-shadow var(--transition-fast);height:60px}.Header-header a,.Header-header a:hover{color:#fff}.Header-inner{max-width:900px;margin:0 auto;display:flex;align-items:center;justify-content:flex-start;padding-inline:.75rem;height:100%;position:relative}.Header-center{position:absolute;left:50%;transform:translate(-50%);display:flex;align-items:center;justify-content:center;gap:.25rem;pointer-events:none}.Header-center>*{pointer-events:auto}.Header-logo{display:block;text-decoration:none}.Header-logoImage{width:120px;height:auto}.Header-nav{display:none}.Header-actions{display:flex;flex-direction:row;align-items:center;margin-left:auto;gap:.5rem}.Header-menuButton{background:none;border:none;font-size:1.6rem;color:#fff;cursor:pointer;width:40px;height:40px;min-width:40px;min-height:40px;margin-right:.5rem;padding:0;border-radius:4px;display:inline-flex;align-items:center;justify-content:center;transition:background var(--transition-fast);z-index:1}.Header-authButton{background:#fff;color:#36c;border:1px solid #3366cc}.Header-authButton:hover{opacity:.7}.Header-gradeSelect{background:none;border:1px solid #fff;color:#fff;border-radius:50px;padding:.25rem .5rem;width:80px;text-align:center;text-align-last:center}.Header-gradeSelect:hover{color:#fff;background:none}.Header-gradeSelect option{color:#333;text-align:center}.Header-menuButton:hover{opacity:.7}@media (max-width: 768px){.Header-inner{flex-wrap:wrap;position:relative}.Header-center{position:absolute;left:50%;transform:translate(-50%);flex-direction:column;align-items:center}.Header-actions{flex-direction:column;align-items:flex-end;margin-left:auto;gap:.25rem;margin-block:0}}@media (max-width: 600px){.Header-actions{display:flex}.Header-menuButton{font-size:2rem;width:44px;height:44px;min-width:44px;min-height:44px;position:absolute;left:.25rem;top:50%;transform:translateY(-50%);z-index:1}.Header-center{width:100%;align-items:center;left:50%;transform:translate(-50%)}}.Header-drawerOverlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:1000;display:flex}.Header-drawerOverlay--closing{animation:Header-fadeOut .4s ease-in-out forwards}.Header-drawer{background:#fff;width:260px;max-width:80%;height:100%;padding:1rem;overflow-y:auto;transform:translate(0);animation:Header-slideIn .3s ease-out forwards}.Header-drawer--closing{animation:Header-slideOut .4s ease-in-out forwards,Header-contentFadeOut .4s ease-in-out forwards}.Header-drawerLogo{font-size:1.5rem;font-weight:700;text-align:center;margin:0 auto 1rem}.Header-drawerAuth{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.5rem}.Header-mypageButton{display:inline-block;padding:.4rem .8rem;background:#777;color:#fff;border-radius:0;text-align:center;width:100%;box-sizing:border-box}.Header-drawerAuth button{width:100%;box-sizing:border-box;padding:.4rem .8rem}.Header-pages{margin-top:1rem;padding-bottom:.5rem}.Header-pages h3{font-size:1rem;margin-bottom:.5rem;text-align:center;border-bottom:1px solid #eee;padding-bottom:.25rem}.Header-drawerNav{display:flex;flex-direction:column;gap:.75rem;margin-top:.5rem}.Header-drawerNav a{color:#333;text-decoration:none}.Header-drawerNav a:hover{opacity:.7}@keyframes Header-spin{to{transform:rotate(360deg)}}.Header-spinner{width:48px;height:48px;border:4px solid #ddd;border-top-color:#e156a9;border-right-color:#2b63b5;border-radius:50%;animation:Header-spin .8s linear infinite;margin:0 auto}@keyframes Header-slideIn{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes Header-slideOut{0%{transform:translate(0)}to{transform:translate(-100%)}}@keyframes Header-fadeOut{to{background:#0000}}@keyframes Header-contentFadeOut{to{opacity:0}}.AuthModal-tabs{display:flex;margin:-2rem -2rem 1rem;border-bottom:1px solid #ccc}.AuthModal-tab{flex:1 1 auto;padding:.5rem 0;background:#f5f5f5;border:none;border-bottom:2px solid transparent;cursor:pointer;font-size:.85rem;color:#000}.AuthModal-tab--active{background:#fff;font-weight:700;position:relative}.AuthModal-tab--active:after{content:"";position:absolute;left:0;right:0;bottom:0;height:3px;background:linear-gradient(45deg,#e156a9,#2b63b5)}.AuthModal-googleSigninBtn{display:inline-block;border:0;padding:0;background:none;cursor:pointer;line-height:0}.AuthModal-googleSigninBtn:disabled{opacity:.6;cursor:not-allowed}.AuthModal-googleSigninImg{display:block;width:100%;max-width:400px;height:auto}.AuthModal-divider{display:flex;align-items:center;margin:1rem 0}.AuthModal-divider:before,.AuthModal-divider:after{content:"";flex:1;border-top:1px solid #ccc}.AuthModal-divider span{margin:0 .5rem;padding:0 .5rem;background:#fff;color:#888;font-size:.85rem}.lgm-modal{background:#fff;width:100%;max-width:480px;padding:2rem;border-radius:12px;margin:0 .2rem;box-shadow:0 4px 12px #00000026;position:relative}.lgm-title{margin-bottom:.75rem;font-size:1.125rem;text-align:center}.lgm-field{margin-bottom:.75rem}.lgm-field>label{display:block;margin-bottom:.3rem}.lgm-field input{height:2rem;padding:.25rem .5rem}.lgm-error{color:#c00;text-align:center;margin-bottom:1rem}.lgm-buttons{display:flex;justify-content:center;gap:1rem;margin-top:1rem}.lgm-buttons button{width:140px;padding:.5rem 1.25rem;border:none;border-radius:0;font:inherit;cursor:pointer;transition:background .15s ease}.lgm-buttons button:disabled{opacity:.5;cursor:not-allowed}.lgm-buttons button:first-child{background:#bbb;color:#fff}.lgm-buttons button:last-child{background:var(--color-primary-dark);color:#fff}.lgm-buttons button:hover:not(:disabled){opacity:.7}.lgm-loadingOverlay{position:absolute;top:0;right:0;bottom:0;left:0;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#fff9;display:flex;flex-direction:column;align-items:center;justify-content:center;border-radius:12px}@keyframes lgm-spin{to{transform:rotate(360deg)}}.lgm-spinner{width:48px;height:48px;border:4px solid #ddd;border-top-color:#e156a9;border-right-color:#2b63b5;border-radius:50%;animation:lgm-spin .8s linear infinite;margin-bottom:.5rem}.lgm-googleSection{margin:.75rem 0;text-align:center}.lgm-googleButton{display:inline-flex;align-items:center;justify-content:center;height:40px;padding:0 24px;border:1px solid #dadce0;border-radius:4px;background:#fff;color:#3c4043;font-family:Roboto,arial,sans-serif;font-size:14px;cursor:pointer}.lgm-googleButton:hover:not(:disabled){box-shadow:0 1px 2px #0000001a}.lgm-googleButton:disabled{opacity:.6;cursor:not-allowed}.lgm-googleIcon{width:18px;height:18px;margin-right:12px}.lgm-googleText{line-height:18px}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0006;display:flex;align-items:center;justify-content:center;z-index:1000}.rgm-modal{background:#fff;width:100%;max-width:480px;padding:2rem;border-radius:12px;margin:0 .2rem;box-shadow:0 4px 12px #00000026;position:relative}.rgm-title{margin-bottom:.75rem;font-size:1.125rem;text-align:center}.rgm-field{margin-bottom:.75rem}.rgm-field>label{display:block;margin-bottom:.3rem}.rgm-field input,.rgm-field select{height:2rem;padding:.25rem .5rem}.rgm-parentalLabel{display:flex;align-items:center;gap:.5rem}.rgm-parentalCheckbox{width:16px;height:16px;margin-right:.5rem}.rgm-success{color:green;text-align:center;margin-bottom:1rem}.rgm-error{color:#c00;text-align:center;margin-bottom:1rem}.rgm-info{text-align:center;margin-bottom:1rem}.rgm-buttons{display:flex;justify-content:center;gap:1rem;margin-top:1rem}.rgm-buttons button{width:140px;padding:.5rem 1.25rem;border:none;border-radius:0;font:inherit;cursor:pointer;transition:background .15s ease}.rgm-buttons button:first-child{background:#bbb;color:#fff}.rgm-buttons button:last-child{background:var(--color-primary-dark);color:#fff}.rgm-buttons button:hover:not(:disabled){opacity:.7}.rgm-loadingOverlay{position:absolute;top:0;right:0;bottom:0;left:0;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#fff9;display:flex;flex-direction:column;align-items:center;justify-content:center;border-radius:12px}@keyframes rgm-spin{to{transform:rotate(360deg)}}.rgm-spinner{width:48px;height:48px;border:4px solid #ddd;border-top-color:#e156a9;border-right-color:#2b63b5;border-radius:50%;animation:rgm-spin .8s linear infinite;margin-bottom:.5rem}.rgm-googleSection{margin:.75rem 0;text-align:center}.rgm-googleButton{display:inline-flex;align-items:center;justify-content:center;height:40px;padding:0 24px;border:1px solid #dadce0;border-radius:4px;background:#fff;color:#3c4043;font-family:Roboto,arial,sans-serif;font-size:14px;cursor:pointer}.rgm-googleButton:hover:not(:disabled){box-shadow:0 1px 2px #0000001a}.rgm-googleButton:disabled{opacity:.6;cursor:not-allowed}.rgm-googleIcon{width:18px;height:18px;margin-right:12px}.rgm-googleText{line-height:18px}@keyframes rgm-toastFade{0%{opacity:0;transform:translate(-50%,-20px)}10%{opacity:1;transform:translate(-50%)}90%{opacity:1;transform:translate(-50%)}to{opacity:0;transform:translate(-50%,-20px)}}.rgm-toast{position:fixed;left:50%;top:1rem;transform:translate(-50%);padding:.8rem 1.4rem;border-radius:var(--radius);color:#fff;font-weight:500;z-index:2000;animation:rgm-toastFade 4s ease forwards;box-shadow:0 2px 12px #0000004d}.rgm-toast--success{background:#5cb85c}.rgm-toast--error{background:#d9534f}.lom-modal{background:#fff;width:100%;max-width:480px;padding:2rem;border-radius:12px;margin:0 .2rem;box-shadow:0 4px 12px #00000026;position:relative}.lom-title{margin-bottom:1rem;font-size:1.25rem;text-align:center}.lom-message{text-align:center;margin:1rem 0}.lom-buttons{display:flex;justify-content:center;gap:1rem;margin-top:1rem}.lom-buttons button{width:140px;padding:.5rem 1.25rem;border:none;border-radius:0;font:inherit;cursor:pointer;transition:background .15s ease}.lom-buttons button:first-child{background:#bbb;color:#fff}.lom-buttons button:last-child{background:var(--color-primary-dark);color:#fff}.lom-buttons button:hover:not(:disabled){opacity:.7}.Footer-footer{background:linear-gradient(45deg,#e7d5ff,#d5e7ff);padding:1.5rem .5rem 1rem;text-align:center;margin-top:2rem;border-top:1px solid #e2e2e2}.Footer-footer--home{background:none;border-top:none}.Footer-logo{font-size:1.5rem;font-weight:700;margin:0 auto 1rem;color:#333}.Footer-tagline{margin-bottom:.5rem;font-size:.9rem;color:#333}.Footer-nav{display:flex;flex-wrap:wrap;gap:.25rem;justify-content:center;margin-bottom:.5rem}.Footer-nav a{font-size:.8rem;color:#666;padding:0 .4rem;position:relative}.Footer-nav a+a:before{content:"|";position:absolute;left:-.2rem;color:#999}.Footer-nav a:hover{opacity:.7;text-decoration:underline}.Footer-copy{font-size:.8rem;color:#666}body.LandingPage-body{height:auto;min-height:100vh;background:linear-gradient(45deg,#e7d5ff,#d5e7ff)}.LandingPage{width:100%}.LandingPage-hero{width:100%;height:100vh;max-height:960px;background-position:center;background-size:cover;background-repeat:no-repeat;display:flex;align-items:center;justify-content:center}.LandingPage-heroContent{text-align:center;color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;padding:1rem;max-width:800px;width:100%;margin:0 auto}.LandingPage-heroContent *{color:#fff}.LandingPage-catch{font-size:1.4rem;font-weight:700;line-height:1.4;margin:0}.LandingPage-appName{width:200px;height:auto;margin-bottom:.5rem;margin-top:.5rem}.LandingPage-infoBox{border:2px solid #fff;border-radius:16px;padding:1rem 1.5rem;display:flex;flex-direction:column;align-items:center;gap:.25rem;margin-bottom:1rem;width:100%;max-width:600px}.LandingPage-infoBox p{margin:0;line-height:1.3}.LandingPage-infoMain,.LandingPage-infoSub{font-weight:700;font-size:1.25rem}.LandingPage-infoSub{font-size:.75rem;font-weight:400}.LandingPage-levels{display:flex;gap:.25rem;list-style:none;padding:0;margin:.125rem 0}.LandingPage-level{padding:0;border:1px solid #fff;border-radius:8px;width:4rem;height:2rem;display:flex;align-items:center;justify-content:center;background:#ffffff4d;font-weight:700;font-size:.85rem}.LandingPage-count{margin:0}.LandingPage-countLabel{font-size:1rem;font-weight:700}.LandingPage-countValue{font-size:1.3rem;font-weight:700;margin-right:.25rem}.LandingPage-plus{font-weight:700;margin-top:.5rem!important}.LandingPage-terms{color:#fff;font-size:.85rem;margin:0}.LandingPage-termsLink{margin-right:.25rem;text-decoration:underline;color:#fff}.LandingPage-startButton{background:linear-gradient(45deg,#e156a9,#2b63b5);color:#fff;border:none;border-radius:1.5rem!important;width:100%;max-width:400px;height:3rem;font-size:1.25rem;font-weight:700;margin-top:0;box-shadow:0 4px 6px #00000080}.LandingPage-guestButton{margin-top:.25rem;background:none;border:none;color:#fff;text-decoration:underline;font-size:.9rem}.LandingPage-footnote{font-size:.75rem;color:#ddd;font-weight:400;line-height:1.4;max-width:400px;text-align:left;margin-top:.75rem}.LandingPage-section{padding:1rem;text-align:center;max-width:800px;margin:0 auto}.LandingPage-sectionTitle{font-size:1.5rem;font-weight:700;margin:0}.LandingPage-sectionUnderline{width:100%;height:4px;background:linear-gradient(45deg,#e156a9,#2b63b5);margin:.5rem 0}.LandingPage-feature{margin-bottom:2rem}.LandingPage-featureImageWrapper{position:relative}.LandingPage-featureImage{display:block;max-width:100%;height:auto;margin:.5rem auto 2rem}.LandingPage-featureOverlay{position:absolute;top:0;bottom:0;width:50%;display:flex;margin-top:1.5rem;align-items:center;justify-content:center;text-align:center}.LandingPage-featureOverlay--left{left:0}.LandingPage-featureOverlay--right{right:0}.LandingPage-featureOverlayText{color:#fff;font-weight:700;font-size:1.5rem;line-height:1.4}.LandingPage-featureTitle{font-size:1.2rem;font-weight:700;margin:0 auto .5rem;text-align:center}.LandingPage-featureText{font-size:.9rem;line-height:1.6;margin:0 auto;text-align:left}.LandingPage-bottomCta{text-align:center;display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:2rem 1rem}.LandingPage-bottomTerms{color:#777;font-size:.85rem;margin:0}.LandingPage-bottomTermsLink{margin-right:.25rem;text-decoration:underline;color:#777}.LandingPage-bottomGuestButton{margin-top:.25rem;background:none;border:none;color:#777;text-decoration:underline;font-size:.9rem}.StatusChip-chip{display:inline-block;padding:0 .5rem;line-height:1.4;font-size:.65rem;background:#e0f0ff;color:#333;border-radius:var(--radius);font-weight:600}.StatusChip-chip--gray{background:#ddd;color:#666}.StatusChip-chip--beta{background:linear-gradient(45deg,#e7d5ff,#d5e7ff)}.StatusChip-chip--premium{background:linear-gradient(45deg,#e156a9,#2b63b5);color:#fff}.HomeScreen{color:#333}body.HomeScreen-body{height:auto;min-height:100vh;background:linear-gradient(45deg,#e7d5ff,#d5e7ff)}.HomeScreen-inner{max-width:480px;min-height:100vh;margin:0 auto;display:flex;flex-direction:column;padding:1rem}.HomeScreen-main{flex:1 0 auto}.HomeScreen-intro{background:#0009;padding:1rem;text-align:center;border-radius:0;margin-bottom:1.5rem;position:relative;left:50%;margin-left:-50vw;margin-right:-50vw;width:100vw}.HomeScreen-introTitle{font-size:1rem;font-weight:600;margin-bottom:.5rem;background:linear-gradient(45deg,#e7d5ff,#d5e7ff);-webkit-background-clip:text;color:transparent}.HomeScreen-introText{font-size:.85rem;line-height:1.6;color:#fff}.HomeScreen-list{list-style:none;padding:0;margin:0}.HomeScreen-item+.HomeScreen-item{margin-top:.75rem}.HomeScreen-link{display:flex;align-items:center;text-decoration:none;background:#fff;padding:.75rem;border-radius:var(--radius);transition:opacity var(--transition-fast);opacity:1;position:relative;cursor:pointer}.HomeScreen-link--stats{padding:1rem;align-items:flex-start}.HomeScreen-link--disabled{pointer-events:none;opacity:.5;filter:grayscale(100%)}.HomeScreen-icon{width:32px;height:32px;flex-shrink:0;margin-right:.75rem}.HomeScreen-text{flex:1 1 auto}.HomeScreen-itemTitle{font-size:1rem;font-weight:700;color:#222}.HomeScreen-desc{font-size:.75rem;color:#444;margin-top:.25rem}.HomeScreen-arrow{color:#444;margin-left:.5rem;font-size:1.25rem}.HomeScreen-chipWrapper{position:absolute;top:.25rem;right:2rem}.WordDeckSelectScreen{display:grid;gap:1rem;padding:2rem 0}.WordDeckSelectScreen-decks{display:grid;gap:.5rem}.WordDeckSelectScreen-deck{display:flex;flex-direction:column;align-items:center;gap:.5rem;background:#fff;border:2px solid transparent;border-radius:var(--radius);border-image:linear-gradient(45deg,#e7d5ff,#d5e7ff) 1;padding:1rem;margin:8px 0}.WordDeckSelectScreen-grade{font-size:1.1rem}.WordDeckSelectScreen-listLink{background:none;color:var(--color-primary);text-decoration:underline;width:100%;text-align:center}@keyframes WordDeckSelectScreen-spin{to{transform:rotate(360deg)}}.WordDeckSelectScreen-spinner{width:48px;height:48px;border:4px solid #ddd;border-top-color:#e156a9;border-right-color:#2b63b5;border-radius:50%;animation:WordDeckSelectScreen-spin .8s linear infinite;margin:2rem auto}.WordListScreen{display:flex;flex-direction:column;height:100vh;overflow:hidden}.WordListScreen-pagination{display:flex;overflow-x:auto;gap:.25rem;margin-top:.25rem;margin-bottom:.5rem;border-bottom:1px solid #ccc;flex-shrink:0;-ms-overflow-style:none;scrollbar-width:none}.WordListScreen-pagination::-webkit-scrollbar{display:none}.WordListScreen-pagination button{background:#f2f2f2;border:none;border-radius:0;padding:.6rem .2rem;color:#444;flex:1 0 0;min-width:80px}.WordListScreen-pagination button.active{background:#fff;position:relative}.WordListScreen-pagination button.active:after{content:"";position:absolute;left:0;right:0;bottom:0;height:3px;background:linear-gradient(45deg,#e156a9,#2b63b5)}.WordListScreen-list{flex:1 1 auto;overflow-y:auto;padding:1rem .5rem;padding-bottom:80vh;display:flex;flex-direction:column;gap:0;-ms-overflow-style:none;scrollbar-width:none}.WordListScreen-list::-webkit-scrollbar{display:none}.WordListScreen-card-wrapper{flex-shrink:0}.WordListScreen-card-wrapper:not(:first-child){border-top:1px solid #eee}.WordListScreen-card{background:#fff;border:2px solid transparent;border-radius:12px;padding:.75rem;cursor:pointer;will-change:transform,border;transition:border .3s ease;position:relative}.WordListScreen-active{border-image:linear-gradient(45deg,#e7d5ff,#d5e7ff) 1;animation:WordListScreen-pulse .8s ease-out}@keyframes WordListScreen-pulse{0%{box-shadow:0 0 #d7d7ffb3}to{box-shadow:0 0 0 8px #d7d7ff00}}.WordListScreen-header{display:flex;justify-content:space-between;align-items:baseline}.WordListScreen-header--column{flex-direction:column;align-items:flex-start}.WordListScreen-word{font-weight:700;color:#333;margin-bottom:.2rem;font-size:1.1rem;will-change:font-size,opacity}.WordListScreen-ja{font-weight:600;margin-left:0;font-size:.85rem;white-space:normal;will-change:font-size,opacity,color}.WordListScreen-details{overflow:hidden;will-change:max-height,opacity;margin-top:0}.WordListScreen-example{font-size:.9rem;color:#666;margin:0;padding-top:0}.WordListScreen-cardPlay{position:absolute;top:.25rem;right:.25rem;border:none;background:none;color:#888;display:flex;align-items:center;justify-content:center;font-size:1.2rem;padding:0;min-width:0;max-width:none}.WordListScreen-audioBtn{position:fixed;bottom:1.5rem;right:1.5rem;width:56px;height:56px;min-width:56px;padding:0;border-radius:50%!important;display:flex;align-items:center;justify-content:center;background:linear-gradient(45deg,#e156a9,#2b63b5);color:#fff;box-shadow:0 4px 10px #0000004d;border:none;font-size:1.4rem}.WordListScreen-audioBtn--pause{background:linear-gradient(45deg,#e156a9,#2b63b5)}.WordListScreen-quitBtn{position:fixed;bottom:1.5rem;left:1.5rem;width:56px;height:56px;min-width:56px;padding:0;border-radius:50%!important;display:flex;align-items:center;justify-content:center;background:#aaa;color:#fff;box-shadow:0 4px 10px #0000004d;border:none;font-size:.9rem}.WordListScreen-infoCard{border-image:linear-gradient(45deg,#e7d5ff,#d5e7ff) 1}.WordListScreen-infoText{margin:0;font-size:.9rem;color:#555}@keyframes WordListScreen-spin{to{transform:rotate(360deg)}}.WordListScreen-spinner{width:48px;height:48px;border:4px solid #ddd;border-top-color:#e156a9;border-right-color:#2b63b5;border-radius:50%;flex-shrink:0;align-self:center;display:block;animation:WordListScreen-spin .8s linear infinite;margin:2rem auto}.QuizPartSelectScreen{display:grid;gap:.25rem;padding:1rem 8px}body.QuizPartSelectScreen-body{height:auto;min-height:100vh;background:linear-gradient(45deg,#e7d5ff,#d5e7ff)}.QuizPartSelectScreen-title{font-size:1rem;text-align:center;margin:0}.QuizPartSelectScreen-desc{font-size:.85rem;color:#555;text-align:center;margin:0}.QuizPartSelectScreen-tabs{display:flex;margin:0;border-bottom:1px solid #ccc}.QuizPartSelectScreen-tab{flex:1 1 auto;padding:.5rem 0;background:#f5f5f5;border:none;border-bottom:2px solid transparent;cursor:pointer;font-size:.85rem;color:#000}.QuizPartSelectScreen-tab--active{background:#fff;font-weight:700;position:relative}.QuizPartSelectScreen-tab--active:after{content:"";position:absolute;left:0;right:0;bottom:0;height:3px;background:linear-gradient(45deg,#e156a9,#2b63b5)}.QuizPartSelectScreen-parts{list-style:none;padding:0;margin:0;display:grid;gap:.5rem;height:70vh;overflow-y:auto;align-content:start}.QuizPartSelectScreen-item{position:relative}.QuizPartSelectScreen-item:last-child{margin-bottom:30vh}.QuizPartSelectScreen-link{display:flex;align-items:center;text-decoration:none;background:#fff;padding:.75rem;border-radius:var(--radius);transition:opacity var(--transition-fast);opacity:.8}.QuizPartSelectScreen-link:hover{opacity:1}.QuizPartSelectScreen-link--disabled{pointer-events:none;opacity:.5;filter:grayscale(100%)}.QuizPartSelectScreen-text{flex:1 1 auto}.QuizPartSelectScreen-name{font-size:1rem;font-weight:700;color:#333}.QuizPartSelectScreen-note{font-size:.75rem;color:#666;margin-top:.25rem}.QuizPartSelectScreen-arrow{color:#666;margin-left:.5rem;font-size:1.25rem}@keyframes QuizPartSelectScreen-spin{to{transform:rotate(360deg)}}.QuizPartSelectScreen-spinner{width:48px;height:48px;border:4px solid #ddd;border-top-color:#e156a9;border-right-color:#2b63b5;border-radius:50%;animation:QuizPartSelectScreen-spin .8s linear infinite;margin:2rem auto}.QuizPartSelectScreen-count{font-size:.75rem;color:#666;margin-top:.25rem}.QuizPartSelectScreen-chipWrapper{position:absolute;top:.25rem;right:2rem}@keyframes LoadingSpinner-spin{to{transform:rotate(360deg)}}.LoadingSpinner{width:48px;height:48px;border:4px solid #ddd;border-top-color:#e156a9;border-right-color:#2b63b5;border-radius:50%;flex-shrink:0;align-self:center;display:block;animation:LoadingSpinner-spin .8s linear infinite;margin:2rem auto}.ReportBadQuizDialog-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;display:flex;justify-content:center;align-items:center;z-index:2000}.ReportBadQuizDialog-content{background:#fff;padding:1rem;border-radius:var(--radius);width:90%;max-width:480px;position:relative}.ReportBadQuizDialog-content textarea{width:100%;height:120px}.ReportBadQuizDialog-actions{margin-top:1rem;display:flex;gap:1rem;justify-content:center}.ReportBadQuizDialog-actions button{width:120px;padding:.5rem 1rem;border:none;font:inherit;cursor:pointer}.ReportBadQuizDialog-actions button:first-child{background:#bbb;color:#fff}.ReportBadQuizDialog-actions button:last-child{background:#e48ba9;color:#fff}.ReportBadQuizDialog-loading{position:absolute;top:0;right:0;bottom:0;left:0;background:#fffc;display:flex;justify-content:center;align-items:center}.PassageQuizPlayer-timer{position:absolute;top:0;left:0;width:100%}.PassageQuizPlayer-timerBar{width:100%;background-color:#e5e7eb;height:6px}.PassageQuizPlayer-timerBarInner{background:linear-gradient(45deg,#e156a9,#2b63b5);height:100%;width:0%;transition:width .01s linear}.PassageQuizPlayer-timerCount{position:absolute;right:8px;top:8px;font-weight:700;color:#111}.PassageQuizPlayer-passage{height:40vh;overflow-y:auto;font-size:.95rem;border-bottom:1px solid #e5e7eb;padding:.25rem 0;white-space:normal}.PassageQuizPlayer-passage p{margin-bottom:.25rem}.PassageQuizPlayer-passage .ja{margin-bottom:.5rem;color:#666;font-size:.875rem}.PassageQuizPlayer h1,.PassageQuizPlayer h2,.PassageQuizPlayer h3,.PassageQuizPlayer h4,.PassageQuizPlayer h5,.PassageQuizPlayer h6{font-size:1.1rem;font-weight:700;text-decoration:underline;text-align:center;margin:24px 0 0}.PassageQuizPlayer-tabs{display:flex;overflow-x:auto;gap:.1rem;margin-top:0;margin-bottom:.5rem;border-bottom:1px solid #ccc;flex-shrink:0;-ms-overflow-style:none;scrollbar-width:none}.PassageQuizPlayer-tabs::-webkit-scrollbar{display:none}.PassageQuizPlayer-tab{background:#f2f2f2;border:none;border-radius:0;padding:.5rem;color:#444;flex:1 0 0;min-width:60px}.PassageQuizPlayer-tab.active{background:#fff;position:relative}.PassageQuizPlayer-tab.active:after{content:"";position:absolute;left:0;right:0;bottom:0;height:3px;background:linear-gradient(45deg,#e156a9,#2b63b5)}.PassageQuizPlayer-resultIcon{margin-left:.25rem;color:#999}.PassageQuizPlayer-q{display:none}.PassageQuizPlayer-q.show{display:block}.PassageQuizPlayer-questionText{font-size:1rem;font-weight:700;margin-bottom:.25rem;white-space:normal}.PassageQuizPlayer-questionText strong,.PassageQuizPlayer-passage strong,.PassageQuizPlayer strong{font-weight:700!important}.PassageQuizPlayer-questionJa{color:#666;font-size:.875rem;margin-bottom:.5rem;white-space:normal}.PassageQuizPlayer-options{list-style:none;padding:0;margin:0}.PassageQuizPlayer-scrollWrap{height:35vh;overflow-y:auto}.PassageQuizPlayer-option{margin:0}.PassageQuizPlayer-contentWrap{margin-bottom:20vh}.PassageQuizPlayer-optionBtn{width:100%;padding:.6rem 0;border:none;border-bottom:1px solid #e5e7eb;font-size:.95rem;line-height:1.3;text-align:left;color:#111;background-color:#fff;cursor:pointer;transition:opacity .2s ease-in-out;position:relative}.PassageQuizPlayer-option:first-child .PassageQuizPlayer-optionBtn{border-top:1px solid #e5e7eb}.PassageQuizPlayer-optionBtn:hover:not(:disabled){opacity:1}.PassageQuizPlayer-optionBtn:disabled{cursor:default;color:#555;opacity:1}.PassageQuizPlayer-optionBtn.selected{background-image:linear-gradient(45deg,#e7d5ff99,#d5e7ff99)}.PassageQuizPlayer-optionBtn .prefix{font-weight:600;margin-right:.75rem}.PassageQuizPlayer-optionBtn .content-wrapper{display:flex;justify-content:space-between;align-items:baseline;width:100%}.PassageQuizPlayer-optionBtn .option-text-wrapper{display:flex;align-items:center}.PassageQuizPlayer-optionBtn .option-translation{color:var(--color-primary);font-size:.875rem;font-weight:400}.PassageQuizPlayer-selectRate{position:absolute;top:4px;right:6px;background:#0009;color:#fff;border-radius:10px;font-size:.625rem;padding:.1rem .3rem}.PassageQuizPlayer-yourAnswer{display:block;font-size:.75rem;color:#777;margin-top:2px}.PassageQuizPlayer-optionBtn.correct{background-color:#e0e7ff!important;border-color:#e0e7ff}.PassageQuizPlayer.explanation .PassageQuizPlayer-optionBtn{font-size:.9rem;line-height:1.25}.PassageQuizPlayer.explanation .PassageQuizPlayer-optionBtn .content-wrapper{flex-direction:column;align-items:flex-start}.PassageQuizPlayer.explanation .PassageQuizPlayer-optionBtn .option-translation{margin-left:0;text-align:left;display:block}.PassageQuizPlayer-description{color:#666;font-size:.875rem;margin-top:.5rem;margin-bottom:.5rem;line-height:1.4;white-space:normal}.PassageQuizPlayer-description ul,.PassageQuizPlayer-description ol{padding-left:1.2rem;margin-bottom:1em}.PassageQuizPlayer-description li{margin-bottom:.4em}.PassageQuizPlayer-resultMark{color:#999;margin-bottom:.25rem;font-size:1.25rem;text-align:center}.PassageQuizPlayer-nextWrap{text-align:center;margin-top:1rem;margin-bottom:2rem}.PassageQuizPlayer-nextBtn{width:100%;background-color:#888;color:#fff;font-weight:700;padding:.75rem 1.5rem;border:none;cursor:pointer;transition:opacity .3s}.PassageQuizPlayer-answerBtn{position:fixed;bottom:1.5rem;left:50%;transform:translate(-50%);width:56px;height:56px;min-width:56px;padding:0;border-radius:50%!important;display:flex;align-items:center;justify-content:center;color:#fff;background:#88888880;box-shadow:0 4px 10px #0000004d;border:none;font-size:.75rem;font-weight:700;transition:background .3s}.PassageQuizPlayer-answerBtn.ready{background:linear-gradient(45deg,#e156a9,#2b63b5)}.PassageQuizPlayer-answerBtn:disabled{cursor:not-allowed;left:50%;transform:translate(-50%)!important}.PassageQuizPlayer-pauseBtn,.PassageQuizPlayer-quitBtn{position:fixed;bottom:1.5rem;width:56px;height:56px;min-width:56px;padding:0;border-radius:50%!important;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 4px 10px #0000004d;border:none;font-size:1.4rem;opacity:.85;transition:opacity .3s}.PassageQuizPlayer-pauseBtn{right:1.5rem;background:linear-gradient(45deg,#e156a9,#2b63b5)}.PassageQuizPlayer-pauseBtn--pause{background:linear-gradient(45deg,#e156a9,#2b63b5)}.PassageQuizPlayer-quitBtn{left:1.5rem;background:#aaa;font-size:.8rem}.PassageQuizPlayer br{display:block;line-height:8px}.PassageQuizPlayer-reportBtn{position:fixed;bottom:6.5rem;left:1.5rem;width:56px;height:56px;min-width:56px;padding:0;border-radius:50%!important;display:flex;align-items:center;justify-content:center;color:#fff;background:#e48ba9;box-shadow:0 4px 10px #0000004d;border:none;font-size:.75rem;opacity:.85;transition:opacity .3s}.PassageQuizPlayer-nextFloatBtn{position:fixed;bottom:1.5rem;left:50%;transform:translate(-50%);width:56px;height:56px;min-width:56px;padding:0;border-radius:50%!important;display:flex;align-items:center;justify-content:center;color:#fff;background:#888;box-shadow:0 4px 10px #0000004d;border:none;font-size:.75rem;font-weight:700;opacity:0;pointer-events:none;transition:opacity .3s}.PassageQuizPlayer-nextFloatBtn.show{opacity:.85;pointer-events:auto}@keyframes PassageQuizPlayer-toastFade{0%{opacity:0;transform:translate(-50%,-20px)}10%{opacity:1;transform:translate(-50%)}90%{opacity:1;transform:translate(-50%)}to{opacity:0;transform:translate(-50%,-20px)}}.PassageQuizPlayer-toast{position:fixed;left:50%;top:1rem;transform:translate(-50%);padding:.8rem 1.4rem;border-radius:var(--radius);color:#fff;font-weight:500;z-index:2000;animation:PassageQuizPlayer-toastFade 4s ease forwards;box-shadow:0 2px 12px #0000004d}.PassageQuizPlayer-toast--success{background:#5cb85c}.PassageQuizPlayer-toast--error{background:#d9534f}.AudioStartOverlay-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0009;display:flex;justify-content:center;align-items:center;z-index:2000}.AudioStartOverlay-content{background:#fff;padding:1rem 2rem;border-radius:var(--radius);font-size:1rem}.ListeningPassageQuizPlayer-timer{position:absolute;top:0;left:0;width:100%}.ListeningPassageQuizPlayer-timerBar{width:100%;background-color:#e5e7eb;height:6px}.ListeningPassageQuizPlayer-timerBarInner{background:linear-gradient(45deg,#e156a9,#2b63b5);height:100%;width:0%;transition:width .01s linear}.ListeningPassageQuizPlayer-timerCount{position:absolute;right:8px;top:8px;font-weight:700;color:#111}.ListeningPassageQuizPlayer-passage{height:40vh;overflow-y:auto;font-size:.95rem;border-bottom:1px solid #e5e7eb;padding:.25rem 0;white-space:normal}.ListeningPassageQuizPlayer-passage p{margin-bottom:.25rem}.ListeningPassageQuizPlayer-passage .ja{margin-bottom:.5rem;color:#666;font-size:.875rem}.ListeningPassageQuizPlayer-fullScript{margin-bottom:.25rem;font-size:.95rem;color:#111}.ListeningPassageQuizPlayer-fullScriptJa{margin-bottom:.5rem;font-size:.875rem;color:#666}.ListeningPassageQuizPlayer h1,.ListeningPassageQuizPlayer h2,.ListeningPassageQuizPlayer h3,.ListeningPassageQuizPlayer h4,.ListeningPassageQuizPlayer h5,.ListeningPassageQuizPlayer h6{font-size:1.1rem;font-weight:700;text-decoration:underline;text-align:center;margin:24px 0 0}.ListeningPassageQuizPlayer-tabs{display:flex;overflow-x:auto;gap:.1rem;margin-top:0;margin-bottom:.5rem;border-bottom:1px solid #ccc;flex-shrink:0;-ms-overflow-style:none;scrollbar-width:none}.ListeningPassageQuizPlayer-tabs::-webkit-scrollbar{display:none}.ListeningPassageQuizPlayer-tab{background:#f2f2f2;border:none;border-radius:0;padding:.5rem;color:#444;flex:1 0 0;min-width:60px}.ListeningPassageQuizPlayer-tab.active{background:#fff;position:relative}.ListeningPassageQuizPlayer-tab.active:after{content:"";position:absolute;left:0;right:0;bottom:0;height:3px;background:linear-gradient(45deg,#e156a9,#2b63b5)}.ListeningPassageQuizPlayer-resultIcon{margin-left:.25rem;color:#999}.ListeningPassageQuizPlayer-q{display:none}.ListeningPassageQuizPlayer-q.show{display:block}.ListeningPassageQuizPlayer-questionText{font-size:1rem;font-weight:700;margin-bottom:.25rem;white-space:normal}.ListeningPassageQuizPlayer-questionText strong,.ListeningPassageQuizPlayer-passage strong,.ListeningPassageQuizPlayer strong{font-weight:700!important}.ListeningPassageQuizPlayer-questionJa{color:#666;font-size:.875rem;margin-bottom:.5rem;white-space:normal}.ListeningPassageQuizPlayer-options{list-style:none;padding:0;margin:0}.ListeningPassageQuizPlayer-scrollWrap{height:35vh;overflow-y:auto}.ListeningPassageQuizPlayer-option{margin:0}.ListeningPassageQuizPlayer-contentWrap{margin-bottom:20vh}.ListeningPassageQuizPlayer-optionBtn{width:100%;padding:.6rem 0;border:none;border-bottom:1px solid #e5e7eb;font-size:.95rem;line-height:1.3;text-align:left;color:#111;background-color:#fff;cursor:pointer;transition:opacity .2s ease-in-out;position:relative}.ListeningPassageQuizPlayer-option:first-child .ListeningPassageQuizPlayer-optionBtn{border-top:1px solid #e5e7eb}.ListeningPassageQuizPlayer-optionBtn:hover:not(:disabled){opacity:1}.ListeningPassageQuizPlayer-optionBtn:disabled{cursor:default;color:#555;opacity:1}.ListeningPassageQuizPlayer-optionBtn.selected{background-image:linear-gradient(45deg,#e7d5ff99,#d5e7ff99)}.ListeningPassageQuizPlayer-optionBtn .prefix{font-weight:600;margin-right:.75rem}.ListeningPassageQuizPlayer-optionBtn .content-wrapper{display:flex;justify-content:space-between;align-items:baseline;width:100%}.ListeningPassageQuizPlayer-optionBtn .option-text-wrapper{display:flex;align-items:center}.ListeningPassageQuizPlayer-optionBtn .option-translation{color:var(--color-primary);font-size:.875rem;font-weight:400}.ListeningPassageQuizPlayer-selectRate{position:absolute;top:4px;right:6px;background:#0009;color:#fff;border-radius:10px;font-size:.625rem;padding:.1rem .3rem}.ListeningPassageQuizPlayer-yourAnswer{display:block;font-size:.75rem;color:#777;margin-top:2px}.ListeningPassageQuizPlayer-optionBtn.correct{background-color:#e0e7ff!important;border-color:#e0e7ff}.ListeningPassageQuizPlayer.explanation .ListeningPassageQuizPlayer-optionBtn{font-size:.9rem;line-height:1.25}.ListeningPassageQuizPlayer.explanation .ListeningPassageQuizPlayer-optionBtn .content-wrapper{flex-direction:column;align-items:flex-start}.ListeningPassageQuizPlayer.explanation .ListeningPassageQuizPlayer-optionBtn .option-translation{margin-left:0;text-align:left;display:block}.ListeningPassageQuizPlayer-description{color:#666;font-size:.875rem;margin-top:.5rem;margin-bottom:.5rem;line-height:1.4;white-space:normal}.ListeningPassageQuizPlayer-description ul,.ListeningPassageQuizPlayer-description ol{padding-left:1.2rem;margin-bottom:1em}.ListeningPassageQuizPlayer-description li{margin-bottom:.4em}.ListeningPassageQuizPlayer-resultMark{color:#999;margin-bottom:.25rem;font-size:1.25rem;text-align:center}.ListeningPassageQuizPlayer-nextWrap{text-align:center;margin-top:1rem;margin-bottom:2rem}.ListeningPassageQuizPlayer-nextBtn{width:100%;background-color:#888;color:#fff;font-weight:700;padding:.75rem 1.5rem;border:none;cursor:pointer;transition:opacity .3s}.ListeningPassageQuizPlayer-answerBtn{position:fixed;bottom:1.5rem;left:50%;transform:translate(-50%);width:56px;height:56px;min-width:56px;padding:0;border-radius:50%!important;display:flex;align-items:center;justify-content:center;color:#fff;background:#88888880;box-shadow:0 4px 10px #0000004d;border:none;font-size:.75rem;font-weight:700;transition:background .3s}.ListeningPassageQuizPlayer-answerBtn.ready{background:linear-gradient(45deg,#e156a9,#2b63b5)}.ListeningPassageQuizPlayer-answerBtn:disabled{cursor:not-allowed;left:50%;transform:translate(-50%)!important}.ListeningPassageQuizPlayer-pauseBtn,.ListeningPassageQuizPlayer-quitBtn{position:fixed;bottom:1.5rem;width:56px;height:56px;min-width:56px;padding:0;border-radius:50%!important;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 4px 10px #0000004d;border:none;font-size:1.4rem;opacity:.85;transition:opacity .3s}.ListeningPassageQuizPlayer-pauseBtn{right:1.5rem;background:linear-gradient(45deg,#e156a9,#2b63b5)}.ListeningPassageQuizPlayer-pauseBtn--pause{background:linear-gradient(45deg,#e156a9,#2b63b5)}.ListeningPassageQuizPlayer-quitBtn{left:1.5rem;background:#aaa;font-size:.8rem}.ListeningPassageQuizPlayer br{display:block;line-height:8px}.ListeningPassageQuizPlayer-reportBtn{position:fixed;bottom:6.5rem;left:1.5rem;width:56px;height:56px;min-width:56px;padding:0;border-radius:50%!important;display:flex;align-items:center;justify-content:center;color:#fff;background:#e48ba9;box-shadow:0 4px 10px #0000004d;border:none;font-size:.75rem;opacity:.85;transition:opacity .3s}.ListeningPassageQuizPlayer-nextFloatBtn{position:fixed;bottom:1.5rem;left:50%;transform:translate(-50%);width:56px;height:56px;min-width:56px;padding:0;border-radius:50%!important;display:flex;align-items:center;justify-content:center;background:#888;color:#fff;box-shadow:0 4px 10px #0000004d;border:none;font-size:.75rem;font-weight:700;opacity:0;pointer-events:none;transition:opacity .3s}.ListeningPassageQuizPlayer-nextFloatBtn.show{opacity:.85;pointer-events:auto}@keyframes ListeningPassageQuizPlayer-toastFade{0%{opacity:0;transform:translate(-50%,-20px)}10%{opacity:1;transform:translate(-50%)}90%{opacity:1;transform:translate(-50%)}to{opacity:0;transform:translate(-50%,-20px)}}.ListeningPassageQuizPlayer-toast{position:fixed;left:50%;top:1rem;transform:translate(-50%);padding:.8rem 1.4rem;border-radius:var(--radius);color:#fff;font-weight:500;z-index:2000;animation:ListeningPassageQuizPlayer-toastFade 4s ease forwards;box-shadow:0 2px 12px #0000004d}.ListeningPassageQuizPlayer-toast--success{background:#5cb85c}.ListeningPassageQuizPlayer-toast--error{background:#d9534f}.ListeningConversationQuizPlayer-timer{position:absolute;top:0;left:0;width:100%}.ListeningConversationQuizPlayer-timerBar{width:100%;background-color:#e5e7eb;height:6px}.ListeningConversationQuizPlayer-timerBarInner{background:linear-gradient(45deg,#e156a9,#2b63b5);height:100%;width:0%;transition:width .01s linear}.ListeningConversationQuizPlayer-timerCount{position:absolute;right:8px;top:8px;font-weight:700;color:#111}.ListeningConversationQuizPlayer-passage{height:40vh;overflow-y:auto;font-size:.95rem;border-bottom:1px solid #e5e7eb;padding:.25rem 0;white-space:normal}.ListeningConversationQuizPlayer-passage p{margin-bottom:.25rem}.ListeningConversationQuizPlayer-passage .ja{margin-bottom:.5rem;color:#666;font-size:.875rem}.ListeningConversationQuizPlayer-fullScript{margin-bottom:.25rem;font-size:.95rem;color:#111}.ListeningConversationQuizPlayer-fullScriptJa{margin-bottom:.5rem;font-size:.875rem;color:#666}.ListeningConversationQuizPlayer h1,.ListeningConversationQuizPlayer h2,.ListeningConversationQuizPlayer h3,.ListeningConversationQuizPlayer h4,.ListeningConversationQuizPlayer h5,.ListeningConversationQuizPlayer h6{font-size:1.1rem;font-weight:700;text-decoration:underline;text-align:center;margin:24px 0 0}.ListeningConversationQuizPlayer-tabs{display:flex;overflow-x:auto;gap:.1rem;margin-top:0;margin-bottom:.5rem;border-bottom:1px solid #ccc;flex-shrink:0;-ms-overflow-style:none;scrollbar-width:none}.ListeningConversationQuizPlayer-tabs::-webkit-scrollbar{display:none}.ListeningConversationQuizPlayer-tab{background:#f2f2f2;border:none;border-radius:0;padding:.5rem;color:#444;flex:1 0 0;min-width:60px}.ListeningConversationQuizPlayer-tab.active{background:#fff;position:relative}.ListeningConversationQuizPlayer-tab.active:after{content:"";position:absolute;left:0;right:0;bottom:0;height:3px;background:linear-gradient(45deg,#e156a9,#2b63b5)}.ListeningConversationQuizPlayer-resultIcon{margin-left:.25rem;color:#999}.ListeningConversationQuizPlayer-q{display:none}.ListeningConversationQuizPlayer-q.show{display:block}.ListeningConversationQuizPlayer-questionText{font-size:1rem;font-weight:700;margin-bottom:.25rem;white-space:normal}.ListeningConversationQuizPlayer-questionText strong,.ListeningConversationQuizPlayer-passage strong,.ListeningConversationQuizPlayer strong{font-weight:700!important}.ListeningConversationQuizPlayer-questionJa{color:#666;font-size:.875rem;margin-bottom:.5rem;white-space:normal}.ListeningConversationQuizPlayer-options{list-style:none;padding:0;margin:0}.ListeningConversationQuizPlayer-scrollWrap{height:35vh;overflow-y:auto}.ListeningConversationQuizPlayer-option{margin:0}.ListeningConversationQuizPlayer-contentWrap{margin-bottom:20vh}.ListeningConversationQuizPlayer-optionBtn{width:100%;padding:.6rem 0;border:none;border-bottom:1px solid #e5e7eb;font-size:.95rem;line-height:1.3;text-align:left;color:#111;background-color:#fff;cursor:pointer;transition:opacity .2s ease-in-out;position:relative}.ListeningConversationQuizPlayer-option:first-child .ListeningConversationQuizPlayer-optionBtn{border-top:1px solid #e5e7eb}.ListeningConversationQuizPlayer-optionBtn:hover:not(:disabled){opacity:1}.ListeningConversationQuizPlayer-optionBtn:disabled{cursor:default;color:#555;opacity:1}.ListeningConversationQuizPlayer-optionBtn.selected{background-image:linear-gradient(45deg,#e7d5ff99,#d5e7ff99)}.ListeningConversationQuizPlayer-optionBtn .prefix{font-weight:600;margin-right:.75rem}.ListeningConversationQuizPlayer-optionBtn .content-wrapper{display:flex;justify-content:space-between;align-items:baseline;width:100%}.ListeningConversationQuizPlayer-optionBtn .option-text-wrapper{display:flex;align-items:center}.ListeningConversationQuizPlayer-optionBtn .option-translation{color:var(--color-primary);font-size:.875rem;font-weight:400}.ListeningConversationQuizPlayer-selectRate{position:absolute;top:4px;right:6px;background:#0009;color:#fff;border-radius:10px;font-size:.625rem;padding:.1rem .3rem}.ListeningConversationQuizPlayer-yourAnswer{display:block;font-size:.75rem;color:#777;margin-top:2px}.ListeningConversationQuizPlayer-optionBtn.correct{background-color:#e0e7ff!important;border-color:#e0e7ff}.ListeningConversationQuizPlayer.explanation .ListeningConversationQuizPlayer-optionBtn{font-size:.9rem;line-height:1.25}.ListeningConversationQuizPlayer.explanation .ListeningConversationQuizPlayer-optionBtn .content-wrapper{flex-direction:column;align-items:flex-start}.ListeningConversationQuizPlayer.explanation .ListeningConversationQuizPlayer-optionBtn .option-translation{margin-left:0;text-align:left;display:block}.ListeningConversationQuizPlayer-description{color:#666;font-size:.875rem;margin-top:.5rem;margin-bottom:.5rem;line-height:1.4;white-space:normal}.ListeningConversationQuizPlayer-description ul,.ListeningConversationQuizPlayer-description ol{padding-left:1.2rem;margin-bottom:1em}.ListeningConversationQuizPlayer-description li{margin-bottom:.4em}.ListeningConversationQuizPlayer-resultMark{color:#999;margin-bottom:.25rem;font-size:1.25rem;text-align:center}.ListeningConversationQuizPlayer-nextWrap{text-align:center;margin-top:1rem;margin-bottom:2rem}.ListeningConversationQuizPlayer-nextBtn{width:100%;background-color:#888;color:#fff;font-weight:700;padding:.75rem 1.5rem;border:none;cursor:pointer;transition:opacity .3s}.ListeningConversationQuizPlayer-answerBtn{position:fixed;bottom:1.5rem;left:50%;transform:translate(-50%);width:56px;height:56px;min-width:56px;padding:0;border-radius:50%!important;display:flex;align-items:center;justify-content:center;color:#fff;background:#88888880;box-shadow:0 4px 10px #0000004d;border:none;font-size:.75rem;font-weight:700;transition:background .3s}.ListeningConversationQuizPlayer-answerBtn.ready{background:linear-gradient(45deg,#e156a9,#2b63b5)}.ListeningConversationQuizPlayer-answerBtn:disabled{cursor:not-allowed;left:50%;transform:translate(-50%)!important}.ListeningConversationQuizPlayer-pauseBtn,.ListeningConversationQuizPlayer-quitBtn{position:fixed;bottom:1.5rem;width:56px;height:56px;min-width:56px;padding:0;border-radius:50%!important;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 4px 10px #0000004d;border:none;font-size:1.4rem;opacity:.85;transition:opacity .3s}.ListeningConversationQuizPlayer-pauseBtn{right:1.5rem;background:linear-gradient(45deg,#e156a9,#2b63b5)}.ListeningConversationQuizPlayer-pauseBtn--pause{background:linear-gradient(45deg,#e156a9,#2b63b5)}.ListeningConversationQuizPlayer-quitBtn{left:1.5rem;background:#aaa;font-size:.8rem}.ListeningConversationQuizPlayer br{display:block;line-height:8px}.ListeningConversationQuizPlayer-reportBtn{position:fixed;bottom:6.5rem;left:1.5rem;width:56px;height:56px;min-width:56px;padding:0;border-radius:50%!important;display:flex;align-items:center;justify-content:center;color:#fff;background:#e48ba9;box-shadow:0 4px 10px #0000004d;border:none;font-size:.75rem;opacity:.85;transition:opacity .3s}.ListeningConversationQuizPlayer-nextFloatBtn{position:fixed;bottom:1.5rem;left:50%;transform:translate(-50%);width:56px;height:56px;min-width:56px;padding:0;border-radius:50%!important;display:flex;align-items:center;justify-content:center;background:#888;color:#fff;box-shadow:0 4px 10px #0000004d;border:none;font-size:.75rem;font-weight:700;opacity:0;pointer-events:none;transition:opacity .3s}.ListeningConversationQuizPlayer-nextFloatBtn.show{opacity:.85;pointer-events:auto}@keyframes ListeningConversationQuizPlayer-toastFade{0%{opacity:0;transform:translate(-50%,-20px)}10%{opacity:1;transform:translate(-50%)}90%{opacity:1;transform:translate(-50%)}to{opacity:0;transform:translate(-50%,-20px)}}.ListeningConversationQuizPlayer-toast{position:fixed;left:50%;top:1rem;transform:translate(-50%);padding:.8rem 1.4rem;border-radius:var(--radius);color:#fff;font-weight:500;z-index:2000;animation:ListeningConversationQuizPlayer-toastFade 4s ease forwards;box-shadow:0 2px 12px #0000004d}.ListeningConversationQuizPlayer-toast--success{background:#5cb85c}.ListeningConversationQuizPlayer-toast--error{background:#d9534f}.ListeningConversationQuizPlayer:not(.explanation) .ListeningConversationQuizPlayer-optionBtn{text-align:center;font-size:1.5rem}.ListeningConversationQuizPlayer:not(.explanation) .ListeningConversationQuizPlayer-optionBtn .content-wrapper{justify-content:center}.ListeningConversationQuizPlayer:not(.explanation) .ListeningConversationQuizPlayer-optionBtn .prefix{margin-right:0}.ListeningConversationImageQuizPlayer-timer{position:absolute;top:0;left:0;width:100%}.ListeningConversationImageQuizPlayer-timerBar{width:100%;background-color:#e5e7eb;height:6px}.ListeningConversationImageQuizPlayer-timerBarInner{background:linear-gradient(45deg,#e156a9,#2b63b5);height:100%;width:0%;transition:width .01s linear}.ListeningConversationImageQuizPlayer-timerCount{position:absolute;right:8px;top:8px;font-weight:700;color:#111}.ListeningConversationImageQuizPlayer-imageArea{height:50vh;border-bottom:1px solid #e5e7eb;display:flex;justify-content:center;align-items:center;overflow:hidden;position:relative}.ListeningConversationImageQuizPlayer-imageArea img{width:80%;max-width:80%;max-height:100%;object-fit:contain}.ListeningConversationImageQuizPlayer-imageArea .LoadingSpinner{position:absolute}.ListeningConversationImageQuizPlayer-fullScript{margin-bottom:.25rem;font-size:.95rem;color:#111}.ListeningConversationImageQuizPlayer-fullScriptJa{margin-bottom:.5rem;font-size:.875rem;color:#666}.ListeningConversationImageQuizPlayer h1,.ListeningConversationImageQuizPlayer h2,.ListeningConversationImageQuizPlayer h3,.ListeningConversationImageQuizPlayer h4,.ListeningConversationImageQuizPlayer h5,.ListeningConversationImageQuizPlayer h6{font-size:1.1rem;font-weight:700;text-decoration:underline;text-align:center;margin:24px 0 0}.ListeningConversationImageQuizPlayer-tabs{display:flex;overflow-x:auto;gap:.1rem;margin-top:0;margin-bottom:.5rem;border-bottom:1px solid #ccc;flex-shrink:0;-ms-overflow-style:none;scrollbar-width:none}.ListeningConversationImageQuizPlayer-tabs::-webkit-scrollbar{display:none}.ListeningConversationImageQuizPlayer-tab{background:#f2f2f2;border:none;border-radius:0;padding:.5rem;color:#444;flex:1 0 0;min-width:60px}.ListeningConversationImageQuizPlayer-tab.active{background:#fff;position:relative}.ListeningConversationImageQuizPlayer-tab.active:after{content:"";position:absolute;left:0;right:0;bottom:0;height:3px;background:linear-gradient(45deg,#e156a9,#2b63b5)}.ListeningConversationImageQuizPlayer-resultIcon{margin-left:.25rem;color:#999}.ListeningConversationImageQuizPlayer-q{display:none}.ListeningConversationImageQuizPlayer-q.show{display:block}.ListeningConversationImageQuizPlayer-questionText{font-size:1rem;font-weight:700;margin-bottom:.25rem;white-space:normal}.ListeningConversationImageQuizPlayer-questionText strong,.ListeningConversationImageQuizPlayer-imageArea strong,.ListeningConversationImageQuizPlayer strong{font-weight:700!important}.ListeningConversationImageQuizPlayer-questionJa{color:#666;font-size:.875rem;margin-bottom:.5rem;white-space:normal}.ListeningConversationImageQuizPlayer-options{list-style:none;padding:0;margin:0}.ListeningConversationImageQuizPlayer-scrollWrap{height:35vh;overflow-y:auto}.ListeningConversationImageQuizPlayer-option{margin:0}.ListeningConversationImageQuizPlayer-contentWrap{margin-bottom:20vh}.ListeningConversationImageQuizPlayer-optionBtn{width:100%;padding:.6rem 0;border:none;border-bottom:1px solid #e5e7eb;font-size:.95rem;line-height:1.3;text-align:left;color:#111;background-color:#fff;cursor:pointer;transition:opacity .2s ease-in-out;position:relative}.ListeningConversationImageQuizPlayer-option:first-child .ListeningConversationImageQuizPlayer-optionBtn{border-top:1px solid #e5e7eb}.ListeningConversationImageQuizPlayer-optionBtn:hover:not(:disabled){opacity:1}.ListeningConversationImageQuizPlayer-optionBtn:disabled{cursor:default;color:#555;opacity:1}.ListeningConversationImageQuizPlayer-optionBtn.selected{background-image:linear-gradient(45deg,#e7d5ff99,#d5e7ff99)}.ListeningConversationImageQuizPlayer-optionBtn .prefix{font-weight:600;margin-right:.75rem}.ListeningConversationImageQuizPlayer-optionBtn .content-wrapper{display:flex;justify-content:space-between;align-items:baseline;width:100%}.ListeningConversationImageQuizPlayer-optionBtn .option-text-wrapper{display:flex;align-items:center}.ListeningConversationImageQuizPlayer-optionBtn .option-translation{color:var(--color-primary);font-size:.875rem;font-weight:400}.ListeningConversationImageQuizPlayer-selectRate{position:absolute;top:4px;right:6px;background:#0009;color:#fff;border-radius:10px;font-size:.625rem;padding:.1rem .3rem}.ListeningConversationImageQuizPlayer-yourAnswer{display:block;font-size:.75rem;color:#777;margin-top:2px}.ListeningConversationImageQuizPlayer-optionBtn.correct{background-color:#e0e7ff!important;border-color:#e0e7ff}.ListeningConversationImageQuizPlayer.explanation .ListeningConversationImageQuizPlayer-optionBtn{font-size:.9rem;line-height:1.25}.ListeningConversationImageQuizPlayer.explanation .ListeningConversationImageQuizPlayer-optionBtn .content-wrapper{flex-direction:column;align-items:flex-start}.ListeningConversationImageQuizPlayer.explanation .ListeningConversationImageQuizPlayer-optionBtn .option-translation{margin-left:0;text-align:left;display:block}.ListeningConversationImageQuizPlayer-description{color:#666;font-size:.875rem;margin-top:.5rem;margin-bottom:.5rem;line-height:1.4;white-space:normal}.ListeningConversationImageQuizPlayer-description ul,.ListeningConversationImageQuizPlayer-description ol{padding-left:1.2rem;margin-bottom:1em}.ListeningConversationImageQuizPlayer-description li{margin-bottom:.4em}.ListeningConversationImageQuizPlayer-resultMark{color:#999;margin-bottom:.25rem;font-size:1.25rem;text-align:center}.ListeningConversationImageQuizPlayer-nextWrap{text-align:center;margin-top:1rem;margin-bottom:2rem}.ListeningConversationImageQuizPlayer-nextBtn{width:100%;background-color:#888;color:#fff;font-weight:700;padding:.75rem 1.5rem;border:none;cursor:pointer;transition:opacity .3s}.ListeningConversationImageQuizPlayer-answerBtn{position:fixed;bottom:1.5rem;left:50%;transform:translate(-50%);width:56px;height:56px;min-width:56px;padding:0;border-radius:50%!important;display:flex;align-items:center;justify-content:center;color:#fff;background:#88888880;box-shadow:0 4px 10px #0000004d;border:none;font-size:.75rem;font-weight:700;transition:background .3s}.ListeningConversationImageQuizPlayer-answerBtn.ready{background:linear-gradient(45deg,#e156a9,#2b63b5)}.ListeningConversationImageQuizPlayer-answerBtn:disabled{cursor:not-allowed;left:50%;transform:translate(-50%)!important}.ListeningConversationImageQuizPlayer-pauseBtn,.ListeningConversationImageQuizPlayer-quitBtn{position:fixed;bottom:1.5rem;width:56px;height:56px;min-width:56px;padding:0;border-radius:50%!important;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 4px 10px #0000004d;border:none;font-size:1.4rem;opacity:.85;transition:opacity .3s}.ListeningConversationImageQuizPlayer-pauseBtn{right:1.5rem;background:linear-gradient(45deg,#e156a9,#2b63b5)}.ListeningConversationImageQuizPlayer-pauseBtn--pause{background:linear-gradient(45deg,#e156a9,#2b63b5)}.ListeningConversationImageQuizPlayer-quitBtn{left:1.5rem;background:#aaa;font-size:.8rem}.ListeningConversationImageQuizPlayer br{display:block;line-height:8px}.ListeningConversationImageQuizPlayer-reportBtn{position:fixed;bottom:6.5rem;left:1.5rem;width:56px;height:56px;min-width:56px;padding:0;border-radius:50%!important;display:flex;align-items:center;justify-content:center;color:#fff;background:#e48ba9;box-shadow:0 4px 10px #0000004d;border:none;font-size:.75rem;opacity:.85;transition:opacity .3s}.ListeningConversationImageQuizPlayer-nextFloatBtn{position:fixed;bottom:1.5rem;left:50%;transform:translate(-50%);width:56px;height:56px;min-width:56px;padding:0;border-radius:50%!important;display:flex;align-items:center;justify-content:center;color:#fff;background:#888;box-shadow:0 4px 10px #0000004d;border:none;font-size:.75rem;font-weight:700;opacity:0;pointer-events:none;transition:opacity .3s}.ListeningConversationImageQuizPlayer-nextFloatBtn.show{opacity:.85;pointer-events:auto}@keyframes ListeningConversationImageQuizPlayer-toastFade{0%{opacity:0;transform:translate(-50%,-20px)}10%{opacity:1;transform:translate(-50%)}90%{opacity:1;transform:translate(-50%)}to{opacity:0;transform:translate(-50%,-20px)}}.ListeningConversationImageQuizPlayer-toast{position:fixed;left:50%;top:1rem;transform:translate(-50%);padding:.8rem 1.4rem;border-radius:var(--radius);color:#fff;font-weight:500;z-index:2000;animation:ListeningConversationImageQuizPlayer-toastFade 4s ease forwards;box-shadow:0 2px 12px #0000004d}.ListeningConversationImageQuizPlayer-toast--success{background:#5cb85c}.ListeningConversationImageQuizPlayer-toast--error{background:#d9534f}.ListeningConversationImageQuizPlayer:not(.explanation) .ListeningConversationImageQuizPlayer-optionBtn{text-align:center;font-size:1.5rem}.ListeningConversationImageQuizPlayer:not(.explanation) .ListeningConversationImageQuizPlayer-optionBtn .content-wrapper{justify-content:center}.ListeningConversationImageQuizPlayer:not(.explanation) .ListeningConversationImageQuizPlayer-optionBtn .prefix{margin-right:0}.QuizPlayerScreen{--qp-primary: #4f46e5;--qp-primary-dark: #4338ca;--qp-primary-light: #6366f1;--qp-bg-light: #e0e7ff;--qp-text: #1f2937;--qp-text-light: #6b7280;--qp-bg: #ffffff;--qp-border: #e5e7eb;padding-inline:8px;padding-top:6px;position:relative}.QuizPlayerScreen-timer{position:absolute;top:0;left:0;width:100%;margin:0;transition:opacity .3s ease-in-out}.QuizPlayerScreen-timerBar{width:100%;background-color:var(--qp-border);height:6px}.QuizPlayerScreen-timerBarInner{background:linear-gradient(45deg,#e156a9,#2b63b5);height:100%;width:0%;transition:width .01s linear}.QuizPlayerScreen-progress{height:24px;text-align:center;line-height:24px;color:var(--qp-text-light);font-size:.875rem}.QuizPlayerScreen-questionArea{margin-bottom:0;border-bottom:1px solid var(--qp-border);transition:opacity .3s}.QuizPlayerScreen-questionText{font-size:1.1rem;font-weight:700;color:#111;text-align:left;padding:1rem .75rem .25rem;line-height:1.2;min-height:120px;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start}.QuizPlayerScreen-questionText .blank{font-weight:700;color:var(--qp-primary)}.QuizPlayerScreen-questionText .translation{font-size:.875rem;color:var(--qp-text-light);margin-top:.5rem;display:block}.QuizPlayerScreen-options{display:grid;grid-template-columns:1fr;gap:0;transition:opacity .3s}@media (min-width: 768px){.QuizPlayerScreen-options{grid-template-columns:1fr 1fr}}.QuizPlayerScreen-optionBtn{width:100%;padding:.7rem 1rem;border:none;border-bottom:1px solid var(--qp-border);font-size:1.125rem;text-align:left;color:#111;background-color:var(--qp-bg);cursor:pointer;transition:opacity .2s ease-in-out;position:relative}.QuizPlayerScreen-optionBtn:hover:not(:disabled){opacity:.7}.QuizPlayerScreen-optionBtn:disabled{cursor:default;color:#555;opacity:1}.QuizPlayerScreen-optionBtn .prefix{font-weight:600;margin-right:.75rem}.QuizPlayerScreen-optionBtn .content-wrapper{display:flex;justify-content:space-between;align-items:baseline;width:100%}.QuizPlayerScreen-optionBtn .option-text-wrapper{display:flex;align-items:center}.QuizPlayerScreen-optionBtn .option-translation{color:var(--qp-primary);font-size:.875rem;font-weight:400}.QuizPlayerScreen-selectRate{position:absolute;top:4px;right:6px;background:#0009;color:#fff;border-radius:10px;font-size:.625rem;padding:.1rem .3rem}.QuizPlayerScreen-yourAnswer{display:block;font-size:.75rem;color:#777;margin-top:2px}.QuizPlayerScreen-explanationArea{position:relative}.QuizPlayerScreen-feedback{opacity:0;transition:opacity .3s;height:100%}.QuizPlayerScreen-feedback.show{opacity:1}.QuizPlayerScreen-feedback .feedback-wrapper{padding:.5rem;text-align:center}.QuizPlayerScreen-feedbackText{font-weight:700;margin-bottom:.5rem;color:var(--qp-text-light);font-size:1.125rem}.QuizPlayerScreen-explanation{color:var(--qp-text-light);font-size:.875rem}.QuizPlayerScreen-contentWrap{margin-bottom:20vh}.correct{background-color:var(--qp-bg-light)!important}.QuizPlayerScreen-nextArea{height:70px;display:flex;align-items:center;justify-content:center}.QuizPlayerScreen-nextBtn{width:100%;background-color:#888;color:#fff;font-weight:700;padding:.75rem 1.5rem;border:none;cursor:pointer;transition:opacity .3s;opacity:0;pointer-events:none}.QuizPlayerScreen-nextBtn.show{opacity:1;pointer-events:auto}@media (min-width: 768px){.QuizPlayerScreen-nextBtn{width:66.66%}}.QuizPlayerScreen-nextBtn:hover{opacity:.7}.QuizPlayerScreen-pauseBtn,.QuizPlayerScreen-quitBtn{position:fixed;bottom:1.5rem;width:56px;height:56px;min-width:56px;padding:0;border-radius:50%!important;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 4px 10px #0000004d;border:none;font-size:1.4rem;opacity:.85;transition:opacity .3s}.QuizPlayerScreen-pauseBtn{right:1.5rem;background:linear-gradient(45deg,#e156a9,#2b63b5)}.QuizPlayerScreen-pauseBtn--pause{background:linear-gradient(45deg,#e156a9,#2b63b5)}.QuizPlayerScreen-quitBtn{left:1.5rem;background:#aaa;font-size:.8rem}.QuizPlayerScreen-nextFloatBtn{position:fixed;bottom:1.5rem;left:50%;transform:translate(-50%);width:56px;height:56px;min-width:56px;padding:0;border-radius:50%!important;display:flex;align-items:center;justify-content:center;color:#fff;background:#888;box-shadow:0 4px 10px #0000004d;border:none;font-size:.75rem;font-weight:700;opacity:0;pointer-events:none;transition:opacity .3s}.QuizPlayerScreen-nextFloatBtn.show{opacity:.85;pointer-events:auto}.QuizPlayerScreen.passage{padding-top:0}.QuizPlayerScreen.conversation .QuizPlayerScreen-questionText{height:auto;white-space:pre-wrap}.QuizPlayerScreen.conversation .QuizPlayerScreen-optionBtn{font-size:1rem}.QuizPlayerScreen.conversation .QuizPlayerScreen-optionBtn .content-wrapper{flex-direction:column;align-items:flex-start}.QuizPlayerScreen.conversation .QuizPlayerScreen-optionBtn .option-translation{margin-left:0;text-align:left;display:block}.QuizPlayerScreen-reportBtn{position:fixed;bottom:6.5rem;left:1.5rem;width:56px;height:56px;min-width:56px;padding:0;border-radius:50%!important;display:flex;align-items:center;justify-content:center;color:#fff;background:#e48ba9;box-shadow:0 4px 10px #0000004d;border:none;font-size:.75rem;opacity:.85;transition:opacity .3s}@keyframes QuizPlayerScreen-toastFade{0%{opacity:0;transform:translate(-50%,-20px)}10%{opacity:1;transform:translate(-50%)}90%{opacity:1;transform:translate(-50%)}to{opacity:0;transform:translate(-50%,-20px)}}.QuizPlayerScreen-toast{position:fixed;left:50%;top:1rem;transform:translate(-50%);padding:.8rem 1.4rem;border-radius:var(--radius);color:#fff;font-weight:500;z-index:2000;animation:QuizPlayerScreen-toastFade 4s ease forwards;box-shadow:0 2px 12px #0000004d}.QuizPlayerScreen-toast--success{background:#5cb85c}.QuizPlayerScreen-toast--error{background:#d9534f}.ExpectedCorrectGraph-root{margin-top:0;text-align:center}.ExpectedCorrectGraph-title{font-size:1rem;margin-bottom:.5rem}.ExpectedCorrectGraph-desc{font-size:.875rem;color:#666;margin-bottom:.75rem}.ExpectedCorrectGraph-barOuter{width:100%;height:.75rem;background:#e0e0e0;border-radius:.375rem;overflow:hidden}.ExpectedCorrectGraph-barInner{width:100%;height:100%;background:linear-gradient(45deg,#2b63b5,#e156a9);transform-origin:left;animation:ExpectedCorrectGraph-grow .6s ease-out forwards}.ExpectedCorrectGraph-rate{margin-top:.75rem;font-family:monospace}.ExpectedCorrectGraph-overall{margin-top:.5rem;font-size:.75rem;color:#666}@keyframes ExpectedCorrectGraph-grow{0%{transform:scaleX(0)}to{transform:scaleX(1)}}body.QuizResultScreen-body{height:auto;min-height:100vh;background:linear-gradient(45deg,#e7d5ff,#d5e7ff)}.QuizResultScreen-root{max-width:800px;width:100%;margin:0 auto;padding:16px;display:flex;flex-direction:column;justify-content:start}.QuizResultScreen-header{text-align:center;margin-top:1rem;margin-bottom:.5rem}.QuizResultScreen-heading{font-size:1.2rem;font-weight:700;color:#1f2937}.QuizResultScreen-caption{font-size:.875rem;color:#4b5563}.QuizResultScreen-card{background:#fff9;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:8px;padding:.5rem;text-align:center;box-shadow:0 4px 12px #0000001a;margin:0;margin-bottom:.5rem}.QuizResultScreen-cardTitle{font-size:1rem;font-weight:600;margin-bottom:0;color:#1f2937}.QuizResultScreen-progress{position:relative;width:160px;height:160px;margin:0 auto}.QuizResultScreen-svg{width:100%;height:100%}.QuizResultScreen-circleBg{stroke:#e0e0e0;fill:transparent}.QuizResultScreen-circleProgress{fill:transparent;transform:rotate(-90deg);transform-origin:50% 50%;stroke-dasharray:251.2;stroke-dashoffset:251.2;transition:stroke-dashoffset 1s cubic-bezier(.65,0,.35,1)}.QuizResultScreen-progressText{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;flex-direction:column;align-items:center;justify-content:center}.QuizResultScreen-percent{font-size:1.5rem;font-weight:700;color:#1f2937}.QuizResultScreen-percentLabel{font-size:.75rem;color:#6b7280}.QuizResultScreen-expectedCard{margin-top:.5rem}.QuizResultScreen-expectedLoading{display:flex;flex-direction:column;align-items:center;padding:.75rem 0}.QuizResultScreen-expectedLoadingText{font-size:.875rem;color:#666;margin-bottom:.75rem}.QuizResultScreen-actions{margin-top:1rem;display:flex;flex-direction:column;gap:.75rem}.QuizResultScreen-button{display:block;width:100%;padding:.75rem;text-align:center;font-weight:700;border-radius:0;text-decoration:none;transition:opacity .2s ease}.QuizResultScreen-buttonPrimary{background:linear-gradient(90deg,#e156a9,#2b63b5);color:#fff}.QuizResultScreen-buttonSecondary{background:#eee;border:#ccc solid 1px;color:#333}.QuizResultScreen-button:hover{opacity:.9}.QuizResultScreen-statsLink{display:flex;align-items:flex-start;background:#fff;padding:1rem;border-radius:var(--radius);position:relative;margin-top:1.5rem;cursor:pointer;text-decoration:none}.QuizResultScreen-statsIcon{width:32px;height:32px;flex-shrink:0;margin-right:.75rem}.QuizResultScreen-statsText{flex:1 1 auto}.QuizResultScreen-statsTitle{font-size:1rem;font-weight:700;color:#222}.QuizResultScreen-statsDesc{font-size:.75rem;color:#444;margin-top:.25rem}.QuizResultScreen-statsArrow{color:#444;margin-left:.5rem;font-size:1.25rem}.QuizResultScreen-statsChipWrapper{position:absolute;top:.25rem;right:2rem}.QuizResultScreen-shareDivider{height:1px;background:#0000001a;margin-top:.75rem}.QuizResultScreen-shareButtons{display:flex;justify-content:center;width:100%;gap:clamp(.25rem,5vw,1rem);margin:.75rem 0 0;flex-wrap:wrap}.QuizResultScreen-shareButton{display:inline-flex;border:none;background:none;padding:0;margin:0;cursor:pointer;align-items:center;justify-content:center;min-width:0;width:20%}.QuizResultScreen-shareButton:hover{opacity:.8}.WritingPromptSelectScreen{padding:2rem 0}.WritingPromptSelectScreen-my{display:block;margin-top:1rem;color:var(--color-primary);text-decoration:none}.WritingEditorScreen{padding:2rem 0;display:grid;gap:1rem}.WritingEditorScreen-textarea{width:100%;padding:.5rem;border:1px solid #ccc;border-radius:var(--radius)}.WritingEditorScreen-submit{justify-self:start;padding:.5rem 1rem}.WritingResultScreen{padding:2rem 0;text-align:center}.WritingResultScreen-text{background:#f7f7f7;padding:1rem;border-radius:var(--radius);white-space:pre-wrap;text-align:left}.WritingResultScreen-back{display:inline-block;margin-top:1rem;color:var(--color-primary);text-decoration:none}.WritingCollectionScreen{padding:2rem 0}.WritingCollectionScreen-back{display:inline-block;margin-top:1rem;color:var(--color-primary);text-decoration:none}.MockSettingScreen{display:grid;gap:1rem;padding:2rem 0}.MockSettingScreen-start{display:inline-block;padding:.5rem 1rem;background:var(--color-primary);color:#fff;border-radius:0;text-decoration:none}.MockIntroScreen{padding:2rem 0;text-align:center}.MockIntroScreen-start{display:inline-block;margin-top:1rem;padding:.5rem 1rem;background:var(--color-primary);color:#fff;border-radius:0;text-decoration:none}.TimerBar-bar{height:4px;background:linear-gradient(45deg,#e156a9,#2b63b5);transition:width linear}.MockExamScreen{padding:2rem 0}.MockExamScreen-choices{list-style:none;padding:0;margin-bottom:1rem}.MockExamScreen-choices li:last-child{margin-bottom:50vh}.MockExamScreen-choices button{width:100%;margin-bottom:.5rem;padding:.5rem;border-radius:0;border:1px solid #ccc;display:flex;align-items:center;text-align:left}.MockExamScreen-optionPrefix{font-weight:600;margin-right:.75rem}.MockScoreScreen{text-align:center;padding:2rem 0}.MockScoreScreen-review{display:inline-block;margin-top:1rem;text-decoration:none;color:var(--color-primary)}.MockReviewScreen{padding:2rem 0;text-align:center}.MockReviewScreen-back{display:inline-block;margin-top:1rem;text-decoration:none;color:var(--color-primary)}.iqm-modal{position:relative;background:#fff;width:100%;max-width:600px;margin:0 .2rem;padding:.5rem 1rem;border-radius:12px;box-shadow:0 4px 12px #00000026;display:flex;flex-direction:column;height:70vh}.iqm-header{position:relative;display:flex;align-items:center;justify-content:center;margin-bottom:0;margin-top:.5rem}.iqm-title{font-size:1rem;text-align:center}.iqm-close{position:absolute;right:-1.5rem;top:.5rem;background:none;border:none;font-size:1.5rem;cursor:pointer;color:#000;padding:0;line-height:1;width:1.5rem}.iqm-messages{flex:1;max-height:60vh;overflow-y:auto;display:flex;flex-direction:column;gap:.2rem;margin-bottom:.5rem;background:#f8f8f8;padding:.5rem}.iqm-msgRow{max-width:80%;display:flex;flex-direction:column}.iqm-msgRow--user{align-self:flex-end}.iqm-msgRow--admin{align-self:flex-start}.iqm-msg{border-radius:8px;padding:.5rem .75rem}.iqm-msg p{margin:0}.iqm-msg--user{background:linear-gradient(45deg,#e7d5ff,#d5e7ff)}.iqm-msg--admin{background:#ddd}.iqm-msgRow--user .iqm-time{align-self:flex-end}.iqm-msgRow--admin .iqm-time{align-self:flex-start}.iqm-time{display:block;font-size:.75rem;color:#666;margin-top:.25rem}.iqm-inputRow{display:flex;gap:.5rem;align-items:flex-end}.iqm-inputRow textarea{flex:1;resize:vertical}.iqm-sendButton{background:linear-gradient(45deg,#e156a9,#2b63b5);color:#fff;border:none;border-radius:4px;padding:.2rem 1rem;height:2.1rem;cursor:pointer}.iqm-sendButton:disabled{opacity:.6}.iqm-buttons{display:flex;justify-content:center;margin-top:.5rem}.WordCsvAdd{margin:1.5rem 0;padding:1rem;border:1px solid #ddd}.WordCsvAdd label{display:block;margin-bottom:.5rem}.WordCsvAdd input[type=file]{margin-bottom:.5rem}.WordCsvAdd button{padding:.5rem 1rem;border:none;border-radius:4px;background:var(--color-primary-dark);color:#fff;cursor:pointer}.WordCsvAdd button:disabled{background:#999;cursor:not-allowed}@keyframes WordCsvAdd-toastFade{0%{opacity:0;transform:translate(-50%,-20px)}10%{opacity:1;transform:translate(-50%)}90%{opacity:1;transform:translate(-50%)}to{opacity:0;transform:translate(-50%,-20px)}}.WordCsvAdd-toast{position:fixed;left:50%;top:1rem;transform:translate(-50%);padding:.8rem 1.4rem;border-radius:var(--radius);color:#fff;font-weight:500;z-index:2000;animation:WordCsvAdd-toastFade 4s ease forwards;box-shadow:0 2px 12px #0000004d}.WordCsvAdd-toast--success{background:#5cb85c}.WordCsvAdd-toast--error{background:#d9534f}.CsvProgressModal-modal{background:#fff;width:90vw;padding:1.5rem;border-radius:12px;box-shadow:0 4px 12px #00000026;text-align:center}@keyframes CsvProgressModal-spin{to{transform:rotate(360deg)}}.CsvProgressModal-spinner{width:48px;height:48px;border:4px solid #ddd;border-top-color:#e156a9;border-right-color:#2b63b5;border-radius:50%;animation:CsvProgressModal-spin .8s linear infinite;margin:0 auto 1rem}.CsvProgressModal-status{margin-bottom:1rem}.CsvProgressModal-progress{width:100%;height:6px}.WordListAudioUpload{margin:1.5rem 0;padding:1rem;border:1px solid #ddd}.WordListAudioUpload label{display:block;margin-bottom:.5rem}.WordListAudioUpload input[type=file]{margin-bottom:.5rem}.WordListAudioUpload button{padding:.5rem 1rem;border:none;border-radius:4px;background:var(--color-primary-dark);color:#fff;cursor:pointer}.WordListAudioUpload button:disabled{background:#999;cursor:not-allowed}@keyframes WordListAudioUpload-toastFade{0%{opacity:0;transform:translate(-50%,-20px)}10%{opacity:1;transform:translate(-50%)}90%{opacity:1;transform:translate(-50%)}to{opacity:0;transform:translate(-50%,-20px)}}.WordListAudioUpload-toast{position:fixed;left:50%;top:1rem;transform:translate(-50%);padding:.8rem 1.4rem;border-radius:var(--radius);color:#fff;font-weight:500;z-index:2000;animation:WordListAudioUpload-toastFade 4s ease forwards;box-shadow:0 2px 12px #0000004d}.WordListAudioUpload-toast--success{background:#5cb85c}.WordListAudioUpload-toast--error{background:#d9534f}.QuizCsvAdd{margin:1.5rem 0;padding:1rem;border:1px solid #ddd}.QuizCsvAdd label{display:block;margin-bottom:.5rem}.QuizCsvAdd input[type=file]{margin-bottom:.5rem}.QuizCsvAdd button{padding:.5rem 1rem;border:none;border-radius:4px;background:var(--color-primary-dark);color:#fff;cursor:pointer}.QuizCsvAdd button:disabled{background:#999;cursor:not-allowed}@keyframes QuizCsvAdd-toastFade{0%{opacity:0;transform:translate(-50%,-20px)}10%{opacity:1;transform:translate(-50%)}90%{opacity:1;transform:translate(-50%)}to{opacity:0;transform:translate(-50%,-20px)}}.QuizCsvAdd-toast{position:fixed;left:50%;top:1rem;transform:translate(-50%);padding:.8rem 1.4rem;border-radius:var(--radius);color:#fff;font-weight:500;z-index:2000;animation:QuizCsvAdd-toastFade 4s ease forwards;box-shadow:0 2px 12px #0000004d}.QuizCsvAdd-toast--success{background:#5cb85c}.QuizCsvAdd-toast--error{background:#d9534f}.PassageQuizJsonAdd{margin:1.5rem 0;padding:1rem;border:1px solid #ddd}.PassageQuizJsonAdd label{display:block;margin-bottom:.5rem}.PassageQuizJsonAdd textarea{width:100%;margin-bottom:.5rem;padding:.5rem;border:1px solid #ccc;border-radius:4px}.PassageQuizJsonAdd button{padding:.5rem 1rem;border:none;border-radius:4px;background:var(--color-primary-dark);color:#fff;cursor:pointer}.PassageQuizJsonAdd button:disabled{background:#999;cursor:not-allowed}@keyframes PassageQuizJsonAdd-toastFade{0%{opacity:0;transform:translate(-50%,-20px)}10%{opacity:1;transform:translate(-50%)}90%{opacity:1;transform:translate(-50%)}to{opacity:0;transform:translate(-50%,-20px)}}.PassageQuizJsonAdd-toast{position:fixed;left:50%;top:1rem;transform:translate(-50%);padding:.8rem 1.4rem;border-radius:var(--radius);color:#fff;font-weight:500;z-index:2000;animation:PassageQuizJsonAdd-toastFade 4s ease forwards;box-shadow:0 2px 12px #0000004d}.PassageQuizJsonAdd-toast--success{background:#5cb85c}.PassageQuizJsonAdd-toast--error{background:#d9534f}.ListeningPassageJsonAdd{margin:1.5rem 0;padding:1rem;border:1px solid #ddd}.ListeningPassageJsonAdd label{display:block;margin-bottom:.5rem}.ListeningPassageJsonAdd textarea{width:100%;margin-bottom:.5rem;padding:.5rem;border:1px solid #ccc;border-radius:4px}.ListeningPassageJsonAdd button{padding:.5rem 1rem;border:none;border-radius:4px;background:var(--color-primary-dark);color:#fff;cursor:pointer}.ListeningPassageJsonAdd button:disabled{background:#999;cursor:not-allowed}@keyframes ListeningPassageJsonAdd-toastFade{0%{opacity:0;transform:translate(-50%,-20px)}10%{opacity:1;transform:translate(-50%)}90%{opacity:1;transform:translate(-50%)}to{opacity:0;transform:translate(-50%,-20px)}}.ListeningPassageJsonAdd-toast{position:fixed;left:50%;top:1rem;transform:translate(-50%);padding:.8rem 1.4rem;border-radius:var(--radius);color:#fff;font-weight:500;z-index:2000;animation:ListeningPassageJsonAdd-toastFade 4s ease forwards;box-shadow:0 2px 12px #0000004d}.ListeningPassageJsonAdd-toast--success{background:#5cb85c}.ListeningPassageJsonAdd-toast--error{background:#d9534f}.ListeningPassageJsonAddSilence{margin:1.5rem 0;padding:1rem;border:1px solid #ddd}.ListeningPassageJsonAddSilence label{display:block;margin-bottom:.5rem}.ListeningPassageJsonAddSilence textarea{width:100%;margin-bottom:.5rem;padding:.5rem;border:1px solid #ccc;border-radius:4px}.ListeningPassageJsonAddSilence button{padding:.5rem 1rem;border:none;border-radius:4px;background:var(--color-primary-dark);color:#fff;cursor:pointer}.ListeningPassageJsonAddSilence button:disabled{background:#999;cursor:not-allowed}@keyframes ListeningPassageJsonAddSilence-toastFade{0%{opacity:0;transform:translate(-50%,-20px)}10%{opacity:1;transform:translate(-50%)}90%{opacity:1;transform:translate(-50%)}to{opacity:0;transform:translate(-50%,-20px)}}.ListeningPassageJsonAddSilence-toast{position:fixed;left:50%;top:1rem;transform:translate(-50%);padding:.8rem 1.4rem;border-radius:var(--radius);color:#fff;font-weight:500;z-index:2000;animation:ListeningPassageJsonAddSilence-toastFade 4s ease forwards;box-shadow:0 2px 12px #0000004d}.ListeningPassageJsonAddSilence-toast--success{background:#5cb85c}.ListeningPassageJsonAddSilence-toast--error{background:#d9534f}.ListeningConversationImageJsonAdd{margin:1.5rem 0;padding:1rem;border:1px solid #ddd}.ListeningConversationImageJsonAdd label{display:block;margin-bottom:.5rem}.ListeningConversationImageJsonAdd textarea{width:100%;margin-bottom:.5rem;padding:.5rem;border:1px solid #ccc;border-radius:4px}.ListeningConversationImageJsonAdd button{padding:.5rem 1rem;border:none;border-radius:4px;background:var(--color-primary-dark);color:#fff;cursor:pointer}.ListeningConversationImageJsonAdd button:disabled{background:#999;cursor:not-allowed}@keyframes ListeningConversationImageJsonAdd-toastFade{0%{opacity:0;transform:translate(-50%,-20px)}10%{opacity:1;transform:translate(-50%)}90%{opacity:1;transform:translate(-50%)}to{opacity:0;transform:translate(-50%,-20px)}}.ListeningConversationImageJsonAdd-toast{position:fixed;left:50%;top:1rem;transform:translate(-50%);padding:.8rem 1.4rem;border-radius:var(--radius);color:#fff;font-weight:500;z-index:2000;animation:ListeningConversationImageJsonAdd-toastFade 4s ease forwards;box-shadow:0 2px 12px #0000004d}.ListeningConversationImageJsonAdd-toast--success{background:#5cb85c}.ListeningConversationImageJsonAdd-toast--error{background:#d9534f}.cfm-modal{background:#fff;width:100%;max-width:480px;padding:1.5rem;border-radius:12px;box-shadow:0 4px 12px #00000026}.cfm-message{text-align:center;margin-bottom:1rem}.cfm-buttons{display:flex;justify-content:center;gap:1rem}.cfm-buttons button{width:120px;padding:.5rem 1rem;border:none;border-radius:0;font:inherit;cursor:pointer;transition:background .15s ease}.cfm-buttons button:first-child{background:#bbb;color:#fff}.cfm-buttons button:last-child{background:var(--color-primary-dark);color:#fff}.cfm-buttons button:hover:not(:disabled){opacity:.7}.DataCheckWordTab-controls{margin-bottom:1rem}.DataCheckWordTab-addGrade{margin-top:.5rem;display:flex;gap:.5rem;align-items:center}.DataCheckWordTab-table{width:100%;border-collapse:collapse;margin-bottom:.5rem}.DataCheckWordTab-table th,.DataCheckWordTab-table td{border:1px solid #ddd;padding:.25rem .5rem;text-align:left}.DataCheckWordTab-table th{background:#f5f5f5}.DataCheckWordTab-input{width:100%}.DataCheckWordTab-deleteSelected{margin-top:.5rem;padding:.4rem 1rem;border:none;border-radius:4px;background:var(--color-secondary);color:#fff;cursor:pointer}.DataCheckWordTab-downloadBtn{margin-left:1rem;padding:.4rem 1rem;border:none;border-radius:4px;background:var(--color-primary);color:#fff;cursor:pointer}.DataCheckWordTab-deleteSelected:disabled{background:#999;cursor:not-allowed}.DataCheckWordTab-pagination{display:flex;justify-content:center;gap:.25rem;margin-top:.5rem}.DataCheckWordTab-pagination button{padding:.2rem .6rem;border:1px solid #ccc;background:none;cursor:pointer}.DataCheckWordTab-pagination button.active{background:#ddd}.DataCheckQuizTypeTab{font-size:.875rem}.DataCheckQuizTypeTab-controls{margin-bottom:1rem}.DataCheckQuizTypeTab-addGrade{margin-top:.5rem;display:flex;gap:.5rem;align-items:center}.DataCheckQuizTypeTab-tableWrapper{overflow-x:auto}.DataCheckQuizTypeTab-table{width:100%;border-collapse:collapse;margin-bottom:.5rem;min-width:1600px}.DataCheckQuizTypeTab-table th,.DataCheckQuizTypeTab-table td{border:1px solid #ddd;padding:.15rem .3rem;text-align:left;white-space:nowrap;min-width:100px;max-width:500px}.DataCheckQuizTypeTab-table th{background:#f5f5f5}.DataCheckQuizTypeTab-input{width:100%;font-size:.875rem;padding:.1rem}.DataCheckQuizTypeTab-examCountInput{width:4rem}.DataCheckQuizTypeTab-quizTypes{margin-top:1rem}.DataCheckQuizTypeTab-addQuizType{display:flex;gap:.5rem;align-items:center;margin-bottom:.5rem}.DataCheckQuizTypeTab-quizTypeList{list-style:none;padding:0}.DataCheckQuizTypeTab-quizTypeList li{margin-bottom:.3rem}.GenAiRequest-container{border:1px solid #ccc;padding:1rem;margin:1rem auto;max-width:600px}.GenAiRequest-title{margin-bottom:1rem;font-size:1.2rem}.GenAiRequest-form{display:flex;flex-direction:column;gap:.8rem}.GenAiRequest-textarea{width:100%;min-height:5rem}.GenAiRequest-sliderWrapper{display:flex;align-items:center;gap:.5rem}.GenAiRequest-checkbox{display:flex;align-items:center;gap:.4rem}.GenAiRequest-button{align-self:flex-start;padding:.4rem 1rem;background:var(--color-primary-dark);color:#fff;border:none;cursor:pointer}.GenAiRequest-error{color:#d9534f;margin-top:.5rem}.GenAiRequest-response{margin-top:1rem;white-space:pre-wrap;background:#f7f7f7;padding:1rem;border:1px solid #ddd}.AdminMemberListTab{margin-top:1.5rem}.AdminMemberListTab-title{font-size:1.25rem;font-weight:700;margin-bottom:1rem;color:#1e293b}.AdminMemberListTab-filters{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1.5rem}.AdminMemberListTab-filterItem{display:flex;flex-direction:column;gap:.25rem;font-size:.9rem;color:#475569}.AdminMemberListTab-filterItem select{min-width:160px;padding:.4rem .5rem;border-radius:.4rem;border:1px solid rgba(148,163,184,.6);background:#fff}.AdminMemberListTab-loading{margin-top:2rem}.AdminMemberListTab-error{color:#dc2626;margin-top:1rem}.AdminMemberListTab-empty{color:#64748b;margin-top:2rem}.AdminMemberListTab-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1rem}.AdminMemberListTab-card{display:flex;flex-direction:column;gap:.75rem;padding:1rem;border-radius:.75rem;border:1px solid rgba(148,163,184,.15);background:#ffffffd9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);text-decoration:none;color:inherit;transition:transform .15s ease,box-shadow .15s ease;box-shadow:0 1px 2px #0f172a0d}.AdminMemberListTab-card:hover{transform:translateY(-2px);box-shadow:0 6px 16px #0f172a1a}.AdminMemberListTab-iconWrap{width:48px;height:48px;border-radius:50%;background:#dbeafe;display:flex;align-items:center;justify-content:center}.AdminMemberListTab-icon{width:26px;height:26px;color:#1d4ed8}.AdminMemberListTab-info{display:flex;flex-direction:column;gap:.4rem}.AdminMemberListTab-name{font-size:1.05rem;font-weight:700;margin:0;color:#1e293b}.AdminMemberListTab-email{margin:0;font-size:.85rem;color:#64748b}.AdminMemberListTab-row{display:flex;justify-content:space-between;font-size:.85rem;color:#475569}.AdminMemberListTab-label{font-weight:600;color:#1e40af}.AdminMemberListTab-pagination{display:flex;align-items:center;justify-content:center;gap:1.5rem;margin-top:2rem}.AdminMemberListTab-pagination button{background:none;border:1px solid rgba(148,163,184,.5);padding:.4rem 1.2rem;border-radius:9999px;cursor:pointer;color:#1e40af}.AdminMemberListTab-pagination button:disabled{opacity:.4;cursor:not-allowed}.AdminMemberListTab-pageInfo{font-weight:600;color:#475569}@media (max-width: 640px){.AdminMemberListTab-filterItem select{min-width:140px}}.AdminPage-list{padding-left:1.2rem}.AdminPage-list li{margin-bottom:.5rem}.AdminPage-list button{margin-left:.5rem;min-width:0}.AdminPage-deleteBtn{background:none;border:none;padding:0;width:1.4rem;height:1.4rem;display:inline-flex;align-items:center;justify-content:center}.AdminPage-deleteBtn img{width:1.2rem;height:1.2rem}.AdminPage-section{margin:1.5rem 0;padding:1rem;border:1px solid #ddd}.AdminPage-tabNav,.AdminPage-subTabNav{display:flex;margin-bottom:1rem}.AdminPage-tabNav button,.AdminPage-subTabNav button{flex:1;padding:.6rem .5rem;border:none;border-bottom:2px solid #bbb;background:none;cursor:pointer;border-radius:0;color:#333}.AdminPage-tabNav button.active,.AdminPage-subTabNav button.active{border-bottom:4px solid var(--color-primary-dark);color:var(--color-primary-dark);font-weight:600}.AdminPage-buttons{display:flex;justify-content:center;gap:1rem;margin-top:1rem}.AdminPage-buttons button{width:120px;padding:.5rem 1rem;border:none;border-radius:0;background:var(--color-primary-dark);color:#fff;cursor:pointer;transition:background .15s ease}.AdminPage-buttons button:first-child{background:#bbb}.AdminPage-buttons button:hover{opacity:.7}@keyframes AdminPage-spin{to{transform:rotate(360deg)}}.AdminPage-spinner{width:48px;height:48px;border:4px solid #ddd;border-top-color:#e156a9;border-right-color:#2b63b5;border-radius:50%;animation:AdminPage-spin .8s linear infinite;margin:2rem auto}@keyframes AdminPage-toastFade{0%{opacity:0;transform:translate(-50%,-20px)}10%{opacity:1;transform:translate(-50%)}90%{opacity:1;transform:translate(-50%)}to{opacity:0;transform:translate(-50%,-20px)}}.AdminPage-toast{position:fixed;left:50%;top:1rem;transform:translate(-50%);padding:.8rem 1.4rem;border-radius:var(--radius);color:#fff;font-weight:500;z-index:2000;animation:AdminPage-toastFade 4s ease forwards;box-shadow:0 2px 12px #0000004d}.AdminPage-toast--success{background:#5cb85c}.AdminPage-toast--error{background:#d9534f}.Messages{margin:0 0 .75rem;background:#ffffffb3;border:1px solid rgba(255,255,255,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:.5rem;padding:1rem}.Messages-header{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem;padding-bottom:.5rem;border-bottom:1px solid rgba(0,0,0,.05)}.Messages-header h2{font-size:1rem;font-weight:600}.Messages-icon{width:24px;height:24px;color:#2b63b5}.Messages-list{list-style:none;padding:0;margin:0}.Messages-item{display:flex;justify-content:space-between;align-items:center;width:100%;padding:.75rem;border:none;background:none;border-bottom:1px solid rgba(0,0,0,.05);text-align:left;cursor:pointer}.Messages-item:hover{background:#0000000d;border-radius:.5rem}.Messages-left{display:flex;flex-direction:column;align-items:flex-start}.Messages-date{font-size:.75rem;color:#666}.Messages-title{font-weight:600;color:#374151}.Messages-arrow{width:20px;height:20px;color:#94a3b8;flex-shrink:0}.Messages-more{display:block;margin:1rem auto;padding:.5rem 1rem;border:none;border-radius:4px;background:var(--color-primary);color:#fff;cursor:pointer}.Messages-empty{margin:1rem 0}.msgm-modal{background:#fff;border-radius:var(--radius);padding:1rem 1.5rem;max-width:600px;width:90%;box-shadow:0 4px 20px #0000001a}.msgm-header{text-align:center;margin-bottom:.75rem}.msgm-title{font-size:1.125rem;font-weight:600;margin:0}.msgm-closeButton{position:absolute;top:8px;right:8px;background:none;border:none;font-size:1.25rem;line-height:1;cursor:pointer}.msgm-body{white-space:pre-wrap;margin:.5rem 0 0}.Inquiries{margin:0 0 .75rem;background:#ffffffb3;border:1px solid rgba(255,255,255,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:.5rem;padding:1rem}.Inquiries-header{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem;padding-bottom:.5rem;border-bottom:1px solid rgba(0,0,0,.05)}.Inquiries-header h2{font-size:1rem;font-weight:600}.Inquiries-icon{width:24px;height:24px;color:#2b63b5}.Inquiries-list{list-style:none;padding:0;margin:0}.Inquiries-item{display:flex;justify-content:space-between;align-items:center;width:100%;padding:.75rem;border:none;background:none;border-bottom:1px solid rgba(0,0,0,.05);text-align:left;cursor:pointer}.Inquiries-item:hover{background:#0000000d;border-radius:.5rem}.Inquiries-left{display:flex;flex-direction:column;align-items:flex-start}.Inquiries-date{font-size:.75rem;color:#666}.Inquiries-title{font-weight:600;color:#374151}.Inquiries-arrow{width:20px;height:20px;color:#94a3b8;flex-shrink:0}.Inquiries-more{display:block;margin:1rem auto;padding:.5rem 1rem;border:none;border-radius:4px;background:var(--color-primary);color:#fff;cursor:pointer}.Inquiries-empty{margin:1rem 0}.AnimatedNumber-root{display:inline-block}.ecrm-modal{line-height:1.7;color:#333;background-color:#fff;width:calc(100% - 1rem);margin:0 .5rem;max-width:640px;max-height:80vh;border-radius:8px;position:relative;padding:.25rem;box-sizing:border-box;overflow:hidden}.ecrm-content{max-height:calc(80vh - 1rem);overflow-y:auto;padding:1rem .5rem}.ecrm-header{text-align:center;padding-bottom:.5em;border-bottom:1px solid #e0e0e0;margin-bottom:1em}.ecrm-header h1{font-size:1.2em;color:#2c3e50;margin:0;font-weight:600}.ecrm-section{margin-bottom:1em}.ecrm-section h2{font-size:1.1em;color:#2b63b5;border-bottom:2px solid #2b63b5;padding-bottom:.25em;margin-top:0;margin-bottom:.75em}.ecrm-section p{margin-top:0;margin-bottom:.75em;font-size:.9em}.ecrm-section strong{color:#2b63b5;font-weight:600}.ecrm-section ul{padding-left:1.25em;list-style-type:disc;font-size:.9em}.ecrm-section li{margin-bottom:.6em}.ecrm-diagram{margin:1em 0;font-size:.9em}.ecrm-diagram p{font-size:.9em;text-align:center;margin:0 0 .5em;color:#555}.ecrm-diagram-passline p{margin-bottom:2em}.ecrm-bar-container{position:relative;width:100%;height:25px;background-color:#e9ecef;border-radius:5px;margin-top:0}.ecrm-confidence-bar{position:absolute;top:0;height:100%;background-image:linear-gradient(to right,#2b63b5,#e156a9);border-radius:5px;display:flex;justify-content:space-between;align-items:center;color:#fff;font-size:.8em;padding:0 8px;box-sizing:border-box;white-space:nowrap}.ecrm-confidence-bar span{color:#fff}.ecrm-pass-marker{position:absolute;top:-25px;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;z-index:10}.ecrm-pass-marker-text{font-size:.8em;font-weight:700;color:#333;white-space:nowrap}.ecrm-pass-marker-triangle{width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-top:8px solid #333;margin-top:2px}.ecrm-closeButton{position:absolute;top:8px;right:8px;background:transparent;border:none;font-size:1.5rem;line-height:1;cursor:pointer;color:#333;min-width:0}.ecrm-bottomCloseButton{display:flex;align-items:center;justify-content:center;gap:.25rem;margin:1rem auto 0;padding:.25rem .75rem;background:transparent;border:1px solid #ccc;color:#666;border-radius:50%;font-size:.75rem;cursor:pointer}.prm-modal{line-height:1.7;color:#333;background-color:#fff;width:calc(100% - 1rem);margin:0 .5rem;max-width:640px;max-height:80vh;border-radius:8px;position:relative;padding:.25rem;box-sizing:border-box;overflow:hidden}.prm-content{max-height:calc(80vh - 1rem);overflow-y:auto;padding:1rem .5rem}.prm-header{text-align:center;padding-bottom:.5em;border-bottom:1px solid #e0e0e0;margin-bottom:1em}.prm-header h1{font-size:1.2em;color:#2c3e50;margin:0;font-weight:600}.prm-section{margin-bottom:1em}.prm-section h2{font-size:1.1em;color:#2b63b5;border-bottom:2px solid #2b63b5;padding-bottom:.25em;margin-top:0;margin-bottom:.75em}.prm-section p{margin-top:0;margin-bottom:.75em;font-size:.9em}.prm-section strong{color:#2b63b5;font-weight:600}.prm-section ul{padding-left:1.25em;list-style-type:disc;font-size:.9em}.prm-section li{margin-bottom:.6em}.prm-diagram{margin:1.5em 0;font-size:.9em;padding:.5rem 0;background-color:#f8f9fa;border-radius:8px;text-align:center}.prm-formula{display:flex;align-items:center;justify-content:center;gap:1rem;flex-wrap:wrap}.prm-formula-box{background-color:transparent;padding:0;border:none;box-shadow:none;margin:0}.prm-formula-box .label{font-size:.7rem;color:#6c757d;text-align:center}.prm-formula-box .value{font-size:.9rem;font-weight:700;color:#2b63b5;text-align:center}.prm-formula-op{font-size:1.2rem;font-weight:700;color:#6c757d}.prm-closeButton{position:absolute;top:8px;right:8px;background:transparent;border:none;font-size:1.5rem;line-height:1;cursor:pointer;color:#333;min-width:0}.prm-bottomCloseButton{display:flex;align-items:center;justify-content:center;gap:.25rem;margin:1rem auto 0;padding:.25rem .75rem;background:transparent;border:1px solid #ccc;color:#666;border-radius:50%;font-size:.75rem;cursor:pointer}.UserStats-root{margin:0 0 .75rem;background:#ffffffb3;border:1px solid rgba(255,255,255,.2);border-radius:.5rem;padding:1rem}.UserStats-titleRow{display:flex;justify-content:space-between;align-items:center;margin-bottom:.25rem;padding-bottom:.5rem;border-bottom:1px solid rgba(0,0,0,.05)}.UserStats-note{font-size:.75rem;color:#666;margin-bottom:1rem}.UserStats-titleRow h2{font-size:1rem;font-weight:600}.UserStats-title{display:flex;align-items:center;gap:.75rem}.UserStats-icon{width:24px;height:24px;color:#2b63b5}.UserStats-badge{background:#dbeafe;color:#1e40af;font-size:.75rem;font-weight:600;padding:.25rem .5rem;border-radius:9999px}.UserStats-selectWrapper{margin-bottom:1rem}.UserStats-gradeSelect{width:100%;padding:.875rem 1rem;border:1px solid #ccc;border-radius:9999px;background:#fff;font-size:1.125rem;text-align:center;text-align-last:center}.UserStats-gradeSelect option:disabled{color:#999}.UserStats-tabs{display:flex;margin:0;border-bottom:1px solid #ccc}.UserStats-tab{flex:1 1 auto;padding:.5rem 0;background:#f5f5f5;border:none;border-bottom:2px solid transparent;cursor:pointer;font-size:.85rem;color:#000}.UserStats-tab--active{background:#fff;font-weight:700;position:relative}.UserStats-tab--active:after{content:"";position:absolute;left:0;right:0;bottom:0;height:3px;background:linear-gradient(45deg,#2b63b5,#e156a9)}.UserStats-expected{text-align:center;margin:1rem 0 1.5rem;color:#000;font-weight:600}.UserStats-expectedValue{font-size:1.25rem;font-weight:700;margin-left:.25rem}.UserStats-items{display:flex;flex-direction:column;gap:0}.UserStats-item{position:relative}.UserStats-itemTitle{font-weight:600;margin:0 0 .25rem}.UserStats-itemExpected{font-size:.75rem;color:#666;margin:0 0 .25rem}.UserStats-item+.UserStats-item{border-top:1px solid rgba(0,0,0,.1);margin-top:1rem;padding-top:1rem}.UserStats-barOuter{position:relative;width:100%;height:.75rem;background:#e0e0e0;border-radius:.375rem}.UserStats-barOuter--overall{margin-bottom:.5rem;background:none}.UserStats-barOuter--part{height:.5rem;overflow:hidden}.UserStats-barInner{width:100%;height:100%;background:linear-gradient(45deg,#2b63b5,#e156a9);transform-origin:left;border-radius:inherit;position:relative;z-index:0}.UserStats-barInner--animate{animation:UserStats-grow .6s ease-out forwards}@keyframes UserStats-grow{0%{transform:scaleX(0)}to{transform:scaleX(1)}}.UserStats-number{display:inline-block;animation:UserStats-fade .6s ease}.UserStats-partLink{display:inline-block;margin-top:.25rem;color:#666;text-decoration:underline}.UserStats-linkRow{display:flex;align-items:center;margin-top:.25rem;gap:.5rem}.UserStats-pointChip{position:absolute;top:.25rem;right:0;background:#e5e7eb;color:#374151;font-size:.75rem;font-weight:600;padding:.25rem .5rem;border-radius:9999px}.UserStats-growthChip{background:linear-gradient(45deg,#e7d5ff,#d5e7ff);color:#374151;font-size:.75rem;font-weight:600;padding:.25rem .5rem;border-radius:9999px}.UserStats-growthChip--max{background:linear-gradient(45deg,#2b63b5,#e156a9);color:#fff}.UserStats-infoButtons{display:flex;justify-content:center;width:100%;gap:.5rem;margin-bottom:1rem}.UserStats-infoButton{display:flex;align-items:center;justify-content:center;flex:1;max-width:200px;width:100%;gap:.25rem;margin:.25rem 0 0;padding:.25rem .75rem;background:transparent;border:1px solid #ccc;color:#666;border-radius:50px;font-size:.75rem;cursor:pointer}.UserStats-infoIcon{width:1em;height:1em}.UserStats-shareButtons{display:flex;justify-content:center;width:100%;gap:clamp(.25rem,5vw,1rem);margin:.75rem 0 0;flex-wrap:wrap}.UserStats-shareButton{display:inline-flex;border:none;background:none;padding:0;margin:0;cursor:pointer;align-items:center;justify-content:center;min-width:0;width:20%}.UserStats-shareButton:hover{opacity:.8}.UserStats-shareDivider{height:1px;background:#0000001a;margin-top:.75rem}.UserStats-markerLabel{position:absolute;top:-1.5rem;transform:translate(-50%);font-size:.75rem;color:#333;z-index:1}.UserStats-markerTriangle{position:absolute;top:-.3rem;transform:translate(-50%);font-size:.75rem;color:#000;line-height:1;z-index:1}.UserStats-markerLine{position:absolute;top:0;bottom:0;width:1px;background:#0003;transform:translate(-50%);z-index:1}@keyframes UserStats-fade{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes UserStats-spin{to{transform:rotate(360deg)}}.UserStats-spinner{width:48px;height:48px;border:4px solid #ddd;border-top-color:#e156a9;border-right-color:#2b63b5;border-radius:50%;animation:UserStats-spin .8s linear infinite;margin:0 auto}.AdminMemberDetailPage-body{background:linear-gradient(45deg,#e7d5ff,#d5e7ff)}.AdminMemberDetailPage{min-height:100vh;padding:2rem 1rem 4rem}.AdminMemberDetailPage-container{width:100%;max-width:840px;margin:0 auto;display:flex;flex-direction:column;gap:1.5rem}.AdminMemberDetailPage-title{font-size:1.4rem;font-weight:700;text-align:center;color:#1f2937}.AdminMemberDetailPage-loading{width:48px;height:48px;margin:2rem auto 0;border-radius:50%;border:4px solid rgba(148,163,184,.4);border-top-color:#ef4444;border-right-color:#1d4ed8;animation:AdminMemberDetailPage-spin .8s linear infinite}@keyframes AdminMemberDetailPage-spin{to{transform:rotate(360deg)}}.AdminMemberDetailPage-error{text-align:center;color:#dc2626}.AdminMemberDetailPage-card{background:#ffffffd1;border:1px solid rgba(255,255,255,.2);border-radius:.75rem;padding:1.2rem;box-shadow:0 8px 24px #0f172a14;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.AdminMemberDetailPage-iconWrap{background:#dbeafe;width:72px;height:72px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.AdminMemberDetailPage-icon{width:36px;height:36px;color:#1d4ed8}.AdminMemberDetailPage-profileInfo{display:flex;flex-direction:column;gap:.35rem}.AdminMemberDetailPage-name{margin:0;font-size:1.35rem;font-weight:700;color:#1e293b}.AdminMemberDetailPage-email{margin:0;font-size:.95rem;color:#64748b}.AdminMemberDetailPage-grade{margin:0;font-size:.95rem;font-weight:600;color:#475569}.AdminMemberDetailPage-gradeValue{margin-left:.5rem;color:#2563eb}.AdminMemberDetailPage-infoCard{display:flex;flex-direction:column;gap:1rem}.AdminMemberDetailPage-sectionTitle{font-size:1.1rem;font-weight:600;color:#1f2937;margin:0}.AdminMemberDetailPage-infoList{margin:0;display:flex;flex-direction:column;gap:.75rem}.AdminMemberDetailPage-infoRow{display:flex;justify-content:space-between;font-size:.95rem;color:#475569}.AdminMemberDetailPage-infoRow dt{font-weight:600;color:#1d4ed8}.AdminMemberDetailPage-infoRow dd{margin:0}.AdminMemberDetailPage-backWrapper{display:flex;justify-content:center;margin:2rem 0 0}.AdminMemberDetailPage-backButton{background:none;border:none;color:#6b7280;text-decoration:underline;font-size:.95rem;cursor:pointer}.AdminMemberDetailPage-backButton:hover{color:#4b5563}@media (max-width: 640px){.AdminMemberDetailPage-card{padding:1rem}.AdminMemberDetailPage-iconWrap{width:64px;height:64px}}.cpm-modal{background:#fff;width:100%;max-width:480px;margin:0 .2rem;padding:2rem;border-radius:12px;box-shadow:0 4px 12px #00000026}.cpm-title{margin-bottom:1rem;font-size:1.25rem;text-align:center}.cpm-form{display:grid;gap:1rem}.cpm-form label{display:grid;gap:.5rem;font-size:.9rem}.cpm-error{color:var(--color-secondary);text-align:center;font-size:.85rem}.cpm-message{text-align:center;margin:2rem 0 1rem}.cpm-buttons{display:flex;justify-content:center;gap:1rem;margin-top:1rem}.cpm-buttons button{width:140px;padding:.5rem 1.25rem;border:none;border-radius:0;font:inherit;cursor:pointer;transition:background .15s ease}.cpm-buttons button:first-child{background:#bbb;color:#fff}.cpm-buttons button:last-child{background:var(--color-primary-dark);color:#fff}.cpm-buttons button:hover:not(:disabled){opacity:.7}.wdm-modal{background:#fff;width:100%;max-width:480px;padding:2rem;border-radius:12px;margin:0 .2rem;box-shadow:0 4px 12px #00000026;position:relative}.wdm-title{margin-bottom:1rem;font-size:1.25rem;text-align:center}.wdm-message{margin-bottom:1.25rem;line-height:1.5}.wdm-keyword{font-weight:700;color:var(--color-secondary)}.wdm-error{color:#c00;text-align:center;margin-bottom:1rem}.wdm-buttons{display:flex;justify-content:center;gap:1rem;margin-top:1rem}.wdm-buttons button{width:140px;padding:.5rem 1.25rem;border:none;border-radius:0;font:inherit;cursor:pointer;transition:background .15s ease}.wdm-buttons button:first-child{background:#bbb;color:#fff}.wdm-buttons button:last-child{background:var(--color-primary-dark);color:#fff}.wdm-buttons .wdm-danger{background:var(--color-secondary)}.wdm-buttons button:hover:not(:disabled){opacity:.7}.wdm-buttons button:disabled{opacity:.5;cursor:not-allowed}@keyframes wdm-spin{to{transform:rotate(360deg)}}.wdm-loadingOverlay{position:absolute;top:0;right:0;bottom:0;left:0;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#fff9;display:flex;flex-direction:column;align-items:center;justify-content:center;border-radius:12px}.wdm-spinner{width:48px;height:48px;border:4px solid #ddd;border-top-color:#e156a9;border-right-color:#2b63b5;border-radius:50%;animation:wdm-spin .8s linear infinite;margin-bottom:.5rem}.epm-modal{background:#fff;width:100%;max-width:480px;margin:0 .2rem;padding:2rem;border-radius:12px;box-shadow:0 4px 12px #00000026;position:relative}.epm-title{margin-bottom:1rem;font-size:1.25rem;text-align:center}.epm-field{margin-bottom:1rem}.epm-field>label{display:block;margin-bottom:.4rem}.epm-error{color:#c00;text-align:center;margin-bottom:1rem}.epm-success{color:green;text-align:center;margin-bottom:1rem}.epm-buttons{display:flex;justify-content:center;gap:1rem;margin-top:1rem}.epm-buttons button{width:140px;padding:.5rem 1.25rem;border:none;border-radius:0;font:inherit;cursor:pointer;transition:background .15s ease}.epm-buttons button:first-child{background:#bbb;color:#fff}.epm-buttons button:last-child{background:var(--color-primary-dark);color:#fff}.epm-buttons button:hover:not(:disabled){opacity:.7}@keyframes epm-spin{to{transform:rotate(360deg)}}.epm-loadingOverlay{position:absolute;top:0;right:0;bottom:0;left:0;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#fff9;display:flex;flex-direction:column;align-items:center;justify-content:center;border-radius:12px}.epm-spinner{width:48px;height:48px;border:4px solid #ddd;border-top-color:#e156a9;border-right-color:#2b63b5;border-radius:50%;animation:epm-spin .8s linear infinite;margin-bottom:.5rem}.epm-loadingText{margin-top:.5rem}body.MyPage-body{height:auto;min-height:100vh;background:linear-gradient(45deg,#e7d5ff,#d5e7ff)}.MyPage-main{width:100%;max-width:800px;min-height:100vh;margin:0 auto;padding:1rem 8px;display:flex;flex-direction:column}.MyPage-title{font-size:1.2rem;font-weight:700;text-align:center;margin-bottom:.5rem;color:#1e293b}.MyPage-sectionHeader{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem;padding-bottom:.5rem;border-bottom:1px solid rgba(0,0,0,.05)}.MyPage-headerLeft{display:flex;align-items:center;gap:.75rem}.MyPage-sectionIcon{width:24px;height:24px;color:#2b63b5}@keyframes MyPage-spin{to{transform:rotate(360deg)}}.MyPage-spinner{width:48px;height:48px;border:4px solid #ddd;border-top-color:#e156a9;border-right-color:#2b63b5;border-radius:50%;animation:MyPage-spin .8s linear infinite;margin:0 auto}.MyPage-infoTable{width:100%;border-collapse:collapse;margin-bottom:.5rem}.MyPage-infoTable th,.MyPage-infoTable td{border:1px solid #ddd;padding:.5rem}.MyPage-infoTable th{text-align:left}.MyPage-infoTable td{text-align:right}.MyPage-profile{margin-bottom:2rem}.MyPage-editButton{background:none;min-width:auto;padding:0;display:flex;align-items:center;justify-content:center;width:1.4rem;height:1.4rem}.MyPage-editButton:hover{background:none;transform:none;opacity:.7}.MyPage-editButton img{width:1.2rem;height:1.2rem}.MyPage-procedures{margin-bottom:2rem}.MyPage-pagination{display:flex;align-items:center;justify-content:center;gap:1rem;margin:1rem 0}.MyPage-pagination button{background:none;min-width:auto;padding:0;color:var(--color-primary)}.MyPage-pagination button:hover{background:none;transform:none;opacity:.7}@keyframes MyPage-toastFade{0%{opacity:0;transform:translate(-50%,-20px)}10%{opacity:1;transform:translate(-50%)}90%{opacity:1;transform:translate(-50%)}to{opacity:0;transform:translate(-50%,-20px)}}.MyPage-toast{position:fixed;left:50%;top:1rem;transform:translate(-50%);padding:.8rem 1.4rem;border-radius:var(--radius);color:#fff;font-weight:500;z-index:2000;animation:MyPage-toastFade 4s ease forwards;box-shadow:0 2px 12px #0000004d}.MyPage-toast--success{background:#5cb85c}.MyPage-toast--error{background:#d9534f}.MyPage-inquiries{margin-top:2rem}.MyPage-inquiryList{list-style:none;padding:0;margin:0}.MyPage-inquiryItem{display:flex;justify-content:space-between;align-items:flex-start;border-bottom:1px solid #ccc;padding:.75rem 0}.MyPage-inquiryItem:first-child{border-top:1px solid #ccc}.MyPage-inquiryLeft{display:flex;flex-direction:column}.MyPage-inquirySubject{color:var(--color-primary)}.MyPage-inquiryDate{font-size:.75rem;color:#666}.MyPage-inquiryOpen{background:none;border:none;padding:0;color:#94a3b8;display:flex}.MyPage-inquiryOpen:hover{background:none;transform:none;opacity:.7}.MyPage-card{background:#ffffffb3;border:1px solid rgba(255,255,255,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:.5rem;padding:.75rem;margin-bottom:.75rem;box-shadow:0 1px 2px #0000000d}.MyPage-sectionHeader h2{font-size:1rem;font-weight:600}.MyPage-profileCard{display:flex;align-items:center;gap:1rem}.MyPage-profileIconWrap{background:#dbeafe;padding:.75rem;border-radius:9999px}.MyPage-profileIcon{width:28px;height:28px;color:#2b63b5}.MyPage-profileInfo{flex:1 1 auto}.MyPage-profileName{font-size:1.125rem;font-weight:700;color:#1e293b;margin:0}.MyPage-profileEmail{font-size:.875rem;color:#64748b;margin:0;margin-bottom:.25rem}.MyPage-profileGrade{margin-top:.25rem;font-size:.875rem;font-weight:600;color:#475569;margin:0}.MyPage-profileGradeValue{color:#2b63b5;font-weight:700}.MyPage-settingsList{display:flex;flex-direction:column}.MyPage-settingsItem{display:flex;justify-content:space-between;align-items:center;padding:1rem .5rem;border-bottom:1px solid rgba(0,0,0,.05);background:none;text-align:left;cursor:pointer}.MyPage-settingsItem:last-child{border-bottom:none}.MyPage-settingsItem:hover{background:#0000000d;border-radius:.5rem}.MyPage-settingsText{font-weight:500}.MyPage-itemArrow{width:20px;height:20px;color:#94a3b8}body.LegalPage-body{height:auto;min-height:100vh;background:linear-gradient(45deg,#e7d5ff,#d5e7ff)}.LegalPage-page{padding:.5rem 0}.LegalPage-content{max-width:900px;width:calc(100% - 16px);margin:.5rem auto;background:#fffc;border-radius:8px;padding:.5rem 1rem;line-height:1.4;font-size:.875rem}.LegalPage-content h1,.LegalPage-content h2,.LegalPage-content h3,.LegalPage-content h4,.LegalPage-content h5,.LegalPage-content h6{margin-top:1em;margin-bottom:.4em}.LegalPage-content h1:first-child,.LegalPage-content h2:first-child,.LegalPage-content h3:first-child{margin-top:0}.LegalPage-content p{margin:.5em 0}.LegalPage-content ul,.LegalPage-content ol{padding-left:1rem;margin-bottom:.5em}.LegalPage-content li{margin-bottom:.2em}.LegalPage-content h1,.LegalPage-content h2{text-align:center}.LegalPage-content h1{font-size:1.25rem}.LegalPage-content h2{font-size:1.1rem}.LegalPage-topButton{display:block;margin:1rem auto 0;background:none;color:#666;padding:0;border:none;text-decoration:underline;cursor:pointer;box-shadow:none}.LegalPage-topButton:hover{opacity:.8}body.TermsPage-body{height:auto;min-height:100vh;background:linear-gradient(45deg,#e7d5ff,#d5e7ff)}.TermsPage-page{padding:.5rem 0}.TermsPage-content{max-width:900px;width:calc(100% - 16px);margin:.5rem auto;background:#fffc;border-radius:8px;padding:.5rem 1rem;line-height:1.4;font-size:.875rem}.TermsPage-content h1,.TermsPage-content h2,.TermsPage-content h3,.TermsPage-content h4,.TermsPage-content h5,.TermsPage-content h6{margin-top:1em;margin-bottom:.4em}.TermsPage-content h1:first-child,.TermsPage-content h2:first-child,.TermsPage-content h3:first-child{margin-top:0}.TermsPage-content p{margin:.5em 0}.TermsPage-content ul,.TermsPage-content ol{padding-left:1rem;margin-bottom:.5em}.TermsPage-content li{margin-bottom:.2em}.TermsPage-content h1,.TermsPage-content h2{text-align:center}.TermsPage-content h1{font-size:1.25rem}.TermsPage-content h2{font-size:1.1rem}.TermsPage-topButton{display:block;margin:1rem auto 0;background:none;color:#666;padding:0;border:none;text-decoration:underline;cursor:pointer;box-shadow:none}.TermsPage-topButton:hover{opacity:.8}body.PrivacyPage-body{height:auto;min-height:100vh;background:linear-gradient(45deg,#e7d5ff,#d5e7ff)}.PrivacyPage-page{padding:.5rem 0}.PrivacyPage-content{max-width:900px;width:calc(100% - 16px);margin:.5rem auto;background:#fffc;border-radius:8px;padding:.5rem 1rem;line-height:1.4;font-size:.875rem}.PrivacyPage-content h1,.PrivacyPage-content h2,.PrivacyPage-content h3,.PrivacyPage-content h4,.PrivacyPage-content h5,.PrivacyPage-content h6{margin-top:1em;margin-bottom:.4em}.PrivacyPage-content h1:first-child,.PrivacyPage-content h2:first-child,.PrivacyPage-content h3:first-child{margin-top:0}.PrivacyPage-content p{margin:.5em 0}.PrivacyPage-content ul,.PrivacyPage-content ol{padding-left:1rem;margin-bottom:.5em}.PrivacyPage-content li{margin-bottom:.2em}.PrivacyPage-content h1,.PrivacyPage-content h2{text-align:center}.PrivacyPage-content h1{font-size:1.25rem}.PrivacyPage-content h2{font-size:1.1rem}.PrivacyPage-topButton{display:block;margin:1rem auto 0;background:none;color:#666;padding:0;border:none;text-decoration:underline;cursor:pointer;box-shadow:none}.PrivacyPage-topButton:hover{opacity:.8}body.ContactPage-body{height:auto;min-height:100vh;background:linear-gradient(45deg,#e7d5ff,#d5e7ff)}body.ContactPage-body .Footer-footer{background:none;border-top:none}.ContactPage-page{padding:1rem;line-height:1.6;max-width:800px;margin:0 auto}.ContactPage-form{display:flex;flex-direction:column;gap:1rem;max-width:640px;margin-bottom:2rem}.ContactPage-field label{display:flex;justify-content:space-between;align-items:center;margin-bottom:.25rem;font-size:.9rem}.ContactPage-field textarea{min-height:8rem}.ContactPage-submitButton{background:linear-gradient(45deg,#e156a9,#2b63b5);padding:.6rem 1.2rem}.ContactPage-autoButton{background:none;border:none;padding:0;color:#4a73a1;font-size:.8rem;text-decoration:underline}.ContactPage-autoButton:hover,.ContactPage-autoButton:focus-visible{background:none!important;transform:none!important;opacity:.7}.ContactPage-autoButton:disabled{color:#999;cursor:not-allowed}@keyframes ContactPage-toastFade{0%{opacity:0;transform:translate(-50%,-20px)}10%{opacity:1;transform:translate(-50%)}90%{opacity:1;transform:translate(-50%)}to{opacity:0;transform:translate(-50%,-20px)}}.ContactPage-toast{position:fixed;left:50%;top:1rem;transform:translate(-50%);padding:.8rem 1.4rem;border-radius:var(--radius);color:#fff;font-weight:500;z-index:2000;animation:ContactPage-toastFade 4s ease forwards;box-shadow:0 2px 12px #0000004d}.ContactPage-toast--success{background:#5cb85c}.ContactPage-toast--error{background:#d9534f}.ContactPage-note{font-size:.9rem;color:#666}.ContactPage-inputWrapper{position:relative}.ContactPage-generatingOverlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#fff9;display:flex;align-items:center;justify-content:center}@keyframes ContactPage-spin{to{transform:rotate(360deg)}}.ContactPage-spinner{width:48px;height:48px;border:4px solid #ddd;border-top-color:#e156a9;border-right-color:#2b63b5;border-radius:50%;animation:ContactPage-spin .8s linear infinite}.acm-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;display:flex;justify-content:center;align-items:center;z-index:1000}.acm-modal{background:#fff;padding:24px;border-radius:4px;max-width:320px;width:90%}.acm-message{margin-bottom:16px}.acm-buttons{display:flex;justify-content:flex-end;gap:8px}
