@import"https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700&display=swap";.header{background-color:#fff;border-bottom:1px solid #e4e6eb;position:sticky;top:0;z-index:100}.header-container{max-width:1280px;margin:0 auto;padding:16px 24px;display:flex;justify-content:space-between;align-items:center}.header-brand{background:none;border:none;cursor:pointer;padding:0}.brand-text{font-size:18px;font-weight:700;color:#222}.mobile-menu-toggle{display:none;background:none;border:none;cursor:pointer;padding:8px}.hamburger{display:flex;flex-direction:column;gap:4px;width:24px}.hamburger span{display:block;height:2px;background-color:#222;transition:all .2s}.hamburger.open span:nth-child(1){transform:translateY(6px) rotate(45deg)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}.header-nav{display:flex;align-items:center;gap:16px}.nav-link{background:none;border:none;padding:8px 16px;cursor:pointer;font-size:15px;color:#444;border-radius:6px;transition:all .15s}.nav-link:hover{background-color:#fafbfc}.nav-link.active{color:#222;background-color:#fafbfc}.nav-link.primary{background-color:#38c6d9;color:#fff}.nav-link.primary:hover{background-color:#2eb3c5}.user-menu{position:relative}.user-button{display:flex;align-items:center;gap:8px;background:none;border:none;cursor:pointer;padding:4px 12px;border-radius:6px;transition:background-color .15s;min-height:44px}.user-button:hover{background-color:#fafbfc}.user-avatar{width:32px;height:32px;border-radius:50%;background-color:#38c6d9;color:#fff;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;flex-shrink:0}.user-name{font-size:15px;color:#222;line-height:32px;display:flex;align-items:center}.dropdown-arrow{font-size:13px;color:#444;transition:transform .15s;line-height:32px;display:flex;align-items:center}.dropdown-arrow.open{transform:rotate(180deg)}.dropdown-menu{position:absolute;top:calc(100% + 8px);right:0;background:#fff;border:1px solid #e4e6eb;border-radius:6px;box-shadow:0 4px 12px #0000001a;min-width:200px;padding:8px 0}.dropdown-item{display:flex;align-items:center;gap:12px;width:100%;padding:12px 16px;border:none;background:none;cursor:pointer;font-size:15px;color:#444;text-align:left;transition:background-color .15s}.dropdown-item:hover{background-color:#fafbfc}.dropdown-icon{font-size:15px}.dropdown-divider{height:1px;background-color:#e4e6eb;margin:8px 0}@media(max-width:768px){.header-container{padding:16px}.mobile-menu-toggle{display:block}.header-nav{position:fixed;top:65px;left:0;right:0;background-color:#fff;border-bottom:1px solid #e4e6eb;flex-direction:column;align-items:stretch;padding:16px;gap:8px;transform:translateY(-100%);opacity:0;pointer-events:none;transition:all .2s}.header-nav.mobile-open{transform:translateY(0);opacity:1;pointer-events:auto}.nav-link{width:100%;text-align:left}.user-menu{width:100%}.user-button{width:100%;justify-content:flex-start}.dropdown-menu{position:static;box-shadow:none;border:none;margin-top:8px}}@media(max-width:375px){.brand-text{font-size:15px}.user-name{display:none}}.login-container{display:flex;justify-content:center;align-items:center;min-height:100vh;background-color:#f5f5f5;padding:20px}.login-card{background:#fff;border-radius:8px;box-shadow:0 4px 6px #0000001a;padding:40px;max-width:400px;width:100%;text-align:center}.login-card h2{margin-bottom:16px;color:#333;font-size:24px}.login-description{color:#666;margin-bottom:24px;line-height:1.5}.login-form{text-align:left;margin-bottom:24px}.form-group{margin-bottom:16px}.form-group label{display:block;margin-bottom:6px;color:#333;font-weight:500}.form-group input{width:100%;padding:12px;border:1px solid #d1d5db;border-radius:4px;font-size:16px;box-sizing:border-box}.form-group input:focus{outline:none;border-color:#0078d4;box-shadow:0 0 0 3px #0078d41a}.form-group input:disabled{background-color:#f3f4f6;cursor:not-allowed}.login-button{background-color:#0078d4;color:#fff;border:none;border-radius:4px;padding:12px 24px;font-size:16px;cursor:pointer;width:100%;margin-bottom:16px;transition:background-color .2s}.login-button:hover:not(:disabled){background-color:#106ebe}.login-button:disabled{background-color:#ccc;cursor:not-allowed}.error-message{background-color:#fef2f2;border:1px solid #fecaca;color:#dc2626;padding:12px;border-radius:4px;margin-bottom:16px}.success-message{background-color:#f0f9ff;border:1px solid #bae6fd;color:#0369a1;padding:12px;border-radius:4px;margin-top:16px}.user-info{text-align:left;background-color:#f9fafb;padding:16px;border-radius:4px;margin:16px 0}.user-info p{margin:8px 0;color:#374151}.login-info{margin-top:24px;padding-top:16px;border-top:1px solid #e5e7eb}.login-info p{color:#666;font-size:14px;margin:0}.login-hint{margin-top:12px;text-align:center}.login-hint p{color:#666;font-size:12px;margin:0}._container_10ths_1{padding:2rem;max-width:1200px;margin:0 auto}._heading_10ths_7{color:#222;font-size:18px;font-weight:700;margin-bottom:1.5rem}._searchWrapper_10ths_14{margin-bottom:2rem}._searchInput_10ths_18{width:100%;padding:.75rem;border:1px solid #e4e6eb;border-radius:6px;font-size:15px;font-family:Noto Sans JP,sans-serif;background-color:#fff;box-sizing:border-box}._searchInput_10ths_18:focus{outline:none;border-color:#38c6d9}._filterRow_10ths_34{display:flex;gap:8px;margin-bottom:1.5rem;align-items:center;flex-wrap:wrap}._filterSelect_10ths_42{padding:.5rem .75rem;border:1px solid #e4e6eb;border-radius:6px;font-size:13px;font-family:Noto Sans JP,sans-serif;background-color:#fff;color:#444;cursor:pointer}._filterSelect_10ths_42:focus{outline:none;border-color:#38c6d9}._clearFilters_10ths_58{padding:.5rem .75rem;border:none;border-radius:6px;font-size:13px;font-family:Noto Sans JP,sans-serif;background:none;color:#38c6d9;cursor:pointer}._clearFilters_10ths_58:hover{text-decoration:underline}._loading_10ths_73{padding:3rem;text-align:center;color:#888;font-size:15px}._errorBanner_10ths_80{padding:1rem;margin-bottom:1rem;background-color:#ffe5e5;border:1px solid #e4e6eb;border-radius:6px;color:#ff5252;font-size:13px}._deckGrid_10ths_90{display:grid;gap:1rem}._emptyState_10ths_95{padding:3rem;text-align:center;color:#888;font-size:15px;border:1px solid #e4e6eb;border-radius:6px;background-color:#fafbfc}._deckRow_10ths_105{padding:1.25rem 1.5rem;border:1px solid #e4e6eb;border-radius:6px;background-color:#fff;cursor:pointer;transition:border-color .15s,box-shadow .15s}._deckRow_10ths_105:hover{border-color:#38c6d9;box-shadow:0 2px 8px #38c6d914}._deckTitle_10ths_119{font-size:18px;font-weight:700;color:#222;margin-bottom:.25rem}._deckDescription_10ths_126{font-size:15px;color:#444;margin:0}._deckMeta_10ths_132{display:flex;gap:1rem;margin-top:.5rem;font-size:13px;color:#888}._backdrop_y0tpr_1{position:fixed;inset:0;background-color:#00000059;display:flex;align-items:center;justify-content:center;z-index:1000}._modal_y0tpr_11{width:100%;max-width:420px;background-color:#fff;border-radius:8px;box-shadow:0 16px 32px #0000001f;padding:2rem;font-family:Noto Sans JP,sans-serif}._title_y0tpr_21{font-size:18px;font-weight:700;color:#222;margin-bottom:1rem}._grid_y0tpr_28{display:grid;gap:1rem}._label_y0tpr_33{display:block;font-size:15px;color:#222;margin-bottom:.5rem}._input_y0tpr_40{width:100%;padding:.75rem;border:1px solid #e4e6eb;border-radius:6px;font-size:15px;font-family:Noto Sans JP,sans-serif}._error_y0tpr_49{font-size:13px;color:#ff5252;margin-top:.5rem}._actions_y0tpr_55{display:flex;justify-content:flex-end;gap:.75rem;margin-top:1.5rem}._button_y0tpr_62{padding:.75rem 1.5rem;border-radius:6px;font-size:15px;font-family:Noto Sans JP,sans-serif;font-weight:700;cursor:pointer;border:none}._cancel_y0tpr_72{background-color:#dde3ea;color:#444}._confirm_y0tpr_77{background-color:#38c6d9;color:#fff}._disabled_y0tpr_82{background-color:#dde3ea;color:#888;cursor:not-allowed}._container_o6egt_1{padding:2rem;max-width:800px;margin:0 auto}._backButton_o6egt_7{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 0;background:none;border:none;cursor:pointer;font-size:15px;font-family:Noto Sans JP,sans-serif;color:#444;margin-bottom:1.5rem}._backButton_o6egt_7:hover{color:#222}._card_o6egt_25{background-color:#fff;border:1px solid #e4e6eb;border-radius:6px;padding:2rem}._title_o6egt_32{font-size:18px;font-weight:700;color:#222;margin-bottom:.5rem}._description_o6egt_39{font-size:15px;color:#444;margin-bottom:1.5rem;line-height:1.5}._metaGrid_o6egt_46{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:2rem}._metaItem_o6egt_53{padding:.75rem 1rem;background-color:#fafbfc;border:1px solid #e4e6eb;border-radius:6px}._metaLabel_o6egt_60{font-size:13px;color:#888;margin-bottom:.25rem}._metaValue_o6egt_66{font-size:15px;color:#222;font-weight:700}._actions_o6egt_72{display:flex;gap:.75rem;align-items:center}._primaryButton_o6egt_78{padding:.75rem 1.5rem;border-radius:6px;font-size:15px;font-family:Noto Sans JP,sans-serif;font-weight:700;border:none;cursor:pointer;background-color:#38c6d9;color:#fff;transition:background-color .15s}._primaryButton_o6egt_78:hover{background-color:#2eb3c5}._primaryButton_o6egt_78:disabled{background-color:#dde3ea;color:#888;cursor:not-allowed}._secondaryButton_o6egt_101{padding:.75rem 1.5rem;border-radius:6px;font-size:15px;font-family:Noto Sans JP,sans-serif;font-weight:700;border:1px solid #e4e6eb;cursor:pointer;background-color:#fff;color:#444;transition:background-color .15s}._secondaryButton_o6egt_101:hover{background-color:#fafbfc}._statusBadge_o6egt_118{display:inline-block;padding:.25rem .75rem;border-radius:6px;font-size:13px;font-weight:700;margin-bottom:1.5rem}._statusLearning_o6egt_127{background-color:#e8f5e8;color:#22c55e}._statusProcessing_o6egt_132{background-color:#fff3cd;color:#d97706}._statusFailed_o6egt_137{background-color:#ffe5e5;color:#ff5252}._loading_o6egt_142{padding:3rem;text-align:center;color:#888;font-size:15px}._errorBanner_o6egt_149{padding:1rem;margin-bottom:1rem;background-color:#ffe5e5;border:1px solid #e4e6eb;border-radius:6px;color:#ff5252;font-size:13px}._processingContainer_o6egt_159{margin-bottom:1.5rem}._processingText_o6egt_163{font-size:13px;color:#444;margin-bottom:.5rem}._progressBarContainer_o6egt_169{width:200px;height:4px;background-color:#e4e6eb;border-radius:2px;overflow:hidden}._progressBar_o6egt_169{height:100%;width:30%;background-color:#38c6d9;border-radius:2px;animation:_progressAnimation_o6egt_1 1.5s ease-in-out infinite}@keyframes _progressAnimation_o6egt_1{0%{transform:translate(-100%);width:30%}50%{transform:translate(100%);width:50%}to{transform:translate(300%);width:30%}}._sampleCards_o6egt_202{margin-top:2rem}._sampleCardsTitle_o6egt_206{font-size:18px;font-weight:700;color:#222;margin:0 0 1rem;display:flex;align-items:baseline;gap:.75rem}._sampleCardsCount_o6egt_216{font-size:13px;font-weight:400;color:#888}._sampleCardsList_o6egt_222{border:1px solid #e4e6eb;border-radius:6px;overflow:hidden}._sampleCardRow_o6egt_228{display:grid;grid-template-columns:1fr auto 1fr;align-items:stretch;border-bottom:1px solid #e4e6eb}._sampleCardRow_o6egt_228:last-child{border-bottom:none}._sampleCardFront_o6egt_239{padding:.75rem 1rem;font-size:15px;color:#222;overflow:hidden;line-height:1.5}._sampleCardDivider_o6egt_247{width:1px;background-color:#e4e6eb}._sampleCardBack_o6egt_252{padding:.75rem 1rem;font-size:15px;color:#444;overflow:hidden;line-height:1.5;background-color:#fafbfc}._sampleCardFront_o6egt_239 img,._sampleCardBack_o6egt_252 img{max-width:100%;max-height:60px;width:auto;height:auto;display:inline-block;vertical-align:middle;border-radius:4px;object-fit:contain}._sampleCardFront_o6egt_239 audio,._sampleCardBack_o6egt_252 audio{display:none}._backdrop_luvl2_1{position:fixed;inset:0;background-color:#00000059;display:flex;align-items:center;justify-content:center;z-index:1000}._dialog_luvl2_11{width:100%;max-width:360px;background-color:#fff;border-radius:8px;box-shadow:0 16px 32px #0000001f;padding:1.75rem;font-family:Noto Sans JP,sans-serif}._title_luvl2_21{font-size:18px;font-weight:700;color:#222;margin-bottom:1rem}._message_luvl2_28{font-size:15px;color:#444;margin-bottom:1.5rem}._actions_luvl2_34{display:flex;justify-content:flex-end;gap:.75rem}._buttonBase_luvl2_40{padding:.75rem 1.5rem;border-radius:6px;font-size:15px;font-family:Noto Sans JP,sans-serif;font-weight:700;cursor:pointer;border:none}._cancel_luvl2_50{background-color:#dde3ea;color:#444}._confirm_luvl2_55{background-color:#38c6d9;color:#fff}._disabled_luvl2_60{background-color:#dde3ea;color:#888;cursor:not-allowed}._container_hr301_1{padding:2rem;max-width:1200px;margin:0 auto}._heading_hr301_7{color:#222;font-size:18px;font-weight:700;margin-bottom:1.5rem}._loading_hr301_14{padding:3rem;text-align:center;color:#888;font-size:15px}._errorBanner_hr301_21{padding:1rem;margin-bottom:1rem;background-color:#ffe5e5;border:1px solid #e4e6eb;border-radius:6px;color:#ff5252;font-size:13px}._deckGrid_hr301_31{display:grid;gap:1rem}._emptyState_hr301_36{padding:3rem;text-align:center;color:#888;font-size:15px;border:1px solid #e4e6eb;border-radius:6px;background-color:#fafbfc}._deckRow_hr301_46{padding:1.25rem 1.5rem;border:1px solid #e4e6eb;border-radius:6px;background-color:#fff;display:flex;justify-content:space-between;align-items:center;gap:1rem}._deckContent_hr301_57{flex:1}._deckTitle_hr301_61{font-size:18px;font-weight:700;color:#222;margin-bottom:.25rem}._deckDescription_hr301_68{font-size:15px;color:#444;margin:0}._deckStatus_hr301_74{margin-top:.5rem}._statusProcessing_hr301_78{font-size:13px;color:#d97706}._statusFailed_hr301_83{font-size:13px;color:#ff5252}._processingContainer_hr301_88{display:flex;flex-direction:column;gap:.5rem}._processingText_hr301_94{font-size:13px;color:#444}._progressBarContainer_hr301_99{width:200px;height:4px;background-color:#e4e6eb;border-radius:2px;overflow:hidden}._progressBar_hr301_99{height:100%;width:30%;background-color:#38c6d9;border-radius:2px;animation:_progressAnimation_hr301_1 1.5s ease-in-out infinite}@keyframes _progressAnimation_hr301_1{0%{transform:translate(-100%);width:30%}50%{transform:translate(100%);width:50%}to{transform:translate(300%);width:30%}}._deckActions_hr301_130{display:flex;gap:.75rem;align-items:center}._primaryButton_hr301_136{padding:.75rem 1.5rem;border-radius:6px;font-size:15px;font-family:Noto Sans JP,sans-serif;font-weight:700;border:none;cursor:pointer;background-color:#38c6d9;color:#fff;white-space:nowrap;transition:background-color .15s}._primaryButton_hr301_136:hover{background-color:#2eb3c5}._primaryButton_hr301_136:disabled{background-color:#dde3ea;color:#888;cursor:not-allowed}._menuWrapper_hr301_160{position:relative}._menuButton_hr301_164{padding:.5rem .75rem;border-radius:6px;border:1px solid #e4e6eb;background-color:#fff;color:#444;cursor:pointer;font-size:15px;font-family:Noto Sans JP,sans-serif;font-weight:700}._menuButton_hr301_164:disabled{cursor:not-allowed;color:#888;background-color:#dde3ea;border-color:#dde3ea}._menu_hr301_160{position:absolute;top:calc(100% + .5rem);right:0;background-color:#fff;border:1px solid #e4e6eb;border-radius:6px;min-width:200px;box-shadow:0 4px 12px #00000014;display:flex;flex-direction:column;z-index:10}._menuItem_hr301_197{padding:.75rem 1rem;background:none;border:none;text-align:left;font-size:15px;color:#444;cursor:pointer;font-family:Noto Sans JP,sans-serif}._menuItem_hr301_197:hover:not(:disabled){background-color:#fafbfc;color:#222}._menuItem_hr301_197:disabled{cursor:not-allowed;color:#888}._templateList_hr301_218{display:flex;flex-direction:column;background-color:#f8f9fa;border-top:1px solid #e4e6eb}._templateItem_hr301_225{padding:.5rem 1.5rem;background:none;border:none;text-align:left;font-size:14px;color:#444;cursor:pointer;font-family:Noto Sans JP,sans-serif}._templateItem_hr301_225:hover{background-color:#f0f2f5;color:#222}._templateLoading_hr301_241{padding:.5rem 1.5rem;font-size:13px;color:#888}.study-session{min-height:100vh;background:#fafbfc;font-family:Noto Sans JP,sans-serif;display:flex;flex-direction:column}.study-session--centered{display:flex;align-items:center;justify-content:center}.study-session__status-text{font-size:15px;color:#888}.study-session__empty-card{max-width:500px;margin:0 auto;padding:4rem 2rem;background-color:#fff;border-radius:12px;box-shadow:0 4px 20px #00000014;text-align:center}.study-session__empty-title{font-size:18px;font-weight:700;color:#222;margin-bottom:1rem}.study-session__empty-description{font-size:15px;color:#444;margin-bottom:2rem}.study-session__cta-button{padding:.875rem 2.5rem;background-color:#38c6d9;color:#fff;border:none;border-radius:8px;cursor:pointer;font-size:15px;font-weight:600;font-family:Noto Sans JP,sans-serif;box-shadow:0 2px 8px #38c6d94d;transition:all .2s ease}.study-session__cta-button:hover{background-color:#2fb0c1;box-shadow:0 4px 12px #38c6d966;transform:translateY(-1px)}.study-session__container{flex:1;display:flex;flex-direction:column;max-width:900px;width:100%;margin:0 auto}.study-session__content{flex:1;overflow-y:auto;padding:2rem 1rem}.study-session__content::-webkit-scrollbar{width:8px}.study-session__content::-webkit-scrollbar-track{background:transparent}.study-session__content::-webkit-scrollbar-thumb{background:#0003;border-radius:4px}.study-session__content::-webkit-scrollbar-thumb:hover{background:#0000004d}.study-session__header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem}.study-session__title{font-size:18px;font-weight:700;color:#222;margin:0 0 .5rem}.study-session__mode-badge{display:inline-block;margin-left:.5rem;padding:.125rem .5rem;font-size:13px;font-weight:400;color:#38c6d9;border:1px solid #38c6d9;border-radius:4px;vertical-align:middle}.study-session__meta{font-size:13px;color:#888}.study-session__card-kind-badge{display:inline-block;margin-left:.5rem;padding:.0625rem .375rem;font-size:11px;font-weight:600;border-radius:3px;vertical-align:middle;letter-spacing:.3px;text-transform:uppercase}.study-session__card-kind-badge--new{color:#22c55e;border:1px solid #22c55e}.study-session__card-kind-badge--review{color:#888;border:1px solid #d0d4d9}.study-session__card-kind-badge--learning{color:#ffa726;border:1px solid #ffa726}.study-session__card-counts{display:inline-flex;gap:.25rem;margin-right:.5rem;vertical-align:middle}.study-session__count{display:inline-block;min-width:1.5rem;padding:0 .25rem;font-size:13px;font-weight:600;text-align:center;line-height:1.5}.study-session__count--new{color:#22c55e}.study-session__count--learning{color:#ffa726}.study-session__count--review{color:#888}.study-session__waiting-actions{display:flex;gap:.75rem;justify-content:center;align-items:center}.study-session__exit-button{padding:.625rem 1.25rem;background-color:#fff;color:#444;border:1px solid #e4e6eb;border-radius:8px;cursor:pointer;font-size:13px;font-weight:500;font-family:Noto Sans JP,sans-serif;transition:all .2s ease}.study-session__exit-button:hover{background-color:#f5f6f8;border-color:#d0d4d9}.study-session__progress{width:100%;height:6px;background-color:#e4e6eb80;border-radius:3px;margin-bottom:2rem;overflow:hidden;box-shadow:inset 0 1px 2px #0000000d}.study-session__progress-fill{height:100%;background:#38c6d9;border-radius:3px;transition:width .4s ease;box-shadow:0 0 8px #38c6d966}.study-session__error{padding:1rem 1.5rem;margin-bottom:1.5rem;background-color:#fff5f5;border-left:4px solid #ff5252;border-radius:8px;color:#ff5252;font-size:13px;box-shadow:0 2px 8px #ff52521a}.study-session__card-wrapper{margin-bottom:0}.study-session__card{position:relative;width:100%}.study-session__card--flipped .study-session__card-face--front{display:none}.study-session__card-face{width:100%;min-height:280px;padding:2.5rem;border-radius:16px;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;box-sizing:border-box;box-shadow:0 8px 32px #0000001f;transition:opacity .3s ease;margin-bottom:1rem}.study-session__card-face--front{background:#fff;border:2px solid rgba(228,230,235,.6)}.study-session__card-face--back{background:#fff;border:2px solid rgba(56,198,217,.3);display:none}.study-session__card--flipped .study-session__card-face--back{display:flex;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0;transform:scale(.98)}to{opacity:1;transform:scale(1)}}.study-session__front-text{font-size:28px;font-weight:700;color:#222;line-height:1.5;width:100%}.study-session__front-text img,.study-session__back-text img{max-width:100%;max-height:400px;width:auto;height:auto;margin:1.5rem auto;display:block;border-radius:8px;box-shadow:0 4px 12px #0000001a;object-fit:contain}.study-session__front-text audio,.study-session__back-text audio{margin:1.5rem 0;width:100%;max-width:400px}.study-session__replay-button{display:flex;align-items:center;justify-content:center;margin:1rem auto 0;padding:.5rem;background:none;border:1px solid #e4e6eb;border-radius:50%;cursor:pointer;color:#888;transition:color .15s,border-color .15s,background-color .15s;width:40px;height:40px}.study-session__replay-button:hover{color:#38c6d9;border-color:#38c6d9;background-color:#38c6d90d}.study-session__back-text{font-size:18px;color:#222;line-height:1.6;font-weight:500;width:100%}.study-session__extra-section{margin-top:2rem;padding-top:2rem;border-top:1px solid rgba(228,230,235,.6);font-size:13px;color:#666;max-width:100%}.study-session__reading{margin-bottom:1rem;font-size:15px}.study-session__example{font-style:normal;line-height:1.6}.study-session__example-original{margin-bottom:.5rem;color:#444;font-size:14px}.study-session__example-translation{margin-top:.5rem;color:#666;font-size:13px}.study-session__actions{position:sticky;bottom:0;background:transparent;padding:1.25rem 1rem 1.5rem;text-align:center}.study-session__rating-group{display:flex;gap:.75rem;justify-content:center;flex-wrap:wrap;max-width:600px;margin:0 auto}.study-session__flip-and-input{display:flex;gap:1rem;align-items:center;justify-content:center;max-width:800px;margin:0 auto;width:100%}.study-session__flip-button{padding:.875rem 2rem;background:#38c6d9;color:#fff;border:none;border-radius:10px;cursor:pointer;font-size:15px;font-weight:600;font-family:Noto Sans JP,sans-serif;box-shadow:0 4px 16px #38c6d94d;transition:all .2s ease;flex-shrink:0}.study-session__type-inputs{display:flex;gap:.75rem;flex:1;max-width:500px}.type-input-actions{flex:1;padding:.875rem 1rem;font-size:15px;font-family:Noto Sans JP,sans-serif;border:2px solid #e4e6eb;border-radius:8px;background-color:#fff;transition:all .2s ease;min-width:200px}.type-input-actions:focus{outline:none;border-color:#38c6d9;box-shadow:0 0 0 3px #38c6d91a}.study-session__flip-button:hover:not(:disabled){box-shadow:0 6px 24px #38c6d966;transform:translateY(-2px)}.study-session__flip-button:active:not(:disabled){transform:translateY(0)}.study-session__flip-button:disabled{background:#dde3ea;cursor:not-allowed;box-shadow:none}.study-session__rating-button{flex:1;min-width:100px;max-width:130px;padding:.875rem 1rem;color:#fff;border:none;border-radius:8px;cursor:pointer;font-size:14px;font-weight:600;font-family:Noto Sans JP,sans-serif;box-shadow:0 2px 8px #00000026;transition:all .2s ease}.study-session__rating-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 16px #0003}.study-session__rating-button:active:not(:disabled){transform:translateY(0)}.study-session__rating-button--again{background:#ff5252}.study-session__rating-button--hard{background:#ffa726}.study-session__rating-button--good{background:#22c55e}.study-session__rating-button--easy{background:#38c6d9}.study-session__rating-button:disabled{background:#dde3ea;cursor:not-allowed;box-shadow:none}@media(max-width:768px){.study-session__content{padding:1.5rem 1rem 1rem}.study-session__actions{padding:1rem 1rem 1.25rem}.study-session__card-face{padding:2rem 1.5rem;min-height:250px}.study-session__front-text{font-size:24px}.study-session__back-text{font-size:16px}.study-session__flip-and-input{flex-direction:column;gap:.75rem}.study-session__flip-button{padding:1rem 2.5rem;font-size:15px;width:100%}.study-session__type-inputs{width:100%;max-width:100%}.type-input-actions{min-width:0;font-size:16px}.study-session__rating-button{min-width:90px;padding:.875rem 1rem;font-size:14px}}.type-comparison{margin:1.5rem 0;padding:1.5rem;background:#f5f6f8;border-radius:8px;text-align:left;max-width:600px;width:100%}.type-comparison-label{font-size:13px;font-weight:600;color:#666;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.5px}.type-comparison-content{font-size:18px;font-family:Noto Sans JP,sans-serif;line-height:1.6;margin-bottom:1.5rem;padding:.75rem;background:#fff;border-radius:6px;word-break:break-word}.type-correct{background-color:#d4edda;color:#155724;padding:2px 0}.type-incorrect{background-color:#f8d7da;color:#721c24;padding:2px 0;text-decoration:line-through}.type-missing{background-color:#fff3cd;color:#856404;padding:2px 0}.type-comparison-answer{font-size:16px;font-family:Noto Sans JP,sans-serif;color:#222;padding:.75rem;background:#fff;border-radius:6px;border-left:3px solid #38c6d9}@media(max-width:768px){.type-comparison{padding:1rem}.type-comparison-content{font-size:16px}.type-comparison-answer{font-size:15px}}._backdrop_1w2dd_1{position:fixed;inset:0;background-color:#00000059;display:flex;align-items:center;justify-content:center;z-index:1000}._modal_1w2dd_11{width:100%;max-width:460px;background-color:#fff;border-radius:8px;box-shadow:0 16px 32px #0000001f;padding:2rem;font-family:Noto Sans JP,sans-serif}._title_1w2dd_21{font-size:18px;font-weight:700;color:#222;margin-bottom:1.5rem}._modeList_1w2dd_28{display:grid;gap:.75rem;margin-bottom:1.5rem}._modeOption_1w2dd_34{display:flex;align-items:flex-start;gap:.75rem;padding:1rem;border:1px solid #e4e6eb;border-radius:6px;cursor:pointer;background:#fafbfc;transition:border-color .15s,background-color .15s}._modeOption_1w2dd_34:hover,._modeOptionSelected_1w2dd_51{border-color:#38c6d9;background-color:#f0fbfc}._radioCircle_1w2dd_56{width:18px;height:18px;border-radius:50%;border:2px solid #dde3ea;flex-shrink:0;margin-top:2px;transition:border-color .15s}._radioCircleSelected_1w2dd_66{border-color:#38c6d9;background-color:#38c6d9;box-shadow:inset 0 0 0 3px #fff}._modeLabel_1w2dd_72{font-size:15px;font-weight:700;color:#222}._modeDescription_1w2dd_78{font-size:13px;color:#444;margin-top:2px}._paramSection_1w2dd_84{margin-bottom:1.5rem}._paramLabel_1w2dd_88{display:block;font-size:15px;color:#222;margin-bottom:.5rem}._paramInput_1w2dd_95{width:100%;padding:.75rem;border:1px solid #e4e6eb;border-radius:6px;font-size:15px;font-family:Noto Sans JP,sans-serif}._actions_1w2dd_104{display:flex;justify-content:flex-end;gap:.75rem}._button_1w2dd_110{padding:.75rem 1.5rem;border-radius:6px;font-size:15px;font-family:Noto Sans JP,sans-serif;font-weight:700;cursor:pointer;border:none}._cancel_1w2dd_120{background-color:#dde3ea;color:#444}._confirm_1w2dd_125{background-color:#38c6d9;color:#fff}._disabled_1w2dd_130{background-color:#dde3ea;color:#888;cursor:not-allowed}._container_phbwn_1{padding:2rem;max-width:1000px;margin:0 auto;font-family:Noto Sans JP,sans-serif}._loadingText_phbwn_8{font-size:15px;color:#888;text-align:center}._errorCard_phbwn_14{padding:2rem;background-color:#ffe5e5;border:1px solid #e4e6eb;border-radius:6px;color:#ff5252;text-align:center}._errorTitle_phbwn_23{font-size:18px;font-weight:700;margin-bottom:.5rem}._errorMessage_phbwn_29{font-size:15px}._header_phbwn_33{text-align:center;margin-bottom:2rem}._title_phbwn_38{font-size:18px;font-weight:700;color:#222;margin-bottom:.5rem}._subtitle_phbwn_45{font-size:15px;color:#444}._progressCard_phbwn_50{padding:2rem;background-color:#e5f9fc;border:1px solid #38c6d9;border-radius:6px;text-align:center;margin-bottom:2rem}._progressLabel_phbwn_59{font-size:13px;color:#888;margin-bottom:.5rem}._progressNumber_phbwn_65{font-size:48px;font-weight:700;color:#38c6d9;margin-bottom:.5rem}._progressDescription_phbwn_72{font-size:15px;color:#444}._statsGrid_phbwn_77{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:2rem}._statCard_phbwn_84{padding:1.5rem;border:1px solid #e4e6eb;border-radius:6px;background-color:#fff;text-align:center}._statLabel_phbwn_92{font-size:13px;color:#888;margin-bottom:.5rem}._statValue_phbwn_98{font-size:32px;font-weight:700;color:#222}._statValueWarning_phbwn_104{font-size:32px;font-weight:700;color:#ffa726}._statValueSuccess_phbwn_110{font-size:32px;font-weight:700;color:#22c55e}._breakdownCard_phbwn_116{padding:1.5rem;border:1px solid #e4e6eb;border-radius:6px;background-color:#fff;margin-bottom:2rem}._breakdownTitle_phbwn_124{font-size:18px;font-weight:700;color:#222;margin-bottom:1rem}._breakdownGrid_phbwn_131{display:grid;grid-template-columns:1fr 1fr 1fr;gap:1rem}._breakdownItem_phbwn_137{text-align:center}._breakdownCircle_phbwn_141{width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto .5rem;font-size:24px;font-weight:700}._circleNew_phbwn_153{background-color:#e5f9fc;color:#38c6d9}._circleLearning_phbwn_158{background-color:#fff4e5;color:#ffa726}._circleReview_phbwn_163{background-color:#e5f5e5;color:#22c55e}._breakdownLabel_phbwn_168{font-size:15px;color:#444}._breakdownMeta_phbwn_173{font-size:13px;color:#888}._easeCard_phbwn_178{padding:1.5rem;border:1px solid #e4e6eb;border-radius:6px;background-color:#fff;margin-bottom:2rem;text-align:center}._easeValue_phbwn_187{font-size:32px;font-weight:700;color:#222;margin-bottom:.5rem}._easeHint_phbwn_194{font-size:13px;color:#888}._actions_phbwn_199{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}._continueButton_phbwn_206{padding:1rem 2rem;background-color:#38c6d9;color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:15px;font-family:Noto Sans JP,sans-serif;font-weight:700}._allCaughtUp_phbwn_218{padding:1rem 2rem;background-color:#e5f5e5;color:#22c55e;border:1px solid #22c55e;border-radius:6px;font-size:15px;font-family:Noto Sans JP,sans-serif;font-weight:700}._secondaryButton_phbwn_229{padding:1rem 2rem;background-color:#fff;color:#444;border:1px solid #e4e6eb;border-radius:6px;cursor:pointer;font-size:15px;font-family:Noto Sans JP,sans-serif}._examWrapper_phbwn_240{position:relative;display:inline-block}._examButton_phbwn_245{padding:1rem 2rem;background-color:#fff;color:#38c6d9;border:1px solid #38c6d9;border-radius:6px;cursor:pointer;font-size:15px;font-family:Noto Sans JP,sans-serif;font-weight:700}._examDropdown_phbwn_257{position:absolute;bottom:calc(100% + .5rem);left:0;background-color:#fff;border:1px solid #e4e6eb;border-radius:6px;min-width:220px;box-shadow:0 4px 12px #00000014;display:flex;flex-direction:column;z-index:10}._examDropdownItem_phbwn_271{padding:.75rem 1rem;background:none;border:none;text-align:left;font-size:15px;color:#444;cursor:pointer;font-family:Noto Sans JP,sans-serif}._examDropdownItem_phbwn_271:hover{background-color:#fafbfc;color:#222}._examLoading_phbwn_287{padding:.5rem 1rem;font-size:13px;color:#888}._customStudyButton_phbwn_293{padding:1rem 2rem;background-color:#fff;color:#38c6d9;border:1px solid #38c6d9;border-radius:6px;cursor:pointer;font-size:15px;font-family:Noto Sans JP,sans-serif;font-weight:700}*{box-sizing:border-box;margin:0;padding:0}html,body{height:100%;margin:0;padding:0}body{font-family:Noto Sans JP,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;color:#444;background-color:#fafbfc;line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{min-height:100vh;display:flex;flex-direction:column}h1,h2,h3,h4,h5,h6{color:#222;font-weight:700;line-height:1.2}h1,h2,h3{font-size:18px}h4{font-size:15px}p{font-size:15px;margin:0}a{color:#38c6d9;text-decoration:none}a:hover{text-decoration:underline}button{font-family:inherit}code{font-family:Menlo,Monaco,Courier New,monospace;font-size:13px;padding:2px 4px;background-color:#f4f4f4;border-radius:3px}.primary-button{background-color:#38c6d9;color:#fff;border:none;border-radius:6px;padding:12px 20px;font-size:15px;cursor:pointer;transition:box-shadow .2s ease}.primary-button:hover{box-shadow:0 6px 16px #38c6d940}.primary-button:focus{outline:2px solid rgba(56,198,217,.4);outline-offset:2px}.primary-button:disabled{background-color:#dde3ea;color:#8b8f99;cursor:not-allowed;box-shadow:none}.secondary-button{background-color:#fff;color:#222;border:1px solid #e4e6eb;border-radius:6px;padding:10px 16px;font-size:15px;cursor:pointer;transition:background-color .2s ease}.secondary-button:hover{background-color:#f0f2f5}.secondary-button:hover:disabled{background-color:#fafbfc}.secondary-button:disabled{background-color:#fafbfc;color:#8b8f99;cursor:not-allowed;border-color:#dde3ea}.danger-button{background-color:#fff;color:#b91c1c;border:1px solid #ffbaba;border-radius:6px;padding:10px 16px;font-size:15px;cursor:pointer;transition:background-color .2s ease,box-shadow .2s ease}.danger-button:hover{background-color:#ffefef}.danger-button:focus{outline:none;box-shadow:0 0 0 3px #ff525240}.danger-button:disabled{cursor:not-allowed;opacity:.6}.compact-button{padding:10px 16px;font-size:14px}.icon-button{background:none;border:none;color:#888;font-size:18px;line-height:1;padding:4px;cursor:pointer;border-radius:4px;transition:background-color .15s ease,color .15s ease}.icon-button:hover{background-color:#fee;color:#c00}.icon-button:disabled{color:#ccc;cursor:not-allowed}.button-group{display:flex;gap:12px;align-items:center}.app-card{background-color:#fff;border:1px solid #e4e6eb;border-radius:6px;padding:16px;box-shadow:0 4px 10px #2222220a}.app-card h2{font-size:18px;color:#222;margin-bottom:12px}.app-card p,.app-card li{font-size:15px;color:#444}.app-card ol{display:grid;gap:8px;padding-left:20px}.auth-card{max-width:360px;margin:80px auto;background-color:#fff;border:1px solid #e4e6eb;border-radius:6px;padding:24px;box-shadow:0 8px 24px #22222214;text-align:center}.auth-card h1{font-size:18px;margin-bottom:12px}.auth-card p{color:#444;margin-bottom:24px}.modal-card{width:min(850px,100%);background-color:#fff;border:1px solid #e4e6eb;border-radius:6px;box-shadow:0 16px 32px #22222229;padding:24px;display:grid;gap:20px;max-height:calc(100vh - 96px);overflow-y:auto}.modal-card-wide{max-width:1100px;width:95%}.modal-card-extra-wide{max-width:1400px;width:95%}.card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.card-set-list{list-style:none;display:grid;gap:12px;padding:0;margin:0}.card-set-item{border:1px solid #e4e6eb;border-radius:6px;padding:16px;display:flex;justify-content:space-between;gap:16px;background-color:#fff}.card-set-meta{flex:1;display:grid;gap:8px}.card-set-header{display:flex;align-items:baseline;justify-content:space-between;gap:12px}.card-set-meta h3{font-size:18px;margin-bottom:6px}.card-set-meta p{font-size:15px;color:#444}.card-set-details{display:grid;gap:6px;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));font-size:13px;color:#222}.card-set-details strong{color:#222}.card-set-dates{font-size:13px;color:#555}.card-set-status{display:flex;align-items:center;gap:8px}.card-set-actions{display:flex;flex-direction:column;gap:8px;align-items:flex-end;min-width:140px}.error-banner{display:flex;align-items:center;justify-content:space-between;gap:12px;background-color:#ffefef;color:#8a1f1f;border:1px solid #ffbaba;border-radius:6px;padding:12px 16px;margin-bottom:16px}.error-banner>div{display:flex;flex-direction:column;gap:12px}.error-banner button{background:transparent;border:none;color:inherit;cursor:pointer}.success-banner{display:flex;align-items:center;justify-content:space-between;gap:12px;background-color:#22c55e1f;color:#15803d;border:1px solid rgba(34,197,94,.4);border-radius:6px;padding:12px 16px;margin-bottom:16px}.success-banner>div{display:flex;flex-direction:column;gap:12px}.success-banner button{background:transparent;border:none;color:inherit;cursor:pointer}.card-table-wrapper{overflow-x:auto}.card-table{width:100%;border-spacing:0;border-collapse:separate}.card-table th,.card-table td{text-align:left;padding:12px;border-bottom:1px solid #e4e6eb;vertical-align:top}.card-table tbody tr:hover{background-color:#f5f7fa}.card-table th{font-size:13px;font-weight:600;color:#222;background-color:#fafbfc}.card-table td{font-size:15px;color:#444}.form-field{display:grid;gap:6px}.form-field label{font-size:13px;color:#222}.form-field input,.form-field textarea{width:100%;border:1px solid #e4e6eb;border-radius:6px;padding:12px;font-size:15px;background-color:#fff;transition:border-color .2s ease,box-shadow .2s ease}.form-field input:focus,.form-field textarea:focus{outline:none;border-color:#38c6d9;box-shadow:0 0 0 3px #38c6d933}.form-field textarea{resize:vertical;min-height:120px}.form-row{display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.modal-form{display:grid;gap:16px}.card-input{width:100%;border:1px solid #e4e6eb;border-radius:6px;padding:10px 12px;font-size:15px;background-color:#fff;transition:border-color .2s ease,box-shadow .2s ease}.card-input[type=number]{padding-right:8px}.card-input.card-input-textarea{resize:vertical;min-height:90px}.card-input:focus{outline:none;border-color:#38c6d9;box-shadow:0 0 0 3px #38c6d92e}.card-input[disabled]{background-color:#f0f2f5;color:#8b8f99}.card-filter-input{border:1px solid #e4e6eb;border-radius:6px;padding:10px 14px;font-size:15px;width:240px;transition:border-color .2s ease,box-shadow .2s ease}.card-filter-input:focus{outline:none;border-color:#38c6d9;box-shadow:0 0 0 3px #38c6d933}.checkbox-field{display:flex;align-items:center;gap:8px;font-size:15px;color:#444}.checkbox-field input{width:auto;height:auto}.checkbox-field-inline{display:flex;align-items:center;gap:4px;font-size:13px;color:#444;white-space:nowrap}.checkbox-field-inline input[type=checkbox]{width:14px;height:14px}.modal-backdrop{position:fixed;inset:0;background-color:#22222273;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);display:flex;align-items:center;justify-content:center;padding:24px;z-index:1000}.modal-header{display:grid;gap:4px}.modal-header h3{font-size:18px;color:#222;margin-bottom:6px}.modal-header p{font-size:13px;color:#555}.modal-actions{display:flex;justify-content:flex-end;gap:12px}.modal-tabs{display:flex;gap:8px;border-bottom:1px solid #e4e6eb;padding-bottom:8px;margin-top:-8px}.tab-button{background:transparent;border:1px solid transparent;border-radius:6px 6px 0 0;padding:8px 16px;font-size:15px;color:#555;cursor:pointer;transition:color .2s ease,background-color .2s ease,border-color .2s ease}.tab-button:hover{color:#222}.tab-button.active{color:#222;border-color:#e4e6eb;border-bottom-color:#fff;background-color:#fff;font-weight:600}.modal-body{padding:16px 0;display:flex;flex-direction:column;gap:12px}.status-pill{padding:6px 10px;border-radius:999px;font-size:13px;font-weight:600;display:inline-flex;align-items:center;gap:6px}.status-pill.success{background-color:#22c55e1f;color:#15803d}.status-pill.muted{background-color:#0f172a14;color:#1f2937}.status-pill.alert{background-color:#ef44441f;color:#b91c1c}.status-pill.warning{background-color:#fbbf241f;color:#b45309}.status-pill.info{background-color:#38c6d91f;color:#0e7490}.pagination-controls{margin-top:16px;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;border-top:1px solid #e4e6eb;padding-top:12px}.pagination-info{font-size:13px;color:#555}.pagination-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.pagination-page-indicator{font-size:13px;color:#222}.pagination-size{display:flex;align-items:center;gap:8px;font-size:13px;color:#555}.pagination-size select{border:1px solid #e4e6eb;border-radius:6px;padding:8px 12px;font-size:15px;background-color:#fff;transition:border-color .2s ease,box-shadow .2s ease}.pagination-size select:focus{outline:none;border-color:#38c6d9;box-shadow:0 0 0 3px #38c6d92e}.card-fields-list{display:grid;gap:12px}.card-field{border:1px solid #e4e6eb;border-radius:6px;padding:12px;background-color:#fff;display:grid;gap:10px}.card-field-header{display:flex;justify-content:space-between;align-items:baseline;gap:8px}.card-field-name{font-weight:600;color:#222}.card-field-type{font-size:13px;color:#555}.card-field-media{display:grid;gap:8px}.card-field-media img{width:min(320px,100%);max-height:220px;object-fit:contain;border-radius:6px;border:1px solid #e4e6eb}.card-field-media audio{width:100%}.card-field-meta{font-size:13px;color:#555;display:flex;flex-wrap:wrap;gap:12px}.card-field-empty{font-size:13px;color:#555}.card-field-attributes{display:grid;gap:8px}.card-field-control{display:grid;gap:6px}.card-field-control-label{font-size:13px;color:#222}.card-field-actions{display:flex;flex-wrap:wrap;gap:8px}.card-field-error{font-size:13px;color:#b91c1c}.card-row-actions{display:flex;justify-content:flex-end;gap:8px}.card-updated-label{font-size:13px;color:#555}.card-toolbar{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:16px}.card-toolbar-left{display:flex;flex-direction:column;gap:4px;color:#555;font-size:13px}.card-toolbar-left h2{color:#222;margin:0}.card-toolbar-right{display:flex;align-items:center;gap:12px}.template-editor-layout{display:grid;gap:24px;grid-template-columns:minmax(0,1.2fr) minmax(0,1fr);align-items:start}.template-editor-pane{display:grid;gap:16px}.template-editor-pane-preview{gap:16px}.template-preview-block{border:1px solid #e4e6eb;border-radius:6px;background-color:#fafbfc;padding:16px;display:grid;gap:12px}.template-preview-info{display:grid;gap:4px}.template-preview-info h4{font-size:15px;color:#222}.template-preview-info p{font-size:13px;color:#555}.template-preview-grid{display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.template-preview-column{display:grid;gap:8px}.template-preview-label{font-size:13px;color:#222;font-weight:600}.template-preview-frame{width:100%;min-height:220px;border:none;border-radius:6px;background-color:#fff;box-shadow:0 4px 10px #2222220a}.template-schema-block{border:1px solid #e4e6eb;border-radius:6px;background-color:#fff;padding:16px;display:grid;gap:12px;box-shadow:0 4px 10px #2222220a}.template-schema-header{display:grid;gap:4px}.template-schema-header h4{font-size:15px;color:#222}.template-schema-header p{font-size:13px;color:#555}.template-schema-helper{font-size:12px;color:#555}.template-schema-empty{font-size:13px;color:#555}.template-schema-list{display:grid;gap:10px;margin:0}.template-schema-row{display:grid;gap:4px}.template-schema-row dt{font-size:13px;color:#222;font-weight:600;word-break:break-word}.template-schema-row dd{margin:0;display:flex;flex-wrap:wrap;gap:8px;font-size:13px;color:#555}.template-schema-label{color:#222}.template-schema-type{padding:2px 6px;border-radius:999px;background-color:#38c6d91f;color:#0f4c58}.template-schema-required{color:#555}.template-fields{display:grid;gap:12px}.template-field-row{border:1px solid #e4e6eb;border-radius:6px;padding:12px;background-color:#fafbfc;display:grid;gap:12px}.template-field-grid{display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(160px,1fr))}.template-field-footer{display:flex;justify-content:space-between;align-items:center;gap:12px}.template-field-row-compact{display:flex;align-items:center;gap:8px;padding:8px;background:#fafbfc;border:1px solid #e4e6eb;border-radius:6px}.template-field-row-compact .form-field{flex:1;min-width:0}.template-field-row-compact .form-field:first-child{flex:2}.template-field-row-compact input,.template-field-row-compact select{padding:6px 8px;font-size:13px}.template-field-controls{display:flex;justify-content:flex-end}.template-field-empty{font-size:13px;color:#555}.template-description{font-size:12px;color:#666;margin:0}.template-date{font-size:13px}.template-detail-header{margin-bottom:16px}.template-detail-container{grid-column:1 / -1;width:100%}.template-detail-grid{display:grid;gap:24px;grid-template-columns:1fr 1fr}.upload-label{display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.upload-label[aria-disabled=true]{pointer-events:none;color:#8b8f99}.import-form{padding:24px}.import-info{display:grid;gap:8px;margin-bottom:24px}.import-info h4{font-size:15px;font-weight:600;color:#222;margin:0}.import-info p{font-size:13px;color:#444;margin:0;line-height:1.5}.import-hint{color:#555!important;font-style:italic}.import-actions{display:flex;justify-content:center;padding:32px 0}.import-progress{display:flex;flex-direction:column;align-items:center;gap:16px;padding:32px 0}.import-progress span{font-size:15px;color:#444}.import-spinner{width:32px;height:32px;border:3px solid #e4e6eb;border-top-color:#38c6d9;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.create-form-layout{display:grid;grid-template-columns:1fr 1fr;gap:24px}.create-form-layout-3col{display:grid;grid-template-columns:1fr 1fr 1fr;gap:20px}.create-form-section{display:flex;flex-direction:column;gap:12px}.create-form-section h4{font-size:15px;font-weight:600;color:#222;margin:0;padding-bottom:8px;border-bottom:1px solid #e4e6eb}.section-hint{font-size:13px;color:#555;margin:0}.add-card-fields{display:flex;flex-direction:column;gap:12px}.add-card-field-row{display:flex;flex-direction:column;gap:4px;padding:12px;background:#fafbfc;border:1px solid #e4e6eb;border-radius:6px}.add-card-field-label{font-size:13px;font-weight:600;color:#222}.add-card-field-row .card-input{width:100%}.add-card-field-row .card-input-textarea{resize:vertical;min-height:60px}.add-card-field-type{font-weight:400;color:#666;margin-left:6px;font-size:12px}.add-card-media-field{display:flex;flex-direction:column;gap:8px}.add-card-media-preview{display:flex;flex-direction:column;gap:8px;align-items:flex-start}.add-card-media-preview img{max-width:200px;max-height:150px;border-radius:4px;border:1px solid #e4e6eb}.add-card-media-preview audio{max-width:100%}.add-card-media-upload{display:flex;align-items:center}.json-editor-wrapper{flex:1;min-height:400px;border:1px solid #e4e6eb}.json-viewer-wrapper{border:1px solid #e4e6eb;height:500px}.json-paste-section{margin-top:8px;display:flex;flex-direction:column;gap:8px}.json-paste-textarea{font-family:monospace;font-size:13px;line-height:1.4;resize:vertical;min-height:120px}@media(max-width:960px){.template-editor-layout{grid-template-columns:1fr}.create-form-layout-3col{grid-template-columns:1fr 1fr}.create-form-layout-3col .create-form-section:last-child{grid-column:span 2}}@media(max-width:768px){.template-detail-grid{grid-template-columns:1fr}}@media(max-width:720px){.card-set-item{flex-direction:column;align-items:stretch}.card-set-actions{align-items:stretch;flex-direction:row;flex-wrap:wrap;justify-content:flex-end}.card-toolbar{flex-direction:column;align-items:flex-start}.card-toolbar-right{width:100%;justify-content:space-between}.card-filter-input{flex:1}.create-form-layout,.create-form-layout-3col{grid-template-columns:1fr}.create-form-layout-3col .create-form-section:last-child{grid-column:span 1}.modal-card-wide{max-width:100%;width:100%;margin:0;border-radius:0;max-height:100vh}}.question-card{background:#fff;border:1px solid #e4e6eb;border-radius:6px;padding:16px;margin-bottom:16px}.question-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.question-card-meta{display:flex;gap:12px;align-items:center}.question-order{font-weight:700;color:#222;font-size:15px}.question-type-badge{background:#f0f2f5;color:#444;padding:4px 8px;border-radius:4px;font-size:13px}.question-actions{display:flex;gap:8px}.question-card-body{display:flex;flex-direction:column;gap:12px}.question-text{font-size:15px;color:#222;line-height:1.5;margin:0}.question-options{display:flex;flex-direction:column;gap:8px;padding-left:8px}.question-option{display:flex;align-items:center;gap:8px;padding:8px;border-radius:4px;background:#fafbfc}.question-option.correct-answer{background:#e8f5e9;border:1px solid #22c55e}.option-label{font-weight:700;color:#444;min-width:24px}.option-text{flex:1;color:#222}.correct-indicator{color:#22c55e;font-weight:700}.question-explanation{padding:12px;background:#f0f2f5;border-radius:4px;font-size:14px;color:#444;line-height:1.5}.context-section{background:#fff;border:1px solid #e4e6eb;border-radius:6px;padding:20px;margin-bottom:24px}.context-header h3{font-size:18px;color:#222;margin:0 0 12px}.context-content{margin-bottom:20px}.context-passage{background:#fafbfc;padding:16px;border-radius:6px;border:1px solid #e4e6eb;font-size:15px;line-height:1.6;color:#222;white-space:pre-wrap}.context-questions h4{font-size:16px;color:#444;margin:0 0 12px}.difficulty-indicator-wrapper{display:flex;flex-direction:column;gap:4px}.difficulty-label{font-size:13px;color:#444}.difficulty-bar{width:100%;height:8px;background:#e4e6eb;border-radius:4px;overflow:hidden}.difficulty-bar-fill{height:100%;transition:width .3s ease;border-radius:4px}.difficulty-easy{background:#22c55e}.difficulty-medium{background:#f59e0b}.difficulty-hard{background:#ff5252}.validation-warnings{display:flex;flex-wrap:wrap;gap:8px}.validation-warning{background:#fff3cd;border:1px solid #f59e0b;color:#856404;padding:6px 12px;border-radius:4px;font-size:13px}.option-editor{display:flex;align-items:center;gap:8px;margin-bottom:8px}.option-editor .option-label{font-weight:700;min-width:24px}.option-editor .card-input{flex:1}.option-controls{display:flex;gap:4px}.review-metadata{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;margin-top:16px;padding-top:16px;border-top:1px solid #e4e6eb}.review-metadata>div{font-size:14px;color:#444}.review-metadata strong{color:#222;margin-right:4px}.exam-header{margin-bottom:16px}.exam-header h2{margin-bottom:12px;color:#222}.exam-info{display:flex;gap:24px;flex-wrap:wrap;font-size:14px;color:#444}.exam-timer{display:flex;align-items:center;justify-content:center;gap:12px;padding:16px 24px;background-color:#f8f9fa;border:2px solid #e4e6eb;border-radius:8px;margin-bottom:20px;transition:all .3s ease}.exam-timer.timer-warning{background-color:#fff5f5;border-color:#ff5252;animation:pulse 1.5s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}.timer-icon{font-size:24px}.timer-display{font-size:28px;font-weight:700;color:#222;font-variant-numeric:tabular-nums}.timer-warning .timer-display{color:#ff5252}.timer-label{font-size:13px;font-weight:600;color:#ff5252;text-transform:uppercase}.exam-progress-container{margin-bottom:24px}.exam-progress{width:100%;height:12px;background-color:#e4e6eb;border-radius:6px;margin-bottom:8px;overflow:hidden;box-shadow:inset 0 1px 3px #0000001a}.exam-progress-bar{height:100%;background:linear-gradient(90deg,#38c6d9,#2ab3c4);transition:width .3s ease;border-radius:6px}.progress-text{text-align:center;font-size:13px;color:#444;font-weight:600}.question-navigation{display:flex;flex-wrap:wrap;gap:8px;padding:16px;background-color:#f8f9fa;border-radius:8px;margin-bottom:24px;justify-content:center}.question-nav-item{width:36px;height:36px;border:2px solid #e4e6eb;background-color:#fff;border-radius:6px;font-size:13px;font-weight:600;color:#444;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.question-nav-item:hover{border-color:#38c6d9;background-color:#f0fbfc}.question-nav-item.current{border-color:#38c6d9;background-color:#38c6d9;color:#fff}.question-nav-item.answered{background-color:#e8f5e9;border-color:#22c55e;color:#22c55e}.question-nav-item.answered.current{background-color:#22c55e;border-color:#22c55e;color:#fff}.question-card{background-color:#fff;border:1px solid #e4e6eb;border-radius:6px;padding:24px;margin-bottom:24px}.question-instructions{font-size:13px;color:#444;background-color:#f0fafb;border:1px solid #d0eef2;border-radius:4px;padding:10px 14px;margin-bottom:16px;line-height:1.5}.context-display{background-color:#f8f9fa;border-left:4px solid #38c6d9;padding:16px;margin-bottom:24px;border-radius:4px}.context-text{font-size:15px;line-height:1.6;color:#222;white-space:pre-wrap}.context-media{margin-top:12px}.context-media audio{width:100%;max-width:400px}.question-text{font-size:16px;font-weight:600;color:#222;margin-bottom:20px;line-height:1.5}.option-item{display:flex;align-items:center;padding:12px;border:1px solid #e4e6eb;border-radius:6px;margin-bottom:8px;cursor:pointer;transition:background-color .2s ease}.option-item:hover{background-color:#f8f9fa}.option-item input[type=radio]{margin-right:12px;cursor:pointer}.option-item span{font-size:15px;color:#222}.exam-controls{display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap}.text-alert{color:#ff5252;font-weight:600}.exam-results{max-width:900px;margin:0 auto}.results-top-bar{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.results-top-bar h2{margin:0;color:#222}.score-card{background-color:#fff;border:2px solid #e4e6eb;border-radius:8px;padding:32px;margin-bottom:24px;text-align:center}.score-card.score-pass{border-color:#22c55e;background-color:#f0fdf4}.score-card.score-fail{border-color:#ff5252;background-color:#fff5f5}.score-main{margin-bottom:16px}.score-percentage{font-size:64px;font-weight:700;color:#222;line-height:1;margin-bottom:4px}.score-status{font-size:18px;font-weight:700;text-transform:uppercase;letter-spacing:1px;margin-top:4px}.score-pass .score-status{color:#22c55e}.score-fail .score-status{color:#ff5252}.score-progress-bar{height:8px;background-color:#e4e6eb;border-radius:4px;overflow:hidden;margin:16px auto 24px;max-width:400px}.score-progress-fill{height:100%;border-radius:4px;transition:width .6s ease}.score-progress-fill.fill-pass{background-color:#22c55e}.score-progress-fill.fill-fail{background-color:#ff5252}.score-details{margin-top:16px}.score-stats{display:flex;justify-content:center;gap:40px;flex-wrap:wrap}.stat-item{display:flex;flex-direction:column;align-items:center;gap:8px}.stat-label{font-size:13px;color:#666;text-transform:uppercase;font-weight:600;letter-spacing:.5px}.stat-value{font-size:20px;font-weight:700;color:#222}.question-dots{display:flex;flex-wrap:wrap;gap:6px;justify-content:center;margin-bottom:24px}.question-dot{width:12px;height:12px;border-radius:50%;display:inline-block}.question-dot.dot-correct{background-color:#22c55e}.question-dot.dot-incorrect{background-color:#ff5252}.review-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;flex-wrap:wrap;gap:12px}.review-toolbar h3{margin:0;color:#222}.review-filters{display:flex;gap:4px;background-color:#f1f3f5;border-radius:6px;padding:3px}.filter-button{padding:6px 14px;border:none;background:transparent;border-radius:4px;font-size:13px;font-weight:500;color:#666;cursor:pointer;transition:all .15s ease}.filter-button:hover{color:#222}.filter-button.filter-active{background-color:#fff;color:#222;font-weight:600;box-shadow:0 1px 2px #00000014}.answer-review{display:flex;flex-direction:column;gap:12px;margin-bottom:32px}.answer-item{background-color:#fff;border:1px solid #e4e6eb;border-radius:6px;overflow:hidden}.answer-item.answer-correct{border-left:4px solid #22c55e}.answer-item.answer-incorrect{border-left:4px solid #ff5252}.answer-header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;-webkit-user-select:none;user-select:none}.answer-header-right{display:flex;align-items:center;gap:12px}.answer-chevron{font-size:11px;color:#999}.answer-number{font-weight:600;color:#222}.answer-indicator{font-weight:600;font-size:13px}.answer-indicator.correct{color:#22c55e}.answer-indicator.incorrect{color:#ff5252}.answer-body{padding:0 20px 20px}.answer-details{margin-top:16px}.answer-row{display:flex;gap:8px;margin-bottom:8px;font-size:15px}.answer-row strong{color:#222}.text-success{color:#22c55e;font-weight:600}.text-error{color:#ff5252;font-weight:600}.options-results{display:flex;flex-direction:column;gap:8px;margin-top:12px}.option-result{display:flex;align-items:center;justify-content:space-between;padding:10px 14px;border:1px solid #e4e6eb;border-radius:6px;font-size:15px;color:#444;background-color:#fafbfc}.option-result.option-result-correct{border-color:#22c55e;background-color:#f0fdf4;color:#222}.option-result.option-result-wrong{border-color:#ff5252;background-color:#fff5f5;color:#222}.option-result-text{flex:1}.option-result-marker{font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.3px;margin-left:12px;white-space:nowrap}.option-result-correct .option-result-marker{color:#22c55e}.option-result-wrong .option-result-marker{color:#ff5252}.answer-explanation{margin-top:12px;padding-top:12px;border-top:1px solid #e4e6eb}.answer-explanation p{font-size:14px;color:#444;line-height:1.6;margin-top:4px}.results-actions{display:flex;justify-content:center;margin-top:32px}.exam-mode-badge{display:inline-block;font-size:13px;font-weight:400;background-color:#38c6d9;color:#fff;padding:2px 10px;border-radius:12px;margin-left:10px;vertical-align:middle}.srs-impact-card{background-color:#f0fdf4;border:1px solid #bbf7d0;border-radius:8px;padding:20px 24px;margin-bottom:24px}.srs-impact-card h3{margin:0 0 4px;font-size:15px;color:#222}.checkbox-label{display:flex;align-items:center;gap:6px;font-size:14px;color:#444;cursor:pointer}.help-text{font-size:13px;color:#666;margin-top:4px}.muted-text{color:#666}.question-text{font-size:13px}.text-center{text-align:center}.page-stack{display:flex;flex-direction:column;gap:24px}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.section-actions{display:flex;gap:8px;flex-wrap:wrap}.content-padding{padding:16px}.options-list{display:flex;flex-direction:row;justify-content:space-between}.empty-state{text-align:center;padding:32px;color:#666}.status-indicator{margin-left:8px;color:#38c6d9}.hidden{display:none}.cursor-pointer{cursor:pointer}.input-narrow{max-width:300px}.full-width{width:100%}.table-col-narrow{width:220px}.table-col-60{width:60%}.table-col-16{width:16%}.table-col-12{width:12%}.form-section-budget{padding:16px;border-top:1px solid #E4E6EB}.app-shell{min-height:100vh;background-color:#fafbfc;display:flex;flex-direction:column}.app-main{flex:1}
